
.w1 {
	width: 94%;
	margin: 0px auto;
	max-width: 1600px;
}


.target-fix {
	position: relative;
	top: -108px;
	display: block;
	height: 0;
	line-height: 0;
	background: none;
	overflow: hidden;
	outline: 0;
	text-decoration: none;
	border: none;
}


div {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 0px;
}

.inner {
	max-width: 1600px;
	margin: 0px auto;
	overflow: hidden;
	width: 90%;
}


/* 内页banner */
.pageban {
	width: 100%;
	position: relative;
	overflow: hidden
}

.pageban .textbox {
	position: absolute;
	top: 50%;
	left: 50% !important;
	opacity: 1;
	transform: translate(-50%, -50%);
	z-index: 2;
	    width: 100%;
}

.pageban .textbox .title {
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	font-family: "Source Han Sans CN"
}

.pageban .textbox .text {
	color: #fff;
	font-size: 15px;
	text-align: center;
	line-height: 24px;
	max-width: 50%;
	margin: 20px auto 0px;
}

.pageban .textbox .text a {
	color: #fff;
}

.pageban .wapimg {
	display: none
}

@media (max-width:1620px) {
	.pageban .textbox {
		margin-left: -41vw
	}

}

@media (max-width:1560px) {
	.pageban .textbox {
		margin-left: -44vw;
		margin-top: -48px
	}

	.pageban .textbox .title {
		font-size: 28px
	}

	.pageban .textbox .text {
		font-size: 16px;
		margin-top: 10px
	}
}


@media (max-width:1280px) {
	.pageban .textbox {
		margin-left: -46vw
	}

}


@media (max-width:1024px) {

	.pageban .wapimg {
		display: block
	}

	.pageban .wapimg img {
		width: 100%
	}

	.pageban .textbox {
		left: 0;
		margin-left: 0;
		margin-top: -12px
	}

	.pageban .textbox .cntitle {
		font-size: 16px;
		transition: 2s ease-in-out 0s;
		-webkit-transition: 2s ease-in-out 0s;
		-moz-transition: 2s ease-in-out 0s
	}

	.pageban .textbox .entitle {
		font-size: 12px;
		margin-top: 0;
		transition: 2s ease-in-out 0.3s;
		-webkit-transition: 2s ease-in-out 0.3s;
		-moz-transition: 2s ease-in-out 0.3s
	}

	.pageban .img,
	.pageban {
		height: auto;
		background-image: none
	}

	.pageban {
		margin-top: 0
	}

	.pageban .img {
		position: static
	}

	.pageban .showimg img {
		opacity: 1;
		visibility: visible
	}

	.pagewrap {
		padding: 50px 15px
	}

	.pageban .textbox {
		padding: 8px 15px
	}

	.pageban .textbox {
		left: 0;
		margin-left: 0;
		width: 100%;
		padding: 0 15px;
		margin-top: -13px
	}

	.pageban .textbox .title {
		font-size: 18px
	}

	.pageban .textbox .text {
		font-size: 12px;
		margin-top: 4px;
		display: none
	}

}



/*======内页导航======*/
.pagechildnavname {
	height: 41px;
	color: #666;
	position: relative;
	border-bottom: 1px solid #ccc;
	display: none
}

.pagechildnavname.cur .name {
	color: #44b2b2
}

.pagechildnavname .name {
	height: 40px;
	line-height: 40px;
	color: #666;
	font-size: 16px
}

.pagechildnavname .icon {
	height: 40px;
	line-height: 40px
}

.pagechildnavname .icon img {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 3px
}

.pagechildnavname.cur .icon img {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg)
}

.pagechildnav {
	height: auto;
	text-align: center;
	margin-top: 0;
	background: #fff;
	box-shadow: 0px 3px 30px 0 rgba(98, 101, 124, 0.1);
	position: relative;
	z-index: 3;
}

.pagechildnav .wrap{display: flex;justify-content: center;}



.pagechildnavlist {
	display: inline-block;
	height: auto;
	margin: 15px 30px;
	line-height: 32px;
	color: #666;width:max-content;
	font-size: 16px;
	position: relative;
}

.pagechildnavlist img {
	width: max-content;
	display: block;
	margin: 10px auto;
	filter: grayscale(1) brightness(1);
}

.pagechildnavlist:after {
	content: "";
	width: 0px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: 0.5s ease-in-out 0s;
	-webkit-transition: 0.5s ease-in-out 0s;
	-moz-transition: 0.5s ease-in-out 0s
}

.pagechildnavlist:before {
	content: "";
	width: 1px;
	height: 12px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: -22px
}

.pagechildnavlist:nth-last-of-type(1):before {
	display: none
}

.pagechildnavlist.cur,
.pagechildnavlist:hover {
	color: #44b2b2;
}

.pagechildnavlist.cur img,
.pagechildnavlist:hover img {
	filter: grayscale(0) brightness(1);
}

.pagechildnavlist.cur:after,
.pagechildnavlist:hover:after {
	width: 100%
}

@media (max-width:1620px) {
	.pagechildnavlist {
		margin: 0 15px;
		font-size: 15px
	}

	.pagechildnavlist:before {
		right: -15px
	}
}


@media (max-width:1560px) {
	.pagechildnavlist {
		margin: 0 10px;
		font-size: 14px
	}

	.pagechildnavlist:before {
		right: -10px
	}
}

@media (max-width:1280px) {
	.pagechildnavlist {
		margin: 0 8px;
		font-size: 13px
	}

	.pagechildnavlist:before {
		right: -8px
	}
}


@media (max-width:1024px) {
	.pagechildnav {
		margin-top: 0;
		height: auto;
		padding: 10px 5px;
		display: none
	}

	.pagechildnavlist {
		height: 36px;
		line-height: 36px;
		margin: 0;
		font-size: 14px;
		display: block
	}

	.pagechildnavlist:before {
		right: -10px;
		display: none
	}

	.pagechildnavname {
		display: block
	}

	.pagechildnavlist.cur:after {
		display: none
	}

}

/* 内页导航手机 */
.wappagenav {
	display: none;
	position: relative
}

.wappagenav .wappagenavname {
	display: block;
	color: #fff;
	background-color: #44b2b2;
	font-size: 16px;
	line-height: 48px;
	position: relative
}

.wappagenav .wappagenavname:after {
	content: "";
	width: 2px;
	height: 14px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	right: 21.5px;
	margin-top: -7px;
	transition: 0.5s ease-in-out 0s;
	-webkit-transition: 0.5s ease-in-out 0s;
	-moz-transition: 0.5s ease-in-out 0s
}

