﻿@charset "utf-8";
.banner {
	background: url(../images/aboutb.jpg) no-repeat center;
}

.about-us,
.culture {
	width: 100%;
	background: #fff;
	padding-bottom: 30px;
}

.culture {
	padding-bottom: 40px;
}

.culture {
	background: #f2f2f2;
}

.about-detail {
	margin-top: 50px;
}

.about-detail .about-img {
	width: 530px;
	height: 250px;
	background: url(../images/139.jpg) no-repeat center 4px;
	background-size: 100% 410px;
}

.about-detail .about-info {
	width: 620px;
	font-size: 15px;
	line-height: 1.5;
	color: #5a5a5a;
}

.about-detail .about-info p {
	text-indent: 2em;
	text-align: justify;
	line-height: 1.8;
}

/*工厂内部 start*/
.factory {
	padding-bottom: 5px;
}

.factory-item {
	width: 270px;
	margin: 30px 15px 0;
}
/*工厂内部 end*/

/*企业文化 start*/
.culture-list {
	margin-top: 50px;
}

.culture-item {
	width: 200px;
	margin-right: 130px;
}

.culture-item:first-child {
	margin-left: 5px;
}

.culture-item:last-child {
	margin-right: 5px;
}

.culture-item .culture-img {
	display: block;
	width: 180px;
	margin: 0 auto;
	-webkit-transform: scale(1);
			transform: scale(1);
	-webkit-transition: transform .3s ease-in-out;
			transition: transform .3s ease-in-out;
}

.culture-item .culture-img:hover {
	-webkit-transform: scale(1.1);
			transform: scale(1.1);
}

.culture-item .culture-title {
	height: 60px;
	margin: 20px 0 12px;
	line-height: 60px;
	font-size: 30px;
	letter-spacing: 6px;
	color: #666;
}

.culture-item .culture-introduce {
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 2px;
	color: rgb(102,102,102);
}
/*企业文化 end*/