@charset "UTF-8";

a,address,article,b,body,dd,div,dl,dt,em,fieldset,footer,form,h1,h2,h3,h4,h5,h6,header,i,legend,li,menu,nav,ol,p,section,span,td,th,ul {
    margin: 0;
    padding: 0
}

body,button,input,select,textarea {
    font-family: PingFang SC,helvetica neue,hiragino sans gb,microsoft yahei,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #4f5180
}

body {
    background: #fff
}

body,html {
    height: 100%
}

fieldset,img {
    border: 0
}

li,ul {
    list-style: none
}

em,i {
    font-style: normal
}

h1,h2,h3,h4 {
    font-weight: 400
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

a,a:hover {
    text-decoration: none
}

a:focus,button,input,select,textarea {
    outline: none;
    font-size: 100%
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-variant: normal
}

img,input,select {
    vertical-align: middle
}

legend {
    display: none
}

textarea {
    resize: none
}

button {
    cursor: pointer
}

.hide {
    display: none
}

.clearfix:after,.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both;
    overflow: hidden
}

.clearfix {
    zoom: 1
}

.fl {
    float: left
}

.fr {
    float: right
}

.cor-lblue {
    color: #E62413
}

.cor-mblue {
    color: #E62413
}

.cor-lgray {
    color: #747b88
}

.cor-mgray {
    color: #acb2c1
}

.cor-lyellow {
    color: #fe7639
}

.ft-14 {
    font-size: 14px
}

.ft-24 {
    font-size: 24px
}

.ft-16 {
    font-size: 16px
}

.pt-10 {
    padding-top: 10px
}

.pt-15 {
    padding-top: 15px
}

.pl-5 {
    padding-left: 5px
}

.pl-20 {
    padding-left: 20px
}

