@charset "utf-8";


.page-banner{
	width: 100%;
	min-width:1380px;
	background: #eee;
}
.page-banner ul{
	width: 1200px;
	height: 400px;
	margin: auto;
	position: relative;

}
.page-banner .box{
	position: absolute;
	border-radius: 10px;
	bottom: 0;
	color: #fff;
	width: 100%;
	margin-bottom: 30px;
	background-color: rgba(135,25,21, 0.8);
}

.page-banner .blue{
	background-color: rgba(39, 80, 172, 0.8);
}
.page-banner .blue li .s2{
	background: #2750ac;
}

.page-banner .green{
	background-color: rgba(59, 135, 13, 0.9);
}
.page-banner .green li .s2{
	background: #3b870d;
}

.page-banner .box li{
	width: 70%;
	padding: 25px 40px;
	float: left;
	border-bottom: 8px #c6aa18 solid;
	box-sizing: border-box;
	border-radius: 0 0 0 10px;
}
.page-banner .box li:last-child{
	width: 30%;
	float: right;
	padding: 25px 40px;
	text-align: center;
	border-bottom: 8px #93231f solid;
	box-sizing: border-box;
	border-radius: 0 0 10px 0;
}
.page-banner .box .s1{
	display: block;
	font-size: 26px;
	line-height: 50px;
}
.page-banner .box .s2{
	float: right;
	width: 160px;
	font-size: 26px;
	line-height: 40px;
	background: #871915;
	display: block;
	padding: 10px 0px;
	border-radius:10px;
	box-sizing: border-box;
}


.page-body {
	width: 100%;
	min-width:1380px;
	min-height: 500px;
	font-size: 14px;
	color:#666;
	line-height: 24px;
	box-sizing: border-box;
}

.page-body ul{
	width: 100%;
	margin: auto;
	overflow: auto;
	padding: 30px 0;
}

/* 将偶数行的背景颜色设置为浅灰色 */
.backs ul:nth-child(even) {
	background-color: #f2f2f2; 
}

/* 将偶数行的边框加上装饰线 */
.line ul{
	width: 1200px;
}
.line ul:nth-child(even) {
	border-bottom: 1px #ddd dashed;
	border-top: 1px #ddd dashed;
}

/*图片容器样式*/
.img{
	display: block;
	background: #ccc;
	border-radius: 8px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100vh;
	min-height: 50px;
	min-width: 50px;
	/*max-height: 260px;*/
	/*margin:0 20px;*/
	float: left;
}

/*栅格样式*/

.row{
	width: 100%;
	max-width: 1200px;
	box-sizing: border-box;
	margin: auto;
	display: flex;
	overflow: auto;
}
.row ul{
	width: 100%;
}
.row li{
	flex:1;
	margin-right: 30px;
}

.row li:last-child{
	margin-right: 0;
}




.row table{
	border-left:#ddd 1px solid;
	border-top:#ddd 1px solid;
}
.row table thead tr td{
	background: #eee;
	border-right:#ddd 1px solid;
	padding: 10px 10px;
}

.row table tr td{
	border-bottom:#ddd 1px solid;
	border-right:#ddd 1px solid;
	padding:6px 12px;
}


/*标签样式*/
.label{
	width: 100%;
	height: 60px;
	max-width: 1200px;
	box-sizing: border-box;
	margin: auto;
	overflow: auto;
	margin-bottom: 40px;
}
.label i{
	border-bottom: #ccc 1px solid;
	width: 100%;
	display: block;
	position: relative;
	bottom: -20px;

}
.label .cn{
	color: #871915;
	font-size: 20px;
	font-weight: bold;
	border-bottom: #871915 3px solid;
	padding-bottom: 18px;
	padding-right: 10px;
	position: relative;
	z-index: 1;
}
.label .en{
	color: #ddd;
	font-size: 20px;
	padding-bottom: 18px;
	position: relative;
	z-index: 1;
}
.label a{
	border: #ddd 1px solid;
	padding: 1px 12px;
	float: right;
	border-radius: 4px;
	position: relative;
	z-index: 1;
	top: -24px;
	display: block;
	color: #999;
}
.label a:hover {
	color: #fff;
	background: #871915;
	border: #871915 1px solid;
}


