
.header{
  height: 60%;
  padding:0;
  background: url(../img/banner1.png) no-repeat center/cover;
  position: relative;
}
#headerTitle li a{
  color: #fff
}
#headerTitle li a:hover{
  color:rgb(250,240,203)
}
.talk{
  width: 100%;
  padding-bottom: 4.3%;
  background:  url(../img/JoinUs.png) no-repeat center/cover;
  overflow: hidden;
}
.talk p{
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-top: 70px;
  letter-spacing: 3px
}
.talk-img{
  width: 130px;
  height: 130px;
  border-radius: 50%;
  display: block;
  margin: 70px auto;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.6s;
}
.talk-img:hover{
  transform: scale(1.1);
}


.JoinUs{
  width: 100%;
  height: 46%;
  background:  url(../img/banner2.png) no-repeat center/cover;
}


.banner{
  width: 100%;
  height: 86%;
  padding-bottom: 20px;
  /* overflow: hidden; */
}
.aboutUs-bg{
  width: 32%;
  height: 500px;
  background: url(../img/caigou.png) no-repeat center/cover;
  position: absolute;
  top: 25px;
  /* bottom:0; */
  left:18.75%
}
.aboutUs-bg1{
  width: 32%;
  height: 500px;
  background: url(../img/dingdan.png) no-repeat center/cover;
  position: absolute;
  top: 25px;
  left:18.75%
}
.aboutUs-bg2{
  width: 32%;
  height: 500px;
  background: url(../img/wuliu2.png) no-repeat center/cover;
  position: absolute;
  top: 25px;
  left:18.75%
}
.aboutUs-bg3{
  width: 32%;
  height: 500px;
  background: url(../img/jiesuan.png) no-repeat center/cover;
  position: absolute;
  top: 25px;
  left:18.75%
}
.aboutUs-contant{
  width:42%;
  /* height: 65%; */
  background: #fff;
  position: relative;
  margin-top: 100px;
  margin-left: 40%;
  z-index: 99;
  padding-left: 6%;
  padding-top: 1px;
  padding-bottom: 1px;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 10%
}
.swiper-pagination-bullet-active{
  background: #364777
}
.swiper-pagination-bullet{
  width: 28px;
  height: 8px;
  border-radius: 10px
}
.aboutUs-contant h3{
  font-size: 20px;
  color:#364777;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 60px;
}
.aboutUs-contant h5{
  color: rgba(0,0,0,0.6);
  letter-spacing: 1px;
  margin-top: 22px
}

.footer{
  width: 100%;
  /* height: 400px; */
  background: url(../img/foot.png) no-repeat center/cover;
  position: relative;
  overflow: hidden;
}
.footer-gateway{
  width: 100%;
  text-align: center;
  color: rgba(255,255,255,0.9);
  font-size: 13px;
  position: absolute;
  bottom: 0;
  line-height: 50px;
  /* letter-spacing: 1px; */
  border-top: 1px solid #ccc
}
.connectUs{
  font-size: 20px
}
.phone{
  font-size: 14px;
  margin-top: 20px
}
.footer-button a{
  display: block;
  font-size: 14px;
  margin-top: 20px;
  color: #fff
}
.footer-button a:hover{
  color:rgb(250,240,203)
}
