@charset "UTF-8";
.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 222222;
}

.header::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background: url("../images/bg_top.png") no-repeat center top;
  background-size: 100% 100%;
}

.header .d1 {
  transition: background ease 0.3s;
}

.header .d1 .wrap {
  padding: 0.2rem 0.3rem;
}

.header .d1 .logo img {
  width: 1.03rem;
}

.header .d1 .logo img.logo2 {
  display: none;
}

.header .d1 .lang {
  position: relative;
}

.header .d1 .lang a {
  color: #fff;
}

.header .d1 .lang i {
  width: 0.22rem;
  height: 0.22rem;
  margin-right: 0.11rem;
  flex-shrink: 0;
  background-position: center;
  background-size: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/lang1.png");
}

.header .d1 .lang .uk-drop {
  margin-top: 0;
  width: 1rem;
  padding: 0.1rem 0;
  display: none;
  position: absolute;
  right: -.1rem;
  top: 100%;
}

.header .d1 .lang .uk-drop .cont {
  background: #f8f8f8;
  margin-top: 0.2rem;
  padding-bottom: 0.1rem;
}

.header .d1 .lang .uk-drop a {
  display: block;
  text-align: center;
  padding: 0.02rem 0.2rem;
  color: #333;
}

.header .d1 .lang .uk-drop a.cur, .header .d1 .lang .uk-drop a:hover {
  color: var(--color) !important;
}

.header .d1 .lang:hover .uk-drop {
  display: block;
}

.header .d1 .nav > ul > li {
  margin: 0 0.45rem;
}

.header .d1 .nav > ul > li .v1 {
  position: relative;
  display: flex;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0.1rem 0;
}

.header .d1 .nav > ul > li .v1::after {
  content: "";
  width: 0;
  height: 2px;
  background: #1b3c4e;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: width ease 0.3s;
}

.header .d1 .nav > ul > li:hover .v1, .header .d1 .nav > ul > li.on .v1 {
  color: #1b3c4e;
  font-weight: bold;
}

.header .d1 .nav > ul > li:hover .v1::after, .header .d1 .nav > ul > li.on .v1::after {
  width: 100%;
}

.header .d1 .nav > ul > li .sub {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0;
  display: none;
  background-color: #fff;
}

.header .d1 .nav > ul > li .sub .dd {
  margin: 0 0.2rem;
}

.header .d1 .nav > ul > li .sub .dd .item-tit {
  margin-bottom: 0.14rem;
}

.header .d1 .nav > ul > li .sub .dd .item-tit a {
  color: #4d4d4d;
}

.header .d1 .nav > ul > li .sub .dd .item-cont .item-pic {
  width: 2.2rem;
  margin-right: 0.3rem;
  flex-shrink: 0;
  position: relative;
}

.header .d1 .nav > ul > li .sub .dd .item-cont .item-pic p {
  position: absolute;
  right: 0.2rem;
  bottom: 0.1rem;
  color: #8b8b8b;
}

.header .d1 .nav > ul > li .sub .dd .item-cont .item-pic a:hover p {
  color: #333;
}

.header .d1 .nav > ul > li .sub .dd .item-cont .item-list {
  flex-shrink: 0;
}

.header .d1 .nav > ul > li .sub .dd .item-cont .item-list ul {
  min-width: 1.4rem;
}

.header .d1 .nav > ul > li .sub .dd .item-cont .item-list li {
  margin: 0 0 0.06rem 0;
}

.header .d1 .nav > ul > li .sub .dd .item-cont .item-list li a {
  color: #8b8b8b;
}

.header .d1 .nav > ul > li .sub .dd .item-cont .item-list li:hover a {
  color: #333;
}

.header .d1 .nav > ul > li .sub .dd:nth-child(1) {
  margin-left: 0.7rem;
}

.header.on .d1, .header.act .d1, .header.fix2 .d1, .header.fix .d1 {
  background: #fff;
}

.header.on .d1 .logo img.logo1, .header.act .d1 .logo img.logo1, .header.fix2 .d1 .logo img.logo1, .header.fix .d1 .logo img.logo1 {
  display: none;
}

.header.on .d1 .logo img.logo2, .header.act .d1 .logo img.logo2, .header.fix2 .d1 .logo img.logo2, .header.fix .d1 .logo img.logo2 {
  display: inline-block;
}

.header.on .d1 .nav .v1, .header.act .d1 .nav .v1, .header.fix2 .d1 .nav .v1, .header.fix .d1 .nav .v1 {
  color: #4d4d4d;
}

.header.on .d1 .lang, .header.act .d1 .lang, .header.fix2 .d1 .lang, .header.fix .d1 .lang {
  color: #656565;
}

.header.on .d1 .lang a, .header.act .d1 .lang a, .header.fix2 .d1 .lang a, .header.fix .d1 .lang a {
  color: #656565;
}

.header.on .d1 .lang i, .header.act .d1 .lang i, .header.fix2 .d1 .lang i, .header.fix .d1 .lang i {
  background-image: url("../images/lang2.png");
}

/* 新闻列表 */
.inner-slide img {
  width: 100%;
}

.bgt,
.bgt1 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.news-type {
  margin-bottom: 0.4rem;
}

.news-type .subcat li {
  margin-left: 0.2rem;
}

.news-type .subcat li a {
  padding: 0.1rem 0.45rem;
  background: #f0f0f0;
  border-radius: 0.23rem;
  transition: background 0.3s ease-in-out;
}

