.bread {
    margin-top: 27px;
    font-size: 14px;
    color: #707070;
}

.bread a {
    color: #707070;
}

#body {
    width: 100%;
}

.detail .main {
    padding: 60px 0 90px;
}

.detail .main .ll {
    float: left;
    width: 798px;
}

.detail .main .ll h1 {
    text-align: center;
    font-size: 24px;
    color: #474747;
    line-height: 1.2;
}

.detail .main .ll h3 {
    text-align: center;
    font-size: 20px;
    color: #474747;
    line-height: 1.2;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 15px;
}

.detail .main .ll .p {
    margin-top: 25px;
    font-size: 14px;
    color: #707070;
    line-height: 1.5;
}

.detail .main .ll .share {
    margin-top: 20px;
    font-size: 16px;
}

.detail .main .ll .share span {
    float: left;
    display: block;
    line-height: 22px;
    color: #474747;
}

.detail .main .ll .share .wx {
    display: block;
    background: url(../image/weixin.png) left center no-repeat;
    width: 25px;
    height: 22px;
    float: left;
}

.detail .main .ll .share .qzone {
    display: block;
    background: url(../image/qzone.png) left center no-repeat;
    width: 22px;
    height: 22px;
    float: left;
    margin-left: 14px;
}

.detail .main .ll .share .sina {
    display: block;
    background: url(../image/sina.png) left center no-repeat;
    width: 23px;
    height: 22px;
    float: left;
    margin-left: 14px;
}

.detail .main .ll .share .qq {
    display: block;
    background: url(../image/qq.png) left center no-repeat;
    width: 20px;
    height: 22px;
    float: left;
    margin-left: 14px;
}

.detail .main .ll .share .more {
    display: block;
    background: url(../image/more2.png) left center no-repeat;
    width: 18px;
    height: 22px;
    float: left;
    margin-left: 14px;
}

.detail .main .ll .share .wx:hover {
    background: url(../image/weixin.png) right center no-repeat;
}

.detail .main .ll .share .qzone:hover {
    background: url(../image/qzone.png) right center no-repeat;
}

.detail .main .ll .share .sina:hover {
    background: url(../image/sina.png) right center no-repeat;
}

.detail .main .ll .share .qq:hover {
    background: url(../image/qq.png) right center no-repeat;
}

.detail .main .rr {
    float: right;
    width: 350px;
}

.detail .main .rr .box1 {
    background: #eab145;
    border-radius: 5px;
    padding: 33px 29px 30px;
    position: relative;
}

.detail .main .rr .box1 .top {
    height: 25px;
    overflow: hidden;
}

.detail .main .rr .box1 .top h3 {
    float: left;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
}

.detail .main .rr .box1 .top h4 {
    float: left;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    /*text-transform:uppercase;*/
    margin-left: 9px;
    line-height: 38px;
}

.detail .main .rr .box1 .top .more {
    display: block;
    background: url(../image/plus.png) center center no-repeat;
    width: 20px;
    height: 20px;
    float: right;
    margin: 3px;
}

.detail .main .rr .box1 .inner {
    margin-top: 13px;
}

.detail .main .rr .box1 .inner a {
    display: block;
    line-height: 28px;
    color: #fff;
    height: 28px;
}

.detail .main .rr .box1 .inner a .s1 {
    float: left;
    display: block;
    width: 215px;
}

.detail .main .rr .box1 .inner a .s2 {
    float: right;
    font-family: Arial, Helvetica, sans-serif;
}

.detail .main .rr .box1 .bird {
    position: absolute;
    left: 5px;
    top: -63px;
}

.detail .main .rr .box2 {
    background: #eab145;
    border-radius: 5px;
    padding: 0 29px;
    position: relative;
    margin-top: 30px;
    height: 295px;
}

.detail .main .rr .box2 .title {
    padding-top: 32px;
}

.detail .main .rr .box2 .title h3 {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.2;
}

.detail .main .rr .box2 .title h4 {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    /*text-transform:uppercase;*/
    line-height: 1.2;
    margin-top: 3px;
}

.detail .main .rr .box2 .er {
    margin-top: 26px;
}

.detail .main .rr .box2 .text {
    position: absolute;
    top: 108px;
    right: 29px;
}

.detail .main .rr .box2 .text h3 {
    color: #fff;
    font-size: 16px;
}

.detail .main .rr .box2 .text h4 {
    font-size: 24px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 14px;
    line-height: 1.2;
}

.detail .main .rr .box2 .text h5 {
    font-size: 24px;
    color: #fff;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    /*text-transform:uppercase;*/
    line-height: 1.2;
    margin-top: 2px;
}

.detail .main .rr .box2 .pic {
    position: absolute;
    right: 29px;
    bottom: -62px;
}

.detail2 .main {
    padding: 60px 0 90px;
}

.detail2 .main h1 {
    text-align: center;
    font-size: 24px;
    color: #474747;
    line-height: 1.2;
}

.detail2 .main h3 {
    text-align: center;
    font-size: 20px;
    color: #474747;
    line-height: 1.2;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 15px;
}

.detail2 .main .p {
    margin-top: 25px;
    font-size: 14px;
    color: #707070;
    line-height: 1.5;
}

.detail2 .main .share {
    margin-top: 20px;
    font-size: 16px;
}

.detail2 .main .share {
    margin-top: 20px;
    font-size: 16px;
}

.detail2 .main .share span {
    float: left;
    display: block;
    line-height: 22px;
    color: #474747;
}

.detail2 .main .share .wx {
    display: block;
    background: url(../image/weixin.png) left center no-repeat;
    width: 25px;
    height: 22px;
    float: left;
}

.detail2 .main .share .qzone {
    display: block;
    background: url(../image/qzone.png) left center no-repeat;
    width: 22px;
    height: 22px;
    float: left;
    margin-left: 14px;
}

.detail2 .main .share .sina {
    display: block;
    background: url(../image/sina.png) left center no-repeat;
    width: 23px;
    height: 22px;
    float: left;
    margin-left: 14px;
}

.detail2 .main .share .qq {
    display: block;
    background: url(../image/qq.png) left center no-repeat;
    width: 20px;
    height: 22px;
    float: left;
    margin-left: 14px;
}

.detail2 .main .share .more {
    display: block;
    background: url(../image/more2.png) left center no-repeat;
    width: 18px;
    height: 22px;
    float: left;
    margin-left: 14px;
}

.detail2 .main .share .wx:hover {
    background: url(../image/weixin.png) right center no-repeat;
}

.detail2 .main .share .qzone:hover {
    background: url(../image/qzone.png) right center no-repeat;
}

.detail2 .main .share .sina:hover {
    background: url(../image/sina.png) right center no-repeat;
}

.detail2 .main .share .qq:hover {
    background: url(../image/qq.png) right center no-repeat;
}

.RYB .main {
    padding: 50px 0 80px;
    background: url(../image/bg1.jpg) center bottom no-repeat;
}

.title_m {
    text-align: center;
}

.title_m h3 {
    font-size: 32px;
    color: #474747;
    line-height: 35px;
}

.title_m h3 span {
    font-size: 26px;
    background: url(../image/line2.png) right 5px no-repeat;
    padding-right: 15px;
    margin-right: 15px;
}

.title_m h4 {
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    color: #474747;
    line-height: 1.2;
    margin-top: 5px;
    font-weight: bold;
}

.RYB .main .title_m h4 {
    color: #339dca;
}

.RYB .main .box {
    margin-top: 35px;
}

.RYB .main .box .div {
    float: left;
    width: 386px;
    height: 455px;
    margin-left: 21px;
    opacity: 0;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform: scale(0.7) rotateX(60deg);
    -webkit-transform: scale(0.7) rotateX(60deg);
    -moz-transform: scale(0.7) rotateX(60deg);
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
}

.RYB .main.show .box .div {
    transform: scale(1) rotateX(0deg);
    -webkit-transform: scale(1) rotateX(0deg);
    -moz-transform: scale(1) rotateX(0deg);
    opacity: 1;
}

.RYB .main .box .div.a {
    margin-left: 0;
}

.RYB .main .box .div .pic {
    width: 386px;
    height: 290px;
    overflow: hidden;
}

.RYB .main .box .div .pic img {
    width: 100%;
    height: auto;
    -webkit-transition: all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.RYB .main .box .div:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.RYB .main .box .div h3 {
    font-size: 18px;
    color: #474747;
    line-height: 1.2;
    margin-top: 25px;
}

.RYB .main .box .div p {
    font-size: 14px;
    color: #707070;
    line-height: 1.5;
    margin-top: 8px;
}

.RYB .main .box .div .more {
    color: #339dca;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    /*text-transform:uppercase;*/
    margin-top: 12px;
    display: block;
}

.RYB .main .page {
    margin-top: 5px;
}

.contact .jspDrag {
    background: #e25a5a;
}

.contact .jspTrack {
    background: #d9d9d9;
}

.contact .bread {
    position: absolute;
    left: 0;
    top: 55px;
    width: 100%;
    color: #fff;
    z-index: 2;
}

.contact .bread a {
    color: #fff;
}

.contact .main1 {
    position: relative;
    min-height: 501px;
}

.contact .main1>img {
    width: 100%;
    height: auto;
    min-width: 1366px;
}

.contact .main1 .block {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 0;
    height: 100%;
}

.contact .main1 .text {
    position: absolute;
    left: 0;
    bottom: 220px;
    width: 588px;
    height: 207px;
}

.contact .main1 .text h3 {
    color: #fff;
    font-size: 36px;
    line-height: 1.2;
}

.contact .main1 .text h4 {
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 5px;
}

.contact .main1 .text p {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 14px;
}

.contact .main1 .box {
    position: absolute;
    left: 0;
    bottom: 30px;
}

.contact .main1 .box .div {
    float: left;
    width: 132px;
    margin-right: 20px;
    display: none;
    text-align: center;
}

.contact .main1 .box .div .img {
    width: 132px;
    height: 132px;
}

.contact .main1 .box .div .img i {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.contact .main1 .box .div .img img {
    transition: transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    /* Firefox 4 */
    -webkit-transition: -webkit-transform 0.5s;
    /* Safari and Chrome */
    -o-transition: -o-transform 0.5s;
    /* Opera */
}

.contact .main1 .box .div:hover img {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    /* Firefox 4 */
    -webkit-transform: rotate(90deg);
    /* Safari and Chrome */
    -o-transform: rotate(90deg);
    /* Opera */
}

.contact .main1 .box .div p {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 14px;
}

.animate0 {
    -webkit-animation-duration: .5s;
    -webkit-animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: .5s;
    -moz-animation-delay: 0s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -ms-animation-duration: .5s;
    -ms-animation-delay: 0s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    animation-duration: .5s;
    animation-delay: 0s;
    animation-timing-function: ease;
    animation-fill-mode: both;
}

.animate1 {
    -webkit-animation-duration: .5s;
    -webkit-animation-delay: .25s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: .5s;
    -moz-animation-delay: .25s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -ms-animation-duration: .5s;
    -ms-animation-delay: .25s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    animation-duration: .5s;
    animation-delay: .25s;
    animation-timing-function: ease;
    animation-fill-mode: both;
}

.animate2 {
    -webkit-animation-duration: .5s;
    -webkit-animation-delay: .5s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: .5s;
    -moz-animation-delay: .5s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -ms-animation-duration: .5s;
    -ms-animation-delay: .5s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    animation-duration: .5s;
    animation-delay: .5s;
    animation-timing-function: ease;
    animation-fill-mode: both;
}

.animate3 {
    -webkit-animation-duration: .5s;
    -webkit-animation-delay: .75s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: .5s;
    -moz-animation-delay: .75s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -ms-animation-duration: .5s;
    -ms-animation-delay: .75s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    animation-duration: .5s;
    animation-delay: .75s;
    animation-timing-function: ease;
    animation-fill-mode: both;
}

.animate4 {
    -webkit-animation-duration: .5s;
    -webkit-animation-delay: 1s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: .5s;
    -moz-animation-delay: 1s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -ms-animation-duration: .5s;
    -ms-animation-delay: 1s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    animation-duration: .5s;
    animation-delay: 1s;
    animation-timing-function: ease;
    animation-fill-mode: both;
}

.animate5 {
    -webkit-animation-duration: .5s;
    -webkit-animation-delay: 1.25s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: .5s;
    -moz-animation-delay: 1.25s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -ms-animation-duration: .5s;
    -ms-animation-delay: 1.25s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    animation-duration: .5s;
    animation-delay: 1.25s;
    animation-timing-function: ease;
    animation-fill-mode: both;
}

.animate6 {
    -webkit-animation-duration: .5s;
    -webkit-animation-delay: 1.5s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: .5s;
    -moz-animation-delay: 1.5s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -ms-animation-duration: .5s;
    -ms-animation-delay: 1.5s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    animation-duration: .5s;
    animation-delay: 1.5s;
    animation-timing-function: ease;
    animation-fill-mode: both;
}

.animate7 {
    -webkit-animation-duration: .5s;
    -webkit-animation-delay: 1.75s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: .5s;
    -moz-animation-delay: 1.75s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -ms-animation-duration: .5s;
    -ms-animation-delay: 1.75s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    animation-duration: .5s;
    2 animation-delay: 1.75s;
    animation-timing-function: ease;
    animation-fill-mode: both;
}

.animate8 {
    -webkit-animation-duration: .5s;
    -webkit-animation-delay: 2s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: .5s;
    -moz-animation-delay: 2s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -ms-animation-duration: .5s;
    -ms-animation-delay: 2s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    animation-duration: .5s;
    animation-delay: 2s;
    animation-timing-function: ease;
    animation-fill-mode: both;
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(500px);
    }

    60% {
        -webkit-transform: translateY(-30px);
    }

    80% {
        -webkit-transform: translateY(10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes bounceInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(500px);
    }

    60% {
        -moz-transform: translateY(-30px);
    }

    80% {
        -moz-transform: translateY(10px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes bounceInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(500px);
    }

    60% {
        -o-transform: translateY(-30px);
    }

    80% {
        -o-transform: translateY(10px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(500px);
    }

    60% {
        transform: translateY(-30px);
    }

    80% {
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    -moz-animation-name: bounceInUp;
    -o-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

.contact .main2 {
    height: 825px;
    background: #eaeaea;
    padding-top: 115px;
}

.contact .main2 .links {
    text-align: center;
    margin-top: 37px;
    height: 47px;
}

.contact .main2 .links a {
    display: inline-block;
    background: url(../image/btn1.png) center top no-repeat;
    width: 151px;
    height: 47px;
    text-align: center;
    font-size: 16px;
    color: #474747;
    line-height: 47px;
    margin: 0 5px;
}

.contact .main2 .links a.now,
.contact .main2 .links a:hover {
    background: url(../image/btn1.png) center bottom no-repeat;
    color: #fff;
}

.contact .main2 .box {
    margin-top: 50px;
}

.contact .main2 .box .div {
    float: left;
    background: url(../image/c4.png) center center no-repeat;
    width: 240px;
    height: 388px;
    padding: 0 72px;
    margin-left: 20px;
}

.contact .main2 .box .div.a {
    margin-left: 0;
}

.contact .main2 .box .div h3 {
    margin-top: 82px;
    font-size: 18px;
    color: #474747;
    line-height: 1.2;
}

.contact .main2 .box .div h4 {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    /*text-transform:uppercase;*/
    line-height: 1.2;
    margin-top: 3px;
}

.contact .main2 .box .div .text {
    margin-top: 3px;
    height: 150px;
    overflow: auto;
}

.contact .main2 .box .div .text p {
    font-size: 14px;
    color: #707070;
    line-height: 1.5;
    margin-top: 5px;
}

.contact .main2 .box .div .text p span {
    font-size: 12px;
}

.contact .main2 .box .div .text p .s2 {
    display: block;
    margin-top: 5px;
}

.contact .main2 .box .div .text p.p {
    margin-top: 13px;
}

.contact .main2 .box .div .yp {
    display: block;
    background: url(../image/btn3.png) center center no-repeat;
    width: 75px;
    height: 30px;
    font-size: 14px;
    color: #fff;
    padding-top: 21px;
    text-align: center;
    margin: 25px auto 0;
}

.contact .main2 .box .page {
    margin-top: 60px;
}

.contact .main3 {
    background: url(../image/bg3.jpg) center top no-repeat;
    height: 206px;
}

.contact .main3 .p1 {
    margin-right: 21px;
    font-size: 24px;
    color: #fff;
    line-height: 206px;
    float: left;
}

.contact .main3 .a1 {
    background: url(../image/btn1.png) center top no-repeat;
    width: 151px;
    height: 47px;
    text-align: center;
    font-size: 16px;
    color: #474747;
    line-height: 47px;
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 82px;
}

.contact .main3 .a1:hover {
    background: url(../image/btn1.png) center bottom no-repeat;
    color: #fff;
}

.contact .main4 {
    height: 405px;
    background: #339dca;
    padding-top: 75px;
}

.contact .main4 .text {
    margin-top: 55px;
    float: left;
    margin-left: 76px;
    width: 568px;
}

.contact .main4 .text h3 {
    color: #fff;
    font-size: 26px;
    line-height: 1.2;
}

.contact .main4 .text h4 {
    color: #fff;
    font-size: 32px;
    line-height: 1.2;
    font-weight: bold;
    margin-top: 3px;
    font-family: Arial, Helvetica, sans-serif;
}

.contact .main4 .text .p {
    margin-top: 33px;
    font-size: 14px;
    line-height: 2.1;
    color: #fff;
}

.contact .main4 .er {
    width: 429px;
    padding-left: 116px;
    height: 336px;
    border-left: solid 1px #44bbb8;
    float: right;
}

.contact .main4 .er .inner {
    margin-top: 29px;
    width: 208px;
}

.contact .main4 .er .inner .pic {
    width: 208px;
    height: 208px;
}

.contact .main4 .er .inner .pic img {
    width: 100%;
    height: auto;
}

.contact .main4 .er .inner h3 {
    font-size: 20px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    margin-top: 15px;
}

.contact .main4 .er .inner h4 {
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 9px;
}

.english .main1 {
    padding: 85px 0 140px;
    background: url(../image/bg4.jpg) center bottom no-repeat;
}

.english .main1 .ll {
    float: left;
    width: 680px;
    opacity: 0;
    transform: translate(-100px, 0) rotateY(-50deg);
    -webkit-transform: translate(-100px, 0) rotateY(-50deg);
    -moz-transform: translate(-100px, 0) rotateY(-50deg);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transition: all 1s ease-out 0.3s;
    -webkit-transition: all 1s ease-out 0.3s;
    -moz-transition: all 1s ease-out 0.3s;
}

.english .main1.show .ll {
    transform: translate(0, 0) rotateY(0deg);
    -webkit-transform: translate(0, 0) rotateY(0deg);
    -moz-transform: translate(0, 0) rotateY(0deg);
    opacity: 1;
}

.english .main1 .ll h2 {
    font-size: 26px;
    color: #474747;
    line-height: 1.2;
}

.english .main1 .ll h3 {
    font-size: 32px;
    color: #474747;
    line-height: 1.2;
    margin-top: 8px;
}

.english .main1 .ll h4 {
    font-size: 30px;
    color: #e25a5a;
    line-height: 1.1;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 21px;
}

.english .main1 .ll .p {
    margin-top: 35px;
    font-size: 14px;
    color: #474747;
    line-height: 1.6;
}

.english .main1 .ll .p p {
    margin-top: 28px;
}

.english .main1 .rr {
    float: right;
    width: 431px;
    opacity: 0;
    transform: translate(100px, 0) rotateY(-50deg);
    -webkit-transform: translate(100px, 0) rotateY(-50deg);
    -moz-transform: translate(100px, 0) rotateY(-50deg);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transition: all 1s ease-out 0.3s;
    -webkit-transition: all 1s ease-out 0.3s;
    -moz-transition: all 1s ease-out 0.3s;
}

.english .main1.show .rr {
    transform: translate(0, 0) rotateY(0deg);
    -webkit-transform: translate(0, 0) rotateY(0deg);
    -moz-transform: translate(0, 0) rotateY(0deg);
    opacity: 1;
}

.english .main1 .rr .pic1 {
    float: right;
    margin-bottom: 46px;
}

.english .main1 .rr .pic2 {
    clear: both;
    width: 431px;
    height: 606px;
    overflow: hidden;
}

.english .main1 .rr .pic2 img {
    width: 100%;
    height: auto;
}

.english .main2 {
    height: 1534px;
    background: url(../image/bg5.jpg) center top no-repeat;
}

.english .main2 .box1 {
    height: 685px;
    position: relative;
    text-align: center;
}

/*符*/
.english .main2 .box1 h3 {
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
}

/*符*/
.english .main2 .box1 h4 {
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    /*text-transform:uppercase;*/
    margin-top: 5px;
    text-align: center;
}

.english .main2 .box1 .p {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 11px;
}

.english .main2 .box1 .c1 {
    background: url(../image/c6.png) center center no-repeat;
    width: 378px;
    height: 320px;
    position: absolute;
    top: 72px;
    left: -15px;
    padding: 146px 42px 0 46px;
}

.english .main2 .box1 .c2 {
    background: url(../image/c7.png) center center no-repeat;
    width: 325px;
    height: 302px;
    position: absolute;
    top: -47px;
    left: 455px;
    padding: 106px 40px 0 43px;
    z-index: 2;
}

.english .main2 .box1 .c3 {
    background: url(../image/c8.png) center center no-repeat;
    width: 426px;
    height: 360px;
    position: absolute;
    top: 67px;
    right: -52px;
    padding: 224px 80px 0;
}

.english .main2 .box1 .cicle {
    opacity: 0;
    text-align: justify;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform: scale(0.7) rotateX(60deg);
    -webkit-transform: scale(0.7) rotateX(60deg);
    -moz-transform: scale(0.7) rotateX(60deg);
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
}

.english .main2.show .box1 .cicle {
    transform: scale(1) rotateX(0deg);
    -webkit-transform: scale(1) rotateX(0deg);
    -moz-transform: scale(1) rotateX(0deg);
    opacity: 1;
}

.english .main2 .box2 .title {
    margin-left: 8px;
    width: 1152px;
}

.english .main2 .box2 .title h3 {
    font-size: 36px;
    color: #474747;
    line-height: 1.2;
}

.english .main2 .box2 .title h4 {
    font-size: 30px;
    color: #339dca;
    line-height: 1.2;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 8px;
}

.english .main2 .box2 .title p {
    font-size: 14px;
    color: #474747;
    line-height: 1.6;
    margin-top: 25px;
}

.english .main2 .box2 .pic {
    width: 1185px;
    height: 495px;
    overflow: hidden;
    margin: 67px auto 0;
    position: relative;
}

.english .main2 .box2 .pic img {
    width: 1185px;
    height: 495px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -247.5px 0 0 -592.5px;
    display: block;
    animation: zoom1 15s linear 0s infinite;
    -webkit-animation: zoom1 15s linear 1s infinite;
    -moz-animation: zoom1 15s linear 1s infinite;
}

@-webkit-keyframes zoom1 {
    0% {
        -webkit-transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes zoom1 {
    0% {
        -moz-transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.1);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@keyframes zoom1 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.k_detail .bread {
    position: absolute;
    left: 0;
    top: 55px;
    width: 100%;
    color: #fff;
    z-index: 2;
}

.k_detail .bread p a {
    color: #fff;
}

.k_detail .main1 {
    position: relative;
    min-height: 486px;
}

.k_detail .main1 img {
    width: 100%;
    height: auto;
    min-width: 1366px;
}

.k_detail .main1 .block {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
    height: 100%;
}

.k_detail .main1 .text {
    position: absolute;
    top: 30.7%;
    right: 45px;
    width: 466px;
    text-align: right;
    opacity: 0;
    transform: translate(-100px, 0) rotateY(-50deg);
    -webkit-transform: translate(-100px, 0) rotateY(-50deg);
    -moz-transform: translate(-100px, 0) rotateY(-50deg);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transition: all 1.5s ease-out 0.3s;
    -webkit-transition: all 1.5s ease-out 0.3s;
    -moz-transition: all 1.5s ease-out 0.3s;
    z-index: 2;
}

.k_detail .main1.show .text {
    transform: translate(0, 0) rotateY(0deg);
    -webkit-transform: translate(0, 0) rotateY(0deg);
    -moz-transform: translate(0, 0) rotateY(0deg);
    opacity: 1;
}

.k_detail .main1 .text h3 {
    color: #fff;
    font-size: 36px;
    line-height: 1.2;
}

.k_detail .main1 .text h4 {
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 5px;
}

.k_detail .main1 .text p {
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
}

.k_detail .main1 .text .more {
    display: block;
    background: url(../image/btn4.png) center center no-repeat;
    width: 117px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    /*text-transform:uppercase;*/
    color: #00ada9;
    font-size: 12px;
    float: right;
    margin-top: 36px;
}

.k_detail .main2 {
    margin-top: 19px;
    background: url(../image/bg7.jpg) center top no-repeat;
    height: 977px;
}

.k_detail .main2 .text {
    background: url(../image/bg8.jpg) center center no-repeat;
    width: 852px;
    height: 540px;
    position: absolute;
    top: 93px;
    left: 50%;
    margin-left: -426px;
    transition: all 1.2s ease-out 0s;
    -webkit-transition: all 1.2s ease-out 0s;
    -moz-transition: all 1.2s ease-out 0s;
    opacity: 0;
    transform: translate(0, 100px);
    -webkit-transform: translate(0, 100px);
    -moz-transform: translate(0, 100px);
}

.k_detail .main2.show .text {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    opacity: 1;
}

.k_detail .main2 .text .inner {
    width: 480px;
    margin: 122px 0 0 82px;
}

.k_detail .main2 .text .inner h3 {
    color: #fff;
    line-height: 1.2;
    color: #fbece0;
    font-size: 26px;
    font-weight: bold;
}

.k_detail .main2 .text .inner .container {
    margin-top: 25px;
    font-size: 16px;
    color: #fff;
    line-height: 1.7;
    display: none;
    word-break: break-all;
}

.k_detail .main2 .text .inner .sign {
    margin-top: 77px;
    float: right;
    margin-right: 15px;
    opacity: 0;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform: scale(1.7);
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
}

.k_detail .main2 .text .inner .sign.show {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    opacity: 1;
}

.k_detail .main3 {
    background: #e5f8f4;
    height: 492px;
}

.k_detail .title {
    text-align: center;
}

.k_detail .title h3 {
    color: #00ada9;
    font-size: 50px;
    font-family: Arial, Helvetica, sans-serif;
    /*text-transform:uppercase;*/
    line-height: 1.2;
    font-weight: bold;
}

.k_detail .title h4 {
    color: #474747;
    font-size: 26px;
    line-height: 1.3;
}

.k_detail .title h4 span {
    color: #00ada9;
}

#carousel {
    height: 348px;
    margin-top: 30px;
}

#carousel .div {
    width: 314px;
    height: 252px;
    float: left;
    margin: 0 7px;
    overflow: hidden;
    position: relative;
}

#carousel .div h3 {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 37px;
    background: url(../image/black50.png) center center repeat;
    line-height: 37px;
    font-size: 16px;
    color: #fff;
    padding-left: 29px;
    width: 100%;
}

#carousel .div img {
    width: 100%;
    height: auto;
    -webkit-transition: all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

#carousel .div:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

#prev {
    background: url(../image/arrow1.png) left center no-repeat;
    width: 48px;
    height: 91px;
    display: block;
    position: absolute;
    top: 112px;
    left: 67px;
    z-index: 2;
}

#next {
    background: url(../image/arrow2.png) right center no-repeat;
    width: 48px;
    height: 91px;
    display: block;
    position: absolute;
    top: 110px;
    right: 67px;
    z-index: 2;
}

.k_detail .main4 {
    background: url(../image/bg9.jpg) center 123px no-repeat;
    height: 955px;
}

.k_detail .main4 .moon {
    position: absolute;
    right: 17px;
    top: -110px;
    -webkit-animation: swinging 10s ease-in-out 0s infinite;
    -moz-animation: swinging 10s ease-in-out 0s infinite;
    animation: swinging 10s ease-in-out 0s infinite;
    /*-webkit-transform-origin:100% 0;
    -moz-transform-origin:100% 0;
    transform-origin:100% 0;*/
}

@-webkit-keyframes swinging {
    0% {
        -webkit-transform: rotate(0);
    }

    10% {
        -webkit-transform: rotate(10deg);
    }

    20% {
        -webkit-transform: rotate(-10deg);
    }

    30% {
        -webkit-transform: rotate(10deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
    }

    50% {
        -webkit-transform: rotate(10deg);
    }

    60% {
        -webkit-transform: rotate(-10deg);
    }

    70% {
        -webkit-transform: rotate(10deg);
    }

    80% {
        -webkit-transform: rotate(-10deg);
    }

    90% {
        -webkit-transform: rotate(10deg);
    }

    100% {
        -webkit-transform: rotate(0);
    }
}

@-moz-keyframes swinging {
    0% {
        -moz-transform: rotate(0);
    }

    10% {
        -moz-transform: rotate(10deg);
    }

    20% {
        -moz-transform: rotate(-10deg);
    }

    30% {
        -moz-transform: rotate(10deg);
    }

    40% {
        -moz-transform: rotate(-10deg);
    }

    50% {
        -moz-transform: rotate(10deg);
    }

    60% {
        -moz-transform: rotate(-10deg);
    }

    70% {
        -moz-transform: rotate(10deg);
    }

    80% {
        -moz-transform: rotate(-10deg);
    }

    90% {
        -moz-transform: rotate(10deg);
    }

    100% {
        -moz-transform: rotate(0);
    }
}

@keyframes swinging {
    0% {
        transform: rotate(0);
    }

    10% {
        transform: rotate(10deg);
    }

    20% {
        transform: rotate(-10deg);
    }

    30% {
        transform: rotate(10deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    50% {
        transform: rotate(10deg);
    }

    60% {
        transform: rotate(-10deg);
    }

    70% {
        transform: rotate(10deg);
    }

    80% {
        transform: rotate(-10deg);
    }

    90% {
        transform: rotate(10deg);
    }

    100% {
        transform: rotate(0);
    }
}

.k_detail .main4 .block {
    padding-top: 120px;
}

.k_detail .main4 .title h4 {
    margin-top: 5px;
}

.k_detail .main4 .links {
    height: 46px;
    text-align: center;
    margin-top: 25px;
}

.k_detail .main4 .links a {
    display: inline-block;
    background: url(../image/btn5.png) center bottom no-repeat;
    width: 154px;
    height: 46px;
    color: #fff;
    font-size: 16px;
    line-height: 46px;
    margin: 0 8px;
}

.k_detail .main4 .links a.now,
.k_detail .main4 .links a:hover {
    background: url(../image/btn5.png) center top no-repeat;
}

.k_detail .main4 .box {
    width: 915px;
    margin: 38px auto 0;
}

.k_detail .main4 .box .ttab {
    display: none;
}

.k_detail .main4 .box .ttab.a {
    display: block;
}

.k_detail .main4 .box .ttab .inner {
    position: relative;
}

.k_detail .main4 .box .line1 {
    height: 20px;
    border-left: solid 1px #fff;
    position: absolute;
    top: 0;
    left: 7px;
    z-index: 2
}

.k_detail .main4 .box .line2 {
    height: 19px;
    border-left: solid 1px #fff;
    position: absolute;
    bottom: 0;
    left: 7px;
    z-index: 2
}

.k_detail .main4 .box .div {
    height: 52px;
    position: relative;
}

.k_detail .main4 .box .div h3 {
    background: url(../image/dian1.jpg) left center no-repeat;
    color: #e2a624;
    font-size: 14px;
    padding-left: 29px;
    line-height: 52px;
    position: absolute;
    left: 0;
    top: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.k_detail .main4 .box .div p {
    background: url(../image/line3.png) left bottom no-repeat;
    width: 755px;
    float: right;
    line-height: 52px;
    font-size: 16px;
    color: #474747;
}

.k_detail .main4 .box .div.a p {
    background: none;
}

.k_detail .main4 .box .more {
    display: block;
    background: url(../image/btn6.png) center center no-repeat;
    width: 117px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    color: #fff;
    font-size: 12px;
    margin: 30px auto 0;
}

.k_detail .main5 {
    height: 975px;
    background: #e5f8f4;
}

.k_detail .main5 .title p {
    width: 866px;
    font-size: 14px;
    color: #474747;
    line-height: 1.5;
    margin: 24px auto 0;
}

/*符*/
.k_detail .main5 .focus {
    margin-top: 36px;
    position: relative;
    height: 734px;
    overflow: hidden;
}

.k_detail .main5 .focus .frame {
    position: relative;
    height: 734px;
}

.k_detail .main5 .focus .frame .child {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.k_detail .main5 .focus .frame .child .div {
    position: absolute;
    overflow: hidden;
}

.k_detail .main5 .focus .frame .child .div h3 {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 37px;
    background: url(../image/black50.png) center center repeat;
    line-height: 37px;
    font-size: 16px;
    color: #fff;
    padding-left: 29px;
    width: 100%;
}

.k_detail .main5 .focus .frame .child .div img {
    width: 100%;
    height: auto;
    -webkit-transition: all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.k_detail .main5 .focus .frame .child .div:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.k_detail .main5 .focus .frame .child .d1 {
    left: 0;
    top: 0;
    width: 472px;
    height: 235px;
}

.k_detail .main5 .focus .frame .child .d2 {
    left: 0;
    top: 249px;
    width: 472px;
    height: 235px;
}

.k_detail .main5 .focus .frame .child .d3 {
    left: 485px;
    top: 0;
    width: 350px;
    height: 484px;
}

.k_detail .main5 .focus .frame .child .d4 {
    left: 280px;
    top: 498px;
    width: 556px;
    height: 235px;
}

.k_detail .main5 .focus .frame .child .d5 {
    left: 849px;
    top: 249px;
    width: 349px;
    height: 484px;
}

.k_detail .main5 .focus .arrow_l {
    background: url(../image/arrow3.png) left center no-repeat;
    width: 59px;
    height: 110px;
    display: block;
    position: absolute;
    left: 100px;
    bottom: 70px;
}

.k_detail .main5 .focus .arrow_r {
    background: url(../image/arrow3.png) right center no-repeat;
    width: 59px;
    height: 110px;
    display: block;
    position: absolute;
    right: 147px;
    top: 62px;
}

.k_detail .main6 {
    height: 694px;
    background: url(../image/bg10.jpg) center top no-repeat;
}

.k_detail .main6 .map {
    position: absolute;
    top: 198px;
    left: 0;
    width: 598px;
    height: 410px;
    overflow: hidden;
}

.k_detail .main6 .map img {
    width: 100%;
    height: auto;
}

.k_detail .main6 .text {
    position: absolute;
    width: 425px;
    top: 198px;
    left: 598px;
    background: #fff;
    padding: 65px 88px 0 89px;
    height: 344px
}

.k_detail .main6 .text h3 {
    color: #339dca;
    font-size: 50px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    /*text-transform:uppercase;*/
    line-height: 1;
}

.k_detail .main6 .text h4 {
    color: #339dca;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    margin: 3px 0 0 3px;
}

.k_detail .main6 .text .p1 {
    font-size: 474747;
    font-size: 18px;
    line-height: 1.5;
    color: #474747;
    margin: 26px 0 0 3px;
}

.k_detail .main6 .text .p2 {
    font-size: 14px;
    color: #474747;
    font-size: 14px;
    line-height: 1.3;
    margin: 13px 0 0 3px;
    padding-left: 71px;
    position: relative;
}

.k_detail .main6 .text .p2 span {
    position: absolute;
    left: 0;
    top: 0;
}

.k_detail .main6 .text .tel {
    padding-left: 92px;
    background: url(../image/img5.png) left center no-repeat;
    height: 63px;
    margin: 15px 0 0 2px;
    padding-top: 6px;
}

.k_detail .main6 .text .tel span {
    color: #339dca;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;
    display: block;
}

.parent_d .bread {
    position: absolute;
    left: 0;
    top: 55px;
    width: 100%;
    color: #fff;
    z-index: 2;
}

.parent_d .bread a {
    color: #fff;
}

.parent_d .main1 {
    position: relative;
    min-height: 499px;
    z-index: 1;
}

.parent_d .main1>img {
    width: 100%;
    height: auto;
    min-width: 1366px;
}

.parent_d .main1 .block {
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 0;
}

.parent_d .main1 .text {
    position: absolute;
    top: 33%;
    width: 505px;
    left: 50%;
    margin-left: -600px;
    opacity: 0;
    transform: translate(-100px, 0) rotateY(-50deg);
    -webkit-transform: translate(-100px, 0) rotateY(-50deg);
    -moz-transform: translate(-100px, 0) rotateY(-50deg);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transition: all 1s ease-out 0.3s;
    -webkit-transition: all 1s ease-out 0.3s;
    -moz-transition: all 1s ease-out 0.3s;
}

.parent_d .main1.show .text {
    transform: translate(0, 0) rotateY(0deg);
    -webkit-transform: translate(0, 0) rotateY(0deg);
    -moz-transform: translate(0, 0) rotateY(0deg);
    opacity: 1;
}

.parent_d .main1 .text h3 {
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
    margin-top: 26px;
    -webkit-text-shadow: 0 0 5px #ccc;
    -moz-text-shadow: 0 0 5px #ccc;
    text-shadow: 0 0 5px #ccc;
}

.parent_d .main1 .text p {
    color: #fff;
    font-size: 14px;
    line-height: 1.7;
    margin-top: 12px;
    -webkit-text-shadow: 0 0 5px #ccc;
    -moz-text-shadow: 0 0 5px #ccc;
    text-shadow: 0 0 5px #ccc;
}

.parent_d .main1 .box {
    width: 391px;
    position: absolute;
    bottom: 4%;
    right: 50%;
    margin-right: -600px;
    opacity: 0;
    transform: translate(100px, 0) rotateY(-50deg);
    -webkit-transform: translate(100px, 0) rotateY(-50deg);
    -moz-transform: translate(100px, 0) rotateY(-50deg);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transition: all 1s ease-out 0.3s;
    -webkit-transition: all 1s ease-out 0.3s;
    -moz-transition: all 1s ease-out 0.3s;
}

.parent_d .main1.show .box {
    transform: translate(0, 0) rotateY(0deg);
    -webkit-transform: translate(0, 0) rotateY(0deg);
    -moz-transform: translate(0, 0) rotateY(0deg);
    opacity: 1;
}

.parent_d .main1 .box .in1 {
    display: block;
    background: url(../image/box1.png) center center no-repeat;
    width: 391px;
    height: 330px;
}

.parent_d .main1 .box .in1 h3 {
    color: #fff;
    line-height: 1.2;
    text-align: center;
    font-size: 24px;
    padding: 23px 0 15px;
}

.parent_d .main1 .box .in1 .div {
    background: url(../image/input1.png) center center no-repeat;
    width: 326px;
    height: 40px;
    margin: 0 auto 10px;
}

.parent_d .main1 .box .in1 .div span {
    display: block;
    width: 80px;
    padding-left: 15px;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    float: left;
}

/*符*/
.parent_d .main1 .box .in1 .div input {
    float: left;
    line-height: 40px;
    height: 40px;
    width: 215px;
    border: none;
    background: none;
    color: #fff;
    font-size: 14px;
    padding: 0;
}

.parent_d .main1 .box .in1 .div.date {
    background: url(../image/input2.png) center center no-repeat;
}

.parent_d .main1 .box .in1 .div.date input {
    width: 160px;
}

.parent_d .main1 .box .in1 .div.date .rl {
    display: block;
    width: 50px;
    height: 40px;
    float: right;
}

.parent_d .main1 .box .in1 .div.yzm {
    background: url(../image/input3.png) center center no-repeat;
}

.parent_d .main1 .box .in1 .div.yzm input {
    width: 110px;
}

.parent_d .main1 .box .in1 .div.yzm .yz {
    display: block;
    width: 90px;
    height: 40px;
    float: right;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.parent_d .main1 .box .in1 .btn {
    margin: 0 auto;
    width: 326px;
    display: block;
}

.parent_d .main1 .box .in2 {
    display: block;
    background: url(../image/box2.png) center center no-repeat;
    width: 391px;
    height: 115px;
    margin-top: 5px;
    position: relative;
    padding-top: 25px;
}

.parent_d .main1 .box .in2 .btn {
    position: absolute;
    top: 24px;
    right: 33px;
}

.parent_d .main1 .box .in2 .select {
    background: url(../image/select1.png) center center no-repeat;
    width: 226px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    position: relative;
    cursor: pointer;
    margin: 0 0 10px 33px;
}

.parent_d .main1 .box .in2 .select ul {
    width: 220px;
    height: 0;
    line-height: 30px;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    left: 3px;
    top: 40px;
    z-index: 3;
}

.parent_d .main1 .box .in2 .select span {
    font-size: 14px;
    color: #fff;
    display: block;
    height: 40px;
    padding-left: 18px;
}

.parent_d .main1 .box .in2 .select li {
    background: #f8f8f8;
    cursor: pointer;
    line-height: 40px;
    color: #474747;
    padding-left: 15px;
}

.parent_d .main1 .box .in2 .select li:hover {
    background: #f1f1f1;
}

.parent_d .main1 .box .in2 .select li.val {
    background: none;
}

.parent_d .main2 {
    background: url(../image/bg12.jpg) center top no-repeat;
    height: 624px;
}

.parent_d .main2 .title {
    padding-top: 83px;
    text-align: center;
    position: relative;
}

.parent_d .main2 .title h3 {
    font-size: 32px;
    color: #474747;
    line-height: 1.2;
}

.parent_d .main2 .title h4 {
    font-size: 50px;
    color: #fed7b8;
    line-height: 1.2;
    font-weight: bold;
    /*text-transform:uppercase;*/
    float: left;
    margin-left: 385px;
}

.parent_d .main2 .title h5 {
    font-size: 20px;
    color: #fed7b8;
    line-height: 1.2;
    font-weight: bold;
    /*text-transform:uppercase;*/
    float: left;
    margin: 30px 0 0 20px;
}

#carousel2 {
    height: 370px;
    margin-top: 32px;
}

#carousel2 .div {
    width: 386px;
    float: left;
    margin: 0 10px;
}

#carousel2 .div .pic {
    width: 386px;
    overflow: hidden;
    position: relative;
}

#carousel2 .div h3 {
    line-height: 1.2;
    font-size: 18px;
    color: #474747;
    margin-top: 25px;
}

#carousel2 .div:hover h3 {
    color: #339dca;
}

#carousel2 .div img {
    width: 100%;
    height: 226px;
    -webkit-transition: all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

#carousel2 .div:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

#prev2 {
    background: url(../image/arrow4.png) left top no-repeat;
    width: 44px;
    height: 75px;
    display: block;
    position: absolute;
    top: 106px;
    left: 27px;
    z-index: 2;
}

#next2 {
    background: url(../image/arrow4.png) right top no-repeat;
    width: 44px;
    height: 75px;
    display: block;
    position: absolute;
    top: 106px;
    right: 27px;
    z-index: 2;
}

#prev2:hover {
    background: url(../image/arrow4.png) left bottom no-repeat;
}

#next2:hover {
    background: url(../image/arrow4.png) right bottom no-repeat;
}

#prev3 {
    background: url(../image/arrow4.png) left top no-repeat;
    width: 44px;
    height: 75px;
    display: block;
    position: absolute;
    top: 110px;
    left: 27px;
    z-index: 2;
}

#next3 {
    background: url(../image/arrow4.png) right top no-repeat;
    width: 44px;
    height: 75px;
    display: block;
    position: absolute;
    top: 110px;
    right: 27px;
    z-index: 2;
}

