a {
  font-size: 20rem;
}

.indexbox {
  width: 100%;
  overflow: hidden;
}

.indexbox>.contentbox {
  /* background: #0072bc; */
}

.indexbox .bannerbox {
  position: relative;
  height: 926rem;
}

.indexbox .bannerbox .videobox #bannvideo {
  /* width: 100%; */
  /* object-fit: cover; */
}

.swiper-pagination-bullet {
  background: #fff;
  width: 14rem;
  height: 14rem;
  opacity: 1;
}

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

.swiper-button-next,
.swiper-button-prev {
  color: #0089cf;
}

:root {
  --swiper-theme-color:
    #0089cf;
}

.swiper-pagination-bullet-active {
  background: #0089cf;
  width: 38rem;
  height: 14rem;
  border-radius: 10rem;
}

.bannerbox .swiper {
  width: 100%;
  height: 100%;
}

.bannerbox .swiper-slide {
  text-align: center;
  font-size: 18rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.bannerbox .swiper-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: #00000030; */
  z-index: 0;
}

.bannerbox .videobox {
  /* width: 100%; */
  /* height: 100%; */
}

.bannerbox .videobox video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bannerbox .swiper-slide img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  transition: 4s linear 1.5s;
  transform: scale(1.1, 1.1);
  object-fit: cover;
}

.bannerbox .swiper-slide-active img,
.bannerbox .swiper-slide-duplicate-active img {
  transition: 4s linear;
  transform: scale(1, 1);
}




.bannerbox .autoplay-progress {
  background: #0089cf;
  position: absolute;
  left: 16rem;
  bottom: 16rem;
  z-index: 10;
  width: 50rem;
  height: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
  padding: 10rem;
  border-radius: 50%;
}

.bannerbox .autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0rem;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4rem;
  stroke: #fff;
  fill: none;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}



.bannerbox .swiper-slide .text {
  text-align: left;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 5;
  position: absolute;
  color: #fff;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  font-family: "Ã©ËœÂ¿Ã©â€¡Å’Ã¥Â¦Ë†Ã¥Â¦Ë†Ã¦â€“Â¹Ã¥Å“â€ Ã¤Â½â€œ VF Regular";
}

.bannerbox .swiper-slide .text > p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bannerbox .swiper-slide .text .title {
  overflow: hidden;
  display: flex;
  /* align-items: center; */
  /* justify-content: center; */
  font-size: 54rem;
  /* line-height: 58rem; */
  font-weight: 600;
  text-shadow: 6rem 2rem 1rem #000;
  /* font-style: oblique; */
  font-family: "myBold";
  width: 100%;
  height: 100%;
}

.bannerbox .swiper-slide .text .b_line {
  width: 8%;
  height: 2rem;
  background: #ffffffdb;
  border-radius: 50%;
  margin: 20rem 0;
}

.bannerbox .swiper-slide .text .wenan {
  font-size: 30rem;
  width: 100%;
  /* text-align: center; */
  text-shadow: 1rem 1rem 0rem #000;
  line-height: 53rem;
}

.bannerbox .swiper-slide .text .btn {
  width: 160rem;
  background: linear-gradient(to right, #0072bc, #0da3d1);
  height: 44rem;
  line-height: 41rem;
  text-align: center;
  border-radius: 6rem;
  border: solid 0rem rgba(0, 0, 0, 0);
  color: #fff;
  margin-top: 3%;
  font-size: 16rem;
  display: inline-block;
}

.bannerbox .swiper-slide .text .title p {
  transition: all 1s .7s;
}


.indexbox .zhutitle .futitle {
  font-family: auto;
  font-size: 22rem;
  /* text-align: center; */
  /* width: 100%; */
  color: #0072bc;
  margin-top: 10rem;
  font-weight: 600;
  text-shadow: none;
  font-family: 'cmg';
  text-transform: uppercase;
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 86rem;
  letter-spacing: 10rem;
  color: #006db81c;
  font-weight: bold;
  line-height: 12rem;
  white-space: nowrap;
  z-index: -8;
}

.indexbox .zhutitle .beizhu {
  font-size: 20rem;
  margin-top: 14rem;
  font-weight: normal;
}

.indexbox .bgindexabout .zhutitle .futitle {
  /* color: #fff; */
  left: 0;
  transform: translateX(0);
}

.indexbox .bgindexabout .zhutitle .futitle:before {
  left: 0 !important;
  transform: translateX(0) !important;
}

.indexbox .zhutitle {
  font-size: 43rem;
  padding-bottom: 28rem;
  /* text-align: center; */
  width: 100%;
  font-weight: normal;
  color: #000;
  /* padding-bottom: 0; */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: none;
  /* font-style: italic; */
}

.indexbox .zhutitle .text>span {
  position: relative;
  font-size: 50rem;
  font-weight: bold;
}

.indexbox .zhutitle .text>span i {
    color: #016dd0;
    /* text-shadow: 2rem 2rem 1rem #fff; */
    /* font-style: italic; */
    display: none;
}

.indexbox .zhutitle .text>span i img {
    width: 100rem;
}

.indexbox .zhutitle .text {
  position: relative;
  /* text-align: center; */
}

.indexbox .zhutitle .text>span:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4rem;
  width: 68rem;
  height: 2rem;
  border-radius: 50%;
  z-index: 1;
  background: #0072bc;
}



.indexbox .indexproduct .indexcontent .indexproductitem {
  overflow: hidden;
  /* background-color: rgba(102, 102, 102, 0.493); */
  /* padding: 30rem 0; */
  display: flex;
  flex-wrap: wrap;
  padding: 10rem;
}

.indexbox .indexproduct .indexcontent .indexproductitem::after {
  content: "";
  display: block;
  clear: both;
}

.indexbox .indexproduct .indexcontent .indexproductitem .item {
  display: block;
  width: 24.25%;
  height: 350rem;
  overflow: hidden;
  position: relative;
  margin-right: 1%;
  margin-bottom: 1%;
  box-shadow: 0rem 3rem 6rem 1rem #0072bc;
}

.indexbox .indexproduct .indexcontent .indexproductitem .item:nth-child(4n) {
  margin-right: 0;
}

.indexbox .indexproduct .indexcontent .indexproductitem2 {
  padding-top: 0;
}

.indexbox .indexproduct .indexcontent .indexproductitem .item .btnbox {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #0072bcbe;
  font-size: 18rem;
  color: #fff;
  height: 40rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0);
  transition: all 1s;
}

.indexbox .indexproduct .indexcontent .indexproductitem .item .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.indexbox .indexproduct .indexcontent .indexproductitem .item .img img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  transition: all 0.7s;
}

.indexbox .indexproduct .indexcontent .indexproductitem .item:hover .text {
  transform: translateY(0%);
}

.indexbox .indexproduct .indexcontent .indexproductitem .item:hover .btnbox {
  transform: scale(1);
}

.indexbox .indexproduct .indexcontent .indexproductitem .item:hover .img img {
  transform: scale(1.2);
}

.indexbox .indexproduct .indexcontent .indexproductitem .item .text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 0 10rem;
  overflow: hidden;
  transition: all 1s;
  transform: translateY(-100%);
}

.indexbox .indexproduct .indexcontent .indexproductitem .item .text .title {
  font-size: 30rem;
  font-weight: 600;
  margin-bottom: 10rem;
}

.indexbox .indexproduct .indexcontent .indexproductitem .item .text .icon {
  width: 120rem;
  height: 120rem;
  display: none;
}

.indexbox .indexproduct .indexcontent .indexproductitem .item .text .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/**/
.indexbox .bgindexabout {
  width: 100%;
  /* background: url(../image/aboutbg.jpg) no-repeat center center; */
  background-size: cover;
  /* padding: 60rem 0; */
  /* background: url(../image/neiye.jpg) no-repeat center center; */
  background-size: cover;
  /* padding-bottom: 0; */
  /* height: 750rem; */
  position: relative;
}

.indexbox .bgindexabout::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* filter: blur(9rem); */
  /* background: url(../image/aboutimg.jpg) no-repeat center; */
  background-size: cover;
  z-index: -1;
}

.indexbox .bgindexabout::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* filter: blur(9rem); */
  /* background: #0000001f; */
  background-size: cover;
  z-index: 0;
}

.indexbox .contentbox .bgindexabout>.title {
  /* font-weight: normal !important; */
  font-size: 36rem;
  padding-bottom: 50rem;
  text-align: center;
  width: 100%;
  font-weight: 700;
  color: #fff;
}

.indexbox .contentbox .bgindexabout>.title .futitle {
  font-size: 18rem;
  text-align: center;
  width: 100%;
  color: #ffff;
  margin-top: 10rem;
}

.indexbox .indexabout {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.indexbox .bgindexabout .imgbox {
  width: 46%;
  height: 500rem;
}

.indexbox .bgindexabout .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* box-shadow: 0rem 0rem 20rem 4rem #ffffffa8; */
}

.indexbox .indexabout .textbox {
  width: 48%;
  /* background-color: #f2f2f2; */
  position: relative;
}

.indexbox .indexabout .aboutvideobox {
  width: 50%;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 65rem;
}

.indexbox .indexabout .aboutvideobox .more {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40rem;
  /* width: 100%; */
  /* height: 100%; */
  transition: 0.5s ease;
  bottom: 0;
  /* background: #0000004d; */
}

.indexbox .indexabout .aboutvideobox .more img {
  width: 70rem;
  height: 70rem;
  object-fit: cover;
}

