#banner {
    width: 100%;
    top: 0;
    position: relative;
    font-size: 0;
    overflow: hidden;
}

#banner .linear {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transition: all 2s cubic-bezier(0.78, 0.03, 0.27, 1.01);
    -webkit-transition: all 2s cubic-bezier(0.78, 0.03, 0.27, 1.01);
    -moz-transition: all 2s cubic-bezier(0.78, 0.03, 0.27, 1.01);
    -o-transition: all 2s cubic-bezier(0.78, 0.03, 0.27, 1.01);
    -ms-transition: all 2s cubic-bezier(0.78, 0.03, 0.27, 1.01);
}

#banner .pic li {
    position: absolute;
    overflow: hidden;
}

#banner .pic li a {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    transition: all 1.5s;
    -webkit-transition: all 2s linear 0.5s;
    -ms-transition: all 2s linear 0.5s;
    -moz-transition: all 2s linear 0.5s;
    -o-transition: all 2s linear 0.5s;
}

#banner .pic li a.scale {
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    transition: all 2s;
    -webkit-transition: all 2s linear 0.3s;
    -ms-transition: all 2s linear 0.3s;
    -moz-transition: all 2s linear 0.3s;
    -o-transition: all 2s linear 0.3s;
    transform: scale3d(1.15, 1.15, 1);
    -webkit-transform: scale3d(1.15, 1.15, 1);
    -moz-transform: scale3d(1.15, 1.15, 1);
    -ms-transform: scale3d(1.15, 1.15, 1);
    -o-transform: scale3d(1.15, 1.15, 1);
}

#banner .pic li,
#banner .pic li a {
    width: 100%;
}

#banner .pic li:nth-child(2) {
    left: 100%;
}

#banner .pic li:nth-child(3) {
    left: 200%;
}

#banner .pic li:nth-child(4) {
    left: 300%;
}

#banner .pic li:nth-child(5) {
    left: 400%;
}

#banner .pic li:nth-child(6) {
    left: 500%;
}

#banner .pic {
    width: 100%;
    height: 806px;
    overflow: visible;
    position: relative;
}

#banner .pic li a {
    display: block;
}

#banner .pic li div {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    font-family: 'fzltcxh';
    font-size: 30px;
    color: #fff;
}

#banner .button {
    position: absolute;
    bottom: 38px;
    z-index: 10;
    width: 100%;
    text-align: center;
    font-size: 0;
}

#banner .button li {
    width: 50px;
    height: 12px;
    margin: 0 5px;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5;
    display: inline-block;
    zoom: 1;
    cursor: pointer;
    position: relative;
}

#banner .button li div {
    position: absolute;
    top: 5px;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: #fff;
}

#banner .button li:hover,
#banner .button li.cur {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    cursor: pointer;
}

#banner .button li:hover div,
#banner .button li.cur div {
    background-color: #3ae98d;
}

@media screen and (max-width: 1680px) {
    #banner .pic {
        height: 705px;
    }
}

@media screen and (max-width: 1600px) {
    #banner .pic {
        height: 672px;
    }
    #banner .button {
        bottom: 35px;
    }
}

@media screen and (max-width: 1440px) {
    #banner .pic {
        height: 605px;
    }
    #banner .button {
        bottom: 32px;
    }
}

@media screen and (max-width: 1400px) {
    #banner .pic {
        height: 588px;
    }
}

@media screen and (max-width: 1366px) {
    #banner .pic {
        height: 573px;
    }
}

@media screen and (max-width: 1280px) {
    #banner .pic {
        height: 537px;
    }
    #banner .button {
        bottom: 28px;
    }
}

@media screen and (max-width: 1024px) {
    #banner .pic {
        height: 429px;
    }
    #banner .button {
        bottom: 25px;
    }
}

@media screen and (max-width: 800px) {
    #banner .pic {
        height: 335px;
    }
}

@media screen and (max-width: 768px) {
    #banner .pic {
        height: 322px;
    }
}

@media screen and (max-width: 736px) {
    #banner {
        top: 70px;
    }
    #banner .pic {
        height: 558px;
    }
}

@media screen and (max-width: 667px) {
    #banner {
        top: 68px;
    }
    #banner .pic {
        height: 506px;
    }
}

