.site .header {
  z-index: 10;
  position: absolute;
  top: 0;
  width: 100%;
}
.site .header.change {
  background-color: #fff;
  position: fixed;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
.site .header.change .top {
  height: 60px;
  width: 100%;
}
.site .header.change .top .header-left .logo {
  width: 114px;
}
.site .header.change .top .header-left .logo h1 {
  position: absolute;
  left: -1000px;
}

.site .header.change .top .header-left .logo .img {
  width: 170px;
  height: 50px;
  margin-top: 10px;
  background-image: url("../images/logo-primary@3x.png");
  background-size: contain;
}
.site .header.change .top .header-right {
  position: relative;
}
.site .header.change .top .header-right .nav {
  line-height: 60px;
  font-size: 14px;
}
.site .header.change .top .header-right .nav .nav-bar-title .nav-bar-li {
  cursor: pointer;
  float: left;
  margin: 0 24px;
  color: #333;
  position: relative;
}
.site .header.change .top .header-right .nav .nav-bar-title .nav-bar-li.on {
  color: #2041c2;
}
.site .header.change .top .header-right .nav .nav-bar-title .nav-bar-li.on::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #2041c2;
}
.site .header.change .top .header-right .nav .nav-bar-title .nav-bar-li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #2041c2;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.site .header.change .top .header-right .nav .nav-bar-title .nav-bar-li:hover::after {
  transform: scaleX(1);
}
.site .header.change .top .header-right .nav .nav-bar-title #show-choice {
  position: relative;
}
.site .header.change .top .header-right .nav .nav-bar-title #show-choice:hover .module-choice {
  opacity: 1;
}
.site .header.change .top .header-right .nav .nav-bar-title #show-choice:hover .module-choice .triangle-up {
  display: block;
}
.site .header.change .top .header-right .nav .nav-bar-title #show-choice:hover .module-choice .module-choice-hover {
  display: block;
}
.site .header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice {
  position: absolute;
  top: 61px;
  transition: 1s all 0.1s;
  left: -36%;
  opacity: 0;
  width: 120px;
  background: transparent;
  z-index: 1;
}
.site .header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice .triangle-up {
  position: relative;
  top: 10px;
  left: 42%;
  display: none;
}
.site .header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-father {
  position: relative;
  top: -9px;
  width: 300px;
}
.site .header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover {
  position: relative;
  display: none;
  top: 9px;
  left: 0;
  text-align: center;
  box-shadow: 0 1px 1px #f2f2f2;
  border-radius: 4px;
  width: 300px;
  font-size: 16px;
  line-height: 2.6;
  padding: 18px;
}
.site .header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li {
  border: none;
  height: 50px;
  text-align: left;
  padding: 6px 10px;
  box-sizing: border-box;
}
.site .header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a {
  color: #595959;
  display: block;
}
.site .header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a .icon {
  width: 34px;
  height: 34px;
  margin-right: 18px;
  background-size: 34px;
}
.site .header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a .enroll-market {
  background: url("../images/erollment@3x.png") no-repeat;
  background-size: contain;
}
.site .header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a .manage-data {
  background: url("../images/management@3x.png") no-repeat;
  background-size: contain;
}
.site .header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a .renewal-referral {
  background: url("../images/renewal@3x.png") no-repeat;
  background-size: contain;
}
.site .header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a .text .title {
  color: #333333;
  font-size: 14px;
  line-height: 20px;
}
.site .header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a .text .detail {
  font-size: 12px;
  color: #666;
  line-height: 17px;
}
.site .header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li:hover {
  background: #f4f6f9;
}
.site .header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li:hover a {
  color: #2041c2;
}
.site .header.change .top .header-right .login-box {
  margin-top: 13px;
}
.site .header.change .top .header-right .login-box .free-trial,
.site .header.change .top .header-right .login-box .login {
  width: 100px;
  height: 34px;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
}
.site .header.change .top .header-right .login-box .free-trial {
  background-color: #2041c2;
  color: #fff;
  margin-right: 10px;
}
.site .header.change .top .header-right .login-box .login {
  background-color: #fff;
  color: #2041c2;
  border: 1px solid #2041c2;
  box-sizing: border-box;
}
.site .header.change .top .header-right .login-box span {
  display: inline-block;
}
.site .header .top {
  height: 60px;
  width: 100%;
}
.site .header .top .header-left .logo {
  width: 170px;
}
.site .header .top .header-left .logo h1 {
  position: absolute;
  left: -1000px;
}
.site .header .top .header-left .logo .img {
  width: 170px;
  height: 50px;
  margin-top: 10px;
  background-image: url("../images/logo_trans.png");
  background-size: contain;
}

