.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:nth-child(2) {
  position: absolute;
  top: 130px;
  right: 0;
}
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 {
  text-align: center;
  padding: 0;
  white-space: nowrap;
}
.nav-wrap .nav-list li a:hover,
.nav-wrap .nav-list li a.active {
  background-color: #f6c088;
  color: #333;
}
.title-wrap {
  text-align: center;
  position: relative;
}
.title-wrap .cn-title {
  font-size: 48px;
  color: #1e4eac;
  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;
}
.title-wrap::after {
  content: '';
  display: block;
  width: 1000px;
  height: 1px;
  background-color: #f6c088;
  opacity: 0.6;
  position: absolute;
  left: 100px;
  bottom: 18px;
  z-index: 10;
}
#modular1 .content {
  padding-top: 85px;
  position: relative;
  text-align: right;
}
#modular1 .content .left-con {
  position: absolute;
  left: 0;
  top: 0;
}
#modular1 .content .left-con img {
  position: relative;
  z-index: 20;
}
#modular1 .content .left-con .left-t {
  position: absolute;
  z-index: 10;
  left: -50px;
  top: 0;
  color: rgba(0, 0, 0, 0.4);
  font-size: 22px;
  writing-mode: vertical-lr;
  letter-spacing: 6px;
}
#modular1 .content .left-con .bg {
  position: absolute;
  z-index: 10;
  left: -150px;
  bottom: -130px;
  width: 340px;
  height: 234px;
  background-color: rgba(246, 192, 136, 0.1);
}
#modular1 .content .right-con {
  position: relative;
  z-index: 30;
  display: inline-block;
  text-align: left;
  width: 900px;
  padding: 50px 100px 40px 70px;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.04);
}
#modular1 .content .right-con .content-title {
  font-size: 36px;
  color: #1e4eac;
  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: #1e4eac;
  padding: 0 20px;
  position: relative;
}
#modular1 .content .right-con .list-title .text::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid #1e4eac;
  border-bottom: 20px solid #1e4eac;
  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: #1e4eac;
}
#modular1 .content .right-con .list .item:last-child {
  margin-right: 0;
}
#modular2 {
  background: url(../images/bg1.png) no-repeat center bottom;
  background-size: cover;
}
#modular2 .title-wrap .en-title {
  background: none;
}
#modular2 .title-wrap::after {
  width: 360px;
}
#modular2 .title-wrap::before {
  content: '';
  display: block;
  width: 360px;
  height: 1px;
  background-color: #f6c088;
  opacity: 0.6;
  position: absolute;
  right: 100px;
  bottom: 18px;
  z-index: 10;
}
#modular2 .content .c-title {
  font-size: 36px;
  line-height: 1.8;
  padding-left: 20px;
  background-image: linear-gradient(to right, rgba(246, 192, 136, 0.6), transparent 40%);
}
#modular2 .content .c1-cont {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 65px;
}
#modular2 .content .c1-cont .left-con {
  display: flex;
  flex-wrap: nowrap;
}
#modular2 .content .c1-cont .left-con li {
  padding-right: 30px;
  border-right: 1px solid #333;
  margin-right: 40px;
}
#modular2 .content .c1-cont .left-con li:last-child {
  border: none;
}
#modular2 .content .c1-cont .left-con P:nth-child(2) {
  font-size: 28px;
  letter-spacing: 26px;
}
#modular2 .content .c1-cont .left-con .top {
  font-size: 24px;
  line-height: 1;
  color: #1e4eac;
}
#modular2 .content .c1-cont .left-con .num {
  font-size: 48px;
}
#modular2 .content .c1-cont .right-con {
  display: flex;
  flex-wrap: nowrap;
}
#modular2 .content .c1-cont .right-con li {
  margin-right: 40px;
  line-height: 2;
}
#modular2 .content .c1-cont .right-con li img {
  margin-right: 10px;
}
#modular2 .content .c2 {
  margin-top: 90px;
  display: flex;
  flex-wrap: nowrap;
}
#modular2 .content .c2 .left-cont {
  position: relative;
  margin-right: 50px;
}
#modular2 .content .c2 .left-cont .top {
  position: relative;
  z-index: 20;
  width: 430px;
  height: 328px;
  background: url(../images/img3.png) no-repeat center left;
  background-size: cover;
}
#modular2 .content .c2 .left-cont .top .title {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  width: 100%;
  font-size: 36px;
  line-height: 70px;
  background-image: linear-gradient(to right, rgba(30, 78, 172, 0.6), transparent);
  padding-left: 30px;
}
#modular2 .content .c2 .left-cont .bottom {
  position: absolute;
  width: 430px;
  height: 328px;
  z-index: 10;
  border: 1px solid #1e4eac;
  top: 10px;
  right: 10px;
}
#modular2 .content .c2 .right-cont {
  flex: 1;
}
#modular2 .content .c2 .right-cont .top .title {
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #898989;
  width: 500px;
  margin-bottom: 10px;
}
#modular2 .content .c2 .right-cont .top .title span {
  color: #1e4eac;
}
#modular2 .content .c2 .right-cont .top .title .num {
  font-weight: bold;
  font-size: 42px;
}
#modular2 .content .c2 .right-cont .top .list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 500px;
}
#modular2 .content .c2 .right-cont .top .list li {
  font-size: 18px;
}
#modular2 .content .c2 .right-cont .top .list img {
  margin-right: 10px;
}
#modular2 .content .c2 .right-cont .top .list2 {
  position: relative;
  padding: 30px 0;
}
#modular2 .content .c2 .right-cont .top .list2 p {
  line-height: 2;
  position: relative;
  z-index: 20;
}
#modular2 .content .c2 .right-cont .top .list2::after {
  content: '';
  display: block;
  width: 920px;
  height: 230px;
  background: url(../images/bg2.png) no-repeat center right;
  background-size: cover;
  position: absolute;
  z-index: 15;
  right: 0;
  top: 15px;
}
#modular2 .content .c3 {
  margin-top: 50px;
}
#modular2 .content .c3 .c-title {
  color: #fff;
  background-image: linear-gradient(to right, rgba(30, 78, 172, 0.6), transparent 40%);
}
#modular2 .content .c3 .tlist {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#modular2 .content .c3 .tlist .teacher-wrap {
  width: 33%;
  margin-bottom: 50px;
}
#modular2 .content .c3 .tlist .teacher-wrap .top {
  display: flex;
  flex-wrap: nowrap;
}
#modular2 .content .c3 .tlist .teacher-wrap .top .right {
  margin-top: auto;
  padding-left: 20px;
}
#modular2 .content .c3 .tlist .teacher-wrap .top .right p {
  font-size: 18px;
  white-space: nowrap;
}
#modular2 .content .c3 .tlist .teacher-wrap .top .right .t {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
#modular2 .content .c3 .tlist .teacher-wrap .bottom {
  margin-top: 10px;
}
#modular2 .content .c3 .tlist .teacher-wrap .bottom p {
  font-size: 18px;
}
#modular2 .content .c4 .list {
  margin-top: 50px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#modular2 .content .c4 .list img {
  width: 24px;
  height: 24px;
  position: relative;
  top: 4px;
  margin-right: 10px;
}
#modular2 .content .c4 .list p {
  font-weight: bold;
  font-size: 20px;
  display: flex;
  flex-wrap: nowrap;
  flex: 1;
  margin-bottom: 20px;
}
#modular2 .content .c4 .mobile-show {
  display: none;
}
#modular3 {
  background: url(../images/bg3.png) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
