header {
  position: relative;
  z-index: 1;
}
header .img {
  width: 100%;
}
header .img1 {
  width: 36.58%;
  left: calc(50vw - 600px);
  top: 25%;
  position: absolute;
}
header .img2 {
  bottom: 60px;
  position: absolute;
  right: 50px;
  width: 19.5%;
}
.title-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.title-wrap .left {
  width: 276px;
}
.title-wrap .right {
  height: 80px;
}
.title-wrap .right img {
  max-height: 100%;
}
.m-title {
  font-size: 26px;
  color: #3064D8;
  font-size: 0.32rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.m-title::before {
  content: '';
  display: block;
  width: 0.04rem;
  height: 0.222rem;
  background: #3064D8;
  margin-right: 10px;
  vertical-align: -6%;
}
.m-title2 {
  font-size: 24px;
  font-weight: bold;
}
.color-main {
  color: #3064D8;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  content: '';
}
#modular1 {
  line-height: 1.8;
}
#modular1 .title-wrap {
  position: relative;
  z-index: 20;
  margin-left: 30px;
  top: 30px;
}
#modular1 .content {
  margin-top: -176px;
  padding-top: 80px;
}
#modular1 .content .c1,
#modular1 .content .c2 {
  display: flex;
  flex-wrap: nowrap;
}
#modular1 .content .c1 .text,
#modular1 .content .c2 .text {
  flex: 1;
}
#modular1 .content .c1 .img {
  width: 610px;
  position: relative;
}
#modular1 .content .c1 .img .img2 {
  display: block;
  position: absolute;
  width: 420px;
  height: 80px;
  left: 0;
  right: 0;
  bottom: -37px;
  margin: auto;
}
#modular1 .content .c1 .text {
  margin-left: 30px;
}
#modular1 .content .c2 {
  flex-direction: row-reverse;
}
#modular1 .content .c2 .img {
  width: 590px;
  position: relative;
}
#modular1 .content .c2 .img .img2 {
  display: block;
  position: absolute;
  width: 440px;
  height: 84px;
  right: -210px;
  bottom: 30px;
  margin: auto;
}
#modular1 .content .c2 .text {
  padding-top: 65px;
  margin-right: 50px;
}
#modular1 .content .num {
  font-size: 18px;
}
#modular1 .content p:not(.m-title) {
  text-indent: 2em;
  letter-spacing: 1px;
}
#modular1 .content .c3 {
  margin-top: 40px;
  border: 2px solid #3064D8;
  border-radius: 0 0 20px 20px;
  padding: 30px;
  padding-left: 40px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
