*{
	margin: 0;
	padding: 0;
	white-space:normal !important;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
}
a{
	text-decoration: none;
	color: #222;
	transition: all .5s;
-webkit-transition: all .5s;
}
/* a:hover{
	color: #222;
	transition: all .5s;
-webkit-transition: all .5s;
} */
li{
	list-style: none;
}
img {
    vertical-align: middle;
    max-width: 100%;
    border: 0;
    object-fit: cover;
}
img.max{
	width: 100%;
}

/* .fm-ANm{
	font-family: arial;
}
.fm-ANb{
	font-family: arial;
	font-weight: bold;
} */

body{
	width: 100%;
	font-size: 14px;
	color: #222;
    line-height: 1.6;
	font-family: "Source Han Sans", "思源黑体", "微软雅黑", "Microsoft Yahei",sans-serif !important;
}

h1,h2,h3,h4,h5,h6 {
    font-size: inherit;
    font-weight: inherit;
}


/*关于我们banner-开始*/
.banner_container {
	position: relative;
  }
  .banner_container .img img {
	width: 100%;
  }
  .banner_container .position {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
  }
  .banner_container .position .box {
	margin: auto;
	color: #fff;
	text-align: center;
  }
  .banner_container .position .box h5 {
	font-size: 3.25rem; /* 0.52 * 100 / 16 */
  }
  .banner_container .position .box p {
	font-size: 1.25rem; /* 0.2 * 100 / 16 */
	margin-top: 1.5rem; /* 0.24 * 100 / 16 */
  }/*关于我们banner-结束*/
  

  @media screen and (max-width: 1024px) {
  
/*关于我们banner-开始*/
.banner_container .position .box p{
    padding: 0 3.125rem; /* 5vw */
}/*关于我们banner-结束*/
}




@media screen and (max-width: 699px) {
  /*关于我们banner-开始*/
  .banner_container .img img {
    min-height: 20rem; /* 3rem * 100 / 16 */
  }/*关于我们banner-结束*/


/*关于我们banner-开始*/
.banner_container .position .box p {
    font-size: 1rem; /* 16px / 16px */
    padding: 0 3.125rem; /* 5vw */
}/*关于我们banner-结束*/

	.banner_container .position .box h5{
    font-size: 2rem;
}
}



/*行业解决方案*/
.solution{
	padding-top: 9.375vw;
	padding-bottom: 4.16vw;
}

