﻿.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); z-index: 1000;
}
.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:200px;
    height: 34px; margin-top: 12px;
    background-image: url("../images/logo_primary1.png"); background-repeat: no-repeat;
    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 .top .header-right .nav .nav-bar-title .nav-bar-li a{color: #fff}
.site .header.change .top .header-right .nav .nav-bar-title .nav-bar-li a{color: #333}
.site .header.change .top .header-right .login-box .login a{color: #333}
.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: #3f7ff4;
}
.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: #3f7ff4;
}
.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: #3f7ff4;
    -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;

    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: 10px;
    background-size: 25px;
}
.site .header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a .enroll-market {
    background-image: url("../images/zstb1.png") ;

}
.site .header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a .manage-data {
    background-image: url("../images/zstb2.png") ;

}
.site .header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a .renewal-referral {
    background-image: url("../images/zstb3.png") ;

}
.site .header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a .renewal-referral1{
    background-image: url("../images/zstb4.png") ;

}
.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: 34px;
}
.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: #3f7ff4;
}
.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: #3f7ff4;
    color: #fff;
    margin-right: 10px;
}
.site .header.change .top .header-right .login-box .login {
    background-color: #fff;
    color: #3f7ff4;
    border: 1px solid #3f7ff4;
    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: 215px;
}
.site .header .top .header-left .logo h1 {
    position: absolute;
    left: -10000px;
}
.site .header .top .header-left .logo .img {
    width: 215px;
    height: 133px;
    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: 18px;
    left: -12px;
    text-align: center;
    box-shadow: 0 1px 1px #f2f2f2;
    border-radius: 4px;
    font-size: 16px;
    line-height: 2.6;
    padding: 10px 18px;
}
.site .header .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li {
    border: none;
    height: 44px;
    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: 10px;
    background-size: 25px; background-position: center; background-repeat: no-repeat;
}
.site .header .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a .enroll-market {
    background-image: url("../images/zstb1.png")

}
.site .header .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a .manage-data {
    background-image: url("../images/zstb2.png")

}
.site .header .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a .renewal-referral {
    background-image: url("../images/zstb3.png")

}
.site .header .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a .renewal-referral1 {
    background-image: url("../images/zstb4.png")

}
.site .header .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a .cloud-Classroom {
    background-image: url("../images/cloud-Classroom.png")

}
.site .header .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a .cloud-receipt {
    background-image: url("../images/cloud-receipt.png")

}
.site .header .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a .renewal-referral2 {
    background-image: url("../images/zstb5.html")

}
.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: 34px;
	display:block;
}
.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: #3f7ff4;
}
.site .header .top .header-right .login-box {
    margin-top: 13px;
}
.module-father{position: relative;
    top: -9px;
    width: 170px;}
