.logo {
  display: none;
}
.mobile-show {
  display: none;
}
body {
  padding-top: 0;
}
header {
  height: 740px;
  background: url(../images/banner-bg.png) no-repeat center;
  background-size: cover;
  position: relative;
}
header .cont {
  position: absolute;
  width: 100;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
header .cont img {
  width: 100%;
  height: 100%;
  margin: 20px auto;
}
header .cont a {
  width: 400px;
  position: absolute;
  right: 0;
  top: 0;
}
.toTop {
  display: none;
}
.nav-wrap {
  position: sticky;
  top: 0;
  left: 0;
}
.nav-wrap .nav-list {
  width: 100%;
}
.nav-wrap .nav-list li {
  flex: 1;
}
.nav-wrap .nav-list li a {
  position: relative;
  text-align: center;
  padding: 0;
  white-space: nowrap;
}
.nav-wrap .nav-list li a:hover,
.nav-wrap .nav-list li a.active {
  color: #F97022;
}
.nav-wrap .nav-list li a:hover::after,
.nav-wrap .nav-list li a.active::after {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -9px;
  display: block;
  width: 18px;
  height: 3px;
  background-image: url('../images/active-icon.png');
}
.title-wrap {
  text-align: center;
  position: relative;
}
.title-wrap .cn-title {
  font-size: 48px;
  color: #F97022;
  font-weight: bold;
}
.title-wrap .en-title {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.4);
  display: inline-block;
  background-color: #fff;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 20;
}
#modular1 .content {
  margin-top: 40px;
  text-align: right;
}
#modular1 .content .left-con img {
  display: block;
  width: 100%;
  height: 100%;
}
#modular1 .content .left-con .left-t {
  color: rgba(0, 0, 0, 0.4);
  font-size: 22px;
  writing-mode: vertical-lr;
  letter-spacing: 6px;
}
#modular1 .content .left-con .bg {
  position: absolute;
  left: -150px;
  bottom: -130px;
  width: 340px;
  height: 234px;
  background-color: rgba(246, 192, 136, 0.1);
}
#modular1 .content .right-con {
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 1150px;
  margin: 0 auto;
  margin-top: -90px;
  position: relative;
  z-index: 99;
  padding: 30px 39px 37px 39px;
  background-color: #ffffff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.04);
  border-radius: 0px 50px 0px 50px;
}
#modular1 .content .right-con .yxgk:nth-child(1) p {
  width: 468px;
}
#modular1 .content .right-con .yxgk:last-child p {
  width: 602px;
}
#modular1 .content .right-con .yxgk h6 {
  margin-bottom: 18px;
  font-size: 24px;
  color: #F97022;
}
#modular1 .content .right-con .yxgk h6::before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  background: #F97022;
  opacity: 1;
  border-radius: 4px 0px 4px 0px;
  margin-right: 20px;
  margin-bottom: 2px;
}
#modular1 .content .right-con .yxgk:nth-child(1) {
  padding-right: 15px;
}
#modular1 .content .right-con .yxgk:nth-child(2) {
  padding-left: 15px;
}
#modular1 .content .right-con .yxgk p {
  font-size: 18px;
  line-height: 36px;
}
#modular1 .content .right-con .yxgk p span {
  color: #007CC7;
}
#modular1 .content .right-con .yxgk .jufe-imgs {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}
#modular1 .content .right-con .yxgk .jufe-imgs img {
  display: block;
  width: 109px;
  height: 78px;
}
#modular1 .content .right-con .yxgk .jufe-imgs img:nth-child(2) {
  margin: 0 20px;
}
#modular1 .content .right-con .content-title {
  font-size: 36px;
  color: #F97022;
  margin-bottom: 10px;
}
#modular1 .content .right-con .list-title {
  margin-top: 45px;
  margin-bottom: 20px;
}
#modular1 .content .right-con .list-title span {
  vertical-align: bottom;
  display: inline-block;
}
#modular1 .content .right-con .list-title .block {
  width: 9px;
  height: 40px;
  background-color: #f6c088;
}
#modular1 .content .right-con .list-title .text {
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  background-color: #F97022;
  padding: 0 20px;
  position: relative;
}
#modular1 .content .right-con .list-title .text::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid #F97022;
  border-bottom: 20px solid #F97022;
  border-top: 20px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  right: -20px;
  top: 0;
}
#modular1 .content .right-con .list {
  display: flex;
  flex-wrap: nowrap;
}
#modular1 .content .right-con .list.mobile-show {
  display: none;
}
#modular1 .content .right-con .list .item {
  margin-right: 50px;
}
#modular1 .content .right-con .list .item p {
  vertical-align: bottom;
}
#modular1 .content .right-con .list .item img {
  vertical-align: bottom;
  position: relative;
  top: -8px;
  left: 2px;
}
#modular1 .content .right-con .list .item .num {
  font-size: 24px;
  font-weight: bold;
  color: #F97022;
}
#modular1 .content .right-con .list .item:last-child {
  margin-right: 0;
}
#modular2 {
  width: 100%;
  height: 100%;
  background: url(../images/bg1.png) no-repeat center bottom;
  background-size: cover;
}
#modular2 .cont .tab-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
#modular2 .cont .tab-btn li {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 60px;
  width: 25%;
  text-align: center;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.31);
}
#modular2 .cont .tab-btn li:first-child {
  border-radius: 50px 0 0px 0px;
}
#modular2 .cont .tab-btn li:last-child {
  border-radius: 0 50px 0px 0px;
}
#modular2 .cont .tab-btn li.active,
#modular2 .cont .tab-btn li:hover {
  position: relative;
  color: #007CC7;
  background: #ffffff;
}
#modular2 .cont .tab-btn li.active::after,
#modular2 .cont .tab-btn li:hover::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-left: -8px;
  border: 8px solid rgba(255, 255, 255, 0);
  border-top-color: #fff;
}
#modular2 .cont .tab-change {
  margin-top: 40px;
  color: #fff;
  transition: all linear 0s;
}
#modular2 .cont .tab-change .change {
  display: none;
  flex-wrap: nowrap;
  height: 70px;
}
#modular2 .cont .tab-change .change.active {
  display: block;
  transition: display linear 1s;
}
#modular2 .cont .jxzl-imgs {
  margin-top: 40px;
  display: none;
}
#modular2 .cont .jxzl-imgs.active {
  display: block;
}
#modular3 {
  background-attachment: fixed;
}
#modular3 .content .box {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#modular3 .content .box .mba-txt {
  width: 605px;
}
#modular3 .content .box .mba-txt li {
  position: relative;
  background-size: cover;
  padding: 50px 20px 30px 20px;
  font-size: 18px;
  line-height: 36px;
  color: #fff;
}
#modular3 .content .box .mba-txt li:not(:last-child) {
  margin-bottom: 50px;
}
#modular3 .content .box .mba-txt li:first-child {
  height: 318px;
  background: url('../images/mba-txt-bg.png') no-repeat;
  background-size: 100% 100%;
}
#modular3 .content .box .mba-txt li:last-child {
  height: 236px;
  background: url('../images/mba-txt-bg-02.png') no-repeat;
  background-size: 100% 100%;
}
#modular3 .content .box .mba-txt li::before {
  content: attr(title);
  position: absolute;
  top: -27px;
  left: -16px;
  display: block;
  width: 130px;
  height: 60px;
  background: #FFFFFF;
  color: #F97022;
  font-size: 18px;
  padding: 0 15px;
  line-height: 60px;
  box-shadow: 0px 0px 20px rgba(0, 84, 167, 0.2);
}
#modular3 .content .box .img-box {
  width: 550px;
  height: 598px;
}
#modular3 .content .box .img-box img {
  width: 100%;
  height: 100%;
}
#modular3 .content .tab-btn {
  display: flex;
  flex-wrap: nowrap;
  border-radius: 50px 50px 0px 0px;
  overflow: hidden;
  margin-top: 40px;
}
#modular3 .content .tab-btn li {
  flex: 1;
  color: #007CC7;
  font-size: 22px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  background: #C3E8FF;
  cursor: pointer;
}
#modular3 .content .tab-btn li.active,
#modular3 .content .tab-btn li:hover {
  color: #fff;
  background-color: #007CC7;
}
#modular3 .content .tab-content {
  display: none;
  justify-content: space-between;
  align-items: flex-start;
  background-color: rgba(0, 124, 199, 0.1);
  padding: 30px 25px 35px 25px;
}
#modular3 .content .tab-content ul {
  padding: 20px 20px 0 17px;
  border-radius: 24px 0px 24px 0px;
  height: 255px;
  background: #fff;
}
#modular3 .content .tab-content ul .list-item-title {
  width: 180px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 20px;
}
#modular3 .content .tab-content ul .list-item-title::before,
#modular3 .content .tab-content ul .list-item-title::after {
  content: '';
  display: block;
  width: 33px;
  height: 25px;
  background: url('../images/title-icon.png') no-repeat;
  background-size: cover;
}
#modular3 .content .tab-content ul .list-item-title::after {
  transform: rotate(180deg);
}
#modular3 .content .tab-content ul:nth-child(1) {
  width: 287px;
}
#modular3 .content .tab-content ul:nth-child(2) {
  width: 547px;
}
#modular3 .content .tab-content ul:nth-child(3) {
  width: 287px;
}
#modular3 .content .tab-content ul li {
  font-size: 16px;
  line-height: 32px;
}
#modular3 .content .tab-content ul li::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #FDC7A9;
  border-radius: 50%;
  margin-right: 6px;
  margin-bottom: 4px;
}
#modular3 .content .tab-content.active {
  display: flex;
}
#modular4 {
  background: url(../images/n-reason.png) no-repeat center;
  background-size: cover;
}
#modular4 .content .box-item {
  margin-bottom: 50px;
}
#modular4 .content .box-item .box-title {
  width: 214px;
  height: 68px;
  background: url('../images/title-bg.png') no-repeat;
  color: #007CC7;
  font-weight: 500;
  line-height: 68px;
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}
#modular4 .content .box-item .ctx-box {
  color: #fff;
  font-size: 18px;
}
#modular4 .content .box-item .ctx-box span {
  font-size: 24px;
}
#modular4 .content .box-item .box-imgs {
  width: 1014px;
  height: 169px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 20px;
}
#modular4 .content .box-item .box-imgs li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#modular4 .content .box-item .box-imgs li div {
  width: 361px;
  height: 75px;
  background: url('../images/ms-item-bg-01.png') no-repeat center;
  box-sizing: 100% 100%;
  line-height: 75px;
  padding-left: 20px;
}
#modular4 .content .box-item .box-imgs li div span {
  margin-left: 20px;
  font-size: 24px;
  color: #007CC7;
}
#modular4 .content .box-item .box-imgs li:last-child {
  width: 633px;
  height: 169px;
  background: url('../images/ms-item-bg-02.png') no-repeat center;
  padding: 43px 0 44px 20px;
}
#modular4 .content .box-item .box-imgs li:last-child span {
  color: #fff;
  position: absolute;
  right: 20px;
  bottom: 40%;
  margin-top: 20px;
  font-size: 36px;
}
#modular4 .content .box-item .box-imgs li:last-child span::after {
  content: '人';
  font-size: 18px;
}
#modular4 .content .box-item .box-imgs li:last-child p {
  position: relative;
  width: 503px;
  font-size: 18px;
  color: #fff;
}
#modular4 .content .box-item .box-imgs li:last-child p::after {
  content: '';
  position: absolute;
  bottom: 8px;
  display: inline-block;
  width: 300px;
  height: 1px;
  margin-left: 10px;
  background-color: #fff;
}
#modular4 .content .box-item .rz {
  height: 292px;
  background: #FFFFFF;
  opacity: 0.88;
  border-radius: 50px 0px 50px 0px;
  padding: 40px 48px 0 40px;
}
#modular4 .content .box-item .rz li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#modular4 .content .box-item .rz li img {
  width: 214px;
}
#modular4 .content .box-item .rz li p {
  font-size: 18px;
  margin-left: 23px;
}
#modular4 .content .box-item .rz li p span {
  font-size: 24px;
}
#modular4 .content .box-item .rz li:not(:last-child) {
  margin-bottom: 50px;
}
#modular4 .content .box-item .shpj {
  height: auto;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 50px 50px 0px 0px;
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  padding: 18px 60px 0 60px;
}
#modular4 .content .box-item .shpj li {
  width: 216px;
  height: 174px;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
