/*------style.css  start------*/
/*less*/
@c:center;
@small:12px;
@mid:14px;
@big:16px;
@b:#000;
@g:#666;
@r:#d41c29;
.clearfix:after{
	content:"";
	display:block;
	clear:both;
}
.clearfix{
	zoom:1;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.db{
	display:block;
}
.tl{
	text-align: left;
}
.tc{
	text-align: center;
}
.tr{
	text-align: right;
}
.full{
	width:100%;
	height:100%;
}
.box{
	display: inline-block;
}
.none{
	display: none;
}

a:hover{
	text-decoration:none;
	color: #ca1c28;
    transition: color 0.4s;
    -moz-transition: color 0.4s;
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
}
@-webkit-keyframes fromBottomFade { from {
-webkit-transform: translateY(20%);
opacity:0;
}
}
@keyframes fromBottomFade { from {
transform: translateY(20%);
opacity:0;
}
}



a{text-decoration:none;}


/*container*/
.container{
	max-width:1400px;
	width: 92%;
	margin:0 auto;
	clear:both;
}

/*header*/
#header{display:none;}
#leftcontrol{display:none;}
#rightcontrol{display:none;}
.pctop{width:100%;height:120px;position:fixed;top:0;left:0;z-index:1000;background:#fff;box-shadow:0 2px 10px 0 rgba(0,0,0,.2);}
.pctop .logo{float:left;height:120px;font-size:0px;display:flex;
	align-items:center;
	display:-webkit-flex; 
    -webkit-align-items:center;
	display:-ms-flex; 
    -ms-align-items:center;}
.nav{float:right;line-height:120px;}
.navul li{float:left;height:120px;margin-left:40px;position:relative;}
.navul li>a{font-size:16px;color: #000;}
.navul li.cur>a{color:#fd732f;}
.navul li>a:hover{color:#fd732f;}
.navul li .nav_son{display: none;position: absolute;left: 50%;top:120px;z-index:100;box-shadow: 0 6px 12px rgba(0, 0, 0, .175);margin-left: -50px;width: 160px;font-size: 14px;background: #FFF;animation: fromBottomFade .6s ease both;-webkit-animation: fromBottomFade .6s ease both;}
.navul li .nav_son a{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;color:#222;display:block;padding:10px 20px;border-bottom:1px solid #ebebeb;line-height:23px;}
.navul li .nav_son a:hover{color:#fd732f;background:#f5f5f5;}
.navul li .line{width:0px;height:3px;position:absolute;top:78px;left:0px;background:#fd732f;}
.navul li:hover .line{width:100%;}
.navul li:hover .nav_son{display:block;}



	
	/*banner*/
#indexbanner{overflow: hidden; position: relative;margin-top:120px;}
#indexbanner .bx-controls{ position: absolute; left: 0; bottom: 20px; z-index: 70; width: 100%; color: rgba(0,0,0,0);}
#indexbanner .bx-controls .bx-pager{ text-align: center;}
#indexbanner .bx-controls .bx-pager div{ display: inline-block; margin: 0 2px;}
#indexbanner .bx-controls .bx-pager div a{ display: block; width: 45px; height: 4px; overflow: hidden; line-height: 50px; background-color: rgba(255,255,255,0.3);}
#indexbanner .bx-controls .bx-pager div a.active{ background-color: rgba(255,255,255,0.8);}
#indexbanner .bx-controls .bx-controls-direction{ display: none;}

.insidebanner{margin-top:90px;}





.tit{width:100%;text-align:center;overflow:hidden;}
.tit .cn{font-size:46px;font-weight:bold;color:#313131;margin-bottom:11px;}
.tit .cn span{color:#313131;text-transform:uppercase;}
.tit .line{width:300px;height:1px;position:relative;margin:16px auto;}
.tit .line:before{content:"";position:absolute;width:55px;height:5px;background:#ff711e;left:50%;top:-1px;transform:translateX(-50%); }
.tit .intro{color:#999;font-size:18px;font-weight:lighter;text-transform:uppercase;}




#indexproduct{width:100%;overflow:hidden;padding:70px 0px 70px;background-color: #f8f8f8;}
.product{height:100%;margin:auto;overflow:hidden;}
.product .j-tab-nav{
	display: flex;
	justify-content: center;
}
.product .j-tab-nav li{
	margin: 0 19px;
	padding: 0 0 14px;
	position: relative;
}
.product .j-tab-nav li.current::after{
	content: '';
	position: absolute;
	bottom: 0;
    left: 0;
	width: 100%;
	height: 6px;
	border-radius: 6px;
	background-color: #f36b15;
}
.product .j-tab-con{margin-top: 50px;}
.product .j-tab-con .item{
	display: none;
}
.product .j-tab-con .item:first-child{
	display: block;
}
.product .j-tab-con ul{
	display: flex;
}
.product .j-tab-con ul li{
	flex-basis: 32%;
	margin-right: 2%;
    overflow: hidden;
}
.product .j-tab-con ul li:nth-child(3n){
	margin-right: 0%;
}
.product .j-tab-con .img{
	height: 337px;
	background-color: #fff;
}
.product .j-tab-con .tt{
	height: 100px;
	background-color: #313131;
	display: flex;
	align-items: center;
	padding: 0 33px 0 35px;
	border-radius: 0 0 7px 7px;
}
.product .j-tab-con .t1{
	color: #fff;
	flex: 1 0 70%;
	white-space: nowrap;
    text-overflow: ellipsis;
	overflow: hidden;
}
.product .j-tab-con .t2{
	color: #fff;
	width: 99px;
	height: 38px;
	background-color: #f36b15;
	text-align: center;
	line-height: 38px;
	border-radius: 4px;
}
.product ul li .img:hover img{transform:scale(1.1,1.1);}
.product ul li:hover .t1{color: #f36b15;}

#indexservice{width: 100%;height: 552px;background: #fff url('../images/service_bg.png') no-repeat center;}
.service{
	padding-top: 50px;
}


#indexabout{width:100%;padding:60px 0px 75px;position: relative;background-color: #fff;height: 606px;}
.about{margin:auto;}
.about .tit p{color:#000;}
.about .tit .line:before{content:"";position:absolute;width:42px;height:3px;background:#fff;left:50%;top:-1px;transform:translateX(-50%); }

.about .con{margin-top:20px;line-height:27px;}
#indexabout .left{
    width: 45vw;
    height: 100%;
    position: absolute;
    left: 0;
    top: 60px;
    font-size: 0;
}
#indexabout .left img{
    max-width: 100%;
    height: 606px;
}
.about .con .right{float:right;width:50%;font-size:14px;padding-top: 93px;}
.about .con .right .abtit{width:100%;overflow:hidden;margin-bottom:25px;}
.about .con .right .abtit .cn{font-size:36px;line-height:36px;font-weight:bold;color:#000;margin-bottom:11px;}
.about .con .right .abtit .intro{color:#000;font-size:20px;font-weight:lighter;text-transform:uppercase;}
.about .con .right .details{padding-top:22px;border-top:1px dashed #fff;color:#000;line-height: 34px;}
.about .con .right .details *{color:#000;}

.about .more{width:186px;height:62px;line-height:62px;border-right:12px solid #2897f9;text-align:center;color:#fff;display:block;margin-top:37px;position:relative;z-index:5;background-color: #f36b15;}
.about .more:before{content:"";width:0;height:62px;position:absolute;top:0;left:0;background:#2897f9;z-index:-1;
	transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;}
.about .more:hover:before{width:100%;}








#indexcase{width:100%;overflow:hidden;padding-top:60px;}
.case ul{float:left;margin-top:50px;}
.case ul li{float:left;margin-right:26px;}
.case ul li img{height:283px;}
.case ul li .tt{line-height:70px;text-align:center;color:#333333;}


#indexnews{width:100%;padding:70px 0px;overflow:hidden;}
.news{margin:auto;}
.news .con{margin-top:45px;}
.news .detail_left{width:53.8%;float:left;}
.news .detail_left ul li{width:86%;;}
.news .detail_left ul li img{max-width:100%;display:block;margin:auto;transition:0.6s;}
.news .detail_left ul li .details{width:100%;overflow:hidden;margin-bottom:25px;}
.news .detail_left ul li .date{width:20%;float:left;}
.news .detail_left ul li .date .date1{font-size:28px;font-weight:lighter;color:#999;}
.news .detail_left ul li .date .date2{font-size:15px;margin-top:10px;font-weight:lighter;color:#999;}
.news .detail_left ul li .conn{width:80%;float:left;}
.news .detail_left ul li .tt{color:#333;font-size:16px;overflow:hidden;margin-bottom:15px;transition:0.6s;text-overflow:ellipsis;white-space:nowrap;}
.news .detail_left ul li .des{line-height:24px;height:48px;color:#999;font-size:13px;
 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .detail_right{width:46%;float:left;border-left:1px solid #f0f0f0;}
.news .detail_right ul{width:90%;margin:auto;padding-bottom:40px;}
.news .detail_right ul li{width:100%;overflow:hidden;padding:30px 0px 20px;border-bottom:1px solid #f0f0f0;}
.news .detail_right ul li a{color:#000;}
.news .detail_right ul li .date{width:20%;float:left;}
.news .detail_right ul li .date .date1{font-size:28px;font-weight:lighter;color:#999;}
.news .detail_right ul li .date .date2{font-size:15px;margin-top:10px;font-weight:lighter;color:#999;}
.news .detail_right ul li .conn{width:80%;float:left;}
.news .detail_right ul li .tt{color:#333;font-size:16px;overflow:hidden;margin-bottom:15px;transition:0.6s;text-overflow:ellipsis;white-space:nowrap;}
.news .detail_right ul li .des{line-height:24px;height:48px;color:#999;font-size:13px;
 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news ul li:hover .tt{color:#e35f13}
.news ul li:hover .des{color:#e35f13}
.news ul li:hover .date1{color:#e35f13}
.news ul li:hover .date2{color:#e35f13}


.news .detail_right ul li:hover .tt{color:#e35f13}
.news .detail_right ul li:hover .des{color:#e35f13}
.news .detail_right ul li:hover .date1{color:#e35f13}
.news .detail_right ul li:hover .date2{color:#e35f13}







.ne_nav{width:100%;height:80px;background:#fff;line-height:80px;}
.ne_nav.ne_nav_bg{
	background-color: #f8f8f8;
}
.ne_nav .crumb{flex: 1;}
/* .ne_nav .crumb{line-height:60px;padding-left:30px;background:url(../images/home.png) no-repeat left center;} */
.ne_nav .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ne_nav .sidenav ul{
	display: flex;
}
.ne_nav .sidenav ul li{
	margin-left: 40px;
}
.ne_nav .sidenav a{
	font-size: 16px;
	color: #000;
	display: block;
	position: relative;
}
.ne_nav .sidenav a.cur::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 65px;
	height: 5px;
	background-color: #fd732f;
}




.col{width:100%;min-height:450px;line-height:220%;margin-top:40px;margin-bottom:50px;}
.col h2{text-align:center;font-weight:normal;color:#000;}
.col h3{text-align:center;font-weight:normal;font-size:12px;}
.pccol{width:100%;min-height:450px;line-height:220%;margin-top:40px;margin-bottom:50px;}
.pccol h2{text-align:center;font-weight:normal;color:#000;}
.pccol h3{text-align:center;font-weight:normal;font-size:12px;}


.phonecol{display:none;}

.maintit{text-align:center;margin-top:45px;}
.maintit p{font-size:30px;color:#333;font-weight:lighter;margin-bottom:10px;}
.maintit span{font-size:16px;color:#999;text-transform:uppercase;}
.son_nav{margin-top:25px;text-align:center;}
.son_nav a{padding:0px 20px;height:45px;line-height:45px;border-radius:2px;border:1px solid #dcdcdc;color:#333;display:inline-block;margin:0px 10px;transition: color 0s;}
.son_nav a.active{background:#008b92;color:#fff;border:1px solid #008b92;}
.son_nav a:hover{background:#008b92;color:#fff;border:1px solid #008b92;}




.pxxm{width:100%;min-height:450px;margin-bottom:50px;margin-top:30px;overflow:hidden;}
.pxxm ul{width:100%;}
.pxxm ul li{width:32%;margin-right:2%;float:left;margin-bottom:22px;}
.pxxm ul li a{border:#f2f2f2;}
.pxxm ul li:nth-child(3n){margin-right:0px;}
.pxxm ul li .pic{border:1px solid #f2f2f2;width:99%;height:280px;overflow:hidden;display:flex;align-items:center;display:-webkit-flex; /* Safari */-webkit-align-items: center; /* Safari 7.0+ */}
.pxxm ul li .pic img{max-width:100%;max-height:100%;margin:auto;transition:0.3s;}
.pxxm ul li p{width:100%;height:20px;text-align:center;line-height:20px;margin-top:15px;color:#000;font-size:16px;}
.pxxm ul li .des{font-size:12px;height:36px;line-height:18px;margin-top:12px;padding:0 3px;color:#666;}
.pxxm ul li:hover .pic{border:1px solid #117ec8;}
.pxxm ul li:hover img{transform:scale(1.1,1.1);
-ms-transform:scale(1.1,1.1); 	/* IE 9 */
-moz-transform:scale(1.1,1.1); 	/* Firefox */
-webkit-transform:scale(1.1,1.1); /* Safari 和 Chrome */
-o-transform:scale(1.1,1.1); 	/* Opera */}
.pxxm ul li:hover p{color:#117ec8;}

.product_index{width:100%;min-height:450px;margin-bottom:50px;overflow:hidden;}
.product_index ul{display: flex;flex-wrap: wrap;}
.product_index ul li {
    width: 32%;
    margin-top: 30px;
	overflow: hidden;
}
.product_index ul li:not(:nth-child(3n)) {
    margin-right: calc(4% / 2);
}
.product_index ul li .img{
	height: 337px;
	background-color: #fff;
	border-radius: 7px 7px 0 0;
	overflow: hidden;
}
.product_index ul li .tt{
	height: 100px;
	background-color: #313131;
	display: flex;
	align-items: center;
	padding: 0 33px 0 35px;
	border-radius: 0 0 7px 7px;
}
.product_index ul li .t1{
	color: #fff;
	flex: 1 0 70%;
	white-space: nowrap;
    text-overflow: ellipsis;
	overflow: hidden;
}
.product_index ul li .t2{
	color: #fff;
	width: 99px;
	height: 38px;
	background-color: #f36b15;
	text-align: center;
	line-height: 38px;
	border-radius: 4px;
}
.product_index ul li .img:hover img{transform:scale(1.1,1.1);}
.product_index ul li:hover .t1{color: #f36b15;}


/* 相册 */
.photos{width:100%;min-height:450px;margin-bottom:50px;margin-top:30px;overflow:hidden;}
.photos ul{width:100%;}
.photos ul li{width:32%;margin-right:2%;float:left;margin-bottom:22px;}
.photos ul li a{border:#f2f2f2;}
.photos ul li:nth-child(3n){margin-right:0px;}
.photos ul li .pic{border:1px solid #f2f2f2;width:99%;height:280px;overflow:hidden;display:flex;align-items:center;display:-webkit-flex; /* Safari */-webkit-align-items: center; /* Safari 7.0+ */}
.photos ul li .pic img{max-width:100%;max-height:100%;margin:auto;transition:0.3s;}
.photos ul li p{width:100%;height:20px;text-align:center;line-height:20px;margin-top:15px;color:#000;font-size:16px;}
.photos ul li .des{font-size:12px;height:36px;line-height:18px;margin-top:12px;padding:0 3px;color:#666;}
.photos ul li:hover .pic{border:1px solid #117ec8;}
.photos ul li:hover img{transform:scale(1.1,1.1);
-ms-transform:scale(1.1,1.1); 	/* IE 9 */
-moz-transform:scale(1.1,1.1); 	/* Firefox */
-webkit-transform:scale(1.1,1.1); /* Safari 和 Chrome */
-o-transform:scale(1.1,1.1); 	/* Opera */}
.photos ul li:hover p{color:#117ec8;}




.online{width:100%;margin:auto;margin-top:20px;margin-bottom:20px;overflow:hidden;}
.online form{padding-left:150px;}
.online .text{width:381px;height:38px;float:left;margin-bottom:20px;margin-right:25px;}
.online .text input{width:268px;height:36px;border:1px solid #c9c9c9;padding-left:20px;}
.online .text p{float:left;width:76px;padding-right:10px;line-height:38px;padding-left:5px;}
.online .text p span{color:#eb0000;position:relative;top:2px;}
.online .con{width:927px;height:205px;float:left;margin-bottom:20px;}
.online .con textarea{padding:20px;border:1px solid #c9c9c9;height:163px;width:760px;}
.online .con p{float:left;width:81px;padding-right:5px;line-height:38px;padding-left:5px;}
.online .con p span{color:#eb0000;position:relative;top:2px;}
.online .verify{height:38px;margin-bottom:20px;}
.online .verify p{float:left;width:76px;padding-right:10px;line-height:38px;padding-left:5px;}
.online .verify p span{color:#eb0000;position:relative;top:2px;}
.online .verify input{width:154px;height:36px;border:1px solid #c9c9c9;float:left;padding-left:20px;margin-right:10px;}
.online .verify img{cursor:pointer;}
.online .submit{width:107px;height:35px;color:#fff;cursor:pointer;background:#be252e;margin-left:91px;float:left;border:none;margin-right:47px;}
.online .reset{width:107px;height:35px;color:#fff;cursor:pointer;background:#008b92;float:left;border:none;}







.xwzx{width:100%;min-height:350px;margin-bottom:50px;}
.xwzx ul{width:100%;overflow:hidden;}
.xwzx ul li{width:100%;height:231px;transition: all 0.3s ease 0s;border-bottom:1px solid #ddd;position:relative;}
.xwzx ul li a{padding:22px 0px;width:100%;height:187px;display:block;}
.xwzx ul li .pic{float:left;width:300px;height:187px;overflow:hidden;
	display:flex;
	align-items:center;
	display:-webkit-flex;
	-webkit-align-items: center;}
.xwzx ul li .pic img{max-width:100%;max-height:187px;transition:0.6s;}
.xwzx ul li .con{width:800px;margin-left:29px;float:left;}
.xwzx ul li .con .tt{font-size:16px;color:#333;margin-top:38px;}
.xwzx ul li .con .date{line-height:25px;margin-top:12px;}
.xwzx ul li .con .des{height:73px;margin-top:12px;color:#999;line-height:25px;}
.xwzx ul li:hover .tt{color:#408542;}
.xwzx ul li:hover .pic img{transform:scale(1.1,1.1);
-ms-transform:scale(1.1,1.1); 	/* IE 9 */
-moz-transform:scale(1.1,1.1); 	/* Firefox */
-webkit-transform:scale(1.1,1.1); /* Safari 和 Chrome */
-o-transform:scale(1.1,1.1); 	/* Opera */}


.inset_box{background-color: #f8f8f8;}

.inset.message table{width:100%;}
.inset.message tr{width:49%;float:left;margin-right:2%;}
.inset.message tr:nth-child(2n){margin:0px;}
.inset.message th{width:100%;line-height:56px;display:block;text-align:left;font-size:16px;color:#666666;font-weight:normal;}
.inset.message td{width:100%;display:block;}
.inset.message td input{width:100%;height:66px;text-indent:30px;color:#999999;border:1px solid #e7e7e7;font-size:16px;}
.inset.message #f_content{width:100%}
.inset.message #f_content textarea{width:100%;border:1px solid #e7e7e7;line-height:66px;text-indent:30px;font-size:16px;}
.inset.message #btnSubmit{width:210px;height:55px;background:#e35f13;border:none;color:#fff;margin-top:35px;margin-bottom: 35px;}



.orientation{margin-top:20px;margin-bottom:20px;overflow:hidden;width:100%;}
.orientation .previous{float:left;}
.orientation .next{float:right;}

/* 招聘 */
.recruit{width:100%;min-height:450px;overflow:hidden;padding:0px 0px 50px;}
.recruit-th{width:100%;overflow:hidden;background:#ebebeb;line-height:95px;border-bottom:1px solid #ffffff;}
.recruit-th ul{width:100%;overflow:hidden;}
.recruit-th ul li{font-size:18px; font-weight:bold;color:#333;}
.recruit .icJoin{border-bottom:1px solid #ffffff;}
.recruit ul li:nth-child(6n+1){width:20%;float:left;text-align:center;}
.recruit ul li:nth-child(6n+2){width:27%;float:left;text-align:center;}
.recruit ul li:nth-child(6n+3){width:10%;float:left;text-align:center;}
.recruit ul li:nth-child(6n+4){width:13%;float:left;text-align:center;}
.recruit ul li:nth-child(6n+5){width:15%;float:left;text-align:center;}
.recruit ul li:nth-child(6n+6){width:15%;float:left;text-align:center;}
.recruit-td{width:100%;overflow:hidden;background:#f5f5f5;}
.recruit-td ul{overflow:hidden;}
.recruit-td ul li{font-size:17px;color:#333;line-height:35px;padding:25px 0px;}
.recruit-td ul li:last-child{color:#117ec8;font-size:15px;}
.recruit .item-bd{width:88%;line-height:40px;margin:auto;} 
.recruit .icJoin:hover{background:#fff;}
.recruit .icJoin.active{background:#fff;}
.recruit-gwzz{font-size:16px;margin-bottom:10px;color:#333;}

/* 产品详情 */
.product_show .cp-product{width:94%;margin:auto;overflow:hidden;margin-bottom:40px;}
.product_show .cp-product .cp-pic-detail{float:left;width:0.35%;position:relative;}
.product_show .cp-product .cp-pic{width:490px;height:490px;border:1px solid #e7e7e7;float:left;background:rgba(242,242,242,1);display:flex;
	align-items:center;
	display:-webkit-flex; 
    -webkit-align-items:center;
	display:-ms-flex; 
    -ms-align-items:center;}
.product_show .cp-product .cp-pic img{display:block;margin:auto;}
.product_show .cp-product .cp-details{width:60%;float:right;}
.product_show .cp-title{font-size:30px;font-weight:bold;color:#000;margin-top:10px;margin-bottom:20px;}
.product_show .cp-des{background:#f8f8f8;padding:37px 42px;}
.product_show .cp-des .item{display: flex;}
.product_show .cp-des .item .p2{font-size: 18px;color: #000;}
.product_show .cp-des .item .p1{font-size: 18px;width: 115px;color: #969696;}
.product_show .cp-tel{margin: 49px 0 0;}
.product_show .cp-tel p{font-size: 39px;color: #000;}
.product_show .cp-tel p span{color: #fa5c14;font-size: 29px;font-weight: bold;}
.product_show .cp-buy{background:#e45e15;width:210px;height:55px;line-height:55px;color:#fff;font-size:20px;text-align:center;margin-top:15px;}
.product_show .cp-con{width:94%;margin:auto;}
.product_show .cp-yjxj{width:94%;margin:auto;}
.product_show .cp-yjxj-tit{font-size:20px;color:#333;font-weight:bold;height:68px;line-height:68px;text-indent:57px;background:#f5f5f5;margin-bottom:50px;}
.product_show .cp-yjxj-des{font-size:20px;color:#333;margin-bottom:38px;}
.product_show .cp-yjxj table{width:100%;}
.product_show .cp-yjxj tr{width:49%;float:left;margin-right:2%;}
.product_show .cp-yjxj tr:nth-child(2n){margin:0px;}
.product_show .cp-yjxj th{width:100%;line-height:56px;display:block;text-align:left;font-size:16px;color:#666666;font-weight:normal;}
.product_show .cp-yjxj td{width:100%;display:block;}
.product_show .cp-yjxj td input{width:100%;height:66px;text-indent:30px;color:#999999;border:1px solid #e7e7e7;font-size:16px;}
.product_show #f_content{width:100%}
.product_show #f_content textarea{width:100%;border:1px solid #e7e7e7;line-height:66px;text-indent:30px;font-size:16px;}
.product_show #btnSubmit{width:210px;height:55px;background:#e35f13;border:none;color:#fff;margin-top:35px;}
.product_show .bg{height: 490px;position:relative; margin:0 auto;box-sizing: border-box;}
.product_show .bg_left{width: 490px;height:auto;float:left;}
.product_show .bg_right{float:left;position:absolute;left:490px;z-index:100;}
.product_show .show{width: 490px;height: 490px;margin-bottom: 10px;position: relative;top:0;z-index:100; border:1px solid #E8E8E8;cursor:move}
.product_show .show img{width: 490px;height: 490px;}
.product_show .mask{width: 240px;height: 180px;background: #000;filter: Alpha(opacity=50);opacity:0.5;position: absolute;top: 0;left: 0;display: none;}
.product_show .bigshow{width: 490px;height: 490px;overflow: hidden;margin-left: 10px;display: none;border:1px solid #E8E8E8;}
.product_show .bigshow img{width: 960px;height: 720px;}
.product_show .smallshow{width: 100%;height: 70px;position: relative}
.product_show .smallshow img{width:100%;height: 70px; border:1px solid #e8e8e8;box-sizing: border-box;transition: all 0.5s}
.product_show .smallshow>.middle_box{margin-left: 30px;margin-right: 30px;overflow: hidden;height: 70px;}
/* .product_show .smallshow>.middle_box{margin-left: 30px;margin-right: 30px;width:440px;overflow: hidden;height: 70px;} */
.product_show .smallshow .middle{overflow: hidden;transition: all 0.5s;height: 70px;}
.product_show .smallshow .middle>li{width: 78px;height: 70px;float: left;cursor:pointer;padding:0 5px;}
.product_show .smallshow>p{position: absolute;top:50%;width: 22px;height: 32px;margin-top: -16px;}
.product_show .smallshow>.prev{left: 0;background: url(../images/hover-prev.png) no-repeat;transition: all 0.5s}
.product_show .smallshow>.next{right: 0;background: url(../images/hover-next.png) no-repeat;transition: all 0.5s}
.product_show .smallshow>.prev.prevnone{left: 0;background: url(../images/prev.png) no-repeat;cursor: not-allowed}
.product_show .smallshow>.next.nextnone{right: 0;background: url(../images/next.png) no-repeat;cursor: not-allowed}

.product_show .con-box{
	background-color: #f8f8f8;
	padding: 50px 0 70px;
}
.product_show .con{
	display: flex;
}
.product_show .con .deitai{
	background-color: #fff;
	flex: 1 1 auto;
}
.product_show .con .deitai .content{
	padding: 20px 30px;
	line-height: 220%;
}
.product_show .con .deitai .content *{
	max-width: 100%;
}
.product_show .con .tj{
	background-color: #fff;
	margin-left: 18px;
	flex: 0 0 300px;
}
.product_show .con .tj h3:first-child,.product_show .con .deitai h3:first-child{
	padding: 27px 0;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #000;
	border-bottom: 3px solid #f8f8f8;
	margin: 0 0 21px;
}
.product_show .con .tj li{
	padding: 0 23px 20px;
}
.product_show .con .tj li p{
	color: #000;
	line-height: 30px;
	font-size: 16px;
	margin: 10px 0 0;
}
.cate_name{
	font-size: 49px;
	color: #000;
	height: 160px;
	display: inline-flex;
	align-items: center;
}

/*footer*/
#footer{width:100%;background:#1d2124 url('../images/footer.png') no-repeat center;}
.footer_top{}
.footer_nav{
	height: 144px;
	box-sizing: border-box;
	border-bottom:1px solid #313539;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer_nav .pic{
	flex: 1;
}
.footer_nav ul{
	display: flex;
}
.footer_nav ul li{
	margin-left: 53px;
}
.footer_nav ul li a{
	color: #fff;;
}
.footer_top .address{
	height:255px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom:1px solid #313539;
}
.footer_top .address .address-1{
	flex: 1;
	color: #fff;
	line-height: 200%;
}
.footer_top .address .address-3 p{
	margin-top: 22px;
	text-align: center;
	font-size: 15px;
	color: #fff;
}
.footer_bottom{height:100px;line-height:100px;color:#fff;background:fff;}
.footer_bottom1{display:none;}

#sidenav{width:100%;background:#f5f5f5;}
#sidenav ul{text-align:center;}
#sidenav ul li{display:inline-block;line-height:80px;margin: 0px 30px;font-size:16px;}
#sidenav ul li a{font-size:16px;}
#sidenav ul li a.cur{color:#e45e15;}
#sidenav ul li:hover{color:#e45e15;cursor:pointer;}


@media (max-width: 1500px) {
	.navul li{
		margin-left: 30px;
	}
}
@media (max-width: 1400px) {
	.navul li{
		margin-left: 20px;
	}
}
@media (max-width: 1300px) {
	.navul li{
		margin-left: 5px;
	}
}


.mypage{
    text-align: center;
	width:100%;
	margin-top:20px;
	overflow:hidden;
}	
.mypage	span,.mypage a{
	display: inline-block;
	vertical-align: top;
	color: #d0332e;
	border: 1px solid #d0332e;
	padding: 5px 10px;
	margin: 5px;
}		
.mypage	span.current,.mypage a.current{
	background: #d0332e;
	color: #fff;
}



