.banner {
	position: relative;
	width: 100%;
}

.banner img {
	width: 100%;
	display: block;
}

.banner1 img {
	width: 100%;
	display: block;
	margin-top: 96px;
}

.xia {
	width: 46px !important;
	height: 24px;
	display: block;
	position: absolute;
	bottom: 5%;
	left: 0;
	right: 0;
	margin: auto;
}

.header {
	z-index: 99999;
	position: fixed;
	top: 0;
	background: #000;
	height: 96px;
	line-height: 96px;
	width: 100%;
}

.header_b {
	border-bottom: 1px solid #bfbfbf;
	top: 0;
	z-index: 99999;
	width: 100%;
	height: 96px;
	background: #000;
	position: fixed;
}

.header_b .auto {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header_b .nav li {
	position: relative;
	padding: 0 22px;
	color: #fff;
	transition-duration: 0s;
}

.nav li:hover {
	color: #fff;
	border-radius: 0px;
	background: #3c3c3c;
}

.nav li:hover .items {
	color: #fff;
}

.nav li:hover .slide-nav {
	display: block;
}

.active .items {
	color: #000000;
}

.auto {
	width: 1200px;
	margin: auto;
	width: 100%;
	max-width: 1350px;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

.header .auto {
	display: flex;
	align-items: center;
	justify-content: space-between;
	justify-content: space-around;
}

.logo {
	width: 220px;
}

.logo img {
	width: 100%;
	display: block;
}

.nav {
	color: #fff;
	text-align: center;
}

.nav li {
	position: relative;
	display: inline-block;
	font-size: 15px;
	color: #fff;
	line-height: 36px;
	padding: 0 20px;
}

.shu {

	width: 1px;
	height: 96px;
}

.lian {
	width: 207px;
	float: right;
}

.lian img {
	width: 100%;
	display: block;
}

.sy_product {
	padding: 8% 0 9%;
}

.auto2 {
	margin-top: 3.2%;
	width: 77%;
	max-width: 1452px;
}

.bjs {

	position: absolute;
	left: 0;
	width: 29%;
}

.bjs img {
	width: 100%;
}

.sy_product_img {
	float: left;
	/*width: 600px;
	height: 600px;*/
	background-size: cover;
	background-position: 100% 100%;
	width: 46%;
}

.sy_product_img img {
	width: 100%;
	display: block;
}

.sy_product_txt {
	text-align: center;
	width: 500px;
	float: right;
	width: 40%;
}

.sy_product_txt h3 {
	font-size: 40px;
	font-weight: bold;
	color: #020403;
	line-height: 60px;
	padding: 5% 0;
	text-transform: uppercase;
	display: none;
}

.sy_product_txt h4 {
	font-size: 52px;
	color: #020403;
	line-height: 60px;
}

.sy_product_txt h4 img {

	max-width: 100%;
}

.tuijian_sy {
	padding-top: 8%;
}

.tuijian_sy span {
	display: block;
}

.tuijian_sy,
.tuijian_sy * {
	font-size: 26px;
	color: #737373;
	line-height: 50px;
	letter-spacing: 2px;
	/*	word-break: keep-all;*/
	/*white-space: nowrap;*/
	/*overflow: hidden;*/
	text-overflow: ellipsis;
}

.product_more {
	display: inline-block;
	color: #000000;
	text-transform: uppercase;
	font-size: 22px;
	margin-top: 22%;
}

.sy_ding {
	width: 100%;
}

.box {
	margin: auto;
	padding: 300px 0 110px;
	width: 80%;
	height: 400px;
	position: relative;
	padding: 15% 0 10%;
	box-sizing: initial;
}

.list {
	width: 100%;
	height: 90%;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

.btn {
	position: absolute;
	top: 54%;
	width: 60px;
	height: 100px;
	line-height: 100px;
	font-size: 30px;
	color: white;
	opacity: 1;
	z-index: 99999;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}

.next {
	right: 17.5%;
}

.prev {
	left: 15%;
}

.list ul li {
	color: #fff;
	padding: 3% 8%;
	box-sizing: border-box;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	list-style: none;
	opacity: 0;
	transition: all 0.3s ease-out;
	background: #000000 !important;
	width: 68%;
	height: 400px;
}

.list ul li h3 {
	font-size: 28px;
	line-height: 40px;
	letter-spacing: 1px;
}

.list ul li h4 {
	position: relative;
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

.list ul li h4:after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: -12px;
	margin: auto;
	width: 80px;
	height: 3px;
	background: #fff;
}

.list ul li p {
	font-size: 16px;
	line-height: 26px;
	padding-top: 20px;
	letter-spacing: 1px;
}

.list_more {
	width: 120px;
	height: 40px;
	background: #fff;
	margin: auto;
	color: #000000;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	display: block;
	margin-top: 34px;
}

@media screen and (max-width: 1680px) {
	.next {
		right: 16%;
	}

	.prev {
		left: 18%;
	}
}


@media screen and (max-width: 1600px) {
	.next {
		right: 19%;
	}

	.prev {
		left: 18%;
	}

	.list ul li {
		width: 64%;
	}
}

@media screen and (max-width: 1500px) {
	.next {
		right: 20%;
	}

	.prev {
		left: 21%;
	}

	.list ul li {
		width: 68%;
		height: 390px;
	}

	.box {
		width: 90%;
	}

	.box {
		height: 390px;

	}

	.list ul li h3 {
		font-size: 26px;
	}
}

@media screen and (max-width: 1400px) {
	.next {
		right: 16%;
	}

	.prev {
		left: 20%;
	}

}

@media screen and (max-width: 1300px) {
	.list ul li p {
		padding-top: 15px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}

	.next {
		right: 22%;
	}

	.prev {
		left: 22%;
	}

	.list ul li {
		width: 60%;
		height: 330px;
	}

	.box {
		height: 330px;
	}
}

@media screen and (max-width: 1200px) {
	.next {
		right: 18%;
	}

	.prev {
		left: 23.5%;
	}

	.list ul li {
		width: 60%;
		height: 300px;
	}

	.box {
		height: 300px;
	}

	.list ul li h4 {
		font-size: 16px;
		line-height: 25px;
	}

	.list ul li h3 {
		font-size: 22px;
		line-height: 30px;
	}

	.list ul li p {
		font-size: 15px;
		line-height: 22px;
	}

	.list_more {
		width: 100px;
		height: 35px;
		line-height: 35px;
	}
}

@media screen and (max-width: 1000px) {
	.next {
		right: 24%;
	}

	.prev {
		left: 26%;
	}

	.list ul li {
		width: 50%;
		height: 280px;
	}

	.box {
		height: 280px;
	}

	.list ul li h4 {
		font-size: 15px;
		line-height: 22px;
	}

	.list ul li h3 {
		font-size: 20px;
		line-height: 28px;
	}

	.list ul li p {
		font-size: 14px;
		line-height: 20px;
	}

	.list_more {
		width: 90px;
		height: 30px;
		line-height: 30px;
	}
}

/*手机端产品系列轮播*/
.sy_ding1 {
	width: 100%;
	box-sizing: border-box;
	padding: 20% 0 20%;
}

.ding_lun1 {
	width: 94%;
	margin: auto;
}

.sy_lun1 {
	position: relative;
	width: 92%;
	margin: auto;
}

.sy_lun1 li {
	text-align: center;
	padding: 0.26rem 13%;
	box-sizing: border-box;
	background: #000000;
	color: #fff;
}

.sy_lun1 li h3 {
	font-size: 0.28rem;
	line-height: 0.34rem;
	letter-spacing: 0.02rem;
}

.sy_lun1 li h4 {
	padding-bottom: 0.1rem;
	position: relative;
	font-size: 0.2rem;
	line-height: 0.3rem;
	text-transform: uppercase;
	letter-spacing: 0.02rem;
}

.sy_lun1 li h4::after {
	position: absolute;
	content: "";
	width: 0.6rem;
	height: 2px;
	background: #fff;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
}

.sy_lun1 li p {
	padding-top: 0.4rem;
	font-size: 0.2rem;
	line-height: 0.3rem;
	text-transform: uppercase;
	letter-spacing: 0.02rem;
}

.list_more1 {
	text-transform: uppercase;
	margin: 0.34rem auto 0;
	display: block;
	width: 1.54rem;
	height: 0.32rem;
	line-height: 0.32rem;
	text-align: center;
	border: 1px solid #ccc;
	color: #fff;
	font-size: 0.2rem;
}

.sy_lun_prev1 {
	left: 0rem;
}

.sy_lun_prev1,
.sy_lun_next1 {
	color: #fff;
	height: 0.4rem;
	width: 0.4rem;
	text-align: center;
	font-size: 0.26rem;
	line-height: 0.4rem;
	background: none !important;
	outline: none !important;
}

.sy_lun_next1 {
	right: 0rem;
}


/*手机端产品系列轮播*/
@media screen and (max-width: 800px) {
	.sy_ding1 {
		display: block !important;
	}

	.sy_ding {
		display: none !important;
	}
}

/* .list li img{
	width: 751px;
	height: 300px;
	border:none;
	float: left;
} */
.p1 {
	transform: translate3d(-224px, 0, 0) scale(0.81);
}

.p2 {
	transform: translate3d(0px, 0, 0) scale(0.81);
	transform-origin: 0 50%;
	opacity: 0.8 !important;
	z-index: 2;
}

.p3 {
	transform: translate3d(224px, 0, 0) scale(1);
	z-index: 3;
	opacity: 1 !important;
}

.p4 {
	transform: translate3d(449px, 0, 0) scale(0.81);
	transform-origin: 100% 50%;
	opacity: 0.8 !important;
	z-index: 2;
}

.p5 {
	transform: translate3d(672px, 0, 0) scale(0.81);
}

.p6 {
	transform: translate3d(896px, 0, 0) scale(0.81);
}

.p7 {
	transform: translate3d(1120px, 0, 0) scale(0.81);
}

.buttons {
	position: absolute;
	width: 1200px;
	height: 30px;
	bottom: 0;
	left: 50%;
	margin-left: -600px;
	text-align: center;
	padding-top: 10px;
}

.tiyan {
	width: 100%;
}

.ti-1 {
	display: block;
}

.ti-2 {
	display: none;
}

.tiyan img {
	width: 100%;
	display: block;
}

/*手机端生活馆*/
.us1_box {
	margin-bottom: 0.3rem;
	color: #fff;
	text-align: center;
	width: 100%;
}

.us1_right {
	float: right;
}

.us1_left,
.us1_right {
	padding: 18% 0;
	box-sizing: border-box;
	width: 50%;
}

.us1_box h3 {
	position: relative;
	padding-bottom: 0.3rem;
	font-size: 0.28rem;
	line-height: 0.4rem;
	letter-spacing: 2px;
}

.us1_box h3::after {
	position: absolute;
	content: "";
	bottom: 0;
	width: 0.5rem;
	height: 2px;
	background: #fff;
	left: 0;
	right: 0;
	margin: auto;
}

.us1_box h4 {
	font-size: 0.2rem;
	line-height: 0.4rem;
	text-transform: uppercase;
	padding: 0.1rem 0 0.2rem;
	letter-spacing: 2px;
}

.us1_txt,
.us1_txt * {
	font-size: 0.2rem;
	line-height: 0.3rem;
	letter-spacing: 2px;
}

.us1_more {
	width: 1.52rem;
	height: 0.36rem;
	border: 2px solid #fff;
	box-sizing: border-box;
	text-transform: uppercase;
	font-size: 0.18rem;
	display: block;
	margin: 0.4rem auto 0;
	line-height: 0.3rem;
	letter-spacing: 1px;
	cursor: pointer;
}

.us1_left {
	float: left;
}

.us1_left,
.us1_right {
	padding: 18% 0;
	box-sizing: border-box;
	width: 50%;
}

.sy1_txt {
	width: 94%;
	margin: auto;
	padding: 0.2rem 0 0.4rem;
	text-align: center;
	color: #5c5c5c;
	font-size: 0.25rem;
	line-height: 0.3rem;
	font-family: 微软雅黑;
	text-transform: uppercase;
}

/*手机端生活馆*/


.us {
	padding: 6% 0;
}

.us_box {
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	width: 30%;
	padding: 0 5%;
}

.us_right {
	/*	margin-right:6%;*/
	float: right;
	width: 30%;
	/*left:50%;
top: 50%;
transform: translate(-50%, -50%);*/
	right: 15%;
	top: 50%;
	position: relative;
}

.us_left {
	/*	margin-left:6%;*/
	float: left;
	position: absolute;
	width: 30%;
	left: 30%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.us_box h3 {
	line-height: 50px;
	position: relative;
	font-size: 36px;
	letter-spacing: 1px;
}

.us_box h3:after {
	position: absolute;
	content: "";
	bottom: -20px;
	width: 62px;
	height: 2px;
	background: #fff;
	left: 0;
	right: 0;
	margin: auto;
}

.us_box h4 {
	line-height: 30px;
	font-size: 20px;
	padding-top: 40px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.us_txt {
	min-height: 104px;
	font-size: 16px;
	line-height: 26px;
	padding-top: 20px;
	letter-spacing: 1px;
}

.us_more {
	width: 124px;
	height: 42px;
	border: 2px solid #fff;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	display: block;
	margin: auto;
	margin-top: 15%;
	letter-spacing: 1px;
	cursor: pointer;
}

.sy_txt {
	padding: 4.5% 0;
	color: #5c5c5c;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	letter-spacing: 2px;
	font-family: 方正综艺简体;
	text-transform: uppercase;
}

.sy_anli {
	background: #f7f7f7;
	padding: 5%;
}

.sy_anli1 {
	display: none;
}

.sy_anli ul {
	max-width: 1650px;
	margin: auto;
}

.sy_anli li {
	position: relative;
	box-sizing: border-box;
	padding: 0px 16% 0;
	min-height: 336px;
	display: flex;
	align-items: center;
}

.sy_anli li a {

	width: 100%;

}

.sy_anli li h3 {
	text-transform: uppercase;
	font-size: 30px;
	line-height: 34px;
	color: #fff;
	letter-spacing: 2px;
}

.sy_anli li:nth-child(2) h3 {
	font-family: 方正综艺简体;
	font-size: 40px;
	letter-spacing: 2px;
}

.sy_anli li:nth-child(2) .anli_li {
	font-size: 45px;
	line-height: inherit;
	letter-spacing: 2px;
	padding-top: 1%;
}

.sy_anli li:nth-child(2) .anli_li span {
	font-size: 45px;
	font-weight: bold;
}

.sy_anli li:nth-child(2) .anli_li em {
	font-weight: bold;
	font-style: normal;
}

.sy_anli li:nth-child(2) .anli_li::before {
	display: none;
}

.sy_anli li:nth-child(2) h2 {
	background: #c70001;
	width: 145px;
	height: 4px;
	display: inline-block;
	margin-top: 5%;
}

.sy_anli li:nth-child(2) h2:nth-child(2) {
	background: #275796;
	width: 145px;
	height: 4px;
	display: inline-block;
}

.sy_anli li h3 span {
	font-size: 25px;
}

.sy_anli li h4 {
	position: relative;
	padding-top: 4%;
	font-size: 18px;
	color: #fff;
	line-height: 26px;
	letter-spacing: 2px;
}

.sy_anli li h4:before {
	position: absolute;
	content: "";
	left: 0;
	top: 20px;
	width: 74px;
	height: 3px;
	background: #fff;
}

.anli_more {
	width: 182px;
	height: 40px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	display: block;
	margin-top: 6%;
	letter-spacing: 1px;
}

@media screen and (max-width: 1650px) {
	.sy_anli {
		padding: 5% 0;
	}
}

.years {
	color: #1482bf;
	position: absolute;
	bottom: 20%;
	right: 3%;
}

.years h5 {
	font-size: 66px;
	line-height: 76px;
	font-family: "Bauhaus93";
}

.years h6 {
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
}

.anli_li {
	padding-top: 5%;
	/*width: 384px;*/
	position: relative;
}

.anli_li,
.anli_li * {
	font-size: 18px;
	color: #fff;
	line-height: 24px;
	letter-spacing: 2px;
}

.anli_li::before {
	position: absolute;
	content: "";
	left: 0;
	top: 10px;
	width: 74px;
	height: 2px;
	background: #fff;
}

.sy_anli li .h5 span {
	margin-right: 30px;
	display: inline-block;
	font-size: 18px;
	color: #fff;
	width: 182px;
	height: 40px;
	border-radius: 10px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 40px;
	font-weight: normal;
}

.sy_anli li .h5 {
	margin-top: 6%;
	font-size: 18px;
	line-height: 35px;
	color: #fff;
	float: left;
	font-weight: bold;
	letter-spacing: 2px;
}

.sy_news {
	padding: 5% 0 6%;
}

.sy_title h3 {
	font-size: 28px;
	color: #858484;
	line-height: 38px;
	float: left;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.sy_title h3 span {
	font-size: 20px;
}

.news_more {
	margin-top: 2%;
	display: block;
	width: 168px;
	height: 50px;
	border-radius: 40px;
	background: #000000;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	float: right;
}

.sy_news_li {
	padding-top: 5%;
	display: flex;
	display: flow-root;
}

.sy_news_li li {
	margin-right: 20px;
	width: 385px;
	flex: 1;

	box-sizing: border-box;
	padding: 10px;
	width: 31.9%;
	float: left;
}

.sy_news_li li:last-child {
	margin-right: 0;
}

.sy_news_li_img {
	width: 100%;
	height: 240px;
	overflow: hidden;
}

.sy_news_li_img img {
	width: 100%;
	height: 100%;
	display: block;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.sy_news_li li:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.sy_news_li li:hover h3 {

	color: #000000;

}

.sy_news_li_date {
	margin-top: 20px;
	font-size: 14px;
	color: #818181;
	width: 68px;
	height: 68px;
	box-sizing: border-box;
	border: 1px solid #000000;
	text-align: center;
}

.sy_news_li_date span {
	display: block;
	color: #000000;
	font-size: 36px;
}

.sy_news_li_txt h3 {
	padding: 10px 0;
	font-size: 18px;
	color: #000;
	line-height: 30px;
	text-transform: uppercase;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.sy_news_li_txt .p {
	font-size: 14px;
	color: #858484;
	line-height: 24px;
	-webkit-line-clamp: 3 !important;
	-webkit-box-orient: vertical !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	display: -webkit-box !important;
}

.news_li_more {
	width: 124px;
	height: 42px;
	background: #000000;
	color: #fff;
	text-align: center;
	line-height: 42px;
	font-size: 14px;
	margin: auto;
	text-transform: uppercase;
	margin-top: 24px;
}

.footer_left {
	width: 294px;
	float: left;
	margin-bottom: 3%;
	width: 19%;
}

.footer_left h3 {
	position: relative;
	font-size: 16px;
	color: #858484;
	line-height: 30px;
	text-transform: uppercase;
	padding-bottom: 3%;
}

.footer_left h3:after {
	position: absolute;
	content: "";
	width: 62px;
	height: 1px;
	background: #eee;
	left: 0;
	bottom: 0;
}

.footer_left h4 {
	padding-top: 3%;
	font-size: 25px;
	color: #858484;
	line-height: 50px;
}

.code {
	margin-top: 3%;
	width: 84px;
	height: 84px;
	display: block;
	border: 1px solid #ccc;
}

.footer_nav {
	color: #858484;
	width: 526px;
	float: left;
	width: 51%;
}

.footer_nav ul {
	float: left;
	margin-right: 8%;
}

.footer_nav ul:nth-child(5) {
	margin-right: 0px;
}

.footer_nav ul li.li_title {
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 30px;
}

.footer_nav ul li {
	font-size: 14px;
	line-height: 24px;
	color: #858484;
}

.footer_right {
	width: 378px;
	float: left;
	width: 30%;
}

.footer_right,
.footer_right * {
	font-size: 14px;
	color: #858484;
	line-height: 24px;
}

.banner_us {
	color: #fff;
	text-align: center;
	/*margin: 10px auto 0;*/
	padding: 222px 0 236px;
	margin-top: 96px;
}

.banner_us h3 {
	font-size: 40px;
	line-height: 50px;
	font-size: 30px;
	font-weight: bold;
}

.banner_us h3 b {

	text-transform: uppercase;
}

.txt_us {
	text-align: center;
	color: #333;
	padding: 5% 0 5%;
}

.txt_us span {
	display: block;
	font-size: 36px;
	line-height: 50px;
	color: #696969;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.txt_us h3 {
	font-size: 40px;
	line-height: 60px;
	font-size: 30px;
	color: #3e3e3e;
	opacity: 0.75;
	-moz-opacity: 0.75;
	filter: alpha(opacity=75);
}

.content_us {
	padding: 70px 0 114px;
	padding: 4% 0 5%;

}

.content_us_left {
	padding-left: 30px;
	box-sizing: border-box;
	color: #333;
	float: left;
	width: 566px;
	float: right;
	width: 500px;
	padding-left: 0px;
	width: 40%;
}

.content_us_title span {
	line-height: 50px;
	display: block;
	font-size: 36px;
}

.content_us_title {
	position: relative;
	padding-bottom: 20px;
	line-height: 65px;
	font-size: 36px;
	color: #fff;
}

.content_us_title:after {
	position: absolute;
	content: "";
	bottom: 0;
	width: 140px;
	height: 4px;
	background: #fff;
	left: 0;
}

.content_left_txt {
	padding-top: 35px;
}

.content_left_txt,
.content_left_txt * {
	font-size: 18px;
	line-height: 50px;
	color: #171717;
	color: #fff;
}

.content_us_right {
	float: right;
	width: 630px;
	float: left;
	width: 700px;
	width: 55%;
}

.content_us_right .content_us_title {
	margin-left: 0px;
}

.form {
	padding: 44px 0 0 0px;
	box-sizing: border-box;
	border-right: 1px solid #fff;

}

.form h4 {
	padding-bottom: 20px;
	font-size: 12px;
	line-height: 22px;
	color: #171717;
	color: #fff;
	width: 88%;
}

.form input {
	color: #fff;
	font-size: 14px;
	padding: 0 10px;
	margin-bottom: 10px;
	display: block;
	width: 260px;
	background: none;
	line-height: 37px;
	border: 1px solid #fff;
	box-sizing: border-box;
}

.form textarea {
	color: #fff;
	padding: 10px;
	margin-bottom: 10px;
	resize: none;
	display: block;
	width: 576px;
	background: none;
	height: 120px;
	border: 1px solid #fff;
	box-sizing: border-box;
	width: 88%;
}

.anniu {
	margin-top: 30px;
	width: 153px !important;
	height: 34px !important;
	background: #f2be10 !important;
	font-size: 18px !important;
	text-align: center !important;
	line-height: 34px !important;
	color: #fff !important;
	border: none !important;
	cursor: pointer;
}

input::-webkit-input-placeholder {
	color: #fff;
}

textarea::-webkit-input-placeholder {
	color: #fff;
}

.about_more {
	width: 162px;
	height: 52px;
	border: 1px solid #448089;
	box-sizing: border-box;
	text-transform: uppercase;
	font-size: 24px;
	color: #fff;
	display: block;
	position: absolute;
	bottom: 20%;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	line-height: 50px;
}

.about_jj {
	padding: 6% 0 3%;

}

.about_jj_left {
	box-sizing: border-box;
}

.about_jj_left h3 {
	padding-bottom: 3%;
	text-transform: uppercase;
	font-size: 30px;
	color: #171717;
	line-height: 40px;
	line-height: 40px;
	font-size: 40px;
	color: #000;
	font-family: "微软雅黑";
}

.about_jj_left span {
	display: block;
	font-size: 24px;
	line-height: 30px;
	font-size: 30px;
	color: #000;
	font-family: "黑体";
	margin-top: 4%;
}

.about_jj_right {
	margin-top: 28px;
	width: 540px;
	float: right;
}

.about_jj_right img {
	width: 100%;
	display: block;
}

.about_jj_txt {
	display: flex;
	justify-content: space-between;
}

.about_jj_txt section {
	flex: 1;
	text-align: justify;
}

.about_jj_txt img {
	margin-left: 35px;
}

.about_jj_txt img:last-child {
	display: none;
}

.about_jj_txt,
.about_jj_txt * {
	font-size: 15px;
	color: #626262;
	line-height: 30px;
}

.about_jj_list ul {
	display: flex;
}

.about_jj_list li {
	flex: 1;
}

.about_jj_list {
	max-width: 1640px;
	margin: auto;
	box-sizing: border-box;
	padding: 3% 0 4%;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	display: flow-root;
}

.about_jj_list li {
	padding: 0 50px;
	box-sizing: border-box;
}

.about_jj_list li h3 {
	font-size: 24px;
	color: #7d7d7d;
	line-height: 34px;
}

.about_jj_list li h4 {
	margin-top: 20px;
	font-family: "Arial";
	font-weight: bold;
	font-size: 80px;
	color: #333;
	line-height: 90px;
}

.about_jj_list li span {
	font-family: "微软雅黑";
	font-weight: normal;
	font-size: 40px;
}

.about_jj_page {
	padding: 5% 0 6%;
}

.about_jj_page,
.about_jj_page * {
	font-size: 16px;
	color: #999;
	line-height: 35px;
	text-align: center;
}

.wen2 {
	display: none;
}

.about_jj_page,
.about_jj_page * b {
	font-size: 17px;
}

.about_jj_page img {
	margin: 3% auto;
	display: inline-block;
	max-width: 32%;
}

.about_course_list {
	width: 100%;
}

.about_course_list img {
	width: 100%;
	display: block;
}

.about_course_txt {
	background: #eee;
	padding: 5% 0 5%;
	font-family: 方正综艺简体;
	text-transform: uppercase;
	color: #5c5c5c;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	letter-spacing: 2px;
}

.about_course_txt span {
	display: block;
	font-family: 方正综艺简体;
	text-transform: uppercase;
}

.about_base {
	text-align: center;
	color: #fff;
	margin: 60px auto;
	width: 100%;
	padding: 240px 0 270px;
}

.about_base h3 {
	font-size: 36px;
	line-height: 150px;
}

.about_base span {
	font-size: 18px;
	line-height: 28px;
}

.about_base h4 {
	width: 174px;
	height: 50px;
	background: #000000;
	border-radius: 40px;
	color: #fff;
	font-size: 24px;
	line-height: 50px;
	text-align: center;
	margin: 80px auto 0;
}

.products {
	padding: 3% 0 6%;
}

.products1 {
	padding: 3% 0 6%;
	margin-top: 96px;
}

.place {
	width: 100%;
	text-align: right;
	color: #858484;
	font-size: 18px;
	line-height: 30px;
	font-size: 14px;
}

.place a:hover {
	color: #000000;
}

.title {
	width: 100%;
	text-transform: uppercase;
	font-size: 26px;
	color: #191919;
	line-height: 40px;
	text-align: left;
}

.products_li {
	margin-top: 3%;
	/*display: flex;*/
	flex-wrap: wrap;
	display: flow-root;
}

.products_li li {
	position: relative;
	/*margin: 0 30px 30px 0;*/
	display: inline-block;
	flex: 1;
	/*max-width: 380px;
	min-width: 380px;*/
	float: left;
	width: 49%;
	margin-bottom: 3%;
	float: left;

}

.products_li li:nth-child(2n) {
	margin-right: 0;
	float: right;
}

.products_li li img {
	width: 100%;
	height: 380px;
	display: block;
}

.products_li li h4 {
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
	padding: 20px;
	box-sizing: border-box;
	width: 100%;
	color: #fff;
	font-size: 22px;
	line-height: 32px;
}

.products_li li span {
	display: block;
}

.bj {
	display: none;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000000;
	color: #fff;
	background: #000000b8;
}

.bj h5 {
	position: relative;
	text-align: center;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 32px;
	padding-bottom: 4%;
}

.bj h5:after {
	position: absolute;
	content: "";
	height: 1px;
	width: 40%;
	background: #fff;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.bj span {
	text-align: center;
	display: block;
}

/* .bj a{
	display: block;
	width: 100%;
} */
.products_more {
	width: 100px;
	height: 35px;
	border: 2px solid #fff;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	line-height: 33px;
	font-size: 14px;
	margin: 100px auto 0;
	display: block;
}

.products_li li:hover .bj {
	display: flex;
}

.bj_ms {
	text-align: center;
	padding: 5% 2% 0;
}

.bj_ms p {
	display: inline-block;
	/*width: 100px;*/
	background: #fff;
	border-radius: 20px;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color: #000;
	margin-bottom: 15px;
	margin-right: 5px;
	padding: 0 1.5%;
}

.about_honor_content {
	padding: 70px 0 70px;
	border: 1px dashed #fff;
	margin: 50px auto;
	max-width: 1480px;
	padding: 4% 0 4%;
	margin: 2% auto;
}

#certify .swiper-container {
	width: 90%;
	margin: auto;
}

#certify {
	position: relative;
	/*width: 1200px;*/
	margin: 0 auto
}

#certify .qqq {
	padding-bottom: 90px;
	width: 90% !important;
}

#certify .aaaa {
	width: 350px;
}

#certify .aaaa img {
	display: block;
	width: 100%;
	height: 100%;
}

#certify .ccc {
	width: 100%;
	bottom: 20px;
}

.ccc .swiper-pagination-bullet {
	width: 15px !important;
	height: 5px !important;
	background: #a0a0a0 !important;
	opacity: 1 !important;
	border-radius: 4px !important;
	margin: 0px 5px !important;

}

.ccc .swiper-pagination-bullet-active {
	width: 15px !important;
	height: 5px !important;
	background: #ff0000 !important;
	opacity: 1 !important;
	border-radius: 4px !important;
	margin: 0px 5px !important;
}

.about_honor {
	text-align: center;
	width: 100%;
	padding: 4% 0 3%;
	background: #000000;
	background-color: rgba(17, 95, 173, 0.8);
}

.about_honor h3 {
	padding-bottom: 1%;
	text-transform: uppercase;
	color: #fff;
	font-size: 42px;
	line-height: 50px;
}

.about_honor h3 span {
	line-height: 40px;
	display: block;
	font-size: 28px;
}

.about_honor_title {
	background: rgba(92, 193, 207, 0.3);
	height: 120px;
	text-align: center;
	padding: 16px 0;
	box-sizing: border-box;
}

.quan {
	cursor: pointer;
	margin: 0 50px;
	text-align: center;
	font-size: 26px;
	color: #fff;
	line-height: 82px;
	display: inline-block;
	width: 88px;
	height: 88px;
	background: #5bb3bf;
	border: 2px solid #fff;
	box-sizing: border-box;
	border-radius: 100%;
}

/*.on{
	cursor: pointer;
	margin: 0 50px;
	text-align: center;
	font-size: 26px;
	color: #5bb3bf;
	line-height: 82px;
	display: inline-block;
	width: 88px;
	height: 88px;
	background: #fff;
	border: 2px solid #fff;
	box-sizing: border-box;
	border-radius: 100%;
}*/
.ccc .swiper-pagination-bullet {
	width: 38px !important;
	height: 38px !important;
	background: url(../images/dian_19.png)no-repeat center !important;
	border-radius: 100% !important;
	display: inline-block !important;
	margin: 0 20px !important;
	opacity: 1 !important;
}

.ccc .swiper-pagination-bullet-active {
	opacity: 1 !important;
	background: url(../images/dianf_19.png)no-repeat center !important;
}

.ccc {
	display: block !important;
	bottom: 10px;
	text-align: center !important;
	right: 0 !important;
	margin: 0 5px;
}

.qqq_prev,
.qqq_next {
	top: 54% !important;
	background: none !important;
}

.qqq_prev {
	left: 56px;
}

.qqq_next {
	right: 98px;
}

.qqq_prev img,
.qqq_next img {
	width: 18px;
	height: 36px;
}

.design {
	padding: 50px 0 100px;
	margin-top: 96px;
	padding: 3% 0 6%;
}

.design_title {
	width: 1200px;
	margin: auto;
	margin: auto;
	width: 100%;
	max-width: 1350px;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

.design_title ul {
	text-align: center;
}

.design_title li {
	cursor: pointer;
	display: inline-block;
	margin: 0 70px;
	margin: 0 5.7%;
}

.design_thumb {
	width: 50px;
	height: 50px;
	position: relative;
	float: left;
}

.design_thumb img {
	position: absolute;
	top: 0;
	left: 0;
	height: 50px;
	width: 50px;
}

.lan {
	display: none;
}

.design_title li p {
	border-bottom: 2px solid #dcdcdc;
	padding: 0 5px;
	margin-left: 5px;
	line-height: 50px;
	font-size: 20px;
	color: #666;
	float: left;
	display: block;
}

.oo p {
	border-bottom: 0 !important;
	color: #000000 !important;
}

.oo {
	border-bottom: 2px solid #000000;
}

.oo .lan {
	display: block;
}

.oo .hei {
	display: none;
}

.design_list {
	margin-top: 30px;
}

.design_list ul {
	/*display: flex;
	flex-wrap: wrap;*/
	display: flow-root;
}

.design_list li {
	background: #eee;
	text-align: center;
	flex: 1;
	/*max-width: 588px;
	min-width: 588px;
	margin: 50px 24px 0 0;*/
	float: left;
	width: 49%;
	margin-bottom: 4.5%;
}

.design_list li img {
	width: 100%;
	height: 393px;
	display: block;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.design_list li:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.design_list li:hover h3 {
	;
	color: #000000;
}

.design_list li .design_img {
	overflow: hidden;

}

.design_list li:nth-child(2n) {
	margin-right: 0;
	float: right;
}

.design_list li h3 {
	font-size: 24px;
	color: #191919;
	margin-top: 32px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	margin-top: 5%;
}

.design_list li p {
	margin: 24px auto 32px;
	width: 140px;
	height: 40px;
	background: #000000;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 40px;
	text-transform: uppercase;
	border-radius: 4px;
	margin: 5% auto 6%;
}

#pages {
	text-align: -webkit-center;
	font-size: 14px;
	height: 30px;
	margin: 50px auto 0;
	color: #000;
}

#pages a {
	margin: 0 5px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	background: #fff;
	border: 1px solid #e3e3e3;
	text-align: center;
	color: #000;
	padding: 0 10px;
	box-sizing: border-box;
	border-radius: 4px;
}

#pages a.on {
	background: #000000;
	color: #fff;
	border: 1px solid #000000;
	text-decoration: none;
	border-radius: initial;
	width: initial;
	/*font-size: initial;*/
	border-radius: 4px;
}

#pages a.a1 {
	padding: 0 10px;
}

