
/*------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 */
#head{display:block;}
.top{display:none;}
.header{position:absolute;height:50px;width:100%;left:0px;top:0px;z-index:100;background:#ffffff;}
.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{ overflow: hidden; position: relative;overflow:hidden;margin-top:50px;}
#indexbanner .bx-controls{ position: absolute; left: 0; bottom: 10px; z-index: 70; width: 100%; color: rgba(0,0,0,0);}
#indexbanner .bx-controls .bx-pager{ text-align: center;}
#indexbanner .bx-controls .bx-pager div{ display: inline-block; margin: 0 2px;}
#indexbanner .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);}
#indexbanner .bx-controls .bx-pager div a.active{ background-color: rgba(255,255,255,0.8);}
#indexbanner .bx-controls .bx-controls-direction{ display: none;}
#indexbanner img{max-width:100%;}
.insidebanner{margin-top:50px;font-size:0px;}

.swiper-next{display:none;position:absolute;z-index:100;right:30px;top:50%;transform:translateY(-50%);}
.swiper-prev{display:none;position:absolute;z-index:100;left:30px;top:50%;transform:translateY(-50%);}



.tit{width:100%;text-align:center;}
.tit p{font-size:30px;color:#379e7e;margin-bottom:13px;}
.tit span{font-size:20px;text-transform:uppercase;color:#379e7e;font-weight:lighter;}

#hottuijian{width:100%;background:#1aab7e;padding:10px 0px;}
.tuijian{float:left;width:100%;}
.tuijian-son{width:100%;height:200px;background:#15ca92;z-index:100;overflow:hidden;}
.tuijian-son .tj-history{width:86%;margin:auto;overflow:hidden;margin-top:33px;}
.tuijian-son .tj-history p{float:left;font-size:49px;color:#ffffff;padding-right:4px;}
.tuijian-son .tj-history span{display:block;margin:auto;color:#fff;line-height:20px;}
.tuijian-son .tj-phone{width:86%;margin:auto;overflow:hidden;margin-top:20px;border-top:1px solid #94ffde;}
.tuijian-son .tj-phone .pic{font-size:18px;color:#fff;line-height:26px;padding-top:19px;margin-bottom:9px;}
.tuijian-son .tj-phone .pic img{float:left;}
.ti-wenzi{float:left;}
.ti-wenzi .pic{float:left;height:60px;padding:0px 21px 0px 26px;
	display:flex;
	align-items:center;
	display:-webkit-flex; 
    -webkit-align-items:center;
	display:-ms-flex; 
    -ms-align-items:center;}
.ti-wenzi-son{float:left;width:70%;float:left;line-height:25px;font-size:14px;color:#fff;}


#indexproduct{width:100%;overflow:hidden;padding:20px 0;}
.product{width:96%;height:100%;margin:auto;overflow:hidden;}
.product .tit{}
.product .tab{width:100%;overflow:hidden;}
.product .tab ul{width:100%;margin-top:10px;}
.product .tab ul li{float:left;width:25%;height:36px;text-align:center;line-height:36px;}
.product .tab ul li a{width:100%;height:100%;display:block;}
.product .tab ul li.current a{color:#e45e15;}
.product .tab ul li a:hover{color:#e45e15;}
.product .tab ul li:last-child{margin-right:0px;}
.product .cpzs{width:100%;margin-top:15px;}
.product .cpzs ul{display:none;}
.product .cpzs ul:first-child{display:block;}
.product .cpzs ul li{width:48%;float:left;margin-right:2%;margin-bottom:10px;}
.product .cpzs ul li:nth-child(4n){margin-right:0px;}
.product .cpzs ul li .pic{width:100%;display:block;overflow:hidden;text-align:center;background:#f2f2f2;position:relative;
	display:flex;
	align-items:center;
	display:-webkit-flex; 
    -webkit-align-items:center;
	display:-ms-flex; 
    -ms-align-items:center;} 
.product .cpzs ul li .pic img{max-width:100%;margin:auto;transition:0.3s;}
.product .cpzs ul li .tt{height:40px;line-height:40px;color:#333;border-bottom:1px solid #e5e5e5;}
.product .cpzs ul li .tt span{float:right;}







#indexnews{width:100%;padding:25px 0px;}
.news{margin:auto;}
.news .con{margin-top:15px;}
.news .con .left{width:100%;}
.news .con .left .pic{width:100%;overflow:hidden;}
.news .con .left .pic img{max-width:100%;}
.news .con .left .one{width:100%;margin-bottom:15px;overflow:hidden;}
.news .con .left .one a{width:100%;display:block;position:relative;}
.news .con .left .one .tt{width:75%;float:right;font-size:18px;color:#333333;margin-bottom:8px;}
.news .con .left .one .date{float:left;width:88px;width:25%;}
.news .con .left .one .date p{ font-size:15px;font-weight:lighter;}
.news .con .left .one .date span{font-size:28px;font-weight:lighter;color:#666;display:block;margin-bottom:5px;}
.news .con .left .one .des{
	width:75%;float:right;
	color:#999;line-height:25px;overflow:hidden; 
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:2; 
}

/* .news .con .left .one a:hover:after{right:0;opacity:1;} */
.news .con ul{width:100%;}
.news .con ul li{width:100%;padding:15px 0px;border-bottom:1px solid #efefef;overflow:hidden;position:relative;}
.news .con ul li a{width:100%;display:block;}
.news .con ul li .date{float:left;width:25%;float:left;}
.news .con ul li .date p{font-size:15px;font-weight:lighter;}
.news .con ul li .date span{font-size:28px;font-weight:lighter;color:#666;display:block;margin-bottom:5px;}
.news .con ul li .tt{font-size:18px;color:#333333;margin-bottom:8px;width:75%;float:right;}
.news .con ul li .des{color:#999;line-height:25px;overflow:hidden; 
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:2; 
width:75%;float:right;
}





#indexabout{width:100%;background:url(../images/index-aboutbg.jpg) no-repeat center;background-size:cover;padding:25px 0px;}
.about{margin:auto;overflow:hidden;}
.about .left{width:100%;}
.about .left img{float:left;width:49%;margin-right:2%;margin-bottom:15px;}
.about .left img:first-child{width:100%;}
.about .left img:last-child{margin-right:0px;}
.about .con{width:100%;overflow:hidden;}
.about .tit{text-align:left;color:#fff;margin-top:20px;}
.about .tit p{color:#fff;}
.about .tit span{color:#fff;}
.about .conn{width:100%;color:#fff;overflow:hidden;line-height:25px;padding-top:10px;margin-bottom:15px;border-top:1px dashed #fff;margin-top:33px;}
.about .more{width:124px;height:36px;line-height:36px;text-align:center;display:block;color:#ffffff;position:relative;border:1px solid #ffffff;}
.about .more:before{content:"";width:0;height:36px;position:absolute;top:0;left:0;background:#e67938;z-index:-1;
	transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;}
.about .more:hover:before{width:100%;}




/*
.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;}
*/


#indexcase{width:100%;overflow:hidden;padding:25px 0px;}
.case{height:100%;margin:auto;overflow:hidden;}
.case .tit{text-align:left;}
.case .con ul{margin-top:22px;}
.case .con ul li{float:left;width:99%;height:45px;border:1px solid #e3e3e3;margin-bottom:8px;}
.case .con ul li input{height:45px;width:100%;border:none;background:#f5f5f5;font-size:18px;color:#666;text-indent:40px;}
.case .con ul li textarea{border:1px solid #e3e3e3;width:100%;height:100%;background:#f5f5f5;line-height:67px;font-size:18px;color:#666;text-indent:40px;}
.case .con ul li:nth-child(2n){float:right;}
.case .con ul li:nth-child(5n){margin-right:0;width:100%;border:none;height:168px;}
.case .con ul li:last-child input{background:#1aab7e;color:#fff;text-indent:0px;}
.case .con .submit{width:100}





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





.col{width:100%;min-height:350px;line-height:220%;margin:auto;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;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;}


.pxxm{width:100%;min-height:450px;overflow:hidden;padding:30px 0px;}
.pxxm ul li{height:190px;width:48%;float:left;margin-right:2%;margin-bottom:10px;}
.pxxm ul li:nth-child(4n){margin-right:0px;}
.pxxm ul li .pic{width:100%;height:150px;display:block;overflow:hidden;text-align:center;background:#f2f2f2;position:relative;
	display:flex;
	align-items:center;
	display:-webkit-flex; 
    -webkit-align-items:center;
	display:-ms-flex; 
    -ms-align-items:center;}
.pxxm ul li .pic img{max-width:100%;margin:auto;transition:0.3s;}
.pxxm ul li .pic: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 */
}
.pxxm ul li .tt{height:40px;line-height:40px;color:#333;border-bottom:1px solid #e5e5e5;}
.pxxm ul li .tt span{float:right;}
.pxxm ul li .tt:hover{color:#e45e15;}

.cp-ne-nav{width:100%;line-height:35px;font-size:14px;color:#999} 
.cp-product{width:94%;margin:auto;overflow:hidden;margin-bottom:20px;margin-top:15px;}
.cp-product .cp-pic{width:100%;height:100%;border:1px solid #e7e7e7;float:left;background:#f5f5f5;
	display:flex;
	align-items:center;
	display:-webkit-flex; 
    -webkit-align-items:center;
	display:-ms-flex; 
    -ms-align-items:center;}
.cp-product .cp-pic img{display:block;margin:auto;}
.cp-product .cp-details{width:100%;float:right;}
.cp-title{font-size:16px;color:#000;padding:15px 0px;}
.cp-des{padding:15px 0px;}
.cp-buy{background:#e45e15;width:125px;height:30px;line-height:30px;color:#fff;font-size:14px;text-align:center;}



ul,li{list-style: none;margin:0;padding:0;}
.bg{height: 100%;position:relative; margin:0 auto;box-sizing: border-box;}
.bg_left{width:100%;height:auto;float:left;}
.bg_right{float:left;position:absolute;left:490px;z-index:100;display:none;}
.show{width: 100%;margin-bottom: 10px;position: relative;top:0;z-index:100; border:1px solid #E8E8E8;cursor:move}
.show img{width: 100%;}
.mask{width: 240px;height: 180px;display:none;background: #000;filter: Alpha(opacity=50);opacity:0.5;position: absolute;top: 0;left: 0;display: none;}
.bigshow{width: 480px;height: 360px;overflow: hidden;margin-left: 10px;display: none;border:1px solid #E8E8E8;}
.bigshow img{width: 960px;height: 720px;}
.smallshow{width: 100%;height: 70px;position: relative}
.smallshow img{width:100%;height: 70px; border:1px solid #e8e8e8;box-sizing: border-box;transition: all 0.5s}
.smallshow>.middle_box{margin-left: 30px;margin-right: 30px;width:370px;overflow: hidden;height: 70px;}
.smallshow .middle{overflow: hidden;transition: all 0.5s;height: 70px;}
.smallshow .middle>li{width: 83px;height: 70px;float: left;cursor:pointer;padding:0 5px;}
.smallshow>p{position: absolute;top:50%;width: 22px;height: 32px;margin-top: -16px;}
.smallshow>.prev{left: 0;background: url(../images/hover-prev.png) no-repeat;transition: all 0.5s}
.smallshow>.next{right: 0;background: url(../images/hover-next.png) no-repeat;transition: all 0.5s}
.smallshow>.prev.prevnone{left: 0;background: url(../images/prev.png) no-repeat;cursor: not-allowed}
.smallshow>.next.nextnone{right: 0;background: url(../images/next.png) no-repeat;cursor: not-allowed}






.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:49%;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;}




.hzpp{width:100%;min-height:450px;padding:30px 0px;overflow:hidden;}
.hzpp ul li{height:100px;width:48%;float:left;margin-right:2%;margin-bottom:15px;} 
.hzpp ul li:nth-child(4n){margin-right:0px;}
.hzpp ul li .pic{width:100%;height:90px;display:block;overflow:hidden;text-align:center;background:#f2f2f2;position:relative;
	display:flex;
	align-items:center;
	display:-webkit-flex; 
    -webkit-align-items:center;
	display:-ms-flex; 
    -ms-align-items:center;}
.hzpp ul li .pic img{max-width:100%;margin:auto;transition:0.3s;}
.hzpp ul li .pic: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 */
}
.hzpp ul li .tt{height:68px;line-height:68px;color:#333;border-bottom:1px solid #e5e5e5;}
.hzpp ul li .tt span{float:right;}
.hzpp ul li .tt:hover{color:#e45e15;}



.xwzx{width:100%;min-height:300px;margin:auto;margin-bottom:20px;margin-top:20px;overflow:hidden;}
.xwzx ul li{width:100%;height:120px;position:relative;margin-bottom:15px;position:relative;border-bottom:1px solid #e7e7e7;}
.xwzx ul li a{width:100%;height:120px;display:block;position:relative;z-index:1;}
.xwzx ul li .pic{float:left;width:35%;height:100px;display:flex;align-items:center;background:#f7f7f7;}
.xwzx ul li .pic img{max-width:100%;max-height:100%;display:block;}
.xwzx ul li .con{float:right;width:62%;}
.xwzx ul li .con .tt{color:#333;font-size:15px;margin-top:5px;overflow:hidden;}
.xwzx ul li .con .date{font-size:13px;color:#999;display:block; margin-top:8px;}
.xwzx ul li .con .des{font-size:13px;display:block; color:#999;line-height:24px;height:50px;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(../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{width:100%;}
.footer_top{background:#f5f5f5;}
.footer_nav{line-height:35px;border-bottom:1px solid #e5e5e5;padding:15px 0px;display:none;}
.footer_nav ul li{float:left;width:25%;text-align:center;}
.footer_nav ul li .title a{color:#838383;font-size:14px;}
.footer_top .address{height:180px;} 
.footer_top .address .address-1{width:100%;margin-top:30px;display:none;}  
.footer_top .address .address-1 img{max-width:100%;display:block;margin:auto;}
.footer_top .address .address-2{float:left;width:70%;}
.footer_top .address .address-2 img{margin-top:20px;max-width:80%;}
.footer_top .address .address-2 .footer-lxfs{margin-left:0px;margin-top:15px;font-weight:lighter;font-size:13px;line-height:25px;}
.footer_top .address .address-3{float:right;width:30%;}
.footer_top .address .address-3 img{margin-top:15px;max-width:100%}
.footer_top .address .address-3 p{text-align:center;line-height:35px;}
.footer_bottom{height:30px;line-height:30px;font-size:13px;color:#999999;background:fff;}


#sidenav{width:100%;background:#f5f5f5;}
#sidenav ul{text-align:center;}
#sidenav ul li{display:inline-block;width:24%;line-height:35px;}
#sidenav ul li a{font-size:14px;}
#sidenav ul li a.cur{color:#379e7e;}
#sidenav ul li:hover{color:#379e7e;cursor:pointer;}

.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;
}



