body{margin:0;
    /*font-family:"Microsoft YaHei";line-height:1;font-size:12px;*/
    font:12px/1 "Microsoft YaHei";
}
p,dl,dd{margin:0;}
h1,h2,h3,h4,h5,h6{margin:0; font-weight:normal; font-size:100%;}
ul,ol{margin:0;padding:0;list-style:none;}
a{ text-decoration: none;color:#333;}
em,i{font-style:normal;}
strong,b{font-weight:normal;}
img{border:none;vertical-align:bottom;}
.clearfix{*zoom:1;} /*ie低版本兼容处理*/
.clearfix:after{content:"";clear:both;display:block; height:0;overflow:hidden;font-size:0;line-height:0;}
table{border-spacing: 0;border-collapse: collapse;}
th,td{padding:0;text-align:left;vertical-align: top;}
th{font-weight:normal;text-align:left;}
input,textarea{outline:none;}
input{margin:0;padding:0;border:none;}
input[type="button"],input[type="submit"]{box-sizing:content-box;}
textarea{resize:none;overflow:auto;} 
button{border: 0;background-color: transparent;outline: none;}

/* 字体 */
@font-face {
    font-family: 'PingFangSC-Regular';   
    src: url('../font/PingFangSC-Regular.woff2');       
}
body{
    font-family: 'PingFangSC-Regular';   
}
/* 头部 */
header{
    position: relative;
    height: 0.88rem;
    line-height: 0.88rem;
    background: #0c7ed9;
    border-bottom: 1px solid #86bfec;
}
header .tit{
    display: inline-block;
    font-size: 0.3rem;
    color: #fff;
    margin-left: 0.4rem;
}
header .nav{
    position: absolute;
    top: 50%;
    right: 0.2rem;
    margin-top:-0.3rem;
    width: 0.76rem;
    height: 0.6rem;
    line-height: 0.6rem;
}
header .nav img{
    width: 100%;
    height: 100%;
}
.nav_ul{
    display: none;
    position: absolute;
    top: 0.88rem;
    z-index: 10;
    width: 100%;
    background: #0c7ed9;
}
.nav_ul li{
    height: 0.73rem;
    line-height: 0.73rem;
   
    font-size: 0.28rem;
}
.nav_ul li a{
    display: block;
    padding-left: 0.66rem;
    color: #fff;
    border-bottom: 1px solid #86bfec;
}
#swiper1{
    width: 7.5rem;
}
#swiper1 .swiper-slide img{
    width: 100%;
}
#swiper1 .swiper-button-prev{
    background: url('../images/swiper-left.png')no-repeat ;
    background-size: 0.35rem 0.7rem;
    width: 0.35rem;
    height: 0.7rem;
    left: 0.2rem;
}
#swiper1 .swiper-button-next{
    background: url('../images/swiper-right.png')no-repeat ;
    background-size: 0.35rem 0.7rem;
    width: 0.35rem;
    height: 0.7rem;
    right: 0.2rem;
}
.line{
    height: 0.1rem;
    background: #0c7ed9;
}
/* 底部 */
footer{
    position: relative;
    height: 3.35rem;
    background: #255a84;
}
footer .logo{
    width: 6rem;
    margin-left: 0.22rem;
    margin-top: 0.35rem;
    margin-bottom: 0.09rem;
}
.footer_ul li{
    font-size: 0.24rem;
    margin-left: 1.23rem;
    margin-bottom: 0.2rem;
}
.footer_ul li a{
    color: #e5e5e5;
}
.qrcode{
    position: absolute;
    top: 1.3rem;
    right: 0.36rem;
    text-align: center;
}
.qrcode img{
    width: 1.24rem;
}
.qrcode p{
    color: #e4e4e4;
    font-size: 0.2rem;
    margin-top: 0.11rem;
}

/* 导航 */
.show{
    background: #f5f5f5;
    padding-top: 0.1rem;
}
.show_nav{
    width: 7.1rem;
    height: 0.74rem;
    line-height: 0.74rem;
    margin: 0 auto;
    border-bottom: 1px solid #cbcbcb;
}
.show_nav span:nth-child(1){
    color: #0c7ed9;
    font-size: 0.36rem;
    font-weight: bold;
}
.show_nav span:nth-child(2){
    color: #999999;
    font-size: 0.28rem;
    float: right;
}
.show_goto{
    width: 7.1rem;
    margin: 0 auto;
    padding-top: 0.36rem;
}
.show_goto a{
    display: inline-block;
    font-size: 0.32rem;
    color: #666;
    margin-left: 0.35rem;
    margin-bottom: 0.30rem;
}
.show_goto .active{
    font-size: 0.32rem;
    color: #000;
}

/* 分页 */
.page{
    text-align: center;
    margin-top: 0.78rem;
}
.page a{
    margin-right: 0.1rem;
    text-align: center;
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    border: 1px solid #e5e5e5;
    font-size: 0.3rem;
    color: #999999;
    line-height: 0.5rem;
}
.page .frist{
    width: 1.08rem;
    height: 0.5rem;
    border: 1px solid #e5e5e5;
}
.page .next{
    width: 1.25rem;
    height: 0.5rem;
    border: 1px solid #e5e5e5;
}
.page .active{
    background: #0c7ed9;
    color: #fff;
    border: 1px solid #0c7ed9;
}