.g-adv {
  height: 42.7rem;
  position: relative;
}

.g-adv .sclwrap_box,
.g-adv .m-box,
.g-adv .m-box img {
  overflow: hidden;
  height: 42.7rem;
}

.g-adv .m-box li img {
  width: 100%;
}

.g-adv .m-cnt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 1.6rem;
  bottom: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.g-adv .m-cnt li {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  margin: 0 0.5rem;
  border: 0.16rem solid #fff;
}

.g-adv .m-cnt li.z-on {
  background: #c90001;
  border-color: #c90001;
}

.type-num {
  padding: 2.5rem 0;
  background: #fff;
}
.type-num ul {
  display: flex;
}
.type-num ul li {
  width: 33.33%;
  padding-left: 6%;
  box-sizing: border-box;
  border-right: 0.1rem solid #f3f3f3;
}
.type-num ul li:last-child {
  border: 0;
}
.type-num ul li span {
  display: flex;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  color: #1f1f1f;
}
.type-num ul li .icon {
  width: 1.15rem;
  height: 1.15rem;
}
.type-num ul li p {
  font-size: 1.05rem;
  color: #333333;
}
.bts {
  text-align: center;
}
.bts a {
  font-size: 2.65rem;
  color: #333333;
  font-weight: bold;
  line-height: 1;
}
.bts span {
  display: block;
  font-size: 1.1rem;
  margin-top: 0.8rem;
  color: #333333;
}
.w_100 {
  width: 100%;
  display: block;
}

.case {
  padding: 4rem 0;
  background: #f0f0f0;
}
.case .case-swiper {
  position: relative;
  width: 90%;
  margin: 1.8rem auto 0;
  padding-bottom: 4rem;
  overflow: hidden;
}
.case .case-swiper .swiper-slide {
  display: flex;
  justify-content: space-between;
}

.case .case-swiper .swiper-slide dl {
  width: 49%;
  background: #fff;
  padding: 1.7rem 2rem;
  box-sizing: border-box;
}
.case .case-swiper .swiper-slide dl dt {
  font-size: 1rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 1rem;
}
.case .case-swiper .swiper-slide dl dd {
  width: 10.3rem;
  height: auto;
}
.case .swiper-button-next {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  margin-left: 0.5rem;
  right: auto;
  width: 3.2rem;
  height: 2.2rem;
  background: url(../Images/Index/btn2.png) no-repeat center center;
  background-size: 100%;
}
.case .swiper-button-prev {
  position: absolute;
  top: auto;
  right: auto;
  margin-left: -3.8rem;
  bottom: 0;
  left: 50%;
  width: 3.2rem;
  height: 2.2rem;
  background: url(../Images/Index/btn1.png) no-repeat center center;
  background-size: 100%;
}

