﻿*{
    margin: 0;
    padding: 0;
}
ul,li{
    list-style: none;
}
html{
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 62.5%;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 1279px) {
    html {
        font-size: 54.6875%;
    }
}
body{
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 1024px;
    min-height: 500px;
    color: #fff;
    font-family: 'Helvetica','microsoft yahei', sans-serif;
    font-size: 1.6rem;
    overflow: hidden;
    background-color: #3997f2;
}
@keyframes rotating_animate {
    0%{
        -webkit-transform: rotate(0) scale(1);
        -moz-transform: rotate(0) scale(1);
        -ms-transform: rotate(0) scale(1);
        -o-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1);
    }
    50%{
        -webkit-transform: rotate(6deg) scale(0.9,1.1) translate3d(10%,-16%,30px);
        -moz-transform: rotate(6deg) scale(0.9,1.1) translate3d(10%,-16%,30px);
        -ms-transform: rotate(6deg) scale(0.9,1.1) translate3d(10%,-16%,30px);
        -o-transform: rotate(6deg) scale(0.9,1.1) translate3d(10%,-16%,30px);
        transform: rotate(6deg) scale(0.9,1.1) translate3d(10%,-16%,30px);
    }
    100%{
        -webkit-transform: rotate(0deg) scale(1);
        -moz-transform: rotate(0deg) scale(1);
        -ms-transform: rotate(0deg) scale(1);
        -o-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }
}
@-webkit-keyframes rotating_animate {
    0%{
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    50%{
        -webkit-transform: rotate(4deg);
        -moz-transform: rotate(4deg);
        -ms-transform: rotate(4deg);
        -o-transform: rotate(4deg);
        transform: rotate(4deg);
    }
    100%{
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes rotating_back_animate {
    0%{
        -webkit-transform: rotate(0) scale(1);
        -moz-transform: rotate(0) scale(1);
        -ms-transform: rotate(0) scale(1);
        -o-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1);

    }
    25%{

        -webkit-transform: rotate(-6deg) scale(0.9) translate3d(10px,-10px,0);
        -moz-transform: rotate(-6deg) scale(0.9) translate3d(10px,-10px,0);
        -ms-transform: rotate(-6deg) scale(0.9) translate3d(10px,-10px,0);
        -o-transform: rotate(-6deg) scale(0.9) translate3d(10px,-10px,0);
        transform: rotate(-6deg) scale(0.9) translate3d(10px,-10px,0);

    }
    50%{
        -webkit-transform: rotate(-2deg) scale(1.1);
        -moz-transform: rotate(-2deg) scale(1.1);
        -ms-transform: rotate(-2deg) scale(1.1);
        -o-transform: rotate(-2deg) scale(1.1);
        transform: rotate(-2deg) scale(1.1);

    }
    75%{
        -webkit-transform: rotate(-6deg) scale(0.9) translate3d(10px,-10px,0);
        -moz-transform: rotate(-6deg) scale(0.9) translate3d(10px,-10px,0);
        -ms-transform: rotate(-6deg) scale(0.9) translate3d(10px,-10px,0);
        -o-transform: rotate(-6deg) scale(0.9) translate3d(10px,-10px,0);
        transform: rotate(-6deg) scale(0.9) translate3d(10px,-10px,0);

    }
    100%{
        -webkit-transform: rotate(0) scale(1);
        -moz-transform: rotate(0) scale(1);
        -ms-transform: rotate(0) scale(1);
        -o-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1);

    }
}
@-webkit-keyframes rotating_back_animate {
    0%{
        -webkit-transform: rotate(0) scale(1);
        -moz-transform: rotate(0) scale(1);
        -ms-transform: rotate(0) scale(1);
        -o-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1);

    }
    25%{
        -webkit-transform: rotate(-2deg) scale(1.1);
        -moz-transform: rotate(-2deg) scale(1.1);
        -ms-transform: rotate(-2deg) scale(1.1);
        -o-transform: rotate(-2deg) scale(1.1);
        transform: rotate(-2deg) scale(1.1);

    }
    50%{
        -webkit-transform: rotate(-6deg) scale(0.7) translate3d(-10px,-10px,0);
        -moz-transform: rotate(-6deg) scale(0.7) translate3d(-10px,-10px,0);
        -ms-transform: rotate(-6deg) scale(0.7) translate3d(-10px,-10px,0);
        -o-transform: rotate(-6deg) scale(0.7) translate3d(-10px,-10px,0);
        transform: rotate(-6deg) scale(0.7) translate3d(-10px,-10px,0);

    }
    75%{
        -webkit-transform: rotate(-2deg) scale(1.1);
        -moz-transform: rotate(-2deg) scale(1.1);
        -ms-transform: rotate(-2deg) scale(1.1);
        -o-transform: rotate(-2deg) scale(1.1);
        transform: rotate(-2deg) scale(1.1);

    }
    100%{
        -webkit-transform: rotate(0) scale(1);
        -moz-transform: rotate(0) scale(1);
        -ms-transform: rotate(0) scale(1);
        -o-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1);

    }
}
@keyframes rotating_week_animate {
    0%{
        -webkit-transform: translate3d(0,0,0) scale(1,1);
        -moz-transform: translate3d(0,0,0) scale(1,1);
        -ms-transform: translate3d(0,0,0) scale(1,1);
        -o-transform: translate3d(0,0,0) scale(1,1);
        transform: translate3d(0,0,0) scale(1,1);
    }
    50%{
        -webkit-transform: translate3d(10px,0,0) scale(1.2,1);
        -moz-transform: translate3d(10px,0,0) scale(1.2,1);
        -ms-transform: translate3d(10px,0,0) scale(1.2,1);
        -o-transform: translate3d(10px,0,0) scale(1.2,1);
        transform: translate3d(10px,0,0) scale(1.2,1);
    }
    100%{
        -webkit-transform: translate3d(0,0,0) scale(1,1);
        -moz-transform: translate3d(0,0,0) scale(1,1);
        -ms-transform: translate3d(0,0,0) scale(1,1);
        -o-transform: translate3d(0,0,0) scale(1,1);
        transform: translate3d(0,0,0) scale(1,1);
    }
}
@-webkit-keyframes rotating_week_animate {
    0%{
        -webkit-transform: translate3d(0,0,0) scale(1,1);
        -moz-transform: translate3d(0,0,0) scale(1,1);
        -ms-transform: translate3d(0,0,0) scale(1,1);
        -o-transform: translate3d(0,0,0) scale(1,1);
        transform: translate3d(0,0,0) scale(1,1);
    }
    50%{
        -webkit-transform: translate3d(10px,0,0) scale(1.2,1);
        -moz-transform: translate3d(10px,0,0) scale(1.2,1);
        -ms-transform: translate3d(10px,0,0) scale(1.2,1);
        -o-transform: translate3d(10px,0,0) scale(1.2,1);
        transform: translate3d(10px,0,0) scale(1.2,1);
    }
    100%{
        -webkit-transform: translate3d(0,0,0) scale(1,1);
        -moz-transform: translate3d(0,0,0) scale(1,1);
        -ms-transform: translate3d(0,0,0) scale(1,1);
        -o-transform: translate3d(0,0,0) scale(1,1);
        transform: translate3d(0,0,0) scale(1,1);
    }
}
@keyframes rotating_all_animate {
    0%{
        -webkit-transform: rotate(0) scale(1) translate3d(0,0,0);
        -moz-transform: rotate(0) scale(1) translate3d(0,0,0);
        -ms-transform: rotate(0) scale(1) translate3d(0,0,0);
        -o-transform: rotate(0) scale(1) translate3d(0,0,0);
        transform: rotate(0) scale(1) translate3d(0,0,0);
    }
    25%{
        -webkit-transform: rotate(90deg) scale(1.3,0.6) translate3d(-10px,-40px,10px);
        -moz-transform: rotate(90deg) scale(1.3,0.6) translate3d(-10px,-40px,10px);
        -ms-transform: rotate(90deg) scale(1.3,0.6) translate3d(-10px,-40px,10px);
        -o-transform: rotate(90deg) scale(1.3,0.6) translate3d(-10px,-40px,10px);
        transform: rotate(90deg) scale(1.3,0.6) translate3d(-10px,-40px,10px);
    }
    50%{
        -webkit-transform: rotate(0) scale(1,1) translate3d(40px,-20px,20px);
        -moz-transform: rotate(0) scale(1,1) translate3d(40px,-20px,20px);
        -ms-transform: rotate(0) scale(1,1) translate3d(40px,-20px,20px);
        -o-transform: rotate(0) scale(1,1) translate3d(40px,-20px,20px);
        transform: rotate(0) scale(1,1) translate3d(40px,-20px,20px);
    }
    75%{
        -webkit-transform: rotate(90deg) scale(1.2,0.8) translate3d(-10px,-40px,10px);
        -moz-transform: rotate(90deg) scale(1.2,0.8) translate3d(-10px,-40px,10px);
        -ms-transform: rotate(90deg) scale(1.2,0.8) translate3d(-10px,-40px,10px);
        -o-transform: rotate(90deg) scale(1.2,0.8) translate3d(-10px,-40px,10px);
        transform: rotate(90deg) scale(1.2,0.8) translate3d(-10px,-40px,10px);
    }
    100%{
        -webkit-transform: rotate(0deg) scale(1) translate3d(0,0,0);
        -moz-transform: rotate(0deg) scale(1) translate3d(0,0,0);
        -ms-transform: rotate(0deg) scale(1) translate3d(0,0,0);
        -o-transform: rotate(0deg) scale(1) translate3d(0,0,0);
        transform: rotate(0deg) scale(1) translate3d(0,0,0);
    }
}
@-webkit-keyframes rotating_all_animate {
    0%{
        -webkit-transform: rotate(0) scale(1) translate3d(0,0,0);
        -moz-transform: rotate(0) scale(1) translate3d(0,0,0);
        -ms-transform: rotate(0) scale(1) translate3d(0,0,0);
        -o-transform: rotate(0) scale(1) translate3d(0,0,0);
        transform: rotate(0) scale(1) translate3d(0,0,0);
    }
    25%{
        -webkit-transform: rotate(90deg) scale(0.3,1) translate3d(-10px,10px,10px);
        -moz-transform: rotate(90deg) scale(0.3,1) translate3d(-10px,10px,10px);
        -ms-transform: rotate(90deg) scale(0.3,1) translate3d(-10px,10px,10px);
        -o-transform: rotate(90deg) scale(0.3,1) translate3d(-10px,10px,10px);
        transform: rotate(90deg) scale(0.3,1) translate3d(-10px,10px,10px);
    }
    50%{
        -webkit-transform: rotate(180deg) scale(0.5,1) translate3d(-20px,20px,20px);
        -moz-transform: rotate(180deg) scale(0.5,1) translate3d(-20px,20px,20px);
        -ms-transform: rotate(180deg) scale(0.5,1) translate3d(-20px,20px,20px);
        -o-transform: rotate(180deg) scale(0.5,1) translate3d(-20px,20px,20px);
        transform: rotate(180deg) scale(0.5,1) translate3d(-20px,20px,20px);
    }
    75%{
        -webkit-transform: rotate(270deg) scale(0.3,1) translate3d(-10px,10px,10px);
        -moz-transform: rotate(270deg) scale(0.3,1) translate3d(-10px,10px,10px);
        -ms-transform: rotate(270deg) scale(0.3,1) translate3d(-10px,10px,10px);
        -o-transform: rotate(270deg) scale(0.3,1) translate3d(-10px,10px,10px);
        transform: rotate(270deg) scale(0.3,1) translate3d(-10px,10px,10px);
    }
    100%{
        -webkit-transform: rotate(360deg) scale(1) translate3d(0,0,0);
        -moz-transform: rotate(360deg) scale(1) translate3d(0,0,0);
        -ms-transform: rotate(360deg) scale(1) translate3d(0,0,0);
        -o-transform: rotate(360deg) scale(1) translate3d(0,0,0);
        transform: rotate(360deg) scale(1) translate3d(0,0,0);
    }
}
.bg .rotating_animate{
    -webkit-animation-name: rotating_animate;
    -o-animation-name: rotating_animate;
    animation-name: rotating_animate;
    -webkit-animation-duration: 20s;
    -moz-animation-duration: 20s;
    -o-animation-duration: 20s;
    animation-duration: 20s;
}
.bg .rotating_back_animate{
    -webkit-animation-name: rotating_back_animate;
    -o-animation-name: rotating_back_animate;
    animation-name: rotating_back_animate;
    -webkit-animation-duration: 30s;
    -moz-animation-duration: 30s;
    -o-animation-duration: 30s;
    animation-duration: 30s;
}
.bg .rotating_week_animate{
    -webkit-animation-name: rotating_week_animate;
    -moz-animation-name: rotating_week_animate;
    -o-animation-name: rotating_week_animate;
    animation-name: rotating_week_animate;
    -webkit-animation-duration: 10s;
    -moz-animation-duration: 10s;
    -o-animation-duration: 10s;
    animation-duration: 10s;
}
.bg .rotating_all_animate{
    -webkit-animation-name: rotating_all_animate;
    -moz-animation-name: rotating_all_animate;
    -o-animation-name: rotating_all_animate;
    animation-name: rotating_all_animate;
    -webkit-animation-duration: 100s;
    -moz-animation-duration: 100s;
    -o-animation-duration: 100s;
    animation-duration: 100s;
}
.bg{
    position: absolute;
    z-index: 0;
    background: url("../images/bg.png") no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    -webkit-transform: translateZ(-10px);
}
.bg .bg_item{
    position: absolute;
    background-size: cover;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
}
.bg_0{
    background: url("../images/bg-0.png") center center no-repeat;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}
