@keyframes corrugated {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
  }
}

@keyframes beat {
  0% {
    transform: translateY(-0.5rem);
  }

  50% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-.5rem);
  }
}

@font-face {
  font-family: 'BEBAS';
  src: url("fonts/BEBAS.woff2") format("woff2"),
    url("./fonts/BEBAS.woff") format("woff"),
    url("./fonts/BEBAS.ttf") format("truetype"),
    url("./fonts/BEBAS.eot") format("embedded-opentype"),
    url("./fonts/BEBAS.svg") format("svg");
}

.be {
  font-family: 'BEBAS';
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.w1560 {
  width: 81.5%;
  margin: 0 auto;
  max-width: 1560px;
}

.pad30 {
  padding: 0.75rem 0 2.5rem;
}

.marb_50 {
  margin-bottom: 1.25rem;
}

.index-container .swiper-slide img {
  width: 100%;
  object-fit: cover;
}

.index-container .swiper-button-prev {
  left: 1.25rem;
}

.index-container .swiper-button-next {
  right: 1.25rem;
}

.index-container .swiper-button-prev,
.index-container .swiper-button-next {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .5);
  transition: all 0.3s;
}

.index-container .swiper-button-prev::after,
.index-container .swiper-button-next::after {
  color: #3B3A3A;
  font-size: 14px;
}

.index-container .swiper-button-prev:hover,
.index-container .swiper-button-next:hover {
  background-color: #FFCC00;
}

.index-container #index-pagination .swiper-pagination-bullet {
  width: 0.3rem;
  height: 0.3rem;
  border: 2px solid #F1F1F1;
  background: none;
  margin: 0.25rem;
  transition: all 0.3s;
}

.index-container #index-pagination .swiper-pagination-bullet-active {
  width: 1rem;
  height: 0.3rem;
  background: #FFCC00;
  border-radius: 5px;
  border: none;
}

.back-top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.15rem;
  height: 1.15rem;
  background: #FFCC00;
  border-radius: 50%;
  cursor: pointer;
  position: fixed;
  bottom: 4%;
  right: 9.25%;
}

.back-top-box img {
  width: 0.45rem;
  height: 0.45rem;
}

.foot {
  /* background-color: #8696A7; */
  background-color: #506CAA;
}

/* 底部 */

.footer {}

.foot-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 2.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  padding: 0 9.375%;
}

.foot-logo {
  width: 3.85rem;
  display: block;
}

.foot-logo img {
  width: 100%;
}

