@import url(/wp-content/themes/global/static/css/reset.css);
@import url(/wp-content/themes/global/static/css/animate.min.css);
@import url(/wp-content/themes/global/static/css/swiper-bundle.min.css);
@import url(/wp-content/themes/global/static/css/font/iconfont.css);
@font-face {
  font-family:"Poppins-Bold";
  src: url(/wp-content/themes/global/static/font/Poppins-Bold.ttf);
}
@font-face {
  font-family:"Poppins-Regular";
  src: url(/wp-content/themes/global/static/font/Poppins-Regular.ttf);
}
@font-face {
  font-family:"Poppins-Medium";
  src: url(/wp-content/themes/global/static/font/Poppins-Medium.ttf);
}
@font-face {
  font-family:"Poppins-Light";
  src: url(/wp-content/themes/global/static/font/Poppins-Light.ttf);
}
.fl-slide-content-wrap{
    position: absolute;
    bottom: 0;
}
.none{
    display: none;
}

figure{
    margin: 0 ;
}

html {
  scroll-behavior: smooth;
  font-family: Poppins-Regular;
}
.index_layout,.layout {
  width: 1440px;
  margin: 0 auto;
}
.index_head,
.page_head {
  background-color: rgba(255, 255, 255, 0.36);
  backdrop-filter: blur(5px);
  position: fixed;
  z-index: 99;
  width: 100%;
}
.index_head .head_holder,
.page_head .head_holder {
  display: none !important;
}
.index_head .index_layout,
.page_head .index_layout {
  display: flex;
  position: relative;
}
.index_head .index_layout .head,
.page_head .index_layout .head {
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
  gap: 0;
}
.index_head .index_layout .head .web_nav,
.page_head .index_layout .head .web_nav {
  flex: auto;
  height: 100%;
}
.index_head .index_layout .head .web_nav > ul,
.page_head .index_layout .head .web_nav > ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  transition: all 0.3s;
}
.index_head .index_layout .head .web_nav > ul > li,
.page_head .index_layout .head .web_nav > ul > li {
  flex: 0 auto;
  position: relative;
}
.index_head .index_layout .head .web_nav > ul > li > a,
.page_head .index_layout .head .web_nav > ul > li > a {
  height: 100%;
  font-size: 16px;
  font-style: normal;
  font-family: Lato-Bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  margin: 0 22px;
}
.index_head .index_layout .head .web_nav > ul > li > a > em,
.page_head .index_layout .head .web_nav > ul > li > a > em {
  width: 100%;
}
.index_head .index_layout .head .web_nav > ul > li > a > b,
.page_head .index_layout .head .web_nav > ul > li > a > b {
  margin-left: 4px;
}
.index_head .index_layout .head .web_nav > ul > li > a > b::after,
.page_head .index_layout .head .web_nav > ul > li > a > b::after {
  content: '';
  content: '\f107';
  font-family: 'fontawesome';
}
.index_head .index_layout .head .web_nav > ul > li ul,
.page_head .index_layout .head .web_nav > ul > li ul {
  position: absolute;
  background-color: #fff;
  border-top: 2px solid #02417e;
  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 .index_layout .head .web_nav > ul > li ul li,
.page_head .index_layout .head .web_nav > ul > li ul  li{
    position: relative;
}
.index_head .index_layout .head .web_nav > ul > li > ul >li ul,
.page_head .index_layout .head .web_nav > ul > li > ul >li ul {
  position: absolute;
  background-color: #fff;
  width: 280px;
  left: 280px;
  top: -12px;

}




.index_head .index_layout .head .web_nav > ul > li ul > li::after,
.page_head .index_layout .head .web_nav > ul > li ul > li::after {
  display: none;
}
.index_head .index_layout .head .web_nav > ul > li ul > li a,
.page_head .index_layout .head .web_nav > ul > li ul > li a {
  display: block;
  padding: 5px 10px;
  color: #505050;
  position: relative;
  font-size: 16px;
}
.index_head .index_layout .head .web_nav > ul > li ul > li a::before,
.page_head .index_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 .index_layout .head .web_nav > ul > li ul > li a > b,
.page_head .index_layout .head .web_nav > ul > li ul > li a > b {
  margin-left: 4px;
  transform: none;
}
.index_head .index_layout .head .web_nav > ul > li ul > li a > b::after,
.page_head .index_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 .index_layout .head .web_nav > ul > li ul > li:hover > a,
.page_head .index_layout .head .web_nav > ul > li ul > li:hover > a {
  font-weight: normal;
  text-decoration: none;
  color: #02417e;
}
.index_head .index_layout .head .web_nav > ul > li ul > li:hover > a::before,
.page_head .index_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: #02417e;
  transition: all 0.5s;
}
.index_head .index_layout .head .web_nav > ul > li ul > li:hover > a > b::after,
.page_head .index_layout .head .web_nav > ul > li ul > li:hover > a > b::after {
  transform: rotate(0);
  border-color: #fff;
  border-left-color: #02417e;
}
.index_head .index_layout .head .web_nav > ul > li ul > li:hover > ul,
.page_head .index_layout .head .web_nav > ul > li ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0);
  transition: all 0.3s;
}
.index_head .index_layout .head .web_nav > ul > li>ul::after,
.page_head .index_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 .index_layout .head .web_nav > ul > li:hover > a,
.page_head .index_layout .head .web_nav > ul > li:hover > a {
  text-decoration: none;
  color: #02417e;
}
.index_head .index_layout .head .web_nav > ul > li:hover > a > b,
.page_head .index_layout .head .web_nav > ul > li:hover > a > b {
  transform: rotate(180deg);
}
.index_head .index_layout .head .web_nav > ul > li:hover > a > b::after,
.page_head .index_layout .head .web_nav > ul > li:hover > a > b::after {
  border-color: #000;
  border-left-color: transparent;
  border-right-color: transparent;
}
.index_head .index_layout .head .web_nav > ul > li:hover > ul,
.page_head .index_layout .head .web_nav > ul > li:hover > ul {
  opacity: 1;
  transform: rotateX(0);
  visibility: visible;
  transition: all 0.3s;
}
.index_head .index_layout .head .web_nav > ul > li:hover > ul li a b,
.page_head .index_layout .head .web_nav > ul > li:hover > ul li a b {
  transform: none;
}
.index_head .index_layout .head .web_nav > ul .current-menu-item > a,
.page_head .index_layout .head .web_nav > ul .current-menu-item > a {
  color: #02417e;
  position: relative;
}
.index_head .index_layout .head .head_form,
.page_head .index_layout .head .head_form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s;
}
.index_head .index_layout .head .head_form .country,
.page_head .index_layout .head .head_form .country {
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 2vw;
}
.index_head .index_layout .head .head_form .country .change-language,
.page_head .index_layout .head .head_form .country .change-language {
  position: relative;
}
.index_head .index_layout .head .head_form .btn--search,
.page_head .index_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/index/search.png);
  margin-right: 20px ;
}
.index_head .index_layout .logo,
.page_head .index_layout .logo {
  width: 250px;
}
.index_head .index_layout .logo a,
.page_head .index_layout .logo a {
  display: flex;
  height: 100%;
  align-items: center;
  position: relative;
  z-index: 99;
}
.index_head .index_layout .logo a img,
.page_head .index_layout .logo a img {
  width: 100%;
  min-width: 150px;
}
.index_head .index_layout .auto_logo,
.page_head .index_layout .auto_logo {
  filter: brightness(0) invert(1);
}
.index_head {
  background-color: rgba(255, 255, 255, 0.36);
  transition: all 0.5s;
}
.index_head .index_layout .head .web_nav ul li a {
  color: #fff;
}
.index_head .index_layout .head .head_form .btn--search {
  filter: invert(1);
}
.index_head .index_layout .head .head_form .country .change-language {
  position: relative;
}
.index_head .index_layout .head .head_form .country .change-language a {
  color: #fff;
}
.index_head .index_layout .logo {
  filter: brightness(0) invert(1);
}
.light_head {
  background-color: rgba(255, 255, 255, 0.17);
  transition: all 0.5s;
}
.white_head {
  background-color: #ffffff;
  transition: all 0.5s;
}
.white_head .index_layout .head .web_nav ul li a {
  color: #000;
}
.white_head .index_layout .head .head_form .btn--search {
  filter: none;
}
.white_head .index_layout .head .head_form .country .change-language {
  position: relative;
}
.white_head .index_layout .head .head_form .country .change-language a {
  color: #000;
}
.white_head .index_layout .logo {
  filter: none;
}
.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: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff, endColorstr=#e5ffffff);
  box-shadow: 1px 0 1px rgba(0, 0, 0, 0.3);
}
.fixed-nav .index_layout .head .web_nav ul li a {
  color: #000;
}
.fixed-nav .index_layout .head .head_form .btn--search {
  filter: none;
}
.fixed-nav .index_layout .head .head_form .country .change-language {
  position: relative;
}
.fixed-nav .index_layout .head .head_form .country .change-language a {
  color: #000;
}
.fixed-nav .index_layout .logo {
  filter: none;
}
.fixed-nav-active {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.index_title {
  font-family: Poppins-Bold;
  text-align: center;
  font-size: 50px;
  color: #000;
}
.index_main .index_title {
  margin-top: 4vw;
}
.index_main .section {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.index_main .section .section_wrap {
  position: absolute;
  top: 80px;
  width: 100%;
  height: calc(100% - 80px);
}
.index_main .banner .bannerSwiper {
  position: relative;
  height: 100%;
}
.index_main .banner .bannerSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_main .banner .bannerSwiper .swiper-slide .banner_intro {
  position: absolute;
  left: 12%;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  color: #fff;
}
.index_main .banner .bannerSwiper .swiper-slide .banner_intro span {
  display: block;
  transform: translateY(100%);
  transition: all 0.5s;
  opacity: 0;
}
.index_main .banner .bannerSwiper .swiper-slide .banner_intro h1 {
  font-family: Poppins-Bold;
  text-transform: capitalize;
  font-size: clamp(18px, calc(17.973px + 2.71vw), 70px);
  overflow: hidden;
}
.index_main .banner .bannerSwiper .swiper-slide .banner_intro p {
  margin: 40px 0;
  width: 50%;
  font-size: 16px;
  line-height: 2;
  overflow: hidden;
}
.index_main .banner .bannerSwiper .slide2  .banner_intro h1 {
    color: #02417E;
}
.index_main .banner .bannerSwiper .slide2  .banner_intro p {
    color: #02417E;
}

.index_main .banner .bannerSwiper .swiper-slide-active .banner_intro span {
  transform: translateY(0);
  transition: all 1s;
  transition-delay: 0.5s;
  opacity: 1;
}
.index_main .banner .bannerSwiper .swiper-pagination {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  bottom: auto;
  right: 0px;
  left: auto;
  width: auto;
  color: #fff;
  font-size: 26px;
  display: flex;
  align-items: center;
}
.index_main .banner .bannerSwiper .swiper-pagination::after {
  content: '';
  display: block;
  width: 220px;
  height: 1px;
  background-color: #959699;
}
.index_main .banner .bannerSwiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 20px;
  width: auto;
  height: auto;
  background-color: transparent;
  opacity: 0.4;
}
.index_main .banner .bannerSwiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: transparent;
  opacity: 1;
}
.index_main .banner .banner_share {
  position: absolute;
  bottom: 10%;
  left: 12%;
  z-index: 2;
}
.index_main .banner .banner_share li a {
  line-height: 1.5;
  width: 42px;
  height: 42px;
  margin: 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_main .banner .banner_share li a i {
  color: #fff;
  font-size: 20px;
  transition: all 0.5s;
}
.index_main .banner .banner_share li a:hover i {
  color: #02417e;
  transition: all 0.5s;
}
.index_main .banner .down {
  position: absolute;
  bottom: 60px;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
}
.index_main .banner .down a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  writing-mode: vertical-rl;
  color: #fff;
  letter-spacing: 1px;
  font-size: 16px;
}
.index_main .aboutWrap {
  background-image: url(../img/index/about_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}
.index_main .aboutWrap .index_layout:first-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5vw;
}
.index_main .aboutWrap .index_layout:first-child .left {
  flex: 0 48%;
  opacity: 0;
}
.index_main .aboutWrap .index_layout:first-child .left h2 {
  font-size: 50px;
  font-family:Poppins-Bold;
  text-transform: capitalize;
  margin-bottom: 40px;
  color: #000;
}
.index_main .aboutWrap .index_layout:first-child .left .company {
  font-size: 27px;
  font-family: Poppins-Medium;
  margin-bottom: 20px;
}
.index_main .aboutWrap .index_layout:first-child .left .desc {
  font-family: Poppins-Light;
  font-size: 16px;
  color: #666;
}
.index_main .aboutWrap .index_layout:first-child .left .desc p {
  margin: 10px 0;
  line-height: 2;
}
.index_main .aboutWrap .index_layout:first-child .left .desc span {
  display: block;
  margin-top: 20px;
  color: #02417e;
  font-family: Poppins-Medium;
}
.index_main .aboutWrap .index_layout:first-child .right {
  flex: 0 48%;
  opacity: 0;
}
.index_main .aboutWrap .index_layout:first-child .right .imgWrap {
  width: 100%;
  padding-top: 65%;
  position: relative;
}
.index_main .aboutWrap .index_layout:first-child .right .imgWrap img {
  width: 100%;
  position: absolute;
  top: 0;
}
.index_main .aboutWrap .index_layout:first-child .right .imgWrap .play {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 35px;
  border: 6px solid #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-clip: content-box;
  z-index: 2;
  transition: all 0.5s;
}
.index_main .aboutWrap .index_layout:first-child .right .imgWrap .play i {
  font-size: 30px;
}
.index_main .aboutWrap .index_layout:first-child .right .imgWrap .play:hover {
  border-radius: 25px 100px 100px 25px / 65px 65px 65px 65px;
  background-color: rgba(0, 0, 0, 0.25);
  transition: all 0.5s;
}
.index_main .aboutWrap .index_layout:first-child .right .imgWrap video {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_main .aboutWrap .index_layout:nth-child(2) {
  margin-top: 100px;
  overflow: hidden;
}
.index_main .aboutWrap .index_layout:nth-child(2) ul {
  margin-top: 0;
  opacity: 0;
}
.index_main .aboutWrap .index_layout:nth-child(2) ul li {
  border-right: none;
}
.index_main .cateWrap ul {
  position: absolute;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
.index_main .cateWrap ul li {
  flex: 0 33.3333%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  border-right: 1px solid #9f9f9f;
  padding: 0 40px;
  transition: all 0.5s;
  position: relative;
}
.index_main .cateWrap ul li .icon {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
}
.index_main .cateWrap ul li .icon img {
  width: 100%;
}
.index_main .cateWrap ul li .cate_title {
  color: #fff;
  font-family: Poppins-Medium;
  font-size: 24px;
  margin-top: 50px;
}
.index_main .cateWrap ul li .desc {
  height: 0;
  overflow: hidden;
  font-family: Poppins-Light;
  font-size: 16px;
  color: #fff;
  text-align: center;
  width: 80%;
}
.index_main .cateWrap ul li .desc p {
  opacity: 0;
  transform: translateY(100%);
}
.index_main .cateWrap ul li .btn_more {
  width: 0;
  height: 0;
  overflow: hidden;
  padding: 10px 30px 10px 20px;
  display: flex;
  border: 1px solid #fff;
  border-radius: 40px;
  align-items: center;
  gap: 20px;
  font-size: 16px;
  color: #fff;
  opacity: 0;
  transition: all 0.2s;
}
.index_main .cateWrap ul li .btn_more i {
  transform: rotate(-90deg);
  color: #fff;
}
.index_main .cateWrap ul li .imgWrap {
  display: none;
}
.index_main .cateWrap ul li::after {
  content: '＋';
  font-size: 50px;
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.index_main .cateWrap ul li.current {
  flex: 0 45%;
  backdrop-filter: blur(5px);
  transition: all 0.5s;
  background-color: rgba(2, 65, 126, 0.5);
}
.index_main .cateWrap ul li.current .icon {
  width: 0;
  height: 0;
  transition: all 0.3s;
}
.index_main .cateWrap ul li.current .cate_title {
  font-size: 33px;
}
.index_main .cateWrap ul li.current .desc {
  width: 80%;
  height: auto;
  transition: all 0.5s;
  margin: 30px auto;
}
.index_main .cateWrap ul li.current .desc p {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s;
  transition-delay: 0.3s;
}
.index_main .cateWrap ul li.current .btn_more {
  width: auto;
  height: auto;
  opacity: 1;
  transition: all 0.5s;
  transition-delay: 0.5s;
}
.index_main .cateWrap ul li.current::after {
  opacity: 0;
  transition: all 0.3s;
}
.index_main .cateWrap .itemWrap {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.index_main .cateWrap .itemWrap .item {
  height: 100%;
}
.index_main .cateWrap .itemWrap .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_main .cateWrap .itemWrap .hide {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  transition: all ease-in-out 0.5s;
  transform: scaleY(0);
}
.index_main .caseWrap {
  position: relative;
}
.index_main .caseWrap .caseSwiper {
  margin-top: 60px;
}
.index_main .caseWrap .caseSwiper .swiper-slide {
  width: 100%;
  position: relative;
}
.index_main .caseWrap .caseSwiper .swiper-slide img {
  width: 100%;
}
.index_main .caseWrap .caseSwiper .swiper-slide .title {
  position: absolute;
  bottom: 20px;
  color: #fff;
  padding: 20px;
  font-size: 16px;
  font-family: Poppins-Medium;
  opacity: 0;
  transition: all 0.5s;
}
.index_main .caseWrap .caseSwiper .swiper-slide-active .title {
  opacity: 1;
  transition: all 0.5s;
}
.index_main .caseWrap .caseSwiper .swiper-pagination {
  bottom: -5vw;
}
.index_main .caseWrap .caseSwiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 10px;
  background-color: #02417e;
}
.index_main .newsWrap .index_title {
  margin-top: 3vw;
}
.index_main .newsWrap .index_layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}
.index_main .newsWrap .index_layout .left {
  opacity: 0;
  flex: 0 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.index_main .newsWrap .index_layout .left .new_title {
  font-size: 24px;
  color: #000;
  font-family: Poppins-Medium;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index_main .newsWrap .index_layout .left .new_img {
  width: 100%;
  margin-top: 30px;
  overflow: hidden;
}
.index_main .newsWrap .index_layout .left .new_img img {
  width: 100%;
  transition: all 0.5s;
}
.index_main .newsWrap .index_layout .left .new_img:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.index_main .newsWrap .index_layout .left .btn_more {
  margin-top: 40px;
  padding: 10px 30px 10px 20px;
  background-color: #02417e;
  display: flex;
  border: 1px solid #02417e;
  border-radius: 40px;
  align-items: center;
  gap: 20px;
  font-size: 16px;
  color: #fff;
  transition: all 0.2s;
}
.index_main .newsWrap .index_layout .left .btn_more i {
  transform: rotate(-90deg);
  color: #fff;
}
.index_main .newsWrap .index_layout .left .btn_more:hover {
  box-shadow: 8px 8px #02417e;
  color: #02417e;
  transition: all 0.2s;
  background-color: #fff;
}
.index_main .newsWrap .index_layout .left .btn_more:hover i {
  color: #02417e;
}
.index_main .newsWrap .index_layout .right {
  opacity: 0;
  flex: 0 42%;
}
.index_main .newsWrap .index_layout .right .news_list .item {
  border-top: 1px solid #B1B1B1;
  border-bottom: 1px solid #B1B1B1;
  margin-top: -1px;
  padding: 30px 0 30px 40px;
}
.index_main .newsWrap .index_layout .right .news_list .item .title_date {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.index_main .newsWrap .index_layout .right .news_list .item .title_date::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #858585;
  position: absolute;
  top: 10px;
  left: -31px;
}
.index_main .newsWrap .index_layout .right .news_list .item .title_date .title {
  font-family: Poppins-Medium;
  font-size: 16px;
  color: #000;
  flex: 0 80%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index_main .newsWrap .index_layout .right .news_list .item .title_date .date {
  font-family: Poppins-Medium;
  font-size: 14px;
  color: #666666;
  flex: 0 20%;
}
.index_main .newsWrap .index_layout .right .news_list .item .desc {
  width: 80%;
  margin-top: 20px;
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index_main .newsWrap .index_layout .right .news_list .item:hover .title_date::before {
  background-color: #02417e;
}
.index_main .newsWrap .index_layout .right .news_list .item:hover .title_date .title {
  color: #02417e;
}
.index_main .newsWrap .index_layout .right .news_list .item:hover .title_date .date {
  color: #02417e;
}
.contactWrap .index_title .desc {
  font-size: 16px;
  color: #666;
  text-align: center;
  width: 60%;
  margin: 0 auto;
  font-family: Poppins-Regular;
}
.contactWrap .index_layout {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.contactWrap .index_layout .left {
  flex: 0 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contactWrap .index_layout .left .top {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}
.contactWrap .index_layout .left .top .item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.contactWrap .index_layout .left .top .item .icon {
  min-width: 28px;
  margin-top: 10px;
}
.contactWrap .index_layout .left .top .item .icon img {
  width: 100%;
}
.contactWrap .index_layout .left .top .item .intro p {
  font-size: 16px;
  color: #666;
}
.contactWrap .index_layout .left .top .item .intro a {
  color: #000;
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
}
.contactWrap .index_layout .left .top .w50 {
  width: calc(50% - 10px);
}
.contactWrap .index_layout .left .bottom {
  font-size: 16px;
  color: #666;
  padding-left: 20px;
  position: relative;
}
.contactWrap .index_layout .left .bottom::before {
  position: absolute;
  top: 10px;
  left: 0px;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #666;
  display: block;
  border-radius: 50%;
}
.contactWrap .index_layout .right {
  flex: 0 50%;
  gap: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contactWrap .index_layout .right .item {
  width: 100%;
  height: auto;
}
.contactWrap .index_layout .right .item input,
.contactWrap .index_layout .right .item textarea {
  width: 100%;
  background-color: #ebf2f8;
  border: none;
  padding: 15px 20px;
  height: 100%;
  font-size: 16px;
}
.contactWrap .index_layout .right .item input::placeholder,
.contactWrap .index_layout .right .item textarea::placeholder {
  color: #666666;
}
.contactWrap .index_layout .right .item textarea {
  height: 200px;
}
.contactWrap .index_layout .right .w50 {
  width: calc(50% - 10px);
}
.contactWrap .index_layout .right .btn {
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.5s;
}
.contactWrap .index_layout .right .btn::after {
  content: "";
  display: block;
  width: 20px;
  height: 15px;
  background-image: url(../img/index/next.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 43%;
  filter: brightness(0) invert(1);
}
.contactWrap .index_layout .right .btn input[type="submit"] {
  background-color: #02417e;
  border: 1px solid #02417e;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s;
  font-size: 18px;
}
.contactWrap .index_layout .right .btn:hover {
  box-shadow: 8px 8px #02417e;
  transition: all 0.5s;
}
.contactWrap .index_layout .right .btn:hover::after {
  filter: none;
}
.contactWrap .index_layout .right .btn:hover input[type="submit"] {
  background-color: #fff;
  color: #02417e;
}
.footerWrap {
  display: block !important;
  /* 覆盖默认的 table-cell */
  height: auto !important;
  /* 自适应高度 */
  padding: 5vw 0;
  background-color: #000;
}
.footerWrap .web_footer .top_footer {
  display: flex;
  justify-content: space-between;
  padding-bottom: 3vw;
}
.footerWrap .web_footer .top_footer .logo {
  flex: 0 20%;
}
.footerWrap .web_footer .top_footer .logo img {
  width: 250px;
  filter: brightness(0) invert(1);
}
.footerWrap .web_footer .top_footer .logo .desc {
  font-size: 16px;
  color: #fff;
  margin-top: 60px;
}
.footerWrap .web_footer .top_footer .cate_list {
  flex: 0 18%;
}
.footerWrap .web_footer .top_footer .cate_list h3 {
  color: #fff;
  font-family: Poppins-Bold;
  font-size: 30px;
  margin-bottom: 20px;
}
.footerWrap .web_footer .top_footer .cate_list ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footerWrap .web_footer .top_footer .cate_list ul li a {
  color: #fff;
  font-size: 16px;
}
.footerWrap .web_footer .share_url {
  border-top: 2px solid #fff;
}
.footerWrap .web_footer .share_url p {
  color: #fff;
  font-size: 16px;
  margin: 20px 0;
}
.footerWrap .web_footer .share_url .share_url_list {
  display: flex;
  gap: 10px;
}
.footerWrap .web_footer .share_url .share_url_list li {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #fff;
  transition: all 0.3s;
}
.footerWrap .web_footer .share_url .share_url_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.footerWrap .web_footer .share_url .share_url_list li a i {
  font-size: 16px;
  color: #000;
  transition: all 0.3s;
}
.footerWrap .web_footer .share_url .share_url_list li:hover {
  background-color: transparent;
  transition: all 0.3s;
}
.footerWrap .web_footer .share_url .share_url_list li:hover a i {
  color: #fff;
  transition: all 0.3s;
}
.footerWrap .sj-footer {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: #000;
  padding: 5px 0;
  box-sizing: border-box;
  z-index: 999;
}
.footerWrap .sj-footer ul {
  width: 96%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footerWrap .sj-footer ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
}
.footerWrap .sj-footer ul li a i{
    font-size: 24px;
}
.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 {
  width: 30vw;
}
.footerWrap .sj-footer ul #f-logo .imgWrap img {
  width: 100%;
  filter: brightness(0) invert(1);
}
.videoWrpper {
  position: absolute;
  z-index: 99;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000b0;
  opacity: 0;
  visibility: hidden;
  transform: rotateY(90deg);
  transition: all 0.4s;
}
.videoWrpper .videoWrap {
  width: 70vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.videoWrpper .videoWrap video {
  width: 100%;
  height: auto;
  transform: scale(0.1);
}
.videoWrpper .videoWrap iframe{
    width: 100%;
    height: 80vh;
}


.videoWrpper .videoWrap .close {
  position: absolute;
  top: 0;
  padding: 20px;
  left: 100%;
  background-color: #000000;
  cursor: pointer;
}
.videoWrpper .videoWrap .close::after {
  content: "x";
  font-size: 30px;
  position: absolute;
  color: #fff;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.showvideo {
  transform: rotateY(0);
  opacity: 1;
  visibility: visible;
  transition: all 0.4s;
}
.showvideo .videoWrap video {
  transform: scale(1);
  transition: all 0.5s;
}
.page_banner {
  position: relative;
  max-height: 480px;
  overflow: hidden;
}
.page_banner::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.page_banner .page_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-transform: uppercase;
  z-index: 2;
  font-family: Poppins-Bold;
  font-size: 60px;
}
.page_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pagelist {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto;
  gap: 10px;
}
.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;
}
.pagelist a.current {
  background-color: #02417e;
  color: #fff;
  border: 1px solid #02417e;
}
.pagelist a:hover {
  background-color: #02417e;
  color: #fff;
  border: 1px solid #02417e;
}
.aboutNum {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 4vw;
}
.aboutNum li {
  flex: 0 22%;
  border-right: 1px solid #02417e;
}
.aboutNum li h3 {
  font-size: 42px;
  color: #02417e;
  font-family: Poppins-Bold;
}
.aboutNum li p {
  font-family: Poppins-Light;
  color: #000000;
  font-size: 16px;
  width: 80%;
}
.aboutNum li:last-child {
  border-right: none;
}
.aboutPage {
  padding-top: 5vw;
}
.aboutPage .about_intro {
  padding-bottom: 6vw;
}
.aboutPage .about_intro .index_layout {
  display: flex;
  justify-content: space-between;
}
.aboutPage .about_intro .index_layout .index_title {
  flex: 0 40% ;
  text-align: left;
}
.aboutPage .about_intro .index_layout .desc {
  flex: 0 60%;
  font-family: Poppins-Light;
  font-size: 16px;
  color: #000;
}
.aboutPage .about_intro .about_imgWrap {
  margin: 4vw 0;
}
.aboutPage .about_intro .about_imgWrap img {
  width: 100%;
}
.aboutPage .about_service {
  background-image: url(../img/page/service_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 5vw 0;
}
.aboutPage .about_service .index_title {
  text-align: center;
}
.aboutPage .about_service .service_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5vw;
}
.aboutPage .about_service .service_list li {
  flex: 0 33.3333%;
  padding: 40px;
  border-right: 1px solid rgba(102, 102, 102, 0.3);
  border-bottom: 1px solid rgba(102, 102, 102, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.aboutPage .about_service .service_list li:nth-child(3),
.aboutPage .about_service .service_list li:nth-child(6) {
  border-right: none;
}
.aboutPage .about_service .service_list li:nth-child(4),
.aboutPage .about_service .service_list li:nth-child(5),
.aboutPage .about_service .service_list li:nth-child(6) {
  border-bottom: none;
}
.aboutPage .about_service .service_list li .icon {
  margin-bottom: 20px;
}
.aboutPage .about_service .service_list li .icon img {
  width: 40px;
}
.aboutPage .about_service .service_list li .title {
  font-family: Poppins-Bold;
  font-size: 20px;
  margin-bottom: 20px;
}
.aboutPage .about_service .service_list li .desc {
  font-family: Poppins-Light;
  font-size: 16px;
}
.aboutPage .about_culture {
  padding: 5vw 0;
}
.aboutPage .about_culture .desc {
  font-family: Poppins-Light;
  font-size: 16px;
  margin-top: 30px;
}
.aboutPage .about_culture .culturelist {
  margin-top: 5vw ;
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  gap: 25px;
}
.aboutPage .about_culture .culturelist li {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.aboutPage .about_culture .culturelist li .imgWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.aboutPage .about_culture .culturelist li .imgWrap img {
  width: 100%;
  transition: all 0.5s;
}
.aboutPage .about_culture .culturelist li .imgWrap::after {
  content: "";
  display: block;
  position: absolute;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.aboutPage .about_culture .culturelist li .intro {
  position: absolute;
  bottom: 0px;
  padding: 20px;
  color: #ffff;
}
.aboutPage .about_culture .culturelist li .intro .title {
  font-family: Poppins-Bold;
  font-size: 26px;
}
.aboutPage .about_culture .culturelist li .intro .desc {
  font-family: Poppins-Light;
  font-size: 16px;
}
.aboutPage .about_culture .culturelist li:hover .imgWrap img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.aboutPage .about_culture .culturelist li:first-child {
  grid-column: 1 / 11;
  grid-row: 1 / span 2;
}
.aboutPage .about_culture .culturelist li:nth-child(2) {
  grid-column: 11 / 25;
}
.aboutPage .about_culture .culturelist li:nth-child(3) {
  grid-column: 11 / 19;
}
.aboutPage .about_culture .culturelist li:nth-child(4) {
  grid-column: 19 / 25;
}
.aboutPage .about_culture .culturelist li:nth-child(4) .intro .title {
  font-size: 20px;
}
.aboutPage .about_certificate {
  padding: 5vw 0;
  background-color: #F1F4F6;
}
.aboutPage .about_certificate .index_layout {
  display: flex;
  align-items: center;
  margin: 60px auto;
}
.aboutPage .about_certificate .index_layout .left {
  flex: 0 48%;
}
.aboutPage .about_certificate .index_layout .left .index_title {
  text-align: left;
}
.aboutPage .about_certificate .index_layout .left .desc {
  font-family: Poppins-Light;
  font-size: 16px;
  color: #000;
  margin: 40px 0;
}
.aboutPage .about_certificate .index_layout .left ul {
  display: flex;
}
.aboutPage .about_certificate .index_layout .left ul li {
  flex: 0 33.3333%;
  border-right: none;
}
.aboutPage .about_certificate .index_layout .left ul li h3 {
  font-family: Poppins-Bold;
  font-size: 30px;
}
.aboutPage .about_certificate .index_layout .left ul li p {
  font-family: Poppins-Light;
  font-size: 16px;
}
.aboutPage .about_certificate .index_layout .right {
  flex: 0 48%;
}
.aboutPage .about_certificate .certificateWrap {
  width: 100%;
  position: relative;
}
.aboutPage .about_certificate .certificateWrap .honor02,
.aboutPage .about_certificate .certificateWrap .honor01 {
  overflow: hidden;
}
.aboutPage .about_certificate .certificateWrap .swiper-button-prev,
.aboutPage .about_certificate .certificateWrap .swiper-button-next {
  color: #02417e;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.5s;
}
.aboutPage .about_certificate .certificateWrap .swiper-button-prev::after,
.aboutPage .about_certificate .certificateWrap .swiper-button-next::after {
  font-size: 18px;
  font-weight: bold;
}
.aboutPage .about_certificate .certificateWrap .swiper-button-prev:hover,
.aboutPage .about_certificate .certificateWrap .swiper-button-next:hover {
  color: #fff;
  background-color: #0056b3;
  transition: all 0.5s;
}
.aboutPage .about_certificate .certificateWrap .swiper-button-prev {
  left: -3vw;
}
.aboutPage .about_certificate .certificateWrap .swiper-button-next {
  right: -3vw;
}
.aboutPage .about_recruit {
  padding: 5vw 0;
}
.aboutPage .about_recruit .index_title {
  text-align: center;
}
.aboutPage .about_recruit .contactWrap {
  display: flex;
  margin: 60px 0 20px 0;
  gap: 20px;
}
.aboutPage .about_recruit .contactWrap .item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.aboutPage .about_recruit .contactWrap .item .icon {
  width: 28px;
  min-width: 28px;
}
.aboutPage .about_recruit .contactWrap .item .icon img {
  width: 100%;
}
.aboutPage .about_recruit .contactWrap .item .intro p {
  font-size: 16px;
  color: #666;
}
.aboutPage .about_recruit .contactWrap .item .intro a {
  font-size: 16px;
  color: #000;
  margin-right: 8px;
}
.aboutPage .about_recruit .faq ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.aboutPage .about_recruit .faq ul li {
  cursor: pointer;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.aboutPage .about_recruit .faq ul li .question {
  width: 100%;
  padding: 15px 40px;
  background-color: #02417e;
  color: #fff;
  font-size: 20px;
  display: flex;
  gap: 4vw;
}
.aboutPage .about_recruit .faq ul li .answer {
  display: none;
}
.aboutPage .about_recruit .faq ul li .answer p{
    padding: 10px 40px;
}
.aboutPage .about_recruit .faq ul li .answer table th,
.aboutPage .about_recruit .faq ul li .answer table td {
  padding: 10px 20px;
  font-size: 16px;
  color: #666;
}
.aboutPage .about_recruit .faq ul li .answer table th:first-of-type,
.aboutPage .about_recruit .faq ul li .answer table td:first-of-type {
  width: 10%;
  text-align: center;
}
.aboutPage .about_recruit .faq ul li .answer table th:nth-of-type(2),
.aboutPage .about_recruit .faq ul li .answer table td:nth-of-type(2) {
  width: 20%;
  text-align: center;
}
.aboutPage .about_recruit .faq ul li .answer table th:nth-of-type(3),
.aboutPage .about_recruit .faq ul li .answer table td:nth-of-type(3) {
  text-align: center;
}
.aboutPage .about_recruit .faq ul li .answer table tr:nth-child(2n+1) {
  background-color: #F1F4F6;
}
.aboutPage .about_recruit .faq ul li .answer table th {
  padding: 15px 20px;
  font-size: 18px;
  font-family: Poppins-Regular;
  font-weight: normal;
  color: #000;
  background-color: #fff;
}
.aboutPage .about_recruit .faq ul li::before {
  content: "＋";
  width: 30px;
  height: 30px;
  font-size: 24px;
  font-weight: bold;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 20px;
  top: 15px;
}
.aboutPage .about_recruit .faq ul .open::before {
  content: "－";
  font-size: 22px;
}
.aboutPage .about_partner {
  padding: 5vw 0;
  background-color: #F1F4F6;
}
.aboutPage .about_partner .partnerSwiper {
  width: 100%;
  overflow: hidden;
}
.aboutPage .about_partner .partnerSwiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.aboutPage .about_partner .partnerSwiper .swiper-slide {
  mix-blend-mode: multiply;
  background-color: #F1F4F6;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}
.aboutPage .about_partner .partnerSwiper .swiper-slide img {
  width: auto;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.solutionPage {
  padding: 5vw 0;
}
.solutionPage .index_title {
  text-align: center;
}
.solutionPage .solution_intro {
  padding-bottom: 5vw;
}
.solutionPage .solution_intro .desc {
  margin: 40px 0;
  font-size: 16px;
  line-height: 1.7;
  color: #666666;
  text-align: center;
}
.solutionPage .solution_intro .imgWrap img {
  max-width: 100%;
  margin: 0 auto;
}
.solutionPage .solution_choose {
  padding: 5vw 0;
  background-color: #F1F4F6;
}
.solutionPage .solution_choose .choose_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
.solutionPage .solution_choose .choose_list li {
  flex: 0 50%;
  padding: 10px;
}
.solutionPage .solution_choose .choose_list li .Wrap {
  padding: 40px;
  background-color: #FFFFFF;
}
.solutionPage .solution_choose .choose_list li .Wrap .icon {
  width: 50px;
}
.solutionPage .solution_choose .choose_list li .Wrap .icon img {
  width: 100%;
}
.solutionPage .solution_choose .choose_list li .Wrap .title {
  margin-top: 40px;
  font-size: 20px;
  color: #000;
}
.solutionPage .solution_choose .choose_list li .Wrap .desc {
  font-size: 16px;
  color: #666;
  margin-top: 10px;
}
.solutionPage .solution_case {
  padding: 5vw 0;
}
.solutionPage .solution_case .CaseWrap {
  margin-top: 5vw;
  padding-bottom: 50px;
  overflow: hidden;
  position: relative;
}
.solutionPage .solution_case .CaseWrap .swiper-slide {
  position: relative;
}
.solutionPage .solution_case .CaseWrap .swiper-slide::after {
  content: "";
  width: 100%;
  height: 70%;
  display: block;
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(to top, rgba(2, 65, 126, 0.5), rgba(0, 0, 0, 0));
}
.solutionPage .solution_case .CaseWrap .swiper-slide .intro {
  position: absolute;
  bottom: 0;
  padding: 30px;
  z-index: 1;
}
.solutionPage .solution_case .CaseWrap .swiper-slide .intro .title {
  font-size: 30px;
  font-family: Poppins-Medium;
  color: #fff;
}
.solutionPage .solution_case .CaseWrap .swiper-slide .intro .desc {
  color: #fff;
  font-size: 16px;
}
.solutionPage .solution_case .CaseWrap .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #02417e;
}
.solutionPage .solution_partners .partnerWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
  margin-top: 40px;
}
.solutionPage .solution_partners .partnerWrap li {
  flex: 0 16.666%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solutionPage .solution_partners .partnerWrap li img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.productPage {
  background-color: #F1F4F6;
}
.productPage .product_intro {
  padding-top: 5vw;
}
.productPage .product_intro .index_layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.productPage .product_intro .index_layout .left {
  flex: 0 43%;
}
.productPage .product_intro .index_layout .left img {
  width: 100%;
}
.productPage .product_intro .index_layout .right {
  flex: 0 50%;
}
.productPage .product_intro .index_layout .right .index_title {
  text-align: left;
}
.productPage .product_intro .index_layout .right .desc {
  margin-top: 20px;
  font-size: 16px;
  color: #666666;
}
.productPage .product_intro .index_layout .right .desc p {
  margin-bottom: 5px;
}
.productPage .product_quality {
  padding-top: 6vw;
}
.productPage .product_quality .quality_list {
  display: flex;
  margin-top: 3vw;
}
.productPage .product_quality .quality_list > li {
  flex: 0 33.333%;
  padding: 10px;
}
.productPage .product_quality .quality_list > li .Wrap {
  background-color: #fff;
  padding: 40px 30px;
  height: 100%;
}
.productPage .product_quality .quality_list > li .Wrap .icon {
  width: 70px;
}
.productPage .product_quality .quality_list > li .Wrap .icon img {
  width: 100%;
}
.productPage .product_quality .quality_list > li .Wrap .title {
  margin: 18px 0  5px 0;
  font-family: Poppins-Bold;
  font-size: 24px;
  color: #000;
}
.productPage .product_quality .quality_list > li .Wrap .desc ul {
  padding-left: 20px;
}
.productPage .product_quality .quality_list > li .Wrap .desc ul  li {
  list-style: disc;
  font-size: 16px;
  color: #666;
}
.productPage .product_quality .quality_list > li .Wrap .desc ul  li::marker {
  color: #02417e;
}
.productPage .product_list {
  padding-top: 5vw;
}
.productPage .product_list .cate_title {
  font-family: Poppins-Bold;
  display: flex;
  align-items: center;
  position: relative;
}
.productPage .product_list .cate_title h2,
.productPage .product_list .cate_title p {
  font-size: 38px;
  width: auto;
  padding-right: 50px;
  background-color: #F1F4F6;
  position: relative;
  z-index: 2;
}
.productPage .product_list .cate_title::after {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: "";
  display: block;
  background-color: #666666;
  width: 100%;
  height: 1px;
}
.productPage .product_list .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
.productPage .product_list .list li {
  flex: 0 33.333%;
  padding: 10px;
}
.productPage .product_list .list li .Wrap {
  background-color: #fff;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  transition: all 0.5s;
}
.productPage .product_list .list li .Wrap .imgWrap {
  width: 100%;
  position: relative;
  padding-top: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.productPage .product_list .list li .Wrap .imgWrap a {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.productPage .product_list .list li .Wrap .imgWrap a img {
  max-width: 100%;
  margin: 0 auto;
  height: auto;
  object-fit: cover;
}
.productPage .product_list .list li .Wrap .title {
  margin-top: 10px;
 
}
.productPage .product_list .list li .Wrap .title a {
  display: block;
  font-size: 16px;
  font-family: Poppins-Medium;
  text-align: center;
   height: 3.1em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.productPage .product_list .list li .Wrap .btn_more {
  display: flex;
  align-items: center;
  padding: 5px 20px;
  border: 1px solid #000;
  color: #000;
  border-radius: 45px;
  margin-top: 10px;
  font-size: 16px;
  gap: 10px;
}
.productPage .product_list .list li .Wrap .btn_more i {
  font-size: 20px;
  color: #000;
  transition: all 0.5s;
}
.productPage .product_list .list li .Wrap .btn_more:hover {
  background-color: #02417e;
  color: #fff;
  border: 1px solid #02417e;
}
.productPage .product_list .list li .Wrap .btn_more:hover i {
  color: #fff;
  transition: all 0.5s;
}
.productPage .product_list .list li:hover .Wrap {
  box-shadow: 0px 16px 21px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.5s;
}
.productPage .product_get {
  background-image: url(../img/page/get_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 5vw 0 0;
  position: relative;
  margin-top: 5vw;
}
.productPage .product_get::after {
  content: "";
  background-color: #000;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.5;
  z-index: 1;
}
.productPage .product_get .title_top {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #ffffff75;
  padding-bottom: 40px;
}
.productPage .product_get .title_top .index_title {
  color: #fff;
  text-align: left;
}
.productPage .product_get .title_top .desc {
  font-size: 16px;
  color: #fff;
  text-align: left;
}
.productPage .product_get .index_layout {
  position: relative;
  z-index: 2;
}
.productPage .product_get .get_list {
  display: flex;
}
.productPage .product_get .get_list li {
  border-right: 1px solid #ffffff75;
  padding: 5vw 20px 5vw 20px;
  flex: 0 33.33%;
}
.productPage .product_get .get_list li:first-of-type {
  border-left: 1px solid #ffffff75;
}
.productPage .product_get .get_list li .num {
  font-size: 60px;
  color: #fff;
  font-family: Poppins-Bold;
}
.productPage .product_get .get_list li .title {
  font-size: 26px;
  font-family: Poppins-Bold;
  color: #fff;
}
.productPage .product_get .get_list li .desc {
  font-size: 16px;
  color: #fff;
  margin-top: 50px;
}
.productPage .contactWrap {
  padding: 5vw 0;
}
.productPage .contactWrap .index_layout .right .item input,
.productPage .contactWrap .index_layout .right .item textarea {
  background-color: #fff;
}
.productPage .contactWrap .index_layout .right .btn input[type="submit"] {
  background-color: #02417e;
}
.productPage .contactWrap .index_layout .right .btn:hover {
  transition: all 0.5s;
}
.productPage .contactWrap .index_layout .right .btn:hover input[type="submit"] {
  background-color: #fff;
  color: #02417e;
}
.newsPage {
  background-color: #F1F4F6;
}
.newsPage .cate_title {
  font-family: Poppins-Bold;
  display: flex;
  align-items: center;
  position: relative;
}
.newsPage .cate_title h2,
.newsPage .cate_title p {
  width: auto;
  font-size: 38px;
  padding-right: 50px;
  background-color: #F1F4F6;
  position: relative;
  z-index: 2;
}
.newsPage .cate_title::after {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: "";
  display: block;
  background-color: #666666;
  width: 100%;
  height: 1px;
}
.newsPage .news_list {
  padding: 5vw 0;
}
.newsPage .news_list .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
.newsPage .news_list .list .item {
  flex: 0 33.3333%;
  padding: 10px;
}
.newsPage .news_list .list .item .Wrap {
  background-color: #fff;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.newsPage .news_list .list .item .Wrap .title {
  font-family: Poppins-Medium;
  font-size: 16px;
  margin: 20px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 3.1em;
}
.newsPage .news_list .list .item .Wrap .imgWrap {
  position: relative;
  width: 100%;
  padding-top: 60%;
  overflow: hidden;
}
.newsPage .news_list .list .item .Wrap .imgWrap img {
  transition: all 0.5s;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newsPage .news_list .list .item .Wrap .btn_more {
  display: flex;
  align-items: center;
  padding: 5px 20px;
  border: 1px solid #000;
  color: #000;
  border-radius: 45px;
  /*margin-top: 10px;*/
  font-size: 16px;
  gap: 10px;
}
.newsPage .news_list .list .item .Wrap .btn_more i {
  font-size: 20px;
  color: #000;
  transition: all 0.5s;
}
.newsPage .news_list .list .item .Wrap .btn_more:hover {
  background-color: #02417e;
  color: #fff;
  border: 1px solid #02417e;
}
.newsPage .news_list .list .item .Wrap .btn_more:hover i {
  color: #fff;
  transition: all 0.5s;
}
.newsPage .news_list .list .item .Wrap .date {
  margin-top: 20px;
  padding: 15px 0 ;
  width: 100%;
  border-top: 1px solid #666;
  color: #666;
  font-size: 16px;
}
.newsPage .news_list .list .item:hover .imgWrap img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.newsPage .news_list .list .item:hover .Wrap {
  box-shadow: 0px 16px 21px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.5s;
}
.newsPage .faqWrap {
  padding-bottom: 5vw;
}
.newsPage .faqWrap .faq {
  margin-top: 40px;
}
.newsPage .faqWrap .faq ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.newsPage .faqWrap .faq ul li {
  cursor: pointer;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #fff;
}
.newsPage .faqWrap .faq ul li .question {
  width: 100%;
  padding: 15px 40px;
  font-family: Poppins-Medium;
  color: #000;
  font-size: 20px;
  display: flex;
  gap: 4vw;
}
.newsPage .faqWrap .faq ul li .answer {
  display: none;
  padding: 0px 40px 40px 40px;
  font-family: Poppins-Light;
  font-size: 20px;
  color: #666666;
  width: 80%;
}
.newsPage .faqWrap .faq ul li::before {
  content: "＋";
  width: 30px;
  height: 30px;
  font-size: 24px;
  font-weight: bold;
  box-sizing: border-box;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 20px;
  top: 15px;
}
.newsPage .faqWrap .faq ul .open::before {
  content: "－";
  font-size: 22px;
}
.contactPage {
  background-color: #F1F4F6;
}
.contactPage .contactWrap {
  padding: 5vw 0 7vw 0;
}
.contactPage .contactWrap .index_layout .left .top .w50 {
  width: 100%;
}
.contactPage .contactWrap .index_layout .right .item input,
.contactPage .contactWrap .index_layout .right .item textarea {
  background-color: #fff;
}
.contactPage .contactWrap .index_layout .right .btn input[type="submit"] {
  background-color: #02417e;
}
.contactPage .contactWrap .index_layout .right .btn:hover {
  transition: all 0.5s;
}
.contactPage .contactWrap .index_layout .right .btn:hover input[type="submit"] {
  background-color: #fff;
  color: #02417e;
}
@media screen and (max-width: 1500px) {
  .index_layout {
    width: 93vw;
  }
  .index_title {
    font-size: 45px;
  }
  .index_main .banner .bannerSwiper .swiper-slide .banner_intro {
    left: 8%;
  }
  .index_main .banner .bannerSwiper .swiper-slide .banner_intro p {
    width: 100%;
  }
  .index_main .banner .banner_share {
    left: 8%;
  }
  .aboutPage .index_title {
    font-size: 45px;
  }
  .aboutPage .about_certificate .certificateWrap .swiper-button-next {
    right: 0;
  }
  .aboutPage .about_certificate .certificateWrap .swiper-button-prev {
    left: 0;
  }
}
@media screen and (max-width: 1280px) {
  .index_layout {
    width: 95vw;
  }
  .index_head .index_layout .logo,
  .page_head .index_layout .logo {
    width: 200px;
  }
  .index_head .index_layout .head .web_nav > ul > li > a,
  .page_head .index_layout .head .web_nav > ul > li > a {
    margin: 0 10px;
  }
  .index_title {
    font-size: 40px;
  }
  .index_main .banner .bannerSwiper .swiper-slide .banner_intro h1 {
    font-size: 40px;
  }
  .index_main .banner .bannerSwiper .swiper-pagination::after {
    width: 100px;
  }
  .index_main .aboutWrap .index_layout:first-child {
    margin-top: 10vw;
  }
  .index_main .aboutWrap .index_layout:first-child .left h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .index_main .aboutWrap .index_layout:first-child .left .desc p {
    line-height: 1.5;
  }
  .index_main .aboutWrap .index_layout:first-child .left .company {
    font-size: 24px;
  }
  .index_main .aboutWrap .index_layout:first-child .right .imgWrap .play {
    width: 60px;
    height: 60px;
    border: 3px solid #fff;
  }
  .index_main .aboutWrap .index_layout:first-child .right .imgWrap .play i {
    font-size: 26px;
  }
  .index_main .aboutWrap .index_layout:nth-child(2) ul li p {
    width: 100%;
  }
  .index_main .cateWrap ul li {
    padding: 0;
  }
  .index_main .cateWrap ul li .icon {
    width: 30px;
    height: 30px;
  }
  .index_main .newsWrap .index_layout .right .news_list .item {
    padding: 10px ;
  }
  .index_main .newsWrap .index_layout .right .news_list .item .desc {
    margin-top: 10px;
    width: 90%;
  }
  .contactWrap .index_title .desc {
    width: 70%;
  }
  .contactWrap .index_layout .right .btn::after {
    right: 40%;
  }
  .aboutPage .about_recruit .faq ul li .question {
    font-size: 18px;
  }
  .productPage .product_intro .index_layout .right {
    flex: 0 55%;
  }
  .productPage .product_quality .quality_list > li .Wrap .title {
    font-size: 18px;
  }
  .productPage .product_list .cate_title {
    font-size: 30px;
  }
  .productPage .product_list .list li .Wrap .imgWrap {
    padding-top: 100%;
  }
  .productPage .product_get .get_list li .num {
    font-size: 30px;
  }
  .productPage .product_get .get_list li .title {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .index_head .index_layout .logo,
  .page_head .index_layout .logo {
    width: 150px;
  }
  .index_head .index_layout .head .web_nav > ul > li > a,
  .page_head .index_layout .head .web_nav > ul > li > a {
    font-size: 15px;
  }
  .index_head .index_layout .head .web_nav > ul > li ul,
  .page_head .index_layout .head .web_nav > ul > li ul {
    width: 250px;
  }
  .aboutPage .about_culture .culturelist li .intro .title {
    font-size: 16px;
  }
  .aboutPage .about_culture .culturelist li .intro .desc {
    margin-top: 10px;
  }
  .aboutPage .about_culture .culturelist li:nth-child(4) .intro .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 950px) {
    .videoWrpper .videoWrap{
        width: 80vw;
    }
    .videoWrpper .videoWrap iframe{
        width: 100%;
        height: 30vh;
    }
  .index_title {
    font-size: 30px;
  }
  .aboutNum {
    flex-wrap: wrap;
    gap: 10px 0;
  }
  .aboutNum li {
    flex: 0 50%;
    border-right: none;
  }
  .aboutNum li h3 {
    font-size: 30px;
  }
  .index_main .section {
    display: block !important;
    /* 覆盖默认的 table-cell */
    height: auto !important;
    /* 自适应高度 */
  }
  .index_main .section .section_wrap {
    position: static;
    height: auto !important;
  }
  .index_main .banner {
    margin-top: 60px;
  }
  .index_main .banner .bannerSwiper .swiper-slide .banner_intro {
    width: 84%;
  }
  .index_main .banner .bannerSwiper .swiper-slide .banner_intro h1 {
    font-size: 20px;
  }
  .index_main .banner .bannerSwiper .swiper-slide .banner_intro p {
    margin: 10px 0;
    line-height: 1.5;
  }
  .index_main .banner .bannerSwiper .swiper-pagination {
    display: none;
  }
  .index_main .banner .banner_share {
    display: none;
  }
  .index_main .banner .down {
    display: none;
  }
  .index_main .aboutWrap {
    padding-bottom: 40px;
  }
  .index_main .aboutWrap .index_layout:first-child {
    flex-direction: column;
  }
  .index_main .aboutWrap .index_layout:first-child .left {
    opacity: 1;
  }
  .index_main .aboutWrap .index_layout:first-child .left h2 {
    font-size: 30px;
  }
  .index_main .aboutWrap .index_layout:first-child .left .desc {
    margin-bottom: 20px;
  }
  .index_main .aboutWrap .index_layout:first-child .right {
    opacity: 1;
    width: 100%;
  }
  .index_main .aboutWrap .index_layout:nth-child(2) {
    margin-top: 40px ;
  }
  .index_main .aboutWrap .index_layout:nth-child(2) ul {
    opacity: 1;
    flex-wrap: wrap;
    gap: 20px 0;
  }
  .index_main .aboutWrap .index_layout:nth-child(2) ul li {
    flex: 0 50%;
  }
  .index_main .aboutWrap .index_layout:nth-child(2) ul li h3 {
    font-size: 30px;
  }
  .index_main .cateWrap ul {
    position: relative;
    flex-direction: column;
  }
  .index_main .cateWrap ul li {
    padding: 20px 0;
  }
  .index_main .cateWrap ul li::after {
    display: none;
  }
  .index_main .cateWrap ul li .icon {
    display: none;
  }
  .index_main .cateWrap ul li .cate_title {
    margin-top: 0;
  }
  .index_main .cateWrap ul li .desc {
    width: auto;
    height: auto;
  }
  .index_main .cateWrap ul li .desc p {
    opacity: 1;
    transform: translateY(0);
  }
  .index_main .cateWrap ul li .imgWrap {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .index_main .cateWrap ul li .imgWrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .index_main .cateWrap ul li.current .imgWrap::after {
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(2, 65, 126, 0.5);
  }
  .index_main .cateWrap .itemWrap {
    display: none;
  }
  .index_main .caseWrap {
    padding: 40px 0 60px 0;
  }
  .index_main .caseWrap .caseSwiper {
    margin-top: 20px;
  }
  .index_main .caseWrap .caseSwiper .swiper-slide .title {
    position: relative;
    background-color: #02417e;
    opacity: 1;
  }
  .index_main .caseWrap .caseSwiper .swiper-pagination {
    bottom: 20px;
  }
  .index_main .newsWrap .index_layout {
    flex-direction: column;
    margin-top: 20px;
    gap: 20px;
  }
  .index_main .newsWrap .index_layout .left {
    opacity: 1;
  }
  .index_main .newsWrap .index_layout .left .new_title {
    font-size: 20px;
  }
  .index_main .newsWrap .index_layout .right {
    opacity: 1;
  }
  .contactWrap {
    padding: 40px 0 60px 0;
  }
  .contactWrap .index_title .desc {
    width: 95%;
  }
  .contactWrap .index_layout {
    margin-top: 20px;
    flex-direction: column;
    gap: 20px;
  }
  .contactWrap .index_layout .left .top .w50 {
    width: 100%;
  }
  .contactWrap .index_layout .left .bottom {
    margin: 10px 0;
  }
  .videoWrpper {
    position: fixed;
  }
  .footerWrap .web_footer {
    display: none;
  }
  .footerWrap .sj-footer {
    display: block;
  }
  .page_banner {
    margin-top: 60px;
  }
  .page_banner .page_title {
    font-size: 26px;
  }
  .aboutPage .about_intro .index_layout {
    flex-direction: column;
  }
  .aboutPage .about_culture .culturelist {
    display: flex;
    flex-wrap: wrap;
  }
  .aboutPage .about_culture .culturelist li {
    width: 100%;
  }
  .aboutPage .about_culture .culturelist li:first-child {
    flex: 0 100%;
  }
  .aboutPage .about_service {
    background-size: cover;
  }
  .aboutPage .about_service .service_list {
    gap: 20px;
  }
  .aboutPage .about_service .service_list li {
    flex: 0 100%;
    padding: 0;
    border: none;
  }
  .aboutPage .about_certificate .index_layout .left {
    flex: 0 100%;
  }
  .aboutPage .about_certificate .index_layout .right {
    display: none;
  }
  .aboutPage .about_recruit .contactWrap {
    flex-direction: column;
  }
  .aboutPage .about_recruit .faq ul li {
    overflow: hidden;
  }
  .aboutPage .about_recruit .faq ul li .question {
    flex-direction: column;
    gap: 10px;
  }
  .aboutPage .about_recruit .faq ul li .answer {
    width: 100%;
    overflow-x: scroll;
  }
  .aboutPage .about_recruit .faq ul li .answer table th {
    white-space: nowrap;
  }
  .aboutPage .about_recruit .faq ul li .answer table th,
  .aboutPage .about_recruit .faq ul li .answer table td {
    padding: 5px 10px;
    font-size: 16px;
  }
  .aboutPage .about_partner {
    padding: 20px 0 40px 0;
  }
  .solutionPage .solution_intro .desc {
    margin-top: 20px;
  }
  .solutionPage .solution_choose .choose_list {
    margin-top: 20px;
  }
  .solutionPage .solution_choose .choose_list li {
    flex: 0 100%;
  }
  .solutionPage .solution_choose .choose_list li .Wrap {
    padding: 15px;
  }
  .solutionPage .solution_choose .choose_list li .Wrap .title {
    margin-top: 20px;
  }
  .solutionPage .solution_partners {
    padding-bottom: 40px;
  }
  .solutionPage .solution_partners .partnerWrap li {
    flex: 0 50%;
  }
  .solutionPage .solution_case .CaseWrap .swiper-slide::after {
    z-index: -1;
  }
  .solutionPage .solution_case .CaseWrap .swiper-slide .intro {
    position: static;
  }
  .solutionPage .solution_case .CaseWrap .swiper-slide .intro .title {
    color: #000;
    font-size: 20px;
  }
  .solutionPage .solution_case .CaseWrap .swiper-slide .intro .desc {
    color: #000;
  }
  .productPage .product_intro .index_layout {
    flex-direction: column-reverse;
  }
  .productPage .product_quality .quality_list {
    flex-direction: column;
  }
  .productPage .product_get .get_list {
    flex-direction: column;
  }
  .productPage .product_get .get_list li {
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
  .productPage .product_get .get_list li:first-of-type {
    border-left: none;
  }
  .productPage .product_get .get_list li .desc {
    margin-top: 10px;
  }
  .productPage .product_list .cate_title h2,
  .productPage .product_list .cate_title p {
    padding: 0 10px;
    font-size: 24px;
  }
  .productPage .product_list .list li .Wrap .btn_more{
      padding: 5px 10px;
  }
  .productPage .product_list .cate_title::after {
    width: 100%;
  }
  .productPage .product_list .list {
    margin-top: 20px;
  }
  .productPage .product_list .list li {
    flex: 0 50%;
    padding: 5px;
  }
  .productPage .product_list .list li .Wrap {
    padding: 10px;
  }
  .productPage .contactWrap {
    padding: 40px 0 60px 0;
  }
  .newsPage .cate_title {
    flex-direction: column;
  }
  .newsPage .cate_title h2,
  .newsPage .cate_title p {
    padding: 0 10px;
    font-size: 24px;
  }
  .newsPage .cate_title::after {
    width: 100%;
  }
  .newsPage .news_list .list {
    margin-top: 20px;
  }
  .newsPage .news_list .list .item {
    flex: 0 50%;
    padding: 5px;
  }
  .newsPage .news_list .list .item .Wrap {
    padding: 10px;
  }
  .newsPage .news_list .list .item .Wrap .imgWrap {
    padding-top: 70%;
  }
  .newsPage .faqWrap {
    padding-bottom: 60px;
  }
  .newsPage .faqWrap .faq ul li .question {
    padding: 10px 40px 10px 10px;
    font-size: 18px;
  }
  .newsPage .faqWrap .faq ul li .answer {
    padding: 0 10px 20px 10px;
    width: 100%;
    font-size: 16px;
  }
  .newsPage .faqWrap .faq ul li::before {
    right: 10px;
  }
  .contactPage {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 950px) {
  .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;
  }
  .phone-head-items .phone_logo a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
  }
  .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;
  }
  .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/index/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/index/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;
  }
}
/*-------------------------------
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: #0056b3;
  -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
            ----------------------------------*/
