@font-face {
  font-family: YouSheBiaoTiHei;
  src: url('../font/YouSheBiaoTiHei.ttf');
}
* {
  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,
span {
  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;
}
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;
}
a {
  text-decoration: none;
}
.wrapper {
  width: 1180px;
  margin: auto;
  background: no-repeat 100% 100%;
  position: relative;
  box-sizing: border-box;
}
body {
  background-color: #2031ba;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-more {
  display: block;
  margin: auto;
  padding: 0 58px;
  height: 62px;
  background: linear-gradient(180deg, #FFFABD, #FFE87C);
  border: 2px solid #F8F5DF;
  border-radius: 31px;
  line-height: 62px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #D93A1A;
  transition: all ease 0.2s;
}
.btn-more:hover {
  transform: scale(1.2);
}
h2.title {
  position: absolute;
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
  font-size: 44px;
  font-family: YouSheBiaoTiHei;
  font-weight: 400;
  color: #FFF691;
  text-shadow: 0px 3px 7px rgba(16, 32, 164, 0.69);
  line-height: 29px;
  text-align: center;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.qf-header {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  background-color: #5f8df6;
  box-shadow: -3px 4px 12px 1px rgba(99, 5, 3, 0.19);
  z-index: 99;
}
.qf-header .banner-x {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  justify-content: space-between;
}
.qf-header .banner-x .head-l img {
  width: 130px;
}
.qf-header .banner-x .head-r {
  height: 100%;
}
.qf-header .banner-x .head-r ul {
  height: 100%;
  line-height: 60px;
}
.qf-header .banner-x .head-r ul li {
  width: 116px;
  height: 100%;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
}
.qf-header .banner-x .head-r ul li a {
  color: #dee8ff;
}
.qf-header .banner-x .head-r ul li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.qf-header .banner-x .head-r ul li:hover a {
  color: #fff;
}
.banner {
  margin-top: 60px;
  height: 524px;
  position: relative;
}
.banner a {
  height: 100%;
  display: block;
}
.banner img {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1920px;
  height: 100%;
  transform: translateX(-50%);
}
.s1 {
  margin-top: 40px;
}
.s1 .coupon-list {
  display: flex;
  justify-content: space-between;
}
.s1 .coupon-list-item {
  width: 373px;
  height: 136px;
  background: url('../imgs/coupon-s-bg.png') 100% 100% no-repeat;
  box-sizing: border-box;
  padding: 30px 0 36px 47px;
}
.s1 .coupon-list-item .num {
  margin-top: -6px;
  margin-left: 43px;
  font-size: 45px;
  font-weight: bold;
  color: #EFA463;
  background: linear-gradient(0deg, #D83A3E 0.68359375%, #EA7144 98.48632813%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.s1 .coupon-list-item .slogan {
  margin-top: 8px;
  line-height: 18px;
  font-size: 18px;
  font-weight: 500;
  color: #A67059;
}
.s2 {
  margin-top: 46px;
}
.s2 .wrapper {
  height: 785px;
  background-image: url(../imgs/sec-bg-1.png);
  padding: 140px 45px 42px 45px;
}
.s2 .title {
  top: 39px;
  font-size: 34px;
}
.s2 .subject-list {
  padding: 0 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.s2 .subject-list-item {
  margin-bottom: 10px;
  width: 12.5%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 140px;
}
.s2 .subject-list-item .icon-wrapper {
  width: 96px;
  height: 103px;
  background: url(../imgs/hexagonal.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.s2 .subject-list-item .icon-wrapper i.icon {
  font-size: 38px;
  color: #023a93;
}
.s2 .subject-list-item .icon-wrapper img.icon {
  width: 38px;
}
.s2 .subject-list-item:hover .icon-wrapper {
  background-image: url(../imgs/hexagonal-active.png);
}
.s2 .subject-list-item p {
  font-size: 15px;
  color: #FFFFFF;
}
.s2 .advantage-list {
  display: flex;
  justify-content: space-between;
}
.s2 .advantage-list-item {
  width: 256px;
  height: 208px;
  background: url(../imgs/s2-advantage-list-item-bg.png) no-repeat 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  box-sizing: border-box;
}
.s2 .advantage-list-item .logo {
  width: 59px;
}
.s2 .advantage-list-item .mark {
  width: 166px;
  height: 39px;
  background: #1827B6;
  border-radius: 20px;
  font-size: 22px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 39px;
}
.s2 .advantage-list-item .slogan {
  text-align: center;
  font-size: 15px;
  color: #B8E0FD;
}
.s2 .btn-more {
  margin-top: 30px;
  width: 260px;
  display: block;
}
.s3 {
  margin-top: 63px;
}
.s3 .wrapper {
  height: 525px;
  background-image: url(../imgs/sec-bg-2.png);
  padding: 142px 134px 0 134px;
}
.s3 .title {
  top: 26px;
}
.s3 .coupon {
  margin-left: 127px;
  display: inline-block;
  width: 683px;
  height: 150px;
}
.s3 .coupon img {
  width: 100%;
  height: 100%;
}
.s3 p {
  white-space: nowrap;
  font-size: 16px;
  color: #B8E0FD;
  line-height: 22px;
}
.s3 p:first-of-type {
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 22px;
}
.s4 {
  margin-top: 62px;
}
.s4 .wrapper {
  padding: 97px 69px 0 69px;
  height: 1565px;
  background-image: url(../imgs/sec-bg-3.png);
}
.s4 .title {
  top: 26px;
}
.s4 .top {
  margin-bottom: 25px;
  width: 1043px;
  height: 221px;
  background: url(../imgs/s4-top.png) no-repeat 100% 100%;
  position: relative;
}
.s4 .top .btn-more {
  position: absolute;
  bottom: 14px;
  right: 125px;
}
.s4 .box3-lists {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1048px;
  margin: 0 auto;
}
.s4 .box3-lists li {
  width: 332px;
  height: 366px;
  background: #ffffff;
  margin-bottom: 29px;
}
.s4 .box3-lists li img {
  display: block;
  width: 332px;
  height: 193px;
}
.s4 .box3-lists li p {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 107px;
  color: #323232;
  font-size: 18px;
  font-weight: bold;
}
.s4 .box3-group {
  display: flex;
}
.s4 .box3-group .box3-group-left {
  display: block;
  width: 144px;
  height: 44px;
  background: url(../imgs/s4-btn-left.png) no-repeat;
  background-size: 144px 44px;
  margin: 0 11px 0 15px;
}
.s4 .box3-group .box3-group-left:hover {
  background: url(../imgs/s4-btn-left-hover.png) no-repeat;
  background-size: 144px 44px;
}
.s4 .box3-group .box3-group-right {
  display: block;
  width: 144px;
  height: 44px;
  background: url(../imgs/s4-btn-right.png) no-repeat;
  background-size: 144px 44px;
}
.s4 .box3-group .box3-group-right:hover {
  background: url(../imgs/s4-btn-right-hover.png) no-repeat;
  background-size: 144px 44px;
}
.s5 {
  margin-top: 55px;
}
.s5 .wrapper {
  padding: 118px 66px 0 66px;
  height: 605px;
  background-image: url(../imgs/sec-bg-4.png);
}
.s5 .title {
  top: 25px;
}
.s5 .bullet-box {
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
}
.s5 .bullet-box .bullet-list {
  flex-shrink: 0;
  width: 1250px;
  display: flex;
  flex-wrap: wrap;
  /*             @keyframes bullet_ani {
                from {
                    transform: translateX(0);
                }

                to {
                    transform: translateX(-320px);
                }
            }

            animation:bullet_ani 4s ease-out infinite; */
}
.s5 .bullet-box .bullet-list .bullet {
  margin-bottom: 19px;
  margin-right: 12px;
  height: 38px;
  background: linear-gradient(90deg, rgba(40, 109, 222, 0.99), rgba(42, 110, 223, 0.1));
  border-radius: 19px;
  padding: 0 17px 0 33px;
  line-height: 38px;
  font-size: 16px;
  color: #FFFFFF;
  position: relative;
}
.s5 .bullet-box .bullet-list .bullet::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 17px;
  left: 15px;
  width: 5px;
  height: 5px;
  background: #0F35AD;
  border-radius: 50%;
}
.s5 .bullet-box .bullet-list .bullet:nth-child(even) {
  background: linear-gradient(90deg, rgba(200, 64, 229, 0.99), rgba(200, 64, 229, 0.08));
}
.s5 .bullet-box .bullet-list .bullet:nth-child(6) {
  margin-left: 80px;
}
.s5 .coupons {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  padding: 0 85px;
}
.s5 .coupons .coupon {
  height: 312px;
  width: 382px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding-top: 200px;
  text-align: center;
}
.s5 .coupons .coupon p {
  margin-bottom: 15px;
  line-height: 21px;
  font-size: 22px;
  font-weight: bold;
  color: #FFFFFF;
}
.s5 .coupons .coupon .btn-more {
  width: 166px;
  height: 58px;
  padding: 0 37px;
  line-height: 58px;
}
.s6 {
  margin-top: 60px;
}
.s6 .wrapper {
  padding: 107px 64px 0 64px;
  height: 485px;
  background-image: url(../imgs/sec-bg-5.png);
}
.s6 .title {
  top: 25px;
}
.s6 .container {
  padding: 51px 40px 0 65px;
  width: 1052px;
  height: 323px;
  background: url(../imgs/s6-container-bg.png) no-repeat 100% 100%;
  box-sizing: border-box;
}
.s6 .list {
  display: flex;
}
.s6 .list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.s6 .list .item p {
  margin: 20px 0;
  line-height: 19px;
  font-size: 20px;
  font-weight: 500;
  color: #12218E;
  white-space: nowrap;
}
.s6 .list .item .btn-more {
  padding: 0 42px;
  line-height: 58px;
  height: 58px;
  white-space: nowrap;
}
.s7 {
  margin-top: 56px;
}
.s7 .wrapper {
  padding: 135px 64px 0 64px;
  height: 485px;
  background-image: url(../imgs/sec-bg-5.png);
}
.s7 .title {
  top: 25px;
  white-space: nowrap;
}
.s7 .list {
  display: flex;
  justify-content: space-between;
  width: 1054px;
  margin: 0 auto;
}
.s7 .list li {
  position: relative;
  width: 232px;
  height: 284px;
  background: linear-gradient(180deg, #1B2CDB, #3768E5);
  background-blend-mode: normal, normal;
  border-radius: 10px;
}
.s7 .list .icon {
  display: block;
  width: 82px;
  height: 92px;
  margin: 33px auto 18px auto;
}
.s7 .list p {
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
}
.s7 .list p span {
  display: block;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
  margin-top: 6px;
}
.s7 .list .btn-more {
  position: absolute;
  top: 200px;
  left: 19px;
  width: 195px;
  height: 58px;
  line-height: 58px;
  padding: 0;
}
.s7 .list .btn-more:hover {
  transform: scale(1.1);
}
.s8 {
  margin-top: 77px;
}
.s8 .city-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 65px;
}
.s8 .city-list .city {
  text-align: center;
  margin-top: 29px;
  width: 100px;
}
.s8 .city-list .city .city-name {
  margin-top: 7px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 20px;
}
.s8 .swiper-s8 {
  margin-top: 50px;
  width: 100%;
  height: 585px;
  padding-bottom: 40px;
}
.s8 .swiper-s8 .swiper-slide img {
  width: 100%;
}
.s8 .swiper-pagination .swiper-pagination-bullet {
  width: 52px;
  height: 8px;
  background: #dddddd;
  border-radius: 0;
  opacity: 1;
}
.s8 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fd4b01;
}
.s8 .wrapper,
.s9 .wrapper {
  background: rgba(213, 69, 36, 0);
  border: 5px solid #485DE6;
  border-radius: 10px;
  padding: 110px 23px 0 23px;
  box-sizing: border-box;
}
.s8 .wrapper .title,
.s9 .wrapper .title {
  top: 0px;
  width: 484px;
  height: 81px;
  background: url(../imgs/s8-title-bg.png) no-repeat 100% 100%;
  line-height: 81px;
}
.s9 {
  margin-top: 68px;
}
.s9 .wrapper {
  padding: 132px 40px 50px 40px;
}
.s9 .list {
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
}
.s9 .list1 {
  padding: 0 30px;
}
.s9 .list1 li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 65px;
}
.s9 .list1 li .icon-box {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.s9 .list1 li .icon-box:hover {
  position: relative;
}
.s9 .list1 li .icon-box:hover::after {
  position: absolute;
  top: -5px;
  left: -5px;
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  border: 1px solid #5B51F0;
  border-radius: 50%;
}
.s9 .list1 li p {
  margin-top: 18px;
  line-height: 15px;
  font-size: 15px;
  font-weight: 500;
  color: #FFFFFF;
}
.s9 .list1 li:nth-child(1) .icon-box {
  background: linear-gradient(0deg, #6D64F8, #5B51F4);
}
.s9 .list1 li:nth-child(2) .icon-box {
  background: linear-gradient(0deg, #5D87F3, #3F6FEA);
}
.s9 .list1 li:nth-child(3) .icon-box {
  background: linear-gradient(0deg, #10A3C4, #19C6ED);
}
.s9 .list1 li:nth-child(4) .icon-box {
  background: linear-gradient(0deg, #3ED56E, #27AF54);
}
.s9 .list1 li:nth-child(5) .icon-box {
  background: linear-gradient(0deg, #F7AD2D, #EEA62A);
}
.s9 .list1 li:nth-child(6) .icon-box {
  background: linear-gradient(0deg, #EF992A, #EF6B2A);
}
.s9 .list1 li:nth-child(7) .icon-box {
  background: linear-gradient(0deg, #E8453D, #ED533F);
}
.s9 .list1 li:nth-child(8) .icon-box {
  background: linear-gradient(0deg, #EF297D, #EC4071);
}
.s9 .list2 {
  margin-top: 50px;
  padding: 0;
}
.s9 .list2-item {
  width: 344px;
  height: 394px;
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
}
.s9 .list2-item .top {
  padding-left: 42px;
  height: 91px;
  display: flex;
  align-items: center;
}
.s9 .list2-item .top img.icon {
  margin-right: 19px;
  height: 40px;
}
.s9 .list2-item .top h3 {
  font-size: 23px;
  color: #FFFFFF;
  font-weight: 400;
}
.s9 .list2-item .qes-list {
  margin-top: 20px;
  margin-left: 30px;
  font-size: 15px;
}
.s9 .list2-item .qes-list li {
  height: 36px;
  display: flex;
  align-items: center;
}
.s9 .list2-item .qes-list li a {
  height: 22px;
  color: #1B1B1B;
  box-sizing: border-box;
}
.s9 .list2-item .qes-list li::before {
  margin-right: 7px;
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.s9 .list2-item:first-child .qes-list li::before {
  background-color: #41a4fe;
}
.s9 .list2-item:first-child .qes-list li:hover a {
  color: #4393F6;
  border-bottom: 1px solid #4393F6;
}
.s9 .list2-item:nth-child(2) .qes-list li::before {
  background-color: #fe82a8;
}
.s9 .list2-item:nth-child(2) .qes-list li:hover a {
  color: #fe82a8;
  border-bottom: 1px solid #fe82a8;
}
.s9 .list2-item:nth-child(3) .qes-list li::before {
  background-color: #ffb161;
}
.s9 .list2-item:nth-child(3) .qes-list li:hover a {
  color: #ffb161;
  border-bottom: 1px solid #ffb161;
}
.footer {
  margin-top: 33px;
  width: 100%;
  height: 584px;
  background: #b53108;
  padding-top: 58px;
}
.footer .container {
  width: 1100px;
  margin: 0 auto;
}
.footer .footer-box {
  display: flex;
  width: 1100px;
  height: 487px;
  background: url(../imgs/footer-border.png) no-repeat;
  background-size: 1100px 517px;
  padding-top: 30px;
}
.footer .footer-left {
  width: 466px;
  height: 314px;
  background: url(../imgs/footer-left.png) no-repeat;
  background-size: cover;
  margin: 29px 85px 0 21px;
}
.footer .footer-right {
  width: 499px;
  height: 460px;
  background: url(../imgs/footer-right.png) no-repeat;
  background-size: cover;
}
.footer .footer-item {
  display: block;
  width: 370px;
  height: 55px;
  background-color: #ffffff;
  border-radius: 5px;
  padding-left: 13px;
  margin-left: 92px;
  margin-bottom: 31px;
  font-family: MicrosoftYaHei;
  font-size: 24px;
}
.footer .footer-item:first-child {
  margin-top: 117px;
}
.footer .footer-btn {
  width: 280px;
  height: 53px;
  background: url(../imgs/footer-btn.png) no-repeat;
  background-size: contain;
  margin: -6px auto 0 auto;
  cursor: pointer;
  -webkit-animation: myscale 1s ease 0s infinite;
  -moz-animation: myscale 1s ease 0s infinite;
  -o-animation: myscale 1s ease 0s infinite;
  animation: myscale 1s ease 0s infinite;
}
@keyframes myscale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes myscale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
