body::before {
  display: block;
  content: '';
  width: 88px;
  height: 300px;
  background: url(../images/body_bg1.svg) no-repeat left top;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 800px;
}

body::after {
  display: block;
  content: '';
  width: 88px;
  height: 100px;
  background: url(../images/body_bg2.svg) no-repeat right top;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 1150px;
  bottom: 0;
  z-index: -1;
}

@media (max-width: 1500px) {

  body::before,
  body::after {
    opacity: 0.4;
  }
}

@media (max-width: 1300px) {

  body::before,
  body::after {
    display: none;
  }
}

.container {
  /* width: 1300px; */
}

.banner {
  position: relative;
  height: 400px;
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}

.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner>.container {
  position: absolute;
  top: 0;
  left: 50%;
  height: 85%;
  transform: translate(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner>.container .en {
  color: #1E2538;
  text-shadow: 0px 8px 14px rgba(88, 126, 225, 0.16);
  font-size: 42px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: 'Alibaba PuHuiTi 3.0';
}

.banner>.container .cn {
  background: linear-gradient(272deg, #3C67D3 57.92%, #DF2360 100.22%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 50px;
  font-weight: 800;
  display: flex;
  align-items: center;
}

.banner>.container .cn span {
  font-size: 48px;
  font-weight: 800;
}

.banner>.container .text {
  color: #102863;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.96px;
  margin-top: 20px;
}

.banner>.container .icon.star {
  width: 70px;
  height: 75px;
  background: url(../images/star.svg) no-repeat center;
  background-size: contain;
  margin-left: 25px;
}

.pageMenu {
  margin: -50px auto 0;
  width: 1200px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
}

.pageMenu .item {
  flex: 0 1 135px;
  height: 110px;
  margin: 0 13px;
  background: var(--white);
  border-radius: 10px;
  box-shadow: 0px 10px 20px 2px rgba(88, 126, 225, 0.10);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pageMenu .item .icon {
  width: 44px;
  height: 44px;
}

.pageMenu .item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pageMenu .item .icon .hoverImg {
  display: none;
}

.pageMenu .item .title {
  margin-top: 10px;
  color: var(--black);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.9px;
}

.pageMenu .item:hover,
.pageMenu .item.current {
  background: var(--linear);
  color: var(--white);
}

.pageMenu .item:hover .title,
.pageMenu .item.current .title {
  color: var(--white);
}

.pageMenu .item:hover .img,
.pageMenu .item.current .img {
  display: none;
}

.pageMenu .item:hover .hoverImg,
.pageMenu .item.current .hoverImg {
  display: block;
}

.aboutPage {
  margin: 40px 0;
}

.aboutPage .sectionL {
  flex: 0 1 100%;
}

.aboutPage .title {
  color: #102863;
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
  /* 147.059% */
}

.aboutPage .sub {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  /* 168.182% */
}

.aboutPage .thumb {
  width: 100%;
  /* width: 575px; */
  /* flex: 0 0 575px;
  height: 580px; */
}

.aboutPage .text * {
  color: #545454;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  /* 180% */
}

.aboutPage .text .more {
  line-height: 40px;
  border: 1px #313896 solid;
  display: inline-block;
  color: #313896;
  padding: 0 20px;
  text-align: center;
  border-radius: 6px;
  min-width: 120px;
}

.aboutIdea {
  margin: -60px 0 50px;
  background: url(../images/bg011.svg) no-repeat center;
  background-size: auto 100%;
  height: 550px;
  padding: 90px 0 60px;
}

.aboutIdeaWrap {
  height: 400px;
  position: relative;
}

.aboutIdea .thumb {
  width: 650px;
  height: 400px;
  border-radius: 16px;
  overflow: hidden;
}

.aboutIdea .contentPanel {
  width: 600px;
  height: 335px;
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  padding: 30px;
}

.aboutIdea .contentPanel .en {
  color: #102863;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.aboutIdea .contentPanel .cn {
  color: #102863;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.aboutIdea .contentPanel .cn span {
  color: #4F5FD0;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.aboutIdea .contentPanel .cn::after {
  display: block;
  content: '';
  width: 120px;
  height: 4px;
  background: var(--linear);
  margin-top: 8px;
}

.aboutIdea .contentPanel .infos {
  color: #545454;
  font-size: 18px;
  font-weight: 350;
  line-height: 30px;
  /* 159.091% */
  margin-top: 15px;
}

.aboutIdea .contentPanel .copys {
  background: url(../images/icon041.svg) no-repeat var(--white);
  position: absolute;
  background-size: 35px;
  bottom: 45px;
  text-transform: uppercase;
  padding-left: 50px;
}

.aboutIdea .contentPanel .copys .tit {
  color: #102863;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.aboutIdea .contentPanel .copys .txt {
  color: #727377;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.rowTabList {
  display: flex;
  align-items: center;
  border-bottom: 3px #D9D9D9 solid;
  /* margin-top: 100px; */
  margin-top: 50px;
  /* padding-bottom: 22px; */
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.rowTabList a {
  color: #102863;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  position: relative;
  display: block;
  padding: 0 20px 15px;
  /* margin-bottom: 20px; */
}

.rowTabList a.selected {
  color: #102863;
  font-weight: 700;
}

.rowTabList a.selected::after {
  display: block;
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  background: var(--linear);
  left: 0;
  bottom: -3px;
}

.historyWrap {
  margin-bottom: 80px;
}

.historyWrap span {
  display: block;
  color: #3C67D3;
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
  /* 200% */
  letter-spacing: 1.2px;
}

.historyWrap p {
  color: var(--black);
  /* font-family: "Heiti SC"; */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 1px;
}

.contentWrap {
  margin: 50px 0;
}

.contentWrap .flexRow {
  display: flex;
  flex-wrap: wrap;
}

.listRow {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1%;
}

.listRow .item {
  width: 23%;
  margin: 1% 1% 2%;
}

.listRow .item .thumb {
  width: 280px;
  height: 280px;
  border-radius: 10px;
  margin: auto;
}

.listRow .item .thumb img {
  object-fit: contain;
}

.listRow .item .title {
  margin-top: 15px;
  text-align: center;
  color: var(--black);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.article {
  padding: 0 0 100px;
}

.article .atitle {
  color: #102863;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 50px;
  /* 147.059% */
}

.article .params,
.article .time {
  color: #102863;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  /* 180% */
  margin-top: 10px;
}

.article .content {
  margin-top: 40px;
}

.newslist {
  margin-bottom: 50px;
}

.newslist .item {
  margin: 20px 0;
}

.newslist .item a {
  display: flex;
}

.newslist .item .thumb {
  flex: 0 0 295px;
  width: 295px;
  height: 205px;
  border-radius: 14px;
  margin-right: 40px;
}

.newslist .itemContent {
  flex: 0 1 100%;
}

.newslist .title {
  color: #102863;
  font-size: 20px;
  font-weight: 500;
}

.newslist .infos {
  margin-top: 10px;
  color: #102863;
  font-size: 16px;
  font-weight: 350;
  line-height: 30px;
  /* 180% */
}

.newslist .date {
  color: #102863;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  /* 150% */
  white-space: nowrap;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.newslist .date .iconfont {
  font-size: 26px;
  color: #8A92A9;
}

.swiperListWrap {
  /* width: 1250px; */
  padding: 0 75px;
  margin: 25px auto;
  position: relative;
}

.swiperList {
  overflow: hidden;
}

.swiperList .swiper-slide {
  height: 115px;
  border-radius: 14px;
  cursor: pointer;
}

.bigImage {
  height: 660px;
  width: 1100px;
  border-radius: 30px;
  margin: auto;
}

.swiperListWrap .swiper-button-prev::after,
.swiperListWrap .swiper-button-next::after {
  display: none;
}

.swiperListWrap .swiper-button-prev {
  background: url(../images/left.svg) no-repeat;
  background-size: 100% 100%;
  width: 40px;
  height: 40px;
  left: 0;
}

.swiperListWrap .swiper-button-next {
  background: url(../images/right.svg) no-repeat;
  background-size: 100% 100%;
  width: 40px;
  height: 40px;
  right: 0;
}

.alxeList .item {
  padding-left: 45px;
  min-height: 100px;
  background: url(../images/icon013.svg) no-repeat left;
  background-size: auto 100%;
  display: flex;
  align-items: flex-start;
}

.alxeList .item .dateBox {
  display: flex;
  align-items: center;
}

.alxeList .item .day {
  border-radius: 14px;
  background: var(--white);
  box-shadow: 0px 8px 16px 2px rgba(88, 126, 225, 0.10);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7C88A7;
  font-size: 24px;
  font-weight: 500;
  line-height: 90px;
  /* 387.097% */
}

.alxeList .item .date {
  color: #7C88A7;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 70px;
  /* 545.455% */
  margin-left: 10px;
  width: 90px;
  text-align: center;
}

.alxeList .item .content {
  flex: 0 0 735px;
  margin-left: 20px;
  padding-top: 10px;
}

.alxeList .item .title {
  display: block;
  color: #102863;
  font-size: 20px;
  font-weight: 500;
}

.alxeList .item .infos {
  display: block;
  color: #102863;
  font-size: 16px;
  font-weight: 400;
}

.alxeList .item .more {
  display: block;
  border-radius: 8px;
  background: #3C67D3;
  width: 110px;
  height: 40px;
  color: var(--white);
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 40px;
  /* 150% */
  margin-left: 20px;
}

.formWrap {
  width: 885px;
  margin: 40px auto;
}

.formWrap .title {
  color: #102863;
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
  /* 147.059% */
  padding-left: 90px;
}

.formWrap .text {
  color: #102863;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  /* 180% */
  margin-top: 10px;
  padding-left: 90px;
}

.form {
  margin-top: 25px;
}

.formControl {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.formControl .formLabel {
  flex: 0 0 90px;
  text-align: right;
  color: #1E2538;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin-right: 15px;
}

.formControl .inputGroup {
  flex: 0 1 100%;
  width: 100%;
  min-height: 40px;
  border-radius: 4px;
  border: 1px solid #7C88A7;
  display: flex;
  align-items: center;
  padding: 0 15px;
}

.formControl .inputGroup.noBorder {
  border: none;
}

.formControl .inputGroup label {
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 0;
}

.formControl .inputGroup input {
  font-size: 16px;
  flex: 0 1 100%;
  height: 100%;
}

.formControl .inputGroup textarea {
  border: none;
  resize: none;
  margin: 15px 0;
  font-size: 16px;
  width: 100%;
}

.formControl .inputGroup img {
  /* width: 105px; */
  height: 26px;
}

.formControl .inputGroup .tjia {
  flex: 0 1 25%;
  text-align: center;
}

.formControl .inputGroup .btn {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #DF2360;
  color: var(--white);
  padding: 0;
  border-radius: 6px;
  font-size: 16px;
}

.formControl .inputGroup .tjia+.tjia {
  margin-left: 15px;
}

.formControl .inputGroup .tjia+.tjia .btn {
  background: #3C67D3;
}

.loginWrap {
  min-height: calc(100vh - 95px - 110px);
  background: url(../images/bg007.jpg) no-repeat left top;
  background-size: 100%;
}

.loginWrap .formInput {
  width: 480px;
  height: 60px;
  display: flex;
  align-items: center;
  border-radius: 6px;
  background: var(--white);
  box-shadow: 0px 10px 20px 2px rgba(88, 126, 225, 0.05);
  padding: 0 12px;
  margin-top: 18px;
  position: relative;
}

.loginWrap .formInput .icon {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.loginWrap .formInput input {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
  margin-left: 10px;
}

.loginWrap .formInput em,
.loginWrap .formInput i {
  display: block;
  width: 100%;
  font-style: normal;
  color: #ff0000;
  position: absolute;
  bottom: -20px;
}

.loginWrap .formInput em i {
  bottom: 0;
}

.loginWrap .formInput .btn {
  display: block;
  margin: 0 -16px;
  width: 480px;
  height: 60px;
  border-radius: 6px;
  background: #DF2360;
  line-height: 60px;
  padding: 0;
  color: var(--white);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2.2px;
}

.loginWrap .checkBox {
  color: #00B860;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.64px;
  margin-top: 24px;
}

.loginWrap .checkBox input {
  color: #00B860;
}

.loginWrap .jumpGroup {
  width: 480px;
  margin-top: 20px;
}

.loginWrap .jumpGroup a {
  color: #3C67D3;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.72px;
}

.registerWrap {
  background: url(../images/bg008.svg) no-repeat left top;
  background-size: 100%;
}

.reg-tab {
  display: flex;
  border-bottom: 3px #D9D9D9 solid;
  margin-top: 36px;
}

.reg-tab a {
  display: block;
  padding: 0 15px 10px;
  color: #102863;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  position: relative;
  text-decoration: none;
}

.reg-tab a.selected::after {
  display: block;
  content: '';
  width: 100%;
  height: 3px;
  background: var(--linear);
  position: absolute;
  left: 0;
  bottom: -3px;
}

.reg-form .hides {
  display: none;
}

.reg-form ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
  justify-content: space-between;
}

.reg-form li {
  flex: 0 1 49%;
  height: 60px;
  border-radius: 6px;
  background: var(--white);
  box-shadow: 0px 10px 20px 2px rgba(88, 126, 225, 0.05);
  margin-top: 20px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  position: relative;
}

.reg-form li>label {
  display: none;
}

.reg-form li .icon {
  width: 28px;
  height: 28px;
  margin-right: 8px;
  object-fit: contain;
}

.reg-form li i,
.reg-form li em {
  font-style: normal;
}

.reg-form li>em {
  position: absolute;
  bottom: -25px;
  color: #ff0000;
}

.reg-form li>span {
  display: flex;
  flex: 1 1 100%;
  align-items: center;
}

.reg-form li .radio {
  display: inline-block;
  margin-right: 5px;
}

.reg-form li .redioLab {
  margin-right: 30px;
  color: #102863;
  font-size: 18px;
  font-weight: 400;
}

.reg-form li input:not([type="checkbox"]):not([type="radio"]) {
  color: #102863;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.72px;
  height: 66px;
  width: 100%;
}

.reg-form li select {
  border: none;
  flex: 1 1 100%;
  outline: none;
  height: 100%;
  color: #102863;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.72px;
}

.reg-form .reg-protocol {
  width: 100%;
  flex: 0 0 100%;
  box-shadow: none;
  height: auto;
}

.reg-form .reg-protocol span {
  align-items: flex-end;
  color: #00B860;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.64px;
}

.reg-form .reg-protocol span a {
  color: #00B860;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.64px;
}

.reg-form .reg-protocol input {
  margin-top: 0;
  margin-bottom: 5px;
  margin-right: 5px;
  border: 1px solid #00B860;
  background: none;
  width: 16px;
  height: 16px;
}

.reg-form .reg-protocol .flexCs>a {
  color: #3C67D3;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.72px;
}

.reg-form .btnGroup {
  height: 60px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 60px;
}

.reg-form .btnGroup .btn {
  border-radius: 6px;
  background: #DF2360;
  width: 48%;
  height: 60px;
  line-height: 60px;
  color: var(--white);
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2.2px;
  padding: 0;
}

.reg-form .btnGroup .regTipText {
  border-radius: 6px;
  background: rgba(219, 219, 219, 0.20);
  display: inline-flex;
  padding: 16px 50px 14px 35px;
  align-items: center;
  gap: 7px;
}

.reg-form .btnGroup .regTipText>div {
  color: #102863;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}

.reg-form .btnGroup .regTipText b {
  color: #FA609C;
  font-size: 18px;
  font-weight: 700;
}

.joinSlide {
  position: relative;
  overflow: hidden;
  padding: 0 40px;
  height: 278px;
  margin: 0 -15px 0;
}

.joinSlide .swiper-container {
  overflow: hidden;
}

.joinSlide .swiper-button-prev::after,
.joinSlide .swiper-button-next::after {
  display: none;
}

.joinSlide .swiper-button-prev {
  background: url(../images/left.svg) no-repeat;
  background-size: 100% 100%;
  width: 34px;
  height: 34px;
  left: 0;
}

.joinSlide .swiper-button-next {
  background: url(../images/right.svg) no-repeat;
  background-size: 100% 100%;
  width: 34px;
  height: 34px;
  right: 0;
}

.joinMap {
  background: url(../images/bg010.png) no-repeat right;
  height: 730px;
  padding-top: 104px;
  margin-top: -175px;
}

.joinMap .thumb {
  width: 665px;
  flex: 0 0 665px;
}

.joinMap .content {
  width: 490px;
  margin-left: 30px;
}

.joinMap .titleWrap {
  display: flex;
  align-items: center;
}

.joinMap .titleWrap .icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-right: 15px;
}

.joinMap .titleWrap span {
  font-size: 28px;
  font-weight: 500;
}

.joinMap .title-cn {
  color: #102863;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  /* 173.913% */
  letter-spacing: 2.3px;
  margin-top: 10px;
}

.joinMap .infos ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.joinMap .infos li {
  color: #102863;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  /* 300% */
  margin-right: 0.2em;
}

.joinPolicy {
  margin-top: 40px;
}

.joinPolicy .titleWrap {
  color: #102863;
  text-align: center;
  text-shadow: 0px 8px 14px rgba(88, 126, 225, 0.16);
  font-size: 36px;
  font-weight: 700;
  line-height: 60px;
  /* 160% */
  letter-spacing: 3px;
}

.joinPolicy .titleWrap span {
  background: linear-gradient(270deg, #3C67D3 0.08%, #DF2360 101.88%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 36px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 1px;
}

.joinPolicy .titleWrap .icon {
  width: 40px;
  height: 50px;
  object-fit: contain;
}

.joinPolicy .list {
  display: flex;
  flex-wrap: wrap;
}

.joinPolicy .list li {
  flex: 0 0 12.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
}

.joinPolicy .list .icon {
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0px 10px 20px 2px rgba(88, 126, 225, 0.10);
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.joinPolicy .list .icon img {
  display: block;
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.joinPolicy .list .tit {
  color: #102863;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 60px;
  /* 320% */
  letter-spacing: 1.5px;
}

.agencyForm label>span {
  color: #102863;
  text-align: right;
  font-size: 18px;
  font-weight: 400;
  margin-right: 5px;
}

.agencyForm select {
  width: 290px !important;
  height: 40px;
  border-radius: 6px;
  border: 1px solid #D9D9D9;
  margin-right: 10px;
}

.agencyForm .btn {
  width: 110px;
  height: 40px;
  border-radius: 6px;
  background: #3C67D3;
  color: var(--white);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.subClassList {
  display: flex;
  align-items: center;
}

.subClassList .zbti {
  margin-right: 15px;
  margin-bottom: 15px;
}

.subClassList .zbti a {
  padding: 0 10px;
  min-width: 100px;
  height: 40px;
  border-radius: 999px;
  background: #DBDBDB;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
}

.subClassList .zbti a.selected {
  background: #3C67D3;
}

.productWrap {
  position: relative;
  margin: 30px -50px;
  padding: 0 50px;
}

.productWrap .productList {
  overflow: hidden;
}

.productWrap .swiper-button-prev::after,
.productWrap .swiper-button-next::after {
  display: none;
}

.productWrap .swiper-button-prev {
  background: url(../images/left.svg) no-repeat;
  background-size: 100% 100%;
  width: 40px;
  height: 40px;
  left: 0;
}

.productWrap .swiper-button-next {
  background: url(../images/right.svg) no-repeat;
  background-size: 100% 100%;
  width: 40px;
  height: 40px;
  right: 0;
}

.productWrap .item {
  display: block;
  background: #FDF7F5;
  padding: 18px;
}

.productWrap .item.current {
  background: #3C67D3;
}

.productWrap .item .title {
  color: #323896;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.1px;
}

.productWrap .item.current .title {
  color: var(--white);
}

.productWrap .item .sub {
  color: var(--black);
  font-size: 18px;
  font-weight: 400;
}

.productWrap .item.current .sub {
  color: var(--white);
  opacity: 0.7;
}

.productWrap .item .thumb {
  /* height: 270px; */
}

.likeChina .titleWrap {
  border-bottom: 1px #D9D9D9 solid;
  padding-bottom: 30px;
}

.likeChina .titleWrap .title {
  color: var(--black);
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  /* 100% */
}

.likeChina .titleWrap .text {
  color: #102863;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  /* 170% */
  margin-top: 15px;
}

.likeChina .liketabs {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.likeChina .liketabs a {
  display: block;
  background: #A4A9B5;
  width: 206px;
  height: 60px;
  line-height: 40px;
  padding: 10px;
  text-align: center;
  gap: 10px;
  margin: 0 2px;
  color: var(--white);
  font-size: 20px;
  font-weight: 400;
}

.likeChina .liketabs a.act {
  background: #3C67D3;
}

.likeChina .mapMudol {
  margin-top: 40px;
}

.likeChina .mapMudol .thumb {
  width: 840px;
  flex: 0 0 840px;
  height: 606px;
  margin-right: 35px;
}

.likeChina .mapMudol .content {
  width: 460px;
}

.likeChina .mapMudol .tit {
  color: var(--black);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  /* 147.826% */
}

.likeChina .mapMudol .txt {
  color: #102863;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  /* 211.111% */
  margin-bottom: 15px;
}

.likeChina .mapMudol .searchBar {
  display: flex;
  align-items: center;
  margin: 10px 0 15px;
}

.likeChina .mapMudol .searchBar * {
  border-radius: 0;
  height: 35px;
  padding: 0 10px;
  line-height: 35px;
}

.likeChina .mapMudol .searchBar .btn {
  width: 70px;
  background: #102863;
  border-color: #102863;
}

.likeChina .mapMudol .provinceList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.likeChina .mapMudol ul li {
  width: 24%;
  margin: 0.5%;
  border: 1px solid #7C88A7;
  text-align: center;
  height: 35px;
  line-height: 33px;
  cursor: pointer;
  color: #7C88A7;
  font-size: 14px;
  font-weight: 400;
}

.likeChina .mapMudol ul li a {
  color: #7C88A7;
  font-size: 14px;
  font-weight: 400;
}

.likeChina .mapMudol ul li.act {
  color: var(--white);
  background: #102863;
  border-color: #102863;
}

.likeChina .mapMudol ul li.act a {
  color: var(--white);
}

.likeChina .tableWrap {
  margin-top: 73px;
  border-top: 1px #B7BFD0 solid;
}

.likeChina .tableWrap th {
  border-bottom: 1px solid #F4F4F4;
}

.likeChina .tableWrap td {
  border-top: 1px solid #F4F4F4;
}

.likeChina .tableWrap .txt a,
.likeChina .tableWrap .txt {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #102863;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  /* 188.889% */
  padding: 0 5px;
  text-align: center;
}
.likeChina .tableWrap .txt a {
  background: var(--linear);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.likeChina .tableWrap .txt.nowrap a,
.likeChina .tableWrap .txt.nowrap {
  white-space: nowrap;
}

.cptu1 img,
.cpjstu img {
  max-width: 100%;
}

.newslist1 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 30px;
}

.newslist1 .item {
  width: 384px;
  flex: 0 0 384px;
  margin: 10px 6px;
}

.newslist1 .thumb {
  height: 235px;
  border-radius: 8px;
  border: 1px #e4e4e4 solid;
}

.newslist1 .itemContent {
  margin-top: 10px;
}

.newslist1 .date {
  width: 70px;
  flex: 0 0 70px;
  height: 70px;
  border: 1px #E4E4E4 solid;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  font-size: 22px;
  line-height: 20px;
  margin-right: 10px;
  color: #999999;
}

.newslist1 .date .md {
  width: 100%;
  text-align: center;
  font-size: 13px;
  margin-top: -15px;
  color: #999999;
}

.newslist1 .date .iconfont {
  margin-right: 2px;
}

.newslist1 .title {
  width: 300px;
  font-size: 16px;
  font-weight: 700;
}

.newslist1 .infos {
  width: 300px;
  font-size: 14px;
  margin-top: 3px;
  line-height: 20px;
  max-height: 40px;
}


.agentAreaList {
  margin-top: 60px;
  display: flex;
  align-items: center;
  margin: 80px -4px -30px;
  flex-wrap: wrap;
}

.agentAreaList .item {
  margin: 4px;
}

.agentAreaList .item a {
  border: 1px #102863 solid;
  display: block;
  padding: 5px 20px;
  color: #102863;
  min-width: 90px;
  text-align: center;
}

.agentAreaList .item a.active,
.agentAreaList .item a:hover {
  background: #102863;
  color: #FFFFFF;
}


.iw_poi_title {
  font-size: 18px;
  background: var(--linear);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.iw_poi_content {
  line-height: 1.8;
  margin-top: 10px;
}

.mapWrap {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
}

.mapWrap #map {
  height: 700px;
  width: 1100px;
  position: relative;
  left: -150px;
  top: -60px;
}

.mapWrap .islands {
  width: 56px;
  height: 34px;
  background: url(/static/images/map-dc.png) no-repeat;
  background-size: 100%;
  position: absolute;
  right: 172px;
  bottom: 134px;
}

.chairmanWrap {
  width: 100%;
  height: 520px;
  color: #fff;
  background: url('../images/016.jpg') no-repeat;
  padding: 65px 60px;
  box-sizing: border-box;
}

.chairmanWrap .tt {
  font-size: 26px;
  line-height: 37px;
  color: #fff;
}

.chairmanWrap .st {
  font-size: 16px;
  line-height: 27px;
  opacity: 0.7;
  font-weight: 300;
  padding-top: 20px;
  color: #fff;
  width: 770px;
  width: 670px;
}

.chairmanWrap .name {
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  padding-top: 34px;
  color: #fff;
}

.chairmanWrap .name .sign {
  height: 39px;
  line-height: 34px;
  font-size: 22px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 60px;
  color: #fff;
  background: url('../images/sign.png') no-repeat right center;
}

.ceoWrap {
  width: 1100px;
  margin: 0 auto;
  margin-top: -63px;
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
  z-index: 1;
  padding: 60px 80px;
  padding-bottom: 88px;
  box-sizing: border-box;
}

.ceoWrap dt {
  font-size: 22px;
  font-weight: 600;
  color: #0a4680;
}

.ceoWrap dt .linearText {
  font-size: 22px;
  font-weight: 600;
  display: inline-block;
}

.ceoWrap dd {
  padding-top: 10px;
  font-size: 16px;
  line-height: 25px;
  color: #474a52;
}

.ceoWrap .nTxt {
  font-size: 16px;
  line-height: 25px;
  color: #474a52;
}

.ceoWrap .mt45 {
  margin-top: 45px;
}

.ceoWrap .mt40 {
  margin-top: 40px;
}