.w1520 {
  width: 15.2rem;
  max-width: 92%;
  margin: 0 auto;
}

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

@media (max-width: 900px) {
  body {
    padding-top: 1rem;
  }
}

header {
  width: 100%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
}
header .shadow {
  width: 100%;
  height: 1.6rem;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(0deg, rgba(3, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.2;
  z-index: 1;
}
header .layout {
  height: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}
header .logo img {
  width: auto;
  height: 0.42rem;
  display: block;
}
header .logo .logo2 {
  display: none;
}
header .column {
  display: flex;
  align-items: center;
}
header .nav {
  display: flex;
  color: #fff;
  height: 100%;
}
header .nav .tag {
  line-height: 1rem;
  padding: 0 0.45rem;
  position: relative;
}
header .nav .tag .tag_a {
  position: relative;
  transition: all 0.3s;
}
header .nav .tag .tag_a::after {
  content: "";
  width: 0px;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #b62841;
  transition: all 0.3s;
}
header .nav .tag .tag_a:hover {
  color: #b62841;
}
header .nav .tag .tag_a:hover::after {
  width: 100%;
}
header .nav .tag .child {
  position: absolute;
  bottom: 0.1rem;
  left: 50%;
  background-color: #ffffff;
  color: #000;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.12);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, calc(100% + 30px));
  transition: all 0.3s;
  padding: 5px 0;
}
header .nav .tag .child::after {
  content: "";
  display: block;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 9px solid #fff;
  z-index: 3;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -90%);
}
header .nav .tag .child .child_a {
  width: auto;
  display: block;
  line-height: 1;
  padding: 15px 30px;
  white-space: nowrap;
  position: relative;
  transition: all 0.3s;
}
header .nav .tag .child .child_a::after {
  content: "";
  width: 0px;
  height: 2px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #b62841;
  transition: all 0.3s;
}
header .nav .tag .child .child_a:hover {
  color: #b62841;
}
header .nav .tag .child .child_a:hover::after {
  width: calc(100% - 60px);
}
header .nav .tag:hover .child {
  opacity: 1;
  pointer-events: all;
  transform: translate(-50%, 100%);
}
@media (max-width: 1300px) {
  header .nav .tag {
    padding: 0 0.25rem;
  }
}
@media (max-width: 1000px) {
  header .shadow,
header .nav {
    display: none;
  }
}
header .btnBox {
  display: flex;
  align-items: center;
}
header .btnBox .search {
  width: 2.4rem;
  min-width: 200px;
  padding: 0.15rem 0.2rem;
  display: flex;
  background-color: #fff;
  border-radius: 23px;
  display: flex;
  align-items: center;
  padding-right: calc(0.34rem + 16px);
  margin-left: 1.1rem;
  overflow: hidden;
  position: relative;
}
header .btnBox .search input {
  width: 100%;
  height: 100%;
  border: none;
  background-color: rgba(0, 0, 0, 0);
}
header .btnBox .search img {
  width: 16px;
  height: auto;
  margin-left: 0.14rem;
  position: absolute;
  top: 50%;
  right: 0.2rem;
  transform: translateY(-50%);
}
header .btnBox .close {
  width: 28px;
  z-index: 12;
  margin-left: 0.2rem;
  display: none;
}
header .btnBox .close span {
  display: block;
  height: 2px;
  background: #fff;
  margin-bottom: 8px;
  border-radius: 2px;
  transform-origin: right center;
  transition: all 0.3s;
  width: 100%;
}
header .btnBox .close span:nth-child(3) {
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  header .btnBox .close {
    display: block !important;
  }
}
header .btnBox .open span {
  background: #fff;
}
header .btnBox .open span:nth-of-type(1) {
  transform: rotate(-45deg);
}
header .btnBox .open span:nth-of-type(2) {
  width: 0;
}
header .btnBox .open span:nth-of-type(3) {
  transform: rotate(45deg);
}
header .h-nav {
  display: block;
  position: fixed;
  height: calc(100vh - 1rem);
  width: 70%;
  background-color: #ffffff;
  top: 1rem;
  right: -70%;
  transition: all 0.5s;
  color: #000000;
  z-index: 20;
  background-color: #515151;
}
header .h-nav .HnavBox {
  line-height: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  color: #ffffff;
}
header .h-nav .HnavBox .Aicon {
  display: flex;
}
header .h-nav .HnavBox .Aicon:hover {
  background-color: #6b6b6b;
  color: #fff;
}
header .h-nav .HnavBox .Aicon .onc {
  padding: 0 0.5rem;
  width: 100%;
  line-height: 40px;
  display: block;
  color: #fff;
}
header .h-nav .HnavBox .Aicon .span1 {
  font-size: 26px;
  padding: 0 0.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
}
header .h-nav .HnavBox .Aicon .span1 img {
  width: 1em;
}
header .h-nav .HnavBox .Aicon .span2 {
  font-size: 26px;
  padding: 0 0.5rem;
  cursor: pointer;
  display: none;
}
header .h-nav .HnavBox .Aicon .span2 img {
  width: 1em;
}
header .h-nav .HnavBox .hide {
  display: none;
}
header .h-nav .HnavBox .hide li {
  padding: 0 0.7rem;
  line-height: 40px;
}
header .h-nav .HnavBox .hide li:hover {
  background-color: #6b6b6b;
}
header .h-nav .k .Aicon .span1 {
  display: none;
}
header .h-nav .k .Aicon .span2 {
  display: flex;
  align-items: center;
}
header .mask {
  position: fixed;
  top: 1rem;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4509803922);
  z-index: 10;
  display: none;
}

@media (max-width: 1000px) {
  header {
    background-color: #fff;
    box-shadow: 0px 0px 7px 0px rgba(202, 216, 230, 0.53);
  }
  header .logo .logo1 {
    display: none;
  }
  header .logo .logo2 {
    display: block;
  }
  header .nav {
    color: #000;
  }
  header .btnBox .language {
    color: #000;
  }
  header .btnBox .search {
    color: #000;
    background-color: #f7f7f7;
  }
  header .btnBox .close span {
    background: #000;
  }
  header .btnBox .open span {
    background: #000;
  }
}
.onHeader {
  background-color: #fff;
  box-shadow: 0px 0px 7px 0px rgba(202, 216, 230, 0.53);
}
.onHeader .shadow {
  display: none;
}
.onHeader .logo .logo1 {
  display: none;
}
.onHeader .logo .logo2 {
  display: block;
}
.onHeader .nav {
  color: #000;
}
.onHeader .btnBox .search {
  color: #000;
  background-color: #f7f7f7;
}
.onHeader .btnBox .close span {
  background: #000;
}
.onHeader .btnBox .open span {
  background: #000;
}

footer .nav {
  width: 100%;
  height: 0.7rem;
  background-color: #e5151f;
  display: flex;
  justify-content: center;
}
footer .nav .tag {
  color: #ffffff;
  padding: 0 0.8rem;
  line-height: 0.7rem;
}
footer .nav .tag a {
  position: relative;
}
footer .nav .tag a::after {
  content: "";
  width: 0px;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #ffffff;
  transition: all 0.3s;
}
footer .nav .tag a:hover::after {
  width: 100%;
}
footer .content {
  padding: 0.6rem 0;
}
footer .content .layout {
  display: flex;
  flex-wrap: wrap;
}
footer .content .layout .item {
  width: 25%;
  border-left: 1px solid #e5e5e5;
  padding: 0 0.5rem;
}
footer .content .layout .item:nth-child(1) {
  border-left: none;
  padding-left: 0;
}
footer .content .layout .item:last-child {
  padding-right: 0;
}
footer .content .layout .item .title {
  padding-bottom: 0.19rem;
  border-bottom: 1px solid #e5e5e5;
}
footer .content .layout .item .p1 {
  color: #666666;
  line-height: 1.5;
  margin-top: 0.15rem;
}
footer .content .layout .item .link {
  display: flex;
  flex-wrap: wrap;
}
footer .content .layout .item .p2 {
  width: 50%;
  margin-top: 0.2rem;
  color: #666666;
}
footer .content .layout .item .p2 a {
  position: relative;
}
footer .content .layout .item .p2 a::after {
  content: "";
  width: 0px;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #666666;
  transition: all 0.3s;
}
footer .content .layout .item .p2 a:hover::after {
  width: 100%;
}
footer .content .layout .item .code {
  width: 1.6rem;
  height: 1.6rem;
  padding: 0.1rem;
  background-color: #eeeeee;
  margin-top: 0.2rem;
}
footer .content .layout .item .code img {
  width: 100%;
  height: auto;
}
@media (max-width: 1200px) {
  footer .content .layout .item {
    width: 50%;
    border-left: 1px solid #e5e5e5;
    padding: 0 0.5rem;
    padding-bottom: 0.5rem;
  }
  footer .content .layout .item:nth-child(2n+1) {
    border-left: none;
    padding-left: 0;
  }
  footer .content .layout .item:nth-child(2n) {
    padding-right: 0;
  }
}
@media (max-width: 700px) {
  footer .content .layout .item {
    width: 100%;
    border-left: none;
    padding: 0;
    padding-bottom: 0.5rem;
  }
}
footer .friendlyLinks {
  border-top: 1px solid #e5e5e5;
  padding: 0.25rem 0;
}
footer .friendlyLinks .layout {
  display: flex;
}
footer .friendlyLinks span {
  color: #222222;
  font-weight: bold;
}
footer .friendlyLinks .link {
  flex: 1;
}
footer .friendlyLinks a {
  color: #666666;
  margin-right: 0.2rem;
  position: relative;
}
footer .friendlyLinks a::after {
  content: "";
  width: 0px;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #666666;
  transition: all 0.3s;
}
footer .friendlyLinks a:hover::after {
  width: 100%;
}
footer .copyright {
  border-top: 1px solid #e5e5e5;
  padding: 0.25rem 0;
}
footer .copyright .layout {
  display: flex;
  flex-wrap: wrap;
}
footer .copyright span {
  color: #222222;
  font-weight: bold;
}
footer .copyright .link {
  flex: 1;
}
footer .copyright a {
  color: #666666;
  position: relative;
  line-height: 1.5;
}
footer .copyright .right {
  margin-right: 1em;
}
@media (max-width: 1000px) {
  footer .nav {
    display: none;
  }
  footer .content {
    border-top: 1px solid #dddddd;
  }
}