#modular1 .content .c3 .left ul,
#modular1 .content .c3 .left li {
  display: list-item;
  list-style-type: disc;
}
#modular1 .content .c3 .left ul::marker,
#modular1 .content .c3 .left li::marker {
  color: #3064D8;
  background-color: #3064D8;
}
#modular1 .content .c3 .left li:not(:last-child) {
  margin-bottom: 20px;
}
#modular1 .content .c3 .right {
  width: 300px;
  margin-right: 30px;
}
#modular2 {
  background: #EFF4FA;
}
#modular2 .content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#modular2 .content > div {
  border-radius: 25px;
  padding: 30px 40px;
}
#modular2 .c1 {
  width: 620px;
  background: #3064D8 url(../images/img6.png) no-repeat right bottom;
  background-size: 230px 268px;
}
#modular2 .c1 p {
  color: #fff;
  line-height: 2;
}
#modular2 .c1 .m-title2 {
  text-align: center;
  margin-bottom: 40px;
}
#modular2 .c1 .tabs {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
#modular2 .c1 .tabs li {
  width: 150px;
  color: #3064D8;
  font-weight: bold;
  line-height: 50px;
  box-shadow: 0px 10px 12px 1px rgba(0, 31, 88, 0.1);
  border-radius: 25px;
  text-align: center;
  font-size: 22px;
  background: linear-gradient(180deg, #fff 0%, #fff 100%);
  cursor: pointer;
  position: relative;
  transition: 300ms;
}
#modular2 .c1 .tabs li::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 0 solid #EECF4E;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 300ms;
}
#modular2 .c1 .tabs li.on {
  background: linear-gradient(180deg, #FFF5CE 0%, #EECF4E 100%);
  transition: 300ms;
}
#modular2 .c1 .tabs li.on::after {
  border-top-width: 10px;
  bottom: -10px;
  transition: 300ms;
}
#modular2 .c1 .middle {
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
}
#modular2 .c1 .middle li {
  display: inline-block;
  margin-bottom: 20px;
}
#modular2 .c1 .middle li:nth-child(1) {
  margin-right: 50px;
}
#modular2 .c1 .middle li .t {
  font-weight: bold;
  margin-bottom: 5px;
}
#modular2 .c1 .changes li {
  display: none;
}
#modular2 .c1 .changes li.on {
  display: block;
}
#modular2 .c2 {
  width: 550px;
  background: #E3EAF5;
}
#modular2 .c2 .m-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 50px;
}
#modular2 .c2 .middle {
  border-bottom: 1px dashed #3064D8;
  margin-bottom: 30px;
}
#modular2 .c2 .middle li {
  display: inline-block;
  margin-bottom: 50px;
}
#modular2 .c2 .middle li:nth-child(1) {
  margin-right: 50px;
}
#modular2 .c2 .middle li .t {
  font-weight: bold;
  margin-bottom: 5px;
}
#modular2 .c2 .middle2 {
  border: none;
  margin-bottom: 0;
}
#modular2 .c2 .middle2 li:last-child {
  margin-bottom: 0;
}
#modular3 {
  background: url(../images/bg1.png) no-repeat center;
  background-size: cover;
}
#modular3 p {
  color: #fff;
}
#modular3 .m-title {
  color: #EECF4E;
  font-weight: bold;
}
#modular3 .m-title::before {
  background: #EECF4E;
  width: 8px;
}
#modular3 .c1 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 40px;
}
#modular3 .c1 .left {
  width: 440px;
}
#modular3 .c1 .left li {
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.22);
  padding: 10px 50px;
}
#modular3 .c1 .left li p {
  text-align: center;
  line-height: 2;
}
#modular3 .c1 .left li .t {
  font-size: 26px;
}
#modular3 .c1 .right {
  margin-left: 60px;
  flex: 1;
}
#modular3 .c1 .right p:not(.t) {
  line-height: 2;
}
#modular3 .c1 .right .line {
  background: #fff;
  opacity: 0.6;
  height: 3px;
  width: 100%;
  margin-bottom: 20px;
}
#modular3 .c1 .right .line2 {
  background: #fff;
  opacity: 0.6;
  height: 1px;
  width: 100%;
  margin-bottom: 30px;
}
#modular3 .c1 .right .img {
  text-align: right;
  margin-left: auto;
  width: 160px;
  margin-top: 5px;
  margin-bottom: 30px;
}
.modular3-1 {
  padding: 80px 0;
}
.modular3-1 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.modular3-1 .list li {
  width: 190px;
  margin-bottom: 10px;
}
.modular3-1 .list .top {
  position: relative;
  z-index: 1;
}
.modular3-1 .list .middle {
  width: 140px;
  height: 140px;
  margin: -70px auto 0;
  background: url(../images/bg2.png) no-repeat center;
  background-size: 100% 100%;
  position: relative;
  z-index: 5;
  transition: 300ms;
}
.modular3-1 .list .middle p {
  color: #3064D8;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  transition: 300ms;
}
.modular3-1 .list .middle .t {
  line-height: 80px;
}
.modular3-1 .list .bottom {
  padding: 10px;
}
.modular3-1 .list .bottom p {
  text-align: justify;
  word-break: break-all;
}
.modular3-1 .list li:hover {
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
  transition: 300ms;
}
.modular3-1 .list li:hover .middle {
  background: url(../images/bg3.png) no-repeat center;
  background-size: 100% 100%;
  transition: 300ms;
}
.modular3-1 .list li:hover .middle .t {
  color: #fff;
  transition: 300ms;
}
.modular3-1 .list li:hover .middle .b {
  color: #EECF4E;
  transition: 300ms;
}
.modular3-2 {
  background: #EFF4FA;
  padding: 80px 0;
}
.modular3-2 .content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.modular3-2 .c1 {
  width: 480px;
}
.modular3-2 .c1 .tabs {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 15px 60px;
  background: #E3EAF5;
  border-radius: 30px;
  margin-bottom: 30px;
}
.modular3-2 .c1 .tabs li {
  font-size: 22px;
  cursor: pointer;
  position: relative;
}
.modular3-2 .c1 .tabs li::before {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background: #3064D8;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  transition: 300ms;
}
.modular3-2 .c1 .tabs li::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 0 solid #3064D8;
  border-left: 0 solid transparent;
  border-right: 0 solid transparent;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  transition: 300ms;
}
.modular3-2 .c1 .tabs li.on {
  color: #3064D8;
}
.modular3-2 .c1 .tabs li.on::before {
  width: 100%;
  transition: 300ms;
}
.modular3-2 .c1 .tabs li.on::after {
  bottom: -10px;
  border-top-width: 8px;
  border-left-width: 5px;
  border-right-width: 5px;
  transition: 300ms;
}
.modular3-2 .c1 .changes ul {
  display: none;
}
.modular3-2 .c1 .changes ul.on {
  display: block;
}
.modular3-2 .c1 .changes li {
  border-radius: 25px;
  padding: 40px 30px;
  background: #E3EAF5;
  margin-bottom: 50px;
  text-align: center;
}
.modular3-2 .c1 .changes li:last-child {
  margin-bottom: 0;
}
.modular3-2 .c1 .changes li .t {
  text-align: center;
  border-radius: 25px;
  line-height: 50px;
  color: #fff;
  font-size: 22px;
  display: inline-block;
  padding: 0 50px;
  margin: 0 auto 30px;
  min-width: 250px;
  background: linear-gradient(180deg, #B4CBFD 0%, #3064D8 100%);
}
.modular3-2 .c1 .changes li p {
  text-align: center;
  line-height: 2;
}
.modular3-2 .c2 {
  width: 620px;
}
.modular3-2 .c2 .circle {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background-image: radial-gradient(#D5E4FD, #B8CEFC);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.modular3-2 .c2 .circle1 p,
.modular3-2 .c2 .circle3 p {
  color: #3064D8;
  font-size: 20px;
  line-height: 2;
}
.modular3-2 .c2 .circle1 {
  margin-left: 50px;
}
.modular3-2 .c2 .circle2 {
  width: 280px;
  height: 280px;
  background-image: radial-gradient(#AEC9F8, #5884E3);
  position: relative;
  margin-top: -70px;
  margin-left: 150px;
}
.modular3-2 .c2 .circle2 p {
  color: #fff;
}
.modular3-2 .c2 .circle3 {
  margin-top: -100px;
}
.modular3-2 .c2 .top {
  margin-top: -130px;
}
.modular3-2 .c2 .bottom {
  position: relative;
}
.modular3-2 .c2 .lr {
  position: absolute;
  top: 20px;
  writing-mode: vertical-rl;
  font-size: 36px;
  color: #3064D8;
  right: 100px;
}
#modular4 .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#modular4 .swiper-slide .el {
  width: 24%;
}
#modular4 .content {
  margin-top: 80px;
}
#modular4 .pc-swiper {
  position: relative;
  padding: 0 100px;
}
#modular4 .pc-swiper .swiper-button-prev,
#modular4 .pc-swiper .swiper-button-next {
  position: absolute;
  cursor: pointer;
  top: 280px;
  width: 40px;
}
#modular4 .pc-swiper .swiper-button-prev:focus-within,
#modular4 .pc-swiper .swiper-button-next:focus-within {
  outline: unset;
}
#modular4 .pc-swiper .swiper-button-prev {
  left: 0;
}
#modular4 .pc-swiper .swiper-button-next {
  right: 0;
}
#modular4 .pc-swiper .top {
  width: 168px;
  height: 168px;
  border-radius: 50%;
  background: #E3EAF5;
  margin: 0 auto;
  margin-bottom: 10px;
}
#modular4 .pc-swiper img {
  border-radius: 50%;
}
#modular4 .pc-swiper .bottom {
  margin-bottom: 20px;
}
#modular4 .pc-swiper .bottom p {
  text-align: center;
  font-weight: bold;
}
#modular4 .pc-swiper .bottom .name {
  font-size: 22px;
  margin-bottom: 5px;
}
#modular4 .pc-swiper .swiper-slide .el .bottom:hover p {
  color: #3064D8;
}
#modular4 .t-list {
  display: none;
  margin-top: 30px;
  border-top: 6px #3064D8 solid;
  border-bottom: 6px #3064D8 solid;
  flex-wrap: wrap;
  justify-content: space-between;
}
#modular4 .t-list li {
  width: 25%;
  border-bottom: 1px #3064D8 solid;
  padding: 12px 0 16px;
}
#modular4 .t-list b {
  color: #3064D8;
  line-height: 38px;
}
#modular5 {
  padding-bottom: 0;
  padding-top: 0;
}
#modular5 .m5bg {
  padding: 80px 0;
  background: url(../images/bg4.png) no-repeat center top;
  background-size: cover;
}
#modular5 .m-title {
  margin-top: 100px;
}
#modular5 .top .t {
  color: #EECF4E;
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
}
#modular5 .top .list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
#modular5 .top .list li {
  width: 215px;
  border: 3px solid #fff;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 260px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