@media screen and (max-width: 640px) {
    #banner .pic {
        height: 486px;
    }
}

@media screen and (max-width: 568px) {
    #banner {
        top: 66px;
    }
    #banner .pic {
        height: 431px;
    }
}

@media screen and (max-width: 480px) {
    #banner .pic {
        height: 364px;
    }
    #banner .pic li div {
        font-size: 28px;
        width: 60%;
        padding: 0 20%;
        height: 80px;
        line-height: 40px;
        margin-top: -40px;
    }
}

@media screen and (max-width: 414px) {
    #banner {
        top: 64px;
    }
    #banner .pic {
        height: 314px;
    }
    #banner .pic li div {
        font-size: 24px;
    }
}

@media screen and (max-width: 375px) {
    #banner .pic {
        height: 285px;
    }
    #banner .pic li div {
        font-size: 22px;
    }
}

@media screen and (max-width: 360px) {
    #banner {
        top: 62px;
    }
    #banner .pic {
        height: 273px;
    }
    #banner .pic li div {
        font-size: 21px;
    }
}

@media screen and (max-width: 320px) {
    #banner {
        top: 60px;
    }
    #banner .pic {
        height: 243px;
    }
    #banner .pic li div {
        font-size: 18px;
    }
}




section {
    clear: both;
    width: 100%;
    background-color: #fff;
    display: table;
    padding-top: 50px;
    position: relative;
    z-index: 10;
}
@media screen and (max-width: 1920px) {
    section {
        padding-top: 65px;
    }
}
@media screen and (max-width: 1680px) {
    section {
        padding-top: 65px;
    }
}

@media screen and (max-width: 1440px) {
    section {
        padding-top: 40px;
    }
}

@media screen and (max-width: 1366px) {
    section {
        padding-top: 35px;
    }
}




#plan {
    padding-bottom: 70px;
}

#plan .header {
    width: 100%;
    height: 52px;
    position: relative;
}

#plan .header span {
    display: inline-block;
    position: absolute;
    left: 50%;
}

#plan .header .en {
    top: 0;
    font-family: 'Arial Black';
    font-size: 44px;
    color: #3ae98d;
    margin-left: -102px;
}

#plan .header .ch {
    bottom: 0;
    z-index: 1;
    font-size: 22px;
    color: #979797;
    margin-left: 12px;
}

#plan .main {
    width: 1770px;
    height: 153px;
    display: block;
    overflow: hidden;
    margin: 65px auto 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#plan .main ul {
    width: 1500px;
    overflow: hidden;
}

#plan .main li {
    width: 250px;
    text-align: center;
    float: left;
    position: relative;
    top: 200px;
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
}

#plan .main li:nth-child(2) {
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
}

#plan .main li:nth-child(3) {
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
}

#plan .main li:nth-child(4) {
    transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
    -ms-transition-delay: 0.9s;
}

#plan .main li:nth-child(5) {
    transition-delay: 1.2s;
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
    -ms-transition-delay: 1.2s;
}

#plan .main li:nth-child(6) {
    transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
    -ms-transition-delay: 1.5s;
}
#plan .main li:nth-child(7) {
    transition-delay: 1.8s;
    -webkit-transition-delay: 1.8s;
    -moz-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s;
    -ms-transition-delay: 1.8s;
}

#plan .main li a {
    width: 120px;
    margin: 0 auto;
    display: block;
}

#plan .main li h1 {
    width: 112px;
    height: 40px;
    display: block;
    margin-top: 6px;
    font-size: 14px;
    line-height: 20px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 4px;
}

#plan .main li,
#plan .main li a {
    color: #747474;
}

#plan .main li a:hover {
    color: #323232;
}

#plan .main .time {
    width: 270px;
    height: 153px;
    background: url(../image/sec1_time1.png) no-repeat top center;
    position: relative;
    cursor: pointer;
}

#plan .main .time .clock {
    position: absolute;
    top: 22px;
    left: 50%;
    z-index: 1;
    width: 37px;
    height: 36px;
    margin-left: -2.5px;
    background-image: url(../image/sec1_time2.png);
    transform-origin: left bottom;
    transition: transform 0.5s;
}

#plan .main .time .more {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 20px;
    color: #3ae98d;
    width: 100%;
}