#prev3:hover {
    background: url(../image/arrow4.png) left bottom no-repeat;
}

#next3:hover {
    background: url(../image/arrow4.png) right bottom no-repeat;
}

.parent_d .main3 {
    background: url(../image/bg13.jpg) center top no-repeat;
    height: 983px;
}

.parent_d .main3 .title {
    text-align: center;
}

.parent_d .main3 .title h3 {
    font-size: 32px;
    color: #474747;
    line-height: 1.2;
}

.parent_d .main3 .title h4 {
    font-size: 50px;
    color: #fed7b8;
    line-height: 1.2;
    font-weight: bold;
    /*text-transform:uppercase;*/
}

.parent_d .main3 .title p {
    font-size: 14px;
    color: #707070;
    line-height: 1.4;
    width: 452px;
    margin: 5px auto 0;
}

.parent_d .main3 .box {
    position: relative;
    margin-top: 36px;
}

.parent_d .main3 .box .div {
    position: absolute;
    overflow: hidden;
}

.parent_d .main3 .box .div img {
    width: 100%;
    height: auto;
    -webkit-transition: all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.parent_d .main3 .box .div:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.parent_d .main3 .box .d1 {
    left: 0;
    top: 0;
    width: 352px;
    height: 235px;
}

.parent_d .main3 .box .d2 {
    left: 364px;
    top: 0;
    width: 471px;
    height: 235px;
}

.parent_d .main3 .box .d3 {
    left: 847px;
    top: 0;
    width: 353px;
    height: 482px;
}

.parent_d .main3 .box .d4 {
    left: 0;
    top: 247px;
    width: 471px;
    height: 235px;
}

.parent_d .main3 .box .d5 {
    left: 0;
    top: 494px;
    width: 471px;
    height: 235px;
}

.parent_d .main3 .box .d6 {
    left: 482px;
    top: 247px;
    width: 353px;
    height: 482px;
}

.parent_d .main3 .box .d7 {
    left: 847px;
    top: 495px;
    width: 352px;
    height: 235px;
}

.parent_d .main3 .box .div h3 {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 46px;
    background: url(../image/black30.png) center center repeat;
    line-height: 46px;
    padding-left: 30px;
    font-size: 16px;
    color: #fff;
    width: 100%;
}

.parent_d .main4 {
    background: url(../image/bg14.jpg) center top no-repeat;
    height: 645px;
}

.parent_d .main4 .title {
    text-align: center;
}

.parent_d .main4 .title h3 {
    font-size: 32px;
    color: #474747;
    line-height: 1.2;
}

.parent_d .main4 .title h4 {
    font-size: 50px;
    color: #fed7b8;
    line-height: 1.2;
    font-weight: bold;
    /*text-transform:uppercase;*/
}

.parent_d .main4 .title p {
    font-size: 14px;
    color: #707070;
    line-height: 1.4;
    width: 606px;
    margin: 5px auto 0;
}

.parent_d .main4 .focus {
    margin-top: 15px;
    position: relative;
    overflow: hidden;
    height: 487px;
}

.parent_d .main4 .focus .cloud {
    position: absolute;
    width: 1200px;
    height: 248px;
    left: 0;
    top: 53px;
    background: url(../image/123.png) center center no-repeat;
    z-index: 2;
}

.parent_d .main4 .focus .nav {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
}

.parent_d .main4 .focus .nav a {
    display: inline-block;
    background: url(../image/dian2.png) left center no-repeat;
    width: 15px;
    height: 15px;
    margin: 0 5px;
}

.parent_d .main4 .focus .nav a.now {
    background: url(../image/dian2.png) right center no-repeat;
}

.parent_d .main4 .focus .frame {
    position: absolute;
    top: 54px;
    width: 100%;
    left: 0;
}

.parent_d .main4 .focus .frame .child {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.parent_d .main4 .focus .frame .child .div {
    float: left;
    margin-left: 30px;
    width: 380px;
}

.parent_d .main4 .focus .frame .child .div.a {
    margin-left: 0;
}

.parent_d .main4 .focus .frame .child .div .pic {
    width: 380px;
    height: 247px;
    overflow: hidden;
}

.parent_d .main4 .focus .frame .child .div h3 {
    font-size: 22px;
    color: #474747;
    line-height: 1.2;
    text-align: center;
    margin-top: 28px;
}

.parent_d .main4 .focus .frame .child .div:hover h3 {
    color: #e25a5a;
}

.parent_d .main4 .focus .frame .child .div .pic img {
    width: 100%;
    height: auto;
    -webkit-transition: all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.parent_d .main4 .focus .frame .child .div:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.parent_d .main5 {
    height: 550px;
    background: #ecf4ff;
}

.parent_d .main5 .map {
    position: absolute;
    top: 0;
    left: 0;
    width: 598px;
    height: 470px;
    overflow: hidden;
}

.parent_d .main5 .map img {
    width: 100%;
    height: auto;
}

.parent_d .main5 .text {
    position: absolute;
    width: 425px;
    top: 0;
    left: 598px;
    background: #fff;
    padding: 65px 88px 0 89px;
    height: 404px
}

.parent_d .main5 .text h3 {
    color: #339dca;
    font-size: 50px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    /*text-transform:uppercase;*/
    line-height: 1;
}

.parent_d .main5 .text h4 {
    color: #339dca;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    margin: 3px 0 0 3px;
}

.parent_d .main5 .text .p1 {
    font-size: 474747;
    font-size: 18px;
    line-height: 1.3;
    color: #474747;
    margin: 30px 0 0 3px;
}

.parent_d .main5 .text .p2 {
    font-size: 14px;
    color: #474747;
    font-size: 14px;
    line-height: 1.5;
    margin: 13px 0 0 3px;
    position: relative;
}

.parent_d .main5 .text .tel {
    padding-left: 92px;
    background: url(../image/img5.png) left center no-repeat;
    height: 63px;
    margin: 27px 0 0 3px;
    padding-top: 6px;
}

.parent_d .main5 .text .tel span {
    color: #339dca;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;
}

.p_course .bread {
    position: absolute;
    left: 0;
    top: 55px;
    width: 100%;
    z-index: 2;
}

.p_course .main1 {
    min-height: 514px;
    position: relative;
}

.p_course .main1>img {
    width: 100%;
    height: auto;
    min-width: 1366px;
}

.p_course .main1 .block {
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 0;
}

.p_course .main1 .text {
    width: 460px;
    position: absolute;
    bottom: 260px;
    right: 36px;
    opacity: 0;
    transform: translate(100px, 0) rotateY(-50deg);
    -webkit-transform: translate(100px, 0) rotateY(-50deg);
    -moz-transform: translate(100px, 0) rotateY(-50deg);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transition: all 1.5s ease-out 0.3s;
    -webkit-transition: all 1.5s ease-out 0.3s;
    -moz-transition: all 1.5s ease-out 0.3s;
}

.p_course .main1.show .text {
    transform: translate(0, 0) rotateY(0deg);
    -webkit-transform: translate(0, 0) rotateY(0deg);
    -moz-transform: translate(0, 0) rotateY(0deg);
    opacity: 1;
}

.p_course .main1 .text h3 {
    color: #fff;
    font-size: 36px;
    line-height: 1.2;
}

.p_course .main1 .text h4 {
    color: #fff;
    font-size: 30px;
    line-height: 1.3;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.p_course .main1 .text p {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 5px;
}

.p_course .main2 .circle {
    display: block;
    background: url(../image/c9.png) center center no-repeat;
    width: 513px;
    height: 513px;
    top: -256.5px;
    left: 50%;
    margin-left: -256.5px;
    position: absolute;
    z-index: 2;
    -webkit-transform: translateX(-200%) rotate(0);
    -moz-transform: translateX(-200%) rotate(0);
    -ms-transform: translateX(-200%) rotate(0);
    -o-transform: translateX(-200%) rotate(0);
    transform: translateX(-200%) rotate(0);
    opacity: 0;
    -webkit-transition: all 0.9s ease-out;
    -moz-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
}

.p_course .main2 .circle.show {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(360deg);
    -moz-transform: translateX(0) rotate(360deg);
    -ms-transform: translateX(0) rotate(360deg);
    -o-transform: translateX(0) rotate(360deg);
    transform: translateX(0) rotate(360deg);
}

.p_course .main2 .circle .a1 {
    position: absolute;
    top: 70px;
    left: 214px;
}

.p_course .main2 .circle .a2 {
    position: absolute;
    top: 135px;
    right: 67px;
}

.p_course .main2 .circle .a3 {
    position: absolute;
    top: 284px;
    right: 73px;
}

.p_course .main2 .circle .a4 {
    position: absolute;
    top: 400px;
    left: 214px;
}

.p_course .main2 .circle .a5 {
    position: absolute;
    top: 283px;
    left: 74px;
}

.p_course .main2 .circle .a6 {
    position: absolute;
    top: 105px;
    left: 50px;
}

.p_course .main2 .circle img {
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

.p_course .main2 .circle a:hover img {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.p_course .main2 .circle .more {
    position: absolute;
    top: 220px;
    left: 177px;
    width: 163px;
    text-align: center;
}

.p_course .main2 .circle .more .s1 {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
}

.p_course .main2 .circle .more .s2 {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    /*text-transform:uppercase;*/
    margin-top: 7px;
}

.p_course .main2 {
    padding-top: 335px;
    position: relative;
}

.p_course .main2 .title,
.p_course .title--fmkt {
    text-align: center;
}

.p_course .main2 .title h2,
.p_course .title--fmkt h2 {
    color: #339dca;
    font-size: 85px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1;
}

.p_course .main2 .title h3,
.p_course .title--fmkt h3 {
    color: #339dca;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;
    margin-top: -5px;
}

.p_course .main2 .title h4,
.p_course .title--fmkt h4 {
    color: #474747;
    font-size: 30px;
    line-height: 1.2;
    margin-top: 3px;
}

.p_course .main2 .title h5,
.p_course .title--fmkt h5 {
    color: #474747;
    font-size: 14px;
    line-height: 1.2;
    margin-top: 10px;
}

.p_course .main2 .box {
    height: 552px;
    position: relative;
    margin-top: 22px;
}

.p_course .main2 .box .div {
    position: absolute;
    overflow: hidden;
    opacity: 0;
}

.p_course .main2 .box .d1 {
    left: 0;
    top: 0;
    width: 303px;
    height: 276px;
    transform: translateY(-200px);
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    transition: all 1.2s ease-out 0s;
    -webkit-transition: all 1.2s ease-out 0s;
    -moz-transition: all 1.2s ease-out 0s;
}

.p_course .main2 .box .d2 {
    left: 302px;
    top: 0;
    width: 303px;
    height: 276px;
    transform: translateY(-200px);
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    transition: all 1.2s ease-out 0s;
    -webkit-transition: all 1.2s ease-out 0s;
    -moz-transition: all 1.2s ease-out 0s;
}

.p_course .main2 .box .d3 {
    right: 0;
    top: 0;
    width: 599px;
    height: 552px;
    transform: translateX(200px);
    -webkit-transform: translateX(200px);
    -moz-transform: translateX(200px);
    transition: all 1.2s ease-out 0s;
    -webkit-transition: all 1.2s ease-out 0s;
    -moz-transition: all 1.2s ease-out 0s;
}

.p_course .main2 .box .d4 {
    background: url(../image/bg16.png) center center repeat;
    left: 0;
    top: 276px;
    padding: 55px 55px 0;
    width: 491px;
    height: 221px;
    transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    transition: all 1.2s ease-out 0s;
    -webkit-transition: all 1.2s ease-out 0s;
    -moz-transition: all 1.2s ease-out 0s;
}

.p_course .main2 .box .d4 h3 {
    color: #fff;
    line-height: 1.2;
    font-size: 18px;
    margin-top: 20px;
}

.p_course .main2 .box .d4 p {
    color: #fff;
    line-height: 1.5;
    font-size: 18px;
    margin-top: 6px;
    margin-bottom: 20px
}

.p_course .main2.show .div {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    opacity: 1;
}

.p_course .main2 .box .div img {
    width: 100%;
    height: auto;
    -webkit-transition: all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.p_course .main2 .box .div:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.p_course .main3 {
    height: 552px;
    background: #f2f2f2;
    padding-top: 78px;
}

.p_course .main3 .div {
    position: absolute;
    overflow: hidden;
    opacity: 0;
}

.p_course .main3 .div.d1 {
    left: 0;
    top: 0;
    width: 302px;
    height: 243px;
    transform: translate(-150px, -150px);
    -webkit-transform: translate(-150px, -150px);
    -moz-transform: translate(-150px, -150px);
    transition: all 1.2s ease-out 0s;
    -webkit-transition: all 1.2s ease-out 0s;
    -moz-transition: all 1.2s ease-out 0s;
}

.p_course .main3 .div.d2 {
    left: 302px;
    top: 0;
    width: 302px;
    height: 243px;
    transform: translate(-150px, 150px);
    -webkit-transform: translate(-150px, 150px);
    -moz-transform: translate(-150px, 150px);
    transition: all 1.2s ease-out 0s;
    -webkit-transition: all 1.2s ease-out 0s;
    -moz-transition: all 1.2s ease-out 0s;
}

.p_course .main3 .div.d3 {
    left: 0;
    top: 243px;
    width: 302px;
    height: 243px;
    transform: translate(150px, -150px);
    -webkit-transform: translate(150px, -150px);
    -moz-transform: translate(150px, -150px);
    transition: all 1.2s ease-out 0s;
    -webkit-transition: all 1.2s ease-out 0s;
    -moz-transition: all 1.2s ease-out 0s;
}

.p_course .main3 .div.d4 {
    left: 302px;
    top: 243px;
    width: 302px;
    height: 243px;
    transform: translate(150px, 150px);
    -webkit-transform: translate(150px, 150px);
    -moz-transform: translate(150px, 150px);
    transition: all 1.2s ease-out 0s;
    -webkit-transition: all 1.2s ease-out 0s;
    -moz-transition: all 1.2s ease-out 0s;
}

.p_course .main3 .div.d5 {
    background: #fff;
    right: 0;
    top: 0;
    padding: 0 60px;
    height: 486px;
    width: 476px;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform: scale(0.7) rotateX(60deg);
    -webkit-transform: scale(0.7) rotateX(60deg);
    -moz-transform: scale(0.7) rotateX(60deg);
    transition: all 1.2s ease-out 0s;
    -webkit-transition: all 1.2s ease-out 0s;
    -moz-transition: all 1.2s ease-out 0s;
}

.p_course .main3 .div.d5 .title {
    margin-top: 50px;
}

.p_course .main3 .div.d5 .title h2 {
    color: #eab145;
    font-size: 85px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1;
}

.p_course .main3 .div.d5 .title h3 {
    color: #eab145;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;
    margin-top: -5px;
}

.p_course .main3 .div.d5 .title h4 {
    color: #474747;
    font-size: 30px;
    line-height: 1.2;
    margin-top: 3px;
}

.p_course .main3 .div.d5 .title h5 {
    color: #474747;
    font-size: 14px;
    line-height: 1.2;
    margin-top: 10px;
}

.p_course .main3 .div.d5 .text {
    margin-top: 25px;
}

.p_course .main3 .div.d5 .text h3 {
    color: #474747;
    line-height: 1.2;
    font-size: 18px;
    margin-top: 20px;
}

.p_course .main3 .div.d5 .text p {
    color: #707070;
    line-height: 1.5;
    font-size: 14px;
    margin-top: 6px;
}

.p_course .main3 .div img {
    width: 100%;
    height: auto;
    -webkit-transition: all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.p_course .main3 .div:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.p_course .main3.show .div {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    opacity: 1;
}

.p_course .main3.show .div.d5 {
    transform: scale(1) rotateX(0deg);
    -webkit-transform: scale(1) rotateX(0deg);
    -moz-transform: scale(1) rotateX(0deg);
    opacity: 1;
}

.p_course .main4 {
    margin-top: 55px;
}

.p_course .main4 .title {
    text-align: center;
}

.p_course .main4 .title h2 {
    color: #e25a5a;
    font-size: 85px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1;
}

.p_course .main4 .title h3 {
    color: #e25a5a;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;
    margin-top: -5px;
}

.p_course .main4 .title h4 {
    color: #474747;
    font-size: 30px;
    line-height: 1.2;
    margin-top: 3px;
}

.p_course .main4 .title h5 {
    color: #474747;
    font-size: 14px;
    line-height: 1.2;
    margin-top: 10px;
}

.p_course .main4 .box {
    margin-top: 25px;
    height: 546px;
    position: relative;
}

.p_course .main4 .box .div {
    position: absolute;
    overflow: hidden;
    opacity: 0;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform: scale(0.7) rotateX(60deg);
    -webkit-transform: scale(0.7) rotateX(60deg);
    -moz-transform: scale(0.7) rotateX(60deg);
    transition: all 1.2s ease-out 0s;
    -webkit-transition: all 1.2s ease-out 0s;
    -moz-transition: all 1.2s ease-out 0s;
}

.p_course .main4 .box .div img {
    width: 100%;
    height: auto;
    -webkit-transition: all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.p_course .main4 .box .div:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.p_course .main4 .box .d1 {
    left: 0;
    top: 0;
    width: 394px;
    height: 546px;
}

.p_course .main4 .box .d2 {
    left: 402px;
    top: 0;
    width: 395px;
    height: 268px;
}

.p_course .main4 .box .d3 {
    right: 0;
    top: 0;
    width: 394px;
    height: 546px;
}

.p_course .main4 .box .d4 {
    background: url(../image/bg17.png) center center repeat;
    left: 402px;
    top: 279px;
    padding: 15px 35px 0;
    width: 325px;
    height: 252px;
}

.p_course .main4 .box .d4 h3 {
    color: #fff;
    line-height: 1.2;
    font-size: 18px;
    margin-top: 25px;
}

.p_course .main4 .box .d4 p {
    color: #fff;
    line-height: 1.5;
    font-size: 14px;
    margin-top: 6px;
}

.p_course .main4.show .div {
    transform: scale(1) rotateX(0deg);
    -webkit-transform: scale(1) rotateX(0deg);
    -moz-transform: scale(1) rotateX(0deg);
    opacity: 1;
}

.p_course .main5 {
    margin-top: 81px;
}

.p_course .main5 .title {
    text-align: center;
}

.p_course .main5 .title h3 {
    font-size: 30px;
    color: #474747;
    line-height: 1.2;
}

.p_course .main5 .title h4 {
    font-size: 30px;
    color: #e3a319;
    line-height: 1.3;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.p_course .main5 .focus {
    margin-top: 23px;
    height: 306px;
    position: relative;
    overflow: hidden;
}

.p_course .main5 .focus .frame {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.p_course .main5 .focus .frame .child {
    float: left;
    height: 184px;
}

.p_course .main5 .focus .frame .child .div {
    float: left;
    overflow: hidden;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    border: solid 6px #e3a319;
    position: relative;
    margin-left: 19px;
    width: 172px;
    height: 172px;
}

.p_course .main5 .focus .frame .child .div.a {
    margin-left: 0;
}

.p_course .main5 .focus .frame .child .div .black {
    display: block;
    background: url(../image/black10.png) center center repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
}

.p_course .main5 .focus .frame .child .div .black h3 {
    margin-top: 57px;
    text-align: center;
    height: 33px;
    line-height: 33px;
}

.p_course .main5 .focus .frame .child .div .black h3 span {
    display: inline-block;
}

.p_course .main5 .focus .frame .child .div .black h3 .s1 {
    background: url(../image/dian4.png) center 20px no-repeat;
    width: 7px;
    height: 33px;
    margin: 0 5px;
}

.p_course .main5 .focus .frame .child .div .black h3 .s2 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-top: -5px;
}

.p_course .main5 .focus .frame .child .div .black h3 .s2 b {
    font-size: 28px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.p_course .main5 .focus .frame .child .div .black h4 {
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
    margin-top: 10px;
}

.p_course .main5 .focus .frame .child .div img {
    width: 100%;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    height: auto;
}

.p_course .main5 .focus .nav {
    text-align: center;
    position: absolute;
    width: 100%;
}

.p_course .main5 .focus .nav a {
    display: inline-block;
    background: url(../image/dian3.png) right center no-repeat;
    width: 13px;
    height: 13px;
    margin: 0 3px;
    bottom: 0;
}

.p_course .main5 .focus .nav a.now {
    background: url(../image/dian3.png) left center no-repeat;
}

.k_course .bread {
    position: absolute;
    left: 0;
    top: 55px;
    width: 100%;
}

.k_course .main1 {
    background: url(../image/bg18.jpg) center top no-repeat;
    height: 1303px;
}

.k_course .main1 .inner1 {
    padding-top: 110px;
}

.k_course .inner1 .title {
    text-align: center;
}

.k_course .inner1 .title h3 {
    font-size: 32px;
    color: #474747;
    line-height: 1.2;
}

.k_course .inner1 .title h3 span {
    color: #33bdba;
    margin-right: 18px;
}

.k_course .inner1 .title h4 {
    font-size: 30px;
    color: #33bdba;
    line-height: 1.2;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 8px;
}

.k_course .inner1 .box {
    height: 451px;
    position: relative;
    margin-top: 35px;
}

.k_course .inner1 .box .pic {
    width: 602px;
    height: 451px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform: scale(0.7) rotateX(60deg);
    -webkit-transform: scale(0.7) rotateX(60deg);
    -moz-transform: scale(0.7) rotateX(60deg);
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
}

.k_course .inner1 .box .pic img {
    width: 100%;
    height: auto;
}

.k_course .inner1 .box .text {
    width: 508px;
    height: 338px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    background: #33bdba;
    padding: 113px 45px 0;
    opacity: 0;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform: scale(0.7) rotateX(60deg);
    -webkit-transform: scale(0.7) rotateX(60deg);
    -moz-transform: scale(0.7) rotateX(60deg);
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
}

.k_course .inner1 .box .text h3 {
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
    margin-top: 30px;
}

.k_course .inner1 .box .text p {
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 12px;
}

.k_course .inner2 {
    margin-top: 87px;
}

.k_course .inner2 .title {
    text-align: center;
}

.k_course .inner2 .title h3 {
    font-size: 26px;
    color: #474747;
    line-height: 1.2;
}

.k_course .inner2 .title h4 {
    font-size: 30px;
    color: #33bdba;
    line-height: 1.2;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-top: 7px;
}

.k_course .inner2 .focus {
    position: relative;
    height: 340px;
    margin-top: 30px;
    overflow: hidden;
}

.k_course .inner2 .focus .frame {
    height: 294px;
    position: relative;
    overflow: hidden;
}

.k_course .inner2 .focus .frame .child {
    float: left;
}

.k_course .inner2 .focus .frame .child .div {
    float: left;
    width: 255px;
    height: 294px;
    background: url(../image/yun.png) center center no-repeat;
    padding: 0 64px;
    margin-left: 25px;
}

.k_course .inner2 .focus .frame .child .div.a {
    margin-left: 0;
}

.k_course .inner2 .focus .frame .child .div h3 {
    text-align: center;
    margin-top: 67px;
    font-size: 20px;
    color: #474747;
    line-height: 1.2;
}

.k_course .inner2 .focus .frame .child .div h3 span {
    font-size: 40px;
    color: #707070;
    font-family: AvianRegular;
    margin-right: 5px;
}

.k_course .inner2 .focus .frame .child .div p {
    text-align: center;
    margin-top: 7px;
    font-size: 14px;
    color: #707070;
    line-height: 1.4;
}

.k_course .inner2 .focus .frame .child .div .more {
    display: block;
    background: url(../image/btn2.png) center center no-repeat;
    width: 117px;
    height: 34px;
    text-align: center;
    line-height: 35px;
    font-family: Arial, Helvetica, sans-serif;
    /*text-transform:uppercase;*/
    margin: 12px auto 0;
    font-size: 12px;
}

.k_course .focus .nav {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 0;
}

.k_course .focus .nav a {
    display: inline-block;
    background: url(../image/dian5.png) left center no-repeat;
    width: 15px;
    height: 15px;
    margin: 0 5px;
}

.k_course .focus .nav a.now {
    background: url(../image/dian5.png) right center no-repeat;
}

.k_course .main2 {
    background: url(../image/bg19.jpg) center top no-repeat;
    height: 1159px;
}

.k_course .main2 .title {
    text-align: center;
    padding-top: 97px;
}

.k_course .main2 .title h3 {
    font-size: 32px;
    color: #474747;
    line-height: 1.2;
}

.k_course .main2 .title h3 span {
    color: #33bdba;
    margin-right: 18px;
}

.k_course .main2 .title h4 {
    font-size: 30px;
    color: #33bdba;
    line-height: 1.2;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 5px;
}

.k_course .main2 .box {
    margin-top: 35px;
    position: relative;
}

.k_course .main2 .box .div {
    position: absolute;
    overflow: hidden;
    opacity: 0;
}

.k_course .main2 .box .d1 {
    left: 0;
    top: 0;
    width: 786px;
    height: 590px;
    transform: translateY(-200px);
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    transition: all 1.2s ease-out 0s;
    -webkit-transition: all 1.2s ease-out 0s;
    -moz-transition: all 1.2s ease-out 0s;
}

.k_course .main2 .box .d2 {
    right: 184px;
    top: 200px;
    width: 230px;
    height: 230px;
    background: url(../image/bg21.jpg) center center no-repeat;
    text-align: center;
    transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    transition: all 1.2s ease-out 0s;
    -webkit-transition: all 1.2s ease-out 0s;
    -moz-transition: all 1.2s ease-out 0s;
}

.k_course .main2 .box .d2 .t1 {
    margin-top: 67px;
}

.k_course .main2 .box .d2 h3 {
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    line-height: 1.2;
    margin-top: 14px;
}

.k_course .main2 .box .d3 {
    background: #33bdba;
    width: 472px;
    padding: 0 40px 0 46px;
    height: 416px;
    right: 0;
    top: 430px;
    transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    transition: all 1.2s ease-out 0s;
    -webkit-transition: all 1.2s ease-out 0s;
    -moz-transition: all 1.2s ease-out 0s;
}

.k_course .main2 .box .d3 h3 {
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
    margin-top: 103px;
}

.k_course .main2 .box .d3 h4 {
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    margin-top: 13px;
    font-family: Arial, Helvetica, sans-serif;
    /*text-transform:uppercase;*/
}

.k_course .main2 .box .d3 p {
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 10px;
}

.k_course .main2.show .div {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    opacity: 1;
}

.k_course .main3 {
    background: url(../image/bg20.jpg) center top no-repeat;
    height: 1272px;
}

.k_course .main3 .inner1 {
    padding-top: 80px;
}

.k_course .main4 {
    height: 705px;
}

.k_course .main4 .title {
    text-align: center;
    padding-top: 84px;
}

.k_course .main4 .title h3 {
    color: #000;
    line-height: 1.2;
    font-size: 32px;
}

.k_course .main4 .title h4 {
    color: #33bdba;
    line-height: 1.2;
    font-size: 30px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 7px;
}

.k_course .main4 .focus {
    margin-top: 37px;
    overflow: hidden;
    position: relative;
    height: 430px;
}

.k_course .main4 .focus .frame {
    overflow: hidden;
    position: relative;
    height: 383px;
}

.k_course .main4 .focus .frame .child {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.k_course .main4 .focus .frame .child .div {
    float: left;
    width: 383px;
    background: url(../image/bg22.png) center center no-repeat;
    height: 383px;
    text-align: center;
    margin-left: 25px;
}

.k_course .main4 .focus .frame .child .div.a {
    margin-left: 0;
}

.k_course .main4 .focus .frame .child .div .img {
    height: 214px;
    margin-top: 43px;
}

.k_course .main4 .focus .frame .child .div .img i {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.k_course .main4 .focus .frame .child .div .img img {
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.k_course .main4 .focus .frame .child .div:hover .img img {
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
}

.k_course .main4 .focus .frame .child .div h3 {
    color: #fff;
    line-height: 1.2;
    font-size: 30px;
}

.k_course .main4 .focus .frame .child .div h4 {
    color: #fff;
    line-height: 1.2;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    /*text-transform:uppercase;*/
    margin-top: 3px;
}

.k_course .main5 {
    background: #33bdba;
    height: 363px;
    padding-top: 92px;
}

.k_course .main5 .text {
    float: left;
    width: 741px;
    text-align: center;
}

.k_course .main5 .text h1 {
    font-size: 24px;
    color: #fff;
    line-height: 1.2;
}

.k_course .main5 .text h2 {
    font-size: 40px;
    color: #fff;
    line-height: 1.1;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    /*text-transform:uppercase;*/
    margin-top: 11px;
}

.k_course .main5 .text h3 {
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
}

.k_course .main5 .text h4 {
    color: #fff;
    font-size: 48px;
    line-height: 1;
    margin-top: 25px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase
}

.k_course .main5 .text h5 {
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: -2px;
}

.k_course .main5 .text .btn {
    display: block;
    background: url(../image/img9.png) 27px center no-repeat #4dd2cf;
    width: 192px;
    padding-left: 59px;
    color: #fff;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    border-radius: 5px;
    margin: 25px auto 0;
    text-align: left;
}

.k_course .main5 .er {
    width: 208px;
    margin-left: 36px;
    height: 336px;
    float: left;
}

.k_course .main5 .er .inner {
    width: 208px;
}

.k_course .main5 .er .inner .pic {
    width: 208px;
    height: 208px;
}

.k_course .main5 .er .inner .pic img {
    width: 100%;
    height: auto;
}

.k_course .main5 .er .inner h3 {
    font-size: 20px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    margin-top: 15px;
}

.k_course .main5 .er .inner h4 {
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    margin-top: 7px;
}

.k_course .main1.show .inner1 .pic,
.k_course .main1.show .inner1 .text,
.k_course .main3.show .inner1 .pic,
.k_course .main3.show .inner1 .text {
    transform: scale(1) rotateX(0deg);
    -webkit-transform: scale(1) rotateX(0deg);
    -moz-transform: scale(1) rotateX(0deg);
    opacity: 1;
}

.about .main1 {
    height: 1042px;
    padding-top: 100px;
}

.about .main1 .title {
    text-align: center;
}

.about .main1 .title h3 {
    color: #000;
    line-height: 1.2;
    font-size: 32px;
}

.about .main1 .title h4 {
    color: #e25a5a;
    line-height: 1.2;
    font-size: 30px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 7px;
}

.about .main1 .box {
    position: relative;
    width: 712px;
    height: 698px;
    margin: 35px auto 0;
}

.about .main1 .box .an1 {
    position: absolute;
    top: 0;
    left: -46px;
    opacity: 0;
    transform: translate(100px, 100px) rotateY(-50deg);
    -webkit-transform: translate(100px, 100px) rotateY(-50deg);
    -moz-transform: translate(100px, 100px) rotateY(-50deg);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
}

.about .main1 .box .an2 {
    position: absolute;
    top: -21px;
    right: -202px;
    opacity: 0;
    transform: translate(-100px, 100px) rotateY(-50deg);
    -webkit-transform: translate(-100px, 100px) rotateY(-50deg);
    -moz-transform: translate(-100px, 100px) rotateY(-50deg);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transition: all 1s ease-out 0.3s;
    -webkit-transition: all 1s ease-out 0.3s;
    -moz-transition: all 1s ease-out 0.3s;
}

.about .main1 .box .an3 {
    position: absolute;
    top: 164px;
    left: -204px;
    z-index: 2;
    opacity: 0;
    transform: translate(100px, 0) rotateY(-50deg);
    -webkit-transform: translate(100px, 0) rotateY(-50deg);
    -moz-transform: translate(100px, 0) rotateY(-50deg);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transition: all 1s ease-out 0.6s;
    -webkit-transition: all 1s ease-out 0.6s;
    -moz-transition: all 1s ease-out 0.6s;
}

.about .main1 .box .an4 {
    position: absolute;
    top: 231px;
    right: -259px;
    opacity: 0;
    transform: translate(-100px, 0) rotateY(-50deg);
    -webkit-transform: translate(-100px, 0) rotateY(-50deg);
    -moz-transform: translate(-100px, 0) rotateY(-50deg);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transition: all 1s ease-out 0.9s;
    -webkit-transition: all 1s ease-out 0.9s;
    -moz-transition: all 1s ease-out 0.9s;
}

.about .main1 .box .an5 {
    position: absolute;
    bottom: -150px;
    left: 13px;
    opacity: 0;
    transform: translate(100px, -100px) rotateY(-50deg);
    -webkit-transform: translate(100px, -100px) rotateY(-50deg);
    -moz-transform: translate(100px, -100px) rotateY(-50deg);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transition: all 1s ease-out 1.2s;
    -webkit-transition: all 1s ease-out 1.2s;
    -moz-transition: all 1s ease-out 1.2s;
}

.about .main1.show .box .img {
    transform: translate(0, 0) rotateY(0deg);
    -webkit-transform: translate(0, 0) rotateY(0deg);
    -moz-transform: translate(0, 0) rotateY(0deg);
    opacity: 1;
}

.about .main1 .box .c1 {
    width: 568px;
    height: 698px;
    background: url(../image/c10.png) center center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 68px 0 76px;
    z-index: 3;
}

.about .main1 .box .c1 h3 {
    color: #fff;
    font-size: 115px;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    margin-top: 128px;
}

.about .main1 .box .c1 h4 {
    color: #fff;
    font-size: 37px;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    /*text-transform:uppercase;*/
    margin-top: -10px;
}

.about .main1 .box .c1 p {
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
    margin-top: 20px;
}

.about .main1 .box .c1 .more {
    display: block;
    background: url(../image/btn9.png) center center no-repeat;
    width: 117px;
    height: 34px;
    text-align: center;
    line-height: 36px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    /*text-transform:uppercase;*/
    color: #fff;
    margin: 62px auto 0;
}

.about .main1 .box .er {
    position: absolute;
    right: 142px;
    top: 144px;
    width: 121px;
    height: 121px;
    border: solid 6px #8bd4eb;
    border-radius: 20px;
    overflow: hidden;
    z-index: 4;
}

.about .main1 .box .er img {
    width: 100%;
    height: auto;
}

.about .main1 .box .c2 {
    background: url(../image/c11.png) center center no-repeat;
    width: 305px;
    height: 304px;
    position: absolute;
    bottom: -99px;
    right: -41px;
    z-index: 4;
    text-align: center;
    opacity: 0;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    transition: all 1s ease-out 1.5s;
    -webkit-transition: all 1s ease-out 1.5s;
    -moz-transition: all 1s ease-out 1.5s;
    -webkit-animation: swinging 10s ease-in-out 2.8s infinite;
    -moz-animation: swinging 10s ease-in-out 2.8s infinite;
    animation: swinging 10s ease-in-out 2.8s infinite;
}

.about .main1 .box .c2:hover {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}

.about .main1 .box .c2 h3 {
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    margin-top: 100px;
}

.about .main1 .box .c2 h4 {
    color: #fff;
    font-size: 40px;
    line-height: 1.2;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-top: 5px;
}

.about .main1 .box .c2 h5 {
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: -2px;
}

.about .main1.show .box .c2 {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    opacity: 1;
}

.about .main2 {
    height: 727px;
    background: #b1d0ec;
}

.about .main2 .text {
    width: 547px;
    position: absolute;
    top: 87px;
    left: 11px;
    opacity: 0;
    transform: translate(-100px, 0) rotateY(-50deg);
    -webkit-transform: translate(-100px, 0) rotateY(-50deg);
    -moz-transform: translate(-100px, 0) rotateY(-50deg);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
}

.about .main2 .text h3 {
    background: url(../image/line4.png) right 4px no-repeat;
    font-size: 26px;
    display: inline-block;
    color: #474747;
    padding-right: 7px;
    line-height: 30px;
}

.about .main2 .text h4 {
    font-size: 32px;
    color: #474747;
    line-height: 1.2;
    margin-top: 10px;
}

.about .main2 .text p {
    font-size: 16px;
    color: #474747;
    line-height: 1.5;
    margin-top: 24px;
}

.about .main2 .text .sign {
    margin-top: 145px;
    float: right;
    padding-right: 86px;
    font-size: 16px;
    color: #474747;
    position: relative;
}

.about .main2 .text .sign img {
    position: absolute;
    right: -12px;
    top: -106px;
}

.about .main2 .pic {
    position: absolute;
    right: 70px;
    top: 4px;
    opacity: 0;
    transform: translate(100px, 0) rotateY(-50deg);
    -webkit-transform: translate(100px, 0) rotateY(-50deg);
    -moz-transform: translate(100px, 0) rotateY(-50deg);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
}

.about .main2.show .text,
.about .main2.show .pic {
    transform: translate(0, 0) rotateY(0deg);
    -webkit-transform: translate(0, 0) rotateY(0deg);
    -moz-transform: translate(0, 0) rotateY(0deg);
    opacity: 1;
}

.about .main3 {
    height: 920px;
    background: url(../image/bg23.jpg) center 242px no-repeat;
    margin-top: 105px;
}

.about .main3 .title_m h4 {
    color: #339dca;
    font-size: 36px;
    margin-top: 3px;
}

.about .main3 .box {
    margin-top: 30px;
}

.about .main3 .box .ul {
    height: 600px;
    position: relative;
    overflow: hidden;
}

.about .main3 .box .ul ul {
    position: absolute;
    width: 100%;
    top: 0;
}

.about .main3 .box .ul ul li {
    height: 100px;
    overflow: hidden;
}

.about .main3 .box .ul ul li .r {
    float: right;
    padding-left: 45px;
    width: 555px;
    height: 100px;
    margin-right: 16px;
}

.about .main3 .box .ul ul li .l {
    float: left;
    padding-right: 45px;
    width: 555px;
    text-align: right;
    height: 100px;
    margin-left: 16px;
}

.about .main3 .box .ul ul li .li1 {
    background: url(../image/dian6.png) left 7px no-repeat;
}

.about .main3 .box .ul ul li .li2 {
    background: url(../image/dian7.png) right 7px no-repeat;
}

.about .main3 .box .ul ul li .li3 {
    background: url(../image/dian8.png) left 7px no-repeat;
}

.about .main3 .box .ul ul li .li4 {
    background: url(../image/dian9.png) right 7px no-repeat;
}

.about .main3 .box .ul ul li h3 {
    font-size: 28px;
    color: #474747;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.about .main3 .box .ul ul li p {
    margin-top: 7px;
    font-size: 12px;
    color: #474747;
    line-height: 1.5;
}

/*符*/
.about .main3 .box .arrow_l {
    display: block;
    background: url(../image/arrow5.png) left top no-repeat;
    width: 26px;
    height: 20px;
    margin: 0 auto;
}

.about .main3 .box .arrow_r {
    display: block;
    background: url(../image/arrow5.png) right bottom no-repeat;
    width: 26px;
    height: 16px;
    margin: 15px auto 0;
}

.about .main3 .box .arrow_l:hover {
    background: url(../image/arrow5.png) right top no-repeat;
}

.about .main3 .box .arrow_r:hover {
    background: url(../image/arrow5.png) left bottom no-repeat;
}

/*符*/
.about .main3 .line {
    display: block;
    width: 30px;
    height: 53px;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: 678px;
    background: #fff;
}

.about .main4 {
    height: 700px;
    background: #e6eef8;
}

.about .main4 .title_m h4 {
    color: #e25a5a;
    font-size: 30px;
    margin-top: 3px;
}

#carousel3 {
    height: 487px;
    margin-top: 21px;
}

#carousel3 .div {
    width: 300px;
    float: left;
    height: 487px;
    position: relative;
    overflow: hidden;
}

#carousel3 .div .black {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../image/black30.png) center center repeat;
}

#carousel3 .div h3 {
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    margin: 127px 0 0 36px;
    width: 235px;
}

#carousel3 .div h4 {
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    margin: 3px 0 0 36px;
    font-family: Arial, Helvetica, sans-serif;
    width: 235px;
}

#carousel3 .div .black .arrow {
    background: url(../image/arrow6.png) center center no-repeat;
    display: block;
    width: 29px;
    height: 29px;
    margin: 30px 0 0 36px;
}

#carousel3 .div .up {
    background: url(../image/bg24.jpg) center center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

#carousel3 .div .up .p {
    width: 235px;
    margin: 20px 0 0 36px;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
}

#carousel3 .div .up .p p {
    clear: both;
}

#carousel3 .div .up .p p .s1 {
    float: left;
    width: 71px;
}

#carousel3 .div .up .p p .s2 {
    float: left;
    /*width:164px;*/
}

#carousel3 .div .up .p p .s2 b {
    display: block;
}

#prev3 {
    background: url(../image/arrow7.png) left top no-repeat;
    width: 28px;
    height: 52px;
    display: block;
    position: absolute;
    top: 234px;
    left: 0;
    z-index: 2;
}

#next3 {
    background: url(../image/arrow7.png) right top no-repeat;
    width: 28px;
    height: 52px;
    display: block;
    position: absolute;
    top: 234px;
    right: 0;
    z-index: 2;
}

.about .main5 {
    height: 585px;
    background: url(../image/bg25.jpg) center bottom no-repeat;
    padding-top: 139px;
}

.about .main5 .title_m h4 {
    font-weight: normal;
    margin-top: 2px;
}

.about .main5 .title_m p {
    width: 670px;
    font-size: 14px;
    color: #707070;
    line-height: 1.7;
    margin: 11px auto 0;
    height: 110px;
    text-align: left;
}

.about .main5 .box {
    width: 771px;
    margin: 0 auto;
    display: none;
}

.about .main5 .box .div {
    float: left;
    width: 227px;
    height: 226px;
    position: relative;
    margin: 0 15px;
}

.about .main5 .box .div .img {
    text-align: center;
    width: 227px;
    height: 226px;
    background: url(../image/c12.png) center center no-repeat;
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform: translateZ(0) rotateY(0);
    -moz-transform: translateZ(0) rotateY(0);
    -ms-transform: translateZ(0) rotateY(0);
    -o-transform: translateZ(0) rotateY(0);
    transform: translateZ(0) rotateY(0);
}

.about .main5 .box .div .img i {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.about .main5 .box .div .info {
    width: 227px;
    height: 226px;
    background: url(../image/c13.png) center center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.35s ease 0.35s;
    -moz-transition: all 0.35s ease 0.35s;
    -o-transition: all 0.35s ease 0.35s;
    transition: all 0.35s ease 0.35s;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}

.about .main5 .box .div .info h3 {
    color: #fff;
    font-size: 20px;
    margin: 68px auto 0;
    width: 170px;
}

.about .main5 .box .div .info p {
    color: #fff;
    font-size: 14px;
    margin: 16px auto 0;
    width: 175px;
    line-height: 1.5;
}

.about .main5 .box .div .info .arrow {
    display: block;
    background: url(../image/arrow8.png) center center no-repeat;
    width: 25px;
    height: 16px;
    margin: 20px auto 0;
}

.about .main5 .box .div:hover .img {
    opacity: 0;
    -webkit-transform: translateZ(-1000px) rotateY(90deg);
    -moz-transform: translateZ(-1000px) rotateY(90deg);
    -ms-transform: translateZ(-1000px) rotateY(90deg);
    -o-transform: translateZ(-1000px) rotateY(90deg);
    transform: translateZ(-1000px) rotateY(90deg);
}

.about .main5 .box .div:hover .info {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.rollIn {
    -webkit-animation-name: rollIn;
    -moz-animation-name: rollIn;
    -o-animation-name: rollIn;
    animation-name: rollIn;
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
    }
}

@-moz-keyframes rollIn {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%) rotate(-120deg);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0px) rotate(0deg);
    }
}

