@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/hover-min.css');
@import url('/wp-content/themes/global/static/layui/css/layui.css');
@import url('/wp-content/themes/global/static/css/swiper-bundle.min.css');
.side_h3 {
    padding: 10px;
    background: #0682FF;
    font-size: 25px;
    color: #fff;
    border-radius: 8px 8px 0 0;
    
}

.side_h3 a{
    color: #fff;
    text-decoration: none;
    color: #fff;
}

.side_h3 a:hover{
    text-decoration: none;
}
/* grid */
.sys-layer {
  margin: 0 auto;
}
.sys-row {
  margin: 0 -8px;
}
.sys-col {
  float: left;
}
.sys-col-inner {
  margin: 0 8px;
}
.sys-col-md {
  float: left;
}
.sys-col-md-12 {
  width: 100%;
}
.sys-col-md-11 {
  width: 91.66666667%;
}
.sys-col-md-10 {
  width: 83.33333333%;
}
.sys-col-md-9 {
  width: 75%;
}
.sys-col-md-8 {
  width: 66.66666667%;
}
.sys-col-md-7 {
  width: 58.33333333%;
}
.sys-col-md-6 {
  width: 50%;
}
.sys-col-md-5 {
  width: 41.66666667%;
}
.sys-col-md-4 {
  width: 33.33333333%;
}
.sys-col-md-3 {
  width: 25%;
}
.sys-col-md-2 {
  width: 16.66666667%;
}
.sys-col-md-1 {
  width: 8.33333333%;
}
#spotlight {
  background-color: #000000a2 !important;
}
#spotlight .footer {
  width: 100%;
}
#spotlight .footer .title {
  text-align: center;
  text-transform: capitalize;
}
.layout {
  width: 1400px;
  margin: 0 auto;
}
.gotop {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 99999;
  visibility: hidden;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 50px;
  height: 50px;
  background-color: #0682FF;
  color: #ffffff;
  text-align: center;
  transform: translateY(100%);
  font-size: 18px;
  line-height: 50px;
  opacity: 0;
  transition: all 0.5s;
  cursor: pointer;
}
.gotop em {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 12px;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  transition: all 0.5s;
  filter: alpha(opacity=0);
  -ms-transform: translateY(10px);
}
.gotop::before {
  display: block;
  content: '↑';
  font-family: 'fontawesome';
  transition: all 0.5s;
}
.gotop:hover::before {
  opacity: 0;
  transform: translateY(-15px) scale(0.5);
  filter: alpha(opacity=0);
  transition: all 0.5s;
}
.gotop:hover em {
  opacity: 1;
  transform: none;
  transition: all 0.5s;
}
.gotop.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  -ms-transform: none;
  transition: all 0.5s;
}
.prz-wrapper {
  width: 100% !important;
  height: 100% !important;
  cursor: zoom-in;
}
.container {
  overflow: hidden;
}
.container .index_head {
  background: rgba(173, 173, 173, 0.2);
  position: fixed;
  z-index: 99;
  width: 100%;
}
.container .index_head .head_holder {
  display: none !important;
}
.container .index_head .Warpper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .index_head .Warpper .logo {
  flex: 0 20%;
  order: 1;
  float: left;
  display: flex;
  align-items: center;
}
.container .index_head .Warpper .logo a img {
  max-height: 50px;
}
.container .index_head .Warpper .web_nav {
  flex: 0 60%;
  order: 2;
  display: flex;
  justify-content: flex-end;
  float: right;
  padding: 20px 0;
}
.container .index_head .Warpper .web_nav ul {
  display: flex;
  width: 75%;
  gap: 0 30px;
  justify-content: flex-end;
}
.container .index_head .Warpper .web_nav ul li {
  position: relative;
}
.container .index_head .Warpper .web_nav ul li > a {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  font-family: Source Han Sans SC;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
}
.container .index_head .Warpper .web_nav ul li > a em {
  width: 100%;
}
.container .index_head .Warpper .web_nav ul li > a b {
  margin-left: 4px;
}
.container .index_head .Warpper .web_nav ul li > a b::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 4px solid #fff;
  border-top-width: 5px;
  border-bottom: 0;
  border-left-color: transparent;
  border-right-color: transparent;
  vertical-align: middle;
  transition: all 0.5s;
}
.container .index_head .Warpper .web_nav ul li ul {
  position: absolute;
  display: block;
  background-color: #fff;
  width: 250px;
  z-index: 99;
  border-top: 2px solid #0682FF;
  transform: translateY(20px) scale(0.9);
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.container .index_head .Warpper .web_nav ul li ul > li {
  margin: 0;
  padding: 0;
  border-bottom: 1px dashed #ccc;
}
.container .index_head .Warpper .web_nav ul li ul > li:last-child {
  border-bottom: none;
}
.container .index_head .Warpper .web_nav ul li ul > li a {
  font-weight: normal ;
  width: auto;
  color: #555;
  line-height: 2.2;
  padding: 0 15px;
  text-align: left;
  font-size: 16px;
  justify-content: start;
}
.container .index_head .Warpper .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;
}
.container .index_head .Warpper .web_nav ul li ul > li a > b {
  margin-left: 4px;
  transform: none;
}
.container .index_head .Warpper .web_nav ul li ul > li a > b::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
  border: 5px solid #aaa;
  border-left-width: 6px;
  border-right: 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  right: 20px;
  top: 14px;
}
.container .index_head .Warpper .web_nav ul li ul > li > ul {
  position: absolute;
  left: 250px;
  margin-top: 0;
  top: -2px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(20px);
}
.container .index_head .Warpper .web_nav ul li ul > li > ul li {
  border-bottom: 1px dashed #ccc;
}
.container .index_head .Warpper .web_nav ul li ul > li > ul li:last-child {
  border-bottom: none;
}
.container .index_head .Warpper .web_nav ul li ul > li:hover > a {
  font-weight: normal;
  text-decoration: none;
  color: #000;
}
.container .index_head .Warpper .web_nav ul li ul > li:hover > a::before {
  top: 50%;
  margin-top: -11px;
  height: 22px;
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #0682FF;
  transition: all 0.5s;
}
.container .index_head .Warpper .web_nav ul li ul > li:hover > a > b::after {
  transform: rotate(0);
  border-color: #fff;
  border-left-color: #0682FF;
}
.container .index_head .Warpper .web_nav ul li ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: all 0.3s;
}
.container .index_head .Warpper .web_nav ul li:hover > a {
  color: #0682FF;
}
.container .index_head .Warpper .web_nav ul li:hover > a > b::after {
  transform: rotate(180deg);
  transition: all 0.5s;
  border-color: #0682FF;
  border-left-color: transparent;
  border-right-color: transparent;
}
.container .index_head .Warpper .web_nav ul li:hover > ul {
  opacity: 1;
  transform: translateX(0) scale(1);
  visibility: visible;
  transition: all 0.3s;
}
.container .index_head .Warpper .web_nav ul .current-menu-item > a {
  color: #0682FF;
}
.container .index_head .Warpper .web_nav ul .current-menu-parent > a {
  color: #0682FF;
}
.container .index_head .Warpper .head_form {
  order: 3;
  flex: 0 16%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .index_head .Warpper .head_form .inquiry_btn {
  cursor: pointer;
  max-width: 110px;
  display: block;
  width: 100%;
  background-color: #0682FF;
  color: #fff;
  text-align: center;
  padding: 8px 0;
  border-radius: 90px;
  font-family: Ubuntu;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.container .index_head .Warpper .head_form .change-language {
  position: relative;
}
.container .page_head {
  position: static;
  background: rgba(187, 231, 255, 0.2);
  backdrop-filter: blur(2px);
  z-index: 99;
}
.container .page_head .Warpper .web_nav ul li a {
  color: #8C92AC;
}
.container .page_head .Warpper .web_nav ul li a b::after {
  transform: rotate(0deg);
  transition: all 0.5s;
  border-color: #8C92AC;
  border-left-color: transparent;
  border-right-color: transparent;
}
.container .page_head .Warpper .web_nav ul li:hover > a {
  color: #2e8fe7;
}
.container .page_head .Warpper .web_nav ul li:hover > a > b::after {
  transform: rotate(180deg);
  transition: all 0.5s;
  border-color: #2e8fe7;
  border-left-color: transparent;
  border-right-color: transparent;
}
.container .page_head .Warpper .web_nav ul .nav-current > a {
  color: #2e8fe7;
}
.container .bannerWarpper {
  overflow: hidden;
}
.container .bannerWarpper .swiper {
  overflow: hidden;
}
.container .bannerWarpper .swiper .swiper-wrapper .swiper-slide .imgWarpper {
  position: relative;
  width: 100%;
  height: 100%;
  transition: 1s linear 2s;
  transform: scale(1, 1);
}
.container .bannerWarpper .swiper .swiper-wrapper .swiper-slide .imgWarpper img {
  width: 100%;
  height: 100%;
}
.container .bannerWarpper .swiper .swiper-wrapper .swiper-slide-active .imgWarpper {
  transition: 3s linear;
  transform: scale(1.05);
}
.container .bannerWarpper .swiper .swiper-wrapper .swiper-slide-duplicate-active .imgWarpper {
  transition: 3s linear;
  transform: scale(1.05);
}
.container .hd_title {
  font-family: Ubuntu;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  /*text-transform: capitalize;*/
  padding-bottom: 60px;
}
.container .hd_title p {
  display: inline-block;
  position: relative;
  text-transform: none;
}
.container .hd_title p::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  line-height: 0.5;
  height: 30%;
  width: 100%;
  background-color: #ffd645;
  z-index: -1;
}
.container .hd_title .hd_desc {
  display: block;
  color: #8C92AC;
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 300;
  margin-top: 20px;
  text-transform: none;
  
}
.container .AppPage .hd_desc {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  display: block;
  color: #8C92AC;
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 300;
  margin-top: -30px;
  margin-bottom: 50px;
}
.container .index_about {
  padding-bottom: 60px;
}
.container .index_about .Warpper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 30px;
}
.container .index_about .Warpper .left {
  flex: 0 50%;
}
.container .index_about .Warpper .left .about_text {
  color: #8C92AC;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
}
.container .index_about .Warpper .right .imgWarp {
  max-width: 680px;
  max-height: 550px;
  overflow: hidden;
}
.container .index_about .Warpper .right .imgWarp img {
  width: 100%;
  transition: all 0.5s;
}
.container .index_about .Warpper .right:hover .imgWarp img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.container .index_world {
  padding-bottom: 60px;
}
.container .index_world .imgWarp {
  max-width: 1400px;
}
.container .index_world .imgWarp img {
  width: 100%;
}
.container .page_bar {
  margin-top: 60px;
  float: right;
}
.container .page_bar .pages {
  display: flex;
  align-items:center;
}
.container .page_bar .pages a {
  margin-right: 6px;
  color: #8C92AC;
  font-size: 16px;
  font-family: Times New Roman;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .page_bar .pages a:hover {
  text-decoration: none;
  background-color: #E8E8E9;
  color: #2A2B32;
}

.container .page_bar .pages span {
  font-size: 14px;
  font-family: Times New Roman; 
}

.container .page_bar .pages .current {
  background-color: #E8E8E9;
  color: #2A2B32;
}
.container aside {
  width: 300px;
}
.container aside h3 {
  color: #2A2B32;
  font-family: Source Han Sans SC;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.container aside .pro_menu {
  margin-bottom: 30px;
}
.container aside .pro_menu > ul {
  display: flex;
  flex-direction: column;
  
  
  /*padding-left: 10px;*/
  /*padding-top: 10px;*/
}
.container aside .pro_menu > ul > li {
    
    
  position: relative;
  line-height: 2;
  /*margin-bottom: 20px;*/
  
  padding-bottom: 10px;
  padding-left: 10px;
  padding-top: 10px;
  
  
    transition: all .5s;
}

.container aside .pro_menu > ul > li:hover{
    background:  #6cb5ff;
    transition: all .5s;
}

.container aside .pro_menu > ul > li:hover > a { 
    color: #fff !important;
    transition: all .5s;
}

.container aside .pro_menu > ul > li a {
   
  transition: all .5s; 
    
    
    
  text-align: center;
  font-family: Source Han Sans SC;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.container aside .pro_menu > ul > li b {
  cursor: pointer;
  position: absolute;
  right: 30px;
  color: #2A2B32;
  line-height: 12px;
  font-size: 12px;
  top: 10px;
  transition: all 0.5s;
  transform-origin: center;
}
/*.container aside .pro_menu > ul > li b::after{*/
/*    contain: "▶";*/
/*    display: block;*/
/*    position: absolute;*/
/*    font-size: 30px;*/
/*}*/
.container aside .pro_menu > ul > li ul {
  margin-top: 10px;
  display: none;
}
.container aside .pro_menu > ul > li ul li {
  border-top: none;
  line-height: 2.5;
}
.container aside .pro_menu > ul > li ul li a {
  font-family: Ubuntu;
  color: #8C92AC;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
  text-transform: capitalize;
}
.container aside .pro_menu > ul > li ul li a em {
  font-size: 15px;
}
.container aside .pro_menu > ul > li ul li:hover a {
  color: #2A2B32 !important;
  text-decoration: none;
}
.container aside .pro_menu > ul > li:hover > a {
  text-decoration: none;
  color: #2A2B32;
}

.container aside .pro_menu > ul .current-menu-item{
    background-color: #6cb5ff;
}
.container aside .pro_menu > ul .current-menu-item a {
  /*color: #2A2B32;*/
  color: #fff;
}
.container .index_main {
  background-image: url(../img/index/bg.png);
  background-repeat: no-repeat;
  padding: 130px 0 150px 0;
}
.container .index_main .index_products {
  padding-bottom: 60px;
}
.container .index_main .index_products > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 0;
}
.container .index_main .index_products > ul > li {
  flex: 0 49%;
  background-color: #fff;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 20px;
  border: 1px solid #E9EEF2;
}
.container .index_main .index_products > ul > li a:hover {
  text-decoration: none;
}
.container .index_main .index_products > ul > li .pro_info .sort {
  display: inline-block;
  border: 1px solid #336CE0;
  padding: 6px 16px;
  color: #336CE0;
  font-family: Source Han Sans SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  text-transform: capitalize;
  border-radius: 90px;
  margin-bottom: 30px;
}
.container .index_main .index_products > ul > li .pro_info .title {
  color: #2A2B32;
  font-family: Source Han Sans SC;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  text-transform: capitalize;
  padding-bottom: 20px;
}
.container .index_main .index_products > ul > li .pro_info .desc {
  color: #8C92AC;
  font-family: Open Sans;
  font-size: 16px;
  /*text-transform: capitalize;*/
  font-weight: 300;
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.container .index_main .index_products > ul > li .pro_info .desc span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 300 !important;
  
  font-size: 16px !important; 
}
.container .index_main .index_products > ul > li .pro_info .desc p {
  font-weight: bold;
  padding-bottom: 10px;
  font-weight: 600;
}

 
.container .index_main .index_products > ul > li .pro_detail {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  /*align-items: center;*/
}
.container .index_main .index_products > ul > li .pro_detail .left {
  margin-top: 30px;
  position: relative;
}
.container .index_main .index_products > ul > li .pro_detail .left ul {
  margin-bottom: 60px;
  border: 1px solid #2A2B32;
  padding: 30px 20px;
  box-sizing: border-box;
  max-width: 140px;
  border-radius: 6px;
  row-gap: 10px;
  display: flex;
  flex-direction: column;
}
.container .index_main .index_products > ul > li .pro_detail .left ul li {
  color: #2A2B32;
  text-align: center;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
}
.container .index_main .index_products > ul > li .pro_detail .left .btnWarp {
  display: flex;
  gap: 0 30px ;
  position: absolute;
  bottom: 0px;
}
.container .index_main .index_products > ul > li .pro_detail .left .btnWarp .detail_btn {
  display: flex;
  padding: 10px 30px;
  align-items: center;
  gap: 20px;
  background-color: #0682FF;
  border: 1px solid #0682FF;
  border-radius: 90px;
  color: #fff;
  transition: all 0.3s;
  font-size: 16px;
  text-transform: capitalize;
}
.container .index_main .index_products > ul > li .pro_detail .left .btnWarp .detail_btn:hover {
  background-color: #fff;
  color: #0682FF;
  transition: all 0.3s;
}
.container .index_main .index_products > ul > li .pro_detail .left .btnWarp .hover_btn svg rect {
  transition: all 0.3s;
}
.container .index_main .index_products > ul > li .pro_detail .left .btnWarp .hover_btn svg path {
  transition: all 0.3s;
}
.container .index_main .index_products > ul > li .pro_detail .left .btnWarp .hover_btn svg:hover rect {
  fill: #fff;
  transition: all 0.3s;
}
.container .index_main .index_products > ul > li .pro_detail .left .btnWarp .hover_btn svg:hover path {
  fill: #0682FF;
  transition: all 0.3s;
}
.container .index_main .index_products > ul > li .pro_detail .right{
    width: 21vw;
   height: 21vw; 
   display: flex;
   align-items: center;
   justify-content: center;
}
.container .index_main .index_products > ul > li .pro_detail .right .imgWarp {
  max-width: 21vw;
  height: 21vw;
}
.container .index_main .index_products > ul > li .pro_detail .right .imgWarp img {
  /*width: 100%;*/
  height: 100%;
}
.container .index_main .index_service {
  padding-bottom: 60px;
}
.container .index_main .index_service ul {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
.container .index_main .index_service ul li {
  display: flex;
  align-items: center;
  background: #EFF7FD;
  gap: 0 100px;
}
.container .index_main .index_service ul li .left {
  flex: 0 50%;
  overflow: hidden;
}
.container .index_main .index_service ul li .left .imgWarp {
  width: 100%;
}
.container .index_main .index_service ul li .left .imgWarp img {
  width: 100%;
}
.container .index_main .index_service ul li .right {
  flex: 0 38%;
}
.container .index_main .index_service ul li .right h3 {
  color: #2A2B32;
  text-align: center;
  font-family: Ubuntu;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  /*text-transform: capitalize;*/
  margin-bottom: 20px;
}
.container .index_main .index_service ul li .right p {
  color: #8C92AC;
  font-family: Ubuntu;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
.container .index_main .index_service ul li:nth-child(2),
.container .index_main .index_service ul li:nth-child(4) {
  flex-direction: row-reverse;
}
.container .index_main .index_service ul li:nth-child(3) {
  gap: 0 40px;
}
.container .index_main .index_service ul li:nth-child(3) .right {
  flex: 0 43%;
}
.container .index_main .index_comment {
  padding-bottom: 60px;
}
.container .index_main .index_comment .Warp {
  position: relative;
}
.container .index_main .index_comment .Warp .comment_swiper {
  width: 90%;
  overflow: hidden;
  margin: 0 auto;
}
.container .index_main .index_comment .Warp .comment_swiper .swiper-wrapper .swiper-slide {
  height: auto;
  padding: 30px 20px;
  box-sizing: border-box;
  border: 2px solid #EFF7FF;
  background: #fff;
  border-radius: 8px;
}
.container .index_main .index_comment .Warp .comment_swiper .swiper-wrapper .swiper-slide .imgWarp {
  display: flex;
  align-items: center;
  gap: 0 20px;
  margin-bottom: 20px;
}
.container .index_main .index_comment .Warp .comment_swiper .swiper-wrapper .swiper-slide .imgWarp img {
  max-width: 54px;
  border-radius: 50%;
  overflow: hidden;
}
.container .index_main .index_comment .Warp .comment_swiper .swiper-wrapper .swiper-slide .imgWarp p {
  color: #042040;
  font-family: Ubuntu;
  font-size: 20px;
  font-weight: 700;
}
.container .index_main .index_comment .Warp .comment_swiper .swiper-wrapper .swiper-slide .info {
  color: #2A2B32;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}
.container .index_main .index_comment .Warp .comment_swiper .swiper-button-next {
  width: 40px;
  height: 40px;
}
.container .index_main .index_comment .Warp .comment_swiper .swiper-button-next::after {
  content: "";
  background-image: url(../img/index/next.png);
  display: block;
  width: 100%;
  height: 100%;
}
.container .index_main .index_comment .Warp .comment_swiper .swiper-button-prev {
  width: 40px;
  height: 40px;
}
.container .index_main .index_comment .Warp .comment_swiper .swiper-button-prev::after {
  content: "";
  background-image: url(../img/index/prev.png);
  display: block;
  width: 100%;
  height: 100%;
}
.container .index_main .index_news {
  padding-bottom: 60px;
}
.container .index_main .index_news .news_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 0;
}
.container .index_main .index_news .news_items li {
  flex: 0 49%;
}
.container .index_main .index_news .news_items li a {
  display: flex;
  gap: 0 15px;
  align-items: center;
}
.container .index_main .index_news .news_items li a:hover {
  text-decoration: none;
}
.container .index_main .index_news .news_items li a:hover .news_desc .detail {
  border: 1px solid #0682FF;
  background: #fff;
  color: #0682FF;
  transition: all 0.3s;
}
.container .index_main .index_news .news_items li a .news_img {
  min-width: 200px;
  max-width: 240px;
}
.container .index_main .index_news .news_items li a .news_img img {
  width: 100%;
}
.container .index_main .index_news .news_items li a .news_desc .title {
  color: #2A2B32;
  font-family: Source Han Sans SC;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.container .index_main .index_news .news_items li a .news_desc .desc {
  color: #8C92AC;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 300;
  /*text-transform: capitalize;*/
  margin-bottom: 30px;
}
.container .index_main .index_news .news_items li a .news_desc .detail {
  padding: 10px 30px;
  display: inline-block;
  background: #0682FF;
  color: #fff;
  font-family: Source Han Sans SC;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  border-radius: 40px;
  border: 1px solid #0682FF;
  transition: all 0.3s;
}
.container .index_main .index_news .news_items li a .news_desc .detail span {
  margin-left: 20px;
}
.container .index_main .index_faq ul li {
  cursor: pointer;
  position: relative;
  padding: 20px 0;
  width: 100%;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #F5F5F5;
}
.container .index_main .index_faq ul li b {
  height: 100%;
  width: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: 30px;
  color: #0682FF;
  font-weight: bold;
}
.container .index_main .index_faq ul li .question {
  flex: 1;
  padding-left: 40px;
}
.container .index_main .index_faq ul li .question > p {
  color: #2A2B32;
  font-size: 20px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: capitalize;
}
.container .index_main .index_faq ul li .question .answer {
  display: none;
}
.container .index_main .index_faq ul li .question .answer p {
  padding: 20px 0 10px 0;
  color: #8C92AC;
  font-size: 16px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.container .page_main {
  background-image: url(../img/index/bg.png);
  background-repeat: no-repeat;
  background-position: 0 -600px;
}
.container .page_main .NewsPage {
  padding-bottom: 150px;
  padding-top: 90px;
}
.container .page_main .NewsPage .layout {
  display: flex;
  justify-content: space-between;
}
.container .page_main .NewsPage .new_aside {
  width: 320px;
}
.container .page_main .NewsPage .new_aside > ul {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.container .page_main .NewsPage .new_aside > ul li {
  position: relative;
}
.container .page_main .NewsPage .new_aside > ul li:hover a {
  text-decoration: none;
}
.container .page_main .NewsPage .new_aside > ul li a {
  color: #2A2B32;
  font-family: Ubuntu;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.container .page_main .NewsPage .new_aside > ul li b {
  position: absolute;
  right: 20px;
  top: 10px;
  transform: rotate(-90deg);
}
.container .page_main .NewsPage .new_aside > ul li b::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 4px solid #000;
  border-top-width: 5px;
  border-bottom: 0;
  border-left-color: transparent;
  border-right-color: transparent;
  vertical-align: middle;
}
.container .page_main .NewsPage .new_aside > ul li ul {
  display: none;
  margin-top: 20px;
}
.container .page_main .NewsPage .new_aside > ul li ul li {
  margin-bottom: 10px;
}
.container .page_main .NewsPage .new_aside > ul li ul li a {
  color: #8C92AC;
  font-family: Ubuntu;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
  text-transform: capitalize;
}
.container .page_main .NewsPage .new_aside > ul li ul li:last-of-type {
  margin-bottom: 0;
}
.container .page_main .NewsPage .new_aside > ul li ul .nav-current a {
  color: #2A2B32;
}
.container .page_main .NewsPage .main {
  width: calc(100% - 340px);
}
.container .page_main .NewsPage .main ul li {
  margin-bottom: 20px;
}
.container .page_main .NewsPage .main ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .page_main .NewsPage .main ul li a .news_img {
  flex: 0 38%;
  width: 400px;
  max-width: 400px;
  overflow: hidden;
  border-radius: 8px;
  height: 225px;
}
.container .page_main .NewsPage .main ul li a .news_img img {
  width: 100%;
  transition: all 0.5s;
}
.container .page_main .NewsPage .main ul li a .news_info {
  flex: 0 60%;
}
.container .page_main .NewsPage .main ul li a .news_info .news_title {
  color: #2A2B32;
  font-family: Ubuntu;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.container .page_main .NewsPage .main ul li a .news_info .date {
  margin: 10px 0;
  color: #8C92AC;
  font-family: Source Han Sans SC;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
}
.container .page_main .NewsPage .main ul li a .news_info .news_desc {
  color: #383C43;
  font-family: Source Han Sans SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  /*text-transform: capitalize;*/
}
.container .page_main .NewsPage .main ul li a:hover {
  text-decoration: none;
}
.container .page_main .NewsPage .main ul li a:hover .news_img img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.container .page_main .NewsPage .New_main{
    width: 100%;
}
.container .page_main .NewsPage .New_main .new_title {
  color: #2A2B32;
  font-family: Source Han Sans SC;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  
  text-transform: capitalize; 
}
.container .page_main .NewsPage .New_main .date {
  margin: 10px 0;
  color: #8C92AC;
  font-family: Source Han Sans SC;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
}
.container .page_main .NewsPage .New_main .new_desc {
  color: #2A2B32;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}
.container .page_main .NewsPage .New_main .new_desc h5 {
  font-weight: bold;
}
.container .page_main .NewsPage .New_main .new_desc p {
  margin-bottom: 20px;
  
  line-height: 1.5;
}

.container .page_main .NewsPage .New_main .new_desc img {
    max-width: 30%;
}
.container .page_main .AppPage {
  padding-top: 90px;
  padding-bottom: 150px;
}
.container .page_main .AppPage .hd_title {
  font-size: 38px;
  text-align: center;
  width: 900px;
  margin: 0 auto;
}
.container .page_main .AppPage .app_scene {
  margin-bottom: 150px;
}
.container .page_main .AppPage .app_scene ul {
  display: flex;
  justify-content: space-between;
}
.container .page_main .AppPage .app_scene ul li {
  flex: 0 24%;
}
.container .page_main .AppPage .app_scene ul li .imgWarp {
  max-width: 328px;
  border-radius: 8px;
  overflow: hidden;
}
.container .page_main .AppPage .app_scene ul li .imgWarp img {
  width: 100%;
  transition: all 0.5s;
}
.container .page_main .AppPage .app_scene ul li p {
  margin-top: 15px;
  color: #000;
  text-align: center;
  font-family: Ubuntu;
  font-size: 38px;
  font-weight: 700;
  line-height: 130%;
  /* 49.4px */
}
.container .page_main .AppPage .app_scene ul li:hover .imgWarp img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.container .page_main .AppPage .app_usage .Usage {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.container .page_main .AppPage .app_usage .Usage li {
  flex: 0 23%;
}
.container .page_main .AppPage .app_usage .Usage li .imgWarp {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.container .page_main .AppPage .app_usage .Usage li .imgWarp img {
  width: 100%;
  transition: all 0.5s;
}
.container .page_main .AppPage .app_usage .Usage li:nth-child(5),
.container .page_main .AppPage .app_usage .Usage li:nth-child(6),
.container .page_main .AppPage .app_usage .Usage li:nth-child(7) {
  flex: 0 24%;
}
.container .page_main .AppPage .app_usage .Usage li:hover .imgWarp img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.container .page_main .AboutPage {
  padding-bottom: 150px;
}
.container .page_main .AboutPage .main_banner {
  position: relative;
}
.container .page_main .AboutPage .main_banner .imgWarp {
  width: 100%;
}
.container .page_main .AboutPage .main_banner .imgWarp img {
  width: 100%;
}
.container .page_main .AboutPage .main_banner .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  text-align: center;
  font-family: Ubuntu;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 62.4px */
  text-transform: capitalize;
}
.container .page_main .AboutPage .about_honor {
  padding-bottom: 150px;
}
.container .page_main .AboutPage .about_honor .hd_title {
  text-align: center;
}
.container .page_main .AboutPage .about_honor ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 25px ;
  
  
  
  /*2.23新增*/
  justify-content: center;
  /*2.23新增*/
}
.container .page_main .AboutPage .about_honor ul li {
  /*flex: 0 23.5%;*/
  /*max-width: 24%;*/
  
  
  /*2.23新增修改*/
  flex: 0 17.5%;
  max-width: 18%; 
  /*2.23新增修改*/
}
.container .page_main .AboutPage .about_honor ul li a {
  width: 100%;
}
.container .page_main .AboutPage .about_honor ul li a img {
  width: 100%;
}
.container .page_main .AboutPage .about_honor ul li:nth-child(5),
.container .page_main .AboutPage .about_honor ul li:nth-child(6) {
  /*flex: 0 49%;*/
  /*max-width: 49%;*/
  
  
  
  /*2.23新增修改*/
  flex: 0 32.5%;
  max-width: 33%; 
  /*2.23新增修改*/
}
.container .page_main .AboutPage .index_about {
  padding-top: 60px;
  padding-bottom: 150px;
}
.container .page_main .AboutPage .index_world .hd_title {
  text-align: center;
}
.container .page_main .AboutPage .about_partners .hd_title {
  text-align: center;
}
.container .page_main .AboutPage .about_partners .hd_title .hd_desc {
  width: 900px;
  margin: 0 auto;
  margin-top: 20px;
}
.container .page_main .AboutPage .about_partners ul {
  display: flex;
  justify-content: space-between;
}
.container .page_main .AboutPage .about_partners ul li {
  flex: 0 49%;
}
.container .page_main .AboutPage .about_partners ul li .imgWarp {
  width: 100%;
}
.container .page_main .AboutPage .about_partners ul li .imgWarp img {
  width: 100%;
}
.container .page_main .OemPage {
  padding-top: 40px;
}
.container .page_main .OemPage .hd_desc {
  font-size: 16px;
}
.container .page_main .OemPage .oem_detection {
  display: flex;
  align-items: center;
  gap: 100px;
  padding: 100px 0;
}
.container .page_main .OemPage .oem_detection .left {
  flex: 0 40%;
}
.container .page_main .OemPage .oem_detection .left .hd_title {
  padding-bottom: 20px;
}
.container .page_main .OemPage .oem_detection .left .info {
  color: #2A2B32;
  font-family: Open Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
}
.container .page_main .OemPage .oem_detection .left .info p {
  padding: 20px 0;
}
.container .page_main .OemPage .oem_detection .right {
  flex: 0 50%;
}
.container .page_main .OemPage .oem_detection .right ul {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
.container .page_main .OemPage .oem_detection .right ul li img {
  width: 100%;
}
.container .page_main .OemPage .oem_custom {
  padding: 150px 0;
}
.container .page_main .OemPage .oem_custom .hd_title {
  text-align: center;
}
.container .page_main .OemPage .oem_custom .hd_title .hd_desc {
  width: 900px;
  margin: 0 auto;
  margin-top: 20px;
}
.container .page_main .OemPage .oem_custom ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.container .page_main .OemPage .oem_custom ul li {
  flex: 0 23%;
}
.container .page_main .OemPage .oem_custom ul li .imgWarp {
  width: 100%;
  overflow: hidden;
}
.container .page_main .OemPage .oem_custom ul li .imgWarp img {
  width: 100%;
  transition: all 0.5s;
}
.container .page_main .OemPage .oem_custom ul li:hover .imgWarp img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.container .page_main .OemPage .oem_service .hd_title {
  text-align: center;
}
.container .page_main .OemPage .oem_service .packaging,
.container .page_main .OemPage .oem_service .loading {
  padding-bottom: 150px;
}
.container .page_main .OemPage .oem_service .packaging ul,
.container .page_main .OemPage .oem_service .loading ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.container .page_main .OemPage .oem_service .packaging ul li,
.container .page_main .OemPage .oem_service .loading ul li {
  flex: 0 31.5%;
}
.container .page_main .OemPage .oem_service .packaging ul li .imgWarp,
.container .page_main .OemPage .oem_service .loading ul li .imgWarp {
  width: 100%;
  overflow: hidden;
}
.container .page_main .OemPage .oem_service .packaging ul li .imgWarp img,
.container .page_main .OemPage .oem_service .loading ul li .imgWarp img {
  width: 100%;
  transition: all 0.5s;
}
.container .page_main .OemPage .oem_service .packaging ul li:hover .imgWarp img,
.container .page_main .OemPage .oem_service .loading ul li:hover .imgWarp img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.container .page_main .OemPage .oem_service .packaging p,
.container .page_main .OemPage .oem_service .loading p {
  text-align: center;
  margin-top: 30px;
  color: #2A2B32;
  font-family: Ubuntu;
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
  /* 39px */
  text-transform: capitalize;
}
.container .page_main .OemPage .oem_filling {
  background-color: #EFF7FD;
  padding: 100px 0;
}
.container .page_main .OemPage .oem_filling .hd_title {
  text-align: center;
}
.container .page_main .OemPage .oem_filling .hd_title .hd_desc {
  width: auto;
  margin: 0 auto;
  margin-top: 20px;
}
.container .page_main .OemPage .oem_filling ul {
  display: flex;
  justify-content: space-between;
}
.container .page_main .OemPage .oem_filling ul li {
  flex: 0 49%;
}
.container .page_main .OemPage .oem_filling ul li .imgWarp {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.container .page_main .OemPage .oem_filling ul li .imgWarp img {
  width: 100%;
  transition: all 0.5s;
}
.container .page_main .OemPage .oem_filling ul li:hover .imgWarp img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.container .page_main .ProPage table td{
    padding: 10px;
}
.container .page_main .ProPage {
  padding-top: 70px;
  padding-bottom: 150px;
}
.container .page_main .ProPage .pro_main{
    width: 100%;
}
.container .page_main .ProPage .layout {
  display: flex;
  justify-content: space-between;
}
.container .page_main .ProPage .layout .main {
  width: calc(100% - 340px);
}
.container .page_main .ProPage .layout .main ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1vw;
}
.container .page_main .ProPage .layout .main ul li {
  flex: 0 32%;
  background: #fff;
  box-shadow: 0px 10px 10px 0px rgba(0, 24, 75, 0.05);
}
.container .page_main .ProPage .layout .main ul li a:hover {
  text-decoration: none;
}
.container .page_main .ProPage .layout .main ul li a:hover .imgWarpper img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.container .page_main .ProPage .layout .main ul li a:hover .info .title {
  color: #3385FF;
  transition: all 0.5s;
}
.container .page_main .ProPage .layout .main ul li a:hover .info .desc {
  color: #3385ffbd;
  transition: all 0.5s;
}
.container .page_main .ProPage .layout .main ul li a .imgWarpper {
  max-width: 18.5vw;
  height: 18.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.container .page_main .ProPage .layout .main ul li a .imgWarpper img {
  /*width: 100%;*/
  max-width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.container .page_main .ProPage .layout .main ul li a .info {
  padding: 20px;
  /*box-shadow: 0px 10px 10px 0px rgba(0, 24, 75, 0.05);*/
}
.container .page_main .ProPage .layout .main ul li a .info .title {
  color: #2A2B32;
  font-family: Source Han Sans SC;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  /* 26px */
  text-transform: capitalize;
  margin-bottom: 10px;
  transition: all 0.5s;
}
.container .page_main .ProPage .layout .main ul li a .info .desc {
  margin-bottom: 30px;
  color: #8C92AC;
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
}
.container .page_main .ProPage .layout .main ul li a .info .more {
  color: #3385FF;
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
}
.container .page_main .ProPage .layout .pro_main .product-intro .product-summary {
  margin-top: 50px;
}
.container .page_main .ProPage .layout .pro_main .product-intro .product-summary .product-meta span {
  /*color: #F72737;*/
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  /* 18.2px */
}
.container .page_main .ProPage .layout .pro_main .product-intro .product-summary .product-meta .title {
  color: #2A2B32;
  font-family: Ubuntu;
  font-size: 38px;
  font-weight: 700;
  line-height: 130%;
  /* 49.4px */
  margin: 20px 0;
}
.container .page_main .ProPage .layout .pro_main .product-intro .product-summary .product-meta .desc {
  color: #8C92AC;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 170%;
  /* 27.2px */
}
.container .page_main .ProPage .layout .pro_main .product-intro .product-summary .product-meta .inquiry_btn {
  margin-top: 40px;
  display: inline-block;
  padding: 14px 40px;
  text-align: center;
  gap: 10px;
  border-radius: 90px;
  background: #0682FF;
  color: var(--bk-white, #FFF);
  font-family: Ubuntu;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
}
.container .page_main .ProPage .layout .pro_main .product-detail {
  margin-top: 100px;
}
.container .page_main .ProPage .layout .pro_main .product-detail .detail_title {
  color: #2A2B32;
  text-align: center;
  font-family: Ubuntu;
  font-size: 38px;
  font-weight: 700;
  line-height: 130%;
  /* 49.4px */
  margin-bottom: 60px;
}
.container .page_main .ProPage .layout .pro_main .product-detail .detail_info {
  display: flex;
  justify-content: space-between;
  gap: 0 5vw;
}
.container .page_main .ProPage .layout .pro_main .product-detail .detail_info .detail {
  max-width: 1000px;
}

.container .page_main .ProPage .layout .pro_main .product-detail .detail_info .detail p {
  /*color: #2A2B32;
  font-family: Ubuntu;
  font-size: 20px;
  font-weight: 700;*/
  line-height: 130%;
  margin-bottom: 20px;
}

.container .page_main .ProPage .layout .pro_main .product-detail .detail_info .detail p span{
    line-height: 1.3;
}

.container .page_main .ProPage .layout .pro_main .product-detail .detail_info .detail  td p {
    margin-bottom: 0;
}
/*.container .page_main .ProPage .layout .pro_main .product-detail .detail_info .detail span {
  color: #8C92AC;
  font-family: Source Han Sans SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}*/
.container .page_main .ProPage .layout .pro_main .product-detail .detail_info .detail .Short {
  padding-bottom: 60px;
}
.container .page_main .ProPage .layout .pro_main .product-detail .detail_info .detail .descriptions {
  margin-bottom: 60px;
}
.container .page_main .ProPage .layout .pro_main .product-detail .detail_info .detail .descriptions table {
  border: 1px solid #2A2B32;
  width: 100%;
}
.container .page_main .ProPage .layout .pro_main .product-detail .detail_info .detail .descriptions table tr td {
  padding: 10px 20px;
  border: 1px solid #2A2B32;
  color: #8C92AC;
  font-family: Source Han Sans SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.container .page_main .ProPage .layout .pro_main .product-detail .detail_info .detail .descriptions table tr td:first-child {
  color: #2A2B32;
  font-family: Source Han Sans SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.container .page_main .ProPage .layout .pro_main .product-detail .detail_info .detail .detail_img img {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}
.container .page_main .ProPage .layout .pro_main .product-detail .detail_info .pro_list {
  width: 300px;
}
.container .page_main .ProPage .layout .pro_main .product-detail .detail_info .pro_list h6 {
  color: #2A2B32;
  font-family: Source Han Sans SC;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.container .page_main .ProPage .layout .pro_main .product-detail .detail_info .pro_list ul li {
  margin-bottom: 10px;
}
.container .page_main .ProPage .layout .pro_main .product-detail .detail_info .pro_list ul li a {
  display: flex;
  align-items: center;
  gap: 0 15px;
}
.container .page_main .ProPage .layout .pro_main .product-detail .detail_info .pro_list ul li a .imgWarp {
  min-width: 120px;
  width: 120px;
  height: 120px;
}
.container .page_main .ProPage .layout .pro_main .product-detail .detail_info .pro_list ul li a .imgWarp img {
  width: 100%;
  height: 100%;
}
.container .page_main .ProPage .layout .pro_main .product-detail .detail_info .pro_list ul li a .info .title {
  color: #2A2B32;
  font-family: Source Han Sans SC;
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
  /* 18.2px */
  text-transform: capitalize;
  margin-bottom: 10px;
}
.container .page_main .ProPage .layout .pro_main .product-detail .detail_info .pro_list ul li a .info .desc {
  color: #8C92AC;
  font-family: Ubuntu;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  /* 21px */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container .page_main .ProPage .layout .pro_main .product-detail .detail_info .pro_list ul li a .info .desc span{
      font-size: 14px !important;
}
.container .page_main .ProPage .layout .pro_main .product-detail .detail_info .pro_list ul li a:hover {
  text-decoration: none;
}
.container .new_detail {
  background-image: none;
}
.container .footer {
  background: #EFF7FD;
  padding: 100px 0;
}
.container .footer .web_footer .foot_logo {
  max-height: 50px;
  margin-bottom: 20px;
}
.container .footer .web_footer .foot_logo img {
  height: 100%;
}
.container .footer .web_footer .foot_info {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
  margin-bottom: 20px;
}
.container .footer .web_footer .foot_info li {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.container .footer .web_footer .foot_info li .info {
  color: #355395;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.container .footer .web_footer .foot_info li .info a {
  color: #355395;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.container .footer .web_footer .foot_info li .info a:hover {
  text-decoration: none;
}
.container .footer .web_footer .foot_sns {
  display: flex;
  align-items: center;
  gap: 0 6px;
  cursor: pointer;
  font-weight: bold;
  color: #55687D;
}
.container .footer .sj-footer {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: #1c1c1c;
  padding: 1vw 0;
  box-sizing: border-box;
  z-index: 999;
}
.container .footer .sj-footer ul {
  width: 96%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .footer .sj-footer ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 3vw;
}
.container .footer .sj-footer ul li a svg path {
  fill: #fff;
}
.container .footer .sj-footer ul li a:hover {
  text-decoration: none;
}
.container .footer .sj-footer ul #f-logo .imgWarp {
  width: 10vw;
}
.container .footer .sj-footer ul #f-logo .imgWarp img {
  width: 100%;
}
.container .fixed-nav {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  -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: rgba(173, 173, 173, 0.2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff, endColorstr=#e5ffffff);
  box-shadow: 1px 0 1px rgba(0, 0, 0, 0.3);
}
.container .fixed-nav .Warpper .web_nav ul li a {
  color: #3a3a3a;
  transition: all 0.5s;
}
.container .fixed-nav .Warpper .web_nav ul li a b::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 4px solid #202020;
  border-top-width: 5px;
  border-bottom: 0;
  border-left-color: transparent;
  border-right-color: transparent;
  vertical-align: middle;
  transition: all 0.5s;
}
.container .fixed-nav .Warpper .web_nav ul li:hover > a {
  color: #0682FF;
}
.container .fixed-nav .Warpper .web_nav ul .nav-current > a {
  color: #0682FF;
}
.container .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;
}
/*product photos*/
.product-intro {
  position: relative;
  overflow: hidden;
}
.cloud-zoom-lens {
  border: 1px solid #eee;
  cursor: move;
}
.cloud-zoom-title {
  position: absolute !important;
  background-color: #000;
  color: #fff;
  padding: 3px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  top: 0px;
}
.cloud-zoom-big {
  overflow: hidden;
  padding: 0px;
}
.cloud-zoom-loading {
  color: white;
  background: #222;
  padding: 3px;
  border: 1px solid #000;
}
.product-view .swiper-slide {
  padding-bottom: 1px;
}
.product-view .product-image.zoom_remove:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 999;
}
.product-view {
  position: relative;
  width: 40.6%;
  float: left;
}
.product-view .product-image {
  position: relative;
  border: 1px solid #ddd;
  height: 500px;
}
.product-view .product-image #wrap{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.product-view .product-image #wrap .cloud-zoom{
    width: 100%;
    height: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.product-view .product-image #wrap  .mousetrap{
    width: 100% !important;
    height: 100%;
}
.product-view .product-image #wrap .cloud-zoom-big{
    width: 100% !important;
    height: 100%;
}


.product-view .product-image img {
  position: relative;
  width: auto !important;
  height: 100%;
}
.product-view .image-additional-wrap {
  position: relative;
  z-index: 999;
  margin-top: 34px;
  width: 83%;
  margin: 0 auto;
}
.product-view .image-additional {
  position: relative;
  margin: 20px 0px;
  overflow: hidden;
}
.product-view .image-additional li {
  position: relative;
  width: 100%;
  float: left;
  overflow: visible;
}
.product-view .image-additional li.single {
  display: none;
}
.product-view .image-additional li img {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #c0c0c0;
  padding: 1px;
}
.product-view .image-additional li a {
  display: block;
  position: relative;
  padding: 0 5%;
}
.product-view .image-additional li.current img {
  border: 1px solid #000;
  padding: 0;
}
.product-view .image-additional img.popup {
  display: none;
}
.ad_prompt {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 100%;
  line-height: 40px;
  margin: -20px 0 0;
  text-align: center;
  color: #ff6f00;
  font-size: 20px;
  -webkit-animation: twinkling 1s infinite ease-in-out;
  animation: twinkling 1s infinite ease-in-out;
  display: none;
}
.product-view .image-additional.swiper-container-horizontal > .swiper-pagination-bullets {
  display: none;
}
.product-view .swiper-button-next,
.product-view .swiper-button-prev {
  width: 40px;
  height: 40px;
  opacity: 1;
  line-height: 30px;
  font-size: 28px;
  background: none;
}
.product-view .swiper-button-prev,
.product-view .swiper-container-rtl .swiper-button-next {
  left: -50px;
}
.product-view .swiper-button-next,
.product-view .swiper-container-rtl .swiper-button-prev {
  right: -50px;
}
.navigate_button_prev::after {
  content: '';
  background-image: url(/wp-content/themes/global/static/img/index/prev01.png);
  width: 40px;
  height: 40px;
  opacity: 0.6;
}
.navigate_button_prev:hover::after {
  opacity: 1;
}
.navigate_button_next::after {
  content: '';
  background-image: url(/wp-content/themes/global/static/img/index/next01.png);
  width: 40px;
  height: 40px;
  opacity: 0.6;
}
.navigate_button_next:hover::after {
  opacity: 1;
}
/*product summary*/
.product-summary {
  position: relative;
  width: 53%;
  float: right;
  padding: 0 0 10px;
  color: #666;
  font-size: 13px;
}
#inquiry_form {
  width: 30vw;
  min-width: 500px;
  display: none;
}
.form_title {
  font-size: 18px;
  color: #fff;
  line-height: 3.5;
  background: #0682FF;
  padding: 0 15px;
  font-weight: normal;
}
#form {
  background-color: #fff;
  padding: 0 22px 22px 22px;
  font-family: Source Han Sans SC;
}
#form .list {
  margin-bottom: 15px;
}
#form .list p {
  color: #2A2B32;
  font-size: 18px;
  line-height: 2;
}
#form .list p span {
  color: #FF4236;
}
#form .list input {
  width: 100%;
  line-height: 3;
  padding-left: 10px;
  box-sizing: border-box;
}
#form .list input::placeholder {
  font-size: 16px;
}
#form .list textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  line-height: 2;
  resize: none;
  height: 120px;
}
#form .list textarea::placeholder {
  font-size: 16px;
}
#form #submit {
  width: 30%;
  color: #fff;
  background-color: #0682FF;
  border: none;
  line-height: 3;
  font-size: 16px;
  margin-bottom: 15px;
  cursor: pointer;
}
.sidebarWarpper {
  position: fixed;
  right: 0;
  bottom: 200px;
  transform: translateX(260px);
  z-index: 99;
  transition: all 0.5s;
}
.sidebarWarpper .sidebar ul {
  width: 300px;
}
.sidebarWarpper .sidebar ul li {
  background-color: #0682FF;
  margin-bottom: 8px;
  padding: 8px;
  display: flex;
  align-items: center;
  border-radius: 10px 0 0 10px ;
}
.sidebarWarpper .sidebar ul li .imgWarp {
  width: 24px;
  height: 24px;
}
.sidebarWarpper .sidebar ul li .imgWarp img {
  width: 100%;
  height: 100%;
}
.sidebarWarpper .sidebar ul li .info {
  flex: 1 auto;
  margin-left: 20px;
}
.sidebarWarpper .sidebar ul li .info a {
  font-size: 14px;
  color: #fff;
}
.sidebarWarpper .sidebar ul li .info p {
  line-height: 30px;
  font-size: 14px;
  color: #fff;
}
.sidebarWarpper .sidebar ul li .info .ewm {
  width: 150px;
  height: 150px;
}
.sidebarWarpper .sidebar ul li .info .ewm img {
  width: 100%;
  height: 100%;
}
.sidebarWarpper .sidebar ul .ewmWarp {
  display: flex;
  align-items: flex-start;
  height: 40px;
  overflow: hidden;
  padding: 0;
  transition: all 0.5s;
}
.sidebarWarpper .sidebar ul .ewmWarp .imgWarp {
  margin: 8px 0 8px 8px;
}
.sidebarWarpper .sidebar ul .ewmWarp .info {
  display: flex;
  flex-direction: column;
}
.sidebarWarpper .sidebar ul .ewmWarp .info p {
  line-height: 40px;
}
.sidebarWarpper:hover {
  transform: translateX(0);
  transition: all 0.5s;
}
.sidebarWarpper:hover .sidebar ul .ewmWarp {
  height: 210px;
  transition: all 0.5s;
}
@media screen and (max-width: 1440px) {
  .layout {
    width: 87vw;
  }
  .container .index_head .Warpper .web_nav {
    flex: 0 55%;
  }
  .container .index_head .Warpper .web_nav ul {
    width: 100%;
  }
  .container .index_head .Warpper .head_form {
    flex: 0 20%;
  }
  .container .page_main .OemPage .oem_detection {
    gap: 0 10px;
  }
  .container .page_main .OemPage .oem_detection .left {
    flex: 0 50%;
  }
  .container .page_main .OemPage .oem_detection .left .hd_title {
    font-size: 45px;
  }
  .container .page_main .OemPage .oem_custom ul {
    gap: 25px;
  }
  .container .page_main .OemPage .oem_service .packaging ul,
  .container .page_main .OemPage .oem_service .loading ul {
    gap: 25px;
  }
  .container .page_main .AppPage .hd_title {
    font-size: 28px;
  }
  .container .page_main .AppPage .app_scene ul li p {
    font-size: 20px;
  }
  .container .page_main .AppPage .app_usage .Usage {
    gap: 25px;
  }
  .container .page_main .AboutPage .about_honor ul {
    gap: 20px ;
  }
  .container .page_main .NewsPage .main ul li a .news_info .news_desc {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 1280px) {
  .layout {
    width: 92vw;
  }
  .container .hd_title {
    font-size: 45px;
  }
  .container .index_head .Warpper .logo {
    flex: 0 15%;
  }
  .container .index_head .Warpper .web_nav {
    flex: 0 55%;
  }
  .container .index_head .Warpper .web_nav ul {
    gap: 0 20px;
  }
  .container .index_head .Warpper .head_form {
    flex: 0 25%;
  }
  .container .index_head .Warpper .head_form .inquiry_btn {
    max-width: 90px;
  }
  .container .index_main .index_news .news_items li a .news_desc .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
  }
  .container .index_main .index_news .news_items li a .news_desc .desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .container .index_main .index_news .news_items li a .news_desc .detail {
    padding: 5px 15px;
  }
  .container .index_main .index_service ul li .right h3 {
    font-size: 30px;
  }
  .container .index_main .index_service ul li .right p {
    font-size: 18px;
  }
  .container .index_main .index_products > ul > li .pro_detail .left .btnWarp .detail_btn {
    padding: 5px 15px;
    gap: 15px;
  }
  .container .index_main .index_faq ul li .question p {
    font-size: 18px;
  }
  .container .page_main .OemPage .oem_custom ul {
    gap: 20px;
  }
  .container .page_main .OemPage .oem_service .packaging ul,
  .container .page_main .OemPage .oem_service .loading ul {
    gap: 20px;
  }
  .container .page_main .AppPage .hd_title {
    font-size: 28px;
  }
  .container .page_main .AppPage .app_usage .Usage {
    gap: 20px;
  }
  .container .page_main .AboutPage .about_honor ul {
    gap: 15px ;
  }
  .container .page_main .NewsPage .main ul li a .news_info .news_desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .container .page_main .ProPage .layout .main {
    width: calc(100% - 280px);
  }
  .container .page_main .ProPage .layout .main ul li a .info .title {
    font-size: 17px;
  }
  .container aside {
    width: 250px;
  }
}
@media screen and (max-width: 950px) {
    .container .index_main .index_products > ul > li .pro_detail{
        align-items: normal
    }
 .container .index_main .index_products > ul > li .pro_detail .right{
      width: 300px;
      height: 300px;
  }
  .container .index_main .index_products > ul > li .pro_detail .right .imgWarp {
  max-width: 300px;
  height: 300px;
 }
    .container .AppPage .hd_desc{
        margin-top: 0;
    }
    .product-view .product-image{
        height: 400px;
    }
  .container .hd_title {
    padding-bottom: 30px;
    font-size: 32px;
  }
  .container .index_head .layout {
    display: none;
  }
  .container .index_about .Warpper {
    flex-direction: column;
    gap: 30px 0;
  }
  .container .index_main {
    padding: 8vw 0 90px 0;
  }
  .container .index_main .index_products > ul > li {
    flex: 100%;
    padding: 15px;
  }
  .container .index_main .index_products > ul > li .pro_detail {
    flex-direction: column-reverse;
  }
  .container .index_main .index_products > ul > li .pro_detail .left ul {
    max-width: none;
    padding: 10px;
    margin-bottom: 90px;
  }
  .container .index_main .index_products > ul > li .pro_detail .left .btnWarp{
      bottom: 20px;
  }
  .container .index_main .index_products > ul > li .pro_detail .left ul li {
    text-align: left;
  }
  .container .index_main .index_service ul li {
    flex-direction: column-reverse;
  }
  .container .index_main .index_service ul li:nth-child(2),
  .container .index_main .index_service ul li:nth-child(4) {
    flex-direction: column-reverse;
  }
  .container .index_main .index_service ul li .right {
    padding: 10px;
  }
  .container .index_main .index_service ul li .right h3 {
    font-size: 23px;
    margin-bottom: 10px;
  }
  .container .index_main .index_service ul li .right p {
    font-size: 16px;
  }
  .container .index_main .index_comment .Warp .comment_swiper .swiper-button-prev {
    left: -18px;
  }
  .container .index_main .index_comment .Warp .comment_swiper .swiper-button-next {
    right: -18px;
  }
  .container .index_main .index_news .news_items li {
    flex: 0 48%;
  }
  .container .index_main .index_news .news_items li a {
    flex-direction: column;
  }
  .container .index_main .index_news .news_items li a .news_img {
    min-width: 0;
  }
  .container .index_main .index_news .news_items li a .news_desc {
    margin-top: 10px;
  }
  .container .index_main .index_news .news_items li a .news_desc .title {
    font-weight: normal;
    font-size: 16px;
  }
  .container .index_main .index_news .news_items li a .news_desc .desc {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .container .page_main .OemPage .oem_detection {
    flex-direction: column;
    padding: 50px 0;
  }
  .container .page_main .OemPage .oem_detection .left {
    margin-bottom: 15px;
  }
  .container .page_main .OemPage .oem_detection .left .hd_title {
    font-size: 30px;
  }
  .container .page_main .OemPage .oem_detection .left .info p {
    padding: 0;
    font-size: 18px;
  }
  .container .page_main .OemPage .oem_custom {
    padding: 50px 0;
  }
  .container .page_main .OemPage .oem_custom .hd_title .hd_desc {
    width: auto;
  }
  .container .page_main .OemPage .oem_custom ul {
    gap: 15px 0px;
    justify-content: space-between;
  }
  .container .page_main .OemPage .oem_custom ul li {
    flex: 0 49%;
  }
  .container .page_main .OemPage .oem_service .packaging,
  .container .page_main .OemPage .oem_service .loading {
    padding-bottom: 50px;
  }
  .container .page_main .OemPage .oem_service .packaging ul,
  .container .page_main .OemPage .oem_service .loading ul {
    gap: 15px 0;
    justify-content: space-between;
  }
  .container .page_main .OemPage .oem_service .packaging ul li,
  .container .page_main .OemPage .oem_service .loading ul li {
    flex: 0 49%;
  }
  .container .page_main .AppPage .hd_title {
    font-size: 24px;
    width: auto;
  }
  .container .page_main .AppPage .app_scene {
    margin-bottom: 80px;
  }
  .container .page_main .AppPage .app_scene ul {
    gap: 15px 0 ;
    flex-wrap: wrap;
  }
  .container .page_main .AppPage .app_scene ul li {
    flex: 0 49%;
  }
  .container .page_main .AppPage .app_scene ul li p {
    font-size: 20px;
  }
  .container .page_main .AppPage .app_usage .Usage {
    gap: 25px 0;
    justify-content: space-between;
  }
  .container .page_main .AppPage .app_usage .Usage li {
    flex: 0 48%;
  }
  .container .page_main .AppPage .app_usage .Usage li:nth-child(5),
  .container .page_main .AppPage .app_usage .Usage li:nth-child(6),
  .container .page_main .AppPage .app_usage .Usage li:nth-child(7) {
    flex: 0 48%;
  }
  .container .page_main .AboutPage .main_banner .title {
    font-size: 30px;
  }
  .container .page_main .AboutPage .index_about {
    padding-bottom: 80px;
  }
  .container .page_main .AboutPage .about_honor ul {
    gap: 15px 0 ;
    justify-content: space-between;
  }
  .container .page_main .AboutPage .about_honor ul li {
    flex: 0 48%;
    max-width: 48%;
  }
  
  .container .page_main .AboutPage .about_honor ul li:nth-child(5),
.container .page_main .AboutPage .about_honor ul li:nth-child(6) {
    flex: 0 48%;
    max-width: 48%;
}
  .container .page_main .NewsPage .new_aside {
    display: none;
  }
  .container .page_main .NewsPage .main {
    width: 100%;
  }
  .container .page_main .NewsPage .main ul li a {
    gap: 0 15px;
  }
  .container .page_main .NewsPage .main ul li a .news_img {
    flex: 0 40%;
  }
  .container .page_main .NewsPage .main ul li a .news_info .news_title {
    font-size: 16px;
  }
  .container .page_main .NewsPage .main ul li a .news_info .date {
    margin: 5px 0;
  }
  .container .page_main .NewsPage .main ul li a .news_info .news_desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .container .page_main .NewsPage .New_main .new_desc img {
    width: 100%;
    max-width: 300px;
  }
  .container .page_main .ProPage .layout {
    display: block;
  }
  .container .page_main .ProPage .layout .main {
    width: 100%;
  }
  .container .page_main .ProPage .layout .main ul {
    gap: 0;
    justify-content: space-between;
  }
  .container .page_main .ProPage .layout .main ul li {
    flex: 0 48%;
    margin-bottom: 20px;
  }
  .container .page_main .ProPage .layout .main ul li a .imgWarpper {
    width: 100%;
    height: 230px;
    max-width: none;
  }
  .container .page_main .ProPage .layout .main ul li a .imgWarpper img{
      height: auto;
  }
  .container .page_main .ProPage .layout .main ul li a .info .desc {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s;
    margin-bottom: 10px;
  }
  .container .page_main .ProPage .layout .pro_main .product-intro .product-view {
    width: 100%;
  }
  .container .page_main .ProPage .layout .pro_main .product-intro .product-summary {
    width: 100%;
  }
  .container .page_main .ProPage .layout .pro_main .product-intro .product-summary .product-meta .title {
    font-size: 20px;
  }
  .container .page_main .ProPage .layout .pro_main .product-detail {
    margin-top: 50px ;
  }
  .container .page_main .ProPage .layout .pro_main .product-detail .detail_title {
    font-size: 30px;
  }
  .container .page_main .ProPage .layout .pro_main .product-detail .detail_info .pro_list {
    display: none;
  }
  .container .page_main .ProPage .layout .pro_main .product-detail .detail_info .detail {
    width: 100%;
  }
  .container .page_main .ProPage .layout .pro_main .product-detail .detail_info .detail .descriptions {
    overflow-x: scroll;
  }
  .container .page_main aside {
    display: none;
  }
  .container .footer {
    padding: 0;
  }
  .container .footer .layout {
    display: none;
  }
  .container .footer .sj-footer {
    display: block;
  }
  #inquiry_form {
    width: 85vw;
    min-width: 0;
  }
  .mobile-head-aside .content-wrap .aside-wrap ul > li {
    position: relative;
  }
  .mobile-head-aside .content-wrap .aside-wrap ul > li a {
    font-size: 15px;
  }
  .mobile-head-aside .content-wrap .aside-wrap ul > li b {
    cursor: pointer;
    position: absolute;
    right: 30px;
    color: #2A2B32;
    line-height: 12px;
    font-size: 12px;
    top: 10px;
    transition: all 0.5s;
    transform-origin: center;
  }
  .mobile-head-aside .content-wrap .aside-wrap ul > li ul {
    display: none;
  }
  .mobile-head-aside .content-wrap .aside-wrap ul > li ul > li {
    padding-left: 10px;
  }
  .mobile-head-aside .content-wrap .aside-wrap ul > li ul > li a {
    font-size: 14px;
  }
  .mobile-head-nav .content-wrap ul > li {
    padding: 10px 0;
    border-bottom: 1px solid #f2f2f2;
  }
  .mobile-head-nav .content-wrap ul > li a {
    font-size: 17px;
    text-transform: capitalize;
  }
  .mobile-head-nav .content-wrap ul > li ul {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .container .page_main .NewsPage .main ul li a {
    flex-direction: column;
    gap: 10px 0;
  }
  .container .page_main .NewsPage .main ul li a .news_img {
    width: 100%;
  }

}
@media screen and (max-width: 950px) {
  .mobile-head-item .title:before {
    font-family: "fontawesome";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
  }
  .mobile-body-mask {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
  }
  .mobile-ico-close {
    width: 30px;
    height: 30px;
    background: #fff url(../img/mobile_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;
  }
  .mobile-head-items {
    position: fixed;
    top: 0;
    left: 0;
    background: #161622;
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: left;
    display: block;
    z-index: 999;
  }
  .mobile-head-item {
    float: left;
    width: 45px;
  }
  .mobile-head-item.mobile-head-aside {
    float: right;
  }
  .mobile-head-item .title {
    width: 100%;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .mobile-head-item .title a {
    position: relative;
    display: block;
    color: #FFF;
  }
  .mobile-head-item.mobile-head-home .title a:before {
    content: '\f015';
  }
  .mobile-head-item.mobile-head-nav .title:before {
    content: '\f0c9';
  }
  .mobile-head-item.mobile-head-language .title:before {
    content: "\f1ab";
  }
  .mobile-head-item.mobile-head-search .title:before {
    content: "\f002";
  }
  .mobile-head-item.mobile-head-social .title:before {
    content: "\f007";
  }
  .mobile-head-item.mobile-head-aside .title:before {
    content: "\f060";
  }
  .mobile-head-item .main-content-wrap {
    background: #FFF;
    top: 0;
    display: block;
    z-index: 99999;
  }
  .mobile-head-item .main-content-wrap .content-wrap {
    overflow-y: auto;
    height: 100%;
    padding: 15px 10px;
    background-color: #fff;
  }
  .mobile-head-item .main-content-wrap.middle-content-wrap .content-wrap {
    overflow-y: hidden;
  }
  .mobile-head-item .side-content-wrap {
    position: fixed;
    display: block;
    left: -70%;
    width: 70%;
    height: 100%;
  }
  .mobile-head-item .middle-content-wrap {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    padding: 20px 0;
    opacity: 0;
    visibility: hidden;
  }
  .mobile-head-item .middle-show-content-wrap {
    top: 30px;
    visibility: visible;
    opacity: 1;
  }
  .index_head .btn--search {
    right: 0;
    top: -20px;
    margin: 0;
  }
  .index_head .head-search {
    display: none;
  }
  .head-search {
    position: relative;
    width: 90%;
    height: 35px;
    background: #000;
    margin: 0 auto;
  }
  .head-search .search-ipt {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #FFF;
    padding: 0 10px;
  }
  .head-search .search-btn {
    position: absolute;
    width: 35px;
    height: 100%;
    background: url(../img/search_btn_mobile.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: #FF6B00;
  -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: #333;
  font-weight: bold;
}
.web-search .search-ipt::-moz-placeholder {
  opacity: 1;
  color: #333;
  font-weight: bold;
}
.web-search .search-ipt:-ms-input-placeholder {
  color: #333;
  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
            ----------------------------------*/
/*-------------------------------
language  start
----------------------------------*/
.prisna-wp-translate-seo {
  display: none;
  font-family: Arial, Helvetica, sans-serif;
}
.mobile-head-language .prisna-wp-translate-seo,
.change-language .prisna-wp-translate-seo {
  display: block;
}
.change-language .change-language-title,
.change-language .change-language-title a {
  color: #333;
  font-size: 10pt;
}
.change-language .change-language-title a:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border: 4px solid #333;
  border-top-width: 5px;
  border-bottom: 0;
  border-left-color: transparent;
  border-right-color: transparent;
  vertical-align: middle;
}
.change-language:hover .change-language-title a:after {
  -moz-transform: rotate(-360deg);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.change-language .change-language-cont {
  position: absolute;
  top: 36px;
  right: 0;
  width: 360px;
  background: #FFF;
  padding: 20px 10px 20px 20px;
  transform: scale3d(0.9, 0.9, 1);
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #eee;
  border-radius: 5px;
  overflow-y: scroll;
  max-height: 80vh;
}
.change-language:hover .change-language-cont {
  transform: scale3d(1, 1, 1);
  opacity: 1;
  visibility: visible;
}
.change-language .change-language-cont li {
  display: inline-block;
  vertical-align: top;
  width: 29%;
  margin: 0 0 10px;
  font-size: 10pt;
  overflow: hidden;
  padding: 0 10px 0 0;
}
.change-language .change-language-cont li a:hover {
  color: #e60011;
}
.change-language .change-language-cont .lang-item-hide {
  display: none !important;
}
.change-language .change-language-cont .lang-more {
  position: relative;
  display: block;
  text-align: center;
  cursor: pointer;
  line-height: 30px;
}
.change-language .change-language-cont .more-active {
  font-size: 20px;
}
.language-flag span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  white-space: nowrap;
  padding: 0 0 0 33px;
  overflow: hidden;
}
.change-language ::-webkit-scrollbar {
  width: 5px;
}
.change-language ::-webkit-scrollbar-track {
  background-color: #fff;
}
.change-language ::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}
.change-language .language-cont:hover::-webkit-scrollbar-thumb {
  display: block;
}
.language-flag .country-flag {
  position: absolute;
  left: 0;
  top: 50%;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  background-repeat: no-repeat;
  background-image: url(../img/all-m.gif);
  width: 22px;
  height: 16px;
  margin: -8px 5px 0;
}
li.language-flag a {
  position: relative;
}
.language-flag-af .country-flag {
  background-position: 0 0 !important;
}
.language-flag-sq .country-flag {
  background-position: 0 -16px !important;
}
.language-flag-ar .country-flag {
  background-position: 0 -32px !important;
}
.language-flag-hy .country-flag {
  background-position: 0 -48px !important;
}
.language-flag-az .country-flag {
  background-position: 0 -64px !important;
}
.language-flag-eu .country-flag {
  background-position: 0 -80px !important;
}
.language-flag-be .country-flag {
  background-position: 0 -96px !important;
}
.language-flag-bg .country-flag {
  background-position: 0 -112px !important;
}
.language-flag-ca .country-flag {
  background-position: 0 -128px !important;
}
.language-flag-zh .country-flag {
  background-position: 0 -144px !important;
}
.language-flag-zh-TW .country-flag {
  background-position: 0 -160px !important;
}
.language-flag-hr .country-flag {
  background-position: 0 -176px !important;
}
.language-flag-cs .country-flag {
  background-position: 0 -192px !important;
}
.language-flag-da .country-flag {
  background-position: 0 -208px !important;
}
.language-flag-nl .country-flag {
  background-position: 0 -240px !important;
}
.language-flag-en .country-flag {
  background-position: 0 -256px !important;
}
.language-flag-et .country-flag {
  background-position: 0 -272px !important;
}
.language-flag-tl .country-flag {
  background-position: 0 -288px !important;
}
.language-flag-fi .country-flag {
  background-position: 0 -304px !important;
}
.language-flag-fr .country-flag {
  background-position: 0 -320px !important;
}
.language-flag-gl .country-flag {
  background-position: 0 -336px !important;
}
.language-flag-ka .country-flag {
  background-position: 0 -352px !important;
}
.language-flag-de .country-flag {
  background-position: 0 -368px !important;
}
.language-flag-el .country-flag {
  background-position: 0 -384px !important;
}
.language-flag-ht .country-flag {
  background-position: 0 -400px !important;
}
.language-flag-iw .country-flag {
  background-position: 0 -416px !important;
}
.language-flag-hi .country-flag,
.language-flag-te .country-flag,
.language-flag-kn .country-flag,
.language-flag-ta .country-flag,
.language-flag-gu .country-flag {
  background-position: 0 -432px !important;
}
.language-flag-hu .country-flag {
  background-position: 0 -448px !important;
}
.language-flag-is .country-flag {
  background-position: 0 -464px !important;
}
.language-flag-id .country-flag {
  background-position: 0 -480px !important;
}
.language-flag-ga .country-flag {
  background-position: 0 -496px !important;
}
.language-flag-it .country-flag {
  background-position: 0 -512px !important;
}
.language-flag-ja .country-flag {
  background-position: 0 -528px !important;
}
.language-flag-ko .country-flag {
  background-position: 0 -544px !important;
}
.language-flag-la .country-flag {
  background-position: 0 -560px !important;
}
.language-flag-lv .country-flag {
  background-position: 0 -576px !important;
}
.language-flag-lt .country-flag {
  background-position: 0 -592px !important;
}
.language-flag-mk .country-flag {
  background-position: 0 -608px !important;
}
.language-flag-ms .country-flag {
  background-position: 0 -624px !important;
}
.language-flag-mt .country-flag {
  background-position: 0 -640px !important;
}
.language-flag-no .country-flag {
  background-position: 0 -656px !important;
}
.language-flag-fa .country-flag {
  background-position: 0 -672px !important;
}
.language-flag-pl .country-flag {
  background-position: 0 -688px !important;
}
.language-flag-pt .country-flag {
  background-position: 0 -704px !important;
}
.language-flag-ro .country-flag {
  background-position: 0 -720px !important;
}
.language-flag-ru .country-flag {
  background-position: 0 -736px !important;
}
.language-flag-sr .country-flag {
  background-position: 0 -752px !important;
}
.language-flag-sk .country-flag {
  background-position: 0 -768px !important;
}
.language-flag-sl .country-flag {
  background-position: 0 -784px !important;
}
.language-flag-es .country-flag {
  background-position: 0 -800px !important;
}
.language-flag-sw .country-flag {
  background-position: 0 -816px !important;
}
.language-flag-sv .country-flag {
  background-position: 0 -832px !important;
}
.language-flag-th .country-flag {
  background-position: 0 -848px !important;
}
.language-flag-tr .country-flag {
  background-position: 0 -864px !important;
}
.language-flag-uk .country-flag {
  background-position: 0 -880px !important;
}
.language-flag-ur .country-flag {
  background-position: 0 -896px !important;
}
.language-flag-vi .country-flag {
  background-position: 0 -912px !important;
}
.language-flag-cy .country-flag {
  background-position: 0 -928px !important;
}
.language-flag-yi .country-flag {
  background-position: 0 -944px !important;
}
.language-flag-bn .country-flag {
  background-position: 0 -960px !important;
}
.language-flag-eo .country-flag {
  background-position: 0 -976px !important;
}
.language-flag.language-flag-custom-afghanistan .country-flag {
  background-position: 0 -992px !important;
}
.language-flag.language-flag-custom-albania .country-flag {
  background-position: 0 -1008px !important;
}
.language-flag.language-flag-custom-algeria .country-flag {
  background-position: 0 -1024px !important;
}
.language-flag.language-flag-custom-argentina .country-flag {
  background-position: 0 -1040px !important;
}
.language-flag.language-flag-custom-australia .country-flag {
  background-position: 0 -1056px !important;
}
.language-flag.language-flag-custom-austria .country-flag {
  background-position: 0 -1072px !important;
}
.language-flag.language-flag-custom-belgium .country-flag {
  background-position: 0 -1088px !important;
}
.language-flag.language-flag-custom-brazil .country-flag {
  background-position: 0 -1104px !important;
}
.language-flag.language-flag-custom-canada .country-flag {
  background-position: 0 -1120px !important;
}
.language-flag.language-flag-custom-chile .country-flag {
  background-position: 0 -1136px !important;
}
.language-flag.language-flag-custom-cote-d-ivoire .country-flag {
  background-position: 0 -1152px !important;
}
.language-flag.language-flag-custom-ecuador .country-flag {
  background-position: 0 -1168px !important;
}
.language-flag.language-flag-custom-egypt .country-flag {
  background-position: 0 -1184px !important;
}
.language-flag.language-flag-custom-england .country-flag {
  background-position: 0 -1200px !important;
}
.language-flag.language-flag-custom-luxembourg .country-flag {
  background-position: 0 -1216px !important;
}
.language-flag.language-flag-custom-malaysia .country-flag {
  background-position: 0 -1232px !important;
}
.language-flag.language-flag-custom-mexico .country-flag {
  background-position: 0 -1248px !important;
}
.language-flag.language-flag-custom-new-zealand .country-flag {
  background-position: 0 -1264px !important;
}
.language-flag.language-flag-custom-oman .country-flag {
  background-position: 0 -1280px !important;
}
.language-flag.language-flag-custom-qatar .country-flag {
  background-position: 0 -1296px !important;
}
.language-flag.language-flag-custom-saudi-arabia .country-flag {
  background-position: 0 -1312px !important;
}
.language-flag.language-flag-custom-singapore .country-flag {
  background-position: 0 -1328px !important;
}
.language-flag.language-flag-custom-south-africa .country-flag {
  background-position: 0 0 !important;
}
.language-flag.language-flag-custom-switzerland .country-flag {
  background-position: 0 -1344px !important;
}
.language-flag.language-flag-custom-syria .country-flag {
  background-position: 0 -1360px !important;
}
.language-flag.language-flag-custom-united-arab-emirates .country-flag {
  background-position: 0 -1376px !important;
}
.language-flag.language-flag-custom-united-states-of-america .country-flag {
  background-position: 0 -1392px !important;
}
.language-flag-hy .country-flag {
  background-position: 0 -1408px;
}
.language-flag-bs .country-flag {
  background-position: 0 -1424px;
}
.language-flag-ceb .country-flag {
  background-position: 0 -1440px;
}
.language-flag-ny .country-flag {
  background-position: 0 -1456px;
}
.language-flag-ha .country-flag {
  background-position: 0 -1472px;
}
.language-flag-hmn .country-flag {
  background-position: 0 -1488px;
}
.language-flag-ig .country-flag {
  background-position: 0 -1504px;
}
.language-flag-jw .country-flag {
  background-position: 0 -1520px;
}
.language-flag-kk .country-flag {
  background-position: 0 -1536px;
}
.language-flag-km .country-flag {
  background-position: 0 -1552px;
}
.language-flag-lo .country-flag {
  background-position: 0 -1568px;
}
.language-flag-la .country-flag {
  background-position: 0 -1584px;
}
.language-flag-mg .country-flag {
  background-position: 0 -1600px;
}
.language-flag-ml .country-flag {
  background-position: 0 -1616px;
}
.language-flag-mi .country-flag {
  background-position: 0 -1632px;
}
.language-flag-mr .country-flag {
  background-position: 0 -1648px;
}
.language-flag-mn .country-flag {
  background-position: 0 -1664px;
}
.language-flag-my .country-flag {
  background-position: 0 -1680px;
}
.language-flag-ne .country-flag {
  background-position: 0 -1696px;
}
.language-flag-pa .country-flag {
  background-position: 0 -1712px;
}
.language-flag-st .country-flag {
  background-position: 0 -1728px;
}
.language-flag-si .country-flag {
  background-position: 0 -1744px;
}
.language-flag-so .country-flag {
  background-position: 0 -1760px;
}
.language-flag-su .country-flag {
  background-position: 0 -1776px;
}
.language-flag-tg .country-flag {
  background-position: 0 -1792px;
}
.language-flag-uz .country-flag {
  background-position: 0 -1808px;
}
.language-flag-yo .country-flag {
  background-position: 0 -1824px;
}
.language-flag-zu .country-flag {
  background-position: 0 -1840px;
}

.none{
    display: none;
}
/*-------------------------------
            language  end
            ----------------------------------*/
