/* 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: 14px;
    color: #333;
    -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:#333;text-decoration:none;}
a:hover{ color:#0e4a73;}
.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;}
.pb80{ padding-bottom:80px !important;}
.pt20{ padding-top:20px !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;}
.pt70{ padding:70px 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;}
.mt0{ margin-top:0px !important;}
.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;
}
.hui{ background-color:#f5f5f5;}
.hei{ background-color:#242628;}
.pc_none{ display:none;}
.f16{font-size:16px;}
.m0{ margin:0 auto;}

/*分页*/
.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:0px 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;}
.main2{ width:1300px; margin:0 auto;}
.main_1{ width:1000px; overflow:hidden; margin:0 auto;}

.top_h{ height:100px;}
.top_h2{ height:180px;}
.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);

}

.search{ width:30px; height:25px; padding-top:42px; margin-right:25px;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:325px;
  width: 260px;
  max-height: 0;
  overflow: hidden;
  z-index:9999;
}
.th{top: 100px !important;}
#search-form.open {
  max-height: 60px;
}
#search-form fieldset {
  position: relative;
  margin: 0 80px 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:#f0f0f0;
  border: none;
}
#search-form input[type="submit"] {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  margin: 0;
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background: #0055a3;
  border: none;
  cursor: pointer;
}

