.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@font-face {
  font-family: '庞门正道标题体';
  src: url(../font/pangmen.ttf);
}
@font-face {
  font-family: '优设标题黑';
  src: url(../font/youshe.ttf);
}
.head {
  width: 100%;
  height: auto;
}
.head .head-top {
  width: 100%;
  height: 1rem;
  padding-left: 1.2rem;
  background: #fff;
}
.head .head-top .top-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.head .head-top .top-box .top-logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 4.6rem;
  height: auto;
  margin-right: 1.3rem;
}
.head .head-top .top-box .top-logo .logo-box {
  display: inline-block;
  width: 1.35rem;
  height: auto;
  margin-right:.1rem;
}
.head .head-top .top-box .top-logo .logo-box img {
  width: 100%;
}
.head .head-top .top-box .top-nav {
  display: flex;
  justify-content: space-between;
  width: 10.1rem;
  height: 100%;
}
.head .head-top .top-box .top-nav .nav-list {
  position: relative;
  width: 1.8rem;
  height: 100%;
}
.head .head-top .top-box .top-nav .nav-list .list-link-active {
  background: #d1242c !important;
  color: #fff !important;
}
.head .head-top .top-box .top-nav .nav-list .list-link {
  position: relative;
  display: flex;
  align-items:center;
  justify-content:center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  text-align: center;
  color: #333;
}
.head .head-top .top-box .top-nav .nav-list .list-box {
  position: absolute;
  top: 1.1rem;
  left: -0.2rem;
  width: calc(100% + 0.4rem);
  height: auto;
  padding: 20px;
  border-radius: 0.1rem;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-top .top-box .top-nav .nav-list .list-box .box-link {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 16px;
  text-align: center;
  color: 666;
}
.head .head-top .top-box .top-nav .nav-list .list-box .box-link:last-of-type {
  margin-bottom: 0;
}
.head .head-top .top-box .top-nav .nav-list .list-box .box-link:hover {
  color: #d1242c;
  text-decoration: underline;
}
.head .head-top .top-box .top-nav .nav-list:hover .list-box {
  opacity: 1;
  visibility: visible;
}
.head .head-top .top-box .top-nav .nav-list:hover .list-link {
  background: #d1242c;
  color: #fff;
}
.head .head-top .top-box .top-right {
  display: flex;
  justify-content: flex-start;
  width: 2rem;
  height: 100%;
  margin-left: 0.2rem;
}
.head .head-top .top-box .top-right .right-icon {
  position: relative;
  width: 1rem;
  height: 1rem;
  border-left: solid 1px #e9e9e9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-top .top-box .top-right .right-icon .icon-link {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.head .head-top .top-box .top-right .right-icon .icon-link .icon-pic {
  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;
}
.head .head-top .top-box .top-right .right-icon .icon-link .icon-pic2 {
  opacity: 0;
}
.head .head-top .top-box .top-right .right-icon .sousuo-box {
  position: absolute;
  top: 1rem;
  right: 0;
  width: 3.5rem;
  padding: 0.2rem;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-top .top-box .top-right .right-icon .sousuo-box .sousuo-box-cent {
  position: relative;
  width: 100%;
  height: 40px;
  border-radius: 25px;
  border: solid 1px #d1242c;
}
.head .head-top .top-box .top-right .right-icon .sousuo-box .sousuo-box-cent .cent-icon-link {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.1rem;
  width: 20px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.head .head-top .top-box .top-right .right-icon .sousuo-box .sousuo-box-cent .cent-icon-link .cent-icon-pic {
  width: 100%;
}
.head .head-top .top-box .top-right .right-icon .sousuo-box .sousuo-box-cent input {
  width: 100%;
  height: 100%;
  padding: 0 0.52rem 0 0.16rem;
  font-family: '微软雅黑';
  font-size: 16px;
  color: #999;
  background: none;
}
.head .head-top .top-box .top-right .right-icon .language-box {
  position: absolute;
  top: 1rem;
  right: -1rem;
  width: 2rem;
  padding: 0.2rem;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-top .top-box .top-right .right-icon .language-box .language-box-cent {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 25px;
}
.head .head-top .top-box .top-right .right-icon .language-box .language-box-cent .cent-icon-link {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 16px;
  text-align: center;
  color: 666;
}
.head .head-top .top-box .top-right .right-icon .language-box .language-box-cent .cent-icon-link:last-of-type {
  margin-bottom: 0;
}
.head .head-top .top-box .top-right .right-icon .language-box .language-box-cent .cent-icon-link:hover {
  color: #d1242c;
  text-decoration: underline;
}
.head .head-top .top-box .top-right .right-icon:hover {
  background: #d1242c;
}
.head .head-top .top-box .top-right .right-icon:hover .icon-pic {
  opacity: 0;
}
.head .head-top .top-box .top-right .right-icon:hover .icon-pic2 {
  opacity: 1;
}
.head .head-top .top-box .top-right .right-icon:hover .sousuo-box {
  opacity: 1;
  visibility: visible;
}
.head .head-top .top-box .top-right .right-icon:hover .language-box {
  opacity: 1;
  visibility: visible;
}
.head .head-top .top-box .top-right .right-icon:hover .language-box {
  opacity: 1;
  visibility: visible;
}

.head .head-top .top-box .web-top-right {
  display: none;
}

.head .head-banner {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.head .head-banner .swiper-slide {
  position: relative;
  width: 100%;
  height: auto;
}
.head .head-banner .swiper-slide .pc-pic {
  width: 100%;
  height: auto;
}
.head .head-banner .swiper-slide .pc-pic img {
  width: 100%;
}
.head .head-banner .swiper-slide .web-pic {
  display: none;
}
.head .head-banner .swiper-slide .slide-cent {
  position: absolute;
  top: 0.9rem;
  left: 0;
  width: 100%;
  height: auto;
}
.head .head-banner .swiper-slide .slide-cent .slide-cent-title {
  font-family: '优设标题黑';
  font-size: 0.55rem;
  font-style: oblique ;
  text-align: center;
  color: #fff;
}
.head .head-banner .swiper-slide .slide-cent .slide-cent-English {
  margin-top: 0.2rem;
  font-size: 0.26rem;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
  opacity: 0.8;
}
.head .head-banner .swiper-slide .slide-cent .slide-cent-box {
  display: block;
  width: 1.6rem;
  height: 0.44rem;
  margin: 0.42rem auto 0;
  font-size: 16px;
  text-align: center;
  line-height: 0.44rem;
  color: #fff;
  background: #d1242c;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
}
.head .head-banner .swiper-slide .slide-cent2 {
  position: absolute;
  top: 50%;
  left: 48.3%;
  width: 100%;
  height: auto;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.head .head-banner .swiper-slide .slide-cent2 .slide-cent2-title {
  font-size: 0.48rem;
  color: #fff;
}
.head .head-banner .swiper-slide .slide-cent2 .slide-cent2-English {
  font-size: 0.42rem;
  color: #fff;
}
.head .head-banner .swiper-slide .slide-cent2 .slide-cent2-text {
  margin: 0.4rem 0 0.45rem;
  font-size: 0.86rem;
  font-weight: bold;
  color: #fff;
}
.head .head-banner .swiper-slide .slide-cent2 .slide-cent2-time {
  font-size: 0.24rem;
  color: #fff;
}
.head .head-banner .swiper-slide .slide-cent2 .slide-cent2-time1,
.head .head-banner .swiper-slide .slide-cent2 .slide-cent2-time2 {
  display: none;
}
.head .head-banner .swiper-slide .slide-cent3 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13.72rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.head .head-banner .swiper-slide .slide-cent3 .slide-cent-title {
  font-family: '优设标题黑';
  font-size: 0.55rem;
  font-style: oblique ;
  color: #fff;
}
.head .head-banner .swiper-slide .slide-cent3 .slide-cent-English {
  margin-top: 0.2rem;
  font-size: 0.26rem;
  letter-spacing: 2px;
  color: #fff;
  opacity: 0.8;
}
.head .head-banner .swiper-slide .slide-cent3 .slide-cent-box {
  display: block;
  width: 1.6rem;
  height: 0.44rem;
  margin-top: 0.42rem;
  font-size: 16px;
  text-align: center;
  line-height: 0.44rem;
  color: #fff;
  background: #d1242c;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
}
.head .head-banner .swiper-pagination {
  bottom: 0.45rem;
}
.head .head-banner .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.head .head-banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #d1242c;
}
.head .head-banner .head-swiper-button-prev,
.head .head-banner .head-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 47px;
  z-index: 9;
  cursor: pointer;
  opacity: 0.5;
  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;
}
.head .head-banner .head-swiper-button-prev img,
.head .head-banner .head-swiper-button-next img {
  width: 100%;
}
.head .head-banner .head-swiper-button-prev:hover,
.head .head-banner .head-swiper-button-next:hover {
  opacity: 1;
}
.head .head-banner .head-swiper-button-prev {
  left: 40px;
}
.head .head-banner .head-swiper-button-next {
  right: 40px;
}
.head .head-banner .banner-pic {
  width: 100%;
  height: auto;
}
.head .head-banner .banner-pic img {
  width: 100%;
}
.head .head-banner .top {
  top: 50% !important;
}
.head .head-banner .banner-box {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 16.8rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.head .head-banner .banner-box .box-English {
  font-size: 0.36rem;
  font-weight: bold;
  color: #fff;
}
.head .head-banner .banner-box span {
  display: block;
  width: 0.6rem;
  height: 3px;
  margin: 0.2rem 0 0.24rem;
  background: #fff;
}
.head .head-banner .banner-box .box-title {
  font-size: 0.3rem;
  font-weight: bold;
  color: #fff;
}
.head .head-banner .banner-box .box-text {
  width: 14rem;
  margin-top: 0.6rem;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
.head .head-strip {
  width: 100%;
  height: 1.3rem;
  background: #fff;
}
.head .head-strip .strip-box {
  display: flex;
  justify-content: space-between;
  width: 16.8rem;
  height: 100%;
  margin: 0 auto;
}
.head .head-strip .strip-box .box-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap:wrap;
  width: 65%;
  height: 100%;
}
.head .head-strip .strip-box .box-left .left-list {
  width: 1.2rem;
  height: 0.44rem;
  margin-right: 0.2rem;
  font-size: 16px;
  text-align: center;
  line-height: 0.44rem;
  z-index: 9;
  border-bottom-right-radius: 0.1rem;
  border-top-left-radius: 0.1rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-strip .strip-box .box-left .left-list a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #333;
}
.head .head-strip .strip-box .box-left .left-list:hover {
  color: #fff;
  background: #d1242c;
  z-index: 9;
}
.head .head-strip .strip-box .box-left .left-list:hover a {
  color: #fff;
}
.head .head-strip .strip-box .box-left .left-list-active {
  background: #d1242c;
  border-bottom-right-radius: 0.1rem;
  border-top-left-radius: 0.1rem;
}
.head .head-strip .strip-box .box-left .left-list-active a {
  color: #fff;
}
.head .head-strip .strip-box .box-right {
  display: flex;
  justify-content: flex-end;
  width: 35%;
  text-align: right;
  line-height: 0.94rem;
}
.head .head-strip .strip-box .box-right .right-icon1 {
  width: 10px;
  margin-right: 10px;
}
.head .head-strip .strip-box .box-right .right-icon1 img {
  margin-top: -0.04rem;
}
.head .head-strip .strip-box .box-right .right-text {
  width: auto;
  font-size: 16px;
}
.head .head-strip .strip-box .box-right .right-text a {
  color: #333333;
}
.head .head-strip .strip-box .box-right .right-text a:hover {
  color: #d1242c;
  text-decoration: underline;
}
.head .head-strip .strip-box .box-right .right-text span {
  color: #d1242c;
}
.head .sidebar-mask,
.head .Whead-sidebar,
.head .Whead-search,
.head .head-Wnav {
  display: none;
}
.foot {
  width: 100%;
  height: auto;
  background: #2e2e2e;
}
.foot .foot-logo-box {
  width: 100%;
  height: 1.44rem;
  text-align: center;
  line-height: 1.44rem;
  border-bottom: solid 1px #3a3a3a;
}
.foot .foot-logo-box img {
  width: 1.82rem;
}
.foot .foot-box {
  display: flex;
  justify-content: space-between;
  width: 14.45rem;
  margin: 0.8rem auto 0.7rem;
}
.foot .foot-box .foot-nav {
  display: flex;
  justify-content: space-between;
  width: auto;
  height: auto;
}
.foot .foot-box .foot-nav .nav-dl {
  width: auto;
  margin-right: 0.8rem;
  text-align: left;
}
.foot .foot-box .foot-nav .nav-dl:last-of-type {
  margin-right: 0;
}
.foot .foot-box .foot-nav .nav-dl .nav-dt {
  margin-bottom: 0.4rem;
  font-size: 16px;
  color: #fff;
}
.foot .foot-box .foot-nav .nav-dl .nav-dd a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 40px;
}
.foot .foot-box .foot-nav .nav-dl .nav-dd a:hover {
  color: #fff;
  text-decoration: underline;
}
.foot .foot-box .foot-box-right {
  width: 1.8rem;
}
.foot .foot-box .foot-box-right .right-phone {
  font-size: 0.24rem;
  font-weight: bold;
  text-align: right;
  color: #fff;
}
.foot .foot-box .foot-box-right .right-text {
  margin: 0.2rem 0 0.5rem;
  font-size: 16px;
  text-align: right;
  color: #fff;
  opacity: 0.6;
}
.foot .foot-box .foot-box-right .foot-ewm {
  float: right;
  width: 1.45rem;
  height: auto;
  padding-top: 0.16rem;
}
.foot .foot-box .foot-box-right .foot-ewm img {
  width: 100%;
}
.foot .foot-box .foot-box-right .foot-ewm .ewm-text {
  width: 100%;
  margin-top: 0.18rem;
  font-size: 16px;
  text-align: center;
  line-height: 24px;
  color: #fff;
}
.foot .foot-bottom {
  width: 100%;
  height: 0.9rem;
  border-top: solid 1px #3a3a3a;
}
.foot .foot-bottom .bottom-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 14.45rem;
  height: 100%;
  margin: 0 auto;
}
.foot .foot-bottom .bottom-box .box-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 2.86rem;
  height: 100%;
}
.foot .foot-bottom .bottom-box .box-left .left-pic {
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  text-align: center;
  line-height: 0.4rem;
  border-radius: 50%;
  background: #3e3e3e;
}
.foot .foot-bottom .bottom-box .box-left .left-pic img {
  width: 18px;
}
.foot .foot-bottom .bottom-box .box-left .left-pic:hover {
  transform: translatey(-8px);
  -o-transform: translatey(-8px);
  -moz-transform: translatey(-8px);
  -webkit-transform: translatey(-8px);
}
.foot .foot-bottom .bottom-box .box-right {
  width: 9rem;
  height: auto;
  font-size: 16px;
  text-align: right;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.6);
}
.foot .foot-bottom .bottom-box .box-right a {
  color: rgba(255, 255, 255, 0.6);
}
.foot .foot-bottom .bottom-box .box-right a:hover {
  text-decoration: underline;
  color: #ffffff;
}
.container {
  width: 100%;
  height: auto;
}
.container .cont-plate1 {
  width: 100%;
  height: 8.92rem;
  padding-top: 1.26rem;
  background: url(../images/index-plate1-bg.jpg) no-repeat center;
  background-size: 100% 100%;
}
.container .cont-plate1 .plate1-box {
  width: 16.8rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate1 .plate1-box .box-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.container .cont-plate1 .plate1-box .box-top .top-left {
  width: 10rem;
  height: auto;
}
.container .cont-plate1 .plate1-box .box-top .top-left .left-title {
  margin-bottom: 0.25rem;
  font-size: 0.3rem;
  color: #000;
}
.container .cont-plate1 .plate1-box .box-top .top-left .left-text {
  font-size: 16px;
  color: #000;
}
.container .cont-plate1 .plate1-box .box-top .top-right {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 6.1rem;
  height: auto;
}
.container .cont-plate1 .plate1-box .box-top .top-right .right-bottom {
  width: 2rem;
  height: 0.44rem;
  font-size: 16px;
  text-align: center;
  line-height: 0.44rem;
  color: #333333;
  cursor: pointer;
  border-bottom-right-radius: 0.1rem;
  border-top-left-radius: 0.1rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-box .box-top .top-right .right-bottom:hover {
  color: #fff;
  background: #d1242c;
}
.container .cont-plate1 .plate1-box .box-top .top-right .right-active {
  color: #fff;
  background: #d1242c;
  border-bottom-right-radius: 0.1rem;
  border-top-left-radius: 0.1rem;
}
.container .cont-plate1 .plate1-box .plate1-box-cent {
  position: relative;
  width: 100%;
  height: auto;
}
.container .cont-plate1 .plate1-box .plate1-box-cent .index-plate1-swiper-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-bottom: 0.8rem;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}
.container .cont-plate1 .plate1-box .plate1-box-cent .index-plate1-swiper-box .swiper-slide {
  width: calc(25% - 20px);
  height: 4.95rem;
  margin-top: 0.6rem;
}
.container .cont-plate1 .plate1-box .plate1-box-cent .index-plate1-swiper-box .swiper-slide .slide-box {
  width: 100%;
  height: 100%;
  padding-top: 5px;
  background: #fff;
  border-bottom-right-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-box .plate1-box-cent .index-plate1-swiper-box .swiper-slide .slide-box .box-cent {
  position: relative;
  width: calc(100% - 10px);
  height: 3.95rem;
  margin: 0 auto 5px;
  border-top-left-radius: 0.2rem;
  overflow: hidden;
}
.container .cont-plate1 .plate1-box .plate1-box-cent .index-plate1-swiper-box .swiper-slide .slide-box .box-cent::before {
  content: '+';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.5rem;
  height: 0.5rem;
  font-size: 22px;
  text-align: center;
  line-height: 0.48rem;
  color: #fff;
  border-radius: 50%;
  background: #d1242c;
  opacity: 0;
  z-index: 9;
  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;
}
.container .cont-plate1 .plate1-box .plate1-box-cent .index-plate1-swiper-box .swiper-slide .slide-box .box-cent::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-box .plate1-box-cent .index-plate1-swiper-box .swiper-slide .slide-box .box-cent 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-box .plate1-box-cent .index-plate1-swiper-box .swiper-slide .slide-box .box-bottom {
  position: relative;
  width: 100%;
  height: 0.9rem;
  font-size: 16px;
  border-top: 1px solid #e0e0e0;
}
.container .cont-plate1 .plate1-box .plate1-box-cent .index-plate1-swiper-box .swiper-slide .slide-box .box-bottom .bottom-text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 24px;
  color: #333333;
  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;
}
.container .cont-plate1 .plate1-box .plate1-box-cent .index-plate1-swiper-box .swiper-slide:hover .slide-box {
  background: #d1242c;
}
.container .cont-plate1 .plate1-box .plate1-box-cent .index-plate1-swiper-box .swiper-slide:hover .slide-box .box-cent::after {
  background: rgba(0, 0, 0, 0.6);
}
.container .cont-plate1 .plate1-box .plate1-box-cent .index-plate1-swiper-box .swiper-slide:hover .slide-box .box-cent::before {
  opacity: 1;
}
.container .cont-plate1 .plate1-box .plate1-box-cent .index-plate1-swiper-box .swiper-slide:hover .slide-box .box-cent 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-box .plate1-box-cent .index-plate1-swiper-box .swiper-slide:hover .slide-box .box-bottom {
  border-top: none;
}
.container .cont-plate1 .plate1-box .plate1-box-cent .index-plate1-swiper-box .swiper-slide:hover .slide-box .box-bottom .bottom-text {
  color: #fff;
}
.container .cont-plate1 .plate1-box .plate1-box-cent .index-plate1-swiper-box .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #2e2e2e;
  opacity: 1;
}
.container .cont-plate1 .plate1-box .plate1-box-cent .index-plate1-swiper-box .swiper-pagination-bullet-active {
  border: solid 2px #d1242c;
  background: rgba(0, 0, 0, 0);
}
.container .cont-plate1 .plate1-box .plate1-box-cent .swiper-active {
  opacity: 1;
  visibility: visible;
  transition: all 2s;
  -o-transition: all 2s;
  -moz-transition: all 2s;
  -webkit-transition: all 2s;
}
.container .cont-plate2 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 0.8rem;
  background: url(../images/index-plate2-bg.jpg) no-repeat center;
  background-size: 100% 100%;
}
.container .cont-plate2 .plate2-box {
  width: 12.6rem;
  height: auto;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
.container .cont-plate2 .plate2-box .box-title {
  font-size: 0.36rem;
}
.container .cont-plate2 .plate2-box .box-num {
  margin: 0.18rem 0 0.64rem;
  font-size: 18px;
}
.container .cont-plate2 .plate2-box .box-text {
  margin-bottom: 0.26rem;
  font-size: 16px;
  line-height: 30px;
  opacity: 0.8;
}
.container .cont-plate2 .plate2-box .box-cent {
  display: flex;
  justify-content: space-around;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.container .cont-plate2 .plate2-box .box-cent .cent-pic {
  display: inline-block;
  width: calc(50% - 0.79rem);
  height: 2rem;
  text-align: center;
  line-height: 2rem;
  background: #fff;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.container .cont-plate2 .plate2-box .box-cent .cent-pic img {
  width: 70%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-box .box-cent .cent-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-plate2 .plate2-box .box-buttom {
  display: inline-block;
  width: auto;
  padding: 20px 60px;
  margin-top: 0.7rem;
  font-size: 16px;
  color: #fff;
  background: #d1242c;
  border-bottom-right-radius: 0.15rem;
  border-top-left-radius: 0.15rem;
}
.container .cont-plate2 .plate2-box .box-buttom:hover {
  transform: translatey(-10px);
  -o-transform: translatey(-10px);
  -moz-transform: translatey(-10px);
  -webkit-transform: translatey(-10px);
}
.container .cont-plate3 {
  width: 100%;
  height: 8.96rem;
  padding: 1rem 0 0.8rem;
  background: url(../images/index-plate3-bg.jpg) no-repeat center;
  background-size: 100% 100%;
}
.container .cont-plate3 .plate3-box {
  width: 16.8rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate3 .plate3-box .box-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.container .cont-plate3 .plate3-box .box-top .top-left {
  width: 10rem;
  height: auto;
}
.container .cont-plate3 .plate3-box .box-top .top-left .left-title {
  margin-bottom: 0.25rem;
  font-size: 0.3rem;
  color: #fff;
}
.container .cont-plate3 .plate3-box .box-top .top-left .left-text {
  font-size: 16px;
  color: #fff;
}
.container .cont-plate3 .plate3-box .box-top .top-right {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 4.8rem;
  height: auto;
}
.container .cont-plate3 .plate3-box .box-top .top-right .right-bottom {
  width: 2.3rem;
  height: 0.44rem;
  font-size: 16px;
  text-align: center;
  line-height: 0.44rem;
  color: #fff;
  cursor: pointer;
  border-bottom-right-radius: 0.1rem;
  border-top-left-radius: 0.1rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-box .box-top .top-right .right-bottom:hover {
  color: #fff;
  background: #d1242c;
}
.container .cont-plate3 .plate3-box .box-top .top-right .right-active {
  color: #fff;
  background: #d1242c;
  border-bottom-right-radius: 0.1rem;
  border-top-left-radius: 0.1rem;
}
.container .cont-plate3 .plate3-box .plate3-box-cent {
  position: relative;
  width: 100%;
  height: auto;
}
.container .cont-plate3 .plate3-box .plate3-box-cent .box-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  visibility: hidden;
  opacity: 0;
}
.container .cont-plate3 .plate3-box .plate3-box-cent .box-cent .pc-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.container .cont-plate3 .plate3-box .plate3-box-cent .box-cent .web-swiper-box {
  display: none;
}
.container .cont-plate3 .plate3-box .plate3-box-cent .box-cent .cent-list {
  width: calc(25% - 0.27rem);
  height: 2.7rem;
  margin-left: 0.36rem;
  margin-bottom: 0.26rem;
  text-align: center;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-box .plate3-box-cent .box-cent .cent-list:nth-child(4n+1) {
  margin-left: 0;
}
.container .cont-plate3 .plate3-box .plate3-box-cent .box-cent .cent-list .list-link {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.container .cont-plate3 .plate3-box .plate3-box-cent .box-cent .cent-list .list-link .list-pic {
  width: 0.63rem;
  margin: 0.8rem auto 0.4rem;
}
.container .cont-plate3 .plate3-box .plate3-box-cent .box-cent .cent-list .list-link .list-pic img {
  width: 100%;
}
.container .cont-plate3 .plate3-box .plate3-box-cent .box-cent .cent-list .list-link .list-title {
  width: 100%;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
.container .cont-plate3 .plate3-box .plate3-box-cent .box-cent .cent-list:hover {
  background: #8f8f8f;
}
.container .cont-plate3 .plate3-box .plate3-box-cent .box-cent .opacity-80 {
  background: rgba(93, 93, 93, 0.8);
}
.container .cont-plate3 .plate3-box .plate3-box-cent .box-cent .opacity-70 {
  background: rgba(70, 71, 75, 0.7);
}
.container .cont-plate3 .plate3-box .plate3-box-cent .box-cent .opacity-70-2 {
  background: rgba(86, 87, 93, 0.7);
}
.container .cont-plate3 .plate3-box .plate3-box-cent .box-cent .opacity-60 {
  background: rgba(175, 175, 175, 0.6);
}
.container .cont-plate3 .plate3-box .plate3-box-cent .box-cent .opacity-50 {
  background: rgba(165, 165, 165, 0.5);
}
.container .cont-plate3 .plate3-box .plate3-box-cent .box-cent .opacity-40 {
  background: rgba(148, 148, 148, 0.4);
}
.container .cont-plate3 .plate3-box .plate3-box-cent .box-cent .opacity-70-3 {
  background: rgba(148, 148, 148, 0.7);
}
.container .cont-plate3 .plate3-box .plate3-box-cent .box-cent .opacity-30 {
  background: rgba(130, 130, 130, 0.3);
}
.container .cont-plate3 .plate3-box .plate3-box-cent .swiper-active {
  opacity: 1;
  visibility: visible;
  transition: all 2s;
  -o-transition: all 2s;
  -moz-transition: all 2s;
  -webkit-transition: all 2s;
}
.container .cont-plate4 {
  width: 100%;
  height: 9.2rem;
  padding-top: 1.26rem;
  background: url(../images/index-plate4-bg.jpg) no-repeat center;
  background-size: 100% 100%;
}
.container .cont-plate4 .plate4-box {
  width: 16.8rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate4 .plate4-box .box-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.container .cont-plate4 .plate4-box .box-top .top-left {
  width: 3.5rem;
  height: auto;
}
.container .cont-plate4 .plate4-box .box-top .top-left .left-title {
  margin-bottom: 0.25rem;
  font-size: 0.3rem;
  color: #000;
}
.container .cont-plate4 .plate4-box .box-top .top-left .left-text {
  font-size: 16px;
  color: #000;
}
.container .cont-plate4 .plate4-box .box-top .top-right {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 13rem;
  height: auto;
}
.container .cont-plate4 .plate4-box .box-top .top-right .right-bottom {
  width: 2.6rem;
  height: 0.44rem;
  font-size: 16px;
  text-align: center;
  line-height: 0.44rem;
  color: #333333;
  cursor: pointer;
  border-bottom-right-radius: 0.1rem;
  border-top-left-radius: 0.1rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-box .box-top .top-right .right-bottom:hover {
  color: #fff;
  background: #d1242c;
}
.container .cont-plate4 .plate4-box .box-top .top-right .right-active {
  color: #fff;
  background: #d1242c;
  border-bottom-right-radius: 0.1rem;
  border-top-left-radius: 0.1rem;
}
.container .cont-plate4 .plate4-box .plate4-box-cent {
  position: relative;
  width: 100%;
  height: auto;
}
.container .cont-plate4 .plate4-box .plate4-box-cent .index-plate4-swiper-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-bottom: 0.8rem;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}
.container .cont-plate4 .plate4-box .plate4-box-cent .index-plate4-swiper-box .swiper-slide {
  width: calc(25% - 30px);
  height: 5.52rem;
  margin-top: 0.6rem;
}
.container .cont-plate4 .plate4-box .plate4-box-cent .index-plate4-swiper-box .swiper-slide .slide-box {
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0.18rem 0 0.22rem rgba(0, 0, 0, 0.06);
  border-bottom-right-radius: 0.2rem;
  border-top-left-radius: 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-box .plate4-box-cent .index-plate4-swiper-box .swiper-slide .slide-box .box-cent {
  position: relative;
  width: 100%;
  height: 2.6rem;
  border-top-left-radius: 0.2rem;
  overflow: hidden;
}
.container .cont-plate4 .plate4-box .plate4-box-cent .index-plate4-swiper-box .swiper-slide .slide-box .box-cent img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-box .plate4-box-cent .index-plate4-swiper-box .swiper-slide .slide-box .box-bottom {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 0.3rem;
  font-size: 16px;
}
.container .cont-plate4 .plate4-box .plate4-box-cent .index-plate4-swiper-box .swiper-slide .slide-box .box-bottom .buttom-time {
  margin-top: 0.32rem;
  font-size: 16px;
  color: #999;
}
.container .cont-plate4 .plate4-box .plate4-box-cent .index-plate4-swiper-box .swiper-slide .slide-box .box-bottom .buttom-title {
  margin-top: 0.24rem;
  font-size: 18px;
  line-height: 30px;
  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-plate4 .plate4-box .plate4-box-cent .index-plate4-swiper-box .swiper-slide .slide-box .box-bottom .buttom-text {
  margin-top: 0.24rem;
  font-size: 16px;
  line-height: 24px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .cont-plate4 .plate4-box .plate4-box-cent .index-plate4-swiper-box .swiper-slide:hover .slide-box .box-cent img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.container .cont-plate4 .plate4-box .plate4-box-cent .index-plate4-swiper-box .swiper-slide:hover .slide-box .box-bottom .buttom-title {
  color: #d1242c;
}
.container .cont-plate4 .plate4-box .plate4-box-cent .index-plate4-swiper-box .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #2e2e2e;
  opacity: 1;
}
.container .cont-plate4 .plate4-box .plate4-box-cent .index-plate4-swiper-box .swiper-pagination-bullet-active {
  border: solid 2px #d1242c;
  background: rgba(0, 0, 0, 0);
}
.container .cont-plate4 .plate4-box .plate4-box-cent .swiper-active {
  opacity: 1;
  visibility: visible;
  transition: all 2s;
  -o-transition: all 2s;
  -moz-transition: all 2s;
  -webkit-transition: all 2s;
}
.container .cont-plate5 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 0.85rem;
  background: url(../images/index-plate5-bg.jpg) no-repeat center;
  background-size: 100% 100%;
}
.container .cont-plate5 .box-top {
  display: flex;
  justify-content: space-between;
  width: 16.8rem;
  margin: 0 auto;
}
.container .cont-plate5 .box-top .top-left {
  width: 100%;
  height: auto;
}
.container .cont-plate5 .box-top .top-left .left-title {
  margin-bottom: 0.25rem;
  font-size: 0.3rem;
  color: #fff;
}
.container .cont-plate5 .box-top .top-left .left-text {
  font-size: 16px;
  color: #fff;
}
.container .cont-plate5 .plate5-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.container .cont-plate5 .plate5-box .box-list {
  position: relative;
  width: calc(20% - 4px);
  height: 5.4rem;
}
.container .cont-plate5 .plate5-box .box-list::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(209, 36, 44, 0);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate5 .plate5-box .box-list .list-link {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.container .cont-plate5 .plate5-box .box-list .list-link img {
  width: 100%;
  height: 100%;
}
.container .cont-plate5 .plate5-box .box-list .list-link .list-cent {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  text-align: center;
  z-index: 9;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.container .cont-plate5 .plate5-box .box-list .list-link .list-cent img {
  width: 70px;
}
.container .cont-plate5 .plate5-box .box-list .list-link .list-cent .cent-title {
  margin-top: 0.36rem;
  font-size: 0.24rem;
  color: #fff;
}
.container .cont-plate5 .plate5-box .box-list .list-link .list-cent .cent-bottom {
  width: 1.4rem;
  height: 0;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
  line-height: 0.4rem;
  color: #fff;
  border: solid 0 #fff;
  overflow: hidden;
  border-bottom-right-radius: 0.12rem;
  border-top-left-radius: 0.12rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate5 .plate5-box .box-list .list-link .list-cent .cent-bottom:hover {
  color: #d1242c;
  background: #fff;
}
.container .cont-plate5 .plate5-box .box-list:hover::after {
  background: rgba(209, 36, 44, 0.8);
}
.container .cont-plate5 .plate5-box .box-list:hover .cent-bottom {
  height: 0.44rem !important;
  margin: 0.7rem auto 0 !important;
  border: solid 1px #fff !important;
}
.container .cont-logos {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 14.45rem;
  height: 1.8rem;
  margin: 0 auto;
}
.container .cont-logos a {
  display: inline-block;
  width: auto;
  margin-right: 0.64rem;
}
.container .cont-logos a:last-of-type {
  margin-right: 0;
}
.container .cont-logos a img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-logos a:nth-child(1) {
  width: 1.98rem;
}
.container .cont-logos a:nth-child(2) {
  width: 1.29rem;
}
.container .cont-logos a:nth-child(3) {
  width: 2.17rem;
}
.container .cont-logos a:nth-child(4) {
  width: 1.54rem;
}
.container .cont-logos a:nth-child(5) {
  width: 1.52rem;
}
.container .cont-logos a:nth-child(6) {
  width: 1.29rem;
}
.container .cont-logos a:nth-child(7) {
  width: 0.77rem;
}
.container .cont-logos a:hover {
  transform: translatey(-10px);
  -o-transform: translatey(-10px);
  -moz-transform: translatey(-10px);
  -webkit-transform: translatey(-10px);
}
.productDetails {
  width: 100%;
  padding: 0.8rem 0 0.65rem;
  background: #f6f6f6;
}
.productDetails .productDetails-cont {
  width: 16.8rem;
  margin: 0 auto;
}
.productDetails .productDetails-cont .cont-plate1 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  background: #fff;
}
.productDetails .productDetails-cont .cont-plate1 .plate1-left {
  width: 50%;
}
.productDetails .productDetails-cont .cont-plate1 .plate1-left img {
  width: 100%;
}
.productDetails .productDetails-cont .cont-plate1 .plate1-right {
  position: relative;
  width: 50%;
  height: auto;
  padding: 0.4rem 0.4rem 0;
}
.productDetails .productDetails-cont .cont-plate1 .plate1-right .right-title {
  font-size: 0.3rem;
  font-weight: bold;
  color: #d1242c;
}
.productDetails .productDetails-cont .cont-plate1 .plate1-right .right-heng {
  display: block;
  width: 0.36rem;
  height: 2px;
  margin: 0.26rem 0;
  background: #d1242c;
}
.productDetails .productDetails-cont .cont-plate1 .plate1-right .right-subtitle {
  margin-bottom: 0.28rem;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.productDetails .productDetails-cont .cont-plate1 .plate1-right .right-text {
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.productDetails .productDetails-cont .cont-plate1 .plate1-right .right-bottom {
  width: 100%;
  height: auto;
  padding: .3rem 0;
}
.productDetails .productDetails-cont .cont-plate1 .plate1-right .right-bottom .bottom-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.productDetails .productDetails-cont .cont-plate1 .plate1-right .right-bottom .bottom-box .box-video {
  position: relative;
  width: calc(50% - 0.15rem);
  height: auto;
  background: #e1e1e1;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-cont .cont-plate1 .plate1-right .right-bottom .bottom-box .box-video .video-pic {
  width: 100%;
  height: 100%;
}
.productDetails .productDetails-cont .cont-plate1 .plate1-right .right-bottom .bottom-box .box-video .video-pic img {
  width: 100%;
}
.productDetails .productDetails-cont .cont-plate1 .plate1-right .right-bottom .bottom-box .box-video .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.6rem;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.productDetails .productDetails-cont .cont-plate1 .plate1-right .right-bottom .bottom-box .box-video .video-play img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-cont .cont-plate1 .plate1-right .right-bottom .bottom-box .box-video .video-play img:hover {
  transform: rotate(120deg);
  -o-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -webkit-transform: rotate(120deg);
}
.productDetails .productDetails-cont .cont-plate1 .plate1-right .right-bottom .bottom-box .box-video:hover {
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.3);
}
.productDetails .productDetails-cont .cont-title {
  display: flex;
  justify-content: flex-start;
  font-size: 0.24rem;
  font-weight: bold;
  color: #333;
}
.productDetails .productDetails-cont .cont-title em {
  display: inline-block;
  width: 5px;
  height: 25px;
  margin-right: 0.1rem;
  background: #d1242c;
}
.productDetails .productDetails-cont .cont-title span {
  display: inline-block;
  width: auto;
  height: 25px;
  line-height: 25px;
}
.productDetails .productDetails-cont .cont-plate2 {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.productDetails .productDetails-cont .cont-plate2 .plate2-box {
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
  padding: 0.45rem 0.6rem;
  background: #fff;
}
.productDetails .productDetails-cont .cont-plate2 .plate2-box .box-cent {
  width: 100%;
  border: solid 1px #d4d4d4;
}
.productDetails .productDetails-cont .cont-plate2 .plate2-box .box-cent .cent-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 60px;
  border-bottom: solid 1px #d4d4d4;
}
.productDetails .productDetails-cont .cont-plate2 .plate2-box .box-cent .cent-list .list-left {
  width: 4.4rem;
  height: 100%;
  padding-left: 0.8rem;
  font-size: 16px;
  line-height: 60px;
  color: #333;
  border-right: solid 2px #d4d4d4;
}
.productDetails .productDetails-cont .cont-plate2 .plate2-box .box-cent .cent-list .list-right {
  width: calc(100% - 4.4rem);
  height: 100%;
  padding-left: 0.7rem;
  font-size: 16px;
  line-height: 60px;
  color: #666;
}
.productDetails .productDetails-cont .cont-plate2 .plate2-box .box-cent .cent-list:last-of-type {
  border-bottom: none;
}
.productDetails .productDetails-cont .cont-plate3 {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.productDetails .productDetails-cont .cont-plate3 .plate3-text {
  width: 100%;
  margin-top: 0.35rem;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
.productDetails .video-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .cont-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 13.72rem;
  height: auto;
  background: #000;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  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;
}
.productDetails .cont-popup .popup-icon {
  position: absolute;
  top: -50px;
  right: -10px;
  width: 30px;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .cont-popup .popup-icon:hover {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.productDetails .cont-popup video {
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product {
  width: 100%;
  padding: 0.8rem 0 0.8rem;
  background: #f6f6f6;
  overflow: hidden;
}
.product .product-cont {
  display: flex;
  justify-content: space-between;
  width: 16.8rem;
  margin: 0 auto;
}
.product .product-cont .cont-left {
  width: 3.05rem;
  height: auto;
}
.product .product-cont .cont-left .left-top {
  position: relative;
  width: 100%;
  height: 0.9rem;
  padding-left: 0.52rem;
  font-size: 0.24rem;
  line-height: 0.9rem;
  color: #fff;
  background: #d1242c;
}
.product .product-cont .cont-left .left-top::after {
  content: ' ';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0.3rem;
  width: 4px;
  height: 0.25rem;
  margin-right: 0.18rem;
  background: #fff;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.product .product-cont .cont-left .list-active {
  font-weight: bold;
}
.product .product-cont .cont-left .list-active a {
  color: #d1242c !important;
}
.product .product-cont .cont-left .list-active::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0.74rem;
  width: 7px;
  height: 8px;
  background: url(../images/icon/icon-chanpin-sanjiao-on.png) no-repeat center !important;
  background-size: 7px 8px;
  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;
}
.product .product-cont .cont-left .left-list {
    position: relative;
    width: 100%;
    /* height: 0.7rem; */
    padding: 0.2rem 0 0.2rem 0.4rem;
    font-size: 16px;
    line-height: 0.25rem;
    background: #fff;
    border-bottom: solid 1px #f0f0f0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product .product-cont .cont-left .left-list a {
  color: #666;
}
.product .product-cont .cont-left .left-list:last-of-type {
  border-bottom: none;
}
.product .product-cont .cont-left .left-list::after {
    content: '';
    position: absolute;
    top: 0.315rem;
    left: 0.2rem;
    width: 7px;
    height: 8px;
    background: url(../images/icon/icon-chanpin-sanjiao.png) no-repeat center;
    background-size: 7px 8px;
    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;
}
.product .product-cont .cont-left .left-list:hover a {
  color: #d1242c;
}
.product .product-cont .cont-left .left-list:hover::after {
  background: url(../images/icon/icon-chanpin-sanjiao-on.png) no-repeat center;
  background-size: 7px 8px;
}
.product .product-cont .cont-right {
  width: 12.96rem;
  height: auto;
}
.product .product-cont .cont-right .right-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 0.25rem 0.75rem 0.25rem 0.25rem;
  margin-bottom: 0.3rem;
  background: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-cont .cont-right .right-list .list-left {
  width: 3.3rem;
  height: 100%;
  line-height: 2.8rem;
  background: #ececf0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-cont .cont-right .right-list .list-left img {
  width: 100%;
}
.product .product-cont .cont-right .right-list .list-right {
  width: 8rem;
  height: 100%;
}
.product .product-cont .cont-right .right-list .list-right .right-title {
  font-size: 0.24rem;
  font-weight: bold;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-cont .cont-right .right-list .list-right .right-title:hover {
  text-decoration: underline;
}
.product .product-cont .cont-right .right-list .list-right .right-heng {
  display: block;
  width: 36px;
  height: 2px;
  background: #d1242c;
  margin: 0.32rem 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-cont .cont-right .right-list .list-right .right-text {
  font-size: 16px;
  height: auto;
  line-height: 0.3rem;
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-cont .cont-right .right-list .list-right .right-bottom {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 2rem;
  margin-top: 0.2rem;
}
.product .product-cont .cont-right .right-list .list-right .right-bottom .bottom-text {
  width: auto;
  padding-right: 0.1rem;
  font-size: 16px;
  color: #999;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-cont .cont-right .right-list .list-right .right-bottom .bottom-icon {
  position: relative;
  width: 10px;
  height: 10px;
}
.product .product-cont .cont-right .right-list .list-right .right-bottom .bottom-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-cont .cont-right .right-list .list-right .right-bottom .bottom-icon .icon2 {
  opacity: 0;
}
.product .product-cont .cont-right .right-list .list-right .right-bottom:hover .bottom-text {
  transform: translateX(5px);
  -o-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -webkit-transform: translateX(5px);
}
.product .product-cont .cont-right .right-list:hover {
  background: #d1242c;
}
.product .product-cont .cont-right .right-list:hover .list-left {
  background: #ededef;
}
.product .product-cont .cont-right .right-list:hover .right-title,
.product .product-cont .cont-right .right-list:hover .right-text,
.product .product-cont .cont-right .right-list:hover .bottom-text {
  color: #fff !important;
}
.product .product-cont .cont-right .right-list:hover .right-heng {
  background: #fff !important;
}
.product .product-cont .cont-right .right-list:hover .icon2 {
  opacity: 1 !important;
}
.product .product-cont .cont-right .right-list:hover .icon1 {
  opacity: 0 !important;
}
.introduce {
  width: 100%;
  padding: 0.8rem 0 0.8rem;
  background: #f6f6f6;
}
.introduce .introduce-cont {
  width: 16.8rem;
  margin: 0 auto;
}
.introduce .introduce-cont .cont-title {
  font-size: 0.3rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.introduce .introduce-cont .cont-heng {
  display: block;
  width: 0.5rem;
  height: 2px;
  margin: 0.2rem auto;
  background: #d1242c;
}
.introduce .introduce-cont .cont-English {
  margin-bottom: 0.6rem;
  font-size: 0.24rem;
  font-weight: bold;
  text-align: center;
  color: #b7b7b7;
}
.introduce .introduce-cont .cont-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  background: #fff;
}
.introduce .introduce-cont .cont-box .box-left {
  width: 5.24rem;
}
.introduce .introduce-cont .cont-box .box-left img {
  width: 100%;
}
.introduce .introduce-cont .cont-box .box-right {
  width: 10.96rem;
  height: auto;
  padding: 0.8rem 0.7rem 0.5rem 0;
  background: url(../images/introduce/logo-bg.png) no-repeat right 0.2rem;
  background-size: 1.76rem;
}
.introduce .introduce-cont .cont-box .box-right .right-name {
  font-size: 0.24rem;
  font-weight: bold;
  color: #333;
}
.introduce .introduce-cont .cont-box .box-right .right-position {
  margin-top: 0.2rem;
  font-size: 16px;
  color: #666;
}
.introduce .introduce-cont .cont-box .box-right .right-cent {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-top: 0.5rem;
}
.introduce .introduce-cont .cont-box .box-right .right-cent .cent-left {
  width: 1.9rem;
  height: auto;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.introduce .introduce-cont .cont-box .box-right .right-cent .cent-left span {
  font-weight: 300;
}
.introduce .introduce-cont .cont-box .box-right .right-cent .cent-right {
  width: calc(100% - 1.2rem);
  height: auto;
  padding-left: 0.06rem;
}
.introduce .introduce-cont .cont-box .box-right .right-cent .cent-right .mt {
  margin-top: 0.2rem;
}
.introduce .introduce-cont .cont-box .box-right .right-cent .cent-right .right-text {
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
.introduce .introduce-cont .cont-box .box-right .right-bottom {
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
  padding: 0.36rem 0.5rem;
  font-size: 16px;
  line-height: 34px;
  color: #fff;
  background: #d1242c;
}
.history {
  width: 100%;
  padding: 0.8rem 0 0.8rem;
  background: #f6f6f6;
}
.history .history-cont {
  width: 16.8rem;
  margin: 0 auto;
}
.history .history-cont .cont-title {
  font-size: 0.3rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.history .history-cont .cont-heng {
  display: block;
  width: 0.5rem;
  height: 2px;
  margin: 0.2rem auto;
  background: #d1242c;
}
.history .history-cont .cont-English {
  margin-bottom: 0.6rem;
  font-size: 0.24rem;
  font-weight: bold;
  text-align: center;
  color: #b7b7b7;
}
.history .history-cont .cont-swiper-box {
  position: relative;
  width: 100%;
}
.history .history-cont .cont-swiper-box::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15.43rem;
  height: 1px;
  background: #b8b8b8;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.history .history-cont .cont-top-swiper {
  position: relative;
  width: 100%;
  padding: 0 1.1rem;
  overflow: hidden;
}
.history .history-cont .cont-top-swiper::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.94rem;
  height: 1.6rem;
  background: #f6f6f6;
  z-index: 3;
}
.history .history-cont .cont-top-swiper::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0.94rem;
  height: 1.6rem;
  background: #f6f6f6;
  z-index: 3;
}
.history .history-cont .cont-top-swiper .swiper-slide {
  width: 16.666%;
  height: auto;
}
.history .history-cont .cont-top-swiper .swiper-slide .slide-box {
  width: 1.52rem;
  height: 1.2rem;
  margin: 0 auto;
  background: #f6f6f6;
}
.history .history-cont .cont-top-swiper .swiper-slide .slide-box .box-list {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 auto;
  font-size: 0.3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.1rem;
  color: #999;
  border-radius: 50%;
  border: solid 5px #999;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.history .history-cont .cont-top-swiper .swiper-slide .slide-box .box-list:hover {
  color: #d1242c;
  border: solid 5px #d1242c;
}
.history .history-cont .cont-top-swiper .swiper-slide-active .box-list {
  color: #d1242c !important;
  border: solid 5px #d1242c !important;
}
.history .history-cont .cont-top-swiper .history-swiper-button-prev,
.history .history-cont .cont-top-swiper .history-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  text-align: center;
  line-height: 0.48rem;
  border-radius: 50%;
  background: #c1c1c1;
  z-index: 9;
  cursor: pointer;
  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;
}
.history .history-cont .cont-top-swiper .history-swiper-button-prev img,
.history .history-cont .cont-top-swiper .history-swiper-button-next img {
  width: 12px;
}
.history .history-cont .cont-top-swiper .history-swiper-button-prev:hover,
.history .history-cont .cont-top-swiper .history-swiper-button-next:hover {
  background: #d1242c;
}
.history .history-cont .cont-top-swiper .history-swiper-button-next {
  right: 0;
}
.history .history-cont .cont-top-swiper .history-swiper-button-prev {
  left: 0;
}
.history .history-cont .cont-cent {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
}
.history .history-cont .cont-cent .cont-box {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 0.8rem 0.6rem;
  background: #fff;
}
.history .history-cont .cont-cent .cont-box .box-left {
  width: 7.8rem;
  height: auto;
}
.history .history-cont .cont-cent .cont-box .box-left .left-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-bottom: 0.4rem;
}
.history .history-cont .cont-cent .cont-box .box-left .left-cont .left-fuhao {
  position: relative;
  width: 0.3rem;
  height: auto;
}
.history .history-cont .cont-cent .cont-box .box-left .left-cont .left-fuhao::before {
  content: '';
  position: absolute;
  top: 0.1rem;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: solid 1px #d1242c;
}
.history .history-cont .cont-cent .cont-box .box-left .left-cont .left-cent {
  width: calc(100% - 0.3rem);
  height: auto;
}
.history .history-cont .cont-cent .cont-box .box-left .left-cont .left-cent .cent-title {
  font-size: 0.24rem;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.history .history-cont .cont-cent .cont-box .box-left .left-cont .left-cent .cent-text {
  margin-top: 0.1rem;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.history .history-cont .cont-cent .cont-box .box-left .left-cont .left-cent:hover .cent-title {
  color: #d1242c;
}
.history .history-cont .cont-cent .cont-box .box-right {
  width: 7.18rem;
  height: auto;
}
.history .history-cont .cont-cent .cont-box .box-right img {
  width: 100%;
}
.about {
  width: 100%;
  padding: 0.8rem 0 0;
  background: #f6f6f6;
}
.about .about-cont {
  width: 16.8rem;
  margin: 0 auto;
}
.about .about-cont .cont-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: #fff;
}
.about .about-cont .cont-box .box-cent {
  width: 50%;
  height: auto;
  padding: 0.7rem 0.9rem 0 0.7rem;
}
.about .about-cont .cont-box .box-cent .cent-title {
  font-size: 0.24rem;
  font-weight: bold;
  color: #d1242c;
}
.about .about-cont .cont-box .box-cent .cent-number {
  margin-top: 0.2rem;
  font-size: 16px;
  color: #000;
}
.about .about-cont .cont-box .box-cent span {
  display: block;
  width: 0.4rem;
  height: 3px;
  margin: 0.6rem 0 0.35rem;
  background: #d1242c;
}
.about .about-cont .cont-box .box-cent .cent-text {
  margin-bottom: 0.3rem;
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
.about .about-cont .cont-box .box-pic2 {
  display: none;
}
.about .about-cont .cont-box .box-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.about .about-cont .cont-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-cont .cont-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-bottom {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.about .about-bottom img {
  width: 100%;
}
.about .about-bottom .bottom-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10.6rem;
  height: auto;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.team {
  width: 100%;
  padding: 0.8rem 0 0.9rem;
  background: #f6f6f6;
}
.team .team-cont {
  width: 16.8rem;
  margin: 0 auto;
}
.team .team-cont .cont-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0.5rem;
  background: #fff;
}
.team .team-cont .cont-top .top-left {
  width: 50%;
  height: auto;
  padding: 0.98rem 1rem 0 0.6rem;
}
.team .team-cont .cont-top .top-left span {
  display: block;
  width: 0.8rem;
  height: 5px;
  margin-bottom: 0.5rem;
  background: #d1242c;
}
.team .team-cont .cont-top .top-left .left-title {
  margin-bottom: 0.4rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #333;
}
.team .team-cont .cont-top .top-left .left-text {
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.team .team-cont .cont-top .top-right {
  width: 50%;
  height: auto;
}
.team .team-cont .cont-top .top-right img {
  width: 100%;
}
.team .team-cont .cont-box {
  width: 100%;
  height: auto;
}
.team .team-cont .cont-box .box-title {
  margin-bottom: 0.5rem;
  font-size: 0.3rem;
  font-weight: bold;
  color: #000;
}
.team .team-cont .cont-box .box-cent {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-bottom: 0.2rem;
}
.team .team-cont .cont-box .box-cent .cent-list {
  display: flex;
  justify-content: space-between;
  width: calc(50% - 0.22rem);
  height: auto;
  margin-bottom: 0.5rem;
  background: #fff;
}
.team .team-cont .cont-box .box-cent .cent-list .list-left {
  width: 3.42rem;
  overflow: hidden;
}
.team .team-cont .cont-box .box-cent .cent-list .list-left img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.team .team-cont .cont-box .box-cent .cent-list .list-right {
  width: 4.76rem;
  height: auto;
  padding: 0.9rem 0.5rem 0 0.5rem;
}
.team .team-cont .cont-box .box-cent .cent-list .list-right .right-pingyin {
  font-family: '庞门正道标题体';
  font-size: 0.56rem;
  font-style: italic;
  color: rgba(0, 0, 0, 0.1);
}
.team .team-cont .cont-box .box-cent .cent-list .list-right .right-nema {
  margin-top: -0.36rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #333;
}
.team .team-cont .cont-box .box-cent .cent-list .list-right span {
  display: block;
  width: 0.4rem;
  height: 2px;
  margin: 0.2rem 0;
  background: #d1242c;
}
.team .team-cont .cont-box .box-cent .cent-list .list-right .right-biaq {
  font-size: 20px;
  line-height: 42px;
  color: #666;
}
.team .team-cont .cont-box .box-cent .cent-list .list-right .right-text {
  margin-top: 0.3rem;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.team .team-cont .cont-box .box-cent .cent-list: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));
}
.brand {
  width: 100%;
  padding: 0.8rem 0;
  background: #f6f6f6;
}
.brand .brand-cont {
  width: 16.8rem;
  margin: 0 auto;
}
.brand .brand-cont .cont-text {
  font-size: 12px;
  text-align: center;
  color: #333;
}
.brand .brand-cont .web {
  display: none;
}
.brand .brand-cont .cont-box {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.brand .brand-cont .cont-box .box-cent1 {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding: 0 1.2rem;
}
.brand .brand-cont .cont-box .box-cent1 .cent-list1 {
  width: calc(17% - 0.27rem);
  height: auto;
}
.brand .brand-cont .cont-box .box-cent2 {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.brand .brand-cont .cont-box .box-cent2 .cent-list2 {
  width: calc(14.51% - 0.27rem);
  height: auto;
}
.brand .brand-cont .cont-box .cent-list1,
.brand .brand-cont .cont-box .cent-list2 {
  display: inline-block;
  margin-right: 0.27rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.brand .brand-cont .cont-box .cent-list1 img,
.brand .brand-cont .cont-box .cent-list2 img {
  width: 100%;
}
.brand .brand-cont .cont-box .cent-list1:last-of-type,
.brand .brand-cont .cont-box .cent-list2:last-of-type {
  margin-right: 0;
}
.brand .brand-cont .cont-box .cent-list1:hover,
.brand .brand-cont .cont-box .cent-list2:hover {
  transform: translatey(-12px);
  -o-transform: translatey(-12px);
  -moz-transform: translatey(-12px);
  -webkit-transform: translatey(-12px);
}
.brand .brand-cont .cont-box .mt {
  margin-top: -0.32rem;
}
.download {
  width: 100%;
  padding: 0.8rem 0;
  background: #f6f6f6;
}
.download .download-cont {
  width: 16.8rem;
  margin: 0 auto;
}
.download .download-cont .cont-top {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  border-bottom: solid 1px #dddddd;
}
.download .download-cont .cont-top span {
  position: relative;
  display: inline-block;
  width: auto;
  margin-right: 0.45rem;
  padding-bottom: 0.26rem;
  font-size: 0.24rem;
  color: #666;
  cursor: pointer;
}
.download .download-cont .cont-top span::after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.download .download-cont .cont-top .span-active {
  position: relative;
  font-weight: bold;
  color: #333333;
}
.download .download-cont .cont-top .span-active::after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #d1242c;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.download .download-cont .cont-box {
  position: relative;
  width: 100%;
  height: auto;
}
.download .download-cont .cont-box .box-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.download .download-cont .cont-box .box-cent .cent-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 0.9rem;
  margin-top: 0.3rem;
  padding: 0 0.3rem 0 0.36rem;
  background: #fff;
  box-shadow: 0 0 0.3rem rgba(230, 224, 214, 0.2);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.download .download-cont .cont-box .box-cent .cent-list .list-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width:auto;
}
.download .download-cont .cont-box .box-cent .cent-list .list-left .left-icon {
  position: relative;
  width: 0.6rem;
  height: 100%;
}
.download .download-cont .cont-box .box-cent .cent-list .list-left .left-icon img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.27rem;
  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;
}
.download .download-cont .cont-box .box-cent .cent-list .list-left .left-icon .icon2 {
  opacity: 0;
}
.download .download-cont .cont-box .box-cent .cent-list .list-left .left-title {
  width: calc(100% - 0.6rem);
  height: auto;
  font-size: 16px;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.download .download-cont .cont-box .box-cent .cent-list .list-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 100%;
}
.download .download-cont .cont-box .box-cent .cent-list .list-right .right-text {
  margin:5px;
  width: auto;
  height: auto;
  font-size: 14px;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.download .download-cont .cont-box .box-cent .cent-list .list-right .right-icon {
  position: relative;
  width: 18px;
  height: 100%;
}
.download .download-cont .cont-box .box-cent .cent-list .list-right .right-icon img {
  position: absolute;
  top: 50%;
  right: 0;
  width: 18px;
  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;
}
.download .download-cont .cont-box .box-cent .cent-list .list-right .right-icon .pic-iocn2 {
  opacity: 0;
}
.download .download-cont .cont-box .box-cent .cent-list:hover {
  background: #d1242c;
}
.download .download-cont .cont-box .box-cent .cent-list:hover .icon2,
.download .download-cont .cont-box .box-cent .cent-list:hover .pic-iocn2 {
  opacity: 1 !important;
}
.download .download-cont .cont-box .box-cent .cent-list:hover .icon1,
.download .download-cont .cont-box .box-cent .cent-list:hover .pic-iocn1 {
  opacity: 0 !important;
}
.download .download-cont .cont-box .box-cent .cent-list:hover .left-title,
.download .download-cont .cont-box .box-cent .cent-list:hover .right-text {
  color: #fff !important;
}
.download .download-cont .cont-box .box-cent-active {
  opacity: 1;
  visibility: visible;
  transition: all 2.5s;
  -o-transition: all 2.5s;
  -moz-transition: all 2.5s;
  -webkit-transition: all 2.5s;
}
.recruit {
  width: 100%;
  padding: 0.8rem 0;
  background: #f6f6f6;
}
.recruit .recruit-cont {
  width: 16.8rem;
  margin: 0 auto;
}
.recruit .recruit-cont .cont-text {
  font-size: 12px;
  text-align: center;
  color: #333;
}
.recruit .recruit-cont .recruit-list {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  padding-bottom: 0.85rem;
}
.recruit .recruit-cont .recruit-list .list-dd {
  width: 100%;
  height: auto;
  margin-bottom: 0.3rem;
}
.recruit .recruit-cont .recruit-list .list-dd .dd-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 1.2rem;
  line-height: 1.2rem;
  font-size: 20px;
  background: #fff;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-cont .recruit-list .list-dd .dd-top .dd-title {
  width: 8.3rem;
  padding-left: 0.5rem;
  font-size: 20px;
  font-weight: bold;
  color: #252525;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-cont .recruit-list .list-dd .dd-top .dd-show {
  width: 1.42rem;
  height: 1.2rem;
  background: url(../images/icon/icon-jiahao.png) no-repeat center center;
  background-size: 34px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-cont .recruit-list .list-dd .top-active {
  background: #d1242c;
}
.recruit .recruit-cont .recruit-list .list-dd .top-active .dd-title {
  color: #fff;
}
.recruit .recruit-cont .recruit-list .list-dd .top-active .dd-show {
  background: url(../images/icon/icon-jianhao.png) no-repeat center center !important;
  background-size: 34px;
}
.recruit .recruit-cont .recruit-list .list-dd .dd-cent {
  display: none;
  width: 100%;
  padding: 0.5rem;
  background: #fff;
}
.recruit .recruit-cont .recruit-list .list-dd .dd-cent .cent-duty {
  width: 100%;
}
.recruit .recruit-cont .recruit-list .list-dd .dd-cent .cent-duty .duty-title {
  width: 100%;
  padding-bottom: 0.1rem;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.recruit .recruit-cont .recruit-list .list-dd .dd-cent .cent-duty .duty-text {
  width: 100%;
  padding-bottom: 0.36rem;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
.recruit .recruit-cont .recruit-list .list-dd .dd-cent .cent-duty .cent-buttom {
  display: inline-block;
  width: 1.5rem;
  height: 0.5rem;
  font-size: 16px;
  text-align: center;
  line-height: 0.5rem;
  color: #fff;
  border-radius: 0.25rem;
  background: linear-gradient(to left, #d1242c, #ff0000);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-cont .recruit-list .list-dd .dd-cent .cent-duty .cent-buttom .buttom-icon {
  width: 17px;
}
.recruit .recruit-cont .recruit-list .list-dd .dd-cent .cent-duty .cent-buttom:hover {
  transform: translatey(-10px);
  -o-transform: translatey(-10px);
  -moz-transform: translatey(-10px);
  -webkit-transform: translatey(-10px);
}
.solution {
  width: 100%;
  padding: 0.8rem 0 0.7rem;
  background: #f6f6f6;
}
.solution .solution-cont {
  width: 16.8rem;
  margin: 0 auto;
}
.solution .solution-cont .cont-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.solution .solution-cont .cont-box .box-list {
  position: relative;
  width: calc(25% - 0.3rem);
  height: 3.32rem;
  margin-left: 0.3rem;
  margin-bottom: 0.6rem;
  overflow: hidden;
}
.solution .solution-cont .cont-box .box-list img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-cont .cont-box .box-list .list-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.7rem;
  font-size: 16px;
  line-height: 0.7rem;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.45);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-cont .cont-box .box-list:nth-child(4n + 1) {
  margin-left: 0;
}
.solution .solution-cont .cont-box .box-list: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));
}
.solution .solution-cont .cont-box .box-list:hover .list-title {
  background: rgba(0, 0, 0, 0.65);
}
.contact {
  width: 100%;
  padding: 0.8rem 0;
  background: #f6f6f6;
}
.contact .form-cont {
  width: 16.8rem;
  margin: 0 auto 0.6rem;
}
.contact .form-cont .cont-text {
  font-size: 12px;
  text-align: center;
  color: #333;
}
.contact .form-cont .cont-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  padding: 0.8rem 0.6rem 0.6rem;
  background: #fff;
}
.contact .form-cont .cont-box input,
.contact .form-cont .cont-box textarea,
.contact .form-cont .cont-box .box-code {
  height: 0.7rem;
  padding: 0 0.3rem;
  margin-bottom: 0.4rem;
  font-family: '微软雅黑';
  font-size: 16px;
  color: #999999;
  background: #edf1f4;
  border-radius: 6px;
}
.contact .form-cont .cont-box input::placeholder,
.contact .form-cont .cont-box textarea::placeholder,
.contact .form-cont .cont-box .box-code::placeholder {
  font-family: '微软雅黑';
  font-size: 16px;
  color: #999999;
}
.contact .form-cont .cont-box .box-input1 {
  width: calc(50% - 0.3rem);
}
.contact .form-cont .cont-box .box-input2 {
  width: 100%;
}
.contact .form-cont .cont-box .box-input3 {
  width: calc(100% - 4rem);
}
.contact .form-cont .cont-box .box-textarea {
  width: 100%;
  height: 1.8rem;
  padding-top: 0.3rem;
}
.contact .form-cont .cont-box .box-code {
  width: 3.2rem;
  text-align: center;
  line-height: 0.7rem;
  border: solid 1px #dedede;
}
.contact .form-cont .cont-box .box-code img {
  width: 0.95rem;
}
.contact .form-cont .cont-box .box-cent {
  width: 100%;
}
.contact .form-cont .cont-box .box-bottom {
  display: block;
  width: 2.65rem;
  height: 0.7rem;
  margin: 0.2rem auto 0;
  font-size: 16px;
  text-align: center;
  line-height: 0.7rem;
  color: #fff;
  background: #e60012;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact .form-cont .cont-box .box-bottom:hover {
  transform: translatey(-10px);
  -o-transform: translatey(-10px);
  -moz-transform: translatey(-10px);
  -webkit-transform: translatey(-10px);
}
.contact .contact-cont {
  width: 16.8rem;
  margin: 0 auto;
}
.contact .contact-cont .cont-box {
  width: 100%;
  height: auto;
}
.contact .contact-cont .cont-box .box-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  background: #fff;
  overflow: hidden;
}
.contact .contact-cont .cont-box .box-list .list-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.contact .contact-cont .cont-box .box-list .list-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact .contact-cont .cont-box .box-list .pic1 {
  display: none;
}
.contact .contact-cont .cont-box .box-list .list-cent {
  position: relative;
  width: 50%;
  height: auto;
}
.contact .contact-cont .cont-box .box-list .list-cent .cent-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3.42rem;
}
.contact .contact-cont .cont-box .box-list .list-cent .cent-bg img {
  width: 100%;
}
.contact .contact-cont .cont-box .box-list .list-cent .cent-box {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0 0.6rem;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.contact .contact-cont .cont-box .box-list .list-cent .cent-box .box-title {
  font-size: 0.3rem;
  font-weight: bold;
  color: #333;
}
.contact .contact-cont .cont-box .box-list .list-cent .cent-box .box-dizhi {
  margin: 0.25rem 0 0.05rem;
  font-size: 16px;
  line-height: 0.5rem;
  color: #333;
}
.contact .contact-cont .cont-box .box-list .list-cent .cent-box .box-phone {
  position: relative;
  padding-left: 0.35rem;
  font-size: 16px;
  line-height: 0.5rem;
  color: #333;
}
.contact .contact-cont .cont-box .box-list .list-cent .cent-box .box-phone em {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
}
.contact .contact-cont .cont-box .box-list .list-cent .cent-box .box-phone em img {
  width: 100%;
}
.contact .contact-cont .cont-box .box-list .list-cent .cent-box .box-phone span {
  display: inline-block;
  margin-left: 0.4rem;
}
.contact .contact-cont .cont-box .box-list .list-cent .cent-box .box-English {
  margin-top: 0.2rem;
  font-size: 0.3rem;
  font-weight: bold;
  color: #333;
}
.contact .contact-cont .cont-box .box-list:hover .list-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));
}
.culture {
  width: 100%;
  padding: 0.8rem 0;
  background: #f6f6f6;
}
.culture .culture-cont {
  width: 16.8rem;
  margin: 0 auto;
}
.culture .culture-cont .cont-text {
  width: 9.64rem;
  margin: 0 auto 0.5rem;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  color: #333;
}
.culture .culture-cont .cont-box {
  width: 100%;
  height: auto;
}
.culture .culture-cont .cont-box .box-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-bottom: 0.6rem;
  background: #fff;
  overflow: hidden;
}
.culture .culture-cont .cont-box .box-list .list-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.culture .culture-cont .cont-box .box-list .list-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.culture .culture-cont .cont-box .box-list .pic1 {
  display: none;
}
.culture .culture-cont .cont-box .box-list .list-cent {
  position: relative;
  width: 50%;
  height: auto;
}
.culture .culture-cont .cont-box .box-list .list-cent .cent-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3.42rem;
}
.culture .culture-cont .cont-box .box-list .list-cent .cent-bg img {
  width: 100%;
}
.culture .culture-cont .cont-box .box-list .list-cent .cent-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6.5rem;
  height: auto;
  padding: 0 0.6rem;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.culture .culture-cont .cont-box .box-list .list-cent .cent-box .box-icon {
  width: 60px;
  margin: 0 auto;
}
.culture .culture-cont .cont-box .box-list .list-cent .cent-box .box-icon img {
  width: 100%;
}
.culture .culture-cont .cont-box .box-list .list-cent .cent-box .box-title {
  margin-top: 0.4rem;
  font-size: 0.3rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.culture .culture-cont .cont-box .box-list .list-cent .cent-box .box-heng {
  display: block;
  width: 40px;
  height: 2px;
  margin: 0.4rem auto;
  background: #d1242c;
}
.culture .culture-cont .cont-box .box-list .list-cent .cent-box .box-text {
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #333;
}
.culture .culture-cont .cont-box .box-list:hover .list-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));
}
.culture .culture-banner {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 0.6rem;
}
.culture .culture-banner .banner-bg {
  width: 100%;
}
.culture .culture-banner .banner-bg img {
  width: 100%;
}
.culture .culture-banner .banner-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-top: 0.7rem;
}
.culture .culture-banner .banner-box .box-title {
  font-size: 0.3rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.culture .culture-banner .banner-box .box-heng {
  display: block;
  width: 40px;
  height: 2px;
  margin: 0.4rem auto 0.6rem;
  background: #d1242c;
}
.culture .culture-banner .banner-box .box-cent {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 0 2.4rem;
}
.culture .culture-banner .banner-box .box-cent .cent-list {
  width: auto;
  height: auto;
}
.culture .culture-banner .banner-box .box-cent .cent-list .list-icon {
  width: 1.5rem;
  height: auto;
  margin: 0 auto;
}
.culture .culture-banner .banner-box .box-cent .cent-list .list-icon img {
  width: 100%;
}
.culture .culture-banner .banner-box .box-cent .cent-list .list-title {
  margin-top: 0.3rem;
  font-size: 20px;
  text-align: center;
  color: #fff;
}
.culture .culture-banner .banner-box .box-cent .cent-list .list-text {
  margin-top: 0.15rem;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
.video {
  width: 100%;
  padding: 0.8rem 0;
  background: #f6f6f6;
}
.video .video-cont {
  position: relative;
  width: 16.8rem;
  margin: 0 auto;
}
.video .video-cont .cont-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  padding: 0.8rem 0.6rem;
}
.video .video-cont .cont-box .box-list {
  width: calc(50% - 0.3rem);
  height: auto;
  margin-bottom: 0.5rem;
  border: solid 1px #ededed;
  background: #fff;
}
.video .video-cont .cont-box .box-list .list-pic {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.video .video-cont .cont-box .box-list .list-pic .img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video .video-cont .cont-box .box-list .list-pic .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.88rem;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.video .video-cont .cont-box .box-list .list-pic .icon-play img {
  width: 100%;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.video .video-cont .cont-box .box-list .list-pic .icon-play:hover img {
  transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.video .video-cont .cont-box .box-list .list-text {
  width: 100%;
  height: 1rem;
  font-size: 16px;
  line-height: 1rem;
  text-align: center;
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video .video-cont .cont-box .box-list: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));
}
.video .video-cont .cont-box .box-list:hover .list-text {
  color: #d1242c;
}
.video .video-cont .video-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video .video-cont .cont-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 13.72rem;
  height: auto;
  background: #000;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  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;
}
.video .video-cont .cont-popup .popup-icon {
  position: absolute;
  top: -50px;
  right: -10px;
  width: 30px;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video .video-cont .cont-popup .popup-icon:hover {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.video .video-cont .cont-popup video {
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.form {
  width: 100%;
  padding: 0.8rem 0;
  background: #f6f6f6;
}
.form .form-cont {
  width: 16.8rem;
  margin: 0 auto;
}
.form .form-cont .cont-text {
  font-size: 12px;
  text-align: center;
  color: #333;
}
.form .form-cont .cont-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  padding: 0.8rem 0.6rem 0.6rem;
  background: #fff;
}
.form .form-cont .cont-box input,
.form .form-cont .cont-box textarea,
.form .form-cont .cont-box .box-code {
  height: 0.7rem;
  padding: 0 0.3rem;
  margin-bottom: 0.4rem;
  font-family: '微软雅黑';
  font-size: 16px;
  color: #999999;
  background: #edf1f4;
  border-radius: 6px;
}
.form .form-cont .cont-box input::placeholder,
.form .form-cont .cont-box textarea::placeholder,
.form .form-cont .cont-box .box-code::placeholder {
  font-family: '微软雅黑';
  font-size: 16px;
  color: #999999;
}
.form .form-cont .cont-box .box-input1 {
  width: calc(50% - 0.3rem);
}
.form .form-cont .cont-box .box-input2 {
  width: 100%;
}
.form .form-cont .cont-box .box-input3 {
  width: calc(100% - 4rem);
}
.form .form-cont .cont-box .box-textarea {
  width: 100%;
  height: 1.8rem;
  padding-top: 0.3rem;
}
.form .form-cont .cont-box .box-code {
  width: 3.2rem;
  text-align: center;
  line-height: 0.7rem;
  border: solid 1px #dedede;
}
.form .form-cont .cont-box .box-code img {
  width: 0.95rem;
}
.form .form-cont .cont-box .box-cent {
  width: 100%;
}
.form .form-cont .cont-box .box-bottom {
  display: block;
  width: 2.65rem;
  height: 0.7rem;
  margin: 0.2rem auto 0;
  font-size: 16px;
  text-align: center;
  line-height: 0.7rem;
  color: #fff;
  background: #e60012;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.form .form-cont .cont-box .box-bottom:hover {
  transform: translatey(-10px);
  -o-transform: translatey(-10px);
  -moz-transform: translatey(-10px);
  -webkit-transform: translatey(-10px);
}
.news {
  width: 100%;
  padding: 0.8rem 0;
  background: #f6f6f6;
}
.news .news-cont {
  width: 16.8rem;
  margin: 0 auto;
}
.news .news-cont .cont-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.news .news-cont .cont-box .box-list {
  width: calc(25% - 0.3rem);
  height: 5.52rem;
  margin-bottom: 0.6rem;
  margin-left: 0.4rem;
}
.news .news-cont .cont-box .box-list:nth-child(4n + 1) {
  margin-left: 0;
}
.news .news-cont .cont-box .box-list .list-cent {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-bottom-right-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-cont .cont-box .box-list .list-cent .cent-pic {
  position: relative;
  width: 100%;
  height: 2.6rem;
  border-top-left-radius: 0.2rem;
  overflow: hidden;
}
.news .news-cont .cont-box .box-list .list-cent .cent-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-cont .cont-box .box-list .list-cent .cent-bottom {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 0.3rem;
  font-size: 16px;
}
.news .news-cont .cont-box .box-list .list-cent .cent-bottom .buttom-time {
  margin-top: 0.32rem;
  font-size: 16px;
  color: #999;
}
.news .news-cont .cont-box .box-list .list-cent .cent-bottom .buttom-title {
  margin-top: 0.24rem;
  font-size: 18px;
  line-height: 30px;
  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-cont .cont-box .box-list .list-cent .cent-bottom .buttom-text {
  margin-top: 0.24rem;
  font-size: 16px;
  line-height: 24px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .news-cont .cont-box .box-list:hover .list-cent .cent-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.news .news-cont .cont-box .box-list:hover .list-cent .cent-bottom .buttom-title {
  color: #d1242c;
}
.news .news-cont .pt {
  padding-top: 0;
}
.newsDetails {
  width: 100%;
  padding: 0.8rem 0;
  background: #f6f6f6;
}
.newsDetails .newsDetails-cont {
  width: 16.8rem;
  margin: 0 auto;
}
.newsDetails .newsDetails-cont .cont-box {
  width: 100%;
  height: auto;
  padding: 0.6rem 1.2rem;
  background: #fff;
}
.newsDetails .newsDetails-cont .cont-box .box-title {
  font-size: 0.26rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.newsDetails .newsDetails-cont .cont-box .box-time {
  margin-top: 0.12rem;
  font-size: 16px;
  text-align: center;
  color: #999;
}
.newsDetails .newsDetails-cont .cont-box .box-cent {
  width: 100%;
  height: auto;
  margin: 0.6rem 0;
  padding: 0.6rem 0;
  border-top: solid 1px #e8e8e8;
  border-bottom: solid 1px #e8e8e8;
}
.newsDetails .newsDetails-cont .cont-box .box-cent .cent-text,
.newsDetails .newsDetails-cont .cont-box .box-cent .cent-text2 {
  margin-bottom: 0.36rem;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.newsDetails .newsDetails-cont .cont-box .box-cent .cent-text2 {
  text-align: center;
  color: #333;
}
.newsDetails .newsDetails-cont .cont-box .box-cent .cent-pic1 {
  width: 12rem;
  margin: 0 auto 0.5rem;
}
.newsDetails .newsDetails-cont .cont-box .box-cent .cent-pic1 img {
  width: 100%;
}
.newsDetails .newsDetails-cont .cont-box .box-cent .cent-pic {
  width: 100%;
  margin: 0 auto 0.5rem;
}
.newsDetails .newsDetails-cont .cont-box .box-cent .cent-pic img {
  width: 100%;
}
.newsDetails .newsDetails-cont .cont-box .box-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.newsDetails .newsDetails-cont .cont-box .box-bottom .bottom-left {
  width: calc(100% - 1.8rem);
  height: auto;
}
.newsDetails .newsDetails-cont .cont-box .box-bottom .bottom-left .left-ttile {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 28px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsDetails .newsDetails-cont .cont-box .box-bottom .bottom-left .left-ttile:hover {
  text-decoration: underline;
  color: #d1242c;
}
.newsDetails .newsDetails-cont .cont-box .box-bottom .bottom-right {
  width: 1.45rem;
  height: auto;
}
.newsDetails .newsDetails-cont .cont-box .box-bottom .bottom-right .right-buttom {
  display: inline-block;
  width: 100%;
  height: 0.5rem;
  font-size: 16px;
  text-align: center;
  line-height: 0.5rem;
  color: #fff;
  background: #d1242c;
  border-radius: 0.25rem;
}
.newsDetails .newsDetails-cont .cont-box .box-bottom .bottom-right .right-buttom img {
  width: 14px;
  margin-top: -0.03rem;
  margin-left: 0.14rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetails .newsDetails-cont .cont-box .box-bottom .bottom-right .right-buttom:hover img {
  transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.honor {
  width: 100%;
  padding: 0.8rem 0;
  background: #f6f6f6;
}
.honor .honor-cont {
  width: 16.8rem;
  margin: 0 auto;
}
.honor .honor-cont .cont-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.honor .honor-cont .cont-box .box-list {
  width: calc(33.33% - 0.33rem);
  height: 5.9rem;
  margin-left: 0.45rem;
  margin-bottom: 0.9rem;
  cursor: pointer;
}
.honor .honor-cont .cont-box .box-list:nth-child(3n + 1) {
  margin-left: 0;
}
.honor .honor-cont .cont-box .box-list .list-cent {
  width: 100%;
  height: 100%;
  padding: 0.55rem 1rem 0;
  background: #e9e9e9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor .honor-cont .cont-box .box-list .list-pic {
  width: 100%;
  height: 4.15rem;
  line-height: 4.15rem;
  background: #dedede;
  overflow: hidden;
}
.honor .honor-cont .cont-box .box-list .list-pic img {
  width: 100%;
}
.honor .honor-cont .cont-box .box-list .list-title {
  margin-top: 0.4rem;
  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;
}
.honor .honor-cont .cont-box .box-list:hover .list-cent {
  transform: translatey(-15px);
  -o-transform: translatey(-15px);
  -moz-transform: translatey(-15px);
  -webkit-transform: translatey(-15px);
}
.honor .honor-cont .cont-box .box-list:hover .list-title {
  color: #d1242c;
}
.honor .honor-cont .pt {
  padding-top: 0;
}
.honor .honor-cont .cont-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 199;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor .honor-cont .cont-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 8.5rem;
  height: auto;
  padding: 0.6rem 1.4rem;
  background: #fff;
  z-index: 299;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.honor .honor-cont .cont-popup .popup-title {
  margin-top: 0.3rem;
  font-size: 0.28rem;
  text-align: center;
  color: #333;
}
.honor .honor-cont .cont-popup .popup-see {
  width: 100%;
}
.honor .honor-cont .cont-popup .popup-icon {
  position: absolute;
  top: 0.2rem;
  right: 0.5rem;
  width: 0.6rem;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor .honor-cont .cont-popup .popup-icon:hover {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.cont-title {
  font-size: 0.3rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.cont-heng {
  display: block;
  width: 0.5rem;
  height: 2px;
  margin: 0.2rem auto;
  background: #d1242c;
}
.cont-English {
  margin-bottom: 0.6rem;
  font-size: 0.24rem;
  font-weight: bold;
  text-align: center;
  color: #b7b7b7;
}
.page-number2 {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 0.8rem;
}
.page-number2 .but-active {
  background: #d1242c !important;
  border: solid 1px #d1242c !important;
  color: #fff !important;
}
.page-number2 .but-box {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 22px;
  font-size: 14px;
  text-align: center;
  line-height: 50px;
  color: #333333;
  background: #ffffff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-number2 .but-box .but-left,
.page-number2 .but-box .but-right {
  display: inline-block;
  width: 50px;
  height: 50px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-number2 .but-box .but-left {
  background: url(../images/icon/icon-bottom-left.png) no-repeat center;
  background-size: 9px 15px;
}
.page-number2 .but-box .but-right {
  background: url(../images/icon/icon-bottom-right.png) no-repeat center;
  background-size: 9px 15px;
}
.page-number2 .but-box:hover {
  color: #fff;
  background: #d1242c;
}
.page-number2 .but-box:hover .but-left {
  background: url(../images/icon/icon-bottom-left-on.png) no-repeat center;
  background-size: 9px 15px;
}
.page-number2 .but-box:hover .but-right {
  background: url(../images/icon/icon-bottom-right-on.png) no-repeat center;
  background-size: 9px 15px;
}
.page-number {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 0.8rem;
}
.page-number .but-active {
  background: #d1242c !important;
  border: solid 1px #d1242c !important;
  color: #fff !important;
}
.page-number .bor {
  border: none !important;
}
.page-number .but-box {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 22px;
  font-size: 14px;
  text-align: center;
  line-height: 50px;
  color: #333333;
  background: #ffffff;
  border: solid 1px #d0d0d0;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  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: 50px;
  height: 50px;
  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-bottom-left.png) no-repeat center;
  background-size: 9px 15px;
}
.page-number .but-box .but-right {
  background: url(../images/icon/icon-bottom-right.png) no-repeat center;
  background-size: 9px 15px;
}
.page-number .but-box:hover {
  color: #fff;
  background: #d1242c;
  border: solid 1px #d1242c;
}
.page-number .but-box:hover .but-left {
  background: url(../images/icon/icon-bottom-left-on.png) no-repeat center;
  background-size: 9px 15px;
}
.page-number .but-box:hover .but-right {
  background: url(../images/icon/icon-bottom-right-on.png) no-repeat center;
  background-size: 9px 15px;
}
.Wpage-number {
  display: none;
}
.web-none {
  display: none;
}
