@charset "utf-8";

/* CSS Document */
.banner {
	/* background: url(/skin/baichy/images/about.png) center; */
	/* height: 220px; */
}

.banner img {
	max-width: 100%;
}

/*内容开始*/
.main {
	max-width: 1180px;
	margin: 0 auto;
}

.main h3 {
	text-align: right;
	font-size: 14px;
	font-weight: normal;
	margin: 20px 0 20px 0;
}

/*左侧边栏*/
.main .sidebar-content {
	display: flex;
	justify-content: space-between;
}

.main .sidebar {
	float: left;
	width: 20%;
}

.main .sidebar .sideTop {
	width: 100%;
	border: 1px solid #e1e1e1;
}

.main .sidebar .sideTop dl {
	margin-left: 5px;
}

.main .sidebar .sideTop dl dt,
.main .sidebar .sideTop dd {
	width: 100%;
	height: 45px;
	line-height: 45px;
	padding-left: 10px;
	border-bottom: 1px solid #e1e1e1;
}

.main .sidebar .sideTop dl dt {
	font-size: 18px;
}

.main .sidebar .sideTop dl .now a {
	color: #e60717;
}

.main .sidebar .sideTop dl .now em {
	font-size: 20px;
	float: right;
}

.main .sidebar .sideTop dl dd:last-child {
	border-bottom: 0;
}

.main .sidebar .sideBottom {
	margin-top: 40px;
	width: 100%;
	/* height: 368px; */
	border: 1px solid #e1e1e1;
}

.main .sidebar .sideBottom dl {
	width: 100%;
	padding: 15px;

	text-align: justify;
	line-height: 2;
}

.main .sidebar .sideBottom dl dt {
	font-size: 18px;
	margin-bottom: 22px;
}

.main .sidebar .sideBottom p img {
	margin-left: 10px;
}

.main .sidebar .sideBottom p span {
	margin-left: 10px;
	font-size: 16px;
	font-weight: 700;
}

/*右内容*/
.main .content {
	float: right;
	width: 79%;
}

.main .content img {
	max-width: 100%;
	height: auto;
}

.main .content h2 {
	font-size: 18px;
	font-weight: normal;
	height: 32px;
	border-bottom: 1px solid #e1e1e1;
}

/*走进佰辰*/
.main .content .zoujin p {
	text-indent: 2em;
	margin-top: 20px;
}

.main .content .zoujin img {
	margin-top: 20px;
}

.main .content .zoujin p span {
	color: #e60717;
}

/*生产车间*/
.main .content .chejian {
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.main .content .chejian li {
	float: left;
	/* margin: 30px 42px 0 0; */
	width: 49%;
}

.main .content .chejian li img {
	width: 100%;
	height: auto;
}

.main .content .chejian li p {
	text-align: center;
	line-height: 3;
}

/*客户服务*/
.main .service h3 {
	font-size: 15px;
	text-align: center;
	font-weight: 700;
	margin: 30px 0;
}

.main .service img {
	display: block;
	margin: 20px auto;
	display: block;
}

/*客户分布*/
.main .place img {
	display: block;
	margin: 30px auto 0;
}

@media screen and (max-width:1080px) {
	.main .sidebar {
		width: 30%;
	}

	.main .content {
		width: 69%;
	}
}


@media screen and (max-width:768px) {
	.main .sidebar {
		width: 35%;
	}

	.main .content {
		width: 64%;
	}
}

@media screen and (max-width:500px) {
	.main .sidebar-content {
		flex-wrap: wrap;
	}

	.main .sidebar,
	.main .content {
		width: 100%;
	}

}