@-o-keyframes rollIn {
    0% {
        opacity: 0;
        -o-transform: translateX(-100%) rotate(-120deg);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0px) rotate(0deg);
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translateX(-100%) rotate(-120deg);
    }

    100% {
        opacity: 1;
        transform: translateX(0px) rotate(0deg);
    }
}

.about .main6 {
    height: 510px;
    background: #248db9;
}

.about .main6 .title_m {
    padding-top: 130px;
    color: #fff;
}

.about .main6 .title_m h3,
.about .main6 .title_m h4,
.about .main6 .title_m p {
    color: #fff;
}

.about .main6 .title_m h3 span {
    background: url(../image/line6.png) right center no-repeat;
}

.about .main6 .title_m h4 {
    /*text-transform:uppercase;*/
    font-size: 44px;
    margin-top: 12px;
}

.about .main6 .title_m p {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
}

.about .main6 .title_m .more {
    width: 117px;
    height: 34px;
    display: block;
    background: url(../image/btn4.png) center center no-repeat;
    text-align: center;
    line-height: 34px;
    color: #009de1;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    /*text-transform:uppercase;*/
    margin: 37px auto 0;
}

.k_home {
    background: #f7f7f7;
}

.k_home .main1 {
    position: relative;
    min-height: 499px;
}

.k_home .main1 .frame {
    overflow: hidden;
    position: relative;
}

.k_home .main1 .frame .child {
    float: left;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.k_home .main1 .frame .child .block {
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 0;
}

.k_home .main1 .frame .child img {
    width: 100%;
    height: auto;
    min-width: 1366px;
}

.k_home .main1 .frame .child .text {
    position: absolute;
    right: 10px;
    bottom: 100px;
    text-align: right;
    z-index: 2;
}

.k_home .main1 .frame .child .text h3 {
    color: #fff;
    font-size: 79px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;
    /*text-transform:uppercase;*/
}

.k_home .main1 .frame .child .text h4 {
    color: #fff;
    font-size: 42px;
    line-height: 1.2;
}

.k_home .main2 {
    background: url(../image/bg28.png) center top no-repeat;
    height: 1271px;
}

.k_home .main2 .box1 {
    height: 455px;
    position: relative;
}

.k_home .main2 .box1 .l {
    position: absolute;
    background: url(../image/bg27.png) center center no-repeat;
    width: 358px;
    height: 507px;
    left: 0;
    bottom: 0;
    opacity: 0;
    transform: translate(0, 200px);
    -webkit-transform: translate(0, 200px);
    -moz-transform: translate(0, 200px);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
}

.k_home .main2 .box1.show .l {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    opacity: 1;
}

.k_home .main2 .box1 .l h3 {
    width: 265px;
    margin: 135px auto 0;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    /*text-transform:uppercase;*/
    line-height: 1;
}

.k_home .main2 .box1 .r {
    position: absolute;
    width: 710px;
    right: 57px;
    top: 87px;
}

.k_home .main2 .box1 .r h3 {
    color: #00ada9;
    font-size: 30px;
    line-height: 1.2;
}

.k_home .main2 .box1 .r p {
    color: #707070;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 27px;
}

.k_home .main2 .box2 {
    margin-top: 67px;
    overflow: hidden;
}

.k_home .main2 .box2 .l {
    float: left;
    width: 370px;
    margin-left: 33px;
}

.k_home .main2 .box2 .l h3 {
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #00ada9;
    font-size: 90px;
    line-height: 0.95;
    /*text-transform:uppercase;*/
    margin-top: 45px;
}

.k_home .main2 .box2 .l h3 span {
    display: block;
    font-size: 70px;
}

.k_home .main2 .box2 .l h4 {
    font-size: 30px;
    color: #474747;
    line-height: 1.3;
}

.k_home .main2 .box2 .l .p {
    margin-top: 35px;
}

.k_home .main2 .box2 .l .p p {
    padding-left: 27px;
    font-size: 14px;
    line-height: 2;
    background: url(../image/star.png) left 8px no-repeat;
}

.k_home .main2 .box2 .l .p p a {
    color: #474747;
}

.k_home .main2 .box2 .r {
    float: right;
    width: 707px;
    position: relative;
    height: 487px;
    margin-right: 31px;
    opacity: 0;
    transform: translate(200px, 0);
    -webkit-transform: translate(200px, 0);
    -moz-transform: translate(200px, 0);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
}

.k_home .main2 .box2.show .r {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    opacity: 1;
}

.k_home .main2 .box2 .r .up {
    background: url(../image/k1.png) center center no-repeat;
    width: 707px;
    height: 439px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.k_home .main2 .box2 .r .more {
    display: block;
    background: url(../image/btn4.png) center center no-repeat;
    width: 117px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #00ada9;
    font-size: 12px;
    position: absolute;
    right: 27px;
    bottom: 0;
}

.k_home .main2 .box2 .r .frame {
    width: 707px;
    position: relative;
    height: 487px;
}

.k_home .main2 .box2 .r .frame .child {
    position: absolute;
    width: 707px;
    height: 487px;
    left: 0;
    top: 0;
}

.k_home .main2 .box2 .r .frame .child .pic {
    width: 707px;
    height: 439px;
    overflow: hidden;
}

.k_home .main2 .box2 .r .frame .child .pic img {
    width: 100%;
    height: auto;
    -webkit-transition: all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.k_home .main2 .box2 .r .frame .child:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    transform: scale(1.08);
}

.k_home .main2 .box2 .r .frame .child h3 {
    font-size: 18px;
    color: #474747;
    line-height: 1.2;
    margin: 20px 0 0 40px;
    line-height: 1.2;
    width: 500px;
}

.k_home .main2 .box2 .r .arrow_l {
    display: block;
    background: url(../image/arrow9.png) center center no-repeat;
    width: 71px;
    height: 32px;
    position: absolute;
    top: 206px;
    left: -46px;
    z-index: 3;
}

.k_home .main2 .box2 .r .arrow_r {
    display: block;
    background: url(../image/arrow10.png) center center no-repeat;
    width: 71px;
    height: 32px;
    position: absolute;
    top: 206px;
    right: -31px;
    z-index: 3;
}

.k_home .main3 {
    height: 1338px;
    position: relative;
}

.k_home .main3 .box1 {
    height: 562px;
    background: url(../image/line7.png) 240px top no-repeat;
    margin-top: -165px;
    width: 100%;
    position: relative;
    display: none;
}

.k_home .main3 .box1 .div {
    position: absolute;
    text-align: center;
}

.k_home .main3 .box1 .div h3 {
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    margin-top: 60px;
}

.k_home .main3 .box1 .div h4 {
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 2px;
}

.k_home .main3 .box1 .div h5 {
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    margin-top: 8px;
}

.k_home .main3 .box1 .c1 {
    background: url(../image/c14.png) center center no-repeat;
    width: 200px;
    height: 201px;
    left: 110px;
    bottom: 97px;
}

.k_home .main3 .box1 .c2 {
    background: url(../image/c15.png) center center no-repeat;
    width: 275px;
    height: 275px;
    left: 264px;
    bottom: 82px;
    z-indxe: 2;
}

.k_home .main3 .box1 .c3 {
    background: url(../image/c16.png) center center no-repeat;
    width: 275px;
    height: 275px;
    left: 460px;
    bottom: 0;
}

.k_home .main3 .box1 .c4 {
    background: url(../image/c17.png) center center no-repeat;
    width: 282px;
    height: 282px;
    left: 642px;
    bottom: 88px;
    z-indxe: 2;
}

.k_home .main3 .box1 .c5 {
    background: url(../image/c18.png) center center no-repeat;
    width: 205px;
    height: 206px;
    left: 867px;
    bottom: 60px;
}

.k_home .main3 .box1 .c2 h3,
.k_home .main3 .box1 .c3 h3,
.k_home .main3 .box1 .c4 h3 {
    margin-top: 80px;
}

.k_home .main3 .box1 .c5 h3 {
    margin-top: 50px;
}

.k_home .main3 .box2 {
    margin-top: 25px;
    height: 751px;
    position: relative;
    overflow: hidden;
}

.k_home .main3 .box2 img {
    position: absolute;
    left: 53px;
    top: 0;
    opacity: 0;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform: scale(0.7) rotateX(60deg);
    -webkit-transform: scale(0.7) rotateX(60deg);
    -moz-transform: scale(0.7) rotateX(60deg);
    transition: all 1.2s ease-out 0s;
    -webkit-transition: all 1.2s ease-out 0s;
    -moz-transition: all 1.2s ease-out 0s;
}

.k_home .main3 .box2.show img {
    transform: scale(1) rotateX(0deg);
    -webkit-transform: scale(1) rotateX(0deg);
    -moz-transform: scale(1) rotateX(0deg);
    opacity: 1;
}

.k_home .main4 {
    height: 655px;
    position: relative;
    margin-top: -268px;
}

.k_home .main4 .box {
    width: 1155px;
    margin: 0 auto;
    position: relative;
}

.k_home .main4 .box .div {
    position: absolute;
    top: 0;
    height: 600px;
    width: 385px;
    overflow: hidden;
    opacity: 0;
    transform: translate(0, 200px);
    -webkit-transform: translate(0, 200px);
    -moz-transform: translate(0, 200px);
    transition: all 1.2s ease-out 0s;
    -webkit-transition: all 1.2s ease-out 0s;
    -moz-transition: all 1.2s ease-out 0s;
}

.k_home .main4.show .box .div {
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    opacity: 1;
}

.k_home .main4 .box .d1 {
    background: #f46363;
    left: 0;
}

.k_home .main4 .box .d2 {
    background: #f7c15a;
    left: 385px;
}

.k_home .main4 .box .d3 {
    background: #3bc4ce;
    right: 0;
}

.k_home .main4 .box .div h2 {
    position: absolute;
    /*text-transform:uppercase;*/
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 90px;
    top: 45px;
    left: -6px;
}

.k_home .main4 .box .d1 h2 {
    font-size: 65px;
    color: #fa7070;
    top: 55px;
    left: -7px;
}

.k_home .main4 .box .d2 h2 {
    color: #fbd284;
}

.k_home .main4 .box .d3 h2 {
    color: #43d0da;
}

.k_home .main4 .box .div .img {
    height: 98px;
    text-align: center;
    margin-top: 119px;
}

.k_home .main4 .box .div .img i {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

/*.k_home .main4 .box .div .img img{transition:all 0.3s ease-out 0s;-webkit-transition:all 0.3s ease-out 0s;}
.k_home .main4 .box .div:hover .img img{transform:rotateY(-180deg);-webkit-transform:rotateY(-180deg);}*/
.k_home .main4 .box .div h3 {
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    margin-top: 31px;
}

.k_home .main4 .box .div p {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    margin: 14px auto 0;
    width: 318px;
}

.k_home .main4 .cloud {
    background: url(../image/cloud.png) center center no-repeat;
    height: 359px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -960px;
    z-index: 2;
    width: 1920px;
}

.k_home .main5 {
    height: 600px;
    background: #fff;
}

.k_home .main5 .box {
    background: url(../image/fw.png) 360px top no-repeat;
    height: 600px;
    position: absolute;
    top: 0;
    width: 1200px;
    left: 0;
    z-index: 3;
}

.k_home .main5 .box .mid {
    text-align: center;
    margin: 155px auto 0;
    width: 475px;
    position: relative;
}

.k_home .main5 .box .mid h3 {
    font-size: 30px;
    color: #474747;
    line-height: 1.1;
    font-weight: bold;
}

.k_home .main5 .box .mid h4 {
    font-size: 34px;
    color: #474747;
    line-height: 1.2;
    font-weight: bold;
    /*text-transform:uppercase;*/
    margin-top: 5px;
}

.k_home .main5 .box .mid .field {
    position: absolute;
    top: 150px;
    left: 212px;
}

.k_home .main5 .box .mid .field .s1 {
    display: block;
    font-size: 43px;
    color: #474747;
    line-height: 1.1;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    /*text-transform:uppercase;*/
}

.k_home .main5 .box .mid .field .s2 {
    font-size: 41px;
    color: #474747;
    line-height: 1;
}

.k_home .main5 .box .mid .num {
    font-size: 141px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    position: absolute;
    top: 130px;
    right: 266px;
    line-height: 1;
    color: #474747;
}

.k_home .main5 .box .div {
    position: absolute;
    font-size: 18px;
    line-height: 1.2;
    color: #474747;
    opacity: 0;
}

.k_home .main5 .box .l1 {
    background: url(../image/line8.png) right top no-repeat;
    padding: 27px 180px 0 0;
    top: 134px;
    right: 748px;
    transform: translate(200px, 0);
    -webkit-transform: translate(200px, 0);
    -moz-transform: translate(200px, 0);
    transition: all 1.2s ease-out 0s;
    -webkit-transition: all 1.2s ease-out 0s;
    -moz-transition: all 1.2s ease-out 0s;
}

.k_home .main5 .box .l2 {
    background: url(../image/line9.png) left top no-repeat;
    padding: 27px 0 0 175px;
    top: 134px;
    left: 758px;
    transform: translate(-200px, 0);
    -webkit-transform: translate(-200px, 0);
    -moz-transform: translate(-200px, 0);
    transition: all 1.2s ease-out 0s;
    -webkit-transition: all 1.2s ease-out 0s;
    -moz-transition: all 1.2s ease-out 0s;
}

.k_home .main5 .box .l3 {
    background: url(../image/line8.png) right top no-repeat;
    padding: 27px 180px 0 0;
    top: 283px;
    right: 837px;
    transform: translate(200px, 0);
    -webkit-transform: translate(200px, 0);
    -moz-transform: translate(200px, 0);
    transition: all 1.2s ease-out 0s;
    -webkit-transition: all 1.2s ease-out 0s;
    -moz-transition: all 1.2s ease-out 0s;
}

.k_home .main5 .box .l4 {
    background: url(../image/line9.png) left top no-repeat;
    padding: 27px 0 0 175px;
    top: 283px;
    left: 835px;
    transform: translate(-200px, 0);
    -webkit-transform: translate(-200px, 0);
    -moz-transform: translate(-200px, 0);
    transition: all 1.2s ease-out 0s;
    -webkit-transition: all 1.2s ease-out 0s;
    -moz-transition: all 1.2s ease-out 0s;
}

.k_home .main5 .box .l5 {
    background: url(../image/line8.png) right top no-repeat;
    padding: 27px 180px 0 0;
    top: 432px;
    right: 781px;
    transform: translate(200px, 0);
    -webkit-transform: translate(200px, 0);
    -moz-transform: translate(200px, 0);
    transition: all 1.2s ease-out 0s;
    -webkit-transition: all 1.2s ease-out 0s;
    -moz-transition: all 1.2s ease-out 0s;
}

.k_home .main5 .box .l6 {
    background: url(../image/line9.png) left top no-repeat;
    padding: 27px 0 0 175px;
    top: 432px;
    left: 768px;
    transform: translate(-200px, 0);
    -webkit-transform: translate(-200px, 0);
    -moz-transform: translate(-200px, 0);
    transition: all 1.2s ease-out 0s;
    -webkit-transition: all 1.2s ease-out 0s;
    -moz-transition: all 1.2s ease-out 0s;
}

.k_home .main5.show .box .div {
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    opacity: 1;
}

.k_home .main6 {
    background: url(../image/bg29.jpg) center 460px no-repeat #fff;
    height: 1500px;
}

.k_home .main6 .box1 {
    padding-top: 82px;
    position: relative;
    height: 560px;
}

.k_home .main6 .box1 .block {
    width: 1018px;
}

.k_home .main6 .box1 .up {
    background: url(../image/k2.png) center top no-repeat;
    width: 1194px;
    height: 345px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -608px;
    z-index: 2;
}

.k_home .main6 .box1 .block .div {
    width: 293px;
    margin: 0 23px;
    float: left;
}

.k_home .main6 .box1 .block .div .pic {
    width: 293px;
    height: 263px;
    overflow: hidden;
}

.k_home .main6 .box1 .block .div .pic img {
    width: 100%;
    height: auto;
    -webkit-transition: all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.k_home .main6 .box1 .block .div:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    transform: scale(1.08);
}

.k_home .main6 .box1 .block .div h3 {
    text-align: center;
    font-size: 24px;
    color: #474747;
    line-height: 1.2;
    margin-top: 26px;
}

.k_home .main6 .box1 .block .div h4 {
    text-align: center;
    font-size: 14px;
    color: #474747;
    line-height: 1.2;
    margin-top: 3px;
    font-family: Arial, Helvetica, sans-serif;
}

.k_home .main6 .box1 .block .div p {
    font-size: 14px;
    color: #707070;
    line-height: 1.5;
    text-align: center;
    margin-top: 6px;
}

.k_home .main6 .box2 .title {
    text-align: center;
}

.k_home .main6 .box2 .bbox {
    height: 593px;
    margin-top: 43px;
    position: relative;
}

.k_home .main6 .box2 .bbox .div1 {
    width: 269px;
    height: 292px;
    background: #f7c15a;
    position: absolute;
    left: 8px;
    top: 0;
    opacity: 0;
    transform: translate(200px, 0);
    -webkit-transform: translate(200px, 0);
    -moz-transform: translate(200px, 0);
    transition: all 1.2s ease-out 0s;
    -webkit-transition: all 1.2s ease-out 0s;
    -moz-transition: all 1.2s ease-out 0s;
}

.k_home .main6 .box2 .bbox .div1 h3 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    line-height: 1.3;
    width: 180px;
    margin: 102px auto 0;
}

.k_home .main6 .box2 .bbox .div2 {
    left: 288px;
    top: 0;
    width: 607px;
    height: 292px;
    position: absolute;
    opacity: 0;
    transform: translate(0, -200px);
    -webkit-transform: translate(0, -200px);
    -moz-transform: translate(0, -200px);
    transition: all 1.2s ease-out 0.2s;
    -webkit-transition: all 1.2s ease-out 0.2s;
    -moz-transition: all 1.2s ease-out 0.2s;
}

.k_home .main6 .box2 .bbox .div2 .text {
    background: #fff;
    width: 226px;
    background: #fff;
    height: 292px;
    float: left;
    padding: 0 31px;
}

.k_home .main6 .box2 .bbox .div2 .pic {
    width: 319px;
    height: 292px;
    float: left;
    overflow: hidden;
}

.k_home .main6 .box2 .bbox .div3 {
    right: 0;
    top: 0;
    width: 294px;
    height: 593px;
    position: absolute;
    opacity: 0;
    transform: translate(0, 200px);
    -webkit-transform: translate(0, 200px);
    -moz-transform: translate(0, 200px);
    transition: all 1.2s ease-out 0.4s;
    -webkit-transition: all 1.2s ease-out 0.4s;
    -moz-transition: all 1.2s ease-out 0.4s;
}

.k_home .main6 .box2 .bbox .div3 .text {
    background: #fff;
    width: 232px;
    height: 253px;
    padding: 0 31px;
    float: left;
}

.k_home .main6 .box2 .bbox .div3 .pic {
    width: 294px;
    height: 340px;
    overflow: hidden;
    float: left;
}

.k_home .main6 .box2 .bbox .div4 {
    left: 8px;
    bottom: 0;
    width: 887px;
    height: 292px;
    position: absolute;
    opacity: 0;
    transform: translate(-200px, 0);
    -webkit-transform: translate(-200px, 0);
    -moz-transform: translate(-200px, 0);
    transition: all 1.2s ease-out 0.6s;
    -webkit-transition: all 1.2s ease-out 0.6s;
    -moz-transition: all 1.2s ease-out 0.6s;
}

.k_home .main6 .box2 .bbox .div4 .text {
    background: #fff;
    width: 253px;
    height: 292px;
    float: left;
    padding: 0 31px;
}

.k_home .main6 .box2 .bbox .div4 .pic {
    width: 572px;
    height: 292px;
    overflow: hidden;
    float: left;
}

.k_home .main6 .box2.show .bbox .d {
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    opacity: 1;
}

.k_home .main6 .box2 .bbox .text h3 {
    font-size: 20px;
    color: #474747;
    margin-bottom: 17px;
    line-height: 1.1;
}

.k_home .main6 .box2 .bbox .text p {
    font-size: 14px;
    color: #474747;
    line-height: 1.7;
    margin-bottom: 7px;
}

.k_home .main6 .box2 .bbox .div2 .text h3 {
    margin-top: 82px;
}

.k_home .main6 .box2 .bbox .div3 .text h3 {
    margin-top: 77px;
}

.k_home .main6 .box2 .bbox .div4 .text h3 {
    margin-top: 55px;
}

.k_home .main6 .box2 .bbox .pic img {
    width: 100%;
    height: auto;
    -webkit-transition: all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.k_home .main6 .box2 .bbox div:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    transform: scale(1.08);
}

.k_home .main7 {
    height: 615px;
    background: #fff;
}

.k_home .main7 .title {
    text-align: center;
}

.k_home .main7 .title h3 {
    color: #eab145;
    font-size: 50px;
    font-weight: bold;
    line-height: 1;
    /*text-transform:uppercase;*/
    font-family: Arial, Helvetica, sans-serif;
}

.k_home .main7 .title h4 {
    font-size: 24px;
    color: #474747;
    line-height: 1.2;
}

.k_home .main7 .title h4 span {
    color: #eab145;
    font-size: 34px;
    font-weight: bold;
    margin-right: 8px;
}

#carousel4 {
    height: 387px;
    margin-top: 39px;
}

#carousel4 .div {
    width: 300px;
    float: left;
    height: 387px;
    position: relative;
    overflow: hidden;
}