@media screen and (max-width: 1680px) {
    #plan .main {
        width: 1550px;
        margin-top: 60px;
    }
    #plan .main ul {
        width: 1280px;
    }
    #plan .main li {
        width: 256px;
    }
}

@media screen and (max-width: 1440px) {
    #plan .main {
        width: 1320px;
        margin-top: 55px;
    }
    #plan .main ul {
        width: 1100px;
    }
    #plan .main li {
        width: 220px;
    }
    #plan .main .time {
        width: 220px;
    }
}

@media screen and (max-width: 1366px) {
    #plan .main {
        margin-top: 50px;
    }
}

@media screen and (max-width: 1280px) {
    #plan .main {
        width: 1180px;
    }
    #plan .main ul {
        width: 940px;
    }
    #plan .main li {
        width: 235px;
    }
    #plan .main .time {
        width: 240px;
    }
}

@media screen and (max-width: 1024px) {
    #plan .main {
        width: 100%;
    }
    #plan .main ul {
        width: 100%;
        height: 153px;
        overflow-x: scroll;
    }
    #plan .main li {
        top: 0;
    }
    #plan .main li:nth-child(5) {
        top: -144px;
        left: 100%;
    }
    #plan .main li:nth-child(6) {
        top: -144px;
        left: 100%;
    }
    #plan .main li {
        width: 25%;
    }
    #plan .main li a:hover {
        color: #747474;
    }
    #plan .main .time {
        display: none;
    }
}

@media screen and (max-width: 736px) {
    #plan {
        margin-top: 70px;
    }
    #plan .main ul {
        height: 153px;
        overflow-x: scroll;
    }
    #plan .main li {
        width: 33.33333333333333%;
        top: 0;
    }
    #plan .main li:nth-child(4) {
        top: -144px;
        left: 100%;
    }
    #plan .main li:nth-child(5) {
        top: -144px;
        left: 100%;
    }
    #plan .main li:nth-child(6) {
        top: -144px;
        left: 100%;
    }
}

@media screen and (max-width: 480px) {
    #plan {
        margin-top: 65px;
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 414px) {
    #plan .main li h1 {
        width: 84px;
        padding: 0 18px;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 375px) {
    #plan {
        margin-top: 60px;
    }
    #plan .main {
        margin-top: 40px;
    }
    #plan .main li {
        width: 50%;
    }
    #plan .main li:nth-child(3) {
        top: -144px;
        left: 100%;
    }
    #plan .main li:nth-child(5) {
        top: -288px;
        left: 200%;
    }
    #plan .main li:nth-child(6) {
        top: -288px;
        left: 200%;
    }
    #plan .main li h1 {
        width: 112px;
        padding: 0 4px;
    }
}

@media screen and (max-width: 320px) {
    #plan {
        margin-top: 55px;
    }
    #plan .main {
        margin-top: 35px;
    }
}




#about {
    height: 473px;
    position: relative;
}

#about .bg {
    position: absolute;
    top: 50px;
    right: 0;
    width: 53%;
    height: 430px;
    background-color: #75f0af;
}

#about .about {
    position: absolute;
    top: 80px;
    left: 60px;
    z-index: 1;
    width: 47.5%;
}

#about .about .container {
    width: 100%;
    height: 443px;
    background-color: #3e4089;
    position: relative;
}

#about .about .container,
#about .about .container a {
    color: #fff;
}

#about .about .container img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 65%;
}

#about .about .container h1,
#about .about .container h2,
#about .about .container h3 {
    position: absolute;
    z-index: 1;
    left: 5%;
    display: block;
}

#about .about .container h1 {
    top: 35px;
    font-size: 30px;
    line-height: 40px;
}

#about .about .container h2 {
    top: 75px;
    font-size: 16px;
    line-height: 30px;
}

#about .about .container h3 {
    top: 175px;
    font-size: 14px;
    line-height: 24px;
}

#about .about .container .brief {
    position: absolute;
    z-index: 1;
    top: 210px;
    left: 5%;
    width: 630px;
    font-size: 14px;
    line-height: 26px;
}

#about .about .container a {
    position: absolute;
    z-index: 1;
    top: 345px;
    left: 5%;
    width: 194px;
    display: block;
    border: 1px solid #9fa0c4;
}

#about .about .container a:hover {
    border-color: #3ae98d;
}