#pages a:hover {
	background: #000000;
	color: #fff;
	border: 1px solid #000000;
	text-decoration: none;
	border-radius: 4px;
}

#pages span {
	margin: 0 5px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	background: #000000;
	border: 1px solid #000000f;
	color: #fff;
	text-align: center;
	padding: 0 10px;
}

.page .noPage {
	display: inline-block;
	width: 48px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #e3e3e3;
	text-align: center;
	color: #a4a4a4;
}

.one {
	float: left;
	line-height: 30px;
	font-size: 14px !important;
}

.one a {
	display: inline-block;
	color: #252525;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	font-size: 14px !important;
}

.two {
	float: right;
	line-height: 30px;
	font-size: 14px !important;
}

.two a {
	display: inline-block;
	color: #252525;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	font-size: 14px !important;
}

.oe_next a:hover {
	text-decoration: none;
	color: #000000;
}

.oe_next {
	margin-top: 2%;
	display: flow-root;
}

.content {
	padding: 110px 168px 130px;
	border-bottom: 1px solid #ccc;
	padding: 5% 3% 5%;
}

.content h1 {
	font-size: 23px;
	color: #333;
	line-height: 30px;
	text-align: center;
}

.content_txt {
	padding-top: 20px;
}

.content_txt,
.content_txt * {
	/*text-align: justify;*/
	color: #949494;
	font-size: 18px;
	line-height: 25px;
	padding-top: 8px;
}

