/*div,p,span,a {
  font-family: "Helvetica" !important;
}*/
.marginAuto {
  width: 1320px;
  margin: 0 auto;
}
.banner-text {
  font-size: 48px;
  color: #ffffff;
  max-width: 960px;
  font-family: "Poppins-SemiBold";
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 99;
  height: 76px;
}
.header .marginAuto{
  height: 76px;
}
.header .logo1 {
  width: 150px;
}
.headerOn a{ color:  #000 !important;}
.header .logo2 {
  width: 150px;
  display: none;
}
.header .left img {
  width: 100%;
}
.header .right .cell{
  padding-left: 40px;
  height: 70px;
  position: relative;
}
.header .right .cell .min-menu {
  position: absolute;
  left: 30px;
  top: 70px;
  width: 201px;
  background: #ffffff;
  display: none;
  /* padding: 15px 0; */
}
.header .right .cell:hover .min-menu {
  display: block;
}
.header .right .cell .min-menu .min-cell {
  padding: 15px;
  font-family: "Poppins-Regular";
  font-size: 16px;
  color: #666666;
  cursor: pointer;
}
.header .right .cell .min-menu .min-cell:hover {
  color: #192F58;
}
.header .right .cell .cell-nav {

}
.header .right .cell .cell-nav .text{
  font-family: "Poppins-SemiBold";
  color: #ffffff;
  font-size: 16px;
    
}
.header .right .cell .cell-nav .text a{
  font-family: "Poppins-SemiBold";
  color: #ffffff;
  font-size: 16px;
}
/* .cell-nav */
.header .right .cell  .icon{
  width: 12px;
  height: 12px;
  margin-left: 4px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkgNS4yNUw2IDguMjVMMyA1LjI1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
}
/* .header .right .cell .cell-nav  {
  border-bottom: 1px solid #ffffff;
} */
.nav-menu{ display: none;}
.header .nav-menu {
  position: absolute;
  left: 0;
  top: 75px;
  right: 0;
  z-index: 100;
  background-color: #ffffff;
  min-height: 316px;
  border-top: 1px solid #F5F5F5;
}
.header .nav-menu .marginAuto{
  height: auto !important;
  padding-bottom: 24px !important;
}
.headerOn {
  background-color: #ffffff;
}
.headerOn .logo1 {
  display: none;
}
.headerOn .logo2 {
  display: block;
}
.headerOn .right .cell .cell-nav .text{
  color: #000000;
}
.headerOn .right .cell  .icon{
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkgNS4yNUw2IDguMjVMMyA1LjI1IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
}
.headerOn .right .cell .cell-nav:hover {
  border-bottom: 1px solid #000000;
}
.headerOn .right .cell .on {
  border-bottom: 1px solid #000000;
}
.nav-menu .menu-list .cell{
  padding-top: 48px;
  width: 25%;
  padding-right: 30px;
}
.nav-menu .menu-list .cell .label {
  padding-bottom: 12px;
}
.nav-menu .menu-list .cell .label a{
  font-size: 16px;
  color: #000000;
  font-family: "Poppins-SemiBold";
}
.nav-menu .menu-list .cell .value a{
  font-size: 14px;
  color: #666666;
  font-family: "Poppins-Regular";
}
.nav-menu .menu-list .cell .value a:hover{
  color: #192F58;
}
.banner .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background: rgba(255,255,255,0.50) !important;
  border-radius: 50% !important;
  opacity: 1 !important;
}
.banner .swiper-pagination-bullet-active {
  width: 10px !important;
  height: 10px !important;
  background: #ffffff !important;
  border-radius: 50% !important;
}
.banner .swiper-button-prev {
  width: 55px !important;
  height: 55px !important;
  background: rgba(0,0,0,0.15) !important;;
  border-radius: 55px !important;
  left: 30px !important;
  opacity: 1 !important;
  cursor: pointer !important;
}
.banner .swiper-button-next {
  width: 55px !important;
  height: 55px !important;
  background: rgba(0,0,0,0.15) !important;;
  border-radius: 55px !important;
  right: 30px !important;
  opacity: 1 !important;
  cursor: pointer !important;
}
.banner .swiper-button-prev:after, .banner .swiper-button-next:after {
  font-size: 18px !important;
  color: #ffffff !important;
}
.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover {
  background: rgba(0,0,0,0.35) !important;
}
.banner .swiper-button-disabled {
  pointer-events: auto !important;
}
.banner .swiper-pagination {
  bottom: 40px !important;
}
.banner {
  background-color: #ffffff;
}
.header .phone-menu {
  display: none;
}
.header .phone-menu .mobile-menu {
  width: 25px;
  height: 44px;
  position: relative;
  display: block;
  background: none;
  border: none
}