#modular4 .content .box-item .shpj li .circle {
  width: 138px;
  height: 138px;
  line-height: 138px;
  text-align: center;
  font-size: 36px;
}
#modular4 .content .box-item .shpj li .circle::before {
  content: '第';
  font-size: 18px;
}
#modular4 .content .box-item .shpj li .circle::after {
  content: '名';
  font-size: 18px;
}
#modular4 .content .box-item .shpj li:nth-child(8) {
  color: #ccc;
}
#modular4 .content .box-item .shpj li:nth-child(8) .circle::before {
  content: '';
}
#modular4 .content .box-item .shpj li:nth-child(8) .circle::after {
  content: '个';
}
#modular4 .content .box-item .shpj li span {
  color: #fff;
  text-align: center;
}
#modular4 .content .box-item .shpj li:nth-child(odd) .circle {
  background: url('../images/circle-02.png') no-repeat center center;
  color: #F66F23;
}
#modular4 .content .box-item .shpj li:nth-child(even) .circle {
  background: url('../images/circle-01.png') no-repeat center center;
  color: #007BC7;
}
#modular5 {
  background: url(../images/bg5.png) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
#modular5 .tab-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 45px;
}
#modular5 .tab-btn li {
  color: #007CC7;
  font-size: 22px;
  font-weight: bold;
  line-height: 60px;
  flex: 1;
  text-align: center;
  cursor: pointer;
  background-color: rgba(0, 124, 199, 0.2);
}
#modular5 .tab-btn li:first-child {
  border-radius: 50px 0 0px 0px;
}
#modular5 .tab-btn li:last-child {
  border-radius: 0 50px 0px 0px;
}
#modular5 .tab-btn li.active,
#modular5 .tab-btn li:hover {
  position: relative;
  color: #fff;
  background-color: #007CC7;
}
#modular5 .tab-btn li.active::after,
#modular5 .tab-btn li:hover::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-left: -8px;
  border: 8px solid rgba(0, 124, 199, 0);
  border-top-color: #007CC7;
}
#modular5 .tab-change .change {
  display: none;
}
#modular5 .tab-change .change.active {
  display: block;
}
#modular5 .tips {
  color: #666;
  margin-top: 20px;
}
#modular6 {
  background: url(../images/bg6.png) no-repeat;
  background-size: cover;
}
#modular6 .content {
  position: relative;
}
#modular6 .content .box-content {
  position: absolute;
  bottom: 36px;
  right: 0;
  z-index: 88;
  width: 672px;
  height: 342px;
  background: #FBFBFB;
  border-radius: 50px 0px 50px 0px;
  padding: 67px 42px 0 42px;
}
#modular6 .content .box-content h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  color: #007CC7;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#modular6 .content .box-content h4::before {
  content: '';
  display: inline-block;
  width: 33px;
  height: 25px;
  background: url('../images/title-icon.png') no-repeat;
}
#modular6 .content .box-content ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  color: #333333;
}
#modular7 .content .tab-btn {
  display: flex;
  justify-content: space-between;
}
#modular7 .content .tab-btn li {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 185px;
  height: 95px;
  background: #007CC7;
  border-radius: 24px 0px 24px 0px;
  background-image: url('../images/bk-01.png');
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 24px;
  font-weight: 500;
  line-height: 95px;
  color: #FFFFFF;
  padding-left: 40px;
}
#modular7 .content .tab-btn li span:first-child {
  position: absolute;
  left: -20px;
  font-size: 46px;
  font-weight: bold;
  text-shadow: 0px 0px 10px rgba(0, 124, 199, 0.2);
}
#modular7 .content .tab-btn li:nth-child(1) {
  background-image: url('../images/bk-01.png');
  background-size: 50px 48px;
}
#modular7 .content .tab-btn li:nth-child(3) {
  background-image: url('../images/bk-03.png');
  background-size: 50px 50px;
}
#modular7 .content .tab-btn li:nth-child(4) {
  background-image: url('../images/bk-04.png');
  background-size: 56px 56px;
}
#modular7 .content .tab-btn li:nth-child(5) {
  background-image: url('../images/bk-05.png');
  background-size: 50px 48px;
  padding-left: 50px;
}
#modular7 .content .tab-btn li:nth-child(2) {
  background-image: url('../images/bk-02.png');
  background-size: 60 50px;
}
#modular7 .content .tab-btn li.active,
#modular7 .content .tab-btn li:hover {
  position: relative;
  color: #fff;
  background-color: #F97022;
}
#modular7 .content .tab-btn li.active::after,
#modular7 .content .tab-btn li:hover::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-left: -8px;
  border: 8px solid rgba(0, 124, 199, 0);
  border-top-color: #F97022;
}
#modular7 .content .tab-change {
  background: rgba(249, 112, 34, 0.05);
  border: 1px solid rgba(249, 112, 34, 0.2);
  border-radius: 24px 0px 24px 0px;
  padding: 46px 68px 33px 46px;
  margin-top: 46px;
}
#modular7 .content .tab-change .change {
  display: none;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}
