.w1720 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  padding-left: 5.2vw;
  padding-right: 5.2vw;
  width: 100%;
}
html,
body {
  scroll-behavior: smooth;
}
.h98 {
  height: 0.98rem;
}
.maodian {
  position: relative;
  top: -1rem;
}
.HeaderContainer {
  background: #ffffff;
  position: -webkit-sticky;
  position: sticky;
  z-index: 7;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);
}
.HeaderContainer .box .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.HeaderContainer .box .logo a {
  display: block;
}
.HeaderContainer .box .logo a img {
  height: 80px;
}
.HeaderContainer .box .column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.HeaderContainer .box .column nav {
  margin-right: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.HeaderContainer .box .column nav .item {
  padding: 0 0.3rem;
}
.HeaderContainer .box .column nav .item > p a {
  display: block;
  line-height: 1rem;
  font-size: 16px;
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.HeaderContainer .box .column nav .item:hover .ProductSelsct {
  display: block;
}
.HeaderContainer .box .column nav .item:hover .AboutSelect {
  display: block;
}
.HeaderContainer .box .column nav .item.active > p a {
  color: #00358d;
}
.HeaderContainer .box .column .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.HeaderContainer .box .column .button .language {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.HeaderContainer .box .column .button .language > p a {
  display: block;
}
.HeaderContainer .box .column .button .language > p a img {
  width: 24px;
}
.HeaderContainer .box .column .button .menu {
  margin-left: 0.36rem;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.HeaderContainer .box .column .button .menu div {
  display: grid;
  gap: 6px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.HeaderContainer .box .column .button .menu div p {
  width: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.HeaderContainer .box .column .button .menu div p span {
  display: block;
  height: 3px;
  width: 100%;
  background: #00358d;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.HeaderContainer .box .column .button .menu div .p1 span {
  width: 22px;
}
.HeaderContainer .box .column .button .menu div:hover span {
  width: 30px;
}
.HeaderContainer .box .column .button .menu div.close {
  gap: 0px;
}
.HeaderContainer .box .column .button .menu div.close p {
  margin: -2px 0;
}
.HeaderContainer .box .column .button .menu div.close .p1 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.HeaderContainer .box .column .button .menu div.close .p1 span {
  width: 30px;
}
.HeaderContainer .box .column .button .menu div.close .p2 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ProductSelsct {
  position: absolute;
  left: 0;
  width: 100%;
  background: #f3f3f3;
  display: none;
}
.ProductSelsct ._box ._boxTop {
  border-bottom: 1px solid #ddd;
}
.ProductSelsct ._box ._boxTop ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ProductSelsct ._box ._boxTop ul li {
  margin: 0 0.94rem;
}
.ProductSelsct ._box ._boxTop ul li a {
  display: block;
  line-height: 0.94rem;
  position: relative;
  color: #000;
  font-size: 0.2rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.ProductSelsct ._box ._boxTop ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #00358d;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.ProductSelsct ._box ._boxTop ul li a:hover {
  color: #00358d;
}
.ProductSelsct ._box ._boxTop ul .active a {
  color: #000;
}
.ProductSelsct ._box ._boxTop ul .active a::after {
  width: 100%;
}
.ProductSelsct ._box ._boxBot {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.66rem 3.3rem;
  position: relative;
}
.ProductSelsct ._box ._boxBot > p {
  position: absolute;
  left: 5.2vw;
  top: 0.66rem;
  font-size: 0.32rem;
}
.ProductSelsct ._box ._boxBot > p span {
  display: none;
}
.ProductSelsct ._box ._boxBot > p .active {
  display: block;
}
.ProductSelsct ._box ._boxBot ul {
  display: none;
  grid-template-columns: repeat(5, 1fr);
}
.ProductSelsct ._box ._boxBot ul li a {
  display: block;
  text-align: center;
}
.ProductSelsct ._box ._boxBot ul li a figure img {
  height: 1.72rem;
}
.ProductSelsct ._box ._boxBot ul li a figcaption {
  font-size: 0.18rem;
  color: #333;
  margin: 0.34rem 0 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.ProductSelsct ._box ._boxBot ul li a:hover figcaption {
  color: #00358d;
}
.ProductSelsct ._box ._boxBot ul.active {
  display: grid;
}
.AboutSelect {
  position: absolute;
  left: 0;
  width: 100%;
  background: #f3f3f3;
  display: none;
}
.AboutSelect::after {
  content: '';
  position: absolute;
  top: 0.94rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
}
.AboutSelect ._box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.AboutSelect ._box ._item {
  margin: 0 0.8rem;
}
.AboutSelect ._box ._item h5 a {
  display: inline-block;
  line-height: 0.94rem;
  position: relative;
  color: #000;
  font-size: 0.2rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.AboutSelect ._box ._item h5 a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #00358d;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.AboutSelect ._box ._item h5 a:hover {
  color: #00358d !important;
}
.AboutSelect ._box ._item h5.active a {
  color: #000;
}
.AboutSelect ._box ._item h5.active a::after {
  width: 100%;
}
.AboutSelect ._box ._item ul {
  margin-top: 0.42rem;
  padding-bottom: 1.24rem;
}
.AboutSelect ._box ._item ul li {
  line-height: 0.42rem;
}
.AboutSelect ._box ._item ul li a {
  font-size: 0.18rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #666;
}
.AboutSelect ._box ._item ul li a:hover {
  color: #00358d;
}
.NavMenu {
  height: -webkit-calc(99vh);
  height: calc(100vh - 1rem);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 1rem;
  background: #fff;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 6;
  -webkit-clip-path: ellipse(0 0 at 100% 0);
  clip-path: ellipse(0 0 at 100% 0);
  pointer-events: none;
  transition: clip-path 0.6s, -webkit-clip-path 0.6s;
}
.NavMenu .box {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.NavMenu .box .list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5.2vw;
  padding-top: 0.84rem;
  border-right: 1px solid #ebebeb;
}
.NavMenu .box .list h5 {
  font-size: 0.26rem;
  color: #000;
  margin-bottom: 0.4rem;
  cursor: default;
  transition: 0.4s;
  position: relative;
}
.NavMenu .box .list h5::after {
  content: '';
  left: -5.2vw;
  height: 100%;
  width: 3px;
  top: 0;
  background: #00358d;
  position: absolute;
  opacity: 0;
}
.NavMenu .box .list h5 a {
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.NavMenu .box .list h5 a:hover {
  color: #00358d;
}
.NavMenu .box .list ul li {
  line-height: 0.42rem;
}
.NavMenu .box .list ul li a {
  font-size: 0.18rem;
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.NavMenu .box .list ul li a:hover {
  color: #00358d;
}
.NavMenu .box .list ul li.active a {
  color: #000;
}
.NavMenu .box .list.active h5 {
  color: #00358d;
}
.NavMenu .box .list.active h5::after {
  opacity: 1;
}
.NavMenu .box .list.active h5 a {
  color: #00358d;
}
.NavMenu.active {
  -webkit-clip-path: ellipse(142% 142% at 100% 0);
  clip-path: ellipse(142% 142% at 100% 0);
  pointer-events: auto;
}
img {
  -o-object-fit: cover;
  object-fit: cover;
}
.HomeButton a {
  display: inline-block;
  font-size: 0.13rem;
  color: #fff;
  display: block;
  width: 1.6rem;
  line-height: 0.42rem;
  background: #00358d;
  text-align: center;
  border-radius: 0.34rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  top: 0;
}
.HomeButton a:hover {
  top: 12px;
  -webkit-box-shadow: 4px 4px 16px rgba(255, 255, 255, 0.2);
  box-shadow: 4px 4px 16px rgba(255, 255, 255, 0.2);
}
.HomeButton_bg a {
  font-size: 0.18rem;
  color: #fff;
  width: 2.58rem;
  line-height: 0.6rem;
  border: 1px solid #fff;
  border-radius: 0.34rem;
  display: block;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.HomeButton_bg a:hover {
  background: #00358d;
  border-color: #00358d;
}
.HomeButton_bg.color a {
  border-color: #00358d;
  color: #000;
}
.HomeButton_bg.color a:hover {
  color: #fff;
}
.HomeBanner .box {
  position: relative;
}
.HomeBanner .box .banner .swiper-container .swiper-slide .item {
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.HomeBanner .box .banner .swiper-container .swiper-slide .item img {
  width: 100%;
  height: 100vh;
}

.HomeBanner .box .banner .swiper-container .swiper-slide .item video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: relative;
  vertical-align: bottom;
}
.HomeBanner .box .banner .swiper-container .swiper-slide .item .vid{
    position: relative;
}
.HomeBanner .box .banner .swiper-container .swiper-slide .item .vid::before{
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0,0,0,0.3);
}

.HomeBanner .box .banner .swiper-container .swiper-slide .item .position {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
}
.HomeBanner .box .banner .swiper-container .swiper-slide .item .position .main {
  color: #00358d;
}
.HomeBanner .box .banner .swiper-container .swiper-slide .item .position .main .content0 {
      font-size: 0.24rem;
    font-weight: 300;
}
.HomeBanner .box .banner .swiper-container .swiper-slide .item .position .main .content1 {
  font-size: 0.3rem;
  line-height: 1;
	font-weight: 300;
  margin-top: 0.15rem;
}
.HomeBanner .box .banner .swiper-container .swiper-slide .item .position .main .content2 {
  margin-top: 0.4rem;
}
.HomeBanner .box .banner .swiper-container .swiper-slide-active .item {
  opacity: 1;
}
.HomeBanner .box .page {
  position: absolute;
  left: 5.2vw;
  bottom: 0.64rem;
  z-index: 1;
}
.HomeBanner .box .page div span {
  opacity: 1;
  background: none;
  border: 1px solid #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.HomeBanner .box .page div .swiper-pagination-bullet-active {
  background: #fff;
}
.HomeBanner .box .Down {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  bottom: 0.6rem;
}
.HomeBanner .box .Down svg {
  position: relative;
  top: 0;
  -webkit-animation: Down 1.5s ease-out infinite;
  animation: Down 1.5s ease-out infinite;
}
@-webkit-keyframes Down {
  0% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: 50px;
    opacity: 0;
  }
}
@keyframes Down {
  0% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: 50px;
    opacity: 0;
  }
}
.p96 {
  padding-top: 0.96rem;
}
.p96_ {
  padding-bottom: 0.96rem;
}
.p50_ {
  padding-bottom: 0.5rem;
}
.m76 {
  margin-top: 0.76rem;
}
.HomeProduct .title {
  text-align: center;
}
.HomeProduct .title h5 {
  font-size: 0.18rem;
  color: #00358d;
}
.HomeProduct .title .desc {
  font-size: 0.32rem;
  line-height: 0.45rem;
  margin-top: 0.22rem;
}
.HomeProduct .box {
  padding: 0 0.6rem;
}
.HomeProduct .main {
  position: relative;
}
.HomeProduct .main .imgs {
  height: 9.7rem;
  position: relative;
  background: #000;
}
.HomeProduct .main .imgs .img {
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.HomeProduct .main .imgs .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.HomeProduct .main .imgs .active {
  opacity: 1;
}
.HomeProduct .main .position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.HomeProduct .main .position ._box {
  margin: auto;
}
.HomeProduct .main .position ._box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.26rem;
}
.HomeProduct .main .position ._box ul li {
  margin: 0 0.45rem;
  position: relative;
}
.HomeProduct .main .position ._box ul li:not(:last-child)::after {
  content: '/';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  right: -0.45rem;
  font-size: 0.28rem;
}
.HomeProduct .main .position ._box ul li a {
  font-size: 0.62rem;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  line-height: 0.88rem;
  display: block;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.HomeProduct .main .position ._box ul li a::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 0.04rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #059b48;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -0.18rem;
}
.HomeProduct .main .position ._box ul .active a {
  color: #fff;
}
.HomeProduct .main .position ._box ul .active a::after {
  width: 100%;
}
.HomeProduct .main .posiBut {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 1rem;
}
.HomeHotProduct {
  background: #00358d;
  min-height: 2rem;
}
.HomeHotProduct .title h5 {
  text-align: center;
  font-size: 0.18rem;
  color: #00358d;
}
.HomeHotProduct .box {
  margin-top: 1.1rem;
}
.HomeHotProduct .box .banner .swiper-slide {
  width: 8.6rem;
}
.HomeHotProduct .box .banner .swiper-slide a {
  display: block;
  width: 100%;
  height: 5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.HomeHotProduct .box .banner .swiper-slide a .img {
  width: 100%;
  text-align: right;
  padding-right: 1.15rem;
  height: 100%;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  left: 0;
}
.HomeHotProduct .box .banner .swiper-slide a .img img {
  max-height: 100%;
}
.HomeHotProduct .box .banner .swiper-slide a p {
  position: absolute;
  right: 3rem;
  font-family: 'gilroy_bold';
  color: transparent;
  font-size: 2rem;
  line-height: 1;
  bottom: 0.8rem;
  -webkit-transition: color 0.8s, right 0s;
  -o-transition: color 0.8s, right 0s;
  transition: color 0.8s, right 0s;
  -webkit-text-stroke: 1px #cccccc;
}
.HomeHotProduct .box .banner .swiper-slide-prev a .img {
  left: 1.5rem;
}
.HomeHotProduct .box .banner .swiper-slide-next a .img {
  left: auto;
  right: 5.5rem;
}
.HomeHotProduct .box .banner .swiper-slide-next a p {
  right: 2rem;
}
.HomeHotProduct .box .banner .swiper-slide-active a .img img {
  left: 0;
}
.HomeHotProduct .box .banner .swiper-slide-active a p {
  color: #fff;
  -webkit-text-stroke: 1px #fff;
}
.HomeHotProduct .button {
  margin-top: 0.92rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.HomeHotProduct .button .p {
  cursor: pointer;
  margin: 0 0.2rem;
}
.HomeHotProduct .button .p svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.HomeHotProduct .button .p:hover svg path {
  fill: #00112e;
}
.HomeRegeneration {
  position: relative;
}
.HomeRegeneration .box .boxLeft {
  width: 42%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 1.44rem;
}
.HomeRegeneration .box .boxLeft .main {
  padding-top: 1.78rem;
}
.HomeRegeneration .box .boxLeft .main .content0 h5 {
  font-size: 0.18rem;
  color: #00358d;
}
.HomeRegeneration .box .boxLeft .main .content0 .desc {
  font-size: 0.4rem;
  line-height: 0.6rem;
  margin-top: 0.32rem;
}
.HomeRegeneration .box .boxLeft .main .content1 {
  font-size: 0.18rem;
  line-height: 0.36rem;
  /*padding: 0 0 0 1.44rem;*/
  margin-top: 0.82rem;
	font-weight: 300;
}
.HomeRegeneration .box .boxLeft .main .content2 {
  padding-right: 0.45rem;
  margin-top: 0.65rem;
}
.HomeRegeneration .box .boxRight {
  width: 42%;
}
.HomeRegeneration .box .boxRight p {
  overflow: hidden;
}
.HomeRegeneration .box .boxRight p img {
  width: 100%;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.HomeRegeneration .box .boxRight p:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.HomeRegeneration .img_posi {
  position: absolute;
  bottom: 0;
  left: 0;
}
.HomeRegeneration .img_posi img {
  width: 5.26rem;
}
.HomeButtonRound a,
.HomeButtonRound .a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  background: #00358d;
  color: #fff;
  display: block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.HomeButtonRound a i,
.HomeButtonRound .a i {
  color: #fff;
}
.HomeButtonRound a:hover,
.HomeButtonRound .a:hover {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.bgf3 {
  background: #f3f3f3;
}
.HomeNews .title {
  font-size: 0.18rem;
  color: #00358d;
  text-align: center;
}
.HomeNews .box {
  margin-top: 0.6rem;
  padding: 0 1.44rem;
  position: relative;
}
.HomeNews .box .banner .item a {
  display: block;
}
.HomeNews .box .banner .item a .content0 {
  overflow: hidden;
}
.HomeNews .box .banner .item a .content0 img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.HomeNews .box .banner .item a .content1 {
  padding: 0.3rem 0.4rem 0.42rem;
  background: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.HomeNews .box .banner .item a .content1 .content2 {
  font-size: 0.2rem;
  line-height: 0.32rem;
  height: 0.64rem;
  padding-right: 0.3rem;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.HomeNews .box .banner .item a .content1 .content3 {
  margin-top: 0.48rem;
}
.HomeNews .box .banner .item a .content1 .content3 .left {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  background: #00358d;
  color: #fff;
  display: block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.HomeNews .box .banner .item a .content1 .content3 .left i {
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.HomeNews .box .banner .item a .content1 .content3 .left:hover {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.HomeNews .box .banner .item a .content1 .content3 .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.HomeNews .box .banner .item a .content1 .content3 .right p {
  font-size: 16px;
  font-family: 'gilroy_regular';
  color: #00358d;
  opacity: 0.6;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.HomeNews .box .banner .item a:hover .content1 {
  background: #00358d;
}
.HomeNews .box .banner .item a:hover .content1 .content2 {
  color: #fff;
}
.HomeNews .box .banner .item a:hover .content1 .content3 .left {
  background: #fff;
}
.HomeNews .box .banner .item a:hover .content1 .content3 .left i {
  color: #00358d;
}
.HomeNews .box .banner .item a:hover .content1 .content3 .right p {
  color: #fff;
}
.HomeNews .box .button .p {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.HomeNews .box .button .p svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.HomeNews .box .button .p:hover svg path {
  fill: #00358d;
}
.HomeNews .box .button .prev {
  left: 0;
}
.HomeNews .box .button .next {
  right: 0;
}
.HomeNews .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.62rem;
}
.HomeAbout {
  padding: 1.55rem 0;
  position: relative;
}
.HomeAbout .box {
  opacity: 0;
}
.HomeAbout .box .boxLeft {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1.44rem;
}
.HomeAbout .box .boxLeft .main {
  padding-top: 1.16rem;
}
.HomeAbout .box .boxLeft .main .content0 h5 {
  font-size: 0.18rem;
  color: #00358d;
}
.HomeAbout .box .boxLeft .main .content0 .desc {
  font-size: 0.4rem;
  line-height: 0.6rem;
  margin-top: 0.32rem;
}
.HomeAbout .box .boxLeft .main .content1 {
  font-size: 0.18rem;
  line-height: 0.36rem;
  margin-top: 0.82rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  /* text-align: justify; */
  text-justify: distribute-all-lines;
}
.HomeAbout .box .boxLeft .main .content2 {
  padding-right: 0.45rem;
  margin-top: 0.65rem;
}
.HomeAbout .box .boxRight {
  width: 50%;
}
.HomeAbout .box .boxRight p {
  overflow: hidden;
}
.HomeAbout .box .boxRight p img {
  width: 100%;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.HomeAbout .box .boxRight p:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.HomeAbout .swiper-slide-active .box {
  opacity: 1;
}
.HomeAbout .img_posi {
  position: absolute;
  bottom: 0;
  right: 0;
}
.HomeAbout .img_posi img {
  width: 5.26rem;
}
.HomeAbout .page {
  position: absolute;
  right: 5.2vw;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
.HomeAbout .page span {
  display: block;
  margin: 6px 0 !important;
  border: 1px solid #999;
  background: none;
  opacity: 1;
  transition: 0.4s;
}
.HomeAbout .page .swiper-pagination-bullet-active {
  border: 1px solid #00358d;
  background: #00358d;
}
.FooterContainer {
  padding: 0.8rem 0 0;
}
.FooterContainer .box .boxTop .boxLeft .content0 img {
  height: 80px;
}
.FooterContainer .box .boxTop .boxLeft .content1 {
  margin-top: 0.65rem;
}
.FooterContainer .box .boxTop .boxLeft .content1 a {
  width: 2.45rem;
  background: #fff;
  display: block;
  line-height: 0.62rem;
  border-radius: 0.34rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.18rem;
  padding: 0 0.36rem;
  position: relative;
  color: #000;
}
.FooterContainer .box .boxTop .boxLeft .content1 svg {
  position: absolute;
  right: 0.36rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.FooterContainer .box .boxTop .boxLeft .content1:hover svg {
  right: 0.26rem;
}
.FooterContainer .box .boxTop .boxLeft .content2 {
  margin-top: 1.3rem;
}
.FooterContainer .box .boxTop .boxLeft .content2 ._ewm {
  position: relative;
}
.FooterContainer .box .boxTop .boxLeft .content2 ._ewm ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.FooterContainer .box .boxTop .boxLeft .content2 ._ewm ul li {
  margin-right: 9px;
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 50%;
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.FooterContainer .box .boxTop .boxLeft .content2 ._ewm ul li img {
  margin: auto;
}
.FooterContainer .box .boxTop .boxLeft .content2 ._ewm ul li svg {
  margin: auto;
}
.FooterContainer .box .boxTop .boxLeft .content2 ._ewm ul li svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.FooterContainer .box .boxTop .boxLeft .content2 ._ewm ul li p {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  width: 1.25rem;
  height: 1.25rem;
  background: #fff;
  left: 1.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.FooterContainer .box .boxTop .boxLeft .content2 ._ewm ul li p img {
  width: 100%;
}
.FooterContainer .box .boxTop .boxLeft .content2 ._ewm ul li p::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-100%);
  -ms-transform: translateY(-50%) translateX(-100%);
  transform: translateY(-50%) translateX(-100%);
  left: 0;
  border: 8px solid transparent;
  border-right-color: #fff;
}
.FooterContainer .box .boxTop .boxLeft .content2 ._ewm ul li:hover {
  background: #00358d;
  border-color: #00358d;
}
.FooterContainer .box .boxTop .boxLeft .content2 ._ewm ul li:hover svg path {
  fill: #fff;
}
.FooterContainer .box .boxTop .boxLeft .content2 ._ewm ul li:hover p {
  -webkit-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
.FooterContainer .box .boxTop .boxRight ._left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.FooterContainer .box .boxTop .boxRight ._left .item h5 {
  font-size: 0.2rem;
}
.FooterContainer .box .boxTop .boxRight ._left .item ul {
  margin-top: 0.24rem;
}
.FooterContainer .box .boxTop .boxRight ._left .item ul li {
  line-height: 0.32rem;
}
.FooterContainer .box .boxTop .boxRight ._left .item ul li a {
  font-size: 16px;
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.FooterContainer .box .boxTop .boxRight ._left .item ul li a:hover {
  color: #00358d;
}
.FooterContainer .box .boxTop .boxRight ._left .item:nth-child(1) {
  margin-right: 0.7rem;
}
.FooterContainer .box .boxTop .boxRight ._left .item:nth-child(2) {
  margin-right: 1.2rem;
}
.FooterContainer .box .boxTop .boxRight ._left .item:nth-child(3) {
  margin-right: 1.32rem;
}
.FooterContainer .box .boxTop .boxRight ._right {
  margin-left: 2.66rem;
}
.FooterContainer .box .boxTop .boxRight ._right h5 {
  margin-bottom: 0.24rem;
}
.FooterContainer .box .boxTop .boxRight ._right h5 a {
  font-size: 0.2rem;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.FooterContainer .box .boxTop .boxRight ._right h5 a:hover {
  color: #00358d;
}
.FooterContainer .box .boxBot {
  margin-top: 0.9rem;
  padding-bottom: 0.34rem;
}
.FooterContainer .box .boxBot .left {
  color: #999;
  line-height: 0.32rem;
}
.FooterContainer .box .boxBot .left a {
  font-size: 16px;
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.FooterContainer .box .boxBot .left a:hover {
  color: #000;
}
.FooterContainer .box .boxBot .right p {
  width: 0.44rem;
  height: 0.44rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
}
.FooterContainer .box .boxBot .right p svg {
  margin: auto;
  position: relative;
  top: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.FooterContainer .box .boxBot .right p:hover svg {
  top: -0.04rem;
}
.LayerSubscribe {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9;
  display: none;
}
.LayerSubscribe .position {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.LayerSubscribe .position .box {
  background: #fff;
  width: min(706px, 90vw);
  margin: auto;
  padding: 0.72rem 0.48rem;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.LayerSubscribe .position .box .close {
  position: absolute;
  right: 0.38rem;
  top: 0.38rem;
}
.LayerSubscribe .position .box .close i {
  font-size: 0.26rem;
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  display: inline-block;
}
.LayerSubscribe .position .box .close i:hover {
  color: #00358d;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.LayerSubscribe .position .box .content0 {
  font-size: 0.4rem;
  color: #333;
}
.LayerSubscribe .position .box .content1 {
  font-size: 0.22rem;
  color: #000;
  margin-top: 0.24rem;
}
.LayerSubscribe .position .box .content2 {
  margin-top: 0.6rem;
  display: grid;
  gap: 0.18rem;
}
.LayerSubscribe .position .box .content2 .item {
  border: 1px solid #cccccc;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}
.LayerSubscribe .position .box .content2 .item input {
  display: block;
  width: 100%;
  height: 0.74rem;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.2rem;
}
.LayerSubscribe .position .box .content2 .item input:not(:placeholder-shown) + .p {
  opacity: 0;
}
.LayerSubscribe .position .box .content2 .item .p {
  position: absolute;
  font-size: 0.18rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0.2rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.LayerSubscribe .position .box .content2 .item .p span {
  color: #00358d;
}
.LayerSubscribe .position .box .content2 .item:hover {
  border-color: #00358d;
}
.LayerSubscribe .position .box .content3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.28rem;
}
.LayerSubscribe .position .box .content3 .select {
  margin-right: 0.12rem;
}
.LayerSubscribe .position .box .content3 .select div {
  width: 18px;
  height: 18px;
  border: 1px solid #00358d;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.LayerSubscribe .position .box .content3 .select div svg {
  margin: auto;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.LayerSubscribe .position .box .content3 .select .active svg {
  opacity: 1;
}
.LayerSubscribe .position .box .content3 .text {
  font-size: 0.18rem;
}
.LayerSubscribe .position .box .content3 .text a {
  color: #00358d;
}
.LayerSubscribe .position .box .content4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.7rem;
}
.LayerSubscribe .position .box .content4 .item {
  margin-right: 0.18rem;
}
.LayerSubscribe .position .box .content4 .item input {
  display: none;
}
.LayerSubscribe .position .box .content4 .item label {
  display: block;
  line-height: 0.6rem;
  width: 1.9rem;
  text-align: center;
  border-radius: 0.32rem;
  border: 1px solid #00358d;
  color: #fff;
  background: #00358d;
  cursor: pointer;
}
.LayerSubscribe .position .box .content4 .item1 input {
  display: none;
}
.LayerSubscribe .position .box .content4 .item1 label {
  display: block;
  line-height: 0.6rem;
  width: 1.9rem;
  text-align: center;
  border-radius: 0.32rem;
  border: 1px solid #00358d;
  color: #000;
  cursor: pointer;
}
.innerBanner {
  position: relative;
}
.innerBanner .img img {
  width: 100%;
}
.innerBanner .position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
}
.innerBanner .position h5 {
  font-size: 0.64rem;
  color: #fff;
  text-align: center;
  width: 100%;
}
.innerBanner .position .div {
  width: 100%;
}
.innerBanner .position h6 {
  font-size: 0.46rem;
  color: #fff;
  text-align: center;
  width: 100%;
}
.innerBanner .position .p {
  font-size: 0.36rem;
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 12px;
}
.productContainer .title {
  font-size: 1.52rem;
  text-align: center;
  color: transparent;
  -webkit-text-stroke: 1px #999;
  line-height: 1;
}
.productContainer .toggle {
  margin-top: 0.6rem;
}
.productContainer .toggle ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.productContainer .toggle ul li {
  margin: 0 0.16rem;
  padding-bottom: 0.2rem;
  position: relative;
}
.productContainer .toggle ul li a {
  font-size: 0.18rem;
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.productContainer .toggle ul li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0%;
  height: 1px;
  background: #00358d;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.productContainer .toggle ul li:hover a {
  color: #00358d;
}
.productContainer .toggle ul .active a {
  color: #000;
}
.productContainer .toggle ul .active::after {
  width: 100%;
}
.productContainer .box {
  margin-top: 0.8rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.25rem;
}
.productContainer .box .item a {
  display: block;
  /*background: #f3f3f3;*/
  padding: 0.5rem 0;
  position: relative;
}
.productContainer .box .item a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.productContainer .box .item a .img {
  height: 3.55rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.productContainer .box .item a .img img {
  max-height: 100%;
  margin: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.productContainer .box .item a figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: 'gilroy_Medium';
  font-size: 0.24rem;
  width: 100%;
  text-align: center;
  bottom: 0rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  /*opacity: 0;*/
}
.productContainer .box .item a:hover .img img {
  opacity: 0.2;
}
.productContainer .box .item a:hover figcaption {
  bottom: 0.45rem;
  opacity: 1;
}
.productContainer .box .item.active a .img img {
  opacity: 0.2;
}
.productContainer .box1 {
  margin-top: 0.8rem;
}
.fageContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fageContainer .button a {
  display: block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  border-radius: 50%;
  border: 1px solid #00358d;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.fageContainer .button a i {
  color: #00358d;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.fageContainer .button a:hover {
  background: #00358d;
}
.fageContainer .button a:hover i {
  color: #fff;
}
.fageContainer .feng {
  margin: 0 0.9rem;
  line-height: 56px;
}
.fageContainer .feng a {
  display: inline-block;
  font-family: 'gilroy_bold';
  font-size: 0.22rem;
  color: #999;
  margin: 0 0.16rem;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.fageContainer .feng a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.12rem;
  width: 100%;
  height: 2px;
}
.fageContainer .feng a:hover {
  color: #00358d;
}
.fageContainer .feng .active {
  color: #000;
}
.fageContainer .feng .active::after {
  background: #00358d;
}
.beardContainer {
  position: relative;
  top: -0.64rem;
  height: 0;
}
.beardContainer .box {
  font-size: 0.18rem;
  color: #fff;
}
.beardContainer .box a {
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.beardContainer .box a:hover {
  color: #00358d;
}
.beardContainer .box i {
  color: #00358d;
  display: inline-block;
  font-size: 14px;
  margin: 0 10px;
}
.productInfoContainer .top h5 {
  font-family: 'gilroy_Medium';
  font-size: 0.64rem;
  line-height: 1;
}
.productInfoContainer .top h6 {
  font-size: 0.24rem;
  color: #666;
  margin-top: 0.18rem;
}
.productInfoContainer .box {
  margin-top: 1.05rem;
}
.productInfoContainer .box .banner {
  position: relative;
}
.productInfoContainer .box .banner .swiper-slide {
  width: 14.4rem;
  position: relative;
}
.productInfoContainer .box .banner .swiper-slide .img img {
  width: 100%;
}
.productInfoContainer .box .banner .swiper-slide .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1.16rem;
  height: 1.16rem;
  border-radius: 50%;
  background: #00358d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.productInfoContainer .box .banner .swiper-slide .play svg {
  margin: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.productInfoContainer .box .banner .swiper-slide .play:hover svg {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.productInfoContainer .box .banner .page {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0.6rem;
  z-index: 1;
}
.productInfoContainer .box .banner .page span {
  border-radius: 0;
  width: 0.6rem;
  height: 4px;
  opacity: 0.3;
  background: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.productInfoContainer .box .banner .page .swiper-pagination-bullet-active {
  opacity: 1;
}
.productInfoContainer1 .box .content0 {
  text-align: center;
  font-size: 0.32rem;
}
.productInfoContainer1 .box .content1 {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.32rem;
  text-align: center;
  margin-top: 0.35rem;
}
.productInfoContainer1 .box .content2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.74rem;
}
.productInfoContainer1 .box .content2 > div {
  margin: 0 0.15rem;
}
.productInfoContainer2 {
  background: #f3f3f3;
}
.productInfoContainer2 .title {
  font-size: 0.18rem;
  color: #00358d;
}
.productInfoContainer2 .box {
  display: grid;
  margin-top: 0.9rem;
  gap: 1.15rem;
}
.productInfoContainer2 .box .list {
  padding-left: 1.42rem;
}
.productInfoContainer2 .box .list .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.productInfoContainer2 .box .list .left h5 {
  font-size: 0.32rem;
  position: relative;
}
.productInfoContainer2 .box .list .left h5 i {
  position: absolute;
  font-weight: bold;
  font-size: 0.32rem;
  top: 50%;
  left: -0.54rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #00358d;
  font-size: 16px;
  opacity: 0;
}
.productInfoContainer2 .box .list .left .desc {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.32rem;
  margin-top: 0.32rem;
}
.productInfoContainer2 .box .list .right {
  width: 6.3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.productInfoContainer2 .box .list .right div {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  padding: 0 0.92rem 0 1.1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 0rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
  opacity: 0;
}
.productInfoContainer2 .box .list .right div p {
  position: relative;
  height: 100%;
}
.productInfoContainer2 .box .list .right div p img {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-object-fit: cover;
  object-fit: cover;
}
.productInfoContainer2 .box .list:hover .left h5 i {
  left: -0.34rem;
  opacity: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.productInfoContainer2 .box .list:hover .right div {
  height: 2.7rem;
  opacity: 1;
}
.productInfoContainer3 .title {
  font-size: 0.18rem;
  color: #00358d;
}
.productInfoContainer3 .box {
  margin-top: 0.9rem;
}
.productInfoContainer3 .box .banner .swiper-slide .item a {
  display: block;
  background: #f3f3f3;
  padding: 0.5rem 0;
  position: relative;
}
.productInfoContainer3 .box .banner .swiper-slide .item a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.productInfoContainer3 .box .banner .swiper-slide .item a .img {
  height: 4.55rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.productInfoContainer3 .box .banner .swiper-slide .item a .img img {
  max-height: 100%;
  margin: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.productInfoContainer3 .box .banner .swiper-slide .item a figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: 'gilroy_Medium';
  font-size: 0.24rem;
  width: 100%;
  text-align: center;
  bottom: 0rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
.productInfoContainer3 .box .banner .swiper-slide .item a:hover .img img {
  opacity: 0.2;
}
.productInfoContainer3 .box .banner .swiper-slide .item a:hover figcaption {
  bottom: 0.45rem;
  opacity: 1;
}
.productInfoContainer3 .box .banner .swiper-slide .item.active a .img img {
  opacity: 0.2;
}
.productInfoContainer3 .button {
  margin-top: 0.72rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.productInfoContainer3 .button .p {
  cursor: pointer;
  margin: 0 0.2rem;
}
.productInfoContainer3 .button .p svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.productInfoContainer3 .button .p:hover svg path {
  fill: #00358d;
}
.productInfoContainer4 .box .item {
  width: 49%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.76rem 0.7rem;
  border: 1px solid #e5e5e5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}
.productInfoContainer4 .box .item .top {
  font-size: 0.18rem;
  color: #00358d;
}
.productInfoContainer4 .box .item .bot {
  margin-top: 0.78rem;
}
.productInfoContainer4 .box .item .bot img {
  max-height: 0.88rem;
}
.productInfoContainer4 .box .item .img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.productInfoContainer4 .box .item .img img {
  height: 100%;
}
.productInfoContainer4 .box .item:hover {
  border-color: #00358d;
}
.productInfoContainer4 .box .item:hover .img {
  opacity: 1;
}
.productInfoContainer5 .title {
  font-size: 0.18rem;
  color: #00358d;
}
.productInfoContainer5 .box {
  margin-top: 1.3rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.productInfoContainer5 .box .item {
  padding: 0 0.4rem 0.5rem 0.3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.productInfoContainer5 .box .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 0;
  height: 2px;
  background: #00358d;
}
.productInfoContainer5 .box .item .left p img {
  height: 60px;
}
.productInfoContainer5 .box .item .right {
  margin-left: 0.44rem;
}
.productInfoContainer5 .box .item .right .text {
  font-size: 0.2rem;
}
.productInfoContainer5 .box .item .right .number {
  font-family: 'gilroy_regular';
  font-size: 0.2rem;
  color: #ccc;
  margin-top: 0.12rem;
}
.productInfoContainer5 .box .item:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.advertisement {
  position: relative;
}
.advertisement .img img {
  width: 100%;
}
.advertisement .position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.advertisement .position .box .left .title {
  font-size: 0.18rem;
  color: #00358d;
}
.advertisement .position .box .left .desc {
  font-size: 0.4rem;
  color: #fff;
  margin-top: 0.25rem;
}
.advertisement .position .box .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.innerTitle {
  text-align: center;
}
.innerTitle .f18 {
  font-size: 0.18rem;
  color: #00358d;
  margin-bottom: 0.32rem;
}
.innerTitle h5 {
  font-size: 0.4rem;
}
.innerTitle .desc {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.32rem;
  padding: 0 3.9rem;
  margin-top: 0.34rem;
}
.innerTitle .desc1 {
  padding: 0 5rem;
}
.applicationContainer .box {
  margin-top: 0.9rem;
}
.applicationContainer .box img {
  width: 100%;
}
.applicationContainer1 .box {
  margin-top: 0.9rem;
}
.applicationContainer1 .box .list {
  padding-bottom: 0.96rem;
}
.applicationContainer1 .box .list a > div {
  width: 50%;
}
.applicationContainer1 .box .list a .left {
  overflow: hidden;
}
.applicationContainer1 .box .list a .left img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}
.applicationContainer1 .box .list a .right {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.applicationContainer1 .box .list a .right .main .content0 {
  font-size: 0.32rem;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.applicationContainer1 .box .list a .right .main .content1 {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.32rem;
  margin-top: 0.42rem;
}
.applicationContainer1 .box .list a .right .main .content2 {
  margin-top: 1.36rem;
}
.applicationContainer1 .box .list a .right .main .content2 .HomeButtonRound .a {
  width: 54px;
  height: 54px;
  line-height: 54px;
}
.applicationContainer1 .box .list a:hover .left img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.applicationContainer1 .box .list a:hover .right .main .content0 {
  color: #00358d;
}
.applicationContainer1 .box .list:nth-child(2n) a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}
.applicationContainer1 .box .list:nth-child(4n) {
  background: #f3f3f3;
  margin-bottom: 0.96rem;
}
.applicationContainer1 .box .list:nth-child(4n-1) {
  background: #f3f3f3;
  padding-top: 0.96rem;
}
.applicationInfoContainer .box {
  text-align: center;
}
.applicationInfoContainer .box h5 {
  font-size: 0.32rem;
}
.applicationInfoContainerN .box h5{
     font-size: 0.22rem;
}
.applicationInfoContainerN .box{
    display: none;
}
.applicationInfoContainerN .active{
    display: block;
}


.applicationInfoContainer .box .desc {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.32rem;
  margin-top: 0.2rem;
}
.applicationInfoContainer1 {
  margin-top: 1.1rem;
}
.applicationInfoContainer1 .box {
  margin-top: 0.45rem;
  position: relative;
  --width: 13.16rem;
  --posi: calc((100vw - var(--width)) / 2 - 0.6rem);
}
.applicationInfoContainer1 .box .banner .swiper-slide {
  width: var(--width);
}
.applicationInfoContainer1 .box .banner .swiper-slide img {
  width: 100%;
}
.applicationInfoContainer1 .box .button .p {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
}
.applicationInfoContainer1 .box .button .p svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.applicationInfoContainer1 .box .button .p:hover svg path {
  fill: #00358d;
}
.applicationInfoContainer1 .box .button .prev {
  left: var(--posi);
}
.applicationInfoContainer1 .box .button .next {
  right: var(--posi);
}
.applicationInfoContainer2 {
  padding: 0.75rem 0 1.2rem;
}
.applicationInfoContainer2 .box .list {
  display: none;
}
.applicationInfoContainer2 .box .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.applicationInfoContainer2 .box .list ul li {
  margin: 0 0.55rem;
}
.applicationInfoContainer2 .box .list ul li a {
  display: block;
}
.applicationInfoContainer2 .box .list ul li a figure {
  height: 1.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.applicationInfoContainer2 .box .list ul li a figure img {
  max-height: 100%;
}
.applicationInfoContainer2 .box .list ul li a figcaption {
  font-family: 'gilroy_Medium';
  font-size: 0.24rem;
  text-align: center;
  margin-top: 0.36rem;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.applicationInfoContainer2 .box .list ul li a:hover figcaption {
  color: #00358d;
}
.applicationInfoContainer2 .box .list1 {
    text-align: center;
}
.applicationInfoContainer2 .box .list1 h5{
    font-size: 0.22rem;
}

.applicationInfoContainer2 .box .list1 .desc{
    font-size: 0.18rem;
    color: #666;
    line-height: 0.32rem;
    margin-top: 0.2rem;
}

.applicationInfoContainer2 .box .active {
  display: block;
}
.developmentContainer .title {
  font-size: 0.4rem;
  text-align: center;
}
.developmentContainer .box {
  margin-top: 0.84rem;
  text-align: center;
}
.developmentContainer .box img {
  max-width: 100%;
}
.developmentContainer1 {
  margin-top: 0.4rem;
  background: url(../image/img36.png) no-repeat center bottom;
  background-attachment: fixed;
  position: relative;
}
.developmentContainer1 .img img {
  width: 100%;
  opacity: 0;
}
.developmentContainer1 .position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.developmentContainer1 .position .box {
  text-align: center;
  color: #fff;
  margin: auto;
}
.developmentContainer1 .position .box h5 {
  font-size: 0.4rem;
}
.developmentContainer1 .position .box .desc {
  font-size: 0.18rem;
  color: #fff;
  line-height: 0.36rem;
  margin-top: 0.36rem;
}
.developmentContainer2 .box .item {
  border-bottom: 1px solid #ddd;
  padding: 0.9rem 0;
}
.developmentContainer2 .box .item:last-child {
  border-bottom: none;
}
.developmentContainer2 .box .item .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1.45rem 0 2.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.developmentContainer2 .box .item .left .main .content0 {
  font-size: 0.4rem;
  color: #000;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.developmentContainer2 .box .item .left .main .content0 img {
  position: absolute;
  left: -1.12rem;
  top: 0%;
  width: 71px;
}
.developmentContainer2 .box .item .left .main .content1 {
  font-size: 0.18rem;
  line-height: 0.36rem;
  margin-top: 0.28rem;
  color: #000;
}
.developmentContainer2 .box .item .left .main .content2 {
  margin-top: 0.74rem;
}
.developmentContainer2 .box .item .right {
  width: 6.6rem;
  overflow: hidden;
}
.developmentContainer2 .box .item .right img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.developmentContainer2 .box .item:hover .left .main .content0 {
  color: #00358d;
}
.developmentContainer2 .box .item:hover .right img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.developmentContainer2 .box .item:nth-child(2n) a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}
.developmentContainer2 .box .item:nth-child(2n) a .left {
  padding: 0 0 0 4rem;
}
.developmentContainer3 {
  background: #f3f3f3;
  padding: 1.54rem 0 1.3rem;
}
.developmentContainer3 .box > div {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.developmentContainer3 .box .boxLeft {
  padding-right: 2.45rem;
}
.developmentContainer3 .box .boxLeft .item {
  text-align: right;
  font-size: 0.4rem;
  color: #ccc;
  line-height: 1.1rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.developmentContainer3 .box .boxLeft .item span {
  display: inline-block;
  position: relative;
}
.developmentContainer3 .box .boxLeft .item span i {
  position: absolute;
  font-weight: bold;
  font-size: 0.32rem;
  top: 50%;
  left: -0.54rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #00358d;
  font-size: 16px;
  opacity: 0;
}
.developmentContainer3 .box .boxLeft .active {
  color: #000;
}
.developmentContainer3 .box .boxLeft .active span i {
  opacity: 1;
  left: -0.34rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.developmentContainer3 .box .boxRight {
  padding-right: 1.6rem;
}
.developmentContainer3 .box .boxRight .list {
  display: none;
}
.developmentContainer3 .box .boxRight .list .conten0 img {
  width: 100%;
}
.developmentContainer3 .box .boxRight .list .conten1 {
  font-size: 0.18rem;
  line-height: 0.36rem;
  margin-top: 0.9rem;
}
.developmentContainer3 .box .boxRight .list .conten2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.9rem;
}
.developmentContainer3 .box .boxRight .list .conten2 a {
  display: inline-block;
  font-size: 0.18rem;
  color: #fff;
  display: block;
  line-height: 0.62rem;
  background: #00358d;
  padding: 0 0.6rem;
  text-align: center;
  border-radius: 0.34rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  top: 0;
}
.developmentContainer3 .box .boxRight .list .conten2 a:hover {
  top: -6px;
  -webkit-box-shadow: 4px 4px 16px rgba(255, 255, 255, 0.2);
  box-shadow: 4px 4px 16px rgba(255, 255, 255, 0.2);
}
.developmentContainer3 .box .boxRight .active {
  display: block;
}
.developmentContainer4 {
  position: relative;
}
.developmentContainer4 .img img {
  width: 100%;
}
.developmentContainer4 .position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.developmentContainer4 .position .main {
  margin: auto;
  text-align: center;
}
.developmentContainer4 .position .main h5 {
  font-size: 0.4rem;
  color: #fff;
}
.developmentContainer4 .position .main .link {
  margin-top: 0.36rem;
}
.developmentContainer4 .position .main .link a {
  margin: auto;
}
.designResearch {
  padding: 0.86rem 0 0;
}
.designResearch .title {
  text-align: center;
}
.designResearch .title h5 {
  font-size: 1.52rem;
  color: transparent;
  -webkit-text-stroke: 1px #999;
  line-height: 1;
}
.designResearch .title h6 {
  font-size: 0.32rem;
  margin-top: 0.36rem;
}
.designResearch .box {
  margin-top: 0.96rem;
}
.designResearch .box .list .item {
  margin-bottom: 0.9rem;
}
.designResearch .box .list .item a .left {
  overflow: hidden;
  width: 9.9rem;
}
.designResearch .box .list .item a .left img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.designResearch .box .list .item a .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.95rem 0 1.15rem;
  background: #f3f3f3;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.designResearch .box .list .item a .right .content0 {
  padding-top: 0.7rem;
  color: #333;
  font-size: 0.32rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.designResearch .box .list .item a .right .content1 {
  font-size: 0.18rem;
  line-height: 0.36rem;
  color: #000;
  margin-top: 0.38rem;
  height: 0.72rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.designResearch .box .list .item a .right .content2 {
  margin-top: 0.2rem;
}
.designResearch .box .list .item a .right .content2 .btn p {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  background: #00358d;
  color: #fff;
  display: block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.designResearch .box .list .item a .right .content2 .time {
  font-size: 16px;
  opacity: 0.6;
  font-family: 'gilroy_regular';
  color: #00358d;
  line-height: 40px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.designResearch .box .list .item:nth-child(2n) a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}
.designResearch .box .list .item:hover a .left img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.01);
}
.designResearch .box .list .item:hover a .right {
  background: url(../image/img45.png) 50% 50%;
  background: cover;
}
.designResearch .box .list .item:hover a .right .content0,
.designResearch .box .list .item:hover a .right .content1 {
  color: #fff;
}
.designResearch .box .list .item:hover a .right .content2 .btn p {
  background: #fff;
}
.designResearch .box .list .item:hover a .right .content2 .btn p i {
  color: #00358d;
}
.designResearch .box .list .item:hover a .right .content2 .time {
  color: #fff;
}
.designResearch .buttonMore {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 0.4rem;
}
.designInfoContainer .box {
  padding: 0.95rem 1.6rem 0.5rem;
}
.designInfoContainer .box ._time {
  font-size: 0.2rem;
  opacity: 0.6;
  color: #00358d;
  font-family: 'gilroy_regular';
}
.designInfoContainer .box ._title {
  font-size: 0.52rem;
  line-height: 0.72rem;
  margin-top: 0.32rem;
 text-align: center;
}
.designInfoContainer .box ._desc {
  margin-top: 0.84rem;
  font-size: 0.18rem;
  line-height: 0.36rem;
}
.designInfoContainer .box ._desc img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}
.designInfoContainer .box ._desc h5 {
  font-size: 0.28rem;
}
.designInfoContainer .box ._go {
  font-size: 0.18rem;
  margin-top: 1rem;
}
.designInfoContainer .box ._go a {
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.designInfoContainer .box ._go a i {
  color: #00358d;
  font-weight: bold;
}
.designInfoContainer .box ._go a:hover {
  color: #00358d;
}
.designInfoContainer .box ._correlation {
  border-top: 1px solid #ddd;
  margin-top: 0.96rem;
}
.designInfoContainer .box ._correlation ._main {
  padding-top: 0.4rem;
}
.designInfoContainer .box ._correlation ._main .item a .left {
  overflow: hidden;
  width: 7.9rem;
}
.designInfoContainer .box ._correlation ._main .item a .left img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.designInfoContainer .box ._correlation ._main .item a .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.68rem;
  background: #f3f3f3;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.designInfoContainer .box ._correlation ._main .item a .right .content0 {
  padding-top: 0.72rem;
  color: #333;
  font-size: 0.32rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.designInfoContainer .box ._correlation ._main .item a .right .content1 {
  font-size: 0.18rem;
  line-height: 0.36rem;
  color: #000;
  margin-top: 0.38rem;
  height: 0.72rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.designInfoContainer .box ._correlation ._main .item a .right .content2 {
  margin-top: 1.36rem;
}
.designInfoContainer .box ._correlation ._main .item a .right .content2 .btn p {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  background: #00358d;
  color: #fff;
  display: block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.designInfoContainer .box ._correlation ._main .item a .right .content2 .time {
  font-size: 16px;
  opacity: 0.6;
  font-family: 'gilroy_regular';
  color: #00358d;
  line-height: 40px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.designInfoContainer .box ._correlation ._main .item:hover a .left img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.designInfoContainer .box ._correlation ._main .item:hover a .right {
  background: url(../image/img45.png) 50% 50%;
  background: cover;
}
.designInfoContainer .box ._correlation ._main .item:hover a .right .content0,
.designInfoContainer .box ._correlation ._main .item:hover a .right .content1 {
  color: #fff;
}
.designInfoContainer .box ._correlation ._main .item:hover a .right .content2 .btn p {
  background: #fff;
}
.designInfoContainer .box ._correlation ._main .item:hover a .right .content2 .btn p i {
  color: #00358d;
}
.designInfoContainer .box ._correlation ._main .item:hover a .right .content2 .time {
  color: #fff;
}
.designInfoContainer .box ._correlation ._btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.76rem;
}
.aboutBanner {
  position: relative;
}
.aboutBanner .img img {
  width: 100%;
}
.aboutBanner .position {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 3.26rem;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.aboutBanner .position p {
  margin: auto;
}
.aboutBanner .position p img {
  height: 280px;
}
.aboutContainer {
  background: url(../image/img48.png) no-repeat 50% 1%;
  background-size: cover;
}
.aboutContainer .box .content0 .innerTitle {
  text-align: left;
}
.aboutContainer .box .content1 .main {
  width: 55%;
  text-align: justify;
}
.aboutContainer .box .content1 .main .top {
  font-size: 0.22rem;
  line-height: 0.46rem;
}
.aboutContainer .box .content1 .main .bot {
  margin-top: 0.68rem;
  font-size: 0.18rem;
  line-height: 0.32rem;
  color: #666;
	font-weight: 300;
}
.aboutContainer .box1 {
  margin-top: 1.4rem;
	    text-align: center;
}
.aboutContainer .box1 img {
  /*width: 100%;*/
	height: 80px;
}
.aboutFieldContainer {
  background: #000000;
  position: relative;
}
.aboutFieldContainer .imgList {
  position: relative;
}
.aboutFieldContainer .imgList p {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.aboutFieldContainer .imgList .active {
  display: block;
  -webkit-animation: clipDiamondIn 2s;
  animation: clipDiamondIn 2s;
}
.aboutFieldContainer .imgList img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.aboutFieldContainer .position {
  position: absolute;
  top: 3rem;
  left: 0;
  width: 100%;
  z-index: 2;
}
.aboutFieldContainer .box {
  padding: 0 2.1rem;
}
.aboutFieldContainer .box .boxLeft ul {
  display: grid;
  gap: 0.38rem;
}
.aboutFieldContainer .box .boxLeft ul li {
  position: relative;
}
.aboutFieldContainer .box .boxLeft ul li a {
  font-size: 0.4rem;
  color: #fff;
  opacity: 0.4;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.aboutFieldContainer .box .boxLeft ul li i {
  position: absolute;
  font-weight: bold;
  font-size: 0.32rem;
  top: 50%;
  left: -0.54rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #00358d;
  font-size: 16px;
  opacity: 0;
}
.aboutFieldContainer .box .boxLeft ul .active a {
  opacity: 1;
}
.aboutFieldContainer .box .boxLeft ul .active i {
  left: -0.34rem;
  opacity: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.aboutFieldContainer .box .boxRight {
  width: 70%;
}
.aboutFieldContainer .box .boxRight ._ite {
  font-size: 0.18rem;
  color: #fff;
  line-height: 0.32rem;
  text-align: justify;
  opacity: 0;
  position: relative;
  top: 0.5rem;
  max-height: 0;
  overflow: hidden;
}
.aboutFieldContainer .box .boxRight .active {
  display: block;
  opacity: 1;
  top: 0;
  max-height: 2rem;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.aboutFieldContainer ._title {
  position: absolute;
  left: 5.2vw;
  top: 0.96rem;
  z-index: 2;
}
@-webkit-keyframes clipDiamondIn {
  0% {
    -webkit-clip-path: circle(0 at 50% 50%);
    clip-path: circle(0 at 50% 50%);
  }
  100% {
    -webkit-clip-path: circle(100vw at 50% 50%);
    clip-path: circle(100vw at 50% 50%);
  }
}
@keyframes clipDiamondIn {
  0% {
    -webkit-clip-path: circle(0 at 50% 50%);
    clip-path: circle(0 at 50% 50%);
  }
  100% {
    -webkit-clip-path: circle(100vw at 50% 50%);
    clip-path: circle(100vw at 50% 50%);
  }
}
.aboutMakeSpeechContainer {
  padding-bottom: 2rem;
  position: relative;
}
.aboutMakeSpeechContainer .innerTitle {
  text-align: left;
}
.aboutMakeSpeechContainer .box {
  padding-left: 3.9rem;
  margin-top: 1.5rem;
}
.aboutMakeSpeechContainer .box .left {
  width: 4.95rem;
}
.aboutMakeSpeechContainer .box .left img {
  width: 100%;
}
.aboutMakeSpeechContainer .box .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 1rem;
}
.aboutMakeSpeechContainer .box .right .top {
  font-size: 0.18rem;
  line-height: 0.32rem;
}
.aboutMakeSpeechContainer .box .right .bot {
  margin-top: 1rem;
  font-size: 0.2rem;
}
.aboutMakeSpeechContainer .box .right .bot h6 {
  font-family: 'gilroy_regular';
}
.aboutMakeSpeechContainer .box .right .bot h5 {
  font-family: 'gilroy_bold';
  margin-top: 7px;
}
.aboutMakeSpeechContainer .img_posi {
  position: absolute;
  bottom: 0;
  left: 0;
}
.aboutMakeSpeechContainer .img_posi img {
  width: 5.26rem;
}
.abouthistoryCotainer {
  background: #f3f3f3;
  overflow: hidden;
}
.abouthistoryCotainer .innerTitle {
  text-align: left;
}
.abouthistoryCotainer .box {
  width: -webkit-calc(100.96%);
  width: calc(100% + 0.96rem);
  margin: 1rem -0.48rem 0;
}
.abouthistoryCotainer .box .banner .swiper-slide .item figure {
  position: relative;
}
.abouthistoryCotainer .box .banner .swiper-slide .item figure img {
  width: 100%;
}
.abouthistoryCotainer .box .banner .swiper-slide .item figure p {
  font-family: 'gilroy_bold';
  font-size: 0.5rem;
  position: absolute;
  left: 50%;
  bottom: 0.3rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.abouthistoryCotainer .box .banner .swiper-slide .item figcaption {
  font-size: 0.18rem;
  color: #333;
  margin-top: 0.26rem;
	text-align: center
}
.abouthistoryCotainer .box .banner .swiper-slide .item:hover figure p {
  color: #fff;
}
.abouthistoryCotainer .button {
  margin-top: 0.42rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.abouthistoryCotainer .button .p {
  cursor: pointer;
  margin: 0 0.2rem;
}
.abouthistoryCotainer .button .p svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.abouthistoryCotainer .button .p:hover svg path {
  fill: #00358d;
}
.insistContainer .innerTitle {
  text-align: left;
}
.insistContainer .title {
  font-size: 0.18rem;
  color: #00358d;
}
.insistContainer .box {
  display: grid;
  /*margin-top: 0.9rem;*/
  gap: 0.74rem;
}
.insistContainer .box .list {
  padding-left: 1.42rem;
}
.insistContainer .box .list .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.insistContainer .box .list .left h5 {
  font-size: 0.32rem;
  position: relative;
}
.insistContainer .box .list .left h5 i {
  position: absolute;
  font-weight: bold;
  font-size: 0.32rem;
  top: 50%;
  left: -0.54rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #00358d;
  font-size: 16px;
  opacity: 0;
}
.insistContainer .box .list .left h6 {
  font-size: 0.22rem;
  margin-top: 8px;
}
.insistContainer .box .list .left .desc {
  font-size: 0.16rem;
  color: #666;
  line-height: 0.32rem;
  margin-top: 0.32rem;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.insistContainer .box .list .left .desc p {
  min-height: 0;
}
.insistContainer .box .list .right {
  width: 6.3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.insistContainer .box .list .right div {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  padding: 0 0.92rem 0 1.1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 0rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
  opacity: 0;
}
.insistContainer .box .list .right div p {
  position: relative;
  height: 100%;
}
.insistContainer .box .list .right div p img {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-object-fit: cover;
  object-fit: cover;
}
.insistContainer .box .list:hover .left h5 i {
  left: -0.34rem;
  opacity: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.insistContainer .box .list:hover .left .desc {
  grid-template-rows: 1fr;
}
.insistContainer .box .list:hover .right div {
  height: 3.6rem;
  opacity: 1;
}
.newsContainer .box {
  margin-top: 0.72rem;
}
.newsContainer .box a .boxLeft {
  width: 38%;
  background: #f3f3f3;
  padding: 0.64rem 0.72rem 0 0.56rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.newsContainer .box a .boxLeft .content0 {
  font-size: 0.32rem;
  line-height: 0.46rem;
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.newsContainer .box a .boxLeft .content1 {
  font-size: 0.18rem;
  line-height: 0.36rem;
  margin-top: 0.28rem;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.newsContainer .box a .boxLeft .content2 {
  margin-top: 1.6rem;
}
.newsContainer .box a .boxLeft .content2 .btn p {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  background: #00358d;
  color: #fff;
  display: block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.newsContainer .box a .boxLeft .content2 .time {
  font-size: 16px;
  opacity: 0.6;
  font-family: 'gilroy_regular';
  color: #00358d;
  line-height: 40px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.newsContainer .box a .boxRight {
  width: 62%;
  overflow: hidden;
}
.newsContainer .box a .boxRight img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 1200px) {
   
   
  .newsContainer .box a:hover .boxLeft {
    background: #00358d;
  }
  .newsContainer .box a:hover .boxLeft .content0,
  .newsContainer .box a:hover .boxLeft .content1 {
    color: #fff;
  }
  .newsContainer .box a:hover .boxLeft .content2 .btn p {
    background: #fff;
  }
  .newsContainer .box a:hover .boxLeft .content2 .btn p i {
    color: #00358d;
  }
  .newsContainer .box a:hover .boxLeft .content2 .time {
    color: #fff;
  }
  .newsContainer .box a:hover .boxRight img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.newsContainer .boxList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.newsContainer .boxList .item a {
  display: block;
}
.newsContainer .boxList .item a .content0 {
  overflow: hidden;
}
.newsContainer .boxList .item a .content0 img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.newsContainer .boxList .item a .content1 {
  padding: 0.3rem 0.4rem 0.42rem;
  background: #f3f3f3;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.newsContainer .boxList .item a .content1 .content2 {
  font-size: 0.28rem;
  line-height: 0.42rem;
  height: 0.84rem;
  padding-right: 0.3rem;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.newsContainer .boxList .item a .content1 .content3 {
  margin-top: 0.48rem;
}
.newsContainer .boxList .item a .content1 .content3 .left {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  background: #00358d;
  color: #fff;
  display: block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.newsContainer .boxList .item a .content1 .content3 .left i {
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.newsContainer .boxList .item a .content1 .content3 .left:hover {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.newsContainer .boxList .item a .content1 .content3 .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.newsContainer .boxList .item a .content1 .content3 .right p {
  font-size: 16px;
  font-family: 'gilroy_regular';
  color: #00358d;
  opacity: 0.6;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 1200px) {
  .newsContainer .boxList .item a:hover .content1 {
    background: #00358d;
  }
  .newsContainer .boxList .item a:hover .content1 .content2 {
    color: #fff;
  }
  .newsContainer .boxList .item a:hover .content1 .content3 .left {
    background: #fff;
  }
  .newsContainer .boxList .item a:hover .content1 .content3 .left i {
    color: #00358d;
  }
  .newsContainer .boxList .item a:hover .content1 .content3 .right p {
    color: #fff;
  }
}
.newsContainer .box1 {
  margin-top: 0.8rem;
}
.cultureContainer .box .boxLeft {
  width: 50%;
}
.cultureContainer .box .boxLeft img {
  width: 100%;
}
.cultureContainer .box .boxRight {
  width: 40%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 0.6rem;
  padding-top: 0.45rem;
}
.cultureContainer .box .boxRight .content0 .innerTitle {
  text-align: left;
}
.cultureContainer .box .boxRight .content1 {
  margin-top: 0.34rem;
  font-size: 0.18rem;
  color: #666;
  line-height: 32px;
}
.originalIntention {
  background: #f3f3f3;
  position: relative;
}
.originalIntention .title {
  text-align: center;
}
.originalIntention .title img {
  height: 0.8rem;
}
.originalIntention .box {
  margin-top: 0.5rem;
}
.originalIntention .box .banner .item {
  font-size: 1.1rem;
  text-align: center;
  color: transparent;
  -webkit-text-stroke: 1px #ccc;
  cursor: pointer;
}
.originalIntention .box .banner .swiper-slide-active {
  opacity: 0;
}
.originalIntention .box .boxList {
  width: 7.08rem;
  margin: -0.74rem auto 0;
  background: #f3f3f3;
}
.originalIntention .box .boxList .main {
  text-align: center;
  display: none;
}
.originalIntention .box .boxList .main .content0 {
  font-size: 0.6rem;
  color: #00358d;
  line-height: 1;
}
.originalIntention .box .boxList .main .content1 {
  font-size: 0.22rem;
  margin: 0.32rem 0 0.18rem;
}
.originalIntention .box .boxList .main .content2 {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.32rem;
}
.originalIntention .box .boxList .main .content3 {
  margin-top: 0.52rem;
}
.originalIntention .box .boxList .main .content3 img {
  width: 100%;
}
.originalIntention .box .boxList .main.active {
  display: block;
}
.originalIntention .img_posi {
  position: absolute;
  bottom: 0;
  right: 0;
}
.originalIntention .img_posi img {
  width: 3.52rem;
}
.spiritContainer {
  min-height: 1rem;
  position: relative;
}
.spiritContainer::before {
  content: '';
  position: absolute;
  height: -webkit-calc(98.45%);
  height: calc(100% - 1.55rem);
  width: 100%;
  top: 0;
  left: 0;
  background: #181818;
  z-index: -1;
}
.spiritContainer .innerTitle h5 {
  color: #fff;
}
.spiritContainer .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem;
  margin-top: 1.2rem;
}
.spiritContainer .box .item {
  position: relative;
}
.spiritContainer .box .item .img {
  position: relative;
}
.spiritContainer .box .item .img img {
  width: 100%;
}
.spiritContainer .box .item .img > div {
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.spiritContainer .box .item .img > div .h5 {
  font-size: 0.32rem;
  color: #fff;
}
.spiritContainer .box .item .img > div .h6 {
  font-size: 0.22rem;
  color: #fff;
  margin-top: 10px;
}
.spiritContainer .box .item .main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #f3f3f3;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.spiritContainer .box .item .main ._main {
  width: 100%;
  text-align: center;
}
.spiritContainer .box .item .main ._main .content0 {
  font-size: 0.22rem;
}
.spiritContainer .box .item .main ._main .contnet1 {
  margin-top: 0.15rem;
  font-size: 0.18rem;
  color: #666;
  line-height: 0.32rem;
  padding: 0 0.85rem;
  display: grid;
  gap: 0.28rem;
}
.spiritContainer .box .item .main ._main .content2 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.spiritContainer .box .item .main ._main .content2 img {
  height: 0.5rem;
}
.spiritContainer .box .item:hover .main {
  opacity: 1;
}
.environmentContainer .box {
  padding: 0 2rem;
  margin-top: 0.86rem;
}
.environmentContainer .box .main .item {
  overflow: hidden;
  width: 25%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.environmentContainer .box .main .item a {
  display: block;
  position: relative;
}
.environmentContainer .box .main .item a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), to(rgba(0, 0, 0, 0.4)));
  background: -o-linear-gradient(top, transparent, transparent, rgba(0, 0, 0, 0.4));
  background: linear-gradient(to bottom, transparent, transparent, rgba(0, 0, 0, 0.4));
}
.environmentContainer .box .main .item img {
  height: 4.17rem;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.environmentContainer .box .main .item .position {
  position: absolute;
  bottom: -0.12rem;
  left: 0;
  width: 100%;
  z-index: 1;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.environmentContainer .box .main .item .position h5 {
  font-size: 0.24rem;
  color: #fff;
}
.environmentContainer .box .main .item .position .div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.12rem;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.environmentContainer .box .main .active {
  width: 47%;
}
.environmentContainer .box .main .active a .position {
  bottom: 0.3rem;
}
.environmentContainer .box .main .active a .position .div {
  opacity: 1;
}
.contactContainer {
  padding: 0.86rem 0 0;
}
.contactContainer .title {
  text-align: center;
}
.contactContainer .title h5 {
  font-size: 1.52rem;
  color: transparent;
  -webkit-text-stroke: 1px #999;
  line-height: 1;
  margin-bottom: 24px;
}
.contactContainer .box {
  padding: 0 3.64rem;
}
.contactContainer .box_privacy {
  padding-top: 0.7rem;
}
.contactContainer .box_privacy h5 {
  font-size: 0.22rem;
  font-weight: bold;
}
.contactContainer .box_privacy .desc {
  margin-top: 0.5rem;
  font-size: 0.18rem;
  color: #666;
  line-height: 1.8;
}
.contactContainer .box_privacy .info {
  margin-top: 0.68rem;
}
.contactContainer .box_privacy .info .left a {
  font-size: 0.18rem;
  color: #000;
  position: relative;
}
.contactContainer .box_privacy .info .left a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.08rem;
  width: 100%;
  height: 1px;
  background: #00358d;
}
.contactContainer .box_privacy .info .right {
  font-size: 0.18rem;
  color: #666;
  margin-left: 2.18rem;
}
.contactContainer .box_privacy .info .btn {
  font-size: 0rem;
  margin-left: 0.32rem;
  cursor: pointer;
}
.contactContainer .box_privacy .info .btn span {
  width: 18px;
  height: 18px;
  border: 1px solid #00358d;
  vertical-align: middle;
  margin-right: 12px;
  position: relative;
}
.contactContainer .box_privacy .info .btn span svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.contactContainer .box_privacy .info .btn text {
  font-size: 0.18rem;
  vertical-align: middle;
}
.contactContainer .box_privacy .info .btn.active span svg {
  opacity: 1;
}
.contactContainer .box_form {
  margin-top: 1.3rem;
  padding-top: 1.1rem;
  border-top: 1px solid #999;
}
.contactContainer .box_form ._main {
  margin-top: 0.84rem;
}
.contactContainer .box_form ._main .list {
  margin-bottom: 20px;
  position: relative;
}
.contactContainer .box_form ._main .list .item {
  border: 1px solid #ccc;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.contactContainer .box_form ._main .list .item input[type='text'],
.contactContainer .box_form ._main .list .item select,
.contactContainer .box_form ._main .list .item textarea {
  display: block;
  width: 100%;
  height: 0.8rem;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.18rem;
  padding: 0 20px;
}
.contactContainer .box_form ._main .list .item input[type='text']:not(:placeholder-shown) + p,
.contactContainer .box_form ._main .list .item select:not(:placeholder-shown) + p,
.contactContainer .box_form ._main .list .item textarea:not(:placeholder-shown) + p {
  display: none;
}
.contactContainer .box_form ._main .list .item p {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  font-size: 0.18rem;
}
.contactContainer .box_form ._main .list .item p i {
  color: #00358d;
}
.contactContainer .box_form ._main .list .item:hover {
  border-color: #00358d;
}
.contactContainer .box_form ._main .list .item textarea {
  resize: vertical;
}
.contactContainer .box_form ._main .list svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  z-index: 1;
}
.contactContainer .box_form ._main .select {
  cursor: default;
}
.contactContainer .box_form ._main .select input {
  cursor: default !important;
}
.contactContainer .box_form ._main .select ._select {
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  border-top: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  z-index: 2;
}
.contactContainer .box_form ._main .select ._select ul li {
  padding: 0 30px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.contactContainer .box_form ._main .select ._select ul li a {
  line-height: 0.4rem;
  font-size: 0.16rem;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.contactContainer .box_form ._main .select ._select ul li:hover {
  background: #00358d;
}
.contactContainer .box_form ._main .select ._select ul li:hover a {
  color: #fff;
}
.contactContainer .box_form ._main .information {
  font-size: 0.16rem;
  color: #666;
  padding: 0 20px;
}
.contactContainer .box_form ._main .list1 {
  margin-top: 0.94rem;
}
.contactContainer .box_form ._main .list1 .item1 {
  width: 38%;
}
.contactContainer .box_form ._main .list1 .item2 {
  width: 60%;
}
.contactContainer .box_form ._main .list2 {
  margin-top: 0.94rem;
}
.contactContainer .box_form ._main .list2 .item1 {
  width: 53%;
}
.contactContainer .box_form ._main .list2 .item2 {
  width: 45%;
  margin-bottom: 0;
}
.contactContainer .box_form ._main .pl textarea {
  line-height: 40px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 20px !important;
}
.contactContainer .box_form ._main .pl p {
  top: 0.4rem !important;
}
.contactContainer .buttonTwo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.8rem 0 0.96rem;
}
.contactContainer .buttonTwo div {
  margin: 0 10px;
}
.contactContainer .buttonTwo div input {
  display: block;
  width: 1.9rem;
  line-height: 0.58rem;
  text-align: center;
  border-radius: 30px;
  background: none;
  border: 2px solid #00358d;
  cursor: pointer;
  font-size: 0.18rem;
  color: #000;
}
.contactContainer .buttonTwo .sub input {
  background: #00358d;
  color: #fff;
}
.sustainableDevelopment {
  position: relative;
  height: 200vh;
}
.sustainableDevelopment ._sustainableDevelopment {
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
  z-index: 1;
  width: 100%;
  height: -webkit-calc(99vh);
  height: calc(100vh - 1rem);
  overflow: hidden;
}
.sustainableDevelopment .img {
  height: 100%;
}
.sustainableDevelopment .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sustainableDevelopment .position {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5vw;
}
.sustainableDevelopment .position ._position {
  text-align: center;
  position: relative;
  top: 2rem;
  opacity: 0;
}
.sustainableDevelopment .position ._position h5 {
  font-size: 0.4rem;
}
.sustainableDevelopment .position ._position .desc {
  font-size: 0.18rem;
  line-height: 0.36rem;
  margin-top: 0.36rem;
}
.sustainableDevelopment .position ._position.active {
  top: 0rem;
  opacity: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.sustainableDevelopment .img_mask {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.sustainableDevelopment .img_mask img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.sustainableDevelopment .img_mask .bigSvg {
  z-index: 2;
}
.sustainableDevelopment .img_mask.active {
  opacity: 0;
}
.productStandard .box {
  margin-top: 1.28rem;
    margin-bottom: 0.8rem;
}
.productStandard .box .item {
  text-align: center;
  margin: 0 0.2rem;
}
.productStandard .box .item figure {
  height: 1.06rem;
}
.productStandard .box .item figure img {
  max-height: 100%;
}
.productStandard .box .item figcaption {
  margin-top: 0.45rem;
  font-size: 0.2rem;
}
.productStandard .box1 {
  margin-top: 1.2rem;
  margin-bottom: 2.3rem;
  font-size: 0.18rem;
  text-align: center;
  line-height: 0.36rem;
}
.ProductPaging {
  padding-bottom: 0.96rem;
	padding-left: 18%;
    padding-right: 18%;
}
.ProductPaging .box .item {
  /*width: 50%;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*border-right: 1px solid #cccccc;*/
  padding: 0.18rem 0;
}
.ProductPaging .box .item:last-child {
  border: 0;
}
.ProductPaging .box .item a {
  display: block;
  /*text-align: center;*/
}
.ProductPaging .box .item a .content0 img {
  height: 1.28rem;
}
.ProductPaging .box .item a .content1 {
  margin-top: 0.5rem;
  font-size: 0.2rem;
  line-height: 0.32rem;
	    padding-left: 5.2vw;
    padding-right: 5.2vw;
	font-weight: 300;
  color: #000;
}
.ProductPaging .box .item a .content2 {
  font-size: 0.2rem;
  line-height: 0.32rem;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.ProductPaging .box .item a .content3 {
  margin-top: 0.64rem;
}
.ProductPaging .box .item a .content3 p {
  margin: auto;
  width: 34px;
  line-height: 34px;
  border-radius: 50%;
  border: 1px solid #ddd;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.ProductPaging .box .item a .content3 p i {
  font-weight: bold;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.ProductPaging .box .item a:hover .content2 {
  color: #00358d;
}
.ProductPaging .box .item a:hover .content3 p {
  background: #f0f0f0;
  border-color: #f0f0f0;
}
.cycleDesign{
    box-shadow: 0px 6px 16px rgba(0,0,0,0.05);
    position: relative;
}
.cycleDesign .toggle {
  margin-top: 0.45rem;
}
.cycleDesign .toggle ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cycleDesign .toggle ul li {
  margin: 0 0.1rem;
}
.cycleDesign .toggle ul li a {
  font-size: 0.18rem;
  color: #666;
  padding-bottom: 0.18rem;
  border-bottom: 2px solid transparent;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.cycleDesign .toggle ul li a:hover {
  color: #00358d;
}
.cycleDesign .toggle ul .active a {
  color: #000;
  border-color: #00358d;
}
.cycleDesign .box .list {
  display: none;
}
.cycleDesign .box .list .boxLeft {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1.6rem;
}
.cycleDesign .box .list .boxLeft .content0 {
  font-size: 0.18rem;
  color: #00358d;
}
.cycleDesign .box .list .boxLeft .content1 {
  font-size: 0.32rem;
  margin-top: 0.2rem;
}
.cycleDesign .box .list .boxLeft .content2 {
  font-size: 0.18rem;
  line-height: 0.36rem;
  margin-top: 0.4rem;
  margin-bottom: 0.94rem;
}
.cycleDesign .box .list .boxLeft .content3 {
  padding-top: 0.42rem;
  border-top: 1px solid #333;
  margin-bottom: 0.4rem;
}
.cycleDesign .box .list .boxLeft .content3 h6 {
  font-size: 0.22rem;
  margin-bottom: 0.3rem;
}
.cycleDesign .box .list .boxLeft .content3 ._main ._ite {
  padding:  15px;
  margin-right: 0.5rem;
}
.cycleDesign .box .list .boxLeft .content3 ._main ._ite:last-child {
  margin-right: 0;
}
.cycleDesign .box .list .boxLeft .content3 ._main ._ite figure img {
  height: 78px;
}
.cycleDesign .box .list .boxLeft .content3 ._main ._ite figcaption {
  margin-top: 0.36rem;
  font-size: 16px;
}
.cycleDesign .box .list .boxLeft .content3 .img img {
  height: 1.1rem;
}
.cycleDesign .box .list .boxRight {
  width: 50%;
}
.cycleDesign .box .list .boxRight img {
  max-width: 100%;
}
.cycleDesign .box .list .w1720 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.cycleDesign .box .list .w1720:nth-child(2n) {
  background: #f3f3f3;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}
.cycleDesign .box .active {
  display: block;
}
.productExample{
    background: #f3f3f3;
}
.productExample h5 {
  font-size: 0.32rem;
  color: #333;
  text-align: center;
}
.productExample .box {
  margin-top: 0.78rem;
}
.productExample .box .banner .swiper-slide .item a {
  display: block;
  background: #fff;
  padding: 0.5rem 0;
  position: relative;
}
.productExample .box .banner .swiper-slide .item a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.productExample .box .banner .swiper-slide .item a .img {
  height: 4.55rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.productExample .box .banner .swiper-slide .item a .img img {
  max-height: 100%;
  margin: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.productExample .box .banner .swiper-slide .item a figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: 'gilroy_Medium';
  font-size: 0.24rem;
  width: 100%;
  text-align: center;
  bottom: 0rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
.productExample .box .banner .swiper-slide .item a:hover .img img {
  opacity: 0.2;
}
.productExample .box .banner .swiper-slide .item a:hover figcaption {
  bottom: 0.45rem;
  opacity: 1;
}
.productExample .box .banner .swiper-slide .item.active a .img img {
  opacity: 0.2;
}
.productExample .button {
  margin-top: 0.74rem;
  /*margin-bottom: 1.6rem;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.productExample .button .p {
  cursor: pointer;
  margin: 0 0.2rem;
}
.productExample .button .p svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.productExample .button .p:hover svg path {
  fill: #00358d;
}
.productExample .button .prev {
  left: 0;
}
.productExample .button .next {
  right: 0;
}
.referenceValue .box {
  margin-top: 1.28rem;
}
.referenceValue .box .item {
  text-align: center;
  margin: 0 0.9rem;
}
.referenceValue .box .item figure {
  height: 1.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.referenceValue .box .item figure img {
  max-height: 100%;
  margin: auto;
}
.referenceValue .box .item figcaption {
  margin-top: 0.45rem;
  font-size: 0.2rem;
  line-height: 0.3rem;
}
.referenceValue .box1 {
  margin-top: 1.2rem;
  margin-bottom: 2.3rem;
  font-size: 0.18rem;
  text-align: center;
  line-height: 0.36rem;
}
.productExample1 {
  background: #f3f3f3;
  margin-bottom: 0.96rem;
}
.productExample1 .box .banner .swiper-slide .item a {
  background: #fff;
}
.productExample1 .button {
  margin-bottom: 0;
}


.jjfa1 .applicationInfoContainer2{
    display: none;
}

.jjfa1 .applicationInfoContainer2.active{
    display: block;
}
.jjfa2 .applicationInfoContainer{
    display: none;
}

.jjfa2 .applicationInfoContainer.active{
    display: block;
}


@media screen and (max-width: 1600px) {
  .contactContainer .box_form ._main .list .item textarea {
    height: 1rem;
    padding: 12px 20px !important;
  }
}
@media screen and (max-width: 1500px) {
  .HomeProduct .main .imgs {
    height: 8.7rem;
  }
  .HomeHotProduct .box .banner .swiper-slide {
    width: 7.6rem;
  }
  .HomeHotProduct .box .banner .swiper-slide a p {
    font-size: 1.5rem;
  }
  .HomeHotProduct .box .banner .swiper-slide a .img {
    padding-right: 0;
  }
  .HomeRegeneration .img_posi img,
  .HomeAbout .img_posi img {
    width: 4.26rem;
  }
  .FooterContainer .box .boxTop .boxRight ._left .item ul li {
    line-height: 1.8;
  }
  .developmentContainer2 .box .item:nth-child(2n) a .left {
    padding: 0 0 0 3rem;
  }
  .designInfoContainer .box ._correlation ._main .item a .right .content2,
  .newsContainer .box a .boxLeft .content2 {
    margin-top: 0.96rem;
  }
  .aboutMakeSpeechContainer .box {
    padding-left: 3.4rem;
  }
  .cultureContainer .box .boxRight {
    width: 43%;
    padding-top: 0;
  }
  .environmentContainer .box {
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 1399px) {
  .HomeRegeneration .box .boxLeft .main {
    padding-top: 0.88rem;
  }
  .HomeRegeneration .box .boxLeft {
    width: 45%;
  }
  .HomeAbout .box .boxLeft .main {
    padding-top: 0.46rem;
  }
  .FooterContainer .box .boxTop .boxRight ._right {
    margin-left: 1.66rem;
  }
  .developmentContainer2 .box .item:nth-child(2n) a .left {
    padding: 0 0 0 2rem;
  }
  .developmentContainer2 .box .item .left {
    padding: 0 1.25rem 0 2rem;
  }
  .developmentContainer2 .box .item .left .main .content0 img {
    width: 64px;
  }
  .developmentContainer2 .box .item .left .main .content0 {
    font-size: 0.38rem;
  }
  .developmentContainer3 .box .boxLeft .item {
    font-size: 0.38rem;
    line-height: 0.9rem;
  }
  .productStandard .box .item {
    margin: 0 0.42rem;
  }
  .productStandard .box .item figure {
    height: 0.96rem;
  }
  .cycleDesign .box .list .boxLeft {
    padding: 0 1rem;
  }
  .designResearch .box .list .item a .right {
    padding: 0 0.65rem 0 0.85rem;
  }
  .designResearch .box .list .item a .left {
    width: 9.5rem;
  }
  .designResearch .box .list .item a .right .content0 {
    font-size: 0.3rem;
  }
  .designInfoContainer .box ._correlation ._main .item a .left {
    width: 7.5rem;
  }
  .designInfoContainer .box ._correlation ._main .item a .right .content0 {
    padding-top: 0.52rem;
    font-size: 0.3rem;
  }
  .aboutFieldContainer .box .boxLeft ul li a {
    font-size: 0.38rem;
  }
  .aboutFieldContainer .box {
    padding: 0 1.8rem;
  }
  .aboutMakeSpeechContainer .img_posi img {
    width: 4.16rem;
  }
  .aboutMakeSpeechContainer {
    padding-bottom: 2.6rem;
  }
  .newsContainer .boxList .item a .content1 .content2 {
    font-size: 0.24rem;
  }
  .cultureContainer .box .boxRight .content1 {
    line-height: 1.8;
  }
  .originalIntention .box .banner .item {
    font-size: 1rem;
  }
  .originalIntention .title img {
    height: 0.7rem;
  }
  .innerTitle .desc1 {
    padding: 0 3.4rem;
  }
  .contactContainer .box {
    padding: 0 2.64rem;
  }
}
@media screen and (max-width: 1281px) {
    .HeaderContainer .box .column nav .item {
        padding: 0 0.2rem;
    }
    .aboutMakeSpeechContainer .box .right .top {
        font-size: 0.16rem;
    }
    
    .aboutMakeSpeechContainer .box .right .bot {
        margin-top: 0.4rem;
    }
    
    .NavMenu .box .list ul li {
        line-height: 0.35rem;
    }
    
    .NavMenu .box .list {
    padding-top: 0.34rem;
}
    
    
  .contactContainer .title h5,
  .productContainer .title,
  .designResearch .title h5 {
    font-size: 1.2rem;
  }
  .innerTitle h5,
  .HomeAbout .box .boxLeft .main .content0 .desc,
  .HomeRegeneration .box .boxLeft .main .content0 .desc,
  .developmentContainer .title,
  .developmentContainer1 .position .box h5,
  .developmentContainer4 .position .main h5,
  .innerBanner .position h6,
  .sustainableDevelopment .position ._position h5 {
    font-size: 0.38rem;
  }
  .HomeProduct .main .imgs {
    height: 7.7rem;
  }
  .HomeProduct .main .position ._box ul li a {
    font-size: 0.52rem;
    line-height: 0.78rem;
  }
  .HomeHotProduct .box .banner .swiper-slide {
    width: 7rem;
  }
  .HomeHotProduct .box .banner .swiper-slide a p {
    font-size: 1.3rem;
  }
  .innerBanner .position h5 {
    font-size: 0.4rem;
  }
  .developmentContainer2 .box .item .left .main .content0 img {
    width: 56px;
  }
  .innerBanner .position .p {
    font-size: 0.28rem;
  }
  .designInfoContainer .box ._title {
    font-size: 0.42rem;
    line-height: 1.6;
  }
  .designInfoContainer .box {
    padding: 0.95rem 1rem 0;
  }
  .aboutFieldContainer .position {
    top: 2.7rem;
  }
}
@media screen and (max-width: 1200px) {
   
     .aboutFieldContainer .box .boxRight{
        display: none;
    }
     .HomeAbout .page{
        top: 60%;
    }
  .designInfoContainer .box ._correlation {
    margin-top: 0.66rem;
  }
  .HeaderContainer {
    display: none;
  }
  .HomeBanner .box .banner .swiper-container .swiper-slide .item img {
    width: 100%;
    height: 46vh;
  }
  .HomeBanner .box .banner .swiper-container .swiper-slide .item .position .main .content1 {
    font-size: 0.46rem;
    margin-top: 0.25rem;
  }
  .HomeProduct .main .imgs {
    height: 5rem;
  }
  .HomeHotProduct .box .banner .swiper-slide a p {
    font-size: 1rem;
  }
  .HomeRegeneration .box .boxLeft {
    width: 100%;
    padding: 0;
  }
  .HomeRegeneration .box .boxRight {
    width: 100%;
    margin-top: 0.5rem;
  }
  .HomeRegeneration .box .boxLeft .main .content1 {
    padding: 0;
    margin-top: 0.32rem;
  }
  .HomeRegeneration .box .boxLeft .main {
    padding-top: 0;
  }
  .HomeRegeneration .box .boxRight p {
    text-align: center;
  }
  .HomeRegeneration .box .boxRight p img {
    width: 70%;
  }
  .HomeRegeneration .img_posi {
    z-index: -1;
  }
  .HomeRegeneration .box .boxLeft .main .content2 {
    padding-right: 0rem;
    margin-top: 0.5rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .HomeNews .box {
    margin-top: 0.6rem;
    padding: 0 0.44rem;
    position: relative;
  }
  .HomeAbout .box .boxRight {
    width: 100%;
  }
  .HomeAbout .box .boxLeft {
    width: 100%;
    padding: 0;
  }
  .HomeRegeneration .img_posi img,
  .HomeAbout .img_posi img {
    width: 2.26rem;
  }
  .HomeAbout .box .boxLeft .main .content1 {
    font-size: 0.18rem;
    line-height: 0.36rem;
    margin-top: 0.52rem;
  }
  .innerTitle h5,
  .HomeAbout .box .boxLeft .main .content0 .desc,
  .HomeRegeneration .box .boxLeft .main .content0 .desc,
  .developmentContainer .title,
  .developmentContainer1 .position .box h5,
  .developmentContainer4 .position .main h5,
  .innerBanner .position h6,
  .sustainableDevelopment .position ._position h5,
  .developmentContainer2 .box .item .left .main .content0 {
    font-size: 0.32rem;
  }
  .HomeAbout .box .boxLeft .main .content0 .desc {
    line-height: 1.6;
  }
  .FooterContainer .box .boxTop .boxRight ._left {
    display: none;
  }
  .FooterContainer .box .boxTop .boxLeft .content2 {
    margin-top: 0.8rem;
  }
  .FooterContainer .box .boxTop .boxRight ._right {
    margin-left: 0;
  }
  .FooterContainer .box .boxBot .right {
    display: none;
  }
  .FooterContainer .box .boxBot {
    margin-top: 0.7rem;
    padding-bottom: 0.34rem;
  }
  .contactContainer .title h5,
  .productContainer .title,
  .designResearch .title h5 {
    font-size: 0.8rem;
  }
  .productContainer .box {
    grid-template-columns: repeat(2, 1fr);
  }
  .fageContainer .feng {
    display: none;
  }
  .fageContainer .button {
    margin: 0 0.2rem;
  }
  .innerTitle .desc {
    padding: 0;
  }
  .applicationContainer1 .box .list a > div {
    width: 100%;
  }
  .applicationContainer1 .box .list a .right {
    padding: 0;
    margin-top: 0.5rem;
  }
  .applicationContainer1 .box .list a .right .main .content2 {
    margin-top: 0.56rem;
  }
  .applicationContainer1 .box .list:nth-child(2n) a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .innerBanner .img img {
    min-height: 3rem;
  }
  .applicationInfoContainer1 .box {
    --width: 6rem;
    --posi: calc((100vw - var(--width)) / 2 - 0.3rem);
  }
  .innerBanner .position h5 {
    font-size: 0.38rem;
  }
  .developmentContainer2 .box .item .right {
    width: 100%;
    margin-top: 0.5rem;
  }
  .developmentContainer2 .box .item .left,
  .developmentContainer2 .box .item:nth-child(2n) a .left {
    padding: 0 0 0 1.1rem;
  }
  .developmentContainer2 .box .item .left .main .content2 {
    margin-top: 0.54rem;
  }
  .developmentContainer2 .box .item:nth-child(2n) a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .developmentContainer3 .box > div {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .developmentContainer3 {
    background: #f3f3f3;
    padding: 0.94rem 0 1rem;
  }
  .developmentContainer3 .box .boxRight {
    padding-right: 0;
    margin-top: 0.5rem;
  }
  .developmentContainer3 .box .boxLeft {
    padding-right: 0;
  }
  .developmentContainer3 .box .boxLeft .item {
    font-size: 0.32rem;
    line-height: 2.2;
  }
  .developmentContainer4 .img img {
    width: 100%;
    min-height: 3rem;
  }
  .sustainableDevelopment ._sustainableDevelopment {
    height: 60vh;
  }
  .sustainableDevelopment {
    height: 150vh;
  }
  .productStandard .box .item {
    margin: 0 0.22rem 0.3rem;
  }
  .productStandard .box1 {
    margin-top: 0.6rem;
    margin-bottom: 1.2rem;
  }
  .productExample .button {
    margin-top: 0.6rem;
    margin-bottom: 1.2rem;
  }
  .cycleDesign .box .list .boxLeft,
  .designResearch .box .list .item a .left,
  .designInfoContainer .box ._correlation ._main .item a .right .content0,
  .designInfoContainer .box ._correlation ._main .item a .left {
    padding: 0;
    width: 100%;
  }
  .cycleDesign .box .list .boxRight {
    width: 100%;
    margin-top: 0.5rem;
  }
  .cycleDesign .box .list .w1720:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .referenceValue .box .item figure {
    height: 1.2rem;
  }
  .referenceValue .box .item {
    margin: 0 0.3rem;
  }
  .designResearch .box .list .item a .right .content2 {
    margin-top: 0.86rem;
  }
  .designResearch .box .list .item a .right,
  .designInfoContainer .box ._correlation ._main .item a .right {
    padding: 0.5rem;
  }
  .designResearch .box .list .item a .right .content0 {
    padding: 0;
  }
  .designResearch .box .list .item:nth-child(2n) a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .designInfoContainer .box {
    padding: 0.95rem 0rem 0.5rem;
  }
  .designInfoContainer .box ._title {
    font-size: 0.32rem;
  }
  .aboutContainer .box .content1 .main {
    width: 100%;
    margin-top: 0.5rem;
  }
  .aboutBanner .position {
    height: 1.56rem;
  }
  .aboutBanner .position p img {
    height: 38px;
  }
  .aboutFieldContainer .position {
    top: 1.8rem;
  }
  .aboutFieldContainer .imgList img {
    min-height: 6rem;
  }
  .aboutFieldContainer .box {
    padding: 0 0 0 0.3rem;
  }
  .aboutFieldContainer .box .boxLeft ul li a {
    font-size: 0.28rem;
  }
  .aboutMakeSpeechContainer .box {
    padding-left: 0rem;
    margin-top: 0.9rem;
  }
  .aboutMakeSpeechContainer .box .left {
    width: 100%;
    text-align: center;
  }
  .aboutMakeSpeechContainer .box .left img {
    width: 50%;
  }
  .aboutMakeSpeechContainer .box .right {
    padding: 0;
    margin-top: 0.5rem;
  }
  .aboutMakeSpeechContainer .img_posi img {
    width: 2.76rem;
  }
  .abouthistoryCotainer .box {
    width: 100%;
    margin: 0.9rem 0 0;
  }
  .insistContainer .box .list {
    padding-left: 0.3rem;
  }
  .insistContainer .box .list .right {
    width: 100%;
    display: none;
  }
  .newsContainer .box a .boxLeft {
    width: 100%;
    padding: 0.5rem;
  }
  .newsContainer .box a .boxRight {
    width: 100%;
  }
  .newsContainer .boxList {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
    margin-top: 0.2rem;
  }
  .cultureContainer .box .boxLeft {
    width: 100%;
  }
  .cultureContainer .box .boxRight {
    width: 100%;
    padding-top: 0.5rem;
  }
  .originalIntention .title img {
    height: 0.5rem;
  }
  .originalIntention .box .banner .item {
    font-size: 0.7rem;
  }
  .originalIntention .box .boxList .main .content0 {
    font-size: 0.4rem;
  }
  .originalIntention .box .boxList {
    width: 89.6vw;
    margin: -0.54rem auto 0;
    background: #f3f3f3;
  }
  .originalIntention .img_posi {
    display: none;
  }
  .spiritContainer .box {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.3rem;
    margin-top: 0.9rem;
  }
  .spiritContainer .box .item:last-child {
    left: 50%;
  }
  .environmentContainer .box {
    padding: 0;
  }
  .environmentContainer .box .main .item .position {
    bottom: 0.3rem;
  }
  .environmentContainer .box .main .item .position .div {
    opacity: 1;
  }
  .environmentContainer .box .main .item {
    width: 32.5%;
  }
  .contactContainer .box {
    padding: 0;
  }
  .HomeProduct .box {
    padding: 0 5.2vw;
  }
  .HomeAbout {
    padding: 0.95rem 0;
  }
  .cultureContainer .box .boxRight {
    padding-right: 0;
  }
}
@media screen and (max-width: 669px) {
  .HeaderMobile .box .logo a img {
    height: 26px;
  }
  .HomeBanner .box .banner .swiper-container .swiper-slide .item .position .main .content1 {
    font-size: 0.32rem;
  }
  .HomeBanner .box .Down {
    display: none;
  }
  .HomeBanner .box .page {
    bottom: 0.14rem;
  }
  .HomeProduct .title .desc {
    font-size: 0.28rem;
    line-height: 1.8;
  }
  .HomeProduct .main .position ._box ul li a {
    font-size: 0.24rem;
    line-height: 0.58rem;
  }
  .HomeProduct .main .position ._box ul li {
    margin: 0 0.35rem;
  }
  .HomeProduct .main .posiBut {
    bottom: 0.4rem;
  }
  .HomeHotProduct .box .banner .swiper-slide a p {
    right: auto;
    left: 0;
    font-size: 1rem;
  }
  .HomeRegeneration .box .boxRight p img {
    width: 100%;
  }
  .innerTitle h5,
  .HomeAbout .box .boxLeft .main .content0 .desc,
  .HomeRegeneration .box .boxLeft .main .content0 .desc,
  .developmentContainer .title,
  .developmentContainer1 .position .box h5,
  .developmentContainer4 .position .main h5,
  .innerBanner .position h6,
  .sustainableDevelopment .position ._position h5,
  .developmentContainer2 .box .item .left .main .content0 {
    /*font-size: 0.28rem;*/
  }
  .HomeRegeneration .img_posi {
    display: none;
  }
  .HomeNews .box .banner .item a .content1 {
    padding: 0.2rem;
    background: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .HomeNews .box .banner .item a .content1 .content3 .right p {
    font-size: 13px;
  }
  .FooterContainer .box .boxBot .left a,
  .FooterContainer .box .boxBot .left {
    font-size: 12px;
  }
  .FooterContainer .box .boxBot {
    margin-top: 0.5rem;
  }
  .FooterContainer .box .boxTop .boxLeft .content0 {
   /* display: none;*/
	  text-align: center;
	  padding-bottom: 15px;
  }
  .FooterContainer .box .boxTop .boxLeft .content1 {
    margin-top: 0;
  }
  .HeaderMobile .box .logo a img {
    height: 60px;
  }
  .contactContainer .title h5,
  .productContainer .title,
  .designResearch .title h5 {
    font-size: 0.6rem;
  }
  .productContainer .toggle ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .productContainer .toggle ul li {
    margin-bottom: 0.2rem;
  }
  .productContainer .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .productContainer .box {
    margin-top: 0.3rem;
  }
  .fageContainer .button a {
    width: 34px;
    height: 34px;
    line-height: 34px;
  }
  .p96_ {
    padding-bottom: 0.76rem;
  }
  .p96 {
    padding-top: 0.76rem;
  }
  .applicationContainer1 .box {
    margin-top: 0.6rem;
  }
  .applicationInfoContainer .box h5 {
    font-size: 0.28rem;
    line-height: 1.6;
  }
  
 
  
  .applicationInfoContainer1 {
    margin-top: 0.7rem;
  }
  
  .applicationInfoContainer1 .box {
    --width: 70vw;
    --posi: calc((100vw - var(--width)) / 2 - 0.25rem);
  }
  .applicationInfoContainer2 .box .list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 0.2rem;
  }
  .applicationInfoContainer2 .box .list ul li {
    margin: 0;
    text-align: center;
  }
  .applicationInfoContainer2 .box .list ul li a figure {
    height: 1.2rem;
  }
  .applicationInfoContainer2 .box .list ul li a figure img {
    margin: auto;
  }
  .applicationInfoContainer2 {
    padding: 0.75rem 0 0.8rem;
  }

  .developmentContainer1 .img img {
    min-height: 4rem;
  }
  .sustainableDevelopment .img_mask img {
    width: 101%;
  }
  .productStandard .box {
    margin-top: 0rem;
    margin-bottom: 0rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .productStandard .box .item figure {
    height: 0.76rem;
  }
  .ProductPaging .box .item a .content0 img {
    height: 0.88rem;
  }
  .ProductPaging {
    padding-bottom: 0.76rem;
	  padding-left: 0px;
    padding-right: 0px;
  }
  .productStandard .box1 {
    margin-top: 0.6rem;
    margin-bottom: 0.8rem;
  }
  .cycleDesign .toggle ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cycleDesign .toggle ul li {
    margin-bottom: 0.2rem;
  }
  .cycleDesign .box .list .boxLeft .content1 {
    font-size: 0.26rem;
  }
  .productExample .button {
    margin-bottom: 0.9rem;
  }
  .referenceValue .box {
    margin-top: 0.7rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
  .referenceValue .box .item figcaption {
    margin-top: 0.25rem;
  }
  .productExample1 .button {
    margin-bottom: 0rem;
  }
  .aboutBanner .position p img {
    height: 92px;
  }
  .aboutBanner .img img {
    min-height: 3rem;
  }
  .aboutContainer .box1 {
    margin-top: 0.7rem;
  }
  .aboutFieldContainer .box .boxLeft ul li a {
    font-size: 0.22rem;
  }
  .aboutFieldContainer ._title {
    top: 0.76rem;
  }
  .aboutFieldContainer .box .boxRight .active {
    max-height: 3rem;
    overflow: auto;
  }
  .aboutMakeSpeechContainer .box .left img {
    width: 100%;
  }
  .innerTitle h5 {
    line-height: 1.8;
	  padding-bottom: 50px;
  }
	.aboutContainer .box1 img {
  width: 100%;
	height: auto;
	
}
  .aboutMakeSpeechContainer .box {
    margin-top: 0.7rem;
  }
  .abouthistoryCotainer .box {
    padding: 0 5.2vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .abouthistoryCotainer .box .banner .swiper-slide .item figure p {
    font-size: 0.42rem;
  }
  .abouthistoryCotainer .box {
    width: 100%;
    margin: 0.7rem 0 0;
  }
  .insistContainer .box .list .left h5 {
    font-size: 0.26rem;
    position: relative;
  }
  .insistContainer .box {
    margin-top: 0.7rem;
    gap: 0.4rem;
  }
  .newsContainer .box a .boxLeft .content0 {
    font-size: 0.26rem;
  }
  .newsContainer .boxList {
    grid-template-columns: repeat(1, 1fr);
  }
  .innerBanner .position h5 {
    font-size: 0.28rem;
  }
  .originalIntention .title img {
    height: 0.4rem;
  }
  .originalIntention .box .banner .item {
    font-size: 0.5rem;
  }
  .originalIntention .box .boxList {
    margin: 0rem auto 0;
  }
  .originalIntention .box .boxList .main .content0 {
    position: relative;
  }
  .spiritContainer .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .spiritContainer .box .item:last-child {
    left: 0;
  }
  .spiritContainer .box {
    margin-top: 0.7rem;
  }
  .environmentContainer .box .main {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    gap: 0.2rem;
  }
  .environmentContainer .box .main .item {
    width: 100%;
  }
  .contactContainer .box_privacy .info .right {
    margin-left: 0.58rem;
  }
  .contactContainer .box_privacy .info .right {
    line-height: 2;
  }
  .contactContainer .box_form {
    margin-top: 0.7rem;
    padding-top: 0.7rem;
  }
  .contactContainer .buttonTwo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.5rem 0 0.7rem;
  }
}
.PhoneNav {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 58px;
  background: #fff;
  display: none;
}
.PhoneNav .box {
  padding: 5vw;
  height: 90%;
  overflow: scroll;
}
.PhoneNav .box .item p {
  position: relative;
}
.PhoneNav .box .item a {
  display: block;
  position: relative;
  font-size: 0.24rem;
  color: #000;
  line-height: 0.76rem;
}
.PhoneNav .box .item i {
  font-size: 0.22rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  color: #999;
}
.PhoneNav .box .item span {
  font-size: 0.22rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 0.2rem;
  height: 2px;
  background: #999;
}
.PhoneNav .box .item span::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #999;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.PhoneNav .box .item > p {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.PhoneNav .box .item > p > a {
  width: 84%;
}
.PhoneNav .box .item .item_two {
  padding-left: 0.32rem;
  display: none;
}
.PhoneNav .box .item .item_two > li > p {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.PhoneNav .box .item .item_two > li > p a {
  font-size: 0.23rem;
}
.PhoneNav .box .item .item_two > li .item_three {
  padding-left: 0.32rem;
  display: none;
}
.PhoneNav .box .item .item_two > li .item_three > li > p {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.PhoneNav .box .item .item_two > li .item_three > li > p a {
  font-size: 0.22rem;
}
.PhoneNav .box .item .item_two > li .item_three > li .item_four {
  padding-left: 0.32rem;
  display: none;
}
.PhoneNav .box .item .item_two > li .item_three > li .item_four > li > p {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.PhoneNav .box .item .item_two > li .item_three > li .item_four > li > p a {
  font-size: 0.2rem;
  line-height: 0.6rem;
}
.PhoneNav .box .item .item_two > li .item_three > li .item_four > li > p a i {
  font-size: 20px;
}
.PhoneNav .box .item .item_two > li .item_three > li.active > p a span::after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.PhoneNav .box .item .item_two > li.active > p a span::after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.PhoneNav .box .item.active > p a span::after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
/*# sourceMappingURL=./style.css.map */