.news-type .subcat li:hover a, .news-type .subcat li.active a {
  background: linear-gradient(90deg, #68cec4, #38a1b4);
  color: #fff;
}

.date {
  color: #bdbdbd;
}

.date i {
  width: 0.16rem;
  height: 0.16rem;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  margin-right: 0.07rem;
  background-image: url("../images/icon_date1.png");
}

.item:hover .date {
  color: var(--color);
}

.item:hover .date i {
  background-image: url("../images/icon_date2.png");
}

.vmore1 {
  height: 0.5rem;
  background: linear-gradient(90deg, #68cec4, #38a1b4);
  border-radius: 0.05rem;
  color: #fff;
  padding: 0 0.16rem;
}

.vmore1 i {
  margin-left: 0.6rem;
  width: 0.21rem;
  height: 0.09rem;
  background-repeat: no-repeat;
  background-image: url("../images/icon_yjt.png");
  background-size: 100% 100%;
}

.vmore1:hover {
  opacity: 0.88;
  color: #fff;
}

.news .news1 {
  margin-bottom: 0.5rem;
}

.news .news1 .item {
  background: #f0f0f0;
}

.news .news1 .item .item-col1 .fitImg2 {
  height: 5.9rem;
}

.news .news1 .item .item-col2 {
  width: 4.8rem;
  flex-shrink: 0;
  padding: 0.9rem 0.5rem;
}

.news .news1 .item .item-col2 .date {
  margin: 0.18rem 0 0.27rem;
}

.news .news1 .item .item-col2 .item-desc {
  color: #838383;
  line-height: 2;
  -webkit-line-clamp: 3;
}

.news .news1 .item .item-col2 .link {
  margin-top: 1rem;
  justify-content: flex-end;
}

.news .news1 .item .item-col2:hover .item-tit {
  color: var(--color);
}

.news .news1 .swiper-pagination {
  width: 68%;
  bottom: 0.3rem;
}

.news .news1 .swiper-pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  background: #fff;
  opacity: 1;
  transition: background ease 0.3s;
  border-radius: 50%;
}

.news .news1 .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.4rem;
  border-radius: 0.05rem;
  background: var(--color);
}

.news .news2 .item {
  margin-bottom: 0.16rem;
}

.news .news2 .item .item-tit {
  margin: 0.2rem 0 0.14rem;
  -webkit-line-clamp: 3;
  min-height: 0.9rem;
}

.pages {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.6rem;
  color: #748185;
}

.pages .page-btn {
  height: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.12rem;
  background: #f4f4f4;
  border-radius: 0.04rem;
  border: 1px solid #e8ecee;
  cursor: pointer;
  transition: all 0.3s ease;
}

.pages .page-btn:hover {
  color: var(--color);
}

.pages .page-btn.disabled {
  cursor: not-allowed;
}

.pages .page-btn.prev {
  border-radius: 0.03rem 0 0 0.03rem;
}

.pages .page-btn.next {
  border-radius: 0 0.03rem 0.03rem 0;
}

.pages .page-info {
  height: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.16rem;
  background: #fff;
  border-top: 1px solid #e8ecee;
  border-bottom: 1px solid #e8ecee;
}

.pages .page-jump {
  display: flex;
  align-items: center;
  margin-left: 0.3rem;
  font-size: 0.16rem;
  color: #748185;
}

.pages .page-jump .jump-input {
  width: 0.8rem;
  height: 0.4rem;
  text-align: center;
  border: 1px solid #e0e0e0;
  border-radius: 0.04rem;
  margin: 0 0.1rem;
}

.pages .page-jump .jump-btn {
  height: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.12rem;
  background: #f4f4f4;
  border-radius: 0.04rem;
  border: 1px solid #e8ecee;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-left: 0.2rem;
}

.pages .page-jump .jump-btn:hover {
  color: var(--color);
}

/* footer */
.footer {
  background: #0c0f12;
  color: #fff;
  width: 100%;
  position: relative;
  z-index: 22;
  padding: 0.3rem 0;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: rgba(255, 255, 255, 0.88);
}

.footer .ft1 .link a {
  margin-right: 0.6rem;
}

.footer .ft1 .copyright {
  margin-top: 0.25rem;
  color: rgba(255, 255, 255, 0.35);
}

.footer .ft1 .copyright a {
  color: rgba(255, 255, 255, 0.35);
}

.footer .ft1 .copyright a:hover {
  color: rgba(255, 255, 255, 0.65);
}

.footer .ft1 .copyright .bq {
  margin: 0 0.2rem;
}

.footer .share li {
  margin-left: 0.24rem;
  position: relative;
}

.footer .share li i {
  width: 0.23rem;
  height: 0.23rem;
  display: block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.footer .share li:nth-child(1) i {
  background-image: url("../images/icon_fx1.png");
}

.footer .share li:nth-child(1) .qrcode {
  position: absolute;
  right: 0;
  bottom: 100%;
  margin-bottom: 0.1rem;
  width: 1.5rem;
  height: 1.5rem;
  background: #fff;
  border-radius: 0.05rem;
  padding: 0.08rem;
  box-shadow: 0 0.05rem 0.2rem rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.1rem);
  transition: all 0.3s ease;
}

.footer .share li:nth-child(1) .qrcode img {
  width: 100%;
  height: 100%;
  display: block;
}

.footer .share li:nth-child(1) .qrcode::after {
  content: "";
  position: absolute;
  right: 0.15rem;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 0.1rem solid transparent;
  border-right: 0.1rem solid transparent;
  border-top: 0.1rem solid #fff;
}

.footer .share li:nth-child(1):hover .qrcode {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.footer .share li:nth-child(2) i {
  background-image: url("../images/icon_fx2.png");
}

.footer .share li:nth-child(3) i {
  background-image: url("../images/icon_fx3.png");
}

.footer .share li:nth-child(4) i {
  background-image: url("../images/icon_fx4.png");
}

.footer .share li:hover i {
  opacity: 0.88;
}

.footer .ft2 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.24rem;
}

.footer .ft2 a {
  color: rgba(255, 255, 255, 0.5);
}

.footer .ft2 .ft-nav li {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-align: left;
}

.footer .ft2 .ft-nav li .tit {
  padding: 0.35rem 0;
  margin-bottom: 0;
  position: relative;
  font-size: 0.28rem;
}

.footer .ft2 .ft-nav li .tit > a {
  width: 85%;
  display: block;
  color: #fff;
}

.footer .ft2 .ft-nav li .tit i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  text-align: right;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.22rem;
  font-weight: bold;
  transition: all 0.3s ease;
}

