a.li,
a.item,
a.button,
img.img {
  display: block;
}
@font-face {
  font-family: FontquanXinYiGuanHeiTi;
  src: url('../font/FontquanXinYiGuanHeiTi.ttf');
}
@font-face {
  font-family: JiangChengLvDongHei;
  src: url('https://mg.kaoyan365.cn/liuxue/font/JiangChengLvDongHei.ttf');
}
@font-face {
  font-family: shetumodengxiaofangti;
  src: url('../font/shetumodengxiaofangti.ttf');
}
.bg {
  width: 100%;
  background-repeat: no-repeat;
  background-size: 1920px;
  background-position: bottom center;
  overflow: hidden;
}
.xbg {
  background-repeat: no-repeat;
  background-size: cover;
}
.wh-100 {
  width: 100%;
  height: 100%;
}
.padding-bot-60 {
  padding-bottom: 60px;
}
.bold {
  font-weight: bold;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-between {
  display: flex;
  justify-content: space-between;
}
.flex-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
.toast-loading .index-toast {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 24px 30px;
  max-width: 300px;
  min-width: 180px;
  width: max-content;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 20px;
  transform: translate(-50%, -50%);
  box-sizing: content-box;
  z-index: 3002;
}
.toast-loading .loading {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3001;
}
.toast-loading .loading .loading-cont {
  padding: 15px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  min-width: 160px;
  width: max-content;
  min-height: 160px;
  text-align: center;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 10px;
  box-sizing: border-box;
}
.toast-loading .loading .loading-img {
  width: 50px;
  height: 50px;
  background-image: url("../image/loading.gif");
  background-repeat: no-repeat;
  background-size: cover;
}
.toast-loading .loading .text {
  margin-top: 15px;
  line-height: 30px;
  font-size: 20px;
  color: #fff;
}
.toast-loading .loading-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3001;
}
.index-title {
  margin: 70px auto 0;
  padding: 0 150px;
  position: relative;
  width: max-content;
  height: 96px;
  line-height: 88px;
  text-align: center;
  font-family: JiangChengLvDongHei;
  font-size: 46px;
  color: #fff;
  background: #004EA8;
  border: 4px solid #2295D4;
  border-radius: 48px;
  z-index: 2;
}
.index-title span {
  font-family: JiangChengLvDongHei;
  font-size: 52px;
  color: #FFFB58;
}
.index-title::before {
  position: absolute;
  top: -56px;
  left: 10px;
  content: '';
  width: 103px;
  height: 123px;
  background-image: url(../image/index-title-circle.png);
  background-size: cover;
}
.header {
  width: 100%;
  height: 138px;
}
.header .header-logo {
  height: 86px;
  background-color: #3490CC;
}
.header .header-logo .inner {
  padding: 0 20px 0 40px;
  align-items: center;
}
.header .header-logo .inner .logo {
  width: 189px;
  height: 41px;
}
.header .header-logo .inner .phone {
  margin-top: 15px;
  display: block;
  padding-left: 42px;
  line-height: 33px;
  font-size: 22px;
  color: #fff;
  background-image: url(../image/icon-cricle-phone.png);
  background-repeat: no-repeat;
  background-size: 33px;
  background-position: left center;
}
.header .header-nav {
  height: 52px;
  background-color: #1B1B1B;
}
.header .header-nav .inner {
  display: flex;
}
.header .header-nav .li {
  padding: 0 35px;
  line-height: 52px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}
