.header {
  width: 100%;
  /* position: absolute;
  color: #fff;
  z-index: 3; */
}
@media screen and (max-width: 667px) {
  .header {
    display: none;
  }
}
.header-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /* height: 62px; */
  white-space: nowrap;
  height: 45px;
  padding-top: 20px;
}
.header-top .email {
  margin-right: 36px;
}
.header-top .email .email-img {
  margin-right: 10px;
}
.header-top .email a {
  /* color: #a6a6b0; */
  color: #474747;
}
.header-top .search::after {
  content: '';
  border-right: 1px solid #999999;
  margin-right: 15px;
}
.header-top .search input {
  outline: none;
  /* color: #fff; */
  color: #000;
  padding-left: 5px;
  /* background-color: transparent;
  border: 1px solid #3e4164; */
  background-color: #ececec;
  border: none;
  border-radius: 3px;
  height: 27px;
}
.header-top .search .search-img {
  margin-left: 10px;
  margin-right: 15px;
}
.header-nav-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* height: 39px; */
  height: 74px;
}
/* .header-nav-box .header-logo {
  width: 25%;
} */
.header-nav-box .header-nav {
	height: 100%;
  /* width: 65%; */
  flex: 1;
}
.header-logo{
	display: flex;
	align-items: center;
}
.logoImg{
	position: relative;
	margin-right: 20px;
}
.logoImg::after{
	content: '';
	border-left: 1px solid #97bac0;
	height: 47px;
	display: block;
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
}
.header-nav-box .header-nav > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header-nav .nav-li a {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  /* color: #fff; */
  color: #474747;
  text-transform: uppercase;
}
/* .header-nav .nav-li:not(:last-child) a::after {
  content: '';
  border-left: 1px solid #9596ab;
  margin-left: 35px;
} */
/* 2025-6-26 */
.header-box{
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
}
.header-nav-box .header-logo{
	max-width: 285px;
}
.header-nav{
	margin: 0 8px;
}
.catalog{
	color: #fff !important;
	background-color: #0091d6;
	padding: 8px 30px;
	border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
}
.nav-li{
	width: 100%;
	text-align: center;
}
.nav-li:not(:last-child) > a{
	border-right: 1px solid #9596ab;
}

.header2 .header-nav .nav-li:not(:last-child) a::after {
  content: '';
  border-left: 1px solid #fff;
  margin-left: 35px;
}
.header.header2 .header-nav-box {
  height: 132px;
}
.header.header2 .header-nav-box .header-logo {
  width: 20%;
}
.header.header2 .header-nav {
  width: 70%;
}
.header.header2 .lang-search {
  width: 10%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 50px;
}
.header-phone {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  /* background-color: #0b0e37; */
  background-color: #fff;
  padding: 20px 10px;
  
}
.header-phone .header-phone-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-phone .header-phone-box .menu {
  color: #87889e;
}
.header-phone .header-phone-nav {
  position: absolute;
  left: 0;
  top: 91px;
  background: #fff;
  width: 60%;
  /* height: 100vh; */
  overflow-y: auto;
  max-height: calc(100vh - 98px);
  z-index: -1;
  padding: 0 10px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 1px 1px 7px #888;
}
.header-phone .header-phone-nav ul li {
  padding: 10px;
}
.header-phone .header-phone-nav ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 44px;
  letter-spacing: 0.02em;
}
.header-phone .header-phone-nav.isTrue {
  opacity: 1;
  visibility: visible;
  transition: all 1s;
  z-index: 100;
}
.header-phone .header-phone-search {
  position: absolute;
  left: 0;
  top: 91px;
  background: #fff;
  width: 100%;
  height: 90px;
  z-index: -1;
  padding: 0 10px;
  opacity: 0;
  visibility: hidden;
  border: 1px solid #CAB39D;
}
.header-phone .header-phone-search .search-box {
  padding: 20px 0;
  position: relative;
}
.header-phone .header-phone-search .search-box p {
  font-family: 'GT America';
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.header-phone .header-phone-search .search-box .icon-sousuoi {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 4px;
  bottom: 27px;
}
.header-phone .header-phone-search .search-box input {
  outline: none;
  border: none;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.05em;
  padding-left: 25px;
}
.header-phone .header-phone-search .search-box .icon-chahao {
  width: 24px;
  height: 18px;
  position: absolute;
  right: 0px;
  font-size: 30px;
  bottom: 36px;
}
.header-phone .header-phone-search.isTrue {
  opacity: 1;
  visibility: visible;
  transition: all 1s;
  z-index: 101;
}
@media screen and (max-width: 667px) {
  .header-phone {
    display: block;
  }
  .banner{
	  margin-top: 91px;
  }
  .phone-logo img{
	  width: 165px;
  }
}
.search-down-con {
  opacity: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  background-color: #fff;
  position: fixed;
  z-index: -2;
  transition: all 0.5s;
}
.search-down-con input {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  outline: none;
  width: 80%;
  height: 39px;
  font-size: 20px;
  border: none;
  box-shadow: 0px 0px 3px #9e9e9e;
  padding-left: 10px;
}
.search-close {
  position: absolute;
  right: 21px;
  top: 0;
  font-size: 36px;
  cursor: default;
}
.banner img {
  width: 100%;
}
.com-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 90px;
}
.com-box .com-title {
  font-size: 2.25rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  margin: 0 15px;
}
.product {
  padding-top: 100px;
  padding-bottom: 75px;
}
.product-tab {
  margin-bottom: 80px;
}
.product-tab ul {
  display: flex;
}
.product-tab ul .tab {
  cursor: pointer;
  font-size: 20px;
  margin: 0 10px;
  padding-left: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  white-space: nowrap;
}
.product-tab ul .tab::after {
  content: '';
  border-right: 1px solid #999999;
  margin-left: 20px;
}
.product-tab ul .tab:last-child::after {
  content: '';
  border-right: none;
}
.product-tab ul .tab.tab-active {
  background-color: #0091d6;
  color: #fff;
}
@media screen and (max-width: 667px) {
   .product-tab {
	 margin-bottom: 30px;
   }
  .product-tab ul {
    display: block;
  }
}
.product-con {
  display: none;
  margin-bottom: 55px;
}
.product-con .row{
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	/* align-items: center; */
}
/* .product-con a {
  display: block;
} */
.product-con .product-img{
	overflow: hidden;
	border: 1px solid #ebebeb;
}
.product-con .product-img img {
	transition: .5s;
}
.product-con .product-img:hover img{
	transition: .5s;
	transform: scale(1.2);
}
.product-con .product-title {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #0091d6;
}
.product-con .product-title p {
  font-size: 20px;
  color: #172345;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0 0 0 10px;
}