.footer .ft2 .ft-nav li ul {
  display: none;
  margin-top: -0.1rem;
  padding: 0 0 0.1rem 0.1rem;
}

.footer .ft2 .ft-nav li ul li {
  border: 0;
  padding: 0;
  margin: 0.2rem 0;
  width: 100%;
  font-size: 0.24rem;
  text-align: left;
}

.footer .ft2 .ft-nav li ul li a {
  display: block;
  margin: 0.05rem 0;
}

.footer .ft2 .ft-nav li.on .tit i::before {
  content: "\e632";
}

.footer .ft2 .link {
  padding: 0.67rem 0 0.38rem;
  text-align: center;
}

.footer .ft2 .link span {
  margin: 0 0.25rem;
}

.footer .ft2 .copyright {
  text-align: center;
  margin-bottom: 0.35rem;
}

.footer .ft2 .share {
  padding-bottom: 0.2rem;
  position: relative;
}

.footer .ft2 .share li i {
  width: 0.5rem;
  height: 0.5rem;
}

.footer .ft2 .share .lang {
  width: 1rem;
  height: 1rem;
  background: url("../images/lang.png") no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  bottom: 0.02rem;
  color: #fff;
  font-weight: bold;
}

.bg-rel {
  position: relative;
  z-index: 1;
}

