body{
  
}
.enter{
  position: relative;
  margin: 0 auto;
  width: 640px;
  height: 100vh;
  background: url("../images/enter.jpg") center/cover no-repeat;
}
.enter .logo{
  position: absolute;
  left: 5%;
  top: 6%;
}
.enter .slogan{
  position: absolute;
  left: 0;
  top: 12%;
}
.main{
  position: relative;
  margin: 0 auto;
  padding-bottom: 200px;
  width: 640px;
  background: url("../images/bgMain.jpg") center/cover no-repeat;
}
.bgMain_2{
  background: url("../images/bgMain_2.jpg") center/cover no-repeat;
}
.banner{
  position: relative;
  width: 100%;
  line-height: 0;
}
.banner img{
  width: 100%;
  height: auto;
}
.navBox{
  position: fixed;
  left: 0;
  bottom: 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 30px;
  width: 100%;
  height: 174px;
  box-shadow: 0 0 20px #3a88b5;
  background: url("../images/bgNav.png") repeat-x;
}
.navBox .item{
  margin: 0 3px 7px;
  width: 135px;
  color: #fff;
  font-size: 24px;
  line-height: 52px;
  font-weight: bold;
  text-align: center;
}
.content{
  position: relative;
  margin: 0 auto;
  width: 640px;
}
.content .title{
  position: relative;
  margin: 30px auto;
  text-align: center;
  line-height: 0;
}
.content .title:nth-child(1){
  margin-top: -40px;
}
.content .image{
  position: relative;
  margin: 30px auto;
  line-height: 0;
  text-align: center;
}
.content .h1{
  position: relative;
  margin: 20px auto;
  color: #2c2c2c;
  font-size: 28px;
  line-height: 44px;
  text-align: center;
}
.content .txt_1{
  color: #373737;
  font-size: 21px;
  line-height: 36px;
}
.content .txt_2{
  margin: 0 32px;
  color: #353535;
  font-size: 22px;
  line-height: 36px;
  text-indent: 2em;
}
.content .txt_3{
  margin: 0 26px;
  color: #2e2e2e;
  font-size: 22px;
  line-height: 40px;
}
.content .txt_4{
  margin: 0 54px;
  color: #003e40;
  font-size: 21px;
  line-height: 31px;
}
.content .txt_5{
  margin: 0 54px;
  color: #003e40;
  font-size: 21px;
  line-height: 31px;
  text-indent: 2em;
}
.content .tips{
  margin: 40px auto 20px;
  padding: 7px 0;
  width: 320px;
  height: 50px;
  color: #ffffff;
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  text-align: center;
  background: url("../images/tips_1.png") center no-repeat;
}
.border_1{
  margin: 40px auto;
  padding: 58px 40px;
  width: 580px;
  height: 762px;
  background: url("../images/border_1.png") no-repeat;
}
.comList{
  margin: 35px auto;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.comList .item{
  margin: 0 8px;
  width: 163px;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
  background: url("../images/comTitle.png") no-repeat;
}
.deptTitle{
  position: relative;
  margin-bottom: 5px;
  padding-right: 30px;
  color: #fff;
  font-size: 24px;
  line-height: 60px;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
  background: #37aaa9;
  cursor: pointer;
}
.deptTitle::after{
  position: absolute;
  content: "";
  right: 40px;
  top: 16px;
  width: 12px;
  height: 26px;
  background: url("../images/more.png") no-repeat;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.deptTitle.on::after{
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.jobBox{
  margin: 0 50px;
}
.jobList{
  display: none;
}
.jobItem{
  position: relative;
  margin-bottom: 5px;
  padding: 0 170px 0 40px;
  color: #333232;
  font-size: 22px;
  line-height: 70px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #bfe4e4;
}
.buttonApply{
  position: absolute;
  right: 32px;
  top: 16px;
  display: block;
  line-height: 0;
}

.slickBox{
  margin: 30px auto;
  padding: 50px 20px 0;
  width: 496px;
  height: 329px;
  background: url("../images/border_2.png") no-repeat;
}
.slick_1 .item{
  text-align: center;
}
.slick_1 .item img{
  display: inline-block;
}
.slick_1 .slick-dots{
  bottom: -13%;
}
.slick_1 .slick-dots li{
  border: none;
  background-color: #59b0b9;
}
.slick_1 .slick-dots li.slick-active{
  border: none;
  background-color: #3970fd;
}
.slick_2{
  position: relative;
  margin: 20px auto;
}
.slick_2 .item{
  position: relative;
  padding: 30px 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  opacity: 0.6;
}
.slick_2 .item img{
  width: 100%;
  height: auto;
}
.slick_2 .slick-center{
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  opacity: 1;
  z-index: 10;
}
.slick_2 .slick-dots{
  bottom: -6%;
}
.slick_2 .slick-dots li{
  width: 16px;
  height: 16px;
  background-color: #4d70fd;
  opacity: 0.4;
} 
.slick_2 .slick-dots li.slick-active{
  opacity: 1;
} 
.slick_3{
  margin: 20px auto 70px;
}
.slick_3 .item{
  text-align: center;
}
.slick_3 .item img{
  width: 100%;
}
.slick_3 .slick-dots{
  bottom: -20%;
}
.slick_3 .slick-dots li{
  border: none;
  background-color: #59b0b9;
}
.slick_3 .slick-dots li.slick-active{
  border: none;
  background-color: #3970fd;
}
.clear{
  clear: both;
}
.footerBox{
  position: relative;
  padding: 48px 0 10px;
  background: linear-gradient(#5b93f8, #0737d2);
}
.footerBox .text_1{
  margin-left: 27px;
  color: #13f9ec;
  font-size: 16px;
  line-height: 24px;
}
.footerBox .text_2{
  color: #13f9ec;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.footerBox .text_3{
  color: #13f9ec;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
}
.footerBox .text_3 a{
  color: #13f9ec;
}
.footerBox .logo{
  margin: 35px auto;
  line-height: 0;
  text-align: center;
}
.footerBox .logo img{
  width: 400px;
}
.buttonTop{
  position: absolute;
  left: 50%;
  top: -47px;
  margin-left: -103px;
  width: 206px;
  padding-top: 54px;
  height: 78px;
  color: #13f9ec;
  font-size: 18px;
  text-align: center;
  letter-spacing: 3px;
  background: url("../images/buttonTop.png") no-repeat;
}
.footer{
  position: relative;
  margin: 30px auto;
  color: #13f9ec;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
.footer a{
    color: #13f9ec;
}