.pro .pro-swiper {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.pro .pro-swiper .swiper-slide ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.pro .pro-swiper .swiper-slide ul li {
  position: relative;
  width: 50%;
}
.pro .pro-swiper .swiper-slide ul li .txt {
  position: absolute;
  bottom: 0;
  height: 6rem;
  width: 100%;
  font-size: 1.1rem;
  color: #fff;
  padding: 2.3rem 1.1rem 0 1.1rem;
  box-sizing: border-box;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
}
.pro .pro-swiper .swiper-slide ul li .txt b {
  display: block;
  font-weight: bold;
}

.pro .swiper-button-next {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  margin-left: 0.5rem;
  right: auto;
  width: 3.2rem;
  height: 2.2rem;
  background: url(../Images/Index/btn2.png) no-repeat center center;
  background-size: 100%;
}
.pro .swiper-button-prev {
  position: absolute;
  top: auto;
  right: auto;
  margin-left: -3.8rem;
  bottom: 0;
  left: 50%;
  width: 3.2rem;
  height: 2.2rem;
  background: url(../Images/Index/btn1.png) no-repeat center center;
  background-size: 100%;
}

.khpj {
  padding: 3.5rem 0 3rem 0;
}
.khpj .khpj-swiper {
  position: relative;
  width: 90%;
  margin: 1.8rem auto 0;
  padding-bottom: 4rem;
  overflow: hidden;
}
.khpj .khpj-swiper .swiper-slide {
  display: flex;
  justify-content: space-between;
}
.khpj .khpj-swiper .swiper-slide .item {
  width: 49%;
  border-radius: 0.8rem;
  overflow: hidden;
}
.khpj .swiper-button-next {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  margin-left: 0.5rem;
  right: auto;
  width: 3.2rem;
  height: 2.2rem;
  background: url(../Images/Index/btn2.png) no-repeat center center;
  background-size: 100%;
}
.khpj .swiper-button-prev {
  position: absolute;
  top: auto;
  right: auto;
  margin-left: -3.8rem;
  bottom: 0;
  left: 50%;
  width: 3.2rem;
  height: 2.2rem;
  background: url(../Images/Index/btn1.png) no-repeat center center;
  background-size: 100%;
}

.ys .ys-swiper {
  position: relative;
  margin-top: 1.9rem;
  overflow: hidden;
}

.ys .ys-swiper .swiper-slide dl {
  position: relative;
  padding-bottom: 40px;
  width: 100%;
}
.ys .ys-swiper .swiper-slide dl dt {
  width: 100%;
}
.ys .ys-swiper .swiper-slide dl dd {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70%;
  height: 5rem;
  padding-left: 1.4rem;
  box-sizing: border-box;
  background: #ca1621;
  display: flex;
  align-items: center;
}
.ys .ys-swiper .swiper-slide dl dd .icon {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  opacity: 0.8;
  margin-right: 1rem;
}
.ys .ys-swiper .swiper-slide dl dd p {
  font-size: 1.1rem;
  color: #fff;
  font-weight: bold;
}
.ys .swiper-pagination {
  left: auto !important;
  right: 0;
  width: 30% !important;
}
.ys .swiper-pagination .swiper-pagination-bullet-active {
  background: #ca1621;
}

.pk {
  padding: 4rem 0;
}
.pk .pk-swiper {
  position: relative;
  width: 90%;
  margin: 1.8rem auto 0;
  padding-bottom: 4rem;
  overflow: hidden;
}

.pk .pk-swiper .swiper-slide {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.pk .pk-swiper .swiper-slide .item {
  width: 49.5%;
}
.pk .pk-swiper .swiper-slide .item p {
  font-size: 1.1rem;
  line-height: 1;
  margin-top: 1rem;
  color: #333;
  text-align: center;
}
.pk .pk-swiper .swiper-slide .pk-icon {
  position: absolute;
  top: 3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2.3rem;
  height: 2.3rem;
  background: url(../Images/Index/vs_icon.png) no-repeat center center;
  background-size: 100%;
}

.pk .swiper-button-next {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  margin-left: 0.5rem;
  right: auto;
  width: 3.2rem;
  height: 2.2rem;
  background: url(../Images/Index/btn2.png) no-repeat center center;
  background-size: 100%;
}
.pk .swiper-button-prev {
  position: absolute;
  top: auto;
  right: auto;
  margin-left: -3.8rem;
  bottom: 0;
  left: 50%;
  width: 3.2rem;
  height: 2.2rem;
  background: url(../Images/Index/btn1.png) no-repeat center center;
  background-size: 100%;
}

.hz {
  background: #efefef;
  padding: 4rem 0;
}
.hz .hz-cont {
  margin-top: 1.6rem;
  width: 94%;
  margin: 1.6rem auto 0;
}
.hz .hz-cont ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.6rem;
}
.hz .hz-cont ul li {
  width: 32%;
  margin: 0 2% 2% 0;
}
.hz .hz-cont ul li:nth-child(3n) {
  margin-right: 0;
}
.hz .hz-cont .more {
  display: block;
  margin: 0 auto;
  width: 9.1rem;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1.1rem;
  color: #fff;
  background: #ca1621;
  text-align: center;
}

.news {
  background: #fff;
  padding: 4rem 0;
}

.news .news-cont {
  width: 94%;
  margin: 1.6rem auto 0;
}
.news .news-cont dl {
  width: 100%;
  background: #f7f7f7;
}
.news .news-cont dl dd {
  display: flex;
  padding: 1.3rem 0;
  width: 100%;
  box-sizing: border-box;
}
.news .news-cont dl dd .date {
  width: 5.4rem;
  font-size: 0.8rem;
  text-align: center;
}
.news .news-cont dl dd .date b {
  display: block;
  font-size: 2.8rem;
}
.news .news-cont dl dd .txt {
  flex: 1;
  padding-left: 1.7rem;
  padding-right: 1.2rem;
  border-left: 0.1rem solid #dfe1e3;
}
.news .news-cont dl dd .txt h5 {
  margin-bottom: 0.6rem;
}
.news .news-cont dl dd .txt h5 a {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: bold;
  color: #333;
}
.news .news-cont dl dd .txt p {
  font-size: 1.1rem;
  line-height: 1.55rem;
  color: #333;
}
.news .news-cont dl dd .txt .more {
  margin-top: 1rem;
}
.news .news-cont dl dd .txt .more a {
  font-size: 1.1rem;
  color: #e60012;
}

.news .news-cont ol li{
	padding: 2rem 0;
	border-bottom: .1rem solid #e6e8ea;
}
.news .news-cont ol li a {
  font-size: 1.15rem;
  line-height: 1.55rem;
  color: #333;
}

html {
  font-size: 10px;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media screen and (min-width: 320px) {
  html {
    font-size: 10px;
  }
}

@media screen and (min-width: 360px) {
  html {
    font-size: 11.25px;
  }
}

@media screen and (min-width: 375px) {
  html {
    font-size: 11.7px;
  }
}

@media screen and (min-width: 384px) {
  html {
    font-size: 12px;
  }
}

@media screen and (min-width: 480px) {
  html {
    font-size: 15px;
  }
}

@media screen and (min-width: 414px) {
  html {
    font-size: 13px;
  }
}

@media screen and (min-width: 560px) {
  html {
    font-size: 17.5px;
  }
}

@media screen and (min-width: 640px) {
  html {
    font-size: 20px;
  }
}
