body{

}
.enter{
    position: relative;
    width: 100%;
}
.enter img{
    width: 100%;
    height: 100%;
}
.main{
    position: relative;
    width: 100%;
    min-width: 1200px;
}
.banner{
    position: relative;
    width: 100%;
}
.banner img{
    width: 100%;
    height: auto;
}
.navBox{
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100px;
    background: #fff;
    z-index: 5;
}
.nav{
    position: relative;
    margin: 0 auto;
    width: 1200px;
}
.logo{
    position: absolute;
    left: 20px;
    top: 22px;
}
.navList{
    position: absolute;
    top: 30px;
    right: 0;
    font-size: 0;
}
.navList .tab{
    position: relative;
    display: inline-block;
    margin: 0 22px;
    height: 36px;
    color: #000;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    border-bottom: #fff 2px solid;
}
.navList .tab.on{
    color: #083388;
    border-bottom: #083388 3px solid;
}
.navList .tab:hover{
    color: #083388;
    border-bottom: #083388 3px solid;
}
.bgGray{
    padding: 1px;
    background-color: #f0f0f0;
}
.content{
    position: relative;
    margin: 40px auto 120px;
    width: 1200px;
    min-height: 420px;
}
.content .title{
    margin: 50px auto;
    height: 60px;
    color: #083388;
    font-size: 26px;
    line-height: 60px;
    font-weight: bold;
    letter-spacing: 4px;
    border-bottom: #e6e6e6 4px solid;
}
.content .title span{
    display: inline-block;
    height: 56px;
    border-bottom: #083388 4px solid;
}
.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;
    color: #222222;
    font-size: 22px;
    font-weight: normal;
    line-height: 60px;
}
.content p{
    position: relative;
    margin: 0 auto;
    color: #333333;
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
}
.videoList{
    margin: 30px auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.videoBox{
    margin: 50px auto 60px;
    width: 650px;
    height: 380px;
} 
.videoBox video{
    width: 100%;
    height: 100%;
}
.jobBox{
    margin: 70px auto 100px;
    width: 1196px;
}
.jobBox th{
    padding: 0 40px;
    width: 33.3%;
    color: #fff;
    font-size: 20px;
    line-height: 36px;
    background-color: #083388;
}
.jobBox th:first-child{
    text-align: left;
}
.jobBox th:last-child{
    text-align: right;
}
.jobBox td{
    padding: 10px 40px;
    width: 33.3%;
    color: #333333;
    font-size: 16px;
    text-align: center;
    border-bottom: #a0a0a0 1px dashed;
}
.jobBox tr:hover td{
    color: #083388;
}
.jobBox td:first-child{
    text-align: left;
}
.jobBox td:last-child{
    padding: 10px 20px;
    text-align: right;
}
.mapBox{
    margin: 100px auto 70px;
    padding: 8px;
    border: #dddddd 1px solid;
}
.map{
    float: left;
}
.addressBox{
    float: right;
    padding-top: 160px;
    width: 550px;
}
.address{
    padding-left: 40px;
    color: #555555;
    font-size: 16px;
    line-height: 36px;
}
.address.icon_1{
    background: url("../images/icon_1.png") 8px 6px no-repeat;
}
.address.icon_2{
    background: url("../images/icon_2.png") 5px 8px no-repeat;
}
.buttonApply{
    display: inline-block;
    padding-right: 15px;
    width: 112px;
    height: 32px;
    color: #333333;
    font-size: 15px;
    line-height: 32px;
    text-align: center;
    background: #e8e8e8;
}
.buttonApply:hover{
    color: #fff;
    background-color: #083388;
}
.clear{
    clear: both;
}
.footer{
    position: relative;
    width: 100%;
    height: 70px;
    color: #fff;
    font-size: 14px;
    line-height: 70px;
    text-align: center;
    background: #083388;
}
.footer a{
    color: #fff;
}
.slick{
    margin: 70px auto;
    width: 1200px;
}