* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

ul,
ol {
	list-style: none;
}

.head_line {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

img {
	border-style: none;
	vertical-align: middle;
	width: 80px;
	/* 设置图片宽度，可按需调整 */
	height: auto;
	/* 保持图片高度按比例缩放，避免变形 */
}

.icon-size {
	width: 40px;
	height: auto;
}

.icon-size-big {
	width: auto;
	height: 80px;
}

a {
	color: #333;
	text-decoration: none;
}

html,
body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
	overflow-x: hidden;
}

html {
	scroll-padding-top: 99px;
}

/* 工具样式 */
.swiper {
	width: 100%;
	height: 100%;
	position: relative;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.w1400 {
	max-width: calc(100% - 88px);
	margin: 0 auto;
}

/* 头部 */
.head {
	width: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	height: 100px;
	overflow: hidden;
	z-index: 9999;
	border-bottom: 1px solid #d0ccc9;
}

.head .an {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

.list {
	height: 50px;
	display: inline-block;
	cursor: pointer;
}

.list span,
.list span::after,
.list span:before {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	display: block;
	background: #333;
}

.list span {
	position: relative;
	width: 30px;
	height: 2px;
	margin-top: 10px;
}

.list span::after {
	content: '';
	position: relative;
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 13px;
}

.list span:before {
	content: '';
	position: relative;
	width: 100%;
	height: 2px;
	left: 0;
	top: 11px;
}

.head>a>img {
	max-height: 75px;
}

.list,
.so {
	padding: 37px 54px;
	height: 100%;
}

.so>img {
	width: 24px;
	height: 24px;
}

main {
	margin-top: 100px;
	min-height: 69vh;
}

.header {
	max-width: 400px;
	min-width: 240px;
	width: 40%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(240, 235, 230, 0.9);
	z-index: 9999;
	left: -100vw;
	z-index: 99999;
}

.header>a {
	display: block;
	width: auto;
	max-width: 147px;
	margin: 0 auto;
}

.header>a img {
	display: block;
	max-width: 147px;
	cursor: pointer;
	margin: 60px auto 90px;
}

.header .uls li {
	position: relative;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.header .uls>li {
	text-align: center;
}

.header .uls>li>a>span {
	margin-right: 12px;
	width: 24px;
	text-align: center;
}

.header .uls>li>a>span img {
	vertical-align: middle;
	margin-top: -3px;
}

.header .uls>li>a {
	width: 100%;
	display: inline-block;
	line-height: 1.4;
	color: #000;
	font-size: 24px;
	padding: 10px 0;
	margin-bottom: 40px;
}

.header .uls>li>a:hover {
	color: #ccae91;
}

.xs {
	position: absolute;
	color: #333;
	right: 0px;
	top: 0px;
	cursor: pointer;
	width: 56px;
	height: 56px;
}

.xs:after {
	position: absolute;
	content: "";
	width: 30px;
	height: 1px;
	transform: translate(-50%, -50%) rotate(45deg);
	top: 50%;
	left: 50%;
	background-color: #333;
}

.xs:before {
	position: absolute;
	content: "";
	width: 30px;
	height: 1px;
	transform: translate(-50%, -50%) rotate(135deg);
	top: 50%;
	left: 50%;
	background-color: #333;
}

.header .uls {
	height: calc(100vh - 65px - 90px - 60px);
	overflow-x: hidden;
	overflow-y: auto;
}

.header .uls::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.header .uls::-webkit-scrollbar-track {
	background-color: rgba(240, 235, 230, 0.9);
}

.header .uls::-webkit-scrollbar-thumb {
	background-color: rgba(240, 235, 230, 0.9);
}

.header .uls::-webkit-scrollbar-thumb:active {
	background-color: rgba(240, 235, 230, 0.9);
}

.so {
	cursor: pointer;
}

/* 搜索显示 */
.head_so {
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(240, 235, 230, 1);
	z-index: 99999;
	display: none;
	width: 100%;
}

.so_form {
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.so_form form {
	flex: 0.5;
	padding: 0 54px;
	display: flex;
	align-items: center;
}

.so_form form input {
	border: 0;
	margin: 0;
	padding: 12px 10px;
	outline-style: none;
	background-color: #f6f6f6;
	border: 1px solid #ccc;
}

.so_form form input[type=text] {
	width: calc(100% - 100px);
	color: #333;
	border-right: 0px;
	padding: 13px 10px;
}

.so_form form input[type=submit] {
	width: 100px;
	border-left: 0px;
	color: #333;
	cursor: pointer;
}

.so_form form input[type=submit]:hover {
	background-color: #fff;
}

.head_x {
	position: absolute;
	color: #333;
	right: 0px;
	top: 0px;
	cursor: pointer;
	width: 138px;
	height: 100px;
	padding: 37px 54px;
}

.head_x:after {
	position: absolute;
	content: "";
	width: 30px;
	height: 1px;
	transform: translate(-50%, -50%) rotate(45deg);
	top: 50%;
	left: 50%;
	background-color: #333;
}

.head_x:before {
	position: absolute;
	content: "";
	width: 30px;
	height: 1px;
	transform: translate(-50%, -50%) rotate(135deg);
	top: 50%;
	left: 50%;
	background-color: #333;
}

/* banner */
.index1 {
	z-index: 1;
	overflow: hidden;
}

.index1 .swiper-slide {
	position: relative;
	height: 100%;
}

.index1 .swiper-slide>a {
	width: 100%;
}

.index1 .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 0 auto;
	display: block;
}

.index1 .swiper-slide video {
	width: 80%;
	height: 80%;
	margin: 0 auto;
	display: block;
	position: absolute;
	top: 10%;
	left: 10%;
	object-fit: cover;
	object-position: top;
}

.index1 .swiper-slide img+.text .index_video {
	display: none;
}

.index1 .swiper-slide .text {
	position: absolute;
	bottom: 20px;
}

.index_video {
	display: block;
	margin: 0 auto 1em;
	width: 184px;
	height: 40px;
	line-height: 38px;
	color: #fff;
	left: 50%;
	bottom: 0;
	text-align: center;
	background: url("../fonts/2.svg") 50% 0 no-repeat;
	opacity: 1;
	cursor: pointer;
	font-size: 32px;
}

/* 首页-全屏展示 */
@media (min-width:1025px) {
	.index1 {
		min-height: calc(100vh - 99px);
	}

	.index1 .swiper-wrapper {
		min-height: calc(100vh - 99px);
	}

	.index1 .swiper-slide {
		min-height: calc(100vh - 99px);
	}

	.index1 .swiper-slide>a {
		min-height: calc(100vh - 99px);
	}

	.index1 .swiper-slide img {
		min-height: calc(100vh - 99px);
	}

	.index1 .swiper-slide video {
		object-position: center;
	}
}

@media(min-width:820px) {
	.index_video:hover {
		background-position: bottom;
		color: #333;
	}
}

.index1 .swiper-slide .text h2 {
	font-size: 26px;
	line-height: 1.5;
	color: #fff;
	font-weight: normal;
}

.index1 .swiper-wrapper {
	display: flex;
	align-items: stretch;
}

/* banner侧边箭头 */
.index1 .swiper-button-prev,
.index1 .swiper-button-next {
	opacity: 0;
	min-width: 30vw;
	height: 100%;
	top: 0;
	margin-top: 0;
	transition: all .6s;
}

.index1 .swiper-button-prev {
	left: 0;
	background: url("../fonts/left.svg") no-repeat;
	background-size: 40px 40px;
	background-position: 80px 50%;
}

.index1 .swiper-button-next::after,
.index1 .swiper-button-prev::after {
	opacity: 0;
	content: "";
	position: absolute;
	background: url("../fonts/h.svg") no-repeat;
	background-size: 40px 40px;
	background-position: 80px 50%;
	top: 0;
	min-width: 30vw;
	height: 100%;
	transition: background .6s;
}

.index1 .swiper-button-prev::after {
	left: 0;
	background-position: 80px 50%;
}

.index1 .swiper-button-next::after {
	right: 0;
	background-position: calc(30vw - 120px) 50%;
}

.index1 .swiper-button-next {
	right: 0;
	background: url("../fonts/right.svg") no-repeat;
	background-size: 40px 40px;
	background-position: calc(30vw - 120px) 50%;
}

.index1 .swiper-button-prev:hover {
	background-position: 50px 50%;
}

.index1 .swiper-button-prev:hover::after {
	opacity: 1;
	background-position: 50px 50%;
}

.index1 .swiper-button-next:hover {
	background-position: calc(30vw - 90px) 50%;
}

.index1 .swiper-button-next:hover::after {
	opacity: 1;
	background-position: calc(30vw - 90px) 50%;
}

.index1:hover .swiper-button-prev,
.index1:hover .swiper-button-next {
	opacity: 1;
}

.f_index_video {
	display: none;
}

.f_video {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.8);
	background: rgba(0, 0, 0, 0.6);
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.f_video .an {
	padding-top: 60px;
	max-width: 1400px;
	padding: 0 3%;
	margin: 0 auto;
}

.f_video .an video {
	width: 100%;
	max-height: calc(100vh - 140px);
}

.xss {
	position: absolute;
	color: #333;
	right: 0px;
	top: 0px;
	cursor: pointer;
	width: 138px;
	height: 100px;
	padding: 37px 54px;
}

.xss:after {
	position: absolute;
	content: "";
	width: 30px;
	height: 1px;
	transform: translate(-50%, -50%) rotate(45deg);
	top: 50%;
	left: 50%;
	background-color: #333;
	background-color: #fff;
}

.xss:before {
	position: absolute;
	content: "";
	width: 30px;
	height: 1px;
	transform: translate(-50%, -50%) rotate(135deg);
	top: 50%;
	left: 50%;
	background-color: #333;
	background-color: #fff;
}

/* 产品 */
.pads {
	padding: 80px 96px;
}

.index_porduct {
	background-color: #e8e8e7;
}

.index_porduct ul {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.index_porduct ul li {
	width: 33.3%;
	overflow: hidden;
	position: relative;
}

.index_porduct ul li .swiper {
	width: 100%;
	height: 100%;
	z-index: 1;
}

.index_porduct ul li .swiper .swiper-slide>a {
	width: 100%;
}

.index_porduct ul li .text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
}

.index_porduct ul li .text h3 {
	color: #fff;
	font-size: 26px;
	font-weight: normal;
	text-align: center;
}

.index_porduct ul li .swiper .swiper-slide img {
	width: 100%;
}

/* 产品的箭头 */
.index_porduct .swiper-button-prev,
.index_porduct .swiper-button-next {
	opacity: 0;
	width: 70px;
	/* min-width: 50%; */
	height: 100%;
	top: 0;
	margin-top: 0;
	transition: all .6s;
}

.index_porduct .swiper-button-prev {
	left: 0;
	background: url("../fonts/left.svg") no-repeat;
	background-size: 40px 40px;
	background-position: 20px 50%;
	z-index: 111;
}

.index_porduct .swiper-button-next {
	right: 0;
	background: url("../fonts/right.svg") no-repeat;
	background-size: 40px 40px;
	background-position: calc(100% - 20px) 50%;
	z-index: 111;
}

.index_porduct ul li:hover .swiper-button-prev,
.index_porduct ul li:hover .swiper-button-next {
	opacity: 1;
}

/* 首页-品牌动态 */
.index_dynamics {
	position: relative;
}

.index_dynamics .text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
}

.index_dynamics .text h3 {
	color: #fff;
	font-size: 32px;
	font-weight: normal;
}

.index_dynamics a {
	width: 100%;
	display: block;
	overflow: hidden;
}

.index_dynamics a img {
	width: 100%;
	transition: all 1s;
}

.index_dynamics a:hover img {
	transform: scale(1.01);
}

/* 底部 */
.footer {
	background-color: #e8e8e7;
	padding: 30px 54px 0;
}

.footer_p {
	/* background-color: #5f4c2a; */
}

.footer_p p {
	font-size: 14px;
	line-height: 1.7;
	color: #000;
	padding: 16px 10px;
}

.footer_p p a {
	font-size: 14px;
	line-height: 1.7;
	color: #000;
	margin-left: 5px;
	cursor: pointer;
}

.footer_p p a:hover {
	color: #ccae91;
}

.footer_fx h5 {
	color: #000;
	font-size: 14px;
	text-align: right;
}

.footer_fx div {
	text-align: right;
}

.footer_fx a {
	display: inline-block;
	vertical-align: top;
	margin-left: 18px;
	margin-right: -3px;
	margin-top: 7px;
	text-align: center;
}

.footer_fx a i {
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: top;
	background-image: url("../fonts/f.svg");
	background-size: 72px;
}

.footer_fx a:nth-child(2) i {
	background-position: 50% 0;
}

.footer_fx a:nth-child(3) i {
	background-position: 100% 0;
}

.footer_div .an {
	display: flex;
	flex-wrap: wrap;
}

.footer_nav {
	width: calc(100% - 200px);
	padding-right: 20px;
	padding-bottom: 40px;
}

.footer_nav ul {
	display: flex;
}

.footer_nav ul li {
	width: 20%;
}

.footer_nav ul li a {
	display: inline-block;
	margin: 0 0 10px;
	font-size: 16px;
	color: #000;
}

.footer_nav ul li a:hover {
	color: #ccae91;
}

.footer_fx {
	width: 200px;
}

/* 微信弹窗 */
.footer_wx {
	display: none;
}

.wx_s {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 3%;
}

.wx_s .an {
	max-width: 586px;
	width: 100%;
	margin: 0 auto;
	box-shadow: 0 0 20px rgba(0, 0, 0, .3);
	background-color: #fff;
	position: relative;
	padding-top: 38px;
	padding-bottom: 12px;
}

.xxxs {
	position: absolute;
	color: #333;
	right: 0px;
	top: 0px;
	cursor: pointer;
	width: 60px;
	height: 60px;
	padding: 20px;
}

.xxxs:after {
	position: absolute;
	content: "";
	width: 25px;
	height: 1px;
	transform: translate(-50%, -50%) rotate(45deg);
	top: 50%;
	left: 50%;
	background-color: #666;
}

.xxxs:before {
	position: absolute;
	content: "";
	width: 25px;
	height: 1px;
	transform: translate(-50%, -50%) rotate(135deg);
	top: 50%;
	left: 50%;
	background-color: #666;
}

.footer_wx .text {
	padding: 25px;
	position: relative;
}

.footer_wx .text p {
	text-align: center;
	font-size: 14px;
	color: #000;
	margin-bottom: 13px;
}

.footer_wx .text img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

.footer_wx .text i {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #a39a94;
}

.footer_wx .txt {
	padding: 25px;
	position: relative;
}

.footer_wx .txt p {
	text-align: center;
	font-size: 14px;
	color: #000;
	margin-bottom: 10px;
}

.min-head {
	display: none;
}

.min-index_video {
	display: none;
}

.banner_text {
	display: none;
}

/* 产品页 */
.wad {
	max-width: calc(100% - 108px);
	margin: 0 auto;
}

/* 面包屑 */
.m_b {
	border-bottom: 1px solid #d0ccc9;
	padding: 15px 0;
}

.m_b .an {
	display: flex;
	align-items: center;
	position: relative;
}

.m_b .an h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 14px;
	color: #000;
	font-weight: normal;
}

.m_b .text {
	font-size: 14px;
}

.m_b .text a {
	font-size: 14px;
}

.m_b .text a:hover {
	color: #ccae91;
}

/* 导航按钮 */
.main_nav {
	padding: 60px 0 0;
}

.main_nav .swiper-slide {
	width: auto;
}

.main_nav .swiper-slide a {
	display: block;
	background-color: #ececec;
	padding: 12px 10px;
	min-width: 165px;
	margin-right: 40px;
	font-size: 15px;
}

.main_nav .swiper-slide.active a,
.main_nav .swiper-slide a:hover {
	background-color: #ccae91;
	color: #f5f5f5;
}

.main_nav .mySwipers1 {
	overflow: hidden;
}

.main_nav .mySwipers1 .swiper-button-next,
.main_nav .mySwipers1 .swiper-button-prev {
	display: none;
}

.main_nav .an {
	position: relative;
}

.main_nav .an>.swiper-button-next,
.main_nav .an>.swiper-button-prev {
	height: 18px;
	margin-top: -9px;
}

.main_nav .an>.next,
.main_nav .an>.prev {
	display: none;
}

/* %23ccae91 == #ccae91 */
.main_nav .an>.swiper-button-next {
	right: -40px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ccae91'%2F%3E%3C%2Fsvg%3E");
}

.main_nav .an>.swiper-button-prev {
	left: -40px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ccae91'%2F%3E%3C%2Fsvg%3E");
}

/* 产品内容 */
.pad {
	padding: 50px 0 70px;
}

.prad .uls {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin-bottom: 40px;
}

.prad .uls li {
	width: calc(23.37%);
	margin-right: 2.16%;
	margin-bottom: 20px;
}

.prad .uls li:nth-child(4n) {
	margin-right: 0;
}

.prad .uls li .img {
	overflow: hidden;
}

.prad .uls li .img img {
	width: 100%;
	transition: all .8s;
}

.prad .uls li a:hover .img img {
	transform: scale(1.05);
}

.prad .uls li .text {
	margin-top: 25px;
}

.prad .uls li .text p {
	width: 100%;
	text-align: center;
	font-size: 15px;
	color: #000;
}

/* 分页 */
.pagess {
	clear: both;
	overflow: hidden;
	margin-left: 0px;
	text-align: center;
	width: 100%;
}

.pagess ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.pagess ul li {
	width: auto !important;
	margin-right: 0 !important;
	background-color: transparent !important;
	margin-bottom: 5px !important;
	transition: all 0s !important;
	cursor: none !important;
	box-shadow: none !important;
}

.pagess ul li a,
.pagess ul li span {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 4px 10px;
	margin: 0 5px;
	line-height: 20px;
	background: #fff;
	color: #999;
}

.pagess ul li.active a,
.pagess ul li.active span,
.pagess ul li:hover a {
	display: inline-block;
	/* border: 1px solid #ccc; */
	padding: 4px 10px;
	margin: 0 5px;
	background: #ccae91;
	color: #fff;
}

.pagess ul li a {
	color: #666666;
	font-size: 14px;
	border: 1px solid #e5e5e5;
}

/* 产品详情页 */
.w1135 {
	max-width: 1135px;
	margin: 0 auto;
}

.prod_text h1 {
	font-size: 20px;
	color: #000;
	font-weight: normal;
	text-align: center;
	line-height: 1.7;
	margin-bottom: 40px;
}

.prod_text .txt {
	text-align: center;
	display: flex;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.prod_text .txt>span {
	font-size: 14px;
	line-height: 2;
	color: #000;
	text-align: left;
}

.prod_text .txt>p>span {
	font-size: 14px;
	line-height: 2;
	color: #000;
	text-align: left;
}

.prod_text .txt>p {
	font-size: 14px;
	line-height: 2;
	color: #000;
	text-align: left;
}

.prod_text .txt img {
	text-indent: 0em;
	max-width: 100%;
	display: inline-block;
	text-align: center;
	margin: 20px auto 20px;
}

/* 新闻页 */
.newss .an {
	display: flex;
	flex-wrap: wrap;
}

.news_left {
	width: calc(100% - 330px);
	padding-right: 90px;
}

.news_left ul {
	margin-bottom: 40px;
}

.news_left ul li {
	margin-bottom: 40px;
}

.news_left ul li a {
	display: block;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	align-items: stretch;
}

.news_left ul li a .img {
	position: relative;
	padding-top: 210px;
	width: 360px;
	overflow: hidden;
}

.news_left ul li a .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	object-position: top;
	transition: all 0.8s;
}

.news_left ul li a:hover .img img {
	transform: scale(1.05);
}

.news_left ul li a .text {
	padding-left: 40px;
	width: calc(100% - 360px);
}

.news_left ul li a .text h3 {
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	font-size: 20px;
	font-weight: normal;
	color: #333;
	margin-bottom: 20px;
}

.news_left ul li a .text p {
	color: #888;
	font-size: 14px;
	line-height: 1.7;
	height: 116px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	display: -webkit-box;
	overflow: hidden;
}

.news_left ul li a .text .btn {
	font-size: 14px;
	color: #888;
	margin-top: 20px;
}

.news_left ul li a .text .btn img.on {
	display: inline-block;
	margin-left: 5px;
}

.news_left ul li a .text .btn img.on2 {
	display: none;
	margin-left: 5px;
}

.news_left ul li a:hover .btn {
	color: #ccae91;
}

.news_left ul li a:hover .btn img.on {
	display: none;
}

.news_left ul li a:hover .btn img.on2 {
	display: inline-block;
}

.news_right {
	width: 330px;
	border: 1px solid #efefef;
	border-top: 2px solid #3168ab;
}

.news_right .an {
	padding: 20px 20px 40px;
}

.news_right .an .flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 30px;
}

