@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}
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-size: 14px;
  font-family: 'pingfang SC', 'webfont', 'helvetica neue', arial, 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif !important;
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
}
table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}
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,
li {
  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 {
  display: block;
  text-decoration: none;
  cursor: pointer;
}
input {
  border: none;
  outline: none;
  background: none;
}
.base {
  width: 1200px;
  margin: 0 auto;
}
.fc {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fc-y {
  display: flex;
  align-items: center;
}
@keyframes tripple_ani {
  from {
    transform: translate(-50%, -50%) scale(0);
  }
  to {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes scale_ani2 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
.head-form-wrapper {
  z-index: 1;
  position: relative;
  margin: auto;
  margin-top: -96px;
  width: 1020px;
  height: 241px;
  background: #FFFFFF;
  border: 4px solid #EFEDED;
  box-shadow: 0px 6px 16px 0px rgba(225, 225, 225, 0.63);
  border-radius: 10px;
  padding-top: 44px;
}
.head-form-wrapper .text-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.head-form-wrapper .text-list li {
  margin-right: 75px;
  font-size: 18px;
  color: #666870;
  line-height: 18px;
  display: flex;
  align-items: center;
}
.head-form-wrapper .text-list li img.icon {
  margin-right: 15px;
  width: 44px;
  height: 38px;
}
.head-form-wrapper .text-list li:last-child {
  margin-right: 0;
}
.head-form-wrapper .input-wrap {
  margin: 50px auto 0 auto;
  width: 640px;
  height: 60px;
  background: rgba(234, 119, 39, 0);
  border: 1px solid #F46A63;
  box-shadow: 0px 6px 16px 0px rgba(225, 225, 225, 0.63);
  border-radius: 30px;
  display: flex;
  align-items: center;
}
.head-form-wrapper .input-wrap .pre {
  width: 116px;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #0D1222;
  padding-left: 28px;
  box-sizing: border-box;
}
.head-form-wrapper .input-wrap .pre img.icon {
  margin-right: 9px;
  width: 18px;
}
.head-form-wrapper .input-wrap input {
  margin-right: 20px;
  flex: 1;
  font-size: 18px;
}
.head-form-wrapper .input-wrap .btn-submit {
  width: 210px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ED4B42;
  border-radius: 28px;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  cursor: pointer;
}
.head-form-wrapper .input-wrap .btn-submit img.icon {
  margin-left: 12px;
  width: 27px;
}
.head-form-wrapper .input-wrap .btn-submit:hover {
  overflow: hidden;
  position: relative;
}
.head-form-wrapper .input-wrap .btn-submit:hover .icon {
  animation: scale_ani2 infinite 0.6s ease-in-out;
}
.head-form-wrapper .input-wrap .btn-submit:hover::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.2);
  animation: tripple_ani infinite 1.2s ease-in-out;
}
.s-title {
  font-size: 44px;
  font-weight: 500;
  color: #0D1222;
  text-align: center;
  line-height: 44px;
}
.s-title span {
  display: inline-block;
  position: relative;
}
.s-title span::before,
.s-title span::after {
  position: absolute;
  top: 16px;
  left: -55px;
  content: '';
  width: 50px;
  height: 11px;
  background: linear-gradient(90deg, #ffadad, #fff);
  border-radius: 6px;
}
.s-title span::after {
  left: unset;
  right: -55px;
  background: linear-gradient(-90deg, #ffadad, #fff);
}
.s-title.w {
  color: #fff;
}
.banner {
  height: 624px;
}
.banner .swiper-pagination {
  position: absolute;
  bottom: 120px;
  left: 50%;
  transform: translate(-50%);
}
.banner .swiper-pagination-bullet {
  width: 45px;
  height: 3px;
  background: rgba(121, 124, 130, 0.4);
  border-radius: 0;
  opacity: 1;
  margin: 0 5px;
}
.banner .swiper-pagination-bullet-active {
  position: relative;
  width: 45px;
  height: 3px;
  background: rgba(121, 124, 130, 0.4);
}
.banner .swiper-pagination-bullet-active::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 45px;
  height: 3px;
  background: #f0f1f2;
  animation: mymove 3s linear;
  -webkit-animation: mymove 3s linear;
}
@keyframes mymove {
  from {
    width: 0px;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes mymove {
  from {
    width: 0px;
  }
  to {
    width: 100%;
  }
}
.banner .swiper-slide {
  height: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.banner .swiper-slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  min-width: 1920px;
  height: 100%;
  transform: translate(-50%, -50%);
}
.s1 {
  margin-top: 85px;
  background: url(../imgs/s1-bg.png) no-repeat;
  background-size: auto;
  background-position: center 242px;
  padding-bottom: 60px;
}
.s1 .con-top {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.s1 .con-top .left {
  margin-top: 9px;
  margin-left: 13px;
  width: 288px;
  height: 173px;
}
.s1 .con-top .left img {
  width: 100%;
  height: 100%;
}
.s1 .con-top .right {
  width: 794px;
  height: 153px;
  background: rgba(255, 240, 239, 0.1);
  border: 1px solid #FE9892;
  box-shadow: 0px 6px 10px 0px rgba(173, 64, 30, 0.4);
  border-radius: 10px;
  padding: 20px 25px 0 65px;
}
.s1 .con-top .right p {
  font-size: 16px;
  color: #292F41;
  line-height: 30px;
  position: relative;
}
.s1 .con-top .right p::before {
  position: absolute;
  left: -208px;
  top: 7px;
  content: '';
  height: 40px;
  width: 186px;
  background: url(../imgs/s1-line.png) no-repeat;
  background-size: 100% 100%;
}
.s1 .con-top .right p:first-child {
  margin-bottom: 16px;
}
.s1 .con-btm .box-tit {
  margin: auto;
  width: 424px;
  background: linear-gradient(135deg, #ff4847, #ff5c64, #ff4644);
  border-radius: 10px;
  border: 5px solid #ff3e3c;
  height: 62px;
  font-size: 34px;
  font-weight: 500;
  color: #fff;
  line-height: 54px;
  text-align: center;
}
.s1 .con-btm .cont {
  margin-top: 20px;
  display: flex;
}
.s1 .con-btm .cont .con-left {
  margin-right: 18px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.s1 .con-btm .cont .con-left .box {
  display: flex;
  width: 100%;
}
.s1 .con-btm .cont .con-left .tit-box {
  margin-right: 12px;
  width: 217px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #FEFEFF;
  line-height: 30px;
  text-align: center;
}
.s1 .con-btm .cont .con-left .tag-list {
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.s1 .con-btm .cont .con-left .tag-list .tag {
  margin-bottom: 12px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #0D1222;
  font-size: 14px;
}
.s1 .con-btm .cont .con-left .box1 {
  height: 221px;
}
.s1 .con-btm .cont .con-left .box1 .tit-box {
  height: 221px;
  background: linear-gradient(180deg, #EB483F, #F17853);
  box-shadow: 0px 6px 9px 0px rgba(245, 94, 86, 0.53);
}
.s1 .con-btm .cont .con-left .box1 .tag-list .tag {
  border: 1px solid #F75F59;
}
.s1 .con-btm .cont .con-left .box2 {
  height: 163px;
}
.s1 .con-btm .cont .con-left .box2 .tit-box {
  width: 217px;
  height: 163px;
  background: linear-gradient(0deg, #FBB42C, #F0A618);
  box-shadow: 0px 6px 10px 0px rgba(246, 174, 35, 0.63);
  border-radius: 10px;
}
.s1 .con-btm .cont .con-left .box2 .tag-list .tag {
  border: 1px solid #E69E14;
}
.s1 .con-btm .cont .con-left .box2 .tag-right {
  margin-left: 10px;
  width: 116px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #E69E14;
  text-align: center;
  line-height: 30px;
}
.s1 .con-btm .cont .con-right-wrapper {
  width: 251px;
  height: 448px;
  border-image: linear-gradient(0deg, #ED4B42, #F9B128) 10 10;
  background: linear-gradient(0deg, #ED4B42 0%, #F9B128 99%);
  border-radius: 10px;
  padding: 2px;
}
.s1 .con-btm .cont .con-right-wrapper .con-right {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}
.s1 .con-btm .cont .con-right-wrapper .con-right img {
  border-radius: 50%;
  box-shadow: 0px 7px 16px 0px rgba(220, 67, 61, 0.63);
}
.s1 .con-btm .cont .con-right-wrapper .con-right p {
  margin: 6px 0 10px 0;
  font-size: 14px;
  color: #0D1222;
  line-height: 15px;
}
.s2 {
  height: 770px;
  background: url(../imgs/s2-bg.png) no-repeat;
  background-size: 1920px auto;
  background-position: center bottom;
  padding-top: 67px;
  overflow: hidden;
}
.s2 .card-list {
  margin-top: 363px;
  display: flex;
  justify-content: space-between;
}
.s2 .card-list .card {
  width: 380px;
  height: 247px;
  background: #fff url(../imgs/s2-card-bg.png) no-repeat;
  background-size: 100% 100%;
  box-shadow: 0px 1px 16px 0px rgba(219, 215, 215, 0.63), 0px 4px 0px 0px #EC6137;
  border-radius: 10px;
  padding-top: 40px;
  padding-left: 40px;
  position: relative;
}
.s2 .card-list .card .tag {
  position: absolute;
  left: 50%;
  top: -132px;
  transform: translate(-50%, -100%);
  width: 245px;
  height: 56px;
  background: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.61);
  border-radius: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: bold;
  color: #ED4B42;
}
.s2 .card-list .card .tag img.icon {
  margin-left: 18px;
  width: 30px;
}
.s2 .card-list .card .tag::before {
  position: absolute;
  left: 50%;
  bottom: -125px;
  transform: translate(-50%);
  content: '';
  width: 3px;
  height: 125px;
  background-color: #fdad92;
}
.s2 .card-list .card .tag::after {
  position: absolute;
  left: 50%;
  bottom: -125px;
  transform: translate(-50%, 100%);
  content: '';
  width: 18px;
  height: 18px;
  background: #EC7A37;
  border-radius: 50%;
}
.s2 .card-list .card p {
  font-size: 15px;
  color: #666870;
  line-height: 30px;
  position: relative;
}
.s2 .card-list .card p::before {
  left: -18px;
  top: 11px;
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  background-color: #ffc97e;
  border-radius: 50%;
}
.s2 .card-list .card .btn {
  position: absolute;
  left: 35px;
  bottom: 17px;
  width: 310px;
  background: #FFFFFF;
  border: 1px solid #ED4B42;
  border-radius: 10px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #ED4B42;
  font-weight: 500;
  font-size: 18px;
  transition: all ease 0.2s;
}
.s2 .card-list .card .btn:hover {
  color: #fff;
  background-color: #ED4B42;
}
.s2 .card-list .card:nth-child(2) .tag {
  top: -16px;
}
.s2 .card-list .card:nth-child(2) .tag::after,
.s2 .card-list .card:nth-child(2) .tag::before {
  bottom: -9px;
}
.s2 .card-list .card:nth-child(2) .tag::before {
  height: 9px;
}
.s2 .card-list .card:last-child {
  padding-top: 20px;
}
.s2 .card-list .card:last-child p span {
  color: #0D1222;
}
.s3 {
  padding-top: 60px;
  margin-bottom: 60px;
  background: url(../imgs/s3-bg.png) no-repeat;
  background-size: 1920px auto;
  background-position: center bottom;
}
.s3 .top-list {
  margin: 50px 0 65px 0;
  padding: 0 44px;
  display: flex;
  justify-content: space-between;
}
.s3 .top-list li {
  width: 294px;
  height: 54px;
  background: #FFFFFF;
  border: 2px solid #F0A618;
  border-radius: 10px;
  color: #0D1222;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.s3 .top-list li::after {
  position: absolute;
  top: 9px;
  right: -77px;
  content: '';
  width: 52px;
  height: 35px;
  background: url(../imgs/icon-arrow-r-o.png) no-repeat;
  background-size: 100% 100%;
}
.s3 .top-list li span {
  margin-right: 10px;
  font-size: 25px;
  color: rgba(13, 18, 34, 0.32);
  font-weight: bold;
}
.s3 .top-list li:nth-child(2) {
  border-color: #F17853;
}
.s3 .top-list li:last-child {
  border-color: #F75F59;
}
.s3 .top-list li:last-child::after {
  display: none;
}
.s3 .card-list {
  display: flex;
  justify-content: space-between;
}
.s3 .card-list .card {
  height: 461px;
  width: 379px;
  background: #FFFFFF;
  box-shadow: 0px 1px 10px 0px rgba(219, 215, 215, 0.63);
  border-radius: 10px;
  text-align: center;
  position: relative;
  padding-top: 96px;
}
.s3 .card-list .card .logo {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%);
  width: 113px;
  height: 113px;
  box-shadow: 0px 7px 16px 0px rgba(220, 67, 61, 0.63);
  border-radius: 50%;
}
.s3 .card-list .card h3 {
  font-size: 26px;
  font-weight: bold;
  color: #ED4B42;
  line-height: 20px;
}
.s3 .card-list .card h4 {
  margin-top: 18px;
  height: 24px;
  font-size: 24px;
  font-weight: 500;
  color: #ED4B42;
  line-height: 24px;
}
.s3 .card-list .card .tag {
  margin: 30px auto 14px auto;
  width: 286px;
  height: 38px;
  background: rgba(76, 64, 219, 0);
  border: 1px solid #ED4B42;
  border-radius: 19px;
  line-height: 38px;
  font-size: 18px;
  color: #0D1222;
}
.s3 .card-list .card .dec {
  padding: 0 30px;
  height: 75px;
  font-size: 15px;
  color: #666870;
  line-height: 30px;
}
.s3 .card-list .card .btm-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 92px;
  background: url(../imgs/s3-card-btm-bg1.png) no-repeat;
  background-size: 100% 100%;
  padding-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #FFFFFF;
}
.s3 .card-list .card .btm-box img.icon {
  position: absolute;
  width: 32px;
  height: 30px;
  bottom: 33px;
  right: 60px;
}
.s3 .card-list .card .btm-box:hover {
  overflow: hidden;
  position: relative;
  position: absolute;
}
.s3 .card-list .card .btm-box:hover .icon {
  animation: scale_ani2 infinite 0.6s ease-in-out;
}
.s3 .card-list .card .btm-box:hover::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 379px;
  height: 379px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.2);
  animation: tripple_ani infinite 1.2s ease-in-out;
}
.s3 .card-list .card:nth-child(2) .btm-box {
  background-image: url(../imgs/s3-card-btm-bg2.png);
}
.s3 .card-list .card:nth-child(3) .tag {
  width: 336px;
}
.s3 .card-list .card:nth-child(3) .btm-box {
  background-image: url(../imgs/s3-card-btm-bg3.png);
}
.s4 {
  height: 347px;
  background: url(../imgs/s4-bg.png) no-repeat;
  background-size: 1920px 100%;
  background-position: center;
  padding-top: 45px;
  overflow: hidden;
}
.s4 .cont {
  margin: 40px auto;
  width: 1064px;
  height: 132px;
  background: #FFFFFF;
  border-radius: 10px;
  position: relative;
}
.s4 .cont::after {
  position: absolute;
  content: '';
  left: 4px;
  bottom: -15px;
  width: 1055px;
  height: 15px;
  background: url(../imgs/s4-cont-bg.png) no-repeat;
  background-size: 100%;
  background-position: center bottom;
}
.s4 .cont .list {
  height: 100%;
  padding: 0 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.s4 .cont .list a {
  text-align: center;
}
.s4 .cont .list a .icon-box {
  width: 52px;
  height: 52px;
}
.s4 .cont .list a .icon-box img {
  width: 100%;
  height: 100%;
}
.s4 .cont .list a p {
  margin-top: 18px;
  font-size: 15px;
  font-weight: 500;
  color: #1B1B1B;
  line-height: 15px;
}
.s4 .cont .list a:hover .icon-box {
  position: relative;
}
.s4 .cont .list a:hover .icon-box::after {
  position: absolute;
  content: '';
  top: -4px;
  left: -4px;
  width: 60px;
  height: 60px;
  border: 1px solid #9896BE;
  border-radius: 50%;
  box-sizing: border-box;
}
.s4 .cont .list a:hover p {
  font-weight: bold;
}
.s-btn {
  margin: auto;
  display: block;
  width: 310px;
  height: 62px;
  background: #ED4B42;
  box-shadow: 0px 7px 8px 0px rgba(247, 86, 77, 0.77);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.s-btn .icon {
  animation: scale_ani2 infinite 0.6s ease-in-out;
}
.s-btn::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.2);
  animation: tripple_ani infinite 1.2s ease-in-out;
}
.s-btn img.icon {
  margin-left: 18px;
  width: 32px;
}
.s5 {
  padding: 60px 0 50px 0;
}
.s5 .cont {
  width: 1230px;
  height: 466px;
  margin: 38px auto 15px auto;
  display: flex;
  justify-content: space-between;
  background: url(../imgs/s5-bg.png) no-repeat;
  background-size: 384px 384px;
  background-position: center center;
}
.s5 .cont .con {
  width: 460px;
}
.s5 .cont .con .card {
  width: 460px;
  height: 229px;
  background: url(../imgs/s5-card-bg-l.png) no-repeat;
  background-size: 100% 100%;
  padding: 0 0 0 89px;
}
.s5 .cont .con .card:first-child {
  margin-bottom: 8px;
}
.s5 .cont .con .card .tag {
  margin-bottom: 15px;
  width: 209px;
  height: 65px;
  background: #F0A618;
  border: 8px solid #FFFFFF;
  border-radius: 35px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 49px;
  font-size: 18px;
  text-align: center;
}
.s5 .cont .con .card p {
  margin-left: 18px;
  font-size: 15px;
  color: #666870;
  line-height: 30px;
  position: relative;
}
.s5 .cont .con .card p::before {
  left: -15px;
  top: 11px;
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  background-color: #ffc97e;
  border-radius: 50%;
}
.s5 .cont .right .card {
  background-image: url(../imgs/s5-card-bg-r.png);
  padding-left: 115px;
}
.s5 .cont .right .card .tag {
  margin-left: 46px;
}
.s5 .cont .right .card p {
  margin-left: 0;
}
.s6 {
  height: 645px;
  background: url(../imgs/s6-bg.png) no-repeat;
  background-size: 1920px 100%;
  background-position: center;
  padding-top: 68px;
}
.s6 .card-list {
  margin-top: 120px;
  margin-bottom: 44px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.s6 .card-list .card {
  width: 264px;
  height: 234px;
}
.s6 .card-list .card::before {
  z-index: -2;
  position: absolute;
  content: '';
  left: -12px;
  bottom: -11px;
  width: 288px;
  height: 51px;
  background: #F5BDBB;
  border-radius: 10px;
}
.s6 .card-list .card .card-inner {
  height: 100%;
  background: #FFFFFF;
  border-radius: 10px;
  position: relative;
  padding-top: 80px;
  text-align: center;
}
.s6 .card-list .card .logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  margin-top: 40px;
}
.s6 .card-list .card .tit {
  margin-bottom: 21px;
  font-size: 18px;
  font-weight: 500;
  color: #0D1222;
  line-height: 19px;
}
.s6 .card-list .card .dec {
  font-size: 15px;
  color: #666870;
  line-height: 30px;
}
.s7 {
  padding: 80px 0;
}
.s7 .tab-navs {
  margin: 33px 0;
  display: flex;
  justify-content: center;
}
.s7 .tab-navs .tab {
  width: 258px;
  background: rgba(113, 131, 224, 0);
  border: 2px solid #7183E0;
  border-radius: 28px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 20px;
  color: #0D1222;
  cursor: pointer;
}
.s7 .tab-navs .tab.active {
  background: #475ED9;
  color: #fff;
}
.s7 .tab-navs .tab + .tab {
  margin-left: 24px;
}
.s7 .tab-cont-item .card-list {
  margin-bottom: 23px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.s7 .tab-cont-item .card-list .card {
  margin-bottom: 14px;
  width: 392px;
  height: 240px;
  background: #FAD2CF;
  border-radius: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px;
}
.s7 .tab-cont-item .card-list .card .num {
  margin-left: 14px;
  font-size: 46px;
  color: #F86D65;
}
.s7 .tab-cont-item .card-list .card .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 300px;
  height: 100%;
  background: #FEFEFE;
  border-radius: 4px 115px 115px 4px;
  padding: 0 0 0 24px;
}
.s7 .tab-cont-item .card-list .card .inner .tit {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 500;
  color: #2F48C9;
  line-height: 20px;
}
.s7 .tab-cont-item .card-list .card .inner .dec {
  font-size: 16px;
  color: #4B4F5E;
  line-height: 28px;
}
.s7 .tab-cont-item:nth-child(2) .card-list {
  justify-content: center;
}
.s7 .tab-cont-item:nth-child(2) .card-list .card {
  width: 448px;
}
.s7 .tab-cont-item:nth-child(2) .card-list .card .inner {
  width: 356px;
}
.s7 .tab-cont-item:nth-child(2) .card-list .card:first-child {
  margin-right: 80px;
}
.s8 {
  height: 767px;
  background: url(../imgs/s8-bg.png) no-repeat;
  background-size: 1920px 100%;
  background-position: center;
  padding-top: 68px;
  overflow: hidden;
}
.s8 .lecturer_box {
  margin: 0 auto;
  margin-top: 50px;
  background: #fff;
  width: 75rem;
  height: 33.9375rem;
  border-radius: 10px;
  position: relative;
}
.s8 .lecturer_top {
  padding: 1.875rem 3.6845rem;
  overflow: hidden;
  display: none;
}
.s8 .lecturer_top01 {
  display: block;
}
.s8 .top_left {
  float: left;
  width: 20.125rem;
  height: 20.125rem;
}
.s8 .top_right {
  float: left;
  width: 44rem;
  margin-left: 3rem;
}
.s8 .top_p1 {
  color: #0D1222;
  font-size: 1.625rem;
  margin: 0.7rem 0;
  font-weight: bold;
}
.s8 .top_p2 {
  color: #ED4B42;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.7rem;
}
.s8 .top_p3 {
  margin-bottom: 0.7rem;
  color: #a9aaaf;
  display: flex;
  align-items: center;
}
.s8 .top_p3 img {
  width: 1.375rem;
  margin-right: 1rem;
}
.s8 .too_p4 {
  font-size: 15px;
  color: #666870;
  line-height: 26px;
}
.s8 .lecturer_bottom {
  background: #F8EDED;
  height: 8.6875rem;
  text-align: center;
  width: 100%;
  clear: both;
  position: absolute;
  bottom: 0;
}
.s8 .lecturer_bottom ul {
  margin: 0 auto;
  width: 31rem;
  margin-top: 2.1rem;
  overflow: hidden;
}
.s8 .lecturer_bottom ul li {
  float: left;
  width: 4.25rem;
  height: 4.25rem;
  background: #E7CBCB;
  border-radius: 50%;
  margin-right: 2.25rem;
  cursor: pointer;
}
.s8 .lecturer_bottom ul li.active {
  background: #ED4B42 !important;
}
.s8 .lecturer_bottom ul li:hover {
  background: #ED4B42 !important;
}
.s8 .lecturer_bottom ul li:last-child {
  margin-right: 0;
}
.s8 .lecturer_bottom ul li img {
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 50%;
}
.s9 {
  padding: 73px 0 53px 0;
}
.s9 .cont {
  margin: 64px auto 45px auto;
  display: flex;
}
.s9 .cont .left {
  margin-right: 52px;
  flex: 1;
}
.s9 .cont .left .text-list {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.s9 .cont .left .text-list .item {
  width: 167px;
  height: 167px;
  background: url(../imgs/s9-list-bg-1.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 8px;
  font-size: 16px;
  color: #0D1222;
  line-height: 26px;
  text-align: center;
}
.s9 .cont .left .text-list .item:nth-child(2) {
  background-image: url(../imgs/s9-list-bg-2.png);
}
.s9 .cont .left .text-list .item:nth-child(3) {
  background-image: url(../imgs/s9-list-bg-3.png);
}
.s9 .cont .left .tags-box {
  margin-top: 90px;
  height: 190px;
  background: url(../imgs/s1-left.png) no-repeat;
  background-size: 288px;
  background-position: center center;
}
.s9 .cont .left .tags-box .tag-list {
  margin-bottom: 23px;
  display: flex;
  justify-content: space-between;
}
.s9 .cont .left .tags-box .tag-list .tag {
  width: 170px;
  border: 1px solid #DBD4D4;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  color: #0D1222;
}
.s9 .cont .right {
  width: 600px;
  height: 519px;
  background: url(../imgs/s9-certificate-bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 60px 12px 0 15px;
  position: relative;
}
.s9 .cont .right .swiper-container {
  height: 100%;
}
.s9 .cont .right .swiper-container .swiper-slide {
  height: 399px;
}
.s9 .cont .right .swiper-container .swiper-pagination {
  bottom: 17px;
  text-align: end;
}
.s9 .cont .right .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 2px solid #ED4B42;
  border-radius: 50%;
  box-sizing: border-box;
}
.s9 .cont .right .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ED4B42;
}
.s9 .cont .right .swiper-certificate-btns {
  position: absolute;
  top: -20px;
  right: 0;
  display: flex;
}
.s9 .cont .right .swiper-certificate-btns .swiper-btn {
  position: relative;
  right: 0;
  left: 0;
  margin: 0;
  width: 83px;
  height: 51px;
  background: #ED4B42;
  display: flex;
  justify-content: center;
  align-items: center;
}
.s9 .cont .right .swiper-certificate-btns .swiper-btn img.icon {
  height: 27px;
}
.s9 .cont .right .swiper-certificate-btns .swiper-btn:hover {
  background-color: #D3261C;
}
.s10 {
  padding-top: 73px;
  height: 706px;
  background: url(../imgs/s6-bg.png) no-repeat;
  background-size: 1920px 100%;
  background-position: center bottom;
  overflow: hidden;
}
.s10 .card-list {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.s10 .card-list .card {
  margin-bottom: 70px;
  width: 264px;
  height: 190px;
}
.s10 .card-list .card::before {
  z-index: -2;
  position: absolute;
  content: '';
  left: -12px;
  bottom: -11px;
  width: 288px;
  height: 51px;
  background: #F5BDBB;
  border-radius: 10px;
}
.s10 .card-list .card-inner {
  height: 100%;
  background: #FFFFFF;
  border-radius: 10px;
  position: relative;
  padding-top: 75px;
  text-align: center;
}
.s10 .card-list .card img.icon {
  position: absolute;
  top: -28px;
  left: 50%;
  height: 85px;
  transform: translate(-50%);
}
.s10 .card-list .card p {
  font-size: 15px;
  color: #666870;
  line-height: 30px;
}
.s10 .card-list .card .btn {
  position: absolute;
  bottom: 20px;
  left: 23px;
  width: 217px;
  background: rgba(237, 75, 66, 0);
  border: 1px solid #ED4B42;
  border-radius: 10px;
  box-sizing: border-box;
  height: 53px;
  line-height: 53px;
  text-align: center;
  font-size: 18px;
  color: #0D1222;
  transition: all ease 0.2s;
}
.s10 .card-list .card .btn:hover {
  background-color: #ED4B42;
  color: #fff;
}