.foot-cent {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.65rem 9.375% 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.foot-cent-lf {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.foot-nav {
  width: max-content;
  margin-right: 3.25rem;
}

.foot-nav:last-child {
  margin-right: 0;
}

.foot-nav p {
  color: #FFFFFF;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 0.65rem;
}

.foot-nav a {
  display: block;
  color: #FFFFFF;
  /* opacity: .5; */
  margin-bottom: 0.25rem;
  line-height: 1;
  transition: all 0.3s;
}

.foot-nav a:last-child {
  margin-bottom: 0;
}

.foot-nav a:hover {
  opacity: 1;
}

.foot-cent-rg {}

.share-tit {
  color: #FFFFFF;
  opacity: .5;
  line-height: 1;
  margin-bottom: 0.55rem;
}

.share {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.share a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.95rem;
  height: 0.95rem;
  background-color: #A4B0BC;
  border-radius: 50%;
  margin-right: 0.375rem;
  transition: all 0.3s;
}

.share a:last-child {
  margin-right: 0;
}

.share a:hover {
  background: #3F3EC7;
}

.share a img {
  width: 0.35rem;
}

.foot-cent-rg .code {
  width: 2.5rem;
  margin: 1rem auto 0;
}

.foot-cent-rg .code img {
  width: 100%;
}

.foot-btn {
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 9.375%;
}

.foot-btn a {
  line-height: 1;
  color: #FFFFFF;
  opacity: .3;
  transition: all 0.3s;
}

.foot-btn a:nth-child(1):hover {
  opacity: 1;
}

/* 底部 */


.index-intro {
  width: 100%;
  height: 24rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index-intro-lf {
  width: 50%;
  height: 100%;
  padding: 4.9rem 2.5rem 2rem 4.5rem;
  position: relative;
  overflow: hidden;
}

.index-intro-lf-tit {
  color: #333333;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 1.875rem;
}

.index-intro-lf-sub {
  color: #3F3EC7;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 0.6rem;
}

.index-intro-lf-cont {
  color: #333333;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.index-intro-lf-cont2 {
  color: #333333;
  line-height: 2;
  margin-bottom: 1.1rem;
  padding-right: 0.2rem;
  height: 8.5rem;
  overflow: auto;
}

.index-intro-lf-more {
  width: 1.15rem;
  display: block;
  margin-left: calc(100% - 1.15rem);
}

.index-intro-lf-more:hover img {
  transform: translateX(10px);
}

.index-intro-lf-more img {
  width: 100%;
  transition: all 0.3s;
}

.index-intro-lf-pos {
  position: absolute;
  bottom: -1.2rem;
  left: 0;
  font-size: 5rem;
  color: #EEEEEE;
  font-style: oblique;
  font-weight: bold;
  line-height: 1;
}

.index-intro-cent {
  width: 16%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 4.75rem 0.5rem 1rem;
  background-color: #F7F7F7;
}

.index-intro-cent-ls {
  margin-bottom: 3rem;
}

.index-intro-cent-ls:last-child {
  margin-bottom: 0;
}

.index-intro-cent-ls>div {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: flex-start;
}

.index-intro-cent-ls>div span {
  display: inline-block;
  line-height: 1;
}

.index-intro-cent-ls>div span:nth-child(1) {
  font-size: 2rem;
  margin-right: 0.5rem;
  color: #3F3EC7;
}

.index-intro-cent-ls>div span:nth-child(2) {
  margin-top: 0.25rem;
}

.index-intro-cent-ls>p {
  color: #383735;
  line-height: 1;
}

.index-intro-cent-ls:nth-child(3)>div span:nth-child(1) {
  color: #FFCC00;
}

.index-intro-rg {
  width: 34%;
  height: 100%;
}

.index-intro-rg-top {
  width: 100%;
  height: 50%;
  background-color: #EEEEEE;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 2.65rem 0 0 1.55rem;
}

.index-intro-rg-top-box {
  margin-right: 0.3rem;
  height: 100%;
}

.index-intro-rg-top-tit {
  color: #333333;
  line-height: 1;
  margin-bottom: 1rem;
  font-weight: bold;
}

.index-intro-rg-top-cont {
  color: #333333;
  line-height: 2;
  margin-bottom: 0.7rem;
}

.index-intro-rg-top-more {
  width: 1.15rem;
  display: block;
  margin-left: calc(100% - 1.15rem);
}

.index-intro-rg-top-more img {
  width: 100%;
  transition: all 0.3s;
}

.index-intro-rg-top-more:hover img {
  transform: translateX(10px);
}

.index-intro-rg-top-pos {
  width: 8.9rem;
  height: 100%;
  font-size: 0;
}

.index-intro-rg-top-pos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.index-intro-rg-top-pos:hover img {
  transform: scale(1.1);
}

.index-intro-rg-btn {
  width: 100%;
  height: 50%;
  position: relative;
}

.index-intro-rg-btn .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
}

.index-intro-rg-btn .play img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature {
  margin-bottom: 1rem;
}

.market {
  width: 100%;
  height: 12.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.market-lf {
  width: 50%;
  height: 100%;
}

.market-cent {
  width: 25%;
  height: 100%;
  background: #FFFFFF;
  padding: 1.55rem 2.25rem 0.5rem 1.8rem;
  transition: all 0.3s;
}

.market-cent-tit {
  color: #333333;
  line-height: 1;
  transition: all 0.3s;
  font-weight: bold;
}

.market-cent-line {
  margin: 0.6rem 0 1.25rem;
  width: 0.825rem;
  height: 2px;
  background: #333333;
  opacity: 0.25;
  transition: all 0.3s;
}

.market-cent-sub {
  color: #333333;
  line-height: 1;
  transition: all 0.3s;
}

.market-cent-cont {
  color: #333333;
  line-height: 0.6rem;
  height: 1.8rem;
  overflow: hidden;
  margin: 0.75rem 0 1rem;
  transition: all 0.3s;
}

.market-cent:hover {
  background: #3F3EC7;
}

.market-cent:hover .market-cent-tit {
  color: #FFFFFF;
}

.market-cent:hover .market-cent-line {
  background: #FFFFFF;
  opacity: 1;
}

.market-cent:hover .market-cent-sub {
  color: #FFFFFF;
}

.market-cent:hover .market-cent-cont {
  color: #FFFFFF;
}

.market-rg {
  width: 25%;
  height: 100%;
}

.index-map {
  width: 79%;
  margin-left: 9.375%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.index-map-lf {
  width: 37%;
  padding-top: 2.25rem;
  padding-right: 4rem;
}

.index-map-lf-tit {
  color: #333333;
  line-height: 1;
  font-weight: bold;
}

.index-map-lf-sub {
  line-height: 1;
  color: #333333;
  margin: 1.75rem 0 1rem;
}

.index-map-lf-cont {
  color: #333333;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.index-map-lf-city {
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 1.45rem 0 1.25rem;
  width: 10rem;
}

.index-map-lf-city p {
  width: 25%;
  text-align: left;
}

/* .index-map-lf-city p:nth-child(4n + 1) {
	text-align: left;
} */

/* .index-map-lf-city p:nth-child(4n) {
	text-align: right;
} */

.index-map-rg {
  width: 63%;
  position: relative;
}

.map-pos {
  position: absolute;
  right: 11%;
  top: 19%;
  /* overflow: hidden; */
  /* display: flex;
	align-items: center;
	justify-content: flex-start; */
  padding: 0.5rem;
}

.map-point {
  width: 15px;
  height: 15px;
  background: #B38B37;
  border-radius: 50%;
  position: relative;
  /* margin-right: 0.5rem;
	margin-top: 0.15rem; */
}

.map-point-other {
  width: 10px;
  height: 10px;
}

.map-name {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
}

.map-pos:nth-child(2n) .map-point {
  /* float: right;
	margin-right: 0;
	margin-left: 0.5rem; */
}

.map-pos:nth-child(2n) .map-name {
  right: 1rem;
  left: auto;
}

.map-pos:nth-child(5) .map-name {
  right: 1rem;
  left: auto;
}

.map-pos:nth-child(6) .map-name {
  left: 1rem;
  right: auto;
}

.map-pos:nth-child(7) .map-name {
  left: 1rem;
  right: auto;
}

.map-pos:nth-child(8) .map-name {
  right: 1rem;
  left: auto;
}

.map-pos-lf .map-point {
  margin-right: 0.5rem;
  margin-left: 0;
}

/* .map-point::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #B38B37;
	animation: corrugated 5s linear 0s infinite;
}

.map-point::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #B38B37;
	animation: corrugated 5s linear 2.5s infinite;
} */

.map-name span:nth-child(1) {
  color: #333333;
  white-space: nowrap;
}

.map-name span:nth-child(2) {
  color: #DA8A00;
}

.map-pos1 {
  top: 17%;
  right: 15%;
}

.map-pos2 {
  top: 21%;
  right: 12%;
}

.map-pos3 {
  top: 38%;
  right: 25%;
}

.map-pos4 {
  top: 43%;
  right: 26%;
}

.map-pos5 {
  top: 42%;
  right: 20%;
}

.map-pos6 {
  top: 57%;
  right: 20%;
}

.map-pos7 {
  top: 60%;
  right: 15%;
}

.map-pos8 {
  top: 62%;
  right: 16%;
}

.map-pos9 {
  top: 71%;
  right: 29%;
}

.map-pos10 {
  top: 76%;
  right: 48%;
}

/* .map-pos10 {
	top: 76%;
	right: 48%;
} */

.dynamic {
  padding: 2rem 9.375% 3.375rem;
  background-color: #EEEEEE;
}

.dynamic-tit {
  text-align: center;
  color: #333333;
  line-height: 1;
  margin-bottom: 1rem;
  font-weight: bold;
}

.dynamic-intro {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.dynamic-lf {
  width: 49%;
  height: 13.25rem;
  margin-right: 2%;
  position: relative;
}

.dynamic-lf img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dynamic-lf-pos {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5.35rem;
  background: linear-gradient(to bottom, rgba(49, 49, 49, 0), rgba(49, 49, 49, .9));
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  padding: 0.5rem 1.1rem;
  transition: all 0.3s;
}

.dynamic-lf-pos:hover {
  background: linear-gradient(to bottom, rgba(63, 62, 199, 0), rgba(63, 62, 199, .9));
}

.dynamic-lf-pos-tit {
  color: #FFFFFF;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
  transition: all 0.3s;
}

.dynamic-lf-pos-cont {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #FFFFFF;
  line-height: 1;
  margin: 0.5rem 0 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.dynamic-lf-pos-time {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.dynamic-lf-pos-time div {
  width: 14px;
  height: 14px;
  opacity: .5;
  margin-right: 5px;
}

.dynamic-lf-pos-time div img {
  width: 100%;
  object-fit: cover;
}

.dynamic-lf-pos-time span {
  color: #FFFFFF;
  opacity: .5;
  width: max-content;
  display: block;
}

.dynamic-rg {
  width: 49%;
}

.dynamic-tab {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 2%;
}

.dynamic-tab span {
  width: 32%;
  margin-right: 2%;
  height: 1.35rem;
  line-height: 1.35rem;
  text-align: center;
  color: #666666;
  display: block;
  cursor: pointer;
  transition: all 0.3s;
}

.dynamic-tab span:last-child {
  margin-right: 0;
}

.dynamic-tab span:nth-child(1) {
  border: 1px solid #3F3EC7;
  background-color: rgba(63, 62, 199, .1);
}

.dynamic-tab span:nth-child(2) {
  border: 1px solid #FFCC66;
  background-color: rgba(255, 204, 102, .1);
}

.dynamic-tab span:nth-child(3) {
  border: 1px solid #99FF99;
  background-color: rgba(153, 255, 153, .1);
}

.dynamic-tab span:hover {
  background-color: #3F3EC7;
  color: #FFFFFF;
  border: 1px solid #3F3EC7;
}

.dynamic-ajax {
  margin-bottom: 0.25rem;
}

.dynamic-rg .dynamic-tab .cur {
  background-color: #3F3EC7;
  color: #FFFFFF;
  border: 1px solid #3F3EC7;
}

.dynamic-ls {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 2%;
}

.dynamic-ls:hover .dynamic-ls-pic img {
  transform: scale(1.1);
}

.dynamic-ls:hover .dynamic-ls-rg-tit {
  color: #3F3EC7;
}

.dynamic-ls:last-child {
  margin-bottom: 0;
}

.dynamic-ls-pic {
  width: 27%;
  height: 3.4rem;
  margin-right: 4%;
  overflow: hidden;
}

.dynamic-ls-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.dynamic-ls-rg {
  width: 69%;
  padding-top: 0.25rem;
}

.dynamic-ls-rg-tit {
  color: #333333;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
}

.dynamic-ls-rg-cont {
  color: #666666;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0.3rem 0 0.4rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #DDDDDD;
}

.dynamic-ls-rg-time {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.dynamic-ls-rg-time div {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  opacity: .5;
}

.dynamic-ls-rg-time div img {
  width: 100%;
  object-fit: cover;
}

.dynamic-ls-rg-time span {
  color: #333333;
  width: max-content;
  display: block;
  opacity: .5;
}

.dynamic-ajax-other .dynamic-ls-pic {
  display: none;
}

.dynamic-ajax-other .dynamic-ls-rg {
  width: 100%;
}

/* 公共banner和导航栏 */

.public {
  width: 100%;
}

.public-banner {
  width: 100%;
  position: relative;
}

.public-banner img {
  width: 100%;
  object-fit: cover;
}

.public-banner-font {
  position: absolute;
  right: 9.375%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: .5;
  line-height: 1;
}

.public-nav-box {
  border-bottom: 1px solid #EAEAEA;
  height: 1.875rem;
}

.public-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.crumbs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}

.home {
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 7px;
}

.home img {
  width: 100%;
  height: 100%;
}

.crumbs-url {}

.crumbs-url a {
  display: inline-block;
  color: #29272A;
  margin-right: 20px;
  position: relative;
}

.crumbs-url a::after {
  content: '';
  position: absolute;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 4px solid #29272A;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
}

.crumbs-url a:last-child {
  margin-right: 0;
}

.crumbs-url a:last-child::after {
  display: none;
}

.nav-tab {
  height: 100%;
  display: flex;
  align-items: center;
}

.nav-tab a {
  display: block;
  width: max-content;
  height: 100%;
  position: relative;
  transition: all 0.3s;
  line-height: 1.875rem;
  color: #6F6F6F;
  margin-left: 1.4rem;
}

.nav-tab a:first-child {
  margin-left: 0;
}

.nav-tab a::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 3px;
  background: #0B109F;
  transition: all 0.3s;
}

.nav-tab a:hover {
  color: #0B109F;
}

.nav-tab a:hover::after {
  width: 100%;
}

.nav-tab .cur {
  color: #0B109F;
}

.nav-tab .cur::after {
  width: 100%;
}

/* 公共banner和导航栏 */

.about {}

.about-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

.about-box::after {
  content: '';
  position: absolute;
  top: 0;
  right: 27%;
  width: 1px;
  height: 100%;
  background-color: #EAEAEA;
}

.area {
  width: 73%;
  padding-right: 0.85rem;
  /* border-right: 1px solid #EAEAEA; */
}

.area-tit {
  color: #333333;
  line-height: 1;
}

.area-cont {
  color: #666666;
  margin: 0.65rem 0 1.4rem;
  /* line-height: 1.8; */
}

.area-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.area-num {
  width: 64%;
  height: 6.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.area-ls {
  width: max-content;
  margin-right: 2.9rem;
}

.area-ls:last-child {
  margin-right: 0;
}

.area-ls>div {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

.area-ls>div span {
  display: inline-block;
  line-height: 1;
  color: #FFFFFF;
}

.area-ls>div span:nth-child(1) {
  margin-right: 10px;
}

.area-ls>div span:nth-child(2) {
  margin-top: 0.15rem;
}

.area-ls>p {
  color: #FFFFFF;
  line-height: 1;
}

.area-pic {
  width: 36%;
  height: 6.35rem;
}

.sidebar {
  width: 27%;
  padding-left: 0.85rem;
}

.sidebar a {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.sidebar a img {
  width: 100%;
}

.sidebar a:last-child {
  margin-bottom: 0;
}

.cul {}

.cul-box {
  /* padding: 0.8rem 0 3rem; */
}

.cul-tit {
  color: #333333;
  line-height: 1;
  text-align: center;
}

.cul-pic {
  width: 100%;
}

.cul-pic img {
  width: 100%;
}

.dev {}

.dev-box {
  /* padding: 0.8rem 0; */
}

.dev-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1.625rem;
}

.dev-top-ls {
  width: 24.25%;
  height: 3.8rem;
  margin-right: 1%;
  padding: 0.75rem 1.1rem;
}

.dev-top-ls:last-child {
  margin-right: 0;
}

.dev-top-ls p {
  color: #FFFFFF;
  line-height: 1;
}

.dev-top-ls p:nth-child(1) {
  margin-bottom: 10px;
}

.process {
  position: relative;
  /* padding: 1.55rem 0 3.2rem; */
  width: 100%;
  height: max-content;
  /* overflow: hidden; */
}

.process::after {
  content: '';
  position: absolute;
  left: 24.8%;
  top: -.75rem;
  width: 1px;
  height: calc(100% + .75rem);
  background-color: #ececec;
}

/* .process::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 22px;
	height: 22px;
	background: #4DABAC;
	border-radius: 50%;
}

.process::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 22px;
	transform: translateX(-50%);
	width: 2px;
	height: 100%;
	background: #DBDBDB;
} */

.process-ls {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: .5rem 15%;
  /* background-color: #4DABAC; */
  position: relative;
  overflow: hidden;
}

.process-ls::after {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #EBEBEB;
  transition: all .5s;
  opacity: 0;
  /* border-radius: 50%; */
}

.process-ls:hover::after {
  width: 100%;
  opacity: 1;
}

/* .process-ls::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -25%;
	width: 20%;
	height: 2px;
	background: #DBDBDB;
}

.process-ls::after {
	content: '';
	position: absolute;
	top: 50%;
	left: -5%;
	transform: translateY(-50%);
	width: 9px;
	height: 9px;
	background: #4DABAC;
	border-radius: 50%;
} */

.process-year {
  width: 14%;
  margin-right: 10%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  /* padding: 0.75rem 0; */
  position: relative;
  z-index: 2;
  margin-top: .5rem;
  border-right: 2px solid #0B109F;
}

.process-year span {
  display: inline-block;
  line-height: 1;
  color: #0B109F;
}

.process-year span:nth-child(2) {
  margin-bottom: 5px;
  margin-left: 10px;
  display: none;
}

.process-tit {
  width: 76%;
  min-height: 2rem;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* background-color: #FFFFFF; */
  /* padding: 0.6rem 0.6rem 0.6rem 0.75rem; */
  line-height: 1.6;
  position: relative;
  z-index: 2;
}

/* .process-ls:nth-child(2n) {
	margin-right: 60%;
	margin-left: 0;
} */

/* .process-ls:nth-child(2n)::before {
	right: -25%;
	left: auto;
}

.process-ls:nth-child(2n)::after {
	right: -5%;
	left: auto;
}

.process-ls:nth-child(2) {
	background: #08C2C4;
}

.process-ls:nth-child(3) {
	background: #51BF4F;
}

.process-ls:nth-child(4) {
	background: #19BE15;
}

.process-ls:nth-child(5) {
	background: #CED422;
}

.process-ls:nth-child(6) {
	background: #EED507;
}

.process-ls:nth-child(7) {
	background: #EEB507;
}

.process-ls:nth-child(8) {
	background: #EE7F07;
} */

.area2 {
  padding-right: 16px;
}

.partner-pic {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.partner-pic div {
  width: 25%;
  height: 3.1rem;
  border: 1px solid #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #FFFFFF;
}

.partner-pic div img {
  max-width: 100%;
  transition: all 0.3s;
}

.partner-pic div:hover img {
  transform: scale(1.1);
}

.speech {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.speech-lf {
  width: 35%;
  margin-right: 4%;
}

.speech-lf img {
  width: 100%;
  object-fit: cover;
}

.speech-lf-top {
  width: 100%;
  margin-bottom: 0.75rem;
}

.speech-lf-btn {
  width: 100%;
}

.speech-rg {
  width: 61%;
}

.speech-rg-tit {
  color: #333333;
  line-height: 1;
}

.speech-rg-cont {
  color: #3F3EC7;
  line-height: 2;
  margin: 0.5rem 0 1.4rem;
}

.speech-rg-cont2 {
  color: #333333;
  line-height: 1.7;
}

.plate {}

.plate-box {
  /* border-bottom: 1px solid #EAEAEA; */
  /* margin-bottom: 0.55rem; */
}

.plate-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 0;
  position: relative;
}

/* .plate-top::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #EAEAEA;
} */

.plate-add-box {
  width: 48%;
  margin-right: 2%;
}

.plate-top-lf {
  width: 70%;
  margin: 0 auto;
  position: relative;
}

.plate-top-lf img {
  width: 100%;
}

.plate-top-rg {
  margin-left: 2%;
  width: 48%;
  /* background-color: #F7F7F7; */
  padding: 1.25rem 0 0 1.5rem;
}

.plate-top-rg-tit {
  color: #0B109F;
  line-height: 1;
  margin-bottom: 0.75rem;
}

.plate-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.plate-ajax {
  width: 76%;
}

.plate-ajax-box {}

.plate-ajax-box-pic {
  height: 12.5rem;
  /* margin-bottom: 0.8rem; */
}

.plate-ajax-box-pic img {
  width: 100%;
  height: 100%;
}

.plate-ajax-box-cont {
  color: #333333;
  line-height: 2;
  height: 3.5rem;
  overflow-y: auto;
}

.plate-ajax-box-cont::-webkit-scrollbar {
  width: 2px;
}

.plate-tab {
  width: 24%;
  /* border-top: 3px solid #e0dcd3; */
}

.plate-tab-bg {
  width: 108%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -4%;
  transition: all .3s;
}

.plate-tab a {
  display: block;

  height: 2rem;
  line-height: 2rem;
  transition: all 0.3s;
  padding: 0 0.6rem 0 0.75rem;
  text-align: center;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  width: 100%;
  /* left: -4%; */
  background-color: #f9f9f9;
  /* border-bottom: 3px solid transparent; */
  /* border-bottom: 1px solid #D3D3D3; */
}

.plate-tab a p {
  color: #333333;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  line-height: 2rem;
}

.plate-tab a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 3px;
  background: #e0dcd3;
}

.plate-tab a:first-child::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 3px;
  background: #e0dcd3;
}

/* .plate-tab a:last-child::after {
	display: none;
} */

.plate-tab a:hover {
  background-color: #0B109F;
}

.plate-tab a:hover p {
  color: #FFFFFF;
}

.plate-tab a:hover .plate-tab-bg {
  background-color: #0B109F;
}

.plate-tab .cur {
  background-color: #0B109F;
  color: #FFFFFF;
  border-bottom: 3px solid #e0dcd3;
}

.plate-tab .cur .plate-tab-bg {
  background-color: #0B109F;
}

.plate-tab .cur p {
  color: #FFFFFF;
}

.plate-tab .cur::after {
  display: none;
}

.plate-cont {
  padding-bottom: 2.5rem;
}

.change {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* margin-bottom: 0.5rem; */
}

.change-col {
  margin-right: 13px;
}

.change-col,
.change-row {
  position: relative;
  width: 1.125rem;
  height: 1.125rem;
  border: 1px solid #D2D2D2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.change-row img {
  width: 0.5rem;
  transition: all 0.3s;
}

.change-col img {
  width: 0.55rem;
  transition: all 0.3s;
}

.change-col .img2,
.change-row .img2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: -1;
}

.change-col:hover,
.change-row:hover {
  background: #3F3EC7;
}

.change-col:hover .img1,
.change-row:hover .img1 {
  opacity: 0;
}

.change-col:hover .img2,
.change-row:hover .img2 {
  opacity: 1;
  z-index: 1;
}

.change .cur {
  background: #3F3EC7;
}

.change .cur .img1 {
  opacity: 0;
}

.change .cur .img2 {
  opacity: 1;
  z-index: 1;
}

.plate-page-box {}

.plate-ls-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
}

.plate-ls {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  background-color: #F2F2F2;
  margin-bottom: 0.3rem;
}

/* .plate-ls:hover .plate-ls-pic img {
	transform: scale(1.1);
} */

.plate-ls:hover .plate-ls-pic::after {
  opacity: 0;
}

.plate-ls:last-child {
  margin-bottom: 0;
}

.plate-ls-pic {
  width: 32.25%;
  height: 7.25rem;
  overflow: hidden;
  position: relative;
}

.plate-ls-pic::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  transition: all .3s;
  opacity: 1;
}

.plate-ls-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.plate-ls-rg {
  width: 67.75%;
  padding: 1.25rem 2.1rem 0.5rem 1.4rem;
}

.plate-ls-tit {
  color: #0B109F;
  line-height: 1;
  margin-bottom: 0.4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.plate-ls-type {
  /* margin-bottom: 0.8rem; */
}

.plate-ls-type p {
  margin-bottom: 6px;
  line-height: 1;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.plate-ls-cont {
  color: #333333;
  line-height: 0.6rem;
  max-height: 1.7rem;
  overflow: hidden;
  border-top: 3px solid #EAEAEA;
  padding-top: .5rem;
}

.plate-ls-box.cur {
  width: 100%;
  /* width: calc(100% + 2.5rem); */
  /* transform: translateX(-1.125rem); */
}

.cur .plate-ls {
  width: 32.25%;
  margin-right: 1.625%;
  /* width: 33.3%; */
  /* padding: 0 1.125rem 1rem 1.125rem; */
  background: none;
  /* margin-right: 1.125rem; */
  /* border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6; */
  position: relative;
  margin-bottom: 1rem;
}

.cur .plate-ls:last-child {
  margin-right: 0;
}

.cur .plate-ls:nth-child(3n) {
  margin-right: 0;
}

/* .cur .plate-ls::after {
	content: '';
	position: absolute;
	bottom: -1px;
	right: 0.325rem;
	width: calc(100% - 1.5rem);
	height: 1px;
	background: #E6E6E6;
}

.cur .plate-ls::before {
	content: '';
	position: absolute;
	top: 0;
	right: -1px;
	width: 1px;
	height: calc(100% - 0.325rem);
	background: #E6E6E6;
}

.cur .plate-point {
	position: absolute;
	right: -2.5px;
	bottom: -2.5px;
	width: 5px;
	height: 5px;
	background: #E0E0E0;
	border-radius: 50%;
	display: block;
} */

/* .cur .plate-ls:nth-child(3n - 1)::after {
	width: calc(100% - 0.65rem);
}

.cur .plate-ls:nth-child(3n)>span,
.cur .plate-ls:nth-child(3n)::before {
	display: none;
}

.cur .plate-ls:nth-child(3n)::after {
	width: calc(100% - 1.5rem);
	left: 0.325rem;
}

.cur .plate-ls:nth-last-child(3)>span,
.cur .plate-ls:nth-last-child(3)::after,
.cur .plate-ls:nth-last-child(3)::before {
	display: none;
}

.cur .plate-ls:nth-last-child(2)>span,
.cur .plate-ls:nth-last-child(2)::after,
.cur .plate-ls:nth-last-child(2)::before {
	display: none;
}

.cur .plate-ls:last-child {
	margin-bottom: 1rem;
}

.cur .plate-ls:nth-child(3n - 1)::before {
	display: block;
}

.cur .plate-ls:nth-child(n + 4)::before {
	top: -0.65rem;
	height: calc(100% + 0.325rem);
}

.cur .plate-ls:nth-child(3n - 2)::before {
	display: block;
} */

/* .cur .plate-ls:nth-last-child(2)::before {
	height: calc(100% - 0.65rem);
} */

/* .cur .plate-ls:last-child>span,
.cur .plate-ls:last-child::after,
.cur .plate-ls:last-child::before {
	display: none;
} */

.cur .plate-ls-pic {
  width: 100%;
}

.cur .plate-ls-rg {
  width: 100%;
  padding: 0.75rem 0 0;
}

.cur .plate-ls-cont {
  display: none;
}

.plate-page {
  display: flex;
  align-items: center;
  justify-content: center;
}

.plate-page a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1rem;
  min-height: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #666666;
  margin-right: 4px;
  padding: 0 0.25rem;
}

.plate-page .active {
  background: #3F3EC7;
  color: #FFFFFF;
}

.plate-page a:hover {
  background: #3F3EC7;
  color: #FFFFFF;
}

.plate-page a:last-child {
  margin-right: 0;
}

.plate-page a img {
  width: 0.3rem;
}

.map-pos30,
.map-pos60 {
  top: 14%;
  right: 15%;
}

.map-pos31,
.map-pos61 {
  top: 17%;
  right: 11.5%;
}

.map-pos31 .map-name,
.map-pos61 .map-name {
  left: 1rem;
  right: auto;
}

.map-pos32,
.map-pos62 {
  top: 34%;
  right: 26%;
}

.map-pos33,
.map-pos63 {
  top: 38%;
  right: 27%;
}

.map-pos34,
.map-pos64 {
  top: 37%;
  right: 21%;
}

.map-pos35,
.map-pos65 {
  top: 49%;
  right: 21%;
}

.map-pos36,
.map-pos66 {
  top: 53%;
  right: 16%;
}

.map-pos37,
.map-pos67 {
  top: 54%;
  right: 18%;
}

.map-pos38,
.map-pos68 {
  top: 63%;
  right: 29%;
}

.map-pos39,
.map-pos69 {
  top: 68%;
  right: 48%;
}

/* .map-pos60 {
	top: 15%;
	right: 16%;
}

.map-pos61 {
	top: 34%;
	right: 27%;
}

.map-pos62 {
	top: 39%;
	right: 28%;
}

.map-pos63 {
	top: 38%;
	right: 22%;
}

.map-pos64 {
	top: 44%;
	right: 20%;
}

.map-pos65 {
	top: 49%;
	right: 17%;
}

.map-pos66 {
	top: 51%;
	right: 22%;
}

.map-pos67 {
	top: 54%;
	right: 16%;
}

.map-pos68 {
	top: 55%;
	right: 18%;
}

.map-pos69 {
	top: 69%;
	right: 49%;
} */

/* .plate-pos:nth-child(2n - 1) .map-point {
	float: right;
	margin-right: 0;
	margin-left: 0.5rem;
}

.plate-pos:nth-child(2n - 1) .map-name {
	float: left;
} */

.plate-info {
  padding-bottom: 2.5rem;
}

.plate-info-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.info-lf {
  /* width: 73%; */
  width: 100%;
  /* padding-right: 1rem; */
  /* border-right: 1px solid #EAEAEA; */
  padding-top: 0.8rem;
}

.info-lf-tit {
  color: #333333;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.info-lf-cont {
  color: #666666;
  line-height: 2;
  /* border-bottom: 1px solid #EAEAEA; */
  /* padding-bottom: 0.85rem; */
}

.info-lf-cont img {
  width: 100%;
}

.info-lf-cont-pic {
  margin-top: 0.55rem;
  width: 100%;
}

.back-ls {
  margin-top: 0.6rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 1.25rem;
  display: none;
}

.back-ls>a {
  color: #333;
  transition: all 0.3s;
}

.back-ls>a:hover {
  color: #0B109F;
}

.back-ls div {}

.back-ls div p {
  line-height: 1;
  margin-bottom: 0.5rem;
}

.back-ls div p:last-child {
  margin-bottom: 0;
}

.back-ls div p a {
  color: #333;
  transition: all 0.3s;
}

.back-ls div p a:hover {
  color: #003399;
}

.info-rg {
  width: 27%;
  padding: 0.8rem 0 0 0.85rem;
  display: none;
}

.info-rg-box {
  width: 100%;
  background-color: #EEEEEE;
  padding: 0.75rem;
}

.info-rg-tit {
  color: #5B5159;
  line-height: 1;
  margin-bottom: 0.75rem;
}

.info-rg-intro {
  margin-bottom: 1.125rem;
}

.info-rg-intro p {
  color: #666666;
  /* line-height: 1;
	margin-bottom: 0.75rem; */
}

.info-rg-intro p:last-child {
  margin-bottom: 0;
}

.info-rg-sub {
  margin-bottom: 0.35rem;
  line-height: 1;
}

.info-rg-pic {}

.info-rg-pic a {
  width: 54%;
  height: 2.5rem;
  margin-bottom: 15px;
  display: block;
}

.info-rg-pic a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info-rg-pic a:last-child {
  margin-bottom: 0;
}

.swiper-box {
  position: relative;
  margin-bottom: 0.575rem;
}

.swiper-box .swiper-pagination {
  bottom: -1.3rem;
  left: 50%;
  transform: translateX(-50%);
}

.swiper-box .swiper-pagination .swiper-pagination-bullet {
  width: 0.3rem;
  height: 0.3rem;
  border: 2px solid #666666;
  opacity: 0.5;
  border-radius: 50%;
  margin: 0 0.25rem;
  background: none;
}

.swiper-box .swiper-pagination .swiper-pagination-bullet-active {
  width: 1rem;
  height: 0.3rem;
  background: #FFCC00;
  border-radius: 5px;
  border: none;
}

.news-container .swiper-slide {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 7.5rem;
}

.news-lf {
  width: 55%;
  height: 100%;
  background-color: #F5F5F5;
  padding: 1.1rem 0.9rem 0.5rem;
}

.news-lf-tit {
  color: #333333;
  margin-bottom: 0.4rem;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-lf-time {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.65rem;
}

.news-lf-time div {
  width: 14px;
  height: 14px;
}

.news-lf-time div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-lf-time span {
  color: #333333;
  opacity: .5;
  display: inline-block;
  line-height: 1;
  margin-left: 8px;
}

.news-lf-cont {
  width: 100%;
  line-height: 1.8;
  color: #666666;
  margin-bottom: 0.75rem;
}

.news-lf-more {
  width: 1.15rem;
  display: block;
}

.news-lf-more img {
  width: 100%;
  object-fit: cover;
}

.news-rg {
  width: 45%;
  height: 100%;
}

.news-rg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-plate .plate-ls {
  background: none;
  border-bottom: 1px solid #D6D6D6;
}

.news-plate .plate-ls-pic {
  width: 28%;
  height: 5rem;
}

.news-plate .plate-ls-rg {
  width: 72%;
  padding: 0.5rem 0 0.5rem 1.1rem;
}

.news-plate .plate-ls-tit {
  color: #1F1F1F;
}

.news-plate .plate-ls-cont {
  color: #666;
  /* line-height: 1.8; */
}

.news-plate .cur .plate-ls {
  border-bottom: none;
  border-bottom: 1.05rem;
}

.news-plate .cur .plate-ls-pic {
  width: 100%;
}

.news-plate .cur .plate-ls-rg {
  width: 100%;
  padding: 0.7rem 0 0;
}

.news-plate .cur .news-lf-time {
  margin-bottom: 0;
}

/* .news-plate .cur .plate-ls-cont {
	display: block;
	line-height: 0.75rem;
	height: 1.5rem;
	overflow: hidden;
} */

.poli-search {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.65rem;
  width: 100%;
  padding: 0 0.9rem;
  border: 1px solid rgba(118, 118, 118, .1);
  margin-bottom: 1rem;
}

.poli-search input {
  width: calc(100% - 0.5rem);
  height: 100%;
  color: #999999;
}

.poli-search div {
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
}

.poli-btn {
  padding-bottom: 2.5rem;
}

.poli-ajax {
  margin-bottom: 1.4rem;
}

.poli-ajax-box {}

.poli-ls {
  height: 2.5rem;
  margin-bottom: 12px;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.poli-ls:nth-child(2n) {
  background: rgba(214, 214, 214, .2);
}

.poli-ls:last-child {
  margin-bottom: 0;
}

.poli-ls-tit {
  color: #333333;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
  transition: all 0.3s;
}

.poli-ls .news-lf-time {
  margin-bottom: 0;
}

.poli-ls:hover .poli-ls-tit {
  color: #0B109F;
}

.news-info-tit {
  line-height: 1.2;
  margin-bottom: 0.3rem;
  color: #333333;
  text-align: center;
}

.news-info-intro {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}

.news-info-intro .news-lf-time {
  margin-right: 0.2rem;
  padding-right: .2rem;
  margin-bottom: 0;
  border-right: 1px solid rgba(53, 53, 53, .5);
}

.news-info-change {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.news-info-size {
  color: #333333;
  /* margin-right: 8px; */
  opacity: .5;
}

.size-add,
.size-reduce {
  width: 0.5rem;
  height: 0.5rem;
  background: #F5F5F5;
  border: 1px solid #D2D2D2;
  color: rgba(51, 51, 51, .5);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.size-cont {
  width: 0.5rem;
  height: 0.5rem;
  background: #FFFFFF;
  border: 1px solid #D2D2D2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px;
  color: #3F3EC7;
}

.news-info-cont {
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  padding-top: 0.65rem;
  padding-bottom: 1.65rem;
  color: #666666;
  line-height: 1.7;
}

.area .subtit {
  color: #333;
  text-align: center;
  margin-bottom: .5rem;
}

.news-info-cont * {
  font-size: inherit !important;
}

.news-info-cont img {
  display: inline-block;
}

.news-info-page {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  padding: 0.875rem 0 1.75rem;
}

.news-info-page::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: #EAEAEA;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.news-info-page-lf {
  width: 50%;
  padding-right: 1.45rem;
}

.news-info-page-ls {
  width: 100%;
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 1rem;
  margin-bottom: 1.25rem;
}

.news-info-page-ls:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.news-info-page-ls p {
  color: #666666;
  line-height: 1;
  margin-bottom: 0.3rem;
}

.news-info-page-ls a {
  display: block;
  color: #3F3EC7;
  line-height: 1.5;
  width: 100%;
  margin-top: 0.3rem;
}

.news-info-recommend {
  width: 50%;
  padding-left: 0.85rem;
  padding-right: 1.15rem;
}

.recommend-tit {
  color: #666666;
  line-height: 1;
  margin-bottom: 0.75rem;
}

.recommend-ls {
  display: block;
  color: #999999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
}

.recommend-ls:hover {
  color: #3F3EC7;
}

.recommend-ls:last-child {
  margin-bottom: 0;
}

.join-change {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.5rem;
}

.join-select {
  width: 18%;
  margin-right: 0.45rem;
  position: relative;
  height: 1.4rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  padding-left: 0.75rem;
  z-index: 2;
}

.join-select::after {
  content: '';
  position: absolute;
  border-left: 5.5px solid transparent;
  border-right: 5.5px solid transparent;
  border-top: 6px solid #333333;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
}

.select-tit {
  color: #333333;
  width: 100%;
  height: 100%;
  line-height: 1.4rem;
  cursor: pointer;
}

.select-change {
  position: absolute;
  top: 1.4rem;
  left: 0;
  width: 100%;
  max-height: calc(3rem + 2px);
  overflow-y: auto;
  display: none;
  background: #FFFFFF;
}

.select-change::-webkit-scrollbar {
  width: 2px;
}

.select-change::-webkit-scrollbar-thumb {
  background: #0B109F;
}

.select-change p {
  line-height: 1rem;
  color: #666;
  padding-left: 0.75rem;
  cursor: pointer;
  border-bottom: 1px solid #EAEAEA;
  cursor: pointer;
  transition: all 0.3s;
}

.select-change p:hover {
  background: #0B109F;
  color: #FFFFFF;
}

.select-change p:last-child {
  border-bottom: none;
}

.join-search {
  width: calc(64% - 0.9rem);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 1.4rem;
  border: 1px solid #3F3EC7;
}

.join-search input {
  width: calc(100% - 3.5rem);
  height: 100%;
  padding-left: 0.75rem;
  color: #333333;
}

.join-search input::placeholder {
  color: rgba(51, 51, 51, .5);
}

.join-search div {
  width: 3.5rem;
  height: 100%;
  background: #3F3EC7;
  color: #FFFFFF;
  line-height: 1.4rem;
  text-align: center;
  cursor: pointer;
}

.join-intro {
  width: 100%;
  background: #FBFBFB;
  border: 1px solid #E2E3E6;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 1.75rem;
  margin-bottom: 14px;
}

.join-intro p,
.join-ls-tit p {
  color: #333333;
  width: 18%;
  height: 100%;
  line-height: 1.75rem;
  text-align: center;
  border-right: 1px solid #E2E3E6;
}

.join-intro p:last-child,
.join-ls-tit p:last-child {
  border-right: none;
}

.join-intro p:nth-child(1),
.join-ls-tit p:nth-child(1) {
  width: 46%;
  text-align: left;
  padding-left: 0.9rem;
}

.join-cont {}

/* .join-ajax {
	margin-bottom: 1.4rem;
} */

.join-ajax .plate-page {
  margin-top: 1.4rem;
}

.join-ls {
  margin-bottom: 10px;
}

.join-ls-tit {
  width: 100%;
  border: 1px solid #E2E3E6;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 1.75rem;
  cursor: pointer;
}

.join-ls-tit p {
  border-right: none;
}

.join-ls-intro {
  padding: 0.9rem 1.35rem 1.25rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: none;
  border-top: none;
}

.join-ls-intro-cont {
  margin-bottom: 0.65rem;
}

.join-ls-intro-cont>p {
  color: #010D2C;
  line-height: 1;
  margin-bottom: 0.4rem;
}

.join-ls-intro-cont div {
  color: #333333;
  line-height: 1.7;
}

.join-ls-intro-btn {
  padding-top: 0.8rem;
  border-top: 1px solid #EAEAEA;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.join-ls-intro-btn p {
  line-height: 1;
  font-weight: bold;
}

.join-ls-intro-btn p:nth-child(1) {
  color: #FFFFFF;
  width: 8.2rem;
  height: 1.1rem;
  line-height: 1.1rem;
  text-align: center;
  background: #3F3EC7;
  border-radius: 4px;
  text-transform: uppercase;
}

.join-ls-intro-close {
  color: #3F3EC7;
  line-height: 1;
  cursor: pointer;
}

.join-ajax .cur {
  margin-bottom: 0.6rem;
}

.join-ajax .join-ls:last-child {
  margin-bottom: 0;
}

.join-ajax .cur .join-ls-tit {
  background: #666666;
}

.join-ajax .cur .join-ls-tit>p {
  color: #FFFFFF;
}

.work-tit {
  color: #333333;
  line-height: 1;
  margin-bottom: 0.65rem;
}

.work-cont {
  color: #333333;
  line-height: 1.8;
  margin-bottom: 1.4rem;
}

.work-ls {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.work-ls div {
  width: 48%;
  margin-right: 4%;
}

.work-ls div:last-child {
  margin-right: 0;
}

.work-ls div img {
  width: 100%;
}

.contact-box {
  padding: 0.6rem 0 1.2rem 19.15rem;
}

.contact-top {
  padding-bottom: 1.1rem;
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: 1.05rem;
  cursor: pointer;
  /* margin-bottom: 0.6rem;
	display: flex;
	align-items: center;
	justify-content: flex-start; */
}

.contact-top-tit {
  color: #333333;
  margin-bottom: 0.55rem;
  line-height: 1;
  font-weight: bold;
  transition: all .3s;
}

.contact-top-ls {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: .5rem;
}

.contact-top-ls:last-child {
  margin-bottom: 0;
}

.contact-top-ls div {
  width: .5rem;
  height: .5rem;
  margin-right: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-top-ls div img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.contact-top-ls p {
  color: #666666;
  line-height: 1;
}

.contact-top:hover .contact-top-tit {
  color: #0B109F;
}

.contact-top.cur .contact-top-tit {
  color: #0B109F;
}

.contact-container {
  margin-bottom: 0.8rem;
}

.contact-container .swiper-slide {
  width: max-content;
  line-height: 1;
  margin-right: 0.8rem;
  color: #000000;
  font-weight: bold;
  cursor: pointer;
}

.contact-container .cur {
  color: #0B109F;
}

.contact-container .swiper-slide:last-child {
  margin-right: 0;
}

/* .contact-ls {
	width: 32%;
	height: 4.75rem;
	margin-right: 2%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #DBDBDB;
}

.contact-ls:last-child {
	margin-right: 0;
}

.contact-ls-lf {
	width: 1.5rem;
	height: 1.5rem;
	background: #3F3EC7;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 0.75rem;
}

.contact-ls-lf img {
	width: 35%;
}

.contact-ls-rg {
	width: 54%;
}

.contact-ls-rg>p {
	color: #3F3EC7;
	margin-bottom: 0.5rem;
	line-height: 1;
}

.contact-ls-rg div {
	color: #333333;
	line-height: 1.5;
} */

.con_map {
  width: 100%;
  height: 11.7rem;
}

.amap-info-content {
  background: none;
  border: none;
  box-shadow: none;
  height: auto;
  overflow: hidden;
  padding: 35px 0;
}

.map-font {
  color: #3F3EC7;
  line-height: 1;
  padding-bottom: 0.1rem;
}

.amap-info-sharp,
.amap-info-close {
  display: none;
}

.amap-info-outer:hover,
.amap-menu-outer:hover {
  box-shadow: none;
}

.amap-icon {
  animation: beat 1s linear 0s infinite;
}

.amap-icon img {
  width: 30px;
}

.index-img2 {
  display: none;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.foot2 {
  height: 3.1rem;
}

.foot2-lf {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.foot2-lf-url {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 2.15rem;
}

.foot2-lf-url a {
  color: rgba(255, 255, 255, .3);
  margin-right: 1.2rem;
  position: relative;
  transition: all 0.3s;
}

.foot2-lf-url a:hover {
  color: rgba(255, 255, 255, 1);
}

.foot2-lf-url a:last-child {
  margin-right: 0;
}

.foot2-lf-url a::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: rgba(255, 255, 255, .3);
  top: 50%;
  right: -0.6rem;
  transform: translateY(-50%);
  border-radius: 50%;
}

.foot2-lf-url a:last-child::after {
  display: none;
}

.foot2-lf>a {
  color: rgba(255, 255, 255, .3);
  transition: all 0.3s;
}

.foot2-lf>a:hover {
  color: rgba(255, 255, 255, 1);
}

.foot2-rg {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.foot2-rg .share {
  margin-right: 1.9rem;
}

.back-top-box {
  display: none;
}

.plate-info-container {
  margin-bottom: 1rem;
}

.plate-info-container .swiper-pagination .swiper-pagination-bullet {
  background: #FFFFFF;
}

.plate-info-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #0B109F;
}

.plate-info-container .swiper-slide {
  width: 60%;
  height: 14rem;
  /* height: 10rem; */
  margin-right: 10px;
}

.plate-info-container .swiper-slide:last-child {
  margin-right: 0;
}

.plate-info-container .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.plate-info-container .swiper-button-next {
  width: 1.7rem;
  height: 1.7rem;
  background-color: #0B109F;
  color: #FFFFFF;
  margin: 0;
  transform: translate(50%, -50%);
  right: 20%;
}

.plate-info-container .swiper-button-next:after {
  font-size: 0.5rem;
}

.plate-info-container::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: calc(40% - 10px);
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  z-index: 1;
}

/* .search {
	position: relative;
}

.headsearch {
	position: absolute;
	top: calc(2.25rem - 1px);
	left: 50%;
	transform: translateX(-50%);
	width: 6rem;
	height: 1.75rem;
} */

.plate-cont-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: .5rem;
}

.plate-input {
  width: 32.3%;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #D2D2D2;
}

.plate-input input {
  width: 70%;
  height: 100%;
  background: none;
  color: #666;
  padding: .5rem;
}

.plate-input div {
  width: 30%;
  height: 100%;
  cursor: pointer;
  background-color: #3F3EC7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plate-input div img {
  width: .5rem;
}

.plate-input div p {
  color: #FFFFFF;
  margin-left: 5px;
}

.change-mar {
  margin-bottom: .5rem;
}

.plate-list {}

.plate-list-box {
  padding: 1rem 0 2.5rem;
}

.list-top {
  position: relative;
  z-index: 10;
  margin-bottom: .5rem;
  width: max-content;
  min-width: max-content;
  display: flex;
  align-items: center;
}

.list-top::after {
  content: '';
  /* position: absolute; */
  top: 50%;
  right: 0;
  border-top: 6px solid #0B109F;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  margin-left: .5rem;
}

.list-top-tit {
  line-height: 1;
  color: #0B109F;
  font-weight: bold;
  cursor: pointer;
}

.list-top-select {
  position: absolute;
  top: calc(100% + .5rem);
  left: 0;
  background-color: #FFFFFF;
  border: 1px solid #ededed;
  max-height: calc(4rem + 3px);
  overflow-y: auto;
  display: none;
}

.list-top-select::-webkit-scrollbar {
  width: 3px;
}

.list-top-select::-webkit-scrollbar-thumb {
  background: #0B109F;
}

.list-top-select span {
  width: 6rem;
  height: 1rem;
  line-height: 1rem;
  transition: all .3s;
  color: rgba(11, 16, 159, .8);
  display: block;
  padding: 0 .25rem;
}

.list-top-select span:hover {
  background-color: #0B109F;
  color: #FFFFFF;
}

.plate-list-intro {
  margin-bottom: 1rem;
  color: #73706e;
  line-height: 1.6;
  padding-right: 33.4%;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #f5f0e6;
}

.operate {}

.op-box {
  padding: 2rem 0 1.25rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

.op-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 33.3%;
  width: 1px;
  height: 100%;
  background-color: #ececec;
}

.op-lf {
  width: 33.3%;
}

.op-lf .pic {
  width: 90%;
  margin-top: 1rem;
}

.op-lf .pic img {
  width: 100%;
}

.op-lf-en {
  color: #d9d7d5;
  line-height: 1;
  line-height: 1.2;
  margin-bottom: 10px;
}

.op-lf-tit {
  color: #0B109F;
  line-height: 1;
}

.op-rg {
  width: 66.6%;
  padding-left: 1rem;
  line-height: 2;
}

.op-rg img {
  display: inline-block;
}

.op-rg-tit {
  color: #0B109F;
  line-height: 1;
  margin-bottom: 8px;
}

.op-rg-en {
  line-height: 1.1;
  margin-bottom: 0.6rem;
  color: #cbc9c7;
}

.op-rg-cont {
  line-height: 1.7;
  color: #73706e;
  text-align: justify;
}

.plate-add {
  padding: 2.325rem 0 0.8rem;
  border-bottom: 3px solid #EAEAEA;
  /* padding-left: 9.25%; */
}

.plate-add .h1 {
  color: #0B109F;
  line-height: 1;
  margin-bottom: 0.3rem;
  letter-spacing: 0.25rem;
}

.plate-add .h2 {
  color: #cbc9c7;
  line-height: 1;
  letter-spacing: -2px;
}

.add-map-container {
  margin-top: .5rem;
}

.add-map-container .h1 {
  line-height: 1;
  letter-spacing: 5px;
  margin-bottom: 0.25rem;
  color: #0B109F;
}

.add-map-container .h2 {
  color: #b2b2b2;
  line-height: 1;
  letter-spacing: -2px;
  text-transform: uppercase;
}

.add-map-container .map-container-tab {
  margin-top: .5rem;
}

.map-container-tab .swiper-wrapper {
  padding-bottom: .5rem;
  border-bottom: 3px solid #e0dcd3;
}

.map-container-tab .swiper-slide {
  width: max-content;
  margin-right: .5rem;
  color: #9b9b9b;
  line-height: 1;
  cursor: pointer;
  transition: all .3s;
}

.map-container-tab .swiper-slide::after {
  content: '';
  position: absolute;
  top: calc(100% + .5rem);
  left: 0;
  width: 0;
  height: 3px;
  background-color: #0B109F;
  transition: all .3s;
}

/* .map-container-tab .swiper-slide:hover::after {
	content: '';
	position: absolute;
	top: calc(100% + .5rem);
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #0B109F;
} */

.map-container-tab .swiper-slide.cur::after,
.map-container-tab .swiper-slide.cur2::after {
  width: 100%;
}

.map-container-tab .swiper-slide:last-child {
  margin-right: 0;
}

.map-container-box {
  margin-top: .5rem;
}

.map-container-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.map-container-content p {
  color: #9b9b9b;
  line-height: 1;
  margin: 0 12px 10px 0;
  cursor: pointer;
  transition: all .3s;
}

.map-container-content .cur {
  color: #0B109F;
}

.map-container-content p:hover {
  color: #0B109F;
}

.add-info-box {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 2rem;
}

.info-icon {
  width: 4.3rem;
  margin-right: 1rem;
}

.info-site,
.info-phone {
  padding: .5rem 0;
}

.info-site p {
  padding-left: 1.4rem;
}

.info-phone p {
  padding-left: 1.25rem;
}

.info-site p,
.info-phone p {
  color: #0B109F;
  line-height: 50px;
  background: no-repeat left center;
}

.add-news-ls .area {
  width: 100%;
}

.add-news-ls.about-box::after {
  display: none;
}

.line {
  border-top: 1px solid #EAEAEA;
}

.plate-ajax-tit {
  color: #0B109F;
  line-height: 0.8rem;
  margin-bottom: 5px;
  width: 100%;
}

.head-height {
  height: 2.25rem;
}