@charset "utf-8";

.page-banner{
	width: 100%;
	min-width:1380px;
	height: 240px;
	background:#eee;
	display: flex;
	align-items: center;
	justify-content: center; 
}
.bg{
	background:url('../images/bg.png');
}
.bg1{
	background:url('../images/bg1.png');
}
.bg2{
	background:url('../images/bg2.png');
}
.bg3{
	background:url('../images/bg3.png');
}
.bg4{
	background:url('../images/bg4.png');
}
.bg5{
	background:url('../images/bg5.png');
}
.bg6{
	background:url('../images/bg6.png');
}
.bg7{
	background:url('../images/bg7.png');
}




/* 文章标题样式*/
.page-banner .title{
	width: 1000px;
	margin: auto;
	text-align: center;
}
.page-banner .title span{
	color:#fff;
	font-size: 28px;
	line-height: 34px;
	text-align: center;
	padding:5px 30px;
}
.page-banner .title p{
	color:#fff;
	font-size: 16px;
	margin-top: 10px;
	line-height: 40px;
	font-weight: 100;
	text-align: center;
	display: block;
	border-top: #ddd 1px solid;
}


/*---------------------------------*/


.page-banner .text{
	width: 500px;
	margin: auto;
	text-align: center;
}
.page-banner .text span{
	color:#fff;
	font-size: 32px;
	font-weight: bold;
	/*line-height: 50px;*/
	text-align: center;
	border-bottom: #eee 1px solid;
	padding:10px;
	/*display: block;*/
}
.page-banner .text p{
	color:#fff;
	font-size: 20px;
	/*line-height: 40px;*/
	/*font-weight: bold;*/
	text-align: center;
	display: block;
	margin-top: 20px;
}


/*---------------------------------*/


.page-nav{
	width: 100%;
	min-width:1380px;
	border-bottom: #ddd 1px solid;
	text-align: center;
}
.page-nav a{
	padding:6px 20px;
	line-height: 60px;
	font-size: 16px;
	margin: 0 4px;
}
.page-nav a:hover{
	background: #eee;
	border-radius: 20px;
}


/*---------------------------------*/

.page-body {
	width: 100%;
	min-width:1380px;
	min-height: 500px;
	font-size: 16px;
	color:#666;
	line-height: 28px;
	box-sizing: border-box;
	padding: 60px 0 80px 0;
}


.page-body ul{
	width: 100%;
	margin: auto;
	overflow: auto;
	/*padding: 70px 0;*/
}

/*---------------------------------*/


/* 将偶数行的背景颜色设置为浅灰色 */
.backs ul:nth-child(even) {
	background-color: #f2f2f2; 
}

/* 将偶数行的边框加上装饰线 */
.line ul{
	border-bottom: 1px #ddd dashed;
}
.line ul:last-child{
	border-bottom:none;
}



/*图片容器样式*/
.page-body .row .img{
	display: block;
	background: #eee;
	border-radius: 8px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 96%;
	height: 100vh;
	min-height: 30px;
	min-width: 30px;
	max-height: 500px;
}


/*---------------------------------*/



/*栅格样式*/

.row{
	width: 100%;
	max-width: 1200px;
	box-sizing: border-box;
	margin: auto;
	
	overflow: auto;
}
.row ul{
	width: 100%;
	display: flex;
	padding: 40px 0;
}
.row li{
	flex:1;
	margin: 0 20px;
}
.row li:last-child i.img{
	float: right;
}




/*---------------------------------*/


.list-block{
	width:100%;
	min-width:1300px;
	overflow:auto;
}
.list-block ul{
	width:1300px;
	margin:auto;
	overflow: auto;
	box-sizing: border-box;
}
.list-block li{
	height:336px;
	width:398px;
	float:left;
	margin:15px 8px 15px 22px;
	background:#FFFFFF;
	border:#eee 1px solid;
	border-radius: 4px;
	box-sizing: border-box;
}
.list-block li i{
	width: 396px;
	height: 200px;
	display: block;
	background-position:center;
	background-size:101%;
	background-repeat:no-repeat;
	border-radius: 4px;
	margin-bottom: 20px;
}
.list-block li p{
	padding:0px 18px;
	/*line-height:50px;*/
	font-size:15px;
	color:#999999;
	/*margin-top: 12px;*/
}
.list-block li h4{
	padding:0 18px;
	color: #666666;
	font-weight: 600;
	font-size: 16px;
}
.list-block li:hover h4,.list-block li:hover p{
	color:#FFFFFF;
}
.list-block li:hover{
	border-bottom:#1aa8b0 160px solid;
	transition:all .3s;
	background-size:108%;
}
.list-block li:hover i{
	transition:all .4s;
	background-size:108%;
	height: 180px;
}

.list-block .paging{
	overflow: auto;
	line-height: 60px;
	text-align: center;
}
.list-block .paging a{
	border:#ccc 1px solid;
	padding:8px 20px;
	border-radius: 4px;
	margin: 0 4px;
}
.list-block .paging a:hover{
	color:#FFFFFF;
	background: #4285f4;
	border:#4285f4 1px solid;
}
.list-block .paging .now_page{
	background: #ccc;
	color:#FFFFFF;
	border:#ccc 1px solid;
}
/*---------------------------------*/


.title{
	font-weight:bold;
	width: 100%;
	display: block;
	margin:20px 0;
	font-size:18px;
	color: #666;

}
.title i{
	width: 80px;
	height: 3px;
	background: #1aa8b0;
	display: block;
	margin-top: 15px;
}


/*---------------------------------*/

.card{
	width: 100%;
	height: 100%;
	max-width: 1200px;
	overflow: auto;
	background: #f8f8f8;
	border-radius: 8px;
	box-sizing: border-box;
	margin: auto;
	
}
.card li{
	float: left;
	box-sizing: border-box;
	overflow: auto;
}
.card li h3{
	margin-bottom: 8px;
	font-size:16px;
	color: #666;
}