.wappagenav .wappagenavname:before {
	content: "";
	width: 14px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -1px;
	transition: 0.5s ease-in-out 0s;
	-webkit-transition: 0.5s ease-in-out 0s;
	-moz-transition: 0.5s ease-in-out 0s
}

.wappagenav .wappagenavname.cur:after,
.wappagenav .wappagenavname.cur:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg)
}

.wappagenav .wappagenavitems {
	width: 100%;
	overflow-y: auto;
	padding: 0;
	display: none;
	background-color: #fff;
	z-index: 10;
	position: absolute;
	top: 48px;
	left: 0;
	box-shadow: 0px 6px 28px rgba(0, 0, 0, 0.08)
}

.wappagenav .wappaganavlist {
	width: 100%;
	float: none;
	border-bottom: 1px solid #ddd;
	padding: 0 15px;
	z-index: 99;
	background-color: #fff;
	display: block
}

.wappagenav .wappaganavlist:nth-last-of-type(1) {
	border-bottom: none
}

.wappagenav .wappaganavlist a {
	width: 100%;
	line-height: 40px;
	color: #666;
	font-size: 14px;
	border-top: none;
	display: block
}

@media (max-width:1024px) {

	.wappagenav,
	.wappager,
	.pageban .wapimg {
		display: block
	}
}




/*分页*/
.fenye {
	padding: 50px 0 0;
	text-align: center;
	overflow: hidden;
	clear: both;
	display: flex;
	width: 100%;
	justify-content: center;
}

.fenye a,
.fenye span {
	zoom: 1;
	vertical-align: middle;
	font-size: 16px;
	color: #666;
	width: 45px;
	line-height: 45px;
	display: block;
	height: 45px;
	margin: 5px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #ddd;
	justify-content: space-around;
}

.fenye a:hover,
.fenye .page-num-current {
	background: #44b2b2;
	color: #fff;
	border: none;
	transition: all 0.8s !important;
}

/*新闻详情*/
.news__fixwr .news_detail_left {
	flex: 0 0 74%;
	margin-right: 3%;
	padding: 30px;
	background: #fff;
	position: relative;
	width: 70%;
	float: left;
	border-radius: 10px;
}

.news__fixwr .news_detail_right {
	padding: 10px;
	width: 27%;
	background: #fff;
	float: left;
	border-radius: 10px;
}

.sub_nav {
	padding: 20px 20px 0;
}

.sub_nav>.inner>ul {
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.sub_nav>.inner>ul>li {
	padding: 0;
	color: #333;
	font-size: 18px;
}

.news__fixwr .news_detail_right .news_list {
	padding-bottom: 20px;
	padding-top: 20px;
}

.news_detail_right .zx_list {
	flex: 0 0 100%;
	margin: 0 0 20px;
	border: 1px solid #eee;
	padding: 20px;
}

.news_detail_right .zx_list a {
	text-decoration: none;
	color: #333;
	transition: all 0.05s;
}

.zx_list .abo_r3_t {
	padding: 0;
	line-height: 1;
	transition: color 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99) 0s;
}

.zx_list .abo_r3_t div {
	font-size: 16px;
	color: #999;
}

.zx_list .abo_r3_t h5 {
	margin-bottom: 10px;
	font-size: 18px;
	height: 52px;
	line-height: 1.4;
	margin-top: 20px;
	border: none;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.zx_list .abo_r3_info {
	background-color: #fff;
	padding: 0;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	margin-top: 30px;
}

.zx_list a .abo_r3_info::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: -15px;
	width: 100%;
	height: 1px;
	background-color: #ddd;
	transition: opacity 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99) 0s;
}

.zx_list .pub_info_s {
	font-size: 14px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	work-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	color: #666;
	line-height: 24px;
}

.index_case_list {
	display: flex;
	padding: 0;
	overflow: hidden;
	width: 90%;
	max-width: 1560px;
	margin: 20px auto 0;
	flex-wrap: wrap;
}

.page_single_top .title {
	margin: 20px 0 20px;
	padding: 0;
	font-size: 24px;
	line-height: 1.5;
	color: #333;
	font-weight: bold;
}

.page_single_top .info {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1em;
	color: #999;
	font-weight: lighter;
	background: #f9f9f9;
	width: 100%;
	padding: 30px;
}

.page_single_txt {
	border-bottom: 1px solid #ddd;
	padding: 50px 0;
	font-size: 16px;
	line-height: 2em;
	color: #333;
}

.single_nav {
	border-top: 1px solid #ddd;
	width: 100%;
	padding: 50px 0;
	position: relative;
	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;
	color: #727171;
}

.single_nav_arrow {
	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;
	font-size: 16px;
	line-height: 16px;
	color: #999;
	font-family: "Montserrat-Medium";
}