#about .about .container a .box {
    width: 100%;
    height: 42px;
    position: relative;
}

#about .about .container a .box .more,
#about .about .container a .box .more_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 42px;
}

#about .about .container a .box .more {
    z-index: 1;
    display: block;
    line-height: 42px;
    color: #fff;
    filter: alpha(opacity=50);
    -webkit-opacity: .5;
    -moz-opacity: .5;
    -ms-opacity: .5;
    -o-opacity: .5;
    opacity: .5;
}

#about .about .container a:hover .box .more {
    color: #3e4089;
    color: #fff\9;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
}

#about .about .container a .box .more_bg {
    width: 0;
    background-color: #3ae98d;
}

#about .about .container a:hover .box .more_bg {
    -webkit-animation: index_more .5s;
    -moz-animation: index_more .5s;
    -ms-animation: index_more .5s;
    -o-animation: index_more .5s;
    animation: index_more .5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

#about .about,
#about .video {
    opacity: 0;
    transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    transition-timing-function: ease-in;
}

#about .video {
    position: absolute;
    top: 68px;
    right: 60px;
    z-index: 2;
    width: 47.5%;
}

#about .video .container {
    width: 100%;
    height: 443px;
    position: relative;
    background: url(../image/sec2_video.jpg) no-repeat center center;
    background-size: 100%;
}

#about .video .container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

#about .video .container .video_bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 443px;
    background-color: #000;
    display: block;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
}

#about .video .container .video_bg.cur {
    filter: alpha(opacity=50);
    -webkit-opacity: .5;
    -moz-opacity: .5;
    -ms-opacity: .5;
    -o-opacity: .5;
    opacity: .5;
}

#about .video .container span {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 106px;
    height: 106px;
    background: url(../image/sec2_video.png) no-repeat center center;
    margin: -53px 0 0 -53px;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
}

#about .video .container span.cur {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
}

@media screen and (max-width: 1680px) {
    #about {
        height: 424px;
    }
    #about .bg {
        height: 380px;
    }
    #about .about .container,
    #about .video .container,
    #about .video .container .video_bg {
        height: 392px;
    }
    #about .about .container h1 {
        font-size: 28px;
        line-height: 36px;
    }
    #about .about .container h2 {
        font-size: 15.5px;
        line-height: 28px;
    }
    #about .about .container h3 {
        top: 124px;
    }
    #about .about .container .brief {
        top: 159px;
    }
    #about .about .container a {
        top: 294px;
    }
}

@media screen and (max-width: 1600px) {
    #about {
        height: 403px;
    }
    #about .bg {
        height: 360px;
    }
    #about .about .container,
    #about .video .container,
    #about .video .container .video_bg {
        height: 372px;
    }
    #about .about .container h1 {
        font-size: 27px;
    }
}

@media screen and (max-width: 1440px) {
    #about {
        height: 367px;
    }
    #about .bg {
        height: 324px;
    }
    #about .about .container,
    #about .video .container,
    #about .video .container .video_bg {
        height: 336px;
    }
    #about .about .container h1 {
        font-size: 25px;
        line-height: 34px;
    }
    #about .about .container h2 {
        font-size: 15px;
        line-height: 24px;
    }
    #about .about .container h3 {
        display: none;
    }
    #about .about .container h1,
    #about .about .container h2,
    #about .about .container .brief,
    #about .about .container a {
        left: 4%;
    }
    #about .about .container .brief {
        top: 125px;
        width: 585px;
        font-size: 13px;
        line-height: 24px;
    }
    #about .about .container a {
        top: 260px;
    }
}

@media screen and (max-width: 1400px) {
    #about {
        height: 357px;
    }
    #about .bg {
        height: 314px;
    }
    #about .about .container,
    #about .video .container,
    #about .video .container .video_bg {
        height: 326px;
    }
    #about .about .container h1 {
        font-size: 24px;
    }
    #about .about .container .brief {
        width: 563px;
        font-size: 12.5px;
        line-height: 23px;
    }
    #about .about .container a {
        top: 257px;
    }
}