.bg_1{
    background: url("../images/bg-1.png") right bottom no-repeat;
    background-size: contain;
    width: 80%;
    height: 160%;
    left: 0;
    margin-left: -20%;
    bottom: -30%;
    opacity: 0.9;
}
.bg .bg_2{
    background: url("../images/bg-2.png") right bottom no-repeat;
    width: 80%;
    height: 80%;
    left: -40%;
    bottom: 75%;
    background-size: contain;
}
.bg .bg_3{
    background: url("../images/bg-3.png") no-repeat;
    width: 613px;
    height: 607px;
    right: -270px;
    bottom: 65%;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.container{
    position: relative;
    z-index: 1;
    width: 100%;
    min-width: 1024px;
    height: 100%;
    min-height: 500px;
    /*background: #0e68f4 url("../images/bg.jpg") center no-repeat;*/
    background-size: cover;
}
.icon{
    display: inline-block;
}
.header{
    position: absolute;
    left: 100px;
    right: 100px;
    top: 50px;
    margin: auto;
    max-width: 1600px;
    z-index: 300;
}
.header .logo{
    display: block;
    background: url("../images/logo-bai.png") center center no-repeat;
    background-size: contain;
    width: 200px;
    height: 52px;
    float: left;
    margin-right: 40px;
    opacity: 1;
}
@media screen and (max-width: 1279px) {
    .header .logo{
        width: 180px;
    }
}
.nav{
    font-size: 1.6rem;
    float: left;
    margin-top: 6px;
}
.nav a{
    text-decoration: none;
    color: #fff;
    display: block;
    float: left;
    padding-bottom: 8px;
}
.nav li{
    float: left;
    margin: 0 2.2rem;
}
@media screen and (max-width: 1279px) {
    .nav li{
        margin: 0 1.2rem;
    }
}
.nav .active a{
    opacity: 1;
    font-weight: bold;
    border-bottom: 2px solid #ffffff;
}
.header a:hover{
    opacity: 1;
}
.member{
    position: absolute;
    top: 6px;
    right: 0;
}
.member a{

}
.logged{
    display: none;
}
.logged.active a{
    opacity: 1;
}
.logged .menu{
    display: none;
    background: #fff;
    width: 260px;
    height: 100px;
    line-height: 50px;
    color: #333;
    border-radius: 4px;
    top: 30px;
    right: 0;
    position: absolute;
}
.menu li{
    padding-left: 30px;
    position: relative;
}
.menu li a{
    color: #333;
    display: block;
    width: 100%;
    height: 100%;
}
.logout{
    background-color: #fafafa;
    border-radius:0 0 4px 4px;
}
.icon_up{
    background: url("../images/icon_up.png") no-repeat;
    width: 13px;
    height: 7px;
    position: relative;
    top: -2px;
    margin-left: 2px;
}
.icon_down{
    background: url("../images/icon_down.png") no-repeat;
    width: 13px;
    height: 7px;
    position: relative;
    top: -2px;
    margin-left: 2px;
}
.icon_resume{
    background: url("../images/icon_resume.png") no-repeat;
    width: 16px;
    height: 15px;
    margin-right: 10px;
    position: relative;
    top: 18px;
    float: left;
}
.icon_logout{
    background: url("../images/icon_logout.png") no-repeat;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 30px;
    top: 18px;
}
.header a{
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
}
.banners{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.banners .banner{
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
}
.banners .banner.active{
    display: block;
}
.news{

}
.news .slogan{
    background: url("../images/home_main.png") center center no-repeat;
    background-size: contain;
    width: 54%;
    height: 54%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}

.news .slogan_title{
    background: url("../images/slogan@2x.png") center center no-repeat;
    background-size: contain;
    width: 32%;
    height: 32%;
    margin: auto;
    top: -10%;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.wave{
    position: absolute;
    width: 80%;
    overflow: visible;
    margin: auto;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -40%;
}
.wave:after{
    content: '';
    display: block;
    margin-top: 100%;
}

.wave .wave_item{
    position: absolute;
    border: 1px solid #63c8f4;
    border-radius: 50%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
}
.wave_item_0{
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
}
.wave_item_1{
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.wave_item_2{
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    -o-animation-delay: 1.6s;
    animation-delay: 1.6s;
}
.wave_item_3{
    -webkit-animation-delay: 2.4s;
    -moz-animation-delay: 2.4s;
    -o-animation-delay: 2.4s;
    animation-delay: 2.4s;
}
.wave_item_4{
    -webkit-animation-delay: 3.2s;
    -moz-animation-delay: 3.2s;
    -o-animation-delay: 3.2s;
    animation-delay: 3.2s;
}
.wave_item_5{
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    -o-animation-delay: 4s;
    animation-delay: 4s;
}
.wave_item_6{
    -webkit-animation-delay: 4.8s;
    -moz-animation-delay: 4.8s;
    -o-animation-delay: 4.8s;
    animation-delay: 4.8s;
}
.wave_item_7{
    -webkit-animation-delay: 5.6s;
    -moz-animation-delay: 5.6s;
    -o-animation-delay: 5.6s;
    animation-delay: 5.6s;
}
.wave_item_8{
    -webkit-animation-delay: 6.4s;
    -moz-animation-delay: 6.4s;
    -o-animation-delay: 6.4s;
    animation-delay: 6.4s;
}
.wave_item_9{
    -webkit-animation-delay: 7.2s;
    -moz-animation-delay: 7.2s;
    -o-animation-delay: 7.2s;
    animation-delay: 7.2s;
}
.wave_item_10{
    -webkit-animation-delay: 8s;
    -moz-animation-delay: 8s;
    -o-animation-delay: 8s;
    animation-delay: 8s;
}
.wave .wave_animate{
    -webkit-animation-name: wave_animate;
    -o-animation-name: wave_animate;
    animation-name: wave_animate;
    -webkit-animation-duration: 10s;
    -moz-animation-duration: 10s;
    -o-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
@-webkit-keyframes wave_animate {
    0%{
        opacity: 0;
        -webkit-transform: scale(0.2);
        -moz-transform: scale(0.2);
        -ms-transform: scale(0.2);
        -o-transform: scale(0.2);
        transform: scale(0.2);
    }
    20%{
        opacity: 0.9;
    }
    60%{
        opacity: 0.1;
    }
    100%{
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
@keyframes wave_animate {
    0%{
        opacity: 0;
        -webkit-transform: scale(0.2);
        -moz-transform: scale(0.2);
        -ms-transform: scale(0.2);
        -o-transform: scale(0.2);
        transform: scale(0.2);
    }
    20%{
        opacity: 0.9;

    }
    60%{
        opacity: 0.1;
    }
    100%{
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
.wrap_buttons{
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.buttons{
    padding: 0 100px 0 100px;
    width: 80%;
    max-width: 1600px;
    margin: 0 auto;
}
.wrap_buttons .sm{
    width: 80%;
    margin: 0 auto;
    position: relative;
}
.wrap_buttons .i{
    position: absolute;
    display: block;
    left: 0;
    top: -2px;
    width: 33.33%;
    height: 4px;
    border-radius: 2px;
    background: #fff;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
.wrap_buttons .i.active_1{
    -webkit-transform: translate3d(100%,0,0);
    -moz-transform: translate3d(100%,0,0);
    -ms-transform: translate3d(100%,0,0);
    -o-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
 }
.wrap_buttons .i.active_2{
    -webkit-transform: translate3d(200%,0,0);
    -moz-transform: translate3d(200%,0,0);
    -ms-transform: translate3d(200%,0,0);
    -o-transform: translate3d(200%,0,0);
    transform: translate3d(200%,0,0);
}
.buttons li{
    position: relative;
    height: 80px;
    line-height: 80px;
    cursor: pointer;
    float: left;
    width: 33.33%;
    text-align: center;
    opacity: 0.5;
}
.buttons li.active{
    opacity: 1;
}
.buttons li:hover{
    opacity: 1;
}
/*.buttons li:before{
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    position: absolute;
    background: #fff;
    top: -2px;
    left: 50%;
}*/
.buttons li.active:before{
    width: 300px;
    height: 6px;
    left: 0;
    right: 0;
    margin: auto;
    top: -3px;
}
.timeline{
    /*background: url("../images/timeline-1.png") center center no-repeat;*/
    width: 60%;
    height: 15%;
    background-size: contain;
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;

}
.wrap_timeline{
    -webkit-transform: skew(0,-6deg);
    -moz-transform: skew(0,-6deg);
    -ms-transform: skew(0,-6deg);
    -o-transform: skew(0,-6deg);
    transform: skew(0,-6deg);
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
.wrap_process_circle{
    width: 27.8%;
    height: 5px;
    position: relative;
    background: -webkit-linear-gradient(to right, rgba(255, 243, 34, 0), #fff620);
    background: -o-linear-gradient(to right, rgba(255, 243, 34, 0), #fff620);
    background: -moz-linear-gradient(to right, rgba(255, 243, 34, 0), #fff620);
    background: linear-gradient(to right, rgba(255, 243, 34, 0), #fff620);
}
.process_circle{
    background: url("../images/process_circle.png") no-repeat;
    width: 34px;
    height: 34px;
    position: absolute;
    top: -12px;
    right: -12px;
    background-size: contain;
}
.wrap_timeline_text{
    padding: 0 20%;
}
.timeline .time_point{
    width: 25%;
    float: left;
    font-size: 1.8rem;
}
.timeline .data{

}
.timeline .wrap_process_bar{
    width: 100%;
    height: 5px;
    margin-bottom: 20px;
    background: url("../images/bg_process_bar.png") center center no-repeat;
    background-size: contain;
}
.timeline_1 .wrap_process_circle{
    width: 28%;
}
.timeline_2 .wrap_process_circle{
    width: 43%;
}
.timeline_3 .wrap_process_circle{
    width: 58%;
}
.timeline_4 .wrap_process_circle{
    width: 72.8%;
}

.news .btns{
    position: absolute;
    top: 80%;
    left: 0;
    right: 0;
    margin: auto;
    width: 380px;
}
.news .btns .btn{
    display: block;
    border-radius: 28px;
    float: left;
    width: 168px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    text-decoration: none;
    font-size: 2rem;
    -webkit-transform: translateZ(0);
}
@media screen and (max-width: 1279px) {
    .news .btns{
        width: 304px;
    }
    .news .btns .btn{
        width: 130px;
        height: 42px;
        line-height: 42px;
    }
}
.btn_s{
    background: #fff200;
    color: #0765c8;
    margin-right: 40px;
}
.btn_s:hover{
    background-color: #efe300;
}
.btn_k{
    border: 1px solid #fff;
    color: #fff;
}
.btn_k:hover{
    background-color: rgba(255, 255, 255, 0.1);
}

/*在招岗位页*/
.jobs{
    background: rgba(6, 169, 208, 0.65);
}

.wrap_jobs{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 70%;
    height: 46%;
    max-height: 700px;
}
.wrap_job{
    float: left;
    width: 36%;
    height: 90%;
    padding: 5%;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
}
.job_post_hover{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.wrap_job_right{
    float: right;
}
.wrap_jobs .job_post{
    height: 100%;
    border-radius: 10px;
    position: relative;
}
.wrap_jobs .wrap_job{
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
}
.post_left{
    left: 0;
    top: 0;
}
.wrap_job_right{
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.job_bg{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius:0 0 10px 0;
}
.anm_to_right{

    /*-webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -o-transform: translateX(20%);
    transform: translateX(20%);*/

    /*-webkit-transform: translate3D(20%,0,0);
    -moz-transform: translate3D(20%,0,0);
    -ms-transform: translate3D(20%,0,0);
    -o-transform: translate3D(20%,0,0);
    transform: translate3D(20%,0,0);*/


}
.post_right{
    top: 0;
    right: 0;
}
.job_title{
    -webkit-transform: translate3d(0,20%,0);
    -moz-transform: translate3d(0,20%,0);
    -ms-transform: translate3d(0,20%,0);
    -o-transform: translate3d(0,20%,0);
    transform: translate3d(0,20%,0);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.job_title_left{
    background: url("../images/mtzp.png") no-repeat;
    background-size: contain;
    width: 205px;
    height: 60px;
}
.job_title_right{
    background: url("../images/shzp.png") no-repeat;
    background-size: contain;
    width: 256px;
    height: 60px;
}
@media screen and (max-width: 1279px) {
    .job_title_left{
        width: 140px;
        height: 50px;
    }
    .job_title_right{
        width: 150px;
        height: 50px;
    }
}
.job_bg{
    position: absolute;
    background-size: contain;
    right: 0;
    bottom: 0;
}

.job_title.to_up{
    -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: translate3d(0,0,0);
}
.wrap_job_bg{
    position: absolute;
    width: 110%;
    height: 100%;
    overflow: hidden;
    right: 0;
    bottom: -10%;
}
.job_bg_left{
    background: url("../images/bg_job_left.png") bottom right no-repeat;
    background-size: auto 100%;
    width: 100%;
    height: 90%;
}
.job_bg_right{
    background: url("../images/bg_job_right.png") bottom right no-repeat;
    background-size: auto 100%;
    width: 100%;
    height: 90%;
}
.job_list{
    opacity: 0;
    font-size: 1.2em;
    line-height: 60px;
    margin-top: 40px;
    margin-left: 4px;
    -webkit-transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
@media screen and (max-width: 1279px) {
    .job_list{
        margin-top: 30px;
    }
}

.job_list li a{
    color: #2762f3;
    text-decoration: none;
    cursor: pointer;
}
.job_list li a:hover{
    color: #00C585;
}

/*精英计划*/
.talks{
    background-color: rgba(169, 0, 255, 0.65);
}
.wrap_talks{
    position: absolute;
    width: 90%;
    max-width: 1400px; /*?*/
    height: 70%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.cont_talks{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    top: 0;
}
.wrap_talks .item{
    width: 100%;
    height: 100%;
    background-size: contain;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
@media screen and (max-width: 1279px) {
    .wrap_talks .item{
        width: 86%;
        height: 90%;
    }
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .wrap_talks .item{
        width: 90%;
        height: 94%;
    }
}
.wrap_talks .bg_talks{
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
    background: url("../images/bg_banner.png") center center no-repeat;
    background-size: contain;
}
.wrap_talks .man_talks{
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    animation-delay: 0.1s;
    background: url("../images/man_talks.png") center center no-repeat;
    background-size: contain;
}

.wrap_talks .title_talks{
    display: none;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
    background: url("../images/title_talks.png") center center no-repeat;
    background-size: contain;
}

.btns_slider{

}

.btns_slider .btn{
    display: block;
    position: absolute;
    opacity: 0.9;
}
.btns_slider .btn:hover{
    opacity: 1;
}
.btns_slider .btn_prev{
    position: absolute;
    top: 50%;
    background: url("../images/btn_prev.png") no-repeat;
    width: 26px;
    height: 47px;
    left: 60px;
    display: none;
}
.btns_slider .btn_next{
    position: absolute;
    top: 50%;
    background: url("../images/btn_next.png") no-repeat;
    width: 26px;
    height: 47px;
    right: 60px;
}

@media screen and (max-height: 768px) {
    .buttons li {
        height: 50px;
        line-height: 50px;
    }
}

@media screen and (max-device-width : 480px) {
    html {
        font-size: 50%;
    }
    body {
        min-width: auto;
        min-height: auto;
    }
    /* bg */
    .wave {
        width: 150%;
        left: 50%;
        margin-left: -75%;
        margin-top: -80%;
    }
    /* top */
    .header {
        top: 0;
        left: 0;
        right: 0;
    }
    .header .logo {
        margin-right: 0;
        width: 115px;
        position: absolute;
        top: 14px;
        left: 50%;
        margin-left: -62px;
        float: none;
    }
    .header .unfold-nav {
        background: url("../images/icon-mobile-nav.png") center no-repeat;
        background-size: cover;
        width: 17px;
        height: 14px;
        position: absolute;
        top: 24px;
        left: 4%;
    }
    .member {
        top: 22px;
        right: 4%;
    }
    .member .nolog a {
        background: url("../images/icon-mobile-login.png") center no-repeat;
        background-size: contain;
        width: 19px;
        height: 19px;
        display: block;
        font-size: 0;
    }
    .nav {
        padding-left: 9%;
        background: rgba(0, 30, 71, .8);
        float: none;
        position: absolute;
        top: 53px;
        left: 0;
        right: 0;
        margin-top: 0;
        display: none;
    }
    .nav-item-index {
        display: none;
    }
    .nav li {
        float: none;
        height: 50px;
        line-height: 50px;
        border-bottom: 1px solid #334e73;
        font-size: 12px;
    }
    .nav a {
        float: none;
        padding: 0;
        margin: 0;
    }
    .logged {
        font-size: 1.5rem;
    }
    /* 滑动 */
    .btns_slider .btn_prev {
        width: 13px;
        height: 24px;
        background-size: cover;
        left: 3%;
    }
    .btns_slider .btn_next {
        width: 13px;
        height: 24px;
        background-size: cover;
        right: 3%;
    }
    /* start */
    .container {
        min-width: auto;
        min-height: auto;
    }
    .news .slogan {
        width: 86%;
        top: -2rem;
    }
    .news .slogan_title {
        width: 80%;
        top: -12%;
    }
    .timeline {
        width: 100%;
        margin: 0 3%;
    }
    .process_circle {
        width: 16px;
        height: 16px;
        top: -5px;
        right: -8px;
    }
    .wrap_timeline {
        width: 100%;
        top: 57%;
    }
    .wrap_timeline_text {
        padding: 0 10%;
    }
    .timeline {
        top: 57%;
    }
    .timeline .time_point {
        font-size: 1rem;
    }
    .timeline .wrap_process_bar {
        height: 3px;
        margin-bottom: 8px;
    }
    .timeline_3 .wrap_process_circle {
        width: 60%;
        height: 3px;
    }
    .news .btns {
        width: 200px;
        top: 73%;
    }
    .news .btns .btn {
        width: 90px;
        height: 30px;
        line-height: 30px;
        font-size: 1.5rem;
    }
    .btn_s {
        margin-right: 17px;
    }
    /* 第二页 */
    .wrap_jobs {
        width: 80%;
        height: 75%;
    }
    .wrap_job {
        float: none;
        width: 100%;
        height: 48%;
        box-sizing: border-box;
        padding: 7%;
    }
    /*.wrap_jobs:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        bottom: -50px;
        z-index: 1;
    }*/
    .wrap_job_right {
        margin-top: 18px;
    }
    .wrap_job_bg {
        right: -8%;
        bottom: -5%;
    }
    .job_title_left {
        width: 117px;
    }
    .job_title_right {
        width: 129px;
    }
    .job_list {
        opacity: 1;
        font-size: 16px;
        line-height: 2.5;
        margin-top: 20px;
    }
    /* 第三页 */
    .wrap_talks {
        width: 80%;
        height: 75%;
    }
    .wrap_talks .bg_talks {
        width: 100%;
        height: 100%;
        background: url("../images/bg_mobile_talks.jpg") center no-repeat;
        background-size: contain;
    }
    .wrap_talks .title_talks,
    .wrap_talks .man_talks {
        display: none;
    }
    /* 底部buttons */
    .buttons li {
        height: 44px;
        line-height: 44px;
        font-size: 1.5rem;
    }
    .buttons {
        padding: 0;
    }

    .wrap_job_right {
        animation-delay: 0s;
    }
}

@media screen and (max-device-width : 320px) {
    .job_list {
        margin-top: 12px;
        line-height: 1.8;
    }
}