.owl-theme .owl-controls{
	text-align: center;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	position: absolute;
	left: 0; right: 0; margin: 0 auto;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-nav div{ display:none;}
.owl-theme .owl-controls .owl-dots{ margin-top:60px;}


.owl-theme .owl-controls .owl-nav div{ display:block !important;}
.index_news .owl-theme .owl-dots{ display:none !important;}
.index_news .owl-theme .owl-controls .owl-nav{ width:8%; margin:0 auto; background:url(../img/bg19.jpg) no-repeat 50% 50%; margin-top:-13%;}
.index_news .owl-theme .owl-controls .owl-nav div{ width:11px; height:20px; width:48%; float:left;}
.index_news .owl-theme .owl-controls .owl-nav .owl-prev{ background:url(../img/bn3.png) no-repeat 50% 50%;}
.index_news .owl-theme .owl-controls .owl-nav .owl-next{ background:url(../img/bn4.png) no-repeat 50% 50%;}



/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls .owl-nav div:hover{
	text-decoration: none;
}

/* Styling dots*/
.owl-theme .owl-dots .owl-dot{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}

.owl-theme .owl-dots .owl-dot span{
	-webkit-backface-visibility: visible;
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #c2c2c2;
	transition-property: opacity;
  	transition-duration: 200ms;
  	transition-timing-function: ease;
}

.owl-theme .owl-dots .owl-dot.active span{
	background:#ff0000;
}

.contentAbout{
	height: 100%;
	overflow: auto;
	line-height: 2em;
	max-height: 800px;
}
.cultureTleft,.cultureTright{
	width: 50%;
}
.cultureTleft img,.cultureTright img{
	width: 90%;
	height: auto;
}
.contentShow{
	width: 90%;
    margin: 30px auto auto 130px;
}
.wid_1300{
	width: 1300px;
    margin: 80px auto 0 auto;
}
.wid_90{
	width: 90%;
    margin: 80px auto 0 auto;
}
.wid-1300{
	width: 1300px;
    margin: 0 auto;
}
.main-content{
	clear: both;
	width: 1300px;
	margin: 30px auto;
	text-align: center;
	overflow: hidden;
}
.location-bread {
	text-align: left;
	float: left;
	clear: both;
	margin-bottom: 20px;
	margin-top: 30px;
}
.search-form{
	float: left;
	width: 100%;
	clear: both;
}
.search-btn{
	float: right;
	width: auto;
	margin-bottom: -40px;
}
.keycss{
	width: 100%;
	float: left;
	background: none;
	border:1px solid #dddcdc;
	height: 40px;
	padding: 5px;
	margin-bottom: 30px;
}	
.btn-inner{
	float: right;
}
.btn-inner .bt_sa{
	float: right;
	height: 40px;
	border:1px solid #ccc;
	border-left: none;
	background: #f2f2f2;
	position: relative;
	/*top:-40px;*/
	z-index: 111;
}

.proMenu{
	position: relative;
	margin: 0;
	height: 50px;
	background:rgba(235,61,0,1);
	width: 100%;
	/*margin-top: -45px;*/
	text-align: center;
}
.proMenu ul{
	margin:0 auto;
	width: 1300px;
}
.proMenu ul li{
	float: left;
	width: auto;
	
	color: #fff;
}
.proMenu ul li div{
	padding: 0 25px;
	line-height: 50px;
}
.proMenu ul li a div{
	color: #fff;
}

.proMenu ul li div:hover,.proMenu ul .cur div{
	background: rgba(185,53,7,0.8);
}

.promain{
	position: absolute;
	top:50%;
	left: 50%;
	height: auto;
	vertical-align: middle;
}
.proLeft{
	float: left;
	width: 20%;
	position: absolute;
	top:50%;
	margin-right: 1%;
	overflow: hidden;
}
.proright{
	float: right;
	width: 79%;
	overflow: hidden;
}
.serright{
	width: 20%;
	position: absolute;
	top:50%;
	right:0;text-align: right;
	margin-left: 1%;
	overflow: hidden;
}
.serLeft{
	float: left;
	width: 79%;
	position: absolute;
	top:50%;
	overflow: hidden;
	line-height: 40px;
	text-align: justify;
}



/* 通用样式 */

.grid {
	padding: 20px 20px 100px 20px;
	max-width: 1300px;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

.grid li {
	display: inline-block;
	width: 440px;
	margin: 0;
	padding: 20px;
	text-align: left;
	position: relative;
}
.grid li:nth-child(1),.grid li:nth-child(2){
	border-bottom: 1px solid #e4e4e4;
	}
.grid li:nth-child(2n){
	border-left: 1px solid #e4e4e4;
}
.grid figure {
	margin: 0;
	position: relative;
}

.grid figure img {
	max-width: 100%;
	display: block;
	position: relative;
	height: 200px;
	margin:0 auto 20px auto;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	background: #eb3d00;
	color: #ed4e6e;
}

.grid figcaption p {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 18px;
	margin-bottom: 15px;
}
.grid figcaption span{color: #fff;}
.grid figcaption span:before {
	content: '-- ';
}

.grid figcaption a {
	text-align: center;
	padding: 5px 10px;
	border-radius: 2px;
	display: inline-block;
	background: #333;
	color: #fff;
}
   
/* 说明文字样式 4 */

.cs-style-4 li {
	-webkit-perspective: 1700px;
	-moz-perspective: 1700px;
	perspective: 1700px;
	-webkit-perspective-origin: 0 50%;
	-moz-perspective-origin: 0 50%;
	perspective-origin: 0 50%;
}

/*.cs-style-4 figure {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}*/

.cs-style-4 figure > div {
	overflow: hidden;
}

.cs-style-4 figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-4 figure:hover img,
.cs-style-4 figure.cs-hover img {
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
}

.cs-style-4 figcaption {
	height: 100%;
	width: 50%;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .cs-style-4 figure:hover figcaption,
.cs-style-4 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.cs-style-4 figcaption a {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.backtoPro{
	margin-top: -30px;
	width: 50px;
	height: 50px;
	background: #eb3d00;
	text-align: center;
	line-height: 50px;
	
}
.backtoPro a{
	color: #fff;
}
.backtoPro a i{
	font-size: 25px;
}
.backtoPro a:hover{
	color: #e62129;
}

/*products list*/
.page{
	text-align: center;
	clear: both;
}
.pro-title-name{
	width: auto;
	margin: 0 auto 30px;
	font-size: 25px;
	padding-top: 10px;
	font-weight: bold;
	text-align: left;
}
.in-prolist-info {
	clear: both;
	padding: 30px;
	text-align: justify;
	margin-top: 0;
	background: #fff;
	border-radius: 5px;
	line-height: 1.5em;
}
.in-prolist-info table {
	border-top: #ccc 1px solid !important;
	border-left: #ccc 1px solid !important;
	border-right-width: 0!important;
	border-bottom-width: 0!important;
	width: 99%!important;
	background: #fff!important;
	jerry: expression(cellSpacing="0");
	border-collapse: separate;
	border-spacing: 0px;
}
.in-prolist-info table td, .in-prolist-info table th {
	border-bottom: #ccc 1px solid !important;
	border-right: #ccc 1px solid !important;
	border-left-width: 0!important;
	border-top-width: 0!important;
	padding: 5px 3px 5px 3px;
	background: #fff!important;
}
.in-prolist-info table td{
	text-align: center;
}
.in-prolist-info div:nth-last-child(2){
	margin-top: 30px;
}
.sample-item{
	text-align: left;
	text-indent: 2em;
}
.productList{clear: both;}
.prolist-pic{margin:0 30px 20px 0; width:500px;height:325px; float: left;}
.prolist-pic img{width: 500px;}
.systitle i{display: none;}


/*图片展示样式*/
.honor-list li,.honor-list2 li{
	width: 23%;
	float: left;
	padding: 2px;
	margin: 0 1% 20px;
	text-align: center;
	height: auto;
	overflow: hidden;
	list-style: none;
}
.honor-list2 li {
	width: 12%;
}
.honor-list li img,.honor-list2 li img{
	width: 100%;
	height: auto;
	display: block;
}
.honor-list li .pro-t,.honor-list2 li .pro-t {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: none;
} 

.joinCon{
	width: 100%;
}
.brand-lc{
	margin-top: 30px;
}
.brand-lc li{
	width: 13%;
	float: left;
	margin-right: 1%;
	border-radius: 25px;
	height: 150px;
	text-align: center;
	padding-top: 35px;

}

.brand-lc li:nth-child(2n+1){
	background: #f2f2f2;
	border: 1px solid #ccc;
	color: #243278;

}
.brand-lc li:nth-child(2n){
	background: #243278;
	color: #fff;
	
}

.brand-lc li:last-child{
	margin-right: 0;
}
.brandn{
	font: 36px/34px Impact;transition: color 0.5s;
}

.contactleft{
	width: 30%;
}


@media (max-width:960px){
.systitle i{display: block;}
.pro-title-name{
	font-size: 22px;
	padding-left:10px;
	padding-right: 10px;

}
.sample-item{
	text-align: justify;
	padding-left: 10px;
	margin-top: 20px;
	margin-right: 8px;
	margin-bottom: 20px;
}
.prolist-pic{width:100%; height: auto;}
.prolist-pic img{
	width: 100%;
}
	.in-prolist-info {
	width: auto;
	margin-right: 0;
	padding-right: 8px !important;
	margin-top: 0;
	padding-top: 30px;
	padding-left: 8px !important;
}
.in-prolist-info table{
	border:#ccc 1px solid;
	border-width:1px 0 1px 1px ;
	width:99.5%!important;
 }
.in-prolist-info td,.in-prolist-info th{
	border:#ccc 1px solid; 
	border-width:1px 1px 0 0;
	padding:0;
	word-wrap:break-word; 
	word-break:break-all;
	width:auto!important;
	text-align:center!important;
}
.in-prolist-info img{
	width: 95%;
	height: auto;
}
.map-iframe {
	width: 100%;
	}
.address-part{
	width: 100%;
	padding: 0 10px;
	margin-bottom: 30px;
}	
	.w-service-fixed{
		display: none;
	}	
	
.backtoPro{
	margin-top: 0;
	position: fixed;
	width: 40px;
	height: 40px;
	line-height: 40px;
    right: 0;
    top: 45%;
    z-index: 2002;
    opacity: 0.8;
}
.backtoPro a i{
	font-size: 20px;
}


}
.page-next{
	margin-top: 30px !important;
	margin-bottom: 5px;
}


.product-list{
	margin: 0 0 30px 20px;
	overflow: hidden;
	clear: both;
}
.product-list ul li{
	width:32%;
	min-height:245px;
	overflow: hidden;
	text-align: center;
	margin-right: 2%;
	padding-bottom: 0;
	margin-bottom: 20px;
	float: left;
	border: 1px solid #e0e0e0;
}
.product-list ul li:hover{
	background: #e62129;
}
.product-list ul li:hover a{
	color: #fff;
	text-decoration: none;
	
}
.product-list ul li:hover img{
	transform: scale(1.2);
}
.product-list ul li:nth-child(3n+3){
	margin-right: 0;
}
.product-list ul li img{
	width:100%;
	height: auto;
	transition: all 0.6s;
	overflow: hidden;
}
.product-list ul li div{
	position: relative;
	line-height: 50px;
	background: #fff;
	left: 0;
	bottom: 0;
	z-index: 10;
	margin: 0;
	clear: both;
	overflow:hidden;
	padding:0 10px;
}
.product-list ul li:hover div{
	background: #eb3d00;
}

.newsMain{
	padding-top:30px;
}
.newsMenu{
	margin: 0 auto 30px auto;
    width: auto;
    text-align: center;
    overflow: hidden;
}
.newsMenu ul{
	width: auto;
	height: auto;
}
.newsMenu ul li{
	float: left;
	width: auto;
}
.newsMenu ul li div{
	height: 50px;
	padding: 0 25px;
	line-height: 50px;
	margin-right: 10px;
	border: 1px solid #ccc;
}
.newsMenu ul li:last-child{margin-right: 0;}
.newsMenu ul li a:hover div,.newsMenu ul .cur div{
	background: #eb3d00;
	border: none;
	color: #fff;
}
.new-list{clear: both;}

.new-list ul li{
	float: left;
	width: 24%;
	min-height: 305px;   /*手机兼容要修改的*/
	margin-right: 1%;
	margin-bottom: 20px;
	padding: 10px;
	background: #fff;
	border: 1px solid #eee;
}
.new-list ul li .newsimg{
	height: 180px;       /*手机兼容要修改的*/
	overflow: hidden;
    vertical-align: middle;
    text-align: center;
}
.new-list ul li img{
	width: 100%;
}

.new-list ul li .newsdate{
	font-size: 14px;
	color: #999999;
}
.new-list ul li .newstitle{
	margin: 10px auto;
	font-weight: bold;
	clear: both;
	display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.new-list ul li .newsitem{
	margin: 10px auto;
	 display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
	text-overflow:ellipsis;
	text-align: justify;
}
  .pc-show{
    display:block;
  }
  .phone-show{
  	display: none;
  }
 .new-list ul li:hover{
 	background: #eb3d00;
 }
   .new-list ul li:hover .newsdate,.new-list ul li:hover .newstitle,.new-list ul li:hover .newsitem,.new-list ul li:hover i{
   	color: #fff;
   }
header>.language a{
	color: #333;
} 
header.one .language a{
	color: #fff;
}   
header .language a:hover{color: #eb3d00;}

.mobile-icon{
	display: none;
	float: left;
	line-height: 55px;
	width: 15%;
	text-align: center;
	background: #eb3d00;
}
  .mobile-icon span{
  	font-size: 25px;
  	color: #fff;
  }
  
.logophone{
	display: none;
}
 .nav_right_mask{
 	display: none;
 } 
 
 .homeAbout{
 	background:url(../img/aboutbg.jpg) no-repeat; transform: translate3d(0px, 0px, 0px);
 } 
.homePro{
	background: url(../img/bg1.jpg) no-repeat center center;
}
.homeNews{
	background:url(../img/newsbg.jpg) no-repeat; transform: translate3d(0px, 0px, 0px);
}
.aboutHonor{
	background: url(../img/honorbg.jpg);
}
.aboutculture{
	 background:url(../img/culturebg.jpg) no-repeat;
}
.productMain{
	 background:url(../img/productbg.jpg) no-repeat;border-bottom: 4px solid #EB3D00;
}
.servicezs{
	background:url(../img/jionusbg.jpg) no-repeat;
}
.afterSales{
	background: url(../img/afterservice.jpg) no-repeat center center;
}
.bigTitle{
	font-size: 36px;
	margin-top: 30px;
}

@media (max-width:960px){
  	body,html{
  		overflow-y: auto !important;
  	}
  	  .pc-show{
    display: none;
  }
  .phone-show{
  	display:block;
  }
  
  .mobile-icon{
	display: block;
	}
  header {
    height: 60px;
    }
  header .logo{
  	display: none;
  }
  .logophone{
  	width: auto;
  	float: left;
  	height: 60px;
  	display: block;
  	text-align: center;
  	line-height: 60px;
  	margin-left:24%;
  }
   .logophone img{text-align: center;}
  
 header .en {
    margin-right: 5px;
    font-size: 16px;
    line-height: 60px;
}
header,header.one{
	background: #fff;
}
.bigTitle{
	font-size: 32px;
	margin-top: 0;
	padding-top: 30px;
}

  #menu,.nav-list,.homeNews{
  	display: none;
  }
  .pp-section {
    height: auto;
    position:inherit;
    width: 100%;
    clear: both;

}
.productMain{
	 border-bottom:none;
}

header .phone-menu{
	width: 60%;
	height: 100%;
	font-size: 16px;
	background:rgba(255,255,255,0.9);
	position: fixed;
	top:0;
	left: -500px;
	z-index: 15;
	padding-top: 2px;
	margin-right: 0;
}
   
  .right-zhe{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;z-index: 14;
	right:0;
} 

.phone-menu>li{
	/*height: 40px;*/
	line-height: 40px ;
	padding-left: 15px;
	clear: both;
}
.phone-menu>li a{
	font-size: 16px;
}
.phone-menu>li:last-child{
	border-top: 1px solid #e5e2e2;
}
.aboutusHome{
	padding: 20px 10px;
}
.aboutusHome .more{
	width: 120px;
	text-align: center;
	margin: 15px auto;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ccc;
}
.aboutusHome p{
	line-height: 2em;
}
.homePro {
	background: url(../img/bg1.jpg) no-repeat;
	padding-bottom: 10px;
}
.servicezs{
	padding-bottom: 10px;
}
.afterSales{
	clear: both;
	overflow: hidden;
	background: #333;
}
.homeAbout,.aboutHonor,.aboutculture{
	padding-bottom: 10px;
}
.productHome, .honorList {
    margin: 30px auto auto 15px;
}
	.productHome li{
	float: left;
	width: 49%;
	}
	.productHome li:nth-child(2n),.honorList li:nth-child(2n){
		margin-right: 0;
	}

.honorList li{
	float: left;
	width: 49%;
	margin-bottom: 10px;
}

.honorList li p{
	white-space: nowrap;
}

	/*内页banner*/	
.join_banner .join_img img {
     height: auto; 
}	
	.contentAbout{
		margin-top: 50px;
		height: auto;
		max-height: fit-content;
		overflow: hidden;
	}
	
.wid-1300 {
    width:100%;
}
.wid_1300{
	width:100%;
	margin-top: 30px;
}
.wid_90 {
    width: 90%;
    margin: 0 auto;
}

.grid {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}
.grid li {
    display: inline-block;
    width: 45%;
    margin: 0;
    padding:0;
    text-align: left;
    position: relative;
}
.grid li img{
	    height: auto;
    max-height: 167px;
}

	.arrow{
		display: none;
	}
.promain {
    position: relative;
    left:0;
}
.proright {
    clear: both;
    width: 100%;
    margin-bottom: 30px;
    padding: 0 10px;
}
	.proLeft {
    width:100%;
    position: relative;
    clear: both;
    margin-left: 20px;
    overflow: hidden;
}
.proLeft .font48{
	font-size: 32px;
}
.bxslider img{width: 100%;margin-top: 60px;}
	
.proMenu{
	background:#EB3D00;
}
.proMenu ul{
	margin:0 auto;
	width: 100%;
	text-align: center;
}
.proMenu ul li{
	background: #eb3d00;
}
.proMenu ul li div{
	padding: 0 15px;
}
.main-content {
    clear: both;
    width: 100%;
    margin: 0 auto 30px auto;
   }
.product-list {
    margin: 0 10px 30px 10px;
    overflow: hidden;
    clear: both;
}
.product-list ul li {
    width: 49%;
    min-height:160px;

}
.product-list ul li div{
	position: relative;
	line-height:27px;
	margin: 10px 2px;
	padding:0;
}
.product-list ul li:nth-child(3n+3){
	margin-right: 2%;
}
.product-list ul li:nth-child(2n){
	margin-right: 0;
}
.product-list ul li div p{
    white-space: nowrap;
}
.product-list ul li div .font16{
	font-size: 14px;
}

.honor-list li, .honor-list2 li {
    width: 48%;
}
	.newsMain {
     padding-top: 0; 
         clear: both;
    overflow: hidden;
}
	.newsMenu {
	    margin: 0 auto 20px 10px;
	}
		.newsMenu ul li{

			margin-bottom: 10px;
		}
		
		.new-list ul li{
			float: left;
			width: 97%;
			min-height: 0;   /*手机兼容要修改的*/
			margin: 0 5px 20px 5px;
		}
.brand-lc li{
	width: 32%;
margin-bottom: 10px;

}
.brand-lc li .font32{
font-size: 16px;

}
.brandn {
    font: 18px/16px Impact;
    transition: color 0.5s;
}

.serLeft {
    clear: both;
    width: 100%;
    position: relative;
    padding: 15px 10px;
    line-height: 30px;
    }
    
    .serright{
	width: 100%;
	position: relative;
	text-align: left;
	padding-left: 20px;
}
.serright .font48{
	font-size: 32px;
}
.joinCon {
    padding: 10px;
}
.contactleft {
    width:100%;
    padding: 10px;
}

}
  	