.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: #3f7ff4;
    margin-right: 10px;
}
.site .header .top .header-right .login-box .login {
    color: #fff;
    border: 1px solid #fff;
    box-sizing: border-box; margin-right: 10px;
}
.site .header .top .header-right .login-box .login a{color: #fff; display:block;}

.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%;
}
.site .body .swiper .banner > div {
    width: 1200px;
    margin: 0 auto;
}
.site .body .swiper .banner.banner1 {
    background: url("../images/banner1.html") no-repeat;
    background-position: 50% 50%;
    background-size: 2560px;
}
.site .body .swiper .banner.banner2 {
    background: url("../images/banner2.png") no-repeat;
    background-position: 50% 50%;
    background-size: 2560px;
}
.site .body .swiper .banner.banner3 {
    background: url("../images/banner3.png") no-repeat;
    background-position: 50% 50%;
    background-size: 2560px;
}
.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 {
    color: #fff;
    font-size: 64px;
    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: 27%;
}
.site .body .swiper .banner .introduce .banner-three-title {
    width: 1200px;
    text-align: center;
    position: relative;
}
.site .body .swiper .banner .introduce .banner-three-title1 {
    font-weight: 600;
    color: #ffffff;
    font-size: 66px;
    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: #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;
    margin-top: 100px;
}
.site .body .swiper .banner .introduce .introduce-enter.btn1 {
    color: #3f7ff4;
    background-color: #fff;
    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: #3f7ff4;
    margin-left: -80px;
}
.site .body .swiper .swiper-pagination {
    width: 70px;
    height: 26px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -35px;
}
.site .body .content .content-module {
    width: 100%;
}
.site .body .content .content-module .module-title {
    width: 100%;
    text-align: center;
    font-size: 38px;
    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: 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: #3f7ff4;
}
.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 .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%403x_1.html") no-repeat;
    background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment .icon.icon2 {
    background: url("../images/Mask%403x.html") no-repeat;
    background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment .icon.icon3 {
    background: url("../images/Mask%403x_2.html") no-repeat;
    background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment .icon.icon4 {
    background: url("../images/Mask%403x_3.html") no-repeat;
    background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment .icon.icon5 {
    background: url("../images/Mask%403x_4.html") no-repeat;
    background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment .icon.icon6 {
    background: url("../images/Mask%403x_5.html") no-repeat;
    background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment .icon.icon7 {
    background: url("../images/Mask%403x_6.html") no-repeat;
    background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment .icon.icon8 {
    background: url("../images/Mask%403x_7.html") no-repeat;
    background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment .icon.icon9 {
    background: url("../images/Mask%403x_8.html") 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%403x.html");
}
.site .body .content .content-module .content-module-body .module-box .partment:hover {
    background-color: #3f7ff4;
    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%403x_9.html") no-repeat;
    background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment:hover .icon.icon2 {
    background: url("../images/Mask_hover%403x.html") no-repeat;
    background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment:hover .icon.icon3 {
    background: url("../images/Mask_hover%403x_2.html") no-repeat;
    background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment:hover .icon.icon4 {
    background: url("../images/Mask_hover%403x_3.html") no-repeat;
    background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment:hover .icon.icon5 {
    background: url("../images/Mask_hover%403x_4.html") no-repeat;
    background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment:hover .icon.icon6 {
    background: url("../images/Mask_hover%403x_5.html") no-repeat;
    background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment:hover .icon.icon7 {
    background: url("../images/Mask_hover%403x_6.html") no-repeat;
    background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment:hover .icon.icon8 {
    background: url("../images/Mask_hover%403x_7.html") no-repeat;
    background-size: contain;
}
.site .body .content .content-module .content-module-body .module-box .partment:hover .icon.icon9 {
    background: url("../images/Mask_hover%403x_8.html") 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%403x.html");
    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("../images/Mask_icon%403x.html");
    background-size: contain;
}
.site .body .content .content-module .module-item .module-department .department .icon.icon2 {
    background-image: url("../images/Mask_icon%403x_2.html");
    background-size: contain;
}
.site .body .content .content-module .module-item .module-department .department .icon.icon3 {
    background-image: url("../images/Mask_icon%403x_3.html");
    background-size: contain;
}
.site .body .content .content-module .module-item .module-department .department .icon.icon4 {
    background-image: url("../images/Mask_icon%403x_4.html");
    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, #7a34ff 0%, #9934ff 100%);
    border-top: 1px solid transparent; height: 220px; position: relative;
}
.site .body .content .content-module .module-unit .top {
    margin-top: 43px;
}
.site .body .content .content-module .module-unit .top .item {
    width: 450px;
}
.site .body .content .content-module .module-unit .top .item:first-child{width: 300px;}
.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: 60px;
    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%403x.png");
    background-position: 50% bottom;
    background-size: 1920px; position: absolute;bottom: 0;
}
.module-img {
    width: 1200px; margin: 0 auto;
}
.module-img ul li{ width: 158px; float: left;  margin-right: 100px; margin-bottom: 20px;}
.module-img ul li:nth-child(5n){margin-right: 0}
.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 #3f7ff4;
    color: #3f7ff4;
    border-radius: 2px;
}
.content-module.content-module-8 .module-model {
    width: 100%;
    background:url("../images/circle.gif") no-repeat center #6c57ff;
}
.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; letter-spacing: 2px;
}
.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: 127px 0 0 0;
    box-sizing: border-box;
}
.site .body .content .content-module.content-module-3 {
    padding: 185px 0 0 0;
    box-sizing: border-box;
}
.site .body .content .content-module.content-module-4 {
    padding: 180px 0 0 0;
    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: 220px;
}
.site .body .content .content-module.content-module-7 {
    box-sizing: border-box;
    padding: 20px 0;
	background:#FFF;
}
.site .body .content .content-module.content-module-7 .hometitle_box{margin-bottom: 30px;}
.site .body .content .content-module.content-module-8 {
    height: 240px;
}

.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: 76px;
    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;
}