
/*------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;background: #ffffff;}
.header .logo{float:left;margin-top:5px;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: 60px; 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: 25px; 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;}

.indexfuwu{width:100%; overflow: hidden; position: relative; }
.indexfuwu .bx-controls{ position: absolute; left: 0; bottom: 60px; z-index: 999; width: 100%; color: rgba(0,0,0,0);}
.indexfuwu .bx-controls .bx-pager{ text-align: center;}
.indexfuwu .bx-controls .bx-pager div{ display: inline-block; margin: 0 2px;}
.indexfuwu .bx-controls .bx-pager div a{ display: block; width: 25px; height: 4px; overflow: hidden; line-height: 50px; background-color: rgba(255,255,255,0.3);}
.indexfuwu .bx-controls .bx-pager div a.active{ background-color: rgba(255,255,255,1);}
.indexfuwu .bx-controls .bx-controls-direction{ display: none;}


.tit{text-align:center; border-bottom: 1px solid #eeeeee; height: 30px;}
.tit p{font-size:24px;color:#333;font-weight:bold;margin-bottom:6px; float: left;}
.tit span{color:#666;font-size:14px;float: left;display: block; margin-top: 10px; margin-left: 5px;}






#indexabout{width:100%;  padding:25px 0; background: #f5f5f5;}
.about .con{line-height:200%;margin-top:15px;}
.about .con .pic{text-align:center;}
.about .con .pic img{max-width:100%;}
.about .more{width:110px;height:34px;line-height:34px;background:#32bbf4;color:#fff;text-align:center;margin:auto;display:block;margin-top:6px;}

#indexfuwu{ margin-top: 20px;}
.indexfuwu{ margin-top: 10px;}
.indexfuwu ul li p{ height: 40px;line-height:40px; text-align: center; font-size: 16px;}



#indexproduct{padding-top:25px;padding-bottom:15px;background:url(../../images/phonebg.jpg) center;background-size:cover;}
/*.product .cat{overflow:hidden;margin-top:15px;}*/
/*.product .cat a{float:left;width:32%;height:38px;line-height:38px;margin-right:2%;text-align:center;color:#fff;background:#626262;margin-bottom:10px;overflow:hidden;}*/
/*.product .cat a:nth-child(3n){margin-right:0;}*/
.product .con{margin-top: 20px;}
.product .cp{margin-top:5px;display:none;}
.product .cp:first-child{display:block;}
.product .cp li{float:left;width:49%;margin-right:2%;}
.product .cp li:nth-child(2n){margin-right:0;}
.product .cp li .pic{width:100%;height:140px;display:block;position:relative;}
.product .cp li .pic img{width:100%;height:100%;}
.product .cp li p{line-height:40px;text-align:center;}







