@import url('reset.css');
@import url('animate.min.css');
@import url('swiper-bundle.min.css');
@import url(../css/font/iconfont.css);
@font-face {
  font-family: "Poppins-Bold";
  src: url(../font/Poppins-Bold.otf);
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url(../font/Poppins-SemiBold.ttf);
}
@font-face {
  font-family: "Poppins-Regular";
  src: url(../font/Poppins-Regular.otf);
}
@font-face {
  font-family: "Poppins-Medium";
  src: url(../font/Poppins-Medium.otf);
}
@font-face {
  font-family: "MiSans-Bold";
  src: url(../font/MiSans-Bold.ttf);
}
.layout,
.index_layout {
  width: 1600px;
  margin: 0 auto;
}
body,
* {
  font-family: "Poppins-Regular";
  box-sizing: border-box;
}
.head_holder {
  display: none !important;
}
#spotlight {
  background-color: #0000008f !important;
}
.language_item .item a {
  display: block;
  padding: 5px 20px 5px 15px;
}
.language_item .item:hover {
  background-color: #F5F7FA;
}
.index_head,
.page_head {
  background-color: rgba(255, 255, 255, 0.36);
  backdrop-filter: blur(5px);
  position: fixed;
  z-index: 99;
  width: 100%;
}
.index_head .head_holder,
.page_head .head_holder {
  display: none !important;
}
.index_head .layout,
.page_head .layout {
  display: flex;
  position: relative;
}
.index_head .layout .head,
.page_head .layout .head {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 0;
}
.index_head .layout .head .web_nav,
.page_head .layout .head .web_nav {
  flex: auto;
  height: 100%;
}
.index_head .layout .head .web_nav > ul,
.page_head .layout .head .web_nav > ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  transition: all 0.3s;
}
.index_head .layout .head .web_nav > ul > li,
.page_head .layout .head .web_nav > ul > li {
  flex: 0 auto;
  position: relative;
}
.index_head .layout .head .web_nav > ul > li > a,
.page_head .layout .head .web_nav > ul > li > a {
  height: 100%;
  font-size: 16px;
  font-style: normal;
  font-family: Poppins-Regular;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 0 22px;
}
.index_head .layout .head .web_nav > ul > li > a > em,
.page_head .layout .head .web_nav > ul > li > a > em {
  width: 100%;
}
.index_head .layout .head .web_nav > ul > li > a > b,
.page_head .layout .head .web_nav > ul > li > a > b {
  margin-left: 4px;
}
.index_head .layout .head .web_nav > ul > li > a > b::after,
.page_head .layout .head .web_nav > ul > li > a > b::after {
  content: '';
  content: '\f107';
  font-family: 'fontawesome';
}
.index_head .layout .head .web_nav > ul > li ul,
.page_head .layout .head .web_nav > ul > li ul {
  position: absolute;
  background-color: #fff;
  border-top: 2px solid #fe0000;
  width: 280px;
  z-index: 9;
  padding: 10px 0;
  left: 0;
  height: auto;
  transform: rotateX(90deg);
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.index_head .layout .head .web_nav > ul > li ul > li::after,
.page_head .layout .head .web_nav > ul > li ul > li::after {
  display: none;
}
.index_head .layout .head .web_nav > ul > li ul > li a,
.page_head .layout .head .web_nav > ul > li ul > li a {
  display: block;
  padding: 5px 10px;
  color: #333;
  position: relative;
  font-family: Poppins-Regular;
  font-size: 16px;
}
.index_head .layout .head .web_nav > ul > li ul > li a::before,
.page_head .layout .head .web_nav > ul > li ul > li a::before {
  content: '';
  display: block;
  width: 4px;
  height: 30%;
  background-color: #aaa;
  position: absolute;
  left: 0;
  top: 40%;
  opacity: 0;
  transition: all 0.5s;
}
.index_head .layout .head .web_nav > ul > li ul > li a > b,
.page_head .layout .head .web_nav > ul > li ul > li a > b {
  margin-left: 4px;
  transform: none;
}
.index_head .layout .head .web_nav > ul > li ul > li a > b::after,
.page_head .layout .head .web_nav > ul > li ul > li a > b::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
  border: 5px solid #ffffff;
  border-left-width: 6px;
  border-right: 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  right: 20px;
  top: 14px;
}
.index_head .layout .head .web_nav > ul > li ul > li:hover > a,
.page_head .layout .head .web_nav > ul > li ul > li:hover > a {
  font-weight: normal;
  text-decoration: none;
  color: #fe0000;
}
.index_head .layout .head .web_nav > ul > li ul > li:hover > a::before,
.page_head .layout .head .web_nav > ul > li ul > li:hover > a::before {
  top: 50%;
  margin-top: -11px;
  height: 22px;
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #fe0000;
  transition: all 0.5s;
}
.index_head .layout .head .web_nav > ul > li ul > li:hover > a > b::after,
.page_head .layout .head .web_nav > ul > li ul > li:hover > a > b::after {
  transform: rotate(0);
  border-color: #fff;
  border-left-color: #fe0000;
}
.index_head .layout .head .web_nav > ul > li ul > li:hover > ul,
.page_head .layout .head .web_nav > ul > li ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0);
  transition: all 0.3s;
}
.index_head .layout .head .web_nav > ul > li ul::after,
.page_head .layout .head .web_nav > ul > li ul::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
  border: 10px solid #ffffff;
  border-left-width: 10px;
  border-top: 0;
  border-left-color: transparent;
  border-right-color: transparent;
  top: -10px;
  left: 30px;
}
.index_head .layout .head .web_nav > ul > li:hover > a,
.page_head .layout .head .web_nav > ul > li:hover > a {
  text-decoration: none;
  color: #fe0000;
}
.index_head .layout .head .web_nav > ul > li:hover > a > b,
.page_head .layout .head .web_nav > ul > li:hover > a > b {
  transform: rotate(180deg);
}
.index_head .layout .head .web_nav > ul > li:hover > a > b::after,
.page_head .layout .head .web_nav > ul > li:hover > a > b::after {
  border-color: #000;
  border-left-color: transparent;
  border-right-color: transparent;
}
.index_head .layout .head .web_nav > ul > li:hover > ul,
.page_head .layout .head .web_nav > ul > li:hover > ul {
  opacity: 1;
  transform: rotateX(0);
  visibility: visible;
  transition: all 0.3s;
}
.index_head .layout .head .web_nav > ul > li:hover > ul li a b,
.page_head .layout .head .web_nav > ul > li:hover > ul li a b {
  transform: none;
}
.index_head .layout .head .web_nav > ul .current-menu-item > a,
.page_head .layout .head .web_nav > ul .current-menu-item > a {
  color: #fe0000;
  position: relative;
}
.index_head .layout .head .head_form,
.page_head .layout .head .head_form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s;
}
.index_head .layout .head .head_form .country,
.page_head .layout .head .head_form .country {
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 2vw;
}
.index_head .layout .head .head_form .country .change-language,
.page_head .layout .head .head_form .country .change-language {
  position: relative;
}
.index_head .layout .head .head_form .country .change-language a,
.page_head .layout .head .head_form .country .change-language a {
  color: #fff;
}
.index_head .layout .head .head_form .country .change-language .change-language-cont .language-flag span,
.page_head .layout .head .head_form .country .change-language .change-language-cont .language-flag span {
  color: #000;
}
.index_head .layout .head .head_form .btn--search,
.page_head .layout .head .head_form .btn--search {
  display: block;
  flex: 0 20%;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/search_btn.png);
  margin-right: 20px ;
}
.index_head .layout .logo,
.page_head .layout .logo {
  padding: 5px 0;
}
.index_head .layout .logo a,
.page_head .layout .logo a {
  display: flex;
  height: 90px;
  align-items: center;
  position: relative;
  z-index: 99;
}
.index_head .layout .logo a img,
.page_head .layout .logo a img {
  height: 100%;
}
.fixed-nav {
  width: 100%;
  position: fixed !important;
  left: 0;
  top: 0;
  z-index: 99;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff, endColorstr=#e5ffffff);
  box-shadow: 1px 0 1px rgba(0, 0, 0, 0.3);
}
.fixed-nav .layout .head .web_nav ul li a {
  color: #000;
}
.fixed-nav .layout .head .head_form .btn--search {
  filter: brightness(0) invert(0);
}
.fixed-nav .layout .head .head_form .country .change-language {
  position: relative;
}
.fixed-nav .layout .head .head_form .country .change-language a {
  color: #000;
}
.fixed-nav .layout .logo {
  filter: none;
}
.fixed-nav-active {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.index_title {
  font-family: Poppins-Bold;
  font-size: 48px;
  color: #000000;
  text-align: center;
}
.index_main .banner {
  position: relative;
}
.index_main .banner .bannerSwiper {
  position: relative;
  overflow: hidden;
}
.index_main .banner .bannerSwiper .swiper-slide {
  width: 100%;
}
.index_main .banner .bannerSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_main .banner .bannerSwiper .swiper-slide .banner_intro {
  position: absolute;
  left: 12%;
  top: 50%;
  transform: translateY(-50%);
  width: 48%;
  color: #fff;
}
.index_main .banner .bannerSwiper .swiper-slide .banner_intro span {
  display: block;
  transform: translateY(100%);
  transition: all 0.5s;
  opacity: 0;
}
.index_main .banner .bannerSwiper .swiper-slide .banner_intro h1 {
  font-family: Poppins-Bold;
  text-transform: capitalize;
  font-size: clamp(18px, calc(17.973px + 2.71vw), 70px);
  overflow: hidden;
}
.index_main .banner .bannerSwiper .swiper-slide .banner_intro h1 b {
  font-family: Poppins-Bold;
  color: #fe0000;
}
.index_main .banner .bannerSwiper .swiper-slide .banner_intro p {
  margin: 40px 0;
  width: 50%;
  font-size: 16px;
  line-height: 2;
  overflow: hidden;
}
.index_main .banner .bannerSwiper .swiper-slide-active .banner_intro span {
  transform: translateY(0);
  transition: all 1s;
  transition-delay: 0.5s;
  opacity: 1;
}
.index_main .banner .bannerSwiper .swiper-pagination {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  bottom: auto;
  right: 0px;
  left: auto;
  width: auto;
  color: #fff;
  font-size: 26px;
  display: flex;
  align-items: center;
}
.index_main .banner .bannerSwiper .swiper-pagination::after {
  content: '';
  display: block;
  width: 220px;
  height: 1px;
  background-color: #959699;
}
.index_main .banner .bannerSwiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 20px;
  width: auto;
  height: auto;
  background-color: transparent;
  opacity: 0.4;
}
.index_main .banner .bannerSwiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: transparent;
  opacity: 1;
}
.index_main .banner .banner_share {
  position: absolute;
  bottom: 10%;
  left: 12%;
  z-index: 2;
}
.index_main .banner .banner_share li a {
  line-height: 1.5;
  width: 42px;
  height: 42px;
  margin: 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_main .banner .banner_share li a i {
  color: #fff;
  font-size: 20px;
  transition: all 0.5s;
}
.index_main .banner .banner_share li a:hover i {
  color: #fe0000;
  transition: all 0.5s;
}
.index_main .banner .down {
  position: absolute;
  bottom: 60px;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
}
.index_main .banner .down a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  writing-mode: vertical-rl;
  color: #fff;
  letter-spacing: 1px;
  font-size: 16px;
}
.index_main .productWrap {
  padding: 6vw 0;
}
.index_main .productWrap .product_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_main .productWrap .product_title a {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #000;
  position: relative;
  z-index: 2;
}
.index_main .productWrap .product_title a::after {
  z-index: -1;
  position: absolute;
  width: 0;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 100%;
  transition: all 0.5s;
  background-color: #000;
}
.index_main .productWrap .product_title a:hover {
  color: #fff;
}
.index_main .productWrap .product_title a:hover::after {
  width: 100%;
  transition: all 0.5s;
}
.index_main .productWrap .productSwiper {
  overflow: hidden;
  margin-top: 90px;
  position: relative;
  padding-bottom: 120px;
}
.index_main .productWrap .productSwiper .swiper-slide .imgWrap {
  position: relative;
  width: 100%;
  padding-top: 70%;
}
.index_main .productWrap .productSwiper .swiper-slide .imgWrap img {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.index_main .productWrap .productSwiper .swiper-slide .imgWrap::after {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(2px);
  content: "";
  width: 1px;
  height: 100%;
  background-color: #d6d6d6;
  display: block;
}
.index_main .productWrap .productSwiper .swiper-slide .info {
  padding: 20px;
  text-align: center;
}
.index_main .productWrap .productSwiper .swiper-slide .info .title {
  font-size: 24px;
  font-weight: bold;
}
.index_main .productWrap .productSwiper .swiper-slide .info .desc {
  font-size: 16px;
  margin-top: 10px;
}
.index_main .productWrap .productSwiper .product-prev {
  top: auto;
  bottom: 0;
  left: 35%;
  width: 56px;
  height: 56px;
  border: 1px solid #000;
  border-radius: 50%;
  transition: all 0.3s;
}
.index_main .productWrap .productSwiper .product-prev::after {
  content: "";
  background-image: url(../img/index/prev.png);
  width: 26px;
  height: 26px;
  display: block;
  transition: all 0.3s;
}
.index_main .productWrap .productSwiper .product-prev:hover {
  background-color: #fe0000;
  border: 1px solid #fe0000;
  transition: all 0.3s;
}
.index_main .productWrap .productSwiper .product-prev:hover::after {
  filter: brightness(0) invert(1);
  transition: all 0.3s;
}
.index_main .productWrap .productSwiper .product-next {
  top: auto;
  bottom: 0;
  right: 35%;
  width: 56px;
  height: 56px;
  border: 1px solid #000;
  border-radius: 50%;
  transition: all 0.3s;
}
.index_main .productWrap .productSwiper .product-next::after {
  content: "";
  background-image: url(../img/index/next.png);
  width: 26px;
  height: 26px;
  display: block;
  transition: all 0.3s;
}
.index_main .productWrap .productSwiper .product-next:hover {
  background-color: #fe0000;
  border: 1px solid #fe0000;
  transition: all 0.3s;
}
.index_main .productWrap .productSwiper .product-next:hover::after {
  filter: brightness(0) invert(1);
  transition: all 0.3s;
}
.index_main .productWrap .productSwiper .swiper-pagination {
  bottom: 16px;
}
.index_main .productWrap .productSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 8px;
  border-radius: 0;
}
.index_main .productWrap .productSwiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fe0000;
}
.index_main .aboutWrap {
  background-color: #f1f1f1;
  display: flex;
  padding-left: calc((100% - 1600px) / 2);
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.index_main .aboutWrap .left {
  width: 42%;
}
.index_main .aboutWrap .left .index_title {
  text-align: left;
  font-size: 64px;
}
.index_main .aboutWrap .left .company {
  font-size: 30px;
  margin: 40px 0;
}
.index_main .aboutWrap .left .intro {
  font-size: 16px;
}
.index_main .aboutWrap .left .intro p {
  margin-bottom: 20px;
}
.index_main .aboutWrap .left .aboutNum {
  display: flex;
  position: relative;
  width: 155%;
  background-color: #fff;
  margin-top: 80px;
  padding: 30px 0;
  z-index: 1;
}
.index_main .aboutWrap .left .aboutNum li {
  flex: 0 33.333%;
  padding: 0  4vw;
  border-left: 1px solid rgba(61, 61, 61, 0.1);
}
.index_main .aboutWrap .left .aboutNum li:first-child {
  border-left: none;
  padding-left: 4vw ;
}
.index_main .aboutWrap .left .aboutNum li .numadd {
  font-size: 60px;
  font-family: Poppins-SemiBold;
  color: #000;
  margin: 10px 0;
}
.index_main .aboutWrap .left .aboutNum li .icon {
  width: 35px;
}
.index_main .aboutWrap .left .aboutNum li .icon img {
  width: 100%;
}
.index_main .aboutWrap .right {
  width: 55%;
}
.index_main .aboutWrap .right .imgWrap {
  width: 100%;
}
.index_main .aboutWrap .right .imgWrap img {
  width: 100%;
}
.index_main .cateWrap {
  position: relative;
}
.index_main .cateWrap .cate_list {
  position: absolute;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
.index_main .cateWrap .cate_list > li {
  flex: 0 calc(100% / 5);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  border-right: 1px solid #9f9f9f;
  padding: 0 30px;
  transition: all 0.5s;
  position: relative;
  box-sizing: border-box;
}
.index_main .cateWrap .cate_list > li .Wrap {
  position: absolute;
  top: 58%;
  transition: all 0.5s;
}
.index_main .cateWrap .cate_list > li .Wrap .icon {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
}
.index_main .cateWrap .cate_list > li .Wrap .icon img {
  width: 100%;
}
.index_main .cateWrap .cate_list > li .Wrap .icon svg {
  width: 40px;
}
.index_main .cateWrap .cate_list > li .Wrap .icon svg path {
  fill: #fff;
}
.index_main .cateWrap .cate_list > li .Wrap .cate_title {
  color: #fff;
  font-family: Poppins-Medium;
  font-size: 34px;
  margin-top: 50px;
  transition: all 0.3s;
}
.index_main .cateWrap .cate_list > li .Wrap .cate_title::after {
  content: '';
  display: block;
  width: 70px;
  height: 8px;
  margin-top: 20px;
  border-radius: 10px;
  background-color: #fff;
}
.index_main .cateWrap .cate_list > li .Wrap .desc {
  opacity: 0;
  margin-top: 2vw;
  overflow: hidden;
  font-size: 16px;
  color: #fff;
  width: 100%;
  transition: all 0.5s;
}
.index_main .cateWrap .cate_list > li .Wrap .imgWrap {
  display: none;
}
.index_main .cateWrap .cate_list > li.current {
  background-color: #0000009d;
  transition: all 0.3s;
}
.index_main .cateWrap .cate_list > li.current .Wrap {
  top: 30%;
  transition: all 0.5s;
}
.index_main .cateWrap .cate_list > li.current .Wrap .cate_title {
  font-size: 40px;
  transition: all 0.3s;
}
.index_main .cateWrap .cate_list > li.current .Wrap .desc {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.8s;
  transition-delay: 0.3s;
}
.index_main .cateWrap .itemWrap {
  z-index: 1;
  height: 100%;
  width: 100%;
}
.index_main .cateWrap .itemWrap .item {
  width: 100%;
}
.index_main .cateWrap .itemWrap .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_main .cateWrap .itemWrap .hide {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  transition: all ease-in-out 0.5s;
  transform: scaleY(0);
}
.index_main .serviceWrap {
  padding: 6vw 0;
  overflow: hidden;
  background-color: #f1f1f1;
}
.index_main .serviceWrap .serviceSwiper {
  margin-top: 90px;
  position: relative;
  overflow: hidden;
}
.index_main .serviceWrap .serviceSwiper .swiper-slide {
  position: relative;
}
.index_main .serviceWrap .serviceSwiper .swiper-slide .imgWrap {
  width: 100%;
  overflow: hidden;
}
.index_main .serviceWrap .serviceSwiper .swiper-slide .imgWrap img {
  width: 100%;
  transition: all 0.5s;
}
.index_main .serviceWrap .serviceSwiper .swiper-slide .title {
  font-family: Poppins-SemiBold;
  font-size: 22px;
  margin: 20px 0;
  color: #000;
  transition: all 0.5s;
}
.index_main .serviceWrap .serviceSwiper .swiper-slide .desc {
  color: #333333;
  font-size: 16px;
}
.index_main .serviceWrap .serviceSwiper .swiper-slide::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
  opacity: 0.6;
}
.index_main .serviceWrap .serviceSwiper .swiper-slide:hover .imgWrap img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.index_main .serviceWrap .serviceSwiper .swiper-slide-active::after {
  background-color: transparent;
  z-index: -1;
}
.index_main .serviceWrap .serviceSwiper .service-prev {
  left: 80px;
  color: #000;
}
.index_main .serviceWrap .serviceSwiper .service-prev::after {
  font-size: 30px;
}
.index_main .serviceWrap .serviceSwiper .service-next {
  right: 80px;
  color: #000;
}
.index_main .serviceWrap .serviceSwiper .service-next::after {
  font-size: 30px;
}
.index_main .caseWrap {
  background-color: #f1f1f1;
  padding-bottom: 6vw;
  position: relative;
}
.index_main .caseWrap .caseSwiper {
  overflow: hidden;
  margin-top: 90px;
  padding-bottom: 60px;
}
.index_main .caseWrap .caseSwiper .swiper-slide {
  background-color: #fff;
}
.index_main .caseWrap .caseSwiper .swiper-slide .title {
  padding: 20px;
  font-size: 16px;
}
.index_main .caseWrap .caseSwiper .swiper-slide .imgWrap {
  width: 100%;
  position: relative;
  padding-top: 70%;
}
.index_main .caseWrap .caseSwiper .swiper-slide .imgWrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_main .caseWrap .caseSwiper .swiper-pagination {
  bottom: 100px;
}
.index_main .caseWrap .caseSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 15px;
}
.index_main .caseWrap .caseSwiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fe0000;
}
.index_main .newsWrap {
  padding: 6vw 0;
}
.index_main .newsWrap .index_title {
  text-align: left;
}
.index_main .newsWrap .Wrap {
  position: relative;
  margin-top: 60px;
}
.index_main .newsWrap .Wrap .newsSwiper {
  overflow: hidden;
}
.index_main .newsWrap .Wrap .newsSwiper .swiper-slide .date {
  font-size: 18px;
  margin-bottom: 20px;
  color: #333333;
}
.index_main .newsWrap .Wrap .newsSwiper .swiper-slide .imgWrap {
  position: relative;
  padding-top: 65%;
  overflow: hidden;
}
.index_main .newsWrap .Wrap .newsSwiper .swiper-slide .imgWrap img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index_main .newsWrap .Wrap .newsSwiper .swiper-slide .title {
  font-family: Poppins-SemiBold;
  font-size: 20px;
  margin: 20px 0;
}
.index_main .newsWrap .Wrap .newsSwiper .swiper-slide .title a {
  color: #000;
  transition: all 0.5s;
}
.index_main .newsWrap .Wrap .newsSwiper .swiper-slide .more a {
  display: inline-block;
  padding: 10px 40px ;
  color: #fff;
  border: 1px solid #000;
  position: relative;
}
.index_main .newsWrap .Wrap .newsSwiper .swiper-slide .more a::after {
  z-index: -1;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 100%;
  transition: all 0.5s;
  background-color: #000;
}
.index_main .newsWrap .Wrap .newsSwiper .swiper-slide:hover .imgWrap img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.index_main .newsWrap .Wrap .newsSwiper .swiper-slide:hover .title a {
  color: #fe0000;
  transition: all 0.5s;
}
.index_main .newsWrap .Wrap .newsSwiper .swiper-slide:hover .more a {
  color: #000;
  transition: all 0.5s;
}
.index_main .newsWrap .Wrap .newsSwiper .swiper-slide:hover .more a::after {
  z-index: -1;
  width: 0%;
  transition: all 0.5s;
}
.index_main .newsWrap .Wrap .newsSwiper .swiper-slide:nth-of-type(2) {
  animation-delay: 0.4s;
}
.index_main .newsWrap .Wrap .newsSwiper .swiper-slide:nth-of-type(3) {
  animation-delay: 0.8s;
}
.index_main .newsWrap .Wrap .news-prev {
  left: -80px;
  color: #000;
}
.index_main .newsWrap .Wrap .news-prev::after {
  font-size: 30px;
}
.index_main .newsWrap .Wrap .news-next {
  right: -80px;
  color: #000;
}
.index_main .newsWrap .Wrap .news-next::after {
  font-size: 30px;
}
.partnerWrap {
  padding: 5vw 0;
}
.partnerWrap .list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
  margin-top: 90px;
}
.partnerWrap .list li {
  flex: 0 16.66%;
  padding: 10px 20px ;
  height: 150px ;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partnerWrap .list li img {
  width: auto;
  height: auto;
  object-fit: cover;
}
.page_main .path_bar {
  padding: 15px 0;
  border-bottom: 1px #ececec solid;
}
.page_main .page_banner {
  position: relative;
}
.page_main .page_banner .banner_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: Poppins-SemiBold;
  font-size: 60px;
  color: #fff;
  text-transform: uppercase;
}
.page_main .about_about {
  padding: 5vw 0;
}
.page_main .about_about .index_title {
  text-align: left;
}
.page_main .about_about .layout {
  display: flex;
  width: 1440px;
  align-items: center;
  justify-content: space-between;
}
.page_main .about_about .layout .left_intro {
  flex: 0 48%;
}
.page_main .about_about .layout .left_intro .company {
  margin: 20px 0;
  font-size: 20px;
}
.page_main .about_about .layout .left_intro .intro {
  line-height: 1.5;
  font-size: 16px;
  color: #333;
}
.page_main .about_about .layout .right_img {
  flex: 0 45%;
}
.page_main .about_about .layout .aboutNum {
  margin-top: 60px;
  display: flex;
  gap: 30px;
  width: 100%;
}
.page_main .about_about .layout .aboutNum li {
  flex: 1 auto;
  padding: 10px 20px;
}
.page_main .about_about .layout .aboutNum li .title {
  display: flex;
  font-family: "Poppins-SemiBold";
  color: #fe0000;
}
.page_main .about_about .layout .aboutNum li .title .numadd {
  font-size: 70px;
  font-family: "Poppins-Bold";
}
.page_main .about_about .layout .aboutNum li .title b {
  font-size: 70px;
  font-family: "Poppins-Bold";
}
.page_main .about_about .layout .aboutNum li .title span {
  font-size: 39px;
  font-family: "Poppins-Bold";
}
.page_main .about_advantages {
  padding-bottom: 5vw;
}
.page_main .about_advantages .list {
  display: flex;
  margin-top: 60px;
}
.page_main .about_advantages .list li {
  flex: 0 25%;
  padding: 0 20px ;
}
.page_main .about_advantages .list li .icon {
  width: 45px;
  margin-bottom: 20px;
}
.page_main .about_advantages .list li .icon img {
  width: 100%;
}
.page_main .about_advantages .list li .title {
  font-size: 20px;
  font-family: Poppins-Medium;
  margin-bottom: 20px;
}
.page_main .about_advantages .list li .desc {
  font-size: 16px;
  color: #666;
  word-break: break-all;
}
.page_main .about_history {
  background-image: url(../img/page/history_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 7vw 0;
}
.page_main .about_history .Wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 3vw;
}
.page_main .about_history .Wrap .course_images {
  overflow: hidden;
}
.page_main .about_history .Wrap .course_images .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page_main .about_history .Wrap .course_images .swiper-slide .intro {
  position: relative;
  flex: 0 48%;
  margin: 0 40px ;
}
.page_main .about_history .Wrap .course_images .swiper-slide .intro .title {
  font-size: 15vw;
  font-weight: bold;
  font-family: Poppins-Bold;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}