.pb-40 {
    padding-bottom: 40px
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-25 {
    margin-top: 25px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-60 {
    margin-top: 60px
}

.mt-70 {
    margin-top: 70px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.ml-45 {
    margin-left: 45px
}

.mr-15 {
    margin-right: 15px
}

.mr-40 {
    margin-right: 40px
}

.mlr-20 {
    margin-left: 20px;
    margin-right: 20px
}

.fwb {
    font-weight: 700
}

.i-fz12 {
    font-size: 12px!important
}

.i-fz14 {
    font-size: 14px!important
}

.hidden {
    display: none!important
}

.tal {
    text-align: left!important
}

.tac {
    text-align: center!important
}

.tar {
    text-align: right!important
}

.taj {
    text-align: justify!important
}

.vertical {
    display: table;
    width: 100%;
    height: 100%
}

.vertical .align {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle
}

.btn,a.btn {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 25px
}

.btn:focus,.btn:hover {
    text-decoration: none
}

.btn-primary {
    color: #fff;
    background-color: #fe7639;
    border-color: #fe7639
}

.btn-primary:active,.btn-primary:hover,a.btn-primary:active,a.btn-primary:hover {
    color: #fff;
    background-color: #ef8453
}

.btn-blue {
    color: #fff;
    background-color: #E62413;
    border-color: #E62413
}

.btn-blue:active,.btn-blue:hover {
    color: #fff;
    background-color: #298ad8;
    border-color: #298ad8
}

.btn-red {
    color: #fff;
    background-color: #ff5a37;
    border-color: #ff5a37
}

.btn-red:active,.btn-red:hover {
    color: #fff;
    background-color: #f54925;
    border-color: #f54925
}

.btn-lg,a.btn-lg {
    padding: 14px 59px;
    font-size: 20px;
    line-height: 20px
}

.btn-sm,a.btn-sm {
    padding: 11px 31px;
    font-size: 16px;
    line-height: 16px;
    border-radius: 20px
}

.btn-xs,a.btn-xs {
    padding: 9px 33px;
    font-size: 16px;
    line-height: 16px;
    border-radius: 18px
}

.btn-block {
    display: block;
    width: 100%
}

html.oh {
    overflow-y: hidden;
    height: 100%
}

.pos-center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.mod-band {
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
    overflow: hidden;
    position: relative;
    transition: height .3s ease-in-out
}

.mod-page-slide {
    min-width: 1200px
}

.mod-wrap {
    width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.mod-spacer {
    display: block;
    height: 100%;
    width: 100%;
    top: 0
}

.mod-nav-top {
    position: fixed;
    width: 100%;
    min-width: 800px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    padding-top: 0;
    background-color: #fff;
    -ms-box-shadow: -2px 1px 10px rgba(0,0,0,.1);
    -o-box-shadow: -2px 1px 10px rgba(0,0,0,.1);
    box-shadow: -2px 1px 10px rgba(0,0,0,.1);
    transition: padding-top .5s
}

.mod-nav-top .bd {
    width: 1000px;
    margin: 0 auto;
    height: 70px
}

.mod-nav-top .logo {
    float: left;
    height: 28px;
    text-align: left;
    padding: 15px 0
}

.mod-nav-top .logo img {
    float: left
}

.mod-nav-top .logo-text {
    float: left;
    color: #000;
    font-size: 20px;
    line-height: 20px;
    border-left: 1px solid #c9c9c9;
    margin: 10px 0 0 15px;
    padding-left: 15px
}

.mod-nav-top nav {
    float: right
}

.mod-nav-top ul {
    height: 60px
}

.mod-nav-top ul li {
    float: left;
    height: 60px;
    margin: 0 0 0 10px;
    position: relative;
    z-index: 996;
    width: 85px;
    text-align: center;
}
.mod-nav-top ul li:last-child{
    width: 120px;
    text-align: right;
}

.mod-nav-top ul li .link {
    display: block;
    color: #6C6C6C;
    font-size: 16px;
    padding: 32px 0 20px 0;
    line-height: 5px;
    font-weight: 300;
    font-family: 微软雅黑;
}

.mod-nav-top ul li.active .link,.mod-nav-top ul li .link:hover {
    /*color: #20ACED;*/
}

.mod-nav-top ul li.active .link {
    /*border-bottom: 2px solid #20ACED;*/
}

.mod-nav-top .tag {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 36px;
    height: 2px;
    background: red;
    overflow: hidden;
    z-index: 3
}

.mod-nav-top.index-header {
    background-color: transparent;
    box-shadow: 0 0 0;
    padding-top: 10px
}

.mod-nav-top.index-header ul li .link {
    color: #6C6C6C;
}

.mod-nav-top.index-header ul li.active .link{
    /*border-bottom: 2px solid #fff;*/
}
.mod-nav-top.index-header .bd-lang>.xtn{
    border: 1px solid #fff;
    color: #6C6C6C;
}
.mod-nav-top.index-header .logo-text,.mod-nav-top.index-header ul li.active .link,.mod-nav-top.index-header ul li .link:hover {
    color: #6C6C6C
}

.mod-mousewheel {
    position: absolute;
    cursor: pointer;
    margin: 0 auto;
    z-index: 10
}

.mod-mousewheel i {
    position: absolute;
    top: 10px;
    left: 15px;
    -webkit-animation: 1.5s wheel_anim infinite;
    animation: 1.5s wheel_anim infinite
}

.mod-learn-problem {
    position: relative;
    width: 100%;
    min-width: 1200px;
    background: #f9f9f9;
    color: #747b88;
    font-size: 18px;
    border-top: 1px solid #e4e4e4
}

.mod-learn-problem .inner {
    display: table;
    width: 1140px;
    height: 98px;
    padding: 0 30px;
    margin: 0 auto;
    vertical-align: middle
}

.mod-learn-problem .align {
    display: table-cell;
    vertical-align: middle
}

.mod-learn-problem p {
    font-size: 16px
}

.mod-learn-problem p a {
    color: #9298a3
}

.mod-learn-problem p a:hover {
    color: #295ea8
}

.mod-notice-detail-bottom {
    width: 1140px;
    padding: 0 30px;
    line-height: 70px;
    margin: 0 auto -70px
}

.mod-notice-detail-bottom a {
    color: #9298a3
}

.mod-notice-detail-bottom a:hover {
    color: #295ea8
}

.mod-footer-bottom {
    background: #3B5069;
    color: #fff;
    min-width: 1200px;
    border-top: 1px solid #e0e2e8;
    margin-top: 100px;
}
@media screen and (max-width: 1920px) {
    .mod-footer-bottom{
        margin-top: 374px;
    }
}

.mod-footer-bottom .inner {
    padding: 30px 56px;
    width: 1000px;
    margin: 0 auto;
    height: 196px;
}

.mod-footer-bottom menu {
    float: left
}

.mod-footer-bottom menu li {
    float: left;
    margin-right: 70px;
    font-size: 13px
}

.mod-footer-bottom menu li:last-child {
    margin-right: 0
}

.mod-footer-bottom menu li dt {
    font-size: 16px;
    color: #295ea8;
    padding-bottom: 10px;
    text-align: left
}

.mod-footer-bottom menu li dt a {
    color: #295ea8
}

.mod-footer-bottom menu li dd {
    line-height: 25px
}

.mod-footer-bottom menu li dd a {
    color: #9298a3
}

.mod-footer-bottom menu li dd a:hover {
    color: #295ea8
}

.mod-footer-bottom article {
    float: right
}

.mod-footer-bottom article h1 {
    font-size: 16px;
    color: #295ea8
}

.mod-footer-bottom article .tel {
    font-size: 34px;
    color: #fe7639;
    line-height: 70px;
    font-weight: 700
}

.mod-footer-bottom .sub-footer {
    margin-top: 20px;
    border-top: 1px solid #e2e2e2;
    color: #a5a9b1;
    font-size: 12px;
    padding-top: 25px
}

.mod-footer-bottom address {
    float: left;
    font-style: normal
}

.mod-footer-bottom .copyright {
    float: right;
    line-height: 1
}

.mod-footer-bottom .copyright li {
    float: left;
    padding: 0 20px
}

.mod-footer-bottom .copyright li:first-child {
    border-left: 0
}

.mod-footer-bottom .copyright li a {
    color: #a5a9b1
}

.mod-footer-bottom .copyright li a:hover {
    text-decoration: underline
}

.mod-band.mod-footer-bottom {
    height: auto
}

.mod-floater {
    position: fixed;
    z-index: 90;
    top: 330px;
    right: 50px
}

.mod-floater li {
    position: relative
}

.mod-floater a {
    display: block;
    width: 37px;
    margin-left: 7px
}

.mod-floater a:hover {
    background-color: #E62413
}

.mod-floater .app a {
    height: 60px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px
}

.mod-floater .weixin a {
    display: block;
    width: 37px;
    height: 45px
}

.mod-floater .top a {
    height: 41px;
    border-top: 1px solid #e9eaed;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px
}

.mod-floater .app .icon-qrcord-app {
    margin: 25px 8px 0
}

.mod-floater .weixin .icon-qrcode-weixin {
    margin: 10px 8px 0
}

.mod-floater .top .icon-arrow-up {
    margin: 15px 10px 0
}

.mod-floater .app a:hover .icon-qrcord-app {
    background-position: -239px -129px
}

.mod-floater .weixin a:hover .icon-qrcode-weixin {
    background-position: -218px -109px
}

.mod-floater .top a:hover .icon-arrow-up {
    background-position: -310px -152px
}

.mod-floater .pop {
    position: absolute;
    left: -170px;
    top: -104px;
    text-align: center;
    display: none;
    -webkit-animation: floaterapp .3s ease;
    animation: floaterapp .3s ease;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

.mod-floater .pop-in {
    padding-top: 15px;
    position: absolute;
    left: 50%;
    margin-left: -64px
}

.mod-floater .pop-in strong {
    display: block;
    font-weight: 400;
    color: #888f9b;
    font-size: 14px;
    margin-top: 5px
}

.mod-mask {
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled="true",startColorstr="#7F000000",endColorstr="#7F000000")
}

:root .mod-mask {
    filter: none;
    background-color: rgba(0,0,0,.5)
}

.mod-direct {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 100px;
    text-align: center;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled="true",startColorstr="#7F000000",endColorstr="#7F000000");
    z-index: 99994;
    overflow: auto
}

:root .mod-direct {
    filter: none;
    background-color: rgba(0,0,0,.5)
}

.mod-direct .close {
    position: absolute;
    right: 14px;
    top: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 99995
}

.mod-direct .close:hover {
    -webkit-animation: anim-rotate .5s linear 1
}

.mod-direct .close i {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    margin-top: -7px
}


.mod-direct .content {
    position: relative;
    width: 960px;
    height: 630px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
    background-color: #f8f8f8
}

.mmod-direct .content .title {
    font-size: 28px;
    color: #445c95;
    margin-top: 55px
}

.momod-direct .content .title .num {
    color: #a9a9a9
}

.mod-direct .content .slider {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -280px;
    margin-left: -187px;
    width: 375px;
    height: 560px;
    overflow: hidden
}

.mod-direct .content .slider li {
    float: left
}

.mod-direct .arrow {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -125px;
    height: 250px
}

.mod-direct .arrow a {
    position: absolute;
    top: 0;
    width: 275px;
    height: 250px;
    cursor: default
}

.mod-direct .arrow .arrow-left {
    left: 0
}

.mod-direct .arrow .arrow-right {
    right: 0
}

.mod-direct .arrow a i {
    position: absolute;
    left: 50%;
    top: 50%;
    filter: alpha(opacity=20);
    -moz-opacity: .2;
    -khtml-opacity: .2;
    opacity: .2;
    margin-left: -28px;
    margin-top: -54px;
    text-indent: -9999px
}

.mod-direct .arrow a.active {
    cursor: pointer;
    -webkit-animation: a_arrow_right 2s linear infinite;
    animation: a_arrow_right 2s linear infinite
}

.mod-direct .arrow a.active i {
    right: 0;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

@media (max-height:800px) {
    .mod-direct {
        padding-top: 10px
    }
}

.mod-recommend {
    position: relative;
    width: 100%;
    min-width: 1200px;
    background-color: #fff;
    text-align: center
}

.mod-recommend .hd {
    color: #295ea8;
    font-size: 42px;
    padding: 150px 0 40px
}

.mod-recommend .bd .explain {
    color: #747b88;
    font-size: 18px;
    line-height: 32px
}

.mod-recommend .ft {
    padding: 30px 0 140px
}

.mod-recommend .ft li {
    position: relative;
    float: left;
    width: 300px
}

.mod-recommend .con-wrap {
    position: relative;
    height: 250px
}

.mod-recommend .title-wrap .txt {
    color: #295ea8;
    font-size: 20px;
    margin-bottom: 15px
}

.mod-recommend .title-wrap .title {
    color: #747b88;
    font-size: 18px
}

@media (max-height:770px) {
    .mod-recommend .hd {
        color: #295ea8;
        font-size: 36px;
        padding: 100px 0 20px
    }

    .mod-recommend .ft {
        margin-top: 0
    }
}

.mod-notice,.mod-notice-detail,.mod-problem {
    min-width: 1200px;
    background-color: #ededed;
    padding: 130px 0 70px;
    overflow: hidden
}

.mod-notice-detail .box,.mod-notice .box {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    min-height: 600px;
    background-color: #fff
}

@media (max-width:1440px) {
    .mod-notice,.mod-notice .box {
        width: 900px
    }
}

.mod-notice .title {
    height: 90px;
    line-height: 90px;
    color: #295ea8;
    font-size: 24px;
    padding-left: 60px
}

.mod-notice .list {
    padding-bottom: 30px
}

.mod-notice .list .cell {
    display: block;
    height: 70px;
    line-height: 70px;
    padding: 0 60px;
    border-top: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
    margin-bottom: -1px;
    font-size: 16px;
    color: #747b88;
    overflow: hidden;
    position: relative
}

.mod-notice .list .cell .fr {
    position: absolute;
    right: 0;
    top: 0;
    height: 70px;
    background-color: #fff;
    padding: 0 60px 0 30px
}

.mod-notice-detail .title,.mod-notice .list .cell:hover,.mod-notice .list .cell:hover .fr {
    background-color: #fafafa;
    color: #295ea8
}

.mod-notice-detail .title {
    min-height: 45px;
    line-height: 45px;
    padding: 50px;
    font-size: 24px;
    text-align: center
}

.mod-notice-detail .content {
    padding: 30px 70px 50px
}

.mod-notice-detail .link {
    padding: 30px 70px
}

.mod-notice-detail .link a {
    color: #9298a3
}

.mod-notice-detail .link a:hover {
    color: #295ea8
}

.mod-notice-detail .title-cell {
    color: #295ea8;
    font-size: 16px;
    margin-top: 15px
}

.mod-notice-detail .section-p {
    color: #888f9b;
    font-size: 15px;
    text-indent: 2em;
    line-height: 30px;
    margin-top: 10px
}

.mod-notice-detail .section-pre {
    font-style: italic
}

.mod-notice-detail .section-pic,.mod-notice-detail .section-pre {
    color: #888f9b;
    font-size: 14px;
    text-indent: 2em;
    line-height: 30px;
    margin-top: 10px
}

.mod-notice-detail .section-pic {
    text-align: center
}

.mod-notice-detail .section-pic img {
    max-width: 800px
}

.mod-notice-detail .table {
    width: 100%
}

.mod-notice-detail .table td,.mod-notice-detail .table th {
    font-size: 14px;
    color: #888f9b;
    border: 1px solid #d8dfeb;
    line-height: 30px;
    text-align: center
}

.mod-notice-detail .table .bank-type {
    width: 150px
}

.mod-notice-detail .table .bank-intro {
    text-align: left;
    padding: 0 10px
}

.mod-notice-detail .section-last {
    color: #888f9b;
    font-size: 16px;
    margin-top: 30px;
    text-indent: 1cm
}

.mod-notice-detail .section-end {
    color: #295ea8;
    font-size: 16px;
    text-align: right;
    margin-top: 40px
}

.mod-notice-detail .section-end span {
    display: block
}

.mod-problem .box {
    width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.mod-problem .box:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.mod-problem aside {
    width: 230px;
    height: 705px;
    float: left;
    margin-right: 25px;
    background-color: #fff
}

.mod-problem aside .list.first {
    padding-top: 15px
}

.mod-problem aside .list .cell {
    padding-left: 20px;
    line-height: 47px;
    font-size: 18px;
    position: relative;
    color: #838a96;
    cursor: pointer
}

.mod-problem aside .list .arrow {
    position: absolute;
    right: 20px;
    top: 20px;
    background-image: url(https://jrcdn.yonghui.cn/yhjr/yonghui/static/images/sprite-555c65b49d.png);
    width: 10px;
    height: 5px;
    background-position: -45px -383px
}

.mod-problem aside .list .arrow.up {
    background-position: -59px -383px
}

.mod-problem aside .intro {
    display: none
}

.mod-problem aside .intro li {
    line-height: 45px;
    cursor: pointer;
    background-color: #f5f5f5
}

.mod-problem aside .intro li.active {
    background-color: #e6e6e6;
    color: #295ea8;
    border-left: 2px solid #d83224
}

.mod-problem aside .intro li.active a {
    color: #295ea8
}

.mod-problem aside .intro a {
    display: block;
    font-size: 16px;
    color: #838a96;
    padding-left: 60px
}

.mod-problem aside .intro a:hover {
    color: #295ea8
}

.mod-problem article {
    width: 945px;
    height: 705px;
    overflow: auto;
    float: right;
    background-color: #fff;
    color: #888f9b;
    font-size: 16px
}

.mod-problem article .title {
    height: 75px;
    line-height: 75px;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 30px
}

.mod-problem article .list li {
    height: 75px;
    line-height: 75px;
    border-bottom: 1px dashed #ececec
}

.mod-problem article .list li a {
    display: block;
    padding-left: 30px
}

.mod-problem article .list a:hover {
    background-color: #f6f6f6;
    color: #295ea8;
    cursor: pointer
}

.mod-problem article .list a {
    color: #888f9b
}

.mod-pagination {
    font-size: 12px;
    background-color: red
}

.mod-pagination:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.mod-pagination li {
    float: left;
    border: 1px solid #e6e7eb;
    margin-right: -1px;
    cursor: pointer;
    min-width: 38px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #fff;
    font-family: Arial;
    color: #666;
    font-size: 16px
}

.pagination-item-active a {
    color: #ff6a00;
    border-color: #ff6a00
}

.mod-pagination .next,.mod-pagination .prev {
    min-width: 48px
}

.mod-pagination li a {
    display: block;
    color: #666;
    height: 100%
}

.mod-pagination .next a,.mod-pagination .prev a {
    display: inline-block;
    margin-top: 10px;
    background-image: url(https://jrcdn.yonghui.cn/yhjr/yonghui/static/images/sprite-555c65b49d.png);
    width: 9px;
    height: 17px
}

.mod-pagination .prev a {
    background-position: -35px -376px
}

.mod-pagination .next a {
    background-position: -26px -376px
}

.mod-pagination .disabled {
    cursor: not-allowed
}

.mod-pagination a:hover,.mod-pagination li.active {
    background-color: #f1f1f1
}

.mod-pagination a:hover {
    transition: all .3s ease
}

.mod-pagination .disabled span {
    filter: alpha(opacity=20);
    -moz-opacity: .2;
    -khtml-opacity: .2;
    opacity: .2
}

.mod-fullcontainer {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    will-change: transform;
    -webkit-animation: 2s scaleIn cubic-bezier(.215,.61,.355,1) 1;
    animation: 2s scaleIn cubic-bezier(.215,.61,.355,1) 1
}

.mod-fullcontainer .bg {
    color: #fff;
    position: relative
}

.mod-fullcontainer .boxed {
    width: 1200px;
    margin: 0 auto
}

.mod-fullcontainer .boxed .vertical {
    display: table;
    width: 100%;
    height: 100%
}

.mod-fullcontainer .boxed .align {
    width: 50%;
    display: table-cell;
    height: 100%;
    vertical-align: middle
}

.mod-fullcontainer .contain {
    margin: 0 auto;
    position: relative;
    width: 340px
}

.mod-fullcontainer .gui {
    overflow: hidden;
    position: relative;
    top: 25px
}

.mod-fullcontainer .gui .mask {
    width: 100%;
    width: 312px;
    height: 644px
}

.mod-fullcontainer .gui .mask-wld {
    width: 410px;
    height: 706px
}

.mod-fullcontainer .mod-carousel {
    position: absolute;
    z-index: 2;
    width: 290px;
    height: 524px;
    left: 7%;
    top: 11%;
    overflow: hidden
}

.mod-fullcontainer .mod-carousel img {
    width: 100%
}

.mod-fullcontainer .mod-carousel li {
    float: left
}

.mod-fullcontainer .gui .mask {
    width: 340px;
    height: 703px;
    position: relative;
    z-index: 1
}

.mod-fullcontainer .text-box {
    text-align: left
}

.mod-fullcontainer .title {
    font-size: 60px
}

.mod-fullcontainer .section-p {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 30px
}

.mod-fullcontainer .section-pp {
    font-size: 14px;
    margin-top: 0;
}

.mod-fullcontainer .section-intro {
    font-size: 18px;
    text-align: left;
    margin: 0 auto;
    width: 800px;
    text-indent: 36px;
}
@media screen and (max-width: 1920px) {
    .mod-fullcontainer .section-intro {
        font-size: 16px;
        text-align: left;
        margin: 0 auto;
        width: 800px;
        text-indent: 36px;
    }

}
.mod-fullcontainer .qrcode {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 130px;
    height: 130px;
    border-radius: 5px;
    background-color: #fff
}

.mod-fullcontainer .qrcode img {
    vertical-align: middle;
    max-width: 90%
}

.at-list-honor>.items>.item {
    width: 930px
}

@media (max-width:1440px) {
    .at-section .at-milest .at-list-honor {
        -webkit-transform: scale(.8)!important;
        transform: scale(.8)!important
    }
}

@media (max-width:1200px) {
    .at-section .at-milest .at-list-honor {
        -webkit-transform: scale(.7)!important;
        transform: scale(.7)!important
    }
}

@media (max-height:800px) {
    .at-section .at-milest .at-list-honor {
        -webkit-transform: scale(.7)!important;
        transform: scale(.7)!important
    }

    .at-section2p .title {
        position: relative;
        top: 80px;
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .at-section2p .at-milest .at-timeline {
        margin-top: -60px
    }
}

.mod-list-honor {
    width: 930px
}

.mod-list-honor li {
    width: 300px;
    height: 200px;
    margin: 5px;
    float: left;
    position: relative;
    background-color: #fff;
    box-shadow: 1px 1px 5px 1px hsla(0,0%,78%,.15)
}

.mod-list-honor li img {
    height: 200px;
    display: block;
    margin: auto
}

.mod-list-honor li .desc {
    width: 240px;
    height: 80px;
    padding: 100px 30px 20px;
    position: absolute;
    background-color: rgba(46,87,150,.85);
    color: #fff;
    font-size: 16px;
    text-align: left;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 1s
}

.mod-list-honor li .desc:hover {
    opacity: 1;
    height: 130px;
    padding-top: 50px
}

.s-hide {
    display: none!important
}

.mod-modal {
    display: none;
    position: fixed;
    z-index: 101;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    *filter: progid:DXImageTransform.Microsoft.gradient(enabled="true",startColorstr="#7F000000",endColorstr="#7F000000");
    filter: progid:DXImageTransform.Microsoft.gradient(enabled="true",startColorstr="#7F000000",endColorstr="#7F000000")\9;
    background: rgba(0,0,0,.65)
}

.mod-modal .modal-close {
    position: absolute;
    top: 0;
    right: -56px;
    width: 56px;
    height: 56px;
    cursor: pointer
}

.mod-modal .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -275px 0 0 -355px;
    width: 715px;
    height: 545px;
    font-size: 14px;
    z-index: 2
}

.mod-modal.mod-longblog {
    background: rgba(0,0,0,.65)
}

.mod-modal.mod-longblog .modal-close {
    right: -56px
}

.mod-modal.mod-longblog .modal-content {
    margin: -300px 0 0 -375px;
    width: 750px;
    height: 600px;
    background: #fff;
    color: #000
}

.mod-modal.mod-longblog .modal-content .con-img {
    width: 750px;
    height: 600px;
    overflow-y: hidden
}

.mod-modal.mod-longblog .modal-content img {
    display: block;
    width: 500px;
    margin: 0 auto
}

.mod-modal.mod-longblog .modal-content h1 {
    font-size: 28px;
    text-align: center;
    padding: 30px 50px
}

.mod-modal.mod-longblog .modal-content p {
    text-indent: 2em;
    font-size: 20px;
    padding: 20px 50px
}

.mod-modal.mod-longblog .modal-content p:last-child {
    padding-bottom: 40px
}

.mod-modal.mod-wemap .modal-content {
    color: #6f7e94
}

.mod-modal.mod-wemap .modal-content.warning {
    z-index: 1;
    padding: 166px 0 0 99px;
    width: 616px;
    height: 379px
}

.mod-modal.mod-wemap .modal-content.playing {
    background: transparent
}

.mod-modal.mod-wemap .modal-content embed {
    width: 100%;
    height: 100%
}

.mod-modal.mod-wemap .modal-content h2 {
    font-weight: 400
}

.mod-modal.mod-wemap .modal-content p {
    font-weight: 700;
    font-size: 22px;
    color: #cae0ff;
    margin-top: 10px
}

.mod-modal.mod-wemap .modal-content ul {
    font-size: 12px;
    padding: 15px 1px 12px;
    height: 100px;
    width: 210px;
    border: dashed #6f7f98;
    border-width: 1px 0;
    margin-top: 20px
}

.mod-modal.mod-wemap .modal-content ul li {
    width: 70px;
    padding-top: 85px;
    float: left;
    text-align: center
}

.mod-modal.mod-wemap .modal-content ul li.ie {
    float: right;
}

.mod-modal.mod-notices {
    text-align: center;
    -webkit-font-smoothing: antialiased
}

.mod-modal.mod-notices .title {
    font-size: 20px;
    color: #285ea8;
    margin-bottom: 10px;
    padding-right: 25px
}

.mod-modal.mod-notices .modal-content {
    width: 746px;
    height: 482px;
    padding: 18px 15px 0 40px;
    margin: -250px 0 0 -400px;
    box-shadow: 0 2px 14px 0 rgba(0,0,0,.5);
    background: hsla(0,0%,100%,.95);
    border-radius: 8px;
    color: #000;
    -webkit-backdrop-filter: blur(10px)
}

.mod-modal.mod-notices .bd {
    max-height: 335px;
    overflow: auto;
    scrollbar-face-color: #fcfcfc;
    text-align: left;
    font-size: 16px;
    color: #737a87
}

.mod-modal.mod-notices .explain {
    padding-right: 15px;
    text-align: justify
}

.mod-modal.mod-notices ::-webkit-scrollbar {
    width: 10px
}

.mod-modal.mod-notices ::-webkit-scrollbar-track {
    border-radius: 6px
}

.mod-modal.mod-notices ::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #d8d8d8
}

.mod-modal.mod-notices .q {
    text-align: justify
}

.mod-modal.mod-notices .ft {
    margin-top: 20px
}

.mod-modal.mod-notices .ft.btn-blue {
    line-height: 10px
}

.mod-modal.mod-notices img {
    width: 100%
}

section.mod-business {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 100px;
    text-align: center;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled="true",startColorstr="#7F000000",endColorstr="#7F000000");
    z-index: 99994;
    overflow: auto
}

:root .mod-business {
    filter: none;
    background-color: rgba(0,0,0,.5)
}

.mod-business .close {
    position: absolute;
    right: 14px;
    top: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 99995
}

.mod-business .close:hover {
    -webkit-animation: anim-rotate .5s linear 1
}

.mod-business .close i {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    margin-top: -7px
}

section.mod-business .content {
    position: relative;
    width: 960px;
    height: 630px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
    background-color: #f8f8f8
}

.mod-business .content h4 {
    color: #435c95;
    font-size: 30px;
    margin-top: 40px
}

.mod-business .content .business-contact {
    position: relative;
    margin-top: 94px;
    margin-left: 140px;
    margin-right: 118px;
    font-size: 16px;
    color: #888f9b;
    text-align: left
}

.mod-business .content .business-contact .qrcode {
    float: left;
    line-height: 2
}

.mod-business .content .business-contact .qrcode img {
    width: 280px;
    height: 280px
}

.mod-business .content .business-contact .contact {
    float: right;
    line-height: 2
}

.mod-business .content .business-contact .contact .mail {
    text-indent: 48px
}

.mod-business .content .business-contact .item {
    margin-bottom: 46px
}

@media (max-height:800px) {
    .mod-business {
        padding-top: 10px
    }
}

.icon {
    display: inline-block;
    background-image: url(https://jrcdn.yonghui.cn/yhjr/yonghui/static/images/sprite-555c65b49d.png)
}

.icon-navrighton {
    background-position: 0 -448px;
    width: 29px;
    height: 29px
}

.icon-navright {
    background-position: 0 -420px;
    width: 29px;
    height: 28px
}

.icon-title {
    background-position: 0 -394px;
    width: 108px;
    height: 26px
}

.icon-close {
    background-position: 0 -379px;
    width: 15px;
    height: 15px
}

.icon-link {
    background-position: 0 -365px;
    width: 17px;
    height: 14px
}

.icon-arrow-bigrightl {
    background-position: -218px 0;
    width: 56px;
    height: 109px
}

.icon-arrow-bigleftl {
    background-position: 370px -170px;
    width: 56px;
    height: 109px
}

.icon-arrow-bigleftw {
    background-position: -56px -172px;
    width: 56px;
    height: 109px
}

.icon-arrow-bigrightw {
    background-position: 0 -172px;
    width: 56px;
    height: 109px
}

.icon-arrow-left {
    background-position: -319px -135px;
    width: 9px;
    height: 17px
}

.icon-arrow-leftl {
    background-position: -320px -109px;
    width: 10px;
    height: 17px
}

.icon-arrow-right {
    background-position: -310px -109px;
    width: 10px;
    height: 17px
}

.icon-arrow-rightl {
    background-position: -310px -135px;
    width: 9px;
    height: 17px
}

.icon-arrow-up {
    background-position: -310px -126px;
    width: 17px;
    height: 9px
}

.icon-arrow-upwhite {
    background-position: -310px -152px;
    width: 17px;
    height: 9px
}

.icon-floater-pop {
    background-position: 0 0;
    width: 167px;
    height: 172px
}

.icon-floater {
    background-position: -167px 0;
    width: 51px;
    height: 156px
}

.icon-mousewheel {
    background-position: -274px -109px;
    width: 36px;
    height: 53px
}

.icon-mousewheel-wheel {
    background-position: -274px -162px;
    width: 7px;
    height: 7px
}

.icon-qrcode-apphover {
    background-position: -239px -129px;
    width: 21px;
    height: 21px
}

.icon-qrcode-weixin {
    background-position: -252px -217px;
    width: 23px;
    height: 20px
}

.icon-qrcode-weixinhover {
    background-position: -218px -109px;
    width: 23px;
    height: 20px
}

.icon-qrcord-app {
    background-position: -218px -129px;
    width: 21px;
    height: 21px
}

.icon-1 {
    background-position: -330px 0;
    width: 156px;
    height: 153px
}

.icon-2 {
    background-position: -330px -153px;
    width: 105px;
    height: 107px
}

.icon-3 {
    background-position: 0 -281px;
    width: 87px;
    height: 84px
}

.icon-4 {
    background-position: -87px -281px;
    width: 64px;
    height: 67px
}

.icon-5 {
    background-position: -151px -281px;
    width: 54px;
    height: 54px
}

.icon-6 {
    background-position: -435px -153px;
    width: 37px;
    height: 37px
}

.icon-7 {
    background-position: -435px -190px;
    width: 24px;
    height: 24px
}

.app-container .gui,.app-container .text-box *,.index-container *,.load-banner *,.load-container *,.wcd-container *,.wyd-container * {
    transition: all .5s
}

.hold-animations .a-pull-left {
    -webkit-transform: translate(-60px);
    transform: translate(-60px);
    opacity: 0;
    filter: alpha(opacity=0)
}

.hold-animations .a-pull-right {
    -webkit-transform: translate(60px);
    transform: translate(60px)
}

.hold-animations .a-fade-in,.hold-animations .a-pull-down,.hold-animations .a-pull-right {
    opacity: 0;
    filter: alpha(opacity=0)
}

.hold-animations .a-pull-down {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
}

.hold-animations .a-pull-up {
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
    opacity: 0;
    filter: alpha(opacity=0)
}

.hold-animations .a_milestone_current {
    -webkit-transform: translate3d(250px,0,0);
    transform: translate3d(250px,0,0);
    opacity: 0;
    filter: alpha(opacity=0)
}

@-webkit-keyframes translateInOut {
    0% {
        -webkit-transform: scale3d(1.1,1.1,1.1) translate3d(0,30%,0);
        transform: scale3d(1.1,1.1,1.1) translate3d(0,30%,0);
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0
    }

    15% {
        -webkit-transform: scale3d(1.1,1.1,1.1) translate3d(-140%,0,0);
        transform: scale3d(1.1,1.1,1.1) translate3d(-140%,0,0);
        opacity: 1;
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1
    }

    18% {
        -webkit-transform: scaleX(1) translate3d(-140%,0,0);
        transform: scaleX(1) translate3d(-140%,0,0);
        opacity: 1;
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1
    }

    30% {
        -webkit-transform: translate3d(-140%,0,0);
        transform: translate3d(-140%,0,0);
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0
    }

    45% {
        -webkit-transform: translate3d(-140%,0,0);
        transform: translate3d(-140%,0,0);
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0
    }

    60% {
        -webkit-transform: translate3d(-140%,0,0);
        transform: translate3d(-140%,0,0);
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0
    }

    85% {
        -webkit-transform: translate3d(-140%,0,0);
        transform: translate3d(-140%,0,0);
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0
    }

    to {
        -webkit-transform: translate3d(-140%,0,0);
        transform: translate3d(-140%,0,0);
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0
    }
}

@keyframes translateInOut {
    0% {
        -webkit-transform: scale3d(1.1,1.1,1.1) translate3d(0,30%,0);
        transform: scale3d(1.1,1.1,1.1) translate3d(0,30%,0);
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0
    }

    15% {
        -webkit-transform: translate3d(-140%,0,0);
        transform: translate3d(-140%,0,0);
        opacity: 1;
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1
    }

    18% {
        -webkit-transform: translate3d(-140%,0,0);
        transform: translate3d(-140%,0,0);
        opacity: 1;
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1
    }

    30% {
        -webkit-transform: translate3d(-140%,0,0);
        transform: translate3d(-140%,0,0);
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0
    }

    45% {
        -webkit-transform: translate3d(-140%,0,0);
        transform: translate3d(-140%,0,0);
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0
    }

    60% {
        -webkit-transform: translate3d(-140%,0,0);
        transform: translate3d(-140%,0,0);
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0
    }

    85% {
        -webkit-transform: translate3d(-140%,0,0);
        transform: translate3d(-140%,0,0);
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0
    }

    to {
        -webkit-transform: translate3d(-140%,0,0);
        transform: translate3d(-140%,0,0);
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0
    }
}

@-webkit-keyframes fadeInMask {
    0% {
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0)
    }

    15% {
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0)
    }

    30% {
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100)
    }

    45% {
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100)
    }

    60% {
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100)
    }

    85% {
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100)
    }

    to {
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@keyframes fadeInMask {
    0% {
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0)
    }

    15% {
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0)
    }

    30% {
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100)
    }

    45% {
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100)
    }

    60% {
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100)
    }

    85% {
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100)
    }

    to {
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        filter: alpha(opacity=100);
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-500px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-500px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    15% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-500px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-500px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    30% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-500px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-500px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    45% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scaleX(1) translateZ(0);
        transform: scaleX(1) translateZ(0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }

    60% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale3d(1.01,1.01,1.01) translateZ(0);
        transform: scale3d(1.01,1.01,1.01) translateZ(0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }

    85% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scaleX(1) translateZ(0);
        transform: scaleX(1) translateZ(0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }

    to {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: none;
        transform: none
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        filter: alpha(opacity=100);
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-500px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-500px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    15% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-500px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-500px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    30% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-500px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-500px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    45% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scaleX(1) translateZ(0);
        transform: scaleX(1) translateZ(0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }

    60% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale3d(1.01,1.01,1.01) translateZ(0);
        transform: scale3d(1.01,1.01,1.01) translateZ(0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }

    85% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scaleX(1) translateZ(0);
        transform: scaleX(1) translateZ(0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }

    to {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale3d(0,0,0);
        transform: scale3d(0,0,0)
    }

    15% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale3d(0,0,0);
        transform: scale3d(0,0,0)
    }

    30% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale3d(0,0,0);
        transform: scale3d(0,0,0)
    }

    45% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale3d(0,0,0);
        transform: scale3d(0,0,0)
    }

    60% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    85% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    to {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale3d(0,0,0);
        transform: scale3d(0,0,0)
    }

    15% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale3d(0,0,0);
        transform: scale3d(0,0,0)
    }

    30% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale3d(0,0,0);
        transform: scale3d(0,0,0)
    }

    45% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale3d(0,0,0);
        transform: scale3d(0,0,0)
    }

    60% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    85% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    to {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.hold-animations .fadeInUp {
    -webkit-transform: translate3d(0,200px,0);
    transform: translate3d(0,200px,0)
}

.hold-animations .fadeInOut,.hold-animations .fadeInUp {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0
}

.a-delay-1-sequence-1 {
    transition-delay: .4s
}

.a-delay-1-sequence-11 {
    transition-delay: 1.6s
}

.a-delay-1-sequence-12 {
    transition-delay: 1.7s
}

.a-delay-1-sequence-13 {
    transition-delay: 1.8s
}

.a-delay-1-sequence-14 {
    transition-delay: 1.9s
}

.a-delay-1-sequence-15 {
    transition-delay: 2s
}

.a-delay-1-sequence-16 {
    transition-delay: 2.1s
}

.a-delay-1-sequence-17 {
    transition-delay: 2.2s
}

.a-delay-1-sequence-18 {
    transition-delay: 2.3s
}

.a-delay-1-sequence-19 {
    transition-delay: 2.4s
}

.a-delay-1-sequence-20 {
    transition-delay: 2.5s
}

.a-delay-1-sequence-21 {
    transition-delay: 2.6s
}

@-webkit-keyframes scaleIn {
    0% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1)
    }

    to {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1)
    }
}

