@charset "utf-8";

/* CSS Document */
/*案例、加工*/
.main {
	max-width: 1180px;
	margin: 0 auto;
}

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

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

.main h2 {
	width: 150px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	font-weight: normal;
	background: #d0d0d0;
	color: #fff;
	text-align: center;
	display: inline-block;
	margin-right: 54px;
	cursor: pointer;
}

.main h2 a {
	color: #fff;
}

.main .con-left-right {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}

.main .case {
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.main .case:after {
	content: '';
	width: 50%;
	height: 0;
	display: block;
}

.main .case li {
	float: left;
	width: 24%;

}

.main .case li img {
	width: 100%;
}

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

/*客户案例详情*/
.main h4 {
	font-size: 18px;
	text-align: center;
}

.main p {
	text-align: justify;
	margin: 30px 0;
}

.main p img {
	display: block;
	margin: 0 auto;
}

/*物料加工详情*/
.main .con-left {
	width: 79%;
	padding: 14px 20px 0 20px;
	margin-bottom: 30px;
	overflow: hidden;
	float: left;
	border: 1px solid #e1e1e1;
}

.main .con-left h3 {
	color: #182133;
	margin: 0 0 18px 0;
	font-size: 22px;
	text-align: left;
	font-weight: 700;
}

.main .con-left .pro-con {
	padding-top: 10px;
	width: 100%;
	overflow: hidden;
}

.main .con-left .pro-con h3 {
	width: 130px;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 20px;
	text-align: center;
	color: #fff;
	background: #e60717;
}

.main .con-left .pro-con p {
	margin-bottom: 20px;
	line-height: 2;
	text-indent: 2em;
}

.main .con-left .pro-con p img {
	margin: 0 auto;
	display: block;
}

/*留言*/
.main .con-left .pro-con .message p {
	font-size: 16px;
	float: right;
	margin-bottom: 30px;
	text-indent: 0;
	width: 100%;
}

.main .con-left .pro-con .message span {
	color: #e60717;
	font-size: 16px;
}

.main .con-left .pro-con .message input {
	width: 85%;
	height: 40px;
	float: right;
	margin-left: 10px;
	padding-left: 10px;
	border: 1px solid #7e7e7e;
	font-size: 14px;
	font-family: "Microsoft YaHei";
}

.main .con-left .pro-con .message input:focus {
	outline: none;
	border-color: #aaa;
	box-shadow: 0 0 6px #aaa;
}

.main .con-left .pro-con .message textarea {
	width: 85%;
	padding: 6px 0 0 10px;
	border: 1px solid #7e7e7e;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	resize: none;
	float: right;
}

.main .con-left .pro-con .message textarea:focus {
	outline: none;
	border-color: #aaa;
	box-shadow: 0 0 6px #aaa;
}

.main .con-left .pro-con .message .button {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 30px;
}

.main .con-left .pro-con .message .button input {
	width: 120px;
	border: 0;
	background: #e60717;
	text-align: center;
	color: #fff;
	font-size: 16px;
	/* margin-left: 150px; */
	cursor: pointer;
	font-weight: 700;
}

/*右部相关*/
.main .con-right {
	width: 20%;
	float: right;
	border: 1px solid #e1e1e1;
}

.main .con-right h3 {
	width: 100%;
	margin: 0 auto 18px;
	font-size: 16px;
	text-align: left;
	line-height: 50px;
	font-weight: normal;
	color: #e60717;
	border-bottom: 1px solid #e1e1e1;
}

.main .con-right h3 span {
	font-size: 14px;
	float: right;
}

.main .con-right ul {
	margin: 0 auto;
	width: 200px;
}

.main .con-right ul li {
	margin-bottom: 20px;
}

.main .con-right ul li p {
	text-align: center;
	line-height: 2;
	margin: 0;
}

.main .con-right .news li {
	font-size: 12px;
	margin-bottom: 10px;
}

@media screen and (max-width:1080px) {
	.main .con-left {
		width: 70%;
	}

	.main .con-right {
		width: 29%;
	}
}

@media screen and (max-width:768px) {
	.main .case li {
		width: 32%;
	}

	.main .con-left,
	.main .con-right {
		width: 100%;
	}

	.main .con-right ul {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.main .con-right ul li {
		width: 49%;
	}

	.main .con-right ul li img {
		width: 100%;
	}
}


@media screen and (max-width:500px) {
	.main .case li {
		width: 49%;
	}

	.main>div {
		display: flex;
		justify-content: space-between;
	}

	.main h2 {
		margin-right: 0;
	}

	.main .con-right ul li {
		width: 100%;
	}
}