#header.active .logo p,.transUp {
    opacity: 0
}

@font-face {
    font-family: DIN;
    src: url(../fonts/DIN-Light.eot);
    src: url(../fonts/DIN-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/DIN-Light.woff) format("woff"), url(../fonts/DIN-Light.ttf) format("truetype"), url(../fonts/DIN-Light.svg) format("svg")
}

@font-face {
    font-family: mDIN;
    src: url(../fonts/DIN-Medium.eot);
    src: url(../fonts/DIN-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/DIN-Medium.woff) format("woff"), url(../fonts/DIN-Medium.ttf) format("truetype"), url(../fonts/DIN-Medium.svg) format("svg")
}

* {
    box-sizing: border-box
}

body,button,div,form,h1,h2,h3,h4,h5,h6,html,input,li,ol,p,select,textarea,ul {
    padding: 0;
    margin: 0
}

a,body,button,div,em,form,h1,h2,h3,h4,h5,h6,html,i,input,li,ol,p,select,span,textarea,ul {
    font-family: inherit
}

li,ol,ul {
    list-style: none
}

a {
    text-decoration: none
}

button,input,select,textarea {
    outline: 0
}

body,html {
    font-family: "Open Sans", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", "Hiragino Sans GB", "WenQuanYi Micro Hei", Arial, sans-serif
}

img {
    border: 0;
}

.wrapper {
    position: relative;
    z-index: 2
}

.fl {
    float: left
}

.fr {
    float: right
}

.clearfix:after {
    content: '';
    display: block;
    clear: both
}

#app {
    width: 100%;
    min-width: 1440px;
    overflow: hidden
}

.container {
    width: 1440px;
    margin: auto
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    background: #fff;
    transition-duration: .3s;
    display: none
}

#preloader_2,.loading p {
    position: relative;
    top: 50%
}

.loading.active {
    opacity: 0;
    z-index: -1
}

.loading p {
    font-size: 16px;
    color: #fa4b4b;
    height: 30px;
    width: 100%;
    text-align: center;
    margin-top: 20px
}

#preloader_2 {
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px
}

#preloader_2 span {
    display: block;
    bottom: 0;
    width: 20px;
    height: 20px;
    background: #9b59b6;
    position: absolute
}

#header .logo .logo-icon,#header .logo .logo-ri,#header .logo a {
    display: inline-block;
    vertical-align: middle
}

#preloader_2 span:nth-child(1) {
    -webkit-animation: preloader_2_1 1.5s infinite ease-in-out;
    animation: preloader_2_1 1.5s infinite ease-in-out
}

#preloader_2 span:nth-child(2) {
    left: 20px;
    -webkit-animation: preloader_2_2 1.5s infinite ease-in-out;
    animation: preloader_2_2 1.5s infinite ease-in-out
}

#preloader_2 span:nth-child(3) {
    top: 0;
    -webkit-animation: preloader_2_3 1.5s infinite ease-in-out;
    animation: preloader_2_3 1.5s infinite ease-in-out
}

#preloader_2 span:nth-child(4) {
    top: 0;
    left: 20px;
    -webkit-animation: preloader_2_4 1.5s infinite ease-in-out;
    animation: preloader_2_4 1.5s infinite ease-in-out
}

@-webkit-keyframes preloader_2_1 {
    0% {
        -webkit-transform: translateX(0) translateY(0) rotate(0);
        border-radius: 0
    }

    50% {
        -webkit-transform: translateX(-20px) translateY(-10px) rotate(-180deg);
        border-radius: 20px;
        background: #3498db
    }

    100%,80% {
        -webkit-transform: translateX(0) translateY(0) rotate(-360deg);
        border-radius: 0
    }
}

@keyframes preloader_2_1 {
    0% {
        -webkit-transform: translateX(0) translateY(0) rotate(0);
        border-radius: 0
    }

    50% {
        -webkit-transform: translateX(-20px) translateY(-10px) rotate(-180deg);
        border-radius: 20px;
        background: #3498db
    }

    100%,80% {
        -webkit-transform: translateX(0) translateY(0) rotate(-360deg);
        border-radius: 0
    }
}

