body , input , select , option { font-family:"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue", Helvetica, sans-serif; }
.cl { clear: both; }
.nowrap,.nowrapall,.nowrapall * { white-space: nowrap;text-overflow:ellipsis; overflow:hidden; }
.break,.breakall,.breakall * { word-wrap:break-word; word-break: break-all; }
.animate , .animateall , .animateall * { transition: all 0.2s ease-out;-webkit-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out; }
.defaultstyle { position: relative; margin: 0; padding:0; }
.posr { postion: relative; }
.blur{filter:url(blur.svg#blur);-webkit-filter: blur(5px);-moz-filter: blur(5px);-o-filter: blur(5px);-ms-filter: blur(5px);filter:blur(5px);filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=5, MakeShadow=false);}
body {margin: 0; padding: 0;color: #666; font-size: 14px;border: 0;}
a { text-decoration: none;color: #666; }
ul { list-style: none;margin: 0;padding: 0; }
img { max-width: 100%; height: auto; border: 0; }

.hide { display: none; }
.visible { visibility: hidden; }
.inb { display: inline-block; }
.ovh { overflow: hidden; }
.vcenter { position: absolute; top: 0; bottom: 0; width: 100%; left: 0; }
.tb { display: table;height: 100%;width: 100%; }
.tb-c { display: table-cell;vertical-align: middle; }
.posr { position: relative; } 		.posa { position: absolute; } 		.poss { position: static; }
.row { overflow: hidden; } 		.row .fl { float: left; } 				.cl { clear: both; } 
.row .md1 { width: 8.3333%; } 	.row .md2 { width: 16.6666%; } 	.row .md3 { width: 25%; }
.row .md4 { width: 33.3333%; } 	.row .md5 { width: 41.6666%; } 	.row .md6 { width: 50%; }
.row .md7 { width: 58.3333%; } 	.row .md8 { width: 66.6666%; } 	.row .md9 { width: 75%; }
.row .md10 { width: 83.3333%; } 	.row .md11 { width: 91.6666%; } 	.row .md12 { width: 100%; }
.row .mp0 { margin: 0 !important; padding: 0 !important; }
.row .md1, .row .md2,.row .md3,.row .md4,.row .md5,.row .md6,
.row .md7, .row .md8,.row .md9,.row .md10,.row .md11,.row .dv { float: left; }
.tac { text-align: center; } 		.tal { text-align: left; } 			.tar { text-align: right; }
/*公共样式*/

body { background:#333; }
/*菜单*/
.menu { background: #fff; height: 80px; box-shadow: 0px 1px 3px rgba(0,0,0,0.15);z-index: 99; position: absolute; top: 0; left: 0; width: 100%; }
.menu .logo { float: left; height: 60px; padding: 10px; padding-top: 20px; }
/*.menu .logo img  { height: 100%; }*/
.menu .nav { float: right; }
.menu .nav .menulist { float: left; }
.menu .nav .menulist ul li { display: inline-block; }
.menu .nav .menulist ul li a { display: inline-block; line-height: 35px; border-radius: 18px; padding: 0 20px; color: #fa8d07; border: 1px solid #fff; margin: 22px 0; font-size: 14px;}
.menu .nav .menulist ul li a:hover,
.menu .nav .menulist ul li.active a { border: 1px solid #fa8d07; font-weight: normal;}
.menu .nav .menulist ul li.videos a { color: #fff; background: #fa8d07; }
.menu .nav .lang { float: left; height: 35px; padding: 22px; position: relative; line-height: 35px;}
.menu .nav .lang .current { border: 1px solid #d8d8d8;border-radius: 35px; position: relative; padding-right: 20px;cursor: pointer;}
.menu .nav .lang .current span { display: inline-block; line-height: 35px; padding: 0 18px; }
.menu .nav .lang .current .iconfont { position: absolute; right: 10px; font-size: 18px;line-height: 35px;color: #b5b5b5; }
.menu .nav .lang ul {position: absolute; left: 35px; display: none; }
.menu .nav .lang ul li { margin-top: 10px; }
.menu .nav .lang ul li a { display: block; width: 60px; height: 60px; background: #fa8d07; text-align: center; line-height: 60px; color: #fff; border-radius: 100%; }
.menu .menubtn { display:none;padding: 10px;position: absolute; top: 11px; right:10px; border-radius: 5px; cursor: pointer; }
.menu .menubtnlang { display:none;padding: 10px;position: absolute; top: 11px; right:52px; border-radius: 5px; cursor: pointer; }
.menu .menubtn .line { display: block; width:  25px; height: 3px; background: #5a5a5a; margin-top: 4px; border-radius: 2px; background: #fa8d07;}
/*.menu .menubtn:hover .line { }*/
.menu .menubtn .line.line1 { margin-top: 0; }
/*正文*/
.content { margin-top: 80px; }
@media screen and (max-width: 1024px) {
	.menu .logo { padding-left: 10px; }
	.menu .nav .menulist ul li a { padding: 0 12px; }
	.menu .nav .lang { padding: 22px 10px; }
}
@media screen and (max-width: 860px) {
	.menu { height: 60px; position: fixed;}
	.menu .nav { display: none; }
	.content { margin-top: 60px; }
	.menu .logo { height: 35px;padding: 15px 5px; }
	.menu .menubtn  { display: block; }
	.menu .menubtnlang  { display: block; }
	.menu .nav { background: #fff; position: absolute; width: 100%; top: 100%; left: 0; border-top: 1px solid rgba(0,0,0,0.1); box-shadow: 0 5px 10px rgba(0,0,0,0.25); }
	.menu .nav .menulist { float: none; padding-top: 30px; }
	.menu .nav .menulist ul li { display: block; text-align: center; }
	.menu .nav .menulist ul li a { margin: 2px 10px; display: block; }
	.menu .nav .lang { padding: 2px 10; float: none;  }
}
@media screen and (min-width: 861px) {
	.menu .nav { display: block !important; }
}
 
/*banner*/
.index .banner { position: relative;}
.index .banner .bg2 { display: none; }
.index .banner ul li { display: block; overflow: hidden;}
.index .banner ul li img {transition: all 12s ease-out;-webkit-transition: all 12s ease-out;-o-transition: all 12s ease-out;-moz-transition: all 12s ease-out; }
.index .banner ul li.flex-active-slide img.bg {-webkit-transform: scale(1.2);-moz-transform: scale(1.2);-o-transform: scale(1.2);-ms-transform: scale(1.2);transform: scale(1.2);}
.index .banner .text { position: absolute; width: 100%; top: 0; left: 0; text-align: center; margin-top: 16%; color: #fff; z-index: 9;}
.index .banner .text .aligncenter { display: inline-block; }
.index .banner .text h1 { line-height: 57px; font-size: 48px; font-family: 'blod',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue"; margin: 0; padding: 0; margin: 30px 0; }
.index .banner .text .btn { display: inline-block;font-family: 'book',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue"; color: #fff; border: 1px solid #999; border: 1px solid rgba(255,255,255,0.5); padding: 0 40px; line-height: 40px;border-radius: 20px;position: relative; }
.index .banner .text .btn span { z-index: 9; }
.index .banner .text .btn:hover { border-color: #fa8d07; }
.index .banner .text .btn:hover .btnhover {height: 100%; }
@media screen and (max-width: 1024px) {
	.index .banner .text { margin-top: 8%; } 
	.index .banner .text h1 { font-size: 38px; line-height: 1.2; margin: 20px 0; }
}
@media screen and (max-width: 768px) {
	.index .banner .text { margin-top: 10%; } 
	.index .banner .text h1 { font-size: 20px; line-height: 1.2; margin: 10px 0; }
	.index .banner .text .btn { padding: 0 20px; line-height: 30px; }
}
@media screen and (max-width: 480px) {
	.index .banner .text { margin-top: 100px; } 
	.index .banner .text h1 { font-size: 16px; }
	.index .banner .text .btn { font-size: 12px; line-height: 25px;  }
	/*.index .banner ul li img.bg { width: auto; max-width: inherit; height: 400px; }*/
	.index .banner .flex-direction-nav { display: none; }
	.index .banner .flex-control-nav { display: block; bottom: 40px; z-index: 9; }
	.index .banner .flex-control-paging li a { background: rgba(255,255,255,0.5); box-shadow: none;}
	.index .banner .flex-control-paging li a.flex-active { background: #fff; }
}

.narrow-news-title {
    display: none;
}

@media screen and (max-width: 480px) {
    .E-item li a .wide-news-title { display: none; }
    .E-item li a .narrow-news-title { display: inline-block; }
}



/*@media screen and (max-width: 320px) {
	.index .banner .text { margin-top: 10px; } 
	.index .banner .text .aligncenter img { width: 50px; }
	.index .banner .text h1  { margin: 5px 0; }
}*/

.index .banner .flex-direction-nav .flex-prev { width:30px;height: 50px; background: url('/templates_en/images/arrowleft.png') no-repeat top center;}
.index .banner .flex-direction-nav .flex-next { width:30px;height: 50px;background: url('/templates_en/images/arrowright.png') no-repeat top center; }
.index .banner .flex-direction-nav .flex-prev:before,
.index .banner .flex-direction-nav .flex-next:before { content: ''; }

/*introblocks*/
 .maxsize { max-width: 1300px; margin: 0 auto; }

.index .introblock { position: relative; }
.index .introblock .maxsize { max-width: 1300px; margin: 0 auto; }
.index .introblock .tabs { background: url('/templates_en/images/hover15.png') repeat 0 0; position: absolute; bottom: 100%; width: 100%; font-family: 'blod',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue"; color: #fff;z-index: 9; }
.index .introblock .tabs ul li { width: 25%; float: left; position: relative; cursor: pointer;}
.index .introblock .tabs ul li span { display: block; text-align: center;font-size: 17px;line-height: 75px; white-space: nowrap;text-overflow:ellipsis; overflow:hidden;position: relative; }
.index .introblock .tabs ul li span:after { content: ' +'; }
.index .introblock .tabs ul li:hover,
.index .introblock .tabs ul li.active { background: #fa8d07; }
.index .introblock .tabs ul li:hover:after,
.index .introblock .tabs ul li.active:after { content: url('/templates_en/images/arrowdown.png');position: absolute; top: 100%; left: 48%; }
.index .introblock .tabs ul li:hover span:after,
.index .introblock .tabs ul li.active span:after { content: ''; }

.index .introblock .tabpage li { display: none; }
.index .introblock .tabpage li.active { display: block; }
.index .introblock h1 { margin: 0; padding: 0; font-family: 'blod',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue"; }
.index .introblock .tabpage .left { width: 25%;float: left; background: url('/templates_en/images/whitehover70.png') repeat 0 0 ; }
.index .introblock .tabpage .center { width: 25%;float: left; background: #fff; }
.index .introblock .tabpage .right { width: 50%;float: left;background: #f4f6fa; }
.index .introblock .tabpage .left .con { padding: 60px 30px; height: 190px; }
.index .introblock .tabpage .left h1 { color: #fa8d07;font-size: 25px; line-height: 34px; }
.index .introblock .tabpage .left p { font-family: 'blod',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue";color: #7d7d7d;font-size: 16px; line-height: 22px; }
.index .introblock .tabpage .center .con { padding: 60px 0; text-align: center;height: 190px; }
.index .introblock .tabpage .right .con { padding: 60px 50px; height: 190px;position: relative; }
.index .introblock .tabpage .right h1 { font-size: 24px; line-height: 28px;color: #7d7d7d;margin: 0; padding: 0; }
.index .introblock .tabpage .right p { font-size: 16px; line-height: 1.5; color: #7d7d7d;margin: 0; padding: 0;/*margin-top: 42px;*/ padding-right: 30px; }
.index .introblock .tabpage .center .bg { height: 190px; width: 190px; position: relative;display: inline-block;} 
.index .introblock .tabpage .center .bg img { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }

.index .introblock .gobtn { position: absolute; top: 60px; right: 50px; z-index: 99;}

.index .introblock .sns { padding: 20px 0;}
.index .introblock .sns .maxsize { position: relative; }
.index .introblock .sns p { margin: 0; padding: 0; color: #fff;font-size: 14px; line-height: 1.2; }
.index .introblock .sns .share { position: absolute;top: 0; right: 0; }
.index .introblock .sns .share li { display: inline-block; }
.index .introblock .sns .share .btn { background: #fa8d07; width: 35px; height: 35px; text-align: center; line-height: 35px; border-radius: 100%; color: #fff;margin-left: 10px; }

.copyright { background: #000;color: #fa8d07; padding: 10px 0; font-size: 12px; }
.copyright  a { color: #fa8d07; }

@media screen and (max-width: 1024px) {
	.index .introblock .tabpage .left .con,
	.index .introblock .tabpage .center .con,
	.index .introblock .tabpage .right .con { padding: 30px 25px;  }
	.index .introblock .gobtn { position: absolute; top: 40px; right: 25px;}
	.index .introblock .tabs ul li span { font-size: 14px; line-height: 50px; }
	.index .introblock .tabpage .left h1 { font-size: 20px; line-height: 1.2; }
	.index .introblock .tabpage .left p { font-size: 14px; line-height: 1.2;  font-family: 'book',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue";}
	.index .introblock .tabpage .right h1 { font-size: 20px; line-height: 1.2; }
	.index .introblock .tabpage .right p { margin-top: 20px;font-size: 12px; line-height: 1.4; }
	.index .introblock .tabpage .center .con { padding: 30px 0; }
	.index .introblock .sns .maxsize , .copyright .maxsize { margin: 0 10px; }
}
@media screen and (max-width: 800px) {
	.index .introblock .tabs ul li:hover:after,
	.index .introblock .tabs ul li.active:after { content: '';}
	.index .introblock .tabs { position: relative; }
	.index .introblock .tabs ul li { width: 50%; }
	.index .introblock .tabpage .left { width: 100%; }
	.index .introblock .tabpage .center { width: 100%; }
	.index .introblock .tabpage .right { width: 100%; }
	.index .introblock .tabs ul li span { line-height: 40px; }
}
@media screen and (max-width: 480px) {
	/*.index .introblock .tabs { display: none; }*/
}
@media screen and (max-width: 320px) {
	.index .introblock .tabs ul li { width: 100%; }
	.index .introblock .tabpage .left { width:100%; }
	.index .introblock .tabpage .center { width: 100%; }
	.index .introblock .tabpage .left .con,
	.index .introblock .tabpage .center .con,
	.index .introblock .tabpage .right .con { height: auto; }
	.index .introblock .tabs ul li span { line-height: 30px; }
	.index .introblock .tabpage .center .bg { height: 150px; width: 150px; }
}

/*关于我们*/
.about .bigface { position: relative; }
.about .bigface .text { position: absolute; top: 0; left: 0; width: 100%; text-align: center; margin-top: 150px; }
.about .bigface .text .con { display: inline-block; }
.about .bigface .text h1 { text-transform: uppercase;font-family: 'blod',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue";margin: 0; padding: 0;color:#fa8d07; font-size: 63px; line-height: 1; display: inline-block; }
.about .bigface .text h2 { text-transform: uppercase;font-family: 'book',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue";margin: 0; padding: 0;color:#fff; font-size: 63px;line-height: 1;display: inline-block; }
.about .bigface .text p { font-family: 'book',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue";font-size: 18px; line-height: 26px; color: #fff; }

.about .profile { background: #fff;}
.about .profile .company {  padding: 50px 0;  }
.about .profile .left { width: 100%; float: left; /*background: url('/templates_en/images/1992.png') no-repeat center right;*/ }
.about .profile .right{ width: 60%; float: left; text-align: center; }
.about .profile .left .info { font-family: 'book',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue"; color: #333; font-size: 17px; line-height: 1.8; padding-right: 20px; }
.about .profile .left h1 { font-family: 'blod',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue"; color: #fa8d07;font-size: 30px; margin-bottom: 40px;}
.about .profile i.line { display: block; border-bottom: 1px solid #ededed; }
.about .profile .numbers { padding: 50px 0; }
.about .profile .numbers .item { width: 33.3%; float: left; position: relative; text-align: center;}
.about .profile .numbers .item .circle { position: relative; display: inline-block; }
.about .profile .numbers .item .circle .text { position: relative; top: 40px; width: 100%; }
@media screen and (min-width: 0px) {
	.about .profile .numbers .item .circle .text { position: absolute; }
}
.about .profile .numbers .item .circle .text h3 { font-family: 'book',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue";font-size: 24px; line-height:30px;font-weight: normal; color: #fa8d07; margin: 0; padding: 0; height: 60px; }
.about .profile .numbers .item .circle .text span { font-family: 'book',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue";font-size: 80px; font-weight: normal; }
.about .profile .numbers .item .circle .text p { font-family: 'book',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue";margin: 0; padding: 0; }

.about .honor { padding: 50px 0; background: #fff; }
.about .honor .title { /*background: url('/templates_en/images/honortitlebg.png') no-repeat top left;*/ }
.about .honor .title h1 { margin: 0; padding: 0;line-height: 80px; color:#fa8d07; font-family: 'blod',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue"; /*padding-left: 20px;*/font-size: 30px; }

.about .honor .items { background: url('/templates_en/images/honorbg.png') no-repeat top center; padding: 20px; position: relative; margin-top: 20px;background-size: auto 100%; background-size: cover; }
.about .honor .items .item { width: 33.3%; float: left; }
.about .honor .item .con { margin: 20px; padding: 15px; background: #fff;border-radius: 6px;}
.about .honor .item .face { height: 200px; overflow: hidden; }
.about .honor .item .face img { width: 100%; }
.about .honor .item .info { position: relative; line-height: 30px;}
.about .honor .item .info h5 { font-size: 14px;font-weight: normal; margin: 0; padding: 0; margin-top: 15px; }
.about .honor .item .info span { position: absolute; top: 0; right: 0; }
.about .honor .bar { width: 100%; height: 50px; background: #fa8d07; display: none;}
.about .honor .flex-control-nav { bottom: -30px; }
.about .honor .flex-control-paging li a { box-shadow: none; background: #fff; }
.about .honor .flex-control-paging li a.flex-active { background: #df9d00; }
.about .flex-direction-nav a {top: auto; bottom: -35px;  }
.about .honor .flex-direction-nav .flex-prev { width:11px;height: 18px; background: url('/templates_en/images/leftbtn.png') no-repeat top center;}
.about .honor .flex-direction-nav .flex-next { width:11px;height: 18px;background: url('/templates_en/images/rightbtn.png') no-repeat top center;}
.about .honor .flex-direction-nav .flex-prev:before,
.about .honor .flex-direction-nav .flex-next:before { content: ''; }


.about .quality { background: url('/templates_en/images/quality.jpg') no-repeat center center; text-align: center; padding: 120px 0; }
.about .quality h1 { font-family: 'blod',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue"; color: #fff; font-size: 30px; margin: 0; padding: 0;}
.about .quality p { color: #fff; font-family: 'book',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue";} 

@media screen and (max-width: 1300px) {
	.about .maxsize { margin: 0 10px; }
}
@media screen and (max-width: 1024px) {
	.about .bigface .text h1 { font-size: 30px; }
	.about .bigface .text h2 { font-size: 30px; }
	.about .bigface .text { margin-top: 5%; }
	.about .bigface .text p { font-size: 14px;line-height: 1.5; }
	.about .profile .left , .about .profile .right { width: 100%; }
	.about .profile .left .info { font-size: 14px; }
	.about .honor .items .item .con { margin: 10px; padding: 10px;}
}
@media screen and (max-width: 768px) {
	.about .profile .company,.about .profile .numbers , .about .honor { padding: 30px 0; }
	.about .profile .left { background-size: 50% auto; }
	.about .profile .left h1 { font-size: 20px; margin-bottom: 20px; }
	.about .profile .left , .about .profile .right { width: 100%; float: none; }
	.about .profile .numbers .item { width: 100%; float: none; margin: 10px 0; }
	.about .honor .item .face {  height: 150px;}
	.about .honor .item .info span { display: none; }
	.about .quality  { padding: 50px 0; }
}
@media screen and (max-width: 480px) {
	.about .bigface .text h1 { font-size: 20px; }
	.about .bigface .text h2 { font-size: 20px; }
	.about .bigface .text p { margin: 0; line-height: 1.2;font-size: 12px;}
	.about .honor .items .item { width: auto; float: none; }
	.about .honor .items .item .face { height: 200px; }
	.about .honor .items { background-size: auto 100%; }
	.about .honor .title h1 { font-size: 20px; line-height: 50px; }
	.about .honor .title { background-size: auto 100%; }
	.about .quality  { padding: 30px 0; }
}
@media screen and (max-width: 320px) {
	.about .honor .items .item .face { height: 150px; }
}

.product .bigface .text { position: absolute; top: 0; left: 0; width: 100%; text-align: center; margin-top: 150px; }
.product .bigface .text .con { display: inline-block; }
.product .bigface .text h1 { text-transform: uppercase;font-family: 'blod',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue";margin: 0; padding: 0;color:#000; font-size: 36px; line-height: 1; }
.product .bigface .text .line { display: inline-block; width: 50px; height: 8px; background: #fa8d07; margin-top: 25px; }

.product .proclass{ position: relative;background: #fff; }
.product .proclass .tabs { position: absolute; bottom: 100%; width: 100%;background: url('/templates_en/images/whitehover20.png') repeat top center; color: #fff; font-family: 'blod',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue";font-size: 18px; }
.product .proclass .tabs ul li { color: #000; display: block; float: left; width: 50%; text-align: center; line-height: 75px; cursor: pointer; }
.product .proclass .tabs ul li.active { background: #fa8d07;color: #fff; }
.product .proclass .tabs ul li:hover { color: #fff; }
.product .proclass .tabpage .page { padding: 40px 0; display: none;}
.product .proclass .tabpage .page.active { display: block; }
.product .proclass .item { background: #efefef;margin-bottom: 40px; position: relative; }
.product .proclass .item .face { position: relative; width: 50%; float: left; overflow: hidden;  }
.product .proclass .item .face img { transition: all 3s ease-out;-webkit-transition: all 3s ease-out;-o-transition: all 3s ease-out;-moz-transition: all 3s ease-out; }
.product .proclass .item:hover .face img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1); }

.product .proclass .item .text { position: relative; width: 50%; float: left; }

.product .proclass .item:nth-child(2n+0) .face { float: right;  }
.product .proclass .item:nth-child(2n+0) .face .id { right: auto; left: 0;  }
.product .proclass .item:nth-child(2n+0) .text { float: right; }

.product .proclass .item .text { position: absolute; left: 50%; top: 0; bottom: 0; }
.product .proclass .item:nth-child(2n+0) .text { position: absolute; right: 50%; left: auto;top: 0; bottom: 0; }

.product .proclass .item .face .id { position: absolute; top: 0; right: 0; line-height: 60px; width: 60px; display: inline-block;color: #fff; background: #fa8d07; font-size: 24px; text-align: center; font-family: 'blod',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue";z-index: 9; }
.product .proclass .item .text .con { padding:65px 70px; font-family: 'blod',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue"; }
.product .proclass .item .text h1 { color: #111; text-transform: uppercase;font-size: 30px;margin: 0; padding: 0; }
.product .proclass .item .text h2 { font-family: 'book',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue";color: #222; text-transform: uppercase;font-size: 24px;margin: 0; padding: 0; margin-top: 10px; }
.product .proclass .item .text .info { color: #757575; font-size: 14px; line-height: 24px;font-family: 'book',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue";margin-top: 10px; }
.product .proclass .item .text .info ol { padding-left: 20px; }
@media screen and (max-width: 1200px) {
	.product .tabpage .maxsize { margin: 0 10px; }
}
@media screen and (max-width: 1024px) {
	.product .bigface .text { margin-top: 15%; }
	.product .proclass .tabs { position: relative; background: #f1f1f1;  }
	.product .bigface .text h1 { font-size: 26px; }
	.product .proclass .tabs ul li { font-size: 20px; line-height: 50px; font-family: 'book',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue"; }
	.product .proclass .item .text .con { padding: 45px; }
	.product .proclass .item .text h1 { font-size: 20px; }
	.product .proclass .item .text h2 { font-size: 16px; }
	.product .proclass .item .text .info { line-height: 1.5; }
	.product .proclass .item .text .info ol li { line-height: 1.5; font-size: 14px; }
	.product .bigface .text .line { margin-top: 10px; height: 5px; }
}
.product .proclass .item.odd .face .id { right: auto; left: 0;  }
@media screen and (max-width: 768px) {
	.product .proclass .item .face img { width: 100%; }
	.product .proclass .item.odd .face { width: 100%; }
	.product .proclass .item .face ,
	.product .proclass .item .text { width: auto; float: none; }
	.product .proclass .item:nth-child(2n+0) .face { float: none; }
	/*.product .proclass .item.odd .face .id,.product .proclass .item .face .id { left: auto; right: 0; }*/
	.product .proclass .item { margin-bottom: 10px; }
	.product .proclass .item .text .con { padding: 20px; }
	.product .proclass .vcenter { position: relative;top: auto; bottom: auto; left: auto; right: auto; }
}
@media screen and (max-width: 480px) {
	.product .bigface .text { margin-top: 20%; }
	.product .proclass .item .face .id { font-size: 14px; width: 40px; height: 40px; line-height: 40px; }
	.product .proclass .tabs ul li { font-size: 16px; }
}
.supp .content { background: #fff; }
.supp .bigface .text { position: absolute; top: 0; left: 0; width: 100%; text-align: center; padding-top: 180px; }
.supp .bigface .text .con { display: inline-block; }
.supp .bigface .text h1 { font-family: 'blod',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue";margin: 0; padding: 0;color:#fff; font-size: 36px; line-height: 1; text-transform: uppercase; }
.supp .bigface .text .line { display: inline-block; width: 50px; height: 8px; background: #fa8d07; margin-top: 25px; }

.supp .block h1.title { font-family: 'blod',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue"; font-size: 30px; color: #fa8d07; margin: 0; padding: 0;margin-bottom: 20px; }

.supp .brands { position: relative; }
.supp .block h1.title { margin-top: 50px; }
.supp .brands .item { width: 33.3%; float: left;  }
.supp .brands .item .main { margin: 10px; border: 1px solid #ebebeb;cursor: pointer;-webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); filter: gray; transition: all 0.2s ease-out;-webkit-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out; background: #f2f2f2; position: relative;}

.supp .brands .item .main i.line { display: block; position: absolute; background: #fa8d07; width: 0%;height: 1px;transition: all 0.2s ease-out;-webkit-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;z-index: 9; }
.supp .brands .item .main i.line.bottom { right: 0; bottom: 0; }
.supp .brands .item .main i.line.left { width: 1px; height: 0%; left: 0; bottom: 0; }
.supp .brands .item .main i.line.right { width: 1px; height: 0%; right: 0; top: 0; }

.supp .brands .item:hover .main i.line,.supp .brands .item.active .main i.line { width: 100%;height: 1px; }
.supp .brands .item:hover .main i.line.left,
.supp .brands .item:hover .main i.line.right,
.supp .brands .item.active .main i.line.left,
.supp .brands .item.active .main i.line.right { height: 100%;width: 1px; }

.supp .brands .item .main img { width: 100%; }
.supp .brands .item .arrow { text-align: center; visibility: hidden; }
.supp .brands .item:hover .main,.supp .brands .item.active .main { -webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%); -o-filter: grayscale(0%); filter: grayscale(0%); filter: none; background: none;}
.supp .brands .item.active .arrow  { visibility: visible; }
/*.supp .brands .item .info { display: none; }*/

.supp .brands .item .info { background: #fa8d07; color: #fff;display: none;position: absolute; width: 100%; left: 0;z-index: 9; }
/*.supp .brands .item.active .info { display: block; }*/
.supp .brands .item.lastfour .info { top: 0; }
.supp .brands .item .info .con { padding: 30px;position: relative;padding-right: 180px;  }
.supp .brands .item .info .con .close { position: absolute; top: 30px; right: 30px;cursor: pointer; }
.supp .brands .item .info h1 { font-family: 'blod',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue"; margin: 0; padding: 0;font-size: 20px; }
.supp .brands .item .info p { font-family: 'book',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue"; font-size: 14px; line-height: 20px; min-height: 40px; }
.supp .visit { position: absolute; right: 40px; top: 60px;  }
.supp .visit .btn { color: #fff; font-family: 'book',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue";font-size: 14px;line-height: 45px; border: 2px solid #fff; border-radius: 45px; padding: 0 23px; }
.supp .visit .btn i { font-size: 12px; }


.supp .itemintro { display: none; }

.supp .itemintro .con { background: #fa8d07; color: #fff; padding: 30px; position: relative;}
.supp .itemintro h1 { font-family: 'blod',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue"; margin: 0; padding: 0;font-size: 20px; }
.supp .itemintro p { font-family: 'book',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue"; font-size: 14px; line-height: 20px; min-height: 40px; }
.supp .itemintro p { padding-right: 200px; }
.supp .itemintro .close { display: none; }

.supp .menulist .videos { padding: 0; }
.supp .videos h1.title { background: url('/templates_en/images/videotitlebg.png') no-repeat top left; line-height: 65px; padding-left: 20px; }
.supp .video .bg { position: relative;  }
.supp .video .hover { position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-align: center; color: #fff; background: rgba(0,0,0,0.2); }
.supp .video:hover .hover { background: none;}
.supp .video .hover i { font-size: 50px; margin-top: 10%; display: inline-block; cursor: pointer; }

.supp .service { background: url('/templates_en/images/brandbg.jpg') no-repeat center center; height: 760px; position: relative; border-top: 1px solid #ebebeb; margin-top: 50px; }
.supp .service .item { width: 110px; height: 110px; border: 2px solid #000; overflow: hidden; text-align: center; border-radius: 100%; background: #fff; }
.supp .service .item p { margin: 0; padding: 0; font-size: 14px; font-family: 'blod',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue";color: #000;  margin-top: 40px;}
.supp .service .item img { width: 80%; margin: 10%;  display: none;}
.supp .service .item.item0 { width: 220px; height: 220px; border: 0; background: #fa8d07; color: #fff; }
.supp .service .item h1 { font-family: 'blod',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue"; margin-top: 55px; }

.supp .service .item .iconfont { font-size: 30px; }

.supp .service .item { position: absolute; transition: all 0.2s ease-out;-webkit-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;}
.supp .service .item:hover { border-color: #fa8d07; }
.supp .service .item:hover p { display: none; }
.supp .service .item:hover img { display: block; }
.supp .service .item0 { top: 270px; left: 540px; }

.supp .service .title h1 { font-family: 'blod',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue";font-size: 30px; margin: 0; padding: 0;padding-top: 50px; }
.supp .service .title p { font-family: 'book',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue"; }

.supp .videos { border-top: 1px solid #ebebeb; padding: 50px 0; }

@media screen and (max-width: 1300px) {
	.supp .maxsize { margin: 0 10px; }
}
@media screen and (max-width: 1024px) {
	.supp .bigface .text { margin-top: 0; padding-top: 120px; }
	.supp .bigface .text h1 { font-size: 26px; }
	.supp .service .item { width: 33.3%; float: left; position: relative; left: auto !important; top: auto !important; height: auto; border-radius: 0; border: 0;}
	.supp .service .item0 { display: none; }
	.supp .service .item p { display: none; }
	.supp .service .item img { display: block; border: 1px solid #ebebeb; margin: 5%; border-radius: 100%; padding: 5%; }
	.supp .brands .items:after { content: ''; display: block; clear: both; }
}
@media screen and (max-width: 768px) {
	.supp .block h1.title { margin-top: 30px; font-size: 20px; }
	.supp .brands .item { width: 50%; }
	.supp .brands .item .arrow { display: none; }
	.supp .brands .item .main { margin: 5px; }
	.supp .itemintro { margin: 0 5px; margin-top: 10px;display: block; }
	.supp .brands .item.active .main { border: 1px solid #fa8d07; }
	.supp .block h1.title { padding-top: 20px; }
	.supp .visit .btn { text-align: center; }
	.supp .videos h1.title { padding-top: 0; }
	.supp .brands .item.active .info { display: none; }
	.supp .bigface .text { padding-top: 120px; }
}
@media screen and (max-width: 480px) {
	.supp .bigface .text { margin-top: 10%; }
	.supp .bigface .text h1 { font-size: 20px; }
	.supp .bigface .text .line { height: 5px; margin-top: 10px; }
	.supp .itemintro .con { padding: 20px; }
	.supp .itemintro p { padding-right: 0; }
	.supp .visit { position: relative; right: auto; top: auto; }
	/*.supp .service .item { width: 50%; }*/
}


.ex .content { background: #fff; }
.ex .bigface .text { position: absolute; top: 0; left: 0; width: 100%; text-align: center; margin-top: 150px; }
.ex .bigface .text .con { display: inline-block; padding: 20px;  }
.ex .bigface .text h1 { font-family: 'blod',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue";margin: 0; padding: 0;color:#fff; font-size: 36px; line-height: 1; text-transform: uppercase; }
.ex .bigface .text .line { display: inline-block; width: 50px; height: 8px; background: #fa8d07; margin-top: 25px; }

.ex .title { background: url('/templates_en/images/bei.png') no-repeat top left; line-height: 79px;margin: 0; padding: 0; font-size: 30px; font-family: 'blod',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue";font-weight: normal; color: #fa8d07; padding-left: 10px; }
.ex .excont { padding: 50px 0; }

.ex .excont .item { width: 50%; float: left;cursor: default; }
.ex .excont .item .pdcon { margin: 5px; position: relative;overflow: hidden; }
.excont .items .item .pdcon .bg img { transition: all 3s ease-out;-webkit-transition: all 3s ease-out;-o-transition: all 3s ease-out;-moz-transition: all 3s ease-out; }

.ex .excont .item .bg2 { position: absolute; top: 0; left: 0; width: 101%; height: 101%; background: none; transition: all 0.2s ease-out;-webkit-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;  }
.ex .excont .item:hover .bg2 { background: #fa8d07d9; }

.ex .excont .item .hover { position: absolute; top: 0; left: 0; width: 100%; text-align: center;color: #fff; font-family: 'book',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue"; cursor: pointer; }
.ex .excont .item .hover h1 { font-family: 'blod',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue"; font-weight: normal; font-size: 21px; margin: 0; padding: 0; margin-top: 30px; }
.ex .excont .item .hover p.address { margin-top: 0px; }
.ex .excont .item .hover .con { margin-top: 10%; }
.ex .excont .item .hover .con .iconfont { -webkit-text-stroke-width: 0; }

@media screen and (max-width: 768px) {
	.ex .excont .item { width: auto; float: none; }
	.ex .excont .item .bg img { width: 100%; }
	.ex .bigface .text h1 { font-size: 30px; }
	.ex .title { line-height: 50px; background-size: auto 100%;font-size: 25px; }
}
@media screen and (max-width: 480px) {
	.ex .excont { padding: 20px 0; }
	.ex .excont .item .hover h1 { margin-top: 10px; }
	.ex .bigface .text h1 { font-size: 20px; }
	.ex .bigface .text .con { background: none;  }
	.ex .bigface .text { margin-top: 6%; }
	.ex .bigface .text .line { margin-top: 10px ;height: 5px; }
	.ex .title { line-height: 35px;  font-size: 20px;}
}
@media screen and (max-width: 320px) {
	.ex .excont .item .hover .con { margin-top: 5%; }
}
.ct .content { background: #fff; }
.ct .bigface .text { position: absolute; top: 0; left: 0; width: 100%; text-align: center; margin-top: 5%; }
.ct .bigface .text .con { display: inline-block; }
.ct .bigface .text h1 { font-family: blod, 'Microsoft Yahei';margin: 0; padding: 0;color:#fff; font-size: 36px; line-height: 1; text-transform: uppercase; }
.ct .bigface .text .line { display: inline-block; width: 50px; height: 8px; background: #fa8d07; margin-top: 25px; }

.ct  .contactus { background: #fff; }

.contact .content .contactus { font-family: 'book',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue";color: #111; }
.contact .about { text-align: center; margin: 50px; font-size: 14px; line-height: 20px;}
/*.contact .tel .items .item { width: 50%; float: left; }*/
.contact .tel .items .item .con { margin: 0 5px;position: relative; }
.contact .tel .items .item .face { position: relative; }
.contact .tel .items .item .left { float: left; width: 50%;}
.contact .tel .items .item .left h1 { font-family: 'blod',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue"; font-weight: normal; color: #656565;font-size: 22px; line-height: 28px; }
.contact .tel .items .item .right { float: left; width: 50%;}
.contact .tel .items .item .right a { text-decoration: underline; }

.contact .tel .items .item .face span { position: absolute; bottom: 10px; left: 20px;  color: #fff; font-family: 'blod',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue"; }
.contact .tel .items .item ul { margin: 20px 0; }
.contact .tel .items .item ul li { line-height: 24px; font-size: 14px;  }
.contact .tel .items .item ul li i { color: #fa8d07; }
.contact .tel .items .item ul li span { padding-left: 10px; }
.contact .tel .items .item ul li a { text-decoration: underline; }
.contact .tel .items .btn { text-align: center;line-height: 55px;border: 1px solid #ebebeb; border-radius: 55px; font-size: 16px;transition: all 0.2s ease-out;-webkit-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out; }
.contact .tel .items .btn i { font-size: 16px; color: #fa8d07; }
.contact .tel .items .btn:hover { background: #f6f6f6; }

.contact .tender {border-top: 1px solid #ebebeb;margin-top: 80px; }
.contact .tender h1.title { font-family: 'blod',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue";color: #fa8d07; line-height: 1; margin: 0; padding: 0;margin: 60px 0; text-align: center; margin-bottom: 0; }
.contact .tender .items {  background: url('/templates_en/images/mapbg.png') no-repeat top center; padding: 60px 0; }
.contact .tender .items .item { width: 25%; float: left;cursor: default; }
.contact .tender .items .item .line { border-bottom: 1px solid #ececec; margin: 20px 0; }
.contact .tender .items .item .con { margin: 5px; border: 1px solid #ebebeb; padding: 30px 20px; background: rgba(255,255,255,0.5); }
.contact .tender .items .item ul li { font-family: 'blod',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue"; font-size: 16px; line-height: 24px; color: #5a5a5a;transition: all 0.2s ease-out;-webkit-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out; }
.contact .tender .items .item ul li:hover { color: #fa8d07; }
.contact .tender .items .item ul.way {margin-top: 30px; }
.contact .tender .items .item ul.way li { font-family: 'book',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue";font-size: 13px; }
.contact .tender .items .item ul.way li .iconfont { color: #fa8d07; padding-right: 5px;}

.contact .joinus { border-top: 1px solid #ebebeb; margin: 50px 0; padding: 50px 0; text-align: center; padding-bottom: 150px;}
.contact .joinus  .title { font-family: 'blod',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue"; text-align: center; color: #fa8d07; font-size: 30px; }
.contact .joinus .btn { display: inline-block; max-width: 500px; border: 1px solid #ebebeb; width: 100%; background: url('/templates_en/images/joinbg.png') no-repeat center right; line-height: 55px; border-radius: 55px; font-family: 'blod',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue";}
.contact .joinus .btn .hl { color: #fa8d07; }
.contact .joinus .btn:hover { border: 1px solid #fa8d07; }

.contact .market  { margin-bottom: 10%; }
.contact .market .left,
.contact .market .right { width: 50%; float: left;transition: all 0.2s ease-out;-webkit-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out; }
.contact .market .l,
.contact .market .r { width: 50%; float: left; padding: 10px 0;z-index: 9;position: relative; }
.contact .market .con { position: relative; margin: 5px; }

.contact .market h1 { font-family: 'blod',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue";color: #fed530; line-height: 1; margin: 0; padding: 0;margin: 60px 0; text-align: center; margin-bottom: 0;margin-bottom: 30px; }
.contact .market { z-index: 9; }
.contact .market .bg { position: absolute; background:  #fed530; width: 100%; height: 8px; top: 0;transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out; }
.contact .market .left:hover .bg, 
.contact .market .right:hover .bg { height: 100%;}
.contact .market .l ul , 
.contact .market .r ul { padding: 20px 40px; }
.contact .market .l ul li,
.contact .market .r ul li { padding: 3px 0; white-space: nowrap; }
.contact .market .left:hover ,
.contact .market .right:hover { color: #fff; }
.contact .market .dotline { position: absolute; width: 1px; height: 0; border-left: 1px dashed #fff;left: 50%; top: 0; opacity: 0; }
.contact .market .left:hover .dotline ,
.contact .market .right:hover .dotline { height: 100%;opacity: 1; }
.contact .market .r ul li .iconfont { padding-right: 5px; color: #fed530;}
.contact .market .con:hover .r ul li .iconfont { color: #fff; }
@media screen and (max-width: 1024px) {
	.contact .tender .items .item { width: 50%; }
	.contact .clear3 { clear: both; }
	.contact .tender h1.title { margin: 40px 0; }
}
@media screen and (max-width: 768px) {
	.ct .bigface .text  { margin-top:7%; }
	.ct .bigface .text h1 {font-size: 25px; }
	.contact .about { margin: 30px; }
	.contact .tel .items .item { width: auto; float: none; margin-bottom: 10px; }
	.contact .tel .items .item .face img { width: 100%; }
	.contact .tel .items .btn { line-height: 45px; border-radius: 45px; }
}
@media screen and (max-width: 480px) {
	.contact .tender h1.title { margin: 20px; font-size: 20px; }
	.contact .tender .items .item { width: auto; float: none; }
	.contact .joinus { margin: 30px 0; padding: 30px 0; }
}

/*字体引入*/
.iconfont{
	font-family:"iconfont" !important;
	font-size:16px;font-style:normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
@font-face {
	font-family: 'iconfont';
	src: url('icons/iconfont.eot'); 
	src: url('icons/iconfont.eot?#iefix') format('embedded-opentype'),
	url('icons/iconfont.woff') format('woff'),
	url('icons/iconfont.ttf') format('truetype'),
	url('icons/iconfont.svg#iconfont') format('svg');
}
.blod{
	font-family:"blod" !important;
}
@font-face {
	font-family: 'blod',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue";
	src: url('icons/GOTHAM-BOLD.eot'); 
	src: url('icons/GOTHAM-BOLD.eot?#iefix') format('embedded-opentype'),
	url('icons/GOTHAM-BOLD.woff') format('woff'),
	url('icons/GOTHAM-BOLD.ttf') format('truetype'),
	url('icons/GOTHAM-BOLD.svg#blod') format('svg');
}
.book{
	font-family:"book" !important;
}
@font-face {
	font-family: 'book',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue";
	src: url('icons/GOTHAM-BOOK.eot'); 
	src: url('icons/GOTHAM-BOOK.eot?#iefix') format('embedded-opentype'),
	url('icons/GOTHAM-BOOK.woff') format('woff'),
	url('icons/GOTHAM-BOOK.ttf') format('truetype'),
	url('icons/GOTHAM-BOOK.svg#book') format('svg');
}

.videopop { position: fixed; top:0; left: 0; width: 100%;height: 100%; background: url('/templates_en/images/hover50.png') repeat 0 0; display: none; }
.videopop .video { position: relative; background: #000; }
.videopop .close { position: absolute; background: #fff; width: 30px; height: 30px; background: #fff; text-align: center; line-height: 30px;  top: 0; right: 0; z-index: 9; cursor: pointer;}

@media screen and (max-width: 480px) {
	.contact .bigface { height: 200px; background-size: auto 100%; }
	.contact .bigface img { display: none; }
	.ct .bigface .text { margin-top: 70px; }
	.ex .bigface { height: 200px; background-size: auto 100%; }
	.ex .bigface img  { display: none; }
	.ex .bigface .text { margin-top: 60px; }
	.supp .bigface { height: 200px; background-size: auto 100%; }
	.supp .bigface img  { display: none; }
	/*.supp .bigface .text { margin-top: 70px; }*/
}
.supp .aboutinfo { position: relative; text-align: center; margin-bottom: 60px;  background: url('/templates_en/images/mapbg.png') no-repeat top center;background-size: auto 100%;background-size: 100% 300px;}
.about .profile .numbers { background: url('/templates_en/images/2016.png') no-repeat center center; background-size: 40% auto; }
.supp .aboutinfo h1 { font-size: 24px; font-weight: normal;font-family: 'blod',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue"; }
.supp .aboutinfo p { font-size: 16px; line-height: 26px; font-family: 'book',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue";color: #5a5a5a;max-width: 600px; margin: 0 auto; margin-bottom: 20px; }
.supp .aboutinfo .visit { position: relative; right: auto; top: auto;   }
.supp .visit .btn { border: 1px solid #fa8d07; color: #fa8d07; display: inline-block;transition: all 0.2s ease-out;-webkit-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out; }
.supp .visit .btn:hover { border: 1px solid #fa8d07; background: #fa8d07;color: #fff; display: inline-block; }
.supp .brands .items .item .main { position: relative; }
.supp .brands .items .item .hover { position: absolute; top:0; left: 0; width: 100%;height: 100%;display: none; }
.supp .brands .items .item .hover img { width: 100%; }

/*.product .proclass .item.odd .face { float: right;  }*/ 
/* 2025.8.12 delete */

.product .proclass .item.odd .text { float: right; }
.menu .nav .menulist ul li { margin: 0 2px; }
.supp .service .item { border: 0;  }
.supp .service .item:before { content: '';background: url('/templates_en/images/huobanbg.png') no-repeat top center; border: 0; width: 100%; height: 100%; top: 0; left: 0; position: absolute;z-index: 9; }
.supp .service .item.item0:before,.supp .service .item.item0:hover:before { display: none;}
.supp .service .item:hover:before { background: url('/templates_en/images/huobanbg.png') no-repeat bottom center; }
.supp .service .item.item0 { background: url('/templates_en/images/huobanbg2.png') no-repeat top center; }
.about .profile .numbers .item .circle { width: 270px; height: 270px; background: url('/templates_en/images/circle.png') no-repeat top center; }
.supp .service .item { background: none; }
@media screen and (min-width: 0px) {
	.menu .nav .menulist ul li { margin: auto}
	.about .profile .numbers .item .circle { background: none; width: auto;height: auto; }
}
@media screen and (max-width: 1024px) {
	.supp .service .item:before { display: none; }
}
@media screen and (max-width: 480px) {
	.contact .market .left, .contact .market .right { width: auto; float: none; }
	.contact .market .l ul, .contact .market .r ul { padding: 10px; }
	.contact .market .l, .contact .market .r { float: none; width: auto; }
	.contact .market .dotline {display: none; }
	.menu .logo img { height: 65%; }
}
@media screen and (max-width: 768px) {
	.supp .itemintro { display: none; }
}

/* 弹出图片大图  */
.fixed { position: fixed; top: 0; left: 0; z-index: 9999; width: 100%;height: 100%; background: url('/templates_en/images/hover50.png') repeat 0 0; /*min-width: 1180px;*/  text-align: center; display: none;}
.fixed .bigpic {  max-width: 870px; display: inline-block; text-align: center; position: relative; overflow: hidden;}
.fixed .bigpic .close { position: absolute; top: 20px; right: 20px; color: #fff; font-size: 30px; z-index: 999; display: inline-block; width: 40px; height: 40px; line-height: 40px; text-align: center; background: url('/templates_en/images/hover50.png') repeat 0 0; border-radius: 100%; }
.fixed .bigpic .con img{  max-width: 88%;max-height: 100%; width: auto; height: auto; }
.vcenter { position: absolute; top: 0; bottom: 0; width: 100%; left: 0; }
.tb { display: table;height: 100%;width: 100%; }
.tb-c { display: table-cell;vertical-align: middle; }

/*.supp .jieshao { background: url('/templates_en/images/mapbg.png') no-repeat top center; }*/
.ex .title { background: none; }
@media screen and (max-width: 1024px) {
	.ex .bigface .text { margin-top:110px; }
}
@media screen and (max-width: 768px) {
	.product .proclass .item:nth-child(2n+0) .text,
	.product .proclass .item .text { width: auto; float: none; position: relative; left: auto; right: auto; }
	.about .profile .numbers { -webkit-background-size: 80% auto;
	background-size: 80% auto; }
}

@media screen and (min-width: 0px) {
	.about .quality {background-size: cover;}
}


@media screen and (max-width: 768px) {
	.product .proclass .item:nth-child(2n+0) .text,
	.product .proclass .item .text { width: auto; float: none; position: relative; left: auto; right: auto; }
	.about .profile .numbers { -webkit-background-size: 80% auto;
	background-size: 80% auto; }
	.supp .aboutinfo { background-size: 100% auto; }
}

@media screen and (max-width: 480px) {
	.about .quality h1,
	.about .quality img { line-height: 40px !important;height: 40px !important }
}


/*环境安全*/

.E-safety .profile{position: relative;background: #fff;}
.E-safety .bigface .text{position: absolute;top: 0;left: 0;width: 100%;text-align: center;margin-top: 180px;}
.E-safety .profile .text .con{display: inline-block;}
.E-safety .bigface .text .line{display: inline-block;width: 50px;height: 8px;background: #fa8d07;margin-top: 25px;}
.E-safety .profile .tabs{  position: absolute;bottom: 100%;width: 100%;background: url('/templates_en/images/whitehover20.png') repeat top center;color: #fff;font-family: 'blod';font-size: 18px;}
.E-safety .profile .tabs ul li{display: block;float: left;width: 50%;text-align: center;line-height: 75px;cursor: pointer;}
.E-safety .profile .tabs ul li.active{  background: #fff;color: #272727;}

@media screen and (max-width: 1024px){
	.about .profile .tabs ul li {font-size: 20px;line-height: 50px;font-family: 'book'}
}


/*关于我们*/
.E-safety .bigface { position: relative; }
.E-safety .bigface .text { position: absolute; top: 0; left: 0; width: 100%; text-align: center; margin-top: 120px; }
.E-safety .bigface .text .con { display: inline-block; }
.E-safety .bigface .text h1 { font-family: 'blod';margin: 0;padding: 0;color: #fff;font-size: 36px;line-height: 1;text-transform: uppercase;display: block;}
.E-safety .bigface .text h2 { font-family: 'book',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue";margin: 0; padding: 0;color:#fff; font-size: 63px;line-height: 1;display: inline-block; }
.E-safety .bigface .text p { font-family: 'book',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue";font-size: 18px; line-height: 26px; color: #fff; }
.E-safety .profile .E-mysafety .face{position: relative;width: 50%;float: left;overflow: hidden;}
.E-safety .profile .E-mysafety .text{position: absolute;left: 50%;top: 0;bottom: 0;margin: 65px 70px;width: calc(50% - 130px);}
.E-mysafety{margin-bottom: 40px;position: relative;overflow: hidden;}
.E-safety .profile .related{height: 155px;position: relative;text-align: center;}
.E-safety .profile .related h1{display: block;padding: 40px 0 0 0;margin: 0;}
.E-safety .profile .related .line{display: inline-block;width: 50px;height: 8px;background: #fa8d07;margin-top: 25px;}
.E-safety .E-item{background-color: #fff;}
.E-safety .E-item li{ cursor: pointer; background-color: #f8f8f8;height: 78px;line-height: 78px;overflow: hidden;;margin: 2px 0;padding: 0 6%;transition: all 0.2s ease-out;-webkit-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;}
.E-safety .E-item li a {
    display: block;
}

.E-safety .E-item li span{ font-size: large; /*display: inline-block;*/ color: #525252;transition: all 0.2s ease-out;-webkit-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;}
.E-safety .E-item li:hover{background-color: #fa8d07;}
.E-safety .E-item li:hover span{color: #fff;}
/*.E-safety .E-item li span.list-right{width: 32px;text-align: center;float: right;transform:rotate(45deg);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);-moz-transform:rotate(45deg);}*/
.E-safety .E-item li span.list-right{text-align: center;float: right; font-size: 14px;}
.E-safety .item .itemContent h1{color: #fa8d07;font-size: 18px;}
.E-safety .item .itemContent{width: 270px;margin: auto;line-height: 200%;}
.r-page{text-align: center;}
.r-page ul{overflow: hidden;padding: 30px 0;text-align: center;}
.r-page ul li{display: inline-block;cursor: pointer;height: 30px;line-height: 30px;margin: 0 6px;vertical-align: top;text-align: center;border: 1px solid #f0f0f0;}
.r-page .pre,.next{width: 100px;}
.r-page .p-num{width: 30px;}
.r-page .p-now{width: 30px;color: #fa8d07!important;border-color: #fa8d07!important;}




.E-safety .profile { background: #fff;}
.E-safety .profile .company {  padding: 50px 0;  }
.E-safety .profile .left { width: 60%; float: left; background: url('/templates_en/images/1992.png') no-repeat center right; }
.E-safety .profile .right{ width: 40%; float: left; text-align: center; }
.E-safety .profile .left .info { font-family: 'book',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue"; color: #333; font-size: 17px; line-height: 1.8; padding-right: 20px; }
.E-safety .profile .left h1 { font-family: 'blod',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue"; color: #fa8d07;font-size: 30px; margin-bottom: 40px;}
.E-safety .profile i.line { display: block; border-bottom: 1px solid #ededed; }
.E-safety .profile .numbers { padding: 50px 0; }
.E-safety .profile .numbers .item { width: 33.3%; float: left; position: relative; text-align: center;}
.E-safety .profile .numbers .item .circle { position: relative; display: inline-block; }
.E-safety .profile .numbers .item .circle .text { position: relative; top: 40px; width: 100%; }
@media screen and (min-width: 0px) {
	.E-safety .profile .numbers .item .circle .text { position: absolute; }
}
.E-safety .profile .numbers .item .circle .text h3 { font-family: 'book',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue";font-size: 24px; line-height:30px;font-weight: normal; color: #fa8d07; margin: 0; padding: 0; height: 60px; }
.E-safety .profile .numbers .item .circle .text span { font-family: 'book',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue";font-size: 80px; font-weight: normal; }
.E-safety .profile .numbers .item .circle .text p { font-family: 'book',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue";margin: 0; padding: 0; }

.E-safety .honor { padding: 50px 0; background: #fff; }
.E-safety .honor .title { /*background: url('/templates_en/images/honortitlebg.png') no-repeat top left;*/ }
.E-safety .honor .title h1 { margin: 0; padding: 0;line-height: 80px; color:#fa8d07; font-family: 'blod',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue"; /*padding-left: 20px;*/font-size: 30px; }

.E-safety .honor .items { background: url('/templates_en/images/honorbg.jpg') no-repeat top center; padding: 20px; position: relative; margin-top: 20px;background-size: auto 100%; background-size: cover; }
.E-safety .honor .items .item { width: 33.3%; float: left; }
.E-safety .honor .item .con { margin: 20px; padding: 15px; background: #fff;border-radius: 6px;}
.E-safety .honor .item .face { height: 200px; overflow: hidden; }
.E-safety .honor .item .face img { width: 100%; }
.E-safety .honor .item .info { position: relative; line-height: 30px;}
.E-safety .honor .item .info h5 { font-size: 14px;font-weight: normal; margin: 0; padding: 0; margin-top: 15px; }
.E-safety .honor .item .info span { position: absolute; top: 0; right: 0; }
.E-safety .honor .bar { width: 100%; height: 50px; background: #fa8d07; display: none;}
.E-safety .honor .flex-control-nav { bottom: -30px; }
.E-safety .honor .flex-control-paging li a { box-shadow: none; background: #fff; }
.E-safety .honor .flex-control-paging li a.flex-active { background: #df9d00; }
.E-safety .flex-direction-nav a {top: auto; bottom: -35px;  }
.E-safety .honor .flex-direction-nav .flex-prev { width:11px;height: 18px; background: url('/templates_en/images/leftbtn.png') no-repeat top center;}
.E-safety .honor .flex-direction-nav .flex-next { width:11px;height: 18px;background: url('/templates_en/images/rightbtn.png') no-repeat top center;}
.E-safety .honor .flex-direction-nav .flex-prev:before,
.E-safety .honor .flex-direction-nav .flex-next:before { content: ''; }


.E-safety .quality { background: url('/templates_en/images/quality.jpg') no-repeat center center; text-align: center; padding: 120px 0; }
.E-safety .quality h1 { font-family: 'blod',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue"; color: #fff; font-size: 30px; margin: 0; padding: 0;}
.E-safety .quality p { color: #fff; font-family: 'book',"Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue";} 

@media screen and (max-width: 1300px) {
	.E-safety .maxsize { margin: 0 10px; }
}
@media screen and (max-width: 1024px) {
	.E-safety .bigface .text h1 { font-size: 30px; }
	.E-safety .bigface .text h2 { font-size: 30px; }
	.E-safety .bigface .text { margin-top: 7%; }
	.E-safety .bigface .text h1 { font-size: 30px;}
	.E-safety .bigface .text .line{margin-top: 10px;height: 5px;}
	.E-safety .bigface .text p { font-size: 14px;line-height: 1.5; }
	.E-safety .profile .left , .about .profile .right { width: 50%; }
	.E-safety .profile .left .info { font-size: 14px; }
	.E-safety .honor .items .item .con { margin: 10px; padding: 10px;}
}
@media screen and (max-width: 768px) {
	.E-safety .profile .company,.about .profile .numbers , .about .honor { padding: 30px 0; }
	.E-safety .profile .left { background-size: 50% auto; }
	.E-safety .profile .left h1 { font-size: 20px; margin-bottom: 20px; }
	.E-safety .profile .left , .about .profile .right { width: 100%; float: none; }
	.E-safety .profile .numbers .item { width: 100%; float: none; margin: 10px 0; }
	.E-safety .honor .item .face {  height: 150px;}
	.E-safety .honor .item .info span { display: none; }
	.E-safety .quality  { padding: 50px 0; }
}
@media screen and (max-width: 480px) {
	.E-safety .bigface .text h1 { font-size: 20px; }
	.E-safety .bigface .text h2 { font-size: 20px; }
	.E-safety .bigface .text p { margin: 0; line-height: 1.2;font-size: 12px;}
	.E-safety .honor .items .item { width: auto; float: none; }
	.E-safety .honor .items .item .face { height: 200px; }
	.E-safety .honor .items { background-size: auto 100%; }
	.E-safety .honor .title h1 { font-size: 20px; line-height: 50px; }
	.E-safety .honor .title { background-size: auto 100%; }
	.E-safety .quality  { padding: 30px 0; }
}
@media screen and (max-width: 320px) {
	.E-safety .honor .items .item .face { height: 150px; }
}

@keyframes sildeShow{
	from{margin-top: -20px}
	to{margin-top: 0px;}
}

.product .con h1 a {
    color: #000;
}

}