@-webkit-keyframes fadeIn {
    0% {
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0)
    }

    to {
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-webkit-keyframes fadeOut {
    0% {
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=1)
    }

    to {
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0)
    }
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%)
    }

    to {
        -webkit-transform: translateY(0)
    }
}

@-webkit-keyframes floaterapp {
    0% {
        -webkit-transform: scale(.8)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes floaterapp {
    0% {
        transform: scale(.8)
    }

    to {
        transform: scale(1)
    }
}

@-webkit-keyframes a_loading_penguin_wrap {
    0% {
        -webkit-transform: translate(0) scale(1)
    }

    30% {
        -webkit-transform: translate(0) scale(1)
    }

    35% {
        -webkit-transform: translateY(2px) scale(1.1,.95)
    }

    40% {
        -webkit-transform: translateY(-10px) scale(.95,1.1)
    }

    45% {
        -webkit-transform: translateY(-10px) scale(1)
    }

    70% {
        -webkit-transform: translateY(-10px) scale(1)
    }

    75% {
        -webkit-transform: translateY(2px) scale(1.1,.95)
    }

    80% {
        -webkit-transform: translate(0) scale(1)
    }

    to {
        -webkit-transform: translate(0) scale(1)
    }
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        -webkit-transform: translate3d(0,100%,0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes glass_anim {
    0% {
        transform: scale(0)
    }

    20% {
        transform: scale(1)
    }

    25% {
        transform: scale(.8)
    }

    50% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(1)
    }

    to {
        transform: scale(1)
    }
}

@keyframes glass_anim {
    0% {
        transform: scale(0)
    }

    20% {
        transform: scale(1)
    }

    30% {
        transform: scale(.8)
    }

    50% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(1)
    }

    to {
        transform: scale(1)
    }
}

@-webkit-keyframes wheel_anim {
    0% {
        top: 13px
    }

    20% {
        top: 20px
    }

    30% {
        top: 13px
    }

    50% {
        top: 20px
    }

    60% {
        top: 13px
    }

    to {
        top: 13px
    }
}

@keyframes wheel_anim {
    0% {
        top: 13px
    }

    20% {
        top: 20px
    }

    30% {
        top: 13px
    }

    50% {
        top: 20px
    }

    60% {
        top: 13px
    }

    to {
        top: 13px
    }
}

@-webkit-keyframes a_arrow_left {
    0% {
        -webkit-transform: translate(0)
    }

    25% {
        -webkit-transform: translate(-3px)
    }

    50% {
        -webkit-transform: translate(2px)
    }

    75% {
        -webkit-transform: translate(-1px)
    }

    to {
        -webkit-transform: translate(0)
    }
}

@keyframes a_arrow_left {
    0% {
        transform: translate(0)
    }

    25% {
        transform: translate(-3px)
    }

    50% {
        transform: translate(2px)
    }

    75% {
        transform: translate(-1px)
    }

    to {
        transform: translate(0)
    }
}

@-webkit-keyframes a_arrow_right {
    0% {
        -webkit-transform: translate(0)
    }

    25% {
        -webkit-transform: translate(10px)
    }

    50% {
        -webkit-transform: translate(-5px)
    }

    75% {
        -webkit-transform: translate(8px)
    }

    to {
        -webkit-transform: translate(0)
    }
}

@keyframes a_arrow_right {
    0% {
        transform: translate(0)
    }

    25% {
        transform: translate(10px)
    }

    50% {
        transform: translate(-5px)
    }

    75% {
        transform: translate(8px)
    }

    to {
        transform: translate(0)
    }
}

@-webkit-keyframes a_dot_grab {
    0% {
        -webkit-transform: scale(.5);
        opacity: .5;
        filter: alpha(opacity=50);
        -moz-opacity: .5;
        -khtml-opacity: .5
    }

    50% {
        -webkit-transform: scale(1.1);
        opacity: .5;
        filter: alpha(opacity=50);
        -moz-opacity: .5;
        -khtml-opacity: .5
    }

    to {
        -webkit-transform: scale(1.15);
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0
    }
}

@keyframes a_dot_grab {
    0% {
        transform: scale(.5);
        opacity: .5;
        filter: alpha(opacity=50);
        -moz-opacity: .5;
        -khtml-opacity: .5
    }

    50% {
        transform: scale(1.1);
        opacity: .5;
        filter: alpha(opacity=50);
        -moz-opacity: .5;
        -khtml-opacity: .5
    }

    to {
        transform: scale(1.15);
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0
    }
}

@-webkit-keyframes a_round_toggle {
    0% {
        opacity: 0;
        -webkit-transform: scale(0)
    }

    50% {
        opacity: .8;
        -webkit-transform: scale(.5)
    }

    80% {
        opacity: 0;
        -webkit-transform: scale(.6)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0)
    }
}

@keyframes a_round_toggle {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    50% {
        opacity: .8;
        transform: scale(.5)
    }

    80% {
        opacity: 0;
        transform: scale(.6)
    }

    to {
        opacity: 0;
        transform: scale(0)
    }
}

@-webkit-keyframes anim-rotate {
    0% {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn)
    }
}

@-webkit-keyframes anim-opacity {
    0% {
        -webkit-transform: translate3d(0,-30px,0)
    }

    to {
        -webkit-transform: translateZ(0)
    }
}

@keyframes anim-opacity {
    0% {
        transform: translate3d(0,-30px,0)
    }

    to {
        transform: translateZ(0)
    }
}

@-webkit-keyframes opac {
    0% {
        opacity: 1;
        width: 0;
        height: 0;
        top: 50%;
        left: 50%
    }

    to {
        opacity: 0;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }
}

@-webkit-keyframes bounceInLeft {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes shadow-pulse {
    0% {
        width: 180px;
        margin-left: 0
    }

    75% {
        width: 200px;
        margin-left: -5px
    }

    to {
        width: 230px;
        margin-left: -15px
    }
}

@-webkit-keyframes a_page_1_human_head {
    0% {
        -webkit-transform: rotate(0deg)
    }

    25% {
        -webkit-transform: rotate(3deg)
    }

    50% {
        -webkit-transform: rotate(-2deg)
    }

    75% {
        -webkit-transform: rotate(2deg)
    }

    to {
        -webkit-transform: rotate(0deg)
    }
}

@-webkit-keyframes a_page_1_human_hand_2 {
    0% {
        -webkit-transform: rotate(0deg) translate(0)
    }

    25% {
        -webkit-transform: rotate(-2deg) translateY(-2px)
    }

    50% {
        -webkit-transform: rotate(1deg) translateY(1px)
    }

    75% {
        -webkit-transform: rotate(-1deg) translateY(-1px)
    }

    to {
        -webkit-transform: rotate(0deg) translate(0)
    }
}

@-webkit-keyframes a_page_1_human_coin {
    0% {
        -webkit-transform: rotate(0deg) translate(0)
    }

    25% {
        -webkit-transform: rotate(30deg) translateY(-4px)
    }

    50% {
        -webkit-transform: rotate(-20deg) translateY(2px)
    }

    75% {
        -webkit-transform: rotate(10deg) translateY(-1px)
    }

    to {
        -webkit-transform: rotate(0deg) translate(0)
    }
}

@-webkit-keyframes a_page_1_penguin_hand_1 {
    0% {
        -webkit-transform: rotate(0deg)
    }

    45% {
        -webkit-transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(5deg)
    }

    65% {
        -webkit-transform: rotate(-3deg)
    }

    80% {
        -webkit-transform: rotate(5deg)
    }

    90% {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(0deg)
    }
}

@-webkit-keyframes a_page_1_penguin_hand_2 {
    0% {
        -webkit-transform: scale(1) rotate(0deg)
    }

    5% {
        -webkit-transform: scaleX(.8) rotate(-10deg)
    }

    20% {
        -webkit-transform: scaleX(1.1) rotate(-20deg)
    }

    35% {
        -webkit-transform: scaleX(.9) rotate(-10deg)
    }

    45% {
        -webkit-transform: scaleX(1.05) rotate(-20deg)
    }

    to {
        -webkit-transform: scale(1) rotate(0deg)
    }
}

@-webkit-keyframes a_page_1_human_hand_1 {
    0% {
        -webkit-transform: rotate(0deg) scale(1)
    }

    25% {
        -webkit-transform: rotate(3deg) scaleY(.8)
    }

    50% {
        -webkit-transform: rotate(-2deg) scale(1)
    }

    75% {
        -webkit-transform: rotate(2deg) scaleY(.9)
    }

    to {
        -webkit-transform: rotate(0deg) scale(1)
    }
}

@-webkit-keyframes a_page_2_human_head {
    0% {
        -webkit-transform: rotate(0deg)
    }

    25% {
        -webkit-transform: rotate(3deg)
    }

    50% {
        -webkit-transform: rotate(-2deg)
    }

    75% {
        -webkit-transform: rotate(1deg)
    }

    to {
        -webkit-transform: rotate(0deg)
    }
}

@-webkit-keyframes a_page_2_human_hand_1 {
    0% {
        -webkit-transform: rotate(0deg)
    }

    25% {
        -webkit-transform: rotate(5deg)
    }

    50% {
        -webkit-transform: rotate(-4deg)
    }

    75% {
        -webkit-transform: rotate(3deg)
    }

    to {
        -webkit-transform: rotate(0deg)
    }
}

@-webkit-keyframes a_page_2_human_hand_2 {
    0% {
        -webkit-transform: rotate(0deg)
    }

    25% {
        -webkit-transform: rotate(-5deg)
    }

    50% {
        -webkit-transform: rotate(4deg)
    }

    75% {
        -webkit-transform: rotate(-3deg)
    }

    to {
        -webkit-transform: rotate(0deg)
    }
}

@-webkit-keyframes a_page_2_penguin_hand_1 {
    0% {
        -webkit-transform: rotate(0deg)
    }

    20% {
        -webkit-transform: rotate(0deg)
    }

    25% {
        -webkit-transform: rotate(3deg)
    }

    35% {
        -webkit-transform: rotate(-6deg)
    }

    45% {
        -webkit-transform: rotate(0deg)
    }

    55% {
        -webkit-transform: rotate(-6deg)
    }

    60% {
        -webkit-transform: rotate(3deg)
    }

    to {
        -webkit-transform: rotate(0deg)
    }
}

@-webkit-keyframes a_page_2_phone_light {
    0% {
        -webkit-transform: translate(0) scale(1);
        opacity: 1
    }

    15% {
        -webkit-transform: translateY(-5px) scale(1);
        opacity: 1
    }

    25% {
        -webkit-transform: translateY(40px) scale(.1);
        opacity: 0
    }

    55% {
        -webkit-transform: translateY(40px) scale(.1);
        opacity: 0
    }

    65% {
        -webkit-transform: translate(0) scale(1);
        opacity: 1
    }

    70% {
        -webkit-transform: translateY(2px) scale(1);
        opacity: .5
    }

    80% {
        -webkit-transform: translateY(-5px) scale(1);
        opacity: 1
    }

    90% {
        -webkit-transform: translateY(3px) scale(1);
        opacity: .5
    }

    to {
        -webkit-transform: translate(0) scale(1);
        opacity: 1
    }
}

@-webkit-keyframes a_page_2_penguin_hand_1_coin {
    0% {
        -webkit-transform: translate(0) scale(1);
        opacity: 1
    }

    15% {
        -webkit-transform: translateY(-5px) scale(1);
        opacity: 1
    }

    25% {
        -webkit-transform: translateY(40px) scale(.1);
        opacity: 0
    }

    55% {
        -webkit-transform: translateY(40px) scale(.1);
        opacity: 0
    }

    65% {
        -webkit-transform: translate(0) scale(1);
        opacity: 1
    }

    70% {
        -webkit-transform: translateY(5px) scale(1);
        opacity: 1
    }

    80% {
        -webkit-transform: translateY(-5px) scale(1);
        opacity: 1
    }

    90% {
        -webkit-transform: translateY(3px) scale(1);
        opacity: 1
    }

    to {
        -webkit-transform: translate(0) scale(1);
        opacity: 1
    }
}

@-webkit-keyframes a_page_2_circle_hook {
    0% {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn)
    }
}