.solution-ul{
	width: 101.875%;
	font-size: 0;
	margin: 2.6vw 0;
}
.solution-li{
	display: inline-block;
	vertical-align: top;
	width: 23.125%;
	margin-right: 1.875%;
	margin-bottom: 1.875%;
	background: #fff;
	border-radius: 1vw;
	overflow: hidden;
}
.solution-a{
	font-size: 0;
}
.solution-b{
	height: 3.7vw;
	line-height: 3.7vw;
	font-size: 0.9375vw;
	padding: 0 1.56vw;
	padding-right: 2.6vw;
	border-top: 2px solid #fafafa;
	background: url(../image/ico07_1.png) no-repeat 93% center;
	background-size: .6vw auto;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.solution-li:hover .solution-b{
	background-color: #04243D;
	color: #fff;
	background-image: url(../image/ico07_2.png);
transition: all .5s;
-webkit-transition: all .5s;
}

.gybut.bj{
	background: initial;
	border: 2px solid #e7e8eb;
}
.gybut.bj:hover{
	background: #00873B;
	border-color: #00873B;
}
.solution-jk {
	padding: 3.125vw 0;
	overflow: hidden;
}

.solution-j{
	float: left;
	color: #fff;
}
.solution-k{
	float: right;
	padding: 0 1.3vw;
}
.solution-k img{
	width: 1.04vw;
	position: relative;
	left: 1vw;
	display: none;
}
.solution-k:after{
	display: none;
}
.solution-k:before{
	content: '';
	width: .95vw;
	height: 100%;
	position: absolute;
	top: 5%;
	right: 15%;
	z-index: 3;
	background: url(../image/ico08.png) no-repeat center;
	background-size: 100% auto; 
transition: all .5s;
-webkit-transition: all .5s;
}
.solution-k:hover:before{
	background-image: url(../image/ico08_9.png);
transition: all .5s;
-webkit-transition: all .5s;
}


@media(max-width:1200px){
	.solution{
		padding-top: 200px;
		padding-bottom: 80px;
	}
	.solution-b{
		height: 50px;
		line-height: 50px;
		padding: 0 15px;
		padding-right: 30px;
		background-size: 8px auto;
		font-size: 2vw;
	}
	.solution-ul{
		margin: 40px 0;
	}
	.solution-k{
		padding: 0 20px;
	}
	.solution-k img{
		width: 15px;
		left: 10px;
	}
	.solution-k:before{
		width: 15px;
		top: 3%;
	}
}
@media(max-width:1000px){
	.solution{
		padding-top: 160px;
		padding-bottom: 80px;
	}
	.solution-ul{
		width: 102%;
	}
	.solution-li{
		width: 48%;
		margin-right: 2%;
		margin-bottom: 2%;
		border-radius: 15px;
	}
	.solution-jk{
		padding: 30px 0;
	}
}
@media(max-width:750px){
	.solution{
		width: 92%;
		padding-top: 2rem;
		padding-bottom: .8rem;
	}
	.solution-ul{
		width: 102%;
		margin: .5rem 0;
	}
	.solution-li{
		border-radius: .2rem;
	}
	.solution-b{
		font-size: 1.2rem;
		padding: 0;
		height: 3rem;
		line-height: 3rem;
		background-position-x: 95%;
		background-size: .12rem auto;
		text-align: center;
	}
	.solution-jk{
		padding: 30px 0;
	}
	.solution-jk{
		text-align: center;
		padding: .6rem 0;
	}
	.solution-j{
		width: 100%;
	}
	.solution-k{
		float: initial;
		margin-top: .3rem;
	}
}



/*产品中心*/
.product{
	margin: 106px 0;
	overflow: hidden;
	position: relative;
}
.product-lt{
	width: 18.75%;
	float: left;
	padding: 3.7vw 2.6vw;
}
.product-a{
	line-height: 1.2;
	font-size: 40px;
}
.product-b{
	width: 1.04vw;
	height: .3vw;
	background: #d2ae5b;
	border-radius: .15vw;
	margin-top: 1vw;
	margin-bottom: 1.2vw;
}
.product-rt{
	width: 81.25%;
	float: right;
	background: #f5f6fa;
	padding: 3.7vw 2.6vw;
	padding-bottom: 4.6vw;
	min-height: 110vh;
}
.product-d{
	font-weight: bold;
}
.product-ul{
	width: 101%;
	font-size: 0;
	margin-top: 2.1vw;
	margin-bottom: 3.2vw;
}
.product-li{
	width: 24%;
	margin-right: 1%;
	margin-bottom: 1%;
}

@media(max-width:1200px){
	.product{
		margin-top: 80px;
	}
	.product-lt{
		width: 25%;
		padding: 50px 4%;
	}
	.product-rt{
		width: 75%;
		padding: 50px 4%;
		min-height: 80vh;
	}
	.product-li{
		width: 32.333%;
	}
	.product-b{
		width: 20px;
		height: 5px;
		border-radius: 3px;
	}
}

@media(max-width:1000px){

	.product-lt{
		width: 100%;
		padding: 50px 4%;
	}
	.product-rt{
		width: 100%;
		padding: 50px 4%;
	}
}
@media(max-width:750px){
	.product{
		margin-top: 1rem;
	}
	.product-lt{
		padding: .8rem 4%;
	}
	.product-rt{
		padding: .8rem 4%;
	}
	
	.product-ul{
		width: 102%;
		margin: .4rem 0;
	}
	.product-li{
		width: 45%;
		margin-right: 5%;
		margin-bottom: 5%;
	}
	.product-a{
		font-size: 24px;
		font-weight: bold;
		line-height: 2rem;
	}
	.product-b{
		width: 3rem;
		height: 0.5rem;
		border-radius: 0;
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
	}
}



.product-lt{
	width: 29%;
	overflow: hidden;
	padding: 0;
	float: left;
}
.product-rt{
	width: 71%;
	padding: 3.125vw 4.166vw;
	position: relative;
	z-index: 2;
}

.product:after{
	content: '';
	width: 71%;
	height: 100%;
	background: #f5f6fa;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.product-rt-div{
	width: 58.85vw;
}
.product-c{
	color: #999;
}
.product-ul{
	width: 102.66%;
	margin-top: 2vw;
}
.product-li{
	width: 30.673%;
	margin-right: 2.66%;
	margin-bottom: 3.2%;
}

.product-lt-div {
    width: 20.8333vw;
    padding: 0 1.5vw 0 0;
    float: right;
}
.product-kul{
	width: 2.5vw;
	width: 16vw;
}
.product-kli{
	margin-bottom: 10px;
	border: 1px solid #f5f6fa;
}
.product-klt{
	padding: 1.2vw 1.56vw;
	padding-right: 2.2vw;
	line-height: 1.5vw;
	color: #222;
	background: #f5f6fa url(../image/ico38_1.png) no-repeat 95% center;
	background-size: 0.8333vw auto;
	cursor: pointer;
	transition: all .5s;
	-webkit-transition: all .5s;
	font-size: 18px;
}
.product-klt.on{
	background-color: #04243D;
	color: #fff;
	background-image: url(../image/ico38_2.png);
	transition: all .5s;
	-webkit-transition: all .5s;
}
.product-krt{
	padding: 1vw 1.56vw;
	display: none;
}
.product-krt a{
	color: #222;
	display: block;
	margin: .7vw 0;
	font-size: 18px;
}
.product-krt a:hover,
.product-krt a.on{
	color: #d2ae5b;
}
.product-kli.on{
	margin-bottom: 20px;
}
.porinfo-a span{
	display: inline-block;
}
.porinfo-a a{
	color: #999;
}
.porinfo-a a:hover{
	color: #00873b;
}

@media(max-width:1200px){
	.product-lt{
		width: 30%;
	}
	.product-lt-div{
		width: 100%;
		padding: 0 2vw 4vw 4vw;
	}
	.product-lt .porinfo-a{
		font-size: 14px;	
	}
	.product-rt{
		width: 70%;
		padding: 4vw;
	}
	.product:after{
		width: 70%;
	}
	.product-kul{
		width: 100%;
	}
	.product-klt{
		padding: 20px 15px;
		line-height: 25px;
		padding-right: 30px;
		background-size: 10px auto;
	}
	.product-rt-div{
		width: 100%;
	}
	.product-krt{
		padding: 10px 15px;
	}
	.product-krt a{
		margin: 5px 0
	}
	.product-ul{
		margin-top: 30px;
	}
}

@media(max-width:1000px){
	.product-lt .porinfo-a{
		display: block;
		font-size: 13px;
	}
	.product-lt{
		width: 38%;
	}
	.product-rt{
		width: 62%;
	}
	.product:after{
		width: 62%;
	}
	.product-ul{
		width: 102%;
	}
	.product-li{
		width: 48%;
		margin-right: 2%;
		margin-bottom: 3%;
	}
}
@media(max-width:750px){
	.product-rt{
		width: 100%;
		padding: 2rem 1rem;
	}
	.product:after{
		display: none;
	}
	.product-lt{
		width: 100%;
	}
	.product-lt-div{
		padding: 1rem;
	}
	.product-lt .porinfo-a{
		display: none;
	}
	.product-klt{
		padding: 10px 15px;
		line-height: 2rem;
		font-size: 22px;
	}
	.product-krt a{
		margin: .15rem 0;
	}
	
	.product-ul{
		margin-top: .5rem;
	}
}



/* 产品详情页 */
.cz-product {position: relative;}
.cz-product-detail {padding: 100px 0 100px 0;overflow: hidden;}
.cz-product-detail .cz-content{width: 90%;width:calc(90% - 60px);padding:0 30px; margin: auto; position: relative;}
.cz-product-detail-left{float: left;width: 50%;background: #000;overflow: hidden;border-radius: 20px;}
.cz-product-detail-swiper{position: relative;overflow: hidden;width: 100%;height: 100%;}
.cz-product-detail-swiper .img{}
.cz-product-detail-swiper .swiper-button-next,.cz-product-detail-swiper .swiper-button-prev {left: auto;right: 0;top: auto;bottom: 0;margin: auto;width: 60px;height: 60px;z-index: 10;border-radius: 50%;}
.cz-product-detail-swiper .swiper-button-next::after,.cz-product-detail-swiper .swiper-button-prev::after {display: none;}
.cz-product-detail-swiper .swiper-button-next {right: 2%;bottom: 45%;background: url('../image/jt-r1.png') center no-repeat rgba(0,0,0,.1);}
.cz-product-detail-swiper .swiper-button-prev {left: 2%;right: auto;bottom: 45%;background: url('../image/jt-l1.png') center no-repeat rgba(0,0,0,.1);}
.cz-product-detail-swiper .swiper-button-next:hover {background: url('../image/jt-r1.png') center no-repeat #04243D;}
.cz-product-detail-swiper .swiper-button-prev:hover {background: url('../image/jt-l1.png') center no-repeat #04243D;}
.cz-product-detail-right {float: left;width: 45%;padding: 0 0 0 5%;overflow: hidden;}
.cz-product-detail-right .title-1{font-size: 50px;color: #D2AE5B;line-height: 50px;font-weight: bold;}
.cz-product-detail-right .title-2{font-size: 28px;color: #04243D;margin: 10px auto 20px;}
.cz-product-detail-right .text-3{padding: 15px 0;border-top: 2px solid #e6e8ed;overflow: hidden;font-size: 18px;color: #666e80;line-height: 30px;text-align: inherit;}
.cz-product-detail-right .text-3 .text-1:first-child{color: #04243D;font-weight: 500;}
.cz-product-detail-right .buttom-4{margin-top: 10px;overflow: hidden;}
.cz-product-detail-right .buttom-4 a{display: block;float: left;width: 150px;height: 60px;line-height: 60px;padding: 0 35px;color: #fff;font-size: 14px;font-weight: bold;position: relative;margin-right: 10px;}
.cz-product-detail-right .buttom-4 a i {width: 20px;height: 20px;position: absolute;right: 15%;top: 50%;margin-top: -10px;}
.cz-product-detail-right .buttom-4 a.bofang{background: #e63939;}
.cz-product-detail-right .buttom-4 a.zhixun{background: #04243D;}
.cz-product-detail-right .buttom-4 a.bofang i {background: url('../image/play1.png') center no-repeat;}
.cz-product-detail-right .buttom-4 a.zhixun i {background: url('../image/xiaoxi.png') center no-repeat;}
.cz-product-detail-right .buttom-4 a.bofang:hover {background: #c43131;}
.cz-product-detail-right .buttom-4 a.zhixun:hover {/*background: #4d4dbb;*/letter-spacing:2px;}

.cz-product-detail-content.characteristic {background: url('../image/characteristic.jpg') center no-repeat;background-size: cover;}
.cz-product-detail-content.characteristic .title-1{border-bottom: 2px solid #2a344b;}
.cz-product-detail-content.characteristic .title-1,.cz-product-detail-content.characteristic .title-1 i {color: #fff;}
.cz-product-detail-content.characteristic .characteristic-3 {margin-top: 30px;overflow: hidden;}
.characteristic-3 .item-4{color: #fff;/* border: 2px solid #2a344b66; */box-sizing: border-box;float: left;width:100%;/* padding:2.5% 3%; */overflow: hidden;margin:1% 1% 1% 0;}
.characteristic-3 .item-4:nth-child(3),.characteristic-3 .item-4:nth-child(6),.characteristic-3 .item-4:nth-child(9),.characteristic-3 .item-4:nth-child(12),.characteristic-3 .item-4:nth-child(15) {margin:1% 0 1% 0;}
.characteristic-3 .item-4 .text-1{font-size: 16px;position: relative;/* padding-bottom: 20px; *//* border-bottom:1px solid #3f485d; */font-weight: 500 !important;padding: 0 0 30px 35px;}
.characteristic-3 .item-4 .text-1 i{background: url(../image/adv-icon5.png) center no-repeat;width: 25px;height: 25px;display: block;position: absolute;left: 0;top: 0px;}
.characteristic-3 .item-4 .text-2{padding: 20px 0 0 0;overflow: hidden;height: 130px;}
.characteristic-3 .item-4 .text-3{font-size: 14px;line-height: 26px;color: #babcc0;max-height: 130px;padding-right: 10px; overflow: auto;}
.characteristic-3 .item-4 .text-3::-webkit-scrollbar{height:4px; width:2px;background: #41495d;}
.characteristic-3 .item-4 .text-3::-webkit-scrollbar-track {background: #41495d;}
.characteristic-3 .item-4 .text-3::-webkit-scrollbar-thumb {background: #fff;}   

@media screen and (max-width: 1025px) {
	.cz-product-detail-left,.cz-product-detail-right {width: 100%;float: none;}
	.cz-product-detail-right {padding: 5% 5% 0;}
}


@media screen and (max-width: 640px) {
	.cz-product-detail {padding: 50px 0 30px 0;}
	.cz-product-detail .cz-content {width: 90%;width: calc(90% - 0px);padding: 0 0px;}
	.cz-product-detail-left,.cz-product-detail-right {width: 100%;float: none;}
	.cz-product-detail-swiper .swiper-button-next, .cz-product-detail-swiper .swiper-button-prev {display: none;}
	.cz-product-detail-right {padding: 5% 0 ;}
	.cz-product-detail-right .buttom-4 a {width: 80px;}

	.cz-product-detail-right .text-3{
    font-size: 16px;
    line-height: 24px;
	}
.cz-product-detail-right .title-1{
    font-size: 40px;
}
	.cz-product-detail-right .title-2{
    font-size: 24px;
    margin: 0 auto 10px;
}

	
}



/*产品详情页icon*/
.p-icon{margin: 0 auto 20px;}
.p-icon ul{margin: 0 auto;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.p-icon li {width: 33%;margin: 0 auto 20px;position: relative;float: left;}
.p-icon li span {font-size: 16px;position: absolute;bottom: 40%;color: #666e80;}
.p-icon li:nth-of-type(1) {margin-left: 0;}
.p-icon img {-webkit-border-radius: 50%;border-radius: 50%;width: 35%;margin: 0 15px 0 0;}

.cz-product-detail-content {padding: 50px 0;overflow: hidden;}
.cz-product-detail-content .cz-content{width:80%;margin: auto; position: relative;}
.cz-detail-content {margin: 30px;}
.cz-detail-content .title-1 {font-size: 24px;color: #04243D;position: relative;padding: 20px 0;overflow: hidden;border-bottom: 2px solid #d8dae0;}
.cz-detail-content .title-1 i{width: 30px;line-height: 30px;text-align: center;font-size: 20px;color: #04243D;position: absolute;right: 0;top: 50%;margin-top: -15px;font-style: normal;}
.cz-detail-content .img{text-align: center;padding-top: 100px;overflow: hidden;float: left;width: 50%;}
.cz-detail-content .img img{background-repeat: no-repeat;background-position: center center;background-size: cover;width: auto;margin: 0 auto;}
.cz-detail-content .parameter-2 {margin-top: 30px;overflow: hidden;border: 1px solid #e6e8ed;}
.cz-detail-content .parameter-2 .item-3 {background: #ffffff;border-bottom: 1px solid #f2f4f7;overflow: hidden;}
.cz-detail-content .parameter-2 .item-3:hover {background: #f2f4f7;}
.cz-detail-content .parameter-2 .item-3:first-child{background: #f2f4f7;}
.cz-detail-content .parameter-2 .item-3:last-child {border-bottom: none;}
.cz-detail-content .parameter-2 .item-3:first-child li {font-size: 18px;}
.cz-detail-content .parameter-2 .item-3 li{font-size: 16px;color: #26334c;list-style: none;float: left;width:40%;margin: 0;padding: 0;padding: 25px 5%;}
.cz-detail-content .parameter-2 .item-3 li:first-child{width:20%;}

@media screen and (max-width: 640px) {
	.cz-product-detail-content{
		padding: 0 0 30px 0;
	}

	.cz-product-detail-content .cz-content{
    width: 90%;
    width: calc(90% - 0px);
    padding: 0 0px;
}
	.cz-detail-content {
		margin:0 auto;
	}
	.cz-detail-content .img{
		float:none;
		width: 100%;
		padding-top: 30px;
	}
}



/*产品详情页头部查看更多按钮*/
.more-button {
  text-decoration: none;
  display: inline-flex;
  border: none;
  cursor: pointer;
  align-items: center;
  gap: 0.75rem;
  color: #fff;
  border-radius: 10rem;
  padding: 0.75rem 1.5rem;
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.3s;
  margin: 15px 50px 0 0;
  font-size: 16px;
}

.more-button__icon-wrapper {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  position: relative;
  color: var(--clr);
  background-color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.more-button:hover {
  background-color: #04243D;
}

.more-button:hover .more-button__icon-wrapper {
  color: #04243D;
}
.more-button2:hover .more-button__icon-wrapper {
  color: #D2AE5B;
}

.more-button__icon-svg--copy {
  position: absolute;
  transform: translate(-150%, 150%);
}

.more-button:hover .more-button__icon-svg:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}

.more-button:hover .more-button__icon-svg--copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}

@media screen and (max-width: 640px) {
	.more-button{
		margin: 15px 30px 0 0;
		font-size: 14px;
	}
}


/*产品详情页，产品信息表格*/
.table {border-collapse: collapse;position: relative;margin: 30px auto 20px;font-size: 14px;overflow: auto;}
.table table {border-collapse: collapse;position: relative;width: 100%;text-align: center;}
.table thead tr{background-color: #f2f4f7;}
.table thead tr td {padding: 14px 0px;border: 2px solid rgb(255, 255, 255);line-height: 30px;font-size: 16px;color: #04243D;background: #bfc9d8;}
.table tbody tr td {padding: 20px 0px;border: 2px solid rgb(255, 255, 255);line-height: 30px;font-size: 16px;color: #04243D;}
.table tbody tr {background-color: #f2f4f7;}

@media screen and (max-width: 640px) {
	.table {
		overflow-x: auto;
	}
	.table thead tr td,.table tbody tr td{
		font-size: 14px;
		line-height: 24px;
		padding: 10px 0px;
	}
	.table table{
		width: 700px;
	}
}

		