.header .phone-menu .menu-i {
  height: 1.5px;
  left: 0px;
  position: absolute;
  border-radius: 1px;
  font-style: normal;
  background-color: #ffffff;
  display: block;
  transition: all 0.5s
}
.headerOn .phone-menu .menu-i {
  background-color: #000;
}

.header .phone-menu .menu-i-1 {
  width: 25px;
  top: 13px
}

.header .phone-menu .menu-i-2 {
  width: 15px;
  top: 21px
}

.header .phone-menu .menu-i-3 {
  width: 25px;
  top: 29px
}

.header .phone-menu .mobileMenuOn {
  z-index: 1001
}

.header .phone-menu .mobileMenuOn .menu-i-1 {
  transform: translateY(8px) rotate(45deg);
  background-color: #fff
}

.header .phone-menu .mobileMenuOn .menu-i-2 {
  opacity: 0
}

.header .phone-menu .mobileMenuOn .menu-i-3 {
  transform: translateY(-8px) rotate(-45deg);
  background-color: #fff
}
.headerOn .phone-menu .mobileMenuOn .menu-i-1{
  background-color: #000
}
.headerOn .phone-menu .mobileMenuOn .menu-i-3{
  background-color: #000
}
.header .phone-menu .nav-open-noscroll {
  overflow: hidden !important;
  height: 100%
}

.header .phone-menu .mobile-nav-model {
  background: #fff;
  width: 100vw;
  height: calc(100vh - 54px);
  position: absolute;
  top: 54px;
  left: 0;
  display: none;
  box-shadow: none !important;
  z-index: 1000;
  overflow-y: auto
}

.header .phone-menu .mobile-nav-model .uk-close {
  color: #000
}
.header .phone-more-menu {
  background-color: #ffffff;
  position: fixed;
  right: 0;
  top: 48px;
  left: 0;
  bottom: 0;
  overflow: auto;
  display: none;
}
.phone-more-menu .pd {
}
.phone-more-menu .pd .cell {
  border-bottom: 1px solid #F5F5F5;
}
.phone-more-menu .pd .cell .cell-nav {
  padding: 20px 16px;
}
.phone-more-menu .pd .cell .cell-nav .text{
  font-size: 16px;
  color: #000000;
  font-family: "Poppins-SemiBold";
  flex: 1;
}


