@charset "utf-8";
 
/* reset */
 

 

img { border:0; }

/*全局*/
.Nbanner{height:400px; width:100%; margin:auto; z-index:-1; }
 
 


p{font-size:16px; color:#666;line-height:30px;text-indent:0.72cm; }
 
 a { color:#666; text-decoration:none; cursor:pointer; }
 a:hover { color:#ff7200; text-decoration:none; }
/*top menu*/
.tsTop{width:100%;margin:auto}
.tsTop .T{width:100%;max-width:1200px;margin:16px auto;height:80px;}
.tsTop .T .TL{width:9%;float:left;border-right:1px #cbdec4 solid}
.tsTop .T .TC{width:60%;float:left;margin-left:20px;height:80px;margin-top:10px; } 
.tsTop .T .TC .T1{font-size:28px;font-weight:700;line-height:40px;color:#555}
.tsTop .T .TC .T2{font-size:18px;font-weight:400;line-height:20px;color:#666}
.tsTop .T .TC .T22{font-size:18px;font-weight:500;line-height:20px;color:#333}
.tsTop .T .TC .T21{font-size:13px;font-weight:200; position:relative;top:-6px}
.tsTop .T .TR{width:260px;float:right;}
.tsTop .T .TR .T1 {width:100%;background: url(/imgs/tel.png) no-repeat left center;height:50px;font-size:24px;font-weight:500;line-height:50px; color:#666;padding-left:50px;}
.tsTop .T .TR .T2 {width:100%;margin:2% auto;z-index:99999} 
.tsTop .T .TR .T2 span{display:block;height:24px;width:28%;float:left;text-align:center;color:#666;margin-left:2%; background:#fff;font-size:13px;line-height:24px;border-radius: 20px; border:1px #CCC solid}
.tsTop .T .TR .T2 span:hover{background:#fb9600;color:#fff}
.tsTop .T .TR .T2 .red{background:#fb9600;color:#fff}
@media screen and (min-width: 10px)  and (max-width: 1300px) {.tsTop{display:none;}}


.PCmenu{width:100%;margin:auto;background: #555555;height:40px;}
.PCmenu .N{width:100%;max-width:1200px;margin:auto;}
 
.PCmenu  .N li {width: 130px;height:40px;line-height:40px;float: left;	display: inline-block;	list-style: none;	font-size: 16px;	text-align: center;	position: relative;	}
.PCmenu  .N li a {
	width: 130px;
	display: block;
	text-align: center;
	position: relative;
	color: #fff;
}
.PCmenu  .N li.hover a, .PCmenu  .N li:hover a {
	color: #fff;
	background: #fb9600;
}
.PCmenu  .N li .subnav {
	background: #fff;
	border-top: 2px solid #556c92;
	box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
	height: auto;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 100%;
	width:260px;
	z-index: 199;
	text-align:left;
}
.PCmenu  .N li .subnav {
filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
	text-align:left;
}
.PCmenu  .N li:hover .subnav {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.PCmenu  .N li .subnav a {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #666;
	display: block;
	font-size: 13px;
	font-weight: 500;
	line-height: 40px;
	height: 40px;
	padding-left: 10px;
	transition: all 0.2s ease-in-out 0s;
	width: 100%;
	border-bottom: 1px solid #eee;
	background: #fff;
	text-align:left;
}
.PCmenu  .N li .subnav a:hover {
	color: #556c92;
	background: #f9f9f9;
	text-indent: 10px;
}

@media screen and (min-width: 10px)  and (max-width: 1300px) {.PCmenu{display:none;}}
/*top menu*/

 
 /*search*/
 
 .d7 {margin-top:-10px}
.d7:after {content:""; clear:both; display:table}
.d7 form {
  width: auto;
  float: left;

}
.d7 input {
  width:80%;  
  height:30px;
  padding-left: 15px;
  border-radius: 35px;
  border: 0px solid #575757;
  background: #fff;
  outline: none;
  position: relative;
  transition: .3s linear;
}
.d7 input:focus {
   width:80%; 
}
.d7 button {
  width: 30px;
  height: 20px;

  border: none;

 
    background:url(/imgs/search.png) center   no-repeat ;  background-position: 0px -12px;
  cursor: pointer;
}
/*.d7 button:before{
 content: "\f002";
  font-family: FontAwesome;
  color: #fff;
}*/
div.search {padding: 10px 0}
  
/*----*/
/* banner */
		.Bannercontainer{
                position: relative;
                width: 100%;max-width:1920px;
                height: 600px;
                margin: auto;
				overflow:hidden;
            }
            .imgs img{
                position:   absolute;
                cursor: pointer;
                top: 0;
            }
            .imgs img{
            	width:100%;
            }
            .circle{
                width: 200px;
                height: 20px;
                position:    relative;
                
                left: 50%;
                text-align: center;
                cursor: pointer; 
				bottom:-560px;
            }
            .circle b{
                display: inline-block;
                width: 12px;
                height: 12px;
                background-color: #575757;
                border-radius: 50%;
               
            }
            .circle .current{
                background-color: #2d9008;
            }
			@media screen and (min-width: 1000px) and (max-width: 1200px){.circle{ bottom:-300px;clear:both;}}
			@media screen and (min-width: 1201px) and (max-width: 1300px){.circle{ bottom:-300px;clear:both;}}
			@media screen and (min-width: 1301px)  and (max-width: 1500px){.circle{ bottom:-400px;clear:both;}}
			@media screen and (min-width: 1501px)  and (max-width: 1700px){.circle{ bottom:-460px;clear:both;}}
			@media screen and (min-width: 1701px)  and (max-width: 1930px){.circle{ bottom:-480px;clear:both;}}
			@media screen and (min-width: 1931px)  and (max-width: 2100px){.circle{ bottom:-520px;clear:both;}}
			@media screen and (min-width: 2101px)  and (max-width: 2300px){.circle{ bottom:-540px;clear:both;}}
			@media screen and (min-width: 2301px)  and (max-width: 3000px){.circle{ bottom:-560px;clear:both;}}
            /*.btn{
                position: absolute;
                top: 50%;
                width: 50px;
                height: 100px;
                color: white;
                opacity: 0.5;
                text-align: center;
                line-height: 100px;
                font-size: 60px;
                cursor: pointer;
            }
            .btn:hover{
                background-color: rgba(255, 255, 255, .7);
            }
            .left{
                left: 0;
            }
            .right{
                right: 0;
            }*/
			/*banner*/
@media screen and (min-width: 1000px) and (max-width: 1200px){.Bannercontainer{ margin:auto;width:100%; height:330px;clear:both;}}
@media screen and (min-width: 1201px) and (max-width: 1300px){.Bannercontainer{ margin:auto;width:100%; height:400px;clear:both;}}
@media screen and (min-width: 1301px)  and (max-width: 1500px){.Bannercontainer{ margin:auto;width:100%; height:460px;clear:both;}}
@media screen and (min-width: 1501px)  and (max-width: 1700px){.Bannercontainer{ margin:auto;width:100%; height:500px;clear:both;}}
@media screen and (min-width: 1701px)  and (max-width: 1930px){.Bannercontainer{ margin:auto;width:100%; height:540px;clear:both;}}
@media screen and (min-width: 1931px)  and (max-width: 2100px){.Bannercontainer{ margin:auto;width:100%; height:560px;clear:both;}}
@media screen and (min-width: 2101px)  and (max-width: 2300px){.Bannercontainer{ margin:auto;width:100%; height:580px;clear:both;}}
@media screen and (min-width: 2301px)  and (max-width: 3000px){.Bannercontainer{ margin:auto;width:100%; height:600px;clear:both;}}
/**/
.Nbannerpc{height:420px; width:100%; margin:auto; z-index:-1; background:#f6fbff }
.Nbannerwap{display:none;height:300px; width:100%; margin:auto; z-index:-1; }
 
@media screen and (min-width: 10px) and (max-width: 1000px){
	 .Nbannerpc{display:none;}
	 .Nbannerwap{display:inline} 
	 .Nbannerwap img{width:100%}
	 .wapheight{height:60px;width:100%} 
	 }
.iT1{width:100%;margin:auto;font-size:40px;font-weight:bold;text-align:center;height:60px;line-height:60px;color:#666;text-transform:uppercase}
.iT1 .T1{font-size:40px;font-weight:bold;height:60px;line-height:60px;color:#666;text-transform:uppercase}
.iT2{width:60px;margin:auto;border-radius:5px;height:10px; background:#fb9600}
.iT3{display:none;width:100%;margin:auto;font-size:20px;font-weight:;text-align:center;height:40px;line-height:40px;color:#666}
.iT4{width:100%;margin:auto;font-size:16px;font-weight:;text-align:center;height:30px;line-height:30px;color:#575757;font-weight:700}
@media screen and (max-width:1000px){.iT1{width:100%;margin:auto;font-size:24px;font-weight:bold;text-align:center;line-height:26px;height:40px;color:#666;text-transform:uppercase}
}

 
 /*ia*/
 .iadv0{width:100%; background:#fff}
 .iadv{width:100%;max-width:1200px;margin:auto;} 
 .iadv img{width:100%; vertical-align:middle} 
 .iadv img:hover{transition: all 0.6s;transform: scale(1.3); }
 .iadv .ia1{width:22%;float:left;overflow:hidden}
 .iadv .ia2{width:22%;float:left;margin-left:4%;overflow:hidden}
 .iadv .ti{width:96%;margin:auto;text-align:center; border:3px #FFF solid;border-radius:100%; overflow:hidden; box-shadow:3px 3px 6px   rgba(100,100,100, 0.2); }
 .iadv .t1{width:96%;margin:10px auto;font-size:18px;line-height:20px;color:#333;text-align:center;font-weight: normal}
 .iadv .t2{width:96%;margin:auto;font-size:13px;line-height:18px;color:#888;}
@media screen and (min-width: 10px)  and (max-width: 1200px){
	 .iadv .ia1{width:98%;margin:auto;float:none;overflow:hidden}
 	 .iadv .ia2{width:98%;margin:auto;float:none;overflow:hidden}
	  .iadv .ti{display:none;width:96%;margin:auto;text-align:center; border:0px #FFF solid;border-radius:0; overflow:hidden; box-shadow:0px 0px 0px   rgba(100,100,100, 0.2); }
 .iadv .t1{width:96%;margin:10px auto;font-size:20px;line-height:30px;color:#333;text-align:left;font-weight: normal}
 .iadv .t2{width:96%;margin:auto;font-size:15px;line-height:20px;color:#888;}

		}
	/*index about us*/
	.iaboutus{  width: 100%; margin:auto;}
	.iaboutus  .iW{ position:relative; width:100%; margin:auto; overflow:hidden;text-align:center;height:600px;}
	.iaboutus  .iWtext{ position:absolute; width:100%; left:0px; bottom:0px; height:600px; text-align: center;  background:rgba(0,0,0,0.6);  }
	.iaboutus  .iWtext span{ display:block;  color:#ffffff; font-size:16px; font-weight:bold;  margin-right:11px; line-height:24px; margin-top:3px;}
	.iaboutus  .iWtext a:hover{ color:#f47920;}
	.iaboutus  .iWtext  .T1{width:80%;margin:auto;text-align:center;font-size:20px;line-height:30px;color:#fff;font-weight:bold;text-transform:uppercase;letter-spacing:0.4px;font-family:'FuturaDX','Helvetica','sans-serif'}
	.iaboutus   h1{width:80%;margin:auto;text-align:center;font-size:40px;line-height:90px;color:#fff;font-weight:700;letter-spacing:0px;font-family:'FuturaDX','Helvetica','sans-serif';text-transform:uppercase}
	.iaboutus  .iWtext  .T2{width:80%;margin:auto;text-align:center;font-size:40px;line-height:90px;color:#c89585;font-weight:700;letter-spacing:8px;font-family:'FuturaDX','Helvetica','sans-serif'}
	.iaboutus  .iWtext  .T3{width:80%;margin:auto;text-align:center;height:30px;padding-top:20px;}
	.iaboutus  .iWtext  .T4{width:80%;margin:auto;text-align:center;font-size:16px;line-height:36px;color:#fff;letter-spacing:1px;font-family:'Futura','sans-serif';font-weight: 100;}
	.iaboutus  .iWtext	.T0{width:80%;margin:auto;height:60px}
	.iaboutus  .iWtext	 .T5{width:180px;height:68px;margin:auto;border-radius:3rem; border:1px #fb9600 solid;text-align:center;text-decoration:none;line-height:68px;font-size:16px;color:#fb9600 ;font-family:Arial, Helvetica, sans-serif} 
	.iaboutus  .iWtext	 .T5:hover{color:#fff; background:#fb9600 }
	.iaboutus  .iWtext  .T41{display:none;}
	
	@media screen  and  (max-width:1200px){	
		.iaboutus  .iW{ position:relative; width:100%; margin:auto; overflow:hidden;text-align:center;height:400px;}
		.iaboutus   h1{width:80%;margin:auto;text-align:center;font-size:24px;line-height:40px;color:#fff;font-weight:700;letter-spacing:0px;font-family:'FuturaDX','Helvetica','sans-serif'}
	.iaboutus  .iWtext{ position:absolute; width:100%; left:0px; bottom:0px; height:400px; text-align: center;  background:rgba(0,0,0,0.6);  }
	.iaboutus  .iWtext  .T2{width:90%;margin:auto;text-align:center;font-size:40px;line-height:50px;letter-spacing:2px;}.iaboutus  .iWtext  .T4{display:none} 
	.iaboutus  .iWtext  .T41{display: inline;width:90%;margin:auto;text-align:center;font-size:14px;line-height:26px;color:#fff;letter-spacing:1px}
	.iaboutus   h1{width:90%;font-size:30px;line-height:40px;letter-spacing:1px;}
	.iaboutus  .iWtext	.T0{width:80%;margin:auto;height:20px}
	.iaboutus  .iWtext	 .T5{width:180px;height:48px;margin:auto;border-radius:3rem; border:1px #fb9600 solid;text-align:center;text-decoration:none;line-height:48px;font-size:16px;color:#fb9600 ;font-family:Arial, Helvetica, sans-serif} 

	}
 /*index products*/
.cicon{width:100%;max-width:1200px;margin:auto;}
.cicon .c0{float:left;width:15.6%;height:140px; background: url(../img/icon01.png) center no-repeat #f2f7f0;background-position: 50% 14%; border-radius: 1rem; border:#e5eee2 1px solid;text-align:center;font-size:16px;line-height:40px;color:#555555;padding-top:95px;}
.cicon .c1{float:left;width:15.68%;margin-left:1.2%;height:140px; background: url(../img/icon02.png) center no-repeat #f2f7f0;background-position: 50% 14%; border-radius: 1rem; border:#e5eee2 1px solid;text-align:center;font-size:16px;line-height:40px;color:#555555;padding-top:95px;}
.cicon .c2{float:left;width:15.68%;margin-left:1.2%;height:140px; background: url(../img/icon03.png) center no-repeat #f2f7f0;background-position: 50% 14%; border-radius: 1rem; border:#e5eee2 1px solid;text-align:center;font-size:16px;line-height:40px;color:#555555;padding-top:95px;}
.cicon .c3{float:left;width:15.68%;margin-left:1.2%;height:140px; background: url(../img/icon04.png) center no-repeat #f2f7f0;background-position: 50% 14%; border-radius: 1rem; border:#e5eee2 1px solid;text-align:center;font-size:16px;line-height:40px;color:#555555;padding-top:95px;}
.cicon .c4{float:left;width:15.68%;margin-left:1.2%;height:140px; background: url(../img/icon05.png) center no-repeat #f2f7f0;background-position: 50% 14%; border-radius: 1rem; border:#e5eee2 1px solid;text-align:center;font-size:16px;line-height:40px;color:#555555;padding-top:95px;}
.cicon .c5{float:right;width:15.68%;margin-left:1%;height:140px; background: url(../img/icon06.png) center no-repeat #f2f7f0;background-position: 50% 14%; border-radius: 1rem; border:#e5eee2 1px solid;text-align:center;font-size:16px;line-height:40px;color:#555555;padding-top:95px;}
.cicon .c0:hover{ background: url(../img/icon01r.png) center no-repeat #575757;background-position: 50% 14%; color:#fff;transition: all 1s;}
.cicon .c1:hover{background: url(../img/icon02r.png) center no-repeat #575757;background-position: 50% 14%; color:#fff;transition: all 1s;}
.cicon .c2:hover{background: url(../img/icon03r.png) center no-repeat #575757;background-position: 50% 14%; color:#fff;transition: all 1s;}
.cicon .c3:hover{background: url(../img/icon04r.png) center no-repeat #575757;background-position: 50% 14%; color:#fff;transition: all 1s;}
.cicon .c4:hover{background: url(../img/icon05r.png) center no-repeat #575757;background-position: 50% 14%;color:#fff;transition: all 1s;}
.cicon .c5:hover{background: url(../img/icon06r.png) center no-repeat #575757;background-position: 50% 14%; color:#fff;transition: all 1s;}

.iPro{width:100%;max-width:1200px;margin:auto;}
.iPro .L{width:39.2%;float:left;} .iPro  img{width:100%}
.iPro .R{width:60.5%;float:right;}
.iPro .R .P1{width:31%;float:left;margin-left:2%}

.more{width:200px; height:40px; background:#666; text-align:center; font-size:14px;font-weight:400;line-height:40px;  border-radius: 5rem;  color:#fff; margin:auto; }
.more:hover{background:#ff7200;}

.iab{ margin:auto;width:100%;height:640px;background:url() center top no-repeat}

 /* index products roll */
.slider-carousel{position:relative;width:100%;max-width:1200px;margin:20px auto 0 auto;}
.slider-carousel .item{height:480px}
.slider-carousel .slidesjs-navigation{width:45px;height:45px;display:block;position:absolute;text-indent:-9999em;top:160px;z-index:100;opacity:0}
.slidesjs-previous{background:transparent url(/imgs/prev.png) no-repeat;left:10px}
.slidesjs-next{background:transparent url(/imgs/pnext.png) no-repeat;right:10px}
.slidesjs-pagination{overflow:hidden;zoom:1;margin-top:10px;margin-left:47%}
.slidesjs-pagination-item a{float:left;width:12px;height:12px;text-indent:-9999em;margin-right:10px;background-color:#575757;border-radius:20px}
.slidesjs-pagination-item a:hover,.slidesjs-pagination-item a.active{background-color:#2d9008}
.P00{width:100%;margin:auto;}.P00 img{width:100%}
.P00 .L{width:41%;float:left;}
.P00 .R{width:59%;float:left;}
.P00 .R .P1{width:31.3%;float:left;margin-left:2%;text-align:center;color:#555;} .P00 .R .P1 img{border:1px #eef5ed solid;max-height:168px}
.P00 a{font-size:15px;line-height:20px;color:#666;font-weight:lighter}
@media screen  and  (max-width:801px){	
.slider-carousel, .slider-carousel .item{display:none}
.pshow{display:none}
}
.MC00{display:none;width:90%;margin:auto; }
 
@media screen and (max-width:800px){
	.mpshow{display:inline}
	.MC00{display:inline;width:98%;margin:auto;}
	.MC00 .pic{width:100%;height:170px; overflow:hidden}
	.MC00 img{width:100%; vertical-align:middle}
	.MC11{width:48%;float:left;margin-lefe:1%;}
	.MC11 .MC13{width:100%;margin: auto;font-size:13px; text-align:center;height:20px;line-height:20px; z-index:9999}
	.MC11 .MC13 a{font-size:15px;color:#666}
	.MC11{width:46%;margin:1.5% auto auto 1.5%;border:0px #999 solid;border-radius:0rem;  box-shadow:0px 0px 0px gray;}
	.MC11 .MC13 .tx00{display:none}
}
 /* index products roll end*/
/*home about us*/
.iab .iabc{width:100%;max-width:1200px; background:#fafafa;margin:auto; }
.iab .iabc .L{width:60%;float:left; }
.iab .iabc .L .L0{width:78%;margin:auto}
.iab .iabc .L .T1{width:100%;margin:auto;color:#666;font-size:26px;line-height:60px;font-weight:700}
.iab .iabc .L .T2{width:100%;margin:auto;color:#666;font-size:16px;line-height:30px;}
.iab .iabc .L .T3{width:22%;height:34px;color:#fff;font-size:15px;line-height:34px; background:#575757 url(../img/iab02.png) no-repeat center right;padding-left:10px;}
.iab .iabc .L .T3:hover{background:#ff7200;}
.iab .iabc .R{width:40%;float:right} .iab .iabc .R img{width:100%}

.Vlocal{position:absolute !important;left:35%;top:40%;z-index:3;border:1px solid #aaa;margin:100px auto;padding:5px;display:none;height:420px;line-height:30px;color:#fff;text-align:right; background:#fafafa}
.Vcontent{text-align:center;width:100%;max-width:655px;min-width:480px;margin:auto;height:400px;}

/*culture*/
.CC0{width:100%; background:url('/img/culture_bg.jpg')}
.CC{width:100%;max-width:1200px;margin:auto;} .CC img{width:100%}
	.CC .s1{font-size:15px;color:#FFF;line-height:26px;font-weight:  normal;}
	.CC .T1{ position:absolute; text-align:center;left:40%; top:40%;padding:6px; text-align: center;font-size:20px;line-height:40px;color:#FFF; background:rgba(123,166,107,0.8);  transition:0.5s;display:none}
	.CC .CCM{ position:relative;  margin:auto; overflow:hidden;box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.0);  }
	.CC .T2{ position:absolute; width:100%; height:100%; left:0px; top:100%; text-agn: center;  background:#0449b1; background:rgba(123,166,107, 0.9); transition:0.5s;text-align:center;font-size:18px;color:#FFF}
	.CC .T2M{   position:absolute; margin:0 10px; top:20%;  width: calc(100% - 36px);font-weight:600;}
 	
	.CC .C1 :hover .T1{display:none; transition:0.5s;}
	.CC .C1 :hover .T2{ top:0px;}
	.CC .C1 {width:40%;float:left;height:282px; overflow:hidden  } 
	.CC .C2{width:60%;float:left;height:223px;border-left:2px #FFF solid;border-bottom:2px #FFF solid; overflow:hidden }
	.CC .C3{width:20%;float:left;height:60px;border-left:2px #FFF solid; background:#575757;font-size:24px;font-weight:500;text-align:center;line-height:60px;color:#fff;overflow:hidden }
	.CC .C4{width:40%;float:left;height:280px;border-left:2px #FFF solid;overflow:hidden }
	.CC .C5{width:60%;float:left;height:218px;margin-top:-218px;  overflow:hidden}

	.CC .C2 :hover .T1{display:none; transition:0.5s;}
	.CC .C2 :hover .T2{ top:0px;}
	
	.CC .C4 :hover .T1{display:none; transition:0.5s;}
	.CC .C4 :hover .T2{ top:0px;}
	
	.CC .C5 :hover .T1{display:none; transition:0.5s;}
	.CC .C5 :hover .T2{ top:0px;} 


/*oem*/
.oem{width:100%;max-width:1200px;margin:auto;} .oem img{width:50%}
 
	.dz{  width: 100%;max-width:1200px;margin:auto;  }
	.dz li{ width: 20%;float:left;  border-radius:10px;  } 
	.dz li .dzMsk{ position:relative; max-width:260px; margin:auto; overflow:hidden;box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.0);border-radius: 10px;  }
	.dz li .tu{ display:block; text-align:center;}
	.dz li .tu img{display: block;   width:100%; margin:auto }
	.dz li .T0{ position:absolute; width:100%; left:0px; bottom:0px; height:60px; text-align: center; background:rgba(255,255,255,0.8);  transition:0.5s;display:block; font-size:16px;font-weight:bold;   color:#666; line-height:60px;  white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
	.dz li .Sroll{ position:absolute; width:100%; height:100%;padding:10px; left:0px; top:100%; text-align: center;  background:#0449b1; background:rgba(123,166,106, 1); transition:0.5s;}
 	.dz li .T1{ display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-size:18px; font-weight:bold;   color:#fff; line-height:55px;  }
	.dz li .T2{font-size:15px;color:#fff;line-height:24px;}
	.dz li:hover .Sroll{ top:0px;}
	
	.oemPro{width:100%; background:#fafafa}  .Tx{width:100%;text-align:center;font-size:15px; color:#777;line-height:30px;height:30px;}
	.opro{width:100%;max-width:1200px;margin:auto} .opro img{width:100%} .opro .T1{width:100%; overflow:hidden} .opro .T2{font-size:16px;color:#666;line-height:40px;text-align:center;width:100%;height:40px;background:#f6f5f5;z-index:200; position:relative}
	.opro .pl1{width:32%;float:left;overflow:hidden} .opro .pl2{width:32%;float:left;margin-left:2%;overflow:hidden}
	.opro .T1:hover{opacity: 1;  filter: alpha(opacity=100);  visibility: visible;  -webkit-transform: scale(1.4, 1.4);  -moz-transform: scale(1.4, 1.4);  -ms-transform: scale(1.4, 1.4);  -o-transform: scale(1.4, 1.4);  transform: scale(1.4, 1.4); transition:0.5s;}
	.oemFlow{width:100%; background:url(/img/flowbg.jpg)}
	.oFlow{width:100%;max-width:1200px;margin:auto}
	.oFlow .L{width:18.35%;float:left; background:#FFF;min-height:230px;} .oFlow .Dr{width:2%;float:left;min-height:230px; background:url(../img/oem_flow.png) center no-repeat}
	.oFlow .L2{width:18.35%;float:left; background:#7badc1;min-height:230px;}
	.oFlow .L .T1{width:100%;text-align:center;padding-top:10px;}
	.oFlow .L .T2{width:100%;height:40px;line-height:40px;font-size:18px;font-weight:600;color:#555;text-align:center;}
	.oFlow .L .T3{width:100%;font-size:15px;color:#777;text-align:center;}.oFlow .L .T4{width:100%;text-align:center;}
	.oFlow .L2 .T1{width:100%;text-align:center;padding-top:10px;}
	.oFlow .L2 .T2{width:100%;height:40px;line-height:40px;font-size:18px;font-weight:600;color:#fff;text-align:center;}
	.oFlow .L2 .T3{width:100%;font-size:15px;color:#fff;text-align:center;}.oFlow .L2 .T4{width:100%;text-align:center;}
	
	.oadv{width:100%;max-width:1200px;margin:auto} .oadv img{width:100%} 
	.oadv .L{width:48%;float:left;min-height:300px;}
	.oadv .C{width:4%;float:left;min-height:300px;}
	.oadv .R{width:48%;float:left;min-height:300px;}
	.oadv .T1{font-size:30px; line-height:60px;color:#575757;font-weight:700;padding-top:100px;}
	.oadv .T2{font-size:18px; line-height:30px;color:#666;}
	.oadv .T1R{font-size:30px; line-height:60px;color:#575757;font-weight:700;padding-top:100px;text-align:right}
	.oadv .T2R{font-size:18px; line-height:30px;color:#666;text-align:right}
	
	.oT1{width:100%;max-width:1200px;margin:auto;text-align:center;font-size:26px;line-height:40px;color:#777}
	.oT2{width:100%;max-width:1200px;margin:auto;text-align:center;}
	.oT3{width:100%;max-width:1200px;margin:auto;text-align:center;font-size:40px;line-height:60px;color:#575757;font-weight:800}
	.oT4{width:100%;max-width:1200px;margin:auto;text-align:center;font-size:26px;line-height:40px;color:#777}
	/*oem end*/
	
	/*capacity*/
	.cap{width:100%;max-width:1200px;margin:auto} 
	.cap .NL{width:33%;float:left;min-height:400px; background:#f2f4f5}
	.cap .NR{width:33%;float:left;min-height:400px; background:#f2f4f5;margin-left:0.5%}
	.cap .T1{width:100%;text-align:center; background:#575757;padding:30px;font-size:20px;line-height:30px;color:#FFF;font-weight:500}
	.cap .T2{width:80%;margin:auto; font-size:16px;line-height:35px;color:#666;padding-top:20px;}
	
	.cap .Lpic{width:46%;float:left;background:#FFF;filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.1)); } .cap .Lpic img{width:100%}
	.cap .Rtext{width:54%;float:left;margin-top:80px; background:#FFF;filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.1));}
	.cap .Rtext .T3{width:80%;margin:auto;font-size:40px;line-height:60px;color:#575757;font-weight:600}
	.cap .Rtext .T4{width:80%;margin:auto;font-size:16px;line-height:30px;color:#777;}
	.cap .Rtext .T0{width:80%;margin:auto;height:30px;}
		/*capacity end*/
		/*product catalogue*/
		.Pcls{width:100%;max-width:1167px;margin:auto} 
		.Pcls .PclsL{width:20%;float:left;height:60px; background:#fafafa;text-align:center}
		.Pcls .PclsR{width:20%;float:left;height:60px; background:#fafafa;text-align:center; border-left:1px #ffffff solid}
		.Pcls a{font-size:18px;line-height:60px;color:#555}
		.Pcls .PclsL:hover, .Pcls .PclsR:hover{ background:#555;transition:0.5s;color:#fff;}
		.Pcls .active{ background:#575757;color:#fff;}
		@media screen and (max-width:800px){.Pcls{display:none}}
		/*product catalogue end*/
		
/*生产*/
.adv{width:100%;height:520px;margin:auto; background:url(/img/advbg.jpg) no-repeat top center fixed}
.adv .A{width:100%;max-width:1200px;margin:auto;} .adv .A img{width:100%}
.adv .A .B1{width:16%;float:left}
.adv .A .B2{width:16%;float:left;margin-left:4%}
.adv .A .C1{width:100%; border-radius:50%; overflow:hidden;} 
.adv .A .C1 img{width:100%;border-radius:50%; border:3px solid #575757;}
.adv .A .C1 img:hover{transition: all 0.6s;transform: scale(1.3); }
.adv .A .C2{width:100%; margin:10px auto;  font-size:15px;color:#666;line-height:24px;text-align:center}
/*生产*/


/**/
.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:#575757; 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:#575757;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: 400px;height:60px;text-align:center;font-size:18px;color:#fff;line-height:60px; background:#699359} .RM a{color:#575757;line-height:60px;font-size:14px}
.RM:hover{background:#ff7200} 
/*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 #575757;
}


.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: #575757;
}

.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:#666666;font-weight:700;line-height:10px; font-family:Arial, Helvetica, sans-serif;position: relative; top:-20px;   }
.num-figure li .T3{font-size:20px;color:#888888;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_1R.png") no-repeat;
}

.num-figure .SS2 {
   background: url("../img/a1200_2R.png") no-repeat;
}

.num-figure .SS3 {
    background: url("../img/a1200_3R.png") no-repeat;
}

.num-figure .SS4 {
    background: url("../img/a1200_4R.png") no-repeat;
}



.OEM-ico a{
    text-decoration: none;
}

.num-change li:nth-child(2) {
    font-size: 40px;
    font-family: YeSans;
    color: #666666;
    font-weight: 600;
}

.num-change li:nth-child(3) {
    color: #888;
    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*/
 
 /*index news*/
 #new_box {
	width: 100%;
	padding: auto;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 0px;
	 background:#fbfbfb
}

.new_con {width:100%;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
}

.newtel {
	height: 50px;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 10px;
	font-size: 18px;
	color: #666
}

.new_telst {
	width: 550px;
	margin: 0 auto;
	position: relative;
	top: 6px;
	text-align: center
}

.new_telst li {
	width: 166px;
	line-height: 30px;
	text-align: center;
	float: left;
	display: inline;

	cursor: pointer;
}

.new_telst li.newon {
	color: #575757;
	font-weight: bold;
}

.new_telst p {
	position: absolute;
	top: 42px;
	left: 0px;
	width: 30%;
	height: 7px;
	border-top: 3px solid #575757;
	overflow: hidden;
	text-align: center;
}

.new_telst b {
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: -3px;
	border-style: solid dashed dashed dashed;
	border-width: 9px;
	border-color: #575757 #fff #fff #fff;
	overflow: hidden;
	zoom: 1;
	font-size: 0;
}

.new_lst {
	height: 400px;
	position: relative;
	overflow: hidden;
	display: none;
	margin-top: 10px;
	padding-top: 20px;
}

.new_lst ul {width:100%;
	position: absolute;
	left: 0px;
}

.new-wrap {
	margin-top: 10px;
}

.new-wrap .show {
	display: block;
}

.inewsL{width: 38%;	float: left;}  .new_lst .inewsL img{width:100%}
.inewsR{width: 61%;	float: right;margin-top:-14px;}
.inewsL .T1 a {	color: #333;	font-size: 16px;	line-height: 30px;	text-align: center;	display: block;}
.inewsL .T1 a:hover {color: #ff7200;	}
.inewsL .T2{	font-size: 14px;line-height: 17px;	color: #999999;	height: 126px;	overflow: hidden;}

.inewsR .T{width:49%;float:left;height:80px;border: 1px solid #e4e4e4;margin-left: 1%;margin-top: 14px;padding:6px}
.inewsR .TL{width:20%;float:left; background:#888888;height:68px;} 
.inewsR .TL .T1{width:90%;margin:auto;height:40px;font-size:24px;line-height:40px;color:#FFF;text-align:right;font-weight:500}
.inewsR .TL .T2{width:90%;margin:auto;height:20px;font-size:15px;line-height:20px;color:#FFF;text-align:center;font-weight:300}
.inewsR .TR{width:76%;float:right;} 
.inewsR .TR .T1{width:100%; overflow:hidden;height:25px;}
.inewsR .TR .T2{width:100%; overflow:hidden;height:40px;font-size:14px;color:#999999;line-height:20px;}
.inewsR .TR a{font-size:16px;color:#333;line-height:25px;} .inewsR .TR a:hover{color:#ff7200}
.inewsR .T:hover{border: 1px solid #ff7200;}


li.new_cnlf {	width: 38%;	float: left;	text-align:center;}
li.new_cnlf img{width:100%}
li.new_cnlf span {	width: 100%;}



li.new_cnlf .T1 a {	color: #555;	font-size: 18px;	line-height: 30px;	text-align: center;	display: block;}
li.new_cnlf .T1 a:hover {color: #ff7200;	}
li.new_cnlf .T2{	font-size: 14px;	line-height: 20px;	color: #999999;	height: 105px;	overflow: hidden;}

li.new_cnrf {	float: right;	width: 61%;}

.newrf_lst dd {
	width: 368px;
	height: 85px;
	border: 1px solid #e4e4e4;
	float: left;
	margin-left: 35px;
	margin-bottom: 20px;
}

p.new_rq {
	width: 65px;
	height: 65px;
	background: #969393;
	float: left;
	text-align: center;
	color: #FFF;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

p.new_rq span {
	display: block;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	line-height: 35px;
	padding-top: 5px;
}

p.newrf_tx {
	float: left;
	width: 270px;
	margin-top: 8px;
}

p.newrf_tx a {
	color: #333;
	font-size: 14px;
	display: block;
	line-height: 30px;
}

p.newrf_tx span {
	display: block;
	font-size: 12px;
	color: #999;
	height: 60px;
	overflow: hidden;
}

.newrf_lst dd:hover {
	width: 366px;
	height: 83px;
	border: 2px solid #217af0;
	box-shadow: 0px 0px 15px rgba(37, 125, 242, .27);
}

.newrf_lst dd:hover p.newrf_tx a {
	color: #217af0;
}

.newrf_lst dd:hover p.new_rq {
	background: #217af0;
	margin-top: 9px;
	margin-left: 9px;
}

.newrf_lst dd:hover p.newrf_tx {
	margin-top: 7px;
}

.mr0 {
	margin-right: 0px;
}
@media screen and (max-width:800px){.new_telst {width:96%;margin:auto}.new_telst li {	width: 100px;}
	.inewsL{display:none}
	.inewsR{width:98%;margin:auto;float:none}
	.inewsR .T{width:100%;float:none;height:80px;border: 1px solid #e4e4e4;margin-left: 1%;margin-top: 14px;padding:6px}
.newrf_lst dd{display:none}

.new_telst p , .new_telst b {display:none}

	}
 /*index news 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:28%;float:left;position: relative; overflow:hidden; }
.iContact .C2{width:30%;float:left;margin-left:3%; }
.iContact .C3{width:33%;float:right; }
.iContact .T{font-size:18px;font-weight:bold;line-height:40px;color:#575757;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:28%;float:left;position: relative; overflow:hidden; }
.email0 .eC{width:31%;float:left;margin-left:3.3%; }
.email0 .eR{width:33%;float:right; }
.email0 input{width:100%;height:40px;padding:10px 20px;font-size:14px;color:#555;border: 1px #575757 solid;background:#fff;overflow:hidden;vertical-align:middle;}
.email0 textarea{width:100%;height:160px;padding:10px 20px;font-size:14px;color:#555;border: 1px #575757 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:#575757;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:#ff7200;}

/*email*/
.bt{width:100%;height:auto;margin:auto; background:#575757;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:#575757;}
.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;}
/*底中*/
.BLink{width:100%;height:auto;margin:auto; background:#575757;height:200px}
.BLink .BL{ margin:auto;width:100%;max-width: 1200px;overflow: hidden;}
.BLink .BL1{width:120px;float:left;height:200px;}
.BLink .BLL{width:40px;float:left; height:160px;background:url("/img/bline.png")  repeat-y center ;  }
.BLink .BL2{width:25%;float:left;height:200px;}
.BLink .BL2 .T1{font-size:14px;color:#fff;line-height:22px;}
.BLink .BL2 .T2{font-size:40px;color:#fffdbc;line-height:40px;font-weight:600}
.BLink .BL3{width:500px;float:left;height:200px;margin-left:20px;}
.BLink .BL3 li{width:20%;float:left;}
.BLink .BL3  a{font-size:16px;color:#FFF;line-height:30px;}
.BLink .BL3 .L2 a{font-size:14px;color:#efefef;line-height:24px;}
.BLink .BL3 .L2 a:hover{color:#ff7200;;}
.BLink .BL4{width:120px;float:left;height:200px;}
.BLink .BL4 .T1{width:100%;text-align:center;} .BLink .BL4 .T1 img{width:100%}
.BLink .BL4 .T2{width:100%;text-align:center;font-size:14px;color:#FFF}
/*底部*/
.Bcopy{width:100%;height:auto;margin:auto; background:#699359;height:60px}
.Bcopy .B{ margin:auto;width:100%;max-width: 1200px;overflow: hidden;} .Bcopy .B a{color:#FFF}
.Bcopy .B .B1{width:50%;float:left;height:80px;line-height:60px;color:#FFF;font-size:14px}
.Bcopy .B .B2{width:40%;float:right;padding-top:15px;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:#575757;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: #575757; 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:30px;}
.navPro .mode-list .mode-detail .detail-right .RC a{color:#575757;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.4%;float:left;margin-left:1%;margin-right:0.5%;margin-top:1.5%;height:280px;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:30px;color:#171721;text-align:center;background:#fff;  white-space:nowrap;   overflow:hidden;   text-overflow:ellipsis;}
.nPL .L .T2{width:96%;margin:auto;font-size:14px;line-height:20px;height:20px;color:#BCBCBC;text-align:center;background:#fff}
@media screen and (max-width:800px){
	.nPL .L{width:48%;float:left;margin-left:2%;margin-right:0;margin-top:1.5%;height:auto;overflow:hidden;display: inline-block;}
.nPL .L .T1{font-size:15px;}
.nPL .L .T2{font-size:12px;}
.nPL .L .I{height:140px; overflow:hidden} 
	}
 /*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;max-height:202px;} .nPL2c .L .I img{width:100%;}
.nPL2c .L .T1{width:90%;margin:auto;font-size:16px;line-height:40px;height:40px;color:#555;text-align:center;background:#fff;   white-space:nowrap;   overflow:hidden;   text-overflow:ellipsis;}
.nPL2c .L .T2{width:96%;margin:auto;font-size:14px;line-height:20px;height:20px;color:#777;text-align:center;background:#fff}

@media screen and (max-width:800px){.nPL2c .L{width:48%;} .nPL2c .L .I{width:96%;max-height:200px;margin:auto; overflow:hidden}
.nPL2c .L .T1{width:90%;margin:auto;font-size:15px;line-height:26px;height:26px;color:#555;text-align:center;background:#fff;   white-space:nowrap;   overflow:hidden;   text-overflow:ellipsis;}
.nPL2c .L .T2{width:96%;margin:auto;font-size:12px;line-height:16px;height:16px;color:#777;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: #555;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 #555;}
.nPages span.current{display: inline-block;height: 48px;width:48px;	line-height: 48px;	 border: 1px solid #ddd;	margin: 0 4px;color: #fff;background-color: #555;	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;}
@media screen and (max-width:800px){
	.nPages span.disabled{display:none}
	.nPages .nextPage{display:none}
	.nPages .prevPage{display:none}
	.nPages a{height: 24px;width:24px;	line-height: 24px;	}
	.nPages span.current{height: 24px;width:24px;	line-height: 24px;}

	}
/*product end*/

/*news*/
.nNewsL{ margin:auto;width:100%;max-width: 1200px;}
.nNewsL .L{width:32%;float:left;margin-top:3%;background:#FFF;height:340px; 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} .nNewsL .I img{width:100%}
.nNewsL .T1{width:100%;margin:auto;font-size:18px;line-height:20px;height:40px;color:#171721;text-align:center;padding:10px;white-space:nowrap;   overflow:hidden;   text-overflow:ellipsis;}
.nNewsL .T2{width:90%;margin:auto;font-size:14px;line-height:18px;height:38px;color:#888;text-align:left; overflow:hidden}
@media screen and (max-width:1000px){
	.nNewsL .L{width:96%;float:none;margin-top:3%;background:#FFF;height:auto; }
	.nNewsL .L .I{display:none} 
	.nNewsL .T1{width:96%;margin:auto;font-size:16px;line-height:30px;height:auto;color:#171721;text-align:left;padding:0;}
	.nNewsL .T2{width:96%;margin:auto;font-size:14px;line-height:18px;height:auto;color:#888;text-align:left; }
.nNewsL .LM{display:none}
	}
.nNewsClass{ margin:auto;width:100%;max-width: 1200px;padding:8px;overflow:hidden;display: inline-block;transition: all  .25s  ease-in;-moz-transition: all  .25s  ease-in;-webkit-transition: all  .25s  ease-in;}
.nNewsClass:hover{transition: all 0.6s;box-shadow:2px 2px 5px gray;transform:translateY(-10px);}
.nNewsClass .L{width:32%;float:left;background:#FFF; }
.nNewsClass .L img{width:100%}

.nNewsClass .R{width:60%;float:left;margin-left:2%}
.nNewsClass .R .T1{width:100%;margin:auto;font-size:20px;line-height:40px;height:40px;color:#555;font-weight:400;white-space:nowrap;   overflow:hidden;   text-overflow:ellipsis;}
.nNewsClass .R .T2{width:100%;margin:auto;font-size:15px;line-height:25px;height:90px;color:#888; overflow:hidden}
.nNewsClass .R .T3{width:80px;font-size:12px;line-height:20px;height:20px;color:#fff; background:#aaa;text-align:center}


.nNewsD{ margin:auto;width:100%;max-width: 1200px;}
.nNewsD .L{width:30%;float:left;}
.nNewsD .L .T1{font-size:26px;color:#666;font-weight:bold;Line-height:26px;}
.nNewsD .L .Tline{height:30px;width:100%; vertical-align: top}


.nNewsD ul{width:100%}
.nNewsD li{width:100%;line-height:50px;height:50px; font-size:16px;border-bottom:1px #ECECEC solid}
.nNewsD  .current{color:#fb9600}

.nNewsD h1{font-size:26px;line-height:50px;}
.nNewsD h2{font-size:20px;line-height:26px;}
.nNewsD h3{font-size:18px;line-height:22px;}

 .LMN{width:100%}

 .LMN .N1{width:30%;float:left}
 .LMN .N1 img{width:100%}
 .LMN .N2{width:3%;float:left}
 .LMN .N3{width:66%;float:left;position: relative;}
 .LMN .N3 .N31{width:70px; height:16px;font-size:10px;line-height:16px;color:#fff;text-align:center;text-transform:uppercase;background:#666;}
 .LMN .N3 .N31 a{color:#fff;font-size:8px;}
 .LMN .N3 .N32{width:100%;  font-size:10px;line-height:16px;color:#171721;height:40px; margin-top:1px;overflow: hidden}
 .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:0px}
.nNewsD  .R img{width:100%}
.nNewsD  .R hr{height:1px; border-top:1px #ECECEC solid}
.nNewsD  .T1{font-size:26px;color:#666;font-weight:bold;Line-height:20px;}
.nNewsD  .T2{width:100%;margin:auto} 
.nNewsD  .T3{font-size:13px;color:#666;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;}
.nNewsD  p{font-size:16px; color:#666;line-height:30px;text-indent:0.72cm; }
@media screen and (max-width:1000px){.nNewsD  .T1{font-size:20px;color:#666;font-weight:bold;Line-height:30px;}
		.nNewsD .L{display:none}
		.nNewsD .R{width:96%;margin:auto;float:none}
	}
/*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:15px;color:#676767;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:15px;color:#676767;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:#676767;line-height:24px;} .nCon .L .T3 span{color:#6f9162;font-weight:700}
.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}
 


/*aboutus*/
.AllContent{margin:auto;width:100%;max-width: 1200px; min-height:800px;}
.naBout{margin:auto;width:100%;max-width: 1200px; background:#fbfbfb;min-hieght:800px;color:#666666;font-size:16px;line-height:30px;}
.naBout .L{width:28%;float:left}
.naBout .R{width:68%;float:right;}
.naBout .L .Tline{height:30px;width:100%; vertical-align: top}
.naBout .Tline2{height:2px;width:100%; margin:auto; }.naBout .Tline2 .bg1{width:10%; background:#F00;height:2px;float:left}.naBout .Tline2 .bg1{width:90%; background:#aaa;height:2px;float:left}
.naBout .T1{font-size:26px;color:#666;font-weight:bold;Line-height:26px;}
.naBout ul{width:100%}
.naBout li{width:100%;line-height:50px;height:50px; font-size:16px;border-bottom:1px #ECECEC solid}
.naBout  .current{color:#fb9600}


.naBout  .t18{font-size:18px;color:#4D4D4D;line-height:26px;width:100%;}
.naBout  .t22{font-size:22px;color:#555;line-height:36px;font-weight:600;width:100%;}
.naBout  .T4{font-size:16px;color:#4D4D4D;line-height:23px;width:100%;}
.naBout p{font-size:16px;line-height:30px;text-indent:0.72cm}
.naBout img{width:100%;}
.ncer{margin:auto;width:100%;max-width: 1200px; }
.ncer img{max-width:190px;padding:2px; border:1px solid #CCC;margin:auto 5px;}
.naBout .A{width:100%}
.naBout .A1{width:25%;float:left;}
.naBout .A2{width:25%;float:left; border-left:1px #CCC solid}
.naBout .B1{width:100%;font-size:36px;font-weight:600;line-height:40px;color:#444;text-align:center}
.naBout .B2{width:100%;font-size:14px;line-height:20px;color:#777;text-align:center}
.naBout .B1 .T2{font-size:14px;color:#888888;font-weight:600;line-height:15px; position: relative;top:-20px;}
.naBout .B1 .T3{font-size:16px;color:#888888;font-weight:500;line-height:10px; position: relative;    }

  	.ab_t{width:100%;margin:auto}
	.ab_t .l1{width:18%;float:left}
	.ab_t .l2{width:24%;float:left;margin-left:2%}
	.ab_t .l3{width:28%;float:left;margin-left:2%}
	.ab_t .l4{width:24%;float:left;margin-left:2%}
	.ab_t .abt1{color:#fb9600;line-height:40px;font-size:26px;font-weight:600}
	.ab_t .abt2{color:#555;line-height:24px;font-size:15px;font-weight:400}



.org{width:100%;margin:auto;text-align:center}
.honour{width:100%;max-width:1200px;margin:auto}
.honour li{width:33%;float:left;text-align:center;font-size:15px;line-height:30px;} 
.honour li img{width:90%;}
.partner{width:100%}.partner li{width:30%;margin:1% 1% auto 1% ;float:left;height:auto} .partner img{width:100%}
.culT1{font-size:20px; font-weight:600; line-height:40px;color:#fb9600}
.culT2{font-size:15px; font-weight: normal; line-height:30px;color:#666}
@media screen and (max-width:1000px){.AllContent{width:98%;margin:auto}
	.AllContent img{width:100%}
	.naBout .L{display:none}.naBout .R{width:96%;float:none;margin:auto}
.honour li{width:46%;float:left;margin-left:2%;text-align:center;font-size:12px;line-height:30px; height:auto} .honour li img{width:100%;}
.org img{width:100%}
	.ab_t{width:100%;margin:auto}
	.ab_t .l1{width:100%;float:none}
	.ab_t .l2{width:100%;float:none;margin:auto}
	.ab_t .l3{width:100%;float:none;margin:auto}
	.ab_t .l4{width:100%;float:none;margin:auto}
	.ab_t .abt1{color:#fb9600;line-height:40px;font-size:26px;font-weight:600}
	.ab_t .abt2{color:#555;line-height:24px;font-size:15px;font-weight:400}
.partner{width:96%;margin:auto}
.partner li{width:45%;}

}
/*company style pic202206*/
.nStyle{margin:auto;width:100%;max-width: 1200px; min-hieght:800px;}.nStyle img{width:100%}
.nStyle .L1{width:32.3%;float:left; overflow:hidden}
.nStyle .L2{width:32.3%;float:left;margin-left:1.5%; overflow:hidden}
.nStyle .T1{width:100%;} 
.nStyle .T2{width:100%;height:40px;margin: auto;font-size:15px;line-height:40px;color:#777; text-align:center;background: #FFF;white-space:nowrap;   overflow:hidden;   text-overflow:ellipsis;text-transform:uppercase;z-index:200; position:relative}
.nStyle .T1:hover{opacity: 1;  filter: alpha(opacity=100);  visibility: visible;  -webkit-transform: scale(1.4, 1.4);  -moz-transform: scale(1.4, 1.4);  -ms-transform: scale(1.4, 1.4);  -o-transform: scale(1.4, 1.4);  transform: scale(1.4, 1.4); transition:0.5s;}

/*culture company pic202206*/
.nCulture{margin:auto;width:100%;max-width: 1200px; min-hieght:800px;}.nCulture img{width:100%}
.nCulture .L1{width:38%;float:left; overflow:hidden}
.nCulture .R1{width:58%;float:left;margin-left:4%; overflow:hidden}

.nCulture .R1 .T1{width:100%}
.nCulture .R1 .T2{width:100%;font-size:16px;color:#666;line-height:30px;}
.nCulture .R1 .T11{width:15%;float:left;height:40px;line-height:40px; font-size:20px;font-weight:500;color:#fff;background:#ff7200; display:block;text-align:center}
.nCulture .R1 .T12{width:85%;float:left;height:40px;line-height:40px; font-size:16px;font-weight:;color:#999; display:block;padding-left:30px; border-bottom:1px #fafafa solid}



/*product detail*/
 .nT1{font-size:26px;color:#666;font-weight:bold;Line-height:26px}
.nPdetail{margin:auto;width:100%;max-width: 1300px;}
.nPdetail .pNL{width:25%;float:left;}
.nPdetail  .T1{font-size:26px;color:#666;font-weight:bold;Line-height:26px;}
.nPdetail .pNL .Tline{height:30px;width:100%; vertical-align: top}

.nPdetail ul{width:100%}
.nPdetail li{width:100%;line-height:50px;height:50px; font-size:16px;border-bottom:1px #ECECEC solid}
.nPdetail  .current{color:#fb9600}

.pLeftM{  width: 100%; height: 100%;  margin:  auto; padding-top: 0px;   }
.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:#575757;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: #575757; }

.nPdetail .pNR{width:71.5%;float:right;min-height:800px}
.nPdetail .pNR .T{font-size:20px;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}
.nPdetail .pNR .D img{border:0px;display:;max-width:920px; vertical-align: top;}

.Line{width:100%;height:20px; border-top:#ececec 1px solid;margin:20px auto auto auto}
.Line2{width:100%;height:10px; border-top:#ececec 1px solid;margin:10px auto auto auto}

.RLcocal{font-size:14px;line-height:26px;color:#777}  .RLcocal a{font-size:14px;line-height:26px;color:#777}.RLcocal a:hover{color:#575757}
@media screen and (max-width:1000px){.RLcocal .dis{display:none}}
@media screen and (max-width:1000px){
	.nPdetail .pNR .D img{width:100%;}
	.nPdetail .pNL{display:none}
	.nPdetail .pNR{width:96%;float:none;margin:auto;min-height:800px}
	}
/*产品详情图*/
.picDetail{float:left;width:500px;height:375px;border:0px solid #d9d9d9;position:relative;}
.picDetail #pic{width:500px;height:375px;overflow:hidden;}
.picDetail #pic ul{width:4216px;height:3750px;float:left;}
.picDetail #pic li{width:500px;height:375px;float:left;}
.picDetail #pic li img{width:500px;height:375px;float:left;}
.picDetail .tip-bg{width:500px;height:21px;background:;filter:alpha(opacity=80);opacity:0.80;position:absolute;left:0;bottom:0;z-index:12;}
.picDetail #tip{width:500px;height:14px;position:absolute;left:45%;margin:-17px 0 0;z-index:13;}
.picDetail #tip ul li{width:14px;height:14px;float:left;display:inline;margin:0 4px;cursor:pointer;background:url(../imgs/focus_tip.png) no-repeat;}
.picDetail #tip ul li.current{background:url(../imgs/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 4px;cursor:pointer;overflow:hidden;}
.picDetail .btn li.btn-left{background:url(../imgs/focus_btn_left.png) no-repeat left top;}
.picDetail .btn li.btn-right{background:url(../imgs/focus_btn_right.png) no-repeat left top;}
.picDetail .show{display:block!important;}
@media screen and (max-width:800px){
	
.picDetail{float:none;width:100%;height:300px;}
	
}


/*产品流动*/
.Prowrap {width:100%;margin-top:0;max-width:800px;position:relative;overflow:hidden;float:left;}
.Proslidebox {width:100%;top:0;left:0;}
.Proslidebox li {float:left;width:100%; left:0;top:0;min-height:375px}
.Proslidebox li img {display:block;width:100%;}
.dot {position:   relative;width:100%;height:30px;background:rgba(0,0,0,0.01);text-align:right;bottom:0;left:0;}
.dot p {margint:auto; text-align:center}
.dot b {width:12px;height:12px;border-radius:20px;color:#00586D;display:inline-block;border:0px solid #00586D;background:#00586D;text-align:center;line-height:12px;font-size:10px;margin:0 3px;margin-top:6px;cursor:pointer;font-weight:normal;}
.dot .cur {background:#00A7AA;color:#00A7AA;border:0px solid #00A7AA;}
@media screen  and (max-width:380px) {.Proslidebox{min-height:190px }}
@media screen  and (min-width: 381px) and (max-width:400px) {.Proslidebox{min-height:200px }}
@media screen  and (min-width: 401px) and (max-width:430px) {.Proslidebox{min-height:210px }}
@media screen  and (min-width: 431px) and (max-width:460px) {.Proslidebox{min-height:225px }}
@media screen  and (min-width: 461px) and (max-width:480px) {.Proslidebox{min-height:240px }}
@media screen  and (min-width: 481px) and (max-width:500px) {.Proslidebox{min-height:250px }}
@media screen  and (min-width: 501px) and (max-width:550px) {.Proslidebox{min-height:265px }}
@media screen  and (min-width: 551px) and (max-width:600px) {.Proslidebox{min-height:285px }}
@media screen  and (min-width: 601px) and (max-width:650px) {.Proslidebox{min-height:310px }}
@media screen  and (min-width: 651px) and (max-width:700px) {.Proslidebox{min-height:330px }}
@media screen  and (min-width: 701px) and (max-width:750px) {.Proslidebox{min-height:350px }}
@media screen  and (min-width: 751px) and (max-width:800px) {.Proslidebox{min-height:370px }}
@media screen   and (min-width:801px) {.Proslidebox{min-height:320px }}


/*详情页图片右*/
.nr{width:43%;float:right}
.nr .t1{width:100%;height:40px;line-height:40px; border-bottom:1px #CCC solid;font-size:20px;font-weight:600}
.nr .t2{width:100%;ine-height:24px;font-size:14px;color:#666;}
.nr .t3{width:100%;ine-height:24px;font-size:14px;color:#666;height:225px;}
.nr .t4{width:48%;float:left;line-height:46px;font-size:18px;color:#fff;height:46px; background:#fb9600;border-radius:3px;text-align:center}
.nr .t5{width:50%;float:right;line-height:46px;font-size:23px;color:#fb9600;height:46px; background:#fff; border:1px #fb9600 solid;border-radius:3px;padding-left:40px;background:url(../imgs/tel.png) left top no-repeat; }
.nr .bb{font-weight:500} 
.nr .t4:hover{background:#ca7a02}
@media screen and (max-width:1000px){.picDetail{float:none}.nr .t1{line-height:40px}
.nr{width:96%;margin:auto;float:none}
.nr .t3{width:100%;ine-height:24px;font-size:14px;color:#666;height:auto;}
.nr .t5{width:52%;float:right;line-height:50px;font-size:22px; }

}
/*more product*/
.mprobg{ background:#f9f9f9;width:100%}
.Mpro{margin:auto;width:100%;max-width: 1200px;} .ML img{width:100%;max-height:108px}
.Mpro .ML{width:12%;float:left;margin-left:0.5%}
.Mpro .T{font-size:20px;line-height:34px;color:#171721;font-weight:bold}
.Mpro .T1{width:100%;text-align:center;font-size:12px;line-height:20px}
.Mpro .T1 a{color:#666} .Mpro .T1 a:hover{color:#575757}
@media screen and (max-width:1000px){.mprobg{display:none}}
/*产品分类标题*/

.proT1{width:100%;margin:auto;font-size:40px;font-weight:bold;text-align:center;height:60px;line-height:60px;color:#575757;text-transform:uppercase}
.proT2{width:100px;margin:auto;text-align:center}
.proT3{width:100%;margin:auto;font-size:16px;font-weight:;text-align:center;height:60px;line-height:60px;color:#666}
.proT4{width:100%;margin:auto;font-size:16px;font-weight:;text-align:center;height:30px;line-height:30px;color:#575757;font-weight:700}
.proT3{width:100%;margin:auto;font-size:16px;font-weight:;text-align:center;height:60px;line-height:60px;color:#999}
.proT3 a{color:#666} .proT3 a:hover{color:#575757}


/*发展历程*/
.mappic{ margin:auto;width:100%;max-width: 1200px;}.mappic img{width:100%}
.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:#575757;}
.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:#575757;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*/}

.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}

}
 /**/
   /*--首页排版--*/

.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;}
 
.eqPro{ width:100%;  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%; padding:6px;border:#eeeeee 1px solid;height:208px; overflow:hidden}
.eqProList li img:hover{width:100%; height:auto;padding:6px;border:#aaa 1px solid;height:208px; overflow:hidden}
.eqProList li .Dtext{ width:100%; height:30px;  font-size:13px;color:#444; text-align: center;   line-height:30px;}
@media screen and (max-width: 1000px) {.eqPro{width:96%;margin:auto}.eqProList li{ width:49%;margin-left:1%; line-height:18px;padding:5px;}
	.eqProList li img{width:100%; padding:6px;border:#eeeeee 1px solid;max-height:160px; overflow:hidden}
.eqProList li img:hover{width:100%; height:auto;padding:6px;border:#aaa 1px solid;max-height:160px; overflow:hidden}
.eqProList li .Dtext{ width:100%; height:30px;  font-size:13px;color:#444; text-align: center;   line-height:18px;}
	} 
 /*产品列表结束*/
 /*产品图片多图*/
 .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;} 
/*-首页新闻-*/

 
/*--底部部份--*/
 

/*--底部部份--*/
 
.footer{width:100%; margin:auto; border-top:0px #efefef solid; background:#222;letter-spacing:1px;}
.foot{width: 100%;max-width:1200px;margin: auto;}
.foot .T0{width:28%;float:left}
.foot .T02{width:24%;float:left;margin-left:2%}
.foot .T04{width:16%;float:left}
.foot .T03{width:26%;float:left}
.foot .T1{font-size:15px;line-height:40px;color:#efefef;font-weight:600}
.foot .T2{font-size:12px;line-height:22px;color:#efefef;font-family:'Futura','arial';font-weight:100}.foot .T2 li{width:50%;float:left;white-space:nowrap;   overflow:hidden;   text-overflow:ellipsis;}
.foot .T2 a{font-size:12px;line-height:22px;color:#efefef; }.foot .T2 a:hover{color:#fb9600}
.foot .T3{font-size:14px;line-height:26px;color:#efefef}
.foot .T4{font-size:12px;line-height:60px;color:#888;letter-spacing:1px;text-transform:uppercase;font-family:'Oswald','arial';}
.foot input{width:80%;height:40px;padding:0px 10px;font-size:14px;color:#555;border: 1px #eee solid;background:#fff;overflow:hidden;vertical-align:middle;}
.foot textarea{width:100%;height:60px;padding:5px 10px;font-size:14px;color:#555;border: 1px #575757 solid;background:#fff;overflow:hidden;vertical-align:middle;}
.foot  .ebtn{width:100%;margin:auto;text-align:center}
.foot button{width:140px;height:40px;overflow:hidden;text-align:center;font-size:14px;color:#fff;border:none;vertical-align:middle;background:#c89585;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;}
.foot button:hover{background:#1a849c;}
 

@media screen and (max-width:1000px){
	.foot .T0{width:96%;margin:auto;float:none}
	.foot .T02, .foot .T03, .foot .T04{display:none}
	}
 
.conlink{width:100%; margin:auto;background:#d9d9d9;overflow:hidden} .conlink img{width:100%;vertical-align:middle;min-height:320px;}
.conlink .cl{width:44%;float:left; height:320px; background:#999 url(../imgs/bt.jpg) right top}
.conlink .cr{width:52%;float:left;margin-left:3%} .cr .list{width:100%;float:left;max-width:660px;}
.conlink .t1{font-size:30px;line-height:30px;color:#000;font-weight:500}
.conlink .t2{font-size:16px;line-height:40px;color:#333;font-weight:300}
.conlink .t3{height:40px;width:140px; background:#666;text-align:center;  border-radius:5px;}
.conlink a{font-size:16px;line-height:40px;color:#fff;}.conlink .t3:hover{background:#339fb8;}
.conlink .cr .l{width:48%;float:left}.conlink .cr .r{width:48%;float:right}
.conlink .cr .T{font-size:14px;line-height:30px}
.conlink .cr  input{width:100%;height:30px;padding:5px 10px;font-size:14px;color:#555;border: 1px #aaa solid;background:#fff;overflow:hidden;vertical-align:middle;}
.conlink .cr   textarea{width:100%;height:70px;padding:5px 10px;font-size:14px;color:#555;border: 1px #aaaa solid;background:#fff;overflow:hidden;vertical-align:middle;}
.conlink .cr  .ebtn{width:100%;margin:auto;}
.conlink .cr  button{width:140px;height:40px;overflow:hidden;text-align:center;font-size:14px;color:#fff;border:none;vertical-align:middle;background:#333;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;}
.conlink .cr  button:hover{background:#ff7200;}
@media screen and (max-width:800px){.conlink{display:none}
	.conlink .blank20{height:20px;}.conlink .blank10{height:10px;}
	.conlink .cl{display:none}
	.conlink .cr{width:96%;margin:auto;float:none}
	.conlink .cr .l{width:100%;float:none}.conlink .cr .r{width:100%;float:none}
	}

	 /*首页２滚动结速*/
	   /*以下是首页新闻列表*/

.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 #555 solid;padding:10px; background:#555}
.pages a{width:34px;height:34px;display:inline-block;font-size:14px;color:#575757; border:1px #555 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}
}
 

/*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:;}
 
 
 /*mobile menu*/
 .m_img , .m_nav{display:none}
 @media screen and (max-width: 1300px) and (min-width: 0px){
.top00{display:none}
   .m_img{display:block;height:60px;background:#fff;position:fixed;top:0px;left:0px;width:100%;z-index:9999;border-bottom:1px solid #ddd;overflow: hidden;}
   .m_img .headlf{padding-top:10px;padding-left:10px;float: left;}
   .m_img .headlf .m_logo{height:40px;display: block}
   .m_img .headrg{padding-right:5%;padding-top:20px;float: right;}
   .m_img .headrg a .m_menuimg{height:16px;vertical-align:top;display: block}
   .m_nav {display:block;position:fixed;top:0px;left:0px;width:0px;height:0px;overflow:hidden;z-index:10000}
   .m_nav .closecover{position:absolute;width:100%;height:100%;background:#0b0d19;filter:alpha(opacity=0);opacity:0;left:0px;top:0px;z-index:1}
   .m_nav .closeicon{position:absolute;width:20%;left:30px;top:5%;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0}
   .m_nav .m_navList{position:absolute;width:80%;right:0px;top:0px;background:#0b0d19;height:100%;z-index:100;right:-80%;overflow-y: scroll;}
   .m_nav .m_navList ul{padding-left:5%;padding-right:5%}
   .m_nav .m_navList ul li{border-bottom:1px solid #232530}
   .m_nav .m_navList ul li a{display:block;height:45px;color:#fff;line-height:45px;padding-left:5%;font-size:16px}
   .m_nav .m_navList ul li .m_f_a{display: flex;align-items: center;justify-content: space-between; width: 100%}
   .m_nav .m_navList ul li .m_f_a a{flex: 1;}
   .m_nav .m_navList ul li .m_f_a i{width: 40px;height:35px;box-sizing: border-box; padding:0 5px; display: block;}
   .icon{ background:url(/imgs/m_plus.png) 100% no-repeat;background-position: 50% 50%; -webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
   .icon_on{background:url(/imgs/m_reduce.jpg) 50% no-repeat!important;background-position: 50% 50%;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
   .m_nav .m_navList ul li .m_s_nav{display:none;width: 100%;}
   .m_nav .m_navList ul li .m_s_nav a{display: block; height:40px;line-height:40px;font-size:14px;padding-left:10%;overflow: hidden; white-space: nowrap;width: 90%;text-overflow: ellipsis;}
}
