/*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;
}
.header .logo2 {
  width: 150px;
  display: none;
}
.header .left img {
  width: 100%;
}
.header .right .cell{
  padding-left: 40px;
  height: 76px;
  position: relative;
}
.header .right .cell .min-menu {
  position: absolute;
  left: 30px;
  top: 76px;
  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 {
  height: 74px;
}
.header .right .cell .cell-nav .text{
  font-family: "Poppins-SemiBold";
  color: #ffffff;
  font-size: 16px;
}
.header .right .cell .cell-nav .icon{
  width: 12px;
  height: 12px;
  margin-left: 4px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkgNS4yNUw2IDguMjVMMyA1LjI1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
}
.header .right .cell .cell-nav:hover {
  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 .cell-nav .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 .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 .value{
  font-size: 14px;
  color: #666666;
  font-family: "Poppins-Regular";
  padding-top: 8px;
}
.footer {
  background: #000000;
}
.footer-top {
  padding: 100px 0 60px 0;
}
.footer-top .logo img{
  max-width: 150px;
}
.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%;
}
.footer-bottom {
  border-top: 1px solid #202020;
  padding: 40px 0;
}
.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 .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 .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 .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 .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;
  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 .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 .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:hover {
  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;
}
.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 .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: 120px 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 .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: 52px;

  overflow:hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.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;
}
.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 .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;
  max-height: 44px;

  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: 100%;
 
    margin: 0 auto;
  }
  .header .right .cell{
    padding-left: 15px;
  }
  .banner-text {
    font-size: 38px;
  }
  .Products .p-main .cell .left {
    width: 300px;
  }
  .center-banner {
    height: 512px;
  }
  .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;
  }
  .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: 100%;

    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;
  }
  .footer-bottom .text{
    font-size: 14px;
  }
  .Products {
    padding: 60px 0;
  }
  .Products .p-main {
    display: none;
  }
  .p-main-phone {
    display: block;
  }
  .center-banner {
    height: 500px;
  }
  .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;}