.layout {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 999;
  display: none;
}
.layout.active {
  display: block;
}
.layout body body * {
  max-width: 100vw;
}
.layout .box {
  width: 400px;
  height: 350px;
  background: #ffffff;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.layout .box .reg {
  width: 400px;
  height: 341px;
  padding: 20px 50px;
  box-sizing: border-box;
}
.layout .box .reg .t {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.layout .box .reg .t .close {
  display: inline-block;
  font-size: 26px;
  color: #CCCCCC;
}
.layout .box .reg .c {
  width: 100%;
  margin: 0 auto;
}
.layout .box .reg .c .title {
  font-size: 18px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
  text-align: center;
  margin-bottom: 20px;
}
.layout .box .reg .c .form .item {
  margin-bottom: 16px;
}
.layout .box .reg .c .form .item label {
  font-size: 14px;
  color: #333333;
  line-height: 36px;
  font-weight: 400;
  text-align: right;
  width: 56px;
  display: inline-block;
}
.layout .box .reg .c .form .item input {
  width: 220px;
  height: 36px;
  border-radius: 2px;
  border: 1px solid #e6e6e6;
  margin-left: 8px;
  text-indent: 10px;
}
.layout .box .reg .c .form .item.verify-code {
  margin-bottom: 10px;
}
.layout .box .reg .c .form .item.verify-code input {
  width: 130px;
  height: 36px;
  border-radius: 2px;

  margin-left: 8px;
  text-indent: 10px;
  margin-right: 4px;
}
.layout .box .reg .c .form .item.verify-code .sendCode {
  width: 80px;
  height: 36px;
  border-radius: 2px;
  border: 1px solid #3e6af5;
  font-size: 12px;
  font-weight: 400;
  color: #3e6af5;
  line-height: 36px;
  display: inline-block;
  text-align: center;
}
.layout .box .reg .c .submit {
  width: 300px;
  height: 36px;
  background: #3e6af5;
  border-radius: 2px;
  color: #fff;
  margin-top: 30px;
  display: inline-block;
}
.layout .box .reg .c .submit.active {
  display: block;
}
.model {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 999;
  display: none;
}
.model.active {
  display: block;
}
.model .box {
  width: 400px;
  height: 341px;
  background: #ffffff;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.model .box .circle {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.model .box .circle .close {
  display: inline-block;
  font-size: 26px;
  color: #CCCCCC;
}
.model .box .success-apply {
  padding: 40px 116px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.model .box .success-apply .img {
  width: 160px;
  height: 145px;
  margin: 0 auto;
  background-image: url(../images/success_apply@3x.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: -9px;
}
.model .box .success-apply .text {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
}
.model .box .success-apply .tip {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  margin-top: 10px;
}
.model .box .success-apply .button {
  width: 100px;
  height: 36px;
  background: #3e6af5;
  border-radius: 2px;
  margin: 30px auto;
  line-height: 36px;
  color: #fff;
}
.header {
  z-index: 10;
  position: absolute;
  top: 0;
  width: 100%;
}
.header.change {
  background-color: #fff;
  position: fixed;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
.header.change .top {
  height: 60px;
  width: 100%;
}
.header.change .top .header-left .logo {
  width: 114px;
}
.header.change .top .header-left .logo h1 {
  position: absolute;
  left: -1000px;
}
.header.change .top .header-left .logo .img {
  width: 114px;
  height: 60px;
  background-image: url("../images/logo_primary.png");
  background-size: contain;
}
.header.change .top .header-right {
  position: relative;
}
.header.change .top .header-right .nav {
  line-height: 60px;
  font-size: 14px;
}
.header.change .top .header-right .nav .nav-bar-title .nav-bar-li {
  cursor: pointer;
  float: left;
  margin: 0 24px;
  color: #333;
  position: relative;
}
.header.change .top .header-right .nav .nav-bar-title .nav-bar-li.on {
  color: #3e6af5;
}
.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: #3e6af5;
}
.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: #3e6af5;
  -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;
}
.header.change .top .header-right .nav .nav-bar-title .nav-bar-li:hover::after {
  transform: scaleX(1);
}
.header.change .top .header-right .nav .nav-bar-title #show-choice {
  position: relative;
}
.header.change .top .header-right .nav .nav-bar-title #show-choice:hover .module-choice {
  opacity: 1;
}
.header.change .top .header-right .nav .nav-bar-title #show-choice:hover .module-choice .triangle-up {
  display: block;
}
.header.change .top .header-right .nav .nav-bar-title #show-choice:hover .module-choice .module-choice-hover {
  display: block;
}
.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;
}
.header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice .triangle-up {
  position: relative;
  top: 10px;
  left: 42%;
  display: none;
}
.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;
}
.header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li {
  border: none;
  height: 60px;
  text-align: left;
  padding: 10px;
  box-sizing: border-box;
}
.header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a {
  color: #595959;
  display: block;
}
.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;
}
/*.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;
}
.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;
}
.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;
}*/
.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;
}
.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;
}
.header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li:hover {
  background: #f4f6f9;
}
.header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li:hover a {
  color: #3e6af5;
}
.header.change .top .header-right .login-box {
  margin-top: 15px;
}
.header.change .top .header-right .login-box .free-trial,
.header.change .top .header-right .login-box .login {
  width: 100px;
  height: 34px;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
}
.header.change .top .header-right .login-box .free-trial {
  background-color: #3e6af5;
  color: #fff;
  margin-right: 10px;
}
.header.change .top .header-right .login-box .login {
  background-color: #fff;
  color: #3e6af5;
  border: 1px solid #3e6af5;
  box-sizing: border-box;
}
.header.change .top .header-right .login-box span {
  display: inline-block;
}
.header .top {
  height: 60px;
  width: 100%;
}
.header .top .header-left .logo {
  width: 114px;
}
.header .top .header-left .logo h1 {
  position: absolute;
  left: -1000px;
}
/*.header .top .header-left .logo .img {
    width: 114px;
    height: 60px;
    background-image: url("../images/logo_trans.png");
    background-size: contain;
}*/
.header .top .header-right {
  position: relative;
}
.header .top .header-right .nav {
  line-height: 60px;
  font-size: 14px;
}
.header .top .header-right .nav .nav-bar-title .nav-bar-li {
  cursor: pointer;
  float: left;
  margin: 0 24px;
  color: #ffffff;
  position: relative;
}
.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;
}
.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;
}
.header .top .header-right .nav .nav-bar-title .nav-bar-li:hover::after {
  transform: scaleX(1);
}
.header .top .header-right .nav .nav-bar-title #show-choice {
  position: relative;
}
.header .top .header-right .nav .nav-bar-title #show-choice:hover .module-choice {
  opacity: 1;
}
.header .top .header-right .nav .nav-bar-title #show-choice:hover .module-choice .triangle-up {
  display: block;
}
.header .top .header-right .nav .nav-bar-title #show-choice:hover .module-choice .module-choice-hover {
  display: block;
}
.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;
}
.header .top .header-right .nav .nav-bar-title #show-choice .module-choice .triangle-up {
  position: relative;
  top: 10px;
  left: 42%;
  display: none;
}
.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;
  font-size: 16px;
  line-height: 2.6;
  padding: 18px;
}
.header .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li {
  border: none;
  height: 60px;
  text-align: left;
  padding: 10px;
  box-sizing: border-box;
}
.header .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a {
  color: #595959;
  display: block;
}
/*.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;
}*/
/*.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;
}
.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;
}
.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;
}*/
.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;
}
.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;
}
.header .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li:hover {
  background: #f4f6f9;
}
.header .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li:hover a {
  color: #3e6af5;
}
.header .top .header-right .login-box {
  margin-top: 13px;
}
.header .top .header-right .login-box .free-trial,
.header .top .header-right .login-box .login {
  width: 100px;
  height: 34px;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
}
.header .top .header-right .login-box .free-trial {
  background-color: #fff;
  color: #3e6af5;
  margin-right: 10px;
}
.header .top .header-right .login-box .login {
  color: #fff;
  border: 1px solid #fff;
  box-sizing: border-box;
}
.header .top .header-right .login-box span {
  display: inline-block;
}
.header.help-head .top {
  background-color: #fff;
}
.header.help-head .top .header-left .logo .img {
  width: 114px;
  height: 60px;
  background-image: url("../images/logo_primary.png");
  background-size: contain;
}
.header.help-head .top .title {
  font-size: 30px;
  font-weight: 400;
  color: #000000;
  line-height: 60px;
  margin-left: 30px;
}
footer {
  background-color: #30343e;
  position: relative;
}
footer .footer-top {
  width: 100%;
  height: 63px;
  display: flex;
  justify-content: space-around;
  color: #fff;
  position: relative;
  align-items: center;
}
footer .footer-top .item:nth-child(2) {
  margin-left: -10px;
}
footer .footer-top .item .icon {
  width: 30px;
  height: 30px;
  margin-right: 9px;
  display: inline-block;
}
footer .footer-top .item .icon.icon1 {
  background-image: url("../images/Mask_footer_2@3x.png");
  background-size: contain;
}
footer .footer-top .item .icon.icon2 {
  background-image: url("../images/Mask_footer_3@3x.png");
  background-size: contain;
}
footer .footer-top .item .icon.icon3 {
  background-image: url("../images/Mask_footer_1@3x.png");
  background-size: contain;
}
footer .footer-top .item .text {
  line-height: 30px;
  font-size: 16px;
}
footer .footer-middle {
  width: 100%;
  border-top: 2px solid #434753;
  border-bottom: 2px solid #434753; padding: 30px 0 40px;
}
footer .footer-middle ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}
footer .footer-middle .item:first-child {
  width: 250px;text-align: left; padding-left: 5px;
}
footer .footer-middle .item:nth-child(2) a{display: block; line-height: 30px;}
footer .footer-middle .item:nth-child(3){ text-align: left;}
footer .footer-middle .item:nth-child(4){ width: 438px; margin-right: 0}