.content_txt img {
	display: block;
	max-width: 100%;
	height: auto !important;
	margin: 30px auto;
}

.content_txt1 img {
	margin: 0px auto;
}

.live_list ul {
	display: flex;
	flex-wrap: wrap;
	display: flow-root;
}

.live_list li {
	text-align: center;
	flex: 1;
	/*	max-width: 588px;
	min-width: 588px;
	margin: 50px 24px 0 0;*/
	background: #eee;

}

.live_list {
	margin-top: 30px;
}

.live_list li img {
	width: 100%;
	height: 395px;
	display: block;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.live_img {
	overflow: hidden;
}

.live_list li:hover .live_img1 {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.live_list li:hover h3 {
	color: #000000;
}



.live_list h3 {
	padding: 0 10px;
	line-height: 64px;
	text-align: left !important;
	font-size: 24px;
	color: #353535;
}


.news li img {
	width: 680px;
	display: block;
	float: left;
	width: 100%;
	display: block;
	float: left;
}

.bigbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100%;
}

.news li:nth-of-type(2n) .news_txt {
	order: -1;
}

.news_txt {
	padding: 40px 0 0 58px;
	box-sizing: border-box;
	/*width: 520px;*/
	float: right;
	width: 45%;
	padding: 80px 40px;
	padding: 5% 3%;
	margin-top: -5%;
}

.date {
	text-align: center;
	font-size: 50px;
	color: #f2be10;
	width: 80px;
	height: 100px;
	border: 1px solid #000000;
	transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
}

.date span {
	line-height: 24px;
	color: #000000;
	font-size: 16px;
	display: block;
	transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
}

.news ul {
	margin-top: 5%;
}

.news li {
	margin-bottom: 5%;
	border: 1px solid #e7e7e7;
	/*padding: 1%;*/
	transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
}

.news li:hover {
	background: #000000;
	border: 1px solid #000000;
	box-shadow: 0 0 15px rgba(17, 95, 173, 0.5);
}

.news li:hover .date {
	color: #fff;
	border: 1px solid #fff;
}

.news li:hover .date span {
	color: #fff;
}

.news li:hover h4 {
	color: #fff;
}

.news li:hover h5 {
	color: #fff;
}

.news li .imgbox {
	width: 55%;
}


.news li h4 {
	font-size: 24px;
	color: #858484;
	line-height: 40px;
	padding: 20px 0;
	transition: .3s ease-in-out;

	-ms-transition: .3s ease-in-out;

	-moz-transition: .3s ease-in-out;

	-webkit-transition: .3s ease-in-out;

	-o-transition: .3s ease-in-out;
	text-overflow: ellipsis;

	white-space: nowrap;

	overflow: hidden;
}

.news li h5 {
	text-align: justify;
	font-size: 14px;
	color: #8c8c8c;
	line-height: 26px;
	transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
}

.products_title {
	padding-top: 3%;
	line-height: 50px;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #6e6e6e;
}

.products_text {
	padding-top: 30px;
}

.products_text,
.products_text * {
	text-align: center;
	font-size: 18px;
	color: #969696;
	line-height: 35px;
}

.products_text span {
	display: block;
	color: #232323;
	font-size: 22px;
	line-height: 40px;
	padding: 10px 0;
}

.products_text img {
	display: block;

	max-width: 100%;
	height: auto !important;
}

.products_list ul {
	display: flex;
	flex-wrap: wrap;
	display: flow-root;
}

.products_list li {
	flex: 1;
	margin: 0 70px 30px 0;
	max-width: 180px;
	min-width: 180px;
	display: inline-block;
}

.products_list li:nth-child(5n) {
	margin-right: 0;
}

.products_list li img {
	width: 180px;
	display: block;
}

.products_list h5 {
	font-size: 24px;
	text-align: center;
	color: #1c3244;
	line-height: 40px;
	margin-bottom: 3%;
	text-transform: uppercase;
}

.products_list li h6 {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
}

.products_list li p {
	color: #1c3244;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
}

.products_show {
	margin-bottom: 3%;
}

.banner_show {
	width: 100%;
	position: relative;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 3% auto;
}

.banner_show1 {
	margin: auto;
	margin-top: 96px;
}

.banner_show img {
	width: 100%;
	display: block;
}

.mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

.banner_show p {
	text-align: center;
	position: absolute;
	color: #fff;
	font-size: 36px;
	line-height: 50px;
	z-index: 2;
}

.banner_bj {
	width: 100%;
	height: 100%;
	position: absolute;
	background: #000;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

.banner_show span {
	display: block;
}

.products_show h3 {
	position: relative;
	padding: 100px 0 70px;
	color: #333;
	font-size: 22px;
	color: #222;
	line-height: 30px;
	text-align: center;
}

.products_show span {
	display: block;
}

.products_show h3:after {
	width: 466px;
	height: 2px;
	background: #eee;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.products_show_more {
	display: block;
	text-transform: uppercase;
	color: #fff;
	width: 208px;
	height: 53px;
	background: #000000;
	border-radius: 40px;
	font-size: 22px;
	line-height: 53px;
	text-align: center;
	margin: 50px auto 110px;
}

.products_show_img {
	text-align: center;
}

.products_show_img img {
	display: inline-block;
	max-width: 15%;
	min-width: 15%;
	margin: 0 19px 0 0;
}

.products_show_img img:nth-child(6n) {
	margin-right: 0;
}

.pp {
	text-align: center;
	color: #343434;
	font-size: 26px;
	line-height: 40px;
	padding: 20px 0;
}

.products_show_quan img {
	max-width: 100%;
	height: auto !important;
	display: block;
	margin: 60px auto;
}

.products_list {
	margin-top: 5%;
}

.product li {
	width: 31.3%;
	/*padding: 0 10px;*/
	transition: 0.6s;
	text-align: center;
	float: left;
	max-width: inherit;
	margin: inherit;
	min-width: inherit;
	margin: 0 1%;
	margin-bottom: 4%;
}

.product li:nth-of-type(-n+3) {
	margin-top: 0;
}

.product li a {
	display: block;
}

figure {
	display: block;
}

.product li div {
	overflow: hidden;
	position: relative;
	padding: 50% 0;
	display: block;
	width: 100%;
	height: 100%;
}

.product li a figure .product_img.tj::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 64px;
	height: 64px;
	background: url(../images/tj.png) no-repeat center;
	background: none;
}

.product li div img {
	transition: 0.6s;
	border: 1px solid #eaedef;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;

	box-sizing: border-box;
}

.product li a figure .product_img .hidden {
	opacity: 0;
	transition: 0.6s;
}

.product li a:hover figure .product_img .hidden {
	opacity: 1;
}

.product li a figure .product_img::after {
	content: "";
	position: absolute;
	left: -400px;
	top: 0;
	width: 200px;
	height: 100%;
	overflow: hidden;
	background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
	transform: skewx(-25deg);
	transition: 0s;
}

.product li a figure .product_img:hover::after {

	left: 400px;
	width: 200px;
	transition: .8s;

}

.product li a figure figcaption {
	border: 1px solid #eaedef;
	border-top: none;
	padding: 10px;
}

.product li a figure figcaption h5 {
	font-size: 16px;
	color: #373737;
	font-weight: bold;
	line-height: 180%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	transition: 0.6s;
	margin-bottom: 0;
	padding: 0;
}

.product li a figure figcaption span {
	font-size: 14px;
	color: #373737;
	line-height: 200%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	transition: 0.6s;
}

.product li a:hover h5,
.product li a:hover span {
	color: #000000;
}

.banner-tit {
	position: absolute;
	width: 100%;
	left: 50%;
	top: 60%;
	transform: translate(-50%, -60%);
	text-align: center;
}

.banner-tit p {
	display: inline-block;
	/*width: 100px;*/
	background: #fff;
	border-radius: 20px;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color: #000000;
	margin-bottom: 15px;
	position: initial;
	padding: 0 1.5%;
}

.banner-tit p a {
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color: #000;
}



.banner_stores {
	/* 	margin-top: 14px; */
	width: 100%;
}

.banner_stores img {
	display: block;
	width: 100%;
}

.service {
	max-width: 1688px;
	margin: 60px auto;
	border-top: 1px solid #eee;
}

.service ul {
	text-align: center;
}

.service li {
	margin-right: 70px;
	display: inline-block;
}

.service li:last-child {
	margin-right: 0;
}

.service li img {
	width: 150px;
	height: 150px;
	display: block;
	margin: 0 auto 10px;
}

.service li p {
	font-size: 24px;
	color: #202020;
	line-height: 30px;
}

.service li p span {
	font-size: 16px;
	display: block;
}

.tiyan {
	width: 100%;
}

.tiyan img {
	width: 100%;
	display: block;
}

.tiyan img:last-child {
	display: none;
}

.stores_tiyan {
	background: #eee;
	padding: 90px 0 60px;
	padding: 6% 0 5%;
}

.stores_img {
	width: 100%;
	display: block;
}

.stores_img:nth-child(2) {
	width: 100%;
	display: none;
}

.stores_img:nth-child(3) {
	width: 100%;
	display: none;
}

.stores_qie {
	background: #fff;
	padding: 64px 88px 0;
	box-sizing: border-box;
	padding: 4% 5% 0;
}

.stores_title {
	width: 550px;
	float: left;
}

.stores_qie form {
	box-sizing: border-box;
	/*padding-right: 20px;*/
	height: 50px;
	width: 430px;
	float: right;
	line-height: 50px;
	background: #ebebeb;
	border-radius: 6px;
}

.text {
	color: #505050;
	font-size: 18px;
	padding-left: 10px;
	line-height: 50px;
	border: none;
	background: none;
	width: 360px;
	float: left;
}

input::-webkit-input-placeholder {
	color: #505050;
}

.submit {
	float: right;
	border: none;
	background: url(../images/fang.png)no-repeat center !important;
	width: 30px;
	height: 50px;
	background-size: 100% 100%;
}

.stores_title {
	border-bottom: 1px solid #bfbfbf;
	text-align: center;
}

.stores_title li {
	cursor: pointer;
	margin: 0 60px;
	display: inline-block;
}

.stores_title li img {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
}

.stores_title li p {
	float: left;
	line-height: 50px;
	color: #000000;
	font-size: 24px;
}

.p {
	position: relative;
}

.stores_title li .p:after {
	right: -66px;
	top: 14px;
	position: absolute;
	content: "";
	height: 20px;
	width: 1px;
	background: #bfbfbf;
}

.o {
	position: relative;
}

.o:after {
	left: 50px;
	bottom: -6px;
	position: absolute;
	content: "";
	height: 3px;
	width: 45px;
	background: #000000;
}

.stores_content {
	display: flex;
	flex-wrap: wrap;
}

.stores_content p {
	padding: 3% 0;
}

.stores_content_li {
	margin: 30px 0;
	flex: 1;
	min-width: 50%;
	max-width: 50%;
}

.stores_content_li h6 {
	font-size: 20px;
	color: #000000;
	line-height: 40px;
	font-weight: bold;
}

.stores_txt {
	font-size: 14px;
	color: #a6a6a6;
	line-height: 26px;
}

.stores_content_lili {
	width: 146px;
	text-align: center;
	display: inline-block;
}

.stores_content_lili p {
	padding: 20px 0;
	font-size: 20px;
	color: #666;
	line-height: 34px;
}

.biao {
	border: 1px solid #d2d2d2;
	max-width: 1300px;
	margin: 70px auto 100px;
	padding: 50px 50px 96px 50px;
	box-sizing: border-box;
	margin: 4% auto 5%;
	padding: 5% 5% 6% 5%;
}

.biao h3 {
	font-size: 18px;
	line-height: 60px;
	color: #393939;
	border-bottom: 1px solid #dcdcdc;
}

.biao_left {
	float: left;
	width: 388px;
}

.biao_right {
	padding-top: 6%;
	float: right;
	width: 718px;
}

.biao_left h4 {
	font-size: 30px;
	color: #393939;
	padding: 60px 0;
}

.biao_left_txt,
.biao_left_txt * {
	font-size: 16px;
	color: #747474;
	line-height: 30px;
}

.biao_right input {
	color: #333;
	width: 340px;
	height: 52px;
	border: 1px solid #bfbfbf;
	background: #f5f5f5;
	display: inline-block;
	margin: 0 0 20px 14px;
	font-size: 16px;
	padding: 0 10px;
	box-sizing: border-box;
}

.tijiao {
	cursor: pointer;
	width: 185px !important;
	border: none !important;
	height: 45px !important;
	display: block !important;
	background: #000000 !important;
	border-radius: 40px !important;
	color: #fff !important;
	font-size: 20px;
	padding: 0 !important;
	float: left !important;
	margin-top: 20px !important;
}

.title_next,
.title_prev {
	background: none !important;
}

.zhichi_lbb {
	width: 760px;
	margin: auto;
}






/* 2019-10-17 */

.slide-nav {
	display: none;
	position: absolute;
	padding: 5px 0;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	border-radius: 0px;
	z-index: 999;
}

.slide-nav a {
	display: block;
	width: 100%;
	height: 32px;
	color: #666666;
	font-size: 14px;
	text-align: center;
	line-height: 32px;
	overflow: hidden;
}

.slide-nav a:hover {
	background: #000;
	color: #fff !important;
}

.center {
	width: 1200px;
	margin: 0 auto;
	height: 100%;
	position: relative;
	width: 100%;
	max-width: 1350px;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
	margin-top: -60px;
	display: grid;
}

.position {
	width: 100%;
	/*    height: 57px;
    line-height: 57px;*/
	font-size: 14px;
	border-bottom: 1px solid #bfbfbf;
	color: #626262;
	background: #f3f3f3;
	;
	position: relative;
	left: 0px;
	bottom: 0;
	z-index: 4;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 20px 0;

}

.position .left {
	float: left;
	margin-left: 1%;
	color: #000000;
	font-weight: bold;
}

.position .right {
	float: right;
	margin-right: 1%;
}

.position .right a:hover {
	color: #000000;
}

.position img {
	height: 12px;
	object-fit: cover;
	margin: 0 5px 5px 5px;
	vertical-align: middle;
}

.place img {
	height: 12px;
	object-fit: cover;
	margin: 0 5px 5px 5px;
	vertical-align: middle;
}

.new-tit {
	position: absolute;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.new-tit p1 {
	color: #FFFFFF;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	/*margin-bottom:10px;*/
	text-transform: uppercase;
	display: block;
	font-weight: bold;
	line-height: 50px;
}

.new-tit p2 {
	color: #FFFFFF;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
}

.sm #myform {
	background: #f5f5f5;
	border-radius: 5px;
	display: flex;
}

.sm .select {
	display: inherit;
	width: 60px;
	border: none;
	color: #777;
	background: url(../images/ico_jiao.png) 45px center no-repeat;
	border-right: 1px #e7e7e7 solid;
	float: left;
}

input,
textarea,
select {
	font-size: 14px;
	color: #303030;
	font-family: "微软雅黑", "Microsoft Yahei";
	outline: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.sm #type {
	width: 100%;
	border: none;
	padding: 2px;
	background: transparent;
	color: #777;
}

.sm .sm-1 {
	display: block;
	width: 100%;
	padding: 0 10px;
	height: 50px;
	border: 1px solid #c4c4c4;
	border-radius: 3px;
	color: #060606;
	margin-bottom: 15px;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	outline: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	width: 60%;
	float: left;
	border: none;
	margin-bottom: 0px;
	width: calc(100% - 100px);
}

.sm .sm-1 {
	background: none !important;
}

.sm .sm-2 {
	width: 100%;
	width: 40px;
	color: #777;
	background: none;
	border: none;
	background: url(../images/ico_zoom.png) center center no-repeat;
	text-indent: -9999px;
	vertical-align: middle;
	border: none;
	float: right;
	cursor: pointer;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


.row {

	margin: 0 auto;

	margin-top: 5%;
	display: flex;

}

.col-md-3 {
	float: left;
	width: 25%;
}

.counter-wrapper {
	text-align: center;
	margin-bottom: 30px;
}

.counter_element {
	letter-spacing: -1px;
	margin-bottom: 30px;
	display: inline;
	font-size: 80px;
	color: #000;
	font-family: "黑体";
	opacity: 0.73;
	-moz-opacity: 0.73;
	filter: alpha(opacity=73);
}

.title-block {
	text-align: left;
	margin-bottom: 15px;
}

.title-block__subtitle {
	margin-bottom: 20px;
	line-height: 26px;
	text-align: center;
	font-size: 14px;
	color: #000;
	font-family: "微软雅黑";
	opacity: 0.73;
	-moz-opacity: 0.73;
	filter: alpha(opacity=73);
	font-weight: bold;
}

.totop {
	display: none !important;
}


.jm_1 {
	margin-top: 3.5%;
}

.jm_1 p {
	line-height: 30px;
	font-size: 14px;
	color: #5f5f5f;
	text-align: center;
}

.jm_1 p:nth-child(2) {
	display: none;
}

.jm_2 {
	margin-top: 5%;
	position: relative;
}

.jm_2 p {
	font-size: 36px;
	color: #fff;
	font-family: "微软雅黑";
	font-weight: bold;
	position: absolute;
	top: 13%;
	left: 0;
	right: 0;
	width: calc(100% - 8%);
}

.jm_2 span {
	font-size: 36px;
	color: #fff;
	font-family: "微软雅黑";
	font-weight: bold;
	display: block;
	position: absolute;
	top: 25%;
	left: 0;
	right: 0;
	width: calc(100% - 8%);
}

.jm_2 span em {
	font-size: 22px;
	color: #fff;
	font-family: "微软雅黑";
	font-weight: bold;
	font-style: normal;
}

.main-box {
	margin-top: 6%;
}

.join1 .tit {
	font-size: 14px;
	color: #5f5f5f;
	line-height: 1;
	text-align: center;
}

.join1 .tit span {
	display: block;
	font-size: 30px;
	color: #000;
	line-height: 48px;
}

.join1 .tit em {
	display: block;
	font-size: 20px;
	color: #797979;
	text-transform: uppercase;
	font-style: normal;
	position: relative;
	z-index: 1;
	max-width: 215px;
	margin: 0 auto;
	background: #fff;
}

.join1 .tit::after {
	content: '';
	display: block;
	clear: both;
	width: 450px;
	background-color: #797979;
	height: 1px;
	margin: 0 auto;
	position: relative;
	top: -10px;
	z-index: -1;
}

.join1 {
	padding-top: 4%;
	margin-top: -15%;
	background: #fff;
	z-index: 1;
	position: relative;
	width: calc(100% - 8%);
}

.join1 ul {
	/*width: 110%;*/
	overflow: hidden;
	padding: 0px 0px 4%;
}

.join1 li:nth-child(-n+4) {
	border: none;
}

.join1 li:nth-child(-n+4):hover {
	box-shadow: none;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}

.join1 li {
	text-align: center;
	float: left;
	/* width: 276px;*/
	height: 240px;
	border: 1px solid #f2f2f2;
	margin-right: 2%;
	transition: 0.3s ease-in-out;
	margin-left: 1%;
	width: 22%;
	cursor: pointer;
	margin-bottom: 4%;
}

.join1 li .img-wrap {
	margin: 40px auto 20px;
	width: 52px;
	height: 40px;
	position: relative;
}

.join1 li .img-wrap img {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}

.join1 li h4 {
	font-size: 16px;
	color: #333333;
	margin: 0;
	line-height: 1;
	font-weight: normal;
}

.join1 li .line {
	width: 36px;
	background-color: #797979;
	height: 1px;
	margin: 16px auto;
}

.join1 li p {
	width: 150px;
	font-size: 12px;
	color: #797979;
	line-height: 22px;
	margin: auto;
}

.join1 li:hover {
	box-shadow: 0 5px 10px #ccc;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.jm_3 {
	margin-top: 5%;
	position: relative;
}

.jm_3 p {
	font-size: 36px;
	color: #fff;
	font-family: "微软雅黑";
	font-weight: bold;
	position: absolute;
	top: 13%;
	left: 0;
	right: 0;
	width: calc(100% - 8%);
}

.jm_3 span {
	font-size: 36px;
	color: #fff;
	font-family: "微软雅黑";
	font-weight: bold;
	display: block;
	position: absolute;
	top: 25%;
	left: 0;
	right: 0;
	width: calc(100% - 8%);
}

.jm_3 li {
	text-align: center;
	float: left;
	width: 276px;
	height: 240px;
	border: 1px solid #f2f2f2;
	margin-right: 19px;
	transition: 0.3s ease-in-out;
	margin-left: 6px;
	cursor: pointer;
	margin-bottom: 4%;
}

.join4 {
	width: 84.37%;
	max-width: 1521px;
	margin: 0 auto;
	max-width: 1350px;
	padding-left: 15px;
	padding-right: 15px;
	width: calc(100% - 8%);

	margin-top: 5%;
}

.join4 .tit {
	font-size: 14px;
	color: #5f5f5f;
	line-height: 1;
	text-align: center;
}

.join4 .tit span {
	display: block;
	font-size: 36px;
	color: #000;
	line-height: 48px;

}

.join4 .tit em {
	display: block;
	font-size: 24px;
	color: #777777;
	text-transform: uppercase;
	font-style: normal;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	background: #fff;
	margin-top: 10px;
}

.join4 ul {
	margin-top: 5%;
	display: flex;
}

.join4 ul li {
	float: left;
	margin-right: 2%;
	cursor: pointer;
}

.join4 ul li:last-child {
	margin-right: 0;
}

.join4 ul li p {
	margin: 2% 0;
	font-size: 16px;
}

.join4 ul li span {

	font-size: 16px;
}

.jm_5 {
	margin-top: 8%;
	position: relative;
}

.jm_5 p {
	font-size: 36px;
	color: #fff;
	font-family: "微软雅黑";
	font-weight: bold;
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
	text-align: center;
}

.jm_5 span {
	font-size: 36px;
	color: #fff;
	font-family: "微软雅黑";
	font-weight: bold;
	display: block;
	position: absolute;
	top: 58%;
	left: 0;
	right: 0;
	text-align: center;
	margin-top: -0.2rem;
}

.join6 {
	padding: 4% 0;
	z-index: 1;
	position: relative;
	display: flow-root;
	padding-left: 15px;
	padding-right: 15px;
	width: calc(100% - 8%);
}

.join6 .tit {
	font-size: 14px;
	color: #5f5f5f;
	line-height: 1;
	text-align: center;
	margin-bottom: 8%;
}

.join6 .tit span {
	display: block;
	font-size: 30px;
	color: #000;
	line-height: 48px;
}

.join6 .tit em {
	display: block;
	font-size: 20px;
	color: #797979;
	text-transform: uppercase;
	font-style: normal;
	position: relative;
	z-index: 1;
	max-width: 160px;
	margin: 0 auto;
	background: #fff;
}

.join6 .tit::after {
	content: '';
	display: block;
	clear: both;
	width: 350px;
	background-color: #797979;
	height: 1px;
	margin: 0 auto;
	position: relative;
	top: -10px;
	z-index: -1;
}

.join6-l {
	float: left;
	width: 50%;
}

.join6-r {
	float: right;
	width: 45%;
}

.join6-l h1 {
	font-size: 20px;
	margin-bottom: 7%;
}

.join6-l p {
	line-height: 35px;
	text-align: left;
	font-size: 15px;
	color: #333333;
}

.join6-r h1 {
	font-size: 20px;
	margin-bottom: 3%;
	display: inline-block;
	width: 85%;
}

.join6-r h1::after {
	content: '';
	display: block;
	clear: both;
	width: 100%;
	background-color: #797979;
	height: 1px;
	margin: 0 auto;
	margin-top: 10px;
	margin-left: 0;
}

.join6-r dl {
	margin-bottom: 3%;
	width: 80%;
}

.join6-r dt {
	font-size: 14px;
	color: #898989;
	background: #fff;
	outline-color: #898989;
	width: 80%;
	height: 35px;
	line-height: 35px;
	max-width: 100px;
	float: left;

}

.join6-r input[type="text"] {

	font-size: 14px;
	color: #898989;
	background: #fff;
	outline-color: #898989;
	width: 80%;
	padding: 2%;
	height: 35px;
	line-height: 35px;
	border: 1px solid #d5d5d5;
	width: calc(100% - 100px);

}

.join6-r textarea {
	padding: 10px;
	border: 1px solid #d5d5d5;
	height: 100px;
	width: 80%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: calc(100% - 100px);
}

.button_w1 {
	text-indent: 0;
	margin: 0;
	width: 110px;
	height: 30px;
	line-height: 30px;
	background-color: #373737;
	color: #ffffff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #373737;
	border-radius: 20px !important;
	margin-left: 100px;
}

.button_w2 {
	text-indent: 0;
	margin: 0;
	width: 110px;
	height: 30px;
	line-height: 30px;
	background-color: #373737;
	color: #ffffff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #373737;
	border-radius: 20px !important;
	display: none;
}

.lian {
	width: 80px;
	float: right;
}

.lian .search {
	width: 100%;
	line-height: 96px;
	margin-left: 3.4375%;
	background: url(../img/search.jpg) no-repeat left center;
	background-position-y: 40px;
	text-align: right;
	float: right;
}

.a-soBtn {
	display: block;
	transition: .3s;
	color: #fff;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	font-size: 15px;
}

.soForm {
	border: 1px solid #ddd;
	border-top: 0;
	padding: 30px;
	width: 310px;
	background-color: #f3f3f3;
	position: absolute;
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	right: 0;
	z-index: 2;
}

#channel_id {
	background-color: #f3f3f3;
}

.soForm .inp,
.soForm .inp-sel {
	display: block;
	width: 100%;
	padding: 0 10px;
	height: 40px;
	border: 1px solid #c4c4c4;
	border-radius: 3px;
	color: #777;
	margin-bottom: 15px;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

#f_keyword {
	background-color: #fff;
}

.soForm .g-btn1 {
	width: 100%;
}

.g-btn1 {
	background-color: #000;
	border: 1px solid #00;
	color: #fff;
	display: block;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
}

.ani {
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

/*手机端头部*/

.header1 {
	right: 0;
	margin: auto;
	left: 0;
	z-index: 99999;
	padding: 0.3rem 0;
	background: #000;
	box-sizing: border-box;
	width: 100%;
	position: fixed;
	top: 0;
	height: 1.4rem;
	display: none;
}

.header.header1.header4 {
	display: none !important;
}

.header.header1.header5 {
	display: none !important;
}

.auto1 {
	width: 94%;
	margin: auto;
	display: inherit !important;
	padding-left: 0px;
	padding-right: 0px;
}

.logo1 {
	float: left;
	height: 0.8rem;
	width: auto;
}

.logo1 img {
	display: inherit;
	height: 100%;
	width: auto;
}

.anniu.anniu1 {
	float: right;
	height: 0.8rem !important;
	width: 0.8rem !important;
	background: none !important;
	margin-top: 0 !important;
	width: auto !important;
}

.anniu1 img {
	height: 100%;
	display: block;
	width: auto;
}

.nav1 {
	position: fixed;
	top: 0;
	left: 0;
	margin: auto;
	background: #000;
	height: 100%;
	width: 100%;
	z-index: 99999;
}

.header_nav1 {
	padding: 0.3rem 0;
	box-sizing: border-box;
	width: 100%;
	height: 1.4rem;
	border-bottom: 1px solid #e1e1e1;
}

.close {
	float: right;
	width: 0.8rem;
	height: 0.8rem;
}

.close img {
	width: 100%;
	height: 100%;
	display: block;
	/*    margin-top: -0.3rem;*/
}

.nav1 ul {
	padding: 0.4rem 0;
	width: 94%;
	margin: auto;
}

.nav1 li {
	color: #ffffff;
	font-size: 0.24rem;
	line-height: 0.6rem;
	border-bottom: 1px solid #767676;
	position: initial;
	display: block;
	padding: 0;
	text-align: initial;
}

.nav1 li:hover {
	color: initial;
	border-radius: 0px;
	background: none;
}

.nav1 li a {
	display: block;
}

.nav_txt1 {
	width: 94%;
	margin: auto;
}

.nav_txt1 {
	font-size: 0.2rem;
	line-height: 0.3rem;
	color: #ffffff;
	text-align: initial;
}

.jing1 {
	width: 94%;
	margin: auto;
	padding-top: 0.7rem;
}

.jing1 img {
	width: 1.33rem;
	height: 1.33rem;
	display: block;
}

.search.fr.soBox.search1 {
	background: url(../img/search.png) no-repeat left center;
	background-position-y: center;
	line-height: 80px;
	text-align: right;
	padding-bottom: 7px;
	padding-top: 15px;
	background-position-y: 0.1rem;
	margin-right: 10px;
	float: right;
	background-size: 85%;
	width: 0.8rem;
	line-height: 0.8rem;
}

.head.a-soBtn1 {
	width: 80px;
	height: 80px;
	margin-top: -12px;
	display: block;
	width: 0.8rem;
	height: 0.8rem;
}

.search.fr.soBox.search1 .soForm {
	border: 1px solid #ddd;
	padding: 30px !important;
	width: 100% !important;
	background-color: #f3f3f3;
	position: absolute;
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	height: initial !important;
	right: 0;
	margin-top: 0.2rem;
}


/*手机端头部*/

@media screen and (max-width:960px) {
	.header.header1.header5 {
		display: block !important;
	}

	.header.header1.header4 {
		display: block !important;
	}

	.header_b {
		display: none !important;
	}

	.header1 {
		display: block;
		background: #000;
	}

	.banner1 img {

		margin-top: 0;
	}

	.header2 {
		display: block !important;
	}

	.header.header3 {
		display: none !important;
	}
}

/*联系我们*/
@media screen and (max-width:1440px) {
	.content_us_title span {
		font-size: 30px;
	}

	.content_us_title {
		line-height: 50px;
		font-size: 30px;
	}

	.content_left_txt,
	.content_left_txt * {
		font-size: 17px;
	}

	.anniu {
		width: 140px !important;
		font-size: 17px !important;

	}
}

@media screen and (max-width:1100px) {
	.content_us_title span {
		font-size: 25px;
	}

	.content_us_title {
		line-height: 35px;
		font-size: 25px;
	}

	.content_left_txt,
	.content_left_txt * {
		font-size: 16px;
	}

	.anniu {
		width: 130px !important;
		font-size: 16px !important;

	}

	.txt_us h3 {
		font-size: 25px;
		line-height: 50px;
	}

	.txt_us span {
		font-size: 25px;
		line-height: 40px;

	}
}

@media screen and (max-width:800px) {
	.content_us_left {
		margin-bottom: 5%;
		width: 100%;
	}

	.content_us_right {

		width: 100%;
	}

	.form {
		border-right: none;
	}

	.content_left_txt,
	.content_left_txt * {
		line-height: 40px;
	}

	.content_left_txt {
		padding-top: 4%;
	}

	.form {
		padding: 4% 0 0 0px;

	}

	.txt_us h3 {
		font-size: 20px;
		line-height: 40px;
	}

	.txt_us span {
		font-size: 20px;
		line-height: 40px;
	}

	.new-tit p1 {
		font-size: 25px;
		line-height: 40px;
	}

	.new-tit p2 {
		font-size: 22px;
	}
}

@media screen and (max-width:540px) {
	.content_us_title span {
		line-height: 0.5rem;
		font-size: 0.26rem;
	}

	.content_us_title {
		font-size: 0.36rem;
		line-height: 0.4rem;
	}

	.content_us_title::after {
		width: 1.4rem;
		height: 0.04rem;
	}

	.content_left_txt,
	.content_left_txt * {
		font-size: 0.2rem;
		line-height: 0.5rem;
	}

	.content_left_txt {
		padding-top: 0.4rem;
	}

	.form h4 {
		padding: 0.3rem 0 0.5rem;
		font-size: 0.2rem;
		line-height: 0.45rem;
	}

	.anniu {
		width: 1.56rem !important;
		height: 0.58rem !important;
		font-size: 0.2rem !important;
		line-height: 0.58rem !important;
		padding: 0 !important;

	}

	.form input {

		width: 100%;
		height: 0.46rem;
		padding: 0 0.2rem;
		line-height: 0.46rem;
		font-size: 0.17rem;
		margin-bottom: 0.1rem;
	}

	.form textarea {
		width: 100%;
		height: 1.62rem;
		font-size: 0.17rem;
		line-height: 0.46rem;
		padding: 0 0.2rem;
	}

	.txt_us h3 {
		font-size: 0.2rem;
		line-height: 0.4rem;
	}

	.txt_us span {
		font-size: 0.2rem;
		line-height: 0.3rem;
	}

	.new-tit p1 {
		font-size: 0.3rem;
		line-height: 0.4rem;
	}

	.new-tit p2 {
		font-size: 0.25rem;
	}
}

/*联系我们*/
/*底部*/
@media screen and (max-width:1200px) {
	.footer_nav ul {
		margin-right: 5%;
	}

	.footer_left h4 {

		font-size: 22px;

	}
}

@media screen and (max-width:1000px) {
	.footer_right {
		width: 100%;
	}

	.footer_nav {
		width: 75%;
		margin-bottom: 5%;
	}

	.footer_left {

		width: 25%;
	}
}

@media screen and (max-width:764px) {
	.footer_nav {
		width: 100%;
	}

	.footer_nav ul li.li_title {
		font-size: 16px;
		padding-bottom: 15px;
	}

	.footer_nav ul {
		margin-right: 0;
		width: 20%;
		margin-bottom: 5%;
	}

	.footer_left {
		width: 70%;
	}
}

@media screen and (max-width:540px) {
	.footer_left h4 {
		font-size: 22px;
		line-height: 40px;
	}

	.footer_nav ul {
		margin-right: 0;
		width: 33.3%;
	}

	.footer_nav ul li {
		font-size: 13px;
	}

	.footer_nav ul li.li_title {
		font-size: 15px;
	}
}

/*底部*/

/*新闻*/
@media screen and (max-width:800px) {
	.bigbox {

		display: initial;
	}

	.news li .imgbox {
		width: 100%;
	}

	.news_txt {
		width: 100%;
		margin-top: 0;
	}

	.center {
		width: 100%;
		margin-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}

	.position {
		width: initial;
		padding-left: 15px;
		padding-right: 15px;
	}

	.position .left {
		display: none;
	}

	.position .right {
		float: left;
		margin-right: 0;
	}

	.title {
		font-size: 22px;

	}

	.news li h4 {
		font-size: 22px;
	}

	.content h4 {
		font-size: 28px;

	}
}

@media screen and (max-width:540px) {
	.title {
		font-size: 0.3rem;
		line-height: 0.4rem;

	}

	.news li h4 {
		padding: 0.3rem 0;
		text-transform: uppercase;
		font-size: 0.24rem;
		line-height: 0.4rem;
	}

	.news li h5 {
		-webkit-line-clamp: 6;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		text-transform: uppercase;
		font-size: 0.2rem;
		line-height: 0.32rem;
	}

	.date {
		width: 1.08rem;
		height: 1.38rem;
		font-size: 0.54rem;
		padding-top: 0.16rem;
		box-sizing: border-box;
		margin: auto !important;
	}

	.date1 {
		font-size: 0.54rem;
		width: 0.9rem;
		height: 1.1rem;
		padding-top: 0;
		margin: initial !important;
	}

	.content h4 {
		font-size: 0.32rem;
		line-height: 0.5rem;
		text-transform: uppercase;
		padding: 0.2rem 0 0.4rem;

	}

	.date span {
		line-height: inherit;
		font-size: 0.2rem;
	}

	.one {
		float: none;
		line-height: 0.4rem;
		font-size: 0.23rem !important;
	}

	.two {
		float: none;
		line-height: 0.4rem;
		font-size: 0.23rem !important;
	}

	.one a {
		display: initial;
		font-size: 0.23rem !important;
	}

	.two a {
		display: initial;
		font-size: 0.23rem !important;
	}

	.position {
		font-size: 0.2rem;
		padding: 0.2rem 0.15rem;
	}
}

/*新闻*/

/*头部*/
@media screen and (max-width:1300px) {
	.header_b .nav li {

		padding: 0 12px;

	}
}

@media screen and (max-width:1100px) {
	.header_b .nav li {

		padding: 0 6px;
		font-size: 14px;

	}
}

/*头部*/

/*产品页*/
@media screen and (max-width:960px) {
	.banner_show {
		margin-top: 0px;
	}

	.products1 {
		margin-top: 0px;
	}

}

@media screen and (max-width:900px) {
	.products_li li {
		width: 100%;
	}

	.products_li li img {

		height: auto;
	}

	.products_title {
		line-height: 40px;
		font-size: 30px;

	}

	.products_text,
	.products_text * {
		font-size: 17px;

	}

	.banner_show p {
		font-size: 28px;
		line-height: 45px;

	}

	.product li {
		width: 48%;
	}
}

@media screen and (max-width:640px) {
	.bj_ms p {
		box-sizing: border-box;
		text-align: center;
		width: 1.8rem;
		line-height: 0.3rem;
		color: #333;
		margin: 0.1rem auto;
		font-size: 0.2rem;
		padding: 0 0.1rem;
		border-radius: 10px;
		background: #fff;
		display: inherit;
	}

	.banner_show span {
		display: none;
	}

	.bj_ms {
		padding: 0;
	}

	.products_li li h4 {
		line-height: inherit;
		font-size: 0.26rem;
		display: none;
	}

	.bj h5 {
		line-height: inherit;
		font-size: 0.26rem;
		padding-bottom: 0.1rem;

	}

	.products_li .bj {
		display: flex;
		background: rgba(0, 0, 0, 0.4)
	}

	.products_title {
		font-size: 0.32rem;
		line-height: 0.52rem;

	}

	.products_text {
		padding-top: 0.3rem;
	}

	.products_text,
	.products_text * {
		font-size: 0.2rem;
		text-align: center;
		line-height: 0.4rem;
		letter-spacing: 1px;

	}

	.banner_show p {
		line-height: inherit;
		font-size: 0.26rem;
		padding-bottom: 0.1rem;
		top: 10%;
		line-height: 0.28rem;

	}

	.banner_show1 p {
		top: auto;
		line-height: 0.35rem;
	}

	.banner_show1 span {
		display: block;
	}

	.banner-tit p {
		box-sizing: border-box;
		text-align: center;
		width: 1.8rem;
		line-height: 0.3rem;
		color: #333;
		margin: 0.1rem auto;
		font-size: 0.2rem;
		padding: 0 0.1rem;
		border-radius: 10px;
		background: #fff;
		display: inherit;
		width: auto;
		display: inline-block;
		line-height: 0.35rem;
	}

	.banner-tit p a {
		text-align: center;
		line-height: inherit;
		font-size: inherit;
		color: #000;
	}

	.products_list h5 {
		font-size: 0.26rem;
		line-height: 0.4rem;
		padding: 0.3rem 0 0.5rem;
		margin: 0;
	}

	.product li {
		width: 98%;
		margin-bottom: 6%;
	}

}


/*产品页*/

/*设计案例*/
@media screen and (max-width:1100px) {
	.design_title li {
		margin: 0 4%;

	}
}

@media screen and (max-width:960px) {
	.design {

		margin-top: 0px;

	}

	.place {
		text-align: inherit;
	}
}

@media screen and (max-width:900px) {
	.live_list li {
		width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.live_list li img {
		height: initial;
	}

	.design_list li {
		width: 100%;
	}

	.design_list li img {
		height: initial;

	}

	.design_title li {
		margin: 0 2.5%;
	}
}

@media screen and (max-width:764px) {
	.live_list h3 {
		font-size: 21px;
	}

	.design_list li h3 {
		font-size: 21px;
	}

	.design_list li p {
		width: 120px;
		font-size: 18px;
	}

	.design_title li {
		width: 33%;
		margin: 0 8%;
		display: inline-block;
	}

	.design_title li p {
		font-size: 0.24rem;
		line-height: 0.6rem;
	}

	.design_thumb {
		width: 0.6rem;
		height: 0.6rem;
		position: relative;
		float: left;
	}

	.design_thumb img {

		width: 0.6rem;
		height: 0.6rem;
	}
}

@media screen and (max-width:540px) {
	.content_txt {
		padding-top: 0px;
	}

	.place {
		text-align: inherit;
		font-size: 0.2rem;
		line-height: 0.35rem;
		margin-bottom: 0.3rem;
	}

	.live_list h3 {
		font-size: 0.22rem;
		line-height: 0.34rem;
		padding: 0.3rem;
		margin: 0;
	}

	.design_list li h3 {
		font-size: 0.22rem;
		line-height: 0.34rem;
		padding: 0.3rem;
		margin: 0;
	}

	.design_list li p {
		width: 1.6rem;
		height: 0.46rem;
		font-size: 0.2rem;
		text-align: center;
		line-height: 0.46rem;
		text-transform: uppercase;
		margin: auto;
	}

	.design_list li {
		margin-bottom: 0.7rem;
		padding-bottom: 0.4rem;
	}

	.live_list li {

		margin-bottom: 0.4rem !important;
	}

	#pages {
		color: #000;
		font-size: 0.2rem;
		height: 0.5rem;
		margin: 0.3rem auto 0;
	}

	#pages a {
		margin: 0 4px;
		display: inline-block;
		height: 0.5rem;
		line-height: 0.48rem;
		padding: 0 0.18rem;
	}
}

/*设计案例*/

/*授权门店*/
@media screen and (max-width:1130px) {
	.stores_title {
		width: 100%;
		margin-bottom: 0.2rem;
	}

	.stores_qie form {
		width: 100%;
		float: none;
	}

	.biao_left {
		width: 100%;
	}

	.biao_right {
		width: 100%;
	}

	.biao_right input {
		width: 47%;
		margin: 0 14px 20px 0px;
	}
}

@media screen and (max-width:640px) {
	.service li {
		margin-bottom: 0.4rem;
		text-align: center;
		margin-right: 0;
		display: initial;
	}

	.service li p span {
		text-transform: capitalize;
		display: block;
		font-size: 0.2rem;
		line-height: 0.3rem;
	}

	.service li img {
		width: 0.8rem;
		height: 0.8rem;
	}

	.service li p {
		font-size: 0.34rem;
		line-height: 0.5rem;
		color: #202020;
	}

	.service li span {
		text-transform: capitalize;
		display: block;

	}

	.service {
		max-width: 1688px;
		margin: 0 auto;
		border-top: none;
		padding: 0.6rem 0 0.5rem;
	}

	.tiyan img:first-child {
		display: none;
	}

	.tiyan img:last-child {
		display: block;
	}

	.stores_img:nth-child(1) {
		display: none;
	}

	.stores_img:nth-child(2) {
		display: block;
	}

	.stores_img:nth-child(3) {
		display: block;
	}

	.stores_tiyan {
		padding: 0.55rem 0 0.84rem;

	}

	.stores_qie {
		padding: 0.32rem 0.26rem 0.4rem;
	}

	.stores_qie form {
		width: 100%;
		margin-top: 0.2rem;
		margin-bottom: 0.3rem;
	}

	.stores_content {
		padding: 0 !important;
		display: initial;
	}

	.stores_content_lili {
		text-align: center;
		padding: 0.2rem 0.1rem;
		box-sizing: border-box;
		width: 32%;
		display: inline-block;
		margin-bottom: 0 !important;
	}

	.stores_content_li {
		padding: 0.7rem 0.2rem 0;
		margin: 0;
		min-width: initial;
		max-width: initial;
	}

	.stores_content_li h6 {
		line-height: 0.4rem;
		font-size: 0.26rem;
		font-weight: bold;
	}

	.stores_txt {
		font-size: 0.2rem;
		line-height: 0.3rem;
	}

	.stores_title {

		width: 100%;
	}

	.stores_title li {
		width: 1.8rem;
		display: inline-block;
		margin: 0;
	}

	.stores_title li:nth-child(1) {
		line-height: 0.52rem;
		width: 2.8rem !important;
		float: left;
	}

	.stores_title li:nth-child(2) {
		margin-right: 0.2rem;
		float: right;
	}

	.stores_title li img {
		margin-right: 0.08rem;
		float: left;
		width: 0.52rem;
		height: 0.52rem;
	}

	.stores_title li p {
		font-size: 0.3rem;

		float: left;
		line-height: 0.52rem;
	}

	.stores_title li .p::after {
		right: -0.8rem;
		top: 0.14rem;
		;
		height: 0.2rem;

	}

	.o::after {
		position: absolute;
		content: "";
		width: 1.32rem;
		height: 0.04rem;

		bottom: -2px;
		left: 0.3rem;
	}

	.biao h3 {
		text-align: center;
		font-size: 0.28rem;
		line-height: 0.4rem;
		padding: 0.5rem 0;
	}

	.biao_left h4 {
		font-size: 0.28rem;
		line-height: 0.4rem;
		padding: 0.5rem 0;
	}

	.biao_left_txt,
	.biao_left_txt * {
		font-size: 0.24rem;
		line-height: 0.34rem;
	}

	.biao_right input {
		text-align: center;
		width: 5rem;
		height: 0.7rem;
		margin: 0 auto 0.46rem;
		font-size: 0.24rem;
		line-height: 0.7rem;
	}

	.biao_right .tijiao {
		margin-top: 0 !important;
		width: 2.47rem !important;
		height: 0.6rem !important;
		border-radius: 0.4rem;
		color: #fff;
		line-height: 0.6rem;
		text-align: center;
		border: none;
		font-size: 0.28rem;
		float: none !important;
	}
}

@media screen and (max-width:450px) {
	.stores_qie form {
		height: 40px;
		line-height: 40px;
	}

	.sm .sm-1 {
		height: 40px;
	}
}

/*授权门店*/

/*关于我们*/
@media screen and (max-width:1440px) {
	.about_jj_left h3 {
		font-size: 35px;

	}

	.about_jj_left span {
		font-size: 25px;

	}

	.counter_element {

		font-size: 60px;

	}

	.about_honor h3 span {
		font-size: 25px;
	}

	.about_honor h3 {
		font-size: 39px;

	}
}

@media screen and (max-width:1000px) {

	.about_jj_txt {

		display: inherit;
	}

	.about_jj_txt img:last-child {
		display: block;
		margin-left: 0;
		max-width: 100%
	}

	.about_jj_txt .ab1 {
		display: none;
	}

	.row {

		display: inherit;
	}

	.col-md-3 {
		float: left;
		width: 50%;
	}

	.about_jj_left h3 {
		font-size: 30px;
	}

	.about_honor h3 {
		font-size: 35px;
		line-height: 40px;
	}

	.about_honor h3 span {
		font-size: 23px;
	}
}

@media screen and (max-width:764px) {
	.counter_element {

		font-size: 40px;

	}

	.title-block__subtitle {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-size: 13px;
	}

	.about_honor h3 {
		font-size: 30px;
	}

	.about_honor h3 span {
		font-size: 20px;
	}
}

@media screen and (max-width:540px) {
	.wen1 {
		display: none;
	}

	.wen2 {
		display: block;
	}

	.wen2 em {
		font-style: normal;
	}

	.jm_1 p:nth-child(1) {
		display: none;
	}

	.jm_1 p:nth-child(2) {
		display: block;
	}

	.counter_element {

		font-size: 30px;

	}

	.about_jj_left span {
		font-size: 0.25rem;
		margin-top: 0.1rem;
		line-height: 0.35rem;
	}

	.about_jj_left h3 {
		font-size: 0.3rem;
		line-height: 0.4rem;
	}

	.about_jj_txt * {
		font-size: 0.21rem;
		line-height: 0.36rem;
		text-align: justify;
	}

	.about_jj_page * {
		font-size: 14px;
		line-height: 25px;

	}

	.about_jj_page,
	.about_jj_page * b {
		font-size: 15px;
	}

	.about_course_txt {

		margin: auto;
		padding: 0.2rem 0 0.4rem;
		text-align: center;
		font-size: 0.2rem;
		line-height: 0.3rem;
		font-family: 方正综艺简体;
		text-transform: uppercase;
		letter-spacing: 1px;
	}

	.about_honor h3 {
		font-size: 0.3rem;
		line-height: 0.4rem;
	}

	.about_honor h3 span {
		font-size: 0.2rem;
		line-height: 0.35rem;
	}

	.about_honor_content {

		border: none;

	}
}

@media screen and (max-width:450px) {
	.about_jj_page * b {
		font-size: 0.22rem;
		letter-spacing: 1px;
	}

	.about_jj_page * {
		font-size: 0.21rem;
		line-height: 0.36rem;
		letter-spacing: 1px;
	}

	.wen2 em {
		font-size: 0.19rem;
		line-height: 0.36rem;
		letter-spacing: 1px;
	}

}

/*关于我们*/

/*经销加盟*/
@media screen and (max-width:1440px) {
	.jm_2 p {
		font-size: 30px;

	}

	.jm_2 span {
		font-size: 30px;
	}

	.jm_2 span em {
		font-size: 19px;

	}

	.jm_3 p {
		font-size: 30px;

	}

	.jm_3 span {
		font-size: 30px;
	}

	.jm_3 span em {
		font-size: 19px;

	}

	.join4 .tit span {
		font-size: 32px;
	}

	.join4 .tit em {
		font-size: 22px;
	}

	.join4 ul li p {
		font-size: 15px;
	}

	.join4 ul li span {
		font-size: 15px;
	}

	.jm_5 p {
		font-size: 30px;
	}

	.jm_5 span {
		font-size: 30px;
	}

	.jm_5 img {
		height: 1.5rem;
	}
}

@media screen and (max-width:1000px) {
	.jm_2 p {
		font-size: 25px;

	}

	.jm_2 span {
		font-size: 25px;
	}

	.jm_2 span em {
		font-size: 17px;

	}

	.jm_3 p {
		font-size: 25px;

	}

	.jm_3 span {
		font-size: 25px;
	}

	.jm_3 span em {
		font-size: 17px;

	}

	.join1 .tit span {
		font-size: 28px;
	}

	.join1 .tit em {
		font-size: 18px;
	}

	.join1 .tit::after {
		width: 4rem;
		top: -0.1rem
	}

	.join4 .tit span {
		font-size: 28px;
	}

	.join4 .tit em {
		font-size: 19px;
	}

	.join4 ul li {
		width: 49%;
		margin-bottom: 4%;
	}

	.join4 ul li:nth-child(2n) {
		margin-right: 0;
	}

	.join4 ul {
		display: inherit;
	}

	.join4 ul li img {
		width: 100%;
	}

	.jm_5 p {
		font-size: 22px;
	}

	.jm_5 span {
		font-size: 22px;
	}

	.join6 .tit span {
		font-size: 28px;
	}

	.join6 .tit em {
		font-size: 18px;
	}

	.join6 .tit::after {
		width: 3rem;
		top: -0.1rem;
	}

	.join6-l {
		width: 100%;
		margin-bottom: 4%;
	}

	.join6-r {
		width: 100%;
	}

	.join6-l h1 {
		margin-bottom: 3%;
	}
}

@media screen and (max-width:764px) {
	.jm_2 p {
		font-size: 0.2rem;

	}

	.jm_2 span {
		font-size: 0.2rem;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		line-height: 0.4rem;
	}

	.jm_2 span em {
		font-size: 0.17rem;

	}

	.jm_3 p {
		font-size: 0.2rem;

	}

	.jm_3 span {
		font-size: 0.2rem;
		margin-top: 0.05rem;
	}

	.jm_3 span em {
		font-size: 0.17rem;

	}

	.join1 .tit span {
		font-size: 0.23rem;
		line-height: 0.4rem;
	}

	.join1 .tit em {
		font-size: 0.17rem;
		max-width: 2rem;
	}

	.join1 li {
		width: 47%;
		height: 210px;
	}

	.join1 li p {
		width: initial;

	}

	.join4 .tit span {
		font-size: 0.25rem;
		line-height: 0.4rem;
	}

	.join4 .tit em {
		font-size: 0.17rem;
		margin-top: 0.1rem;
	}

	.join4 ul li p {
		font-size: 14px;
	}

	.join4 ul li span {
		font-size: 14px;
	}

	.jm_5 p {
		font-size: 0.22rem;
	}

	.jm_5 span {
		font-size: 0.22rem;
	}

	.join6 .tit span {
		font-size: 0.23rem;
		line-height: 0.4rem;
	}

	.join6 .tit em {
		font-size: 0.17rem;
		max-width: 1.6rem;
	}

	.join6-r dl {
		width: 95%;
	}

	.join6-r h1 {
		width: 100%;
	}

}

@media screen and (max-width:450px) {


	.jm_1 p {
		line-height: 25px;
		font-size: 14px;
	}

	.jm_1 p:nth-child(2) {
		display: block;
		font-size: 0.21rem;
		line-height: 0.4rem;
		letter-spacing: 1px;
	}

	.join1 li {
		width: 98%;
		height: 2.7rem;
	}

	.join1 li .img-wrap {
		margin: 0.4rem auto 0.2rem;
		width: 0.52rem;
		height: 0.4rem;
		position: relative;
	}

	.join1 li h4 {
		font-size: 0.23rem;
	}

	.join1 li p {
		width: initial;
		font-size: 0.2rem;
	}

	.join4 ul li {
		width: 100%;
	}

	.join4 ul li p {
		font-size: 0.2rem;
	}

	.join4 ul li span {
		font-size: 0.2rem;
	}

	.join6-l h1 {
		font-size: 0.25rem;
	}

	.join6-l p {
		line-height: 0.35rem;
		font-size: 0.2rem;
	}

	.join6-r h1 {
		font-size: 0.25rem;
	}

	.join6-r dl {
		width: 100%;
	}

	.join6-r dt {
		max-width: 90px;
		height: 0.5rem;
		line-height: 0.5rem;
		font-size: 0.2rem;
	}

	.join6-r input[type="text"] {
		width: calc(100% - 90px);
		height: 0.5rem;
		line-height: 0.5rem;
		font-size: 0.2rem;
	}

	.join6-r textarea {

		width: calc(100% - 90px);
		height: 1.62rem;
		line-height: 0.5rem;
		font-size: 0.2rem;
	}

	.button_w1 {
		margin-left: 90px;
		width: 1.3rem !important;
		height: 0.5rem !important;
		font-size: 0.2rem !important;
		line-height: 0.5rem !important;
		border-radius: 4px !important;
	}

}

/*经销加盟*/

/*首页*/
@media screen and (max-width:1600px) {

	.tuijian_sy,
	.tuijian_sy * {
		font-size: 16px;
		line-height: 45px;
	}


}

@media screen and (max-width:1440px) {

	.tuijian_sy,
	.tuijian_sy * {
		font-size: 20px;
		line-height: 40px;
	}

	.sy_product_txt h4 img {
		width: 100%;
		max-width: 400px;
	}

	.product_more {
		margin-top: 18%;
		font-size: 20px;
	}

	.us_box h3 {
		line-height: 36px;
		font-size: 28px;
	}

	.us_box h4 {
		font-size: 18px;
	}

	.us_txt {
		font-size: 15px;
	}

	.us_more {
		width: 110px;
		height: 38px;
		line-height: 36px;
	}

	.sy_product_txt h3 {
		font-size: 35px;
		line-height: 40px;
	}

	.sy_product_txt h4 {
		font-size: 45px;
		line-height: 50px;
	}


}

@media screen and (max-width:1000px) {
	.sy_product_txt h3 {
		font-size: 30px;
		line-height: 35px;
	}

	.sy_product_txt h4 {
		font-size: 35px;
		line-height: 40px;
	}


	.us_box h3 {
		line-height: 26px;
		font-size: 20px;
	}

	.us_box h4 {
		font-size: 17px;
		line-height: 25px;
	}

	.us_txt {
		font-size: 14px;
		line-height: 22px;
		padding-top: 15px;
	}

	.us_more {
		width: 100px;
		height: 36px;
		line-height: 36px;
		border: 1px solid #fff;
		font-size: 13px;
	}

	.sy_title h3 {
		font-size: 22px;
		line-height: 30px;
	}

	.sy_title h3 span {
		font-size: 18px;
	}

	.news_more {
		width: 140px;
		height: 40px;
		font-size: 17px;
		line-height: 40px;
	}

	.sy_news_li li {
		margin-right: 0px;
		width: 100%;
		margin-bottom: 6%;
	}

	.sy_news_li_img {
		height: auto;
		max-height: 400px;
	}

	.sy_anli li h3 {
		font-size: 26px !important;
		line-height: 30px !important;
	}

	.sy_anli li:nth-child(2) .anli_li {
		font-size: 35px;
	}

	.sy_anli li:nth-child(2) .anli_li span {
		font-size: 35px;
	}

	.sy_anli li:nth-child(2) .anli_li em {
		font-size: 17px;
	}

	.sy_anli li:nth-child(2) h2 {
		width: 110px;
		height: 3px;
	}

	.sy_anli li:nth-child(2) h2:nth-child(2) {
		width: 110px;
		height: 3px;

	}

	.sy_anli li h3 span {
		font-size: 21px !important;
	}

	.sy_anli li h4 {
		padding-top: 8%;
	}

	.years h6 {
		font-size: 20px;
		line-height: 20px;
	}

	.years h5 {
		font-size: 60px;
		line-height: 60px;
	}

	.sy_txt {
		font-size: 17px;
		line-height: 25px;

	}
}

@media screen and (max-width:850px) {
	.auto2 {
		margin-top: 3.2%;
		width: 100%;
		max-width: inherit;
	}

	.bjs {
		display: none;
	}

	.us1 {
		display: block !important;
	}

	.us {
		display: none !important;
	}

	.sy1_txt {
		display: block !important;
	}

	.ti-1 {
		display: none !important;
	}

	.ti-2 {
		display: block !important;
		margin: 0 auto 0.4rem;
	}

	.sy_txt {
		display: none !important;
	}

	.sy_product_img {
		width: 100%;
	}

	.sy_product_txt {
		width: 100%;
		margin-top: 5%;
	}

	.product_more {

		margin-top: 8%;
	}

	.tuijian_sy {
		padding-top: 9%;
	}

	.sy_product_txt h3 {
		padding: 8% 0 4%;

	}

	.xia {

		max-width: 35px;
		height: auto;
	}
}

@media screen and (max-width:640px) {
	.sy_product_txt h4 img {
		width: 4rem;
	}

	.tuijian_sy {
		padding-top: 0.5rem;
	}

	.tuijian_sy,
	.tuijian_sy * {
		font-size: 0.22rem;
		line-height: 0.4rem;
	}

	.sy_product_txt h3 {
		font-size: 25px;
		line-height: 30px;
	}

	.sy_product_txt h4 {
		font-size: 30px;
		line-height: 35px;
	}

	.product_more {
		font-size: 0.22rem;
		margin-top: 0.4rem;
	}

	.sy_title h3 {
		font-size: 20px;
		line-height: 25px;
	}

	.sy_title h3 span {
		font-size: 16px;
	}

	.news_more {
		width: 120px;
		height: 35px;
		font-size: 16px;
		line-height: 35px;
	}

	.news_li_more {
		width: 1.24rem;
		height: 0.5rem;
		line-height: 0.5rem;
		font-size: 0.17rem;
		margin-top: 0.3rem;
	}

	.sy_anli li {
		min-height: initial;
		padding: 0 0.4rem;
		color: #fff;
		height: 3.35rem;
		width: 100%;

	}

	.sy_anli {
		display: none;
	}

	.sy_anli1 {
		display: block;
	}

	.sy_anli li h3 {
		font-size: 21px !important;
		line-height: 25px !important;
	}

	.sy_anli li:nth-child(2) .anli_li {
		font-size: 30px;
		letter-spacing: 1px;
	}

	.sy_anli li:nth-child(2) .anli_li span {
		font-size: 30px;
		letter-spacing: 1px;
	}

	.sy_anli li:nth-child(2) .anli_li em {
		font-size: 15px;
		letter-spacing: 1px;
	}

	.sy_anli li:nth-child(2) h2 {
		width: 100px;
		height: 3px;
	}

	.sy_anli li:nth-child(2) h2:nth-child(2) {
		width: 100px;
		height: 3px;

	}

	.sy_anli li h3 span {
		font-size: 17px !important;
	}

	.anli_li,
	.anli_li * {
		font-size: 16px;
		color: #fff;
		line-height: 24px;
		letter-spacing: 1px;
	}

	.sy_anli li .h5 {
		font-size: 16px;
		letter-spacing: 1px;
	}

	.sy_anli li .h5 span {
		margin-right: 0.3rem;
		width: 1.5rem;
		height: 0.44rem;
		font-size: 0.18rem;
		line-height: 0.42rem;
	}

	.sy_anli li .h5 {
		margin-top: 6%;
	}

	.anli_more {
		width: 1.6rem;
		height: 0.5rem;
		box-sizing: border-box;
		display: block;
		color: #fff;
		line-height: 0.48rem;
		font-size: 0.18rem;
		letter-spacing: 1px;
	}

	.sy_anli li h4 {
		font-size: 16px;
		line-height: 26px;
		letter-spacing: 1px;
	}

	.years h6 {
		font-size: 17px;
		line-height: 17px;
	}

	.years h5 {
		font-size: 0.45rem;
		line-height: 0.45rem
	}

	.sy_txt {
		font-size: 16px;
		line-height: 23px;
		padding-left: 2%;
		padding-right: 2%;

	}
}

@media screen and (max-width:450px) {
	.xia {

		max-width: 25px;
		height: auto;
	}

	.sy_product_txt h3 {
		font-size: 20px;
		line-height: 25px;
	}

	.sy_product_txt h4 {
		font-size: 25px;
		line-height: 30px;
	}




	.sy_title h3 {
		float: left;
		font-size: 0.28rem;
		line-height: 0.36rem;
	}

	.sy_title h3 span {
		font-size: 0.2rem;
	}

	.news_more {
		font-size: 0.24rem;
		line-height: 0.5rem;
		text-align: center;
		float: right;
		width: 1.7rem;
		height: 0.5rem;
	}

	.sy_news_li_txt h3 {
		font-size: 0.27rem;
		line-height: 0.3rem;
	}

	.sy_news_li_date span {
		font-size: 0.45rem;
	}

	.sy_news_li_date {
		font-size: 0.22rem;
		width: 1rem;
		height: 1rem;
	}

	.sy_anli li h3 {
		font-size: 0.3rem !important;
		line-height: 0.34rem !important;
	}

	.sy_anli li:nth-child(2) .anli_li {
		font-size: 0.4rem;
		letter-spacing: 0;
	}

	.sy_anli li:nth-child(2) .anli_li span {
		font-size: 0.4rem;
		letter-spacing: 0;
	}

	.sy_anli li:nth-child(2) .anli_li em {
		font-size: 0.2rem;
		letter-spacing: 0;
	}

	.sy_anli li:nth-child(2) h2 {
		width: 1.5rem;
		height: 0.04rem;
	}

	.sy_anli li:nth-child(2) h2:nth-child(2) {
		width: 1.5rem;
		height: 0.04rem;
		margin-top: 0.5rem;

	}

	.sy_anli li h3 span {
		font-size: 0.23rem !important;

	}

	.anli_li {
		padding-bottom: 0.3rem;
		font-size: 0.23rem;
		line-height: 0.35rem;
		letter-spacing: 0;
	}

	.anli_li::before {
		top: 8px;
		height: 1px;

	}

	.sy_anli li .h5 span {
		margin-right: 0.3rem;
		width: 1.5rem;
		height: 0.44rem;
		font-size: 0.2rem;
		line-height: 0.42rem;
	}

	.sy_anli li .h5 {
		font-size: 0.24rem;
		line-height: 0.44rem;
		letter-spacing: 0;
	}

	.sy_anli li .h5 {
		margin-top: 0%;
	}

	.anli_more {
		width: 1.6rem;
		height: 0.5rem;
		font-size: 0.2rem;
		line-height: 0.46rem;
		margin-top: 0.4rem;
		letter-spacing: 0;
	}

	.sy_anli li h4 {
		padding-top: 0.3rem;
		font-size: 0.21rem;
		line-height: 0.3rem;
		letter-spacing: 0;
	}

	.sy_anli li h4::before {
		width: 0.75rem;
		height: 0.03rem;
		top: 0.2rem;
	}

	.years h6 {
		font-size: 0.2rem;
		line-height: 0.2rem;
	}

	.years h5 {
		font-size: 0.45rem;
		line-height: 0.45rem;
	}

	.sy_txt {
		font-size: 15px;
		line-height: 20px;

	}
}

/* 栏目菜单样式 */
.ej-menu {


	border-bottom: 1px solid #e5e5e5;
	line-height: 75px;

	font-size: 14px;
	color: #888;
	overflow: hidden;
	background: #fff;
}

.ej-menu .layout {
	max-width: 1660px;
	margin: 0 auto;
	padding: 0 10px 0 0;
}

.ej-menu .menu-left {
	float: left;
	overflow: hidden;
}

.ej-menu .menu-left li {
	float: left;
	width: 180px;
	text-align: center;
}

.ej-menu .menu-left li a {
	display: inline-block;
	color: #888;
}

.ej-menu .menu-left a:before {
	content: '';
	width: 28px;
	height: 28px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	background: url(../images/icon-mu1.png) no-repeat center;
}

.ej-menu .on a:before,
.ej-menu li:hover a:before {
	background: url(../images/icon-mu1-sel.png) no-repeat center;
}

.ej-menu .menu-left .nw1 a:before {
	background: url(../images/icon-mu1.png) no-repeat center;
}

.ej-menu .menu-left .nw1.on a:before,
.ej-menu .menu-left .nw1:hover a:before {
	background: url(../images/icon-mu1-sel.png) no-repeat center;
}

.ej-menu .menu-left .nw2 a:before {
	background: url(../images/icon-mu2.png) no-repeat center;
}

.ej-menu .menu-left .nw2.on a:before,
.ej-menu .menu-left .nw2:hover a:before {
	background: url(../images/icon-mu2-sel.png) no-repeat center;
}

.ej-menu .menu-left .nw3 a:before {
	background: url(../images/icon-mu3.png) no-repeat center;
}

.ej-menu .menu-left .nw3.on a:before,
.ej-menu .menu-left .nw3:hover a:before {
	background: url(../images/icon-mu3-sel.png) no-repeat center;
}

.ej-menu .menu-left .nw4 a:before {
	background: url(../images/icon-mu4.png) no-repeat center;
}

.ej-menu .menu-left .nw4.on a:before,
.ej-menu .menu-left .nw4:hover a:before {
	background: url(../images/icon-mu4-sel.png) no-repeat center;
}

.ej-menu .menu-left .nw5 a:before {
	background: url(../images/icon-mu5.png) no-repeat center;
}

.ej-menu .menu-left .nw5.on a:before,
.ej-menu .menu-left .nw5:hover a:before {
	background: url(../images/icon-mu5-sel.png) no-repeat center;
}





.ej-menu .menu-left li.on,
.ej-menu .menu-left li:hover {
	background: #000000;
}

.ej-menu .menu-left li.on a,
.ej-menu .menu-left li:hover a {
	color: #fff;
	position: relative;
}

.ej-menu .menu-left li:last-of-type {
	margin-right: 0;
}

.ej-menu .menu-right {
	float: right;
}

.ej-menu .menu-right .home {
	width: 16px;
	height: 16px;
	background: url(../images/icon-home.png) no-repeat center;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 10px;
}

.ej-menu .menu-right a {
	color: #888;
	display: inline-block;
	vertical-align: middle;
}

.ej-menu .menu-right a:before {
	content: '>';
	color: #888;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 10px 0;
}

.ej-menu .menu-right a:first-of-type:before {
	display: none;
}

.ej-menu .menu-right a:hover,
.ej-menu .menu-right a.on {
	color: #c49b5e;
}

.ej-menu .menu-left li {
	position: relative;
}

.ej-menu .menu-left li:before {
	/*content: '';
    height: 22px;
    width: 1px;
    background: #e5e5e5;
    display: block;
    position: absolute;
    left: 0;
    top:50%;
    margin-top: -11px;*/
}

.ej-menu .menu-left li:hover:before,
.ej-menu .menu-left li.on:before {
	display: none;
}

.ej-menu .menu-left li:first-of-type:before {
	display: none;
}

.ej-menu .menu-left .on:before {
	display: none;
}

/* 工程案例 */
.case-menu .menu-left li {
	width: 160px;
	position: relative;
}

.ej-menu .cs1 a:before {
	background: url(../images/icon-mu6.png) no-repeat center;
}

.ej-menu .cs1.on a:before,
.ej-menu .cs1:hover a:before {
	background: url(../images/icon-mu6-sel.png) no-repeat center;
}

.ej-menu .cs2 a:before {
	background: url(../images/icon-mu7.png) no-repeat center;
}

.ej-menu .cs2.on a:before,
.ej-menu .cs2:hover a:before {
	background: url(../images/icon-mu7-sel.png) no-repeat center;
}

.ej-menu .cs3 a:before {
	background: url(../images/icon-mu8.png) no-repeat center;
}

.ej-menu .cs3.on a:before,
.ej-menu .cs3:hover a:before {
	background: url(../images/icon-mu8-sel.png) no-repeat center;
}

.ej-menu .cs4 a:before {
	background: url(../images/icon-mu9.png) no-repeat center;
}

.ej-menu .cs4.on a:before,
.ej-menu .cs4:hover a:before {
	background: url(../images/icon-mu9-sel.png) no-repeat center;
}

.ej-menu .cs5 a:before {
	background: url(../images/icon-mu10.png) no-repeat center;
}

.ej-menu .cs5.on a:before,
.ej-menu .cs5:hover a:before {
	background: url(../images/icon-mu10-sel.png) no-repeat center;
}

.ej-menu .cs6 a:before {
	background: url(../images/icon-mu11.png) no-repeat center;
}

.ej-menu .cs6.on a:before,
.ej-menu .cs6:hover a:before {
	background: url(../images/icon-mu11-sel.png) no-repeat center;
}

.ej-menu .cs7 a:before {
	background: url(../images/icon-mu12.png) no-repeat center;
}

.ej-menu .cs7.on a:before,
.ej-menu .cs7:hover a:before {
	background: url(../images/icon-mu12-sel.png) no-repeat center;
}

.ej-menu .cs8 a:before {
	background: url(../images/icon-mu13.png) no-repeat center;
}

.ej-menu .cs8.on a:before,
.ej-menu .cs8:hover a:before {
	background: url(../images/icon-mu13-sel.png) no-repeat center;
}

@media screen and (max-width: 1600px) {
	.case-menu .menu-left li {
		width: 145px;
	}
}

@media screen and (max-width: 1400px) {
	.case-menu .menu-left li {
		width: 115px;
	}
}

@media screen and (max-width: 900px) {
	.ej-menu .menu-right {
		float: none;

	}

	.menu-left {
		background: #f3f3f3;
	}

	.case-menu .menu-left li {
		margin-left: 15px;
		margin-top: 15px;
	}
}

.ej-menu .layout {
	padding: 0px;
}

/* 输入框占位符文字颜色设置 */
input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #fff;
	opacity: 1;
	/* 确保在Firefox中也能正常显示 */
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
	opacity: 1;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
	opacity: 1;
}