@media screen and (max-width: 1366px) {
    #about {
        height: 350px;
    }
    #about .bg {
        height: 306px;
    }
    #about .about .container,
    #about .video .container,
    #about .video .container .video_bg {
        height: 318px;
    }
    #about .about .container h1 {
        font-size: 23px;
        line-height: 32px;
    }
    #about .about .container h2 {
        font-size: 14.5px;
        line-height: 22px;
    }
    #about .about .container .brief {
        width: 554px;
        font-size: 12.3px;
        line-height: 22px;
    }
    #about .about .container a {
        top: 245px;
    }
}

@media screen and (max-width: 1280px) {
    #about {
        height: 330px;
    }
    #about .bg {
        height: 276px;
    }
    #about .about .container,
    #about .video .container,
    #about .video .container .video_bg {
        height: 298px;
    }
    #about .about .container h1,
    #about .about .container h2,
    #about .about .container .brief,
    #about .about .container a {
        left: 3%;
    }
    #about .about .container h1 {
        font-size: 20px;
        line-height: 24px;
    }
    #about .about .container h2 {
        font-size: 14px;
        line-height: 20px;
    }
    #about .about .container .brief {
        width: 530px;
        font-size: 12px;
        line-height: 21px;
    }
    #about .about .container a {
        top: 215px;
    }
}

@media screen and (max-width: 1024px) {
    #about {
        height: auto;
    }
    #about .bg {
        display: none;
    }
    #about .about,
    #about .video {
        position: static;
        width: 90%;
        margin: 0 auto;
    }
    #about .about {
        margin-top: 20px;
    }
    #about .about .container {
        background: #3e4089 url(../image/sec2_chart.jpg) no-repeat bottom right;
        background-size: 65%;
        padding: 35px 0 48px;
        display: table;
    }
    #about .about .container img {
        display: none;
    }
    #about .about .container h1,
    #about .about .container h2,
    #about .about .container h3,
    #about .about .container .brief,
    #about .about .container a {
        position: static;
        margin-left: 5%;
    }
    #about .about .container h1 {
        font-size: 30px;
        line-height: 40px;
    }
    #about .about .container h2 {
        font-size: 16px;
        line-height: 30px;
    }
    #about .about .container h3 {
        display: block;
        padding-top: 70px;
    }
    #about .about .container .brief {
        width: 630px;
        font-size: 14px;
        line-height: 26px;
        padding: 10px 0 57px;
    }
    #about .about .container a {
        top: 345px;
    }
    #about .about .container a:hover {
        border-color: #9fa0c4;
    }
    #about .about .container a:hover .box .more {
        color: #fff;
        filter: alpha(opacity=50);
        -webkit-opacity: .5;
        -moz-opacity: .5;
        -ms-opacity: .5;
        -o-opacity: .5;
        opacity: .5;
    }
    #about .about .container a .box .more_bg {
        background-color: transparent;
    }
    #about .video .container,
    #about .video .container .video_bg {
        height: 510px;
    }
    #about .video {
        margin-top: 40px;
    }
}

@media screen and (max-width: 800px) {
    #about .video .container,
    #about .video .container .video_bg {
        height: 405px;
    }
}

@media screen and (max-width: 768px) {
    #about .video .container,
    #about .video .container .video_bg {
        height: 389px;
    }
}

@media screen and (max-width: 736px) {
    #about .about .container {
        background-size: 100%;
    }
    #about .about .container .brief {
        width: 90%;
    }
    #about .video .container,
    #about .video .container .video_bg {
        height: 373px;
    }
}

@media screen and (max-width: 667px) {
    #about .about .container h3 {
        padding-top: 65px;
    }
    #about .video .container,
    #about .video .container .video_bg {
        height: 337.5px;
    }
}

@media screen and (max-width: 640px) {
    #about .video .container,
    #about .video .container .video_bg {
        height: 324px;
    }
}

@media screen and (max-width: 568px) {
    #about .about .container h3 {
        padding-top: 55px;
    }
    #about .video .container,
    #about .video .container .video_bg {
        height: 287.5px;
    }
}

@media screen and (max-width: 480px) {
    #about .about .container h2 {
        width: 208px;
    }
    #about .about .container h3 {
        padding-top: 40px;
    }
    #about .video .container,
    #about .video .container .video_bg {
        height: 243px;
    }
    #about .video .container span {
        width: 90px;
        height: 90px;
        margin: -45px 0 0 -45px;
        background-size: 100%;
    }
}

