.banner-1 {
    width: 100%;
    height: 574px;
}

.banner-1 .banner-text {
    position: absolute;
    left: 0;
    top: 54%;
    margin-top: -150px;
    width: 100%;
}

.banner-1 h1 {
    margin: 0;
    font-size: 40px;
    color: #FFF;
    font-weight: 400;
    text-align: center;
}

.banner-1 h2 {
    color: #FFF;
    margin: 20px 0 0 0;
    line-height: 2;
    font-size: 18px;
    font-weight: 200;
    text-align: center;
}

.banner-1 .btn-go {
    margin: 60px 0 0 -80px;
    display: inline-block;
    padding: 12px 24px;
    border-radius: 3px;
    transition: 0.5s;
    color: #FFF;
    border: 1px solid #FFF;
    box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);
    font-size: 16px;
    font-weight: 600;
    left: 50%;
    position: absolute;
}

.banner-1 .btn-go:hover {
    opacity: 0.8
}

.banner-2 {
    width: 100%;
    height: 490px;
}

hr{
    width: 42px;
    border: 2px solid #30B9FF;
}

.about-intro {
    background: #ffffff;
    width: 100%;
}

.about-intro .container {
    width: 1420px;
    display: flex;
    margin: 0 auto;
    padding: 60px 0;
}

.about-intro .container .about-title {
    width: 600px;
    height: 100%;
    margin-left: 200px;
}


.about-intro .container .about-title .title-chinese {
    width: 100%;
    height: 34px;
    display: flex;
}


.about-intro .container .about-title .title-chinese .title-tag {
    width: 14px;
    height: 14px;
    margin-top: 10px;
    background: #535353;
    display: flex;
}

.about-intro .container .about-title .title-chinese .title-text {
    font-size: 24px;
    font-weight: 600;
    margin-left: 20px;
}

.about-intro .container .about-title .title-english {
    font-size: 20px;
    font-weight: 400;
    margin-left: 36px;
}

.about-intro .container .about-detail {
    width: 820px;
    height: 100%;
    margin-right: 280px;
    display: flex;
    font-size: 16px;
    line-height: 32px;
}

.service {
    margin: 60px 0;
    width: 100%;
}

.service .container {
    width: 1240px;
    margin: 0 auto;
    text-align: center;
}

.service .container h3{
    margin-top: 60px;
    font-size: 26px;
    font-weight: 600;
    color: #2F2F2F;
}

.service .container .content{
    margin: 0 auto;
    width: 780px;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}

.service .container .service-1 {
    width: 100%;
}

.service .container .service-2 {
    width: 100%;
}

.service .container .service-2 .item {
    width: 780px;
    margin: 0 auto;
    overflow: hidden;
}

.service .container .service-2 .item .item-col-4 {
    width: 50%;
    height: 130px;
    float: left;
}

.service .container .service-2 .item .item-col-4 .feature {
    width: 100%;
    height: 100%;
}

.service .container .service-3 {
    width: 100%;
}

.banner-3 {
    width: 100%;
    height: 364px;
}

.banner-3 .container{
    width: 1240px;
    margin: 0 auto;
}

.banner-3 .container .banner-text{
    width: 400px;
}

.banner-3 .container .banner-text h1{
    padding-top: 160px;
    font-size: 32px;
    font-weight: 600;
}

.banner-3 .container .banner-text h2{
    padding-top: 32px;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
}

.jobs {
    margin: 60px 0;
    width: 100%;
}

.jobs .container {
    width: 1240px;
    margin: 0 auto;
    text-align: center;
}

.jobs .container  header{
    width: 100%;
    text-align: left;
}

.jobs .container  header h2{
    font-size: 18px;
    font-weight: 600;
}

.jobs .container .item-wrap {
    width: 100%;
    margin: 20px auto 0 auto;
    display: flex;
    justify-content: space-between;
}

.jobs .container .item-wrap .item-col-3{
    width: 324px;
    height: 238px;
    border: 1px solid #BFBFBF;
}

.jobs .container .item-wrap .item-col-3 .part-icon img{
    width: 100%;
    height: 180px;
}

.jobs .container .item-wrap .item-col-3 .part-text{
    width: 100%;
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    margin-left: 20px;
}


.banner-4 {
    width: 100%;
    height: 364px;
}

.banner-4 .container{
    width: 1240px;
    margin: 0 auto;
}

.banner-4 .container .banner-text{
    width: 100%;
    color: #FFF;
}

.banner-4 .container .banner-text h1{
    padding-top: 230px;
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    width: 100%;
}

.banner-4 .container .banner-text h2{
    margin-top: -120px;
    font-size: 18px;
    font-weight: 200;
}

.banner-4 .container .banner-text h2.on-left{
    float: left;
}

.banner-4 .container .banner-text h2.on-right{
    text-align: right;
    margin-top: -120px;
}

.join-btn {
    width: 100%;
    height: 100px;
    margin-top: 60px;
}

.join-btn .container{
    width: 1240px;
    margin: 0 auto;
}

.join-btn .container .btn-go{
    width: 146px;
    height: 36px;
    border-radius: 20px;
    background-color: #21A3E9;
    display: flex;
    margin: 0 auto;
}

.join-btn .container .btn-go img{
    margin-top: 9px;
    margin-left: 16px;
    width: 20px;
    height: 20px;

}

.join-btn .container .btn-go .btn-text{
    margin-top: 5px;
    margin-left: 10px;
    color: #FFF;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 28px;
}


@media (min-width: 1024px) {
    .banner {
        background-attachment: fixed;
    }
}

@media (max-width: 1280px) {
    /*.container {*/
    /*    width: 1026px;*/
    /*}*/

    .banner h1 {
        font-size: 36px;
    }

    .banner h2 {
        font-size: 16px;
    }
}
