/*  */
.ztzlbox {
  text-align: center;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.zt_piclist {}

.zt_piclist:after {
  content: '';
  display: inline-block;
  width: calc(25% - .1rem);
}

.zt_piclist li {
  width: calc(25% - .3rem);
  margin-bottom: .3rem
}

.zt_piclist li a {
  display: block;
  position: relative;
}

.zt_piclist li h4 {

  left: 0;
  bottom: 0;
  right: 0;
  line-height: .5rem;
  color: #222;
  font-weight: normal;
  padding: 0 .1rem;
  font-size: .18rem
}

.zt_piclist li .imgBox {}

.zt_piclist li .imgBox .img {
  padding-bottom: 57%;
}

/*  */
.about_bg {
  background: url(../images/about_bg.png) center no-repeat;
  background-size: cover;
}

.abttit {
  margin-bottom: .2rem;
  position: relative;
  line-height: .26rem;
  padding-left: .2rem;
  text-align: right;
  width: 100%;
}

.abttit .posi {
  font-size: .14rem;
  color: #666;
  padding-left: .25rem;
  background: url(../images/posi.png) no-repeat left .03rem;
  background-size: .19rem .16rem;
  float: right;
}

.abttit .posi a {
  color: #666;
}

.abttit .posi a:hover {
  color: #b40303;
}

/* about_tsgk */
.about_tsgk {
  text-align: center;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.about_tit {
  width: auto;
  height: auto;
  overflow: hidden;
  margin-bottom: 0.4rem;
  position: relative;
}

.about_tit h1 {
  font-size: .36rem;
  font-weight: bold;
  color: #323333;
  position: relative;
  display: inline-table;
  padding: 0.15rem 0;
  width: auto;
  height: auto;
}

.about_tit h1::after {
  content: "";
  position: absolute;
  left: -0.5rem;
  top: 0;
  z-index: -1;
  background: url(../images/about_titbg.png) center no-repeat;
  width: 1.97rem;
  height: 0.76rem;
  background-size: 100% 100%;
}

.about_tit i {
  color: #9b1e23;
  font-style: normal;
  font-weight: bold;
}

/*  */
.about_box {
  padding: 0 2px;
}

.about_box ul li {
  width: calc(20% - .3rem);
  background: #fff;
  margin-bottom: .16rem;
  border-radius: .1rem;
  height: 1.9rem;
  text-align: center;
  transition: .3s;
  border: #cccccc 1px solid;
  position: relative;
}

.about_box ul li:hover {
  background: #9b1e23;
}

.about_box ul li a {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  flex-direction: column;
}

.about_box ul li img {
  height: .52rem;
}

.about_box ul li p {
  color: #323333;
  margin-top: .2rem;
  font-size: 0.22rem;
}

.about_box ul li:hover p {
  color: #fff;
}

.linesq {
  position: relative;
}



.linesq:before {
  content: '';
  width: 3px;
  height: 100%;
  right: -2px;
  top: 0;
  position: absolute;
  background: url(../images/ab_linev.png) repeat-y top center;
  background-size: 100% auto;
  pointer-events: none;
  display: none;
}

.linesq:after {
  content: '';
  width: 100%;
  height: 3px;
  right: 0;
  bottom: -2px;
  position: absolute;
  background: url(../images/ab_line.png) repeat-x top center;
  background-size: auto 100%;
  pointer-events: none;
  display: none;
}

.linesq3 .sq3 {
  position: absolute;
  width: 42px;
  height: 41px;
  background: url(../images/ab_rb.png) no-repeat center;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 2;
  display: none;
}

.linesq2 .sq2 {
  position: absolute;
  width: 42px;
  height: 41px;
  background: url(../images/ab_rt.png) no-repeat center;
  right: -2px;
  top: -2px;
  pointer-events: none;
  z-index: 2;
  display: none;
}

.linesq2 .sq3 {
  position: absolute;
  width: 42px;
  height: 41px;
  background: url(../images/ab_rb.png) no-repeat center;
  right: -2px;
  bottom: -2px;
  pointer-events: none;
  z-index: 2;
  display: none;
}

.linesq2 .sq4 {
  position: absolute;
  width: 42px;
  height: 41px;
  background: url(../images/ab_lb.png) no-repeat center;
  left: -2px;
  bottom: -2px;
  pointer-events: none;
  z-index: 2;
  display: none;
}

.linesq2 .sq4:before {
  content: '';
  width: 6px;
  height: .6rem;

  background-size: 100% auto;
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: 0;
  display: none;
}

.linesq2 .sq2:before {
  content: '';
  width: .6rem;
  height: 6px;
 
  background-size: auto 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 100%;
  z-index: 0;
  display: none;
}

.about_box ul li:hover.linesq:before {
  display: block;
}

.about_box ul li:hover.linesq:after {
  display: block;
}

.about_box ul li:hover .sq3 {
  display: block;
}

.about_box ul li:hover .sq2 {
  display: block;
}

.about_box ul li:hover .sq3 {
  display: block;
}

.about_box ul li:hover .sq4 {
  display: block;
}

.about_box ul li:hover .sq4:before {
  display: block;
}

.about_box ul li:hover .sq2:before {
  display: block;
}

.about_box ul li i {
  width: 0.52rem;
  height: 0.52rem;
  display: block;
  margin: 0 auto;
}

.about_box_ico1 {
  background: url(../images/about_ico_1.png);
}

.about_box_ico2 {
  background: url(../images/about_ico_2.png);
}

.about_box_ico3 {
  background: url(../images/about_ico_3.png);
}

.about_box_ico4 {
  background: url(../images/about_ico_4.png);
}

.about_box_ico5 {
  background: url(../images/about_ico_5.png);
}

.about_box ul li:hover .about_box_ico1 {
  background: url(../images/about_ico_1hover.png);
}

.about_box ul li:hover .about_box_ico2 {
  background: url(../images/about_ico_2hover.png);
}

.about_box ul li:hover .about_box_ico3 {
  background: url(../images/about_ico_3hover.png);
}

.about_box ul li:hover .about_box_ico4 {
  background: url(../images/about_ico_4hover.png);
}

.about_box ul li:hover .about_box_ico5 {
  background: url(../images/about_ico_5hover.png);
}

/* y_tsbox */
.y_tsbox {
  text-align: center;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0.5rem 0;
}

.lyimgb {
  width: 100%;
}

.ly_box_l {
  width: calc(48% - 0.1rem);
}

.ly_box_c {
  width: calc(25% - 0.1rem);

}

.ly_box_r {
  width: calc(25% - 0.1rem);
}

.ly_box_l .imgl:nth-child(1) {
  width: 100%;
}

.ly_box_l .imgl:nth-child(1) .imgBox .img {
  height: 3.75rem
}

.ly_box_l .imgl:nth-child(2) {
  width: calc(50% - 0.1rem);
  padding-top: 0.18rem;
}

.ly_box_l .imgl:nth-child(3) {
  width: calc(50% - 0.1rem);
  padding-top: 0.18rem;
}



.lyimgb .imgBox .img {
  padding-bottom: 0;
  height: 2.25rem
}

.lyimgb .eclip {
  display: none;
  transition: all 0.6s;
}

.lyimgb a:hover .eclip {
  display: block;
  transition: all 0.6s;
}

.lyimgb h4 {
  padding: .5rem .2rem 0;
  background: url(../images/blackms.png) repeat-x bottom center;
  background-size: auto 100%;
  line-height: .6rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  font-weight: normal;
  text-align: left;
  font-size: 0.2rem;
}

.lyimgb h4 span {
  color: #fff;
  display: inline-block;
}

.lyimgb a {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.ly_box_c .imgl:nth-child(1) {
  width: 100%;
  height: 2.27rem
}

.ly_box_c .imgl:nth-child(2) {
  width: 100%;
  padding-top: 0.18rem;
}

.ly_box_c .imgl:nth-child(2) .imgBox .img {
  height: 3.75rem
}

.ly_box_r .imgl:nth-child(1) {
  width: 100%;

}

.ly_box_r .imgl:nth-child(1) .imgBox .img {
  height: 3.75rem
}

.ly_box_r .imgl:nth-child(2) {
  width: 100%;
  padding-top: 0.18rem;

}

.st_box {
  text-align: center;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.st_list ul {
  padding-top: 0rem
}

.st_list ul li {
  float: left;
}

.st_list ul li a {
  display: block;
  position: relative;
}

.st_list ul li .imgBox .img {
  padding-bottom: 0;
  height: 2.25rem
}

.st_list ul li h4 {
  padding: .3rem .2rem 0.1rem .2rem;
  background: url(../images/blackms.png) repeat-x bottom center;
  background-size: auto 100%;
  line-height: .36rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  font-weight: normal;
  text-align: left;
}

.st_list ul li h4 span {
  color: #fff;
  font-size: 0.2rem;
  display: inline-block;
  background: url(../images/ico_play.png) left center no-repeat;
  padding-left: 0.4rem;
}

.st_list ul li:nth-child(1) {
  width: 48%;

}

.st_list ul li:nth-child(1) span {
  font-size: 0.24rem;
}

.st_list ul li:nth-child(1) .imgBox .img {
  height: 4.8rem;
}

.st_list ul li:nth-child(2),
.st_list ul li:nth-child(3),
.st_list ul li:nth-child(4),
.st_list ul li:nth-child(5) {
  width: calc(26% - .3rem);
  margin-left: .3rem
}

.st_list ul li:nth-child(2),
.st_list ul li:nth-child(3) {
  margin-bottom: .3rem;
}

.about_tit .mores {
  position: absolute;
  bottom: 0.1rem;
  right: 0;
}

.about_tit .mores a {
  display: block;
  position: relative;
}

.about_tit .mores span {
  display: block;
  float: left;
  color: #222;
  font-size: .16rem;
  padding: 0 0.1rem;
  line-height: 0.3rem;
}

.about_tit .mores a i {
  float: right;
  display: block;
  width: .3rem;
  height: .3rem;
  background: #a40e16;
  border-radius: 50%;
  text-align: center;
  line-height: .3rem;
  font-size: .14rem;
  color: #fff;
}

/* ts_box */
.ts_box {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 0.5rem;
  padding-bottom: 0.6rem;
}


.ts_box .hd {
  margin-bottom: .6rem
}

.ts_box .hd ul {}

.ts_box .hd ul li {
  display: inline-block;
  font-size: .24rem;
  font-weight: bold;
  cursor: pointer;
  line-height: .51rem;
  text-align: center;
  position: relative;
  margin-right: .6rem;
  color: #999899;
}

.ts_box .hd ul li span {
  position: relative;
  z-index: 2;
  font-size: .36rem;
  padding: 0.15rem 0;
  display: block;
}



.ts_box .hd ul li.on:before {
  content: '';
  width: 1.97rem;
  height: 0.76rem;
  background: url(../images/about_titbg.png) no-repeat left center;
  position: absolute;
  left: -.5rem;
  bottom: 0;
  transition: .3s;
  background-size: 100% 100%;
  z-index: 0
}

.ts_box .hd ul li span i {
  font-weight: bold;
}


.ts_box .hd ul li.on {
  color: #222
}

.ts_box .hd ul li.on span i {
  color: #a40e16;
}

.ts_box .hd ul li.on:after {
  width: 100%
}

.ts_box .mores {
  position: absolute;
  top: 0.25rem !important;
  right: 0;
}

.ts_box .mores a {
  display: none;
  position: relative;
}

.ts_box .mores span {
  display: block;
  float: left;
  color: #222;
  font-size: .16rem;
  padding: 0 0.1rem;
  line-height: 0.3rem;
}

.ts_box .mores i {
  float: right;
}

#certify1 {
  position: relative;
  margin: 0 auto;
}

.m-bandowng2 {
  position: relative;
  margin-bottom: 0.4rem
}

.m-bandowng2 .item {
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s
}

.m-bandowng2 .con {
  display: block;
  /* height: 13.43vw; */
  position: relative
}

.m-bandowng2 .con a {
  display: block;
}

.m-bandowng2 .con img {
  display: block;
  width: 100%;
  height: 3.6rem;
}

.m-bandowng2 .ort {
  position: absolute;
  left: 0;
  right: 0;
  bottom: .52vw;
  font-size: .937vw;
  text-align: center;
  color: #fff;
  opacity: 0;
  z-index: 3;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  white-space: nowrap
}

.m-bandowng2 .swiper-slide {
  width: 6.6rem;

}

.m-bandowng2 .con::before {
  height: 4.166vw;
  background: linear-gradient(0deg, #040000 0, rgba(4, 0, 0, 0) 100%);
  z-index: 2;
  opacity: .4;
  border-radius: .52vw;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  content: "";
  display: none
}

.m-bandowng2 .con::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(50, 51, 51, .3)
}

.m-bandowng2 .swiper-slide-active .con::before {
  display: block
}

.m-bandowng2 .swiper-slide-active .con.on::before {
  display: none
}

.m-bandowng2 .swiper-slide-active .con::after {
  display: none
}

.m-bandowng2 .desc {
  font-size: .989vw;
  color: #4c4948;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s
}

.m-bandowng2 .swiper-slide-active {
  padding-top: 0 !important
}

.m-bandowng2 .swiper-slide-active .con {
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  border-radius: .52vw;
  overflow: hidden;
  padding-top: 0
}

.m-bandowng2 .swiper-slide-active .ort {
  opacity: 1
}

.m-bandowng2 .swiper-pagination {
  bottom: -0.7rem !important;
  top: auto !important;
  width: 50% !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  background: #eae0e0;
  height: 5px !important;
  border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}

.m-bandowng2 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  border-radius: 20px;
  background: #9b1e23;
}

@media (max-width: 1200px) {}

@media (max-width: 800px) {
  .zt_piclist li {
    width: calc(50% - .1rem);
  }

  .about_tit h1 {
    font-size: .24rem;
  }

  .about_tit h1::after {
    left: -0.4rem;
    width: 1.4rem;
    height: 0.5rem;
  }


  .about_tit {
    margin-bottom: 0.2rem;
  }

  .about_box ul li {
    width: calc(20% - 0rem);
    height: 1rem;
    border: none;
  }

  .about_box ul li p {
    margin-top: 0.1rem;
    font-size: 0.16rem;
  }

  .about_box ul li i {
    width: 0.4rem;
    height: 0.4rem;
    display: block;
    margin: 0 auto;
    background-size: cover;
  }

  .ly_box_l {
    width: 100%;
    margin-bottom: 0.2rem;
  }

  .ly_box_c {
    width: calc(50% - 0.1rem);
  }

  .ly_box_r {
    width: calc(50% - 0.1rem);
  }

  .lyimgb .imgBox .img {
    height: 1.4rem;
  }

  .ly_box_l .imgl:nth-child(1) .imgBox .img {
    height: 3rem;
  }

  .ly_box_c .imgl:nth-child(1) {
    height: auto;
  }

  .ts_box .hd ul li span {
    font-size: .24rem;
  }

  .y_tsbox {
    margin: 0.2rem 0;
  }

  .ts_box .hd ul li.on:before {
    left: -0.4rem;
    width: 1.4rem;
    height: 0.5rem;
    top: 0.1rem;
  }

  .ts_box .hd ul li {
    line-height: .4rem;
  }

  .m-bandowng2 .con img {
    height: 2.7rem;
  }

  .ts_box {
    margin-bottom: 0.2rem;
    padding-bottom: 0.2rem;
  }

  .m-bandowng2 .swiper-pagination {
    bottom: -0.4rem !important;
  }

  .st_list ul li:nth-child(1) {
    width: 100%;
  }

  .st_list ul li:nth-child(1) .imgBox .img {
    height: 3rem;
  }

  .st_list ul li:nth-child(1) span {
    font-size: 0.18rem;
  }

  .st_list ul li:nth-child(1),
  .st_list ul li:nth-child(2),
  .st_list ul li:nth-child(3) {
    margin-bottom: 0.1rem;
  }

  .st_list ul li:nth-child(2),
  .st_list ul li:nth-child(3),
  .st_list ul li:nth-child(4),
  .st_list ul li:nth-child(5) {
    width: calc(50% - 0rem);
    margin-left: 0rem;
  }

  .st_list ul li:nth-child(2),
  .st_list ul li:nth-child(4) {
    margin-right: 0.05rem;
    width: calc(50% - 0.05rem);
  }

  .st_list ul li:nth-child(3),
  .st_list ul li:nth-child(5) {
    margin-left: 0.05rem;
    width: calc(50% - 0.05rem);
  }

  .st_list ul li .imgBox .img {
    height: 1.8rem;
  }

  .st_list ul li h4 span {
    font-size: 0.16rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    background: none;
    padding-left: 0;
  }


}