@charset "utf-8";
/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  font-size: calc(100vw / 120);
  overflow-x: hidden;
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
button {
  /* border: none;
     */
}
.map img {
  max-width: inherit;
}
/* 取消链接高亮 */
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* 设置HTML5元素为块 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
/* 初始化 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: 'montserrat';
  font-display: swap;
  src: url('../fonts/Montserrat-Regular-8.otf');
}
body {
  font-family: 'Microsoft YaHei', 'montserrat', 'sourcehansans';
  font-size: 1rem;
  height: 100%;
  overflow: hidden;
  padding-top: 5.625rem;
}
.enzt {
  font-family: 'montserrat';
}
button:focus {
  outline: none;
}
em,
i {
  font-style: normal;
}
ul,
li {
  list-style-type: none;
}
.w100 {
  width: 100%;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.px {
  position: fixed;
}
a:hover,
a:link,
a:visited {
  text-decoration: none;
}
.clearfix {
  zoom: 1;
}
input:focus,
textarea:focus {
  outline: none;
}
.overh {
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ta {
  text-align: center;
}
.tr {
  text-align: right;
}
.tl {
  text-align: left;
}
.displaynone {
  display: none;
}
.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
}
.wen_hied {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.line1 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line4 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.line5 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.after {
  content: '';
  position: absolute;
}
.f14px {
  font-size: 14px;
}
.f16px {
  font-size: 16px;
}
.book {
  border: 1px solid #000;
}
.db {
  display: block;
}
.dnb {
  display: inline-block;
}
.flight {
  font-weight: lighter;
}
.fbold {
  font-weight: bold;
}
.imghover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1);
}
.sca1 {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
}
.sca0 {
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  -o-transform: scale(0);
}
.tran {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.tran2 {
  transition: 200ms ease-in-out;
  -moz-transition: 200ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 200ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 200ms ease-in-out;
  /* Opera */
}
.zhong {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  justify-content: center;
  align-items: center;
}
.z {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
}
.l0 {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cen {
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
}
.wen_hied {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.p15 {
  padding: 15px;
}
.w50 {
  width: 50%;
}
.bd {
  font-weight: bold;
}
.wen_hied2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.fix {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ju {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.hide {
  overflow: hidden;
}
.container {
  padding: 0 15.9375rem;
  max-width: 100%;
}
.phone-show {
  display: none;
}
@media (max-width: 767px) {
  .phone-show {
    display: block;
  }
  .pc-hide {
    display: none;
  }
}
@media (max-width: 1600px) {
  body,
  html {
    font-size: calc(100vw / 110);
  }
  .container {
    padding: 0 10rem;
  }
}
@media (max-width: 1440px) {
  body,
  html {
    font-size: calc(100vw / 100);
  }
  .container {
    padding: 0 8rem;
  }
}
@media (max-width: 1366px) {
  body,
  html {
    font-size: calc(100vw / 95);
  }
}
@media (max-width: 1280px) {
  body,
  html {
    font-size: calc(100vw / 90);
  }
}
@media (max-width: 990px) {
  body,
  html {
    font-size: 14px;
  }
  .container {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}
.line .bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
}
.line .bg:before,
.line .bg:after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  content: '';
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.line .bg:before {
  border-top: 2px solid #DD3235;
  border-bottom: 2px solid #DD3235;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.line .bg:after {
  border-right: 2px solid #DD3235;
  border-left: 2px solid #DD3235;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.line:hover .bg:after,
.line:hover .bg:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.iconimg {
  cursor: pointer;
}
.iconimg:hover {
  animation: swing 1s infinite linear;
}
.scoll {
  bottom: 5%;
  animation: scrool 3s infinite;
}
@keyframes scrool {
  0% {
    bottom: 5%;
  }
  50% {
    bottom: 7%;
  }
  100% {
    bottom: 5%;
  }
}
.imgfd {
  -webkit-animation: fd 30s ease-out infinite;
  -moz-animation: fd 30s ease-out infinite;
  -o-animation: fd 30s ease-out infinite;
  animation: fd 30s ease-out infinite;
}
@keyframes fd {
  0% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.pagination {
  justify-content: center;
  margin: 3rem 0;
}
.pagination li {
  width: 2.5rem;
  text-align: center;
  line-height: 2.5rem;
  border: 1px solid #ddd;
  border-radius: 100%;
  margin: 0 0.125rem;
  background: #fff;
  cursor: pointer;
  height: 2.5rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.pagination li a {
  color: #000;
}
.pagination li.active,
.pagination li:hover {
  border-color: #DD3235;
  color: #fff;
  background: #DD3235;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.pagination li.active span,
.pagination li:hover span {
  color: #fff;
}
.m-bm-head .m-bm-head-box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#header {
  position: fixed;
  top: 0;
  padding: 0 4.6rem 0 6.6rem;
  z-index: 99;
  left: 0;
  height: 5.625rem;
  line-height: 5.625rem;
  right: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
#header.active {
  height: 4.625rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  line-height: 4.625rem;
}
#header .na-ul li {
  display: inline-block;
  padding: 0 2.1875rem;
  color: #96969A;
  font-size: 1.125rem;
  font-weight: 500;
}
#header .na-ul li > a {
  color: #96969A;
}
#header .deng-div > div {
  margin-left: 1rem;
}
#header .deng-div > div svg {
  width: 1.25rem;
  height: 1.25rem;
}
#header .log-div img {
  width: 10rem;
}
.ban-er {
  color: #4E4E4E;
  margin: 1.5625rem 0;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.125rem;
  /* 212.5% */
}
.ban-er a {
  color: #4E4E4E;
}
.ban-er a:hover {
  color: #DD3235;
}
.ban-er span:last-child {
  display: none;
}
.head-p {
  color: #131313;
  font-size: 2.8125rem;
  line-height: 1;
  font-weight: 500;
  position: relative;
  padding-bottom: 0.5rem;
}
.head-p:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2.78125rem;
  height: 1px;
  background: #000;
}
.stores-con {
  padding: 2rem 0 0;
}
.stores-con .stores-div {
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #DFDFDF;
}
.stores-con .stores-div .title {
  margin-top: 1rem;
  color: #616161;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.stores-con .stores-div .title svg {
  width: 1.75rem;
  height: 1.75rem;
}
.stores-con .stores-div .des-miao {
  color: #616161;
  text-align: justify;
  margin-top: 0.4rem;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  /* 155.556% */
}
footer {
  background: #F9F9F9;
}
footer .foot-top {
  padding: 5rem 0 0rem;
}
footer .foot-top .foot-a {
  margin-top: 0.5rem;
}
footer .foot-top .foot-ul li {
  margin-left: 9%;
  float: left;
}
footer .foot-top .foot-ul li:nth-child(1),
footer .foot-top .foot-ul li:nth-child(3) {
  margin-left: 0;
}
footer .foot-top .foot-ul li .logo-a img {
  width: 10.1875rem;
}
footer .foot-top .foot-ul li .foot-a {
  color: #4E4E4E;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
}
footer .foot-top .foot-ul li .foot-a a {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  color: #4E4E4E;
}
footer .foot-top .foot-ul li .foot-a a:hover {
  color: #DD3235;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
footer .foot-top .link-li {
  margin-bottom: 6%;
  width: 20rem;
}
footer .foot-top .link-li .foot-a a {
  width: 50%;
  float: left;
}
footer .foot-bot {
  border-top: 1px solid #E7E7E7;
  color: #4E4E4E;
  padding: 1rem 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
}
.feng .social-share .social-share-icon {
  border: 1px solid #4E4E4E;
  color: #4E4E4E;
}
.new-xqq {
  padding-bottom: 1rem;
}
.new-xqq .title {
  color: #1B1C21;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.new-xqq .data-xw {
  color: #9D9D9D;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 0.8rem;
}
.new-xqq .new-xq-con {
  color: #616161;
  margin-top: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 190%;
  padding: 4rem 0;
  border-top: 1px dashed #B6B6B6;
  border-bottom: 1px dashed #B6B6B6;
}
.new-xqq .new-xq-con p {
  margin-bottom: 10px;
}
.new-div {
  margin-bottom: 1.875rem;
  cursor: pointer;
}
.new-div .new-bot {
  padding: 1.5rem;
  border-bottom: 1px solid #DFDFDF;
  position: relative;
}
.new-div .new-bot .data {
  color: #9D9D9D;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.new-div .new-bot .title {
  color: #616161;
  text-align: justify;
  margin-top: 0.5rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 3.375rem;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.new-div .new-bot .title a {
  color: #616161;
}
.new-div .new-bot:after {
  content: '';
  position: absolute;
  width: 100%;
  background: #DD3235;
  height: 2px;
  left: 0;
  bottom: 0;
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  -o-transform: scale(0);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.new-div img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.new-div:hover img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1);
}
.new-div:hover .title {
  color: #DD3235;
}
.new-div:hover .title a {
  color: #DD3235;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.new-div:hover .new-bot:after {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.new-list {
  margin-top: 2rem;
}
.article-div {
  padding: 1.5rem 0;
}
.article-div > div {
  width: 49%;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.article-div > div a {
  color: #616161;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2;
}
.article-div > div a:hover {
  color: #DD3235;
}
.view {
  margin-top: 2.4rem;
}
.view a {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  top: 0rem;
  position: relative;
}
.view a img {
  position: relative;
  margin-right: -1rem;
  width: 4.03125rem;
  height: 0.375rem;
}
.view a span {
  width: 75px;
  height: 75px;
  display: inline-block;
  border-radius: 100%;
  line-height: 75px;
  text-align: center;
  position: relative;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.view a:hover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  top: -1rem;
}
.case-div {
  position: relative;
  margin-bottom: 2rem;
  cursor: pointer;
}
.case-div .overh {
  width: 56%;
}
.case-div .overh img {
  height: 30.25rem;
  object-fit: cover;
}
.case-div .case-bot {
  width: 40%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.case-div .case-bot .title {
  color: #000;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  position: relative;
  padding-bottom: 0.5rem;
}
.case-div .case-bot .title a {
  color: #000;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.case-div .case-bot .title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2.78125rem;
  height: 1px;
  background: #000;
}
.case-div .case-bot .miao-p {
  color: #616161;
  text-align: justify;
  margin-top: 0.8rem;
  font-size: 1rem;
  font-weight: 350;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.case-div img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.case-div:hover .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1);
}
.case-div:hover .case-bot .title a {
  color: #DD3235;
}
.case {
  padding-bottom: 3rem;
}
.product-center {
  padding: 3rem 0;
}
.product-center .product-cons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-center .le {
  width: 20%;
  padding-right: 4rem;
}
.product-center .fr {
  width: 70%;
  padding-left: 6.37rem;
  border-left: 1px solid #D1D1D1;
}
.product-center .two-ul {
  position: sticky;
  top: 7rem;
}
.product-center .two-ul li {
  color: #616161;
  text-align: right;
  font-size: 1.1rem;
  cursor: pointer;
  font-weight: 500;
  line-height: 3rem;
  /* 300% */
}
.product-center .two-ul li > p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.product-center .two-ul li:hover,
.product-center .two-ul li.active {
  color: #DD3235;
}
.product-ul li {
  margin-bottom: 4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.product-ul li .overh {
  width: 50%;
  padding: 1rem;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 27.75rem;
  background: #FAFAFA;
}
.product-ul li .re {
  width: 43%;
  margin-left: 7%;
}
.product-ul li .re .title a {
  color: #DD3235;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
	text-align: left;
}
.product-ul li .re .mios-p {
  color: #9E9E9E;
  padding-top: 0.8rem;
  border-top: 1px solid #D7D7D7;
  text-align: left;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
	margin-top: 0.8rem;
}
.lunbo .swiper-slide > img {
  height: calc(100vh - 5.625rem);
  object-fit: cover;
}
.lunbo .lunbo-wenzi {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #FFF;
}
.lunbo .lunbo-wenzi .div1 {
  color: #fff;
  font-size: 3.06rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
}
.lunbo .lunbo-wenzi .div2 {
  color: #fff;
  margin-top: 0.8rem;
  font-size: 2.65rem;
  font-style: normal;
  font-weight: 200;
  line-height: 1.3;
  margin-top: 20px;
}
.about-us {
  padding: 5rem 0 6.25rem;
}
.about-us .le {
  width: 48%;
}
.about-us .le .pp1 {
  color: #616161;
  margin-top: 0.8rem;
  font-size: 2rem;
  font-weight: 200;
  line-height: normal;
}
.about-us .le .div3 {
  color: #616161;
  text-align: justify;
  margin-top: 1.9rem;
  font-size: 1rem;
  font-weight: 350;
  line-height: 1.8;
}
.about-us .le .div3 p {
  margin-bottom: 8px;
  text-indent: 2em;
}
.about-us .re {
  width: 43%;
}
.about-us .re img {
  height: 33.75rem;
}
.culture {
  background: url(../images/img1b.jpg) no-repeat;
  background-size: cover;
  padding: 12.5rem 0;
}
.culture .le {
  width: 50%;
  padding-right: 4.5rem;
  border-right: 1px solid #B6B6B6;
}
.culture .nr-div {
  margin-top: 1.9rem;
  color: #616161;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 190%;
}
.culture .re {
  padding-left: 4.5rem;
}
.factory {margin-top: 2rem;}
.factory ul li {width: calc(100% / 4 - 1.5%); margin-right: 2%; margin-bottom: 2%; float: left; overflow: hidden;}
.factory ul li:nth-child(4n) {margin-right: 0;}
.factory ul li a img {transition: transform 0.3s ease;}
.factory ul li a:hover img {transform: scale(1.1);}
.factory ul li p {text-align: center; font-size: 1rem; margin-top: 0.7rem;}
.staff {
  padding: 5rem 0 8rem;
}
.staff .staff-div {
  height: 23.375rem;
  margin-top: 3rem;
  overflow: hidden;
  background: #D5D2D0;
  padding: 1.5rem 3.5rem;
}
.staff .staff-div .ren-img {
  position: absolute;
  right: 10%;
  bottom: 0;
}
.staff .staff-div .ren-img img {
  position: relative;
  z-index: 2;
}
.staff .staff-div .ren-img::after {
  position: absolute;
  content: '';
  width: 16.625rem;
  height: 16.625rem;
  border-radius: 16.625rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
  background: linear-gradient(150deg, #C0BAB5 0%, rgba(217, 217, 217, 0) 100%);
}
.staff .staff-div .title {
  color: #4E4E4E;
  margin-top: 3rem;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.staff .staff-div .miao-p {
  color: #4E4E4E;
  margin-top: 0.38rem;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.staff .staff-div .neri-div {
  color: #4E4E4E;
  margin-top: 0.8rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.staff .staff-div .zhe-img {
  right: 0;
  bottom: 0;
  z-index: 3;
}
.lunbo .div3 {
  color: #FFF;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.1165rem;
  margin-top: 0.5rem;
}
.lunbo .view a span {
  color: #fff;
  border-color: #FFF;
}
.index-about {
  overflow: hidden;
  padding-bottom: 16rem;
}
.index-about .le .div3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}
.index-about .le .div3 p {
  margin-bottom: 8px;
  text-indent: 2em;
}
.index-about .index-about-img {
  top: 0;
  right: 0;
  z-index: -1;
}
.index-about .index-about-img img {
  height: 49rem;
}
.en-wen {
  color: rgba(255, 255, 255, 0.6);
  font-size: 9.26119rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  bottom: 10%;
  left: 100% ;
  -webkit-text-stroke: 1px rgba(241, 207, 207, 0.5);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.6);
}
.en-wen p {
  white-space: nowrap;
  animation: marquee 50s linear infinite;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.index-pro {
  background: #FAFAFA;
  padding: 5.5rem 0 6.5rem;
}
.index-pro-bot {
  margin-top: 4rem;
}
.index-pro-bot .pro-div {
  margin-bottom: 3rem;
}
.index-pro-bot .pro-div .overh {
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.index-pro-bot .title {
  margin-top: 2.6rem;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 700;
  line-height: normal;
  position: relative;
}
.index-pro-bot .title a {
  color: #616161;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.index-pro-bot .title::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 2.625rem;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
  background: #DD3235;
  top: -4rem;
}
.index-pro-bot .miao-p {
  color: #9E9E9E;
  text-align: center;
  font-size: 1rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.index-case {
  padding: 7.0625rem 0;
}
.index-case .title1 {
  color: #616161;
  margin-top: 1.5rem;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.index-case .title1 a {
  color: #616161;
}
.index-case .swiper-pagination {
  text-align: right;
  color: #DCDCDC;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.index-case .swiper-pagination .swiper-pagination-current {
  color: #9B9B9B;
}
.index-new {
  padding: 5rem 0 7rem;
  background: #FAFAFA;
}
.index-new .index-new-lunbo {
  margin-top: 5rem;
  padding-bottom: 5rem;
}
.index-new .index-new-lunbo .new-div {
  background: #FFF;
  box-shadow: 0px 8px 8px 0px rgba(204, 203, 203, 0.25);
}
.index-new .index-new-lunbo .new-div:hover {
  background: url(../img/1.jpg) no-repeat;
  background-size: cover;
}
.index-new .index-new-lunbo .new-div:hover .new-bot .title a {
  color: #616161;
}
.index-new .index-new-lunbo .swiper-pagination {
  width: 100%;
  height: 1px;
  background: #D6D6D6;
  bottom: 1px;
}
.index-new .index-new-lunbo .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  height: 3px;
  background: #DD3235;
  bottom: -1px;
}
.index-new .index-new-lunbo .swiper-slide:nth-child(even) .new-div {
  margin-top: 2.5rem;
}
.index-shops {
  background: url(../images/4.jpg) no-repeat;
  background-size: cover;
  padding-top: 16rem;
}
.index-shops .index-shops-bot {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.index-shops .le {
  width: 41%;
}
.index-shops .re {
  width: 59%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.index-shops .re > div {
  width: 60%;
}
.index-shops .re .div3 {
  margin-top: 1.8rem;
}
.index-shops .index-shops-img {
  top: 0;
  right: 0;
  width: 35%;
}
.index-shops .en-wen {
  top: 0%;
  bottom: auto;
}
.contact-us-top .ccontact-lx {
  margin-top: 3.125rem;
}
.contact-us-top .ccontact-lx .box-div {
  background: #fff;
  border-radius: 1.25rem;
  padding: 2.375rem 1.875rem;
}
.contact-us-top .ccontact-lx .box-div .p1 {
  color: #000000;
  font-size: 1.375rem;
}
.contact-us-top .ccontact-lx .box-div .lxwm-ul {
  margin-top: 1rem;
}
.contact-us-top .ccontact-lx .box-div .lxwm-ul li {
  position: relative;
  padding-left: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.7;
  color: #717171;
}
.contact-us-top .ccontact-lx .box-div .lxwm-ul li i {
  position: absolute;
  left: 0;
  color: #DD3235;
  font-size: 1.25rem;
  top: 0;
}
.contact-message {
  margin-top: 2rem;
}
.contact-message .p1 {
  font-weight: 500;
  font-size: 1.125rem;
  margin-bottom: 0.8125rem;
  color: #939393;
}
.contact-message .input-div {
  margin-bottom: 1.875rem;
}
.contact-message .input-div input {
  width: 100%;
  height: 3.125rem;
  background: #fff;
  border: 1px solid #DCDCDC;
  border-radius: 1.875rem;
  padding-left: 1rem;
  color: #666666;
  font-size: 1rem;
}
.contact-message textarea {
  width: 100%;
  background: #fff;
  border-radius: 1.875rem;
  border: 1px solid #DCDCDC;
  padding: 0.9375rem;
  height: 10.75rem;
  color: #666666;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
.tijiao {
  z-index: 1;
  border: none;
  border-radius: 1.625rem;
  display: inline-block;
  background: #DD3235;
  height: 3.125rem;
  padding: 0 2.625rem;
  line-height: 3.125rem;
  font-size: 1rem;
  overflow: hidden;
  position: relative;
  color: #FFFFFF;
}
.tijiao::before {
  content: '';
  position: absolute;
  left: 0%;
  width: 0%;
  height: 100%;
  background: #DD3235;
  z-index: -1;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.tijiao:hover {
  border: 1px solid #DD3235;
  color: #fff;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.tijiao:hover::before {
  left: 0;
  width: 100%;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.contact-us-bot {
  background: url(../img/2.jpg) no-repeat;
  background-size: cover;
  padding: 5.5rem 0 6.5rem;
}
.contact-us-top {
  padding-bottom: 5rem;
}
.contact-us-top .map-dizji {
  margin-top: 3rem;
  line-height: 2;
  font-size: 1.25rem;
}
.contact-us-top .map-dizji h3 {
  font-weight: bold;
}
#header .na-ul li {
  position: relative;
}
#header .na-ul li::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0.125rem;
  background: #DD3235;
  left: 0;
  bottom: 0;
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  -o-transform: scale(0);
  transform-origin: center center;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
#header .na-ul li a {
  display: block;
}
#header .na-ul li:hover a,
#header .na-ul li.active a {
  color: #DD3235;
}
#header .na-ul li:hover::after,
#header .na-ul li.active::after {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
@media (max-width: 1800px) {
  footer .foot-top .foot-ul li {
    margin-left: 6%;
  }
}
@media (max-width: 1440px) {
  footer .foot-top .foot-ul li {
    margin-left: 2%;
  }
  footer .foot-top .link-li {
    width: 17rem;
  }
  .head-p {
    font-size: 2.2rem;
  }
  .product-ul li .overh {
    height: 22rem;
  }
  .product-ul li .overh img {
    width: 70%;
  }
  .product-ul li .re .title a {
    font-size: 1.6rem;
  }
  .product-ul li .re .mios-p {
    font-size: 1.2rem;
  }
  .lunbo .lunbo-wenzi .div1 {
    font-size: 2rem;
  }
  .lunbo .lunbo-wenzi .div2 {
    font-size: 1.8rem;
  }
  .index-pro-bot .pro-div .overh {
    text-align: center;
    height: 20rem;
  }
  .index-pro-bot .pro-div .overh img {
    width: 95%;
  }
}
@media (max-width: 1200px) {
  footer .foot-top .link-li {
    width: 14rem;
  }
  .staff .staff-div .ren-img {
    width: 30%;
  }
}
@media (max-width: 990px) {
  .index-about {
    padding-bottom: 10rem;
  }
  .index-shops {
    padding-top: 10rem;
  }
  .index-shops .re > div {
    width: 90%;
  }
  .en-wen {
    font-size: 5rem;
  }
  .index-about .index-about-img {
    width: 100%;
  }
  .index-about .index-about-img img {
    width: 100%;
  }
  .culture {
    padding: 5rem 0;
  }
  .culture .le {
    width: 46%;
  }
  .about-us .le {
    width: 100%;
  }
  .staff .staff-div .ren-img {
    width: 40%;
  }
  .about-us .re {
    width: 100%;
    margin-top: 1rem;
  }
  #header,
  footer {
    display: none;
  }
  .rightfix1 {
    display: none;
  }
  .rightfix1 ul {
    display: none;
  }
  .contact-us-top .map-dizji h3 {
    font-size: 1.3rem;
  }
  .product-center .le {
    padding-right: 1rem;
  }
  .product-center .fr {
    padding-left: 1rem;
  }
  .product-ul li .overh {
    height: 15rem;
  }
  .product-ul li .overh img {
    width: 86%;
  }
  .product-ul li {
    margin-bottom: 1rem;
  }
}
.lunbo .swiper-slide > img {
  -webkit-animation: fd 30s ease-out infinite;
  -moz-animation: fd 30s ease-out infinite;
  -o-animation: fd 30s ease-out infinite;
  animation: fd 30s ease-out infinite;
}
@media (max-width: 767px) {
  .factory ul li {width: calc(100% / 2 - 1%); margin-right: 2%; margin-bottom: 2%;}
  .factory ul li:nth-child(2n) {margin-right: 0;}
	
  .lunbo .swiper-slide > img {
    -webkit-animation: 30s ease-out infinite;
    -moz-animation: 30s ease-out infinite;
    -o-animation: 30s ease-out infinite;
    animation: 30s ease-out infinite;
  }
  .contact-us-top .map-dizji .col-sm-5 {
    margin-bottom: 2rem;
  }
  .contact-us-top .map-dizji {
    font-size: 1rem;
    line-height: 1.5;
  }
  .head-p {
    font-size: 1.8rem;
  }
  .contact-us-bot {
    padding: 3rem 0;
  }
  .contact-message .input-div input {
    height: 30px;
  }
  .contact-message textarea {
    height: 8rem;
  }
  .contact-message .input-div {
    margin-bottom: 1rem;
  }
  .stores-con .stores-div .title {
    font-size: 1.2rem;
  }
  .stores-con .stores-div {
    margin-bottom: 1rem;
  }
  .new-xqq .title {
    font-size: 1.5rem;
  }
  .new-xqq .new-xq-con {
    padding: 2rem 0;
  }
  .case-div .overh {
    width: 100%;
  }
  .case-div .case-bot {
    position: relative;
    width: 100%;
    margin-top: 1.5rem;
    top: auto;
    -ms-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  .case-div .case-bot .title {
    font-size: 1.5rem;
  }
  .view {
    margin-top: 1rem;
  }
  .product-ul li .overh {
    width: 100%;
  }
  .product-ul li .re {
    width: 100%;
    margin-left: 0;
    margin-top: 1rem;
  }
  .product-ul li {
    margin-bottom: 2rem;
  }
  .product-ul li .re .mios-p {
    font-size: 1rem;
  }
  .product-ul li .re .title a {
    font-size: 1.3rem;
  }
  .lunbo .swiper-slide > img {
    height: auto;
  }
  .lunbo .lunbo-wenzi .div1 {
    font-size: 1.5rem;
  }
  .lunbo .lunbo-wenzi .div2 {
    font-size: 1rem;
  }
  .product-center .le {
    width: 30%;
  }
  .about-us {
    padding: 3rem 0;
  }
  .about-us .le .pp1 {
    font-size: 1.5rem;
  }
  .about-us .re img {
    height: auto;
  }
  .culture .le {
    width: 100%;
    padding-bottom: 2rem;
    border-right: none;
    padding-right: 0;
    border-bottom: 1px solid #B6B6B6;
  }
  .staff .staff-div .miao-p {
    font-size: 1rem;
  }
  .culture .re {
    padding-left: 0;
    width: 100%;
    padding-top: 2rem;
  }
  .staff .staff-div {
    padding: 1rem;
    margin-top: 1rem;
  }
  .staff .staff-div .ren-img::after {
    width: 10rem;
    height: 10rem;
  }
  .staff .staff-div .title {
    font-size: 1.5rem;
  }
  .lunbo .div3 {
    font-size: 1rem;
  }
  .index-pro-bot {
    margin-top: 1rem;
  }
  .index-pro-bot .pro-div {
    margin-bottom: 1rem;
  }
  .index-case {
    padding: 3rem 0;
  }
  .index-new .index-new-lunbo {
    margin-top: 2rem;
    padding-bottom: 2rem;
  }
  .index-new .index-new-lunbo .swiper-slide:nth-child(even) .new-div {
    margin-top: 0;
  }
  .index-shops .le {
    width: 100%;
  }
  .index-shops .re {
    width: 100%;
    padding: 1rem 0 3rem;
  }
  .index-shops .index-shops-img {
    width: 56%;
  }
  .index-pro {
    padding: 3rem 0;
  }
  .index-pro-top .view {
    margin-top: -2rem;
  }
}
.index-pro-bot .pro-div {
  cursor: pointer;
}
.index-pro-bot .pro-div .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index-pro-bot .pro-div:hover .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1);
}
.index-pro-bot .pro-div:hover .title a {
  color: #DD3235;
}
.detail_feature .cover_left {
  left: 0;
}
.detail_feature .cover_right {
  right: 0;
}
.detail_feature .cover_left,
.detail_feature .cover_right {
  position: absolute;
  top: 0px;
  width: 0%;
  background-color: #fff;
  bottom: 0;
  transform: translate(0, 0);
  z-index: 333;
  transition: all 0.3s ease;
}
.ban > img {
  -webkit-animation: fd 30s ease-out infinite;
  -moz-animation: fd 30s ease-out infinite;
  -o-animation: fd 30s ease-out infinite;
  animation: fd 30s ease-out infinite;
}
.progress-circle ellipse {
  stroke-dasharray: 816;
  stroke-dashoffset: 0;
  animation: dash 5s linear infinite;
}
@keyframes dash {
  from {
    stroke-dashoffset: 916;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.progress-circle {
  position: absolute;
  width: 75px;
  height: 75px;
  right: 0;
  top: -30px;
}
.rightfix1 .bot a svg path {
  stroke: #2C2C2C;
}
.rightfix1 .bot a:hover svg path {
  stroke: #fff;
}
.feng .social-share a svg path {
  fill: #4E4E4E;
}
.feng .social-share a:hover svg path {
  fill: #fff;
}
.tdt-pane {
  z-index: 9!important;
}
.ban {
  overflow: hidden;
}
.new-div img {
  height: 22.0625rem;
  object-fit: cover;
}
.lunbo .swiper-slide {
  overflow: hidden;
}
