body{

}
.enter{
    position: relative;
    margin: 0 auto;
    width: 100%;
}
.enter img{
    width: 100%;
    height: auto;
}
.main{
    position: relative;
    width: 100%;
    min-width: 1200px;
}
.banner{
    width: 100%;
}
.banner img{
    width: 100%;
    height: auto;
}
.logo{
    position: absolute;
    left: 5px;
    top: 24px;
}
.navBox{
    margin: 0 auto;
    width: 100%;
    height: 100px;
    background: #fff;
}
.navList{
    position: relative;
    margin: 0 auto;
    width: 1200px;
    height: 100px;
}
.nav{
    position: absolute;
    right: 0;
    top: 34px;
}
.navList .tab{
    position: relative;
    float: left;
    margin: 0 5px;
    padding: 0 25px;
    display: block;
    color: #000000;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}
.navList .tab.on{
    color: #fff;
    border-radius: 30px;
    background: #d84157;
}
.navList .tab:hover{
    color: #fff;
    border-radius: 30px;
    background: #d84157;
}
.bgMain{
    padding: 60px 0;
    width: 100%;
    background: url("../images/bgMain.jpg") center bottom no-repeat;
    background-size: 100% 100%;
}
.title{
    position: relative;
    margin: 0 auto 60px;
    width: 1200px;
    height: 84px;
    color: #fff;
    font-size: 50px;
    line-height: 78px;
    text-align: center;
    font-weight: bolder;
    background: url("../images/title.png") center center no-repeat;
}
.content{
    position: relative;
    margin: 0 auto;
    padding: 45px 60px 0;
    width: 1200px;
    border-radius: 18px;
    border: #ffffff 1px solid;
    /*border: #2b71d0 1px solid;*/
    background: #fff;
}
.content p{
    margin: 0 auto;
    color: #555555;
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
}
.content .point{
    padding: 5px 30px;
    color: #204070;
    line-height: 28px;
    text-indent: 0;
    border-radius: 100px;
    background:  linear-gradient(to right, #e0f6ff, #fff);
}
.content .title h1{
    position: absolute;
    top: 20px;
    left: 168px;
    width: 200px;
    color: #fff;
    font-size: 24px;
    text-align: center;
}
.content h2{
    margin: 40px auto 10px;
    padding: 0 30px;
    width: 1122px;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    font-weight: bold;
    background: url("../images/bgTab.png") no-repeat;
}
.content h3{
    margin: 30px auto 0;
    width: 1080px;
    color: #a286ff;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}
.content p.noIndent{
    width: 1080px;
    line-height: 30px;
    text-indent: 0;
    font-size: 16px;
}
.content .image{
    position: relative;
    margin: 30px auto;
    width: 100%;
    text-align: center;
    line-height: 0;
}
.infoBox{
    margin: 30px auto;
    width: 1100px;
}
.infoItem{
    position: relative;
    margin: 30px auto;
}
.infoItem .infoTitle{
    position: absolute;
    left: 0;
    top: 7px;
    width: 160px;
    color: #fff;
    font-size: 24px;
    font-weight: bolder;
    line-height: 42px;
    text-align: center;
    border: #fff 1px dashed;
    background: linear-gradient(to right, #9855ed, #450dd4);;
}
.infoItem p{
    margin-left: 180px;
    width: auto;
    height: 60px;
    color: #c7ddff;
    font-size: 16px;
    line-height: 30px;
    text-indent: 0;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    justify-content: center;
    flex-direction: column;
}
.jobList{
    margin: 30px auto;
    width: 916px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.jobItem{
    display: block;
    margin-bottom: 35px;
    width: 426px;
    height: 67px;
    color: #fff;
    font-size: 30px;
    line-height: 67px;
    font-weight: bolder;
    text-align: center;
    background: url("../images/buttonApply.png") no-repeat;
}
.notice{
    position: relative;
    margin: 30px auto 60px;
    padding: 15px 20px;
    width: 1040px;
    color: #555555;
    font-size: 14px;
    line-height: 16px;
    border: #59a2ff 1px dashed;
    border-radius: 10px;
}
.videoItem{
    margin: 30px 40px;
    float: left;
}
.videoTitle{
    margin: 30px auto;
    width: 256px;
    height: 70px;
    color: #002e94;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    border: #002e94 1px solid;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.videoBox{
    margin: 30px auto;
    width: 1080px;
}
.videoList{
    margin: 30px auto;
    width: 1080px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.videoList .item{

}
.aboutList{
    padding-top: 37px;
    margin: 30px auto 100px;
    width: 550px;
    height: 408px;
    background: url("../images/about.png") no-repeat;
}
.aboutList .item{
    margin-left: 205px;
    margin-bottom: 45px;
    color: #fff;
    font-size: 24px;
    line-height: 56px;
}
.line{
    margin-bottom: 30px;
    width: 100%;
    height: 8px;
    background: url("../images/line.png") no-repeat;
}
.buttonApply{
    display: block;
    margin: 60px auto 60px;
    width: 420px;
    color: #fff;
    font-size: 24px;
    line-height: 56px;
    font-weight: bolder;
    text-align: center;
    border-radius: 56px;
    background: #1980ff;
}
.clear{
    clear: both;
}
.footer{
    position: relative;
    margin: 0 auto;
    width: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 60px;
    text-align: center;
    background: #213fb1;
}
.footer a{
    color: #fff;
}

.slick{
    margin: 60px auto;
    width: 1080px;
}
.slick .item{
    text-align: center;
}
.slick-slide img{
    display: inline-block;
}


.table{ margin-bottom: 60px; border-bottom:1px #00a6eb dashed; border-left:1px #00a6eb dashed; text-align:center; color:#000000;}
.table p{ text-indent: 0;}
.table tr td{border-top:1px #00a6eb dashed; border-right:1px #00a6eb dashed; padding:8px; font-size:14px;}
.tableTitle{background:#00a6eb; color:#FFF; text-align:center; font-size:18px;}
