@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}
*:focus {
  outline: none;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
  font-size: 14px;
}
table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}
table,
tr,
td,
th,
thead,
tbody {
  position: static;
}
fieldset,
img {
  border: 0;
}
img {
  vertical-align: top;
  border: none;
}
address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
abbr,
acronym {
  border: 0;
}
em,
i {
  font-style: normal;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.module-wrap {
  box-sizing: border-box;
  position: relative;
  background: #f6f8fa;
}
.module-wrap * {
  box-sizing: border-box;
}
.module-wrap .btn {
  height: auto;
  border: none;
  margin: 0;
}
.module-wrap .nav-wrap {
  background-color: #fff;
  height: 100px;
}
.module-wrap .nav-wrap .nav-parent {
  width: 1200px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.module-wrap .nav-wrap .nav-parent .logo {
  height: 41px;
}
.module-wrap .nav-wrap .nav-parent .right .link {
  font-size: 18px;
  font-weight: bold;
  color: #111111;
  line-height: 22px;
  position: relative;
}
.module-wrap .nav-wrap .nav-parent .right .link + .link {
  margin-left: 40px;
}
.module-wrap .nav-wrap .nav-parent .right .link.active:after {
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 60px;
  height: 4px;
  background: #2d61e3;
  border-radius: 2px;
}
.module-wrap .nav-wrap .nav-parent .right .link.hot::before {
  content: "HOT";
  background-image: url(../images/icon0-1.png);
  width: 31px;
  height: 19px;
  position: absolute;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  color: #fefefe;
  top: -11px;
  right: -29px;
}
.module-wrap .nav-wrap .nav-parent .right .link.new::before {
  content: "NEW";
  width: 32px;
  line-height: 15px;
  font-size: 12px;
  font-weight: 400;
  color: #fefefe;
  text-align: center;
  background: #f18c20;
  border-radius: 2px;
  position: absolute;
  top: -11px;
  right: -29px;
}
.module-wrap .nav-v {
  position: fixed;
  top: 25%;
  left: 68px;
  display: none;
  width: 122px;
  height: 375px;
  background: #ffffff;
  box-shadow: 0px 3px 9px 0px rgba(225, 225, 225, 0.79);
  border-radius: 4px;
}
.module-wrap .nav-v .list .card {
  margin-left: 9px;
  margin-right: 9px;
  height: 45px;
  font-size: 16px;
  font-weight: 400;
  color: #2d3146;
  line-height: 44px;
  text-align: center;
  border-bottom: 1px solid #e5e5ed;
  cursor: pointer;
}
.module-wrap .nav-v .list .card.active {
  margin: 0;
  background: #12A695;
  color: #ffffff;
}
.module-wrap .nav-v .arrow {
  height: 45px;
  background-image: url(../images/arrow-left.png);
  background-repeat: no-repeat;
  background-position: center 19px;
  cursor: pointer;
}
.module-wrap .module.dark .module-title .title {
  color: #fff;
}
/* .module-wrap .module.dark .module-title .title::before {
	background-image: url(../images/bg-title-dark.png);
}
.module-wrap .module.dark .module-title .title::after {
	background-image: url(../images/bg-title-dark.png);
} */
.module-wrap .module.dark .module-dec {
  color: #fff;
}
.module-wrap .module .module-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.module-wrap .module .module-title .title {
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  color: #343434;
  line-height: 34px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* .module-wrap .module .module-title .title::before {
	margin-right: 6px;
	content: "";
	background-image: url(../images/bg-title.png);
	width: 78px;
	height: 32px;
}
.module-wrap .module .module-title .title::after {
	margin-left: 15px;
	content: "";
	background-image: url(../images/bg-title.png);
	width: 78px;
	height: 32px;
	transform: rotate(180deg);
} */
.module-wrap .module .module-title .title .strong {
  color: #21B7A6;
}
.module-wrap .module .module-dec {
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #727272;
  line-height: 24px;
}
.module-wrap .module .module-btn {
  width: 280px;
  line-height: 56px;
  text-align: center;
  display: block;
  background: linear-gradient(88deg, #ec241a, #f66a33);
  border-radius: 10px;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.module-wrap .module .module-btn:hover {
  background: linear-gradient(-92deg, #ec241a, #f66a33);
}
.module-wrap .module .module-btn::before {
  position: absolute;
  content: "";
  width: 280px;
  height: 280px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation: scale 1s ease 0s infinite;
  animation: scale 1s ease 0s infinite;
}
.module-wrap .module1 {
  background-image: url(../images/bg1.png);
  background-repeat: repeat-x;
}
.module-wrap .module1 .main1 {
  width: 1210px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  height: 74px;
}
.module-wrap .module1 .main1 .left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.module-wrap .module1 .main1 .left .title {
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  line-height: 28px;
}
.module-wrap .module1 .main1 .left .toast {
  margin-left: 13px;
  background-image: url(../images/bg-toast1.png);
  width: 178px;
  height: 35px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  line-height: 26px;
  text-align: center;
}
.module-wrap .module1 .main1 .right .text {
  font-size: 16px;
  font-weight: 500;
  color: #343434;
  line-height: 20px;
}
.module-wrap .module1 .main1 .right .text + .text {
  margin-left: 21px;
}
.module-wrap .module1 .main2 {
  margin: 0px auto 0;
  width: 1210px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.module-wrap .module1 .main2 .swiper1 {
  width: 900px;
  border-radius: 10px;
  margin-left: 0;
  margin-right: 0;
}
.module-wrap .module1 .main2 .swiper1:hover .swiper-button-next {
  opacity: 1;
}
.module-wrap .module1 .main2 .swiper1:hover .swiper-button-prev {
  opacity: 1;
}
.module-wrap .module1 .main2 .swiper1 .swiper-button-next {
  transition: all 0.4s;
  background-image: url(../images/arrow1.png);
  background-size: 100%;
  width: 44px;
  height: 44px;
  opacity: 0;
}
.module-wrap .module1 .main2 .swiper1 .swiper-button-prev {
  transition: all 0.4s;
  background-image: url(../images/arrow1.png);
  background-size: 100%;
  width: 44px;
  height: 44px;
  transform: rotateY(180deg);
  opacity: 0;
}
.module-wrap .module1 .main2 .swiper1 .swiper-pagination {
  bottom: 22px;
}
.module-wrap .module1 .main2 .swiper1 .swiper-pagination .swiper-pagination-bullet {
  width: 50px;
  height: 5px;
  background: #ffffff;
  opacity: 0.36;
  border-radius: 2px;
}
.module-wrap .module1 .main2 .swiper1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.module-wrap .module1 .main2 .right {
  width: 295px;
  height: 400px;
  background: #ffffff;
  box-shadow: 2px 3px 10px 0px rgba(214, 214, 214, 0.48);
  border-radius: 10px;
}
.module-wrap .module1 .main2 .right .open {
  line-height: 52px;
  background: linear-gradient(83deg, #12A695, #098A7B);
  border-radius: 6px;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}
.module-wrap .module1 .main2 .right .box1 {
  padding-top: 28px;
  width: 275px;
  height: 168px;
  background: linear-gradient(83deg, #12A695, #1162A1);
  margin: 6px auto 0;
  border-radius: 10px;
  display: block;
}
.module-wrap .module1 .main2 .right .box1 .title {
  margin-left: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 22px;
}
.module-wrap .module1 .main2 .right .box1 .dec {
  text-align: center;
  margin-top: 13px;
  font-size: 27px;
  font-weight: bold;
  line-height: 31px;
  color: #ffffff;
}
.module-wrap .module1 .main2 .right .box1 .dec .strong {
  color: #fffd7a;
}
.module-wrap .module1 .main2 .right .box1 .list {
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-left: 18px;
}
.module-wrap .module1 .main2 .right .box1 .list .card {
  line-height: 32px;
  background: #117F9C;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #fefefe;
  padding-left: 16px;
  padding-right: 9px;
}
.module-wrap .module1 .main2 .right .box1 .list .card + .card {
  margin-left: 11px;
}
.module-wrap .module1 .main2 .right .title1 {
  font-size: 18px;
  font-weight: bold;
  color: #181616;
  line-height: 22px;
  text-align: center;
  margin-top: 27px;
}
.module-wrap .module1 .main2 .right .time-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  color: #444444;
  line-height: 20px;
  margin-top: 16px;
}
.module-wrap .module1 .main2 .right .time-wrap .img-time {
  margin-right: 6px;
}
.module-wrap .module1 .main2 .right .time-wrap .h,
.module-wrap .module1 .main2 .right .time-wrap .m,
.module-wrap .module1 .main2 .right .time-wrap .s {
  width: 24px;
  text-align: center;
  display: inline-block;
}
.module-wrap .module1 .main2 .right .btn {
  width: 241px;
  line-height: 41px;
  background: linear-gradient(257deg, #1165A1, #12A495);
  border-radius: 21px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  display: block;
  text-align: center;
  margin: 31px auto 0;
  position: relative;
  overflow: hidden;
}
/* .module-wrap .module1 .main2 .right .btn:hover {
	background: linear-gradient(77deg, #2954de, #6846fe);
} */
.module-wrap .module1 .main2 .right .btn::before {
  position: absolute;
  content: "";
  width: 241px;
  height: 241px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation: scale 1s ease 0s infinite;
  animation: scale 1s ease 0s infinite;
}
.module-wrap .module2 .list {
  width: 1200px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 26px;
}
.module-wrap .module2 .list .card {
  width: 231px;
  margin: 8px 0;
  border-radius: 8px;
  transition: all 0.4s;
  background-size: 100%;
  background-position: top;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.module-wrap .module2 .list .card:nth-child(7) {
  background-size: 343px;
}
.module-wrap .module2 .list .card:nth-child(7):hover {
  background-size: 377px;
}
.module-wrap .module2 .list .card:hover {
  background-size: 110%;
}
.module-wrap .module2 .list .card:hover .model {
  opacity: 1;
}
.module-wrap .module2 .list .card .item {
  font-weight: 400;
  font-size: 20px;
  line-height: 70px;
  color: #ffffff;
}
.module-wrap .module2 .list .card .model {
  transition: all 0.4s;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.84);
  font-size: 18px;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.module-wrap .module2 .list .card .model .arrow2 {
  margin-left: 4px;
}
.module-wrap .module3 {
  padding-top: 37px;
}
.module-wrap .module3 .list {
  width: 1200px;
  margin: 36px auto 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.module-wrap .module3 .list .card:nth-child(1) .card-item .img-list3 {
  left: 57px;
  top: 36px;
}
.module-wrap .module3 .list .card:nth-child(2) .card-item .img-list3 {
  left: 50px;
  top: 25px;
}
.module-wrap .module3 .list .card:nth-child(3) .card-item .img-list3 {
  left: 34px;
  top: 29px;
}
.module-wrap .module3 .list .card:nth-child(4) .card-item .img-list3 {
  left: 27px;
  top: 27px;
}
.module-wrap .module3 .list .card:nth-child(5) .card-item .img-list3 {
  left: 31px;
  top: 29px;
}
.module-wrap .module3 .list .card:hover .card-item {
  transform: translateY(-20px);
}
.module-wrap .module3 .list .card .card-item {
  transition: all 0.4s;
  width: 223px;
  height: 264px;
  background: #ffffff;
  box-shadow: 2px 3px 10px 0px rgba(210, 210, 210, 0.73);
  border-radius: 4px;
  position: relative;
  background-image: url(../images/bg3-1.png);
  background-repeat: no-repeat;
  background-position: center 25px;
  padding-top: 151px;
}
.module-wrap .module3 .list .card .card-item .img-list3 {
  position: absolute;
}
.module-wrap .module3 .list .card .card-item .title {
  font-size: 16px;
  font-weight: 400;
  color: #2b2b2b;
  line-height: 20px;
  text-align: center;
}
.module-wrap .module3 .list .card .card-item .btn {
  width: 130px;
  line-height: 30px;
  background: linear-gradient(94deg, #19B6A4, #66C0B1);
  border-radius: 15px;
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  margin: 18px auto 0;
  position: relative;
  overflow: hidden;
}
/* .module-wrap .module3 .list .card .card-item .btn:hover {
	background: linear-gradient(-86deg, #2954de, #6846fe);
} */
.module-wrap .module3 .list .card .card-item .btn::before {
  position: absolute;
  content: "";
  width: 130px;
  height: 130px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation: scale 1s ease 0s infinite;
  animation: scale 1s ease 0s infinite;
}
.module-wrap .module4 {
  padding-top: 74px;
  padding-bottom: 106px;
}
.module-wrap .module4 .main {
  width: 1200px;
  margin: 84px auto 0;
  position: relative;
}
.module-wrap .module4 .main .left {
  position: absolute;
  left: -30px;
  top: -9px;
  width: 469px;
  height: 469px;
  border: 4px solid #edf4ff;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.module-wrap .module4 .main .left .poster {
  background-image: url(../images/poster.png);
  width: 395px;
  height: 395px;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.module-wrap .module4 .main .left .poster .play {
  width: 88px;
  height: 88px;
  background-image: url(../images/play.png);
  cursor: pointer;
  position: relative;
}
.module-wrap .module4 .main .left .poster .play::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-animation: playBtn_ripple_1 1.5s ease 0s infinite;
  animation: playBtn_ripple_1 1.5s ease 0s infinite;
}
.module-wrap .module4 .main .left .poster .play::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  height: 100%;
  transform: scale(2);
  -webkit-animation: playBtn_ripple_2 1.5s ease 1.5s infinite;
  animation: playBtn_ripple_2 1.5s ease 1.5s infinite;
}
.module-wrap .module4 .main .left .btn {
  position: absolute;
  bottom: -29px;
  left: 103px;
  width: 260px;
  line-height: 53px;
  background: linear-gradient(88deg, #f82f20, #f67035);
  border-radius: 27px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}
.module-wrap .module4 .main .left .btn:hover {
  background: linear-gradient(-92deg, #f82f20, #f67035);
}
.module-wrap .module4 .main .right {
  text-align: right;
}
.module-wrap .module4 .main .right .card {
  height: 82px;
  background: #ffffff;
  box-shadow: 0px 7px 68px 0px rgba(215, 235, 255, 0.7);
  border-radius: 10px;
  display: inline-block;
  position: relative;
  padding-top: 15px;
  padding-right: 15px;
}
.module-wrap .module4 .main .right .card + .card {
  margin-top: 28px;
}
.module-wrap .module4 .main .right .card:nth-child(1) {
  width: 738px;
}
.module-wrap .module4 .main .right .card:nth-child(2) {
  width: 688px;
}
.module-wrap .module4 .main .right .card:nth-child(3) {
  width: 654px;
}
.module-wrap .module4 .main .right .card:nth-child(4) {
  width: 685px;
}
.module-wrap .module4 .main .right .card:nth-child(5) {
  width: 738px;
}
.module-wrap .module4 .main .right .card .title {
  position: absolute;
  left: -50px;
  top: 19px;
  width: 80px;
  line-height: 50px;
  text-align: center;
  background: linear-gradient(88deg, #5FBFB0, #1DB7A5);
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}
.module-wrap .module4 .main .right .card .dec {
  font-size: 16px;
  font-weight: 400;
  color: #1f1f1f;
  line-height: 26px;
  text-align: left;
  padding-left: 49px;
}
.module-wrap .module4 .main .right .card .dec .strong {
  color: #20B7A6;
}
.module-wrap .module5 {
  background-image: url(../images/bg5.png);
  height: 674px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding-top: 54px;
  padding-bottom: 47px;
}
.module-wrap .module5 .main {
  width: 1146px;
  height: 387px;
  background: #fffdfe;
  border-radius: 10px;
  margin: 29px auto 28px;
  display: -ms-flexbox;
  display: flex;
  padding: 45px 60px;
}
.module-wrap .module5 .main .card-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.module-wrap .module5 .main .card-list .card {
  margin-bottom: 34px;
  width: 296px;
  height: 75px;
  background: linear-gradient(126deg, #0DA492, #198AAA);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px;
  text-align: center;
}
.module-wrap .module5 .main .card-list .card:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.module-wrap .module5 .main .card-list .card:hover {
  background: linear-gradient(-126deg, #0DA492, #198AAA);
}
.module-wrap .module6 {
  padding-top: 60px;
  padding-bottom: 20px;
}
.module-wrap .module6 .main {
  margin: 60px auto 40px auto;
  background-image: url(../images/bg6.png);
  width: 605px;
  height: 606px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.module-wrap .module6 .main .card {
  position: absolute;
  font-size: 20px;
  font-weight: 500;
  color: #343434;
  line-height: 24px;
  white-space: nowrap;
}
.module-wrap .module6 .main .card:nth-child(1) {
  font-size: 18px;
  font-weight: bold;
  color: #191919;
  line-height: 22px;
  left: 189px;
  top: -22px;
}
.module-wrap .module6 .main .card:nth-child(1)::before,
.module-wrap .module6 .main .card:nth-child(2)::before {
  content: '';
  position: absolute;
  top: 6px;
  left: -16px;
  width: 9px;
  height: 9px;
  background: #EA6A5E;
  border-radius: 50%;
}
.module-wrap .module6 .main .card:nth-child(2)::before {
  background: #28B8A7;
}
.module-wrap .module6 .main .card:nth-child(2) {
  font-size: 18px;
  font-weight: bold;
  color: #191919;
  line-height: 22px;
  right: 160px;
  top: -22px;
}
.module-wrap .module6 .main .card:nth-child(3) {
  left: 81px;
  top: 46px;
}
.module-wrap .module6 .main .card:nth-child(4) {
  right: 19px;
  top: 59px;
}
.module-wrap .module6 .main .card:nth-child(5) {
  left: -129px;
  top: 202px;
}
.module-wrap .module6 .main .card:nth-child(6) {
  right: -156px;
  top: 194px;
}
.module-wrap .module6 .main .card:nth-child(7) {
  left: -59px;
  top: 380px;
}
.module-wrap .module6 .main .card:nth-child(8) {
  right: -165px;
  top: 385px;
}
.module-wrap .module6 .main .card:nth-child(9) {
  left: 14px;
  top: 515px;
}
.module-wrap .module6 .main .card:nth-child(10) {
  left: 442px;
  top: 525px;
}
.module-wrap .ad-wrap {
  background-image: url(../images/bg8.png);
  background-repeat: no-repeat;
  background-position: center -30px;
  height: 112px;
}
.module-wrap .ad-wrap .ad {
  width: 1130px;
  margin: 0 auto;
  padding-left: 200px;
  position: relative;
}
.module-wrap .ad-wrap .ad .title {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  line-height: 112px;
}
.module-wrap .ad-wrap .ad .title .strong {
  color: #faf86f;
}
.module-wrap .ad-wrap .ad .btn {
  position: absolute;
  right: 51px;
  bottom: 30px;
  width: 247px;
  line-height: 55px;
  background: linear-gradient(88deg, #fce9a7, #ffd56f);
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #ce533a;
  text-align: center;
  overflow: hidden;
}
.module-wrap .ad-wrap .ad .btn:hover {
  background: linear-gradient(-92deg, #fce9a7, #ffd56f);
}
.module-wrap .ad-wrap .ad .btn::before {
  position: absolute;
  content: "";
  width: 247px;
  height: 247px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation: scale 1s ease 0s infinite;
  animation: scale 1s ease 0s infinite;
}
.module-wrap .module9 {
  padding-top: 57px;
  /* padding-bottom: 84px; */
  padding-bottom: 55px;
}
.module-wrap .module9 .main {
  width: 1130px;
  height: 465px;
  background-image: url(../images/bg9.png);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  margin: 43px auto 0;
  position: relative;
}
.module-wrap .module9 .main .content-item {
  display: none;
  -ms-flex-align: start;
  align-items: flex-start;
}
.module-wrap .module9 .main .content-item.active {
  display: -ms-flexbox;
  display: flex;
}
.module-wrap .module9 .main .content-item .left {
  padding-top: 64px;
}
.module-wrap .module9 .main .content-item .left .name {
  font-size: 30px;
  font-weight: bold;
  color: #ffefef;
  line-height: 34px;
  margin-left: 62px;
}
.module-wrap .module9 .main .content-item .left .post-list {
  display: -ms-flexbox;
  display: flex;
  margin-left: 73px;
  margin-top: 27px;
}
.module-wrap .module9 .main .content-item .left .post-list .post {
  line-height: 33px;
  background: #f1d2ab;
  border-radius: 4px;
  padding-left: 25px;
  padding-right: 9px;
  min-width: 187px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #904e15;
}
.module-wrap .module9 .main .content-item .left .post-list .post + .post {
  margin-left: 29px;
}
.module-wrap .module9 .main .content-item .left .post-list .post::before {
  content: "";
  width: 41px;
  height: 40px;
  background-image: url(../images/icon8-1.png);
  position: absolute;
  left: -19px;
  top: -5px;
}
.module-wrap .module9 .main .content-item .left .dec {
  margin-top: 22px;
  width: 639px;
  font-size: 18px;
  font-weight: 400;
  color: #e9eafa;
  line-height: 32px;
  margin-left: 60px;
}
.module-wrap .module9 .main .content-item .right {
  -ms-flex: 1;
  flex: 1;
  position: relative;
  padding-top: 275px;
}
.module-wrap .module9 .main .content-item .right .teacher-img {
  position: absolute;
  top: 54px;
  left: 77px;
}
.module-wrap .module9 .main .content-item .right .btn1 {
  width: 148px;
  background: rgba(247, 65, 38, 0.42);
  border-radius: 23px;
  padding: 3px 5px;
  display: block;
  margin-left: 255px;
  position: relative;
  cursor: pointer;
}
.module-wrap .module9 .main .content-item .right .btn1 .item {
  background: linear-gradient(88deg, #f82f20, #f67035);
  border-radius: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 39px;
  padding-left: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.module-wrap .module9 .main .content-item .right .btn1 .item .play {
  width: 23px;
  height: 23px;
  margin-right: 7px;
  position: relative;
  background-image: url(../images/play.png);
  background-size: 100% 100%;
}
.module-wrap .module9 .main .content-item .right .btn1 .item .play::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.2);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  transform-origin: center center;
  -webkit-animation-name: bigger-data-v-db84cafe;
  animation-name: bigger-data-v-db84cafe;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
}
.module-wrap .module9 .main .content-item .right .btn1 .item .play::after {
  content: "";
  position: absolute;
  top: 4px;
  -webkit-animation-name: smaller-data-v-db84cafe;
  animation-name: smaller-data-v-db84cafe;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: rgba(255, 255, 255, 0.2);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}
.module-wrap .module9 .main .content-item .right .btn2-list {
  margin-top: 49px;
  position: relative;
  margin-left: 29px;
}
.module-wrap .module9 .main .content-item .right .btn2-list .btn2 {
  width: 178px;
  line-height: 50px;
  background: linear-gradient(89deg, #F89020, #F67035);
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.module-wrap .module9 .main .content-item .right .btn2-list .btn2 + .btn2 {
  margin-left: 15px;
}
.module-wrap .module9 .main .content-item .right .btn2-list .btn2::before {
  position: absolute;
  content: "";
  width: 178px;
  height: 178px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation: scale 1s ease 0s infinite;
  animation: scale 1s ease 0s infinite;
}
.module-wrap .module9 .main .swiper-wrap {
  padding-left: 44px;
  padding-right: 35px;
  position: absolute;
  height: 131px;
  bottom: -29px;
  left: 56px;
  width: 620px;
}
.module-wrap .module9 .main .swiper-wrap .swiper-wrapper {
  -ms-flex-align: end;
  align-items: flex-end;
}
.module-wrap .module9 .main .swiper-wrap .swiper-wrapper .swiper-slide {
  width: 156px;
  height: 100px;
  background: #fbfcff;
  border-radius: 10px;
  text-align: center;
  padding-top: 8px;
  overflow: hidden;
  transition: height 0.4s;
}
.module-wrap .module9 .main .swiper-wrap .swiper-wrapper .swiper-slide.swiper-slide-active {
  width: 204px;
  height: 131px;
  box-shadow: 0px 8px 40px 0px rgba(157, 174, 237, 0.7);
}
.module-wrap .module9 .main .swiper-wrap .swiper-wrapper .swiper-slide.swiper-slide-active .teacher-img {
  transition: all 0.4s;
  width: 121px;
}
.module-wrap .module9 .main .swiper-wrap .swiper-wrapper .swiper-slide .teacher-img {
  width: 92px;
}
.module-wrap .module9 .main .swiper-wrap .swiper9-prev {
  background-image: url(../images/arrow9.png);
  background-size: 100%;
  width: 26px;
  height: 27px;
  left: 0;
  top: 61px;
  margin-top: 0;
}
.module-wrap .module9 .main .swiper-wrap .swiper9-next {
  background-image: url(../images/arrow9.png);
  background-size: 100%;
  width: 26px;
  height: 27px;
  transform: rotateY(180deg);
  right: 0;
  top: 61px;
  margin-top: 0;
}
.module-wrap .module10 .top-list {
  margin: 40px auto 0 auto;
  width: 1160px;
  display: flex;
  justify-content: space-between;
}
.module-wrap .module10 .top-list .list-item {
  width: 183px;
  height: 60px;
  background: #109A8A;
  border-radius: 10px;
  font-size: 16px;
  color: #9FE0D8;
/*   display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; */
  line-height: 16px;
  padding: 10px 0;
  text-align: center;
}
.module-wrap .module10 .top-list .list-item span {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
}
.module-wrap .module10 .main {
  margin: 24px auto 53px auto;
  width: 1160px;
  height: 355px;
  background: #FFFFFF;
  box-shadow: 0px 8px 40px 0px rgba(205, 247, 242, 0.7);
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
}
.module-wrap .module10 .main .con-left {
  width: 201px;
  height: 355px;
  background: #109A8A url(../images/bg10-left.png) no-repeat;
  border-radius: 10px 0px 0px 10px;
  box-sizing: border-box;
  padding: 38px 19px 0 14px;
}
.module-wrap .module10 .main .con-left .tab-nav-item {
  margin-bottom: 30px;
  height: 69px;
  border: 2px solid #FFFFFF;
  border-radius: 10px;
  text-align: center;
}
.module-wrap .module10 .main .con-left .tab-nav-item.active {
  background: #FFFFFF;
}
.module-wrap .module10 .main .con-left .tab-nav-item.active .tit {
  color: #109A8A;
}
.module-wrap .module10 .main .con-left .tab-nav-item.active .dec {
  color: #282A2A;
}
.module-wrap .module10 .main .con-left .tab-nav-item .tit {
  margin: 14px 0 8px 0;
  line-height: 18px;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
}
.module-wrap .module10 .main .con-left .tab-nav-item .dec {
  line-height: 16px;
  font-size: 16px;
  color: #FFFFFF;
}
.module-wrap .module10 .main .con-right {
  flex: 1;
}
.module-wrap .module10 .main .con-right .tab-content {
  height: 100%;
}
.module-wrap .module10 .main .con-right .tab-content-item {
  display: none;
  padding: 10px 32px 0 22px;
  height: 100%;
  overflow-y: auto;
  /*firefox*/
  scrollbar-color: #2FB49F #DFF3F1;
  scrollbar-width: thin;
  /* webkit */
}
.module-wrap .module10 .main .con-right .tab-content-item::-webkit-scrollbar {
  width: 13px;
}
.module-wrap .module10 .main .con-right .tab-content-item::-webkit-scrollbar-track {
  width: 13px;
  background: #DFF3F1;
  border-radius: 10px;
}
.module-wrap .module10 .main .con-right .tab-content-item::-webkit-scrollbar-thumb {
  width: 8px;
  height: 18px;
  background: #2FB49F;
  border-radius: 4px;
}
.module-wrap .module10 .main .con-right .tab-content-item.active {
  display: block;
}
.module-wrap .module10 .main .con-right .sec {
  margin-top: 17px;
}
.module-wrap .module10 .main .con-right .sec .tit {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #272727;
  line-height: 16px;
  text-align: start;
}
.module-wrap .module10 .main .con-right .sec .cont-box {
  padding: 0 22px 20px 22px;
  background: #F0F3F3;
  border-radius: 10px;
}
.module-wrap .module10 .main .con-right .sec .cont-box .cont-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.module-wrap .module10 .main .con-right .sec .cont-box .cont-list li {
  flex: 1;
  margin-top: 20px;
  min-width: 33.3%;
}
.module-wrap .module10 .main .con-right .sec .cont-box .cont-list p {
  font-size: 14px;
  color: #272727;
  line-height: 22px;
}
.module-wrap .module11 {
  padding-top: 64px;
}
.module-wrap .module11 .main-wrap {
  margin: 25px auto 0;
  width: 1174px;
  height: 485px;
  transform-style: preserve-3d;
  transform: perspective(800px);
}
.module-wrap .module11 .main-wrap .main {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.module-wrap .module11 .main .content-item {
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 47px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.module-wrap .module11 .main .content-item.active {
  transition: 1s;
  z-index: 1;
  opacity: 1;
}
.module-wrap .module11 .main .content-item .title-wrap {
  margin-left: 62px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.module-wrap .module11 .main .content-item .title-wrap .title {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  line-height: 34px;
}
.module-wrap .module11 .main .content-item .title-wrap .btn {
  margin-left: 14px;
  text-align: center;
  display: block;
  width: 152px;
  line-height: 41px;
  background: #ffffff;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #1a113c;
}
.module-wrap .module11 .main .content-item .dec-list {
  margin-top: 20px;
  margin-left: 62px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.module-wrap .module11 .main .content-item .dec-list .dec {
  width: 336px;
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
}
.module-wrap .module11 .main .content-item .dec-list .dec .tit {
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
  font-family: SourceHanSansCN;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 18px;
  text-align: start;
}
.module-wrap .module11 .main .content-item .dec-list .dec + .dec {
  margin-left: 51px;
}
.module-wrap .module11 .main .tab-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 54px;
  left: 0;
  width: 100%;
  z-index: 1;
}
.module-wrap .module11 .main .tab-list .tab {
  cursor: pointer;
  width: 204px;
  line-height: 97px;
  background: #fdfdfd;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.module-wrap .module11 .main .tab-list .tab + .tab {
  margin-left: 13px;
}
.module-wrap .module11 .main .play {
  position: absolute;
  top: 146px;
  right: 195px;
  z-index: 1;
}
.module-wrap .module12 {
  padding-top: 54px;
  padding-bottom: 66px;
}
.module-wrap .module12 .main {
  height: 577px;
  width: 1200px;
  margin: 51px auto 0;
  background-image: url(../images/bg12.png);
  background-repeat: no-repeat;
  background-position: center top;
  display: -ms-flexbox;
  display: flex;
}
.module-wrap .module12 .main .item {
  padding-top: 33px;
}
.module-wrap .module12 .main .item .card {
  width: 279px;
  height: 126px;
  background: #ffffff;
  border-radius: 10px;
  padding-top: 20px;
}
.module-wrap .module12 .main .item .card + .card {
  margin-top: 13px;
}
.module-wrap .module12 .main .item .card .title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #2a2a2a;
  line-height: 24px;
}
.module-wrap .module12 .main .item .card .dec {
  margin-top: 4px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #7e7e7e;
  line-height: 22px;
}
.module-wrap .module12 .main .center {
  -ms-flex: 1;
  flex: 1;
  padding-top: 224px;
  position: relative;
}
.module-wrap .module12 .main .center .arrow-left {
  position: absolute;
  left: 0;
  top: 232px;
}
.module-wrap .module12 .main .center .arrow-right {
  position: absolute;
  right: 0;
  top: 232px;
}
.module-wrap .module12 .main .center .text {
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
}
.module-wrap .module12 .main .center .btn {
  width: 153px;
  height: 37px;
  background: #FC5447;
  line-height: 37px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #fefefe;
  text-align: center;
  display: block;
  margin: 24px auto 0;
  overflow: hidden;
  position: relative;
}
.module-wrap .module12 .main .center .btn::before {
  position: absolute;
  content: "";
  width: 195px;
  height: 195px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation: scale 1s ease 0s infinite;
  animation: scale 1s ease 0s infinite;
}
.module-wrap .module13 {
  background-image: url(../images/bg13.png);
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 55px;
  height: 565px;
}
.module-wrap .module13 .title13 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #fefefe;
  line-height: 34px;
}
.module-wrap .module13 .main {
  width: 1140px;
  margin: 60px auto 0;
  padding-left: 99px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.module-wrap .module13 .main .form {
  width: 360px;
  height: 353px;
  background: rgba(240, 246, 255, 0.27);
  border-radius: 10px;
  padding-top: 33px;
}
.module-wrap .module13 .main .form .form-title {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  line-height: 28px;
  text-align: center;
  margin-bottom: 23px;
}
.module-wrap .module13 .main .form input {
  width: 308px;
  height: 46px;
  background: #f3f3f3;
  border-radius: 8px;
  display: block;
  margin: 0 auto;
  border: none;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
}
.module-wrap .module13 .main .form input + input {
  margin-top: 11px;
}
.module-wrap .module13 .main .form .submit {
  width: 306px;
  line-height: 46px;
  background: linear-gradient(96deg, #F8461C, #F3A159);
  border-radius: 4px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  margin: 22px auto 0;
  cursor: pointer;
}
.module-wrap .module13 .main .right {
  margin-left: 66px;
  width: 530px;
}
.module-wrap .module13 .main .right .card {
  border-bottom: 1px dashed #fff;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 53px;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 13px;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.module-wrap .module13 .main .right .card::before {
  content: "";
  border: 2px solid #fff;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 9px;
  position: absolute;
}
.module-wrap .module13 .main .right .card::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  position: absolute;
}
.module-wrap .module13 .main .right .card .card-title {
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  line-height: 70px;
}
.module-wrap .module13 .main .right .card .btn {
  width: 91px;
  line-height: 26px;
  background: linear-gradient(153deg, #ff8941, #f95e3b);
  border: 1px solid #ffffff;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.module-wrap .module13 .main .right .card .btn::before {
  position: absolute;
  content: "";
  width: 130px;
  height: 130px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation: scale 1s ease 0s infinite;
  animation: scale 1s ease 0s infinite;
}
.module-wrap .videoalert {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 1000034;
}
.module-wrap .videoalert .video-parent {
  position: absolute;
  width: 700px;
  height: 394px;
  margin-left: -350px;
  margin-top: -300px;
  padding: 3px;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  border: 6px solid #b1b1b1;
  border-radius: 6px;
}
.module-wrap .videoalert .video-parent .videoalert21-videobox {
  width: 100%;
  height: 100%;
}
.module-wrap .videoalert .video-parent .videoalert21-videobox .video-ref {
  width: 100%;
  height: 100%;
}
.module-wrap .videoalert .video-parent .videoalert21-close {
  position: absolute;
  top: -50px;
  right: -50px;
  cursor: pointer;
}
.module-wrap .videoalert .video-parent .videoalert21-close .icon {
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
  font-size: 44px;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  width: 44px;
  height: 44px;
  color: #fff;
}
@-webkit-keyframes playBtn_ripple_1 {
  100% {
    transform: scale(2);
  }
}
@keyframes playBtn_ripple_1 {
  100% {
    transform: scale(2);
  }
}
@-webkit-keyframes playBtn_ripple_2 {
  0% {
    opacity: 1;
  }
  5% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes playBtn_ripple_2 {
  0% {
    opacity: 1;
  }
  5% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes smaller-data-v-db84cafe {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.66);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes smaller-data-v-db84cafe {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.66);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes bigger-data-v-db84cafe {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(2.25);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes bigger-data-v-db84cafe {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(2.25);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@media screen and (min-width: 1600px) {
  .module-wrap .nav-v {
    display: block;
  }
}
@-webkit-keyframes scale {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  80% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scale {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  80% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