@-webkit-keyframes a_page_2_circle_icon {
    0% {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(-1turn)
    }
}

@-webkit-keyframes a_page_3_human_head {
    0% {
        -webkit-transform: rotate(0deg)
    }

    25% {
        -webkit-transform: rotate(3deg)
    }

    50% {
        -webkit-transform: rotate(-2deg)
    }

    75% {
        -webkit-transform: rotate(1deg)
    }

    to {
        -webkit-transform: rotate(0deg)
    }
}

@-webkit-keyframes a_page_3_human_hand_2 {
    0% {
        -webkit-transform: rotate(0deg)
    }

    25% {
        -webkit-transform: rotate(-5deg)
    }

    50% {
        -webkit-transform: rotate(4deg)
    }

    75% {
        -webkit-transform: rotate(-3deg)
    }

    to {
        -webkit-transform: rotate(0deg)
    }
}

@-webkit-keyframes a_page_3_human_hand_2_coin {
    0% {
        -webkit-transform: rotate(0deg) translate(0)
    }

    25% {
        -webkit-transform: rotate(30deg) translateY(-4px)
    }

    50% {
        -webkit-transform: rotate(-20deg) translateY(2px)
    }

    75% {
        -webkit-transform: rotate(10deg) translateY(-1px)
    }

    to {
        -webkit-transform: rotate(0deg) translate(0)
    }
}

@-webkit-keyframes a_page_3_penguin_hand_2 {
    0% {
        -webkit-transform: rotate(0deg) translate(0)
    }

    25% {
        -webkit-transform: rotate(-2deg) translateY(-2px)
    }

    50% {
        -webkit-transform: rotate(1deg) translateY(1px)
    }

    75% {
        -webkit-transform: rotate(-1deg) translateY(-1px)
    }

    to {
        -webkit-transform: rotate(0deg) translate(0)
    }
}

@-webkit-keyframes a_page_3_penguin_hand_1 {
    0% {
        -webkit-transform: rotate(0deg) scale(1)
    }

    25% {
        -webkit-transform: rotate(2deg) scaleY(.85)
    }

    50% {
        -webkit-transform: rotate(-1deg) scale(1)
    }

    75% {
        -webkit-transform: rotate(1deg) scaleY(.95)
    }

    to {
        -webkit-transform: rotate(0deg) scale(1)
    }
}

@-webkit-keyframes a_page_4_human_head {
    0% {
        -webkit-transform: rotate(0deg)
    }

    25% {
        -webkit-transform: rotate(3deg)
    }

    50% {
        -webkit-transform: rotate(-2deg)
    }

    75% {
        -webkit-transform: rotate(1deg)
    }

    to {
        -webkit-transform: rotate(0deg)
    }
}

@-webkit-keyframes a_page_4_human_hand_1 {
    0% {
        -webkit-transform: rotate(0deg)
    }

    25% {
        -webkit-transform: rotate(-2.5deg)
    }

    50% {
        -webkit-transform: rotate(1.5deg)
    }

    75% {
        -webkit-transform: rotate(-1.5deg)
    }

    to {
        -webkit-transform: rotate(0deg)
    }
}

@-webkit-keyframes a_page_4_human_hand_2 {
    0% {
        -webkit-transform: rotate(0deg)
    }

    25% {
        -webkit-transform: rotate(-3deg)
    }

    50% {
        -webkit-transform: rotate(2deg)
    }

    75% {
        -webkit-transform: rotate(-2deg)
    }

    to {
        -webkit-transform: rotate(0deg)
    }
}

@-webkit-keyframes a_page_4_tree_1 {
    0% {
        height: 0
    }

    to {
        height: 62px
    }
}

@-webkit-keyframes a_page_4_tree_2 {
    0% {
        width: 0
    }

    to {
        width: 14px
    }
}

@-webkit-keyframes a_page_4_tree_3 {
    0% {
        width: 0
    }

    to {
        width: 16px
    }
}

@-webkit-keyframes a_page_4_coin_1 {
    0% {
        -webkit-transform: scale(.1) translate(0);
        opacity: 0
    }

    10% {
        -webkit-transform: scale(.55) translate(0);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(.55) translateY(100px);
        opacity: 1
    }

    to {
        -webkit-transform: scale(.55) translateY(200px);
        opacity: 0
    }
}

@-webkit-keyframes a_page_4_coin_2 {
    0% {
        -webkit-transform: scale(.1) translate(0);
        opacity: 0
    }

    10% {
        -webkit-transform: scale(.65) translate(0);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(.65) translateY(80px);
        opacity: 1
    }

    to {
        -webkit-transform: scale(.65) translateY(160px);
        opacity: 0
    }
}

@-webkit-keyframes a_page_4_coin_3 {
    0% {
        -webkit-transform: scale(.1) translate(0);
        opacity: 0
    }

    10% {
        -webkit-transform: scale(.75) translate(0);
        opacity: 1
    }

    to {
        -webkit-transform: scale(.75) translate(0);
        opacity: 1
    }
}

@-webkit-keyframes a_page_4_coin_4 {
    0% {
        -webkit-transform: scale(.1) translate(0);
        opacity: 0
    }

    10% {
        -webkit-transform: scale(.75) translate(0);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(.75) translateY(70px);
        opacity: 1
    }

    to {
        -webkit-transform: scale(.75) translateY(140px);
        opacity: 0
    }
}

@-webkit-keyframes a_page_4_coin_5 {
    0% {
        -webkit-transform: scale(.1) translate(0);
        opacity: 0
    }

    10% {
        -webkit-transform: scale(.5) translate(0);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(.5) translateY(100px);
        opacity: 1
    }

    to {
        -webkit-transform: scale(.5) translateY(200px);
        opacity: 0
    }
}

@-webkit-keyframes a_page_4_coin_6 {
    0% {
        -webkit-transform: scale(.1) translate(0);
        opacity: 0
    }

    10% {
        -webkit-transform: scale(.75) translate(0);
        opacity: 1
    }

    to {
        -webkit-transform: scale(.75) translate(0);
        opacity: 1
    }
}

@-webkit-keyframes a_page_4_coin_7 {
    0% {
        -webkit-transform: scale(.1) translate(0);
        opacity: 0
    }

    10% {
        -webkit-transform: scale(.65) translate(0);
        opacity: 1
    }

    to {
        -webkit-transform: scale(.65) translate(0);
        opacity: 1
    }
}

@-webkit-keyframes a_page_4_coin_8 {
    0% {
        -webkit-transform: scale(.1) translate(0);
        opacity: 0
    }

    10% {
        -webkit-transform: scale(.5) translate(0);
        opacity: .6
    }

    to {
        -webkit-transform: scale(.5) translate(0);
        opacity: .6
    }
}

@-webkit-keyframes a_page_4_coin_9 {
    0% {
        -webkit-transform: scale(.1) translate(0);
        transform: scale(.1) translate(0);
        opacity: 0
    }

    10% {
        -webkit-transform: scale(.55) translate(0);
        transform: scale(.55) translate(0);
        opacity: .6
    }

    to {
        -webkit-transform: scale(.55) translate(0);
        transform: scale(.55) translate(0);
        opacity: .6
    }
}

@-webkit-keyframes a_page_4_penguin_hand_1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    25% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg)
    }

    50% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg)
    }

    75% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-webkit-keyframes a_page_4_penguin_body {
    0% {
        -webkit-transform: rotate(0deg)
    }

    25% {
        -webkit-transform: rotate(2deg)
    }

    50% {
        -webkit-transform: rotate(-1deg)
    }

    75% {
        -webkit-transform: rotate(1deg)
    }

    to {
        -webkit-transform: rotate(0deg)
    }
}

@-webkit-keyframes a_page_4_penguin_foot_1 {
    0% {
        -webkit-transform: rotate(0deg)
    }

    25% {
        -webkit-transform: rotate(4deg)
    }

    50% {
        -webkit-transform: rotate(0deg)
    }

    75% {
        -webkit-transform: rotate(2deg)
    }

    to {
        -webkit-transform: rotate(0deg)
    }
}

@-webkit-keyframes a_page_4_penguin_foot_2 {
    0% {
        -webkit-transform: rotate(0deg)
    }

    25% {
        -webkit-transform: rotate(5deg)
    }

    50% {
        -webkit-transform: rotate(-2deg)
    }

    75% {
        -webkit-transform: rotate(3deg)
    }

    to {
        -webkit-transform: rotate(0deg)
    }
}