#modular3 .title-wrap .cn-title,
#modular3 .title-wrap .en-title {
  color: #fff;
}
#modular3 .title-wrap .en-title {
  background: transparent;
}
#modular3 .title-wrap::after {
  width: 350px;
}
#modular3 .title-wrap::before {
  content: '';
  display: block;
  width: 350px;
  height: 1px;
  background-color: #f6c088;
  opacity: 0.6;
  position: absolute;
  right: 100px;
  bottom: 18px;
  z-index: 10;
}
#modular3 .content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#modular3 .content .left-cont {
  margin-right: 70px;
  flex: 1;
}
#modular3 .content .right-cont {
  width: 340px;
}
#modular3 .content .tab-btn {
  display: flex;
  flex-wrap: nowrap;
}
#modular3 .content .tab-btn li {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 60px;
  width: 260px;
  text-align: center;
  margin-right: 10px;
  background: #1e4eac;
  cursor: pointer;
}
#modular3 .content .tab-btn li.active,
#modular3 .content .tab-btn li:hover {
  color: #333;
  background-color: #f6c088;
}
#modular3 .content .tab-change {
  margin-top: 40px;
}
#modular3 .content .tab-change .change {
  display: none;
  flex-wrap: nowrap;
}
#modular3 .content .tab-change .change.active {
  display: flex;
}
#modular3 .content .tab-change .left {
  margin-right: 30px;
  width: 46px;
}
#modular3 .content .tab-change .left img {
  width: 100%;
}
#modular3 .content .tab-change .right {
  flex: 1;
}
#modular3 .content .tab-change .right img {
  width: 45px;
  margin-right: 10px;
}
#modular3 .content .tab-change .right div {
  display: flex;
  padding-bottom: 40px;
  align-items: center;
}
#modular3 .content .tab-change .right div > span {
  font-size: 18px;
  color: #f6c088;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  width: 90px;
  margin-right: 20px;
}
#modular3 .content .tab-change .right .top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 40px;
}
#modular3 .content .tab-change .right p {
  flex: 1;
  color: #fff;
  font-size: 18px;
}
#modular3 .content .tab-change .right .bottom2 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 30px;
}
#modular3 .content .tab-change .right .bottom2 li {
  flex: 1;
}
#modular3 .content .tab-change .right .bottom2 img {
  width: 30px;
  height: 30px;
  position: relative;
  top: -10px;
}
#modular3 .content .tab-change .right .bottom2 p {
  margin-bottom: 20px;
  font-size: 18px;
}
#modular3 .content .tab-change .right .bottom2 p span {
  font-size: 36px;
  font-weight: bold;
  display: inline-block;
  margin-right: 20px;
}
#modular4 {
  background: url(../images/bg4.png) no-repeat center;
  background-size: cover;
}
#modular4 .title-wrap .en-title {
  background: none;
}
#modular4 .title-wrap::after {
  width: 360px;
}
#modular4 .title-wrap::before {
  content: '';
  display: block;
  width: 360px;
  height: 1px;
  background-color: #f6c088;
  opacity: 0.6;
  position: absolute;
  right: 100px;
  bottom: 18px;
  z-index: 10;
}
#modular4 .content .list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#modular4 .content .list li {
  width: 260px;
  text-align: center;
  padding: 40px 30px;
  box-shadow: 1px 1px 29px 3px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  transition: 300ms;
}
#modular4 .content .list li P {
  margin-top: 20px;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
}
#modular4 .content .list li img {
  width: 70px;
}
#modular4 .content .list li:hover {
  transform: translateY(-5px);
  transition: 300ms;
}
#modular4 .content .list li:nth-child(odd) {
  background-color: #1e4eac;
}
#modular4 .content .list li:nth-child(odd) p {
  color: #fff;
}
#modular4 .content .list li:nth-child(even) {
  background-color: #f6c088;
}
#modular4 .content .list li:nth-child(even) p {
  color: #333;
}
#modular5 {
  background: url(../images/bg5.png) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
