﻿@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;
    line-height: 1.15;
}
body {
    font-family: 'Microsoft YaHei',"Arial";
    font-size: 14px;
    color: #666;
    position: relative;
}
a,
img,
button,
input,
textarea,
select {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
input,
input:focus,
button,
button:focus{
    box-shadow: none;
    outline: 0;
    border: none;
}
a {
    text-decoration: none;
    color: #333;
}
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;
}

/*scroll*/

/*::-webkit-scrollbar {
    width: 2px;
    height: 2px
}
::-webkit-scrollbar-button:vertical {
    display: none
}
::-webkit-scrollbar-corner,
::-webkit-scrollbar-track {
    background-color: #ccc;
}
::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #016EC5;
}
::-webkit-scrollbar-thumb:vertical:hover {
    background-color: #016EC5;
}
::-webkit-scrollbar-thumb:vertical:active {
    background-color: #016EC5;
}*/

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);}

@font-face {
    font-family: 'DIN';
    src: url('../fonts/dincond-medium-webfont.eot');
    src: url('../fonts/dincond-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dincond-medium-webfont.woff') format('woff'), url('../fonts/dincond-medium-webfont.ttf') format('truetype'), url('../fonts/dincond-medium-webfont.svg#novecentowide-bold-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}


.box:after,
ul:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.mobile-show{display: none;}

/*版心页面大小*/

.container{width:100%;margin-right:auto;margin-left:auto;max-width:1440px;}

@media (max-width:1580px){
    .container{padding:0 5%;}
}
@media (max-width:1440px){
    .container{padding:0 8%;}
}
@media (max-width:1280px){
    .container{padding:0 8%;}
}

@media (max-width:900px){
    .container{max-width:700px;}
}
@media (max-width:576px){
    .container{max-width:100%;padding: 0 16px}
}


.font24 {
    font-size: 24px;
}
.font30 {
    font-size: 30px;
}
.font32{
    font-size: 32px;
}
.font36 {
    font-size: 36px;
}
.font44 {
    font-size: 44px;
}
.font40 {
    font-size: 40px;
}
.font48 {
    font-size: 48px;
}
.font52 {
    font-size:52px;
}
.font64 {
    font-size: 64px;
}
.font100 {
    font-size: 100px;
}
@media (max-width:1440px){
.font44 {
    font-size: 40px;
}
.font48 {
    font-size: 42px;
}
.font52 {
    font-size: 50px;
}
.font64 {
    font-size: 60px;
}.font100 {
    font-size: 94px;
}
}
@media (max-width:1366px){
.font24 {
    font-size: 22px;
}
.font44 {
    font-size: 38px;
}
.font48 {
    font-size: 40px;
}
.font52 {
    font-size: 48px;
}
.font64 {
    font-size: 58px;
}
.font100 {
    font-size: 94px;
}
.font40 {
    font-size: 38px;
}
}
@media (max-width:1280px){
.font30 {
    font-size: 28px;
}
.font32{
    font-size: 30px;
}
.font36 {
    font-size: 32px;
}
.font40 {
    font-size: 36px;
}
.font44 {
    font-size: 34px;
}

.font48 {
    font-size: 38px;
}
.font52 {
    font-size: 46px;
}
.font64 {
    font-size: 56px;
}
.font100 {
    font-size: 92px;
}

}
@media (max-width:991px){
.font24 {
    font-size: 22px;
}
.font30 {
    font-size: 28px;
}
.font32{
    font-size: 30px;
}
.font36 {
    font-size: 30px;
}
.font44 {
    font-size: 32px;
}
.font48 {
    font-size: 34px;
}
.font40 {
    font-size: 34px;
}

.font52 {
    font-size: 42px;
}
.font64 {
    font-size: 50px;
}
.font100 {
    font-size: 80px;
}


}
@media (max-width:767px){
.font24 {
    font-size: 20px;
}
  .font30 {
    font-size: 22px;
}
.font32{
    font-size: 24px;
}
.font36 {
    font-size: 24px;
}
.font40 {
    font-size: 28px;
}
.font44 {
    font-size: 26px;
}
.font48 {
    font-size: 30px;
}
.font52 {
    font-size: 36px;
}
.font64 {
    font-size: 30px;
}
.font100 {
    font-size: 60px;
}

}
@media (max-width:360px){
    .font40 {
        font-size: 26px;
    }
.font24 {
    font-size: 20px;
}
  .font30 {
    font-size: 22px;
}
.font32{
    font-size: 24px;
}
.font36 {
    font-size: 22px;
}
.font44 {
    font-size: 24px;
}
.font48 {
    font-size: 28px;
}
.font60 {
    font-size: 28px;
}
.font64 {
    font-size: 28px;
}
.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
    }

}