@charset "utf-8";

/* 关于我们 */

.page_main_about {
	background-image: url(../images/page_about_bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-attachment: fixed;
}

.page_main_about01 {
	background-image: url(../images/page_about_bg01.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-attachment: fixed;
}


.page_about li.left {
	float: left;
	width: 100%;
}

.page_about li.left h2 {
	font-size: 0.8625rem;
	line-height: 1.2;
	color: #666666;
	text-transform: capitalize;
}

.page_about li.left h2 span {
	font-size: 2.25rem;
	color: #ff3000;
}

.page_about li.right {
	float: right;
	width: 100%;
	/* padding-top: 36px; */
}

.page_about li.right>img {
	width: 100%;
	height: auto;
}

.page_logo_box {
	width: 100%;
	height: 5.64375rem;
	padding-top: 0.9375rem;
	background-image: url(../images/page_about_bg01.png);
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}

.page_logo_box>div {
	float: left;
}

.page_logo_box .logo_left {
	width: 60%;
	height: 1.875rem;
	margin-top: 0.9375rem;
}

.page_logo_box .logo_right {
	width: 40%;
	height: 3.75rem;
	border-left: 0.075rem solid #e0e0e0;
}

.page_logo_box>div>img {
	height: 100%;
	width: auto;
	margin: 0 auto;
}

.about01_box {
	width: 100%;
}

.about01_box p {
	width: 100%;
	font-size: 20px;
	line-height: 1.6;
	color: #333333;
	text-align: left;
}

.about01_box p img {
	width: 100%;
}

#page_about_img {
	margin-top: 20px;
}

.owl-carousel .owl-stage-outer {
	padding: 0;
}

.owl-theme-cpc .owl-nav {
	margin-top: 2vmin;
}

.owl-carousel .owl-nav button {
	width: 48px;
	height: 48px;
}


.owl-carousel .owl-nav button span {
	display: block;
	width: 100%;
	height: 100%;
	color: #ffffff;
	font-size: 50px;
	line-height: 40px;
	background-color: #dcc268;
}

.owl-carousel .owl-nav button.owl-prev span {
	background-color: #1f5499;
}

.owl-theme .owl-nav [class*="owl-"] {
	margin: 0;
}



/* 荣誉资质 */
#page_about_honor_slider {}

.page_honor_img_box {
	border-radius: 4px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 2px 10px 0px rgba(80, 73, 73, 0.2);
	transition: all .3s;
}

.page_honor_img_box .fancy {
	padding: 20px;
}

.page_honor_img_box p {
	font-size: 16px;
	line-height: 48px;
	color: #333333;
	text-align: center;
	padding: 0 12px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	text-transform: capitalize;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all .3s;
}

.page_honor_img_box:hover {
	
}



/* 厂容厂貌 */
.page_fancybox_img01 {
	width: 100%;
}

.page_fancybox_img01 li {
	float: left;
	width: calc((100% - 60px) / 4);
	border: 1px solid #e5e5e5;
	padding: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

.page_fancybox_img01 li:nth-child(4n) {
	margin-right: 0;
}

.page_fancybox_img01 li a {
	width: 100%;
}

.page_fancybox_img01 li img {
	width: 100%;
}



@media (max-width:1440px) {}

@media (max-width:1200px) {

	/* 关于我们 */
	.page_about li.left {
		width: 100%;
	}

	.page_about li.left h2 {
		font-size: 1.728rem;
		line-height: 1.1;
		padding-top: 0;
		padding-bottom: 0.48rem;
	}

	.page_about li.left h2 span {
		font-size: 3.456rem;
	}


	.page_about li.right {
		width: 100%;
	}

	.about01_box p {
		font-size: 1.152rem;
	}

	.page_logo_box {
		width: 100%;
		height: auto;
		padding-top: 0;
	}

	.page_logo_box .logo_left {
		width: 100%;
		height: 13.5rem;
		margin-top: 0;
		padding: 3rem 0;
	}

	.page_logo_box .logo_right {
		width: 100%;
		height: 21rem;
		border-left: 0 solid #e0e0e0;
		border-top: 0.144rem solid #e0e0e0;
		padding: 3rem 0;
	}

	.page_logo_box>div>img {
		height: 100%;
		width: auto;
		margin: 0 auto;
	}


	/* 荣誉资质 */
	.page_fancybox_img li {
		width: calc((100% - 0.768rem) / 2);
		height: 23.30rem;
		padding: 0.48rem;
		margin-right: 0;
		margin-bottom: 0.768rem;
	}

	.page_fancybox_img li:nth-child(2n) {
		float: right;
	}

	.page_honor_img_box p {
		font-size: 1.152rem;
		line-height: 3.456rem;
		padding: 0 0.576rem;
	}




}


@media (max-width:900px) {
	.page_main_about {
		background-image: url(../images/page_about_bg_m.jpg);
	}
	
	.page_main_about01 {
		background-image: url(../images/page_about_bg_m.jpg);
	}
}