
/*------style.css  start------*/
/*less*/
@c:center;
@small:12px;
@mid:14px;
@big:16px;
@b:#000;
@g:#666;
@r:#d41c29;
.clearfix:after{
	content:"";
	display:block;
	clear:both;
}
.clearfix{
	zoom:1;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.db{
	display:block;
}
.tl{
	text-align: left;
}
.tc{
	text-align: center;
}
.tr{
	text-align: right;
}
.full{
	width:100%;
	height:100%;
}
.box{
	display: inline-block;
}
.none{
	display: none;
}


/* header */
.header{position:relative;height:50px;}
.header .logo{float:left;margin-top:10px;margin-left:10px;}
.header .logo h1{font-size:0;}
.header .title{float:left;margin-top:10px;}
.header .title .line{float:left;border-left:1px solid #c8c8c8;height:30px;margin:0 5px;}
.header .title .words{float:left;}
.header .title .words p{color:#283088;margin-bottom:2px;font-weight:bold;}
#head .header-navigation{
	float:right;
	margin-top: 10px;
    margin-right: 6px;
}
#head .header-navigation i{
	font-size:38px;
}

/*Bottom Ball Menu*/

.menu-wrapper-background{
    position:fixed;
    z-index:99999;
    background-color:rgba(0,0,0,0.6);
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    display:none;
}

/*Top Sliding Menu*/

.menu-top{
    position:fixed!important;
    z-index:999999999;
    max-height:428px;
    width:300px!important;
    left:50%;
    margin-left:-150px;
    border:solid 1px #cacaca;
}


.active-submenu{
    display:block;
    min-height:100%;
    max-height:500px!important;
}

.active-menu .fa-circle{
    color:#2ecc71!important;
    margin-top:26px;
}


.menu-top li{list-style:none; margin-bottom:0px;}
.menu-top li a:hover{background-color:rgba(0,0,0,0.05)!important; }
.submenu{margin-bottom:0px;}


.page-content{
    -webkit-transform:translateY(0px);
    transform:translateY(0px);
    transition:all 350ms ease;
}

.menu-top{
    border-top:solid 1px rgba(0,0,0,0.1);   
    background-color:rgba(255,255,255,1);
    position:absolute;
    width:100%;
    z-index:99999999;
    height:100%;
    top:-500px;
    overflow:scroll!important;
    -webkit-overflow-scrolling: touch!important;
    transition:all 350ms ease;
    border-radius:10px;
}

.show-menus{
    top:50%;
    margin-top:-210px;
    transition:all 350ms ease;
}

.menu-top span{
    border-bottom:solid 1px rgba(0,0,0,0.01); 
    display:block;
    font-size:11px;
    font-family:'Roboto', sans-serif;
    text-align:Center;
    padding-top:5px;
    padding-bottom:5px;
}

.menu-top a i{
    position:absolute;
    margin-top:24px;
    margin-left:-40px;
    font-size:14px;
}

.menu-top .fa-circle{
    /*position:absolute!important;*/
    float:right;
    right:0px;
    margin-right:25px;
    font-size:8px;
    margin-top:29px;
}

.menu-top .fa-angle-right{  
    position:absolute;
    left:40px;
    top:-3px;
}

.menu-top .fa-plus{
    -ms-transform: rotate(0deg); 
    -webkit-transform: rotate(0deg); 
    transform: rotate(0deg);
    position:absolute!important;
    right:0px;
    margin-right:24px;
    font-size:11px;
    margin-top:27px;
    transition:all 350ms ease;
}

.menu-top .fa-times{    
    position:absolute;
    right:0px;
    margin-right:24px;
    font-size:11px;
    margin-top:27px;
    transition:all 350ms ease;
}

.menu-top a{
    font-size:13px;
    font-weight:500;
    padding-left:70px;
    color:#3b4043;
    line-height:60px;
	display: block;
	position: relative;
	overflow: hidden;
    border-bottom:solid 1px rgba(0,0,0,0.1); 
}

.submenu li:last-child{
    border-bottom:solid 1px rgba(0,0,0,0.08)!important;
}

.menu-top a:hover{color:#000000;}

/*.submenu{display:none;}*/

.submenu{
    max-height:0px;
    overflow:hidden;
    transition:all 350ms ease;
}

.show-submenu{
    max-height:5000px!important;
    transition:all 350ms ease;
}

.submenu a{
    font-size:12px;
    line-height:60px!important;
    opacity:0.8;
    padding-left:90px;
}

.submenu li:hover{
    background-color:rgba(0,0,0,0.02);
}

.submenu .fa-angle-right{
    margin-left:26px;
    margin-top:27px;
}

.active-plus{
    color:#c0392b;
    -ms-transform: rotate(135deg)!important; 
    -webkit-transform: rotate(135deg)!important; 
    transform: rotate(135deg)!important;
    transition:all 350ms ease;
    margin-top:25px!important;
}

.submenu .fa-circle{
    position:absolute;
    z-index:999999;
    margin-top:28px;
    font-size:6px!important;
}

.has-submenu .fa-mobile{
    font-size:22px;
    margin-top:20px;
}



#head header .right {
  float: right;
  margin-top: 28px;
}
#head header .right p {
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1; 
  background: url(../../images/toptel.png) no-repeat left center;
  padding-left: 40px;
  font-size: 16px;
  color: #3078cc;
  line-height: 20px;
}
#head header .right p span {
  font-size: 12px;
  color: #666;
}
#head header .right .wrapper-demo {
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1;
  margin-left: 50px;
}
#head header .right .wrapper-demo #dd {
  border: 1px solid #ccc;
}
#head header .right .wrapper-demo #dd .dropdown > li > a {
  padding: 15px 0;
}