.page_main .about_history .Wrap .course_images .swiper-slide .intro .desc {
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
}
.page_main .about_history .Wrap .course_images .swiper-slide .imgWrap {
  flex: 0 45%;
  margin: 0 40px ;
}
.page_main .about_history .Wrap .course_images .swiper-slide .imgWrap img {
  width: 100%;
}
.page_main .about_history .Wrap .course_years {
  overflow: hidden;
  margin-top: 4vw ;
  padding-top: 20px;
  width: 100%;
  position: relative;
}
.page_main .about_history .Wrap .course_years::after {
  content: "";
  width: 96%;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 2%;
  top: 10px;
  opacity: 0.5;
}
.page_main .about_history .Wrap .course_years .swiper-slide {
  padding: 10px 0;
}
.page_main .about_history .Wrap .course_years .swiper-slide p {
  font-weight: bold;
  opacity: 0.5;
  color: #000;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
.page_main .about_history .Wrap .course_years .swiper-slide::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
  display: block;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
}
.page_main .about_history .Wrap .course_years .swiper-slide::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  display: block;
  position: absolute;
  top: -15px;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
}
.page_main .about_history .Wrap .course_years .swiper-slide-thumb-active p {
  opacity: 1;
}
.page_main .about_history .Wrap .course_years .swiper-slide-thumb-active::after {
  background-color: #fe0000;
}
.page_main .about_history .Wrap .course_years .swiper-slide-thumb-active::before {
  background-color: #fe0000;
  opacity: 0.5;
}
.page_main .about_history .Wrap .course_years .years-prev {
  top: 11px;
  left: -2px;
  color: #000;
}
.page_main .about_history .Wrap .course_years .years-prev::after {
  font-size: 20px;
  font-weight: bold;
}
.page_main .about_history .Wrap .course_years .years-next {
  top: 11px;
  right: -2px;
  color: #000;
}
.page_main .about_history .Wrap .course_years .years-next::after {
  font-size: 20px;
  font-weight: bold;
}
.page_main .about_certificate {
  background-color: #f1f4f6;
  padding: 5vw 0;
}
.page_main .about_certificate .layout {
  position: relative;
}
.page_main .about_certificate .topWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page_main .about_certificate .topWrap .left_intro {
  flex: 0 48%;
}
.page_main .about_certificate .topWrap .left_intro .index_title {
  text-align: left;
  margin-bottom: 40px;
}
.page_main .about_certificate .topWrap .left_intro .intro {
  color: #333;
  font-size: 16px;
  line-height: 1.6;
}
.page_main .about_certificate .topWrap .right_img {
  flex: 0 48%;
}
.page_main .about_certificate .topWrap .right_img img {
  width: 100%;
}
.page_main .about_certificate .certificate .swiper-button-prev {
  left: -3vw;
  color: #000;
}
.page_main .about_certificate .certificate .swiper-button-prev::after {
  font-size: 30px;
}
.page_main .about_certificate .certificate .swiper-button-next {
  right: -3vw;
  color: #000;
}
.page_main .about_certificate .certificate .swiper-button-next::after {
  font-size: 30px;
}
.page_main .about_certificate .certificate_swiper01 {
  margin-top: 50px;
  overflow: hidden;
}
.page_main .about_certificate .certificate_swiper02 {
  margin-top: 50px;
  overflow: hidden;
}
.page_main .about_video {
  padding: 5vw 0;
}
.page_main .about_video .Wrap {
  position: relative;
}
.page_main .about_video .Wrap .videoSwiper {
  overflow: hidden;
  padding: 60px 0;
  position: relative;
}
.page_main .about_video .Wrap .videoSwiper .swiper-slide {
  width: 100%;
}
.page_main .about_video .Wrap .videoSwiper .swiper-slide .videoWrap {
  position: relative;
  width: 100%;
  padding-top: 60%;
}
.page_main .about_video .Wrap .videoSwiper .swiper-slide .videoWrap video {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page_main .about_video .Wrap .videoSwiper .swiper-slide .title {
  margin: 20px 0;
  font-size: 20px;
  font-family: Poppins-SemiBold;
}
.page_main .about_video .Wrap .swiper-button-prev {
  left: -3vw;
  color: #000;
}
.page_main .about_video .Wrap .swiper-button-prev::after {
  font-size: 30px;
}
.page_main .about_video .Wrap .swiper-button-next {
  right: -3vw;
  color: #000;
}
.page_main .about_video .Wrap .swiper-button-next::after {
  font-size: 30px;
}
.page_main .about_video .Wrap .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 15px;
}
.page_main .about_video .Wrap .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fe0000;
}
.page_main .about_exhibition .Wrap {
  position: relative;
}
.page_main .about_exhibition .Wrap .exhibitionSwiper {
  overflow: hidden;
  padding: 60px 0;
  position: relative;
}
.page_main .about_exhibition .Wrap .exhibitionSwiper .swiper-slide {
  width: 100%;
}
.page_main .about_exhibition .Wrap .exhibitionSwiper .swiper-slide .imgWrap {
  position: relative;
  width: 100%;
  padding-top: 60%;
}
.page_main .about_exhibition .Wrap .exhibitionSwiper .swiper-slide .imgWrap img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page_main .about_exhibition .Wrap .exhibitionSwiper .swiper-slide .date {
  font-size: 16px;
  margin-top: 20px;
}
.page_main .about_exhibition .Wrap .exhibitionSwiper .swiper-slide .title {
  margin: 20px 0;
  font-size: 20px;
}
.page_main .about_exhibition .Wrap .swiper-button-prev {
  left: -3vw;
  color: #000;
}
.page_main .about_exhibition .Wrap .swiper-button-prev::after {
  font-size: 30px;
}
.page_main .about_exhibition .Wrap .swiper-button-next {
  right: -3vw;
  color: #000;
}
.page_main .about_exhibition .Wrap .swiper-button-next::after {
  font-size: 30px;
}
.page_main .about_exhibition .Wrap .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 15px;
}
.page_main .about_exhibition .Wrap .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fe0000;
}
.page_main .pagelist {
  display: flex;
  justify-content: center;
  margin: 40px auto;
  gap: 10px;
}
.page_main .pagelist a {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  border: 1px solid #666;
  font-size: 16px;
  color: #333333;
  border-radius: 8px;
}
.page_main .pagelist a.current {
  background-color: #fe0000;
  color: #fff;
  border: 1px solid #fe0000;
}
.page_main .pagelist a:hover {
  background-color: #fe0000;
  color: #fff;
  border: 1px solid #fe0000;
}
.page_main .aside {
  width: 380px;
  float: left;
}
.page_main .aside .side-tit-bar {
  position: relative;
}
.page_main .aside .side-tit-bar .side-tit {
  position: relative;
  font-family: Poppins-SemiBold;
  font-size: 24px;
  color: #000;
  text-transform: capitalize;
  padding: 0 0 20px 0;
}
.page_main .aside .side-tit-bar .side-tit::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 4px;
  background-color: #fe0000;
  display: block;
  bottom: 10px;
  left: 0;
}
.page_main .aside .side-cate {
  margin-top: 10px;
}
.page_main .aside .side-cate li {
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #00000079;
}
.page_main .aside .side-cate li a {
  position: relative;
  display: block;
  margin-right: 38px;
  padding: 10px 0;
  font-size: 18px;
}
.page_main .aside .side-cate li ul.sub-menu {
  display: none;
  overflow: visible !important;
}
.page_main .aside .side-cate li ul.sub-menu li {
  list-style: square;
  margin-left: 25px;
  border-bottom: none;
}
.page_main .aside .side-cate li ul.sub-menu li a {
  padding: 5px 30px 10px 0px;
  margin-right: 0;
  font-size: 16px;
  color: #000;
}
.page_main .aside .side-cate li ul.sub-menu li li {
  list-style: none;
  margin-left: 0;
  border-bottom: none;
}
.page_main .aside .side-cate li ul.sub-menu li li a {
  padding: 0px 30px 10px 0px;
  margin-right: 0;
  color: #666;
}
.page_main .aside .side-cate li .icon-cate {
  position: absolute;
  right: 10px;
  top: 15px;
  display: inline-block;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 10px;
  cursor: pointer;
  color: #222;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page_main .aside .side-cate li .icon-cate.icon-cate-down:before {
  content: '';
  background-image: url(../img/page/down.png);
  width: 20px;
  height: 20px;
  display: block;
  background-size: 100%;
}
.page_main .aside .side-cate li .icon-cate.icon-cate-up:before {
  content: '';
  background-image: url(../img/page/down.png);
  width: 20px;
  height: 20px;
  display: block;
  background-size: 100%;
  transform: rotate(180deg);
}
.page_main .aside .side-cate .nav-current > a,
.page_main .aside .side-cate:hover > a,
.page_main .aside .side-cate .show_li > a {
  color: #000;
}
.page_main .aside .side-cate .nav-current > .icon-cate,
.page_main .aside .side-cate:hover > .icon-cate,
.page_main .aside .side-cate .show_li > .icon-cate {
  color: #000;
}
.page_main .product_main {
  padding: 5vw 0;
  display: flex;
  justify-content: space-between;
}
.page_main .product_main .Wrap {
  flex: 0 calc(100% - 420px);
}
.page_main .product_main .Wrap .product_list {
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
}
.page_main .product_main .Wrap .product_list li {
  border-radius: 5px;
  flex: 0 33.3333%;
  padding: 10px 10px 30px 25px;
}
.page_main .product_main .Wrap .product_list li a .imgWrap {
  position: relative;
  padding-top: 80%;
  overflow: hidden;
}
.page_main .product_main .Wrap .product_list li a .imgWrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page_main .product_main .Wrap .product_list li a .title {
  font-family: Poppins-SemiBold;
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 10px 0;
}
.page_main .product_main .Wrap .product_list li a .desc {
  font-size: 16px;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page_main .product_main .Wrap .product_list li:hover {
  box-shadow: 10px 10px #fe0000;
}
.page_main .contact_main {
  padding: 5vw 0;
  background-color: #f1f1f1;
}
.page_main .contact_main .index_title {
  font-size: 60px;
}
.page_main .contact_main .index_title p {
  color: #fe0000;
  font-family: Poppins-Bold;
}
.page_main .contact_main .contact_list {
  display: flex;
  margin-top: 5vw;
}
.page_main .contact_main .contact_list li {
  flex: 0 25%;
  padding: 0 15px ;
  gap: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.page_main .contact_main .contact_list li .icon {
  min-width: 80px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_main .contact_main .contact_list li .icon i {
  font-size: 40px;
  color: #fe0000;
}
.page_main .contact_main .contact_list li .info p {
  color: #fe0000;
  font-size: 30px;
  font-family: Poppins-SemiBold;
  margin-bottom: 10px;
}
.page_main .contact_main .contact_list li .info a,
.page_main .contact_main .contact_list li .info span {
  display: inline-block;
}
.page_main .contact_main .contact_form {
  margin-top: 5vw;
  padding: 3vw 10%;
  background-color: #fff;
  box-shadow: 0px 29px 70px 0px rgba(0, 0, 0, 0.15);
}
.page_main .contact_main .contact_form #form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0;
}
.page_main .contact_main .contact_form #form .list {
  width: 49%;
}
.page_main .contact_main .contact_form #form .list:first-of-type,
.page_main .contact_main .contact_form #form .list:last-of-type {
  width: 100%;
}
.page_main .contact_main .contact_form #form .list input,
.page_main .contact_main .contact_form #form .list textarea {
  background-color: #f8f8f8d8;
  outline: none;
  border: 1px solid #d2d2d2c4;
  padding: 15px;
}
.page_main .contact_main .contact_form #form .list textarea {
  height: 200px;
}
.page_main .contact_main .contact_form #form .sub {
  margin: 0 auto;
  background-color: #000;
  padding: 10px  50px;
  font-size: 25px;
}
.page_main .news_main {
  padding: 5vw 0;
}
.page_main .news_main .featured_news {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 3vw;
  border-bottom: 1px solid #d2d2d2c4;
}
.page_main .news_main .featured_news .imgWrap {
  width: 48%;
  padding-top: 30%;
  position: relative;
  overflow: hidden;
}
.page_main .news_main .featured_news .imgWrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.page_main .news_main .featured_news .info {
  flex: 0 48%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page_main .news_main .featured_news .info .date {
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
}
.page_main .news_main .featured_news .info .title {
  font-family: Poppins-SemiBold;
  font-size: 20px;
  margin-bottom: 10px;
}
.page_main .news_main .featured_news .info .title a {
  color: #000;
}
.page_main .news_main .featured_news .info .desc {
  font-size: 16px;
  margin: 20px 0 30px 0;
}
.page_main .news_main .featured_news .info .desc a {
  color: #666;
}
.page_main .news_main .featured_news .info .more {
  padding: 10px 40px;
  border: 1px solid #000;
  background-color: #000;
  transition: all 0.5s;
}
.page_main .news_main .featured_news .info .more a {
  color: #fff;
}
.page_main .news_main .featured_news:hover .imgWrap img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.page_main .news_main .featured_news:hover .info .more {
  background-color: #fff;
  box-shadow: 8px 8px #000;
  transition: all 0.5s;
}
.page_main .news_main .featured_news:hover .info .more a {
  color: #000;
}
.page_main .news_main .news_list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2vw 0;
  border-bottom: 1px solid #d2d2d2c4;
}
.page_main .news_main .news_list li .date {
  flex: 0 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page_main .news_main .news_list li .date p {
  color: #fe0000;
  font-size: 40px;
  font-family: Poppins-SemiBold;
}
.page_main .news_main .news_list li .date span {
  font-size: 16px;
  color: #000;
}
.page_main .news_main .news_list li .Wrap {
  flex: 0 90%;
  display: flex;
  align-items: center;
}
.page_main .news_main .news_list li .Wrap .imgWrap {
  flex: 0 36%;
  position: relative;
  padding-top: 20%;
  overflow: hidden;
}
.page_main .news_main .news_list li .Wrap .imgWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  transition: all 0.5s;
  top: 0;
  left: 0;
}
.page_main .news_main .news_list li .Wrap .info {
  flex: 0 60%;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page_main .news_main .news_list li .Wrap .info .title {
  font-family: Poppins-SemiBold;
  font-size: 20px;
}
.page_main .news_main .news_list li .Wrap .info .desc {
  font-size: 16px;
  color: #666;
  margin: 20px 0 30px 0;
}
.page_main .news_main .news_list li .Wrap .info .more {
  padding: 10px 40px;
  background-color: #000;
  border: 1px solid #000;
  transition: all 0.5s;
}
.page_main .news_main .news_list li .Wrap .info .more a {
  color: #fff;
}
.page_main .news_main .news_list li:hover .Wrap .imgWrap img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.page_main .news_main .news_list li:hover .Wrap .info .more {
  background-color: #fff;
  box-shadow: 8px 8px #000;
  transition: all 0.5s;
}
.page_main .news_main .news_list li:hover .Wrap .info .more a {
  color: #000;
}
.page_main .case_main {
  display: flex;
  justify-content: space-between;
  padding: 5vw 0;
}
.page_main .case_main .Wrap {
  flex: 0 calc(100% - 430px);
}
.page_main .case_main .Wrap .case_list {
  display: flex;
  flex-wrap: wrap;
}
.page_main .case_main .Wrap .case_list li {
  flex: 0 33.333%;
  padding: 10px 10px 20px 10px;
  position: relative;
  box-sizing: border-box;
}
.page_main .case_main .Wrap .case_list li .Wrap {
  width: 100%;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}
.page_main .case_main .Wrap .case_list li .Wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.page_main .case_main .Wrap .case_list li .Wrap .case_title {
  z-index: 2;
  position: absolute;
  padding: 15px;
  bottom: 0;
  color: #fff;
  width: 100%;
}
.page_main .case_main .Wrap .case_list li .Wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to top, #000000, rgba(0, 0, 0, 0) 100%);
}
.page_main .case_main .Wrap .case_list li .Wrap:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.page_main .detail_main {
  padding: 5vw 0;
}
.page_main .detail_main .layout {
  display: flex;
  justify-content: space-between;
}
.page_main .detail_main .layout .left_intro {
  flex: 0 calc(100% - 420px);
}
.page_main .detail_main .layout .right_aside {
  flex: 0 380px;
}
.footerWrap {
  padding: 5vw 0;
  background-color: #000;
}
.footerWrap .web_footer .top_footer {
  display: flex;
  justify-content: space-between;
  padding-bottom: 3vw;
}
.footerWrap .web_footer .top_footer .logo {
  flex: 0 25%;
}
.footerWrap .web_footer .top_footer .logo img {
  width: 100px;
  transform: translateY(-30px);
}
.footerWrap .web_footer .top_footer .logo .contact_list {
  font-size: 16px;
  color: #fff;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footerWrap .web_footer .top_footer .logo .contact_list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.footerWrap .web_footer .top_footer .logo .contact_list li i {
  font-size: 20px;
}
.footerWrap .web_footer .top_footer .logo .contact_list a {
  color: #fff;
}
.footerWrap .web_footer .top_footer .logo .contact_list .info {
  display: flex;
}
.footerWrap .web_footer .top_footer .cate_list {
  flex: 0 auto;
}
.footerWrap .web_footer .top_footer .cate_list h3 {
  color: #fff;
  font-family: Poppins-Bold;
  font-size: 30px;
  margin-bottom: 20px;
}
.footerWrap .web_footer .top_footer .cate_list ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footerWrap .web_footer .top_footer .cate_list ul li a {
  color: #fff;
  font-size: 16px;
}
.footerWrap .web_footer .share_url {
  border-top: 2px solid #fff;
}
.footerWrap .web_footer .share_url p {
  color: #fff;
  font-size: 16px;
  margin: 20px 0;
}
.footerWrap .web_footer .share_url .share_url_list {
  display: flex;
  gap: 10px;
}
.footerWrap .web_footer .share_url .share_url_list li {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #fff;
  transition: all 0.3s;
}
.footerWrap .web_footer .share_url .share_url_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.footerWrap .web_footer .share_url .share_url_list li a i {
  font-size: 16px;
  color: #000;
  transition: all 0.3s;
}
.footerWrap .web_footer .share_url .share_url_list li:hover {
  background-color: transparent;
  transition: all 0.3s;
}
.footerWrap .web_footer .share_url .share_url_list li:hover a i {
  color: #fff;
  transition: all 0.3s;
}
.footerWrap .sj-footer {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: #000;
  padding: 5px 0;
  box-sizing: border-box;
  z-index: 999;
}
.footerWrap .sj-footer ul {
  width: 96%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footerWrap .sj-footer ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
}
.footerWrap .sj-footer ul li a svg path {
  fill: #fff;
}
.footerWrap .sj-footer ul li a:hover {
  text-decoration: none;
}
.footerWrap .sj-footer ul #f-logo .imgWrap {
  height: 60px;
}
.footerWrap .sj-footer ul #f-logo .imgWrap img {
  width: auto;
  height: 100%;
}
.sidebarWrap {
  position: fixed;
  right: 0;
  bottom: 200px;
  z-index: 110;
  transition: all 0.5s;
  transform: translateX(210px);
}
.sidebarWrap ul {
  width: 250px;
}
.sidebarWrap ul li {
  background-color: #fe0000;
  margin-bottom: 8px;
  padding: 8px;
  display: flex;
  align-items: center;
  border-radius: 10px 0 0 10px ;
  transition: all 0.5s;
}
.sidebarWrap ul li .imgWrap {
  width: 24px;
  height: 24px;
}
.sidebarWrap ul li .imgWrap img {
  width: 100%;
  height: 100%;
}
.sidebarWrap ul li .info {
  flex: 1 auto;
  margin-left: 20px;
}
.sidebarWrap ul li .info a {
  font-size: 14px;
  color: #fff;
}
.sidebarWrap ul li .info p {
  line-height: 30px;
  font-size: 14px;
  color: #fff;
}
.sidebarWrap ul li:hover {
  transform: translateX(-210px);
  transition: all 0.5s;
}
/* feedback */
.feedback {
  width: 340px;
  position: fixed;
  right: 10px;
  bottom: -9999px;
  box-shadow: 0 20px 40px 8px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  border-radius: 10px 10px 0 0;
  z-index: 999999;
}
.feedback .feedbackHeader {
  height: 40px;
  line-height: 40px;
  border-radius: 10px 10px 0 0;
  color: #ffffff;
  text-indent: 50px;
  font-weight: normal;
  cursor: pointer;
  font-size: 12px;
}
.feedback .eMailIco {
  background: url("../img/emailIco.png") 16px center no-repeat #fe0000;
  background-size: 21px auto;
}
.feedback .feedbackForm {
  padding: 16px 16px 40px 16px;
  background-color: #fff;
}
.feedback .feedbackForm .tips {
  color: #222d38;
  padding-bottom: 20px;
}
.feedback .feedbackForm .line {
  margin-bottom: 16px;
}
.feedback .feedbackForm .line input,
.feedback .feedbackForm .line textarea {
  width: 100%;
  box-sizing: border-box;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border: solid 1px #ccc;
  color: #222d38;
  display: block;
}
.feedback .feedbackForm .line input {
  height: 40px;
  line-height: 40px;
  padding: 0 11px;
}
.feedback .feedbackForm textarea {
  resize: none;
  height: 78px;
  padding: 11px;
  line-height: 20px;
}
.feedback .feedbackForm .input_b {
  background: #d1af77;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
  border: none;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  cursor: pointer;
}
.feedback .closeBtn {
  background: url("../img/closeBtn.png") no-repeat;
  width: 28px;
  height: 28px;
  background-size: 28px 28px;
  position: absolute;
  right: 10px;
  top: 6px;
  cursor: pointer;
  display: none;
}
#form {
  background-color: #fff;
  padding: 15px ;
}
#form .list {
  margin-bottom: 10px;
}
#form .list h6,
#form .list p {
  font-weight: normal;
  color: #2A2B32;
  font-size: 18px;
  margin-bottom: 5px;
}
#form .list h6 span,
#form .list p span {
  color: #FF4236;
}
#form .list input {
  width: 100%;
  line-height: 1.5;
  padding: 8px 10px;
  box-sizing: border-box;
}
#form .list input::placeholder {
  font-size: 16px;
}
#form .list textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  resize: none;
  height: 80px;
  outline: none;
}
#form .list textarea::placeholder {
  font-size: 16px;
}
#form .sub {
  width: auto;
  color: #fff;
  background-color: #fe0000;
  border: none;
  padding: 10px 35px;
  font-size: 16px;
  margin-bottom: 15px;
  cursor: pointer;
}
@media screen and (max-width: 1660px) {
  .layout {
    width: 90vw;
  }
  .index_main .banner .banner_share {
    bottom: 0;
  }
  .index_main .aboutWrap {
    padding-left: calc((100% - 90vw) / 2);
  }
  .index_main .aboutWrap .left .company {
    margin: 20px 0;
  }
  .index_main .cateWrap .cate_list > li .Wrap {
    top: 50%;
  }
  .index_main .cateWrap .cate_list > li .Wrap .cate_title {
    font-size: 30px;
  }
  .index_main .cateWrap .cate_list > li.current .Wrap .cate_title {
    font-size: 32px;
  }
  .index_main .newsWrap .Wrap .news-prev {
    left: -30px;
  }
  .index_main .newsWrap .Wrap .news-next {
    right: -30px;
  }
  .page_main .about_about .layout {
    width: 92vw;
  }
}
@media screen and (max-width: 1440px) {
  .index_head .layout .head .web_nav > ul,
  .page_head .layout .head .web_nav > ul {
    gap: 10px;
  }
  .index_head .layout .head .web_nav > ul > li > a,
  .page_head .layout .head .web_nav > ul > li > a {
    font-size: 15px;
  }
  .index_title {
    font-size: 40px;
  }
  .index_main .banner .bannerSwiper .swiper-slide .banner_intro p {
    width: 80%;
  }
  .index_main .aboutWrap .left .index_title {
    font-size: 40px;
  }
  .index_main .aboutWrap .left .company {
    font-size: 30px;
  }
  .index_main .aboutWrap .left .aboutNum {
    padding: 20px 0;
  }
  .index_main .aboutWrap .left .aboutNum li {
    padding: 0 3vw;
  }
  .index_main .aboutWrap .left .aboutNum li .numadd {
    font-size: 40px;
  }
  .index_main .cateWrap .cate_list > li .Wrap .cate_title {
    margin-top: 20px;
    font-size: 24px;
  }
  .index_main .cateWrap .cate_list > li.current .Wrap .cate_title {
    font-size: 28px;
  }
  .index_main .newsWrap .Wrap .newsSwiper .swiper-slide .title {
    font-size: 18px;
  }
  .page_main .aside {
    flex: 0 340px;
  }
  .page_main .product_main .Wrap {
    flex: 0 calc(100% - 380px);
  }
}
@media screen and (max-width: 1280px) {
  .layout {
    width: 95vw;
  }
  .index_head .layout .head .web_nav > ul > li > a,
  .page_head .layout .head .web_nav > ul > li > a {
    margin: 0 5px;
  }
  .index_title {
    font-size: 35px;
  }
  .index_main .aboutWrap {
    padding-left: calc((100% - 95vw) / 2);
  }
  .index_main .newsWrap .Wrap .news-prev {
    left: 0;
  }
  .index_main .newsWrap .Wrap .news-next {
    right: 0;
  }
  .index_main .cateWrap .cate_list > li {
    padding: 10px;
  }
  .index_main .cateWrap .cate_list > li .Wrap .cate_title {
    font-size: 20px;
  }
  .index_main .cateWrap .cate_list > li.current .Wrap {
    top: 25%;
  }
  .index_main .cateWrap .cate_list > li.current .Wrap .cate_title {
    font-size: 24px;
  }
  .page_main .aside {
    flex: 0 300px;
  }
  .page_main .about_about .layout {
    width: 95vw;
  }
  .page_main .about_about .layout .aboutNum li .title .numadd {
    font-size: 40px;
  }
  .page_main .about_about .layout .aboutNum li .title b {
    font-size: 40px;
  }
  .page_main .case_main .Wrap {
    flex: 0 calc(100% - 330px);
  }
  .page_main .case_main .Wrap .case_list li {
    flex: 0 50%;
  }
  .page_main .product_main .Wrap {
    flex: 0 calc(100% - 330px);
  }
  .page_main .product_main .Wrap .product_list li {
    flex: 0 50%;
  }
  .page_main .contact_main .contact_list {
    flex-wrap: wrap;
  }
  .page_main .contact_main .contact_list li {
    flex: 0 50%;
    padding: 20px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1080px) {
  .index_title {
    font-size: 30px;
  }
  .index_main .banner .bannerSwiper .swiper-slide .banner_intro {
    display: none;
  }
  .index_main .productWrap .productSwiper .product-prev {
    left: 10%;
  }
  .index_main .productWrap .productSwiper .product-next {
    right: 10%;
  }
  .index_main .aboutWrap {
    flex-direction: column;
  }
  .index_main .aboutWrap .left {
    width: 100%;
  }
  .index_main .aboutWrap .left .aboutNum {
    margin-top: 20px;
    width: 100%;
    flex-wrap: wrap;
  }
  .index_main .aboutWrap .left .aboutNum li {
    padding: 10px;
  }
  .index_main .aboutWrap .left .aboutNum li .numadd {
    font-size: 35px;
  }
  .index_main .aboutWrap .right {
    width: 100%;
  }
  .index_main .serviceWrap .serviceSwiper .service-prev {
    left: 0;
  }
  .index_main .serviceWrap .serviceSwiper .service-next {
    right: 0;
  }
  .index_main .cateWrap .cate_list > li {
    padding: 10px;
  }
  .index_main .cateWrap .cate_list > li .Wrap .icon svg {
    width: 30px;
  }
  .index_main .cateWrap .cate_list > li .Wrap .cate_title {
    font-size: 18px;
  }
  .index_main .cateWrap .cate_list > li.current .Wrap {
    top: 20%;
  }
  .index_main .cateWrap .cate_list > li.current .Wrap .cate_title {
    font-size: 20px;
  }
  .partnerWrap {
    margin-bottom: 30px;
  }
  .partnerWrap .list li {
    flex: 0 33%;
    height: 60px;
    padding: 10px;
  }
  .page_main .aside {
    flex: 0 250px;
  }
  .page_main .aside .side-cate li a {
    font-size: 16px;
  }
  .page_main .aside .side-cate li ul.sub-menu li a {
    font-size: 14px;
  }
  .page_main .about_advantages .list {
    flex-wrap: wrap;
    gap: 30px 0;
  }
  .page_main .about_advantages .list li {
    flex: 0 50%;
  }
  .page_main .case_main .Wrap {
    flex: 0 calc(100% - 280px);
  }
  .page_main .product_main .Wrap {
    flex: 0 calc(100% - 280px);
  }
  .page_main .contact_main .index_title {
    font-size: 40px;
  }
  .page_main .contact_main .contact_list li .info p {
    font-size: 20px;
  }
}
@media screen and (max-width: 950px) {
  .index_main .index_title {
    font-size: 30px;
  }
  .index_main .productWrap .productSwiper .product-prev {
    left: 2%;
    width: 35px;
    height: 35px;
    bottom: 10px;
  }
  .index_main .productWrap .productSwiper .product-prev::after {
    width: 15px;
    height: 15px;
    background-size: 100%;
  }
  .index_main .productWrap .productSwiper .product-next {
    bottom: 10px;
    right: 2%;
    width: 35px;
    height: 35px;
  }
  .index_main .productWrap .productSwiper .product-next::after {
    width: 15px;
    height: 15px;
    background-size: 100%;
  }
  .index_main .banner {
    margin-top: 60px;
  }
  .index_main .banner .down a {
    display: none;
  }
  .index_main .banner .banner_share li a {
    width: 25px;
    height: 25px;
  }
  .index_main .banner .bannerSwiper .swiper-pagination {
    display: none;
  }
  .index_main .banner .bannerSwiper .swiper-slide .banner_intro {
    display: none;
  }
  .index_main .cateWrap .cate_list {
    position: relative;
    flex-direction: column;
  }
  .index_main .cateWrap .cate_list li {
    padding: 80px 10px;
    width: 100%;
  }
  .index_main .cateWrap .cate_list li::after {
    display: none;
  }
  .index_main .cateWrap .cate_list li .Wrap {
    position: static;
  }
  .index_main .cateWrap .cate_list li .Wrap .icon {
    display: none;
  }
  .index_main .cateWrap .cate_list li .Wrap .cate_title {
    margin-top: 0;
    font-size: 20px;
  }
  .index_main .cateWrap .cate_list li .Wrap .desc {
    width: auto;
    height: auto;
    opacity: 1;
  }
  .index_main .cateWrap .cate_list li .Wrap .desc p {
    opacity: 1;
    transform: translateY(0);
  }
  .index_main .cateWrap .cate_list li .Wrap .desc ul li {
    padding: 5px 0;
  }
  .index_main .cateWrap .cate_list li .Wrap .imgWrap {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .index_main .cateWrap .cate_list li .Wrap .imgWrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .index_main .cateWrap .itemWrap {
    display: none;
  }
  .index_main .serviceWrap .serviceSwiper {
    margin-top: 50px;
  }
  .index_main .caseWrap .caseSwiper {
    margin-top: 50px;
  }
  .index_main .caseWrap .caseSwiper .swiper-pagination {
    bottom: 30px;
  }
  .page_main {
    padding-top: 0 !important;
    margin-top: 60px;
  }
  .page_main .page_banner .banner_title {
    font-size: 35px;
    width: 90%;
    text-align: center;
  }
  .page_main .about_about .layout {
    flex-direction: column;
    gap: 20px;
  }
  .page_main .about_about .layout .aboutNum {
    flex-wrap: wrap;
    gap: 10px;
  }
  .page_main .about_about .layout .aboutNum li {
    padding: 10px;
    flex: 0 48%;
  }
  .page_main .about_about .layout .aboutNum li .title .numadd {
    font-size: 30px;
  }
  .page_main .about_about .layout .aboutNum li .title b {
    font-size: 30px;
  }
  .page_main .about_about .layout .aboutNum li .title span {
    font-size: 30px;
  }
  .page_main .about_advantages .list li {
    padding: 10px;
  }
  .page_main .about_certificate .topWrap {
    flex-direction: column;
    gap: 10px;
  }
  .page_main .about_history .Wrap .course_images .swiper-slide {
    flex-direction: column;
    gap: 15px;
  }
  .page_main .about_history .Wrap .course_images .swiper-slide .imgWrap {
    margin: 0;
  }
  .page_main .about_history .Wrap .course_images .swiper-slide .intro {
    margin: 0;
  }
  .page_main .product_main .Wrap {
    flex: 0 100%;
  }
  .page_main .product_main .Wrap .product_list {
    margin: 0 -10px;
  }
  .page_main .product_main .Wrap .product_list li {
    padding: 10px;
  }
  .page_main .case_main .Wrap {
    flex: 0 100%;
  }
  .page_main .case_main .Wrap .case_list {
    margin: 0 -10px;
  }
  .page_main .case_main .Wrap .case_list li {
    padding: 10px;
  }
  .page_main .contact_main {
    padding-bottom: 50px;
  }
  .page_main .contact_main .index_title {
    font-size: 30px;
  }
  .page_main .contact_main .contact_list li {
    flex: 0 100%;
  }
  .page_main .contact_main .contact_form {
    padding: 3vw;
  }
  .page_main .contact_main .contact_form #form .list {
    width: 100%;
  }
  .page_main .contact_main .contact_form #form .sub {
    font-size: 18px;
    margin: 0;
  }
  .page_main .news_main .featured_news {
    flex-direction: column;
    gap: 20px;
  }
  .page_main .news_main .featured_news .imgWrap {
    width: 100%;
    padding-top: 60%;
  }
  .page_main .news_main .featured_news .info .title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .page_main .news_main .featured_news .info .desc {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .page_main .news_main .news_list li {
    flex-direction: column;
    gap: 10px;
    padding: 20px 0;
  }
  .page_main .news_main .news_list li .Wrap {
    flex-direction: column;
    gap: 10px;
  }
  .page_main .news_main .news_list li .Wrap .imgWrap {
    width: 100%;
    padding-top: 60%;
  }
  .page_main .news_main .news_list li .Wrap .info {
    padding-left: 0;
  }
  .page_main .news_main .news_list li .Wrap .info .title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .page_main .news_main .news_list li .Wrap .info .desc {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .feedback {
    display: none;
  }
  .phone-head-items {
    display: block;
  }
  .index_head,
  .page_head {
    display: none;
  }
  .phone-head-item .title:before {
    font-size: 20px;
    font-family: "fontawesome";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
  }
  .phone-body-mask {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
  }
  .phone-ico-close {
    width: 30px;
    height: 30px;
    background: #fff url(../img/phone_close.png) center center no-repeat;
    background-size: 50% auto;
    position: absolute;
    right: -35px;
    top: 0;
  }
  .sub-content {
    position: relative;
    display: block;
    right: auto;
    border-radius: 0;
    border: none;
    box-shadow: none;
    z-index: 99999;
  }
  .lang-more {
    display: none !important;
  }
  .phone-head-items {
    box-shadow: 0 0 4px #414141;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 60px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    z-index: 999;
  }
  .phone-head-items .phone_logo {
    max-width: 200px;
    height: 60px;
  }
  .phone-head-items .phone_logo a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
  }
  .phone-head-items .phone_logo a img {
    height: 100%;
  }
  .itemWrap {
    display: flex;
  }
  .itemWrap .phone-head-nav {
    order: 3;
  }
  .itemWrap .phone-head-language {
    order: 2;
  }
  .itemWrap .phone-head-aside {
    order: 1;
  }
  .itemWrap .phone-head-aside {
    order: 4;
  }
  .itemWrap .phone-head-aside aside {
    display: block;
  }
  .phone-head-item.phone-head-search .content-wrap .search {
    display: flex;
  }
  .phone-head-item.phone-head-search .content-wrap .search input[type="text"] {
    width: 80%;
    padding: 5px 10px ;
    border: none;
    border-bottom: 1px solid #efefef;
  }
  .phone-head-item.phone-head-search .content-wrap .search input[type="submit"] {
    background-color: #000;
    color: #fff;
    padding: 5px 10px ;
  }
  .phone-head-item.phone-head-search .title i {
    font-size: 20px;
  }
  .phone-head-item.phone-head-nav .title:before {
    content: "";
    width: 24px;
    height: 60px;
    line-height: 60px;
    display: block;
    background-image: url(../img/menu.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .phone-head-item.phone-head-language .title:before {
    content: "";
    width: 24px;
    height: 60px;
    line-height: 60px;
    display: block;
    background-image: url(../img/language.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .phone-head-item.phone-head-language .prisna-wp-translate-seo {
    display: block;
  }
  .phone-head-item.phone-head-social .title:before {
    content: "\f007";
  }
  .phone-head-item.phone-head-aside .title:before {
    content: "\f060";
  }
  .phone-head-item {
    float: left;
    width: 45px;
  }
  .phone-head-item.phone-head-aside {
    float: right;
  }
  .phone-head-item .title {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 60px;
    overflow: hidden;
    text-align: center;
    color: #222;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .phone-head-item .title a {
    position: relative;
    display: block;
    color: #222;
  }
  .phone-head-item .main-content-wrap {
    background: #FFF;
    top: 0;
    display: block;
    z-index: 99999;
  }
  .phone-head-item .main-content-wrap .content-wrap {
    overflow-y: auto;
    height: 100%;
    padding: 15px 10px;
    background-color: #fff;
  }
  .phone-head-item .main-content-wrap .content-wrap ul li {
    font-size: 15px;
    padding: 8px 0;
    border-bottom: 1px #c5c5c5 dashed;
  }
  .phone-head-item .main-content-wrap .content-wrap ul li a {
    text-transform: capitalize;
  }
  .phone-head-item .main-content-wrap .content-wrap ul li ul {
    margin-left: 20px;
  }
  .phone-head-item .main-content-wrap .content-wrap ul li ul li {
    border-bottom: none;
    padding: 2px 0;
  }
  .phone-head-item .main-content-wrap.middle-content-wrap .content-wrap {
    overflow-y: hidden;
  }
  .phone-head-item .side-content-wrap {
    position: fixed;
    display: block;
    left: -70%;
    width: 70%;
    height: 100%;
  }
  .phone-head-item .middle-content-wrap {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    padding: 20px 0;
    opacity: 0;
    visibility: hidden;
  }
  .phone-head-item .middle-show-content-wrap {
    top: 30px;
    visibility: visible;
    opacity: 1;
  }
  .head-search {
    position: relative;
    width: 90%;
    height: 35px;
    background: transparent;
    margin: 0 auto;
    border-bottom: 1px solid #c5c5c5;
  }
  .head-search .search-ipt {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #FFF;
    padding: 0 10px;
    font-size: 16px;
  }
  .head-search .search-btn {
    position: absolute;
    width: 35px;
    height: 100%;
    background: url(../img/index/search.png) no-repeat center center;
    -webkit-background-size: auto 16px;
    background-size: auto 16px;
    border: none;
    right: 0;
    top: 0;
    display: block !important;
  }
  .head-search .search-attr {
    display: none;
  }
  .footerWrap .web_footer {
    display: none;
  }
  .footerWrap .sj-footer {
    display: block;
  }
}
/*----------------------------------aside---------------------------------*/
/*gotop*/
.gotop {
  position: fixed;
  right: 15px;
  bottom: 50px;
  color: #fff;
  background-color: #fe0000;
  text-align: center;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 50%;
  padding: 3px;
  border: 2px solid #fe0000;
  background-clip: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 99999;
  cursor: pointer;
  font-size: 24px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.gotop:hover,
.gotop.active:hover {
  font-weight: bold;
}
.gotop.active {
  opacity: 1;
  visibility: visible;
  -moz-transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.gotop:before,
.gotop em {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gotop em {
  font-size: 12px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}
.gotop:before {
  content: '\f106';
  font-family: 'fontawesome';
  font-size: 22px;
  height: 100%;
  display: block;
}
.gotop:hover em {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.gotop:hover:before {
  -webkit-transform: translateY(-15px) scale(0.5);
  -ms-transform: translateY(-15px) scale(0.5);
  -o-transform: translateY(-15px) scale(0.5);
  transform: translateY(-15px) scale(0.5);
  opacity: 0;
}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}
@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}
@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}
@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}
@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-bottom {
  animation: img-anim-bottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}
@keyframes img-anim-bottom {
  0% {
    transform: translateY(5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
/*-------------------------------
search  start
----------------------------------*/
.search-ipt {
  border: 0;
  background: transparent;
  border-radius: 0;
  -webkit-appearance: none;
}
.web-search {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  visibility: hidden;
}
.web-search .btn--search-close {
  display: inline-block;
  font-size: 1.8em;
  border-radius: 50%;
  position: absolute;
  top: 1.25em;
  right: 1.25em;
  display: none;
  background-image: url(../img/search_btn_close.png);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: auto 35%;
  background-size: auto 35%;
  background-color: #ccc;
  width: 42px;
  height: 42px;
  line-height: 42px;
  cursor: pointer;
  -webkit-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.web-search .btn--search-close:hover {
  background-color: #16873b;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.js .btn--search-close {
  display: block;
}
.web-search .search-ipt {
  font-family: inherit;
  line-height: 1;
  display: inline-block;
  box-sizing: border-box;
  width: 75%;
  padding: 0.05em 0;
  color: #333;
  border-bottom: 3px solid;
  font-size: 20px;
  line-height: 10px;
}
.web-search .search-ipt::-webkit-input-placeholder {
  color: #6e6e6e8e;
  font-weight: bold;
}
.web-search .search-ipt::-moz-placeholder {
  opacity: 1;
  color: #6e6e6e8e;
  font-weight: bold;
}
.web-search .search-ipt:-ms-input-placeholder {
  color: #6e6e6e8e;
  font-weight: bold;
}
.web-search .search-ipt::-webkit-search-cancel-button,
.web-search .search-ipt::-webkit-search-decoration {
  -webkit-appearance: none;
}
.web-search .search-ipt::-ms-clear {
  display: none;
}
.web-search .search-attr {
  font-size: 90%;
  display: block;
  width: 75%;
  margin: 0 auto;
  padding: 0.85em 0;
  text-align: right;
  color: #333;
}
.js .container {
  position: relative;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.js .main-wrap--move {
  height: 100vh;
}
.js .web-search {
  pointer-events: none;
}
.js .search--open {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
.web-search .btn--search-close {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.search--open .btn--search-close {
  opacity: 1;
  -webkit-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  -webkit-animation: bounceInA 1s ease;
  -o-animation: bounceInA 1s ease;
  animation: bounceInA 1s ease;
}
.search__suggestion,
.web-search .search-attr {
  opacity: 0;
  -moz-transform: translate3d(0, 30px, 0);
  -webkit-transform: translate3d(0, 30px, 0);
  -ms-transform: translate3d(0, 30px, 0);
  -o-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  -moz-transition: opacity 0.8s, transform 0.8s;
  -webkit-transition: opacity 0.8s, transform 0.8s;
  -ms-transition: opacity 0.8s, transform 0.8s;
  -o-transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
}
.search--open .search-attr {
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  font-size: 20px;
}
.js .web-search .search-ipt {
  font-size: 60px;
  font-weight: bold;
  border-bottom-width: 1px;
  padding: 15px 0;
  -moz-transform: scale3d(0, 1, 1);
  -webkit-transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  -o-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -moz-transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  opacity: 0;
  text-transform: uppercase;
}
.js .web-search .search-ipt,
.web-search .search-attr {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.js .search--open .search-ipt {
  -moz-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.js .search--open .search-btn {
  display: none !important;
}
.web-search .search-attr {
  padding-bottom: 0;
}
.js .web-search {
  width: 70%;
  height: 240px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 50px 0;
  margin: auto;
  border-radius: 8px;
  z-index: 100001;
  perspective: 1200px;
}
.js .web-search::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(255, 255, 255, 0.98);
  background-color: #fff \9;
  -webkit-transform: translateY(-30%) scale(1, 0);
  -ms-transform: translateY(-30%) scale(1, 0);
  -o-transform: translateY(-30%) scale(1, 0);
  transform: translateY(-30%) scale(1, 0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.js .search--open::before {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.main-wrap--move:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100000;
}
/*-------------------------------
            search  end
            ----------------------------------*/