@-webkit-keyframes preloader_2_2 {
    0% {
        -webkit-transform: translateX(0) translateY(0) rotate(0);
        border-radius: 0
    }

    50% {
        -webkit-transform: translateX(20px) translateY(-10px) rotate(180deg);
        border-radius: 20px;
        background: #f1c40f
    }

    100%,80% {
        -webkit-transform: translateX(0) translateY(0) rotate(360deg);
        border-radius: 0
    }
}

@keyframes preloader_2_2 {
    0% {
        -webkit-transform: translateX(0) translateY(0) rotate(0);
        border-radius: 0
    }

    50% {
        -webkit-transform: translateX(20px) translateY(-10px) rotate(180deg);
        border-radius: 20px;
        background: #f1c40f
    }

    100%,80% {
        -webkit-transform: translateX(0) translateY(0) rotate(360deg);
        border-radius: 0
    }
}

@-webkit-keyframes preloader_2_3 {
    0% {
        -webkit-transform: translateX(0) translateY(0) rotate(0);
        border-radius: 0
    }

    50% {
        -webkit-transform: translateX(-20px) translateY(10px) rotate(-180deg);
        border-radius: 20px;
        background: #2ecc71
    }

    100%,80% {
        -webkit-transform: translateX(0) translateY(0) rotate(-360deg);
        border-radius: 0
    }
}

@keyframes preloader_2_3 {
    0% {
        -webkit-transform: translateX(0) translateY(0) rotate(0);
        border-radius: 0
    }

    50% {
        -webkit-transform: translateX(-20px) translateY(10px) rotate(-180deg);
        border-radius: 20px;
        background: #2ecc71
    }

    100%,80% {
        -webkit-transform: translateX(0) translateY(0) rotate(-360deg);
        border-radius: 0
    }
}

@-webkit-keyframes preloader_2_4 {
    0% {
        -webkit-transform: translateX(0) translateY(0) rotate(0);
        border-radius: 0
    }

    50% {
        -webkit-transform: translateX(20px) translateY(10px) rotate(180deg);
        border-radius: 20px;
        background: #e74c3c
    }

    100%,80% {
        -webkit-transform: translateX(0) translateY(0) rotate(360deg);
        border-radius: 0
    }
}

@keyframes preloader_2_4 {
    0% {
        -webkit-transform: translateX(0) translateY(0) rotate(0);
        border-radius: 0
    }

    50% {
        -webkit-transform: translateX(20px) translateY(10px) rotate(180deg);
        border-radius: 20px;
        background: #e74c3c
    }

    100%,80% {
        -webkit-transform: translateX(0) translateY(0) rotate(360deg);
        border-radius: 0
    }
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #140281;
    height: 168px;
    line-height: 168px;
    transition: all .3s
}

#header .logo {
    height: 100%
}

#header .logo a {
    height: 100%;
    position: relative;
    line-height: 1;
    transition: all .3s
}

#header .logo .logo-icon {
    width: 96px;
    height: 96px;
    margin-right: 17px;
    transition: all .3s
}

#header .logo .logo-icon svg {
    width: 100%;
    height: auto
}

.logocls-1 {
    fill: #fff
}

.logocls-2 {
    fill: #fa4b4b
}

.hicon-1,.logocls-3 {
    fill: #fff
}

#header .logo .logo-ri {
    padding-top: 23px
}

#header .logo .logo-ri svg {
    height: 44px;
    transition: all .3s
}

#header .logo p {
    font-size: 12px;
    color: #9eafff;
    line-height: 14px;
    text-align: center;
    margin-top: 5px;
    transition: all .3s
}

#header.active .logo a {
    -webkit-transform: scale(.67708333333333333333333333333333);
    transform: scale(.67708333333333333333333333333333)
}

