.site .header {
  z-index: 10;
  position: absolute;
  top: 0;
  width: 100%;
}
.site .header.change {
  background-color: #fff;
  position: fixed;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.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: 114px;
  height: 60px;
  background-image: url("imgs/homePage/logo_primary.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: #cf3f61;
}
.site .header.change .top .header-right .nav .nav-bar-title .nav-bar-li.on::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: #cf3f61;
}
.site .header.change .top .header-right .nav .nav-bar-title .nav-bar-li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: #cf3f61;
  -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 .marketing-sales {
  background: url("imgs/homePage/marketing_1.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("imgs/homePage/referral_1.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 .management-finance {
  background: url("imgs/homePage/management_1.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("imgs/homePage/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 {
  line-height: 17px;
  font-size: 14px;
  color: #666;
  margin: 0 0 12px;
}
.site .header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li:hover {
  background: #f7fbff;
}
.site .header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li:hover a {
  color: #cf3f61;
}
.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: #cf3f61;
  color: #fff;
  margin-right: 10px;
}
.site .header.change .top .header-right .login-box .login {
  background-color: #fff;
  color: #cf3f61;
  border: 1px solid #cf3f61;
  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: 114px;
}
.site .header .top .header-left .logo h1 {
  position: absolute;
  left: -1000px;
}
.site .header .top .header-left .logo .img {
  width: 114px;
  height: 60px;
  background-image: url("imgs/homePage/logo_primary.png");
  /* background-image: url("imgs/homePage/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: #333;
  position: relative;
}
.site .header .top .header-right .nav .nav-bar-title .nav-bar-li.on {
  cursor: pointer;
  float: left;
  margin: 0 24px;
  color: #333;
  position: relative;
}
.site .header .top .header-right .nav .nav-bar-title .nav-bar-li.on::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: #cf3f61;
}
.site .header .top .header-right .nav .nav-bar-title .nav-bar-li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: #cf3f61;
  -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.aboutus_list {
  padding: 10px 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.aboutus_list li {
  border: none;
  height: auto;
  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.aboutus_list li .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 {
  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 .marketing-sales  {
  background: url("imgs/homePage/marketing_1.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("imgs/homePage/referral_1.png") no-repeat;
  background-size: contain;
}
.site .header .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a .management-finance {
  background: url("imgs/homePage/management_1.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: #f7fbff;
}
.site .header .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li:hover a {
  color: #cf3f61;
}
.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: #cf3f61;
  color: #fff;
  margin-right: 10px;
}
.site .header .top .header-right .login-box .login {
  color: #cf3f61;
  border: 1px solid #cf3f61;
  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: 720px;
  height: 80vh;
}
.site .body .swiper .banner {
  position: relative;
  width: 100%;
  margin-top: 65px;
}
.site .body .swiper .banner > div {
  width: 1200px;
  margin: 0 auto;
}
.site .body .swiper .banner.banner1 {
  background: url("imgs/homePage/banner1.png") no-repeat;
  background-position:0 0;
  background-size: 100%;
}
.site .body .swiper .banner.banner3 {
  background: url("imgs/homePage/banner3.png") no-repeat;
  background-position: 0 0;
  background-size: 100%;
}
.site .body .swiper .banner .introduce {
  text-align: center;
}
.site .body .swiper .banner .introduce .banner-one {
  position: absolute;
  top: 31%;
}
.site .body .swiper .banner .introduce .banner-one-title.title1 {
  color: #333;
  font-size: 40px;
  text-align: left;
  font-weight: bold;
}
.site .body .swiper .banner .introduce .banner-one-title {
  color: #333;
  font-size: 40px;
  text-align: left;
  font-weight: 500;
}
.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: 31%;
}
.site .body .swiper .banner .introduce .banner-three-title {
  /* width: 1200px; */
  text-align: left;
  position: relative;
}
.site .body .swiper .banner .introduce .banner-three-title1 {
  font-weight: bold;
  color: #333;
  font-size: 40px;
  letter-spacing: 2px;
}
.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: #333;
  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;
  margin-top: 100px;
}
.site .body .swiper .banner .introduce .introduce-enter.btn1 {
  color: #fff;
  background-color: #cf3f61;
  margin-left: -600px;
  z-index: 10;
}
.site .body .swiper .banner .introduce .introduce-enter.btn3,
.site .body .swiper .banner .introduce .introduce-enter.btn2 {
  color: #fff;
  background-color: #cf3f61;
  margin-left: -600px;
}
.site .body .swiper .swiper-pagination {
  width: 70px;
  height: 26px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -35px;
}
.site .body .content .content-module {
  height: 600px;
  width: 100%;
}
.site .body .content .content-module .module-title {
  width: 100%;
  text-align: center;
  font-size: 32px;
  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: 620px;
    height: 460px;
    background-image: url(imgs/homePage/banner_img1.png);
    background-size: cover;
    background-position: 0;
}
.site .body .content .content-module .content-module-body .module-img .big-img-1 {
 
  background-image: url(imgs/homePage/banner_img1.png);
  background-size: cover;
  background-position: 0;
  width: 620px;
  height: 460px;
}
.site .body .content .content-module .content-module-body .module-img .big-img-2 {
  background-image: url(imgs/homePage/banner_img2.png);
  background-size: cover;
  background-position: 0;
  width: 620px;
  height: 460px;
}
.site .body .content .content-module .content-module-body .module-img .big-img-3 {
  background-image: url(imgs/homePage/banner_img3.png);
  background-size: cover;
  background-position: 0;
  width: 620px;
  height: 460px;
}
.site .body .content .content-module .content-module-body .module-text .part .link-detail{
  display: inline-block;
  width: 180px;
  height: 52px;
  font-size: 16px;
  color: #333;
  line-height: 52px;
  text-align: center;
  border: 1px solid #333;
  border-radius: 4px;
  margin-left: 10px
}
.site .body .content .content-module .content-module-body .module-text .part .link-detail:hover{
  border: 1px solid #cf3f61;
  background: #cf3f61;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #fff;
}
.site .body .content .content-module .content-module-body .module-text .info-item{
  padding-left: 80px;
  position: relative;
  margin-bottom: 30px;
}
.site .body .content .content-module .content-module-body .module-text .info-item .icon_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  text-align: center
}
.site .body .content .content-module .content-module-body .module-text .info-item .icon_img img{
width: 80%
}
.site .body .content .content-module .content-module-body .module-text .info-item .subtitle {
  color: #333;
  font-size: 18px;
  line-height: 30px;
}
.site .body .content .content-module .content-module-body .module-text .info-item .desc {
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
.site .body .content .content-module .content-module-body .module-text {
  margin-top: 80px;
}
.site .body .content .content-module .content-module-body .module-text .part {
  margin-bottom: 60px;
  text-align: left;
  border-radius: 4px;
}
.site .body .content .content-module .content-module-body .module-text .part .module-text-title {
  font-size: 24px;
  line-height: 33px;
  height: 33px;
  color: #333;
}
.site .body .content .content-module .content-module-body .module-text .part .module-text-content {
  font-size: 16px;
  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: #cf3f61;
}
.site .body .content .content-module .content-module-body .module-box .title {
  font-size: 28px;
  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: 31%;
  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;
  position: relative;
}
.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("imgs/homePage/Mask@3x_1.png") no-repeat;
  background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment .icon.icon2 {
  background: url("imgs/homePage/Mask@3x.png") no-repeat;
  background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment .icon.icon3 {
  background: url("imgs/homePage/Mask@3x_2.png") no-repeat;
  background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment .icon.icon4 {
  background: url("imgs/homePage/Mask@3x_3.png") no-repeat;
  background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment .icon.icon5 {
  background: url("imgs/homePage/Mask@3x_4.png") no-repeat;
  background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment .icon.icon6 {
  background: url("imgs/homePage/Mask@3x_5.png") no-repeat;
  background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment .icon.icon7 {
  background: url("imgs/homePage/Mask@3x_6.png") no-repeat;
  background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment .icon.icon8 {
  background: url("imgs/homePage/Mask@3x_7.png") no-repeat;
  background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment .icon.icon9 {
  background: url("imgs/homePage/Mask@3x_8.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:hover {
  background-color: #cf3f61;
  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("imgs/homePage/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("imgs/homePage/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("imgs/homePage/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("imgs/homePage/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("imgs/homePage/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("imgs/homePage/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("imgs/homePage/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("imgs/homePage/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("imgs/homePage/Mask_hover@3x_8.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("imgs/homePage/arrow_hover.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: 38px;
  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("imgs/homePage/Mask_icon@3x.png");
  background-size: contain;
}
.site .body .content .content-module .module-item .module-department .department .icon.icon2 {
  background-image: url("imgs/homePage/Mask_icon@3x_2.png");
  background-size: contain;
}
.site .body .content .content-module .module-item .module-department .department .icon.icon3 {
  background-image: url("imgs/homePage/Mask_icon@3x_3.png");
  background-size: contain;
}
.site .body .content .content-module .module-item .module-department .department .icon.icon4 {
  background-image: url("imgs/homePage/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, #cf3f61 0%, #F2557C 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 .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("imgs/homePage/bottom_waves@3x.png");
  background-position: 50% 50%;
  background-size: 1920px;
}
.site .body .content .content-module .module-display .module-img {
  width: 1200px;
  height: 330px;
  background-image: url("imgs/homePage/Group28Copy.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 #cf3f61;
  color: #cf3f61;
  border-radius: 2px;
}
.site .body .content .content-module .module-model {
  width: 100%;
  background: linear-gradient(313deg, #ca506c 0%, #cf3f61 74%, #e95b7c 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 100px 0; */
    height: auto;
  box-sizing: border-box;
}
.site .body .content .content-module.content-module-3 {
  padding: 80px 0;
  height: auto;
  box-sizing: border-box;
}
.site .body .content .content-module.content-module-4 {
  /* padding: 100px 0 100px 0; */
  height: auto;
  box-sizing: border-box;
}
.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: 560px;
  padding-top: 80px;
}
.site .body .content .content-module.content-module-8 {
  height: 240px;
}
.site .body .content .content-module:nth-child(2n) .center{
  background-color: #f7fbff;
  padding: 80px 150px;
}
.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 #cf3f61;
  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;
}


.instHope .swiper-pagination {
  width: 140px;
  margin: 0 auto;
  position: static;
  transition: all 0.3s .5s;
}
.instHope .swiper-pagination .swiper-pagination-bullet {
  width: 25px;
  height: 8px;
  background: #d8d8d8;
  border-radius: 6px;
  float: left;
  margin-right: 5px;
}
.instHope .swiper-container {
  width: 1200px;
  margin: 0 auto;
}
.instHope .swiper-container .swiper-slide {
  width: 380px;
  text-align: center;
  transition: all 0.1s;
}
.instHope .swiper-container .swiper-slide .item {
  width: 260px;
  transition: all .3s;
  margin: 20px auto;
  position: relative;
  padding-top: 1px;
  height: 200px;
  padding: 30px;
  box-shadow: 0px 1px 19px 0px rgba(228, 233, 239, 0.5);
  background-color: #fff;
  border-radius: 4px;  
}

.instHope .swiper-container .swiper-slide .item .right-arrow{
  width: 30px;
  height: 30px;
  background-size: cover;
  margin: 0 auto;
  background-image: url("imgs/homePage/arrow.png");
  position: absolute;
  bottom: 35px;
  left: 50%;
  margin-left: -15px;
}
.instHope .swiper-container .swiper-slide .item .text {
  position: relative;
  width: 216px;
  font-size: 14px;
  color: #666666;
  margin: 0 auto;
  margin-top: 20px;
  line-height: 1.3;
}
.instHope .swiper-container .swiper-slide .item .p1 {
  font-size: 18px;
  color: #333333;
  text-align: center;
}
.instHope .swiper-container .swiper-slide.on {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.instHope .swiper-container .swiper-slide :hover .item{
  background-color: #cf3f61;  
}
.instHope .swiper-container .swiper-slide :hover .item .p1{  
  color: #fff;
}
.instHope .swiper-container .swiper-slide :hover .item  .text{  
  color: #fff;
  font-size: 18px;
}
.instHope .swiper-container .swiper-slide :hover .item .text p{  
line-height: 1.5;
}
.instHope .swiper-container .swiper-slide :hover .item .right-arrow {
  background-image: url("imgs/homePage/arrow_hover.png");
}