.wrap {
  width: 100%;
}
.wrap .box-customer-home {
  position: fixed;
  z-index: 100;
  top: 400px;
  right: 20px;
  width: 72px;
  height: 197px;
  padding: 8px;
  background: #387DF6;
  border-radius: 4px;
  font-size: 14px;
  padding-top: 15px;
  color: #fff;
  text-align: center;
}
.wrap .box-customer-home .icon-tel {
  position: relative;
  cursor: pointer;
  display: block;
  line-height: 22px;
  padding: 15px 0;
  border-bottom: 1px solid #3272E0;
}
.wrap .box-customer-home .icon-tel:hover .customer-tel {
  display: block;
}
.wrap .box-customer-home .icon-tel:hover .jt {
  display: block;
}
.wrap .box-customer-home .icon-tel .jt {
  top: 50px;
  position: absolute;
  display: none;
  left: -34px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
  transform: rotate(45deg);
  background-color: #fff;
  z-index: 100;
}
.wrap .box-customer-home .icon-tel .customer-tel {
  display: none;
  position: absolute;
  left: -207px;
  top: 0;
  border: 1px solid #f5f5f5;
  padding: 10px;
  background-color: #fff;
  border-radius: 3px;
}
.wrap .box-customer-home .icon-customer {
  position: relative;
  display: block;
  line-height: 22px;
  cursor: pointer;
  padding: 15px 0;
}
.wrap .box-customer-home .icon-customer:hover .customer-wx {
  display: block;
}
.wrap .box-customer-home .icon-customer:hover .jt {
  display: block;
}
.wrap .box-customer-home .icon-customer .jt {
  top: 50px;
  position: absolute;
  display: none;
  left: -34px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
  transform: rotate(45deg);
  background-color: #fff;
  z-index: 100;
}
.wrap .box-customer-home .icon-customer .customer-wx {
  display: none;
  position: absolute;
  left: -250px;
  top: -100px;
  border: 1px solid #f5f5f5;
  padding: 10px;
  background-color: #fff;
  border-radius: 3px;
}
.wrap .box-wrap {
  background-color: #E8E8E8;
}
.wrap .box-wrap .box-head {
  width: 980px;
  margin: 0 auto;
  font-size: 12px;
}
.wrap .box-wrap .box-head .logo {
  padding-top: 5px;
  display: inline-block;
}
.wrap .box-wrap .box-head .logo img {
  width: 200px;
}
.wrap .box-wrap .box-head .nav {
  vertical-align: top;
  float: right;
}
.wrap .box-wrap .box-head .nav ul {
  padding-top: 25px;
}
.wrap .box-wrap .box-head .nav ul li {
  display: inline-block;
  margin: 0 20px;
}
.wrap .box-wrap .box-head .nav ul li a {
  color: #8a8a8a;
  line-height: 24px;
  display: inline-block;
  cursor: pointer;
}
.wrap .box-wrap .box-head .nav ul li a:hover {
  position: relative;
}
.wrap .box-wrap .box-head .nav ul li a:hover::after {
  content: '';
  position: absolute;
  left: 20%;
  bottom: -4px;
  background: #6A6A6A;
  width: 60%;
  height: 2px;
}
.wrap .box-wrap .box-head .nav ul li a.active {
  position: relative;
}
.wrap .box-wrap .box-head .nav ul li a.active::after {
  content: '';
  position: absolute;
  left: 20%;
  bottom: -4px;
  background: #6A6A6A;
  width: 60%;
  height: 2px;
}
.wrap .box-banner {
  background: url(../images/banner3.jpg) no-repeat center;
  background-size: cover;
  height: 700px;
  margin-bottom: 60px;
}
.wrap .box-banner .box-head {
  font-size: 14px;
  padding-left: 100px;
}
.wrap .box-banner .box-head .logo {
  padding-top: 5px;
  display: inline-block;
}
.wrap .box-banner .box-head .logo img {
  width: 200px;
}
.wrap .box-banner .box-head .nav {
  display: inline-block;
  vertical-align: top;
  padding-left: 150px;
}
.wrap .box-banner .box-head .nav ul {
  padding-top: 20px;
}
.wrap .box-banner .box-head .nav ul li {
  display: inline-block;
  padding: 0 20px;
  text-align: center;
  position: relative;
  line-height: 36px;
}
.wrap .box-banner .box-head .nav ul li:hover {
  background: rgba(255, 255, 255, 0.2);
}
.wrap .box-banner .box-head .nav ul li:hover .menu {
  display: block;
}
.wrap .box-banner .box-head .nav ul li.active {
  background: rgba(255, 255, 255, 0.2);
}
.wrap .box-banner .box-head .nav ul li .menu {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 36px;
  left: 0px;
  display: none;
  width: 120px;
  height: 36px;
  text-align: center;
}
.wrap .box-banner .box-head .nav ul li .menu a {
  line-height: 36px;
  height: 36px;
  display: block;
}
.wrap .box-banner .box-head .nav ul li .menu a:hover {
  background: rgba(215, 0, 0, 0.8);
}
.wrap .box-banner .box-head .nav ul li a {
  color: #fff;
  line-height: 24px;
  display: inline-block;
  cursor: pointer;
}
.wrap .banner {
  text-align: center;
  margin-bottom: 70px;
}
.wrap .banner .swiper-bg01 {
  background: url(../images/banner1.jpg) no-repeat center;
  background-size: cover;
  height: 500px;
}
.wrap .banner .swiper-bg02 {
  background: url(../images/banner2.jpg) no-repeat center;
  background-size: cover;
  height: 500px;
}
.wrap .banner .swiper-bg03 {
  background: url(../images/banner3.jpg) no-repeat center;
  background-size: cover;
  height: 500px;
}
.wrap .box-company {
  width: 980px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 140px;
}
.wrap .box-company .title {
  color: #101010;
  font-size: 28px;
  line-height: 30px;
  padding-bottom: 50px;
}
.wrap .box-company .title strong {
  font-weight: bold;
}
.wrap .box-company ul li {
  width: 120px;
  margin-right: 20px;
  display: inline-block;
}
.wrap .box-company ul li img {
  width: 60px;
  height: 60px;
  padding: 30px;
  display: inline-block;
  background-color: #F4F4F4;
}
.wrap .box-company ul li p {
  color: #101010;
  padding: 10px 0;
  font-size: 14px;
}
.wrap .box {
  width: 980px;
  margin: 0 auto;
  text-align: center;
}
.wrap .box .title {
  color: #101010;
  font-size: 28px;
  line-height: 30px;
  padding-bottom: 30px;
}
.wrap .box .title strong {
  font-weight: bold;
}
.wrap .box .desc {
  font-size: 14px;
}
.wrap .box .desc a {
  width: 140px;
  color: #101010;
  display: inline-block;
}
.wrap .box .desc .apply {
  display: inline-block;
  border: 1px solid #ddd;
  line-height: 38px;
  width: 140px;
}
.wrap .box .desc .apply:hover a {
  background-color: #ef2c14;
  color: #fff;
}
.wrap .box .tips {
  font-size: 12px;
  line-height: 18px;
  color: #B0B0B0;
  padding-bottom: 30px;
  padding-top: 10px;
}
.wrap .box .content {
  margin-bottom: 120px;
}
.wrap .box .content ul li {
  position: relative;
  width: 310px;
  display: inline-block;
  margin-right: 15px;
  overflow: hidden;
}
.wrap .box .content ul li .pic {
  width: 310px;
  height: 307px;
  overflow: hidden;
  display: block;
}
.wrap .box .content ul li p {
  position: absolute;
  bottom: 0;
  padding: 20px 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
}
.wrap .box .content ul li p .pro-title {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  display: block;
}
.wrap .box .content ul li p .pro-desc {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}
.wrap .box .content ul li:hover p {
  display: none;
}
.wrap .box .content ul li:hover .box-hover {
  transform: translateY(-100%);
  transition: all 0.3s;
}
.wrap .box .content ul li .box-hover {
  position: absolute;
  transform: translateY(0);
  height: 100%;
  width: 100%;
  z-index: 10;
  background: rgba(215, 0, 0, 0.8);
}
.wrap .box .content ul li .box-hover .pic-hover {
  margin-top: 60px;
  margin-bottom: 20px;
  width: 60px;
  display: inline-block;
}
.wrap .box .content ul li .box-hover .pro-title {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  display: block;
  padding-bottom: 10px;
}
.wrap .box .content ul li .box-hover .pro-desc {
  font-size: 14px;
  line-height: 16px;
  color: #f5f5f5;
}
.wrap .footer {
  background: #000;
  width: 100%;
  text-align: center;
}
.wrap .footer .footer-cont {
  color: #9b9b9b;
  font-size: 14px;
  line-height: 24px;
  padding: 40px 0;
}
.wrap .footer .footer-cont img {
  width: 18px;
  display: inline-block;
  vertical-align: sub;
  padding-right: 5px;
}
.wrap .footer .footer-cont a {
  display: inline-block;
  margin: 0 5px;
  color: #9b9b9b;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
}