.right_nav {
  position: fixed;
  right: 20px;
  bottom: 40%;
  z-index: 19;
}
.right_nav .item {
  width: 0.6rem;
  height: 0.6rem;
  background-color: #f5f7f9;
  border: solid 1px #dddddd;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.1rem;
  cursor: pointer;
  position: relative;
}
.right_nav .item img {
  width: 41.6666666667%;
}
.right_nav .item .img2 {
  display: none;
}
.right_nav .item .code {
  position: absolute;
  width: 1.6rem;
  height: auto;
  max-width: none;
  top: 50%;
  left: 0;
  transform: translate(-110%, -50%);
  box-shadow: -7px 7px 30px 0px rgba(0, 0, 0, 0.1);
  display: none;
}
.right_nav .item:hover {
  background-color: #e5151f;
  border: solid 1px #e5151f;
}
.right_nav .item:hover .img1 {
  display: none;
}
.right_nav .item:hover .img2 {
  display: block;
}
.right_nav .item:hover .code {
  display: block;
}
.right_nav .toTop img {
  width: 30%;
}

.page1 .mySwiper1 {
  position: relative;
  overflow: hidden;
}
.page1 .mySwiper1 .swiper-slide {
  width: 100%;
  padding-top: 48.9583333333%;
}
.page1 .mySwiper1 .swiper-slide .bannre {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.page1 .mySwiper1 .swiper-slide .text {
  width: 820px;
  max-width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.page1 .mySwiper1 .swiper-slide .text .p1,
.page1 .mySwiper1 .swiper-slide .text .p2 {
  margin-top: 0.05rem;
  font-weight: bold;
  color: #222222;
  letter-spacing: 0.1em;
}
.page1 .mySwiper1 .swiper-slide .text .p3 {
  background-color: #e5151f;
  color: #ffffff;
  padding: 0.2rem 0.58rem;
  display: inline-block;
  margin-top: 0.28rem;
  position: relative;
}
.page1 .mySwiper1 .swiper-slide .text .p3::after {
  content: "";
  width: 0.21rem;
  height: 0.12rem;
  background-image: url(../images/icon1.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0.16rem;
  transform: translateY(-50%);
}
.page1 .mySwiper1 .swiper-slide .text .p3::before {
  content: "";
  width: 0.21rem;
  height: 0.12rem;
  background-image: url(../images/icon1.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 0.16rem;
  transform: translateY(-50%) rotate(180deg);
}
.page1 .mySwiper1 .swiper-slide .text .p4 {
  line-height: 1.3636363636;
  margin-top: 0.35rem;
  color: #222222;
}
@media (max-width: 700px) {
  .page1 .mySwiper1 .swiper-slide .text .p1 {
    font-size: 16px;
    margin-top: 5px;
  }
  .page1 .mySwiper1 .swiper-slide .text .p2 {
    font-size: 20px;
    margin-top: 5px;
  }
  .page1 .mySwiper1 .swiper-slide .text .p3 {
    font-size: 12px;
    margin-top: 5px;
  }
  .page1 .mySwiper1 .swiper-slide .text .p4 {
    display: none;
  }
}
.page1 .mySwiper1 .swiper-pagination {
  bottom: 4.2553191489%;
}
.page1 .mySwiper1 .swiper-pagination .swiper-pagination-bullet {
  width: 1rem;
  height: 2px;
  border-radius: 0;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.4);
}
.page1 .mySwiper1 .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  position: relative;
  overflow: hidden;
}
@-webkit-keyframes example {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes example {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
.page1 .mySwiper1 .swiper-pagination .swiper-pagination-bullet-active::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  -webkit-animation: example 3.2s linear;
          animation: example 3.2s linear;
}
.page1 .aboutRuiyu {
  padding: 1.2rem 0;
  background-image: url(../images/banner5.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page1 .aboutRuiyu .layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.page1 .aboutRuiyu .imgBox {
  width: 46.7105263158%;
  padding-left: 3.9473684211%;
  position: relative;
}
.page1 .aboutRuiyu .imgBox .img1 {
  width: 100%;
  padding-top: 108.4507042254%;
  position: relative;
}
.page1 .aboutRuiyu .imgBox .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.page1 .aboutRuiyu .imgBox .img2 {
  width: 8.4507042254%;
  padding-top: 76.0563380282%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(#e5151f 0%, #e5151f 50%, rgba(229, 21, 31, 0) 100%);
}
.page1 .aboutRuiyu .text {
  width: 46.7105263158%;
  position: relative;
  padding-bottom: 2rem;
}
.page1 .aboutRuiyu .text .p1 {
  color: #cccccc;
}
.page1 .aboutRuiyu .text .p2 {
  color: #222222;
  margin-top: 0.08rem;
  font-weight: bold;
}
.page1 .aboutRuiyu .text .p3 {
  color: #222222;
  margin-top: 0.03rem;
}
.page1 .aboutRuiyu .text .p4 {
  width: 87.323943662%;
  color: #666666;
  line-height: 1.875;
  margin-top: 0.25rem;
}
.page1 .aboutRuiyu .text .btn {
  display: inline-flex;
  align-items: center;
  background-color: #e5151f;
  color: #ffffff;
  padding: 0.22rem 0.4rem;
  margin-top: 0.72rem;
  transition: 300ms ease all;
}
.page1 .aboutRuiyu .text .btn img {
  width: 1em;
  height: auto;
  margin-left: 0.37rem;
}
.page1 .aboutRuiyu .text .btn:hover {
  box-shadow: 0 3px 10px rgba(229, 21, 31, 0.3);
  transform: translateY(-3px);
}
.page1 .aboutRuiyu .text .icon {
  width: 87.323943662%;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
@media (max-width: 900px) {
  .page1 .aboutRuiyu .imgBox {
    width: 100%;
  }
  .page1 .aboutRuiyu .text {
    width: 100%;
    margin-top: 0.5rem;
    padding-bottom: 0;
  }
  .page1 .aboutRuiyu .text .p4 {
    width: 100%;
  }
  .page1 .aboutRuiyu .text .icon {
    display: none;
  }
}
.page1 .products {
  padding-top: 0.8rem;
  padding-bottom: 1rem;
  background-image: url(../images/banner6.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page1 .products .p1 {
  color: #111111;
}
.page1 .products .p2 {
  color: #222222;
  margin-top: 0.07rem;
  font-weight: bold;
}
.page1 .products .p3 {
  color: #e5151f;
  margin-top: 0.32rem;
  font-weight: bold;
}
.page1 .products .p4 {
  color: #111111;
}
.page1 .products .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
.page1 .products .list .item {
  width: 32.2368421053%;
  background-color: #fff;
  position: relative;
  margin-left: 1.6447368421%;
  margin-top: 1.6447368421%;
}
.page1 .products .list .item:nth-child(3n+2) {
  transform: translateY(-1.5rem);
}
.page1 .products .list .item:nth-child(3n+1) {
  margin-left: 0;
}
.page1 .products .list .item::after {
  content: "";
  width: 0;
  height: 3px;
  background-color: #e5151f;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 300ms ease all;
}
.page1 .products .list .item .img {
  width: 100%;
  padding-top: 60%;
  position: relative;
  overflow: hidden;
}
.page1 .products .list .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: 300ms ease all;
}
.page1 .products .list .item:hover::after {
  width: 100%;
}
.page1 .products .list .item:hover .img img {
  transform: scale(1.2);
}
.page1 .products .list .item .text {
  padding: 0 10.2040816327%;
  padding-bottom: 0.4rem;
}
.page1 .products .list .item .text .t1 {
  color: #222222;
  font-weight: bold;
  text-align: center;
  margin-top: 0.34rem;
  position: relative;
  padding-bottom: calc(0.2rem + 3px);
}
.page1 .products .list .item .text .t1::after {
  content: "";
  width: 29px;
  height: 3px;
  background-image: url(../images/icon8.png);
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.page1 .products .list .item .text .t2 {
  height: 3.75em;
  line-height: 1.875;
  color: #666666;
  text-align: center;
  margin-top: 0.2rem;
}
@media (max-width: 900px) {
  .page1 .products .list .item {
    width: 48%;
    margin-left: 4%;
    margin-top: 4%;
  }
  .page1 .products .list .item:nth-child(3n+2) {
    transform: translateY(0);
  }
  .page1 .products .list .item:nth-child(3n+1) {
    margin-left: 4%;
  }
  .page1 .products .list .item:nth-child(2n+1) {
    margin-left: 0%;
  }
}
.page1 .products .btnBox {
  text-align: center;
}
.page1 .products .btn {
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  color: #666666;
  padding: 0.22rem 0.4rem;
  transition: 300ms ease all;
}
.page1 .products .btn img {
  width: 1em;
  height: auto;
  margin-left: 0.37rem;
}
.page1 .products .btn:hover {
  box-shadow: 0 3px 10px rgba(102, 102, 102, 0.3);
  transform: translateY(-3px);
}
@media (max-width: 900px) {
  .page1 .products .btnBox {
    margin-top: 0.5rem;
  }
}
.page1 .news {
  padding-top: 1rem;
  padding-bottom: 1.2rem;
  background-image: url(../images/banner13.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page1 .news .title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.page1 .news .title .name {
  color: #222222;
}
.page1 .news .title .name .p2 {
  font-weight: bold;
  margin-top: 0.05rem;
}
.page1 .news .title .btn {
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  color: #666666;
  padding: 0.22rem 0.4rem;
  transition: 300ms ease all;
}
.page1 .news .title .btn img {
  width: 1em;
  height: auto;
  margin-left: 0.37rem;
}
.page1 .news .title .btn:hover {
  box-shadow: 0 3px 10px rgba(102, 102, 102, 0.3);
  transform: translateY(-3px);
}
.page1 .news .content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.44rem;
}

.page1 .news .content .imgBox {
  width: 50%;
  padding-top: 37.5%;
  position: relative;
  overflow: hidden;
}
.page1 .news .content .imgBox .imgs {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -200vw;
  opacity: 0;
  transition: opacity 0.2s;
}
.page1 .news .content .imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.page1 .news .content .imgBox .show {
  left: 0;
  opacity: 1;
  transition: opacity 0.2s;
}


.page1 .news .content .list {
  width: 50%;
}
.page1 .news .content .list .item {
  width: 100%;
  height: 33.3333333333%;
  padding: 0 0.5rem;
}
.page1 .news .content .list .item .box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #dddddd;
}
.page1 .news .content .list .item .text {
  flex: 1;
  overflow: hidden;
}
.page1 .news .content .list .item .t1 {
  font-weight: bold;
  color: #222222;
}
.page1 .news .content .list .item .t2 {
  color: #999999;
  margin-top: 0.1rem;
}
.page1 .news .content .list .item .time {
  margin-left: 0.5rem;
  text-align: center;
  color: #222222;
}
.page1 .news .content .list .item:hover {
  background-color: #e5151f;
}
.page1 .news .content .list .item:hover .box {
  border-bottom: none;
}
.page1 .news .content .list .item:hover .t1,
.page1 .news .content .list .item:hover .t2,
.page1 .news .content .list .item:hover .t3,
.page1 .news .content .list .item:hover .t4 {
  color: #fff;
}
@media (max-width: 900px) {
  .page1 .news .content .imgBox {
    width: 100%;
    padding-top: 75%;
  }
  .page1 .news .content .list {
    width: 100%;
  }
  .page1 .news .content .list .item .box {
    padding: 0.5rem 0;
  }
}
.page1 .news .title_1 {
  margin-top: 1rem;
}
.page1 .news .tagBox {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.43rem;
}
.page1 .news .tagBox .item_1 {
  width: 32.2368421053%;
  padding: 1.12rem 0;
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}
.page1 .news .tagBox .item_1 .icon {
  display: inline-block;
}
.page1 .news .tagBox .item_1 .p1 {
  color: #fff;
  margin-top: 0.37rem;
  padding: 0 5%;
}
.page1 .news .tagBox .item_1 .p2 {
  color: #ffffff;
  margin-top: 0.07rem;
  padding: 0 5%;
}
.page1 .news .tagBox .item_1 .btn {
  width: 0.6rem;
  height: 0.6rem;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  margin-top: 0.94rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.page1 .news .tagBox .item_1 .btn img {
  width: 18.3333333333%;
  height: auto;
}
.page1 .news .tagBox .item_2 {
  width: 32.2368421053%;
  margin-left: 1.6447368421%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page1 .news .tagBox .item_2 .item {
  width: 100%;
  height: 47.703180212%;
  padding: 0 5%;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.page1 .news .tagBox .item_2 .item::after {
  content: "";
  width: 0;
  height: 3px;
  background-color: #e5151f;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 300ms ease all;
}
.page1 .news .tagBox .item_2 .item:hover::after {
  width: 100%;
}
.page1 .news .tagBox .item_2 .item .icon {
  width: auto;
  height: 0.8rem;
}
.page1 .news .tagBox .item_2 .item .p3 {
  font-weight: bold;
  margin-top: 0.3rem;
}
.page1 .news .tagBox .item_2 .item .p4 {
  color: #999999;
  margin-top: 0.08rem;
}
@media (max-width: 800px) {
  .page1 .news .tagBox .item_1 {
    width: 100%;
  }
  .page1 .news .tagBox .item_2 {
    width: 100%;
    height: 100%;
    margin-left: 0;
  }
  .page1 .news .tagBox .item_2 .item {
    padding: 0.5rem 5%;
    margin-top: 0.5rem;
  }
}
.page1 .actingSupplier {
  background-image: url(../images/banner16.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0.8rem;
  padding-bottom: 1.05rem;
}
.page1 .actingSupplier .title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.page1 .actingSupplier .title .name {
  color: #222222;
}
.page1 .actingSupplier .title .name .p2 {
  font-weight: bold;
  margin-top: 0.05rem;
}
.page1 .actingSupplier .title .btn {
  display: flex;
}
.page1 .actingSupplier .title .btn .button {
  width: 0.6rem;
  height: 0.6rem;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.page1 .actingSupplier .title .btn .button img {
  width: 18.3333333333%;
  height: auto;
}
.page1 .actingSupplier .title .btn .button .icon2 {
  display: none;
}
.page1 .actingSupplier .title .btn .button:hover {
  background-color: #e5151f;
}
.page1 .actingSupplier .title .btn .button:hover .icon1 {
  display: none;
}
.page1 .actingSupplier .title .btn .button:hover .icon2 {
  display: block;
}
.page1 .actingSupplier .title .btn .button-prev {
  margin-right: 0.1rem;
}
.page1 .actingSupplier .title .btn .button-prev img {
  transform: rotate(180deg);
}
.page1 .actingSupplier .mySwiper2 {
  overflow: hidden;
}
.page1 .actingSupplier .mySwiper2 .swiper-slide .list {
  display: flex;
  flex-wrap: wrap;
}
.page1 .actingSupplier .mySwiper2 .swiper-slide .tag {
  width: 13.1578947368%;
  padding-top: 13.1578947368%;
  margin-left: 4.2105263158%;
  margin-top: 0.6rem;
  border-radius: 50%;
  background-color: #ffffff;
  position: relative;
}
.page1 .actingSupplier .mySwiper2 .swiper-slide .tag:nth-child(6n+1) {
  margin-left: 0;
}
.page1 .actingSupplier .mySwiper2 .swiper-slide .tag img {
  max-width: 80%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page1 .actingSupplier .mySwiper2 .swiper-slide .tag .img2 {
  display: none;
}
.page1 .actingSupplier .mySwiper2 .swiper-slide .tag:hover {
  background-color: #e5151f;
}
.page1 .actingSupplier .mySwiper2 .swiper-slide .tag:hover .img1 {
  display: none;
}
.page1 .actingSupplier .mySwiper2 .swiper-slide .tag:hover .img2 {
  display: block;
}
@media (max-width: 900px) {
  .page1 .actingSupplier .mySwiper2 .swiper-slide .tag {
    width: 22%;
    padding-top: 22%;
    margin-left: 4%;
  }
  .page1 .actingSupplier .mySwiper2 .swiper-slide .tag:nth-child(6n+1) {
    margin-left: 4%;
  }
  .page1 .actingSupplier .mySwiper2 .swiper-slide .tag:nth-child(4n+1) {
    margin-left: 0;
  }
}

.page2 .banner {
  width: 100%;
  padding-top: 31.25%;
  position: relative;
}
.page2 .banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.page2 .banner .text {
  position: absolute;
  top: 50%;
  left: 10.4166666667%;
  transform: translateY(-50%);
}
.page2 .banner .text .p2 {
  margin-top: 0.05rem;
  font-weight: bold;
}
.page2 .nav {
  border-bottom: 1px solid #eeeeee;
}
.page2 .nav .layout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page2 .nav .left {
  display: flex;
}
.page2 .nav .left .tag {
  width: 2rem;
  text-align: center;
  padding: 0.26rem 0;
  color: #222222;
}
.page2 .nav .left .tag:hover {
  color: #e5151f;
}
.page2 .nav .left .onTag {
  background-color: #e5151f;
  color: #ffffff;
}
.page2 .nav .left .onTag:hover {
  color: #ffffff;
}
.page2 .nav .right {
  display: flex;
  align-items: center;
  color: #666666;
  flex: 1;
  justify-content: flex-end;
}
.page2 .nav .right img {
  width: 1em;
  margin-right: 0.1rem;
}
@media (max-width: 700px) {
  .page2 .nav {
    display: none;
  }
}
.page2 .info {
  padding-top: 0.8rem;
  padding-bottom: 1rem;
}
.page2 .info .layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.page2 .info .layout .text {
  width: 49.3421052632%;
}
.page2 .info .layout .text .p1 {
  font-weight: bold;
  color: #222222;
}
.page2 .info .layout .text .p2 {
  margin-top: 0.03rem;
  color: #222222;
}
.page2 .info .layout .text .p3 {
  color: #666666;
  line-height: 1.875;
  margin-top: 0.35rem;
}
.page2 .info .layout .img {
  width: 42.7631578947%;
}
@media (max-width: 900px) {
  .page2 .info .layout .text {
    width: 100%;
  }
  .page2 .info .layout .img {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.page2 .culture {
  background-image: url(../images/banner19.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page2 .culture .layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.page2 .culture .layout .text .p1 {
  color: #222222;
}
.page2 .culture .layout .text .p2 {
  color: #222222;
  font-weight: bold;
  margin-top: 0.07rem;
}
.page2 .culture .layout .text .p3 {
  color: #222222;
  line-height: 1.8;
  margin-top: 0.6rem;
}
.page2 .culture .layout .img {
  padding-top: 1.6rem;
  width: 44.0789473684%;
}
.page2 .culture .layout .img img {
  width: 100%;
  display: inline-block;
}
@media (max-width: 900px) {
  .page2 .culture .layout {
    padding-top: 1rem;
    justify-content: flex-end;
  }
  .page2 .culture .layout .text {
    width: 100%;
  }
  .page2 .culture .layout .img {
    padding-top: 1rem;
    width: 65%;
  }
}
.page2 .R_D_team {
  padding: 1.2rem 0;
}
.page2 .R_D_team .layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.page2 .R_D_team .img {
  width: 57.2368421053%;
  padding-top: 40.7894736842%;
  position: relative;
  overflow: hidden;
}
.page2 .R_D_team .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.page2 .R_D_team .text {
  width: 36.1842105263%;
}
.page2 .R_D_team .text .p1 {
  color: #222222;
}
.page2 .R_D_team .text .p2 {
  color: #222222;
  font-weight: bold;
  margin-top: 0.07rem;
}
.page2 .R_D_team .text .p3 {
  color: #666666;
  line-height: 1.875;
  margin-top: 0.35rem;
}
@media (max-width: 900px) {
  .page2 .R_D_team .img {
    width: 100%;
  }
  .page2 .R_D_team .text {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.page2 .honors {
  background-image: url(../images/banner21.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0.8rem;
  padding-bottom: 1.6rem;
}
.page2 .honors .title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.page2 .honors .title .name {
  color: #222222;
}
.page2 .honors .title .name .p2 {
  font-weight: bold;
  margin-top: 0.05rem;
}
.page2 .honors .title .btn {
  display: flex;
}
.page2 .honors .title .btn .button {
  width: 0.6rem;
  height: 0.6rem;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.page2 .honors .title .btn .button img {
  width: 18.3333333333%;
  height: auto;
}
.page2 .honors .title .btn .button .icon2 {
  display: none;
}
.page2 .honors .title .btn .button:hover {
  background-color: #e5151f;
}
.page2 .honors .title .btn .button:hover .icon1 {
  display: none;
}
.page2 .honors .title .btn .button:hover .icon2 {
  display: block;
}
.page2 .honors .title .btn .button-prev {
  margin-right: 0.1rem;
}
.page2 .honors .title .btn .button-prev img {
  transform: rotate(180deg);
}
.page2 .honors .mySwiper1 {
  overflow: hidden;
  position: relative;
  margin-top: 0.7rem;
}
.page2 .honors .mySwiper1 .swiper-slide {
  background-color: #fff;
  padding-top: 0.65rem;
  padding-bottom: 0.5rem;
}
.page2 .honors .mySwiper1 .swiper-slide .img {
  width: 75%;
  padding-top: 75%;
  position: relative;
  margin: 0 auto;
}
.page2 .honors .mySwiper1 .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page2 .honors .mySwiper1 .swiper-slide .name {
  text-align: center;
  width: 100%;
  padding: 0 5%;
  margin-top: 0.55rem;
  font-weight: bold;
}
.page2 .history {
  background-image: url(../images/banner26.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0.8rem;
}
.page2 .history .title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.page2 .history .title .name {
  color: #222222;
}
.page2 .history .title .name .p2 {
  font-weight: bold;
  margin-top: 0.05rem;
}
.page2 .history .title .btn {
  display: flex;
}
.page2 .history .title .btn .button {
  width: 0.6rem;
  height: 0.6rem;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  background-color: #f5f7f9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.page2 .history .title .btn .button img {
  width: 18.3333333333%;
  height: auto;
}
.page2 .history .title .btn .button .icon2 {
  display: none;
}
.page2 .history .title .btn .button:hover {
  background-color: #e5151f;
}
.page2 .history .title .btn .button:hover .icon1 {
  display: none;
}
.page2 .history .title .btn .button:hover .icon2 {
  display: block;
}
.page2 .history .title .btn .button-prev {
  margin-right: 0.1rem;
}
.page2 .history .title .btn .button-prev img {
  transform: rotate(180deg);
}
.page2 .history .box {
  margin-top: 0.6rem;
  padding-bottom: 3.1rem;
  position: relative;
}
.page2 .history .box .imgBox {
  width: 100%;
  height: auto;
}
.page2 .history .box .swiperBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page2 .history .box .mySwiper2 {
  width: 100%;
  height: 100%;
}
.page2 .history .box .mySwiper2 .swiper-slide {
  padding: 0 10.4166666667%;
  display: flex;
}
.page2 .history .box .mySwiper2 .swiper-slide .item {
  width: 20.5921052632%;
  padding-left: 2.3026315789%;
  margin-left: 5.4276315789%;
}
.page2 .history .box .mySwiper2 .swiper-slide .item:nth-child(1) {
  margin-left: 0;
}
.page2 .history .box .mySwiper2 .swiper-slide .item:nth-child(1) {
  padding-top: 9.8684210526%;
}
.page2 .history .box .mySwiper2 .swiper-slide .item:nth-child(2) {
  padding-top: 6.5789473684%;
}
.page2 .history .box .mySwiper2 .swiper-slide .item:nth-child(3) {
  padding-top: 3.2894736842%;
}
.page2 .history .box .mySwiper2 .swiper-slide .item p {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(30px);
  transition: 0.8s;
}
.page2 .history .box .mySwiper2 .swiper-slide .item .p1 {
  color: #e5151f;
  font-weight: bold;
}
.page2 .history .box .mySwiper2 .swiper-slide .item .p2 {
  color: #606266;
  line-height: 150%;
  margin-top: 0.04rem;
}
.page2 .history .box .mySwiper2 .swiper-slide-active .item p {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateX(0);
  transition: 1s ease-in-out;
}
.page2 .history .mySwiper3 {
  margin-top: 0.6rem;
  padding-bottom: 3.1rem;
  overflow: hidden;
  position: relative;
  display: none;
}
.page2 .history .mySwiper3 .swiper-slide {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}
.page2 .history .mySwiper3 .swiper-slide .p1 {
  color: #e5151f;
  font-weight: bold;
}
.page2 .history .mySwiper3 .swiper-slide .p2 {
  color: #606266;
  line-height: 150%;
  margin-top: 0.04rem;
}
@media (max-width: 900px) {
  .page2 .history .box {
    display: none;
  }
  .page2 .history .mySwiper3 {
    display: block;
  }
}

.page3 {
  padding-bottom: 1rem;
}
.page3 .banner {
  width: 100%;
  padding-top: 31.25%;
  position: relative;
}
.page3 .banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.page3 .banner .text {
  position: absolute;
  top: 50%;
  left: 10.4166666667%;
  transform: translateY(-50%);
}
.page3 .banner .text .p2 {
  margin-top: 0.05rem;
  font-weight: bold;
}
.page3 .nav {
  border-bottom: 1px solid #eeeeee;
}
.page3 .nav .layout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page3 .nav .left {
  display: flex;
}
.page3 .nav .left .tag {
  width: 2rem;
  text-align: center;
  padding: 0.26rem 0;
  color: #222222;
}
.page3 .nav .left .tag:hover {
  color: #e5151f;
}
.page3 .nav .left .onTag {
  background-color: #e5151f;
  color: #ffffff;
}
.page3 .nav .left .onTag:hover {
  color: #ffffff;
}
.page3 .nav .right {
  display: flex;
  align-items: center;
  color: #666666;
  flex: 1;
  justify-content: flex-end;
}
.page3 .nav .right img {
  width: 1em;
  margin-right: 0.1rem;
}
@media (max-width: 700px) {
  .page3 .nav {
    display: none;
  }
}
.page3 .list {
  margin-top: 0.8rem;
}
.page3 .list .item {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}
.page3 .list .item .imgBox {
  width: 31.5789473684%;
  padding-top: 23.6842105263%;
  position: relative;
  overflow: hidden;
}
.page3 .list .item .imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
}
.page3 .list .item .textBox {
  width: 64.4736842105%;
  margin-left: 3.9473684211%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid #dddddd;
  padding: 0.2rem 0;
}
.page3 .list .item .textBox .p1 {
  color: #222222;
}
.page3 .list .item .textBox .p2 {
  color: #222222;
  font-weight: bold;
  margin-top: 0.2rem;
}
.page3 .list .item .textBox .p3 {
  color: #666666;
  line-height: 187.5%;
  margin-top: 0.25rem;
}
.page3 .list .item .textBox .btn {
  display: flex;
  align-items: center;
  color: #222222;
  margin-top: 0.9rem;
}
.page3 .list .item .textBox .btn img {
  width: 0.8em;
  margin-left: 1em;
}
.page3 .list .item .textBox .btn .icon2 {
  display: none;
}
.page3 .list .item:hover .imgBox img {
  transform: scale(1.3);
}
.page3 .list .item:hover .textBox .p2 {
  color: #e5151f;
}
.page3 .list .item:hover .textBox .btn {
  color: #e5151f;
}
.page3 .list .item:hover .textBox .btn .icon1 {
  display: none;
}
.page3 .list .item:hover .textBox .btn .icon2 {
  display: block;
}
@media (max-width: 700px) {
  .page3 .list .item .imgBox {
    width: 100%;
    padding-top: 75%;
  }
  .page3 .list .item .textBox {
    width: 100%;
    margin-left: 0;
    padding: 0.5rem 0;
  }
}
.page3 .pagination {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}
.page3 .pagination .item {
  width: 0.6rem;
  height: 0.6rem;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  background-color: #f5f7f9;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-left: 0.1rem;
}
.page3 .pagination .item:nth-child(1) {
  margin-left: 0;
}
.page3 .pagination .item img {
  width: 18.3333333333%;
}
.page3 .pagination .item .icon2 {
  display: none;
}
.page3 .pagination .item:hover {
  color: #e5151f;
}
.page3 .pagination .item:hover .icon1 {
  display: none;
}
.page3 .pagination .item:hover .icon2 {
  display: block;
}
.page3 .pagination .prev img {
  transform: rotate(180deg);
}
.page3 .pagination .onItem {
  background-color: #e5151f;
  color: #fff;
  font-weight: bold;
}
.page3 .pagination .onItem:hover {
  color: #fff;
}

.page4 .banner {
  width: 100%;
  padding-top: 31.25%;
  position: relative;
}
.page4 .banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.page4 .banner .text {
  position: absolute;
  top: 50%;
  left: 10.4166666667%;
  transform: translateY(-50%);
}
.page4 .banner .text .p2 {
  margin-top: 0.05rem;
  font-weight: bold;
}
.page4 .nav {
  border-bottom: 1px solid #eeeeee;
}
.page4 .nav .layout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page4 .nav .left {
  display: flex;
}
.page4 .nav .left .tag {
  width: 2rem;
  text-align: center;
  padding: 0.26rem 0;
  color: #222222;
}
.page4 .nav .left .tag:hover {
  color: #e5151f;
}
.page4 .nav .left .onTag {
  background-color: #e5151f;
  color: #ffffff;
}
.page4 .nav .left .onTag:hover {
  color: #ffffff;
}
.page4 .nav .right {
  display: flex;
  align-items: center;
  color: #666666;
  flex: 1;
  justify-content: flex-end;
}
.page4 .nav .right img {
  width: 1em;
  margin-right: 0.1rem;
}
@media (max-width: 700px) {
  .page4 .nav {
    display: none;
  }
}
.page4 .content {
  border-bottom: 1px solid #dddddd;
}
.page4 .content .title {
  background-color: #f5f7f9;
  padding-top: 0.63rem;
  padding-bottom: 0.45rem;
}
.page4 .content .title .p1 {
  color: #222222;
  font-weight: bold;
  text-align: center;
}
.page4 .content .title .p2 {
  color: #666666;
  text-align: center;
  margin-top: 0.24rem;
}
.page4 .content .title .p2 span:nth-child(2) {
  margin-left: 0.75rem;
}
.page4 .content .text {
  color: #666666;
  line-height: 1.875;
  padding-top: 0.58rem;
}
.page4 .content .text img {
  margin: 0 auto;
  max-width: 100%;
}
.page4 .content .btnBox {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  display: flex;
  justify-content: space-between;
}
.page4 .content .btnBox .share {
  display: flex;
  align-items: center;
}
.page4 .content .btnBox .share .name {
  font-weight: bold;
}
.page4 .content .btnBox .share .icon {
  width: 0.45rem;
  height: 0.45rem;
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.1rem;
}
.page4 .content .btnBox .share .icon:hover {
  background-color: #e5151f;
}
.page4 .content .btnBox .share .icon:hover .icon1 {
  display: block;
}
.page4 .content .btnBox .share .icon:hover .icon2 {
  display: none;
}
.page4 .content .btnBox .share .icon img {
  max-height: 40%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.page4 .content .btnBox .share .icon .icon1 {
  display: none;
}
.page4 .content .btnBox .btn {
  display: inline-flex;
  align-items: center;
  background-color: #e5151f;
  color: #ffffff;
  padding: 0.22rem 0.4rem;
  transition: 300ms ease all;
}
.page4 .content .btnBox .btn img {
  width: 1em;
  height: auto;
  margin-left: 0.37rem;
}
.page4 .content .btnBox .btn:hover {
  box-shadow: 0 3px 10px rgba(229, 21, 31, 0.3);
  transform: translateY(-3px);
}
.page4 .prev_next {
  display: flex;
  flex-wrap: wrap;
}
.page4 .prev_next .btn {
  width: 50%;
  text-align: center;
  padding: 0 5%;
  margin: 0.32rem 0;
  text-align: center;
}
.page4 .prev_next .btn:nth-child(1) {
  border-right: 1px solid #dddddd;
}
.page4 .prev_next .btn .b1 {
  color: #222222;
  font-weight: bold;
}
.page4 .prev_next .btn .b2 {
  color: #666666;
  margin-top: 0.07rem;
}
.page4 .prev_next .btn:hover .b1,
.page4 .prev_next .btn:hover .b2 {
  color: #e5151f;
}
@media (max-width: 700px) {
  .page4 .prev_next .btn {
    width: 100%;
  }
  .page4 .prev_next .btn:nth-child(1) {
    border-right: none;
  }
}

.page5 .banner {
  width: 100%;
  padding-top: 31.25%;
  position: relative;
}
.page5 .banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.page5 .banner .text {
  position: absolute;
  top: 50%;
  left: 10.4166666667%;
  transform: translateY(-50%);
}
.page5 .banner .text .p2 {
  margin-top: 0.05rem;
  font-weight: bold;
}
.page5 .nav {
  border-bottom: 1px solid #eeeeee;
}
.page5 .nav .layout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page5 .nav .left {
  display: flex;
}
.page5 .nav .left .tag {
  width: 2rem;
  text-align: center;
  padding: 0.26rem 0;
  color: #222222;
}
.page5 .nav .left .tag:hover {
  color: #e5151f;
}
.page5 .nav .left .onTag {
  background-color: #e5151f;
  color: #ffffff;
}
.page5 .nav .left .onTag:hover {
  color: #ffffff;
}
.page5 .nav .right {
  display: flex;
  align-items: center;
  color: #666666;
  flex: 1;
  justify-content: flex-end;
}
.page5 .nav .right img {
  width: 1em;
  margin-right: 0.1rem;
}
@media (max-width: 700px) {
  .page5 .nav {
    display: none;
  }
}
.page5 .content {
  padding-top: 0.72rem;
}
.page5 .content .t1 {
  color: #222222;
}
.page5 .content .t2 {
  color: #222222;
  font-weight: bold;
  margin-top: 0.07rem;
}
.page5 .content .mapBox {
  margin-top: 0.45rem;
  border-top: 1px solid #dddddd;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.page5 .content .mapBox form {
  padding-top: 0.5rem;
  margin-bottom: 0.5rem;
  width: 50%;
  padding: 3.2894736842%;
  padding-left: 0;
  border-right: 1px solid #dddddd;
}
.page5 .content .mapBox form .inp1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page5 .content .mapBox form .inp1 .inp {
  width: 48.5915492958%;
  padding: 0.22rem 4.2253521127%;
  background-color: #f5f7f9;
  display: flex;
  align-items: center;
  position: relative;
}
.page5 .content .mapBox form .inp1 .inp .label {
  color: #e5151f;
  position: absolute;
  top: 50%;
  left: 4.347826087%;
  transform: translate(-50%, -50%);
}
.page5 .content .mapBox form .inp1 .inp input {
  flex: 1;
  height: 100%;
  border: none;
  background-color: rgba(0, 0, 0, 0);
}
.page5 .content .mapBox form .inp2 {
  width: 100%;
  padding: 0.22rem 4.2253521127%;
  margin-top: 2.8169014085%;
  background-color: #f5f7f9;
  position: relative;
}
.page5 .content .mapBox form .inp2 .label {
  color: #e5151f;
  position: absolute;
  top: 50%;
  left: 2.1126760563%;
  transform: translate(-50%, -50%);
}
.page5 .content .mapBox form .inp2 input {
  flex: 1;
  height: 100%;
  border: none;
  background-color: rgba(0, 0, 0, 0);
}
.page5 .content .mapBox form .inp3 {
  width: 100%;
  padding: 0.22rem 4.2253521127%;
  margin-top: 2.8169014085%;
  height: 210px;
  background-color: #f5f7f9;
}
.page5 .content .mapBox form .inp3 textarea {
  width: 100%;
  height: 100%;
  border: none;
  background-color: rgba(0, 0, 0, 0);
}
.page5 .content .mapBox form .btn {
  text-align: center;
  margin-top: 0.4rem;
}
.page5 .content .mapBox form .btn input {
  border: none;
  background-color: #e5151f;
  color: #ffffff;
  padding: 0.22rem 0.83rem;
  line-height: 1;
  transition: 300ms ease all;
  cursor: pointer;
}
.page5 .content .mapBox form .btn input:hover {
  box-shadow: 0 3px 10px rgba(229, 21, 31, 0.3);
  transform: translateY(-3px);
}
.page5 .content .mapBox .map {
  margin-bottom: 0.5rem;
  width: 50%;
  padding: 3.2894736842%;
  padding-right: 0;
}
.page5 .content .mapBox .map .imgBox {
  position: relative;
}
.page5 .content .mapBox .map .imgBox img {
  width: 100%;
}
.page5 .content .mapBox .map .imgBox .text {
  width: 100%;
  padding: 0.2rem 0.4rem;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 900px) {
  .page5 .content .mapBox form {
    width: 100%;
    border-right: none;
    padding: 3.2894736842% 0;
    margin-bottom: 0;
  }
  .page5 .content .mapBox .map {
    width: 100%;
    padding: 3.2894736842% 0;
    margin-bottom: 0;
  }
}

.page6 .banner {
  width: 100%;
  padding-top: 31.25%;
  position: relative;
}
.page6 .banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.page6 .banner .text {
  position: absolute;
  top: 50%;
  left: 10.4166666667%;
  transform: translateY(-50%);
}
.page6 .banner .text .p2 {
  margin-top: 0.05rem;
  font-weight: bold;
}
.page6 .nav {
  border-bottom: 1px solid #eeeeee;
}
.page6 .nav .layout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page6 .nav .left {
  display: flex;
}
.page6 .nav .left .tag {
  width: 2rem;
  text-align: center;
  padding: 0.26rem 0;
  color: #222222;
}
.page6 .nav .left .tag:hover {
  color: #e5151f;
}
.page6 .nav .left .onTag {
  background-color: #e5151f;
  color: #ffffff;
}
.page6 .nav .left .onTag:hover {
  color: #ffffff;
}
.page6 .nav .right {
  display: flex;
  align-items: center;
  color: #666666;
  flex: 1;
  justify-content: flex-end;
}
.page6 .nav .right img {
  width: 1em;
  margin-right: 0.1rem;
}
@media (max-width: 700px) {
  .page6 .nav {
    display: none;
  }
}
.page6 .content {
  background-color: #f5f7f9;
  padding-top: 0.8rem;
  padding-bottom: 1rem;
}
.page6 .content .layout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.page6 .content .left {
  background-color: #ffffff;
  width: 19.0789473684%;
  min-width: 200px;
  padding: 2.6315789474% 1.9736842105%;
  border-top: 3px solid #e5151f;
}
.page6 .content .left .title {
  color: #e5151f;
  font-weight: bold;
}
.page6 .content .left .tagBox {
  margin-top: 0.4rem;
}
.page6 .content .left .tagBox .tag {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #222222;
  margin-top: 0.3rem;
  line-height: 1;
}
.page6 .content .left .tagBox .tag img {
  width: 0.5em;
  height: auto;
}
.page6 .content .left .tagBox .tag .icon2 {
  display: none;
}
.page6 .content .left .tagBox .tag:hover {
  color: #e5151f;
}
.page6 .content .left .tagBox .tag:hover .icon1 {
  display: none;
}
.page6 .content .left .tagBox .tag:hover .icon2 {
  display: block;
}
.page6 .content .right {
  flex: 1;
  margin-left: 1.9736842105%;
}
.page6 .content .right .title {
  display: flex;
  align-items: center;
  background-color: #e5151f;
  color: #ffffff;
  padding: 0 3.3333333333%;
}
.page6 .content .right .title .th {
  margin: 0.25rem 0;
  padding-right: 0.4rem;
}
.page6 .content .right .title .th:nth-child(1) {
  width: 15.8928571429%;
}
.page6 .content .right .title .th:nth-child(2) {
  width: 22.6785714286%;
}
.page6 .content .right .title .th:nth-child(3) {
  width: 22.1428571429%;
}
.page6 .content .right .title .th:nth-child(4) {
  width: 16.0714285714%;
}
.page6 .content .right .title .th:nth-child(5) {
  width: 19.6428571429%;
}
.page6 .content .right .title .th:nth-child(6) {
  flex: 1;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 1250px) {
  .page6 .content .right .title .th:nth-child(1) {
    width: 90%;
  }
  .page6 .content .right .title .th:nth-child(2) {
    display: none;
  }
  .page6 .content .right .title .th:nth-child(3) {
    display: none;
  }
  .page6 .content .right .title .th:nth-child(4) {
    display: none;
  }
  .page6 .content .right .title .th:nth-child(5) {
    display: none;
  }
}
.page6 .content .right .tent {
  background-color: #ffffff;
  color: #222222;
  border-bottom: 1px solid #eeeeee;
}
.page6 .content .right .tent .top {
  display: flex;
  align-items: center;
  padding: 0 3.3333333333%;
}
.page6 .content .right .tent .top .td {
  margin: 0.25rem 0;
  padding-right: 0.4rem;
}
.page6 .content .right .tent .top .td:nth-child(1) {
  width: 15.8928571429%;
}
.page6 .content .right .tent .top .td:nth-child(2) {
  width: 22.6785714286%;
}
.page6 .content .right .tent .top .td:nth-child(3) {
  width: 22.1428571429%;
}
.page6 .content .right .tent .top .td:nth-child(4) {
  width: 16.0714285714%;
}
.page6 .content .right .tent .top .td:nth-child(5) {
  width: 19.6428571429%;
}
.page6 .content .right .tent .top .td:nth-child(6) {
  flex: 1;
  padding-right: 0;
  cursor: pointer;
  text-align: center;
}
.page6 .content .right .tent .top .td img {
  width: 1em;
  height: auto;
}
.page6 .content .right .tent .top .td .icon1 {
  display: inline-block;
}
.page6 .content .right .tent .top .td .icon2 {
  display: none;
}
@media (max-width: 1250px) {
  .page6 .content .right .tent .top .td:nth-child(1) {
    width: 90%;
  }
  .page6 .content .right .tent .top .td:nth-child(2) {
    display: none;
  }
  .page6 .content .right .tent .top .td:nth-child(3) {
    display: none;
  }
  .page6 .content .right .tent .top .td:nth-child(4) {
    display: none;
  }
  .page6 .content .right .tent .top .td:nth-child(5) {
    display: none;
  }
}
.page6 .content .right .tent .bottom {
  display: none;
  background-color: #f1f3f4;
}
.page6 .content .right .tent .bottom .item {
  padding: 0.25rem 3.3333333333%;
  border-top: 1px solid #eeeeee;
  color: #222222;
}
.page6 .content .right .tent .bottom .item .n1 {
  font-weight: bold;
}
.page6 .content .right .tent .bottom .item .n2 {
  margin-top: 0.2rem;
  line-height: 1.5;
}
.page6 .content .right .onTent {
  background-color: #f1f3f4;
}
.page6 .content .right .onTent .top .td {
  overflow: initial;
  display: block;
}
.page6 .content .right .onTent .top .td .icon1 {
  display: none;
}
.page6 .content .right .onTent .top .td .icon2 {
  display: inline-block;
}
@media (max-width: 700px) {
  .page6 .content .left {
    width: 100%;
  }
  .page6 .content .right {
    flex: auto;
    width: 100%;
    margin-left: 0;
    margin-top: 0.5rem;
  }
}
.page6 .content .pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}
.page6 .content .pagination .item {
  width: 0.6rem;
  height: 0.6rem;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-left: 0.1rem;
}
.page6 .content .pagination .item:nth-child(1) {
  margin-left: 0;
}
.page6 .content .pagination .item img {
  width: 18.3333333333%;
}
.page6 .content .pagination .item .icon2 {
  display: none;
}
.page6 .content .pagination .item:hover {
  color: #e5151f;
}
.page6 .content .pagination .item:hover .icon1 {
  display: none;
}
.page6 .content .pagination .item:hover .icon2 {
  display: block;
}
.page6 .content .pagination .prev img {
  transform: rotate(180deg);
}
.page6 .content .pagination .onItem {
  background-color: #e5151f;
  color: #fff;
  font-weight: bold;
}
.page6 .content .pagination .onItem:hover {
  color: #fff;
}

.page7 .banner {
  width: 100%;
  padding-top: 31.25%;
  position: relative;
}
.page7 .banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.page7 .banner .text {
  position: absolute;
  top: 50%;
  left: 10.4166666667%;
  transform: translateY(-50%);
}
.page7 .banner .text .p2 {
  margin-top: 0.05rem;
  font-weight: bold;
}
.page7 .nav {
  border-bottom: 1px solid #eeeeee;
}
.page7 .nav .layout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page7 .nav .left {
  display: flex;
}
.page7 .nav .left .tag {
  width: 2rem;
  text-align: center;
  padding: 0.26rem 0;
  color: #222222;
}
.page7 .nav .left .tag:hover {
  color: #e5151f;
}
.page7 .nav .left .onTag {
  background-color: #e5151f;
  color: #ffffff;
}
.page7 .nav .left .onTag:hover {
  color: #ffffff;
}
.page7 .nav .right {
  display: flex;
  align-items: center;
  color: #666666;
  flex: 1;
  justify-content: flex-end;
}
.page7 .nav .right img {
  width: 1em;
  margin-right: 0.1rem;
}
@media (max-width: 700px) {
  .page7 .nav {
    display: none;
  }
}
.page7 .list {
  background-image: url(../images/banner38.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0.8rem;
}
.page7 .list .layout {
  display: flex;
  flex-wrap: wrap;
}
.page7 .list .tag {
  width: 13.1578947368%;
  padding-top: 13.1578947368%;
  margin-left: 8.5526315789%;
  margin-bottom: 6.5789473684%;
  border-radius: 50%;
  background-color: #ffffff;
  position: relative;
}
.page7 .list .tag:nth-child(5n+1) {
  margin-left: 0;
}
.page7 .list .tag img {
  max-width: 80%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page7 .list .tag .img2 {
  display: none;
}
.page7 .list .tag:hover {
  background-color: #e5151f;
}
.page7 .list .tag:hover .img1 {
  display: none;
}
.page7 .list .tag:hover .img2 {
  display: block;
}
@media (max-width: 900px) {
  .page7 .list .tag {
    width: 22%;
    padding-top: 22%;
    margin-left: 4%;
  }
  .page7 .list .tag:nth-child(5n+1) {
    margin-left: 4%;
  }
  .page7 .list .tag:nth-child(4n+1) {
    margin-left: 0;
  }
}
.page7 .pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 1rem;
}
.page7 .pagination .item {
  width: 0.6rem;
  height: 0.6rem;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-left: 0.1rem;
}
.page7 .pagination .item:nth-child(1) {
  margin-left: 0;
}
.page7 .pagination .item img {
  width: 18.3333333333%;
}
.page7 .pagination .item .icon2 {
  display: none;
}
.page7 .pagination .item:hover {
  color: #e5151f;
}
.page7 .pagination .item:hover .icon1 {
  display: none;
}
.page7 .pagination .item:hover .icon2 {
  display: block;
}
.page7 .pagination .prev img {
  transform: rotate(180deg);
}
.page7 .pagination .onItem {
  background-color: #e5151f;
  color: #fff;
  font-weight: bold;
}
.page7 .pagination .onItem:hover {
  color: #fff;
}

.page8 {
  padding-bottom: 1.05rem;
}
.page8 .banner {
  width: 100%;
  padding-top: 31.25%;
  position: relative;
}
.page8 .banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.page8 .banner .text {
  position: absolute;
  top: 50%;
  left: 10.4166666667%;
  transform: translateY(-50%);
}
.page8 .banner .text .p2 {
  margin-top: 0.05rem;
  font-weight: bold;
}
.page8 .nav {
  border-bottom: 1px solid #eeeeee;
}
.page8 .nav .layout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page8 .nav .left {
  display: flex;
}
.page8 .nav .left .tag {
  width: 2rem;
  text-align: center;
  padding: 0.26rem 0;
  color: #222222;
}
.page8 .nav .left .tag:hover {
  color: #e5151f;
}
.page8 .nav .left .onTag {
  background-color: #e5151f;
  color: #ffffff;
}
.page8 .nav .left .onTag:hover {
  color: #ffffff;
}
.page8 .nav .right {
  display: flex;
  align-items: center;
  color: #666666;
  flex: 1;
  justify-content: flex-end;
}
.page8 .nav .right img {
  width: 1em;
  margin-right: 0.1rem;
}
@media (max-width: 700px) {
  .page8 .nav {
    display: none;
  }
}
.page8 .introduce {
  padding-top: 0.75rem;
}
.page8 .introduce .top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page8 .introduce .imgBox {
  width: 50%;
  padding-top: 37.5%;
  overflow: hidden;
  position: relative;
}
.page8 .introduce .imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.page8 .introduce .textBox {
  width: 50%;
  padding: 2.3684210526% 0;
  padding-left: 6.5789473684%;
}
.page8 .introduce .textBox .logo {
  max-width: 43.9393939394%;
  height: auto;
}
.page8 .introduce .textBox .p1 {
  color: #222222;
  font-weight: bold;
  margin-top: 0.03rem;
}
.page8 .introduce .textBox .p2 {
  color: #666666;
  line-height: 1.875;
  margin-top: 0.2rem;
}
@media (max-width: 900px) {
  .page8 .introduce .imgBox {
    width: 100%;
    padding-top: 75%;
  }
  .page8 .introduce .textBox {
    width: 100%;
    padding-left: 0;
  }
}
.page8 .introduce .middle {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page8 .introduce .name {
  flex: 1;
  overflow: hidden;
}
.page8 .introduce .name .swiperBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page8 .introduce .name .mySwiper1 {
  width: 100%;
  height: 5.75rem;
  position: relative;
  overflow: hidden;
}
.page8 .introduce .name .mySwiper1::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #878787;
  position: absolute;
  top: 0;
  left: 0.1rem;
  transform: translateX(-50%);
}
.page8 .introduce .name .mySwiper1 .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
.page8 .introduce .name .mySwiper1 .swiper-slide .p1 {
  padding-left: 0.5rem;
  width: 100%;
  position: relative;
  color: #333333;
}
.page8 .introduce .name .mySwiper1 .swiper-slide .p1::after {
  content: "";
  width: 0.13rem;
  height: 0.13rem;
  border-radius: 50%;
  background-color: #ffffff;
  border: 2px solid #666666;
  position: absolute;
  top: 50%;
  left: 0.1rem;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
.page8 .introduce .name .mySwiper1 .swiper-slide .p2 {
  color: #666666;
  margin-top: 0.1rem;
  padding-left: 0.5rem;
  display: none;
}
.page8 .introduce .name .mySwiper1 .active-slide .p1 {
  color: #e5151f;
}
.page8 .introduce .name .mySwiper1 .active-slide .p1::after {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  background-color: #e5151f;
  border: 2px solid #e5151f;
}
.page8 .introduce .name .mySwiper1 .active-slide .p2 {
  display: block;
}
.page8 .introduce .mySwiper2 {
  width: 63.1578947368%;
  position: relative;
  overflow: hidden;
}
.page8 .introduce .mySwiper2 .swiper-slide {
  width: 100%;
  padding-top: 60%;
  position: relative;
  overflow: hidden;
}
.page8 .introduce .mySwiper2 .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 900px) {
  .page8 .introduce .name {
    display: none;
  }
  .page8 .introduce .mySwiper2 {
    width: 100%;
  }
}
.page8 .introduce .text {
  color: #666666;
  line-height: 1.875;
  margin-top: 1rem;
}
.page8 .introduce .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.9rem;
}
.page8 .introduce .swiperBox {
  width: 67.1052631579%;
  display: flex;
  align-items: center;
}
.page8 .introduce .swiperBox .img {
  width: 11.7647058824%;
}
.page8 .introduce .swiperBox .img img {
  width: 70.8333333333%;
}
.page8 .introduce .swiperBox .mySwiper3 {
  width: 88.2352941176%;
  overflow: hidden;
  position: relative;
}
.page8 .introduce .swiperBox .mySwiper3::after {
  content: "";
  width: 20%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  z-index: 2;
}
.page8 .introduce .swiperBox .mySwiper3::before {
  content: "";
  width: 20%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
  z-index: 2;
}
.page8 .introduce .swiperBox .mySwiper3 .swiper-slide {
  width: 35.5555555556%;
}
.page8 .introduce .swiperBox .mySwiper3 .swiper-slide img {
  width: 100%;
}
.page8 .introduce .swiperBox .mySwiper3 .swiper-slide .name {
  color: #333333;
  margin-top: 0.5rem;
  text-align: center;
  display: none;
  line-height: 1.3;
  height: 3.9em;
}
.page8 .introduce .swiperBox .mySwiper3 .swiper-slide-active .name {
  display: block;
}
.page8 .introduce .paginationBox {
  width: 23.6842105263%;
  overflow: hidden;
}
.page8 .introduce .paginationBox .prev {
  text-align: center;
  margin-bottom: 0.3rem;
}
.page8 .introduce .paginationBox .prev img {
  width: 1em;
  height: auto;
  display: inline-block;
}
.page8 .introduce .paginationBox .next {
  text-align: center;
  margin-top: 0.3rem;
}
.page8 .introduce .paginationBox .next img {
  width: 1em;
  height: auto;
  display: inline-block;
  transform: rotate(180deg);
}
.page8 .introduce .paginationBox .mySwiper4 {
  width: 100%;
  height: 4.5rem;
  overflow: hidden;
}
.page8 .introduce .paginationBox .mySwiper4 .swiper-slide {
  width: 100%;
  height: auto;
  text-align: center;
  color: #333333;
  padding: 0.17rem 0.5rem;
  margin-bottom: 0.16rem;
  border-radius: 30px;
  cursor: pointer;
}
.page8 .introduce .paginationBox .mySwiper4 .active-slide {
  background-color: #e5151f;
  color: #ffffff;
}
@media (max-width: 900px) {
  .page8 .introduce .swiperBox {
    width: 100%;
  }
  .page8 .introduce .swiperBox .img {
    display: none;
  }
  .page8 .introduce .swiperBox .mySwiper3 {
    width: 100%;
  }
  .page8 .introduce .paginationBox {
    display: none;
  }
}

.page9 .banner {
  width: 100%;
  padding-top: 31.25%;
  position: relative;
}
.page9 .banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.page9 .banner .text {
  position: absolute;
  top: 50%;
  left: 10.4166666667%;
  transform: translateY(-50%);
}
.page9 .banner .text .p2 {
  margin-top: 0.05rem;
  font-weight: bold;
}
.page9 .nav {
  border-bottom: 1px solid #eeeeee;
}
.page9 .nav .layout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page9 .nav .left {
  display: flex;
}
.page9 .nav .left .tag {
  width: 2rem;
  text-align: center;
  padding: 0.26rem 0;
  color: #222222;
}
.page9 .nav .left .tag:hover {
  color: #e5151f;
}
.page9 .nav .left .onTag {
  background-color: #e5151f;
  color: #ffffff;
}
.page9 .nav .left .onTag:hover {
  color: #ffffff;
}
.page9 .nav .right {
  display: flex;
  align-items: center;
  color: #666666;
  flex: 1;
  justify-content: flex-end;
}
.page9 .nav .right img {
  width: 1em;
  margin-right: 0.1rem;
}
@media (max-width: 700px) {
  .page9 .nav {
    display: none;
  }
}
.page9 .content {
  background-color: #f5f7f9;
  padding-top: 0.8rem;
  padding-bottom: 1rem;
}
.page9 .content .screen {
  background-color: #ffffff;
  padding: 0.4rem;
}
.page9 .content .screen .p1 {
  line-height: 1;
  font-weight: bold;
}
.page9 .content .screen .inpBOx {
  display: flex;
  justify-content: space-between;
  margin-top: 0.2rem;
  margin-bottom: 0.35rem;
}
.page9 .content .screen .inpBOx input {
  flex: 1;
  height: 0.6rem;
  padding: 0 0.2rem;
  background-color: #f5f7f9;
  border: solid 1px #eeeeee;
  min-width: 0;
}
.page9 .content .screen .inpBOx .btn {
  flex: none;
  padding: 0 0.6rem;
  color: #ffffff;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  background-color: #e5151f;
  margin-left: 0.2rem;
}
.page9 .content .screen .tagBox {
  display: flex;
  align-items: flex-start;
  margin-top: 0.15rem;
  line-height: 2;
}
.page9 .content .screen .tagBox span {
  color: #222222;
  font-weight: bold;
  margin-right: 0.2rem;
}
.page9 .content .screen .tagBox .tag {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
.page9 .content .screen .tagBox a {
  color: #666666;
  margin-right: 0.35rem;
}
.page9 .content .listBox {
  background-color: #ffffff;
  margin-top: 0.2rem;
}
.page9 .content .listBox .title {
  padding: 0.25rem 0.4rem;
  display: flex;
  color: #666666;
}
.page9 .content .listBox .title .name {
  margin-left: 0.7rem;
}
.page9 .content .listBox .title .name:nth-child(1) {
  margin-left: 0;
}
.page9 .content .listBox .title .onName {
  color: #e5151f;
}
.page9 .screen .tagBox .tag a.onName {
  color: #e5151f;
}
.page9 .content .listBox .list .item {
  border-top: 1px solid #eeeeee;
  padding: 0 0.4rem;
}
.page9 .content .listBox .list .item .top {
  padding: 0.4rem 0;
}
.page9 .content .listBox .list .item .top .name_time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.page9 .content .listBox .list .item .top .name {
  color: #e5151f;
}
.page9 .content .listBox .list .item .top .time {
  color: #666666;
}
.page9 .content .listBox .list .item .top .tag_icon {
  margin-top: 0.45rem;
  color: #666666;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page9 .content .listBox .list .item .top .t2 {
  margin-top: 0.15rem;
}
.page9 .content .listBox .list .item .top .t2 span {
  padding: 0 0.2rem;
  border-left: 1px solid #dddddd;
}
.page9 .content .listBox .list .item .top .t2 span:nth-child(1) {
  padding-left: 0;
  border-left: none;
}
.page9 .content .listBox .list .item .top .icon {
  width: 0.5rem;
  height: 0.5rem;
  min-width: 30px;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f7f9;
  border-radius: 50%;
  cursor: pointer;
}
.page9 .content .listBox .list .item .top .icon img {
  width: 28%;
  height: auto;
}
.page9 .content .listBox .list .item .top .icon .img2 {
  display: none;
}
.page9 .content .listBox .list .item .top .onIcon {
  background-color: #e5151f;
}
.page9 .content .listBox .list .item .top .onIcon .img1 {
  display: none;
}
.page9 .content .listBox .list .item .top .onIcon .img2 {
  display: block;
}
.page9 .content .listBox .list .item .bottom {
  padding: 0.4rem 0;
  border-top: 1px dashed #cccccc;
  display: none;
}
.page9 .content .listBox .list .item .bottom .text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page9 .content .listBox .list .item .bottom .describe {
  width: 48%;
  margin-bottom: 0.5rem;
}
.page9 .content .listBox .list .item .bottom .describe .name {
  line-height: 1;
  color: #333333;
  font-weight: bold;
  padding-bottom: calc(0.2rem + 3px);
  position: relative;
  margin-bottom: 0.2rem;
}
.page9 .content .listBox .list .item .bottom .describe .name::after {
  content: "";
  width: 1.6em;
  height: 3px;
  background-image: url(../images/icon8.png);
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.page9 .content .listBox .list .item .bottom .describe p {
  color: #666666;
  line-height: 2.25;
}
@media (max-width: 700px) {
  .page9 .content .listBox .list .item .bottom .describe {
    width: 100%;
  }
}
.page9 .content .listBox .list .item .bottom .btn {
  background-color: #e5151f;
  display: inline-flex;
  align-items: center;
  padding: 1.375em 2.5em;
  color: #ffffff;
}
.page9 .content .listBox .list .item .bottom .btn img {
  width: 0.7em;
  height: auto;
  margin-left: 2.3em;
}
.page9 .content .listBox .list .item .bottom .btn:hover {
  box-shadow: 0 3px 10px rgba(229, 21, 31, 0.3);
  transform: translateY(-3px);
}
.page9 .content .pagination {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}
.page9 .content .pagination .item {
  width: 0.6rem;
  height: 0.6rem;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  background-color: #f5f7f9;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-left: 0.1rem;
}
.page9 .content .pagination .item:nth-child(1) {
  margin-left: 0;
}
.page9 .content .pagination .item img {
  width: 18.3333333333%;
}
.page9 .content .pagination .item .icon2 {
  display: none;
}
.page9 .content .pagination .item:hover {
  color: #e5151f;
}
.page9 .content .pagination .item:hover .icon1 {
  display: none;
}
.page9 .content .pagination .item:hover .icon2 {
  display: block;
}
.page9 .content .pagination .prev img {
  transform: rotate(180deg);
}
.page9 .content .pagination .onItem {
  background-color: #e5151f;
  color: #fff;
  font-weight: bold;
}
.page9 .content .pagination .onItem:hover {
  color: #fff;
}