.ellipsis{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}
.container{width:96%;margin:auto;}


	
		/*banner*/
#indexbanner{ width:100%; overflow: hidden; position: relative;}
/*.bx-controls{ position: absolute; left: 0; bottom: 182px; z-index: 999; width: 100%; color: rgba(0,0,0,0);}
.bx-controls .bx-pager{ text-align: center;}
.bx-controls .bx-pager div{ display: inline-block; margin: 0 2px;}
.bx-controls .bx-pager div a{ display: block; width: 45px; height: 4px; overflow: hidden; line-height: 50px; background-color: rgba(255,255,255,0.3);}
.bx-controls .bx-pager div a.active{ background-color: rgba(255,255,255,1);}
.bx-controls .bx-controls-direction{ display: none;}*/
.bx-controls{display:none;}
#indexbanner img{display:block;}




.tit{text-align:center;}
.tit p{font-size:20px;color:#185067;font-weight:bold;margin-bottom:6px;}
.tit p{font-size:20px;color:#185067;font-weight:bold;margin-bottom:6px;}
.tit span{color:#999;font-size:12px;}





.indexabout{width:100%;background:url(../../images/ab_bg.jpg) no-repeat center; background-size: cover;} 
.about{margin:auto;overflow:hidden;display:block;padding-bottom:66px;}
.about .tit{width:100%;margin-top:40px;text-align:center;} 
.about .tit p{font-size:24px;color:#c8252b;} 
.about .tit span{font-size:14px;color:#666;line-height:30px; text-transform:uppercase;font-weight:100;} 
.about .tit .line{margin:auto;}
.about .tit .line img{max-width:100%;}
.about .conn{width:100%;margin:auto;margin-top:35px;}
.about .conn .left{width:100%;}
.about .conn .left .left_1{width:66%;float:left;margin-right:1px;}
.about .conn .left .left_1 img{width:100%;}
.about .conn .left .left_2{width:33.3%;float:left;}
.about .conn .left .left_2 img{width:100%;display:block;margin-bottom:1px;}
.about .conn .right{width:100%;float:right;}
.about .conn .right .connn{margin-top:30px;}
.about .conn .right .con{text-align:left;line-height:30px;margin-top:5px;}
.about .conn .more{ width:160px;height:50px;line-height:50px;display:block;margin-top:40px; text-align:center;color:#fff;background:#e42431;}
.about .conn .more:hover{background:;}


#indexproduct{padding-top:25px;padding-bottom:15px;background:url(../../images/pro_bg.jpg) no-repeat center; background-size: cover;}
.product .tit p{color:#fff;}
.product .tit span{color:#fff;}

.product .line{width:100%;}
.product .line img{max-width:100%;}
.product .tab{overflow:hidden;margin-top:15px;}
.product .tab a{float:left;width:48%;height:38px;line-height:38px;margin-right:2%;text-align:center;color:#fff;background:#626262;margin-bottom:10px;overflow:hidden;}
.product .tab a:nth-child(2n){margin-right:0;}
.product .cpzs{margin-top:5px;}
.product .cpzs ul{display:none;}
.product .cpzs ul:first-child{display:block;}
.product .cpzs li{float:left;width:49%;margin-right:2%;}
.product .cpzs li:nth-child(2n){margin-right:0;}
.product .cpzs li .pic{width:100%;height:140px;display:block;position:relative;}
.product .cpzs li .pic img{width:100%;height:100%;}
.product .cpzs li p{line-height:20px;color:#fff;text-align:center;}






/*
.news{margin-top:25px;}
.news .con{margin-top:15px;}
.news .con ul li{width:100%;margin-bottom:15px;}
.news .con ul li .pic{width:100%;overflow:hidden;}
.news .con ul li .pic img{width:100%;display:block;}
.news .con ul li .detail{width:100%;background:#f5f5f5;padding:15px;}
.news .con ul li .detail .tt{font-size:16px;font-weight:bold;color:#333;height:18px;}
.news .con ul li .detail .date{margin-top:13px;}
.news .con ul li .detail .des{font-size:13px;color:#999;line-height:25px;margin-top:15px;height:75px;overflow:hidden;}
.news .con ul li .detail span{margin-top:20px;display:block;}

*/


.case{margin-top:25px;margin-bottom:25px;}
.case .con{margin-top:15px;}
.case .con ul li{float:left;width:156px;height:120px;margin-right:10px;}
.case .con ul li a{width:100%;height:100%;display:block;overflow:hidden;position:relative;}
.case .con ul li img{width:100%;height:100%;}


#indexnews{width:100%;float:left; overflow:hidden;padding:25px 0;}
.news{margin:auto;overflow:hidden;}
.news .tit{width:100%;height:25px;overflow:hidden; }
.news .tit .tt{width:30%;float:left;}
.news .tit p{color:#c8252b;font-size:24px;}
.news .tit .line{height:25px;width:70%;float:right;border-bottom:1px solid #d9d9d9;}
.news .tit .line a{line-height:25px;width:100%;display:block;text-align:right;}

.news .newdes{font-size:12px;line-height:30px;text-transform:uppercase; }

.news .con{overflow:hidden;width:100%;}
.news .con .left{width:100%;height:244px;overflow:hidden;}
.news .con .left img{float:left;width:100%;height:100%;transition:0.3s;}
.news .con .right{width:100%;}
.news .con .right ul li{width:100%;height:60px;background:#f5f5f5;margin-bottom:2px;}
.news .con .right ul li .tt{width:97%;margin:auto; height:30px;line-height:30px;}
.news .con .right ul li .des{width:97%;margin:auto;height:30px;line-height:30px;}
.news .con .left:hover img{
	transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1); 	/* IE 9 */
	-moz-transform:scale(1.1,1.1); 	/* Firefox */
	-webkit-transform:scale(1.1,1.1); /* Safari å’Œ Chrome */
	-o-transform:scale(1.1,1.1); 	/* Opera */}
.news .con .right ul li:hover{background:#e42431;}
.news .con .right ul li:hover .tt{color:#fff;}
.news .con .right ul li:hover .des{color:#fff;}



#indexculture{width:100%;padding:25px 0;}
.culture{margin:auto;overflow:hidden;}
.culture .tit{width:100%;height:25px;overflow:hidden; }
.culture .tit .tt{width:30%;float:left;}
.culture .tit p{color:#c8252b;font-size:24px;}
.culture .tit .line{height:25px;width:70%;float:right;border-bottom:1px solid #d9d9d9;}
.culture .tit .line a{line-height:25px;width:100%;display:block;text-align:right;}
.culture .newdes{font-size:12px;line-height:30px;text-transform:uppercase; }

.culbanner{ width:100%;height:244px; position: relative;}
.culbanner img{ max-width:100%;height:244px;margin:auto;display:block;}
.culbanner .bx-controls{position: absolute; left: 0; bottom: 20px; z-index: 70; width: 100%; color: rgba(0,0,0,0);}
.culbanner .bx-controls .bx-pager{margin-left:20px;display:none; }
.culbanner .bx-controls .bx-pager div{ display: inline-block; margin: 0 2px;}
.culbanner .bx-controls .bx-pager div a{ display: block; width: 9px; height:9px; overflow: hidden; line-height: 50px; background-color: rgba(255,255,255,0.3);}
.culbanner .bx-controls .bx-pager div a.active{ background-color: rgba(255,255,255,0.8);}
.culbanner .bx-controls .bx-controls-direction{ display: none;}



#indexdanwei{width:100%; overflow:hidden;background:#f5f5f5;padding-top:20px;padding-bottom:20px;}
.hzdw{margin:auto;overflow:hidden;}
.hzdw .tit{width:100%;height:25px;overflow:hidden; }
.hzdw .tit .tt{width:30%;float:left;}
.hzdw .tit p{color:#c8252b;font-size:24px;}
.hzdw .tit .line{height:25px;width:70%;float:right;border-bottom:1px solid #d9d9d9;}
.hzdw .tit .line a{line-height:25px;width:100%;display:block;text-align:right;}
.hzdw .dwdes{font-size:12px;line-height:30px;text-transform:uppercase; }
.hzdw .con{overflow:hidden;width:100%;}
.hzdw .con table tr td{line-height:30px;vertical-align:top;}


#indexhuoban{width:100%; overflow:hidden;padding-top:20px;padding-bottom:20px; }
.hzhb{margin:auto;overflow:hidden;}
.hzhb .tit{width:100%;height:25px;overflow:hidden; }
.hzhb .tit .tt{width:30%;float:left;}
.hzhb .tit p{color:#c8252b;font-size:24px;}
.hzhb .tit .line{height:25px;width:70%;float:right;border-bottom:1px solid #d9d9d9;}
.hzhb .tit .line a{line-height:25px;width:100%;display:block;text-align:right;}
.hzhb .hbdes{font-size:12px;line-height:30px;text-transform:uppercase; }
.hzhb .con{overflow:hidden;width:100%;margin-top:15px;padding-top:10px;}
/* .hzhb .con ul li{float:left;width:48%;margin-right:2%;margin-bottom:10px;} */
/* .hzhb .con ul li img{display:block;max-width:100%;margin:auto;height:86px;} */


.hzhb .swiper-container {
	
      width: 100%;
      height: 230px;
      margin-left: auto;
      margin-right: auto;
    }
.hzhb .swiper-slide{
      text-align: center;
      font-size: 18px;
      background: #fff;
      height: calc((100% - 30px) / 2);
		margin-top:5px;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
.hzhb .swiper-slide .conn{width:100%;height:100%;border:1px solid #dcdcdc;}
.hzhb .swiper-slide .conn img{max-width:100%;height:100%;}
.swiper-pagination{width:100%;bottom:0px;}
.swiper-pagination-bullet{margin:0 4px;}




input,textarea{
    -webkit-appearance: none;
}





.col{width:100%;min-height:350px;line-height:220%;margin:auto;margin-top:15px;margin-bottom:20px;overflow:hidden;}
.col h2{text-align:center;font-weight:normal;color:#000;font-size:16px;}
.col h3{text-align:center;font-weight:normal;font-size:12px;}
.col img{width:100%;height:auto;}

#ne_nav{width:100%;height:35px;background:#f5f5f5;}
#ne_nav p{line-height:35px;padding-left:30px;font-size:13px;}



.maintit{text-align:center;margin-top:20px;}
.maintit p{font-size:20px;color:#333;margin-bottom:5px;}
.maintit span{font-size:12px;color:#999;text-transform:uppercase;}
.son_nav{margin-top:20px;text-align:center;}
.son_nav a{padding:0px 5px;height:30px;font-size:12px;line-height:30px;border-radius:5px;border:1px solid #dcdcdc;color:#333;display:inline-block;margin:0px 2px;margin-bottom:6px;transition: color 0s;}
.son_nav a.active{background:#00a0e9;color:#fff;border:1px solid #00a0e9;}





.slzs{width:100%;margin:auto;min-height:300px;margin-top:20px;margin-bottom:20px;float:left;}
.slzs ul{width:100%;float:left;}
.slzs ul li{float:left;width:48%;margin-right:2%;border:1px solid #efefef;box-shadow:1px 1px 6px #666;margin-bottom:15px;}
.slzs ul li:nth-child(2n){margin-right:0px;}
.slzs ul li .pic{display:block;width:100%;height:140px;overflow:hidden;
	display:flex;
	align-items:center;
	display:-webkit-flex; 
    -webkit-align-items:center;
	display:-ms-flex; 
    -ms-align-items:center;}
.slzs ul li .pic img{max-width:100%;max-height:100%;margin:auto;}
.slzs ul li p{display:block;width:100%;height:35px;overflow:hidden;line-height:35px;text-align:center;font-size:12px;}


.qyhz{width:100%;margin:auto;min-height:300px;margin-top:20px;margin-bottom:20px;float:left;}
.qyhz ul{width:100%;float:left;}
.qyhz ul li{float:left;width:48%;margin-right:2%;border:1px solid #efefef;margin-bottom:15px;}
.qyhz ul li:nth-child(2n){margin-right:0px;}
.qyhz ul li .pic{display:block;width:100%;height:90px;overflow:hidden;
	display:flex;
	align-items:center;
	display:-webkit-flex; 
    -webkit-align-items:center;
	display:-ms-flex; 
    -ms-align-items:center;}
.qyhz ul li .pic img{max-width:100%;max-height:100%;margin:auto;}
.qyhz ul li p{display:block;width:100%;overflow:hidden;line-height:35px;text-align:center;font-size:12px;}





.xwzx{width:100%;min-height:300px;margin:auto;margin-bottom:20px;margin-top:20px;overflow:hidden;}
.xwzx ul li{width:100%;height:40px;background:#f7f7f7;border-bottom:1px dashed #999;}
.xwzx ul li a{width:95%;margin:auto;height:40px;display:block;}
.xwzx ul li a p{width:60%;float:left;line-height:40px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.xwzx ul li a span{width:30%;float:right;text-align:right;line-height:40px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}



.download{width:100%;min-height:350px;margin-bottom:20px;}
.download ul{width:100%;margin-top:10px;}
.download ul li{height:40px;line-height:40px;border-bottom:1px dashed #999;}
.download ul li a{width:100%;height:100%;display:block;}
.download ul li .tt{float:left;margin-left:10px;}
.download ul li .date{float:right;margin-right:10px;}
.download ul li:hover{box-shadow:2px 2px 11px #ccc;}
.download ul li:hover .tt{color:#185067;}




.online{width:100%;margin-top:6px;}
.online form{width:100%;}
.online .text{width:100%;height:38px;margin-bottom:10px;}
.online .text input{width:70%;height:36px;border:1px solid #c9c9c9;padding-left:4%;}
.online .text p{float:left;width:22%;padding-right:2%;line-height:38px;padding-left:1%;}
.online .text p span{color:#eb0000;position:relative;top:2px;}
.online .con{width:100%;height:205px;margin-bottom:8px;}
.online .con textarea{padding:5%;border:1px solid #c9c9c9;height:163px;width:64%;}
.online .con p{float:left;width:22%;padding-right:2%;line-height:38px;padding-left:1%;}
.online .con p span{color:#eb0000;position:relative;top:2px;}
.online .verify{height:38px;margin-bottom:10px;}
.online .verify p{float:left;width:22%;padding-right:2%;line-height:38px;padding-left:1%;}
.online .verify p span{color:#eb0000;position:relative;top:2px;}
.online .verify input{width:35%;height:36px;border:1px solid #c9c9c9;float:left;padding-left:2%;margin-right:2%;}
.online .verify img{cursor:pointer;width:32%;height:40px;}
.online .submit{width:100px;height:30px;color:#fff;cursor:pointer;background:#be252e;margin-left:20%;float:left;border:none;margin-right:5%;}
.online .reset{width:100px;height:30px;color:#fff;cursor:pointer;background:#00a0e9;float:left;border:none;}







#goTopBtn {position: fixed;z-index:100;line-height:30px;width:30px;height:30px;right:2%;bottom:35px;cursor:pointer;display:none;background:url(../phone/images/up.png) no-repeat center;}



.orientation{margin-top:20px;}





/*footer*/
/*
#footer{width:100%;}
.footer_top{width:100%;background:#2c3135;text-align:center;line-height:180%;padding:15px 0px;font-size:12px;color:#999;}
.footer_top .weixin{width:100%;text-align:center;overflow:hidden;}
.footer_top .weixin .qrcode{width:100%;}
.footer_top .weixin .qrcode p{color:#c6c6c6;}
.footer_top .address{margin-top:5px;color:#c6c6c6;}
.footer_bottom{width:100%;text-align:center;line-height:180%;font-size:12px;padding:15px 0px;color:#c6c6c6;background:#262626;}
.footer_bottom *{color:#fff;}
*/


/*footer*/

#indexfooter{height:260px;width:100%;background:#f5f5f5;}
#indexfooter .left{width:38%;height:260px;float:left;display:flex;align-items:center;display:-webkit-flex; /* Safari */-webkit-align-items: center; /* Safari 7.0+ */}
#indexfooter .footer{width:60%;margin-left:5%;float:left;height:100%;line-height:220%;font-size:12px;padding-top:44px; }
#indexfooter .right{float:right;width:15%;}
#indexfooter .right .con{float:right;}
#indexfooter .right p{line-height:20px;text-align:center;font-size:12px;color:#acacac;}
#indexfooter .right .conn{margin-top:50px;padding-top:14px;padding-left:15px;width:120px;height:120px; background:url(../images/icon_bg.png);}
#indexfooter .right .conn img{width:120px;height:120px;}


#indexbanquan{background:#2e2e2e;line-height:25px;}
#indexbanquan .banqua {color:#fff;}
#indexbanquan .banqua a{color:#adbacb;}
#indexbanquan .banqua2{display:none;}
#indexbanquan .banqua2 {color:#adbacb;line-height:200%;}
#indexbanquan .banqua2 a{color:#adbacb;line-height:200%;}



.mypage{
    text-align: center;
	width:100%;
	margin-top:10px;
}	
.mypage	span,.mypage a{
	display: inline-block;
	vertical-align: top;
	color: #d35b52;
	border: 1px solid #d35b52;
	padding: 5px 10px;
	margin: 5px;
}		
.mypage	span.current,.mypage a.current{
	background: #d35b52;
	color: #fff;
}