@media screen and (max-width: 414px) {
    #about .about .container h3 {
        padding-top: 30px;
    }
    #about .video .container,
    #about .video .container .video_bg {
        height: 209px;
    }
    #about .video .container span {
        width: 80px;
        height: 80px;
        margin: -40px 0 0 -40px;
    }
}

@media screen and (max-width: 375px) {
    #about .about .container h3 {
        padding-top: 25px;
    }
    #about .video .container,
    #about .video .container .video_bg {
        height: 190px;
    }
    #about .video .container span {
        width: 74px;
        height: 74px;
        margin: -37px 0 0 -37px;
    }
}

@media screen and (max-width: 360px) {
    #about .video .container,
    #about .video .container .video_bg {
        height: 182px;
    }
    #about .video .container span {
        width: 70px;
        height: 70px;
        margin: -35px 0 0 -35px;
    }
}

@media screen and (max-width: 320px) {
    #about .about .container h3 {
        padding-top: 20px;
    }
    #about .video .container,
    #about .video .container .video_bg {
        height: 162px;
    }
    #about .video .container span {
        width: 60px;
        height: 60px;
        margin: -30px 0 0 -30px;
    }
}




#pro ul {
    width: 88%;
    margin-left: 60px;
}

#pro li {
    width: 33.33333333333333%;
    float: left;
    position: relative;
    top: 200px;
    opacity: 0;
    transition: all 1.5s;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
}

#pro li:nth-child(2) {
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
}

#pro li:nth-child(3) {
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
}

#pro li:nth-child(4) {
    transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
    -ms-transition-delay: 0.9s;
}

#pro li:nth-child(5) {
    transition-delay: 1.2s;
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
    -ms-transition-delay: 1.2s;
}

#pro li:nth-child(6) {
    transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
    -ms-transition-delay: 1.5s;
}

#pro li a {
    width: 88%;
    display: block;
    font-size: 0;
    position: relative;
}

#pro li a .img {
    width: 100%;
    height: 390px;
    overflow: hidden;
}

#pro li a img {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -ms-transition: -ms-transform 1s;
    -o-transition: -o-transform 1s;
    transition: transform 1s;
}

#pro li a:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

#pro li a .bg,
#pro li a .tip {
    width: 100%;
    height: 390px;
    position: absolute;
    top: 0;
    left: 0;
}

#pro li a .bg {
    z-index: 1;
    background-color: #000;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
}

#pro li a .tip {
    z-index: 2;
    font-family: 'fzltcxh';
    font-size: 25px;
    color: #fff;
    line-height: 390px;
    display: none;
}

#pro li a:hover .bg {
    filter: alpha(opacity=50);
    -webkit-opacity: .5;
    -moz-opacity: .5;
    -ms-opacity: .5;
    -o-opacity: .5;
    opacity: .5;
}

#pro li a:hover .bg,
#pro li a:hover .tip {
    display: block;
}

#pro li a h1 {
    margin-top: 10px;
    width: 100%;
    height: 42px;
    position: relative;
}

#pro li a h1 .num {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-bottom: 2px solid #3ae98d;
    font-family: 'Arial Black';
    font-size: 16px;
    color: #3ae98d;
    line-height: 40px;
}

#pro li a h1 .name {
    position: absolute;
    bottom: 0;
    left: 12%;
    font-size: 18px;
    color: #747474;
    width: 88%;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    word-break: break-all;
    text-overflow: ellipsis;
}

#pro li a .more {
    font-size: 14px;
    color: #747474;
    margin-top: 21px;
    width: 206px;
    height: 41px;
    line-height: 41px;
    border: 2px solid #3ae98d;
    position: relative;
}

#pro li a:hover .more {
    color: #fff;
    color: #747474\9;
}

#pro li a .more div,
#pro li a .more span {
    position: absolute;
    top: 0;
    left: 0;
    height: 41px;
    display: block;
}

#pro li a .more div {
    z-index: 1;
    width: 0;
}

#pro li a .more span {
    z-index: 2;
    width: 100%;
}

