@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: 1500px;
  margin: 0 auto;
}
@media screen and (min-width: 1920px) {
  .layout,
  .index_layout {
    width: 75vw;
  }
}
body,
* {
  font-family: "Poppins-Regular";
  box-sizing: border-box;
}
.head_holder {
  display: none !important;
}
#spotlight {
  background-color: #0000008f !important;
}
.index_head,
.page_head {
  background-color: rgba(255, 255, 255, 0.36);
  backdrop-filter: blur(5px);
  position: relative;
  z-index: 99;
  width: 100%;
}
.index_head .head_holder,
.page_head .head_holder {
  display: none !important;
}
.index_head .top_nav,
.page_head .top_nav {
  padding: 20px 0;
  background-color: #080a53;
}
.index_head .top_nav .logo,
.page_head .top_nav .logo {
  display: none;
  margin-right: 40px;
}
.index_head .top_nav .logo img,
.page_head .top_nav .logo img {
  filter: brightness(0) invert(1);
}
.index_head .logo_contact .contact,
.page_head .logo_contact .contact {
  display: flex;
  align-items: center;
  gap: 3vw;
}
.index_head .logo_contact .contact .tel,
.page_head .logo_contact .contact .tel {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #080a53;
}
.index_head .logo_contact .contact .tel i,
.page_head .logo_contact .contact .tel i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #080a53;
  color: #080a53;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_head .logo_contact .contact .inquiry_btn,
.page_head .logo_contact .contact .inquiry_btn {
  padding: 5px 20px;
  border: 1px solid #080a53;
  border-radius: 40px;
  color: #080a53;
  cursor: pointer;
  transition: all 0.5s;
}
.index_head .logo_contact .contact .inquiry_btn:hover,
.page_head .logo_contact .contact .inquiry_btn:hover {
  background-color: #080a53;
  color: #fff;
  transition: all 0.5s;
}
.index_head .layout,
.page_head .layout {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
.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;
  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;
  margin: 0 8px;
}
.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;
  padding: 5px 10px;
  border: 1px solid #5052ad;
  border-radius: 40px;
}
.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 #080a53;
  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: #080a53;
}
.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: #080a53;
  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: #080a53;
}
.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: #fff;
  background-color: #3336a0;
  border: 1px solid #3336a0;
}
.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: #fff;
  background-color: #3336a0;
  position: relative;
  border: 1px solid #3336a0;
}
.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%;
}
.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: 10px 0;
}
.index_head .layout .logo a,
.page_head .layout .logo a {
  display: flex;
  align-items: center;
  position: relative;
}
.index_head .layout .logo a img,
.page_head .layout .logo a img {
  max-height: 70px;
  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 .top_nav .logo {
  display: block;
}
.fixed-nav .logo_contact {
  display: none;
}
.fixed-nav .layout .head .web_nav ul li a {
  color: #fff;
}
.fixed-nav .layout .head .head_form .btn--search {
  filter: brightness(1) invert(0);
}
.fixed-nav .layout .head .head_form .country .change-language {
  position: relative;
}
.fixed-nav .layout .head .head_form .country .change-language a {
  color: #fff;
}
.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;
}
.swiper-button-prev i,
.swiper-button-next i {
  font-size: 25px;
  color: #080a53;
  min-width: 60px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #080a53;
  border-radius: 50%;
  transition: all 0.5s;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}