#header .nav nav {
    margin: 36.5px 0;
    transition-duration: .3s
}

#header .nav nav a {
    position: relative;
    float: left;
    font-size: 20px;
    padding: 0 30px;
    width: 140px;
    height: 95px;
    line-height: 95px;
    color: #fff;
    overflow: hidden
}

#header .nav nav a span,#header .nav nav a::before {
    position: absolute;
    left: 30px;
    height: 100%;
    top: 0;
    overflow: hidden;
    display: block
}

#header.active,#header.active .nav nav a,#header.active .nav nav a span {
    line-height: 96px;
    height: 96px
}

#header .nav nav a span {
    width: 100%;
    z-index: 1
}

#header .nav nav a::before {
    content: attr(data-before);
    z-index: 4;
    width: 0;
    color: #FA4B4B;
    background: #140281;
    transition: all .5s
}

#header .nav nav a.active::before,#header .nav nav a:hover::before {
    width: 100%
}

#header .home_icon {
    position: relative;
    margin-left: 90px;
    width: 180px;
    height: 168px;
    background: #fa4b4b;
    text-align: center;
    transition-duration: .3s
}

#header .home_icon a {
    display: block;
    width: 100%;
    height: 100%
}

#header .home_icon svg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 39px;
    margin: auto;
    transition-duration: .3s;
    z-index: 2
}

@-webkit-keyframes anim-out {
    0% {
        width: 0%
    }

    100% {
        width: 100%
    }
}

@keyframes anim-out {
    0% {
        width: 0%
    }

    100% {
        width: 100%
    }
}

@-webkit-keyframes anim-out-pseudo {
    0% {
        background: rgba(254, 128, 128, 1)
    }

    100% {
        background: 0 0
    }
}

@keyframes anim-out-pseudo {
    0% {
        background: rgba(254, 128, 128, 1)
    }

    100% {
        background: 0 0
    }
}

.btn_anim {
    position: relative;
    overflow: hidden
}

.btn_anim .anim_c {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.btn_anim .anim_c::before {
    position: relative;
    content: '';
    display: block;
    margin-top: 100%
}

.btn_anim .anim_c::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%
}

#footer .foot_content .top_nav ul li a::before,#footerAllnav li a::before {
    content: attr(data-before);
    display: block;
    left: 0;
    top: 0;
    z-index: 4;
    transition: all .5s;
    overflow: hidden
}

.btn_anim:hover .anim_c {
    -webkit-animation: anim-out .8s;
    animation: anim-out .8s
}

.btn_anim:hover .anim_c::after {
    -webkit-animation: anim-out-pseudo .8s;
    animation: anim-out-pseudo .8s
}

#header.active .nav nav {
    margin: 0
}

#header.active .home_icon {
    height: 96px
}

.main {
    padding-top: 168px
}

.transUp {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px)
}

.transUp.animates {
    -webkit-animation: transUp 1.4s forwards;
    animation: transUp 1.4s forwards
}

.transRight {
    opacity: 0;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0)
}

.transRight.animates {
    animation: transUp 1.2s forwards;
    -webkit-animation: transUp 1.2s forwards
}

.transLeft {
    opacity: 0;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
}

.transLeft.animates {
    animation: transUp 1.2s forwards;
    -webkit-animation: transUp 1.2s forwards
}

@keyframes transUp {
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes transUp {
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

#footer {
    background: #140281;
    padding: 120px 0 65px
}

#footer .foot_content {
    width: 1089px;
    margin: 28px 0
}

#footer .foot_content .top_nav {
    border-bottom: 2px solid #fff
}

#footer .foot_content .top_nav ul {
    overflow: hidden;
    padding: 20px 0
}

#footer .foot_content .top_nav ul li {
    float: left;
    width: 130px;
    height: 30px;
    line-height: 30px;
    position: relative
}