.bg-rel .bgt {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

/* news-detail */
.news-detail .crumbs {
  padding: 0.28rem 0;
  color: #a2a2a2;
}

.news-detail .crumbs a {
  color: #a2a2a2;
}

.news-detail .crumbs span {
  color: #1b3c4e;
}

.news-detail .news-tit {
  text-align: center;
  margin: 0.25rem 0 0 0;
  line-height: 1.5;
}

.news-detail .news-date {
  color: #a2a2a2;
  margin: 0.2rem 0 0.27rem;
}

.news-detail .news-date span {
  margin: 0 0.18rem;
}

.news-detail .news-back {
  margin-bottom: 0.4rem;
}

.news-detail .news-back a {
  padding: 0 0.5rem;
  height: 0.4rem;
  background: linear-gradient(90deg, #68cec4, #38a1b4);
  border-radius: 0.2rem;
  color: #fff;
}

.news-detail .news-back a i {
  width: 0.22rem;
  height: 0.22rem;
  margin: 0 0.1rem 0 0;
  background: url("../images/icon_back.png") no-repeat center;
  background-size: 100% 100%;
}

.news-detail .news-info img {
  max-width: 100% !important;
  height: auto !important;
}

.news-detail .news-sxp {
  margin: 0.4rem 0 0.65rem;
}

.news-detail .news-sxp li {
  margin-bottom: 0.15rem;
}

.news-detail .news-sxp li a {
  padding: 0.15rem 0.13rem;
  background: #f5f5f5;
  color: #8a8a8a;
}

.news-detail .news-sxp li a span {
  width: 13px;
  height: 13px;
  margin-right: 0.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #50b7bc;
  border-radius: 50%;
  flex-shrink: 0;
}

.news-detail .news-sxp li a span i {
  width: 0.06rem;
  height: 0.07rem;
  background-position: center;
  background-size: 100% 100%;
}

.news-detail .news-sxp li a span.jt1 i {
  background-image: url("../images/icon_jt1.png");
}

.news-detail .news-sxp li a span.jt2 i {
  background-image: url("../images/icon_jt2.png");
}

.news-detail .news-sxp li:hover a {
  color: var(--color);
}

/* notice */
.notice .list li a {
  display: flex;
}

.notice .list li .item {
  flex: 1;
  overflow: hidden;
  background: #f0f0f0;
  padding: 0.35rem 0.4rem 0.3rem 0.4rem;
  transition: ease 0.3s;
}

.notice .list li .item .item-tit {
  line-height: 1.65;
  height: 4.95em;
  -webkit-line-clamp: 3;
}

.notice .list li .item .item-date {
  padding-top: 0.24rem;
  margin-top: 0.25rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.notice .list li .item:hover {
  background: #fff;
  box-shadow: 0rem 0rem 0.2rem 0rem rgba(0, 0, 0, 0.1);
}

.notice .list li .item:hover .item-date {
  border-color: var(--color);
}

.full-page {
  height: 100vh;
}

.full-page .swiper-container,
.full-page .swiper-slide,
.full-page .swiper-slide {
  height: 100%;
}

.full-page .swiper-container .item,
.full-page .swiper-slide .item,
.full-page .swiper-slide .item {
  height: 100%;
  text-align: center;
  color: #fff;
}

.full-page .swiper-container .item .item-tit,
.full-page .swiper-slide .item .item-tit,
.full-page .swiper-slide .item .item-tit {
  margin-top: -2.5rem;
}

.full-page .swiper-slide {
  position: relative;
}

.full-page .swiper-slide .footer {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 22;
}

/* jisu */
.jisu .item {
  width: 100%;
  color: #fff;
  position: relative;
  z-index: 1;
}

.jisu .item .bgt {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.jisu .item .info {
  line-height: 1.65;
  text-align: left;
  max-width: 5.08rem;
}

.jisu .item .info p {
  margin-bottom: 0.2rem;
}

.jisu .item.page1 .tit1 {
  padding-right: 0.35rem;
  margin-right: 0.35rem;
  position: relative;
}

.jisu .item.page1 .tit1::after {
  content: "";
  width: 0.12rem;
  height: 0.12rem;
  background: #eef3f0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.jisu .item.page1 .info {
  max-width: 75%;
}

.jisu .item.page1 .info .desc {
  color: rgba(255, 255, 255, 0.75);
}

.jisu .item.page1 .info .tips {
  color: rgba(255, 255, 255, 0.5);
}

.jisu .swiper-slide .info .desc {
  margin: 0.3rem 0 0.65rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.8;
}

.jisu .swiper-slide .info .tips {
  color: rgba(255, 255, 255, 0.35);
}

.jisu .swiper-slide:nth-child(2n) .info {
  float: right;
}

.g-tit {
  font-weight: bold;
  margin-bottom: 0.6rem;
}

.jiameng .page1 {
  padding-top: 2.4rem;
}

.jiameng .page1 .info {
  max-width: 100% !important;
}

.jiameng .page2 .info {
  float: right;
}

.jiameng .page2 .info .desc {
  color: #f4f4f4;
  line-height: 2;
  margin-top: 0.25rem;
}

.jiameng .jm2 li {
  display: flex;
}

.jiameng .jm2 .item {
  flex: 1;
  overflow: hidden;
  text-align: center;
  background: #f0f0f0;
  border-radius: 0.5rem 0rem 0.5rem 0rem;
  padding: 0.75rem 0.4rem;
  color: #7b7b7b;
  transition: ease 0.3s;
}

.jiameng .jm2 .item .icon {
  margin-bottom: 0.4rem;
}

.jiameng .jm2 .item .icon img {
  width: 0.86rem;
}

.jiameng .jm2 .item:hover {
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.jiameng .jm3 {
  text-align: center;
  color: #fff;
}

.jiameng .jm3 .jm3-txt2 {
  margin: 0.84rem 0;
}

.jiameng .jm3 .jm3-btn a {
  padding: 0.11rem 0.35rem;
  background: #fff;
  color: #39a1b4;
  border-radius: 0.35rem;
  transition: ease 0.3s;
}

.jiameng .jm3 .jm3-btn a img {
  width: 0.2rem;
  flex-shrink: 0;
  margin-right: 0.08rem;
}

.jiameng .jm3 .jm3-btn a:hover {
  opacity: 0.88;
}

.contact {
  height: 100vh;
  color: #fff;
}

.contact .g-tit {
  margin-bottom: 2.5rem;
}

.contact .list {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0.5rem 0rem 0.5rem 0rem;
  padding: 0.5rem 0.1rem;
  text-align: center;
}

.contact .list li {
  position: relative;
}

.contact .list li::after {
  content: "";
  width: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1.2rem;
  background: rgba(255, 255, 255, 0.2);
}

.contact .list li:last-child::after {
  display: none;
}

.contact .list .item .icon img {
  width: 0.6rem;
}

.contact .list .item .tit {
  margin: 0.25rem 0 0.06rem;
  color: rgba(255, 255, 255, 0.5);
}

/* zhongka */
.zhongka {
  height: 100vh;
  overflow: hidden;
}

.zhongka .wp,
.zhongka .wrap {
  height: 100%;
}

.zhongka .col1 {
  width: 3.53rem;
  height: 100%;
}

.zhongka .col2 {
  width: 6.2rem;
  flex-shrink: 0;
  margin: auto;
  color: #fff;
}

.zhongka .col2 .zk-logo img {
  width: 5.18rem;
}

.zhongka .col2 .zk-desc {
  margin: 0.55rem 0 1.1rem;
  text-align: center;
  line-height: 2;
}

.zhongka .col2 .zk-qrcode {
  width: 100%;
  text-align: center;
}

.zhongka .col2 .zk-qrcode li {
  max-width: 2.08rem;
}

.zhongka .col2 .zk-qrcode li .desc {
  color: rgba(255, 255, 255, 0.5);
  margin: 0.06rem 0 0.25rem;
}

.zhongka .col2 .zk-qrcode li .ewm {
  margin-bottom: 0.1rem;
}

.full-h {
  height: 100vh;
}

/* product */
.pro-slide {
  height: 100vh;
}

.pro-slide .pro-tit img {
  width: 1.6rem;
  flex-shrink: 0;
}

.pro-slide .pro-tit .type {
  padding-left: 0.3rem;
  margin-left: 0.3rem;
  color: #fff;
  position: relative;
}

.pro-slide .pro-tit .type::before {
  content: "";
  width: 1px;
  height: 70%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.pro-slide .g-btn01 {
  position: absolute;
  bottom: 0.65rem;
  width: 100%;
  left: 0;
}

.g-btn01 a {
  padding: 0 0.33rem;
  height: 0.4rem;
  background: #ee7d2a;
  border-radius: 0.25rem;
  color: #fff;
}

.g-btn01 a img {
  flex-shrink: 0;
  width: 0.22rem;
  margin-right: 0.08rem;
}

.g-btn01 a:hover {
  opacity: 0.88;
}

.product .pro-box1 {
  background: #f4f4f4;
  padding: 1.5rem 0 0.05rem;
}

.product .pro-box1 .wrap {
  padding: 0 0.6rem;
}

.product .pro-box1 .pro1 {
  text-align: center;
  padding-bottom: 1rem;
}

.product .pro-box1 .pro1 .pro1-tit {
  margin-bottom: 0.64rem;
}

.product .pro-box1 .pro1 .pro1-tit .desc {
  color: #636363;
  margin-top: 0.1rem;
}

.product .pro-box1 .pro1 .pro1-pic {
  position: relative;
  margin: 0.6rem 0 0.8rem;
  z-index: 1;
}

.product .pro-box1 .pro1 .pro1-pic .en {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
}

.product .pro-box1 .pro1 .pro1-tips {
  color: #636363;
}

.product .pro-box1 .pro2 {
  margin-bottom: 0.6rem;
  position: relative;
}

.product .pro-box1 .pro2 .item {
  min-height: 9rem;
  padding: 0 1.1rem;
  color: #fff;
}

.product .pro-box1 .pro2 .item .info {
  max-width: 7rem;
  margin-top: -1.3rem;
}

.product .pro-box1 .pro2 .item .info .txt2 {
  margin: -0.02rem 0 0;
  font-size: 0.5rem;
}

.product .pro-box1 .pro2 .item .info .desc {
  color: rgba(255, 255, 255, 0.5);
  margin: 0.5rem 0;
}

.product .pro-box1 .pro2 .item .info .desc li {
  margin-bottom: 0.3rem;
}

.product .pro-box1 .pro2 .item .info .tips {
  color: rgba(255, 255, 255, 0.35);
}

.product .pro-box1 .pro2 .item .info .cont {
  max-width: 5.5rem;
}

.product .pro-box1 .pro2 .tabs {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.product .pro-box1 .pro2 .tabs li {
  cursor: pointer;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.1rem 0;
  transition: background ease 0.3s;
}

.product .pro-box1 .pro2 .tabs li:last-child {
  border-right: 0;
}

.product .pro-box1 .pro2 .tabs li .desc {
  color: rgba(255, 255, 255, 0.5);
  margin-top: -0.05rem;
}

.product .pro-box1 .pro2 .tabs li.active {
  background: linear-gradient(90deg, #68cec4, #38a1b4);
}

.product .pro-box1 .pro02 .info .txt2 {
  max-width: 7.2rem !important;
}

.product .pro3 {
  text-align: center;
  color: #fff;
  padding-top: 1.4rem;
}

.product .pro3 .slide-txt {
  line-height: 1.5;
}

.product .pro4 {
  overflow: hidden;
  position: relative;
  margin: 1.6rem 0;
}

.product .pro4 .jt {
  width: 0.5rem;
  height: 0.5rem;
  background: #fff;
  box-shadow: 0rem 0.05rem 0.05rem 0rem rgba(0, 0, 0, 0.07);
  border-radius: 0.1rem;
  border: 0.01rem solid #e5e5e5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}

.product .pro4 .jt.prev {
  left: 3.4rem;
}

.product .pro4 .jt.next {
  right: 3.4rem;
}

.product .pro4 .jt:hover {
  background: url("../images/btn_hover.jpg") no-repeat;
  background-size: 100% 100%;
  color: #fff;
  border-color: transparent;
}

.product .pro4 .slides {
  margin: 0 -45%;
}

.product .pro4 .slides .swiper-slide .item-txt {
  opacity: 0;
}

.product .pro4 .slides .swiper-slide.swiper-slide-next .item-txt {
  opacity: 1;
}

.product .pro4 .item {
  position: relative;
  z-index: 1;
  height: 6.6rem;
}

.product .pro4 .item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: url("../images/mask1.png") no-repeat;
  background-size: 100% 100%;
}

.product .pro4 .item .item-txt {
  height: 100%;
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  padding: 0.45rem 0.15rem;
}

.product .pro5 {
  padding: 2rem 0 1.02rem;
  color: #fff;
}

.product .pro5 .pro5-cont {
  margin: 1.5rem 0 1.4rem;
  text-align: center;
}

.product .pro5 .pro5-cont li .item {
  position: relative;
}

.product .pro5 .pro5-cont li .item .item-desc {
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0.6rem;
  line-height: 2;
}

.product .pro5 .pro5-cont li .item::after, .product .pro5 .pro5-cont li .item::before {
  content: "";
  width: 1px;
  height: 85%;
  right: 0;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.product .pro5 .pro5-cont li .item::before {
  opacity: 0;
  left: 0;
  right: auto;
}

.product .pro5 .pro5-cont li:first-child .item::before {
  opacity: 1;
}

.product .pro5 .pro5-tips {
  margin-bottom: 0.7rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.35);
}

.product .pro5 .pro5-btns a {
  height: 0.4rem;
  border-radius: 0.2rem;
  border: 1px solid #ffffff;
  padding: 0 0.2rem;
  color: #fff;
}

.product .pro5 .pro5-btns a img {
  width: 0.16rem;
  margin-right: 0.18rem;
}

.product .pro5 .pro5-btns a:hover {
  background: #000;
}

/* 产品详情 */
.product-info .tabcont {
  display: none;
}

.product-info .tabcont:nth-child(1) {
  display: block;
}

.product-info .tabcont .dl {
  margin-bottom: -2px;
}

.product-info .tabcont .dl .dt, .product-info .tabcont .dl>p {
  background: #f0f0f0;
  padding: 0.12rem 0.17rem;
  font-weight: bold;
  color: #303030;
}

.product-info .tabcont .dl table {
  width: 100%;
}

.product-info .tabcont .dl table td {
  padding: 0.18rem 0.18rem;
  color: #6b6b6b;
  border-bottom: 1px solid #f0f0f0;
}

.product-info .tabcont .dl table td:nth-child(1) {
  width: 35%;
}

.product-info .tabcont .legend {
  padding: 0.23rem 0 1rem;
  color: #6b6b6b;
}

/* drive */
.drive .wp {
  height: 100%;
}

.drive .form {
  width: 5rem;
  background: rgba(12, 15, 18, 0.9);
  color: #fff;
  padding: 0.5rem;
}

.drive .form .form-title {
  margin-bottom: 0.45rem;
}

.drive .form .form-item {
  display: flex;
  align-items: center;
  padding: 0.24rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.drive .form .form-item .form-label {
  color: #a0a0a0;
  width: 0.9rem;
  flex-shrink: 0;
}

.drive .form .form-item .form-field {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
}

.drive .form .form-item .form-field .form-select {
  width: 100%;
  background: transparent;
  color: #a0a0a0;
  font-size: inherit;
  cursor: pointer;
  outline: none;
  background: url("../images/icon_xl2.png") no-repeat right center;
  background-size: 0.13rem;
  appearance: none;
  padding: 0 0.02rem;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.drive .form .form-item .form-field .form-select option {
  background: #0c0f12;
  color: #a0a0a0;
  padding: 0 0.1rem;
}

.drive .form .form-item .form-field .form-input {
  width: 100%;
  font-size: inherit;
  background: transparent;
  color: #a0a0a0;
}

.drive .form .form-item .form-field .form-input::-webkit-input-placeholder {
  color: #4f4f4f;
}

.drive .form .form-item .form-field .form-arrow {
  width: 0.1rem;
  height: 0.1rem;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transform: rotate(-45deg);
  margin-left: 0.1rem;
  flex-shrink: 0;
}

.drive .form .form-item .form-field .form-location {
  color: var(--color);
  flex-shrink: 0;
  margin-left: 0.2rem;
}

.drive .form .form-item .form-field .form-location i {
  margin-left: 0.05rem;
}

.drive .form .form-item .form-field .form-location:hover {
  opacity: 0.8;
}

.drive .form .form-item .form-field .form-location .form-location-icon {
  width: 0.14rem;
  height: 0.18rem;
  margin-left: 0.07rem;
  background-position: center;
  background-size: 100% 100%;
  background-image: url("../images/icon_dz.png");
}

.drive .form .form-item .form-field .form-code-btn {
  background: transparent;
  color: var(--color);
  flex-shrink: 0;
  margin-left: 0.2rem;
  cursor: pointer;
}

.drive .form .form-item .form-field .form-code-btn:hover {
  opacity: 0.8;
}

.drive .form .form-item .form-field .form-code-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.drive .form .form-agree {
  display: flex;
  align-items: flex-start;
  padding: 0.3rem 0;
}

.drive .form .form-agree .ck {
  width: 0.2rem;
  height: 0.2rem;
  flex-shrink: 0;
  cursor: pointer;
  margin: 0.05rem 0.15rem 0 0;
  background-position: center;
  background-size: 100% 100%;
  background-image: url("../images/ck1.png");
}

.drive .form .form-agree .ck.check {
  background-image: url("../images/ck2.png");
}

.drive .form .form-agree .form-checkbox-label {
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.6;
}

.drive .form .form-agree .form-checkbox-label a {
  color: var(--color);
}

.drive .form .form-submit {
  width: 100%;
  height: 0.46rem;
  background: linear-gradient(90deg, #68cec4, #38a1b4);
  color: #fff;
  border-radius: 0.3rem;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.drive .form .form-submit:hover {
  opacity: 0.88;
}

/* service */
.service .list {
  max-width: 6.3rem;
}

.service .list li {
  margin-bottom: 0.35rem;
  transition: ease 0.3s;
  opacity: 0.9;
  border: 1px solid transparent;
  padding: 3px;
}

.service .list li .item {
  background: rgba(12, 15, 18, 0.9);
  color: #fff;
  padding: 0.4rem 0.48rem 0.45rem 0.48rem;
}

.service .list li .item .item-tit {
  margin-bottom: 0.2rem;
}

.service .list li .item .item-tit .info .desc {
  color: #39a1b4;
}

.service .list li .item .item-tit .icon img {
  width: 0.58rem;
  filter: brightness(0) saturate(100%) invert(57%) sepia(13%) saturate(268%) hue-rotate(149deg) brightness(92%) contrast(87%);
}

.service .list li .item .item-desc {
  color: rgba(255, 255, 255, 0.5);
}

.service .list li:hover {
  border-image: linear-gradient(90deg, #68cec4, #39a1b4) 1 1;
}

.service .list li:hover .item .item-tit .icon img {
  filter: none;
}

/* map */
.map-page {
  display: flex;
  position: relative;
}

.map-page .map-sidebar {
  width: 4.1rem;
  z-index: 999;
  position: absolute;
  max-height: 75vh;
  left: 2.1rem;
  top: 54%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}

.map-page .map-sidebar .sidebar-header {
  margin-bottom: 0.1rem;
}

.map-page .map-sidebar .sidebar-header .select-row {
  display: flex;
  gap: 0.1rem;
}

.map-page .map-sidebar .sidebar-header .select-row select {
  flex: 1;
  font-size: 0.16rem;
  height: 0.42rem;
  background: #fff;
  box-shadow: 0rem 0.05rem 0.1rem 0rem rgba(0, 0, 0, 0.05);
  border-radius: 0.1rem;
  padding: 0 0.12rem;
  color: #333;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("../images/icon_xl.png");
  background-repeat: no-repeat;
  background-position: right 0.1rem center;
  background-size: 0.12rem;
}

.map-page .map-sidebar .sidebar-header .select-row select:focus {
  outline: none;
  border-color: var(--color);
}

.map-page .map-sidebar .store-list {
  background: #ffffff;
  box-shadow: 0rem 0.05rem 0.1rem 0rem rgba(0, 0, 0, 0.05);
  border-radius: 0.1rem;
  flex: 1;
  overflow-y: auto;
  padding: 0.15rem 0.25rem;
}

.map-page .map-sidebar .store-list .store-item {
  padding: 0.18rem 0;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.map-page .map-sidebar .store-list .store-item .store-name {
  font-weight: bold;
  color: #3b3b3b;
  margin-bottom: 0.08rem;
  font-size: 0.18rem;
}

.map-page .map-sidebar .store-list .store-item .store-phone {
  color: #757575;
  font-size: 0.14rem;
  margin-bottom: 0.06rem;
}

.map-page .map-sidebar .store-list .store-item .store-address {
  color: #999;
  font-size: 0.13rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.map-page .map-sidebar .store-list .store-item.active .store-name {
  color: #39a1b4;
}

.map-page .map-container {
  flex: 1;
  height: 100%;
}

/* about */
.about .ab1 {
  color: #fff;
  padding-top: 1.2rem;
}

.about .ab2 .info {
  max-width: 6.1rem;
  color: #fff;
}

.about .ab2 .info .desc {
  margin-top: 0.3rem;
  line-height: 2;
}

.about .ab3 {
  background: #f4f4f4;
}

.about .ab3 .list li {
  margin-bottom: 1.65rem;
}

.about .ab3 .list li .item .item-tit {
  padding: 0 0 0.34rem 0.47rem;
}

.about .ab3 .list li .item .item-tit .post {
  margin-left: 0.32rem;
}

.about .ab3 .list li .item .item-cont {
  background: #fff;
  padding: 0.59rem 3.9rem 0.59rem 0.5rem;
  border-radius: 0.5rem 0rem 0.5rem 0rem;
  position: relative;
  color: #7c7c7c;
  line-height: 2;
}

.about .ab3 .list li .item .item-cont .avatar {
  width: 2.43rem;
  position: absolute;
  right: 0.8rem;
  top: 30%;
  transform: translateY(-50%);
}

.about .ab3 .list li:last-child {
  margin-bottom: 0.7rem;
}

.about .ab4 .list li .item {
  padding: 3.8rem 0.5rem;
  color: #fff;
  position: relative;
  z-index: 1;
}

.about .ab4 .list li .item .dz {
  margin-top: 0.15rem;
}

.about .ab4 .list li .item .dz span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.3rem;
  background: linear-gradient(90deg, #68cec4, #38a1b4);
  border-radius: 0.15rem;
  padding: 0 0.15rem;
  min-width: 1.2rem;
}

.about .ab4 .list li .item::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  transition: background ease 0.3s;
  z-index: -1;
}

.about .ab4 .list li .item:hover::before {
  background: url("../images/mask2.png") no-repeat;
  background-size: cover;
}

.about .ab4 .list li .item:hover .dz span {
  background: #fff;
  color: var(--color);
}

.about .ab5 {
  color: #fff;
}

.about .ab5 .gallery-top {
  margin: 0.8rem 0 0.9rem;
}

.about .ab5 .gallery-top .item .fitImg2 {
  height: 3.8rem;
}

.about .ab5 .gallery-top .item .item-info {
  background: rgba(0, 0, 0, 0.3);
  padding: 0.45rem;
  flex: 1;
  overflow: hidden;
}

.about .ab5 .gallery-top .item .item-info li {
  margin-bottom: 0.45rem;
}

.about .ab5 .gallery-top .item .item-info li .tit {
  font-size: 0.24rem;
  font-weight: bold;
}

.about .ab5 .gallery-top .item .item-info li .cont {
  font-size: 0.18rem;
  padding-left: 0.25rem;
}

.about .ab5 .thumbs1 {
  padding: 0.2rem 0;
}

.about .ab5 .thumbs1 .swiper-container {
  overflow: hidden;
}

.about .ab5 .thumbs1 .swiper-wrapper {
  transition: transform 0.3s ease;
}

.about .ab5 .thumbs1 .swiper-slide {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 0.48rem;
  display: flex;
  height: 1rem;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.4);
  transition: all 0.3s ease;
  cursor: pointer;
}

.about .ab5 .thumbs1 .swiper-slide-active,
.about .ab5 .thumbs1 .active {
  color: #fff;
  font-size: 0.72rem;
}

.about .ab5 .thumbs2 {
  position: relative;
  text-align: center;
}

.about .ab5 .thumbs2 .swiper-wrapper {
  justify-content: center;
}

.about .ab5 .thumbs2 .swiper-slide {
  padding-bottom: 0.5rem;
  position: relative;
  cursor: pointer;
  transition: color 0.3s ease;
}

.about .ab5 .thumbs2 .swiper-slide::after {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  background: #68cec4;
  border-radius: 50%;
  position: absolute;
  bottom: 0.1rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}

.about .ab5 .thumbs2 .swiper-slide.active {
  color: #68cec4;
}

.about .ab5 .thumbs2 .swiper-slide.active::after {
  opacity: 1;
}

.about .ab5 .thumbs2::after {
  content: "";
  width: 100%;
  border-bottom: 0.02rem dashed rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: 0.2rem;
  left: 0;
  height: 3px;
}

.about .ab5 .jt i {
  color: #b1b1b1;
}

.about .ab5 .jt:hover i {
  color: #fff;
}

/* 首页 */
#fullpage {
  height: 100vh;
  overflow: hidden;
}

#fullpage.gsap-fullpage {
  height: 100vh;
  overflow: hidden;
}

#fullpage.gsap-fullpage > .swiper-wrapper {
  display: block;
  height: 100vh;
  position: relative;
  transform: none !important;
  transition: none !important;
}

#fullpage.gsap-fullpage > .swiper-wrapper > .swiper-slide {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100vh;
  height: 100vh;
  overflow: hidden;
  width: 100%;
}

#fullpage.gsap-fullpage > .swiper-wrapper > .pin-spacer {
  width: 100% !important;
}

#fullpage.gsap-fullpage #swp-dot {
  position: fixed;
}

#fullpage #swp-dot {
  right: auto;
  left: 0.2rem;
  top: 50%;
  bottom: auto;
  width: auto;
  transform: translateY(-50%);
  z-index: 20;
}

#fullpage #swp-dot .swiper-pagination-bullet {
  width: 0.37rem;
  height: 0.37rem;
  display: block;
  margin: 0.22rem 0;
  background: none;
  opacity: 1;
  background-position: center;
  background-size: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/dot1.png);
}

#fullpage #swp-dot .swiper-pagination-bullet-active {
  background-image: url(../images/dot2.png);
}

#fullpage .swiper-slide {
  height: 100%;
}

#fullpage .section1 .ban-video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#fullpage .section2 {
  position: relative;
  color: #fff;
}

#fullpage .section2 .swiper-container,
#fullpage .section2 .swiper-slide {
  height: 100%;
}