.swiper-button-prev:hover i,
.swiper-button-next:hover i {
  background-color: #080a53;
  color: #fff;
  transition: all 0.5s;
}
.index_title {
  font-family: Poppins-Regular;
  font-size: 48px;
  color: #080a53;
  text-transform: capitalize;
}
.index_main .bannerSwiper {
  overflow: hidden;
  position: relative;
}
.index_main .bannerSwiper .swiper-slide img {
  width: 100%;
}
.index_main .bannerSwiper .swiper-slide .banner_intro {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  width: 50%;
}
.index_main .bannerSwiper .swiper-slide .banner_intro h1 span {
  font-family: Poppins-Bold;
  font-size: 70px;
  color: #fff;
}
.index_main .bannerSwiper .swiper-slide .banner_intro h1 b {
  font-family: Poppins-Bold;
  color: #080a53;
}
.index_main .bannerSwiper .swiper-slide .banner_more {
  margin-top: 40px;
}
.index_main .bannerSwiper .swiper-slide .banner_more a {
  display: flex;
  align-items: center;
  gap: 1.5vw;
  color: #fff;
  padding: 10px 30px;
  border-radius: 40px;
  border: 1px solid #fff;
  font-size: 18px;
  text-transform: capitalize;
}
.index_main .bannerSwiper .swiper-slide .banner_more a i {
  transform: rotate(-45deg);
  font-size: 20px;
}
.index_main .bannerSwiper .swiper-slide .banner_more a:hover {
  background-color: #080a53;
  border: 1px solid #080a53;
}
.index_main .bannerSwiper .swiper-pagination {
  position: absolute;
  bottom: 15%;
  left: 10%;
  width: auto;
  display: flex;
  align-items: center;
}
.index_main .bannerSwiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  font-size: 0;
  width: 12px;
  height: 12px;
  opacity: 1;
}
.index_main .bannerSwiper .swiper-pagination .swiper-pagination-bullet-active {
  border: 3px solid #080a53;
  width: 14px;
  height: 14px;
  background-color: transparent;
}
.index_main .index_procate {
  padding: 5vw 0;
}
.index_main .index_procate .cate_list {
  display: flex;
  flex-wrap: wrap;
  margin: 60px -12px 0 -12px;
}
.index_main .index_procate .cate_list li {
  flex: 0 25%;
  padding: 12px;
  position: relative;
  overflow: hidden;
  animation-name: fadeInUp;
  animation-delay: .3s;
}
.index_main .index_procate .cate_list li img {
  width: 100%;
}
.index_main .index_procate .cate_list li .intro {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  background-color: rgba(8, 10, 83, 0.3);
  padding: 20px;
  transition: all 0.5s;
}
.index_main .index_procate .cate_list li .intro a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
}
.index_main .index_procate .cate_list li .intro a .num {
  font-family: Poppins-Medium;
  font-size: 24px;
}
.index_main .index_procate .cate_list li .intro a .num::after {
  content: "";
  width: 35px;
  height: 2px;
  background-color: #fff;
  display: block;
}
.index_main .index_procate .cate_list li .intro a .title {
  margin: 20px 0;
  font-family: Poppins-SemiBold;
  font-size: 20px;
  text-overflow: ellipsis;
}
.index_main .index_procate .cate_list li .intro a .desc {
  font-size: 16px;
}
.index_main .index_procate .cate_list li:hover .intro {
  background-color: rgba(8, 10, 83, 0.8);
  transition: all 0.5s;
}
.index_main .index_product {
  padding-bottom: 5vw;
}
.index_main .index_product .layout {
  position: relative;
}
.index_main .index_product .productSwiper {
  overflow: hidden;
  margin-top: 60px;
}
.index_main .index_product .productSwiper .swiper-slide {
  position: relative;
}
.index_main .index_product .productSwiper .swiper-slide .imgWrap {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.index_main .index_product .productSwiper .swiper-slide .imgWrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index_main .index_product .productSwiper .swiper-slide .imgWrap .more {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.index_main .index_product .productSwiper .swiper-slide .imgWrap .more a {
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  gap: 20px;
}
.index_main .index_product .productSwiper .swiper-slide .imgWrap .more a i {
  transform: rotate(-45deg);
  font-size: 30px;
  width: 75px;
  height: 75px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #080a53;
}
.index_main .index_product .productSwiper .swiper-slide .intro {
  margin: 20px 0;
}
.index_main .index_product .productSwiper .swiper-slide .intro .title {
  font-family: Poppins-SemiBold;
  font-size: 20px;
}
.index_main .index_product .productSwiper .swiper-slide .intro .desc {
  font-size: 16px;
  margin-top: 15px;
}
.index_main .index_product .productSwiper .swiper-slide:hover .imgWrap img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.index_main .index_product .productSwiper .swiper-slide:hover .imgWrap .more {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}
.index_main .index_product .productSwiper .swiper-slide:hover .imgWrap .more a {
  background-color: rgba(8, 10, 83, 0.2);
}
.index_main .index_product .product-prev,
.index_main .index_product .product-next {
  left: -3vw;
}
.index_main .index_product .product-next {
  right: -3vw;
  left: auto;
}
.index_main .index_about {
  padding: 5vw 0;
  background-image: url(../img/index/about_bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.index_main .index_about .titleWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_main .index_about .titleWrap .index_title {
  color: #fff;
}
.index_main .index_about .titleWrap .desc {
  width: 55%;
  color: #fff;
  font-size: 20px;
}
.index_main .index_about .aboutWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}
.index_main .index_about .aboutWrap .left_img {
  flex: 0 48%;
}
.index_main .index_about .aboutWrap .left_img img {
  width: 100%;
}
.index_main .index_about .aboutWrap .right_intro {
  color: #fff;
  flex: 0 48%;
}
.index_main .index_about .aboutWrap .right_intro .title {
  font-family: Poppins-SemiBold;
  font-size: 28px;
}
.index_main .index_about .aboutWrap .right_intro .desc {
  font-size: 16px;
  margin-top: 30px;
  font-family: Poppins-Regular;
  line-height: 1.5;
}
.index_main .index_about .aboutWrap .right_intro .aboutNum {
  display: flex;
  margin-top: 40px;
  justify-content: space-between;
}
.index_main .index_about .aboutWrap .right_intro .aboutNum li {
  flex: 0 30%;
}
.index_main .index_about .aboutWrap .right_intro .aboutNum li h3 {
  font-size: 48px;
  color: #fff;
  font-family: Poppins-SemiBold;
  text-align: center;
}
.index_main .index_about .aboutWrap .right_intro .aboutNum li h3 span {
  font-family: Poppins-SemiBold;
}
.index_main .index_about .aboutWrap .right_intro .aboutNum li p {
  text-align: center;
}
.index_main .index_institute {
  padding: 10vw 0;
  background-image: url(../img/index/institute.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.index_main .index_institute .layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index_main .index_institute .layout .left_intro {
  flex: 0 40%;
}
.index_main .index_institute .layout .left_intro .index_title {
  color: #fff;
  font-family: Poppins-Bold;
}
.index_main .index_institute .layout .left_intro .desc {
  font-size: 16px;
  color: #fff;
  margin-top: 40px;
}
.index_main .index_institute .layout .right_list {
  display: flex;
  flex-wrap: wrap;
  flex: 0 55%;
}
.index_main .index_institute .layout .right_list li {
  background-color: rgba(255, 255, 255, 0.2);
  flex: 0 33.333%;
  padding: 50px 20px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: all 0.5s;
}
.index_main .index_institute .layout .right_list li .num {
  font-size: 60px;
  font-family: Poppins-Bold;
}
.index_main .index_institute .layout .right_list li .title {
  font-family: Poppins-SemiBold;
  font-size: 20px;
}
.index_main .index_institute .layout .right_list li:first-child {
  margin: 0 33.333%;
}
.index_main .index_institute .layout .right_list li:nth-child(3) {
  margin-left: 33.333%;
}
.index_main .index_institute .layout .right_list li:nth-child(3) .num {
  display: none;
}
.index_main .index_institute .layout .right_list li:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: #080a53;
  transition: all 0.5s;
  cursor: pointer;
}
.index_main .index_team {
  padding: 5vw 0;
}
.index_main .index_team .teamWrap {
  position: relative;
  margin-top: 60px;
}
.index_main .index_team .teamWrap .team_intro {
  overflow: hidden;
}
.index_main .index_team .teamWrap .team_intro .swiper-slide {
  display: flex;
  justify-content: space-between;
}
.index_main .index_team .teamWrap .team_intro .swiper-slide .left_img {
  flex: 0 35%;
}
.index_main .index_team .teamWrap .team_intro .swiper-slide .left_img img {
  width: 100%;
}
.index_main .index_team .teamWrap .team_intro .swiper-slide .right_intro {
  flex: 0 63%;
  margin-top: 60px;
}
.index_main .index_team .teamWrap .team_intro .swiper-slide .right_intro .title {
  font-size: 30px;
  font-family: Poppins-SemiBold;
  color: #000;
  display: flex;
  align-items: flex-end;
  gap: 30px;
}
.index_main .index_team .teamWrap .team_intro .swiper-slide .right_intro .title span {
  font-family: Poppins-Regular;
  font-size: 16px;
}
.index_main .index_team .teamWrap .team_intro .swiper-slide .right_intro .company {
  font-size: 20px;
  font-family: Poppins-Regular;
  margin: 20px 0 40px 0;
}
.index_main .index_team .teamWrap .team_intro .swiper-slide .right_intro .desc {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index_main .index_team .teamWrap .team_imgWrap {
  position: relative;
}
.index_main .index_team .teamWrap .team_imgWrap .team_img {
  position: absolute;
  bottom: 0;
  width: 63%;
  right: 0;
  overflow: hidden;
}
.index_main .index_team .teamWrap .team_imgWrap .team_img .swiper-slide {
  cursor: pointer;
}
.index_main .index_team .teamWrap .team_imgWrap .team_img .swiper-slide-thumb-active {
  border: 3px solid #080a53;
}
.index_main .index_team .teamWrap .team_imgWrap .team-prev,
.index_main .index_team .teamWrap .team_imgWrap .team-next {
  top: auto;
  bottom: 20px;
  right: -60px;
  left: auto;
}
.index_main .index_team .teamWrap .team_imgWrap .team-prev {
  top: auto;
  bottom: 100px;
  right: -60px;
  left: auto;
}
.index_main .index_certificate {
  padding-bottom: 5vw;
}
.index_main .index_certificate .layout {
  position: relative;
}
.index_main .index_certificate .layout .certificate-prev {
  left: -3vw;
}
.index_main .index_certificate .layout .certificate-next {
  right: -3vw;
}
.index_main .index_certificate .certificateSwiper {
  overflow: hidden;
}
.index_main .index_certificate .certificateSwiper .swiper-slide img {
  width: 100%;
}
.index_main .index_news {
  padding-bottom: 5vw;
}
.index_main .index_news .index_title {
  text-align: center;
}
.index_main .index_news .layout {
  position: relative;
}
.index_main .index_news .layout .news-prev {
  left: -3vw;
}
.index_main .index_news .layout .news-next {
  right: -3vw;
}
.index_main .index_news .newsSwiper {
  overflow: hidden;
  margin-top: 60px;
}
.index_main .index_news .newsSwiper .swiper-slide {
  padding: 0 10px 40px 10px;
}
.index_main .index_news .newsSwiper .swiper-slide .Wrap {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.09);
  border-bottom: 4px solid #080a5300;
  transition: all 0.5s;
}
.index_main .index_news .newsSwiper .swiper-slide .Wrap .imgWrap {
  width: 100%;
  padding-top: 65%;
  position: relative;
  overflow: hidden;
}
.index_main .index_news .newsSwiper .swiper-slide .Wrap .imgWrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index_main .index_news .newsSwiper .swiper-slide .Wrap .intro {
  background-color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index_main .index_news .newsSwiper .swiper-slide .Wrap .intro .title {
  font-family: Poppins-SemiBold;
  font-size: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
}
.index_main .index_news .newsSwiper .swiper-slide .Wrap .intro .title a {
  color: #000;
}
.index_main .index_news .newsSwiper .swiper-slide .Wrap .intro .desc {
  color: #666;
  font-size: 16px;
  margin: 20px 0 30px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index_main .index_news .newsSwiper .swiper-slide .Wrap .intro .desc a {
  color: #666;
}
.index_main .index_news .newsSwiper .swiper-slide .Wrap .intro .more {
  padding: 10px 20px;
  width: 45%;
  text-align: center;
  font-family: Poppins-Medium;
  font-size: 20px;
  border: 1px solid #080a53;
  border-radius: 40px;
  margin-bottom: 20px;
}
.index_main .index_news .newsSwiper .swiper-slide .Wrap .intro .more a {
  color: #080a53;
}
.index_main .index_news .newsSwiper .swiper-slide:hover .Wrap {
  border-bottom: 4px solid #080a53;
  transition: all 0.5s;
}
.index_main .index_news .newsSwiper .swiper-slide:hover .Wrap .imgWrap img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.index_main .index_news .newsSwiper .swiper-slide:hover .Wrap .intro .more {
  background-color: #080a53;
  transition: all 0.5s;
}
.index_main .index_news .newsSwiper .swiper-slide:hover .Wrap .intro .more a {
  color: #fff;
  transition: all 0.5s;
}
.index_main .index_partner {
  padding-bottom: 5vw;
}
.index_main .index_partner .index_title {
  text-align: center;
}
.index_main .index_partner .partnerSwiper {
  margin-top: 60px;
  overflow: hidden;
}
.index_main .index_partner .partnerSwiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.index_main .index_partner .partnerSwiper .swiper-wrapper .swiper-slide {
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_main .index_partner .partnerSwiper .swiper-wrapper .swiper-slide img {
  height: 100%;
  width: auto;
}
.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: #080a53;
  color: #fff;
  border: 1px solid #080a53;
}
.page_main .pagelist a:hover {
  background-color: #080a53;
  color: #fff;
  border: 1px solid #080a53;
}
.page_main .page_banner {
  position: relative;
}
.page_main .page_banner img {
  width: 100%;
}
.page_main .page_banner .page_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: Poppins-Regular;
  font-size: 60px;
  color: #080a53;
  text-align: center;
}
.page_main .breadcrumbs {
  background-color: #e6e6ed;
}
.page_main .breadcrumbs .layout {
  display: flex;
  align-items: center;
  gap: 10px;
}
.page_main .breadcrumbs .layout i {
  font-size: 20px;
  color: #666666;
}
.page_main .breadcrumbs nav p {
  padding: 10px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}
.page_main .breadcrumbs nav p span,
.page_main .breadcrumbs nav p a {
  color: #666666;
}
.page_main .breadcrumbs nav p .last {
  color: #080a53;
}
.page_main .aboutPage .about_current {
  display: flex;
  width: 60%;
  align-items: center;
  margin: 60px auto;
}
.page_main .aboutPage .about_current li {
  flex: 0 50%;
  text-align: center;
}
.page_main .aboutPage .about_current li a {
  font-family: Poppins-Medium;
  font-size: 28px;
  color: #000;
  padding: 20px 0;
}
.page_main .aboutPage .about_current li.current a {
  color: #080a53;
  border-bottom: 2px solid #080a53;
}
.page_main .aboutPage .about_about {
  padding: 2vw 0 5vw 0;
}
.page_main .aboutPage .about_about .layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page_main .aboutPage .about_about .layout .left_intro {
  flex: 0 48%;
}
.page_main .aboutPage .about_about .layout .left_intro .company {
  font-family: Poppins-SemiBold;
  font-size: 28px;
  margin: 20px 0;
  color: #000;
}
.page_main .aboutPage .about_about .layout .left_intro .desc {
  font-family: Poppins-Regular;
  font-size: 16px;
  color: #666666;
}
.page_main .aboutPage .about_about .layout .right_img {
  flex: 0 48%;
}
.page_main .aboutPage .about_about .layout .right_img img {
  width: 100%;
}
.page_main .aboutPage .about_about .layout .aboutNum {
  display: flex;
  width: 100%;
  margin-top: 60px;
}
.page_main .aboutPage .about_about .layout .aboutNum li {
  flex: 0 25%;
  padding: 0 20px;
}
.page_main .aboutPage .about_about .layout .aboutNum li h3 {
  font-size: 69px;
  color: #080a53;
  font-family: Poppins-Bold;
  text-align: center;
}
.page_main .aboutPage .about_about .layout .aboutNum li h3 span {
  font-family: Poppins-Bold;
}
.page_main .aboutPage .about_about .layout .aboutNum li p {
  font-family: Poppins-Medium;
  font-size: 20px;
  color: #000;
  text-align: center;
}
.page_main .aboutPage .about_development {
  position: relative;
  overflow: hidden;
}
.page_main .aboutPage .about_development .itemWrap .item {
  position: relative;
  transition: all 0.5s;
  opacity: 1;
  visibility: visible;
}
.page_main .aboutPage .about_development .itemWrap .item .imgWrap img {
  width: 100%;
  min-height: 800px;
  object-fit: cover;
}
.page_main .aboutPage .about_development .itemWrap .item .intro {
  position: absolute;
  top: 40%;
  left: 10%;
  transform: translateY(-50%);
  font-family: Poppins-Regular;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page_main .aboutPage .about_development .itemWrap .item .intro .title {
  font-family: Poppins-Bold;
  font-size: 36px;
  color: #fff;
  width: 80%;
}
.page_main .aboutPage .about_development .itemWrap .item .intro .desc {
  font-size: 16px;
  color: #fff;
  margin: 40px 0;
}
.page_main .aboutPage .about_development .itemWrap .item .intro .desc p {
  margin-bottom: 20px;
}
.page_main .aboutPage .about_development .itemWrap .item .intro .more a {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 20px;
}
.page_main .aboutPage .about_development .itemWrap .item .intro .more a p {
  padding: 10px 40px;
  border: 1px solid #fff;
  border-radius: 40px;
  transition: all 0.5s;
}
.page_main .aboutPage .about_development .itemWrap .item .intro .more a i {
  transform: rotate(-45deg);
  border-radius: 50%;
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.page_main .aboutPage .about_development .itemWrap .item .intro .more:hover p,
.page_main .aboutPage .about_development .itemWrap .item .intro .more:hover i {
  background-color: #fff;
  color: #080a53;
  transition: all 0.5s;
}
.page_main .aboutPage .about_development .development_list {
  position: absolute;
  bottom: 0;
  z-index: 9;
  display: flex;
  width: 100%;
}
.page_main .aboutPage .about_development .development_list li {
  flex: 0 20%;
  padding: 30px 20px 70px 20px;
  text-align: center;
  color: #fff;
  font-family: Poppins-Bold;
  font-size: 18px;
  border: 1px solid #fff;
  border-top: 2px solid #fff;
  border-bottom: none;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  transform: translateY(40px);
}
.page_main .aboutPage .about_development .development_list li.current {
  transform: translateY(0);
  padding-bottom: 10px;
  backdrop-filter: blur(10px);
  transition: all 0.5s;
}
.page_main .aboutPage .about_video {
  padding: 5vw 0;
}
.page_main .aboutPage .about_video .titleWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page_main .aboutPage .about_video .titleWrap .aboutNum {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex: 0 30%;
}
.page_main .aboutPage .about_video .titleWrap .aboutNum h3 {
  font-size: 60px;
  color: #080a53;
  margin-bottom: 20px;
  text-align: center;
}
.page_main .aboutPage .about_video .titleWrap .aboutNum h3 span {
  font-size: 60px;
}
.page_main .aboutPage .about_video .titleWrap .aboutNum p {
  text-align: center;
  font-size: 16px;
}
.page_main .aboutPage .about_video .layout {
  position: relative;
}
.page_main .aboutPage .about_video .layout .swiper-button-prev {
  left: -3vw;
}
.page_main .aboutPage .about_video .layout .swiper-button-next {
  right: -3vw;
}
.page_main .aboutPage .about_video .videoSwiper {
  overflow: hidden;
  margin-top: 60px;
}
.page_main .aboutPage .about_video .videoSwiper .swiper-slide img,
.page_main .aboutPage .about_video .videoSwiper .swiper-slide iframe,
.page_main .aboutPage .about_video .videoSwiper .swiper-slide video {
  width: 100%;
}
.page_main .aboutPage .about_certificates {
  padding: 5vw 0;
  background-image: url(../img/page/certificate_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.page_main .aboutPage .about_certificates .layout {
  position: relative;
}
.page_main .aboutPage .about_certificates .layout .swiper-button-prev {
  left: -3vw;
}
.page_main .aboutPage .about_certificates .layout .swiper-button-next {
  right: -3vw;
}
.page_main .aboutPage .about_certificates .honorSwiper {
  overflow: hidden;
  margin-top: 60px;
}
.page_main .aboutPage .about_certificates .honorSwiper .swiper-slide img {
  width: 100%;
}
.page_main .aboutPage .about_partner {
  padding: 5vw 0;
}
.page_main .aboutPage .about_partner .index_title {
  text-align: center;
}
.page_main .aboutPage .about_partner .imgWrap {
  margin-top: 60px;
}
.page_main .aboutPage .about_partner .imgWrap img {
  width: 100%;
}
.page_main .aboutPage .about_institute {
  padding: 3vw 0 5vw 0;
}
.page_main .aboutPage .about_institute .index_title {
  margin-bottom: 40px;
}
.page_main .aboutPage .about_institute .desc p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #666666;
}
.page_main .aboutPage .about_institute .desc img {
  margin-bottom: 20px;
  width: 100%;
}
.page_main .aboutPage .about_institute .NumWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}
.page_main .aboutPage .about_institute .NumWrap .num_title {
  font-family: Poppins-Bold;
  font-size: 34px;
  flex: 0 45%;
  color: #080a53;
}
.page_main .aboutPage .about_institute .NumWrap .aboutNum {
  flex: 0 40%;
  display: flex;
  justify-content: space-between;
}
.page_main .aboutPage .about_institute .NumWrap .aboutNum li {
  padding: 0 30px;
}
.page_main .aboutPage .about_institute .NumWrap .aboutNum li h3 {
  font-size: 60px;
  font-family: Poppins-Bold;
  color: #080a53;
  text-align: center;
}
.page_main .aboutPage .about_institute .NumWrap .aboutNum li h3 span {
  font-family: Poppins-Bold;
}
.page_main .aboutPage .about_institute .NumWrap .aboutNum li p {
  text-align: center;
  color: #000;
  font-family: Poppins-Medium;
  font-size: 24px;
}
.page_main .aboutPage .about_laboratory {
  position: relative;
  overflow: hidden;
}
.page_main .aboutPage .about_laboratory .laboratory_img .swiper-slide {
  position: relative;
}
.page_main .aboutPage .about_laboratory .laboratory_img .swiper-slide .imgWrap img {
  width: 100%;
}
.page_main .aboutPage .about_laboratory .laboratory_img .swiper-slide .intro {
  position: absolute;
  top: 40%;
  left: 10%;
  transform: translateY(-50%);
  width: 45%;
}
.page_main .aboutPage .about_laboratory .laboratory_img .swiper-slide .intro .title {
  color: #fff;
  width: 90%;
  font-size: 48px;
  text-transform: capitalize;
}
.page_main .aboutPage .about_laboratory .laboratory_img .swiper-slide .intro .desc {
  font-size: 20px;
  color: #fff;
  margin: 40px 0;
}
.page_main .aboutPage .about_laboratory .laboratory_img .swiper-slide .intro .aboutNum {
  display: flex;
  margin-top: 5vw;
}
.page_main .aboutPage .about_laboratory .laboratory_img .swiper-slide .intro .aboutNum li {
  flex: 0 33.333%;
}
.page_main .aboutPage .about_laboratory .laboratory_img .swiper-slide .intro .aboutNum li h3 {
  font-size: 70px;
  color: #fff;
  font-family: Poppins-SemiBold;
}
.page_main .aboutPage .about_laboratory .laboratory_img .swiper-slide .intro .aboutNum li h3 span {
  font-family: Poppins-SemiBold;
}
.page_main .aboutPage .about_laboratory .laboratory_img .swiper-slide .intro .aboutNum li h3 b {
  font-size: 20px;
  font-family: Poppins-SemiBold;
}
.page_main .aboutPage .about_laboratory .laboratory_img .swiper-slide .intro .aboutNum li p {
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
}
.page_main .aboutPage .about_laboratory .laboratory_img .swiper-button-prev i,
.page_main .aboutPage .about_laboratory .laboratory_img .swiper-button-next i {
  border: 1px solid #fff;
  color: #fff;
}
.page_main .aboutPage .about_laboratory .laboratory_img .swiper-button-prev:hover i,
.page_main .aboutPage .about_laboratory .laboratory_img .swiper-button-next:hover i {
  background-color: #fff;
  color: #080a53;
}
.page_main .aboutPage .about_laboratory .laboratory_img .swiper-button-prev {
  left: 5vw;
}
.page_main .aboutPage .about_laboratory .laboratory_img .swiper-button-next {
  right: 5vw;
}
.page_main .aboutPage .about_laboratory .laboratory_intro {
  position: absolute;
  bottom: 0;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  border-top: 2px solid #fff;
}
.page_main .aboutPage .about_laboratory .laboratory_intro .swiper-slide {
  padding: 40px 0;
  text-align: center;
  color: #fff;
  font-family: Poppins-SemiBold;
  font-size: 20px;
  cursor: pointer;
  height: auto;
}
.page_main .aboutPage .about_laboratory .laboratory_intro .swiper-slide-thumb-active {
  border-top: 2px solid #080a53;
  margin-top: -2px;
  color: #080a53;
}
.page_main .aboutPage .about_key {
  padding: 5vw 0;
}
.page_main .aboutPage .about_key .titleWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page_main .aboutPage .about_key .titleWrap .index_title {
  flex: 0 45%;
}
.page_main .aboutPage .about_key .titleWrap .desc {
  flex: 0 50%;
  color: #666;
}
.page_main .aboutPage .about_key .key_list {
  display: flex;
  flex-direction: column;
  gap: 3vw;
  margin-top: 60px;
}
.page_main .aboutPage .about_key .key_list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page_main .aboutPage .about_key .key_list li .left_img {
  flex: 0 48%;
  overflow: hidden;
}
.page_main .aboutPage .about_key .key_list li .left_img img {
  width: 100%;
  transition: all 0.5s;
}
.page_main .aboutPage .about_key .key_list li .right_intro {
  flex: 0 49%;
}
.page_main .aboutPage .about_key .key_list li .right_intro .title {
  font-size: 30px;
  color: #000;
}
.page_main .aboutPage .about_key .key_list li .right_intro .desc {
  margin: 20px 0;
  font-size: 16px;
  color: #666;
  line-height: 1.8;
}
.page_main .aboutPage .about_key .key_list li:hover .left_img img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.page_main .aboutPage .about_key .key_list li:hover .right_intro .title {
  color: #080a53;
}
.page_main .aboutPage .about_key .key_list li:nth-child(2n+2) {
  flex-direction: row-reverse;
}
.page_main .aboutPage .about_application {
  padding: 5vw 0;
  background-color: #e6e6ed;
}
.page_main .aboutPage .about_application .index_title {
  text-align: center;
}
.page_main .aboutPage .about_application .list {
  display: flex;
  margin-top: 60px;
}
.page_main .aboutPage .about_application .list li {
  flex: 0 33.333%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.page_main .aboutPage .about_application .list li .icon {
  width: 90px;
  height: 90px;
  border-radius: 15px;
  background-color: #080a53;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_main .aboutPage .about_application .list li .icon img {
  width: auto;
  transition: all 0.5s;
}
.page_main .aboutPage .about_application .list li .title {
  margin: 20px 0;
  font-family: Poppins-SemiBold;
  font-size: 26px;
  height: 4.8rem;
  overflow: hidden;
}
.page_main .aboutPage .about_application .list li .desc {
  font-size: 20px;
  color: #666;
}
.page_main .aboutPage .about_application .list li:hover .icon img {
  transform: rotate(360deg);
  transition: all 0.5s;
}
.page_main .aboutPage .about_faq {
  padding: 5vw 0;
}
.page_main .aboutPage .about_faq .titleWrap {
  display: flex;
  flex-direction: column;
}
.page_main .aboutPage .about_faq .titleWrap .desc {
  color: #666;
  font-size: 16px;
  margin: 40px 0;
}
.page_main .aboutPage .about_faq .layout {
  display: flex;
  justify-content: space-between;
}
.page_main .aboutPage .about_faq .layout .left_img {
  flex: 0 48%;
  overflow: hidden;
}
.page_main .aboutPage .about_faq .layout .left_img img {
  width: 100%;
  transition: all 0.5s;
}
.page_main .aboutPage .about_faq .layout .left_img:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.page_main .aboutPage .about_faq .layout .right_faq {
  flex: 0 48%;
}
.page_main .aboutPage .about_faq .layout .right_faq li {
  cursor: pointer;
  position: relative;
  padding: 30px 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-bottom: 1px solid #666;
}
.page_main .aboutPage .about_faq .layout .right_faq li .question {
  flex: 1;
}
.page_main .aboutPage .about_faq .layout .right_faq li .question > p {
  color: #2A2B32;
  font-size: 24px;
  font-family: Poppins-SemiBold;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: capitalize;
}
.page_main .aboutPage .about_faq .layout .right_faq li .answer {
  display: none;
}
.page_main .aboutPage .about_faq .layout .right_faq li .answer p {
  padding: 20px 0 10px 0;
  color: #666;
  font-size: 16px;
  line-height: 1.8;
}
.page_main .aboutPage .about_faq .layout .right_faq .current .question p {
  color: #080a53;
}
.page_main .solution_faq {
  padding: 5vw 0;
}
.page_main .solution_faq .right_faq {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.page_main .solution_faq .right_faq li {
  cursor: pointer;
  position: relative;
  padding: 30px 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #eff1f5;
}
.page_main .solution_faq .right_faq li i {
  position: absolute;
  right: 40px;
  font-size: 20px;
}
.page_main .solution_faq .right_faq li .question {
  flex: 1;
}
.page_main .solution_faq .right_faq li .question > p {
  color: #2A2B32;
  font-size: 20px;
  font-family: Poppins-Medium;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: capitalize;
}
.page_main .solution_faq .right_faq li .answer {
  display: none;
}
.page_main .solution_faq .right_faq li .answer p {
  padding: 20px 0 10px 0;
  color: #666;
  font-size: 16px;
  line-height: 1.8;
}
.page_main .solution_faq .right_faq .current i {
  transform: rotate(180deg);
  color: #080a53;
}
.page_main .solution_faq .right_faq .current .question p {
  color: #080a53;
}
.page_main .solutionPage .solution_intro {
  padding: 5vw 0;
}
.page_main .solutionPage .solution_intro .layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page_main .solutionPage .solution_intro .layout:nth-child(2) {
  margin-top: 60px;
}
.page_main .solutionPage .solution_intro .layout .left_img {
  flex: 0 48%;
  overflow: hidden;
}
.page_main .solutionPage .solution_intro .layout .left_img img {
  width: 100%;
  transition: all 0.5s;
}
.page_main .solutionPage .solution_intro .layout .left_img:hover img {
  transition: all 0.5;
  transform: scale(1.1);
}
.page_main .solutionPage .solution_intro .layout .right_intro {
  flex: 0 48%;
}
.page_main .solutionPage .solution_intro .layout .right_intro p {
  margin-bottom: 15px;
  color: #000;
  font-size: 20px;
  font-family: Poppins-SemiBold;
}
.page_main .solutionPage .solution_intro .layout .right_intro span {
  color: #666;
  display: inline-block;
  margin-bottom: 15px;
}
.page_main .solutionPage .solution_service {
  padding: 5vw 0;
  background-color: #f0f1f5;
}
.page_main .solutionPage .solution_service .index_title {
  text-align: center;
}
.page_main .solutionPage .solution_service .layout {
  position: relative;
}
.page_main .solutionPage .solution_service .swiper-button-next {
  right: -3vw;
}
.page_main .solutionPage .solution_service .swiper-button-prev {
  left: -3vw;
}
.page_main .solutionPage .solution_service .serviceSwiper {
  position: relative;
  margin-top: 60px;
  overflow: hidden;
  padding-bottom: 80px;
}
.page_main .solutionPage .solution_service .serviceSwiper .swiper-slide .imgWrap {
  padding-top: 80%;
  position: relative;
  width: 100%;
}
.page_main .solutionPage .solution_service .serviceSwiper .swiper-slide .imgWrap img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.page_main .solutionPage .solution_service .serviceSwiper .swiper-slide .title {
  margin-top: 30px;
  font-family: Poppins-Medium;
  font-size: 22px;
  text-align: center;
  color: #000000;
}
.page_main .solutionPage .solution_service .serviceSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #fff;
  opacity: 1;
  margin: 0 10px;
}
.page_main .solutionPage .solution_service .serviceSwiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #080a53;
}
.page_main .solutionPage .solution_case {
  padding-top: 5vw;
}
.page_main .solutionPage .solution_case .index_title {
  text-align: center;
}
.page_main .solutionPage .solution_case .caseSwiper {
  position: relative;
  overflow: hidden;
  margin-top: 60px;
}
.page_main .solutionPage .solution_case .caseSwiper .swiper-slide {
  opacity: 0.4;
  position: relative;
}
.page_main .solutionPage .solution_case .caseSwiper .swiper-slide .imgWrap {
  width: 100%;
}
.page_main .solutionPage .solution_case .caseSwiper .swiper-slide .imgWrap img {
  width: 100%;
}
.page_main .solutionPage .solution_case .caseSwiper .swiper-slide .title {
  position: absolute;
  bottom: 0;
  padding: 20px;
  font-family: Poppins-Medium;
  font-size: 20px;
}
.page_main .solutionPage .solution_case .caseSwiper .swiper-slide-active {
  opacity: 1;
}
.page_main .solutionPage .solution_case .caseSwiper .swiper-button-prev {
  left: 28%;
}
.page_main .solutionPage .solution_case .caseSwiper .swiper-button-next {
  right: 28%;
}
.page_main .newPage {
  padding: 5vw 0;
}
.page_main .newPage .featured_news {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 3vw;
  border-bottom: 1px solid #d2d2d2c4;
}
.page_main .newPage .featured_news .imgWrap {
  width: 48%;
  padding-top: 30%;
  position: relative;
  overflow: hidden;
}
.page_main .newPage .featured_news .imgWrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.page_main .newPage .featured_news .info {
  flex: 0 48%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page_main .newPage .featured_news .info .date {
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
}
.page_main .newPage .featured_news .info .title {
  font-family: Poppins-SemiBold;
  font-size: 20px;
  margin-bottom: 10px;
}
.page_main .newPage .featured_news .info .title a {
  color: #080a53;
}
.page_main .newPage .featured_news .info .desc {
  font-size: 16px;
  margin: 20px 0 30px 0;
}
.page_main .newPage .featured_news .info .desc a {
  color: #666;
}
.page_main .newPage .featured_news .info .more {
  padding: 10px 40px;
  border: 1px solid #080a53;
  border-radius: 40px;
  transition: all 0.5s;
}
.page_main .newPage .featured_news .info .more a {
  color: #080a53;
}
.page_main .newPage .featured_news:hover .imgWrap img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.page_main .newPage .featured_news:hover .info .more {
  background-color: #fff;
  box-shadow: 8px 8px #080a53;
  transition: all 0.5s;
}
.page_main .newPage .featured_news:hover .info .more a {
  color: #000;
}
.page_main .newPage .news_list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2vw 0;
  border-bottom: 1px solid #d2d2d2c4;
}
.page_main .newPage .news_list li .Wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page_main .newPage .news_list li .Wrap .imgWrap {
  flex: 0 38%;
  position: relative;
  padding-top: 25%;
  overflow: hidden;
}
.page_main .newPage .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 .newPage .news_list li .Wrap .info {
  flex: 0 60%;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page_main .newPage .news_list li .Wrap .info .date {
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
}
.page_main .newPage .news_list li .Wrap .info .title {
  font-family: Poppins-SemiBold;
  font-size: 20px;
}
.page_main .newPage .news_list li .Wrap .info .desc {
  font-size: 16px;
  color: #666;
  margin: 20px 0 30px 0;
}
.page_main .newPage .news_list li .Wrap .info .more {
  padding: 10px 40px;
  border: 1px solid #080a53;
  border-radius: 40px;
  transition: all 0.5s;
}
.page_main .newPage .news_list li .Wrap .info .more a {
  color: #080a53;
}
.page_main .newPage .news_list li:hover .Wrap .imgWrap img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.page_main .newPage .news_list li:hover .Wrap .info .more {
  background-color: #fff;
  box-shadow: 8px 8px #080a53;
  transition: all 0.5s;
}
.page_main .newPage .news_list li:hover .Wrap .info .more a {
  color: #000;
}
.page_main .productPage .product_intro {
  padding: 5vw 0;
}
.page_main .productPage .product_intro .intro_list {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
}
.page_main .productPage .product_intro .intro_list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page_main .productPage .product_intro .intro_list li .left_img {
  flex: 0 48%;
  overflow: hidden;
}
.page_main .productPage .product_intro .intro_list li .left_img img {
  width: 100%;
  transition: all 0.5s;
}
.page_main .productPage .product_intro .intro_list li .right_intro {
  flex: 0 48%;
  color: #666;
  line-height: 1.8;
}
.page_main .productPage .product_intro .intro_list li:nth-of-type(2n+2) {
  flex-direction: row-reverse;
}
.page_main .productPage .product_intro .intro_list li:hover .left_img img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.page_main .productPage .product_cate {
  padding: 5vw 0;
  background-color: #f0f1f5;
}
.page_main .productPage .product_cate .cate_list {
  display: flex;
  flex-wrap: wrap;
  margin: 60px -10px 0 -10px;
}
.page_main .productPage .product_cate .cate_list li {
  flex: 0 25%;
  padding: 10px;
  position: relative;
}
.page_main .productPage .product_cate .cate_list li .Wrap {
  position: relative;
}
.page_main .productPage .product_cate .cate_list li .Wrap .imgWrap {
  width: 100%;
}
.page_main .productPage .product_cate .cate_list li .Wrap .imgWrap img {
  width: 100%;
}
.page_main .productPage .product_cate .cate_list li .Wrap .intro {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.page_main .productPage .product_cate .cate_list li .Wrap .intro .title a {
  font-family: Poppins-SemiBold;
  font-size: 24px;
  color: #fff;
}
.page_main .productPage .product_cate .cate_list li .Wrap .intro .more {
  margin-top: 40px;
}
.page_main .productPage .product_cate .cate_list li .Wrap .intro .more a {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.page_main .productPage .product_cate .cate_list li .Wrap .intro .more a i {
  transform: rotate(-45deg);
  color: #080a53;
  font-size: 25px;
}
.page_main .productPage .product_cate .cate_list li .Wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  opacity: 0;
  transition: all 0.5s;
  background-color: rgba(255, 255, 255, 0.4);
}
.page_main .productPage .product_cate .cate_list li .Wrap:hover .intro .title a {
  color: #080a53;
}
.page_main .productPage .product_cate .cate_list li .Wrap:hover .intro .more a {
  background-color: #080a53;
}
.page_main .productPage .product_cate .cate_list li .Wrap:hover .intro .more a i {
  color: #fff;
}
.page_main .productPage .product_cate .cate_list li .Wrap:hover::after {
  opacity: 1;
}
.page_main .productPage .aside {
  width: 380px;
  float: left;
}
.page_main .productPage .aside .side-tit-bar {
  position: relative;
}
.page_main .productPage .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 .productPage .aside .side-tit-bar .side-tit::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 4px;
  background-color: #080a53;
  display: block;
  bottom: 10px;
  left: 0;
}
.page_main .productPage .aside .side-cate {
  margin-top: 10px;
}
.page_main .productPage .aside .side-cate li {
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #00000079;
}
.page_main .productPage .aside .side-cate li a {
  position: relative;
  display: block;
  margin-right: 38px;
  padding: 10px 0;
  font-size: 18px;
}
.page_main .productPage .aside .side-cate li ul.sub-menu {
  display: none;
  overflow: visible !important;
}
.page_main .productPage .aside .side-cate li ul.sub-menu li {
  list-style: square;
  margin-left: 25px;
  border-bottom: none;
}
.page_main .productPage .aside .side-cate li ul.sub-menu li a {
  padding: 5px 30px 10px 0px;
  margin-right: 0;
  font-size: 16px;
  color: #000;
}
.page_main .productPage .aside .side-cate li ul.sub-menu li li {
  list-style: none;
  margin-left: 0;
  border-bottom: none;
}
.page_main .productPage .aside .side-cate li ul.sub-menu li li a {
  padding: 0px 30px 10px 0px;
  margin-right: 0;
  color: #666;
}
.page_main .productPage .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 .productPage .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 .productPage .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 .productPage .aside .side-cate .nav-current > a,
.page_main .productPage .aside .side-cate:hover > a,
.page_main .productPage .aside .side-cate .show_li > a {
  color: #000;
}
.page_main .productPage .aside .side-cate .nav-current > .icon-cate,
.page_main .productPage .aside .side-cate:hover > .icon-cate,
.page_main .productPage .aside .side-cate .show_li > .icon-cate {
  color: #000;
}
.page_main .productPage .product_main {
  padding: 5vw 0;
  display: flex;
  justify-content: space-between;
}
.page_main .productPage .product_main .Wrap {
  flex: 0 calc(100% - 420px);
}
.page_main .productPage .product_main .Wrap .product_list {
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
}
.page_main .productPage .product_main .Wrap .product_list li {
  border-radius: 5px;
  flex: 0 33.3333%;
  padding: 10px 10px 30px 25px;
}
.page_main .productPage .product_main .Wrap .product_list li a .imgWrap {
  position: relative;
  padding-top: 80%;
  overflow: hidden;
}
.page_main .productPage .product_main .Wrap .product_list li a .imgWrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page_main .productPage .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 .productPage .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 .productPage .product_main .Wrap .product_list li:hover {
  box-shadow: 10px 10px #080a53;
}
.page_main .contactPage {
  padding: 5vw 0;
}
.page_main .contactPage .index_title {
  text-align: center;
  font-size: 60px;
}
.page_main .contactPage .contact_list {
  display: flex;
  margin-top: 5vw;
}
.page_main .contactPage .contact_list li {
  flex: 0 25%;
  padding: 0 15px;
  gap: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.page_main .contactPage .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 .contactPage .contact_list li .icon i {
  font-size: 40px;
  color: #080a53;
}
.page_main .contactPage .contact_list li .info p {
  color: #080a53;
  font-size: 30px;
  font-family: Poppins-SemiBold;
  margin-bottom: 10px;
}
.page_main .contactPage .contact_list li .info a,
.page_main .contactPage .contact_list li .info span {
  display: inline-block;
}
.page_main .contactPage .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 .contactPage .contact_form #form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0;
}
.page_main .contactPage .contact_form #form .list {
  width: 49%;
}
.page_main .contactPage .contact_form #form .list:first-of-type,
.page_main .contactPage .contact_form #form .list:last-of-type {
  width: 100%;
}
.page_main .contactPage .contact_form #form .list input,
.page_main .contactPage .contact_form #form .list textarea {
  background-color: #f8f8f8d8;
  outline: none;
  border: 1px solid #d2d2d2c4;
  padding: 15px;
}
.page_main .contactPage .contact_form #form .list textarea {
  height: 200px;
}
.page_main .contactPage .contact_form #form .sub {
  margin: 0 auto;
  background-color: #080a53;
  padding: 10px 50px;
  font-size: 25px;
}
.footerWrap {
  padding: 5vw 0 30px 0;
  background-color: #080a53;
}
.footerWrap .web_footer .top_footer {
  display: flex;
  justify-content: space-between;
  padding-bottom: 3vw;
}
.footerWrap .web_footer .top_footer .logo {
  flex: 0 40%;
}
.footerWrap .web_footer .top_footer .logo img {
  height: 75px;
  transform: translateY(-30px);
  filter: brightness(0) invert(1);
}
.footerWrap .web_footer .top_footer .logo .contact_intro {
  font-size: 16px;
  color: #fff;
  width: 90%;
  line-height: 1.5;
}
.footerWrap .web_footer .top_footer .contact_list {
  font-size: 16px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footerWrap .web_footer .top_footer .contact_list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.footerWrap .web_footer .top_footer .contact_list li i {
  font-size: 20px;
}
.footerWrap .web_footer .top_footer .contact_list a {
  color: #fff;
}
.footerWrap .web_footer .top_footer .contact_list .info {
  display: flex;
}
.footerWrap .web_footer .top_footer .cate_list {
  flex: 0 25%;
}
.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 .top_footer .share_url {
  margin-top: 40px;
}
.footerWrap .web_footer .top_footer .share_url p {
  color: #fff;
  font-size: 22px;
  margin: 20px 0;
}
.footerWrap .web_footer .top_footer .share_url .share_url_list {
  display: flex;
  gap: 15px;
}
.footerWrap .web_footer .top_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 .top_footer .share_url .share_url_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.footerWrap .web_footer .top_footer .share_url .share_url_list li a i {
  font-size: 16px;
  color: #000;
  transition: all 0.3s;
}
.footerWrap .web_footer .top_footer .share_url .share_url_list li:hover {
  background-color: transparent;
  transition: all 0.3s;
}
.footerWrap .web_footer .top_footer .share_url .share_url_list li:hover a i {
  color: #fff;
  transition: all 0.3s;
}
.footerWrap .web_footer .copyright {
  padding: 30px 0 0 0;
  border-top: 1px solid #fff;
  color: #fff;
  font-size: 18px;
}
.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 {
  max-width: 100px;
}
.footerWrap .sj-footer ul #f-logo .imgWrap img {
  width: 100%;
  filter: brightness(0) invert(1);
}
.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: #080a53;
  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,
.inquiry-pop-bd {
  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,
.inquiry-pop-bd .feedbackHeader {
  height: 40px;
  line-height: 40px;
  border-radius: 10px 10px 0 0;
  color: #ffffff;
  text-indent: 50px;
  font-weight: normal;
  cursor: pointer;
  font-size: 14px;
}
.feedback .eMailIco,
.inquiry-pop-bd .eMailIco {
  background: url("../img/emailIco.png") 16px center no-repeat #080a53;
  background-size: 21px auto;
}
.feedback .feedbackForm,
.inquiry-pop-bd .feedbackForm {
  padding: 16px 16px 40px 16px;
  background-color: #fff;
}
.feedback .feedbackForm .tips,
.inquiry-pop-bd .feedbackForm .tips {
  color: #222d38;
  padding-bottom: 20px;
}
.feedback .feedbackForm .line,
.inquiry-pop-bd .feedbackForm .line {
  margin-bottom: 16px;
}
.feedback .feedbackForm .line input,
.inquiry-pop-bd .feedbackForm .line input,
.feedback .feedbackForm .line textarea,
.inquiry-pop-bd .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,
.inquiry-pop-bd .feedbackForm .line input {
  height: 40px;
  line-height: 40px;
  padding: 0 11px;
}
.feedback .feedbackForm textarea,
.inquiry-pop-bd .feedbackForm textarea {
  resize: none;
  height: 78px;
  padding: 11px;
  line-height: 20px;
}
.feedback .feedbackForm .input_b,
.inquiry-pop-bd .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,
.inquiry-pop-bd .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: #080a53;
  border: none;
  padding: 10px 35px;
  font-size: 16px;
  margin-bottom: 15px;
  cursor: pointer;
}
@media only screen and (max-width: 1720px) {
  .layout,
  .index_layout {
    width: 85vw;
  }
  .index_title {
    font-size: 40px;
  }
  .swiper-button-prev i,
  .swiper-button-next i {
    font-size: 20px;
    min-width: 40px;
    min-height: 40px;
  }
  .index_main .bannerSwiper .swiper-slide .banner_intro h1 span {
    font-size: 60px;
  }
  .index_main .index_procate .cate_list li .intro {
    width: 85%;
    height: 85%;
  }
  .index_main .index_procate .cate_list li .intro a .title {
    font-size: 18px;
  }
  .index_main .index_product .product-prev {
    left: -40px;
  }
  .index_main .index_product .product-next {
    right: -40px;
  }
  .index_main .index_certificate .layout .certificate-prev {
    left: -40px;
  }
  .index_main .index_certificate .layout .certificate-next {
    right: -40px;
  }
  .index_main .index_team .teamWrap .team_imgWrap .team-next,
  .index_main .index_team .teamWrap .team_imgWrap .team-prev {
    right: -40px;
  }
  .index_main .index_news .layout .news-next {
    right: -40px;
  }
  .index_main .index_news .layout .news-prev {
    left: -40px;
  }
  .page_main .aboutPage .about_development .itemWrap .item .intro {
    width: 80%;
  }
  .page_main .aboutPage .about_institute .NumWrap .num_title {
    font-size: 30px;
  }
  .page_main .aboutPage .about_laboratory .laboratory_img .swiper-slide .intro {
    width: 80%;
  }
  .footerWrap .web_footer .top_footer .cate_list h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 1440px) {
  .layout,
  .index_layout {
    width: 90vw;
  }
  .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: 35px;
  }
  .index_main .bannerSwiper .swiper-slide .banner_intro h1 span {
    font-size: 50px;
  }
  .index_main .index_procate .cate_list li .intro {
    padding: 10px;
  }
  .index_main .index_procate .cate_list li .intro a .title {
    font-size: 16px;
  }
  .index_main .index_procate .cate_list li .intro .desc {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .index_main .index_about .aboutWrap .right_intro .title {
    font-size: 24px;
  }
  .index_main .index_about .aboutWrap .right_intro .aboutNum li h3 {
    font-size: 35px;
  }
  .index_main .index_institute .layout .right_list li {
    padding: 30px 10px;
  }
  .index_main .index_institute .layout .right_list li .num {
    font-size: 50px;
  }
  .index_main .index_institute .layout .right_list li .title {
    font-size: 18px;
  }
  .index_main .index_team .teamWrap .team_intro .swiper-slide .right_intro .desc {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .page_main .aboutPage .about_about .layout .aboutNum li h3 {
    font-size: 50px;
  }
  .page_main .aboutPage .about_about .layout .aboutNum li p {
    font-size: 18px;
  }
  .page_main .aboutPage .about_video .titleWrap .aboutNum {
    flex: 0 40%;
  }
  .page_main .aboutPage .about_development .development_list li {
    padding: 10px 10px 50px 10px;
    font-size: 16px;
  }
  .page_main .aboutPage .about_institute .NumWrap .aboutNum li h3 {
    font-size: 50px;
  }
  .page_main .aboutPage .about_institute .NumWrap .aboutNum li p {
    font-size: 20px;
  }
  .page_main .aboutPage .about_institute .NumWrap .num_title {
    font-size: 26px;
  }
  .page_main .aboutPage .about_laboratory .laboratory_img .swiper-slide .intro .title {
    font-size: 35px;
  }
  .page_main .aboutPage .about_laboratory .laboratory_img .swiper-slide .intro .desc {
    margin: 20px 0;
    font-size: 18px;
  }
  .page_main .aboutPage .about_laboratory .laboratory_img .swiper-slide .intro .aboutNum {
    margin-top: 20px;
  }
  .page_main .aboutPage .about_laboratory .laboratory_img .swiper-slide .intro .aboutNum li h3 {
    font-size: 60px;
  }
  .page_main .aboutPage .about_laboratory .laboratory_intro {
    width: 90%;
  }
  .page_main .aboutPage .about_laboratory .laboratory_intro .swiper-slide {
    font-size: 18px;
    padding: 20px;
  }
  .page_main .aboutPage .about_key .key_list li .right_intro .title {
    font-size: 25px;
  }
  .page_main .aboutPage .about_application .list li .title {
    font-size: 20px;
  }
  .page_main .aboutPage .about_application .list li .desc {
    font-size: 18px;
  }
  .page_main .aboutPage .about_faq .layout .right_faq li {
    padding: 20px;
  }
  .page_main .aboutPage .about_faq .layout .right_faq li .question > p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .layout,
  .index_layout {
    width: 90vw;
  }
  .index_head .layout .head .web_nav > ul > li,
  .page_head .layout .head .web_nav > ul > li {
    margin: 0;
  }
  .index_title {
    font-size: 35px;
  }
  .index_main .bannerSwiper .swiper-slide .banner_intro h1 span {
    font-size: 40px;
  }
  .index_main .index_procate .cate_list li .intro a .title {
    margin: 10px 0;
  }
  .index_main .index_team .teamWrap .team_intro .swiper-slide .right_intro .company {
    margin: 10px 0;
  }
  .page_main .aboutPage .about_about .layout .aboutNum li {
    padding: 0 10px;
  }
  .page_main .aboutPage .about_about .layout .aboutNum li h3 {
    font-size: 40px;
  }
  .page_main .aboutPage .about_about .layout .aboutNum li p {
    font-size: 16px;
  }
  .page_main .aboutPage .about_development .itemWrap .item .intro .title {
    font-size: 28px;
  }
  .page_main .aboutPage .about_development .development_list li {
    font-size: 16px;
    font-family: "Poppins-Regular";
  }
  .page_main .aboutPage .about_laboratory .laboratory_intro .swiper-slide {
    padding: 15px;
    font-size: 16px;
  }
  .page_main .aboutPage .about_laboratory .laboratory_img .swiper-slide .intro .aboutNum li h3 {
    font-size: 50px;
  }
  .page_main .aboutPage .about_key .key_list li .right_intro .desc {
    line-height: 1.5;
  }
  .page_main .aboutPage .about_application .list li .desc {
    font-size: 16px;
  }
  .page_main .productPage .aside {
    flex: 0 300px;
  }
  .page_main .productPage .product_main .Wrap {
    flex: 0 calc(100% - 330px);
  }
  .page_main .productPage .product_main .Wrap .product_list li {
    flex: 0 50%;
  }
  .page_main .contactPage .contact_list {
    flex-wrap: wrap;
  }
  .page_main .contactPage .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 .swiper-button-prev {
    left: 20px !important;
  }
  .index_main .swiper-button-next {
    right: 20px !important;
  }
  .index_main .index_product .product-prev {
    left: 10px;
  }
  .index_main .index_product .product-next {
    right: 10px;
  }
  .index_main .index_about .aboutWrap {
    flex-direction: column;
    gap: 10px;
  }
  .index_main .index_institute .layout {
    flex-direction: column;
    gap: 10px;
  }
  .index_main .index_team .teamWrap .team_imgWrap .team_img {
    width: 100%;
    position: static;
    margin-top: 20px;
  }
  .index_main .index_team .teamWrap .team_imgWrap .team-prev {
    left: 10px;
    top: 50%;
  }
  .index_main .index_team .teamWrap .team_imgWrap .team-prev i {
    color: #fff;
    border: 1px solid #fff;
  }
  .index_main .index_team .teamWrap .team_imgWrap .team-next {
    right: 10px;
    top: 50%;
  }
  .index_main .index_team .teamWrap .team_imgWrap .team-next i {
    color: #fff;
    border: 1px solid #fff;
  }
}
@media screen and (max-width: 950px) {
  .index_title {
    font-size: 25px;
  }
  .index_main .bannerSwiper {
    margin-top: 60px;
  }
  .index_main .bannerSwiper .swiper-slide .banner_intro {
    width: 90%;
  }
  .index_main .bannerSwiper .swiper-slide .banner_intro h1 span {
    font-size: 25px;
  }
  .index_main .bannerSwiper .swiper-slide .banner_more {
    display: none;
  }
  .index_main .index_procate .cate_list {
    margin-top: 30px;
  }
  .index_main .index_procate .cate_list li {
    flex: 0 100%;
  }
  .index_main .index_product .productSwiper {
    margin-top: 30px;
  }
  .index_main .index_about .titleWrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .index_main .index_about .titleWrap .desc {
    width: 100%;
    font-size: 16px;
  }
  .index_main .index_about .aboutWrap {
    margin-top: 30px;
  }
  .index_main .index_team .teamWrap {
    margin-top: 30px;
  }
  .index_main .index_team .teamWrap .team_intro .swiper-slide {
    flex-direction: column;
  }
  .index_main .index_team .teamWrap .team_intro .swiper-slide .right_intro {
    margin-top: 20px;
  }
  .index_main .index_team .teamWrap .team_intro .swiper-slide .right_intro .company {
    font-size: 18px;
  }
  .index_main .index_team .teamWrap .team_imgWrap .swiper-button-next,
  .index_main .index_team .teamWrap .team_imgWrap .swiper-button-prev {
    display: none;
  }
  .index_main .index_institute .layout .right_list {
    flex-direction: column;
    gap: 10px;
  }
  .index_main .index_institute .layout .right_list li {
    width: 100%;
    padding: 10px 0;
  }
  .index_main .index_institute .layout .right_list li .num {
    font-size: 30px;
  }
  .index_main .index_institute .layout .right_list li:first-child {
    margin: 0;
  }
  .index_main .index_institute .layout .right_list li:nth-child(3) {
    margin: 0;
  }
  .index_main .index_news .newsSwiper {
    margin-top: 30px;
  }
  .index_main .index_news .newsSwiper .swiper-slide .Wrap .intro .more {
    width: 100%;
  }
  .index_main .index_partner {
    padding-bottom: 60px;
  }
  .index_main .index_partner .partnerSwiper .swiper-wrapper .swiper-slide {
    height: 50px;
  }
  .page_main .solution_faq {
    margin-bottom: 40px;
  }
  .page_main .solution_faq .right_faq li i {
    right: 5px;
  }
  .page_main .solution_faq .right_faq li .question p {
    font-size: 16px;
  }
  .page_main .page_banner {
    margin-top: 60px;
  }
  .page_main .page_banner .page_title {
    font-size: 30px;
    width: 90%;
  }
  .page_main .aboutPage .about_about .layout {
    flex-direction: column;
    gap: 20px;
  }
  .page_main .aboutPage .about_about .layout .aboutNum {
    flex-wrap: wrap;
    gap: 20px 0;
  }
  .page_main .aboutPage .about_about .layout .aboutNum li {
    flex: 0 50%;
  }
  .page_main .aboutPage .about_about .layout .aboutNum li p {
    font-size: 14px;
  }
  .page_main .aboutPage .about_current {
    width: 100%;
  }
  .page_main .aboutPage .about_current li a {
    font-size: 18px;
  }
  .page_main .aboutPage .about_development .developmentWrap {
    display: flex;
    flex-direction: column;
  }
  .page_main .aboutPage .about_development .development_list {
    position: static;
    flex-direction: column;
  }
  .page_main .aboutPage .about_development .development_list li {
    border: none;
    color: #000;
    padding: 15px;
    transform: none;
    border-bottom: 1px solid #666;
  }
  .page_main .aboutPage .about_development .development_list li:last-of-type {
    border-bottom: none;
  }
  .page_main .aboutPage .about_development .development_list li.current {
    background-color: #080a53;
    color: #fff;
    padding-bottom: 15px;
  }
  .page_main .aboutPage .about_development .itemWrap .item .intro {
    left: 5%;
    width: 90%;
  }
  .page_main .aboutPage .about_development .itemWrap .item .intro .title {
    font-size: 20px;
  }
  .page_main .aboutPage .about_development .itemWrap .item .intro .desc {
    font-size: 14px;
    margin: 10px 0;
  }
  .page_main .aboutPage .about_development .itemWrap .item .intro .desc p {
    margin-bottom: 10px;
  }
  .page_main .aboutPage .about_video .titleWrap {
    flex-direction: column;
    gap: 20px;
  }
  .page_main .aboutPage .about_video .titleWrap .aboutNum h3 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .page_main .aboutPage .about_video .titleWrap .aboutNum h3 span {
    font-size: 30px;
  }
  .page_main .aboutPage .about_video .videoSwiper {
    margin-top: 40px;
  }
  .page_main .aboutPage .about_partner {
    padding: 40px 0 60px 0;
  }
  .page_main .aboutPage .about_institute .NumWrap {
    flex-direction: column;
    gap: 20px;
  }
  .page_main .aboutPage .about_institute .NumWrap .num_title {
    font-size: 20px;
    text-align: center;
  }
  .page_main .aboutPage .about_institute .NumWrap .aboutNum li p {
    font-size: 16px;
  }
  .page_main .aboutPage .about_laboratory {
    display: flex;
    flex-direction: column;
  }
  .page_main .aboutPage .about_laboratory .laboratory_img .swiper-slide .intro {
    padding: 10px;
    background-color: #080a53;
    margin: 0 auto;
    position: static;
    transform: none;
    width: 100%;
  }
  .page_main .aboutPage .about_laboratory .laboratory_img .swiper-slide .intro .title {
    font-size: 20px;
  }
  .page_main .aboutPage .about_laboratory .laboratory_img .swiper-slide .intro .aboutNum {
    flex-direction: column;
  }
  .page_main .aboutPage .about_laboratory .laboratory_intro {
    position: static;
    transform: none;
    margin-top: 20px;
  }
  .page_main .aboutPage .about_laboratory .laboratory_intro .swiper-slide {
    color: #000;
    padding: 10px;
  }
  .page_main .aboutPage .about_laboratory .laboratory_intro .swiper-slide-thumb-active {
    color: #080a53;
  }
  .page_main .aboutPage .about_key .titleWrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .page_main .aboutPage .about_key .key_list li {
    flex-direction: column;
    gap: 10px;
  }
  .page_main .aboutPage .about_key .key_list li .right_intro .title {
    font-size: 20px;
  }
  .page_main .aboutPage .about_key .key_list li:nth-of-type(2n+2) {
    flex-direction: column;
  }
  .page_main .aboutPage .about_application .list {
    flex-direction: column;
    gap: 20px;
  }
  .page_main .aboutPage .about_faq {
    padding-bottom: 60px;
  }
  .page_main .aboutPage .about_faq .titleWrap .index_title br {
    display: none;
  }
  .page_main .aboutPage .about_faq .layout {
    flex-direction: column;
  }
  .page_main .productPage .product_intro .intro_list {
    gap: 20px;
  }
  .page_main .productPage .product_intro .intro_list li {
    flex-direction: column;
    gap: 20px;
  }
  .page_main .productPage .product_intro .intro_list li:nth-of-type(2n+2) {
    flex-direction: column;
  }
  .page_main .productPage .product_cate .cate_list li {
    flex: 0 50%;
    padding: 5px;
  }
  .page_main .productPage .product_cate .cate_list li .Wrap .intro .title a {
    font-size: 20px;
  }
  .page_main .productPage .product_cate .cate_list li .Wrap .intro .more a {
    width: 50px;
    height: 50px;
  }
  .page_main .productPage .product_cate .cate_list li .Wrap .intro .more a i {
    font-size: 20px;
  }
  .page_main .productPage .product_main .Wrap {
    flex: 0 100%;
  }
  .page_main .productPage .product_main .Wrap .product_list {
    margin: 0 -10px;
    gap: 10px 0;
  }
  .page_main .productPage .product_main .Wrap .product_list li {
    padding: 10px;
  }
  .page_main .productPage .product_main .Wrap .product_list li a .title {
    -webkit-line-clamp: none;
  }
  .page_main .productPage .product_main .Wrap .product_list li a .desc {
    -webkit-line-clamp: 3;
  }
  .page_main .productPage .product_main .Wrap .product_list li:hover {
    box-shadow: 5px 5px #080a53;
  }
  .page_main .solutionPage .solution_intro .layout {
    flex-direction: column-reverse;
  }
  .page_main .solutionPage .solution_intro .layout:nth-of-type(2) {
    margin-top: 20px;
  }
  .page_main .solutionPage .solution_case .caseSwiper .swiper-button-prev {
    left: 5%;
  }
  .page_main .solutionPage .solution_case .caseSwiper .swiper-button-next {
    right: 5%;
  }
  .page_main .newPage .featured_news {
    flex-direction: column;
    gap: 20px;
  }
  .page_main .newPage .featured_news .imgWrap {
    width: 100%;
    padding-top: 70%;
  }
  .page_main .newPage .news_list li {
    padding: 20px 0;
  }
  .page_main .newPage .news_list li .Wrap {
    flex-direction: column;
    gap: 20px;
  }
  .page_main .newPage .news_list li .Wrap .imgWrap {
    width: 100%;
    padding-top: 70%;
  }
  .page_main .newPage .news_list li .Wrap .info {
    padding-left: 0;
  }
  .page_main .contactPage {
    padding-bottom: 50px;
  }
  .page_main .contactPage .index_title {
    font-size: 30px;
  }
  .page_main .contactPage .contact_list li {
    flex: 0 100%;
  }
  .page_main .contactPage .contact_form {
    padding: 3vw;
  }
  .page_main .contactPage .contact_form #form .list {
    width: 100%;
  }
  .page_main .contactPage .contact_form #form .sub {
    font-size: 18px;
    margin: 0;
  }
  .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:nth-of-type(2) {
    display: none;
  }
  .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: #080a53;
  text-align: center;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 50%;
  padding: 3px;
  border: 2px solid #080a53;
  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: #080a53;
  -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
            ----------------------------------*/
