*,*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
body{color: #393939;font-family:"寰蒋闆呴粦","Microsoft Yahei";}
a{color: #393939;}
a:hover{color: #CCC;}
img{max-width: 100%;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.nav{display: none;position: absolute;top: 100%;right: 0;background-color:#fff;margin-top: 0;padding: 10px;width:100%;}
.nav li{float: none;margin: 0;border-top: 1px solid #eee;}
.nav .v1{line-height: 40px;font-size:.9rem;display: block;border-bottom: 1px solid rgba(255,255,255,.6);border-right: none;color: #333;}
.nav li:last-child .v1{border-bottom: 0;}
.nav li.on .v1,.nav li:hover .v1{background: #fff;}

#hd{padding-top:5px;height:50px;background: #fff;text-align: center;position: relative;z-index: 9;}

.menuBtn{position: relative;z-index: 9;float: right;
    width: 40px;height: 40px;padding: 7px;cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: 4px;background-color:#8ba6b5;border-radius:5px;
    margin: 3px 0 5px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn.open b{display: none;margin: 0;position: absolute;left: 5px;top: 50%;width: 30px;}
.menuBtn.open b:first-child{display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.open b:last-child{display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}


.logo{width:35%;position:absolute;left:3%;top:21%;}
.footer{height:35px;width:100%;float:left;}
footer{ position:fixed;bottom:0;left:0;background:#E81E1A;z-index:999;width:100%;height:35px;line-height:35px;display:inline-block;float:left}
footer a{width:33%;float:left;text-align:center; text-indent:5%;border-right:1px solid #fff;color:#fff; font-size:.8rem;}
footer a:visited{color:#fff;}
footer a.fot1{ background:url(../images/images/fot1.png) no-repeat 10% center;background-size:18% auto;}
footer a.fot2{ background:url(../images/images/fot2.png) no-repeat 10% center;background-size:18% auto;}
footer a.fot3{ background:url(../images/images/fot3.png) no-repeat 10% center;background-size:18% auto;border-right:none;}


.bgDiv{width:100%;height:100%;background:#000;opacity:.5;position:fixed;display:none;z-index:11;bottom:0;}
.downNav{width:100%;height:75%;background:#fff/* url(../images/jian.png) no-repeat right 5% top 5%*/; position:relative;position:fixed;z-index:99;bottom:-75%;}
.downNav h3{ text-align:center;font-weight:500;font-size:1.1rem;height:40px;line-height:40px;padding-top:2%;margin-bottom:2%;}
.downNav p{ font-size:.8rem;text-align:center;padding:0 20%;color:#999;line-height:23px;margin-bottom:3%;}
.tian li{height:40px;line-height:40px;border-bottom:1px solid #cfcfcf;}
.tian span{float:left;width:25%;font-size:.9rem;}/*background-size:5% auto;*/
.tian input{float:right;width:75%;font-size:.8rem;height:38px;line-height:38px;border:none;font-family:"寰蒋闆呴粦","Microsoft Yahei";}
.close{background:url(../images/images/jian.png) no-repeat;background-size:100% auto;width:8%;height:20px;position:absolute; z-index:999; right:3%;top:5%; }




.tijiao{color:#fff; background:#2483bb; height:40px;line-height:40px; border-radius:4px; border:none;font-size:1rem; width:100%;font-family: "Microsoft Yahei";}
	
@media only screen and (min-device-width: 375px){
.nav .v1{line-height:43px;font-size:1rem;}
#hd{height:55px;}	

.logo{top:19%;}
.footer{height:40px;}
footer{height:40px;line-height:40px;}
footer a{font-size:.9rem;}

.downNav h3{font-size:1.2rem;height:43px;line-height:43px;}
.downNav p{font-size:.9rem;line-height:23px;}
.tian li{height:45px;line-height:45px;}
.tian span{font-size:1rem;}
.tian input{font-size:.9rem;height:43px;line-height:43px;}
.tijiao{height:43px;line-height:43px;font-size:1rem;}
}

@media only screen and (min-device-width: 414px){
.nav .v1{line-height:45px;font-size:1.1rem;}
#hd{height:55px;}

.logo{top:15%;}
.footer{height:45px;}
footer{height:45px;line-height:45px;}
footer a{font-size:1rem;}

.downNav h3{font-size:1.3rem;height:45px;line-height:45px;}
.downNav p{font-size:.9rem;line-height:25px;}
.tian li{height:50px;line-height:50px;}
.tian span{font-size:1.1rem;}
.tian input{font-size:.9rem;height:48px;line-height:48px;}
.tijiao{height:43px;line-height:43px;font-size:1.1rem;}

}