@-webkit-keyframes a_page_4_sofa_bg {
    0% {
        -webkit-transform: scale(1)
    }

    25% {
        -webkit-transform: scale(1.015,.985)
    }

    50% {
        -webkit-transform: scale(.99,1.008)
    }

    75% {
        -webkit-transform: scale(1.008,.99)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@-webkit-keyframes a_page_4_sofa_hook {
    0% {
        -webkit-transform: translate(0)
    }

    25% {
        -webkit-transform: translateY(2px)
    }

    50% {
        -webkit-transform: translate(0)
    }

    75% {
        -webkit-transform: translateY(1px)
    }

    to {
        -webkit-transform: translate(0)
    }
}

.box-video {
    position: absolute;
    top: 0;
    overflow: hidden;
    min-width: 1200px
}

.videoplay {
    background-color: transparent
}

.videomask,.videposter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden
}

.videomask {
    z-index: 10;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.videposter {
    z-index: 11;
    transition: opacity 2s 0s
}

.videbtnplay {
    position: absolute;
    left: 200px;
    top: 140px;
    z-index: 100;
    width: 100px;
    height: 100px
}

.starting .play {
    visibility: hidden
}

.starting .videoplay {
    visibility: visible
}

.starting .videbtnplay {
    visibility: hidden
}

.startend .play {
    visibility: visible
}

.startend .videoplay {
    visibility: hidden
}

.startend .videposter {
    visibility: visible;
    opacity: 1
}

.startend .videbtnplay,.startend .videomask {
    visibility: visible
}

.main {
    height: 100%
}

.main .content {
    z-index: 1;
    position: relative;
    height: 100%
}

.index-container {
    position: fixed!important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    height: 100%;
    background-size: cover;
    text-align: center;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    will-change: transform;
    -webkit-animation: 2s scaleIn cubic-bezier(.215,.61,.355,1) 1;
    animation: 2s scaleIn cubic-bezier(.215,.61,.355,1) 1
}

.index-container .boxed {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    color: #fff
}

.index-container .boxed .col {
    width: 50%;
    text-align: center
}

.index-container .boxed .title {
    font-size: 60px
}

.index-container .boxed .section {
    font-size: 30px;
    margin-top: 30px
}

.index-container .col.mobile-plus {
    position: relative;
    height: 634px
}

.index-container .col.mobile-plus img {
    max-width: 100%
}

.index-container .col.mobile-plus .mobile {
    position: relative;
    min-height: 700px
}

.index-container .col.mobile-plus .mobile img.plus {
    float: left;
    width: 300px;
    height: 608px
}

.index-container .glass {
    position: absolute;
    top: 30%;
    left: -5%;
    width: 272px;
    webkit-animation: 1.5s glass_anim 3s forwards;
    animation: 1.5s glass_anim 3s forwards
}

.index-container .mousewheel {
    position: absolute;
    cursor: pointer;
    margin: 0 auto
}

.index-container .mousewheel-wheel {
    position: absolute;
    top: 10px;
    left: 15px;
    -webkit-animation: 1.5s wheel_anim infinite;
    animation: 1.5s wheel_anim infinite
}

.index-container.hold-animations .glass,.index-container.hold-animations .qier,.index-container.hold-animations .rect {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0
}

.index-container .qier {
    position: absolute;
    left: 25%;
    bottom: -6%;
    width: 18%;
    max-width: 185px;
    z-index: 101;
    -webkit-animation: a_loading_penguin_wrap 1.6s 3.5s linear forwards;
    animation: a_loading_penguin_wrap 1.6s 3.5s linear forwards
}

.index-container .rect {
    position: absolute;
    z-index: 3;
    top: 24%;
    left: 400px;
    text-align: center;
    font-size: 20px;
    color: #fff
}

@media (max-width:1440px) {
    .index-container .boxed .title {
        font-size: 50px
    }

    .index-container .boxed .section {
        font-size: 20px
    }
}

.scroll-container {
    display: block;
    background-color: #fff;
    height: 300%;
    z-index: 1
}

.scroll-container .device-wrapper {
    position: absolute;
    display: block;
    z-index: 1;
    left: 0;
    top: 0;
    width: 50%;
    height: 25%
}

.scroll-container .text-wrapper {
    position: absolute;
    display: block;
    right: 0;
    width: 50%;
    height: 100%;
    text-align: left
}

.device-wrapper .vertical {
    position: absolute
}

.device-wrapper .vertical .align,.text-wrapper .vertical .align {
    padding-top: 70px
}

.device-wrapper .device-container {
    margin: 0 0 0 auto;
    position: relative;
    width: 492px
}

.device-wrapper .device-container .gui {
    position: relative
}

.device-wrapper .step {
    position: absolute;
    z-index: 2;
    left: 30.2%;
    top: 10.5%;
    width: 250px;
    height: 446px;
    opacity: 1
}

.device-wrapper .step .appsrcoll-box,.device-wrapper .step .wldsrcoll-box {
    position: relative;
    width: 250px;
    height: 446px;
    overflow: hidden
}

.device-wrapper .step .appsrcoll-box ul,.device-wrapper .step .wldsrcoll-box ul {
    height: 520px;
    width: 99999px;
    position: absolute;
    top: 0;
    left: 0
}

.device-wrapper .step .appsrcoll-box ul li,.device-wrapper .step .wldsrcoll-box ul li {
    float: left;
    width: 250px;
    height: 446px
}

.device-wrapper .step .num-text {
    position: relative;
    top: 25%;
    left: 30%
}

.device-wrapper .step .num {
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
    font-size: 26px;
    font-weight: 700
}

.device-wrapper .step .num3 {
    position: absolute;
    top: 12%;
    left: 35%;
    color: #ff5a37;
    font-size: 25px
}

.device-wrapper .step .svgcircle {
    position: absolute;
    top: 229px;
    left: 95px;
    width: 100px;
    height: 100px
}

.device-wrapper .step .svgcircle * {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -3px;
    margin-top: -3px;
    border: 3px solid #e8bb2c;
    border-radius: 50%
}

.circle {
    display: none\9;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -240px;
    margin-top: -220px;
    height: 480px;
    width: 480px;
    -webkit-transform: scale(.4);
    transform: scale(.4)
}

.device-wrapper .gui .mask {
    width: 419px;
    height: 626px;
    position: relative;
    z-index: 1
}

.device-wrapper .gui .step img {
    max-width: 100%;
    height: auto
}

.device-wrapper .index-carousel,.device-wrapper .wld-carousel {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.device-wrapper .index-carousel ul li,.device-wrapper .wld-carousel ul li {
    float: left;
    width: 250px;
    height: 446px
}

.text-wrapper .step-text {
    max-width: 440px;
    height: 25%;
    margin-left: 110px
}

.text-wrapper .step-text .subtitle {
    display: block;
    font-size: 48px;
    line-height: 48px;
    color: #295ea8;
    font-weight: 400;
    margin: 20px 0
}

.text-wrapper .step-text .title {
    color: #295ea8;
    font-size: 20px
}

.text-wrapper .step-text .explain {
    margin-bottom: 5px;
    font-size: 20px;
    color: #295ea8
}

.explain>.qrcode_weilidaiqq {
    margin-left: 30px
}

.text-wrapper .step-text .explain-p {
    font-size: 14px;
    color: #acb2c1
}

.text-wrapper .wldsrcolltxt-carousel {
    width: 280px;
    padding-left: 10px;
    height: 570px;
    overflow: hidden
}

.text-wrapper .wldsrcolltxt-carousel ul {
    height: 524px
}

.text-wrapper .wldsrcolltxt-carousel ul li {
    float: left;
    width: 280px;
    height: 570px
}

.text-wrapper .step-text .explainlogo {
    width: 120px;
    height: 120px
}

.tface .lpart {
    text-align: center
}

.tface .lpart,.tface .rpart {
    display: table-cell;
    vertical-align: middle;
    width: 50%
}

.tface .rpart {
    text-align: left
}

#main-phone-area {
    position: relative
}

#main-phone-area>.main-phone {
    max-width: 35%
}

.app-container {
    position: fixed!important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    height: 100%;
    background-size: cover;
    text-align: center
}

.app-section.mod-recommend .title-wrap .title {
    text-indent: -9999px
}

.app-section.mod-recommend .title-wrap .txt {
    color: #888f9b
}

.app-container .app-carousel {
    position: absolute;
    z-index: 2;
    left: 13.5%;
    top: 11.5%;
    width: 250px;
    height: 446px;
    overflow: hidden
}

.app-container .app-carousel ul li {
    float: left;
    width: 250px;
    height: 446px
}

.app-container .app-carousel ul li img {
    max-width: 100%
}

.mod-fullcontainer .gui .mask.app-mask {
    width: 304px;
    height: 613px;
    position: relative;
    z-index: 1
}

.con-wrap1 .graph-area,.con-wrap1 .human-area .hand2,.con-wrap1 .human-area i,.con-wrap1 .penguin-area .penguin-hand1,.con-wrap1 .penguin-area i,.con-wrap1 .shadow {
    position: absolute;
}

.con-wrap1 .human-area {
    position: absolute;
    left: 50%;
    margin-left: -27px;
    top: 0;
    width: 54px
}

.con-wrap1 .human-area .head {
    left: 0;
    background-position: -220px -65px;
    width: 44px;
    height: 50px;
    -webkit-animation: a_page_1_human_head 1.2s .3s linear infinite;
    -webkit-transform-origin: 50% 100%
}

.con-wrap1 .human-area .body {
    z-index: 2;
    top: 50px;
    left: -3px;
    background-position: -166px 0;
    width: 54px;
    height: 142px
}

.con-wrap1 .human-area .hand2 {
    left: 62px;
    top: 52px;
    background-position: -220px -115px;
    width: 30px;
    height: 35px;
    -webkit-animation: a_page_1_human_hand_2 1.2s .3s linear infinite;
    -webkit-transform-origin: 0 90%
}

.con-wrap1 .human-area .hand2 .coin {
    top: -13px;
    left: 10px;
    background-position: -220px -150px;
    width: 20px;
    height: 20px;
    -webkit-animation: a_page_1_human_coin 1.2s .3s linear infinite
}

.con-wrap1 .human-area .hand1 {
    z-index: 4;
    top: 61px;
    left: -12px;
    background-position: -180px -142px;
    width: 12px;
    height: 12px;
    -webkit-animation: a_page_1_human_hand_1 1.2s .3s linear infinite;
    -webkit-transform-origin: 50% 0
}

.con-wrap1 .penguin-area,.con-wrap1 .penguin-area i {
    position: absolute
}

.con-wrap1 .penguin-area {
    z-index: 4;
    left: 213px;
    top: 146px
}

.con-wrap1 .penguin-area .penguin-body {
    background-position: -220px 0;
    width: 48px;
    height: 65px
}

.con-wrap1 .penguin-area .penguin-hand1 {
    left: -6px;
    background-position: -250px -115px;
    width: 18px;
    height: 30px;
    -webkit-animation: a_page_1_penguin_hand_1 1.2s .6s linear infinite;
    -webkit-transform-origin: 100% 90%
}

.con-wrap1 .penguin-area .phone {
    top: -7px;
    left: -2px;
    background-position: -166px -142px;
    width: 14px;
    height: 24px
}

.con-wrap1 .penguin-area .penguin-hand2 {
    top: 29px;
    left: 21px;
    background-position: -240px -150px;
    width: 24px;
    height: 15px;
    -webkit-animation: a_page_1_penguin_hand_2 1.2s .6s linear infinite;
    -webkit-transform-origin: 90% 70%
}

.con-wrap1 .graph-area {
    z-index: 3;
    top: 68px;
    left: 90px;
    background-position: 0 0;
    width: 166px;
    height: 142px
}

.con-wrap1 .shadow {
    z-index: 1;
    left: 94px;
    top: 182px;
    background-position: 0 -142px;
    width: 166px;
    height: 30px
}

.con-wrap2 .graph-area,.con-wrap2 .graph-area .circle2 i,.con-wrap2 .human-area i,.con-wrap2 .penguin-area i,.penguin-area .penguin-hand1 {
    position: absolute;
}

.con-wrap2 .human-area {
    position: absolute;
    z-index: 2;
    width: 140px;
    height: 75px;
    left: 50%;
    margin-left: -75px;
    top: 94px
}

.con-wrap2 .human-area .head {
    left: 50%;
    margin-left: -20px;
    background-position: -200px -75px;
    width: 40px;
    height: 46px;
    -webkit-animation: a_page_2_human_head 1.2s .3s linear infinite;
    -webkit-transform-origin: 50% 100%
}

.con-wrap2 .human-area .body {
    left: 50%;
    margin-left: -58px;
    top: 43px;
    background-position: -160px 0;
    width: 140px;
    height: 75px
}

.con-wrap2 .human-area .hand1 {
    left: 15px;
    top: 19px;
    background-position: -240px -75px;
    width: 44px;
    height: 38px;
    -webkit-animation: a_page_2_human_hand_1 1.2s .3s linear infinite;
    -webkit-transform-origin: 100% 95%
}

.con-wrap2 .human-area .hand2 {
    right: 12px;
    top: 31px;
    background-position: -160px -129px;
    width: 50px;
    height: 30px;
    -webkit-animation: a_page_2_human_hand_2 1.2s .3s linear infinite;
    -webkit-transform-origin: 0 95%
}

.con-wrap2 .penguin-area {
    position: absolute;
    z-index: 3;
    left: 50%;
    margin-left: 15px;
    top: 159px;
    width: 40px;
    height: 54px
}

.con-wrap2 .penguin-area .penguin-body {
    left: 17px;
    background-position: -160px -75px;
    width: 40px;
    height: 54px
}

.con-wrap2 .penguin-area .penguin-hand1 {
    top: 22px;
    left: 19px;
    background-position: -284px -75px;
    width: 6px;
    height: 6px;
    -webkit-animation: a_page_2_penguin_hand_1 3s .3s linear infinite;
    -webkit-transform-origin: 100% 90%
}

.con-wrap2 .penguin-area .phone {
    left: -20px;
    top: -4px;
    background-position: -270px -129px;
    width: 25px;
    height: 16px
}

.con-wrap2 .penguin-area .phone-light {
    left: -16px;
    top: -14px;
    background-position: -230px -129px;
    width: 20px;
    height: 20px;
    -webkit-animation: a_page_2_phone_light 3s .3s linear infinite
}

.con-wrap2 .penguin-area .coin {
    top: -30px;
    left: -16px;
    background-position: 0 -160px;
    width: 20px;
    height: 20px;
    -webkit-animation: a_page_2_penguin_hand_1_coin 3s .3s linear infinite
}

.con-wrap2 .penguin-area .penguin-hand2 {
    left: 15px;
    top: 24px;
    background-position: -40px -160px;
    width: 18px;
    height: 18px;
    -webkit-animation: a_page_2_penguin_hand_1 3s .3s linear infinite;
    -webkit-transform-origin: 90% 70%
}

.con-wrap2 .graph-area {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 50%;
    margin-left: -80px;
    width: 160px;
    height: 160px;
    background-position: 0 0
}

.con-wrap2 .graph-area .circle,.con-wrap2 .graph-area .circle .hook {
    position: absolute;
    left: 0;
    top: 0;
    width: 160px;
    height: 160px
}

.con-wrap2 .graph-area .circle .hook {
    -webkit-animation: a_page_2_circle_hook 20s .9s linear infinite both
}

.con-wrap2 .graph-area .circle .hook i {
    position: absolute;
    background: #d4d0c8
}

.con-wrap2 .graph-area .circle .b,.con-wrap2 .graph-area .circle .t {
    height: 12px;
    width: 2px;
    left: 50%;
    margin-left: -1px
}

.con-wrap2 .graph-area .circle .l,.con-wrap2 .graph-area .circle .r {
    height: 2px;
    width: 12px;
    top: 50%;
    margin-top: -1px
}

.con-wrap2 .graph-area .circle .t {
    top: 5px
}

.con-wrap2 .graph-area .circle .r {
    right: 5px
}

.con-wrap2 .graph-area .circle .b {
    bottom: 5px
}

.con-wrap2 .graph-area .circle .l {
    left: 5px
}

.con-wrap2 .graph-area .circle2 {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 140px;
    height: 140px
}

.con-wrap2 .graph-area .circle2 .hook {
    position: absolute;
    left: 0;
    top: 0;
    width: 140px;
    height: 140px;
    -webkit-animation: a_page_2_circle_hook 30s 1.2s linear infinite both
}

.con-wrap2 .graph-area .circle2 .icon {
    position: absolute;
    height: 20px;
    width: 20px;
    -webkit-animation: a_page_2_circle_icon 30s 1.2s linear infinite both
}

.con-wrap2 .graph-area .circle2 .icon1 {
    left: 63px;
    top: -2px;
    background-position: -20px -160px
}

.con-wrap2 .graph-area .circle2 .icon2 {
    left: 117px;
    top: 86px;
    background-position: -210px -129px
}

.con-wrap2 .graph-area .circle2 .icon3 {
    left: 1px;
    top: 77px;
    background-position: 0 -180px
}

.con-wrap3 .human-area,.con-wrap3 .human-area .hand2,.con-wrap3 .human-area i {
    position: absolute;
}

.con-wrap3 .human-area {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -97px;
    z-index: 2;
    background-position: 0 0;
    width: 195px;
    height: 219px
}

.con-wrap3 .human-area .head {
    top: 114px;
    left: 32px;
    background-position: -195px 0;
    width: 42px;
    height: 47px;
    -webkit-animation: a_page_3_human_head 1.2s .3s linear infinite;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.con-wrap3 .human-area .hand2 {
    top: 150px;
    left: 67px;
    background-position: -237px 0;
    width: 54px;
    height: 24px;
    -webkit-animation: a_page_3_human_hand_2 1.2s .3s linear infinite;
    -webkit-transform-origin: 0 55%;
    transform-origin: 0 55%
}

.con-wrap3 .human-area .hand2 .coin {
    left: 37px;
    top: -13px;
    background-position: -237px -60px;
    width: 20px;
    height: 20px;
    -webkit-animation: a_page_3_human_hand_2_coin 1.2s .3s linear infinite
}

.con-wrap3 .human-area .penguin-hand1 {
    top: 155px;
    left: 164px;
    background-position: -237px -24px;
    width: 26px;
    height: 36px;
    -webkit-animation: a_page_3_penguin_hand_2 1s .6s linear infinite;
    -webkit-transform-origin: 0 70%;
    transform-origin: 0 70%
}

.con-wrap3 .human-area .penguin-hand2 {
    top: 170px;
    left: 130px;
    background-position: -257px -60px;
    width: 10px;
    height: 9px;
    -webkit-animation: a_page_3_penguin_hand_1 1s .6s linear infinite;
    -webkit-transform-origin: 30% 0;
    transform-origin: 30% 70%
}

.con-wrap4 .human-area .body,.con-wrap4 .human-area .hand1,.con-wrap4 .human-area .hand2,.con-wrap4 .human-area .hand2 .phone,.con-wrap4 .human-area .head,.con-wrap4 .human-area .penguin-hand1,.con-wrap4 .penguin-area .penguin-body,.con-wrap4 .penguin-area .penguin-foot1,.con-wrap4 .penguin-area .penguin-foot2,.con-wrap4 .penguin-area .penguin-hand2,.con-wrap4 .sofa-bg,.con-wrap4 .sofa-hook,.con-wrap4 .tree-area .coin i,.con-wrap4 .tree-area .tree1,.con-wrap4 .tree-area .tree2,.con-wrap4 .tree-area .tree3 {
    position: absolute;
}

.con-wrap4 .sofa-bg {
    background-position: 0 0;
    width: 170px;
    height: 129px;
    left: 50%;
    top: 90%;
    margin-top: -154px;
    margin-left: -69px;
    z-index: 1;
    -webkit-animation: a_page_4_sofa_bg 1.2s .3s linear infinite;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.con-wrap4 .sofa-hook {
    background-position: -87px -129px;
    width: 60px;
    height: 21px;
    left: 50%;
    top: 60%;
    margin-top: -3px;
    margin-left: 30px;
    z-index: 3;
    -webkit-animation: a_page_4_sofa_hook 1.2s .3s linear infinite
}

.con-wrap4 .human-area {
    height: 98px;
    width: 62px;
    position: absolute;
    left: 50%;
    top: 60%;
    margin-left: -31px;
    margin-top: -49px;
    z-index: 2
}

.con-wrap4 .human-area .body {
    background-position: -170px 0;
    width: 62px;
    height: 98px;
    left: 0;
    top: 0;
    z-index: 2
}

.con-wrap4 .human-area .head {
    background-position: -45px -129px;
    width: 42px;
    height: 48px;
    left: 5px;
    top: -48px;
    z-index: 1;
    -webkit-animation: a_page_4_human_head 1.2s .3s linear infinite;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.con-wrap4 .human-area .hand1 {
    background-position: -170px -98px;
    width: 50px;
    height: 28px;
    left: 11px;
    top: 2px;
    z-index: 3;
    -webkit-animation: a_page_4_human_hand_1 1.2s .3s linear infinite;
    -webkit-transform-origin: 0 10%;
    transform-origin: 0 10%
}

.con-wrap4 .human-area .hand2 {
    background-position: -87px -150px;
    width: 30px;
    height: 24px;
    left: 35px;
    top: 1px;
    z-index: 1;
    -webkit-animation: a_page_4_human_hand_2 1.2s .3s linear infinite;
    -webkit-transform-origin: 0 10%;
    transform-origin: 0 10%
}

.con-wrap4 .human-area .penguin-hand1 {
    background-position: -220px -106px;
    width: 10px;
    height: 6px;
    left: 74px;
    top: 19px
}

.con-wrap4 .human-area .hand2 .phone {
    background-position: -177px -129px;
    width: 20px;
    height: 7px;
    left: 22px;
    top: 17px
}

.con-wrap4 .penguin-area {
    height: 45px;
    width: 57px;
    position: absolute;
    left: 50%;
    top: 60%;
    margin-left: 42px;
    margin-top: -50px;
    z-index: 2
}

.con-wrap4 .penguin-area .penguin-body {
    background-position: 0 -129px;
    width: 45px;
    height: 57px;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-animation: a_page_4_penguin_body 1.2s .3s linear infinite;
    -webkit-transform-origin: 60% 100%;
    transform-origin: 60% 100%
}

.con-wrap4 .penguin-area .penguin-hand2 {
    background-position: -220px -106px;
    width: 10px;
    height: 6px;
    left: 0;
    top: 18px;
    z-index: 2;
    -webkit-animation: a_page_4_penguin_hand_1 1.2s .3s linear infinite;
    -webkit-transform-origin: 100% 80%;
    transform-origin: 100% 80%
}

.con-wrap4 .penguin-area .penguin-foot1 {
    background-position: -220px -98px;
    width: 10px;
    height: 8px;
    left: 10px;
    top: 43px;
    z-index: 5;
    -webkit-animation: a_page_4_penguin_foot_2 1.2s .3s linear infinite;
    -webkit-transform-origin: 70% 60%;
    transform-origin: 70% 60%
}

.con-wrap4 .penguin-area .penguin-foot2 {
    background-position: -220px -106px;
    width: 10px;
    height: 6px;
    left: 3px;
    top: 46px;
    z-index: 2;
    -webkit-animation: a_page_4_penguin_foot_1 1.2s .3s linear infinite;
    -webkit-transform-origin: 70% 60%;
    transform-origin: 70% 60%
}

.con-wrap4 .tree-area {
    width: 8px;
    height: 62px;
    position: absolute;
    left: 30px;
    top: -42px
}

.con-wrap4 .tree-area .tree1 {
    background-position: -232px 0;
    width: 8px;
    height: 62px;
    left: 0;
    bottom: 0;
    -webkit-animation: a_page_6_tree_1 .3s .3s linear both
}

.con-wrap4 .tree-area .tree2 {
    background-position: -161px -138px;
    width: 14px;
    height: 8px;
    right: 5px;
    top: -2px
}

.con-wrap4 .tree-area .tree3 {
    background-position: -161px -129px;
    width: 16px;
    height: 9px;
    left: 2px;
    top: -3px
}

.con-wrap4 .coin-area {
    height: 62px;
    width: 8px;
    position: absolute;
    left: 0;
    top: 0
}

.con-wrap4 .tree-area .coin {
    height: 26px;
    width: 26px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}

.con-wrap4 .tree-area .coin i {
    background-position: 0 -186px;
    height: 26px;
    width: 26px;
    left: 0;
    top: 0
}

.con-wrap4 .tree-area .coin1 {
    left: -49px;
    top: -25px;
    -webkit-transform: scale(.55);
    transform: scale(.55)
}

.con-wrap4 .tree-area .coin2 {
    left: -28px;
    top: -22px;
    -webkit-transform: scale(.65);
    transform: scale(.65)
}

.con-wrap4 .tree-area .coin3 {
    left: -18px;
    top: -8px;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    z-index: 1
}

.con-wrap4 .tree-area .coin4 {
    left: 4px;
    top: -35px;
    -webkit-transform: scale(.75);
    transform: scale(.75)
}

.con-wrap4 .tree-area .coin5 {
    left: 25px;
    top: -32px;
    -webkit-transform: scale(.5);
    transform: scale(.5)
}

.con-wrap4 .tree-area .coin6 {
    left: 17px;
    top: -10px;
    -webkit-transform: scale(.75);
    transform: scale(.75);
    z-index: 1
}

.con-wrap4 .tree-area .coin7 {
    left: 1px;
    top: -19px;
    -webkit-transform: scale(.65);
    transform: scale(.65);
    z-index: 2
}

.con-wrap4 .tree-area .coin8 {
    left: -30px;
    top: -10px;
    -webkit-transform: scale(.35);
    transform: scale(.35)
}

.con-wrap4 .tree-area .coin9 {
    left: 15px;
    top: -20px;
    -webkit-transform: scale(.55);
    transform: scale(.55)
}

.con-wrap4 .tree-area .tree1 {
    -webkit-animation: a_page_4_tree_1 .3s .3s linear both
}

.con-wrap4 .tree-area .tree2 {
    -webkit-animation: a_page_4_tree_2 .3s .6s linear both
}

.con-wrap4 .tree-area .tree3 {
    -webkit-animation: a_page_4_tree_3 .3s .6s linear both
}

.con-wrap4 .coin-area .coin1 {
    -webkit-animation: a_page_4_coin_1 1.5s .9s linear infinite;
    animation: a_page_4_coin_1 1.5s .9s linear infinite;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.con-wrap4 .coin-area .coin2 {
    -webkit-animation: a_page_4_coin_2 1.8s 1.1s linear infinite;
    animation: a_page_4_coin_2 1.8s 1.1s linear infinite;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.con-wrap4 .coin-area .coin3 {
    -webkit-animation: a_page_4_coin_3 1.6s .9s linear both;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.con-wrap4 .coin-area .coin4 {
    -webkit-animation: a_page_4_coin_4 1.4s 1.5s linear infinite;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.con-wrap4 .coin-area .coin5 {
    -webkit-animation: a_page_4_coin_5 1.3s 1.1s linear infinite;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.con-wrap4 .coin-area .coin6 {
    -webkit-animation: a_page_4_coin_6 1.2s .9s linear both;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.con-wrap4 .coin-area .coin7 {
    -webkit-animation: a_page_4_coin_7 1.4s .9s linear both;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.con-wrap4 .coin-area .coin8 {
    -webkit-animation: a_page_4_coin_8 1.3s .9s linear both;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.con-wrap4 .coin-area .coin9 {
    -webkit-animation: a_page_4_coin_9 1.2s .9s linear both;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.con-wrap4 .coin-area .coin3 i,.con-wrap4 .coin-area .coin6 i,.con-wrap4 .coin-area .coin7 i,.con-wrap4 .coin-area .coin8 i,.con-wrap4 .coin-area .coin9 i {
    -webkit-animation: a_page_4_coin_3_1 1.2s .3s linear infinite;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.about-section {
    overflow: hidden
}
.about-section2p{
    overflow: visible;
}

.fp-section {
    position: relative;
    box-sizing: border-box
}

.fp-auto-height,.fp-auto-height.fp-section,.fp-auto-height .fp-slide,.fp-auto-height .fp-tableCell {
    height: auto!important
}

#fp-nav {
    position: fixed;
    z-index: 100;
    right: 10px;
    margin-top: -32px;
    top: 40%;
    opacity: 1;
    -webkit-transform: translateZ(0)
}

#fp-nav ul {
    width: 40px;
    height: 265px;
    background-repeat: no-repeat;
    background-position: 50%
}

#fp-nav ul li {
    width: 29px;
    height: 28px;
    padding-bottom: 30px;
    margin-left: 5px
}
#fp-nav ul li:after{
    content: '';
    border-right: 1px solid #E62413;
    margin: 0 0 0 13px;
}
#fp-nav ul li:before{
    content: '';
    border-right: 1px solid #E62413;
    margin: 0 0 0 13px;
}

#fp-nav ul li,#fp-nav ul li a {
    display: block;
    position: relative
}

#fp-nav ul li a {
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    color: #E62413
}

#fp-nav ul li a span {
    position: absolute;
    display: inline-block;
    cursor: pointer;
    width: 18px;
    height: 18px;
    background: #E62413;
    border-radius: 18px;
    top: 4px;
    left: 5px;
    /* background-image: url(https://jrcdn.yonghui.cn/yhjr/yonghui/static/images/sprite-555c65b49d.png);
    background-position: 0 -420px; */
}

#fp-nav ul li a.active span:before {
    content: "";
    position: absolute;
    display: none\9;
    top: -10px;
    left: -9px;
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    -khtml-opacity: .3;
    opacity: .3;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    background: #E62413;
    -webkit-animation: a_dot_grab 1.5s linear infinite;
    animation: a_dot_grab 1.5s linear infinite
}

#fp-nav ul li a.active span {
    background:#E62413;
}

#fp-nav ul li:last-child {
    display: none
}

#fp-nav .fp-tooltip {
    position: absolute;
    top: 10px;
    right: 44px;
    z-index: 1070;
    width: 90px;
    height: 55px;
    line-height: 55px;
    font-size: 13px;
    font-weight: 400;
    color: #E62413;
    text-align: right
}

#fp-nav.onblue .fp-tooltip {
    color:#333;
}

#fp-nav.onblue ul li:after{
    content: '';
    border-right: 1px solid #E62413;
    margin: 0 0 0 13px;
}
#fp-nav.onblue ul li:before{
    content: '';
    border-right: 1px solid #E62413;
    margin: 0 0 0 13px;
}

