.section .section-title h3 {
	font-size: 80px;
	text-transform: uppercase;
	font-family: 'Anton';
	color: #DEDEDE;
	line-height: 1;
	margin: 0;
}

.section .section-title h4 {
	font-size: 48px;
	color: #333;
	line-height: 1;
	margin-top: -14px;
	font-family: Microsoft Yahei;
	font-weight: bold;
	color: #333;
}

.p_title {
	font-size: 20px;
	line-height: 52px;
	text-align: center;
	background: var(--main-color);
	color: #fff;
}

/* banner */
.banner .btn-more {
	font-size: 20px;
	color: #fff;
	border: 1px solid #fff;
	padding: 0 40px;
	line-height: 2.5;
	display: inline-block;
}

.banner h1 {
	white-space: nowrap;
}

@media screen and (min-width:768px) {
	.banner h1 {
		font-size: 48px;
	}
}


/* 产品中心 */
.product-list {
	position: relative;
}

.product-list .swiper-slide:hover img {
	transform: scale(1.1);
}

.product-list .swiper-slide .proPic {
	overflow: hidden;
}

.product-list img {
	transition: all .5s;
}

/* 关于我们 */
.aboutus {
	position: relative;
	min-width: 0px;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	max-width: none;
	padding-bottom: 0px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	padding-top: 0px;
	background-image: url(../images/about_bg.jpg);
}

.aboutus:before {
	content: '';
	width: 100%;
	height: 55%;
	display: block;
	clear: both;
	position: absolute;
	top: 0%;
	left: 0%;
	background: rgba(255, 255, 255, 1);
}

.aboutus .container-fluid {
	padding-top: 5%;
	padding-bottom: 5%;
	background-color: rgba(255, 255, 255, 0.94);
	max-width: 1640px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 120px;
}

.aboutus .red {
	text-align: left;
	line-height: 1.2;
	color: rgba(226, 33, 0, 1);
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: 'Barlow', sans-serif;
	font-weight: bold;
	font-size: 64px;
}

.aboutus .gray {
	text-align: left;
	line-height: 1.2;
	color: rgba(0, 0, 0, 1);
	margin-top: 20px;
	margin-bottom: 0px;
	font-family: 'Barlow', sans-serif;
	font-weight: bold;
	margin-left: 12px;
	font-size: 42px;
}

.aboutus h3 {
	color: rgba(0, 0, 0, 1);
	font-weight: bold;
	font-size: 34px;
	line-height: 1.2;
}

.aboutus p {
	color: #444;
	text-align: left;
	margin-left: 0px;
	margin-right: auto;
	line-height: 1.8;
	font-size: 18px;
	padding-top: 0px;
	margin-top: 0px;
	padding-right: 0px;
	max-width: none;
}

.aboutus .e_container-66 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	background-fill-value: background-color;
	display-radio: flex;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	margin-bottom: 0px;
	max-width: none;
	margin-top: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.aboutus .e_container-66 .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
	color: var(--main-color);
}

.cbox-66-0.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}

span.p_num {
	font-family: 'Anton';
	font-size: 48px;
	padding-left: 0px;
}

span.p_plus {
	margin-bottom: 0px;
	padding-bottom: 0px;
	height: auto;
	font-size: 18px;
}

.aboutus .s_title {
	font-size: 16px;
}

.aboutus .btn-wrap .btn {
	position: relative;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	width: 160px;
	padding: 8px;
	font-size: 14px;
	line-height: 2;
	color: rgba(0, 0, 0, 1);
	margin-top: 40px;
	border-style: solid;
	border-width: 2px;
	border-color: var(--main-color);
	font-size: 16px;
	transition: all .5s;
}

.aboutus .btn-wrap .btn:hover {
	background: var(--main-color);
	color: #fff;
}

/* 新闻中心 */
.news .news-info {
	margin-left: -15px;
	background: #f7f7f7;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.news .news-title {
	font-size: 22px;
}

.news .news-info p {
	font-size: 17px;
	color: #666;
	margin-top: 10px;
}

/* 合作伙伴 */
.partner {
	background: url(../images/bg_partner.jpeg) no-repeat top center;
}

.partner img {
	display: block;
	margin: 0 auto;
}

.partner .section-title p {
	font-size: 18px;
	margin: 20px 0;
	color: #666;
}

@media screen and (max-width: 768px) {
	.section .section-title h3 {
		font-size: 50px;
	}

	.product-list {
		margin-top: 10px !important;
	}

	.news .news-info {
		margin-left: 0px;
	}

	.news .img-wrap {
		padding: 0px;
	}

	.aboutus .btn-wrap .btn {
		margin: 0 0 30px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

	.aboutus .e_container-66 {
		display: block;
		text-align: center;
	}

	.aboutus .s_title {
		text-align: center;
	}


	.banner .btn-more {
		font-size: 14px;
		margin-top: 10px;
		padding: 0 8px;
	}
}