footer .footer-middle .item a {
  color:#a2a6b2;
}
footer .footer-middle .item a:hover { color:#fff;}
footer .footer-middle .item span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #a2a6b2;
  line-height: 30px;
}
footer .footer-middle .item{text-align: center; float: left; margin-right: 50px;}
footer .footer-middle .item p {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 25px;
  margin-bottom: 18px;
}
footer .footer-middle .item .img {
  width: 126px;
  height: 150px; float: left; color: #a2a6b2; margin-left: 20px;
}
footer .footer-middle .item .img img{display: block; width: 100%;margin-bottom: 5px; }

footer .footer-bottom {
  width: 100%; padding: 15px 0; text-align: center; line-height: 2;

}
footer .footer-bottom p {
  font-size: 12px;
  font-weight: 400;
  color: #a2a6b2;

}
.footer-police{color: #a2a6b2; font-size: 12px;}
.footer-police img{margin-right: 5px;}
footer .footer-bottom p a{ color: #a2a6b2; font-size: 12px;}
footer .footer-bottom p a:hover{ color: #fff; }
.zhiCustomBtn {
  width: 170px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 50px;
  background: url('https://image.xiaomaiketang.com/xm/4mezKcRhKx.png');
  background-size: 100%;
  border-radius: 2px 0px 0px 2px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  z-index: 10000;
  cursor: pointer;
}
.zhiCustomBtn .consult-img {
  display: none;
  width: 39px;
  height: 39px;
  background-image: url("../images/Consult@3x.png");
  background-size: contain;
}
.zhiCustomBtn .content {
  display: none;
  margin-right: 10px;
}
.zhiCustomBtn .content .title {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  line-height: 20px;
}
.zhiCustomBtn .content .detail {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
}
.module-model {
  width: 100%;
  background: linear-gradient(313deg, #ffbc6f 0%, #ffa255 74%, #ff994b 100%);
}
.module-model .big-img {
  position: relative;
  width: 100%;
  height: 240px;
}
.module-model .big-img .wrap {
  border: 1px solid transparent;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
}
.module-model .big-img .wrap .module-img .btn-wrap {
  display: inline-block;
  width: 100%;
  color: #fff;
}
.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;
  cursor: pointer;
}
.module-model .big-img .wrap .module-img .btn-wrap .btn-click:hover {
  opacity: 0.7;
}
.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;
}
header {
  position: relative;
}
.tips {
  color: red;
  text-align: center;
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
}
.layout .box .reg .c .form .item input:focus{border-color: #3e7cf5!important}
.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_primary.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.png")

}
.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.png") 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@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 .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: #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@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 .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 .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@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, #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@3x.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("../imgs/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;
}
.icon { line-height: 1.5;
  display: inline-block;
  width:20px; height:20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  white-space:nowrap;
  letter-spacing: -1em;
  text-indent: -99em;
  color: transparent;
  /* IE7 */
  *text-indent: 0;
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '\3000');
}
.icon:before {
  content: '\3000';
}
.w1200 {
  width: 1200px;
  margin: 0 auto
}

.ipro {
  width: 100%;
  padding: 50px 0 50px;
  overflow: hidden
}

.ipro .leftnav {
  width: 150px;
  float: left;
  background: #495669;
  text-align: center;
  border-radius: 2px
}

.ipro .leftnav li {
  width: 150px;
  position: relative;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms
}

.ipro .leftnav li a {
  width: 100%;
  height: 100px; font-size: 16px;
  padding-top: 30px;
  cursor: pointer;
  display: block;
  color: #fff
}

.ipro .leftnav li s {
  width: 68px;
  height: 50px;
  display: block;
  margin: 0 auto;
  background: url(../images/zstbw1.png) no-repeat center top
}


.ipro .leftnav li:before {
  content: "\20";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 0;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #00adef;
  border-width: 8px;
  width: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  opacity: 0;
  filter: alpha(opacity=0)
}

.ipro .leftnav li.a2 s {
  background-image: url(../images/zstbw2.png)
}

.ipro .leftnav li.a3 s {
  background-image: url(../images/zstbw3.png)
}
.ipro .leftnav li.a4 s {
  background-image: url(../images/zstbw4.png)
}
.ipro .leftnav li.a5 s {
  background-image: url(../images/zstbw5.png)
}
.ipro .leftnav li.a6 s {
  background-image: url(../images/zstbw6.png)
}
.ipro .leftnav li.more:before {
  display: none
}

.ipro .leftnav li.hover, .ipro .leftnav li:hover {
  background: #00a4ff
}

.ipro .leftnav li.hover:before, .ipro .leftnav li:hover:before {
  right: -16px;
  opacity: 1;
  filter: alpha(opacity=100)
}

.ipro .txtcon {
  width: 960px;
  height: 500px;
  float: right;
  position: relative
}

.ipro .txtcon .item {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: none
}

.ipro .txtcon .item .img {
  width: 330px;
  height: 500px;
  position: absolute;
  right: -250px;
  top: 100px;
  display: block;
}

.ipro .txtcon .item .img img {
  width: 320px;
  display: block
}

.ipro .txtcon .item .t {
  padding: 30px 0 0;
  font-size: 36px;
  display: block;
  color: #495669;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms
}

.ipro .txtcon .item .t:hover {
  color: #00a4ff
}

.ipro .txtcon .item .line {
  width: 108px;
  height: 3px;
  display: block;
  margin: 14px 0 25px;
  background: #00adef
}

.ipro .txtcon .item .txt1, .ipro .txtcon .item .txt2 {
  font-size: 20px;
  line-height: 32px;
  color: #495669
}

.ipro .txtcon .item .txt1 {
  overflow: hidden;
  padding-right: 295px; margin-bottom: 30px;
}

.ipro .txtcon .item .txt2 {
  height: 32px;
  font-size: 30px;
  overflow: hidden;
  margin: 10px 0 50px
}

.ipro .txtcon .item .txt2 span {
  color: #ee751c;
  margin-left: 5px;
  font-family: impact;
  font-weight: normal
}

.ipro .txtcon .item .more {
  width: 145px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  background: #40a5fc;
  color: #fff;
  font-size: 18px;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(64, 165,252, 0.3);
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms
}

.ipro .txtcon .item .more:hover {
  background: #4071f1;
  border-color: #4071f1
}

.ipro .txtcon .item.onactive {
  z-index: 10;
  display: block
}

.icase {
  width: 1200px; margin: 0 auto 50px;
  position: relative;

}

.icase .tit {
  padding: 50px 0 70px;
  font-size: 38px;
  color: #333;
  text-align: center
}

.icase .ivedio {
  margin-top: 60px
}

.icase .prev, .icase .next {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  cursor: pointer;
  top: -48px;
  background: #f5f5f5 url(../images/case-btn-ico.png) no-repeat 0 0
}

.icase .prev:hover, .icase .next:hover {
  background-color: #00a4ff
}

.icase .prev {
  right: 50px;
  background-position: 13px 12px
}

.icase .prev:hover {
  background-position: -38px 12px
}

.icase .next {
  right: 0;
  background-position: 13px -14px
}

.icase .next:hover {
  background-position: -38px -14px
}

