@charset "utf-8";
/* LESS Document */
/* CSS Document */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0; } 
body, button, input, select, textarea {font: normal 62.5% Microsoft YaHei, Arial, "\5b8b\4f53", tahoma;}
h1, h2, h3, h4, h5, h6{ font-size:100%; } 
address, cite, dfn, em, var { font-style:normal; } 
code, kbd, pre, samp { font-family:couriernew, courier, monospace; } 
small{ font-size:12px; } 
ul, ol { list-style:none; } 
a { text-decoration:none; } 
a:hover { text-decoration:none; } 
sup { vertical-align:text-top; } 
sub{ vertical-align:text-bottom; } 
legend { color:#000; } 
fieldset, img { border:0; } 
button, input, select, textarea { font-size:100%; } 
table { border-collapse:collapse; border-spacing:0; }

body{}
.clear{clear:both;} 
.fl{float:left;}
.fr{float:right;}
img{max-width:100%;height:auto;}
.clearfix::after{display:block;height:0;content:'';clear:both; visibility:hidden;}
.wd{width:1170px;margin:0 auto;/* margin-top: 11px; */}
.none{display:none;}
.block{display:block;}

.header,.corinfo,.i-news,.scroll,.nav-path{width:100%;}
.header-mp{
	/*float:left;*/
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0px;
	/*padding-left: 19%;*/
}

.header{ 
	float: left;
	/*padding-left: 19%;*/
	height: 91px;
	border-top: 1px solid #CCCCCC;
	
	left:0;background: #fff;
	
}
/*fixed header*/
.header1{
	position: fixed;
	background-color: #fff;
	z-index: 999;
}


.h1{
	
	width:80%;
	float: left;
	padding-left: 20%;
	height: 51px;
	/*position: fixed;
	background-color: #fff;*/
	
	/*left: 0;*/
	
	/*padding-left: 19%;*/
	padding-top: 10px;
}
.logo{height:44px;text-align: center;}
.logo div{
	float: left;
}

 

.h2{
	float: left;
	width:100%;
	height:30px;
	padding-left: 20%;
	/*border-top: 1px solid gray;*/
	background-color: #72777b;
}
.head-nav{
	width: 100%;
	

}
/*导航*/
.nav{
	/*background-color: #eaeaea;*/
	
	margin-top: 3px;
}
.nav li{
	float:left;
	
	
	
	position:relative;
	text-align: center;
	margin-left: 53px;
	padding-bottom: 10px;
	/*width: 94px;*/
}

.nav>li:first-child{margin-left:0;}
.nav>li a{
	width: 100%;
	color:#fff;
	font-size:1.6em; 
	text-transform:uppercase; 
	transition:all .4s ease;
	padding: 0 15px;
	line-height: 24px;
	text-transform: capitalize;
}
.nav>li:hover>a,.nav>li.on>a{
	color: #fff; 
	text-shadow: 1px 1px 1px #007f41;
	transform:translateY(-2px);
	-moz-transform:translateY(-2px);
	-ms-transform:translateY(-2px);
	-o-transform:translateY(-2px);
	-webkit-transform:translateY(-2px); 
	transition:all .4s ease;
	padding: 0 15px;
	background-color: #cf000e;
	text-decoration: none;
}

.nav li li{
	margin-left: 0;
}




.nav_toggle,.nav_toggle_p{width:26px;height:30px;background:#363636 url(../images/header_hamburger.png) no-repeat;float:right;display:none;margin-right: 8px;}
.nav_toggle_p{background:#ddd url(../images/header_hamburger.png) no-repeat;}
.app-nav{
		display: none;
			background-color: #bcbcbc;
		z-index: 999;
		position: relative;
			margin-top: 6px;
		width:103%;
		padding-left:10px;
		box-sizing:border-box;
		margin-left: -11px;
		left: 0;

	}
	.app-nav li{
		/*clear: left;
		padding-left: 0;
		width: 100%;
		margin-left: 10px;
		padding-right: 10px;
		border-bottom: 1px solid #009844;*/

		width: 98%;
		float:none;
		padding-left:40px;
		text-align:left;
		border-bottom:1px solid #ffffff;
		padding-top:12px;
		padding-bottom:8px;


	}
	.app-nav li a{
		width: 100%;
		font-size:1.6em;
		text-decoration: none;
		color:#fff;
		text-transform: uppercase;


	}
	/*.app-nav li a:hover{
		color: #fff;
		background-color: #007f41;
	}*/
	.app-nav li ul{
		display:none; 
		/*height:125px; */
		/*position: absolute;*/
		margin-top: 6px;
		z-index: inherit;
		/*overflow-y: scroll;*/
	/*	background-color: #fff;*/
		width: 96%;
	}
	.app-nav li ul li{
		border: 0;
		padding-left: 23px;
		width: inherit;
	}
	.app-nav li ul li a{
		 
		text-decoration: none;
	}
	.app-nav li a:hover,.app-nav li ul li a:hover{
		color: #fff; 
	text-shadow: 1px 1px 1px #007f41;
	transform:translateY(-2px);
	-moz-transform:translateY(-2px);
	-ms-transform:translateY(-2px);
	-o-transform:translateY(-2px);
	-webkit-transform:translateY(-2px); 
	transition:all .4s ease;
	padding: 0 15px;
	background-color: #cf000e;
	text-decoration: none;
	}

.submenu{
	position: absolute;
	left:0;
	top: 27px;
	z-index: 9999;
	display:none;
	background-color: #efefef;
	border-top: 1px solid #ccc;
	/*padding-top: 20px;*/
	padding-bottom: 7px;
}
.submenu li{
margin-top: 8px;

}

.submenu  li a{color:#000;font-size:1.4em;font-weight: bold;}
.submenu  li a:hover{
	color:#cf000e;
	text-decoration: none;
}

.on{
	background-color: #949494;
}






/*.thirdmenu li{margin-top:8px;}
.thirdmenu li a{font-size:1.4em;color:#333;}
.thirdmenu li:hover a{color:#007f41;}*/
/*搜索*/
.header-bd{position:relative;}
.input{
	display:none;
	position:absolute;
	 width: 178px;
	 top: -75px;
	 right: 62px;
	}
.sear-lang{
	float: right;
	margin-right: 20%;
	width: 248px;height:28px;/*position:absolute;right:0;*/top: 15px;}
.search{
	/*margin-top: 12px;*/
	width: 180px;height: 37px;line-height:30px;text-align:right;overflow:hidden;}
.sear-btn{font-size:1.6em;color:#363636;background: url(../images/search.jpg) no-repeat 162px center;padding-right:34px;padding-top:5px;padding-bottom:2px;display:block;height:37px;}
.sear-btn:hover{opacity:0.8;}

.keywords{width:181px;height:28px;line-height:20px; outline:none;border:1px solid #d8d8d8;font-size:1.4em;margin-top:6px;}
.submit{background:url(../images/search.jpg) no-repeat;width:18px;height:19px;position:absolute;right:1px;top:12px;border:none;outline:none;}

/*语言选择*/
.lang{
	float: left;
	width:28px;height:20px;
	border-left:1px solid #d8d8d8;
	margin-top:6px;
	font-size: 17px;
	padding-left: 5px;
	margin-left: 10px;

}
.lang a{
	color: #000;
}
span.relselet{width:53px;height:20px;text-align:center;line-height:20px;color:#363636;font-size:1.6em;background:url(../images/lang.jpg) no-repeat right center;cursor:pointer;}

/*banner*/
.banner{ 
/*	overflow: hidden;*/
	/*margin: 0 auto;*/
	float: left;
	width:100%;
	 height: 845px; 
	background-position:center center; 
	background-repeat:no-repeat;
	background-size: auto 100%;
	margin-top: 73px
	background-attachment:fixed;
}
/*内容1*/
.corinfo-mp{padding-top:38px;padding-bottom:41px;}
.corinfo-main{width:54.9572%;}
.corinfo-img{width:40.09%;}
.corinfo-img a{
	width: 100%;

}
.corinfo-img img{
	width: 100%;
	
}
.corinfo-main h2{/*padding:15px 0;margin-top:10px;*/position:relative;}
.corinfo-main h2 a{color:#333;font-size: 1.8em;}
.corinfo-main h2 i{display:block;width: 147px;height:2px;background:#333;position:absolute;left:0;bottom:0;}
.corinfo-main p{color:#666;font-size: 1.4em;line-height:24px;margin-top:20px;}
.corinfo-main .more a{display:block;width:70px;height:24px;line-height:24px;text-align:center;border:1px solid #aaa8a8;font-size:1.4em;color:#333;margin-top:26px;transition:all .4s ease;}

.corinfo-img:hover img{opacity:0.7;transition:all .4s ease;}
.corinfo-main h2:hover a{color:#cf000e;}
.corinfo-main h2:hover i{background:#cf000e;}
.corinfo-main .more a:hover{color: #cf000e;border: 1px solid #cf000e;transition:all .4s ease;}

/*内容2*/
.i-news{
	display: none;
	background:#efefef;}
.i-news-mp{padding:36px 0;}
.i-news-bd h3{
	color:#333;
	font-size: 1.8em;
	padding-bottom:14px;
}
.i-news-list #DataList1{
	width: 100%;

}/*
.i-news-list #DataList1 span{
	width:  32.0512820%
}
.i-news-list #DataList1 span {
width:32.0512820%;float:left;border:1px solid #c6c6c6;margin-left:19px;transition:all .4s ease;height:282px;overflow:hidden;
}
.i-news-list #DataList1 span:first-child{
	margin-left:0;
}
.i-news-list li{
	width: 100%;
}
.i-news-list #DataList1 span:hover{
	background:#fff;border-color:#fff;box-shadow:0 0 5px #cf000e;transition:all .4s ease;
}
.i-news-list #DataList1 span:hover h5{
	color: #cf000e;transition:all .4s ease;
}*/

/*.i-news-list #DataList1 span{
	margin-left: 19px;
}*/
.i-news-list li{
	width:32%;/*0512820*/
	float:left;border:1px solid #c6c6c6;
	margin-left:19px;
	transition:all .4s ease;
	height:282px;
	overflow:hidden;

}

.i-news-list  #DataList1 span:first-child li{margin-left:0;}

.i-news-list li a{padding:29px 28px 45px 23px;display:block;}
.i-news-list li .time{
	color:#888;
	font-size:1.4em;
	border-top:1px solid #b8b8b8;
	padding-top:6px;
	width:80px;
}
.i-news-list li h5{color:#000;font-size: 1.5em;margin-top: 23px;margin-bottom:11px;transition:all .4s ease;}
.i-news-list li p{font-size:1.4em;color:#555;line-height:22px;}

.i-news-list li:hover{background:#fff;border-color:#fff;box-shadow:0 0 5px #cf000e;transition:all .4s ease;}

.i-news-list li:hover h5{color: #cf000e;transition:all .4s ease;}

/*内容3*/
.scroll{background:#727071;}
.scroll-mp{padding: 33px 0;}
.scroll-mp h3{color:#fff;
	font-size: 1.8em;
	margin-bottom:28px;
}

.item1{
 display:block; 
 width:100%;
 overflow:hidden;
}
.item1 img{
	transition:all .4s ease;
}
.item1 .proinfo{padding: 33px 47px 26px 43px;} 
.item1 h5{color:#000;font-size: 1.6em;font-weight:normal;margin-bottom: 4px;transition:all .4s ease;}
.item1 p{color:#666;font-size:1.4em;line-height:22px;height: 70px;overflow: hidden;}
.s-m a{display:block;color:#333;font-size:1.4em;border:1px solid #6f6c6c;width:72px;height:26px;line-height:26px;text-align:center;margin-top: 11px;transition:all .4s ease;}

.item1 img:hover{ 
	transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	transition:all .4s ease;
	box-shadow:0 2px 5px #333;
}
.item1 h5:hover{
	color:#cf000e;
	transition:all .4s ease;
}
.s-m a:hover{border: 1px solid #cf000e; color: #cf000e;transition:all .4s ease;}
/*内容5*/
.i-products-mp1{
	padding:55px 0 30px 0;
	margin-left: auto;
	margin-right: auto;
}
.wd1{
	margin-left: auto;
	margin-right: auto;
	width: 61.5%;
	margin-top: 11px;
}

/*产品1*/
.i-products-bd1 h3{color:#333;font-size: 1.8em;padding-left: 10px;}

.i-product-list1{margin-top:30px;}
.i-product-list1 li{float:left;width:32%;margin-left:12px;margin-bottom:28px;transition:all .5s ease-in-out;}
.i-product-list1 li a{
	width: 100%;
}
.i-product-list1 li input{
	width: 100%;

	
}
.i-product-list1 li p{color:#000;font-size: 1.6em;padding:9px 0;}

.i-product-list1 li:hover{transform:translateY(-6px);-moz-transform:translateY(-6px);-ms-transform:translateY(-6px);-o-transform:translateY(-6px);-webkit-transform:translateY(-6px);transition:all .5s ease-in-out;}

/*内容4  公司产品*/
.i-products-mp{padding:55px 0 30px 0;}
.i-products-bd h3{color:#333;font-size: 1.8em;padding-left: 10px;}
.i-product-list{margin-top:30px;}
.i-product-list li{float:left;width:32%;margin-left:12px;margin-bottom:28px;transition:all .5s ease-in-out;}
.i-product-list li a{
	width: 100%;
}
.i-product-list li input{
	width: 100%;
}
.i-product-list li p{color:#000;font-size: 1.6em;padding:9px 0;}

.i-product-list li:hover{transform:translateY(-6px);-moz-transform:translateY(-6px);-ms-transform:translateY(-6px);-o-transform:translateY(-6px);-webkit-transform:translateY(-6px);transition:all .5s ease-in-out;}

/*内容5*/
.i-foot{
	float: left;
	width: 100%;
	/*background:#888888;*/
}
.i-foot img{
	width: 100%;
}
/*.i-videos-mp{padding:38px 0 46px 0;}
.i-videos-bd h3{font-size: 1.8em;color:#fff;}
.i-videos-list{margin-top:28px;}
.i-videos-list li{float:left;width:32.393162%;margin-left:12px;}
.i-videos-list li:first-child{margin-left:0;}*/
/*.i-videos-list img{border:1px solid #b7b8ba;}*/

/*内容6*/
.i-contact-mp{
	
	padding: 30px 0 30px 0;
	clear:both;
}
.i-contact-bd h3{
	font-size: 1.8em;
	color:#333;
}
.contact-main{margin-top:20px;}
.contact-main .shows{width:100%;}
.contact-main .shows p:first-child{
	display: none;
	color: #cf000e;
	border-bottom: 1px solid #cf000e;
	font-size: 2.2em;
	width: 156px;
}
.contact-main .shows p{margin-bottom: 8px;color:#555;font-size: 1.4em;}


.wx{
	display: none;
	width:222px;
	 margin-top: 57px;}
.wx li{float:left;width:105px;margin-left:12px;}
.wx li:first-child{margin-left:0;}
.wx li img{
	width: 100%;
	margin-left:9px;}
.wx li p{
	font-size:1.2em;
	color: #555;
	text-align: center;
	margin-left: 22px;
}
.contact-main .shows .i-contact-p{
	
	color: #cf000e;
	font-size: 2.2em;
	border-bottom: 1px solid #cf000e;
	width: 156px;

}




/*底部*/
.footer{background:#888;}
.footer-mp{padding: 19px 0;}
.footer-bd p,.bottom-nav li a{color:#f4f4f4;font-size:1.6em;}
.bottom-nav li{float:left;border-left:1px solid #cfcfcf;}
.bottom-nav li:first-child{border-left:none;}
.bottom-nav li a{display:block;padding:0 12px;}
.bottom-nav li a:hover{text-decoration:underline;}

/*产品列表导航*/
.nav-path{
	float: left;
	background:#dddddd;
	/*position:fixed;
	top:101px;*/
	left:0;
	z-index: 998;
}
.nav-path-fixed{
	position: fixed;
	top:92px;
}
.nav-path1{
	margin-top: 0;
}
.nav-path-bd{
	height:41px;line-height:41px;color:#666;
}
.nav-path-bd a{
	color:#666;font-size:1.4em;
}
.nav-path-bd a:hover{
	color:#fff;
}

/*产品页*/
.contaner{
	min-height: 300px;
	float: left;
	width:100%;padding-top: 10px;background:#f4f4f4;padding-bottom:53px;border-bottom:1px solid #e9e9e9;}
.nav-left{
	width:142px;
	box-sizing:border-box;
	border:1px solid #dad9d9;
	border-radius:6px;
	background:#f8f8f8;
	padding:3px 12px;    
	box-shadow: 0 0 12px #d5d4d4;
}
.nav-left li a{
	display:block;
	width:110px;
	height:47px;
	adding-left:10px;
	line-height:47px;
	border-top:1px solid #e8e8e8;
	font-size:1.4em;color:#666;
	text-align:center;
	transition:all .4s ease;
}
.nav-left li:first-child a{
	border-top:none;
}
.nav-left li a:hover{
	color:#cf000e;/*477e45*/
	 text-decoration:underline;
	 transition:all .4s ease;
	}
.contaner-right{
	
	width:87.0440111%;
}

.pbanner{
	float: left;
	width:100%;box-shadow: 0 0 5px #ccc;}
.pbanner .item {
	width: 100%;
	display: block;height: 492px;
	background-size:cover !important;
}

.menuon{
	background: url(../images/dot11.png) no-repeat 0 center;
	color: #cf000e !important;
}
/*.menuClick{
	display: block !important;
	background-color: red;
}*/

.powl .owl-dots{display:none !important;}
.powl .owl-stage-outer{margin-top: 10px;padding:17px 12px 12px 5px;box-sizing:border-box;border:1px solid #d1d0d0;background:#fff;border-radius:6px; box-shadow: 0 0 12px #d5d4d4;}
.powl .owl-item a.imgb{display:block;border-right:1px solid #ededed;box-sizing:border-box;padding-left:10px;padding-right:18px;}
.powl .owl-item:first-child a.imgb{padding-left:0;}
.powl .owl-item a.imgt h4{
	font-size:1.4em;
	color:#666;
	padding-left:10px;
	padding-top:8px;
	font-weight:normal;
}
.powl .owl-nav{
	display: none;
	margin-top:72px;
	
	text-align:right;
}
.powl .owl-nav .owl-prev,.powl .owl-nav .owl-next{
	border:1px solid #bcbcbc;
	background:#f4f4f4 url(../images/arrowleft1.png) no-repeat center center !important;
	border-radius:0 !important;
	color:#f4f4f4 !important;
	padding:16px 45px !important;
	display:inline-block !important;
	background-size: 90px 20px;
}
.powl .owl-nav .owl-next{
	background:#f4f4f4 url(../images/arrowright1.png) no-repeat center center !important;
}

.powl .owl-item:hover a.imgb img{
	opacity:0.8;
	transition:all .4s ease;
}
.powl .owl-item:hover a.imgt h4{
	transition:all .4s ease;
	color:#cf000e;
}
.powl .owl-nav .owl-prev:hover,.powl .owl-nav .owl-next:hover{box-shadow:1px 1px 5px #ccc,-1px -1px 5px #ccc; transition:all .4s ease;}

.p-contact{background:#f4f4f4;border-top: 1px solid #ccc;}

/*联系我们页*/
.contact{background:#f4f4f4;}
.contact-bd{background:#f4f4f4 url(../images/cbg.png) no-repeat center 30px;background-size:cover;}
.c-show{/*padding-top:295px;padding-left:530px;*/padding-bottom: 95px;}
.ct{width:618px;padding-bottom:13px;padding-left:26px;padding-top:8px;border:1px solid #959393;margin-top: 346px;}
.ct p{padding-left: 3.9em;font-size: 1.6em;line-height: 1.6em;color:#595757;}

/*项目*/
.jbanner .item{
	width:100%;
	display:block;
	height: 712px;
	background-size:cover !important;
}

.cate{padding: 10px 0 14px 0;background:#efefef url(../images/catebg.png) repeat-x  0 4px;/*background:#efefef;*/}
.cate-l{width:49.9%;border-left:1px solid #b3b3b3;text-align:center;height:72px;}
.cate-l:first-child{border-left:none;}
.cate-l h1{font-size: 2.0em;font-weight:bold;color:#9d9d9d;margin-top: 8px;margin-bottom: 7px;}
.cate-l .cate-list a{color:#9fa0a0;font-size:1.4em;}
.cate-l .cate-list a:hover,.cate-l .cate-list a.on{color:#477e45;transition:all .4s ease;}
.cate-l .cate-list a:hover span{color:#9fa0a0;}

.projects{padding:29px 0 80px 0;}
.about-list3 ul{
	width: 100%;

}
.about-list3 ul li{
		float:left;width:31.393162%;max-height:554px;border:1px solid #b6b6b6;margin-left:13px;margin-bottom:38px;transition: all .3s ease-in;-moz-transition: all .3s ease-in;-transition: all .3s ease-in;-o-transition: all .3s ease-in;-webkit-transition: all .3s ease-in;}

}
.about-list3 ul .pj-con{
	padding:18px 16px 24px 16px;}
.about-list3 ul li a:hover{
	text-decoration: none;
}
.about-list3 ul li:hover {
	box-shadow: 2px 2px 5px 2px #ccc;
	transform: scale(1.01) translateY(-5px);
	-webkit-transform: scale(1.01) translateY(-5px);
	-moz-transform: scale(1.01) translateY(-5px);
	-ms-transform: scale(1.01) translateY(-5px);
	-o-transform: scale(1.01) translateY(-5px);
	transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
}
.about-list3 ul li:hover img{
	opacity:0.8;
	transition:all .4s ease;
}

ul.pj-list{width:100%;}

.pj-list li{
	float:left;width:31.393162%;max-height:554px;border:1px solid #b6b6b6;margin-left:13px;margin-bottom:38px;transition: all .3s ease-in;-moz-transition: all .3s ease-in;-transition: all .3s ease-in;-o-transition: all .3s ease-in;-webkit-transition: all .3s ease-in;}
.pj-list .pj-con{
	padding:18px 16px 24px 16px;}
.ct-list .pj-con{
	padding:8px 16px 10px 16px;}
.pj-con p{
	font-size:1.4em;color:#888;margin-top:5px;max-height:19px;overflow:hidden;}
.pj-con p:first-child{
	color:#9f9f9f;font-size:1.4em;border-top:1px solid #9f9f9f;width:55px;}
.pj-con h2{
	color:#666;font-size: 1.7em;font-weight:normal;margin-top: 7px;}
.ct-con h2{
	color:#777777;font-size:1.4em;font-weight:normal;margin-top:0;max-height:21px;overflow:hidden;}
.ct-con p{
	font-size:1.2em;color:#888;margin-top:2px;}
.ct-con p.hh{
	height:50px;}
.ctbg{
	background:#f4f4f4;}
.pj-list li a:hover{
	text-decoration: none;
}
.pj-list li:hover {
	box-shadow: 2px 2px 5px 2px #ccc;
	transform: scale(1.01) translateY(-5px);
	-webkit-transform: scale(1.01) translateY(-5px);
	-moz-transform: scale(1.01) translateY(-5px);
	-ms-transform: scale(1.01) translateY(-5px);
	-o-transform: scale(1.01) translateY(-5px);
	transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
}
.pj-list li:hover img{
	opacity:0.8;
	transition:all .4s ease;
}

.lr-btn{text-align:center; display: none;}
.lr-btn a,.lr-btn span.current{
	padding:10px 53px;
	border:1px solid #b6b6b6;
	margin-left:10px;
	color: #b6b6b6;
	font-size: 20px;
}
.lr-btn a.lbtn,.lr-btn span.lbtn{
	background:url(../images/left.png) no-repeat center center;
	background-size: 20px 20px;
}
.lr-btn a.rbtn,.lr-btn span.rbtn{
	background:url(../images/right.png) no-repeat center center;
	background-size: 20px 20px;
}
.lr-btn a.lbtn:hover,.lr-btn a.rbtn:hover{box-shadow:1px 1px 5px #ccc,-1px -1px 5px #ccc; transition:all .4s ease;}


/*.lr-btn img{
	float: left;
	width: auto;
	height: 100%;




}*/
/*项目详情*/
.pj-box{background:#f4f4f4;padding-bottom: 79px;}
.pj-show{width:77.19%;background:#fff;padding:40px;}
.pj-show .time{font-size:1.6em;color:#333;border-top:1px solid #333;width:62px;}
.pj-show h2{color:#333;font-weight:normal;font-size:1.8em;margin: 8px 0 18px 0;}
.con-show{color:#898989;font-size:1.4em;line-height: 26px;}

.con-show p,.con-show img{margin-bottom:10px;}
.rl-pro {width:14.44444444%;background:#fff;}
.rl-pro h2{height:34px;width:100%;text-align:center;line-height:34px;border-bottom:1px solid #c9c9c9;color:#555;font-size:1.4em;font-weight:normal;}
.rl-list li{text-align:center;border-top:1px solid #efefef;    padding: 20px 10px;}
.rl-list li:first-child{border-top:none;padding-top:25px;}
.rl-list li p{color:#555;font-size:1.2em;margin-top:10px;transition:all .4s linear;}
.rl-list li img{transition:all .4s linear;}
.rl-list li:hover img{ transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);-webkit-transform:scale(1.1); transition:all .4s linear;}
.rl-list li:hover p{color:#477e45;transition:all .4s linear;}

/*新闻详情*/
.ns-box{background:#f1f1f1;padding-top:38px;padding-bottom:80px; margin-top: 113px;}
.nbanner .item{height:604px;width:100%;display:block;background-size:cover!important;}
.ns-title{width:226px;}
.ns-con{width:76.32478632478632%;}
.ns-title p{color:#000;font-size:1.4em;}
.ns-title .time{border-top:1px solid #a8a8a8;width:71px;margin-top: 568px;}
.ns-title .title{margin-top: 4px;border-bottom:3px solid #000;padding-bottom:30px;}
.nbanner .owl-dots{text-align:right !important;padding-right:30px;}
.ns-box .con-show{margin-top:40px;border-top:1px  solid #d7d7d7;padding-top:32px;color:#666;font-size:1.4em;}
.ns-btn{margin-top:36px;text-align:left;}
.ns-btn .lbtn{margin-left:0;}
.p-ns-title{display:none;}

/*关于欧林*/
.abanner{width:100%;height:379px;}
.about{
	float: left;
	width: 100%;

	background:#f4f4f4;
	border-bottom:1px solid #dfdfdf;
	padding-top:50px;
	padding-bottom:98px;
}

.about-show .more{
	width: 50px;
	
	border: 1px solid #DADADA;
}
.about-show a{
	color: #000000;

}
.about-show a:hover{
	color: #cf000e;
	text-decoration: none;
}

.about1{/*background:url(../images/abg.png) no-repeat 233px 163px;*/}
.about-nav{width:128px;margin-top: 0;}
.about-show{font-size: 1.4em;color:#777;line-height: 26px;box-sizing: border-box;padding-left: 40px;min-height:304px;}
.arwidth{width:80%;margin-right: 8px;}
.about-show p{
	margin-bottom:10px;
}
.about-nav p{
	color:#cf000e;
	font-size:1.6em;
	text-align:right;
	border-bottom:2px solid #cf000e;
}
.about-nav h2{
	font-size:1.7em;
	color:#cf000e;
	font-weight:normal;
	margin-top:3px;
}




/*发展历程*/
.about-list2{background:url(../images/line.jpg) repeat-y 9px;}
.about-list2 ul{
	width: 100%;

}
.about-list2 li{
	/*background:url(../images/dots.jpg) no-repeat 0 29px;*/
	/*padding-left:38px;*//*padding-top:29px;*/
	width: 100%;
	height: 115px;

}
.about-list2 li .list2-show span{
	font-family: "Arial" !important;
}
.about-list2 li:nth-child(2n+2) .list2-show{
	overflow: hidden;

	float: left;
	width: 40%;
	padding: 5px ;
	position: relative;
	font-size: 1.4em;
	color:#777;
	line-height: 26px;
	box-sizing: border-box;
	border: 1px solid #DBDBDB;
	border-top-left-radius: 5px;

	
	margin-top: -96px;
	height: 85px;
}
.about-list2 li:nth-child(2n+1) .list2-show{
	overflow: hidden;

	float: left;
	width: 40%;
	padding: 5px ;
	/*padding-top: 5px;
	padding-left: 3px;*/
	font-size: 1.4em;
	color:#777;
	line-height: 26px;
	box-sizing: border-box;
	border: 1px solid #DBDBDB;
	border-top-left-radius: 5px;

	margin-left: 20px;
	margin-top: 30px;
	height: 85px;
}
.list2-show a{
	text-decoration: none;
	color: #777;
}
.about-list5 ul li{
	max-height:411px;
	overflow:hidden;
	/*width: 100%;*/

}
.about-list2 li:nth-child(2n+2)  .time{
	color:#000000;
	padding-right: 20px;
	border-left: 3px solid #020202;
	
	font-size:1.8em;
	position: relative;
	/*margin-bottom: 6px;*/
	margin-left: -3px;
	height: 115px;
	width: 40%;
	float:left;
	z-index: 5;

}
.about-list2 li:nth-child(2n+2) .time p{
	float: left;
	margin-left: 23px;
	width: 110px;
	margin-top: 42px;

}
.about-list2 li:nth-child(2n+2)  .time span{
	float: left;
	margin-left: -142px;
	width: 15px;
	height: 15px;
	border-radius: 7px;
	background-color: #000000;
	position: absolute;
	margin-top: 47px;

}
.about-list2 li:nth-child(2n+1) .time{
	color:#000000;
	padding-right: 20px;

	border-right: 3px solid #020202;
	
	font-size:1.8em;
	/*border-top:1px solid #595757;*/
	/*width:450px;*/
	margin-bottom: 6px;
	height: 115px;
	width: 40%;
	float: left;
}
.about-list2 li:nth-child(2n+1) .time p{
	float: right;
	margin-top: 50px;
/*	width: 110px;
*/

}
.about-list2 li:nth-child(2n+1) .time span{
	float:left;
	width: 15px;
	height: 15px;
	border-radius: 7px;
	background-color: #000000;
	position: absolute;
	margin-left: 388px;
	margin-top: 55px;
}
.about-list2 .list2-show a:hover{
	text-decoration: none;
	color: #cf000e;
}
.about-list li{width: 31.39316239316239%;margin-bottom:30px;}




.ct-list .ab-con {padding-bottom:26px;}
.ab-con p.time{color:#666;width:78px;}
.ab-con h2{font-size:1.4em;color:#666;}
.ab-con p.cop{color:#9fa0a0;font-size:1.4em;margin-top:10px;}

/*浮动导航*/
.fl-nav{
	float: left;
width:100%;background:#f4f4f4;/*position:absolute;*/left:0;/*display: none;*/}
.fl-nav-list{background:#dcdcdc;}
.fl-nav-list li{display:inline-block;width: 19.72%;height:60px;}
.fl-nav-list .about-nav{margin:5px auto;}
.current{background:#efefef;}
/*.fl-nav div:first-child{
	width: 62%;
}*/
.fl-nav-list li a:hover{
	text-decoration: none;
}
.fl-on{
	position: fixed;
	z-index: 999;
	top: 0;
}

/*产品详情页*/
.probanner{width:100%;background:#f4f4f4;border-bottom:1px solid #d4d4d5;}
.pad{padding: 20px 0;box-sizing:border-box;}
.pad .item{height: 783px;}
.main-box{background:#f4f4f4;}
.main-box-bd{padding-top:40px;}
.main-box-bd h2{font-size:5.421em;color:#898989;}
.main-box-bd h2 span{font-size:0.3em;font-weight:normal;}
.main-show1{font-size:1.4em;color:#898989;line-height:24px;padding:15px 0;}
.main-show1 p,.main-show2 p,.main-show2 img{margin-bottom:10px;}
.main-show2{width:100%;background:#fff;margin-top:8px;padding:40px 47px 60px;box-sizing:border-box;font-size:1.4em;color:#666;line-height:24px;box-shadow:0 0 25px #d2d1d1;border:1px solid #d2d1d1;border-radius:8px;}


.pro-box{padding-top:33px;padding-bottom:35px;}
.pro-main{width:78.7350444%;background:#fff;box-shadow:0 0 25px #d2d1d1;border:1px solid #d2d1d1;border-radius:8px;padding-top:10px;padding-bottom:56px;}
.pro-rt{width:19.239316239316239316239316239316%;background:#fff;box-shadow:0 0 25px #d2d1d1;border:1px solid #d2d1d1;border-radius:8px;}
.pro-case p{font-size:1.4em;margin-left:15px;color:#898989;border-bottom:1px solid #e9e9e9;padding-bottom:7px;width:97%;}
/*.pduts .owl-dots{display:none !important;}*/
.pduts{margin-top: 10px;width:93%;padding:0 26px;position:relative;}
.pduts .owl-prev{background:url(../images/rrr.jpg) no-repeat center !important;padding:15px 8px !important;position:absolute;left:-28px; top:-36px;}
.pduts .owl-next{background:url(../images/lll.jpg) no-repeat center !important;padding:15px 8px !important;position:absolute;right:-25px; top:-36px;}
.videobtn img{width:61%;}
.pro-rt-mp{padding:6px 13px 0}
.progy{margin-bottom:8px;}
.pro-t p{font-size:1.4em;color:#898989;border-bottom:1px solid #e9e9e9;margin-bottom:5px;height:25px;}

.onn{position:fiexd;top:0;}
.zt{width:93%;}


/*手机三级菜单*/ /*menulist ,ntmennu,nttmenu,*/
.ntmenu,.nttmenu{
	display:none;
	margin-left: 10px;
}

.ntmenu>li>a{
	border-top:1px solid #e8e8e8;
	font-size:1.2em;
}
.ntmenu li a:first-child{
	border-top:1px solid #e8e8e8;
}
.nttmenu li a{
	font-size:1.2em;
}
/*.nttmenu li{
	list-style-image: url(../images/dot1.png);
	list-style-position: inside;
}*/




.videos{padding:20px 0 40px;display:none;}
#xbtn{text-align:right;} 
#xbtn a{font-size:3.0em;color:#000;font-weight: bold;}

embed{width:100%;height:500px;}

.contentshow{padding: 20px 0 40px;border-bottom: 1px solid #dfdfdf;background:#f4f4f4;}

/*网站地图*/
.cate-box{border-bottom: 1px dashed #dfdfdf;padding-bottom:20px;}
.f-cate{margin-bottom:10px;margin-top:15px;}
.f-cate a{color:#333;font-size:1.8em;}
.s-cate a{color:#666;font-size:1.4em; padding: 3px 8px;margin-bottom:8px;}
.f-cate a:hover,.s-cate a:hover{text-decoration: underline;}

/*搜索列表页*/
.s-list li{border-bottom:1px dashed #666;margin-bottom: 10px;padding-bottom:8px;}
.s-list li a{color:#333;font-size:1.4em;}
.s-list li span{float: right;}


.pro-summay{height:48px;}
#nt .ab-con p.cop{max-height: 400px;}
#nt li{height:400px;overflow:hidden;}

/*.banner .owl-theme .owl-controls{margin-top: -43px;}*/
.banner .item{height: 845px;}
.banner .owl-nav,.jbanner .owl-nav,.probanner .owl-nav,.nbanner .owl-nav{position:relative;}
.jbanner .owl-nav .owl-prev,.probanner .owl-nav .owl-prev,.nbanner .owl-nav .owl-prev{position:absolute;top:-425px;left:20px;display:block;width:40px;height:70px;background:url(../images/arrowleft.png) no-repeat;opacity: 0;transition: all .4s ease;}
.jbanner .owl-nav .owl-next,.probanner .owl-nav .owl-next,.nbanner .owl-nav .owl-next{position:absolute;top:-425px;right:20px;display:block;width:40px;height:70px;background:url(../images/arrowright.png) no-repeat;opacity: 0;transition: all .4s ease;}
#owl-demo:hover .owl-controls .owl-nav .owl-prev{background:url(../images/arrowleft.png) no-repeat;opacity: 1; transition: all .4s ease;}
#owl-demo:hover .owl-controls .owl-nav .owl-next{background:url(../images/arrowright.png) no-repeat;opacity: 1;transition: all .4s ease;}
.probanner .owl-nav .owl-prev{left:-120px;}
.probanner .owl-nav .owl-next{right:-120px;}

.nbanner #owl-demo:hover .owl-controls .owl-nav .owl-prev{background:url(../images/arrowleft1.png) no-repeat;opacity: 1; transition: all .4s ease;}
.nbanner #owl-demo:hover .owl-controls .owl-nav .owl-next{background:url(../images/arrowright1.png) no-repeat;opacity: 1;transition: all .4s ease;}
.nbanner .owl-nav .owl-prev{left: -130px;top: -313px;}
.nbanner .owl-nav .owl-next{right: -130px;top: -313px;}

.sear-btn{display: none;}
.key{float: right;width:70px;color:#363636;font-size:1.6em;line-height: 23px;border:none;margin-top: 6px;outline: none;}
.sub-btn{margin-top: 6px;width:18px;height:25px;float:right;outline: none;background: url(../images/search.jpg) no-repeat center;border:none;cursor:pointer;}
.addwidth{border:1px solid #ccc;width: 140px;transition: all .4s ease; margin-right: 10px;}

.proht{padding-bottom:26px;}
.fl-nav .wd{margin-top:0;}

.project-top,.list-box-top,.contact-top,.pj-box-top,.to-top{margin-top:114px;}
.jbanner .owl-theme .owl-controls{margin-top: -65px;}

.app-nav{display:none; /*padding-bottom: 20px;*/}

.submenu2{width:355px;}

#aboutc{height:550px}
/*#aboutb{height:1015px;}*/
.nav-about{position: relative;left:0;top:0;}
.menuon{background-position: 0 22px;}
.owl-theme .owl-controls .owl-nav [class*=owl-]{padding:0;}
.jbanner .owl-nav .owl-prev,.jbanner .owl-nav .owl-next{width:30px;}
.s-banner{margin-top: 114px;}
.app-project{display:none;}

.call{
	display: none;
	float: left;
	margin-left: 4px;
	position: fixed;
	display: none;
	/*top: 100px;*/
	z-index: 700;
}
.call-on{
	display: block;
	position: fixed;
	bottom: 10%;
}
.call div{
	float: left;
	/*position: absolute;*/
}
.call .call-small{
	width: 60px;
	height: 131px;
}
.call .call-small img{
	width: 100%;
}
.call .call-large{
	display: none;
	/*background-color: #002657;*/
	width: 247px;
	height: 365px;
	/*padding-top: 210px;*/
	background: url(../images/call-large.png) no-repeat;
	background-size: 100% auto;
}
.call .call-large p{
	float: left;
	margin-left: 26px;
	font-size: 28px;
	color: #E7F973;
	margin-top: 206px;
	/*margin-top: 100px;*/
}
.call .call-large form{
	float: left;
}
.call .call-large input{
	border: 0;
	margin-top: 10px;
	height: 30px;
	width:216px; 
	font-size: 12px;
	background-color: #ffffff;
}
.call .call-large input[type="submit"]{
	cursor: pointer;
}
.call .call-large .close{
	float: right;
	width: 20px;
	color: #ffffff;
	font-size: 16px;
	cursor: pointer;

}
/*.call .call-small,.call .call-large .close:hover{
	cursor: pointer;
}*/
.book{
	display: none;
	float: left;
	width: 100%;
	position: fixed;
	display: none;
	/*padding-top: 20px;*/
/*	padding-bottom: 20px;*/
	background-color: rgba(154,215,184,0.6);
	/*top: 500px;*/
	z-index: 600;
	/*padding-left: 20%;*/
	/*background-image: url(../images/);*/
}
.book .a{
	width: 76%;
	margin-left: auto;
	margin-right: auto;

}
.book .a .a1{
	float: left;
	width: 33%;
	margin-top: 20px;

}
.book .a .a1:last-child{
	margin-top: 0;
}

.book .a div:first-child h2{
	margin-left: 30%;
	font-size:2.2em; 
}
.book .a div:first-child p{
	margin-left: 30%;
	font-size: 1.0625em;
	margin-right: 10px;
}
.book img{
	float: left;
	margin-left: 30%;
	width: 27%;
	min-width: 118px;
}
.book form {
	margin-top: 25px;
	float: left;
	width: 70%;
}
.book form .b1{
	/*padding-top: 16px;*/
	float: left;
	width: 84%;

	padding-left: 23px;
}
.book form div:last-child{
	margin-top: 10px;
}
.book .c{
	float: left;
	width: 21%;
	margin-top: 25px;
	line-height: 34px;
	background-color: #59B972;
	box-shadow: 1px 1px 1px #486154;
		color: #ffffff;
	font-size: 20px;
	cursor: pointer;
}



.book input{
	float: left;
	width:100%;
	height: 29px;
	border: 0;
	padding-left: 10px;
	/*background-color: #ffffff;*/
	/*opacity: 1;*/
}



.book-on{
	display: block;
	position: fixed;
	bottom:0;
}

.book .book-close{
	float:right;
	width: 20%;
	min-width: 83px;
	margin-left: 20px;
	position: relative;
	z-index: 10;
	color: #ffffff;
	font-size: 77px;
	cursor: pointer;
}

/*产品详细页*/
.cp-dt{
	margin-top: 467px;
	width:20%;
}
.cp-dt h3{
	line-height: 30px;
	font-size: 17px;
}
.cp-dt .cp-p{
	border-top: 3px solid #000;
	padding-top: 5px;
	font-size: 14px;
	font-family: "微软雅黑";
}
.cp-right{
	width: 71.044011%;
}

.i-cp-img2{
	margin-top: 35px;
	border-top: 1px solid #000;
}
.i-cp-img2 li{
	margin-bottom: 17px;
	margin-top: 35px;
}
.i-cp-img2 li a{
	font-size: 17px;
	margin-top: 10px;
	color: gray;
	margin-left: 18px;
}
.i-cp-img2 li a:hover{
	color: #cf000e;
}


.cp-example{
	border-radius: 15px;
	overflow: hidden;
	border: 1px solid gray;
}
.example-title{
	
	border-bottom: 1px solid gray;
}
.example-title p{
	font-size: 15px;
	line-height: 30px;
	margin-left: 18px;
}
.example-img{
	padding-top: 10px;
}

.ml{
	margin-left: 13px;
	width: 97.5%;
}


/*通用页*/
.ty{
	float: left;
	width: 100%;

}
.ty #DataList1{
	width: 100%;

}


.ty td{
	width: 100%;
}
.ty ul{
	float: left;
	width: 100%;
	margin-bottom: 30px;

}

.ty ul li{
	width: 100%;
	float: left;
	list-style-type: none;

	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed gray;
}
.ty ul li div{
	float: left;
}
.ty ul li .ty-img{
	width: 234px;

}
.ty ul li .ty-img input{
	width: 100%;
	height: auto;
}
.ty ul li .ty-img img{
	width: 100%;
	height: auto;
}
.ty ul li .ty-desc{
	width: 80%;
	padding-top: 10px;

}
.ty ul li .ty-desc span a{
	text-decoration: none;
	color:#000; 
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
	padding-bottom: 10px;
	line-height: 28px;


}
.ty ul li .ty-desc span a:hover{
	color: #cf000e;
}


.ty ul li .ty-desc p{
	margin-left: 20px;
	line-height: 28px;

}

.ty .ty-foot{
	float: left;
	width: 50%;
	margin-left: 30%;

	text-align: center;
	height: 30px;

}
.ty .ty-foot p{
	width: 40px;
	float: left;
}
.ty .ty-foot ul{
	width: 90%;
	margin-bottom: 0;

}
.ty .ty-foot ul li{
	list-style-type: none;
	float: left;
	width:25px;
	margin-top: 0;
	border: 0;
}
.ty .ty-foot ul li a{
	color: #000;
	text-decoration: none;
}
.ty .ty-foot ul li a:hover{
	color: #cf000e;
}

/*产品首页*/
.cpsy{
	display: block;
	float: left;
	overflow: hidden;
	width: 100%;
	-webkit-tap-hightlight-color:transparent;
	margin-top: 15px;
	padding: 17px 12px 5px 12px;
	box-sizing:border-box;
	border: 1px solid #d1d0d0;
	background: #ffffff;
	border-radius: 6px;
	box-shadow: 0 0 12px #d5d4d4;
}
.cpsy .item{
	float: left;
	width: 330.667px;
	min-height: 1px;
	-webkit-backface-visibility:hidden;
		-webkit-tap-hightlight-color:transparent;
	padding-left: 15px;
	padding-right: 15px;
		border-right: 1px solid #ededed;
	box-sizing:border-box;
	margin-bottom: 25px;
}
.cpsy .item a{
	text-decoration: none;
		color: #666;
}
.cpsy .item a .imgb{
	display: block;
/*	border-right: 1px solid #ededed;
	box-sizing:border-box;*/
	/*padding-left: 10px;
	padding-right: 18px;*/
}

.cpsy .item img{
	width: 100%;
	display: block;
	max-width: 100%;
}
.cpsy .item h4{
	font-size: 1.4em;
/*	color: #666;*/
	padding-left: 10px;
	padding-top: 8px;
	font-weight: normal;
}
.cpsy .item:hover .imgt{
		transition:all .4s ease;
	color:#cf000e;
}
.cpsy .item:hover  a.imgb img{
		opacity:0.8;
	transition:all .4s ease;
}

#Label2{
	display: none;
}
#Label3{
	display: none;
}
#Label5{
	display: none;
}
#Label7{
	display: none;
}



/*英文版本视频播放页*/
.contaner-bd .whVideo{
	width: 75%;
	margin: 0 auto;
}
.contaner-bd .whVideo video{
	width: 100%;
	margin: 0 auto;
	
}
.contaner-bd .wh-text{
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;

}