.single_nav a {
	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;
	color: #727171;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.single_nav .btn_back {
	white-space: nowrap;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	outline: 0;
	font-size: 16px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.single_nav_next {
	margin-left: auto;
}

/*联系我们*/
.contact__box {
	padding: 90px 0;
	background: #fff;
}

.conArea01 ul li {
	float: left;
	width: 24.25%;
	padding: 55px 10px 50px 10px;
	border: 1px solid #eee;
	margin-right: 1%;
	text-align: center;
	box-sizing: border-box;
	background: linear-gradient(180deg, #fff, #f9f9f9);
}

.conArea01 ul li .p1 {
	min-height: 80px;
	text-align: center;
}


.conArea01 ul li .p1 img {
	text-align: center;
	margin: 0px auto;
}




.conArea01 ul li .p2 {
	font-size: 24px;
	color: #333;
}

.conArea01 ul li .p3 {
	font-size: 15px;
	color: #666;
	margin-top: 15px;
	line-height: 25px;
	height: 50px;
}

.conArea01 ul li .p4 {
	font-size: 18px;
	color: #333;
	margin-top: 15px;
	line-height: 45px;
}

.conArea01 ul li .p4 a {
	color: #333;
	display: inline-block;
	line-height: 45px;
	padding: 0 20px;
	border-radius: 25px;
	background: #ddd;
	font-size: 16px;
}

.conArea01 ul li .p4:hover a {
	color: #fff;
	background: #44b2b2;
}

.conArea01 ul li:last-child {
	margin-right: 0;
}

/*技术中心*/
.inner .about3 .item {
	background: #fff;
	padding: 30px;
}

.inner .about3 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;
}

.inner .section {
	width: 100%;
	margin: auto;
}

.inner .about3 .item .imgBox {
	padding-bottom: 147.25%;
	overflow: hidden;
	position: relative;
	height: 0;
}

.inner .about3 .item .imgBox img {
	object-fit: contain;
	width: 100%;
	max-width: 100%;
	transition: all 0.5s;
	height: 100%;
	object-fit: cover;
	position: absolute;
}

.inner .about3 .item .title {
	text-align: center;
	margin-top: 30px;
	color: #666;
	font-size: 15px;
}

.application .about3 .item .imgBox {
	padding-bottom: 75%;
	overflow: hidden;
	position: relative;
	height: 0;
}

.application .about3 .item .imgBox img {
	object-fit: contain;
	width: 100%;
	max-width: 100%;
	transition: all 0.5s;
	height: 100%;
	object-fit: cover;
	position: absolute;
}

/*关于*/
.honor__hide .research__btn.prev {
	left: 66px;
}

.honor__hide .research__btn.next {
	right: 66px;
}

.aboutOne {
	background: url(/template/default/picture/about_bg.jpg);
	padding: 100px 0;
	background-attachment: fixed;
}

.container {
	width: 90%;
	max-width: 1560px;
	margin: 0 auto;
	padding: 0px;
}

.aboutOne .box {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.aboutOne .le {
	position: relative;
	width: 55%;
	padding-right: 5%;
}

.aboutOne .le .tle {
	margin-bottom: 40px;
}

.aboutOne .le em {
	display: block;
	font-size: 0.16rem;
	color: #666;
	font-style: normal;
	text-transform: capitalize;
}

.aboutOne .le p {
	line-height: 1.2;
	color: #333333;
	font-size: 0.4rem;
	font-weight: 600;
}

.aboutOne .le i {
	display: block;
	width: 0.66rem;
	height: 0.05rem;
	background: #44b2b2;
	margin-top: 0.3rem;
}

#canvasBox {
	width: 100%;
	height: auto;

	cursor: grab;
	overflow: hidden;
}

.aboutOne .re {
	width: 45%;
}

.aboutOne .re ul {
	display: grid;
	grid-template-columns: repeat(3, auto);
	gap: 0.6rem;
	padding-bottom: 0.3rem;
	margin-bottom: 0.3rem;
	border-bottom: 1px solid #eee;
}

.aboutOne .re ul li span {
	font-size: 0.16rem;
	color: #666666;
	font-family: "PFMedium";
}

.aboutOne .re ul li .counter {
	font-size: 0.5rem;
	color: #44b2b2;
	line-height: 1.2;
	font-family: "Oswald";
	font-weight: 500;
}

.aboutOne .re ul li em {
	font-size: 0.15rem;
	color: #666;
	display: inline-block;
	position: relative;
	top: -0.05rem;
	font-style: normal;
}

.aboutOne .re .disc {
	overflow-y: auto;
	max-height: 3.77rem;
	padding-right: 0.2rem;
}

.aboutOne .re .disc p {
	font-size: 0.16rem;
	color: #777777;
	font-family: "PFMedium";
	text-indent: 30px;
	line-height: 2;
	margin-bottom: 0.15rem;
}


/*========招聘============*/
.jsnr .case {
	max-width: 1560px;
	margin: 0 auto;
	width: 90%;
	padding: 1rem 0 1rem;
}

.cul_conxq {
	background: #fff;
}

.cul_conxq2 {
	background: #f9f9f9;
}

.join {
	display: flex;
	background: #44b2b2;
	color: #fff;
}


.join .joinli {
	font-size: 18px;
}


.joinli {
	flex: 1;
	text-align: center;
	padding: 20px;
	border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.joinli:nth-child(1) {
	border: none;
}

.joinrowlist .joinli:nth-child(6).joinli p {
	color: rgb(255 0 0);
}

.joinrowlist .joinli:nth-child(7) {
	border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.joinrowlist .joinli p {
	color: #333;
	font-weight: normal;
}


.joinli p {}

.joinrow {
	border-bottom: 1px solid #eee;
}

.joinrowlist {
	display: flex;
	background: #fff;
	font-size: 15px;
}

.joinrowlist .joinli {
	border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.joinrowdetail {
	background: #f9f9f9;
	padding: 50px;
	display: none;
}

.j_cur .joinrowdetail {
	display: block;
	line-height: 1.8;
	font-size: 15px;
	color: #666;
}

.j_cur .joinrowdetail p,
.j_cur .joinrowdetail span {
	text-wrap: wrap !important;
}


/*---------视频-----------*/

.l_mt {
	width: 90%;
	max-width: 1560px;
	margin: 0 auto;
	padding: 1rem 0 1rem;
}

.l_mt .bot {
	display: flex;
	flex-wrap: wrap;
}

.l_mt .bot .item {
	background-color: #FFF;
	transition: all 0.3s;
	overflow: hidden;
	position: relative;
	border: 1px solid #eee;
	transition: ease 1s;
	width: calc((100% - 120px)/ 4);
	margin: 15px;

}



.l_mt .bot .item .img {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.l_mt .bot .item .img img {
	width: 100%;
	height: 100%;
	transform: scale(1.0);
	transition: 1s;
}

.l_mt .bot .item .title {
	margin-top: 15px;
	margin-bottom: 20px;
	font-size: 16px;
	min-height: auto;
	color: #666;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	text-align: center;
	-webkit-line-clamp: 2;
}

.videos {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	background: rgba(0, 0, 0, 0.75);
	width: 100%;
	height: 100%;
}

#video {
	width: 100%;
	max-height: 100%;
}

#video {
	width: 90% !important;
	max-width: 800px;
	position: absolute;
	left: 50% !important;
	top: 50% !important;
	-webkit-transform: translate(-50%, -50%) !important;
	-ms-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important;
}

.vclose {
	position: absolute;
	right: 30px;
	top: 30px;
	border-radius: 100%;
	cursor: pointer;
}

/*---------产品----------*/

.z_pro_page {
	box-sizing: border-box;
	padding: 0.8rem 0;
	background-color: #f9f9f9;
}

.z_pro_list {
	max-width: 1560px;
	margin: 0px auto;
	overflow: hidden;
	width: 94%;
}

.z_pro_list ul {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.z_pro_list li {
	width: 23.5%;
	float: left;
	overflow: hidden;
	position: relative;
	margin-right: 2%;
	box-sizing: border-box;
	background: #ffffff;
	border-radius: 5px;
	margin-bottom: 1.82291vw;
}

.z_pro_list li a {
	display: block;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
}

.z_pro_list li img {
	max-height: 100%;
	max-width: 100%;
	transition: ease 1.5s;
	padding-bottom: 75px;
}

.z_pro_list li:hover img {
	transform: scale(1.1, 1.1);
}

.z_pro_list li .tit {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 1.2vw 1vw;
	box-sizing: border-box;
	text-align: center;
	color: #000;
	font-size: 16px;
	background: #ffffff;

	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.z_pro_list li:hover .tit {
	color: #fff;
	background: #44b2b2;
}

.ellipsis2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.z_pro_list li:nth-child(4n+0) {
	margin-right: 0%;
}


@media screen and (max-width: 1024px) {
	.z_pro_page {
		padding: 30px 15px;
	}

	.z_pro_list {
		margin: 30px auto;
	}

	.z_pro_list li {
		width: 100%;
		margin-bottom: 15px;
		margin-right: 0;
	}

	.z_pro_list li a {
		height: auto;
	}

	.z_pro_list li .tit {
		line-height: 38px;
		font-size: 14px;
	}


}


@media screen and (max-width: 768px) {
	.z_pro_list li img {
		padding-bottom: 10vw;
	}
}



/* 内页产品列表 */


.ny_pro {
	padding: 90px 0;
	background: #f9f9f9;
}



.nycplb .dangecp {
	width: calc((100% - 80px) / 4);
	margin: 10px;
	float: left;
}

.xgcp .dangecp{width: 100%}

.nycplb .dangecp a {
	width: 100%;
	display: block;
	border-radius: 5px;
	overflow: hidden;

}

.nycplb .dangecp a .imgbox {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	background: #fff;
	overflow: hidden;
}

.nycplb .dangecp a .imgbox img {
	max-width: 100%;
	    max-height: 100%;
	    width: 100%;
	    height: 100%;
	    position: absolute;
	    top: 0px;
	    left: 0px;
	    right: 0px;
	    bottom: 0px;
	    margin: auto;
	    -webkit-transition: transform 0.4s;
	    -moz-transition: transform 0.4s;
	    -o-transition: transform 0.4s;
	    -ms-transition: transform 0.4s;
	    transition: transform 0.4s;


}


.nycplb .dangecp a:hover .imgbox img {
	transform: scale(1.1);
	transition: all 0.5s;
}

.nycplb .dangecp a .imgbox span {
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: 100%;
	max-height: 100%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: rgba(68, 178, 178, 0.8);
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	opacity: 0;
	z-index: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.nycplb .dangecp a p {
	width: 100%;
	height: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	background: #fff;
	color: #333;
	font-size: 16px;
}


.nycplb .dangecp a:hover .imgbox span {
	opacity: 1;
	z-index: 2;
}

.nycplb .dangecp a:hover p {
	color: #fff;
	background: #44b2b2;
}

.nycplb .dangecp a:hover

/*---------产品详情----------*/


.z_proxq_page {
	padding: 0.8rem 0;
	background-color: #f9f9f9;
}

.z_proxq_page .z-container {
	overflow: auto;
}


.z-container {
	max-width: 1560px;
	margin: 0px auto;
	overflow: hidden;
	width: 90%;
}

.z_pro_head {
	background: #fff;
}

.cpxqleft {
	position: relative;
	width: 50%;
	padding: 3vw;
	overflow: hidden;
	display: flex;
	float: left;
}

.cpxqleft .cpt1 {
	float: left;
	width: 70px;
	height: 400px;
	overflow: hidden;
}

.cpxqleft .cpt1 .mycpSwiper1 {
	height: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}



.cpxqleft .swiper-button-prev {
	font-size: 20px;
	color: #aaa;
	position: absolute;
	width: 30px;
	height: 70px;
	margin: 0;
	margin-bottom: 10px;
	top: -20px;
	left: 20px;
	border: 1px solid #eee;
	transform: rotate(90deg);
	opacity: 1;
}

.cpxqleft .swiper-button-next {
	font-size: 20px;
	color: #aaa;
	position: absolute;
	width: 30px;
	height: 70px;
	margin: 0;
	right: 20px;
	bottom: -20px;
	top: auto;
	border: 1px solid #eee;
	transform: rotate(90deg);
	z-index: 9;
	opacity: 1;
}


.cpxqleft .swiper-button-prev,
.cpxqleft .swiper-button-next {
	background-size: 10px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
}






.cpt1 .swiper-button-prev:after,
.cpt1 .swiper-rtl .swiper-button-next:after {
	content: "\e66a";
	font-size: 22px;
	font-family: iconfont;
}

.cpt1 .swiper-button-next:after,
.cpt1 .swiper-rtl .swiper-button-prev:after {
	content: "\e663";
	font-size: 22px;
	font-family: iconfont;
}

.cpxqleft .swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.cpxqleft .swiper-container-vertical>.swiper-wrapper {
	flex-direction: column;
}


.cpxqleft .swiper-container-fade .swiper-slide {
	opacity: 0 !important;
}

.cpxqleft .swiper-container-fade .swiper-slide-active {
	opacity: 1 !important;
}


.cpxqleft .cpt1 .l-w {
	width: 70px;
	height: 70px !important;
	border: 1px solid #ddd;
}

.cpxqleft .cpt1 .l-w.active {
	border: 2px solid #44b2b2;
}

.cpxqleft .cpt1 .l-x {
	width: 100%;
	height: 100%;
	position: relative;
	background: #fff;
	overflow: hidden;
}

.cpxqleft .cpt1 .l-x .videohei {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.2);
	z-index: 9;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cpxqleft .cpt1 .l-x .videohei svg {
	width: 26px;
	height: 26px;
	opacity: 0.9;
}

.cpxqleft .cpt1 .l-x img {
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: all .5s ease;
	left: 50% !important;
	top: 50% !important;
	-webkit-transform: translate(-50%, -50%) !important;
	-ms-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important;
	position: absolute;
}


.cpxqleft .cpt2 {
	float: left;
	width: calc(100% - 100px);
	margin-left: 20px;
	overflow: hidden;
	position: relative;
	border: 1px solid #eee;
	align-items: center;
	max-height: 400px;
	max-width: 580px;
}


.z_pro_desc {
	width: 50%;
	float: right;
	padding: 3vw;
	box-sizing: border-box;
	position: relative;
	min-height: 515px;
}


.z_pro_desc .titen {
	font-size: 30px;
	font-weight: bold;
	color: #333;
}

.z_pro_desc .titen .cn {
	font-style: normal;
}

.z_pro_desc .desc {
	font-size: 16px;
	font-weight: 400;
	color: #71777D;
	line-height: 32px;
	margin: 2vw 0;
	max-height: 320px;
	overflow: hidden;
}


.z_pro_desc .cpjiage {
	display: flex;
	margin: 10px auto;
	color: #666;
	font-size: 15px;
	align-items: center;
}


.z_pro_desc .btnbar {
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100%;
	padding: 3vw;
	box-sizing: border-box;
	font-family: iconfont;
}



.z_pro_desc .btnbar .btn {
	min-width: 200px;
	font-size: 18px;
	margin-right: 30px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	padding: 30px;
	height: 38px;
	background: #44b2b2;
	border-radius: 30px;
}

.z_pro_desc .btnbar .btn i {
	font-size: 26px;
	margin-right: 10px;
}


.z_pro_desc .btnbar .btn2 {
	min-width: 200px;
	background: #13ae67;
	border-radius: 30px;
}


.fa-down-to-line:before {
	content: "\e856";
	font-family: iconfont;
	font-style: normal;
}

.fa-phone-volume:before {
	content: "\e94f";
	font-family: iconfont;
	font-style: normal;
}

.cpxqjs {
	margin: 30px 0;
	display: flex;
	justify-content: space-between;
}

.cpxqjs .z_proxq_warp {
	width: calc(100% - 465px);
}

.z_proxq_nav {
	height: auto;
	background: #ffffff;
	border-bottom: 1px solid #ededed;
}

.z_proxq_nav ul {
	display: flex;
}


.z_proxq_nav ul li.active {
	background: #44b2b2;
	color: #fff;
	/* clip-path: polygon(0% 0%, 50% 0%, 70% 100%, 0% 100%); */
}

.z_proxq_nav ul li {

	text-align: center;
	cursor: pointer;
	color: #333;
	font-size: 20px;
	font-weight: normal;
	background: #fbfbfb;
	width: 12%;
}

.z_proxq_nav ul li span {
	display: inline-block;
	padding: 0 15px;
	line-height: 70px;
	position: relative;
}

.z_proxq_con {
	background: #ffffff;
	padding: 0px 50px;
}

.z_proxq_child {
	padding: 20px 0;
	color: #333;
	line-height: 38px;
	font-size: 16px;
	text-align: left;
}

.z_proxq_child img {
	max-width: 100% !important;
	height: auto !important;
}

.prosxy {
	padding: 38px;
	background: #fff;
}

.z_topbtm_bar {
	display: flex;
	justify-content: space-between;
}

.z_topbtm_bar a {
	font-size: 16px;
	color: #666;
}

.z_topbtm_bar a .iconfont {
	display: inline-block;
	margin: 0 5px;
	font-size: 20px;
}


.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-zuojiantou:before {
	content: "\e63a";
}

.icon-fanhui:before {
	content: "\e67a";
}

.icon-youjiantou:before {
	content: "\e634";
}


.cpxqjs .z_xg_pro {
	flex-shrink: 0;
	width: 430px;
	display: flex;
	flex-direction: column;
	position: sticky;
	top: 130px;
	float: right;
	right: 0px;
	background: #fff;

}


.cpxqjs .z_xg_pro .z_flex {
	height: 70px;
	line-height: 70px;
	border-bottom: 1px solid #ededed;
}

.cpxqjs .z_xg_pro .z_index_tit {
	background: #44b2b2;
	padding: 0 15px;
	/* clip-path: polygon(0% 0%, 50% 0%, 70% 100%, 0% 100%); */
	width: 30%;
}

.z_flex {
	display: flex;
	align-items: center;
	clear: both;
}

.z_index_tit .cn {
	font-size: 20px;
	font-weight: normal;
	margin-top: 0;
	color: #fff;
	text-align: center;

}




.z_xg_list {
	margin-top: 0;
	margin-bottom: 0px;
	overflow: hidden;
	width: auto;
	padding: 20px;
}


.z_xg_list ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
}

.cpxqjs .z_xg_list li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 0;
}

.cpxqleft .cpt2 .l-q {
	width: 100%;
	padding-bottom: 75%;
	height: 100%;
	background: #fff;
	position: relative;
}


.cpxqleft .cpt2 .l-q video {
	width: auto;
	position: absolute;
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: all .5s ease;
	left: 50% !important;
	top: 50% !important;
	-webkit-transform: translate(-50%, -50%) !important;
	-ms-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important;
}


.cpxqleft .cpt2 .l-q img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	transition: all .5s ease;
	left: 50% !important;
	top: 50% !important;
	-webkit-transform: translate(-50%, -50%) !important;
	-ms-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important;
	position: absolute;
}


.z_xg_list li .tit {
	background: #f9f9f9;
	padding: 15px;
}

.z_xg_list li img {
	padding-bottom: 59px;
}


.news-view {
	background: #f9f9f9;
	padding: 20px 0 0;
}

.news_detail {
	display: flex;
	padding-bottom: 50px;
	padding-top: 50px;
	width: 90%;
	max-width: 1560px;
	margin: 0 auto;
	flex-wrap: wrap;
	position: relative;
}


#fuwtx {
	flex: 0 0 100%;
	margin-right: 0;
	padding: 30px;
	background: #fff;
	position: relative;
	width: 100%;
}

#fuwtx .title {
	margin: 20px 0 20px;
	padding: 0;
	font-size: 24px;
	line-height: 1.5;
	color: #333;
	font-weight: bold;
	text-align: center;
}

.fuwtxxt {
	height: 1px;
	width: 100%;
	background: #eee;
	margin-bottom: 25px;
}

#fuwtx p {
	color: #666;
	line-height: 28px;
}