#fullpage .section2 #tabs-container1 {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}

#fullpage .section2 #tabs-container1 .swiper-wrapper {
  display: flex;
  height: 100%;
  will-change: transform;
}

#fullpage .section2 #tabs-container1 .swiper-slide {
  position: relative;
  flex-shrink: 0;
  width: 100% !important;
  height: 100%;
  overflow: hidden;
  background: #000;
  will-change: transform;
}

#fullpage .section2 #tabs-container1 .bgt {
  overflow: hidden;
  z-index: 0;
}

#fullpage .section2 #tabs-container1 .bgt-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  will-change: background-position;
}

#fullpage .section2 .slide-txt1 {
  line-height: 1.4;
  padding-top: 1rem;
  position: relative;
  z-index: 2;
}

#fullpage .section2 .slide-tabs {
  width: 100%;
  z-index: 10;
  position: absolute;
  left: 0;
  bottom: 0.5rem;
  transform: translateZ(0);
  will-change: opacity, transform;
}

#fullpage .section2 .slide-tabs .tabs {
  gap: 0.3rem;
}

#fullpage .section2 .slide-tabs a {
  color: #fff;
  padding: 0.2rem 0;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#fullpage .section2 .slide-tabs a::after {
  content: "";
  width: 2rem;
  height: 0.03rem;
  background: #5acbbf;
  position: absolute;
  bottom: -0.015rem;
  left: 0;
  opacity: 1;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.2s ease;
}

