/* CSS Document */

* {
    margin: 0;
    padding: 0;
/*	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;*/
}
html{overflow-x: hidden;}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

body{
	font-family: "微软雅黑";
    font-size: 13px;
    color: #555;
    -webkit-font-smoothing: antialiased;
	line-height: 28px;
    margin:0 auto;
    background-color: #fff;
	}
	
ul li {
    list-style-type: none;
}
img{border:0;}
a{ 
blr:expression(this.onFocus=this.blur()); 
outline: none;
text-decoration:none;
}
a:active {star:expression(this.onFocus=this.blur());}
a {color:#555;text-decoration:none;}
a:hover{ color:#ec8a29;}
.fl{ float:left;}
.fr{ float:right;}
.clear{ clear:both; overflow:hidden; zoom:1;}
i, em {font-style: normal;}
.whitefont{color:#fff;}
.b0{bottom:0;}
.t0{ top:0;}
.none{ display:none;}
.picflash img{transition: all 0.6s;}
.picflash:hover img{transform:scale(1.1);} 
.bgh{ background-color:#f6f6f6;}
.bgw{ background-color:#FFFFFF;}
.pt50{ padding-top:50px !important;}
.pb50{ padding-bottom:50px !important;}
.p40{ padding:40px 0 !important;}
.p50{ padding:50px 0 !important;}
.p60{ padding:60px 0 !important;}
.p70{ padding:70px 0 !important;}
.p80{ padding:80px 0 !important;}
.pt80{ padding:80px 0 0 0 !important;}
.m40{  margin:40px 0 !important;}
.m50{  margin:50px 0 !important;}
.mb10{ margin-bottom:10px;}
.mb20{ margin-bottom:20px;}
.mb30{ margin-bottom:30px;}
.mb40{ margin-bottom:40px;}
.mb50{ margin-bottom:50px;}
.mb60{ margin-bottom:60px;}
.mb70{ margin-bottom:70px;}
.mb80{ margin-bottom:80px;}
.mb90{ margin-bottom:90px;}
.mb100{ margin-bottom:100px;}
.mt10{ margin-top:10px;}
.mt20{ margin-top:20px;}
.mt30{ margin-top:30px;}
.mt40{ margin-top:40px;}
.mt50{ margin-top:50px;}
.mt60{ margin-top:60px;}
.mt70{ margin-top:70px;}
.mt80{ margin-top:80px;}
.mt90{ margin-top:90px;}
.mt100{ margin-top:100px;}
.h60{ height:60px !important;}
.p20{padding:10px 0 30px; margin-bottom:50px;}
.bbd{border-bottom:1px #dfdfdf solid;}
.pl10{ padding-left:10px;}
.pr10{ padding-right:10px;}
.center{ text-align:center;}
.font35{ font-size:35px;}
.xian{ border-top:1px #f0f0f0 solid;}
input:focus {
  outline:none;
}

/*分页*/
.pageshow{ text-align:center; margin:30px 0 60px;}
.pageshow a {padding: 0 8px;line-height: 25px;display: inline-block;border: 1px #bbb solid;margin:20px 2px 2px 2px;background: #f8f9f7;}
.pageshow a.pagefan ,.pageshow a:hover{background: #333;border: 1px #333 solid; color:#FFFFFF;}

.txt{ padding:0 10px; font-size:15px; line-height:30px; min-height:250px;}
.txts{font-size:15px; line-height:30px;}
.txtimg img{ max-width:100%; height:auto;}

.main{ width:1200px; overflow:hidden; margin:0 auto;}

.top_h{ height:100px;}
.top_0{ height:0 !important;}
.header{ position:relative;height:80px; width:100%; padding:20px 0;background-color:#fff; 
-moz-transition: all .5s;
-o-transition: all .5s;
-webkit-transition: all .5s;
transition: all .5s;
-ms-transition: all .5s;
z-index:999;}
	
.nav_fixed {

padding:0;
height:100px;
position:fixed; 
top:0px;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    /*border-bottom: 1px solid #e3e3e3;*/
}

.header .logo{ padding-top:24px;}
.header .logo img{ height:52px; transition: all .5s;margin-left:0px;}
.header .logo:hover img{margin-left:10px;} 


.header .topnav{ height:100px; line-height:100px;}
.header .topnav a , .header .topnav a:link{color: #333;font-size: 15px;display: inline-block; margin-right:30px;text-decoration:none;position:relative; height:100px;}
.header .topnav a:hover{ color:#ec8a29;}
.header .topnav a:after{
    content: "";
    width: 0;
    height: 3px;
    background: #ec8a29;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: all .2s;
}
.header .topnav a:hover:after,.header .topnav a.active:after{
    left: 0%;
    width: 100%;
}

.lan{color:#999; height:100px; line-height:100px; margin-right:10px;}
.lan a{ font-size:15px; color:#999;}
.lan a:hover{ color:#555;}
.lan a.cur{color:#555;}
.lan span{ padding:0 10px;}

.search{ width:30px; height:25px; padding-top:37px; margin-right:35px; margin-left:15px; display:block; cursor:pointer; text-align:right; display:block;} 
.search img{  transition: all .5s;margin-right:0px;}
.search:hover img{margin-right:5px;} 

#search-form {
  -moz-transition: max-height, 0.5s;
  -o-transition: max-height, 0.5s;
  -webkit-transition: max-height, 0.5s;
  transition: max-height, 0.5s;
  position: absolute;
  top: 120px;
  left: 50%;
  margin-left:170px;
  width: 350px;
  max-height: 0;
  overflow: hidden;
}
.th{top: 100px !important;}
#search-form.open {
  max-height: 60px;
}
#search-form fieldset {
  position: relative;
  margin: 0 60px 0 0;
  padding: 0;
  border: none;
}
#search-form input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 60px;
}
#search-form input[type="search"] {
  width: 100%;
  padding: 0 5px 0 22px;
  background-color:#f5f5f5;
  border: none;
}
#search-form input[type="submit"] {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  margin: 0;
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background: #333;
  border: none;
  cursor: pointer;
}



.ys{ width:1160px; margin:0 auto;}
.ys li{ width:290px; float:left;}
.ys li .photo{ width:80px; height:88px; background:url(../images/h.png) top center no-repeat; float:left;}
.ys li:hover .photo{background:url(../images/hs.png) top center no-repeat;}
.ys li .photo img{-webkit-transition: -webkit-transform 0.6s ease-out;
    -moz-transition: -moz-transform 0.6s ease-out;
    -o-transition: -o-transform 0.6s ease-out;
    -ms-transition: -ms-transform 0.6s ease-out;
}
.ys li:hover .photo img{
transform:rotateY(180deg);
 -webkit-transform:rotateY(180deg);
 -moz-transform:rotateY(180deg);
 -ms-transform:rotateY(180deg);
 -o-transform:rotateY(180deg);
}
.ys li dl{ float:left; width:175px; padding-left:20px; padding-top:16px;}
.ys li dl dt{ font-size:20px; color:#333;}
.ys li dl dd{ font-size:15px; color:#888;}

.cpbox{ background:url(../images/cpbg.jpg) top center no-repeat #2c3034;}
.bt{ width:220px; margin:0 auto;}
.bt .b{ font-size:30px; color:#333333; text-align:center;}
.bt .s{ font-size:20px; color:#555; text-align:center; text-transform:uppercase;}
.bt .x{ height:1px; background-color:#e2e2e2; margin:20px 0 15px; position:relative;}
.bt .xx{ position:absolute; width:60px; height:4px; background-color:#ec8a29; left:80px; top:-1px;}
.bt .w{ color:#FFFFFF;}
.bt .xw{ background-color:#FFFFFF;}
.bt .xh{ background-color:#ccc;}

.cp{border-bottom:1px #565656 solid;border-top:1px #565656 solid; height:46px; margin:40px 0 30px;}
.cp1{display:-webkit-box;display:-moz-box;display:-ms-box;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-ms-box-orient:horizontal;-webkit-box-pack:center;-moz-box-pack:center;-ms-box-pack:center;}
.cp1 li:first-child{ border-left:0px;}
.cp1 li a{ float:left;  padding:0 40px; height:46px; line-height:46px; text-align:center; font-size:15px; border-right:1px solid #565656; color:#FFFFFF;}
.cp1 li a:hover{ background-color:#565656;}
.cp1 li:last-child a{ border-right:0px;}

.cp2{display:-webkit-box;display:-moz-box;display:-ms-box;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-ms-box-orient:horizontal;-webkit-box-pack:center;-moz-box-pack:center;-ms-box-pack:center; padding-bottom:30px; width:1200px; overflow:hidden;}
.cp2 li a{ float:left;  padding:0 40px; height:46px; line-height:46px; text-align:center; font-size:15px; background-color:#000;color:#FFFFFF; margin:0 10px;}
.cp2 li a:hover , .cp2 li a.cur{ background-color:#ec8a29;}


.cplist-2{ width:1200px; height:587px; overflow:hidden; margin:35px 0 55px;}
.cplist-2 li{ width:279px; padding:10px 10px 0 10px; float:left; border-right:1px #eee solid; background-color:#FFFFFF;display:block; border-bottom:1px #eee solid;}
.cplist-2 li .photo{ width:279px; height:233px; text-align:center; overflow:hidden;position: relative;display: table;}
.cplist-2 li .photo .pics{display: table-cell; vertical-align: middle;}
.cplist-2 li .photo .pics img{ margin:0 auto;}
.cplist-2 li .info{ width:279px; height:50px; line-height:50px; text-align:center; color:#555;}

.cplist-2 li .photo .mask{
   width: 279px;
   height: 233px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.cplist-2 li .photo img {
   display: block;
   position: relative;
}
.cplist-2 li .photo span.info {
   background:url(../images/link.png) center no-repeat;
   display: inline-block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:63px;
   height:63px;
}
.cplist-2 li .photo .mask {
   opacity: 1;
   overflow:visible;
   /*border:130px solid rgba(55,52,47,0.5);*/
background-color:rgba(55,52,47,0.5);
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   cursor:pointer;
   height:0;

}
.cplist-2 li .photo span.info {
   position:relative;
   top:68px;
   left:0px;
   opacity: 0;
   -webkit-transition: opacity 0.1s 0s ease-in-out;
   -moz-transition: opacity 0.1s 0s ease-in-out;
   -o-transition: opacity 0.1s 0s ease-in-out;
   -ms-transition: opacity 0.1s 0s ease-in-out;
   transition: opacity 0.1s 0s ease-in-out;
}
.cplist-2 li:hover .mask {
   opacity: 1;
   /*border:130px solid rgba(55,52,47,0.5);*/
    background-color:rgba(55,52,47,0.5);
   height:233px;
 
}
.cplist-2 li:hover span.info {

	opacity:1;
	-moz-transition-delay: 0.1s;
	-webkit-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
	transition-delay: 0.1s;
}


.cplist{ width:1248px; overflow:hidden; margin:0 0 55px;}
.cplist li{ width:244px; padding:10px 10px 0 10px; float:left; margin-right:48px; background-color:#FFFFFF; margin-top:35px;display:block;}
.cplist li.xi{padding:9px 9px 0 9px; border:1px #ddd solid;}
.cplist li .photo{ width:244px; height:200px; text-align:center; overflow:hidden;position: relative;display: table;}
.cplist li .photo .pics{display: table-cell; vertical-align: middle;}
.cplist li .photo .pics img{ margin:0 auto;}
.cplist li .info{ width:244px; height:50px; line-height:50px; text-align:center; color:#555;}



.cplist-p{ width:1248px; overflow:hidden; margin:0 0 55px;}
.cplist-p li{ width:244px; padding:10px 10px 0 10px; float:left; margin-right:48px; background-color:#FFFFFF; margin-top:35px;display:block;}
.cplist-p li.xi{padding:9px 9px 0 9px; border:1px #ddd solid;}
.cplist-p li .photo{ width:244px; height:200px; text-align:center; overflow:hidden;position: relative;display: table;}
.cplist-p li .photo .pics{display: table-cell; vertical-align: middle;}
.cplist-p li .photo .pics img{ margin:0 auto;}
.cplist-p li .info{ width:244px; height:50px; line-height:50px; text-align:center; color:#555;}



.cplist li{
	transition:All 0.3s ease-in-out !important;
	-webkit-transition:All 0.3s ease-in-out !important;
	-moz-transition:All 0.3s ease-in-out !important;
	-o-transition:All 0.3s ease-in-out !important;
	
}
.cplist li:hover {
	transform:translate(0,-10px) !important;
	-webkit-transform:translate(0,-10px) !important;
	-moz-transform:translate(0,-10px) !important;
	-o-transform:translate(0,-10px) !important;
	-ms-transform:translate(0,-10px) !important;
	-webkit-box-shadow:0px 5px 10px #999 !important;
    -moz-box-shadow:0px 5px 10px #999 !important;
    box-shadow:0px 5px 10px #999 !important;
}

.cplist li.xi:hover {
	transform:translate(0,-10px) !important;
	-webkit-transform:translate(0,-10px) !important;
	-moz-transform:translate(0,-10px) !important;
	-o-transform:translate(0,-10px) !important;
	-ms-transform:translate(0,-10px) !important;
	-webkit-box-shadow:0px 5px 10px #ddd !important;
    -moz-box-shadow:0px 5px 10px #ddd !important;
    box-shadow:0px 5px 10px #ddd !important;
}


.cplist li .photo .mask{
   width: 244px;
   height: 200px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.cplist li .photo img {
   display: block;
   position: relative;
}
.cplist li .photo span.info {
   background:url(../images/link.png) center no-repeat;
   display: inline-block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:63px;
   height:63px;
}
.cplist li .photo .mask {
   opacity: 1;
   overflow:visible;
   /*border:130px solid rgba(55,52,47,0.5);*/
background-color:rgba(55,52,47,0.5);
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   cursor:pointer;
   height:0;

}
.cplist li .photo span.info {
   position:relative;
   top:68px;
   left:0px;
   opacity: 0;
   -webkit-transition: opacity 0.1s 0s ease-in-out;
   -moz-transition: opacity 0.1s 0s ease-in-out;
   -o-transition: opacity 0.1s 0s ease-in-out;
   -ms-transition: opacity 0.1s 0s ease-in-out;
   transition: opacity 0.1s 0s ease-in-out;
}
.cplist li:hover .mask {
   opacity: 1;
   /*border:130px solid rgba(55,52,47,0.5);*/
    background-color:rgba(55,52,47,0.5);
   height:200px;
 
}
.cplist li:hover span.info {

	opacity:1;
	-moz-transition-delay: 0.1s;
	-webkit-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
	transition-delay: 0.1s;
}



a.more{ width:130px; height:37px; background-color:#999; line-height:37px; color:#FFFFFF; display:block; margin:0 auto; padding-left:50px; position:relative;-webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;}
a:hover.more{ background-color:#ec8a29;}

.more .now {
    background: url(../images/arrow_02.png) no-repeat 30px center;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.more:hover .now{background: url(../images/arrow_02.png) no-repeat 30px center;
  
}
.more i{ 
    width: 100px;
    height: 17px;
    position: absolute;
    left: 80px;
    top: 50%;
    margin-top: -9px;
}

.sbbox{ background-color:#f5f5f5;}

.sblist{ width:3120px; overflow:hidden; margin:50px 0 20px 0;}
.sblist li{ width:244px;padding:10px 10px 0 10px; float:left; margin-right:48px; background-color:#FFFFFF; margin-bottom:35px;}
.sblist li .photo{ width:244px; height:200px; text-align:center; overflow:hidden;background-color:#FFFFFF; position: relative;display: table;}
.sblist li .photo .pics{display: table-cell; vertical-align: middle;}
.sblist li .photo .pics img{ margin:0 auto;}
.sblist li .info{ width:244px; height:50px; line-height:50px; text-align:center;color:#555;}


.sblists{ width:1248px; overflow:hidden; margin:50px 0 20px;}
.sblists li{ width:264px; float:left; margin-right:48px; background-color:#FFFFFF; margin-bottom:10px;}
.sblists li .photo{ width:244px; height:200px; padding:9px;  text-align:center;overflow:hidden;background-color:#FFFFFF; position: relative;display: table; border:1px #ddd solid;}
.sblists li .photo .pics{display: table-cell;width:244px; height:200px; overflow:hidden; vertical-align: middle;}
.sblists li .photo .pics img{ margin:0 auto;}
.sblists li .info{ width:244px; height:50px; line-height:50px; text-align:center;color:#555;}


.khlists{ width:1248px; overflow:hidden; margin:50px 0 20px;}
.khlists li{ width:264px; float:left; margin-right:48px; background-color:#FFFFFF; margin-bottom:40px;}
.khlists li .photo{ width:244px; height:120px; padding:9px;  text-align:center;overflow:hidden;background-color:#FFFFFF; position: relative;display: table; border:1px #ddd solid;}
.khlists li .photo .pics{display: table-cell;width:244px; height:120px; overflow:hidden; vertical-align: middle;}
.khlists li .photo .pics img{ margin:0 auto;}


.zzlist{ width:1240px; overflow:hidden; margin:20px 0 0 0;}
.zzlist li{ width:208px;float:left; margin-right:40px; margin-top:30px;}
.zzlist li .photo{ width:206px; height:278px; border:1px #ddd solid; text-align:center; overflow:hidden;position: relative;display: table;-moz-transition: all .5s;
-o-transition: all .5s;
-webkit-transition: all .5s;
transition: all .5s;
-ms-transition: all .5s;}
.zzlist li .photo .pics{display: table-cell; vertical-align: middle;}
.zzlist li .photo .pics img{ margin:0 auto;}
.zzlist li .info{ width:208px; padding:10px 0; line-height:20px;text-align:center;color:#555;}
.zzlist li:hover .photo{border:1px #aaa solid;
-webkit-box-shadow:0px 3px 10px #c6c6c6 !important;
   -moz-box-shadow:0px 3px 10px #c6c6c6 !important;
        box-shadow:0px 3px 10px #c6c6c6 !important;}

.end{
background-image: url(../images/footbg.jpg);
    background-position: bottom center;
	background-color: #222;
    background-attachment: fixed;}


.foot{ background-color:#000; height:50px; line-height:50px; }
.foot ,.foot a{ color:#aaa; }
.foot a {margin-left:20px;}
.foot .power,.foot .power a{ color:#585858;margin-left:0px;}

.end_l{ padding-left:100px; color:#9c9c9c; line-height:25px;}
.end_l h1{ font-size:20px; color:#FFFFFF; margin-bottom:20px; display:block;}
.ewm{ background-image:url(../images/bg1.png); padding:10px; margin-top:20px;}
.ewm_l{ width:90px; height:90px; background-color:#FFFFFF;}
.ewm_r{ height:70px; line-height:22px;padding:20px 20px 0 0; color:#9c9c9c; font-size:12px;}
.end_r{ width:540px; height:280px; background-color:#FFFFFF; overflow:hidden;}
.pc_none{ display:none;}
.map_e { width:100%; height:280px;}

.sbnote p{ font-size:16px; line-height:30px; margin-right:400px;}
.sbnote span{ margin-bottom:10px; display:block; font-weight:bold;}
.sbnote .video2{float:right; width:350px; height:250px; background-color:#333;}

.m2pos {
    padding: 17px 0px 14px 10px;
    line-height: 24px;
    font-size: 13px;
    color: #666666;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
    background: #FFF;
	margin-bottom:3px;
}
.m2posNm {
    background: url("../images/m3icon1.png") no-repeat left 2px;
    padding-left: 23px;
}



.bt2{ width:220px;}
.bt2 .b{ font-size:38px; color:#333333; text-align:left; margin-bottom:15px;}
.bt2 .s{ font-size:20px; color:#bfbfbf; text-align:left; text-transform:uppercase; margin-bottom:20px;}
.bt2 .xx{ width:60px; height:4px; background-color:#ec8a29; left:80px; top:-1px;}
.bt2 .w{ color:#FFFFFF;}
.bt2 .xw{ background-color:#FFFFFF;}


.l_w{ width:480px; margin:30px 0 50px;}
.r_w{ width:670px; margin:30px 0 50px; overflow:hidden;}

.r_w2{ width:2300px ;overflow:hidden; margin-top:50px;}
.r_w2 li{ width:210px; margin-right:20px; float:left;}
.r_w2 li .photo{ width:210px; height:158px; text-align:center; overflow:hidden;background-color:#FFFFFF; position: relative;display: table;}
.r_w2 li .photo .pics{display: table-cell; vertical-align: middle;}
.r_w2 li .photo .pics img{ margin:0 auto;}
.r_w2 li p{ width:210px; padding-top:10px; text-align:center; line-height:22px; font-size:14px;}

.tt{border-left:1px #efefef solid; padding:10px 0 10px 40px; font-size:16px; line-height:35px; min-height:420px;}
.video { width:450px; height:300px; background-color:#000000; margin-top:40px;}
.wenhua{ width:450px; margin-top:40px;}
.tts2{ padding:130px 0 10px 40px; font-size:16px; line-height:35px;}

.p_wbox {
    background-image: url(../images/fazhanbg.jpg);
    background-position: center center;
    background-attachment: fixed;
	padding:50px 0;
}

.whitex{ background:url(../images/x.png) 53px 0px repeat-y; padding:20px 0;}
.times{ position:absolute; background:url(../images/d.png) right center no-repeat; height:20px; line-height:20px; font-size:18px; color:#FFFFFF; width:150px; left:0px; padding-left:10px; top:5px;}
.fonts{ color:#FFFFFF; margin-left:190px; font-size:16px; line-height:25px;}

.tt2{font-size:15px; line-height:30px; padding-top:180px; width:400px;}
.network{ background:url(../images/network01.png) right 0px no-repeat; min-height:473px;}



.boxl{width:550px; margin-left:30px;}
.tab{width:550px; margin:0 auto;}
.tab li{ margin-bottom:10px;}
.tab input ,.tab textarea{ width:100%; line-height:22px;padding: 10px 26px;border: 1px solid #ccc;
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */
font-family:"微软雅黑";
font-size:15px;}

.tab .sumbit{width: auto; margin-left:50px; cursor:pointer; background-color:#888; font-size:14px;padding: 10px 50px; color:#FFFFFF; border:0px;}
.tab .sumbit:hover{ background-color:#ec8a29; color:#FFFFFF;}
.w270{width:270px;}
.mr10{margin-right:10px;}

.feedback{width:550px;}
.feedback strong{font-size:18px; margin-bottom:15px; display:block; color:#555; font-weight:600;}


.m2newList {
    padding: 0 0px 12px;
    display: block;
}
.m2newList li {
    height: 200px;
    margin:35px auto 0;
}
.m2newList li a{ display:block;}

.overflowHide {
    float: left;
    height: 200px;
    width: 325px;
    overflow: hidden;
	background-color:#f8f8f8;
}
.overflowHide img{ width:325px; height:200px;transition: all 0.6s; }

.overflowHide a:hover  img{  
                transform: scale(1.1);  
            }  

.m2newTxt {
    margin-left: 452px;
    position: relative;
	
}

.m2newTimes {
    font-size: 60px;
    line-height: 52px;
    height: 52px;
    display: block;
    position: absolute;
    width: 100%;
    left: 0px;
    top: -52px;
    color: #cacaca;
}
.m2new_time {
    font: 16px/22px Arial;
    color: #999999;
    text-align: center;
    display: inline-block;
    width: 65px;
    position: absolute;
    top: 60px;
    left: -98px;
}
.m2new_t1 ,.m2new_t1 a {
    font-size: 16px;
    color: #000000;
	line-height: 46px;
    height: 46px;
	overflow:hidden;
    margin-bottom: 14px;
}
.m2new_t1 a:hover{ color:#008cd6;}
.m2newDes {
    padding-top: 20px;
    border-top: 1px solid #F1F1F1;
    font-size: 14px;
    color: #666666;
	height: 68px;
	line-height:24px;
	overflow:hidden;
}


.m2proBox {
    padding: 38px 0px;
    border-bottom: 1px solid #F2F2F2;
}
.m2proImgBox {
    padding-top: 10px;
    text-align: center;
    float: left;
    width: 400px;
}

.m2proList {
    margin-left: 430px;
    padding: 10px 0px 50px 35px;
    border-left: 1px solid #EDEDED;
    min-height: 200px;
}

.m2proList .tts {
    background: url("../images/m2put_icon1.jpg") no-repeat left center;
    font-size: 20px;
    color: #333;
    padding-left: 20px;
	margin-bottom:20px;
}

.backhome{ margin:50px 0; position:relative;}
.page-back{text-align:center; position:absolute; top:5px; left:50%; margin-left:-9px;}
.page-info{ float:left; width:39%; position:relative;}
.page-info a{ display:block; padding-left:40px; color:#323232; font-size:14px; line-height:26px; background:url(../images/triangle.png) left center no-repeat; transition:560ms;}
.page-info a b{ display:block; width:33px; height:1px; background:#a0a0a0; position:absolute; transition:730ms;}
.page-info:nth-child(1) a b{ left:88px; top:14px;}
.page-info:hover a{ color:#ff8c31; background:url(../images/triangle5.png) left center no-repeat;}
.page-info:hover a b{ width:300px; background:#ed6c00;}
.page-info:nth-child(2){ float:right;}
.page-info:nth-child(2) a{ padding-left:0; padding-right:40px; background:url(../images/triangle1.png) right center no-repeat; text-align:right;}
.page-info:nth-child(2) a b{ right:88px; top:14px;}
.page-info:nth-child(2):hover a{ background:url(../images/triangle4.png) right center no-repeat;}


.dl01 {
    padding-left: 0;
}
.dl05 {
    padding-right: 95px;
}
.t_top dl {
    overflow: hidden;
    padding: 0 35px;
    border-right: 1px solid #2b2b2b;
    float: left;
    min-height: 180px;
}
.t_top dt {
    overflow: hidden;
    font-size: 16px;
    padding-bottom: 15px;
    background: url(../images/p07_x.png) no-repeat left bottom;
    margin-bottom: 10px;
}
.t_top dt a {
    color: #fff;
	display:block;
}
.t_top dd {
    overflow: hidden;
}
.t_top dd a {
    display: block;
    font-size: 13px;
    color: #9c9c9c;
    line-height: 30px;
}
.t_top .wen {
    overflow: hidden;
    width: 300px;
    float: left;
    margin-left: 80px;
	line-height:25px;
	font-size: 13px;
    color: #9c9c9c;
}
.t_top .wen h1 {
font-size:18px; color:#fff; margin-bottom:20px; display:block;
}
.t_top .ewm2 {
    overflow: hidden;
    float: right;
    width: 121px;
    
	text-align:center;
	font-size:12px;
	color: #9c9c9c;
	line-height:40px;
}

@media only screen and (max-width: 1199px) {
body{

    font-size:0.8rem;

	line-height: 28px;

	}
.fl{ float:none;}
.fr{ float:none;}
.pt50{ padding-top:5% !important;}
.pb50{ padding-bottom:5% !important;}
.mt60{ margin-top:0;}
.main{ width:100%;}
.pc_none{ display:block;}
.wap_none{ display:none;}
.pageshow{ text-align:center; margin:2% 0 5%;}
.header{height: 80px; position: static; top:0px;z-index:999; width:100%;background-color:#fff;-webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0);
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,0); padding:0;}
.top_h{ height:0px;}

.nav_fixed {

height:80px;
position:static; 
border-bottom: 0px solid #e3e3e3;
}

.p60{ padding:10% 0 !important;}
.p60s{ padding:10% 0 0 0 !important;}
.ys{ width:100%; margin:0 auto;}
.ys li{ width:50%; float:left; margin-bottom:5%;}
.ys li .photo{float: none;margin:0 auto;}

.ys li dl{ float: none; width:100%; padding-left:0; padding-top:5%;}
.ys li dl dt{ font-size:1.2rem; color:#333; text-align:center;}
.ys li dl dd{ font-size:1rem; color:#888; text-align:center;}

.bt .b{ font-size:1.5rem;}
.bt .s{ font-size:1rem;}
.bt .x{  margin:6% 0 4%;}

.cplist2{ width:98%;  margin:0 auto 30px;}
.cplist2 li{ width:42%; margin:5% 2% 0 2%;padding:2% 2% 0 2%; float:left; background-color:#FFFFFF;}
.cplist2 li .photo{ width:100%; height:120px; overflow:hidden; text-align:center; overflow:hidden;position: relative;display: table;}
.cplist2 li.xi .photo{ border:1px #e0e0e0 solid;}
.cplist2 li.hi .photo{ height:80px;}
.cplist2 li .photo .pics{display: table-cell; vertical-align: middle;}
.cplist2 li .photo .pics img{max-width:100%; max-height:120px; }
.cplist2 li.hi .photo .pics img{max-width:100%; max-height:80px; }
.cplist2 li .info{ width:100%; padding:5% 0 0 0; height:40px; line-height:20px;text-align:center; overflow:hidden; font-size:1rem;}

.sblist2{ width:98%;  margin:0 auto 30px;}
.sblist2 li{width:42%; margin:5% 2% 0 2%;padding:2% 2% 0 2%;float:left;background-color:#FFFFFF;}
.sblist2 li .photo{ width:100%; height:120px; overflow:hidden; text-align:center; overflow:hidden;position: relative;display: table;}
.sblist2 li .photo .pics{display: table-cell; vertical-align: middle;}
.sblist2 li .photo .pics img{max-width:100%; max-height:120px; }
.sblist2 li .info{ width:100%; height:40px; line-height:40px;text-align:center;}

.zzlist2{ width:98%; overflow:hidden;}
.zzlist2 li{ width:46%; margin:5% 2% 0 2%;float:left;}
.zzlist2 li .photo{ width:100%; height:180px; border:1px #e0e0e0 solid; text-align:center; overflow:hidden;position: relative;display: table;}
.zzlist2 li .photo .pics{display: table-cell; vertical-align: middle;}
.zzlist2 li .photo .pics img{max-width:100%; max-height:180px; }
.zzlist2 li .info{ width:100%; padding:5% 0 ;line-height:20px; text-align:center;}

.mt50{ margin-top:10%;}

.end_l{ padding-left:10%; padding-right:10%;}
.end_l h1{ font-size:1.1rem;margin-bottom:5%;}
.ewm{width:260px; padding:10px; margin-top:20px;}
.ewm_l{ float:left;}
.ewm_r{font-size:0.7rem; float:right}
.end_r{ width:100%; height:280px;}

.whitex{ background:url(../images/x.png) 33px 0px repeat-y; }
.times{ font-size:15px;width:130px; left:0px;}
.fonts{ font-size:14px; margin-left:160px; }


.foot{  height: auto; line-height:28px; text-align:center; padding:5% 2%; }

.foot a{ margin-left:0px;}


.bt2{ width:220px; margin-left:20px; margin-bottom:10%;}
.bt2 .b{ font-size:1.8rem; margin-bottom:5%;}
.bt2 .s{ font-size:1.1rem; margin-bottom:5%;}

.l_w{ width:100%; margin:10% 0 0 0;}
.r_w{ width:90%; margin:5% auto;}

.r_w2{ width:100%;overflow:hidden; margin-top:5%;}
.r_w2 li{width:44%; margin:5% 1% 0 1%;padding:2% 2% 0 2%;float:left;}
.r_w2 li .photo{ width:100%; height:120px; overflow:hidden; text-align:center; overflow:hidden;position: relative;display: table;background-color:#FFFFFF;}
.r_w2 li .photo .pics{display: table-cell; vertical-align: middle;}
.r_w2 li .photo .pics img{max-width:100%; max-height:120px; }
.r_w2 li p{ width:100%; padding-top:5%; text-align:center; line-height:20px;}


.tt{border-left:0px; padding:10px 0; font-size:0.8rem; line-height:25px; min-height:inherit;}
.video { width:100%;margin-top:0;}
.wenhua{ width:100%; margin-top:0;}
.tts2{ padding:5% 0 0 0;  font-size:0.8rem; line-height:25px;}

.p_wbox {
	padding:6% 0;
}
.p80{ padding:12% 0 !important;}
.pt80{ padding:12% 0 0 0 !important;}
.tt2{font-size:0.8rem; line-height:25px; padding-top:5%; width:90%; margin:0 auto 5%;}
.network{ background:url(../images/network01.png) right -10000px no-repeat; min-height: inherit;}

.sbnote{ padding-top:0px!important;}
.sbnote p{ font-size:0.9rem; line-height:25px; padding:0 5% 5%; border-bottom:20px #f5f5f5 solid; margin-right: 0;}
.sbnote span{ margin-bottom:5%; display:block; font-weight:bold;}
.sbnote .video2{float: none; width:100%; min-height:250px; background-color:#333; margin-bottom:5%; }

.p50{ padding:10% 0 !important;}

.boxl{width:100%; margin-left:0; padding:0 10%;}
.tab{width:90%; margin:0 auto;}
.tab li{ margin-bottom:10px;}
.tab input ,.tab textarea{ width:100%; line-height:22px;padding: 10px 26px;
font-size:0.8rem;}

.tab .sumbit{width: 100%; margin-left:0;  background-color:#ec8a29; font-size:1rem;}
.w270{width:100%;}
.mr10{margin-right:0;}

.feedback{width:100%;}
.feedback strong{font-size:1.2rem; margin-bottom:5%; padding-left:5%;}



.m2newList li {
    height: auto;
    margin:10% auto 0;
}
.m2newList li a{ display:block;}

.overflowHide { display:none;}


.m2newTxt {
    margin-left: 0;
    position: relative;
	width:90%; margin:0 auto;
	
}

.m2newTimes { display:none;}

.m2new_t1 ,.m2new_t1 a {
    font-size:1rem;
   
	line-height: 25px;
    height: 25px;
    margin-bottom: 3%;
}

.m2newDes {
    padding-top: 3%;
    border-top: 1px solid #F1F1F1;
    font-size: 0.8rem;
	height: auto;
	line-height:22px;

}


.m2proBox {
    padding: 0 0px 3%;
    border-bottom: 1px solid #F2F2F2;
}

.m2proImgBox {
    padding-top: 0;
    text-align: center;
    width: 100%;
	float: none;
	border-bottom: 1px solid #F2F2F2;
	padding:5%px 0; margin-bottom:5%;
}
.m2proImgBox img { width:100%; height:auto;}

.m2proList {
 margin-left: 0;
  width:90%; margin:0 auto;
   padding: 5% 0;
    border-left: 0px;
	min-height: inherit;
}

.m2proList .tts {
    background: url("../images/m2put_icon1.jpg") no-repeat left center;
    font-size: 1.2rem;

	margin-bottom:5%;
}
.backhome{ margin:10% 0; position:relative; padding:0 5%;}

.page-info{ float:left; width:39%; position:relative;}
.page-info a{ ont-size:0.8rem;}
.page-info:hover a b{ width:50px;}


}



.solution-wrap{}
.trans{-webkit-transition:all 300ms ease 0s;transition:all 300ms ease 0s;outline:none;}
.solution-wrap .list{background:url(../images/qiege.jpg) no-repeat right;height: 550px;overflow: hidden;}
.solution-wrap .list .zhongjuan{ width:80%; margin:0px 10%; height: 100%;}
.solution-wrap .list .solution{width: calc(24% - 1px);border-left: solid 1px #ccc;height: 100%;padding: 0 0px;text-align: center;}
.solution-wrap .list .solution:first-child{border-left: none;}
.solution-wrap .list .solution .title{font-size: 22px;color: #fff;display: block;margin-top: 15px;}
.solution-wrap .list .solution .brief{text-align: center;font-size: 15px;color: #fff;line-height: 23px;height: 230px;overflow: hidden;display: none; letter-spacing:1px; max-width:70%; margin:20px auto;}
.solution-wrap .list .solution .brief p{ font-size:15px; color:#fff; line-height:28px; margin:0;}
.solution-wrap .list .solution .img{margin-top: 210px;}
.solution-wrap .list .solution .img img{max-width: 100%;height: auto;}
.solution-wrap .list .solution .detail{display: block;width: 118px;height: 40px;border: solid 1px #5b95aa;font-size: 13px;color: #fff;text-align: center;line-height: 40px;margin: 0 auto;margin-top: 35px;display: none;}
.solution-wrap .list .solution.on{width: calc(25.77% - 1px);background:-webkit-gradient(linear, 46% 0%, 100% 0%, from(rgba(236,138,41,0.8)), to(rgba(196,99,5,0.8)));}
.solution-wrap .list .solution.on .img{margin-top: 175px;}
.solution-wrap .list .solution.on .brief{display: block;}
.solution-wrap .list .solution.on .detail{display: block;}
.solution-wrap .list.mobile{display: none;}

@media only screen and (max-width:1400px){
.solution-wrap .list .zhongjuan{ width:90%; margin:0px 5%; height: 100%;}
}
@media only screen and (max-width:980px){

.solution-wrap .list{height: auto;background:url(../images/qiege.jpg) no-repeat center center;background-size: cover;}
	.solution-wrap .list .solution{width: auto;float: none;height: auto;padding: 20px 20px;}
	.solution-wrap .list .solution.on{width: auto;height: auto;}
	.solution-wrap .list .solution .brief{height: auto;display: block; text-align:center; margin:0 auto; max-width:80%;}
	.solution-wrap .list .solution .brief p{ font-size:13px; line-height:25px; text-align:center;}
	.solution-wrap .list .solution .img{margin-top: 10%;}
	.solution-wrap .list .solution.on .img{margin-top: 10%;}
	.solution-wrap .list .solution .detail{display: block;}
.solution-wrap .list .solution.on{ background:none;}
.solution-wrap .list .solution .title{ font-size:15px;}
	.solution-wrap .list.pc{display: none;}

.solution-wrap .list.mobile{display: block;}

}


@media (max-width: 639px) {
.solution-wrap .list{height: auto;background:url(../images/qiege.jpg) no-repeat center center;background-size: cover;}
.solution-wrap .list .solution{width: auto;float: none;height: auto; min-height:200px;padding: 0px 0px 20px 0; background:rgba(115,189,91,0);border-left: solid 1px #ccc;}
.solution-wrap .list .solution.on{width: auto;height: auto;}
.solution-wrap .list .solution .brief{height: auto;display: block; text-align:center; margin:0 auto;max-width:90%;}
.solution-wrap .list .solution .brief p{ font-size:12px; line-height:20px; text-align:center;}
.solution-wrap .list .solution .img{margin-top: 10%;}
.solution-wrap .list .solution.on .img{margin-top: 10%;}
.solution-wrap .list .solution .detail{display: block;}
.solution-wrap .list.pc{display: none;}
.solution-wrap .list.mobile{display: block;}
.solution-wrap .list .solution .title{ font-size:14px;}
.solution-wrap .list .solution.on{ background:none;}
}


.titel{height:36px; line-height:36px; font-size:1rem; padding:0 15px 0 38px; border-bottom: solid 1px #ededed; position:relative;margin:10px 0;}
.titel:after{
	width:6px;
    height:20px;
    background-color: #ec8a29;
	border-radius:10px;
	-webkit-border-radius:10px;
    display: block;
    content: '';
    position: absolute;
	left:15px;
	top:8px;
    right:auto;
    bottom: auto;
    z-index:3;
    pointer-events: none;
}

.titel a.cur{ font-weight:bold; color:#00923f;}
.flol { float: left;}