.site .header .top .header-right {
  position: relative;
}
.site .header .top .header-right .nav {
  line-height: 60px;
  font-size: 14px;
}
.site .header .top .header-right .nav .nav-bar-title .nav-bar-li {
  cursor: pointer;
  float: left;
  margin: 0 24px;
  color: #ffffff;
  position: relative;
}
.site .header .top .header-right .nav .nav-bar-title .nav-bar-li.on::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}
.site .header .top .header-right .nav .nav-bar-title .nav-bar-li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.site .header .top .header-right .nav .nav-bar-title .nav-bar-li:hover::after {
  transform: scaleX(1);
}
.site .header .top .header-right .nav .nav-bar-title #show-choice {
  position: relative;
}
.site .header .top .header-right .nav .nav-bar-title #show-choice:hover .module-choice {
  opacity: 1;
}
.site .header .top .header-right .nav .nav-bar-title #show-choice:hover .module-choice .triangle-up {
  display: block;
}
.site .header .top .header-right .nav .nav-bar-title #show-choice:hover .module-choice .module-choice-hover {
  display: block;
}
.site .header .top .header-right .nav .nav-bar-title #show-choice .module-choice {
  position: absolute;
  top: 61px;
  transition: 1s all 0.1s;
  left: -36%;
  opacity: 0;
  width: 120px;
  background: transparent;
  z-index: 1;
}
.site .header .top .header-right .nav .nav-bar-title #show-choice .module-choice .triangle-up {
  position: relative;
  top: 10px;
  left: 42%;
  display: none;
}
.site .header .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover {
  position: relative;
  display: none;
  top: 9px;
  left: 0;
  text-align: center;
  box-shadow: 0 1px 1px #f2f2f2;
  border-radius: 4px;
  width: 300px;
  font-size: 16px;
  line-height: 2.6;
  padding: 18px;
}
.site .header .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li {
  border: none;
  height: 50px;
  text-align: left;
  padding: 6px 10px;
  box-sizing: border-box;
}
.site .header .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a {
  color: #595959;
  display: block;
}
.site .header .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a .icon {
  width: 34px;
  height: 34px;
  margin-right: 18px;
  background-size: 34px;
}
.site .header .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a .enroll-market {
  background: url("../images/erollment@3x.png") no-repeat;
  background-size: contain;
}
.site .header .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a .manage-data {
  background: url("../images/management@3x.png") no-repeat;
  background-size: contain;
}
.site .header .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a .renewal-referral {
  background: url("../images/renewal@3x.png") no-repeat;
  background-size: contain;
}
.site .header .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a .text .title {
  color: #333333;
  font-size: 14px;
  line-height: 20px;
}
.site .header .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a .text .detail {
  font-size: 12px;
  color: #666;
  line-height: 17px;
}
.site .header .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li:hover {
  background: #f4f6f9;
}
.site .header .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li:hover a {
  color: #2041c2;
}
.site .header .top .header-right .login-box {
  margin-top: 13px;
}
.site .header .top .header-right .login-box .free-trial,
.site .header .top .header-right .login-box .login {
  width: 100px;
  height: 34px;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
}
.site .header .top .header-right .login-box .free-trial {
  background-color: #fff;
  color: #2041c2;
  margin-right: 10px;
}
.site .header .top .header-right .login-box .login {
  color: #fff;
  border: 1px solid #fff;
  box-sizing: border-box;
}
.site .header .top .header-right .login-box span {
  display: inline-block;
}
.site .body {
  position: relative;
}
.site .body .swiper {
  position: relative;
}
.site .body .swiper .swiper-container {
  width: 100%;
  max-height: 670px;
  height: 80vh;
}
.site .body .swiper .swiper-container .swipeBox1 {
  /*background: linear-gradient(180deg, #FFBE4D 0%, #FF8833 100%);*/
}
.site .body .swiper .swiper-container .swipeBox3 {
  background: linear-gradient(180deg, #ea582a 0%, #e33010 100%);
}
.site .body .swiper .banner {
  position: relative;
  width: 100%;
}
.site .body .swiper .banner > div {
  width: 1200px;
  margin: 0 auto;
}
.site .body .swiper .banner.banner1 {
  background: url("../images/banner1.jpg");
  background-position: 50% 50%;
  /*background-size: 2560px;*/
  margin-top: -30px;
  width: 100%;
  height: 600px;
}
.site .body .swiper .banner.banner3 {
  background: url("../images/banner2.png") no-repeat;
  background-position: 50% 50%;
  background-size: 2560px;
  height: 100%;
}
.site .body .swiper .banner .introduce {
  text-align: center;
}
.site .body .swiper .banner .introduce .banner-one {
  position: absolute;
  top: 31%;
  left: 50%;
  margin-left: -600px;
}
.site .body .swiper .banner .introduce .banner-one-title {
  color: #fff;
  font-size: 48px;
  text-align: left;
  font-weight: 500;
}
.site .body .swiper .banner .introduce .title1 {
  font-size: 64px;
}
.site .body .swiper .banner .introduce .banner-two {
  position: absolute;
  top: 17%;
}
.site .body .swiper .banner .introduce .banner-two-title {
  width: 1200px;
  text-align: center;
  font-weight: 300;
}
.site .body .swiper .banner .introduce .banner-two-title1 {
  color: #fff;
  font-size: 52px;
  opacity: .6;
}
.site .body .swiper .banner .introduce .banner-two-title2 {
  color: #fff;
  font-size: 79px;
}
.site .body .swiper .banner .introduce .banner-two-title3 {
  color: #FF9034;
  font-size: 26px;
}
.site .body .swiper .banner .introduce .banner-three {
  position: absolute;
  top: 59%;
  left: 50%;
  margin-left: -430px;
}
.site .body .swiper .banner .introduce .banner-three-title {
  height: 20px;
  font-size: 14px;
  font-family: Microsoft YaHei, PingFangSC;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
}
.site .body .swiper .banner .introduce .banner-three-title2 {
  margin-top: 19px;
}
.site .body .swiper .banner .introduce .banner-three-news {
  margin-top: 10px;
  font-weight: 400;
  font-size: 26px;
  color: #fff;
  letter-spacing: 2px;
}
.site .body .swiper .banner .introduce .news-line {
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 36px;
  height: 1px;
  background: #fff;
}
.site .body .swiper .banner .introduce .news-line1 {
  left: 24%;
}
.site .body .swiper .banner .introduce .news-line2 {
  right: 24%;
}
.site .body .swiper .banner .introduce .introduce-enter {
  position: absolute;
  width: 160px;
  height: 50px;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  left: 50%;
  margin-left: -50%;
  margin-left: -585px;
  top: 50%;
  background-color: #fff;
  z-index: 10;
}
.site .body .swiper .banner .introduce .introduce-enter.btn1 {
  color: #2041c2;
  background-color: #fff;
  margin-left: -600px;
  z-index: 10;
  top: 50%;
  margin-top: 100px;
}
.site .body .swiper .banner .introduce .introduce-enter.btn3 {
  color: #fff;
  background-color: #2041c2;
  margin-left: -430px;
  color: #2041c2;
  background-color: #fff;
  top: 66%;
}
.site .body .swiper .banner .introduce .introduce-enter.btn2 {
  color: #fff;
  background-color: #2041c2;
  margin-left: -600px;
  margin-top: 190px;
}
.site .body .swiper .swiper-pagination {
  width: 70px;
  height: 26px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -35px;
}
.site .body .content .content-module {
  height: 540px;
  width: 100%;

}
.site .body .content .content-module .module-title {
  margin-top: -100px;
  width: 100%;
  text-align: center;
  font-size: 30px;
  color: #333;
  height: 53px;
  line-height: 53px;
  /*margin-bottom: 50px;*/
}
.site .body .content .content-module .content-module-body {
  position: relative;

}
.site .body .content .content-module .content-module-body .module-img .big-img {
  width: 600px;
  height: 420px;
}
.site .body .content .content-module .content-module-body .module-img .big-img-1 {
  width: 440px;
  height: 440px;
}
.site .body .content .content-module .content-module-body .module-img .big-img-2 {
  width: 420px;
  height: 420px;
}
.site .body .content .content-module .content-module-body .module-img .big-img-3 {
  width: 460px;
  height: 460px;
}
.site .body .content .content-module .content-module-body .module-text {
  margin-top: 55px;
}
.site .body .content .content-module .content-module-body .module-text .part {
  margin-bottom: 45px;
  text-align: left;
  border-radius: 4px;
}
.site .body .content .content-module .content-module-body .module-text .part .module-text-title {
  font-size: 20px;
  line-height: 33px;
  height: 33px;
  color: #333;
}
.site .body .content .content-module .content-module-body .module-text .part .module-text-content {
  font-size: 14px;
  line-height: 22px;
}
.site .body .content .content-module .content-module-body .module-text .part .module-text-content .label {
  color: #666;
}
.site .body .content .content-module .content-module-body .module-text .part .module-text-content a {
  display: inline-block;
}
.site .body .content .content-module .content-module-body .module-text .part .module-text-content a .detail {
  color: #2041c2;
}
.site .body .content .content-module .content-module-body .module-box .title {
  font-size: 24px;
  color: #333;
  line-height: 33px;
  text-align: center;
  width: 100%;
  margin-bottom: 55px;
}
.site .body .content .content-module .content-module-body .module-box .partment {
  width: 200px;
  height: 260px;
  padding: 30px;
  background-color: #fff;
  margin-right: 30px;
  box-sizing: border-box;
  transition: transform 0.5s ease-in-out;
  box-shadow: 0px 1px 21px 0px rgba(228, 233, 239, 0.5);
  border-radius: 4px;
}
.site .body .content .content-module .content-module-body .module-box .partment.partment-special {
  padding: 30px 14px;
}
.site .body .content .content-module .content-module-body .module-box .partment .icon {
  width: 48px;
  height: 48px;
  margin: 0 auto;
}
.site .body .content .content-module .content-module-body .module-box .partment .icon.icon1 {
  background: url("../images/mask@3x_1.png") no-repeat;
  background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment .icon.icon2 {
  background: url("../images/mask@3x.png") no-repeat;
  background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment .icon.icon3 {
  background: url("../images/mask@3x_2.png") no-repeat;
  background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment .icon.icon4 {
  background: url("../images/mask@3x_3.png") no-repeat;
  background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment .icon.icon5 {
  background: url("../images/mask@3x_4.png") no-repeat;
  background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment .icon.icon6 {
  background: url("../images/mask@3x_5.png") no-repeat;
  background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment .icon.icon7 {
  background: url("../images/mask@3x_6.png") no-repeat;
  background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment .icon.icon8 {
  background: url("../images/mask@3x_7.png") no-repeat;
  background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment .icon.icon9 {
  background: url("../images/mask@3x_8.png") no-repeat;
  background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment .icon.icon10 {
  background: url("../images/mask@5x_10.png") no-repeat;
  background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment .content .title {
  font-size: 18px;
  color: #333;
  text-align: center;
  margin-bottom: 14px;
  line-height: 25px;
}
.site .body .content .content-module .content-module-body .module-box .partment .content .text-content {
  font-size: 14px;
  color: #666;
  text-align: center;
  line-height: 20px;
  margin-bottom: 17px;
}
.site .body .content .content-module .content-module-body .module-box .partment a {
  display: inline-block;
  width: 100%;
}
.site .body .content .content-module .content-module-body .module-box .partment a .right-arrow {
  width: 30px;
  height: 30px;
  background-size: cover;
  margin: 0 auto;
  background-image: url("../images/arrow@3x.png");
}
.site .body .content .content-module .content-module-body .module-box .partment:hover {
  background-color: #2041c2;
  padding: 30px;
  box-sizing: border-box;
  transform: scale(1.1, 1.1);
}
.site .body .content .content-module .content-module-body .module-box .partment:hover .icon {
  width: 53px;
  height: 53px;
}
.site .body .content .content-module .content-module-body .module-box .partment:hover .icon.icon1 {
  background: url("../images/mask_hover@3x_9.png") no-repeat;
  background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment:hover .icon.icon2 {
  background: url("../images/mask_hover@3x.png") no-repeat;
  background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment:hover .icon.icon3 {
  background: url("../images/mask_hover@3x_2.png") no-repeat;
  background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment:hover .icon.icon4 {
  background: url("../images/mask_hover@3x_3.png") no-repeat;
  background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment:hover .icon.icon5 {
  background: url("../images/mask_hover@3x_4.png") no-repeat;
  background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment:hover .icon.icon6 {
  background: url("../images/mask_hover@3x_5.png") no-repeat;
  background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment:hover .icon.icon7 {
  background: url("../images/mask_hover@3x_6.png") no-repeat;
  background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment:hover .icon.icon8 {
  background: url("../images/mask_hover@3x_7.png") no-repeat;
  background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment:hover .icon.icon9 {
  background: url("../images/mask_hover@3x_8.png") no-repeat;
  background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment:hover .icon.icon10 {
  background: url("../images/mask_hover@5x_10.png") no-repeat;
  background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment:hover .content .title {
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-bottom: 19px;
  line-height: 25px;
}
.site .body .content .content-module .content-module-body .module-box .partment:hover .content .text-content {
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  margin-bottom: 17px;
}
.site .body .content .content-module .content-module-body .module-box .partment:hover .right-arrow {
  background-image: url("../images/arrow_hover@3x.png");
  background-size: cover;
  margin: 0 auto;
}

.site .body .content .content-module .content-module-body .module-box .partment1 {
  width: 200px;
  height: 260px;
  padding: 30px;
  background-color: #f5f7f8;
  margin-right: 30px;
  box-sizing: border-box;
  transition: transform 0.5s ease-in-out;
  box-shadow: 0px 1px 21px 0px rgba(228, 233, 239, 0.5);
  border-radius: 4px;
}
.site .body .content .content-module .content-module-body .module-box .partment1.partment1-special {
  padding: 30px 14px;
}
.site .body .content .content-module .content-module-body .module-box .partment1 .icon {
  width: 48px;
  height: 48px;
  margin: 0 auto;
}
.site .body .content .content-module .content-module-body .module-box .partment1 .icon.icon1 {
  background: url("../images/mask@3x_1.png") no-repeat;
  background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment1 .icon.icon2 {
  background: url("../images/mask@3x.png") no-repeat;
  background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment1 .icon.icon3 {
  background: url("../images/mask@3x_2.png") no-repeat;
  background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment1 .icon.icon4 {
  background: url("../images/mask@3x_3.png") no-repeat;
  background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment1 .icon.icon5 {
  background: url("../images/mask@3x_4.png") no-repeat;
  background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment1 .icon.icon6 {
  background: url("../images/mask@3x_5.png") no-repeat;
  background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment1 .icon.icon7 {
  background: url("../images/mask@3x_6.png") no-repeat;
  background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment1 .icon.icon8 {
  background: url("../images/mask@3x_7.png") no-repeat;
  background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment1 .icon.icon9 {
  background: url("../images/mask@3x_8.png") no-repeat;
  background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment1 .icon.icon10 {
  background: url("../images/mask@5x_10.png") no-repeat;
  background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment1 .icon.icon11 {
  background: url("../images/px1.png") no-repeat;
  background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment1 .icon.icon12 {
  background: url("../images/ys1.png") no-repeat;
  background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment1 .icon.icon13 {
  background: url("../images/wh1.png") no-repeat;
  background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment1 .icon.icon14 {
  background: url("../images/jy1.png") no-repeat;
  background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment1 .icon.icon15 {
  background: url("../images/pk1.png") no-repeat;
  background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment1 .content .title {
  font-size: 18px;
  color: #333;
  text-align: center;
  margin-bottom: 14px;
  line-height: 25px;
}
.site .body .content .content-module .content-module-body .module-box .partment1 .content .text-content {
  font-size: 14px;
  color: #666;
  text-align: center;
  line-height: 20px;
  margin-bottom: 17px;
}
.site .body .content .content-module .content-module-body .module-box .partment1 a {
  display: inline-block;
  width: 100%;
}
.site .body .content .content-module .content-module-body .module-box .partment1 a .right-arrow {
  width: 30px;
  height: 30px;
  background-size: cover;
  margin: 0 auto;
  background-image: url("../images/arrow@3x.png");
}
.site .body .content .content-module .content-module-body .module-box .partment1:hover {
  background-color: #2041c2;
  padding: 30px;
  box-sizing: border-box;
  transform: scale(1.1, 1.1);
}
.site .body .content .content-module .content-module-body .module-box .partment1:hover .icon {
  width: 53px;
  height: 53px;
}
.site .body .content .content-module .content-module-body .module-box .partment1:hover .icon.icon1 {
  background: url("../images/mask_hover@3x_9.png") no-repeat;
  background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment1:hover .icon.icon2 {
  background: url("../images/mask_hover@3x.png") no-repeat;
  background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment1:hover .icon.icon3 {
  background: url("../images/mask_hover@3x_2.png") no-repeat;
  background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment1:hover .icon.icon4 {
  background: url("../images/mask_hover@3x_3.png") no-repeat;
  background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment1:hover .icon.icon5 {
  background: url("../images/mask_hover@3x_4.png") no-repeat;
  background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment1:hover .icon.icon6 {
  background: url("../images/mask_hover@3x_5.png") no-repeat;
  background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment1:hover .icon.icon7 {
  background: url("../images/mask_hover@3x_6.png") no-repeat;
  background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment1:hover .icon.icon8 {
  background: url("../images/mask_hover@3x_7.png") no-repeat;
  background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment1:hover .icon.icon9 {
  background: url("../images/mask_hover@3x_8.png") no-repeat;
  background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment1:hover .icon.icon10 {
  background: url("../images/mask_hover@5x_10.png") no-repeat;
  background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment1:hover .icon.icon11 {
  background: url("../images/px.png") no-repeat;
  background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment1:hover .icon.icon12 {
  background: url("../images/ys.png") no-repeat;
  background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment1:hover .icon.icon13 {
  background: url("../images/wh.png") no-repeat;
  background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment1:hover .icon.icon14 {
  background: url("../images/jy.png") no-repeat;
  background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment1:hover .icon.icon15 {
  background: url("../images/pk.png") no-repeat;
  background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment1:hover .content .title {
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-bottom: 19px;
  line-height: 25px;
}
.site .body .content .content-module .content-module-body .module-box .partment1:hover .content .text-content {
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  margin-bottom: 17px;
}
.site .body .content .content-module .content-module-body .module-box .partment1:hover .right-arrow {
  background-image: url("../images/arrow_hover@3x.png");
  background-size: cover;
  margin: 0 auto;
}
.site .body .content .content-module .module-item {
  width: 100%;
}
.site .body .content .content-module .module-item .module-title {
  font-size: 30px;
  line-height: 53px;
  color: #333;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 65px;
}
.site .body .content .content-module .module-item .module-department .department {
  width: 260px;
  height: 230px;
  margin-right: 53px;
  box-sizing: border-box;
}
.site .body .content .content-module .module-item .module-department .department:last-child {
  margin-right: 0;
}
.site .body .content .content-module .module-item .module-department .department .icon {
  width: 100px;
  height: 100px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 34px;
}
.site .body .content .content-module .module-item .module-department .department .icon::after {
  content: "";
  width: 15px;
  height: 3px;
  background: #f87f5f;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -18px;
}
.site .body .content .content-module .module-item .module-department .department .icon.icon1 {
  background-image: url("../images/mask_icon@3x.png");
  background-size: contain;
}
.site .body .content .content-module .module-item .module-department .department .icon.icon2 {
  background-image: url("../images/mask_icon@3x_2.png");
  background-size: contain;
}
.site .body .content .content-module .module-item .module-department .department .icon.icon3 {
  background-image: url("../images/mask_icon@3x_3.png");
  background-size: contain;
}
.site .body .content .content-module .module-item .module-department .department .icon.icon4 {
  background-image: url("../images/mask_icon@3x_4.png");
  background-size: contain;
}
.site .body .content .content-module .module-item .module-department .department .module-content .title {
  font-style: 20px;
  line-height: 28px;
  color: #333333;
  text-align: center;
  margin-bottom: 7px;
}
.site .body .content .content-module .module-item .module-department .department .module-content .content {
  font-style: 14px;
  line-height: 20px;
  color: #999999;
  text-align: center;
}
.site .body .content .content-module .module-unit {
  background: linear-gradient(90deg, #2041c2 0%, #206cc2 100%);
  border-top: 1px solid transparent;
}
.site .body .content .content-module .module-unit .top {
  margin-top: 113px;
}
.site .body .content .content-module .module-unit .top .item {
  width: 400px;
}
.site .body .content .content-module .module-unit .top .item .wrap {
  text-align: center;
}
.site .body .content .content-module .module-unit .top .item .num {
  font-size: 72px;
  line-height: 100px;
  color: #fff;
  text-align: center;
}
.site .body .content .content-module .module-unit .top .item .pre-unit {
  font-size: 72px;
  line-height: 100px;
  color: #fff;
  text-align: center;
}
.site .body .content .content-module .module-unit .top .item .unit {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  line-height: 33px;
}
.site .body .content .content-module .module-unit .top .item .type {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
  text-align: center;
}
.site .body .content .content-module .module-unit .bottom {
  width: 100%;
  height: 111px;
  background-image: url("../images/bottom_waves@3x.png");
  background-position: 50% 50%;
  background-size: 1920px;
}
.site .body .content .content-module .module-display .module-img {
  width: 1200px;
  height: 230px;
  background-image: url("../images/insts.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 40px;
}
.site .body .content .content-module .module-display .check-more {
  width: 100%;
}
.site .body .content .content-module .module-display .check-more .btn-click {
  cursor: pointer;
  width: 200px;
  height: 34px;
  font-style: 14px;
  line-height: 34px;
  text-align: center;
  margin: 0 auto;
  border-radius: 2px;
  border: 1px solid #eaeaea;
  color: #666666;
}
.site .body .content .content-module .module-display .check-more .btn-click a {
  display: inline-block;
  width: 100%;
}
.site .body .content .content-module .module-display .check-more .btn-click:hover {
  border: 1px solid #2041c2;
  color: #2041c2;
  border-radius: 2px;
}
.site .body .content .content-module .module-model {
  width: 100%;
  background: linear-gradient(313deg, #2041c2 0%, #2059c2 74%, #2078c2 100%);
}
.site .body .content .content-module .module-model .big-img {
  position: relative;
  width: 100%;
  height: 240px;
}
.site .body .content .content-module .module-model .big-img .wrap {
  border: 1px solid transparent;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
}
.site .body .content .content-module .module-model .big-img .wrap .module-img .btn-wrap {
  display: inline-block;
  width: 100%;
  color: #fff;
}
.site .body .content .content-module .module-model .big-img .wrap .module-img .btn-wrap .btn-click {
  width: 160px;
  height: 34px;
  border: 1px solid #fff;
  border-radius: 2px;
  text-align: center;
  margin: 0 auto;
  line-height: 34px;
  margin-bottom: 80px;
}
.site .body .content .content-module .module-model .big-img .wrap .module-img .btn-wrap .btn-click:hover {
  opacity: 0.7;
}
.site .body .content .content-module .module-model .big-img .wrap .text {
  margin: 0 auto;
  font-size: 34px;
  line-height: 34px;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  margin-top: 80px;
}
.site .body .content .content-module.content-module-1 {
  padding: 78px 0 0 0;
  box-sizing: border-box;

}
.site .body .content .content-module.content-module-2 {
  padding: 100px 0 0 0;
  box-sizing: border-box;
  height: 600px;
}
.site .body .content .content-module.content-module-3 {
  padding: 125px 0 0 0;
  box-sizing: border-box;
  height: 600px;
  

}
.site .body .content .content-module.content-module-4 {
  padding: 120px 0 0 0;
  box-sizing: border-box;
   height: 600px;
}
.site .body .content .content-module.content-module-5 {
  padding: 78px 0 0 0;
  box-sizing: border-box;
  height: 470px;
}
.site .body .content .content-module.content-module-6 {
  box-sizing: border-box;
  height: 360px;
}
.site .body .content .content-module.content-module-7 {
  box-sizing: border-box;
  height: 400px;
  padding-top: 80px;
}
.site .body .content .content-module.content-module-8 {
  height: 240px;
}
.site .body .content .content-module:nth-child(2n) {
  background-color: #f4f6f9;
}
.site .body .content .content-module:nth-child(2n + 1) {
  background-color: #fff;
}
.site .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin-right: 10px;
  border-radius: 50%;
  position: relative;
  background-color: transparent;
  border: 1px solid #efefef;
  float: left;
}
.site .swiper-pagination-bullet-active {
  border: none;
}
.site .pagination {
  position: absolute;
  bottom: 30px;
  width: 76x;
  height: 30px;
  z-index: 10;
  left: 50%;
  margin-left: -38px;
  transform: scale(0.7);
  transform-origin: 50% 50%;
}
.site .pagination .item {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 50%;
  position: relative;
  border: 1px solid #efefef;
  float: left;
}
.site .pagination .item.on {
  border: none;
}
#a1,
#a2,
#a3 {
  width: 15px;
  height: 15px;
  margin: -1px 0 0 -1px;
}
