body{
  background: url("../images/bgMain.jpg") no-repeat;
  background-size: cover;
  background-position: 50%;
}
.enter{
    position: relative;
    width: 100%;
    height: 100vh;
    line-height: 0;
    overflow: hidden;
}
.enter img{
    width: 100%;
}
.main{
  position: relative;
  width: 100%;
  min-width: 1200px;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.logo{
  position: absolute;
  left: 30px;
  top: 0px;
  width: 158px;
}
.navList{
  position: absolute;
  left: -150px;
  top: 70px;
  width: 160px;
}
.navList .tab{
  margin-bottom: 16px;
  position: relative;
  display: block;
  padding-right: 25px;
  width: 134px;
  height: 45px;
  color: #fff;
  font-size: 20px;
  line-height: 45px;
  text-align: center;
  font-weight: bold;
  background: url("../images/bgNav.png") no-repeat;
}
.navList .tab.on{
  background: url("../images/bgNav_1.png") no-repeat;
}
.navList .tab:hover{
  background: url("../images/bgNav_1.png") no-repeat;
}
.banner{
  position: relative;
  width: 100%;
}
.banner img{
  width: 100%;
  height: auto;
}
.border{
  position: relative;
  margin-left: 64px;
  padding: 35px 23px 42px 42px;
  width: 970px;
  max-height: 700px;
  height: 70%;
  border-radius: 6px;
  background-color: rgba(255,255,255,0.9);
}
.content{
  position: relative;
  padding-right: 12px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.content::-webkit-scrollbar {
  width: 5px;
}
.content::-webkit-scrollbar-track {
  width: 5px;
  background-color: #184ea6;
}
.content::-webkit-scrollbar-thumb {
  background-color: #09c1f6;
}
.content .title{
  position: relative;
  margin: 0 auto 58px;
  height: 26px;
  text-align: center;
  background: url("../images/title.png") bottom no-repeat;
}
.content .title span{
  display: inline-block;
  padding: 0 26px;
  color: #fff;
  font-size: 30px;
  line-height: 52px;
  font-weight: bold;
  text-align: center;
  border-radius: 52px;
  background: linear-gradient(to right, #1e60d4, #73b8ff);
}
.content .image{
  position: relative;
  margin: 50px auto;
  line-height: 0;
  text-align: center;
}
.content .h1{
  position: relative;
  margin: 30px auto 15px;
  padding: 0 18px;
  width: 881px;
  color: #235bba;
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
  border: #0e39ca 1px dashed;
}
.content .h1.orange{
  color: #f2ac32;
  border: #f2ac32 1px dashed;
}
.content .h2{
  position: relative;
  color: #015bff;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 12px;
}
.content .txt_1{
  margin-bottom: 24px;
  color: #333;
  font-size: 16px;
  line-height: 34px;
  text-indent: 2em;
}
.content .txt_1 b{
  color: #154290;
}
.content .txt_2{
  width: 100%;
  color: #333333;
  font-size: 18px;
  line-height: 34px;
  text-align: center;
}
.content .txt_2 span{
  color: #4e6ef2;
  font-weight: bold;
}
.content .txt_3{
  margin: 30px auto;
  width: 100%;
  color: #1573e5;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
}
.content .txt_3 b{
  font-size: 24px;
  line-height: 42px;
}
.content .txt_4{
  margin: 20px auto;
  width: 100%;
  color: #235bba;
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
}
.content p.noIndent{
  text-indent: 0;
}
.prizeBox{
  margin: 25px auto 50px;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.prizeList{
  position: relative;
  margin: 0 -60px;
  width: 630px;
  border: #7cf9fe 4px solid;;
  background: linear-gradient(#04cbc1, #045bc9);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: scale(0.8);
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  opacity: 0.3;
}
.prizeList.slick-center{
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
  z-index: 100;
}
.prizeContent{
  display: flex;
  display: -webkit-flex;
  padding: 55px 0 10px;
  width: 100%;
  min-height: 400px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
.prizeList .year{
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 32px;
  line-height: 42px;
  font-weight: bold;
  text-align: center;
}
.prizeList .item{
  position: relative;
  margin-bottom: 4px;
  width: 520px;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}
.prizeList .item::after{
  position: absolute;
  content: "";
  left: -20px;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background: #fff;
}
.prizeList .item b{
  font-size: 20px;
}
.routeTable{
  width: 100%;
}
.routeTable th{
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  font-weight: normal;
  background-color: #154290;
}
.routeTable th:nth-child(1){
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
.routeTable th:nth-child(5){
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
.routeTable td{
  padding: 7px 0;
  color: #555555;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}
.halfBox{
  height: 400px;
  overflow: hidden;
}
.halfBox::after{
  position: absolute;
  content:"";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
  mix-blend-mode: screen;
}
.buttonMore{
  position: relative;
  margin: 20px auto;
  width: 100%;
  line-height: 0;
  text-align: center;
  cursor: pointer;
}
.buttonLink{
  display: inline-block;
  width: 82px;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  border-radius: 3px;
  text-align: center;
  background-color: #1e62d4;
}
.jobTool{
  margin: 30px auto 20px;
}
.jobSelect{
  margin-bottom: 20px;
  display: flex;
  display: -webkit-flex;
}
.jobSelect .head{
  width: 100px;
  color: #555555;
  font-size: 16px;
  line-height: 25px;
}
.jobOption{
  position: relative;
  padding-right: 40px;
  width: 780px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.jobOption .item{
  margin-right: 9px;
  padding: 0 20px;
  color: #555555;
  font-size: 16px;
  line-height: 25px;
  cursor: pointer;
}
.jobOption .item.on{
  color: #fff;
  border-radius: 25px;
  background: #1e62d4;
}
.jobOption .more{
  position: absolute;
  right: 0px;
  top: -2px;
  padding: 0 32px 0 16px;
  color: #2467d8;
  font-size: 16px;
  line-height: 28px;
  cursor: pointer;
  border-radius: 28px;
  border: #1e62d4 1px solid;
  background: url("../images/more.png") 54px center no-repeat;
}
.jobOption .more.checked{
  padding: 0 16px;
  background: none;
}
.jobOption .moreList{
  display: none;
  position: absolute;
  right: 0;
  top: 29px;
  width: 120px;
  max-height: 240px;
  overflow-y: auto;
  background: #fff;
  z-index: 10;
}
.jobOption .moreList::-webkit-scrollbar {
  width: 5px;
}
.jobOption .moreList::-webkit-scrollbar-track {
  width: 5px;
  background-color: #184ea6;
}
.jobOption .moreList::-webkit-scrollbar-thumb {
  background-color: #09c1f6;
}
.jobOption .more:hover .moreList{
  display: block;
}
.jobOption .moreList .item{
  margin-right: 0;
  padding: 7px 10px;
  line-height: 26px;
  text-align: center;
}
.jobOption .moreList .item.on{
  color: #fff;
  border-radius: 0;
  background-color: #2467d8;
}
.jobOption .moreList .item:hover{
  color: #fff;
  background-color: #2467d8;
}
.keyword{
  position: relative;
  display: block;
  padding-left: 50px;
  height: 38px;
  border-radius: 38px;
  border: #83aae8 2px solid;
  background: url("../images/search.png") 18px center no-repeat;
  background-color: #fff;
}
.keyword input{
  width: 680px;
  height: 36px;
  color: #555;
  font-size: 16px;
  border: none;
  background: none;
  outline: none;
}
.buttonSearch{
  position: absolute;
  right: 4px;
  top: 4px;
  width: 98px;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  border-radius: 30px;
  cursor: pointer;
  background-color: #2467d8;
}
.jobList{
  margin: 15px auto;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.jobHead{
  margin-bottom: 10px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  border-radius: 40px;
  background-color: #1e62d4;
}
.jobItem{
  position: relative;
  margin: 0 9px 15px;
  padding: 20px 16px;
  width: 425px;
  border-radius: 10px;
  box-shadow: 0 0 10px #eee;
  background-color: #fff;
}
.jobTitle{
  margin-bottom: 16px;
  color: #333;
  font-size: 18px;
  line-height: 26px;
}
.jobTab{
  display: flex;
  display: -webkit-flex;
}
.jobTab .tab{
  padding: 0 8px;
  margin-right: 5px;
  max-width: 140px;
  color: #717171;
  font-size: 14px;
  line-height: 25px;
  border-radius: 3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #f5f5f5;
}

#JobSearchMenu{
  padding: 15px 0;
  color: #555;
  font-size: 14px;
  text-align: center;
}
#JobSearchMenu a{
  color: #1e62d4;
}
.turnpage_sepa{
  margin: 0 6px;
}
.turnpage_text{
  width: 40px;
  text-align: center;
}
#noResultTips{
  margin: 30px auto;
}
.buttonApply{
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  width: 90px;
  color: #fff;
  font-size: 16px;
  line-height: 38px;
  border-radius: 30px;
  text-align: center;
  background-color: #668cf4;
}
.tips{
  margin-left: 34px;
  margin-bottom: 16px;
  width: 136px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 53px;
  font-weight: bold;
  background: url("../images/tips.png") no-repeat;
}
.tips2{
  width: 181px;
  background: url("../images/tips2.png") no-repeat;
}
.question{
  padding-left: 70px;
  width: 867px;
  color: #fff;
  font-size: 16px;
  line-height: 34px;
  background: url("../images/bgQuestion.png") no-repeat;
}
.answer{
  margin-bottom: 20px;
  padding-left: 70px;
  width: 867px;
  color: #555;
  font-size: 16px;
  line-height: 34px;
}
.tableBox{
  height: 44vh;
  overflow-y: auto;
}
.tableBox::-webkit-scrollbar {
  width: 5px;
}
.tableBox::-webkit-scrollbar-track {
  width: 5px;
  background-color: #184ea6;
}
.tableBox::-webkit-scrollbar-thumb {
  background-color: #09c1f6;
}
.videoBox{
  margin: 30px auto 40px;
  display: flex;
  display: -webkit-flex;
  padding: 20px;
  width: 878px;
  height: 363px;
  align-items: center;
  justify-content: space-between;
  background: url("../images/videoBox1.png") no-repeat;
}
.videoBox.video_2{
  background: url("../images/videoBox2.png") no-repeat;
}
.videoBox video{
  width: 530px;
  height: 310px;
}
.videoBox .text{
  width: 290px;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  text-indent: 2em;
  text-align: justify;
}

.clear{
  clear: both;
}
.footer{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  color: #333333;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
}
.footer a{
    color: #333333;
}

.slick{
  margin: 60px auto;
}
.slick .item{
  position: relative;
  margin: 10px 0;
  overflow: hidden;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: scale(0.8);
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
}
.slick .item.slick-center{
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  box-shadow: 0 2px 10px #e3e9fd;
}
.slick .item.slick-center .videoTxt{
  margin-top: 0;
}
.slick-dots{
  bottom: -40px;
}
.slick-dots li{
  border: none;
  margin: 0 5px;
  width: 16px;
  height: 16px;
  background: #b4d9ff;
}
.slick-dots li.slick-active{
  border: none;
  background: url("../images/dot.png") no-repeat;
}
.slick-arrow{
  margin-top: -20px;
  width: 22px;
  height: 40px;
}
.slick-next{
  right: 11%;
}
.slick-prev{
  left: 11%;
}