 * .head {
  margin: 0rem;
  height: 151rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

* .head .logo {
  margin: 0rem;
  margin-left: 60rem;
}

* .head .logo img {
   margin: 0rem;
      width: 218rem;
}

* .head .nav {
  margin: 0rem;
}

* .head .nav ul {
  margin: 0rem;
  display: flex;
  width: 924rem;
  justify-content: space-around;
  padding-right: 17rem;
}

* .head .nav ul li {
  margin: 0rem;
  text-align: center;
}

* .head .nav ul li a {
  margin: 0rem;
}

* .head .nav ul li a div {
  margin: 0rem;
  font-size: 22rem;
  color: #000;
}

* .head .nav ul li a .en {
  margin: 0rem;
  color: #767676;
  font-size: 19rem;
}
.head .logo .menu{
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 960px) {
 * .head {
  margin: 0rem;
  height: 80rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head .logo .menu{
  display: block;
}
* .head .logo {
  margin: 0rem;
  margin-left: 4rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  box-sizing: border-box;
}

* .head .logo img {
  margin: 0rem;
  width: 100rem;
  height: 37rem;
}
* .head .nav{
  display: none;
}
.logo button {
  display: block;
  height: 42rem;
  padding: 16rem;
  box-sizing: content-box;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  margin-right: 0.8rem;
}

 .logo .icon_bar {
  display: block;
  height: 1rem;
  border-radius: 1px;
  width: 31rem;
  margin-top: 9rem;
  background-color: #000;
  transition: all 0.3s;
}

* .head .nav{
  display: none;
  position: absolute;
  top: 80rem;
  left: 0;
  z-index: 999;
  background: #fff;
  width: 100%;
  height: 100vh;
}
 * .head .nav ul {
    margin: 0rem;
    display: block;
    width: 100%;
    justify-content: space-around;
    padding-right: 17rem;
}
* .head .nav ul li {
    margin-bottom: 10rem;
    margin-top: 20rem;
    text-align: center;
}
 .show .icon_bar:nth-child(1) {
  transform: translate3d(0, 5rem, 0) rotate(45deg);
}

 .show  .icon_bar:nth-child(2) {
  transform: scaleX(0);
}
 .show .icon_bar:nth-child(3) {
  transform: translate3d(0, -15rem, 0) rotate(-45deg);
}
} .banner{
    height: 479rem;
    overflow: hidden;
    position: relative;
}
.banner .banner_box{
    position: absolute;
    left: 0;
    top: 238rem;
    width: 100%;
    color: #fff;
}
.banner .title{
    margin: 0 auto;
    width: 92.8%;
}
.banner .title h1{
    font-size: 32rem;
    font-weight: 500;
}
.banner .title .cn{
    font-size: 22rem;
    text-transform: uppercase;
}
.banner .title .cn::after{
    background-color: #f7f6f7;
    border-color: #171f31;
    margin-top: 10rem;
    width: 64rem;
    height: 2rem;
    content: '';
    font-size:14rem;
    display:block;
}
.banner img{
    width: 100%;
}
@media only screen and (max-width: 993px) {
 
      .banner {
            height: auto;
            overflow: unset;
            position: relative;
        } 
      .banner .banner_box{
          display: block;
            position: absolute;
            left: 0;
            top: 32rem;
            width: 100%;
            color: #fff;
        }
        .banner img {
            width: 120%;
            margin-top: 0rem;
        }
        .banner .title h1{
            font-size: 22rem;
            font-weight: 500;
        }
        .banner .title .cn{
            font-size: 22rem;
            text-transform: uppercase;
        }
} * .find-content {
  padding: 65rem 3.6%;
}

* .find-content .container {
  width: 75%;
  margin: 0 auto;
  padding-right: 15rem;
  padding-left: 15rem;
}

* .find-content .container .contact-info {
  text-align: center;
  display: flex;
  justify-content: space-evenly;
}

* .find-content .container .contact-info .contact-info-text {
  position: relative;
  width: 33.33%;
}

* .find-content .container .contact-info .contact-info-text h3 {
  font-size: 32rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  display: block;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  margin-bottom: 1rem;
}

* .find-content .container .contact-info .contact-info-text span {
  color: #5d5d5d;
  font-size: 16rem;
  font-family: "FZLTXHJW";
  font-weight: bold;
}

* .find-content .container h4 {
  position: relative;
  text-align: center;
  color: #373737;
  font-size: 32rem !important;
  margin-bottom: 50rem;
  line-height: 1.1;
}

* .find-content .container h4::after {
  content: "";
  position: absolute;
  width: 60rem;
  height: 3rem;
  background: #0046aa;
  bottom: -9.8rem;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 4rem;
  opacity: 0.9;
}

* .find-content .contact-map-box {
  display: flex;
  margin-top: 96rem;
  background-color: #e3e3e3;
  margin-bottom: 0rem;
  color: #000;
}

* .find-content .contact-map-box .map-left {
  width: 25%;
  padding: 0 32rem;
  padding-top: 3%;
}

* .find-content .contact-map-box .map-left h4 {
  display: block;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  font-size: 24rem;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

* .find-content .contact-map-box .map-left p {
  font-size: 16rem;
  color: #666;
  line-height: 1.8;
  font-weight: bold;
}

* .find-content .contact-map-box .map-right {
  width: 75%;
}

@media only screen and (max-width: 960px) {
  * .find-content {
  padding: 65rem 3.6%;
}

* .find-content .container {
  width: 75%;
  margin: 0 auto;
  padding-right: 15rem;
  padding-left: 15rem;
}

* .find-content .container .contact-info {
  text-align: center;
  display: block;
  justify-content: space-evenly;
}

* .find-content .container .contact-info .contact-info-text {
  position: relative;
  width: 100%;
}

* .find-content .container .contact-info .contact-info-text h3 {
  font-size: 32rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  display: block;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  margin-bottom: 1rem;
}

* .find-content .container .contact-info .contact-info-text span {
  color: #5d5d5d;
  font-size: 16rem;
  font-family: "FZLTXHJW";
  font-weight: bold;
}

* .find-content .container h4 {
  position: relative;
  text-align: center;
  color: #373737;
  font-size: 32rem !important;
  margin-bottom: 50rem;
  line-height: 1.1;
}

* .find-content .container h4::after {
  content: "";
  position: absolute;
  width: 60rem;
  height: 3rem;
  background: #0046aa;
  bottom: -9.8rem;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 4rem;
  opacity: 0.9;
}

* .find-content .contact-map-box {
  display: block;
  margin-top: 53rem;
  background-color: #e3e3e3;
  margin-bottom: 0rem;
  color: #000;
}

* .find-content .contact-map-box .map-left {
  width: 100%;
  padding: 0 32rem;
  padding-top: 3%;
}

* .find-content .contact-map-box .map-left h4 {
  display: block;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  font-size: 24rem;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

* .find-content .contact-map-box .map-left p {
  font-size: 16rem;
  color: #666;
  line-height: 1.8;
  font-weight: bold;
}

* .find-content .contact-map-box .map-right {
  width: 100%;
}
} * .footer {
  margin: 0rem;
  display: flex;
}

* .footer .f-left {
  margin: 0rem;
  width: 40%;
  background: #232323;
  height: 550rem;
  padding-left: 70rem;
  padding-top: 47rem;
}

* .footer .f-left .f-logo {
  margin: 0rem;
  margin-left: -10rem;
}
* .footer .f-left .f-logo img {
  width: 222rem;
}
* .footer .f-left .f-info {
  margin: 0rem;
  font-size: 16rem;
  color: #fff;
  line-height: 42rem;
  margin-bottom: 35rem;
  margin-top: 12rem;
}

* .footer .f-left .f-ewm {
  margin: 0rem;
}

* .footer .f-left .f-ewm img {
  margin: 0rem;
  width: 144rem;
}

* .footer .f-right {
  margin: 0rem;
  width: 60%;
  padding-top: 40rem;
  background: #e3e3e3;
  background-image: url(/public/uploads/20240630/f52be5668bcf43f0ab67c3d74cc5567e.png);
  background-repeat: no-repeat;
  background-position: left center;
}

* .footer .f-right .f-top {
  margin: 0rem auto;
  display: flex;
  justify-content: space-between;
  width: 800rem;
  border-bottom: 1px solid #000;
}
* .footer .f-right .f-top .name {
  margin: 0rem;
  font-size: 18rem;
  font-weight: 600;
  line-height: 54rem;
}
* .footer .f-right .f-top .top-button {
  margin: 0rem;
  font-size: 18rem;
  font-weight: 600;
  line-height: 54rem;
  cursor: pointer;
}
* .footer .f-right .f-top .top-button img {
  margin: 0rem;
  width: 55rem;
}
* .footer .f-right .f-nav {
  margin: 0rem auto;
  width: 800rem;
}

* .footer .f-right .f-nav ul {
  margin: 0rem;
  display: flex;
  justify-content: space-around;
  margin-top: 15rem;
}

* .footer .f-right .f-nav ul li {
  margin: 0rem;
  width: 135rem;
  border-right: 1px solid #c7c7c7;
}
* .footer .f-right .f-nav ul li:last-child{
  border-right:none;
}
* .footer .f-right .f-nav ul li a {
  margin: 0rem;
  text-align: center;
  padding-top: 20rem;
  display: block;
}

* .footer .f-right .f-nav ul li a div {
  margin: 0rem;
  font-size: 16rem;
  font-weight: 600;
}

* .footer .f-right .f-nav ul li a .en {
  margin: 0rem;
  font-size: 14rem;
  font-weight: 500;
  color: #767676;
}

* .footer .f-right .f-nav ul li .list {
  margin: 0rem;
  max-height: 222rem;
  overflow: hidden;
}

* .footer .f-right .f-nav ul li .list .item {
  margin: 0rem;
}

* .footer .f-right .f-nav ul li .list .item a {
  margin: 0rem;
  font-size: 14rem;
}

* .footer .f-right .f-bottom {
  margin: 0rem auto;
  width: 800rem;
  border-top: 1px solid #000;
  margin-top: 20rem;
  font-size: 17rem;
  font-weight: 500;
  padding-top: 22rem;
  line-height: 34rem;
}
.end {
  height: 36rem;
  background: #060606;
}
.end .e-box{
  font-size:14rem;
  line-height: 36rem;
  display: flex;
  justify-content: space-between;
  max-width: 1440rem;
  margin: 0 auto;
}
@media screen and (min-width: 960px) and (max-width: 1440px) {
  .end .e-box{ 
    max-width: 1275rem; 
  }
  /* * .footer .f-right .f-nav { 
      width: 700rem;
  }
  * .footer .f-right .f-top {
     width: 700rem;
  }
  * .footer .f-right .f-bottom{
     width: 700rem;
  } */
}
@media screen and (min-width: 0px) and (max-width: 960px) {
  * .footer {
  margin: 0rem;
  display: block;
}

* .footer .f-left {
  margin: 0rem;
  width: 100%;
  background: #232323;
  height: 550rem;
  padding-left: 19rem;
  padding-top: 28rem;
}

* .footer .f-left .f-logo {
  margin: 0rem;
  margin-left: -10rem;
}
* .footer .f-left .f-logo img {
  width: 222rem;
}
* .footer .f-left .f-info {
  margin: 0rem;
  font-size: 16rem;
  color: #fff;
  line-height: 42rem;
  margin-bottom: 35rem;
  margin-top: 12rem;
}

* .footer .f-left .f-ewm {
  margin: 0rem;
}

* .footer .f-left .f-ewm img {
  margin: 0rem;
  width: 144rem;
}

* .footer .f-right {
  margin: 0rem;
  width: 100%;
  padding-top: 40rem;
  background: #e3e3e3;
  background-image: url(/public/uploads/20240715/4ea830ae1ba3fc363c082bafe0328331.png);
  background-repeat: no-repeat;
  background-position: top center;
}

* .footer .f-right .f-top {
  margin: 0rem auto;
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #000;
}
* .footer .f-right .f-top .name {
  margin: 0rem;
  font-size: 18rem;
  font-weight: 600;
  line-height: 54rem;
}
* .footer .f-right .f-top .top-button {
  margin: 0rem;
  font-size: 18rem;
  font-weight: 600;
  line-height: 54rem;
  cursor: pointer;
}
* .footer .f-right .f-top .top-button img {
  margin: 0rem;
  width: 55rem;
}
* .footer .f-right .f-nav {
  margin: 0rem auto;
  width: 100%;
}

* .footer .f-right .f-nav ul {
  margin: 0rem;
  display: flex;
  justify-content: space-around;
  margin-top: 15rem;
  flex-wrap: wrap;
}

* .footer .f-right .f-nav ul li {
  margin: 0rem;
  width: 135rem;
  border-right: 1px solid #c7c7c7;
}
* .footer .f-right .f-nav ul li:last-child{
  border-right:none;
}
* .footer .f-right .f-nav ul li:nth-child(3){
  border-right:none;
}
* .footer .f-right .f-nav ul li a {
  margin: 0rem;
  text-align: center;
  padding-top: 20rem;
  display: block;
}

* .footer .f-right .f-nav ul li a div {
  margin: 0rem;
  font-size: 16rem;
  font-weight: 600;
}

* .footer .f-right .f-nav ul li a .en {
  margin: 0rem;
  font-size: 14rem;
  font-weight: 500;
  color: #767676;
}

* .footer .f-right .f-nav ul li .list {
  margin: 0rem;
  max-height: 222rem;
  overflow: hidden;
}

* .footer .f-right .f-nav ul li .list .item {
  margin: 0rem;
}

* .footer .f-right .f-nav ul li .list .item a {
  margin: 0rem;
  font-size: 14rem;
}

* .footer .f-right .f-bottom {
  margin: 0rem auto;
  width: 100%;
  border-top: 1px solid #000;
  margin-top: 20rem;
  font-size: 16rem;
  font-weight: 500;
  padding-top: 22rem;
  line-height: 34rem;
}
.end {
  height: 36rem;
  background: #060606;
}
.end .e-box{
  font-size:8rem;
  line-height: 36rem;
  display: flex;
  justify-content: space-between;
  max-width: 98%;
  margin: 0 auto;
}
} @media screen and (min-width: 960px) and (max-width: 1440px) {
    html {
        font-size: 0.7px !important;
    }
} 