#main{
    padding-bottom:0;
}

#section-1,#section-2,#section-3,#section-4{
    position: relative;
}
.next_image{
    position: absolute;
    left:50%;
    transform: translate3d(-50%,-50%,0);
    z-index: 999;
}
.industry{
    position: absolute;
    left:50%;
    top:12%;
    transform: translate3d(-50%,-50%,0);
    z-index: 999;
}
#next_image{
    top:62%;
}
.next_02{
    top:85%;
    /*transform:rotate(90deg);*/
    /*-ms-transform:rotate(90deg); 	!* IE 9 *!*/
    /*-moz-transform:rotate(90deg); 	!* Firefox *!*/
    /*-webkit-transform:rotate(90deg); !* Safari 和 Chrome *!*/
    /*-o-transform:rotate(90deg);*/
}
.about_right{
    position: absolute;
    right:5%;
    top:50%;
    transform: translate3d(-50%,-50%,0);
    z-index: 5;
}
.about_right img{
    display: block;
    margin-bottom:15px;
}
.about_left{
    position: absolute;
    left:5%;
    top:5%;
    z-index: 5;
    width:85px;
}
.newNav_menu{
    background-color: #fff;
    position: absolute;
    top: 0;
    left:0;
    width:18%;
    z-index: 99;
    text-align: center;
    bottom:0;
}
.newNav_menu ul{
    text-align: center;
}
.newNav_menu ul li{
    width:100%;
    margin:auto auto;
    display: block;
}
.about_us{
    font-weight: 700;
    border-bottom:1px solid #ddd;
    margin:0 20%;
}

.last_bottom{
    border-bottom:1px solid #ddd;
    margin:0 20%;
}

.width80{
    width:70%;
    margin:auto auto;
}
.d-flex{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.d-flex2{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.flex-fill{
    -webkit-box-flex:1;
    -webkit-flex:1;
    flex:1
}
.mT10{
    margin-top:10px;
}
.mR5p{
    margin-right:5%;
}
.mL5p{
    margin-left:5%
}
.pR5p{
    padding-right:5%;
}
.pL5p{
    padding-left:5%
}
.f20{
    font-size: 25px;
}

.f18{
    font-size: 18px;
}

.pB50{
    padding-bottom:50px;
}

.pB10{
    padding-bottom:10px;
}

.fr{
    float:right;
}

.colorTtile{
    background-image: -webkit-linear-gradient(left,#69a2c6,#205985);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom:5px;
}

.underline{
    width:40px;
    height:4px;
    background-color:#205985;
    margin:auto auto;
}

.news{
    width:60%;
    margin:-12% auto 6% auto;
    background-color: #fff;
    position: relative;
    z-index: 10;
}
.news_title{
    padding:10px;
    color:#fff;
    background-color: #205985;
}
.new_list{
    width:90%;
    margin:0px auto;
    padding:20px 0;
}
.new_list ul li{
    line-height: 25px;
    padding:10px 20px;
}
.new_list ul li:nth-child(2n){
    background-color: #ddd;
}
.new_list ul li:nth-child(2n - 1){
    background-color: #f5f5f5;
}

.width60{
    width:60%;
    margin:auto auto;
}

.relative{
    position: relative;
}

.news_left{
    position: absolute;
    left:18%;
    bottom:25%;
}

.news_right{
    position: absolute;
    right:18%;
    bottom:25%;
}


/* jobs*/
.jobs_image2{
    margin-top:-12%;
}

.border-left{
    border-left:1px solid #ddd;
}
.border-right{
    border-right:1px solid #ddd;
}

.width58{
    width:57.5%;
    margin:0 auto;
    position: relative;
    z-index: 9;
}