@charset "UTF-8";

@font-face {
  font-family: 'YouSheBiaoTiHei';
  src: url(https://bailemaoyi.oss-cn-shenzhen.aliyuncs.com/static/home/font/YouSheBiaoTiHei-2.ttf);
}

@font-face {
  font-family: 'Alibaba-PuHuiTi-Medium';
  src: url(https://bailemaoyi.oss-cn-shenzhen.aliyuncs.com/static/home/font/Alibaba-PuHuiTi-Medium.ttf);
}
body{
  font-family: 'Alibaba-PuHuiTi-Medium', sans-serif;
}
.w1720 {
  width: 17.2rem;
  margin: 0 auto;
  max-width: 92%;
}

.w1440 {
  width: 14.4rem;
  margin: 0 auto;
  max-width: 92%;
}

.searchBox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
  display: none;
}

.searchBox .ipt {
  width: 100%;
  height: 2rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.searchBox .ipt .inpZ {
  width: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(94, 94, 94, 0.261);
  padding: 0.5rem 0;
  padding: 0.1rem 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.searchBox .ipt .inpZ input {
  width: 5rem;
  border: none;
}

.searchBox .ipt .inpZ .submit {
  width: 30px;
  height: 30px;
  background-image: url(../images/search.png);
  background-size: 100% 100%;
  background-color: rgba(0, 0, 0, 0);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #ffffff;
  -webkit-box-shadow: 1px -1px 10px -6px #000;
  box-shadow: 1px -1px 10px -6px #000;
}

header .layout {
  height: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 700px) {
  header .layout {
    height: 64px;
  }
}

header .logo {
  width: 1.48rem;
  min-width: 85px;
}

header .logo img {
  width: 100%;
  height: auto;
}

header .nav {
  width: 11.2rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header .nav .tag {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

header .nav .tag .p1 {
  color: #333333;
}

header .nav .tag .p2 {
  color: #707070;
  margin-top: 0.1rem;
}

header .nav .tag .child {
  width: 100vw;
  position: fixed;
  top: 1rem;
  left: 0;
  height: 0.8rem;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
  color: #000000;
  border-top: 1px solid #eeeeee;
}

header .nav .tag .child .child_a {
  background-color: #ffffff;
  white-space: nowrap;
  padding: 0 0.3rem;
  line-height: 0.8rem;
}

header .nav .tag .child .child_a:hover {
  background-color: #002f9c;
  color: #ffffff;
}

header .nav .tag:hover .p1,
header .nav .tag:hover .p2 {
  color: #002f9c;
}

header .nav .tag:hover .child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .nav .onTag .p1,
header .nav .onTag .p2 {
  color: #002f9c;
}

@media (max-width: 1200px) {
  header .nav {
    display: none;
  }
}

header .iconBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .iconBox .icon {
  width: 0.28rem;
  height: 0.28rem;
  min-width: 22px;
  min-height: 22px;
  background-color: #002f9c;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0.1rem;
  position: relative;
}

header .iconBox .icon:nth-child(1) {
  margin-left: 0;
}

header .iconBox .icon:hover {
  background-color: #e94924;
}

header .iconBox .icon:hover .code {
  display: block;
}

header .iconBox .icon img {
  max-width: 75%;
  max-height: 58%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

header .iconBox .icon .code {
  width: 400%;
  height: auto;
  max-width: none;
  max-height: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, 120%);
  transform: translate(-50%, 120%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: none;
}

header .iconBox .search {
  background-color: #e94924;
}

header .iconBox .close {
  width: 28px;
  z-index: 12;
  margin-left: 0.2rem;
  display: none;
}

header .iconBox .close span {
  display: block;
  height: 2px;
  background: #000000;
  margin-bottom: 8px;
  border-radius: 2px;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
}

header .iconBox .close span:nth-child(3) {
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  header .iconBox .close {
    display: block !important;
  }

}

header .iconBox .open span {
  background: #000000;
}

header .iconBox .open span:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

header .iconBox .open span:nth-of-type(2) {
  width: 0;
}

header .iconBox .open span:nth-of-type(3) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

header .h-nav {
  display: block;
  position: fixed;
  width: 100%;
  background-color: #ffffff;
  top: 1rem;
  right: -100%;
  -webkit-transition: all .5s;
  transition: all .5s;
  color: #000000;
  z-index: 20;
}

header .h-nav .HnavBox {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #336bb8;
  height: calc((100vh - 1rem) / 7);
}

header .h-nav .HnavBox .onc {
  padding: 0.3rem 0.5rem;
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  background-color: #002f9c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

header .h-nav .HnavBox .onc p:nth-child(1) {
  margin-bottom: 0.2rem;
}

header .h-nav .HnavBox .onc:hover {
  background-color: #5e8fd4;
  color: #fff;
}

header .h-nav .active {
  background-color: #f2cb1e;
}

header .h-nav .hideBox {
  position: relative;
}

header .h-nav .hideBox .Aicon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .h-nav .hideBox .Aicon:hover {
  background-color: #c9bda6;
  color: #ffffff;
}

header .h-nav .hideBox .Aicon .onc:hover {
  background-color: rgba(0, 0, 0, 0);
}

header .h-nav .hideBox .Aicon .span1 {
  font-size: 26px;
  padding-right: 0.5rem;
  cursor: pointer;
}

header .h-nav .hideBox .Aicon .span2 {
  font-size: 26px;
  padding-right: 0.5rem;
  cursor: pointer;
  display: none;
}

header .h-nav .hideBox .hide {
  display: none;
}

header .h-nav .hideBox .hide li {
  padding: 0 0.7rem;
  line-height: 40px;
}

header .h-nav .hideBox .hide li:hover {
  background-color: #c9bda6;
  color: #ffffff;
}

header .h-nav .k .Aicon .span1 {
  display: none;
}

header .h-nav .k .Aicon .span2 {
  display: block;
}

header .mask {
  position: fixed;
  top: 1rem;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
  display: none;
}

@media (max-width: 1200px) {

  header .h-nav {
    width: 40%;
  }
}
@media (max-width: 750px) {
  header .h-nav {
    width: 100%;
  }
}
@media (max-width: 700px) {
  header .h-nav {
    top: 64px;
  }

  header .h-nav .HnavBox {
    height: calc((100vh - 64px) / 7);
  }

  header .mask {
    top: 64px;
  }
  header .h-nav .HnavBox .onc p:nth-child(1) {
  margin-bottom: 0;
}
}

.page1 {
  margin-top: 1rem;
}

.page1 .swiper1 {
  position: relative;
}

.page1 .swiper1 .swiper-slide {
  height: auto;
}

.page1 .swiper1 .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page1 .swiper1 .swiper-pagination {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: calc(100 / 1920 * 100%);
  bottom: calc(100 / 840 * 100%);
  left: auto;
}

.page1 .swiper1 .swiper-pagination .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  min-width: 10px;
  min-height: 10px;
  opacity: 1;
  background: none;
  background-size: 100% 100%;
  background-image: url(../images/icon8.png);
  margin: 0 0.1rem;
}

.page1 .swiper1 .swiper-pagination .swiper-pagination-bullet-active {
  background-image: url(../images/icon9.png);
}

.page1 .swiper1 .mouse {
  width: 0.36rem;
  height: auto;
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 1;
  cursor: pointer;
  -webkit-animation: identifier 2s infinite;
  animation: identifier 2s infinite;
}

@-webkit-keyframes identifier {
  0% {
    bottom: 0.5rem;
  }

  50% {
    bottom: 0.7rem;
  }

  100% {
    bottom: 0.5rem;
  }
}

@keyframes identifier {
  0% {
    bottom: 0.5rem;
  }

  50% {
    bottom: 0.7rem;
  }

  100% {
    bottom: 0.5rem;
  }
}

.page1 .swiper02 {
  display: none;
}

@media (max-width: 900px) {
  .page1 .swiper01 {
    display: none;
  }

  .page1 .swiper02 {
    display: block;
  }
}

.page1 .product {
  background-image: url(../images/banner2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0.75rem;
  padding-bottom: 1rem;
}

.page1 .product .titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.page1 .product .titleBox .title {
  color: #ffffff;
}

.page1 .product .titleBox .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.15rem 0.28rem;
  border-radius: 23px;
  border: solid 1px #ffffff;
  color: #ffffff;
}

.page1 .product .titleBox .btn img {
  width: 0.07rem;
  min-width: 5px;
  margin-left: 0.2rem;
}

.page1 .product .titleBox .btn:hover {
  background-color: #002f9c;
  border: solid 1px #002f9c;
}

.page1 .product .swiper2 {
  position: relative;
  margin-top: 0.65rem;
  padding-bottom: calc(30px + 0.4rem);
}

.page1 .product .swiper2 .swiper-slide {
  padding: 0.37rem 0.27rem;
  padding-bottom: 0.7rem;
  margin-top: 0.41rem;
  background-color: #ffffff;
  border-radius: 0.2rem;
  border: solid 3px #ffffff;
}

.page1 .product .swiper2 .swiper-slide .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page1 .product .swiper2 .swiper-slide .title .p1 {
  color: #333333;
}

.page1 .product .swiper2 .swiper-slide .title .p2 {
  color: #707070;
  margin-top: 0.05rem;
}

.page1 .product .swiper2 .swiper-slide .title .t_r {
  color: #002f9c;
}

.page1 .product .swiper2 .swiper-slide .banner {
  text-align: center;
  margin-top: 0.55rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.page1 .product .swiper2 .swiper-slide .banner img {
  width: auto;
  height: 3.25rem;
  margin: 0 auto;
  display: inline-block;
}

.page1 .product .swiper2 .swiper-slide .btnBox {
  text-align: center;
  margin-top: 0.35rem;
  display: none;
}

.page1 .product .swiper2 .swiper-slide .btn {
  height: 0.46rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.28rem;
  background-color: #002f9c;
  border-radius: 23px;
  color: #ffffff;
}

.page1 .product .swiper2 .swiper-slide .btn img {
  width: 0.07rem;
  margin-left: 0.2rem;
}

.page1 .product .swiper2 .swiper-slide:hover {
  -webkit-box-shadow: inset 4px 3px 7px 0px rgba(0, 0, 0, 0.16);
  box-shadow: inset 4px 3px 7px 0px rgba(0, 0, 0, 0.16);
  margin-top: 0;
  padding-bottom: 0.3rem;
}

.page1 .product .swiper2 .swiper-slide:hover .title {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page1 .product .swiper2 .swiper-slide:hover .title .t_l {
  text-align: center;
}

.page1 .product .swiper2 .swiper-slide:hover .title .p1 {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.page1 .product .swiper2 .swiper-slide:hover .title .t_r {
  display: none;
}

.page1 .product .swiper2 .swiper-slide:hover .banner {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.page1 .product .swiper2 .swiper-slide:hover .btnBox {
  display: block;
}

.page1 .product .swiper2 .swiper-scrollbar {
  height: 0.06rem;
  bottom: 3px;
  padding: 0.12rem 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  overflow: hidden;
  background: none;
}

.page1 .product .swiper2 .scrollba {
  background-color: #ffb08b;
  height: 0.06rem;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page1 .product .swiper2 .swiper-scrollbar-drag {
  width: 0.6rem !important;
  height: 0.3rem;
  top: -0.12rem;
  background: none;
  background-image: url(../images/icon13.png);
  background-size: 100% 100%;
  position: relative;
}

.page1 .product .swiper2 .swiper-scrollbar-drag::after {
  content: "";
  width: 100vw;
  height: 0.06rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  background-color: #ffffff;
}

.page1 .recommend {
  background-image: url(../images/banner8.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0.95rem;
  padding-bottom: 1rem;
}

.page1 .recommend .titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.page1 .recommend .titleBox .title {
  color: #ffffff;
}

.page1 .recommend .titleBox .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.15rem 0.28rem;
  border-radius: 23px;
  background-color: #ffffff;
  color: #002f9c;
}

.page1 .recommend .titleBox .btn img {
  width: 0.07rem;
  min-width: 5px;
  margin-left: 0.2rem;
}

.page1 .recommend .titleBox .btn .img2 {
  display: none;
}

.page1 .recommend .titleBox .btn:hover {
  background-color: #002f9c;
  border: solid 1px #002f9c;
  color: #ffffff;
}

.page1 .recommend .titleBox .btn:hover .img1 {
  display: none;
}

.page1 .recommend .titleBox .btn:hover .img2 {
  display: block;
}

.page1 .recommend .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0.9rem;
  padding-bottom: 0.4rem;
}

.page1 .recommend .content .item {
  width: calc(281 / 1720 * 100%);
  height: 5.6rem;
  border-radius: 0.2rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: calc(30 / 1720 * 100%);
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.page1 .recommend .content .item .title {
  color: #ffffff;
}

.page1 .recommend .content .item .title .t1 {
  margin-bottom: 0.05rem;
}

.page1 .recommend .content .item .title .t2 {
  line-height: 1.2;
}

.page1 .recommend .content .item .text {
  position: absolute;
  left: 0;
  bottom: -0.4rem;
  width: calc(650 / 790 * 100%);
  background-color: rgba(0, 176, 80, 0.95);
  padding: calc(30 / 790 * 100%) calc(40 / 790 * 100%);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.page1 .recommend .content .item .text .text_l {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.page1 .recommend .content .item .text .p1 {
  color: #ffffff;
}

.page1 .recommend .content .item .text .p2 {
  line-height: calc(24 / 16 * 100%);
  margin-top: 0.15rem;
  color: #ffffff;
}

.page1 .recommend .content .item .text .text_r {
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  background-color: #ffffff;
  margin-left: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page1 .recommend .content .item .text .text_r img {
  width: 0.07rem;
  min-width: 5px;
}

.page1 .recommend .content .onItem {
  width: calc(790 / 1720 * 100%);
}

.page1 .recommend .content .onItem .title {
  display: none;
}

.page1 .recommend .content .onItem .onText {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.page1 .recommend .swiper3 {
  overflow: hidden;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0.9rem;
  padding-bottom: 0.4rem;
  display: none;
}

.page1 .recommend .swiper3 .item {
  width: 100%;
  height: 5.6rem;
  border-radius: 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0.3rem;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.page1 .recommend .swiper3 .item .title {
  color: #ffffff;
}

.page1 .recommend .swiper3 .item .title .t1 {
  margin-bottom: 0.05rem;
}

.page1 .recommend .swiper3 .item .title .t2 {
  line-height: 1.2;
}

.page1 .recommend .swiper3 .item .text {
  position: absolute;
  left: 0;
  bottom: -0.4rem;
  width: calc(650 / 790 * 100%);
  background-color: rgba(0, 176, 80, 0.95);
  padding: calc(30 / 790 * 100%) calc(40 / 790 * 100%);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page1 .recommend .swiper3 .item .text .text_l {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.page1 .recommend .swiper3 .item .text .p1 {
  color: #ffffff;
}

.page1 .recommend .swiper3 .item .text .p2 {
  line-height: calc(24 / 16 * 100%);
  margin-top: 0.15rem;
  color: #ffffff;
}

.page1 .recommend .swiper3 .item .text .text_r {
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  background-color: #ffffff;
  margin-left: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page1 .recommend .swiper3 .item .text .text_r img {
  width: 0.07rem;
  min-width: 5px;
}

@media (max-width: 1200px) {
  .page1 .recommend .content {
    display: none;
  }

  .page1 .recommend .swiper3 {
    display: block;
  }
}

.page1 .catalogue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page1 .catalogue .left {
  width: calc(1020 / 1920 * 100%);
  padding: 1.3rem calc(100 / 1920 * 100%);
  background-image: url(../images/banner13.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page1 .catalogue .left .title {
  color: #ffffff;
}

.page1 .catalogue .left .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.15rem 0.28rem;
  border-radius: 23px;
  background-color: #ffffff;
  color: #002f9c;
  margin-top: 0.65rem;
  margin-bottom: 1.1rem;
}

.page1 .catalogue .left .btn img {
  width: 0.07rem;
  min-width: 5px;
  margin-left: 0.2rem;
}

.page1 .catalogue .left .btn .img2 {
  display: none;
}

.page1 .catalogue .left .btn:hover {
  background-color: #002f9c;
  color: #ffffff;
}

.page1 .catalogue .left .btn:hover .img1 {
  display: none;
}

.page1 .catalogue .left .btn:hover .img2 {
  display: block;
}

.page1 .catalogue .left .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page1 .catalogue .left .list .item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: calc(36 / 820 * 100%);
}

.page1 .catalogue .left .list .item:last-child {
  margin-right: 0;
}

.page1 .catalogue .left .list .item .img {
  padding-bottom: calc(324 / 244 * 100%);
  border-radius: 0.1rem;
  border: solid 3px #3b5fac;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.page1 .catalogue .left .list .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.page1 .catalogue .left .list .item p {
  color: #ffffff;
  text-align: center;
  margin-top: 0.25rem;
  line-height: 1.2;
}

.page1 .catalogue .right {
  position: relative;
  width: calc(900 / 1920 * 100%);
  background-image: url(../images/banner14.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1rem calc(100 / 1920 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page1 .catalogue .right .swiper4 {
  width: calc(490 / 700 * 100%);
  overflow: hidden;
}

.page1 .catalogue .right .swiper4 img {
  width: 100%;
  border-radius: 0.1rem;
  border: solid 4px #ffffff;
}

.page1 .catalogue .right .swiper4 p {
  color: #ffffff;
  margin-top: 0.28rem;
  text-align: center;
}

.page1 .catalogue .right .swiper4 .swiper-button-next {
  width: 0.46rem !important;
  height: 0.46rem !important;
  min-width: 35px;
  min-height: 35px;
  pointer-events: all;
  right: calc(100 / 900 * 100%);
}

.page1 .catalogue .right .swiper4 .swiper-button-next::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/icon15.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.page1 .catalogue .right .swiper4 .swiper-button-next:hover::after {
  background-image: url(../images/icon16.png);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.page1 .catalogue .right .swiper4 .swiper-button-prev {
  width: 0.46rem !important;
  height: 0.46rem !important;
  min-width: 35px;
  min-height: 35px;
  pointer-events: all;
  left: calc(100 / 900 * 100%);
}

.page1 .catalogue .right .swiper4 .swiper-button-prev::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/icon15.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.page1 .catalogue .right .swiper4 .swiper-button-prev:hover::after {
  background-image: url(../images/icon16.png);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 900px) {

  .page1 .catalogue .left,
  .page1 .catalogue .right {
    width: 100%;
  }

  .page1 .catalogue .left {
    padding: 0.5rem calc(100 / 1920 * 100%);
  }

  .page1 .catalogue .left .btn {
    margin-bottom: 0;
  }

  .page1 .catalogue .left .list {
    display: none;
  }

  .page1 .catalogue .right .swiper4 .swiper-button-next {
    right: 0.5rem;
  }

  .page1 .catalogue .right .swiper4 .swiper-button-prev {
    left: 0.5rem;
  }

  .opacitywap {
    display: none!important;
  }
}

.page1 .news {
  background-image: url(../images/banner20.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0.8rem;
  padding-bottom: 1rem;
}

.page1 .news .titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.page1 .news .titleBox .title {
  color: #ffffff;
}

.page1 .news .titleBox .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.15rem 0.28rem;
  border-radius: 23px;
  border: solid 1px #ffffff;
  color: #ffffff;
}

.page1 .news .titleBox .btn img {
  width: 0.07rem;
  min-width: 5px;
  margin-left: 0.2rem;
}

.page1 .news .titleBox .btn:hover {
  background-color: #002f9c;
  border: solid 1px #002f9c;
  color: #ffffff;
}

.page1 .news .content {
  padding: 0.4rem;
  background-color: #ffffff;
  border-radius: 0.2rem;
  margin-top: 0.65rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page1 .news .content .left {
  width: calc(1055 / 1640 * 100%);
}

.page1 .news .content .left .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.25rem 0;
  border-bottom: 1px solid #efefef;
}

.page1 .news .content .left .item:last-child {
  border-bottom: none;
}

.page1 .news .content .left .item:nth-child(1) {
  padding-top: 0;
}

.page1 .news .content .left .item:last-child {
  padding-bottom: 0;
}

.page1 .news .content .left .item:hover .text .p2 {
  color: #e94924;
}

.page1 .news .content .left .item:hover .text .btn {
  background-color: #002f9c;
  border: solid 1px #002f9c;
  color: #ffffff;
}

.page1 .news .content .left .item:hover .text .btn .icon1 {
  display: none;
}

.page1 .news .content .left .item:hover .text .btn .icon2 {
  display: block;
}

.page1 .news .content .left .img {
  width: calc(415 / 1055 * 100%);
  border-radius: 0.2rem;
  overflow: hidden;
  padding-bottom: calc(244 / 1055 * 100%);
  position: relative;
}

.page1 .news .content .left .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.page1 .news .content .left .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 0.4rem;
}

.page1 .news .content .left .text .p1 {
  color: #666666;
}

.page1 .news .content .left .text .p2 {
  color: #333333;
  margin-top: 0.2rem;
}

.page1 .news .content .left .text .p3 {
  color: #666666;
  line-height: calc(24 / 16 * 1em);
  margin-top: 0.12rem;
}

.page1 .news .content .left .text .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.15rem 0.28rem;
  border-radius: 23px;
  border: solid 1px #002f9c;
  color: #002f9c;
  margin-top: 0.4rem;
}

.page1 .news .content .left .text .btn img {
  width: 0.07rem;
  min-width: 5px;
  margin-left: 0.2rem;
}

.page1 .news .content .left .text .btn .icon1 {
  display: block;
}

.page1 .news .content .left .text .btn .icon2 {
  display: none;
}

@media (max-width: 700px) {
  .page1 .news .content .left .img {
    width: 100%;
    padding-bottom: calc(244 / 415 * 100%);
  }

  .page1 .news .content .left .text {
    margin-left: 0;
    margin-top: 0.2rem;
  }
}

.page1 .news .content .right {
  width: calc(520 / 1640 * 100%);
}

.page1 .news .content .right:hover .text .p2 {
  color: #e94924;
}

.page1 .news .content .right:hover .text .btn {
  background-color: #002f9c;
  border: solid 1px #002f9c;
  color: #ffffff;
}

.page1 .news .content .right:hover .text .btn .icon1 {
  display: none;
}

.page1 .news .content .right:hover .text .btn .icon2 {
  display: block;
}

.page1 .news .content .right .img {
  width: 100%;
  padding-bottom: calc(306 / 520 * 100%);
  border-radius: 0.2rem;
  overflow: hidden;
  position: relative;
}

.page1 .news .content .right .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.page1 .news .content .right .text .p1 {
  color: #666666;
  margin-top: 0.2rem;
}

.page1 .news .content .right .text .p2 {
  color: #333333;
  margin-top: 0.19rem;
}

.page1 .news .content .right .text .p3 {
  color: #666666;
  line-height: calc(24 / 16 * 1em);
  margin-top: 0.12rem;
}

.page1 .news .content .right .text .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.15rem 0.28rem;
  border-radius: 23px;
  border: solid 1px #002f9c;
  color: #002f9c;
  margin-top: 0.4rem;
}

.page1 .news .content .right .text .btn img {
  width: 0.07rem;
  min-width: 5px;
  margin-left: 0.2rem;
}

.page1 .news .content .right .text .btn .icon1 {
  display: block;
}

.page1 .news .content .right .text .btn .icon2 {
  display: none;
}

@media (max-width: 900px) {

  .page1 .news .content .left,
  .page1 .news .content .right {
    width: 100%;
  }

  .page1 .news .content .right .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.25rem 0;
    border-top: 1px solid #efefef;
    margin-top: 0.25rem;
  }

  .page1 .news .content .right .item:last-child {
    border-bottom: none;
  }

  .page1 .news .content .right .item:last-child {
    padding-bottom: 0;
  }

  .page1 .news .content .right .img {
    width: calc(415 / 1055 * 100%);
    border-radius: 20px;
    overflow: hidden;
  }

  .page1 .news .content .right .img img {
    width: 100%;
  }

  .page1 .news .content .right .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 0.4rem;
  }

  .page1 .news .content .right .text .p1 {
    color: #666666;
  }

  .page1 .news .content .right .text .p2 {
    color: #333333;
    margin-top: 0.2rem;
  }

  .page1 .news .content .right .text .p3 {
    color: #666666;
    line-height: calc(24 / 16 * 1em);
    margin-top: 0.12rem;
  }

  .page1 .news .content .right .text .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.15rem 0.28rem;
    border-radius: 23px;
    border: solid 1px #002f9c;
    color: #002f9c;
    margin-top: 0.4rem;
  }

  .page1 .news .content .right .text .btn img {
    width: 0.07rem;
    min-width: 5px;
    margin-left: 0.2rem;
  }

  .page1 .news .content .right .text .btn .icon1 {
    display: block;
  }

  .page1 .news .content .right .text .btn .icon2 {
    display: none;
  }
}

@media (max-width: 700px) {
  .page1 .news .content .right .img {
    width: 100%;
  }

  .page1 .news .content .right .text {
    margin-left: 0;
    margin-top: 0.2rem;
  }
}

.page1 .about {
  background-image: url(../images/banner23.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.3rem 0;
}

.page1 .about .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page1 .about .left {
  width: calc(760 / 1720 * 100%);
}

.page1 .about .left .title {
  color: #ffffff;
}

.page1 .about .left .p1 {
  line-height: calc(30 / 18 * 100%);
  color: #ffffff;
  margin-top: 0.35rem;
}

.page1 .about .left .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.15rem 0.28rem;
  border-radius: 23px;
  background-color: #ffffff;
  color: #002f9c;
  margin-top: 0.35rem;
}

.page1 .about .left .btn img {
  width: 0.07rem;
  min-width: 5px;
  margin-left: 0.2rem;
}

.page1 .about .left .btn .img2 {
  display: none;
}

.page1 .about .left .btn:hover {
  background-color: #002f9c;
  color: #ffffff;
}

.page1 .about .left .btn:hover .img1 {
  display: none;
}

.page1 .about .left .btn:hover .img2 {
  display: block;
}

.page1 .about .left .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}

.page1 .about .left .list .item {
  width: calc(365 / 760 * 100%);
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: calc(25 / 760 * 100%) calc(40 / 760 * 100%);
  border-radius: 0.2rem;
  margin-top: 0.2rem;
}

.page1 .about .left .list .item img {
  width: calc(76 / 285 * 100%);
}

.page1 .about .left .list .item .img2 {
  display: none;
}

.page1 .about .left .list .item .text {
  margin-left: calc(30 / 285 * 100%);
}

.page1 .about .left .list .item .text .t1 {
  margin-bottom: 0.15rem;
  color: #333333;
}

.page1 .about .left .list .item .text .t2 {
  color: #888888;
}

.page1 .about .left .list .item:hover {
  background-color: #002f9c;
}

.page1 .about .left .list .item:hover .img1 {
  display: none;
}

.page1 .about .left .list .item:hover .img2 {
  display: block;
}

.page1 .about .left .list .item:hover .text .t1 {
  color: #ffffff;
}

.page1 .about .left .list .item:hover .text .t2 {
  color: #ffffff;
}

.page1 .about .right {
  width: calc(900 / 1720 * 100%);
  border-radius: 0.2rem;
  position: relative;
  overflow: hidden;
}

.page1 .about .right .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page1 .about .right .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.76rem;
  height: 0.76rem;
}

@media (max-width: 900px) {

  .page1 .about .left,
  .page1 .about .right {
    width: 100%;
  }

  .page1 .about .right {
    margin-top: 0.2rem;
  }
}

.page2 {
  margin-top: 1rem;
}

.page2 .banner {
  position: relative;
}

.page2 .banner .img1 {
  width: 100%;
  height: auto;
  min-height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}

.page2 .banner .title {
  position: absolute;
  left: calc(240 / 1920 * 100%);
  top: calc(145 / 480 * 100%);
  color: #f8f9fb;
}

.page2 .banner .title .p1 {
  margin-bottom: 0.15rem;
}

.page2 .banner .nav {
  height: 0.7rem;
  background-color: #002f9c;
  border-radius: 0.2rem 0.2rem 0 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.3rem;
  color: #ffffff;
}

.page2 .banner .nav .img2 {
  width: 0.2rem;
  height: auto;
  margin-right: 0.2rem;
}

.page2 .type {
  padding-top: 0.8rem;
  background-color: #f5f9fd;
  padding-bottom: 1.5rem;
}

.page2 .type .title {
  text-align: center;
}

.page2 .type .title .p1 {
  color: #333333;
}

.page2 .type .title .p2 {
  color: #002f9c;
  margin-top: 0.15rem;
}

.page2 .type .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 0.2rem;
}

.page2 .type .list .item {
  width: 4.46rem;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 0.37rem 0;
  text-align: center;
  border: solid 3px #ffffff;
  margin-top: 0.5rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.page2 .type .list .item .t1 {
  color: #002f9c;
  margin-bottom: 0.4rem;
}

.page2 .type .list .item .img {
  width: auto;
  height: 3.25rem;
  display: block;
  margin: 0 auto;
}

.page2 .type .list .item .btn {
  height: 0.46rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.28rem;
  background-color: #e94924;
  border-radius: 23px;
  color: #ffffff;
  margin-top: 0.24rem;
  display: none;
}

.page2 .type .list .item .btn img {
  width: 0.07rem;
  min-width: 5px;
  margin-left: 0.2rem;
}

.page2 .type .list .item:hover {
  border: solid 3px #5661ca;
  -webkit-box-shadow: inset 3px 4px 32px 0px rgba(86, 97, 202, 0.34);
  box-shadow: inset 3px 4px 32px 0px rgba(86, 97, 202, 0.34);
}

.page2 .type .list .item:hover .t1 {
  display: none;
}

.page2 .type .list .item:hover .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 900px) {
  .page2 .type .list .item {
    width: 48%;
  }
}

.page3 {
  margin-top: 1rem;
}

.page3 .banner {
  position: relative;
}

.page3 .banner .img1 {
  width: 100%;
  height: auto;
  min-height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}

.page3 .banner .title {
  position: absolute;
  left: calc(240 / 1920 * 100%);
  top: calc(145 / 480 * 100%);
  color: #f8f9fb;
}

.page3 .banner .title .p1 {
  margin-bottom: 0.15rem;
}

.page3 .banner .nav {
  height: 0.7rem;
  background-color: #002f9c;
  border-radius: 0.2rem 0.2rem 0 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.3rem;
  color: #ffffff;
}

.page3 .banner .nav .img2 {
  width: 0.2rem;
  height: auto;
  margin-right: 0.2rem;
}

.page3 .type {
  padding-top: 0.8rem;
  background-color: #f5f9fd;
  padding-bottom: 1.1rem;
}

.page3 .type .title {
  text-align: center;
}

.page3 .type .title .p1 {
  color: #333333;
}

.page3 .type .title .p2 {
  color: #002f9c;
  margin-top: 0.15rem;
}

.page3 .type .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 0.3rem;
}

.page3 .type .list .item {
  width: 3.3rem;
  background-color: #ffffff;
  border-radius: 0.2rem;
  text-align: center;
  border: solid 2px #ffffff;
  padding: 0 0.3rem;
  padding-bottom: 0.38rem;
  margin-top: 0.4rem;
  margin-left: 0.4rem;
  position: relative;
  overflow: hidden;
}

.page3 .type .list .item:nth-child(4n + 1) {
  margin-left: 0;
}

.page3 .type .list .item .icon {
  width: calc(120 / 330 * 100%);
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.page3 .type .list .item .img {
  display: block;
  margin: 0 auto;
  padding: 0.2rem 0;
  border-bottom: 1px solid #f0f3f6;
}

.page3 .type .list .item .img img {
  width: auto;
  height: 2.8rem;
}

.page3 .type .list .item .p1 {
  margin-top: 0.3rem;
  color: #333333;
  font-weight: bold;
}

.page3 .type .list .item .p2 {
  margin-top: 0.2rem;
  color: #333333;
}

.page3 .type .list .item .btn {
  padding: 0.12rem 0.25rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: inline-block;
  background-color: #002f9c;
  border-radius: 21px;
  color: #ffffff;
  margin-top: 0.4rem;
}

.page3 .type .list .item .btn img {
  width: 0.07rem;
  min-width: 5px;
  margin-left: 0.2rem;
}

.page3 .type .list .item:hover {
  border: solid 2px #e94924;
}

.page3 .type .list .item:hover .btn {
  background-color: #e94924;
}

@media (max-width: 1200px) {
  .page3 .type .list .item {
    width: 32%;
    margin-left: 2%;
  }

  .page3 .type .list .item:nth-child(4n + 1) {
    margin-left: 2%;
  }

  .page3 .type .list .item:nth-child(3n + 1) {
    margin-left: 0;
  }
}

@media (max-width: 700px) {
  .page3 .type .list .item {
    width: 48%;
    margin-left: 4%;
  }

  .page3 .type .list .item:nth-child(4n + 1) {
    margin-left: 4%;
  }

  .page3 .type .list .item:nth-child(3n + 1) {
    margin-left: 4%;
  }

  .page3 .type .list .item:nth-child(2n + 1) {
    margin-left: 0;
  }
}

.page3 .type .pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1rem;
}

.page3 .type .pager a {
  margin-left: 0.18rem;
}

.page3 .type .pager a:nth-child(1) {
  margin-left: 0;
}

.page3 .type .pager .page {
  display: inline-block;
  width: 0.46rem;
  height: 0.46rem;
  text-align: center;
  line-height: 0.46rem;
  border-radius: 50%;
}

.page3 .type .pager .page img {
  width: 0.08rem;
  height: auto;
  display: inline-block;
}

.page3 .type .pager .page:hover {
  color: #e94924;
}

.page3 .type .pager .next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.page3 .type .pager .onPage {
  background-color: #e94924;
  color: #ffffff;
}

.page3 .type .pager .onPage:hover {
  color: #ffffff;
}

.page3 .type .pager .btn {
  display: inline-block;
  width: 1rem;
  height: 0.46rem;
  text-align: center;
  line-height: 0.46rem;
  color: #ffffff;
  background-color: #002f9c;
  border-radius: 23px;
}

.page4 {
  margin-top: 1rem;
}

.page4 .banner {
  width: 100%;
  height: 4.8rem;
  position: relative;
}

.page4 .banner .img1 {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page4 .banner .img2 {
  display: none;
}

@media (max-width: 700px) {
  .page4 .banner .img1 {
    display: none;
  }

  .page4 .banner .img2 {
    display: block;
  }
}

.page4 .banner .text {
  width: calc(800 / 1920 * 100%);
  height: 100%;
  background-image: url(../images/banner112.png);
  background-size: 100% 100%;
  padding-right: calc(240 / 1920 * 100%);
  padding-left: calc(60 / 1920 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
}

.page4 .banner .text .img3 {
  width: calc(250 / 500 * 100%);
  height: auto;
}

.page4 .banner .text .t1 {
  color: #ffffff;
  margin-top: 0.15rem;
  margin-bottom: 0.7rem;
}

.page4 .banner .text .t2 {
  color: #ffffff;
  line-height: calc(24 / 16 * 1em);
  text-align: right;
  margin-top: 0.2rem;
}

@media (max-width: 900px) {
  .page4 .banner {
    height: auto;
  }

  .page4 .banner .img1 {
    width: 100%;
  }

  .page4 .banner .text {
    position: inherit;
    width: 100%;
    background-color: #002f9c;
    padding: 0.5rem calc(110 / 1920 * 100%);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .page4 .banner .text .t2 {
    text-align: left;
  }

  .page4 .banner .text .t1 {
    margin-bottom: 0.3rem;
  }
}

.page4 .nav {
  height: 0.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #555555;
}

.page4 .nav .img {
  width: 0.2rem;
  height: auto;
  margin-right: 0.1rem;
}

.page4 .logo {
  margin-top: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page4 .logo .p1 {
  color: #002f9c;
  margin-bottom: 0.1rem;
}

.page4 .logo img {
  width: 1.5rem;
  margin-left: 0.6rem;
}

.page4 .swiperBox {
  margin-top: 0.7rem;
  padding-bottom: 0.8rem;
}

.page4 .swiperBox .swiper1 {
  position: relative;
  overflow: hidden;
  padding-bottom: 1.2rem;
}

.page4 .swiperBox .swiper-slide {
  height: 5.65rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.3;
  cursor: pointer;
}

.page4 .swiperBox .swiper-slide img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: auto;
  height: 4.7rem;
  object-fit: cover;
}

.page4 .swiperBox .swiper-slide .text {
  margin-top: 0.35rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.page4 .swiperBox .swiper-slide .text .block {
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.08rem;
}

.page4 .swiperBox .swiper-slide-active {
  opacity: 1;
}

.page4 .swiperBox .swiper-slide-active img {
  width: auto;
  height: calc(100% - 0.6rem);
  object-fit: cover;
}

.page4 .swiperBox .swiper-slide-active .text {
  opacity: 1;
}

.page4 .swiperBox .swiper-scrollbar {
  height: 1px;
  bottom: 3px;
  padding: 0.145rem 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  overflow: hidden;
  background: none;
}

.page4 .swiperBox .scrollba {
  background-color: #ececec;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page4 .swiperBox .swiper-scrollbar-drag {
  width: 0.6rem !important;
  height: 0.3rem;
  top: -0.145rem;
  background: none;
  background-image: url(../images/icon30.png);
  background-size: 100% 100%;
  position: relative;
}

.page4 .swiperBox .swiper-scrollbar-drag::after {
  content: "";
  width: 5000px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  background-color: #e94924;
}

.page4 .text1 {
  padding: 1rem 0;
  background-color: #f5f9fd;
}

.page4 .text1 .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page4 .text1 .title {
  width: 3.85rem;
}

.page4 .text1 .text {
  color: #333333;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.page4 .text1 .text p{
  line-height: calc(30 / 16 * 1em);
}

.page4 .text1 .text .p1 {
  line-height: calc(30 / 16 * 1em);
}

.page4 .text1 .text .p2 {
  color: #002f9c;
  line-height: calc(30 / 22 * 100%);
}

.page4 .text1 .text .p3 {
  color: #333333;
  line-height: calc(30 / 16 * 100%);
}

@media (max-width: 1200px) {
  .page4 .swiperBox .swiper-slide {
    height: 7.65rem;
  }

  .page4 .swiperBox .swiper-slide img {
    height: 7.6rem;
  }


}
@media (max-width: 700px) {
  .page4 .text1 .title {
    width: 100%;
  }

  .page4 .text1 .text {
    width: 100%;
    margin-top: 0.5rem;
  }
}

.page4 .text2 {
  padding-top: 0.5rem;
  padding-bottom: .5rem;
  background-color: #ffffff;
}

.page4 .swiper2Box {
  background-color: #f5f9fd;
  padding-top: 0.65rem;
  padding-bottom: 1.2rem;
}

.page4 .swiper2Box .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page4 .swiper2Box .title .t1 {
  padding-left: 0.24rem;
  position: relative;
}

.page4 .swiper2Box .title .t1::after {
  content: "";
  width: 0.04rem;
  height: 1em;
  background-color: #e94924;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page4 .swiper2Box .title .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page4 .swiper2Box .title .btn .swiper-button {
  width: 0.44rem;
  height: 0.44rem;
  min-width: 30px;
  min-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #002f9c;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 0.1rem;
  cursor: pointer;
}

.page4 .swiper2Box .title .btn .swiper-button:hover {
  background-color: #e94924;
}

.page4 .swiper2Box .title .btn .prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.page4 .swiper2Box .swiper2 {
  margin-top: 0.4rem;
  overflow: hidden;
}

.page4 .swiper2Box .swiper2 .swiper-slide {
  border-radius: 20px;
  background-color: #ffffff;
  padding: 0 0.3rem;
  text-align: center;
  padding-bottom: 0.3rem;
  border: solid 2px #ffffff;
}

.page4 .swiper2Box .swiper2 .swiper-slide .imgBox {
  padding: 0.2rem 0;
  border-bottom: 1px solid #f0f3f6;
}

.page4 .swiper2Box .swiper2 .swiper-slide .imgBox img {
  width: auto;
  height: 2.8rem;
}

.page4 .swiper2Box .swiper2 .swiper-slide .p1 {
  margin-top: 0.3rem;
  color: #333333;
}

.page4 .swiper2Box .swiper2 .swiper-slide .p2 {
  margin-top: 0.2rem;
  color: #333333;
}

.page4 .swiper2Box .swiper2 .swiper-slide:hover {
  border: solid 2px #e94924;
}

.page4 .swiper2Box .swiper2 .swiper-slide:hover .p1 {
  color: #e94924;
}

.page5 {
  margin-top: 1rem;
}

.page5 .banner {
  position: relative;
}

.page5 .banner .img1 {
  width: 100%;
  height: auto;
  min-height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}

.page5 .banner .title {
  position: absolute;
  left: calc(240 / 1920 * 100%);
  top: calc(145 / 480 * 100%);
  color: #f8f9fb;
}

.page5 .banner .title .p1 {
  margin-bottom: 0.15rem;
}

.page5 .banner .nav {
  height: 0.7rem;
  background-color: #002f9c;
  border-radius: 20px 20px 0 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.3rem;
  color: #ffffff;
}

.page5 .banner .nav .img2 {
  width: 0.2rem;
  height: auto;
  margin-right: 0.2rem;
}

.page5 .list {
  background-color: #f4f8fb;
  padding-top: 0.8rem;
  padding-bottom: 1.1rem;
}

.page5 .list .title {
  text-align: center;
}

.page5 .list .title .t2 {
  color: #002f9c;
  margin-top: 0.2rem;
}

.page5 .list .content {
  margin-top: 0.7rem;
}

.page5 .list .item {
  display: block;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 0.6rem;
}

.page5 .list .item .img {
  width: 100%;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  height: 6rem;
}

.page5 .list .item .img .banner {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.page5 .list .item .img .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #002f9c;
  padding: 0.25rem 0.4rem;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 20px 0 0 0;
}

.page5 .list .item .img .time .icon {
  width: 0.3rem;
  height: auto;
}

.page5 .list .item .img .time .p1 {
  color: #ffffff;
  margin-left: 0.2rem;
}

.page5 .list .item .text {
  width: 12.4rem;
  max-width: 90%;
  margin: 0 auto;
  padding: 0.5rem 0rem;
}

.page5 .list .item .text .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.3rem;
}

.page5 .list .item .text .user .icon {
  width: 0.16rem;
  margin-right: 0.1rem;
}

.page5 .list .item .text .user .icon_l {
  margin-left: 0.45rem;
}

.page5 .list .item .text .p2 {
  line-height: calc(30 / 16 * 100%);
  margin-top: 0.3rem;
}

.page5 .list .item .text .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.15rem 0.28rem;
  padding-left: 0;
  border-radius: 23px;
  border: solid 1px #ffffff;
  color: #333333;
  margin-top: 0.2rem;
}

.page5 .list .item .text .btn img {
  width: 0.07rem;
  min-width: 5px;
  margin-left: 0.2rem;
}

.page5 .list .item .text .btn .img1 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.page5 .list .item:hover .img .time {
  background-color: #e94924;
}

.page5 .list .item:hover .text .btn {
  background-color: #e94924;
  border: solid 1px #e94924;
  color: #ffffff;
  padding-left: 0.28rem;
}

.page5 .list .item:hover .text .btn .img1 {
  display: none;
}

.page5 .list .item:hover .text .btn .img2 {
  display: block;
}

.page5 .list .pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.9rem;
}

.page5 .list .pager a {
  margin-left: 0.18rem;
}

.page5 .list .pager a:nth-child(1) {
  margin-left: 0;
}

.page5 .list .pager .page {
  display: inline-block;
  width: 0.46rem;
  height: 0.46rem;
  text-align: center;
  line-height: 0.46rem;
  border-radius: 50%;
}

.page5 .list .pager .page img {
  width: 0.08rem;
  height: auto;
  display: inline-block;
}

.page5 .list .pager .page:hover {
  color: #e94924;
}

.page5 .list .pager .next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.page5 .list .pager .onPage {
  background-color: #e94924;
  color: #ffffff;
}

.page5 .list .pager .onPage:hover {
  color: #ffffff;
}

.page5 .list .pager .btn {
  display: inline-block;
  width: 1rem;
  height: 0.46rem;
  text-align: center;
  line-height: 0.46rem;
  color: #ffffff;
  background-color: #002f9c;
  border-radius: 23px;
}

.page6 {
  margin-top: 1rem;
}

.page6 .banner {
  position: relative;
}

.page6 .banner .img1 {
  width: 100%;
  height: auto;
  min-height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}

.page6 .banner .title {
  position: absolute;
  left: calc(240 / 1920 * 100%);
  top: calc(145 / 480 * 100%);
  color: #f8f9fb;
}

.page6 .banner .title .p1 {
  margin-bottom: 0.15rem;
}

.page6 .banner .nav {
  height: 0.7rem;
  background-color: #002f9c;
  border-radius: 20px 20px 0 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.3rem;
  color: #ffffff;
}

.page6 .banner .nav .img2 {
  width: 0.2rem;
  height: auto;
  margin-right: 0.2rem;
}

.page6 .infoBox {
  padding-top: 0.9rem;
}

.page6 .infoBox .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 0.8rem;
  position: relative;
}

.page6 .infoBox .layout::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #eeeeee;
  position: absolute;
  bottom: 4px;
  left: 0;
}

.page6 .infoBox .layout::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #eeeeee;
  position: absolute;
  bottom: 0px;
  left: 0;
}

.page6 .infoBox .left {
  width: 1.4rem;
}

.page6 .infoBox .left .box_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
}

.page6 .infoBox .left .time {
  width: 1.4rem;
  height: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #002f9c;
  border-radius: 20px;
  color: #ffffff;
}

.page6 .infoBox .left .time .t2 {
  padding-top: 0.1rem;
  position: relative;
  margin-top: 0.1rem;
}

.page6 .infoBox .left .time .t2::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}

.page6 .infoBox .left .iconBox {
  margin-top: 1.4rem;
}

.page6 .infoBox .left .iconBox .icon {
  width: 0.7rem;
  height: 0.7rem;
  text-align: center;
  line-height: 0.7rem;
  background-color: #002f9c;
  border-radius: 50%;
  margin-bottom: 0.2rem;
}

.page6 .infoBox .left .iconBox .icon:hover {
  background-color: #e94924;
}

.page6 .infoBox .left .iconBox .icon img {
  max-width: 0.44rem;
  max-height: 0.26rem;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.page6 .infoBox .right {
  width: 11.4rem;
}

.page6 .infoBox .right .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.3rem;
  padding-bottom: 0.4rem;
  position: relative;
}

.page6 .infoBox .right .user .icon {
  width: 0.16rem;
  margin-right: 0.1rem;
}

.page6 .infoBox .right .user .icon_l {
  margin-left: 0.45rem;
}

.page6 .infoBox .right .user::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #eeeeee;
  position: absolute;
  bottom: 0;
  left: 0;
}

.page6 .infoBox .right .user::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #eeeeee;
  position: absolute;
  bottom: -4px;
  left: 0;
}

.page6 .infoBox .right .content {
  padding-top: 0.4rem;
  color: #333333;
  line-height: calc(30 / 16 * 1em);
}

.page6 .infoBox .right .content img {
  width: 100%;
}

.page6 .infoBox .right .page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.7rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page6 .infoBox .right .page .page_l {
  line-height: calc(36 / 16 * 1em);
}

.page6 .infoBox .right .page .page_l a {
  color: #333333;
}

.page6 .infoBox .right .page .page_l a:hover {
  color: #002f9c;
}

.page6 .infoBox .right .page .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.15rem 0.28rem;
  border-radius: 23px;
  color: #ffffff;
  background-color: #e94924;
}

.page6 .infoBox .right .page .btn img {
  width: 0.07rem;
  min-width: 5px;
  margin-left: 0.2rem;
}

@media (max-width: 700px) {
  .page5 .list .item .img {
      height: 4rem;
    }
    
  .page6 .infoBox .left {
    width: 100%;
  }

  .page6 .infoBox .left .box_l {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .page6 .infoBox .left .iconBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
    margin-left: 0.5rem;
  }

  .page6 .infoBox .left .iconBox .icon {
    margin-bottom: 0;
    margin-right: 0.2rem;
  }

  .page6 .infoBox .right {
    width: 100%;
    margin-top: 0.5rem;
  }
}

.page6 .swiperBox {
  padding-top: 0.7rem;
  padding-bottom: 1.4rem;
}

.page6 .swiperBox .title {
  padding-left: 0.24rem;
  position: relative;
}

.page6 .swiperBox .title::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0.04rem;
  height: 100%;
  background-color: #e94924;
  border-radius: 2px;
}

.page6 .swiperBox .swiper1 {
  margin-top: 0.5rem;
  overflow: hidden;
  padding: 0 2px;
}

.page6 .swiperBox .swiper1 .swiper-slide {
  border-radius: 20px;
  border: solid 1px #eeeeee;
  padding: 0.5rem;
  height: auto;
}

.page6 .swiperBox .swiper1 .swiper-slide .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333333;
}

.page6 .swiperBox .swiper1 .swiper-slide .time img {
  width: 0.18rem;
  height: auto;
  margin-right: 0.1rem;
}

.page6 .swiperBox .swiper1 .swiper-slide .time .img2 {
  display: none;
}

.page6 .swiperBox .swiper1 .swiper-slide .p1 {
  color: #333333;
  margin-top: 0.25rem;
  line-height: 1.2;
  height: 2.4em;
}

.page6 .swiperBox .swiper1 .swiper-slide .p2 {
  line-height: calc(24 / 16 * 1em);
  color: #333333;
  margin-top: 0.3rem;
}

.page6 .swiperBox .swiper1 .swiper-slide .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333333;
  margin-top: 0.25rem;
}

.page6 .swiperBox .swiper1 .swiper-slide .btn img {
  width: auto;
  height: 0.12rem;
  margin-left: 0.2rem;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.page6 .swiperBox .swiper1 .swiper-slide:hover {
  border: solid 1px #e94924;
}

.page6 .swiperBox .swiper1 .swiper-slide:hover .time .img1 {
  display: none;
}

.page6 .swiperBox .swiper1 .swiper-slide:hover .time .img2 {
  display: block;
}

.page6 .swiperBox .swiper1 .swiper-slide:hover .p1 {
  color: #e94924;
}

.page6 .swiperBox .swiper1 .swiper-slide:hover .btn {
  color: #e94924;
}

.page6 .swiperBox .swiper1 .swiper-slide:hover .btn img {
  display: none;
}

.page7 {
  margin-top: 1rem;
}

.page7 .banner {
  position: relative;
}

.page7 .banner .img1 {
  width: 100%;
  height: auto;
  min-height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}

.page7 .banner .title {
  position: absolute;
  left: calc(240 / 1920 * 100%);
  top: calc(145 / 480 * 100%);
  color: #f8f9fb;
}

.page7 .banner .title .p1 {
  margin-bottom: 0.15rem;
}

.page7 .banner .nav {
  background-color: #002f9c;
  border-radius: 20px 20px 0 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.25rem 0.3rem;
  padding-top: 0.15rem;
  color: #ffffff;
}

.page7 .banner .nav .l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.1rem;
}

@media (max-width: 700px) {
  .page7 .banner .nav .r {
    width: 100%;
    margin-top: 0.2rem;
  }
}

.page7 .banner .nav .img2 {
  width: 0.2rem;
  height: auto;
  margin-right: 0.2rem;
}

.page7 .addressBox {
  padding-top: 0.8rem;
  padding-bottom: 1rem;
}

.page7 .addressBox .title {
  text-align: center;
}

.page7 .addressBox .title .p2 {
  color: #002f9c;
  margin-top: 0.2rem;
}

.page7 .addressBox .address {
  margin-top: 0.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page7 .addressBox .address .left {
  width: 4.7rem;
}

.page7 .addressBox .address .left .tagBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #eeeeee;
}

.page7 .addressBox .address .left .tagBox .tag {
  padding-bottom: 0.31rem;
  cursor: pointer;
}

.page7 .addressBox .address .left .tagBox .tag:hover {
  color: #002f9c;
}

.page7 .addressBox .address .left .tagBox .onTag {
  position: relative;
  color: #002f9c;
}

.page7 .addressBox .address .left .tagBox .onTag::after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #002f9c;
  position: absolute;
  left: 0;
  bottom: 0;
}

.page7 .addressBox .address .left .info {
  display: none;
}

.page7 .addressBox .address .left .info .phone {
  width: 0.36rem;
  margin-top: 0.5rem;
}

.page7 .addressBox .address .left .info .address {
  width: 0.3rem;
  margin-top: 0.5rem;
}

.page7 .addressBox .address .left .info .p1 {
  color: #666666;
  margin-top: 0.3rem;
}

.page7 .addressBox .address .left .info .p2 {
  color: #333333;
  margin-top: 0.2rem;
}

.page7 .addressBox .address .left .onInfo {
  display: block;
}

.page7 .addressBox .address .right {
  width: 8.5rem;
  height: 4.4rem;
  border-radius: 20px;
  position: relative;
}

.page7 .addressBox .address .right .map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}

.page7 .addressBox .address .right .onMap {
  opacity: 1;
  z-index: 2;
}

@media (max-width: 1200px) {

  .page7 .addressBox .address .left,
  .page7 .addressBox .address .right {
    width: 100%;
  }

  .page7 .addressBox .address .right {
    margin-top: 0.3rem;
  }
}

.page7 .swiperBox {
  background-color: #fafcfe;
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page7 .swiperBox .swiper_l {
  padding-left: calc(240 / 1920 * 100%);
  width: calc(520 / 1920 * 100%);
  z-index: 10;
  background-color: #fafcfe;
  padding-top: 0.6rem;
}

.page7 .swiperBox .swiper_l .p1 {
  color: #333333;
  margin-bottom: 0.15rem;
}

.page7 .swiperBox .swiper_l .p2 {
  color: #002f9c;
}

.page7 .swiperBox .swiper_l .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
}

.page7 .swiperBox .swiper_l .btn .swiper-button {
  width: 0.44rem;
  height: 0.44rem;
  min-width: 30px;
  min-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #002f9c;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.1rem;
  cursor: pointer;
}

.page7 .swiperBox .swiper_l .btn .swiper-button:hover {
  background-color: #e94924;
}

.page7 .swiperBox .swiper_l .btn .prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.page7 .swiperBox .swiper_l .swiper-pagination {
  position: inherit;
  -webkit-transform: none;
  transform: none;
  text-align: left;
  color: #002f9c;
  font-size: 0.2rem;
  margin-top: 1rem;
}

.page7 .swiperBox .swiper_l .swiper-pagination .swiper-pagination-current {
  font-size: 0.3rem;
  color: #e94924;
}

.page7 .swiperBox .swiper_r {
  width: calc(1160 / 1920 * 100%);
  margin-right: calc(240 / 1920 * 100%);
  position: relative;
}

.page7 .swiperBox .swiper_r::after {
  content: '';
  position: absolute;
  top: 0;
  right: calc(-240 / 1160 * 100%);
  height: 100%;
  width: calc(150 / 1160 * 100%);
  background: -webkit-gradient(linear, right top, left top, from(#fafcfe), to(rgba(250, 252, 254, 0.2)));
  background: linear-gradient(to left, #fafcfe, rgba(250, 252, 254, 0.2));
  z-index: 1;
}

.page7 .swiperBox .swiper_r .mySwiper {
  width: 100%;
  position: relative;
  padding: 0.15rem;
  padding-bottom: 1rem;
}

.page7 .swiperBox .swiper_r .mySwiper .swiper-slide {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 0.2rem 0px rgba(0, 91, 172, 0.11);
  box-shadow: 0px 0px 0.2rem 0px rgba(0, 91, 172, 0.11);
  border-radius: 20px;
  padding: 0.3rem;
  height: auto;
}

.page7 .swiperBox .swiper_r .mySwiper .swiper-slide .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #e5edf9;
}

.page7 .swiperBox .swiper_r .mySwiper .swiper-slide .title .p2 {
  color: #002f9c;
}

.page7 .swiperBox .swiper_r .mySwiper .swiper-slide .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 0.3rem;
}

.page7 .swiperBox .swiper_r .mySwiper .swiper-slide .phone img {
  display: inline-block;
  width: 0.2rem;
  margin-right: 0.15rem;
  line-height: calc(30 / 18 * 1em);
}

.page7 .swiperBox .swiper_r .mySwiper .swiper-slide .phone .p1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: calc(30 / 18 * 1em);
  height: calc(30 / 18 * 1em * 3);
}

.page7 .swiperBox .swiper_r .mySwiper .swiper-scrollbar {
  height: 1px;
  bottom: 3px;
  padding: 14.5px 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  overflow: hidden;
  background: none;
}

.page7 .swiperBox .swiper_r .mySwiper .scrollba {
  background-color: #ececec;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page7 .swiperBox .swiper_r .mySwiper .swiper-scrollbar-drag {
  width: 60px !important;
  height: 30px;
  top: -14.5px;
  background: none;
  background-image: url(../images/icon30.png);
  background-size: 100% 100%;
  position: relative;
}

.page7 .swiperBox .swiper_r .mySwiper .swiper-scrollbar-drag::after {
  content: "";
  width: 5000px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  background-color: #e94924;
}

@media (max-width: 900px) {
  .page7 .swiperBox .swiper_l {
    width: 14.4rem;
    margin: 0 auto;
    max-width: 92%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .page7 .swiperBox .swiper_l .p1,
  .page7 .swiperBox .swiper_l .p2,
  .page7 .swiperBox .swiper_l .btn {
    margin: 0;
  }

  .page7 .swiperBox .swiper_l .swiper-pagination {
    display: none;
  }

  .page7 .swiperBox .swiper_r {
    width: 14.4rem;
    margin: 0 auto;
    max-width: 92%;
    overflow: hidden;
    margin-top: 0.3rem;
  }

  .page7 .swiperBox .swiper_r .mySwiper .swiper-slide {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #eeeeee;
  }
}

.page8 {
  margin-top: 1rem;
}

.page8 .banner {
  position: relative;
}

.page8 .banner .img1 {
  width: 100%;
  height: auto;
  min-height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}

.page8 .banner .title {
  position: absolute;
  left: calc(240 / 1920 * 100%);
  top: calc(145 / 480 * 100%);
  color: #f8f9fb;
}

.page8 .banner .title .p1 {
  margin-bottom: 0.15rem;
}

.page8 .banner .nav {
  background-color: #002f9c;
  border-radius: 20px 20px 0 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.25rem 0.3rem;
  padding-top: 0.15rem;
  color: #ffffff;
}

.page8 .banner .nav .l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.1rem;
}

@media (max-width: 700px) {
  .page8 .banner .nav .r {
    width: 100%;
    margin-top: 0.2rem;
  }
}

.page8 .banner .nav .img2 {
  width: 0.2rem;
  height: auto;
  margin-right: 0.2rem;
}

.page8 .content {
  padding: 0.8rem 0;
  background-color: #f4f8fb;
}

.page8 .content .title {
  text-align: center;
}

.page8 .content .title .t2 {
  color: #002f9c;
}

.page8 .content .text {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 0.5rem 0;
  margin-top: 0.65rem;
}

.page8 .content .text .tx1 {
  padding: 0 0.6rem;
}

.page8 .content .text .tx1 .p1 {
  color: #002f9c;
  margin-bottom: 0.2rem;
}

.page8 .content .text .tx1 .p2 {
  color: #333333;
  line-height: calc(24 / 18 * 100%);
}

.page8 .content .text .tx2 .h1 {
  padding: 0.2rem calc(50 / 1440 * 100%);
  padding-left: calc(60 / 1440 * 100%);
  background-color: #e94924;
  color: #ffffff;
  display: inline-block;
  border-radius: 0 30px 30px 0;
  margin-top: 0.4rem;
  position: relative;
}

.page8 .content .text .tx2 .h1 span {
  width: 17em;
  color: #bbbbbb;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(101%, -50%);
  transform: translate(101%, -50%);
}

.page8 .content .text .tx2 .h2 {
  line-height: calc(24 / 18 * 100%);
  padding: 0 calc(60 / 1440 * 100%);
  padding-top: 0.25rem;
  line-height: 2;
}

.page8 .content .text .tx2 .h2 .iconBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page8 .content .text .tx2 .h2 .iconBox .tag {
  width: calc(340 / 1320 * 100%);
  padding: 0.2rem 0;
  min-height: 1.2rem;
  background-color: #002f9c;
  border-radius: 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.page8 .content .text .tx2 .h2 .iconBox img {
  width: calc(80 / 1320 * 100%);
}

.page8 .content .text .tx2 .h2 .t1 {
  color: #002f9c;
}

.page8 .content .text .tx2 .h2 .p_b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page8 .content .text .tx2 .h2 .p_b span {
  color: #002f9c;
  margin-right: 0.15rem;
}

.page8 .content .text .tx2 .h2 .p_b p {
  color: #404040;
}

.page8 .content .text .tx2 .h2 .p_b img {
  width: 100%;
}

.page8 .content .text .tx2 .h2 .p_b .code {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.page8 .content .text .tx2 .h2 .p_b .code img {
  width: 1.8rem;
}

.page8 .content .text .tx2 .h2 .p_b .code p {
  color: #333333;
}

.page8 .content .text .tx2 .h2 .p_b_c {
  padding-left: 1em;
}

.page8 .content .text .tx3 {
  text-align: right;
  line-height: calc(40 / 18 * 1em);
  padding-right: calc(60 / 1440 * 100%);
}

.page9 {
  margin-top: 1rem;
}

.page9 .banner {
  position: relative;
}

.page9 .banner .img1 {
  width: 100%;
  height: auto;
  min-height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}

.page9 .banner .title {
  position: absolute;
  left: calc(240 / 1920 * 100%);
  top: calc(145 / 480 * 100%);
  color: #f8f9fb;
}

.page9 .banner .title .p1 {
  margin-bottom: 0.15rem;
}

.page9 .banner .nav {
  background-color: #002f9c;
  border-radius: 20px 20px 0 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.25rem 0.3rem;
  padding-top: 0.15rem;
  color: #ffffff;
}

.page9 .banner .nav .l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.1rem;
}

@media (max-width: 700px) {
  .page9 .banner .nav .r {
    width: 100%;
    margin-top: 0.2rem;
  }
}

.page9 .banner .nav .img2 {
  width: 0.2rem;
  height: auto;
  margin-right: 0.2rem;
}

.page9 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page9 .content .left {
  width: calc(460 / 1920 * 100%);
  padding-left: calc(240 / 1920 * 100%);
  background-color: #f6f9fe;
  padding-top: 0.8rem;
  padding-right: calc(30 / 1920 * 100%);
  padding-bottom: 1rem;
}

.page9 .content .left .tag {
  padding: 0.2rem 0.25rem;
  border-radius: 30px;
  color: #1f1f1f;
  margin-bottom: 0.1rem;
  display: block;
}

.page9 .content .left .onTag {
  background-color: #e94924;
  color: #ffffff;
}

.page9 .content .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: calc(80 / 1920 * 100%);
  padding-right: calc(240 / 1920 * 100%);
  padding-top: calc(80 / 1920 * 100%);
  padding-bottom: 1rem;
}

.page9 .content .right .t2 {
  color: #002f9c;
  margin-top: 0.15rem;
}

.page9 .content .right .QABox {
  margin-top: 0.4rem;
}

.page9 .content .right .QA {
  margin-top: 0.2rem;
  cursor: pointer;
}

.page9 .content .right .item {
  padding: 0.2rem 0.4rem;
  background-color: #f6f9fe;
  border-radius: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page9 .content .right .item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.page9 .content .right .item .title img {
  width: 0.24rem;
  height: auto;
  margin-right: 0.3rem;
}

.page9 .content .right .item .title .img1 {
  display: none;
}

.page9 .content .right .item .title p {
  line-height: 1.3;
}

.page9 .content .right .item .contract {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page9 .content .right .item .contract img {
  width: 0.15rem;
  height: auto;
  margin-left: 0.1rem;
}

.page9 .content .right .item .contract .icon2 {
  display: none;
}

.page9 .content .right .answerBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page9 .content .right .answer {
  padding: 0.2rem 0.4rem;
  display: none;
}

.page9 .content .right .answer .answer_l {
  width: 0.24rem;
  height: auto;
  margin-right: 0.3rem;
  line-height: calc(30 / 16 * 1em);
}

.page9 .content .right .answer .answer_r {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: calc(30 / 16 * 1em);
}

.page9 .content .right .answer .answer_r img {
  /*width: 4.4rem;*/
  max-width: 100%;
  height: auto;
  margin: 0.2rem 0;
}

.page9 .content .right .onQA .item {
  background-color: #e94924;
}

.page9 .content .right .onQA .item .title {
  color: #ffffff;
}

.page9 .content .right .onQA .item .title .img2 {
  display: none;
}

.page9 .content .right .onQA .item .title .img1 {
  display: block;
}

.page9 .content .right .onQA .item .contract {
  color: #ffffff;
}

.page9 .content .right .onQA .item .contract .icon2 {
  display: block;
}

.page9 .content .right .onQA .item .contract .icon1 {
  display: none;
}

.page9 .content .right .pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.85rem;
}

.page9 .content .right .pager a {
  margin-left: 0.18rem;
}

.page9 .content .right .pager a:nth-child(1) {
  margin-left: 0;
}

.page9 .content .right .pager .page {
  display: inline-block;
  width: 0.46rem;
  height: 0.46rem;
  text-align: center;
  line-height: 0.46rem;
  border-radius: 50%;
}

.page9 .content .right .pager .page img {
  width: 0.08rem;
  height: auto;
  display: inline-block;
}

.page9 .content .right .pager .page:hover {
  color: #e94924;
}

.page9 .content .right .pager .next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.page9 .content .right .pager .onPage {
  background-color: #e94924;
  color: #ffffff;
}

.page9 .content .right .pager .onPage:hover {
  color: #ffffff;
}

.page9 .content .right .pager .btn {
  display: inline-block;
  width: 1rem;
  height: 0.46rem;
  text-align: center;
  line-height: 0.46rem;
  color: #ffffff;
  background-color: #002f9c;
  border-radius: 23px;
}

@media (max-width: 900px) {

  .page9 .content .left,
  .page9 .content .right {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .page9 .content .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .page9 .content .left .tag {
    width: 32%;
    text-align: center;
    margin-left: 2%;
  }

  .page9 .content .left .tag:nth-child(3n + 1) {
    margin-left: 0;
  }
}

.page10 {
  margin-top: 1rem;
}

.page10 .banner {
  position: relative;
}

.page10 .banner .img1 {
  width: 100%;
  height: auto;
  min-height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}

.page10 .banner .title {
  position: absolute;
  left: calc(240 / 1920 * 100%);
  top: calc(145 / 480 * 100%);
  color: #f8f9fb;
}

.page10 .banner .title .p1 {
  margin-bottom: 0.15rem;
}

.page10 .banner .nav {
  background-color: #002f9c;
  border-radius: 0.2rem 0.2rem 0 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.25rem 0.3rem;
  padding-top: 0.15rem;
  color: #ffffff;
}

.page10 .banner .nav .l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.1rem;
}

@media (max-width: 700px) {
  .page10 .banner .nav .r {
    width: 100%;
    margin-top: 0.2rem;
  }
}

.page10 .banner .nav .img2 {
  width: 0.2rem;
  height: auto;
  margin-right: 0.2rem;
}

.page10 .info {
  padding-top: 0.8rem;
  padding-bottom: 1.2rem;
}

.page10 .info .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page10 .info .top .img {
  width: calc(630 / 1440 * 100%);
}

.page10 .info .top .img img {
  width: 100%;
}

.page10 .info .top .text {
  width: calc(680 / 1440 * 100%);
}

.page10 .info .top .text .title {
  margin-bottom: 0.3rem;
}

.page10 .info .top .text .h2 {
  color: #002f9c;
  margin-top: 0.15rem;
}

.page10 .info .top .text .t1 {
  line-height: calc(30 / 16 * 1em);
  color: #333333;
}

@media (max-width: 900px) {

  .page10 .info .top .img,
  .page10 .info .top .text {
    width: 100%;
  }

  .page10 .info .top .text {
    margin-top: 0.3rem;
  }
}

.page10 .info .bottom {
  margin-top: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page10 .info .bottom .text {
  width: calc(630 / 1440 * 100%);
}

.page10 .info .bottom .text .h1 {
  margin-bottom: 0.2rem;
}

.page10 .info .bottom .text .h2 {
  line-height: calc(30 / 16 * 1em);
  color: #333333;
}

.page10 .info .bottom .img {
  width: calc(680 / 1440 * 100%);
  border-radius: 20px;
  overflow: hidden;
}

.page10 .info .bottom .img img {
  width: 100%;
}

@media (max-width: 900px) {

  .page10 .info .bottom .img,
  .page10 .info .bottom .text {
    width: 100%;
  }

  .page10 .info .bottom .img {
    margin-top: 0.3rem;
  }
}

.page10 .history {
  padding: 1.7rem 0;
  background-image: url(../images/banner45.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page10 .history .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page10 .history .left {
  width: calc(670 / 1440 * 100%);
  color: #ffffff;
}

.page10 .history .left .h2 {
  margin-top: 0.15rem;
}

.page10 .history .left img {
  width: 100%;
  margin-top: 0.55rem;
  border-radius: 20px;
  overflow: hidden;
}

.page10 .history .right {
  width: calc(725 / 1440 * 100%);
  height: 5.2rem;
  position: relative;
}

.page10 .history .right::after {
  content: '';
  width: 100%;
  height: 30%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 55, 155, 0.5)), to(rgba(11, 55, 155, 0)));
  background: linear-gradient(to bottom, rgba(11, 55, 155, 0.5), rgba(11, 55, 155, 0));
  z-index: 1;
}

.page10 .history .right .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #ffffff;
  position: relative;
}
.page10 .history .right .swiper .swiper-scrollbar {
  display: block !important;
}

.page10 .history .right .swiper .swiper-slide {
  height: auto;
}

.page10 .history .right .swiper .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.page10 .history .right .swiper .item .l {
  width: 41.5%;
}

.page10 .history .right .swiper .item .h2 {
  line-height: calc(24 / 18 * 1em);
  margin-top: 0.15rem;
}

.page10 .history .right .swiper .item:nth-child(2n + 2) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.page10 .history .right .swiper .item:nth-child(2n + 1) .l {
  text-align: right;
}

.page10 .history .right .swiper .swiper-scrollbar {
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  background-color: #214eb5;
  border-radius: 3px;
  width: 0.05rem;
}

.page10 .history .right .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #e94924;
  border-radius: 8px;
  width: 0.15rem;
  left: -0.05rem;
}

