/*通用*/
html, body {
    margin: 0px;
    font-family: "Microsoft YaHei", Tahoma, SimSun;
}
div, ul, ol, li, form, h1, h2, h3, h4, p, dl, dd, dt {
    margin: 0px;
    padding: 0;
    list-style: none;
}
img {
    border: 0;
    margin: 0;
    padding: 0;
}
a {
    blr: expression(this.onFocus=this.blur());
    outline: none;
    text-decoration: none
}
.center {
    text-align: center
}
.clear {
    clear: both;
    display: block
}
.clear-after:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
.none {
    display: none
}
.hide, .hide>* {
    display: none !important
}
*, .bbox, .layout, div, p {
    -webkit-box-sizing: border-box;
}
.wbox {
    display: -webkit-flex !important;
    display: -webkit-box;
}
.wbox-flex {
    -webkit-flex: 1 !important;
    -webkit-box-flex: 1
}
.wbox-flex {
    word-wrap: break-word;
    word-break: break-all;
}
section {
    width: 7.5rem;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
/*首页*/
#forhorview {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: url(force.png) 0 0 no-repeat rgba(0, 0, 0, 1);
    background-size: 100% 100%;
}
#forhorview.show {
    display: -webkit-box;
    display: -moz-box;
    display: box
}
.wrap_index {
    height: 100%;
    background: url(m_wrap250205.png) no-repeat 50% 50%;
    background-size: cover;
    /*background-size: 100% 100%;*/
}
.my_logo {
    position: absolute;
    z-index: 100;
    top: .2rem;
    left: .2rem;
    width: 1.72rem;
    height: 1.57rem;
    background: url(m_logo.png) no-repeat;
    background-size: 100% auto;
}
.my_logo a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -999em;
}
.age_tips {
    position: absolute;
    top: 1.4rem;
    left: .4rem;
    display: block;
    width: .81rem;
    height: 1.04rem;
    background: url(mxd-age-icon.png) no-repeat;
    background-size: 100% auto;
}
.home_nav .nav1 {
    position: absolute;
    left: .33rem;
    bottom: 2rem;
    width: 1.68rem;
    height: 1.68rem;
    background-image: url(m_nav1.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.home_nav .nav2 {
    position: absolute;
    left: 5.36rem;
    bottom: 2rem;
    width: 1.68rem;
    height: 1.68rem;
    background-image: url(m_nav2.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.home_nav .nav3 {
    position: absolute;
    left: 2.68rem;
    bottom: 2rem;
    width: 2.12rem;
    height: 2.13rem;
    background-image: url(m_nav3.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.home_nav a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -999em;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -ms-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}
.nav1 {
    -moz-animation: zoomInDown 1s linear 1s both;
    -webkit-animation: zoomInDown 1s linear 1s both;
    animation: zoomInDown 1s linear 1s both;
}
.nav2 {
    -moz-animation: zoomInDown 1s linear 1.5s both;
    -webkit-animation: zoomInDown 1s linear 1.5s both;
    animation: zoomInDown 1s linear 1.5s both;
}
.nav3 {
    -moz-animation: zoomInDown 1s linear 2s both;
    -webkit-animation: zoomInDown 2s linear 2s both;
    animation: zoomInDown 1s linear 2s both;
}
.desc {
    position: absolute;
    bottom: .3rem;
    left: 0;
    width: 100%;
    font-size: .24rem;
    /*color: #868686;*/
    color: #fff;
    line-height: .32rem;
    text-align: center;
}
.desc a {
    display: inline-block;
    margin: 0 .3rem;
    /*color: #868686;*/
    color: #fff;
    text-decoration: underline;
}
.keyword {
    position: absolute;
    top: 1.4rem;
    left: .4rem;
    font-size: .24rem;
    color: #fff;
    line-height: .32rem;
}