#fp-nav ul li:hover .fp-tooltip {
    display: block
}

.about-container {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: url(../images/about/intro-about1.png) no-repeat 50% 0;
    color: #fff;
    text-align: center;
    background-size: cover
}

.about-container h1 {
    font-size: 50px;
    margin-bottom: 30px;
    opacity: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    transition: all 1s
}
@media screen and (max-width: 1920px) {
    .about-container h1 {
        font-size: 46px;
    }
}

.about-section.active h1 {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition-delay: .7s
}

.about-container p {
    line-height: 30px;
    font-size: 18px;
    opacity: 0;
    transition: all 1s
}

.about-section.active .section-pp {
    opacity: 1;
    transition-duration: 1s;
    transition-delay: 1.5s
}

.at-section {
    text-align: center
}

.about-section1 {
    background-color: #fff
}

.about-section2,.about-section2 .at-section {
    background-color: #f7f7f7
}

.at-section0 {
    margin-bottom: 60px
}

.at-section h2.title {
    font-size: 26px;
    color: #6C6C6C;
    padding-bottom: 40px;
    padding-top: 40px;
    text-align: center;
    opacity: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    transition: all 1s;
    min-width: 178px;
    display: inline-block;
    position: relative;
}
.at-section h2.title i.fl{
    display: inline-block;
    width: 50px;
    height: 1px;
    background: #6C6C6C;
    position: absolute;
    left: -35px;
    top: 50%;
}
.at-section h2.title.contact{
    padding-top: 80px;
    transition: all 1s;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition-delay: .7s
}
.at-section h2.title i.fr{
    display: inline-block;
    width: 50px;
    height: 1px;
    background: #6C6C6C;
    position: absolute;
    right: -35px;
    top: 50%;
}
.at-section h2.cooper i.fl{
    background: #fff;
}
.at-section h2.cooper i.fr{
    background: #fff;
}
.at-section h2.title.contact i{
}

.at-section3 h2.title {
    color: #fff
}

.about-section.active h2.title {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition-delay: .7s
}

.at-section4 .purpose {
    font-size: 14px;
    font-weight: 400;
    color: #E62413;
    margin-top: 34px
}
.at-section4 .contact2 .purpose{
    text-align: left;
    margin: 0 0 20px 15px;
    font-size: 16px;
}
.at-section4 .contact1 .purpose {
    font-size: 14px;
    color: #E62413;
    margin-top: 0;
    text-align: left;
    text-indent: 15px;
}
.at-section4  .pro  .purpose {
    font-size: 14px;
    color: #E62413;
    margin-top: 34px
}
.at-section4 .purpose-desc {
    font-size: 14px;
    color: #747b88
}
.at-section4 .up .purpose-desc {
    font-size: 12px;
    color: #747b88
}

