/* 通用 */
body {
  position: relative;
  overflow-x: hidden;
  font-family: 'PingFang SC', Microsoft Yahei, Arial;
  background: url(../images/bg.png) no-repeat top center;
  background-color: #fff6d5;
}
a {
  color: #333;
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
div {
  box-sizing: border-box;
}
.inner {
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .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: 0.3rem;
  }
  .col-md-r {
    width: 100% !important;
    margin-top: 0.3rem;
  }
}
/* 头部header 开始 */
.zt_header {
  height: 7.44rem;
  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.62rem;
  text-align: left;
}
.zt_header .zt_logo img {
  width: 2.52rem;
}
@media (max-width: 600px) {
  .zt_header .zt_logo {
    padding-top: 0.25rem;
  }
  .zt_header .zt_logo img {
    width: 2.16rem;
  }
}
/* 头部header 结束 */
.p_tsms {
  background: url(../images/bg_red1.png) no-repeat center;
  padding-top: 1.7rem;
  padding-bottom: 2rem;
  margin-top: -0.8rem;
  margin-bottom: -0.8rem;
}
.p_ms24 {
  background: url(../images/bg_red2.png) no-repeat center;
  padding-top: 1.7rem;
  padding-bottom: 2rem;
  margin-top: -0.6rem;
  margin-bottom: -0.8rem;
}
.dy_box {
  padding: 50px 60px;
  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;
  align-items: center;
  background: url(../images/dy_bg.png) no-repeat center;
  background-size: 100% 100%;
}
.dy_box h2 {
  width: 46px;
  height: 98px;
  font-size: 0;
  background: url(../images/dy_icon.png) no-repeat center;
  background-size: contain;
}
.dy_box p {
  margin-left: 30px;
  width: calc(100% - 76px);
}
@media (max-width: 992px) {
  .dy_box {
    padding: 30px;
  }
}
@media (max-width: 600px) {
  .dy_box {
    padding-top: 10px;
    flex-direction: column;
  }
  .dy_box h2 {
    width: 100%;
    height: auto;
    padding: 10px 0;
    background: none;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #763800;
  }
  .dy_box p {
    width: 100%;
    margin-left: 0;
  }
}
.text_p {
  font-size: 22px;
  font-weight: normal;
  line-height: 1.8;
  color: #763800;
  text-align: justify;
}
@media (max-width: 600px) {
  .text_p {
    font-size: 14px;
  }
}
.title_bg {
  margin-bottom: 0.35rem;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}