@media (max-width: 575px) {

	.conArea01 ul li {
		width: 100%;
	}

	.read__more a {
		width: 100%;
	}

	.contact__box {
		padding: 50px 0;
	}

	.nydhw2 {
		flex-direction: column;
	}

	.nydhr {
		display: none;
	}

	.z_proxq_page .z-container .z_pro_head {
		display: flex;
		flex-direction: column;
	}

	.cpxqleft {
		width: 100%;
	}

	.z_pro_desc {
		width: 100%;
	}

	.z_pro_desc .btnbar {
		display: flex;
		align-items: center;
		clear: both;
		flex-direction: column;
	}


	.z_pro_desc .btnbar .btn {
		width: 100%;
		margin: 10px auto;
	}

	.cpxqjs .z_xg_pro {
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	.z_pro_list li .tit {
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		overflow: hidden;
		-webkit-box-orient: vertical;
	}

	.cpxqleft {
		flex-direction: column-reverse;
	}

	.cpxqleft .cpt2 {
		width: calc(100% - 0px);
		margin-left: 0px;
	}

	.cpxqleft .cpt1 {
		width: 100%;
		height: auto;
	}

	.cpxqleft .swiper-button-prev,
	.cpxqleft .swiper-button-next {
		transform: rotate(0deg);
		position: relative;
	}

	.cpxqleft .swiper-wrapper {
		margin: 0px 10px;
	}

	.cpxqleft .cpt1 .mycpSwiper1 {
		height: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
		position: relative;
		display: flex;
		justify-content: space-between;
	}

	.cpxqleft .swiper-button-prev {
		margin-bottom: 0;
		top: 0;
		left: 0;
		border:
	}


	.cpxqleft .swiper-button-next {
		margin-bottom: 0;
		right: 0px;
		bottom: 0px;
	}

	.z_xg_list li .tit {
		padding: 0px;
	}

	.nydh .nydhl a {
		padding: 0 10px;
	}

	.inner .about3 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 20px;
	}

}


