body{   
    background-color: #c0d9ff;
}
.enter{
    position: relative;
    width: 100%;
    line-height: 0;
}
.enter img{
    width: 100%;
    height: 100%;
}
.main{
    position: relative;
    padding: 1px 0;
    width: 100%;
    min-width: 1200px;
    background: url("../images/bgFooter.png") bottom repeat-x;
}
.banner{
    position: relative;
    width: 100%;
}
.banner img{
    width: 100%;
    height: auto;
}
.navBox{
    position: absolute;
    left: 0;
    top: 0;
    margin: 0 auto;
    width: 100%;
    z-index: 5;
}
.nav{
    position: relative;
    margin: 0 auto;
    width: 1200px;
}
.logo{
    position: absolute;
    left: 20px;
    top: 32px;
}
.navList{
    position: absolute;
    top: 28px;
    right: 0;
    font-size: 0;
}
.navList .tab{
    position: relative;
    display: inline-block;
    margin: 0 40px;
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
    text-align: center;
}
.navList .tab.on{
    border-bottom: #ff0000 6px solid;
}
.navList .tab:hover{
    border-bottom: #ff0000 6px solid;
}
.bgGray{
    padding: 1px;
    background-color: #f0f0f0;
}
.content{
    position: relative;
    margin: -40px auto 0;
    padding: 1px 20px;
    width: 1060px;
    border-radius: 5px;
    background-color: rgba(255,255,255,0.36);
}
.content .title{
    margin: 50px auto 28px;
    text-align: center;
    line-height: 0;
}
.content .image{
    position: relative;
    margin: 30px auto;
    line-height: 0;
    text-align: center;
}
.content h1{
    position: relative;
    margin:  70px 0;
    color: #222222;
    font-size: 36px;
    line-height: 52px;
    font-weight: normal;
    text-align: center;
}
.content h2{
    display: block;
    margin: 40px auto;
    color: #164c98;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
}
.content p{
    position: relative;
    margin: 0 auto;
    width: 790px;
    color: #062063;
    font-size: 18px;
    line-height: 30px;
    text-indent: 2em;
}
.borderBox{
    margin: 28px auto;
    padding: 36px 0 5px;
    width: 920px;
    background: url("../images/bgBorder.png") repeat-x;
    background-size: 2px 100%;
}
.cultureList{
    padding: 36px 50px 5px;
    display: -webkit-flex; /* Safari */
    display: -moz-flex;
    display: flex;
}
.cultureList .item{
    width: 25%;
    text-align: center;
}
.cultureList .iconBox{
    margin-bottom: -25px;
}
.cultureList .text{
    padding: 40px 0 10px;
    height: 110px;
    color: #062063;
    font-size: 16px;
    line-height: 20px;
    border-right: #736f6f 1px solid;
}
.cultureList .item:last-child .text{
    border-right:none;
}
.busniessList{
    padding: 36px 50px 5px;
    display: -webkit-flex; /* Safari */
    display: -moz-flex;
    display: flex;
}
.busniessList .item{
    width: 33.3%;
    text-align: center;
}
.busniessList .iconBox{
    padding-left: 24px;
}
.busniessList .text{
    margin-top: 10px;
    color: #062063;
    font-size: 18px;
    line-height: 24px;
}
.videoBox{
    margin: 28px auto 60px;
    width: 724px;
    height: 409px;
} 
.videoBox video{
    width: 100%;
    height: 100%;
}
.cityList{
    position: relative;
    margin: 45px auto;
    width: 935px;
    text-align: center;
}
.cityList .item{
    position: relative;
    display: inline-block;
    margin: 0 10px;
    width: 99px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    background: url("../images/tab_off.png") no-repeat;
}
.cityList .item::after{
    content: "";
    position: absolute;
    top: 18px;
    right: -30px;
    width: 34px;
    height: 3px;
    background-color: #103578;
    z-index: -1;
}
.cityList .item:last-child:after{
    display: none;
}
.cityList .item.on{
    background: url("../images/tab_on.png") no-repeat;
}
.cityList .item:hover{
    background: url("../images/tab_on.png") no-repeat;
}
.jobList{
    margin: 40px auto 100px;
    width: 940px;
}
.jobList th{
    color: #103578;
    font-size: 18px;
    line-height: 40px;;
}
.jobList th span{
    display: inline-block;
    background: url("../images/line.png") bottom center no-repeat;
}
.jobList td{
    padding: 14px 0;
    color: #333333;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    border-bottom: #707070 1px dashed;
}
.jobList td:nth-child(1){
    width: 260px;
}
.jobList td:nth-child(2){
    width: 92px;
}
.jobList td:nth-child(3){
    width: 210px;
}
.jobList td:nth-child(4){
    width: 110px;
}
.jobList td:nth-child(5){
    width: 120px;
}
.buttonApply{
    display: inline-block;
    width: 119px;
    height: 33px;
    color: #fff;
    font-size: 17px;
    line-height: 33px;
    text-align: center;
    border-radius: 3px;
    background: #103578;
}
.welfareBorder{
    position: relative;
    margin: 28px auto;
    width: 940px;
    height: 303px;
    background: url("../images/welfareBorder.png") no-repeat;
}
.welfareBorder .column{
    float: left;
    margin-top: 30px;
    width: 180px;
    color: #123984;
    font-size: 20px;
    line-height: 18px;
}
.welfareBorder .item:nth-child(1){
    margin-bottom: 50px;
}
.welfareBorder .item:nth-child(2){
    margin-bottom: 55px;
}
.welfareBorder .item:nth-child(3){
    margin-bottom: 51px;
}
.clear{
    clear: both;
}
.footer{
    position: relative;
    width: 100%;
    height: 42px;
    color: #fff;
    font-size: 14px;
    line-height: 42px;
    text-align: center;
    background: #334877;
}
.footer a{
    color: #fff;
}
.bridge{
    position: relative;
    margin-top: -5px;
    width: 100%;
    height: 244px;
    line-height: 0;
    background: url("../images/bgBridge.png") repeat-x;
}
.bridge .train{
    position: absolute;
    right: 0;
    top: -101px;
    z-index: -1;
}
.slick{
    margin: 20px auto;
    width: 860px;
}
.slick .item{
    padding: 0 9px;
}
.slick .item .name{
    color: #123984;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}
.slick-arrow{
    margin-top: -40px;
    width: 20px;
    height: 39px;
}
.slick-prev{
    left: -28px;
}
.slick-next{
    right: -28px;
}