@charset "utf-8";
/* 产品banner图  */

.banner_product{position:relative;}
.banner_inner{position:absolute;width:100%;height:100%;left:0;top:0;}
.banner_inner .container{display: table;width:100%;height: 100%;}
.inner_txt img{width:40%;}
.inner_txt{width:60%;margin:0 auto;text-align:right;display: table-cell;vertical-align: middle;}
.konw_more{position:relative;width:100px;height:30px;border:1px solid #ffffff;line-height:27px;display:block;text-align:center;margin-top:20px;font-size:14px;color:#ffffff;-webkit-transition:all  0.4s ease-out;-o-transition:all 0.4s 0.2s ease-out;transition:all  0.4s  0.2s ease-out;}
.konw_more:hover{color:#fff; background: #e65218;border:1px solid #e65218; border-radius:1em;}

/*product_menu产品菜单*/
.border_line{width:100%;height:1px;background:#e1e1e1;
	-webkit-box-shadow:0 1px 3px 1px rgba(0,0,0,.075);
	box-shadow:0 1px 3px 1px rgba(0,0,0,.075);}
.product_menu ul li{position:relative;float:left;display:table;text-align:center;height:100px;border-right:1px solid #e1e1e1;
	transition: all ease 0.3s ;
	-moz-transition: all ease 0.3s ;
	-o-transition: all ease 0.3s ;}
.product_menu1 ul li{width:25%;}
.product_menu2 ul li{width:20%;}
.product_menu3 ul li{width:33.33333%;}
.product_menu ul li:first-child{border-left:1px solid #e1e1e1}
.product_menu ul li a{display:table-cell;vertical-align:middle;color:#666666;font-size:14px;}
.product_menu ul li a:before{content:"";z-index: 10;height:63px;display:inline-block;margin-right:10px;vertical-align:middle;background:url(../images/menu_icon.png) no-repeat;transition: all ease 0.3s ;-moz-transition: all ease 0.3s ;-o-transition: all ease 0.3s ;}
.product_menu ul li:after{content:"";position:absolute;bottom:0px;left:0;height:2px;background:#ef8137;width:0%;transition: width ease 0.6s ;-moz-transition: width ease 0.6s ;-o-transition: width ease 0.6s ;}

/*菜单icon*/
.product_menu1 ul li.menu1 a:before{background-position:0 0;width:40px;}
.product_menu1 ul li.menu2 a:before{background-position:-95px 0;width:91px;}
.product_menu1 ul li.menu3 a:before{background-position:-233px 0;width:60px;}
.product_menu1 ul li.menu4 a:before{background-position:-357px 0;width:55px;}
.product_menu2 ul li.menu1 a:before{background-position:-470px 0;width:65px;}
.product_menu2 ul li.menu2 a:before{background-position:-582px 0;width:65px;}
.product_menu2 ul li.menu3 a:before{background-position:-692px 0;width:80px;}
.product_menu2 ul li.menu4 a:before{background-position:-828px 0;width:48px;}
.product_menu2 ul li.menu5 a:before{background-position:-932px 0;width:53px;}
.product_menu2 ul li.menu6 a:before{background-position:-1034px 0;width:53px;}
.product_menu3 ul li.menu1 a:before{background-position:-1140px 0;width:41px;}
.product_menu3 ul li.menu2 a:before{background-position:-1230px 0;width:42px;}
.product_menu3 ul li.menu3 a:before{background-position:-1315px 0;width:40px;}

/*菜单icon hover效果*/
.product_menu1 ul li.menu1:hover a:before{background-position:0 -72px;width:40px;}
.product_menu1 ul li.menu2:hover a:before{background-position:-95px -72px;width:91px;}
.product_menu1 ul li.menu3:hover a:before{background-position:-233px -72px;width:60px;}
.product_menu1 ul li.menu4:hover a:before{background-position:-357px -72px;width:55px;}
.product_menu2 ul li.menu1:hover a:before{background-position:-470px -72px;width:65px;}
.product_menu2 ul li.menu2:hover a:before{background-position:-582px -72px;width:65px;}
.product_menu2 ul li.menu3:hover a:before{background-position:-692px -72px;width:80px;}
.product_menu2 ul li.menu4:hover a:before{background-position:-828px -72px;width:48px;}
.product_menu2 ul li.menu5:hover a:before{background-position:-932px -72px;width:53px;}
.product_menu2 ul li.menu6:hover a:before{background-position:-1034px -72px;width:53px;}
.product_menu3 ul li.menu1:hover a:before{background-position:-1140px -72px;width:41px;}
.product_menu3 ul li.menu2:hover a:before{background-position:-1230px -72px;width:42px;}
.product_menu3 ul li.menu3:hover a:before{background-position:-1315px -72px;width:40px;}
.product_menu ul li:hover a,.product_menu ul li.cur a{color:#666;}
.product_menu ul li:hover:after,.product_menu ul li.cur:after{width:100%;}
.product_menu ul li:hover,.product_menu ul li.cur{background:#fafafa}

/*面包屑导航*/
.breadcrumb{position:relative;left:0;padding-top:25px;}

/*product_list*/
.search_answer{margin-top:30px;font-size: 20px;color:#333;text-align: center}
.product_list{min-height:500px;}
.product_list ul li{float:left;text-align:center;padding-bottom:40px;border-bottom:1px solid #e7e7e7;padding-top:40px;}
.product_list ul li.add{border-top:1px solid #e7e7e7;border-bottom:none;}
.pro_summary{border-left:1px solid #e7e7e7}
.product_list ul li:nth-child(3n) .pro_summary{border-right:1px solid #e7e7e7;}
.pro_img img{height:269px;width:auto;}
.pro_img{-webkit-transition: all ease 0.3s ;transition: all ease 0.3s ;-moz-transition: all ease 0.3s ;-o-transition: all ease 0.3s ;}
.konw_det{position:relative;width:140px;height:40px;margin:0 auto;line-height:40px;text-align:center;border:1px solid #e65218;color:#e65218;margin-bottom:25px;-webkit-transition:all  0.4s  ease-out;-o-transition:all 0.4s ease-out;transition:all  0.4s ease-out;}
.pro_name{font-size:16px;color:#555555;line-height:1;margin-bottom:10px;margin-top:40px;}
.pro_model{color:#a8a8a8;font-size:14px;line-height:1;margin-bottom:20px;height: 14px;}
.product_list dl {width:70%;margin:0 auto;}
.product_list dl dd{text-align:left;font-size:12px;color:#999999;line-height:23px;background:url(../images/dd_icon.png) no-repeat left 7px;padding-left:15px;}
.product_list ul li:hover .konw_det{border-radius:0.5em;background-color:#e65218;color:#fff;}
.product_list ul li:hover .pro_img{-webkit-transform: translate3d(0, -5%, 0); transform: translate3d(0, -5%, 0);}

/*product_content*/
.product_content{margin-bottom:70px;}
.product_content .content_con,.product_content .content_name {display: inline-block;}
.content_name{font-size: 20px;color: #e54e12;vertical-align: top;padding-right:20px ;}
.content_con{padding-left: 30px;border-left:1px solid #e7e7e7;}
.content_con ul li{background:url(../images/dd_icon.png) no-repeat left 10px;font-size:14px;color:#888888;line-height:30px;padding-left:15px;}


@media only screen and (max-width:1440px) {
	.product_menu ul li a:before{transform: scale(0.8);-webkit-transform: scale(0.8);margin-right:0.5rem;}
	.pro_img img {height: 220px; width: auto;}
}	

@media only screen and (max-width:1200px) {
	.content_name{font-size:18px;}
	.see_more{width:30%;}
	.pro_main_con .see_more {margin-bottom: 60px;margin-top: 30px;}
	.product_content{margin-bottom: 60px;}
	.product_menu ul li a:before{transform: scale(0.7);-webkit-transform: scale(0.7);margin-right:0.5rem;}
	.product_menu ul li a:before,.product_menu ul li a span{margin-left:-5px;}
	.product_menu ul li{height: 80px;}
	.pro_img img {height: 200px; width: auto;}
}

@media only screen and (max-width:992px) {
	.konw_det{width:120px;height:35px;line-height:35px;}
	.product_list ul li:nth-child(2n) .pro_summary{border-right:1px solid #e7e7e7}
	.see_more{margin-bottom:60px;}
	.product_menu ul li a:before{transform: scale(0.5);-webkit-transform: scale(0.5);margin-right:0.3rem;}
	.product_menu ul li a:before,.product_menu ul li a span{margin-left:-12px;}
	.product_menu ul li{height: 60px;}
	.pro_img img {height: 180px; width: auto;}
}

@media only screen and (max-width: 767px) {
	.kvBox{height:250px;background-size:auto 100%;position:relative;overflow-x:hidden;width:100%;}
	.admain{overflow:hidden;}
	.banner_img{height:250px;margin-left:-50px;}
	.banner_inner .container{padding-right:10%;}
	.banner_img img{height:100%;width:auto;max-width:768px;}
	.inner_txt{width:100%;}
	.konw_more {width:120px;height:35px;line-height:35px;margin-top:15px;}
	.product_menu .container{width:100%;padding:0;}
	.product_menu ul li{width:50%;height:80px;border-bottom:1px solid #e1e1e1;}
	.product_list ul li{width:100%;padding-top:40px;padding-bottom:30px;}
	.product_list ul li .pro_summary,.product_list ul li:nth-child(2n) .pro_summary,.product_list ul li:nth-child(3n) .pro_summary{border-right:none;border-left:none;}
	.product_list dl{width:80%;}
	.border_line{margin-bottom:0px;}
	.see_more{width:60%;margin-top:30px;margin-bottom:40px;}
	/*product_menu*/
	.product_menu ul li a:before{-webkit-transform: scale(0.7);-moz-transform: scale(0.7);transform: scale(0.7);margin-right:0.5rem;}
	.product_content{margin-top:30px;margin-bottom: 30px;}
	.content_name{font-size: 16px;}
	.pro-nav{display:none;}
}
@media only screen and (max-width: 480px) {
	.banner_img{height:250px;margin-left:-80px;}
	.inner_txt img{width:50%;margin:0 auto;}
}
@media only screen and (max-width: 420px) {
	.banner_img{height:250px;margin-left:-100px;}
	.inner_txt img{width:45%;margin:0 auto;}
	
}
@media only screen and (max-width: 360px) {
	.banner_img{height:220px;margin-left:-80px;}
}
.pro_main_con .see_more {margin-bottom: 80px;margin-top:40px;}


/*product_det.html*/
.det_pro_warp{border-left: 1px solid #e0e0e0;border-right: 1px solid #e0e0e0;padding-left:70px;padding-right:70px;-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.1); box-shadow: 0px 0px 15px rgba(0,0,0,0.1);padding-bottom: 90px;}
.det_breadcrumb{margin-top:25px;margin-left:-40px;}
.banner_product_det{background:url(../images/det_banner_bck.jpg) no-repeat;height:500px;width:100%;background-size:cover;display:table;}
.banner_det_inner{display:table-cell;vertical-align:middle;text-align:center;}
.banner_pro,.banner_det_txt{display:inline-block;margin:0 40px;color:#ffffff;line-height:1;vertical-align: middle;}
.banner_det_txt .det_txt1{font-size:30px;text-align:left;}
.banner_det_txt .det_txt2{font-family:"Arial";font-size:24px;text-align:left;margin-top:20px;}

.column_menu ul li{position:relative;float:left;width:50%;display:table;text-align:center;padding-top:30px;padding-bottom:30px;
	transition: all ease 0.3s ;
	-moz-transition: all ease 0.3s ;
	-o-transition: all ease 0.3s ;}
.column_menu ul li a{display:table-cell;vertical-align:middle;color:#666666;font-size:16px;padding-top:5px;padding-bottom:5px;border-left:1px solid #e9e9e9}
.column_menu ul li:last-child a{border-right:1px solid #e9e9e9;}
.column_menu ul li a:before{
	content:"";
	z-index: 10;
	height:24px;
	display:inline-block;
	margin-right:1rem;
	vertical-align:middle;
	background:url(../images/product_det_icon.png) no-repeat;
	transition: all ease 0.3s ;
	-moz-transition: all ease 0.3s ;
	-o-transition: all ease 0.3s ;
}
.column_menu ul li:after{content:"";position:absolute;width:10px;height:10px;background:#fff;border:2px solid #e7e7e7;border-radius:100%;bottom:-6px;left:50%;margin-left:-5px;z-index: 9;}
.column_menu ul li:nth-child(1) a:before{background-position:0 0;width:22px;}
.column_menu ul li:nth-child(2) a:before{background-position:-84px 0;width:29px;}

/*hover效果*/
.column_menu ul li:nth-child(1):hover a:before,.column_menu ul li:nth-child(1).cur a::before{background-position:0 -24px;	}
.column_menu ul li:nth-child(2):hover a:before,.column_menu ul li:nth-child(4).cur a::before{background-position:-84px -24px;	}
.column_menu ul li:hover a,.column_menu ul li.cur a{color:#ff5907;}
.column_menu ul li:hover:after,.column_menu ul li.cur:after {border:2px solid #e54e12}
.column_menu .border_line{margin-bottom:0;}


/*产品卖点*/
.fixed_sell{position: fixed;top:-72px;opacity:0;filter:alpha(opacity:0);width:100%;padding-left:70px;padding-right:70px;background: #fff;z-index: 110000;height:72px;-webkit-transition: all .6s ease-out;-moz-transition: all .6s ease-out; -ms-transition: all .6s ease-out;-o-transition: all .6s ease-out;transition: all .6s ease-out;background: #fff;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    -webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.07);
    box-shadow: 0px 5px 5px rgba(0,0,0,0.07);}
.fixed_sell.show{opacity:1;filter:alpha(opacity=100);top:0px;}
.fixed_sell .small_box{margin-top:12px;padding-bottom: 0;border-bottom: none;}
.fixed_list{float: left;overflow:hidden;}
.fixed_list ul li{text-align: center;padding-top:25px;padding-bottom: 25px;cursor:pointer;color:#888888;float: left;padding:12px 18px;border:1px solid #ff6f15;border-radius: 6px;margin:0 4px;transition: all ease 0.3s ;-moz-transition: all ease 0.3s ;-o-transition: all ease 0.3s ;}
.fixed_list ul li.on,.fixed_list ul li:hover{background: #ff6f15;color:#fff;}
.owl-buttons div{position: absolute;top:50%;width:36px;height:36px;border-radius:100%;border:1px solid #dfdfdf;background-repeat:no-repeat;background-position:center center;cursor:pointer;}
.owl-prev{background: url(../images/left_icon1.png) no-repeat center;left:0;}
.owl-next{background: url(../images/right_icon2.png) no-repeat center;right:0;}
.owl-carousel2.owl-theme .owl-controls{bottom:50%;margin-bottom:18px;}
.large_box {margin-bottom:10px;overflow:hidden;}
.large_box ul li{margin-top:70px;margin-bottom: 50px;display: none;}
.large_box img{display:block;margin:0 auto;}
.small_box{overflow:hidden;margin-top:55px;padding-bottom: 40px;border-bottom: 1px solid #e2e2e2;position: relative;}
.small_box:after{position: absolute;top: 100%;left: 50%;margin-left: -15px;width:30px;height:16px;content:"";background:url(../images/pull_down.png) no-repeat;}
.small_list{position:relative;margin:0 auto; float:left; width:100%}
 
.small_list ul li{position:relative;float:left; border:1px solid #dedede; text-align:center;  cursor: pointer;color:#888888; line-height:40px; width:276px; font-size: 22px; padding:20px 0;}
.small_list ul li.on,.small_list ul li:hover{background: #ff6f15;color:#ffffff;}
.small_list ul li p{ font-size:16px;}
.btn{display:block;width:36px;height:36px;margin-top:6px;border-radius:100%;border:1px solid #dfdfdf;background-repeat:no-repeat;background-position:center center;cursor:pointer;transition: all ease 0.3s ;-moz-transition: all ease 0.3s ;-o-transition: all ease 0.3s ;}
.left_btn,.left_btn2{position:relative;z-index:999;float:left;  background: url(../images/left_icon1.png) no-repeat center; margin-top:50px;}
.left_btn:hover,.left_btn2:hover{background: url(../images/left_icon2.png) no-repeat center;}
.right_btn,.right_btn2{float:right;background: url(../images/right_icon2.png) no-repeat center; position:relative;  margin-top:50px; z-index:999;}
.right_btn:hover,.right_btn2:hover{background: url(../images/right_icon1.png) no-repeat center;}
.btn:hover{background-color:#ff6f15;border:1px solid #ff6f15;}


.performance >p{font-size: 24px;text-align: center;font-weight: normal;color: #333;padding-bottom: 30px;border-bottom: 1px solid #e2e2e2;margin-bottom:50px;}
.performance_con img{max-width:100%;height: auto;}
.performance_con{text-align: center}
.performance{margin-top:50px;}

.effect-img{padding-bottom:90px;}
#owl-product-show .item img{width:100%;height:auto;}
#owl-product-show{position:relative;}
.effect-img p{font-size:25px;color:#838383;margin-top:50px;margin-bottom:50px;line-height:1;text-align:center;}
.owl-theme .owl-controls{position:absolute;bottom:20px;width:100%;}
.main_con{padding-bottom:0;}
.details_con {
    font-size: 16px;
    color: #999999;
    line-height: 40px;
	margin-top:40px;
	margin-bottom:100px;
}

@media only screen and (max-width: 1440px) {
	.effect-img p{margin-top:40px;margin-bottom:40px;}
}
@media only screen and (max-width: 1280px){
	 
}
@media only screen and (max-width: 1200px) {

	.effect-img p{margin-top:35px;margin-bottom:35px;}
	
	.small_list ul li{ width:200px; font-size: 20px; line-height:30px; padding:15px 0;}
	.small_list ul li p{ font-size:14px;}
	.left_btn,.left_btn2{ margin-top:30px;}
	.right_btn,.right_btn2{ margin-top:30px;}
}
@media only screen and (max-width: 1080px) {
	.det_pro_img img{width:90%;}
	
	.small_list ul li{ width:150px; font-size:16px; line-height:25px; padding:10px 0;}
	.small_list ul li p{ font-size:14px;}
	
	.left_btn,.left_btn2{ margin-top:15px;}
	.right_btn,.right_btn2{ margin-top:15px;}
	
}
@media only screen and (min-width:768px) {
	.attention_con{display: none;}
}
/*product.html产品页面手机版样式*/
@media only screen and (max-width: 767px) {
	
	
	.small_list ul li{line-height:50px; width:100px; font-size: 14px;}
	.left_btn,.left_btn2{ margin-top:10px;}
	.right_btn,.right_btn2{ margin-top:10px;}
	
.produ{width:98%;  line-height:1.6em; color:#FFF; margin-top:10px;}
	

.slideBox{ position:relative;}
.pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:5px;
  width: 100%;
  z-index: 99;
  margin:0;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  cursor: pointer;
  margin:0 5px;
}
.swiper-active-switch {
  background: #e65218;
}
.showMenu{ background:none;transition:background 0s ease-out; -webkit-transition:background 0s ease-out;}
.topBar{ height:80px; line-height:90px; padding:0 20px; background:#f9f4f0;}
.topBar .select{ float:right; display:inline-block;  height:80px; line-height:90px; color:#bc9882; font-size:14px; text-decoration:underline;}
.topBar .name span{ height:80px; line-height:90px; font-size:15px; color:#555555; background-repeat:no-repeat; background-position:left center; display:inline-block; background-size:34px;}
.topBar .name span.icon1{ background-image:url(../img/home/icon/01.png)}
.topBar .name span.icon1{ background-image:url(../img/home/icon/01.png)}
.topBar .name span.icon2{ background-image:url(../img/home/icon/02.png)}
.topBar .name span.icon3{ background-image:url(../img/home/icon/03.png)}
.topBar .name span.icon4{ background-image:url(../img/home/icon/04.png)}
.topBar .name span.icon5{ background-image:url(../img/home/icon/05.png)}
.topBar .name span.icon6{ background-image:url(../img/home/icon/06.png)}
.topBar .name span.icon7{ background-image:url(../img/home/icon/07.png)}
.topBar .name span.icon8{ background-image:url(../img/home/icon/08.png)}
.topBar .name span.icon9{ background-image:url(../img/home/icon/09.png)}

.dialog,.attention_con{ position:fixed; left:0; top:0; background:rgba(0,0,0,0.5); -webkit-backdrop-filter: blur(4px); width:100%; height:100%; overflow:hidden; z-index:9999; display:none;}
.dialog .selectBox,.product_content_warp{ position:absolute; left:0; bottom:0; width:100%; background:#fff; padding-bottom:50px;}
.dialog .selectBox .btn,.close_btn{ height:50px; line-height:50px; background:#333; text-align:center; font-size:14px; color:#fff; position: absolute; bottom:0; left:0; width:100%;border-radius:0;}
.dialog .selectBox h2{ font-size:18px; font-weight:normal; text-align:center; padding:20px 0 10px 0;}
.dialog .selectBox ul{ padding:0 20px;}
.dialog .selectBox li{ height:45px; line-height:45px; position:relative;}
.dialog .selectBox li i{ position:absolute; width:19px; height:19px; background-repeat:no-repeat; background-position:center center; background-size:12px; right:4px; top:10px; border:1px solid #888;border-radius: 100%;}
.dialog .selectBox li.on i{ background-color:#e54e12; background-image:url(../images/icon_03.png); border:1px solid #e54e12;}
.dialog .selectBox li.bBor:after{background:#d6d6d6;}
.dialog .selectBox li p{background-position:left center; background-size:30px; display:inline-block; background-repeat:no-repeat;  color:#555;}


.dialog .selectBox,.product_content_warp{ -webkit-transform: translateY(100%); transform:translateY(100%); opacity: 0;
-webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;}
.dialogShow .selectBox,.product_content_warp.show{ opacity: 1; -webkit-transform: none; transform: none;}

.itemList{margin-bottom:35px;}
.itemList .tit{ width:100%; height:50px; line-height:50px; position:relative; background:url(../images/icon_02.png) no-repeat center right 5px; background-size:14px;border-bottom: 1px solid #e7e7e7}
.itemList .itemOn .tit{background:url(../images/icon_01.png) no-repeat center right 5px; background-size:14px;}
.itemList .tit h2{ font-size:16px; font-weight:normal; color:#333;}
.itemList .tit.bBor:after{background:#d6d6d6;}
.itemList ul{ width:100%; overflow:hidden; display:none;}
.itemList li{ width:49.5%; float:left; margin:15px 0;  text-align:center; padding:10px 0 10px 0;}
.itemList li:nth-child(odd){ border-right:1px dotted #ddd;}
.itemList li div{ display:block; font-size:12px;color:#555555; position:relative; top:10px;line-height: 20px;height: 40px;overflow:hidden;padding:0 20px;}
.icon1:before{background: url(../images/footer_menu_icon1.png) no-repeat center;width:32px;height: 28px;background-size:20px 28px;display: inline-block;content: "";vertical-align: middle;margin-right:10px;}
.icon2:before{background: url(../images/footer_menu_icon2.png) no-repeat center;width:32px;height: 19px;background-size:32px 19px;display: inline-block;content: "";vertical-align: middle;margin-right:10px;}
.icon3:before{background: url(../images/footer_menu_icon3.png) no-repeat center;width:32px;height: 26px;background-size:20px 26px;display: inline-block;content: "";vertical-align: middle;margin-right:10px;}
.icon77:before{background: url(../images/footer_menu_icon4.png) no-repeat center;width:32px;height: 21px;background-size:25px 21px;display: inline-block;content: "";vertical-align: middle;margin-right:10px;}
.icon78:before{background: url(../images/footer_menu_icon5.png) no-repeat center;width:32px;height: 34px;background-size:31px 30px;display: inline-block;content: "";vertical-align: middle;margin-right:10px;}

.breadcrumb_phone{ padding-left:4%;padding-right:4%; margin-top:35px;line-height:58px; height:58px;padding-top:0;position:relative; color:#b7b7b7; overflow:hidden; white-space: nowrap; text-overflow: ellipsis; overflow:hidden;border-top:1px solid #e7e7e7;}
.main_con{border-bottom:none;}
.attention_btn{font-size: 12px;color: #999999;height:40px;width:120px;border:1px solid #e7e7e7;line-height: 40px;text-align: center;}
.product_content_warp{padding-left:15px;padding-right: 15px;padding-bottom: 50px;}
.content_con{padding-left:0;border-left:none;margin-top:20px;}
/*product_det.html*/
.det_pro_warp{border:none;padding:0;box-shadow: none;-webkit-box-shadow: none;}
.b3{ margin-top:50px; margin-bottom:20px;position:relative; margin-bottom:30px;}
.b3 .tabs span{ display:inline-block; margin:0 10px; padding:10px 0; border:1px solid #d6d6d6; border-radius: 8px;  text-align:center;  float:left; }
.b3 .tabs span p{ display:block;display: table-cell; vertical-align: middle;width:120px;font-size:13px; height:36px; line-height:18px; padding:0 10px;}
.b3 .tabs span i{ display:inline-block;vertical-align: middle; font-style:normal;}
.b3 .tabs span.on{ background:#ee9545; color:#fff; border-color:#ee9545;}
.classify{ position:relative; margin-bottom:10px;}
.mCSB_horizontal>.mCSB_container{ padding:0; margin:0; height:65px;}
.mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools{ display:none; opacity:0;}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{ margin:0;}
.mCSB_scrollTools .mCSB_draggerContainer{ height:1px;}
.mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools{ height:1px;}
.b3 .tabMain{ padding:15px; line-height:21px; background:#f5f5f5;}
.b3 .tabMain .pic img{width:100%;height: auto;}

.product_selling {padding:0;border:none;}
.effect-img{margin-bottom: 30px;}
.effect-img p{margin-top:30px;margin-bottom: 30px;font-size: 18px;color: #333;}
.owl-theme .owl-controls .owl-page span{width:35px;height: 3px;margin:0 5px;}
.owl-theme .owl-controls{bottom:2px;}

.big_img{width:95%;height: 80%;left:2.5%;top:10%;overflow:scroll;position: fixed;}
.big_img img{width:200%;}
.product_selling{margin-bottom:60px;}
.performance p{border-bottom:none;font-size:18px;margin-bottom: 0;}
.performance{margin-top:30px;}
.banner_product_det{height: auto;display: block;padding-top:60px;padding-bottom: 40px;}
.banner_det_inner{display: block;}
.banner_det_txt .det_txt1{text-align: center;font-size: 16px;}
.banner_det_txt .det_txt2{text-align: center;font-size: 14px;margin-top:10px;}
.banner_det_txt{width:100%;margin:0;margin-top:20px;}
.banner_pro{width:40%;margin:0;}

}
@media only screen and (max-width:480px) {
	.content_con ul li{line-height: 22px;}
	.content_con{margin-top:10px;}
	.product_content{margin-bottom:20px;margin-top:20px;}
}
@media only screen and (max-width: 420px) {
	.itemList .tit h2{font-size:14px;}
}

/*产品性能参数说*/
.performance_table{width: 900px;margin:0 auto;text-align: center;border-color:#e9e9e9;border-collapse: collapse;border:1px solid #e9e9e9;}
.performance_table tr td{height:50px;color: #666666;font-size: 14px;}
.performance_table tr td:nth-child(odd){background: #f5f8fd;}

.pro-nav{text-align: center;margin-top:40px;margin-bottom:40px;}
.pro-nav{text-align: center}
.pro-nav span a{margin:0 6px;background-color: #eff0f2;border-radius: 80px;padding: 10px 20px;color:##4b4b4b;}
.pro-nav span.cur a{background: #e65218;color:#fff;}


/*product_det手机版*/
.box {background: #fff;}
.find_nav{width: 100%;height: 76px;  z-index: 9999;}
.find_nav_left{ height: 76px;position: relative;overflow: hidden;    -moz-box-flex: 1;-webkit-box-flex: 1;box-flex: 1;}
.find_nav_list{ position: absolute;left: 0}
.find_nav_list ul{position: relative; font-size: 0;white-space: nowrap;}
.find_nav_list ul li{vertical-align:middle;color: #828282;border: 1px solid #d6d6d6;display:inline-block;width:120px;text-align: center;white-space: normal;padding:10px;border-radius:6px;margin:0 10px;}
.find_nav_list ul li a{ display: block; width: 100%; height: 100%;  font-size: 12px;line-height: 18px; text-align: center; color: #666;}
.find_nav_list ul li.find_nav_cur{background: #ff6600;border:1px solid #ff6600; }
.find_nav_cur a {color: #fff !important;}

.phone_his_tit{color:#666666;font-size: 16px;margin-bottom: 30px;text-align: center;margin-top:30px;}
.about_tit.history_tit {padding-top: 40px;margin-bottom: 0px;}
.phone_pro_history:nth-child(1){margin-bottom: 30px;}
.swipe_warp{background: #f5f5f5;padding:15px;margin-top:20px;}
.li_list img{max-width: 100%;height: auto;}
#slider1{min-height: 100px;}


.load-wrap{
	z-index:-1;
}