#carousel4 .div .black {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../image/black10.png) center center repeat;
}

#carousel4 .div h3 {
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    margin: 288px 0 0 44px;
    width: 214px;
}

#carousel4 .div .black .arrow {
    background: url(../image/arrow11.png) center center no-repeat;
    display: block;
    width: 32px;
    height: 31px;
    margin: 12px 0 0 44px;
}

#carousel4 .div .up {
    background: #e2a624;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 41px 0 44px;
    width: 215px;
    height: 100%;
    display: none;
}

#carousel4 .div .up h4 {
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    margin-top: 83px;
}

#carousel4 .div .up p {
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 6px;
}

#carousel4 .div .up .more {
    background: url(../image/more1.png) left center no-repeat;
    font-size: 12px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 40px;
    line-height: 35px;
    display: block;
    position: absolute;
    left: 44px;
    bottom: 30px;
}

#prev4 {
    background: url(../image/arrow12.png) left top no-repeat;
    width: 38px;
    height: 71px;
    display: block;
    position: absolute;
    top: 200px;
    left: 21px;
    z-index: 2;
}

#next4 {
    background: url(../image/arrow12.png) right top no-repeat;
    width: 38px;
    height: 71px;
    display: block;
    position: absolute;
    top: 200px;
    right: 21px;
    z-index: 2;
}

.k_home .main8 {
    height: 707px;
    background: url(../image/bg30.jpg) center bottom no-repeat #fff;
}

.k_home .main8 .title {
    text-align: center;
}

.k_home .main8 .title h3 {
    color: #e25a5a;
    font-size: 50px;
    font-weight: bold;
    line-height: 1;
    /*text-transform:uppercase;*/
    font-family: Arial, Helvetica, sans-serif;
}

.k_home .main8 .title h4 {
    font-size: 24px;
    color: #474747;
    line-height: 1.2;
}

.k_home .main8 .title h4 span {
    color: #e25a5a;
    font-size: 34px;
    font-weight: bold;
    margin-right: 8px;
}

.k_home .main8 .box {
    margin-top: 29px;
    height: 480px;
}

.k_home .main8 .box .links {
    float: left;
    width: 88px;
}

.k_home .main8 .box .links .div {
    background: #f07777;
    height: 95px;
    margin-bottom: 1px;
    text-align: center;
    float: left;
    width: 88px;
    cursor: pointer;
}

.k_home .main8 .box .links .div .img {
    height: 43px;
    margin-top: 17px;
}