#modular5 .top .list li img {
  width: 60px;
}
#modular5 .top .list li p {
  font-size: 20px;
  color: #fff;
  margin-top: 10px;
}
#modular5 .top .list li .text {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #EECF4E;
  border: 3px solid #EECF4E;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 300ms;
}
#modular5 .top .list li .text p {
  color: #3064D8;
  margin-top: 0;
  font-size: 16px;
}
#modular5 .top .list li:hover {
  border-color: #EECF4E;
  transition: 300ms;
}
#modular5 .top .list li:hover .text {
  opacity: 1;
  transition: 300ms;
}
#modular5 .top .list2 {
  position: relative;
}
#modular5 .top .list2 .l1 {
  position: relative;
  width: 580px;
  z-index: 20;
}
#modular5 .top .list2 .l1 p {
  color: #fff;
}
#modular5 .top .list2 .l1 .tt {
  color: #EECF4E;
}
#modular5 .top .list2 .l1 p:not(.tt) {
  margin-bottom: 15px;
}
#modular5 .top .list2 .l2 {
  position: absolute;
  top: -80px;
  right: 0;
  width: 660px;
}
#modular5 .bottom {
  display: flex;
  margin-top: 30px;
}
#modular5 .bottom .list li {
  display: flex;
  margin-bottom: 25px;
  line-height: 1.75;
  font-size: 16px;
  align-items: center;
  text-align: justify;
}
#modular5 .bottom .list .time {
  flex-shrink: 0;
  margin-right: 15px;
  text-align: center;
  line-height: 37px;
}
#modular5 .bottom .list .time .year {
  height: 37px;
  background: #3064D8;
  width: 74px;
  color: #fff;
  border-radius: 4px 4px 0 0;
}
#modular5 .bottom .list .time .month {
  border-radius: 0 0 4px 4px;
  border: 1px solid #3064D8;
  height: 37px;
  width: 74px;
  color: #3064D8;
}
#modular5 .bottom .right {
  width: 565px;
  margin-left: 40px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#modular6 .img {
  display: block;
  margin: 40px auto;
}
#modular6 .m-title {
  margin-top: 40px;
}
#modular7 {
  background-image: url(../images/modular7-bg.png);
  color: #fff;
  padding-bottom: 0;
  padding-top: 60px;
  background-size: cover;
  background-position: center;
}
#modular7 P {
  color: #fff;
  line-height: 2;
}
#modular7 a {
  color: inherit;
}
#modular7 a:hover {
  text-decoration: underline;
}
#modular7 .cont {
  display: flex;
  align-items: flex-end;
}
#modular7 .left img {
  width: 395px;
  margin-bottom: 15px;
}
#modular7 .right {
  margin-left: auto;
}
#modular7 .right img + img {
  margin-left: 40px;
}
#modular7 .mbachina {
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-top: 1px solid #fff;
  display: block;
  margin-top: 30px;
  color: #fff;
}
.quick-btn {
  position: fixed;
  z-index: 99;
  top: 50vh;
  right: -100px;
  transform: translateY(-50%);
  transition: 300ms;
}
.quick-btn a {
  display: flex;
  overflow: hidden;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 0.8rem;
  height: 0.8rem;
  margin-bottom: 15px;
  color: #3064D8;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: -1px -2px 20px 0 rgba(0, 0, 0, 0.1);
}
.quick-btn a p {
  line-height: 1;
  margin-top: 5px;
  color: inherit;
}
.quick-btn a img {
  width: 0.35rem;
}
.quick-btn a img:nth-last-of-type(1) {
  display: none;
}
.quick-btn a:hover {
  transition: all 0.2s;
  color: #fff;
  background-color: #3064D8;
}
.quick-btn a:hover img:first-child {
  display: none;
}
.quick-btn a:hover img:nth-last-of-type(1) {
  display: block;
}
.quick-btn.on {
  right: 20px;
  transition: 300ms;
}
.quick-btn .pc-hide {
  display: none;
}
.pc-hide {
  display: none;
}
.pc-show {
  display: block;
}
@keyframes down {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    opacity: 1;
  }
}
@media (max-width: 750px) {
  body {
    font-size: 0.26rem;
  }
  .title-wrap {
    line-height: 0;
    align-items: center;
  }
  .title-wrap .left img {
    height: 0.96rem;
  }
  .title-wrap .right {
    height: unset;
  }
  .title-wrap .right img {
    height: 0.54rem;
  }
  section {
    padding: 0.8rem 0;
    font-size: 0.26rem;
    line-height: 1.75;
  }
  .m-title {
    font-size: 0.32rem;
    font-weight: bold;
  }
  .m-title::before {
    height: 0.3rem;
  }
  .m-title2 {
    font-size: 0.3rem;
    font-weight: bold;
  }
  .pc-hide {
    display: block;
  }
  .pc-show {
    display: none;
  }
  header {
    height: 100vh;
    background-image: url(../images/m-banner.png);
    background-size: cover;
    background-position: center;
  }
  header .banner-text {
    width: 7.09rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 2.76rem;
  }
  header .banner-text-bottom {
    bottom: 2.5rem;
    width: 4.2rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  header .banner-fenye {
    position: absolute;
    right: 0;
    bottom: 0.6rem;
    left: 0;
    width: 0.56rem;
    margin: 0 auto;
    animation: down 2s infinite;
  }
  .nav-wrap .cont {
    align-items: center;
  }
  .nav-wrap .logo {
    line-height: normal;
  }
  .nav-wrap .logo img {
    line-height: 0;
    height: 40px;
  }
  .nav-wrap .logo .nav-list {
    line-height: 80px;
  }
  .title-wrap .left {
    width: 2.76rem;
  }
  .title-wrap .left img {
    max-width: 100%;
  }
  .quick-btn {
    top: unset;
    bottom: 30px;
    transform: unset;
  }
  #modular1 .title-wrap {
    position: relative;
    z-index: 20;
    margin-left: 0;
    top: 0.16rem;
  }
  #modular1 .m-title + p {
    margin-bottom: 0.3rem;
  }
  #modular1 .content {
    margin-top: -1.6rem;
    padding-top: 0.8rem;
  }
  #modular1 .content .c1,
  #modular1 .content .c2 {
    display: block;
  }
  #modular1 .content .c1 img,
  #modular1 .content .c2 img {
    max-width: 100%;
  }
  #modular1 .content .c1 {
    margin-bottom: 2em;
  }
  #modular1 .content .c1 .img {
    width: auto;
    position: relative;
  }
  #modular1 .content .c1 .img .img2 {
    display: block;
    position: absolute;
    width: 4.2rem;
    height: auto;
    left: auto;
    right: 0;
    bottom: -0.4rem;
    margin: auto;
  }
  #modular1 .content .c1 .text {
    margin-left: 0;
    margin-top: 0.3rem;
  }
  #modular1 .content .c2 .img {
    width: auto;
    margin-bottom: 1em;
  }
  #modular1 .content .c2 .img .img2 {
    width: 4.4rem;
    height: auto;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  #modular1 .content .c2 .text {
    padding-top: unset;
    margin-right: unset;
  }
  #modular1 .content .num {
    font-size: 18px;
  }
  #modular1 .content p:not(.m-title) {
    text-indent: 2em;
    letter-spacing: 1px;
  }
  #modular1 .content .c3 {
    display: block;
    padding: 0.2rem 0.3rem 0.2rem 0.6rem;
    margin-top: 2em;
  }
  #modular1 .content .c3 .left ul,
  #modular1 .content .c3 .left li {
    display: list-item;
    list-style-type: disc;
  }
  #modular1 .content .c3 .left ul::marker,
  #modular1 .content .c3 .left li::marker {
    color: #3064D8;
    background-color: #3064D8;
  }
  #modular1 .content .c3 .left li:not(:last-child) {
    margin-bottom: 20px;
  }
  #modular1 .content .c3 .right {
    border-radius: 0px 0px 0.2rem 0.2rem;
    width: unset;
    text-align: center;
    margin-top: 0.3rem;
  }
  #modular1 .content .c3 .right img {
    width: 4.41rem;
  }
  #modular2 {
    background: #EFF4FA;
  }
  #modular2 .content {
    padding-top: 0.5rem;
    display: block;
  }
  #modular2 .content > div {
    border-radius: 0.25rem;
    padding: 0.3rem;
  }
  #modular2 .c1 {
    width: unset;
    background: #3064D8 url(../images/img6.png) no-repeat right bottom;
    background-size: 2.2rem 2.68rem;
  }
  #modular2 .c1 p {
    color: #fff;
    line-height: 2;
  }
  #modular2 .c1 .m-title2 {
    text-align: center;
    margin-bottom: 0.4rem;
  }
  #modular2 .c1 .tabs {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 0.5rem;
  }
  #modular2 .c1 .tabs li {
    width: 30%;
    line-height: 0.7rem;
    border-radius: 0.5rem;
    font-size: 0.3rem;
  }
  #modular2 .c1 .tabs li::after {
    border-left: 0.2 solid transparent;
    border-right: 0.2 solid transparent;
  }
  #modular2 .c1 .tabs li.on {
    background: linear-gradient(180deg, #FFF5CE 0%, #EECF4E 100%);
    transition: 300ms;
  }
  #modular2 .c1 .tabs li.on::after {
    border-top-width: 10px;
    bottom: -10px;
    transition: 300ms;
  }
  #modular2 .c1 .middle {
    border-bottom: 1px solid #fff;
    margin-bottom: 0/3rem;
  }
  #modular2 .c1 .middle li {
    display: inline-block;
    margin-bottom: 0.3rem;
    line-height: 1.5;
  }
  #modular2 .c1 .middle li:nth-child(1) {
    margin-right: unset;
  }
  #modular2 .c1 .middle li .t {
    font-size: 0.3rem;
  }
  #modular2 .c1 .changes li {
    display: none;
  }
  #modular2 .c1 .changes li.on {
    display: block;
  }
  #modular2 .c2 {
    margin-top: 0.3rem;
    width: unset;
  }
  #modular2 .c2 .m-title {
    font-size: 0.32rem;
    margin-bottom: 0.2rem;
  }
  #modular2 .c2 .middle {
    border-bottom: 1px dashed #3064D8;
    margin-bottom: 0.3rem;
  }
  #modular2 .c2 .middle li {
    display: inline-block;
    margin-right: 0.5rem;
    margin-bottom: 0.2rem;
  }
  #modular2 .c2 .middle li:nth-child(1) {
    margin-right: 0.5rem;
  }
  #modular2 .c2 .middle li .t {
    font-weight: bold;
    margin-right: 0.5rem;
  }
  #modular2 .c2 .middle2 {
    border: none;
    margin-bottom: 0;
  }
  #modular2 .c2 .middle2 li:last-child {
    margin-bottom: 0;
  }
  .content {
    padding-top: 0.5rem;
  }
  #modular3 .m-title::before {
    width: 4px;
  }
  #modular3 .c1 {
    display: block;
    margin-top: 0.4rem;
  }
  #modular3 .c1 .left {
    width: unset;
  }
  #modular3 .c1 .left li {
    margin-bottom: 0.4rem;
    padding: 0.2rem 0.5rem;
  }
  #modular3 .c1 .left li p {
    text-align: center;
    line-height: 2;
  }
  #modular3 .c1 .left li .t {
    font-size: 0.3rem;
  }
  #modular3 .c1 .right {
    margin-left: unset;
    flex: 1;
  }
  #modular3 .c1 .right p:not(.t) {
    line-height: 2;
  }
  #modular3 .c1 .right .line {
    background: #fff;
    opacity: 0.6;
    height: 3px;
    width: 100%;
    margin-bottom: 20px;
  }
  #modular3 .c1 .right .line2 {
    background: #fff;
    opacity: 0.6;
    height: 1px;
    width: 100%;
    margin-bottom: 30px;
  }
  #modular3 .c1 .right .img {
    margin-bottom: 0.3rem;
  }
  #modular3 .c1 .right .img img {
    text-align: right;
    margin-left: auto;
    width: 3rem;
    margin-top: unset;
    margin-bottom: unset;
  }
  .modular3-1 {
    padding: 0.8rem 0;
  }
  .modular3-1 .list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: unset;
    align-items: stretch;
    overflow-x: scroll;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
  }
  .modular3-1 .list::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
  }
  .modular3-1 .list li {
    width: 2.6rem;
    margin-right: 0.3rem;
    margin-bottom: 10px;
    flex-shrink: 0;
    box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.08);
  }
  .modular3-1 .list .top {
    position: relative;
    z-index: 1;
  }
  .modular3-1 .list .middle {
    width: 1.8rem;
    height: 1.8rem;
    margin: -0.9rem auto 0;
    background: url(../images/bg2.png) no-repeat center;
    background-size: 100% 100%;
    position: relative;
    z-index: 5;
    transition: 300ms;
  }
  .modular3-1 .list .middle p {
    font-size: unset;
  }
  .modular3-1 .list .middle .t {
    line-height: 0.9rem;
  }
  .modular3-1 .list .bottom {
    font-size: 0.24rem;
  }
  .modular3-1 .list .bottom p {
    text-align: left;
    word-break: unset;
  }
  .modular3-1 .pc-hide {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #3064D8;
    padding-right: 0.3rem;
    margin-bottom: -0.4rem;
    margin-top: 0.2rem;
  }
  .modular3-1 .pc-hide img {
    width: 0.57rem;
    margin-right: 0.1rem;
  }
  .modular3-2 {
    background: #EFF4FA;
    padding: 0.8rem 0;
  }
  .modular3-2 .content {
    display: block;
  }
  .modular3-2 .c1 {
    width: unset;
  }
  .modular3-2 .c1 .tabs {
    justify-content: space-around;
    padding: 0 0.4rem;
    line-height: 0.76rem;
    background: #E3EAF5;
    border-radius: 0.5rem;
    margin-bottom: 30px;
  }
  .modular3-2 .c1 .tabs li {
    font-size: 0.3rem;
  }
  .modular3-2 .c1 .tabs li::before {
    height: 2px;
    bottom: 6px;
  }
  .modular3-2 .c1 .tabs li.on {
    color: #3064D8;
  }
  .modular3-2 .c1 .tabs li.on::before {
    width: 100%;
    transition: 300ms;
  }
  .modular3-2 .c1 .tabs li.on::after {
    bottom: 0;
  }
  .modular3-2 .c1 .changes ul {
    display: none;
  }
  .modular3-2 .c1 .changes ul.on {
    display: block;
  }
  .modular3-2 .c1 .changes li {
    border-radius: 0.2rem;
    padding: 0.3rem;
    background: #E3EAF5;
    margin-bottom: 0.5rem;
    text-align: center;
  }
  .modular3-2 .c1 .changes li:last-child {
    margin-bottom: 0;
  }
  .modular3-2 .c1 .changes li .t {
    text-align: center;
    border-radius: 0.5rem;
    line-height: 2.5;
    color: #fff;
    font-size: 0.3rem;
    display: inline-block;
    padding: 0 50px;
    margin: 0 auto 0.3rem;
    min-width: 2.5rem;
    background: linear-gradient(180deg, #B4CBFD 0%, #3064D8 100%);
  }
  .modular3-2 .c1 .changes li p {
    text-align: center;
    line-height: 2;
  }
  .modular3-2 .c2 {
    width: unset;
  }
  .modular3-2 .c2 .circle {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-image: radial-gradient(#D5E4FD, #B8CEFC);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.24rem;
  }
  .modular3-2 .c2 .circle1 p,
  .modular3-2 .c2 .circle3 p {
    color: #3064D8;
    font-size: unset;
    line-height: 2;
  }
  .modular3-2 .c2 .circle1 {
    margin-left: 0.5rem;
  }
  .modular3-2 .c2 .circle2 {
    width: 4.4rem;
    height: 4.4rem;
    background-image: radial-gradient(#AEC9F8, #5884E3);
    position: relative;
    margin-top: -1rem;
    margin-left: 1.5rem;
  }
  .modular3-2 .c2 .circle2 p {
    color: #fff;
  }
  .modular3-2 .c2 .circle3 {
    margin-top: -1rem;
  }
  .modular3-2 .c2 .top {
    margin-top: unset;
  }
  .modular3-2 .c2 .bottom {
    position: relative;
  }
  .modular3-2 .c2 .lr {
    top: 0;
    bottom: 0;
    text-align: center;
    writing-mode: vertical-rl;
    font-size: 0.36rem;
    color: #3064D8;
    right: 0.1rem;
  }
  #modular4 .swiper-slide .el {
    width: 32%;
  }
  #modular4 .content {
    margin-top: unset;
  }
  #modular4 .t-list {
    display: none;
    margin-top: 0.3rem;
    border-top: 0.06rem #3064D8 solid;
    border-bottom: 0.06rem #3064D8 solid;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #modular4 .t-list li {
    width: 50%;
    border-bottom: 1px #3064D8 solid;
    padding: 12px 0 16px;
  }
  #modular4 .t-list b {
    color: #3064D8;
    line-height: 38px;
  }
  #modular5 {
    padding-bottom: 0;
    padding-top: 0;
  }
  #modular5 .m5bg {
    padding: 0.8rem 0;
    background: url(../images/bg4.png) no-repeat center top;
    background-size: cover;
  }
  #modular5 .m-title {
    margin-top: 0.4rem;
  }
  #modular5 .top .t {
    color: #EECF4E;
    font-size: 0.32rem;
    text-align: center;
    margin-bottom: 0.4rem;
  }
  #modular5 .top .swiper {
    padding-bottom: 0.8rem;
  }
  #modular5 .top .swiper .swiper-pagination-bullet {
    width: 0.4rem;
    height: 0.1rem;
    border-radius: 0.1rem;
    background: #fff;
  }
  #modular5 .top .swiper .swiper-pagination-bullet-active {
    width: 0.8rem;
  }
  #modular5 .top .swiper-slide {
    border: 0.03rem solid #fff;
    border-radius: 0.2rem;
    display: block;
    height: 3.4rem;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #modular5 .top .swiper-slide > div:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.2rem;
  }
  #modular5 .top .swiper-slide > div:first-child img {
    max-width: 0.6rem;
    margin-right: 0.1rem;
  }
  #modular5 .top .swiper-slide > div:first-child p {
    margin-top: 0;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
  }
  #modular5 .top .swiper-slide .text {
    position: unset;
    opacity: 1;
    display: block;
    background: none;
    border: none;
  }
  #modular5 .top .swiper-slide .text p {
    text-align: left;
    color: #fff;
    font-size: 14px;
  }
  #modular5 .top .list2 {
    position: relative;
  }
  #modular5 .top .list2 .l1 {
    position: relative;
    width: unset;
    z-index: 20;
  }
  #modular5 .top .list2 .l2 {
    position: unset;
    top: unset;
    width: unset;
    margin-top: -0.8rem;
  }
  #modular5 .bottom {
    display: block;
    margin-top: 0.3rem;
  }
  #modular5 .bottom .list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.5rem;
    line-height: 1.5;
    font-size: 0.26rem;
  }
  #modular5 .bottom .list .time {
    font-size: 0.3rem;
    margin-right: 0.2rem;
  }
  #modular5 .bottom .right {
    width: unset;
    margin-left: 0;
    flex-direction: row;
    align-items: flex-end;
  }
  #modular5 .bottom .right img {
    width: 49%;
  }
  #modular5 .bottom .right img:first-child {
    position: relative;
    top: 0.28rem;
  }
  #modular6 {
    padding-bottom: 0.4rem;
  }
  #modular6 .img {
    display: block;
    margin: 0.4rem auto;
  }
  #modular6 .m-title {
    margin-top: 0.4rem;
  }
  #modular7 {
    background-image: url(../images/modular7-bg.png);
    color: #fff;
    padding-bottom: 0;
    padding-top: 60px;
    background-size: cover;
    background-position: center;
  }
  #modular7 P {
    color: #fff;
    line-height: 2;
  }
  #modular7 a {
    color: inherit;
  }
  #modular7 a:hover {
    text-decoration: underline;
  }
  #modular7 .cont {
    display: block;
    align-items: flex-end;
  }
  #modular7 .left img {
    width: 395px;
    margin-bottom: 15px;
  }
  #modular7 .right {
    margin-top: 0.5rem;
    margin-left: auto;
    text-align: center;
  }
  #modular7 .right img {
    width: 2.06rem;
  }
  #modular7 .right img + img {
    margin-left: 1.3rem;
  }
  #modular7 .mbachina {
    height: 0.8rem;
    line-height: 0.8rem;
    margin-top: 0.5rem;
    color: #fff;
    opacity: 0.8;
  }
  .quick-btn a {
    width: 1rem;
    height: 1rem;
    font-size: 0.2rem;
  }
  .swiper {
    font-size: 0.24rem;
    padding-bottom: 0.6rem;
  }
  .swiper p {
    text-align: center;
  }
  .swiper .swiper-slide .top {
    border-radius: 50%;
    overflow: hidden;
    width: 1.7rem;
    height: 1.7rem;
    background: #A0B8ED;
    margin: 0 auto;
  }
  .swiper .swiper-slide .top img {
    width: 1.54rem;
    height: 1.54rem;
    border-radius: 50%;
  }
  .swiper .name {
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 1.4;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
  }
  #modular5 .top .list2 .l1 .tt {
    font-weight: bold;
  }
}