.icase .listcon {
  width: 350px;
  height: 322px;
  overflow: hidden;
  float: right
}

.icase .listcon a {
  width: 310px;
  height: 80px;
  display: block;
  margin-bottom: 10px;
  padding: 10px 14px 10px 26px;
  background: #f5f5f5;
  color: #2a303c;
  cursor: pointer;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms
}

.icase .listcon a img {
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 100%;
  float: left;
  margin-right: 20px
}

.icase .listcon a h3 {
  font-size: 18px;
  line-height: 30px;
  padding-top: 10px
}

.icase .listcon a:hover, .icase .listcon a.active {
  background: #00a4ff;
  color: #fff
}

.icase .txtcon {
  width: 800px;
  height: 322px;
  position: relative;
  padding-top: 30px;
  margin-top: -30px;
  overflow-x: hidden;
  float: right; margin-left: 50px;
}

.icase .txtcon .list {
  width: 500%;
  position: relative
}

.icase .txtcon .item {
  position: relative;
  width: 710px;
  height: 304px;
  padding: 18px 45px 0;
  background: #f5f5f5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;

}

.icase .txtcon .item .img {
  width: 110px;
  height: 110px;
  display: block;
  position: absolute;
  left: 45px;
  top: -30px;
  border-radius: 100%
}

.icase .txtcon .item .img img {
  width: 110px;
  height: 110px;
  display: block;
  border-radius: 100%
}

.icase .txtcon .item h3, .icase .txtcon .item h4 {
  padding-left: 130px
}

.icase .txtcon .item h3 {
  margin-bottom: 3px;
  font-size: 18px
}

.icase .txtcon .item h3 span {
  color: #00a4ff;
  font-size: 14px
}

.icase .txtcon .item h4 {
  font-size: 14px;
  color: #999
}

.icase .txtcon .item .txt {
  font-size: 16px;
  color: #000;
  margin: 40px 0;
  line-height: 34px;
  height: 102px;
  overflow: hidden
}

.more {
  width: 95px;
  height: 30px;
  line-height: 30px;
  display: block;
  text-align: center;
  background: #00a4ff;
  color: #fff; border-radius: 2px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms
}

.more:hover {
  background: #4071f1; color: #fff;
}

.icase .txtcon .item.onactive {
  z-index: 10;
  display: block
}

/*轮播*/
.focus {
  height: 580px;
  position: relative;
  width: 100%;
}