#fullpage .section2 .slide-tabs a.active {
  color: #5dd3c7;
  font-weight: bold;
}

#fullpage .section2 .slide-tabs a.active::after {
  transform: scaleX(1);
}

#fullpage .section3 {
  background: #f4f4f4;
}

#fullpage .section3 .tabs a {
  height: 0.46rem;
  background: #fff;
  min-width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.23rem;
  margin-right: 0.2rem;
  cursor: pointer;
  color: #6f6f6f;
}

#fullpage .section3 .tabs a.active {
  background: linear-gradient(90deg, #68cec4, #38a1b4);
  color: #fff;
}

#fullpage .section3 #tabs-container2 {
  overflow: visible;
}

#fullpage .section3 #tabs-container2 .swiper-wrapper {
  display: block;
  height: auto;
  transform: none !important;
}

#fullpage .section3 #tabs-container2 .swiper-slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: auto;
}

#fullpage .section3 #tabs-container2 .swiper-slide:first-child {
  position: relative;
}

#fullpage .section3 .swp-jt .jt {
  display: none;
}

#fullpage .section3 .item {
  position: relative;
}

#fullpage .section3 .item .item-pic {
  margin: 0.43rem 0;
  position: relative;
  text-align: right;
  z-index: 1;
}

#fullpage .section3 .item .item-pic img {
  max-width: 9.5rem;
}

