html,body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,dl,dt,dd,iframe,span {margin:0px; padding:0px; border:0px;}
body {
    padding:0px;
    margin:0px;
    zoom:100%;
    line-height:1;
    font-family: "microsoft yahei","微软雅黑","黑体";
}
ul,dl, dt,dd,ol{list-style-type:none;}
select,input {vertical-align:middle;}  
a{ color:#3b3b3b; text-decoration:none; font-size: 0.27rem;}    
p { font-size: 0.24rem; }   
* html .clear{zoom:1;}
*+html .clear{zoom:1;} 
em{font-style: normal;}
i{font-style: normal;}
*{ margin:auto; padding:auto;}
.r{ float:right;}.l{ float:left;}
.clearfix:before,.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after{clear:both;}
.clearfix{
    *zoom:1;/*IE/7/6*/
}
html{
    max-width: 750px;/*设计图为1080时可以改成1080，适配大屏iPad*/
    min-width: 320px;
    overflow-x: hidden;
    background: #F1F1F1;
    margin: 0 auto;
}
/*通用头部、尾部、检索等公用代码*/
.top {
    width: 100%;
    height: 1.5rem;
    position: relative;
}
.top img {
    display: block;
    width: 100%;
    height: auto;
}
.top > a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 6.71rem;
    height:0.67rem;
    margin-left: 0.3rem;
    margin-top: 0.22rem;
}
.nav {
    height: 0.7rem;
    background-color: #0d7bd8;
    position: relative;
    overflow: hidden;
    transition: height 0.5s;
}
.nav li {
    font-size: 0.3rem;
    float: left;
    width: 1.6rem;
    height: 0.7rem;
    line-height: 0.7rem;
    text-align: center;
    background: url("index1.png") no-repeat right center;
    margin-left: 0.05rem;
}
.nav li a {
    display: inline-block;
    height: auto;
    width: 100%;
    color: #fff;
    font-size: 0.3rem;
}
.nav .close {
    position: absolute;
    right: 0.1rem;
    top: 0.03rem;
    width: 1rem;
    height: 0.5rem;
}
.nav .close img {
    margin-top: 0.1rem;
    margin-left: 0.25rem;
    display: block;
    width: 0.4rem;
}
.nav .close img:last-child {
    display: none;
    margin-left: 0.25rem;
    margin-top: 0.1rem;
}
.nav.now {
    transition: height 0.5s;
    height: 1.4rem;
}
.nav.now .close img:first-child {
    display: none;
}
.nav.now .close img:last-child {
    display: block;
}


.footer {
    background-color: #2186db;
    padding-top: 0.01rem;
}
.footer-hd {
    height: 0.6rem;
    width: 100%;
    background-color: #0d7bd8;
    margin-bottom: 0.01rem;
}
.footer-hd a {
    float: left;
    color: #fff;
    margin-top: 0.2rem;
    font-size: 0.24rem;
    height: 0.24rem;
}
.footer-hd a:first-child {
    margin-left: 50%;
    width: 1.01rem;
    border-right: 0.03rem solid #fff;
    transform: translateX(-1rem);
}
.footer-hd a:last-child {
    transform: translateX(-0.7rem);
}
.footer-bd {
    background-color: #0a69b9;
    text-align: center;
    padding-top: 0.27rem;
    padding-bottom: 0.07rem;
}
.footer-bd p {
    font-size: 0.22rem;
    color: #fff;
    margin-bottom: 0.17rem;
}
.footer-bd p:nth-child(4) {
    height: 0.01rem;
    width: 100%;
    border-top: 0.01rem solid #fff;
}
.footer-bd p a {
    font-size: 0.22rem;
    color: #fff;
}