.focus .hd {
  bottom: 5px;
  height: 1em;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.focus .hd ul {
  display: inline-block;
  height: 0.7em;
}

.focus .hd ul li {
  background: #aaa;
  display: inline-block;
  height: 2px;
  margin: 0 0.2em 0.2em;
  overflow: hidden;
  text-indent: -444em;
  vertical-align: top;
  width: 35px;
}

.focus .hd ul .on {
  background: #fff;
}

.focus .bd {
  position: relative;
  z-index: 0;
}

.focus .bd li {
  height: 580px;
  overflow: hidden;
}

.focus .bd li a {
  color: #fff;
}
.focus .container .content{padding-top: 120px}
.focus .container .content p {
  font-size: 50px;
  color: #fff;
  text-align: left; letter-spacing: 2px;
}

.focus .content .title {
  margin-top: 10px
}

.focus .container .content .title p {
  text-align: left;
  font-size:46px;letter-spacing:4px;
  margin-top: 0
}
.focus .fukouhao{ width: 600px; height: 50px; line-height: 50px; border-radius: 30px;  font-size: 18px;
  background: rgba(255,255,255,.2); margin: 20px 0; color: #fff;  padding-left: 60px; margin-bottom: 50px;}
.focus .fukouhao h3{font-size: 18px;  font-weight:normal; display: inline;}
.focus .fukouhao h3 span{float: left}
.focus h3::after  { content: "·"; font-size: 30px; margin: 0 10px; float: left  }
.focus h3:last-child::after{ content: ""}

.freebtn,.freebtn1,.freebtn3{ border: 1px solid #fff; border-radius: 5px;
  font-size: 18px; padding: 15px 25px; color: #fff; display: inline-block; letter-spacing: 1px;}
.freebtn:hover,.freebtn1:hover,.freebtn3:hover{}
.focus .container ul {
  text-align-last: left;
  margin-top: 66px
}

.focus .container ul li {
  margin-top: 15px;
  color: #418ede;
  font-size: 16px;
  height:inherit;
  font-weight: 600
}

.photo-level {
  width: 100%;height: 580px;
}
.slide1 {
  background: url("../images/banner1.jpg")no-repeat 0 bottom/cover
}
.slide2 {
  background: url("../images/banner3.png")no-repeat 0 bottom/cover
}
.slide3 {
  background:linear-gradient(-45deg,rgba(11,180,216,1),rgba(48,210,232,1));
}
.mz .slide1 {
  background: linear-gradient(90deg, #2e7ce4 0%, #997aff 100%);
}
.syt .slide1 {
  background:linear-gradient(-45deg,rgba(11,180,216,1),rgba(48,210,232,1));
}
/*.slide2 {
  background: linear-gradient(90deg, #2e7ce4 0%, #997aff 100%);
}*/
.jwt .slide1 {
  background: linear-gradient(90deg, #806ffc 0%, #315fce 100%);
}
.jxt .slide1 {
  background: linear-gradient(90deg, #5971ed 0%, #5149f7 100%);
}
.jxt .businssschoolBg {
  background: url("../images/banner4.png")no-repeat 0 bottom/cover
}
.ykt .slide1 {
  background: linear-gradient(90deg, #3278d8 0%, #1f6ad0 100%);
}
.gy .slide1 {
  background: url("../images/inside/bannergywm1s.jpg") no-repeat 0 bottom/cover
}
.wzmap .slide1 {
  background: url("../images/inside/bannernew1.jpg") no-repeat 0 bottom/cover
}
.hz .slide1,.hezuo {
  background: #30343e;
}
.bannernew2{width: 340px;}
.bannerhz2{width: 630px;}
.jwt.focus .fukouhao{width: 224px; padding-left: 50px;}
.mz.jwt.focus .content .title{margin-bottom: 10px;}
.mz.focus .content .title{margin-bottom: 50px; line-height: 1.8}
.mz.focus .container .content .title p{font-size: 24px;}
.mz.gy.focus .container .content .title p{font-size: 38px;}
.mz.focus .container .content .title p span{font-family: Impact; color: #ffd600; font-size: 38px;}
.patriarch-header .header-card .card-img {
  display: block;
  margin-bottom: 20px;
  color: #00a7ff;
  font-size: 45px
}

.patriarch-header .header-card .card-title {
  font-family: PingFang-SC-Bold;
  margin-bottom: 0;
  font-size: 28px
}

.patriarch-header .header-card .card-subtitle {
  margin: 15px 0 40px;
  color: #303030;
  width: 301px
}

.patriarch-header .header-card .card-btn div {
  display: inline-block;
  border-radius: 100px;
  width: 160px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  cursor: pointer
}

.patriarch-header .header-card .card-btn .btn-ask {
  border: 1px solid #00a7ff;
  color: #fff;
  background: #00a7ff;
  white-space: nowrap
}

.patriarch-header .header-card:after {
  content: "";
  width: 100%;
  height: 114px;
  left: 12%;
  display: inline-block;
  position: absolute;
}
.home-slider-item {
  width: 100%;
  height: 650px;
  margin: 0 auto;
  position: relative
}

.home-slider-item .slider-item-cart-phone {
  display: none
}

.slider-item-cart {
  width: 650px;
  height: 300px;
  background: hsla(0, 0%, 100%, .8);
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 0;
  border-radius: 2px;
  box-sizing: border-box; text-align: left;
  padding: 20px 0 0 30px
}

.slider-item-cart .banner-cart-head {
  font-size: 18px;
  color: #00a7ff;
  letter-spacing: 2px;
  line-height: 36px;
  letter-spacing: -.05px !important;
  word-spacing: 0 !important
}

.slider-item-cart .cart-header {
  font-size: 33px;
  font-weight: 500;
  line-height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #000;
}

.slider-item-cart .cart-content {
  font-size: 16px;
  line-height: 28px;
  color: #303030;
  margin: 15px 0 25px;
}

.slider-item-cart .cart-group-button {
  height: 40px;
}

.slider-item-cart .cart-group-button .cart-more {
  background: #00a7ff;
  color: #fff
}

.slider-item-cart .cart-group-button .cart-online {
  width: 140px !important;
  border: 1px solid #00a7ff;
  color: #00a7ff;
}

.slider-item-cart .cart-group-button .cart-more, .slider-item-cart .cart-group-button .cart-online {
  letter-spacing: 1.2px;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  height: 36px;
  width: 120px;
  margin-right: 40px;
  border-radius: 100px;
  cursor: pointer
}


.school-main-banner {
  height: 650px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.school-banner-cart {
  box-sizing: border-box;
  padding: 70px 0 70px 50px;
  position: absolute;
  top: 130px;
  right: 0;
  background: hsla(0, 0%, 100%, .8);
  width: 700px;
  height: 375px;
  border-radius: 2px
}

.banner-cart-head-icon {
  background: url(../images/book.png) no-repeat center;
  background-size: 22px;
  width: 23px;
  height: 24px;
  margin-right: 10px
}

.banner-cart-head-title {
  width: 200px;
  height: 25px;
  font-size: 20px;
  color: #00a7ff;
  line-height: 20px;
  white-space: nowrap
}

.banner-cart-h1, .banner-cart-head-title {
  font-weight: 600;text-align: left;
}

.banner-cart-h1 {
  margin: 14px 100px 28px 0;
  font-size: 30px; text-align: left;
  line-height: 34px
}

.banner-cart-content {
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  color: #999;
  width: 383px;
}
.school-section {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  zoom: 1
}

.school-container {
  width: 1080px;
  margin: 0 auto
}

.clearfix:after {
  line-height: 0
}

.text-ellipsis {
  display: -webkit-box;
  display: block;
  -webkit-line-clamp: 6;
  line-height: 25px;
  max-height: 150px;
  text-overflow: ellipsis;
  overflow: hidden
}
.patriarch-header {
  position: relative
}
.patriarch-header .header-card {
  position: absolute;
  background: hsla(0, 0%, 100%, .9);
  border-radius: 2px;
  top: 108px;
  left: 0;
  text-align: left;
  padding: 60px 74px 59px 260px;
  max-width: 1000px;
  overflow: hidden
}

.container {
  width: 1200px;
  margin-right: auto;
  margin-left: auto
}
.zhaoshengnan{ width: 500px; margin-bottom: 20px; }
.zhaoshengnan ul li{ background: #fff; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); border: 1px solid #eee;
  padding: 20px 35px; float: left; margin-right: 20px; border-radius: 5px; color: #666; margin-bottom: 20px;}
.zhaoshengnan a{ font-size: 16px; display: block}
.zhaoshengnan i{display: block; background-size: auto 48px; height: 48px; width: auto; margin-bottom: 8px; }
.icon-zsntb1{ background-image: url("../images/zsntb1.png")}
.icon-zsntb2{ background-image: url("../images/zsntb2.png")}
.icon-zsntb3{ background-image: url("../images/zsntb3.png")}
.icon-zsntb4{ background-image: url("../images/zsntb4.png")}
.icon-zsntb5{ background-image: url("../images/zsntb5.png")}
.icon-zsntb6{ background-image: url("../images/zsntb6.png")}
.icon-zsntb7{ background-image: url("../images/zsntb7.png")}
.icon-zsntb8{ background-image: url("../images/zsntb8.png")}
.icon-zsntb9{ background-image: url("../images/zsntb9.png")}
.icon-zsntb10{ background-image: url("../images/zsntb10.png")}
.icon-zsntb11{ background-image: url("../images/zsntb11.png")}
.icon-zsntb12{ background-image: url("../images/zsntb12.png")}
.icon-zsntb13{ background-image: url("../images/zsntb13.png")}
.icon-zsntb14{ background-image: url("../images/zsntb14.png")}
.icon-zsntb15{ background-image: url("../images/zsntb15.png")}
.icon-zsntb16{ background-image: url("../images/zsntb16.png")}
.icon-zsntb17{ background-image: url("../images/zsntb17.png")}
.icon-zsntb18{ background-image: url("../images/zsntb18.png")}
.icon-zsntb19{ background-image: url("../images/zsntb19.png")}
.icon-zsntb20{ background-image: url("../images/zsntb20.png")}
.icon-zsntb21{ background-image: url("../images/zsntb21.png")}

.gaoxiao{color: #2885f1; font-size: 18px; margin: 20px 0 40px}
.ipro .txtcon .item:nth-child(2) .txt2{ margin-bottom: 10px;}
.ipro .txtcon .item:nth-child(1) .line{width: 68px;}
.ipro .txtcon .item:nth-child(2) .img img {
  width: 340px;
}
.ipro .txtcon .item:nth-child(2) .img{right: -160px;}
.ipro .txtcon .item:nth-child(4) .img{right: -74px; }
.ipro .txtcon .item:nth-child(4) .img img{width: 310px;}
.ipro .txtcon .item:nth-child(3) .img{top:60px; right: -270px;}
.ipro .txtcon .item:nth-child(3) .img img{width: 310px;}

/*新闻*/
.inews {
  width: 100%;
  padding: 50px 0 0;

}

.inews .ivedio {
  margin-top: 60px
}

.inews .title {
  font-size: 30px;
  margin-bottom: 50px
}

.inews .title a {
  width: 80px;
  height: 26px;
  line-height: 26px;
  color: #00a4ff;
  text-align: center;
  border-radius: 15px;
  border: 1px solid #00a4ff;
  margin-top: 5px;
  font-size: 12px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms
}

.inews .title a:hover {
  background: #fff;
  width: 90px
}
.news-da{ padding: 0 20px;}
.news-da ul li{width: 303px; float: left; margin: 0 10px;}
.news-da .more{float: right; margin-top: 10px;}
.news-da p{line-height: 1.5}
.news-da img{margin-bottom: 5px;}

.inews .inewleft {
  width: 600px;
  float: left
}

.inews .inewleft .item {
  width: 100%;
  display: block;
  padding-bottom: 21px
}

.inews .inewleft .item h3 {
  font-size: 18px;
  height: 22px;
  line-height: 22px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  overflow: hidden
}

.inews .inewleft .item .time {
  font-size: 14px;
  color: #999
}

.inews .inewright {
  width: 540px;
  float: right
}

.inews .inewright .item {
  width: 260px;
  display: block;
  float: left;
  padding-bottom: 30px
}

.inews .inewright .item img {
  width: 230px;
  height: 113px;
  margin-bottom: 25px;
  display: block
}

.inews .inewright .item h3 {
  font-size: 18px;
  height: 68px;
  line-height: 34px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  overflow: hidden
}

.inews .inewright .item.a1 {
  margin-right: 10px
}
.main {
  margin: 0 auto;
  clear: both;
  width: 1200px;
}

.hometitle_box {
  text-align: center;
  font-size: 19px;
  font-family: "微软雅黑";
  margin: 0px auto;
  clear: both;
  margin-bottom: 0;
  line-height: 180%
}

.hometitle_box span {
  display: block;
  text-align: center;
  font-family: "微软雅黑";
  font-size: 20px;
  color: #111111;
  margin-top: 7px;
}

.hometitle_box p {
  text-align: center;
  padding: 0 20px;
  background: #FFF;
  margin-top: -15px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #a0a0a0;
  width: auto;
  display: inline-block !important;
  display: inline;
  text-transform: uppercase;
  font-family: Verdana, Geneva, sans-serif
}

.homenew_title {
  font-family: '微软雅黑';
  padding-top: 0px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 38px; line-height: 1.6;
  color: #333
}

.sidatd——title {
  font-family: '微软雅黑';
  padding-top: 50px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 38px; line-height: 1.6;
  color: #333
}

.homenewg_title {
  color: #ffffff;
  font-family: '微软雅黑';
  padding-top: 50px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 32px;
}
.new {
  width: 1200px;
  height: 470px;
  margin: 0 auto
}

.newsbox {
  width: 690px;
  float: left;
  margin-top: 35px;
  border: 1px solid #fff;
  border-radius: 5px; background: #fafbfc;
  -webkit-box-shadow: 0 0 5px rgba(134, 134, 134, .3);
  -moz-box-shadow: 0 0 5px rgba(134, 134, 134, .3);
  box-shadow: 0 0 5px rgba(134, 134, 134, .3);
  padding-bottom: 30px;
  margin-right: 26px;
  height: 320px;
}

.imgg {
  height: 208px;
  width: 325px;
  position: relative;
  margin-bottom: 10px !important;
  margin: 0px 30px 0 30px;
  border: 1px solid #C6C6C6;
  overflow: hidden;
}

.imgg img {
  width: 100%;
}

.imgg:before {
  content: ""
}

.imgg p {
  position: absolute;
  top: 180px;
  background: #ffffff;
  opacity: 0.5;
  height: 30px;
  width: 325px;
  filter: alpha(opacity=50);
  line-height: 30px;
}

.imgg p span {
  color: #111111 !important;
  float: left !important;
  text-indent: 4px;
}

.newsbox h3 {
  font-size: 19px;
  color: #111111;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  margin: 30px 30px 20px 30px;
}

.newsbox h3 p,.newsboxwt h3 p {
  display: block;
  height: 21px;
  padding-left: 10px;
  line-height: 20px;
}
.newsbox h3 p em{ width: 6px; height: 22px; background:#00a4ff ;
  border-radius: 5px; display: inline-block; vertical-align: middle; margin-right: 8px;
}
.newsbox h3 p span{vertical-align: middle;}

.newsbox h3 span.mored {
  float: right
}

.newsbox h3 span a {
  color: #00a4ff;
  font-size: 14px;font-weight: normal;
}
.newsbox h3 span a:hover,.newsboxwt h3 span a:hover { color: #4386ea}
.newsbox li {
  line-height: 230%;
  margin: 0px 30px 0 30px;
}

.newsbox li span {
  float: right;
  color: #666666
}

.newsboxwt {
  width: 480px;
  float: left;
  margin-top: 35px;
  border: 1px solid #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px rgba(134, 134, 134, .3);
  overflow: hidden;
  -moz-box-shadow: 0 0 5px rgba(134, 134, 134, .3);
  box-shadow: 0 0 5px rgba(134, 134, 134, .3);
  padding-bottom: 30px;
  margin-right: 0px; background:#fafbfc;
  height: 320px;
}

.newsboxwt h3 {
  font-size: 19px;
  color: #111111;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  margin: 30px 30px 15px;
}



.newsboxwt h3 p:before {
  content: ""
}



.newsboxwt h3 span a {
  color: #00a4ff;
  font-size: 14px; font-weight: normal;
}

.newsboxwt li {
  line-height: 36px;
  margin: 0 30px; background: url("../images/dot.png") no-repeat 0 center; padding-left: 15px;
}
.newsboxwt li a{font-size: 14px;}
.newsboxwt li span {
  float: right;
  color: #666666
}


.footer-middle ul li{float: left ;margin-right: 20px;}
.close-icon{background-image: url("../images/close.jpg"); width: 31px; height: 31px; background-size: 31px;}

/*右边浮动*/
.toolbar1 {
  width: 50px;
  position: fixed;
  right: 10px;
  top: 200px;
  z-index: 999;
}
.toolbar1 dd {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  position: relative;
  background: #00a4ff;
  border-radius: 4px;
  color: #fff;
  line-height: 16px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.toolbar1 dd i {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  text-align: center;
}

.toolbar1 dd i span {
  width: 50px;
  height: 45px;
  padding-top: 5px;
  display: block;
  background: url(../images/fix-ico.png) no-repeat center 0;
}
.toolbar1 .code span {
  background-position: center -52px;
}
.toolbar1 .tel span {
  background-position: center -109px;
}
.toolbar1 .top span {
  background-position: center -168px;
}
.toolbar1 .pop {
  position: absolute;
  right: 65px;
  top: -55px;
  background: #00a4ff;
  display: none;
}
.toolbar1 .pop-code {
  width: 120px;
  padding: 20px 20px 0;
}
.toolbar1 .pop-code img {
  width: 120px;
  height: 120px;
  display: block;
}
.toolbar1 .pop-code h3 {
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #f2e8e1;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}
.about-jj{padding-right: 0px; margin-top: 20px; width: 600px;}
.about-jj p{font-size: 16px; margin-bottom: 20px; line-height: 2; text-align: justify; text-indent: 2em}
.about .content-module .module-title{margin-bottom: 50px;}
.about .body-center2{width: 1200px;}

.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
.map{width:50%;height:500px; float: right}

.lianxi-us{ position: absolute}
.rel{position: relative}

.about .content-module:nth-child(3){ padding-bottom: 0}
.lianxi-usbg{background: #575757; width: 50%; float: left}
.lianxi-add{  color: #fff; width: 500px; float: right; margin-top:160px;}
.lianxi-add h1{font-size: 22px; margin-bottom: 20px; font-weight: normal}
.lianxi-add p{ line-height:.content-module 2.4; font-size: 16px;}

.wz{ border-bottom: 1px solid #e9e9e9; padding: 20px 5px 10px;}
.icon-site{ background-image: url("../images/inside/sytb1.png"); background-size: 11px; margin-right: 5px;}
.wz-map{margin: 30px 0}
.wz-map a{display: inline-block; padding: 10px 20px; background: #e9e9e9; color: #666; margin: 0 20px; font-size: 15px;}
.wz-map .title{ margin: 20px auto ; width: 200px;display: flex;justify-content: center}
.wz-map .futitle{ margin: 0 auto; width: 750px;display: flex;justify-content: center;}
.wz-map .futitle.xw{ width: 340px;}
.wz-map .title a{background: #02a4ff; color: #fff;}
.wz-map .title a:hover{background: #0095e8; color: #fff;}
.wz-map a:hover{background: #02a4ff; color: #fff;}
.deanhothdtop{margin: 20px 10px 0}
.deanhothdtop ul li {
  color: #999;
  cursor: pointer;
  float: left;
  font-size: 14px;
  height: 30px;
  line-height: 30px;padding: 6px 25px; background: #e4e4e4;  margin-right: 20px;
}
.deanhothdbtmbox .deannewsbox {
  display: none;
}
.deanhothdtop ul li.cur {
  color: #fff; background: #02a4ff;
}
.deanhothdbtmbox {
  margin-top: 10px; padding: 0 10px;
}
.deanhothdbtmbox a{display: block}
.deannewsbox ul li{border-bottom: 1px solid #e9e9e9; overflow: hidden; padding:20px 0;}

.img-jq{ width: 280px; height:170px;background-size:cover;background-position:center; background-repeat: no-repeat; float: left }
.deannewsbox-wz{margin-left: 320px; position: relative; height: 160px;}
.deannewsbox-wz a{ font-size: 20px; margin: 10px 0 20px;}
.deannewsbox-wz p{color: #666}
.deannewsbox-wz .date{color: #999; position: absolute; bottom: 0}

.pager {
  color: #333;
  line-height: 30px;
  padding: 25px 0 25px 0;
  font-size: 12px;
  text-align: center;
}
.pager span {
  border: #ccc 1px solid;

  color: #666;
  text-decoration: none;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  display: inline-block;
  margin: 0 3px;
}
.pager span.current_page,.pager span.nolink{padding: 0 10px; color: #ccc}
.pager a { padding: 0 10px;
  display: block;
}
.pager a:hover {
  color: #fff;
  background-color: #02a4ff;
  transition: all 0.6s
}
.pager a:active {
  color: #fff;
  border: #02a4ff 1px solid;
  background-color: #02a4ff;
}

.newsnr{margin: 20px 0;}
.newsnr .h2 {
  font-size: 24px;
  line-height: 35px; text-align: center; margin-bottom: 10px;
}
.laiyuan {
  color: #999;
  margin: 0 0 10px;
  text-align: center;border: 1px solid #e9e9e9; padding:10px 0; padding-left: 420px;
}

.newsnr .label {
  margin: 5px 0 10px;text-align: center;
}

.newsnr .label span {
  background-color: #dedede;
  display: inline-block;
  margin-left:10px;
  padding: 2px 15px;
}

.newswz {
  line-height: 200%;
  padding: 20px;
}
.shangyi{ border-top: 1px dashed #e9e9e9; padding-top: 10px; line-height: 2}
.tc{text-align: center}
.bdsharebuttonbox{float: left; margin-left: 20px;}
.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more{margin-top: 2px!important;margin-bottom: 0!important;}
.hezuo .content-module{padding-top: 0}
.site .body .content.hezuo .content-module.content-module-6{  padding-bottom: 0; height: 190px;}
.site .body .content.hezuo .content-module .module-unit{ background:rgba(255, 255, 255, 0.1175); padding: 20px 0 0; height: 170px;}
.site .body .content.hezuo .content-module .module-unit .top{margin-top: 0;}
.site .body .content.hezuo .content-module .module-unit .top .item .num{font-size: 60px;}
.site .body .content.hezuo .content-module:nth-child(2n + 1){background: inherit}
.hz.focus .bd li{height: 670px;}
.hezuo .content-module{opacity:1}

/*登录*/
.icon-tel{background-image: url("../images/tel.png"); margin-right: 10px; background-size: 25px; width: 25px; height: 25px;}
.dlheader{padding: 15px 0 5px}
.hot-tel{ font-size: 16px; vertical-align: middle;  display: inline-block}
.dlbg{background: url("../images/banner1.jpg") no-repeat center top; width: 100%; height: 580px;}
.dlheader .tel{margin-top: 5px;}
.dl-photo{float: left;padding-top:111px;}
.bannerdl2{width: 600px;}
.login1{background: #fff; border-radius: 10px; float: right; width: 300px;margin-top: 130px; padding: 20px}
.mingchen{padding: 10px  40px 0;}
.mingchen ul li{ width: 50%; float: left; text-align: center}
.mingchen .active a{ color: #3e7cf5}
.mingchen .active a em{border-bottom: 2px solid #3e7cf5; display: block; width: 30px; margin: 5px auto}
.login-main{padding: 20px 20px 0;}
.login-main .layui-form-item{  position: relative}
.login-main .icon{ width: 20px; height: 20px; background-size: 20px; position:absolute;top:8px; left:10px;}
.login-main .layui-input{padding-left: 35px;}
.icon-dltb1{ background-image: url("../images/login/dltb1.png")}
.icon-dltb2{ background-image: url("../images/login/dltb3.png")}
.icon-dltb3{ background-image: url("../images/login/dltb2.png")}
.icon-dltb4{ background-image: url("../images/login/dltb4.png")}
.icon-dltb5{ background-image: url("../images/login/dltb5.png")}
.jwt-td .icon.icon-jwtb1{ background-image: url("../images/jwt/tb1.png");background-size: 22px; width: 22px; height: 23px}
.jwt-td .icon.icon-jwtb2{ background-image: url("../images/jwt/tb2.png")}
.jwt-td .icon.icon-jwtb3{ background-image: url("../images/jwt/tb3.png")}
.jwt-td{margin-top: 40px;}
.jwt-td.syjwt-td{ margin: 20px 0 40px;}
.jwt-td ul li{width: 383px; float: left; margin-right: 25px; }
.jwt-td ul li:last-child{margin-right: 0}
.jwt-td .icon{ vertical-align: middle; margin-right: 10px; background-size: 25px; width: 25px; height: 25px;}
.jwt-td .jwt-td-top{ background: linear-gradient(90deg, #8470f8 0%, #46a3f6 100%); color: #fff; font-size: 22px;
  border-radius: 5px 5px 0 0; padding: 8px 0; text-align: center }
.jwt-td .jwt-td-top span{vertical-align: middle}
.jwt-td ul li:nth-child(2) .jwt-td-top{ background: linear-gradient(90deg, #2a93fc 0%, #43a4f6 100%); }
.jwt-td ul li:nth-child(3) .jwt-td-top{ background: linear-gradient(90deg, #47a1f6 0%, #8570f8 100%); }
.jwt-td-nr{ border: 1px solid #ddd; border-top: none; padding: 15px 35px; font-size: 16px; line-height: 2;height: 110px; }
.blue{color: #3e7dfe;}
.jwt-td-nr span{ font-weight: bold; }

.yzmtp{width: 80px; height: 32px}
a.login-btn {
  background: linear-gradient(90deg, #3e84f5 0%, #3e65f5 100%);
  color: #fff;
  padding: 10px 20px;
  border-radius: 3px;
  font-size: 14px;
  display: block; text-align: center; letter-spacing: 3px; margin-bottom: 10px; margin-top: 20px;
}

a.login-btn:hover {
  background: #2d53df;
  color: #fff;
}
.login1 .free-trial{color: #999}
.dlbq{text-align: right; color: #999; padding: 10px 0}
.focus.zhuce,.focus.zhuce .bd li{height: 300px;}
.zhuce .photo-level{height: 300px; background-position: bottom }
.zhuce.focus .container .content{ padding-top: 20px;}
.zhuce .bannerdl2{width: 340px; margin-top: 14px;}
.zhuce.focus .container .content .title p{font-size: 36px; margin-bottom: 50px;}
.zhuce.focus .container .content p{font-size: 45px; margin-top: 10px;}
.zcbq{ border-top: 1px solid #e9e9e9; padding:10px 0; color: #999; text-align: center}
.ljzcbt{font-size: 20px; font-weight: bold; display: inline-block; margin: 20px 0}
.ljzcbt em{border-bottom: 2px solid #3e7cf5; display: block; width: 30px; margin: 10px auto}
.zc-main{padding: 20px 0; width: 500px; margin: 0 auto}
.red{color: #f00; padding: 0 5px;}
.zc-main .layui-input{width:300px;}
.layui-input:focus{border-color: #3e7cf5!important}
.layui-input.zcyzm{width: 200px; float: left; margin-right: 20px;}
.login-main .layui-input.zcyzm{width: 160px;}
a.zc-btn{width: 80px; margin-left: 80px; margin-top: 20px;}
.agree{text-align: center; width: 500px; padding: 10px 0}
.agree a{ color:#3e7cf5 }
.agree a:hover{text-decoration: underline}
.layout800.layout .box{ width: 800px; top:50%;height: 600px;}
.layout800.layout .box .reg{ width: 800px;  height: 600px;  padding: 40px 20px;}
.layout800 .tiaokuan{overflow-y: auto; height: 450px; padding: 0 20px 30px;}
.login-main.p0{padding: 0}
a.hqyzm-btn{ border: 1px solid #3e7cf5; color: #3e7cf5; border-radius: 5px; padding: 5px 10px; display: inline-block }
a.hqyzm-btn:hover{ background: #3e7cf5; color: #fff}
.login-main.p0 .layui-input.zcyzm{width: 188px;}



.swiper-img {
  width: 100%;
  max-height: 540px;
  height: 70vh;
  background-image: url("../images/banner_erollment.png");
  background-position: 50% 50%;
  background-size: 2560px;
  position: relative;
  background-repeat: no-repeat;
}
.swiper-img .introduce {
  width: 1200px;
  margin: 0 auto;
}
.swiper-img .introduce .banner {
  position: absolute;
  top: 35%;
}
.swiper-img .introduce .banner-title {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
  font-size: 44px;
  font-weight: 300;
}
.swiper-img .introduce .free-trial {
  position: absolute;
  width: 160px;
  height: 50px;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  top: 50%;
  left: 50%;
  margin-left: -597px;
  margin-top: 80px;
  color: #ff8534;
  background-color: #fff;
}
.content-module {
  padding-top: 72px;
  /*padding-bottom: 80px;*/
  box-sizing: border-box;
  opacity: 0.95;
}


.content-module.content-module-8{padding: 0}
.content-module.content-module-4 {
  padding: 0;
}
.content-module .module-title {
  font-size: 38px;
  font-weight: 400;
  color: #333333;
  line-height: 53px;
  text-align: center;
  margin-bottom: 80px;
}
.content-module .content-module-body {
  display: flex;
  justify-content: space-between;
}
.content-module .content-module-body .module-img,.jwt.jxt .content-module .content-module-body .module-img {
  width: 306px;
  height: 571px;
  background-image: url(../images/inside/wap.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 70px 16px 117px 3px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative; margin: 0;
}
.picturewk{width:520px; margin-left: 80px;}

.jwt.jxt .content-module.content-module-2 .content-module-body .module-img{background-image: none}
.content-module.content-module-3 .content-module-body .module-img,.jwt .content-module .content-module-body .module-img,
.yun .content-module .content-module-body .module-img
{ width: 654px;
  height: 458px;
  background-image: url(../images/inside/pc.png); padding: 25px 23px 30px 25px; background-size: 565px;
}
.jwt .content-module .content-module-body .module-img.wupc{background:none;}
.content-module.content-module-3 .content-module-body .module-img.jxt-bank1{background: no-repeat;}
.content-module.content-module-3 .content-module-body .module-img.jxt-bank1,
.jwt.jxt .content-module.content-module-3 .content-module-body .module-img.jxt-bank1{width: 700px; padding-top: 0}
.content-module .content-module-body .module-img.jxt-bank1 .img-wrap ul li .pcpicture,
.jwt .content-module .content-module-body .module-img.jxt-bank1 .img-wrap ul li .pcpicture,
.jwt.jxt .content-module-2 .content-module-body .module-img .img-wrap ul li .pcpicturewk{width: 580px; height: 419px; }

.jwt .content-module .content-module-body .module-img.jxt-bank1.img-wrap{width: 700px;}
.jwt .content-module-3 .body-center.jxt1body-center{width: 1100px;}
.content-module .content-module-body .module-img.jxt-bank1 .img-wrap ul li .picture{width: 520px; height: 570px; margin-left: 50px;}
.content-module .content-module-body .module-img.jxt-bank1, .jwt.jxt .content-module .content-module-body .module-img.jxt-bank1
{height: 600px;}
.jxt .content-module .content-module-body .module-img.jxt-bank1 .img-wrap{width: 600px;height: 620px; }
.content-module .content-module-body .module-img.jxt-bank1 .img-wrap ul{height: 620px;}

.yun .content-module .content-module-body .module-img{width:566px}
.yun .content-module .content-module-body .module-img .img-wrap ul{left: 0}
.content-module-1 .module-text{margin-top: 60px}
.content-module.content-module-2 .content-module-body .module-img{padding-left: 25px;}
.content-module .content-module-body .module-img .img-wrap {
  width: 288px;
  height: 433px;
  overflow: hidden;
  margin-left: 17px;
}
.content-module.content-module-2 .content-module-body .module-img .img-wrap{margin-left: -6px;}
.content-module .content-module-body .module-img .img-wrap ul {
  width: 2023px;
  height: 433px;
  overflow: hidden;
  position: relative;
  left: 22px;
}
.word-single{width: 400px; font-size: 16px; line-height: 2; margin-top: 60px;}
.content-module .content-module-body .module-img .img-wrap ul.ul2 {
  left: 0px;
}
.content-module .content-module-body .module-img .img-wrap ul.ul3 {
  left: 0px;
}
.content-module .content-module-body .module-img .img-wrap ul li {
  width: 266px;
  opacity: 0; margin: 0;
}
.content-module .content-module-body .module-img .img-wrap ul li.on {
  transition: opacity 0.5s;
  opacity: 1;
}
.content-module .content-module-body .module-img .img-wrap ul li .picture {
  width: 266px;
  height: 433px;
}
.content-module .content-module-body .module-img .img-wrap ul li .picture1{
  width: 495px;
  height: 415px;
}
.jy-icon{width:400px; margin-top: 30px;}
.jy-icon ul li{ float: left ;margin:  0 0 20px; text-align: center; width: 50%}
.jy-icon .link-to{margin-left: 134px;}
.jxt1{margin-top: 30px;}
.content-module.content-module-3 .content-module-body .module-img .img-wrap,
.jwt .content-module .content-module-body .module-img .img-wrap,.yun .content-module .content-module-body .module-img .img-wrap ul li,.yun .content-module .content-module-body .module-img .img-wrap{width: 514px;
  height: 382px; margin-left: -1px;}
.jwt.jxt .content-module-2 .content-module-body .module-img .img-wrap{width: 580px; height: 600px;}
.jwt.jxt .content-module-2 .content-module-body .module-img .img-wrap ul{height: 600px;}

.yun .content-module.content-module-1 .content-module-body .module-img .img-wrap{width: 519px; height: 385px; margin-left: -1px;}
.yun .content-module.content-module-1 .content-module-body .module-img .img-wrap ul li .pcpicture{width: 519px;height: 323px;}
.yun .content-module .content-module-body .module-img .img-wrap{margin-left: 0;}
.yun .content-module-1 .link-to{ left:20px;top:440px;}
.yun .content-module-2 .link-to{ left:720px;top:420px;}
.content-module-2 .yktwz  {margin-top: 50px;}
.yun .content-module .content-module-body .module-img .img-wrap ul li{width: 514px;}
.content-module.content-module-3 .content-module-body .module-img .img-wrap ul li,.jwt .content-module .content-module-body .module-img .img-wrap ul li{ }
.content-module .content-module-body .module-img .img-wrap ul li .pcpicture,
.jwt .content-module .content-module-body .module-img .img-wrap ul li .pcpicture,.yun .content-module .content-module-body .module-img .img-wrap ul li .pcpicture {
  width: 518px;
  height: 323px;
}
.jwt .content-module .content-module-body .module-img.wupc .img-wrap{width:650px;}
.jwt .content-module .content-module-body .module-img.wupc .img-wrap{height:550px}
.jwt .content-module .content-module-body .module-img.wupc{ height:550px;}
.jwt .content-module .content-module-body .module-img.wupc  .img-wrap ul{ height:550px;}
.jwt .content-module .content-module-body .module-img.wupc .img-wrap ul li .pcpicture{height: 434px; width:600px; margin:30px 0 0 20px;  }
.jwt .content-module .content-module-body .module-img.wupc .img-wrap ul li .pcpicture.wapwk{ width:247px; height:500px; margin-left:150px;}
.jwt .content-module .content-module-body .module-img.wupc .img-wrap ul li .picture{height: 580px;  }
.jwt .content-module.content-module-3 .content-module-body .module-img.wupc{width:650px;}

.jwt .content-module .content-module-body .module-img.wupc .img-wrap ul li .picture.jwt14{width: 477px; height: 530px;}

.content-module .content-module-body .module-text {
  position: relative;
  width: 420px;
}
.jwt .content-module.content-module-2 .content-module-body .module-img{margin-top: 30px;}
.jwt.jxt .content-module.content-module-2 .content-module-body .module-img{margin-top: 0; padding-top: 0}
.content-module .content-module-body .module-text .bg-shadow {
  width: 100%;
  height: 98px;
  background-color: #f4f6f9;
  position: absolute;
  top: 0;
  transition: top 0.2s;
}
.content-module .content-module-body .module-text .bg-shadow.bgw{background: #fff}
.content-module .content-module-body .module-text .bg-shadow2 {
  width: 100%;
  height: 100px;
  background-color: #fff;
  position: absolute;
  top: 100px;
  transition: top 0.2s;
}
.content-module .content-module-body .module-text ul{margin-bottom: 20px}
.jxt-word-single{margin-bottom: 50px;}
.content-module .content-module-body .module-text ul li {
  position: relative;
  z-index: 10;
  padding: 25px 15px 25px 25px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
}
.content-module .content-module-body .module-text ul li.on {
  background-color: #f4f6f9;
}
.content-module .content-module-body .module-text ul li .left-img {
  width: 43px;
  height: 48px;
  margin-right: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
.content-module .content-module-body .jy-icon ul li .left-img{
  width: 50px;
  height: 58px;
  background-repeat: no-repeat;
  background-size: contain; margin: 0 auto 10px;
}
.content-module .content-module-body .module-text ul li .left-img.img21 {
  background-image: url("../images/mz/20.png");
}
.content-module .content-module-body .module-text ul li .left-img.img22{
  background-image: url("../images/mz/21.png");
}
.content-module .content-module-body .module-text ul li .left-img.img23 {
  background-image: url("../images/mz/22.png");
}
.content-module .content-module-body .module-text ul li .left-img.img24 {
  background-image: url("../images/mz/23.png");
}
.content-module .content-module-body .module-text ul li .left-img.img25 {
  background-image: url("../images/mz/24.png");
}

.content-module .content-module-body .module-text ul li .left-img.img1 {
  background-image: url("../images/mz/mz1.png");
}
.content-module .content-module-body .module-text ul li .left-img.img2 {
  background-image: url("../images/mz/mz2.png");
}
.content-module .content-module-body .module-text ul li .left-img.img3 {
  background-image: url("../images/mz/mz3.png");
}
.content-module .content-module-body .module-text ul li .left-img.img4 {
    background-image: url("../images/mz/mz4.png");
}
.content-module .content-module-body .module-text ul li .left-img.img5 {
    background-image: url("../images/mz/mz5.png");
}
.jwt .content-module .content-module-body .module-text ul li .left-img.img1 {
  background-image: url("../images/jwt/jwt1.png");
}
.jwt .content-module .content-module-body .module-text ul li .left-img.img2 {
  background-image: url("../images/jwt/jwt2.png");
}
.jwt .content-module .content-module-body .module-text ul li .left-img.img3 {
  background-image: url("../images/jwt/jwt3.png");
}
.jwt .content-module .content-module-body .module-text ul li .left-img.img4 {
  background-image: url("../images/jwt/jwt4.png");
}
.jwt .content-module .content-module-body .module-text ul li .left-img.img5 {
  background-image: url("../images/jwt/jwt5.png");
}
.jwt .content-module .content-module-body .module-text ul li .left-img.img6 {
  background-image: url("../images/jwt/jwt6.png");
}
.jwt .content-module .content-module-body .module-text ul li .left-img.img7 {
  background-image: url("../images/jwt/jwt7.png");
}
.jwt .content-module .content-module-body .module-text ul li .left-img.img8 {
  background-image: url("../images/jwt/jwt8.png");
}
.jwt .content-module .content-module-body .module-text ul li .left-img.img9 {
  background-image: url("../images/jwt/jwt9.png");
}
.jwt .content-module .content-module-body .module-text ul li .left-img.img10 {
  background-image: url("../images/jwt/jwt10.png");
}
.jwt .content-module .content-module-body .module-text ul li .left-img.img11 {
  background-image: url("../images/jwt/jwt11.png");
}
.jwt .content-module .content-module-body .module-text ul li .left-img.img12 {
  background-image: url("../images/jwt/jwt12.png");
}
.jwt .content-module .content-module-body .module-text ul li .left-img.img13 {
  background-image: url("../images/jwt/jwt13.png");
}
.jwt .content-module .content-module-body .module-text ul li .left-img.img14 {
  background-image: url("../images/jwt/jwt14.png");
}

.jwt.jxt .content-module .content-module-body .module-text ul li .left-img.img1 {
  background-image: url("../images/jxt/jxt1.png");
}
.jwt.jxt .content-module .content-module-body .module-text ul li .left-img.img2 {
  background-image: url("../images/jxt/jxt2.png");
}
.jwt.jxt .content-module .content-module-body .module-text ul li .left-img.img3 {
  background-image: url("../images/jxt/jxt3.png");
}
.jwt.jxt .content-module .content-module-body .module-text ul li .left-img.img4 {
  background-image: url("../images/jxt/jxt4.png");
}
.jwt.jxt .content-module .content-module-body .module-text ul li .left-img.img5 {
  background-image: url("../images/jxt/jxt5.png");
}
.jwt.jxt .content-module .content-module-body .module-text ul li .left-img.img6 {
  background-image: url("../images/jxt/jxt6.png");
}
.jwt.jxt .content-module .content-module-body .module-text ul li .left-img.img7{
  background-image: url("../images/jxt/jxt7.png");
}
.jwt.jxt .content-module .content-module-body .module-text ul li .left-img.img8 {
  background-image: url("../images/jxt/jxt8.png");
}
.jwt.jxt .content-module .content-module-body .module-text ul li .left-img.img9 {
  background-image: url("../images/jxt/jxt9.png");
}
.jwt.jxt .content-module .content-module-body .module-text ul li .left-img.img10 {
  background-image: url("../images/jxt/jxt10.png");
}
.content-module .content-module-body .jy-icon ul li .left-img.img11 {
  background-image: url("../images/ykt/ykt1.png");
}
.content-module .content-module-body .jy-icon ul li .left-img.img12 {
  background-image: url("../images/ykt/ykt2-1.png");
}
.content-module .content-module-body .jy-icon ul li .left-img.img13 {
  background-image: url("../images/ykt/ykt3.png");
}
.content-module .content-module-body .jy-icon ul li .left-img.img14 {
  background-image: url("../images/ykt/ykt4.png");
}
.content-module .content-module-body .jy-icon ul li .left-img.img15 {
  background-image: url("../images/ykt/ykt5.png");
}
.content-module .content-module-body .jy-icon ul li .left-img.img16 {
  background-image: url("../images/ykt/ykt6.png");
}
.content-module .content-module-body .module-text ul li .left-img.img17 {
  background-image: url("../images/ykt/ykt7.png");
}
.content-module .content-module-body .module-text ul li .left-img.img18 {
  background-image: url("../images/ykt/ykt8.png");
}
.content-module .content-module-body .module-text ul li .left-img.img19 {
  background-image: url("../images/ykt/ykt9.png");
}
.content-module .content-module-body .module-text ul li .left-img.img20 {
  background-image: url("../images/ykt/ykt10.png");
}


.dzb .content-module .content-module-body .module-text ul li .left-img.img1 {
    background-image: url("../images/dzb/dzb1.png");
}
.dzb .content-module .content-module-body .module-text ul li .left-img.img2 {
    background-image: url("../images/dzb/dzb2.png");
}
.dzb .content-module .content-module-body .module-text ul li .left-img.img3 {
    background-image: url("../images/dzb/dzb3.png");
}
.dzb .content-module .content-module-body .module-text ul li .left-img.img4 {
    background-image: url("../images/dzb/dzb4.png");
}
.dzb .content-module .content-module-body .module-text ul li .left-img.img5 {
    background-image: url("../images/dzb/dzb5.png");
}
.dzb .content-module .content-module-body .module-text ul li .left-img.img6 {
    background-image: url("../images/dzb/dzb6.png");
}




.yun .content-module.content-module-2 .content-module-body .module-text ul li{padding: 20px 15px}
.jwt .content-module.content-module-2 .content-module-body .module-img,.jwt .content-module.content-module-3 .content-module-body .module-img{width: 567px;}
.jwt.jxt .content-module.content-module-3 .content-module-body .module-img{width: 306px;}
.jxt .content-module.content-module-2 .content-module-body .module-text{margin-top: 30px;}
.content-module .content-module-body .module-text ul li .right-text .title {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  margin-bottom: 7px;
}
.content-module .content-module-body .module-text ul li .right-text .title .inner {
  width: 47px;
  height: 15px;
  background: #dddddd;
  border-radius: 2px;
  margin-left: 4px;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 17px;
  display: inline-block;
  text-align: center;
}
.content-module .content-module-body .module-text ul li .right-text .detail {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 17px;
}
.link-to{ margin-left: 20px;}
.zstg .link-to{ margin-left:0;}
.content-module-1 .link-to{left:500px; top:580px;}
.jxt .content-module-1 .link-to{left:520px; top:580px;}
.jwt .content-module-1 .link-to{left:700px;top:550px;}

.jxt .content-module-1 .link-to{left: 23px; top:620px;}
.jwt.jxt .content-module-2 .link-to{left:700px;top:440px;}
.content-module-2 .link-to{left:0; top:530px;}
.content-module-3 .link-to{left:700px; top:330px;}
.jwt .content-module-3 .link-to{left:700px; top:530px;}
.jwt .content-module-2 .link-to{left:0; top:500px;}
.jxt .content-module .content-module-body .module-img .img-wrap{height: 438px; margin-left: 17px;}
.jwt .content-module-1 .body-center,.jwt .content-module-3 .body-center{width: 870px;}
.jxt .content-module-3 .link-to{left: 23px; top:470px;}
.jxt .content-module.content-module-3 .content-module-body .module-img .img-wrap{margin-left:17px}
.jxt .content-module.content-module-2 .content-module-body .module-img .img-wrap{margin-left:2px}
.ykt2img{width: 570px;}

.jwt .content-module-2 .body-center2{width: 1100px;}
.jwt.jxt .content-module-2 .body-center2{width: 1100px;}
.yktwz{width: 400px;}
.yktwz ul li{ margin-bottom: 30px; font-size: 16px; }
.yktwz em{ width: 8px; height: 8px; background:#00a4ff ; margin-top: 10px;
  border-radius: 100%; display: block; vertical-align: middle; margin-right: 5px; float: left;
}
.yktwz p{margin: 0 0 0 20px; line-height: 1.8}
.link-to a{
  display: inline-block;
  width: 120px;
  height: 38px;
  line-height: 38px;
  background: #40a5fc;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(64, 165,252, 0.3);
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  margin-top:15px;
}


.link-to a:hover {
  background: #3f7ff4;color: #fff; opacity: 1;
  border-color: #4071f1
}
.jwt #text-container{margin-top: 0;}
.jxt .content-module-1 #text-container{margin-top: 40px;}


.content-module .content-module-body .module-text#text-container2 ul {
  margin-top: 83px;
}
.content-module .content-module-body .module-text#text-container2 ul li.on {
  background-color: #fff;
}
.content-module .content-module-body .module-text#text-container2 ul li .left-img {
  width: 48px;
  height: 48px;
  margin-right: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}


.content-module .content-module-body .module-text#text-container3 ul .left-img {
  width: 48px;
  height: 48px;
  margin-right: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}

.content-module:nth-child(2n) {
  background-color: #f4f6f9;
}
.content-module:nth-child(2n + 1) {
  background-color: #fff;
}
.jwt .content-module .content-module-body .module-text#text-container2 ul{margin-top: 0}
.mz.jwt.jxt.focus .content .title{ margin-bottom: 50px;}

/* 11.15 wdy new */
.mz #text-container{margin-top: 0;}

.dzb-word-single {
    margin-bottom: 50px;
}

.dzb .module-text{margin-top: 60px;}
.dzb  #text-container{margin-top: 60px;}


.td-photo .ff{display: none;}
.td-photo .on{display: inline;}