#pro li a:hover .more div {
    background-color: #3ae98d;
    -webkit-animation: index_more .5s;
    -moz-animation: index_more .5s;
    -ms-animation: index_more .5s;
    -o-animation: index_more .5s;
    animation: index_more .5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@media screen and (max-width: 1680px) {
    #pro ul {
        width: 90%;
    }
    #pro li a .img,
    #pro li a .bg,
    #pro li a .tip {
        height: 352px;
    }
    #pro li a .tip {
        line-height: 352px;
    }
    #pro li a h1 .name {
        left: 13%;
        width: 87%;
    }
}

@media screen and (max-width: 1600px) {
    #pro li a .img,
    #pro li a .bg,
    #pro li a .tip {
        height: 335px;
    }
    #pro li a .tip {
        line-height: 335px;
    }
}

@media screen and (max-width: 1440px) {
    #pro ul {
        width: 92%;
    }
    #pro li a .img,
    #pro li a .bg,
    #pro li a .tip {
        height: 309px;
    }
    #pro li a .tip {
        line-height: 309px;
    }
    #pro li a h1 .name {
        left: 14%;
        width: 86%;
    }
}

@media screen and (max-width: 1400px) {
    #pro li a .img,
    #pro li a .bg,
    #pro li a .tip {
        height: 300px;
    }
    #pro li a .tip {
        line-height: 300px;
    }
}

@media screen and (max-width: 1366px) {
    #pro ul {
        width: 94%;
    }
    #pro li a .img,
    #pro li a .bg,
    #pro li a .tip {
        height: 299px;
    }
    #pro li a .tip {
        line-height: 299px;
    }
    #pro li a h1 .name {
        left: 13%;
        width: 87%;
    }
}

@media screen and (max-width: 1280px) {
    #pro li a .img,
    #pro li a .bg,
    #pro li a .tip {
        height: 280px;
    }
    #pro li a .tip {
        line-height: 280px;
    }
}

@media screen and (max-width: 1024px) {
    #pro ul {
        width: 93.7%;
        margin: 0 auto;
    }
    #pro li a {
        margin: 0 auto;
    }
    #pro li a .img {
        height: 224px;
    }
    #pro li a:hover img {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    #pro li a:hover .bg,
    #pro li a:hover .tip {
        display: none;
    }
    #pro li a h1 .name {
        left: 18%;
        width: 82%;
    }
    #pro li a:hover .more {
        color: #747474;
    }
    #pro li a:hover .more div {
        background-color: transparent;
    }
}

@media screen and (max-width: 800px) {
    #pro li a .img {
        height: 175px;
    }
    #pro li a h1 .name {
        left: 22%;
        width: 78%;
    }
}

@media screen and (max-width: 768px) {
    #pro li a .img {
        height: 168px;
    }
}

@media screen and (max-width: 736px) {
    #pro ul {
        width: 90%;
    }
    #pro li {
        width: 100%;
    }
    #pro li:not(:first-child) {
        margin-top: 40px;
    }
    #pro li a {
        width: 100%;
    }
    #pro li a .img {
        height: 526px;
    }
    #pro li a h1 {
        height: 45px;
        border: 2px solid #3ae98d;
        margin-right: -2px;
        margin-left: -2px;
    }
    #pro li a h1 .num {
        left: 3%;
    }
    #pro li a h1 .name {
        z-index: 1;
        left: 0;
        text-align: center;
        width: 90%;
        padding-left: 10%;
        height: 45px;
        line-height: 45px;
    }
    #pro li a .more {
        display: none;
    }
}

@media screen and (max-width: 667px) {
    #pro li a .img {
        height: 477px;
    }
}

@media screen and (max-width: 640px) {
    #pro li a .img {
        height: 457.5px;
    }
}

@media screen and (max-width: 568px) {
    #pro li a .img {
        height: 406px;
    }
}

@media screen and (max-width: 480px) {
    #pro li a .img {
        height: 343px;
    }
}

@media screen and (max-width: 414px) {
    #pro li a .img {
        height: 296px;
    }
}

@media screen and (max-width: 375px) {
    #pro li a .img {
        height: 268px;
    }
}

@media screen and (max-width: 360px) {
    #pro li a .img {
        height: 257px;
    }
}

@media screen and (max-width: 320px) {
    #pro li a .img {
        height: 229px;
    }
}




#team {
    height: 580px;
    margin-top: 100px;
}

@media screen and (max-width: 768px) {
   #team {
     margin-top: 0px;
}

}