.product-con .product-des .expend-p {
  position: relative;
  font-size: 14px;
  color: #172345;
  margin: 8px 0px 8px 0px;
}

.product-con .product-des i{
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .5s;
}
.expend-span-2{
	display: block;
	height: 0;
	overflow: hidden;
	transition: height 0.5s ease-out;
}

.product-con .product-des i.active{
	transform: rotateZ(180deg);
	transition: all .5s;
}
.product-con.active {
  display: block;
}
.moreBtn {
  text-align: center;
}
.moreBtn p a {
  display: inline-block;
  padding: 15px 85px;
  font-size: 18px;
  color: #666666;
  border: 1px solid #676767;
  border-radius: 20px;
}
.moreBtn p a:hover{
  color: #0091d6;
}
.white {
  color: #fff;
}
.case {
  background-image: url(../img/index/cases-bg3.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-color: #fff;
  padding: 110px 0 50px;
}
.case-con {
  margin-bottom: 55px;
}
.case-con .row {
  display: flex;
  align-items: end;
}
.case-con .row .col-md-4 {
  padding: 0;
  margin-left: 15px;
  margin-right: 15px;
}
.case-con .case-box {
  position: relative;
}
.case-con .case-box .case-img img {
  width: 100%;
}
.case-con .case-box .case-des {
  height: 127px;
  padding: 20px 30px 10px;
  background-color: #0091d6;
  line-height: 1.5;
  min-width: 360px;
}
.case-con .case-box .case-des .case-intro {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.case-con .case-box .case-des .case-title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.case-con .case-box .case-des .case-title {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
}
.case-con .case-box .case-des .case-intro {
  font-size: 14px;
  color: #fff;
  /* text-transform: uppercase; */
}
.case-con .case-box:hover .case-img {
  padding-bottom: 127px;
}
.case-con .case-box:hover .case-des {
  transition: height 1s;
  position: absolute;
  bottom: 0;
  height: 230px;
  overflow: hidden;
  /* background-color: #fdb634; */
  background-color: #23b6ff;
}
.case-con .case-box:hover .case-des .case-intro {
  -webkit-line-clamp: 6;
}
@media screen and (max-width: 667px) {
  .case-con .row {
    display: block;
  }
}
/* cases2 */
.cases2-con.col-md-6{
	width: 48%;
}
.cases2-con{
	display: flex;
	align-items: center;
	min-height: 160px;
	margin-bottom: 60px;
	box-shadow: 0 0 8px #e1e1e1;
	padding: 20px 15px;
}
.cases2-con:nth-child(odd){
	margin-right: 40px;
}
.cases2-img{
	width: 20%;
}
.cases-con{
	width: 80%;
	/* padding-left: 60px; */
	padding-left: 15px;
}
.cases2-title{
	font-size: 20px;
	color: #0091d6;
	text-transform: uppercase;
}
.cases2-des{
	font-size: 14px;
	color: #0e113d;
}

@media screen and (max-width:667px){
	
	.cases2-con.col-md-6{
		width: 100%;
	}
	.cases2-con:nth-child(odd) {
		margin-right: 0px;
	}
}


.support {
  padding: 110px 0 50px;
}
.support-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.support .com-box{
	margin-bottom: 40px;
}
.support-tab .support-tab-btn {
  padding: 10px 20px;
  text-transform: uppercase;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  font-size: 20px;
  cursor: pointer;
}
.support-tab .support-tab-btn:first-child {
  margin-right: 5px;
}
.support-tab .support-tab-btn.active {
  background-color: #0091d6;
  border-radius: 5px;
}
.support-tab .support-tab-btn.active a{
  color: #fff;
}
.support-swiper {
  display: none;
  margin-bottom: 15px;
}
.support-swiper.active {
  display: block;
}
@media screen and (max-width: 667px){
	.support-tab {
	  margin-bottom: 35px;
	}
}

.about {
  padding-top: 170px;
  padding-bottom: 220px;
  background-image: url(../img/index/about-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.about-box {
  position: relative;
}
.about-box .about-title {
  width: 790px;
  text-align: right;
  margin-bottom: 25px;
}
.about-box .about-title p {
  display: flex;
  align-items: center;
  justify-content: end;
  font-size: 42px;
  font-weight: bold;
  color: #0e113d;
  margin: 0;
  padding-right: 272px;
  text-transform: uppercase;
}
.about-box .about-title p img {
  margin-right: 20px;
}
.about-box .about-title span{
	margin-right: 25px;
	padding-top: 10px;
}
.about-box .about-des {
  width: 790px;
  height: 495px;
  background-color: #fff;
  padding: 50px 279px 110px 60px;
}
.about-box .about-des p {
  font-size: 14px;
  color: #0e113d;
}
.about-box .about-img {
  position: absolute;
  top: 0;
  right: -45px;
}
.about-box .about-num {
  width: 669px;
  height: 174px;
  display: flex;
  align-items: center;
  background-color: #0091d6;
  position: absolute;
  left: 60.5px;
  bottom: -87px;
}
.about-box .about-num .about-con {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid #4db2e2;
}
.about-box .about-num .about-con:last-child {
  border-right: none;
}
.about-box .about-num p {
  color: #fff;
  text-align: center;
  margin: 0;
}
.about-box .about-num p:first-child {
  font-size: 40px;
}
.about-box .about-num p:last-child {
  font-size: 20px;
}
@media screen and (max-width: 667px) {
  .about{
	  padding-top: 50px;
	  padding-bottom: 50px;
	  background-size: auto;
  }
  .about-box .about-title {
    width: 100%;
  }
  .about-box .about-des {
    width: 100%;
    height: auto;
    padding: 10px;
  }
  .about-box .about-img {
    position: static;
  }
  .about-box .about-num {
    width: 100%;
    position: static;
	height: 110px;
  }
  .about-box .about-num p:first-child {
      font-size: 28px;
  }
  .about-box .about-num p:last-child {
      font-size: 16px;
  }
  .about-box .about-title p{
	justify-content: normal;
	font-size: 22px;
  }
  .about-box .about-title span{
	  padding-top: 5.5px;
	  margin-right: 20px;
  }
}
.footer {
  padding-top: 65px;
  padding-bottom: 105px;
  background-color: #007eba;
}
.footer .footer-nav {
  border-right: 1px solid #999999;
  padding-right: 50px;
}
.footer .footer-des{
	padding-left: 50px;
	padding-right: 0;
}
@media screen and (max-width: 667px) {
  .footer .footer-nav {
    border: none;
  }
}
.footer-first-ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-first-ul .footer-first-nav {
  font-size: 20px;
  /* color: #cccccc; */
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-left: -15px;
  line-height: 2.5rem;
}
.footer-second li {
  list-style: disc;
  color: #fff;
  margin-bottom: 20px;
}
.footer-second li a {
  font-size: 14px;
  color: #cccccc;
}
.footer-des p {
  margin: 0;
}
.footer-des .companey {
  /* font-size: 20px; */
  font-size: 14px;
  /* color: #cccccc; */
  color: #fff;
  text-transform: uppercase;
  line-height: 2.5rem;
}
.footer-des .address,
.footer-des .email,
.footer-des .kypeId {
  display: flex;
  font-size: 14px;
  color: #cccccc;
  margin-bottom: 20px;
  line-height: 2.5rem;
}
.inIcon {
  margin-right: 15px;
}
.case-page {
  margin-top: 150px;
}
@media screen and (max-width: 667px) {
  .case-page {
    margin-top: 50px;
  }
}
.case-page-con {
  display: flex;
  justify-content: space-between;
  margin-bottom: 95px;
}
.case-page-con .case-page-des {
  padding: 15px 60px 0 45px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.case-page-con .case-page-des .case-page-title p {
  font-size: 20px;
  color: #0e113d;
}
.case-page-con .case-page-des .case-page-intro {
  font-size: 14px;
  color: #0e113d;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.case-page-con .case-page-des .case-page-btn a {
  display: inline-block;
  font-size: 14px;
  color: #0e113d;
  padding: 10px 20px;
  background-color: #fdb634;
  margin-bottom: 0;
}
@media screen and (max-width: 667px) {
  .case-page-con {
    display: block;
    margin-bottom: 50px;
  }
  .case-page-con .case-page-title p {
    margin-bottom: 20px;
  }
  .case-page-con .case-page-intro {
    margin-bottom: 20px;
  }
}
.common-banner {
  position: relative;
}
.common-tab-box {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.common-tab-box ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.common-tab-box .common-tab {
  margin-right: 3px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #0091d6;
}
.common-tab-box .common-tab a {
  display: block;
  padding: 15px 50px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
.common-tab-box .common-tab.active {
  background-color: #23b6ff;
}
/* .common-tab-box .common-tab.active a{
  color: #0096d7;
} */
@media screen and (max-width: 667px) {
  .common-tab-box {
    position: static;
    transform: none;
  }
  .common-tab-box ul {
    display: block;
  }
  .common-tab-box .common-tab {
    text-align: center;
    margin: 0;
  }
}
.singlePage {
  /* padding-top: 80px; */
  padding-top: 50px;
  padding-bottom: 130px;
}
.newsInfo-title{
	margin-bottom: 50px;
	text-align: center;
}
.productPage .productPage-center-box {
  width: 100%;
  display: flex;
  margin-top: 35px;
  margin-bottom: 100px;
}
.productPage-center-box-right{
	width: 65%;
	background-color: #f3f3f3;
	padding: 30px 60px;
}
.productPage-center-box-right img{
	display: none;
}
.productPage .productPage-center-box p {
  margin: 0;
}
.productPage .productPage-center-title {
  font-size: 35px;
  font-weight: bold;
  /* margin-bottom: 55px; */
  margin-bottom: 10px;
}
.productPage .productPage-center-des {
  /* width: 475px; */
  font-size: 14px;
  color: #172345;
  line-height: 1.5;
}
.productPage .productPage-center-img {
  width: 35%;
}
@media screen and (max-width: 667px) {
  .productPage .productPage-center-box,
  .productPage .productPage-center-des {
	display: block;
    width: 100%;
  }
  .productPage-center-box-right{
	  width: 100%;
	  padding: 30px 32px;
  }
  .productPage-center-box-right img{
  	display: inline-block;
  }
  .productPage .productPage-center-box {
    margin: 0px 0 40px;
	padding: 30px 15px 50px;
  }
  .productPage .productPage-center-title{
	  margin-bottom: 20px;
  }
  .productPage .productPage-center-box p{
	  display: inline-block;
  }
  .productPage .productPage-center-box p img{
	  display: none;
  } 
  .productPage .productPage-center-img {
	width: 100%;
    position: static;
    margin-top: 10px;
  }
}
.productPage-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 29px;
}
.productPage-list .productPage-img {
  position: relative;
  height: 120px;
  background-image: url(../img/productList/productList-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* line-height: 120px; */
}
.productPage-list .productPage-img p {
  position: absolute;
  left: 25px;
  bottom: 50%;
  transform: translateY(50%);
  font-size: 20px;
  color: #fff;
  margin: 0;
}
.productPage-list .productPage-img img {
  position: absolute;
  right: 10px;
  bottom: 2px;
}
.productPage-list .col-md-3 {
  height: inherit;
  margin-bottom: 64px;
  min-height: 364px;
}
.productPage-list .productPage-con {
  /* background-image: url(../img/productList/productPage-con2.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%; */
  padding: 40px 30px 60px;
  font-size: 18px;
  height: calc(100% - 120px);
}
.productPage-list .productPage-con li {
  list-style: disc;
  color: #ffb929;
  line-height: 2;
}
.productPage-list .productPage-con li::marker {
  margin-right: 10px;
}
.productPage-list .productPage-con li a {
  font-size: 16px;
  color: #172345;
}
.productPage-list .all-down {
  /* padding: 75px 55px; */
  padding: 50px 55px;
  border: 1px solid #c8c8c8;
  height: 100%;
}
.productPage-list .all-down a {
  display: block;
}
.productPage-list .all-down .allProduct,
.productPage-list .all-down .download {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.productPage-list .all-down .allProduct img,
.productPage-list .all-down .download img {
  margin-bottom: 8px;
}
.productPage-list .all-down .allProduct span,
.productPage-list .all-down .download span {
  font-size: 18px;
}
.productPage-list .all-down .allProduct {
  /* padding-bottom: 70px; */
  padding-bottom: 50px;
  border-bottom: 1px solid #c8c8c8;
}
.productPage-list .all-down .download {
  /* padding-top: 70px; */
  padding-top: 50px;
}
.bread {
  background-color: #f1f1f1;
  padding: 20px 0;
}
.bread ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.bread ul li:not(:last-child)::after {
  content: '>';
  margin-left: 10px;
}
.bread ul li {
  margin-right: 10px;
}
.productInfo {
  padding-top: 77px;
  padding-bottom: 105px;
}
.productInfo .productInfo-box {
  display: flex;
}
.productInfo .productInfo-box .productInfo-left {
  /* width: 260px;
  margin-right: 89px; */
  width: 25%;
  margin-right: 60px;
}
.productInfo .productInfo-box .productInfo-right {
  width: 75%;
}
@media screen and (max-width: 667px) {
  .productInfo .productInfo-box {
    display: block;
  }
  .productInfo .productInfo-box .productInfo-left {
    width: 100%;
  }
  .productInfo .productInfo-box .productInfo-right {
    width: 100%;
  }
}
.firstCategory {
  font-size: 20px;
  color: #fff;
  padding: 32px 0 13px 26px;
  background-color: #007eba;
  border-top-left-radius: 20px;
  margin: 0;
}
.secondCategory {
  background-color: #f1f1f1;
  /* padding-bottom: 112px; */
}
.secondCategory .secondCategoryLi {
  padding: 27px;
  border-bottom: 2px solid #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.secondCategory .secondCategoryLi img {
  margin-right: 10px;
}
.secondCategory .secondCategoryLi .icon1 {
  display: none;
}
.secondCategory .secondCategoryLi.active {
  background: #dee9f3;
}
.secondCategory .secondCategoryLi.active .icon1 {
  display: inline-block;
}
.secondCategory .secondCategoryLi.active .icon2 {
  display: none;
}
.highLight .highLight-title {
  display: flex;
  align-items: center;
  padding-top: 42px;
  padding-bottom: 19px;
}
.highLight .highLight-title span {
  font-size: 20px;
  font-weight: bold;
  margin-left: 6px;
}
.highLight .highLight-con {
  padding: 10px;
  border: 1px solid #c3c3c3;
  margin-bottom: 15px;
}
.highLight .highLight-con a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.highLight .highLight-con a img {
  padding: 20px;
  border-bottom: 1px solid #c3c3c3;
}
.highLight .highLight-con a span {
  font-weight: bold;
  padding: 20px;
}
.productInfo-des {
  display: flex;
  margin-bottom: 77px;
}
.productInfo-des .productInfo-img {
  /* width: 50%; */
  width: 437px;
  /* height: 310px; */
  border: 1px solid #c3c3c3;
}
.productInfo-des .productInfo-params-box {
  /* width: 50%; */
      width: calc(100% - 437px);
  /* padding-left: 45px; */
  padding-left: 35px;
}
.productInfo-des .productInfo-params-box .productInfo-name {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 11px;
  border-bottom: 1px solid #c3c3c3;
}
.productInfo-params p{
  margin: 0;
}
.productInfo-des .productInfo-params-box .productInfo-params {
  padding: 5px 0 20px;
}
.productInfo-des .productInfo-params-box .pdf-download {
  display: inline-block;
  padding: 15px 35px;
  background-color: #4194e1;
  border-radius: 3px;
}
@media screen and (max-width: 667px) {
  .productInfo-des {
    display: block;
  }
  .productInfo-des .productInfo-img {
    width: 100%;
  }
  .productInfo-des .productInfo-params-box {
    width: 100%;
  }
}
.params-tab-box {
  border-bottom: 1px solid #c3c3c3;
  margin-bottom: 30px;
}
.params-tab-box .params-tab {
  width: 137px;
  display: inline-block;
  padding: 13px 17px;
  margin-right: 13px;
  background-color: #c3c3c3;
  text-align: center;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
}
.params-tab-box .params-tab.active {
  background-color: #23b6ff;
}
.params-tab-con {
  display: none;
}
.params-tab-con.active {
  display: block;
}
.productCategory {
  padding: 45px 0 100px;
}
.productCategory .productCategory-name {
  display: inline-block;
  font-size: 20px;
  padding: 15px 60px 15px 20px;
  color: #fff;
  background-color: #0096d7;
  margin-top: 0;
  margin-bottom: 45px;
}
.productCategory .productCategory-des {
  margin-bottom: 50px;
}
.productCategoryTable tr:hover{
	box-shadow: 0 0 15px rgb(0 0 0 / 30%);
	-webkit-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}
@media screen and (max-width: 667px) {
   .productCategory {
     padding: 35px 0 100px;
   }
  .productCategory .productCategory-des {
    margin-bottom: 35px;
  }
  .productCategory .productCategory-name{
	  font-size: 18px;
	  margin-bottom: 35px;
  }
}
.productCategory .filter {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 39px;
}
.productCategory .filter .filter-con{
	margin-right: 25px;
}
.productCategory .filter .filter-con input {
  width: 150px;
  outline: none;
  padding-left: 5px;
}
.productCategory .filter .filter-con .filter-con-txt {
  display: flex;
  align-items: center;
  margin-bottom: 3px;
}
.productCategory .filter .filter-con .filter-con-txt::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #0096d7;
  margin-right: 6px;
}
@media screen and (max-width: 667px) {
  .productCategory .filter {
    display: block;
  }
  .productCategory .filter .filter-con {
    margin-bottom: 10px;
	margin-right: 0;
  }
  .productCategory .filter .filter-con input {
    width: 100%;
  }
}
.productCategory-table {
  overflow: auto;
}
.table-head{
	background-color: #0096d7;
	color: #fff;
}
.productCategory-table .table-btn {
  display: block;
  width: 103px;
  padding: 15px 20px;
  border-radius: 5px;
}
.productCategory-table .table-submit {
  background-color: #ffb929;
}
.productCategory-table .table-download {
  background-color: #4194e1;
  color: #fff;
}
.news-con {
  background-color: #efefef;
  display: flex;
  align-items: center;
  margin-bottom: 63px;
  height: 267px;
}
.news-con:first-child {
  margin-top: 123px;
}
.news-con .news-img {
  height: 100%;
}
.news-con .news-img img {
  height: 100%;
  object-fit: cover;
  width: 414px;
}
.news-con .news-txt {
  /* width: 64%; */
  flex: 1;
  padding: 38px 110px 38px 41px;
}
.news-con .news-txt .news-title {
  margin-bottom: 0;
  font-size: 20px;
  color: #0e113d;
  padding-bottom: 43px;
}
.news-con .news-txt .news-des {
  margin-bottom: 0;
  font-size: 14px;
  color: #0e113d;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-con .news-time {
  padding-right: 36px;
}
.news-con .news-time .time-con {
  border: 1px solid #c7c7c7;
  text-align: center;
  padding: 20px 25px;
  border-radius: 5px;
}
.news-con .news-time .time-con p {
  margin: 0;
  color: #0e113d;
}
.news-con .news-time .time-con p:first-child {
  font-size: 30px;
}
.news-con .news-time .time-con p:last-child {
  font-size: 16px;
}
.news-con .news-time .news-more a {
  display: inline-block;
  margin-top: 31px;
  padding: 13px 17px 11px 21px;
  font-size: 14px;
  color: #0e113d;
  background-color: #fdb634;
  border-radius: 5px;
}
@media screen and (max-width: 667px) {
  .news-con {
    display: block;
    height: auto;
    padding-bottom: 50px;
    margin-top: 50px !important;
  }
  .news-con .news-img img {
    width: 100%;
  }
  .news-con .news-txt {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .news-con .news-txt .news-title {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .news-con .news-time {
    padding-right: 0;
  }
  .news-con .news-time .time-con {
    border: none;
  }
  .news-con .news-time .news-more {
    text-align: center;
  }
}
.copyright {
  padding-top: 28px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 14px;
  color: #cccccc;
  /* background-color: #00699d; */
  background-color: #007eba;
  border-top: 1px solid #adaebd;
}
.contactUs {
  padding-top: 79px;
  padding-bottom: 129px;
}
.contactUs .contactInfo {
  margin-bottom: 33px;
}
.contact-title {
  font-size: 18px;
  margin-bottom: 47px;
  font-weight: bold;
}
.contact-addr {
  display: flex;
}
.contact-addr .contact-con {
  width: 50%;
  background-color: #f3f3f3;
  padding: 99px 93px 79px 51px;
}
.contact-addr .contact-con .contact-des .dis-flex {
  display: flex;
  justify-content: space-between;
}
.contact-addr .map {
  width: 50%;
}
@media screen and (max-width: 667px) {
  .contact-addr {
    flex-direction: column;
  }
  .contact-addr .contact-con {
    width: 100%;
	padding: 20px 10px;
  }
  .contact-addr .map {
    width: 100%;
    height: 300px;
  }
}
.companies {
  display: flex;
  justify-content: space-between;
  /* margin-bottom: 115px; */
}
.companies .companies-con {
  width: 33%;
  padding: 40px 30px 15px;
  /* border: 1px solid #c6c6c6; */
}
.companies .companies-con:not(:last-child) {
  border-right: 1px solid #c6c6c6;
}
.companies .contact-title {
  margin-bottom: 25px;
}
@media screen and (max-width: 667px) {
  .companies {
    display: block;
  }
  .companies .companies-con {
    width: 100%;
	padding: 20px 10px;
  }
}
/* .contact-form {
  padding: 40px 40px 65px 65px;
  border: 1px solid #c6c6c6;
} */
.contact-form .feedback,
.contact-form .application-form {
  font-size: 20px;
  margin-bottom: 20px;
}
.contact-form .feedback-des,
.contact-form .application-des {
  margin-bottom: 59px;
}
@media screen and (max-width: 667px) {
  .contact-form {
    padding: 10px;
  }
}
.form-horizontal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-horizontal .control-label {
  font-weight: normal;
  margin-bottom: 10px;
}
.form-horizontal .col-md-6,
.form-horizontal .col-md-12 {
  padding: 0;
}
.form-horizontal .userNameInput {
  padding-right: 30px;
  margin-bottom: 30px;
}
.form-horizontal .nameTxt::before,
.form-horizontal .emailTxt::before {
  /* display: inline-block;
  content: '';
  background-color: red;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 5px;
  margin-bottom: 3px; */
  display: inline-block;
  content: "*";
  width: 6px;
  height: 6px;
  margin-right: 5px;
  line-height: 6px;
  color: red;
}
@media screen and (max-width: 667px) {
  .form-horizontal .userNameInput {
    padding-right: 0px;
	margin-bottom: 15px;
  }
}
.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
  /* margin-bottom: 30px; */
}
textarea.form-control {
  min-height: 100px;
}
.form-btn {
  display: inline-block;
  padding: 20px 65px;
  cursor: pointer;
  color: #fff;
}
.submit-btn {
  background-color: #0297d4;
  margin-right: 19px;
}
.news-txt-phone{
	display: none;
}
@media screen and (max-width: 667px) {
  .submit-btn {
    margin-right: 0;
  }
  .form-btn {
    padding: 20px 50px;
  }
  .btn-box{
	  display: flex;
	  justify-content: space-between;
	  width: 100%;
  }
  .productPage-list .all-down{
	  display: flex;
	  justify-content: space-between;
  }
  .productPage-list .all-down .allProduct{
	  padding-bottom: 0;
	  border-bottom: none;
  }
  .productPage-list .all-down .download{
	  padding-top: 0;
  }
  .footer .footer-nav{
	  display: none;
  }
  .footer{
	  padding: 30px 0;
  }
  .copyright{
	  display: none;
  }
  .productPage-list .col-md-3{
	  margin-bottom: 40px;
	  min-height: auto;
  }
  .productInfo-cate{
	  margin-bottom: 40px;
  }
  .highLight{
	  display: none;
  }
  .productInfo-des .productInfo-params-box{
	  padding-left: 0;
  }
  .params-tab-con table {
	width: 100%;
	display: block;
    overflow-x: auto;
	height: auto !important;
  }
  .params-tab-con  table td{
	  padding: 5px;
  }
  .contactUs{
	  padding-top: 49px;
	  padding-bottom: 49px;
  }
  .companies .companies-con:not(:last-child) {
      border-right: none;
	  border-bottom: 1px solid #c6c6c6;
  }
  .productPage-list .productPage-img{
	  height: 100px;
	  /* line-height: 100px; */
  }
  .news-con{
	  display: flex;
	  align-items: center;
	  padding-bottom: 0;
  }
  .news-con .news-img{
	  width: 40%;
  }
  .news-txt,.news-time{
	  display: none;
  }
  .news-txt-phone{
  	display: block;
  }
  .news-txt-phone{
	  width: 60%;
	  padding: 10px;
  }
  .news-txt-phone .news-title{
	  color: #0e113d;
	  line-height: 1.5;
	  font-size: 14px;
	  display: -webkit-box;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 3;
	  overflow: hidden;
  }
  .product,.case,.support{
	  padding-top: 50px;
	  padding-bottom: 30px;
  }
  .com-box{
	  margin-bottom: 50px;
  }
  .com-box img{
	  display: none;
  }
  .com-box .com-title{
	  font-size: 2rem;
  }
  .case-con .case-box .case-des{
	  min-width: auto;
  }
  .case-con .case-box{
	  margin-bottom: 25px;
  }
}

.reset-btn {
  background-color: #6b6b6b;
}




.home-con-one {
	/* padding: 40px 0 30px; */
	padding: 0 0 30px;
	overflow: hidden;
	position: relative;
}

.home-con-one .swiper-container {
	padding: 90px 10px;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	overflow: visible;
}

.home-con-one .swiper-slide {
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.home-con-one .item {
	display: block;
	transition: all .3s;
	cursor: pointer;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	margin-bottom: 17px;
}

.home-con-one .swiper-box:hover .item{
	transform: scale(1.1);
}



.home-con-one .pic {
	overflow: hidden;
}


.home-con-one .swiper-slide {
	position: relative;
	text-align: center;
	font-size: 18px;
	background: #fff;
	transition: 300ms;
	transform: scale(1);
}

.home-con-one .swiper-slide .swiper-box::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, .5);
}

.home-con-one .swiper-slide .swiper-box::before {
	opacity: 0;
	content: '';
	width: 35px;
	height: 35px;
	background-size: 6px;
	display: block;
	position: absolute;
	bottom: 2px;
	left: 50%;
	margin-left: -17px;
	border-radius: 50%;
	overflow: hidden;
	transition: all .5s;
	display: none;
}

.home-con-one .swiper-slide.swiper-slide-prev,
.home-con-one .swiper-slide.swiper-slide-next {
	z-index: 2;
	transform: scale(1.15);
}

.home-con-one .swiper-slide-active,
.home-con-one .swiper-slide-duplicate-active {
	z-index: 3;
	transform: scale(1.3);
}

.home-con-one .swiper-slide-active .swiper-box::before,
.home-con-one .swiper-slide-duplicate-active .swiper-box::before {
	opacity: 1;
}

.home-con-one .swiper-slide-active .swiper-box::after,
.home-con-one .swiper-slide-duplicate-active .swiper-box::after {
	opacity: 0;
}

.home-con-one .swiper-container .swiper-button-next {
	left: 50%;
	top: auto;
	bottom: 25px;
	margin-left: -25px;
	width: 50px;
	height: 50px;
	background: #1685da;
	outline: none;
	border-radius: 50%;
}
.home-con-one .swiper-container .swiper-button-next::after{
	color: #fff;
	font-size: 16px;
}

@media(max-width:1024px) {
	.home-con-one .swiper-container {
		padding: 120px 0;
	}
}

@media(max-width:768px) {

	.home-con-one {
		padding-top: 10px;
		padding-bottom: 20px;
	}

	.home-con-one .swiper-container {
		padding: 40px 0;
	}

	.home-con-one .swiper-slide.swiper-slide-prev,
	.home-con-one .swiper-slide.swiper-slide-next {
		z-index: 2;
		transform: scale(1);
	}

	.home-con-one .swiper-slide-active,
	.home-con-one .swiper-slide-duplicate-active {
		z-index: 3;
		transform: scale(1.2);
	}
	.home-con-one .swiper-container .swiper-button-next {
		bottom: 63px;
	}
	
	.nav-li a{
		border-right: none !important;
	}
}
