.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@font-face {
  font-family: 'gilroy-bold';
  src: url(/font/gilroy-bold-4.otf);
}
@font-face {
  font-family: 'Gilroy-Thin';
  src: url(/font/Gilroy-Thin-13.otf);
}
@font-face {
  font-family: 'Gilroy-Light';
  src: url(/font/Gilroy-Light-11.otf);
}
.head {
  position: relative;
  width: 100%;
  height: auto;
}
.head .head-top {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  padding: 0 1rem;
  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 .head-logo {
  position: relative;
  width: 1.7rem;
  height: auto;
}
.head .head-top .head-logo .head-pic {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
/*.head .head-top .head-logo .pic-active {
  opacity: 0;
}*/
.head .head-top .head-right {
  display: flex;
  justify-content: space-between;
  width: 910px;
}
.head .head-top .head-right .head-nav {
  width: 860px;
  height: auto;
  color: #fff;
}
.head .head-top .head-right .head-nav .nav-ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
    .head .head-top .head-right .head-nav .nav-ul .nav-li {
        position: relative;
        width: auto;
        /*padding-right: 52px;*/
        /*  padding-right: 30px;*/
    }
.head .head-top .head-right .head-nav .nav-ul .nav-li .li-title {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 80px;
  color: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-top .head-right .head-nav .nav-ul .nav-li .nav-list {
  position: absolute;
  top: 80px;
  left: -52px;
  width: calc(100% + 90px);
  height: auto;
  padding: 20px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-top .head-right .head-nav .nav-ul .nav-li .nav-list .list-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #666;
}
.head .head-top .head-right .head-nav .nav-ul .nav-li .nav-list .list-text:last-child {
  margin-bottom: 0;
}
.head .head-top .head-right .head-nav .nav-ul .nav-li .nav-list .list-text:hover {
  color: #d82228;
  text-decoration: underline;
}
.head .head-top .head-right .head-nav .nav-ul .nav-li:hover .nav-list {
  opacity: 1;
  visibility: visible;
}
.head .head-top .head-right .head-nav .nav-ul .nav-li:hover .li-title {
  color: #d82228;
}
.head .head-top .head-right .head-search {
  position: relative;
  width: 18px;
}
.head .head-top .head-right .head-search .search-pic {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.head .head-top .head-right .head-search .search-pic2,
.head .head-top .head-right .head-search .search-pic3 {
  opacity: 0;
}
.head .head-top .head-right .head-search .head-input {
  position: absolute;
  top: 50%;
  right: -18px;
  width: 240px;
  height: 40px;
  padding: 0 0.55rem 0 0.2rem;
  font-family: 'Î¢ÈíÑÅºÚ';
  font-size: 14px;
  color: #666;
  background: #fff;
  border: solid 1px #d82228;
  border-radius: 25px;
  opacity: 0;
  visibility: hidden;
  z-index: 6;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.head .head-top .head-right .head-search .head-input input::placeholder {
  font-family: 'Î¢ÈíÑÅºÚ';
  font-size: 14px;
  color: #666;
}
.head .head-top .head-right .head-search:hover .head-input {
  opacity: 1;
  visibility: visible;
}
.head .head-top:hover {
  background: #fff;
}
.head .head-top:hover .head-pic {
  opacity: 0;
}
.head .head-top:hover .pic-active {
  opacity: 1;
}
.head .head-top:hover .search-pic {
  opacity: 0;
}
.head .head-top:hover .search-pic2 {
  opacity: 1 !important;
}
.head .head-top:hover .nav-li .li-title {
  color: #212121 !important;
}
.head .head-top:hover .nav-li .li-title:hover {
  color: #d82228 !important;
}
.head .head-top:hover .nav-li .li-title:hover::after {
  width: 100% !important;
}
.head .head-top:hover .li-active a {
  color: #d82228 !important;
}
.head .head-top:hover .li-active a::after {
  width: 100% !important;
}
.head .head-top .head-menu {
  display: none;
}
.head .head-top2 {
   position:fixed;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  padding: 0 1rem;
  z-index: 99;
  background: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-top2 .head-logo {
  position: relative;
  width: 1.7rem;
  height: auto;
}
.head .head-top2 .head-logo .head-pic {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.head .head-top2 .head-right {
  display: flex;
  justify-content: space-between;
  width: 910px;
}
.head .head-top2 .head-right .head-nav {
  width: 860px;
  height: auto;
  color: #212121;
}
.head .head-top2 .head-right .head-nav .nav-ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.head .head-top2 .head-right .head-nav .nav-ul .nav-li {
  position: relative;
  width: auto;
  padding-right:0 26px;
}
.head .head-top2 .head-right .head-nav .nav-ul .nav-li .li-title {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 80px;
  color: #212121;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-top2 .head-right .head-nav .nav-ul .nav-li .li-title:hover {
  color: #d82228 !important;
}
.head .head-top2 .head-right .head-nav .nav-ul .nav-li .nav-list {
  position: absolute;
  top: 80px;
  left: -45px;
  width: calc(100% + 90px);
  height: auto;
  padding: 20px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-top2 .head-right .head-nav .nav-ul .nav-li .nav-list .list-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #666;
}
.head .head-top2 .head-right .head-nav .nav-ul .nav-li .nav-list .list-text:last-child {
  margin-bottom: 0;
}
.head .head-top2 .head-right .head-nav .nav-ul .nav-li .nav-list .list-text:hover {
  color: #d82228;
  text-decoration: underline;
}
 .head .head-top2 .head-right .head-nav .nav-ul .nav-li .nav-list-plus {
        left: -60px;
        width: calc(100% + 120px);
  }
.head .head-top2 .head-right .head-nav .nav-ul .nav-li:hover .nav-list {
  opacity: 1;
  visibility: visible;
}
.head .head-top2 .head-right .head-nav .nav-ul .nav-li:hover .li-title {
  color: #d82228;
}
.head .head-top2 .head-right .head-search {
  position: relative;
  width: 18px;
}
.head .head-top2 .head-right .head-search .search-pic {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.head .head-top2 .head-right .head-search .search-box {
  width: 100%;
}
.head .head-top2 .head-right .head-search .search-web-box {
  display: none;
}
.head .head-top2 .head-right .head-search .head-input {
  position: absolute;
  top: 50%;
  right: -18px;
  width: 240px;
  height: 40px;
  padding: 0 0.55rem 0 0.2rem;
  font-family: 'Î¢ÈíÑÅºÚ';
  font-size: 14px;
  color: #666;
  background: #fff;
  border: solid 1px #d82228;
  border-radius: 25px;
  opacity: 0;
  visibility: hidden;
  z-index: 6;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.head .head-top2 .head-right .head-search .head-input input::placeholder {
  font-family: 'Î¢ÈíÑÅºÚ';
  font-size: 14px;
  color: #666;
}
.head .head-top2 .head-right .head-search:hover .head-input {
  opacity: 1;
  visibility: visible;
}
.head .head-top2:hover .nav-li .li-title {
  color: #212121 !important;
}
.head .head-top2:hover .nav-li .li-title:hover {
  color: #d82228 !important;
}
.head .head-top2:hover .nav-li .li-title:hover::after {
  width: 100% !important;
}
.head .head-top2:hover .li-active a {
  color: #d82228 !important;
}
.head .head-top2:hover .li-active a::after {
  width: 100% !important;
}
.head .head-top2 .head-menu {
  display: none;
}
.head .head-active {
  background: #fff;
}
.head .head-active .head-pic {
  opacity: 0;
}
.head .head-active .pic-active {
  opacity: 1 !important;
}
.head .head-active .search-pic {
  opacity: 0;
}
.head .head-active .search-pic2 {
  opacity: 1 !important;
}
.head .head-active .nav-li .li-title {
  color: #212121 !important;
}
.head .head-active .nav-li .li-title:hover {
  color: #d82228 !important;
}
.head .head-active .nav-li .li-title:hover::after {
  width: 100% !important;
}
.head .head-active .li-active a {
  color: #d82228 !important;
}
.head .head-active .li-active a::after {
  width: 100% !important;
}
.head .head-banner {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
    .head .head-banner .banner-pic {
        width: 100%;
        height: auto;
        margin-top: 80px;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: 100%;
        background-position: 0 80px;
    }

        .head .head-banner .banner-pic img {
            width: 100%;
            opacity: 0;
        }
    .head .head-banner .banner-pic {
    width:100%;
 /*   height:4.5rem;*/
    margin-top:80px;
    background-repeat:no-repeat;
    background-attachment:fixed;
    }
.head .head-banner .swiper-slide {
  position: relative;
}
.head .head-banner .swiper-slide .web-img {
  display: none;
}
.head .head-banner .swiper-slide .banner-slide1 {
  position: absolute;
  top: 34%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.head .head-banner .swiper-slide .banner-slide1 .slide1-title {
  font-size: 0.48rem;
  color: #fff;
}
.head .head-banner .swiper-slide .banner-slide1 .slide1-English {
  height: 0.9rem;
  margin-top: 0.3rem;
  font-size: 1.5rem;
  line-height: 1rem;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0), #ffffff);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.head .head-banner .swiper-slide .banner-slide2 {
  position: absolute;
  top: 50%;
  left: 2.74rem;
  width: 5.36rem;
  color: #fff;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.head .head-banner .swiper-slide .banner-slide2 .slide2-English {
  font-family: 'Gilroy-Thin';
  font-size: 0.72rem;
}
.head .head-banner .swiper-slide .banner-slide2 .slide2-English span {
  font-family: 'gilroy-bold';
}
.head .head-banner .swiper-slide .banner-slide2 .slide2-title {
  margin-top: 0.1rem;
  font-size: 0.48rem;
  line-height: 0.6rem;
}
.head .head-banner .swiper-slide .banner-slide3 {
  position: absolute;
  top: 50%;
  left: 2.74rem;
  width: 5.5rem;
  color: #fff;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.head .head-banner .swiper-slide .banner-slide3 .slide3-English {
  font-family: 'Gilroy-Light';
  font-size: 0.72rem;
}
.head .head-banner .swiper-slide .banner-slide3 .slide3-title {
  margin-top: 0.1rem;
  font-size: 0.68rem;
  line-height: 0.6rem;
}
.head .head-banner .swiper-slide .banner-slide3 .slide3-text {
  margin-top: 0.4rem;
  font-size: 0.24rem;
}
.head .head-banner .swiper-slide .banner-slide3 .slide3-link {
  display: inline-block;
  margin-top: 1.1rem;
  font-size: 16px;
  color: #fff;
}
.head .head-banner .swiper-slide .banner-slide3 .slide3-link .link-icon {
  width: 0.4rem;
  margin-left: 0.1rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-banner .swiper-slide .banner-slide3 .slide3-link:hover .link-icon {
  transform: translateX(6px);
  -o-transform: translateX(6px);
  -moz-transform: translateX(6px);
  -webkit-transform: translateX(6px);
}
.head .head-banner .banner-swiper-button-prev,
.head .head-banner .banner-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 20px;
  cursor: pointer;
  z-index: 99;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.head .head-banner .banner-swiper-button-prev .prev-icon,
.head .head-banner .banner-swiper-button-next .prev-icon,
.head .head-banner .banner-swiper-button-prev .next-icon,
.head .head-banner .banner-swiper-button-next .next-icon {
  width: 100%;
  opacity: 0.5;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-banner .banner-swiper-button-prev .prev-icon:hover,
.head .head-banner .banner-swiper-button-next .prev-icon:hover,
.head .head-banner .banner-swiper-button-prev .next-icon:hover,
.head .head-banner .banner-swiper-button-next .next-icon:hover {
  opacity: 1;
}
.head .head-banner .banner-swiper-button-prev {
  left: 1.3rem;
}
.head .head-banner .banner-swiper-button-next {
  right: 1.3rem;
}
.head .head-banner .swiper-pagination {
  bottom: 0.5rem;
}
.head .head-banner .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 12px;
  border: solid 2px #fff;
  background: none;
  opacity: 1;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-banner .swiper-pagination .swiper-pagination-bullet-active {
  position: relative;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  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-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  line-height: 80px;
  background: #fff;
  border-bottom: solid 1px #e6e6e6;
}
.head .head-bottom .bottom-nav {
  width: auto;
  height: 100%;
  padding: 0 35px;
}
.head .head-bottom .bottom-nav .nav-actve {
  font-weight: bold;
  color: #d82228 !important;
}
.head .head-bottom .bottom-nav .nav-actve em {
  width: 100% !important;
}
.head .head-bottom .bottom-nav .nav-list {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #666666;
}
.head .head-bottom .bottom-nav .nav-list em {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #d82228;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-bottom .bottom-nav .nav-list:hover {
  color: #d82228;
}
.head .head-bottom .bottom-nav .nav-list:hover em {
  width: 100%;
}
.head .Whead-search,
.head .Whead-sidebar,
.head .head-Wnav {
  display: none;
}
.foot {
    width: 100%;
    height: auto;
    padding: 0.8rem 0 0.4rem;
    background: #d5d5d5;
}
.foot .foot-top {
  display: flex;
  justify-content: space-between;
  width: 15.36rem;
  margin: 0 auto;
}
.foot .foot-top .top-left {
  width: 2.3rem;
  height: auto;
}
.foot .foot-top .top-left .left-logo {
  width: 1.6rem;
  margin-bottom: 0.5rem;
}
.foot .foot-top .top-left .left-text {
  width: 100%;
  font-size: 16px;
  color: #6d7272;
}
.foot .foot-top .top-left .left-phone {
  font-size: 0.24rem;
  color: #000;
  line-height: 0.4rem;
}
.foot .foot-top .top-left .left-font {
  margin-top: 0.16rem;
  font-size: 14px;
  line-height: 24px;
  color: #6d7272;
}
.foot .foot-top .top-right {
  display: flex;
  justify-content: space-between;
  width: 11rem;
}
.foot .foot-top .top-right .right-list {
  width: auto;
}
    .foot .foot-top .top-right .right-list .left-title2 {
        width: 1.4rem;
    }
.foot .foot-top .top-right .right-list .left-title {
  position:relative;
  margin-bottom: 0.18rem;
  font-size: 16px;
  color: #000;
  cursor:pointer;
}
    .foot .foot-top .top-right .right-list .left-title .img1 {
        width: 18px;
    }

    .foot .foot-top .top-right .right-list .left-title .img-ewm {
        position: absolute;
        top: 30px;
        right: 0;
        width: 1.4rem;
/*        opacity: 0;*/
       /* visibility: hidden;*/
     /*   transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;*/
    }
/*    .foot .foot-top .top-right .right-list .left-title:hover .img-ewm {
        opacity: 1;
        visibility: visible;
    }*/
.foot .foot-top .top-right .right-list .left-link {
  margin-bottom: 0.10rem;
  font-size: 12px;
}
.foot .foot-top .top-right .right-list .left-link a {
  color: #6d7272;
}
.foot .foot-top .top-right .right-list .left-link a:hover {
  color: #fff;
  text-decoration: underline;
}
.foot .web-bottom-right {
  display: none;
}
    .foot .foot-bottom {
        display: flex;
        justify-content: space-between;
        width: 15.36rem;
        margin: 0.4rem auto 0;
    }
.foot .foot-bottom .bottom-left {
  width: 65%;
  height: auto;
  font-size: 12px;
  color: #6d7272;
}
.foot .foot-bottom .bottom-left .left-link {
  width: 100%;
  line-height: 30px;
}
.foot .foot-bottom .bottom-left .left-link span {
  margin: 0 0.1rem;
}
.foot .foot-bottom .bottom-left .bottom-zhizi {
  width: 100%;
  line-height: 30px;
}
.foot .foot-bottom .bottom-left a {
  color: #6d7272;
}
.foot .foot-bottom .bottom-left a:hover {
  color: #fff;
  text-decoration: underline;
}
.foot .foot-bottom .bottom-right {
  display: flex;
  justify-content: flex-end;
  width: 35%;
}
.foot .foot-bottom .bottom-right .right-icon {
  display: inline-block;
  width: 0.46rem;
  height: 0.46rem;
  text-align: center;
  line-height: 0.46rem;
  border-radius: 50%;
  background: #2a2d2d;
  margin-left: 0.22rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.foot .foot-bottom .bottom-right .right-icon .icon-pic {
  width: 22px;
}
.foot .foot-bottom .bottom-right .right-icon:hover {
  transform: translatey(-10px);
  -o-transform: translatey(-10px);
  -moz-transform: translatey(-10px);
  -webkit-transform: translatey(-10px);
}
    .foot .bottom-cent {
        display: flex;
        justify-content: space-between;
        width: 15.36rem;
        height: auto;
        margin: 0 auto;
        font-size: 12px;
    }

        .foot .bottom-cent .left-link {
            display: inline-block;
            width: 40%;
            line-height: 30px;
            text-align: right;
        }

            .foot .bottom-cent .left-link span {
                margin: 0 0.1rem;
            }

        .foot .bottom-cent .bottom-zhizi {
            display: inline-block;
            width: 60%;
            line-height: 30px;
        }

        .foot .bottom-cent .left-link-web {
            display: none;
        }

        .foot .bottom-cent a {
            color: #6d7272;
        }

            .foot .bottom-cent a:hover {
                color: #fff;
                text-decoration: underline;
            }

.container {
  position: relative;
  max-width: 1920px;
  width: 100%;
  height: auto;
  padding: 1.2rem 0 0;
  overflow: hidden;
}
.container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 1.5rem;
  background: url(/images/bg1.png) no-repeat left top;
  background-size: 4.3rem;
  opacity: 0.4;
}
.container .cont-box {
  width: 100%;
  height: auto;
  background: url(/images/bg2.png) no-repeat left 500px;
}
.container .cont-box .cont-plate1 {
  display: flex;
  justify-content: space-between;
  width: 13.72rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-box .cont-plate1 .plate1-left {
  width: 50%;
  padding-right: 1.5rem;
}
.container .cont-box .cont-plate1 .plate1-left .left-font {
  margin-top: 0.8rem;
  font-size: 0.24rem;
  color: #666;
}
.container .cont-box .cont-plate1 .plate1-left .left-title {
  margin: 0.16rem 0 0.5rem;
  font-size: 0.48rem;
  line-height: 0.6rem;
  color: #000;
}
.container .cont-box .cont-plate1 .plate1-left .left-title span {
  font-weight: bold;
}
.container .cont-box .cont-plate1 .plate1-left .left-text {
  width: 100%;
  margin-bottom: 0.4rem;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.container .cont-box .cont-plate1 .plate1-left .left-link {
  padding-top: 0.5rem;
  font-size: 16px;
  color: #666;
}
.container .cont-box .cont-plate1 .plate1-left .left-link a {
  color: #666;
}
.container .cont-box .cont-plate1 .plate1-left .left-link a .link-icon {
  width: 0.4rem;
  margin-left: 0.1rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-box .cont-plate1 .plate1-left .left-link a:hover .link-icon {
  transform: translateX(6px);
  -o-transform: translateX(6px);
  -moz-transform: translateX(6px);
  -webkit-transform: translateX(6px);
}
.container .cont-box .cont-plate1 .plate1-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
}
.container .cont-box .cont-plate1 .plate1-right .right-box {
  width: calc(50% - 0.11rem);
  height: auto;
}
.container .cont-box .cont-plate1 .plate1-right .right-box .mt {
  margin-top: 0.2rem;
}
.container .cont-box .cont-plate1 .plate1-right .right-box .box-cent {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.container .cont-box .cont-plate1 .plate1-right .right-box .box-cent .img {
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-box .cont-plate1 .plate1-right .right-box .box-cent .cent-icon {
  position: absolute;
  top: 0.4rem;
  left: 0.45rem;
  width: 0.44rem;
}
.container .cont-box .cont-plate1 .plate1-right .right-box .box-cent .cent-text {
  position: absolute;
  bottom: 0.45rem;
  left: 0.45rem;
  width: 2.4rem;
  color: #fff;
}
.container .cont-box .cont-plate1 .plate1-right .right-box .box-cent .cent-text .text-title {
  font-size: 24px;
}
.container .cont-box .cont-plate1 .plate1-right .right-box .box-cent .cent-text .text-font {
  margin-top: 0.14rem;
  font-size: 16px;
  line-height: 24px;
}
.container .cont-box .cont-plate1 .plate1-right .right-box .box-cent: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-box .cont-plate2 {
  width: 100%;
  height: auto;
  margin-top: 1.4rem;
}
.container .cont-box .cont-plate2 .plate2-text {
  width: 100%;
  font-size: 0.24rem;
  text-align: center;
  color: #666666;
}
.container .cont-box .cont-plate2 .plate2-title {
  width: 100%;
  margin-top: 0.14rem;
  font-size: 0.48rem;
  text-align: center;
  color: #000;
}
.container .cont-box .cont-plate2 .plate2-title span {
  font-weight: bold;
}
.container .cont-box .cont-plate2 .plate2-box {
  position: relative;
  width: 13.72rem;
  margin: 0 auto;
}
.container .cont-box .cont-plate2 .plate2-box .box-list {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  overflow: hidden;
}
    .container .cont-box .cont-plate2 .plate2-box .box-list .swiper-slide {
        width: calc(33.33% - 20px) !important;
    }
.container .cont-box .cont-plate2 .plate2-box .box-list .swiper-slide .slide-title {
  margin-top: 0.3rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #000;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-box .cont-plate2 .plate2-box .box-list .swiper-slide .slide-text {
  font-size: 16px;
  line-height: 0.3rem;
  color: #999;
}
.container .cont-box .cont-plate2 .plate2-box .box-list .swiper-slide:hover .slide-title {
  color: #d82228;
}
.container .cont-box .cont-plate2 .plate2-box .plate2-swiper-button-prev,
.container .cont-box .cont-plate2 .plate2-box .plate2-swiper-button-next {
  position: absolute;
  top: 34%;
  width: 56px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  background: #000;
  opacity: 0.1;
  z-index: 9;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-box .cont-plate2 .plate2-box .plate2-swiper-button-prev:hover,
.container .cont-box .cont-plate2 .plate2-box .plate2-swiper-button-next:hover {
  opacity: 0.5;
}
.container .cont-box .cont-plate2 .plate2-box .plate2-swiper-button-prev {
  left: -1.1rem;
}
.container .cont-box .cont-plate2 .plate2-box .plate2-swiper-button-next {
  right: -1.1rem;
}
.container .cont-box .cont-plate2 .plate2-box .list-bar {
  position: relative;
  width: 13.72rem;
  height: 3px;
  margin: 0.85rem auto 0;
  background: #f4f4f4;
}
.container .cont-box .cont-plate2 .plate2-box .list-bar .bar-red {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #d82228;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
    .container .cont-box .cont-plate2 .plate2-box .swiper-scrollbar {
        bottom: -0.5rem;
    }

        .container .cont-box .cont-plate2 .plate2-box .swiper-scrollbar .swiper-scrollbar-drag {
            background: #d82228;
        }
.container .cont-box .cont-plate3 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 1.4rem;
}
.container .cont-box .cont-plate3 .plate3-box {
  position: relative;
  width: 50%;
  height: auto;
}
.container .cont-box .cont-plate3 .plate3-box .box-cent {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: center;
  color: #fff;
  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-box .cont-plate3 .plate3-box .box-cent .cent-icon {
  width: 0.53rem;
}
.container .cont-box .cont-plate3 .plate3-box .box-cent .cent-title {
  margin-top: 0.36rem;
  font-size: 0.36rem;
}
.container .cont-box .cont-plate3 .plate3-box .box-cent .cent-text {
  margin-top: 0.26rem;
  font-size: 16px;
  line-height: 24px;
}
.container .cont-box .cont-plate3 .plate3-box .box-cent .cent-buttom {
  display: block;
  width: 1.93rem;
  height: 0;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
  line-height: 0.45rem;
  color: #fff;
  border-radius: 0.25rem;
  border: none;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-box .cont-plate3 .plate3-box .box-cent .cent-buttom .buttom-icon {
  width: 27px;
  margin-left: 0.1rem;
}
.container .cont-box .cont-plate3 .plate3-box .box-cent .cent-buttom:hover {
  transform: translatey(-10px);
  -o-transform: translatey(-10px);
  -moz-transform: translatey(-10px);
  -webkit-transform: translatey(-10px);
}
.container .cont-box .cont-plate3 .plate3-box:hover .cent-buttom {
  height: 0.48rem;
  margin: 0.56rem auto 0;
  border: solid 1px #fff;
}
.container .cont-box .cont-plate4 {
  position: relative;
  width: 13.72rem;
  margin: 1.2rem auto 1.4rem;
}
.container .cont-box .cont-plate4 .plate4-title {
  width: 100%;
  font-size: 0.24rem;
  text-align: center;
  color: #666;
}
.container .cont-box .cont-plate4 .plate4-text {
  font-size: 0.48rem;
  text-align: center;
  line-height: 0.9rem;
  color: #000;
}
.container .cont-box .cont-plate4 .plate4-text span {
  font-weight: bold;
}
.container .cont-box .cont-plate4 .plate4-box {
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
  padding: 0 0.15rem;
  overflow: hidden;
}
.container .cont-box .cont-plate4 .plate4-box .swiper-slide {
  width: 33.33%;
  padding: 0 0.1rem;
}
.container .cont-box .cont-plate4 .plate4-box .swiper-slide .slide-box {
  position: relative;
  width: 100%;
  height: 5.2rem;
  padding: 0.5rem 0.5rem 0.6rem;
  border: solid 1px #eaeaea;
  box-shadow: 0 0 0.12rem rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.container .cont-box .cont-plate4 .plate4-box .swiper-slide .slide-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #d82228;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.container .cont-box .cont-plate4 .plate4-box .swiper-slide .slide-time {
  font-size: 0.24rem;
  color: #000;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-box .cont-plate4 .plate4-box .swiper-slide .slide-time span {
  font-size: 14px;
  color: #999999;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-box .cont-plate4 .plate4-box .swiper-slide .slide-title {
  margin: 0.65rem 0 0.4rem;
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #000;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-box .cont-plate4 .plate4-box .swiper-slide .slide-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.container .cont-box .cont-plate4 .plate4-box .swiper-slide .slide-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-box .cont-plate4 .plate4-box .swiper-slide .slide-cent .slide-text {
  font-size: 16px;
  line-height: 30px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.container .cont-box .cont-plate4 .plate4-box .swiper-slide .slide-cent .slide-link {
  display: inline-block;
  margin-top: 0.7rem;
  font-size: 16px;
  color: #000;
}
.container .cont-box .cont-plate4 .plate4-box .swiper-slide .slide-cent .slide-link:hover {
  color: #d82228;
}
.container .cont-box .cont-plate4 .plate4-box .swiper-slide .box-cent {
  position: relative;
  width: 100%;
  height: auto;
}
.container .cont-box .cont-plate4 .plate4-box .swiper-slide:hover .slide-box::after {
  width: 100%;
}
.container .cont-box .cont-plate4 .plate4-box .swiper-slide:hover .slide-pic {
  opacity: 1;
}
.container .cont-box .cont-plate4 .plate4-box .swiper-slide:hover .slide-cent {
  opacity: 0;
}
.container .cont-box .cont-plate4 .plate4-swiper-button-prev,
.container .cont-box .cont-plate4 .plate4-swiper-button-next {
  position: absolute;
  top: 58%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
}
.container .cont-box .cont-plate4 .plate4-swiper-button-prev .button-icon,
.container .cont-box .cont-plate4 .plate4-swiper-button-next .button-icon,
.container .cont-box .cont-plate4 .plate4-swiper-button-prev .button-icon2,
.container .cont-box .cont-plate4 .plate4-swiper-button-next .button-icon2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  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-box .cont-plate4 .plate4-swiper-button-prev .button-icon2,
.container .cont-box .cont-plate4 .plate4-swiper-button-next .button-icon2 {
  opacity: 0;
}
.container .cont-box .cont-plate4 .plate4-swiper-button-prev .button-svg,
.container .cont-box .cont-plate4 .plate4-swiper-button-next .button-svg {
  stroke-dasharray: 182 182;
  stroke-dashoffset: 182;
  stroke: #d82228;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.container .cont-box .cont-plate4 .plate4-swiper-button-prev:hover .button-svg,
.container .cont-box .cont-plate4 .plate4-swiper-button-next:hover .button-svg {
  stroke-dashoffset: 0;
}
.container .cont-box .cont-plate4 .plate4-swiper-button-prev:hover .button-icon,
.container .cont-box .cont-plate4 .plate4-swiper-button-next:hover .button-icon {
  opacity: 0;
}
.container .cont-box .cont-plate4 .plate4-swiper-button-prev:hover .button-icon2,
.container .cont-box .cont-plate4 .plate4-swiper-button-next:hover .button-icon2 {
  opacity: 1;
}
.container .cont-box .cont-plate4 .plate4-swiper-button-prev {
  left: -1.1rem;
}
.container .cont-box .cont-plate4 .plate4-swiper-button-next {
  right: -1.1rem;
}
.about {
  position: relative;
  max-width: 1920px;
  width: 100%;
  height: auto;
  padding-top: 1.2rem;
  overflow: hidden;
}
.about .about-cont {
  width: 100%;
  height: auto;
  margin-bottom: 1.2rem;
  background: url(/images/about/bg.png) no-repeat 94% bottom;
  background-size: 50%;
}
.about .about-cont .cont-plate1 {
  display: flex;
  justify-content: space-between;
  width: 13.72rem;
  margin: 0 auto;
  padding-bottom: 0.45rem;
}
.about .about-cont .cont-plate1 .plate1-left {
  width: 50%;
  height: auto;
  padding-right: 1.4rem;
}
.about .about-cont .cont-plate1 .plate1-left .box-title {
  width: 100%;
  margin-bottom: 0.5rem;
  font-size: 0.36rem;
  font-weight: bold;
  color: #000;
}
.about .about-cont .cont-plate1 .plate1-left .box-text {
  width: 100%;
  margin-bottom: 0.4rem;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.about .about-cont .cont-plate1 .plate1-right {
  position: absolute;
  top: 1.2rem;
  left: 50%;
  width: 50%;
  height: auto;
  background: #000;
}
.about .about-cont .cont-plate1 .plate1-right .img2 {
  width: 100%;
  display: none;
}
.about .about-cont .cont-plate1 .plate1-right .hidden-box {
  width: 100%;
  height: 100%;
}
.about .about-cont .cont-plate1 .plate1-right .hidden-box .icon-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.about .about-cont .cont-plate1 .plate1-right .hidden-box .icon-box .right-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.7rem;
  z-index: 3;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.about .about-cont .cont-plate1 .plate1-right .hidden-box .icon-box .right-solid {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #000;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.about .about-cont .cont-plate1 .plate1-right .hidden-box .icon-box:hover .right-solid {
  animation: videoPlay 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation: videoPlay 1.5s;
  -webkit-animation-iteration-count: infinite;
}
.about .about-cont .cont-plate1 .plate1-right .video-box {
  position: absolute;
  top: 50%;
  left: 0;
  display: none;
  width: 100%;
  height: auto;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.about .about-cont .cont-plate1 .plate1-right .video-box video {
  width: 100%;
  height: auto;
}
.about .about-cont .cont-plate2 {
  display: flex;
  justify-content: space-between;
  width: 13.72rem;
  margin: 0 auto;
}
.about .about-cont .cont-plate2 .plate2-left {
  width: 50%;
  height: auto;
}
.about .about-cont .cont-plate2 .plate2-right {
  width: 50%;
  height: auto;
  padding: 1.2rem 0 0 1.2rem;
}
.about .about-cont .cont-plate2 .plate2-right .right-text {
  width: 100%;
  margin-bottom: 0.4rem;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
    .about .about-bottom {
        width: 100%;
        height: auto;
        padding: 1.2rem 0;
        background: #f9f9f9;
    }
.about .about-bottom .bottom-title {
  width: 100%;
  margin-bottom: 0.5rem;
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.about .about-bottom .bottom-box {
  display: flex;
  justify-content: space-between;
  width: 13.72rem;
  margin: 0 auto;
}
.about .about-bottom .bottom-box .box-list {
  position: relative;
  width: calc(33.33% - 0.21rem);
  height: auto;
}
.about .about-bottom .bottom-box .box-list .list-cent {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.about .about-bottom .bottom-box .box-list .list-cent .list-icon {
  width: 62px;
  margin-bottom: 0.35rem;
}
.about .about-bottom .bottom-box .box-list .list-cent .left-title {
  font-size: 0.3rem;
  color: #fff;
}
.about .about-bottom .bottom-box .box-list .list-cent .list-text {
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-bottom .bottom-box .box-list .list-cent .list-text span {
  display: inline-block;
  width: 22px;
  height: 2px;
  margin-top: 0.2rem;
  background: #fff;
}
.about .about-bottom .bottom-box .box-list .list-cent .list-text .text-font {
  width: 100%;
  margin-top: 0.4rem;
  font-size: 18px;
  color: #fff;
}
.about .about-bottom .bottom-box .box-list .list-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(216, 34, 40, 0);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-bottom .bottom-box .box-list:hover .list-text {
  height: 1rem;
}
.about .about-bottom .bottom-box .box-list:hover .list-mask {
  background: rgba(216, 34, 40, 0.8);
}
.course {
  width: 100%;
}
.course .course-cont {
  width: 13.72rem;
  height: auto;
  margin: 0 auto;
  padding: 1.2rem 0;
}
.course .course-cont .cont-title {
  width: 100%;
  margin-bottom: 0.5rem;
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.course .course-cont .cont-top {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.course .course-cont .cont-top .swiper-slide {
  width: 20%;
  font-family: Arial;
  font-size: 20px;
  text-align: center;
  color: #999999;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.course .course-cont .cont-top .swiper-slide:hover {
  color: #d82228;
}
.course .course-cont .cont-top .swiper-slide-active {
  font-size: 30px;
  font-weight: bold;
  color: #d82228;
}
.course .course-cont .cont-top .swiper-img {
  width: 10px;
}
.course .course-cont .cont-top .swiper-button-prev:after,
.course .course-cont .cont-top .swiper-button-next:after {
  display: none;
}
.course .course-cont .cont-cent {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.course .course-cont .cont-cent .cent-box {
/*  position: absolute;
  top: 0;
  left: 0;*/
  width: 100%;
  height: auto;
}
.course .course-cont .cont-cent .cont-shu {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #d82228;
  opacity: 0.5;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.course .course-cont .cont-cent .cent-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 0 0.3rem 0.5rem;
}
.course .course-cont .cont-cent .cent-list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #d82228;
  border-radius: 50%;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.course .course-cont .cont-cent .cent-list .list-cent {
        position: relative;
        width: calc(50% - 0.56rem);
        height: auto;
        text-align: right;
}
/*    .course .course-cont .cont-cent .cent-list .list-cent:hover .list-box {
    opacity:0;
    }*/
    .course .course-cont .cont-cent .cent-list .list-cent:hover .list-img  {
        opacity: 1;
    }
    .course .course-cont .cont-cent .cent-list .list-pic {
        position: relative;
        width: calc(50% - 0.56rem);
        height: auto;
    }
/*    .course .course-cont .cont-cent .cent-list .list-pic:hover .list-box {
        opacity: 0;
    }
*/
    .course .course-cont .cont-cent .cent-list .list-pic:hover .list-img2 {
        opacity: 1;
    }
.course .course-cont .cont-cent .cent-list .pic-img {
  max-width: 100%;
  width: auto;
}
    .course .course-cont .cont-cent .cent-list .list-box {
        width: 100%;
        transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }

    .course .course-cont .cont-cent .cent-list .list-img2 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3rem;
        background: #fff;
        opacity: 0;
        z-index:9;
        transition: all 0.8s;
        -o-transition: all 0.8s;
        -moz-transition: all 0.8s;
        -webkit-transition: all 0.8s;
    }

        .course .course-cont .cont-cent .cent-list .list-img2 img {
            max-width: 100%;
            width: auto;
            height: 100%;
        }

    .course .course-cont .cont-cent .cent-list .list-img {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 3rem;
        background: #fff;
        opacity: 0;
        transition: all 0.8s;
        -o-transition: all 0.8s;
        -moz-transition: all 0.8s;
        -webkit-transition: all 0.8s;
    }

        .course .course-cont .cont-cent .cent-list .list-img img {
            max-width:100%;
            width:auto;
            height:100%;
        }

    .course .course-cont .cont-cent .cent-list .list-img-none {
        opacity: 0 !important;
    }

.course .course-cont .cont-cent .cent-list .list-time {
  width: 100%;
}
.course .course-cont .cont-cent .cent-list .list-time span {
  display: inline-block;
  width: auto;
  padding: 0.2rem 0;
  font-size: 18px;
  color: #000;
  border-top: solid 1px #d82228;
}
.course .course-cont .cont-cent .cent-list .list-text {
  width: 100%;
/*  margin-top: 0.3rem;*/
  font-size: 18px;
  line-height: 24px;
  color: #666666;
}
.honor {
  width: 100%;
}
.honor .honor-cont {
  width: 13.72rem;
  height: auto;
  margin: 0 auto;
  padding: 1.2rem 0;
}
.honor .honor-cont .cont-title {
  width: 100%;
  margin-bottom: 0.5rem;
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.honor .honor-cont .cont-cent {
  width: 13.72rem;
  margin: 0 auto;
}
.honor .honor-cont .cont-cent .cont-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.honor .honor-cont .cont-cent .cont-box .box-list {
  width: calc(33.33% - 0.4rem);
  height: 4.72rem;
  padding: 0.7rem 0.4rem 0.5rem;
  margin-bottom: 0.6rem;
  margin-left:0.6rem;
  background: #f5f5f5;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
    .honor .honor-cont .cont-cent .cont-box .box-list:nth-child(3n+1) {
    margin-left:0;
    }
.honor .honor-cont .cont-cent .cont-box .box-list .list-pic {
  width: 100%;
}
.honor .honor-cont .cont-cent .cont-box .box-list .list-text {
  margin-top: 0.7rem;
  font-size: 16px;
  color: #393f4b;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align:center;
}
.honor .honor-cont .cont-cent .cont-box .box-list .list-time {
  margin-top: 0.12rem;
  font-size: 14px;
  color: #b1b1b1;
}
.honor .honor-cont .cont-cent .cont-box .box-list:hover {
  box-shadow: 0 0 0.1rem 0.08rem #ddd;
  background: #fff;
  transform: translatey(-15px);
  -o-transform: translatey(-15px);
  -moz-transform: translatey(-15px);
  -webkit-transform: translatey(-15px);
}
.honor .honor-cont .cont-cent .page-number {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 30px;
}
.honor .honor-cont .cont-cent .page-number .but-active {
  background: #d82228 !important;
  color: #fff !important;
}
.honor .honor-cont .cont-cent .page-number .but-box {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  font-size: 14px;
  text-align: center;
  line-height: 50px;
  color: #999999;
  border-radius: 50%;
  background: #ececec;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor .honor-cont .cont-cent .page-number .but-box .but-left {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(/images/icon/icon-honor-leftArrow.png) no-repeat center;
  background-size: 5px 8px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor .honor-cont .cont-cent .page-number .but-box .but-right {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(/images/icon/icon-honor-rightArrow.png) no-repeat center;
  background-size: 5px 8px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor .honor-cont .cont-cent .page-number .but-box:hover {
  background: #d82228;
  color: #fff;
}
.honor .honor-cont .cont-cent .page-number .but-box:hover .but-left {
  background: url(/images/icon/icon-honor-leftArrow-on.png) no-repeat center;
  background-size: 5px 8px;
}
.honor .honor-cont .cont-cent .page-number .but-box:hover .but-right {
  background: url(/images/icon/icon-honor-rightArrow-on.png) no-repeat center;
  background-size: 5px 8px;
}
.honor .honor-cont .cont-cent .Wpage-number {
  display: none;
}
.honor .honor-cont .cont-cent .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-cent .cont-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 720px;
  height: auto;
  padding: 0.5rem 0.5rem 0.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-cent .cont-popup .popup-title {
  margin-top: 0.3rem;
  font-size: 0.28rem;
  text-align: center;
  color: #333;
}
.honor .honor-cont .cont-cent .cont-popup .popup-see {
  width: 100%;
}
.honor .honor-cont .cont-cent .cont-popup .popup-icon {
  position: absolute;
  top: -0.3rem;
  right: -0.4rem;
  width: 0.2rem;
  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-cent .cont-popup .popup-icon:hover {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.platform {
  max-width: 1920px;
  width: 100%;
  padding: 1.2rem 0;
}
.platform .title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #000;
}
.platform .text {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
.platform .platform-cont {
  width: 100%;
}
.platform .platform-cont .cont-plate1 {
  width: 100%;
  height: auto;
}
.platform .platform-cont .cont-plate1 .plate1-title {
  width: 100%;
  margin-bottom: 0.34rem;
  text-align: center;
  font-size: 0.36rem;
  font-weight: bold;
  color: #000;
}
.platform .platform-cont .cont-plate1 .plate1-text {
  width: 8.6rem;
  margin: 0 auto 0.75rem;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
.platform .platform-cont .cont-plate1 .plate1-box {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 0.65rem;
  overflow: hidden;
}
.platform .platform-cont .cont-plate1 .plate1-box .swiper-slide {
  width: 9.6rem;
}
.platform .platform-cont .cont-plate1 .plate1-box .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin-right: 20px;
  border-radius: 50%;
  border: solid 2px #eaeaea;
  background: #fff;
  opacity: 1;
}
.platform .platform-cont .cont-plate1 .plate1-box .swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}
.platform .platform-cont .cont-plate1 .plate1-box .swiper-pagination-bullet-active {
  border: solid 2px #d82228;
}
.platform .platform-cont .cont-plate2 {
  width: 100%;
  height: auto;
  margin-top: 1.1rem;
}
.platform .platform-cont .cont-plate2 .plate2-box {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.platform .platform-cont .cont-plate2 .plate2-box .swiper-slide {
  width: 100%;
}
.platform .platform-cont .cont-plate2 .plate2-box .swiper-slide .slide-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.platform .platform-cont .cont-plate2 .plate2-box .swiper-slide .slide-box .slide-left {
  position: relative;
  width: 50%;
}
.platform .platform-cont .cont-plate2 .plate2-box .swiper-slide .slide-box .slide-left .left-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 5.02rem;
}
.platform .platform-cont .cont-plate2 .plate2-box .swiper-slide .slide-box .slide-left .left-title {
  width: 100%;
  margin-bottom: 0.45rem;
  font-size: 0.36rem;
  font-weight: bold;
  color: #000;
}
.platform .platform-cont .cont-plate2 .plate2-box .swiper-slide .slide-box .slide-left .left-text {
  width: 100%;
  margin-bottom: 0.4rem;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
.platform .platform-cont .cont-plate2 .plate2-box .swiper-slide .slide-box .slide-right {
  position: relative;
  width: 50%;
  overflow: hidden;
}
.platform .platform-cont .cont-plate2 .plate2-box .swiper-slide .slide-box .slide-right .img {
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.platform .platform-cont .cont-plate2 .plate2-box .swiper-slide .slide-box .slide-right span {
  position: absolute;
  bottom: 0.34rem;
  left: 0.34rem;
  font-size: 16px;
  color: #fff;
}
.platform .platform-cont .cont-plate2 .plate2-box .swiper-slide .slide-box:hover .img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.platform .platform-cont .cont-plate2 .plate2-box .plate2-swiper-buttom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.7rem;
}
.platform .platform-cont .cont-plate2 .plate2-box .plate2-swiper-buttom .plate2-swiper-button-prev,
.platform .platform-cont .cont-plate2 .plate2-box .plate2-swiper-buttom .plate2-swiper-button-next {
  position: absolute;
  bottom: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
}
.platform .platform-cont .cont-plate2 .plate2-box .plate2-swiper-buttom .plate2-swiper-button-prev .button-icon,
.platform .platform-cont .cont-plate2 .plate2-box .plate2-swiper-buttom .plate2-swiper-button-next .button-icon,
.platform .platform-cont .cont-plate2 .plate2-box .plate2-swiper-buttom .plate2-swiper-button-prev .button-icon2,
.platform .platform-cont .cont-plate2 .plate2-box .plate2-swiper-buttom .plate2-swiper-button-next .button-icon2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  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;
}
.platform .platform-cont .cont-plate2 .plate2-box .plate2-swiper-buttom .plate2-swiper-button-prev .button-icon2,
.platform .platform-cont .cont-plate2 .plate2-box .plate2-swiper-buttom .plate2-swiper-button-next .button-icon2 {
  opacity: 0;
}
.platform .platform-cont .cont-plate2 .plate2-box .plate2-swiper-buttom .plate2-swiper-button-prev .button-svg,
.platform .platform-cont .cont-plate2 .plate2-box .plate2-swiper-buttom .plate2-swiper-button-next .button-svg {
  stroke-dasharray: 182 182;
  stroke-dashoffset: 182;
  stroke: #d82228;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.platform .platform-cont .cont-plate2 .plate2-box .plate2-swiper-buttom .plate2-swiper-button-prev:hover .button-svg,
.platform .platform-cont .cont-plate2 .plate2-box .plate2-swiper-buttom .plate2-swiper-button-next:hover .button-svg {
  stroke-dashoffset: 0;
}
.platform .platform-cont .cont-plate2 .plate2-box .plate2-swiper-buttom .plate2-swiper-button-prev:hover .button-icon,
.platform .platform-cont .cont-plate2 .plate2-box .plate2-swiper-buttom .plate2-swiper-button-next:hover .button-icon {
  opacity: 0;
}
.platform .platform-cont .cont-plate2 .plate2-box .plate2-swiper-buttom .plate2-swiper-button-prev:hover .button-icon2,
.platform .platform-cont .cont-plate2 .plate2-box .plate2-swiper-buttom .plate2-swiper-button-next:hover .button-icon2 {
  opacity: 1;
}
.platform .platform-cont .cont-plate2 .plate2-box .plate2-swiper-buttom .plate2-swiper-button-prev {
  left: 0;
}
.platform .platform-cont .cont-plate2 .plate2-box .plate2-swiper-buttom .plate2-swiper-button-next {
  left: 0.76rem;
}
.platform .platform-cont .cont-plate3 {
  width: 100%;
  margin-top: 1.2rem;
}
.platform .platform-cont .cont-plate3 .plate3-title {
  width: 100%;
  margin-bottom: 0.34rem;
  text-align: center;
  font-size: 0.36rem;
  font-weight: bold;
  color: #000;
}
.platform .platform-cont .cont-plate3 .plate3-text {
  width: 9.6rem;
  margin: 0 auto 0.75rem;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
.platform .platform-cont .cont-plate3 .plate3-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.platform .platform-cont .cont-plate3 .plate3-box .box-list {
  width: calc(33.33% - 2px);
  height: auto;
  overflow: hidden;
}
.platform .platform-cont .cont-plate3 .plate3-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;
}
.platform .platform-cont .cont-plate3 .plate3-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));
}
.platform .platform-cont .cont-plate4 {
  width: 13.72rem;
  margin: 1.2rem auto 0;
}
.platform .platform-cont .cont-plate4 .plate4-cent {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.platform .platform-cont .cont-plate4 .plate4-cent .swiper-slide {
  width: 100%;
}
.platform .platform-cont .cont-plate4 .plate4-cent .swiper-slide .slide-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.platform .platform-cont .cont-plate4 .plate4-cent .swiper-slide .slide-box .box-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.platform .platform-cont .cont-plate4 .plate4-cent .swiper-slide .slide-box .box-pic .img {
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.platform .platform-cont .cont-plate4 .plate4-cent .swiper-slide .slide-box .box-text {
  width: 50%;
  padding: 0.4rem 0 0 1.1rem;
}
.platform .platform-cont .cont-plate4 .plate4-cent .swiper-slide .slide-box .box-text .text-num {
  font-family: 'Gilroy-Light';
  font-size: 0.48rem;
  color: #cccccc;
}
.platform .platform-cont .cont-plate4 .plate4-cent .swiper-slide .slide-box .box-text .text-title {
  margin-bottom: 0.34rem;
  font-size: 0.36rem;
  color: #000;
}
.platform .platform-cont .cont-plate4 .plate4-cent .swiper-slide .slide-box .box-text .text-font {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
.platform .platform-cont .cont-plate4 .plate4-cent .swiper-slide .slide-box:hover .img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.platform .platform-cont .cont-plate4 .plate4-cent .plate4-swiper-buttom {
  position: absolute;
  bottom: 0;
  left: calc(50% + 1.1rem);
  width: 1.7rem;
}
.platform .platform-cont .cont-plate4 .plate4-cent .plate4-swiper-buttom .plate4-swiper-button-prev,
.platform .platform-cont .cont-plate4 .plate4-cent .plate4-swiper-buttom .plate4-swiper-button-next {
  position: absolute;
  bottom: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
}
.platform .platform-cont .cont-plate4 .plate4-cent .plate4-swiper-buttom .plate4-swiper-button-prev .button-icon,
.platform .platform-cont .cont-plate4 .plate4-cent .plate4-swiper-buttom .plate4-swiper-button-next .button-icon,
.platform .platform-cont .cont-plate4 .plate4-cent .plate4-swiper-buttom .plate4-swiper-button-prev .button-icon2,
.platform .platform-cont .cont-plate4 .plate4-cent .plate4-swiper-buttom .plate4-swiper-button-next .button-icon2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  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;
}
.platform .platform-cont .cont-plate4 .plate4-cent .plate4-swiper-buttom .plate4-swiper-button-prev .button-icon2,
.platform .platform-cont .cont-plate4 .plate4-cent .plate4-swiper-buttom .plate4-swiper-button-next .button-icon2 {
  opacity: 0;
}
.platform .platform-cont .cont-plate4 .plate4-cent .plate4-swiper-buttom .plate4-swiper-button-prev .button-svg,
.platform .platform-cont .cont-plate4 .plate4-cent .plate4-swiper-buttom .plate4-swiper-button-next .button-svg {
  stroke-dasharray: 182 182;
  stroke-dashoffset: 182;
  stroke: #d82228;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.platform .platform-cont .cont-plate4 .plate4-cent .plate4-swiper-buttom .plate4-swiper-button-prev:hover .button-svg,
.platform .platform-cont .cont-plate4 .plate4-cent .plate4-swiper-buttom .plate4-swiper-button-next:hover .button-svg {
  stroke-dashoffset: 0;
}
.platform .platform-cont .cont-plate4 .plate4-cent .plate4-swiper-buttom .plate4-swiper-button-prev:hover .button-icon,
.platform .platform-cont .cont-plate4 .plate4-cent .plate4-swiper-buttom .plate4-swiper-button-next:hover .button-icon {
  opacity: 0;
}
.platform .platform-cont .cont-plate4 .plate4-cent .plate4-swiper-buttom .plate4-swiper-button-prev:hover .button-icon2,
.platform .platform-cont .cont-plate4 .plate4-cent .plate4-swiper-buttom .plate4-swiper-button-next:hover .button-icon2 {
  opacity: 1;
}
.platform .platform-cont .cont-plate4 .plate4-cent .plate4-swiper-buttom .plate4-swiper-button-prev {
  left: 0;
}
.platform .platform-cont .cont-plate4 .plate4-cent .plate4-swiper-buttom .plate4-swiper-button-next {
  left: 0.76rem;
}
.platform .platform-cont .cont-plate5 {
  width: 13.72rem;
  margin: 1.25rem auto 0;
}
.platform .platform-cont .cont-plate5 .plate5-title {
  width: 100%;
  margin-bottom: 0.2rem;
  text-align: center;
  font-size: 0.36rem;
  font-weight: bold;
  color: #000;
}
.platform .platform-cont .cont-plate5 .plate5-text {
  width: 100%;
  margin-bottom: 0.5rem;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
.platform .platform-cont .cont-plate5 .plate5-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.platform .platform-cont .cont-plate5 .plate5-box .box-list {
  width: calc(33.33% - 0.2rem);
  height: auto;
  overflow: hidden;
}
.platform .platform-cont .cont-plate5 .plate5-box .box-list .img {
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.platform .platform-cont .cont-plate5 .plate5-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));
}
.product {
  width: 100%;
  padding: 1rem 0 0.56rem;
}
.product .product-cont {
  width: 13.72rem;
  margin: 0 auto;
}
.product .product-cont .cont-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.product .product-cont .cont-box .box-list {
  width: calc(33.33% - 0.22rem);
  height: auto;
  margin-bottom: 0.76rem;
  margin-left:0.32rem;
}

    .product .product-cont .cont-box .box-list:nth-child(3n+1) {
    margin-left:0;
    }
    .product .product-cont .cont-box .box-list .list-pic {
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
    }

.product .product-cont .cont-box .box-list .list-pic .pic-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(216, 34, 40, 0.8);
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-cont .cont-box .box-list .list-pic .pic-mask .pic-active {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.76rem;
  height: 0.76rem;
  font-size: 0.4rem;
  line-height: 0.7rem;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  border: solid 2px #fff;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.product .product-cont .cont-box .box-list .list-title {
  margin-top: 0.3rem;
  font-size: 0.24rem;
  color: #000;
}
.product .product-cont .cont-box .box-list .list-text {
  font-size: 16px;
  line-height: 30px;
  color: #999999;
}
.product .product-cont .cont-box .box-list:hover .pic-mask {
  opacity: 1;
}
.productDetails {
  width: 100%;
}
.productDetails .productDetails-top {
  width: 100%;
  height: 8.2rem;
  background: #f7f7f7;
}
.productDetails .productDetails-top .top-cont {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 13.72rem;
  height: 100%;
  margin: 0 auto;
}
.productDetails .productDetails-top .top-cont .cont-left {
  width: 5.5rem;
  height: auto;
}
.productDetails .productDetails-top .top-cont .cont-left .left-English {
  width: 100%;
  margin-bottom:0.55rem;
  font-family: 'Gilroy-Light';
  font-size: 0.3rem;
  color: #d82228;
}
.productDetails .productDetails-top .top-cont .cont-left .left-title {
  width: 100%;
  margin-bottom: 0.2rem;
  font-size: 0.48rem;
  font-weight: bold;
  color: #000;
}
.productDetails .productDetails-top .top-cont .cont-left .left-text {
  position: relative;
  width: 100%;
  padding-left: 0.24rem;
  font-size: 18px;
  line-height: 0.36rem;
  color: #333333;
}
.productDetails .productDetails-top .top-cont .cont-left .left-text::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: solid 2px #8fd6f5;
  transform: translatey(0.1rem);
  -o-transform: translatey(0.1rem);
  -moz-transform: translatey(0.1rem);
  -webkit-transform: translatey(0.1rem);
}
.productDetails .productDetails-top .top-cont .cont-right {
  flex: 1;
}
.productDetails .productDetails-cont {
  width: 13.72rem;
  margin: 1.2rem auto 0;
}
.productDetails .productDetails-cont .cont-plate1 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1.2rem;
}
.productDetails .productDetails-cont .cont-plate1 .plate1-left {
  width: 8.22rem;
}
.productDetails .productDetails-cont .cont-plate1 .plate1-right {
  width: 5.5rem;
  padding: 0.3rem 0 0 0.8rem;
}
.productDetails .productDetails-cont .cont-plate1 .plate1-right .right-title {
  width: 100%;
  height: 0.8rem;
  padding-left: 0.4rem;
  margin-bottom: 0.55rem;
  font-size: 0.36rem;
  line-height: 0.8rem;
  font-weight: bold;
  color: #000;
  background: url(/images/product/title-bg.png) no-repeat center;
  background-size: 100%;
}
.productDetails .productDetails-cont .cont-plate1 .plate1-right .right-text {
  position: relative;
  width: 100%;
  padding-left: 0.24rem;
  font-size: 16px;
  line-height: 0.36rem;
  color: #333333;
}
.productDetails .productDetails-cont .cont-plate1 .plate1-right .right-text::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: solid 2px #8fd6f5;
  transform: translatey(0.12rem);
  -o-transform: translatey(0.12rem);
  -moz-transform: translatey(0.12rem);
  -webkit-transform: translatey(0.12rem);
}
.productDetails .productDetails-cont .cont-plate2 {
  width: 100%;
  margin-bottom: 1.2rem;
}
.productDetails .productDetails-cont .cont-plate2 .plate2-title {
  width: 100%;
  height: auto;
  margin-bottom: 0.5rem;
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.productDetails .productDetails-cont .cont-plate2 .plate2-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.productDetails .productDetails-cont .cont-plate2 .plate2-box .box-list {
  width: calc(33.33% - 0.21rem);
}
.productDetails .productDetails-cont .cont-plate2 .plate2-box .box-list .list-pic {
  width: 100%;
  overflow: hidden;
}
.productDetails .productDetails-cont .cont-plate2 .plate2-box .box-list .list-pic .img {
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-cont .cont-plate2 .plate2-box .box-list .list-title {
  width: 100%;
  margin-top: 0.34rem;
  font-size: 0.24rem;
  color: #000;
}
.productDetails .productDetails-cont .cont-plate2 .plate2-box .box-list .list-text {
  width: 100%;
  margin-top: 0.08rem;
  font-size: 16px;
  color: #999999;
}
.productDetails .productDetails-cont .cont-plate2 .plate2-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));
}

    .productDetails .productDetails-cont .cont-plate2 .plate2-cont {
        position: relative;
        width: 13.72rem;
        margin: 0 auto;
    }

        .productDetails .productDetails-cont .cont-plate2 .plate2-cont .cont-list {
            width: 100%;
            height: auto;
            margin-top: 0.5rem;
            overflow: hidden;
        }

            .productDetails .productDetails-cont .cont-plate2 .plate2-cont .cont-list .swiper-slide {
                width: calc(33.33% - 20px) !important;
            }
                .productDetails .productDetails-cont .cont-plate2 .plate2-cont .cont-list .swiper-slide .list-title {
                    width: 100%;
                    margin-top: 0.34rem;
                    font-size: 0.24rem;
                    color: #000;
                }
                .productDetails .productDetails-cont .cont-plate2 .plate2-cont .cont-list .swiper-slide .list-text {
                    width: 100%;
                    margin-top: 0.08rem;
                    font-size: 16px;
                    color: #999999;
                }
                .productDetails .productDetails-cont .cont-plate2 .plate2-cont .cont-list .swiper-slide .slide-title {
                    margin-top: 0.3rem;
                    font-size: 0.24rem;
                    font-weight: bold;
                    color: #000;
                    transition: all 0.5s;
                    -o-transition: all 0.5s;
                    -moz-transition: all 0.5s;
                    -webkit-transition: all 0.5s;
                }

                .productDetails .productDetails-cont .cont-plate2 .plate2-cont .cont-list .swiper-slide .slide-text {
                    font-size: 16px;
                    line-height: 0.3rem;
                    color: #999;
                }

                .productDetails .productDetails-cont .cont-plate2 .plate2-cont .cont-list .swiper-slide:hover .slide-title {
                    color: #d82228;
                }

        .productDetails .productDetails-cont .cont-plate2 .plate2-cont .plate2-swiper-button-prev,
        .productDetails .productDetails-cont .cont-plate2 .plate2-cont .plate2-swiper-button-next {
            position: absolute;
            top: 34%;
            width: 56px;
            height: 56px;
            text-align: center;
            line-height: 56px;
            border-radius: 50%;
            background: #000;
            opacity: 0.1;
            z-index: 9;
            cursor: pointer;
            transition: all 0.5s;
            -o-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            outline:none;
        }

            .productDetails .productDetails-cont .cont-plate2 .plate2-cont .plate2-swiper-button-prev:hover,
            .productDetails .productDetails-cont .cont-plate2 .plate2-cont .plate2-swiper-button-next:hover {
                opacity: 0.5;
            }

        .productDetails .productDetails-cont .cont-plate2 .plate2-cont .plate2-swiper-button-prev {
            left: -1.1rem;
        }

        .productDetails .productDetails-cont .cont-plate2 .plate2-cont .plate2-swiper-button-next {
            right: -1.1rem;
        }

        .productDetails .productDetails-cont .cont-plate2 .plate2-cont .list-bar {
            position: relative;
            width: 13.72rem;
            height: 3px;
            margin: 0.85rem auto 0;
            background: #f4f4f4;
        }

            .productDetails .productDetails-cont .cont-plate2 .plate2-cont .list-bar .bar-red {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                width: 0;
                height: 3px;
                background: #d82228;
                transition: all 0.5s;
                -o-transition: all 0.5s;
                -moz-transition: all 0.5s;
                -webkit-transition: all 0.5s;
            }

        .productDetails .productDetails-cont .cont-plate2 .plate2-cont .swiper-scrollbar {
            bottom: -0.5rem;
            height: 5px;
        }

            .productDetails .productDetails-cont .cont-plate2 .plate2-cont .swiper-scrollbar .swiper-scrollbar-drag {
                background: #d82228;
            }
.news {
  width: 100%;
}
.news .news-cont {
  width: 13.72rem;
  height: auto;
  margin: 0 auto;
  padding: 1.2rem 0;
}
.news .news-cont .cont-title {
  width: 100%;
  margin-bottom: 0.5rem;
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.news .news-cont .cont-cent {
  width: 100%;
}
.news .news-cont .cont-cent .cent-case {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.news .news-cont .cont-cent .cent-case .box-list {
  position: relative;
  width: calc(33.33% - 0.21rem);
  height: 5.2rem;
  margin-bottom: 0.3rem;
  margin-left:0.3rem;
  padding: 0.5rem 0.5rem 0.6rem;
  border: solid 1px #eaeaea;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.05);
}
    .news .news-cont .cont-cent .cent-case .box-list:nth-child(3n+1) {
    margin-left:0;
    }
    .news .news-cont .cont-cent .cent-case .box-list::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 2px;
        background: #d82228;
        transition: all 1s;
        -o-transition: all 1s;
        -moz-transition: all 1s;
        -webkit-transition: all 1s;
    }
.news .news-cont .cont-cent .cent-case .box-list .list-time {
  width: 100%;
  margin-bottom: 0.7rem;
  font-size: 0.24rem;
  color: #000;
}
.news .news-cont .cont-cent .cent-case .box-list .list-time span {
  display: inline-block;
  font-size: 14px;
  color: #999999;
  transform: translatey(-0.04rem);
  -o-transform: translatey(-0.04rem);
  -moz-transform: translatey(-0.04rem);
  -webkit-transform: translatey(-0.04rem);
}
.news .news-cont .cont-cent .cent-case .box-list .list-title {
  width: 100%;
  margin-bottom: 0.38rem;
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .news-cont .cont-cent .cent-case .box-list .list-cent {
  position: relative;
  width: 100%;
  height: auto;
}
.news .news-cont .cont-cent .cent-case .box-list .list-cent .cent-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-cont .cont-cent .cent-case .box-list .list-cent .cent-text .text-top {
  width: 100%;
  margin-bottom: 0.76rem;
  font-size: 16px;
  line-height: 30px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news .news-cont .cont-cent .cent-case .box-list .list-cent .cent-text .text-bottom {
  width: 100%;
  font-size: 16px;
  color: #000;
}
.news .news-cont .cont-cent .cent-case .box-list .list-cent .list-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.news .news-cont .cont-cent .cent-case .box-list:hover::after {
  width: 100%;
}
.news .news-cont .cont-cent .cent-case .box-list:hover .cent-text {
  opacity: 0;
}
.news .news-cont .cont-cent .cent-case .box-list:hover .list-pic {
  opacity: 1;
}
.news .news-cont .page-number {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 30px;
}
.news .news-cont .page-number .but-active {
  background: #d82228 !important;
  color: #fff !important;
}
.news .news-cont .page-number .but-box {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  font-size: 14px;
  text-align: center;
  line-height: 50px;
  color: #999999;
  border-radius: 50%;
  background: #ececec;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-cont .page-number .but-box .but-left {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(/images/icon/icon-honor-leftArrow.png) no-repeat center;
  background-size: 5px 8px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-cont .page-number .but-box .but-right {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(/images/icon/icon-honor-rightArrow.png) no-repeat center;
  background-size: 5px 8px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-cont .page-number .but-box:hover {
  background: #d82228;
  color: #fff;
}
.news .news-cont .page-number .but-box:hover .but-left {
  background: url(/images/icon/icon-honor-leftArrow-on.png) no-repeat center;
  background-size: 5px 8px;
}
.news .news-cont .page-number .but-box:hover .but-right {
  background: url(/images/icon/icon-honor-rightArrow-on.png) no-repeat center;
  background-size: 5px 8px;
}
.news .news-cont .Wpage-number {
  display: none;
}
.newsDetails {
  width: 100%;
}
.newsDetails .newsDetails-cont {
  width: 13.72rem;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.newsDetails .newsDetails-cont .cont-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.newsDetails .newsDetails-cont .cont-box .box-left {
  width: 10.25rem;
  height: auto;
  padding: 1rem 0.8rem 1.5rem 0;
  border-right: solid 1px #e8e8e8;
}
.newsDetails .newsDetails-cont .cont-box .box-left .left-title {
  width: 100%;
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 0.48rem;
  color: #000000;
}
.newsDetails .newsDetails-cont .cont-box .box-left .left-time {
  margin-top: 0.25rem;
  margin-bottom:0.5rem;
  font-size: 16px;
  color: #999999;
}
.newsDetails .newsDetails-cont .cont-box .box-left .left-time span {
  display: inline-block;
  margin-left: 0.2rem;
}
.newsDetails .newsDetails-cont .cont-box .box-left .left-box {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
.newsDetails .newsDetails-cont .cont-box .box-left .left-box .left-text {
  margin-top: 0.45rem;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
.newsDetails .newsDetails-cont .cont-box .box-left .left-box .left-pic {
  width: 100%;
  margin-top: 0.7rem;
}
    .newsDetails .newsDetails-cont .cont-box .box-left .left-box  img {
        width: 100%;
    }
.newsDetails .newsDetails-cont .cont-box .box-left .left-box .left-picNema {
  margin-top: 0.35rem;
  font-size: 16px;
  font-weight: bold;
  color: #3f4150;
}
.newsDetails .newsDetails-cont .cont-box .box-left .left-English {
  margin-top: 0.6rem;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  color: #8c94a3;
}
.newsDetails .newsDetails-cont .cont-box .box-left .left-share {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  padding-bottom: 0.5rem;
}
.newsDetails .newsDetails-cont .cont-box .box-left .left-share .share-link {
  position: relative;
  display: inline-block;
  width: 0.54rem;
  height: 0.54rem;
  margin: 0.14rem 0.14rem 0 0;
  border: solid 2px #efeff3;
}
.newsDetails .newsDetails-cont .cont-box .box-left .left-share .share-link .share-icon,
.newsDetails .newsDetails-cont .cont-box .box-left .left-share .share-link .share-icon-on {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetails .newsDetails-cont .cont-box .box-left .left-share .share-link .share-icon-on {
  opacity: 0;
}
.newsDetails .newsDetails-cont .cont-box .box-left .left-share .share-link:hover {
  background: #d82228;
  border: solid 2px #d82228;
}
.newsDetails .newsDetails-cont .cont-box .box-left .left-share .share-link:hover .share-icon-on {
  opacity: 1;
}
.newsDetails .newsDetails-cont .cont-box .box-left .left-share .share-link:hover .share-icon {
  opacity: 0;
}
.newsDetails .newsDetails-cont .cont-box .box-left .left-switch {
  display: inline-block;
  width: 100%;
  height: 0.64rem;
  margin-top: 0.1rem;
  padding-left: 0.3rem;
  font-size: 16px;
  line-height: 0.64rem;
  color: #666666;
  background: #f3f3f3;
}
.newsDetails .newsDetails-cont .cont-box .box-left .left-switch:hover {
  color: #d82228;
  text-decoration: underline;
}
.newsDetails .newsDetails-cont .cont-box .box-right {
  width: 3.46rem;
  height: auto;
  padding-left: 0.58rem;
}
.newsDetails .newsDetails-cont .cont-box .box-right .right-title {
  width: 100%;
  padding-top: 1rem;
  margin-bottom: 0.36rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #191c22;
}
.newsDetails .newsDetails-cont .cont-box .box-right .right-link {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 0.4rem;
}
.newsDetails .newsDetails-cont .cont-box .box-right .right-link p {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 0.1rem;
  line-height: 26px;
}
.newsDetails .newsDetails-cont .cont-box .box-right .right-link p span {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #b9c0ce;
  border-radius: 50%;
}
.newsDetails .newsDetails-cont .cont-box .box-right .right-link .link-text {
  flex: 1;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
.newsDetails .newsDetails-cont .cont-box .box-right .right-link .link-text:hover {
  text-decoration: underline;
}
.contact {
  width: 100%;
  padding: 1.2rem 0;
  overflow: hidden;
}
.contact .contact-title {
  width: 100%;
  margin-bottom: 0.6rem;
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.contact .contact-cont {
  display: flex;
  justify-content: space-between;
  width: 13.72rem;
  margin: 0 auto;
}
.contact .contact-cont .mode-list {
  width: 25%;
  height: 1.96rem;
  padding: 0 0.2rem;
  text-align: center;
  border-right: solid 1px #e2e2e2;
}
.contact .contact-cont .mode-list .list-pic {
  position: relative;
  top: 0;
  left: 50%;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #f5f5f5;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact .contact-cont .mode-list .list-pic .pic-icon,
.contact .contact-cont .mode-list .list-pic .pic-icon-on {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.34rem;
  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;
}
.contact .contact-cont .mode-list .list-pic .pic-icon-on {
  opacity: 0;
}
.contact .contact-cont .mode-list .list-pic .icon-size {
  width: 0.29rem !important;
}
.contact .contact-cont .mode-list .list-title {
  width: 100%;
  margin: 0.24rem 0 0.2rem;
  font-size: 16px;
  color: #d82228;
}
.contact .contact-cont .mode-list .list-text {
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
}
.contact .contact-cont .mode-list:hover .list-pic {
  background: #d82228;
}
.contact .contact-cont .mode-list:hover .list-pic .pic-icon {
  opacity: 0;
}
.contact .contact-cont .mode-list:hover .list-pic .pic-icon-on {
  opacity: 1;
}
.contact .contact-cont .mode-list:last-child {
  border-right: none;
}
.contact .contact-map {
    display:flex;
    justify-content:space-between;
    width: 13.72rem;
    margin: 1rem auto 0;

}
    .contact .contact-map .map-list {
        width: 49%;
        height: auto;
     /*   border: solid 1px #d82228;*/
    }
        .contact .contact-map .map-list .list-map {
            width: 100%;
            height: 5rem;
            border: solid 1px #d82228;
        }

        .contact .contact-map .map-list .list-title {
            margin-top: 0.2rem;
            font-size: 14px;
            text-align: center;
        }
/*   #containers {
    
    width:80%;
    height:550px;
    }*/
.BMap_stdMpCtrl {
display:none;
}
.anchorBL {
display:none;
}
.BMap_cpyCtrl {
display:none;
}
.sociology {
  width: 100%;
}
.sociology .sociology-cont {
  width: 13.72rem;
  height: auto;
  margin: 0 auto;
  padding: 1.2rem 0;
}
.sociology .sociology-cont .cont-title {
  width: 100%;
  margin-bottom: 0.5rem;
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.sociology .sociology-cont .cont-cent {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.sociology .sociology-cont .cont-cent .cent-list {
  width: calc(33.33% - 0.4rem);
  height: auto;
  text-align:center;
  margin-bottom: 0.7rem;
}
.sociology .sociology-cont .cont-cent .cent-list .list-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.sociology .sociology-cont .cont-cent .cent-list .list-pic .img {
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.sociology .sociology-cont .cont-cent .cent-list .list-text {
  width: 100%;
  margin-top: 0.3rem;
  padding-right: 0.7rem;
  font-size: 16px;
  line-height: 30px;
  color: #393f4b;
}
.sociology .sociology-cont .cont-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));
}
.sociology .sociology-cont .page-number {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 30px;
}
.sociology .sociology-cont .page-number .but-active {
  background: #d82228 !important;
  color: #fff !important;
}
.sociology .sociology-cont .page-number .but-box {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  font-size: 14px;
  text-align: center;
  line-height: 50px;
  color: #999999;
  border-radius: 50%;
  background: #ececec;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.sociology .sociology-cont .page-number .but-box .but-left {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(/images/icon/icon-honor-leftArrow.png) no-repeat center;
  background-size: 5px 8px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.sociology .sociology-cont .page-number .but-box .but-right {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(/images/icon/icon-honor-rightArrow.png) no-repeat center;
  background-size: 5px 8px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.sociology .sociology-cont .page-number .but-box:hover {
  background: #d82228;
  color: #fff;
}
.sociology .sociology-cont .page-number .but-box:hover .but-left {
  background: url(/images/icon/icon-honor-leftArrow-on.png) no-repeat center;
  background-size: 5px 8px;
}
.sociology .sociology-cont .page-number .but-box:hover .but-right {
  background: url(/images/icon/icon-honor-rightArrow-on.png) no-repeat center;
  background-size: 5px 8px;
}
.sociology .sociology-cont .Wpage-number {
  display: none;
}
.video {
  width: 100%;
}
.video .video-cont {
  position: relative;
  width: 13.72rem;
  height: auto;
  margin: 0 auto;
  padding: 1.2rem 0;
}
.video .video-cont .cont-title {
  width: 100%;
  margin-bottom: 0.5rem;
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.video .video-cont .cont-cent {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.video .video-cont .cont-cent .cent-list {
  width: calc(33.33% - 0.4rem);
  height: auto;
  margin-bottom: 0.7rem;
}
.video .video-cont .cont-cent .cent-list .list-pic {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.video .video-cont .cont-cent .cent-list .list-pic .img {
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video .video-cont .cont-cent .cent-list .list-pic .pic-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video .video-cont .cont-cent .cent-list .list-pic .pic-mask .pic-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  cursor: pointer;
  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-cent .cent-list .list-text {
  width: 100%;
  margin-top: 0.3rem;
  padding-right: 0.7rem;
  font-size: 16px;
  line-height: 30px;
  color: #393f4b;
}
.video .video-cont .cont-cent .cent-list:hover .pic-mask {
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
}
.video .video-cont .page-number {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 30px;
}
.video .video-cont .page-number .but-active {
  background: #d82228 !important;
  color: #fff !important;
}
.video .video-cont .page-number .but-box {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  font-size: 14px;
  text-align: center;
  line-height: 50px;
  color: #999999;
  border-radius: 50%;
  background: #ececec;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video .video-cont .page-number .but-box .but-left {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(/images/icon/icon-honor-leftArrow.png) no-repeat center;
  background-size: 5px 8px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video .video-cont .page-number .but-box .but-right {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(/images/icon/icon-honor-rightArrow.png) no-repeat center;
  background-size: 5px 8px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video .video-cont .page-number .but-box:hover {
  background: #d82228;
  color: #fff;
}
.video .video-cont .page-number .but-box:hover .but-left {
  background: url(/images/icon/icon-honor-leftArrow-on.png) no-repeat center;
  background-size: 5px 8px;
}
.video .video-cont .page-number .but-box:hover .but-right {
  background: url(/images/icon/icon-honor-rightArrow-on.png) no-repeat center;
  background-size: 5px 8px;
}
.video .video-cont .Wpage-number {
  display: none;
}
.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;
}
.img {
  width: 100%;
}
@keyframes videoPlay {
  from {
    width: 0.6rem;
    height: 0.6rem;
    border: solid 2px #fff;
    opacity: 0.7;
  }
  to {
    width: 1rem;
    height: 1rem;
    border: solid 3px #fff;
    opacity: 0;
  }
}
@-webkit-keyframes videoPlay {
    from {
        width: 0.6rem;
        height: 0.6rem;
        border: solid 1px #fff;
        opacity: 0.7;
    }

    to {
        width: 1rem;
        height: 1rem;
        border: solid 3px #fff;
        opacity: 0;
    }
}
    .about2 {
        position: relative;
        max-width: 1920px;
        width: 100%;
        height: auto;
        padding: 1.2rem 0;
        overflow: hidden;
    }

    .about2 .about-bottom {
        width: 100%;
        height: auto;
        padding-bottom: 1.4rem;
        background: url(/images/about/bg.jpg) no-repeat center bottom;
    }

    .about2 .about-bottom .bottom-title {
        width: 100%;
        margin-bottom: 0.5rem;
        font-size: 0.36rem;
        font-weight: bold;
        text-align: center;
        color: #000;
    }

    .about2 .about-bottom .bottom-box {
        display: flex;
        justify-content: space-between;
        width: 13.72rem;
        margin: 0 auto;
    }

    .about2 .about-bottom .bottom-box .box-list {
        position: relative;
        width: calc(33.33% - 0.21rem);
        height: auto;
    }

    .about2 .about-bottom .bottom-box .box-list .list-cent {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        text-align: center;
        transform: translatey(-50%);
        -o-transform: translatey(-50%);
        -moz-transform: translatey(-50%);
        -webkit-transform: translatey(-50%);
    }

    .about2 .about-bottom .bottom-box .box-list .list-cent .list-icon {
        width: 62px;
        margin-bottom: 0.35rem;
    }

    .about2 .about-bottom .bottom-box .box-list .list-cent .left-title {
        font-size: 0.3rem;
        color: #fff;
    }

    .about2 .about-bottom .bottom-box .box-list .list-cent .list-text {
        width: 100%;
        height: 0;
        overflow: hidden;
        transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

    .about2 .about-bottom .bottom-box .box-list .list-cent .list-text span {
        display: inline-block;
        width: 22px;
        height: 2px;
        margin-top: 0.2rem;
        background: #fff;
    }

    .about2 .about-bottom .bottom-box .box-list .list-cent .list-text .text-font {
        width: 100%;
        margin-top: 0.4rem;
        font-size: 18px;
        color: #fff;
    }

    .about2 .about-bottom .bottom-box .box-list .list-mask {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(216, 34, 40, 0);
        transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

    .about2 .about-bottom .bottom-box .box-list:hover .list-text {
        height: 1rem;
    }

    .about2 .about-bottom .bottom-box .box-list:hover .list-mask {
        background: rgba(216, 34, 40, 0.8);
    }

    .about2 .about-cont {
        width: 13.72rem;
        height: auto;
        margin: 0 auto;
    }

    .about2 .about-cont .cont-plate2 {
        display: flex;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        padding: 1rem 0;
    }

    .about2 .about-cont .cont-plate2 .plate2-list {
        width: 25%;
        height: auto;
    }

    .about2 .about-cont .cont-plate2 .plate2-list .list-icon {
        width: 100%;
    }

    .about2 .about-cont .cont-plate2 .plate2-list .list-icon img {
        width: 0.49rem;
    }

    .about2 .about-cont .cont-plate2 .plate2-list .list-box {
        width: 100%;
        margin-top: 0.22rem;
    }

    .about2 .about-cont .cont-plate2 .plate2-list .list-box .pr {
        padding-right: 0.2rem;
    }

    .about2 .about-cont .cont-plate2 .plate2-list .list-box .box-num {
        position: relative;
        display: inline-block;
        font-size: 16px;
        color: #333333;
    }

    .about2 .about-cont .cont-plate2 .plate2-list .list-box .box-num span {
        font-family: 'gilroy-bold';
        font-size: 0.72rem;
        color: #333333;
    }

    .about2 .about-cont .cont-plate2 .plate2-list .list-box .box-num em {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 0.28rem;
        font-weight: bolder;
        color: #333333;
    }

    .about2 .about-cont .cont-plate2 .plate2-list .list-box .box-text {
        font-size: 16px;
        color: #333333;
    }

    .about2 .about-cont .cont-plate3 {
        position: relative;
        width: 1000px;
        height: auto;
        background: #000;
        margin:0 auto;
    }

    .about2 .about-cont .cont-plate3 .img2 {
        width: 100%;
        display: none;
    }

    .about2 .about-cont .cont-plate3 .hidden-box {
        width: 100%;
        height: 100%;
    }

    .about2 .about-cont .cont-plate3 .hidden-box .icon-box {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 1rem;
        height: 1rem;
        cursor: pointer;
        transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }

    .about2 .about-cont .cont-plate3 .hidden-box .icon-box .right-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0.7rem;
        z-index: 3;
        transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }

    .about2 .about-cont .cont-plate3 .hidden-box .icon-box .right-solid {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0.6rem;
        height: 0.6rem;
        border-radius: 50%;
        background-color: #000;
        transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }

    .about2 .about-cont .cont-plate3 .hidden-box .icon-box:hover .right-solid {
        animation: videoPlay 1.5s;
        animation-iteration-count: infinite;
        -webkit-animation: videoPlay 1.5s;
        -webkit-animation-iteration-count: infinite;
    }

    .about2 .about-cont .cont-plate3 .video-box {
        display: none;
        width: 1000px;
        height: auto;
    }

    .about2 .about-cont .cont-plate3 .video-box video {
        width: 1000px;
        height: auto;
    }

    .about2 .about-cont .cont-plate4 {
        display: flex;
        justify-content: space-between;
        width: 100%;
        height: auto;
        padding: 1.2rem 0 0;
        background: url(/images/about/plate4-bg.png) no-repeat left bottom;
        background-size: auto;
    }

    .about2 .about-cont .cont-plate4 .plate4-left {
        width: 3.2rem;
    }

    .about2 .about-cont .cont-plate4 .plate4-left .left-title {
        font-size: 0.48rem;
        font-weight: bold;
        color: #000;
    }

    .about2 .about-cont .cont-plate4 .plate4-left .left-box {
        width: 100%;
        height: auto;
        padding-left: 0.55rem;
        margin-top: 0.4rem;
    }

    .about2 .about-cont .cont-plate4 .plate4-left .left-box .box-pic {
        position: relative;
        width: 100%;
    }

    .about2 .about-cont .cont-plate4 .plate4-left .left-box .box-pic img {
        width: 100%;
    }

    .about2 .about-cont .cont-plate4 .plate4-left .left-box .box-pic .pic-title {
        position: absolute;
        top: 50%;
        left: 0;
        font-size: 0.3rem;
        font-weight: bold;
        text-align: center;
        line-height: 0.36rem;
        color: #d82228;
        transform: translatey(-50%);
        -o-transform: translatey(-50%);
        -moz-transform: translatey(-50%);
        -webkit-transform: translatey(-50%);
    }

    .about2 .about-cont .cont-plate4 .plate4-right {
        width: 8.24rem;
        height: auto;
    }

    .about2 .about-cont .cont-plate4 .plate4-right .right-text {
        margin-bottom: 0.46rem;
        font-size: 16px;
        line-height: 30px;
        color: #666;
    }

    .about2 .about-cont .cont-plate4 .plate4-right .right-text:last-of-type {
        margin-bottom: 0;
    }

    .img {
        width: 100%;
    }

    @keyframes move1 {
        0%

{
    transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

25% {
    transform: translate(-30px, 0);
    -o-transform: translate(-30px, 0);
    -moz-transform: translate(-30px, 0);
    -webkit-transform: translate(-30px, 0);
}

50% {
    transform: translate(-30px, 28px);
    -o-transform: translate(-30px, 28px);
    -moz-transform: translate(-30px, 28px);
    -webkit-transform: translate(-30px, 28px);
}

50% {
    transform: translate(10px, 12px);
    -o-transform: translate(10px, 12px);
    -moz-transform: translate(10px, 12px);
    -webkit-transform: translate(10px, 12px);
}

75% {
    transform: translate(10px, 30px);
    -o-transform: translate(10px, 30px);
    -moz-transform: translate(10px, 30px);
    -webkit-transform: translate(10px, 30px);
}

100% {
    transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

}

@keyframes move2 {
    0% {
        transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }

    25% {
        transform: translate(0, -20px);
        -o-transform: translate(0, -20px);
        -moz-transform: translate(0, -20px);
        -webkit-transform: translate(0, -20px);
    }

    50% {
        transform: translate(30px, 38px);
        -o-transform: translate(30px, 38px);
        -moz-transform: translate(30px, 38px);
        -webkit-transform: translate(30px, 38px);
    }

    50% {
        transform: translate(24px, 12px);
        -o-transform: translate(24px, 12px);
        -moz-transform: translate(24px, 12px);
        -webkit-transform: translate(24px, 12px);
    }

    75% {
        transform: translate(16px, 0px);
        -o-transform: translate(16px, 0px);
        -moz-transform: translate(16px, 0px);
        -webkit-transform: translate(16px, 0px);
    }

    100% {
        transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }
}

@keyframes move3 {
    0% {
        transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }

    25% {
        transform: translate(10, 20px);
        -o-transform: translate(10, 20px);
        -moz-transform: translate(10, 20px);
        -webkit-transform: translate(10, 20px);
    }

    50% {
        transform: translate(-30px, 8px);
        -o-transform: translate(-30px, 8px);
        -moz-transform: translate(-30px, 8px);
        -webkit-transform: translate(-30px, 8px);
    }

    50% {
        transform: translate(6px, 27px);
        -o-transform: translate(6px, 27px);
        -moz-transform: translate(6px, 27px);
        -webkit-transform: translate(6px, 27px);
    }

    75% {
        transform: translate(18px, 0px);
        -o-transform: translate(18px, 0px);
        -moz-transform: translate(18px, 0px);
        -webkit-transform: translate(18px, 0px);
    }

    100% {
        transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }
}

@keyframes move4 {
    0% {
        transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }

    25% {
        transform: translate(20px, 10px);
        -o-transform: translate(20px, 10px);
        -moz-transform: translate(20px, 10px);
        -webkit-transform: translate(20px, 10px);
    }

    50% {
        transform: translate(6px, 39px);
        -o-transform: translate(6px, 39px);
        -moz-transform: translate(6px, 39px);
        -webkit-transform: translate(6px, 39px);
    }

    50% {
        transform: translate(40px, -21px);
        -o-transform: translate(40px, -21px);
        -moz-transform: translate(40px, -21px);
        -webkit-transform: translate(40px, -21px);
    }

    75% {
        transform: translate(18px, 0px);
        -o-transform: translate(18px, 0px);
        -moz-transform: translate(18px, 0px);
        -webkit-transform: translate(18px, 0px);
    }

    100% {
        transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }
}

@keyframes videoPlay {
    from {
        width: 0.6rem;
        height: 0.6rem;
        border: solid 2px #fff;
        opacity: 0.7;
    }

    to {
        width: 1rem;
        height: 1rem;
        border: solid 3px #fff;
        opacity: 0;
    }
}

@-webkit-keyframes videoPlay {
    from {
        width: 0.6rem;
        height: 0.6rem;
        border: solid 1px #fff;
        opacity: 0.7;
    }

    to {
        width: 1rem;
        height: 1rem;
        border: solid 3px #fff;
        opacity: 0;
    }
}
