/* 首页 index */
.wrap {
  background-color: #F8F8F8;
}
.wrap .index-title {
  color: #242B3D;
}
.wrap .index-title .cn {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.28rem;
}
.wrap .index-title .en {
  font-family: Impact, Impact;
  font-weight: 400;
  font-size: 0.8rem;
}
.wrap .banner-box {
  width: 100%;
  height: 10.8rem;
  position: relative;
}
.wrap .banner-box .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wrap .banner-box .banner {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrap .banner-box .banner .des .text {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.28rem;
  color: #FFFFFF;
}
.wrap .banner-box .banner .des .title {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 0.72rem;
  color: #FFFFFF;
  margin: 0.35rem 0;
}
.wrap .banner-box .banner .des .bt {
  width: 2.09rem;
  height: 0.63rem;
  background: #E9631B;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.2rem;
  color: #FFFFFF;
}
.wrap .banner-box .banner .des .bt img {
  width: 0.2rem;
  margin-left: 0.1rem;
}
.wrap .banner-box .banner .list {
  flex-shrink: 0;
  width: 4.9rem;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wrap .banner-box .banner .list .item {
  display: flex;
  align-items: center;
  margin: 0.45rem 0;
  transition: all 0.365s;
}
.wrap .banner-box .banner .list .item:nth-child(1),
.wrap .banner-box .banner .list .item:nth-child(5) {
  margin-left: 0.85rem;
}
.wrap .banner-box .banner .list .item:nth-child(2),
.wrap .banner-box .banner .list .item:nth-child(4) {
  margin-left: 0.34rem;
}
.wrap .banner-box .banner .list .item:nth-child(3) {
  margin-left: 0.16rem;
}
.wrap .banner-box .banner .list .item.active:nth-child(1),
.wrap .banner-box .banner .list .item.active:nth-child(5) {
  margin-left: 0.65rem;
}
.wrap .banner-box .banner .list .item.active:nth-child(2),
.wrap .banner-box .banner .list .item.active:nth-child(4) {
  margin-left: 0.15rem;
}
.wrap .banner-box .banner .list .item.active:nth-child(3) {
  margin-left: 0;
}
.wrap .banner-box .banner .list .item.active img {
  width: 0.77rem;
  height: 0.77rem;
}
.wrap .banner-box .banner .list .item.active .icon {
  display: none;
}
.wrap .banner-box .banner .list .item.active .icon1 {
  display: block;
}
.wrap .banner-box .banner .list .item.active p {
  font-weight: bold;
  font-size: 0.24rem;
  opacity: 1;
  margin-left: 0;
}
.wrap .banner-box .banner .list .item img {
  width: 0.39rem;
  height: 0.39rem;
  flex-shrink: 0;
}
.wrap .banner-box .banner .list .item .icon1 {
  display: none;
}
.wrap .banner-box .banner .list .item p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.2rem;
  color: #FFFFFF;
  margin-left: 0.2rem;
  opacity: 0.7;
}
.wrap .about-wrap {
  background: url(../img/index/bg2.png) no-repeat;
  background-size: cover;
}
.wrap .about-wrap .about-box {
  padding: 0.9rem 0;
  margin: 0 auto;
  display: flex;
}
.wrap .about-wrap .about-box .left {
  width: 9.89rem;
}
.wrap .about-wrap .about-box .left .img {
  width: 100%;
  margin-top: 0.45rem;
}
.wrap .about-wrap .about-box .left .img img {
  width: 100%;
  height: auto;
}
.wrap .about-wrap .about-box .right {
  width: 6.11rem;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0.5rem 0.01rem rgba(0, 0, 0, 0.12);
  padding: 0.6rem;
  border-top: 4px solid #1C3C89;
}
.wrap .about-wrap .about-box .right .title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.5rem;
  color: #232B3C;
  line-height: 0.75rem;
}
.wrap .about-wrap .about-box .right .logo {
  margin: 0.4rem 0;
}
.wrap .about-wrap .about-box .right .logo img {
  width: 2.73rem;
}
.wrap .about-wrap .about-box .right .text {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.24rem;
  color: #232B3C;
}
.wrap .about-wrap .about-box .right .des {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #6D6D6D;
  line-height: 0.3rem;
  margin-top: 0.22rem;
}
.wrap .about-wrap .about-box .right .number-box {
  display: flex;
  margin-top: 0.7rem;
  padding-top: 0.16rem;
  border-top: 1px solid #D1D1D1;
}
.wrap .about-wrap .about-box .right .number-box .item {
  flex: 1;
  position: relative;
}
.wrap .about-wrap .about-box .right .number-box .item::after {
  content: '';
  height: 100%;
  border-right: 1px dashed #D1D1D1;
  position: absolute;
  right: 0;
  top: 0;
}
.wrap .about-wrap .about-box .right .number-box .item:last-of-type::after {
  display: none;
}
.wrap .about-wrap .about-box .right .number-box .item .number {
  display: flex;
  justify-content: center;
}
.wrap .about-wrap .about-box .right .number-box .item .number .counter {
  font-family: Impact, Impact;
  font-weight: 400;
  font-size: 0.74rem;
  color: #E9631B;
}
.wrap .about-wrap .about-box .right .number-box .item .number .xiushi {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 0.08rem;
}
.wrap .about-wrap .about-box .right .number-box .item .number .xiushi span {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.22rem;
  color: #E9631B;
}
.wrap .about-wrap .about-box .right .number-box .item .number-text {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.16rem;
  color: #232B3C;
  text-align: center;
}
.wrap .product-wrap {
  position: relative;
  background: url(../img/index/bg3.png) no-repeat;
  background-size: cover;
  backdrop-filter: blur(3px);
  height: 9.6rem;
}
.wrap .product-wrap .product-title {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 1rem;
  width: 100%;
  left: 0;
}
.wrap .product-wrap .list {
  display: flex;
  height: 100%;
}
.wrap .product-wrap .list .item {
  flex: 1;
  display: flex ;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.365s;
  border-right: 0.01rem solid rgba(255, 255, 255, 0.55);
}
.wrap .product-wrap .list .item:last-of-type {
  border: none;
}
.wrap .product-wrap .list .item:hover {
  background: #1C3C89;
}
.wrap .product-wrap .list .item:hover .icon .icon1 {
  display: none;
}
.wrap .product-wrap .list .item:hover .icon .icon2 {
  display: block;
}
.wrap .product-wrap .list .item:hover .label-box {
  display: flex;
}
.wrap .product-wrap .list .item .icon {
  transition: all 0.365s;
}
.wrap .product-wrap .list .item .icon img {
  width: 1.21rem;
}
.wrap .product-wrap .list .item .icon .icon2 {
  display: none;
}
.wrap .product-wrap .list .item .text {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.3rem;
  color: #FFFFFF;
  margin-top: 0.2rem;
}
.wrap .product-wrap .list .item .label-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.4rem;
  padding: 0 0.3rem;
  display: none;
  transition: all 0.365s;
}
.wrap .product-wrap .list .item .label-box .label {
  width: 1.53rem;
  height: 0.44rem;
  border-radius: 0rem 0rem 0rem 0rem;
  border: 0.01rem solid #FFFFFF;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.2rem;
}
.wrap .product-wrap .list .item .label-box .label:hover {
  background: rgba(255, 255, 255, 0.55);
}
.wrap .case-wrap {
  background: url(../img/index/bg4.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 9.45rem;
  margin-top: 0.9rem;
}
.wrap .case-wrap .case-box {
  margin: 0 auto;
}
.wrap .case-wrap .case-box .caseSwiper {
  margin-top: 1.7rem;
  width: 100%;
  overflow: hidden;
}
.wrap .case-wrap .case-box .caseSwiper .swiper-slide .img {
  width: 100%;
  height: 3.43rem;
}
.wrap .case-wrap .case-box .caseSwiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wrap .case-wrap .case-box .caseSwiper .swiper-slide .text {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #242B3D;
  text-align: center;
  margin-top: 0.16rem;
}
.wrap .case-wrap .case-box .caseSwiper .swiper-slide.swiper-slide-active .text,
.wrap .case-wrap .case-box .caseSwiper .swiper-slide.swiper-slide-next .text {
  color: #242B3D;
}
.wrap .case-wrap .case-box .bt {
  display: none;
}
.wrap .news-wrap {
  background-color: #F8F8F8;
  background-image: url(../img/index/bg5.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom;
  width: 100%;
}
.wrap .news-wrap .news-box {
  margin: 0 auto;
  padding: 0.25rem 0 1.6rem 0;
}
.wrap .news-wrap .news-box .news-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.wrap .news-wrap .news-box .news-top .news-bt {
  width: 2.09rem;
  height: 0.63rem;
  background: #E9631B;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.2rem;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap .news-wrap .news-box .news-top .news-bt img {
  width: 0.21rem;
  margin-left: 0.1rem;
}
.wrap .news-wrap .news-box .news {
  display: flex;
  align-items: center;
  padding: 0.3rem;
  margin-top: 0.65rem;
  background: #FFFFFF;
  box-shadow: 0rem 0.08rem 0.2rem 0.01rem rgba(0, 0, 0, 0.07);
  border-radius: 0.15rem 0.15rem 0.15rem 0.15rem;
  position: relative;
}
.wrap .news-wrap .news-box .news .img {
  width: 5.89rem;
  height: 2.84rem;
  flex-shrink: 0;
}
.wrap .news-wrap .news-box .news .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wrap .news-wrap .news-box .news .des {
  flex: 1;
  margin-left: 0.55rem;
}
.wrap .news-wrap .news-box .news .des .title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #434343;
}
.wrap .news-wrap .news-box .news .des .text {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #9B9B9B;
  line-height: 0.25rem;
  margin-top: 0.25rem;
}
.wrap .news-wrap .news-box .news .des .bt {
  margin-top: 0.26rem;
  width: 1.38rem;
  height: 0.42rem;
  border-radius: 0rem 0rem 0rem 0rem;
  border: 0.01rem solid #DCDCDC;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #9B9B9B;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap .news-wrap .news-box .news .des .bt img {
  width: 0.21rem;
  margin-left: 0.25rem;
}
.wrap .news-wrap .news-box .news .des .date {
  position: absolute;
  right: 0.35rem;
  bottom: 0.11rem;
  text-align: right;
}
.wrap .news-wrap .news-box .news .des .date .day {
  font-family: Impact, Impact;
  font-weight: 400;
  font-size: 0.26rem;
  color: #184FC1;
}
.wrap .news-wrap .news-box .news .des .date .year {
  font-family: Impact, Impact;
  font-weight: 400;
  font-size: 0.47rem;
  color: #E3E3E3;
}
.wrap .news-wrap .news-box .newsSwiper {
  margin-top: 0.7rem;
  width: 100%;
  overflow: hidden;
}
.wrap .news-wrap .news-box .newsSwiper .swiper-slide {
  position: relative;
  padding-bottom: 0.3rem;
}
.wrap .news-wrap .news-box .newsSwiper .swiper-slide::after {
  content: '';
  width: 0;
  height: 2px;
  background: #184FC1;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.365s;
}
.wrap .news-wrap .news-box .newsSwiper .swiper-slide:hover::after {
  width: 100%;
}
.wrap .news-wrap .news-box .newsSwiper .swiper-slide .date {
  display: flex;
  align-items: baseline;
}
.wrap .news-wrap .news-box .newsSwiper .swiper-slide .date .day {
  font-family: Impact, Impact;
  font-weight: 400;
  font-size: 0.26rem;
  color: #184FC1;
  padding-left: 0.1rem;
}
.wrap .news-wrap .news-box .newsSwiper .swiper-slide .date .year {
  font-family: Impact, Impact;
  font-weight: 400;
  font-size: 0.47rem;
  color: #E3E3E3;
}
.wrap .news-wrap .news-box .newsSwiper .swiper-slide .title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #434343;
  margin-top: 0.1rem;
}
.wrap .news-wrap .news-box .newsSwiper .swiper-slide .text {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #9B9B9B;
  line-height: 0.25rem;
  margin-top: 0.18rem;
}
.wrap .news-wrap .news-box .more {
  display: none;
}
@media only screen and (max-width: 900px) {
  body {
    padding-top: 0 !important;
  }
  .wrap .index-title {
    color: #242B3D;
  }
  .wrap .index-title .cn {
    font-size: 0.32rem;
  }
  .wrap .index-title .en {
    font-size: 0.91rem;
  }
  .wrap .banner-box .banner {
    width: 100%;
  }
  .wrap .banner-box .banner .list {
    display: none;
  }
  .wrap .banner-box .banner .des {
    width: 100%;
    padding: 0 0.6rem;
  }
  .wrap .banner-box .banner .des .text {
    font-size: 0.36rem;
  }
  .wrap .banner-box .banner .des .title {
    font-size: 0.72rem;
  }
  .wrap .banner-box .banner .des .bt {
    font-size: 0.26rem;
  }
  .wrap .banner-box .banner .des .bt img {
    width: 0.25rem;
  }
  .wrap .about-wrap {
    padding: 0 0.3rem;
    background: none;
  }
  .wrap .about-wrap .about-box {
    flex-direction: column;
  }
  .wrap .about-wrap .about-box .left {
    width: 100%;
  }
  .wrap .about-wrap .about-box .left .img {
    width: 100%;
    margin-top: 0.5rem;
  }
  .wrap .about-wrap .about-box .left .img img {
    width: 100%;
    height: auto;
  }
  .wrap .about-wrap .about-box .right {
    width: 100%;
    margin-top: 0.25rem;
    padding: 0.5rem 0.3rem;
  }
  .wrap .about-wrap .about-box .right .title {
    font-size: 0.56rem;
  }
  .wrap .about-wrap .about-box .right .logo {
    margin: 0.4rem 0;
  }
  .wrap .about-wrap .about-box .right .logo img {
    width: 3.59rem;
  }
  .wrap .about-wrap .about-box .right .text {
    font-size: 0.4rem;
  }
  .wrap .about-wrap .about-box .right .des {
    font-size: 0.28rem;
    color: #6D6D6D;
    line-height: 0.55rem;
    margin-top: 0.42rem;
  }
  .wrap .about-wrap .about-box .right .number-box {
    display: flex;
    margin-top: 0.5rem;
    padding-top: 0.45rem;
    border-top: 1px solid #D1D1D1;
  }
  .wrap .about-wrap .about-box .right .number-box .item .number .counter {
    font-size: 0.9rem;
  }
  .wrap .about-wrap .about-box .right .number-box .item .number .xiushi {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 0.08rem;
  }
  .wrap .about-wrap .about-box .right .number-box .item .number .xiushi span {
    font-size: 0.39rem;
  }
  .wrap .about-wrap .about-box .right .number-box .item .number-text {
    font-size: 0.24rem;
    margin-top: 0.3rem;
  }
  .wrap .product-wrap {
    height: auto;
    margin-top: 1rem;
  }
  .wrap .product-wrap .product-title {
    display: none;
  }
  .wrap .product-wrap .list {
    display: flex;
    height: auto;
    flex-direction: column;
  }
  .wrap .product-wrap .list .item {
    flex: 1;
    width: 100%;
    min-height: 6rem;
    padding: 0.5rem 0;
    border-right: none;
    border-bottom: 0.01rem solid rgba(255, 255, 255, 0.55);
  }
  .wrap .product-wrap .list .item:last-of-type {
    border: none;
  }
  .wrap .product-wrap .list .item .icon img {
    width: 1.78rem;
  }
  .wrap .product-wrap .list .item .text {
    font-size: 0.42rem;
    margin-top: 0.3rem;
  }
  .wrap .product-wrap .list .item .label-box {
    padding: 0 0.6rem;
    margin-top: 0.5rem;
  }
  .wrap .product-wrap .list .item .label-box .label {
    width: 2.98rem;
    height: 0.86rem;
    font-size: 0.3rem;
    margin-bottom: 0.39rem;
  }
  .wrap .product-wrap .list .item .label-box .label:hover {
    background: rgba(255, 255, 255, 0.55);
  }
  .wrap .case-wrap {
    height: auto;
    margin: 0;
    background: none;
    padding: 0 0.3rem;
    background: #fff;
    padding-bottom: 0.9rem;
    padding-top: 1rem;
  }
  .wrap .case-wrap .case-box {
    margin: 0 auto;
  }
  .wrap .case-wrap .case-box .caseSwiper {
    margin-top: 0.8rem;
  }
  .wrap .case-wrap .case-box .caseSwiper .swiper-slide {
    margin-bottom: 0.55rem;
  }
  .wrap .case-wrap .case-box .caseSwiper .swiper-slide .img {
    width: 100%;
    height: 4.24rem;
  }
  .wrap .case-wrap .case-box .caseSwiper .swiper-slide .text {
    font-size: 0.28rem;
    margin-top: 0.26rem;
    color: #242B3D;
  }
  .wrap .case-wrap .case-box .caseSwiper .swiper-slide.swiper-slide-active .text,
  .wrap .case-wrap .case-box .caseSwiper .swiper-slide.swiper-slide-next .text {
    color: #242B3D;
  }
  .wrap .case-wrap .case-box .bt {
    width: 3.15rem;
    height: 0.95rem;
    border: 0.01rem solid #E9631B;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.29rem;
    color: #E9631B;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 0.55rem;
  }
  .wrap .case-wrap .case-box .bt img {
    width: 0.31rem;
    margin-left: 0.1rem;
  }
  .wrap .news-wrap {
    height: auto;
    margin-top: 0.87rem;
    padding: 0 0.3rem;
  }
  .wrap .news-wrap .news-box {
    margin: 0 auto;
    padding: 0 0 1.6rem 0;
  }
  .wrap .news-wrap .news-box .news-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .wrap .news-wrap .news-box .news-top .news-bt {
    display: none;
  }
  .wrap .news-wrap .news-box .news {
    flex-direction: column;
    padding: 0.3rem;
    margin-top: 0.55rem;
  }
  .wrap .news-wrap .news-box .news .img {
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  .wrap .news-wrap .news-box .news .img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .wrap .news-wrap .news-box .news .des {
    flex: 1;
    margin-left: 0;
    margin-top: 0.29rem;
  }
  .wrap .news-wrap .news-box .news .des .title {
    font-size: 0.38rem;
    line-height: 0.55rem;
  }
  .wrap .news-wrap .news-box .news .des .text {
    font-size: 0.28rem;
    line-height: 0.5rem;
    margin-top: 0.25rem;
  }
  .wrap .news-wrap .news-box .news .des .bt {
    margin-top: 0.4rem;
    width: 2.51rem;
    height: 0.96rem;
    border-radius: 0.48rem 0.48rem 0.48rem 0.48rem;
    border: 0.01rem solid #D7DBDF;
    font-size: 0.28rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .wrap .news-wrap .news-box .news .des .bt img {
    display: none;
  }
  .wrap .news-wrap .news-box .news .des .date {
    display: none;
  }
  .wrap .news-wrap .news-box .newsSwiper {
    margin-top: 0.7rem;
    width: 100%;
    overflow: hidden;
  }
  .wrap .news-wrap .news-box .newsSwiper .swiper-wrapper {
    flex-direction: column;
  }
  .wrap .news-wrap .news-box .newsSwiper .swiper-slide {
    margin-bottom: 0.8rem;
  }
  .wrap .news-wrap .news-box .newsSwiper .swiper-slide .date {
    display: flex;
    align-items: baseline;
  }
  .wrap .news-wrap .news-box .newsSwiper .swiper-slide .date .day {
    font-size: 0.48rem;
  }
  .wrap .news-wrap .news-box .newsSwiper .swiper-slide .date .year {
    font-size: 0.87rem;
  }
  .wrap .news-wrap .news-box .newsSwiper .swiper-slide .title {
    font-size: 0.34rem;
    margin-top: 0.25rem;
  }
  .wrap .news-wrap .news-box .newsSwiper .swiper-slide .text {
    font-size: 0.28rem;
    color: #617081;
    line-height: 0.45rem;
    margin-top: 0.25rem;
  }
  .wrap .news-wrap .news-box .more {
    width: 3.15rem;
    height: 0.95rem;
    background: #E9631B;
    border: 0.01rem solid #E9631B;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.29rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
  .wrap .news-wrap .news-box .more img {
    width: 0.31rem;
    margin-left: 0.1rem;
  }
}
