﻿@charset "utf-8";

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Alimama FangYuanTi VF';
    src: url('../font/Rubik-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: Microsoft YaHei, Open Sans, PingFang SC, Helvetica Neue, Hiragino Sans GB, WenQuanYi Micro Hei, Arial, "sans-serif";
    font-size: 14px;
    color: #666;
    position: relative;
    overflow-x: hidden;
}

/*用来解决在安卓上的点击出现篮框问题*/
body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*解决ios上去除微信点击蓝色边框 */
a:focus, input:focus, p:focus, div:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a, img, button, input, textarea, select {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

button, button:focus {
    box-shadow: none;
    outline: 0;
    border: none;
}

input, input:focus, button, button:focus {
    box-shadow: none;
    outline: 0;
    border: none;
}

a {
    text-decoration: none;
    color: #666;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

li {
    list-style: none;
}

img {
    vertical-align: middle;
    border: none;
}

i {
    font-style: normal;
}

.img img {
    width: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.oh {
    overflow: hidden;
}

.toh {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    line-height: 1.15;
}

.pr {
    position: relative;
}

.tc {
    text-align: center;
}

.db {
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.sca {
    overflow: hidden;
}

.cp {
    cursor: pointer;
}

/*图片悬浮放大*/
.sca>img {
    -webkit-transition: -webkit-transform 1.3s;
    transition: -webkit-transform 1.3s;
    -o-transition: transform 1.3s;
    transition: transform 1.3s;
    transition: transform 1.3s, -webkit-transform 1.3s;
    -webkit-transition: transform 1.3s;
}

.sca>img:hover {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}

/*Y轴旋转*/
.rot-y img {
    -o-transition: all 1.6s;
    transition: all 1.6s;
    -webkit-transition: all 1.6s;
}

.rot-y:hover img {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
}

.dis_flex {
    display: flex;
}

.dis_center {
    justify-content: space-between;
}

.dis_acenter {
    align-items: center;
}

body::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #bdbdbd;
}

body::-webkit-scrollbar-thumb:hover {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.4);
}

.box:after, ul:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix:after {
    content: '';
    height: 0;
    clear: both;
    display: block;
}

.mobile-show {
    display: none;
}

.mo_show {
    display: none !important;
}

/*版心页面大小*/
.container {
    padding: 0  12.5vw;
    width: 100%;
}

@media(max-width:1600px) {
    .container {
        padding: 0  8.5vw;
        width: 100%;
    }

}

/*@media(max-width:1366px){
    .container {
        padding:0  8.5vw;
        width: 100%;
    }
}*/
@media(max-width:1100px) {
    .container {
        padding: 0  10vw;
        width: 100%;
    }

}

@media(max-width:1000px) {
    .container {
        padding: 0  3.5vw;
        width: 100%;
    }

}

@media (max-width:767px) {
    .mo_show {
        display: block !important;
    }

    .pc_show {
        display: none !important;
    }

}

.font24 {
    font-size: 26px;
}

.font26 {
    font-size: 26px;
}

.font28 {
    font-size: 28px;
}

.font30 {
    font-size: 30px;
}

.font32 {
    font-size: 32px;
}

.font36 {
    font-size: 36px;
}

.font44 {
    font-size: 44px;
}

.font40 {
    font-size: 40px;
}

.font42 {
    font-size: 42px;
}

.font46 {
    font-size: 32px;
}

.font48 {
    font-size: 48px;
}

.font52 {
    font-size: 52px;
}

.font56 {
    font-size: 56px;
}

.font58 {
    font-size: 50px;
}

.font64 {
    font-size: 64px;
}

.font60 {
    font-size: 60px;
}

.font84 {
    font-size: 84px;
}

.font100 {
    font-size: 100px;
}

@media (max-width:1580px) {
    .font58 {
        font-size: 54px;
    }

}

@media (max-width:1440px) {
    .font24 {
        font-size: 22px;
    }

    .font30 {
        font-size: 28px;
    }

    .font32 {
        font-size: 30px;
    }

    .font36 {
        font-size: 34px;
    }

    .font40 {
        font-size: 38px;
    }

    .font42 {
        font-size: 40px;
    }

    .font44 {
        font-size: 40px;
    }

    .font48 {
        font-size: 42px;
    }

    .font46 {
        font-size: 28px;
    }

    .font52 {
        font-size: 44px;
    }

    .font56 {
        font-size: 44px;
    }

    .font58 {
        font-size: 50px;
    }

    .font64 {
        font-size: 60px;
    }

    .font100 {
        font-size: 94px;
    }

    .font60 {
        font-size: 56px;
    }

}

@media (max-width:1366px) {
    .font24 {
        font-size: 22px;
    }

    .font26 {
        font-size: 24px;
    }

    .font28 {
        font-size: 26px;
    }

    .font30 {
        font-size: 26px;
    }

    .font32 {
        font-size: 28px;
    }

    .font36 {
        font-size: 34px;
    }

    .font42 {
        font-size: 36px;
    }

    .font44 {
        font-size: 38px;
    }

    .font48 {
        font-size: 40px;
    }

    .font46 {
        font-size: 38px;
    }

    .font52 {
        font-size: 42px;
    }

    .font56 {
        font-size: 42px;
    }

    .font58 {
        font-size: 52px;
    }

    .font64 {
        font-size: 58px;
    }

    .font60 {
        font-size: 54px;
    }

    .font84 {
        font-size: 78px;
    }

    .font100 {
        font-size: 94px;
    }

    .font40 {
        font-size: 36px;
    }

}

@media (max-width:1280px) {
    .font22 {
        font-size: 20px;
    }

    .font26 {
        font-size: 22px;
    }

    .font28 {
        font-size: 24px;
    }

    .font30 {
        font-size: 24px;
    }

    .font32 {
        font-size: 28px;
    }

    .font36 {
        font-size: 32px;
    }

    .font40 {
        font-size: 32px;
    }

    .font42 {
        font-size: 34px;
    }

    .font44 {
        font-size: 34px;
    }

    .font48 {
        font-size: 38px;
    }

    .font46 {
        font-size: 36px;
    }

    .font52 {
        font-size: 46px;
    }

    .font56 {
        font-size: 50px;
    }

    .font58 {
        font-size: 50px;
    }

    .font64 {
        font-size: 56px;
    }

    .font84 {
        font-size: 76px;
    }

    .font60 {
        font-size: 52px;
    }

    .font100 {
        font-size: 92px;
    }

}

@media (max-width:1100px) {
    .font58 {
        font-size: 40px;
    }

    .font36 {
        font-size: 26px;
    }

}

@media (max-width:991px) {
    .font24 {
        font-size: 20px;
    }

    .font28 {
        font-size: 22px;
    }

    .font30 {
        font-size: 22px;
    }

    .font32 {
        font-size: 28px;
    }

    .font36 {
        font-size: 30px;
    }

    .font40 {
        font-size: 32px;
    }

    .font42 {
        font-size: 32px;
    }

    .font44 {
        font-size: 32px;
    }

    .font48 {
        font-size: 34px;
    }

    .font46 {
        font-size: 32px;
    }

    .font52 {
        font-size: 42px;
    }

    .font56 {
        font-size: 46px;
    }

    .font58 {
        font-size: 46px;
    }

    .font64 {
        font-size: 50px;
    }

    .font84 {
        font-size: 70px;
    }

    .font60 {
        font-size: 46px;
    }

    .font100 {
        font-size: 80px;
    }

}

@media (max-width:767px) {
    .font24 {
        font-size: 18px;
    }

    .font26 {
        font-size: 20px;
    }

    .font28 {
        font-size: 22px;
    }

    .font30 {
        font-size: 22px;
    }

    .font32 {
        font-size: 24px;
    }

    .font36 {
        font-size: 24px;
    }

    .font40 {
        font-size: 24px;
    }

    .font42 {
        font-size: 26px;
    }

    .font44 {
        font-size: 26px;
    }

    .font48 {
        font-size: 30px;
    }

    .font46 {
        font-size: 28px;
    }

    .font52 {
        font-size: 36px;
    }

    .font56 {
        font-size: 38px;
    }

    .font58 {
        font-size: 38px;
    }

    .font84 {
        font-size: 56px;
    }

    .font64 {
        font-size: 30px;
    }

    .font60 {
        font-size: 26px;
    }

    .font100 {
        font-size: 60px;
    }

}

@media (max-width:360px) {
    .font84 {
        font-size: 45px;
    }

    .font30 {
        font-size: 20px;
    }

    .font32 {
        font-size: 20px;
    }

    .font36 {
        font-size: 22px;
    }

    .font40 {
        font-size: 22px;
    }

    .font42 {
        font-size: 24px;
    }

    .font44 {
        font-size: 24px;
    }

    .font48 {
        font-size: 28px;
    }

    .font46 {
        font-size: 26px;
    }

    .font56 {
        font-size: 36px;
    }

    .font58 {
        font-size: 38px;
    }

    .font60 {
        font-size: 28px;
    }

    .font64 {
        font-size: 28px;
    }

    .font60 {
        font-size: 24px;
    }

    .font100 {
        font-size: 40px;
    }

}

@media screen and (min-width:1025px) {
    .transY {
        -webkit-transform: translateY(60px);
        -moz-transform: translateY(60px);
        -ms-transform: translateY(60px);
        transform: translateY(60px);
        opacity: 0;
        visibility: hidden
    }

    .transYF {
        -webkit-transform: translateY(-60px);
        -moz-transform: translateY(-60px);
        -ms-transform: translateY(-60px);
        transform: translateY(-60px);
        opacity: 0;
        visibility: hidden
    }

    .transX {
        -webkit-transform: translateX(60px);
        -moz-transform: translateX(60px);
        -ms-transform: translateX(60px);
        transform: translateX(60px);
        opacity: 0;
        visibility: hidden
    }

    .transXF {
        -webkit-transform: translateX(-60px);
        -moz-transform: translateX(-60px);
        -ms-transform: translateX(-60px);
        transform: translateX(-60px);
        opacity: 0;
        visibility: hidden
    }

    .active .transX, .active .transXF, .active .transY, .active .transYF {
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        opacity: 1;
        visibility: visible
    }

    .trans {
        -webkit-transition: .7s ease-out;
        -moz-transition: .7s ease-out;
        transition: .7s ease-out
    }

    .dly-1 {
        -webkit-transition-delay: .1s;
        -moz-transition-delay: .1s;
        transition-delay: .1s
    }

    .dly-2 {
        -webkit-transition-delay: .2s;
        -moz-transition-delay: .2s;
        transition-delay: .2s
    }

    .dly-3 {
        -webkit-transition-delay: .3s;
        -moz-transition-delay: .3s;
        transition-delay: .3s
    }

    .dly-4 {
        -webkit-transition-delay: .4s;
        -moz-transition-delay: .4s;
        transition-delay: .4s
    }

    .dly-5 {
        -webkit-transition-delay: .5s;
        -moz-transition-delay: .5s;
        transition-delay: .5s
    }

    .dly-6 {
        -webkit-transition-delay: .6s;
        -moz-transition-delay: .6s;
        transition-delay: .6s
    }

    .dly-7 {
        -webkit-transition-delay: .7s;
        -moz-transition-delay: .7s;
        transition-delay: .7s
    }

    .dly-8 {
        -webkit-transition-delay: .8s;
        -moz-transition-delay: .8s;
        transition-delay: .8s
    }

    .dly-9 {
        -webkit-transition-delay: .9s;
        -moz-transition-delay: .9s;
        transition-delay: .9s
    }

    .dly-10 {
        -webkit-transition-delay: 1s;
        -moz-transition-delay: 1s;
        transition-delay: 1s
    }

    .dly-11 {
        -webkit-transition-delay: 1.1s;
        -moz-transition-delay: 1.1s;
        transition-delay: 1.1s
    }

    .dly-12 {
        -webkit-transition-delay: 1.2s;
        -moz-transition-delay: 1.2s;
        transition-delay: 1.2s
    }

    .active .am-lsi {
        -webkit-animation: lightSpeedIn .8s both;
        -moz-animation: lightSpeedIn .8s both;
        animation: lightSpeedIn .8s both
    }

    .active .am-fiu {
        -webkit-animation: fadeInUp .8s both;
        -moz-animation: fadeInUp .8s both;
        animation: fadeInUp .8s both
    }

    .active .am-fid {
        -webkit-animation: fadeInDown .8s both;
        -moz-animation: fadeInDown .8s both;
        animation: fadeInDown .8s both
    }

    .active .am-fir {
        -webkit-animation: fadeInRight .8s both;
        -moz-animation: fadeInRight .8s both;
        animation: fadeInRight .8s both
    }

    .active .am-fil {
        -webkit-animation: fadeInLeft .8s both;
        -moz-animation: fadeInLeft .8s both;
        animation: fadeInLeft .8s both
    }

    .active .am-rvv {
        position: relative
    }

    .active .am-rvv:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #000;
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 0 0 0;
        -moz-transform-origin: 0 0 0;
        -ms-transform-origin: 0 0 0;
        transform-origin: 0 0 0;
        -webkit-animation: reveal-v 2s .2s cubic-bezier(0, 0, .2, 1) both;
        -moz-animation: reveal-v 2s .2s cubic-bezier(0, 0, .2, 1) both;
        animation: reveal-v 2s .2s cubic-bezier(0, 0, .2, 1) both
    }

    .active .am-rvl {
        position: relative
    }

    .active .am-rvl:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #000;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 0 0;
        -moz-transform-origin: 0 0 0;
        -ms-transform-origin: 0 0 0;
        transform-origin: 0 0 0;
        -webkit-animation: reveal-l 2s .2s cubic-bezier(0, 0, .2, 1) both;
        -moz-animation: reveal-l 2s .2s cubic-bezier(0, 0, .2, 1) both;
        animation: reveal-l 2s .2s cubic-bezier(0, 0, .2, 1) both
    }

    .active .am-delay-1 {
        -webkit-animation-delay: .1s;
        -moz-animation-delay: .1s;
        animation-delay: .1s
    }

    .active .am-delay-2 {
        -webkit-animation-delay: .2s;
        -moz-animation-delay: .2s;
        animation-delay: .2s
    }

    .active .am-delay-3 {
        -webkit-animation-delay: .3s;
        -moz-animation-delay: .3s;
        animation-delay: .3s
    }

    .active .am-delay-4 {
        -webkit-animation-delay: .4s;
        -moz-animation-delay: .4s;
        animation-delay: .4s
    }

    .active .am-delay-5 {
        -webkit-animation-delay: .5s;
        -moz-animation-delay: .5s;
        animation-delay: .5s
    }

    .active .am-delay-6 {
        -webkit-animation-delay: .6s;
        -moz-animation-delay: .6s;
        animation-delay: .6s
    }

    .active .am-delay-7 {
        -webkit-animation-delay: .7s;
        -moz-animation-delay: .7s;
        animation-delay: .7s
    }

    .active .am-delay-8 {
        -webkit-animation-delay: .8s;
        -moz-animation-delay: .8s;
        animation-delay: .8s
    }

    .active .am-delay-9 {
        -webkit-animation-delay: .9s;
        -moz-animation-delay: .9s;
        animation-delay: .9s
    }

    .active .am-delay-10 {
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        animation-delay: 1s
    }

    .active .am-delay-11 {
        -webkit-animation-delay: 1.1s;
        -moz-animation-delay: 1.1s;
        animation-delay: 1.1s
    }

    .active .am-delay-12 {
        -webkit-animation-delay: 1.2s;
        -moz-animation-delay: 1.2s;
        animation-delay: 1.2s
    }

}