@charset "utf-8";

/* CSS Document */
.main {
	max-width: 1180px;
	margin: 0 auto;
}

.main h3 {
	font-size: 14px;
	font-weight: normal;
	text-align: right;
	line-height: 55px;
}

/*产品中心*/
.main .pro-list {
	max-width: 1178px;
	padding-top: 18px;
	margin-bottom: 30px;
	overflow: hidden;
	border: 1px solid #e1e1e1;
}

.main .pro-list h2 {
	color: #182133;
	margin: 0 0 18px 28px;
}

.main .pro-list ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;

}

.main .pro-list ul li {
	float: left;
	width: 22%;
	text-align: center;
	/* margin: 0 0 20px 28px; */
}

.main .pro-list ul li img {
	max-width: 100%;
	height: auto;
}

.main .pro-list ul li:last-child:nth-child(4n-1) {
	margin-right: calc(22% + 12% / 4);
}

.main .pro-list ul li:last-child:nth-child(4n-2) {
	margin-right: calc(44% + 24% / 4);
}

.main .pro-list ul li p {
	text-align: center;
	line-height: 3;
}

/*产品详情*/
.main .con-left-right {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.main .con-left {
	width: 78%;
	padding: 14px 20px 0 20px;
	margin-bottom: 30px;
	overflow: hidden;
	float: left;
	border: 1px solid #e1e1e1;
}

.main .con-left h2 {
	color: #182133;
	margin-bottom: 18px;
}

.main .con-left .slideShow-jianjie {
	display: flex;
	justify-content: space-between;
}

.main .con-left .slideShow {
	width: 52%;
	/* height: 340px; */
	float: left;
	border: 1px #eee solid;
	position: relative;
	overflow: hidden;
}

.main .con-left .slideShow ul {
	width: 1000px;
	position: relative;
}

.main .con-left .slideShow ul li {
	float: left;
	width: 460px;
}

.main .con-left .slideShow .showNav {
	position: absolute;
	right: 10px;
	bottom: 5px;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
}

.main .con-left .slideShow .showNav span {
	cursor: pointer;
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	background: rgba(0, 0, 0, 0.5);
	margin-left: 2px;
	color: #fff;
}

.main .con-left .slideShow .showNav .active {
	background: rgba(0, 0, 0, 0.8);
}

.main .con-left .jianjie {
	width: 46%;
	/* height: 340px; */
	float: right;
	margin-left: 20px;
	overflow: hidden;
	position: relative;
}

.main .con-left .jianjie p {
	line-height: 2;
}

.main .con-left .jianjie span {
	/* position: absolute; */
	display: block;
	width: 200px;
	height: 46px;
	text-align: center;
	background: #e60717;
	left: 0;
	bottom: 0;
}

.main .con-left .jianjie p span a {
	font-size: 16px;
	line-height: 46px;
	font-weight: 700;
	color: #fff;
}

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

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

.main .con-left .pro-con .table-scroll {
	width: 100%;
	overflow: scroll;
}

.main .con-left .pro-con .table-scroll::-webkit-scrollbar {
	display: none;
}

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

.main .con-left .pro-con p img {
	margin: 0 auto;
	display: block;
	max-width: 100%;
	height: auto;
}

/*技术参数*/
.main .con-left .pro-con table {
	text-align: center;
	margin: 0 auto 30px;
	padding-top: 10px;
	border-collapse: collapse;
	color: black;
	font-size: 12px;
}

.main .con-left .pro-con table td {
	border: 1px white solid;
	text-align: center;
}

.main .con-left .pro-con table tr:nth-child(2n+1) {
	background-color: #eee;
}

.main .con-left .pro-con table .red td {
	background-color: #e60717;
	color: white;
	font-size: 14px;
	font-weight: bold;
}

.main .con-left .pro-con table .red2 {
	background-color: #e60717;
	color: white;
	font-size: 14px;
	font-weight: bold;
}

/*留言*/
.main .con-left .pro-con .message p {
	width: 100%;
	font-size: 16px;
	float: right;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
}

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

.main .con-left .pro-con .message input {
	width: 86%;
	height: 40px;
	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: 86%;
	margin-left: 15px;
	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;
	text-align: center;
}

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

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

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

.main .con-right h2 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;
}

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

@media screen and (max-width:1080px) {
	.main .con-left-right {
		flex-wrap: wrap;
	}

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

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

	.main .con-left .slideShow {
		width: 44%;
		flex: 1;
	}

	.main .con-left .jianjie {
		width: 54%;
	}

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

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

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

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

	/* .main .pro-list ul li:last-child {
		margin: 0 !important;
	} */

	.main .pro-list ul li:last-child:nth-child(3n-1) {
		margin-right: calc(32% + 4%/3)
	}

	.main .pro-list ul li:last-child:nth-child(3n-2) {
		margin-right: calc(64% + 8%/3)
	}

	.main .con-left .slideShow-jianjie {
		flex-wrap: wrap;
	}

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

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

}

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

	.main .pro-list ul li:last-child:nth-child(2n) {
		margin-right: 0;
	}

	.main .pro-list ul li:last-child:nth-child(2n-1) {
		margin-right: calc(49% + 2%);
	}

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