@media (max-width: 900px) {

  .page10 .history .left,
  .page10 .history .right {
    width: 100%;
  }

  .page10 .history .right {
    height: auto;
    margin-top: 0.3rem;
  }

  .page10 .history .right::after {
    display: none;
  }

  .page10 .history .right .swiper-scrollbar-drag {
    opacity: 0;
  }
}

.page10 .purpose {
  padding: 1.2rem 0;
}

.page10 .purpose .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page10 .purpose .text {
  width: calc(580 / 1440 * 100%);
}

.page10 .purpose .text .p2 {
  margin-top: 0.15rem;
  color: #002f9c;
  margin-bottom: 0.6rem;
}

.page10 .purpose .text .p3 {
  line-height: calc(30 / 16 * 100%);
  color: #221815;
  margin-bottom: 0.1rem;
}

.page10 .purpose .text .p4 {
  line-height: calc(30 / 16 * 100%);
  color: #221815;
}

.page10 .purpose .imgBox {
  width: calc(920 / 1720 * 100%);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.page10 .purpose .imgBox .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page10 .purpose .imgBox .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.76rem;
  height: 0.76rem;
}

@media (max-width: 900px) {

  .page10 .purpose .text,
  .page10 .purpose .imgBox {
    width: 100%;
  }

  .page10 .purpose .imgBox {
    margin-top: 0.3rem;
  }
}

