@charset "utf-8";
 
/* reset */
 

 

img { border:0; }

/*全局*/
.Nbanner{height:400px; width:100%; margin:auto; z-index:-1; }
 
 


p{font-size:18px; color:#444;line-height:30px;text-indent:0.72cm; font-family:Verdana, Geneva, sans-serif}
 
 a { color:#00586D; text-decoration:none; cursor:pointer; }
 a:hover { color:#00A7AA; text-decoration:none; }
/*top menu*/

.head0{width:100%;margin:0;background: #000000;height:70px;position: fixed;z-index: 100;}
.HH{ margin:auto;width:100%;height:70px;max-width:1920px;}
.HH .HL{float:left;padding-top:2px;width:20%;text-align:center}
.HH .HC{float:left;padding-top:18px;width:60%; }
.HH .HR{float:left;padding-top:15px;width:20%;text-align:center}
.HH .HC ul a{font-size:16px;line-height:40px;height:40px; letter-spacing: 2px;color:#FFF;text-transform:uppercase; text-decoration:none}
.HH .HC li{width:20%;float:left;text-align:center;}
.HH .HC ul a:hover{ transition: all 0.2s; color:#53E4E0; border-bottom:0px  #53E4E0 solid; color:#53E4E0; text-decoration:none} 
@media screen and (min-width: 1300px) and (max-width: 3000px){.N1{ margin:auto;width:700px;}}
@media screen and (min-width: 801px)  and (max-width: 1300px){.HH{ margin:auto;width:100%;}}
/*top menu*/

 
 /*search*/
 
.header-button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;  
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  margin: auto;
  border: 0;
  outline: none;
  background:url(../img/search.png) center   no-repeat ;  
  cursor: pointer;
}
 

#toggle-search {
  float:right; z-index:1000;
  background-position:35%  50%;
}
#toggle-search.open:after {
  top: 40px;
}
#toggle-search:after {
  -moz-transition: top, 0.5s;
  -o-transition: top, 0.5s;
  -webkit-transition: top, 0.5s;
  transition: top, 0.5s;
  position:  relative;
  top: 52px;
  margin-left: -50px;
  content: "";
  border-color: transparent transparent #e1e4e7;
  border-style: solid;
  border-width: 8px 8px 12px;
}

#toggle-basket {
  position: relative;
  float: right;
  background-position: -120px 0;
}
#toggle-basket:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 2px;
  height: 50px;
  content: "";
  background-color: #000;
}

#search-form {
  -moz-transition: max-height, 0.5s;
  -o-transition: max-height, 0.5s;
  -webkit-transition: max-height, 0.5s;
  transition: max-height, 0.5s;
  position:   relative  ;/*absolute*/
  top: 4px; left:0;
   width:100%;max-width:1920px;
  max-height: 0;
 
  overflow: hidden;
  background-color: #e1e4e7;
  z-index:1000;
  
  
}
#search-form.open {
  max-height: 50px;
}
#search-form fieldset {
  position: relative;
  margin: 0 50px 0 0;
  padding: 0;
  border: none;
}
#search-form input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 50px;
}
#search-form input[type="search"] {
  width: 100%;z-index:1000;
  padding: 0 5px 0 20px;
  background: transparent;
  border: none;
}
#search-form input[type="submit"] {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  margin: 0;
  padding: 0;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background: #00A7AA;
  border: none;
  cursor: pointer;
}
 
@media screen and (min-width: 800px) and (max-width: 1500px){
	#search-form {width:100%;}
	#toggle-search {
    background-position:85%  50%;
}
	}
/*----*/
/* banner */
 .c-banner{
	width: 100%;
	position: absolute;/* relative*/
}
.c-banner img{
	width: 100%;
}
.c-banner .banner ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.c-banner .banner ul li{
	position: absolute
	display: none;
	opacity: 0;
}
.c-banner .banner ul li:nth-child(1){
	opacity: 1;
	display: block;
}
.c-banner .banner ul li img{
	width: 100%;
	position: absolute;
	top: 0px;
}
.c-banner .banner ul li:first-child img{
	position: relative;
}
.c-banner .nexImg,.c-banner .preImg{
	padding: 25px 10px 25px 10px;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	background: #00586D;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;
	
}
.c-banner .nexImg:hover,.c-banner .preImg:hover{
	opacity: 0.8;
}
.c-banner .nexImg{
	right: 0px;
}
.c-banner .nexImg img,.c-banner .preImg img{
	
	
}
.c-banner .jumpBtn{
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}
.c-banner .jumpBtn ul{
	margin-bottom: 0px;
	padding: 0px;
}

.c-banner .jumpBtn ul li{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	background-color: #00586D;
	opacity: 0.9;
	margin-left: 10px;
}
.c-banner .jumpBtn ul li:first-child{
	margin-left: 0px;
}

@media screen and (max-width:768px) {
	.c-banner{
		width: 100%;
		height: 345px;
		overflow: hidden;
	}
	.c-banner .banner ul li img{
		width: 768px;
		height: 345px;
		position: absolute;
		left: 50%;
		margin-left: -384px;
	}
}
/*banner*/
@media screen and (min-width: 1000px) and (max-width: 1200px){.elssheight{ margin:auto;width:100%; height:330px;clear:both;}}
@media screen and (min-width: 1201px) and (max-width: 1300px){.elssheight{ margin:auto;width:100%; height:400px;clear:both;}}
@media screen and (min-width: 1301px)  and (max-width: 1500px){.elssheight{ margin:auto;width:100%; height:460px;clear:both;}}
@media screen and (min-width: 1501px)  and (max-width: 1700px){.elssheight{ margin:auto;width:100%; height:500px;clear:both;}}
@media screen and (min-width: 1701px)  and (max-width: 1930px){.elssheight{ margin:auto;width:100%; height:560px;clear:both;}}
@media screen and (min-width: 1931px)  and (max-width: 2100px){.elssheight{ margin:auto;width:100%; height:590px;clear:both;}}
@media screen and (min-width: 2101px)  and (max-width: 2300px){.elssheight{ margin:auto;width:100%; height:650px;clear:both;}}
@media screen and (min-width: 2301px)  and (max-width: 3000px){.elssheight{ margin:auto;width:100%; height:730px;clear:both;}}
/**/