#modular7 .content .tab-change .change p {
  line-height: 36px;
}
#modular7 .content .tab-change .change.active {
  display: block;
}
#modular7 .content .tips {
  margin-top: 20px;
  color: #666;
  font-size: 18px;
}
.footer {
  padding: 90px 0 40px 0;
  background: url(../images/bg9.png) no-repeat center;
  background-size: cover;
}
.footer .cont {
  padding: 80px 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.footer .cont p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}
.footer .cont p a {
  color: #fff;
}
.footer .cont p a:hover {
  color: #f6c088;
}
.footer .cont .title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 30px;
}
.footer .cont .right-cont {
  padding-top: 50px;
  display: flex;
  flex-wrap: nowrap;
}
.footer .cont .right-cont li {
  margin-left: 30px;
}
.footer .cont .right-cont p {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}
.mbachina {
  text-align: center;
  position: relative;
  bottom: 40px;
}
.mbachina a {
  color: #fff;
}
.mbachina:hover a {
  color: #f6c088;
}
@media (max-width: 768px) {
  .mobile-show {
    display: block;
  }
  .pc-show {
    display: none;
  }
  .nav-wrap .logo img {
    height: 0.6rem;
  }
  .nav-wrap .m-nav-btn {
    align-items: flex-end;
  }
  .nav-wrap .m-nav-btn span:nth-child(1) {
    width: 0.4rem;
  }
  .nav-wrap .m-nav-btn span:nth-child(2) {
    width: 0.5rem;
  }
  .nav-wrap .m-nav-btn.active span {
    width: 0.6rem;
  }
  .nav-wrap .nav-list {
    width: 4rem;
    background: rgba(255, 255, 255, 0.9);
  }
  .nav-wrap .nav-list a {
    color: #808080;
  }
  .nav-wrap .nav-list li a.active {
    background: none;
    color: #F97022;
    font-weight: bold;
  }
  .nav-wrap .nav-list li a:hover {
    background: none;
    color: #F97022;
    font-weight: bold;
  }
  header {
    height: 7.3rem;
  }
  .title-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .title-wrap img {
    width: 179px;
  }
  .title-wrap .cn-title {
    font-size: 0.48rem;
  }
  .title-wrap .en-title {
    font-size: 0.24rem;
    padding: 0 0.2rem;
  }
  .title-wrap::after {
    width: 100%;
    left: 0;
    bottom: 0.16rem;
  }
  #modular1 .content {
    padding-top: 0;
    background-color: #fbfbfb;
    margin-top: 20px;
  }
  #modular1 .content .school-profile {
    margin-top: 20px;
  }
  #modular1 .content .school-profile li {
    display: flex;
    flex-direction: column;
  }
  #modular1 .content .school-profile li:not(:last-child) {
    margin-bottom: 15px;
  }
  #modular1 .content .school-profile li .yx-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    font-size: 15px;
    color: #F97022;
    margin-bottom: 15px;
  }
  #modular1 .content .school-profile li .yx-title::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #F97022;
    border-radius: 4px 0px 4px 0px;
    margin-right: 10px;
  }
  #modular1 .content .school-profile li .profile-content {
    padding: 0 25px;
    font-size: 14px;
    color: #333;
    line-height: 28px;
  }
  #modular1 .content .school-profile li .profile-content span {
    color: #007CC7;
  }
  #modular1 .content .school-profile li .jufe-imgs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
  }
  #modular1 .content .school-profile li .jufe-imgs img {
    width: 100px;
  }
  #modular2 {
    background-size: cover;
    background-position: center;
  }
  #modular2 .title-wrap img {
    width: 208px;
  }
  #modular2 .content .tab-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  #modular2 .content .tab-btn li {
    width: 3rem;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    border-radius: 30px;
  }
  #modular2 .content .tab-btn li:first-child,
  #modular2 .content .tab-btn li:last-child {
    border-radius: 30px;
  }
  #modular2 .content .tab-btn li:nth-child(-n+2) {
    margin-bottom: 20px;
  }
  #modular2 .content .tab-btn li.active::after,
  #modular2 .content .tab-btn li:hover::after {
    display: none;
  }
  #modular2 .content .tab-change {
    margin-top: 15px;
  }
  #modular2 .content .tab-change .change {
    font-size: 14px;
    height: auto;
    margin-bottom: 20px;
  }
  #modular2 .tab-change {
    margin-bottom: 10px;
  }
  #modular2 .tab-change .left {
    width: 0.5rem;
    margin-right: 0.4rem;
  }
  #modular2 .tab-change .right p {
    font-size: 0.2rem;
  }
  #modular2 .tab-change .right img {
    width: 0.5rem;
  }
  #modular2 .tab-change .right .top {
    padding-bottom: 0.3rem;
    margin-bottom: 0.3rem;
  }
  #modular2 .tab-change .right div > span {
    font-size: 0.2rem;
    width: 1rem;
  }
  #modular2 .tab-change .right div p {
    font-size: 0.2rem;
  }
  #modular2 .tab-change .right div p span {
    display: block;
  }
  #modular2 .tab-change .right .bottom2 {
    margin-top: 0.5rem;
    position: absolute;
    right: 0.4rem;
  }
  #modular2 .tab-change .right .bottom2 p {
    font-size: 0.2rem;
    white-space: nowrap;
    margin-bottom: 0.2rem;
  }
  #modular2 .tab-change .right .bottom2 p img {
    width: 0.3rem;
    height: 0.3rem;
    top: -0.05rem;
    margin-right: 0.1rem;
  }
  #modular2 .tab-change .right .bottom2 p span {
    font-size: 0.3rem;
    margin-right: 0.2rem;
  }
  #modular2 .cont .jxzl-imgs {
    margin-top: 0;
  }
  #modular3 .title-wrap {
    margin-bottom: 20px;
  }
  #modular3 .content p {
    font-size: 14px;
  }
  #modular3 .content .box {
    display: flex;
    flex-direction: column;
  }
  #modular3 .content .box .mba-txt {
    width: 100%;
  }
  #modular3 .content .box .mba-txt li {
    font-size: 14px;
    line-height: 25px;
    padding: 35px 2px 0 25px;
  }
  #modular3 .content .box .mba-txt li:first-child {
    height: 249px;
    background: url('../images/mba-txt-bg-m.png') no-repeat;
    background-size: 100% 100%;
  }
  #modular3 .content .box .mba-txt li:first-child::before {
    top: -17px;
    left: -11px;
    width: 133px;
    height: 42px;
    line-height: 42px;
    font-size: 15px;
  }
  #modular3 .content .box .mba-txt li:last-child {
    background: url('../images/mba-txt-bg-02.png') no-repeat;
    background-size: 100% 100%;
    height: 175px;
  }
  #modular3 .content .box .mba-txt li::before {
    top: -20px;
    left: -11px;
    width: 133px;
    height: 42px;
    line-height: 42px;
    font-size: 15px;
  }
  #modular3 .content .tab-btn li {
    font-size: 15px;
    height: 39px;
    line-height: 39px;
  }
  #modular3 .content .tab-change .change {
    min-height: 3rem;
  }
  #modular3 .content .tab-change .left {
    width: 0.5rem;
    margin-right: 0.4rem;
  }
  #modular3 .content .tab-change .right p {
    font-size: 0.2rem;
  }
  #modular3 .content .tab-change .right img {
    width: 0.5rem;
  }
  #modular3 .content .tab-change .right .top {
    padding-bottom: 0.3rem;
    margin-bottom: 0.3rem;
  }
  #modular3 .content .tab-change .right div > span {
    font-size: 0.2rem;
    width: 1rem;
  }
  #modular3 .content .tab-change .right div p {
    font-size: 0.2rem;
  }
  #modular3 .content .tab-change .right div p span {
    display: block;
  }
  #modular3 .content .tab-change .right .bottom2 {
    margin-top: 0.5rem;
    position: absolute;
    right: 0.4rem;
  }
  #modular3 .content .tab-change .right .bottom2 p {
    font-size: 0.2rem;
    white-space: nowrap;
    margin-bottom: 0.2rem;
  }
  #modular3 .content .tab-change .right .bottom2 p img {
    width: 0.3rem;
    height: 0.3rem;
    top: -0.05rem;
    margin-right: 0.1rem;
  }
  #modular3 .content .tab-change .right .bottom2 p span {
    font-size: 0.3rem;
    margin-right: 0.2rem;
  }
  #modular3 .content .tab-content {
    display: none;
    flex-direction: column;
    padding: 0 14px;
    padding-bottom: 30px;
  }
  #modular3 .content .tab-content.active {
    display: flex;
  }
  #modular3 .content .tab-content ul {
    margin-top: 30px;
    height: auto;
    padding: 15px;
  }
  #modular3 .content .tab-content ul .list-item-title {
    font-size: 14px;
    color: #007CC7;
    margin-bottom: 15px;
  }
  #modular3 .content .tab-content ul .list-item-title::before,
  #modular3 .content .tab-content ul .list-item-title::after {
    width: 14px;
    height: 10px;
  }
  #modular3 .content .tab-content ul:nth-child(1),
  #modular3 .content .tab-content ul:nth-child(2),
  #modular3 .content .tab-content ul:nth-child(3) {
    width: 100%;
  }
  #modular3 .content .tab-content ul li {
    font-size: 12px;
    line-height: 20px;
  }
  #modular4 {
    background: url(../images/reason-bg.png) no-repeat center;
    background-size: cover;
  }
  #modular4 .title-wrap img {
    width: 269px;
  }
  #modular4 .content .box-item {
    margin-bottom: 20px;
  }
  #modular4 .content .box-item .box-title {
    width: 125px;
    height: 38px;
    font-size: 15px;
    background-size: 100% 100%;
    line-height: 38px;
    margin-bottom: 15px;
  }
  #modular4 .content .box-item .ctx-box {
    font-size: 14px;
  }
  #modular4 .content .box-item .ctx-box span {
    font-size: 14px;
  }
  #modular4 .content .box-item .box-imgs {
    display: none;
  }
  #modular4 .content .box-item .box-imgs-m {
    margin-top: 20px;
  }
  #modular4 .content .box-item .box-imgs-m li {
    width: 100%;
  }
  #modular4 .content .box-item .box-imgs-m li:first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #modular4 .content .box-item .box-imgs-m li:first-child > div {
    flex: 1;
    background: url('../images/ms-item-bg-01.png') no-repeat center;
    height: 80px;
    background-size: 100% 100%;
    font-size: 0.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
  }
  #modular4 .content .box-item .box-imgs-m li:first-child > div span:first-child {
    display: block;
    font-size: 12px;
  }
  #modular4 .content .box-item .box-imgs-m li:first-child > div span:last-child {
    font-size: 25px;
    font-weight: 500;
    color: #007CC7;
  }
  #modular4 .content .box-item .box-imgs-m li:last-child {
    position: relative;
    height: 100px;
    background: url('../images/ms-item-bg-02.png') no-repeat center;
    background-size: 100% 100%;
    font-size: 12px;
    color: #fff;
    padding: 15px 20px 10px 15px;
  }
  #modular4 .content .box-item .box-imgs-m li:last-child > div {
    position: relative;
    width: 240px;
  }
  #modular4 .content .box-item .box-imgs-m li:last-child > div::after {
    content: '';
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 60%;
    height: 1px;
    background-color: #fff;
  }
  #modular4 .content .box-item .box-imgs-m li:last-child > span {
    position: absolute;
    top: 50%;
    right: 30px;
    font-size: 30px;
    margin-top: -15px;
  }
  #modular4 .content .box-item .box-imgs-m li:last-child > span::after {
    content: '人';
    font-size: 18px;
  }
  #modular4 .content .box-item .box-imgs-m li:not(:last-child) {
    background-size: 100% 100%;
  }
  #modular4 .content .box-item .rz {
    height: auto;
    padding: 20px 15px;
  }
  #modular4 .content .box-item .rz li {
    display: flex;
    flex-direction: column;
  }
  #modular4 .content .box-item .rz li:not(:last-child) {
    margin-bottom: 15px;
  }
  #modular4 .content .box-item .rz li img {
    width: 103px;
  }
  #modular4 .content .box-item .rz li p {
    width: 100%;
    margin: 0;
    font-size: 14px;
    margin-top: 14px;
  }
  #modular4 .content .box-item .rz li p span {
    font-size: 16px;
  }
  #modular4 .content .box-item .shpj {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    height: auto;
    padding: 15px 0 30px 0;
  }
  #modular4 .content .box-item .shpj li {
    width: 33%;
    height: 95px;
  }
  #modular4 .content .box-item .shpj li:nth-child(-n+8) {
    margin-bottom: 16px;
  }
  #modular4 .content .box-item .shpj li .circle {
    width: 90px;
    height: 90px;
    background-size: contain !important;
    line-height: 90px;
    font-size: 18px;
  }
  #modular4 .content .box-item .shpj li .circle::before {
    content: '第';
    font-size: 9px;
  }
  #modular4 .content .box-item .shpj li .circle::after {
    content: '名';
    font-size: 9px;
  }
  #modular4 .content .box-item .shpj li span {
    font-size: 0.2rem;
  }
  #modular5 {
    background: url(../images/zszc-bg.png) no-repeat center;
    background-size: cover;
  }
  #modular5 .tab-btn li {
    font-size: 15px;
  }
  #modular5 .tips {
    font-size: 13px;
  }
  #modular6 {
    background: url(../images/bktj-bg.png) no-repeat center;
    background-size: cover;
  }
  #modular6 .content .box-content {
    width: 100%;
    height: auto;
    position: initial;
    bottom: 0;
    padding: 20px 13px 0 13px;
  }
  #modular6 .content .box-content h4 {
    font-size: 15px;
  }
  #modular6 .content .box-content ul {
    padding: 33px 7px;
  }
  #modular6 .content .box-content ul li {
    font-size: 14px;
    line-height: 25px;
  }
  #modular7 .content .tab-btn {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #modular7 .content .tab-btn li {
    width: 2rem;
    height: 1rem;
    background: #007CC7;
    border-radius: 24px 0px 24px 0px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    font-weight: 500;
    line-height: 95px;
    color: #FFFFFF;
    padding-left: 20px;
  }
  #modular7 .content .tab-btn li span:last-child {
    font-size: 0.3rem;
  }
  #modular7 .content .tab-btn li span:first-child {
    position: absolute;
    left: -10px;
    font-size: 0.4rem;
    font-weight: bold;
    text-shadow: 0px 0px 10px rgba(0, 124, 199, 0.2);
  }
  #modular7 .content .tab-btn li:nth-child(-n+3) {
    margin-bottom: 20px;
  }
  #modular7 .content .tab-btn li:nth-child(1) {
    background-image: url('../images/bk-01.png');
    background-size: 25px 24px;
  }
  #modular7 .content .tab-btn li:nth-child(3) {
    background-image: url('../images/bk-03.png');
    background-size: 25px 25px;
  }
  #modular7 .content .tab-btn li:nth-child(4) {
    background-image: url('../images/bk-04.png');
    background-size: 28px 28px;
  }
  #modular7 .content .tab-btn li:nth-child(5) {
    background-image: url('../images/bk-05.png');
    background-size: 25px 24px;
    padding-left: 20px;
  }
  #modular7 .content .tab-btn li:nth-child(2) {
    margin: 0 10px;
    background-image: url('../images/bk-02.png');
    background-size: 30px 25px;
  }
  #modular7 .content .tab-btn li:last-child {
    margin-left: 10px;
  }
  #modular7 .content .tab-change {
    padding: 23px 10px 20px 13px;
  }
  #modular7 .content .tab-change .change {
    font-size: 14px;
  }
  #modular7 .content .tab-change .change p {
    line-height: 25px;
  }
  #modular7 .content .tips {
    font-size: 13px;
  }
  #modular8 .title-wrap::after {
    width: 2.5rem;
  }
  #modular8 .title-wrap::before {
    width: 2.5rem;
    right: 0;
    bottom: 0.16rem;
  }
  #modular8 .content .title {
    padding-left: 0.5rem;
    margin-bottom: 0.3rem;
    font-size: 0.36rem;
  }
  #modular8 .content .title img {
    width: 0.3rem;
  }
  #modular8 .content .t-list li {
    font-size: 0.18rem;
    line-height: 1.5;
    padding: 0.3rem 0;
  }
  #modular8 .content .attention {
    margin-top: 0.3rem;
    margin-bottom: 0.5rem;
  }
  #modular8 .content .attention div {
    font-size: 0.2rem;
  }
  #modular8 .content .attention ul {
    font-size: 0.2rem;
  }
  #modular8 .content .attention ul li {
    margin-bottom: 0.1rem;
  }
  #modular8 .content .list2 {
    margin-bottom: 0.5rem;
  }
  #modular8 .content .list2 li {
    font-size: 0.2rem;
    margin-bottom: 0.1rem;
  }
  #modular8 .content .tab-btn .btn {
    width: 2rem;
  }
  #modular8 .content .tab-btn .btn div {
    width: 1.2rem;
    height: 1.2rem;
    line-height: 1.2rem;
    margin: 0 auto 0.2rem;
  }
  #modular8 .content .tab-btn .btn div img {
    width: 0.5rem;
  }
  #modular8 .content .tab-btn .btn::after {
    width: 0.3rem;
    height: 0.1rem;
    background: url(../images/m-jt.png) no-repeat bottom center;
    background-size: contain;
    left: 1.8rem;
    top: 0.6rem;
  }
  #modular8 .content .tab-btn .btn p {
    font-size: 0.2rem;
  }
  #modular8 .content .tab-btn .btn:nth-child(1) p {
    white-space: nowrap;
  }
  #modular8 .content .tab-btn .btn:nth-child(2)::after {
    left: 1.5rem;
  }
  #modular8 .content .tab-btn .btn:nth-child(3)::after {
    left: 1.5rem;
  }
  #modular8 .content .tab-change .change {
    padding: 0.5rem;
    height: 5rem;
  }
  #modular8 .content .tab-change .change img {
    margin-top: 0.3rem;
    width: 4rem;
  }
  #modular8 .content .tab-change .change:nth-child(1):after {
    left: 0.5rem;
  }
  #modular8 .content .tab-change .change:nth-child(2):after {
    left: 2.4rem;
  }
  #modular8 .content .tab-change .change:nth-child(3):after {
    left: 4.2rem;
  }
  #modular8 .content .tab-change .change:nth-child(4):after {
    left: 5.9rem;
  }
  #modular8 .content .tab-change p {
    font-size: 0.2rem;
  }
  #modular8 .content .tab-change .title {
    font-size: 0.24rem;
  }
  .footer {
    background: url(../images/lxwm-bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 20px 0;
  }
  .footer .cont {
    padding: 20px 0 80px 0 ;
    display: block;
  }
  .footer .cont p {
    font-size: 0.22rem;
  }
  .footer .cont .title {
    font-size: 0.3rem;
    margin-bottom: 0.5rem;
  }
  .footer .cont .right-cont {
    padding-top: 0.3rem;
    justify-content: flex-start;
  }
  .footer .cont .right-cont li {
    margin-right: 0.5rem;
    margin-left: 0;
  }
  .footer .cont .right-cont p {
    font-size: 0.22rem;
    margin-top: 0.1rem;
  }
  .toTop {
    display: block;
    position: fixed;
    z-index: 200;
    right: 0.2rem;
    bottom: 2rem;
    width: 0.8rem;
    height: 0.8rem;
  }
}
