:root {
  --swiper-navigation-color: #e60012;
  --swiper-theme-color: #e60012;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-navigation-size: 20px;
  --swiper-pagination-bullet-size: 16px;
}

:root {
  --wh: 50%;
}

:root {
  --swiper-navigation-color: #e60012;
  --swiper-theme-color: #e60012;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-navigation-size: 20px;
  --swiper-pagination-bullet-size: 16px;
}

:root {
  --wh: 50%;
}

.pc {
  display: block;
}

.mb {
  display: none;
}

.banner .banner-con {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner .w {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.banner .swiper-slide>img {
  min-height: 185px;
  object-fit: cover;
}

.banner-gywm {
  position: absolute;
  left: 17.5%;
  top: 46%;
  transform: translateY(-50%);
  font-family: AlimamaShuHeiTi-Bold;
  font-size: 6.5vmin;
  line-height: 1.2;
  font-weight: 600;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #34405a;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.23);

}

.banner-zx {
  position: absolute;
  left: 17.5%;
  top: 48%;
  transform: translateY(-50%);
  width: 95%;
  max-width: 860px;
}

.banner-zx.mw {
  max-width: 100% !important;
}

.banner-zx span {
  font-size: 2.4vw;
  font-weight: 600;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.23);
}
.banner-zx span.yjzz{
  font-size: 4.5vw;
}

.banner-zx .tcolor {
  color: #253b64;
}

.banner-zx p {
  margin: 2% 0 8%;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.23);
}

.banner-jy {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  max-width: 1046px;
  text-align: center;

}

.banner-jy span {
  font-family: AlimamaShuHeiTi-Bold;
  font-size: 2vw;
  font-weight: 600;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.23);
}

.banner-jy p {
  margin: 2% 0 6.5%;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.23);
}

.banner-jy .index-p {
  font-size: 150%;
}

.banner-jy a {
  margin: 0 auto;
}

.banner-zx ul {
  margin: 2% 0 4%;
}

.banner-zx-t ul {
  margin: 0;
}

.banner-zx-t span {
  margin: 2% 0 4%;
  display: block;
}

.banner-zx-t .tspan {
  margin: 0;
  display: inherit;
}

.banner-zx li {
  background: url(../images/dz.png) no-repeat left center;
  padding-left: 41px;
  background-size: 24px 24px;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #ffffff;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.23);
}

.banner-zx.fs18 li {
  background: url(../images/dz.png) no-repeat left 8px;
  padding-left: 41px;
  background-size: 24px 24px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #ffffff;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.23);
}

.banner-zx .hcolor li {
  color: #000000;
}

