@charset "UTF-8";

.w1620 {
  width: 16.2rem;
  margin: 0 auto;
  max-width: 92%;
}

video {
  width: 50%;
}

@media (max-width: 900px) {
  video {
    width: 90%;
  }
}

.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: flex;
  align-items: center;
  justify-content: center;
}

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

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

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

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

header .layout {
  height: 1.1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .layout .logo {
  height: 0.4rem;
}

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

header .layout .nav {
  display: flex;
}

header .layout .nav .tag {
  height: 1.1rem;
  line-height: 1.1rem;
  position: relative;
}

header .layout .nav .tag .tag_a {
  display: inline-block;
  height: 0.46rem;
  line-height: 0.46rem;
  padding: 0 0.34rem;
	padding: 0 0.2rem;
}
@media (max-width: 1100px) {
	header .layout .nav .tag .tag_a {
		padding: 0 0.1rem;
	}
}
header .layout .nav .tag .tag_a:hover {
  color: #f7911e;
}

header .layout .nav .tag .child {
  min-width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1411764706);
  border-top: 1px solid #dddddd;
  display: none;
}

header .layout .nav .tag .child .child_a {
  height: auto;
  line-height: 1;
  text-align: center;
  padding: 0.15rem 0.3rem;
  white-space: nowrap;
}

header .layout .nav .tag .child .child_a:hover {
  background-color: #f7911e;
  color: #fff;
}

header .layout .nav .tag:hover .child {
  display: flex;
}

header .layout .nav .onTag .tag_a {
  background-color: #f7911e;
  border-radius: 0.23rem;
  color: #fff;
}

header .layout .nav .onTag .tag_a:hover {
  color: #fff;
}

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

header .layout .btn {
  display: flex;
}

header .layout .btn .search {
  width: 20px;
  cursor: pointer;
}

header .layout .btn .search img {
  width: 100%;
}

header .layout .btn .language {
  margin-left: 0.37rem;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

header .layout .btn .language img {
  transition: all 0.5s;
  margin-left: 0.1rem;
  width: 10px;
}

header .layout .btn .language .optionBox {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  padding-top: 10px;
  display: none;
}

header .layout .btn .language .option {
  border-radius: 10px;
  box-shadow: 0 3px 29px -8px rgba(192, 196, 204, 0.71);
  padding: 10px;
  background-color: #ffffff;
}

header .layout .btn .language .option .o {
  display: inline-block;
  padding: 10px 30px;
  white-space: nowrap;
}

header .layout .btn .language .option .o:hover {
  color: #f7911e;
}

header .layout .btn .onLanguage .optionBox {
  display: block;
}

header .layout .btn .onLanguage img {
  transform: rotate(180deg);
}

header .layout .btn .close {
  width: 28px;
  z-index: 12;
  margin-left: 20px;
  display: none;
}

header .layout .btn .close span {
  display: block;
  height: 2px;
  background: #000;
  margin-bottom: 8px;
  border-radius: 2px;
  transform-origin: right center;
  transition: all 0.3s;
  width: 100%;
}

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

@media (max-width: 1100px) {
  header .layout .btn .close {
    display: block !important;
  }
}

header .layout .btn .open span {
  background: #000;
}

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

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

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

header .h-nav {
  display: block;
  position: fixed;
  height: calc(100vh - 1.1rem);
  width: 70%;
  background-color: #ffffff;
  top: 1.1rem;
  right: -70%;
  transition: all 0.5s;
  color: #000000;
  z-index: 20;
  background-color: #3b3b3b;
}

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;
}

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: block;
}

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

footer {
  background-color: #222222;
  padding-top: 0.65rem;
  padding-bottom: 0.2rem;
	background-image: url(../images/ftt.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

footer .top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

footer .top .nav {
  display: flex;
}

footer .top .nav .tag {
  margin-left: 1.2rem;
}

footer .top .nav .tag:nth-child(1) {
  margin-left: 0;
}

footer .top .nav .tag .h1 {
  display: block;
  color: #ffffff;
  margin-bottom: 0.18rem;
}

footer .top .nav .tag .h2 {
  display: block;
  font-size: 14px;
  line-height: 2.5714285714em;
  color: rgba(255, 255, 255, 0.6);
}

footer .top .nav .tag a:hover {
  text-decoration: underline;
}

footer .top .info {
  flex: 1;
  color: #ffffff;
  text-align: end;
}

footer .top .info .p2 {
  margin-top: 0.29rem;
}

footer .top .info .p3 {
  margin-top: 0.52rem;
}

footer .top .info .iconBox {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.32rem;
}

footer .top .info .iconBox .icon {
  width: 0.4rem;
  height: 0.4rem;
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333333;
  cursor: pointer;
  margin-left: 0.16rem;
  position: relative;
}

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

footer .top .info .iconBox .icon img {
  width: auto;
  height: 37.5%;
}

footer .top .info .iconBox .icon .img2 {
  display: none;
}

footer .top .info .iconBox .icon .img3 {
  max-width: none;
  width: 1rem;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -110%);
  display: none;
}

footer .top .info .iconBox .icon:hover {
  background-color: #ffffff;
}

footer .top .info .iconBox .icon:hover .img1 {
  display: none;
}

footer .top .info .iconBox .icon:hover .img2 {
  display: block;
}

footer .top .info .iconBox .icon:hover .img3 {
  display: block;
}

@media (max-width: 1200px) {
  footer .top .nav {
    width: 100%;
    justify-content: space-between;
  }

  footer .top .nav .tag {
    margin-left: 0;
  }

  footer .top .info {
    flex: none;
    width: 100%;
    text-align: start;
    margin-top: 0.3rem;
  }

  footer .top .info .iconBox {
    justify-content: flex-start;
  }
}

@media (max-width: 700px) {
  footer .top .nav {
    display: none;
  }
}

footer .bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.97rem;
}

footer .bottom .logo {
  width: auto;
  height: 0.4rem;
  margin-bottom: 0.2rem;
  min-height: 30px;
}

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

footer .bottom .p1 {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  margin-bottom: 0.2rem;
}

.page1 {
  background-color: #f8f8f8;
  padding-bottom: 1rem;
}

.page1 .banner {
  width: 100%;
  padding-top: 26.5625%;
  position: relative;
}

.page1 .banner img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

.page1 .banner .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
  z-index: 2;
}

.page1 .banner .text .p2 {
  line-height: 1.3333333333em;
}

.page1 .nav {
  background-color: #ffffff;
}

.page1 .nav .layout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page1 .nav .left {
  display: flex;
}

.page1 .nav .left .tag {
  display: block;
  margin-left: 1rem;
  height: 0.8rem;
  line-height: 0.8rem;
  position: relative;
}

.page1 .nav .left .tag:nth-child(1) {
  margin-left: 0;
}

.page1 .nav .left .tag:hover {
  color: #f7911e;
}

.page1 .nav .left .onTag {
  color: #f7911e;
}

.page1 .nav .left .onTag::after {
  content: "";
  width: 100%;
  height: 0.04rem;
  background-color: #f7911e;
  position: absolute;
  left: 0;
  top: 0;
}

.page1 .nav .right {
  color: #666666;
  height: 0.8rem;
  display: flex;
  align-items: center;
}

.page1 .nav .right .url {
  display: flex;
  align-items: flex-end;
}

.page1 .nav .right .url a:hover {
  color: #f7911e;
}

.page1 .nav .right .icon {
  width: 17px;
  display: inline-block;
  margin-right: 0.1rem;
}

@media (max-width: 700px) {
  .page1 .nav .layout {
    width: 100%;
    max-width: 100%;
    flex-direction: column-reverse;
  }

  .page1 .nav .left {
    width: 100%;
    padding: 0 4%;
    border-top: 1px solid #eeeeee;
  }

  .page1 .nav .right {
    padding: 0 4%;
    width: 100%;
  }
}

.page1 .list {
  margin-top: 0.3rem;
}

.page1 .list .layout {
  display: flex;
  flex-wrap: wrap;
}

.page1 .list .item {
  width: 31.6049382716%;
  display: block;
  margin-left: 2.4691358025%;
  margin-top: 0.5rem;
}

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

.page1 .list .item .img {
  width: 100%;
  padding-top: 75%;
  position: relative;
}

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

.page1 .list .item .text {
  padding: 7.8125%;
  padding-bottom: 5.859375%;
  background-color: #ffffff;
}

.page1 .list .item .text .h1 {
  line-height: 1.25em;
  height: 2.5em;
}

.page1 .list .item .text .h2 {
  line-height: 1.75em;
  height: 3.5em;
  color: #666666;
  margin-top: 0.1rem;
}

.page1 .list .item .text .time {
  margin-top: 0.7rem;
  display: flex;
  justify-content: space-between;
}

.page1 .list .item .text .time .details {
  display: flex;
  align-items: baseline;
}

.page1 .list .item .text .time .details img {
  width: 13px;
  margin-left: 8px;
}

.page1 .list .item .text .time .details .icon2 {
  display: none;
}

.page1 .list .item:hover {
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.15);
}

.page1 .list .item:hover .text .h1 {
  color: #f7911e;
}

.page1 .list .item:hover .text .time {
  color: #f7911e;
}

.page1 .list .item:hover .text .time .details .icon1 {
  display: none;
}

.page1 .list .item:hover .text .time .details .icon2 {
  display: block;
}

@media (max-width: 900px) {
  .page1 .list .item {
    width: 49%;
    margin-left: 2%;
    margin-top: 2%;
  }

  .page1 .list .item:nth-child(3n+1) {
    margin-left: 2%;
  }

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

.page1 .paging {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}

.page1 .paging .tag {
  width: 0.6rem;
  height: 0.6rem;
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #666666;
  margin-left: 0.1rem;
}

.page1 .paging .tag:nth-child(1) {
  margin-left: 0;
}

.page1 .paging .tag img {
  width: 13.3333333333%;
  height: auto;
  display: block;
}

.page1 .paging .tag .img2 {
  display: none;
}

.page1 .paging .tag:hover {
  background-color: #f7911e;
  color: #ffffff;
}

.page1 .paging .tag:hover .img1 {
  display: none;
}

.page1 .paging .tag:hover .img2 {
  display: block;
}

.page1 .paging .onTag {
  background-color: #f7911e;
  color: #ffffff;
}

.page1 .paging .onTag .img1 {
  display: none;
}

.page1 .paging .onTag .img2 {
  display: block;
}

.page1 .paging .next {
  transform: rotate(180deg);
}

.page2 {
  background-color: #ffffff;
  padding-bottom: 1rem;
}

.page2 .banner {
  width: 100%;
  padding-top: 26.5625%;
  position: relative;
}

.page2 .banner img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

.page2 .banner .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
  z-index: 2;
}

.page2 .banner .text .p2 {
  line-height: 1.3333333333em;
}

.page2 .nav {
  background-color: #ffffff;
}

.page2 .nav .layout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page2 .nav .left {
  display: flex;
}

.page2 .nav .left .tag {
  display: block;
  margin-left: 1rem;
  height: 0.8rem;
  line-height: 0.8rem;
  position: relative;
}

.page2 .nav .left .tag:nth-child(1) {
  margin-left: 0;
}

.page2 .nav .left .tag:hover {
  color: #f7911e;
}

.page2 .nav .left .onTag {
  color: #f7911e;
}

.page2 .nav .left .onTag::after {
  content: "";
  width: 100%;
  height: 0.04rem;
  background-color: #f7911e;
  position: absolute;
  left: 0;
  top: 0;
}

.page2 .nav .right {
  color: #666666;
  height: 0.8rem;
  display: flex;
  align-items: center;
}

.page2 .nav .right .url {
  display: flex;
  align-items: flex-end;
}

.page2 .nav .right .url a:hover {
  color: #f7911e;
}

.page2 .nav .right .icon {
  width: 17px;
  display: inline-block;
  margin-right: 0.1rem;
}

@media (max-width: 700px) {
  .page2 .nav .layout {
    width: 100%;
    max-width: 100%;
    flex-direction: column-reverse;
  }

  .page2 .nav .left {
    width: 100%;
    padding: 0 4%;
    border-top: 1px solid #eeeeee;
  }

  .page2 .nav .right {
    padding: 0 4%;
    width: 100%;
  }
}