.phone-more-menu .pd .cell .cell-nav .text  a{   color: #000000 !important;  text-transform: capitalize;}
.phone-more-menu .pd .cell .cell-nav .down{
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1IDcuNUwxMCAxMi41TDUgNy41IiBzdHJva2U9IiMxRDIxMjkiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
}
.phone-more-menu .pd .cell .cell-nav .up{
  width: 20px;
  height: 20px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1IDEyLjVMMTAgNy41TDUgMTIuNSIgc3Ryb2tlPSIjMUQyMTI5IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
}
.phone-more-menu .pd .cell .cell-main {
  background: #f5f5f5;
  padding: 10px 40px;
}
.phone-more-menu .pd .cell .cell-main a{
  display: block;
  padding: 15px 0;
  color: #666666;
}



.phone-more-menu .pd .cell .cell-main .menu-cell {
  padding: 10px 0;
}
.phone-more-menu .pd .cell .cell-main .menu-cell .label{
  font-size: 14px;
  color: #000000;
  font-family: "Poppins-SemiBold";
}.phone-more-menu .pd .cell .cell-main .menu-cell .label a{
  font-size: 14px;   padding: 0px 0px !important;
  color: #000000;
  text-transform: capitalize;
  font-family: "Poppins-SemiBold";
}
.phone-more-menu .pd .cell .cell-main .menu-cell .value{
  font-size: 14px;
  color: #666666;
  font-family: "Poppins-Regular";
  padding-top: 8px;
}


.phone-more-menu .pd .cell .cell-main .menu-cell .value a{

  padding: 0px 0px !important;
}
.footer {
  background: #000000;
}
.footer-top {
  padding: 100px 0 60px 0;
}
.footer-top .logo img{
  max-width: 150px !important;
}
.footer-top .nav {
  width: 290px;
}
.footer-top .nav a{
  font-family: "Poppins-Regular";
  font-size: 16px;
  color: #ffffff;
  display: block;
  padding-bottom: 16px;
}
.footer-top .nav a:hover{
  color: rgba(255, 255, 255, 0.6);
}
.footer-top .contact {
  width: 444px;
}
.footer-top .contact .title{
  font-size: 20px;
  color: #ffffff;
  font-family: "Poppins-Bold";
  padding-bottom: 16px;
}
.footer-top .contact .text{
  color: rgba(255,255,255,0.50);
  font-size: 16px;
  font-family: "Poppins-Regular";
  line-height: 180%;
}
.texla a{ color: #000;}
.texla:hover{ color: #000;}
.texla a:hover{ text-decoration: underline;}
.mingg {  color: #fff;}
.mingg a:hover{ text-decoration: underline;}
.mingg {      justify-content: center;}
.footer-top .contact .text a{
  color: rgba(255,255,255,0.50);
  font-size: 16px;
  font-family: "Poppins-Regular";
  line-height: 180%;
}
.footer-top .contact .text a:hover{ color: #fff;}
.footer-bottom {
  border-top: 1px solid #202020;
  padding: 40px 0;

}
.mingg{     font-family: Poppins-Regular; }
.mingg a{ padding: 0 5px;  }
.footer-bottom .text{
  font-size: 16px;
  color: rgba(255,255,255,0.50);
  font-family: "Poppins-Regular";
}
.footer-bottom .text a{
  color: rgba(255,255,255,0.50);
}

.Products {
  background-color: #ffffff;
  padding: 120px 0;
}
.Products .p-main {
  position: relative;
}
.Products .p-swiper {
  padding-top: 60px;
}
.Products .p-main .p-title {
  font-size: 48px;
  color: #000000;
  font-family: "Poppins-Bold";
}


.Products .p-main .p-title a{
  color: #000000 !important;
}
.Products .p-main .p-title a:hover{   color: #192F58  !important;text-decoration: underline; }
.Products .p-main .cell .left {
  width: 424px;
  height: 672px;
  background: #f1f1f1;
  position: relative;
  overflow: hidden;
}
.Products .p-main .cell .left .l-p {
  padding: 50px;
}
.Products .p-main .cell .left .l-p .title{
  text-align: center;
  font-size: 24px;
  color: #000000;
  font-family: "Poppins-Bold";
  padding-bottom: 8px;
  /* overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow:ellipsis; */
}
.Products .p-main .cell .left .l-p .title  a{     color: #000000; }
.Products .p-main .cell .left .l-p .title  a:hover{ text-decoration: underline; }
.Products .p-main .cell .left .l-p .des{
  text-align: center;
  font-size: 18px;
  color: #000000;
  font-family: "Poppins-Regular";
  overflow:hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.Products .p-main .more {
  cursor: pointer;
}
.Products .p-main .more .text{
  font-size: 16px;
  color: #999999;
}

.Products .p-main .more .text a{ color: #999999; }
.Products .p-main .more .icon{
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNjkxOTQzMTI3MTg3IiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjQwMTQiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTgiIGhlaWdodD0iMTgiPjxwYXRoIGQ9Ik03NjUuNyA0ODYuOEwzMTQuOSAxMzQuN2MtNS4zLTQuMS0xMi45LTAuNC0xMi45IDYuM3Y3Ny4zYzAgNC45IDIuMyA5LjYgNi4xIDEyLjZsMzYwIDI4MS4xLTM2MCAyODEuMWMtMy45IDMtNi4xIDcuNy02LjEgMTIuNlY4ODNjMCA2LjcgNy43IDEwLjQgMTIuOSA2LjNsNDUwLjgtMzUyLjFjMTYuNC0xMi44IDE2LjQtMzcuNiAwLTUwLjR6IiBwLWlkPSI0MDE1IiBmaWxsPSIjOTk5OTk5Ij48L3BhdGg+PC9zdmc+");
  width: 9px;
  height: 12px;
  background-size: cover;
  margin-top: 2px;
  margin-left: 4px;
  /*transition: all 0.5s;
  transform: translateX(0px) scale(1);*/
}
.Products .p-main .cell .left img {
  position: absolute;
  max-width: 100%;
  right: 0;
  bottom: 0;
  transform: translateX(20px) scale(1);
  transition: all 0.5s;
}
.Products .p-main .cell .left:hover {
}
.Products .p-main .cell .left:hover img{
  /*box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);*/
  transform: translateX(0px) scale(1);
}
.Products .p-main .cell .left:hover .more .text{
  color: #192F58;
}
.Products .p-main .cell .left:hover .more .text a{   color: #192F58; }
.Products .p-main .cell .left:hover .more .icon{
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxMyAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuNSAxMy4xNjY1TDguNSA5LjE2NjVMNC41IDUuMTY2NSIgc3Ryb2tlPSIjMTkyRjU4IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
}
.Products .p-main .cell .right .right-top{
  margin-left: 24px;
  height: 324px;
  background: #f1f1f1;
  width: 100%;
  position: relative;
}
.Products .p-main .cell .right .right-top img{
  position: absolute;
  right: 0;
  bottom: 0;    width: 45%;
  max-height: 100%;
  transform: translateX(20px) scale(1);
  transition: all 0.5s;
}
.Products .p-main .cell .right .right-top:hover img{
  /*box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);*/
  transform: translateX(0px) scale(1);
}
.Products .p-main .cell .right .right-top:hover .more .text{
  color: #192F58;
}
.Products .p-main .cell .right .right-top:hover .more .text a{color: #192F58;  }
.Products .p-main .cell .right .right-top:hover .more .icon{
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxMyAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuNSAxMy4xNjY1TDguNSA5LjE2NjVMNC41IDUuMTY2NSIgc3Ryb2tlPSIjMTkyRjU4IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
}
.Products .p-main .cell .right .right-bottom{
  padding-top: 24px;
}
.Products .p-main .cell .right .right-bottom .min-cell{
  width: 50%;
  height: 324px;
  background: #f1f1f1;
  margin-left: 24px;
  position: relative;
}
.Products .p-main .cell .right .right-bottom .min-cell img{
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 230px;
  transform: translateX(20px) scale(1);
  transition: all 0.5s;
}
.Products .p-main .cell .right .right-bottom .min-cell:hover img{
  /*box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);*/
  transform: translateX(0px) scale(1);
}
.Products .p-main .cell .right .right-bottom .min-cell:hover .more .text{
  color: #192F58;
}
.Products .p-main .cell .right .right-bottom .min-cell:hover .more .icon{
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxMyAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuNSAxMy4xNjY1TDguNSA5LjE2NjVMNC41IDUuMTY2NSIgc3Ryb2tlPSIjMTkyRjU4IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
}
.Products .p-swiper-pagination {
  padding-top: 50px;
}
.Products .p-swiper-pagination .pagination{
  width: 10px;
  height: 10px;
  background: #f1f1f1;
  border-radius: 50%;
  margin-left: 15px;
}
.Products .p-swiper-pagination .paginationActive{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #192F58;
}
.Products .p-main .cell .right .r-p {
  padding: 50px;
  max-width: 500px;
}
.Products .p-main .cell .right .r-p .title {
  font-size: 24px;
  color: #000000;
  font-family: "Poppins-Bold";
  padding-bottom: 8px;
  /* overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow:ellipsis; */
}
.Products .p-main .cell .right .r-p .title a{  color: #000000; }
.Products .p-main .cell .right .r-p .title a:hover{ text-decoration: underline; }
.Products .p-main .cell .right .r-p .des {
  font-size: 18px;
  color: #000000;
  font-family: "Poppins-Regular";
  overflow:hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-height: 56px;
}
.Products .p-more {
  width: 259px;
  height: 58px;
  border: 1px solid #192f58;
  border-radius: 30px;
  text-align: center;
  line-height: 58px;
  cursor: pointer;
  margin-top: 50px;
  color: #192F58;
  font-family: "Poppins-SemiBold";
}



.Products .p-more a{

  color: #192F58;
  font-family: "Poppins-SemiBold";
}
.Products .p-more:hover {
  background-color: #192F58;
  color: #ffffff;
}


.Products .p-more:hover a {
  background-color: #192F58;
  color: #ffffff;
}
.p-main-phone {
  display: none;
}
.p-main-phone .phone-title {
  font-size: 32px;
  color: #000000;
  font-family: "Poppins-Bold";
  padding-bottom: 30px;
  text-align: center;
}
.p-main-phone .phone-swiper .phone-cell{
  height: 124px;
  background: #f1f1f1;
  margin-bottom: 16px;
}
.p-main-phone .phone-swiper .phone-cell .left{
  padding: 24px 0 0 24px;
  width: 55%;
}
.p-main-phone .phone-swiper .phone-cell .left .c-title{
  font-size: 18px;
  color: #000000;
  font-family: "Poppins-Bold";
  padding-bottom: 8px;
  /* overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow:ellipsis; */
}
.p-main-phone .phone-swiper .phone-cell .left .c-des{
  font-size: 12px;
  color: #000000;
  font-family: "Poppins-Regular";
  overflow:hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-height: 56px;
}
.p-main-phone .p-phone-swiper-pagination {
  padding-top: 15px;
}
.p-main-phone .p-phone-swiper-pagination .pagination{
  width: 8px;
  height: 8px;
  background: #e8e8e8;
  border-radius: 50%;
  margin: 0 8px;
}
.p-main-phone .p-phone-more {
  width: 216px;
  height: 42px;
  border: 1px solid #192f58;
  border-radius: 30px;
  margin: 0 auto;
  font-size: 14px;
  color: #192f58;
  text-align: center;
  line-height: 42px;
}
.p-main-phone .p-phone-swiper-pagination .paginationActive{
  width: 8px;
  height: 8px;
  background: #192f58;
  border-radius: 50%;
  margin: 0 8px;
}
.center-banner {
  height: 960px;
  background-size: cover;
}
.center-banner .marginAuto {
  height: 100%;
}
.center-banner .marginAuto .wrap{
  height: 100%;
}
.center-banner .marginAuto .wrap .text{
  font-size: 48px;
  color: #ffffff;
  font-family: "Poppins-Bold";
  max-width: 960px;
}

.center-banner .marginAuto .wrap .text a:hover{
      color: #ffffff !important;
    text-decoration: underline;
}

.center-banner .text-box{
  width: 50%;
}
.center-banner .text-box .title{
  font-size: 48px;
  color: #ffffff;
  font-family: "Poppins-Bold";
}
.center-banner .text-box .des{
  font-size: 24px;
  color: #ffffff;
  font-family: "Poppins-Regular";
  padding-top: 24px;
}
.news {
  padding: 90px 0;
  background-color: #F5F5F5;
}
.news .news-pc .news-pc-title {
  font-size: 48px;
  color: #000000;
  font-family: "Poppins-Bold";
  padding-bottom: 60px;
}
.news .news-pc .news-pc-title a{  color: #192F58;}
.news .news-pc .news-pc-title a:hover{  color: #192F58; text-decoration: underline;}
.news .news-pc .swiper-slide {
  width: 424px;
}
.news .news-pc .new-cell {
  width: 424px;
  height: 487px;
  background: #ffffff;
  margin-right: 24px;
  cursor: pointer;
  overflow: hidden;
}
.news .news-pc .new-cell .info{
  padding: 24px;
}
.news .news-pc .new-cell .info .time {
  font-size: 16px;
  color: #999999;
  font-family: "Poppins-Regular";
  padding-bottom: 8px;
}
.news .news-pc .new-cell .info .des {
  font-size: 20px;
  color: #000000;
  font-family: "Poppins-Bold";
  padding-bottom: 8px;
  max-height: 60px;

  overflow:hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.news .news-pc .new-cell .info .des a{   color: #000000; }
.news .news-pc .new-cell .info .des a:hover{  text-decoration: underline !important; }
.news .news-pc .new-cell .info .more {
  padding-top: 48px;
}
.news .news-pc .new-cell .info .more .text {
  font-size: 14px;
  color: #000000;
  font-family: "Poppins-Regular";
}
.news .news-pc .new-cell .info .more .icon {
  width: 18px;
  height: 19px;
  background-size: cover;
  margin-left: 8px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1Ljc1IDkuNjY2NUgyLjI1IiBzdHJva2U9IiMxOTJGNTgiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTExLjI1IDUuMTY2NUwxNS43NSA5LjY2NjVMMTEuMjUgMTQuMTY2NSIgc3Ryb2tlPSIjMTkyRjU4IiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
  transform: translateX(0) scale(1);
  transition: all 0.5s;
}

 .pphone-swipe .van-image{     width: 124px;
    height: 100%;}
.news .news-pc .new-cell .van-image {
  overflow: hidden;
}
.news .news-pc .new-cell .van-image img{
  transform: translateX(0) scale(1);
  transition: all 0.5s;
}
.news .news-pc .new-cell:hover .van-image img{
  transform: translateX(0) scale(1.2);
}
.news .news-pc .new-cell:hover .info .more .icon {
  transform: translateX(8px) scale(1);
}
.news .p-more {
  width: 259px;
  height: 58px;
  border: 1px solid #192f58;
  border-radius: 30px;
  text-align: center;
  line-height: 58px;
  cursor: pointer;
  margin-top: 50px;
  color: #192F58;
  font-family: "Poppins-SemiBold";
}

.news .p-more a{   color: #192F58;}
.news .p-more a:hover{   color: #ffffff;}
.news .p-more .swiper-button-disabled {
  pointer-events: auto !important;
}
.news .p-more:hover {
  background-color: #192F58;
  color: #ffffff;
}
.news .news-pc .button-center {
  position: relative;
}
.news .news-pc .button-center .swiper-button-prev {
  width: 48px;
  height: 48px;
  background: #ffffff;
  border-radius: 48px;
  left: -24px;
  top: -340px;
}
.news .news-pc .button-center .swiper-button-next {
  width: 48px;
  height: 48px;
  background: #ffffff;
  border-radius: 48px;
  right: -24px;
  top: -340px;
}
.news .news-pc .button-center .swiper-button-prev:hover {
  background: #192f58;
}
.news .news-pc .button-center .swiper-button-next:hover {
  background: #192f58;
}
.news .news-pc .button-center .swiper-button-prev:hover:after{
  color: #ffffff !important;
}
.news .news-pc .button-center .swiper-button-next:hover:after{
  color: #ffffff !important;
}
.news .news-pc .button-center .swiper-button-prev:after, .news .news-pc .button-center .swiper-button-next:after {
  font-size: 14px !important;
  color: #000000 !important;
}
.news .news-phone {
  display: none;
}
.news .news-phone .news-phone-title{
  text-align: center;
  color: #000000;
  font-size: 32px;
  padding-bottom: 32px;
  font-family: "Poppins-Bold";
}
.news .news-phone .new-cell {
  width: 100%;
  height: 390px;
  background: #ffffff;
}
.news .news-phone .new-cell .info{
  padding: 20px;
}
.news .news-phone .new-cell .info .time {
  font-size: 14px;
  /* color: #999999; */
  font-family: "Poppins-Regular";
  padding-bottom: 8px;
}
.news .news-phone .new-cell .info .des {
  font-size: 16px;
  color: #000000;
  font-family: "Poppins-Bold";
  padding-bottom: 8px;


  overflow:hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.news .news-phone .new-cell .info .more {
  padding-top: 30px;
}
.news .news-phone .new-cell .info .more .text {
  font-size: 14px;
  color: #000000;
  font-family: "Poppins-Regular";
}
.news .news-phone .new-cell .info .more .icon {
  width: 18px;
  height: 19px;
  background-size: cover;
  margin-left: 8px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1Ljc1IDkuNjY2NUgyLjI1IiBzdHJva2U9IiMxOTJGNTgiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTExLjI1IDUuMTY2NUwxNS43NSA5LjY2NjVMMTEuMjUgMTQuMTY2NSIgc3Ryb2tlPSIjMTkyRjU4IiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
}
.news .p-phone-swiper-pagination {
  padding-top: 15px;
}
.news .p-phone-swiper-pagination .pagination{
  width: 8px;
  height: 8px;
  background: #e8e8e8;
  border-radius: 50%;
  margin: 0 8px;
}
.news .p-phone-more {
  width: 216px;
  height: 42px;
  border: 1px solid #192f58;
  border-radius: 30px;
  margin: 0 auto;
  font-size: 14px;
  color: #192f58;
  text-align: center;
  line-height: 42px;
}
.news .p-phone-swiper-pagination .paginationActive{
  width: 8px;
  height: 8px;
  background: #192f58;
  border-radius: 50%;
  margin: 0 8px;
}
.page-pagination {
  padding-top: 10px;
}
.page-pagination .prev {
  width: 48px;
  height: 48px;
  border-radius: 48px;
  background-color: #ffffff;
  cursor: pointer;
}
.page-pagination .next {
  width: 48px;
  height: 48px;
  border-radius: 48px;
  background-color: #ffffff;
  cursor: pointer;
}
.page-pagination .prev:hover, .page-pagination .next:hover{
  opacity: 0.8;
}
.page-pagination .nums a{
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  text-align: center;
  line-height: 48px;
  color: #999999;
  font-family: "Poppins-Regular";
  font-size: 16px;
  margin: 0 10px;
}
.page-pagination .nums a.on{
  color: #000000;
}
.el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #000000;
  border-color: #000000;
}
.el-checkbox__input.is-checked+.el-checkbox__label {
  color: #666666;
}
.banner-img {
  width: 100%;
 
}
@media only screen and (max-width: 5000px) and (min-width:1440px) {

}
@media only screen and (max-width: 1440px) and (min-width:1200px) {
  .marginAuto {
    width: 100%;
    padding: 0 60px !important;
    margin: 0 auto;
  }
  .header .right .cell{
    padding-left: 25px;
  }
  .banner-text {
    font-size: 38px;
  }
  .Products .p-main .cell .left {
    width: 380px;
  }
  .center-banner {
    height: 720px;
  }
  .center-banner .marginAuto .wrap .text{
    font-size: 48px;
    max-width: 960px;
  }
  .banner-img {
    width: 100%;

  }
}
@media only screen and (max-width: 1200px) and (min-width:1024px) {
  .marginAuto {
    width: 95% !important;
 
    margin: 0 auto;
  }

  .pphone-swipe .phone-cell img{ object-fit: cover;      display: block;
    height: 100%;
    width: 100%;}
  .header .right .cell{
    padding-left: 15px;
  }
  .banner-text {
    font-size: 38px;
  }
  .Products .p-main .cell .left {
    width: 300px;
  }
  .center-banner {
    height: 300px;
  }
  .center-banner .marginAuto .wrap .text{
    font-size: 32px;
    max-width: 768px;
  }
  .center-banner .text-box{
    width: 50%;
  }
  .center-banner .text-box .title{
    font-size: 32px;
  }
  .center-banner .text-box .des{
    font-size: 20px;
    padding-top: 24px;
  }
  .banner-img {
    width: 100%;
  
  }
}
@media only screen and (max-width: 1024px) and (min-width:0px) {
  .header .nav-menu {
    display: none !important;
  } .footer  .flex-row{    flex-wrap: wrap;}
.pphone-swipe{ max-height: 600px; overflow: hidden;}

  .news .news-phone .new-cell .info .des{ padding-bottom: 0;}
  .mingg a{         font-family: 'Poppins-Regular';
        font-size: 16px; color: rgba(255, 255, 255, 0.50);}
  .mingg{ display: block !important; color: rgba(255, 255, 255, 0.50) !important}
  .banner-text {
    font-size: 24px;
    max-width: 80%;
    padding: 0 20px;
  }
  .banner-img {

    width: 100%;
  }
  .banner .swiper-button-prev {
    display: none;
  }
  .banner .swiper-button-next {
    display: none;
  }
  .header .right{
    display: none;
  }
  .header .phone-menu {
    display: block;
  }
  .marginAuto {
    width: 95% !important;

    margin: 0 auto;
  }
  .header {
    height: 48px;
  }
  .header .marginAuto{
    height: 48px;
  }
  .header .logo1 {
    width: 86px;
  }
  .header .logo2 {
    width: 86px;
  }
  .headerOn .phone-more-menu {
    display: block;
  }

  .footer-top {
    padding: 60px 0 40px 0;
    display: block;
  }
  .footer-top .logo {
    width: 100%;
    padding-bottom: 40px;
  }
  .footer-top .nav {
    display: none;
  }
  .footer-top .contact {
    width: 100%;
  }
  .footer-top .contact .text{
    font-size: 14px;
  }
  .footer-bottom {
    padding: 24px 0;
    display: block;  margin-bottom: 50px;
  }
  .footer-bottom .text{
    font-size: 14px;
  }
  .Products {
    padding: 60px 0;
  }
  .Products .p-main {
    display: none;
  }
  .p-main-phone {
    display: block;
  }
  .center-banner {
    height: 300px;
  }
  .center-banner .marginAuto .wrap .text{
    font-size: 24px;
    max-width: 100%;
  }
  .center-banner .text-box{
    width: 100%;
  }
  .center-banner .text-box .title{
    font-size: 24px;
  }
  .center-banner .text-box .des{
    font-size: 14px;
    padding-top: 24px;
  }
  .news {
    padding: 60px 0;
  }
  .news .news-pc {
    display: none;
  }
  .news .news-phone {
    display: block;
  }
}

.news-pc-slide{ overflow: hidden;}
@media only screen and (max-width: 1680px) {
.header  .flex-1{     flex: 0.95;}

    .header .marginAuto {
        /* height: 48px; */
        /* margin-left: 20px; */
      
    }
}


.news-pc  .swiper-button-next{ color: #000 !important;          line-height: 49px !important;
    font-size: 26px !important; }
.news-pc .swiper-button-prev { color: #000 !important;        line-height: 49px !important;
    font-size: 26px !important;}
.news-pc  .swiper-button-next:before{ color: #000 !important;     }
.news-pc .swiper-button-prev:before { color: #000 !important;      }
.p-swiper-pagination .swiper-pagination-bullet-active{     background-color: #192F58 !important; }
.side-cate li { padding-left: 8%;}
.side-cate li .icon-cate{ left: 0 !important; right: inherit !important;}
.sidesing li ul  li .icon-cate{
  display: none !important;
}
.side-cate>li>a{ font-size: 16px !important;}

.page-products .cell img{     transform: translateX(0) scale(1);
    -webkit-transition: all .5s;
    transition: all .5s;}
    .page-products .cell img:hover{  transform: translateX(0) scale(1.2);}


.header .phone-more-menu {
    background-color: #fff;
    bottom: 0;
    display: none;
    left: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 48px;
}
.news-phone-slide .van-image {
    display: inline-block;    width: 100%;
    height: 220px;
    position: relative;
}
.van-image__error, .van-image__img, .van-image__loading {
    display: block;
    height: 100%;
    width: 100%; object-fit: cover;     margin: 0;     box-sizing: border-box;
}



.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 .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease
}

.web-search .btn--search-close:hover {
	background-color: #000;
	-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: .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: 700
}

.web-search .search-ipt::-moz-placeholder {
	opacity: 1;
	color: #333;
	font-weight: 700
}

.web-search .search-ipt:-ms-input-placeholder {
	color: #333;
	font-weight: 700
}

.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: .85em 0;
	text-align: right;
	color: #333
}

*,
::after,
::before {
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .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 .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease
}

.search--open .btn--search-close {
	opacity: 1;
	-webkit-transition: transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .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 .8s;
	-webkit-transition: opacity 0.8s, transform .8s;
	-ms-transition: opacity 0.8s, transform .8s;
	-o-transition: opacity 0.8s, transform .8s;
	transition: opacity 0.8s, transform .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: 700;
	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 .3s;
	-webkit-transition: transform .3s;
	-ms-transition: transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	opacity: 0;
	text-transform: uppercase
}

.js .web-search .search-ipt,
.web-search .search-attr {
	-webkit-transition-delay: .4s;
	-o-transition-delay: .4s;
	transition-delay: .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: .4s;
	-webkit-transition-duration: .4s;
	-ms-transition-duration: .4s;
	-o-transition-duration: .4s;
	transition-duration: .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 .3s ease;
	-o-transition: all .3s ease;
	transition: all .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
}




 .header .right .cell-nav:has(.text a[title="Home"]) .icon,
 .header .right  .cell-nav:has(.text a[title="Blog"]) .icon,
 .header .right  .cell-nav:has(.text a[title="CN"]) .icon,
 .header .right  .cell-nav:has(.text a[title="english"]) .icon,

 .header .right  .cell-nav:has(.text a[title="Talk To Sales"]) .icon {
    display: none !important;
}

 
 .header .right  .min-menu .cell:has(.text a[title="Company Profile"]) .icon,
 .header .right  .min-menu .cell:has(.text a[title="News"]) .icon,
 .header .right  .min-menu .cell:has(.text a[title="Join US"]) .icon,
 .header .right  .min-menu .cell:has(.text a[title="Download"]) .icon,
 .header .right  .min-menu .cell:has(.text a[title="Learning Center"]) .icon {
    display: none !important;
}
.Performance a{ color: #000;}
.Performance a:hover{ text-decoration: underline;}
.c_related_news  a{ color: #000;}
.c_related_news  a:hover{ text-decoration: underline;}



.twxt {
opacity: 0;
}


.min-menu a:hover{ text-decoration: underline; }

.header .right .cell .min-menu  .cell{ padding-left: 17px !important; }
.header .right .cell .min-menu  .cell a{ font-family: "Poppins-Regular" !important; color: #666 !important;}
.header .right .cell .min-menu  .cell a:hover{ padding-left: 17px; color: #192F58  !important;}
 /* .phone-more-menu .cell .cell-main{  display: block !important; } */


  .bannercp{ display: block; }
.bannerpx{ display: none;}
 @media only screen and (max-width: 950px) { 

.center-banner {

  height: 360px !important; 
  width: 100%; 
    aspect-ratio: 1920 / 960; 
  position: relative;
  overflow: hidden;

    
}



   .center-banner img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover; 
  display: block;
}
.bannerpx{ display: block;}
  .bannercp{ display: none;}
  }
.center-banner .marginAuto .wrap{ height: 100% !important;}
.slider_banner .swiper-lazy {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.slider_banner .swiper-lazy.swiper-lazy-loaded {
  opacity: 1;
}
.slider_banner .swiper-lazy-preloader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  border: 3px rgba(0, 122, 255, 0.25) solid;
  border-top: 3px #007aff solid;
  border-radius: 50%;
  background: #fff;
  animation: spin 1s infinite linear;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}
  .language--ing .text a span{      text-transform: capitalize; }


  .center-banner{ position: relative;}
    .center-banner img{ position: absolute; z-index: -1;}