@charset "utf-8";



ol,ul {
    list-style: none
}

img {
    border: 0;
    max-width: 100%
}

table {
    border-collapse: collapse;
    width: 100%
}

input[type='reset'],input[type='button'],input[type='submit'],input[type='radio'] {
    cursor: pointer;
    outline: none
}

input[type='checkbox'],input[type='radio'] {
    position: relative;
    vertical-align: middle;
    margin: -2px 5px 1px
}

textarea,input[type='email'],input[type='date'],input[type='password'],input[type='text'],input[type='submit'],input[type='select'] {
    padding: 0;
    color: #ca8189;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

.f-l {
    float: left
}

.f-r {
    float: right
}

.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block
}

.vcenter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
    margin: auto
}

.hid {
    text-overflow: ellipsis;
    white-space: nowrap
}

img {
    border: 0;
    max-width: 100%;
    vertical-align: top
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-thumb {
    height: 0;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
    background-color: #ccc
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0,0,0,0.3)
}

::-webkit-scrollbar-thumb:active {
    background-color: rgba(0,0,0,0.3)
}

.dw {
    top: -150px;
    z-index: -1;
    position: absolute
}

.vcenter {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    vertical-align: middle
}

.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block
}

.container {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto
}

@media (max-width: 1400px) {
    .container {
        max-width:1220px
    }
}

@media (max-width: 1200px) {
    .container {
        width:100%;
        padding: 0 60px
    }
}

@media (max-width: 640px) {
    .container {
        padding:0 15px
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes dong {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes dong {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInUp2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp2 {
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2
}

@-webkit-keyframes fadeInDown2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown2 {
    -webkit-animation-name: fadeInDown2;
    animation-name: fadeInDown2
}

@-webkit-keyframes fadeInLeft2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100px, 0, 0);
        transform: translate3d(-100px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeft2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100px, 0, 0);
        transform: translate3d(-100px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeft2 {
    -webkit-animation-name: fadeInLeft2;
    animation-name: fadeInLeft2
}

@-webkit-keyframes fadeInRight2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRight2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRight2 {
    -webkit-animation-name: fadeInRight2;
    animation-name: fadeInRight2
}

@-webkit-keyframes bmove1 {
    0% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bmove1 {
    0% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@font-face {
    font-family: "font";
    src: url("../fonts/RUBIK-LIGHT.TTF") format("truetype")
}

@font-face {
    font-family: "Oswald-Medium";
    src: url("../fonts/Oswald-Medium.ttf") format("truetype")
}

@font-face {
    font-family: 'KumbhSans-Regular';
    src: url(../font/KumbhSans-Regular.ttf);
    font-weight: normal;
    font-style: normal;
}

.f70 {
    font-size: 70px;
    letter-spacing: -0.02em
}

.f40 {
    font-size: 40px;
    letter-spacing: -0.02em
}

.f30 {
    font-size: 30px;
    letter-spacing: -0.02em
}

.f20 {
    font-size: 14px;
    letter-spacing: -0.02em
}

.f18 {
    font-size: 14px;
    letter-spacing: -0.02em
}

.bt1 {
    font-size: 40px;
    color: #08060b;
    letter-spacing: -0.02em;
    text-align: center;
    font-family: arial
}

.mrT30 {
    margin-top: 15px
}

.Learnmore {
    margin-top: 40px
}

.Learnmore a {
    height: 50px;
    padding: 0 35px;
    line-height: 48px;
    border: solid 1px #fff;
    display: inline-block;
    border-radius: 60px;
    color: #fff;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    background-color: rgba(255,148,0,0.25);
}

.Learnmore a:hover {
    color: #000;
    background-color: rgba(255,148,0,0.88);
}

@media (max-width: 1650px) {
    .f70,.bt1 {
        font-size:60px
    }

    .f40 {
        font-size: 26px
    }

    .f30 {
        font-size: 24px
    }

    .Learnmore {
        margin-top: 40px
    }

    .Learnmore a {
        padding: 0 30px;
        height: 56px;
        line-height: 54px;
        border-width: 1px
    }
}

@media (max-width: 1200px) {
    .f70,.bt1 {
        font-size:30px
    }

    .f40 {
        font-size: 20px
    }

    .f30 {
        font-size: 18px
    }

    .f20 {
        font-size: 14px
    }

    .f18 {
        font-size: 14px
    }

    .Learnmore a {
        padding: 0 30px;
        height: 46px;
        line-height: 44px;
        border-width: 1px
    }
}

@media (max-width: 640px) {
    .f70,.bt1 {
        font-size:20px
    }

    .f40 {
        font-size: 18px
    }

    .f30 {
        font-size: 16px
    }
}

.inside-message li .fx {
    margin-bottom: 20px;
    font-size: 14px;
    color: #08060b;
    display: inline-block;
    padding-right: 10px;
}

.inside-contact .find-message {
    max-width: 670px;
    margin: 0 auto;
}

.inside-proshow-1 .share .anniu:nth-child(2n) {
    color: #000;
}