.iT1{width:100%;margin:auto;font-size:32px;font-weight:bold;text-align:center;height:40px;line-height:40px;color:#00586D;text-transform:uppercase}
.iT2{width:100px;margin:auto;text-align:center}
.iT3{width:1200px;margin:auto;font-size:16px;font-weight:;text-align:-webkit-left;height:40px;line-height:26px;color:#00586D}

 /*index products*/

.ipro_box{ margin:auto;width:100%;max-width: 1200px;height:640px;background:url(../img/bg_ipro.png) center top no-repeat;font-size:20px;font-weight:bold;color:#00586D; overflow: hidden;}
.ipro_box a{ position: relative; display: block;width: 358px;height:310px;}
.ipro_box a .xian_di{z-index: 1;margin: 0;overflow: hidden;text-align:center}
/*.ipro_box a .xian_di>img{width:100%;height: 100%;}*/
.ipro_box a:hover img{transition: all 0.6s;transform: scale(1.1);  filter: opacity(70%);   opacity:0.7; }
.ipro_box a .xian_di .yin_xian{color:#00586D;text-align: center;  opacity: 0;z-index: 10; visibility: visible;filter: alpha(opacity=0);   line-height: 100%;  -webkit-transition: all 0.5s ease;  position: absolute;top:0;left: 0;padding-top: 150px; width: 358px;height:310px;overflow: hidden;}
.ipro_box a:hover .xian_di .yin_xian{opacity: 1;  filter: alpha(opacity=100);  visibility: visible;  -webkit-transform: scale(1, 1);  -moz-transform: scale(1, 1);  -ms-transform: scale(1, 1);  -o-transform: scale(1, 1);  transform: scale(1, 1);}
 .hide{display:none;}
 
 .p1_box{ margin:-5px auto auto 0px;position: relative; border:0px #CCC solid;width: 260px;height: 260px;}
 .p2_box{ margin:80px auto auto 0px; position: relative; border:0px #CCC solid;width: 260px;height: 260px;}
 .p3_box{ margin:-425px auto auto 280px;position: relative; border:0px #CCC solid;width: 260px;height: 260px;}
 .p4_box{ margin:-430px auto auto 560px;position: relative; border:0px #CCC solid;width: 260px;height: 260px;}
 .p5_box{ margin:65px auto auto 560px;position: relative; border:0px #CCC solid;width: 260px;height: 260px;}
 .p6_box{ margin:-425px auto auto 840px;position: relative; border:0px #CCC solid;width: 260px;height: 260px;}
  /*service*/
  
.ss00{ margin:auto;width:100%;max-width: 1200px;font-size:20px;color:#fff; overflow: hidden;}
.ss00 a{ position: relative; display: block;width: 380px;height: 380px;}
.ss00 a .sc{z-index: 1;margin: 0;overflow: hidden;text-align:center}
.ss00 a .sc>img{width:100%;height: 100%; filter: opacity(70%);   opacity:0.7;/*透明度设置*/ }
.ss00 a:hover img{transition: all 0.6s;transform: scale(1.1);  filter: opacity(70%);   opacity:0.7; }
.ss00 a .sc .sT{color:#fff;text-align: center;  z-index: 10; visibility: visible;  line-height: 100%;  -webkit-transition: all 0.5s ease;  position: absolute;top:0;left: 0;padding-top: 120px;width:100%;margin:auto; overflow: hidden;}
.ss00 a:hover .sc .sT{opacity: 1;  filter: alpha(opacity=100);  visibility: visible;  -webkit-transform: scale(1, 1);  -moz-transform: scale(1, 1);  -ms-transform: scale(1, 1);  -o-transform: scale(1, 1);  transform: scale(1, 1);}
.ss00 .s1{width:380px;float:left;position: relative; overflow:hidden;background:#666}
.ss00 .s2{width:380px;float:left;margin-left:30px;background:#666}
.ss00 .s3{width:380px;float:right;background:#666}
.RM{ margin:auto;width:100%;max-width: 1200px;height:60px;text-align:center} .RM a{color:#00586D;line-height:60px;font-size:14px}
/*news*/

.iNewsX {width: 1200px;margin: 0 auto;background:#fff}
.iNewsL {width: 640px;height: 370px;float: left;position: relative; overflow:hidden}
.iNewsL img{width:100%}
.iNewsL ul {    width: 640px;    height: 337px;    position: absolute;    left: 0;    top: 0;}
.iNewsSS {    overflow: hidden;}
.iNewsR {   marign-left:20px; float: right;    width: 550px;    height: 370px;}

.iNewsR ul li {
    display: block;
    width: 100%;
	height:117px;
    padding: 20px;
    background:url(../img/inewsbg_2.png) no-repeat left  #fff; background-position:0 50%;
    border: 0px solid #f5f5f5;
    margin-bottom: 10px;
    cursor: pointer;
}

.iNewsR ul .on {
     background:url(../img/inewsbg_1.png) no-repeat left  #fff; background-position:0 50%; -webkit-transition: all 0.5s ease; 
    border-left: 0px solid #00586D;
}


.iNewsR ul li .T1 {
    display: block;
    overflow: hidden;
    line-height: 28px;
    color: #333;
    font-size: 18px;
}
.iNewsR ul li .T2 {
    display: block;
    overflow: hidden;
    line-height: 28px;
    color: #777;
    font-size: 14px;
}

.iNewsR ul .on .T1 {
    color: #00586D;
}

.iNewsR ul .on span img {
    margin-top: -28px;
}
/*num-figure*/
.num-figure {
    width: 100%;
	max-width: 1200px;
    height: auto;margin:auto;
    text-align: center;
}
.num-figure li{ list-style:none;}
.num-figure li .T2{font-size:20px;color:#00586D;font-weight:700;line-height:10px; font-family:Arial, Helvetica, sans-serif;position: relative; top:-20px;   }
.num-figure li .T3{font-size:20px;color:#00586D;font-weight:700;line-height:10px; font-family:Arial, Helvetica, sans-serif;position: relative;    }

.OEM-ico {
    padding: 23px 0;
	width:24.5%;
	float:left;
}
.num-change{padding:0;}
.num-change li:first-child {
    width: 110px;
    height: 110px;
    margin: 0 auto;
}

.num-figure .SS1 {
    background: url("../img/a1200_1.png") no-repeat;
}

.num-figure .SS2 {
   background: url("../img/a1200_2.png") no-repeat;
}

.num-figure .SS3 {
    background: url("../img/a1200_3.png") no-repeat;
}

.num-figure .SS4 {
    background: url("../img/a1200_4.png") no-repeat;
}



.OEM-ico a{
    text-decoration: none;
}

.num-change li:nth-child(2) {
    font-size: 40px;
    font-family: YeSans;
    color: #00A7AA;
    font-weight: 600;
}

.num-change li:nth-child(3) {
    color: #00586D;
    font-size: 16px;
    margin-top: 2px;
}
/*
.OEM-ico:hover {
    background:#d3e8ed;
}


.OEM-ico:hover .num-change li:nth-child(3),
.OEM-ico:hover .num-change li:nth-child(2) {
}

.OEM-ico:hover .SS1 {
     background: url("../img/a1200_1R.png") no-repeat;
    transition: all 0.3s;
}

.OEM-ico:hover .SS2 {
     background: url("../img/a1200_2R.png") no-repeat;
    transition: all 0.3s;
}

.OEM-ico:hover .SS3 {
     background: url("../img/a1200_3R.png") no-repeat;
    transition: all 0.3s;
}

.OEM-ico:hover .SS4 {
     background: url("../img/a1200_4R.png") no-repeat;
    transition: all 0.3s;
}
 */
 /*num-figure end*/
/*contact*/
.iContact0{width:100%;height:auto;margin:auto; background:#fafafa;}
.iContact{ margin:auto;width:100%;max-width: 1200px;font-size:20px;color:#fff; overflow: hidden;}
.iContact .C1{width:31%;float:left;position: relative; overflow:hidden; }
.iContact .C2{width:25%;float:left;margin-left:3.3%; }
.iContact .C3{width:31%;float:right; }
.iContact .T{font-size:18px;font-weight:bold;line-height:40px;color:#00586D;text-transform:uppercase}
.iContact .D{font-size:14px;line-height:20px;color:#4D4D4D;}

.email0{ margin:auto;width:100%;max-width: 1200px;font-size:20px;color:#fff; overflow: hidden;}
.email0 .eL{width:31%;float:left;position: relative; overflow:hidden; }
.email0 .eC{width:31%;float:left;margin-left:3.3%; }
.email0 .eR{width:31%;float:right; }
.email0 input{width:100%;height:40px;padding:10px 20px;font-size:14px;color:#555;border: 1px #00586D solid;background:#fff;overflow:hidden;vertical-align:middle;}
.email0 textarea{width:100%;height:160px;padding:10px 20px;font-size:14px;color:#555;border: 1px #00586D solid;background:#fff;overflow:hidden;vertical-align:middle;}
.email0  .ebtn{width:100%;margin:auto;text-align:center}
.email0 button{width:140px;height:40px;overflow:hidden;text-align:center;font-size:14px;color:#fff;border:none;vertical-align:middle;background:#00A7AA;outline:none;cursor:pointer;-webkit-transition:background .2s ease-in-out;-moz-transition:background .2s ease-in-out;-ms-transition:background .2s ease-in-out;transition:background .2s ease-in-out;}
.email0 button:hover{background:#00586D;}

/*email*/
.bt{width:100%;height:auto;margin:auto; background:#00A7AA;height:250px}
.bt .B0{margin:auto;width:100%;max-width: 1200px;height:80px;}
.bt .B{ margin:auto;width:100%;max-width: 1200px;font-size:20px;color:#fff; overflow: hidden;}
.bt .B .CL{width:45%;float:left}
.bt .B .CL .T1{width:100%;margin:auto;font-size:36px;height:40px;line-height:40px;color:#fff;}
.bt .B .CL .T2{width:100%;margin:auto;font-size:14px;line-height:20px;color:#fff;}
.bt .B .CR{width:45%;float:left;}
 
.Sch .Sbox{width:400px;height:40px;top:20px;left:50%;-webkit-box-shadow:0 0px 0px rgb(0,0,0);-moz-box-shadow:0 0px 0px rgb(0,0,0);-ms-box-shadow:0 0px 0px rgb(0,0,0);box-shadow:0 0px 0px rgb(0,0,0);position:relative;z-index:9999;}
.Sch .Sbox input{width:290px;height:40px;padding:10px 20px;font-size:14px;color:#555;border:none;background:#fff;overflow:hidden;vertical-align:middle;}
.Sch .Sbox button{width:110px;height:40px;overflow:hidden;text-align:center;font-size:14px;color:#fff;border:none;vertical-align:middle;background:#53E4E0;outline:none;cursor:pointer;-webkit-transition:background .2s ease-in-out;-moz-transition:background .2s ease-in-out;-ms-transition:background .2s ease-in-out;transition:background .2s ease-in-out;}
.Sch .Sbox button:hover{background:#00586D;}
.Sch .Sbox button:active{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.3) inset;-moz-box-shadow:0 1px 2px rgba(0,0,0,.3) inset;-ms-box-shadow:0 1px 2px rgba(0,0,0,.3) inset;box-shadow:0 1px 2px rgba(0,0,0,.3) inset;}

.Bcopy{width:100%;height:auto;margin:auto; background:#000000;height:80px}
.Bcopy .B{ margin:auto;width:100%;max-width: 1200px;overflow: hidden;}
.Bcopy .B .B1{width:70%;float:left;height:80px;line-height:80px;color:#FFF;font-size:14px}
/*.Bcopy .B .B2{width:40%;float:right;padding-top:25px;text-align:right}*/


/*--首页结速--*/

/*产品product nav*/
.navPro{ margin:auto;width:100%;max-width: 1590px;height:280px; background:}
.navPro .container{width:100%;margin:0 auto;height:260px;padding-top:10px}
.navPro .mode-list{ height: 260px; overflow:hidden;margin-left:5px }
.navPro .mode-list .mode-item{ width: 220px; height: 260px; text-align: center; float: left; overflow: hidden;  background: #fff; transition: width .4s;}
.navPro .mode-list .mode-wrap{ width: 750px; height: 260px;}
.navPro .mode-list .mode-view{ float: left; width: 220px; height: 260px; border: 1px solid #DCDCDC; opacity: 1;}
.navPro .mode-list .mode-view .T{font-size:18px;font-weight:bold;color:#00586D;line-height:50px;height:50px;text-align:center;width:100%;margin:auto;text-transform:uppercase}
.navPro .mode-list .mode-view i{ display: block; width: 240px; height: 180px; margin-top: 22px;text-align:center}
.navPro .mode-list .mode-view ul{ padding-left: 20px; }
.navPro .mode-list .mode-view li{ float: left; width: 90px; height: 30px; line-height: 30px; margin: 0 5px 10px 5px; background: #EDEDED; }
.navPro .mode-list .mode-detail{ float: left; color: #fff; width: 500px; height: 260px; background: #fff; opacity: 0;}
.navPro .mode-list .mode-detail .detail-left,
.navPro .mode-list .mode-detail .detail-right{ width: 250px; height: 260px; border-top: 1px solid #DCDCDC;border-bottom: 1px solid #DCDCDC; }
.navPro .mode-list .mode-detail .detail-left{ float: left; background: #00586D; overflow: hidden;}
.navPro .mode-list .mode-detail .detail-left .TR{font-size:18px;font-weight:bold;color:#fff;line-height:50px;height:50px;text-align:center;width:100%;margin: auto auto auto 2%;text-transform:uppercase}
.navPro .mode-list .mode-detail .detail-left i{ display: block;width: 220px; height: 180px; margin-top: 22px;text-align:center }
.navPro .mode-list .mode-detail .detail-right{ float: left;  background: url(../img/piconright.png) no-repeat  left #FFF ; }
.navPro .mode-list .mode-detail .detail-right .RC{width:90%; text-align:left;padding-left:40px;padding-top:60px;}
.navPro .mode-list .mode-detail .detail-right .RC a{color:#00586D;line-height:26px;font-size:14px}
.navPro .mode-list .mode-detail .detail-right .RC a:hover{color:#222;}

.navPro .mode-list .mode-detail .detail-right .get{ width: 100px; height: 31px; line-height: 31px; padding-left: 15px; color: #00CE52; display: block; margin-left: 30px; font-size: 16px; background: #fff url(../images/04-jt.png) no-repeat 84px center; text-align: left;}
.navPro .mode-list .mode-item-1 .mode-view i{ background: url(../img/picon1.png) no-repeat  center; background-position:45% 10%; }
.navPro .mode-list .mode-item-1 .mode-detail .detail-left i{ background: url(../img/picon1r.png) no-repeat   center; background-position:63% 10%; }
.navPro .mode-list .mode-item-2 .mode-view i{ background: url(../img/picon2.png) no-repeat  center;  background-position:45% 10%; }
.navPro .mode-list .mode-item-2 .mode-detail .detail-left i{ background: url(../img/picon2r.png) no-repeat  center; background-position:63% 10%;}
.navPro .mode-list .mode-item-3 .mode-view i{ background: url(../img/picon3.png) no-repeat   center;  background-position:40% 10%; }
.navPro .mode-list .mode-item-3 .mode-detail .detail-left i{ background: url(../img/picon3r.png) no-repeat  center ; background-position:68% 10%;}
.navPro .mode-list .mode-item-4 .mode-view i{ background: url(../img/picon4.png) no-repeat   center;  background-position:45% 10%; }
.navPro .mode-list .mode-item-4 .mode-detail .detail-left i{ background: url(../img/picon4r.png) no-repeat  center; background-position:63% 10%;}
.navPro .mode-list .mode-item-5 .mode-view i{ background: url(../img/picon5.png) no-repeat   center;  background-position:45% 10%; }
.navPro .mode-list .mode-item-5 .mode-detail .detail-left i{ background: url(../img/picon5r.png) no-repeat  center; background-position:63% 10%;}
.navPro .mode-list .mode-item-6 .mode-view i{ background: url(../img/picon6.png) no-repeat   center;  background-position:45% 10%; }
.navPro .mode-list .mode-item-6 .mode-detail .detail-left i{ background: url(../img/picon6r.png) no-repeat  center;background-position:63% 10%; }
.navPro .mode-list .mode-item.active{ width: 480px; }
.navPro .mode-list .mode-item.active .mode-wrap{ margin-left: -240px; opacity: 1; }
.navPro .mode-list .mode-item.active .mode-view{ opacity: 0; }
.navPro .mode-list .mode-item.active .mode-detail{ opacity: 1; }
/*product nav*/
.nPL{ margin:auto;width:100%;max-width: 1200px;}
.nPL .L{width:23%;float:left;margin-left:1%;margin-right:1%;margin-top:1.5%;background:#FFF;overflow:hidden;display: inline-block;transition: all  .25s  ease-in;-moz-transition: all  .25s  ease-in;-webkit-transition: all  .25s  ease-in;}
.nPL .L:hover{transition: all 0.6s;box-shadow:5px 5px 10px gray;transform:translateY(-10px);}
.nPL .L .I{width:96%;margin:auto} .nPL .L .I img{width:100%}
.nPL .L .T1{width:96%;margin:auto;font-size:18px;line-height:40px;height:40px;color:#171721;text-align:center;background:#fff;  white-space:nowrap;   overflow:hidden;   text-overflow:ellipsis;}
.nPL .L .T2{width:96%;margin:auto;font-size:18px;line-height:20px;height:30px;color:#BCBCBC;text-align:center;background:#fff}
 /*2classlist*/
.nPL2c{ margin:auto;width:100%;}
.nPL2c .L{width:31%;float:left;margin-left:1%;margin-right:1%;margin-top:1.5%;background:#FFF;overflow:hidden;display: inline-block;transition: all  .25s  ease-in;-moz-transition: all  .25s  ease-in;-webkit-transition: all  .25s  ease-in;}
.nPL2c .L:hover{transition: all 0.6s;box-shadow:5px 5px 10px gray;transform:translateY(-10px);}
.nPL2c .L .I{width:96%;margin:auto} .nPL2c .L .I img{width:100%}
.nPL2c .L .T1{width:90%;margin:auto;font-size:18px;line-height:40px;height:40px;color:#171721;text-align:center;background:#fff;   white-space:nowrap;   overflow:hidden;   text-overflow:ellipsis;}
.nPL2c .L .T2{width:96%;margin:auto;font-size:18px;line-height:20px;height:30px;color:#BCBCBC;text-align:center;background:#fff}


/*分页*/
.nPages{padding: 15px 20px;text-align: left;color: #ccc;text-align:center;}
.nPages .prevPage, .nPages .nextPage{height: 48px;width:130px;	line-height: 48px;	 border: 1px solid #ddd;	}
.nPages a{display: inline-block;color: #00586D;display: inline-block;height: 48px;width:48px;	line-height: 48px;	 border: 1px solid #ddd;	margin: 0 4px;border-radius: 0px;vertical-align: middle;}
.nPages a:hover{text-decoration: none;border: 1px solid #00586D;}
.nPages span.current{display: inline-block;height: 48px;width:48px;	line-height: 48px;	 border: 1px solid #ddd;	margin: 0 4px;color: #fff;background-color: #00586D;	border: 1px solid #428bca;border-radius: 0px;vertical-align: middle;}
.nPages span.disabled{	display: inline-block;height: 48px;line-height: 48px;width:130px;padding: 0 10px;margin: 0 2px;	color: #bfbfbf;background: #f2f2f2;border: 1px solid #bfbfbf;border-radius: 0px;vertical-align: middle;}
/*product end*/

/*news*/
.nNewsL{ margin:auto;width:100%;max-width: 1200px;}
.nNewsL .L{width:32%;float:left;margin-top:3%;background:#FFF;height:320px; overflow:hidden;display: inline-block;transition: all  .25s  ease-in;-moz-transition: all  .25s  ease-in;-webkit-transition: all  .25s  ease-in;}
.nNewsL .L:hover{transition: all 0.6s;box-shadow:5px 5px 10px gray;transform:translateY(-10px);}
.nNewsL .LM{width:2%;float:left;margin-top:3%;height:320px}
.nNewsL .L .I{width:100%;margin:auto} .nPL .L .I img{width:100%}
.nNewsL .L .T1{width:100%;margin:auto;font-size:16px;line-height:20px;height:40px;color:#171721;text-align:center;padding:10px}

.nNewsD{ margin:auto;width:100%;max-width: 1200px;}
.nNewsD .L{width:30%;float:left;}
.nNewsD .L .T1{font-size:16px;color:#00586D;font-weight:bold;Line-height:26px;}
.nNewsD .L .Tline{height:30px;width:100%; vertical-align: top}
.nNewsD .L .CM{width:100%}
.nNewsD .L .CM li{width:100%;line-height:40px;height:40px; border-bottom:1px #ECECEC solid}
.nNewsD .L .CM li a{font-size:14px;color:#4D4D4D}
.nNewsD .L .CM li a:hover{color:#00A7AA}

.nNewsD .L .LMN{width:100%}
.nNewsD .L .LMN .N1{width:30%;float:left}.nNewsD .L .LMN .N1 img{width:100%}
.nNewsD .L .LMN .N2{width:3%;float:left}
.nNewsD .L .LMN .N3{width:66%;float:left;position: relative;}
.nNewsD .L .LMN .N3 .N31{width:70px; height:16px;font-size:10px;line-height:16px;color:#fff;text-align:center;text-transform:uppercase;background:#00A7AA;}
.nNewsD .L .LMN .N3 .N31 a{color:#fff;font-size:8px;}
.nNewsD .L .LMN .N3 .N32{width:100%;  font-size:10px;line-height:16px;color:#171721;height:40px; margin-top:1px;overflow: hidden}
.nNewsD .L .LMN .N3 .N33{width:100%;  font-size:8px;line-height:16px;color:#686876;position:  relative;bottom: 0;left: 0;}
.nNewsD .M{width:3%;float:left;}
.nNewsD .R{width:66%;float:left;background:#;padding:10px}
.nNewsD  .R img{width:100%}
.nNewsD  .R hr{height:1px; border-top:1px #ECECEC solid}
.nNewsD  .T1{font-size:18px;color:#00586D;font-weight:bold;Line-height:20px;}
.nNewsD  .T2{width:100%;margin:auto} 
.nNewsD  .T3{font-size:13px;color:#00A7AA;Line-height:26px;}
.nNewsD  .Tline{height:30px;width:100%; vertical-align: top}
.nNewsD .R .C{width:100%;font-size:16px;color:#4D4D4D;line-height:26px;}
/*contact us*/
.nCon{margin:auto;width:100%;max-width: 1200px;}
.nCon .Cicon{width:33%;float:left;text-align:center;}
.nConc{margin:-50px auto;width:100%;max-width: 1200px; position:relative}
.nConc .C1{width:31%;float:left;height:160px; background:#FFF}
.nConc .C2{width:31%;float:left;height:160px;margin-left:3.5%; background:#FFF}
.nConc .C3{width:31%;float:right;height:160px;margin-left:3.5%; background:#FFF}
.nConc .I{width:100%;text-align:center;margin:-30px auto;}
.nConc .T1{width:90%;margin:auto;font-size:18px;font-weight:bold;color:#090A15;line-height:50px;text-align:center;margin:30px auto;}
.nConc .T2{width:90%;margin:-20px auto;font-size:14px;color:#808B9A;line-height:20px;text-align:center}

.nCon .L{width:46%;float:left;text-align:left}
.nCon .R{width:46%;float:right;text-align:left}
.nCon .L .T1{width:100%;font-size:14px;color:#808B9A;line-height:40px;font-weight:600}
.nCon .L .T2{width:100%;font-size:36px;color:#4D4D4D;line-height:40px;font-weight:600}
.nCon .L .T3{width:100%;font-size:14px;color:#686876;line-height:20px;}
.nCon .R .R1L{width:45%;float:left}
.nCon .R .R1R{width:45%;float:right}
.nCon .R .T{font-size:18px;color:#090A15;line-height:40px}
 
.nCon .R input{width:100%;height:40px;padding:10px 20px;font-size:14px;color:#555;border: 1px #ECECEC solid;background:#fff;overflow:hidden;vertical-align:middle;}
.nCon .R  textarea{width:100%;height:120px;padding:10px 20px;font-size:14px;color:#555;border: 1px #ECECEC solid;background:#fff;overflow:hidden;vertical-align:middle;}
.nCon .R .ebtn{width:100%;margin:auto;}
.nCon .R button{width:140px;height:40px;overflow:hidden;text-align:center;font-size:14px;color:#fff;border:none;vertical-align:middle;background:#00A7AA;outline:none;cursor:pointer;-webkit-transition:background .2s ease-in-out;-moz-transition:background .2s ease-in-out;-ms-transition:background .2s ease-in-out;transition:background .2s ease-in-out;}
.nCon .R button:hover{background:#00586D;}

/*aboutus*/
.naBout{margin:auto;width:100%;max-width: 1200px;}
.naBout .aL{width:49%;float:left}
.naBout .aR{width:49%;float:right}
.naBout  .T1{font-size:36px;color:#171721;line-height:30px;width:100%;}
.naBout  .T2{font-size:16px;color:#4D4D4D;line-height:23px;width:100%;}
.naBout  .T3{font-size:36px;color:#171721;line-height:30px;width:100%;text-align:right}
.naBout  .T4{font-size:16px;color:#4D4D4D;line-height:23px;width:100%;text-align:right}

.naBout img{width:100%;}


/*product detail*/
.nPdetail{margin:auto;width:100%;max-width: 1200px;}
.nPdetail .pNL{width:25%;float:left;}
.nPdetail .pNL .T{font-size:18px;line-height:34px;color:#00586D;font-weight:bold;}

.pLeftM{  width: 100%; height: 100%;  margin:  auto; padding-top: 25px;   }
.pLeftM ul li{ /*height:45px; */line-height: 56px; border-bottom: 1px solid #ECECEC;  border-top: 1px solid #ECECEC; font-size: 15px;  }
.pLeftM ul li span{ display: block; height: 100%; width: 100%; position: relative; padding: 0 10px; color:#00586D;font-size:16px;font-weight:bold; }
.pLeftM ul li span i{ display: block; height: 9px; width: 12px; background: url(../img/arr.png) no-repeat center center; background-size:100% 100%; position: absolute; right: 20px; top: 50%; margin-top: 0;  transition: all 0.3s ease-out; transform: rotate(0deg);}
.pLeftM ul li span i.action{ transition: all 0.3s ease-out;transform: rotate(180deg);}
.pLeftM ul li>dl{ display: none; padding-left: 20px;  }
.pLeftM ul li>dl a{ display: block; height: 100%; width: 100%; font-size: 14px; line-height:25px;color: #808B9A; text-decoration: none; }
.pLeftM ul li>dl a:hover{color: #00A7AA; }

.nPdetail .pNR{width:70%;float:right;min-height:800px}
.nPdetail .pNR .RLcocal{font-size:14px;line-height:26px;color:#00586D}
.nPdetail .pNR .T{font-size:18px;line-height:34px;color:#171721;font-weight:bold}
.nPdetail .pNR .D{font-size:14px;line-height:26px;color:#4D4D4D;}
.nPdetail .pNR .D p{font-size:14px;line-height:26px;color:#4D4D4D;text-indent:0px}
.nPdetail .pNR .D table{width:100%;} 
.nPdetail .pNR .D td{width:50%;padding:8px;border:1px #cccccc solid}
.nPdetail .pNR .D .t1{font-size:14px;color:#000000}
.nPdetail .pNR .D .t2{font-size:14px;color:#4D4D4D}

/*产品详情图*/
.picDetail{width:850px;height:420px;float:left;border:0px solid #d9d9d9;position:relative;}
.picDetail #pic{width:850px;height:420px;overflow:hidden;}
.picDetail #pic ul{width:4216px;height:420px;float:left;}
.picDetail #pic li{width:850px;height:420px;float:left;}
.picDetail #pic li img{width:850px;height:420px;float:left;}
.picDetail .tip-bg{width:850px;height:21px;background:#000;filter:alpha(opacity=80);opacity:0.80;position:absolute;left:0;bottom:0;z-index:12;}
.picDetail #tip{width:96px;height:14px;position:absolute;left:40%;margin:-17px 0 0;z-index:13;}
.picDetail #tip ul li{width:14px;height:14px;float:left;display:inline;margin:0 5px;cursor:pointer;background:url(../img/focus_tip.png) no-repeat;}
.picDetail #tip ul li.current{background:url(../img/focus_tip_current.png) no-repeat;}
.picDetail .btn{width:42px;height:9px;position:absolute;right:0;bottom:5px;z-index:14;overflow:hidden;}
.picDetail .btn ul{width:100%;float:left;}
.picDetail .btn li{width:7px;height:9px;float:left;display:inline;margin:0 7px;cursor:pointer;overflow:hidden;}
.picDetail .btn li.btn-left{background:url(../img/focus_btn_left.png) no-repeat left top;}
.picDetail .btn li.btn-right{background:url(../img/focus_btn_right.png) no-repeat left top;}
.picDetail .show{display:block!important;}


/*发展历程*/

.map{width:100%;margin:auto;height:430px;background:url(../img/map1200.jpg) center top no-repeat; filter: opacity(70%);   opacity:0.7;/*透明度设置*/ z-index:-10;position:absolute;/*一定要设置position:absolute,这样才能设置z-index，让背景处于内容的下一层*/}
.project-screening{background:url(../img/s_select_bg_03.png) repeat-x;width:800px;margin:160px auto 0 auto;position:relative;height:9px; background-position:50% 50%}
.screening-select{background:url(../img/s_select_bg_06.png) no-repeat;width:8px;height:12px;position:absolute;top:-2px;cursor:pointer; background-position:50% 2px}
.select-1{left:-1px;}
.select-2{left:10%;}
.select-3{left:20%;}
.select-4{left:30%;}
.select-5{left:50%;}
.select-6{left:60%;}
.select-7{left:70%;}
.select-8{left:80%;}
.select-9{left:90%;}
.project-screening-yellow{background:url(../img/s_select_bg_04.png) no-repeat;height:9px;overflow:hidden;width:0;border-radius:10px;}
.screening-select a{position:absolute;left:-23px;top:-27px;white-space:nowrap;margin:0;padding:0;line-height:none;width:56px; text-align:center;line-height:20px;color:#555;font-size: 20px;font-weight:500; text-decoration:none;}
.screening-select a:hover{color:#00A7AA;}
.project-screening .select-1-yellow{background:url(../img/s_select_bg_17.png) no-repeat;width:20px;height:20px; position:absolute;left:-7px;bottom:-6px;z-index:3;}
.project-screening .current a{background:;color:#00A7AA;height:30px;}
.stepPage{  display:none;  height:100%;}
 
.pageCont{width:100%;max-width:800px;height:200px;margin:60px auto} 
.pageCont .active{display:inline}
.stepPage{opacity: 0;visibility: visible;filter: alpha(opacity=0);transition: all 2s ease; -moz-transition:  all 2s ease;-webkit-transition:  all 2s ease; -o-transition: all 2s ease;}
.xx{opacity: 1;  filter: alpha(opacity=100);  visibility: visible;  -webkit-transform: scale(1, 1);  -moz-transform: scale(1, 1);  -ms-transform: scale(1, 1);  -o-transform: scale(1, 1);  transform: scale(1, 1);}
.pageCont .T1 {   font-size: 20px;  line-height: 1.2;text-transform:uppercase;}
.pageCont .T3{  font-size: 16px;  color: #666;}


/***/
.ititle{width: 100%; position:relative;margin:auto;} 
.ititle .ITA{margin:auto;font-size:30px;color:#666;line-height:36px;font-weight:bold;text-align:center}
.ititle .ITA a{font-size:24px;color:#222;line-height:36px;font-weight:bold;text-align:center}
.ititle .ITB{width:90%; height:16px;margin:auto;background: url(/images/ititleC.png) no-repeat center;}
.ititle .ITC{margin: auto;text-align:center;font-size:14px;color:#666;}
.ititle .ITD{margin: auto;text-align:center;font-size:14px;color:#666;width:80%;line-height:16px;}
.ititle .ITC a{font-size:14px;color:#666;line-height:28px; padding:8px;border-radius:2rem; border:1px #CCC solid}
.ititle .ITC a:hover{font-size:14px;color:#ff0000; font-weight:bold }
.ititle .I1{margin:auto;font-size:20px;color:#666;line-height:30px;font-weight:;text-align:center}
.ititle .I2{width:90%; height:16px;margin:auto;background: url(/images/ititleA.png) no-repeat center;}
.simg{width: 90%; position:relative;margin:auto;} 
.simg img{width:100%;}
 @media screen and (max-width: 640px) {.ititle .ITC{display:none}}
 /*首页icon多图*/
 .icon00{width:100%;height:100px;margin:auto; background:#e8e8e8}
 .icon10{width:85%;margin:auto;padding-top:15px;}
 .icon10 .icon21{width:1px;height:130px;margin:auto;float:left;background: url(/images/i00.png) no-repeat center top;}
 .icon10 .icon20 img{width:60%}
 .icon10 .icon20{width:16%;float:left;margin:auto;text-align:center}
 .icon10 .icon20 img:hover{transition: all 0.6s;transform: scale(1.1);}
    @media (max-width:800px){
	  .icon00{display:none}
	   }
 .icon10 .icon20 img:hover{transition: all 0.6s;transform: scale(1.1);}
  /*首页多图*/
.iML{width:100%;margin:auto; background:#f1fafe ; 
  /*filter:alpha(opacity=20);  
-moz-opacity:0.2;  
-khtml-opacity: 0.2;  
opacity: 0.2*/}
.MC00{width:90%;margin:auto; }
.iML .MC11{width:21.5%;float:left;margin:1% auto auto 2%; background:#fff;padding:0.5% ; box-shadow:2px 2px 4px gray;border: 1px #eee solid;overflow:hidden;border-radius:.5rem;  transition: all  .25s  ease-in;-moz-transition: all  .25s  ease-in;-webkit-transition: all  .25s  ease-in;}
.iML .MC11:hover{transition: all 0.6s;box-shadow:5px 5px 10px gray;transform:translateY(-10px);}
.iML .MC11 img{width:100%}
/*.iML .MC11  img:hover{transition: all 0.6s;transform: scale(1.2);}*/
.iML .MC11 .MC13{width:100%;margin:auto;height:110px;padding:2%}
.iML .MC11 .MC13 a{font-size:13px;color:#666}
.iML .MC11 .MC13 a:hover{color:#ff0000}
.iML .MC11 .MC13 .t{font-size:16px;line-height:30px;color:#333333;font-weight:bold;}
.iML .M{width:50%;height:40px; margin:auto;background:#333333;border:1px #333333 solid;text-align:center;border-radius:1rem; cursor:pointer}
.iML .M a{line-height:40px;font-size:16px;color:#fff}
.iML .M a:hover{color:#F60}
.iML .M:hover {background:#d0f3ff;}
.iML .MC11 .MC13 .tx00{margin:auto;width:auto;display:inline}
@media screen and (max-width: 640px){
	.iML .MC00{width:98%;margin:auto;}
	.iML .MC11 .MC13{width:100%;margin:auto;height:auto;padding:2%}
	.iML .MC11 .MC13 a{font-size:15px;color:#666}
	.iML .MC11{width:46%;margin:1.5% auto auto 2.5%;border:0px #999 solid;border-radius:0rem;  box-shadow:0px 0px 0px gray;}
	.iML .MC11 .MC13 .tx00{display:none}
}
.ad20{width:100%;margin:auto; background:url(../images/ad20.jpg) no-repeat center;height:220px;}
.ad21{display:none}
.ad10{width:100%;margin:auto; background:url(../images/ad10.jpg) no-repeat center;height:500px;}
.ad11{display:none}
@media screen and (max-width: 640px){
	.ad10{display:none}.ad11{width:100%;margin:auto;display:inline} 
	.ad11 img{width:100%}
	.ad21 img{width:100%}
	.ad20{display:none}.ad21{width:100%;margin:auto;display:inline}
	}
   /*首页产品多图*/ 

 .IP00{width:100%;height:auto;margin:auto;background:#f9f9f9 ;border-top:0px  #f4f2f2 solid}
 .IP10{width:90%;margin:auto;padding-top:16px;padding-bottom:6px;}

 .IP10 .IP20{width:25%;float:left;text-align:center;margin:0px;overflow:hidden  }
 .IP10 .IP20 .IP31{width:90%;height:;margin:auto;overflow:hidden;border:#ddd 1px solid;padding:6px; background:#FFF}
 .IP10 .IP20 .IP32{width:90%;height:;margin:10px auto auto auto; overflow:hidden;line-height:20px;height:40px;}
 .IP10 .IP20 .IP31 img{width:100%; height:auto;}
 .IP10 .IP20 .IP31 img:hover{transition: all 0.6s;transform: scale(1.2);}
 .IPM{width:50%;height:40px; margin:auto;background:#eae9e6;border:0px #cacaca solid;text-align:center;border-radius:1rem; cursor:pointer}
 .IPM a{line-height:40px;font-size:16px;color:#585858}
 .IPM a:hover{color:#F60}
 .IPM:hover {background:#ddd;}
 
  @media screen and (max-width: 640px) {
.IP10{width:95%;margin:auto;padding-top:16px;padding-bottom:6px;}
.IP10 .IP20{width:46%;margin-left: 2%;padding:2%}
.IP10 .IP20 .IP31{width:100%;height:;margin:auto;overflow:hidden;border:#ddd 1px solid;padding:6px; background:#FFF}
.IP10 .IP20 .IP32{width:90%;height:;margin:10px auto auto auto; overflow:hidden;line-height:20px;height:20px;}

}
  /*首页产品多图*/
  .com01{background: url(/images/factory1.jpg) no-repeat center;}
  
 
  
  
  /*产品详细多图*/
 .cLocal {width:1180px;margin:auto;border-bottom: #aaa 1px solid;height:30px}
 .cLocal .t1{width:30%;font-size: 20px; line-height: 30px; font-weight: bold; float:left; color:#333; text-align:left;}/*text-align: justify;text-justify: inter-ideograph;letter-spacing: 1px;*/
 .cLocal.t11{font-size: 13px; line-height: 30px; font-weight: ; color:#00bee3; }/*text-align: justify;text-justify: inter-ideograph;letter-spacing: 1px;*/
.SMT{width:90%;margin:auto;font-size:30px;line-height:50px;text-align:center;color:#444}
.SMT img{margin-right:8px;}
.SMC{width:90%;margin:auto;font-size:14px;line-height:20px;text-align:center}
 /*内容页*/
 .AboutT1{width:80%;margin:auto;font-size:30px;line-height:50px;text-align:center;color:#444}
 .AboutT2{width:80%; height:16px;margin:auto;background: url(/images/ititleC.png) no-repeat center;}
 .AboutT3{width:85%;margin:auto;font-size:26px;line-height:14px;text-align:center;color:#666}
 .AboutT4{width:310px;margin:auto}
 .AboutT4 li{width:90px;height:20px;float:left;text-align:center;overflow:hidden;padding:5px;background:#455a5a;border:1px #eee solid;padding:3px;margin-left:4px;border-radius:5px; -webkit-transition-property: background-color;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;}
 .AboutT4 li a{font-size:13px;color:#fff;line-height:20px;}
 .AboutT4 li:hover{ background:#747879}
 .about00{width:85%;margin:auto;background:#fefefe;border:1px #eee solid;padding:30px;border-radius:5px; min-height:450px }
 .about00 .contactL{width:30%;margin:auto;float:left}
  .about00 .contactR{width:70%;margin:auto;float:left}
 /*代理*/
   @media screen and (max-width: 640px) {
.AboutT1{width:98%;margin:auto;font-size:16px;line-height:20px;text-align:center;color:#444;font-weight:bold}
.about00{width:98%;margin:auto;background:#fefefe;border:0px #eee solid;padding:2%;border-radius:0px;}
.about00 .contactL{display:none}
.about00 .contactR{width:100%;margin:auto;}
.contactinfo{display:none}
}
 

 .iadv00{margin:auto;width:90%;  }
 .iadv00 .iadv11 .TT{font-size:18px;line-height:60px;width:100%;margin:6% auto auto auto;text-align:center; font-family:'arial',Verdana, Geneva, sans-serif}
 .iadv00 .iadv10 .TT{font-size:18px;line-height:60px;width:100%;margin:6% auto auto auto;text-align:center ;font-family:'arial',Verdana, Geneva, sans-serif}
 .iadv00 .TC{font-size:14px;line-height:20px;text-align:center}
 .iadv00 .iadv11{width:22%;height:210px;margin:auto ;float:left;border: #ddd 1px  dashed;transition: all  .25s  ease-in;-moz-transition: all  .25s  ease-in;-webkit-transition: all  .25s  ease-in;}
 .iadv00 .iadv10{width:22%;height:210px;margin:auto  auto auto 4% ;float:left;border: #ddd 1px  dashed;transition: all  .25s  ease-in;-moz-transition: all  .25s  ease-in;-webkit-transition: all  .25s  ease-in;}
  .iadv00 .iadv10:hover{transition: all 0.6s;box-shadow:5px 5px 10px gray;transform:translateY(-10px);}
  .iadv00 .iadv11:hover{transition: all 0.6s;box-shadow:5px 5px 10px gray;transform:translateY(-10px);}
 .ifa00{margin:auto;width:90%;  }
 .ifa00 img{width:100%}
 .ifa00 .ifa10{width:57%;margin:auto ;float:left; display:none}
 .ifa00 .ifa10 .ifa11{width:65%;float:left;}
 .ifa00 .ifa10 .ifa12{width:35%;float:left;}
 .ifa00 .ifa10 .ifa14{width:65%;float:left;}
 .ifa00 .ifa10 .ifa13{width:35%;float:left;}
 .ifa00 .ifa20{width:42%;margin: auto auto auto 1% ;float:left; display:none}
@media screen and (max-width: 640px) {
	.iadv00 .iadv11{width:98%;margin:2% auto auto 2%;}
	.iadv00 .iadv10{width:98%;margin:2% auto auto 2%;}
	.iadv00 .iadv11 .TC{white-space:pre-line;}
	.iadv00 .iadv10 .TC{white-space:pre-line;}
	}
 
 #gallery{width:100%;margin:auto}/*以下产品放大*/
 .PT00{width:90%;margin:auto;padding-top:0px;padding-bottom:6px;}
 .PT00 li{width:30%;float:left;text-align:center;overflow:hidden;margin:10px 10px 20px 24px}
 .PT00 li img{width:100%}
 .PT00 li img:hover{transition: all 0.6s;transform: scale(1.2);}
  @media screen and (max-width: 640px) {
	  .PT00{width:98%;margin:auto;padding-top:0px;padding-bottom:6px;}
	  .PT00 li{width:46%;float:left;text-align:center;overflow:hidden;margin:2% }
  }
 
/*产品详细多图结束*/
   .iPage{width: 100%; position:relative;margin:auto;} 
 .iContent{width: 1110px;margin: 10px auto 0 auto;background: #FFFFFF;border: #E5E5E5 0px solid;}
  .iPage .iContent .iLeft{float:left;width:46%;}
  .iPage .iContent .iLeft img{width:100%;padding:5px;border: #E5E5E5 1px solid;}
 .iPage .iContent .iRight{float:left;width:48%;margin-left:50px;}
 .iPage .iContent .iRight p{text-indent:0.72cm;font-size:13px;line-height:24px;}
 /*内资质*/
 .cer00{width:98%;margin:auto;}
 .cer00 img{width:45%;padding:10px;margin:auto;float:left;}
  .cer11{width:98%;margin:auto;}
 .cer11 img{width:92.5%;padding:10px;margin:auto;float:left;}
 .cer33{width:100%;margin:auto;}
 .cer33 img{width:31%;padding:10px;margin:auto;float:left;}
  @media screen and (max-width: 640px) {
	   .cer33 img{width:96%;padding:4%;margin:auto;float:left;}
	  }
 /*资质结*/
 /*首页品质*/
 .IQ00{width:90%;margin:auto;background:#fafafa;border:1px  #f4f2f2 solid;padding:6px;}
 .IQ10{width:40%;float:left;padding-right:40px;padding-left:20px}
 .IQ10 .IQ101{margin:auto;width:100%}
 .IQ10 .IQ101 .t1{font-size:16px;font-weight:bold;line-height:30px;}
 .IQ10 .IQ102{margin:auto;text-align:center;width:100%}
 .IQ11{width:54%;float:left;}
 .IQ00 .IQ11 img{width:100%}
 .IQ40{width:58%;float:left}
  .IQ40  img{width:100%}
 .IQ50{margin-left:2%;width:38%;float:left}
 .IQ50  .t1{font-size:16px;font-weight:bold;line-height:30px;}
 
 @media screen and (max-width: 640px) {
.IQ10, .IQ50{width:98%;margin:auto;}
.IQ11, .IQ40{width:98%;margin: auto%; text-align:center}

}
 /**/
.iabout{width:90%;margin:auto}
.iabout .ileft{width:45%;margin:auto; float:left;font-size:15px;color:#777;line-height:26px}
.iabout .iright{width:48%;margin:auto auto auto 5% ;float:left; }
.iabout .iright img {width:100%}

.iabout2 img{width:100%}
.iabout2 img:hover{transition: all 0.6s;transform: scale(1.2);}
.iabout2{width:90%;margin:20px auto auto auto; }
.iabout2 .t1{font-size:20px;line-height:40px;color:#999;padding:10px; font-family:Arial, Helvetica, sans-serif}
.iabout2 .t2{font-size:16px;line-height:30px;color:#666;padding:10px;  }
.iabout2  .i1{width:31%;float:left;border:1px #CCC solid; overflow:hidden;}
.iabout2  .i2{width:31%;float:left;margin-left:3.5%;border:1px #CCC solid;overflow:hidden;}
.iabout2  .i3{width:31%;float:left;margin-left:3.5%;border:1px #CCC solid;overflow:hidden;}


.iabout3{width:100%;margin:auto; background:url(/images/bg_p.jpg);display:none}
.iabout3 .iabout30{width:90%;margin:auto; }
.iabout3 .iabout30 .i1{width:35%;float:left;background:#49ea78;margin-left:40px;padding:2%;color:#333;line-height:26px;border-radius:5px;}
.iabout3 .iabout30 .i2{width:50%;float:left;margin-left:2%; text-align:right;font-size:26px;line-height:30px;}
.iabout3 .iabout30 .i2 .i2tel{width:50%;float:right;margin-top:90px;height:60px; background:#c5f882;padding:10px;border-radius:10px;border:1px #ddd solid;}
.iabout3 .iabout30 .i2 .i2tel:hover{background:#fff;}
.iabout3 .iabout30 .i2 .i2tel .t1{font-size:14px;font-weight:;line-height:20px;color:#666}
.iabout3 .iabout30 .i2 .i2tel .t2{font-size:18px;font-weight:bold;line-height:20px;color:#444}
  @media screen and (max-width: 640px) {
.iabout{width:90%;} 
.iabout .ileft{width:95%}
.iabout .iright{display:none}
.iabout2{width:98%;margin:20px auto auto auto; font-size:15px;display:none}

.iabout3 .iabout30 .i1{width:90%;margin:auto}
.iabout3 .iabout30 .i2{width:90%;margin:auto}
.iabout3 .iabout30 .i2 .i2tel{width:100%;margin:20px  auto auto auto;height:60px; background:#c5f882;padding:10px;border-radius:5px;}
 }
  /*--首页排版--*/

.iad1{position:relative;margin:auto; background:url('/images/i_ad01.jpg') no-repeat center top;width:100%;height:420px;}
.iad1 .iad20{width:1180px;margin:auto;}
.iad1 .iad20 .iad21{width:360px;float:right;margin:60px 20px auto auto;text-align:left}
.iad1 .iad20 .iad21 .t1{font-size:30px;font-weight:bold;line-height:40px;color:#Fff}
.iad1 .iad20 .iad21 .t2{font-size:20px;font-weight:;line-height:30px;color:#Fff}

.iad2{position:relative;margin:auto; background:url('/images/i_ad2.jpg')  no-repeat center bottom;width:100%;height:300px;}
.iad2 .iad20 .iad21{width:60%;margin:auto;padding:60px;text-align:right}
.iad2 .iad20 .iad21 .t1{font-size:30px;font-weight:bold;line-height:40px;color:#Fff}
.iad2 .iad20 .iad21 .t2{font-size:20px;font-weight:;line-height:30px;color:#Fff}
/*代理*/
.ag00{width:95%;margin:auto;font-size:14px;text-align:center;line-height:26px;}
.ag11{width:95%;margin:auto;}
.ag11 .ag110{width:32%;float:left;text-align:center}
.ag11 .ag110  .t1{font-size:16px;font-weight:bold;line-height:40px;color:#444}
.ag11 .ag1101{width:80%;margin:auto;text-align:center;}
.ag20{width:220px;height:40px; margin:auto;background:#5a1818;border:1px #2f0b0b solid;text-align:center;line-height:40px;font-size:16px;color:#FFF}

/*首页新闻*/
.topmenubg{background:url(/images/top_bg2.png) repeat top;height:6px;z-index:999;width:100%; position:absolute;top:130px;margin:auto}
.bannerbg{width: 100%;margin-top:0px; background:url(/images/bannerb2.png) no-repeat center top #f9f9f9; height:25px} 
.bannerbg3{width: 100%;margin-top:0px; background:url(/images/bannerb3.png) no-repeat center top; height:25px} 
.tab1{width:90%;border-top:#cccccc solid 0px;border-bottom:#fff solid 0px;margin: auto;}
.menu{height:40px;border-right:#fff solid 1px;}
.menu li{float:left;width:32.8%;text-align:center;line-height:40px;height:40px;cursor:pointer;border-left:#fff solid 1px;color:#666;font-size:16px;overflow:hidden;background:#eee;}
.menu li.off{background:#333333;color:#fff;font-weight:;}

.menudiv{width:90%;margin:auto;height:200px;background:#fff}
.menudiv div{margin:15px auto auto auto;line-height:28px;}
.menudiv .n1 a{font-size:15px;line-height:30px}
.menudiv .n1{width:51.5%;float:left; background:#fff}
.menudiv .n2{width:43%;float:left;margin-left:4%}
.menudiv .n2 img{width:100%}
  @media screen and (max-width: 640px) {
	  .tab1{width:98%;} .menudiv{width:98%}
	  .menudiv .n1{width:100%} 
	  .menudiv .n2{display:none}}

 /*内页*/
 .ZCD{width:85%;margin:auto;}
 .ZCDPro{width:100%;margin:auto;background:#f7f6f5;height:60px;}
 .NYT2{width:100%;margin:auto; background:#f7f6f5;height:60px;text-align:center; position:relative;z-index:9}
 .NYT2 .NYT02{width:49%;float:left;height:60px;}
 .NYT2 .NYT02 a{line-height:60px;font-size:16px;color:#444;display: block;}
 .NYT2 .NYT02:hover{background:#333333; transition:all 1s;  -webkit-transition:all 1s;}
 .NYT2 .NYT02 a:hover{color:#fff;}
 .NYT2 .NYT03{border-right:#ccc 1px solid;}
 
 
 .NYT4{width:100%;margin:auto; background:#f7f6f5;height:60px;text-align:center; position:relative;z-index:9}
 .NYT4 .NYT02{width:24.9%;float:left;height:60px;}
 .NYT4 .NYT02 a{line-height:60px;font-size:16px;color:#444;display: block;}
 .NYT4 .NYT02:hover{background:#333333; transition:all 1s;
  -webkit-transition:all 1s;}
 .NYT4 .NYT02 a:hover{color:#fff;}
 .NYT4 .NYT03{border-right:#ccc 1px solid;}
 
 
 .NYT3{width:100%;margin:auto; background:#f7f6f5;height:60px;text-align:center; position:relative;z-index:9}
 .NYT3 .NYT02{width:33%;float:left;height:60px;}
 .NYT3 .NYT02 a{line-height:60px;font-size:16px;color:#444;display: block;}
 .NYT3 .NYT02:hover{background:#333333; transition:all 1s;  -webkit-transition:all 1s;}
 .NYT3 .NYT02 a:hover{color:#fff;}
 .NYT3 .NYT03{border-right:#ccc 1px solid;}
 
 
 .NYT5{width:100%;margin:auto;; background:#f7f6f5;height:120px;text-align:center; position:relative;z-index:9}
 .NYT5 .NYT02{width:19.9%;float:left;height:40px;margin-top:36px;}
 .NYT5 .NYT02 a{line-height:40px;font-size:16px;color:#444;font-size:16px;display: block;font-size:16px;line-height:40px;}
 .NYT5 .NYT02:hover{background:#444359; transition:all 1s;
  -webkit-transition:all 1s;}
 .NYT5 .NYT02 a:hover{color:#fff;}
 .NYT5 .NYT03{border-right:#ccc 1px solid;}
  .NYTx{background:#333333;}
  .NYTx a{color:#fff}
 @media screen and (max-width: 640px) {
 .ZCD{width:100%;margin:auto;display:none}
 .ZCDPro{width:100%;margin:30px auto;background:#f7f6f5;height:40px;}
 .NYT2{width:100%;margin:auto; background:#f7f6f5;height:40px;text-align:center; position:relative;z-index:9}
 .NYT2 .NYT02{width:49%;float:left;height:40px;}
 .NYT2 .NYT02 a{line-height:40px;font-size:16px;color:#444;display: block;}
 
.NYT4{width:100%;margin:auto;top:0px; background:#f7f6f5;height:40px;text-align:center; position:relative;z-index:9}
.NYT4 .NYT02{width:23.9%;float:left;height:40px;}
.NYT4 .NYT02 a{line-height:30px;font-size:16px;color:#444;display: block;}
.NYT3{width:100%;margin:auto; background:#f7f6f5;height:40px;text-align:center; position:relative;z-index:9}
.NYT3 .NYT02{width:33%;float:left;height:40px;}
.NYT3 .NYT02 a{line-height:40px;font-size:16px;color:#444;display: block;}
.NYT5{width:100%;margin:auto;background:#f7f6f5;height:40px;text-align:center; position:relative;z-index:9}
.NYT5 .NYT02{width:19%;float:left;height:40px;}
  .NYTx{background:#333333;}
  .NYTx a{color:#ffffff}
  }
  /*内页结速*/
 
 .ctitle{font-size:20px;line-height:30px;color:#09F}
.contentContainer {   width: 100%; position:relative;margin:auto;}
.pageContent {width:1160px;margin:auto;border: #E5E5E5 0px solid;}
.pageContent .pageLeftMenu {float: left;width: 220px;}
.pageContent .pageLeftMenu .pageLeftMenuTitle{font-size: 25px;color:#fff;line-height:78px;text-align:center; background:#4a5b60}
.pageContent .pageLeftMenu img { mafrgin: 0; padding: 0;}

.pageContent .pageCenter{float: left;width: 40px;}
.pageContent .pageRightContent {float: left;width: 860px;margin:0px 0px 0px 0px}/*padding: 20px 10px 0px 30px;*/
.pageContent .pageRightContent .pageNav {width:100%;border-bottom: #999 1px solid;height:30px}
.pageContent .pageRightContent  .t1{width:30%;font-size: 16px; line-height: 30px; font-weight: ; float:left; color:#333; text-align:left;}/*text-align: justify;text-justify: inter-ideograph;letter-spacing: 1px;*/
.pageContent .pageRightContent  .t11{width:70%;font-size: 13px; line-height: 30px; font-weight: ; float:right; color:#666; text-align:right;}/*text-align: justify;text-justify: inter-ideograph;letter-spacing: 1px;*/

.pageContent .pageRightContent .pageNav .t2{font-size: 12px; line-height: 30px;  float:right;letter-spacing: 1px;color:#777777;text-align: right;}

.pageContent .pageRightContent .pageTextBodyTitle{margin-top: -20px;line-height: 24px;font-size:13px;color:#333;border-bottom: #666 1px dotted;	}
.pageContent .pageRightContent .pageTextBody .history li{background: url(/images/d2.png)  left no-repeat;line-height:26px;padding-left:26px}
.pageContent .pageRightContent .pageTextBody .partner img{padding:6px;border:#eeeeee 1px solid;margin:10px}
.pageContent .pageRightContent .pageTextBody .honour{with:100%;margin:auto} 
.pageContent .pageRightContent .pageTextBody .honour img{padding:6px;border:#eeeeee 1px solid;margin:10px;width:250px;height:370px}
.pageContent .pageRightContent .pageTextBody .honour2 img{padding:6px;border:#eeeeee 1px solid;margin:10px;width:250px;height:166px}
.pageContent .pageRightContent .pageTextBody .part img{padding:20px;border:#eeeeee 1px solid;margin:10px;}
.pageContent .pageRightContent .pageTextBody .equipment li{float:left; text-align:center;}
.pageContent .pageRightContent .pageTextBody .equipment img{padding:6px;border:#eeeeee 1px solid;margin:10px;width:250px;}
.pageContent .pageRightContent .pageTextBody {margin-top: 0px;}
.pageContent .pageRightContent .pageTextBody .Bpic{width:100%;float:left; }
.pageContent .pageRightContent .pageTextBody .Pdetail{width:100%;float:left; }
.pageContent .pageRightContent .pageTextBody .Pdetail td{border:#aaa 1px solid;padding:4px;}

 /*以下是产品列表*/
.pageContent .pageRightContent .pageTextBody .Pro{ width:860px; min-height:600px;_height:500px; margin: auto; float:left;font-size:14px; }
.pageContent .pageRightContent .pageTextBody .ProList{ height:auto; margin:20px  auto auto 0px; font-size:13px;}
.pageContent .pageRightContent .pageTextBody .ProList li{ width:23%;height:250px; float:left; padding:8px;}
.pageContent .pageRightContent .pageTextBody .ProList li img{width:100%; border:#eeeeee 1px solid;padding:6px}
.pageContent .pageRightContent .pageTextBody .ProList li img:hover{width:188px; height:188px;border:#aaa 1px solid;padding:6px}
.pageContent .pageRightContent .pageTextBody .ProList li .Dpro{   padding:1px;}
.pageContent .pageRightContent .pageTextBody .ProList li .Dtext{ width:188px; height:30px;  font-size:13px;color:#ddd; text-align: center;   line-height:30px;}

.eqPro{ width:98%;  margin: auto;  }
.eqProList{ height:auto; margin:10px  auto auto -16px; }
.eqProList li{ width:25%;height:auto; float:left;padding:15px; font-size:13px;color:#444; text-align: center;   line-height:30px; }
.eqProList li img{width:100%; height:auto;padding:6px;border:#eeeeee 1px solid;}
.eqProList li img:hover{width:100%; height:auto;padding:6px;border:#aaa 1px solid;}
.eqProList li .Dtext{ width:100%; height:30px;  font-size:13px;color:#444; text-align: center;   line-height:30px;}
@media screen and (max-width: 640px) {.eqProList li{ width:48%;}
	
	}
.pageContent .pageRightContent .pageTextBody .CERPro{ width:860px;  margin: auto; float:left; }
.pageContent .pageRightContent .pageTextBody .CERProList{ height:auto; margin:-20px  auto auto 0px; }
.pageContent .pageRightContent .pageTextBody .CERProList li{ width:33%; float:left; }
.pageContent .pageRightContent .pageTextBody .CERProList li img{width:250px; padding:6px;border:#eeeeee 1px solid;}
.pageContent .pageRightContent .pageTextBody .CERProList li img:hover{width:250px; padding:6px;border:#aaa 1px solid;}
.pageContent .pageRightContent .pageTextBody .CERProList li .Dtext{ width:250px; height:30px;  font-size:13px;color:#444; text-align: center;   line-height:30px;}

 /*产品列表结束*/
 /*产品图片多图*/
 .dpic{width:100%;margin:auto;}
 .dpic .dpic01{float:left;width:600px;margin:auto}
 .dpic .dpic02{float:left;width:200px;margin:auto;margin-left:20px;}
  .dpic .dpic02  .t1{width:100%;font-size: 16px; line-height: 30px; font-weight: ; color:#333; text-align:left;}
 .dpic .dpic02 .dpic03{margin:auto;width:100%;}
  /*产品图片多图结束*/
 
 /*文字标题大小*/
.pT18{font-size: 18px; line-height: 30px;  color:#444;font-weight:bold;}
.pT16{font-size: 16px; line-height: 30px;  color:#444;font-weight:bold;}
 
.Atitle{width: 100%; position:relative;margin:auto;}
.AtitleC{width: 1180px; margin:auto; text-align:left;height:40px;padding-top:10px;color:#666674;font-size:13px}
/*以下左产品目录菜单*/
			.NavproSC {display:none;position:relative;left: 204px;top:-37px;border-bottom:0; background:#333}
			.NavproSC li {border-bottom:1px #ddd dotted; color:#666;line-height:37px;}
			.NavproSC li:hover {color:#FFF;}
			.Navpro {  border-bottom:0; width:100%; margin:auto;}
			.Navpro li {border-bottom:1px #ccc  dotted; height:37px;background:#fafafa url(../images/Navpro.jpg) left no-repeat}
			.Navpro li:hover ol{display:block; }
			.Navpro li:hover{ background:#fffbb9}
			.Navpro a{font-size:15px;color:#555; line-height:37px;padding-left:20px;}
			.Navpro a:link { color:#222; text-decoration:none;} 
			.Navpro a:visited { color:#222;text-decoration:none;} 
			.Navpro a:active { color:#222;text-decoration:none;}
			.Navpro a:hover { color:#fea900;text-decoration:none;} 
			.Navpro  .NavproSC a{padding-left:10px;background: url();font-size:15px;}
			.Navpro  .NavproSC a:link { color:#333; text-decoration:none;font-size:15px;} 
			.Navpro  .NavproSC a:visited { color:#333;text-decoration:none;font-size:15px;} 
			.Navpro  .NavproSC a:active { color:#333;text-decoration:none;font-size:15px;}
			.Navpro  .NavproSC a:hover { color:#fea900;text-decoration:none;font-size:15px;} 
/*-新闻-*/
.news{width:100%;margin:auto;}
.news li{border-bottom:1px #aaa  dotted;padding-bottom:20px;padding-top:0px; }
.news p{color:#666;font-size:12px;line-height:20px;text-indent:0.72cm;}
.news a{background: url();font-size:15px;line-height:40px;}
.news a:link { color:#444; text-decoration:none;} 
.news a:visited { color:#444;text-decoration:none;} 
.news a:active { color:#444;text-decoration:none;}
.news a:hover { color:#fea900;text-decoration:none;} 
/*-首页新闻-*/

 
/*--底部部份--*/
 
.footer1 { overflow:hidden; clear:none; margin:auto;position: relative;background: #222222;border-top:2px #ddd solid;padding:20px;}
.footer2 {width: 80%;margin: auto;	line-height:22px;color:#eee;font-size:16px;}

.footer1 .footer2 .ff1{width: 140px; float: left;}
.footer1 .footer2 .ff2{width: 140px; float: left;}
.footer1 .footer2 .ff3{width: 190px; float: left;}
.footer1 .footer2 .ff4{width: 400px; float: left;color:#888;font-size:13px;line-height:20px;}
.footer1 .footer2 .ff4 img{margin-right:10px;filter:alpha(Opacity=50);-moz-opacity:0.5;opacity: 0.5;}
.footer1 .footer2 .ff4 img:hover{filter:alpha(Opacity=100);-moz-opacity:1;opacity: 1;} 
.footer1 .footer2  a{line-height:16px;color:#888;font-size:13px}
.footer1 .footer2  a:hover{color:#fff;}
 @media screen and (max-width: 640px) {
.footer1 {width:100%;padding: auto}
.footer2 {width: 99%;margin: auto;	line-height:22px;color:#444444;font-size:15px;}
.footer1 .footer2 .ff1{display:none}
.footer1 .footer2 .ff2{display:none}
.footer1 .footer2 .ff3{display:none}
.footer1 .footer2 .ff4{width: 100%;}
	 
	 }

	 /*首页２滚动结速*/
	   /*以下是首页新闻列表*/

.pages{width:100%;margin:auto;text-align:center;height:50px;}
.pages .ss{width:34px;height:34px;display:inline-block;font-size:14px;color:#fff; border:1px #00586D solid;padding:10px; background:#00586D}
.pages a{width:34px;height:34px;display:inline-block;font-size:14px;color:#00586D; border:1px #00586D solid;padding:10px;}
/*企业文化*/

.CL00{width:100%;margin:auto;line-height:30px;}
.CL00 .c11{width:25%;float:left}
.CL00 .c22{width:75%;float:left}

.ag00{width:100%;margin:auto;line-height:30px;}
.ag00 .agL{width:40%;float:left}
.ag00 .agR{width:50%;float:left;margin-left:10%;font-size:16px;line-height:30px;text-align:left;}
.ag00 .agR .t{font-size:18px;line-height:30px;text-align:left;font-weight:bold;}
@media screen and (max-width: 640px) {.CL00 .c11{display:none}.CL00 .c22{width:98%;margin:auto}
.ag00 .agL{display:none}
.ag00 .agR{width:98%;margin:auto}
}

.oem{width:100%;margin:auto;text-align:center;line-height:30px;}
.oem .t1{font-size:30px;line-height:40px;color:#333333;font-weight:bold;}
.oem .t2{font-size:20px;line-height:30px;color:#666}
.oem .pic{width:100%}


/*Roll*/

.blk_18 {  WIDTH: 90%; margin:auto; ZOOM: 1}
.blk_18 .pcont { FLOAT: left; OVERFLOW: hidden; WIDTH: 95%}
.blk_18 .ScrCont { WIDTH: 32766px; ZOOM: 1}
.blk_18 #List1_1 { FLOAT: left}
.blk_18 #List2_1 { FLOAT: left}
.blk_18 .LeftBotton { BACKGROUND: url(/JSroll/picr_1.gif) no-repeat; FLOAT: left; MARGIN: 100px 5px; WIDTH: 15px; HEIGHT: 72px}
.blk_18 .RightBotton { BACKGROUND: url(/JSroll/picr_1.gif) no-repeat; FLOAT: left; MARGIN: 100px 1px; WIDTH: 15px; HEIGHT: 72px}
.blk_18 .LeftBotton { BACKGROUND-POSITION: 0px 0px; MARGIN-LEFT: 5px}
.blk_18 .RightBotton { BACKGROUND-POSITION: 0px -100px; MARGIN-LEFT: 6px}
.blk_18 .LeftBotton:hover { BACKGROUND-POSITION: -20px 0px}
.blk_18 .RightBotton:hover { BACKGROUND-POSITION: -20px -100px}
.blk_18 .pl IMG { DISPLAY: block; MARGIN: auto;   CURSOR: pointer; BORDER-STYLE: none; }
.blk_18 .pl {FLOAT: left;  WIDTH: 380px; LINE-HEIGHT: 24px; TEXT-ALIGN: center; padding:10px;}
.blk_18 A.pl:hover { BORDER-RIGHT: #ff9900 1px solid; BORDER-TOP: #ff9900 1px solid; BACKGROUND: #fff; BORDER-LEFT: #ff9900 1px solid; COLOR: #ff9900; BORDER-BOTTOM: #ff9900 1px solid}
.commu_cont3 { MARGIN: 9px 7px 7px; LINE-HEIGHT: 150%}
.commu_cont3 UL { WIDTH: 190px}
@media screen and (max-width: 640px) {.blk_18, .blk_18_TT{display:none}}

.search11{width:90%;margin:auto;text-align:center;display:none}
.search11 .keys{width:60%;border-radius:3rem;border:1px #ddd solid;height:26px;font-size:12px;line-height:24px;padding-left:10px;color:#666; background:#fff}
.search11  .btn{padding-left:10px;}
@media screen and (max-width: 640px) {.search11{display:none}}

/*----联系内容----*/
.ct0{width:90%;margin:auto;padding:5%}
.ct0 .T1{font-size:30px;line-height:40px;margin:auto;width:100%;text-align:center}
.ct0 .c1{font-size:18px;line-height:30px;width:100%;text-align:center}
/*--------*/
 .Irec01{width:100%;height:auto;margin:auto;background:#323534 ;border-top:0px  #f4f2f2 solid;padding-top:30px;padding-bottom:30px;}
 .Irec01 .Irec10{width:90%;margin:auto;}
 .Irec01 .Irec10 .Irec11{width:00%;float:left;line-height:40px;font-size:30px;color:#FFF;DISPLAY:NONE}
 .Irec01 .Irec10 .Irec12{width:100%;float:left;text-align:right;DISPLAY:NONE}
 .Irec01 .Irec10 .Irec12 a{line-height:40px;font-size:13px;color:#FFf;}
 .Irec01 .Irec10 .Irec12 a:hover{color:#ff6400;}
 .Irec01 .Irec20{width:90%;margin:auto;}
 .Irec01 .Irec20 .Irec21{width:54%;margin:auto;float:left;}
 .Irec01 .Irec20 .Irec21  img{width:100%}
 
 .Irec01 .Irec20 .Irec22{width:46%;margin:auto ;float:left; }
 .Irec01 .Irec20 .Irec22 .Irec220{width:46%;margin:auto auto 4% 4%;float:left; overflow:hidden}
 .Irec01 .Irec20 .Irec22 .Irec220 img{width:100%}
 .Irec01 .Irec20 .Irec22  img:hover{transition: all 0.6s;transform: scale(1.6);}
  
 .Irec02{width:100%;height:auto;margin:auto;background:#eee ;border-top:0px  #f4f2f2 solid;padding-top:30px;padding-bottom:30px;}
 .Irec02 .Irec10{width:90%;margin:auto;}
 .Irec02 .Irec10 .Irec11{width:50%;float:left;line-height:40px;font-size:30px;color:#333;display:none}
 .Irec02 .Irec10 .Irec12{width:100%;line-height:40px;font-size:13px;color:#666;text-align:left}
 .Irec02 .Irec10 .Irec12 a{line-height:40px;font-size:13px;color:#555;}
 .Irec02 .Irec10 .Irec12 a:hover{color:#ff6400;}
 .Irec02 .Irec20{width:90%;margin:auto;}
 .Irec02 .Irec20 .Irec21{width:54%;margin:auto;float:left;}
 .Irec02 .Irec20 .Irec21  img{width:100%}
 .Irec02 .Irec20 .Irec22{width:46%;margin:auto ;float:left; }
 .Irec02 .Irec20 .Irec22 .Irec220{width:46%;margin:auto 4% 4% auto;float:left;overflow:hidden}
 .Irec02 .Irec20 .Irec22 .Irec220 img{width:100%}
 .Irec02 .Irec20 .Irec22  img:hover{transition: all 0.6s;transform: scale(1.5);}
 
 .Irec03{width:100%;height:auto;margin:auto;background:#323534 ;border-top:0px  #f4f2f2 solid;padding-top:30px;padding-bottom:30px;}
 .Irec03 .Irec10{width:90%;margin:auto;}
 .Irec03 .Irec10 .Irec11{width:00%;float:left;line-height:40px;font-size:30px;color:#FFF;DISPLAY:NONE}
 .Irec03 .Irec10 .Irec12{width:100%;float:left;text-align:right}
 .Irec03 .Irec10 .Irec12 a{line-height:40px;font-size:13px;color:#FFf;}
 .Irec03 .Irec10 .Irec12 a:hover{color:#ff6400;}
 .Irec03 .Irec20{width:90%;margin:auto;}
 .Irec03 .Irec20 .Irec21{width:30%;margin:auto;float:left;}
 .Irec03 .Irec20 .Irec21  img{width:100%}
 .Irec03 .Irec20 .Irec22{width:70%;margin:auto ;float:left; }
 .Irec03 .Irec20 .Irec22 .Irec220{width:31%;margin:auto auto 2.2% 2.3%;float:left;overflow:hidden}
 .Irec03 .Irec20 .Irec22 .Irec220 img{width:100%}
 .Irec03 .Irec20 .Irec22  img:hover{transition: all 0.6s;transform: scale(1.5);}
 
.discM{font-size:16px;color:#ff6400;line-height:30px;}


[class^='imghvr-'],
[class*=' imghvr-'] {
  position: relative;
  display: inline-block;
  margin: 0px;
  max-width: 100%;
  background-color: #eee;
  color: #666;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
[class^='imghvr-'] > img,
[class*=' imghvr-'] > img {
  vertical-align: top;
  max-width: 100%;
}
[class^='imghvr-'] figcaption,
[class*=' imghvr-'] figcaption {
  background-color: inherit;
  padding: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
 
[class^='imghvr-'],
[class*=' imghvr-'],
[class^='imghvr-']:before,
[class^='imghvr-']:after,
[class*=' imghvr-']:before,
[class*=' imghvr-']:after,
[class^='imghvr-'] *,
[class*=' imghvr-'] *,
[class^='imghvr-'] *:before,
[class^='imghvr-'] *:after,
[class*=' imghvr-'] *:before,
[class*=' imghvr-'] *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
	
	/* imghvr-zoom-out-flip-horiz
   ----------------------------- */
.imghvr-zoom-out-flip-horiz {
  -webkit-perspective: 50em;
  perspective: 50em;
}
.imghvr-zoom-out-flip-horiz figcaption {
  opacity: 0;
  -webkit-transform: rotateX(90deg) translateY(-100%) scale(0.5);
  transform: rotateX(90deg) translateY(-100%) scale(0.5);
}
.imghvr-zoom-out-flip-horiz:hover > img,
.imghvr-zoom-out-flip-horiz.hover > img {
  -webkit-transform: rotateX(-100deg) translateY(50%) scale(0.5);
  transform: rotateX(-100deg) translateY(50%) scale(0.5);
  opacity: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
.imghvr-zoom-out-flip-horiz:hover figcaption,
.imghvr-zoom-out-flip-horiz.hover figcaption {
  -webkit-transform: rotateX(0deg) translateY(0%) scale(1);
  transform: rotateX(0deg) translateY(0%) scale(1);
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.RECf1{font-size:40px;color:#444;line-height:40px;font-weight:bold;}
.RECf2{font-size:16px;color:#444;line-height:20px;font-weight:;}
 
