* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
::-webkit-scrollbar {
	width: 6px;
	margin: 5px;
}
::-webkit-scrollbar-track {
	background: #ddd;
}
::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background: #302f2f;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #302f2f;
}
b {
	font-weight: unset;
}
img {
	max-width: 100%;
}
body,
html {
	width: 100%;
	height: 100%;
}
body {
	font-size: 15px;
	font-family: Arial, "Microsoft YaHei", 微软雅黑, 'PingFang SC';
	color: #302f2f;
	line-height: 1.75;
}
.cookie-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #ffffff;
	color: #302f2f;
	padding: 1.5rem;
	z-index: 9999;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
	font-family: Arial, sans-serif;
	border-top: 3px solid #007bff;
}
.cookie-close-btn {
	position: absolute;
	top: 1rem;
	right: 1.5rem;
	background: transparent;
	border: none;
	font-size: 2rem;
	color: #666;
	cursor: pointer;
	padding: 0.2rem;
	line-height: 1;
	transition: color 0.2s;
}
.cookie-close-btn:hover {
	color: #302f2f;
}
.cookie-content {
	max-width: 1600px;
	margin: 0 auto;
	line-height: 1.6;
	padding-right: 2rem;
}
.cookie-title {
	font-size: 1.1rem;
	font-weight: bold;
	margin-bottom: 0.8rem;
}
.cookie-description {
	margin-bottom: 1rem;
	font-size: 0.95rem;
}
.cookie-description a {
	color: #007bff;
	text-decoration: underline;
}
.cookie-buttons {
	margin-bottom: 1rem;
	display: flex;
	gap: 0.8rem;
	flex-wrap: wrap;
}
.cookie-buttons button {
	padding: 0.7rem 1.2rem;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 0.9rem;
	transition: background-color 0.2s;
}
#accept-all {
	background-color: #007bff;
	color: white;
}
#accept-all:hover {
	background-color: #0056b3;
}
#only-essential {
	background-color: #6c757d;
	color: white;
}
#only-essential:hover {
	background-color: #545b62;
}
#customize {
	background-color: #f8f9fa;
	color: #302f2f;
	border: 1px solid #ddd;
}
#customize:hover {
	background-color: #e2e6ea;
}
.custom-options {
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid #eee;
	font-size: 0.95rem;
}
.custom-option-item {
	margin-bottom: 0.8rem;
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
}
.custom-option-item input {
	margin-top: 0.3rem;
}
.custom-option-desc {
	font-size: 0.85rem;
	color: #666;
	margin-top: 0.3rem;
}
#save-custom {
	margin-top: 1rem;
	padding: 0.6rem 1.2rem;
	background-color: #28a745;
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}
#save-custom:hover {
	background-color: #218838;
}
.hidden {
	display: none !important;
}
.footer-cookie-link {
	margin: 2rem 0;
	text-align: center;
	display: none;
}
#open-cookie-settings {
	border: none;
	background: transparent;
	color: #007bff;
	cursor: pointer;
	font-size: 0.95rem;
	text-decoration: underline;
}
.mb {
	display: none;
}
.w1600 {
	width: 1600px;
	margin: 0 auto;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.gonggao {
	height: 33px;
	line-height: 33px;
	background-color: #302f2f;
	color: #fff;
	background-position: left;
	background-repeat: no-repeat;
	font-size: 14px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transition: top 0.3s ease;
	z-index: 99999999;
}
.gonggao.hidden {
	top: -36px;
}
.gonggao .w1600 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.gonggao .left a {
	color: #fff;
}
.gonggao .right {
	display: flex;
	align-items: center;
	color: #ccc;
}
.gonggao .yuyan {
	position: relative;
	cursor: pointer;
}
.gonggao .yuyan p {
	display: flex;
	align-items: center;
	color: #ccc;
}
.gonggao .yuyan img {
	width: 19px;
	margin-right: 5px;
}
.gonggao .yuyan .yyli {
	background-color: #302f2f;
	width: 140%;
	border-radius: 8px;
	border: 1px solid #fff;
	padding: 10px 20px;
	position: absolute;
	top: 92%;
	display: none;
	z-index: 99999999;
}
.gonggao .yuyan:hover .yyli {
	display: block;
}
.gonggao .yuyan .yyli a {
	color: #ccc;
	display: block;
}
.gonggao .ss {
	background-color: #fff;
	display: flex;
	align-items: center;
	padding: 3px 15px;
	border-radius: 30px;
	margin-left: 40px;
}
.gonggao .ss button {
	border: unset;
	background: unset;
}
.gonggao .ss img {
	width: 18px;
	margin-left: 5px;
}
.gonggao .ss input {
	outline: unset;
	color: #302f2f;
	width: 200px;
}
.head {
	position: fixed;
	top: 33px;
	left: 0;
	z-index: 99999;
	width: 100%;
	background-color: #fff;
	transition: top 0.3s ease;
}
.headgd.scrolled {
	top: 0;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}
.head>.w1600 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.headgd.scrolled .subNav {
	top: 69px;
}
.head .logo a {
	display: flex;
	height: 60px;
}
.head .menu {
	display: flex;
	align-items: center;
}
.head .menu .nav1 {
	margin: 0 5px;
	height: 85px;
	line-height: 85px;
}
.head .menu .nav1>a {
	color: #302f2f;
	font-size: 16px;
	transition: all 0s;
	padding: 10px 15px;
}
.head .menu .nav1.active>a,
.head .menu .nav1:hover>a {
	background-color: #ff5b00;
	color: #fff;
}
.top {
	height: 118px;
}
.banner .swiper-container {
	width: 100%;
	position: relative;
}
.banner .swiper-slide .img {
	position: relative;
	padding-top: 42%;
	overflow: hidden;
}
.banner .swiper-slide .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}
.banner_mouse {
	z-index: 99;
	position: absolute;
	bottom: 10%;
	right: 49.5%;
	width: 23px;
	height: 40px;
	cursor: pointer;
	background: url(/skin/images/shubiao.png) no-repeat -23px 0px;
	-webkit-animation: nudgeMouse 1.6s linear infinite;
	animation: nudgeMouse 1.6s linear infinite;
}
.banner_mouse:after,
.banner_mouse:before {
	content: "";
	position: absolute;
}
.banner_mouse:before {
	width: 23px;
	height: 40px;
	background: url(/skin/images/shubiao.png) no-repeat 0px 0px;
	-webkit-animation: colorSlide 1.6s linear infinite;
	animation: colorSlide 1.6s linear infinite;
	top: 0;
	left: 0;
}
.banner_mouse:after {
	background-color: #fff;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	-webkit-animation: trackBallSlide 1.6s linear infinite;
	animation: trackBallSlide 1.6s linear infinite;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
@-webkit-keyframes colorSlide {
	0% {
		height: 0;
	}
	90% {
		height: 40px;
	}
}
@keyframes colorSlide {
	0% {
		height: 0;
	}
	90% {
		height: 40px;
	}
}
@-webkit-keyframes trackBallSlide {
	0% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(-8px);
		transform: scale(1) translateY(-8px);
	}
	34% {
		opacity: 1;
		-webkit-transform: scale(0.9) translateY(4px);
		transform: scale(0.9) translateY(4px);
	}
	68% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(16px);
		transform: scale(0.4) translateY(16px);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(-8px);
		transform: scale(0.4) translateY(-8px);
	}
}
@keyframes trackBallSlide {
	0% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(-8px);
		transform: scale(1) translateY(-8px);
	}
	34% {
		opacity: 1;
		-webkit-transform: scale(0.9) translateY(4px);
		transform: scale(0.9) translateY(4px);
	}
	68% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(16px);
		transform: scale(0.4) translateY(16px);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(-8px);
		transform: scale(0.4) translateY(-8px);
	}
}
@-webkit-keyframes nudgeMouse {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes nudgeMouse {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
.syxzly {
	padding: 60px 0 0 0;
	position: relative;
}
.syxzly .left {
	width: 53%;
	background-color: #302f2f;
	padding: 6%;
	position: relative;
	z-index: 2;
}
.syxzly .left .l1 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
.syxzly .left .l2 {
	color: #ccc;
	font-size: 13px;
}
.syxzly .left .l3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
.syxzly .left .l3 li {
	background-color: #605f5f;
	width: 47.5%;
	margin-bottom: 5%;
	padding: 2.5% 3%;
	display: flex;
}
.syxzly .left .l3 li .ico {
	width: 55px;
	margin-right: 20px;
}
.syxzly .left .l3 li p {
	color: #fff;
	font-size: 28px;
	line-height: 1.2;
}
.syxzly .left .l3 li span {
	color: #ccc;
	font-size: 14px;
}
.syxzly .right {
	width: 53%;
	position: absolute;
	right: 0;
	z-index: 1;
	top: 0;
	padding-top: 29.81%;
	overflow: hidden;
}
.syxzly .right #custom-video {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
}
.syxzly .right .play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70px;
	height: 70px;
	background-image: url(/skin/images/bofang.png);
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	z-index: 1;
	transition: opacity 0.3s ease;
}
.syxzly .right .play-button.hidden {
	display: none;
	opacity: 0;
}
.cpul {
	padding: 60px 0;
}
.cpul .t1 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.cpul .t2 {
	color: #666;
	text-align: center;
}
.cpul ul {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	flex-wrap: wrap;
}
.cpul ul li {
	width: 19%;
	margin-bottom: 1.5%;
	border: 1px solid #bbb;
	padding: 15px;
}
.cpul ul li p {
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
}
.cpul ul li:hover p {
	color: #ff5b00;
}
.cpul ul li span {
	background-color: #f2f2f2;
	display: block;
	margin: 10px 0;
	width: 100%;
	text-align: center;
	padding: 8px 0;
	font-size: 12px;
}
.cpul ul li span:hover {
	background-color: #ff5b00;
	color: #fff;
}
.cpul ul li .img {
	width: 100%;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
}
.cpul ul li .img img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: transform 0.5s ease;
}
.cpul ul li:hover .img img {
	transform: scale(1.1);
}
.cpul .gengduo a {
	width: 160px;
	height: 50px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #666;
}
.cpul .gengduo a img {
	width: 14px;
	margin-left: 10px;
	transition: all 0.3s linear;
}
.cpul .gengduo a:hover img {
	margin-left: 15px;
}
.yinz {
	position: relative;
	background-image: url(/skin/images/webg.jpg);
	background-size: cover;
}
.yinz h2 {
	width: 50%;
	float: right;
	overflow: hidden;
	position: relative;
}
.yinz h2 img {
	display: block;
	width: 100%;
}
.yinz2 {
	width: 700px;
	position: absolute;
	top: 14.5%;
	left: 50%;
	margin-left: -700px;
	z-index: 1;
}
.yinz2 dt {
	font-size: 24px;
	font-weight: bold;
	color: #3e3e3e;
}
.yinz2 dd {
	width: 600px;
	margin: 20px 0 30px;
	font-size: 15px;
	line-height: 24px;
	color: #676767;
}
.yinz2 ul {
	width: 920px;
	padding: 0 20px;
	height: 160px;
	background: #fff;
	box-shadow: 1px 1px 10px 1px #999;
}
.yinz2 li {
	font-size: 16px;
	color: #3e3e3e;
	float: left;
	padding: 40px 0 0;
	width: 220px;
	text-align: center;
}
.yinz2 li span {
	display: block;
	height: 40px;
	overflow: hidden;
	margin-bottom: 10px;
}
.yinz2 li span img {
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	height: 103px;
}
.yinz2 li:hover {
	color: #ff5b00;
}
.yinz2 li:hover span img {
	margin-top: -60px;
}
.clear {
	clear: both;
	height: 0;
}
.video-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 9999;
	justify-content: center;
	align-items: center;
}
.video-modal-content {
	position: relative;
	width: 80%;
	max-width: 900px;
	border-radius: 6px;
}
.video-close {
	position: absolute;
	right: -15px;
	top: -15px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	color: #000;
	font-size: 24px;
	font-weight: bold;
	border-radius: 50%;
	cursor: pointer;
	z-index: 10;
}
#custom-video {
	width: 100%;
	height: auto;
	display: block;
}
.about_ico {
	width: 80px;
	height: 80px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 80px;
	position: absolute;
	display: block;
	background: #fff;
}
.about_ico:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 25px;
	left: 50%;
	margin-left: -6px;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	border-left: 14px solid #ff5b00;
}
.edge {
	clear: both;
	line-height: 18px;
	padding: 0 0 80px;
	font-size: 14px;
	background: url(../images/edgebg2.jpg) no-repeat center bottom #e7eef0;
	position: relative;
	z-index: 1;
	background-size: 100% auto;
	color: #323232;
}
.edge:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/edgebg1.jpg) no-repeat center 0;
	left: 0;
	top: 0;
	z-index: -1;
	background-size: 100% auto;
}
.video_w1 {
	width: 400px;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	background: #ff5b00;
	top: 120px;
	right: 0;
	padding: 40px;
	z-index: 2;
	box-sizing: border-box;
}
.video_w1 h3 {
    font-size: 17px;
    line-height: 26px;
	padding: 0 0 10px;
}
.video_w1 h3 span {
	display: block;
	font-size: 26px;
	line-height: 42px;
}
.edge_r,
.edge_l {
	width: 580px;
}
.edge_r {
	padding: 55px 0 0;
	text-align: right;
}
.edge_c h3 {
	height: 330px;
	position: relative;
}
.edge_c h3 img{
    height: 83%;
}
.edge_c h3:before {
    content: "";
    position: absolute;
    width: 200px;
    height: 3px;
    background: #ff5b00;
    left: 90px;
    top: 188px;
}
.edge_c dl {
	padding: 50px 0 30px 0;
}
.edge_c dt,
.edge_c dt img {
	width: 580px;
	height: 326px;
	display: block;
}
.edge_c dt {
	position: relative;
}
.edge_c dt em {
	position: absolute;
	font-size: 80px;
	color: #ff5b00;
	width: 200px;
	left: 0;
	top: -50px;
	line-height: 100px;
	text-align: center;
	font-weight: bold;
	letter-spacing: -2px;
	font-style: normal;
}
.edge_c dd h4 {
    font-size: 30px;
    line-height: 42px;
    padding: 15px 0 10px;
    font-weight: normal;
}
.edge_c dd h4 b {
	display: block;
}
.edge_c dd h4 span {
	display: inline-block;
	background: #ff5b00;
	font-size: 14px;
	color: #fff;
	line-height: 29px;
	padding: 0 12px;
}
.pr {
	position: relative;
}
.pa {
	position: absolute;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.honor {
	clear: both;
	background: #ff5b00;
	position: relative;
	padding: 0 24px;
	height: 350px;
}
.honor h3 {
	text-align: center;
	color: #fff;
	font-size: 24px;
	line-height: 68px;
	height: 73px;
}
.honor h3 a {
	color: #fff;
	display: block;
}
.honor:before {
	content: "";
	position: absolute;
	width: 1200px;
	height: 100px;
	background: url(../images/honcbg.png) no-repeat center;
	right: 0;
	bottom: -100px;
}
.honor_l {
	overflow: hidden;
}
.honor_l li {
	width: 168px;
	float: left;
	background: url(../images/honlbg.jpg) no-repeat center bottom;
	padding: 0 0 37px;
	margin: 0 29px 0 0;
}
.honor_l li img {
	width: 100%;
	height: 235px;
	background: #555050;
	padding: 5px;
	display: block;
}
.til01 {
	text-align: center;
	color: #323232;
	font-size: 30px;
	line-height: 64px;
	font-family: "Microsoft Yahei";
	clear: both;
	display: block;
	height: 124px;
	white-space: nowrap;
	position: relative;
	font-weight: bold;
}
.til01 p {
	display: block;
	font-size: 18px;
	line-height: 36px;
	color: #515151;
	font-weight: normal;
}
.syal {
	padding: 60px 0;
	background-color: #f2f2f2;
}
.syal .t1 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.syal .t2 {
	color: #666;
	text-align: center;
}
.syal .t3 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}
.syal .t3 li {
	width: 23.5%;
	background-color: #fff;
	position: relative;
}
.syal .t3 li .ico {
	width: 100%;
	padding-top: 66.67%;
	position: relative;
	overflow: hidden;
}
.syal .t3 li .ico .icoimg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: transform 0.5s ease;
}
.syal .t3 li .shijian {
	position: absolute;
	z-index: 1;
	bottom: 0;
	background-color: #ff5b00;
	left: 20px;
	color: #fff;
	padding: 5px 10px;
	display: flex;
	align-items: center;
}
.syal .t3 li .shijian img {
	width: 18px;
	margin-right: 4px;
}
.syal .t3 li:hover .ico .icoimg {
	transform: scale(1.1);
}
.syal .t3 li .text {
	padding: 0 20px 20px 20px;
}
.syal .t3 li p {
	font-size: 16px;
	margin: 15px 0;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
.syal .t3 li:hover p {
	color: #ff5b00;
}
.syal .t3 li span {
	color: #555;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 13px;
}
.syal .t3 li span img {
	width: 16px;
}
.ftlx {
	background-color: #605f5f;
	color: #fff;
	padding: 15px 0;
}
.ftlx .w1600 {
	display: flex;
	justify-content: space-between;
    align-items: center;
}
.ftlx span {
	color: #fff;
	display: flex;
	align-items: center;
	font-size: 15px;
	max-width: 70%;
}
.ftlx a {
	background-color: #17BC9C;
	font-size: 15px;
	color: #fff;
	padding: 8px 30px;
	border-radius: 5px;
}
.ftlx a:hover {
	background-color: #ff5b00;
}
.foot {
	background-color: #302f2f;
	padding: 60px 0 40px 0;
	color: #fff;
}
.foot .w1600 {
	display: flex;
	justify-content: space-between;
}
.foot .li {
	width: 22%;
}
.foot .li1 img {
	width: 230px;
	margin-bottom: 15px;
}
.foot .li1 .li11 {
	color: #ddd;
	font-size: 13px;
}
.foot .li2 .li21 {
	font-size: 20px;
}
.foot .li2 .li22 {
	width: 50px;
	height: 2px;
	background-color: #ff5b00;
	margin: 5px 0 20px 0;
}
.foot .li2 a {
	display: flex;
	align-items: center;
	padding: 2px 0;
	margin: 2px 0;
	font-size: 13px;
	color: #ddd;
}
.foot .li2 a img {
	width: 10px;
	position: relative;
	top: -1px;
	margin-right: 2px;
}
.foot .li2 a:hover {
	color: #ff5b00;
}
.foot .li2 .li23 {
	color: #ddd;
	font-size: 13px;
}
.foot .li2 .li23 p {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	color: #ddd;
	font-size: 13px;
}
.foot .li2 .li23 p img {
	width: 50px;
	margin-right: 8px;
}
.foot .li2 .li24 {
	display: flex;
	justify-content: space-between;
}
.foot .li2 .li24 img {
	width: 32%;
}
.foot .li2 .li24 form {
	width: 100%;
}
.foot .li2 .li24 li {
	border: 1px solid #666;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 15px;
	margin: 20px 0;
}
.foot .li2 .li24 input {
	width: calc(100% - 35px);
	background: unset;
	font-size: 17px;
	outline: unset;
	color: #ddd;
}
.foot .li2 .li24 li img {
	width: 22px;
}
.foot .li2 .li24 button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 13px 25px;
	background-color: #ff5b00;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
}
.foot .li2 .li24 button img {
	width: 20px;
	margin-left: 8px;
}
.banquan {
	background-color: #302f2f;
	text-align: center;
	border-top: 1px solid #444;
}
.banquan .w1600 {
	padding: 15px 0 12px 0;
}
.banquan p,
.banquan p a{
	color: #fff;
	font-size: 13px;
}
.xbanner {
	width: 100%;
	padding-top: 25%;
	overflow: hidden;
	position: relative;
}
.xbanner img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.cplist {
	padding: 60px 0;
}
.cplist .t1 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.cplist .t2 {
	color: #666;
	text-align: center;
}
.cplist ul {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	flex-wrap: wrap;
}
.cplist ul li {
	width: 49%;
	margin-bottom: 2%;
	border: 1px solid #ddd;
	padding: 20px;
}
.cplist ul li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cplist ul li .img {
	width: 48%;
	padding-top: 48%;
	position: relative;
	overflow: hidden;
}
.cplist ul li .img img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: transform 0.5s ease;
}
.cplist ul li:hover .img img {
	transform: scale(1.1);
}
.cplist ul li .text {
	width: 49%;
}
.cplist ul li .p1 {
	font-size: 16px;
	font-weight: bold;
}
.cplist ul li:hover .p1 {
	color: #ff5b00;
}
.cplist ul li .p2 {
	margin: 5px 0 40px 0;
	font-size: 13px;
}
.cplist ul li span {
	background-color: #ff5b00;
	width: 100%;
	padding: 12px 20px;
	font-size: 13px;
	border-radius: 8px;
	color: #fff;
}
.cplist ul li .duotu {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}
.cplist ul li .duotu dl {
	display: flex;
	align-items: center;
	font-size: 13px;
	width: 32%;
}
.cplist ul li .duotu dl img {
	width: 150px;
	height: 112.5px;
	object-fit: cover;
	margin-right: 5px;
}
.mbx .w1600 {
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.mbx svg {
	width: 20px;
	position: relative;
	top: -1px;
}
.mbx a {
	margin: 0 5px;
}
.chanpin {
	padding: 60px 0;
}
.chanpin .w1600 {
	display: flex;
	justify-content: space-between;
}
.chanpin .left {
	width: 25%;
}
.chanpin .left .l1 {
	font-size: 22px;
	font-weight: bold;
	border-bottom: 3px solid #ff5b00;
	display: inline-block;
	padding-bottom: 5px;
}
.chanpin .left .l2 {
	width: 100%;
	height: 3px;
	background-color: #ccc;
	margin: -3px 0 20px 0;
}
.chanpin .left .l3 a {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ddd;
	color: #444;
	transition: all 0.3s linear;
}
.chanpin .left .l3 .a1 {
	font-size: 15px;
	line-height: 54px;
	font-weight: bold;
}
.chanpin .left .l3 .a2 {
	line-height: 48px;
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 15px;
	width: 100%;
	padding-top: 3px;
}
.chanpin .left .l3 .a1 img {
	width: 12px;
}
.chanpin .left .l3 .a2 img {
	width: 8px;
}
.chanpin .left .l3 a:hover {
	color: #ff5b00;
}
.chanpin .left .l3 .a1:hover {
	padding-left: 5px;
}
.chanpin .left .l3 .a2:hover {
	padding-left: 20px;
}
.chanpin .left .l3 a .img2,
.chanpin .left .l3 a:hover .img1 {
	display: none;
}
.chanpin .left .l3 a:hover .img2 {
	display: block;
}
.chanpin .right {
	width: 70%;
}
.chanpin .right .r1 {
	font-size: 22px;
	font-weight: bold;
	border-bottom: 2px solid #ff5b00;
	display: inline-block;
	padding-bottom: 5px;
}
.chanpin .right .r2 {
	width: 100%;
	height: 2px;
	background-color: #ccc;
	margin: -2px 0 50px 0;
}
.chanpin .zhuxx {
	display: flex;
	justify-content: space-between;
}
.chanpin .zhuxx .rleft {
	width: 48%;
}
.chanpin .zhuxx .rl1 {
	font-size: 18px;
}
.chanpin .zhuxx .rl1 img {
	width: 14px;
	position: relative;
	top: 1px;
}
.chanpin .zhuxx .rl2 {
	font-size: 22px;
	font-weight: bold;
	margin-top: 20px;
	border-bottom: 3px solid #ccc;
	padding-bottom: 10px;
}
.chanpin .zhuxx .rl3 {
	width: 100px;
	height: 3px;
	background-color: #ff5b00;
	margin: -3px 0 30px 0;
}
.chanpin .zhuxx .rl4 {
	line-height: 2;
	margin-bottom: 20px;
	font-size: 13px;
}
.chanpin .zhuxx a {
	background-color: #17BC9C;
	padding: 15px 30px;
	color: #fff;
	display: inline-flex;
	align-items: center;
	font-weight: bold;
	border-radius: 8px;
}
.chanpin .zhuxx a img {
	width: 25px;
	margin-right: 7px;
}
.chanpin .zhuxx .img {
	width: 48%;
	border: 1px solid #ddd;
	padding: 10px;
	display: flex;
}
.chanpin .cp3 {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.chanpin .cp3 li {
	width: 30%;
	border: 1px solid #ddd;
	padding: 13px 13px 6px 13px;
	font-size: 13px;
	text-align: center;
}
.chanpin .cp3 li:nth-of-type(4) {
	display: none;
}
.chanpin .cp3 li a {
	background: #fafafa;
	display: block;
	position: relative;
	width: 100%;
	padding-top: 66.67%;
	overflow: hidden;
	margin-bottom: 6px;
}
.chanpin .cp3 li a img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
}
.chanpin .cp4 .cp41 {
	font-size: 22px;
	font-weight: bold;
	border-bottom: 2px solid #ff5b00;
	display: inline-block;
	padding-bottom: 5px;
	margin-top: 30px;
}
.chanpin .cp4 .cp42 {
	width: 100%;
	height: 2px;
	background-color: #ccc;
	margin: -2px 0 30px 0;
}
.chanpin .cp4 .cp43 video {
	width: 100%;
	height: 100%;
}
.chanpin .cp4 .cp44 li a {
	width: 100%;
	height: 100%;
	border: 1px solid #bbb;
	padding: 20px;
	display: flex;
	margin-bottom: 20px;
	align-items: center;
	justify-content: space-between;
}
.chanpin .cp4 .cp44 li .img {
	width: 24%;
	padding-top: 12%;
	position: relative;
	overflow: hidden;
}
.chanpin .cp4 .cp44 li .img img {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: transform 0.5s ease;
}
.chanpin .cp4 .cp44 li:hover .img img {
	transform: scale(1.08);
}
.chanpin .cp4 .cp44 li .text {
	width: 72%;
}
.chanpin .cp4 .cp44 li .p1 {
	font-size: 15px;
	margin-bottom: 5px;
	font-weight: 600;
}
.chanpin .cp4 .cp44 li .p2 {
	font-size: 13px;
	margin-bottom: 5px;
}
.about {
	padding: 60px 0;
}
.about .t1 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.about .t2 {
	color: #666;
	text-align: center;
}
.about .t3 {
	margin-top: 30px;
}
.about .t3 p {
	margin-top: 8px;
	text-indent: 2em;
	font-size: 13px;
}
.stats-section {
	background-color: #f5f5f5;
	margin: 40px 0;
}
.stats-section .w1600 {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 60px 20px;
	position: relative;
	overflow: hidden;
}
.stats-section .stat-item {
	flex: 1;
	text-align: center;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}
.stats-section .stat-number {
	font-size: 42px;
	font-weight: bold;
	color: #ff5b00;
	margin-bottom: 15px;
	line-height: 1;
}
.stat-desc {
	font-size: 14px;
}
.ablunbo {
	padding-bottom: 60px;
}
.ablunbo .swiper-container {
	padding-bottom: 50px;
}
.ablunbo .swiper-slide {
	text-align: center;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ablunbo .swiper-slide img {
	width: 100%;
	height: auto;
	display: block;
}
.ablunbo .swiper-pagination-bullets {
	bottom: 0 !important;
}
.ablunbo .swiper-pagination-bullet {
	background: #999;
	opacity: 1;
}
.ablunbo .swiper-pagination-bullet-active {
	background: #17BC9C;
}
.xinwen {
	padding: 60px 0;
}
.xinwen .w1600 {
	display: flex;
	justify-content: space-between;
}
.xinwen .left {
	width: 25%;
}
.xinwen .left .l1 {
	font-size: 22px;
	font-weight: bold;
	border-bottom: 3px solid #ff5b00;
	display: inline-block;
	padding-bottom: 5px;
}
.xinwen .left .l2 {
	width: 100%;
	height: 3px;
	background-color: #ccc;
	margin: -3px 0 20px 0;
}
.xinwen .left .l3 a {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ddd;
	color: #444;
	transition: all 0.3s linear;
}
.xinwen .left .l3 .a1 {
	font-size: 15px;
	line-height: 54px;
	font-weight: bold;
}
.xinwen .left .l3 .a2 {
	line-height: 48px;
	font-size: 13px;
	padding-left: 15px;
	padding-top: 3px;
}
.xinwen .left .l3 .a1 img {
	width: 12px;
}
.xinwen .left .l3 .a2 img {
	width: 8px;
}
.xinwen .left .l3 a:hover {
	color: #ff5b00;
}
.xinwen .left .l3 .a1:hover {
	padding-left: 5px;
}
.xinwen .left .l3 .a2:hover {
	padding-left: 20px;
}
.xinwen .left .l3 a .img2,
.xinwen .left .l3 a:hover .img1 {
	display: none;
}
.xinwen .left .l3 a:hover .img2 {
	display: block;
}
.xinwen .right {
	width: 70%;
}
.xinwen .right .r1 {
	font-size: 22px;
	font-weight: bold;
	border-bottom: 2px solid #ff5b00;
	display: inline-block;
	padding-bottom: 5px;
}
.xinwen .right .r2 {
	width: 100%;
	height: 2px;
	background-color: #ccc;
	margin: -2px 0 30px 0;
}
.xinwen .r3 {
	display: flex;
	justify-content: space-between;
	margin: 0 0 30px 0;
	flex-wrap: wrap;
}
.xinwen .r3 li {
	width: 24%;
	margin-bottom: 2%;
	border: 1px solid #aaa;
	padding: 10px;
}
.xinwen .r3 li .p1 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 10px;
}
.xinwen .r3 li:hover .p1 {
	color: #ff5b00;
}
.xinwen .r3 li .p2 {
	width: 100%;
	font-size: 13px;
}
.xinwen .r3 li .img {
	width: 100%;
	padding-top: 75%;
	position: relative;
	overflow: hidden;
}
.xinwen .r3 li .img img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: transform 0.5s ease;
}
.xinwen .r3 li:hover .img img {
	transform: scale(1.1);
}
.xinwen .xiangqing .shijian {
	display: flex;
	align-items: center;
	color: #666;
	margin-bottom: 10px;
}
.xinwen .xiangqing .shijian img {
	height: 15px;
	margin-right: 3px;
}
.pagebar {
	padding: 20px;
	overflow: hidden;
	clear: both
}
.pagebar .pagination {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
.pagination a {
	background: #fff;
	border: 1px solid #ccc;
	color: #302f2f;
	font-size: 14px;
	padding: 10px 12px;
	margin: 0 2px;
	border-radius: 3px;
	line-height: 100%
}
.pagination span {
	color: #302f2f;
	font-size: 12px;
	padding: 7px 2px;
	margin: 0 2px;
	border-radius: 3px;
}
.pagination a:hover {
	color: #302f2f;
	border: 1px solid #302f2f;
}
.pagination a.page-num-current {
	color: #fff;
	background: #302f2f;
	border: 1px solid #302f2f;
}
.pagination .st {
	font-family: 宋体
}
.text-secondary {
	text-align: center;
	padding: 20px 0
}
.contact {
	padding: 60px 0;
}
.contact .t1 {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}
.contact .t2 {
	color: #666;
	text-align: center;
}
.contact .left {
	width: 100%;
}
.contact .right {
	width: 100%;
	margin-top: 30px;
}
.contact .right {
	display: flex;
	justify-content: space-evenly;
	align-items: flex-start;
	margin-bottom: 30px;
}
.contact .right .contact-item {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	width: 20%;
}
.contact .right .icon-wrapper {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background-color: #f2f2f2;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contact .right .icon-wrapper img {
	max-width: 40px;
	max-height: 40px;
}
.contact .right .contact-item h3 {
	font-size: 22px;
	font-weight: 600;
	color: #444;
}
.contact .right .contact-item p {
	color: #222;
	line-height: 1.6;
	font-size: 14px;
}
.contact .left iframe,
.contact .left #container {
	width: 100%;
	height: 500px;
	border: 2px solid #eee;
	border-radius: 8px;
	overflow: hidden;
}
.header {
	width: 100%;
	padding: 14px 0;
	background: #fff;
	position: fixed;
	top: 33px;
	z-index: 999;
	transition: top 0.3s ease;
}
.header_box {
	display: flex;
	justify-content: space-between;
	width: 92%;
	margin: 0 auto;
	align-items: center;
}
.head-logo {
	height: 38px;
}
.head-logo a {
	display: block;
	height: 100%;
}
.head-logo img {
	height: 100%;
}
#top #nav {
	width: 24px;
	height: 24px;
	text-align: center;
	cursor: pointer;
}
#top .nav {
	width: 24px;
	height: 24px;
	background: url(../images/icont.png) no-repeat;
	background-size: 24px auto;
}
#top .close {
	width: 24px;
	height: 24px;
	background: url(../images/iconx.png) no-repeat;
	background-size: 24px auto;
}
.subNav {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 103px;
	z-index: 999;
	background: rgb(0, 0, 0, 0.5);
	display: none;
	transition: top 0.3s ease;
}
.subNav .sub {
	width: 100%;
	display: none;
}
.subNav .sub a {
	font-size: 15px;
	line-height: 36px;
	border-top: 1px solid #e0e0e0;
	padding: 0 25px;
	background-color: #f5f5f5;
	display: block;
}
.subNav li {
	width: 100%;
	display: block;
	line-height: 48px;
	margin: 0 auto;
	position: relative;
	background: #fff;
	border-top: 1px solid #f2f2f2;
}
.subNav li>a {
	display: block;
	padding: 0 20px;
	margin-right: 48px;
}
.subNav li i {
	float: right;
	height: 48px;
	width: 48px;
	background: url(../images/arrt.png) no-repeat center;
	background-size: 10px;
	position: relative;
	z-index: 1;
	cursor: pointer;
	transition: all .5s;
}
.subNav li.open i {
	transform: rotate(90deg);
}
.m-edge {
	position: relative;
	font-size: 11px;
	color: #323232;
	position: relative;
	display: none
}
.m-edge .edge_t {
	width: 94%;
	background: #fff;
	border-radius: 25px;
	overflow: hidden;
	margin: 15px auto;
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
	height: 50px;
}
.m-edge .edge_t li {
	width: 25%;
	float: left;
	height: 50px;
	position: relative;
	text-align: center;
	font-size: 12px;
	color: #000;
}
.m-edge .edge_t li:first-child:before {
	width: 0;
	height: 0;
}
.m-edge .edge_t li:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 45px;
	top: 4px;
	left: 0;
	background: #e4e4e5;
}
.m-edge .edge_t li span {
	width: 20px;
	height: 22px;
	display: block;
	position: relative;
	overflow: hidden;
	margin: 6px auto 0;
}
.m-edge .edge_c dl {
    padding: 0 3%;
}
.m-edge .edge_t li span i {
	width: 20px;
	height: 22px;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	background-size: 20px 50px !important;
}
.m-edge .edge_t li span i.default {
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.m-edge .edge_t li span i.hover {
	opacity: 1;
	visibility: visible;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate3d(0, 0, -65px) rotate3d(1, 0, 0, 90deg);
	transform: translate3d(0, 0, -65px) rotate3d(1, 0, 0, 90deg);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.m-edge .edge_t li:hover,
.m-edge .edge_t li.cur {
	background: #ff5b00;
	color: #fff;
}
.m-edge .about_l li:hover p,
.m-edge .about_l li.cur p {
	color: #fff;
}
.m-edge .edge_t li:hover span .default,
.m-edge .edge_t li.cur span .default {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate3d(0, 65px, 0) rotate3d(1, 0, 0, -90deg);
	transform: translate3d(0, 65px, 0) rotate3d(1, 0, 0, -90deg);
}
.m-edge .edge_t li:hover span .hover,
.m-edge .edge_t li.cur span .hover {
	opacity: 1;
	visibility: visible;
	-webkit-transform: rotate3d(1, 0, 0, 0deg);
	transform: rotate3d(1, 0, 0, 0deg);
}
.m-edge .edge_c dt,
.m-edge .edge_c dt img {
	display: block;
	width: 100%;
	height: auto;
}
.m-edge .edge_c dd {
	padding: 12px 0 25px 0;
}
.m-edge .edge_c dd h4 {
	padding: 0 0 10px;
    line-height: 33px;
}
.m-edge .edge_c dd h4 b {
	display: block;
	font-size: 20px;
    line-height: 20px;
}
.m-edge .edge_c dd h4 span {
	display: inline-block;
	background: #ff5b00;
	font-size:12px;
	color: #fff;
	line-height: 18.5px;
	padding: 0 6px;
}
.til011{text-align: center;color: #111;font-size:18px;clear: both;display: block;padding:3% 0;}
.til011 p{display: block;font-size:12px;opacity: 0.5;font-weight:400}
@media (min-width: 1366px) and (max-width: 1600px) {
	.w1600 {
		width: 1300px;
	}
	.head .logo a {
		height: 50px;
	}
	.head .menu .nav1>a {
		font-size: 14px;
	}
	.yinz2 {
		width: 600px;
		margin-left: -600px;
		top: 10%;
	}
	.yinz2 dd {
		width: 550px;
		font-size: 14px;
	}
	.yinz2 ul {
		height: 140px;
	}
	.yinz2 li {
		font-size: 15px;
		padding: 30px 0 0;
	}
	.yinz2 li span {
		height: 48px;
	}
}
@media (min-width: 1024px) and (max-width: 1366px) {
	.w1600 {
		width: 1000px;
	}
	.w1200 {
		width: 1000px;
	}
	.pc {
		display: none;
	}
	.mb {
		display: block;
	}
	.top {
		height: 103px;
	}
	.syxzly .left {
		width: 100%;
		padding: 7%;
	}
	.syxzly .right {
		width: 100%;
		position: relative;
		padding-top: 56.25%;
	}
	.cpul ul li {
		width: 48%;
		margin-bottom: 4%;
	}
	.cplist ul li {
		width: 100%;
		margin-bottom: 2%;
		padding: 10px;
	}
	.yinz2 {
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
		margin-left: 0;
		padding: 30px 4%;
	}
	.yinz h2 {
		width: 100%;
		float: none;
		overflow: hidden;
	}
	.yinz2 dd {
		width: 100%;
	}
	.yinz2 ul {
		width: 100%;
	}
	.yinz2 li {
		width: 25%;
	}
	.edge_r,
	.edge_l {
		width: 480px;
	}
	.edge_c dt,
	.edge_c dt img {
		width: 480px;
		height: 240px;
		display: block;
	}
}
@media (min-width: 767px) and (max-width: 1024px) {
	.pc {
		display: none;
	}
	.mb {
		display: block;
	}
	.top {
		height: 103px;
	}
	.w1600 {
		width: 94%;
	}
	.w1200 {
		width: 94%;
	}
	.gonggao .left {
		display: none;
	}
	.gonggao .right {
		justify-content: space-between;
		width: 100%;
	}
	.banner_mouse {
		display: none;
	}
	.syxzly .left {
		width: 100%;
		padding: 7%;
	}
	.syxzly .right {
		width: 100%;
		position: relative;
		padding-top: 56.25%;
	}
	.cpul ul li {
		width: 48%;
		margin-bottom: 4%;
	}
	.cplist ul li {
		width: 100%;
		margin-bottom: 2%;
	}
	.chanpin .left {
		display: none;
	}
	.chanpin .right {
		width: 100%;
	}
	.chanpin .zhuxx .rl2,
	.chanpin .zhuxx .rl3 {
		display: none;
	}
	.foot .li {
		width: 31%;
	}
	.foot .lno {
		display: none;
	}
	.xinwen .left {
		display: none;
	}
	.xinwen .right {
		width: 100%;
	}
	.contact .right .icon-wrapper {
		width: 100px;
		height: 100px;
	}
	.contact .right .icon-wrapper img {
		max-width: 50px;
		max-height: 50px;
	}
	.syxzly {
		padding: 0;
	}
	.yinz2 {
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
		margin-left: 0;
		padding: 30px 4%;
	}
	.yinz h2 {
		width: 100%;
		float: none;
		overflow: hidden;
	}
	.yinz2 dd {
		width: 100%;
	}
	.yinz2 ul {
		width: 100%;
	}
	.yinz2 li {
		width: 25%;
	}
	.edge {
		display: none;
	}
	.m-edge{
	    display: block;
	}
}
@media (max-width: 767px) {
	.pc {
		display: none;
	}
	body {
		font-size: 12px;
	}
	.mb {
		display: block;
	}
	.top {
		height: 103px;
	}
	.w1600 {
		width: 94%;
	}
	.w1200 {
		width: 94%;
	}
	.gonggao .left {
		display: none;
	}
	.gonggao .right {
		justify-content: space-between;
		width: 100%;
	}
	.gonggao .ss input {
		width: 140px;
	}
	.banner_mouse {
		display: none;
	}
	.syxzly .left {
		width: 100%;
		padding: 7%;
	}
	.syxzly .right {
		width: 100%;
		position: relative;
		padding-top: 56.25%;
	}
	.syxzly .left .l1 {
		font-size: 24px;
	}
	.syal .t1 {
		font-size: 18px;
	}
	.cpul .t1 {
		font-size: 18px;
	}
	.syxzly .left .l3 li {
		width: 45%;
		align-items: center;
	}
	.syxzly .left .l1 {
		font-size: 16px;
	}
	.syxzly .left .l3 li .ico {
		width: 35px;
		margin-right: 10px;
		margin-top: 2px;
	}
	.syxzly .left .l3 li p {
		font-size: 18px;
	}
	.syxzly .left .l3 li span {
		font-size: 12px;
		line-height: 1;
	}
	.syxzly .left .l2 {
		font-size: 12px;
	}
	.cpul {
		padding: 40px 0;
	}
	.cpul ul {
		margin-top: 20px;
	}
	.cpul ul li {
		width: 48%;
		padding: 5px;
		margin-bottom: 3%;
	}
	.cpul ul li p {
		font-size: 12px;
		height: 1.8em;
		overflow: hidden;
	}
	.cpul ul li span {
		display: none;
	}
	.cplist ul li {
		width: 48.5%;
		margin-bottom: 2%;
		padding: 10px;
	}
	.cplist ul li .duotu {
		display: none;
	}
	.cplist ul li .img {
		width: 100%;
		padding-top: 100%;
	}
	.cplist ul li .text {
		width: 100%;
	}
	.syxzly .left .l3 {
		margin-top: 20px;
	}
	.chanpin .left {
		display: none;
	}
	.chanpin .right {
		width: 100%;
	}
	.syxzly .right .play-button {
		width: 60px;
		height: 60px;
	}
	.syal {
		padding: 40px 0;
	}
	.syal .t3 {
		margin-top: 0;
	}
	.ftlx span {
		font-size: 13px;
	}
	.ftlx {
		padding: 10px 0;
	}
	.ftlx a {
		font-size: 13px;
		padding: 2px 12px;
	}
	.foot .li1 img {
		width: 160px;
		margin-bottom: 10px;
	}
	.foot .li1 .li11 {
		font-size: 12px;
	}
	.foot .li2 .li21 {
		font-size: 16px;
	}
	.foot .li2 .li24 {
		justify-content: center;
	}
	.foot .li2 .li23 p img {
		width: 35px;
	}
	.foot .li2 .li24 button img {
		width: 16px;
	}
	.foot .lidingyue {
		display: none;
	}
	.foot .li2 .li24 li img {
		width: 20px;
	}
	.foot .li2 .li24 img {
		width: 28%;
		margin: 0 5px;
	}
	.foot .li2 a {
		font-size: 12px;
	}
	.foot .li2 .li23 p {
		font-size: 12px;
	}
	.foot .li2 .li24 input {
		font-size: 15px;
	}
	.chanpin .zhuxx .rl2,
	.chanpin .zhuxx .rl3 {
		display: none;
	}
	.syal .t3 li {
		width: 48.5%;
		margin-top: 20px;
	}
	.foot .li {
		width: 100%;
		margin-bottom: 20px;
	}
	.foot {
		padding: 30px 0 15px 0;
	}
	.foot .li.lno {
		display: none;
	}
	.xinwen .left {
		display: none;
	}
	.xinwen .right {
		width: 100%;
	}
	.contact .right .contact-item {
		width: 50%;
		margin-bottom: 15px;
		gap: 5px;
	}
	.cplist .t1 {
		font-size: 18px;
	}
	.chanpin {
		padding: 40px 0;
	}
	.chanpin .right .r1 {
		font-size: 16px;
	}
	.chanpin .zhuxx .rl4 {
		font-size: 12px;
		line-height: 1.6;
	}
	.chanpin .right .r2 {
		margin: -2px 0 20px 0;
	}
	.chanpin .zhuxx a {
		padding: 6px 15px;
	}
	.chanpin .zhuxx a img {
		width: 16px;
	}
	.chanpin .cp3 li {
		width: 32%;
		padding: 10px;
		font-size: 12px;
		line-height: 1.5;
	}
	.chanpin .cp4 .cp41 {
		font-size: 15px;
		margin-top: 20px;
	}
	.chanpin .cp3 li span {
		display: none;
	}
	.chanpin .cp4 .cp44 li a {
		padding: 10px;
	}
	.chanpin .cp4 .cp44 li .img {
		width: 36%;
		padding-top: 22%;
	}
	.chanpin .cp4 .cp44 li .p1 {
		font-size: 13px;
	}
	.chanpin .cp4 .cp44 li .text {
		width: 61%;
	}
	.chanpin .cp4 .cp44 li .p2 {
		font-size: 12px;
		height: 3em;
		overflow: hidden;
	}
	.about .t3 {
		margin-top: 20px;
	}
	.about .t1 {
		font-size: 18px;
	}
	.xinwen .right .r1 {
		font-size: 18px;
	}
	.contact .t1 {
		font-size: 28px;
	}
	.contact .right {
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	.contact .right .icon-wrapper {
		width: 70px;
		height: 70px;
	}
	.contact .right .icon-wrapper img {
		max-width: 20px;
		max-height: 20px;
	}
	.contact .right .contact-item h3 {
		font-size: 16px;
	}
	.contact .right .contact-item p {
		font-size: 12px;
	}
	.contact .left iframe,
	.contact .left #container {
		height: 350px;
	}
	.foot .w1600 {
		justify-content: space-between;
		flex-direction: column;
	}
	.cplist {
		padding: 40px 0;
	}
	.cplist ul li .duotu dl {
		flex-direction: column;
	}
	.chanpin .zhuxx .rl1 {
		display: none;
	}
	.chanpin .zhuxx .img,
	.chanpin .cp3 li {
		padding: 5px;
	}
	.stats-section {
		margin: 0;
	}
	.about {
		padding: 25px 0;
	}
	.about .t3 p {
		font-size: 12px;
		margin-top: 5px;
	}
	.stats-section .w1600 {
		padding: 25px 20px 10px 0;
		flex-wrap: wrap;
	}
	.stats-section .stat-item {
		padding: 0 12px;
		flex: auto;
		width: 50%;
		margin-bottom: 15px;
	}
	.stats-section .stat-number {
		font-size: 26px;
		margin-bottom: 7px;
	}
	.stat-desc {
		font-size: 12px;
	}
	.ablunbo {
		padding: 20px 0 5px 0;
	}
	.ablunbo .swiper-container {
		padding-bottom: 25px;
	}
	.ablunbo .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}
	.xinwen {
		padding: 25px 0;
	}
	.xinwen .right .r2 {
		margin: -2px 0 20px 0;
	}
	.xinwen .r3 li .p1 {
		font-size: 13px;
	}
	.xinwen .r3 li .p2 {
		font-size: 12px;
		height: 3em;
		line-height: 1.5;
		overflow: hidden;
	}
	.xinwen .r3 li {
		width: 48.5%;
		margin-bottom: 3%;
		padding: 6px;
	}
	.contact {
		padding: 0px 0 30px 0;
	}
	.cpul .gengduo a {
		width: 140px;
		height: 35px;
		line-height: 35px;
		font-size: 13px;
	}
	.cpul .gengduo a img {
		width: 12px;
		margin-left: 6px;
	}
	.cplist ul {
		margin-top: 15px;
	}
	.cplist ul li .p1 {
		font-size: 13px;
		line-height: 1.35;
		margin-top: 10px;
		text-align: center;
	}
	.mbx svg {
		width: 18px;
	}
	.cplist ul li .p2 {
		display: none;
	}
	.cplist ul li span {
		display: none;
	}
	.syal .t3 li .shijian img {
		width: 10px;
	}
	.syal .t3 li p {
		font-size: 13px;
		margin: 6px 0 0 0;
		padding-bottom: 6px;
	}
	.syal .t3 li .shijian {
		padding: 2px 7px;
	}
	.syal .t3 li .text {
		padding: 0 10px 10px 10px;
	}
	.syal .t3 li span {
		display: none;
	}
	.yinz2 {
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
		margin-left: 0;
		padding: 30px 4%;
	}
	.yinz h2 {
		width: 100%;
		float: none;
		overflow: hidden;
	}
	.yinz2 dd {
		width: 100%;
		font-size: 12px;
		margin: 10px 0 20px;
	}
	.yinz2 dt {
		font-size: 18px;
	}
	.yinz2 ul {
		width: 100%;
		padding: 0;
		height: 120px;
	}
	.yinz2 li {
		width: 25%;
		font-size: 12px;
		padding: 30px 0 0;
	}
	.yinz2 li:hover span img {
		margin-top: -38px;
	}
	.yinz2 li span {
		height: 32px;
		margin-bottom: 7px;
	}
	.yinz2 li span img {
		height: 64px;
	}
	.edge {
		display: none;
	}
	.m-edge{
	    display: block;
	}
	.about_ico {
        width: 60px;
        height: 60px;
    }
    .about_ico:before {
        top: 20px;
        margin-left: -5px;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid #ff5b00;
    }
}