/* 留言 */

.message__box {
	padding: 90px 0;
	background: #f9f9f9;
}

.message__title {
	margin-bottom: 65px;
	text-align: center;
}

.message__title strong {
	display: block;
	margin-bottom: 22px;
	line-height: 1;
	color: #44b2b2;
	font-size: 36px;
	font-weight: normal;
}

.message__title p {
	color: #666;
	font-size: 16px;
}

.message__form {
	padding: 50px 38px;
	background: #fff;
	border-radius: 10px;
}

.message__form .read__more a {
	margin: auto;
}

.message__row {
	display: flex;
	justify-content: space-between;
}

.message__item {
	margin-right: 3.6458vw;
	margin-bottom: 36px;
	flex: 1;
}

.message__item:last-child {
	margin-right: 0;
}

.message__item span {
	display: block;
	margin-bottom: 14px;
	line-height: 1;
	color: #333333;
	font-size: 16px;
}

.message__item span i {
	margin-right: 2px;
	color: #E62F43;
	font-style: normal;
}

.message__item .text {
	box-sizing: border-box;
	padding-left: 20px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: none;
	outline: none;
	background: #F5F5F5;
	border-radius: 4px;
	color: #9E9E9E;
	font-size: 14px;

}

.message__item .text.textares {
	padding-top: 12px;
	box-sizing: border-box;
	height: 120px;
	line-height: 1.6;
}