input::-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #fff;
}

input::placeholder {
	/* 现代浏览器标准语法 */
	color: #fff;
	opacity: 1;
}

/* 文本区域占位符文字颜色设置 */
textarea::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #fff;
	opacity: 1;
}

textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
	opacity: 1;
}

textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
	opacity: 1;
}

textarea::-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #fff;
}

textarea::placeholder {
	/* 现代浏览器标准语法 */
	color: #fff;
	opacity: 1;
}

/* main.css */
/* 相关推荐BOX样式 */
.content-wrapper {
	display: flex;
	justify-content: space-between;
}

.content {
	flex: 1;
	margin-right: 30px;
}

.related-box {
	width: 300px;
	background: #f9f9f9;
	border: 1px solid #eee;
	padding: 20px;
	border-radius: 5px;
}

.related-title {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
}

.related-list {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.related-item {
	padding-bottom: 15px;
	border-bottom: 1px dashed #eee;
}

.related-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.related-item a {
	display: block;
	color: #333;
	text-decoration: none;
	transition: all 0.3s;
}

.related-item a:hover {
	color: #f2be10;
}

.related-img {
	width: 100%;
	height: 160px;
	overflow: hidden;
	margin-bottom: 10px;
}

.related-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s;
}

.related-item a:hover .related-img img {
	transform: scale(1.05);
}

