* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #000;
}
b {
	font-weight: unset;
}
img {
	max-width: 100%;
}
.img>img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s linear 0s;
}
body,
html {
	width: 100%;
	height: 100%;
}
body {
	font-size: 16px;
	line-height: 1.6;
	font-family: Arial, "Microsoft YaHei", 微软雅黑, 'PingFang SC';
	color: #222;
	overflow-x: hidden;
}
.w1600 {
	max-width: 1600px;
	margin: 0 auto;
}
.w1200 {
	max-width: 1200px;
	margin: 0 auto;
}
.head {
	height: 100px;
	line-height: 100px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	border-bottom: 1px solid #f2f2f2;
	z-index: 999999;
	background-color: #fff;
}
.head .w1600 {
	display: flex;
	align-items: center;
}
.head .logo {
	width: 10%;
	margin-right: 15%;
}
.head .logo a {
	display: flex;
}
.head .logo img {
	max-width: 100%;
	object-fit: cover;
}
.head .menu {
	display: flex;
}
.menu li {
	position: relative;
	margin: 0 30px;
}
.menu li>a {
	display: block;
	height: 100px;
	line-height: 100px;
	padding: 0 10px;
	font-size: 16px;
	position: relative;
	z-index: 1;
}
.menu li::before {
	content: "";
	position: absolute;
	bottom: 20px;
	left: 50%;
	width: 0;
	height: 2px;
	background-color: #000;
	transform: translateX(-50%);
	transition: width 0.5s ease;
}
.menu li.active::before,
.menu li:hover::before {
	width: 100%;
}
.menu2 {
	position: absolute;
	display: none;
	width: 120%;
	left: 50%;
	top: 100%;
	background-color: #fafafa;
	text-align: center;
	transform: translateX(-50%);
	z-index: 9999;
}
.menu li:hover .menu2 {
	display: block;
}
.menu2 a {
	display: block;
	height: 40px;
	color: #333;
	line-height: 40px;
	padding: 0 3px;
	font-size: 14px;
}
.menu2 a:hover {
	background-color: #f2f2f2;
}
.top1 {
	height: 100px;
	width: 100%;
}
/*手机头部通用*/
.header {
	width: 100%;
	padding: 14px 0;
	background: #fff;
	position: fixed;
	top: 0;
	z-index: 999;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
	display: none;
}
.header_box {
	display: flex;
	justify-content: space-between;
	width: 92%;
	margin: 0 auto;
	align-items: center;
}
.head-logo {
	height: 37px;
}
.head-logo a {
	display: block;
	height: 100%;
}
.head-logo img {
	height: 100%;
}
#top #nav {
	width: 28px;
	height: 24px;
	text-align: center;
	cursor: pointer;
}
#top .nav {
	width: 28px;
	height: 24px;
	background: url(../images/icont.png) no-repeat;
	background-size: 28px auto;
}
#top .close {
	width: 28px;
	height: 24px;
	background: url(../images/iconx.png) no-repeat;
	background-size: 28px auto;
}
.subNav {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 65px;
	z-index: 999;
	background: rgb(0, 0, 0, 0.5);
	display: none;
}
.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);
}
.banner{
    width: 100%;
}
.banner .swiper-container {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.banner .swiper-slide .img {
	position: relative;
	padding-top: 44.5%;
	overflow: hidden;
}
.sytitle {
	text-align: center;
}
.sytitle .tp1 {
	font-size: 36px;
	line-height: 1;
}
.sytitle .tp2 {
	font-size: 24px;
	margin: 5px 0 15px 0;
}
.sytitle .tp3 {
	width: 120px;
	height: 2px;
	margin: 0 auto;
	background-color: #000;
}
.sypinpai {
	padding: 60px 0;
}
.sypinpai .video {
	width: 1150px;
	margin: 0 auto;
	margin-top: 40px;
}
.sypinpai .video .iframe {
	width: 100%;
	position: relative;
	padding-top: 56.25%;
}
.sypinpai .video iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.sypinpai .video .p1 {
	font-size: 14px;
	margin: 10px 0 0 0;
	color: #333;
}
.sypinpai .video .p2 {
	font-size: 12px;
	color: #999;
}
.sychanpin {
	padding: 60px 0;
	text-align: center;
}
.sychanpin .sycpbox {
	display: flex;
	margin-top: 40px;
	justify-content: space-evenly;
	flex-wrap: wrap;
}
.sychanpin .sycpbox img {
	width: 24%;
}
.sychanpin .more {
	border: 1px solid #333;
	padding: 10px 40px;
	font-size: 14px;
	display: inline-block;
	margin-top: 30px;
	position: relative;
	overflow: hidden;
	background: transparent;
	z-index: 1;
	transition: color 0.3s ease;
}
.sychanpin .more::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #333;
	transition: left 0.3s ease;
	z-index: -1;
}
.sychanpin .more:hover {
	color: #333;
	color: #fff;
}
.sychanpin .more:hover::before {
	left: 0;
}
.syxinwen {
	padding: 60px 0 100px;
	background-image: url(/skin/images/syxwbj.png);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: 0 60px;
}
.syxinwen .syxwbox {
	display: flex;
	margin-top: 40px;
	justify-content: space-between;
	align-items: flex-start;
}
.syxinwen li {
	width: 30%;
	background-color: #fff;
	border: 1px solid #f2f2f2;
}
.syxinwen li:nth-child(2) {
	margin-top: 10%;
}
.syxinwen li:nth-child(3) {
	margin-top: 20%;
}
.syxinwen li .img {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-top: 45%;
}
.syxinwen li .text {
	padding: 5%;
}
.syxinwen li .p1 {
	font-size: 22px;
	margin: 10px 0;
	line-height: 1.4;
}
.syxinwen li .p2 {
	width: 120px;
	height: 2px;
	background-color: #000;
}
.syxinwen li .p3 {
	font-size: 14px;
	margin: 20px 0;
}
.syxinwen .more {
	border: 1px solid #333;
	padding: 10px 0;
	width: 130px;
	text-align: center;
	font-size: 14px;
	display: block;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	background: transparent;
	z-index: 1;
	transition: color 0.3s ease;
}
.syxinwen .more::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #333;
	transition: left 0.3s ease;
	z-index: -1;
}
.syxinwen .more:hover {
	color: #333;
	color: #fff;
}
.syxinwen .more:hover::before {
	left: 0;
}
.foot {
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	text-align: center;
	height: 35px;
	line-height: 35px;
}
.foot a {
	color: #fff;
}
.foot2 {
	width: 100%;
	color: #666;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}
.about {
	padding: 60px 0;
}
.about .w1200 {
	display: flex;
	justify-content: space-between;
}
.about .left {
	width: 50%;
}
.about .right {
	width: 45%;
}
.about .right .p1 {
	font-size: 40px;
	font-weight: 700;
	color: #f2f2f2;
	line-height: 1;
}
.about .right .p2 {
	font-size: 30px;
	margin-top: -20px;
	line-height: 1;
	color: #000;
}
.about .right .p3 {
	font-size: 16px;
	margin: 10px 0;
	color: #000;
}
.about .right .p4 {
	width: 50px;
	height: 1px;
	background-color: #000;
}
.about .right .p5 {
	margin-top: 20px;
	line-height: 2.5;
	font-size: 14px;
}
.about .right .p5 p {
	margin-top: 10px;
}
.about .right .more {
	border: 1px solid #4caf50;
	padding: 10px 40px;
	color: #4caf50;
	border-radius: 20px;
	font-size: 14px;
	display: inline-block;
	margin: 30px 0 0 0;
	position: relative;
	overflow: hidden;
	background: transparent;
	z-index: 1;
	transition: color 0.3s ease;
}
.about .right .more::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #4caf50;
	transition: left 0.3s ease;
	z-index: -1;
}
.about .right .more:hover {
	color: #4caf50;
	color: #fff;
}
.about .right .more:hover::before {
	left: 0;
}
.wenhua {
	padding: 100px 0;
}
.wenhua .whtitle {
	width: 100%;
	text-align: center;
	font-size: 26px;
}
.wenhua .whbox {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.wenhua .left {
	width: 50%;
}
.wenhua .right {
	width: 45%;
}
.wenhua .right li {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}
.wenhua .right li:last-of-type {
	margin-bottom: 0;
}
.wenhua .right li .ico {
	width: 10%;
}
.wenhua .right li .text {
	width: 85%;
}
.wenhua .right li .p1 {
	font-size: 20px;
	margin-bottom: 5px;
}
.wenhua .right li .p2 {
	font-size: 13px;
}
.chanpindj {
	padding: 100px 0;
}
.cpdjtitle {
	color: #339999;
}
.cpdjtitle span {
	font-size: 32px;
}
.chanpindj .cpdjbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}
.chanpindj .cpdjbox li {
	width: 23%;
	text-align: center;
	color: #555;
}
.chanpin {
	padding: 60px 0;
}
.chanpin .ul {
	display: flex;
	flex-wrap: wrap;
	width: 95%;
	margin: 0 auto;
}
.chanpin li {
	width: 23.5%;
	margin-bottom: 2%;
	margin-right: 2%;
	transition: all 0.3s linear 0s;
}
.chanpin li:nth-child(4n) {
	margin-right: 0;
}
.chanpin li:hover {
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
}
.chanpin li .img {
	width: 100%;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
}
.chanpin li:hover .img img {
	transform: scale(1.08);
}
.chanpin li .text {
	background-color: #f8f8f8;
	padding: 5%;
	color: #555;
}
.chanpin li .text .p1 {
	text-align: center;
	margin-bottom: 5px;
}
.chanpin li:hover .text .p1 {
	color: #ee0000;
}
.chanpin li .text .p2 {
	font-size: 14px;
}
.pagebar {
	padding: 20px;
	overflow: hidden;
	clear: both;
	width: 100%;
}
.pagebar .pagination {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
.pagination a {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 12px;
	padding: 8px 10px;
	margin: 0 2px;
	border-radius: 3px;
	line-height: 100%
}
.pagination span {
	color: #333;
	font-size: 12px;
	padding: 7px 2px;
	margin: 0 2px;
	border-radius: 3px;
}
.pagination a:hover {
	color: #333;
	border: 1px solid #333;
}
.pagination a.page-num-current {
	color: #fff;
	background: #333;
	border: 1px solid #333;
}
.pagination .st {
	font-family: 宋体
}
.text-secondary {
	text-align: center;
	padding: 20px 0
}
.chanpinxq {
	padding: 60px 0;
}
.mbx {
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 10px;
	font-size: 14px;
}
.mbx img {
	width: 16px;
	margin-right: 5px;
	position: relative;
	top: 2px;
}
.chanpinxq .cpxqbox {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 30px;
}
.chanpinxq .left {
	width: 45%;
	position: relative
}
.chanpinxq .right {
	width: 48%;
}
.chanpinxq .right .p1 {
	font-size: 30px;
}
.chanpinxq .right .p2 {
	margin: 30px 0;
	color: #888
}
.chanpinxq .right .p2 p {
	margin-top: 10px;
}
.chanpinxq .right .more {
	background-color: #e36c09;
	padding: 12px 40px;
	color: #fff;
	display: inline-block;
}
.image-container {
	position: relative;
	display: inline-block;
	width: 100%;
}
.main-image {
	width: 100%;
	height: auto;
	display: block;
}
.lens {
	position: absolute;
	width: 200px;
	height: 200px;
	background: rgba(255, 255, 255, 0.4);
	border: 1px solid #ccc;
	display: none;
	pointer-events: none;
}
.zoom-result {
	width: 400px;
	z-index: 999;
	height: 400px;
	border: 1px solid #000;
	overflow: hidden;
	position: absolute;
	left: 101%;
	top: 0;
	display: none;
}
.zoom-image {
	position: absolute;
	transform-origin: top left;
	max-width: none;
}
.shangxia {
	display: flex;
	margin-top: 20px;
	justify-content: space-between;
	font-size: 14px;
}
.xinwen {
	padding: 60px 0;
}
.xinwen .ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}
.xinwen li {
	width: 23.5%;
	margin-bottom: 2%;
	margin-right: 2%;
}
@media only screen and (min-width:1601px) {
	.xinwen li:nth-child(4n) {
		margin-right: 0%;
	}
}
.xinwen li .img {
	width: 100%;
	padding-top: 66.67%;
	position: relative;
	overflow: hidden;
}
.xinwen li:hover .img img {
	transform: scale(1.08);
}
.xinwen li .p1 {
	height: 48px;
	word-break: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	margin: 20px 0;
}
.xinwen li:hover .p1 {
	color: #1976d2;
}
.xinwen li .p2 {
	font-size: 14px;
	color: #666;
	margin-bottom: 3px;
}
.hover-line {
	position: relative;
	width: 100%;
}
.hover-line::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #ccc;
}
.hover-line::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background-color: #1976d2;
	transition: width 1s ease;
}
.xinwen li:hover .hover-line::after {
	width: 100%;
}
.xinwenxq {
	padding: 60px 0;
}
.xinwenxq .p1 {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
.xinwenxq .p2 {
	font-size: 14px;
	text-align: center;
	color: #666;
	margin: 20px 0;
}
.xinwenxq .p3 {
	background-color: #f2f2f2;
	padding: 35px;
	margin-bottom: 20px;
}
.xinwenxq .p3 span {
	color: #1E88E5;
	font-size: 28px;
	line-height: 0.5;
	font-weight: bold;
}
.xinwenxq .p3 p {
	font-size: 14px;
	margin-top: -15px;
}
.xinwenxq .p4 {
	border-bottom: 1px solid #eee;
	padding-bottom: 40px;
}
.xinwenxq .p4 p {
	margin-top: 10px;
}
.lianxi {
	padding: 40px 0 60px 0;
}
.lianxi .title {
	text-align: center;
	margin: 30px 0;
}
.lianxi .title .p1 {
	font-size: 30px;
}
.lianxi .title .p2 {
	color: #666;
}
.lianxi .center {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lianxi .center li {
	display: flex;
	width: 47%;
	justify-content: space-between;
	margin-top: 20px;
}
.lianxi .center li img {
	width: 35%;
}
.lianxi .center li .text {
	width: 62%;
}
.lianxi .center li .text .t1 {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 15px 0;
}
.lianxi .center li .text .t2 {
	font-size: 14px;
}
.lianxi .center li .text .t3 {
	width: 100%;
	height: 1px;
	background-color: #e9e9e9;
	margin-top: 8px;
}
.lianxi .bottom {
	margin: 50px 0;
	display: flex;
	justify-content: center;
}
.licheng .ul {
	position: relative;
}
.licheng .ul::after {
	content: '';
	position: absolute;
	width: 1px;
	border-left: 1px #ddd dashed;
	top: 0;
	bottom: 0;
	left: 50%;
	z-index: -1;
}
.licheng li {
	padding: 30px 0;
	overflow: hidden;
}
.licheng .li {
	width: 50%;
	color: #4CAF50;
	position: relative;
}
.licheng li:nth-child(2n+1) .li .biaoji {
	position: absolute;
	left: -9px;
	top: 2px;
	width: 18px;
	z-index: 99;
}
.licheng li:nth-child(2n) .li .biaoji {
	position: absolute;
	right: -9px;
	top: 2px;
	width: 18px;
	z-index: 99;
}
.licheng li:nth-child(2n+1) .li {
	float: right;
}
.licheng li:nth-child(2n+1) .li {
	padding-left: 40px;
}
.licheng li:nth-child(2n) .li {
	padding-right: 40px;
	text-align: right;
}
.licheng li .p1 {
	font-size: 30px;
	line-height: 1;
	margin-bottom: 5px;
}
.licheng li .p2 {
	font-size: 18px;
}
@media only screen and (min-width:1200px) and (max-width:1600px) {
	.w1600,
	.w1200 {
		width: 1150px;
	}
	.xinwen li {
		width: 32.33%;
		margin-right: 1.5%;
		margin-bottom: 1.5%;
	}
	.xinwen li:nth-child(3n) {
		margin-right: 0%;
	}
}
@media only screen and (max-width:1200px) {
	.w1600,
	.w1200 {
		width: 92%;
	}
	.head {
		display: none;
	}
	.header {
		display: block;
	}
	.top1 {
		height: 65px;
	}
	.sypinpai {
		padding: 40px 0;
	}
	.sytitle .tp1 {
		font-size: 30px;
	}
	.sytitle .tp2 {
		font-size: 22px;
	}
	.sypinpai .video {
		width: 100%;
	}
	.sychanpin {
		padding: 40px 0;
	}
	.sychanpin .sycpbox {
		justify-content: space-between;
	}
	.sychanpin .sycpbox img {
		width: 49%;
		margin-bottom: 2%;
	}
	.syxinwen {
		padding: 40px 0;
	}
	.syxinwen li {
		width: 100%;
	}
	.syxinwen .syxwbox {
		flex-direction: column;
	}
	.syxinwen li:nth-child(2) {
		margin-top: 5%;
	}
	.syxinwen li:nth-child(3) {
		margin-top: 5%;
	}
	.about .w1200 {
		flex-direction: column;
	}
	.about .left {
		width: 100%;
	}
	.about .right {
		width: 100%;
		margin-top: 25px;
	}
	.wenhua {
		padding: 40px 0;
	}
	.wenhua .whbox {
		flex-direction: column;
		margin-top: 25px;
	}
	.wenhua .left {
		width: 100%;
	}
	.wenhua .right {
		margin-top: 25px;
		width: 100%;
	}
	.licheng .ul::after {
		left: 0;
	}
	.licheng li:nth-child(2n+1) .li {
		padding-left: 30px;
	}
	.licheng li:nth-child(2n+1) .li {
		float: none;
	}
	.licheng li {
		overflow: unset;
	}
	.licheng .li {
		width: 100%;
	}
	.licheng li:nth-child(2n) .li {
		padding-right: 0;
		padding-left: 30px;
		text-align: left;
	}
	.licheng li:nth-child(2n) .li .biaoji {
		left: -9px;
		right: auto;
	}
	.chanpindj .cpdjbox {
		flex-wrap: wrap;
	}
	.chanpindj .cpdjbox li {
		width: 48%;
		margin-bottom: 4%;
	}
	.chanpindj {
		padding:40px 0;
	}
	.chanpin li {
		width:49%;
	}
	.chanpin {
		padding: 40px 0;
	}
	.chanpin li:nth-child(2n) {
		margin-right: 0;
	}
	.chanpinxq {
		padding: 40px 0;
	}
	.chanpinxq .cpxqbox {
		flex-direction: column;
	}
	.chanpinxq .left {
		width: 100%;
	}
	.chanpinxq .right {
		width: 100%;
		margin-top: 25px;
	}
	.chanpinxq .right .p1 {
		font-size: 24px;
	}
	.chanpinxq .right .p2 {
		margin: 10px 0 20px 0;
	}
	.shangxia {
		flex-direction: column;
	}
	.xinwen li {
		width: 49%;
	}
	.xinwen li:nth-child(2n) {
		margin-right: 0;
	}
	.xinwen .ul {
		margin-top: 25px;
	}
	.xinwenxq {
		padding: 40px 0;
	}
	.xinwenxq .p1 {
		font-size: 32px;
	}
	.xinwenxq .p3 {
		padding: 20px;
	}
	.lianxi {
		padding: 40px 0;
	}
	.lianxi .title .p1 {
		font-size: 26px;
	}
	.lianxi .center li {
		width: 100%;
	}
	.lianxi .bottom {
		margin: 30px 0 10px ;
	}
	.about {
		padding: 40px 0;
	}
}