.message__item .text::-webkit-input-placeholder {
	color: #9E9E9E;
}

.message__item .text:focus::-webkit-input-placeholder {
	opacity: 0;
	visibility: hidden;
}

.message__item p {
	margin-top: 22px;
	color: rgba(51, 51, 51, 0.4);
	font-size: 14px;
}


.message__box .read__more a {
	display: block;
	position: relative;
	z-index: 2;
	text-align: center;
	width: 200px;
	height: 58px;
	line-height: 58px;
	border-radius: 0;
	background: #44b2b2;
	box-sizing: border-box;
	color: #fff;
	font-size: 16px;
	box-shadow: 0 0 4px rgba(0, 96, 172, 0.23);
}



/* 新闻资讯 */


.news__view {
	padding: 230px 0 120px;
	background: #f9f9f9;
}

.news__tts {
	margin-bottom: 60px;
	text-align: center;
}

.news__tts strong {
	display: block;
	margin-bottom: 35px;
	line-height: 1.2;
	color: #333333;
	font-size: 36px;
}

.news__tts p {
	display: flex;
	justify-content: center;
}

.news__tts p span {
	display: inline-block;
	margin-right: 36px;
	color: #666666;
	font-size: 16px;
}

.news__tts p span:last-child {
	margin-right: 0;
}

.news__fix--v {
	padding-bottom: 130px;
	color: #333333;
	font-size: 18px;
	line-height: 2;
}

.news__fix--v img {
	width: auto;
	max-width: 100%;
	height: auto;
}

.news__prevs {
	padding-top: 36px;
	border-top: 1px solid #DDDDDD;
}

.news__prev--item {
	margin-bottom: 37px;
}

.news__prev--item a:hover p {
	color: #76b4ad;
}

.news__prev--item b {
	display: block;
	color: #333333;
	font-size: 18px;
	line-height: 2;
}

.news__prev--item p {
	color: #333333;
	font-size: 18px;
	transition: 0.4s;
	line-height: 2;
}

.news__back a {
	display: inline-flex;
	align-items: center;
}

.news__back a i {
	display: inline-flex;
	margin-right: 3px;
	color: #76b4ad;
	font-size: 18px;
}

.news__back a span {
	display: inline-block;
	color: #76b4ad;
	font-size: 16px;
	border-bottom: 1px solid #76b4ad;
}


.case__list {
	display: flex;
	flex-wrap: wrap;
}

.case__list li {
	width: calc((100% - 60px) / 3);
	margin: 10px;
	background: #fff;
	padding: 30px;
	list-style: none;
}

.case__list li:nth-child(3n+3) {
	margin-right: 0;
}

.case__list li figure {
	position: relative;
	display: block;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	line-height: 1;
	border-radius: 10px;
}

.case__list li figure img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.case__list li figure img {
	transition: 0.68s;
}

.case__list li:hover figure img {
	transform: scale(1.08);
}

.case__list li:hover .case__info strong {
	color: #44b2b2;
}


.case__info {
	margin-top: 27px;
}

.case__info time {
	display: block;
	line-height: 1.2;
	color: rgba(51, 51, 51, 0.4);
	font-size: 15px;
}

