body{
  margin:0px !important;
  padding:0px;
  font-family: "Microsoft YaHei"
}
#fullpage{
  margin:0px;
  padding:0px;
  background:#f8f8f8;
  /* min-width:1200px; */
}
.head{
  background:url("../image/image1-1.jpg");
  height:500px;
  background-repeat:no-repeat;
  background-position:bottom center; 
  background-size:cover;
  
  color:#ffffff;
}
.titleBlock{
  padding-top:10%;
  padding-left:19%;
}
.titleBlock .title{
  font-size:36px;
}
.titleBlock .viseTitle{
  font-size:18px;
  margin-top:16px;
}
.inlineSpan{
  display:inline-block;
  vertical-align: top;
}
.jobBlock{
  margin:30px auto;
  margin-bottom: 0px;
}
.job{
  /*box-shadow:0 0 3px rgba(0, 0, 0, 0.25);*/
  margin-top:20px;
  background:#ffffff;
}
.jobLeft{
  float:left;
  width:155px;
  text-align: right;
  height:100%;
  padding: 30px;
}
.jobRight{
  margin-top:30px;
  margin-left:0px;
  float:left;
  padding-bottom:25px;
}
.jobRight .word1{
  margin-top:0px;
  padding-top:0px;
  font-size:14px;
  color:#999999;
}
.jobRight .word2{
  font-size:12px;
  color:#252525;
}
.jobRight .word3{
  font-size:12px;
  color:#252525;
  line-height: 2;
}
.jobRight .word4{
  font-size:12px;
  color:#252525;
  display:none;
}
.jobRight .word5{
  font-size:12px;
  color:#252525;
  line-height: 2;
  display:none;
}
.jobRight .word6 strong{
  font-size:14px;
  color:#252525;
  padding-bottom:2px;
  border-bottom:1px solid #000;
  cursor:pointer;
}
.mailBlock{
  width:165px;
  margin:40px auto;
  text-align: center;
}
.mailImage img{
}
.mailBlock .word1{
  margin-top:20px;
  font-size:14px;
  color:#272727;
}
.mailBlock .word2{
  font-size:12px;
  color:#272727;
  line-height:2;
}
.welfareShow{
  background:#ffffff;
  padding-top:90px;
  text-align: center;
}
.welfareTitle{
  text-align: center;
}
.welfareImage{
  margin-top:40px;
  font-size:0px;
  position: relative;
}
.welfareImage .arrow{
  cursor:pointer;
  position: absolute;
  z-index: 9;
  left: 50%;
  top: 32%;
  transform: translate(-50%, -50%);
}
.inlineSpan-left{
  left: 50px !important
}
.inlineSpan-right{
  left: inherit !important;
  right: 0 !important;
}
.icon1{
  margin:0px auto;
  padding-top:10px;
  width:50px;
}

.pictures{
  margin:0 auto;
  width: 100%;
}
.imageBlock{
  margin-left:10px;
  margin-right:10px;
}
.imageBlock .image{
  width: 386px;
  height: 488px;
}
.imageBlock .image1{
  background-image: url('../image/image3-1.jpg');
  background-size: cover;
}
.imageBlock .image2{
  background-image: url('../image/image3-2.jpg');
}
.imageBlock .image3{
  background-image: url('../image/image3-3.jpg');
}
.imageBlock .image4{
  background-image: url('../image/image3-4.jpg');
}
.imageBlock .image5{
  background-image: url('../image/image3-5.jpg');
}
.imageBlock .image6 {
   background-image: url('../image/image3-6.jpg');
 }
.imageBlock:not-child(1){
  margin-left:0px;
}
.imageBlock .word{
  height:150px;
  width:100%;
  text-align: center;
  line-height:150px;
  background:#f8f8f8;
  font-size:14px;
  color:#272727;
}
.owl-theme .owl-dots{
  margin-top:30px;
  margin-bottom:70px;
}
.changeBlock{
  margin:30px auto;
  width:44px;
  height:40px;
}
.circle{
  border:0px #252525 solid;
  border-radius: 50%;
  width:8px;
  height:8px;
  background-color:#252525;
  float:left;
  margin-left:6px;
}
.circle.select{
  border:0px #252525 solid;
  border-radius: 50%;
  width:8px;
  height:8px;
  background-color:#cccccc;
  float:left;
  margin-left:6px;
}
@media screen and (max-width: 1400px) {
  .jobBlock{
    margin:30px auto;
    margin-bottom: 0px;
  }
  .pictures{
    width: 100%; margin:0 auto;
  }
}