.page10 .address {
  background-image: url(../images/banner48.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 1rem;
  padding-bottom: 1.1rem;
}

.page10 .address .title {
  text-align: center;
}

.page10 .address .title .t2 {
  color: #002f9c;
  margin-top: 0.15rem;
}

.page10 .address .p1 {
  line-height: calc(30 / 16 * 1em);
  text-align: center;
  padding: 0 0.7rem;
  margin-top: 0.4rem;
}

@media (max-width: 900px) {
  .page10 .address .p1 {
    padding: 0;
  }
}

.page10 .address .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.page10 .address .list .swiper-slide {
  margin-top: 0.5rem;
  padding: 0.3rem;
  background-color: #ffffff;
  border-radius: 20px;
  height: auto;
  width: calc(446 / 1440 * 100%);
}

.page10 .address .list .swiper-slide .banner {
  width: 100%;
  border-radius: 20px;
  margin-top: 0.2rem;
}

.page10 .address .list .swiper-slide .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 0.2rem;
}

.page10 .address .list .swiper-slide .phone .img {
  line-height: calc(30 / 18 * 1em);
}

.page10 .address .list .swiper-slide .phone img {
  display: inline-block;
  width: 0.2rem;
  margin-right: 0.15rem;
}

.page10 .address .list .swiper-slide .phone .p2 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: calc(30 / 18 * 1em);
}