#footer .foot_content .top_nav ul li a {
    display: block;
    height: 100%;
    position: relative;
    font-size: 18px;
    overflow: hidden
}

#footer .foot_content .top_nav ul li span {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    color: #fff
}

#footer .foot_content .top_nav ul li a::before {
    position: absolute;
    width: 0;
    height: 100%;
    color: #fa4b4b;
    background: #140281
}

#footer .foot_content .top_nav ul li a:hover::before,#footerAllnav li a:hover::before,#footerAllnav span {
    width: 100%
}

#footer .copyright {
    padding: 25px 0 0
}

#footer .copyright p {
    font-size: 12px;
    color: #fff;
    line-height: 22px;
    text-align: right;
    font-family: Arial
}

#footer .copyright p a {
    color: #fff
}

#footerAllnav ul {
    overflow: hidden;
    padding-top: 25px
}

#footerAllnav li {
    float: left;
    width: 130px;
    height: 50px;
    line-height: 50px;
    position: relative;
    padding: 4px 0
}

#footerAllnav li:after {
    position: absolute;
    content: '';
    width: 16px;
    height: 4px;
    background: #FA4B4B;
    top: 0;
    left: 0
}

#footerAllnav li a {
    display: block;
    color: #fff;
    width: 100%;
    height: 100%;
    line-height: 50px;
    position: relative;
    font-family: mDIN;
    font-size: 18px;
    overflow: hidden
}

.big-title ul li i,.text-li .title .i,.text-li .title .i * {
    font-family: mDIN
}

#footerAllnav span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

#footerAllnav li a::before {
    position: absolute;
    width: 0;
    height: 100%;
    color: #fa4b4b;
    background: #140281
}

.big-title:after,.text-li .title:after {
    content: ''
}

.big-title {
    position: relative;
    height: 48px;
    line-height: 48px;
    float: right
}

.big-title .jiao,.big-title:after {
    position: absolute;
    height: 4px;
    bottom: 0
}

.big-title:after {
    width: 0%;
    right: 0;
    background: #140281
}

.big-title.animates:after {
    -webkit-animation: xianLeng .6s linear forwards;
    animation: xianLeng .6s linear forwards
}