.case__info strong {
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
	color: #333333;
	font-size: 20px;
	line-height: 1.3;
	transition: 0.36s;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.case__info p {
	font-size: 14px;
	color: #888;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 24px;
	overflow: hidden;
}


.prodbotthree .ny_pro {
	padding: 0px 40px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative !important;
	display: grid;
	grid-template-columns: repeat(4, 1fr) !important;
	grid-gap: 30px !important;
	align-items: center;
	important padding: 40px;
}


/*关于我们*/

.flex-jcr {
	justify-content: space-between;
}

.flex-wrap {
	display: flex;
	flex-wrap: wrap;
}


.flex-aic {
	align-items: center;
}

.flex-jcc {
	justify-content: center;
}

.flex {
	display: flex;
}

img {
	transition: all 0.8s !important;
	max-width: 100%;
	border: none;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}


.md {
	position: relative;
	top: -90px;
}

.gywm {
	margin: 100px auto -80px auto;
	position: relative;
	z-index: 3;
}

.gywm-t {
	align-items: flex-start;
	margin-bottom: 150px;
}

.gywm-l {
	width: 45%;
}

.gywm-l h3 {
	font-size: 48px;
	margin-bottom: 45px;
}

.gywm-l h6 {
	margin-bottom: 46px;
	font-weight: normal;
	font-size: 30px;
	line-height: 16px;
	color: #44b2b2;
}

.gywm-l .div1 {
	font-size: 16px;
	line-height: 30px;
}

.gywm-l h4 {
	color: #44b2b2;
	font-size: 30px;
}

.gywm-r {
	width: 50%;
	position: relative;
}

.gywm-r h4 {
	border-bottom-right-radius: 50px;
	overflow: hidden;
	position: relative;
	z-index: 3;
}

.gywm-r h4 img {
	display: block;
	width: 100%;
}

.gywm-r p {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50px;
	top: 50px;
	background: linear-gradient(180deg, #48c1c1, #44b2b2);
	border-bottom-right-radius: 50px;
}

.gywm-r:hover img {
	transform: scale(1.1);
}

.gywm-b {
	border-radius: 50px;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
	padding: 50px;
	background: #fff;
}


.gywm-b{justify-content: space-evenly;}


.gywm-b h6 {
	width: 1px;
	height: 125px;
	background: #eee;
}

.gywm-b dl {
	font-size: 16px;
}

.gywm-b dl dt {
	margin-right: 50px;
}

.gywm-b dl dd {
	font-style: normal;
}

.gywm-b dl dd h3 {
	font-size: 20px;
	margin-bottom: 30px;
	font-family: 'hs_b';
	color: #44b2b2;
	font-style: normal;
}

.gywm-b dl dd h3 i {
	font-style: normal;
	font-size: 60px;
	font-family: 'Montserrat', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'WenQuanYi Micro Hei', 'Arial', 'sans-serif', \5b8b\4f53;
	
}

.qywh {
	color: #fff;
	padding-top: 150px;
	background: url(../image/qywh-bj.jpg)no-repeat center;
	height: 890px;
}

.qywh-b {}

.qywh-l {
	width: 38.25%
}

.qywh-l h3 {
	font-size: 48px;
	margin-bottom: 45px;
}

.qywh-l h6 {
	margin-bottom: 30px;
	    margin-top: 30px;
}

.qywh-l h4 {
	font-size: 30px;
	margin-bottom: 33px;
}

.qywh-l .div1 {
	font-size: 16px;
	line-height: 30px;
}

.qywh-r {
	width: 50%
}

.qywh-r dl {
	margin-bottom: 45px;
}

.qywh-r dl:last-child {
	margin-bottom: 0;
}

.qywh-r dl h3 {
	font-size: 24px;
	width: 132px;
	height: 132px;
	background: url(../image/qywh-bj2.png);
	background-size: 100% 100%;
}

.qywh-r dl dt {
	width: calc(100% - 200px);
	font-size: 16px;
	line-height: 30px;
}

.wmys {
	margin: 80px auto;
}

.wmys-t {
	margin-bottom: 40px;
}

.wmys-l {
	width: 50%;
}

.wmys-l h3 {
	font-size: 48px;
	margin-bottom: 45px;
}

.wmys-l h6 {
	margin-bottom: 45px;
}

.wmys-l h4 {
	color: #44b2b2;
	font-size: 30px;
	margin-bottom: 33px;
}

.wmys-l .div1 {
	font-size: 16px;
	line-height: 30px;
}

.wmys-r {
	margin-top: 125px;
}

.wmys-c {
	color: #44b2b2;
	font-size: 30px;
	margin-bottom: 50px;
}

.wmys-b {
	position: relative;
	font-size: 18px;
}

.wmys-b .swiper-button-next:after,
.wmys-b .swiper-button-prev:after {
	display: none;
}

.wmys-b a {
	display: block;
	text-align: center;
	border: 1px solid #eee;
	color: #333333;
	padding-bottom: 20px;
}

.wmys-b a h4 {
	overflow: hidden;
	margin-bottom: 20px;
}

.wmys-b a h4 img {
	display: block;
	width: 100%;
}

.wmys-b a p {
	transition: all 0s;
}

.wmys-b a:hover {
	color: #44b2b2;
}

.wmys-b a:hover img {
	transform: scale(1.1);
}

.wmys-b .swiper-button-next {
	width: 13px;
	height: 25px;
	right: -55px;
	background: url(../image/r.png);
}

.wmys-b .swiper-button-prev {
	width: 13px;
	height: 25px;
	left: -55px;
	background: url(../image/l.png);
}

.ryzz {
	padding: 90px;
	background: url(../image/ryzz-bj.jpg)no-repeat center;
}

.ryzz-t {
	color: #fff;
	margin-bottom: 55px;
	align-items: flex-end;
}

.ryzz-l h3 {
	margin-bottom: 40px;
	font-size: 48px;
}

.ryzz-l h6 {}

.ryzz-r {}

.ryzz-r a {
	display: block;
	width: 13px;
	height: 25px;
}

.ryzz-r a.a1 {
	background: url(../image/l-1.png);
}

.ryzz-r a.a1:hover {
	background: url(../image/l.png);
}

.ryzz-r a.a2 {
	background: url(../image/r-1.png);
	margin-left: 27px;
}

.ryzz-r a.a2:hover {
	background: url(../image/r.png);
}

.ryzz-b {
	font-size: 18px;
}

.ryzz-b a {
	display: block;
	text-align: center;
	color: #000
}

.ryzz-b a h4 {
	background: #fff;
	overflow: hidden;
	padding: 60px;
	margin-bottom: 30px;
}

.ryzz-b a h4 img {
	display: block;
	width: 100%;
}

.ryzz-b a:hover {
	color: #44b2b2;
}

.ryzz-b a:hover img {
	transform: scale(1.1);
}

.gczs {
	margin: 90px auto;
}

.gczs-t {
	color: #fff;
	margin-bottom: 55px;
	align-items: flex-end;
}

.gczs-l {}

.gczs-l h3 {
	font-size: 48px;
	margin-bottom: 30px;
	color: #000;
}

.gczs-l h6 {}

.gczs-r {}

.gczs-r a {
	display: block;
	width: 13px;
	height: 25px;
}

.gczs-r a.a1 {
	background: url(../image/l.png);
}

.gczs-r a.a2 {
	background: url(../image/r.png);
	margin-left: 25px;
}

.gczs-b {
	margin: 0 20px
}

.gczs-b a {
	display: block;
	overflow: hidden;
}

.gczs-b a img {
	display: block;
	width: 100%
}

.gczs-b a:hover img {
	transform: scale(1.1);
}


/* 联系我们 */


.lxwm {
	margin: 0px auto;
}

.lxwm-b {
	margin-bottom: 0px;
	background: #f9f9f9;
}

.lxwm-l {
	width: 50%;
	height: 590px;
}

.lxwm-r {
	width: 50%;
	padding: 0 6.2%;
}

.lxwm-r h3 {
	color: #44b2b2;
	font-size: 30px;
	margin-bottom: 45px;
}

.lxwm-r p {
	font-size: 16px;
	line-height: 40px;
	justify-content: space-between;
	margin: 10px auto;
}

.lxwm-r p i {
	width: 22px;
	height: 40px;
}

.lxwm-r p span {
	display: block;
	width: calc(100% - 40px)
}

.lxwm-r h5 {
	padding-top: 50px;
}

.lxwm-r a {
	display: block;
	position: relative;
	margin-right: 13px;
}

.lxwm-r a img {}

.lxwm-r a i {
	display: none;
	width: 100px;
	position: absolute;
	left: 0;
	top: 100%;
}

.lxwm-r a:hover {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.lxwm-r a:hover i {
	display: block;
}

.zxly dl {
	width: calc((100% - 40px) / 3);
	margin-bottom: 33px;
}

.zxly dl:nth-child(4) {
	width: 100%;
	margin-bottom: 57px;
}

.zxly dl h4 {
	font-size: 16px;
	padding: 0 0 20px 10px;
	color: #000;
}

.zxly dl h4 i {
	color: #44b2b2;
}

.zxly dl input {
	width: 100%;
	height: 60px;
	border: 1px solid #eee;
	padding: 0 10px;
}

.zxly dl textarea {
	width: 100%;
	height: 150px;
	border: 1px solid #eee;
	padding: 10px;
}

.zxly p {
	text-align: center;
	width: 100%;
}

.zxly p button {
	width: 200px;
	height: 45px;
	background: #44b2b2;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.5s;
	margin: 0 auto;
}

.zxly p button:hover {
	opacity: 0.8;
}


@media(max-width:1700px) {

	.lxwm-r {
		padding: 0 5%
	}


}

@media screen and (max-width:1200px) {

	.lxwm-l {
		height: 200px;
	}

}

/* 手机版响应式 */
@media (max-width: 768px) {
	
.index-block-customers .row {
    display: grid;
    margin-top: 20px;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
    align-items: center;
}	
	
.foot_top{flex-direction: column;padding: 20px 0px;}	
.foot_share{display:none;}	
.foot_nav{display:none;}	
.foot_code_warp{width: 100%; flex-direction: column;}
.foot_code_warp .desc{width: 100%;}
.foot_code_warp .zxbtn {
    display: inline-block;
    width: 100%;
    height: 40px;
    border-radius: 3px;
    line-height: 40px;
    background: #222222;
    color: #fff;
    font-size: 15px;margin-bottom: 20px;
}
.foot_code_warp p {line-height: 20px;  color: #fff; font-size: 14px;}
.foot_code_warp h3 a {font-size: 24px;line-height: 50px;font-weight: bold;color: #44b2b2;}
.foot_code_warp .code .img { width: 100px; height: 100px; background: #fff; border-radius: 3px; padding: 10px; box-sizing: border-box; margin: 0px auto;}
.foot_code_warp .code h3{font-size: 14px;}
.foot_copy{margin-bottom:50px;}
.kefu {display: block;width: 100%;bottom: 0;}

.pageban .textbox{left: 50%;}
.pageban .img{height: 150px;}
.pageban .img img{height: 100%;}


.ny_pro{padding: 30px 0;}
/* .nycplb .dangecp {width: calc((100% - 20px) / 2);margin: 10px 5px;float: left;} */
.nycplb .dangecp a p{height: 50px;}
.pageban .textbox{top: 70%;}
.index-block-customers .col-lg-4, .news__box .col-lg-4{padding: 15px;}


.prodetail1{margin-top:0px!important;padding: 25px 0!important;}
.prodetail1 .prodetail1box{display: flex;flex-direction: column;}

.message__box{padding: 50px 0;}
.message__title strong{font-size: 26px;}
.lxwm-b{display: flex;flex-direction: column;}
.lxwm-l{width: 100%;}
.lxwm-r{width: 100%;}
.lxwm-r h3{    font-size: 20px!important;    margin-top: 15px;    margin-bottom: 15px;}
.message__title strong{font-size: 26px;}
	
.message__form{padding: 20px;}
.message__row { display: flex;  justify-content: space-between;  flex-direction: column;}

.gywm-t{    display: flex;flex-direction: column;}
	.gywm-l{width: 100%;}
	.gywm-r{width: 100%;}
	.gywm{    margin: 50px auto -80px auto;}
	.gywm-l h3 {font-size: 26px;margin-bottom: 25px;}
	.gywm-l h4{font-size: 22px;}
	.gywm-l h6{margin-bottom: 30px;}
	.gywm-b{padding: 25px;}
	
	.gywm-b dl {
	    font-size: 16px;
	    width: calc((100% - 40px) / 2);
	    margin: 8px;
	    grid-gap: 20px;
	    display: flex;
	    display: grid;
	    grid-template-columns: repeat(1, 1fr);
	    grid-gap: 20px;
	}
	
	.gywm-b dl dt { display: none;}
	.qywh{    background-size: cover;height: min-content;padding-bottom:50px}
	.qywh-b{display: flex;flex-direction: column;}
	.qywh-l{width: 100%;}
	.qywh-l h3 {font-size: 26px;margin-bottom: 25px;}
	.qywh-l h6{margin-bottom: 30px;}
	.qywh-l h4{    font-size: 24px;}
	.qywh-r{width: 100%;}
	.qywh-r dl{margin-top:20px;margin-bottom:20px;}
	.qywh-r dl h3{    font-size: 20px;width: 100px;height: 100px;}
	.qywh-r dl dt{width: calc(100% - 140px);}
	
	.wmys{margin: 50px auto;}
	.wmys-l{width: 100%;}
	.wmys-l h3{font-size: 26px;margin-bottom: 25px;}
	.wmys-l h6{margin-bottom: 30px;}
	.wmys-r{margin-top: 50px;}
	
	.ryzz{padding: 50px 20px;}
	.ryzz-l h3{font-size: 26px;margin-bottom: 25px;}
	.ryzz-l h6{margin-bottom: 30px;}
	.gczs-l h3{font-size: 26px;margin-bottom: 25px;}
	.gczs-l h6{margin-bottom: 30px;}
	.gczs{padding: 50px 20px;margin: 0px;}
	.gywm-b dl dd h3 i{font-size: 30px;}
	
	
}