body::before {
  display: block;
  content: '';
  width: 88px;
  height: 300px;
  background: url(/uploads/image/simages/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(/uploads/image/simages/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(/uploads/image/simages/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(/uploads/image/simages/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(/uploads/image/simages/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(/uploads/image/simages/left.svg) no-repeat;
  background-size: 100% 100%;
  width: 40px;
  height: 40px;
  left: 0;
}

.swiperlistwrap .swiper-button-next {
  background:  no-repeat;
  background-size: 100% 100%;
  width: 40px;
  height: 40px;
  right: 0;
}

.alxelist .item {
  padding-left: 45px;
  min-height: 100px;
  background: url(/uploads/image/simages/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(/uploads/image/simages/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(/uploads/image/simages/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(/uploads/image/simages/left.svg) no-repeat;
  background-size: 100% 100%;
  width: 34px;
  height: 34px;
  left: 0;
}

.joinslide .swiper-button-next {
  background:  no-repeat;
  background-size: 100% 100%;
  width: 34px;
  height: 34px;
  right: 0;
}

.joinmap {
  background: url(/uploads/image/simages/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(/uploads/image/simages/left.svg) no-repeat;
  background-size: 100% 100%;
  width: 40px;
  height: 40px;
  left: 0;
}

.productwrap .swiper-button-next {
  background:  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;
}

.mapwrap #map {
  height: 700px;
  width: 1100px;
  position: relative;
  left: -150px;
  top: -60px;
}

.chairmanwrap {
  width: 100%;
  height: 520px;
  color: #fff;
  background:  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:  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;
}