a.lanuages{ height:22px; width:50px; background-color:#0e4a73; text-align:center; line-height:22px; color:#FFFFFF; margin-top:40px;border-radius:50px;}

/*首页*/

.bt {text-align:center; color:#222; font-size:30px;}
.bt i{ color:#9c9c9c; font-size:18px; display:block; margin-top:10px; text-transform:uppercase; font-weight:normal;}

.cplist ul{ width:1400px;  margin:0 auto; overflow:hidden;}
.cplist ul li{ float:left; width:700px; height:350px; overflow:hidden;}
.cplist ul li img{width:700px; height:350px;}

.bg{ background:url(../../images/bg.jpg) top center no-repeat #f1f1f1; height:729px; position:relative;}
.gsjj_box{position:absolute; width:700px; height:630px; background-color:#FFFFFF; right:50%; margin-right:-650px; top:50px;}
.gsjj{ width:600px; margin:0 auto; color:#333; font-size:15px; padding-top:40px; line-height:30px; height:180px;  overflow:hidden;}

.about_ico{  width:550px; margin:40px auto;}
.about_ico li{ width:80px; float:left; margin:0 15px; text-align:center; font-size:15px; line-height:40px;}

.about_ico li div{ width:80px; height:80px; background-position:center center; background-repeat:no-repeat; 
-webkit-transition: -webkit-transform .8s ease-in;-moz-transition: -moz-transform .8s ease-in;-o-transition: -o-transform .8s ease-in;transition: transform .8s ease-in; margin:0 auto;}
	
.about_ico li:hover div {-moz-transform: rotate(360deg);-moz-transform-origin: center center;-webkit-transform: rotate(360deg);-webkit-transform-origin: center center;-o-transform: rotate(360deg);-o-transform-origin: center center;transform: rotate(360deg);transform-origin: center center;}
 
.about_ico li div.ico1{ background-image:url(../../images/ico1.png);transition: all .8s;}
.about_ico li div.ico2{ background-image:url(../../images/ico2.png);transition: all .8s;}
.about_ico li div.ico3{ background-image:url(../../images/ico3.png);transition: all .8s;}
.about_ico li div.ico4{ background-image:url(../../images/ico4.png);transition: all .8s;}
.about_ico li div.ico5{ background-image:url(../../images/ico5.png);transition: all .8s;}

.about_ico li:hover div.ico1{ background-image:url(../../images/ico1s.png);}
.about_ico li:hover div.ico2{ background-image:url(../../images/ico2s.png);}
.about_ico li:hover div.ico3{ background-image:url(../../images/ico3s.png);}
.about_ico li:hover div.ico4{ background-image:url(../../images/ico4s.png);}
.about_ico li:hover div.ico5{ background-image:url(../../images/ico5s.png);}

a.more{ width:160px; height:50px; line-height:50px; background:url(../../images/jj.png) 140px 16px no-repeat; padding-left:35px;  overflow:hidden; display:block; margin-top:40px;border-radius:5px; border:1px #d9d9d9 solid; color:#666; font-size:14px;transition: all .5s; margin:0 auto; text-transform:uppercase;}
a:hover.more{background:url(../../images/jjs.png) 145px 16px #0e4a73 no-repeat; color:#fff;border:1px #0e4a73 solid;}

.icolist li{ width:300px; float:left; overflow:hidden; text-align:center;}
.icolist li dt{ display:block; font-size:18px; margin-top:15px; font-weight:bold;}
.icolist li dd{display:block; color:#666; margin-top:5px;}
.icolist li 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;
}
.icolist li:hover img{
transform:rotateY(180deg);
 -webkit-transform:rotateY(180deg);
 -moz-transform:rotateY(180deg);
 -ms-transform:rotateY(180deg);
 -o-transform:rotateY(180deg);
}

/*底部*/
.foot_b{ background-color:#2b2b2b; padding:60px 0 0 0; position:relative;}
.foot_t1{border-bottom:1px #37393b solid; padding-bottom:30px; margin-bottom:30px;}
.foot_t1 a{ float:left; display:block; color:#FFFFFF; font-size:16px; margin:0 20px;}
.foot_t1 a.top{float:right; margin-top:6px; margin-right:30px;}


.foot{ background-color:#2b2b2b; padding:0 0 60px 0; color:#FFFFFF;}
.foot a {color:#FFFFFF;}
.foot span{ padding:0 20px;}
.foot .fc , .foot .fc a{ color:#666666;}
.foot b{ font-weight:normal; color:#FFFF00;}


.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:#0e4a73; 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;}

/*关于我们*/

.m2pos {background-color: #fafafa;border-bottom: 1px solid #e8e8e8;}

.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;width:1200px; overflow:hidden; height:82px;}
.cp2 li {padding:0 60px; position: relative;}
.cp2 li a{ float:left;  height:80px; line-height:82px; text-align:center; font-size:16px;color:#333;}
.cp2 li a:hover , .cp2 li a.cur{ border-bottom:2px #0e4a73 solid; color:#0e4a73;}

.cp2 li:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 7px);
    right: 0;
    width: 1px;
    height: 14px;
    background-color: #cccccc;
}

.cp2 li:last-child:after { display: none;}

.w600{ width:600px; overflow:hidden;}
.w600_info{ width:520px; padding-left:80px;}
.pr80{ padding-right:80px !important; padding-left:0 !important;}
.t_a_l{ text-align:left;}
.t_a_r{ text-align:right;}
.txt_s {
    font-size: 15px;
    color: #5f5f5f;
    line-height: 1.8;
	padding-top:30px;
}

.ap1{ width:600px; overflow:hidden; height:350px;  position: relative;}

.ap1 img{ width:auto; height:350px; position: absolute;
top: 50%;
left: 50%;
margin-top: -175px; /* 高度的一半 */
margin-left: -377px; /* 宽度的一半 */
}

.ap2{width:540px; height:320px; overflow:hidden;padding: 30px 30px 0 30px;}
.ap2 dt {
    padding-bottom: 10px;
    font-size: 20px;
    color: #000;
}
.ap2 dd {
    font-size: 14px;
    line-height: 25px;
    margin-top: 14px;
	color:#555;
}

.line2{width:35px; height:3px; background-color:#0e4a73; margin:10px 0;}


/*证书*/
.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;}
		
/*风采*/

.ot{ width:4070px; overflow:hidden; margin:0 auto;}
.ot2{ width:1221px; margin:50px auto 0;}
.ot li{ width:366px; height:335px; margin-right:21px; float:left; background-color:#f0f0f0; padding:10px 10px 0 10px; }
.ot2 li { margin-bottom:20px;}
.ot li .photo{ width:366px; height:275px;  text-align:center;overflow:hidden;position: relative;display: table;background-color:#FFFFFF;}
.ot li .photo .pics{display: table-cell;width:366px; height:275px; overflow:hidden; vertical-align: middle;}
.ot li .photo .pics img{ margin:0 auto; position: relative;}
.ot li .info{ width:336px; height:60px; line-height:60px; text-align: center; font-size:15px;font-size:16px; color:#333;transition: all .3s;}



/*新闻*/

.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:#0e4a73;}
.m2newDes {
    padding-top: 20px;
    border-top: 1px solid #F1F1F1;
    font-size: 14px;
    color: #666666;
	height: 68px;
	line-height:24px;
	overflow:hidden;
}

/*产品*/

.piclist3{float:left; width:1230px;overflow:hidden;}
.piclist3 li{ float:left; display:block;width:358px; height:408px; padding:10px; background-color:#FFFFFF; border:1px #ddd solid;  margin-right:30px; margin-top:30px; text-align:center; color:#999;}
.piclist3 li .picbox{ width:360px;height:360px; overflow:hidden;background-color:#FFFFFF; position: relative;display: table;}
.piclist3 li .picbox .pics{display: table-cell; vertical-align: middle;}
.piclist3 li .titbox{ height:50px; line-height:50px; overflow:hidden; font-size:16px;}
.piclist3 li{
	transition:All 0.3s ease-in-out;
	-webkit-transition:All 0.3s ease-in-out;
	-moz-transition:All 0.3s ease-in-out;
	-o-transition:All 0.3s ease-in-out;
	
}
.piclist3 li:hover {
	transform:translate(0,-10px);
	-webkit-transform:translate(0,-10px);
	-moz-transform:translate(0,-10px);
	-o-transform:translate(0,-10px);
	-ms-transform:translate(0,-10px);
	-webkit-box-shadow:0px 5px 15px #e5e5e5;
    -moz-box-shadow:0px 5px 15px #e5e5e5;
    box-shadow:0px 5px 15px #e5e5e5;
}

.propic{ max-width:500px; height:auto;  margin-bottom:30px;}
.protitle{font-size:16px; font-weight:bold; color:#333}
.p2023{padding:20px 0 20px 30px;}

.store-view .up{ border:1px solid #e8e8e8; padding:30px; background:#fff; margin-top: 10px;}
.store-view .up .store-demo{ width:580px; float:right; position:relative; }
.store-view .up .store-demo .title{ font-size:24px; color:#000; margin-top:20px;text-align:left;}
.store-view .up .store-demo .xx{ margin:8px 0 20px; color:#999;text-align:left;}
.store-view .up .store-demo .text-box{ padding:15px 0px; position:relative; border-top:1px solid #e1e1e1;font-size:15px;}

.store-view .up .store-banner{ width:500px; float:left;}
.store-view .up .store-banner .list,.store-view .up .store-banner .list ul li,.store-view .up .store-banner .list ul li img{ width:500px; 
	height:500px; overflow:hidden; position:relative; display:block;}
.store-view .up .hd-tu{ height:80px; width:500px; margin:8px 0 8px; overflow:hidden; position:relative;}
.store-view .up .hd-tu ul li{ display:block; float:left; height:80px; width:80px; margin-right:4px;}
.store-view .up .hd-tu ul li img{ height:80px; width:80px;}
.store-view .up .hd-tu ul li.on img{height:78px; width:78px; border:1px solid #00a2e9;}
.store-view .up .hd-tu a{ display:block; width:22px; height:46px; position:absolute; top:50%; margin-top:-23px; cursor:pointer; z-index:10;}
.store-view .up .hd-tu a.prev{ left:0px; background:url(../../images/xx_03.png) no-repeat center;}
.store-view .up .hd-tu a.next{ right:0px; background:url(../../images/xx_05.png) no-repeat center;}


.backhome{ margin:30px 0 50px; 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:##c49845; background:url(../../images/triangle5.png) left center no-repeat;}
.page-info:hover a b{ width:300px; background:##c49845;}
.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;}

.m_content{ margin:50px 0 30px;background-color:#f3f3f3;}
.m_content li{width:20%;height: 50px; line-height:50px;float:left; display:block;text-align:center;font-size:16px;}
.m_content li:hover , .m_content li.active{background-color:#0e4a73;color:#FFFFFF; font-weight:bold;}


@media only screen and (max-width: 1199px) {
body{

    font-size:.9rem;

	line-height: 28px;

	}
.fl{ float:none;}
.fr{ float:none;}
.pt50{ padding-top:10% !important;}
.pb50{ padding-bottom:10% !important;}
.p50{ padding:5% 0 !important;}
.pt20{ padding-top:1% !important;}
.pt70{ padding:10% 0 0 0 !important;}
.p70{ padding:10% 0 !important;}
.mt60{ margin-top:0;}
.m50{  margin:10% 0 !important;}
.main , .main2 , .main_1{ 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;}

.txt{ padding:0px 5%; font-size:1rem; line-height:2em; min-height: inherit;}
/*.txt video{ width:100% !important;}*/

.nav_fixed {

height:80px;
position:static; 

}

.p80{ padding:10% 0 !important;}
.p60{ padding:10% 0 !important;}
.p60s{ padding:10% 0 0 0 !important;}


.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: #0e4a73;
	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:#0e4a73;}
.flol { float: left;}

.boxl{width:90%; margin-left:0; margin-bottom: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:#0e4a73; 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%;}

.foot{  height: auto; line-height:28px; text-align:center; padding:5% 2%; background-color:#f5f5f5; color:#666;}
.foot span{ padding:0; display:block;}
.foot b{ font-weight: bold; color:#333;}
.foot a {color:#666;}

#end {display: block;  position:fixed; bottom:0; width:100%;height: 80px; z-index:88; left:0; background-color:#0e4a73;}
#end a{ width:25%;background-color:#0e4a73; height:80px;color:#FFFFFF; text-align:center;}
#end a i{font-size: 1.5rem; display:block; padding-top:18px; padding-bottom:2px;}
#end a span{font-size:.9rem}

.mt80{ margin-top:50px;}
.mt50{ margin-top:20px;}
.mb80{ margin-bottom:50px;}

.bt {font-size:2rem;}
.bt i{font-size:1.2rem;}

.cplist ul{ width:100%;}
.cplist ul li{ float: none; width:100%; height:auto; margin-bottom:0;}
.cplist ul li img{width:100%; height:auto;}


.bg{ background:none; height: auto; position: inherit;}
.gsjj_box{position: inherit; width:100%; height: auto; background-color:#FFFFFF; right:0; margin-right:0; top:0;}
.gsjj{ width:90%; margin:0 auto;font-size:1rem; padding-top:20px; line-height:30px; height: auto;}
.about_ico{  width:100%; margin:20px auto 0;}
.about_ico li{ margin-bottom:20px;}
.about_ico li div.ico1{transition: all 0s;}
.about_ico li div.ico2{transition: all 0s;}
.about_ico li div.ico3{transition: all 0s;}
.about_ico li div.ico4{transition: all 0s;}
.about_ico li div.ico5{transition: all 0;}

.icolist { border-top:1px #eee solid;}
.icolist li{ width:50%; margin-top:50px;}
.icolist li dt{ font-size:1.2rem; }
.icolist li dd{ font-size:.9rem}


.w600{ width:100%; display:block;}
.w600 img{ width:100%; height:auto;}
.w600_info{ width:90%; padding:0; display:block; margin:0 auto;}
.pr80{ padding-right:0 !important; padding-left:0 !important;}
.t_a_l{ text-align: center;}
.t_a_r{ text-align:left;}
.txt_s {
    font-size: 15px;
    color: #5f5f5f;
    line-height: 1.8;
	padding-top:30px;
 min-width:600px;
word-break:break-all; 
word-wrap:break-word;  
}

.ap1{ width:100%; height: auto;}
.ap1 img{ width:100%;}
.ap2{width:85%; height: auto;padding: 8% 0; margin:0 auto;}
.ap2 dt {
    padding-bottom: 0;
    font-size: 1.2rem;
    color: #000;
}
.ap2 dd {
    font-size: 1rem;
    line-height:2rem;
    margin-top: 5%;

}
.line2{wheight:2px;margin:5% 0;}


.cplist2{ width:98%;  margin:8% auto;}
.cplist2 li{ width:42%; margin:2% 2% 0 2%;padding:2% 2% 0 2%; float:left; background-color:#fff;}
.cplist2 li .photo{ width:100%; height:120px; overflow:hidden; text-align:center; overflow:hidden;position: relative;display: table;}
.cplist2 li .photo2{ height:150px;} 
.cplist2 li .photo3{ 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 .photo2 .pics img{max-width:100%; max-height:150px; }
.cplist2 li .photo3 .pics img{max-width:100%; max-height:80px; }
.cplist2 li .info{ width:100%; padding:0; height:30px; overflow:hidden;  line-height:30px;text-align:center; overflow:hidden; font-size: .8rem}
.cplist2 li .info2{ font-size:1rem;height:40px;padding:8% 0 0 0;}



.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;}



.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;

}


.store-view .up{ border:0px solid #e8e8e8; padding:0 3%; margin-top: 0px;}
.store-view .up .store-banner{ width:96%; float: none;border:1px solid #e8e8e8;padding:2%;}
.store-view .up .store-banner, .store-view .up .store-banner img{ max-width:100%;}
.store-view .up .store-demo{ width:100%; float: none;}
.store-view .up .store-demo .title{ font-size:1.3rem;margin-top:10%; text-align:center;}
.store-view .up .store-demo .xx{ margin:2% 0 5%;text-align:center;}
.store-view .up .store-demo .text-box{ padding:5% 0px;font-size:.9rem;}


.m_content{ margin:10% 0 5%;}
.m_content li{font-size:.9rem; width:40%;}


.backhome{ margin:15% 3%;}
.page-info:hover a b{ width:0px;}


.slidely{width:100%;height:300px;position:relative;margin:0 auto;}
.slidely .hd{height:10px;position:absolute;right:0px;bottom:0px;z-index:1;width:100%;text-align:center;}
.slidely .hd ul{overflow:hidden;zoom:1;}
.slidely .hd ul li{margin:0 7px;width:10px;height:10px;line-height:10px;display:inline-block;*display:inline;*zoom:1;background:#dfdfdf;cursor:pointer;border-radius:50%;-webkit-border-radius:50%;}
.slidely .hd ul li.on{background:#000000;width:12px;height:12px;}
.slidely .bd{position:relative;height:100%;z-index:0; width:100%; margin:0 auto;}
.slidely .bd li{zoom:1;vertical-align:middle;text-align:center;display:table-cell;vertical-align:middle;width:100%;height:300px;}
.slidely .bd li img{ margin:0 auto;}
.slidely .prev,.slidely .next{position:absolute;left:30px;top:50%;margin-top:-34px;display:block;width:30px;height:68px;background:url(../../images/left.png) no-repeat center center #a0a0a0;}
.slidely .next{left:auto;right:30px;background:url(../../images/right.png) no-repeat center center #a0a0a0;}
.slidely .prev:hover,.slidely .next:hover{background-color:#000000;}
.slidely .bd ul li img{ max-width:100%; height:300px;}


}

.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(0,140,196,0.8)), to(rgba(0,65,147,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: 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;}
}

ol{margin:0;padding:0;}
.list-paddingleft-1{padding-left:0}
.list-paddingleft-2{padding-left:20px}
.list-paddingleft-3{padding-left:40px}