﻿.wrap {
  width: 16rem;
  margin: 0 auto;
}
header {
  position: fixed;
  top: 0.4rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(85, 195, 227, 0.6);
  z-index: 999;
  height: 1.2rem;
  transition: 0.3s;
}
header.active {
  top: 0;
}
header .wrap {
  height: 100%;
  display: flex;
}
header .wrap .logo {
  width: 4rem;
}
header .wrap .logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
header .wrap .logo a img {
  width: 2.83rem;
}
header .wrap .right-header {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
  padding-right: 0.4rem;
}
header .wrap .right-header .language-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  padding: 0 0.2rem;
  cursor: pointer;
  font-size: 0.16rem;
}
header .wrap .right-header .language-btn:hover .sub {
  display: block;
}
header .wrap .right-header .language-btn img {
  width: 0.24rem;
  filter: brightness(0) invert(1);
  display: block;
  margin-right: 0.1rem;
}
header .wrap .right-header .language-btn .sub {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  min-width: 130%;
  top: 100%;
  background-color: rgba(85, 195, 227, 0.6);
}
header .wrap .right-header .language-btn .sub a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  padding: 0.1rem 0.2rem;
  color: #fff;
}
header .wrap .right-header .language-btn .sub a:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
header .wrap .right-header .language-btn .sub a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
header .wrap .right-header .line {
  width: 1px;
  height: 0.16rem;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 0 0.25rem;
  margin-right: 0.05rem;
}
header .wrap .right-header .search-box {
  position: relative;
}
header .wrap .right-header .search-box input {
  width: 2.5rem;
  height: 0.36rem;
  border-radius: 0.18rem;
  background-color: #fff;
  border: none;
  outline: none;
  font-size: 0.14rem;
  padding: 0 0.27rem;
  padding-right: 0.5rem;
}
header .wrap .right-header .search-box button {
  position: absolute;
  right: 0rem;
  top: 0;
  width: 0.46rem;
  height: 0.36rem;
  border-radius: 0.18rem;
  background: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  border: none;
}
header .wrap .right-header .search-box button img {
  width: 0.16rem;
  display: block;
}
header .wrap .header-navs {
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: auto;
}
header .wrap .header-navs li {
  position: relative;
  height: 100%;
}
header .wrap .header-navs li:not(:last-child) {
  margin-right: 0.4rem;
}
header .wrap .header-navs li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: #fff;
  opacity: 0;
  transition: 0.3s;
}
header .wrap .header-navs li.active::after {
  bottom: 0.35rem;
  opacity: 1;
}
header .wrap .header-navs li.active a {
  color: #fff;
}
header .wrap .header-navs li:hover .sub {
  display: block;
}
header .wrap .header-navs li:hover::after {
  bottom: 0.35rem;
  opacity: 1;
}
header .wrap .header-navs li:hover a {
  color: #fff;
}
header .wrap .header-navs li > a {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 0.16rem;
  color: #fff;
}
header .wrap .header-navs li .sub {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  min-width: 130%;
  top: 100%;
  background-color: rgba(85, 195, 227, 0.6);
}
header .wrap .header-navs li .sub a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  padding: 0.1rem 0.2rem;
  color: #fff;
}
header .wrap .header-navs li .sub a:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
header .wrap .header-navs li .sub a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.banner {
  position: relative;
  height: 100vh;
  width: 100%;
  min-height: 0.8rem;
}
.banner .pagination-box {
  position: absolute;
  bottom: 0.97rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.banner .pagination-box .swiper-pagination {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  color: #a7b3c3;
  font-weight: bold;
  font-size: 0.18rem;
  line-height: 1em;
}
.banner .pagination-box .swiper-pagination .swiper-pagination-current {
  color: #fff;
  font-size: 0.36rem;
  line-height: 0.8em;
  margin-right: 0.1rem;
}
.banner .pagination-box .swiper-pagination .swiper-pagination-total {
  margin-left: 0.1rem;
}
.banner .swiper {
  height: 100%;
}
.banner .swiper-slide {
  position: relative;
  color: #fff;
}
.banner .swiper-slide .bannerbg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  top: 0;
  left: 0;
}
.banner .swiper-slide .wrap {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.banner .swiper-slide .wrap h1 {
  font-size: 0.6rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.banner .swiper-slide .wrap h1 span {
  color: #57c3df;
}
.banner .swiper-slide .wrap p {
  font-size: 0.18rem;
  margin-bottom: 0.65rem;
}
.banner .swiper-slide .wrap .more-btn:hover a {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
.banner .swiper-slide .wrap .more-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 2rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  font-size: 0.16rem;
  color: #4fb6db;
  transition: 0.3s;
}
.floor .title-box {
  display: flex;
  align-items: flex-end;
}
.floor .title-box .title-left {
  color: #242b3d;
}
.floor .title-box .title-left h2 {
  font-size: 0.9rem;
  line-height: 1em;
  margin-bottom: 0.1rem;
}
.floor .title-box .title-left p {
  font-size: 0.24rem;
  font-weight: 500;
}
.floor .title-box .title-changes {
  margin-left: auto;
}
.floor .title-box .title-changes ul {
  display: flex;
  align-items: center;
}
.floor .title-box .title-changes ul li:not(:last-child) {
  margin-right: 0.2rem;
}
.floor .title-box .title-changes ul li:hover a {
  border: 1px solid #00a0e9;
  background-color: #00a0e9;
  color: #fff;
}
.floor .title-box .title-changes ul li.active a {
  border: 1px solid #00a0e9;
  background-color: #00a0e9;
  color: #fff;
}
.floor .title-box .title-changes ul li a {
  width: 1.8rem;
  height: 0.6rem;
  font-size: 0.18rem;
  border-radius: 0.3rem;
  border: 1px solid #959595;
  background-color: #fff;
  text-align: center;
  line-height: 0.6rem;
  padding: 0 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: 0.3s;
}
.floor1 {
  padding: 0.8rem 0;
}
.floor1 .title-box {
  margin-bottom: 0.5rem;
}
.floor1 .swiper-pagination {
  position: static;
  margin-top: 0.5rem;
}
.floor1 .swiper-pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 2px;
  border-radius: unset;
  background-color: #d2d2d2;
  opacity: 1;
}
.floor1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}
.floor1 .pro-qiehuan {
  display: none;
}
.floor1 .pro-qiehuan.active {
  display: block;
}
.floor1 .cpSwiper .swiper-btn {
  width: 0.76rem;
  height: 0.76rem;
  background-color: rgba(0, 0, 0, 0.5);
}
.floor1 .cpSwiper .swiper-btn::after {
  color: #fff;
  font-size: 0.24rem;
}
.floor1 .cpSwiper .swiper-btn.swiper-button-prev {
  left: 0;
}
.floor1 .cpSwiper .swiper-btn.swiper-button-next {
  right: 0;
}
.floor1 .cpSwiper .swiper-slide img {
  width: 100%;
  height: 6.25rem;
  display: block;
  object-fit: cover;
}
.floor1 .cpSwiper .swiper-slide.swiper-slide-active .text-box {
  opacity: 1;
}
.floor1 .cpSwiper .swiper-slide .text-box {
  width: 84%;
  margin-top: -1.1rem;
  margin-left: 0.3rem;
  background-color: #00a0e9;
  color: #fff;
  padding: 0.25rem 0.4rem;
  position: relative;
  z-index: 2;
  opacity: 0;
  transition: 0.3s;
}
.floor1 .cpSwiper .swiper-slide .text-box h3 {
  font-size: 0.24rem;
  margin-bottom: 0.18rem;
}
.floor1 .cpSwiper .swiper-slide .text-box p {
  font-size: 0.14rem;
  line-height: 1.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.floor2 {
  padding: 0.2rem 0 1.8rem;
}
.floor2 .title-box {
  margin-bottom: 1.1rem;
}
.floor2 .case-qiehuan {
  display: none;
}
.floor2 .case-qiehuan.active {
  display: block;
}
.floor2 .case-list ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.1rem;
}
.floor2 .case-list ul li {
  overflow: hidden;
}
.floor2 .case-list ul li:hover img {
  transform: scale(1.1);
}
.floor2 .case-list ul li.active {
  grid-row: 1 / span 2;
  grid-column: 3 / span 2;
}
.floor2 .case-list ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.floor3 {
  padding: 1.1rem 0 1.9rem;
  position: relative;
}
.floor3 .floor3bg {
  background: url(../img/bg.png) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.floor3 .wrap {
  position: relative;
  z-index: 2;
}
.floor3 .wrap .title-box {
  margin-bottom: 0.4rem;
}
.floor3 .wrap .company-box {
  width: 100%;
  position: relative;
}
.floor3 .wrap .company-box .img-box {
  position: relative;
  width: 9.6rem;
  height: 6.6rem;
}
.floor3 .wrap .company-box .img-box .companyimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.floor3 .wrap .company-box .img-box .bofang {
  width: 0.9rem;
  position: absolute;
  left: 0.75rem;
  bottom: 0.75rem;
  cursor: pointer;
}
.floor3 .wrap .company-box .img-box .bofang img {
  width: 100%;
  display: block;
}
.floor3 .wrap .company-box .text-box {
  position: absolute;
  right: 0;
  top: -1.85rem;
  width: calc(100% - 9.6rem);
  background-color: #fff;
  border-top: 0.1rem solid #57c3df;
  padding: 0 0.48rem;
  padding-top: 0.9rem;
  padding-bottom: 0.5rem;
  box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
}
.floor3 .wrap .company-box .text-box h3 {
  font-size: 0.5rem;
  margin-bottom: 0.8rem;
}
.floor3 .wrap .company-box .text-box .line {
  width: 0.58rem;
  height: 0.04rem;
  background-color: #57c3df;
  margin-bottom: 0.7rem;
}
.floor3 .wrap .company-box .text-box > p {
  font-size: 0.16rem;
  color: #666666;
  line-height: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  margin-bottom: 0.85rem;
}
.floor3 .wrap .company-box .text-box .number-list {
  border-top: 1px solid #dcdcdc;
  padding: 0.5rem 0;
  display: flex;
  justify-content: space-between;
}
.floor3 .wrap .company-box .text-box .number-list .number-item {
  text-align: center;
  padding: 0 0.2rem;
  padding-top: 0.15rem;
}
.floor3 .wrap .company-box .text-box .number-list .number-item:not(:last-child) {
  border-right: 1px dashed #dcdcdc;
}
.floor3 .wrap .company-box .text-box .number-list .number-item .number {
  font-size: 0.4rem;
  font-weight: bold;
  color: #57c3df;
  white-space: nowrap;
}
.floor3 .wrap .company-box .text-box .number-list .number-item .number span {
  font-size: 0.15rem;
}
.floor3 .wrap .company-box .text-box .number-list .number-item p {
  font-size: 0.15rem;
}
.floor4 {
  display: flex;
  height: 100vh;
}
.floor4 .business-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.floor4 .business-item .busbg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  top: 0;
  left: 0;
  z-index: -1;
}
.floor4 .business-first {
  width: 7.3rem;
  padding-left: 1.6rem;
  padding-right: 0.6rem;
}
.floor4 .business-first .title-box {
  margin-bottom: 1rem;
}
.floor4 .business-first .title-box .title-left {
  color: #fff;
}
.floor4 .business-first .item-box > p {
  font-size: 0.16rem;
  line-height: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 1.05rem;
}
.floor4 .business-first .more-btn:hover a {
  background-color: #fff;
  color: #4fb6db;
}
.floor4 .business-first .more-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  width: 2rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  font-size: 0.16rem;
  color: #fff;
  transition: 0.3s;
}
.floor4 .business-first .swiper-btns {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.floor4 .business-first .swiper-btns .swiper-btn {
  position: static;
  margin: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  border: 1px solid #fff;
  transition: 0.3s;
}
.floor4 .business-first .swiper-btns .swiper-btn:not(:last-child) {
  margin-right: 0.48rem;
}
.floor4 .business-first .swiper-btns .swiper-btn:hover {
  background-color: #fff;
}
.floor4 .business-first .swiper-btns .swiper-btn:hover::after {
  color: #57c3df;
}
.floor4 .business-first .swiper-btns .swiper-btn::after {
  color: #fff;
  font-size: 0.24rem;
  transition: 0.3s;
}
.floor4 .bus-change {
  flex: 1;
}
.floor4 .bus-change .swiper {
  height: 100%;
}
.floor4 .bus-change .swiper-slide-active .business-item {
  background-color: rgba(0, 150, 200, 0.6);
}
.floor4 .bus-change .swiper-slide-active .business-item p {
  display: block;
}
.floor4 .bus-change .business-item {
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 0.35rem;
  transition: 0.3s;
}
.floor4 .bus-change .business-item .busicon {
  margin-bottom: 0.3rem;
  display: block;
}
.floor4 .bus-change .business-item .busitem-title {
  font-size: 0.24rem;
}
.floor4 .bus-change .business-item .title-en {
  opacity: 0.6;
  font-size: 0.16rem;
}
.floor4 .bus-change .business-item p {
  font-size: 0.16rem;
  line-height: 2em;
  margin-top: 0.8rem;
  display: none;
}
.floor4 .bus-change .business-item .line {
  width: 0.4rem;
  height: 2px;
  background-color: #fff;
  margin-top: 0.7rem;
}
.floor5 {
  padding: 0.8rem 0 1.6rem;
  background-color: #f8fbff;
}
.floor5 .title-box {
  margin-bottom: 0.6rem;
}
.floor5 .news-list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.18rem;
}
.floor5 .news-list ul li {
  background-color: #fff;
  border: 0.06rem solid transparent;
  transition: 0.3s;
}
.floor5 .news-list ul li:hover {
  border-color: #00a0e9;
}
.floor5 .news-list ul li:hover .img-box img {
  transform: scale(1.1);
}
.floor5 .news-list ul li:hover .text-box .more-btn {
  background-color: #00a0e9;
  color: #fff;
}
.floor5 .news-list ul li .img-box {
  height: 2.5rem;
  overflow: hidden;
}
.floor5 .news-list ul li .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.3s;
}
.floor5 .news-list ul li .text-box {
  padding: 0.3rem 0.2rem;
}
.floor5 .news-list ul li .text-box h3 {
  font-size: 0.24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 0.2rem;
}
.floor5 .news-list ul li .text-box p {
  font-size: 0.14rem;
  color: rgba(0, 0, 0, 0.7);
  line-height: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0.4rem;
  min-height: 0.85rem;
}
.floor5 .news-list ul li .text-box .more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #959595;
  width: 1.22rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  font-size: 0.12rem;
  transition: 0.3s;
}
.ditu-floor {
  position: relative;
  display: flex;
}
.ditu-floor .floorbg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.ditu-floor .map {
  width: 50%;
  height: 7.74rem;
  object-fit: cover;
  position: relative;
  z-index: 2;
}
.ditu-floor .right-box {
  position: relative;
  z-index: 2;
  width: 50%;
  padding-left: 1.1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.ditu-floor .right-box .title {
  font-size: 0.4rem;
  margin-bottom: 0.2rem;
  font-weight: bold;
}
.ditu-floor .right-box p {
  font-size: 0.16rem;
  line-height: 1.8em;
}
.ditu-floor .right-box .form-box {
  margin-top: 0.55rem;
}
.ditu-floor .right-box .form-box .input-box {
  display: flex;
  margin-bottom: 0.2rem;
}
.ditu-floor .right-box .form-box .input-box input {
  width: 2.2rem;
  height: 0.6rem;
  padding-left: 0.1rem;
  font-size: 0.14rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  outline: none;
  border: none;
}
.ditu-floor .right-box .form-box .input-box input:not(:last-child) {
  margin-right: 0.4rem;
}
.ditu-floor .right-box .form-box textarea {
 color:#fff; padding: 0.1rem;
  font-family: "Microsoft YaHei", Arial, sans-serif;
  resize: none;
  width: 4.8rem;
  min-height: 1.2rem;
  font-size: 0.14rem;
  margin-bottom: 0.48rem;
  background-color: rgba(0, 0, 0, 0.3);
}
.ditu-floor .right-box .form-box .submit-btn button {
  width: 1.8rem;
  height: 0.6rem;
  background-color: #00a0e9;
  cursor: pointer;
  border-radius: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.18rem;
  transition: 0.3s;
}
.ditu-floor .right-box .form-box .submit-btn button:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
footer .footer-top {
  padding: 0.85rem 0 0.6rem;
  background-color: #222222;
}
footer .footer-top .wrap {
  display: flex;
}
footer .footer-top .wrap .ft-left .logo {
  width: 3.3rem;
  margin-bottom: 0.3rem;
}
footer .footer-top .wrap .ft-left .logo img {
  width: 100%;
}
footer .footer-top .wrap .ft-left p {
  font-size: 0.16rem;
  color: #aaaaaa;
}
footer .footer-top .wrap .ft-left p:not(:last-child) {
  margin-bottom: 0.15rem;
}
footer .footer-top .wrap .ft-middle {
  display: flex;
  margin-left: auto;
}
footer .footer-top .wrap .ft-middle .ft-item:not(:last-child) {
  margin-right: 0.9rem;
}
footer .footer-top .wrap .ft-middle .ft-item a {
  color: #aaaaaa;
  font-size: 0.16rem;
  display: block;
}
footer .footer-top .wrap .ft-middle .ft-item a:hover {
  color: #00a0e9;
}
footer .footer-top .wrap .ft-middle .ft-item a:not(:last-child) {
  margin-bottom: 0.15rem;
}
footer .footer-top .wrap .ft-middle .ft-item .ft-title {
  margin-bottom: 0.3rem;
}
footer .footer-top .wrap .ft-middle .ft-item .ft-title.ft-title2:not(:last-child) {
  margin-bottom: 0.18rem;
}
footer .footer-top .wrap .ft-middle .ft-item .ft-title.ft-title2 a {
  margin-bottom: 0;
}
footer .footer-top .wrap .ft-middle .ft-item .ft-title a {
  font-size: 0.18rem;
  color: #fff;
}
footer .footer-top .wrap .code-list {
  display: flex;
  margin-left: auto;
}
footer .footer-top .wrap .code-list .code-box {
  width: 1.5rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
footer .footer-top .wrap .code-list .code-box p {
  font-size: 0.16rem;
  white-space: nowrap;
}
footer .footer-top .wrap .code-list .code-box:not(:last-child) {
  margin-right: 0.45rem;
}
footer .footer-top .wrap .code-list .code-box img {
  width: 100%;
  display: block;
  margin-bottom: 0.18rem;
}
footer .support {
  background-color: #000000;
  padding: 0.3rem 0;
}
footer .support .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  color: #5f5f5f;
}
footer .support .wrap a {
  font-size: 0.16rem;
  color: #5f5f5f;
  margin-right: 0.2rem;
}
.mengceng {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
  display: none;
}
.mengceng .video-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mengceng .video-box video {
  width: 12.8rem;
}
.mengceng .video-box .bigimg {
  width: 12.8rem;
}
.mengceng .video-box iframe {
  width: 12.8rem;
  height: 7rem;
}
.mengceng .video-box .bfclose {
  position: absolute;
  right: -0.64rem;
  top: 0;
  z-index: 9;
  width: 0.3rem;
  cursor: pointer;
}
.mengceng .video-box .bfclose img {
  width: 100%;
  display: block;
  filter: brightness(0) invert(1);
}
.other-banner {
  height: 6rem;
}
.other-banner .swiper .swiper-slide {
  position: relative;
}
.other-banner .swiper .swiper-slide .banbg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.other-banner .swiper .swiper-slide .text-box {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.other-banner .swiper .swiper-slide .text-box h1 {
  font-size: 0.36rem;
  margin-bottom: 0.18rem;
  font-weight: bold;
}
.other-banner .swiper .swiper-slide .text-box .p {
  display: flex;
  align-items: center;
}
.other-banner .swiper .swiper-slide .text-box .p .line {
  width: 0.5rem;
  height: 2px;
  background-color: #fff;
}
.other-banner .swiper .swiper-slide .text-box .p p {
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 0.5);
  padding: 0 0.3rem;
  text-align: center;
}
.breadnavs {
  position: relative;
  z-index: 2;
  background-color: #f3f1f1;
}
.breadnavs .wrap {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  height: 0.6rem;
  padding-left: 3.4rem;
}
.breadnavs .wrap .page-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2.4rem;
  padding: 0.3rem;
  background: linear-gradient(to bottom, #00a0e9, #00a0e9);
  color: #fff;
}
.breadnavs .wrap .page-title h2 {
  font-size: 0.28rem;
  margin-bottom: 0.05rem;
}
.breadnavs .wrap .page-title p {
  font-size: 0.14rem;
  color: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.breadnavs .wrap .tab-change {
  display: flex;
  align-items: center;
  height: 100%;
}
.breadnavs .wrap .tab-change .tab-item {
  height: 100%;
}
.breadnavs .wrap .tab-change .tab-item.active a {
  color: #00a0e9;
  border-bottom: 1px solid #00a0e9;
}
.breadnavs .wrap .tab-change .tab-item:hover a {
  color: #00a0e9;
  border-bottom: 1px solid #00a0e9;
}
.breadnavs .wrap .tab-change .tab-item:not(:last-child) {
  margin-right: 0.5rem;
}
.breadnavs .wrap .tab-change .tab-item a {
  font-size: 0.16rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
}
.breadnavs .wrap .right-navs {
  display: flex;
  align-items: center;
  font-size: 0.14rem;
  color: #aaaaaa;
  margin-left: auto;
}
.breadnavs .wrap .right-navs ul {
  display: flex;
  align-items: center;
}
.breadnavs .wrap .right-navs ul li {
  font-size: 0.14rem;
  color: #aaaaaa;
}
.breadnavs .wrap .right-navs ul li:last-child {
  color: #00a0e9;
}
.breadnavs .wrap .right-navs ul li a {
  font-size: 0.14rem;
  color: #aaaaaa;
}
.rich-text img {
  display: block;
  max-width: 100%;
  height: auto !important;
  margin: 0 auto;
}
.rich-text p {
  line-height: 1.8em;
}
.common-content {
  padding: 0.7rem 0;
}
.common-content h2 {
  text-align: center;
  font-size: 0.4rem;
  margin-bottom: 0.6rem;
}
.team-content {
  padding: 2.25rem 0;
}
.team-content .teamlist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.2rem 0.5rem;
}
.team-content .teamlist li:hover a {
  color: #fff;
  background-color: #2fa3fe;
  transform: translateY(-0.1rem);
}
.team-content .teamlist li:hover a .to {
  filter: brightness(0) invert(1);
}
.team-content .teamlist li:hover a p {
  color: #fff;
}
.team-content .teamlist li a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.4rem 0.5rem 0.25rem;
  border: 1px solid #eeeeee;
  transition: 0.3s;
}
.team-content .teamlist li a .img-box {
  position: absolute;
  top: -1.41rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2.42rem;
  height: 2.42rem;
  border-radius: 50%;
  overflow: hidden;
}
.team-content .teamlist li a .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-content .teamlist li a .person {
  font-size: 0.26rem;
  margin-bottom: 0.1rem;
}
.team-content .teamlist li a .shenfen {
  font-size: 0.2rem;
  margin-bottom: 0.25rem;
}
.team-content .teamlist li a .line {
  width: 0.42rem;
  height: 2px;
  background-color: #dcdcdc;
  margin-bottom: 0.25rem;
  transition: 0.3s;
}
.team-content .teamlist li a p {
  font-size: 0.18rem;
  color: #999999;
  text-align: center;
  line-height: 1.8em;
  margin-bottom: 0.28rem;
  transition: 0.3s;
}
.team-content .teamlist li a .to {
  width: 0.44rem;
}
/*分页*/
.page {
  text-align: center;
  height: auto;
  margin: 0 0;
  margin-top: 0.8rem;
}
.page a {
  text-align: center;
  width: 0.32rem;
  height: 0.32rem;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  line-height: 0.32rem;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 0rem;
  font-size: 0.14rem;
  color: #333;
}
.page a.prev,
.page a.next {
  width: 0.32rem;
}
.page input {
  height: 0.32rem;
  line-height: 0.32rem;
  border: 1px solid #cccccc;
  width: 0.5rem;
  border-radius: 2px;
  text-align: center;
  box-sizing: border-box;
}
.page a:hover,
.page a.active {
  background: #00a0e9;
  border: 1px solid #00a0e9;
  color: #ffffff;
}
.page span {
  text-align: center;
  color: #00a0e9;
  font-size: 0.14rem;
}
.page span i {
  font-style: normal;
}
.page span {
  margin: 0 2px;
  color: #666;
}
.page input {
  width: 0.32rem;
  height: 0.32rem;
  background: #ffffff;
  border: 1px solid #cccccc;
  text-align: center;
  color: #333;
  border-radius: 4px;
  outline: none;
  font-size: 0.14rem;
}
.page .tz-btn {
  width: 0.5rem;
}
.page .ml10 {
  margin-left: 10px;
}
.page button:hover {
  background-color: #00a0e9;
  color: #ffffff;
}
.ry-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.7rem 0.25rem;
}
.ry-list li .img-box {
  height: 2.75rem;
  margin-bottom: 0.35rem;
}
.ry-list li .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ry-list li p {
  text-align: center;
  font-size: 0.16rem;
}
.cp-floor {
  padding: 0.6rem 0 1rem;
}
.cp-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.3rem;
}
.cp-list .news-item {
  background-color: #f3f1f1;
  transition: 0.3s;
}
.cp-list .news-item:hover {
  background-color: #00a0e9;
}
.cp-list .news-item:hover .text-box {
  color: #fff;
}
.cp-list .news-item:hover .text-box .news-p {
  color: #fff;
}
.cp-list .news-item:hover .text-box .more-btn {
  background-color: #fff;
  color: #000;
}
.cp-list .news-item .img-box {
  height: 3rem;
}
.cp-list .news-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cp-list .news-item .text-box {
  padding: 0.3rem 0.2rem;
}
.cp-list .news-item .text-box .news-title {
  font-size: 0.24rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.cp-list .news-item .text-box .news-p {
  font-size: 0.14rem;
  line-height: 1.8em;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 0.52rem;
  margin-bottom: 0.35rem;
}
.cp-list .news-item .text-box .more-btn {
  width: 1.2rem;
  height: 0.4rem;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #959595;
  font-size: 0.12rem;
  transition: 0.3s;
  margin: 0 auto;
}
.lc-list li {
  display: flex;
  padding: 0.25rem 2.4rem;
}
.lc-list li:nth-child(even) {
  background-color: #f2f2f2;
}
.lc-list li .year {
  font-size: 0.3rem;
  margin-right: 0.3rem;
}
.lc-list li .circle {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  border: 0.06rem solid #00a0e9;
  margin-right: 0.18rem;
}
.lc-list li .text-box {
  flex: 1;
}
.lc-list li .text-box .shijian {
  font-size: 0.2rem;
  font-weight: bold;
  margin-bottom: 0.15rem;
}
.lc-list li .text-box p {
  font-size: 0.16rem;
  color: #333333;
}
.fw-content .intro {
  font-size: 0.16rem;
  color: #666666;
  margin-bottom: 0.8rem;
  line-height: 1.8em;
  text-align: center;
}
.fw-content .fw-list .fw-item {
  background-color: #f2f2f2;
  display: flex;
}
.fw-content .fw-list .fw-item:not(:last-child) {
  margin-bottom: 0.3rem;
}
.fw-content .fw-list .fw-item:nth-child(even) {
  flex-direction: row-reverse;
}
.fw-content .fw-list .fw-item .img-box {
  width: 50%;
  height: 4rem;
}
.fw-content .fw-list .fw-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fw-content .fw-list .fw-item .text-box {
  padding: 0.6rem;
  width: 50%;
}
.fw-content .fw-list .fw-item .text-box .fw-title {
  display: flex;
  align-items: center;
}
.fw-content .fw-list .fw-item .text-box .fw-title img {
  margin-right: 0.2rem;
  display: block;
}
.fw-content .fw-list .fw-item .text-box .fw-title .right-text h3 {
  font-size: 0.24rem;
  margin-bottom: 0.02rem;
}
.fw-content .fw-list .fw-item .text-box .fw-title .right-text .title-en {
  font-size: 0.16rem;
  color: rgba(51, 51, 51, 0.6);
}
.fw-content .fw-list .fw-item .text-box .line {
  width: 0.4rem;
  height: 2px;
  background-color: #808080;
  margin: 0.4rem 0;
}
.fw-content .fw-list .fw-item .text-box p {
  font-size: 0.16rem;
  color: #666666;
  line-height: 2em;
}
.al-floor {
  padding: 0.9rem 0;
}
.al-floor .wrap .al-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem 0.5rem;
}
.al-floor .wrap .al-list li:hover .img-box img {
  transform: scale(1.1);
}
.al-floor .wrap .al-list li .img-box {
  height: 5rem;
  margin-bottom: 0.3rem;
  overflow: hidden;
}
.al-floor .wrap .al-list li .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.al-floor .wrap .al-list li p {
  font-size: 0.24rem;
}
.xw-floor {
  padding: 0.9rem 0;
  background-color: #f9f9f9;
}
.xw-floor .wrap .xw-list li {
  background-color: #fff;
  transition: 0.3s;
}
.xw-floor .wrap .xw-list li:not(:last-child) {
  margin-bottom: 0.25rem;
}
.xw-floor .wrap .xw-list li:hover {
  background-color: #00a0e9;
}
.xw-floor .wrap .xw-list li:hover a .img-box img {
  transform: scale(1.1);
}
.xw-floor .wrap .xw-list li:hover a .text-box {
  color: #fff;
}
.xw-floor .wrap .xw-list li:hover a .text-box p {
  color: #fff;
}
.xw-floor .wrap .xw-list li:hover a .text-box .date {
  color: #fff;
}
.xw-floor .wrap .xw-list li a {
  display: flex;
}
.xw-floor .wrap .xw-list li a .img-box {
  width: 3rem;
  height: 2.2rem;
  overflow: hidden;
}
.xw-floor .wrap .xw-list li a .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.xw-floor .wrap .xw-list li a .text-box {
  flex: 1;
  padding: 0.35rem 0.45rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.xw-floor .wrap .xw-list li a .text-box h3 {
  font-size: 0.24rem;
  margin-bottom: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.xw-floor .wrap .xw-list li a .text-box p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.14rem;
  color: #999999;
  line-height: 2em;
}
.xw-floor .wrap .xw-list li a .text-box .date {
  margin-top: auto;
  font-size: 0.14rem;
  color: #999999;
}
.container {
  padding: 0.64rem 0;
}
.container .wrap .newspaper-list p {
  font-size: 0.16rem;
  color: #333;
  line-height: 1.8em;
  text-align: justify;
  margin-bottom: 0.4rem;
}
.container .wrap .newspaper-list .top .title {
  font-weight: normal;
  text-align: center;
  font-size: 0.3rem;
  color: #000;
}
.container .wrap .newspaper-list .top .introduce {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.14rem;
  margin: 0.22rem 0;
  color: #666666;
}
.container .wrap .newspaper-list .top .introduce .release-date {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.container .wrap .newspaper-list .top .introduce div {
  padding: 0 0.2rem;
}
.container .wrap .newspaper-list .content {
  padding: 0.55rem 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #999;
  margin-bottom: 0.3rem;
}
.container .wrap .newspaper-list .content img {
  max-width: 100%;
  height: auto !important;
  display: block;
  margin: 0 auto;
}
.container .wrap .newspaper-list .gobtn {
  display: flex;
  justify-content: space-between;
  font-size: 0.16rem;
  color: #333;
}
.container .wrap .newspaper-list .gobtn div {
  cursor: pointer;
}
.container .wrap .newspaper-list .gobtn div:hover {
  color: #1296db;
}
.lx-floor {
  padding-top: 0.9rem;
}
.lx-floor .wrap {
  text-align: center;
  margin-bottom: 1rem;
}
.lx-floor .wrap .title {
  margin-bottom: 0.1rem;
}
.lx-floor .wrap p {
  text-align: center;
  font-size: 0.16rem;
  color: #777777;
}
.contact-box {
  display: flex;
  height: 5rem;
}
.contact-box .con-left {
  position: relative;
  width: 50%;
}
.contact-box .con-left .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.contact-box .con-left .text-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  padding-left: 1.6rem;
}
.contact-box .con-left .text-box .nr-box {
  color: #fff;
}
.contact-box .con-left .text-box .nr-box h3 {
  font-size: 0.22rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.contact-box .con-left .text-box .nr-box .lxfs-item {
  display: flex;
  align-items: center;
  font-size: 0.16rem;
}
.contact-box .con-left .text-box .nr-box .lxfs-item:not(:last-child) {
  margin-bottom: 0.24rem;
}
.contact-box .con-right {
  width: 50%;
  height: 100%;
}
.contact-box .con-right .map {
  width: 100%;
  height: 100%;
}
.hz-floor {
  padding: 1rem 0;
}
.hz-floor .title {
  margin-bottom: 0.7rem;
  text-align: center;
}
.hz-floor .hz-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.5rem;
}
.hz-floor .hz-list .hz-item {
  background-color: #fff;
  height: 0.9rem;
}
.hz-floor .hz-list .hz-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wt-list li {
  padding: 0.4rem 0;
}
.wt-list li:nth-child(even) {
  background-color: #f2f2f2;
}
.wt-list li .question {
  display: flex;
}
.wt-list li .question img {
  width: 0.3rem;
  height: max-content;
  margin-right: 0.2rem;
}
.wt-list li .question h3 {
  font-size: 0.24rem;
  margin-bottom: 0.2rem;
}
.wt-list li .answer {
  display: flex;
}
.wt-list li .answer img {
  width: 0.3rem;
  height: max-content;
  margin-right: 0.2rem;
}
.wt-list li .answer p {
  font-size: 0.16rem;
  color: #333333;
  line-height: 2em;
}
.download-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.4rem 0.5rem;
  background-color: #f2f2f2;
}
.download-list li:not(:last-child) {
  margin-bottom: 0.15rem;
}
.download-list li .wj-left h3 {
  font-size: 0.24rem;
  margin-bottom: 0.1rem;
}
.download-list li .wj-left p {
  font-size: 0.16rem;
}
.download-list li .download-btn a {
  display: flex;
  align-items: center;
  font-size: 0.18rem;
  color: #00a0e9;
}
.download-list li .download-btn a img {
  width: 0.3rem;
  margin-right: 0.18rem;
}
.bj-floor {
  padding: 0.3rem 0;
}
.bj-floor .wrap .title {
  margin-bottom: 0.1rem;
}
.bj-floor .wrap p {
  text-align: center;
  font-size: 0.16rem;
  color: #777777;
}
.bj-floor .wrap .form-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.bj-floor .wrap .input-item {
  position: relative;
  margin-right: 0.8rem;
  margin-bottom: 0.4rem;
}
.bj-floor .wrap .input-item:last-child {
  width: 100%;
  margin-right: 0;
}
.bj-floor .wrap .input-item:last-child input {
  width: 100%;
}
.bj-floor .wrap .input-item.active .label {
  top: 0;
  font-size: 0.12rem;
}
.bj-floor .wrap .input-item .label {
  font-size: 0.16rem;
  color: #999999;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  transition: 0.3s;
}
.bj-floor .wrap .input-item input {
  width: 3.2rem;
  height: 0.7rem;
  border: none;
  outline: none;
  border-bottom: 0.02rem solid #bfbfbf;
  transition: 0.3s;
}
.bj-floor .wrap .input-item input:focus {
  border-bottom: 0.02rem solid #15578d;
}
.bj-floor .wrap .submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bj-floor .wrap .submit-btn a {
  width: 1.6rem;
  height: 0.5rem;
  background-color: #1296db;
  color: #fff;
  font-size: 0.14rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.bj-floor .wrap .submit-btn a:hover {
  box-shadow: rgba(50, 50, 93, 0.5) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
.bj-floor .wrap .submit-btn button {
  width: 1.6rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  border: none;
  outline: none;
  background-color: #1296db;
  color: #fff;
  font-size: 0.14rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
}
.bj-floor .wrap .submit-btn button:hover {
  box-shadow: rgba(50, 50, 93, 0.5) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