.k_home .main8 .box .links .div .img i {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.k_home .main8 .box .links .div span {
    color: #fff;
    font-size: 14px;
}

.k_home .main8 .box .links .div.now {
    background: #e25a5a;
}

.k_home .main8 .box .tabbs {
    background: #e25a5a;
    width: 1055px;
    float: left;
    height: 455px;
    padding: 24px 17px 0 40px;
}

.k_home .main8 .box .tabbs .inner {
    height: 431px;
    overflow: auto;
}

.k_home .main8 .box .tabbs .inner .div {
    border-bottom: solid 1px #f07777;
    width: 1017px;
}

.k_home .main8 .box .tabbs .inner .div h3 {
    font-size: 18px;
    color: #fff;
    line-height: 53px;
    cursor: pointer;
}

.k_home .main8 .box .tabbs .inner .div .hide {
    padding-bottom: 15px;
    font-size: 14px;
    color: #fff;
    line-height: 1.6;
    display: none;
}

.k_home .main9 {
    background: #00ada9;
    height: 380px;
    padding-top: 75px;
}

.k_home .main9 .text {
    float: left;
    width: 576px;
    text-align: center;
    margin-left: 83px;
}

.k_home .main9 .text h1 {
    font-size: 24px;
    color: #fff;
    line-height: 1.2;
    margin-top: 20px;
}

.k_home .main9 .text h2 {
    font-size: 40px;
    color: #fff;
    line-height: 1.1;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    /*text-transform:uppercase;*/
    margin-top: 11px;
}

.k_home .main9 .text h3 {
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
}

.k_home .main9 .text h4 {
    color: #fff;
    font-size: 48px;
    line-height: 1;
    margin-top: 25px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase
}

.k_home .main9 .text h5 {
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: -2px;
}

.k_home .main9 .text .btn {
    display: block;
    background: url(../image/img9.png) 27px center no-repeat #4dd2cf;
    width: 192px;
    padding-left: 59px;
    color: #fff;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    border-radius: 5px;
    margin: 25px auto 0;
    text-align: left;
}

.k_home .main9 .er {
    width: 208px;
    padding-left: 117px;
    height: 286px;
    float: left;
    border-left: solid 1px #44bbb8;
    padding-top: 18px;
}

.k_home .main9 .er .inner {
    width: 208px;
}

.k_home .main9 .er .inner .pic {
    width: 208px;
    height: 208px;
}

.k_home .main9 .er .inner .pic img {
    width: 100%;
    height: auto;
}

.k_home .main9 .er .inner h3 {
    font-size: 20px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    margin-top: 15px;
}

.k_home .main9 .er .inner h4 {
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    margin-top: 7px;
}

.p_home .main1 {
    position: relative;
    min-height: 499px;
}

.p_home .main1 .frame {
    position: relative;
    overflow: hidden;
}

.p_home .main1 .frame .child {
    float: left;
    width: 100%;
    position: relative;
}

.p_home .main1 .frame .child>img {
    width: 100%;
    height: auto;
    min-width: 1366px;
}

.p_home .main1 .frame .child .text {
    text-align: center;
    width: 1200px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 33%;
}

/*符*/
.p_home .main1 .frame .child .text h3 {
    color: #fff;
    font-size: 28px;
    line-height: 1.2;
    margin-top: 160px;
}

.p_home .main1 .frame .child .text h3 span {
    font-weight: bold;
}

.p_home .main1 .nav {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 26px;
}

.p_home .main1 .nav a {
    display: inline-block;
    background: url(../image/dian10.png) left center no-repeat;
    width: 13px;
    height: 13px;
    margin: 0 3px;
}

.p_home .main1 .nav a.now {
    background: url(../image/dian10.png) right center no-repeat;
}

.p_home .main1 .box {
    background: url(../image/bg32.png) center center no-repeat;
    width: 344px;
    height: 461px;
    position: absolute;
    bottom: 5%;
    right: 50%;
    margin-right: -600px;
    opacity: 0;
    transform: translate(100px, 0) rotateY(-50deg);
    -webkit-transform: translate(100px, 0) rotateY(-50deg);
    -moz-transform: translate(100px, 0) rotateY(-50deg);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transition: all 1s ease-out 0.3s;
    -webkit-transition: all 1s ease-out 0.3s;
    -moz-transition: all 1s ease-out 0.3s;
}

.p_home .main1.show .box {
    transform: translate(0, 0) rotateY(0deg);
    -webkit-transform: translate(0, 0) rotateY(0deg);
    -moz-transform: translate(0, 0) rotateY(0deg);
    opacity: 1;
}

.p_home .main1 .box h3 {
    font-size: 22px;
    color: #474747;
    line-height: 1.2;
    text-align: center;
    margin-top: 40px;
}

.p_home .main1 .box h4 {
    font-size: 20px;
    color: #eab145;
    line-height: 1.2;
    text-align: center;
    margin: 2px 0 12px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.p_home .main1 .box .div {
    border-bottom: solid 1px #aec4d0;
    height: 39px;
    width: 276px;
    margin: 0 auto;
}

.p_home .main1 .box .div span {
    color: #474747;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 39px;
    padding-left: 6px;
    width: 80px;
    height: 39px;
    background: none;
    border: none;
}

.p_home .main1 .box .div span.textbox .textbox-addon {
    height: 100%;
    line-height: inherit;
}

.p_home .main1 .box .div input {
    border: none;
    color: #474747;
    float: left;
    font-size: 14px;
    height: 39px;
    line-height: 39px;
    width: 180px;
    background: none;
    padding: 0;
}

.p_home .main1 .box .div.date input {
    width: 160px;
}

.p_home .main1 .box .div.date .rl {
    display: block;
    float: right;
    height: 39px;
    width: 19px;
    background: url(../image/calender.png) center center no-repeat;
}

.p_home .main1 .box .div.yzm input {
    width: 100px;
}

.p_home .main1 .box .div.yzm .yz {
    color: #fff;
    display: block;
    float: right;
    height: 39px;
    line-height: 39px;
    text-align: center;
    width: 90px;
    background: #a8cfe3;
}

.p_home .main1 .box .div .select {
    background: url(../image/arrow13.png) right center no-repeat;
    width: 190px;
    height: 39px;
    line-height: 39px;
    font-size: 14px;
    color: #fff;
    position: relative;
    cursor: pointer;
    float: left;
}

.p_home .main1 .box .div .select ul {
    width: 276px;
    height: 0;
    line-height: 30px;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    left: -86px;
    top: 39px;
    z-index: 3;
}

.p_home .main1 .box .div .select span {
    font-size: 14px;
    color: #474747;
    display: block;
    height: 39px;
    width: 184px;
}

.p_home .main1 .box .div .select li {
    background: #aec4d0;
    cursor: pointer;
    line-height: 39px;
    color: #fff;
    text-align: center;
}

.p_home .main1 .box .div .select li:hover {
    background: #a8cfe3;
}

.p_home .main1 .box .div .select li.val {
    background: none;
}

.p_home .main1 .box .btn {
    display: block;
    height: 42px;
    background: #eab145;
    color: #fff;
    text-align: center;
    width: 276px;
    margin: 13px auto 0;
    line-height: 42px;
    font-size: 18px;
    border-radius: 5px;
}

.p_home .main2 {
    height: 815px;
}

.p_home .main2 .box {
    background: url(../image/pic69.jpg) 9px top no-repeat;
    height: 728px;
    position: absolute;
    left: 0;
    top: 87px;
    width: 1200px;
}

.p_home .main2 .box .text1 {
    position: absolute;
    top: 165px;
    left: 54px;
}

.p_home .main2 .box .text1 h3 {
    font-size: 30px;
    color: #474747;
    line-height: 1.2;
}

.p_home .main2 .box .text1 h4 {
    font-size: 50px;
    color: #fed7b8;
    line-height: 1;
    font-weight: bold;
    /*text-transform:uppercase;*/
    margin-top: 12px;
    margin-left: -2px;
}

.p_home .main2 .box .text2 {
    text-align: center;
    color: #fff;
    font-size: 18px;
    position: absolute;
    width: 86px;
    left: 409px;
    font-weight: bold;
    top: 20px;
    line-height: 1.3;
}

.p_home .main2 .box span {
    font-family: Arial, Helvetica, sans-serif;
}

.p_home .main2 .box .text3 {
    position: absolute;
    left: 580px;
    top: 68px;
}

.p_home .main2 .box .text3 h3 {
    color: #fff;
    font-size: 11px;
    line-height: 1;
}

.p_home .main2 .box .text3 h4 {
    color: #fff;
    font-size: 13px;
    line-height: 1;
}

.p_home .main2 .box .text3 h3 span {
    font-size: 31px;
    font-weight: bold;
}

.p_home .main2 .box .text4 {
    position: absolute;
    left: 865px;
    top: 80px;
}

.p_home .main2 .box .text4 span {
    color: #eab145;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    margin-left: -2px;
}

.p_home .main2 .box h5 {
    font-size: 14px;
    color: #474747;
    line-height: 1;
}

.p_home .main2 .box .text5 {
    position: absolute;
    left: 690px;
    top: 190px;
    text-align: center;
}

.p_home .main2 .box .text5 span {
    color: #e25a5a;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
}

.p_home .main2 .box .text6 {
    position: absolute;
    right: 586px;
    top: 210px;
    text-align: right;
}

.p_home .main2 .box .text6 b {
    color: #339dca;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
}

.p_home .main2 .box .text7 {
    position: absolute;
    right: 600px;
    top: 360px;
    text-align: right;
}

.p_home .main2 .box .text7 span {
    color: #eab145;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
}

.p_home .main2 .box .text8 {
    position: absolute;
    left: 931px;
    top: 383px;
}

.p_home .main2 .box .text8 span {
    color: #e25a5a;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    margin-left: -2px;
}

.p_home .main2 .box .text9 {
    position: absolute;
    left: 1022px;
    top: 563px;
}

.p_home .main2 .box .text9 span {
    color: #339dca;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    margin-left: -5px;
}

.p_home .main2 .box .text10 {
    /*text-transform:uppercase;*/
    font-size: 30px;
    color: #474747;
    font-weight: bold;
    position: absolute;
    left: 547px;
    top: 504px;
}

.p_home .main2 .box .text11 {
    text-align: center;
    width: 224px;
    position: absolute;
    left: 390px;
    top: 593px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.p_home .main2 .box .text11 span {
    font-size: 32px;
    margin: 0 2px;
}

.p_home .main3 {
    background: url(../image/bg33.jpg) center top no-repeat;
    height: 801px;
}

.p_home .main3 .title {
    position: absolute;
    top: 170px;
    left: 20px;
}

.p_home .main3 .title h3 {
    font-size: 30px;
    color: #474747;
    line-height: 1.2;
}

.p_home .main3 .title h4 {
    font-size: 44px;
    color: #fed7b8;
    line-height: 1;
    font-weight: bold;
    /*text-transform:uppercase;*/
    margin-top: 8px;
    margin-left: -2px;
}

.p_home .main3 .div {
    position: absolute;
    display: none;
}

.p_home .main3 .div .pic {
    overflow: hidden;
    border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    -o-border-radius: 500px;
    position: relative;
}

.p_home .main3 .div .pic .black {
    background: url(../image/black20.png) center center repeat;
    border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    -o-border-radius: 500px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.p_home .main3 .div .pic img {
    width: 100%;
    height: auto;
    border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    -o-border-radius: 500px;
}

.p_home .main3 .div .pic .black h3 {
    color: #fff;
    text-align: center;
    font-family: impact;
}

.p_home .main3 .div h4 {
    text-align: center;
    font-size: 12px;
    color: #474747;
    line-height: 1.6;
    margin: 12px auto 0;
}

.p_home .main3 .d1 {
    width: 240px;
    top: 80px;
    left: 387px;
}

.p_home .main3 .d1 .pic {
    width: 240px;
    height: 240px;
}

.p_home .main3 .d1 h3 {
    font-size: 50px;
    margin-top: 158px;
}

.p_home .main3 .d1 h4 {
    width: 191px;
}

.p_home .main3 .d2 {
    width: 197px;
    top: 150px;
    left: 672px;
}

.p_home .main3 .d2 .pic {
    width: 197px;
    height: 197px;
}

.p_home .main3 .d2 h3 {
    font-size: 40px;
    margin-top: 126px;
}

.p_home .main3 .d2 h4 {
    width: 142px;
}

.p_home .main3 .d3 {
    width: 237px;
    top: 89px;
    left: 954px;
}

.p_home .main3 .d3 .pic {
    width: 237px;
    height: 237px;
}

.p_home .main3 .d3 h3 {
    font-size: 50px;
    margin-top: 156px;
}

.p_home .main3 .d4 {
    width: 187px;
    top: 405px;
    left: 911px;
}

.p_home .main3 .d4 .pic {
    width: 187px;
    height: 187px;
}

.p_home .main3 .d4 h3 {
    font-size: 40px;
    margin-top: 114px;
}

.p_home .main3 .d5 {
    width: 239px;
    top: 413px;
    left: 615px;
}

.p_home .main3 .d5 .pic {
    width: 239px;
    height: 239px;
}

.p_home .main3 .d5 h3 {
    font-size: 50px;
    margin-top: 148px;
}

.p_home .main3 .d5 h4 {
    width: 130px;
}

.p_home .main3 .d6 {
    width: 205px;
    top: 394px;
    left: 349px;
}

.p_home .main3 .d6 .pic {
    width: 205px;
    height: 205px;
}

.p_home .main3 .d6 h3 {
    font-size: 40px;
    margin-top: 134px;
}

.p_home .main3 .d6 h4 {
    width: 178px;
}

.p_home .main3 .d7 {
    width: 238px;
    top: 378px;
    left: 40px;
}

.p_home .main3 .d7 .pic {
    width: 238px;
    height: 238px;
}

.p_home .main3 .d7 h3 {
    font-size: 50px;
    margin-top: 145px;
}

.p_home .main4 {
    height: 907px;
    background: url(../image/bg34.jpg) center top no-repeat;
}

.p_home .main4 .title {
    text-align: center;
    padding-top: 71px;
}

.p_home .main4 .title h2 {
    font-size: 30px;
    color: #474747;
    line-height: 1.2;
}

.p_home .main4 .title h3 {
    font-size: 50px;
    color: #fed7b8;
    line-height: 1.2;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    /*text-transform:uppercase;*/
    margin-top: 2px;
}

.p_home .main4 .title h4 {
    font-size: 18px;
    color: #707070;
    line-height: 1.2;
}

.p_home .main4 .title h5 {
    font-size: 16px;
    color: #707070;
    line-height: 1.2;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 3px;
}

.p_home .main4 .box {
    height: 673px;
    position: relative;
    margin-top: 24px;
    opacity: 0;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform: scale(0.7) rotateX(60deg);
    -webkit-transform: scale(0.7) rotateX(60deg);
    -moz-transform: scale(0.7) rotateX(60deg);
    transition: all 1.2s ease-out 0s;
    -webkit-transition: all 1.2s ease-out 0s;
    -moz-transition: all 1.2s ease-out 0s;
}

.p_home .main4.show .box {
    transform: scale(1) rotateX(0deg);
    -webkit-transform: scale(1) rotateX(0deg);
    -moz-transform: scale(1) rotateX(0deg);
    opacity: 1;
}

.p_home .main4 .box .up {
    background: url(../image/k3.png) center center no-repeat;
    height: 673px;
    width: 1920px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    top: 0;
    z-index: 2;
}

.p_home .main4 .box .div {
    position: absolute;
}

.p_home .main4 .box .div .text {
    background: url(../image/black50.png) center center repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.p_home .main4 .box .div .text h3 {
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
}

.p_home .main4 .box .div .text h4 {
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 2px;
}

.p_home .main4 .box .div .text p {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 5px;
}

.p_home .main4 .box .d1 {
    width: 304px;
    height: 215px;
    left: 37px;
    top: 192px;
    overflow: hidden;
}

.p_home .main4 .box .d1 .inner {
    width: 225px;
    text-align: center;
    margin: 78px 0 0 39px;
}

.p_home .main4 .box .d2 {
    width: 310px;
    height: 200px;
    left: 284px;
    top: 10px;
    overflow: hidden;
}

.p_home .main4 .box .d2 .inner {
    width: 258px;
    text-align: center;
    margin: 44px 0 0 30px;
}

.p_home .main4 .box .d3 {
    width: 310px;
    height: 200px;
    left: 632px;
    top: 15px;
    overflow: hidden;
}

.p_home .main4 .box .d3 .inner {
    width: 252px;
    text-align: center;
    margin: 62px 0 0 29px;
}

.p_home .main4 .box .d4 {
    width: 304px;
    height: 215px;
    left: 890px;
    top: 184px;
    overflow: hidden;
}

.p_home .main4 .box .d4 .inner {
    width: 255px;
    text-align: center;
    margin: 59px 0 0 25px;
}

.p_home .main5 {
    height: 1015px;
    background: #ecf4ff;
}

.p_home .main5 .title {
    text-align: center;
    padding-top: 24px;
}

.p_home .main5 .title h3 {
    font-size: 30px;
    color: #474747;
    line-height: 1.2;
}

.p_home .main5 .title h4 {
    font-size: 40px;
    color: #fed7b8;
    line-height: 1.2;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    /*text-transform:uppercase;*/
    margin-top: 1px;
}

.p_home .main5 .box {
    width: 1140px;
    margin: 25px auto 0;
    height: 810px;
}

.p_home .main5 .box .div {
    float: left;
    width: 380px;
    height: 270px;
    overflow: hidden;
    text-align: center;
    opacity: 0;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform: scale(0.7) rotateX(60deg);
    -webkit-transform: scale(0.7) rotateX(60deg);
    -moz-transform: scale(0.7) rotateX(60deg);
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
}

.p_home .main5.show .box .div {
    transform: scale(1) rotateX(0deg);
    -webkit-transform: scale(1) rotateX(0deg);
    -moz-transform: scale(1) rotateX(0deg);
    opacity: 1;
}

.p_home .main5 .box .div a {
    display: block;
    width: 100%;
    height: 100%;
}

.p_home .main5 .box .div .text1 {
    padding-top: 85px;
}

.p_home .main5 .box .div .text1 h2 {
    color: #fff;
    font-size: 16px;
    line-height: 1.1;
}

.p_home .main5 .box .div .text1 h2 b {
    font-size: 18px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 5px;
}

.p_home .main5 .box .div .text1 h3 {
    color: #fff;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.2;
}

.p_home .main5 .box .div .text1 h4 {
    color: #fff;
    font-size: 16px;
    margin-top: 5px;
    line-height: 1.2;
}

.p_home .main5 .box .div .text1 h4 span {
    font-size: 30px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.p_home .main5 .box .div .text1 h5 {
    color: #fff;
    font-size: 13px;
    margin-top: 4px;
    line-height: 1.2;
}

.p_home .main5 .box .div .text2 p {
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    width: 250px;
    padding-top: 105px;
}

.p_home .main5 .box .div .text3 {
    padding-top: 125px;
}

.p_home .main5 .box .div .text3 p {
    display: inline-block;
    margin: 0 12px;
    font-size: 16px;
    color: #fff;
    line-height: 19px;
    padding-right: 43px;
    background: url(../image/arrow14.png) right center no-repeat;
}

.p_home .main6 {
    background: url(../image/bg35.jpg) center top no-repeat;
    height: 853px;
}

.p_home .main6 .title {
    text-align: center;
    padding-top: 97px;
}

.p_home .main6 .title h3 {
    font-size: 50px;
    color: #7d391d;
    font-family: Arial, Helvetica, sans-serif;
    /*text-transform:uppercase;*/
    line-height: 1.2;
    font-weight: bold;
}

.p_home .main6 .title h4 {
    font-size: 30px;
    color: #7d391d;
    line-height: 1.2;
}

.p_home .main6 .title h4 b {
    font-weight: bold;
}

.p_home .main6 .box {
    margin-top: 37px;
    position: relative;
}

.p_home .main6 .box .div1 {
    position: absolute;
    top: 6px;
    left: 19px;
    opacity: 0;
    transform: translate(-200px, 0);
    -webkit-transform: translate(-200px, 0);
    -moz-transform: translate(-200px, 0);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transition: all 1s ease-out 0.3s;
    -webkit-transition: all 1s ease-out 0.3s;
    -moz-transition: all 1s ease-out 0.3s;
}

.p_home .main6 .box .div2 {
    position: absolute;
    top: 180px;
    left: 19px;
    opacity: 0;
    transform: translate(-200px, 0);
    -webkit-transform: translate(-200px, 0);
    -moz-transform: translate(-200px, 0);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transition: all 1s ease-out 0.6s;
    -webkit-transition: all 1s ease-out 0.6s;
    -moz-transition: all 1s ease-out 0.6s;
}

.p_home .main6 .box .div3 {
    position: absolute;
    top: 6px;
    right: 19px;
    opacity: 0;
    transform: translate(200px, 0);
    -webkit-transform: translate(200px, 0);
    -moz-transform: translate(200px, 0);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transition: all 1s ease-out 0.3s;
    -webkit-transition: all 1s ease-out 0.3s;
    -moz-transition: all 1s ease-out 0.3s;
}

.p_home .main6 .box .div4 {
    position: absolute;
    top: 260px;
    right: 19px;
    opacity: 0;
    transform: translate(200px, 0);
    -webkit-transform: translate(200px, 0);
    -moz-transform: translate(200px, 0);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transition: all 1s ease-out 0.6s;
    -webkit-transition: all 1s ease-out 0.6s;
    -moz-transition: all 1s ease-out 0.6s;
}

.p_home .main6 .box .kid {
    position: absolute;
    top: 0;
    left: 439px;
    opacity: 0;
    transform: translate(0, 200px);
    -webkit-transform: translate(0, 200px);
    -moz-transform: translate(0, 200px);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
}

.p_home .main6.show .box .kid,
.p_home .main6.show .box .div1,
.p_home .main6.show .box .div2,
.p_home .main6.show .box .div3,
.p_home .main6.show .box .div4 {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    opacity: 1;
}

.p_home .main7 {
    height: 323px;
    padding-top: 102px;
}

.p_home .main7 .text {
    float: left;
    width: 340px;
    margin-left: 222px;
}

.p_home .main7 .text h3 {
    font-size: 50px;
    color: #fed7b8;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.2;
    /*text-transform:uppercase;*/
}

.p_home .main7 .text p {
    font-size: 20px;
    color: #474747;
    line-height: 1.5;
}

.p_home .main7 .text h4 {
    font-size: 50px;
    color: #474747;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;
    margin-top: 6px;
}

.p_home .main7 .text h5 {
    font-size: 20px;
    color: #474747;
    line-height: 1.2;
    font-family: Arial, Helvetica, sans-serif;
}

.p_home .main7 .er {
    float: left;
    margin: 0 0 0 95px;
}

.p_home .main7 .er .div {
    float: left;
    width: 142px;
    float: left;
    margin-right: 40px;
}

.p_home .main7 .er .div .pic {
    width: 142px;
    height: 142px;
    overflow: hidden;
}

.p_home .main7 .er .div .pic img {
    width: 100%;
    height: auto;
}

.p_home .main7 .er .div h3 {
    text-align: center;
    font-size: 14px;
    color: #474747;
    margin-top: 10px;
}

.play-icon {
    width: 100px;
    height: 99px;
    display: inline-block;
    background: url("../../../Home/images/play-icon.png");
    margin-top: 85px;
    cursor: pointer;
}

.p_home .video-widget {
    height: 100%;
    width: 100%;
}

.p_home .video-widget .player {
    display: none;
}

.p_home .video-widget:hover .player {
    display: inline-block;
    line-height: 100%;
}

.p_home .video-widget:hover .text1 {
    display: none;
}

.p_home .video-widget .video-link {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
    display: inline-block;
    height: auto !important;
    width: auto !important;
}

.winVideo {
    position: relative;
}

.winVideo .video-more {
    color: #fff;
}

.winVideo .video-top {
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #000;
    position: absolute;
    padding-right: 10px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
}

.region .bread {
    position: absolute;
    left: 0;
    top: 55px;
    width: 100%;
    z-index: 2;
}

.region .main1 {
    background: url(../image/bg37.jpg) center top no-repeat;
    height: 1300px;
}

.region .main1 .title {
    text-align: center;
    padding-top: 82px;
}

.region .main1 .title h3 {
    color: #474747;
    font-size: 32px;
    line-height: 1.2;
}

.region .main1 .title h4 {
    color: #339dca;
    font-size: 30px;
    line-height: 1.2;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-top: 3px;
}

.region .main1 .title h5 {
    color: #474747;
    font-size: 16px;
    line-height: 1.2;
    margin-top: 3px;
}

.region .main1 .links {
    height: 169px;
    margin-top: 27px;
    position: relative;
}

.region .main1 .links .c1 {
    position: absolute;
    left: 472px;
    top: 0;
    background: url(../image/c19.png) center center no-repeat;
    width: 160px;
    height: 160px;
    text-align: center;
}

.region .main1 .links .c2 {
    position: absolute;
    left: 600px;
    top: 39px;
    background: url(../image/c20.png) center center no-repeat;
    width: 130px;
    height: 130px;
    text-align: center;
}

.region .main1 .links img {
    margin-top: 35px;
}

.region .main1 .links .c2 img {
    margin-top: 17px;
}

.region .main1 .links .c2 h3 {
    color: #fff;
}

.region .main1 .links h3 {
    margin-top: 8px;
    font-size: 18px;
    color: #7d391d;
    line-height: 1.2;
}

.region .main1 .map2 {
    width: 330px;
    position: absolute;
    right: 0;
    top: 535px;
}

.region .main1 .map2 h3 {
    text-align: center;
    font-size: 20px;
    color: #474747;
    line-height: 1.2;
}

.region .main1 .map2 .change {
    display: block;
    background: url(../image/btn10.png) center center no-repeat;
    width: 117px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    margin: 18px auto 0;
    color: #339dca;
    font-size: 14px;
}

.region .main1 .map2 .box {
    background: url(../image/map3.png) center center no-repeat;
    height: 313px;
    width: 313px;
    margin: 30px auto 0;
    position: relative;
}

.region .main1 .map2 .box a {
    display: block;
    width: 56px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    color: #fff;
    font-size: 14px;
    position: absolute;
}

.region .main1 .map2 .box .a1 {
    top: 0;
    left: 129px;
}

.region .main1 .map2 .box .a2 {
    top: 37px;
    left: 216px;
}

.region .main1 .map2 .box .a3 {
    top: 129px;
    right: 0;
}

.region .main1 .map2 .box .a4 {
    top: 220px;
    left: 216px;
}

.region .main1 .map2 .box .a5 {
    bottom: 0;
    left: 129px;
}

.region .main1 .map2 .box .a6 {
    top: 220px;
    left: 42px;
}

.region .main1 .map2 .box .a7 {
    top: 129px;
    left: 0;
}

.region .main1 .map2 .box .a8 {
    top: 37px;
    left: 42px;
}

.region .main1 .map2 .box a.now,
.region .main1 .map2 .box a:hover {
    background: url(../image/c21.png) center center no-repeat;
}

.region .main1 .map2 .box .hot {
    background: url(../image/img22.png) center top no-repeat;
    color: #fff;
    width: 126px;
    padding-top: 56px;
    font-size: 16px;
    position: absolute;
    top: 117px;
    left: 50%;
    margin-left: -63px;
    text-align: center;
}

.region .main2 {
    background: #e25a5a;
    padding: 145px 0 105px;
}

.region .main2 .inner {
    position: relative;
}

.region .main2 .inner .cicle {
    background: url(../image/c22.png) center center no-repeat;
    width: 228px;
    height: 228px;
    position: absolute;
    text-align: center;
    left: 60px;
    top: -259px;
}

.region .main2 .inner .cicle h3 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 80px;
}

.region .main2 .inner .cicle h4 {
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    margin-top: 8px;
}

.region .main2 .inner a {
    display: block;
    background: url(../image/btn11.png) center top no-repeat;
    width: 230px;
    height: 42px;
    text-align: center;
    color: #fff;
    line-height: 42px;
    font-size: 14px;
    margin-left: 12px;
    float: left;
    margin-bottom: 12px;
}

.region .main2 .inner a.first {
    margin-left: 0;
}

.region .main2 .inner a:hover {
    background: url(../image/btn11.png) center bottom no-repeat;
}

.main1 .box .div span.textbox {
    margin-top: 4px;
    line-height: 30px !important;
}

.main1 .box .div span.textbox input {
    height: 30px !important;
    line-height: 30px !important;
}

.parent_d .main1 .box .in1 .div span.textbox {
    margin-top: 5px;
}

.factory .main1 {
    background: url(../image/bg38.jpg) center top no-repeat;
    height: 1330px;
    position: relative;
}

.factory .main1 .bot {
    background: url(../image/yun2.png) center top no-repeat;
    height: 175px;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1920px;
    margin-left: -960px;
    z-index: 4;
}

.factory .main1 .title {
    width: 715px;
    margin: 0 auto;
    text-align: center;
    padding-top: 140px;
    height: 158px;
}

.factory .main1 .title h3 {
    font-size: 36px;
    color: #474747;
    line-height: 1.2;
}

.factory .main1 .title h4 {
    color: #eab145;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 5px;
}

.factory .main1 .title p {
    font-size: 14px;
    color: #474747;
    line-height: 1.5;
    margin-top: 15px;
}

.factory .main1 .pic {
    position: absolute;
    left: 0;
    top: 370px;
}

.factory .main1 .box {
    position: absolute;
    right: 0;
    top: 344px;
}

.factory .main1 .box .animate0 {
    position: absolute;
    top: 148px;
    right: 203px;
    z-index: 3;
}

.factory .main1 .box .animate1 {
    position: absolute;
    top: 497px;
    right: 261px;
}

.factory .main1 .box .animate2 {
    position: absolute;
    top: 339px;
    right: 0;
}

.factory .main1 .box .animate3 {
    position: absolute;
    top: 0;
    right: 0;
}

.factory .main1 .box h3 {
    width: 100%;
    position: absolute;
    text-align: center;
    color: #fff;
    font-size: 14px;
    left: 0;
}

.factory .main1 .box .animate0 h3 {
    top: 174px;
}

.factory .main1 .box .animate1 h3 {
    top: 85px;
}

.factory .main1 .box .animate2 h3 {
    top: 225px;
}

.factory .main1 .box .animate3 h3 {
    top: 82px;
    color: #474747;
}

.factory .main1 .box div {
    display: none;
}

.factory .main2 {
    height: 625px;
}

.factory .main2 .title {
    width: 715px;
    margin: 0 auto;
    text-align: center;
    padding-top: 32px;
    height: 172px;
}

.factory .main2 .title h3 {
    font-size: 36px;
    color: #474747;
    line-height: 1.2;
}

.factory .main2 .title h4 {
    color: #339dca;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 5px;
}

.factory .main2 .title p {
    font-size: 14px;
    color: #474747;
    line-height: 1.5;
    margin-top: 15px;
}

.factory .main2 .focus {
    position: relative;
    overflow: hidden;
    height: 380px;
}

.factory .main2 .focus .frame {
    position: relative;
    overflow: hidden;
    height: 345px;
}

.factory .main2 .focus .frame .child {
    float: left;
}

.factory .main2 .focus .frame .child .div {
    float: left;
    width: 288px;
    height: 345px;
    background: #f2f2f2;
    margin-left: 16px;
}

.factory .main2 .focus .frame .child .div.a {
    margin-left: 0;
}

.factory .main2 .focus .frame .child .div .pic {
    width: 258px;
    height: 261px;
    overflow: hidden;
    margin: 15px auto 0;
}

.factory .main2 .focus .frame .child .div h3 {
    text-align: center;
    font-size: 20px;
    color: #474747;
    line-height: 1.2;
    margin-top: 21px;
}

.factory .main2 .focus .nav {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
}

.factory .main2 .focus .nav a {
    display: inline-block;
    background: url(../image/dian11.png) left center no-repeat;
    width: 11px;
    height: 11px;
    margin: 0 5px;
}

.factory .main2 .focus .nav a.now {
    background: url(../image/dian11.png) right center no-repeat;
}

.factory .main3 {
    background: url(../image/bg39.jpg) center top no-repeat;
    height: 1013px;
}

.factory .main3 .title {
    width: 715px;
    margin: 0 auto;
    text-align: center;
    padding-top: 194px;
}

.factory .main3 .title h3 {
    font-size: 36px;
    color: #474747;
    line-height: 1.2;
}

.factory .main3 .title h4 {
    color: #339dca;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 5px;
}

.factory .main3 .box {
    margin-top: 37px;
    position: relative;
}

.factory .main3 .box .img {
    position: absolute;
    top: 0;
    left: 338px;
    opacity: 0;
    transform: translate(0, 200px);
    -webkit-transform: translate(0, 200px);
    -moz-transform: translate(0, 200px);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
}

.factory .main3 .box .div {
    position: absolute;
    min-height: 62px;
}

.factory .main3 .box .p1 {
    top: 21px;
    left: 10px;
    padding-left: 72px;
    opacity: 0;
    transform: translate(-200px, 0);
    -webkit-transform: translate(-200px, 0);
    -moz-transform: translate(-200px, 0);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transition: all 1s ease-out 0.3s;
    -webkit-transition: all 1s ease-out 0.3s;
    -moz-transition: all 1s ease-out 0.3s;
}

.factory .main3 .box .p2 {
    top: 203px;
    left: 10px;
    padding-left: 72px;
    opacity: 0;
    transform: translate(-200px, 0);
    -webkit-transform: translate(-200px, 0);
    -moz-transform: translate(-200px, 0);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transition: all 1s ease-out 0.6s;
    -webkit-transition: all 1s ease-out 0.6s;
    -moz-transition: all 1s ease-out 0.6s;
}

.factory .main3 .box .p3 {
    top: 395px;
    left: 10px;
    padding-left: 72px;
    opacity: 0;
    transform: translate(-200px, 0);
    -webkit-transform: translate(-200px, 0);
    -moz-transform: translate(-200px, 0);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transition: all 1s ease-out 0.9s;
    -webkit-transition: all 1s ease-out 0.9s;
    -moz-transition: all 1s ease-out 0.9s;
}

.factory .main3 .box .p4 {
    top: 21px;
    right: 10px;
    text-align: right;
    padding-right: 72px;
    opacity: 0;
    transform: translate(200px, 0);
    -webkit-transform: translate(200px, 0);
    -moz-transform: translate(200px, 0);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transition: all 1s ease-out 0.3s;
    -webkit-transition: all 1s ease-out 0.3s;
    -moz-transition: all 1s ease-out 0.3s;
}

.factory .main3 .box .p5 {
    top: 203px;
    right: 10px;
    text-align: right;
    padding-right: 72px;
    opacity: 0;
    transform: translate(200px, 0);
    -webkit-transform: translate(200px, 0);
    -moz-transform: translate(200px, 0);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transition: all 1s ease-out 0.6s;
    -webkit-transition: all 1s ease-out 0.6s;
    -moz-transition: all 1s ease-out 0.6s;
}

.factory .main3 .box .p6 {
    top: 395px;
    right: 10px;
    text-align: right;
    padding-right: 72px;
    opacity: 0;
    transform: translate(200px, 0);
    -webkit-transform: translate(200px, 0);
    -moz-transform: translate(200px, 0);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transition: all 1s ease-out 0.9s;
    -webkit-transition: all 1s ease-out 0.9s;
    -moz-transition: all 1s ease-out 0.9s;
}

.factory .main3 .box .div h3 {
    font-size: 20px;
    color: #474747;
    line-height: 1.8;
}

.factory .main3 .box .div h4 {
    font-size: 14px;
    color: #474747;
    line-height: 1.1;
}

.factory .main3.show .div,
.factory .main3.show .img {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    opacity: 1;
}

.factory .main4 {
    height: 664px;
    background: #339dca;
    padding-top: 114px;
}

.factory .main4 .links {
    height: 228px;
    width: 955px;
    margin: 0 auto;
    position: relative;
}

.factory .main4 .links .ul {
    height: 228px;
    width: 770px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.factory .main4 .links .ul ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 10000px;
    height: 228px;
}

.factory .main4 .links .ul ul li {
    float: left;
    width: 226px;
    height: 228px;
    background: url(../image/bg40.png) center center no-repeat;
    margin-right: 46px;
    text-align: center;
    cursor: pointer;
}

.factory .main4 .links .ul ul li.now,
.factory .main4 .links .ul ul li:hover {
    background: url(../image/bg40-1.png) center center no-repeat;
}

.factory .main4 .links .ul ul li .img {
    height: 50px;
    margin-top: 67px;
}

.factory .main4 .links .ul ul li .img i {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.factory .main4 .links .ul ul li h3 {
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    margin-top: 10px;
}

.factory .main4 .links .arrow_l {
    display: block;
    background: url(../image/arrow16.png) left center no-repeat;
    width: 26px;
    height: 48px;
    position: absolute;
    left: 0;
    top: 91px;
}

.factory .main4 .links .arrow_r {
    display: block;
    background: url(../image/arrow16.png) right center no-repeat;
    width: 26px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 91px;
}

.factory .main4 .box {
    margin-top: 67px;
}

.factory .main4 .box .div {
    float: left;
    width: 296px;
    margin-left: 5px;
}

.factory .main4 .box .div.a {
    margin-left: 0;
}

.factory .main4 .box .div .pic {
    overflow: hidden;
    width: 296px;
    height: 222px;
}

.factory .main4 .box .div h3 {
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    margin-top: 17px;
}

.factory .main4 .box .inner {
    display: none;
}

.factory .main4 .box .inner.a {
    display: block;
}

.factory .main5 {
    height: 898px;
}

.factory .main5 .title {
    width: 715px;
    margin: 0 auto;
    text-align: center;
    padding-top: 105px;
}

.factory .main5 .title h3 {
    font-size: 36px;
    color: #474747;
    line-height: 1.2;
}

.factory .main5 .title h4 {
    color: #e25a5a;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 5px;
}

.factory .main5 .box {
    background: url(../image/bg41.jpg) center top no-repeat;
    width: 1203px;
    height: 693px;
    margin: 16px auto 0;
    position: relative;
    opacity: 0;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform: scale(0.7) rotateX(60deg);
    -webkit-transform: scale(0.7) rotateX(60deg);
    -moz-transform: scale(0.7) rotateX(60deg);
    transition: all 1.2s ease-out 0s;
    -webkit-transition: all 1.2s ease-out 0s;
    -moz-transition: all 1.2s ease-out 0s;
}

.factory .main5.show .box {
    transform: scale(1) rotateX(0deg);
    -webkit-transform: scale(1) rotateX(0deg);
    -moz-transform: scale(1) rotateX(0deg);
    opacity: 1;
}

.factory .main5 .box .ll {
    width: 288px;
    height: 331px;
    border-right: solid 1px #eab146;
    position: absolute;
    top: 169px;
    left: 177px;
}

.factory .main5 .box .ll h3 {
    font-size: 16px;
    color: #474747;
    line-height: 1.2;
}

.factory .main5 .box .ll h4 {
    font-size: 30px;
    color: #474747;
    line-height: 1.2;
    font-family: impact;
    margin-top: 8px;
}

.factory .main5 .box .ll h5 {
    font-size: 20px;
    color: #707070;
    line-height: 1.2;
    font-family: impact;
}

.factory .main5 .box .ll .er {
    margin-top: 18px;
}

.factory .main5 .box .rr {
    position: absolute;
    left: 538px;
    width: 540px;
    top: 169px;
}

.factory .main5 .box .rr h3 {
    font-size: 28px;
    color: #474747;
    line-height: 1.2;
    background: url(../image/phone1.png) left 5px no-repeat;
    height: 59px;
    padding-left: 59px;
}

.factory .main5 .box .rr .p {
    margin-top: 22px;
}

.factory .main5 .box .rr .p p {
    font-size: 14px;
    color: #707070;
    line-height: 1.5;
    padding-left: 15px;
    background: url(../image/dian12.png) left 10px no-repeat;
    margin-bottom: 11px;
}

.research .main1 {
    background: url(../image/bg42.jpg) center top no-repeat;
    height: 800px;
}

.research .main1 .title {
    text-align: center;
    padding-top: 109px;
}

.research .main1 .title h3 {
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
}

.research .main1 .title h4 {
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-top: 8px;
}

.research .main1 .box {
    width: 1041px;
    margin: 33px auto 0;
}

.research .main1 .box .div {
    float: left;
    width: 339px;
    margin: 0 4px;
    height: 474px;
    position: relative;
    opacity: 0;
    transform: translate(0, 200px);
    -webkit-transform: translate(0, 200px);
    -moz-transform: translate(0, 200px);
    transition: all 1.2s ease-out 0s;
    -webkit-transition: all 1.2s ease-out 0s;
    -moz-transition: all 1.2s ease-out 0s;
}

.research .main1.show .box .div {
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    opacity: 1;
}

.research .main1 .box .div .pic {
    width: 339px;
    height: 254px;
    overflow: hidden;
}

.research .main1 .box .div .text {
    background: url(../image/bg43.png) center top no-repeat;
    height: 224px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 339px;
    text-align: center;
}

.research .main1 .box .div .text h3 {
    text-align: center;
    font-size: 18px;
    color: #474747;
    line-height: 1.2;
    margin-top: 28px;
}

.research .main1 .box .div .text h4 {
    font-size: 14px;
    color: #707070;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.2;
    text-align: center;
    margin-top: 2px;
}

.research .main1 .box .div .text .p {
    width: 282px;
    font-size: 14px;
    color: #474747;
    line-height: 1.5;
    margin: 12px auto 0;
}

.research .main2 {
    height: 863px;
}

.research .main2 .img {
    position: absolute;
    top: 134px;
    left: 69px;
    opacity: 0;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform: scale(0.7) rotateX(60deg);
    -webkit-transform: scale(0.7) rotateX(60deg);
    -moz-transform: scale(0.7) rotateX(60deg);
    transition: all 1.2s ease-out 0s;
    -webkit-transition: all 1.2s ease-out 0s;
    -moz-transition: all 1.2s ease-out 0s;
}

.research .main2.show .img {
    transform: scale(1) rotateX(0deg);
    -webkit-transform: scale(1) rotateX(0deg);
    -moz-transform: scale(1) rotateX(0deg);
    opacity: 1;
}

.research .main3 {
    height: 876px;
    background: #f7f7f7;
}

.research .main3 .d1 {
    position: absolute;
    top: 382px;
    left: -69px;
    z-index: 3;
    opacity: 0;
    transform: translate(-150px, -150px);
    -webkit-transform: translate(-150px, -150px);
    -moz-transform: translate(-150px, -150px);
    transition: all 1.2s ease-out 0s;
    -webkit-transition: all 1.2s ease-out 0s;
    -moz-transition: all 1.2s ease-out 0s;
}

.research .main3 .d2 {
    position: absolute;
    top: 388px;
    left: -33px;
    z-index: 2;
    opacity: 0;
    transform: translate(-150px, 150px);
    -webkit-transform: translate(-150px, 150px);
    -moz-transform: translate(-150px, 150px);
    transition: all 1.2s ease-out 0s;
    -webkit-transition: all 1.2s ease-out 0s;
    -moz-transition: all 1.2s ease-out 0s;
}

.research .main3 .d3 {
    position: absolute;
    top: 169px;
    left: 11px;
    z-index: 1;
    opacity: 0;
    transform: translate(150px, -150px);
    -webkit-transform: translate(150px, -150px);
    -moz-transform: translate(150px, -150px);
    transition: all 1.2s ease-out 0s;
    -webkit-transition: all 1.2s ease-out 0s;
    -moz-transition: all 1.2s ease-out 0s;
}

.research .main3 .d4 {
    position: absolute;
    top: 121px;
    left: 215px;
    background: url(../image/d4.png) center center no-repeat;
    width: 578px;
    height: 667px;
    opacity: 0;
    transform: translate(150px, 150px);
    -webkit-transform: translate(150px, 150px);
    -moz-transform: translate(150px, 150px);
    transition: all 1.2s ease-out 0s;
    -webkit-transition: all 1.2s ease-out 0s;
    -moz-transition: all 1.2s ease-out 0s;
}

.research .main3 .d4 h3 {
    font-size: 36px;
    color: #474747;
    line-height: 1.2;
    margin: 220px 0 0 105px;
    width: 340px;
}

.research .main3 .d4 p {
    font-size: 14px;
    color: #707070;
    line-height: 2;
    margin: 10px 0 0 105px;
    width: 340px;
}

.research .main3 .d5 {
    position: absolute;
    top: 617px;
    left: 204px;
    z-index: 1;
    opacity: 0;
    transform: translate(-150px, -150px);
    -webkit-transform: translate(-150px, -150px);
    -moz-transform: translate(-150px, -150px);
    transition: all 1.2s ease-out 0s;
    -webkit-transition: all 1.2s ease-out 0s;
    -moz-transition: all 1.2s ease-out 0s;
}

.research .main3 .d6 {
    position: absolute;
    top: 128px;
    left: 607px;
    opacity: 0;
    transform: translate(-150px, 150px);
    -webkit-transform: translate(-150px, 150px);
    -moz-transform: translate(-150px, 150px);
    transition: all 1.2s ease-out 0s;
    -webkit-transition: all 1.2s ease-out 0s;
    -moz-transition: all 1.2s ease-out 0s;
}

.research .main3 .d7 {
    position: absolute;
    top: 94px;
    left: 698px;
    width: 491px;
    height: 567px;
    opacity: 0;
    transform: translate(150px, -150px);
    -webkit-transform: translate(150px, -150px);
    -moz-transform: translate(150px, -150px);
    transition: all 1.2s ease-out 0s;
    -webkit-transition: all 1.2s ease-out 0s;
    -moz-transition: all 1.2s ease-out 0s;
}

.research .main3 .d7 h3 {
    font-size: 36px;
    color: #fff;
    line-height: 1.2;
    margin: 176px 0 0 76px;
    width: 340px;
}

.research .main3 .d7 p {
    font-size: 14px;
    color: #fff;
    line-height: 2;
    margin: 10px 0 0 76px;
    width: 340px;
}

.research .main3 .d8 {
    position: absolute;
    top: 481px;
    left: 1001px;
    opacity: 0;
    transform: translate(150px, 150px);
    -webkit-transform: translate(150px, 150px);
    -moz-transform: translate(150px, 150px);
    transition: all 1.2s ease-out 0s;
    -webkit-transition: all 1.2s ease-out 0s;
    -moz-transition: all 1.2s ease-out 0s;
}

.research .main3.show div {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    opacity: 1;
}

.research .main4 {
    background: #db5757;
    height: 388px;
    padding-top: 101px;
}

.research .main4 .text {
    float: left;
    width: 413px;
    text-align: center;
    margin-left: 184px;
}

.research .main4 .text h2 {
    font-size: 20px;
    color: #fff;
    line-height: 1.3;
    margin-top: 32px;
}

.research .main4 .text h3 {
    color: #fff;
    font-size: 39px;
    line-height: 1.2;
    font-family: impact;
}

.research .main4 .text h4 {
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    margin-top: 2px;
    font-family: Arial, Helvetica, sans-serif;
}

.research .main4 .text h5 {
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    margin-top: 12px;
}

.research .main4 .er {
    width: 207px;
    padding-left: 86px;
    height: 237px;
    float: left;
    border-left: solid 1px #ec7474;
    padding-top: 2px;
}

.research .main4 .er .pic {
    width: 207px;
    height: 207px;
}

.research .main4 .er .pic img {
    width: 100%;
    height: auto;
}

.research .main4 .title h2 {
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 38px;
}

.art .main1 {
    height: 617px;
    position: relative;
    overflow: hidden;
}

.art .main1 .frame {
    height: 617px;
    position: relative;
    overflow: hidden
}

.art .main1 .frame .child {
    float: left;
    height: 617px;
    width: 100%;
}

.art .main1 .nav {
    width: 100%;
    bottom: 30px;
    left: 0;
    text-align: center;
    position: absolute;
}

.art .main1 .nav a {
    display: inline-block;
    background: url(../image/dian13.png) left center no-repeat;
    width: 15px;
    height: 15px;
    margin: 0 7px;
}

.art .main1 .nav a.now {
    background: url(../image/dian13.png) right center no-repeat;
}

.art .main2 {
    background: url(../image/bg44.jpg) center top no-repeat;
    height: 1250px;
}

.art .main2 .title {
    width: 825px;
    margin: 0 auto;
    padding-top: 154px;
    text-align: center;
    height: 260px;
}

.art .main2 .title h3 {
    font-size: 36px;
    color: #474747;
    line-height: 1.2;
}

.art .main2 .title h4 {
    font-size: 30px;
    color: #eab145;
    line-height: 1.2;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 4px;
}

.art .main2 .title p {
    font-size: 14px;
    color: #474747;
    line-height: 1.5;
    margin-top: 10px;
}

.art .main2 .box {
    background: url(../image/bg45.png) center top no-repeat;
    width: 674px;
    height: 694px;
    margin: 0 auto;
    position: relative;
    -webkit-transform: translateX(-200%) rotate(0);
    -moz-transform: translateX(-200%) rotate(0);
    -ms-transform: translateX(-200%) rotate(0);
    -o-transform: translateX(-200%) rotate(0);
    transform: translateX(-200%) rotate(0);
    opacity: 0;
    -webkit-transition: all 0.9s ease-out;
    -moz-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
}

.art .main2.show .box {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(360deg);
    -moz-transform: translateX(0) rotate(360deg);
    -ms-transform: translateX(0) rotate(360deg);
    -o-transform: translateX(0) rotate(360deg);
    transform: translateX(0) rotate(360deg);
}

.art .main2 .box .pic {
    width: 564px;
    height: 564px;
    overflow: hidden;
    border-radius: 500px;
    position: absolute;
    top: 68px;
    left: 57px;
}

.art .main2 .box .pic img {
    border-radius: 500px;
}

.art .main3 {
    background: url(../image/bg46.jpg) center top no-repeat;
    height: 1006px;
}

.art .main3 .title {
    text-align: center;
    padding-top: 122px;
}

.art .main3 .title h3 {
    color: #fff;
    font-size: 36px;
    line-height: 1.2;
}

.art .main3 .title h4 {
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 4px;
}

.art .main3 .title .btn {
    background: url(../image/btn12.png) center center no-repeat;
    width: 178px;
    height: 38px;
    text-align: center;
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 38px;
    margin: 23px auto 0;
}

.art .main3 .box {
    margin-top: 62px;
}

.art .main3 .box .ll {
    background: url(../image/bg47.png) center center no-repeat;
    width: 750px;
    height: 487px;
    float: left;
    padding: 77px 0 0 70px;
}

.art .main3 .box .ll .div {
    float: left;
    width: 307px;
    height: 240px;
    margin-right: 65px;
}

.art .main3 .box .ll .div h3 {
    font-size: 24px;
    color: #fff;
    line-height: 1.2;
    font-family: Arial, Helvetica, sans-serif;
}

.art .main3 .box .ll .div h3 span {
    font-size: 54px;
}

.art .main3 .box .ll .div h4 {
    color: #ffd1d1;
    font-size: 18px;
    line-height: 1.2;
}

.art .main3 .box .ll .div p {
    color: #ffd1d1;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 8px;
}

.art .main3 .box .ll .div .btn {
    display: block;
    background: url(../image/btn13.png) center center no-repeat;
    width: 104px;
    height: 31px;
    text-align: center;
    color: #ffd1d1;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 31px;
    font-size: 14px;
    margin-top: 21px;
}

.art .main3 .box .rr {
    float: right;
    height: 564px;
    width: 362px;
    position: relative;
    overflow: hidden;
}

.art .main3 .box .rr ul {
    height: 10000px;
    width: 362px;
    position: absolute;
    top: 0;
    left: 0;
}

.art .main3 .box .rr ul li {
    overflow: hidden;
    width: 362px;
    height: 272px;
    margin-bottom: 20px;
}

.art .main3 .box .rr .arrow_t {
    background: url(../image/arrow17.png) center top no-repeat;
    width: 76px;
    height: 43px;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -38px;
}

.art .main3 .box .rr .arrow_b {
    background: url(../image/arrow17.png) center bottom no-repeat;
    width: 76px;
    height: 43px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -38px;
}

.art .main4 {
    background: url(../image/bg48.jpg) center top no-repeat;
    height: 864px;
}

.art .main4 .title {
    text-align: center;
    padding-top: 120px;
    height: 160px;
}

.art .main4 .title h3 {
    font-size: 36px;
    color: #474747;
    line-height: 1.2;
}

.art .main4 .title h4 {
    font-size: 30px;
    color: #339dca;
    line-height: 1.2;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 4px;
}

.art .main4 .box {
    width: 1200px;
    height: 584px;
    background: #eab145;
    border-radius: 5px;
    position: relative;
}

.art .main4 .box .ul {
    width: 1170px;
    position: absolute;
    overflow: hidden;
    height: 550px;
    top: 15px;
    left: 15px;
}

.art .main4 .box .ul ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 10000px;
    height: 550px;
}

.art .main4 .box .ul ul li {
    float: left;
    width: 390px;
}

.art .main4 .box .ul ul li .pic {
    width: 390px;
    height: 504px;
    overflow: hidden;
}

.art .main4 .box .ul ul li h3 {
    color: #fff;
    font-size: 22px;
    line-height: 1.2;
    margin-top: 20px;
}

.art .main4 .box .ul ul li h3 span {
    font-size: 14px;
    margin-left: 10px;
}

.art .main4 .box .ul .arrow_l {
    background: url(../image/arrow18.png) left center no-repeat;
    width: 61px;
    height: 133px;
    position: absolute;
    top: 203px;
    left: 22px;
}

.art .main4 .box .ul .arrow_r {
    background: url(../image/arrow18.png) right center no-repeat;
    width: 61px;
    height: 133px;
    position: absolute;
    top: 203px;
    right: 22px;
}

.art .main5 {
    background: url(../image/bg48.jpg) center top repeat;
    height: 1774px;
}

.art .main5 .title {
    text-align: center;
    padding-top: 148px;
    height: 147px;
}

.art .main5 .title h3 {
    font-size: 36px;
    color: #474747;
    line-height: 1.2;
}

.art .main5 .title h4 {
    font-size: 30px;
    color: #339dca;
    line-height: 1.2;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 4px;
}

.art .main5 .box h3 {
    font-size: 24px;
    color: #474747;
    line-height: 1.2;
    margin-top: 30px;
}

.art .main5 .box p {
    font-size: 14px;
    color: #707070;
    line-height: 1.5;
    margin-top: 12px;
}

.art .main5 .box .c .pic img {
    border-radius: 500px;
}

.art .main5 .box .div1 {
    height: 465px;
    position: relative;
}

.art .main5 .box .div1 .c {
    background: url(../image/bg49.png) center center no-repeat;
    width: 419px;
    height: 413px;
    position: absolute;
    top: 0;
    left: 0;
}

.art .main5 .box .div1 .c .pic {
    width: 377px;
    height: 377px;
    overflow: hidden;
    position: absolute;
    top: 19px;
    left: 27px;
    border-radius: 500px;
}

.art .main5 .box .div1 .text {
    position: absolute;
    width: 740px;
    right: 0;
    top: 107px;
}

.art .main5 .box .div1 .text span {
    display: block;
    background: url(../image/span1.png) center center no-repeat;
    width: 177px;
    height: 32px;
    text-align: center;
    color: #fff;
    line-height: 32px;
    font-size: 14px;
    margin-top: 25px;
}

.art .main5 .box .div2 {
    height: 452px;
    position: relative;
}

.art .main5 .box .div2 .c {
    background: url(../image/bg50.png) center center no-repeat;
    width: 419px;
    height: 412px;
    position: absolute;
    top: 0;
    right: 0;
}

.art .main5 .box .div2 .c .pic {
    width: 377px;
    height: 377px;
    overflow: hidden;
    position: absolute;
    top: 21px;
    left: 23px;
    border-radius: 500px;
}

.art .main5 .box .div2 .text {
    position: absolute;
    width: 743px;
    left: 0;
    top: 106px;
    text-align: right;
}

.art .main5 .box .div2 .text span {
    display: block;
    background: url(../image/span2.png) center center no-repeat;
    width: 177px;
    height: 32px;
    text-align: center;
    color: #fff;
    line-height: 32px;
    font-size: 14px;
    margin-top: 25px;
    float: right;
}

.art .main5 .box .div3 {
    height: 465px;
    position: relative;
}

.art .main5 .box .div3 .c {
    background: url(../image/bg51.png) center center no-repeat;
    width: 435px;
    height: 418px;
    position: absolute;
    top: 0;
    left: 0;
}

.art .main5 .box .div3 .c .pic {
    width: 377px;
    height: 377px;
    overflow: hidden;
    position: absolute;
    top: 19px;
    left: 27px;
    border-radius: 500px;
}

.art .main5 .box .div3 .text {
    position: absolute;
    width: 740px;
    right: 0;
    top: 107px;
}

.art .main5 .box .div3 .text span {
    display: block;
    background: url(../image/span3.png) center center no-repeat;
    width: 177px;
    height: 32px;
    text-align: center;
    color: #fff;
    line-height: 32px;
    font-size: 14px;
    margin-top: 25px;
}

.art .main5 .yun1 {
    background: url(../image/yun3.png) center center no-repeat;
    width: 129px;
    height: 0;
    position: absolute;
    top: 0;
    left: 8px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.art .main5 .yun2 {
    background: url(../image/yun4.png) center center no-repeat;
    width: 253px;
    height: 0;
    position: absolute;
    top: 0;
    left: 121px;
    -webkit-transition: all 0.5s ease-out 0.5s;
    -moz-transition: all 0.5s ease-out 0.5s;
    transition: all 0.5s ease-out 0.5s;
}

.art .main5 .yun3 {
    background: url(../image/yun5.png) center center no-repeat;
    width: 320px;
    height: 0;
    position: absolute;
    top: 0;
    left: 747px;
    -webkit-transition: all 0.5s ease-out 1s;
    -moz-transition: all 0.5s ease-out 1s;
    transition: all 0.5s ease-out 1s;
}

.art .main5 .yun4 {
    background: url(../image/yun6.png) center center no-repeat;
    width: 128px;
    height: 0;
    position: absolute;
    top: 0;
    left: 1068px;
    -webkit-transition: all 0.5s ease-out 1.5s;
    -moz-transition: all 0.5s ease-out 1.5s;
    transition: all 0.5s ease-out 1.5s;
}

.art .main5.show .yun1 {
    height: 629px;
}

.art .main5.show .yun2 {
    height: 320px;
}

.art .main5.show .yun3 {
    height: 381px;
}

.art .main5.show .yun4 {
    height: 707px;
}

.art .main6 {
    height: 1064px;
    position: relative;
}

.art .main6 .l {
    width: 960px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    height: 1064px;
}

.art .main6 .l .pic1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 960px;
    height: 776px;
    overflow: hidden;
}

.art .main6 .l .pic2 {
    position: absolute;
    right: 301px;
    top: 488px;
    width: 301px;
    height: 288px;
    overflow: hidden;
}

.art .main6 .l .pic3 {
    position: absolute;
    right: 0;
    top: 776px;
    width: 301px;
    height: 288px;
    overflow: hidden;
}

.art .main6 .text {
    width: 600px;
    text-align: center;
    position: absolute;
    top: 223px;
}

.art .main6 .text h3 {
    color: #fff;
    font-size: 40px;
    line-height: 1.2;
}

.art .main6 .text h4 {
    color: #fff;
    font-size: 32px;
    line-height: 1.2;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 8px;
}

.art .main6 .l .text {
    right: 0;
}

.art .main6 .l .more {
    position: absolute;
    bottom: 85px;
    right: 382px;
}

.art .main6 .r {
    width: 960px;
    position: absolute;
    right: 50%;
    margin-right: -960px;
    height: 1064px;
}

.art .main6 .r .pic1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 960px;
    height: 776px;
    overflow: hidden;
}

.art .main6 .r .pic2 {
    position: absolute;
    left: 0;
    top: 488px;
    width: 301px;
    height: 288px;
    overflow: hidden;
}

.art .main6 .r .pic3 {
    position: absolute;
    left: 0;
    top: 776px;
    width: 301px;
    height: 288px;
    overflow: hidden;
}

.art .main6 .r .pic4 {
    position: absolute;
    left: 301px;
    top: 776px;
    width: 301px;
    height: 288px;
    overflow: hidden;
}

.art .main6 .r .text {
    left: 0;
}

.art .main6 .r .more {
    position: absolute;
    bottom: 383px;
    left: 367px;
}

.art .main6 .l div,
.art .main6 .r div,
.art .main6 .more {
    opacity: 0;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform: scale(0.7) rotateX(60deg);
    -webkit-transform: scale(0.7) rotateX(60deg);
    -moz-transform: scale(0.7) rotateX(60deg);
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
}

.art .main6.show .l div,
.art .main6.show .r div,
.art .main6.show .more {
    transform: scale(1) rotateX(0deg);
    -webkit-transform: scale(1) rotateX(0deg);
    -moz-transform: scale(1) rotateX(0deg);
    opacity: 1;
}

.art .main7 {
    height: 1543px;
    background: url(../image/bg52.jpg) center bottom no-repeat;
}

.art .main7 .title {
    width: 715px;
    margin: 0 auto;
    text-align: center;
    padding-top: 145px;
}

.art .main7 .title h3 {
    font-size: 36px;
    color: #474747;
    line-height: 1.2;
}

.art .main7 .title h4 {
    color: #e25a5a;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 5px;
}

.art .main7 .box {
    background: url(../image/bg41.jpg) center top no-repeat;
    width: 1203px;
    height: 732px;
    margin: 16px auto 0;
    position: relative;
    opacity: 0;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform: scale(0.7) rotateX(60deg);
    -webkit-transform: scale(0.7) rotateX(60deg);
    -moz-transform: scale(0.7) rotateX(60deg);
    transition: all 1.2s ease-out 0s;
    -webkit-transition: all 1.2s ease-out 0s;
    -moz-transition: all 1.2s ease-out 0s;
}

.art .main7.show .box {
    transform: scale(1) rotateX(0deg);
    -webkit-transform: scale(1) rotateX(0deg);
    -moz-transform: scale(1) rotateX(0deg);
    opacity: 1;
}

.art .main7 .box .ll {
    width: 288px;
    height: 331px;
    border-right: solid 1px #eab146;
    position: absolute;
    top: 169px;
    left: 177px;
}

.art .main7 .box .ll h3 {
    font-size: 16px;
    color: #474747;
    line-height: 1.2;
}

.art .main7 .box .ll h4 {
    font-size: 30px;
    color: #474747;
    line-height: 1.2;
    font-family: impact;
    margin-top: 8px;
}

.art .main7 .box .ll h5 {
    font-size: 20px;
    color: #707070;
    line-height: 1.2;
    font-family: impact;
}

.art .main7 .box .ll .er {
    margin-top: 18px;
}

.art .main7 .box .rr {
    position: absolute;
    left: 538px;
    width: 540px;
    top: 169px;
}

.art .main7 .box .rr h3 {
    font-size: 28px;
    color: #474747;
    line-height: 1.2;
    background: url(../image/phone1.png) left 5px no-repeat;
    height: 59px;
    padding-left: 59px;
}

.art .main7 .box .rr .p {
    margin-top: 22px;
}

.art .main7 .box .rr .p p {
    font-size: 14px;
    color: #707070;
    line-height: 1.5;
    padding-left: 15px;
    background: url(../image/dian12.png) left 10px no-repeat;
    margin-bottom: 11px;
}

.erikson .main1 {
    height: 832px;
}

.erikson .main1 .text {
    position: absolute;
    top: 130px;
    left: 0;
    width: 745px;
}

.erikson .main1 .text h3 {
    font-size: 90px;
    color: #474747;
    font-family: impact;
    line-height: 1;
}

.erikson .main1 .text h3 span {
    color: #339dca;
}

.erikson .main1 .text h4 {
    font-size: 36px;
    color: #474747;
    line-height: 1.4;
}

.erikson .main1 .text .p1 {
    font-size: 18px;
    color: #474747;
    line-height: 1.5;
    margin-top: 26px;
}

.erikson .main1 .text .p2 {
    font-size: 14px;
    color: #707070;
    line-height: 1.5;
    margin-top: 60px;
    width: 455px;
}

.erikson .main1 .text .p2 p {
    margin-bottom: 22px;
}

.erikson .main1 .pic1 {
    position: absolute;
    top: 68px;
    right: 0;
    width: 328px;
    height: 328px;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-200px);
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    transition: all 1.2s ease-out 0s;
    -webkit-transition: all 1.2s ease-out 0s;
    -moz-transition: all 1.2s ease-out 0s;
}

.erikson .main1 .pic2 {
    position: absolute;
    top: 396px;
    right: 328px;
    width: 328px;
    height: 328px;
    overflow: hidden;
    opacity: 0;
    transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    transition: all 1.2s ease-out 0s;
    -webkit-transition: all 1.2s ease-out 0s;
    -moz-transition: all 1.2s ease-out 0s;
}

.erikson .main1 .pic3 {
    position: absolute;
    top: 396px;
    right: 0;
    width: 328px;
    height: 328px;
    overflow: hidden;
    opacity: 0;
    transform: translateX(200px);
    -webkit-transform: translateX(200px);
    -moz-transform: translateX(200px);
    transition: all 1.2s ease-out 0s;
    -webkit-transition: all 1.2s ease-out 0s;
    -moz-transition: all 1.2s ease-out 0s;
}

.erikson .main1.show div {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    opacity: 1;
}

.erikson .main2 {
    background: url(../image/bg54.jpg) center top no-repeat #88d7f9;
    padding-bottom: 118px;
}

.erikson .main2 .title {
    text-align: center;
    margin: 0 auto;
    padding-top: 145px;
    width: 900px;
}

.erikson .main2 .title h3 {
    font-size: 36px;
    color: #474747;
    line-height: 1.2;
}

.erikson .main2 .title h4 {
    color: #474747;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 4px;
}

.erikson .main2 .title p {
    font-size: 14px;
    color: #474747;
    line-height: 1.5;
    margin-top: 15px;
}

.erikson .main2 .box {
    background: url(../image/bg53.png) center top no-repeat;
    width: 1200px;
    height: 757px;
    position: relative;
    opacity: 0;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform: scale(0.7) rotateX(60deg);
    -webkit-transform: scale(0.7) rotateX(60deg);
    -moz-transform: scale(0.7) rotateX(60deg);
    transition: all 1.2s ease-out 0s;
    -webkit-transition: all 1.2s ease-out 0s;
    -moz-transition: all 1.2s ease-out 0s;
}

.erikson .main2.show .box {
    transform: scale(1) rotateX(0deg);
    -webkit-transform: scale(1) rotateX(0deg);
    -moz-transform: scale(1) rotateX(0deg);
    opacity: 1;
}

.erikson .main2 .box .text1 {
    position: absolute;
    width: 457px;
    left: 78px;
    top: 468px;
}

.erikson .main2 .box .text2 {
    position: absolute;
    width: 457px;
    right: 78px;
    top: 411px;
}

.erikson .main2 .box h3 {
    color: #00afd8;
    font-size: 18px;
    line-height: 1.2;
}

.erikson .main2 .box p {
    color: #707070;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 20px;
}

.erikson .main2 .box .btn {
    display: block;
    background: url(../image/btn2.png) center center no-repeat;
    width: 117px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    font-size: 12px;
    color: #009de1;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-top: 25px;
}

.erikson .main2 .table {
    margin-top: 52px;
}

.erikson .main3 {
    height: 980px;
    background: url(../image/bg55.jpg) center bottom no-repeat;
}

.erikson .main3 .div1 {
    width: 606px;
    position: absolute;
    top: 145px;
    right: 61px;
}

.erikson .main3 .div1 h3 {
    font-size: 30px;
    color: #474747;
    line-height: 1.2;
}

.erikson .main3 .div1 h4 {
    color: #ed9f2e;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 3px;
}

.erikson .main3 .div1 p {
    font-size: 14px;
    color: #474747;
    line-height: 1.5;
    margin-top: 12px;
}

.erikson .main3 .div2 {
    width: 240px;
    height: 240px;
    background: #f09f36;
    position: absolute;
    top: 106px;
    left: 0;
}

.erikson .main3 .div2 h3,
.erikson .main3 .div4 h3,
.erikson .main3 .div5 h3,
.erikson .main3 .div7 h3,
.erikson .main3 .div8 h3,
.erikson .main3 .div9 h3 {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    margin-top: 100px;
}

.erikson .main3 .div3 {
    position: absolute;
    left: 240px;
    top: 106px;
    overflow: hidden;
    width: 240px;
    height: 240px;
}

.erikson .main3 .div4 {
    width: 240px;
    height: 240px;
    background: #656565;
    position: absolute;
    top: 346px;
    left: 0;
}

.erikson .main3 .div5 {
    width: 240px;
    height: 240px;
    background: url(../image/pic119.jpg) center center no-repeat;
    position: absolute;
    top: 346px;
    left: 240px;
}

.erikson .main3 .div6 {
    width: 240px;
    height: 240px;
    background: #2f2f2f;
    position: absolute;
    top: 346px;
    left: 480px;
}

.erikson .main3 .div6 h3,
.erikson .main3 .div10 h3 {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    margin-top: 109px;
}

.erikson .main3 .div7 {
    width: 240px;
    height: 240px;
    background: url(../image/pic120.jpg) center center no-repeat;
    position: absolute;
    top: 346px;
    left: 720px;
}

.erikson .main3 .div8 {
    width: 240px;
    height: 240px;
    background: url(../image/pic121.jpg) center center no-repeat;
    position: absolute;
    top: 346px;
    right: 0;
}

.erikson .main3 .div9 {
    width: 240px;
    height: 240px;
    background: url(../image/pic122.jpg) center center no-repeat;
    position: absolute;
    top: 586px;
    left: 240px;
}

.erikson .main3 .div10 {
    width: 240px;
    height: 240px;
    background: url(../image/pic123.jpg) center center no-repeat;
    position: absolute;
    top: 586px;
    left: 480px;
}

.erikson .main3 div {
    opacity: 0;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform: scale(0.7) rotateX(60deg);
    -webkit-transform: scale(0.7) rotateX(60deg);
    -moz-transform: scale(0.7) rotateX(60deg);
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
}

.erikson .main3.show div {
    transform: scale(1) rotateX(0deg);
    -webkit-transform: scale(1) rotateX(0deg);
    -moz-transform: scale(1) rotateX(0deg);
    opacity: 1;
}

.erikson .main4 {
    background: url(../image/bg56.jpg) center top no-repeat;
    height: 841px;
}

.erikson .main4 .title {
    text-align: center;
    padding-top: 92px;
}

.erikson .main4 .title h3 {
    font-family: impact;
    color: #fff;
    font-size: 90px;
    line-height: 1;
}

.erikson .main4 .title h4 {
    color: #fff;
    font-size: 30px;
    line-height: 1.5;
}

.erikson .main4 .focus {
    margin-top: 30px;
    height: 390px;
    overflow: hidden;
    position: relative;
}

.erikson .main4 .focus .frame {
    height: 390px;
    overflow: hidden;
    position: relative;
}

.erikson .main4 .focus .frame .child {
    float: left;
}

.erikson .main4 .focus .frame .child .div {
    float: left;
    width: 387px;
    margin-left: 19px;
}

.erikson .main4 .focus .frame .child .div.a {
    margin-left: 0;
}

.erikson .main4 .focus .frame .child .div .pic {
    width: 371px;
    border: solid 8px #fff;
    height: 274px;
    overflow: hidden;
    border-radius: 20px;
}

.erikson .main4 .focus .frame .child .div .pic img {
    border-radius: 10px;
}

.erikson .main4 .focus .frame .child .div h3 {
    font-size: 16px;
    line-height: 1.5;
    width: 350px;
    color: #fff;
    margin: 18px auto 0;
}

.erikson .main4 .focus .nav {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
}

.erikson .main4 .focus .nav a {
    display: inline-block;
    background: url(../image/dian14.png) left center no-repeat;
    width: 11px;
    height: 11px;
    margin: 0 5px;
}

.erikson .main4 .focus .nav a.now {
    background: url(../image/dian14.png) right center no-repeat;
}

.erikson .main5 {
    padding-bottom: 88px;
}

.erikson .main5 .title h3 {
    text-align: center;
    font-size: 36px;
    color: #474747;
    line-height: 1.2;
}

.erikson .main5 .box1 {
    height: 440px;
    margin-top: 30px;
}

.erikson .main5 .box1 .div {
    float: left;
    width: 589px;
    height: 440px;
    overflow: hidden;
    position: relative;
    margin-left: 22px;
}

.erikson .main5 .box1 .div.a {
    margin-left: 0;
}

.erikson .main5 .box1 .div .black {
    height: 86px;
    background: url(../image/black60.png) center center repeat;
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
}

.erikson .main5 .box1 .div .black h3 {
    font-size: 18px;
    color: #fff;
    line-height: 86px;
    margin-left: 34px;
}

.erikson .main5 .box1 .div .black .jia {
    line-height: 86px;
    color: #fff;
    font-size: 53px;
    position: absolute;
    right: 31px;
    top: 0;
}

.erikson .main5 .box1 .div .blue {
    background: #339dca;
    height: 220px;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    display: none;
}

.erikson .main5 .box1 .div .blue h3 {
    color: #fff;
    line-height: 1.2;
    font-size: 18px;
    margin: 25px 0 0 33px;
}

.erikson .main5 .box1 .div .blue .p {
    color: #fff;
    width: 530px;
    font-size: 14px;
    line-height: 1.5;
    margin: 12px 0 0 33px;
}

.erikson .main5 .box1 .div .blue .jian {
    line-height: 86px;
    color: #fff;
    font-size: 70px;
    position: absolute;
    right: 31px;
    bottom: 0;
}

.erikson .main5 .box2 {
    margin-top: 47px;
}

.erikson .main5 .box2 .div {
    float: left;
    width: 294px;
    margin-left: 8px;
}

.erikson .main5 .box2 .div.a {
    margin-left: 0;
}

.erikson .main5 .box2 .div .pic {
    width: 294px;
    height: 200px;
    overflow: hidden;
}

.erikson .main5 .box2 .div h3 {
    font-size: 14px;
    color: #474747;
    line-height: 1.2;
    margin-top: 15px;
    text-align: center;
}

.TMC .main1 {
    background: url(../image/bg57.jpg) center top no-repeat;
    height: 730px;
}

.TMC .main1 .text {
    position: absolute;
    top: 140px;
    left: 0;
    padding-top: 120px;
    background: url(../image/yh.png) left top no-repeat;
    width: 743px;
}

.TMC .main1 .text h3 {
    font-size: 110px;
    font-family: impact;
    line-height: 1;
    color: #474747;
}

.TMC .main1 .text h3 span {
    color: #329dc9;
}

.TMC .main1 .text h4 {
    font-size: 50px;
    line-height: 70px;
    color: #474747;
    float: left;
}

.TMC .main1 .text h5 {
    font-size: 60px;
    line-height: 70px;
    font-family: impact;
    margin-left: 13px;
    float: left;
}

.TMC .main1 .text .p1 {
    clear: both;
    width: 540px;
    padding-top: 30px;
    font-size: 18px;
    color: #474747;
    line-height: 1.5;
}

.TMC .main1 .text .p2 {
    clear: both;
    padding-top: 22px;
    font-size: 14px;
    color: #707070;
    line-height: 1.5;
}

.TMC .main1 .pic1 {
    position: absolute;
    left: 821px;
    top: 100px;
    width: 170px;
    height: 170px;
    opacity: 0;
    transform: translateY(-200px);
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    transition: all 1.2s ease-out 0s;
    -webkit-transition: all 1.2s ease-out 0s;
    -moz-transition: all 1.2s ease-out 0s;
}

.TMC .main1 .pic2 {
    position: absolute;
    left: 576px;
    top: 274px;
    width: 240px;
    height: 240px;
    opacity: 0;
    transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    transition: all 1.2s ease-out 0s;
    -webkit-transition: all 1.2s ease-out 0s;
    -moz-transition: all 1.2s ease-out 0s;
}

.TMC .main1 .pic3 {
    position: absolute;
    left: 821px;
    top: 274px;
    width: 380px;
    height: 380px;
    opacity: 0;
    transform: translateX(200px);
    -webkit-transform: translateX(200px);
    -moz-transform: translateX(200px);
    transition: all 1.2s ease-out 0s;
    -webkit-transition: all 1.2s ease-out 0s;
    -moz-transition: all 1.2s ease-out 0s;
}

.TMC .main1.show div {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    opacity: 1;
}

.TMC .main2 {
    background: url(../image/bg58.jpg) center top no-repeat;
    height: 2107px;
}

.TMC .main2 .title {
    text-align: center;
    padding-top: 293px;
}

.TMC .main2 .title h3 {
    font-size: 36px;
    color: #474747;
    line-height: 1.2;
}

.TMC .main2 .title h4 {
    color: #e25a5a;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 4px;
}

.TMC .main2 .box {
    margin-top: 68px;
}

.TMC .main2 .box .div1,
.TMC .main2 .box .div3 {
    height: 492px;
    position: relative;
}

.TMC .main2 .box .div1 .pic,
.TMC .main2 .box .div3 .pic {
    left: 0;
}

.TMC .main2 .box .div1 .text,
.TMC .main2 .box .div3 .text {
    right: 0;
}

.TMC .main2 .box .div1 .text h3 span {
    color: #329dc9;
}

.TMC .main2 .box .pic {
    background: url(../image/bg59.png) center center no-repeat;
    width: 492px;
    height: 492px;
    position: absolute;
    top: 0;
}

.TMC .main2 .box .pic .inner {
    width: 424px;
    height: 424px;
    border-radius: 500px;
    overflow: hidden;
    margin: 34px auto 0;
}

.TMC .main2 .box .pic .inner img {
    border-radius: 500px;
}

.TMC .main2 .box .up {
    position: absolute;
    top: 32px;
    left: 32px;
}

.TMC .main2 .box .text {
    width: 660px;
    position: absolute;
    top: 180px;
}

.TMC .main2 .box .text h3 {
    font-size: 26px;
    color: #707070;
    line-height: 1.2;
}

.TMC .main2 .box .text h3 span {
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 10px;
}

.TMC .main2 .box .text p {
    font-size: 14px;
    color: #707070;
    line-height: 1.5;
    margin-top: 10px;
}

.TMC .main2 .box .div2 {
    height: 492px;
    position: relative;
}

.TMC .main2 .box .div2 .pic {
    right: 0;
}

.TMC .main2 .box .div2 .text {
    left: 0;
}

.TMC .main2 .box .div2 .text h3 span {
    color: #eab145;
}

.TMC .main2 .box .div3 .text h3 span {
    color: #e25a5a;
}

.TMC .main3 {
    height: 1050px;
    background: #f6f2e7;
}

.TMC .main3 .title {
    text-align: center;
    padding-top: 158px;
}

.TMC .main3 .title h3 {
    font-size: 36px;
    color: #474747;
    line-height: 1.2;
}

.TMC .main3 .title h4 {
    color: #e25a5a;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 4px;
}

.TMC .main3 .box {
    margin-top: 120px;
    position: relative;
}

.TMC .main3 .box .pic {
    position: absolute;
    top: 0;
    left: 72px;
    opacity: 0;
    transform: translate(-100px, 0) rotateY(-50deg);
    -webkit-transform: translate(-100px, 0) rotateY(-50deg);
    -moz-transform: translate(-100px, 0) rotateY(-50deg);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transition: all 1s ease-out 0.3s;
    -webkit-transition: all 1s ease-out 0.3s;
    -moz-transition: all 1s ease-out 0.3s;
}

.TMC .main3 .box .text {
    width: 562px;
    position: absolute;
    top: 14px;
    right: 0;
    opacity: 0;
    transform: translate(100px, 0) rotateY(-50deg);
    -webkit-transform: translate(100px, 0) rotateY(-50deg);
    -moz-transform: translate(100px, 0) rotateY(-50deg);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transition: all 1s ease-out 0.3s;
    -webkit-transition: all 1s ease-out 0.3s;
    -moz-transition: all 1s ease-out 0.3s;
}

.TMC .main3 .box .text .div {
    height: 119px;
    margin-bottom: 25px;
}

.TMC .main3 .box .text .div h3 {
    float: left;
    width: 178px;
    height: 124px;
    line-height: 124px;
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-family: impact;
}

.TMC .main3 .box .text .div p {
    float: left;
    line-height: 124px;
    color: #474747;
    font-size: 18px;
    margin-left: -15px;
}

.TMC .main3.show .pic,
.TMC .main3.show .text {
    transform: translate(0, 0) rotateY(0deg);
    -webkit-transform: translate(0, 0) rotateY(0deg);
    -moz-transform: translate(0, 0) rotateY(0deg);
    opacity: 1;
}

.TMC .main4 {
    height: 1005px;
}

.TMC .main4 .title {
    text-align: center;
    padding-top: 158px;
}

.TMC .main4 .title h3 {
    font-size: 36px;
    color: #474747;
    line-height: 1.2;
}

.TMC .main4 .title h4 {
    color: #e25a5a;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 4px;
}

.TMC .main4 .box {
    background: url(../image/bg60.jpg) center top no-repeat;
    height: 589px;
    margin-top: 68px;
    opacity: 0;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform: scale(0.7) rotateX(60deg);
    -webkit-transform: scale(0.7) rotateX(60deg);
    -moz-transform: scale(0.7) rotateX(60deg);
    transition: all 1.2s ease-out 0s;
    -webkit-transition: all 1.2s ease-out 0s;
    -moz-transition: all 1.2s ease-out 0s;
}

.TMC .main4.show .box {
    transform: scale(1) rotateX(0deg);
    -webkit-transform: scale(1) rotateX(0deg);
    -moz-transform: scale(1) rotateX(0deg);
    opacity: 1;
}

.TMC .main4 .box h3 {
    width: 600px;
    float: left;
    font-size: 26px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    margin-top: 100px;
    height: 95px;
}

.TMC .main5 {
    background: url(../image/bg61.jpg) center top no-repeat;
    height: 952px;
}

.TMC .main5 .title {
    text-align: center;
    padding-top: 165px;
    width: 940px;
    margin: 0 auto;
}

.TMC .main5 .title h3 {
    font-size: 36px;
    color: #474747;
    line-height: 1.2;
}

.TMC .main5 .title h4 {
    color: #eab245;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 4px;
}

.TMC .main5 .title p {
    font-size: 14px;
    color: #707070;
    line-height: 1.5;
    margin-top: 18px;
}

.TMC .main5 .box {
    margin-top: 82px;
    position: relative;
}

.TMC .main5 .box .d {
    display: none;
}

.TMC .main5 .box .animate0 {
    position: absolute;
    left: 0;
    top: 0;
    background: url(../image/d9.png) center center no-repeat;
    width: 300px;
    height: 348px;
    text-align: center;
}

.TMC .main5 .box img {
    margin-top: 90px;
}

.TMC .main5 .box h3 {
    color: #fff;
    font-size: 18px;
    lne-height: 1.2;
    margin-top: 24px;
}

.TMC .main5 .box .animate1 {
    position: absolute;
    left: 299px;
    top: 86px;
    background: url(../image/d10.png) center center no-repeat;
    width: 300px;
    height: 348px;
    text-align: center;
}

.TMC .main5 .box .animate2 {
    position: absolute;
    left: 598px;
    top: 0;
    background: url(../image/d11.png) center center no-repeat;
    width: 300px;
    height: 348px;
    text-align: center;
}

.TMC .main5 .box .animate3 {
    position: absolute;
    right: 2px;
    top: 86px;
    background: url(../image/d12.png) center center no-repeat;
    width: 300px;
    height: 348px;
    text-align: center;
}

.TMC .main5 .box .in1 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.TMC .main5 .box .in2 {
    width: 230px;
    position: absolute;
    top: 93px;
    left: 36px;
    display: none;
}

.TMC .main5 .box .in2 h4 {
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 1.2;
}

.TMC .main5 .box .in2 p {
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    margin-top: 12px;
    text-align: left;
}

.TMC .main6 {
    height: 743px;
}

.TMC .main6 .title {
    text-align: center;
    padding-top: 152px;
}

.TMC .main6 .title h3 {
    font-size: 36px;
    color: #474747;
    line-height: 1.2;
}

.TMC .main6 .title h4 {
    color: #329dc9;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 4px;
}

.TMC .main6 .box {
    margin-top: 74px;
}

.TMC .main6 .box .div {
    float: left;
    width: 235px;
    text-align: center;
    margin-left: 86px;
}

.TMC .main6 .box .div.a {
    margin-left: 0;
}

.TMC .main6 .box .div .pic {
    height: 255px;
}

.TMC .main6 .box .div .pic i {
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.TMC .main6 .box .div .pic img {
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.TMC .main6 .box .div:hover .pic img {
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
}

.TMC .main6 .box .div h3 {
    font-size: 20px;
    color: #474747;
    line-height: 1.2;
    margin-top: 18px;
}

.TMC .main6 .box .div h4 {
    font-size: 16px;
    color: #474747;
    line-height: 1.2;
    margin-top: 5px;
    font-family: Arial, Helvetica, sans-serif;
}

.TMC .main7 {
    background: url(../image/bg62.jpg) center top no-repeat;
    height: 883px;
}

.TMC .main7 .title {
    text-align: center;
    padding-top: 195px;
}

.TMC .main7 .title h3 {
    color: #fff;
    font-family: impact;
    font-size: 90px;
    line-height: 1;
}

.TMC .main7 .title h4 {
    color: #fff;
    font-size: 36px;
    line-height: 1.5;
}

.TMC .main7 .box1 {
    margin-top: 45px;
    height: 248px;
    position: relative;
}

.TMC .main7 .box1 .div {
    float: left;
    width: 374px;
    left: 241px;
    margin-left: 32px;
}

.TMC .main7 .box1 .div.a {
    margin-left: 5px;
}

.TMC .main7 .box1 .up {
    background: url(../image/yun7.png) center center no-repeat;
    width: 1190px;
    height: 248px;
    position: absolute;
    left: 5px;
    top: 0;
}

.TMC .main7 .box2 {
    height: 100px;
    background: #de962c;
    margin-top: 60px;
    border-radius: 20px;
}

.TMC .main7 .box2 h3 {
    color: #fff;
    line-height: 100px;
    float: left;
    background: url(../image/dian15.png) 45px center no-repeat;
    padding-left: 60px;
}

.TMC .main8 {
    height: 788px;
}

.TMC .main8 .title {
    text-align: center;
    padding-top: 145px;
}

.TMC .main8 .title h3 {
    font-size: 36px;
    color: #474747;
    line-height: 1.2;
}

.TMC .main8 .title h4 {
    color: #329dc9;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 4px;
}

.TMC .main8 .box {
    margin-top: 78px;
}

.TMC .main8 .box .div {
    float: left;
    width: 351px;
    height: 423px;
    margin-left: 71px;
    text-align: center;
    opacity: 0;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform: scale(0.7) rotateX(60deg);
    -webkit-transform: scale(0.7) rotateX(60deg);
    -moz-transform: scale(0.7) rotateX(60deg);
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
}

.TMC .main8.show .box .div {
    transform: scale(1) rotateX(0deg);
    -webkit-transform: scale(1) rotateX(0deg);
    -moz-transform: scale(1) rotateX(0deg);
    opacity: 1;
}

.TMC .main8 .box .div.d1 {
    background: url(../image/bg63.png) center top no-repeat;
    margin-left: 0;
}

.TMC .main8 .box .div.d2 {
    background: url(../image/bg64.png) center top no-repeat;
}

.TMC .main8 .box .div.d3 {
    background: url(../image/bg65.png) center top no-repeat;
}

.TMC .main8 .box .div h3 {
    color: #fff;
    font-size: 50px;
    font-family: impact;
    line-height: 1.2;
    margin-top: 155px;
}

.TMC .main8 .box .div h4 {
    color: #fff;
    font-size: 22px;
    line-height: 1.2;
    margin-top: 5px;
}

.TMC .main8 .box .div p {
    width: 245px;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    margin: 12px auto 0;
}

.TMC .main9 {
    background: url(../image/bg66.jpg) center top no-repeat;
    height: 1072px;
}

.TMC .main9 .div1 {
    position: absolute;
    left: 5px;
    top: 274px;
    opacity: 0;
    transform: translate(-200px, 0);
    -webkit-transform: translate(-200px, 0);
    -moz-transform: translate(-200px, 0);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transition: all 1s ease-out 0.3s;
    -webkit-transition: all 1s ease-out 0.3s;
    -moz-transition: all 1s ease-out 0.3s;
}

.TMC .main9 .div2 {
    position: absolute;
    right: 196px;
    top: 178px;
    opacity: 0;
    transform: translate(200px, 0);
    -webkit-transform: translate(200px, 0);
    -moz-transform: translate(200px, 0);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transition: all 1s ease-out 0.3s;
    -webkit-transition: all 1s ease-out 0.3s;
    -moz-transition: all 1s ease-out 0.3s;
}

.TMC .main9 .div3 {
    position: absolute;
    left: 262px;
    top: 709px;
    opacity: 0;
    transform: translate(-200px, 0);
    -webkit-transform: translate(-200px, 0);
    -moz-transform: translate(-200px, 0);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transition: all 1s ease-out 0.6s;
    -webkit-transition: all 1s ease-out 0.6s;
    -moz-transition: all 1s ease-out 0.6s;
}

.TMC .main9 .div4 {
    position: absolute;
    right: 10px;
    top: 625px;
    opacity: 0;
    transform: translate(200px, 0);
    -webkit-transform: translate(200px, 0);
    -moz-transform: translate(200px, 0);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transition: all 1s ease-out 0.6s;
    -webkit-transition: all 1s ease-out 0.6s;
    -moz-transition: all 1s ease-out 0.6s;
}

.TMC .main9 .div5 {
    position: absolute;
    left: 408px;
    top: 369px;
    opacity: 0;
    transform: translate(0, 200px);
    -webkit-transform: translate(0, 200px);
    -moz-transform: translate(0, 200px);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
}

.TMC .main9 .div1 h3 {
    width: 140px;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    position: absolute;
    top: 227px;
    left: 88px;
}

.TMC .main9 .div2 h3 {
    width: 130px;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    position: absolute;
    top: 238px;
    left: 42px;
}

.TMC .main9 .div3 h3 {
    width: 130px;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    position: absolute;
    top: 174px;
    left: 48px;
}

.TMC .main9 .div4 h3 {
    width: 130px;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    position: absolute;
    top: 310px;
    left: 90px;
}

.TMC .main9 .div5 .text {
    text-align: center;
    position: absolute;
    top: 235px;
    left: 0;
    width: 100%;
}

.TMC .main9 .div5 .text h3 {
    color: #fff;
    font-size: 22px;
    line-height: 1.2;
}

.TMC .main9 .div5 .text h4 {
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 7px;
}

.TMC .main9.show .div1,
.TMC .main9.show .div2,
.TMC .main9.show .div3,
.TMC .main9.show .div4,
.TMC .main9.show .div5 {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    opacity: 1;
}

.TMC .main10 {
    height: 230px;
    background: #db5757;
    padding-top: 36px;
}

.TMC .main10 .l {
    float: left;
    height: 192px;
    margin-left: 5px;
    width: 490px;
    padding-right: 105px;
    border-right: solid 1px #ec7474;
}

.TMC .main10 .l h3 {
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
    margin-top: 50px;
}

.TMC .main10 .l h4 {
    color: #fff;
    font-size: 24px;
    line-height: 1.1;
    margin-top: 12px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.TMC .main10 .r {
    float: right;
    width: 513px;
    margin-top: 35px;
}

.TMC .main10 .r .p1 {
    line-height: 60px;
    background: url(../image/img40.png) left center no-repeat;
    color: #fff;
    padding-left: 72px;
    font-size: 20px;
}

.TMC .main10 .r .p1 span {
    font-size: 50px;
    font-family: impact;
}

.TMC .main10 .r .p2 {
    line-height: 60px;
    background: url(../image/img41.png) left center no-repeat;
    color: #fff;
    padding-left: 72px;
    font-size: 20px;
}

.train .main1 {
    height: 642px;
    position: relative;
    overflow: hidden;
}

.train .main1 .frame {
    height: 642px;
    position: relative;
    overflow: hidden;
}

.train .main1 .frame .child {
    float: left;
    height: 642px;
    width: 100%;
}

.train .main1 .frame .child a {
    display: block;
    width: 100%;
    height: 100%;
}

.train .main1 .nav {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 60px;
    text-align: center;
}

.train .main1 .nav a {
    display: inline-block;
    background: url(../image/dian16.png) left center no-repeat;
    width: 18px;
    height: 18px;
    margin: 0 5px;
}

.train .main1 .nav a.now {
    background: url(../image/dian16.png) right center no-repeat;
}

.train .main2 {
    height: 295px;
    padding-top: 60px;
}

.train .main2 .pic {
    float: left;
    width: 399px;
    height: 236px;
    position: relative;
    margin-left: 1px;
    opacity: 0;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform: scale(0.7) rotateX(60deg);
    -webkit-transform: scale(0.7) rotateX(60deg);
    -moz-transform: scale(0.7) rotateX(60deg);
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
}

.train .main2 .pic img {
    width: 100%;
    height: auto;
}

.train .main2 .pic.first {
    margin-left: 0;
}

.train .main2 .pic .text {
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    top: 80px;
}

.train .main2 .pic .text h3 {
    font-size: 26px;
    color: #fff;
    line-height: 1.2;
}

.train .main2 .pic .text h4 {
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    font-family: AvianRegular;
    margin-top: 5px;
}

.train .main2 .pic .text h5 {
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    margin-top: 5px;
}

/*
.train .main2 .pic.first .text {
    top: 95px;
}
*/
.train .main2.show .pic {
    transform: scale(1) rotateX(0deg);
    -webkit-transform: scale(1) rotateX(0deg);
    -moz-transform: scale(1) rotateX(0deg);
    opacity: 1;
}

.train .main3 {
    background: url(../image/bg71.jpg) center top no-repeat;
    height: 461px;
}

.train .main3 .title {
    text-align: center;
    padding-top: 87px;
}

.train .main3 .title h3 {
    font-size: 36px;
    color: #248dba;
    line-height: 1.2;
}

.train .main3 .title h4 {
    font-size: 26px;
    color: #707070;
    line-height: 1.2;
    font-family: AvianRegular;
    margin-top: 12px;
}

.train .main3 .box {
    margin-top: 45px;
}

.train .main3 .box .div {
    float: left;
    text-align: center;
}

.train .main3 .box .div.d1 {
    width: 203px;
}

.train .main3 .box .div.d2 {
    width: 312px;
}

.train .main3 .box .div.d3 {
    width: 341px;
}

.train .main3 .box .div.d4 {
    width: 344px;
}

.train .main3 .box .div h3 {
    font-size: 100px;
    font-family: impact;
    line-height: 1;
}

.train .main3 .box .div h3 span {
    font-size: 60px;
    margin-left: 5px;
}

.train .main3 .box .div.d1 h3 {
    color: #606060;
}

.train .main3 .box .div.d2 h3 {
    color: #eab245;
}

.train .main3 .box .div.d3 h3 {
    color: #248dba;
}

.train .main3 .box .div.d4 h3 {
    color: #e25a5a;
}

.train .main3 .box .div p {
    font-size: 14px;
    color: #474747;
    line-height: 1.5;
    margin-top: 15px;
}

.train .main3 .box .div.d2 p,
.train .main3 .box .div.d3 p {
    margin-top: 25px;
}

.train .main4 {
    height: 905px;
    position: relative;
}

.train .main4 .bg {
    background: url(../image/bg67.png) center center repeat;
    height: 480px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    bottom: 0;
    width: 1920px;
}

.train .main4 .title {
    text-align: center;
    padding-top: 88px;
}

.train .main4 .title h3 {
    color: #e25a5a;
    font-size: 36px;
    line-height: 1.2;
}

.train .main4 .title h4 {
    color: #707070;
    font-size: 26px;
    line-height: 1.2;
    font-family: AvianRegular;
    margin-top: 10px;
}

.train .main4 .box {
    margin-top: 35px;
    height: 493px;
}

.train .main4 .box .div {
    float: left;
    width: 285px;
    margin-left: 20px;
    opacity: 0;
    transform: translate(0, 200px);
    -webkit-transform: translate(0, 200px);
    -moz-transform: translate(0, 200px);
    transition: all 1.2s ease-out 0s;
    -webkit-transition: all 1.2s ease-out 0s;
    -moz-transition: all 1.2s ease-out 0s;
}

.train .main4.show .box .div {
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    opacity: 1;
}

.train .main4 .box .div.a {
    margin-left: 0;
}

.train .main4 .box .div .pic {
    width: 285px;
    height: 380px;
    overflow: hidden;
}

.train .main4 .box .div .pic img {
    width: 100%;
    height: auto;
}

.train .main4 .box .div .text {
    height: 91px;
    padding-top: 22px;
    background: url(../image/white10.png) center center repeat;
    text-align: center;
}

.train .main4 .box .div .text h3 {
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
}

.train .main4 .box .div .text p {
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 12px;
}

.train .main4 .title2 {
    text-align: center;
    margin-top: 45px;
}

.train .main4 .title2 h3 {
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
}

.train .main4 .title2 h4 {
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    margin-top: 10px;
}

.train .main5 {
    background: url(../image/bg68.jpg) center top repeat;
    padding: 88px 0 110px;
}

.train .main5 .title {
    text-align: center;
}

.train .main5 .title h3 {
    font-size: 36px;
    color: #fff;
    line-height: 1.2;
}

.train .main5 .title h4 {
    font-size: 20px;
    color: #fff;
    line-height: 1.2;
    margin-top: 10px;
}

.train .main5 .title h5 {
    font-size: 26px;
    color: #fff;
    line-height: 1.2;
    font-family: AvianRegular;
    margin-top: 15px;
}

.train .main5 .links {
    margin-top: 54px;
    height: 216px;
}

.train .main5 .links a {
    display: block;
    background: url(../image/liu1.png) center top no-repeat;
    height: 261px;
    width: 164px;
    text-align: center;
    color: #fff;
    line-height: 183px;
    float: left;
    margin-left: 61px;
    font-size: 30px;
    -webkit-transition: all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.train .main5 .links a.now {
    background: url(../image/liu2.png) center top no-repeat;
}

.train .main5 .links a:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.train .main5 .box {
    margin-top: 42px;
}

.train .main5 .box .inner {
    display: none;
}

.train .main5 .box .inner.a {
    display: block;
}

.train .main6 {
    height: 640px;
}

.train .main6 .title {
    text-align: center;
    padding-top: 85px;
}

.train .main6 .title h3 {
    color: #eab245;
    font-size: 36px;
    line-height: 1.2;
}

.train .main6 .title h4 {
    font-size: 26px;
    color: #707070;
    line-height: 1.2;
    font-family: AvianRegular;
    margin-top: 15px;
}

.train .go_top {
    display: none;
    background: url(../image/top.png) center center no-repeat;
    width: 88px;
    height: 88px;
    position: fixed;
    right: 50px;
    bottom: 125px;
}

#carousel5 {
    height: 400px;
    margin-top: 35px;
}

#carousel5 .div {
    width: 387px;
    height: 400px;
    float: left;
    margin: 0 10px;
    overflow: hidden;
    position: relative;
}

#carousel5 .div h3 {
    text-align: center;
    font-size: 24px;
    color: #474747;
    line-height: 1.2;
    margin-top: 20px;
}

#carousel5 .div .pic {
    width: 387px;
    height: 290px;
    overflow: hidden;
}

#carousel5 .div .pic img {
    width: 100%;
    height: auto;
    -webkit-transition: all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

#carousel5 .div:hover .pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

#prev5 {
    background: url(../image/arrow19.png) left center no-repeat;
    width: 41px;
    height: 82px;
    display: block;
    position: absolute;
    top: 320px;
    left: 24px;
    z-index: 2;
}

#next5 {
    background: url(../image/arrow19.png) right center no-repeat;
    width: 41px;
    height: 82px;
    display: block;
    position: absolute;
    top: 320px;
    right: 24px;
    z-index: 2;
}

.train .main7 {
    height: 900px;
    /* background: url(../image/bg69.png) center center repeat; */
    background-color: #fff;
}

.train .main7 .title {
    text-align: center;
    padding-top: 30px;
}

.train .main7 .title h3 {
    color: #4a737e;
    font-size: 36px;
    line-height: 1.2;
}

.train .main7 .title h4 {
    color: #4a737e;
    font-size: 24px;
    line-height: 1.2;
    font-family: AvianRegular;
    margin-top: 10px;
}

.train .main7 .focus {
    margin-top: 35px;
    position: relative;
    /* overflow: hidden; */
    /* height: 370px; */
}

.train .main7 .focus .frame {
    position: relative;
    height: 600px;
    width: 968px;
    margin: 0 auto;
    box-sizing: border-box;
}

.train .main7 .focus .frame .child {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.train .main7 .focus .frame .child .div {
    float: left;
    width: 282px;
    height: 493px;
    overflow: hidden;
    position: relative;
}

/* .train .main7 .focus .frame .child .div img {
    width: 100%;
    height: auto;
    -webkit-transition: all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
} */

/* .train .main7 .focus .frame .child .div:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
} */

.train .main7 .focus .frame .child .div .up {
    background: url(../image/black20.png) center center repeat;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
}

.train .main7 .focus .frame .child .div .up h3 {
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    position: absolute;
    left: 38px;
    bottom: 29px;
}

.train .main7 .focus .frame .child .div .up2 {
    background: url(../image/bg77.jpg) center center repeat;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    display: none;
}

.train .main7 .focus .frame .child .div .up2 h3 {
    width: 238px;
    margin: 80px auto 0;
    font-size: 22px;
    line-height: 1.2;
    color: #fff;
}

.train .main7 .focus .frame .child .div .up2 .p {
    width: 238px;
    margin: 12px auto 0;
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
}

.train .main7 .focus .nav {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
}

.train .main7 .focus .nav a {
    display: inline-block;
    background: url(../image/dian17.png) left center no-repeat;
    width: 17px;
    height: 17px;
    margin: 0 6px;
}

.train .main7 .focus .nav a.now {
    background: url(../image/dian17.png) right center no-repeat;
}

.train .main8 {
    height: 653px;
}

.train .main8 .title {
    text-align: center;
    padding-top: 92px;
}

.train .main8 .title h3 {
    font-size: 36px;
    color: #474747;
    line-height: 1.2;
}

.train .main8 .title h4 {
    font-size: 26px;
    color: #707070;
    line-height: 1.2;
    margin-top: 10px;
}

.train .main8 .box {
    margin-top: 65px;
}

.train .main8 .box .div {
    float: left;
    width: 270px;
    height: 160px;
}

.train .main8 .box .div h3 {
    font-size: 20px;
    color: #474747;
    line-height: 1.2;
}

.train .main8 .box .div .inner {
    margin-top: 10px;
    font-size: 12px;
    color: #707070;
    line-height: 1.8;
}

/*****20190813页面修改开始*******/
.train {}

.train .main-new {
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    background-color: #fff;
}

.train .main1-new {
    /* background-image: url(../image/train/web_01.jpg);
    height: 1078px; */
}

.train .main2-new {
    /* background-image: url(../image/train/web_02.jpg); */
    /* height: 798px; */
}

.train .main2-new .img-box {
    margin: 0 auto;
    width: 1200px;
    text-align: center;
    padding: 50px 0;
}

.train .main2-new .left-img {
    width: 500px;
    vertical-align: bottom
}

.train .main2-new .right-img {
    width: 600px;
    vertical-align: bottom;
    margin-bottom: -20px;
}

.train .main3-new {
    background-color: #f0f0f0;
    /* background-image: url(../image/train/web_03.jpg); */
    height: 734px;
}

.train .main4-new {
    /* background-image: url(../image/train/web_04.jpg);
    height: 723px; */
}

.train .main4-new .pannel-box {
    width: 675px;
    height: 410px;
    /* margin: 0 auto; */
    top: 36%;
    position: absolute;
    left: 50%;
    margin-left: -338px;
}

.train .main4-new .pannel {
    width: 286px;
    height: 410px;
    background-color: rgba(179, 188, 194, 0.74);
    position: relative;
}

.train .main4-new .pannel .yuan {
    position: absolute;
    left: 90px;
    top: -55px;
    width: 110px;
    height: 110px;
    background-color: #ffbda6;
    border-radius: 100%;
    color: #fff;
    line-height: 110px;
    font-size: 22px;
    text-align: center;
}

.train .main4-new .text-list {
    position: absolute;
    width: 100%;
    top: 70px;
    left: 0;
    z-index: 2;
}

.train .main4-new .text-list .text {
    margin-bottom: 10px;
}

.train .main4-new .text-list .text .text-yuan {
    background-color: #ffbda6;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 5px;
}

.train .main4-new .text-list .text p {
    text-align: center;
    color: #fff;
    font-size: 13px;
}

.train .main4-new .text-list .text .text-yuan span {
    font-size: 15px;
    color: #fff;
    position: absolute;
    left: 3px;
    top: -4px;
}

.train .main7-new {
    height: 900px;
}

.train .main7-new .words-box {
    text-align: center;
    position: relative;
    width: 100%;
    color: #4a737e;
    font-size: 20px;
    line-height: 36px;
    margin-top: 30px;
    margin-bottom: 5px;
}

.train .main7-new .img-card-box {
    width: 968px;
    margin: 0 auto;
    height: 810px;
    padding-top: 50px;
}

.train .main7-new .img-card-box .img-card {
    position: relative;
    float: left;
    margin: 0 20px;
}

.train .main7-new .text-box {
    position: absolute;
    top: 280px;
    left: 0;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    line-height: 30px;
    z-index: 2;
}

.train .main7-new .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.train .main7-new .avatar {
    position: absolute;
    top: 36px;
    left: 42px;
    z-index: 1;
}

.train .main7-new .text-box .name {
    font-size: 20px;
    margin-bottom: 20px;
}

.train .main7-new .text-box .area {
    font-size: 16px;
}

.train .main7-new .text-box .desc {
    font-size: 16px;
}

.train .main6-new {
    background-image: url(../image/train/web_06.png);
    height: 598px;
    position: relative;
}

.train .main6-new .form-white {
    width: 550px;
    height: 350px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -275px;
    padding-top: 50px;
    box-sizing: border-box;

}

.train .main6-new .form-white .submit-btn {
    width: 260px;
    margin: 0 auto;
    background-color: #c78eee;
    height: 40px;
    line-height: 40px;
    display: block;
    margin-top: 100px;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    box-shadow: 0 2px 5px #bc9ad4;
}

.train .main6-new .province-box {
    width: 260px;
    margin: 0 auto;
    /* overflow: hidden; */
    clear: both;
    margin-top: 10px;
}

.train .main6-new .province-box .sb {
    border: none;
    background-color: #eeeff3;
    width: 87px;
    height: 40px;
    z-index: 2;
}

.train .main6-new .province-box .sb .opts {
    display: none;
    width: 121px;
    top: 40px;
    left: 0px;
    height: 145px;
}

.train .main6-new .province-box .sb_active .opts {
    display: block;
}

.train .main6-new .province-box .sb>.selected {
    background-color: #eeeff3;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #4a737e;
}

.train .main6-new .province-box .span {
    float: left;
    font-size: 16px;
    margin-right: 10px;
    margin-top: 13px;
    color: #4a737e;
}

.train .form-white .input-row {
    width: 260px;
    margin: 0 auto;
}

.train .form-white .input-row input {
    height: 40px;
    line-height: 40px;
    padding: 5px;
    box-sizing: border-box;
    border: none;
    background-color: #eeeff3;
    font-size: 16px;
    border-radius: 8px;
    color: #4a737e;
}

.train .form-white .input-row input.username {
    width: 205px;
    margin-right: 10px;
}

.train .form-white .input-row input.phone {
    width: 100%;
    margin-top: 10px;
}

.train .main-new .title {
    font-size: 36px;
    text-align: center;
    position: absolute;
    top: 40px;
    width: 100%;
    color: #4a737e;
    line-height: 44px;
}

.train .main1-new .title {}

.train .main1-new .text-item {
    position: absolute;
    text-align: center;
    width: 220px;
}

.train .main1-new .text-item h4 {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 500;
    width: 100%;
    color: #4a737e;
}

.train .main1-new .text-item h5 {
    position: absolute;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    line-height: 22px;
    color: #4a737e;
}

.train .main1-new .text-item.dyhj {
    left: 25%;
    top: 22%;
}

.train .main1-new .text-item.zysz {
    left: 20%;
    top: 62%;
}

.train .main1-new .text-item.ltkc {
    left: 62%;
    top: 20%;
}

.train .main1-new .text-item.jggj {
    left: 66%;
    top: 42%;
}

.train .main2-new .title {
    position: relative;
    top: 0;
}

.train .main3-new .service-cards {
    width: 940px;
    margin: 0 auto;
    padding-top: 200px;
}

.train .main3-new .card {
    width: 240px;
    height: 188px;
    float: left;
    margin-right: 110px;
    margin-bottom: 60px;
    /* padding: 60px 5px 5px 25px; */
    box-sizing: border-box;
    background-repeat: no-repeat;
    position: relative;
}

.train .main3-new .card .text-list {
    text-align: left;
    font-size: 13px;
    color: #fff;
    position: absolute;
    bottom: 30px;
    left: 25px;
}

.train .main3-new .card .text-list h4 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}

.train .main3-new .card .text-list p {
    line-height: 20px;
}

.train .main3-new .card1 {
    background-image: url(../image/train/icon_card_1.png)
}

.train .main3-new .card2 {
    background-image: url(../image/train/icon_card_2.png)
}

.train .main3-new .card3 {
    background-image: url(../image/train/icon_card_3.png);
    margin-right: 0px;
}

.train .main3-new .card4 {
    background-image: url(../image/train/icon_card_4.png)
}

.train .main3-new .card5 {
    background-image: url(../image/train/icon_card_5.png)
}

.train .main3-new .card6 {
    background-image: url(../image/train/icon_card_6.png);
    margin-right: 0px;
}

.train .main6-new .title {
    color: #fff;
}

.widget-area-phone {
    position: fixed;
    top: 320px;
    left: 20px;
    z-index: 9;
    color: #fff;
}

.widget-area-phone .text1 {
    font-size: 20px;
    /* margin-left: 10px; */
}

.widget-area-phone .text2 {
    font-size: 25px;
    padding-right: 10px;
}

.widget-area-phone>img {
    width: 120px;
}

@media screen and (max-width:1500px) {
    .train .main4-new {
        padding-bottom: 130px;
    }

    .train .main4-new .pannel {
        height: 410px;
    }
}

/*****20190813页面修改结束*******/
.foot {
    height: 90px;
    background: #248dba;
    width: 1920px;
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -960px;
    z-index: 5;
}

.foot .text {
    position: absolute;
    top: 27px;
    left: 16px;
}

.foot .phone {
    line-height: 90px;
    position: absolute;
    top: 0;
    right: 16px;
    color: #fff;
    font-size: 20px;
}

.foot .phone span {
    font-size: 25px;
    font-family: impact;
}

#header2 {
    position: absolute;
    left: 0;
    top: 0;
    height: 80px;
    background: url(../image/black50.png) center center repeat;
    width: 100%;
    z-index: 2;
}