.news{margin-top:25px;}
.news .con{margin-top:15px;}
.news .con ul li{width:100%; height:142px; background: #f5f5f5;}
.news .con ul li:nth-child(2n){ background: #fff; }
/*.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%;}
.news .con ul li .detail .left{width: 20%;float: left;}
.news .con ul li .detail .left .date{margin-top:35px;font-size: 18px; float: right;margin-right: 5%;}
.news .con ul li .detail .left .year{  float: right;font-size: 22px;margin-right: 8%; margin-top: 10px;}
.news .con ul li .detail .right{ width:75%;float: right;}
.news .con ul li .detail .tt{font-size:18px;color:#333;height:18px;margin-top: 33px;}
.news .con ul li .detail .des{font-size:13px;color:#999;line-height:25px;margin-top:15px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; }
.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%;}







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:40px;background:#f5f5f5;}
#ne_nav span{line-height:40px;padding-left:30px;background:url(../images/home.png) no-repeat 2% center;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;}


.partner{line-height: 2.2;margin-bottom: 20px;margin-top: 20px;}
.partner .partner_tit{display: inline-block;padding: 0px 20px;line-height: 36px;border-radius: 10px 10px 0px 0px;background: #cf2626;}
.partner .partner_tit p{color:#ffffff;font-size: 18px;}
.partner .w1200{margin: auto; width: 90%;}
.partner .w1200 img{max-width: 100%;}
.partner .con{border-radius: 10px;}
.partner1 .con{background: linear-gradient(to bottom,#fcfdfd,#f9fdfe);padding: 20px 0px;border:1px solid #ffffff; box-shadow:0px 0px 10px 0px #f7f8fb;}
.partner2 .con{background: linear-gradient(to bottom,#fbf8f9,#f9fdfe);padding: 20px 0px;border:1px solid #ffffff; box-shadow:0px 0px 10px 0px #f7f8fb;}
.partner3 .con{background: linear-gradient(to bottom,#fbf8f9,#f9fdfe);padding: 20px 0px;border:1px solid #ffffff; box-shadow:0px 0px 10px 0px #f7f8fb;}
.partner4 .con{background: url(../../images/partner4_bg.png)no-repeat bottom center;background-size: 120%; padding:20px 0px;border:1px solid #ffffff; box-shadow:0px 0px 10px 0px #f7f8fb;}
.partner5 .con{background: linear-gradient(to bottom,#fbf8f9,#f9fdfe);padding: 20px 0px;border:1px solid #ffffff; box-shadow:0px 0px 10px 0px #f7f8fb;}



.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(even){margin-right:0%;}
.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;}


.xwzx{ width: 100%;}
.xwzx ul li{ width: 100%;border-bottom: 1px solid #dedede;}
.xwzx ul li:last-child{ border-bottom: none;}
.xwzx ul li .pic{width:100%;overflow:hidden;}
.xwzx ul li .pic img{width:100%;display:block;}
.xwzx ul li .detail{width:100%; padding: 15px 0px;}
.xwzx ul li .detail .tt{font-size:16px; color: #333; height:18px; width: 100%;}
.xwzx ul li .detail .date{margin-top:10px;}
.xwzx ul li .detail .des{font-size:14px;color:#999;line-height:25px;margin-top:15px;height:50px;overflow:hidden;}
.xwzx ul li .detail span{margin-top:10px;display:block;}

.jrhj{ width: 100%;}
.jrhj ul li{ width: 100%;border-bottom: 1px solid #dedede;}
.jrhj ul li:last-child{ border-bottom: none;}
.jrhj ul li .pic{width:100%;overflow:hidden;}
.jrhj ul li .pic img{width:100%;display:block;}
.jrhj ul li .detail{width:100%; padding: 15px 0px;}
.jrhj ul li .detail .tt{font-size:16px; color: #333; height:18px; width: 100%;}
.jrhj ul li .detail .date{margin-top:10px;}
.jrhj ul li .detail .des{font-size:14px;color:#999;line-height:25px;margin-top:15px;overflow:hidden;}
.jrhj ul li .detail span{margin-top:10px;display:block;}





/*.xwzx{width:100%;min-height:300px;margin:auto;margin-bottom:20px;margin-top:20px;overflow:hidden;}*/
/*.xwzx ul li{width:100%;height:120px;background:#f7f7f7;position:relative;margin-bottom:15px;position:relative;}*/
/*.xwzx ul li a{width:100%;height:120px;padding:10px;display:block;position:relative;z-index:1;}*/
/*.xwzx ul li .pic{float:left;width:35%;height:100px;display:flex;align-items:center;}*/
/*.xwzx ul li .pic img{max-width:100%;max-height:100%;display:block;}*/
/*.xwzx ul li .detail{float:right;width:62%;}*/
/*.xwzx ul li .detail .tt{color:#333;font-size:15px;height:18px;margin-top:5px;}*/
/*.xwzx ul li .detail .date{font-size:13px;color:#999;margin-top:10px;}*/
/*.xwzx ul li .detail .des{font-size:13px;color:#999;line-height:24px;height:50px;overflow:hidden;margin-top:6px;}*/




.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(../images/up.png) no-repeat center;}



.orientation{margin-top:20px;}





/*footer*/
#footer{width:100%;}
.footer_top{width:100%;background:#f5f5f5;text-align:center;line-height:180%;padding:15px 0px;font-size:12px;color:#999;}
.footer_top .tit{ margin-top: 20px;}
.footer_top .tit p{margin-bottom: 5px;}
.footer_top .content{ margin-top: 20px; text-align:center;}
.footer_top .content p{ margin-bottom: 5px;}
/*.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:#999;background:#ececec;}
.footer_bottom *{color:#999;}


.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;
}

.fzlc .col{}
.fzlc .col ul li{ background: #fff;height: 100px; padding-top: 5px;padding-bottom: 5px; width: 100%;}
.fzlc .col ul li:nth-child(even){background: #f5f5f5;}
.fzlc .col ul li p{width: 20%; float: left; margin-left: 10%;}
.fzlc .col ul li span{ width: 70%;float: right;line-height: 25px;}

.selform{ width:90%;margin: auto;}
.selform tbody tr{ width: 100%;height:30px;float: left; margin-top:20px;}
.selform tbody tr th{ width: 100px;line-height: 30px;}
.selform tbody tr td{width: 270px;height: 30px;}
.selform tbody tr td input{width: 250px;height:30px;}
.selform tbody tr td select{width:250px;height:30px;}

#f_jianli{ width: 100%;}
#f_jianli th{ width: 80px;}
#f_jianli textarea{width: 250px;}
.footReturn input{ width: 150px;height: 40px;line-height: 40px;margin: auto;text-align: center; display: block;}
.footReturn input:hover{ background:#4d5291;color: #fff; }