.at-section4 .contact2 .purpose-desc {
    text-align: left;
    margin-left: 15px;
    line-height: 30px;
}
.at-section4 .contact1 .purpose-desc{
    text-align: left;
    margin-left: 15px;
    font-size: 14px;
}
.at-section4  .pro .purpose-desc {
    font-size: 14px;
    color: #747b88
}
.at-culture,.at-grid {
    text-align: center;
    margin: 0 70px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.at-culture2,.at-grid2 {
    text-align: center;
    margin: 0 70px;
}
.pro{
    /*margin: 0 0 0 21%;*/
}

.at-culture.contact1,.at-culture.contact2{
    width: 1000px;
}
.at-culture.contact2{
    margin-top: 40px;
    padding-left: 8%;
    display: flex;
    flex-direction: column;
}
.at-culture.contact1 li{
    width: 30%;
    display: inline-block;
    float: left;
    margin: 0 5%;
}
.at-culture.contact1 li.at-column1{
    margin-left: 20%;
}
.at-culture.contact2 li{
    /*width: 80%;*/
    margin: 0 10%;
}

.at-culture .at-column,.at-grid .at-column {
    width: 320px;
    margin: 0 14px;
    background-color: #fff;
    display: inline-block
}
.at-culture.contact2 .at-column{
    display: block;
    /*width: 1000px;*/
    height: 198px;
    margin-bottom: 64px;
}
.at-culture.contact2 .at-column2{
    display: block;
    width: 1000px;
    height: 198px;
    margin-bottom: 64px;
}
.at-culture.contact2 .at-column.at-column3{
    margin-bottom: 30px;
    width: 1000px;
    display: flex;
    flex-direction: row;
}
.at-culture.contact2 .at-column.at-column4{
    /*margin-bottom: 30px;*/
    width: 1000px;
    display: flex;
    flex-direction: row;
}
.at-culture.pro .at-column{
    margin: 0 14px;
}

.at-culture .at-column,.at-grid .at-column,.at-hero .at-column {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    transition: all 1s;
    -webkit-transform: translate3d(0,200px,0);
    transform: translate3d(0,200px,0)
}
.at-culture.contact-us .at-column{
    opacity: 1;
}
.about-section.active .at-culture .at-column,.about-section.active .at-grid .at-column,.about-section.active .at-hero .at-column {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition-duration: 1s
}

.about-section.active .at-culture .at-column1,.about-section.active .at-grid .at-column1 {
    transition-delay: .2s
}

.about-section.active .at-culture .at-column2,.about-section.active .at-grid .at-column2 {
    transition-delay: .3s
}

.about-section.active .at-culture .at-column3,.about-section.active .at-grid .at-column3 {
    transition-delay: .4s
}
.about-section.active .at-culture .at-column4,.about-section.active .at-grid .at-column4 {
    transition-delay: .4s
}

.about-section.active .at-hero .at-column4 {
    transition-delay: .5s
}

.about-section.active .at-hero .at-column5 {
    transition-delay: .6s
}

.about-section.active .at-hero .at-column6 {
    transition-delay: .7s
}

.at-culture .at-column .bd,.at-grid .at-column .bd {
    display: table-cell;
    width: 320px;
    height: 108px;
    vertical-align: middle;
    text-align: center;
    *float: left;
    *line-height: 1
}
.at-culture.contact2 .at-column .bd{
    display: inline-block;
    float: left;
    height: 198px;
    width: 300px;
}
.at-culture.contact2 .at-column .right{
    display: inline-block;
    float: left;
    height: 198px;
    width: 700px;
}
.at-culture.contact1 .at-column .bd{
    width: 12%;
    display: inline-block;
    float: left;
    height: 83px;
}
.at-culture.contact1 .at-column .con{
    width: 88%;
    display: inline-block;
    float: left;
    height: 83px;
}
.at-culture.pro .at-column .bd{
    display: table-cell;
    width: 190px;
    height: 190px;
    vertical-align: middle;
    text-align: center;
    *float: left;
    *line-height: 1
}

.at-culture .at-column {
    width: 310px
}
.at-culture.pro .at-column {
    width: 210px
}

.at-culture .at-column .bd {
    width: 310px;
    height: 220px
}

.at-culture .at-column .bd img,.at-grid .at-column .bd img {
    max-width: 100%
}
.at-culture.pro .at-column .bd img{
    width: 190px;
    height: 190px;
}

.at-culture .at-column .ft,.at-grid .at-column .ft {
    font-size: 16px
}

.at-section1 .at-culture,.at-section1 .at-grid {
    padding: 0 40px
}

.at-hero {
    margin: 0;
    text-align: center
}

.at-hero .at-column {
    width: 310px;
    height: 320px;
    display: inline-block;
    margin: 0 20px
}

.at-hero .at-column .bd {
    width: 310px;
    height: 245px
}

.at-hero .at-column .bd img {
    max-width: 100%
}

.at-hero .at-column .ft {
    width: 100%;
    height: 80px;
    background-color: #f2f2f2
}

.at-hero .hreo-description,.at-hero .hreo-name {
    font-size: 18px;
    padding: 0 30px;
    text-align: center
}

.at-hero .hreo-name {
    height: 80px;
    line-height: 80px
}

.at-hero .hreo-description {
    line-height: 25px;
    color: #747b88;
    font-size: 14px
}

.at-milest .at-list {
    width: 375px;
    height: 440px;
    overflow: hidden;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 2px 10px rgba(4,0,0,.15)
}

.at-milest .at-list-honor {
    width: 930px;
    height: 630px;
    box-shadow: none
}

.at-milest .at-list,.at-milest .at-timeline .box {
    opacity: 0;
    transition: all 1.5s;
    webkit-transform: translate3d(250px,0,0);
    transform: translate3d(250px,0,0)
}

.about-section.active .at-milest .at-list,.about-section.active .at-milest .at-timeline .box {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.at-milest .item {
    float: left;
    width: 375px;
    height: 100%;
    background-color: #fff
}

.at-milest .item .bd,.at-milest .item .hd {
    width: 100%;
    height: 216px
}

.at-milest.two .item .hd{
    width: 100%;
    height: 295px
}

.at-milest .item .hd {
    overflow: hidden;
    position: relative
}

.at-milest .item .hd h2 {
    position: absolute;
    top: 40%;
    left: 30px;
    width: 100%;
    text-align: left;
    font-size: 36px;
    font-weight: 400;
    color: #fff
}

.at-milest .item img {
    width: 100%;
    display: block
}

.at-milest .milest-description,.at-milest .milest-title {
    font-size: 18px;
    padding: 0 30px;
    text-align: left
}

.at-milest .milest-title {
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    color:#E62413
}

.at-milest .milest-description {
    line-height: 25px;
    color: #747b88;
    font-size: 14px
}

.at-milest .at-timeline {
    width: 100%;
    height: 50px;
    margin-top: 40px;
    border-top: 1px solid #d6dae4
}

.at-section2p .at-milest .at-timeline {
    display: none
}

.at-milest .at-timeline .box {
    width: 1000px;
    height: 70px;
    margin-top: -28px;
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden
}

.at-milest .at-timeline ul {
    margin-left: 427px
}

.at-milest .at-timeline li {
    float: left;
    width: 140px;
    height: 35px;
    position: relative;
    cursor: pointer
}

.at-milest .at-timeline li a {
    position: absolute;
    width: 140px;
    left: 50%;
    margin-left: -70px;
    height: 40px
}

.at-milest .at-timeline .dot-area .dot {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 50%;
    margin-left: -8px;
    height: 16px;
    width: 16px;
    background-color: #d4d4d4;
    border-radius: 16px
}

.at-milest .at-timeline .dot-area .tips {
    color: #747b88;
    font-size: 14px;
    margin-top: 45px
}

.at-milest .at-timeline li.active .dot-area .dot:before {
    content: "";
    position: absolute;
    display: none\9;
    top: -11px;
    left: -11px;
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    background: #b8d7f0;
    -webkit-animation: a_dot_grab 1.5s linear infinite;
    animation: a_dot_grab 1.5s linear infinite
}

.at-milest .at-timeline li.active .dot {
    background-color: #E62413
}

.at-milest .at-timeline li.active .tips {
    color: #E62413
}

.at-milest .at-arrow {
    position: absolute;
    width: 100%;
    left: 0;
    top: 254px;
    height: 250px
}

.at-milest .at-arrow a {
    position: absolute;
    top: 0;
    width: 110px;
    height: 250px;
    cursor: default
}

.at-milest .at-arrow a i {
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: .2;
    margin-left: -28px;
    margin-top: -54px;
    text-indent: -9999px
}

.at-milest .at-arrow a.active {
    cursor: pointer;
    -webkit-animation: a_arrow_right 2s linear infinite;
    animation: a_arrow_right 3s linear infinite
}

.at-milest .at-arrow a.arrow-left {
    left: 200px
}

.at-milest .at-arrow a.arrow-right {
    right: 200px
}

@media (max-width:1440px) {
    .at-section2p .at-milest .at-arrow a.arrow-left {
        left: 120px
    }

    .at-section2p .at-milest .at-arrow a.arrow-right {
        right: 120px
    }
}

.at-milest .at-arrow a.active i {
    right: 0;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: 1
}

.at-section3 {
    padding: 0
}

.at-section3 .title {
    padding: 80px 0 70px;
    color: #fff;
    margin-bottom: 0
}

.at-coopertion {
    position: relative;
    width: 630px;
    height: 630px;
    margin-left: auto;
    margin-right: auto;
    background: url(../images/about/cooper_logo_bg.png) no-repeat;
    background-position: 50%
}

.at-coopertion .round {
    position: absolute;
    overflow: hidden;
    border-radius: 60%
}

.at-section3 .link-all {
    position: absolute;
    right: 280px;
    bottom: 40px;
    font-size: 18px;
    color: #fff
}

.at-section3 .link-all span {
    filter: alpha(opacity=20);
    -moz-opacity: .2;
    -khtml-opacity: .2;
    opacity: .2
}

.about-section5 {
    background-color: #003f9a;
    background-image: url(../images/about/bg-5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.at-section3 {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled="true",startColorstr="#00FFFFFF",endColorstr="#00FFFFFF")
}

:root .at-section3 {
    filter: none;
    background-color: hsla(0,0%,100%,0)
}

.a-delay-1,.a-delay-1-sequence-1 {
    transition-delay: .5s
}

.a-delay-1-sequence-2 {
    transition-delay: .6s
}

.a-delay-1-sequence-3 {
    transition-delay: .7s
}

.a-delay-1-sequence-4 {
    transition-delay: .8s
}

.a-delay-1-sequence-5 {
    transition-delay: .9s
}

.a-delay-1-sequence-6 {
    transition-delay: 1s
}

.a-delay-1-sequence-7 {
    transition-delay: 1.1s
}

.a-delay-1-sequence-8 {
    transition-delay: 1.2s
}

.a-delay-1-sequence-9 {
    transition-delay: 1.3s
}

.a-delay-1-sequence-10 {
    transition-delay: 1.4s
}

.a-delay-1-sequence-11 {
    transition-delay: 1.5s
}

.a-delay-1-sequence-12 {
    transition-delay: 1.6s
}

.a-delay-1-sequence-13 {
    transition-delay: 1.7s
}

.a-delay-1-sequence-14 {
    transition-delay: 1.8s
}

.a-delay-1-sequence-15 {
    transition-delay: 1.9s
}

.a-delay-1-sequence-16 {
    transition-delay: 2s
}

.a-delay-1-sequence-17 {
    transition-delay: 2.1s
}

.at-coopertion .round img {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%
}

.at-coopertion .round img:first-child {
    display: block
}

.at-coopertion .rd1 {
    left: 50%;
    top: 50%;
    left: 240px;
    top: 253px
}

.at-coopertion .rd2 {
    right: 0;
    top: 50%;
    margin-top: -75px
}

.at-coopertion .rd3 {
    left: 0;
    top: 50%;
    margin-top: -75px
}

.at-coopertion .rd4 {
    left: 50%;
    top: 13px;
    margin-left: -52px
}

.at-coopertion .rd5 {
    left: 102px;
    top: 96px
}

.at-coopertion .rd6 {
    right: 96px;
    top: 79px
}

.at-coopertion .rd7 {
    bottom: 12px;
    left: 50%;
    margin-left: -50px
}

.at-coopertion .rd8 {
    bottom: 114px;
    left: 90px
}

.at-coopertion .rd9 {
    bottom: 75px;
    right: 126px
}

.at-coopertion .rd10 {
    bottom: 142px;
    left: 218px
}

.at-coopertion .rd11 {
    bottom: 207px;
    right: 150px
}

.at-coopertion .rd12 {
    top: 213px;
    left: 148px
}

.at-coopertion .rd13 {
    top: 130px;
    left: 232px
}

.at-coopertion .rd14 {
    top: 229px;
    right: 169px
}

.at-coopertion .rd15 {
    top: 153px;
    right: 234px
}

.at-coopertion .rd16 {
    top: 347px;
    left: 177px
}

.at-coopertion .rd17 {
    top: 77px;
    right: 210px
}

.at-coopertion .rd18 {
    top: 412px;
    right: 89px;
    -moz-opacity: .9;
    -khtml-opacity: .9;
    opacity: .9
}

.at-coopertion .rd19 {
    bottom: 57px;
    left: 200px;
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: .6
}

.at-coopertion .rd20 {
    top: 192px;
    left: 70px;
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7
}

.at-coopertion .rd21 {
    top: 278px;
    left: 172px
}

.at-coopertion .rd21,.at-coopertion .rd22 {
    -moz-opacity: .45;
    -khtml-opacity: .45;
    opacity: .45
}

.at-coopertion .rd22 {
    top: 235px;
    left: 214px
}

.at-coopertion .rd23 {
    top: 66px;
    left: 204px;
    -moz-opacity: .4;
    -khtml-opacity: .4;
    opacity: .4
}

.at-coopertion .rd24 {
    top: 180px;
    right: 78px
}

.at-coopertion .rd25 {
    bottom: 198px;
    right: 44px
}

.at-coopertion .rd26 {
    bottom: 142px;
    right: 263px;
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7
}

.at-coopertion .rd27 {
    bottom: 226px;
    left: 120px;
    -moz-opacity: .3;
    -khtml-opacity: .3;
    opacity: .3
}

.at-coopertion .rd28 {
    top: 210px;
    right: 117px
}

.at-coopertion .round_play {
    -webkit-animation: a_round 1s ease-out 0s both;
    animation: a_round 1s ease-out 0s both
}

@-webkit-keyframes a_round {
    0% {
        -webkit-transform: scale(1);
        opacity: 1
    }

    40% {
        -webkit-transform: scale(1.1);
        opacity: .8
    }

    to {
        -webkit-transform: scale(1);
        opacity: 1
    }
}

@keyframes a_round {
    0% {
        transform: scale(1);
        opacity: 1
    }

    40% {
        transform: scale(1.1);
        opacity: .8
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

.at-coopertion .rd17 {
    -webkit-animation: a_round_toggle 3s linear 1s infinite
}

.at-coopertion .rd18 {
    -webkit-animation: a_round_toggle 4s linear .7s infinite
}

.at-coopertion .rd19 {
    -webkit-animation: a_round_toggle 3s linear .5s infinite
}

.at-coopertion .rd20 {
    -webkit-animation: a_round_toggle 4s linear 1.3s infinite
}

.at-coopertion .rd21 {
    -webkit-animation: a_round_toggle 3s linear 1.3s infinite
}

.at-coopertion .rd22 {
    -webkit-animation: a_round_toggle 3s linear 2s infinite
}

.at-coopertion .rd23 {
    -webkit-animation: a_round_toggle 3s linear 1.8s infinite
}

.at-coopertion .rd24 {
    -webkit-animation: a_round_toggle 3s linear 2s infinite
}

.at-coopertion .rd25 {
    -webkit-animation: a_round_toggle 3s linear .2s infinite
}

.at-coopertion .rd26 {
    -webkit-animation: a_round_toggle 3s linear .3s infinite
}

.at-coopertion .rd27 {
    -webkit-animation: a_round_toggle 4s linear 2s infinite
}

.at-coopertion .rd28 {
    -webkit-animation: a_round_toggle 3s linear 1s infinite
}

.at-dialog {
    display: none;
    position: fixed;
    z-index: 100;
    top: 50px;
    left: 50%;
    width: 1065px;
    margin-left: -532px;
    border-radius: 4px;
    background-color: #f4f4f4
}

.at-dialog .inner {
    padding: 20px 150px
}

.at-dialog .title {
    font-size: 30px;
    height: 88px;
    line-height: 88px;
    margin-top: 20px;
    text-align: center;
    color: #445c95
}

.at-dialog .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    cursor: pointer
}

.at-dialog .close:hover {
    -webkit-animation: anim-rotate .5s linear 1
}

.at-dialog .close i {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    margin-top: -7px
}

.at-dialog .content {
    width: 79%;
    margin-left: auto;
    margin-right: auto
}

.at-dialog .content .list {
    height: 300px;
    overflow: auto
}

.at-dialog .content .item {
    vertical-align: middle;
    float: left;
    width: 121px;
    height: 60px;
    margin-right: -1px;
    margin-bottom: -1px;
    border: 1px solid #e4e4e4;
    background-color: #fff
}

.at-dialog .content .item .cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center
}

.at-dialog .content .item .cell img {
    width: 100%;
    height: auto
}

.at-dialog .ft {
    font-size: 20px;
    color: #999899;
    padding: 30px 0;
    text-align: center
}

@media screen and (min-width:1920px) {
    .at-dialog {
        width: 1893px;
        top: 100px;
        left: 50%;
        margin-left: -946px
    }
}

@media screen and (min-width:1680px) and (max-width:1920px) {
    .at-dialog {
        width: 1420px;
        top: 70px;
        left: 50%;
        margin-left: -710px
    }
}

@media screen and (min-width:1366px) and (max-width:1680px) {
    .at-dialog {
        width: 1065px;
        top: 50px;
        left: 50%;
        margin-left: -532px
    }
}

@media screen and (max-width:1366px) {
    .at-dialog {
        width: 887px;
        top: 30px;
        left: 50%;
        margin-left: -444px
    }
}

.mod-list-honor .pos-center {
    font-size: 1.2em;
    width: 80%
}

.wcd-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    height: 100%;
    background-size: cover;
    text-align: center
}

.wcd-container .wcd-mob {
    position: absolute;
    left: 0;
    top: 0
}

.wcd-container .num4 {
    position: absolute;
    color: #ff5a37;
    top: 14%;
    left: 33%;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px
}

.wyd-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    height: 100%;
    background-size: cover;
    text-align: center
}

.wyd-mob {
    position: absolute;
    left: 7%;
    top: 11%;
    height: 74.5%;
    width: 87%;
    z-index: 2
}

.wyd-explain {
    color: #747b88;
    font-size: 20px;
    font-weight: 200;
    line-height: 36px;
    width: 672px;
    margin: 0 auto
}

.ft-wyd {
    padding-bottom: 42px!important
}

.ft-wyd .con-wrap {
    height: 160px;
    padding-top: 20px
}

.wyd-icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 100px
}

.wyd-icon.a {
}

.wyd-icon.b {
}

.wyd-icon.c {
}

.wyd-icon.d {
}

.wyd-feature {
    color: #295ea8;
    font-size: 18px;
    font-weight: 200;
    line-height: 2;
    text-align: center
}

.wyd-now {
    color: #fe7639;
    font-size: 22px;
    font-weight: 200;
    line-height: 40px;
    margin: 80px auto 20px
}

.wyd-now:before {
    content: "*";
    font-family: monospace;
    margin-right: .5em
}

.wld-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    text-align: center
}

.btn.wld-viewmore {
    font-size: 20px;
    line-height: 1;
    margin-top: 70px;
    padding: 14px 59px
}

.wld-section.mod-recommend .hd,.wld-section.mod-recommend .title-wrap .txt {
    color: #E62413
}

.wld-arrow {
    width: 100%;
    left: 0;
    top: 254px
}

.wld-arrow,.wld-arrow a {
    position: absolute;
    height: 110px
}

.wld-arrow a {
    top: 0;
    width: 228px;
    cursor: default
}

.wld-arrow .arrow-left {
    left: 0
}

.wld-arrow .arrow-right {
    right: 0
}

.wld-arrow a i {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -28px;
    margin-top: -54px;
    text-indent: -9999px;
    cursor: pointer
}

.wld-container .Jslider li,.wld-container .Jslider ul {
    position: relative;
    float: left
}

.wld-container .Jslider li {
    width: 1200px
}

.wld-container.mod-fullcontainer .boxed {
    position: relative;
    overflow: hidden
}

.evt-slide-bd {
    width: 99999em
}

.wld-container .Jslider {
    position: relative
}

.wld-container .Jslider li .text {
    text-align: left
}

.wld-container .wld-qq-detail {
    position: absolute;
    left: 26%;
    top: 11%;
    height: 524px;
    width: 290px
}

.wld-container .wld-qq-detail .wld-wx {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0;
    top: 0
}

.wld-qq-dot {
    position: absolute;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 12;
    left: 85%;
    top: 15%;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 0 14px 2px rgba(0,0,0,.3)
}

.wld-container .wld-qq-detailmask {
    position: absolute;
    z-index: 11;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled="true",startColorstr="#7F000000",endColorstr="#7F000000");
    opacity: 0
}

:root .wld-container .wld-qq-detailmask {
    filter: none;
    background-color: rgba(0,0,0,.5)
}

.wld-qq-toast {
    z-index: 13;
    margin-left: -42%;
    margin-top: -23%;
    width: 83%;
    height: 29%
}

.wld-qq-glass,.wld-qq-toast {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0
}

.wld-qq-glass {
    z-index: 14;
    margin-left: -68%;
    margin-top: -37%;
    width: 94%;
    height: 52%
}

.wld-qq-dot {
    -webkit-animation: translateInOut 5s linear infinite;
    animation: translateInOut 5s linear infinite
}

.wld-qq-detailmask {
    -webkit-animation: fadeInMask 5s linear infinite;
    animation: fadeInMask 5s linear infinite
}

.wld-qq-toast {
    -webkit-animation: zoomInDown 5s linear infinite;
    animation: zoomInDown 5s linear infinite;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.wld-qq-glass {
    -webkit-animation: zoomIn 5s linear infinite;
    animation: zoomIn 5s linear infinite
}

.transfer-container .section-p,.transfer-container .title {
    transition: all .5s
}

.transfer-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    height: 100%;
    background-size: cover;
    text-align: center;
    color: #fff
}

