@charset "UTF-8";
/* 通用样式 */
p {
  margin: 0;
}

input,
textarea {
  border: none;
  outline: none;
  background-color: transparent;
}

img {
  vertical-align: middle;
}

.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

.dfc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
  overflow: hidden;
}

.imgbig img {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.imgbig:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.ovimg img {
  width: 100%;
  min-height: 100%;
}

.ibw img {
  width: 100%;
  height: auto;
}

.miw img {
  max-width: 100%;
  max-height: 100%;
}

.iml {
  text-align: center;
}

.iml img {
  transform: translateY(-2px);
  vertical-align: middle;
}

.bgmax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.bgmin {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

.fh {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/**/
.flexed {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
}

.w1520 {
  max-width: 1550px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

/*head*/
.head-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  width: 100%;
  padding: 15px 0;
}

.head-bg .head-index {
  align-items: center;
  position: relative;
}

.head-bg .head-index .logo {
  width: 13.16%;
}

.head-bg .head-index .logo img {
  max-width: 100%;
}

.head-bg .head-index .tnav {
  width: 63.82%;
}

.head-bg .head-index .tsou img {
  max-width: 100%;
}

.so img {
  max-width: 56%;
}

.ss {
  display: none;
  position: absolute;
  right: 0;
  top: 80px;
  width: 238px;
  padding: 20px;
  border-radius: 20px;
  z-index: 999;
  background: rgba(172, 35, 27, 0.5);
}

.ss input {
  outline: none;
  line-height: 30px;
  width: 20%;
  background: none;
  border: 1px solid #fff;
  background: #fff;
  font-size: 13px;
  color: #ac231b;
  float: left;
}

.ss #keyword {
  padding-left: 5px;
  line-height: 30px;
  width: 80%;
  background: none;
  border: 1px solid #fff;
  outline: none;
  font-size: 13px;
  color: #fff;
  float: left;
}

.ss #keyword:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
  transition: background-color 5000s ease-in-out 0s;
}

.ss #keyword::placeholder {
  color: #fff;
}

/*导航栏样式*/
.nav > li {
  text-align: center;
  position: relative;
  z-index: 999;
  width: 12%;
}

.nav > li a {
  display: block;
  line-height: 62px;
  color: #fff;
  height: 62px;
  padding: 0;
  font-size: 16px;
  padding: 0;
  position: relative;
}

.nav > li a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: 0.5s;
}

.nav > li a:hover {
  color: #fff;
  text-decoration: none;
  background: none;
}

.nav > li a:hover::before {
  width: 100%;
}

.nav .sec {
  height: 0;
  background: #ac231b;
  color: #fff;
  overflow: hidden;
  z-index: 9999;
  position: absolute;
  top: 62px;
  left: 0px;
  width: 100%;
}

.nav .sec a {
  background: #ac231b;
  color: #fff;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
}

.nav .sec a:hover {
  background: #ac231b;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .nav > li a {
    font-size: 13px;
  }
}

/* 简介 */
.ab-bg {
  background: #f5f5f5;
  padding-top: 5.2vw;
  padding-left: 5.2vw;
  padding-right: 2.86458333333333vw;
}

.ab-bg .ab-index .abl {
  width: 32.29%;
}

.ab-bg .ab-index .abl h3 {
  border-bottom: 1px solid #dcdcdc;
  color: #ac231b;
  font-size: 2.6vw;
  padding: 1.25vw 0;
}

.ab-bg .ab-index .abl .aw {
  margin-top: 1vw;
}

.ab-bg .ab-index .abl .aw p {
  color: #666666;
  font-size: 16px;
  line-height: 2;
  text-align: justify;
}

.ab-bg .ab-index .abl .anum {
  margin-top: 1.5625vw;
  width: 80%;
}

.ab-bg .ab-index .abl .anum .nlist {
  position: relative;
}

.ab-bg .ab-index .abl .anum .nlist::before {
  content: '';
  position: absolute;
  background: url(../images/num.png) no-repeat center center;
  background-size: 100% 100%;
  width: 58px;
  height: 14px;
  left: 50%;
  margin-left: -29px;
  top: 50%;
  margin-top: -7px;
}

.ab-bg .ab-index .abl .anum .nlist li {
  width: 35%;
}

.ab-bg .ab-index .abl .anum .nlist li .wz1 {
  align-items: flex-end;
}

