.linear {
  transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.ease {
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
}
.ease-in {
  transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
}
.ease-out {
  transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}
.ease-in-out {
  transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
}
.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
nav {
  max-width: 1920px;
  width: 100%;
  height: auto;
  margin: 0 auto !important;
}
nav .nav-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 1200px;
  height: 50px;
  margin: 0 auto;
}
nav .nav-top .top-tel {
  width: auto;
  font-size: 14px;
  color: #a00710;
  float: left;
  margin-right: 10px;
  background: url(../images/icon/icon-tel.png) no-repeat;
  padding-left: 18px;
  background-position: 0% 50%;
  line-height: 50px;
}
nav .nav-top .top-serach {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  margin-right: 8px;
}
nav .nav-top .top-serach input {
  width: 150px;
  height: 30px;
  padding-left: 8px;
  border: 1px solid #d2d2d2;
  border-right: none;
  font-size: 12px;
  color: #333;
}
nav .nav-top .top-serach input::placeholder {
  color: #999999;
}
nav .nav-top .top-serach a {
  width: 30px;
  height: 30px;
  background: #a62128 url(../images/icon/icon-serach2.png) no-repeat center center;
  background-size: 15px;
}
nav .nav-top .top-lang {
  width: auto;
  line-height: 50px;
}
nav .nav-top .top-lang a {
  display: inline-block;
  padding: 0px 3px;
  font-size: 12px;
  color: #999999;
}
nav .nav-top .top-lang a:hover {
  color: #a62128;
}
nav .nav-top .top-lang span {
  font-size: 12px;
  color: #999999;
}
nav .nav-top .top-lang .on {
  color: #a62128;
}
nav .nav-main {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: linear-gradient(90deg, #040001, #970710);
  z-index: 59;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
nav .nav-main .main-cont .main-logo {
  position: relative;
  width: 90px;
  height: auto;
}
nav .nav-main .main-cont .main-logo img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-logo .img2 {
  opacity: 0;
}
nav .nav-main .main-cont .main-nav {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: 100%;
}
nav .nav-main .main-cont .main-nav .nav-cont {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: auto;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li {
  position: relative;
  display: inline-block;
  width: auto;
  height: 100%;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link {
  display: inline-block;
  position: relative;
  width: auto;
  height: 100%;
  padding: 0 20px;
  font-size: 16px;
  text-align: center;
  line-height: 90px;
  color: #fffefe;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list {
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 100%;
  height: auto;
  margin-left: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  z-index: 29;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 34, 0.6);
  box-shadow: 0 0 10px #888888;
  z-index: 0;
  transform: translatey(-100%);
  -o-transform: translatey(-100%);
  -moz-transform: translatey(-100%);
  -webkit-transform: translatey(-100%);
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.5s 0.1s;
  -o-transition: all 0.5s 0.1s;
  -moz-transition: all 0.5s 0.1s;
  -webkit-transition: all 0.5s 0.1s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a {
  display: none;
  position: relative;
  width: auto;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  opacity: 0;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a:hover {
  color: #a62128;
  background: #fff;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
nav .nav-main .main-cont .main-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100%;
  margin-left: 0.35rem;
}
nav .nav-main .main-cont .main-right .right-serach {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-serach span {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../images/icon/icon-serach.png) no-repeat center center;
  background-size: 0.2rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-serach:hover {
  background: #a62128;
}
nav .nav-main .main-cont .main-right .right-serach:hover span {
  background: url(../images/icon/icon-serach2.png) no-repeat center center;
  background-size: 0.2rem;
}
nav .nav-main .main-cont .main-right .right-menu {
  width: 0.8rem;
  height: 100%;
  margin-left: 0.4rem;
  background: #a62128 url(../images/icon/icon-web-mune.png) no-repeat center center;
  background-size: 0.26rem;
  cursor: pointer;
}
nav .nav-main .main-cont .main-right .right-lang {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: auto;
  height: 100%;
  margin-right: 0.32rem;
  cursor: pointer;
}
nav .nav-main .main-cont .main-right .right-lang .lang-flag {
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  background: url(../images/icon/icon-lang.png) no-repeat center center;
  background-size: 100%;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-title {
  width: auto;
  margin: 0 0.15rem;
  font-size: 0.16rem;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-arrow {
  width: 11px;
  height: 6px;
  background: url(../images/icon/icon-lang-arrow.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list {
  position: absolute;
  top: 0.8rem;
  left: 50%;
  width: 1.5rem;
  height: auto;
  padding: 0.05rem 0.2rem;
  margin-left: -0.75rem;
  overflow: hidden;
  z-index: 9;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f8f8f8;
  z-index: 0;
  transform: translatey(-100%);
  -o-transform: translatey(-100%);
  -moz-transform: translatey(-100%);
  -webkit-transform: translatey(-100%);
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list .list-link {
  display: none;
  position: relative;
  width: 100%;
  margin: 0.1rem 0;
  font-size: 0.14rem;
  line-height: 0.24rem;
  text-align: center;
  color: #333;
  opacity: 0;
  z-index: 9;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list .list-link:hover {
  color: #a62128;
}
nav .nav-main .main-cont .main-right .right-lang:hover .lang-arrow {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
nav .nav-main .main-cont .main-right .right-lang:hover .lang-list::before {
  transform: translatey(0);
  -o-transform: translatey(0);
  -moz-transform: translatey(0);
  -webkit-transform: translatey(0);
}
nav .nav-main .main-cont .main-right .right-lang:hover .lang-list .list-link {
  display: block;
  animation: navInUp50 0.6s ease;
  animation-fill-mode: forwards;
}
nav .nav-main .main-cont .main-web-right {
  display: none;
}
nav .nav-main .main-cont .main-popup-suosou {
  position: absolute;
  top: 0.8rem;
  left: 50%;
  display: none;
  width: 100%;
  height: auto;
  padding: 0.9rem 0 0.4rem;
  background: #fff;
  border-top: solid 1px #eee;
  z-index: 59;
  transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  width: 960px;
  height: auto;
  margin: 0 auto;
  border-bottom: solid 1px #f7f8f9;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box a {
  width: 18px;
  height: auto;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box a img {
  width: 100%;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box input {
  flex: 1;
  height: 0.75rem;
  padding: 0 0.5rem;
  font-size: 16px;
  color: #333;
  background: none;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box input::placeholder {
  font-size: 16px;
  color: #999;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden {
  width: 21px;
  height: auto;
  cursor: pointer;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden:hover img {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
nav .Whead-search,
nav .sidebar-mask,
nav .Whead-sidebar,
nav .head-Wnav,
nav .cont-web-suosou,
nav .cont-web-caidan {
  display: none;
}
header {
  max-width: 1920px;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto !important;
  z-index: 19;
}
header .head-banner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
header .head-banner .swiper-slide {
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box .slide-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .slide-pic video {
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box .slide-pic img {
  display: none;
}
header .head-banner .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .head-banner .swiper-slide .slide-box .box-web-pic {
  display: none;
}
header .head-banner .swiper-slide .slide-box .box-cent {
  position: absolute;
  bottom: 0.9rem;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0 0.48rem;
  z-index: 9;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title {
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.48rem;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-English {
  font-family: 'MONTSERRAT-EXTRALIGHT';
  font-size: 0.72rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.8s;
  -o-transition: all 0.5s 0.8s;
  -moz-transition: all 0.5s 0.8s;
  -webkit-transition: all 0.5s 0.8s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-button {
  width: 1.4rem;
  height: 0.46rem;
  margin: 0.2rem auto 0;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.8s;
  -o-transition: all 0.5s 0.8s;
  -moz-transition: all 0.5s 0.8s;
  -webkit-transition: all 0.5s 0.8s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-button .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 0.14rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0.45rem;
  background: linear-gradient(-90deg, #6db2fb, #4289d4);
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-button .button img {
  width: 13px;
  margin-left: 0.16rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-button .button:hover {
  background: linear-gradient(90deg, #6db2fb, #4289d4);
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-button .button:hover img {
  margin-left: 0.06rem;
}
header .head-banner .swiper-slide .slide-box .box-cent2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14.42rem;
  height: auto;
  z-index: 9;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .swiper-slide .slide-box .box-cent2 .cent-title {
  font-size: 0.64rem;
  font-weight: bold;
  text-align: right;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
header .head-banner .swiper-slide .slide-box .box-cent2 .cent-English {
  font-family: 'MONTSERRAT-EXTRALIGHT';
  font-size: 0.36rem;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
header .head-banner .swiper-slide-active .box-cent .cent-title,
header .head-banner .swiper-slide-active .box-cent2 .cent-title,
header .head-banner .swiper-slide-active .box-cent .cent-subtitle,
header .head-banner .swiper-slide-active .box-cent2 .cent-subtitle,
header .head-banner .swiper-slide-active .box-cent .cent-title2,
header .head-banner .swiper-slide-active .box-cent2 .cent-title2,
header .head-banner .swiper-slide-active .box-cent .cent-English,
header .head-banner .swiper-slide-active .box-cent2 .cent-English,
header .head-banner .swiper-slide-active .box-cent .cent-text,
header .head-banner .swiper-slide-active .box-cent2 .cent-text,
header .head-banner .swiper-slide-active .box-cent .cent-button,
header .head-banner .swiper-slide-active .box-cent2 .cent-button {
  opacity: 1 !important;
  transform: translatey(0) !important;
  -o-transform: translatey(0) !important;
  -moz-transform: translatey(0) !important;
  -webkit-transform: translatey(0) !important;
}
header .head-banner .swiper-pagination {
  bottom: 20px;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 16px;
  height: 16px;
  margin: 0 0.05rem;
  border: solid 2px #fff;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #a62128;
  border: solid 2px #a62128;
}
header .head-banner .banner-pic {
  width: 100%;
  height: auto;
  background-position: left 1.3rem;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;
  overflow: hidden;
}
header .head-banner .banner-pic img {
  width: 100%;
}
header .head-banner .banner-video {
  width: 100%;
  height: auto;
}
header .head-banner .banner-video video {
  display: block;
  width: 100%;
  height: auto;
}
header .head-banner .banner-cent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15.6rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .banner-cent .cent-title {
  font-size: 0.48rem;
  line-height: 0.72rem;
  color: #fff;
}
header .head-banner .banner-cent .cent-title span {
  font-family: 'SLIDEYOURAN-REGULAR';
  font-size: 0.9rem;
  letter-spacing: -0.2rem;
}
header .head-banner .banner-cent .cent-English {
  font-size: 0.18rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
header .head-banner .banner-cent2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15.36rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .banner-cent2 .cent-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.4rem;
  text-align: right;
  color: #fff;
}
header .head-banner .banner-cent2 .cent-English {
  margin-top: 0.25rem;
  font-family: Arial;
  font-size: 0.18rem;
  text-align: right;
  color: #fff;
}
header .head-banner .banner-cent2 .cent-heng {
  width: 60px;
  height: 5px;
  margin: 0.35rem auto 0;
  background: #fff;
}
header .head-banner .banner-cent2 .cent-search {
  display: flex;
  justify-content: center;
  width: 40%;
  height: auto;
  margin: 0.5rem auto 0;
}
header .head-banner .banner-cent2 .cent-search input {
  width: 80%;
  height: 0.55rem;
  padding: 0 0.3rem;
  font-size: 0.18rem;
  font-weight: 300;
  color: #666;
  background: #fff;
}
header .head-banner .banner-cent2 .cent-search a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 0.55rem;
  font-size: 0.18rem;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(to right, #0f5cf6, #0de9d9);
}
header .head-banner .banner-cent2 .cent-search a img {
  width: 0.18rem;
  margin-right: 0.1rem;
}
header .head-banner .banner-cent2 .cent-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}
header .head-banner .banner-cent2 .cent-text span {
  padding: 0.02rem 0.08rem;
  margin: 0 0.1rem;
  border: 1px solid #fff;
  border-radius: 0.45rem;
}
header .head-strip {
  display: flex;
  justify-content: flex-start;
  width: 1200px;
  height: 70px;
  margin: 0 auto;
  background: #fff;
  z-index: 29;
}
header .head-strip .strip-item {
  width: calc(100% / 4);
  height: 100%;
  font-size: 16px;
  text-align: center;
  line-height: 70px;
  color: #666666;
}
header .head-strip .strip-item:hover {
  color: #fff;
  background: #a62128;
}
header .head-strip .strip-item-active {
  color: #fff;
  background: #a62128;
}
header .background {
  background: #f5f7f9;
}
header .head-Wnav {
  display: none;
}
footer {
  max-width: 1920px;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto !important;
  background: #eaeaea;
  overflow: hidden;
}
footer .font-main {
  width: 1017px;
  height: auto;
  margin: 0 auto;
  padding-top: 35px;
}
footer .font-main .main-link {
  width: 100%;
  height: auto;
  padding-bottom: 15px;
  text-align: center;
  border-bottom: 1px solid #d8d8d8;
}
footer .font-main .main-link a {
  display: inline-block;
  padding: 0px 10px;
  font-size: 14px;
  color: #666666;
  line-height: 14px;
  border-right: 1px solid #d8d8d8;
}
footer .font-main .main-link a:last-of-type {
  border-right: none;
}
footer .font-main .main-zizhi {
  padding: 25px 0px;
  font-size: 14px;
  text-align: center;
  color: #666666;
}
section {
  max-width: 1920px;
  margin: 0 auto !important;
}
.container {
  width: 100%;
  height: auto;
}
.container .cont-plate1 {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 80px 0 0;
}
.container .cont-plate1 .plate1-main {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 35px;
}
.container .cont-plate1 .plate1-main .main-swiper {
  width: 1020px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.container .cont-plate1 .plate1-main .main-swiper .swiper-slide {
  width: 340px;
  height: auto;
}
.container .cont-plate1 .plate1-main .main-swiper .swiper-slide .slide-box {
  display: block;
  width: 270px;
  height: 368px;
  margin: 0 auto;
  border: solid 1px #d8d8d8;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-main .main-swiper .swiper-slide .slide-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-main .main-swiper .swiper-slide .slide-box:hover {
  border: solid 1px #a62128;
}
.container .cont-plate1 .plate1-main .main-swiper .swiper-slide .slide-box:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.container .cont-plate1 .plate1-main .plate1-swiper-button-prev,
.container .cont-plate1 .plate1-main .plate1-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 60px;
  margin-top: -30px;
  border: solid 1px #dcdcdc;
  background-size: 12px;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  outline: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-main .plate1-swiper-button-prev:hover,
.container .cont-plate1 .plate1-main .plate1-swiper-button-next:hover {
  border: solid 1px #a62128;
}
.container .cont-plate1 .plate1-main .plate1-swiper-button-prev {
  left: 0;
  background-image: url(../images/icon/icon-swiper-prev.png);
}
.container .cont-plate1 .plate1-main .plate1-swiper-button-next {
  right: 0;
  background-image: url(../images/icon/icon-swiper-next.png);
}
.container .cont-plate2 {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 80px 0;
}
.container .cont-plate2 .plate2-top {
  display: flex;
  justify-content: center;
  width: 1020px;
  height: auto;
  margin: 40px auto 0;
}
.container .cont-plate2 .plate2-top .top-item {
  position: relative;
  width: auto;
  height: auto;
  margin: 0px 40px;
  font-size: 18px;
  color: #666666;
  cursor: pointer;
}
.container .cont-plate2 .plate2-top .top-item::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #a62128;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-top .top-item:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.container .cont-plate2 .plate2-top .top-item-active::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.container .cont-plate2 .plate2-main {
  position: relative;
  width: 1020px;
  height: auto;
  margin: 30px auto 0;
}
.container .cont-plate2 .plate2-main .main-box {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
.container .cont-plate2 .plate2-main .main-box .box-cont {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
.container .cont-plate2 .plate2-main .main-box .box-cont .cont-item {
  width: 270px;
  height: auto;
  margin-right: 100px;
}
.container .cont-plate2 .plate2-main .main-box .box-cont .cont-item:last-of-type {
  margin-right: 0;
}
.container .cont-plate2 .plate2-main .main-box .box-cont .cont-item .item-pic {
  width: 100%;
  height: 368px;
  border: solid 1px #d8d8d8;
  overflow: hidden;
}
.container .cont-plate2 .plate2-main .main-box .box-cont .cont-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-main .main-box .box-cont .cont-item .item-title {
  padding: 0px 5px;
  margin-top: 20px;
  font-size: 18px;
  text-align: center;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-main .main-box .box-cont .cont-item .item-price {
  padding: 0px 5px;
  margin-top: 10px;
  font-size: 14px;
  color: #666666;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.container .cont-plate2 .plate2-main .main-box .box-cont .cont-item .item-price span {
  color: #a62128;
}
.container .cont-plate2 .plate2-main .main-box .box-cont .cont-item:hover .item-pic {
  border: solid 1px #a62128;
}
.container .cont-plate2 .plate2-main .main-box .box-cont .cont-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.container .cont-plate2 .plate2-main .main-box .box-cont .cont-item:hover .item-title {
  color: #a62128;
}
.container .cont-plate2 .plate2-main .main-box .box-button {
  display: block;
  width: 120px;
  height: 40px;
  margin: 30px auto 0;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  color: #a62128;
  border: 1px solid #a62128;
}
.container .cont-plate2 .plate2-main .main-box .box-button:hover {
  color: #fff;
  background: #a62128;
}
.container .cont-plate2 .plate2-main .main-box-active {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.container .cont-plate3 {
  width: 100%;
  height: auto;
  padding: 65px 0px;
  background: url(../images/bg.jpg) no-repeat left -150px;
  background-size: 100%;
}
.container .cont-plate3 .plate3-main {
  width: 1017px;
  height: auto;
  margin: 40px auto 0;
  padding: 50px 95px;
  background: #fff;
}
.container .cont-plate3 .plate3-main .main-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}
.container .cont-plate3 .plate3-main .main-cont .cont-title {
  font-size: 18px;
  color: #333333;
}
.container .cont-plate3 .plate3-main .main-cont input {
  width: 642px;
  height: 50px;
  padding-left: 20px;
  font-size: 14px;
  color: #999999;
  border: 1px solid #dcdcdc;
  border-right: none;
}
.container .cont-plate3 .plate3-main .main-cont .cont-button {
  display: block;
  width: 90px;
  height: 50px;
  font-size: 18px;
  line-height: 48px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #a62128;
  background: #a62128;
  cursor: pointer;
}
.container .cont-plate3 .plate3-main .main-cont .cont-button:hover {
  color: #a62128;
  background: transparent;
}
.container .cont-plate3 .plate3-main .main-text {
  padding-left: 95px;
  margin-top: 15px;
  font-size: 14px;
  color: #999999;
}
.container .cont-plate3 .plate3-main .main-text span {
  color: #a62128;
}
.container .cont-plate4 {
  width: 1017px;
  height: auto;
  margin: 80px auto 0;
}
.container .cont-plate4 .plate4-main {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 40px;
}
.container .cont-plate4 .plate4-main .main-item {
  width: 330px;
  height: auto;
  padding: 12px;
  margin-right: 13px;
  border: 1px solid #d8d8d8;
}
.container .cont-plate4 .plate4-main .main-item:last-of-type {
  margin-right: 0;
}
.container .cont-plate4 .plate4-main .main-item .item-pic {
  width: 100%;
  height: 202px;
  overflow: hidden;
}
.container .cont-plate4 .plate4-main .main-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-main .main-item .item-title {
  margin-top: 20px;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-main .main-item .item-time {
  margin-top: 15px;
  font-size: 12px;
  color: #999999;
}
.container .cont-plate4 .plate4-main .main-item .item-text {
  margin-top: 15px;
  font-size: 14px;
  line-height: 25px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.container .cont-plate4 .plate4-main .main-item:hover {
  border: 1px solid #a62128;
}
.container .cont-plate4 .plate4-main .main-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.container .cont-plate4 .plate4-main .main-item:hover .item-title {
  color: #a62128;
}
.container .cont-plate4 .plate4-button {
  display: block;
  width: 120px;
  height: 40px;
  margin: 30px auto 0;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  color: #666666;
  border: 1px solid #d8d8d8;
}
.container .cont-plate4 .plate4-button:hover {
  color: #a62128;
  border: 1px solid #a62128;
}
.container .cont-plate5 {
  width: 1017px;
  height: auto;
  margin: 80px auto;
  overflow: hidden;
}
.container .cont-plate5 .plate5-main {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 40px;
}
.container .cont-plate5 .plate5-main .main-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 330px;
  height: 108px;
  margin-right: 13px;
  border: 1px solid #d8d8d8;
  cursor: pointer;
}
.container .cont-plate5 .plate5-main .main-item:last-of-type {
  margin-right: 0;
}
.container .cont-plate5 .plate5-main .main-item .item-icon {
  position: relative;
  width: 50px;
  height: 46px;
}
.container .cont-plate5 .plate5-main .main-item .item-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate5 .plate5-main .main-item .item-icon .img2 {
  opacity: 0;
}
.container .cont-plate5 .plate5-main .main-item .item-cent {
  display: table-cell;
  width: auto;
  height: auto;
  margin-left: 12px;
  text-align: center;
  vertical-align: middle;
}
.container .cont-plate5 .plate5-main .main-item .item-cent .cent-title,
.container .cont-plate5 .plate5-main .main-item .item-cent .cent-text {
  font-size: 14px;
  color: #666;
}
.container .cont-plate5 .plate5-main .main-item:hover .item-icon .img1 {
  opacity: 0;
}
.container .cont-plate5 .plate5-main .main-item:hover .item-icon .img2 {
  opacity: 1;
}
.about {
  width: 100%;
  height: auto;
  padding: 90px 0 108px;
}
.about .about-main {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.about .about-main .main-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-bottom: 80px;
}
.about .about-main .main-item .item-pic {
  width: 550px;
  height: auto;
  overflow: hidden;
}
.about .about-main .main-item .item-pic img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.about .about-main .main-item .item-pic img:last-of-type {
  margin-bottom: 0;
}
.about .about-main .main-item .item-cent {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
  width: 640px;
  height: auto;
  padding: 35px 40px;
  background: url(../images/about/bg.jpg) no-repeat top left;
  background-size: cover;
}
.about .about-main .main-item .item-cent::after {
  content: '';
  display: none;
  position: absolute;
  top: 0;
  left: -33px;
  width: 33px;
  height: 100%;
  background: #eeeeee;
}
.about .about-main .main-item .item-cent p {
  font-size: 20px;
  line-height: 36px;
  text-align: justify;
  text-indent: 40px;
  color: #fff;
}
.about .about-main .main-item .item-cent span {
  font-size: 60px;
  text-align: center;
  color: #fff;
}
.about .about-main .main-item:last-of-type {
  margin-bottom: 0;
}
.culture {
  width: 100%;
  height: auto;
  padding: 70px 0 110px;
}
.culture .culture-main {
  display: flex;
  justify-content: flex-start;
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.culture .culture-main .main-cont {
  width: 780px;
  height: auto;
  margin-top: 50px;
  padding: 37px 40px 43px 58px;
  border: 1px solid #d8d8d8;
  overflow: hidden;
}
.culture .culture-main .main-cont .cont-title {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
  font-size: 22px;
  color: #666666;
  border-bottom: 2px solid #a62128;
}
.culture .culture-main .main-cont .cont-subtitle {
  margin-top: 35px;
  margin-bottom: 15px;
  font-size: 16px;
  color: #fa1000;
}
.culture .culture-main .main-cont .cont-text {
  font-size: 16px;
  line-height: 32px;
  color: #999999;
}
.culture .culture-main .main-box {
  position: relative;
  width: 420px;
  height: auto;
}
.culture .culture-main .main-box .box-pic {
  width: 385px;
  margin-top: 33px;
  overflow: hidden;
}
.culture .culture-main .main-box .box-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.culture .culture-main .main-box .box-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.culture .culture-main .main-box::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 158px;
  height: 158px;
  background: #eeeeee;
  z-index: -1;
}
.history {
  width: 100%;
  height: auto;
  padding: 50px 0 90px;
}
.history .history-main {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.history .history-main .main-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 30px 0 30px 67px;
  border-bottom: 1px solid #d8d8d8;
}
.history .history-main .main-item .item-time {
  position: relative;
  width: 85px;
  height: 85px;
  margin-right: 25px;
  font-size: 18px;
  line-height: 85px;
  text-align: center;
  color: #56585a;
  border: 2px solid #d8d8d8;
  border-radius: 100%;
  background: #fff;
  z-index: 9;
}
.history .history-main .main-item .item-cent {
  width: calc(100% - 110px);
  height: auto;
  font-size: 18px;
  line-height: 36px;
  color: #333333;
}
.history .history-main .main-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 109.5px;
  width: 1px;
  height: 100%;
  background: #d8d8d8;
}
.history .history-main .main-item::after {
  content: '';
  position: absolute;
  left: 104px;
  bottom: -5px;
  width: 9px;
  height: 9px;
  border: 1px solid #d8d8d8;
  background: #fff;
  border-radius: 100%;
  z-index: 2;
}
.honor {
  width: 100%;
  height: auto;
  padding: 0.65rem 0 0.5rem;
}
.honor .honor-main {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.honor .honor-main .main-item {
  width: calc(100% / 3 - 21.33334px);
  height: auto;
  margin-right: 32px;
  margin-bottom: 54px;
}
.honor .honor-main .main-item:nth-child(3n) {
  margin-right: 0;
}
.honor .honor-main .main-item .item-pic {
  width: 100%;
  height: 340px;
  padding: 50px;
  border: 1px solid #d8d8d8;
  overflow: hidden;
}
.honor .honor-main .main-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor .honor-main .main-item .item-title {
  margin-top: 30px;
  font-size: 16px;
  color: #666666;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.honor .honor-main .main-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.product {
  width: 100%;
  height: auto;
  padding: 50px 0 65px;
}
.product .product-main {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.product .product-main .main-top {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.product .product-main .main-top .top-item {
  width: auto;
  height: 45px;
  margin-right: 50px;
  margin-bottom: 10px;
  padding: 0 10px;
  font-size: 16px;
  line-height: 45px;
  color: #666666;
}
.product .product-main .main-top .top-item:nth-child(8n) {
  margin-right: 0;
}
.product .product-main .main-top .top-item:hover {
  color: #fff;
  background: #535353;
}
.product .product-main .main-top .top-item-active {
  color: #fff;
  background: #535353;
}
.product .product-main .main-down {
  display: none;
}
.product .product-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 60px;
}
.product .product-main .main-cont .cont-item {
  width: 280px;
  height: auto;
  margin-right: 20px;
  margin-bottom: 38px;
}
.product .product-main .main-cont .cont-item:nth-child(4n) {
  margin-right: 0;
}
.product .product-main .main-cont .cont-item .item-pic {
  width: 100%;
  height: 350px;
  padding: 0 25px;
  border: solid 1px #d8d8d8;
  overflow: hidden;
}
.product .product-main .main-cont .cont-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-cont .cont-item .item-title {
  padding: 0px 5px;
  margin-top: 20px;
  font-size: 18px;
  text-align: center;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-cont .cont-item .item-price {
  padding: 0px 5px;
  margin-top: 10px;
  font-size: 14px;
  color: #666666;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product .product-main .main-cont .cont-item .item-price span {
  color: #a62128;
}
.product .product-main .main-cont .cont-item:hover .item-pic {
  border: solid 1px #a62128;
}
.product .product-main .main-cont .cont-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.product .product-main .main-cont .cont-item:hover .item-title {
  color: #a62128;
}
.product .product-main .main-load {
  display: block;
  width: 190px;
  height: 55px;
  margin: 25px auto 0;
  font-size: 14px;
  line-height: 55px;
  text-align: center;
  color: #999999;
  border: 1px solid #d8d8d8;
}
.product .product-main .main-load:hover {
  color: #a62128;
  border: 1px solid #a62128;
}
.productDetail {
  width: 100%;
  height: auto;
  padding: 125px 0 155px;
}
.productDetail .productDetail-main {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.productDetail .productDetail-main .main-pic {
  width: 309px;
  height: 368px;
  overflow: hidden;
}
.productDetail .productDetail-main .main-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail .productDetail-main .main-cent {
  width: 835px;
  height: auto;
  padding-top: 40px;
}
.productDetail .productDetail-main .main-cent .cent-title {
  color: #333333;
  font-size: 24px;
}
.productDetail .productDetail-main .main-cent .cent-title span {
  margin-left: 95px;
  font-size: 24px;
  color: #a91f27;
}
.productDetail .productDetail-main .main-cent .cent-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 50px;
}
.productDetail .productDetail-main .main-cent .cent-box .box-itme {
  width: calc(100% / 3);
  height: auto;
  padding-right: 75px;
  margin-bottom: 25px;
}
.productDetail .productDetail-main .main-cent .cent-box .box-itme .item-title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  color: #999999;
  border-bottom: 1px solid #d8d8d8;
}
.productDetail .productDetail-main .main-cent .cent-box .box-itme .item-text {
  font-size: 14px;
  line-height: 28px;
  color: #666666;
}
.news {
  width: 100%;
  height: auto;
  padding: 40px 0 75px;
}
.news .news-main {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.news .news-main .main-item {
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
  width: 100%;
  height: 220px;
  margin-bottom: 20px;
  border: 1px solid #eeeeee;
}
.news .news-main .main-item .item-date {
  width: 168px;
  height: 220px;
  padding-top: 60px;
  vertical-align: middle;
  text-align: center;
}
.news .news-main .main-item .item-date .date-num {
  font-size: 48px;
  color: #666666;
}
.news .news-main .main-item .item-date .date-text {
  font-size: 16px;
  color: #666666;
}
.news .news-main .main-item .item-cent {
  width: 657px;
  height: 100%;
  border-left: 1px solid #e5e5e5;
  padding-left: 55px;
}
.news .news-main .main-item .item-cent .cent-title {
  margin-bottom: 15px;
  padding-top: 61px;
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-item .item-cent .cent-time {
  display: none;
}
.news .news-main .main-item .item-cent .cent-text {
  font-size: 14px;
  line-height: 26px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .news-main .main-item .item-pic {
  width: 340px;
  height: 100%;
  margin-left: 30px;
  overflow: hidden;
}
.news .news-main .main-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-item:hover .item-cent .cent-title {
  color: #a62128;
}
.news .news-main .main-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.news .news-load {
  display: block;
  width: 190px;
  height: 55px;
  margin: 55px auto 0;
  font-size: 14px;
  line-height: 55px;
  text-align: center;
  color: #999999;
  border: 1px solid #d8d8d8;
}
.news .news-load:hover {
  color: #a62128;
  border: 1px solid #a62128;
}
.video {
  width: 100%;
  height: auto;
  padding: 100px 0 120px;
}
.video .video-main {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.video .video-main h1 {
  margin-bottom: 20px;
  font-size: 26px;
  text-align: center;
  color: #666666;
}
.video .video-main p {
  font-size: 12px;
  text-align: center;
  color: #999999;
}
.video .video-main .main-video {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 75px;
}
.video .video-main .main-video .hidden-box {
  width: 100%;
  height: 100%;
}
.video .video-main .main-video .hidden-box .box-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.video .video-main .main-video .hidden-box .box-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video .video-main .main-video .hidden-box .box-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  border-radius: 50%;
  background: #a62128;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video .video-main .main-video .hidden-box .box-icon img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video .video-main .main-video .hidden-box .box-icon:hover img {
  transform: scale(0.9, 0.9) translateZ(0);
  -o-transform: scale(0.9, 0.9) translateZ(0);
  -moz-transform: scale(0.9, 0.9) translateZ(0);
  -webkit-transform: scale(0.9, 0.9 translateZ(0));
}
.video .video-main .main-video .hidden-box:hover .box-pic img {
  transform: scale(1.05, 1.05) translateZ(0);
  -o-transform: scale(1.05, 1.05) translateZ(0);
  -moz-transform: scale(1.05, 1.05) translateZ(0);
  -webkit-transform: scale(1.05, 1.05 translateZ(0));
}
.video .video-main .main-video .video-box {
  display: none;
  width: 100%;
  height: auto;
}
.video .video-main .main-video .video-box video {
  width: 100%;
  height: auto;
}
.newsDetail {
  width: 100%;
  height: auto;
  padding: 100px 0 45px;
}
.newsDetail .newsDetail-main {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.newsDetail .newsDetail-main .main-title {
  margin-bottom: 20px;
  font-size: 26px;
  text-align: center;
  color: #666666;
}
.newsDetail .newsDetail-main .main-time {
  font-size: 12px;
  text-align: center;
  color: #999999;
}
.newsDetail .newsDetail-main .main-cent {
  width: 100%;
  height: auto;
  margin-top: 75px;
  font-size: 14px;
  color: #666;
  line-height: 1.8em;
}
.newsDetail .newsDetail-main .main-cent img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.newsDetail .newsDetail-main .main-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 35px;
  padding-top: 45px;
  border-top: 1px solid #eeeeee;
  margin-bottom: 45px;
  overflow: hidden;
}
.newsDetail .newsDetail-main .main-bottom .bottom-cent {
  width: calc(100% - 150px);
  height: auto;
}
.newsDetail .newsDetail-main .main-bottom .bottom-cent p {
  margin-bottom: 15px;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsDetail .newsDetail-main .main-bottom .bottom-cent p a {
  font-size: 14px;
  color: #999999;
}
.newsDetail .newsDetail-main .main-bottom .bottom-cent p a:hover {
  color: #a62128;
}
.newsDetail .newsDetail-main .main-bottom .bottom-button {
  width: 150px;
  height: 45px;
  font-size: 14px;
  line-height: 41px;
  text-align: center;
  color: #666;
  border: solid 2px #999;
}
.newsDetail .newsDetail-main .main-bottom .bottom-button:hover {
  color: #a62128;
  border: solid 2px #a62128;
}
.join {
  width: 100%;
  height: auto;
}
.join .join-plate1 {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 75px 0 85px;
}
.join .join-plate1 h1 {
  font-size: 30px;
  text-align: center;
  color: #333333;
}
.join .join-plate1 .plate1-main {
  width: 100%;
  height: auto;
  margin-top: 85px;
  text-align: center;
}
.join .join-plate1 .plate1-main img {
  max-width: 100%;
  width: auto;
}
.join .join-plate2 {
  width: 100%;
  height: auto;
  padding: 60px 0 55px;
  background: #e5e5e5;
}
.join .join-plate2 .plate2-main {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.join .join-plate2 .plate2-main h1 {
  margin-bottom: 90px;
  font-size: 30px;
  text-align: center;
  color: #333333;
}
.join .join-plate2 .plate2-main .main-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.join .join-plate2 .plate2-main .main-item .item-title {
  width: 158px;
  height: 75px;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  line-height: 71px;
  letter-spacing: 5px;
  color: #333;
  border-radius: 5px;
  border: solid 2px #9a9a9a;
}
.join .join-plate2 .plate2-main .main-item .item-text {
  width: calc(100% - 158px);
  height: auto;
  padding-left: 25px;
  font-size: 18px;
  color: #333333;
}
.join .join-plate3 {
  width: 1200px;
  height: auto;
  margin: 70px auto 0;
}
.join .join-plate3 h1 {
  margin-bottom: 90px;
  font-size: 30px;
  text-align: center;
  color: #333333;
}
.join .join-plate3 .plate3-cont {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 130px;
  padding: 0px 80px;
  padding-bottom: 80px;
  border: 2px solid #eaeaea;
}
.join .join-plate3 .plate3-cont .cont-icon {
  position: absolute;
  left: 50%;
  top: -50px;
  width: 100px;
  height: 100px;
  margin-left: -50px;
}
.join .join-plate3 .plate3-cont .cont-icon img {
  width: 100%;
}
.join .join-plate3 .plate3-cont .cont-title {
  margin: 75px 0 35px;
  font-size: 22px;
  text-align: center;
  color: #333333;
}
.join .join-plate3 .plate3-cont .cont-text {
  font-size: 16px;
  line-height: 32px;
  color: #999999;
}
.join .join-plate4 {
  width: 1200px;
  height: auto;
  margin: 0 auto 85px;
}
.join .join-plate4 h1 {
  margin-bottom: 90px;
  font-size: 30px;
  text-align: center;
  color: #333333;
}
.join .join-plate4 .plate4-main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin: 32px 0;
  padding: 55px 350px 45px;
  border: 2px solid #eaeaea;
}
.join .join-plate4 .plate4-main .main-item {
  display: flex;
  justify-content: flex-start;
  width: auto;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 1.8em;
  color: #333333;
}
.join .join-plate4 .plate4-main .main-item span {
  font-weight: bold;
}
.join .join-plate4 .plate4-main .main-item p {
  color: #666;
}
.join .join-plate4 .plate4-main .main-item:nth-child(3) {
  width: 100%;
}
.serve {
  width: 100%;
  height: auto;
  padding: 75px 0 138px;
  background: url(../images/serve/bg.jpg) no-repeat bottom left;
  background-size: 100%;
}
.serve .serve-main {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.serve .serve-main .main-item {
  width: 50%;
  height: auto;
  padding: 40px 80px 30px;
  border-right: solid 1px #c9c9c9;
}
.serve .serve-main .main-item:last-of-type {
  border-right: none;
  padding-right: 0;
}
.serve .serve-main .main-item:last-of-type .item-text {
  padding-left: 50px;
}
.serve .serve-main .main-item .item-title {
  margin-bottom: 75px;
  font-size: 24px;
  text-align: center;
  color: #333333;
}
.serve .serve-main .main-item .item-text {
  font-size: 18px;
  line-height: 36px;
  color: #666666;
}
.recruit {
  width: 100%;
  height: auto;
  padding: 75px 0;
}
.recruit .recruit-main {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.recruit .recruit-main .main-dd {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}
.recruit .recruit-main .main-dd:last-of-type {
  margin-bottom: 0;
}
.recruit .recruit-main .main-dd .dd-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 65px;
  padding: 0 30px;
  line-height: 65px;
  font-size: 20px;
  background: #434343;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .main-dd .dd-top .dd-title {
  width: calc(100% - 35px);
  font-size: 20px;
  color: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .main-dd .dd-top .dd-show {
  width: 33px;
  height: 100%;
  background: url(../images/icon/icon-jiahao.png) no-repeat center center;
  background-size: 33px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .main-dd .top-active .dd-show {
  background: url(../images/icon/icon-jianhao.png) no-repeat center center !important;
  background-size: 33px;
}
.recruit .recruit-main .main-dd .dd-cent {
  display: none;
  width: 100%;
  padding: 17px 0 0;
  background: #fff;
}
.recruit .recruit-main .main-dd .dd-cent .cent-duty {
  width: 100%;
}
.recruit .recruit-main .main-dd .dd-cent .cent-duty .duty-title {
  width: 100%;
  font-size: 16px;
  line-height: 32px;
  color: #999;
}
.recruit .recruit-main .main-dd .dd-cent .cent-duty .duty-text {
  width: 100%;
  font-size: 16px;
  line-height: 32px;
  color: #999;
}
.recruit .recruit-main .main-dd .dd-cent .cent-duty .duty-Emali {
  width: 100%;
  padding: 18px 0 0;
  margin-top: 10px;
  font-size: 16px;
  line-height: 32px;
  color: #999;
  border-top: 1px dashed #dedede;
}
.recruit .recruit-main .main-dd .dd-cent .cent-duty .duty-Emali span,
.recruit .recruit-main .main-dd .dd-cent .cent-duty .duty-Emali a {
  color: #fb2321;
}
.true {
  width: 100%;
  height: auto;
  padding: 130px 0 200px;
  background: #eeeeee url(../images/bg.jpg) no-repeat top left;
  background-size: cover;
}
.true .true-main {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.true .true-main .main-title {
  font-size: 30px;
  text-align: center;
  color: #333333;
}
.true .true-main .main-box {
  width: 1017px;
  height: auto;
  margin: 92px auto 0;
  padding: 50px 95px;
  background: #fff;
}
.true .true-main .main-box .box-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}
.true .true-main .main-box .box-cont .cont-title {
  font-size: 18px;
  color: #333333;
}
.true .true-main .main-box .box-cont input {
  width: 642px;
  height: 50px;
  padding-left: 20px;
  font-size: 14px;
  color: #999999;
  border: 1px solid #dcdcdc;
  border-right: none;
}
.true .true-main .main-box .box-cont .cont-button {
  display: block;
  width: 90px;
  height: 50px;
  font-size: 18px;
  line-height: 48px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #a62128;
  background: #a62128;
  cursor: pointer;
}
.true .true-main .main-box .box-cont .cont-button:hover {
  color: #a62128;
  background: transparent;
}
.true .true-main .main-box .box-text {
  padding-left: 95px;
  margin-top: 15px;
  font-size: 14px;
  color: #999999;
}
.true .true-main .main-box .box-text span {
  color: #a62128;
}
.true .true-main .main-box #ReturnResult {
  display: none;
  margin-top: 2px;
}
.contact {
  width: 100%;
  height: auto;
  padding: 75px 0 85px;
}
.contact .contact-main {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.contact .contact-main .main-title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #666;
}
.contact .contact-main .main-cont {
  width: 100%;
  height: auto;
  margin-top: 32px;
  padding: 55px 350px 45px;
  border: 2px solid #eaeaea;
}
.contact .contact-main .main-cont p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}
.contact .contact-main .main-cont p span {
  font-weight: bold;
}
.online {
  width: 100%;
  height: auto;
  padding: 75px 0 85px;
}
.online .contact-main {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.online .contact-main img {
  width: 100%;
}
.page-title {
  font-size: 30px;
  text-align: center;
  color: #333333;
}
.page-title span {
  color: #a62128;
}
.page-English {
  margin-top: 5px;
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 18px;
  color: #333333;
  text-align: center;
  text-transform: uppercase;
}