#header2 .logo {
    position: absolute;
    left: 23px;
    top: 15px;
}

#header2 .links {
    position: absolute;
    top: 0;
    right: 20px;
}

#header2 .links a {
    font-size: 16px;
    color: #fff;
    line-height: 80px;
    margin-left: 30px;
}

#body.network {
    padding-top: 0;
}

.network .main1 {
    position: relative;
    overflow: hidden;
}

.network .main1 .frame {
    position: relative;
    overflow: hidden;
}

.network .main1 .frame .child {
    float: left;
}

.network .main1 .frame .child img {
    width: 100%;
    height: auto;
    min-width: 1460px;
}

.network .main1 .nav {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 50px;
    text-align: center;
}

.network .main1 .nav a {
    display: inline-block;
    background: url(../image/dian16.png) left center no-repeat;
    width: 18px;
    height: 18px;
    margin: 0 5px;
}

.network .main1 .nav a.now {
    background: url(../image/dian16.png) right center no-repeat;
}

.network .main1 .box {
    width: 391px;
    position: absolute;
    /*bottom:4%;*/
    top: 110px;
    right: 50%;
    margin-right: -600px;
    opacity: 0;
    transform: translate(100px, 0) rotateY(-50deg);
    -webkit-transform: translate(100px, 0) rotateY(-50deg);
    -moz-transform: translate(100px, 0) rotateY(-50deg);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transition: all 1s ease-out 0.3s;
    -webkit-transition: all 1s ease-out 0.3s;
    -moz-transition: all 1s ease-out 0.3s;
}