.page2 .content {
  border-top: 1px solid #dddddd;
}

.page2 .content .title {
  padding: 0.8rem 0;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #dddddd;
  line-height: 1.4;
}

.page2 .content .text {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 0.6rem;
}

.page2 .content .text .left {
  width: 73.6419753086%;
}

.page2 .content .text .left p {
  line-height: 1.75em;
  color: #515253;
}

.page2 .content .text .left img {
  max-width: 100%;
  height: auto;
}

.page2 .content .text .right {
  width: 20.6790123457%;
}

.page2 .content .text .right .p1 {
  line-height: 1.75em;
  color: #222222;
}

.page2 .content .text .right .p2 {
  line-height: 1.75em;
  color: #222222;
  border-bottom: 1px solid #dddddd;
  margin-top: 0.05rem;
  padding-bottom: 0.3rem;
}

.page2 .content .text .right .btn {
  width: auto;
  padding: 0.16rem 0.47rem;
  border-radius: 25px;
  border: solid 2px #f7911e;
  color: #f7911e;
  display: inline-flex;
  align-items: center;
  margin-top: 0.29rem;
  transition: all 0.5s;
}

.page2 .content .text .right .btn img {
  width: 13px;
  height: auto;
  margin-left: 0.1rem;
}

.page2 .content .text .right .btn:hover {
  transform: translateY(-5px);
}

@media (max-width: 900px) {
  .page2 .content .text .right .btn {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .page2 .content .text .right .btn:hover {
    transform: translateX(-50%) translateY(-5px);
  }
}

.page2 .content .text .right .prev {
  display: flex;
  line-height: 1.875em;
  margin-top: 0.3rem;
}

.page2 .content .text .right .prev:hover {
  color: #f7911e;
}

.page2 .content .text .right .prev .s2 {
  flex: 1;
}

.page2 .content .text .right .next {
  display: flex;
  line-height: 1.875em;
  margin-top: 0.15rem;
}

.page2 .content .text .right .next:hover {
  color: #f7911e;
}

.page2 .content .text .right .next .s2 {
  flex: 1;
}

.page2 .content .text .right .t2 {
  line-height: 1.5;
  margin-top: 0.5rem;
  margin-bottom: 0.2rem;
}

.page2 .content .text .right .list {
  display: flex;
  flex-wrap: wrap;
}

.page2 .content .text .right .li {
  width: 100%;
  display: flex;
  margin-bottom: 0.3rem;
}

.page2 .content .text .right .li .img {
  width: 47.7611940299%;
  padding-top: 35.8208955224%;
  margin-right: 8.9552238806%;
  position: relative;
  overflow: hidden;
}

.page2 .content .text .right .li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
}

.page2 .content .text .right .li .li_text {
  flex: 1;
  padding: 0.05rem 0;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.page2 .content .text .right .li .li_text .l1 {
  line-height: 1.6666666667em;
}

.page2 .content .text .right .li .li_text .l2 {
  color: #999999;
  line-height: 1.5em;
}

.page2 .content .text .right .li:hover .img {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 10px;
}

.page2 .content .text .right .li:hover .img img {
  transform: scale(1.3);
}

.page2 .content .text .right .li:hover .li_text .l1 {
  color: #f7911e;
}

@media (max-width: 900px) {
  .page2 .content .text .left {
    width: 100%;
  }

  .page2 .content .text .right {
    width: 100%;
  }

  .page2 .content .text .right .li {
    width: 48%;
    margin-left: 4%;
  }

  .page2 .content .text .right .li:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media (max-width: 600px) {
  .page2 .content .text .right .li {
    width: 100%;
    margin-left: 0;
  }
}

.page3 .mySwiper1 {
  width: 100%;
  position: relative;
}

.page3 .mySwiper1 .swiper-slide {
  width: 100%;
  position: relative;
  padding-top: 43.2291666667%;
}

.page3 .mySwiper1 .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.page3 .mySwiper1 .swiper-slide .videoUrl {
  width: 60px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page3 .mySwiper1 .swiper-slide .text {
  position: absolute;
  top: 50%;
  left: 7.8125%;
  transform: translateY(-50%);
  color: #ffffff;
  z-index: 2;
}

.page3 .mySwiper1 .swiper-slide .text .p1 {
  letter-spacing: 0.2rem;
}

.page3 .mySwiper1 .swiper-slide .text .p2 {
  letter-spacing: 0.015rem;
  margin-top: 0.2rem;
}

@media (max-width: 700px) {
  .page3 .mySwiper1 .swiper-slide .text .p1 {
    font-size: 20px;
  }

  .page3 .mySwiper1 .swiper-slide .text .p2 {
    font-size: 12px;
  }
}

.page3 .mySwiper1 .swiper-pagination {
  bottom: 6.0240963855%;
}

.page3 .mySwiper1 .swiper-pagination-bullet {
  width: 1rem;
  height: 2px;
  border-radius: 0;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.4);
}

.page3 .mySwiper1 .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);
  }
}

.page3 .mySwiper1 .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;
}

.page3 .map {
  background-image: url(../images/banner12.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0.9rem;
  padding-bottom: 0.25rem;
}

.page3 .map .text {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page3 .map .text .left .title {
  display: flex;
  align-items: center;
}

.page3 .map .text .left .title img {
  width: auto;
  height: 1em;
}

.page3 .map .text .left .p2 {
  margin-top: 0.2rem;
}

.page3 .map .text .right {
  width: 49.3827160494%;
}

.page3 .map .text .right .p1 {
  color: #666666;
  line-height: 1.875em;
}

.page3 .map .text .right .btn {
  display: inline-flex;
  align-items: center;
  padding: 0 0.48rem;
  padding-bottom: 0.15rem;
  margin-top: 0.5rem;
  border-bottom: 1px solid #000000;
}

.page3 .map .text .right .btn .icon {
  width: auto;
  height: 0.8em;
  margin-left: 0.3rem;
}

.page3 .map .text .right .btn .icon2 {
  display: none;
}

.page3 .map .text .right .btn:hover {
  color: #ff8f39;
  border-bottom: 1px solid #ff8f39;
}

.page3 .map .text .right .btn:hover .icon1 {
  display: none;
}

.page3 .map .text .right .btn:hover .icon2 {
  display: block;
}

@media (max-width: 1100px) {
  .page3 .map .text .right {
    width: 100%;
    margin-top: 0.2rem;
  }
}

.page3 .map .mapBox {
  overflow: auto;
  margin-top: 0.25rem;
}

.page3 .map .mapBox .container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.page3 .map .mapBox .mapBanner {
  width: 100%;
  height: auto;
  display: block;
}

.page3 .map .mapBox .address1 {
  position: absolute;
  display: flex;
  align-items: center;
  top: 256px;
  left: 81px;
  width: 320px;
  padding: 15px;
  border-radius: 18px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

.page3 .map .mapBox .address1 img {
  width: 81px;
  border-radius: 5px;
}

.page3 .map .mapBox .address1 .text {
  flex: 1;
  margin-left: 19px;
}

.page3 .map .mapBox .address1 .text .p1 {
  font-size: 18px;
  font-weight: bold;
}

.page3 .map .mapBox .address1 .text .p2 {
  font-size: 13px;
  margin-top: 8px;
  line-height: 1.3846153846em;
  color: #666666;
}

.page3 .map .mapBox .address1 .icon {
  width: 58px;
  position: absolute;
  top: 23px;
  right: -57px;
}

.page3 .map .mapBox .address1 .icon2 {
  display: none;
}

.page3 .map .mapBox .address1:hover {
  background-color: #f7911e;
  color: #ffffff;
  z-index: 2;
}

.page3 .map .mapBox .address1:hover .text .p2 {
  color: #ffffff;
}

.page3 .map .mapBox .address1:hover .icon2 {
  display: block;
}

.page3 .map .mapBox .address1:hover .icon1 {
  display: none;
}

.page3 .map .mapBox .address2 {
  position: absolute;
  display: flex;
  align-items: center;
  top: 58px;
  left: 349px;
  width: 340px;
  padding: 15px;
  border-radius: 18px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

.page3 .map .mapBox .address2 img {
  width: 140px;
  border-radius: 5px;
}

.page3 .map .mapBox .address2 .text {
  flex: 1;
  margin-left: 19px;
}

.page3 .map .mapBox .address2 .text .p1 {
  font-size: 18px;
  font-weight: bold;
}

.page3 .map .mapBox .address2 .text .p2 {
  font-size: 13px;
  margin-top: 18px;
  line-height: 1.3846153846em;
  color: #666666;
}

.page3 .map .mapBox .address2 .icon {
  width: 36px;
  position: absolute;
  bottom: -95px;
  left: 127px;
}

.page3 .map .mapBox .address2 .icon2 {
  display: none;
}

.page3 .map .mapBox .address2:hover {
  background-color: #f7911e;
  color: #ffffff;
  z-index: 2;
}

.page3 .map .mapBox .address2:hover .text .p2 {
  color: #ffffff;
}

.page3 .map .mapBox .address2:hover .icon2 {
  display: block;
}

.page3 .map .mapBox .address2:hover .icon1 {
  display: none;
}

.page3 .map .mapBox .address3 {
  position: absolute;
  display: flex;
  align-items: center;
  top: 251px;
  right: 342px;
  width: 320px;
  padding: 15px;
  border-radius: 18px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

.page3 .map .mapBox .address3 img {
  width: 81px;
  border-radius: 5px;
}

.page3 .map .mapBox .address3 .text {
  flex: 1;
  margin-left: 19px;
}

.page3 .map .mapBox .address3 .text .p1 {
  font-size: 18px;
  font-weight: bold;
}

.page3 .map .mapBox .address3 .text .p2 {
  font-size: 13px;
  margin-top: 8px;
  line-height: 1.3846153846em;
  color: #666666;
}

.page3 .map .mapBox .address3 .icon {
  width: 72px;
  position: absolute;
  top: 14px;
  left: -71px;
}

.page3 .map .mapBox .address3 .icon2 {
  display: none;
}

.page3 .map .mapBox .address3:hover {
  background-color: #f7911e;
  color: #ffffff;
  z-index: 2;
}

.page3 .map .mapBox .address3:hover .text .p2 {
  color: #ffffff;
}

.page3 .map .mapBox .address3:hover .icon2 {
  display: block;
}

.page3 .map .mapBox .address3:hover .icon1 {
  display: none;
}

@media (max-width: 700px) {
  .page3 .map .mapBox .container {
    width: 100%;
    position: relative;
  }

  .page3 .map .mapBox .mapBanner {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }

  .page3 .map .mapBox .address1,
  .page3 .map .mapBox .address2,
  .page3 .map .mapBox .address3 {
    margin: 0.3rem;
    width: calc(100% - 0.6rem);
    position: inherit;
    top: auto;
    left: auto;
    right: auto;
    position: static;
  }

  .page3 .map .mapBox .address1 .text,
  .page3 .map .mapBox .address2 .text,
  .page3 .map .mapBox .address3 .text {
    display: block;
  }

  .page3 .map .mapBox .address1 .icon,
  .page3 .map .mapBox .address2 .icon,
  .page3 .map .mapBox .address3 .icon {
    display: none !important;
  }
}

.page3 .product {
  padding-top: 0.8rem;
}

.page3 .product .title {
  text-align: center;
  padding: 0 2.6041666667%;
}

.page3 .product .title .h1 {
  display: inline-block;
  position: relative;
}

.page3 .product .title .h1 .icon {
  width: 30.4812834225%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, -50%);
}

.page3 .product .title .h2 {
  line-height: 180%;
  color: #333333;
  margin-top: 0.17rem;
}

.page3 .product .list {
  margin-top: 0.45rem;
  display: flex;
  background-color: #f5f5f5;
  flex-wrap: wrap;
}

.page3 .product .list .item {
  /* width: 33.2291666667%; */
  width: 25%;
  /* margin-left: 0.15625%; */
  background-color: #ffffff;
  position: relative;
  display: block;
}

.page3 .product .list .item:nth-child(1) {
  margin-left: 0;
}

.page3 .product .list .item .img {
  position: relative;
  width: 100%;
  padding-top: 93.75%;
  overflow: hidden;
}

.page3 .product .list .item .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
}

.page3 .product .list .item .text {
  padding: 0 7.8369905956%;
  padding-top: 9.4043887147%;
  padding-bottom: 12.539184953%;
  text-align: center;
}

.page3 .product .list .item .text .icon {
  width: auto;
  height: 30px;
  display: inline-block;
}

.page3 .product .list .item .text .p1 {
  font-weight: bold;
  margin-top: 0.4rem;
  color: #ff8f39;
}

.page3 .product .list .item .text .p2 {
  color: #666666;
  line-height: 2;
  margin-top: 0.2rem;
}

.page3 .product .list .item::after {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #ff8f39;
  transition: all 0.5s;
  position: absolute;
  bottom: 0;
  left: 0;
}

.page3 .product .list .item:hover .img img {
  transform: scale(1.3);
}

.page3 .product .list .item:hover  {
  background-color: #222222;
}

.page3 .product .list .item:hover .text .p2 {
  color: #ffffff;
}

.page3 .product .list .item:hover::after {
  width: 100%;
}

@media (max-width: 700px) {
  .page3 .product .list .item {
    width: 100%;
    margin-left: 0;
  }
}

.page3 .news {
  background-color: #f8f8f8;
  padding-top: 0.84rem;
  padding-bottom: 1.19rem;
}

.page3 .news .title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.page3 .news .title .t1 {
  position: relative;
}

.page3 .news .title .t1 .icon {
  width: 30.4812834225%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, -50%);
}

.page3 .news .title .btn {
  display: inline-flex;
  align-items: center;
  padding: 0 0.48rem;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid #000000;
}

.page3 .news .title .btn .icon {
  width: auto;
  height: 0.8em;
  margin-left: 0.3rem;
}

.page3 .news .title .btn .icon2 {
  display: none;
}

.page3 .news .title .btn:hover {
  color: #ff8f39;
  border-bottom: 1px solid #ff8f39;
}

.page3 .news .title .btn:hover .icon1 {
  display: none;
}

.page3 .news .title .btn:hover .icon2 {
  display: block;
}

.page3 .news .content {
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page3 .news .content .left {
  width: 65.7407407407%;
}

.page3 .news .content .left .mySwiper2 {
  overflow: hidden;
  position: relative;
}

.page3 .news .content .left .mySwiper2 .swiper-slide {
  display: flex;
  background-color: #ffffff;
}

.page3 .news .content .left .mySwiper2 .swiper-slide .imgs{
	width: 60.0938967136%;
 
}

.page3 .news .content .left .mySwiper2 .swiper-slide .img {
  /* width: 60.0938967136%; */
  padding-top: 45.0704225352%;
	height: 100%;
  position: relative;
  overflow: hidden;
}

.page3 .news .content .left .mySwiper2 .swiper-slide .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

	object-fit: cover;
  transition: all 0.5s;
}

.page3 .news .content .left .mySwiper2 .swiper-slide .text {
  flex: 1;
  padding: 0 4.6948356808%;
  padding-top: 5.6338028169%;
  padding-bottom: 0.4rem;
}

.page3 .news .content .left .mySwiper2 .swiper-slide .text .p1 {
  color: #111111;
}

.page3 .news .content .left .mySwiper2 .swiper-slide .text .p2 {
  color: #111111;
  margin-top: 0.08rem;
}

.page3 .news .content .left .mySwiper2 .swiper-slide .text .p3 {
  line-height: 1.25em;
  margin-top: 0.3rem;
}

.page3 .news .content .left .mySwiper2 .swiper-slide .text .p4 {
  line-height: 1.5em;
  color: #999999;
  margin-top: 0.2rem;
}

.page3 .news .content .left .mySwiper2 .swiper-slide .text .btn {
  display: inline-flex;
  align-items: center;
  margin-top: 0.75rem;
}

.page3 .news .content .left .mySwiper2 .swiper-slide .text .btn .icon {
  width: auto;
  height: 0.8em;
  margin-left: 0.08rem;
}

.page3 .news .content .left .mySwiper2 .swiper-slide .text .btn .icon2 {
  display: none;
}

.page3 .news .content .left .mySwiper2 .swiper-slide:hover .img img {
  transform: scale(1.3);
}

.page3 .news .content .left .mySwiper2 .swiper-slide:hover .text .p3 {
  color: #ff8f39;
}

.page3 .news .content .left .mySwiper2 .swiper-slide:hover .text .btn {
  color: #ff8f39;
}

.page3 .news .content .left .mySwiper2 .swiper-slide:hover .text .btn .icon1 {
  display: none;
}

.page3 .news .content .left .mySwiper2 .swiper-slide:hover .text .btn .icon2 {
  display: block;
}

.page3 .news .content .left .mySwiper2 .swiper-pagination {
  width: auto;
  bottom: 0.4rem;
  left: auto;
  right: 0.5rem;
}

.page3 .news .content .left .mySwiper2 .swiper-pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 0;
  opacity: 1;
  background-color: #f8f8f8;
  margin: 0 spx;
}

.page3 .news .content .left .mySwiper2 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f7911e;
}