#modular5 .title-wrap .cn-title {
  color: #f6c088;
}
#modular5 .title-wrap .en-title {
  color: rgba(255, 255, 255, 0.4);
  background: none;
}
#modular5 .title-wrap::after {
  width: 260px;
}
#modular5 .title-wrap::before {
  content: '';
  display: block;
  width: 260px;
  height: 1px;
  background-color: #f6c088;
  opacity: 0.6;
  position: absolute;
  right: 100px;
  bottom: 18px;
  z-index: 10;
}
#modular5 .c1 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#modular5 .c1 .left-cont {
  width: 350px;
}
#modular5 .c1 .left-cont p {
  margin-bottom: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: lighter;
}
#modular5 .c1 .left-cont .title {
  color: #f6c088;
  font-size: 36px;
  font-weight: normal;
}
#modular5 .c1 .left-cont .sub-title {
  font-size: 20px;
  font-weight: normal;
}
#modular5 .c1 .left-cont ul {
  margin-top: 30px;
}
#modular5 .c1 .left-cont ul li {
  font-size: 18px;
  color: #f6c088;
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
}
#modular5 .c1 .left-cont ul li::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-left: 10px solid #f6c088;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#modular5 .c1 .right-cont {
  width: 720px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#modular5 .c1 .right-cont li {
  width: 355px;
  height: 248px;
  position: relative;
  margin-bottom: 10px;
  transition: 300ms;
}
#modular5 .c1 .right-cont li p {
  font-size: 22px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  line-height: 2;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}
