.nav .nav-list .navli1 a{
	color:#2e6db1!important;
	font-weight: bold;
}
.spt{
	width: 100%;
	background: #6f6f6f;
}
.special{
	width: 62.5%;
	margin: 0 auto;
	min-width: 970px;
	margin-top: 10px\0;
}
.special ul{
	width: 100%;
	margin-bottom: 2.5rem;
	overflow: hidden;
}
.special ul li{
	width:24.9%;
	float:left;
	text-align: center;
	border-right: 1px solid #8e8e8e;
}
.special ul li h1{
	font-size: 36px;
	font-weight: 500;
	margin-top: 20px;
    margin-bottom: 18px;
    color:#FFF;
}
.special ul li p{
	margin:0 0 10px;
	color: #FFF;
}
.indexshow{
	width: 100%;
	background: #FFF;
}
.indexshow .show{
	width: 60.625%;
	min-width: 970px;
	margin: 0 auto;
	overflow: hidden;
}
.indexshow .show ul{
	overflow: hidden;
}
.indexshow .show ul li{
	float: left;
	width: 45%;
	padding: 30px 0;
}
.indexshow .show ul li img{
	display: block;
	margin: 0 auto;
}
.indexshow .show ul li .bt{
	font-size: 25px;
	font-family:"Microsoft YaHei";
	color: #333333;
	margin-bottom:10px;
}
.indexshow .show ul li .st{
	width: 500px;
	font-size: 18px;
	margin-bottom:20px;
	color: #666666;
}
.indexshow .show ul li .nc{
	font-size: 14px;
	color:#999999;
	margin-bottom: 15px;
}
.indexshow .show ul li .nc1{
	font-size: 14px;
	color:#999999;
	margin-bottom: 15px;
}
.indexshow .show ul li .nc2{
	font-size: 14px;
	color:#999999;
	margin-bottom: 20px;
}
.indexshow .show .jumpbtn{
	display: block;
	width: 150px;
    height: 40px;
	background:#2e6db1;
	border-radius: 8px;
	color:#FFF;
	text-align: center;
	line-height: 40px;
}
.indexshow1{
	width: 100%;
}
.indexshow1 .show{
	width: 60.625%;
	min-width: 970px;
	margin: 0 auto;
}
.indexshow1 .show ul li{
	float: left;
	width: 45%;
	padding: 30px 0;
}
.indexshow1 .show ul li img{
	width: 100%;
	height: 313px;
}
.indexshow1 .show ul li p{
	margin-left: 47.391px;
}
.indexshow1 .show ul li .bt{
	font-size: 25px;
	font-family:"Microsoft YaHei";
	color: #333333;
	margin-bottom:10px;
}
.indexshow1 .show ul li .st{
	width: 470px;
	font-size: 18px;
	margin-bottom:20px;
	color: #666666;
}
.indexshow1 .show ul li .nc{
	width: 400px;
	font-size: 14px;
	color:#999999;
	margin-bottom: 15px;
}
.indexshow1 .show ul li .nc1{
	font-size: 14px;
	color:#999999;
	margin-bottom: 15px;
}
.indexshow1 .show ul li .nc2{
	font-size: 14px;
	color:#999999;
	margin-bottom: 20px;
}
.indexshow1 .show .jumpbtn{
	display: block;
	width: 150px;
    height: 40px;
	background:#2e6db1;
	border-radius: 8px;
	color:#FFF;
	text-align: center;
	line-height: 40px;
	margin-left: 47.391px;
}

.message{
	width: 62.5%;
	min-width: 1024px;
	margin: 0 auto 10px;
	overflow: hidden;
}
.message h1{
	margin-bottom: 30px;
}
.message h1 .showmore{
	float: right;
	font-size: 18px;
	line-height: 42px;
	color: #000000;
}
.pic{
	margin-top: 10px;
}
.pic ul{
	flex-wrap: wrap;
	margin: 0 auto;
	overflow: hidden;
}
.pic ul li{
	width: 24%;
	margin-right: 1%;
	margin-bottom: 1%;
	height: 289px;
	float: left;
	position: relative;
}

.pic ul li img{
	float:left;
	width: 100%;
	height: 100%;
}
.pic ul li div{
	display: block;
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	height: 15%;
	background: #000;
    font-weight: 500;
    opacity: 0.4;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40)\0;
}
.pic ul li p{
	position: absolute;
	bottom:10px;
	left:0;
	width: 100%;
	color: #FFF;
	text-align:center;
	font-size: 20px;
    font-weight: 500;
}
@media only screen and (max-width:1593px){
	.special ul li{
		width:49%;
		float:left;
		text-align: center;
	}
}