.indexbox .indexabout .aboutvideobox video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.indexbox .indexabout .textbox .pctextbox {
  color: #000;
  /* position: absolute; */
  /* top: 50%; */
  /* left: -40rem; */
  /* transform: translateY(-50%); */
  width: 100%;
  /* height: 74%; */
  /* background-color: #000; */
  color: #fff;
  /* padding: 10rem 8rem; */
  /* padding-left: 80rem; */
  margin-bottom: 60rem;
}

.indexbox .indexabout .textbox .pctextbox .zhutitle {
  display: flex;
  justify-content: flex-start;
  text-align: left;
  /* color: #fff; */
}

.indexbox .indexabout .textbox .pctextbox .zhutitle .text>span:before {
    left: 0;
    transform: translateX(0);
}

.indexbox .indexabout .pctextbox h2 {
  margin-bottom: 14rem;
  font-size: 42rem;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  border-bottom: 1rem solid rgba(102, 102, 102, 0.514);
  position: relative;
  padding: 6rem 0;
}

.indexbox .indexabout .pctextbox h2::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -1.5rem;
  width: 30%;
  height: 2rem;
  background-color: #0072bc;
  border-radius: 1rem;
}

.indexbox .indexabout .pctextbox>.text {
  line-height: 50rem;
  text-indent: 28rem;
  width: 100%;
  font-size: 30rem;
  color: #000;
  /* max-height: 210rem; */
  overflow: hidden;
  text-overflow: ellipsis;
  text-indent: 2em;
  margin-bottom: 30rem;
  font-weight: 700;
}

.indexbox .indexabout .pctextbox>.text span {
  color: #0072bc;
  /* margin-left: 10rem; */
}

.indexbox .indexabout .pctextbox .read {
  margin-bottom: 4rem;
  /* background-color: #0072bc; */
  /* border-radius: 5rem; */
  display: inline-block;
  /* padding: 7rem 18rem; */
  color: #000;
  cursor: pointer;
  font-size: 18rem;
}

.indexbox .bgindexabout .iconbox {
  display: flex;
  /* padding: 18rem 10rem; */
  justify-content: space-between;
  flex-wrap: wrap;
  color: #000;
  /* background: linear-gradient(0deg, #fdfafa, #000000); */
  font-size: 18rem;
  /* box-shadow: 0 0 10rem 10rem #9fb1c5; */
  /* background: linear-gradient(180deg, #fffffff0, #0000005c); */
}

.indexbox .bgindexabout .iconbox .icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100rem;
  width: 33%;
  margin-bottom: 16rem;
}

.indexbox .bgindexabout .iconbox .icon .img {
  height: 66rem;
  margin-right: 20rem;
}

.indexbox .bgindexabout .iconbox .icon .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.indexbox .bgindexabout .iconbox .icon .text .num {
  font-size: 26rem;
  color: #0072bc;
}

.indexbox .bgindexabout .iconbox .icon .text .num span {
  font-size: 52rem;
  font-weight: 700;
  font-family: auto;
  padding: 0;
  margin: 0;
  position: relative;
  margin-right: 6rem;
}

.indexbox .bgindexabout .iconbox .icon .text .num span:after {
  content: "+";
  font-size: 20rem;
  position: absolute;
  right: -14rem;
  top: 0;
}

.indexbox .bgindexabout .iconbox .icon:first-child .text .num span:after {
    content: "";
}

/* qywh */
.qiyewenhuabox {
  padding-bottom: 0;
}

.qiyewenhuabox ul {
  display: flex;
  justify-content: space-between;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  
  /* Firefox 17- */
  
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  
  /* Firefox 18+ */
  
  /* IE 10 */
  border-top-left-radius: 50rem;
  overflow: hidden;
  border-bottom-right-radius: 50rem;
}

.qiyewenhuabox li {
  width: 24%;
  overflow: hidden;
  position: relative;
  height: 350rem;
}

.qiyewenhuabox li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: all .6s;
}

.qiyewenhuabox li:hover:after {
  opacity: .2;
}

.qiyewenhuabox li:hover .pic {
  opacity: 1;
}

.qiyewenhuabox li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.qiyewenhuabox li:hover .info {
  text-align: left;
  transform: translateY(-42%);
  -webkit-transform: translateY(-42%);
}

.qiyewenhuabox li:hover .more {
  margin: 0;
  background-image: url(/themes/pc/public/static/image/btnyjt.png);
}

.qiyewenhuabox li:hover .icon {
  margin: 0;
}

.qiyewenhuabox li:hover .icon .init {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  opacity: 0;
  visibility: hidden;
}

.qiyewenhuabox li:hover .icon .on {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.qiyewenhuabox li:hover .title,
.qiyewenhuabox li:hover .en {
  color: #fff;
}

.qiyewenhuabox li:hover .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  animation: fadeInUp50 0.5s ease;
}

.qiyewenhuabox li:hover .en {
  margin-bottom: 0;
}

.qiyewenhuabox li a {
  position: relative;
  display: block;
  height: 100%;
}

.qiyewenhuabox .pic {
  opacity: 0.4;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  height: 100%;
}

.qiyewenhuabox .pic img {
  transition: all .6s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.qiyewenhuabox .info {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 1;
  text-align: center;
  padding: 0rem 38rem;
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
}

.qiyewenhuabox .icon {
  position: relative;
  width: 44rem;
  height: 44rem;
  margin: 0 auto;
}

.qiyewenhuabox .icon img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.qiyewenhuabox .icon .on {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  opacity: 0;
  visibility: hidden;
  filter: grayscale(1) brightness(200);
}

.qiyewenhuabox .title,
.qiyewenhuabox .en {
  transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
}

.qiyewenhuabox .title {
  font-size: 24rem;
  font-weight: 700;
  line-height: 30rem;
  margin: 30rem auto 1rem;
}

.qiyewenhuabox .en {
  color: #999;
  line-height: 42rem;
  text-transform: uppercase;
  margin-bottom: 95rem;
}

.qiyewenhuabox .desc {
  font-size: 20rem;
  color: #fff;
  line-height: 30rem;
  margin: 22rem auto 27rem;
  display: none;
  height: 30rem;
}

.qiyewenhuabox .more {
  width: 50rem;
  height: 50rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
  /* background-image: url(/themes/pc/public/static/image/btnyjt.png); */
  transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
}

.qiyewenhuabox .more img {
  width: 100%;
}

.qiyewenhuabox ul li:hover .more img {
  filter: grayscale(1) brightness(200);
}

.indexwenhuabox {}
.indexwenhuabox .wenhuabox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.indexwenhuabox .wenhuabox .leftbox,.indexwenhuabox .wenhuabox .rightbox {
    display: flex;
    flex-direction: column;
}

.indexwenhuabox .wenhuabox .leftbox .item, .indexwenhuabox .wenhuabox .rightbox .item {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 100rem 30rem;
    border: 1rem solid #016dd0;
    border-radius: 14rem;
    margin-bottom: 12%;
}

.indexwenhuabox .wenhuabox .leftbox .item .img, .indexwenhuabox .wenhuabox .rightbox .item .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 14rem;
    overflow: hidden;
    z-index: -1;
}

.indexwenhuabox .wenhuabox .leftbox .item .img:after, .indexwenhuabox .wenhuabox .rightbox .item .img:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    left: 0;
    top: 0;
    opacity: .3;
    z-index: 1;
}

.indexwenhuabox .wenhuabox .leftbox .item .num, .indexwenhuabox .wenhuabox .rightbox .item .num {
    position: absolute;
    top: 0rem;
    left: 26rem;
    color: #fff;
    font-size: 50rem;
    z-index: 10;
    font-weight: 600;
}

.indexwenhuabox .wenhuabox .leftbox .item 
 .iconbox img, .indexwenhuabox .wenhuabox .rightbox .item .iconbox img {
    width: 70rem;
}

.indexwenhuabox .wenhuabox .leftbox .item .img img, .indexwenhuabox .wenhuabox .rightbox .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indexwenhuabox .wenhuabox > div {
    width: 30%;
    /* overflow: hidden; */
}

.indexwenhuabox .wenhuabox > div img {
    max-width: 100%;
}