.page3 .news .content .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 2.7777777778%;
}

.page3 .news .content .right .item {
  display: flex;
}

.page3 .news .content .right .item .img {
  width: 35.2941176471%;
  padding-top: 26.4705882353%;
  margin-right: 5.8823529412%;
  overflow: hidden;
  position: relative;
}

.page3 .news .content .right .item .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.page3 .news .content .right .item .text {
  flex: 1;
  padding-top: 0.05rem;
  padding-bottom: 0.1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page3 .news .content .right .item .text .p1 {
  line-height: 1.5;
  color: #111111;
}

.page3 .news .content .right .item .text .p2 {
  color: #999999;
}

.page3 .news .content .right .item:hover .img img {
  transform: scale(1.3);
}

.page3 .news .content .right .item:hover .text .p1 {
  color: #ff8f39;
}

@media (max-width: 1100px) {
  .page3 .news .content .left {
    width: 100%;
  }

  .page3 .news .content .right {
    margin-left: 0;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .page3 .news .content .right .item {
    width: 48%;
    margin-left: 4%;
    margin-top: 4%;
  }

  .page3 .news .content .right .item:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media (max-width: 600px) {
  .page3 .news .content .left .mySwiper2 .swiper-slide {
    flex-wrap: wrap;
  }

  .page3 .news .content .left .mySwiper2 .swiper-slide .imgs {
    width: 100%;
  }

  .page3 .news .content .left .mySwiper2 .swiper-slide .text {
    width: 100%;
  }

  .page3 .news .content .right .item {
    width: 100%;
    margin-left: 0%;
  }
}


.mapBox1 {
  overflow: hidden;
  width: 12rem;
  max-width: 100vw;
  margin: 0 auto;
  margin-top: 0.25rem;
}
.mapBox1 .container {
  position: relative;
  width: 12rem;
  margin: 0 auto;
  padding-top: 56.25%;
}
.mapBox1 .absolute {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.mapBox1 .maps {
  width: 1200px;
  height: 675px;
  position: relative;
  transform-origin: left top;
}
.mapBox1 .maps img {
  width: 100%;
}
.mapBox1 .mapBanner {
  width: 100%;
  height: auto;
  display: block;
}
.mapBox1 .address1 {
  position: absolute;
  display: flex;
  align-items: center;
  top: 256px;
  left: 81px;
  width: 320px;
  padding: 15px;
  border-radius: 18px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  z-index: 10;
}
.mapBox1 .address1 img {
  width: 81px;
  border-radius: 5px;
}
.mapBox1 .address1 .text {
  flex: 1;
  margin-left: 19px;
}
.mapBox1 .address1 .text .p1 {
  font-size: 18px;
  font-weight: bold;
}
.mapBox1 .address1 .text .p2 {
  font-size: 13px;
  margin-top: 8px;
  line-height: 1.3846153846em;
  color: #666666;
}
.mapBox1 .address1 .icon {
  width: 58px;
  position: absolute;
  top: 23px;
  right: -57px;
}
.mapBox1 .address1 .icon2 {
  display: none;
}
.mapBox1 .address1:hover {
  background-color: #f7911e;
  color: #ffffff;
  z-index: 2;
}
.mapBox1 .address1:hover .text .p2 {
  color: #ffffff;
}
.mapBox1 .address1:hover .icon2 {
  display: block;
}
.mapBox1 .address1:hover .icon1 {
  display: none;
}
.mapBox1 .address2 {
  position: absolute;
  display: flex;
  align-items: center;
  top: 58px;
  left: 349px;
  width: 340px;
  padding: 15px;
  border-radius: 18px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  z-index: 10;
}
.mapBox1 .address2 img {
  width: 140px;
  border-radius: 5px;
}
.mapBox1 .address2 .text {
  flex: 1;
  margin-left: 19px;
}
.mapBox1 .address2 .text .p1 {
  font-size: 18px;
  font-weight: bold;
}
.mapBox1 .address2 .text .p2 {
  font-size: 13px;
  margin-top: 18px;
  line-height: 1.3846153846em;
  color: #666666;
}
.mapBox1 .address2 .icon {
  width: 36px;
  position: absolute;
  bottom: -95px;
  left: 127px;
}
.mapBox1 .address2 .icon2 {
  display: none;
}
.mapBox1 .address2:hover {
  background-color: #f7911e;
  color: #ffffff;
  z-index: 2;
}
.mapBox1 .address2:hover .text .p2 {
  color: #ffffff;
}
.mapBox1 .address2:hover .icon2 {
  display: block;
}
.mapBox1 .address2:hover .icon1 {
  display: none;
}
.mapBox1 .address3 {
  position: absolute;
  display: flex;
  align-items: center;
  top: 251px;
  right: 342px;
  width: 320px;
  padding: 15px;
  border-radius: 18px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  z-index: 10;
}
.mapBox1 .address3 img {
  width: 81px;
  border-radius: 5px;
}
.mapBox1 .address3 .text {
  flex: 1;
  margin-left: 19px;
}
.mapBox1 .address3 .text .p1 {
  font-size: 18px;
  font-weight: bold;
}
.mapBox1 .address3 .text .p2 {
  font-size: 13px;
  margin-top: 8px;
  line-height: 1.3846153846em;
  color: #666666;
}
.mapBox1 .address3 .icon {
  width: 72px;
  position: absolute;
  top: 14px;
  left: -71px;
}
.mapBox1 .address3 .icon2 {
  display: none;
}
.mapBox1 .address3:hover {
  background-color: #f7911e;
  color: #ffffff;
  z-index: 2;
}
.mapBox1 .address3:hover .text .p2 {
  color: #ffffff;
}
.mapBox1 .address3:hover .icon2 {
  display: block;
}
.mapBox1 .address3:hover .icon1 {
  display: none;
}
.mapBox1 .xian {
  position: absolute;
  overflow: hidden;
  width: 0;
  transition: all 1.5s;
  transition-delay: 2s;
}
.mapBox1 .xian img {
  max-width: none;
}
.mapBox1 .xian1 {
  right: 712px;
  bottom: 384px;
  background-image: url(../images/line1.png);
  background-position: bottom right;
}
.mapBox1 .xian1 img {
  width: 182px;
  height: 120px;
  -o-object-position: right;
     object-position: right;
}
.mapBox1 .xian2 {
  right: 718px;
  bottom: 385px;
  background-image: url(../images/line2.png);
  background-position: bottom right;
}
.mapBox1 .xian2 img {
  width: 40px;
  height: 80px;
}
.mapBox1 .xian3 {
  bottom: 377px;
  left: 470px;
  background-image: url(../images/line3.png);
  background-position: left bottom;
}
.mapBox1 .xian3 img {
  width: 468px;
  height: 119px;
}
.mapBox1 .xian4 {
  top: 253px;
  left: 494px;
  background-image: url(../images/line4.png);
  background-position: left top;
}
.mapBox1 .xian4 img {
  width: 726px;
  height: 128px;
}
.mapBox1 .xian5 {
  top: 292px;
  left: 477px;
  background-image: url(../images/line5.png);
  background-position: left top;
}
.mapBox1 .xian5 img {
  width: 94px;
  height: 215px;
}
.mapBox1 .xian6 {
  top: 254px;
  right: 709px;
  background-image: url(../images/line6.png);
  background-position: right top;
}
.mapBox1 .xian6 img {
  width: 94px;
  height: 215px;
}
.mapBox1 .xian7 {
  top: 276px;
  right: 709px;
  background-image: url(../images/line7.png);
  background-position: right top;
}
.mapBox1 .xian7 img {
  width: 308px;
  height: 177px;
}
@media (max-width: 700px) {
  .mapBox1 .container {
    width: 100%;
    position: relative;
  }
  .mapBox1 .mapBanner {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .mapBox1 .address1,
.mapBox1 .address2,
.mapBox1 .address3 {
    margin: 0.3rem;
    width: calc(100% - 0.6rem);
    position: inherit;
    top: auto;
    left: auto;
    right: auto;
    display: none !important;
  }
  .mapBox1 .address1 .text,
.mapBox1 .address2 .text,
.mapBox1 .address3 .text {
    display: block;
  }
  .mapBox1 .address1 .icon,
.mapBox1 .address2 .icon,
.mapBox1 .address3 .icon {
    display: none !important;
  }
}

.animate_map.aos-animate .xian1 {
  width: 182px;
  height: 120px;
}
.animate_map.aos-animate .xian2 {
  width: 40px;
  height: 80px;
}
.animate_map.aos-animate .xian3 {
  width: 468px;
  height: 119px;
}
.animate_map.aos-animate .xian4 {
  width: 640px;
  height: 130px;
}
.animate_map.aos-animate .xian5 {
  width: 96px;
  height: 215px;
}
.animate_map.aos-animate .xian6 {
  width: 330px;
  height: 63px;
}
.animate_map.aos-animate .xian7 {
  width: 308px;
  height: 177px;
}

.addr {
  display: none;
}
.addr .adi {
  display: flex;
  align-items: center;
  width: 90%;
  margin: 10px auto;
  padding: 15px;
  border-radius: 18px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.addr img {
  width: 81px;
  border-radius: 5px;
}
.addr .text {
  flex: 1;
  margin-left: 19px;
  display: block !important;
}
.addr .text .p1 {
  font-size: 18px;
  font-weight: bold;
}
.addr .text .p2 {
  font-size: 13px;
  margin-top: 8px;
  line-height: 1.3846153846em;
  color: #666666;
}
@media (max-width: 900px) {
  .addr {
    display: block;
  }
}

.page4 {
  background-color: #f8f8f8;
}

.page4 .banner {
  width: 100%;
  padding-top: 26.5625%;
  position: relative;
}

.page4 .banner img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

.page4 .banner .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
  z-index: 2;
}

.page4 .banner .text .p2 {
  line-height: 1.3333333333em;
}

.page4 .nav {
  background-color: #ffffff;
}

.page4 .nav .layout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page4 .nav .right {
  color: #666666;
  height: 0.8rem;
  display: flex;
  align-items: center;
}

.page4 .nav .right .url {
  display: flex;
  align-items: flex-end;
}

.page4 .nav .right .url a:hover {
  color: #f7911e;
}

.page4 .nav .right .icon {
  width: 17px;
  display: inline-block;
  margin-right: 0.1rem;
}

@media (max-width: 700px) {
  .page4 .nav .layout {
    width: 100%;
    max-width: 100%;
    flex-direction: column-reverse;
  }

  .page4 .nav .left {
    width: 100%;
    padding: 0 4%;
    border-top: 1px solid #eeeeee;
  }

  .page4 .nav .right {
    padding: 0 4%;
    width: 100%;
  }
}

.page4 .content {
  padding-top: 0.8rem;
  padding-bottom: 1rem;
}

.page4 .content .layout {
  display: flex;
  flex-wrap: wrap;
}

.page4 .content .left {
  width: 19.7530864198%;
}

.page4 .content .left .h1 {
  height: 1.2rem;
  line-height: 1.2rem;
  background-image: linear-gradient(120deg, #666666 0%, #222222 100%);
  text-align: center;
  color: #ffffff;
  position: relative;
}

.page4 .content .left .h1::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 0.4rem solid #f8f8f8;
  border-right: 0.4rem solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.page4 .content .left .list {
  padding: 0 9.375%;
  background-color: #ffffff;
}

.page4 .content .left .tag {
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.page4 .content .left .tag .text {
  display: flex;
  align-items: center;
}

.page4 .content .left .tag .text img {
  width: 0.3rem;
  height: auto;
  margin-right: 0.13rem;
}

.page4 .content .left .tag .text .img2 {
  display: none;
}

.page4 .content .left .tag .icon {
  width: 0.09rem;
}

.page4 .content .left .tag .icon img {
  width: 100%;
  height: auto;
}

.page4 .content .left .tag .icon .icon2 {
  display: none;
}

.page4 .content .left .tag:hover .text {
  color: #ff8f39;
}

.page4 .content .left .tag:hover .text .img1 {
  display: none;
}

.page4 .content .left .tag:hover .text .img2 {
  display: block;
}

.page4 .content .left .tag:hover .icon .icon1 {
  display: none;
}

.page4 .content .left .tag:hover .icon .icon2 {
  display: block;
}

.page4 .content .left .onTag .text {
  color: #ff8f39;
}

.page4 .content .left .onTag .text .img1 {
  display: none;
}

.page4 .content .left .onTag .text .img2 {
  display: block;
}

.page4 .content .left .onTag .icon .icon1 {
  display: none;
}

.page4 .content .left .onTag .icon .icon2 {
  display: block;
}

.page4 .content .left .bottom {
  height: 1rem;
  background-color: #ffffff;
  position: relative;
}

.page4 .content .left .bottom::after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 0.4rem solid #f8f8f8;
  border-left: 0.4rem solid transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}

.page4 .content .right {
  width: 77.1604938272%;
  margin-left: 3.0864197531%;
}

.page4 .content .right .nav {
  display: flex;
  flex-wrap: wrap;
}

.page4 .content .right .nav .t1 {
  min-width: 11.2%;
  line-height: 1.1538461538em;
  padding: 0.3rem 0.22rem;
  background-color: #f7911e;
  color: #ffffff;
}

.page4 .content .right .nav .list {
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.15rem 0.24rem;
}

.page4 .content .right .nav .list .tag {
  display: inline-block;
  padding: 0.12rem 0.25rem;
  border-radius: 20px;
}

.page4 .content .right .nav .list .tag:hover {
  color: #f7911e;
}

.page4 .content .right .nav .list .onTag {
  background-color: #f7911e;
  color: #ffffff;
}

.page4 .content .right .nav .list .onTag:hover {
  color: #ffffff;
}

@media (max-width: 900px) {
  .page4 .content .right .t1 {
    width: 100%;
    display: flex;
  }
}

.page4 .content .right .product {
  display: flex;
  flex-wrap: wrap;
}

.page4 .content .right .product .item {
  display: inline-block;
  width: 32%;
  margin-left: 2%;
  background-color: #ffffff;
  margin-top: 2%;
  transition: all 300ms ease 0s;
}

.page4 .content .right .product .item:nth-child(3n+1) {
  margin-left: 0;
}

.page4 .content .right .product .item .img {
  text-align: center;
  padding-top: 16%;
  padding-bottom: 19%;
  padding-top: 53.5%;
  position: relative;
}

.page4 .content .right .product .item .img img {
  max-width: 53.5%;
  max-height: 53.5%;
  width: 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%);
}

.page4 .content .right .product .item .text {
  text-align: center;
  padding: 0 7.5%;
  padding-bottom: 0.4rem;
}

.page4 .content .right .product .item .text .p1 {
  color: #222222;
  font-weight: bold;
}

.page4 .content .right .product .item .text .p2 {
  color: #666666;
  line-height: 1.875em;
  height: 3.75em;
  margin-top: 0.13rem;
}

.page4 .content .right .product .item .text .btn {
  color: #222222;
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page4 .content .right .product .item .text .btn .icon {
  width: 0.7em;
  height: auto;
  margin-left: 0.1rem;
}

.page4 .content .right .product .item .text .btn .icon2 {
  display: none;
}

.page4 .content .right .product .item:hover {
  transform: translateY(-5px);
  box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 10px;
}

.page4 .content .right .product .item:hover .text .p1 {
  color: #f7911e;
}

.page4 .content .right .product .item:hover .text .p2 {
  color: #f7911e;
}

.page4 .content .right .product .item:hover .text .btn {
  color: #f7911e;
}

.page4 .content .right .product .item:hover .text .btn .icon1 {
  display: none;
}

.page4 .content .right .product .item:hover .text .btn .icon2 {
  display: block;
}

@media (max-width: 600px) {
  .page4 .content .right .product .item {
    width: 48%;
    margin-left: 4%;
    margin-top: 4%;
  }

  .page4 .content .right .product .item:nth-child(3n+1) {
    margin-left: 4%;
  }

  .page4 .content .right .product .item:nth-child(2n+1) {
    margin-left: 0;
  }
}

.page4 .content .right .paging {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}

.page4 .content .right .paging .tag {
  width: 0.6rem;
  height: 0.6rem;
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #666666;
  margin-left: 0.1rem;
}

.page4 .content .right .paging .tag:nth-child(1) {
  margin-left: 0;
}

.page4 .content .right .paging .tag img {
  width: 13.3333333333%;
  height: auto;
  display: block;
}

.page4 .content .right .paging .tag .img2 {
  display: none;
}

.page4 .content .right .paging .tag:hover {
  background-color: #f7911e;
  color: #ffffff;
}

.page4 .content .right .paging .tag:hover .img1 {
  display: none;
}

.page4 .content .right .paging .tag:hover .img2 {
  display: block;
}

.page4 .content .right .paging .onTag {
  background-color: #f7911e;
  color: #ffffff;
}

.page4 .content .right .paging .onTag .img1 {
  display: none;
}

.page4 .content .right .paging .onTag .img2 {
  display: block;
}

.page4 .content .right .paging .next {
  transform: rotate(180deg);
}

@media (max-width: 900px) {
  .page4 .content .left {
    width: 100%;
  }

  .page4 .content .right {
    width: 100%;
    margin-left: 0;
    margin-top: 0.5rem;
  }
}

.page5 {
  background-color: #f8f8f8;
}

.page5 .banner {
  width: 100%;
  padding-top: 26.5625%;
  position: relative;
}

.page5 .banner img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

.page5 .banner .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
  z-index: 2;
}

.page5 .banner .text .p2 {
  line-height: 1.3333333333em;
}

.page5 .nav {
  background-color: #ffffff;
}

.page5 .nav .layout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page5 .nav .right {
  color: #666666;
  height: 0.8rem;
  display: flex;
  align-items: center;
}

.page5 .nav .right .url {
  display: flex;
  align-items: flex-end;
}

.page5 .nav .right .url a:hover {
  color: #f7911e;
}

.page5 .nav .right .icon {
  width: 17px;
  display: inline-block;
  margin-right: 0.1rem;
}

@media (max-width: 700px) {
  .page5 .nav .layout {
    width: 100%;
    max-width: 100%;
    flex-direction: column-reverse;
  }

  .page5 .nav .left {
    width: 100%;
    padding: 0 4%;
    border-top: 1px solid #eeeeee;
  }

  .page5 .nav .right {
    padding: 0 4%;
    width: 100%;
  }
}

.page5 .info {
  padding: 1rem 0;
}

.page5 .info .layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page5 .info .left {
  width: 50%;
}

.page5 .info .left .mySwiper1 {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.page5 .info .left .mySwiper1 .swiper-slide {
  padding: 0.6rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page5 .info .left .mySwiper1 .swiper-slide img {
  width: 60.2469135802%;
}

.page5 .info .left .mySwiper1 .swiper-button {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 1;
}

.page5 .info .left .mySwiper1 .swiper-button::after {
  content: "";
  width: 15%;
  height: 30%;
  background-image: url(../images/icon4.png);
  background-size: 100% 100%;
}

.page5 .info .left .mySwiper1 .swiper-button:hover {
  background-color: #f7911e;
}

.page5 .info .left .mySwiper1 .swiper-button:hover::after {
  background-image: url(../images/icon5.png);
}

.page5 .info .left .mySwiper1 .swiper-button-next::after {
  transform: rotate(180deg);
}

.page5 .info .right {
  width: 44.7530864198%;
}

.page5 .info .right .p1 {
  color: #111111;
  font-weight: bold;
}

.page5 .info .right .p2 {
  color: #666666;
  margin-top: 0.2rem;
}

.page5 .info .right .p3 {
  color: #111111;
  font-weight: bold;
  margin-top: 0.55rem;
}

.page5 .info .right .imgList {
  width: 74.2068965517%;
  margin-top: 0.15rem;
  display: flex;
}

.page5 .info .right .imgList .img1 {
  width: 65.4275092937%;
  padding-top: 38.6617100372%;
  position: relative;
}

.page5 .info .right .imgList .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.page5 .info .right .imgList .imgBox {
  margin-left: 1.8587360595%;
  width: 32.7137546468%;
}

.page5 .info .right .imgList .img2 {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.page5 .info .right .imgList .img2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.page5 .info .right .imgList .img3 {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  margin-top: 5.6818181818%;
}

.page5 .info .right .imgList .img3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.page5 .info .right .btnBox {
  margin-top: 0.8rem;
  display: flex;
}

.page5 .info .right .btnBox .btn {
  width: 2.2rem;
  height: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(90deg, #222222 0%, #666666 100%);
  border-radius: 35px;
  color: #ffffff;
  font-weight: bold;
  margin-left: 0.2rem;
  transition: all 0.5s;
}

.page5 .info .right .btnBox .btn:nth-child(1) {
  margin-left: 0;
}

.page5 .info .right .btnBox .btn img {
  width: 0.32rem;
  margin-right: 0.2rem;
}

.page5 .info .right .btnBox .btn:hover {
  transform: translateY(-5px);
}

@media (max-width: 700px) {
  .page5 .info .left {
    width: 100%;
  }

  .page5 .info .right {
    width: 100%;
  }

  .page5 .info .right .imgList {
    width: 100%;
  }
}

.page5 .tableBox {
  background-color: #ffffff;
  padding-top: 0.85rem;
  padding-bottom: 0.8rem;
}

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

.page5 .tableBox .title .h1 {
  display: inline-block;
  position: relative;
}

.page5 .tableBox .title .h1 .icon {
  width: 30.4812834225%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, -50%);
}

.page5 .tableBox .title .h2 {
  display: flex;
  align-items: center;
  margin-top: 0.35rem;
}

.page5 .tableBox .title .h2 .img {
  flex: 1;
  margin-left: 0.1rem;
}

.page5 .tableBox .title .h2 .img img {
  width: 100%;
}

.page5 .tableBox .title .h2 .img2 {
  display: none;
}

@media (max-width: 700px) {
  .page5 .tableBox .title .h2 .img1 {
    display: none;
  }

  .page5 .tableBox .title .h2 .img2 {
    display: block;
  }
}

.page5 .tableBox .table_b {
  overflow: auto;
}

.page5 .tableBox table {
  width: 100%;
  margin-top: 0.4rem;
  min-width: 1200px;
  border: none;
}

.page5 .tableBox table tr {
  width: 100%;
  display: flex;
}

/* .page5 .tableBox table tr:nth-child(1) {
  background-image: linear-gradient(90deg, #222222 0%, #666666 100%);
} */

.page5 .tableBox table .firstRow td {
  width: 100% !important;
  padding: 0 0.3rem;
  background-image: linear-gradient(90deg, #222222 0%, #666666 100%);
  height: 0.5rem;
  line-height: 0.5rem;
  color: #ffffff !important;
  text-align: left;
  border: 1px solid #303030;
  font-weight: bold;
}

@media (min-width: 1921px) {
  .page5 .tableBox table .firstRow td {
    font-size: calc(20 * 100vw / 1920);
  }
}
@media (max-width: 1920px) and (min-width: 551px) {
  .page5 .tableBox table .firstRow td {
    font-size: calc(12px + 8 * 100vw / 1920);
  }
}
@media (max-width: 550px) {
  .page5 .tableBox table .firstRow td {
    font-size: calc(12px + 8 * 550px / 1920);
  }
}

.page5 .tableBox table td {
  display: flex;
  align-items: center;
  min-height: 0.5rem;
  padding: 0.6172839506% 1.5432098765%;
  border: 1px solid #dddddd;
}

.page5 .tableBox table td:nth-child(2n+1) {
  width: 23%;
  background-color: #f8f8f8;
  color: #222222;
  display: flex;
  justify-content: center;
  text-align: center;
  word-break: initial;
}

.page5 .tableBox table td:nth-child(2n+2) {
  flex: 1;
  color: #666666;
  display: flex;
  justify-content: center;
  text-align: center;
  word-break: initial !important;
}

.page5 .characteristic {
  background-color: #ffffff;
  padding-bottom: 1rem;
}

.page5 .characteristic .title .h2 {
  display: flex;
  align-items: center;
}

.page5 .characteristic .title .h2 .img {
  flex: 1;
  margin-left: 0.1rem;
}

.page5 .characteristic .title .h2 .img img {
  width: 100%;
}

.page5 .characteristic .title .h2 .img2 {
  display: none;
}

@media (max-width: 700px) {
  .page5 .characteristic .title .h2 .img1 {
    display: none;
  }

  .page5 .characteristic .title .h2 .img2 {
    display: block;
  }
}

.page5 .characteristic .list {
  padding-top: 0.4rem;
  display: flex;
  flex-wrap: wrap;
}

.page5 .characteristic .list .item {
  padding: 0 1.8518518519%;
  padding-top: 0.5rem;
  width: 25%;
  text-align: center;
  cursor: pointer;
}

.page5 .characteristic .list .item img {
  display: inline-block;
  width: 89.8550724638%;
}

.page5 .characteristic .list .item .p1 {
  color: #666666;
  line-height: 1.3;
  margin-top: 0.65rem;
}

@media (max-width: 900px) {
  .page5 .characteristic .list .item {
    width: 48%;
    margin-left: 4%;
  }

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

.page6 .banner {
  width: 100%;
  padding-top: 26.5625%;
  position: relative;
}

.page6 .banner img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

.page6 .banner .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
  z-index: 2;
}

.page6 .banner .text .p2 {
  line-height: 1.3333333333em;
}

.page6 .nav {
  background-color: #ffffff;
  border-bottom: 1px solid #dddddd;
}

.page6 .nav .layout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page6 .nav .left {
  display: flex;
}

.page6 .nav .left .tag {
  display: block;
  margin-left: 1rem;
  height: 0.8rem;
  line-height: 0.8rem;
  position: relative;
}

.page6 .nav .left .tag:nth-child(1) {
  margin-left: 0;
}

.page6 .nav .left .tag:hover {
  color: #f7911e;
}

.page6 .nav .left .onTag {
  color: #f7911e;
}

.page6 .nav .left .onTag::after {
  content: "";
  width: 100%;
  height: 0.04rem;
  background-color: #f7911e;
  position: absolute;
  left: 0;
  top: 0;
}

.page6 .nav .right {
  color: #666666;
  height: 0.8rem;
  display: flex;
  align-items: center;
}

.page6 .nav .right .url {
  display: flex;
  align-items: flex-end;
}

.page6 .nav .right .url a:hover {
  color: #f7911e;
}

.page6 .nav .right .icon {
  width: 17px;
  display: inline-block;
  margin-right: 0.1rem;
}

@media (max-width: 700px) {
  .page6 .nav .layout {
    width: 100%;
    max-width: 100%;
    flex-direction: column-reverse;
  }

  .page6 .nav .left {
    width: 100%;
    padding: 0 4%;
    border-top: 1px solid #eeeeee;
  }

  .page6 .nav .right {
    padding: 0 4%;
    width: 100%;
  }
}

.page6 .synopsis {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.page6 .synopsis .anchor {
  position: absolute;
  top: -1.1rem;
  left: 0;
}

.page6 .synopsis .left {
  width: 50%;
  padding-top: 6.7708333333%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page6 .synopsis .left .top {
  padding-left: 15.625%;
  padding-right: 12.5%;
}

.page6 .synopsis .left .top .h1 {
  display: inline-block;
  color: #ffa200;
  position: relative;
}

.page6 .synopsis .left .top .h1::after {
  content: "";
  width: 0.5rem;
  height: 0.04rem;
  background-color: #ffa200;
  position: absolute;
  right: -0.68rem;
  top: 50%;
  transform: translateY(-50%);
}

.page6 .synopsis .left .top .h1 .icon {
  width: 30.4812834225%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, -50%);
}

.page6 .synopsis .left .top .p1 {
  color: #111111;
  font-weight: bold;
  margin-top: 0.15rem;
  line-height: 1.3;
}

.page6 .synopsis .left .top .p2 {
  color: #666666;
  line-height: 1.875em;
  margin-top: 0.33rem;
}

.page6 .synopsis .left .bottom {
  display: flex;
  margin-top: 0.2rem;
}

.page6 .synopsis .left .bottom .item {
  width: 33.3333333333%;
  padding: 0.6rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #e0e0e0;
}

.page6 .synopsis .left .bottom .item:nth-child(2) {
  background-color: #efefef;
}

.page6 .synopsis .left .bottom .item:nth-child(3) {
  background-color: #fafafa;
}

.page6 .synopsis .left .bottom .item .sum {
  display: flex;
  align-items: flex-end;
  padding-bottom: calc(0.2rem + 2px);
  position: relative;
}

.page6 .synopsis .left .bottom .item .sum::after {
  content: "";
  width: 0.15rem;
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f7911e;
}

.page6 .synopsis .left .bottom .item .sum .sum2 {
  padding-bottom: 0.1rem;
  margin-left: 0.12rem;
}

.page6 .synopsis .left .bottom .item .p1 {
  color: #666666;
  margin-top: 0.23rem;
}

.page6 .synopsis .right {
  width: 50%;
  position: relative;
}

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

.page6 .synopsis .right .icon {
  width: 10.4166666667%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  cursor: pointer;
  /*定义动画*/
}

@-webkit-keyframes shake {
  0% {
    transform: translate(-50%, calc(-50% - 5px));
  }

  33% {
    transform: translate(-50%, -50%);
  }

  66% {
    transform: translate(-50%, calc(-50% - 5px));
  }

  100% {
    transform: translate(-50%, -50%);
  }
}

@keyframes shake {
  0% {
    transform: translate(-50%, calc(-50% - 5px));
  }

  33% {
    transform: translate(-50%, -50%);
  }

  66% {
    transform: translate(-50%, calc(-50% - 5px));
  }

  100% {
    transform: translate(-50%, -50%);
  }
}

.page6 .synopsis .right .icon:hover {
  -webkit-animation: shake 1s ease-in-out 1;
  animation: shake 1s ease-in-out 1;
}

@media (max-width: 900px) {
  .page6 .synopsis .left {
    width: 100%;
  }

  .page6 .synopsis .left .top {
    padding: 0 8%;
  }

  .page6 .synopsis .right {
    width: 100%;
  }
}

.page6 .manufacture {
  position: relative;
  min-height: 9.4rem;
  display: flex;
  flex-wrap: wrap;
}

.page6 .manufacture .anchor {
  position: absolute;
  top: -1.1rem;
  left: 0;
}

.page6 .manufacture .bannerImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
}

.page6 .manufacture .isBannerImg {
  opacity: 1;
}

.page6 .manufacture .left {
  z-index: 2;
  width: 50%;
  padding-left: 7.8125%;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  display: none;
}

.page6 .manufacture .left .h1 {
  display: inline-block;
  position: relative;
  color: #ffffff;
}

.page6 .manufacture .left .h1 .icon {
  width: 1em;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, -50%);
}

.page6 .manufacture .left .p1 {
  color: #ffffff;
  font-weight: bold;
  margin-top: 0.15rem;
}

.page6 .manufacture .isLeft {
  display: flex;
}

.page6 .manufacture .right {
  width: 50%;
  display: flex;
  z-index: 2;
}

.page6 .manufacture .right .text {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 5.2083333333%;
  padding-top: 30.8510638298%;
  padding-bottom: 0.4rem;
}

.page6 .manufacture .right .text:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.page6 .manufacture .right .text .icon {
  width: auto;
  height: 0.5rem;
}

.page6 .manufacture .right .text .icon img {
  width: auto;
  height: 0.5rem;
}

.page6 .manufacture .right .text .p1 {
  color: #ffffff;
  margin-top: 0.35rem;
}

.page6 .manufacture .right .text .p2 {
  line-height: 1.875em;
  color: #ffffff;
  margin-top: 0.25rem;
}

@media (max-width: 900px) {
  .page6 .manufacture .left {
    width: 100%;
    padding: 0.5rem 8%;
  }

  .page6 .manufacture .right {
    width: 100%;
  }

  .page6 .manufacture .right .text {
    padding: 5.2083333333%;
    background-color: rgba(0, 0, 0, 0) !important;
  }
}

@media (max-width: 600px) {
  .page6 .manufacture .right {
    flex-wrap: wrap;
  }

  .page6 .manufacture .right .text {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 600px) {
  .page6 .manufacture {
    padding: 1rem 0;
  }
}

.page6 .develop {
  padding-top: 0.8rem;
  padding-bottom: 1.9rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}

.page6 .develop .anchor {
  position: absolute;
  top: -1.5rem;
  left: 0;
}

.page6 .develop .title {
  display: inline-block;
  position: relative;
}

.page6 .develop .title .icon {
  width: 30.4812834225%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, -50%);
}

.page6 .develop .mySwiper1 {
  position: relative;
  overflow: hidden;
  margin-top: 0.5rem;
}

.page6 .develop .mySwiper1 .swiper-slide {
  height: auto;
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
}

.page6 .develop .mySwiper1 .swiper-slide .img {
  width: 50%;
}

.page6 .develop .mySwiper1 .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page6 .develop .mySwiper1 .swiper-slide .text {
  width: 50%;
  padding-left: 5.2083333333%;
  padding-right: 7.8125%;
  padding-top: 0.4rem;
}

.page6 .develop .mySwiper1 .swiper-slide .text .p2 {
  line-height: 2;
  margin-top: 0.4rem;
}

.page6 .develop .mySwiper1 .button {
  position: absolute;
  bottom: 0.5rem;
  left: 55.2083333333%;
  display: flex;
  z-index: 5;
}

.page6 .develop .mySwiper1 .button .swiperBtn {
  width: 0.6rem;
  height: 0.6rem;
  display: flex;
  background-color: #f8f8f8;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.page6 .develop .mySwiper1 .button .swiperBtn::after {
  content: "";
  width: 11.6666666667%;
  height: 20%;
  background-image: url(../images/icon4.png);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: 100% 100%;
}

.page6 .develop .mySwiper1 .button .swiperBtn:hover {
  background-color: #ff8f39;
}

.page6 .develop .mySwiper1 .button .swiperBtn:hover::after {
  background-image: url(../images/icon5.png);
}

.page6 .develop .mySwiper1 .button .swiper-next {
  margin-left: 0.1rem;
}

.page6 .develop .mySwiper1 .button .swiper-next::after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.page6 .develop .mySwiper1 .swiper-pagination {
  top: 0;
  left: auto;
  right: 0;
  width: 2px;
  background-color: #dddddd;
  margin-right: 6px;
}

.page6 .develop .mySwiper1 .swiper-pagination .swiper-pagination-progressbar-fill {
  display: block;
  background-color: #f68a24;
}

@media (max-width: 900px) {
  .page6 .develop .mySwiper1 .swiper-slide .img {
    width: 100%;
  }

  .page6 .develop .mySwiper1 .swiper-slide .text {
    width: 100%;
    padding: 4%;
    background-color: #f8f8f8;
    padding-bottom: 1.1rem;
  }

  .page6 .develop .mySwiper1 .button {
    right: 0.2rem;
    left: auto;
  }

  .page6 .develop .mySwiper1 .button .swiperBtn {
    background-color: #fff;
  }

  .page6 .develop .mySwiper1 .swiper-pagination {
    display: none;
  }
}

@media (max-width: 900px) {
  .page6 .develop .layout {
    padding: 0 3%;
  }
}

.page6 .develop .bannerImg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}

.page6 .develop .threeCanvas1 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

.page7 .banner {
  width: 100%;
  padding-top: 26.5625%;
  position: relative;
}

.page7 .banner img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

.page7 .banner .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
  z-index: 2;
}

.page7 .banner .text .p2 {
  line-height: 1.3333333333em;
}

.page7 .nav {
  background-color: #ffffff;
  border-bottom: 1px solid #dddddd;
}

.page7 .nav .layout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page7 .nav .left {
  display: flex;
}

.page7 .nav .left .tag {
  display: block;
  margin-left: 1rem;
  height: 0.8rem;
  line-height: 0.8rem;
  position: relative;
}

.page7 .nav .left .tag:nth-child(1) {
  margin-left: 0;
}

.page7 .nav .left .tag:hover {
  color: #f7911e;
}

.page7 .nav .left .onTag {
  color: #f7911e;
}

.page7 .nav .left .onTag::after {
  content: "";
  width: 100%;
  height: 0.04rem;
  background-color: #f7911e;
  position: absolute;
  left: 0;
  top: 0;
}

.page7 .nav .right {
  color: #666666;
  height: 0.8rem;
  display: flex;
  align-items: center;
}

.page7 .nav .right .url {
  display: flex;
  align-items: flex-end;
}

.page7 .nav .right .url a:hover {
  color: #f7911e;
}

.page7 .nav .right .icon {
  width: 17px;
  display: inline-block;
  margin-right: 0.1rem;
}

@media (max-width: 700px) {
  .page7 .nav .layout {
    width: 100%;
    max-width: 100%;
    flex-direction: column-reverse;
  }

  .page7 .nav .left {
    width: 100%;
    padding: 0 4%;
    border-top: 1px solid #eeeeee;
  }

  .page7 .nav .right {
    padding: 0 4%;
    width: 100%;
  }
}

.page7 .develop {
  padding-top: 1rem;
  padding-bottom: 1.9rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}

.page7 .develop .info {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.page7 .develop .info .mySwiper1 {
  width: 50%;
  overflow: hidden;
}

.page7 .develop .info .mySwiper1 .img {
  width: 100%;
  padding-top: calc(510 / 810 * 100%);
  overflow: hidden;
  position: relative;
}

.page7 .develop .info .mySwiper1 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.page7 .develop .info .mySwiper1 .swiper-pagination {
  top: 0;
  left: auto;
  right: 0;
  width: 2px;
  background-color: #dddddd;
  margin-right: 6px;
}

.page7 .develop .info .mySwiper1 .swiper-pagination .swiper-pagination-progressbar-fill {
  display: block;
  background-color: #f68a24;
}

.page7 .develop .info .text {
  width: 50%;
  padding-left: 5.2083333333%;
  padding-right: 9.8958333333%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.page7 .develop .info .text .p1 {
  display: inline-block;
  position: relative;
  color: #111111;
}

.page7 .develop .info .text .p1 .icon {
  width: 30.4812834225%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, -50%);
}

.page7 .develop .info .text .p2 {
  height: 5.625em; overflow-y: auto;
  line-height: 1.875em;
  margin-top: 0.43rem;
  color: #333333;
  display: block;
}

.page7 .develop .info .text .p3 {
  line-height: 1.5em;
  margin-top: 0.5rem;
  color: #111111;
}

.page7 .develop .info .text .button {
  display: flex;
  z-index: 5;
  margin-top: 0.6rem;
}

.page7 .develop .info .text .button .swiperBtn {
  width: 0.6rem;
  height: 0.6rem;
  display: flex;
  background-color: #f8f8f8;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.page7 .develop .info .text .button .swiperBtn::after {
  content: "";
  width: 11.6666666667%;
  height: 20%;
  background-image: url(../images/icon4.png);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: 100% 100%;
}

.page7 .develop .info .text .button .swiperBtn:hover {
  background-color: #ff8f39;
}

.page7 .develop .info .text .button .swiperBtn:hover::after {
  background-image: url(../images/icon5.png);
}

.page7 .develop .info .text .button .swiper-next {
  margin-left: 0.1rem;
}

.page7 .develop .info .text .button .swiper-next::after {
  transform: translate(-50%, -50%) rotate(180deg);
}

@media (max-width: 900px) {
  .page7 .develop .info .mySwiper1 {
    width: 100%;
  }

  .page7 .develop .info .mySwiper1 .swiper-pagination {
    display: none;
  }

  .page7 .develop .info .text {
    width: 100%;
    padding: 6%;
    padding-left: 9%;
    background-color: #f8f8f8;
  }
  .page7 .develop .info .text .p2{
    height: auto;
  }

  .page7 .develop .info .text .button {
    right: 0.2rem;
    left: auto;
  }

  .page7 .develop .info .text .button .swiperBtn {
    background-color: #fff;
  }
}

@media (max-width: 900px) {
  .page7 .develop .layout {
    padding: 0 3%;
  }
}

.page7 .develop .bannerImg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.page8 .banner {
  width: 100%;
  padding-top: 26.5625%;
  position: relative;
}

.page8 .banner img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

.page8 .banner .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
  z-index: 2;
}

.page8 .banner .text .p2 {
  line-height: 1.3333333333em;
}

.page8 .nav {
  background-color: #ffffff;
}

.page8 .nav .layout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page8 .nav .left {
  display: flex;
}

.page8 .nav .left .tag {
  display: block;
  margin-left: 1rem;
  height: 0.8rem;
  line-height: 0.8rem;
  position: relative;
}

.page8 .nav .left .tag:nth-child(1) {
  margin-left: 0;
}

.page8 .nav .left .tag:hover {
  color: #f7911e;
}

.page8 .nav .left .onTag {
  color: #f7911e;
}

.page8 .nav .left .onTag::after {
  content: "";
  width: 100%;
  height: 0.04rem;
  background-color: #f7911e;
  position: absolute;
  left: 0;
  top: 0;
}

.page8 .nav .right {
  color: #666666;
  height: 0.8rem;
  display: flex;
  align-items: center;
}

.page8 .nav .right .url {
  display: flex;
  align-items: flex-end;
}

.page8 .nav .right .url a:hover {
  color: #f7911e;
}

.page8 .nav .right .icon {
  width: 17px;
  display: inline-block;
  margin-right: 0.1rem;
}

@media (max-width: 700px) {
  .page8 .nav .layout {
    width: 100%;
    max-width: 100%;
    flex-direction: column-reverse;
  }

  .page8 .nav .left {
    width: 100%;
    padding: 0 4%;
    border-top: 1px solid #eeeeee;
  }

  .page8 .nav .right {
    padding: 0 4%;
    width: 100%;
  }
}

.page8 .videoList {
  background-color: #f8f8f8;
  padding-top: 0.2rem;
  padding-bottom: 1rem;
}

.page8 .videoList .list {
  display: flex;
  flex-wrap: wrap;
}

.page8 .videoList .list .item {
  width: 23.4567901235%;
  margin-left: 2.037037037%;
  margin-top: 0.3rem;
  padding-bottom: 0.3rem;
  cursor: pointer;
  /*定义动画*/
}

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

.page8 .videoList .list .item .img {
  width: 100%;
  position: relative;
}

.page8 .videoList .list .item .img .bannerImg {
  width: 100%;
}

.page8 .videoList .list .item .img .icon {
  width: 15.7894736842%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page8 .videoList .list .item .p1 {
  color: #222222;
  text-align: center;
  line-height: 1.6666666667em;
  margin-top: 0.15rem;
}

@keyframes shake {
  0% {
    transform: translate(-50%, calc(-50% - 5px));
  }

  33% {
    transform: translate(-50%, -50%);
  }

  66% {
    transform: translate(-50%, calc(-50% - 5px));
  }

  100% {
    transform: translate(-50%, -50%);
  }
}

.page8 .videoList .list .item:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 10px;
}

.page8 .videoList .list .item:hover .img .icon {
  -webkit-animation: shake 1s ease-in-out 1;
  animation: shake 1s ease-in-out 1;
}

.page8 .videoList .list .item:hover .p1 {
  color: #f7911e;
}

@media (max-width: 900px) {
  .page8 .videoList .list .item {
    width: 32%;
    margin-left: 2%;
  }

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

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

@media (max-width: 600px) {
  .page8 .videoList .list .item {
    width: 48%;
    margin-left: 4% !important;
  }

  .page8 .videoList .list .item:nth-child(2n+1) {
    margin-left: 0 !important;
  }
}

.page8 .videoList .paging {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}

.page8 .videoList .paging .tag {
  width: 0.6rem;
  height: 0.6rem;
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #666666;
  margin-left: 0.1rem;
}

.page8 .videoList .paging .tag:nth-child(1) {
  margin-left: 0;
}

.page8 .videoList .paging .tag img {
  width: 13.3333333333%;
  height: auto;
  display: block;
}

.page8 .videoList .paging .tag .img2 {
  display: none;
}

.page8 .videoList .paging .tag:hover {
  background-color: #f7911e;
  color: #ffffff;
}

.page8 .videoList .paging .tag:hover .img1 {
  display: none;
}

.page8 .videoList .paging .tag:hover .img2 {
  display: block;
}

.page8 .videoList .paging .onTag {
  background-color: #f7911e;
  color: #ffffff;
}

.page8 .videoList .paging .onTag .img1 {
  display: none;
}

.page8 .videoList .paging .onTag .img2 {
  display: block;
}

.page8 .videoList .paging .next {
  transform: rotate(180deg);
}

.page9 .banner {
  width: 100%;
  padding-top: 26.5625%;
  position: relative;
}

.page9 .banner img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

.page9 .banner .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
  z-index: 2;
}

.page9 .banner .text .p2 {
  line-height: 1.3333333333em;
}

.page9 .nav {
  background-color: #ffffff;
  border-bottom: 1px solid #dddddd;
}

.page9 .nav .layout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page9 .nav .left {
  display: flex;
}

.page9 .nav .left .tag {
  display: block;
  margin-left: 1rem;
  height: 0.8rem;
  line-height: 0.8rem;
  position: relative;
}

.page9 .nav .left .tag:nth-child(1) {
  margin-left: 0;
}

.page9 .nav .left .tag:hover {
  color: #f7911e;
}

.page9 .nav .left .onTag {
  color: #f7911e;
}

.page9 .nav .left .onTag::after {
  content: "";
  width: 100%;
  height: 0.04rem;
  background-color: #f7911e;
  position: absolute;
  left: 0;
  top: 0;
}

.page9 .nav .right {
  color: #666666;
  height: 0.8rem;
  display: flex;
  align-items: center;
}

.page9 .nav .right .url {
  display: flex;
  align-items: flex-end;
}

.page9 .nav .right .url a:hover {
  color: #f7911e;
}

.page9 .nav .right .icon {
  width: 17px;
  display: inline-block;
  margin-right: 0.1rem;
}

@media (max-width: 700px) {
  .page9 .nav .layout {
    width: 100%;
    max-width: 100%;
    flex-direction: column-reverse;
  }

  .page9 .nav .left {
    width: 100%;
    padding: 0 4%;
    border-top: 1px solid #eeeeee;
  }

  .page9 .nav .right {
    padding: 0 4%;
    width: 100%;
  }
}

.page9 .idea {
  padding-top: 1rem;
  padding-bottom: 1.7rem;
  position: relative;
}

.page9 .idea .bannerColor {
  width: 58.0729166667%;
  height: 100%;
  background-color: #f8f8f8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.page9 .idea .layout {
  display: flex;
  position: relative;
  z-index: 2;
}

.page9 .idea .layout .left {
  width: 49.3827160494%;
}

.page9 .idea .layout .left .h1 {
  display: inline-block;
  position: relative;
}

.page9 .idea .layout .left .h1 .icon {
  width: 30.4812834225%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, -50%);
}

.page9 .idea .layout .left .text {
  width: 100%;
  min-height: 4.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 7.5%;
  background-color: #ffffff;
  margin-top: 0.6rem;
  z-index: 2;
  position: relative;
}

.page9 .idea .layout .left .text .p2 {
  line-height: 1.875em;
  color: #666666;
  margin-top: 0.3rem;
}

.page9 .idea .layout .left .bannerBox {
  width: 55.5555555556%;
  padding-top: 35.8024691358%;
  max-width: none;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.page9 .idea .layout .left .bannerBox .banner {
  width: 100%;
  height: 100%;
  padding-top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  right: 0;
}

.page9 .idea .layout .left .bannerBox .icon {
  width: 22.2222222222%;
  position: absolute;
  bottom: 0;
  right: 82.2222222222%;
  transform: translateY(35%);
}

.page9 .idea .layout .left .icon1 {
  position: absolute;
}

@media (max-width: 700px) {
  .page9 .idea .layout .left {
    width: 100%;
  }

  .page9 .idea .layout .left .bannerBox {
    position: initial;
    width: 100%;
    padding-top: 0;
  }

  .page9 .idea .layout .left .bannerBox .banner {
    position: initial;
  }

  .page9 .idea .layout .left .bannerBox .icon {
    display: none;
  }
}

@media (max-width: 700px) {
  .page9 .idea .bannerColor {
    width: 100%;
  }

  .page9 .idea .layout {
    padding: 0 4%;
  }
}

.page9 .welfare {
  padding-top: 1rem;
  padding-bottom: 2.5rem;
  background-image: url(../images/banner47.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.page9 .welfare .anchor {
  position: absolute;
  top: -1.1rem;
  left: 0;
}

.page9 .welfare .h1 {
  display: inline-block;
  position: relative;
  color: #ffffff;
}

.page9 .welfare .h1 .icon {
  width: 30.4812834225%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, -50%);
}

.page9 .welfare .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.64rem;
}

.page9 .welfare .list .item {
  background-color: #f8f8f8;
  width: 14.8148148148%;
  margin-left: 2.2222222222%;
  margin-top: 2.2222222222%;
  text-align: center;
  padding: 0.55rem 0;
  transition: all 0.5s;
}

.page9 .welfare .list .item:nth-child(1) {
  margin-left: 0;
}

.page9 .welfare .list .item .icon {
  width: auto;
  height: 0.67rem;
}

.page9 .welfare .list .item .name {
  font-weight: bold;
  color: #111111;
  margin-top: 0.35rem;
}

.page9 .welfare .list .item:hover {
  transform: translateY(-5px);
  box-shadow: rgba(255, 255, 255, 0.8) 0px 3px 10px;
}

@media (max-width: 900px) {
  .page9 .welfare .list .item {
    width: 32%;
    margin-left: 2%;
  }

  .page9 .welfare .list .item:nth-child(1) {
    margin-left: 2%;
  }

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

@media (max-width: 900px) {
  .page9 .welfare .layout {
    padding: 0 4%;
  }

  .page9 .welfare .list {
    margin-top: 0.5rem;
  }
}

@media (max-width: 900px) {
  .page9 .welfare {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.page9 .environment {
  padding-top: 1rem;
  padding-bottom: 1.1rem;
  position: relative;
}

.page9 .environment .anchor {
  position: absolute;
  top: -1.1rem;
  left: 0;
}

.page9 .environment .h1 {
  display: inline-block;
  position: relative;
}

.page9 .environment .h1 .icon {
  width: 30.4812834225%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, -50%);
}

.page9 .environment .mySwiper1 {
  margin-top: 0.5rem;
  position: relative;
}

.page9 .environment .mySwiper1 .swiper-slide {
  width: 50%;
  height: auto;
}

.page9 .environment .mySwiper1 .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page9 .environment .mySwiper1 .swiperBtn {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  transform: translateY(-50%);
}

.page9 .environment .mySwiper1 .swiperBtn:hover {
  background-color: #f7911e;
}

.page9 .environment .mySwiper1 .swiperBtn:hover::after {
  background-image: url(../images/icon5.png);
}

.page9 .environment .mySwiper1 .swiper-prev {
  position: absolute;
  top: 50%;
  left: 0.5rem;
  background-color: #ffffff;
  z-index: 2;
  cursor: pointer;
}

.page9 .environment .mySwiper1 .swiper-prev::after {
  content: "";
  display: block;
  width: 15%;
  height: 30%;
  background-image: url(../images/icon4.png);
  background-size: 100% 100%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page9 .environment .mySwiper1 .swiper-next {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  background-color: #ffffff;
  z-index: 2;
  cursor: pointer;
}

.page9 .environment .mySwiper1 .swiper-next::after {
  content: "";
  display: block;
  width: 15%;
  height: 30%;
  background-image: url(../images/icon4.png);
  background-size: 100% 100%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
}

.page9 .environment .mySwiper1 .swiper-pagination {
  display: none;
}

.page9 .environment .mySwiper1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f7911e;
}

@media (max-width: 700px) {
  .page9 .environment .layout {
    padding: 0 4%;
  }

  .page9 .environment .swiperBox {
    padding: 5%;
  }

  .page9 .environment .swiperBox .mySwiper1 {
    overflow: hidden;
    padding-bottom: 40px;
  }

  .page9 .environment .swiperBox .mySwiper1 .swiperBtn {
    display: none;
  }

  .page9 .environment .swiperBox .mySwiper1 .swiper-pagination {
    display: block;
  }
}

@media (max-width: 700px) {
  .page9 .environment {
    padding: 0.5rem 0;
  }
}

.page9 .post {
  padding-top: 1rem;
  padding-bottom: 2.25rem;
  background-image: url(../images/banner51.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.page9 .post .anchor {
  position: absolute;
  top: -1.1rem;
  left: 0;
}

.page9 .post .h1 {
  display: inline-block;
  position: relative;
}

.page9 .post .h1 .icon {
  width: 30.4812834225%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, -50%);
}

.page9 .post .swiperBox {
  position: relative;
}

.page9 .post .swiperBox .swiperBtn {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  transform: translateY(-50%);
}

.page9 .post .swiperBox .swiperBtn:hover {
  background-color: #f7911e;
}

.page9 .post .swiperBox .swiperBtn:hover::after {
  background-image: url(../images/icon5.png);
}

.page9 .post .swiperBox .swiper-prev {
  position: absolute;
  top: 50%;
  left: 0.5rem;
  background-color: #ffffff;
  z-index: 2;
  cursor: pointer;
}

.page9 .post .swiperBox .swiper-prev::after {
  content: "";
  display: block;
  width: 15%;
  height: 30%;
  background-image: url(../images/icon4.png);
  background-size: 100% 100%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page9 .post .swiperBox .swiper-next {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  background-color: #ffffff;
  z-index: 2;
  cursor: pointer;
}

.page9 .post .swiperBox .swiper-next::after {
  content: "";
  display: block;
  width: 15%;
  height: 30%;
  background-image: url(../images/icon4.png);
  background-size: 100% 100%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
}

@media (max-width: 900px) {
  .page9 .post .swiperBox .swiperBtn {
    display: none;
  }
}

.page9 .post .mySwiper2 {
  margin-top: 1.45rem;
  overflow: hidden;
  padding-bottom: 0.1rem;
}

.page9 .post .mySwiper2 .swiper-slide {
  display: block;
  height: auto;
}

.page9 .post .mySwiper2 .swiper-slide .box {
  background-color: #ffffff;
  padding: 7.8125%;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page9 .post .mySwiper2 .swiper-slide .box .p1 {
  color: #222222;
}

.page9 .post .mySwiper2 .swiper-slide .box .p2 {
  display: flex;
  margin-top: 0.29rem;
  flex-wrap: wrap;
}

.page9 .post .mySwiper2 .swiper-slide .box .p2 span {
  padding: 0 0.2rem;
}

.page9 .post .mySwiper2 .swiper-slide .box .p2 span:nth-child(1) {
  padding-left: 0;
}

.page9 .post .mySwiper2 .swiper-slide .box .p2 .t1 {
  color: #e70000;
}

.page9 .post .mySwiper2 .swiper-slide .box .p2 .t2 {
  position: relative;
  color: #666666;
}

.page9 .post .mySwiper2 .swiper-slide .box .p2 .t2::after {
  content: "";
  display: block;
  width: 1px;
  height: 0.8em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #dddddd;
}

.page9 .post .mySwiper2 .swiper-slide .box .p3 {
  display: flex;
  margin-top: 0.2rem;
  flex-wrap: wrap;
}

.page9 .post .mySwiper2 .swiper-slide .box .p3 .tag {
  margin-right: 0.1rem;
  padding: 0.08rem 0.1rem;
  border: solid 1px #f7911e;
  background-color: #ffe6c9;
  color: #f7911e;
  margin-top: 0.1rem;
  border-radius: 0.03rem;
}

.page9 .post .mySwiper2 .swiper-slide .box .time {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
}

.page9 .post .mySwiper2 .swiper-slide .box .time .details {
  display: flex;
  align-items: baseline;
}

.page9 .post .mySwiper2 .swiper-slide .box .time .details img {
  width: 13px;
  margin-left: 8px;
}

.page9 .post .mySwiper2 .swiper-slide .box .time .details .icon2 {
  display: none;
}

.page9 .post .mySwiper2 .swiper-slide .box::after {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #f7911e;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
}

.page9 .post .mySwiper2 .swiper-slide:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 10px;
}

.page9 .post .mySwiper2 .swiper-slide:hover .box .p1 {
  color: #f7911e;
}

.page9 .post .mySwiper2 .swiper-slide:hover .box .time {
  color: #f7911e;
}

.page9 .post .mySwiper2 .swiper-slide:hover .box .time .details .icon1 {
  display: none;
}

.page9 .post .mySwiper2 .swiper-slide:hover .box .time .details .icon2 {
  display: block;
}

.page9 .post .mySwiper2 .swiper-slide:hover .box::after {
  width: 100%;
}

.page9 .post .mySwiper2 .swiper-pagination {
  display: none;
}

.page9 .post .mySwiper2 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f7911e;
}

@media (max-width: 700px) {
  .page9 .post .layout1 {
    padding: 0 4%;
  }

  .page9 .post .mySwiper2 {
    margin-top: 0.5rem;
    padding-bottom: 40px;
  }

  .page9 .post .mySwiper2 .swiper-pagination {
    display: block;
  }
}

@media (max-width: 700px) {
  .page9 .post {
    padding-bottom: 1rem;
  }
}

.page10 .banner {
  position: relative;
}

.page10 .banner img {
  width: 100%;
}

.page10 .banner .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
}

.page10 .banner .text .p2 {
  line-height: 1.3333333333em;
}

.page10 .nav {
  background-color: #ffffff;
  border-bottom: 1px solid #dddddd;
}

.page10 .nav .layout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page10 .nav .left {
  display: flex;
}

.page10 .nav .left .tag {
  display: block;
  margin-left: 1rem;
  height: 0.8rem;
  line-height: 0.8rem;
  position: relative;
}

.page10 .nav .left .tag:nth-child(1) {
  margin-left: 0;
}

.page10 .nav .left .tag:hover {
  color: #f7911e;
}

.page10 .nav .left .onTag {
  color: #f7911e;
}

.page10 .nav .left .onTag::after {
  content: "";
  width: 100%;
  height: 0.04rem;
  background-color: #f7911e;
  position: absolute;
  left: 0;
  top: 0;
}

.page10 .nav .right {
  color: #666666;
  height: 0.8rem;
  display: flex;
  align-items: center;
}

.page10 .nav .right .url {
  display: flex;
  align-items: flex-end;
}

.page10 .nav .right .url a:hover {
  color: #f7911e;
}

.page10 .nav .right .icon {
  width: 17px;
  display: inline-block;
  margin-right: 0.1rem;
}

@media (max-width: 700px) {
  .page10 .nav .layout {
    width: 100%;
    max-width: 100%;
    flex-direction: column-reverse;
  }

  .page10 .nav .left {
    width: 100%;
    padding: 0 4%;
    border-top: 1px solid #eeeeee;
  }

  .page10 .nav .right {
    padding: 0 4%;
    width: 100%;
  }
}

.page10 .info {
  padding-top: 0.7rem;
  padding-bottom: 1rem;
}

.page10 .info .top {
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #dddddd;
}

.page10 .info .top .t1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.page10 .info .top .t1 .p1 {
  margin-top: 0.1rem;
}

.page10 .info .top .t1 .p2 {
  margin-top: 0.1rem;
  display: flex;
  flex-wrap: wrap;
}

.page10 .info .top .t1 .p2 span {
  padding: 0 0.2rem;
}

.page10 .info .top .t1 .p2 span:nth-child(1) {
  padding-left: 0;
}

.page10 .info .top .t1 .p2 .p_t1 {
  color: #e70000;
}

.page10 .info .top .t1 .p2 .p_t2 {
  position: relative;
  color: #666666;
}

.page10 .info .top .t1 .p2 .p_t2::after {
  content: "";
  display: block;
  width: 1px;
  height: 0.8em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #dddddd;
}

@media (max-width: 700px) {
  .page10 .info .top .t1 .p2 {
    width: 100%;
  }
}

.page10 .info .top .t2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.2rem;
}

.page10 .info .top .t2 .p3 {
  display: flex;
  flex-wrap: wrap;
}

.page10 .info .top .t2 .p3 .tag {
  margin-right: 0.1rem;
  padding: 0.08rem 0.1rem;
  border: solid 1px #f7911e;
  background-color: #ffe6c9;
  color: #f7911e;
  margin-top: 0.1rem;
  border-radius: 0.03rem;
}

.page10 .info .top .t2 .p4 {
  margin-top: 0.1rem;
  color: #666666;
}

@media (max-width: 700px) {
  .page10 .info .top .t2 .p4 {
    width: 100%;
  }
}

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

.page10 .info .bottom p {
  margin-top: 0.1rem;
  color: #666666;
  line-height: 1.5;
}

.page10 .info .bottom .b1 {
  color: #666666;
  font-weight: bold;
  margin-top: 0.2rem;
}

.page10 .info .bottom .b2 {
  margin-top: 0.1rem;
  color: #666666;
  line-height: 1.5;
}

.page11 .banner {
  position: relative;
}

.page11 .banner img {
  width: 100%;
}

.page11 .banner .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
}

.page11 .banner .text .p2 {
  line-height: 1.3333333333em;
}

.page11 .nav {
  background-color: #ffffff;
  border-bottom: 1px solid #dddddd;
}

.page11 .nav .layout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page11 .nav .left {
  display: flex;
}

.page11 .nav .left .tag {
  display: block;
  margin-left: 1rem;
  height: 0.8rem;
  line-height: 0.8rem;
  position: relative;
}

.page11 .nav .left .tag:nth-child(1) {
  margin-left: 0;
}

.page11 .nav .left .tag:hover {
  color: #f7911e;
}

.page11 .nav .left .onTag {
  color: #f7911e;
}

.page11 .nav .left .onTag::after {
  content: "";
  width: 100%;
  height: 0.04rem;
  background-color: #f7911e;
  position: absolute;
  left: 0;
  top: 0;
}

.page11 .nav .right {
  color: #666666;
  height: 0.8rem;
  display: flex;
  align-items: center;
}

.page11 .nav .right .url {
  display: flex;
  align-items: flex-end;
}

.page11 .nav .right .url a:hover {
  color: #f7911e;
}

.page11 .nav .right .icon {
  width: 17px;
  display: inline-block;
  margin-right: 0.1rem;
}

@media (max-width: 700px) {
  .page11 .nav .layout {
    width: 100%;
    max-width: 100%;
    flex-direction: column-reverse;
  }

  .page11 .nav .left {
    width: 100%;
    padding: 0 4%;
    border-top: 1px solid #eeeeee;
  }

  .page11 .nav .right {
    padding: 0 4%;
    width: 100%;
  }
}

.page11 .mapBox {
  padding-top: 0.7rem;
}
.page11 .mapBox:last-child{
  padding-bottom: 1rem;
}

.page11 .mapBox .layout {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.page11 .mapBox .text {
    width: 33.5%;
}
.page11 .title{
  padding-top: 0.8rem;
}

.page11 .title .h1 {
  display: inline-block;
  position: relative;
}

.page11 .title .h1 .icon {
  width: 30.4812834225%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, -50%);
}

.page11 .title .p1 {
  margin-top: 0.22rem;
  line-height: 1.8em;
}


.page11 .mapBox .text .icon {
  display: flex;
  margin-top: 0.2rem;
}

.page11 .mapBox .text .icon img {
  width: 0.7rem;
  min-width: 50px;
  height: auto;
  margin-right: 0.2rem;
}

.page11 .mapBox .text .icon .t1 {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.page11 .mapBox .text .icon .t1 .t_p1 {
  color: #999999;
}

.page11 .mapBox .text .icon .t1 .t_p2 {
  color: #222222;
}

.page11 .mapBox .map {
  flex: 1;
  /* height: 6.2rem; */
  margin-left: 0.8rem;
  position: relative;
}

.page11 .mapBox .map img {
  width: 100%;
  transition: .3s;
  /* height: 100%; */
  /* -o-object-fit: cover; */
  /* object-fit: cover; */
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  /* object-fit: cover; */
}
.page11 .mapBox .map:hover img {
  transform: scale(1.05);
  box-shadow: 0 0 0.2rem 0 #dbdbdb;
}

@media (max-width: 900px) {
  .page11 .mapBox .text {
    width: 100%;
    /* padding: 0 4%; */
  }

  .page11 .mapBox .map {
    flex: auto;
    width: 100%;
    margin-left: 0;
    margin-top: 0.5rem;
  }
}

.page4 .left .ul1 {
  padding: 0 0.3rem;
  background-color: #fff;
}
.page4 .left .li1 {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.page4 .left .li1.on .icon .i1 {
  display: none;
}
.page4 .left .li1.on .icon .i2 {
  display: block;
}
.page4 .left .li1.on .a1 {
  color: #ff8f39;
}
.page4 .left .li1.on .arw {
  transform: translateY(-50%) rotate(90deg);
  background-color: #ff8f39 !important;
  transition: all 0.3s !important;
}
.page4 .left .li1.show .icon .i1 {
  display: none;
}
.page4 .left .li1.show .icon .i2 {
  display: block;
}
.page4 .left .li1.show .a1 {
  color: #ff8f39;
}
.page4 .left .li1.show .arw {
  transform: translateY(-50%) rotate(90deg);
  background-color: #ff8f39;
  transition: all 0.3s;
}
.page4 .left .dt {
  padding: 0.3rem 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page4 .left .arw {
  position: absolute;
  top: 50%;
  right: 0.1rem;
  transform: translateY(-50%);
  width: 0.3rem;
  display: inline-flex;
  align-items: center;
  transform-origin: center;
  -webkit-mask-image: url(../images/icon18.png);
          mask-image: url(../images/icon18.png);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #222;
  transition: all 0.3s;
}
.page4 .left .arw img {
  opacity: 0;
}
.page4 .left .a1 {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.page4 .left .icon {
  display: inline-flex;
  align-items: center;
  width: 0.3rem;
  margin-right: 0.13rem;
}
.page4 .left .icon img {
  width: 100%;
}
.page4 .left .icon .i2 {
  display: none;
}
.page4 .left .ul2 {
  display: none;
}
.page4 .left .show .ul2 {
  display: block;
}
.page4 .left .li2 {
  margin-bottom: 0.16rem;
}
.page4 .left .a2 {
  display: block;
  padding-left: 0.43rem;
}
.page4 .left .a2.on, .page4 .left .a2:hover {
  color: #ff8f39;
}