@media (max-width: 900px) {
  .page10 .address .list .swiper-slide {
    width: 100%;
  }
}

@media (max-width: 900px) {

  .page10 .purpose,
  .page10 .history,
  .page10 .address {
    padding: 0.5rem 0;
  }
}

.page11 .swiper1 {
  position: relative;
}

.page11 .swiper1 .swiper-pagination {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: calc(100 / 1920 * 100%);
  bottom: calc(100 / 840 * 100%);
  left: auto;
}

.page11 .swiper1 .swiper-pagination .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  min-width: 10px;
  min-height: 10px;
  opacity: 1;
  background: none;
  background-size: 100% 100%;
  background-image: url(../images/icon39.png);
  margin: 0 0.1rem;
}

.page11 .swiper1 .swiper-pagination .swiper-pagination-bullet-active {
  background-image: url(../images/icon9.png);
}

.page11 .swiper1 .mouse {
  width: 0.36rem;
  height: auto;
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 1;
  cursor: pointer;
  -webkit-animation: identifier 2s infinite;
  animation: identifier 2s infinite;
}

@keyframes identifier {
  0% {
    bottom: 0.5rem;
  }

  50% {
    bottom: 0.7rem;
  }

  100% {
    bottom: 0.5rem;
  }
}

.page11 .swiper1 .logo {
  width: 1.48rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding-top: calc(15 / 1920 * 100%);
  padding-left: calc(90 / 1920 * 100%);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.page11 .swiper1 .logo img {
  width: 100%;
  height: auto;
}

.page11 .swiper02 {
  display: none;
}

@media (max-width: 700px) {
  .page11 .swiper01 {
    display: none;
  }

  .page11 .swiper02 {
    display: block;
  }
}

.page11 .content .itemBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  background-color: #f7f7f7;
}