.network .main1.show .box {
    transform: translate(0, 0) rotateY(0deg);
    -webkit-transform: translate(0, 0) rotateY(0deg);
    -moz-transform: translate(0, 0) rotateY(0deg);
    opacity: 1;
}

.network .main1 .box .in1 {
    display: block;
    background: url(../image/box3.png) center center no-repeat;
    width: 391px;
    height: 330px;
}

.network .main1 .box .in1 h3 {
    color: #fff;
    line-height: 1.2;
    text-align: center;
    font-size: 24px;
    padding-top: 15px;
}

.network .main1 .box .in1 h4 {
    color: #fff;
    line-height: 1.2;
    text-align: center;
    font-size: 18px;
    padding: 2px 0 10px;
    font-family: AvianRegular;
}

.network .main1 .box .in1 .div {
    background: url(../image/input1.png) center center no-repeat;
    width: 326px;
    height: 40px;
    margin: 0 auto 8px;
}

.network .main1 .box .in1 .div span {
    display: block;
    width: 80px;
    padding-left: 15px;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    float: left;
}

.network .main1 .box .in1 .div input {
    float: left;
    line-height: 40px;
    height: 40px;
    width: 215px;
    border: none;
    background: none;
    color: #fff;
    font-size: 14px;
    padding: 0;
}

.network .main1 .box .in1 .btn {
    margin: 0 auto;
    width: 326px;
    display: block;
}

.network .main1 .box .in2 {
    display: block;
    background: url(../image/box4.png) center center no-repeat;
    width: 391px;
    height: 115px;
    margin-top: 5px;
    position: relative;
    padding-top: 25px;
    text-align: center;
}

.network .main1 .box .in2 h3 {
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
}

.network .main1 .box .in2 h3 span {
    font-family: AvianRegular;
    margin-left: 10px;
}

.network .main1 .box .in2 h4 {
    color: #fff;
    font-size: 48px;
    line-height: 1.3;
    font-family: impact;
}

.network .main2 {
    height: 60px;
    background: url(../image/bg72.png) center center repeat;
}

.network .main2 h3 {
    background: url(../image/img43.png) left center no-repeat;
    line-height: 60px;
    color: #fff;
    font-size: 16px;
    padding-left: 35px;
    float: left;
}

.network .main2 .focus {
    float: left;
    margin-left: 155px;
    overflow: hidden;
    position: relative;
    width: 795px;
}

.network .main2 .focus .frame {
    overflow: hidden;
    position: relative;
}

.network .main2 .focus .frame .child {
    float: left;
    width: 265px;
    line-height: 60px;
    color: #fff;
    font-size: 16px;
}

.network .main3 {
    height: 658px;
}

.network .main3 .box1 {
    position: absolute;
    top: 90px;
    left: 0;
    background: url(../image/bg73.png) center center no-repeat;
    width: 516px;
    height: 458px;
}

.network .main3 .box1 h3 {
    font-size: 24px;
    color: #a42323;
    line-height: 1.2;
    margin: 122px auto 0;
    width: 415px;
}

.network .main3 .box1 h4 {
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
    margin: 10px auto 0;
    font-family: AvianRegular;
    width: 415px;
}

.network .main3 .box1 .p {
    margin: 20px auto 0;
    width: 415px;
    font-size: 14px;
    line-height: 1.8;
    color: #fff;
}

.network .main3 .box1 .p span {
    font-size: 18px;
}

.network .main3 .box2 {
    position: absolute;
    top: 90px;
    right: 0;
    background: url(../image/bg74.png) center center no-repeat;
    width: 683px;
    height: 458px;
}

.network .main3 .box2 h3 {
    width: 600px;
    margin: 29px auto 0;
    color: #014663;
    font-size: 24px;
    line-height: 1.2;
}

.network .main3 .box2 h3 span {
    color: #fff;
    font-size: 14px;
    font-family: AvianRegular;
    margin-left: 8px;
}

.network .main3 .box2 .p {
    margin: 20px auto 0;
    width: 600px;
}

.network .main3 .box2 .p p {
    line-height: 50px;
    border-top: dashed 1px #fff;
    font-size: 14px;
    color: #fff;
}

.network .main3 .box2 .p p a {
    float: right;
    background: url(../image/img47.png) left center no-repeat;
    padding-left: 24px;
}

.network .main3 .box2 .pic {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 683px;
    height: 278px;
    overflow: hidden;
}

.network .main3 .box2 .pic img {
    width: 100%;
    height: auto;
}

.network .main4 {
    height: 900px;
    background: #00aaac;
}

.network .main4 .title {
    text-align: center;
    padding-top: 76px;
}

.network .main4 .title h3 {
    color: #fff;
    font-size: 36px;
    line-height: 1.2;
}

.network .main4 .title h4 {
    color: #fff;
    font-size: 26px;
    line-height: 1.2;
    font-family: AvianRegular;
    margin-top: 12px;
}

.network .main4 .map {
    position: absolute;
    top: 195px;
    left: 0;
    opacity: 0;
    transform: translate(100px, 0) rotateY(-50deg);
    -webkit-transform: translate(100px, 0) rotateY(-50deg);
    -moz-transform: translate(100px, 0) rotateY(-50deg);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transition: all 1s ease-out 0.3s;
    -webkit-transition: all 1s ease-out 0.3s;
    -moz-transition: all 1s ease-out 0.3s;
}

.network .main4 .text {
    position: absolute;
    top: 385px;
    right: 0;
    width: 460px;
    opacity: 0;
    transform: translate(-100px, 0) rotateY(-50deg);
    -webkit-transform: translate(-100px, 0) rotateY(-50deg);
    -moz-transform: translate(-100px, 0) rotateY(-50deg);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transition: all 1s ease-out 0.3s;
    -webkit-transition: all 1s ease-out 0.3s;
    -moz-transition: all 1s ease-out 0.3s;
}

.network .main4.show .map,
.network .main4.show .text {
    transform: translate(0, 0) rotateY(0deg);
    -webkit-transform: translate(0, 0) rotateY(0deg);
    -moz-transform: translate(0, 0) rotateY(0deg);
    opacity: 1;
}

.network .main4 .text p {
    color: #fff;
    line-height: 1.2;
    margin-top: 20px;
    font-size: 14px;
    width: 360px;
}

.network .main4 .text p span {
    font-size: 24px;
    font-family: AvianRegular;
}

.network .main4 .text h3 {
    background: url(../image/img44.png) left center no-repeat;
    line-height: 28px;
    font-size: 20px;
    color: #faa57b;
    padding-left: 40px;
    margin-top: 38px;
}

.network .main4 .text h4 {
    background: url(../image/img45.png) left center no-repeat;
    line-height: 31px;
    font-size: 20px;
    color: #faa57b;
    padding-left: 40px;
    margin-top: 19px;
}

.network .main5 {
    height: 640px;
    background: url(../image/bg69.png) center center repeat;
}

.network .main5 .title {
    text-align: center;
    padding-top: 85px;
}

.network .main5 .title h3 {
    color: #248dba;
    font-size: 36px;
    line-height: 1.2;
}

.network .main5 .title h4 {
    font-size: 26px;
    color: #909090;
    line-height: 1.2;
    font-family: AvianRegular;
    margin-top: 15px;
}

.network .main6 {
    height: 780px;
}

.network .main6 .title {
    text-align: center;
    padding-top: 88px;
}

.network .main6 .title h3 {
    color: #e25a5a;
    font-size: 36px;
    line-height: 1.2;
}

.network .main6 .title h4 {
    color: #707070;
    font-size: 26px;
    line-height: 1.2;
    font-family: AvianRegular;
    margin-top: 10px;
}

.network .main6 .focus {
    margin-top: 35px;
    position: relative;
    overflow: hidden;
    height: 480px;
}

