@charset "utf-8";
/* 公共响应变量 */
/* 百分比计算 */
/*首页内容*/
.x-banner-1 .swiper-slide {
  overflow: hidden;
}
.x-banner-1 .swiper-slide .c-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
}
.x-banner-1 .swiper-slide .c-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-banner-1 .swiper-slide .c-img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/static/home/images/jianbaiimfaz1.png) left top / auto 100% no-repeat;
}
@media (max-width: 767px) {
  .x-banner-1 .swiper-slide .c-img:after {
    opacity: 0.5;
    background: url(/static/home/images/jianbaiimfaz1.png) left top / 100% 100% no-repeat;
    /* display: none; */
  }
}
.x-banner-1 .swiper-slide .c-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-banner-1 .swiper-slide .f_videoicon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.76rem;
  height: 0.76rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
  z-index: 3;
  cursor: pointer;
  transition: all 0.4s;
}
.x-banner-1 .swiper-slide .f_videoicon img,
.x-banner-1 .swiper-slide .f_videoicon svg {
  width: 26.31578947%;
  height: 26.31578947%;
  margin-left: 4%;
  object-fit: contain;
}
.x-banner-1 .swiper-slide .f_videoicon:hover {
  background: var(--color);
  border-color: var(--color);
}
.x-banner-1 .swiper-slide .cont {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  color: #ffffff;
  z-index: 2;
  /* .hm_but {
				transition: none;
				color: var(--color0);
				&:hover{
					color: var(--color);
					.f_icon{
						background: var(--color);
					}
				}
				.f_icon{
					background: var(--color0);
				}
			} */
}
.x-banner-1 .swiper-slide .cont .lei {
  display: none;
}
.x-banner-1 .swiper-slide .cont .f_name {
  margin-bottom: 0.15rem;
  font-size: var(--font-size4);
  display: inline-block;
  position: relative;
  /* background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 72%, #FF0878 0%);
				background-size: 100% 100%;
				background-repeat: no-repeat; */
  display: initial;
}
@media (max-width: 767px) {
  .x-banner-1 .swiper-slide .cont .f_name {
    font-size: 0.36rem;
  }
}
.x-banner-1 .swiper-slide .cont .f_tit {
  margin-bottom: 0.74rem;
  line-height: 1.16666667;
  font-size: 0.6rem;
}
@media (max-width: 767px) {
  .x-banner-1 .swiper-slide .cont .f_tit {
    font-size: 0.7rem;
  }
}
.x-banner-1 .swiper-slide .cont .hm_but {
  display: -webkit-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 28px;
  border: solid 1px #eeeeee;
  padding: 0.1rem;
  min-width: 2.02rem;
  color: #3fa1e7;
  transition: all 0.4s;
}
.x-banner-1 .swiper-slide .cont .hm_but span {
  display: block;
  padding: 0 0.2rem;
}
.x-banner-1 .swiper-slide .cont .hm_but .f_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.3rem;
  width: 0.36rem;
  height: 0.36rem;
  color: #ffffff;
  background-color: #3fa1e7;
  border-radius: 50%;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .x-banner-1 .swiper-slide .cont .hm_but .f_icon {
    width: 0.66rem;
    height: 0.66rem;
  }
}
.x-banner-1 .swiper-slide .cont .hm_but .f_icon img,
.x-banner-1 .swiper-slide .cont .hm_but .f_icon svg {
  transition: all 0.4s;
  width: 25%;
  height: 22.22222222%;
}
.x-banner-1 .swiper-slide .cont .hm_but:hover {
  color: var(--color);
}
.x-banner-1 .swiper-slide .cont .hm_but:hover .f_icon {
  background-color: var(--color);
  transform: rotate(45deg);
}
.x-banner-1 .f_scoll {
  position: absolute;
  bottom: 0.4rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  color: #ffffff;
}
@media (max-width: 767px) {
  .x-banner-1 .f_scoll {
    display: none;
  }
}
.x-banner-1 .f_scoll img {
  height: 0.32rem;
  animation: topsh 3s linear infinite;
}
.x-banner-1 .f_scoll p {
  margin-top: 6px;
}
.x-banner-1 .qie {
  position: absolute;
  bottom: 0.5rem;
  width: 100%;
  left: 0;
}
@media (max-width: 767px) {
  .x-banner-1 .qie {
    bottom: 1rem;
  }
}
.x-banner-1 .qie .container1600 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.x-banner-1 .qie .bannerbox_pagin {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  bottom: 0;
  position: relative;
}
@media (max-width: 767px) {
  .x-banner-1 .qie .bannerbox_pagin {
    width: 100%;
    justify-content: center;
  }
}
.x-banner-1 .qie .bannerbox_pagin .swiper-pagination-bullet {
  opacity: 1;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0;
  width: 2rem;
  height: 2px;
  vertical-align: top;
  margin: 0 0.18rem 0 0;
  text-align: left;
  position: relative;
}
@media (max-width: 767px) {
  .x-banner-1 .qie .bannerbox_pagin .swiper-pagination-bullet {
    margin: 0 0.1rem;
    width: 1.6rem;
    text-align: center;
  }
}
.x-banner-1 .qie .bannerbox_pagin .swiper-pagination-bullet p {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  color: #ffffff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0.5;
  padding-top: 0.17rem;
}
@media (max-width: 767px) {
  .x-banner-1 .qie .bannerbox_pagin .swiper-pagination-bullet p {
    font-size: 0.24rem;
  }
}
.x-banner-1 .qie .bannerbox_pagin .swiper-pagination-bullet div {
  height: 100%;
  background: #ffffff;
  width: 0;
  transition-timing-function: linear;
}
.x-banner-1 .qie .bannerbox_pagin .swiper-pagination-bullet-active p {
  opacity: 1;
}
.x-banner-1 .qie .f_btn {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .x-banner-1 .qie .f_btn {
    display: none;
  }
}
.x-banner-1 .qie .f_btn .bannerbox_prev,
.x-banner-1 .qie .f_btn .bannerbox_next {
  position: relative;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 0.58rem;
  height: 0.58rem;
  color: #ffffff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
  background-color: rgba(219, 219, 225, 0.12);
  z-index: 1;
  opacity: 1;
  border-radius: 50%;
}
.x-banner-1 .qie .f_btn .bannerbox_prev:before,
.x-banner-1 .qie .f_btn .bannerbox_next:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: linear-gradient(0deg, #55b879 0%, #38a1db 100%);
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.x-banner-1 .qie .f_btn .bannerbox_prev:after,
.x-banner-1 .qie .f_btn .bannerbox_next:after {
  display: none;
}
.x-banner-1 .qie .f_btn .bannerbox_prev img,
.x-banner-1 .qie .f_btn .bannerbox_next img,
.x-banner-1 .qie .f_btn .bannerbox_prev svg,
.x-banner-1 .qie .f_btn .bannerbox_next svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 31.03448276%;
  height: 31.03448276%;
  object-fit: contain;
  opacity: 0.4;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.x-banner-1 .qie .f_btn .bannerbox_prev:hover,
.x-banner-1 .qie .f_btn .bannerbox_next:hover {
  background: transparent;
}
.x-banner-1 .qie .f_btn .bannerbox_prev:hover:before,
.x-banner-1 .qie .f_btn .bannerbox_next:hover:before {
  opacity: 1;
}
.x-banner-1 .qie .f_btn .bannerbox_prev:hover img,
.x-banner-1 .qie .f_btn .bannerbox_next:hover img,
.x-banner-1 .qie .f_btn .bannerbox_prev:hover svg,
.x-banner-1 .qie .f_btn .bannerbox_next:hover svg {
  opacity: 1;
}
.x-banner-1 .qie .f_btn .bannerbox_next {
  margin-left: 0.12rem;
}

 
@charset "utf-8";
/* 公共响应变量 */
/* 百分比计算 */
.x-about-1 .base_img {
  position: relative;
  overflow: hidden;
}
.x-about-1 .base_img img,
.x-about-1 .base_img svg {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.x-about-1 .base_img:before {
  content: "";
  display: block;
}
.x-about-1 .hm_but {
  display: -webkit-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 28px;
  border: solid 1px #eeeeee;
  padding: 0.1rem;
  min-width: 2.02rem;
  color: var(--color0);
  transition: all 0.4s;
}
.x-about-1 .hm_but span {
  display: block;
  padding: 0 0.2rem;
}
.x-about-1 .hm_but .f_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.3rem;
  width: 0.36rem;
  height: 0.36rem;
  color: #ffffff;
  background-color: var(--color0);
  border-radius: 50%;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .x-about-1 .hm_but .f_icon {
    width: 0.66rem;
    height: 0.66rem;
  }
}
.x-about-1 .hm_but .f_icon img,
.x-about-1 .hm_but .f_icon svg {
  transition: all 0.4s;
  width: 25%;
  height: 22.22222222%;
}
.x-about-1 .hm_but:hover {
  color: var(--color);
}
.x-about-1 .hm_but:hover .f_icon {
  background-color: var(--color);
  transform: rotate(45deg);
}
.x-about-1 .hm_but2 {
  border-color: transparent;
}
.x-about-1 .hm_tit {
  text-align: center;
}
.x-about-1 .hm_tit .f_name {
  margin-bottom: 0.1rem;
  color: #666666;
  font-size: var(--font-size7);
}
.x-about-1 .hm_tit .f_tit {
  color: #000000;
  font-weight: bold;
  line-height: 1.2;
  font-size: var(--font-size1);
}
.x-about-1 .hm_tit .f_tit span {
  color: var(--color);
}
.x-about-1 .hm_tit .f_text {
  line-height: 1.5;
  margin-top: 0.18rem;
  color: #999999;
}
.x-about-1 {
  padding: 1.2rem 0 0;
  position: relative;
}
.x-about-1 .f_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
@media (max-width: 1260px) {
  .x-about-1 .f_box {
    display: none;
  }
}
.x-about-1 .f_box .f_yuan {
  position: absolute;
  width: 7.98rem;
  position: relative;
  overflow: hidden;
}
.x-about-1 .f_box .f_yuan img,
.x-about-1 .f_box .f_yuan svg {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.x-about-1 .f_box .f_yuan:before {
  padding-top: 80.20050125%;
}
.x-about-1 .f_box .f_yuan img {
  object-fit: contain;
}
.x-about-1 .f_box .f_yuan:before {
  content: "";
  display: block;
}
.x-about-1 .f_box .f_yuan.tur1 {
  right: -3.6rem;
  top: -3rem;
  opacity: 0.3;
  z-index: 4;
}
.x-about-1 .f_box .f_yuan.tur2 {
  left: -5rem;
  bottom: 0;
  z-index: -1;
}
.x-about-1 .hm_tit {
  text-align: center;
  margin-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .x-about-1 .hm_tit {
    margin-bottom: 0.54rem;
  }
}
.x-about-1 .cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 11.66rem;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 0.9rem;
}
.x-about-1 .cont .item {
  width: 25%;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .x-about-1 .cont .item {
    width: 33.33%;
  }
}
.x-about-1 .cont .item .list {
  text-align: center;
  position: relative;
  height: 100%;
}
.x-about-1 .cont .item .list:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 0.86rem;
  background-color: #eeeeee;
  border-radius: 1px;
}
.x-about-1 .cont .item .list .shi {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: var(--color);
  margin-bottom: 0.16rem;
}
.x-about-1 .cont .item .list .shi .f_count {
  line-height: 1;
  font-size: 0.72rem;
}
@media (max-width: 767px) {
  .x-about-1 .cont .item .list .shi .f_count {
    font-size: 0.6rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .x-about-1 .cont .item .list .shi .f_count {
    font-size: 0.5rem;
  }
}
.x-about-1 .cont .item .list .shi .f_wen {
  font-size: 0.24rem;
  transform: translateY(-0.02rem);
}
.x-about-1 .cont .item .list .shi .f_fu {
  font-size: var(--font-size3);
}
@media (max-width: 767px) {
  .x-about-1 .cont .item .list .shi .f_fu {
    line-height: 0.9;
  }
}
.x-about-1 .cont .item .list .f_tit {
  color: #666666;
}
@media (max-width: 767px) {
  .x-about-1 .cont .item .list .f_tit {
    font-size: 0.24rem;
  }
}
@media (min-width: 768px) {
  .x-about-1 .cont .item:nth-child(4n) .list:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .x-about-1 .cont .item:nth-child(4n) .list:before {
    display: none;
  }
}
.x-about-1 .f_zhong {
  width: 100%;
  height: 130vh;
  position: relative;
}
.x-about-1 .f_zhong .f_nei {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
}
.x-about-1 .f_zhong .f_nei .f_xian {
  position: absolute;
  left: 0;
  top: 0;
  height: 3.55rem;
  width: 100%;
  transition: all 0.4s;
  display: flex;
  overflow: hidden;
}
@media (max-width: 767px) {
  .x-about-1 .f_zhong .f_nei .f_xian {
    display: none;
  }
}
.x-about-1 .f_zhong .f_nei .f_xian span {
  width: 200%;
  flex: 0 0 auto;
  height: 100%;
  animation: lefttr 60s linear infinite;
  position: relative;
  display: block;
  background: url(/static/home/images/xianbaef1.png) left bottom / auto 100% repeat-x;
}
.x-about-1 .f_zhong .f_nei .f_xiangxia {
  position: absolute;
  top: -0.6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.2rem;
  height: 1.2rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .x-about-1 .f_zhong .f_nei .f_xiangxia {
    width: 2rem;
    height: 2rem;
  }
}
.x-about-1 .f_zhong .f_nei .f_xiangxia:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/static/home/images/yuanximg1.png) center / contain no-repeat;
  animation: rotate360 10s linear infinite;
}
.x-about-1 .f_zhong .f_nei .f_xiangxia img,
.x-about-1 .f_zhong .f_nei .f_xiangxia svg {
  position: relative;
  z-index: 1;
  width: 14px;
  height: 14px;
}
@media (max-width: 1580px) {
  .x-about-1 .f_zhong .f_nei .f_xiangxia img,
  .x-about-1 .f_zhong .f_nei .f_xiangxia svg {
    width: 12px;
    height: 12px;
  }
}
.x-about-1 .f_zhong .f_nei .f_img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  border-radius: 0.32rem;
  width: 41.66666667%;
  height: 5.9rem;
}
@media (max-width: 1260px) {
  .x-about-1 .f_zhong .f_nei .f_img {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .x-about-1 .f_zhong .f_nei .f_img {
    width: 90%;
  }
}
.x-about-1 .f_zhong .f_nei .f_img img {
  transition: none;
}
.x-about-1 .f_zhong .f_nei .f_wenz {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  color: #ffffff;
  text-align: center;
  opacity: 0;
}
.x-about-1 .f_zhong .f_nei .f_wenz .hm_tit {
  text-align: center;
}
.x-about-1 .f_zhong .f_nei .f_wenz .hm_tit .f_tit {
  color: #ffffff;
  position: relative;
  display: inline-flex;
  /* background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 78%, #FF0878 0%);
							background-size: 100% 100%;
							background-repeat: no-repeat; */
  display: initial;
  background-position: 0 -0.04rem;
}
@media (max-width: 767px) {
  .x-about-1 .f_zhong .f_nei .f_wenz .hm_tit .f_tit br {
    display: none;
  }
}
.x-about-1 .f_zhong .f_nei .f_wenz .hm_tit .x-pp {
  margin-top: 0.32rem;
  line-height: 1.6;
  font-size: var(--font-size6);
}
.x-about-1 .f_zhong .f_nei .f_wenz .hm_tit .hm_but {
  margin-top: 1.42rem;
}
.x-about-1 .f_zhong.on .f_nei .f_xian {
  opacity: 0;
}
.x-about-1 .f_zhong.on .f_nei .f_xiangxia {
  opacity: 0;
}
@keyframes rotate360 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes lefttr {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}

 
@charset "utf-8";
.gm-service-box3 {
  padding: 1.5rem 0;
  background-color: var(--color10);
}
.gm-service-box3 .container .box1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gm-service-box3 .container .box1 .box2 {
  position: relative;
}
.gm-service-box3 .container .box1 .box2 .cn1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: max-content;
  color: var(--color1);
  font-size: var(--font-size2);
  font-weight: bold;
}
.gm-service-box3 .container .box1 .box2 .cn1b {
  color: var(--color3);
  line-height: 1.5em;
}
.gm-service-box3 .container .box1 .cn2 {
  width: 68.05555556%;
  color: var(--color3);
  line-height: 1.5em;
  font-size: var(--font-size6);
}
@media (max-width: 991px) {
  .gm-service-box3 .container .box1 .cn2 {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.gm-service-box3 .container .box3 {
  margin-top: 0.6rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
@media (max-width: 991px) {
  .gm-service-box3 .container .box3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .gm-service-box3 .container .box3 {
    gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.gm-service-box3 .container .box3 .box4 {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.11rem 0.4rem 0.6rem;
  border: 1px solid #E2E2E2;
  border-radius: 0.12rem;
  text-align: center;
}
.gm-service-box3 .container .box3 .box4:hover .g_t .public-img .img1 {
  opacity: 0;
}
.gm-service-box3 .container .box3 .box4:hover .g_t .public-img .img2 {
  opacity: 1;
}
.gm-service-box3 .container .box3 .box4:hover .g_t .txt h3,
.gm-service-box3 .container .box3 .box4:hover .g_t .txt p {
  color: #fff;
}
.gm-service-box3 .container .box3 .box4:hover .g_b {
  border-color: #AADC46;
  background: #AADC46;
}
.gm-service-box3 .container .box3 .box4:hover .g_b svg {
  color: #fff;
}
.gm-service-box3 .container .box3 .box4:hover .g_ring {
  width: 14rem;
  height: 14rem;
  left: -5.1rem;
  bottom: -5.1rem;
}
.gm-service-box3 .container .box3 .box4:hover .g_ring2 i {
  transition: all 0.4s ease-in-out 0.3s;
  transform: translate(0);
  opacity: 1;
}
.gm-service-box3 .container .box3 .box4 .g_t {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 10;
}
.gm-service-box3 .container .box3 .box4 .g_t .public-img {
  transition: all 0.4s;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.8rem;
  height: 0.8rem;
  color: var(--color);
}
@media (max-width: 1260px) {
  .gm-service-box3 .container .box3 .box4 .g_t .public-img {
    width: 1rem;
    height: 1rem;
  }
}
.gm-service-box3 .container .box3 .box4 .g_t .public-img svg,
.gm-service-box3 .container .box3 .box4 .g_t .public-img img {
  width: 100%;
  height: 100%;
}
.gm-service-box3 .container .box3 .box4 .g_t .public-img svg path,
.gm-service-box3 .container .box3 .box4 .g_t .public-img img path {
  fill: var(--color);
}
.gm-service-box3 .container .box3 .box4 .g_t .public-img .img2 {
  opacity: 0;
}
.gm-service-box3 .container .box3 .box4 .g_t .txt {
  margin-top: 0.25rem;
}
.gm-service-box3 .container .box3 .box4 .g_t .txt h3 {
  transition: all 0.4s;
  font-size: var(--font-size2);
  color: #48A0E3;
}
.gm-service-box3 .container .box3 .box4 .g_t .txt p {
  transition: all 0.4s;
  color: #999;
  margin-top: 0.16rem;
  font-size: var(--font-size5);
}
.gm-service-box3 .container .box3 .box4 .g_b {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  position: relative;
  z-index: 10;
  margin-top: 1.08rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  border: 1px solid #999;
}
.gm-service-box3 .container .box3 .box4 .g_b img,
.gm-service-box3 .container .box3 .box4 .g_b svg {
  width: 38.33333333%;
  height: auto;
  color: #999;
  transition: all 0.4s;
}
.gm-service-box3 .container .box3 .box4 .g_ring {
  border-radius: 50%;
  background: linear-gradient(227deg, #57B9FF -0.03%, #077FFF 100.03%);
  position: absolute;
  width: 0;
  height: 0;
  left: -0.1rem;
  bottom: -0.1rem;
  z-index: 1;
  transition: all 0.4s;
}
.gm-service-box3 .container .box3 .box4 .g_ring2 i {
  position: absolute;
  background: #31b0ff;
  border-radius: 50%;
  z-index: 5;
  opacity: 0;
}
.gm-service-box3 .container .box3 .box4 .g_ring2 .i1 {
  width: 0.16rem;
  height: 0.16rem;
  left: 0.36rem;
  top: 1.06rem;
  transform: translate(-0.2rem, -0.2rem);
}
.gm-service-box3 .container .box3 .box4 .g_ring2 .i2 {
  width: 0.46rem;
  height: 0.46rem;
  right: 1.02rem;
  top: 0.2rem;
  transform: translate(0.2rem, -0.2rem);
}
.gm-service-box3 .container .box3 .box4 .g_ring2 .i3 {
  width: 1.44rem;
  height: 1.44rem;
  right: -0.32rem;
  bottom: -0.55rem;
  transform: translate(0.2rem, 0.2rem);
}

 
@charset "utf-8";
/* 公共响应变量 */
/* 百分比计算 */
.x-about-8 .base_img {
  position: relative;
  overflow: hidden;
}
.x-about-8 .base_img img,
.x-about-8 .base_img svg {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.x-about-8 .base_img:before {
  content: "";
  display: block;
}
.x-about-8 .base_prev,
.x-about-8 .base_next {
  position: relative;
  margin: 0;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  transition: all 0.4s;
  background-color: #f8f9fc;
  color: #111111;
  border: solid 1px #e0e0e0;
}
@media (max-width: 767px) {
  .x-about-8 .base_prev,
  .x-about-8 .base_next {
    width: 0.88rem;
    height: 0.88rem;
  }
}
.x-about-8 .base_prev:after,
.x-about-8 .base_next:after {
  display: none;
}
.x-about-8 .base_prev img,
.x-about-8 .base_next img,
.x-about-8 .base_prev svg,
.x-about-8 .base_next svg {
  width: 20%;
  height: 20%;
}
.x-about-8 .base_prev:hover,
.x-about-8 .base_next:hover {
  background: var(--color);
  color: #ffffff;
  border-color: var(--color);
}
.x-about-8 .base_prev {
  left: 0;
}
.x-about-8 .base_next {
  right: 0;
}
.x-about-8 {
  background: #f8f9fc;
  padding: 1.2rem 0;
}
.x-about-8 .f_font {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .x-about-8 .f_font {
    margin-bottom: 0.32rem;
  }
}
.x-about-8 .f_font .hm_tit {
  text-align: left;
  width: 46%;
  font-size: var(--font-size2);
  color: #000;
}
@media (max-width: 767px) {
  .x-about-8 .f_font .hm_tit {
    width: 100%;
    margin-bottom: 0.5rem;
    text-align: center;
  }
}
.x-about-8 .f_font .abtbox4_nav {
  margin: 0;
  max-width: 66%;
}
@media (max-width: 767px) {
  .x-about-8 .f_font .abtbox4_nav {
    max-width: 100%;
    width: 100%;
  }
}
.x-about-8 .f_font .abtbox4_nav .swiper-slide {
  width: auto;
  margin-right: 0.8rem;
}
.x-about-8 .f_font .abtbox4_nav .swiper-slide:last-child {
  margin-right: 0;
}
.x-about-8 .f_font .abtbox4_nav .swiper-slide .item {
  color: #999;
  font-weight: bold;
  transition: all 0.4s;
  padding-bottom: 0.16rem;
  position: relative;
  cursor: pointer;
  font-size: var(--font-size4);
}
.x-about-8 .f_font .abtbox4_nav .swiper-slide .item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  height: 2px;
  background: var(--color);
  width: 0;
  transition: all 0.4s;
}
.x-about-8 .f_font .abtbox4_nav .swiper-slide.on .item {
  color: #000000;
}
.x-about-8 .f_font .abtbox4_nav .swiper-slide.on .item:before {
  width: 100%;
}
.x-about-8 .cont {
  position: relative;
}
.x-about-8 .cont .f_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.x-about-8 .cont .f_box.on {
  position: relative;
  opacity: 1;
  visibility: inherit;
}
.x-about-8 .cont .f_box .abtbox4_cont {
  width: auto;
  margin: 0 -0.15rem;
}
.x-about-8 .cont .f_box .abtbox4_cont .swiper-slide {
  padding: 0 0.15rem;
  width: 20%;
}
@media (max-width: 1260px) {
  .x-about-8 .cont .f_box .abtbox4_cont .swiper-slide {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .x-about-8 .cont .f_box .abtbox4_cont .swiper-slide {
    width: 33.333%;
  }
}
@media (max-width: 767px) {
  .x-about-8 .cont .f_box .abtbox4_cont .swiper-slide {
    width: 80%;
  }
}
.x-about-8 .cont .f_box .abtbox4_cont .swiper-slide .list {
  background: #ffffff;
  border-radius: 0.1rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.x-about-8 .cont .f_box .abtbox4_cont .swiper-slide .list .f_img {
  background-color: #f0f1f5;
}
.x-about-8 .cont .f_box .abtbox4_cont .swiper-slide .list .f_img:before {
  padding-top: 121.62162162%;
}
.x-about-8 .cont .f_box .abtbox4_cont .swiper-slide .list .f_img img {
  max-height: 76.111%;
  max-width: 90%;
  width: auto;
  object-fit: contain;
}
.x-about-8 .cont .f_box .abtbox4_cont .swiper-slide .list .f_tit {
  text-align: center;
  padding: 0.27rem 0.24rem;
  color: #000000;
  font-size: 20px;
}
@media (max-width: 1260px) {
  .x-about-8 .cont .f_box .abtbox4_cont .swiper-slide .list .f_tit {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .x-about-8 .cont .f_box .abtbox4_cont .swiper-slide .list .f_tit {
    font-size: 0.32rem;
  }
}
.x-about-8 .cont .f_box .abtbox4_cont .swiper-slide .list:hover .f_img img {
  transform: scale(1.06);
}
.x-about-8 .cont .f_box .qie {
  display: flex;
  align-items: center;
  margin-top: 0.7rem;
}
.x-about-8 .cont .f_box .qie .abtbox4_pagin {
  position: relative;
  top: 0;
  margin: 0;
  flex: 1 1 auto;
  height: 1px;
  width: auto;
  background-color: #e6e6e6;
}
.x-about-8 .cont .f_box .qie .abtbox4_pagin span {
  background: var(--color);
}
.x-about-8 .cont .f_box .qie .f_btn {
  display: flex;
  align-items: center;
  margin-left: 0.62rem;
  flex: 0 0 auto;
}
.x-about-8 .cont .f_box .qie .f_btn .base_prev {
  margin-right: 10px;
}

 
@charset "utf-8";
/* 公共响应变量 */
/* 百分比计算 */
.y-about-6 {
  width: 100%;
  background: url(../images/about-box3-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 1.2rem 0;
  overflow: hidden;
}
.y-about-6 .container1600 .g_tit {
  padding-left: 0.3rem;
}
.y-about-6 .container1600 .p1 {
  /* font-size: 14px; */
  color: #666;
  margin-bottom: 0.1rem;
  font-size: 18px;
}
@media (max-width: 1260px) {
  .y-about-6 .container1600 .p1 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .y-about-6 .container1600 .p1 {
    font-size: 14px;
  }
}
.y-about-6 .container1600 .title {
  line-height: calc(58/48);
  font-weight: bold;
  font-size: var(--font-size2);
  color: #222;
}
.y-about-6 .container1600 .menu {
  width: 100%;
  margin-top: 0.48rem;
  font-size: var(--font-size4);
  padding-left: 0.3rem;
}
.y-about-6 .container1600 .menu ul {
  display: flex;
}
.y-about-6 .container1600 .menu ul li {
  color: #999;
  line-height: calc(40/30);
  font-size: var(--font-size4);
  font-weight: bold;
  transition: all 0.4s;
  margin: 0 0.8rem 0 0;
  cursor: pointer;
}
.y-about-6 .container1600 .menu ul li:hover,
.y-about-6 .container1600 .menu ul li.on {
  color: var(--color);
}
@media screen and (max-width: 767px) {
  .y-about-6 .container1600 .menu ul li {
    margin: 0 0.3rem 0 0;
    font-size: 14px;
  }
}
.y-about-6 .container1600 .list {
  width: 100%;
  margin-top: 0.34rem;
  position: relative;
}
.y-about-6 .container1600 .list ul li {
  width: 100%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}
.y-about-6 .container1600 .list ul li:nth-child(1) {
  position: relative;
}
.y-about-6 .container1600 .list ul li.on {
  opacity: 1;
  pointer-events: all;
}
.y-about-6 .container1600 .list ul li .swiper-container {
  padding-bottom: 0.5rem;
}
.y-about-6 .container1600 .list ul li .swiper-container .swiper-slide {
  background: #fff;
}
.y-about-6 .container1600 .list ul li .swiper-container .swiper-slide a {
  width: 100%;
  display: block;
  padding: 0.3rem 0.3rem 0.24rem;
}
.y-about-6 .container1600 .list ul li .swiper-container .swiper-slide a .public-img {
  width: calc(280/310*100%);
}
.y-about-6 .container1600 .list ul li .swiper-container .swiper-slide a .public-img::before {
  padding-top: 100%;
}
.y-about-6 .container1600 .list ul li .swiper-container .swiper-slide a .public-img img {
  object-fit: contain;
}
.y-about-6 .container1600 .list ul li .swiper-container .swiper-slide a .t1 {
  line-height: calc(30/18);
  font-size: var(--font-size6);
  color: #666;
  text-align: center;
  margin-top: 0.35rem;
}
.y-about-6 .container1600 .list ul li .swiper-container .swiper-pagination {
  bottom: 0;
  top: initial;
  height: 2px;
  background: #ddd;
}
.y-about-6 .container1600 .list ul li .swiper-container .swiper-pagination span {
  background: var(--color);
}

 
@charset "utf-8";
/* 公共响应变量 */
/* 百分比计算 */
.x-news-7 .base_img {
  position: relative;
  overflow: hidden;
}
.x-news-7 .base_img img,
.x-news-7 .base_img svg {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.x-news-7 .base_img:before {
  content: "";
  display: block;
}
.x-news-7 .newsbox_list {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
}
.x-news-7 .newsbox_list .item {
  width: 33.333%;
  padding: 0 0.15rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .x-news-7 .newsbox_list .item {
    width: 100%;
  }
}
.x-news-7 .newsbox_list .item .list {
  display: block;
}
.x-news-7 .newsbox_list .item .list .f_font {
  display: block;
  position: relative;
}
.x-news-7 .newsbox_list .item .list .f_font .f_img {
  border-radius: 0.2rem;
  margin-bottom: 0.32rem;
}
.x-news-7 .newsbox_list .item .list .f_font .f_img:before {
  padding-top: 61.01364522%;
}
.x-news-7 .newsbox_list .item .list .f_font .f_time {
  position: absolute;
  left: 0.2rem;
  top: 0.2rem;
  color: #ffffff;
  display: block;
  background: rgba(17, 17, 17, 0.25);
  transition: all 0.4s;
  line-height: 23px;
  border-radius: 4px;
  padding: 0 8px;
  z-index: 1;
  font-size: var(--font-size9);
}
@media (max-width: 1580px) {
  .x-news-7 .newsbox_list .item .list .f_font .f_time {
    line-height: 20px;
  }
}
.x-news-7 .newsbox_list .item .list .f_font .f_tit {
  color: #111111;
  line-height: 1.54545455;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 3.09090909em;
  margin-bottom: 0.11rem;
  transition: all 0.4s;
  padding-right: 0.56rem;
  font-size: var(--font-size5);
}
@media (max-width: 991px) {
  .x-news-7 .newsbox_list .item .list .f_font .f_tit {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .x-news-7 .newsbox_list .item .list .f_font .f_tit {
    font-size: 0.36rem;
  }
}
.x-news-7 .newsbox_list .item .list .f_label {
  display: flex;
  flex-wrap: wrap;
}
.x-news-7 .newsbox_list .item .list .f_label .li {
  transition: all 0.4s;
  color: #999999;
  margin-right: 0.2rem;
  margin-bottom: 0.1rem;
  font-size: var(--font-size9);
}
.x-news-7 .newsbox_list .item .list .f_label .li:hover {
  color: var(--color);
}
.x-news-7 .newsbox_list .item .list:hover .f_font .f_img img {
  transform: scale(1.06);
}
.x-news-7 .newsbox_list .item .list:hover .f_font .f_time {
  background: var(--color);
}
.x-news-7 .newsbox_list .item .list:hover .f_font .f_tit {
  color: var(--color);
}
.x-news-7 {
  padding: 1rem 0 1.5rem;
  background: #f8f9fc;
}
.x-news-7 .g_title {
  margin-bottom: 0.5rem;
}
.x-news-7 .g_title h2 {
  font-size: var(--font-size2);
}