.page11 .content .itemBox:nth-child(2n + 2) .item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.page11 .content .itemBox .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.page11 .content .itemBox .item img {
  width: 50%;
}

.page11 .content .itemBox .item .img2 {
  display: none;
}

@media (max-width: 700px) {
  .page11 .content .itemBox .item .img1 {
    display: none;
  }

  .page11 .content .itemBox .item .img2 {
    display: block;
  }
}

.page11 .content .itemBox .item .text {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem;
  background-color: #ffffff;
}

.page11 .content .itemBox .item .text .p1 {
  margin-bottom: 0.25rem;
}

.page11 .content .itemBox .item .text .p2 {
  line-height: 1.5;
  margin-bottom: 0.35rem;
}

.page11 .content .itemBox .item .text .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.15rem 0.28rem;
  border-radius: 23px;
  color: #ffffff;
  background-color: #000000;
}

.page11 .content .itemBox .item .text .btn:hover {
  color: #ffffff;
  background-color: #e94924;
}

.page11 .content .itemBox .item .text .btn img {
  width: 0.07rem;
  min-width: 5px;
  margin-left: 0.2rem;
}

@media (max-width: 900px) {

  .page11 .content .itemBox .item img,
  .page11 .content .itemBox .item .text {
    width: 100%;
  }

  .page11 .content .itemBox .item .text {
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.page11 .content .itemBox .item1 {
  width: 100%;
  background-color: #f7f7f7;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.page11 .content .itemBox .item1 .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page11 .content .itemBox .item1 .text {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.5rem;
}

.page11 .content .itemBox .item1 .text img {
  width: 2.9rem;
  border-radius: 20px;
  overflow: hidden;
  margin-right: 0.3rem;
}

.page11 .content .itemBox .item1 .text .cBox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.page11 .content .itemBox .item1 .text .c1 {
  margin-bottom: 0.25rem;
}

.page11 .content .itemBox .item1 .text .c2 {
  color: #666666;
  line-height: calc(30 / 18 * 1em);
}

@media (max-width: 900px) {
  .page11 .content .itemBox .item1 .text {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.page11 .content .onItemBox .item,
.page11 .content .onItemBox .item1 {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.page11 .content1 .item .imgBox {
  position: relative;
}

.page11 .content1 .item .imgBox .logo6 {
  max-width: calc(480 / 1920 * 100%);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: calc(240 / 1920 * 100%);
  /*min-width: 110px;*/
  max-height: 1rem;
}

.page11 .content1 .item .imgBox .logo7 {
  width: calc(400 / 1920 * 100%);
  position: absolute;
  top: calc(190 / 940 * 100%);
  right: calc(240 / 1920 * 100%);
  min-width: 110px;
}

.page11 .content1 .item .imgBox .logo8 {
  width: calc(310 / 1920 * 100%);
  position: absolute;
  bottom: 50%;
  left: calc(240 / 1920 * 100%);
  min-width: 110px;
}

.page11 .content1 .item .imgBox .logo9 {
  width: calc(110 / 1920 * 100%);
  position: absolute;
  bottom: 50%;
  left: calc(240 / 1920 * 100%);
  min-width: 60px;
}

.page11 .content1 .item .banner {
  width: 100%;
}

.page11 .content1 .item .banner2 {
  display: none;
}

@media (max-width: 700px) {
  .page11 .content1 .item .banner1 {
    display: none;
  }

  .page11 .content1 .item .banner2 {
    display: block;
  }
}

.page11 .content1 .item .list {
  padding: 1.2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page11 .content1 .item .list .tag {
  width: calc(460 / 1440 * 100%);
  display: block;
}

.page11 .content1 .item .list .tag .img {
  width: 100%;
  padding-bottom: calc(563 / 460 * 100%);
  position: relative;
}

.page11 .content1 .item .list .tag .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.page11 .content1 .item .list .tag .h1 {
  margin-top: 0.2rem;
  line-height: calc(48 / 30 * 1em);
}

.page11 .content1 .item .list .tag .tt {
  line-height: calc(36 / 22 * 1em);
  color: #333333;
  margin-top: 0.15rem;
}

@media (max-width: 600px) {
  .page11 .content1 .item .list .tag {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}

.page12 .swiper1 {
  position: relative;
}

.page12 .swiper1 .swiper-pagination {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: calc(100 / 1920 * 100%);
  bottom: calc(100 / 840 * 100%);
  left: auto;
}

.page12 .swiper1 .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: none;
  background-size: 100% 100%;
  background-image: url(../images/icon8.png);
  margin: 0 0.1rem;
}

.page12 .swiper1 .swiper-pagination .swiper-pagination-bullet-active {
  background-image: url(../images/icon9.png);
}

.page12 .swiper1 .mouse {
  width: 0.36rem;
  height: auto;
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 1;
  cursor: pointer;
  -webkit-animation: identifier 2s infinite;
  animation: identifier 2s infinite;
}

@keyframes identifier {
  0% {
    bottom: 0.5rem;
  }

  50% {
    bottom: 0.7rem;
  }

  100% {
    bottom: 0.5rem;
  }
}

.page12 .swiper1 .logo {
  width: 1.48rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding-top: calc(15 / 1920 * 100%);
  padding-left: calc(90 / 1920 * 100%);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.page12 .swiper1 .logo img {
  width: 100%;
  height: auto;
}

.page12 .swiper02 {
  display: none;
}

@media (max-width: 900px) {
  .page12 .swiper01 {
    display: none;
  }

  .page12 .swiper02 {
    display: block;
  }
}

.page12 .content .item {
  padding-top: 1.2rem;
  padding-bottom: 2.2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page12 .content .item .title {
  text-align: center;
  color: #ffffff;
}

.page12 .content .item .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 1.2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page12 .content .item .list .tag {
  width: calc(430 / 1440 * 100%);
  color: #ffffff;
  display: block;
}

.page12 .content .item .list .tag .imgBox {
  width: 100%;
  padding-bottom: calc(28 / 43 * 100%);
  border-radius: 0.2rem;
  overflow: hidden;
  position: relative;
}

.page12 .content .item .list .tag .imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.page12 .content .item .list .tag .t1 {
  margin-top: 0.35rem;
}

.page12 .content .item .list .tag .t2 {
  line-height: 1.3;
  margin-top: 0.15rem;
}

@media (max-width: 700px) {
  .page12 .content .item .list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .page12 .content .item .list .tag {
    width: 88%;
    margin-bottom: 0.2rem;
  }
}

.page13 .swiper1 {
  position: relative;
}

.page13 .swiper1 .swiper-pagination {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: calc(100 / 1920 * 100%);
  bottom: calc(100 / 840 * 100%);
  left: auto;
}

.page13 .swiper1 .swiper-pagination .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  min-width: 10px;
  min-height: 10px;
  opacity: 1;
  background: none;
  background-size: 100% 100%;
  background-image: url(../images/icon8.png);
  margin: 0 0.1rem;
}

.page13 .swiper1 .swiper-pagination .swiper-pagination-bullet-active {
  background-image: url(../images/icon9.png);
}

.page13 .swiper1 .mouse {
  width: 0.36rem;
  height: auto;
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 1;
  cursor: pointer;
  -webkit-animation: identifier 2s infinite;
  animation: identifier 2s infinite;
}

@keyframes identifier {
  0% {
    bottom: 0.5rem;
  }

  50% {
    bottom: 0.7rem;
  }

  100% {
    bottom: 0.5rem;
  }
}

.page13 .swiper1 .logo {
  width: 1.48rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding-top: calc(15 / 1920 * 100%);
  padding-left: calc(90 / 1920 * 100%);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.page13 .swiper1 .logo img {
  width: 100%;
  height: auto;
}

.page13 .swiper02 {
  display: none;
}

@media (max-width: 900px) {
  .page13 .swiper01 {
    display: none;
  }

  .page13 .swiper02 {
    display: block;
  }
}

.page13 .tagBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page13 .tagBox .tag {
  width: calc(1 / 3 * 100%);
  padding: calc(60 / 1920 * 100%) 0;
  background-color: #23ac38;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page13 .tagBox .tag .icon {
  max-width: calc(340 / 640 * 100%);
}

.page13 .tagBox .tag:nth-child(2) {
  background-color: #d1e7c5;
}

.page13 .tagBox .tag:nth-child(2) .icon {
  width: calc(135 / 640 * 100%);
}

.page13 .tagBox .tag:nth-child(3) {
  background-color: #e5efca;
}

.page13 .tagBox .tag:nth-child(3) .icon {
  width: calc(135 / 640 * 100%);
}

.page13 .swiper2 {
  overflow: hidden;
  position: relative;
}

.page13 .swiper2 .swiper-slide {
  padding: 0.7rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #bedead;
  position: relative;
  /*定义动画*/
}

.page13 .swiper2 .swiper-slide:nth-child(2n + 2) {
  background-color: #dfebbb;
}

.page13 .swiper2 .swiper-slide:hover .products {
  -webkit-animation: shake 0.5s ease-in-out 1;
  animation: shake 0.5s ease-in-out 1;
}

.page13 .swiper2 .swiper-slide .products {
  height: 3.8rem;
  width: auto;
  margin-bottom: 0.75rem;
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }

  25% {
    -webkit-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg);
  }

  75% {
    -webkit-transform: rotateZ(10deg);
    transform: rotateZ(10deg);
  }

  100% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }

  25% {
    -webkit-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg);
  }

  75% {
    -webkit-transform: rotateZ(10deg);
    transform: rotateZ(10deg);
  }

  100% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }
}

.page13 .swiper2 .swiper-slide .t1 {
  line-height: calc(36 / 26 * 1em);
}

.page13 .swiper2 .swiper-slide .suspension {
  padding: 0 0.5rem;
  width: 100%;
  height: 100%;
  background-color: rgba(233, 73, 36, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-transform: translateY(110%);
  transform: translateY(110%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
}

.page13 .swiper2 .swiper-slide .suspension .t2 {
  color: #ffffff;
  line-height: calc(36 / 26 * 1em);
}

.page13 .swiper2 .swiper-slide .suspension .t3 {
  color: #ffffff;
  margin-top: 0.3rem;
  line-height: 1.5;
}

.page13 .swiper2 .swiper-slide .suspension .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.15rem 0.28rem;
  border-radius: 23px;
  background-color: #ffffff;
  color: #e94924;
  margin-top: 1.5rem;
}

.page13 .swiper2 .swiper-slide .suspension .btn img {
  width: 0.07rem;
  min-width: 5px;
  margin-left: 0.2rem;
}

.page13 .swiper2 .swiper-slide:hover .suspension {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.page13 .swiper2 .swiper-button-next {
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  background-image: url(../images/icon48.png);
  background-position: center;
  background-size: 100% 100%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  /*right: 0.6rem;*/
}

.page13 .swiper2 .swiper-button-next:hover {
  background-image: url(../images/icon49.png);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.page13 .swiper2 .swiper-button-next::after {
  display: none;
}

.page13 .swiper2 .swiper-button-prev {
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  background-image: url(../images/icon48.png);
  background-position: center;
  background-size: 100% 100%;
  /*left: 0.6rem;*/
}

.page13 .swiper2 .swiper-button-prev:hover {
  background-image: url(../images/icon49.png);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.page13 .swiper2 .swiper-button-prev::after {
  display: none;
}

.page13 .history {
  background-image: url(../images/banner90.png);
  padding: 1rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page13 .history .title {
  color: #23ac38;
  text-align: center;
  position: relative;
}

.page13 .history .title .t1 {
  position: relative;
  z-index: 2;
  font-family: 'YouSheBiaoTiHei';
}

.page13 .history .title img {
  width: 5em;
  height: auto;
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 50%;
  -webkit-transform: translate(-50%, 20%);
  transform: translate(-50%, 20%);
}

.page13 .history .list {
  position: relative;
  margin-top: 0.6rem;
}

.page13 .history .list .line {
  width: 0.04rem;
  height: 100%;
  background-color: #23ac38;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.page13 .history .list .arrow {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page13 .history .list .arrow .icon {
  width: 0.11rem;
  height: 1rem;
  background-color: #8fc320;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.page13 .history .list .arrow img {
  width: 0.44rem;
}

.page13 .history .list .itemBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: flex-start;
}

.page13 .history .list .itemBox .item {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.page13 .history .list .itemBox .item .time {
  position: relative;
  min-width: 50%;
}

.page13 .history .list .itemBox .item .time .banner1,
.page13 .history .list .itemBox .item .time .banner2 {
  width: 100%;
}

.page13 .history .list .itemBox .item .time .banner1 {
  display: none;
}

.page13 .history .list .itemBox .item .time .p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
}

.page13 .history .list .itemBox .item .time .schedule {
  width: 20%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(120%, -50%);
  transform: translate(120%, -50%);
  color: #ffffff;
}

.page13 .history .list .itemBox .item .t1 {
  color: #333333;
  line-height: calc(30 / 18 * 1em);
  text-align: right;
  margin-top: 0.2rem;
}

.page13 .history .list .itemBox .item .icon {
  width: 50%;
  margin-top: 0.25rem;
}

.page13 .history .list .itemBox:nth-child(2n + 1) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.page13 .history .list .itemBox:nth-child(2n + 1) .item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page13 .history .list .itemBox:nth-child(2n + 1) .item .time .schedule {
  left: 0;
  right: auto;
  -webkit-transform: translate(-120%, -50%);
  transform: translate(-120%, -50%);
}

.page13 .history .list .itemBox:nth-child(2n + 1) .item .t1 {
  text-align: left;
}

.page13 .history .list .onItemBox .item {
  position: relative;
}

.page13 .history .list .onItemBox .item .time .banner2 {
  display: none;
}

.page13 .history .list .onItemBox .item .time .banner1 {
  display: block;
}

.page13 .history .continued {
  text-align: center;
}

.page13 .history .continued .t {
  color: #23ac38;
  margin-top: 0.25rem;
  font-family: 'YouSheBiaoTiHei';
}

.page13 .principle {
  background-image: url(../images/banner91.png);
  padding: 1rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page13 .principle .title {
  color: #23ac38;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page13 .principle .title .t1 {
  position: relative;
  z-index: 2;
  font-family: 'YouSheBiaoTiHei';
}

.page13 .principle .title img {
  width: 5em;
  height: auto;
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 50%;
  -webkit-transform: translate(-50%, 20%);
  transform: translate(-50%, 20%);
}

.page13 .principle .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0.4rem;
}

.page13 .principle .list .item {
  width: calc(700 / 1440 * 100%);
  padding: 0.4rem 0;
  margin-top: 0.4rem;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page13 .principle .list .item .h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page13 .principle .list .item .h1 .tag {
  padding: 0.18rem 0.2rem;
  padding-left: 0.1rem;
  background-color: #23ac38;
  border-radius: 0 20px 20px 0;
  color: #ffffff;
  display: inline-block;
  font-family: 'Alibaba-PuHuiTi-Medium';
}

.page13 .principle .list .item .h1 .text {
  margin-left: 0.3rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 0.4rem;
}

.page13 .principle .list .item .p1 {
  padding: 0 0.4rem;
  line-height: calc(26 / 18 * 1em);
  color: #666666;
  margin-top: 0.25rem;
}

.page13 .principle .list .item .banner {
  width: 100%;
  padding: 0 0.4rem;
  margin-top: 0.35rem;
}

.page13 .principle .list .item .banner img {
  border: solid 5px #e5efca;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.page13 .principle .list .item .banner1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  padding: 0 0.4rem;
  margin-top: 0.35rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page13 .principle .list .item .banner1 .img1 {
  width: calc(180 / 620 * 100%);
}

.page13 .principle .list .item .banner1 .img1 p {
  color: #23ac38;
  text-align: center;
  margin-bottom: 0.2rem;
}

.page13 .principle .list .item .banner1 .img1 img {
  border: solid 5px #e5efca;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 700px) {
  .page13 .principle .list .item {
    width: 100%;
  }
}

.page14 .begreen1 {
  width: 100%;
  background-image: url(../images/banner96.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1rem 0;
  padding-bottom: 1.25rem;
  position: relative;
}

.page14 .begreen1 .icon01 {
  width: calc(174 / 1920 * 100%);
  position: absolute;
  top: calc(120 / 940 * 100%);
  left: calc(740 / 1920 * 100%);
  z-index: 1;
}

.page14 .begreen1 .icon02 {
  width: calc(154 / 1920 * 100%);
  position: absolute;
  top: calc(600 / 940 * 100%);
  left: calc(620 / 1920 * 100%);
  z-index: 1;
}

.page14 .begreen1 .icon03 {
  width: calc(130 / 1920 * 100%);
  position: absolute;
  top: calc(580 / 940 * 100%);
  left: calc(90 / 1920 * 100%);
  z-index: 1;
}

.page14 .begreen1 .logo {
  width: 1.48rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding-top: calc(15 / 1920 * 100%);
  padding-left: calc(90 / 1920 * 100%);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.page14 .begreen1 .logo img {
  width: 100%;
  height: auto;
}

.page14 .begreen1 .icon1 {
  width: calc(400 / 1920 * 100%);
  position: relative;
  margin-left: calc(995 / 1920 * 100%);
  z-index: 2;
}

.page14 .begreen1 .text1 {
  display: none;
  width: 6.45rem;
  margin: 0 auto;
  background-image: url(../images/banner98.png);
  background-size: 100% 100%;
  padding: 0.7rem 1rem;
  padding-bottom: 1.45rem;
  margin-top: 0.6rem;
  z-index: 2;
  position: relative;
}

.page14 .begreen1 .text1 .t1 {
  line-height: calc(36 / 22 * 100%);
  text-align: center;
}

.page14 .begreen1 .text1 .t2 {
  color: #0c9e4c;
  margin-top: 0.3rem;
  text-align: center;
  font-family: 'YouSheBiaoTiHei';
}

.page14 .begreen1 .icon2 {
  width: calc(295 / 1920 * 100%);
  margin-left: calc(1410 / 1920 * 100%);
  margin-top: 0.85rem;
  position: relative;
  z-index: 2;
}

.page14 .begreen1 .icon2 img {
  width: 100%;
}

.page14 .begreen1 .icon2 .text {
  background-image: url(../images/banner97.png);
  background-size: 100% 100%;
  position: absolute;
  width: calc(680 / 295 * 100%);
  min-height: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 2rem;
  left: 0;
  -webkit-transform: translateX(-110%);
  transform: translateX(-110%);
  padding: 0.3rem 0;
  padding-left: calc(90 / 295 * 100%);
  padding-right: calc(142 / 295 * 100%);
}

.page14 .begreen1 .icon2 .text .t1 {
  line-height: calc(36 / 22 * 100%);
  text-align: center;
}

.page14 .begreen1 .icon2 .text .t2 {
  color: #0c9e4c;
  margin-top: 0.3rem;
  text-align: center;
  font-family: 'YouSheBiaoTiHei';
}

@media (max-width: 900px) {
  .page14 .begreen1 {
    background-image: url(../images/banner114.png);
  }

  .page14 .begreen1 .icon1 {
    width: 4rem;
    margin: 0 auto;
    display: block;
  }

  .page14 .begreen1 .text1 {
    display: block;
  }

  .page14 .begreen1 .icon2 {
    width: 2.95rem;
    margin-left: calc(1100 / 1920 * 100%);
  }

  .page14 .begreen1 .icon2 .text {
    display: none;
  }
}

.page14 .begreen2 {
  width: 100%;
  background-image: url(../images/banner99.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1rem 0;
  padding-bottom: 2rem;
  position: relative;
}

.page14 .begreen2 .icon01 {
  width: calc(140 / 1920 * 100%);
  position: absolute;
  top: calc(140 / 940 * 100%);
  left: calc(200 / 1920 * 100%);
  z-index: 1;
}

.page14 .begreen2 .icon02 {
  width: calc(174 / 1920 * 100%);
  position: absolute;
  top: calc(85 / 940 * 100%);
  right: calc(40 / 1920 * 100%);
  z-index: 1;
}

.page14 .begreen2 .icon03 {
  width: calc(271 / 1920 * 100%);
  position: absolute;
  top: calc(310 / 940 * 100%);
  right: calc(168 / 1920 * 100%);
  z-index: 1;
}

.page14 .begreen2 .icon04 {
  width: calc(150 / 1920 * 100%);
  position: absolute;
  top: calc(675 / 940 * 100%);
  left: calc(15 / 1920 * 100%);
  z-index: 1;
}

.page14 .begreen2 .title {
  max-width: 86%;
  line-height: 1.2;
  margin: 0 auto;
  text-align: center;
  color: #0a9d4b;
  text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
  z-index: 2;
  position: relative;
  font-family: 'YouSheBiaoTiHei';
}

.page14 .begreen2 .text {
  background-image: url(../images/banner100.png);
  background-size: 100% 100%;
  width: 9.8rem;
  max-width: 86%;
  margin: 0 auto;
  padding: calc(60 / 1920 * 100%) calc(120 / 1920 * 100%);
  text-align: center;
  margin-top: 0.8rem;
  position: relative;
  z-index: 2;
}

.page14 .begreen2 .text .icon {
  width: calc(323 / 980 * 100%);
}

.page14 .begreen2 .text .t1 {
  color: #0a9d4b;
  margin-top: 0.45rem;
  line-height: 1.2;
  font-family: 'YouSheBiaoTiHei';
}

.page14 .begreen2 .text .t2 {
  margin-top: 0.55rem;
  line-height: calc(36 / 20 * 100%);
}

.page14 .begreen2 .text .icon2 {
  width: calc(378 / 980 * 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-70%, 1rem);
  transform: translate(-70%, 1rem);
}

.page14 .begreen2 .icon3 {
  display: none;
}

@media (max-width: 900px) {
  .page14 .begreen2 {
    background-image: url(../images/banner115.png);
  }

  .page14 .begreen2 .text {
    background-image: url(../images/banner101.png);
    padding-bottom: calc(140 / 980 * 100%);
  }

  .page14 .begreen2 .text .icon2 {
    display: none;
  }

  .page14 .begreen2 .icon3 {
    display: block;
    width: calc(320 / 750 * 100%);
    margin-left: 4%;
    z-index: 2;
    position: relative;
  }
}

.page14 .begreen3 {
  width: 100%;
  background-image: url(../images/banner102.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1rem 0;
  padding-bottom: 1.25rem;
  position: relative;
}

.page14 .begreen3 .icon01 {
  width: calc(140 / 1920 * 100%);
  position: absolute;
  top: calc(185 / 940 * 100%);
  left: calc(78 / 1920 * 100%);
  z-index: 1;
}

.page14 .begreen3 .icon02 {
  width: calc(360 / 1920 * 100%);
  position: absolute;
  top: calc(345 / 940 * 100%);
  left: calc(78 / 1920 * 100%);
  z-index: 1;
}

.page14 .begreen3 .title {
  max-width: 86%;
  line-height: 1.2;
  margin: 0 auto;
  text-align: center;
  color: #0a9d4b;
  text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
  position: relative;
  z-index: 2;
  font-family: 'YouSheBiaoTiHei';
}

.page14 .begreen3 .text {
  border-radius: 0.4rem;
  border: solid 6px #9bca39;
  background-color: #ffffff;
  width: 11.25rem;
  max-width: 86%;
  margin: 0 auto;
  padding: calc(50 / 1920 * 100%);
  margin-top: 0.8rem;
  position: relative;
  z-index: 2;
}

.page14 .begreen3 .text .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page14 .begreen3 .text .top .text_1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.page14 .begreen3 .text .top .text_1 .t1 {
  color: #13713a;
  line-height: 1.2;
  font-family: 'YouSheBiaoTiHei';
}

.page14 .begreen3 .text .top .text_1 .t2 {
  color: #333333;
  line-height: calc(42 / 22 * 100%);
  margin-top: 0.2rem;
}

.page14 .begreen3 .text .top .banner {
  width: calc(239 / 1025 * 100%);
  margin-left: 0.2rem;
}

@media (max-width: 900px) {
  .page14 .begreen3 .text .top .text_1 {
    width: 100%;
  }

  .page14 .begreen3 .text .top .banner {
    width: 100%;
    margin-top: 0.2rem;
    margin-left: 0;
  }
}

.page14 .begreen3 .text .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.3rem;
}

.page14 .begreen3 .text .bottom .banner {
  width: calc(745 / 1025 * 100%);
  margin-right: 0.5rem;
}

.page14 .begreen3 .text .bottom .text_1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.page14 .begreen3 .text .bottom .text_1 .t1 {
  color: #13713a;
  line-height: 1.2;
  margin-top: 0.2rem;
}

.page14 .begreen3 .text .bottom .text_1 .t2 {
  color: #333333;
  line-height: 1.2;
  margin-top: 0.03rem;
}

@media (max-width: 900px) {
  .page14 .begreen3 .text .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .page14 .begreen3 .text .bottom .text_1 {
    width: 100%;
  }

  .page14 .begreen3 .text .bottom .banner {
    width: 100%;
    margin-top: 0.2rem;
    margin-left: 0;
  }
}

@media (max-width: 900px) {
  .page14 .begreen3 {
    background-image: url(../images/banner116.png);
  }

  .page14 .begreen3 .icon02 {
    display: none;
  }

  .page14 .begreen3 .text {
    padding: calc(100 / 1920 * 100%);
  }
}

.page14 .begreen4 {
  width: 100%;
  background-image: url(../images/banner110.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1rem 0;
  padding-bottom: 2.22rem;
  position: relative;
}

.page14 .begreen4 .icon01 {
  width: calc(251 / 1920 * 100%);
  position: absolute;
  top: calc(72 / 940 * 100%);
  right: calc(127 / 1920 * 100%);
  z-index: 1;
}

.page14 .begreen4 .icon02 {
  width: calc(174 / 1920 * 100%);
  position: absolute;
  top: calc(300 / 940 * 100%);
  left: calc(85 / 1920 * 100%);
  z-index: 1;
}

.page14 .begreen4 .icon03 {
  width: calc(130 / 1920 * 100%);
  position: absolute;
  top: calc(640 / 940 * 100%);
  left: calc(85 / 1920 * 100%);
  z-index: 1;
}

.page14 .begreen4 .title {
  max-width: 86%;
  line-height: 1.2;
  margin: 0 auto;
  text-align: center;
  color: #0a9d4b;
  text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
  position: relative;
  z-index: 2;
  font-family: 'YouSheBiaoTiHei';
}

.page14 .begreen4 .text {
  border-radius: 0.4rem;
  border: solid 6px #9bca39;
  background-color: #ffffff;
  width: 14.36rem;
  max-width: 86%;
  margin: 0 auto;
  margin-top: 0.8rem;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page14 .begreen4 .text .left {
  width: calc(900 / 1436 * 100%);
  padding: calc(70 / 1436 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page14 .begreen4 .text .left .item {
  width: 50%;
}

.page14 .begreen4 .text .left .item:nth-child(3) {
  margin-top: 0.8rem;
}

.page14 .begreen4 .text .left .item:nth-child(4) {
  margin-top: 0.8rem;
}

.page14 .begreen4 .text .left .item .p1 {
  color: #333333;
}

.page14 .begreen4 .text .left .item .p1 span {
  color: #60ad33;
}

.page14 .begreen4 .text .left .item img {
  width: calc(300 / 380 * 100%);
  height: auto;
  margin-top: 0.3rem;
}

.page14 .begreen4 .text .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: dashed 6px rgba(155, 202, 57, 0.2);
  padding: calc(60 / 1436 * 100%);
  padding-right: calc(180 / 1436 * 100%);
  position: relative;
}

.page14 .begreen4 .text .right .p1 {
  color: #60ad33;
  line-height: 1.2;
  font-family: 'YouSheBiaoTiHei';
}

.page14 .begreen4 .text .right .p2 {
  color: #333333;
  line-height: 1.2;
  font-family: 'YouSheBiaoTiHei';
}

.page14 .begreen4 .text .right .p3 {
  margin-top: 0.3rem;
  line-height: calc(36 / 20 * 1em);
  color: #333333;
}

.page14 .begreen4 .text .right .icon {
  width: calc(274 / 530 * 100%);
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

@media (max-width: 900px) {
  .page14 .begreen4 .text .left {
    width: 100%;
  }

  .page14 .begreen4 .text .right {
    width: 100%;
    border: none;
    padding-right: calc(60 / 1436 * 100%);
  }

  .page14 .begreen4 .text .right .icon {
    position: inherit;
    -webkit-transform: none;
    transform: none;
    margin-left: calc(256 / 530 * 100%);
  }
}

@media (max-width: 900px) {
  .page14 .begreen4 {
    background-image: url(../images/banner117.png);
  }
}

.page14 .begreen_pc {
  display: block;
}

.page14 .begreen_mt {
  display: none;
}

@media (max-width:900px) {
  .page14 .begreen_pc {
    display: none;
  }

  .page14 .begreen_mt {
    display: block;
  }
}

.page15 {
  margin-top: 1rem;
}

.page15 .banner {
  position: relative;
}

.page15 .banner .img1 {
  width: 100%;
  height: auto;
  min-height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}

.page15 .banner .title {
  position: absolute;
  left: calc(240 / 1920 * 100%);
  top: calc(145 / 480 * 100%);
  color: #f8f9fb;
}

.page15 .banner .title .p1 {
  margin-bottom: 0.15rem;
}

.page15 .banner .nav {
  height: 0.7rem;
  background-color: #002f9c;
  border-radius: 20px 20px 0 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.3rem;
  color: #ffffff;
}

.page15 .banner .nav .img2 {
  width: 0.2rem;
  height: auto;
  margin-right: 0.2rem;
}

.page15 .list {
  background-color: #f4f8fb;
  padding-top: 0.8rem;
  padding-bottom: 1.1rem;
}

.page15 .list .title {
  text-align: center;
}

.page15 .list .title .t2 {
  color: #002f9c;
  margin-top: 0.2rem;
}

.page15 .list .content {
  margin-top: 0.7rem;
}

.page15 .list .item {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 0.6rem;
}

.page15 .list .list {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 0.3rem;
  padding-bottom: 0;
  /*justify-content: space-between;*/
}

.page15 .list .list .item {
  width: 23%;
  border-radius: 0.2rem;
  text-align: center;
  padding-bottom: 0.38rem;
  margin-top: 0.4rem;
  position: relative;
  overflow: hidden;
  margin-left: 2.5%;
}

.page15 .list .list .item:nth-child(4n + 1) {
  margin-left: 0;

}

.page15 .list .list .item .img {
  width: 100%;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  border: solid 3px #3b5fac;
}

.page15 .list .list .item .img:hover {
  border: solid 3px #e94924;
}

.page15 .list .list .item .img img {
  width: 100%;
}

.page15 .list .list .item p {
  margin-top: 0.3rem;
  color: #333333;
  font-weight: bold;
}

.page15 .list .pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.9rem;
}

.page15 .list .pager a {
  margin-left: 0.18rem;
}

.page15 .list .pager a:nth-child(1) {
  margin-left: 0;
}

.page15 .list .pager .page {
  display: inline-block;
  width: 0.46rem;
  height: 0.46rem;
  text-align: center;
  line-height: 0.46rem;
  border-radius: 50%;
}

.page15 .list .pager .page img {
  width: 0.08rem;
  height: auto;
  display: inline-block;
}

.page15 .list .pager .page:hover {
  color: #e94924;
}

.page15 .list .pager .next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.page15 .list .pager .onPage {
  background-color: #e94924;
  color: #ffffff;
}

.page15 .list .pager .onPage:hover {
  color: #ffffff;
}

.page15 .list .pager .btn {
  display: inline-block;
  width: 1rem;
  height: 0.46rem;
  text-align: center;
  line-height: 0.46rem;
  color: #ffffff;
  background-color: #002f9c;
  border-radius: 23px;
}

@media (max-width: 900px) {
  .page15 .list .list .item {
    width: 48%;
  }
  .page15 .list .list .item:nth-child(2n + 1) {
  margin-left: 0;

  }
}


video {
  width: 50%;
}

@media (max-width: 900px) {
  video {
    width: 90%;
  }
}

footer {
  background-color: #002f9c;
}

footer .top {
  padding-top: 0.8rem;
  padding-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer .top .top_l .p1 {
  color: #ccd5eb;
  margin-bottom: 0.35rem;
}

footer .top .top_l .p2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #8097ce;
  margin-bottom: 0.15rem;
}

footer .top .top_l .p2 img {
  width: auto;
  height: 0.18rem;
  margin-right: 0.1rem;
}

footer .top .top_r {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: calc(230 / 1720 * 100%);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer .top .top_r .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: calc(60 / 1155 * 100%);
}

footer .top .top_r .item:last-child {
  margin-right: 0;
}

footer .top .top_r .item p {
  color: #ccd5eb;
  margin-bottom: 0.3rem;
}

footer .top .top_r .item img {
  width: 1.1rem;
  height: auto;
}

@media (max-width: 1200px) {
  footer .top .top_l {
    width: 100%;
  }

  footer .top .top_r {
    margin-left: 0;
  }

  footer .top .top_r .item {
    margin-top: 0.2rem;
  }
}

@media (max-width: 700px) {
  footer .top .top_r .item {
    width: calc(1 / 3 * 100%);
    margin-right: 0;
  }
}

footer .bottom {
  padding: 0.24rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #0e3fb0;
}

footer .bottom .p1 {
  color: #8097ce;
  line-height: 1.2;
}

.footer1 {
  background-color: #2b2b2b;
}

.footer1 .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.32rem 0;
  position: relative;
}

.footer1 .toTap1 {
  width: 0.75rem;
  min-width: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -95%);
  transform: translate(-50%, -95%);
  cursor: pointer;
}

.footer1 .text_l {
  width: 35%;
  color: rgba(255, 255, 255, 0.7);
}

.footer1 .text_l .p2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: calc(36 / 16 * 1em);
}

.footer1 .text_l .p2 .imgBOx {
  width: 0.25rem;
  margin-right: 0.1rem;
  text-align: center;
}

.footer1 .text_l .p2 img {
  width: auto;
  height: 0.18rem;
}

.footer1 .logo2 {
  width: 1.5rem;
  height: auto;
}

.footer1 .logo1 {
  display: none;
  width: 2.5rem;
  height: auto;
}

.footer1 .text_r {
  width: 35%;
  color: rgba(255, 255, 255, 0.7);
  line-height: calc(36 / 16 * 1em);
  text-align: right;
}

@media (max-width: 900px) {
  .footer1 .layout {
    display: block;
  }

  .footer1 .text_l {
    width: auto;
  }

  .footer1 .text_r {
    width: auto;
    text-align: left;
  }

  .footer1 .logo2 {
    display: none;
  }

  .footer1 .logo1 {
    display: block;
    margin-bottom: 0.3rem;
  }
}

.r_nav {
  position: fixed;
  right: 10px;
  top: 70%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 51;
  display: none;
}

.r_nav .toTop {
  width: 0.5rem;
  height: 0.5rem;
  min-width: 30px;
  min-height: 30px;
}

/*# sourceMappingURL=css.css.map */