.gray {
  color: #999;
}
.opt_6 {
  opacity: 0.6;
}
.button {
  box-sizing: border-box;
  height: 0.5rem;
  line-height: calc(0.5rem - 2px);
  margin: 0.6rem auto;
  text-align: center;
  font-size: 0.16rem;
  border-radius: 0.25rem;
  color: #e60012;
  cursor: pointer;
}
.button.ghost {
  border: 2px solid #e60012;
}
.button.white {
  color: #fff;
  border: 2px solid #fff;
}
.banner .swiper-container {
  width: 100%;
  height: 100%;
}
.banner .swiper-slide {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}
.banner .swiper-slide a {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.banner .swiper-slide video {
  object-fit: fill;
  width: 100%;
}
.banner .swiper-slide .bannerImg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.banner .swiper-slide .ctx {
  position: absolute;
  top: 200px;
}
.banner .swiper-slide .ctx p {
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-shadow: 2px 0px 5px rgba(123, 77, 50, 0.8);
}
.banner .swiper-slide .ctx .p1 {
  margin-bottom: 20px;
}
.banner {
  position: relative;
  overflow: hidden;
}
.banner #bannerBg {
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  z-index: 99;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  width: 0.88rem;
  height: 0.88rem;
  font-size: 0.4rem;
  color: #fff;
  top: 50%;
  margin-top: -0.44rem;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.banner .swiper-button-prev {
  font-family: iconfont;
  left: 0.45rem;
  background-image: none;
}
.banner .swiper-button-prev:before {
  content: "\e601";
}
.banner .swiper-button-next {
  font-family: iconfont;
  background-image: none;
  right: 0.45rem;
}
.banner .swiper-button-next:before {
  content: "\e683";
}
.banner .swiper-pagination {
  bottom: 0.35rem;
  display: flex;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 0.13rem;
  height: 0.13rem;
  margin-right: 0.12rem;
  transition: all 0.3s ease-out;
  background: #fff;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1) inset;
  opacity: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  width: 0.45rem;
  height: 0.13rem;
  border-radius: 0.065rem;
}
.content {
  overflow: hidden;
}
.content .innerWrap {
  width: 1600px;
  margin: 0 auto;
}
.content .innerWrap .title {
  text-align: center;
  color: #e60012;
}
.content .innerWrap .title > p {
  color: #cda269;
}
.content.content1 {
  background-image: url(/img/content1Bg.png);
  background-position: bottom center;
  background-repeat: no-repeat;
}
.content.content1 .ctx {
  padding-bottom: 1.3rem;
}
.content.content1 .ctx > div {
  display: flex;
  color: #fff;
  background-color: #cda269;
  border-bottom-right-radius: 174px;
}
.content.content1 .ctx > div .imgBox {
  width: 62.5%;
  background-size: cover;
  background-position: center;
}
.content.content1 .ctx > div .rightContxt {
  box-sizing: border-box;
  width: 37.5%;
  padding: 0.8rem 0.55rem;
}
.content.content1 .ctx > div .rightContxt p {
  line-height: 2;
}
.content.content1 .ctx > div .rightContxt .textCtx {
  padding: 0.4rem 0 0.6rem;
}
.content.content1 .ctx > div .rightContxt .more {
  width: 0.91rem;
  height: 1.29rem;
  padding: 0.62rem 0.1rem 0;
  text-align: center;
  color: #cda269;
  background-image: url('/img/icon2.png');
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.content.content1 .ctx > div .rightContxt .more p {
  color: #cda269;
  line-height: 1.2;
}
.content.content2 .product1 {
  height: 5.1rem;
  padding: 0.1rem 0;
}
.content.content2 .product1 .bannerImg {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.content.content2 .product1 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(1);
  opacity: 0.5;
}
.content.content2 .product1 .swiper-slide a {
  width: 100%;
  height: 100%;
}
.content.content2 .product1 .swiper-slide-active,
.content.content2 .product1 .swiper-slide-duplicate-active {
  transform: translateY(-10px);
  opacity: 1;
}
.content.content2 .product1 .swiper-slide-active .bannerImg,
.content.content2 .product1 .swiper-slide-duplicate-active .bannerImg {
  box-shadow: 0 0 20px #c0d6e4;
}
.content.content2 .product2Container {
  position: relative;
  width: 1600px;
  margin: 0 auto;
}
.content.content2 .product2Container .swiper-button-prev,
.content.content2 .product2Container .swiper-button-next {
  background-size: cover;
  background-position: center;
  font-size: 0.4rem;
  color: #999;
  top: 50%;
  margin-top: -0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
}
.content.content2 .product2Container .swiper-button-prev {
  font-family: iconfont;
  left: 0;
  background: none;
}
.content.content2 .product2Container .swiper-button-prev:before {
  content: "\e601";
}
.content.content2 .product2Container .swiper-button-next {
  font-family: iconfont;
  background: none;
  right: 0;
}
.content.content2 .product2Container .swiper-button-next:before {
  content: "\e683";
}
.content.content2 .product2 {
  box-sizing: content-box;
  height: 1.03rem;
  width: 80%;
  padding: 0.5rem 0 0.5rem;
}
.content.content2 .product2 .bannerImg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.content.content3 {
  background: #fafafa;
  padding: 0.6rem 0;
}
.content.content3 .ctx ul {
  width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.content.content3 .ctx ul li {
  width: 31.25%;
  margin-right: 3.125%;
  transition: all 0.3s ease-out;
  background: #fff;
  cursor: pointer;
}
.content.content3 .ctx ul li:nth-child(3n) {
  margin-right: 0;
}
.content.content3 .ctx ul li .imgBox {
  width: 100%;
  height: 2.85rem;
  overflow: hidden;
}
.content.content3 .ctx ul li .imgBox > div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.3s ease-out;
}
.content.content3 .ctx ul li .bottom {
  padding: 0.36rem;
}
.content.content3 .ctx ul li .bottom .desc {
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
}
.content.content3 .ctx ul li .bottom .flex {
  display: flex;
  justify-content: space-between;
}
.content.content3 .ctx ul li:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.content.content3 .ctx ul li:hover .imgBox > div {
  transform: scale(1.1);
}
.content.content3 .button {
  width: 2.5rem;
  height: 40px;
  line-height: 38px;
  border-radius: 20px;
}
.content.content4 {
  width: 100%;
  height: 7.69rem;
  background-size: cover;
  background-position: center;
}
.content.content4 .ctx {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  float: right;
  height: 100%;
  width: 50%;
  color: #fff;
  padding: 0 0 0 2rem !important;
}
.content.content4 .ctx p{
   max-height: 2.9rem;
   overflow: hidden;
}

.content.content4 .button {
  height: 40px;
  line-height: 38px;
  border-radius: 20px;
  width: 2.5rem;
}
@media screen and (max-width: 1780px) {
  .content .innerWrap {
    width: 90%;
  }
  .content.content3 .ctx ul {
    width: 100%;
  }
  .content.content2 .product2Container {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .content.content1 .ctx > div {
    flex-direction: column;
  }
  .content.content1 .ctx > div .imgBox {
    width: 100%;
    height: 5.36rem;
  }
  .content.content1 .ctx > div .rightContxt {
    width: 100%;
  }
  .content.content2 .product1 {
    height: 2.5rem;
  }
  .content.content3 .ctx ul li {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .content.content4 .ctx {
    width: 100%;
    color: #e60012;
  }
  .content.content4 .ctx h1 {
    text-align: center;
  }
}

.content .innerWrap .title .h_bg{
    height:114px;
     background-image:url(/img/title_bg.png);
     background-repeat:no-repeat;
     background-position:center;
     color:#fff;
     background-size:auto 100%;
}

@media only screen and (max-width: 1440px) {
   .content .innerWrap .h_bg{  
      height:92px !important;
   }
}
@media only screen and (max-width: 1266px){
   .content .innerWrap .h_bg{  
      height:82px !important;
      background-size: auto 100%;
   }
}

@media only screen and (max-width: 1024px){
 .content .innerWrap .h_bg{  
      height:78px !important;
      background-size: auto 100%;
   }
}

@media only screen and (max-width: 768px){
   .content .innerWrap .h_bg{  
      height:70px !important;
      background-size: auto 100%;
   }
}
<!--0.00010108947753906-->