.network .main6 .focus .frame {
    position: relative;
    overflow: hidden;
    height: 450px;
}

.network .main6 .focus .frame .child {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.network .main6 .focus .frame .child .div {
    float: left;
    width: 300px;
    height: 450px;
}

.network .main6 .focus .frame .child .div .pic {
    width: 300px;
    height: 321px;
    overflow: hidden;
}

.network .main6 .focus .frame .child .div img {
    width: 100%;
    height: auto;
    -webkit-transition: all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.network .main6 .focus .frame .child .div:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.network .main6 .focus .frame .child .div h3 {
    text-align: center;
    width: 230px;
    margin: 22px auto 0;
    font-size: 20px;
    color: #474747;
    line-height: 1.2;
}

.network .main6 .focus .frame .child .div p {
    text-align: center;
    width: 230px;
    margin: 8px auto 0;
    font-size: 14px;
    color: #707070;
    line-height: 1.5;
}

.network .main6 .focus .nav {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
}

.network .main6 .focus .nav a {
    display: inline-block;
    background: url(../image/dian17.png) left center no-repeat;
    width: 17px;
    height: 17px;
    margin: 0 6px;
}

.network .main6 .focus .nav a.now {
    background: url(../image/dian17.png) right center no-repeat;
}

.network .main7 {
    height: 515px;
    background: url(../image/bg69.png) center center repeat;
}

.network .main7 .box1 {
    width: 400px;
    background: #248dba;
    height: 580px;
    position: absolute;
    left: 0;
    top: -65px;
    text-align: center;
    opacity: 0;
    transform: translate(0, 200px);
    -webkit-transform: translate(0, 200px);
    -moz-transform: translate(0, 200px);
    transition: all 1.2s ease-out 0s;
    -webkit-transition: all 1.2s ease-out 0s;
    -moz-transition: all 1.2s ease-out 0s;
}

.network .main7.show .box1 {
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    opacity: 1;
}

.network .main7 .box1 .img {
    margin-top: 60px;
}

.network .main7 .box1 h3 {
    font-size: 24px;
    color: #fff;
    font-family: AvianRegular;
    line-height: 1.2;
    margin-top: 30px;
}

.network .main7 .box1 h4 {
    font-size: 24px;
    color: #fff;
    line-height: 1.2;
}

.network .main7 .box1 .er {
    width: 177px;
    height: 177px;
    margin: 17px auto 0;
    overflow: hidden;
}

.network .main7 .box1 .er img {
    width: 100%;
    height: 100%;
}

.network .main7 .box2 {
    position: absolute;
    width: 800px;
    right: 0;
    top: 100px;
    text-align: center;
}

.network .main7 .box2 h1 {
    font-size: 30px;
    color: #707070;
    font-family: AvianRegular;
    line-height: 1.2;
}

.network .main7 .box2 h2 {
    font-size: 30px;
    color: #474747;
    line-height: 1.2;
}

.network .main7 .box2 h3 {
    font-size: 24px;
    color: #474747;
    line-height: 1.2;
    margin-top: 22px;
}

.network .main7 .box2 h4 {
    font-size: 80px;
    color: #2e92bd;
    font-family: impact;
    line-height: 1;
    margin-top: 10px;
}

.network .main7 .box2 h5 {
    font-size: 18px;
    color: #474747;
    line-height: 1.5;
    margin-top: 25px;
}

.network .main7 .box2 p {
    font-size: 14px;
    color: #474747;
    line-height: 1.5;
    margin-top: 7px;
}

.network .go_top {
    display: none;
    background: url(../image/top.png) center center no-repeat;
    width: 88px;
    height: 88px;
    position: fixed;
    right: 50px;
    bottom: 67px;
}

.TMC2 .main1 {
    height: 728px;
    position: relative;
}

.TMC2 .main1 .up {
    background: url(../image/yun8.png) center top no-repeat;
    height: 163px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
}

.TMC2 .main2 {
    background: url(../image/bg75.jpg) center bottom no-repeat #e5e5f2;
    padding-top: 40px;
    height: 2395px;
}

.TMC2 .main2 .box1 {
    height: 480px;
    background: url(../image/map5.png) center top no-repeat;
    position: relative;
    text-align: center;
    opacity: 0;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform: scale(0.7) rotateX(60deg);
    -webkit-transform: scale(0.7) rotateX(60deg);
    -moz-transform: scale(0.7) rotateX(60deg);
    transition: all 1.2s ease-out 0s;
    -webkit-transition: all 1.2s ease-out 0s;
    -moz-transition: all 1.2s ease-out 0s;
}

.TMC2 .main2.show .box1 {
    transform: scale(1) rotateX(0deg);
    -webkit-transform: scale(1) rotateX(0deg);
    -moz-transform: scale(1) rotateX(0deg);
    opacity: 1;
}

.TMC2 .main2 .box1 .c1 {
    background: url(../image/c27.png) center center no-repeat;
    width: 329px;
    height: 198px;
    position: absolute;
    top: 99px;
    left: 151px;
}

.TMC2 .main2 .box1 .c2 {
    background: url(../image/c28.png) center center no-repeat;
    width: 196px;
    height: 232px;
    position: absolute;
    top: 205px;
    left: 305px;
}

.TMC2 .main2 .box1 .c3 {
    background: url(../image/c29.png) center center no-repeat;
    width: 198px;
    height: 326px;
    position: absolute;
    top: 153px;
    left: 496px;
}

.TMC2 .main2 .box1 .c4 {
    background: url(../image/c30.png) center center no-repeat;
    width: 200px;
    height: 322px;
    position: absolute;
    top: 136px;
    left: 717px;
}

.TMC2 .main2 .box1 .c5 {
    background: url(../image/c31.png) center center no-repeat;
    width: 361px;
    height: 218px;
    position: absolute;
    top: 123px;
    left: 772px;
}

.TMC2 .main2 .box1 p {
    font-size: 17px;
    color: #474747;
    line-height: 1.2;
    position: absolute;
}

.TMC2 .main2 .box1 p span {
    font-size: 33px;
    font-family: Arial, Helvetica, sans-serif;
}

.TMC2 .main2 .box1 .c1 p {
    left: 32px;
    top: 65px;
}

.TMC2 .main2 .box1 .c2 p {
    left: 18px;
    top: 135px;
}

.TMC2 .main2 .box1 .c3 p {
    left: 41px;
    top: 188px;
}

.TMC2 .main2 .box1 .c4 p {
    left: 64px;
    top: 190px;
}

.TMC2 .main2 .box1 .c5 p {
    left: 182px;
    top: 45px;
}

.TMC2 .main2 .title {
    text-align: center;
    margin-top: 105px;
}

.TMC2 .main2 .title h3 {
    font-size: 39px;
    color: #474747;
    line-height: 1.2;
}

.TMC2 .main2 .title h4 {
    font-size: 36px;
    color: #e24d4a;
    line-height: 1.2;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
    font-weight: bold;
}

.TMC2 .main2 .box2 {
    margin-top: 26px;
}

.TMC2 .main2 .box2>div {
    height: 384px;
    position: relative;
}

.TMC2 .main2 .box2 .div1 .pic,
.TMC2 .main2 .box2 .div3 .pic {
    left: 100px;
}

.TMC2 .main2 .box2 .div1 .text,
.TMC2 .main2 .box2 .div3 .text {
    right: 70px;
}

.TMC2 .main2 .box2 .pic {
    width: 384px;
    height: 384px;
    position: absolute;
    top: 0;
}

.TMC2 .main2 .box2 .pic .inner {
    width: 384px;
    height: 384px;
    border-radius: 500px;
    overflow: hidden;
}

.TMC2 .main2 .box2 .pic .inner img {
    border-radius: 500px;
}

.TMC2 .main2 .box2 .up {
    position: absolute;
    top: 285px;
    left: 7px;
}

.TMC2 .main2 .box2 .div2 .up,
.TMC2 .main2 .box2 .div3 .up {
    right: -7px;
    left: auto;
    top: 244px;
}

.TMC2 .main2 .box2 .text {
    width: 580px;
    position: absolute;
    top: 75px;
}

.TMC2 .main2 .box2 .text .tit {
    text-align: center;
    float: left;
}

.TMC2 .main2 .box2 .text h3 {
    font-size: 30px;
    color: #435098;
    line-height: 1.2;
    font-family: Arial, Helvetica, sans-serif;
}

.TMC2 .main2 .box2 .text h4 {
    font-size: 30px;
    color: #435098;
    line-height: 1.2;
    margin-top: 5px;
}

.TMC2 .main2 .box2 .text p {
    font-size: 14px;
    color: #707070;
    line-height: 1.5;
    padding-top: 25px;
    clear: both;
}

.TMC2 .main2 .box2 .div2 .pic {
    right: 70px;
}

.TMC2 .main2 .box2 .div2 .text {
    left: 115px;
}

.TMC2 .main3 {
    height: 965px;
    background: url(../image/yun9.jpg) center bottom no-repeat;
}

.TMC2 .main3 .title {
    text-align: center;
    padding-top: 12px;
}

.TMC2 .main3 .title h3 {
    font-size: 39px;
    color: #474747;
    line-height: 1.2;
}

.TMC2 .main3 .title h4 {
    font-size: 36px;
    color: #e24d4a;
    line-height: 1.2;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
    font-weight: bold;
}

.TMC2 .main3 .title p {
    font-size: 16px;
    color: #474747;
    line-height: 1.5;
    margin-top: 30px;
}

.TMC2 .main3 .box {
    margin-top: 28px;
    position: relative;
}

.TMC2 .main3 .box .pic {
    position: absolute;
    top: 94px;
    right: 12px;
}

.TMC2 .main3 .box .baby {
    position: absolute;
    top: 0;
    left: 44px;
}

.TMC2 .main3 .box .baby a {
    display: none;
    background: url(../image/c32.png) center center no-repeat;
    width: 167px;
    height: 167px;
    position: absolute;
    text-align: center;
}

.TMC2 .main3 .box .baby a.animate0 {
    left: -27px;
    top: 421px;
}

.TMC2 .main3 .box .baby a.animate1 {
    left: 213px;
    top: 458px;
}

.TMC2 .main3 .box .baby a.animate2 {
    left: 421px;
    top: 313px;
}

.TMC2 .main3 .box .baby a span {
    display: block;
    color: #e6eff8;
}

.TMC2 .main3 .box .baby a .s1 {
    margin-top: 58px;
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.2;
}

.TMC2 .main3 .box .baby a .s2 {
    margin-top: 3px;
    font-size: 30px;
    line-height: 1.2;
}

.TMC2 .main3 .box .baby a.animate2 .s1 {
    font-size: 18px;
}

.TMC2 .main3 .box .baby p {
    text-align: center;
    font-size: 17px;
    color: #474747;
    line-height: 1.5;
    margin-top: 50px;
}

.TMC2 .main4 {
    height: 885px;
    background: #f6f1de;
}

.TMC2 .main4 .title {
    text-align: center;
    padding-top: 60px;
}

.TMC2 .main4 .title h3 {
    font-size: 39px;
    color: #474747;
    line-height: 1.2;
}

.TMC2 .main4 .title h4 {
    font-size: 36px;
    color: #e24d4a;
    line-height: 1.2;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
    font-weight: bold;
}

.TMC2 .main4 .box {
    margin-top: 22px;
    position: relative;
}

.TMC2 .main4 .box .mid {
    position: absolute;
    top: 0;
    left: 394px;
}

.TMC2 .main4 .box .div {
    font-size: 16px;
    color: #474747;
    line-height: 1.5;
    position: absolute;
    opacity: 0;
    transition: all 1.2s ease-out 0s;
    -webkit-transition: all 1.2s ease-out 0s;
    -moz-transition: all 1.2s ease-out 0s
}

.TMC2 .main4 .box .div.d1 {
    top: 137px;
    left: 900px;
    transform: translate(-200px, 0);
    -webkit-transform: translate(-200px, 0);
    -moz-transform: translate(-200px, 0);
}

.TMC2 .main4 .box .div.d2 {
    top: 203px;
    right: 877px;
    transform: translate(200px, 0);
    -webkit-transform: translate(200px, 0);
    -moz-transform: translate(200px, 0);
}

.TMC2 .main4 .box .div.d3 {
    top: 268px;
    left: 952px;
    transform: translate(-200px, 0);
    -webkit-transform: translate(-200px, 0);
    -moz-transform: translate(-200px, 0);
}

.TMC2 .main4 .box .div.d4 {
    top: 302px;
    right: 915px;
    transform: translate(200px, 0);
    -webkit-transform: translate(200px, 0);
    -moz-transform: translate(200px, 0);
}

.TMC2 .main4 .box .div.d5 {
    top: 379px;
    left: 955px;
    transform: translate(-200px, 0);
    -webkit-transform: translate(-200px, 0);
    -moz-transform: translate(-200px, 0);
}

.TMC2 .main4 .box .div.d6 {
    top: 406px;
    right: 896px;
    transform: translate(200px, 0);
    -webkit-transform: translate(200px, 0);
    -moz-transform: translate(200px, 0);
}

.TMC2 .main4 .box .div.d7 {
    top: 494px;
    left: 944px;
    transform: translate(-200px, 0);
    -webkit-transform: translate(-200px, 0);
    -moz-transform: translate(-200px, 0);
}

.TMC2 .main4 .box .div.d8 {
    top: 530px;
    right: 850px;
    transform: translate(200px, 0);
    -webkit-transform: translate(200px, 0);
    -moz-transform: translate(200px, 0);
}

.TMC2 .main4 .box .div.d9 {
    top: 615px;
    left: 892px;
    transform: translate(-200px, 0);
    -webkit-transform: translate(-200px, 0);
    -moz-transform: translate(-200px, 0);
}

.TMC2 .main4.show .box .div {
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    opacity: 1;
}

.TMC2 .main5 {
    height: 828px;
    background: url(../image/bg76.jpg) center top no-repeat;
    position: relative;
}

.TMC2 .main5 .title {
    text-align: center;
    padding-top: 64px;
}

.TMC2 .main5 .title h3 {
    font-size: 39px;
    color: #474747;
    line-height: 1.2;
}

.TMC2 .main5 .title h4 {
    font-size: 36px;
    color: #e24d4a;
    line-height: 1.2;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
    font-weight: bold;
}

.TMC2 .main5 .box {
    margin-top: 40px;
    position: relative;
}

.TMC2 .main5 .box .pic {
    position: absolute;
    right: 60px;
    top: 0;
    opacity: 0;
    transform: translate(0, 200px);
    -webkit-transform: translate(0, 200px);
    -moz-transform: translate(0, 200px);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
}

.TMC2 .main5.show .box .pic {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    opacity: 1;
}

.TMC2 .main5 .box .text {
    position: absolute;
    left: 174px;
    top: 0;
}

.TMC2 .main5 .box .text .div {
    margin-bottom: 33px;
}

.TMC2 .main5 .box .text .div h3 {
    font-size: 17px;
    color: #474747;
    line-height: 1.2;
}

.TMC2 .main5 .box .text .div h4 {
    font-size: 17px;
    color: #474747;
    line-height: 1.2;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
}

.TMC2 .main5 .up {
    position: absolute;
    background: url(../image/yun10.png) center top no-repeat;
    height: 162px;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
    bottom: 0;
}

.TMC2 .main6 {
    height: 590px;
    background: #e5e5f2;
}

.TMC2 .main6 .title {
    text-align: center;
    padding-top: 64px;
}

.TMC2 .main6 .title h3 {
    font-size: 39px;
    color: #474747;
    line-height: 1.2;
}

.TMC2 .main6 .title h4 {
    font-size: 36px;
    color: #e24d4a;
    line-height: 1.2;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
    font-weight: bold;
}

.TMC2 .main6 .box {
    margin: 25px auto 0;
    width: 1140px;
}

.TMC2 .main6 .box .div {
    float: left;
    background: url(../image/c33.png) center center no-repeat;
    width: 314px;
    height: 314px;
    margin: 0 33px;
    text-align: center;
    opacity: 0;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform: scale(0.7) rotateX(60deg);
    -webkit-transform: scale(0.7) rotateX(60deg);
    -moz-transform: scale(0.7) rotateX(60deg);
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
}

.TMC2 .main6.show .box .div {
    transform: scale(1) rotateX(0deg);
    -webkit-transform: scale(1) rotateX(0deg);
    -moz-transform: scale(1) rotateX(0deg);
    opacity: 1;
}

.TMC2 .main6 .box .div h3 {
    color: #fff;
    font-size: 42px;
    font-family: impact;
    line-height: 1;
    margin-top: 68px;
}

.TMC2 .main6 .box .div h4 {
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    margin-top: 28px;
}

.TMC2 .main6 .box .div p {
    font-size: 12px;
    color: #fff;
    line-height: 1.5;
    width: 225px;
    text-align: left;
    margin: 15px auto 0;
}

.TMC2 .main7 {
    background: #e5e5f2;
    padding-bottom: 80px;
}

.TMC2 .main7 .title {
    text-align: center;
}

.TMC2 .main7 .title h3 {
    font-size: 39px;
    color: #474747;
    line-height: 1.2;
}

.TMC2 .main7 .title h4 {
    font-size: 36px;
    color: #e24d4a;
    line-height: 1.2;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
    font-weight: bold;
}

.TMC2 .main7 .pic {
    float: left;
    width: 231px;
    margin-left: 74px;
}

.TMC2 .main7 .pic .div {
    width: 231px;
    height: 231px;
    overflow: hidden;
    border-radius: 500px;
    margin-bottom: 25px;
}

.TMC2 .main7 .pic .div img {
    width: 100%;
    height: auto;
    border-radius: 500px;
}

.TMC2 .main7 .text {
    float: right;
    width: 711px;
    margin: 77px 105px 0 0;
}

.TMC2 .main7 .text .div {
    margin-bottom: 25px;
    font-size: 15px;
    color: #474747;
    line-height: 1.6;
}

.TMC2 .main7 .text .div span {
    color: #601986;
    font-size: 17px;
}

.TMC2 .main8 {
    height: 230px;
    background: #db5757;
    padding-top: 36px;
}

.TMC2 .main8 .l {
    float: left;
    height: 192px;
    margin-left: 5px;
    width: 490px;
    padding-right: 105px;
    border-right: solid 1px #ec7474;
}

.TMC2 .main8 .l h3 {
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
    margin-top: 50px;
}

.TMC2 .main8 .l h4 {
    color: #fff;
    font-size: 24px;
    line-height: 1.1;
    margin-top: 12px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.TMC2 .main8 .r {
    float: right;
    width: 513px;
    margin-top: 35px;
}

.TMC2 .main8 .r .p1 {
    line-height: 60px;
    background: url(../image/img40.png) left center no-repeat;
    color: #fff;
    padding-left: 72px;
    font-size: 20px;
}

.TMC2 .main8 .r .p1 span {
    font-size: 50px;
    font-family: impact;
}

.TMC2 .main8 .r .p2 {
    line-height: 60px;
    background: url(../image/img41.png) left center no-repeat;
    color: #fff;
    padding-left: 72px;
    font-size: 20px;
}

.TMC2 .foot {
    background: #db5757;
}

.angle {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    background: url('../../../Home/images/article/angle-default.png');
}

.angle-for {
    background: url('../../../Home/images/article/angle-for.png');
}

.angle-prepare {
    background: url('../../../Home/images/article/angle-prepare.png');
}

.angle-not {
    background: url('../../../Home/images/article/angle-not.png');
}

.main .btn {
    font-size: 14px;
    color: #ccc;
    border-radius: 10px;
    padding: 12px 45px;
    display: inline-block;
}

.main .btn-active {
    cursor: pointer;
    color: #EEC148;
    border: 2px solid #EEC148;
}

.main .btn-disabled {
    border: 2px solid #ccc;
}

/**
* 盟商专区动态列表
*/

.infringement-dynamic {
    position: relative;
}

.infringement-dynamic__title {
    font-size: 32px;
    margin-bottom: 30px;
    text-align: center;
    width: 500px;
}

.infringement-dynamic__content {
    position: absolute;
    width: 1200px;
    left: 50%;
    top: 50%;
    margin-left: -600px;
}

.infringement-dynamic__item {
    margin-bottom: 10px;
}

.infringement-dynamic__item a {
    display: inline-block;
    width: 419px;
}

.infringement-dynamic__list {
    display: inline-block;
}

.infringement-dynamic__item a {
    font-size: 16px;
}

.infringement-dynamic__more {
    float: right;
}

.infringement-dynamic__date {
    margin-left: 10px;
}

.infringement-more {
    width: 1200px;
    margin: 0 auto;
}

.infringement-more__title {
    font-size: 32px;
    margin-bottom: 30px;
    margin-top: 50px;
    text-align: center;
}

.infringement-more__list {
    width: 511px;
    margin: 0 auto;
}

.infringement-more__item {
    margin-bottom: 10px;
    font-size: 16px;
}

.infringement-more__item a {
    display: inline-block;
    width: 419px;
}

.infringement-list {
    padding-left: 40px;
    margin-top: 10px;
}

.infringement-list__item {
    border-bottom: 1px solid #e5e5e5;
    padding: 14px 0;
    margin-bottom: 10px;
    position: relative;
}

.infringement-list__link {
    display: inline-block;
    width: 670px;
    float: left;
}

.infringement-list__link a {
    color: #272725;
}

.infringement-list__date {
    display: inline-block;
    color: #d7a84c;
    float: right;
}

.infringement-list__icon {
    display: inline-block;
    width: 11px;
    height: 11px;
    background: #e15a59;
    position: absolute;
    border-radius: 50%;
    left: -40px;
    top: 15px;
}

.infringement-list__icon:before {
    content: " ";
    background: #fff;
    width: 5px;
    height: 5px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -2.5px;
    margin-top: -2.5px;
    border-radius: 50%;
}

.infringement-report-btn {
    width: 90px;
    height: 90px;
    cursor: pointer;
    display: inline-block;
    background: url('../../../Home/images/article/infringement_report_btn.png') no-repeat;
    position: fixed;
    right: 70px;
    top: 136px;
    z-index: 2;
    font-size: 16px;
    line-height: 90px;
    text-align: center;
    color: #fff;
}

/**
* 侵权举报
*/

.ryb-title-green {
    text-align: center;
    font-size: 24px;
}

.ryb-title-green__zh {
    color: #272727;
    margin-bottom: 14px;
}

.ryb-title-green__en {
    color: #4da9a8;
    font-weight: bold;
    margin-bottom: 37px;
}

.text-red {
    color: red;
}

.infringement-report {
    font-size: 14px;
    width: 265px;
    margin: 0 auto;
}

.infringement-report__title {
    font-size: 15px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
    font-weight: bold;
}

.infringement-report__info {
    width: 280px;
    line-height: 1.5em;
    float: left;
    padding-top: 30px;
    padding-right: 20px;
}

.infringement-report__row {
    margin-bottom: 10px;
}

.infringement-report__label {
    height: 30px;
    line-height: 30px;
    width: 100px;
    color: #272727;
    text-align: left;
    display: inline-block;
}

.infringement-report__label .text-red {
    position: relative;
    top: 4px;
    float: right;
}

.infringement-report__input {
    width: 138px;
    margin-left: 10px;
    padding: 10px 5px;
    border-radius: 2px;
    border: 1px solid #e5e5e5;
}

.infringement-report__note {
    margin-top: 30px;
    width: 526px;
    padding: 0 32px;
    line-height: 2em;
    color: #a5a4a4;
    margin-bottom: 15px;
}

.infringement-report__submit {
    color: #fff;
    display: block;
    width: 100%;
    background: #00a0e9;
    height: 30px;
    line-height: 30px;
    border: none;
    border-radius: 2px;
    font-size: 15px;
    cursor: pointer;
}

.infringement-report__btn {
    color: #a5a4a4;
    background: #e5e5e5;
    display: inline-block;
    padding: 10px;
    margin-left: 10px;
    cursor: pointer;
    width: 130px;
    text-align: center;
    border-radius: 2px;
}

/**
* 圆形分页
*/

.page-round {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.page-round__item {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #e1b459;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    margin-right: 10px;
}

.page-round__item.active {
    background: #d1645d;
}

.page-round__link {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.page-round__link:hover {
    color: #fff;
}

/**
* 认证查询
*/
.certification {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.certification .background-right {
    position: absolute;
    bottom: 0;
    right: 0;
}

.certification .background-left {
    position: absolute;
    top: 468px;
    left: 0;
}

.certification-banner {
    font-family: "微软雅黑", "Microsoft YaHei", sans-serif;
    width: 100%;
    background: url("../../../Home/images/article/certification/certification_bg.png") repeat-x;
}

.certification-body-bg {
    background: url("../../../Home/images/article/certification/certification_body_bg.png") no-repeat center top;
}

.certification-banner--family {
    background: url("../../../Home/images/article/certification/familyTeacher_bg.png") no-repeat center #bbc2c8;
    height: 468px;
}

.certification-banner__main {
    width: 792px;
    margin: 0 auto;
    position: relative;
}

.certification-banner--family .certification-banner__main {
    width: 1200px;
    left: 155px;
}

.certification-banner__box {
    position: absolute;
    top: 100px;
    left: 289px;
    width: 502px;

}

.certification-banner--family .certification-banner__box {
    width: 545px;
    left: 0;
    top: 155px;
}

.certification-banner__title {
    font-size: 36px;
    color: #242424;
    margin-bottom: 36px;
}

.certification-banner--family .certification-banner__title {
    color: #fff;
}

.certification-banner__info {
    font-size: 18px;
    line-height: 1.5em;
    color: #242424;
}

.certification-banner--family .certification-banner__info {
    color: #fff;
}

.certification-banner__search {
    margin-top: 37px;
}

.certification-banner__input {
    width: 406px;
    height: 43px;
    font-size: 15px;
    line-height: 43px;
    padding-left: 10px;
    border-radius: 5px;
    float: left;
}

.certification-banner__btn {
    display: inline-block;
    width: 79px;
    height: 43px;
    font-size: 18px;
    text-align: center;
    line-height: 43px;
    color: #fff;
    border-radius: 5px;
    background: #009de1;
    float: left;
    cursor: pointer;
    margin-left: 5px;
}

.certification-banner__figure {
    margin-top: 13px;
}

.certification-res {
    display: none;
}

.certification-res__close {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    cursor: pointer;
}

.certification-res__main {
    width: 792px;
    margin: 0 auto;
}

.certification-res__table {
    width: 100%;
    border-bottom: 1px solid #d2d2d2;
}

.certification-res__table td,
.certification-res__table th {
    padding-top: 12px;
    padding-bottom: 12px;
}

.certification-res__table tr {
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
    text-align: center;
}

.certification-res__table th {
    font-size: 20px;
    font-weight: bold;
}

.certification-res__title {
    font-size: 20px;
    text-align: center;
    height: 67px;
    line-height: 67px;
}

.certification-res__title span {
    margin-left: 10px;
}

.certification-res__more-icon {
    width: 13px;
    height: 7px;
    margin-left: 5px;
    display: inline-block;
    cursor: pointer;
    background: url("../../../../Public/Home/images/article/certification/2_07.gif") no-repeat;
}

.certification-res__top-icon {
    display: inline-block;
    width: 40px;
    height: 16px;
    top: -16px;
    right: 90px;
    position: absolute;
    background: url("../../../../Public/Home/images/article/certification/top_icon.png") no-repeat;
    margin-right: 5px;
}

.certification-res__more-icon.active {
    background: url("../../../../Public/Home/images/article/certification/2_07_active.gif") no-repeat;
}

.certification-res__more {
    cursor: pointer;
}

.certification-teacher {
    text-align: left !important;
    border-left: none !important;
    border-right: none !important;
    display: none;

}

.certification-teacher td {
    padding-top: 0;
}

.certification-teacher__data {
    margin-top: 16px;
    background: #fafafa;
    padding: 15px;
    border: 1px solid #f3f3f3 !important;
    position: relative;
}

.certification-teacher__field {
    margin-top: 10px;
    color: #242424;
    font-size: 18px;
}

.certification-teacher__info {
    float: left;
    width: 221px;
}

.certification-teacher__list {
    width: 507px;
    float: left;
    padding-left: 30px;
    padding-top: 30px;
}

.certification-teacher__item {
    margin-bottom: 12px;
    padding-left: 8px;
}

.certification-teacher__item>p {
    margin-bottom: 10px;
}

.certification-teacher__icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("../../../../Public/Home/images/article/certification/3_11.gif") left no-repeat;
    margin-right: 10px;
}

.certification-teacher__icon--min {
    width: 10px;
    height: 10px;
    background: url("../../../../Public/Home/images/article/certification/3_12.gif") left no-repeat;
}

.certification-teacher__img {
    background: #DCDCDC;
    width: 197px;
    height: 197px;
    display: inline-block;
    border-radius: 100%;
}

/**
* 推荐
*/

.recommend {
    width: 830px;
    margin: 0 auto;
}

.recommend__box-title {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 55px;
    font-size: 24px;
}

.recommend__box-title h3 {
    color: #474747;
    font-size: 32px;
    line-height: 1.2;
}

.recommend__box-title h4 {
    color: #3f9bc8;
    font-size: 30px;
    line-height: 1.2;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-top: 3px;
}

.recommend__box-title>span {
    border: 1px solid #272727;
    font-size: 30px;
    height: 60px;
    line-height: 60px;
    border-radius: 44px;
    text-align: center;
    color: #242424;
    margin-bottom: 11px;
    display: inline-block;
    padding: 0 30px;
}

.recommend__item {
    margin-bottom: 80px;
}

.recommend__cover {
    width: 312px;
    float: left;
    text-align: center;
}

.recommend__cover img {
    max-width: 312px;
}

.recommend__content {
    width: 468px;
    padding-left: 50px;
    float: right;
    font-size: 18px;
    line-height: 1.5em;
    color: #272727;
}

.recommend__item--right .recommend__cover {
    float: right;
}

.recommend__item--right .recommend__content {
    float: left;
    padding-left: 0;
    padding-right: 50px;
}

.recommend__item--right .recommend__title {
    text-align: right;
}

.recommend__title {
    color: #272727;
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 25px;
}

/**
* 会刊
*/

.catalogue {
    overflow: hidden;
    height: 706px;
    background: url(../image/s5bg.jpg) center no-repeat;
}

.catalogue__list {
    width: 1210px;
}

.catalogue__item {
    width: 292px;
    height: 350px;
    float: left;
    margin-right: 10px;
    position: relative;
}

.catalogue__img {
    width: 100%;
    height: 100%;
}

.catalogue__info {
    position: absolute;
    color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: url("../../../Home/images/catalogue_bg.png") repeat;
}

.catalogue__title {
    padding: 10px;
    font-size: 25px;
    display: inline-block;
}

.catalogue__p {
    padding: 5px 10px;
}

.catalogue__details {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.catalogue__details:hover {
    color: #fff;
}

.catalogue__tags {
    padding-left: 20px;
}

/**
* 会刊更多页面
*/

.catalogue-more-page .title_m h4 {
    color: #339dca;
}

.catalogue-more-page .main {}

.catalogue-more-page__list {
    width: 1210px;
    margin-top: 35px;
    margin-bottom: 35px;
}

.catalogue-more-page__item {
    width: 292px;
    height: 376px;
    float: left;
    margin-right: 10px;
    position: relative;
    margin-bottom: 20px;
}

.catalogue-more-page__img {
    width: 100%;
    height: 350px;
    transition: transform 1s;
}

.catalogue-more-page__img:hover {
    transform: scale(1.1, 1.1);
}

.catalogue-more-page__title {
    text-align: center;
    padding-top: 10px;
    font-size: 16px;
}

.catalogue-more-page__link {
    display: block;
    width: 292px;
    height: 350px;
    overflow: hidden;
}

/**
* 园所认证证书展示
*/

.certification-show {
    width: 600px;
    margin: 0 auto;
    color: #272727;
}

.certification-show__item {
    margin-bottom: 70px;
}

.certification-show__cover {
    text-align: center;
}

.certification-show__title {
    text-align: center;
    font-size: 24px;
    padding: 30px 0;
}

.certification-show__info {
    font-size: 18px;
    line-height: 1.5em;
}

/**
* 模块公共部分
*/

.module {
    margin-top: 80px;
}

.module p {
    margin-bottom: 5px;
}

.module__title {
    text-align: center;
}

.module__h2 {
    color: #339dca;
    font-size: 85px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1;
}

.module__h3 {
    color: #339dca;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;
    margin-top: -5px;
}

.module__h4 {
    color: #474747;
    font-size: 30px;
    line-height: 1.2;
    margin-top: 3px;
}

.module__h5 {
    color: #474747;
    font-size: 14px;
    line-height: 1.2;
    margin-top: 10px;
}


.seeOpen button {
    margin: 0;
    padding: 0;
    width: 190px;
    height: 50px;
    position: absolute;
    bottom: 25px;
    right: -60px;
    background: #fff;
    border: none;
    border-radius: 50px;
    color: #009de1;
    border: 1px solid #c7c7c7;
    outline: none;
}

/*
 *  /train页面 新增课程链接,定位在左边
 */

.curriculum {
    position: fixed;
    top: 53%;
    right: 0;
    margin-top: -242px;
}