@keyframes xianLeng {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

@-webkit-keyframes xianLeng {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

.big-title ul {
    overflow: hidden
}

.big-title ul li {
    width: 86px;
    float: left;
    margin-right: 48px;
    overflow: hidden;
    -webkit-transform: translate(50px, -50px);
    transform: translate(50px, -50px)
}

.big-title ul li:last-of-type {
    margin-right: 0
}

.big-title.animates ul li {
    -webkit-animation: bigTitleitem .6s linear forwards;
    animation: bigTitleitem .6s linear forwards
}

@keyframes bigTitleitem {
    0% {
        -webkit-transform: translate(50px, -50px);
        transform: translate(50px, -50px)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes bigTitleitem {
    0% {
        -webkit-transform: translate(-50px, -50px);
        transform: translate(-50px, -50px)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.big-title ul li:nth-child(1) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.big-title ul li:nth-child(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.big-title ul li:nth-child(3) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.big-title ul li:nth-child(4) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.big-title ul li i {
    font-size: 14px;
    color: #FA4B4B;
    font-weight: 700
}

.big-title ul li span {
    font-size: 14px;
    color: #313a69;
    font-weight: 700
}

.big-title .jiao {
    width: 8px;
    background: url(../images/jiao.png) center;
    background-size: cover;
    left: 43px;
    z-index: 5;
    opacity: 0
}

.big-title.animates .jiao {
    animation: jiao 1s 2s linear forwards;
    -webkit-animation: jiao 1s 2s linear forwards
}

@keyframes jiao {
    100% {
        opacity: 1
    }
}

@-webkit-keyframes jiao {
    100% {
        opacity: 1
    }
}

.text-li .title {
    position: relative;
    max-width: 100%;
    height: 60px;
    margin-bottom: 25px;
    float: left;
    padding-right: 35px
}

.text-li .title:after {
    position: absolute;
    height: 6px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #FA4B4B
}

.text-li .title.animates:after {
    -webkit-animation: titleAfter .6s .6s linear forwards;
    animation: titleAfter .6s .6s linear forwards
}

@keyframes titleAfter {
    100% {
        width: 32px
    }
}

@-webkit-keyframes titleAfter {
    100% {
        width: 32px
    }
}

.text-li .title h3 {
    font-size: 32px;
    color: #324CFF;
    line-height: 100%;
    margin-top: 2px
}

.text-li .title .i {
    font-size: 80px;
    color: #FA4B4B;
    line-height: 60px;
    margin-left: 15px;
    font-style: italic;
    font-weight: 700
}

.text-li .title .i * {
    font-style: italic
}

html.model {
    overflow-y: hidden
}

.foot_logo_svg {
    fill: none;
    stroke-miterlimit: 10;
    stroke-dasharray: 0 188;
    stroke: #fff;
}

.animates .svg_x1,.animates .svg_x2 {
    stroke-dasharray: 0 190;
    -webkit-animation: a 1s .5s forwards;
    -moz-animation: a 1s .5s forwards;
    -o-animation: a 1s .5s forwards;
    animation: a 1s .5s forwards
}

@-webkit-keyframes a {
    0% {
        stroke-dasharray: 0 190
    }

    100% {
        stroke-dasharray: 190 190
    }
}

@-moz-keyframes a {
    0% {
        stroke-dasharray: 0 190
    }

    100% {
        stroke-dasharray: 190 190
    }
}

@-o-keyframes a {
    0% {
        stroke-dasharray: 0 190
    }

    100% {
        stroke-dasharray: 190 190
    }
}

@keyframes a {
    0% {
        stroke-dasharray: 0 190
    }

    100% {
        stroke-dasharray: 190 190
    }
}

.animates .svg_x3 {
    stroke-dasharray: 0 48;
    -webkit-animation: b 1s forwards;
    animation: b 1s forwards
}

@-webkit-keyframes b {
    0% {
        stroke-dasharray: 0 48
    }

    100% {
        stroke-dasharray: 48 48
    }
}

@keyframes b {
    0% {
        stroke-dasharray: 0 48
    }

    100% {
        stroke-dasharray: 48 48
    }
}

.animates .svg_x4 {
    stroke-dasharray: 0 154;
    -webkit-animation: c 1s forwards;
    animation: c 1s forwards
}

@-webkit-keyframes c {
    0% {
        stroke-dasharray: 0 154
    }

    100% {
        stroke-dasharray: 154 154
    }
}

@keyframes c {
    0% {
        stroke-dasharray: 0 154
    }

    100% {
        stroke-dasharray: 154 154
    }
}

.animates .svg_x5 {
    stroke: #f92c2c;
    stroke-dasharray: 0 200;
    stroke-dashoffset: 0;
    -webkit-animation: d 6s 2s cubic-bezier(.36, -.65, .69, 1.74) infinite;
    animation: d 6s 2s cubic-bezier(.36, -.65, .69, 1.74) infinite
}

@-webkit-keyframes d {
    0% {
        stroke-dasharray: 0 200
    }

    20% {
        stroke-dasharray: 200 200;
        stroke-dashoffset: 0
    }

    100%,40% {
        stroke-dasharray: 200 200;
        stroke-dashoffset: -200
    }
}

@keyframes d {
    0% {
        stroke-dasharray: 0 200
    }

    20% {
        stroke-dasharray: 200 200;
        stroke-dashoffset: 0
    }

    100%,40% {
        stroke-dasharray: 200 200;
        stroke-dashoffset: -200
    }
}

.countdata {
    display: none;
}

.miaod_p {
    position: relative;
}

.miaod_c {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}

#footer .logo svg path {
    stroke-dasharray: 0;
}