#fullpage .section3 .item .item-pic .en {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  z-index: -1;
}

#fullpage .section3 .item .item-pic .en img {
  width: 100%;
  display: block;
}

#fullpage .section3 .item .item-info .desc {
  color: #787878;
  margin-top: 0.35rem;
}

#fullpage .section3 .item .item-tips .tips {
  color: #979797;
  max-width: 5.24rem;
}

#fullpage .section4 {
  color: #fff;
}

#fullpage .section4 .info {
  max-width: 85%;
}

#fullpage .section4 .info .tit {
  line-height: 1.3;
}

#fullpage .section4 .info .desc {
  margin: 0.68rem 0 1.5rem;
  color: rgba(255, 255, 255, 0.5);
}

#fullpage .section4 .info .tips {
  color: rgba(255, 255, 255, 0.35);
}

#fullpage .section4 .pic {
  margin-top: 2rem;
}

#fullpage .section5 .g-tit {
  margin-bottom: 0.4rem;
}

#fullpage .section5 .item {
  color: #fff;
  position: relative;
  border-radius: 0.5rem 0 0.5rem 0;
  transition: all 0.3s ease;
  padding: 1px;
}

#fullpage .section5 .item .item-pic {
  height: 6rem;
  border-radius: 0.5rem 0 0.5rem 0;
}