#modular5 .c1 .right-cont li:hover {
  z-index: 50;
  transform: scale(1.1);
  transition: 300ms;
}
#modular5 .c1 .right-cont li:nth-child(1) {
  background: url(../images/img5.png) no-repeat center;
  background-size: cover;
}
#modular5 .c1 .right-cont li:nth-child(2) {
  background: url(../images/img7.png) no-repeat center;
  background-size: cover;
}
#modular5 .c1 .right-cont li:nth-child(3) {
  background: url(../images/img6.png) no-repeat center;
  background-size: cover;
}
#modular5 .c1 .right-cont li:nth-child(4) {
  background: url(../images/img8.png) no-repeat center;
  background-size: cover;
}
#modular5 .c2 {
  margin-top: 100px;
}
#modular5 .c2 .title {
  color: #f6c088;
  font-size: 36px;
  margin-bottom: 30px;
}
#modular5 .c2 ul {
  display: flex;
  flex-wrap: nowrap;
}
#modular5 .c2 li {
  flex: 1;
  background-color: #f6c088;
  padding: 50px 40px;
  height: 490px;
}
#modular5 .c2 li p {
  font-size: 18px;
  letter-spacing: 1px;
}
#modular5 .c2 li .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}
#modular5 .c2 li:nth-child(2) {
  background-color: #2b7de1;
}
#modular5 .c2 li:nth-child(2) p {
  color: #fff;
}
#modular5 .c2 li:nth-child(2) .title {
  color: #fff;
}
#modular6 {
  background: url(../images/bg6.png) no-repeat center bottom;
}
#modular6 .c-title {
  font-size: 36px;
  line-height: 1.8;
  padding-left: 20px;
  background-image: linear-gradient(to right, rgba(246, 192, 136, 0.6), transparent 40%);
  margin-bottom: 50px;
}
#modular6 img {
  margin-bottom: 50px;
}
#modular7 {
  background: url(../images/bg7.png) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
