.bannerimg{
  position: relative;
  background: url(../images/bannercontant.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 108.4rem;
}
.bannercon{
  width: 94.8rem;
  height: 20.8rem;
  /* border: 0.2rem solid #fff; */
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 43.8rem;
  padding-top: 1.6rem;
}
.bannercon div{
  position: absolute;
  width: .2rem;
  height: .2rem;
   background: rgba(255, 255, 255, 1);
}
.bannercon .lefttop{
  left: 0;
  top: 0;
  width: 100%;
  animation: langwidth 1s ease-in-out;
}
.bannercon .righttop{
  right: 0;
  top: 0;
  height: 100%;
  animation: langheight 1s ease-in-out;
}
.bannercon .leftbottom{
  left: 0;
  bottom: 0;
  height: 100%;
  animation: langheight 1s ease-in-out;
}
.bannercon .rightbottom{
  right: 0;
  bottom: 0;
  width: 100%;
  animation: langwidth 1s ease-in-out;
}

@keyframes langwidth {
  0% { width: .2rem; background: rgba(255, 255, 255, 0); }
  100% { width: 100%; background: rgba(255, 255, 255, 1); }
}
@keyframes langheight {
  0% { height: .2rem; background: rgba(255, 255, 255, 0); }
  100% { height: 100%; background: rgba(255, 255, 255, 1); }
}

.bannerimg h2{
  font-size: 3.5rem;
  line-height: 10rem;
  color: #fff;
  text-shadow: .1rem .1rem .2rem rgba(0, 0, 0, 1);
  transform: translateY(0); opacity: 1;
  animation: moveUp .8s linear;
}
.bannerimg p{
  font-size: 2rem;
  line-height: 6rem;
  text-shadow: .1rem .1rem .2rem rgba(0, 0, 0, 1);
  color: #fff;
  letter-spacing: 2px;
  transform: translateY(0); opacity: 1;
  animation: moveUp .8s linear;
}

.recruit{
  width: 100%;
  padding-top: 5.5rem;
  padding-bottom: 9rem;
  background: #F5F7F8;
}
.recruit h2, .contact h2, .customer h2, .reference h2{
  width: 100%;
  height: 16.6rem;
  line-height: 16.6rem;
  text-align: center;
  font-size: 3.5rem;
}
.contact h2, .reference h2{
  color: #fff;
}
.recruitcon{
  width: 168.8rem;
  margin: 0 auto;
}
.recruitcon::after{
  display: block;
  content: '';
  clear: both;
}
.recruitcon li{
  width: 81rem;
  height: 30.2rem;
  float: left;
  background: #fff;
  margin: 0 1.7rem 3.4rem 1.7rem;
  border-radius: 0.6rem;
  padding: 3.6rem 3rem 0 4.2rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 2rem rgba(0, 0, 0, .05);
}
.recruitcon li .contdiv{
  position: absolute;
  left: 0;
  top: 150rem;
}
.recruitModal{
  position: fixed;
  top: 3rem;
  left: 35.5rem;
  width: 121rem;
  max-height: 95vh;
  min-height: 80rem;
  overflow-y: auto;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, .1);
  z-index: 95595;
  border-radius: 1.2rem;
  padding: 6.8rem 9.2rem 3.8rem 9.2rem;
  background: #fff;
  display: none;
  transform: translateY(0);
  opacity: 1;
}
.anima{
  animation: moveUp .5s ease-in-out;
}
.recruitModalclose{
  position: absolute;
  top: 0;
  right: 0;
  width: 5.2rem;
  height: 4.2rem;
  background: #DDDDDD url(../images/close.png) no-repeat center center;
  background-size: 1.6rem 1.6rem;
  cursor: pointer;
  border-radius: 0 1rem 0 1.2rem;
}
.recruitModalcon{
  margin-bottom: 3rem;
  line-height: 3rem;
  height: calc(95vh - 35.2rem);
  overflow-y: auto;
}
.recruitModalcon h4{
  font-size: 1.8rem;
  line-height: 6rem;
  text-indent: 0 !important;
}
.recruitModalcon p{
  line-height: 2.4rem;
  padding-left: 2.2rem;
  position: relative;
  color: #464646;
  margin-bottom: 2rem;
  font-size: 2rem;
  text-indent: 0 !important;
  word-wrap: break-word;
}
.recruitModalcon p::before{
  content: '';
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background: #464646;
  border-radius: .4rem;
  position: absolute;
  left: 0;
  top: 0.8rem;
}
.recruitModal h3{
  line-height: 7rem;
  background: #ECEFF8;
  margin-bottom: 3rem;
  padding-left: 3.2rem;
}
.recruitcon li:hover{
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, .1);
}
.recruitcon li h3{
  font-size: 2rem;
  height: 7.8rem;
  line-height: 7.8rem;
}
.recruitcon li h5, .recruitModal h5{
  font-size: 1.8rem;
  color: #707070;
  height: 4rem;
  line-height: 4rem;
  margin-bottom: 2.4rem;
}
.recruitcon li h5 span, .recruitModal h5 span{
  margin-left: 2.5rem;
  display: inline-block;
  vertical-align: top;
  padding: 0 1.2rem;
  background: #EBEFF9;
  color: #7F93C5;
}
.recruitcon li p{
  font-size: 1.8rem;
  line-height: 3rem;
  height: 6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:2;
  overflow: hidden;
  color: #707070;
}
.recruitcon li .lidiv{
  position: absolute;
  bottom: -10.8rem;
  left: 0;
  width: 100%;
  height: 10.8rem;
  background: linear-gradient(to top, #FEFEFE, #FEFEFE, rgba(0, 0, 0, 0));
  padding-top: 5.6rem;
  transition: all .5s;
}
.recruitcon li > h4{
  width: 20.6rem;
  height: 5.2rem;
  background: #0000FF;
  color: #fff;
  line-height: 5.2rem;
  padding-left: 4rem;
  font-size: 1.6rem;
  display: block;
  position: absolute;
  right: 0;
  bottom: -5.2rem;
  transition: all .5s;
  cursor: pointer;
}
.recruitModal > h4{
  position: relative;
  width: 20.6rem;
  height: 5.2rem;
  background: #0000FF;
  color: #fff;
  line-height: 5.2rem;
  padding-left: 2rem;
  font-size: 1.6rem;
  cursor: pointer;
}
.recruitcon li > h4::after, .recruitModal > h4::after{
  display: block;
  width: 1.2rem;
  height: 2.1rem;
  background: url(../images/right_white.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: 1.6rem;
  top: 1.6rem;
  content: '';
}


.recruitcon li:hover div, .recruitcon li:hover h4{
  bottom: 0;
}

.contact{
  width: 100%;
  height: 108.4rem;
  background: url(../images/businesscontant.jpg) no-repeat;
  background-size: cover;
  padding-top: 7rem;
}
.contact > div{
  width: 132rem;
  margin: 0 auto;
  padding-top: 13rem;
}

.contact li{
  float: left;
  width: 33rem;
  height: 42rem;
  text-align: center;
  padding-top: 19rem;
  color: #fff;
  position: relative;
}
.contact li div{
  width: 8.8rem;
  height: 8.8rem;
  position: absolute;
  top: 9rem;
  left: 50%;
  transform: translateX(-50%);
  border: 0.2rem solid #fff;
  border-radius: 50%;
  transition: all .5s;
  text-align: center;
}
.contact li div img{
  width: 6rem;
  height: 6rem;
  display: inline-block;
  vertical-align: top;
  transition: all .5s;
  margin-top: 1.2rem;
}
.contact li:hover div{
  top: 0;
  width: 28rem;
  height: 40rem;
  background: rgba(255, 255, 255, .05);
  border: 0.2rem solid rgba(255, 255, 255, .2);
  border-radius: 1.5rem;
}

.contact li:hover div img{
  width: 9rem;
  height: 9rem;
  margin-top: 4rem;
}
.contact li h3{
  line-height: 7rem;
}
.contact li p{
  line-height: 3rem;
}

.customer{
  width: 100%;
  height: 43rem;
  background: url(../images/customer.png) no-repeat center;
  background-size: 68.3rem 35rem;
}
.customer div{
  width: 90rem;
  margin: 0 auto;
}
.customer div li{
  height: 5rem;
  padding-left: 6.8rem;
  line-height: 5rem;
  font-size: 1.8rem;
  position: relative;
}
.customer div li::before{
  position: absolute;
  display: block;
  width: 3.4rem;
  height: 3.4rem;
  content: '';
  top: 0.8rem;
  left: 0.6rem;
}
.customer div li:nth-child(1)::before{
  background: url(../images/contant_icon6.png) no-repeat;
  background-size: cover;
}
.customer div li:nth-child(2)::before{
  background: url(../images/contant_icon7.png) no-repeat;
  background-size: cover;
}
.customer div li:nth-child(3)::before{
  background: url(../images/contant_icon8.png) no-repeat;
  background-size: cover;
}

.reference{
  width: 100%;
  height: 42rem;
  background: linear-gradient(to right, #0846A0, #6889C6);
}
.reference div {
  width: 169rem;
  text-align: center;
  margin: 0 auto;
}
.reference li{
  width: 33.8rem;
  height: 13.8rem;
  padding-top: 8.2rem;
  line-height: 5rem;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  position: relative;
  float: left;
}
.reference li::after{
  display: block;
  width: 98%;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  background: rgba(255, 255, 255, .2);
  transition: all .5s;
}
.reference li:hover::after{
  height: 100%;
}
.reference li::before{
  position: absolute;
  display: block;
  width: 7.6rem;
  height: 7.6rem;
  content: '';
  top: 0.6rem;
  left: 13.1rem;
}
.reference li:nth-child(1)::before{
  background: url(../images/contant_icon1.png) no-repeat;
  background-size: cover;
}
.reference li:nth-child(2)::before{
  background: url(../images/contant_icon2.png) no-repeat;
  background-size: cover;
}
.reference li:nth-child(3)::before{
  background: url(../images/contant_icon3.png) no-repeat;
  background-size: cover;
}
.reference li:nth-child(4)::before{
  background: url(../images/contant_icon4.png) no-repeat;
  background-size: cover;
}
.reference li:nth-child(5)::before{
  background: url(../images/contant_icon5.png) no-repeat;
  background-size: cover;
}

.sendresume{
  position: fixed;
  top: 3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 90rem;
  height: 40rem;
  background: #fff;
  box-shadow: 0 0 2rem rgba(0, 0, 0, .1);
  border-radius: 1.5rem;
  z-index: 100999;
  padding-left: 8rem;
  display: none;
  overflow: hidden;
}
.sendresume .close{
  position: absolute;
  top: 0;
  right: 0;
  width: 5.2rem;
  height: 4.2rem;
  background: #DDDDDD url(../images/close.png) no-repeat center center;
  background-size: 1.6rem 1.6rem;
  cursor: pointer;
  border-radius: 0 1rem 0 1.2rem;
}
.sendresume h3{
  line-height: 12rem;
}
.uploadline{
  height: 15rem;
  position: relative;
}
.sendresume span{
  width: 30rem;
  height: 6rem;
  line-height: 6rem;
  display: block;
  position: absolute;
  background-color: #00b3ee;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 1rem;
}
.sendresume input{
  width: 30rem;
  height: 6rem;
  position: absolute;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
.uploadline h5{
  position: absolute;
  left: 0;
  top: 7rem;
  font-weight: 1.8rem;
  border: .1rem dotted #ccc;
  line-height: 6rem;
  display: inline-block;
  padding: 0 2rem;
  opacity: 0;
}
.sendresume button{
  width: 24rem;
  height: 6rem;
  background: #fff;
  border-radius: 1rem;
  border: .1rem solid #ddd;
  cursor: pointer;
  font-size: 2rem;
}
.hiddendiv{
  position: absolute;
  left: -400rem;
  top: 0;
}
