@charset "utf-8";

/* CSS Document */
/*产线配置*/
.banner {
	/* height: 200px; */
	/* background: url(../img/line/banner.jpg) center no-repeat; */
}

.main .title p {
	text-align: right;
	color: #666;
	margin-top: 20px;
	margin-bottom: 10px;
}

.main h2 {
	font-size: 20px;
	color: #e6404c;
	padding-bottom: 10px;
	border-bottom: 1px solid #a2a2a2;
}

.main .main-left-right {
	display: flex;
	justify-content: space-between;
}

.main-left {
	width: 22%;
	float: left;
	margin-top: 30px;
	border-bottom: 1px solid #a2a2a2;
}

.main-left .main-left-nav {
	border: 0;
	padding: 0;
	margin: 0;
}

.main-left .main-left-nav li {
	text-align: center;
	width: 100%;
	height: 60px;
	margin-bottom: 10px;
	background-color: #0f74c4;
}

.main-left .main-left-nav li.onbg {
	background-color: #e6404c;
}

.main-left .main-left-nav li a {
	width: 100%;
	line-height: 60px;
	color: #fff;
	font-size: 16px;
	display: block;
}

.main h3 {
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #e6404c;
}

.main-left h4 {
	background-color: #0f74c4;
	margin-bottom: 10px;
}

.main-left h4 a {
	width: 260px;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	text-align: center;
	color: #fff;
	display: block;
	font-weight: normal;
}

.main-left ul {
	margin-top: -10px;
	border-left: 1px solid #a2a2a2;
	border-right: 1px solid #a2a2a2;
	padding: 10px;
	overflow: hidden;
}

.main-left ul li {
	float: left;
	width: 119px;
}

.main-left ul li p {
	line-height: 1.8;
}

.main-left ul li p a {
	color: #555;
}

.main-left ul li p a:hover {
	color: #0f74c4;
}

.main-left .main-left-list li {
	float: none;
	width: 200px;
}

.main-right {
	margin-top: 30px;
	float: right;
	width: 76%;
}

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

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

.main-right ul li {
	float: left;
	margin-bottom: 10px;
	width: 24%;
}

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

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

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

.main-right ul li p {
	text-align: center;
	line-height: 2;
	font-size: 16px;
}

/*详情*/
.main-right .main-right-news h2 {
	font-size: 20px;
	font-weight: normal;
	line-height: 2;
	color: #e6404a;
	text-align: center;
	border: 0;
}

.main-right .main-right-news h2 span {
	font-size: 14px;
	color: #666;
	display: block;
}

.main-right .main-right-news p {
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 2;
}

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

.main-right .main-right-news p a {
	color: #e6404a;
}

.table table {
	width: 100%;
}

.table table tr {
	line-height: 3;
}

.table table tr td,
.table table tr th {
	text-align: center;
}

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

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

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


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

	.main .main-left-right {
		flex-direction: column;
	}

	.main-left .main-left-nav {
		/* display: inline; */
		justify-content: space-between;
		white-space: nowrap;
		overflow: scroll;
	}

	.main-left {
		width: 100%;
	}

	.main-left .main-left-nav li {
		width: 50%;
		display: inline-block;
		float: none;
	}

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