#modular7 .title-wrap .cn-title {
  color: #f6c088;
}
#modular7 .title-wrap .en-title {
  color: rgba(255, 255, 255, 0.4);
  background: none;
}
#modular7 .title-wrap::after {
  width: 300px;
}
#modular7 .title-wrap::before {
  content: '';
  display: block;
  width: 300px;
  height: 1px;
  background-color: #f6c088;
  opacity: 0.6;
  position: absolute;
  right: 100px;
  bottom: 18px;
  z-index: 10;
}
#modular7 .content ul {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}
#modular7 .content li {
  display: flex;
  flex-wrap: nowrap;
}
#modular7 .content li .mobile-show {
  display: none;
}
#modular7 .content li div {
  text-align: center;
  font-size: 18px;
  padding: 25px 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#modular7 .content li div:not(:first-child) {
  flex: 1 1 50%;
}
#modular7 .content li div:last-child {
  border-right: none;
}
#modular7 .content li .th2 {
  width: 150px;
  flex-shrink: 0;
}
#modular7 .content li span {
  display: block;
}
#modular7 .content li:last-child div {
  border-bottom: none;
  border-right: none;
}
#modular7 .content .th {
  color: #333;
  background: #f6c088;
}
#modular7 .content .th div {
  font-weight: bold;
}
#modular8 {
  background: url(../images/bg8.png) no-repeat center;
  background-size: cover;
}
#modular8 .title-wrap .en-title {
  background: none;
}
#modular8 .title-wrap::after {
  width: 400px;
}
#modular8 .title-wrap::before {
  content: '';
  display: block;
  width: 400px;
  height: 1px;
  background-color: #f6c088;
  opacity: 0.6;
  position: absolute;
  right: 100px;
  bottom: 18px;
  z-index: 10;
}
#modular8 .content .title {
  font-size: 36px;
  color: #1e4eac;
  position: relative;
  padding-left: 50px;
  margin-bottom: 20px;
}
#modular8 .content .title img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#modular8 .content .t-list {
  border-bottom: 2px solid #1e4eac;
}
#modular8 .content .t-list li {
  display: flex;
  flex-wrap: nowrap;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
}
#modular8 .content .t-list li span {
  flex: 1;
}
#modular8 .content .t-list .t-head {
  color: #fff;
  background-color: #1e4eac;
}
#modular8 .content .t-list li:nth-child(3) {
  background: #eaf1ff;
}
#modular8 .content .attention {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 30px;
  margin-bottom: 50px;
}
#modular8 .content .attention div {
  color: #1e4eac;
  font-weight: bold;
  font-size: 18px;
}
#modular8 .content .list2 {
  margin-bottom: 50px;
}
#modular8 .content .list2 li {
  margin-bottom: 10px;
  font-size: 20px;
}
#modular8 .content .tab-btn {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 30px;
}
#modular8 .content .tab-btn .btn {
  position: relative;
  width: 200px;
}
#modular8 .content .tab-btn .btn div {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #f6c088;
  text-align: center;
  line-height: 120px;
  cursor: pointer;
  margin: 0 auto 20px;
  transition: 300ms;
}
#modular8 .content .tab-btn .btn div:hover {
  transform: scale(1.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.04);
  transition: 300ms;
}
#modular8 .content .tab-btn .btn p {
  text-align: center;
  font-size: 18px;
}
#modular8 .content .tab-btn .btn::after {
  content: '';
  display: block;
  width: 126px;
  height: 15px;
  background: url(../images/jt.png) no-repeat center;
  position: absolute;
  left: 190px;
  top: 50px;
}
#modular8 .content .tab-btn .btn:last-child:after {
  display: none;
}
#modular8 .content .tab-btn .btn.active div {
  background: #1e4eac;
}
#modular8 .content .tab-change {
  margin-top: 30px;
}
#modular8 .content .tab-change .change {
  padding: 50px 30px;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  display: none;
  height: 340px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.08);
}
#modular8 .content .tab-change .change img {
  margin-top: 30px;
}
#modular8 .content .tab-change .change p {
  margin-bottom: 10px;
}
#modular8 .content .tab-change .change.active {
  display: block;
}
#modular8 .content .tab-change .change::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -18px;
  left: 0;
  border-bottom: 18px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
