@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	font-family: 微软雅黑;
}
.w1200{
	width:1200px;
	margin:0 auto;
}
.head{
	background:url(../images/headbg.png) top center no-repeat;
	height: 270px;
}
.head h1{
	text-align:center;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 5px;
	line-height: 270px;
}
.nav ul{
	width:100%;
	border-bottom:1px solid #dfdfdf;
	overflow: hidden;
	text-align: center;
}
.nav ul li{
	display: inline-block;
    margin: 0 40px;
}
.nav ul li a{
	display:block;
	line-height: 60px;
	font-size: 25px;
	color: #333;
	text-align: center;
	padding: 0px 20px;
}
.nav ul li a.active{
	color: #164fda;
	border-bottom: 3px solid #164fda;
}
.main{
	padding:80px 0;
}
.jslc ul{
	margin:0 50px 0px;
	overflow:hidden;
	position: relative;
}
.jslc ul::after{
	content:"";
	width:10px;
	height: calc(100% - 120px);
	position: absolute;
	top:0;
	left: 50%;
	background: #164fda;
	margin-left:-5px;
	margin-top: 10px;
}
.jslc ul li{
	width:575px;
	margin-bottom:20px;
	float:left;
}
.jslc ul li::after{
	content:"";
	clear: both;
	overflow: hidden;
	display: block;
}
.jslc ul li a img{
	width:200px;
	box-shadow: 6px 6px 0px #164fda;
	float: left;
	margin-right: 20px;
	position: relative;
    z-index: 1;
}
.jslc ul li .txt{
	position:relative;
}
.jslc ul li .txt span{
	font-weight:bold;
	color: #002248;
	display: block;
	text-align: left;
	border-bottom: 1px solid #164fda;
	padding-bottom:8px;
	font-size: 18px;
}
.jslc ul li .txt a{
	color: #333;
	display: block;
	font-size: 18px;
	margin-top: 10px;
    margin-right: 50px;
	text-align: left;
text-indent: 2em;
}
.jslc ul li:hover .txt a{
	color: #164fda;
}
.jslc ul li .txt img{
	position: absolute;
	right: 0px;
	top: 5px;
	width: 50px;
	height: 50px;
	z-index: 1;
}

.jslc ul li.right{
	float:right;
}
.jslc ul li.right a img{
	float: right;
	margin-right: 6px;
	margin-left: 20px;
}
.jslc ul li.right .txt span{
	text-align: right;
}
.jslc ul li.right .txt a{
	text-align: left;
	margin-left: 56px;
}
.jslc ul li.right .txt img{
	right:auto;
	left: 0px;	
}

.jsxgt{
	background:url(../images/jsbg.png) repeat center bottom;
}
.jsxgt ul{
	margin:0px 50px;
}
.jsxgt ul li{
	background: #fff;
	box-shadow: 0px 0px 10px #999;
	overflow: hidden;
	margin-bottom:35px;
}
.jsxgt ul li img{
	float: left;
	width:500px;
}
.jsxgt ul li .txt{
	float:left;
	padding:50px;
}
.jsxgt ul li .txt p{
	font-size: 20px;
	line-height: 200%;
	color: #333;
}

.xygxb table{
	margin: 0 auto;
	width: 1100px;
	border-collapse: collapse;
}
.xygxb table tr td{
	border:1px solid #dfdfdf;
	text-align: center;
	line-height: 50px;
}
.xygxb table tr:nth-child(2n-1){
	background:#f1f5fd;
}
.xygxb table tr.title td{
	background:#164fda;
	color: #fff;
}

.nry h2{
	border-bottom:1px solid #dfdfdf;
	line-height: 60px;
	font-size: 25px;
	color: #164fda;
	text-align: center;
	font-weight: normal;
}
.nry{
	margin:0 50px;
}
.nry .title{
	font-size:20px;
	border-left:5px solid #164fda;
	padding-left:20px;
	line-height: 50px;
	background: url(../images/titbg.png) left center no-repeat;
}
.nry .cont{
	margin:20px 0px 30px;
}
.nry .cont p{
	font-size:18px;
	text-align: left;
	text-indent: 2rem;
}
.nry .cont img{
	display:block;
	margin:0 auto;

}
.nry .cont1{
	margin:20px 0px 30px;
}
.nry .cont1 img{
	display:block;
	margin:0 auto;
width:80%;
}