/* 通用 */
body {
  font-family: 'PingFang SC', Microsoft Yahei, Arial;
  background: none;
}
a {
  color: #333;
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
div {
  box-sizing: border-box;
}
.inner {
  position: relative;
  width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1300px) {
  .inner {
    width: 100%;
    padding: 0 0.1rem;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .col-md-l {
    width: 100% !important;
  }
  .col-md-m {
    width: 100% !important;
    margin-top: 30px;
  }
  .col-md-r {
    width: 100% !important;
    margin-top: 30px;
  }
}
/* 头部header 开始 */
.zt_header {
  height: 6.52rem;
  position: relative;
  background: url(../images/banner.png) no-repeat top center;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}
.zt_header .zt_logo {
  padding-top: 0.35rem;
  text-align: left;
}
@media (max-width: 600px) {
  .zt_header .zt_logo {
    padding-top: 0.1rem;
  }
}
.zt_header .zt_logo img {
  width: 4.27rem;
}
@media (max-width: 600px) {
  .zt_header {
    height: 4.6rem;
  }
}
/* 头部header 结束 */
.title_bg {
  height: 60px;
  margin-top: 10px;
  margin-bottom: 0.6rem;
  position: relative;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  background-image: url(../images/title_bg1.png);
}
.title_bg.title_bg2 {
  background-image: url(../images/title_bg2.png);
}
.title_bg.title_bg3 {
  background-image: url(../images/title_bg3.png);
  margin-bottom: 0.4rem;
}
@media (max-width: 600px) {
  .title_bg.title_bg3 {
    height: 28px;
    background-size: auto 100%;
  }
}
.item_box_img {
  box-sizing: border-box;
  margin-bottom: 0.7rem;
  margin-left: -12px;
  margin-right: -12px;
}
.item_box_img::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.item_box_img > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding-left: 12px;
  padding-right: 12px;
  float: left;
}
.item_box_img > li:nth-child(n) {
  margin-top: 0;
}
.item_box_img > li:nth-child(n)::after {
  display: block;
}
.item_box_img > li:nth-child(n + 4) {
  margin-top: 35px;
}
.item_box_img > li:nth-child(4) {
  margin-top: 0;
}
.item_box_img > li:nth-child(4n)::after,
.item_box_img > li:last-child::after {
  display: none;
}
.item_box_img a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .item_box_img {
    margin-left: -12px;
    margin-right: -12px;
  }
  .item_box_img::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .item_box_img > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 12px;
    padding-right: 12px;
    float: left;
  }
  .item_box_img > li:nth-child(n) {
    margin-top: 0;
  }
  .item_box_img > li:nth-child(n)::after {
    display: block;
  }
  .item_box_img > li:nth-child(n + 2) {
    margin-top: 35px;
  }
  .item_box_img > li:nth-child(2) {
    margin-top: 0;
  }
  .item_box_img > li:nth-child(2n)::after,
  .item_box_img > li:last-child::after {
    display: none;
  }
  .item_box_img a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .item_box_img {
    margin-left: -12px;
    margin-right: -12px;
  }
  .item_box_img::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .item_box_img > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    float: left;
  }
  .item_box_img > li:nth-child(n) {
    margin-top: 0;
  }
  .item_box_img > li:nth-child(n)::after {
    display: block;
  }
  .item_box_img > li:nth-child(n + 1) {
    margin-top: 35px;
  }
  .item_box_img > li:nth-child(1) {
    margin-top: 0;
  }
  .item_box_img > li:nth-child(1n)::after,
  .item_box_img > li:last-child::after {
    display: none;
  }
  .item_box_img a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.item_box_img li {
  height: 210px;
}
.item_box_img li a {
  display: block;
  box-sizing: border-box;
}
.item_box_img li a .img {
  box-sizing: border-box;
  width: 100%;
  height: 144px;
  background-color: #ffffff;
  box-shadow: 0px 0px 21px 0px rgba(216, 216, 216, 0.5);
  border: 10px solid #fff;
  overflow: hidden;
}
.item_box_img li a img {
  transition: all 0.3s;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.item_box_img li a h6 {
  box-sizing: border-box;
  padding: 0 10px;
  margin-top: 18px;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  width: 100%;
  text-align: center;
}
.item_box_img li:hover img {
  transform: scale(1.05);
}
.item_box_img li:hover h6 {
  font-weight: bold;
  color: #bf191b;
}
.img_box {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.img_box img {
  width: 100%;
  height: 400px;
}
.img_box h6 {
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: normal;
  color: #333333;
  line-height: 2;
}
.img_box:hover h6 {
  color: #bf191b;
}
@media (max-width: 600px) {
  .img_box {
    width: 100%;
    height: auto;
  }
  .img_box img,
  .img_box h6 {
    width: 100%;
  }
  .img_box img {
    height: auto;
  }
}
.hdzs_swiper {
  margin-bottom: 0.6rem;
}
.hdzs_swiper .swiper-slide {
  opacity: 0;
}
.hdzs_swiper .swiper-slide .img_box h6 {
  display: none;
}
.hdzs_swiper .swiper-slide-active {
  z-index: 3;
  opacity: 1;
}
.hdzs_swiper .swiper-slide-active .img_box h6 {
  display: block;
}
.hdzs_swiper .swiper-slide-prev,
.hdzs_swiper .swiper-slide-next {
  z-index: 2;
  opacity: 1;
}
.hdzs_swiper .swiper-slide-prev {
  transform: perspective(800px) scale(0.9) rotateY(390deg) translateY(0px) !important;
  transform-origin: left;
}
.hdzs_swiper .swiper-slide-next {
  transform: perspective(800px) scale(0.9) rotateY(320deg) translateY(0px) !important;
  transform-origin: right;
}
.hdzs_swiper .swiper-button-prev,
.hdzs_swiper .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.hdzs_swiper .swiper-button-prev {
  background-image: url(../images/btn_prev.png);
}
.hdzs_swiper .swiper-button-next {
  background-image: url(../images/btn_next.png);
}
.hdzs_swiper .swiper-pagination {
  top: 370px;
  left: 956px;
  width: 77px;
  height: 50px;
  background-color: #2d2d2d;
  opacity: 0.7;
  font-size: 17px;
  color: #fff;
  line-height: 50px;
}
@media (max-width: 992px) {
  .hdzs_swiper .swiper-pagination {
    bottom: 88px;
    left: auto;
    right: 0px;
  }
}
.cg_tab {
  display: flex;
  margin-bottom: 25px;
}
.cg_tab li + li {
  margin-left: 30px;
}
.cg_tab li a {
  display: block;
  width: 140px;
  height: 35px;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #cacaca;
  font-size: 16px;
  font-weight: normal;
  color: #666666;
  text-align: center;
  line-height: 35px;
}
.cg_tab li a:hover {
  color: #e0110b;
}
.cg_tab .cur a {
  border: solid 1px #ec918e;
  color: #e0110b;
}
.list_t {
  margin-bottom: 0.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list_t li:not(.panel-more) {
  box-sizing: border-box;
  width: 48%;
  line-height: 1.1;
  position: relative;
  padding: 15px 0px 15px 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .list_t li:not(.panel-more) {
    width: 100%;
  }
}
@media (min-width: 601px) {
  .list_t li:not(.panel-more):not(:nth-last-child(-n + 2)) {
    border-bottom: 1px dashed #cbb9b9;
  }
}
@media (max-width: 600px) {
  .list_t li:not(.panel-more):not(:nth-last-child(1)) {
    border-bottom: 1px dashed #cbb9b9;
  }
}
.list_t li:not(.panel-more)::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  width: 5px;
  height: 5px;
  background-color: #afa1a1;
}
.list_t li:not(.panel-more) .list_text {
  transition: all 0.3s;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: normal;
  color: #333;
}
.list_t li:not(.panel-more):hover .list_text {
  color: #e0110b;
}
.list_t li:not(.panel-more):hover::before {
  background-color: #e0110b;
}