@media screen and (max-width: 992px) {
  .banner-zx {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .banner-zx span {
    font-size: 16px;
  }

  .l-btn.zixun {
    font-size: 12px !important;
  }

  .banner-zx li {
    margin: 1% 0 1%;
    font-size: 13px;
    background-size: 18px 18px;
    padding-left: 25px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #ffffff;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.23);
  }

  .banner-jy span {
    font-size: 1.5rem;
    font-weight: bold;
  }

  .banner-jy p {
    font-size: 1.1rem;
  }

  .banner-jy .index-p {
    font-size: 1.1rem;
  }
}


.l-btn {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.l-btn:hover {
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%);
}

.pic img {
  -webkit-transition: all 1s;
  transition: all 1s;
}

.pic img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.footer .footer-t .footer-tt .footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .footer-t .footer-tt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.box-fill {
  display: block;
  width: 100%;
  height: 100%;
}

.l-layout {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.w {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100;
  z-index: 1000;
}

.header .m-nav-btn {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99999;
  width: 7vmin;
  height: 4.8vmin;
}

.header .m-nav-btn::before,
.header .m-nav-btn::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #e60012;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header .m-nav-btn::before {
  top: 0;
}

.header .m-nav-btn::after {
  bottom: 0;
}

.header .m-nav-btn.on::before {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.header .m-nav-btn.on::after {
  bottom: calc(50% - 0.4vmin);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.header .m-nav-box {
  position: fixed;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 99998;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 2%;
}

.header .m-nav-box.on {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.header .m-nav-box .m-nav {
  padding-top: 10vmin;
  font-size: 4.6vmin;
  line-height: 2;
}

.header .m-nav-box .m-nav a {
  color: #333;
}

.header .m-nav-box .m-nav .nav2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: #aaaaaa 1px solid;
}

.header .m-nav-box .m-nav .nav2 a {
  width: 50%;
  font-size: 16px;
  text-wrap: nowrap;
}

.banner {
  position: relative;
}

.footer {
  width: 100%;
  background-color: #3d3d3d;
}

.footer .footer-t {
  border-bottom: #3d3d3d 1px solid;
  padding: 1% 0;
}

.footer .footer-t .footer-tt .footer-logo {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 37.5%;
}

.footer .footer-t .footer-tt .footer-logo .footer-logo1 {
  margin-right: 3%;
}

.footer .footer-t .footer-tt .footer-cont {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.footer .footer-t .footer-tt .footer-cont .footer-tel {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer .footer-t .footer-tt .footer-cont .footer-tel .icon {
  display: inline-block;
  width: 35px;
}

.footer .footer-t .footer-tt .footer-cont .footer-tel span {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #e60012;
}

.footer .footer-t .footer-tt .footer-cont .addr {
  text-align: right;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #aaaaaa;
}

.footer .footer-c {
  border-top: #484848 1px solid;
  padding: 3% 0;
}

.footer .footer-c .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer .footer-c .footer-nav dl dt {
  margin-bottom: 10px;
}

.footer .footer-c .footer-nav dl dt a {
  font-size: 18px;
  line-height: 3;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}

.footer .footer-c .footer-nav dl dt a:hover {
  color: #e60012;
}

.footer .footer-c .footer-nav dl dt::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #d5d5d5;
}

.footer .footer-c .footer-nav dl dd a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #aaaaaa;
}

.footer .footer-c .footer-nav dl dd a:hover {
  color: #e60012;
}

.footer .footer-b {
  background-color: #2f2f2f;
}

.footer .footer-b .web-xx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px 0;
  font-size: 16px;
  line-height: 2;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #999999;
}

.footer .footer-b .links {
  padding: 10px 0 0 0;
  line-height: 1.5;
}

.footer .footer-b .web-xx a {
  color: #999999;
}

.footer .footer-b .web-xx a:hover {
  color: #e60012;
}

.header {
  --wh: 10.4838709677%;
}

.header .floor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.header .floor .logo {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 46.0483870968%;
}

.header .floor .logo .logo1 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 22.2416812609%;
}

.header .floor .logo .logo2 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 73.7530647986%;
}

.header .floor .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 4%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.header .floor .right .tel {
  margin-bottom: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 36px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #000000;
}

.header .floor .right .tel p {
  font-size: inherit;
  margin: 0 1em;
}

.header .floor .right .tel span {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #e60012;
}

.nav {
  width: 100%;
}

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

.nav ul li {
  position: relative;
}

.nav ul li>a {
  display: block;
  padding-bottom: 1.6666666667em;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #000000;
  border-bottom: transparent 4px solid;
}

.nav ul li>a:hover {
  border-bottom: #e60012 4px solid;
}

.nav ul li>a.active {
  border-bottom: #e60012 4px solid;
}

.nav ul li .nav2 {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, calc(100% + 16px));
  transform: translate(-50%, calc(100% + 16px));
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  border-radius: 4px;
  padding: 10px 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1000;
}

.nav ul li .nav2 a {
  white-space: nowrap;
  display: block;
  text-wrap: nowrap;
  text-align: center;
  font-size: 16px;
  line-height: 2.4;
  color: #000000;
}

.nav ul li .nav2 a:hover {
  color: #e60012;
}

.nav ul li:hover .nav2 {
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  visibility: visible;
  opacity: 1;
}

.banner .banner-con .ban-t {
  font-family: AlimamaShuHeiTi-Bold;
  font-size: 2vw;
  font-weight: 600;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #253b64;
  text-shadow: 1px 2px 8px rgba(76, 7, 12, 0.3);
}
.banner .banner-con .ban-xin{
  color:#fff;
}

.banner .banner-con ul {
  margin: 4% 0 5%;
}

.banner .banner-con ul li {
  padding-left: 1.5416666667em;
  background: url(../images/dz.png) no-repeat left center;
  background-size: 1em auto;
  font-size: 150%;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0px;
  color: #000000;
  text-shadow: 2px 3px 12px rgba(0, 0, 0, 0.23);
}
.banner .banner-xinc ul li{
  color:#fff;
}