.related-info h3 {
	font-size: 16px;
	margin-bottom: 8px;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.related-time {
	font-size: 12px;
	color: #999;
}

/* 上一篇下一篇样式 */
.oe_next {
	margin: 20px 0;
	font-size: 14px;
}

.oe_next .one,
.oe_next .two {
	margin: 1px 0;
}

.oe_next a {
	color: #333;
	text-decoration: none;
	transition: color 0.2s;
}

.oe_next a:hover {
	color: #000;
	text-decoration: underline;
}

.oe_next .no-more {
	color: #999;
	font-style: italic;
}

/* 响应式适配 */
@media (max-width: 768px) {
	.content-wrapper {
		flex-direction: column;
	}

	.content {
		margin-right: 0;
		margin-bottom: 30px;
	}

	.related-box {
		width: 100%;
	}
}

/* Footer styles */
.footer {
	background: #000;
	text-align: center;
	line-height: 24px;
	color: #fff;
	padding: 12px 15px;
	font-size: 14px;
}

/* QR code pop-up styles */
.qr-popup-overlay {
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.qr-popup-overlay.is-visible {
	opacity: 1;
}

.qr-popup-content {
	position: relative;
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	max-width: 90%;
	max-height: 90%;
	overflow: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.qr-popup-content img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.qr-popup-close {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 28px;
	color: #333;
	cursor: pointer;
	font-weight: bold;
	line-height: 1;
}

.qr-popup-close:hover {
	color: #000;
}

/* Fixed navigation styles */
.fix127 {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 10;
	display: none;
}

.fix127 li {
	float: left;
	width: 25%;
}

.fix127 li a {
	display: block;
	text-align: center;
	padding: 7px 0;
	font-size: 12px;
	line-height: 1;
}

.fix127 li i {
	display: block;
	height: 20px;
	background: no-repeat center;
	background-size: contain;
	margin-bottom: 4px;
}

.fix127 li i.i1 {
	background-image: url(/template/pc/static/img/f127_01.png);
}

.fix127 li i.i2 {
	background-image: url(/template/pc/static/img/f127_02.png);
}

.fix127 li i.i3 {
	background-image: url(/template/pc/static/img/f127_03.png);
}

.fix127 li i.i4 {
	background-image: url(/template/pc/static/img/f127_04.png);
}

/* Responsive styles */
@media screen and (max-width: 767px) {
	.footer {
		margin-bottom: 50px;
	}

	.fix127 {
		display: block;
	}

	.foot127 {
		padding: 30px 0;
	}

	.foot127 .nav127 {
		display: none;
	}

	.foot127 .ewm127 {
		display: none;
	}

	.foot127 .info127 {
		background: none !important;
		padding: 0;
		margin: 0;
		font-size: 12px;
	}
}

.page {
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 10px 0;
}

.page li {
	display: inline-block;
	padding: 8px 12px;
	margin: 5px;
	border: 1px solid #ccc;
	border-radius: 4px;
	transition: all 0.3s ease;
	cursor: pointer;
}

.page li:hover {
	background-color: #f0f0f0;
	border-color: #333;
	color: #333;
}

.page li.active {
	background-color: #333;
	color: #fff;
	border-color: #333;
}

@media (max-width: 600px) {
	.page {
		justify-content: space-around;
		padding: 5px 0;
	}

	.page li {
		flex: 1 1 auto;
		margin: 3px;
		padding: 6px 8px;
		font-size: 0.9em;
	}
}