#modular8 .content .tab-change .change:nth-child(1)::after {
  left: 85px;
}
#modular8 .content .tab-change .change:nth-child(2)::after {
  left: 435px;
}
#modular8 .content .tab-change .change:nth-child(3)::after {
  left: 780px;
}
#modular8 .content .tab-change .change:nth-child(4)::after {
  left: 1135px;
}
#modular8 .content .tab-change .title {
  color: #333;
  font-weight: bold;
  font-size: 20px;
  padding-left: 0;
}
.footer {
  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;
}
.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 {
    position: fixed;
    top: 0;
    left: 0;
  }
  .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: 2rem;
    background: rgba(255, 255, 255, 0.9);
  }
  .nav-wrap .nav-list a {
    color: #808080;
  }
  .nav-wrap .nav-list li a.active {
    background: none;
    color: #1e4eac;
    font-weight: bold;
  }
  .nav-wrap .nav-list li a:hover {
    background: none;
    color: #1e4eac;
    font-weight: bold;
  }
  body {
    padding-top: 1rem;
  }
  header {
    height: 7.3rem;
  }
  .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 {
    padding-bottom: 0;
  }
  #modular1 .content {
    padding-top: 2.8rem;
  }
  #modular1 .content .right-con {
    width: 100%;
    position: relative;
    left: -0.15rem;
    padding: 0.5rem 0.4rem;
    overflow: hidden;
  }
  #modular1 .content .right-con::after {
    content: '';
    display: block;
    width: 4rem;
    height: 4rem;
    background: url(../images/m-bg1.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    right: -2rem;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
  }
  #modular1 .content .right-con ul {
    position: relative;
    z-index: 50;
  }
  #modular1 .content .right-con .content-title {
    font-size: 0.38rem;
  }
  #modular1 .content .right-con .list-title {
    margin-top: 0.4rem;
    margin-bottom: 0.3rem;
  }
  #modular1 .content .right-con .list-title .block {
    height: 0.4rem;
  }
  #modular1 .content .right-con .list-title .text {
    font-size: 0.26rem;
    line-height: 0.4rem;
    padding: 0 0.2rem;
  }
  #modular1 .content .right-con .list-title .text::after {
    right: -0.2rem;
    border-left: 0.1rem solid #1e4eac;
    border-bottom: 0.2rem solid #1e4eac;
    border-top: 0.2rem solid transparent;
    border-right: 0.1rem solid transparent;
  }
  #modular1 .content .right-con .list {
    display: block;
  }
  #modular1 .content .right-con .list.pc-show {
    display: none;
  }
  #modular1 .content .right-con .list.mobile-show {
    display: block;
  }
  #modular1 .content .right-con .list .item {
    margin-bottom: 0.2rem;
    margin-right: 0;
  }
  #modular1 .content .right-con .list .item .num {
    font-size: 0.3rem;
  }
  #modular1 .content .right-con .list .item img {
    top: -5px;
    width: 0.25rem;
  }
  #modular2 {
    background-size: cover;
    background-position: center;
  }
  #modular2 .title-wrap::after {
    width: 2rem;
  }
  #modular2 .title-wrap::before {
    width: 2rem;
    right: 0;
    bottom: 0.16rem;
  }
  #modular2 .content .c-title {
    font-size: 0.36rem;
    background-image: linear-gradient(to right, rgba(246, 192, 136, 0.6), transparent 100%);
  }
  #modular2 .content .c1-cont {
    margin-top: 0.5rem;
    display: block;
  }
  #modular2 .content .c1-cont .left-con li {
    margin-right: 0.3rem;
    padding-right: 0.3rem;
  }
  #modular2 .content .c1-cont .left-con li .top {
    font-size: 0.2rem;
  }
  #modular2 .content .c1-cont .left-con li .num {
    font-weight: bold;
    font-size: 0.4rem;
    letter-spacing: 2px;
  }
  #modular2 .content .c1-cont .left-con p:nth-child(2) {
    font-size: 0.28rem;
    letter-spacing: 8px;
  }
  #modular2 .content .c1-cont .right-con {
    margin-top: 0.3rem;
  }
  #modular2 .content .c1-cont .right-con li {
    margin-right: 0.4rem;
    font-size: 0.22rem;
  }
  #modular2 .content .c2 {
    margin-top: 0.5rem;
    display: block;
  }
  #modular2 .content .c2 .left-cont .top {
    width: 6.9rem;
    height: 3.6rem;
    background: url(../images/m-img1.png) no-repeat center;
  }
  #modular2 .content .c2 .left-cont .top .title {
    font-size: 0.36rem;
    height: 0.6rem;
    line-height: 0.6rem;
    padding-left: 0.3rem;
  }
  #modular2 .content .c2 .left-cont .bottom {
    display: none;
  }
  #modular2 .content .c2 .right-cont {
    margin-top: 0.5rem;
  }
  #modular2 .content .c2 .right-cont .top {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  #modular2 .content .c2 .right-cont .top .left {
    width: 1.6rem;
  }
  #modular2 .content .c2 .right-cont .top .title {
    font-size: 0.22rem;
    width: auto;
    padding-bottom: 0.1rem;
  }
  #modular2 .content .c2 .right-cont .top .title .num {
    font-size: 0.32rem;
  }
  #modular2 .content .c2 .right-cont .top .list {
    display: block;
  }
  #modular2 .content .c2 .right-cont .top .list li {
    font-size: 0.22rem;
    margin-bottom: 0.3rem;
  }
  #modular2 .content .c2 .right-cont .top .list li img {
    width: 0.3rem;
  }
  #modular2 .content .c2 .right-cont .top .list2 {
    padding: 0;
  }
  #modular2 .content .c2 .right-cont .top .list2 p {
    font-size: 0.2rem;
  }
  #modular2 .content .c2 .right-cont .top .list2::after {
    display: none;
  }
  #modular2 .content .c3 {
    margin-top: 0.5rem;
  }
  #modular2 .content .c3 .c-title {
    color: #333;
    background-image: linear-gradient(to right, rgba(246, 192, 136, 0.6), transparent 100%);
  }
  #modular2 .content .c3 .tlist {
    justify-content: space-between;
  }
  #modular2 .content .c3 .tlist .teacher-wrap {
    width: 30%;
    margin-bottom: 0.5rem;
  }
  #modular2 .content .c3 .tlist .teacher-wrap .top {
    display: block;
  }
  #modular2 .content .c3 .tlist .teacher-wrap .top .right {
    padding-left: 0;
    padding-top: 0.1rem;
  }
  #modular2 .content .c3 .tlist .teacher-wrap .top .right p {
    font-size: 0.2rem;
  }
  #modular2 .content .c3 .tlist .teacher-wrap .top .right .t {
    font-size: 0.28rem;
  }
  #modular2 .content .c3 .tlist .teacher-wrap .bottom {
    margin-top: 0;
    font-size: 0.2rem;
  }
  #modular2 .content .c4 .c-title {
    color: #fff;
    background-image: linear-gradient(to right, rgba(30, 78, 172, 0.6), transparent);
  }
  #modular2 .content .c4 .pc-show {
    display: none;
  }
  #modular2 .content .c4 .mobile-show {
    display: block;
  }
  #modular2 .content .c4 .list {
    margin-top: 0.5rem;
  }
  #modular2 .content .c4 .list li div {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  #modular2 .content .c4 .list img {
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.1rem;
  }
  #modular2 .content .c4 .list p {
    font-size: 0.22rem;
    margin-bottom: 0.2rem;
  }
  #modular3 {
    background-attachment: scroll;
  }
  #modular3 .title-wrap::after {
    width: 2rem;
  }
  #modular3 .title-wrap::before {
    width: 2rem;
    right: 0;
    bottom: 0.16rem;
  }
  #modular3 .content {
    display: block;
  }
  #modular3 .content .right-cont {
    display: none;
  }
  #modular3 .content .left-cont {
    margin-right: 0;
  }
  #modular3 .content .tab-btn li {
    font-size: 0.24rem;
    line-height: 0.6rem;
    height: 0.6rem;
  }
  #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;
  }
  #modular4 .title-wrap::after {
    width: 2rem;
  }
  #modular4 .title-wrap::before {
    width: 2rem;
    right: 0;
    bottom: 0.16rem;
  }
  #modular4 .content .list {
    flex-wrap: wrap;
  }
  #modular4 .content .list li {
    width: 48%;
    padding: 0.4rem 0.3rem;
    margin-bottom: 0.3rem;
    height: 2.5rem;
  }
  #modular4 .content .list li img {
    width: 0.7rem;
  }
  #modular4 .content .list li .mobile-show {
    display: inline-block;
  }
  #modular4 .content .list li p {
    font-size: 0.3rem;
  }
  #modular4 .content .list li:nth-child(3) {
    background: #f6c088;
  }
  #modular4 .content .list li:nth-child(3) p {
    color: #333;
  }
  #modular4 .content .list li:nth-child(4) {
    background: #1e4eac;
  }
  #modular4 .content .list li:nth-child(4) p {
    color: #fff;
  }
  #modular5 {
    background-attachment: scroll;
  }
  #modular5 .title-wrap::after {
    width: 1rem;
  }
  #modular5 .title-wrap::before {
    width: 1rem;
    right: 0;
    bottom: 0.16rem;
  }
  #modular5 .c1 .left-cont {
    width: 3.5rem;
  }
  #modular5 .c1 .left-cont p {
    font-size: 0.2rem;
    font-weight: normal;
    margin-bottom: 0.2rem;
  }
  #modular5 .c1 .left-cont .title {
    font-size: 0.36rem;
  }
  #modular5 .c1 .left-cont .sub-title {
    font-size: 0.22rem;
  }
  #modular5 .c1 .left-cont ul li {
    font-size: 0.2rem;
    padding-left: 0.3rem;
    margin-bottom: 0.1rem;
    white-space: nowrap;
  }
  #modular5 .c1 .right-cont {
    width: 3rem;
  }
  #modular5 .c1 .right-cont li {
    height: 1.6rem;
  }
  #modular5 .c1 .right-cont li p {
    font-size: 0.24rem;
    line-height: 0.4rem;
    height: 0.4rem;
  }
  #modular5 .c1 .right-cont li:last-child {
    display: none;
  }
  #modular5 .c1 .right-cont li:nth-child(1) {
    order: 1;
  }
  #modular5 .c1 .right-cont li:nth-child(2) {
    order: 3;
  }
  #modular5 .c1 .right-cont li:nth-child(3) {
    order: 2;
  }
  #modular5 .c2 {
    margin-top: 0.5rem;
  }
  #modular5 .c2 .title {
    font-size: 0.36rem;
  }
  #modular5 .c2 ul {
    display: block;
  }
  #modular5 .c2 ul li {
    height: auto;
    padding: 0.3rem 0.4rem;
    margin-bottom: 0.2rem;
  }
  #modular5 .c2 ul li p {
    font-size: 0.22rem;
  }
  #modular5 .c2 ul li .title {
    font-size: 0.26rem;
    margin-bottom: 0.15rem;
  }
  #modular6 .c-title {
    font-size: 0.36rem;
    background-image: linear-gradient(to right, rgba(246, 192, 136, 0.6), transparent);
    margin-bottom: 0.5rem;
  }
  #modular6 img {
    margin-bottom: 0.5rem;
  }
  #modular7 {
    background-attachment: scroll;
  }
  #modular7 .title-wrap::after {
    width: 1.5rem;
  }
  #modular7 .title-wrap::before {
    width: 1.5rem;
    right: 0;
    bottom: 0.16rem;
  }
  #modular7 .content li .pc-show {
    display: none;
  }
  #modular7 .content li .mobile-show {
    display: block;
  }
  #modular7 .content li div {
    font-size: 0.2rem;
    padding: 0.2rem 0.1rem;
  }
  #modular7 .content li .th2 {
    width: 1.2rem;
  }
  #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-position: right;
  }
  .footer .cont {
    padding: 1rem 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;
  }
}