.ps {
  font-family: SourceHanSansSC-Regular;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}

.l-btn.zixun {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 10em;
  height: 2.8em;
  border-radius: 1.4em;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  background-color: #e60012;
}

.l-btn.zixun.mt20 {
  margin-top: 10%;
}

.l-btn.zixun img {
  display: block;
  width: 1.2em;
  height: auto;
}

.l-btn.zixun span {
  margin-left: 0.5em;
  font-size: inherit;
  display: block;
}

.l-btn.zixun.blue {
  background-color: #253b64;
}

.l-btn.more {
  width: 7.5em;
  height: 2.5em;
  background-color: #e60012;
  border-radius: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: calc(2.5em - 2px);
  letter-spacing: 0px;
  color: #fff;
}

/*弹窗*/
.ewm-tanchuang {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}

.shop-ewm {
  position: relative;
  width: 500px;
  border-radius: 12px;
  color: #fff;
  background-color: #e60012;
  padding: 20px 30px;
}

.shop-ewm p {
  text-align: center;
}

.sc-off {
  display: block;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 26px;
  height: 26px;
}

.tcewm {
  width: 90%;
  margin: 0 auto;
  margin-top: 20px;
}

.tcewm ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tcewm ul li {
  text-align: center;
  width: 50%;
}

.tcewm ul li img {
  width: 100%;
  max-width: 158px;
}

.xianshi {
  opacity: 1;
  visibility: visible;
}

/*弹窗end*/

.l-btn.index-more {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}

.wh {
  position: relative;
}

.wh::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: var(--wh);
}

.wh .box-fill {
  position: absolute;
  left: 0;
  top: 0;
}

.box-fill {
  display: block;
  width: 100%;
  height: 100%;
}

.l-btn {
  display: block;
}

.pic {
  overflow: hidden;
}

.pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.pic .zss{
 border: 1px solid #ccc;
 border-radius: 1.1666vw;
}
.icon img {
  display: block;
  width: 100%;
}

.kj {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 80px;
  height: 300px;
  z-index: 9999;
  background-color: #dd0011;
  -webkit-box-shadow: 1px 1px 11px 0px rgba(102, 102, 102, 0.1);
  box-shadow: 1px 1px 11px 0px rgba(102, 102, 102, 0.1);
  border-radius: 10px;
}

.kj ul {
  width: 100%;
  height: 100%;
}

.kj ul li {
  height: 25%;
}

.kj ul li .box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.kj ul li .box .icon {
  height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.kj ul li .box .icon img {
  max-width: 100%;
  width: auto;
}

.kj ul li .box .info {
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}

.kj ul li .box:hover .zjj {
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  visibility: visible;
  opacity: 1;
}

.kj ul li .box .zjj {
  width: 170px;
  position: absolute;
  left: 0;
  top: 50%;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: translate(-110%, -50%);
  transform: translate(-110%, -50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #fff;
  padding: 10px;
  min-height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  -webkit-box-shadow: 1px 1px 11px 0px rgba(102, 102, 102, 0.1);
  box-shadow: 1px 1px 11px 0px rgba(102, 102, 102, 0.1);
  border-radius: 10px;
  color: #e60012;
}

.kj ul li .box .zjj img {
  display: block;
  width: 150px;
  height: 150px;
}

.kj ul li #back-to-top {
  background-color: #fff;
}

.kj ul li #back-to-top .info {
  color: #dd0011;
}

a.mlj {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  display: block;
}

.sub-nav {
  height: 81px;
  line-height: 81px;
  border-bottom: #eeeeee 1px solid;
  margin-bottom: 0;
  background-color: #fff;
}

.sub-nav.guding {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 999;
  border-top: #eeeeee 1px solid;
}

.sub-nav ul {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  overflow-x: auto;
  overflow-y: hidden;
  text-align: justify;
}

.sub-nav ul li {
  margin: 0 1%;
}

.sub-nav ul li a {
  border-bottom: transparent 2px solid;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding: 0;
  font-size: 17px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #000000;
}

.sub-nav ul li:hover a,
.sub-nav ul li.hover a {
  color: #e60012;
  border-bottom: #e60012 2px solid;
}

