﻿body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: "微软雅黑";
}


.slideBox{ width:100%; position:relative;margin-top: 0px;z-index:1;overflow: hidden;}
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float: left;  }
.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px;
 text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#002c9d; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:100%;  display:block; }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev{ position:absolute; left:3%; top:40%; margin-top:-25px; display:block; width:80px;
 height:80px; background:url(../img/left.png) no-repeat;
  filter:alpha(opacity=50);opacity:0.5; }
.slideBox .next{ position:absolute; right:3%; top:40%; margin-top:-25px; display:block; width:80px;
 height:80px; background:url(../img/right.png)  no-repeat;
  filter:alpha(opacity=50);opacity:0.5; }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }
 @media only screen and (max-width: 500px) {
.slideBox .prev{ width:50px; height:50px; background-size:70%;top:50%;}
.slideBox .next{ width:50px; height:50px;background-size:70%;top:50%;}
}


/*首页产品中心*/
.index_pro{ width: 100%;padding: 120px 0 160px; }
.index_prol{ float: left; width: 23%; }
.index_prol h1{ font-size: 48px; color: #222;margin-bottom: 50px;font-weight: normal;
margin-top: 60px; }
.index_prol h2{ font-size:24px; color: #666;margin-bottom: 60px;font-weight: normal; }
.index_prol p{ font-size: 16px; color: #666;margin-bottom: 70px; line-height: 2; }
.index_promore{ width: 130px; height: 40px; background: #cf0e0e;border-radius: 40px;
line-height: 40px; }
.index_promore a{ color: #fff;font-size: 16px;display: block; }
.index_promore a span{  margin-left: 20px;margin-right: 5px; font-size: 18px;}
.index_promore a i{ font-style: normal;margin-top: -5px;padding-top: 10px; line-height: 1; }
.index_pror{ float: right; width: 65%; }
.index_pror ul{ width: 100%; }

.index_pror ul li{ float: right;
    margin-left: 3%;
    margin-bottom: 3%;
    width: 45%;
    position: relative;
    transition: all 0.3s;
    border: 1px solid #ccc; }
    
.index_pror ul li a{ display:flex;justify-content:center}	
.index_pror ul li a img{ width: 60%; height: auto; }
.index_pror ul li:hover{box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.1);top: -5px;}


@media only screen and (max-width: 800px){
.index_pro{ padding: 40px 0 50px; }
.index_prol{  width: 100%; }
.index_prol h1{ font-size: 28px; margin-bottom: 20px;margin-top: 20px; }
.index_prol h2{ font-size:18px; margin-bottom: 20px; }
.index_prol p{ font-size: 14px; margin-bottom: 30px; }
.index_pror{ float: right; width: 100%;margin-top: 30px; }
}



/*首页新闻*/
.index_news{ width: 100%;padding: 110px 0 150px;overflow: hidden; }
.index_news h1{font-size: 48px; color: #222;margin-bottom: 10px;font-weight: normal;}
.index_news h2{font-size: 24px; color: #666;margin-bottom: 80px;font-weight: normal;}
.index_newsl{ width: 50%; float: left; }
.index_newsl a img{ width: 90%; float: left; }
.index_newsr{ float: left; width: 50%; }
.index_newsr ul{overflow: hidden;margin-bottom: 50px;}
.index_newsr ul li{ width: 100%; height: 40px; color: #666; font-size: 16px;
border-bottom: solid 1px #f1f1f1; float: left; line-height: 40px;}
.index_newsr ul li a p{ float: left; }
.index_newsr ul li a span{display: block; float: right;color: #bbb;}
.index_newsr ul li:hover a p{ color: #cf0e0e; }
@media only screen and (max-width: 800px){
.index_news{ width: 100%;padding: 50px 0 60px; }
.index_news h1{font-size: 28px;margin-bottom: 10px;}
.index_news h2{font-size: 18px;margin-bottom: 40px;}
.index_newsl{ width: 100%; float: left; }
.index_newsl a img{ width: 100%;  }
.index_newsr{  width: 100%;margin-top: 30px; }

}

/*首页文化*/
.index_wen{ width: 100%; background: url('../img/index_wenhua.jpg') no-repeat; height: 598px;
 color: #fff; }
.index_wenl{ float: left; }
.index_wenl h1{ font-size: 38px; line-height: 1.2;margin: 100px 0 70px; font-weight: normal; } 
.index_wenl h2{ font-size: 18px; font-weight: bold; line-height: 2; } 
.index_wenl p{  font-size: 16px; line-height: 2; } 
.index_wenr{ float: right;margin-top: 190px; }
.index_wenr .wen_tel{ float: right; font-size:70px;margin-right: 5px; }
.index_wenr .wen_info{ float: right; }
.index_wenr .wen_info h1{ font-size: 24px; line-height: 1.2; }
.index_wenr .wen_info p{ font-size: 36px; line-height: 1; }
@media only screen and (max-width: 800px){
.index_wen{ background: url('../img/index_wenhua.jpg') no-repeat center; }
.index_wenl h1{ font-size: 28px; line-height: 1.2;margin: 70px 0 30px; font-weight: normal; } 
.index_wenl h2{ font-size: 18px; font-weight: bold; line-height: 2; } 
.index_wenl p{  font-size: 16px; line-height: 2; } 
.index_wenr{ float: left;margin-top: 50px; }
.index_wenr .wen_tel{ float: right; font-size:50px;margin-right: 5px; }
.index_wenr .wen_info h1{ font-size: 18px; line-height: 1.2; }
.index_wenr .wen_info p{ font-size: 26px; line-height: 1; }
}



/*订单*/
.feedback{ width: 100%; overflow: hidden; padding-top: 50px; }
.feedback h1{ font-size: 28px; line-height: 2; }
.feedback h2{ font-size: 22px; line-height: 2;margin-bottom: 30px; }
.feed-td1{ width: 10%; padding: 10px 0; float: left;overflow: hidden; }
.feed-td1 {font-size: 16px;line-height: 2; }
.feed-td2{ width: 40%; padding: 10px 0; float: left;overflow: hidden; }
.feed-td2 input{ width: 80%; float: left;padding: 10px 0;border: solid 1px #ccc; }
.feedbackb1{ width: 200px; height: 60px;margin: 60px auto;border: none; background: #f50000;cursor: pointer;
color: #fff;text-align: center; display: block; overflow: hidden;font-size: 16px; }
.feed-td3{ width: 10%; padding: 20px 0; float: left;overflow: hidden; }
.feed-td4{ width: 90%; padding: 20px 0; float: left;overflow: hidden; }
.feed-td4 textarea{ width: 91%; float: left;padding: 10px 0;border: solid 1px #ccc;min-height: 60px; }
@media only screen and (max-width: 900px){
.feedback h1{ font-size: 18px; line-height: 2; }
.feedback h2{ font-size: 16px; line-height: 2;margin-bottom: 30px; }
.feed-td1{ width: 30%;  }
.feed-td1 {font-size: 14px;line-height: 2; }
.feed-td2{ width: 70%; }  
.feed-td2 input{ width: 90%; }
.feed-td3{ width: 30%;  }
.feed-td4{ width: 70%; padding: 10px 0; }
.feed-td4 textarea{ width: 90%; min-height: 60px; }
}




/*   联系我们   */
.contact-box1 { width: 100%; min-height: 500px; padding-bottom: 100px; }
.contact-box1 .contact-h1 { padding: 40px 0; font-size: 16px; padding-left: 10px;
 background: url(../img/contact-h1-icon.png) no-repeat left 43px; }
.contact-box1 .map-box { width: 100%; height: 400px; position: relative; }
.contact-box1 .map-box dl { width: 366px; height: 400px; color: #FFF; position: absolute;
 left: 0; top: 0; background-color: #f50000; z-index: 1; }
.contact-box1 .map-box dt { padding: 50px 0 0 35px; font-size: 30px; font-weight: bold;
 padding-bottom: 20px; }
.contact-box1 .map-box dt span { display: block; font: normal 16px Arial; padding-top: 5px; }
.contact-box1 .map-box dd { background: url(../img/contact-dd-icon.png) no-repeat;
 padding-left: 55px; font-size: 14px; line-height: 25px; }
.contact-box1 .map-box dd.dd1 { background-position: 35px 6px; }
.contact-box1 .map-box dd.dd2 { background-position: 35px -46px; }
.contact-box1 .map-box dd.dd3 { background-position: 35px -100px; }
.contact-box1 .map-box dd.dd4 { background-position: 35px -152px; }
.contact-box1 .map-box dd.dd5 { background-position: 35px -205px; }
 @media only screen and (max-width: 900px) {
.contact-box1 .map-box dl { width: 100%; float: left;display: block; height: 220px;
  position:relative;margin-bottom:20px; }
.contact-box1 .map-box dt{padding:10px 0 10px 35px;font-size: 20px;}
.m_map{ float: left; width: 100%; height:300px; }
}



/*头部搜索*/
.search_input{
  display: none;
  background: #fff;
  height: 100px;
  width: 100%;
  z-index: 99;
  position: fixed;
  top: 96px;

}
.search_text{
  text-align: center;
  position: relative;
  margin-top: 20px;
}
.search_l{width: 300px;height: 30px; line-height: 30px;  border: none;font-size: 16px;
	border-bottom: solid 1px #ccc; outline:none;padding-left: 10px;}
.search_r{width: 30px;height: 30px;background: url('../img/g5.png') no-repeat;border:none;
outline:none;cursor: pointer;}
.search_close{ position: absolute; top: 1rem;right: 3rem;}

@media only screen and (max-width: 500px){
.search_input{height: 100px;top: 92px;}
.search_text{margin-top: 30px;}
.search_l{width: 200px;}
.search_close{ position: absolute; top: 0.5rem;right: 0.25rem;}
}


/*公共底部*/
.foot{ width: 100%; background: #333; overflow: hidden; color: #fff; }
.foot1{ width: 100%; border-bottom: solid 1px #484848; overflow: hidden; }
.flogo{ margin: 90px 0 60px; float: left;  }
.fcode{ float: right;  }
.fcode img{ float: right; max-width: 100px;margin:50px 0 10px; }
.fcode p{text-align: center;}
.foot2{ width: 100%; border-bottom: solid 1px #484848; overflow: hidden;padding: 70px 0 60px; }
.foot2 ul{}
.foot2 ul li{ float: left; width: 25%; }
.foot2 ul li .icon{ width: 50px; height: 50px; border-radius: 50px; border: solid 1px rgba(255, 255, 255, 0.15);
line-height: 50px; text-align: center;margin-bottom: 20px; }
.foot2 ul li .icon span{ color:#999; font-size: 18px; display: block;  }
.foot2 ul li p{ font-size: 14px;color: rgba(255, 255, 255, 0.15);margin-bottom: 20px; }
.foot2 ul li h1{color: rgba(255, 255, 255, 0.4); font-size: 36px; line-height: 1.5;}
.foot2 ul li h2{color: rgba(255, 255, 255, 0.37); font-size: 16px;line-height: 2; font-weight: normal;}
.foot3{width: 100%;  overflow: hidden;padding: 70px 0 60px; }
.foot3 p{color: rgba(255, 255, 255, 0.4);}
.foot3 p a{ color: rgba(255, 255, 255, 0.4); }

@media only screen and (max-width: 800px){
.flogo{ margin: 40px 0 30px; float: left; width: 60%;  }
.flogo img{ width: 100%; }
.fcode{display: none;}
.foot2{ padding: 30px 0 20px; }
.foot2 ul li{ float: left; width: 50%;margin-bottom: 20px; }
.foot2 ul li h1{ font-size: 18px; line-height: 1.5;}
.foot2 ul li h2{ font-size: 16px;line-height: 2; font-weight: normal;}
.foot3{padding: 30px 0 20px; }

}






.perntk{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
.hei100 {
    height:0px;
}
.fanyer{
	position: relative;
	display: inline-block;
	width: 72px;
	float: right;
	height: 15px;
	
}
.bnteurs {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

 .sdfss{ line-height:50px; height:50px; font-size:16px;}

.cljz 
{
    
    padding-left: 20px;
    opacity: 0;
    margin: auto;
    transition: padding-left 1.5s,opacity 1.5s;
}

 .sdiar {
     padding-left: 0px!important;
     opacity: 1!important;
 }
.fsdint{
	position: fixed;
	width: 100%;
	opacity: 0;
	top: -100%;
	left: 0px;
	transition:top 1.5s,opacity 0.1s; 
	z-index: 9;
}

.lunbs{
	overflow: hidden;
	height: 0;
}

.bner{
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
height: 900px;
overflow: hidden;
  
}
.headtop
{
    box-shadow: 0px 0px 10px #ccc;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 2000;
	color: #FFFFFF;
	transition: background 0.3s;
	
}

.hedwei{
	max-width: 1650px;
	width: 1352px;
	margin: 0 auto;
}
.loger{
	display:block;
	float: left;
	width: 240px;
	height: 96px;
	background-image: url(../img/logo.png);
	background-position: center;
	background-repeat:no-repeat ;
	background-size:100%  auto ;
	
}
.navtuo{
	float: right;
	box-sizing: border-box;
}

.fanyer{
	width: 72px;
	margin-left: 42px;
}


.eutp a{
	display: block;
	line-height: 25px;
	
	width: 100%;
}
.fanyer:hover .eutp{
	height: 80px;
}

.eutp{
	 background-color: rgba(255,255,255,1);
	 color: #373737;
	 text-indent:1em ;
	 
 height: 0px;
 width: 100%;
	position: absolute;
	top: 45px;
	left: 0px;
	overflow: hidden;
	transition:height 0.3s;
	z-index: 999;
}
.eutp>div{
	padding:10px 0px;
}
.tudu{
float: right;

}


.losdhn{ 
	
    background: url(../img/logo2.png) no-repeat center!important;
    background-size: 100% auto!important;	
}
.dumap{
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url(../img/1.png);
}
.dumaper{
	background-image: url(../img/qiu.png);
}
.toeps
{
     position:absolute;
     top:0px;
     left:0px;
     width:100%;
     height:100%;
    }
.fanyer:hover .eutp{
	height: 70px;
}
.navar{
	clear: both;
}
.navar>a{
	text-align: center;
	display: block;
	float: right;
	width: 105px;
	line-height: 58px;
	font-size: 18px;
}
.erzhan>a{
	text-align: center;
	display: block;
	font-size: 16px; 
	width: 100%;
	height: 96px;
}
.erzhan i{ width: 100%;display: block; line-height: 1; padding-top: 40px; font-style: normal; }
.erzhan span{ width: 100%;display: none;line-height: 1;padding-top: 10px;}
.erzhan:hover span{ display: block; }
.erzhan a.active{color: #cf0e0e;}
.erzhan a.active span{display: block;}

.santu{
	position: relative;
}

.jerp{
	display: none;
	position: absolute;
	left: 100%;
    height:290px;
   overflow:hidden;
   overflow-y:scroll;
	top: 0px;
	width: 370px;
}

.jerp a{ margin-bottom:20px;}
.erzhan p{
	text-align: center;
}
.peru a{
	display: block;
	width: 100%;
	 
}

@media screen and (max-width: 780px) 
{

    .tifei{ width:50%; margin:0 auto;}
    .tifei img{ min-width:350px; width:50%; margin:0 auto;}
    .page-cont>a{ padding:10px 15px !important;}
    .pro-js-tx table{width:99%; font-size:12pt; border-left:solid 1px #000;border-bottom:solid 1px #000;}
}


.ojig{
	display: inline-block;
	width: 11px;
	height: 6px;
	background-image:url(../img/0.png) ;
}

.hsbr{
background-image:url(../img/80.png) ;	
}

.navar>div{
	float: left;
	width: 110px;
	line-height: 96px;
	font-size: 18px;
}

.index-lb{
background-position: center;
background-repeat:no-repeat ;
			
	width: 100%;
	height: 900px;
}


.xiqu{
	width: 100%;
	height: 900px;
	 transform:scale(0.8);
	transition:transform 1s;
}
.coju{
	margin: 0 auto;
    box-sizing: border-box;
    max-width: 1360px;
    width: 95%;
    position: relative;
}
.ancpersdds
{
     box-sizing: border-box;
    max-width: 1360px;
    
    width: 95%;
    margin-top: 100px;
    position: relative;
}

.cper {
    padding-left: 6px;
    font-size: 26px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 80px;
    border-left: 6px solid #cf0e0e;
}

.baiwen{
	width: 320px;
	
}

.tiye{
	font-size: 48px;
	color: #1c1c1c;
	line-height: 180px;
	
}
.waike{
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
	 margin-bottom:50px;
	font-size: 24px;
	color: #5f5f5f;
}
.fnher{
	line-height: 20px;
	font-size: 12px;
	color: #9b9b9b;
	height: 165px;
}
.lungbb {
   width:14px;
   height:14px;
   display:inline-block;
   background-image:url(../img/qiu.png);
   background-position:center;
   background-repeat:no-repeat;
}
.lungbbppp{
background-image:url(../img/1.png)!important;
}

.xiasd {
       width:14px;
   height:6px;
     display:inline-block;
    background-image:url(../img/80.png);
   background-position:center;
   background-repeat:no-repeat;
}
  
.xiasderr{
background-image:url(../img/0.png)!important;
}
.confit{
	display: flex;  
	flex-flow: wrap;
	justify-content: space-between;
	padding-top:140px;
	padding-bottom: 160px;
	
}

.weirp{
	width: 100%;
	position: relative;
	 margin-top: 600px;
	background: #FFFFFF;
}


.lfenr{
	padding-left: 30px;
	line-height: 18px;
	font-size: 14px;
	background: url(../img/wenti.png) no-repeat left;
}

.tuern{
	width: 558px;
	line-height: 600px;
	
}
.tuern>img{
width: 100%;
}
 
.fufon{
	width: 100%;
	float: left;
}

.zur{
	width: 92px;
	float: left;
}
.zur>img{
	width: 100%;
}
.zur>img:nth-child(1){
	display: block;
}

.zur>img:nth-child(2){
	display: none;
}


.fufon>div:nth-child(1){
	height: 40px;
	font-size: 24px;
	color: #343434;
}

.fufon>div:nth-child(2){
	line-height: 20px;
	font-size: 14px;
	color: #adadad;
}


.euthpan{
	height:700px;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	flex-direction: column;
	
}

.euthpan a{
	width:292px;
	display: block;
}
.euthpan a:after{
	clear:both;content:'';display:block;width:0;height:0;visibility:hidden; 
}

.euthpan>a:hover .zur>img:nth-child(1){
	display: none;
}


.euthpan>a:hover .zur>img:nth-child(2){
display: block;	
}

.euthpan>a:hover .fufon>div:nth-child(1){
color: #cf0e0e;
}

.conteyr{
	width: 100%;
	height: 900px;
	box-sizing: border-box;
	padding-top: 148px;
}


.jubang{
	max-width: 890px;

}
 
.jubang>div:nth-child(1){
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	height: 80px;
}

.jubang>div:nth-child(2){
	font-size: 20px;
	line-height: 36px;
	font-weight: bold;
	color: #FFFFFF;
	height: 250px;
    font-weight:100;
}


.asange{
	color: #FFFFFF;
	max-width: 830px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.asange a{
	display: block;
	box-sizing: border-box;
	padding: 40px 32px;
	width:400px ;
	margin-bottom: 23px;
	height:160px;
	background-color:rgba(255,255,255,0.1);
	transition: transform 0.5s,background-color 0.5s;
}
.asange a:hover{
	transform: translate3d(0px, -30px, 0px);
	color: #cf0e0e;
	background-color:rgba(255,255,255,1);
}

.asange a:hover .unher>div:nth-child(2){
	color: #cf0e0e;
}

.unher{
	float: left;
	margin-left: 19px;
}
.unher>div:nth-child(1){
	line-height: 45px;
	font-size: 24px;
}
.unher>div:nth-child(2){
	line-height:36px;
	font-size: 14px;
	color: #dcdcdc;	
}
.unher>div{
	
	width:170px;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}

.imntu{
	float: left;
	width: 139px;
	height: 80px;
	border-radius:8px;
	background-position:center ;
	background-repeat:no-repeat ;
	 background-size: 100% 100%;
}
.newtier{
	height: 170px;
}
.newtier>p:nth-child(1){
	font-size: 48px;
	color: #272727;
}

.newtier>p:nth-child(2){
	margin-top: 15px;
	font-size:24px;
	color: #d6d6d6;
}

.newperi{
	padding-top:110px;
	padding-bottom:150px;
}
.nedan{
	float: left;
	width: 69%;
}
.cnewhr{
    display:block;
	width: 30%;
	float: right;
}
 
.tierl{
	max-width: 260px;
	line-height: 30px;
	color: #272727;
	font-size: 16px;
	padding: 15px 0px;
	transition: color 0.5s;
}
.contie{
	font-size: 14px;
	color: #898888;
	line-height: 24px;
	 
}



@media only screen and (max-width: 800px){
.jubang>div:nth-child(1){
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	height: 80px;
}

.jubang>div:nth-child(2){
	font-size:16px;
	line-height: 2;
	color: #FFFFFF;
	height: 150px;
}

.unher>div:nth-child(1){
	line-height: 45px;
	font-size: 18px;
}
.unher>div:nth-child(2){
	line-height:36px;
	word-wrap:break-word;
	width: 100%;
	overflow: hidden;
	font-size: 12px;
	color: #dcdcdc;	
}
}

.jtou{
	margin-top:20px;
	margin-bottom: 25px;
	 border: 1px solid #e1e1e1;
	width: 48px;
	height: 24px;
	border-radius: 20px;
	background: url(../img/jtou.png) no-repeat center;
		transition: background 0.5s,border 0.5s;
}
.imgtu{
        width: 100%;
    overflow: hidden;
    max-height: 294px;
}
.imgtu>img{
	width: 100%;
}


.itulli{
	background-position:center ;
	background-repeat:no-repeat ;
	background-size:100% 100%;
	width: 100%;
	height: 503px;
	
}	

.contuer{
	width: 30%;
	float: left;
}
.ituepg{
	width: 70%;
	float: left;
}
.contuer>a{
	padding: 26px;
	display: block;
 box-sizing: border-box; 
	width: 100%;
	height: 168px;
 
	border: 1px solid #eeeeee;
	 background-color: #f5f5f5;
	background-position: center;
}
.erzhan{
	position: relative;
}
.erzhan:hover .peru{
	display: block;
}

.peru{
	display: none;
	position: absolute;
	 
	top:96px;
	width: 140%;
	margin-left: -20%;	 
	left: 0px;
}
.peru div a{text-align: center;line-height: 54px;}
.santu:hover .jerp{
	display: block;
}

.navar a:hover{
	color: #cf0e0e;
}
.eutp a:hover{
	color: #cf0e0e;
}
.tudu:hover{
	color: #cf0e0e;
}

.locl{
	border-bottom: 1px solid #cf0e0e!important;
}
.locl .tilerson>p{
	color: #cf0e0e!important;
}
.locl .pero{
	border-color:#cf0e0e;
	 
	background:#cf0e0e url(../img/16.png) no-repeat center;
}
 


.footerb{
	background-color: #FFFFFF;
}


.leti{
	float: left;
	padding-top: 70px;
}
.leti>p:nth-child(1){
	font-size: 24px;
	color: #272727;
	margin-bottom: 10px;
}
.leti>p:nth-child(2){
	font-size: 16px;
	color: #8b8b8b;
}

.perit{
	font-size: 14px;
	color: #8b8b8b;
	width: 100px;
	float: right;
	text-align: center;
	padding-top: 50px;
	
}
.perit>img{
	margin-bottom: 5px;
	width: 100%;
}

.uer{
	height: 200px;
	border-bottom: 1px solid #e8e8e8;
}
.ullu>ul{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
.ullu>ul>li{
	font-size: 14px;
	color: #8b8b8b;
	
	margin-bottom: 16px;
	
}	

.ullu{

	width: 100%;
}

.chenr{
	width: 385px;
	float: left;
}
.chenr>p{
	    line-height: 30px;
    padding: 30px 0px;
    font-size: 20px;
    color: #252525;
    text-align: center;
}
.etuerl{
	
	float: right;
}

.etuerl a{
	margin-left: 32px;
}
.etuerl>p{
	text-align: right;
	line-height: 100px;
	font-size: 14px;
	
	color: #252525;
}

.tuer>p{
	text-align: right;
	margin-bottom: 20px;
	font-size: 12px;
	color: #8b8b8b;
}
.losddps{
	    background: url(../img/logo.jpg) no-repeat center!important;
	        background-size: 80% auto!important;
}
.berntkan{
	height: 255px;
}
.tesd>div{
	background-color:#373737!important;
}
.tesd>div:nth-child(1){
	transform:translate3d(0px,12px,0px) rotate(45deg);
	
}
.tesd>div:nth-child(2){
	opacity: 0;
}
.tesd>div:nth-child(3){
	transform:translate3d(0px,-10px,0px) rotate(-45deg);
}
.dhet{
	color: #FFFFFF;
	font-size: 24px;
	
}
.fneth{
	padding-top: 176px;
	float: right;
	width: 280px;
}
.fneth>a{
	background-color: #FFFFFF;
	display: block;
	width: 100%;
	line-height: 52px;
	height: 52px;
	font-size: 14px;
	color: #030303;
	text-align: center;
	transition:color 0.3s,background-color 0.3s;
	
}
.fneth>a:hover{
	color: #FFFFFF;
	background-color: #cf0e0e;
}

.dhet>p{
margin-top: 24px;
}

.gond{
	width: 100%;
	min-height: 599px;
	background: url(../img/index_bg_01.jpg) no-repeat center;
	box-sizing: border-box;
	padding-bottom: 30px;
}
.leei{
	padding-top: 85px;
	width: 900px;
	float: left;
}
.leei>p{
	color: #FFFFFF;
	font-size: 36px;
	margin-bottom: 20px;
}

.tuedli{
	padding-top: 10px;
	padding-bottom:38px;
	line-height: 35px;
	color: #ffffff;
	font-size: 16px;
}

.pero{
	width: 48px;
	line-height: 24px;
	height: 24px;
	border-radius: 20px;
	border: 1px solid #e1e1e1;
	background: url(../img/jtou.png) no-repeat center;
	
	transition: background 0.5s,border 0.5s;
}

.henr{
	line-height: 48px;
	color: #bfbfbf;
	font-size: 12px;
}

.tilerson>p{
	    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	line-height: 25px;
	font-size: 14px;
	color: #272727;
	transition: color 0.5s;
}
 




.cnewhr:hover .tierl{
	color:#cf0e0e;
}
.cnewhr:hover .jtou{
	border-color:#cf0e0e;
	 
	background:#cf0e0e url(../img/16.png) no-repeat center;
}
.tuerhed{
	width: 95%;
	margin: 0 auto;
}
 .sanh{
 	float: right;
		width: 50px;

		padding: 10px;
		margin: 10px 0px;
		
	}
.sanh>div{
	height: 5px;
	background-color: #FFFFFF;
	margin: 10px 0px;
		width: 100%;
	transition: transform 0.5s,opacity;0.5s;	
	}
	.losdj{
		float: left;
		width: 200px;
		height: 80px;
		background: url(../img/logo.jpg) no-repeat center;
		background-size:80% auto ;
	}
.fansr{
	float: right;
	margin-top: 30px;
	margin-right:50px;
}

.fuernavt{
	position:fixed;
box-sizing: border-box;
padding-top:100px ;
	top: 0px;
	left: -100%;
	width: 100%;
	height: 100%;
	background-color:#FFFFFF;
 z-index: 888;
	
}
@media only screen and (max-width: 800px){
.sanh{ 	float: right;width: 30px;padding: 5px;margin: 20px 0px;margin-right: 10px;}
.sanh>div{	height: 3px;background-color: #FFFFFF;margin: 8px 0px;	width: 100%;transition: transform 0.5s;}
}
.coos{
	color:#373737;
}

.benrvav{
 
	width: 100%;
	height: 100%;
	overflow: hidden;
	overflow-y:scroll ;
}

 .showzhen{
 	position: relative;
 }
 
 .jd{
 	position: absolute;
 	top: 0px;
 	right: 0px;
 	width: 10%;
 	height:70px;
 	background: url(../img/jd.png) no-repeat center;
 	background-size:40% auto ;
 	
 	transition: transform 0.5s;
 }
 .xzumr{
 	 transform: rotate(90deg);
 	
 }
 
.sdler{
	overflow: hidden;
	height: 0px;
}

.shopernc{
	overflow: hidden;
	height: 0px;
}
.shsamjie{
	position: relative;
	
border-top: 1px solid #000000;
font-size: 16px;
}

.shsamjie p{
	padding: 10px 0px;
}

.shojvas>a{
	display: block;
	text-align: center;
	font-size: 18px;
	color: #373737;
	line-height: 40px;
	padding: 10px 0px;
	border-bottom: 1px solid #000000;
}

.shojvas>div{
	display: block;
	text-align: center;
	font-size: 18px;
	color: #373737;
		line-height: 40px;
		
		border-bottom: 1px solid #000000;
}
.shojvas p{
padding: 10px 0px;
}



.shopernc a{
		display: block;
	text-align: center;
	font-size: 16px;
	color: #373737;
	padding: 10px 0px;
	line-height: 40px;
	border-top: 1px solid #000000;
}

.lerot {
            position:absolute;
            right: 15%;
            top: 486px;
            margin-top: -100px;
            z-index:860;
        }

            .lerot > ul > li {
                padding: 0 60px;
                box-sizing: border-box;
                font-size: 18px;
                text-align: center;
                width: 240px;
                height: 71px;
                margin-bottom: 2px;
                line-height: 71px;
                background-color: #cf0e0e;
                color: #FFFFFF;
                cursor:pointer;
            }

                .lerot > ul > li span {
                    float: right;
                    display: inline-block;
                }
                
        .ckls {
            float: left;
            width: 26px;
            height: 70px;
            background-repeat: no-repeat;
            background-position: center;
        }



.procle{
 float:left;
    width: 14%;
  
}
.prorue{
	 float:right;
    width: 85%; 
}

.in-content{
  position: relative;
  padding-top: 30px;
  border-top:  1px #e6e6e6 solid;
  overflow: hidden;
}
/*product*/
.products{
  width:742px;
  margin:0 auto;
  padding: 30px 0;
}
/*product-message*/
.product-message,.product-purchase,.product-info {
  width: 770px;
  float: right;
}

.product-msg-cont {
  overflow: hidden;
  width: 770px;
  padding: 15px 0 40px 28px;
}


.product-message-title,.product-purchase-title {
  color: #cf0e0e;
  font-size: 20px;
  font-weight: bold;
  margin-top: 3px;
  text-indent:1.5em;
}

.msg-form {
  float: left;
  margin: 10px 20px 0 0;
}

.msg-form>input {
  width: 254px;
  height: 39px;
  border: 1px #e7e7e7 solid;
  outline: none;
  margin-top: 10px;
  font-size: 14px;

}

.msg-form>label>input {
  vertical-align: middle;
}

.w344>input {
  width: 254px;
}

.w100 {
  width: 100%;
}

.w740 {
  width: 740px;
}

.w740>input {
  width: 100%;
}
.name-tx,.details-tx,.phone-tx,.email-tx,.company-tx2,.preferred-tx,.msg-form-tx {
  color: #333333;
  font-size: 14px;
}
.msg-form-tx>textarea {
  height: 88px;
  width: 100%;
  border: 1px #e7e7e7 solid;
  resize: none;
  margin-top: 10px;
  font-size: 14px;
}

.msg-form-send {
  padding: 0px 27px;
  background-color: #062f5a;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  float: left;
  margin: 10px 8px 0 0;
  border:none;
  cursor:pointer;
}
/*product-purchase*/
.product-pur {
  width: 100%;
  margin-top: 15px;
}

.pur-btn{
  float: right;
  margin-top: 15px;
  margin-right:10px;
}
.continue-add{
  padding: 8px 47px;
  font-size: 14px;
  color:#fff;
  background-color: #ddb235;
  display: inline-block;
  margin-right: 6px;
  border:none;
  cursor:pointer;
  font-family: "微软雅黑";
}
.msg-form-send {
  padding: 0px 27px;
  line-height:36px;
  background-color: #cf0e0e;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  float: left;
  margin: 10px 8px 0 0;
  border:none;
  cursor:pointer;
}
.float-in{
  float: initial;
  margin: 0;
  font-weight: normal;
  font-family: "微软雅黑";
}


/*提示样式*/
.msg-tips{ position:relative; margin:50px auto; padding:30px 0; width:500px; top:0; font-size:14px; text-align:left; }
	.msg-tips .ico{ display:block; float:left; background:url(../img/icon-tips.png) no-repeat left top; width:46px; height:46px; text-indent:-99999px;overflow:hidden; margin-left:15px;}
	.msg-tips .ico.error{ background-position:-50px 0; }
	.msg-tips .ico.warning{ background-position:-100px 0; }
	.msg-tips .msg{ margin-left:50px; padding-left:20px;}
	.msg-tips .msg strong{ margin-bottom:10px; color:#444; font-size:15px; }
	.msg-tips .msg p{ line-height:1.8em; }
	.msg-tips .msg i{ color:#f00; font-style:normal;}
	
	
/*提示样式*/
.msg-tipss{ margin:50px auto; padding:30px 0; width:500px; top:240px; font-size:14px; text-align:left; }
	.msg-tipss .ico{ display:block; float:left; background:url(../img/icon-tips.png) no-repeat left top; width:46px; height:46px; text-indent:-99999px;overflow:hidden; margin-left:15px;}
	.msg-tipss .ico.error{ background-position:-50px 0; }
	.msg-tipss .ico.warning{ background-position:-100px 0; }
	.msg-tipss .msg{ margin-left:50px; padding-left:20px;}
	.msg-tipss .msg strong{ margin-bottom:10px; color:#444; font-size:15px; }
	.msg-tipss .msg p{ line-height:1.8em; }
	.msg-tipss .msg i{ color:#f00; font-style:normal;}
	
	/*商品规格*/
.goods-spec{ position:relative; margin:0; overflow:hidden; overflow:hidden; *zoom:1; }
	.goods-spec h1{ display:block; color:#555; font-size:18px; font-weight:700; line-height:1.1em; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
	.goods-spec .subtitle{ margin-top:5px; color:#6c6c6c; font-size:15px; line-height:18px; }
	.goods-spec .spec-box{ position:relative; margin-top:10px; }
	.goods-spec .spec-box.line{ padding-top:10px; border-top:1px solid #efefef; }
	.goods-spec .spec-box:after{ clear:none; content:""; display:block; height:0; visibility:hidden; }
	.goods-spec .spec-box dl{ clear:both; display:block; }
	.goods-spec .spec-box dl:after{ clear:none; content:""; display:block; height:0; visibility:hidden; }
	.goods-spec .spec-box dl dt{ float:left; line-height:38px; min-height:38px; color:#000000; font-size:16px; }
	.goods-spec .spec-box dl dd{ position:relative; padding:5px 0; line-height:26px; min-height:26px; color:#6c6c6c; }
	.goods-spec .spec-box dl dd s{ display:inline-block; text-decoration:line-through; }
	.goods-spec .spec-box dl dd .price{ display:inline-block; margin-right:5px; color:#f40; font-size:24px; font-weight:700; }
	.goods-spec .spec-box dl dd .items li{ position:relative; float:left; margin:0 5px 8px 0; padding:1px; line-height:20px; vertical-align:middle; }
	.goods-spec .spec-box dl dd .items li a{ display:block; padding:1px; color:#666; min-width:10px; width:auto !important;  text-align:center; text-decoration:none; border:1px solid #bdbdbd; cursor:pointer; white-space:nowrap; text-overflow:ellipsis; vertical-align:middle; }
	.goods-spec .spec-box dl dd .items li a span{ display:inline-block; padding:5px 9px; font-style:normal; line-height:20px; font-size:16px;}
	.goods-spec .spec-box dl dd .items li a img{ width:36px; height:38px; vertical-align:middle; }
	.goods-spec .spec-box dl dd .items li a.selected{ margin:-1px; color:#333; border:2px solid #09a99c; color:#000000; }
	.goods-spec .spec-box dl dd .stock-box{ display:block; float:left; margin-right:10px; width:64px; }
	.goods-spec .spec-box dl dd .stock-box input{ float:left; margin-right:3px; width:42px; height:30px; line-height:30px; text-align:center; border:1px solid #e8e8e8; }
	.goods-spec .spec-box .stock-box a{ display:block; float:left; margin-bottom:4px; width:15px; height:12px; line-height:12px; color:#333; font-size:11px; text-align:center; border:1px solid #e8e8e8;  cursor:pointer; overflow:hidden; }
	.goods-spec .spec-box .stock-txt{ float:left; line-height:32px; }
	.goods-spec .spec-box .btn-buy{ margin-top:15px; }
	.goods-spec .spec-box .btn-buy .buy{ display:inline-block; margin-right:10px; padding:0 30px; color:#e5511d; font-size:16px; line-height:38px; background:#ffe4d0; border:1px solid #f0cab6; border-radius:2px; cursor:pointer; }
	.goods-spec .spec-box .btn-buy .add{ display:inline-block; padding:0 30px; color:#fff; font-size:16px; line-height:38px; background:#f40; border:1px solid #f40; border-radius:2px; cursor:pointer; }
	.goods-spec .spec-box .btn-buy button.over{ color:#999; background:#f7f7f7; border-color:#e8e8e8; cursor:default; }

.shop{ position:fixed; right:21px; bottom:30px; z-index:1;}
#shop_btn{ width:70px; height:70px; float:left; cursor:pointer; background:url(../img/gouw.png) no-repeat;}
.msg111{ position:fixed; width:23px; height:23px; right:15px; bottom:70px; padding-top:4px; z-index:9999; display:block !important; color:#ffffff; font-size:14px; font-family:Arial; background:url(../img/wewe.png) no-repeat; text-align:center;}





/******************分页开始******************/

.pagination {
    display: inline-block;
    padding-left: 0;
    margin:40px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #cf0e0e;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
    margin: 0 5px;
    color: #cf0e0e;
    font-size: 16px;
    border-radius: 5px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    background-color: #cf0e0e;
    border-color: #cf0e0e;
    cursor: default
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.badge, .label {
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    text-align: center
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

.pager:after, .pager:before {
    content: " ";
    display: table
}

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li > a:focus, .pager li > a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next > a, .pager .next > span {
    float: right
}

.pager .previous > a, .pager .previous > span {
    float: left
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed
}
/******************分页结束******************/