@charset "utf-8";
/* CSS Document */
body , div , dl , dt , dd , ul , ol , li , h1 , h2 , h3 , h4 , h5 , h6 , pre , form , fieldset , input , textarea , p , blockquote , th , td {margin:0; padding:0;}
table {border-collapse:collapse; border-spacing:0;}
ol , ul ,li{list-style:none;}
.mian{position:relative; margin-left:auto; margin-right:auto; min-width:320px; max-width:640px; overflow:hidden; background-color:#fff; font-family:Microsoft YaHei;}
a{text-decoration:none; color:#666;}
@media screen and (min-width:320px) {
	html{font-size:75%;}
}
@media screen and (min-width:375px) {
	html{font-size:87.5%;}
}
@media screen and (min-width:480px) {
	html{font-size:87.5%;}
}
@media screen and (min-width:540px) {
	html{font-size:112.5%;}
}
@media screen and (min-width:550px) {
	html{font-size:125%;}
}
@media screen and (min-width:640px) {
	html{font-size:150%;}
}

/*清除浮动*/
.clearfix:after{ 
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix{ /*兼容 IE*/
    zoom: 1;
}


/*header*/
header{width: 100%;padding: 1.25rem 0;background: #fff;}
header dl{width: 82%;float: left;margin-left: 3%;}
header dt{width: 16%;float: left;}
header img{display: block;width: 100%;}
header dd{width: 74%;float: left;margin-left: 4%;box-sizing: border-box;margin-top: 0.3rem;}
header dd h3{font-size: 1.1rem;color: #000000;}
header dd p{font-size:1rem;color: #666666;margin-top: .333rem;}
header span{display: block;width: 10%;float: right;margin-right: 3%;margin-top: 0.7rem;}

/* footer */
footer{ width: 100%;background: #ebebeb;}
.footerCenter{width: 100%;padding:0 0 28%;background: #ebebeb;text-align: center;border-top: solid #dddddd;}
.footerCenter p{font-size: 1rem;color: #444444;margin-bottom: .417rem;margin-bottom: .417rem;padding: 0 3%;}
.footerCenter p a{color: #444444;}

.footerBottom{ position: fixed; bottom: 0;left: 0; width: 100%;}
.footerBottom img{display: block;width: 100%;}
.footerBottom a{display: block;float: left;width: 25%;text-align: center;padding:.75rem 0 0.5rem 0;   box-sizing: border-box;border-left: 1px solid #003466;border-right: 1px solid #125ea7;background: #024585;}
.footerBottom a:first-child{border-left: none;width: 23%;}
.footerBottom a:nth-child(2){width: 27%;}
.footerBottom a:last-child{border-right: none;}
.footerBottom em{display: block;width: 1.5rem;height: 1.5rem;margin: 0 auto;}
.footerBottom span{display: block;font-size: 1.1rem;color: #fff;margin-top: .467rem;}
.footerBottom i{width: 3.792rem;height: 1.875rem;display: block;position: absolute;top: -1.875rem;left: 50%;margin-left: -1.896rem;}


/* NavMenu */
.NavMenu{width: 100%;position: fixed;top: 0;left: 0;padding-top: 4.375rem;display: none;background: rgba(0, 0, 0, 0.8);z-index: 99;}
.NavMenu ul{width: 100%;padding-bottom: 1.75rem;}
.NavMenu li{margin-bottom: 1.167rem;}
.NavMenu li a{display: block;text-align: center;font-size: 1.2rem;color: #fff;}
.NavMenu li:hover a{color: #dcb172;}
.NavMenu span{display: block;width: 12%;position: absolute;top: 6%;right: 2%;}
.NavMenu img{display: block;width: 100%;}


.wxcode{display:none; position:absolute;left:50%;margin-left:-5.5rem;top:-13.5rem;background:#fff;padding:1rem;}
.wxcode #wxcodeimg{width:10rem;}
.wxcode img{width:10rem;}
.wxcode span{font-size:0.9rem; text-align:center; width:10rem;display:block;margin-top:0.5rem;}