.swiper-pagination-bullet {
  outline: none;
}

@media screen and (max-width: 1400px) {
  .l-btn.zixun {
    font-size: 16px;
  }

  .f1 .gr li {
    font-size: 16px;
  }
}

@media screen and (max-width: 1200px) {
  .f1 .gr li {
    font-size: 14px;
  }

  .nav ul li a {
    font-size: 16px;
    padding-bottom: 0.8em;
  }
}

@media screen and (max-width: 1080px) {
  .footer .footer-t {
    border-bottom: #3d3d3d 1px solid;
    padding: 6% 0;
  }

  .header .floor .right {
    display: none;
  }

  .footer .footer-t .footer-tt .footer-cont {
    margin-top: 6%;
  }

  .footer .footer-t .footer-tt .footer-cont .footer-tel {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer .footer-t .footer-tt .footer-cont .addr {
    text-align: left;
  }

  .header .m-nav-btn {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .mb {
    display: block;
  }

  .header .m-nav-box .m-nav a {
    font-weight: bold;
  }

  .header .m-nav-box .m-nav .nav2 a {
    font-size: 14px;
    font-weight: normal;
    line-height: 2;
  }

  .w {
    width: 95% !important;
  }

  .header {
    height: 18vw;
  }

  .header .w {
    height: 100%;
  }

  .header .w .wh {
    height: 100%;
  }

  .header .floor .logo {
    width: 80%;
  }

  .banner .banner-con .ban-t {
    font-size: 1.5rem;
    font-weight: bold;
  }

  .banner .banner-con ul li {
    font-size: 1.1rem;
    ;
    padding-left: 1em;
    line-height: 1.5;
  }

  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  .floor-title {
    font-size: 5.3333333333vmin;
  }

  .footer .footer-c {
    display: none;
  }

  .max-w {
    padding-bottom: 80px;
  }

  .kj {
    position: fixed;
    right: 0;
    top: auto;
    bottom: 0;
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
    width: 100%;
    height: 50px;
    z-index: 9999;
    background-color: #dd0011;
    -webkit-box-shadow: 1px 1px 11px 0px rgba(102, 102, 102, 0.1);
    box-shadow: 1px 1px 11px 0px rgba(102, 102, 102, 0.1);
    border-radius: 0;
  }

  .kj ul {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .kj ul li {
    height: 100%;
    width: 25%;
  }

  .kj ul li .box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }

  .kj ul li .box .icon {
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .kj ul li .box .icon img {
    height: 100%;
    width: auto;
  }

  .kj ul li .box .info {
    text-align: center;
    line-height: 1.6;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
  }

  .kj ul li .box .zjj.on {
    -webkit-transform: translate(-50%, -100%) !important;
    transform: translate(-50%, -100%) !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .kj ul li .box .zjj,
  .kj ul li .box:hover .zjj {
    width: 170px;
    position: absolute;
    left: 50%;
    top: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transform: translate(-50%, -110%);
    transform: translate(-50%, -110%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #fff;
    padding: 10px;
    min-height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    -webkit-box-shadow: 1px 1px 11px 0px rgba(102, 102, 102, 0.1);
    box-shadow: 1px 1px 11px 0px rgba(102, 102, 102, 0.1);
    border-radius: 10px;
    color: #e60012;
  }

  .kj ul li .box .zjj img {
    display: block;
    width: 150px;
    height: 150px;
  }

  .kj ul li #back-to-top {
    background-color: #fff;
  }

  .kj ul li #back-to-top .info {
    color: #dd0011;
  }

  .sub-nav {
    height: 44px;
    line-height: 44px;
    border-bottom: #eeeeee 1px solid;
    margin-bottom: 2.3958333333%;
    background-color: #fff;
  }

  .sub-nav ul li a {
    font-size: 16px;
  }

  .banner-zx p {
    font-size: 14px;
  }

  .l-btn.more {
    font-size: 15px;
    line-height: calc(2.5em - 1px);
  }

  .shop-ewm {
    width: 60%;
  }

  .tcewm ul li {
    width: 100%;
  }

  .tcewm ul li img {
    width: 60%;
  }
  .footer .footer-t .footer-tt .footer-logo .footer-logo1 img{
    max-width: 90%;
  }
}