*,
::before,
::after{
    margin: 0;
    padding: 0;

    -webkit-tap-highlight-color: transparent;/*清除点击默认的高亮效果*/

    -webkit-box-sizing: border-box;/*以你的border开始计算你的宽度*/

}
html,body{
    width: 100%;
    height: 100%;
}
body{
    font-size: 0.10rem;
    font-family: "Microsoft YaHei",sans-serif;/*第二个是手机的一个默认的字体*/
    color: #000;
}

a{
    text-decoration: none;
    color: #000;
}

ul{
    list-style: none;
}

input,textarea{
    border: none;
    resize: none;
    outline: none;/*清除选中效果*/
    -webkit-appearance: none;/*清楚浏览器默认的样式*/
}
img{
    width: 100%;
    height:100%;
}
div,h1,h2,h3,span{
    text-align: center;
}
.w{
    width: 7.50rem;
    margin: 0 auto;
    overflow: hidden;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
/*清除浮动*/
.clearfix::before,
.clearfix::after{
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear: both;
}

/*导航部分*/
.mainnav{
    position: fixed;
    width: 3.62rem;
    height: 100%;
    background: #fff;
    right:0rem;
    top: 0;
    transform: translate3d(3.62rem,0,0);
    transition: 300ms ease all;
}
.mainnav.in{
    transform: translate3d(0,0,0);
}
.mainnav .top{
    width: 100%;
    height:0.88rem;
    background: #DBECFE;
    position: relative;
    overflow: hidden;
}
.mainnav .top .navlogo{
    width: 1.8rem;
    height: 0.5rem;
    background: url(../img/home-1.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -0.2rem;
    margin-left: -1.5rem;
}
.mainnav .main li{
    width: 100%;
    padding-left: 0.20rem;
    text-align: left;
    height: 0.80rem;
    line-height: 0.80rem;
    font-size: 0.28rem;
    font-weight: 500;
}
.mainnav .main li.con{
    background: #f5f5f5;
}
.mainnav .main li:active{
    background: #f5f5f5;
}
.mainnav .main li a{
    display: block;
}

.ft-btm{
    width: 100%;
    text-align: center;
    font-size: 0.22rem;
    color: #7D7D7D;
    margin-bottom: 0.40rem;
    margin-top: 0.40rem;
}
.ft-btm p a{
    font-size: 0.22rem;
    color: #4b85a9;
    text-decoration: underline;
}
/*主页的导航移动样式*/
.ww{
    width: 100%;
    padding: 0 0.30rem;
}
.home,.platfromBox{
    width: 100%;
    height: auto;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.home .w,.platfromBox .w{
    transform: translate3d(0,0,0);
    transition: 300ms ease all;
    backface-visibility: hidden;
    position: relative;
}
.home .w.in,.platfromBox .w.in{
    transform: translate3d(-3.62rem,0,0);
}
.home .w .bcg,.platfromBox .w .bcg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    background: rgba(0,0,0,0.3);
    z-index: 99;
    display: none;
}
.home .w .bcg.in,.platfromBox .w .bcg.in{
    display: block;
}
/*顶部内容*/
.home .header,.platfromBox .header{
    width: 100%;
    height:0.88rem;
    -moz-box-shadow:0px 0.05rem 0.05rem #DBE7F5;
    -webkit-box-shadow:0px 0.05rem 0.05rem #DBE7F5;
    box-shadow:0px 0.05rem 0.05rem #DBE7F5;
}
.home .header .logoBox,.platfromBox .header .logoBox{
    width: 2.09rem;
    height: 0.54rem;
    margin-top: 0.2rem;
    margin-left: 0.3rem;
}
.home .header .nav,.platfromBox .header .nav{
    width: 0.64rem;
    height:0.64rem;
    margin-top: 0.15rem;
    margin-right: 0.3rem;
    position: relative;
    z-index: 99;
}