.news_right .an .flex h4 {
	font-size: 16px;
	color: #000;
	font-weight: bold;
}

.news_right .an .flex a {
	font-size: 14px;
	color: #000;
}

.news_right .an>a {
	font-size: 14px;
	color: #333;
	padding-left: 15px;
	margin-bottom: 15px;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.news_right .an>a::after {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #000;
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translate(-0, -50%);
}

.news_right .an>a:hover {
	color: #ccae91;
}

.newss h1 {
	width: 100%;
	font-size: 20px;
	color: #000;
	font-weight: normal;
	text-align: center;
	line-height: 1.7;
	margin-bottom: 40px;
}

.news_text>p {
	font-size: 14px;
	line-height: 2;
	color: #000;
	text-align: left;
}

/* 关于我们 */
.about {
	padding: 70px 0 105px;
}

.about .an {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.about .mySwiper10 {
	overflow: hidden;
}

.about .img {
	width: 50%;
}

.about .img img {
	width: 100%;
}

.about .text {
	width: 50%;
	padding-left: 45px;
}

.about .text>p {
	font-size: 16px;
	color: #000;
	line-height: 1.8;
}

/* 关于我们圆点 */
.about .mySwiper10 .swiper-pagination-bullet {
	opacity: 1;
	background-color: #dfdfdf;
	width: 10px;
	height: 10px;
}

.about .mySwiper10 .swiper-pagination-bullet-active {
	background-color: #2440b3;
}

/* 联系我们 */
.contact .uls {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.contact .uls li {
	padding: 40px 0 40px;
	width: calc(32.5%);
	margin-right: 1.16%;
	border: 1px solid #dddddd;
}

.contact .uls li:nth-child(3n) {
	margin-right: 0%;
}

.contact .uls li img {
	margin: 0 auto;
	display: block;
	max-width: 100%;
}

.contact .uls li h3 {
	font-size: 16px;
	color: #000;
	font-weight: normal;
	margin: 20px 0 10px;
	text-align: center;
}

.contact .uls li p {
	font-size: 16px;
	color: #333;
	text-align: center;
}

.contact .map {
	width: 100%;
	margin-bottom: 40px;
}

.contact .map a {
	width: 100%;
	display: block;
	overflow: hidden;
}

.contact .map a img {
	width: 100%;
	display: block;
	transition: all .8s;
}

.contact .map a:hover img {
	transform: scale(1.05);
}

.contact .ulsss {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.contact .ulsss>li {
	border: 1px solid #ddd;
	padding: 40px 0 40px;
	margin-bottom: 20px;
}

.contact .ulsss>li:nth-child(2n) {
	margin-right: 0%;
}

.contact .ulsss>li p {
	text-align: center;
	font-size: 18px;
	line-height: 2;
}

.contact .ulsss>li {
	width: 100%;
	width: calc(49%);
	margin-right: 2%;
}

.contact .ulsss ul:nth-child(2n) {
	margin-right: 0%;
}

.times {
	margin-top: 20px;
	font-size: 0.875rem;
	color: #888;
}

.news_left ul li a .text .btn {
	margin-top: 10px;
}

/* .index1 .swiper-slide video::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
} */
/* {
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}
{
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	overflow: hidden;
} */

/* 修改 */
.banner_text,
.index1 .swiper-slide .text h2 {
	display: none !important;
}

.index_porduct ul li {
	width: calc(29%);
	margin-right: 6.5%;
}

.index_porduct ul li:nth-child(3n) {
	margin-right: 0%;
}

.index_porduct ul li .text {
	top: auto;
	transform: translate(-50%, -0%);
	bottom: 4%;
}

.index_porduct ul li .swiper .swiper-slide>a {
	height: 100%;
}

.index_porduct ul li .swiper .swiper-slide img {
	height: 100%;
	object-fit: cover;
}

/* 产品的分类3 */
.pr_3 .swiper {
	height: auto;
}

.pr_3 .uls {
	display: flex;
	flex-wrap: wrap;
}

.pr_3 .uls li {
	width: calc(29%);
	margin-right: 6.5%;
}

.pr_3 .uls li:nth-child(3n) {
	margin-right: 0%;
}

.pr_3 .uls li .swiper-slide {
	display: block;
}

.pr_title {
	display: none;
}

.pr_3 .uls li img {
	width: 100%;
	display: block;
}

.pr_3 .uls li h3,
.pr_3 .uls li h4 {
	margin-top: 24px;
	font-size: 20px;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 10px;
}

.pr_3 .uls li p {
	color: #333;
	text-indent: 2em;
	outline: 0;
	text-align: left;
}

/* 箭头 */
.pr_3 .swiper {
	overflow: hidden;
}

.pr_3 .swiper-button-prev,
.pr_3 .swiper-button-next {
	opacity: 0;
	width: 70px;
	/* min-width: 50%; */
	height: 100%;
	top: 0;
	margin-top: 0;
	transition: all .6s;
}

.pr_3 .swiper-button-prev {
	left: 0;
	background: url("../fonts/left.svg") no-repeat;
	background-size: 40px 40px;
	background-position: 20px 50%;
	z-index: 111;
}

.pr_3 .swiper-button-next {
	right: 0;
	background: url("../fonts/right.svg") no-repeat;
	background-size: 40px 40px;
	background-position: calc(100% - 20px) 50%;
	z-index: 111;
}

.pr_3 ul li:hover .swiper-button-prev,
.pr_3 ul li:hover .swiper-button-next {
	opacity: 1;
}

.n_times {
	text-align: center;
	margin-bottom: 20px;
	font-size: 1rem;
	width: 100%;
	justify-content: center;
	align-items: center;
	display: flex;
}

.newss h1 {
	margin-bottom: 20px;
}

.news_text img {
	max-width: 100%;
	display: block;
	margin: 10px auto;
}

@media (min-width:1025px) {
	.footer_nav ul li i {
		display: none !important;
	}

	.footer_a {
		display: none !important;
	}
}

@media (min-width:994px) {
	.index_porduct ul li .swiper .swiper-slide>a {
		overflow: hidden;
	}

	.index_porduct ul li img {
		transition: all .5s;
	}

	.index_porduct ul li:hover img {
		transform: scale(1.05);
	}

	.index_porduct ul li .text {
		opacity: 0;
		transform: translate(-50%, calc(-50% + 40px));
		transition: all .5s;
	}

	.index_porduct ul li:hover .text {
		opacity: 1;
		transform: translate(-50%, -50%)
	}

	.index_dynamics .text h3 {
		opacity: 0;
		transform: translate(0, 40px);
		transition: all .5s;
	}

	.index_dynamics:hover .text h3 {
		opacity: 1;
		transform: translate(0, 0)
	}
}

/* 适配 */
@media (max-width:1380px) {
	.news_left {
		padding-right: 40px;
	}
}

@media (max-width:1200px) {
	.w1135 {
		padding: 0 20px;
	}

	.news_left ul li a .img {
		width: 100%;
		padding-top: 0;
	}

	.news_left ul li a .img img {
		position: relative;
	}

	.news_left ul li a .text {
		width: 100%;
		padding-left: 0;
		margin-top: 20px;
	}

	.news_left ul li a .text p {
		-webkit-line-clamp: 3;
		height: 69px;
	}

	.news_left ul li a .text .btn {
		margin-top: 10px;
	}

	.times {
		margin-top: 10px;
	}
}

@media (max-width:1024px) {}

@media (max-width:993px) {
	html {
		scroll-padding-top: 49px;
	}

	/* 移动端头部 */
	.min-head {
		display: block;
	}

	.pc-head {
		display: none;
	}

	.min-head {
		height: 50px;
	}

	main {
		margin-top: 50px;
	}

	.min-head .list {
		padding: 0px 0 0 16px;
		height: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.min-head .so {
		padding: 0px 11px 0px;
		height: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.min-head .an {
		padding: 0 20px;
	}

	.min-head .an a img {
		height: 36px;
		width: auto;
		vertical-align: middle;
		border-style: none;
	}

	.min-head .an>div {
		display: flex;
	}

	.min-head .list span {
		width: 20px;
		height: 1px;
		margin-top: 0px;
	}

	.min-head .list span:before {
		height: 1px;
		top: 7px;
	}

	.min-head .list span::after {
		height: 1px;
		bottom: 8px;
	}

	.min-head .so>img {
		width: 14px;
		height: 14px;
	}

	.xss {
		width: 50px;
		height: 50px;
		padding: 12px 30px;
	}

	.head_x {
		width: 50px;
		height: 50px;
		padding: 12px 30px;
	}

	.so_form {
		height: 50px;
	}

	.so_form form {
		max-width: 500px;
		width: 100%;
		padding: 0 20px;
		flex: none;
	}

	.head_x:before,
	.head_x::after {
		width: 22px;
	}

	.so_form form input {
		padding: 7px 10px;
	}

	.so_form form input[type=text] {
		padding: 8px 10px;
	}

	/* 导航 */
	.header>a img {
		margin: 60px auto 80px;
		max-width: 100px;
	}

	.header .uls>li>a {
		font-size: 18px;
		padding: 0;
		margin-bottom: 25px;
	}

	.xs {
		width: 50px;
		height: 50px;
	}

	.xs:before,
	.xs:after {
		width: 24px;
	}

	/* 底部 */
	.footer_nav {
		width: 100%;
		padding-right: 0px;
		padding-bottom: 20px;
	}

	.footer_nav ul {
		flex-wrap: wrap;
	}

	.footer_nav ul li {
		width: 50%;
		padding: 0 10px;
	}

	.footer_nav ul li a {
		width: 100%;
		text-align: center;
		display: block;
	}

	.footer_fx {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.footer_fx h5 {
		text-align: left;
	}

	.footer {
		padding: 20px 20px 0;
	}

	.footer_p p {
		padding: 10px 0;
	}

	/* 改版2 */
	.footer {
		padding: 0;
	}

	.footer_nav ul li {
		width: 100%;
		padding: 0;
	}

	.footer_nav ul li>div>.footer_h {
		position: relative;
		width: 100%;
		display: flex;
		border-bottom: px solid #97928e;
	}

	.footer_nav ul li>div>div>a {
		width: 100%;
	}

	.footer_nav ul li a {
		text-align: left;
		padding: 13px 20px 13px;
		margin-bottom: 0;
	}

	.footer_nav ul li .footer_a {
		display: flex;
		flex-wrap: wrap;
		position: relative;
	}

	.footer_nav ul li .footer_a::after {
		position: absolute;
		bottom: 0px;
		left: 0px;
		height: 1px;
		width: 100%;
		background-color: #97928e;
		content: "";
	}

	.footer_nav ul li .footer_a>a {
		width: 50%;
		border-right: 1px solid #97928e;
		border-bottom: 1px solid #97928e;
	}

	.footer_nav ul li .footer_a>a:nth-child(2n) {
		border-right: 0px
	}

	.footer_nav ul li i {
		position: absolute;
		width: 11px;
		height: 11px;
		margin-top: -6px;
		right: 16px;
		top: 50%;
		-webkit-transition: transform .3s ease-out;
		transition: transform .3s ease-out;
		display: none;
	}

	.footer_nav ul li i::after,
	.footer_nav ul li i::before {
		content: "";
		background-color: #000;
		width: 9px;
		width: 11px;
		height: 1px;
		display: block;
		top: 5px;
		position: absolute;
		-webkit-transition: transform .3s ease-out;
		transition: transform .3s ease-out;
	}

	.footer_nav ul li i::after {
		left: 5px;
		height: 11px;
		width: 1px;
		top: 0;
	}

	.footer_fx {
		padding: 9px 20px 9px;
		border-bottom: 1px solid #97928e;
	}

	.footer_nav ul li .footer_a {
		display: none;
	}

	.footer_nav {
		padding-bottom: 0px
	}

	.footer_fx a i {
		width: 18px;
		height: 16px;
		background-size: 54px;
	}

	.footer_fx h5 {
		font-weight: normal;
	}

	.footer_p p {
		padding: 12px 20px;
	}

	.footer_nav ul li i.active {
		transform: rotate(135deg);
	}

	.footer_fx a {
		margin-left: 30px;
	}

	/* 产品 */
	.pads {
		padding: 40px 20px;
	}

	/* 产品页 */
	.wad {
		max-width: 100%;
		padding: 0 20px;
	}

	.main_nav .an>.swiper-button-next {
		right: 2px;
	}

	.main_nav .an>.swiper-button-prev {
		left: 2px;
	}

	.m_b .an h2 {
		display: none;
	}

	.main_nav {
		padding: 20px 0 0;
	}

	.pad {
		padding: 20px 0 40px;
	}

	.main_nav .swiper-slide a {
		padding: 8px 6px;
		min-width: 120px;
		margin-right: 10px;
	}

	.prad .uls {
		margin-bottom: 20px
	}

	/* 分页 */
	.news_page {
		display: block;
	}

	.news_page a {
		width: 100%;
		text-align: left !important;
		font-size: 16px;
	}

	/* 新闻内容 */
	.news_right {
		width: 100%;
	}

	.news_left {
		width: 100%;
		margin-bottom: 20px;
		padding: 0;
	}

	.news_left ul li {
		margin-bottom: 20px;
	}

	.news_left ul {
		margin-bottom: 20px;
	}

	.news_right .an {
		padding: 20px;
	}

	/* 关于我们 */
	.about .img {
		width: 100%;
	}

	.about .img img {
		max-width: 100%;
		width: auto;
		margin: 0 auto;
		display: block;
		height: auto;
		max-height: 100%;
		width: 100%;
	}

	.about .text {
		width: 100%;
		padding: 20px 0 0;
	}

	/* 联系我们 */
	.contact .uls {
		margin-bottom: 20px;
	}

	.contact .uls li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.contact .ulsss>li {
		width: 100%;
		margin-right: 0;
	}

	.contact .ulsss ul {
		width: 100%;
		margin-right: 0;
	}

	/* 产品——3 */
	.pr_3 .uls li h3,
	.pr_3 .uls li h4 {
		font-size: 16px;
		margin-top: 15px;
	}
}

@media (max-width:768px) {

	/* 微信弹窗 */
	.footer_wx .text {
		padding: 10px 20px;
	}

	.footer_wx .text p {
		margin-bottom: 5px;
	}

	.footer_wx .txt {
		padding: 10px 20px;
	}

	.footer_wx .txt p {
		margin-bottom: 5px;
	}

	.xxxs {
		width: 50px;
		height: 50px;
		padding: 15px;
	}

	.xxxs:before,
	.xxxs::after {
		width: 20px;
	}

	/* 搜索 */
	.so_form form input[type=text] {
		width: calc(100% - 70px);
	}

	.so_form form input[type=submit] {
		width: 70px;
	}

	/* banner */
	.index1 .swiper-button-next,
	.index1 .swiper-button-prev {
		display: none;
	}

	.index1 .swiper-slide .text {
		display: none;
	}

	.banner_text {
		width: 100%;
		padding: 0 20px;
		min-height: 50px;
		display: block;
	}

	.min-index_video {
		background-image: url("../fonts/o.svg");
		display: block;
		width: 38px;
		height: 38px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.banner_text h2 {
		text-align: center;
		padding: 14px 0;
		font-size: 16px;
		color: #000;
		font-weight: normal;
	}

	/* 首页-产品 */
	.index_porduct ul li .text h3 {
		font-size: 19px;
	}

	/* 产品动态 */
	.index_dynamics .text h3 {
		font-size: 19px;
	}

	/* 产品页 */
	.pad {
		padding: 20px 0 20px;
	}

	.prad .uls {
		margin-bottom: 0;
	}

	.prad .uls li .text {
		margin-top: 10px;
	}

	.prad .uls li {
		margin-bottom: 10px;
	}

	.main_nav .swiper-slide a {
		font-size: 14px;
	}

	/* 产品详情 */
	.prod_text .txt img {
		margin: 10px auto;
	}

	.prod_text h1 {
		margin-bottom: 15px;
		font-size: 18px;
	}

	/* 新闻 */
	.news_left ul li a .text {
		margin-top: 10px;
	}

	.news_left ul li a .text h3 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.news_left ul li {
		margin-bottom: 10px;
	}

	.news_left {
		margin-bottom: 0;
	}

	.news_right .an .flex {
		margin-bottom: 15px;
	}

	.news_right .an>a {
		margin-bottom: 10px;
	}

	.news_right .an {
		padding: 20px 20px 10px;
	}

	/* 新闻内容 */
	.newss h1 {
		margin-bottom: 15px;
		font-size: 18px;
	}

	.n_times {
		margin-bottom: 10px;
	}

	/* 关于我们 */
	.about .text {
		padding-top: 10px;
	}

	.about .text>p {
		font-size: 14px;
		line-height: 1.7;
	}

	/* 联系我们 */
	.contact .uls li {
		padding: 15px 10px;
		margin-bottom: 10px;
	}

	.contact .uls li h3 {
		font-size: 14px;
		margin: 10px 0 5px;
	}

	.contact .uls li p {
		font-size: 14px;
	}

	.contact .uls {
		margin-bottom: 10px;
	}

	.contact .map {
		margin-bottom: 20px;
	}

	.contact .ulsss>li {
		padding: 15px 10px;
		margin-bottom: 10px;
	}

	.contact .ulsss>li p {
		font-size: 14px;
	}

	/* 产品页 */
	.prad .uls li {
		width: 49%;
		margin-right: 2%;
	}

	.prad .uls li:nth-child(2n) {
		margin-right: 0%;
	}
}

@media (max-width:600px) {

	/* 搜索 */
	.head_x {
		position: relative;
	}

	.so_form {
		justify-content: space-between;
	}

	.so_form form {
		max-width: calc(100% - 60px);
	}

	.so_form form {
		padding: 0 0 0 20px;
	}

	/* 首页-产品 */
	.index_porduct ul li .text {
		bottom: 20px;
		top: auto;
	}

	.index_porduct ul li {
		width: 100%;
	}

	/* 产品页 */
	.prad .uls li {
		width: 100%;
		margin-right: 0%;
	}

}

/* 修改600 */
@media(max-width:600px) {
	.index_porduct ul {
		padding: 20px 0;
	}

	.index_porduct ul li {
		max-width: 300px;
		margin: 0 auto 20px !important;
	}

	.index_porduct ul li:last-child {
		margin: 0 auto 0px !important;
	}

	/* 产品中心 */
	.pr_3 .uls li {
		max-width: 300px;
		margin: 0 auto 20px !important;
		width: 100%;
	}

	.pr_3 .uls li:last-child {
		margin: 0 auto 0px !important;
	}
}

@media (max-width:319px) {
	.so_form form input[type=text] {
		width: calc(100% - 50px);
	}

	.so_form form input[type=submit] {
		width: 50px;
	}
}

@media (max-width:240px) {
	.header {
		min-width: 100%;
	}
}