@charset "UTF-8";
*{margin:0;padding:0}
html{background:#ececec;font-size:10px;font-size:calc(100vw / 32)}
@media all and (max-width:320px){html{font-size:10px}}
@media all and (min-width:500px){html{font-size:15.625px}}
body{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;margin:0 auto;font:normal 10px/1.5 "Microsoft YaHei","PingFang SC","Hiragino Sans GB",Helvetica,"WenQuanYi Micro Hei",Arial,Verdana,Tahoma,sans-serif;max-width:480px;min-width:320px;min-height:90vh;background:#fff;}
dd,dl,dt,li,ul{list-style:none}
a{text-decoration:none;color:#ccc}
img{border:0;vertical-align:bottom;max-width:100%}
em,i{font-style:normal}
.w-rel{position:relative!important}
.w-abs{position:absolute!important}
.w-fl{float:left!important}
.w-fr{float:right!important}
.w-ovh{overflow:hidden!important}
.w-nm{margin:0!important}
.w-nmr{margin-right:0!important}
.w-nmb{margin-bottom:0!important}
.w-nb{border:none!important}
.w-nbr{border-right:none!important}
.w-np{padding:0!important}
.w-fw{display:block!important;width:100%!important}
.w-fs{font-size:0!important}
.w-fs01{font-size:.1px!important;font-size:-webkit-calc(0px + 0px)!important}
.w-txc{text-align:center!important}
.w-txl{text-align:left!important}
.w-txr{text-align:right!important}
.w-jafter,.w-txj{text-align:justify!important}
.w-jafter:after{content:'';display:inline-block;width:100%}
.w-txi{text-indent:2em!important}
.w-cl{clear:both!important}
.w-mtop1{margin-top:1rem!important}
.w-mtop15{margin-top:1.5rem!important}
.w-mtop2{margin-top:2rem!important}
.w-wrap{width:95%!important;margin-left:auto!important;margin-right:auto!important}
.w-wsp{white-space:nowrap!important}
.w-imid{display:inline-block;width:0;height:100%;vertical-align:middle}
.w-block{display:block!important}
.w-inbok{display:inline-block!important}
.w-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}
.w-disnone{display:none}
.w-borbox{-webkit-box-sizing:border-box!important;box-sizing:border-box!important}
.w-white{color:#fff!important}
.w-whitebg{background-color:#fff!important}
.w-colorh{color:inherit}
.menu{overflow:hidden;background:#0564be;display:flex;justify-content:space-between;align-items:center;}
.menu li{box-sizing:border-box;border-right:1px solid #fff;font-size:1.4rem;line-height:3.5rem;flex:1}
.menu li:last-child{border-right:none}
.menu li a{display:block;color:#fff;text-align:center}
.nav{margin:1.5rem 0}
.about{margin:0 auto .5rem;width:93.75%;padding-bottom:.5rem}
.about h2{font-size:1.5rem;color:#333;margin-bottom:.5rem;display:flex;align-items:center;}
.about h2:before{content:"";width:.3rem;height:1.5rem;display:inline-block;background:#0564be;margin-right:.5rem}
.about p{color:#666;font-size:1.2rem;line-height:1.75;text-indent:2em}
.tab_content{background-color:#f2f2f2;padding-bottom:1rem}
.tab_content ul{width: 100%;background-color: #fff;display:-webkit-flex;display:flex;padding-bottom: 10px;}
.tab_content ul li{width: 50%;text-align: center;list-style: none;padding:10px 0;font-size: 14px;border-bottom: 1px solid #e6e6e6}
.tab_content ul li.active a{border-bottom: 1px solid #009dda;color: #009dda;padding-bottom:10px}
.tab_content ul li a{color: #808182;text-decoration: none;}
.tab_content #nav_content div{display: none}
.tab_content #nav_content .fdiv{display: block}
.tab_content #nav_content div{width: 93.75%;margin: auto;}
.tab_content #nav_content dl{padding-top:5%;display:flex}
.tab_content #nav_content dl dt{width: 17.92%;}
.tab_content #nav_content dl dt img{width: 100%;}
.tab_content #nav_content dl dd{box-sizing: border-box;width:80%;background: url(../images/b.png) no-repeat top center;background-size: 100% 100%;padding:5% 2% 5% 7%;}
.tab_content #nav_content dl dd h3{font-size: 14px;color:#595959;margin-bottom: 10px}
.tab_content #nav_content dl dd p{line-height: 25px;font-size: 14px}
.tab_content #nav_content dl dd p a{color: #474747;text-decoration: none}
.tab_content #nav_content dl dd p a span{color:#f31818;}
.footer{position: fixed;bottom: 0;width:100%;max-width:480px;background:#e5e5e5;border-top: 1px solid #dfdfdf;padding:1rem 0 1.5rem;}
.ft-con{margin:auto;width: 93.75%;height: 2.85rem;background: #fff;}
.ft-con a{display:flex}
.ft-img{margin: .45rem .5rem;width: 2rem;}
.ft-text{font-size: 1.1rem;line-height: 2.85rem;color: #666666;flex:1}
.ft-btn{width: 28%;text-align: center;font-size: 1.2rem;line-height: 2.95rem;color: #fff;background: #169bd5;border-radius: .25rem;}
.private{text-align:center;padding-bottom:6rem;background-color:#fff;padding-top:.5rem}
.private p a{font-size:.2rem;color:#bbb}
.fixed_footer{position:fixed;left:50%;top:60%;transform:translateX(-50%);width:100%;max-width:480px;display:flex;justify-content:end;}
@keyframes breathe{
    0%{transform: scale(.99)}
    50%{transform: scale(1.03)}
    100%{transform: scale(.99)}
}