/* --------------------------------- flex布局 --------------------------------- */
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.fc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.fce {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.fcc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fcb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.fca {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
/* -------------------------------------------------------------------------- */
/* ---------------------------------- 文本隐藏 ---------------------------------- */
.yc {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
/* -------------------------------------------------------------------------- */
/* ------------------------------ 设置margin ----------------------------- */
.mr_10 {
  margin-right: 10px;
}
.ml_10 {
  margin-left: 10px;
}
.mb_10 {
  margin-bottom: 10px;
}
/* -------------------------------------------------------------------------- */
/* ------------------------------ 其它 ----------------------------- */
.w_1200 {
  width: 1200px;
  margin: 0 auto;
}
.clearFix {
  zoom: 1;
  /* for IE6 IE7 */
}
.clearFix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}
.btn {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:active {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
  opacity: 0.9;
}
.hoverToggleImg .show {
  display: block;
  margin: 0 auto;
}
.hoverToggleImg .hover_show {
  display: none;
  margin: 0 auto;
}
.hoverToggleImg:hover .show {
  display: none;
}
.hoverToggleImg:hover .hover_show {
  display: block;
}
#location {
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#location a,
#location span {
  color: #808080;
  margin-right: 3px;
}
#location a:last-of-type {
  color: #4d4d4d;
}
#location a:hover {
  color: #821619;
}
#page_number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#page_number span {
  margin-right: 10px;
}
#page_number a {
  width: 36px;
  height: 36px;
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 10px;
  color: #1a1a1a;
}
#page_number a:hover,
#page_number a.on {
  color: #fff;
  background: #821619;
}
#page_number i {
  font-size: 14px;
  color: #7d7d7d;
  margin: 0 15px;
  cursor: pointer;
}
#page_number i.prev {
  transform: rotate(180deg);
}
/* -------------------------------------------------------------------------- */
/* ------------------------------ 动画 ----------------------------- */
@-webkit-keyframes fadeUpIn {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeUpIn {
  0% {
    opacity: 0.5;
    -moz-transform: translateY(6px);
    transform: translateY(6px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fadeUpIn {
  0% {
    opacity: 0.5;
    -o-transform: translateY(6px);
    transform: translateY(6px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeUpIn {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeUpIn {
  -webkit-animation: fadeUpIn 0.3s;
  -moz-animation: fadeUpIn 0.3s;
  -o-animation: fadeUpIn 0.3s;
  animation: fadeUpIn 0.3s;
}
@keyframes asideIn {
  0% {
    opacity: 0;
    transform: translate(130px, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
.asideIn {
  animation: asideIn 0.5s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  /* 保持在最后一帧状态 */
}
@keyframes opacityIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.opacityIn {
  animation: opacityIn 1s;
  animation-fill-mode: forwards;
  /* 保持在最后一帧状态 */
}
@keyframes imgScale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.imgScale {
  animation: imgScale 0.3s;
  animation-fill-mode: forwards;
  /* 保持在最后一帧状态 */
}
.imgUpAni {
  transform: translateY(0);
  transition: all 0.3s;
}
.imgUpAni:hover {
  transform: translateY(-5%);
}
.cardUpAni {
  transform: translateY(0);
  transition: all 0.3s;
}
.cardUpAni:hover {
  transform: translateY(-5%);
  box-shadow: 0px 0px 20px 0px rgba(204, 200, 200, 0.4);
}
/* -------------------------------------------------------------------------- */
.content .home_swiper {
  width: 100%;
  height: 546px;
  position: relative;
  margin-bottom: 80px;
}
.content .home_swiper .swiper-container {
  width: 100%;
  height: 100%;
}
.content .home_swiper .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.content .home_swiper .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.content .home_swiper .swiper-container .swiper-wrapper .swiper-slide a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.content .home_swiper .swiper-container .swiper-wrapper .swiper-slide img {
  width: 1920px;
  height: auto;
}
.content .home_swiper .w_1200 {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -600px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.content .home_swiper .w_1200 .notice_links {
  width: 446px;
  position: relative;
  z-index: 1;
}
.content .home_swiper .w_1200 .notice_links .title {
  font-size: 16px;
  margin-bottom: 18px;
}
.content .home_swiper .w_1200 .notice_links .notice_links_c {
  width: 446px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  margin-bottom: 6px;
  padding: 15px 20px 10px;
  color: #fff;
}
.content .home_swiper .w_1200 .notice_links .notice_links_c .link_c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 10px;
}
.content .home_swiper .w_1200 .notice_links .notice_links_c .link_c a {
  color: #fff;
}
.content .home_swiper .w_1200 .notice_links .notice_links_c .link_c a .show {
  display: block;
  margin: 0 auto;
}
.content .home_swiper .w_1200 .notice_links .notice_links_c .link_c a .hover_show {
  display: none;
  margin: 0 auto;
}
.content .home_swiper .w_1200 .notice_links .notice_links_c .link_c a:hover .show {
  display: none;
}
.content .home_swiper .w_1200 .notice_links .notice_links_c .link_c a:hover .hover_show {
  display: block;
}
.content .home_swiper .w_1200 .notice_links .notice_links_c .link_c a > div {
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
}
.content .home_swiper .w_1200 .notice_links .notice_links_c .link_c a > div img {
  max-height: 40px;
}
.content .home_swiper .w_1200 .notice_links .notice_links_c .link_c a:hover {
  color: #ffd24d;
}
.content .home_swiper .w_1200 .notice_links .notice_links_c .link_c > img {
  width: 110px;
  height: 110px;
}
.content .home_swiper .w_1200 .notice_links .notice_links_c .notice_list {
  height: 48px;
  margin-top: -5px;
}
.content .home_swiper .w_1200 .notice_links .notice_links_c .notice_list a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  line-height: 24px;
  color: #fff;
}
.content .home_swiper .w_1200 .notice_links .notice_links_c .notice_list a:hover {
  color: #ffd24d;
}
.content .selection {
  margin-bottom: 80px;
}
.content .selection .measure {
  padding: 30px 9px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
.content .selection .measure > a {
  flex: 1;
  height: 100px;
  border-right: 1px dashed #d8d8d8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: column;
}
.content .selection .measure > a div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 52px;
}
.content .selection .measure > a p {
  font-size: 24px;
  color: #4c4c4d;
}
.content .selection .measure > a:hover p {
  color: #821619;
}
.content .selection .measure > a:last-child {
  border: none;
}
.content .selection .brand {
  padding: 10px 0 40px;
}
.content .selection .brand .brand_list {
  margin: 0 9px;
  border: 1px solid #d9d9d9;
}
.content .selection .brand .brand_list .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.content .selection .brand .brand_list .swiper-slide a {
  width: calc(100% / 6);
  height: 114px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px dashed #d8d8d8;
  border-right: 1px dashed #d8d8d8;
  overflow: hidden;
}
.content .selection .brand .brand_list .swiper-slide a:nth-child(6n) {
  border-right: none;
}
.content .selection .brand .brand_list .swiper-slide a img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.3s;
}
.content .selection .brand .brand_list .swiper-slide a:hover img {
  transform: scale(1.2);
}

.brand .plate_title_r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.brand .plate_title_r span {
  font-size: 16px;
  color: #d60d13;
  margin-right: 6px;
}
.brand .plate_title_r i {
  font-size: 16px;
  color: #d60d13;
}


.content .new_prd {
  margin-bottom: 60px;
}
.content .new_prd .prd_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content .new_prd .prd_list dt {
  width: 386px;
  height: 497px;
  background: #ffffff;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.content .new_prd .prd_list dt .front {
  padding: 20px;
}
.content .new_prd .prd_list dt .front div {
  width: 346px;
  height: 346px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 20px;
}
.content .new_prd .prd_list dt .front div img {
  /*max-width: 100%;*/
  /*max-height: 100%;*/
  width: 346px;
  height: 346px;
}
.content .new_prd .prd_list dt .front p {
  font-size: 18px;
  color: #000000;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
.content .new_prd .prd_list dt .back {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(130, 22, 25, 0.9);
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  transform: translateY(100%);
  transition: transform 0.4s;
}
.content .new_prd .prd_list dt .back .title {
  font-size: 18px;
  color: #ffffff;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
.content .new_prd .prd_list dt .back .intro {
  flex: 1;
  border-top: 1px dashed rgba(255, 255, 255, 0.4);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
  padding: 20px 0;
  color: #ffffff;
  margin: 20px 0;
  overflow: auto;
}
.content .new_prd .prd_list dt .back .intro p {
  margin-bottom: 5px;
}
.content .new_prd .prd_list dt .back .links {
  padding: 0 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.content .new_prd .prd_list dt .back .links a {
  flex: 1;
  text-align: center;
}
.content .new_prd .prd_list dt .back .links a .show {
  display: block;
  margin: 0 auto;
}
.content .new_prd .prd_list dt .back .links a .hover_show {
  display: none;
  margin: 0 auto;
}
.content .new_prd .prd_list dt .back .links a:hover .show {
  display: none;
}
.content .new_prd .prd_list dt .back .links a:hover .hover_show {
  display: block;
}
.content .new_prd .prd_list dt .back .links a p {
  margin-top: 10px;
  color: #ffffff;
}
.content .new_prd .prd_list dt .back .links a:hover p {
  color: #ffd24d;
}
.content .new_prd .prd_list dt:hover .back {
  transform: translateY(0);
}
.content .news_show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 70px;
}
.content .news_show .news {
  width: 832px;
}
.content .news_show .news .center .news_list .news_list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px 30px;
}
.content .news_show .news .center .news_list .news_list_item .news_list_l {
  width: 390px;
  height: 300px;
  margin: 0;
}
.content .news_show .news .center .news_list .news_list_item .news_list_l a {
  display: block;
  width: 390px;
  height: 300px;
  position: relative;
  overflow: hidden;
}
.content .news_show .news .center .news_list .news_list_item .news_list_l a img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.content .news_show .news .center .news_list .news_list_item .news_list_l a p {
  width: 100%;
  height: 42px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  padding: 0 20px;
  color: #ffffff;
  line-height: 42px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.content .news_show .news .center .news_list .news_list_item .news_list_l a:hover img {
  transform: scale(1.1);
}
.content .news_show .news .center .news_list .news_list_item .news_list_l a:hover p {
  background: #821619;
}
.content .news_show .news .center .news_list .news_list_item .news_list_r {
  width: 378px;
  margin-top: -18px;
}
.content .news_show .news .center .news_list .news_list_item .news_list_r li {
  height: 55px;
  border-bottom: 1px dashed #d8d8d8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.content .news_show .news .center .news_list .news_list_item .news_list_r li:last-child {
  border-bottom: none;
}
.content .news_show .news .center .news_list .news_list_item .news_list_r li::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #cccccc;
  border-radius: 3px;
}
.content .news_show .news .center .news_list .news_list_item .news_list_r li a {
  color: #4c4c4d;
  width: 355px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.content .news_show .news .center .news_list .news_list_item .news_list_r li a:hover {
  color: #821619;
}
.content .news_show .recent_show {
  width: 348px;
}
.content .news_show .recent_show .recent_show_c {
  padding: 22px 20px 0;
}
.content .news_show .recent_show .recent_show_c .pics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content .news_show .recent_show .recent_show_c .pics img {
  display: block;
  width: 150px;
  height: auto;
  margin-bottom: 10px;
  transform: translateY(0);
  transition: all 0.3s;
}
.content .news_show .recent_show .recent_show_c .pics img:hover {
  transform: translateY(-5%);
}
.content .news_show .recent_show .recent_show_c .links li {
  height: 55px;
  border-bottom: 1px dashed #d8d8d8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.content .news_show .recent_show .recent_show_c .links li:last-child {
  border-bottom: none;
}
.content .news_show .recent_show .recent_show_c .links li::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #cccccc;
  border-radius: 3px;
}
.content .news_show .recent_show .recent_show_c .links li a {
  color: #4c4c4d;
  width: 277px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.content .news_show .recent_show .recent_show_c .links li a:hover {
  color: #821619;
}
.content .data_center {
  margin-bottom: 70px;
}
.content .data_center .data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.content .data_center .data .data_item {
  width: 280px;
  padding: 20px 20px 5px;
}
.content .data_center .data .data_item .data_cate {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.content .data_center .data .data_item .data_cate div {
  height: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.content .data_center .data .data_item .data_cate div img {
  max-height: 100%;
}
.content .data_center .data .data_item .data_cate p {
  font-size: 24px;
  color: #4c4c4d;
}
.content .data_center .data .data_item .data_cate span {
  display: block;
  margin-top: 5px;
  color: #b1b2b3;
}
.content .data_center .data .data_item .data_cate:hover p {
  color: #821619;
}
.content .data_center .data .data_item .toggle .classfiy {
  border-bottom: 1px solid #d60d13;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.content .data_center .data .data_item .toggle .classfiy div {
  width: 110px;
  height: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  color: #4c4c4d;
  position: relative;
  cursor: pointer;
}
.content .data_center .data .data_item .toggle .classfiy div.on {
  color: #821619;
}
.content .data_center .data .data_item .toggle .classfiy div.on::after {
  content: '';
  width: 100%;
  height: 3px;
  background: #821619;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.content .data_center .data .data_item .toggle .classfiy div:hover {
  color: #821619;
}
.content .data_center .data .data_item .toggle .classfiy_c .brands {
  display: none;
  flex-wrap: wrap;
  padding-top: 30px;
  justify-content: space-between;
}
.content .data_center .data .data_item .toggle .classfiy_c .brands.on {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.content .data_center .data .data_item .toggle .classfiy_c .brands a {
  width: 110px;
  height: 70px;
  background: #ffffff;
  border: 1px solid #d7d7d7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 20px;
  transform: translateY(0);
  transition: all 0.3s;
}
.content .data_center .data .data_item .toggle .classfiy_c .brands a:hover {
  transform: translateY(-5%);
}
.content .data_center .data .data_item .toggle .classfiy_c .brands a img {
  max-width: 100%;
  max-height: 100%;
}
.content .data_center .data .data_item .toggle .classfiy_c .by_cate {
  padding-top: 10px;
  display: none;
}
.content .data_center .data .data_item .toggle .classfiy_c .by_cate.on {
  display: block;
}
.content .data_center .data .data_item .toggle .classfiy_c .by_cate dt {
  border-bottom: 1px dashed #d8d8d8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 42px;
}
.content .data_center .data .data_item .toggle .classfiy_c .by_cate dt a {
  width: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.content .data_center .data .data_item .toggle .classfiy_c .by_cate dt a::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #cccccc;
  border-radius: 3px;
  margin-right: 10px;
}
.content .data_center .data .data_item .toggle .classfiy_c .by_cate dt a p {
  flex: 1;
  color: #4d4d4d;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.content .data_center .data .data_item .toggle .classfiy_c .by_cate dt a:hover p {
  color: #821619;
}
.content .application_profile {
  padding-bottom: 100px;
}
.content .application_profile .app_pro_c {
  position: relative;
  padding: 0 10px;
}
.content .application_profile .app_pro_c .app_pro_next,
.content .application_profile .app_pro_c .app_pro_prev {
  --swiper-navigation-size: 18px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  color: #821619;
  font-weight: bold;
  border: 1px solid #821619;
}
.content .application_profile .app_pro_c .app_pro_next:hover,
.content .application_profile .app_pro_c .app_pro_prev:hover {
  color: #fff;
  background: #821619;
}
.content .application_profile .app_pro_c .app_pro_prev {
  left: -40px;
}
.content .application_profile .app_pro_c .app_pro_next {
  right: -40px;
}
.content .application_profile .app_pro_swiper {
  width: 100%;
  overflow: hidden;
}
.content .application_profile .app_pro_swiper a {
  display: block;
  width: 380px;
  height: 490px;
  background: #ffffff;
  padding: 30px 30px 0;
}
.content .application_profile .app_pro_swiper a * {
  transition: all 0.3s;
}
.content .application_profile .app_pro_swiper a img {
  display: block;
  width: 100%;
  height: 230px;
  margin-bottom: 28px;
}
.content .application_profile .app_pro_swiper a p {
  font-size: 24px;
  color: #4c4c4d;
  margin-bottom: 10px;
  text-align: center;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.content .application_profile .app_pro_swiper a span {
  color: #4c4c4d;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  word-break: break-all;
  height: 96px;
  margin-bottom: 16px;
}
.content .application_profile .app_pro_swiper a div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 110px;
  height: 42px;
  background: #ffffff;
  border: 1px solid #821619;
  margin: 0 auto;
  font-size: 16px;
  color: #821619;
}
.content .application_profile .app_pro_swiper a div b {
  font-weight: 400;
  margin-right: 6px;
}
.content .application_profile .app_pro_swiper a:hover p {
  color: #821619;
}
.content .application_profile .app_pro_swiper a:hover div {
  border-color: #ffd24d;
  background: #ffd24d;
}
.plate_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
.plate_title .plate_title_l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  padding-left: 20px;
  position: relative;
}
.plate_title .plate_title_l:before {
  content: '';
  width: 4px;
  height: 30px;
  background: #d60d13;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
}
.plate_title .plate_title_l span {
  font-size: 30px;
  margin-right: 19px;
}
.plate_title .plate_title_l b {
  font-style: italic;
}
.plate_title .plate_title_r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.plate_title .plate_title_r:hover {
  border-bottom: 1px solid #d60d13;
}
.plate_title .plate_title_r span {
  font-size: 16px;
  color: #d60d13;
  margin-right: 6px;
}
.plate_title .plate_title_r i {
  font-size: 16px;
  color: #d60d13;
}
.shadow_box {
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(204, 200, 200, 0.4);
}
.cate {
  margin: 0 20px 29px;
  border-bottom: 1px solid #d60d13;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cate span {
  height: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 60px;
  font-size: 16px;
  color: #4c4c4d;
  position: relative;
  cursor: pointer;
}
.cate span.on {
  color: #821619;
}
.cate span.on::after {
  content: '';
  width: 100%;
  height: 3px;
  background: #821619;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.cate span:hover {
  color: #821619;
}
@media (min-width: 1920px) {
  /* 在超大屏幕上应用的样式 */
  .content .home_swiper .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
  }
}