#fullpage .section5 .item .info {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 2.2rem 0.4rem 0.43rem;
}

#fullpage .section5 .item:hover {
  opacity: 0.88;
}

#fullpage .section5 .slides {
  position: relative;
  z-index: 2;
}

#fullpage .section5 .swiper-container {
  overflow: hidden;
  will-change: transform, width, height, border-radius;
}

#fullpage .section5 .swiper-pagination {
  bottom: 0.4rem;
  text-align: right;
  padding-right: 0.4rem;
}

#fullpage .section5 .swiper-pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  background: #fff;
  opacity: 1;
  transition: background ease 0.3s;
  border-radius: 50%;
}

#fullpage .section5 .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.4rem;
  border-radius: 0.05rem;
  background: var(--color);
}

#fullpage .section5 .date {
  color: #68cec4;
}

#fullpage .section5 .date i {
  background-image: url("../images/icon_date3.png");
}

#fullpage .section6 .zhongka {
  height: 100%;
}

#fullpage .section6 .zhongka .wp {
  height: auto;
  transform: translateY(-18%);
}

#fullpage .section6 .zhongka .col1 {
  text-align: left;
  float: left !important;
}

#fullpage .section6 .zhongka .col1 .zk-desc {
  text-align: left;
}

#fullpage .section6 .zhongka .col2 {
  margin: 0;
  float: right;
}

#fullpage .section7 {
  height: auto !important;
  overflow: visible !important;
  /* 防止裁剪 */
}

.swp-jt {
  position: relative;
  padding: 0 0.9rem;
  margin: 0 -0.9rem;
}

.swp-jt .jt {
  width: 0.5rem;
  height: 0.5rem;
  background: #fff;
  box-shadow: 0rem 0.05rem 0.05rem 0rem rgba(0, 0, 0, 0.07);
  border-radius: 0.1rem;
  border: 0.01rem solid #e5e5e5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}

.swp-jt .jt.prev {
  left: 0;
}

.swp-jt .jt.next {
  right: 0;
}

.swp-jt .jt:hover {
  background: url("../images/btn_hover.jpg") no-repeat;
  background-size: 100% 100%;
  color: #fff;
  border-color: transparent;
}

/*  服务信息 */
.fuwu .list1 .item {
  width: 100%;
  color: #fff;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}

.fuwu .list1 .item .bgt {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.fuwu .list1 .item .info .desc {
  margin-top: 0.3rem;
}

.fuwu .list1 .item:nth-child(2n) .info {
  text-align: right;
}

.fuwu .list2 .g-type {
  text-align: center;
  margin-bottom: 0.65rem;
}

.fuwu .list2 .g-type .desc {
  color: #636363;
  margin-top: 0.2rem;
}

.fuwu .list2 .item {
  text-align: center;
  margin: 0.3rem 0;
}

.fuwu .list2 .item .item-icon img {
  width: 0.7rem;
}

.fuwu .list2 .item .item-txt {
  max-width: 2.3rem;
  margin: 0 auto;
}

.fuwu .list2 .item .item-txt .tit {
  margin: 0.1rem 0;
  font-weight: bold;
}

.fuwu .list2 .item .item-txt .desc {
  color: #888;
  line-height: 1.65;
}