#team {
    position: relative;
    font-size: 0;
    opacity: 0;
    top: 160px;
    transition: all 1.5s;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
}

#team img {
    width: 100%;
    height: auto;
}

#team .content,
#team a {
    position: absolute;
}

#team .content {
    width: 100%;
}

#team .content,
#team a {
    z-index: 2;
}

#team .content,
#team .content span {
    font-family: 'gillsans-light';
}

#team .content {
    width: 100%;
    font-size: 60px;
    line-height: 90px;
    color: #fff;
    top: 40%;
    left: 0;
}

#team .content span {
    color: #29db7e;
}

#team a,
#team a .box {
    width: 178px;
    height: 53px;
    display: block;
}

#team a {
    line-height: 53px;
    bottom: 25%;
    left: 50%;
    margin-left: -90px;
    border: 1px solid #fff;
    font-size: 16px;
    color: #fff;
}

#team a:hover {
    border-color: #29db7e;
}

#team a .box {
    position: relative;
}

#team a .box div,
#team a .box span {
    position: absolute;
    top: 0;
    left: 0;
    height: 53px;
}

#team a:hover .box div {
    z-index: 1;
    width: 0;
    background-color: #29db7e;
    -webkit-animation: index_more .5s;
    -moz-animation: index_more .5s;
    -ms-animation: index_more .5s;
    -o-animation: index_more .5s;
    animation: index_more .5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

#team a .box span {
    width: 100%;
    display: block;
    z-index: 2;
}

@media screen and (max-width: 1680px) {
    #team {
        height: 507px;
    }
}

@media screen and (max-width: 1600px) {
    #team {
        height: 483px;
    }
}

@media screen and (max-width: 1440px) {
    #team {
        height: 434px;
    }
}

@media screen and (max-width: 1400px) {
    #team {
        height: 422px;
    }
}

@media screen and (max-width: 1366px) {
    #team {
        height: 411px;
    }
}

@media screen and (max-width: 1280px) {
    #team {
        height: 390px;
    }
}

@media screen and (max-width: 1024px) {
    #team {
        height: 532.5px;
    }
    #team .content {
        font-size: 58px;
        line-height: 87px;
    }
    #team a:hover {
        border-color: #fff;
    }
    #team a:hover .box div {
        background-color: transparent;
    }
}

@media screen and (max-width: 800px) {
    #team {
        height: 416px;
    }
    #team .content {
        font-size: 54px;
        line-height: 81px;
    }
}

@media screen and (max-width: 768px) {
    #team {
        height: 399.5px;
    }
    #team .content {
        font-size: 52px;
        line-height: 78px;
    }
}

@media screen and (max-width: 736px) {
    #team {
        height: 383px;
    }
    #team .content {
        font-size: 50px;
        line-height: 75px;
    }
}

@media screen and (max-width: 667px) {
    #team {
        height: 347px;
    }
    #team .content {
        font-size: 48px;
        line-height: 72px;
    }
    #team a {
        bottom: 23%;
    }
}

@media screen and (max-width: 640px) {
    #team {
        height: 333px;
    }
    #team .content {
        font-size: 46px;
        line-height: 69px;
    }
    #team a {
        bottom: 22%;
    }
}

@media screen and (max-width: 568px) {
    #team {
        height: 295.5px;
    }
    #team .content {
        font-size: 44px;
        line-height: 66px;
    }
    #team a {
        bottom: 20%;
    }
}

@media screen and (max-width: 480px) {
    #team {
        height: 249.5px;
    }
    #team .content {
        font-size: 42px;
        line-height: 63px;
    }
    #team a {
        bottom: 14%;
    }
}

@media screen and (max-width: 414px) {
    #team {
        height: 215px;
    }
    #team .content {
        top: 32%;
        font-size: 40px;
        line-height: 60px;
    }
}

@media screen and (max-width: 375px) {
    #team {
        height: 195px;
    }
    #team .content {
        font-size: 36px;
        line-height: 54px;
    }
}

@media screen and (max-width: 360px) {
    #team {
        height: 187px;
    }
    #team .content {
        font-size: 34px;
        line-height: 51px;
    }
}

@media screen and (max-width: 320px) {
    #team {
        height: 166.5px;
    }
    #team .content {
        font-size: 30px;
        line-height: 45px;
    }
}