﻿*{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	-webkit-tap-highlight-color:transparent;
	box-sizing: border-box;
}
body{
	background: url(../image/body_bg.jpg) no-repeat;
	background-size: 100%;
}
.main{
	width: 1200px;
	margin: 0 auto;
}
header ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 80px;
}
header ul li h1{
	font-size: 28px;
	color: #195482;
}
header ul li span{
	font-size: 16px;
	margin-top: 10px;
	color: #195482;
}
header ul li p{
	font-size: 22px;
	color: #195482;
}header ul li p:last-child{
	margin-top: 10px;
}
header ul li a{
	float: right;
	display: block;
}
.search{
	width: 100%;
	float: right;
	margin-top: 10px;
}
.search input{
	width: 295px;
	height: 38px;
	border: 1px solid #dadada;
	float: right;
	outline: none;
	padding-left: 20px;
}
.search button{
	width: 52px;
	height: 38px;
	border: none;
	background: url(../image/search.png);
	background-size: 100%;
	float: right;
}
nav{
	background-color: #195482;
	overflow: hidden;
	margin-top: 20px;
}
nav a{
	display: block;
	float: left;
	line-height: 44px;
	margin: 0 54px;
	color: #fff;
}
.content{
	margin-top: 20px;
	padding: 16px;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.content_left ul li{
	width: 278px;
	height: 78px;
	background-color: #f2f2f2;
	margin-bottom: 16px;
}
.content_left ul li img{
	float: left;
}
.content_left ul li a{
	font-size: 20px;
	line-height: 78px;
	color: #195482;
	display: inline-block;
	float: left;
	margin-left: 20px;
}
.ks{
	width: 278px;
	height: 155px;
	background-color: #4fa1d9;
	margin-top: 16px;
	padding: 5px 10px;
}
.ks span{
	width: 100%;
	border-bottom: 1px solid #fff;
	line-height: 45px;
	display: block;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 8px;
}
.ks a{
	color: #d30000;
	display: block;
	text-align: center;
	line-height: 28px;
}
.content_right_1{
	overflow: hidden;
}
.content_right_1 img{
	float: left;
	display: block;
}
.gonggao{
	float: left;
	margin-left: 12px;
}
.content_right{
	width: 873px;
}
.content_right h2{
	color: #195482;
}
.gonggao ul{
	overflow: hidden;
}
.gonggao ul li{
	display: flex;
    /* justify-content: center; */
    align-items: center
}
.gonggao ul li a{
	color: #333;
	line-height: 39px;
	display: block;
	margin-left: 10px;
}
.active{
	color: #c00202 !important;
}
.zhidao h2,.diqu h2{
	margin-top: 20px;
}
.zhidao ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}
.zhidao ul li {
	width: 280px;
	height: 209px;
	border: 1px solid #e2e2e2;
	padding: 5px 14px;
}

.zhi_t{
	height: 60px;
	display: flex;
    /* justify-content: center; */
    align-items: center;
    border-bottom: 1px solid #e2e2e2;
}
.zhi_t span{
	margin-left: 20px;
}
.zhidao ul li p{
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
	margin-top: 10px;
}
.zhidao ul li > a{
	float: right;
	margin-top: 6px;
	color: #333;
	text-decoration: underline;
}
.fuwu{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fuwu a{
	width: 119px;
	line-height: 31px;
	color: #333;
	background-color: #eee;
	display: block;
	margin-top: 12px;
	text-align: center;
}
.diqu ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.diqu ul li {
	width: 70px;
}
.diqu a{
	width: 70px;
	line-height: 36px;
	display: block;
	background-color: #eee;
	color: #333;
	text-align: center;
	margin-top: 20px;
}
.xinxi{
	width: 100%;
	height: 129px;
	background-color: #195482;
	margin-top: 16px;
	padding: 20px;
}
.xinxi p{
	color: #fff;
	line-height: 40px;
	font-size: 20px;
}
.youqing{
	width: 100%;
	height: 57px;
	background-color: #f2f2f2;
	display: flex;
	align-items: center;
	padding: 0 20px;
	margin-top: 20px;
}
.youqing span{
	color: #195482;
}
.youqing img{
	width: 147px;
	margin-left: 20px;
}
.youqing a{
	width: 238px;
	line-height: 30px;
	color: #333;
	font-size: 20px;
	border: 1px solid #e2e2e2;
	text-align: center;
	margin-left: 20px;
}
footer{
	line-height: 100px;
	text-align: center;
}
.nr_fixed{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	top: 0;
	/*left: 0;*/
}
.nr_fixed div{
	width: 863px;
	width: 863px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.nr_fixed div img{
	display: block;
	vertical-align: middle;
	width: 100%;
}
.nr_fixed .nr_close{
	width: 30px;
	position: absolute;
	top: 12px;
	right: 22px;
}