/* case */
a { color: inherit; outline: none; text-decoration: none; }
ul, li, ol { list-style-type: none; }
body { background: #fff; }
input, textarea, button, select, body { font-size: 14rem; }
input, textarea, button, select, input[type=submit], input[type=reset], input[type=button], input[type=text] { outline: none; border-radius: 0; resize: none; }
input[type='button'], button { cursor: pointer; outline: none; }
img, .block { display: block; }
em, i { font-style: normal; }
/*Ã¥Â®Â½Ã¥ÂºÂ¦*/
.imgW-100, .w-100 { width: 100%; }
.w-1200 { width: 62.5%; }
.w-1400 { width: 73%; }
.w-1600 { width: 84%; }
.w-1200, .w-1400, .w-1600 { margin: 0 auto; }
.w-50 { width: 50%; }
/*Ã¥Â­â€”Ã¥ÂÂ·*/
.f-0 { font-size: 0; }
.f-12 { font-size: 12rem; }
.f-14 { font-size: 14rem; }
.f-16 { font-size: 16rem; }
.f-18 { font-size: 18rem; }
.f-20 { font-size: 20rem; }
.f-24 { font-size: 1.25vw; }
.f-26 { font-size: 1.35vw; }
.f-28 { font-size: 1.45vw; }
.f-30{ font-size:1.55vw;}
.f-32 { font-size: 1.65vw; }
.f-38 {/* font-size: 2vw; */}
.f-48 { font-size: 2.5vw; }
.f-60 { font-size: 3.12vw; }
/*Ã©Â¢Å“Ã¨â€°Â²*/
.c-fff { color: #fff; }
.b-fff { background: #fff; }
.c-ddd { color: #ddd; }
.c-bbb { color: #bbb; }
.c-ccc { color: #ccc; }
.c-f5 { color: #f5f5f5; }
.c-999 { color: #999; }
.c-888 { color: #888; }
.c-777 { color: #777; }
.c-666 { color: #666; }
.c-444 { color: #444; }
.c-333 { color: #333; }
/*Ã¥Â­â€”Ã¤Â½â€œ*/
.f-st { font-family: "Ã¥Â®â€¹Ã¤Â½â€œ", SimSun; }
.font-over1 { display: block; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.font-over2 { word-break: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.text-u { text-transform: uppercase; }
.text-c { text-transform: capitalize; }
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
/*Ã¥Â¯Â¹Ã©Â½ÂÃ¦â€“Â¹Ã¥Â¼Â*/
.flex { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; }
.flex-wrap { -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap; }
.dis-t, .dis-m, .dis-b { display: inline-block; }
.dis-t { vertical-align: top; }
.dis-m { vertical-align: middle; }
.dis-b { vertical-align: bottom; }
.flex { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; }
.v-align-m1, .v-align-m2 { font-size: 0; }
.v-align-m1:before, .v-align-m2:after { content: ''; display: inline-block; vertical-align: middle; height: 100%; width: 0; }
.m-ot { margin: 0 auto; }
/*Ã¥Â°ÂºÃ¥Â¯Â¸*/
.m-WH100 { max-height: 100%; max-width: 100%; }
/*Ã¦ËœÂ¾Ã§Â¤Âº/Ã©Å¡ÂÃ¨â€”ÂÃ¥Â°ÂºÃ¥Â¯Â¸*/
.pc, .pc-800 { display: block; }
.mob, .mob-800 { display: none; }
.ov-h { overflow: hidden; }
/*Ã¤Â¸â€°Ã¨Â§â€™Ã¥Â½Â¢*/
.SJ-L:after, .SJ-B:after, .SJ-BL:after,.SJ-R:after  { content: ''; display: inline-block; border-style: solid; width: 0; height: 0; margin-left: 5rem; }
/*Ã¥Ââ€˜Ã¥Â·Â¦*/
.SJ-L:after { border-color: transparent transparent transparent #000; border-width: 4rem 0 4rem 5rem; }
/*Ã¥Ââ€˜Ã¥ÂÂ³*/
.SJ-R:after { border-color: transparent #000 transparent transparent ; border-width: 4rem 5rem 4rem 0; }

/*Ã¥Ââ€˜Ã¤Â¸â€¹*/
.SJ-B:after { border-color: #000 transparent transparent transparent; border-width: 4rem 5rem 0rem 5rem; }
/*Ã¥Ââ€˜Ã¥Â·Â¦Ã¤Â¸â€¹*/
.SJ-BL:after { border-color: transparent transparent transparent #000; border-width: 4rem 0 4rem 5rem; }
/*Ã¦ÂµÂ®Ã¥Å Â¨*/
.clear { display: inline-block; vertical-align: top; width: 100%; }
.float-R { float: right; }
.float-L { float: left; }
/*IE8Ã©â‚¬ÂÃ¦ËœÅ½Ã¥ÂºÂ¦*/
.opacity50 { opacity: 0.5; filter: Alpha(opacity=50); }
/*border*/
.b-r50 { border-radius: 50%; }
.b-r999 { border-radius: 999rem; }
/*Ã©â‚¬Å¡Ã§â€Â¨Ã¨Æ’Å’Ã¦â„¢Â¯*/
.public-bg { position: fixed; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0,0,0,0.7); z-index: 0; }
[id*='public-bg'] {
display:none;
}
/*Ã¥Â®Å¡Ã¤Â½Â*/
.pos-r { position: relative; z-index: 0; }
.p-Ycenter { position: absolute; top: 50%; z-index: 0; transform: translateY(-50%); }
/*Ã§â€šÂ¹Ã¥â€¡Â»Ã¥Â¸Â¸Ã§â€Â¨Ã¥Å Â¨Ã¤Â½Å“*/
.change-top.on { opacity: 1; position: static; z-index: 0; transform: translate(0); transition-delay: 0.3s; }
.change-top { z-index: -1; position: absolute; width: 100%; opacity: 0; top: 0; left: 0; transform: translateY(calc(100vw / 40)); transition: 1s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s; }
/*Ã¨Â¿â€¡Ã¦Â¸Â¡Ã¦â€”Â¶Ã©â€”Â´*/
.tr-ease-03 { transition: 0.3s ease 0s; }
.tr-ease-05 { transition: 0.5s ease 0s; }
@media screen and (min-width: 801px) {
select { -moz-appearance: none; -webkit-appearance: none; appearance: none; }
select::-ms-expand {
display: none;
}
}
@media screen and (max-width: 1500px) {
.f-20 { font-size: 18rem; }
.f-18 { font-size: 16rem; }
.f-14 { font-size: 12rem; }
.f-16 { font-size: 14rem; }
}
@media screen and (max-width: 1100px) {
.pc { display: none; }
.mob { display: block; }
.f-20 { font-size: 16rem; }
.f-18 { font-size: 14rem; }
.f-16 { font-size: 12rem; }
.f-24, .f-26 { font-size: 1.75vw; }
.f-28 { font-size: 1.85vw; }
.w-1200, .w-1400, .w-1600 { width: 92%; }
textarea, button, input[type='submit'], input[type='reset'], input[type='button'], input[type='text'], input[type='tel'], input[type='radio'], input[type='checkbox'] { appearance: none; -webkit-appearance: none; -moz-appearance: none; }
input[type='radio'], input[type='radio']:before, input[type='radio']:after { border-radius: 50%; }
input[type='radio'], input[type="checkbox"] { border: 1rem solid #004ea2; position: relative; z-index: 0; }
input[type='radio']:checked:after, input[type='checkbox']:checked:after { opacity: 1; }
input[type='radio']:after, input[type='checkbox']:after { width: 70%; height: 70%; content: ''; left: 15%; top: 15%; z-index: 1; opacity: 0; background: #004ea2; position: absolute; }
input[type='radio']:before, input[type='checkbox']:before { content: ''; width: 100%; height: 100%; background: #fff; left: 0; top: 0; z-index: 0; position: absolute; }
}
@media screen and (max-width: 800px) {
.mt-5v { margin-top: 5vw; }
.f-3v8 { font-size: 3.8vw; }
.f-4v4 { font-size: 4.4vw; }
.f-5v { font-size: 5vw; }
.f-5v6 { font-size: 5.6vw; }
.f-6v25 { font-size: 6.25vw; }
.pc-800 { display: none; }
.mob-800 { display: block; }
}



/*history*/
#history-time {
    padding: 1vw 4vw 0;
}

.history-time:before {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 9rem;
    z-index: -1;
    border-bottom: 1rem dashed #e8e8e8;
}

.history-time:after {
    content: url(../image/img1-5.png);
    position: absolute;
    bottom: 9rem;
    right: 0;
    z-index: -1;
    transform: translateY(-50%);
    height: 7rem;
}

.history-time ul {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: center;
    justify-content: center;
}

.history-time li {
    width: auto;
    padding-bottom: 2vw;
    cursor: pointer;
    outline: none;
}

.history-time li:not(:last-child) {
    margin-right: 9.8vw;
}

.history-time li.swiper-slide-thumb-active time {
    color: #016dd0;
    transform: scale(1.4);
}

.history-time li time {
    transform-origin: bottom;
}

.history-time li:before,
.history-time li:after {
    content: '';
    position: absolute;
    z-index: 0;
    left: 50%;
    transition: 0.5s ease 0s;
    border-radius: 50%;
    background: #666;
    transform: translate(-50%, 0);
}

.history-time li:before {
    width: 18rem;
    height: 18rem;
    opacity: 0.3;
    bottom: 0;
}

.history-time li:after {
    width: 10rem;
    height: 10rem;
    bottom: 4rem;
}

.history-time li.swiper-slide-thumb-active:before,
.history-time li.swiper-slide-thumb-active:after {
    background: #016dd0;
}

.history-text {margin-top: 50rem;/* height: 600rem; */display: flex;align-items: center;}

.history-text .swiper-container {
    height: 100%;
}

.his-text time {
    margin-top: 2.5vw;
    color: #006db8;
    font-weight: 600;
    font-size: 45rem;
}

.his-text .text {
    font-size: 18rem;
}

.his-text .btn {
    margin-top: 40rem;
}

.his-text i {
    width: 16rem;
    margin-right: 5rem;
}

.his-text em {
    width: calc(100% - 21px);
}

.his-text p {
    /* line-height: 2; */
    /* margin-top: 1vw; */
}
.history-text .swiper-slide {
  display: flex;
  justify-content: space-between;
  padding: 3rem;
  /* height: 100% !important; */!i;!;
  align-items: center;
}

.history-text .swiper-slide.swiper-slide-active .his-img {
    animation: myfadeleft 1s;
}

.history-text .swiper-slide.swiper-slide-active .his-text {
    animation: myfaderight 1s;
}

.history-text .swiper-slide .his-img {
    width: 50%;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-top-left-radius: 80rem;
    border-bottom-right-radius: 80rem;
    box-shadow: 0rem 0rem 5rem #0269e396;
}

border-bottom-right-radius {}

.history-text .swiper-slide .his-text {
    width: 50%;
    padding-left: 5%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.history-text .swiper-slide .his-text .logo img {
    width: 100%;
    margin-bottom: 20rem;
}

.history-text .swiper-slide .his-text .logo {
    position: relative;
    right: 0;
    top: 0;
    width: 200rem;
}

.history-text .swiper-slide .his-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* case2 */
.indexcase {}
.indexcasebox {
    display: flex;
    justify-content: space-between;
}

.indexcasebox .leftbox {
    width: 50%;
}

.indexcasebox .leftbox .bottombox {
    overflow: hidden;
    border-radius: 20rem;
    display: block;
}

.indexcasebox .leftbox .bottombox .title {
    line-height: 46rem;
    font-size: 18rem;
    padding: 0 16rem;
    background: #0072bc;
    color: #fff;
}

.indexcasebox .leftbox .bottombox .imgbox {
    height: 340rem;
    overflow: hidden;
}

.indexcasebox .leftbox .bottombox .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}

.indexcasebox .leftbox .bottombox:hover .imgbox img {
    transform: scale(1.2);
}

.indexcasebox .leftbox .topbox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2%;
}

.indexcasebox .leftbox .topbox .itembox {
    overflow: hidden;
    width: 49%;
    position: relative;
    border-radius: 20rem;
    box-shadow: 0rem 0rem 5rem #0000002e;
}

.indexcasebox .leftbox .topbox .itembox .imgbox {
    width: 100%;
    height: 230rem;
    overflow: hidden;
}

.indexcasebox .leftbox .topbox .itembox .title {
    line-height: 46rem;
    font-size: 18rem;
    padding: 0 16rem;
}

.indexcasebox .leftbox .topbox .itembox .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}

.indexcasebox .leftbox .topbox .itembox:hover .imgbox img {
    transform: scale(1.2);
}

.indexcasebox .rightbox {
    width: 50%;
    padding-left: 4%;
    padding-top: 9%;
}

.indexcasebox .rightbox .textbox {
    margin: 20rem 0;
}

.indexcasebox .rightbox .textbox .biaoti {
    font-size: 36rem;
    font-weight: 600;
    margin-bottom: 45rem;
}

.indexcasebox .rightbox .textbox .text {
    font-size: 18rem;
    margin-bottom: 50rem;
    width: 55%;
    line-height: 33rem;
}

.indexcasebox .rightbox .zhutitle {
    display: flex;
    justify-content: flex-start;
    font-size: 30rem;
}

.indexcasebox .rightbox .zhutitle .text span:before {
    left: 0;
    transform: translateX(0);
}

.indexcasebox .rightbox .zhutitle .futitle {
    display: none;
}
.indexcasebox .swiper {
  width: 100%;
  height: 250rem;
  margin-top: 40rem;
}

.indexcasebox .swiper-slide {
  text-align: center;
  font-size: 18rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.indexcasebox .swiper-slide .title {
    font-size: 16rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 30rem;
    display: none;
}

.indexcasebox .swiper-slide .imgbox {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10rem;
}

.indexcasebox .swiper-slide .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}

.indexcasebox .swiper-slide:hover .imgbox img {
    transform: scale(1.2);
}

.indexcasebox .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* zhengshu */
.zhengshubox {
  background: url(../image/zsbg.jpg) no-repeat center center;
  background-size: cover;
  padding-bottom: 60rem;
}

.zhengshubox .btnbox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50rem;
}

.zhengshubox .btn {
  display: inline-block;
  width: 150rem;
  height: 40rem;
  line-height: 40rem;
  border-radius: 20rem;
  font-size: 16rem;
  color: #000;
  border: 0;
  cursor: pointer;
  text-align: center;
  position: relative;
  transition: all 0.6s ease 0s;
  background-color: #fff;
}

.zhengshubox .btn:hover {
  background-color: #ca0717;
  color: #fff;
}

.zhengshubox .titlebox {
  width: 100%;
  position: relative;
  left: 0;
  top: 5%;
  z-index: 10;
}

.zhengshubox .titlebox .section-title1 {
  font-size: 30rem;
  padding: 0;
}

.zhengshubox .zhengshu {
  height: 400rem;
  overflow: hidden;
  position: relative;
}

.zhengshubox .swiper-container {
  width: 100%;
  height: 100%;
}

.zhengshubox .swiper-slide {
  text-align: center;
  font-size: 18rem;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /* background-color: aqua; */
  flex-direction: column;
}

.zhengshubox .swiper-slide:hover .img img {
  transform: scale(1.1);
}

.zhengshubox .swiper-slide .img {
  width: 100%;
  height: 87%;
  overflow: hidden;
}

.zhengshubox .swiper-slide .img img {
  width: 100%;
  height: 100%;
  transition: all .8s;
  object-fit: cover;
}

.zhengshubox .swiper-slide .title {
  width: 100%;
  height: 13%;
  font-size: 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #ca0717;
}

.zhengshubox .swiper-slide .title .futitle {
  font-size: 14rem;
  color: #fff;
  margin-top: 10rem;
}


.zhengshubox .swiper-slide .img img {
  width: 100%;
  height: 100%;
}

.indexbox .zhengshubox>.title {
  font-size: 36rem;
  padding: 60rem 0;
  text-align: center;
  width: 100%;
  font-weight: 700;
  color: #000;
  /* padding-bottom: 0; */
}

.indexbox .zhengshubox>.title .futitle {
  font-size: 18rem;
  text-align: center;
  width: 100%;
  color: #000;
  margin-top: 10rem;
  font-weight: normal;
}



/*  */
.cl:after,
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.cl,
.clearfix {
  zoom: 1;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.xs-display {
  display: none !important;
}

.fixed-left img {
  width: 100%;
}

@keyframes view-more {
  0% {
    transform: rotate(45deg);
  }

  100% {
    transform: rotate(405deg);
  }
}

@keyframes animate-dingwei {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10rem);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes rotate360 {
  100% {
    transform: rotate(360deg);
  }
}



.container {
  width: 82.5%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  transition: all .5s ease;
}

.container33 {
  width: 980rem;
  height: 100%;
  margin: 0 auto;
  position: relative;
  transition: all .5s ease;
}

.shareWx-box {
  text-align: center;
}

.shareWx-box .url_img {
  margin: 15rem auto 10rem;
}

.shareWx-box p {
  font-size: 14rem;
}


.main {
  position: relative;
  z-index: 1;
}

.common-btn {
  position: relative;
  margin: 0 auto;
  display: inline-block;
  z-index: 10;
}

.common-btn span {
  flex-shrink: 0;
  width: 46rem;
  height: 46rem;
  margin-right: 15rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: .2rem solid rgba(255, 255, 255, 0.33);
  border-radius: 50%;
  transition: all .5s ease;
}

.common-btn span img {
  width: 30rem;
  /* filter: brightness(0.5); */
  transform: rotate(-45deg);
  transition: transform .6s;
}

.common-btn span i {
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
}

.common-btn span:after {
  content: '';
  display: block;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: #50B3FF;
  position: absolute;
  left: 50%;
  top: 0;
  /* margin-left: -0.3rem; */
  /* margin-top: -0.44rem; */
  transform: rotate(45deg);
  transform-origin: 1rem 24rem;
  animation: view-more linear 3s infinite;
  animation-play-state: paused;
}

.common-btn em {
  font-size: 16rem;
  color: #fff;
}

.common-btn:hover span:after {
  animation: view-more linear 3s infinite;
  animation-play-state: play;
}

.common-btn.common-btn1 {
  color: #0072bc;
}

.common-btn.common-btn1 span {
  border-color: #fff;
  background: #fff;
}

.common-btn.common-btn1 span i {
  color: #0072bc;
}

.common-btn.common-btn2 span {
  border-color: #A4ABCE;
}

.common-btn.common-btn2 span i {
  color: #0072bc;
}

.common-btn.common-btn2:hover span {
  border-color: #0072bc !important;
  background: #0072bc;
}

.common-btn.common-btn2:hover span i {
  color: #fff !important;
}

.common-btn.small span {
  width: 46rem;
  height: 46rem;
}

.common-btn.small span i {
  font-size: 18rem;
}

.common-btn.small span:after {
  transform-origin: 1rem 24rem;
}

.common-btn.play span {
  background: linear-gradient(90deg, #0072bc 0%, #0367EE 100%);
  border: none;
}

.common-btn.play span:after {
  transform-origin: .25rem 29rem;
}

.common-btn.play span i {
  color: #fff;
}

.common-more {
  padding: 0 3rem 0 35rem;
  line-height: 42rem;
  font-size: 16rem;
  color: #333;
  border: 2rem solid #E1E3EF;
  border-radius: 0 15rem 0 0.15rem;
  display: inline-block;
}

.common-more i {
  font-size: .14rem;
  color: #0072bc;
  font-weight: bold;
  transition: all .5s ease;
  vertical-align: .1rem;
}

.common-more:hover {
  color: #0072bc;
  border-color: #0072bc;
}

.common-more:hover i {
  margin-left: .5rem;
}

.common-more1 {
  width: 22rem;
  height: 5rem;
  font-size: 18rem;
  color: #fff;
  border-radius: 5rem;
  margin-top: 6rem;
  background: linear-gradient(270deg, #0467ED 0%, #094FAD 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.common-more1 i {
  font-size: 18rem;
  margin-left: .5rem;
  transition: all .5s ease;
}

.common-more1.common-more2 {
  background: #ffff;
  color: #0072bc;
}

.common-more1:hover i {
  margin-left: 1rem;
}

.common-play {
  width: 8rem;
  height: 8rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.common-play i {
  font-size: 3rem;
  color: #fff;
}

.common-play:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../image/video-circle.png) no-repeat center/100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: rotate360 5s infinite linear;
}

/* Index */
.indexbox .application {
  position: relative;
  height: 840rem;
  margin: 60rem 0;
}

.indexbox .application .slide .swiper-slide:after {
  content: "";
  background: url(../image/shadow.png) center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.indexbox .application .slide .swiper-slide:nth-child(2):after {
    background: url(../image/shadow-right.png) center no-repeat;
}

.indexbox .application .zhutitle {
  position: absolute;
  left: 169rem;
  top: 100rem;
  color: #fff;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  text-align: left;
}

.indexbox .application .zhutitle .text > span:before {
    left: 0;
    transform: translateX(0);
}

.indexbox .application .zhutitle .futitle {
  color: #0072bc6b;
  text-transform: uppercase;
  left: 0;
  transform: translateX(0);
}

.indexbox .application .zhutitle .futitle:before {
  left: 0;
  transform: translateX(0);
}

.indexbox .application .title-box {
  position: absolute;
  left: 9.25%;
  top: 12rem;
  z-index: 2;
}

.indexbox .application .title-box h4 {
  color: rgba(224, 226, 230, 0.3);
}

.indexbox .application .title-box h3 {
  color: #fff;
}

.indexbox .application .slide {
  overflow: hidden;
  height: 100%;
}

.indexbox .application .slide .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.indexbox .application .slide .text {
  width: 520rem;
  overflow: hidden;
  padding: 0rem;
  position: absolute;
  left: 9.25%;
  top: 290rem;
  z-index: 8;
  /* animation: myfadeup 1s; */
}

.indexbox .application .slide .swiper-slide:nth-child(2) .text {
    right: 9.25% !important;!i;!;
    left: initial;
    text-align: right;
}

.indexbox .application .slide .swiper-slide.swiper-slide-active .text {
  animation: myfadeup 1s;
}

.indexbox .application .slide .text h4 {
  font-size: 30rem;
  color: #fff;
}

.indexbox .application .slide .text p {
  font-size: 16rem;
  color: #fff;
  line-height: 34rem;
  margin-top: 30rem;
  text-indent: 2em;
}

.indexbox .application .slide .text .yy {
  margin-top: 1rem;
}

.indexbox .application .slide .text a.read {
  margin-top: 50rem;
  color: #fff;
}

.indexbox .application .slide .text .yy a {
  line-height: 33rem;
  padding: 0 15rem;
  font-size: 20rem;
  color: #fff;
  border: 1rem solid rgba(255, 255, 255, 0.3);
  display: inline-block;
  margin: 25rem 25rem 0 0;
  border-radius: 30rem;
}

.indexbox .application .slide .text .yy a i {
  font-size: 16rem;
  margin-left: 5rem;
}

.indexbox .application .slide .text .common-btn {
  margin-top: 50rem;
}

.indexbox .application .slide .text .common-btn span:after {
  animation: view-more linear 3s infinite;
  animation-play-state: play;
}

.indexbox .application .tabs {
  width: 54%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  border-top-left-radius: 50rem;
  overflow: hidden;
}

.indexbox .application .tabs .item {
  width: 25%;
  padding: 22rem 25rem;
  background: #ffffff78;
  position: relative;
}

.indexbox .application .tabs .item .imgbox {
  display: flex;
  justify-content: space-between;
}

.indexbox .application .tabs .item .imgbox img {
  width: 34rem;
}

.indexbox .application .tabs .item i {
  font-size: 24rem;
  color: #0072bc;
}

.indexbox .application .tabs .item .icon-xie {
  color: #1A1F26;
  position: absolute;
  right: 25rem;
  top: 28rem;
}

.indexbox .application .tabs .item h3 {
  font-size: 24rem;
  color: #000;
  margin-top: 10rem;
  font-family: cmg;
}

.indexbox .application .tabs .item h4 {
  font-size: 14rem;
  color: #DBDBDB;
  text-transform: uppercase;
  margin-top: 15rem;
  display: none;
}

.indexbox .application .tabs .item:before {
  content: "";
  width: 1rem;
  height: 100%;
  background: #E9E9E9;
  position: absolute;
  left: 0;
  top: 0;
}

.indexbox .application .tabs .item:first-child:before {
  display: none;
}

.indexbox .application .tabs .item.active {
  background: linear-gradient(144deg, #0072bc80 0%, #0367EE 100%);
}

.indexbox .application .tabs .item.active .imgbox img {
  filter: grayscale(1) brightness(200);
  /* filter: invert(1); */
}



.indexbox .application .tabs .item.active i,
.indexbox .application .tabs .item.active h3 {
  color: #fff;
}

.indexbox .application .tabs .item.active h4 {
  color: rgba(255, 255, 255, 0.5);
}

.indexbox .application .tabs .item.active:before {
  display: none;
}


.indexbox .news {
  background: #F5F5F5;
  height: 900rem;
  position: relative;
  overflow: hidden;
  padding-top: 120rem;
}

.indexbox .news .zhutitle {
  display: flex;
  justify-content: space-between;
  text-align: left;
}

.indexbox .news .zhutitle .text .futitle {
    left: 0;
    transform: translateX(0);
}

.indexbox .news .zhutitle .text span:before {
    left: 0;
    transform: translateX(0);
}

.indexbox .news .zhutitle .futitle:before {
  left: 0 !important;
  !i;
  !;
  transform: translateX(0);
}

.indexbox .news .canvas {
  position: absolute;
  left: 0;
  bottom: -200rem;
  z-index: 0;
  opacity: 0.2;
  width: 100%;
  height: 500rem;
}

.indexbox .news .tabs {
  display: flex;
  /* position: absolute; */
  right: 0;
  top: 0;
}

.indexbox .news .tabs .item {
  font-size: 20rem;
  color: #000;
  margin-left: 20rem;
  padding-bottom: 11rem;
  position: relative;
  font-weight: normal;
}

.indexbox .news .tabs .item:before {
  content: "";
  width: 0;
  height: 2rem;
  background: #0072bc;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: all .5s ease;
}

.indexbox .news .tabs .item.active {
  color: #fff;
}

.indexbox .news .tabs .item.active:before {
  width: 100%;
}

.indexbox .news .tabs .item.active:after {
  width: 100%;
}

.indexbox .news .box {
  margin-top: 20rem;
  overflow: hidden;
  height: 574rem;
}

.indexbox .news .box .swiper-slide {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
}

.indexbox .news .box .common-btn i {
  transition: all .5s ease;
}

.indexbox .news .box .left {
  width: 42.5%;
  overflow: hidden;
  position: relative;
  height: 100%;
}

.indexbox .news .box .left a {
  width: 100%;
  height: 100%;
  display: block;
}

.indexbox .news .box .left:before {
  content: "";
  width: 100%;
  height: 20%;
  background: linear-gradient(178deg, rgba(15, 42, 80, 0) 0%, #0D3163 68%, #062856 100%);
  opacity: .4;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.indexbox .news .box .left img {
  width: 100%;
  height: 100%;
  transition: all .6s;
  object-fit: cover;
}

.indexbox .news .box .left h3 {
  font-size: 22rem;
  color: #fff;
  width: 100%;
  padding: 30rem;
  position: absolute;
  left: 0;
  bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 2;
}

.indexbox .news .box .left:hover img {
  transform: scale(1.1);
}

.indexbox .news .box .center {
  width: 24%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.indexbox .news .box .center li {
  background: #fff;
  padding: 28rem;
  margin-top: 2rem;
}

.indexbox .news .box .center li .other {
  display: flex;
  justify-content: space-between;
  border-bottom: 1rem solid #F5F7F8;
  padding-bottom: 15rem;
  margin-bottom: 16rem;
}

.indexbox .news .box .center li:hover .other .common-btn span img {
  filter: grayscale(1) brightness(200);
  transform: rotate(0deg);
  );
}

.indexbox .news .box .center li .other .date {
  color: #666;
  flex: 1;
  transition: all .5s ease;
}

.indexbox .news .box .center li .other .date h4 {
  font-size: 48rem;
}

.indexbox .news .box .center li .other .date h5 {
  font-size: 16rem;
  margin-top: .5rem;
}

.indexbox .news .box .center li .text h3 {
  font-size: 22rem;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.indexbox .news .box .center li .text p {
  font-size: 16rem;
  color: #666;
  line-height: 27rem;
  margin-top: 15rem;
  height: 60rem;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.indexbox .news .box .center li:first-child {
  margin: 0;
}

.indexbox .news .box .center li:hover .other .date {
  color: #0072bc;
}

.indexbox .news .box .center li:hover .common-btn i {
  transform: rotate(45deg);
}

.indexbox .news .box .center li:hover .common-btn span {
  border-color: #0072bc !important;
  background: #0072bc;
}

.indexbox .news .box .center li:hover .common-btn span:after {
  animation: view-more linear 3s infinite;
  animation-play-state: play;
}

.indexbox .news .box .center li:hover .common-btn span i {
  color: #fff !important;
}

.indexbox .news .box .right {
  width: 28.5%;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.indexbox .news .box .right li {
  padding: 25rem 30rem;
  border-bottom: 1rem solid #66666621;
  background: #fff;
}

.indexbox .news .box .right li a {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.indexbox .news .box .right li a .imgbox {
    width: 100%;
    height: 288rem;
}

.indexbox .news .box .right li a .other {
    display: flex;
    justify-content: space-between;
    margin: 16rem 0;
    width: 100%;
}

.indexbox .news .box .right li a .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indexbox .news .box .right li .date {
  color: #666;
  transition: all .5s ease;
  width: 88%;
}

.indexbox .news .box .right li .date h4 {
  font-size: 48rem;
}

.indexbox .news .box .right li .date h5 {
  font-size: 16rem;
  margin-top: .5rem;
}

.indexbox .news .box .right li .text {
  flex: 1;
}

.indexbox .news .box .right li .text p {
  margin-top: 20rem;
  line-height: 26rem;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.indexbox .news .box .right li .text h3 {
  font-size: 22rem;
  color: #000;
  line-height: 32rem;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.indexbox .news .box .right li:last-child {
  border: 0;
}

.indexbox .news .box .right li:hover .date {
  color: #0072bc;
}

.indexbox .news .box .right li:hover .common-btn i {
  transform: rotate(45deg);
}

.indexbox .news .box .right li:hover .common-btn span {
  border-color: #0072bc !important;
  background: #0072bc;
}

.indexbox .news .box .right li:hover .common-btn span img {
  filter: grayscale(1) brightness(200);
  transform: rotate(0);
}

.indexbox .news .box .right li:hover .common-btn span:after {
  animation: view-more linear 3s infinite;
  animation-play-state: play;
}

.indexbox .news .box .right li:hover .common-btn span i {
  color: #fff !important;
}

.indexbox .news .box .common-btn2 span {
  border-color: #CDD2D5;
  margin: 0;
}

.indexbox .news .box .common-btn2 span i {
  color: #CDD2D5;
}




/* hezuokehubox */
.indexbox .hezuokehubox {
  position: relative;
  /* padding-bottom: 0; */
}

.indexbox .hezuokehubox .imgbox img {
  max-width: 100%;
  margin: auto;
  display: block;
}

.indexbox .hezuokehubox .w {
  /* position: absolute; */
  left: 0;
  top: 60rem;
  /* padding-left: 169rem; */
  /* width: 100% !important; */
  /* margin: 0; */
  z-index: 1;
}

.indexbox .hezuokehubox .zhutitle {
  /* color: #fff; */
}

.indexbox .hezuokehubox .zhutitle .futitle {
  /* color: #fff; */
}


.indexbox .hezuokehubox .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem;
  padding-bottom: 0rem;
}

.indexbox .hezuokehubox .swiper-slide {
  text-align: center;
  font-size: 18rem;
  background: #fff;
  height: calc((100% - 50rem) / 4) !important;

  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgb(205, 205, 205) 0rem 0rem 5rem;
  -webkit-box-shadow: rgb(205, 205, 205) 0rem 0rem 5rem;
  border-radius: 10rem;
  transition: all .4s;
  overflow: hidden;
}

.indexbox .hezuokehubox .swiper-slide:hover {
  transform: translateY(-10%);
}

.indexbox .hezuokehubox .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transition: all .6s;
}

.indexbox .hezuokehubox .swiper-slide:hover img {
  transform: scale(1.3);
}

.indexbox .hezuokehubox .indexkehubox {
  width: 100%;
  margin-top: 50rem;
  position: relative;
}

.indexbox .hezuokehubox .indexkehubox .swiper-pagination-bullet-active {
  background: #0072bc;
}


.indexbox .hezuokehubox .indexkehubox .swiper-pagination-bullet {
  background: #000;
  opacity: .2;
}

.indexbox .hezuokehubox .indexkehubox .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0089cf;
  /* width: 14rem;
  height: 14rem;
  border-radius: 50%; */
  opacity: 1;
}

.indexbox .hezuokehubox .indexkehubox .HomeProBox {
  width: 99.5%;
  margin: 0rem auto;
}

.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li {
  width: 150rem;
  height: 132rem;
  position: relative;
  background: url(../image/homeproline.png) no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100rem;
}

.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li::before {
  content: '';
  display: block;
  width: 130rem;
  height: 114rem;
  background: url(../image/homeprobox.png) no-repeat center center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-size: 100% 100%;
  transition: all .5s;
}

.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li a {
  position: relative;
  z-index: 9;
  text-align: center;
}

.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li .ico {
  width: 90rem;
  height: 90rem;
  position: relative;
  margin: 0 auto;
}

.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li .ico img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(1) translate(-50%, -50%);
  transition: all .5s;
  max-height: 100%;
  max-width: 100%;
  transform-origin: top left;
  animation: scaleimg2 1s;
  width: auto;
  max-height: 300%;
  max-width: 300%;
}

.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li .ico .img1 {
  transform: scale(1) translate(-50%, -50%);
}

.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li:hover::before {
  background-image: url(../image/homeproboxc.png);
}

.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li:hover .ico .img1 {
  transform: scale(0) translate(-50%, -50%);
}

.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li:hover .ico .img2 {
  /* animation: scaleimg2 1s; */
  /* width: auto; */
  /* max-height: 300%; */
  /* max-width: 300%; */
}

.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li .name {
  font-size: 8rem;
  line-height: 12rem;
  max-width: 78%;
  /* margin-top: 20rem; */
  transition: all .5s;
  -webkit-transition: all .5s;
  margin: auto;
  display: none;
}

.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li:hover .name {
  color: #fff;
}

.indexbox .hezuokehubox .indexkehubox .HomeProBox ul::after {
  /* content: ''; */
  display: block;
  /* clear: both; */
}

.indexbox .hezuokehubox .indexkehubox .HomeProBox ul {
  width: 100%;
  height: 471rem;
  position: relative;
  margin-top: 160rem;
}

.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li {
  position: absolute;
}

.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li:first-child {
  left: 0;
  top: 145rem;
}

.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li:nth-child(2) {
  left: 109rem;
  top: 81rem;
}

.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li:nth-child(3) {
  left: 109rem;
  top: 208rem;
}

.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li:nth-child(4) {
  left: 218rem;
  top: 17rem;
}

.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li:nth-child(5) {
  left: 218rem;
  top: 144rem;
}

.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li:nth-child(6) {
  left: 218rem;
  top: 271rem;
}

.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li:nth-child(7) {
  left: 328rem;
  top: -46rem;
}

.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li:nth-child(8) {
  left: 328rem;
  top: 81rem;
}

.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li:nth-child(9) {
  left: 328rem;
  top: 208rem;
}
.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li:nth-child(10) {
  left: 328rem;
  top: 335rem;
}
.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li:nth-child(11) {
  left: 437rem;
  top: 18rem;
}
.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li:nth-child(12) {
  left: 437rem;
  top: 145rem;
}


.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li:nth-child(13) {
  left: 437rem;
  top: 272rem;
}
.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li:nth-child(14) {
  left: 546rem;
  top: -46rem;
}
.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li:nth-child(15) {
  left: 546rem;
  top: 81rem;
}
.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li:nth-child(16) {
  left: 546rem;
  top: 208rem;
}
.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li:nth-child(17) {
  left: 546rem;
  top: 335rem;
}
.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li:nth-child(18) {
  left: 655rem;
  top: 18rem;
}
.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li:nth-child(19) {
  left: 655rem;
  top: 145rem;
}
.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li:nth-child(20) {
  left: 655rem;
  top: 272rem;
}
.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li:nth-child(21) {
  left: 764rem;
  top: -46rem;
}
.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li:nth-child(22) {
  left: 764rem;
  top: 81rem;
}
.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li:nth-child(23) {
  left: 764rem;
  top: 208rem;
}
.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li:nth-child(24) {
  left: 764rem;
  top: 335rem;
}
.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li:nth-child(25) {
  left: 873rem;
  top: -110rem;
}
.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li:nth-child(26) {
  left: 873rem;
  top: 17rem;
}
.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li:nth-child(27) {
  left: 873rem;
  top: 144rem;
}
.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li:nth-child(28) {
  left: 873rem;
  top: 271rem;
}
.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li:nth-child(29) {
  left: 982rem;
  top: -46rem;
}
.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li:nth-child(30) {
  left: 982rem;
  top: 81rem;
}
.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li:nth-child(31) {
  left: 982rem;
  top: 208rem;
}
.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li:nth-child(32) {
  left: 982rem;
  top: 335rem;
}
.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li:nth-child(33) {
  left: 1091rem;
  top: 18rem;
}
.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li:nth-child(34) {
  left: 1091rem;
  top: 145rem;
}
.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li:nth-child(35) {
  left: 1091rem;
  top: 272rem;
}
.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li:nth-child(36) {
  left: 1200rem;
  top: -46rem;
}
.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li:nth-child(37) {
  left: 1200rem;
  top: 81rem;
}
.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li:nth-child(38) {
  left: 1200rem;
  top: 208rem;
}
.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li:nth-child(39) {
  left: 1200rem;
  top: 335rem;
}
.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li:nth-child(40) {
  left: 1309rem;
  top: 18rem;
}
.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li:nth-child(41) {
  left: 1309rem;
  top: 145rem;
}
.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li:nth-child(42) {
  left: 1309rem;
  top: 272rem;
}
.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li:nth-child(43) {
  left: 1418rem;
  top: -46rem;
}
.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li:nth-child(44) {
  left: 1418rem;
  top: 81rem;
}
.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li:nth-child(45) {
  left: 1418rem;
  top: 208rem;
}
.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li:nth-child(46) {
  left: 1418rem;
  top: 335rem;
}
.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li:nth-child(47) {
  left: 1527rem;
  top: 18rem;
}
.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li:nth-child(48) {
  left: 1527rem;
  top: 145rem;
}
.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li:nth-child(49) {
  left: 1527rem;
  top: 272rem;
}
.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li:nth-child(50) {
  left: 1636rem;
  top: 81rem;
}
.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li:nth-child(51) {
  left: 1636rem;
  top: 207rem;
}
.indexbox .hezuokehubox .indexkehubox .HomeProBox ul li:nth-child(52) {
  left: 1745rem;
  top: 145rem;
}


.indexbox .hezuokehubox .indexkehubox .HomeProBox dl dd {
  width: 90rem;
  height: 79rem;
  background: url(../image/zs.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  opacity: 0.4;
  z-index: -1;
}

.indexbox .hezuokehubox .indexkehubox .HomeProBox dl dd.line {
  width: 93rem;
  height: 81rem;
  background: url(../image/line.png) no-repeat center center;
  background-size: 100% 100%;
  display: none;
}

.indexbox .hezuokehubox .indexkehubox .HomeProBox dl dd:nth-child(1) {
  top: 0;
  left: 406rem;
  opacity: 0.7;
}

.indexbox .hezuokehubox .indexkehubox .HomeProBox dl dd:nth-child(2) {
  top: 390rem;
  left: 180rem;
  opacity: 0.7;
}

.indexbox .hezuokehubox .indexkehubox .HomeProBox dl dd:nth-child(3) {
  left: 20%;
  top: 50%;
}

.indexbox .hezuokehubox .indexkehubox .HomeProBox dl dd:nth-child(4) {
  left: 124rem;
  top: 580rem;
}

.indexbox .hezuokehubox .indexkehubox .HomeProBox dl dd:nth-child(5) {
  top: 125rem;
  right: -20rem;
}

.indexbox .hezuokehubox .indexkehubox .HomeProBox dl dd:nth-child(6) {
  top: 540rem;
  left: 375rem;
  opacity: 0.4;
}

.indexbox .hezuokehubox .indexkehubox .HomeProBox dl dd:nth-child(7) {
  top: 370rem;
  left: 80rem;
  width: 64rem;
  ;
  height: 56rem;
  opacity: 0.3;
}

@media(max-width:1024px) {
  .indexbox .hezuokehubox .indexkehubox .HomeProBox ul li {
    position: static;
    width: 230rem;
    height: 190rem;
    float: left;
  }

  .indexbox .hezuokehubox .indexkehubox .HomeProBox dl {
    display: none;
  }

  .indexbox .hezuokehubox .indexkehubox .HomeProBox ul {
    width: auto;
    height: auto;
  }

  .indexbox .hezuokehubox .indexkehubox .HomeProBox ul::after {
    content: "";
    display: block;
    clear: both;
  }

  .indexbox .hezuokehubox .indexkehubox .HomeProBox {
    padding-right: 0;
  }

  .indexbox .hezuokehubox .indexkehubox .HomeProBox ul li::before {
    display: none;
  }

  .indexbox .hezuokehubox .indexkehubox .HomeProBox ul {
    margin-left: -2%;
  }

  .indexbox .hezuokehubox .indexkehubox .HomeProBox ul li {
    width: 31.33%;
    float: left;
    margin-left: 2%;
    margin-bottom: 2%;
    background: #fff;
    height: auto;
    padding: 15rem 10rem;
    box-sizing: border-box;
  }

  .indexbox .hezuokehubox .indexkehubox .HomeProBox ul li .ico {
    width: 50rem;
    height: 50rem;
  }

  .indexbox .hezuokehubox .indexkehubox .HomeProBox ul li .ico img {
    max-width: 35rem;
    max-height: 35rem;
  }

  .indexbox .hezuokehubox .indexkehubox .HomeProBox ul li .name {
    max-width: 100%;
    font-size: 14rem;
    line-height: 24rem;
    margin-top: 10rem;
    height: 48rem;
  }

  .indexbox .hezuokehubox .indexkehubox .HomeProBox ul li:hover {
    background-image: linear-gradient(to right, #1979a6, #0c9864);
  }
}


@media(max-width:768px) {
  .HomePro .HomeProTit {
    position: static;
    max-width: 100%;
  }

  .indexbox .hezuokehubox .indexkehubox .HomeProBox {
    padding: 0;
    margin-top: 30rem;
  }

  .HomePro .HomeProTit .con {
    margin-bottom: 20rem;
  }

  .indexbox .hezuokehubox .indexkehubox .HomeProBox ul li .ico {
    width: 40rem;
    height: 40rem;
  }

  .indexbox .hezuokehubox .indexkehubox .HomeProBox ul li .ico img {
    max-width: 25rem;
    max-height: 25rem;
  }
}


/* mapbox */
.indexbox .mapbox {
  background: linear-gradient(to right, #e7eaef, #eaf0f0);
  padding-bottom: 0;
  margin: 60rem 0;
}

.aboutbj {
  position: relative;
  padding-top: 60rem;
}

.aboutbj .sonTitle {
  position: absolute;
  left: 0;
  z-index: 4;
  top: 50rem;
  font-size: 42rem;
  width: 100%;
  text-align: center;
  color: #000;
}

.aboutbj-map {
  width: 100%;
  position: relative;
}

.aboutbj-map .contain {
  position: relative;
  /* width: 1400rem; */
  margin: auto;
  min-height: 945rem;
}

.aboutbj-map-bg {
  width: 100%;
  object-fit: cover;
  max-width: 100%;
}

.mobilebg.aboutbj-map-bg {
  display: none;
}

.aboutbj-map-dot {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
}

.aboutbj-map-dot .dot {
  position: absolute;
  z-index: 6;
  display: flex;
  align-items: center;
}

.aboutbj-map-dot .dot i {
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background: #fa8002;
  margin-right: 10rem;
  position: relative;
}

.aboutbj-map-dot .dot i::before,
.aboutbj-map-dot .dot i::after {
  content: "";
  display: block;
  width: 15rem;
  height: 15rem;
  border: 1rem solid #fa8002c2;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -9rem 0 0 -8rem;
  animation: aboutbjRing 1.5s linear infinite;
  opacity: 0;
}

.aboutbj-map-dot .dot i::before {
  animation-delay: .6s;
}

.aboutbj-map-dot .dot i::after {
  animation-delay: 0s;
}

@keyframes aboutbjRing {
  0% {
    opacity: 0;
    transform: scale(.8)
  }

  5% {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: scale(3.6)
  }
}

.aboutbj-map-dot .dot span {
  font-size: 14rem;
  color: #0da3d1;
  position: relative;
  z-index: 4;
}

.aboutbj-map-dot .dot.active {
  flex-direction: column-reverse;
  justify-content: center;
}

.aboutbj-map-dot .dot.active i {
  margin-right: 0;
  background: #0056b8 url('../image/logo.png') no-repeat center;
  width: 26rem;
  height: 26rem;
  background-size: contain;
}

.aboutbj-map-dot .dot.active span {
  color: #0056b8;
  margin-bottom: 2rem;
}

.aboutbj-map-dot .dot.active i::before,
.aboutbj-map-dot .dot.active i::after {
  border: 1rem solid #0da3d1;
}

/* -- */
.aboutbj-map-dot .dot.zhongguo {
  left: 34.5%;
  top: 38%;
}

.aboutbj-map-dot .dot.yindu {
  left: 66.6%;
  top: 44.6%;
}

.aboutbj-map-dot .dot.yuenan {
  left: 75.2%;
  top: 47.4%;
}

.aboutbj-map-dot .dot.taiguo {
  left: 73%;
  top: 46%;
}

.aboutbj-map-dot .dot.tuerqi {
  left: 54.9%;
  top: 31.2%;
}

.aboutbj-map-dot .dot.feilvbin {
  left: 78.5%;
  top: 44.9%;
}

.aboutbj-map-dot .dot.meiguo {
  left: 21.1%;
  top: 27.9%;
}

.aboutbj-map-dot .dot.malaixiya {
  left: 73.8%;
  top: 54%;
}

.aboutbj-map-dot .dot.aerjiliya {
  left: 45.9%;
  top: 38.4%;
}

.aboutbj-map-dot .dot.aiji {
  left: 53.9%;
  top: 38.7%;
}

.aboutbj-map-dot .dot.baxi {
  left: 32.5%;
  top: 62%;
}

.aboutbj-map-dot .dot.eluosi {
  left: 72.5%;
  top: 20%;
}

.aboutbj-map-dot .dot.tianjin {
  left: 75.8%;
  top: 29.4%;
  display: none;
}

.aboutbj-map-dot .dot.hanguo {
  left: 78.6%;
  top: 33%;
}

.aboutbj-map-dot .dot.shandong {
  left: 76.1%;
  top: 32.8%;
}

.aboutbj-map-dot .dot.chongqing {
  left: 73.8%;
  top: 38%;
}

.aboutbj-map-dot .dot.anhui {
  left: 75.6%;
  top: 35.6%;
}

.aboutbj-map-dot .dot.hubei {
  left: 77%;
  top: 36.6%;
}

.aboutbj-map-dot .dot.jiangxi {
  left: 75.7%;
  top: 38.4%;
}

.aboutbj-map-dot .dot.fujian {
  left: 76.8%;
  top: 39.6%;
}

.aboutbj-map-dot .dot.guangxi {
  left: 74.35%;
  top: 40.2%;
}

.aboutbj-map-dot .dot.taiwan {
  left: 77.93%;
  top: 40.3%;
}

.aboutbj-map-dot .dot.guangdong {
  left: 75.67%;
  top: 41.4%;
}

.aboutbj-map-dot .dot.bajisitan {
  left: 63.7%;
  top: 38%;
}

.aboutbj-map-dot .dot.dongpuzhai {
  left: 74%;
  top: 47.5%;
}

.aboutbj-map-dot .dot.silikalan {
  left: 67.8%;
  top: 51%;
}

.aboutbj-map-dot .dot.yinni {
  left: 76.9%;
  top: 56.7%;
}

.aboutbj-map-dot .dot.alianxi {
  left: 60.3%;
  top: 40.5%;
}

.aboutbj-map-dot .dot.nanfei {
  left: 51.8%;
  top: 75.8%;
}

.aboutbj-map-dot .dot.jianada {
  top: 16%;
  left: 24%;
}

/* -- */
.aboutbj-info {
  width: 100%;
  position: absolute;
  z-index: 7;
  left: 0;
  bottom: 32rem;
}

.aboutbj-info ul {
  justify-content: center;
  display: flex;
  margin-bottom: 0;
}

.aboutbj-info li {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aboutbj-info li .num {
  font-size: 70rem;
  line-height: .8;
  color: #0072bc;
  font-family: "MB";
  margin-right: 20rem;
}

.aboutbj-info li .cont {
  width: 62%;
}

.aboutbj-info li .name {
  color: #333;
  line-height: 1.1;
  font-size: 32rem;
}

.aboutbj-info li .text {
  color: #666;
  /* max-width: 320rem; */
  font-size: 20rem;
  margin-top: 20rem;
}

/* kehushuo */
.indexkehushuobox {
  /* height: 480rem; */
  /* margin-top: 50rem; */
  position: relative;
}

.kehushuobox {
  /* padding-top: 20rem; */
  /* padding-bottom: 0; */
}

.indexkehushuobox .swiper {
  height: 100%;
  padding: 40rem 30rem;
  box-shadow: 0rem 0rem 5rem #00000038;
  border-radius: 20rem;
}

.indexkehushuobox .swiper .swiper-wrapper {
  /* overflow: hidden; */
}

.indexkehushuobox .swiper .fatherswiper-wrapper {
  overflow: hidden;
}

.indexkehushuobox .swiper-slide {
  text-align: center;
  font-size: 18rem;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.indexkehushuobox .swiper-slide .imgbox img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  object-fit: cover;
  /* border-top-right-radius: 50rem; */
  /* border-top-left-radius: 10rem; */
  /* border-bottom-left-radius: 50rem; */
  /* border-bottom-right-radius: 10rem; */
  /* width: 100%; */
  /* height: 100%; */
}

.indexkehushuobox .swiper-slide.swiper-slide-active .imgbox img {
  animation: myfadeup 1.3s;
}

.indexkehushuobox .swiper-slide .imgbox {
  border-top-right-radius: 50rem;
  border-top-left-radius: 10rem;
  border-bottom-left-radius: 50rem;
  border-bottom-right-radius: 10rem;
  overflow: hidden;
  height: 520rem;
  width: 46%;
  box-shadow: 0rem 0rem 5rem #0089cf61;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0089cf;
}

.indexkehushuobox .swiper-slide .textbox {
  width: 50%;
  text-align: left;
}

.indexkehushuobox .swiper-slide.swiper-slide-active .textbox .name {
  animation: myfadedown 1s;
}


.indexkehushuobox .swiper-slide .textbox .name {
  background: #0089cf;
  padding: 10rem 24rem;
  display: inline-block;
  border-top-left-radius: 10rem;
  border-bottom-right-radius: 10rem;
  color: #fff;
  font-size: 26rem;
}

.indexkehushuobox .swiper-slide .textbox .text {
  margin: 60rem 0;
  line-height: 30rem;
  font-size: 18rem;
}

.indexkehushuobox .swiper-slide .textbox .phone {
  display: inline-block;
  /* width: 335rem; */
  background: #0089cf;
  height: 80rem;
  text-align: center;
  line-height: 46rem;
  font-size: 24rem;
  padding: 14rem 21rem;
  box-sizing: border-box;
  margin-left: -60rem;
  border-top-right-radius: 50rem;
  border-bottom-right-radius: 50rem;
  /* -webkit-box-shadow: #000 0rem 0rem 15rem; */
  -moz-box-shadow: #000 0rem 0rem 15rem;
  box-shadow: #00000042 0rem 0rem 15rem;
}

.indexkehushuobox .swiper-slide.swiper-slide-active .textbox .phone {
  animation: myfadeup 1s;
}

.indexkehushuobox .swiper-slide .textbox .phone .haoma {
  color: #fff;
  border: 2rem #fff dashed;
  display: block;
  height: 48rem;
  border-left: none;
  border-top-right-radius: 50rem;
  border-bottom-right-radius: 50rem;
  padding: 0rem 15rem;
}


.indexkehushuobox .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "";
}

.indexkehushuobox .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "";
}

.indexkehushuobox .swiper-button-next,
.indexkehushuobox .swiper-button-prev {
  position: absolute;
  top: 50%;
  right: 0;
  width: 60rem;
  height: 60rem;
  margin-top: -22rem;
  z-index: 10;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #0089cf;
  border-radius: 50%;
}

.indexkehushuobox .btnbox {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.indexkehushuobox .btnbox.left {
  left: -5%;
}

.indexkehushuobox .btnbox.right {
  right: -5%;
}

.indexkehushuobox .btnbox a {

  display: block;
  width: 60rem;
  height: 60rem;
  margin-top: -22rem;
  z-index: 10;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #0089cf;
  border-radius: 50%;
}

.indexkehushuobox .btnbox a.prev {
  background-image: url(../image/left.png);
}

.indexkehushuobox .btnbox a.next {
  background-image: url(../image/right.png);
}


.indexkehushuobox .swiper-button-prev.swiper-button-white,
.indexkehushuobox .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url(../image/left.png);
}

.indexkehushuobox .swiper-button-next.swiper-button-white,
.indexkehushuobox .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url(../image/right.png);
}

.thecustomersaysbox {
    /* display: flex; */
    /* align-items: center; */
}
.thecustomersaysbox .thecustomersayscontentbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 850rem;
}

.thecustomersaysbox .thecustomersayscontentbox .leftbox {
    display: flex;
    flex-direction: column;
    width: 50%;
    height: 100%;
}

.thecustomersaysbox .thecustomersayscontentbox .leftbox .leftitembox {
    display: flex;
    height: 50%;
    width: 100%;
}

.thecustomersaysbox .thecustomersayscontentbox .leftbox .leftitembox:nth-child(2n) {
    display: flex;
    flex-direction: row-reverse;
}

.thecustomersaysbox .thecustomersayscontentbox .leftbox .leftitembox .textbox {
    width: 50%;
    padding: 35rem;
    border: 1rem solid #66666647;
    position: relative;
}

.thecustomersaysbox .thecustomersayscontentbox .leftbox .leftitembox .textbox .name {
    background: #0089cf;
    padding: 10rem 48rem;
    display: inline-block;
    border-top-left-radius: 10rem;
    border-bottom-right-radius: 10rem;
    color: #fff;
    font-size: 40rem;
    margin: 20rem 0;
}

.thecustomersaysbox .thecustomersayscontentbox .leftbox .leftitembox .textbox .text {
    font-size: 18rem;
    line-height: 32rem;
    color: #000;
}

.thecustomersaysbox .thecustomersayscontentbox .leftbox .leftitembox .textbox .logo {
    /* width: 100%; */
    position: absolute;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    bottom: 40rem;
    right: 30rem;
}

.thecustomersaysbox .thecustomersayscontentbox .leftbox .leftitembox .textbox .logo img {
    width: 50%;!;!0;!00;!0;!;
}

.thecustomersaysbox .thecustomersayscontentbox .leftbox .leftitembox .imgbox {
    width: 50%;
    overflow: hidden;
    height: 100%;
}

.thecustomersaysbox .thecustomersayscontentbox .leftbox .leftitembox .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}

.thecustomersaysbox .thecustomersayscontentbox .leftbox .leftitembox:hover .imgbox img {
    transform: scale(1.1);
}

.thecustomersaysbox .thecustomersayscontentbox .itembox {
    display: flex;
    flex-direction: column;
    width: 50%;
    /* border: 1rem solid #eee; */
    height: 100%;
    position: relative;
}

.thecustomersaysbox .thecustomersayscontentbox .itembox .logo {
    position: absolute;
    left: 60rem;
    top: 40rem;
}

.thecustomersaysbox .thecustomersayscontentbox .itembox .logo img {
    width: 64%;
    filter: invert(1) brightness(200);
}

.thecustomersaysbox .thecustomersayscontentbox .itembox .imgbox {
    /* box-shadow: 0rem 0rem 5rem #0000006b; */
    border: 1rem solid #eee;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}

.thecustomersaysbox .thecustomersayscontentbox .itembox .imgbox:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .2;
}

.thecustomersaysbox .thecustomersayscontentbox .itembox .imgbox img {
    width: 100%;
    transition: all .6s;
    height: 100%;
    object-fit: cover;
}

.thecustomersaysbox .thecustomersayscontentbox .itembox:hover .imgbox img {
    transform: scale(1.1);
}

.thecustomersaysbox .thecustomersayscontentbox .itembox .textbox {
    position: absolute;
    width: 55%;
    padding: 40rem;
    bottom: 0;
    margin: 4%;
    right: 0;
}

.thecustomersaysbox .thecustomersayscontentbox .itembox .textbox .name {
    background: #0089cf;
    padding: 10rem 48rem;
    display: inline-block;
    border-top-left-radius: 10rem;
    border-bottom-right-radius: 10rem;
    color: #fff;
    font-size: 40rem;
    margin: 20rem 0;
}

.thecustomersaysbox .thecustomersayscontentbox .itembox .textbox .text {
    font-size: 18rem;
    line-height: 32rem;
    color: #fff;
}