.ab-bg .ab-index .abl .anum .nlist li .wz1 h4 {
  color: #ac231b;
  font-size: 2.8125vw;
  line-height: 1;
  font-family: "Arial";
}

.ab-bg .ab-index .abl .anum .nlist li .wz1 span {
  color: #666666;
  font-size: 16px;
  margin-left: 1.5625vw;
}

.ab-bg .ab-index .abl .anum .nlist li .wz2 {
  color: #666666;
  font-size: 16px;
  margin-top: 0.5vw;
}

.ab-bg .ab-index .abl .amore {
  width: 191px;
  height: 51px;
  background: #ac231b;
  border: 1px solid transparent;
  border-radius: 30px;
  margin-top: 2.6vw;
  transition: 0.5s;
}

.ab-bg .ab-index .abl .amore a {
  display: block;
  color: #fff;
  line-height: 51px;
  font-size: 16px;
  text-align: center;
}

.ab-bg .ab-index .abl .amore:hover {
  background: #fff;
  border: 1px solid #ac231b;
}

.ab-bg .ab-index .abl .amore:hover a {
  color: #ac231b;
}

.ab-bg .ab-index .abr {
  width: 55.83%;
  position: relative;
}

.ab-bg .ab-index .abr > img {
  width: 100%;
}

.ab-bg .ab-index .abr .alist {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.ab-bg .ab-index .abr .alist li {
  position: absolute;
}

.ab-bg .ab-index .abr .alist li .aimg {
  text-align: center;
}

.ab-bg .ab-index .abr .alist li .aimg img {
  max-width: 100%;
  -webkit-animation: myfirst 1.5s infinite;
  animation: myfirst 1.5s infinite;
}

.ab-bg .ab-index .abr .alist li .wen1 {
  color: #ac231b;
  font-size: 18px;
}

.ab-bg .ab-index .abr .alist li .wenh {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  width: 240px;
  height: 137px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0.484px 1.941px 5px 0px rgba(59, 59, 59, 0.1);
  padding: 0.78125vw 0.9375vw;
  z-index: 99;
  opacity: 0;
}

.ab-bg .ab-index .abr .alist li .wenh .w1 {
  font-weight: 600;
  color: #ac231b;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ab-bg .ab-index .abr .alist li .wenh .w2 {
  color: #333333;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.ab-bg .ab-index .abr .alist li:hover .wenh {
  opacity: 1;
}

.ab-bg .ab-index .abr .alist li:nth-of-type(1) {
  left: 0;
  top: 22.13541666666667vw;
}

.ab-bg .ab-index .abr .alist li:nth-of-type(2) {
  left: 4.16666666666667vw;
  top: 13.02083333333333vw;
}

.ab-bg .ab-index .abr .alist li:nth-of-type(3) {
  left: 9.63541666666667vw;
  top: 18.85416666666667vw;
}

.ab-bg .ab-index .abr .alist li:nth-of-type(4) {
  left: 17.70833333333333vw;
  top: 7.55208333333333vw;
}

.ab-bg .ab-index .abr .alist li:nth-of-type(5) {
  left: 27.86458333333333vw;
  top: 17.44791666666667vw;
}

.ab-bg .ab-index .abr .alist li:nth-of-type(6) {
  left: 34.63541666666667vw;
  top: 9.63541666666667vw;
}

.ab-bg .ab-index .abr .alist li:nth-of-type(7) {
  left: 40.625vw;
  top: 16.14583333333333vw;
}

.ab-bg .ab-index .abr .alist li:nth-of-type(8) {
  right: 6.25vw;
  top: 9.375vw;
}

@media (max-width: 1520px) {
  .ab-bg {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1300px) {
  .ab-bg .ab-index .abl {
    width: 36.29%;
  }
  .ab-bg .ab-index .abl .aw p {
    font-size: 15px;
  }
}

@media (max-width: 1200px) {
  .ab-bg .ab-index .abl .amore {
    height: 40px;
  }
  .ab-bg .ab-index .abl .amore a {
    font-size: 14px;
    line-height: 40px;
  }
  .ab-bg .ab-index .abr .alist li .wen1 {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .ab-bg .ab-index .abl .aw p {
    font-size: 14px;
    line-height: 24px;
  }
  .ab-bg .ab-index .abl .anum .nlist li .wz2 {
    font-size: 14px;
  }
  .ab-bg .ab-index .abr .alist li .wen1 {
    font-size: 14px;
  }
}


@media (max-width: 995px) {
  .ab-bg {
    padding: 40px 15px;
  }
  .ab-index {
    flex-wrap: wrap;
  }
  .ab-bg .ab-index .abl {
    width: 100%;
  }
  .ab-bg .ab-index .abl h3 {
    font-size: 24px;
    padding: 10px 0;
  }
  .ab-bg .ab-index .abl .aw {
    margin-top: 10px;
  }
  .ab-bg .ab-index .abl .anum {
    margin-top: 10px;
    width: 100%;
  }
  .ab-bg .ab-index .abl .anum .nlist li .wz1 h4 {
    font-size: 24px;
  }
  .ab-bg .ab-index .abl .anum .nlist::before {
    width: 40px;
    height: 10px;
    margin-left: -20px;
    margin-top: -5px;
  }
  .ab-bg .ab-index .abl .anum .nlist li {
    width: 25%;
  }
  .ab-bg .ab-index .abl .amore {
    margin-top: 10px;
  }
  .ab-bg .ab-index .abr {
    width: 100%;
    margin-top: 20px;
  }
  .ab-bg .ab-index .abr > img {
    display: none;
  }
 
  /*.ab-bg .ab-index .abr .alist {*/
  /*  display: flex;*/
  /*  justify-content: space-between;*/
  /*  flex-wrap: wrap;*/
  /*  position: relative;*/
  /*}*/
  /*.ab-bg .ab-index .abr .alist li {*/
  /*  position: relative;*/
  /*  width: 46%;*/
  /*  margin-bottom: 20px;*/
  /*}*/
  /*.ab-bg .ab-index .abr .alist li .wen1 {*/
  /*  text-align: center;*/
  /*}*/
  /*.ab-bg .ab-index .abr .alist li .wenh {*/
  /*  position: relative;*/
  /*  top: 0;*/
  /*  width: 100%;*/
  /*  padding: 10px;*/
  /*  opacity: 1;*/
  /*  margin-top: 5px;*/
  /*}*/
  /*.ab-bg .ab-index .abr .alist li .wenh .w1 {*/
  /*  font-size: 15px;*/
  /*}*/
  /*.ab-bg .ab-index .abr .alist li .wenh .w2 {*/
  /*  font-size: 13px;*/
  /*  margin-top: 5px;*/
  /*}*/
  /*.ab-bg .ab-index .abr .alist li:nth-of-type(1) {*/
  /*  top: 0;*/
  /*}*/
  /*.ab-bg .ab-index .abr .alist li:nth-of-type(2) {*/
  /*  left: 0;*/
  /*  top: 0;*/
  /*}*/
  /*.ab-bg .ab-index .abr .alist li:nth-of-type(3) {*/
  /*  left: 0;*/
  /*  top: 0;*/
  /*}*/
  /*.ab-bg .ab-index .abr .alist li:nth-of-type(4) {*/
  /*  left: 0;*/
  /*  top: 0;*/
  /*}*/
  /*.ab-bg .ab-index .abr .alist li:nth-of-type(5) {*/
  /*  left: 0;*/
  /*  top: 0;*/
  /*}*/
  /*.ab-bg .ab-index .abr .alist li:nth-of-type(6) {*/
  /*  left: 0;*/
  /*  top: 0;*/
  /*}*/
  /*.ab-bg .ab-index .abr .alist li:nth-of-type(7) {*/
  /*  left: 0;*/
  /*  top: 0;*/
  /*}*/
  /*.ab-bg .ab-index .abr .alist li:nth-of-type(8) {*/
  /*  right: 0;*/
  /*  top: 0;*/
  /*}*/
}


@media (max-width: 995px){
    .ab-bg .ab-index .abr{
        width:100%;
        height:100%;
        background:url(../images/ditu.png) no-repeat top center;
        background-size:100% 100%;
    }
    .ab-bg .ab-index .abr .alist{
        position:relative;
        height:200px;
    }
    .ab-bg .ab-index .abr .alist li .aimg img{
        max-width:20px;
        width:100%;
    }
    .ab-bg .ab-index .abr .alist li .wenh .w1{
        font-size:14px;
    }
    
    .ab-bg .ab-index .abr .alist li:nth-of-type(1) {
      left: 0;
      top: 22.13541666666667vw;
    }
    
    .ab-bg .ab-index .abr .alist li:nth-of-type(2) {
      left: 18.166667vw;
      top: 10.020833vw;
    }
    
    .ab-bg .ab-index .abr .alist li:nth-of-type(3) {
      left: 19.635417vw;
      top: 29.854167vw;
    }
    
    .ab-bg .ab-index .abr .alist li:nth-of-type(4) {
      left: 43.708333vw;
      top: 2.552083vw;
    }
    
    .ab-bg .ab-index .abr .alist li:nth-of-type(5) {
      left: 46.864583vw;
      top: 25.447917vw;
    }
    
    .ab-bg .ab-index .abr .alist li:nth-of-type(6) {
      left: 63.635417vw;
      top: 0.635417vw;
    }
    
    .ab-bg .ab-index .abr .alist li:nth-of-type(7) {
      left: 71.625vw;
      top: 22.145833vw;
    }
    
    .ab-bg .ab-index .abr .alist li:nth-of-type(8) {
      right: 0.25vw;
      top: 9.375vw;
    }
    
    .ab-bg .ab-index .abr .alist li .wenh{
        width: 200px;
        left:50%;
        margin-left:-100px;
    }
    
    .ab-bg .ab-index .abr .alist li:nth-of-type(1) .wenh{
        left:15px;
        margin-left:0;
    }
    .ab-bg .ab-index .abr .alist li:nth-of-type(8) .wenh{
        left:initial;
        right:15px;
        margin-left:0;
    }
}

/* 主营・项目 */
.pro-index {
  margin-top: 4.94791666666667vw;
  margin-bottom: 5.46875vw;
}

.put {
  text-align: center;
}

.put h3 {
  color: #ac231b;
  font-size: 36px;
  font-weight: normal;
}

.put .xian {
  width: 34px;
  height: 4px;
  background: #ac231b;
  margin: 0 auto;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  margin: 15px auto;
}

.put .xian:hover {
  width: 80px;
}

.put h4 {
  color: #666666;
  font-size: 16px;
  font-weight: normal;
}

.prolist {
  flex-wrap: wrap;
  margin-top: 3.125vw;
}

.prolist li {
  width: 50%;
}

.prolist li a {
  display: flex;
  background: #f5f5f5;
}

.prolist li a .img1 {
  width: 50%;
}

.prolist li a .img1 img {
  width: 100%;
}

.prolist li a .wz {
  width: 50%;
  padding: 0 1.5625vw;
  padding-top: 2.34375vw;
}

.prolist li a .wz .wz1 {
  color: #ac231b;
  font-size: 18px;
  font-weight: 600;
}

.prolist li a .wz .wz2 {
  margin-top: 0.5vw;
}

.prolist li a .wz .wz2 p {
  font-size: 16px;
  color: #666666;
}

@media (max-width: 1024px) {
  .put h3 {
    font-size: 30px;
  }
  .prolist li a .wz .wz1 {
    font-size: 16px;
  }
  .prolist li a .wz .wz2 p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .put h3 {
    font-size: 24px;
  }
  .put h4 {
    font-size: 14px;
    line-height: 22px;
  }
  .prolist {
    flex-wrap: wrap;
  }
  .prolist li a .wz {
    padding: 5px;
  }
  .prolist li a .wz .wz1 {
    font-size: 14px;
  }
  .prolist li a .wz .wz2 p {
    font-size: 12px;
  }
}

@media (max-width: 420px) {
  .pro-index {
    margin: 30px 0;
  }
  .prolist {
    margin-top: 20px;
  }
  .prolist li {
    width: 100%;
  }
  .prolist li:nth-of-type(2) a {
    flex-direction: row-reverse;
  }
  .prolist li:nth-of-type(3) a {
    flex-direction: row-reverse;
  }
  .prolist li a .wz {
    padding: 10px;
  }
}

/*四千余年产酒历史*/
/*font-size*/
.fnt_16 {
  font-size: 16px;
}

.fnt_18 {
  font-size: 18px;
}

.fnt_20 {
  font-size: 20px;
}

.fnt_22 {
  font-size: 22px;
}

.fnt_24 {
  font-size: 24px;
}

.fnt_26 {
  font-size: 26px;
}

.fnt_30 {
  font-size: 30px;
}

.fnt_36 {
  font-size: 36px;
}

.fnt_48 {
  font-size: 48px;
}

.fnt_72 {
  font-size: 72px;
}

@media only screen and (max-width: 1660px) {
  .fnt_72 {
    font-size: 50px;
  }
  .fnt_48 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 1440px) {
  .fnt_20 {
    font-size: 18px;
  }
  .fnt_22 {
    font-size: 20px;
  }
  .fnt_24 {
    font-size: 20px;
  }
  .fnt_26 {
    font-size: 22px;
  }
  .fnt_30 {
    font-size: 24px;
  }
  .fnt_36 {
    font-size: 28px;
  }
  .fnt_48 {
    font-size: 36px;
  }
  .fnt_72 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 1024px) {
  .fnt_16 {
    font-size: 14px;
  }
  .fnt_18 {
    font-size: 16px;
  }
  .fnt_20 {
    font-size: 18px;
  }
  .fnt_22 {
    font-size: 18px;
  }
  .fnt_24 {
    font-size: 18px;
  }
  .fnt_26 {
    font-size: 18px;
  }
  .fnt_30 {
    font-size: 20px;
  }
  .fnt_36 {
    font-size: 20px;
  }
  .fnt_48 {
    font-size: 24px;
  }
  .fnt_72 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .fnt_16 {
    font-size: 14px;
  }
  .fnt_18 {
    font-size: 14px;
  }
  .fnt_20 {
    font-size: 16px;
  }
  .fnt_22 {
    font-size: 16px;
  }
  .fnt_24 {
    font-size: 16px;
  }
  .fnt_30 {
    font-size: 18px;
  }
  .fnt_36 {
    font-size: 18px;
  }
  .fnt_48 {
    font-size: 20px;
  }
  .fnt_72 {
    font-size: 20px;
  }
}

.ratio-img,
.ratio-img img {
  width: 100%;
}

.bg-cover {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.index_box01 {
  overflow: hidden;
  position: relative;
  background: #f5f5f5;
  height: 820px;
}

.index_box01 .left,
.index_box01 .right {
  height: 100%;
  position: relative;
}

.index_box01 .right ul,
.index_box01 .right ul li {
  height: 100%;
}

.index_box01 .right ul li .index_img {
  display: none;
}

.index_box01 .left {
  padding-right: 115px;
  box-sizing: border-box;
  width: 478px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/index_bg_01.png) no-repeat 0 10px;
  background-size: 45%;
}

.blank_bg {
  background: url(../images/blank_bg.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.index_box01 .right {
  width: calc(100% - 478px);
}

.index_box01 .right li {
  display: none;
  position: relative;
  border-bottom: 4px solid #701712;
}

.index_box01 .right li:first-child {
  display: block;
}

.index_bg01 {
  position: absolute;
  left: 0;
  bottom: 90px;
  width: 32%;
  z-index: 3;
}

.index_bg01 img {
  width: 100%;
}

.inherit_title {
  overflow: hidden;
  color: #fff;
  line-height: 47px;
}

.inherit_title img {
  width: 90px;
  height: 47px;
}

.inherit_title i {
  display: inline-block;
  line-height: 30px;
  vertical-align: top;
  margin-left: 10px;
  font-style: inherit;
}

.index_inherit {
  position: absolute;
  left: 0;
  bottom: 195px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 6.5%;
}

.index_text {
  width: 500px;
}

.index_text h3 {
  margin-bottom: 30px;
}

.index_scoll {
  line-height: 30px;
  max-height: 180px;
  overflow: hidden;
  color: #fff;
}

.pub_title {
  text-align: left;
  float: right;
  width: 125px;
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
  border-left: 1px solid #e6d5be;
  padding: 8px 0 50px 0;
}

.pub_title img {
  /*display: inline-block;*/
  /*width: 32px;*/
  /*height: 88px;*/
  /*margin-bottom: 15px;*/
  display: inline-block;
    max-width: 91px;
    height: 317px;
    margin-bottom: 15px;
    width: 100%;
}

.pub_title h2 {
  overflow: hidden;
  text-align: center;
  font-weight: 500;
  color: #333333;
}

.pub_title h2 p {
  display: inline-block;
}

.pub_title h4 img {
  width: 41px;
  height: 260px;
}

.pub_title h4 {
  margin-right: 15px;
}

.re_top {
  overflow: hidden;
  height: 390px;
  padding-left: 24px;
  padding-top: 35px;
}

.index_cq {
  float: left;
  color: #404346;
  line-height: 26px;
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
  width: 156px;
  
}

.index_cq p {
  color: #666666;
  font-size: 14px;
  
}

.re_bottom {
  color: #676767;
}

.re_bottom li {
  padding-left: 60px;
  margin-top: 20px;
  cursor: pointer;
  position: relative;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
}

.re_bottom li h4 {
  padding: 20px 0;
  border-bottom: 1px solid #cacaca;
  font-weight: 500;
}

.re_bottom li:after {
  content: "";
  height: 2px;
  width: 0;
  background: #ac231b;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
}

.re_bottom li.on {
  color: #ac231b;
  font-size: 24px;
}

.re_bottom li.on h4 {
  margin-left: -1em;
  font-size: 24px;
}

.re_bottom li.on:after {
  width: 100%;
}

@media only screen and (max-width: 1800px) {
  .re_bottom li h4 {
    padding: 15px 0;
  }
  .index_bg01 {
    bottom: 50px;
  }
  .index_inherit {
    bottom: 130px;
  }
  .index_box01 {
    height: 730px;
  }
}

@media only screen and (max-width: 1440px) {
  .index_inherit {
    padding: 0 3%;
  }
  .index_text h3 {
    margin-bottom: 20px;
  }
  .index_box01 .left {
    padding-right: 50px;
    width: 400px;
  }
  .index_box01 .right {
    width: calc(100% - 400px);
  }
  .index_box01 {
    height: 700px;
  }
}

@media only screen and (max-width: 1024px) {
  .index_box01 .left {
    background-size: 15%;
  }
  .index_box01 .left,
  .index_box01 .right {
    float: none;
    width: 100%;
  }
  .index_box01 .left {
    position: static;
    padding: 0;
  }
  .index_box01 .pub_title {
    overflow: hidden;
    width: 120px;
    float: left;
  }
  .index_box01 .pub_title h4 {
    float: left;
    width: 45px;
    margin-right:0;
  }
  .index_box01 .pub_title h4 img {
    width: 35px;
    height: 210px;
  }
  .index_box01 .pub_title h2 {
    width: calc(100% - 73px);
    padding-top: 0px;
  }
  .index_cq {
    float: none;
    width: 100%;
    writing-mode: inherit;
    writing-mode: inherit;
    width: calc(100% - 250px);
    float: right;
    text-align: left;
  }
  .re_top {
    padding: 30px;
    height: auto;
  }
  .re_bottom ul {
    overflow: hidden;
    text-align: center;
  }
  .re_bottom li {
    padding-left: 0;
    margin-top: 0;
    width: 25%;
    float: left;
  }
  .re_bottom li:after {
    right: 50%;
  }
  .re_bottom li.on:after {
    right: 0;
  }
  .index_box01 {
    height: auto;
  }
  .index_box01 .right ul li {
    background: none !important;
  }
  .index_box01 .right ul li .index_img {
    display: block;
  }
  .index_bg01 {
    bottom: 20px;
  }
  .index_inherit {
    bottom: 80px;
  }
  .index_scoll {
    line-height: 24px;
    max-height: 144px;
  }
  .inherit_title img {
    width: 60px;
    height: 33px;
  }
  .inherit_title {
    line-height: 33px;
  }
  .re_bottom li.on {
    font-size: inherit;
  }
  .re_bottom li.on h4 {
    margin-left: 0;
    font-size:14px;
  }
}

@media only screen and (max-width: 767px) {
  .index_box01 .pub_title,
  .index_cq {
    float: none;
    width: 100%;
    height:250px;
  }
  
  .index_box01 .pub_title{
      width:40%;
      text-align:center;
  }
  .index_cq{
      width:60%;
      padding-right:10px;
  }
  
  .index_cq p{
      line-height:28px;
      writing-mode:vertical-rl;
  }
  .index_box01 .pub_title {
    writing-mode: initial;
    writing-mode: initial;
    padding-bottom: 20px;
  }
  
  .index_box01 .pub_title img{
      max-width: 66px;
      height:220px;
  }
  
  .index_box01 .pub_title h2 {
    float: left;
    width: 50px;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    padding-left: 20px;
  }
  
  .index_box01 .pub_title h4{
      padding-left:20px;
  }
  .index_cq {
    text-align: left;
    margin-bottom: 10px;
  }
  .re_top {
    padding: 20px;
    padding-bottom: 0;
    display:flex;
    flex-direction: row-reverse;
  }
  .re_bottom {
    margin-bottom: 10px;
  }
  .re_bottom li h4 {
    padding: 10px 0;
  }
  .index_bg01,
  .blank_bg {
    display: none;
  }
  .index_inherit {
    position: static;
    background: #bb1e00;
  }
  .index_text h3 {
    margin-bottom: 10px;
  }
  .index_text {
    width: auto;
    padding: 20px 10px;
  }
}

@media only screen and (max-width: 300px){
    .index_cq p{
        font-size: 13px;
        line-height: 24px;
    }
}



/*产品展示*/
.cp-bg {
  background: url(../images/bj1.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding-top: 4.94791666666667vw;
  padding-bottom: 7.29166666666667vw;
}

.cp-roll {
  overflow: hidden;
  margin-top: 3.38541666666667vw;
}

.cp-roll .cpSwiper {
  width: 100%;
  overflow: hidden;
}

.cp-roll .cpSwiper .swiper-slide .img1 img {
  width: 100%;
}

.cpmore {
  width: 190px;
  height: 51px;
  margin: 0 auto;
  border: 1px solid #ac231b;
  background: #ac231b;
  border-radius: 30px;
  transition: 0.5s;
}

.cpmore a {
  display: block;
  text-align: center;
  line-height: 49px;
  color: #fff;
}

.cpmore:hover {
  background: #fff;
}

.cpmore:hover a {
  color: #ac231b;
}

@media (max-width: 420px) {
  .cp-bg {
    padding: 40px 0;
  }
  .cp-roll {
    margin-top: 20px;
  }
  .cpmore {
    width: 150px;
    height: 45px;
  }
  .cpmore a {
    line-height: 45px;
  }
}

/*news*/
.news-bg {
  background: url(../images/bj2.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding-top: 2.1vw;
  padding-bottom: 5.2vw;
}

.c4 .con {
  margin-top: 2.6vw;
}

@media (max-width: 780px) {
  .c4 .con {
    margin-top: 30px;
  }
}

.c4 .con .list2 {
  margin-left: -0.705vw;
  margin-right: -0.705vw;
  margin-bottom: 3.38541666666667vw;
}

@media (max-width: 780px) {
  .c4 .con .list2 {
    flex-wrap: wrap;
    margin-left: -7px;
    margin-right: -7px;
    margin-bottom: 20px;
  }
}

.c4 .con .list2 li {
  padding: 0 0.705vw;
  width: 25%;
}

@media (max-width: 780px) {
  .c4 .con .list2 li {
    width: 50%;
    margin-bottom: 20px;
    padding: 0 7px;
  }
}

.c4 .con .list2 li .times {
  font-size: 14px;
  color: #999999;
  margin-bottom: 6px;
}

.c4 .con .list2 li .img img {
  width: 100%;
}

.c4 .con .list2 li .zi {
  margin-top: 26px;
}

@media (max-width: 1025px) {
  .c4 .con .list2 li .zi {
    margin-top: 16px;
  }
}

.c4 .con .list2 li .zi h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  transition: all .3s ease-out;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.c4 .con .list2 li .zi dd {
  margin-top: 17px;
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 1025px) {
  .c4 .con .list2 li .zi dd {
    margin-top: 8px;
  }
}

.c4 .con .list2 li:hover .zi h3 {
  color: #ac231b;
}

.nmore {
  width: 190px;
  height: 51px;
  margin: 0 auto;
  border: 1px solid #ac231b;
  background: #fff;
  border-radius: 30px;
  transition: 0.5s;
}

.nmore a {
  display: block;
  text-align: center;
  line-height: 49px;
  color: #ac231b;
}

.nmore:hover {
  background: #ac231b;
}

.nmore:hover a {
  color: #fff;
}

@media (max-width: 420px) {
  .news-bg {
    padding: 20px 0;
  }
  .nmore {
    width: 150px;
    height: 45px;
  }
  .nmore a {
    line-height: 45px;
  }
}

/**/
.qyln-bg {
  background-size: 100% 100%;
  position: relative;
}

.qyln-bg > img {
  width: 100%;
}

.qyln-bg .qyln {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 100%;
}

.qyln-bg .qyln .qyln-index {
  width: 297px;
  height: 378px;
  background: #ac231b;
  float: right;
  display: flex;
  flex-direction: column;
  padding: 0 1.82291666666667vw;
}

.qyln-bg .qyln .qyln-index .qy1 {
  color: #fff;
  border-bottom: 2px solid #fff;
  padding: 1.5625vw 0;
}

.qyln-bg .qyln .qyln-index .qy1 p:nth-of-type(1) {
  font-size: 32px;
  font-family: "Arial";
  line-height: 1;
}

.qyln-bg .qyln .qyln-index .qy1 p:nth-of-type(2) {
  font-size: 32px;
  font-family: "Arial";
  line-height: 1;
}

.qyln-bg .qyln .qyln-index .qy1 p:nth-of-type(3) {
  font-size: 18px;
}

.qyln-bg .qyln .qyln-index .qy2 {
  background: url(../images/tel.png) no-repeat left center;
  padding-left: 40px;
  margin-top: 1.5625vw;
}

.qyln-bg .qyln .qyln-index .qy2 p {
  color: #fff;
  font-size: 14px;
}

.qyln-bg .qyln .qyln-index .qy2 p:nth-of-type(2) {
  font-weight: 600;
  font-size: 20px;
}

.qyln-bg .qyln .qyln-index .qy3 {
  background: #fff;
  margin-top: 2.7vw;
}

.qyln-bg .qyln .qyln-index .qy3 a {
  display: block;
  color: #ac231b;
  line-height: 40px;
  text-align: center;
}

@media (max-width: 1024px) {
  .qyln-bg .qyln .qyln-index {
    height: auto;
    padding: 20px;
  }
  .qyln-bg .qyln .qyln-index .qy1 {
    padding-top: 0;
  }
  .qyln-bg .qyln .qyln-index .qy1 p:nth-of-type(1) {
    font-size: 24px;
  }
  .qyln-bg .qyln .qyln-index .qy1 p:nth-of-type(2) {
    font-size: 24px;
  }
  .qyln-bg .qyln .qyln-index .qy1 p:nth-of-type(3) {
    font-size: 16px;
  }
  .qyln-bg .qyln .qyln-index .qy2 {
    margin-top: 10px;
  }
  .qyln-bg .qyln .qyln-index .qy3 {
    margin-top: 10px;
  }
}

@media (max-width: 420px) {
  .qyln-bg .qyln {
    position: relative;
    top: 0;
    transform: translateY(0);
  }
  .qyln-bg .qyln .w1520 {
    max-width: 100%;
    padding: 0;
  }
  .qyln-bg .qyln .qyln-index {
    float: none;
    width: 100%;
  }
}

/*foot*/
.foot-bg {
  background: url(../images/bj4.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding-top: 2.86458333333333vw;
  padding-bottom: 9.11458333333333vw;
}

.foot-index .footl {
  width: 86.18%;
}

.foot-index .footl dl {
  width: 14.5%;
}

.foot-index .footl dl dt {
  color: #333333;
  font-weight: 500;
  position: relative;
  padding-bottom: 1vw;
  margin-bottom: 1vw;
}

.foot-index .footl dl dt::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 14px;
  height: 1px;
  background: #ac231b;
}

.foot-index .footl dl dd a {
  display: block;
  font-size: 14px;
  color: #666666;
  line-height: 1.86;
}

.foot-index .footl dl dd a:hover {
  color: #ac231b;
}

.foot-index .footr img {
  max-width: 96px;
  width: 100%;
  border: 1px solid #ac231b;
  padding: 6px;
}

.foot-index .footr p {
  text-align: center;
  color: #666666;
  font-size: 14px;
  line-height: 2.5;
}

.cop-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #ac231b;
  padding: 12px 0;
}

.cop-bg .cop-index {
  color: #fff;
  font-size: 14px;
}

.cop-bg .cop-index a {
  color: #fff;
}

.cop-bg .cop-index .copl {
  width: 50%;
}

.cop-bg .cop-index .copr {
  width: 50%;
  text-align: right;
}

@media (max-width: 767px) {
  .foot-index .footr p {
    font-size: 12px;
  }
}

@media (max-width: 420px) {
  .foot-bg {
    padding: 20px 0;
  }
  .foot-index {
    flex-wrap: wrap;
  }
  .foot-index .footl {
    width: 100%;
  }
  .foot-index .footr {
    width: 100%;
    text-align: center;
  }
  .cop-bg {
    position: relative;
  }
  .cop-bg .cop-index {
    flex-wrap: wrap;
    text-align: center;
    font-size: 13px;
  }
  .cop-bg .cop-index .copl {
    width: 100%;
  }
  .cop-bg .cop-index .copr {
    width: 100%;
    text-align: center;
  }
}

.page-wrap-right .xypg-right-content p img{
    max-width: 100%;
    width: auto !important;
    height: auto!important;
}