.header .header-nav .li.hot {
  padding: 0 35px 0 55px;
  background-image: url(../image/icon-hot.png);
  background-repeat: no-repeat;
  background-size: 19px;
  background-position: 35px center;
}
.banner {
  height: 520px;
  background-image: url(../image/banner-full.jpg);
}
.part-1 {

  background-color: #EFF7FF;
  background-image: url(../image/part1-bg.jpg);
}
.part-1 .part1-list {
  margin-top: 42px;
  width: 100%;
  height: 415px;
}
.part-1 .part1-list .item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 378px;
  height: 195px;
  background-image: url(../image/part1-li-bg.png);
  background-size: cover;
}
.part-1 .part1-list .item .title {
  width: 256px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  color: #1E1E1E;
  background: #FFE84B;
  border-radius: 25px;
}
.part-1 .part1-list .item .desc {
  margin-top: 24px;
  width: 245px;
  line-height: 30px;
  font-size: 22px;
  color: #fff;
}
.part-1 .part1-list .item::after {
  position: absolute;
  bottom: 22px;
  right: 14px;
  content: '01';
  width: 58px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-family: FontquanXinYiGuanHeiTi;
  font-size: 31px;
  color: 31px;
}
.part-1 .part1-list .item:nth-child(2)::after {
  content: '02';
}
.part-1 .part1-list .item:nth-child(3)::after {
  content: '03';
}
.part-1 .part1-list .item:nth-child(4)::after {
  content: '04';
}
.part-1 .part1-list .item:nth-child(5)::after {
  content: '05';
}
.part-1 .part1-list .item:nth-child(6)::after {
  content: '06';
}
.part-2 {
  background-image: url(../image/part2-bg.jpg);
  background-size: cover;
}
.part-2 .part2-wp {
  margin-top: 40px;
  width: 100%;
}
.part-2 .part2-wp .cont-left {
  position: relative;
  width: 1200px;
  height: 450px;
  background: linear-gradient(182deg, #FFD97E 0%, #FFE186 100%);
  border-radius: 10px;
  overflow: hidden;
}
.part-2 .part2-wp .cont-left .item {
  padding-top: 35px;
  position: relative;
  width: 534px;
  z-index: 3;
}
.part-2 .part2-wp .cont-left .item .title {
  width: 230px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  color: #fff;
  background: #FF6B1B;
  border-radius: 10px;
}
.part-2 .part2-wp .cont-left .item .p {
  margin-top: 26px;
  line-height: 40px;
  font-size: 22px;
  color: #393838;
}
.part-2 .part2-wp .cont-left .item:last-child {
  width: 534px;
}
.part-2 .part2-wp .cont-left .item:last-child .title {
  background: #F6485A;
}
.part-2 .part2-wp .cont-left .item:last-child .p {
  line-height: 35px;
}
.part-2 .part2-wp .cont-left::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 530px;
  height: 0;
  border-top: 450px solid #FFF9EB;
  border-right: 96px solid transparent;
}
.part-2 .part2-wp .cont-left::after {
  position: absolute;
  top: 184px;
  left: 523px;
  content: '';
  width: 108px;
  height: 65px;
  background-image: url(../image/part2-vs.png);
  background-size: cover;
}
.part-2 .part2-wp .form {
  padding: 30px 28px 0;
  width: 460px;
  height: 450px;
  background: linear-gradient(0deg, #FFFEFF 0%, #FFFEFF 100%);
  border-radius: 10px;
}
.part-2 .part2-wp .form .form-title {
  line-height: 1;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  color: #225BBE;
}
.part-2 .part2-wp .form .icon {
  position: absolute;
  top: 50%;
  left: 19px;
  width: 23px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}
.part-2 .part2-wp .form .icon.icon-phone {
  background-image: url(../image/icon-phone.png);
}
.part-2 .part2-wp .form .icon.icon-lock {
  background-image: url(../image/icon-lock.png);
}
.part-2 .part2-wp .form .icon.icon-country {
  background-image: url(../image/icon-country.png);
}
.part-2 .part2-wp .form .input-wp,
.part-2 .part2-wp .form .form-select-wp {
  margin-top: 20px;
  position: relative;
  width: 100%;
}
.part-2 .part2-wp .form .form-select-wp {
  background-color: #FCFCFC;
  border-radius: 10px;
}
.part-2 .part2-wp .form .form-select-wp .icon-arrow {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 36px;
  height: 36px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  transform: translateY(-50%);
}
.part-2 .part2-wp .form .form-select-wp .icon-arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.part-2 .part2-wp .form .form-input,
.part-2 .part2-wp .form .form-select {
  padding: 0 18px 0 58px;
  display: block;
  width: 100%;
  height: 60px;
  font-size: 20px;
  color: #333;
  border: 1px solid #C2C2C2;
  border-radius: 10px;
}
.part-2 .part2-wp .form .form-input {
  background-color: #FCFCFC;
  cursor: text;
}
.part-2 .part2-wp .form .form-input::placeholder {
  color: #999;
}
.part-2 .part2-wp .form .form-input.input-code {
  width: 260px;
}
.part-2 .part2-wp .form .form-select {
  position: relative;
  color: #666;
  background: transparent;
  z-index: 3;
  /* 去掉下拉箭头 */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.part-2 .part2-wp .form .form-select::-ms-expand {
  /* 清除ie的默认选择框样式清除，隐藏下拉箭头 */
  display: none;
}
.part-2 .part2-wp .form .get-code-wrapper {
  position: absolute;
  right: 0;
  top: 0;
}
.part-2 .part2-wp .form .button-yzm-btn {
  width: 132px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: #FB8A2A;
  border-radius: 10px;
}
.part-2 .part2-wp .form .button-yzm-btn.form_get_code {
  cursor: pointer;
}
.part-2 .part2-wp .form .button-yzm-btn.form_countdown {
  display: none;
}
.part-2 .part2-wp .form .policy-row {
  margin: 10px auto 0;
  display: flex;
  align-items: center;
  width: max-content;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #555;
}
.part-2 .part2-wp .form .policy-row input {
  margin-right: 6px;
  width: 16px;
  height: 16px;
}
.part-2 .part2-wp .form .policy-row a {
  display: inline;
  color: #555;
}
.part-2 .part2-wp .form .form-button {
  margin-top: 10px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  color: #fff;
  background: #FF8C2B;
  border-radius: 10px;
  cursor: pointer;
}
.part-3 {
  background-image: url(../image/part3-bg.jpg);
  background-size: cover;
}
.part-3 .part3-list {
  margin-top: 50px;
  padding-left: 16px;
  width: 100%;
  height: 650px;
}
.part-3 .part3-list .item {
  position: relative;
  width: 370px;
}
.part-3 .part3-list .item .img {
  position: relative;
  width: 370px;
  height: 310px;
  z-index: 3;
  border-radius: 10px;
}
.part-3 .part3-list .item .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 84px;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  color: #FFFB58;
  z-index: 5;
}
.part-3 .part3-list .item .text-wp {
  padding-left: 51px;
  position: absolute;
  top: 84px;
  left: -16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 383px;
  height: 201px;
  line-height: 35px;
  font-size: 20px;
  color: #fff;
  background-image: url(../image/part3-text-bg.png);
  background-size: cover;
  text-shadow: 0px 1px 0px rgba(22, 22, 22, 0.25);
  z-index: 5;
}
.part-3 .part3-list .item .text-wp .text {
  font-weight: bold;
  font-size: 22px;
}
.part-3 .part3-list .item::before {
  position: absolute;
  top: 71px;
  left: -16px;
  content: '';
  width: 30px;
  height: 30px;
  background: linear-gradient(90deg, #29E3B7 0%, #001268 61%);
  border-radius: 50%;
}
.part-4 {
  background-color: #45A7E2;
  background-image: url(../image/part4-bg.jpg);
  background-size: cover;
}
.part-4 .part4-ul {
  margin-top: 60px;
  position: relative;
  width: 100%;
  height: 267px;
  background-image: url(../image/part4-line.png);
  background-repeat: no-repeat;
  background-size: 1200px;
  background-position: 0 81px;
}
.part-4 .part4-ul .li {
  padding-left: 14px;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 200px;
  height: 100px;
  font-weight: bold;
  font-size: 22px;
  color: #323232;
  background: #FFFFFF;
  border: 2px solid #FF7333;
  border-radius: 10px;
  overflow: hidden;
}
.part-4 .part4-ul .li::after {
  padding: 0 0 0 10px;
  position: absolute;
  bottom: -15px;
  right: -15px;
  content: '1';
  width: 50px;
  height: 50px;
  line-height: 1;
  font-weight: normal;
  font-family: shetumodengxiaofangti;
  font-size: 32px;
  color: #323232;
  background: #FFD443;
  border-radius: 50%;
  box-sizing: border-box;
}
.part-4 .part4-ul .li:nth-child(1) {
  left: 57px;
}
.part-4 .part4-ul .li:nth-child(2) {
  left: 175px;
}
.part-4 .part4-ul .li:nth-child(2)::after {
  content: '2';
}
.part-4 .part4-ul .li:nth-child(3) {
  left: 356px;
}
.part-4 .part4-ul .li:nth-child(3)::after {
  content: '3';
}
.part-4 .part4-ul .li:nth-child(4) {
  left: 519px;
}
.part-4 .part4-ul .li:nth-child(4)::after {
  content: '4';
}
.part-4 .part4-ul .li:nth-child(5) {
  right: 330px;
  padding-left: 0;
  text-align: center;
}
.part-4 .part4-ul .li:nth-child(5)::after {
  content: '5';
  text-align: left;
}
.part-4 .part4-ul .li:nth-child(6) {
  right: 163px;
}
.part-4 .part4-ul .li:nth-child(6)::after {
  content: '6';
}
.part-4 .part4-ul .li:nth-child(7) {
  right: 38px;
}
.part-4 .part4-ul .li:nth-child(7)::after {
  content: '7';
}
.part-4 .part4-ul .li:nth-child(odd) {
  top: 0;
}
.part-4 .part4-ul .li:nth-child(even) {
  bottom: 0;
}
.part-5 {
  background-image: url(../image/part5-bg.jpg);
  background-size: cover;
}
.part-5 .part5-ul {
  margin-top: 40px;
  padding: 42px 38px;
  width: 100%;
  background: #004EA5;
  border-radius: 10px;
}
.part-5 .part5-ul .li {
  padding-top: 64px;
  position: relative;
  width: 295px;
  height: 326px;
  text-align: center;
  border: 2px solid #FFFFFF;
  background: linear-gradient(180deg, #FFFBF2 0%, #FFE795 100%);
  border-radius: 10px;
}
.part-5 .part5-ul .li .title {
  line-height: 1;
  font-family: JiangChengLvDongHei;
  font-size: 42px;
  color: #121212;
}
.part-5 .part5-ul .li .tips {
  position: absolute;
  top: 147px;
  left: -9px;
  width: 309px;
  height: 59px;
  line-height: 59px;
  font-family: JiangChengLvDongHei;
  font-size: 28px;
  color: #fff;
  background: linear-gradient(180deg, #FFAB96 0%, #FF0F47 100%);
  border-radius: 8px;
}
.part-5 .part5-ul .li .desc {
  margin-top: 112px;
  line-height: 34px;
  font-size: 22px;
  color: #121212;
}

/* transition */
.close:hover {
  transform: rotate(180deg);
}
.close {
  transition: all 0.3s ease-in-out;
}





.m2Btn{
  display: block;
  width: 500px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  color: #fff;
  background: #FF8C2B;
  border-radius: 40px;
  cursor: pointer;
  margin: 50px auto ;
}

.m2Btn:hover{
  transform: scale(1.05);
}