
/*------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: fixed;width:100%;height:50px;top: 0px;background: #fff;z-index:100;}
.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(/Themes/default/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; margin-top: 50px;}
.bx-controls{ position: absolute; left: 0; bottom: 10px; 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;margin-top: 50px;}
/*.bx-controls{display:none;}*/
#indexbanner img{display:block;}
#insidebanner{ width:100%; height: 150px; overflow: hidden; position: relative;margin-top: 50px;}


#indexyoushi{ width: 100%;overflow: hidden;}
.youshi{ width: 100%;margin: auto;}
.youshi ul  li a{ width: 100%;height: 203px;display: block; }
.youshi ul li{ float: left;border-right: 1px solid #d8d8d8; width: 48%;height: 203px; overflow: hidden; position: relative;box-shadow: 0px 5px 12px #e4e4e4;}
.youshi ul li:last-child{ border-right: none;}
.youshi ul li .youshi_img{position: absolute; width: 59px;height: 59px;top: 42px; left: 90px;}
.youshi ul li .pic{ position: relative; width: 59px; height: 59px; }
.youshi ul li .pic img{ margin: auto;display: block; color: #fff; }
.youshi ul li .title{ position: absolute;top:120px;left: 0px; width: 239px;}
.youshi ul li .title p{ width: 100%; text-align: center; font-size: 16px; color: #333;}
.youshi ul li .content{ position: absolute; top: 147px; width: 239px;}
.youshi ul li .content p{ text-align: center; font-size: 13px; color: #999;}

.youshi ul li .pic img{
    position: absolute;
    margin: auto;display: block;
    left:-59px;
    border-right:0px solid transparent;
    /*-webkit-filter:drop-shadow(59px 0 0px red);*/
    filter:drop-shadow(59px 0 0px #8f8f8f);}
.youshi ul li:hover .pic img{
    position: absolute;
    margin: auto;display: block;
    left:-50px;
    border-right:0px solid transparent;
    /*-webkit-filter:drop-shadow(59px 0 0px red);*/
    filter:drop-shadow(50px 0 0px #dc4747);
}





/*.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;}*/
/*.tit .line{width:200px;border-top:1px solid #e1e1e1;margin:auto;margin-top:8px;position:relative;}*/
/*.tit .line:after{content:"";position:absolute;width:30px;height:3px;background:#6cb004;left:85px;top:-2px;}*/






#indexabout{width:100%;padding:25px 0;background:url(/Themes/default/images/aboutbg.jpg) ;}

.about .tit{width:100%;text-align:center;}
.about .tit p{font-size:22px;font-weight:bold;color:#fff;margin-bottom:12px;}
.about .tit .line{ background: #fff; width: 27px;height: 1px; margin: auto;margin-bottom: 10px; }
.about .tit span{color:#fff;font-size: 28px; text-align: center;}

.about .tab{height:35px;margin-top:15px;text-align:center;}
.about .tab a{width:24.625%;height:35px;display:inline-block;background:#fff;margin-right:0.5%;line-height:35px;}
.about .tab a:last-child{margin-right:0;}
.about .con{line-height:200%;margin-top:15px;}
.about .con .pic{text-align:center;}
.about .con .pic img{max-width:100%;}
.about .con .des{ color: #fff;}
.about .more{height:34px;line-height:34px;display:block;margin-top:6px; font-size: 20px; color: #1542a7;}

.about .aaa{ height: 35px; margin-top: 10px;}
.about .aaa .aaa_con{ float: left;width: 32%;}
.about .aaa .aaa_con .pic{ float: left; margin-right: 10px; line-height: 35px; height: 35px;vertical-align: middle;}
.about .aaa .aaa_con .pic img{vertical-align: middle; }
.about .aaa .aaa_con .tt{ color: #fff; height: 35px;line-height: 35px;}




.tit{width:100%;text-align:center;}
.tit p{font-size:22px;font-weight:bold;color:#1542a7;margin-bottom:12px;}
.tit .line{ background: #6683c6; width: 27px;height: 1px; margin: auto;margin-bottom: 10px; }
.tit span{color:#d4d4d4;font-size: 28px; text-align: center;}



#indexproduct{ width: 100%; overflow: hidden; padding-top: 30px; }
.product .tab{overflow:hidden;margin-top:15px;}
.product .tab a{float:left;width:31%;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(3n){margin-right:0;}
.product .cpzs{margin-top:5px;}
.product .cpzs:first-child{display:block;}
.product .cpzs li{float:left;width:48%;margin-right:2%; margin-top: 10px;}
.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:40px;text-align:center;}










#indexnews{ width: 100%; margin-top:25px; }
.news{width: 90%; margin: auto;}
.news .tit{ margin: auto;}
.news .con{margin-top:15px;}
.news .con ul{ }
.news .con ul li{ width:100%; border-bottom: 1px solid #e9e9e9;}
.news .con ul li:last-child{ border-bottom: none;}
.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%; padding: 15px 0px;}
.news .con ul li .detail .tt{font-size:16px; color: #333; height:18px; width: 100%;}
.news .con ul li .detail .date{margin-top:10px;}
.news .con ul li .detail .des{font-size:14px;color:#999;line-height:25px;margin-top:15px;height:50px;overflow:hidden;}
.news .con ul li .detail span{margin-top:10px;display:block;}
.news .con .more{display: block; margin-top: 20px; margin-bottom: 20px;}



.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%;}




.mywl{ width: 100%;margin: auto;}
.mywl ul li{ width: 48%;margin-right:2%; height: 310px;box-shadow: 0px 0px 10px #d7d7d7; line-height: 24px;float: left;margin-top: 10px;}
.mywl ul li p{ padding-left: 10px;}
.mywl ul li .title{ padding-top: 30px;color:#4a6cb7;font-weight: bold;font-size: 16px; }
.mywl ul li .p1{ margin-top: 5px;}



input,textarea{
    -webkit-appearance: none;
}





.col{width:100%;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{max-width:100%;height:auto;}

#ne_nav{width:100%;height:35px;background:#f5f5f5;}
#ne_nav p{line-height:35px;padding-left:30px;background:url(/Themes/default/phone/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;}





.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;}





/*.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;}*/


.xwzx{width:100%;float:left;min-height: 300px;}
.xwzx ul li{ width: 100%; height:140px; overflow: hidden; border-bottom: 1px solid #dedede; }
.xwzx ul li:last-child{ border-bottom:none;  }
.xwzx ul li .pic{width:30%; overflow:hidden; float: left; }
.xwzx ul li .pic img{width:100%;margin-top: 23%;}
.xwzx ul li .con_left{width:65%;height:100px;display:block;position:relative; float: right; }
.xwzx ul li .con_left .tt{width:100%;font-size:15px; color: #000;position: absolute;top: 23px; left: 0px;overflow: hidden; text-overflow: ellipsis;white-space:nowrap; }
.xwzx ul li .con_left .date{position: absolute;top: 49px;left: 0px;width: 100%;}
.xwzx ul li .con_left .date p{font-size:13px;font-weight:lighter;}
.xwzx ul li .con_left .des{ font-size: 13px; position:absolute; top: 75px; left: 0px;  width:100%;color:#999;line-height:25px;height:50px;overflow:hidden;
    display:-webkit-box;
    -webkit-line-clamp:2;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;}


.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(/Themes/default/phone/images/up.png) no-repeat center;}



.orientation{margin-top:20px;}



/*footer*/
#footer{width:100%;}
.footer_top{width:90%;margin: auto; line-height:180%;padding:15px 0px;font-size:12px;color:#999; height: 180px;}
.footer_top .weixin{ width: 36%;float: right;margin-top: 20px;  }
.footer_top .weixin .qrcode{width:100%; margin: auto;}
.footer_top .weixin .qrcode img{ margin: auto; display: block; width: 75%;height: 75%;}
.footer_top .weixin .qrcode p{text-align: center;}
.footer_top .address{ width:64%;float: left; margin-top: 20px; }

.footer_bottom{width:100%;text-align:center;line-height:180%;font-size:12px;padding:15px 0px;color:#333;background:#f5f5f5;}
.footer_bottom *{color:#333;}
.footer_bottom a{ color:#333;}

.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;
}



<!--ºÄÊ±1759858529.668Ãë-->