.title_bg span {
  font-size: 0;
}
.title_bg.title_bg1 {
  height: 0.94rem;
  background-image: url(../images/title_bg1.png);
}
.title_bg.title_bg2 {
  height: 1.08rem;
  background-image: url(../images/title_bg2.png);
}
.title_bg.title_bg3 {
  height: 1.21rem;
  background-image: url(../images/title_bg3.png);
}
.title_bg.title_bg4 {
  height: 1.29rem;
  background-image: url(../images/title_bg4.png);
}
.title_bg.title_bg5 {
  height: 1.17rem;
  background-image: url(../images/title_bg5.png);
}
.msdt {
  margin: -30px;
  margin-top: -0.5rem !important;
  background: url(../images/msdt_bg.png) no-repeat center;
  background-size: 100% 100%;
  padding: 90px 110px;
}
@media (max-width: 1200px) {
  .msdt {
    margin: 0px;
  }
}
@media (max-width: 992px) {
  .msdt {
    padding: 190px 110px;
  }
}
@media (max-width: 600px) {
  .msdt {
    padding: 80px 30px;
  }
}
.msdt_map_box {
  position: relative;
}
.msdt_map_box img {
  width: 100%;
}
.msdt_map_box .btn_big {
  position: absolute;
  top: 20px;
  right: 0;
  font-size: 16px;
  font-weight: normal;
  color: #e16310;
}
.msdt_map_box .btn_big img {
  width: 37px;
  height: 37px;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 5px;
}
.msdt_details_box {
  padding: 20px;
  background-color: #fcf2df;
  border-radius: 8px;
  height: 100%;
}
.msdt_big_map {
  padding: 20px;
  display: none;
}
.msdt_big_map img {
  max-width: 100%;
  min-height: 100%;
  object-fit: contain;
}
.map-content {
  display: flex;
  align-items: center;
  /* 滚动条 开始 */
  /* 滚动条 结束 */
}
.map-content ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.map-content ::-webkit-scrollbar-thumb {
  background-color: #c4a686;
}
.map-content ::-webkit-scrollbar-track-piece {
  background-color: #e8e8e8;
}
.map-content .wangdian {
  width: 434px;
  height: 604px;
  background-color: #ffffff;
}
.map-content .wangdian .wangdian_title {
  width: 100%;
  height: 62px;
  background-image: linear-gradient(0deg, rgba(255, 133, 99, 0.41) 0%, rgba(255, 224, 118, 0.41) 100%), linear-gradient(#ffd875, #ffd875);
  background-blend-mode: normal, normal;
  box-shadow: inset 0px 8px 10px 0px rgba(216, 80, 16, 0.43);
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 7.2px;
  color: #ac2a0b;
  line-height: 62px;
  text-align: center;
}
.map-content .position_box {
  overflow-y: scroll;
  height: calc(100% - 62px);
}
.map-content .position {
  padding: 20px 20px 20px 60px;
  cursor: pointer;
}
.map-content .position h3 {
  position: relative;
  line-height: 28px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 7px;
}
.map-content .position .map_no {
  position: absolute;
  left: -32px;
  top: 0px;
  background: url(../images/icon_pos.png) no-repeat left center;
  width: 23px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  color: #fff;
  font-weight: normal;
}
.map-content .position p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.map-content .position.current,
.map-content .position:hover {
  background-color: #fff5e9;
}
.map-content .position.current h3,
.map-content .position:hover h3 {
  color: #ac2a0b;
}
.map-content #map {
  width: 100%;
  height: 604px;
}
.map-content #map .BMap_bubble_top,
.map-content #map .BMap_bubble_title {
  height: auto !important;
}
.map-content #map .BMap_bubble_buttons {
  top: 5px !important;
}
.map-content #map .BMap_bubble_pop img:last-child {
  top: auto !important;
  bottom: -31px !important;
}
@media (max-width: 992px) {
  .map-content {
    flex-wrap: wrap;
  }
  .map-content .position_box {
    max-height: 270px;
  }
  .map-content .wangdian,
  .map-content #map {
    width: 100%;
    height: 300px;
  }
}
.map-content .alter_title {
  height: 48px;
  line-height: 48px;
  padding-left: 10px;
  font-size: 17px;
  font-weight: bold;
  color: #b62300;
  border-bottom: 1px solid #e5e5e5;
}
.map-content .alter_title i {
  display: inline-block;
  width: 24px;
  height: 28px;
  background: url(../images/icon_map_pos.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}
.map-content .alter_content {
  padding: 10px 15px;
}
.map-content .alter_content p {
  font-size: 15px;
  font-weight: normal;
  line-height: 2;
  color: #333333;
}
.map-content .alter_content span {
  color: #b62300;
}
.img_box {
  width: 100%;
  height: 100%;
}
.img_box img {
  width: 100%;
  height: 100%;
}
#Swiper1 {
  width: 100%;
  height: 224px;
  border-radius: 8px;
}
@media (max-width: 600px) {
  #Swiper1 {
    height: 164px;
  }
}
@media (max-width: 992px) {
  #Swiper1 {
    height: 300px;
  }
}
@media (max-width: 600px) {
  #Swiper1 {
    height: auto;
  }
}
#Swiper1 .swiper-pagination {
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 36px;
  line-height: 36px;
  background-color: rgba(22, 22, 22, 0.4);
}
#Swiper1 .swiper-pagination-bullet {
  opacity: 0.6;
  width: 13px;
  height: 13px;
  background-color: #ffffff;
}
#Swiper1 .swiper-pagination-bullet-active {
  opacity: 1;
}
#Swiper1 .img_box {
  width: 100%;
  height: 100%;
}
#Swiper1 .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.msSwiper_box {
  position: relative;
}
.msSwiper_box .ms24Swiper {
  width: 100%;
}
.msSwiper_box .ms24Swiper-button-prev,
.msSwiper_box .ms24Swiper-button-next {
  position: absolute;
  top: 50%;
  width: 88px;
  height: 73px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 600px) {
  .msSwiper_box .ms24Swiper-button-prev,
  .msSwiper_box .ms24Swiper-button-next {
    width: 20px;
    height: auto;
  }
}
.msSwiper_box .ms24Swiper-button-prev {
  left: -100px;
  background-image: url(../images/btn_prev.png);
}
@media (max-width: 1200px) {
  .msSwiper_box .ms24Swiper-button-prev {
    left: 30px;
  }
}
.msSwiper_box .ms24Swiper-button-next {
  right: -100px;
  background-image: url(../images/btn_next.png);
}
@media (max-width: 1200px) {
  .msSwiper_box .ms24Swiper-button-next {
    right: 30px;
  }
}
.msSwiper_box .img_box a {
  padding: 20px;
}
@media (max-width: 600px) {
  .p_ms24 .msSwiper_box {
    display: none;
  }
}
.ms24_img_boxs .img_box {
  margin: 5px 0;
}
.ms24_img_boxs .img_box a {
  padding: 20px;
}
@media (min-width: 601px) {
  .ms24_img_boxs {
    display: none;
  }
}
.item_box_img {
  box-sizing: border-box;
}
@media (min-width: 993px) {
  .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: 33.333%;
    padding-left: 3px;
    padding-right: 3px;
    float: left;
  }
  .item_box_img > li:nth-child(n) {
    margin-top: 0;
  }
  .item_box_img > li:nth-child(n + 3) {
    margin-top: 6px;
  }
  .item_box_img > li:nth-child(3) {
    margin-top: 0;
  }
  .item_box_img a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .item_box_img li:nth-child(1) {
    width: 66.6%;
  }
  .item_box_img li:nth-child(1) .img {
    height: 427px;
  }
  .item_box_img li:nth-child(3) {
    margin-top: 6px;
  }
}
@media (min-width: 993px) and (min-width: 993px) {
  .item_box_img {
    margin-left: -3px;
    margin-right: -3px;
  }
}
@media (max-width: 992px) {
  .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: 3px;
    padding-right: 3px;
    float: left;
  }
  .item_box_img > li:nth-child(n) {
    margin-top: 0;
  }
  .item_box_img > li:nth-child(n + 2) {
    margin-top: 6px;
  }
  .item_box_img > li:nth-child(2) {
    margin-top: 0;
  }
  .item_box_img a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 992px) and (min-width: 993px) {
  .item_box_img {
    margin-left: -3px;
    margin-right: -3px;
  }
}
@media (max-width: 600px) {
  .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: 3px;
    padding-right: 3px;
    float: left;
  }
  .item_box_img > li:nth-child(n) {
    margin-top: 0;
  }
  .item_box_img > li:nth-child(n + 1) {
    margin-top: 6px;
  }
  .item_box_img > li:nth-child(1) {
    margin-top: 0;
  }
  .item_box_img a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) and (min-width: 993px) {
  .item_box_img {
    margin-left: -3px;
    margin-right: -3px;
  }
}
.item_box_img li a {
  display: block;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  padding: 4px;
}
.item_box_img li a .img {
  box-sizing: border-box;
  width: 100%;
  height: 207px;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .item_box_img li a .img {
    height: auto;
  }
}
.item_box_img li a img {
  display: block;
  transition: all 0.3s;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.item_box_img li a h6 {
  border-radius: 8px;
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(22, 22, 22, 0.4);
  transition: all 0.3s;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  opacity: 0;
}
.item_box_img li:hover h6 {
  opacity: 1;
}
.tab_pane .tab {
  width: 80%;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 25px;
}
.tab_pane .tab::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media (min-width: 993px) {
  .tab_pane .tab {
    margin-left: -18px;
    margin-right: -18px;
  }
}
.tab_pane .tab > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding-left: 18px;
  padding-right: 18px;
  float: left;
}
.tab_pane .tab > li:nth-child(n) {
  margin-top: 0;
}
.tab_pane .tab > li:nth-child(n + 4) {
  margin-top: 20px;
}
.tab_pane .tab > li:nth-child(4) {
  margin-top: 0;
}
.tab_pane .tab a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .tab_pane .tab {
    width: 100%;
  }
  .tab_pane .tab::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .tab_pane .tab > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    padding-left: 18px;
    padding-right: 18px;
    float: left;
  }
  .tab_pane .tab > li:nth-child(n) {
    margin-top: 0;
  }
  .tab_pane .tab > li:nth-child(n + 4) {
    margin-top: 20px;
  }
  .tab_pane .tab > li:nth-child(4) {
    margin-top: 0;
  }
  .tab_pane .tab a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 992px) and (min-width: 993px) {
  .tab_pane .tab {
    margin-left: -18px;
    margin-right: -18px;
  }
}
@media (max-width: 600px) {
  .tab_pane .tab::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .tab_pane .tab > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
  }
  .tab_pane .tab > li:nth-child(n) {
    margin-top: 0;
  }
  .tab_pane .tab > li:nth-child(n + 2) {
    margin-top: 10px;
  }
  .tab_pane .tab > li:nth-child(2) {
    margin-top: 0;
  }
  .tab_pane .tab a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .tab_pane .tab a {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) and (min-width: 993px) {
  .tab_pane .tab {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.tab_pane .tab li {
  cursor: pointer;
}
.tab_pane .tab li a {
  box-sizing: border-box;
  width: 100%;
  height: 44px;
  line-height: 44px;
  background: url(../images/ms24_title_cur.png) no-repeat center;
  background-size: contain;
  font-size: 20px;
  font-weight: normal;
  color: #ac2a0b;
  text-align: center;
}
.tab_pane .tab li.cur a,
.tab_pane .tab li:hover a {
  background-image: url(../images/ms24_title.png);
  font-weight: bold;
  text-shadow: 1px 1px #fff;
}
.p_ms24 .img_box a {
  display: block;
  box-sizing: border-box;
  background-color: #fffbf2;
  box-shadow: 0px 0px 13px 0px rgba(188, 45, 15, 0.2);
  border-radius: 8px;
}
.p_ms24 .img_box a .img {
  box-sizing: border-box;
  width: 100%;
  height: 201px;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .p_ms24 .img_box a .img {
    height: auto;
  }
}
.p_ms24 .img_box a img {
  transition: all 0.3s;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p_ms24 .img_box a h6 {
  margin-top: 18px;
  margin-bottom: 10px;
  transition: all 0.3s;
  font-size: 18px;
  font-weight: normal;
  color: #ac2a0b;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-align: center;
}
.p_ms24 .img_box a p {
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.msd {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  align-items: center;
}
.msd p {
  margin-left: 15px;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  text-align: justify;
  letter-spacing: 1.2px;
  color: #ffffff;
  background-color: #f66a45;
}
@media (max-width: 600px) {
  .msd {
    flex-direction: column;
  }
  .msd p {
    margin-left: 0;
    margin-top: 20px;
    padding: 10px 15px;
  }
}
.item_box_img2 {
  box-sizing: border-box;
}
.item_box_img2::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media (min-width: 993px) {
  .item_box_img2 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.item_box_img2 > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.item_box_img2 > li:nth-child(n) {
  margin-top: 0;
}
.item_box_img2 > li:nth-child(n + 4) {
  margin-top: 50px;
}
.item_box_img2 > li:nth-child(4) {
  margin-top: 0;
}
.item_box_img2 a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .item_box_img2::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .item_box_img2 > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.333%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }
  .item_box_img2 > li:nth-child(n) {
    margin-top: 0;
  }
  .item_box_img2 > li:nth-child(n + 3) {
    margin-top: 50px;
  }
  .item_box_img2 > li:nth-child(3) {
    margin-top: 0;
  }
  .item_box_img2 a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 992px) and (min-width: 993px) {
  .item_box_img2 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 600px) {
  .item_box_img2::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .item_box_img2 > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }
  .item_box_img2 > li:nth-child(n) {
    margin-top: 0;
  }
  .item_box_img2 > li:nth-child(n + 1) {
    margin-top: 50px;
  }
  .item_box_img2 > li:nth-child(1) {
    margin-top: 0;
  }
  .item_box_img2 a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) and (min-width: 993px) {
  .item_box_img2 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.item_box_img2 li {
  transition: all 0.3s;
}
.item_box_img2 li a {
  display: block;
  box-sizing: border-box;
  position: relative;
}
.item_box_img2 li a .img {
  box-sizing: border-box;
  width: 100%;
  height: 222px;
  background: url(../images/xttc_bg.png) no-repeat center;
  background-size: 100% 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: end;
  padding-bottom: 20px;
}
.item_box_img2 li a img {
  transition: all 0.3s;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
.item_box_img2 li a h6 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -17px;
  width: 188px;
  height: 44px;
  background: url(../images/xttc_title.png) no-repeat center;
  background-size: 100% 100%;
  transition: all 0.3s;
  font-size: 18px;
  font-weight: normal;
  color: #ac2a0b;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-height: 44px;
  text-align: center;
}
.item_box_img2 li:hover {
  transform: translateY(-10px);
}
