.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
html {
  min-height: 101%;
  position: relative;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-thumb {
  background-color: #ed1c24;
}
section {
  overflow: hidden;
}
.bd_weixin_popup {
  height: 310px !important;
}
nav {
  width: 100%;
  height: auto;
}
nav .nav-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.2rem;
  padding-left: 10%;
  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: 100%;
  height: 100%;
  margin: 0 auto;
}
nav .nav-main .main-cont .main-logo {
  position: relative;
  width: 1.93rem;
  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-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100%;
}
nav .nav-main .main-cont .main-box .box-nav {
  display: flex;
  justify-content: space-around;
  width: 9.6rem;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
nav .nav-main .main-cont .main-box .box-nav .box-item {
  position: relative;
  width: auto;
  height: 100%;
}
nav .nav-main .main-cont .main-box .box-nav .box-item .item-title {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  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-box .box-nav .box-item .item-title .title-CN {
  width: 100%;
  height: auto;
  font-size: 16px;
}
nav .nav-main .main-cont .main-box .box-nav .box-item .item-title .title-EN {
  width: 100%;
  height: auto;
  margin-top: 0.08rem;
  font-family: 'TCM';
  font-size: 14px;
  text-transform: uppercase;
}
nav .nav-main .main-cont .main-box .box-nav .box-item .item-subnav {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  position: absolute;
  top: 1.05rem;
  left: 0.4rem;
  width: 260px;
  height: auto;
  padding: 0.2rem;
  border: solid 1px #d8dfe6;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.11);
  opacity: 0;
  visibility: hidden;
  z-index: 59;
  transform: translate(0, 0.2rem);
  -o-transform: translate(0, 0.2rem);
  -moz-transform: translate(0, 0.2rem);
  -webkit-transform: translate(0, 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-box .box-nav .box-item .item-subnav::after {
  content: '';
  position: absolute;
  top: -13px;
  left: 0.4rem;
  width: 22px;
  height: 13px;
  background: url(../images/icon/icon-subnav-arrow.png) no-repeat center;
  background-size: 100%;
}
nav .nav-main .main-cont .main-box .box-nav .box-item .item-subnav .subnav-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.1rem 0;
  font-size: 16px;
  line-height: 24px;
  color: #1c1d21;
  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-box .box-nav .box-item .item-subnav .subnav-link:hover {
  color: #ed1c24;
}
nav .nav-main .main-cont .main-box .box-nav .box-item:hover .item-title {
  color: #ed1c24 !important;
}
nav .nav-main .main-cont .main-box .box-nav .box-item:hover .item-subnav {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
nav .nav-main .main-cont .main-box .box-lang {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 1.88rem;
  height: 100%;
  background: #ca171d;
}
nav .nav-main .main-cont .main-box .box-lang .lang-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 40px;
  border-radius: 0.45rem;
  border: solid 1px #fff;
  cursor: pointer;
}
nav .nav-main .main-cont .main-box .box-lang .lang-cont .cont-icon {
  width: 20px;
  height: auto;
}
nav .nav-main .main-cont .main-box .box-lang .lang-cont .cont-icon img {
  width: 100%;
}
nav .nav-main .main-cont .main-box .box-lang .lang-cont .cont-text {
  margin: 0 12px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
nav .nav-main .main-cont .main-box .box-lang .lang-cont .cont-arrow {
  width: 8px;
  height: auto;
}
nav .nav-main .main-cont .main-box .box-lang .lang-cont .cont-arrow 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-box .box-lang .lang-subnav {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  position: absolute;
  top: 1.05rem;
  left: 50%;
  width: 80%;
  height: auto;
  padding: 0.2rem;
  border: solid 1px #d8dfe6;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.11);
  opacity: 0;
  visibility: hidden;
  z-index: 59;
  transform: translate(-50%, 0.2rem);
  -o-transform: translate(-50%, 0.2rem);
  -moz-transform: translate(-50%, 0.2rem);
  -webkit-transform: translate(-50%, 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-box .box-lang .lang-subnav::after {
  content: '';
  position: absolute;
  top: -13px;
  left: 50%;
  width: 22px;
  height: 13px;
  background: url(../images/icon/icon-subnav-arrow.png) no-repeat center;
  background-size: 100%;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
nav .nav-main .main-cont .main-box .box-lang .lang-subnav .subnav-link {
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #1c1d21;
  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-box .box-lang .lang-subnav .subnav-link:hover {
  color: #ed1c24;
}
nav .nav-main .main-cont .main-box .box-lang:hover .lang-cont .cont-arrow img {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
nav .nav-main .main-cont .main-box .box-lang:hover .lang-subnav {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
nav .nav-main .main-cont .main-box .box-web {
  display: none;
}
nav .nav-main .main-cont .main-right {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: auto;
}
nav .nav-main .main-cont .main-right .right-suosou {
  position: relative;
  width: 16px;
  height: auto;
  margin-left: 0.4rem;
  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-suosou img {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  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-login {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 30px;
  margin-left: 16px;
  font-size: 12px;
  color: #ffffff;
  border-radius: 15px;
  background: #15be53;
}
nav .nav-main .main-cont .main-right .right-login img {
  width: 7px;
  margin-left: 8px;
  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-login:hover img {
  transform: translateX(4px);
  -o-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -webkit-transform: translateX(4px);
}
nav .nav-main .main-cont .main-right .right-lang {
  width: auto;
  color: #1c1d21;
}
nav .nav-main .main-cont .main-right .right-lang .lang-text {
  font-size: 14px;
  color: #747787;
}
nav .nav-main .main-cont .main-right .right-lang .lang-text:hover {
  color: #164e88;
}
nav .nav-main .main-cont .main-right .right-lang .lang-text-active {
  color: #164e88;
}
nav .nav-main .main-cont .main-web-right {
  display: none;
}
nav .head-search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 59;
}
nav .head-search .search-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30%;
  max-width: 1200px;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
nav .head-search .search-box .box-cent {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  border-bottom: solid 1px #555;
}
nav .head-search .search-box .box-cent input {
  width: calc(100% - 60px);
  height: 50px;
  padding: 0 20px;
  font-family: '微软雅黑';
  font-size: 14px;
  color: #fff;
  background: none;
}
nav .head-search .search-box .box-cent input::placeholder {
  font-family: '微软雅黑';
  font-size: 14px;
  color: #fff;
}
nav .head-search .search-box .box-cent .box-icon {
  display: block;
  width: 60px;
  height: 50px;
  text-align: right;
  line-height: 50px;
}
nav .head-search .search-box .box-cent .box-icon img {
  width: 18px;
  opacity: 0.6;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .head-search .search-box .box-cent .box-icon:hover img {
  opacity: 1;
}
nav .head-search .search-box .box-hiden {
  width: 24px;
  margin: 50px auto 0;
}
nav .head-search .search-box .box-hiden img {
  width: 100%;
  opacity: 1;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .head-search .search-box .box-hiden: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 {
  position: relative;
  width: 100%;
  height: auto;
}
header .head-main {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
header .head-main .main-banner {
  position: relative;
  width: 17.3rem;
  overflow: hidden;
}
header .head-main .main-banner .swiper-slide {
  width: 100%;
  height: 100%;
}
header .head-main .main-banner .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
header .head-main .main-banner .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 100%;
}
header .head-main .main-banner .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .head-main .main-banner .swiper-slide .slide-box .box-web-pic {
  display: none;
}
header .head-main .main-banner .swiper-slide .slide-box .box-cent {
  display: flex;
  justify-content: flex-start;
  position: absolute;
  top: 56%;
  left: 50%;
  width: 15.37rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-main .main-banner .swiper-slide .slide-box .box-cent .cent-pic {
  width: 4.6rem;
  height: auto;
  opacity: 0;
  transform: translateX(30px);
  -o-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -webkit-transform: translateX(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-main .main-banner .swiper-slide .slide-box .box-cent .cent-pic img {
  width: 100%;
}
header .head-main .main-banner .swiper-slide .slide-box .box-cent .cent-cont {
  width: auto;
  height: auto;
  padding-top: 0.35rem;
  opacity: 0;
  transform: translateX(30px);
  -o-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -webkit-transform: translateX(30px);
  transition: all 0.5s 1s;
  -o-transition: all 0.5s 1s;
  -moz-transition: all 0.5s 1s;
  -webkit-transition: all 0.5s 1s;
}
header .head-main .main-banner .swiper-slide .slide-box .box-cent .cent-cont .cont-title,
header .head-main .main-banner .swiper-slide .slide-box .box-cent .cent-cont .cont-title2,
header .head-main .main-banner .swiper-slide .slide-box .box-cent .cent-cont .cont-title3,
header .head-main .main-banner .swiper-slide .slide-box .box-cent .cent-cont .cont-title4 {
  position: relative;
  font-family: '胡晓波男神体';
  font-size: 0.72rem;
  color: #fff;
  z-index: 9;
}
header .head-main .main-banner .swiper-slide .slide-box .box-cent .cent-cont .cont-title span,
header .head-main .main-banner .swiper-slide .slide-box .box-cent .cent-cont .cont-title2 span,
header .head-main .main-banner .swiper-slide .slide-box .box-cent .cent-cont .cont-title3 span,
header .head-main .main-banner .swiper-slide .slide-box .box-cent .cent-cont .cont-title4 span {
  position: absolute;
  top: 0;
  left: -2px;
  font-family: '胡晓波男神体';
  font-size: 0.72rem;
  color: #cf1e28;
  z-index: -1;
}
header .head-main .main-banner .swiper-slide .slide-box .box-cent .cent-cont .cont-title2 {
  font-family: '优设标题黑';
  font-size: 1.1rem;
  line-height: 1rem;
}
header .head-main .main-banner .swiper-slide .slide-box .box-cent .cent-cont .cont-title2 span {
  font-family: '优设标题黑';
  font-size: 1.1rem;
}
header .head-main .main-banner .swiper-slide .slide-box .box-cent .cent-cont .cont-title3 {
  margin-top: 0.35rem;
  margin-left: 1.2rem;
  font-family: '优设标题黑';
  font-size: 1.1rem;
  line-height: 1rem;
}
header .head-main .main-banner .swiper-slide .slide-box .box-cent .cent-cont .cont-title3 span {
  font-family: '优设标题黑';
  font-size: 1.1rem;
}
header .head-main .main-banner .swiper-slide .slide-box .box-cent .cent-cont .cont-title4 {
  font-family: '优设标题黑';
  font-size: 1.1rem;
  line-height: 1.14rem;
}
header .head-main .main-banner .swiper-slide .slide-box .box-cent .cent-cont .cont-title4 span {
  font-family: '优设标题黑';
  font-size: 1.1rem;
  line-height: 1.14rem;
}
header .head-main .main-banner .swiper-slide .slide-box .box-cent .cent-cont .cont-link {
  display: block;
  position: relative;
  width: auto;
  height: auto;
  margin-top: 0.8rem;
  font-family: 'MontserratBold';
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  z-index: 9;
}
header .head-main .main-banner .swiper-slide .slide-box .box-cent .cent-cont .cont-link span {
  display: block;
  position: absolute;
  top: 50%;
  left: 88px;
  width: 0.62rem;
  height: auto;
  z-index: -1;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
header .head-main .main-banner .swiper-slide .slide-box .box-cent .cent-cont .cont-link span img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-main .main-banner .swiper-slide .slide-box .box-cent .cent-cont .cont-link span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.8rem;
  height: 0.8rem;
  margin: -0.4rem 0 0 -0.4rem;
  border-radius: 50%;
  background: #ed1c24;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-main .main-banner .swiper-slide .slide-box .box-cent .cent-cont .cont-link span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.1rem;
  height: 0.1rem;
  margin: -0.05rem 0 0 -0.05rem;
  border-radius: 50%;
  background: #fff;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-main .main-banner .swiper-slide .slide-box .box-cent .cent-cont .cont-link:hover span img {
  opacity: 0;
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
header .head-main .main-banner .swiper-slide .slide-box .box-cent .cent-cont .cont-link:hover span::before,
header .head-main .main-banner .swiper-slide .slide-box .box-cent .cent-cont .cont-link:hover span::after {
  opacity: 1;
}
header .head-main .main-banner .swiper-slide .slide-box .box-cent .cent-cont .cont-English,
header .head-main .main-banner .swiper-slide .slide-box .box-cent .cent-cont .cont-English2,
header .head-main .main-banner .swiper-slide .slide-box .box-cent .cent-cont .cont-English3 {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.22rem;
  line-height: 0.44rem;
  text-transform: uppercase;
  color: #fff;
}
header .head-main .main-banner .swiper-slide .slide-box .box-cent .cent-cont .cont-English2 {
  margin-left: 1.2rem;
  color: rgba(255, 255, 255, 0.75);
}
header .head-main .main-banner .swiper-slide .slide-box .box-cent .cent-cont .cont-letter {
  font-size: 0.24rem;
  letter-spacing: 0.02rem;
  color: rgba(255, 255, 255, 0.75);
}
header .head-main .main-banner .swiper-slide .slide-box .box-cent .cent-cont .cont-English3 {
  margin-top: 0.4rem;
  color: rgba(255, 255, 255, 0.75);
}
header .head-main .main-banner .swiper-slide-active .box-cent .cent-pic,
header .head-main .main-banner .swiper-slide-active .box-cent .cent-cont {
  opacity: 1 !important;
  transform: translateX(0) !important;
  -o-transform: translateX(0) !important;
  -moz-transform: translateX(0) !important;
  -webkit-transform: translateX(0) !important;
}
header .head-main .main-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: 1.9rem;
  height: auto;
  padding-top: 1.65rem;
  background: #fff;
}
header .head-main .main-right .right-top {
  width: 100%;
  height: auto;
}
header .head-main .main-right .right-top .top-suosou {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0 auto 0.55rem;
  border-radius: 50%;
  border: solid 1px #dddddd;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-main .main-right .right-top .top-suosou img {
  width: 16px;
}
header .head-main .main-right .right-top .top-suosou:hover {
  border: solid 1px #ed1c24;
}
header .head-main .main-right .right-top .top-share {
  display: block;
  position: relative;
  width: 31px;
  height: 31px;
  margin: 0 auto 0.48rem;
}
header .head-main .main-right .right-top .top-share img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
header .head-main .main-right .right-top .top-share .img2 {
  opacity: 0;
}
header .head-main .main-right .right-top .top-share:hover .img1 {
  opacity: 0;
  transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
header .head-main .main-right .right-top .top-share:hover .img2 {
  opacity: 1;
  transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
header .head-main .main-right .right-top .top-mouse {
  width: 22px;
  height: auto;
  margin: 1.1rem auto 0;
  cursor: pointer;
}
header .head-main .main-right .right-top .top-mouse .mouse-icon {
  width: 100%;
}
header .head-main .main-right .right-top .top-mouse .mouse-icon img {
  width: 100%;
}
header .head-main .main-right .right-top .top-mouse .mouse-arrow {
  width: 15px;
  margin: 0 auto ;
}
header .head-main .main-right .right-top .top-mouse .mouse-arrow img {
  width: 100%;
  animation: mouse 1s infinite;
}
header .head-main .main-right .right-bottom {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.5rem 0;
  background: #f4f4f4;
}
header .head-main .main-right .right-bottom .swiper-pagination {
  position: relative;
  padding-left: 0.55rem;
  font-family: 'TCM';
  text-align: left;
}
header .head-main .main-right .right-bottom .swiper-pagination .swiper-pagination-current {
  font-size: 0.26rem;
  color: #ed1c24;
}
header .head-main .main-right .right-bottom .swiper-pagination .swiper-pagination-heng {
  font-size: 14px;
  color: #999;
}
header .head-main .main-right .right-bottom .swiper-pagination .swiper-pagination-total {
  font-size: 16px;
  color: #999;
}
header .head-main .main-right .right-bottom .swiper-button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
  padding-left: 0.6rem;
}
header .head-main .main-right .right-bottom .swiper-button .banner-swiper-button-prev,
header .head-main .main-right .right-bottom .swiper-button .banner-swiper-button-next {
  position: relative;
  width: 8px;
  height: 14px;
  margin-right: 10px;
  cursor: pointer;
  outline: none;
}
header .head-main .main-right .right-bottom .swiper-button .banner-swiper-button-prev img,
header .head-main .main-right .right-bottom .swiper-button .banner-swiper-button-next 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;
}
header .head-main .main-right .right-bottom .swiper-button .banner-swiper-button-prev .img2,
header .head-main .main-right .right-bottom .swiper-button .banner-swiper-button-next .img2 {
  opacity: 0;
}
header .head-main .main-right .right-bottom .swiper-button .banner-swiper-button-prev:hover .img1,
header .head-main .main-right .right-bottom .swiper-button .banner-swiper-button-next:hover .img1 {
  opacity: 0;
}
header .head-main .main-right .right-bottom .swiper-button .banner-swiper-button-prev:hover .img2,
header .head-main .main-right .right-bottom .swiper-button .banner-swiper-button-next:hover .img2 {
  opacity: 1;
}
header .head-page-main {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: auto;
}
header .head-page-main .main-banner {
  width: 17.3rem;
  overflow: hidden;
}
header .head-page-main .main-banner .banner-pic {
  width: 100%;
  height: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;
}
header .head-page-main .main-banner .banner-pic img {
  width: 100%;
  opacity: 0;
}
header .head-page-main .main-banner .banner-cent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15.37rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-page-main .main-banner .banner-cent .cont-title {
  position: relative;
  font-family: '优设标题黑';
  font-size: 0.6rem;
  color: #fff;
  z-index: 9;
}
header .head-page-main .main-banner .banner-cent .cont-title span {
  position: absolute;
  top: 0;
  left: -2px;
  font-family: '优设标题黑';
  font-size: 0.6rem;
  color: #cf1e28;
  z-index: -1;
}
header .head-page-main .main-banner .banner-cent .cent-English {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.24rem;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.7;
}
header .head-page-main .main-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: 1.9rem;
  height: auto;
  padding-top: 1.65rem;
  background: #fff;
}
header .head-page-main .main-right .right-top {
  width: 100%;
  height: auto;
}
header .head-page-main .main-right .right-top .top-suosou {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0 auto 0.55rem;
  border-radius: 50%;
  border: solid 1px #dddddd;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-page-main .main-right .right-top .top-suosou img {
  width: 16px;
}
header .head-page-main .main-right .right-top .top-suosou:hover {
  border: solid 1px #ed1c24;
}
header .head-page-main .main-right .right-top .top-share {
  display: block;
  position: relative;
  width: 31px;
  height: 31px;
  margin: 0 auto 0.48rem;
}
header .head-page-main .main-right .right-top .top-share img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
header .head-page-main .main-right .right-top .top-share .img2 {
  opacity: 0;
}
header .head-page-main .main-right .right-top .top-share:hover .img1 {
  opacity: 0;
  transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
header .head-page-main .main-right .right-top .top-share:hover .img2 {
  opacity: 1;
  transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
header .head-page-main .main-right .right-top .top-mouse {
  width: 22px;
  height: auto;
  margin: 1.1rem auto 0;
  cursor: pointer;
}
header .head-page-main .main-right .right-top .top-mouse .mouse-icon {
  width: 100%;
}
header .head-page-main .main-right .right-top .top-mouse .mouse-icon img {
  width: 100%;
}
header .head-page-main .main-right .right-top .top-mouse .mouse-arrow {
  width: 15px;
  margin: 0 auto ;
}
header .head-page-main .main-right .right-top .top-mouse .mouse-arrow img {
  width: 100%;
  animation: mouse 1s infinite;
}
header .head-page-main .main-right .right-bottom {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.5rem 0;
  background: #f4f4f4;
}
header .head-page-main .main-right .right-bottom .swiper-pagination {
  position: relative;
  padding-left: 0.55rem;
  font-family: 'TCM';
  text-align: left;
}
header .head-page-main .main-right .right-bottom .swiper-pagination .swiper-pagination-current {
  font-size: 0.26rem;
  color: #ed1c24;
}
header .head-page-main .main-right .right-bottom .swiper-pagination .swiper-pagination-heng {
  font-size: 14px;
  color: #999;
}
header .head-page-main .main-right .right-bottom .swiper-pagination .swiper-pagination-total {
  font-size: 16px;
  color: #999;
}
header .head-page-main .main-right .right-bottom .swiper-button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
  padding-left: 0.6rem;
}
header .head-page-main .main-right .right-bottom .swiper-button .banner-swiper-button-prev,
header .head-page-main .main-right .right-bottom .swiper-button .banner-swiper-button-next {
  position: relative;
  width: 8px;
  height: 14px;
  margin-right: 10px;
  cursor: pointer;
  outline: none;
}
header .head-page-main .main-right .right-bottom .swiper-button .banner-swiper-button-prev img,
header .head-page-main .main-right .right-bottom .swiper-button .banner-swiper-button-next 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;
}
header .head-page-main .main-right .right-bottom .swiper-button .banner-swiper-button-prev .img2,
header .head-page-main .main-right .right-bottom .swiper-button .banner-swiper-button-next .img2 {
  opacity: 0;
}
header .head-page-main .main-right .right-bottom .swiper-button .banner-swiper-button-prev:hover .img1,
header .head-page-main .main-right .right-bottom .swiper-button .banner-swiper-button-next:hover .img1 {
  opacity: 0;
}
header .head-page-main .main-right .right-bottom .swiper-button .banner-swiper-button-prev:hover .img2,
header .head-page-main .main-right .right-bottom .swiper-button .banner-swiper-button-next:hover .img2 {
  opacity: 1;
}
header .page-main {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
header .page-main .main-banner {
  position: relative;
  width: 17.3rem;
  overflow: hidden;
}
header .page-main .main-banner .swiper-slide {
  width: 100%;
  height: 100%;
}
header .page-main .main-banner .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
header .page-main .main-banner .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 100%;
}
header .page-main .main-banner .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .page-main .main-banner .swiper-slide .slide-box .box-web-pic {
  display: none;
}
header .page-main .main-banner .swiper-slide .slide-box .box-cent {
  display: flex;
  justify-content: flex-start;
  position: absolute;
  top: 56%;
  left: 50%;
  width: 12.8rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .page-main .main-banner .swiper-slide .slide-box .box-cent .cent-pic {
  width: 4.6rem;
  height: auto;
  opacity: 0;
  transform: translateX(30px);
  -o-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -webkit-transform: translateX(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 .page-main .main-banner .swiper-slide .slide-box .box-cent .cent-pic img {
  width: 100%;
}
header .page-main .main-banner .swiper-slide .slide-box .box-cent .cent-cont {
  width: auto;
  height: auto;
  padding-top: 0.35rem;
  opacity: 0;
  transform: translateX(30px);
  -o-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -webkit-transform: translateX(30px);
  transition: all 0.5s 1s;
  -o-transition: all 0.5s 1s;
  -moz-transition: all 0.5s 1s;
  -webkit-transition: all 0.5s 1s;
}
header .page-main .main-banner .swiper-slide .slide-box .box-cent .cent-cont .cont-title {
  position: relative;
  font-family: '优设标题黑';
  font-size: 0.6rem;
  color: #fff;
  z-index: 9;
}
header .page-main .main-banner .swiper-slide .slide-box .box-cent .cent-cont .cont-title span {
  position: absolute;
  top: 0;
  left: -2px;
  font-family: '优设标题黑';
  font-size: 0.6rem;
  color: #cf1e28;
  z-index: -1;
}
header .page-main .main-banner .swiper-slide .slide-box .box-cent .cent-cont .cont-English {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.24rem;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.7;
}
header .page-main .main-banner .swiper-slide-active .box-cent .cent-pic,
header .page-main .main-banner .swiper-slide-active .box-cent .cent-cont {
  opacity: 1 !important;
  transform: translateX(0) !important;
  -o-transform: translateX(0) !important;
  -moz-transform: translateX(0) !important;
  -webkit-transform: translateX(0) !important;
}
header .page-main .main-banner .swiper-pagination {
  bottom: 0.3rem;
  left: 50%;
  width: 15.37rem;
  text-align: center;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
header .page-main .main-banner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0 18px;
  background: #fff;
  opacity: 0.8;
  border-radius: 50%;
}
header .page-main .main-banner .swiper-pagination .swiper-pagination-bullet .circlechart {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .page-main .main-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart {
  width: 30px;
  height: 30px;
}
header .page-main .main-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart .circle-chart__background {
  opacity: 0;
}
header .page-main .main-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart .circle-chart__circle {
  stroke-dasharray: 182 182;
  stroke-dashoffset: 182;
}
header .page-main .main-banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #ed1c24;
  opacity: 1;
}
header .page-main .main-banner .swiper-pagination .swiper-pagination-bullet-active .circle-chart__background {
  opacity: 0.2 !important;
}
header .page-main .main-banner .swiper-pagination .swiper-pagination-bullet-active .circle-chart__circle {
  stroke-dashoffset: 0 !important;
  transition: all 10.5s;
  -o-transition: all 10.5s;
  -moz-transition: all 10.5s;
  -webkit-transition: all 10.5s;
}
header .page-main .main-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: 1.9rem;
  height: auto;
  padding-top: 1.65rem;
  background: #fff;
}
header .page-main .main-right .right-top {
  width: 100%;
  height: auto;
}
header .page-main .main-right .right-top .top-suosou {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0 auto 0.55rem;
  border-radius: 50%;
  border: solid 1px #dddddd;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .page-main .main-right .right-top .top-suosou img {
  width: 16px;
}
header .page-main .main-right .right-top .top-suosou:hover {
  border: solid 1px #ed1c24;
}
header .page-main .main-right .right-top .top-share {
  display: block;
  position: relative;
  width: 31px;
  height: 31px;
  margin: 0 auto 0.48rem;
}
header .page-main .main-right .right-top .top-share img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
header .page-main .main-right .right-top .top-share .img2 {
  opacity: 0;
}
header .page-main .main-right .right-top .top-share:hover .img1 {
  opacity: 0;
  transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
header .page-main .main-right .right-top .top-share:hover .img2 {
  opacity: 1;
  transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
header .page-main .main-right .right-top .top-mouse {
  width: 22px;
  height: auto;
  margin: 1.1rem auto 0;
  cursor: pointer;
}
header .page-main .main-right .right-top .top-mouse .mouse-icon {
  width: 100%;
}
header .page-main .main-right .right-top .top-mouse .mouse-icon img {
  width: 100%;
}
header .page-main .main-right .right-top .top-mouse .mouse-arrow {
  width: 15px;
  margin: 0 auto ;
}
header .page-main .main-right .right-top .top-mouse .mouse-arrow img {
  width: 100%;
  animation: mouse 1s infinite;
}
header .head-web-banner {
  display: none;
}
header .head-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
header .head-banner .banner-pic {
  width: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;
}
header .head-banner .banner-pic img {
  width: 100%;
  opacity: 0;
}
header .head-banner .banner-cent {
  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-cent .cent-title {
  font-family: 'MILKY';
  font-size: 0.8rem;
  letter-spacing: -0.1rem;
  color: #fff;
}
header .head-banner .banner-cent .cent-English {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-EXTRALIGHT';
  font-size: 0.48rem;
  letter-spacing: 0.02rem;
  color: #fff;
}
header .head-strip {
  position: relative;
  width: 100%;
  height: 1rem;
  background: #f5f5f5;
  z-index: 9;
}
header .head-strip::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 24%;
  height: 100%;
  background: #f7f7f7;
}
header .head-strip .strip-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 15.37rem;
  height: 100%;
  margin: 0 auto;
  z-index: 9;
}
header .head-strip .strip-box .box-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
}
header .head-strip .strip-box .box-left .left-list {
  position: relative;
  width: auto;
  height: 100%;
  font-size: 14px;
  line-height: 24px;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-strip .strip-box .box-left .left-list a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  padding: 0 0.3rem;
  color: #333333;
}
header .head-strip .strip-box .box-left .left-list:hover a {
  color: #fff;
  background: #ed1c24;
}
header .head-strip .strip-box .box-left .left-list-active a {
  font-weight: bold;
  color: #fff;
  background: #ed1c24;
}
header .head-strip .strip-box .box-right {
  display: none;
  justify-content: flex-end;
  width: 28%;
  text-align: right;
  line-height: 0.8rem;
}
header .head-strip .strip-box .box-right .right-icon1 {
  display: flex;
  align-items: center;
  width: 14px;
  margin-right: 10px;
}
header .head-strip .strip-box .box-right .right-icon1 img {
  margin-top: -0.04rem;
}
header .head-strip .strip-box .box-right .right-icon1 a {
  transition: none;
  -webkit-transition: none;
}
header .head-strip .strip-box .box-right .right-text {
  width: auto;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
header .head-strip .strip-box .box-right .right-text a {
  color: #999;
}
header .head-strip .strip-box .box-right .right-text a:hover {
  color: #ed1c24;
  text-decoration: underline;
}
header .head-strip .strip-box .box-right .right-text img {
  width: 5px;
  margin: -0.04rem 0.12rem 0;
}
header .head-strip .strip-box .box-right .right-text span {
  color: #ed1c24;
}
header .head-strip-active {
  position: fixed;
  top: 0;
  left: 0;
}
header .head-strip-active .strip-box .box-right {
  display: none;
}
header .background {
  background: #f5f7f9;
}
header .head-Wnav {
  display: none;
}
.foot {
  width: 100%;
  height: auto;
  padding: 1rem 0 0.9rem;
  background: #f7f7f7;
}
.foot .foot-main {
  display: flex;
  justify-content: space-between;
  width: 15.37rem;
  height: auto;
  margin: 0 auto;
}
.foot .foot-main .main-left {
  width: 3.5rem;
  height: auto;
}
.foot .foot-main .main-left .left-logo {
  width: 1.93rem;
  height: auto;
}
.foot .foot-main .main-left .left-logo img {
  width: 100%;
}
.foot .foot-main .main-left .left-title {
  margin-top: 0.5rem;
  font-size: 0.14rem;
  line-height: 0.24rem;
  font-weight: bold;
  color: #333;
}
.foot .foot-main .main-left .left-text {
  width: 3.25rem;
  margin-top: 0.2rem;
  font-size: 14px;
  line-height: 24px;
  color: #999;
}
.foot .foot-main .main-left .left-zizhi {
  margin-top: 0.5rem;
  font-size: 12px;
  color: #999;
}
.foot .foot-main .main-nav {
  display: flex;
  justify-content: flex-start;
  width: auto;
  height: auto;
}
.foot .foot-main .main-nav .nav-item {
  width: 1.9rem;
  height: auto;
  margin-right: 0.4rem;
}
.foot .foot-main .main-nav .nav-item .item-title {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  color: #666;
}
.foot .foot-main .main-nav .nav-item .item-title:hover {
  color: #ed1c24;
}
.foot .foot-main .main-nav .nav-item .item-list {
  width: auto;
  height: auto;
  margin-top: 0.2rem;
}
.foot .foot-main .main-nav .nav-item .item-list .list-link {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 14px;
  line-height: 18px;
  color: #adadad;
}
.foot .foot-main .main-nav .nav-item .item-list .list-link:hover {
  color: #ed1c24;
}
.foot .foot-main .main-nav .nav-item:first-of-type {
  width: 190px;
}
.foot .foot-main .main-nav .main-ewm {
  width: 120px;
  height: auto;
}
.foot .foot-main .main-nav .main-ewm img {
  width: 100%;
  box-shadow: 0 0 0.29rem rgba(0, 0, 0, 0.14);
}
.foot .foot-main .main-nav .main-ewm .ewm-title {
  margin-top: 0.18rem;
  font-size: 14px;
  text-align: center;
  color: #adadad;
}
.foot .foot-main .main-right {
  width: auto;
  height: auto;
}
.foot .foot-main .main-right .right-title {
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  color: #666;
}
.foot .foot-main .main-right .right-tel {
  margin-top: 0.35rem;
  font-family: 'MontserratBold';
  font-size: 0.3rem;
  text-align: right;
  color: #ed1c24;
}
.foot .foot-main .main-right .right-share {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
.foot .foot-main .main-right .right-share .share-item {
  position: relative;
  width: 43px;
  height: 43px;
  margin-left: 0.15rem;
  text-align: center;
  border-radius: 0.45rem;
  background: #fff;
}
.foot .foot-main .main-right .right-share .share-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.foot .foot-main .main-right .right-share .share-item .img2 {
  opacity: 0;
}
.foot .foot-main .main-right .right-share .share-item:hover {
  box-shadow: 0.1rem 0 0.18rem rgba(237, 28, 36, 0.2);
  background: #ed1c24;
}
.foot .foot-main .main-right .right-share .share-item:hover .img1 {
  opacity: 0;
}
.foot .foot-main .main-right .right-share .share-item:hover .img2 {
  opacity: 1;
}
.foot .foot-main .main-right .right-relevant {
  float: right;
  position: relative;
  width: 2.4rem;
  height: 0.44rem;
  margin-top: 0.5rem;
}
.foot .foot-main .main-right .right-relevant .relevant-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.44rem;
  padding: 0 0.3rem 0 0.2rem;
  border-radius: 0.45rem;
  background: #fff;
  cursor: pointer;
}
.foot .foot-main .main-right .right-relevant .relevant-title .title-font {
  font-size: 14px;
  color: #999;
}
.foot .foot-main .main-right .right-relevant .relevant-title img {
  width: 14px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.foot .foot-main .main-right .right-relevant .relevant-show {
  position: absolute;
  bottom: 1.5rem;
  width: 100%;
  height: auto;
  padding-bottom: 0.1rem;
  opacity: 0;
  visibility: hidden;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.foot .foot-main .main-right .right-relevant .relevant-show .show-box {
  width: 100%;
  height: auto;
  border-radius: 0.1rem;
  background: #fff;
}
.foot .foot-main .main-right .right-relevant .relevant-show .show-box .box-link {
  display: block;
  width: 100%;
  height: 0.4rem;
  padding: 0 0.2rem;
  font-size: 14px;
  line-height: 0.4rem;
  color: #999;
}
.foot .foot-main .main-right .right-relevant .relevant-show .show-box .box-link:hover {
  color: #ed1c24;
}
.foot .foot-main .main-right .right-relevant:hover .relevant-title img {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.foot .foot-main .main-right .right-relevant:hover .relevant-show {
  bottom: 0.44rem;
  opacity: 1;
  visibility: visible;
  transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.foot .foot-web-main {
  display: none;
}
.container {
  width: 100%;
  height: auto;
  border-bottom: solid 1px #ed1c24;
}
.container .cont-plate1 {
  width: 100%;
  height: auto;
  padding: 0.96rem 0;
  background: url(../images/plate1-bg.jpg) no-repeat top right;
  background-size: 50% 100%;
}
.container .cont-plate1 .plate1-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 15.37rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate1 .plate1-main .main-left {
  width: 5rem;
  height: auto;
}
.container .cont-plate1 .plate1-main .main-left .left-title {
  font-size: 0.45rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
}
.container .cont-plate1 .plate1-main .main-left .left-English {
  margin-top: 0.1rem;
  font-family: 'MontserratBold';
  font-size: 0.3rem;
  text-transform: uppercase;
  color: #ccc;
}
.container .cont-plate1 .plate1-main .main-left .left-swiper {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
  overflow: hidden;
}
.container .cont-plate1 .plate1-main .main-left .left-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.container .cont-plate1 .plate1-main .main-left .left-swiper .swiper-slide .slide-box {
  display: block;
  width: 100%;
  height: auto;
}
.container .cont-plate1 .plate1-main .main-left .left-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: auto;
  border: solid 1px #e6e6e6;
  overflow: hidden;
}
.container .cont-plate1 .plate1-main .main-left .left-swiper .swiper-slide .slide-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;
}
.container .cont-plate1 .plate1-main .main-left .left-swiper .swiper-slide .slide-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));
}
.container .cont-plate1 .plate1-main .main-left .left-swiper .swiper-slide .slide-box .box-title {
  margin-top: 0.5rem;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.container .cont-plate1 .plate1-main .main-left .left-swiper .swiper-slide .slide-box .box-title span {
  font-family: 'MontserratBold';
  text-transform: uppercase;
  color: #ed1c24;
}
.container .cont-plate1 .plate1-main .main-left .left-swiper .swiper-slide .slide-box .box-text {
  margin-top: 0.1rem;
  font-size: 14px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.container .cont-plate1 .plate1-main .main-left .left-swiper .swiper-pagination {
  bottom: 0.7rem;
  text-align: right;
}
.container .cont-plate1 .plate1-main .main-left .left-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 6px;
  background: #e6e6e6;
  opacity: 1;
}
.container .cont-plate1 .plate1-main .main-left .left-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #ed1c24;
}
.container .cont-plate1 .plate1-main .main-video {
  position: relative;
  width: 9.6rem;
  height: auto;
  box-shadow: 0.03rem 0 0.57rem rgba(0, 0, 0, 0.08);
}
.container .cont-plate1 .plate1-main .main-video .hidden-box {
  width: 100%;
  height: 100%;
}
.container .cont-plate1 .plate1-main .main-video .hidden-box .box-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate1 .plate1-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;
}
.container .cont-plate1 .plate1-main .main-video .hidden-box .icon-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: auto;
  cursor: pointer;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.container .cont-plate1 .plate1-main .main-video .hidden-box .icon-box .right-icon {
  width: 100%;
  z-index: 3;
  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-video .hidden-box .icon-box:hover .right-icon {
  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));
}
.container .cont-plate1 .plate1-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));
}
.container .cont-plate1 .plate1-main .main-video .video-box {
  display: none;
  width: 100%;
  height: auto;
}
.container .cont-plate1 .plate1-main .main-video .video-box video {
  width: 100%;
  height: auto;
}
.container .cont-plate2 {
  width: 100%;
  height: auto;
  padding: 1rem 0 1rem;
  background: url(../images/plate2-bg.jpg) no-repeat top left;
  background-size: 100% 100%;
}
.container .cont-plate2 .plate2-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 15.37rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate2 .plate2-main .main-left {
  width: 3.85rem;
  height: auto;
}
.container .cont-plate2 .plate2-main .main-left .left-title {
  font-size: 0.45rem;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
}
.container .cont-plate2 .plate2-main .main-left .left-English {
  margin-top: 0.1rem;
  font-family: 'MontserratBold';
  font-size: 0.3rem;
  text-transform: uppercase;
  color: #ccc;
}
.container .cont-plate2 .plate2-main .main-left .web-left {
  display: none;
}
.container .cont-plate2 .plate2-main .main-left .left-box {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.container .cont-plate2 .plate2-main .main-left .left-box .box-item {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 0 0.16rem 0.56rem;
  margin-bottom: 0.3rem;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  border-bottom: solid 1px #cdcdcd;
  cursor: pointer;
  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-left .left-box .box-item::after {
  content: '';
  position: absolute;
  bottom: 0.2rem;
  right: 0.7rem;
  width: 18px;
  height: 10px;
  background: url(../images/icon/icon-plate2-arrow.png) no-repeat center;
  background-size: 100%;
  opacity: 0;
  transform: translateX(-0.2rem);
  -o-transform: translateX(-0.2rem);
  -moz-transform: translateX(-0.2rem);
  -webkit-transform: translateX(-0.2rem);
  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-left .left-box .box-item:hover {
  color: #ed1c24;
}
.container .cont-plate2 .plate2-main .main-left .left-box .box-item:hover::after {
  opacity: 1;
  transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
}
.container .cont-plate2 .plate2-main .main-left .left-box .box-item-active {
  color: #ed1c24;
}
.container .cont-plate2 .plate2-main .main-left .left-box .box-item-active::after {
  opacity: 1;
  transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
}
.container .cont-plate2 .plate2-main .main-left .left-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 197px;
  height: 50px;
  margin-top: 0.35rem;
  border-radius: 0.45rem;
  background: #ed1c24;
}
.container .cont-plate2 .plate2-main .main-left .left-button span {
  font-size: 18px;
  color: #fff;
}
.container .cont-plate2 .plate2-main .main-left .left-button img {
  width: 18px;
  margin-left: 0.35rem;
  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-left .left-button:hover img {
  margin-left: 0.2rem;
}
.container .cont-plate2 .plate2-main .main-cont {
  position: relative;
  width: 9.6rem;
  height: auto;
}
.container .cont-plate2 .plate2-main .main-cont::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -0.75rem;
  width: 6.48rem;
  height: 0.92rem;
  background: url(../images/plate2-zi.png) no-repeat center;
  background-size: 100%;
  transform: translatey(30%);
  -o-transform: translatey(30%);
  -moz-transform: translatey(30%);
  -webkit-transform: translatey(30%);
}
.container .cont-plate2 .plate2-main .main-cont .cont-item {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.7rem 0.7rem 0.6rem;
  background: #fff;
  opacity: 0;
  visibility: hidden;
}
.container .cont-plate2 .plate2-main .main-cont .cont-item .item-swiper {
  position: relative;
  width: 3.76rem;
  height: auto;
  overflow: hidden;
}
.container .cont-plate2 .plate2-main .main-cont .cont-item .item-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.container .cont-plate2 .plate2-main .main-cont .cont-item .item-swiper .swiper-slide .slide-box {
  width: 3.5rem;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
.container .cont-plate2 .plate2-main .main-cont .cont-item .item-swiper .swiper-slide .slide-box img {
  max-width: 100%;
  width: auto;
  height: auto;
  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-cont .cont-item .item-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-plate2 .plate2-main .main-cont .cont-item .item-swiper .plate2-swiper-button-prev,
.container .cont-plate2 .plate2-main .main-cont .cont-item .item-swiper .plate2-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 9px;
  height: auto;
  cursor: pointer;
  outline: none;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  z-index: 9;
}
.container .cont-plate2 .plate2-main .main-cont .cont-item .item-swiper .plate2-swiper-button-prev img,
.container .cont-plate2 .plate2-main .main-cont .cont-item .item-swiper .plate2-swiper-button-next img {
  width: 100%;
  opacity: 0.5;
  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-cont .cont-item .item-swiper .plate2-swiper-button-prev:hover img,
.container .cont-plate2 .plate2-main .main-cont .cont-item .item-swiper .plate2-swiper-button-next:hover img {
  opacity: 1;
}
.container .cont-plate2 .plate2-main .main-cont .cont-item .item-swiper .plate2-swiper-button-prev {
  left: 0;
}
.container .cont-plate2 .plate2-main .main-cont .cont-item .item-swiper .plate2-swiper-button-next {
  right: 0;
}
.container .cont-plate2 .plate2-main .main-cont .cont-item .item-cent {
  width: 3.9rem;
  height: auto;
  padding-top: 0.8rem;
}
.container .cont-plate2 .plate2-main .main-cont .cont-item .item-cent .cent-English {
  font-family: 'gilroy-bold';
  font-size: 0.28rem;
  color: #ed1c24;
}
.container .cont-plate2 .plate2-main .main-cont .cont-item .item-cent .cent-title {
  margin-top: 0.1rem;
  font-size: 0.3rem;
  color: #333;
}
.container .cont-plate2 .plate2-main .main-cont .cont-item .item-cent .cent-text {
  margin-top: 0.3rem;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.container .cont-plate2 .plate2-main .main-cont .cont-item .item-cent .cent-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 46px;
  margin-top: 0.5rem;
  border-radius: 0.45rem;
  border: solid 1px #ed1c24;
}
.container .cont-plate2 .plate2-main .main-cont .cont-item .item-cent .cent-button span {
  font-family: 'MontserratBold';
  font-size: 14px;
  text-transform: uppercase;
  color: #ed1c24;
}
.container .cont-plate2 .plate2-main .main-cont .cont-item .item-cent .cent-button img {
  width: 18px;
  margin-left: 0.25rem;
  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-cont .cont-item .item-cent .cent-button:hover img {
  margin-left: 0.1rem;
}
.container .cont-plate2 .plate2-main .main-cont .cont-item-active {
  position: static;
  opacity: 1;
  visibility: visible;
  transition: all 1.5s;
  -o-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -webkit-transition: all 1.5s;
}
.container .cont-plate3 {
  width: 100%;
  height: auto;
  background: url(../images/plate3-bg.jpg) no-repeat top left;
  background-size: 100% auto;
}
.container .cont-plate3 .plate3-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 15.37rem;
  height: auto;
  margin: 0 auto;
  padding: 1.25rem 0 1.1rem;
}
.container .cont-plate3 .plate3-top .top-left {
  width: auto;
  height: auto;
}
.container .cont-plate3 .plate3-top .top-left .left-title {
  font-size: 0.45rem;
  font-weight: bold;
  color: #333;
}
.container .cont-plate3 .plate3-top .top-left .left-English {
  margin-top: 0.1rem;
  font-family: 'MontserratBold';
  font-size: 0.3rem;
  text-transform: uppercase;
  color: #ccc;
}
.container .cont-plate3 .plate3-top .top-right {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: auto;
}
.container .cont-plate3 .plate3-top .top-right .right-item {
  width: 1.54rem;
  height: 1.3rem;
  padding-top: 0.2rem;
  margin-left: 0.2rem;
  border-radius: 0.1rem;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-top .top-right .right-item .item-icon {
  position: relative;
  width: 0.53rem;
  height: 0.5rem;
  margin: 0 auto;
}
.container .cont-plate3 .plate3-top .top-right .right-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-plate3 .plate3-top .top-right .right-item .item-icon .img2 {
  opacity: 0;
}
.container .cont-plate3 .plate3-top .top-right .right-item .item-title {
  margin-top: 0.1rem;
  font-size: 16px;
  text-align: center;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-top .top-right .right-item:hover {
  background: #ed1c24;
}
.container .cont-plate3 .plate3-top .top-right .right-item:hover .item-icon .img1 {
  opacity: 0;
}
.container .cont-plate3 .plate3-top .top-right .right-item:hover .item-icon .img2 {
  opacity: 1;
}
.container .cont-plate3 .plate3-top .top-right .right-item:hover .item-title {
  color: #fff;
}
.container .cont-plate3 .plate3-top .top-right .right-item-active {
  background: #ed1c24;
}
.container .cont-plate3 .plate3-top .top-right .right-item-active .item-icon .img1 {
  opacity: 0;
}
.container .cont-plate3 .plate3-top .top-right .right-item-active .item-icon .img2 {
  opacity: 1;
}
.container .cont-plate3 .plate3-top .top-right .right-item-active .item-title {
  color: #fff;
}
.container .cont-plate3 .plate3-main {
  position: relative;
  width: 100%;
  height: auto;
  border-top: solid 1px #e5e5e5;
  overflow: hidden;
}
.container .cont-plate3 .plate3-main .main-cont {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.container .cont-plate3 .plate3-main .main-cont .cont-shou {
  position: absolute;
  top: 0;
  left: 2.56rem;
  width: 8.48rem;
  height: auto;
  z-index: 9;
  opacity: 0;
  transform: translate(-30%, -100%);
  -o-transform: translate(-30%, -100%);
  -moz-transform: translate(-30%, -100%);
  -webkit-transform: translate(-30%, -100%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-main .main-cont .cont-shou img {
  width: 100%;
}
.container .cont-plate3 .plate3-main .main-cont .cont-pic {
  position: relative;
  width: 50%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate3 .plate3-main .main-cont .cont-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;
}
.container .cont-plate3 .plate3-main .main-cont .cont-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));
}
.container .cont-plate3 .plate3-main .main-cont .cont-cent {
  width: 50%;
  height: auto;
  padding: 1rem 10% 0.5rem;
}
.container .cont-plate3 .plate3-main .main-cont .cont-cent .cent-English {
  font-family: 'MontserratBold';
  font-size: 0.6rem;
  line-height: 0.55rem;
  text-transform: uppercase;
  background-image: -webkit-linear-gradient(top, #bdbdbd, #fff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.container .cont-plate3 .plate3-main .main-cont .cont-cent .cent-title {
  font-size: 0.4rem;
  font-weight: bold;
  color: #333;
}
.container .cont-plate3 .plate3-main .main-cont .cont-cent .cent-subtitle {
  margin-top: 0.4rem;
  font-size: 0.3rem;
  line-height: 0.48rem;
  color: #333;
}
.container .cont-plate3 .plate3-main .main-cont .cont-cent .cent-text {
  margin-top: 0.4rem;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.container .cont-plate3 .plate3-main .main-cont .cont-cent .cent-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 46px;
  margin-top: 0.5rem;
  border-radius: 0.45rem;
  border: solid 1px #ed1c24;
}
.container .cont-plate3 .plate3-main .main-cont .cont-cent .cent-button span {
  font-family: 'MontserratBold';
  font-size: 14px;
  text-transform: uppercase;
  color: #ed1c24;
}
.container .cont-plate3 .plate3-main .main-cont .cont-cent .cent-button img {
  width: 18px;
  margin-left: 0.25rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-main .main-cont .cont-cent .cent-button:hover img {
  margin-left: 0.1rem;
}
.container .cont-plate3 .plate3-main .main-cont:hover .cont-shou {
  opacity: 1;
  transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.container .cont-plate3 .plate3-main .main-cont-active {
  position: static;
  opacity: 1;
  visibility: visible;
  transition: all 1.5s;
  -o-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -webkit-transition: all 1.5s;
}
.container .cont-plate4 {
  width: 100%;
  height: auto;
  background: url(../images/plate4-bg.jpg) no-repeat top left;
  background-size: 100% auto;
}
.container .cont-plate4 .plate4-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 15.37rem;
  height: auto;
  margin: 0 auto;
  padding: 1.05rem 0 0.9rem;
}
.container .cont-plate4 .plate4-top .top-left {
  width: auto;
  height: auto;
}
.container .cont-plate4 .plate4-top .top-left .left-title {
  font-size: 0.45rem;
  font-weight: bold;
  color: #333;
}
.container .cont-plate4 .plate4-top .top-left .left-English {
  margin-top: 0.1rem;
  font-family: 'MontserratBold';
  font-size: 0.3rem;
  text-transform: uppercase;
  color: #ccc;
}
.container .cont-plate4 .plate4-top .top-data {
  display: flex;
  justify-content: space-between;
  width: 9.9rem;
  height: auto;
}
.container .cont-plate4 .plate4-top .top-data .data-item {
  width: 2rem;
  height: auto;
}
.container .cont-plate4 .plate4-top .top-data .data-item .item-icon {
  width: 0.54rem;
  height: auto;
}
.container .cont-plate4 .plate4-top .top-data .data-item .item-icon img {
  width: 100%;
}
.container .cont-plate4 .plate4-top .top-data .data-item .item-num {
  display: inline-block;
  position: relative;
  margin-top: 0.15rem;
}
.container .cont-plate4 .plate4-top .top-data .data-item .item-num .num1 {
  font-family: 'MontserratBold';
  font-size: 0.48rem;
  color: #ed1c24;
}
.container .cont-plate4 .plate4-top .top-data .data-item .item-num em {
  position: absolute;
  top: 50%;
  right: -0.3rem;
  font-family: Arial;
  font-size: 0.3rem;
  font-weight: bold;
  color: #ed1c24;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.container .cont-plate4 .plate4-top .top-data .data-item .item-text {
  margin-top: 0.1rem;
  font-size: 14px;
  color: #999;
}
.container .cont-plate4 .plate4-main {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.container .cont-plate4 .plate4-main .main-left {
  width: 60%;
  height: auto;
  padding: 1.6rem 10% 1.26rem;
  background-position: left top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
}
.container .cont-plate4 .plate4-main .main-left .left-cont {
  width: 100%;
  height: auto;
  padding: 0.56rem 0.86rem 0.62rem 0.76rem;
  background: #fff;
}
.container .cont-plate4 .plate4-main .main-left .left-cont .cont-English {
  font-family: 'MontserratBold';
  font-size: 0.48rem;
  text-transform: uppercase;
  color: #ed1c24;
}
.container .cont-plate4 .plate4-main .main-left .left-cont .cont-title {
  font-size: 0.36rem;
  color: #333;
}
.container .cont-plate4 .plate4-main .main-left .left-cont .cont-text {
  margin-top: 0.2rem;
  font-size: 14px;
  line-height: 24px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.container .cont-plate4 .plate4-main .main-left .left-cont .cont-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 46px;
  margin-top: 0.24rem;
  border-radius: 0.45rem;
  background: #ed1c24;
}
.container .cont-plate4 .plate4-main .main-left .left-cont .cont-button span {
  font-family: 'MontserratBold';
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}
.container .cont-plate4 .plate4-main .main-left .left-cont .cont-button img {
  width: 18px;
  margin-left: 0.18rem;
  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-left .left-cont .cont-button:hover img {
  margin-left: 0.08rem;
}
.container .cont-plate4 .plate4-main .main-list {
  width: 20%;
  height: auto;
  padding: 0.9rem 0.4rem 0;
  background: linear-gradient(-60deg, #980006, #ed1c24);
}
.container .cont-plate4 .plate4-main .main-list .list-title {
  padding-left: 0.44rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #fff;
}
.container .cont-plate4 .plate4-main .main-list .liat-box {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
}
.container .cont-plate4 .plate4-main .main-list .liat-box .box-item {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.2rem 0 0.11rem 0.44rem;
  font-size: 16px;
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  cursor: pointer;
  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-list .liat-box .box-item span {
  position: relative;
}
.container .cont-plate4 .plate4-main .main-list .liat-box .box-item span::after {
  content: '';
  position: absolute;
  bottom: -0.12rem;
  right: -100%;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0;
  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-list .liat-box .box-item::after {
  content: '';
  position: absolute;
  bottom: 0.16rem;
  right: 0.6rem;
  width: 18px;
  height: 10px;
  background: url(../images/icon/icon-plate2-button-arrow.png) no-repeat center;
  background-size: 100%;
  opacity: 0;
  transform: translateX(-0.2rem);
  -o-transform: translateX(-0.2rem);
  -moz-transform: translateX(-0.2rem);
  -webkit-transform: translateX(-0.2rem);
  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-list .liat-box .box-item:hover::after {
  opacity: 1;
  transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
}
.container .cont-plate4 .plate4-main .main-list .liat-box .box-item:hover span::after {
  right: 0;
  opacity: 1;
}
.container .cont-plate4 .plate4-main .main-right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: auto;
  padding: 0 0.6rem;
  background: url(../images/plate4-pic2.jpg) no-repeat top left;
  background-size: cover;
}
.container .cont-plate4 .plate4-main .main-right .right-cont {
  width: 100%;
  height: auto;
}
.container .cont-plate4 .plate4-main .main-right .right-cont .cont-English {
  font-family: 'MontserratBold';
  font-size: 0.3rem;
  text-transform: uppercase;
  color: #ed1c24;
}
.container .cont-plate4 .plate4-main .main-right .right-cont .cont-title {
  margin-top: 0.3rem;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.48rem;
  color: #fff;
}
.container .cont-plate4 .plate4-main .main-right .right-cont .cont-text {
  font-size: 0.24rem;
  line-height: 0.48rem;
  color: #fff;
}
.container .cont-plate5 {
  width: 100%;
  height: auto;
  padding: 1.4rem 0 1.84rem;
  background: url(../images/plate5-bg.jpg) no-repeat top left;
  background-size: 100% 100%;
}
.container .cont-plate5 .plate5-main {
  width: 15.37rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate5 .plate5-main .main-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate5 .plate5-main .main-top .top-left {
  width: auto;
  height: auto;
}
.container .cont-plate5 .plate5-main .main-top .top-left .left-title {
  font-size: 0.45rem;
  font-weight: bold;
  color: #333;
}
.container .cont-plate5 .plate5-main .main-top .top-left .left-English {
  margin-top: 0.1rem;
  font-family: 'MontserratBold';
  font-size: 0.3rem;
  text-transform: uppercase;
  color: #ccc;
}
.container .cont-plate5 .plate5-main .main-top .top-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 46px;
  margin-top: 0.5rem;
  border-radius: 0.45rem;
  border: solid 1px #ed1c24;
}
.container .cont-plate5 .plate5-main .main-top .top-button span {
  font-family: 'MontserratBold';
  font-size: 14px;
  text-transform: uppercase;
  color: #ed1c24;
}
.container .cont-plate5 .plate5-main .main-top .top-button img {
  width: 18px;
  margin-left: 0.25rem;
  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-top .top-button:hover img {
  margin-left: 0.1rem;
}
.container .cont-plate5 .plate5-main .main-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.74rem;
}
.container .cont-plate5 .plate5-main .main-cont .cont-left {
  width: 4.9rem;
  height: auto;
  background: #ed1c24;
}
.container .cont-plate5 .plate5-main .main-cont .cont-left .left-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate5 .plate5-main .main-cont .cont-left .left-pic img {
  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-cont .cont-left .left-cent {
  width: 100%;
  height: auto;
  padding: 0.4rem 0.6rem 0.45rem 0.45rem;
}
.container .cont-plate5 .plate5-main .main-cont .cont-left .left-cent .cent-title {
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.4rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .cont-plate5 .plate5-main .main-cont .cont-left .left-cent .cent-time {
  margin-top: 0.06rem;
  font-family: 'MontserratBold';
  font-size: 18px;
  color: #fff;
}
.container .cont-plate5 .plate5-main .main-cont .cont-left .left-cent .cent-text {
  margin-top: 0.1rem;
  font-size: 14px;
  line-height: 24px;
  color: #f19797;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.container .cont-plate5 .plate5-main .main-cont .cont-left:hover .left-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-plate5 .plate5-main .main-cont .cont-right {
  width: 10rem;
  height: auto;
}
.container .cont-plate5 .plate5-main .main-cont .cont-right .right-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-bottom: 0.7rem;
}
.container .cont-plate5 .plate5-main .main-cont .cont-right .right-item:last-of-type {
  margin-bottom: 0;
}
.container .cont-plate5 .plate5-main .main-cont .cont-right .right-item .item-pic {
  width: 2.3rem;
  height: auto;
  overflow: hidden;
}
.container .cont-plate5 .plate5-main .main-cont .cont-right .right-item .item-pic img {
  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-cont .cont-right .right-item .item-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));
}
.container .cont-plate5 .plate5-main .main-cont .cont-right .right-item .item-cent {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 7.16rem;
  height: auto;
}
.container .cont-plate5 .plate5-main .main-cont .cont-right .right-item .item-cent .cent-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.container .cont-plate5 .plate5-main .main-cont .cont-right .right-item .item-cent .cent-top .top-title {
  width: 4.6rem;
  height: auto;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.4rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  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-cont .cont-right .right-item .item-cent .cent-top .top-lump {
  width: 110px;
  height: auto;
}
.container .cont-plate5 .plate5-main .main-cont .cont-right .right-item .item-cent .cent-top .top-lump .lump-data {
  width: 100%;
  font-size: 12px;
  color: #999999;
}
.container .cont-plate5 .plate5-main .main-cont .cont-right .right-item .item-cent .cent-top .top-lump .lump-data img {
  width: 12px;
  margin: -0.04rem 0.03rem 0 0.2rem;
}
.container .cont-plate5 .plate5-main .main-cont .cont-right .right-item .item-cent .cent-top .top-lump .lump-data img:first-of-type {
  margin-left: 0;
}
.container .cont-plate5 .plate5-main .main-cont .cont-right .right-item .item-cent .cent-top .top-lump .lump-time {
  margin-top: 0.26rem;
  font-family: 'MontserratBold';
  font-size: 18px;
  color: #cccccc;
}
.container .cont-plate5 .plate5-main .main-cont .cont-right .right-item .item-cent .cent-text {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .cont-plate5 .plate5-main .main-cont .cont-right .right-item:hover .item-cent .cent-top .top-title {
  color: #ed1c24;
}
.about {
  width: 100%;
  height: auto;
  background: url(../images/page-bottom.png) no-repeat bottom left;
  background-size: 100%;
}
.about .about-plate1 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
  height: auto;
  background: url(../images/about/plate1-bg.jpg) no-repeat bottom right;
  background-size: 100% auto;
}
.about .about-plate1 .plate1-pic {
  width: 41.7%;
  height: 100%;
  padding: 1rem 0;
  background: url(../images/about/plate1-bg2.jpg) no-repeat top left;
  background-size: auto 100%;
}
.about .about-plate1 .plate1-pic .pic-box {
  width: 100%;
  height: auto;
  overflow: hidden;
  box-shadow: 0.03rem 0 0.57rem rgba(0, 0, 0, 0.08);
}
.about .about-plate1 .plate1-pic .pic-box img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate1 .plate1-pic .pic-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));
}
.about .about-plate1 .plate1-cont {
  width: 58.3%;
  height: auto;
  padding: 1rem 10% 1rem 1.18rem;
}
.about .about-plate1 .plate1-cont .cont-cent {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 0.55rem;
}
.about .about-plate1 .plate1-cont .cont-cent::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 9.35rem;
  height: 0.92rem;
  background: url(../images/about/plate1-zi.jpg) no-repeat top left;
  background-size: 100%;
}
.about .about-plate1 .plate1-cont .cont-cent .cent-title {
  position: relative;
  font-size: 0.3rem;
  font-weight: bold;
  color: #3f3f3f;
  z-index: 9;
}
.about .about-plate1 .plate1-cont .cont-cent .cent-English {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.3rem;
  text-transform: uppercase;
  color: #ed1c24;
}
.about .about-plate1 .plate1-cont .cont-cent .cent-box {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  font-size: 14px;
  line-height: 30px;
  color: #828282;
}
.about .about-plate2 {
  width: 100%;
  height: auto;
  padding: 1.24rem 0 1.5rem;
  background: url(../images/about/plate2-bg.jpg) no-repeat bottom right;
  background-size: cover;
}
.about .about-plate2 .plate2-main {
  display: flex;
  justify-content: space-between;
  width: 15.37rem;
  height: auto;
  margin: 0 auto;
}
.about .about-plate2 .plate2-main .main-left {
  width: 3.7rem;
  height: auto;
  padding-top: 0.8rem;
}
.about .about-plate2 .plate2-main .main-left .left-title {
  font-size: 0.45rem;
  font-weight: bold;
  color: #333;
}
.about .about-plate2 .plate2-main .main-left .left-English {
  margin-top: 0.12rem;
  font-family: 'MontserratBold';
  font-size: 0.3rem;
  text-transform: uppercase;
  color: #cccccc;
}
.about .about-plate2 .plate2-main .main-left .left-text {
  margin-top: 0.38rem;
  font-size: 16px;
  line-height: 32px;
  color: #666;
}
.about .about-plate2 .plate2-main .main-right {
  position: relative;
  width: 11rem;
  height: auto;
}
.about .about-plate2 .plate2-main .main-right .right-web-map {
  display: none;
}
.about .about-plate2 .plate2-main .main-right .right-map {
  width: 100%;
  height: auto;
}
.about .about-plate2 .plate2-main .main-right .right-map img {
  width: 100%;
}
.about .about-plate2 .plate2-main .main-right .right-item {
  position: absolute;
  top: 2.3rem;
  right: 1.8rem;
  width: 22px;
  height: auto;
  cursor: pointer;
}
.about .about-plate2 .plate2-main .main-right .right-item .item-add {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}
.about .about-plate2 .plate2-main .main-right .right-item .item-add img {
  width: 100%;
  animation: DW 0.8s linear infinite;
}
.about .about-plate2 .plate2-main .main-right .right-item .item-add::after {
  content: '';
  position: absolute;
  top: 0.1rem;
  left: 50%;
  width: 0.8rem;
  height: 0.53rem;
  background: url(../images/icon/icon-about-map-shadow.png) no-repeat center;
  background-size: 100%;
  z-index: -1;
  animation: isScale 0.8s linear infinite;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.about .about-plate2 .plate2-main .main-right .right-item .item-cent {
  position: absolute;
  bottom: 0.4rem;
  left: 50%;
  width: 2.94rem;
  height: auto;
  padding: 0.18rem;
  border-bottom: solid 2px #ed1c24;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.09);
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 19;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.about .about-plate2 .plate2-main .main-right .right-item .item-cent img {
  width: 100%;
}
.about .about-plate2 .plate2-main .main-right .right-item .item-cent .cent-year {
  margin-top: 0.3rem;
  font-family: 'gilroy-bold';
  font-size: 16px;
  line-height: 0.4rem;
  color: #4b4948;
}
.about .about-plate2 .plate2-main .main-right .right-item .item-cent .cent-year span {
  font-family: 'gilroy-bold';
  font-size: 0.26rem;
}
.about .about-plate2 .plate2-main .main-right .right-item .item-cent .cent-text {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: #ed1c24;
}
.about .about-plate2 .plate2-main .main-right .right-item:hover .item-cent {
  opacity: 1;
  visibility: visible;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.about .about-plate2 .plate2-main .main-right .right-item:nth-child(3) {
  top: 2.3rem;
  right: 2.35rem;
  z-index: 9;
}
.about .about-plate2 .plate2-main .main-right .right-item:nth-child(4) {
  top: 3rem;
  right: 2.6rem;
}
.about .about-plate2 .plate2-main .main-right .right-item:nth-child(5) {
  top: 1.5rem;
  right: 5.1rem;
}
.about .about-plate2 .plate2-main .main-right .right-item:nth-child(6) {
  top: 1.75rem;
  right: 5.15rem;
  z-index: 9;
}
.about .about-plate2 .plate2-main .main-right .right-item:nth-child(7) {
  top: 1.3rem;
  right: 5.8rem;
}
.about .about-plate2 .plate2-main .main-right .right-item:nth-child(8) {
  top: 1.9rem;
  right: 5.75rem;
}
.about .about-plate2 .plate2-main .main-right .right-item:nth-child(9) {
  top: 1.85rem;
  right: 8.25rem;
}
.about .about-plate2 .plate2-main .main-right .right-item:nth-child(10) {
  top: 1.75rem;
  right: 1.7rem;
}
.about .about-plate2 .plate2-main .main-right .right-item:nth-child(11) {
  top: 2.2rem;
  right: 2.15rem;
}
.about .about-plate2 .plate2-main .main-right .right-item:nth-child(12) {
  top: 2.3rem;
  right: 3.15rem;
}
.about .about-plate3 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1.95rem;
  background: url(../images/about/plate3-bg.jpg) no-repeat top right;
  background-size: 2.91rem;
}
.about .about-plate3 .plate3-main {
  width: 15.37rem;
  height: auto;
  margin: 0 auto;
}
.about .about-plate3 .plate3-main .main-title {
  font-size: 0.45rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.about .about-plate3 .plate3-main .main-English {
  margin-top: 0.12rem;
  font-family: 'MontserratBold';
  font-size: 0.3rem;
  text-align: center;
  text-transform: uppercase;
  color: #cccccc;
}
.about .about-plate3 .plate3-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
}
.about .about-plate3 .plate3-main .main-box .box-item {
  width: calc(100% / 4 - 0.15rem);
  height: auto;
  padding: 0.38rem 0 0.3rem;
  margin: 0 0 0.4rem 0.2rem;
  background: #f7f7f7;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate3 .plate3-main .main-box .box-item:nth-child(4n + 1) {
  margin-left: 0;
}
.about .about-plate3 .plate3-main .main-box .box-item .item-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4.4rem;
  padding: 0 0.4rem 0.2rem;
  overflow: hidden;
}
.about .about-plate3 .plate3-main .main-box .box-item .item-pic img {
  width: 100%;
  height: auto;
}
.about .about-plate3 .plate3-main .main-box .box-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.2rem 0.3rem 0;
  border-top: solid 1px #f0f0f0;
}
.about .about-plate3 .plate3-main .main-box .box-item .item-cent .cent-title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.about .about-plate3 .plate3-main .main-box .box-item .item-cent .cent-time {
  margin-top: 0.16rem;
  font-family: 'MontserratBold';
  font-size: 12px;
  text-align: center;
  color: #d1d1d1;
}
.about .about-plate3 .plate3-main .main-box .box-item:hover {
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.15);
  transform: translatey(-0.2rem);
  -o-transform: translatey(-0.2rem);
  -moz-transform: translatey(-0.2rem);
  -webkit-transform: translatey(-0.2rem);
}
.about .about-plate3 .plate3-main .main-load {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0.4rem;
  font-size: 14px;
  font-weight: bold;
  color: #ed1c24;
}
.about .about-plate3 .plate3-main .main-load img {
  width: 0.34rem;
  margin-right: 0.16rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate3 .plate3-main .main-load:hover img {
  margin-right: 0.06rem;
}
.productDetails {
  width: 100%;
  height: auto;
  background: url(../images/page-bottom.png) no-repeat bottom left;
  background-size: 100%;
}
.productDetails .productDetails-plate1 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  background: url(../images/product/plate1-bg.png) no-repeat top left;
  background-size: 100%;
}
.productDetails .productDetails-plate1 .plate1-right {
  width: 48.5%;
  height: auto;
  padding-left: 10%;
  padding-bottom: 0.3rem;
  padding-top: 1.3rem;
  background: url(../images/product/plate1-bg2.png) no-repeat bottom left;
  background-size: 90%;
}
.productDetails .productDetails-plate1 .plate1-right .right-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #f8f8f8;
}
.productDetails .productDetails-plate1 .plate1-right .right-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-plate1 .plate1-right .right-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));
}
.productDetails .productDetails-plate1 .plate1-cent {
  width: 51.5%;
  height: auto;
  padding: 2.5rem 10% 0 0.94rem;
}
.productDetails .productDetails-plate1 .plate1-cent .cent-cont {
  width: 100%;
  height: auto;
}
.productDetails .productDetails-plate1 .plate1-cent .cent-cont .cont-English {
  font-family: 'gilroy-bold';
  font-size: 0.48rem;
  color: #ed1c24;
}
.productDetails .productDetails-plate1 .plate1-cent .cent-cont .cont-title {
  margin-top: 0.5rem;
  font-size: 0.36rem;
  color: #333;
}
.productDetails .productDetails-plate1 .plate1-cent .cent-cont .cont-text {
  margin-top: 0.32rem;
  font-size: 16px;
  line-height: 0.36rem;
  color: #999;
}
.productDetails .productDetails-plate1 .plate1-cent .cent-cont .cont-swiper {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  overflow: hidden;
}
.productDetails .productDetails-plate1 .plate1-cent .cent-cont .cont-swiper .swiper-slide {
  width: calc(100% / 5 - 16px);
  height: auto;
}
.productDetails .productDetails-plate1 .plate1-cent .cent-cont .cont-swiper .swiper-slide .slide-pic {
  width: 100%;
  height: auto;
  opacity: 0.3;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-plate1 .plate1-cent .cent-cont .cont-swiper .swiper-slide .slide-pic img {
  width: 100%;
}
.productDetails .productDetails-plate1 .plate1-cent .cent-cont .cont-swiper .swiper-slide .slide-pic:hover {
  opacity: 1;
}
.productDetails .productDetails-plate1 .plate1-cent .cent-cont .cont-swiper .swiper-slide .slide-pic-active {
  opacity: 1;
}
.productDetails .productDetails-plate2 {
  width: 100%;
  height: auto;
  margin-top: 0.96rem;
  padding-top: 1.2rem;
  border-top: solid 1px #e5e5e5;
}
.productDetails .productDetails-plate2 .plate2-main {
  width: 15.37rem;
  height: auto;
  margin: 0 auto;
}
.productDetails .productDetails-plate2 .plate2-main .main-title {
  font-size: 0.45rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.productDetails .productDetails-plate2 .plate2-main .main-English {
  margin-top: 0.12rem;
  font-family: 'MontserratBold';
  font-size: 0.3rem;
  text-align: center;
  text-transform: uppercase;
  color: #cccccc;
}
.productDetails .productDetails-plate2 .plate2-main .main-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.56rem;
}
.productDetails .productDetails-plate2 .plate2-main .main-box .box-item {
  width: calc(100% / 4 - 0.21rem);
  height: auto;
  margin-right: 0.28rem;
  padding: 0.6rem 0;
  border-radius: 0.1rem;
  background: #f8f8f8;
}
.productDetails .productDetails-plate2 .plate2-main .main-box .box-item:last-of-type {
  margin-right: 0;
}
.productDetails .productDetails-plate2 .plate2-main .main-box .box-item .item-icon {
  width: 0.8rem;
  height: auto;
  margin: 0 auto;
}
.productDetails .productDetails-plate2 .plate2-main .main-box .box-item .item-icon img {
  width: 100%;
}
.productDetails .productDetails-plate2 .plate2-main .main-box .box-item .item-title {
  margin-top: 0.32rem;
  font-size: 0.24rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.productDetails .productDetails-plate3 {
  width: 100%;
  height: auto;
  padding: 1.23rem 0 2.3rem;
}
.productDetails .productDetails-plate3 .plate3-main {
  width: 15.37rem;
  height: auto;
  margin: 0 auto;
}
.productDetails .productDetails-plate3 .plate3-main .main-title {
  font-size: 0.45rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.productDetails .productDetails-plate3 .plate3-main .main-English {
  margin-top: 0.12rem;
  font-family: 'MontserratBold';
  font-size: 0.3rem;
  text-align: center;
  text-transform: uppercase;
  color: #cccccc;
}
.productDetails .productDetails-plate3 .plate3-main .main-table {
  width: 100%;
  height: auto;
  margin-top: 0.56rem;
}
.productDetails .productDetails-plate3 .plate3-main .main-table ul {
  padding-left: 0.5rem;
}
.productDetails .productDetails-plate3 .plate3-main .main-table table {
  width: 100%;
}
.productDetails .productDetails-plate3 .plate3-main .main-table tr:nth-child(odd) {
  background: #f8f8f8;
}
.productDetails .productDetails-plate3 .plate3-main .main-table th {
  height: 0.6rem;
  padding: 0 0.3rem;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #fff;
  background: #ed1c24;
  border: solid 1px #e0e0e0;
}
.productDetails .productDetails-plate3 .plate3-main .main-table td {
  padding: 8px 0.3rem;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #333;
  border: solid 1px #e0e0e0;
}
.productDetails .productDetails-plate3 .plate3-main .main-table td:last-of-type {
  padding-left: 1.2rem;
}
.product {
  width: 100%;
  height: auto;
  padding-bottom: 2.3rem;
  background: url(../images/page-bottom.png) no-repeat bottom left;
  background-size: 100%;
}
.product .product-main {
  width: 100%;
  height: auto;
  padding-top: 1.2rem;
  background: url(../images/product/plate1-bg.png) no-repeat top left;
  background-size: 100%;
}
.product .product-main .main-cont {
  width: 15.37rem;
  height: auto;
  margin: 0 auto;
}
.product .product-main .main-cont .cont-title {
  font-size: 0.45rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.product .product-main .main-cont .cont-English {
  margin-top: 0.12rem;
  font-family: 'MontserratBold';
  font-size: 0.3rem;
  text-align: center;
  text-transform: uppercase;
  color: #cccccc;
}
.product .product-main .main-cont .cont-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.product .product-main .main-cont .cont-box .box-list {
  width: calc(100% / 3 - 0.28rem);
  height: auto;
  margin: 0 0 0.6rem 0.42rem;
  cursor: pointer;
}
.product .product-main .main-cont .cont-box .box-list:nth-child(3n + 1) {
  margin-left: 0;
}
.product .product-main .main-cont .cont-box .box-list .list-item {
  width: 100%;
  height: auto;
}
.product .product-main .main-cont .cont-box .box-list .list-item .item-pic {
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
  background: #f8f8f8;
  overflow: hidden;
}
.product .product-main .main-cont .cont-box .box-list .list-item .item-pic img {
  width: 100%;
}
.product .product-main .main-cont .cont-box .box-list .list-item .item-pic .item-cont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  padding: 0 0.48rem 0;
  background: rgba(202, 23, 29, 0.85);
  overflow: hidden;
  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-box .box-list .list-item .item-pic .item-cont .cont-title {
  font-family: 'gilroy-bold';
  font-size: 0.3rem;
  text-align: center;
  color: #fff;
}
.product .product-main .main-cont .cont-box .box-list .list-item .item-pic .item-cont .cont-text {
  margin-top: 0.2rem;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product .product-main .main-cont .cont-box .box-list .list-item .item-pic .item-cont .cont-button {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0.4rem auto 0;
  font-family: 'Arial';
  font-size: 0.36rem;
  line-height: 0.5rem;
  text-align: center;
  color: #ed1c24;
  border-radius: 50%;
  background: #fff;
  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-box .box-list .list-item .item-pic .item-cont .cont-button:hover {
  width: 0.8rem;
  height: 0.5rem;
  border-radius: 0.45rem;
}
.product .product-main .main-cont .cont-box .box-list .list-item .item-title {
  padding-top: 0.3rem;
  font-family: 'gilroy-bold';
  font-size: 0.28rem;
  text-align: center;
  color: #333333;
  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-box .box-list .list-item:hover .item-cont {
  height: 100%;
  padding: 1.5rem 0.48rem 0;
}
.product .product-main .main-cont .cont-box .box-list .list-item:hover .item-title {
  opacity: 0;
}
.solutionDetails {
  width: 100%;
  height: auto;
  padding-bottom: 2.3rem;
  background: url(../images/page-bottom.png) no-repeat bottom left;
  background-size: 100%;
}
.solutionDetails .solutionDetails-main {
  width: 100%;
  height: auto;
  padding-top: 1.2rem;
  background: url(../images/product/plate1-bg.png) no-repeat top left;
  background-size: 100%;
}
.solutionDetails .solutionDetails-main .main-cont {
  display: flex;
  justify-content: space-between;
  width: 15.37rem;
  height: auto;
  margin: 0 auto;
}
.solutionDetails .solutionDetails-main .main-cont .cont-cent {
  width: 57.8%;
  height: auto;
}
.solutionDetails .solutionDetails-main .main-cont .cont-cent .cent-title {
  font-size: 0.3rem;
  font-weight: bold;
  color: #ed1c24;
}
.solutionDetails .solutionDetails-main .main-cont .cont-cent .cent-video {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
  box-shadow: 0.03rem 0 0.57rem rgba(0, 0, 0, 0.08);
}
.solutionDetails .solutionDetails-main .main-cont .cont-cent .cent-video .hidden-box {
  width: 100%;
  height: 100%;
}
.solutionDetails .solutionDetails-main .main-cont .cont-cent .cent-video .hidden-box .box-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.solutionDetails .solutionDetails-main .main-cont .cont-cent .cent-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;
}
.solutionDetails .solutionDetails-main .main-cont .cont-cent .cent-video .hidden-box .icon-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: auto;
  cursor: pointer;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.solutionDetails .solutionDetails-main .main-cont .cont-cent .cent-video .hidden-box .icon-box .right-icon {
  width: 100%;
  z-index: 3;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetails .solutionDetails-main .main-cont .cont-cent .cent-video .hidden-box .icon-box:hover .right-icon {
  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));
}
.solutionDetails .solutionDetails-main .main-cont .cont-cent .cent-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));
}
.solutionDetails .solutionDetails-main .main-cont .cont-cent .cent-video .video-box {
  display: none;
  width: 100%;
  height: auto;
}
.solutionDetails .solutionDetails-main .main-cont .cont-cent .cent-video .video-box video {
  width: 100%;
  height: auto;
}
.solutionDetails .solutionDetails-main .main-cont .cont-cent .cent-box {
  width: 100%;
  height: auto;
  margin-top: 0.56rem;
  font-size: 15px;
  line-height: 30px;
  color: #767676;
}
.solutionDetails .solutionDetails-main .main-cont .cont-cent .cent-box b {
  color: #333333;
}
.solutionDetails .solutionDetails-main .main-cont .cont-cent .cent-box li {
  display: block;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  color: #ed1c24;
}
.solutionDetails .solutionDetails-main .main-cont .cont-cent .cent-box em {
  font-weight: bold;
  color: #ed1c24;
}
.solutionDetails .solutionDetails-main .main-cont .cont-cent .cent-box img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.solutionDetails .solutionDetails-main .main-cont .cont-cent .cent-box .video {
  position: relative;
  padding-bottom: 56.26%;
}
.solutionDetails .solutionDetails-main .main-cont .cont-cent .cent-box embed {
  width: 100% !important;
  height: 4.8rem !important;
}
.solutionDetails .solutionDetails-main .main-cont .cont-list {
  width: 33.7%;
  height: 100%;
  padding: 0.8rem 0.55rem;
  background: #f6f6f6;
}
.solutionDetails .solutionDetails-main .main-cont .cont-list .list-title {
  font-size: 0.45rem;
  font-weight: bold;
  color: #333;
}
.solutionDetails .solutionDetails-main .main-cont .cont-list .list-English {
  margin-top: 0.12rem;
  font-family: 'MontserratBold';
  font-size: 0.3rem;
  text-transform: uppercase;
  color: #cccccc;
}
.solutionDetails .solutionDetails-main .main-cont .cont-list .list-item {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  padding-bottom: 0.4rem;
  border-bottom: solid 3px #e8e8e8;
}
.solutionDetails .solutionDetails-main .main-cont .cont-list .list-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.solutionDetails .solutionDetails-main .main-cont .cont-list .list-item .item-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetails .solutionDetails-main .main-cont .cont-list .list-item .item-title {
  margin-top: 0.36rem;
  font-size: 22px;
  line-height: 28px;
  color: #ed1c24;
}
.solutionDetails .solutionDetails-main .main-cont .cont-list .list-item .item-text {
  margin-top: 0.12rem;
  font-size: 14px;
  line-height: 28px;
  color: #666;
}
.solutionDetails .solutionDetails-main .main-cont .cont-list .list-item .item-button {
  position: relative;
  width: 47px;
  height: 33px;
  margin-top: 0.34rem;
  border-radius: 16px;
  border: solid 2px #999;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetails .solutionDetails-main .main-cont .cont-list .list-item .item-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 9px;
  background: url(../images/icon/icon-solution-D-arrow.png) no-repeat center;
  background-size: 100%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetails .solutionDetails-main .main-cont .cont-list .list-item .item-button:hover {
  border: solid 2px #ed1c24;
  background: #ed1c24;
}
.solutionDetails .solutionDetails-main .main-cont .cont-list .list-item .item-button:hover::after {
  background: url(../images/icon/icon-solution-D-arrow-active.png) no-repeat center;
  background-size: 100%;
}
.solutionDetails .solutionDetails-main .main-cont .cont-list .list-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));
}
.solutionDetails .solutionDetails-main .main-cont .cont-list .list-cent {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
  font-size: 16px;
  line-height: 37px;
  color: #333;
}
.solutionDetails .solutionDetails-main .main-cont .cont-list .list-cent a {
  display: block;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.solutionDetails .solutionDetails-main .main-cont .cont-list .list-cent a:hover {
  color: #ed1c24;
}
.solutionDetails .solutionDetails-main .main-cont .cont-list .list-button {
  display: block;
  width: 100%;
  height: 50px;
  margin-top: 0.5rem;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  border-radius: 0.45rem;
  background: #ed1c24;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetails .solutionDetails-main .main-cont .cont-list .list-button img {
  width: 14px;
  height: auto;
  margin: 0 0 0 0.1rem;
}
.solutionDetails .solutionDetails-main .main-cont .cont-list .list-button:hover {
  border-radius: 0;
}
.solution {
  width: 100%;
  height: auto;
  padding-bottom: 2.3rem;
  background: url(../images/page-bottom.png) no-repeat bottom left;
  background-size: 100%;
}
.solution .solution-main {
  width: 100%;
  height: auto;
  padding-top: 1.2rem;
  background: url(../images/product/plate1-bg.png) no-repeat top left;
  background-size: 100%;
}
.solution .solution-main .main-cont {
  width: 15.37rem;
  height: auto;
  margin: 0 auto;
}
.solution .solution-main .main-cont .cont-title {
  font-size: 0.45rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.solution .solution-main .main-cont .cont-English {
  margin-top: 0.12rem;
  font-family: 'MontserratBold';
  font-size: 0.3rem;
  text-align: center;
  text-transform: uppercase;
  color: #cccccc;
}
.solution .solution-main .main-cont .cont-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.solution .solution-main .main-cont .cont-box .box-item {
  width: calc(100% / 3 - 0.4rem);
  height: auto;
  margin: 0 0 0.6rem 0.6rem;
  background: #fff;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.09);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-main .main-cont .cont-box .box-item:nth-child(3n + 1) {
  margin-left: 0;
}
.solution .solution-main .main-cont .cont-box .box-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.solution .solution-main .main-cont .cont-box .box-item .item-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-main .main-cont .cont-box .box-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.4rem 0.4rem 0.5rem;
}
.solution .solution-main .main-cont .cont-box .box-item .item-cent .cent-title {
  font-size: 22px;
  line-height: 28px;
  color: #000;
  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;
}
.solution .solution-main .main-cont .cont-box .box-item .item-cent .cent-text {
  margin-top: 0.12rem;
  font-size: 14px;
  line-height: 28px;
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-main .main-cont .cont-box .box-item .item-cent .cent-button {
  position: relative;
  width: 47px;
  height: 33px;
  margin-top: 0.34rem;
  border-radius: 16px;
  border: solid 2px #999;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-main .main-cont .cont-box .box-item .item-cent .cent-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 9px;
  background: url(../images/icon/icon-solution-D-arrow.png) no-repeat center;
  background-size: 100%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-main .main-cont .cont-box .box-item .item-cent .cent-button:hover {
  width: 60px;
}
.solution .solution-main .main-cont .cont-box .box-item:hover {
  background: #ed1c24;
}
.solution .solution-main .main-cont .cont-box .box-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));
}
.solution .solution-main .main-cont .cont-box .box-item:hover .item-cent .cent-title,
.solution .solution-main .main-cont .cont-box .box-item:hover .item-cent .cent-text {
  color: #fff;
}
.solution .solution-main .main-cont .cont-box .box-item:hover .item-cent .cent-button {
  border: solid 2px #fff;
  background: #fff;
}
.solution .solution-main .main-cont .cont-box .box-item:hover .item-cent .cent-button::after {
  background: url(../images/icon/icon-solution-D-arrow-active2.png) no-repeat center;
  background-size: 100%;
}
.news {
  width: 100%;
  height: auto;
  padding-bottom: 2.3rem;
  background: url(../images/page-bottom.png) no-repeat bottom left;
  background-size: 100%;
}
.news .news-main {
  width: 100%;
  height: auto;
  padding-top: 1.2rem;
  background: url(../images/product/plate1-bg.png) no-repeat top left;
  background-size: 100%;
}
.news .news-main .main-cont {
  width: 15.37rem;
  height: auto;
  margin: 0 auto;
}
.news .news-main .main-cont .cont-top {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
}
.news .news-main .main-cont .cont-top .top-link {
  position: relative;
  width: auto;
  height: auto;
  margin: 0 0.35rem;
  font-size: 16px;
  color: #333;
}
.news .news-main .main-cont .cont-top .top-link::after {
  content: '';
  position: absolute;
  bottom: -0.35em;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ed1c24;
  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;
}
.news .news-main .main-cont .cont-top .top-link:hover {
  color: #ed1c24;
}
.news .news-main .main-cont .cont-top .top-link: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));
}
.news .news-main .main-cont .cont-top .top-link-active {
  color: #ed1c24;
}
.news .news-main .main-cont .cont-top .top-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));
}
.news .news-main .main-cont .cont-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.72rem;
}
.news .news-main .main-cont .cont-box .box-cent {
  width: 10.2rem;
  height: auto;
}
.news .news-main .main-cont .cont-box .box-cent .cent-top {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.news .news-main .main-cont .cont-box .box-cent .cent-top .top-pic {
  width: 4.8rem;
  height: auto;
  overflow: hidden;
}
.news .news-main .main-cont .cont-box .box-cent .cent-top .top-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-cont .cont-box .box-cent .cent-top .top-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));
}
.news .news-main .main-cont .cont-box .box-cent .cent-top .top-cont {
  width: 5.4rem;
  height: auto;
  padding: 0.2rem 0 0 0.6rem;
}
.news .news-main .main-cont .cont-box .box-cent .cent-top .top-cont .cont-time {
  font-family: 'MontserratBold';
  font-size: 0.24rem;
  color: #cfcfcf;
}
.news .news-main .main-cont .cont-box .box-cent .cent-top .top-cont .cont-title {
  margin-top: 0.24rem;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.36rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-cont .cont-box .box-cent .cent-top .top-cont .cont-text {
  margin-top: 0.12rem;
  font-size: 14px;
  line-height: 24px;
  color: #939393;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news .news-main .main-cont .cont-box .box-cent .cent-top .top-cont .cont-data {
  margin-top: 0.3rem;
  width: 100%;
  font-size: 12px;
  color: #999999;
}
.news .news-main .main-cont .cont-box .box-cent .cent-top .top-cont .cont-data img {
  width: 12px;
  margin: -0.04rem 0.03rem 0 0.2rem;
}
.news .news-main .main-cont .cont-box .box-cent .cent-top .top-cont .cont-data img:first-of-type {
  margin-left: 0;
}
.news .news-main .main-cont .cont-box .box-cent .cent-top:hover .top-cont .cont-title {
  color: #ed1c24;
}
.news .news-main .main-cont .cont-box .box-cent .cent-list {
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.news .news-main .main-cont .cont-box .box-cent .cent-list .list-item {
  display: flex;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 0.5rem;
}
.news .news-main .main-cont .cont-box .box-cent .cent-list .list-item .item-pic {
  width: 2.3rem;
  height: auto;
  overflow: hidden;
}
.news .news-main .main-cont .cont-box .box-cent .cent-list .list-item .item-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-cont .cont-box .box-cent .cent-list .list-item .item-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));
}
.news .news-main .main-cont .cont-box .box-cent .cent-list .list-item .item-cont {
  display: flex;
  justify-content: space-between;
  width: 7.9rem;
  height: auto;
  padding: 0.4rem 0 0 0.4rem;
  background: #f8f8f8;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-cont .cont-box .box-cent .cent-list .list-item .item-cont .cont-left {
  width: 6.05rem;
  height: auto;
  padding-right: 0.6rem;
}
.news .news-main .main-cont .cont-box .box-cent .cent-list .list-item .item-cont .cont-left .left-title {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .news-main .main-cont .cont-box .box-cent .cent-list .list-item .item-cont .cont-left .left-text {
  margin-top: 0.1rem;
  font-size: 14px;
  line-height: 24px;
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .news-main .main-cont .cont-box .box-cent .cent-list .list-item .item-cont .top-lump {
  width: 1.4rem;
  height: auto;
  padding-top: 0.15rem;
}
.news .news-main .main-cont .cont-box .box-cent .cent-list .list-item .item-cont .top-lump .lump-data {
  width: 100%;
  font-size: 12px;
  color: #999999;
}
.news .news-main .main-cont .cont-box .box-cent .cent-list .list-item .item-cont .top-lump .lump-data img {
  width: 12px;
  margin: -0.04rem 0.03rem 0 0.2rem;
}
.news .news-main .main-cont .cont-box .box-cent .cent-list .list-item .item-cont .top-lump .lump-data img:first-of-type {
  margin-left: 0;
}
.news .news-main .main-cont .cont-box .box-cent .cent-list .list-item .item-cont .top-lump .lump-time {
  margin-top: 0.26rem;
  font-family: 'MontserratBold';
  font-size: 18px;
  color: #cccccc;
}
.news .news-main .main-cont .cont-box .box-cent .cent-list .list-item .item-box {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  background: #dc021c;
  opacity: 0;
  transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.news .news-main .main-cont .cont-box .box-cent .cent-list .list-item .item-box .box-left {
  width: 9.3rem;
  height: auto;
  padding: 0.35rem 1.7rem 0 0.42rem;
}
.news .news-main .main-cont .cont-box .box-cent .cent-list .list-item .item-box .box-left .left-title {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .news-main .main-cont .cont-box .box-cent .cent-list .list-item .item-box .box-left .left-text {
  margin-top: 0.15rem;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  opacity: 0.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .news-main .main-cont .cont-box .box-cent .cent-list .list-item .item-box .box-right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 100%;
  background: #ed1c24;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.07);
}
.news .news-main .main-cont .cont-box .box-cent .cent-list .list-item .item-box .box-right img {
  width: 0.35rem;
}
.news .news-main .main-cont .cont-box .box-cent .cent-list .list-item:hover .item-box {
  opacity: 1;
}
.news .news-main .main-cont .cont-box .box-cent .cent-button {
  display: block;
  width: 100%;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background: #f8f8f8;
}
.news .news-main .main-cont .cont-box .box-cent .cent-button img {
  width: 34px;
}
.news .news-main .main-cont .cont-box .box-cent .cent-button:hover {
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
}
.news .news-main .main-cont .cont-box .box-right {
  width: 4rem;
  height: auto;
}
.news .news-main .main-cont .cont-box .box-right .right-box {
  width: 100%;
  height: auto;
  padding: 0.45rem 0.42rem 0.8rem;
  background: #dc021c;
}
.news .news-main .main-cont .cont-box .box-right .right-box .box-title {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.news .news-main .main-cont .cont-box .box-right .right-box .box-select {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  margin-bottom: 0.34rem;
  border: solid 1px #eeeeee;
}
.news .news-main .main-cont .cont-box .box-right .right-box .box-select:last-child {
  margin-bottom: 0;
}
.news .news-main .main-cont .cont-box .box-right .right-box .box-select::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.25rem;
  width: 9px;
  height: 5px;
  background: url(../images/icon/icon-recruit-sanjiao.png) no-repeat center center;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.news .news-main .main-cont .cont-box .box-right .right-box .box-select select {
  width: 100%;
  height: 0.5rem;
  padding-left: 0.18rem;
  font-family: '微软雅黑';
  font-size: 12px;
  color: #b4b4b4;
  border: none;
  background: #fff;
  appearance: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.news .news-main .main-cont .cont-box .box-right .right-box .box-select select option:first-of-type {
  display: none;
}
.news .news-main .main-cont .cont-box .box-right .right-box .box-sousuo {
  position: relative;
  width: 100;
  height: 0.5rem;
  margin-top: 0.3rem;
  background: #fff;
  border: solid 1px #eeeeee;
}
.news .news-main .main-cont .cont-box .box-right .right-box .box-sousuo input {
  width: 100%;
  height: 100%;
  padding: 0 0.5rem 0 0.2rem;
  font-size: 14px;
  color: #b4b4b4;
}
.news .news-main .main-cont .cont-box .box-right .right-box .box-sousuo input::placeholder {
  font-size: 14px;
  color: #b4b4b4;
}
.news .news-main .main-cont .cont-box .box-right .right-box .box-sousuo a {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  text-align: center;
  line-height: 0.5rem;
}
.news .news-main .main-cont .cont-box .box-right .right-box .box-sousuo a img {
  width: 16px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-cont .cont-box .box-right .right-box .box-sousuo a: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));
}
.news .news-main .main-cont .cont-box .box-right .right-bottom {
  width: 100%;
  height: 5.38rem;
  padding: 0.45rem 0.42rem 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.news .news-main .main-cont .cont-box .box-right .right-bottom .bottom-title {
  font-size: 0.4rem;
  color: #fff;
}
.news .news-main .main-cont .cont-box .box-right .right-bottom .bottom-text {
  margin-top: 0.16rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
}
.news .news-main .main-cont .cont-box .box-right .right-bottom .bottom-heng {
  width: 36px;
  height: 4px;
  margin-top: 0.25rem;
  background: #fff;
}
.newsDetails {
  width: 100%;
  height: auto;
  padding-bottom: 2.3rem;
  background: url(../images/page-bottom.png) no-repeat bottom left;
  background-size: 100%;
}
.newsDetails .newsDetails-main {
  width: 100%;
  height: auto;
  padding-top: 1.2rem;
  background: url(../images/product/plate1-bg.png) no-repeat top left;
  background-size: 100%;
}
.newsDetails .newsDetails-main .main-cont {
  width: 15.37rem;
  height: auto;
  margin: 0 auto;
}
.newsDetails .newsDetails-main .main-cont .cont-top {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
}
.newsDetails .newsDetails-main .main-cont .cont-top .top-link {
  position: relative;
  width: auto;
  height: auto;
  margin: 0 0.35rem;
  font-size: 16px;
  color: #333;
}
.newsDetails .newsDetails-main .main-cont .cont-top .top-link::after {
  content: '';
  position: absolute;
  bottom: -0.35em;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ed1c24;
  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;
}
.newsDetails .newsDetails-main .main-cont .cont-top .top-link:hover {
  color: #ed1c24;
}
.newsDetails .newsDetails-main .main-cont .cont-top .top-link: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));
}
.newsDetails .newsDetails-main .main-cont .cont-top .top-link-active {
  color: #ed1c24;
}
.newsDetails .newsDetails-main .main-cont .cont-top .top-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));
}
.newsDetails .newsDetails-main .main-cont .cont-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.newsDetails .newsDetails-main .main-cont .cont-box .box-cent {
  width: 64.3%;
  height: auto;
}
.newsDetails .newsDetails-main .main-cont .cont-box .box-cent .cent-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #ed1c24;
}
.newsDetails .newsDetails-main .main-cont .cont-box .box-cent .cent-data {
  margin-top: 0.3rem;
  width: 100%;
  font-family: 'gilroy-bold';
  font-size: 14px;
  color: #ccc;
}
.newsDetails .newsDetails-main .main-cont .cont-box .box-cent .cent-data img {
  width: 14px;
  margin: -0.04rem 0.03rem 0 0.2rem;
}
.newsDetails .newsDetails-main .main-cont .cont-box .box-cent .cent-data img:first-of-type {
  margin-left: 0;
}
.newsDetails .newsDetails-main .main-cont .cont-box .box-cent .cent-video {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
  box-shadow: 0.03rem 0 0.57rem rgba(0, 0, 0, 0.08);
}
.newsDetails .newsDetails-main .main-cont .cont-box .box-cent .cent-video .hidden-box {
  width: 100%;
  height: 100%;
}
.newsDetails .newsDetails-main .main-cont .cont-box .box-cent .cent-video .hidden-box .box-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.newsDetails .newsDetails-main .main-cont .cont-box .box-cent .cent-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;
}
.newsDetails .newsDetails-main .main-cont .cont-box .box-cent .cent-video .hidden-box .icon-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: auto;
  cursor: pointer;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.newsDetails .newsDetails-main .main-cont .cont-box .box-cent .cent-video .hidden-box .icon-box .right-icon {
  width: 100%;
  z-index: 3;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetails .newsDetails-main .main-cont .cont-box .box-cent .cent-video .hidden-box .icon-box:hover .right-icon {
  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));
}
.newsDetails .newsDetails-main .main-cont .cont-box .box-cent .cent-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));
}
.newsDetails .newsDetails-main .main-cont .cont-box .box-cent .cent-video .video-box {
  display: none;
  width: 100%;
  height: auto;
}
.newsDetails .newsDetails-main .main-cont .cont-box .box-cent .cent-video .video-box video {
  width: 100%;
  height: auto;
}
.newsDetails .newsDetails-main .main-cont .cont-box .box-cent .cent-box {
  width: 100%;
  height: auto;
  margin-top: 0.56rem;
  font-size: 16px;
  line-height: 32px;
  color: #666;
}
.newsDetails .newsDetails-main .main-cont .cont-box .box-cent .cent-box b {
  color: #ed1c24;
}
.newsDetails .newsDetails-main .main-cont .cont-box .box-cent .cent-box img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.newsDetails .newsDetails-main .main-cont .cont-box .box-list {
  width: 31%;
  height: 100%;
}
.newsDetails .newsDetails-main .main-cont .cont-box .box-list .list-title {
  font-size: 22px;
  font-weight: bold;
  color: #333;
}
.newsDetails .newsDetails-main .main-cont .cont-box .box-list .list-English {
  margin-top: 0.12rem;
  font-family: Arial;
  font-size: 14px;
  color: #999;
}
.newsDetails .newsDetails-main .main-cont .cont-box .box-list .list-item {
  display: block;
  width: 100%;
  height: auto;
  padding: 0.45rem 0;
  border-bottom: solid 1px #e5e5e5;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetails .newsDetails-main .main-cont .cont-box .box-list .list-item .item-title {
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #222;
  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;
}
.newsDetails .newsDetails-main .main-cont .cont-box .box-list .list-item .item-text {
  margin-top: 0.12rem;
  font-size: 15px;
  line-height: 26px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetails .newsDetails-main .main-cont .cont-box .box-list .list-item .item-time {
  margin-top: 0.24rem;
  font-family: 'MontserratBold';
  font-size: 14px;
  color: #ed1c24;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetails .newsDetails-main .main-cont .cont-box .box-list .list-item:hover {
  padding: 0.45rem 0.4rem;
  background: #ed1c24;
}
.newsDetails .newsDetails-main .main-cont .cont-box .box-list .list-item:hover .item-title,
.newsDetails .newsDetails-main .main-cont .cont-box .box-list .list-item:hover .item-text,
.newsDetails .newsDetails-main .main-cont .cont-box .box-list .list-item:hover .item-time {
  color: #fff;
}
.newsDetails .newsDetails-main .main-cont .cont-box .box-list .list-item:hover .item-text {
  opacity: 0.4;
}
.newsDetails .newsDetails-main .main-cont .cont-box .box-list .list-item:hover .item-time {
  opacity: 0.5;
}
.newsDetails .newsDetails-main .main-cont .cont-box .box-list .list-cent {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.newsDetails .newsDetails-main .main-cont .cont-box .box-list .list-cent .cent-title {
  margin-bottom: 0.25rem;
  font-size: 16px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsDetails .newsDetails-main .main-cont .cont-box .box-list .list-cent .cent-title a {
  color: #333;
}
.newsDetails .newsDetails-main .main-cont .cont-box .box-list .list-cent .cent-title:hover a {
  color: #ed1c24;
}
.newsDetails .newsDetails-main .main-cont .cont-box .box-list .list-cent .cent-share {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.newsDetails .newsDetails-main .main-cont .cont-box .box-list .list-cent .cent-share .share-item {
  position: relative;
  width: 43px;
  height: 43px;
  margin-right: 0.2rem;
  text-align: center;
  border-radius: 0.45rem;
  border: solid 1px #cdcdcd;
}
.newsDetails .newsDetails-main .main-cont .cont-box .box-list .list-cent .cent-share .share-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetails .newsDetails-main .main-cont .cont-box .box-list .list-cent .cent-share .share-item .img2 {
  opacity: 0;
}
.newsDetails .newsDetails-main .main-cont .cont-box .box-list .list-cent .cent-share .share-item:hover {
  border: solid 1px transparent;
  box-shadow: 0.1rem 0 0.18rem rgba(237, 28, 36, 0.2);
  background: #ed1c24;
}
.newsDetails .newsDetails-main .main-cont .cont-box .box-list .list-cent .cent-share .share-item:hover .img1 {
  opacity: 0;
}
.newsDetails .newsDetails-main .main-cont .cont-box .box-list .list-cent .cent-share .share-item:hover .img2 {
  opacity: 1;
}
.newsDetails .newsDetails-main .main-cont .cont-box .box-list .list-button {
  display: block;
  width: 100%;
  height: 50px;
  margin-top: 0.5rem;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  border-radius: 0.45rem;
  background: #ed1c24;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetails .newsDetails-main .main-cont .cont-box .box-list .list-button img {
  width: 14px;
  height: auto;
  margin: 0 0 0 0.1rem;
}
.newsDetails .newsDetails-main .main-cont .cont-box .box-list .list-button:hover {
  border-radius: 0;
}
.contact {
  position: relative;
  width: 100%;
  height: auto;
}
.contact::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.4rem;
  background: url(../images/page-bottom.png) no-repeat bottom left;
  background-size: 100%;
}
.contact .contact-main {
  width: 100%;
  height: auto;
  background: url(../images/contact/bg.png) no-repeat top left;
  background-size: 100%;
}
.contact .contact-main .main-sousuo {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  padding-top: 1.65rem;
}
.contact .contact-main .main-sousuo .sousuo-item {
  width: 1.92rem;
  height: 1.2rem;
}
.contact .contact-main .main-sousuo .sousuo-item .top-suosou {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0 auto 0.55rem;
  border-radius: 50%;
  border: solid 1px #dddddd;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact .contact-main .main-sousuo .sousuo-item .top-suosou img {
  width: 16px;
}
.contact .contact-main .main-sousuo .sousuo-item .top-suosou:hover {
  border: solid 1px #ed1c24;
}
.contact .contact-main .main-plate1 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.contact .contact-main .main-plate1 .plate1-left {
  width: 50%;
  padding: 1rem 0.6rem 0 10%;
  height: auto;
  background: url(../images/contact/plate1-bg.png) no-repeat bottom left;
  background-size: 100%;
}
.contact .contact-main .main-plate1 .plate1-left .left-title {
  margin-bottom: 0.5rem;
  font-size: 0.36rem;
  font-weight: bold;
  color: #222;
}
.contact .contact-main .main-plate1 .plate1-left .left-item {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 0.28rem;
}
.contact .contact-main .main-plate1 .plate1-left .left-item .item-icon {
  width: 0.32rem;
  height: auto;
}
.contact .contact-main .main-plate1 .plate1-left .left-item .item-icon img {
  width: 100%;
}
.contact .contact-main .main-plate1 .plate1-left .left-item .item-text {
  display: flex;
  justify-content: flex-start;
  width: calc(100% - 0.32rem);
  padding-left: 0.18rem;
  font-size: 16px;
  color: #666;
}
.contact .contact-main .main-plate1 .plate1-left .left-item .item-text em {
  width: 1.2rem;
}
.contact .contact-main .main-plate1 .plate1-left .left-item .item-text span {
  width: calc(100% - 1.2rem);
}
.contact .contact-main .main-plate1 .plate1-right {
  position: relative;
  width: 50%;
  height: 6.6rem;
  padding: 0.2rem 0;
  z-index: 9;
}
.contact .contact-main .main-plate1 .plate1-right img {
  width: 100%;
  height: auto;
}
.contact .contact-main .main-plate1 .plate1-right::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 8.8rem;
  height: 100%;
  background: #ed1c24;
  z-index: -1;
}
.contact .contact-main .main-plate2 {
  width: 15.37rem;
  height: auto;
  margin: 0 auto;
  padding: 1.2rem 0;
}
.contact .contact-main .main-plate2 .plate2-title {
  font-size: 0.45rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.contact .contact-main .main-plate2 .plate2-English {
  margin-top: 0.12rem;
  font-family: 'MontserratBold';
  font-size: 0.3rem;
  text-align: center;
  text-transform: uppercase;
  color: #cccccc;
}
.contact .contact-main .main-plate2 .plate2-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
}
.contact .contact-main .main-plate2 .plate2-box .box-item {
  width: calc(100% / 3 - 0.28rem);
  height: auto;
  margin-left: 0.42rem;
  margin-bottom: 0.3rem;
  padding: 0.55rem 0.45rem 0.45rem;
  border: solid 1px #eeeeee;
  border-top: solid 2px #ca171d;
}
.contact .contact-main .main-plate2 .plate2-box .box-item:nth-child(3n + 1) {
  margin-left: 0;
}
.contact .contact-main .main-plate2 .plate2-box .box-item .item-title {
  font-family: 'gilroy-regular';
  font-size: 22px;
  color: #222;
}
.contact .contact-main .main-plate2 .plate2-box .box-item .item-text {
  margin-top: 0.15rem;
  font-family: 'Gilroy-Light';
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.contact .contact-main .main-plate2 .plate2-box .box-item .item-subtitle {
  margin-top: 0.32rem;
  font-family: 'Gilroy-Light';
  font-size: 20px;
  color: #ed1c24;
}
.contact .contact-main .main-plate3 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 2.35rem;
  background: url(../images/contact/plate3-bg.png.jpg) no-repeat left top;
  background-size: cover;
}
.contact .contact-main .main-plate3 .plate3-cont {
  width: 15.37rem;
  height: auto;
  margin: 0 auto;
}
.contact .contact-main .main-plate3 .plate3-cont .cont-title {
  font-size: 0.45rem;
  font-weight: bold;
  color: #333;
}
.contact .contact-main .main-plate3 .plate3-cont .cont-English {
  margin-top: 0.12rem;
  font-family: 'MontserratBold';
  font-size: 0.3rem;
  text-transform: uppercase;
  color: #cccccc;
}
.contact .contact-main .main-plate3 .plate3-cont .cont-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.contact .contact-main .main-plate3 .plate3-cont .cont-box input {
  width: calc(100% / 3 - 0.14rem);
  height: 0.55rem;
  padding: 0 0.3rem;
  margin-left: 0.21rem;
  margin-bottom: 0.2rem;
  font-size: 14px;
  color: #333;
  border-radius: 0.05rem;
  border: solid 1px #ededed;
  background: #fff;
}
.contact .contact-main .main-plate3 .plate3-cont .cont-box input::placeholder {
  font-size: 14px;
  color: #999;
}
.contact .contact-main .main-plate3 .plate3-cont .cont-box input:nth-child(3n + 1) {
  margin-left: 0;
}
.contact .contact-main .main-plate3 .plate3-cont .cont-box textarea {
  width: 100%;
  height: 2rem;
  padding: 0.2rem 0.3rem 0;
  margin-bottom: 0.2rem;
  font-size: 14px;
  color: #333;
  border-radius: 0.05rem;
  border: solid 1px #ededed;
  background: #fff;
}
.contact .contact-main .main-plate3 .plate3-cont .cont-box textarea::placeholder {
  font-size: 14px;
  color: #999;
}
.contact .contact-main .main-plate3 .plate3-cont .cont-botton {
  display: block;
  width: 1.5rem;
  height: 0.5rem;
  margin-top: 0.1rem;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 0.5rem;
  color: #fff;
  border-radius: 0.05rem;
  background: #ed1c24;
}
.contact .contact-main .main-plate3 .plate3-cont .cont-botton:hover {
  width: 1.8rem;
}
.transition_none,
.transition_none * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.inbody {
  -webkit-filter: grayscale(100%);
  /* webkit */
  -moz-filter: grayscale(100%);
  /*firefox*/
  -ms-filter: grayscale(100%);
  /*ie9*/
  -o-filter: grayscale(100%);
  /*opera*/
  filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  filter: gray;
  /*ie9- */
}
.page-number {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 0.45rem;
}
.page-number .but-active {
  background: #ed1c24 !important;
  border: solid 1px transparent;
  color: #fff !important;
}
.page-number .but-box {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-right: 22px;
  font-family: 'Arial';
  font-size: 14px;
  text-align: center;
  line-height: 48px;
  color: #4d4d4d;
  border: solid 1px #eeeeee;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-number .but-box .but-left,
.page-number .but-box .but-right {
  display: inline-block;
  width: 48px;
  height: 48px;
  font-family: '宋体';
  font-size: 14px;
  color: #4d4d4d;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-number .but-box .but-left {
  background: url(../images/icon/icon-recruit-left.png) no-repeat center;
  background-size: 6px;
}
.page-number .but-box .but-right {
  background: url(../images/icon/icon-pege-num.png) no-repeat center;
  background-size: 6px 9px;
}
.page-number .but-box:hover {
  color: #fff;
  background: #ed1c24;
}
.page-number .but-box:hover .but-left {
  background: url(../images/icon/icon-recruit-left-on.png) no-repeat center;
  background-size: 6px;
}
.page-number .but-box:hover .but-right {
  color: #fff;
  background: url(../images/icon/icon-pege-num.png) no-repeat center;
  background-size: 6px 9px;
}
.Wpage-number {
  display: none;
}
@keyframes slidein {
  0% {
    transform: translate(0.1rem, -0.1rem);
    -o-transform: translate(0.1rem, -0.1rem);
    -moz-transform: translate(0.1rem, -0.1rem);
    -webkit-transform: translate(0.1rem, -0.1rem);
  }
  25% {
    transform: translate(-0.1rem, 0.14rem);
    -o-transform: translate(-0.1rem, 0.14rem);
    -moz-transform: translate(-0.1rem, 0.14rem);
    -webkit-transform: translate(-0.1rem, 0.14rem);
  }
  50% {
    transform: translate(0.1rem, 0.2rem);
    -o-transform: translate(0.1rem, 0.2rem);
    -moz-transform: translate(0.1rem, 0.2rem);
    -webkit-transform: translate(0.1rem, 0.2rem);
  }
  100% {
    transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@keyframes mouse {
  0% {
    opacity: 1;
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  100% {
    opacity: 0.3;
    transform: translatey(0.15rem);
    -o-transform: translatey(0.15rem);
    -moz-transform: translatey(0.15rem);
    -webkit-transform: translatey(0.15rem);
  }
}
@keyframes isScale {
  0% {
    width: 0.5rem;
  }
  50% {
    width: 0.8rem;
  }
  100% {
    width: 0.5rem;
  }
}
@keyframes DW {
  0% {
    transform: translatey(-0.12rem);
    -o-transform: translatey(-0.12rem);
    -moz-transform: translatey(-0.12rem);
    -webkit-transform: translatey(-0.12rem);
  }
  50% {
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  100% {
    transform: translatey(-0.12rem);
    -o-transform: translatey(-0.12rem);
    -moz-transform: translatey(-0.12rem);
    -webkit-transform: translatey(-0.12rem);
  }
}
