.service-container .service-banner .text{
    width: 440px;
}
.service-container .service-banner .text p{
    color: #fff;
}
.service-container .contact-banner .text h2{color: #000;}
.service-container .contact-banner .text p{
    color: #333;
}
.about-top{
    padding: 40px;
}
.about-top h2{
    font-size: 30px;margin-bottom: 15px;
    color: #333;
}
.about-top p{
    font-size: 16px;
    line-height: 2;
    text-indent: 24px;
    margin: 10px 0;
    color: rgba(0,0,0,.7);
}
.about-content ul,.about-content ul li{list-style: none;}

.about-content .experience{width: 90%; margin:0 auto; padding: 30px 0 250px;}


.about-content .experience .milepost .list{margin: 70px 0 0 195px; color: #585858;}
.about-content .experience .milepost .list li span{float: left; font-size: 24px; position: relative; top: 2px;}
.about-content .experience .milepost .list li h4{font-size: 34px; font-weight: 700;}


.about-content .experience .found{
    text-align: center;
}
.about-content .experience .found .list{
    clear: both;
}
.about-content .experience .found .list li{
    position: relative;
    min-height: 220px;
}
.about-content .experience .found .list li .title{
    width: 100px;
    height: 100px;
    background: #017EB8;
    border-radius: 50%;
    border:10px solid #00A1E4;
    display: flex;
    justify-content:center;
    align-items:center;
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    margin: 0 auto;
}
.about-content .experience .found .list li .line{
    width: 4px;
    height: 120px;
    background: #00A1E4;
    margin: 0 auto;
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translate(-50%);
    z-index: 0;
}
.about-content .experience .found .list li.end .line{display: none;}
.about-content .experience .found .list li.end .p{display: none}
.about-content .experience .found .list li .right{
    position: absolute;
    left: calc(50%);
    top:160px;
    text-align: left;
    z-index: 2;
    font-size: 16px;
}
.about-content .experience .found .list li .right span{
    width: 150px;
    height: 1px;
    background: #00A1E4;
    display: inline-block;
    position: absolute;
}
.about-content .experience .found .list li .right span::before{
    content: '';
    width: 30px;
    height: 30px;
    background: #017EB8;
    border-radius: 50%;
    border:4px solid #00A1E4;
    display: block;
    position: absolute;
    left: -15px;
    top:-15px;
}
.about-content .experience .found .list li .right span::after{
    content: '';
    width: 8px;
    height: 8px;
    background: #00A1E4;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 148px;
    top: -4px;
}
.about-content .experience .found .list li .right .text{
    width: 350px;
    display: inline-block;
    text-indent: 18px;
    position: absolute;
    left: 150px;
    top: -10px;
    color: rgba(0,0,0,.5);
    font-size: 16px;
}
.about-content .experience .found .list li .left{
    position: absolute;
    right: calc(50%);
    top:160px;
    text-align: left;
    z-index: 2;
    font-size: 16px;
}
.about-content .experience .found .list li .left span{
    width: 150px;
    height: 1px;
    background: #00A1E4;
    display: inline-block;
    position: absolute;
    right: 0;
}
.about-content .experience .found .list li .left span::before{
    content: '';
    width: 30px;
    height: 30px;
    background: #017EB8;
    border-radius: 50%;
    border:4px solid #00A1E4;
    display: block;
    position: absolute;
    left: 135px;
    top: -15px;
}
.about-content .experience .found .list li .left span::after{
    content: '';
    width: 8px;
    height: 8px;
    background: #00A1E4;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0px;
    top:-4px;
}
.about-content .experience .found .list li .left .text{
    width: 350px;
    display: inline-block;
    text-indent: 18px;
    position: absolute;
    right: 155px;
    top: -10px;
    text-align: right;
    line-height: 1.5;
    color: rgba(0,0,0,.5);
    font-size: 16px;
}
.about-content .experience .found .h2{font-weight: 600;}
.about-content .experience .found .h2 span{font-size: 24px;  font-weight: 300}


.contact-address{
    width: 80%;
    margin: 30px auto;
}
.contact-address img{
    width: 100%;
    display: block;
}
.contact-top h2{
    font-size: 28px;
    margin-bottom: 15px;
    color: rgba(0,0,0,.7);
}
.contact-top h3{
    font-size: 24px;
    color: rgba(0,0,0,.6);
    padding-bottom: 15px;
    width: 100%;
}
.contact-top h3::after{
    content: '';
    width: 100%;
    height: 1px;
    background-color: rgba(0,0,0,.1);
    display: block;
    margin-top: 15px;
}
.contact-items{
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}
.contact-items .contact-item{
    width: 40%;
    padding: 40px;
    background-color: #f1f1f1;
    border-radius: 20px;
    margin-bottom: 20px;
}
.contact-items .contact-item h4{
    font-size: 24px;
    font-weight: normal;

}
.contact-items .contact-item p{
    margin: 15px 0;
    display: flex;
    align-items: center;
    color: rgba(0,0,0,.6);
}
.contact-items .contact-item p i{
    font-size: 24px;
    display: inline-block;
    margin-right: 8px;
    color: rgba(0,0,0,.6);
}

.service-container .join-banner .text{
    top: 35%;
    text-align: center;
}
.service-container .join-banner .text img{
    width: 80%;
    margin: 0 auto;
}
.service-container .join-banner .text p{
    font-size: 30px;
    line-height: 1.2;
    margin-top: 70px;
    color: rgba(255,255,255,.6);
    text-shadow: 0 0 10px rgba(255,255,255,.3);
}
.join-content{padding-bottom: 60px;}
.join-content .salary-items{
    width: 750px;
    margin: 50px auto;
}
.join-content .environment{
    width: 1000px;
}
.join-content .salary-items h3{
    color: #6e6f67;
    font-size: 26px;
    text-align: center;
    font-weight: normal;
    padding: 30px 0 50px;
}
.join-content .salary-items .salary-item{
    margin: 40px 0;
}
.join-content .salary-items .salary-item img{
    width: 100%;
}
.join-content .salary-items .salary-item ul{
    list-style: none;
    width: 100%;
    display: flex;
}
.join-content .salary-items .salary-item ul li{
    width: 25%;
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: #707676;
}
.join-content .salary-items .salary-item ul li i{
    color: rgba(0,0,0,.7);
    font-size: 80px;
}
.join-content .salary-items .welcome,.join-content p.env{
    font-size: 16px;
    text-align: center;
    color: #707676;
}
.join-content .salary-items .welcome{
    margin-top: 30px;
}
.join-content img.env{
    width: 100%;
    display: block;
    margin-top: 30px;
}
.join-content .job-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    margin-top: 30px;
}
.join-content .job-list li{
    width: 48%;
    margin-bottom: 15px;
}
.join-content .job-list li img{
    width: 100%;
    display: block;
}
.join-content .join-button{
    margin-top: 30px;
}
.join-content .join-button a{
    display: block;
    width: 300px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 30px auto 0;
    color: #fff;
    background-color: #00A1E4;
    border-radius: 5px;
    text-decoration: none;
    font-size: 22px;
}

.training-container{
    background: #fff;
}
.service-container .position-banner{
    position: relative;
}
.service-container .position-banner .position-text{
    width: 1200px;
    position: absolute;
    left:calc(50% - 600px) !important;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    text-align: left;
}
.service-container .position-banner .position-text h3{
    font-size: 36px;
    padding: 0;margin: 0;
}
.service-container .position-banner .position-text p{
    font-size: 18px;
    margin: 10px 0 0 0;
}

.training-content .top{
    width: 1200px;
    margin: 0 auto;
    padding: 150px 0;
}
.training-content .top .content{
    display: flex;
    justify-content: space-between;
    background: #F7F9FA;
}
.training-content .top .content .item{
    width: 50%;
}
.training-content .top .content .item.first{
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 160px);
    padding: 0 80px;
}
.training-content .top .content .item.first h3{
    font-size: 22px;
}
.training-content .top .content .item.first p{
    font-size: 16px;
    line-height: 26px;
}
.training-content .top .content .item img{
    display: block;
    width: 100%;
}
.training-content .top .parts{
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
}
.training-content .top .parts dl{
    width: calc(28%);
    font-size: 18px;
}
.training-content .top .parts dl dt{
    font-size: 24px;
    font-weight: bold;
}
.training-content .top .parts dl dd{
    margin: 0;
}
.training-content .icons{
    padding: 100px 0;
    background: #F7F9FA;
}
.training-content .icons .content{
    width: 1200px;
    margin: 0 auto;
}
.training-content .icons .content h2{
    font-size: 60px;
    text-align: center;
}
.training-content .icons .content ul,.training-content .icons .content ul li{
    list-style: none;
}
.training-content .icons .content ul{
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}
.training-content .icons .content ul li{
    width: 30%;
    text-align: center;
}
.training-content .icons .content ul li img{
    max-width: 200px;
}
.training-content .icons .content ul li h4{
    font-size: 26px;
    color: #333;
}
.training-content .icons .content p.tips{
    margin-top: 80px;
    text-align: center;
    font-size: 18px;
    color: #666;
}
@media screen and (max-width: 1440px) {
    .service-container .service-center{width: 1000px;}
    .about-content .experience .found .list li .left .text,.about-content .experience .found .list li .right .text{width: 250px;}
    .contact-items .contact-item{width: 39%;}
    .join-content .environment{width: 900px;}
}