.transfer-container h2.title {
    font-size: 60px
}

.transfer-container .section-p {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 50px
}

.transfer-container .section-p span {
    display: inline-block;
    margin: 0 20px
}

.load-banner {
    width: 100%;
    height: 760px;
    background-size: cover;
    overflow: hidden;
    top: 0;
    left: 0;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    will-change: transform;
    -webkit-animation: 3s scaleIn cubic-bezier(.215,.61,.355,1) 1;
    animation: 3s scaleIn cubic-bezier(.215,.61,.355,1) 1
}

.load-banner-text {
    color: #fff;
    text-align: center
}

.load-banner-text .title {
    font-size: 0;
    *word-spacing: -1px
}

.load-banner-text .title span {
    font-size: 60px;
    letter-spacing: normal;
    word-spacing: normal
}

.load-banner-text .info {
    font-size: 0
}

.load-banner-text .info span {
    font-size: 30px;
    letter-spacing: normal;
    word-spacing: normal
}

.load-container {
    position: relative;
    z-index: 2;
    background-color: #fff
}

.load-container .inner {
    padding: 0 90px
}

.load-container .row {
    float: left;
    width: 380px;
    height: 674px;
    border-radius: 5px 5px 0 0
}

.load-container .row a {
    display: block
}

.load-container .row a:hover {
    -o-box-shadow: 0 8px 50px rgba(0,0,0,.2);
    box-shadow: 0 8px 50px rgba(0,0,0,.2);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    transition: box-shadow .2s ease,z-index 0s ease 0s,-webkit-transform .2s ease;
    transition: box-shadow .2s ease,transform .2s ease,z-index 0s ease 0s;
    transition: box-shadow .2s ease,transform .2s ease,z-index 0s ease 0s,-webkit-transform .2s ease
}

.load-container .row1 {
    background-color: #E62413
}

.load-container .hd {
    height: 152px;
    margin-top: -214px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 80px 0 0 40px;
    color: #fff
}

.load-container .app,.load-container .wld {
    margin-right: 30px
}

.load-container .app .hd {
}

.load-container .wld .hd {
}

.load-container .wcd .hd {
}

.load-container .hd .title {
    font-size: 36px
}

.load-container .hd .info {
    font-size: 18px;
    margin-top: 5px
}

.load-container .content {
    position: relative;
    height: 460px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #ededed;
    background-color: #fff;
    box-shadow: 1px 2px 10px rgba(0,0,0,.1)
}

.load-container .content .bd .items {
    padding: 20px 30px 0
}

.load-container .content .bd li {
    margin-bottom: 15px
}

.load-container .content .bd .title {
    color: #445c95;
    font-size: 20px
}

.load-container .content .bd .section-p {
    color: #888f9b;
    font-size: 16px;
    margin-top: 5px;
    line-height: 30px
}

.load-container .content .ft {
    position: absolute;
    bottom: 35px;
    left: 30px
}

@media (max-height:800px) {
    .load-banner {
        height: 500px
    }

    .load-banner-text .title {
        font-size: 40px
    }

    .load-banner-text .info {
        font-size: 20px
    }

    .load-container .hd {
        margin-top: -130px
    }
}

.bd-lang>.xtn {
    display: inline-block;
    margin-top: -15px;
    border: 1px solid #E62413;
    color: #E62413;
    border-radius: 4px;
    width: 90px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}

@-webkit-keyframes bg-size-x {
    0% {
        background-size: 100% 100%
    }

    to {
        background-size: 0 100%
    }
}

@keyframes bg-size-x {
    0% {
        background-size: 100% 100%
    }

    to {
        background-size: 0 100%
    }
}

.v-en .css-hidden {
    pointer-events: none;
    visibility: hidden!important
}

.v-en .upc {
    vertical-align: super;
    font-size: 60%
}

.v-en .index-container .lpart>.section {
    font-size: 35px
}

.v-en .step-text {
    max-width: 100%!important
}

.v-en .step-text .title {
    max-width: 500px
}

.v-en .wx-popin {
    line-height: 1.2;
    padding-top: 5px
}

.v-en .wyd-now:before {
    display: none
}

.v-en .fade-text {
    display: inline-block
}

@supports (mix-blend-mode:screen) {
    .v-en .fade-text {
        mix-blend-mode: screen;
        position: relative
    }

    .v-en .fade-text:after {
        -webkit-animation: bg-size-x 2s ease-out 1.5s forwards;
        animation: bg-size-x 2s ease-out 1.5s forwards;
        background: linear-gradient(90deg,transparent,#000 0) no-repeat 100%/100% 100%;
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        pointer-events: none
    }
}

.v-en .pp-title {
    font-size: 45px
}

.v-en .pp-sub {
    font-size: 30px
}

.v-en .pp-sub>.fade-text:after {
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s
}

.v-en .load-container .hd {
    height: 180px;
    padding: 28px 0 0 40px
}

.v-en .mw-explain {
    max-width: 800px;
    margin: 0 auto
}

.v-en .we-back {
    color: #E62413;
    font-size: 18px;
    font-weight: 700
}

.v-en .section-intro {
    line-height: 1.6;
    margin-top: 40px
}

.v-en .fp-tooltip {
    width: auto!important;
    white-space: nowrap
}

.v-en .hero-name {
    font-size: 20px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    white-space: nowrap
}

.v-en .hero-name>.sm {
    font-size: 15px
}

#prod-query {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#prod-query .container {
    color: #888f9c;
    padding: 48px 0 30px;
    position: relative
}

.pqry-search {
    margin: 0 auto 30px;
    width: 620px;
    position: relative
}

.pqry-search>.icon-search {
    height: 20px;
    width: 20px;
    display: block;
    position: absolute;
    right: 30px;
    top: 14px;
    z-index: 1
}

.pqry-search .search {
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #888f9b;
    border-radius: 124px;
    box-sizing: border-box;
    font-size: 16px;
    height: 48px;
    width: 100%;
    padding: 13px 60px 13px 20px
}

.pqry-search .search::-webkit-input-placeholder {
    color: #c3c4c5
}

.pqry-datalist {
    background-color: #fff;
    box-shadow: 0 4px 7px 0 hsla(0,0%,76%,.5);
    border-radius: 4px;
    padding: 3px 0 7px;
    position: absolute;
    left: 50%;
    top: 58px;
    width: 620px;
    margin-left: -310px;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    transition: .3s ease
}

.pqry-datalist.open {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.pqry-datalist .sl-tip {
    color: #747b89;
    overflow: hidden;
    padding: 3px 33px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.pqry-datalist .sl-tip.active,.pqry-datalist .sl-tip:hover {
    background-color: #eaeaea;
    cursor: pointer
}

.pqry-types {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    padding-left: 316px
}

.pqry-types>.a {
    color: #8d939f;
    width: 132px
}

.pqry-types>.bbox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 520px
}

.pqry-types>.bbox,.pqry-types>.bbox>.b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pqry-types>.bbox>.b {
    width: 130px
}

.pqry-types>.bbox>.b:nth-child(n+5) {
    margin: 20px 0 4px
}

.pqry-types .radio {
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    border: 1px solid #888f9c;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    margin: 0 4px 0 0
}

.pqry-types .radio:checked {
    border: none;
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%226%22%20cy%3D%226%22%20r%3D%224%22%20fill-rule%3D%22nonzero%22%20stroke%3D%22%231B50A2%22%20stroke-width%3D%224%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E") 50%/contain no-repeat
}

.pqry-table {
    border: none;
    border-collapse: collapse;
    margin: 40px 0 20px;
    width: 100%
}

.pqry-table thead {
    background: #f7f7f7
}

.pqry-table tbody>tr:nth-child(2n) {
    background: #fafafa
}

.pqry-table tbody>tr:hover {
    background: #eaeaea
}

.pqry-table th {
    color: #8d939f;
    height: 60px
}

.pqry-table td,.pqry-table th {
    font-size: 13px;
    text-align: center
}

.pqry-table td {
    line-height: 20px;
    padding: 24px 15px;
    white-space: pre-line
}

.pqry-table td .gray {
    color: #c9cfdb
}

.pqry-table .icon-info {
    display: inline-block;
    vertical-align: -2px;
    height: 14px;
    width: 14px;
    margin-left: 2px;
    position: relative
}

.pqry-table .icon-info:before {
    content: "具体收费详见产品页面";
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 8px #c8c2c2;
    color: #888f9c;
    display: none;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 152px;
    position: absolute;
    top: -38px;
    left: -79px
}

.pqry-table .icon-info:after {
    content: "";
    display: none;
    border-top: 4px solid #fff;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: none;
    position: absolute;
    top: -8px;
    left: 3px
}

.pqry-table .icon-info:hover:after,.pqry-table .icon-info:hover:before {
    display: block
}

@-webkit-keyframes loading-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes loading-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.pqry-status {
    background: #fdfdfd;
    box-sizing: border-box;
    display: none;
    height: 100px;
    padding-top: 40px;
    text-align: center
}

.pqry-status.empty {
    height: 190px
}

.pqry-status>.icn {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.pqry-status>.empty {
    height: 68px;
    margin-bottom: 20px
}

.pqry-status>.loading,.pqry-status>.refresh {
    display: inline-block;
    margin-right: 2px;
    vertical-align: middle
}

.pqry-status>.loading {
    -webkit-animation: loading-spin .5s linear infinite;
    animation: loading-spin .5s linear infinite;
    height: 14px;
    width: 14px
}

.pqry-status>.refresh {
    height: 12px;
    width: 12px
}

.pqry-status .reload {
    color: #E62413
}

.pqry-date {
    font-size: 14px;
    padding-left: 20px
}

.pqry-paging {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px
}

.pqry-paging>.page {
    height: 37px;
    line-height: 37px;
    border: 1px solid #e6e7eb;
    color: #5c5c5c;
    cursor: pointer;
    display: block;
    width: 40px;
    text-align: center
}

.pqry-paging>.page:hover {
    background: #f1f1f1
}

#pqry-pager {
    background: transparent;
    margin: 0 20px
}

#pqry-pager>li {
    height: 37px;
    line-height: 37px;
    border: 1px solid #e6e7eb;
    font-size: 18px;
    min-width: 40px
}

#pqry-pager>li:first-child,#pqry-pager>li:last-child {
    font-size: 12px
}

#pqry-jumper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
    position: relative
}

#pqry-jumper>.pagenum {
    height: 37px;
    line-height: 37px;
    border: 1px solid #e6e7eb;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border-radius: 0;
    font-size: 18px;
    margin: 0 10px 0 2px;
    padding-left: 10px;
    width: 60px
}

#pqry-jumper>.icn {
    display: block;
    border-top: 6px solid #5c5c5c;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: none;
    pointer-events: none;
    position: absolute;
    top: 17px;
    left: 142px
}

.pqry-questions {
    margin-top: 80px;
    padding-left: 40px
}

.pqry-questions>.t {
    color: #4a5ea8;
    font-size: 16px;
    line-height: 22px
}

.pqry-questions>.list {
    margin-top: 19px
}

.pqry-questions .qa {
    margin-bottom: 10px
}

.pqry-questions .question {
    color: #747b89;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    width: 380px
}

.pqry-questions .question:after {
    content: "";
    height: 6px;
    width: 10px;
    position: absolute;
    top: 7px;
    right: 0;
    background: url(data:image/png;
    base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAABGdBTUEAALGPC/xhBQAAAIdJREFUCB1jrKurW8DExDSnoaHhCAMWABR3+vv3byQTUI7l379/22tra23R1QENcQYq2gISBxrGlPD///9tjIyM25AVgxQBxTcDxdcwMzOnM4JUA41nAepcChT0Akp6AWk2mCKQQUD5f2CFWBQzg0yCKQLJwxXCFAPd2wVk/wIqqgKZBBIHAQDcckb+hVoDswAAAABJRU5ErkJggg==) 50%/contain no-repeat
}

.pqry-questions .question.active:after {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.pqry-questions .question.active+.answer {
    height: auto;
    padding: 6px 0 18px
}

.pqry-questions .answer {
    font-size: 13px;
    height: 0;
    line-height: 18px;
    max-width: 542px;
    overflow: hidden;
    text-align: justify
}
.pro li{
    display: inline-block;
    float: left;
}
.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden
}
.footer-bottom {
    min-width: 750pt;
    background: #3B5069;
    color: #fff;
    padding: 30px 0 56px;
    position: relative;
    bottom: 0;
    z-index: 3
}

.footer-bottom .ft-text {
    width: 750pt;
    margin: 0 auto
}

.footer-bottom .ft-text ul {
    color: #e6f5fd;
    float: left;
    font-family: 微软雅黑;
    font-weight: 300
}


.footer-bottom .ft-text ul li {
    float: left;
    clear: both;
    display: block;
    margin: 5px 0
}

.footer-bottom .ft-text ul li.h {
    font-size: 18px;
    margin-bottom: 10px
}

.footer-bottom .ft-text ul li span {
    cursor: pointer
}

.footer-bottom .ft-text .icon-box {
    margin: 10px 0 0;
    font-size: 9pt
}

.footer-bottom .ft-text .icon-box .box img {
    width: 90pt;
    height: 90pt;
}

.footer-bottom .ft-text .icon-box p {
    color: #e6f5fd;
    margin-top: 6px
}

.footer-bottom .ft-text .icon-box .ft-icon {
    width: 39px;
    height: 39px;
    display: inline-block;
    margin-right: 40px;
    position: relative;
    cursor: pointer
}

.footer-bottom .ft-text .tel {
    font-size: 30px;
    margin-top: 10px
}

.footer-bottom .ft-text .icon-box p i.line {
    width: 4px;
    height: 1px;
    border-bottom: 1px solid #e6f5fd;
    vertical-align: middle;
    position: relative;
    top: 8px
}

.footer-bottom .ft-text ul li a {
    color: #e6f5fd;
    font-size: 14px
}

.footer-bottom .ft-text ul.list1 li {
    width: auto
}

.footer-bottom .ft-text ul.list2 {
    padding-left: 50px
}

.footer-bottom .ft-text ul li {
    text-align: center;
    width: 5pc
}
.footer-bottom .ft-text ul.list2 li {
    text-align: center;
    width: 6pc
}

.footer-bottom .ft-line {
    width: 1px;
    height: 75pt;
    border-left: 1px solid #fff;
    margin: 10px 10% 0 10%;
    float: left
}

.footer-bottom .ft-line.l2 {
    margin: 0 60px
}

.footer-bottom .ft-icon .box {
    position: absolute;
    background: #fff;
    top: -62px;
    right: -185px;
    display: none;
    padding: 10px 10px 8px;
    animation: .3s ease 0s normal none 1 running ftapp;
    transform-origin: left bottom 0;
    box-shadow: 0 0 15px rgba(0,0,0,.2);
    cursor: default
}

.footer-bottom .ft-icon .box img {
    width: 148px;
    height: 148px;
    display: inline-block
}

.footer-bottom .ft-icon .box p {
    display: block;
    font-size: 14px;
    color: #999
}

.footer-bottom .ft-icon.on .box {
    display: block
}

.footer-bottom .ft-icon .box i {
    width: 25px;
    height: 35px;
    position: absolute;
    display: block;
    background: url(../images/sprite.png) no-repeat 10px 10px;
    top: 62px;
    left: -18px
}
.ft-t.bt {
    bottom: 25px;
    left: 4%;
    position: absolute;
    z-index: 9;
    font-size: 14px;
    color: #fff;
    font-family: Microsoft YaHei;
    font-weight: 300;
    letter-spacing: 2px;
    opacity: .8
}

.ft-bt {
    border-top: 1px solid #fff;
    padding-top: 9pt;
    margin-top: 23px;
    opacity: 1;
}

.footer-bottom .ft-text ul.copyright {
    float: right;
    color: #fff;
    font-size: 9pt;
    line-height: 9pt
}
.footer-bottom .ft-text ul.copyright .text{
    line-height: 30px;
}
.footer-bottom .ft-text .ft-bt ul li:first-child {
    border-left: none
}
.footer-bottom .ft-text .ft-bt ul li {
    float: left;
    padding: 0 15px;
    clear: inherit;
    display: inline;
    width: 100%
}
.footer-bottom .ft-text .ft-bt ul li.last {
    padding-right: 0
}
.aLeft.slide {
    animation-name: slideLeft;
    -webkit-animation-name: slideLeft
}
@keyframes slideLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20%,0,0);
        transform: translate3d(-20%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes slideLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20%,0,0);
        transform: translate3d(-20%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
h1.first{
    width: 584px;
    margin: 70px auto;
    font-size: 34px;
}