*{
	padding: 0;
	margin: 0;
}

ul,li{
	list-style: none;
}


a{
	text-decoration: none;
}


img{
	display: block;
}

body{
	min-width: 1200px;
	margin: 0 auto;
	font-family: 微软雅黑;
}


.index_top {
    width: 100%;
    height: 30px;
    margin: 0 auto;
    background: #0065b2;
    overflow: hidden;
}


.index_top ul{
	width:1200px;
	margin: 0 auto;
}

.index_top ul li{
	line-height: 30px;
	color: #FFF;
	font-size: 14px;
}


.banner{
	width:100%;
	height: 500px;
	background: url(/files/public/banner.jpg) no-repeat center center;
}


.banner_box{
	width:1200px;
	margin: 0 auto;
	position: relative;
}


.banner_box .logo{
	width:520px;
	height: 72px;
	position: absolute;
	left: 0;
	top: 80px;
}


.banner_box .bigfont{
	width:520px;
	height: 72px;
	position: absolute;
	left: 150px;
	top: 180px;
}



.nav{
	width:100%;
	height: 46px;
	background: #f7f7f7;
    border-bottom: #ebebeb 1px solid;
}

.nav ul{
	width:1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}


.nav ul li{
	width:125px;
	line-height: 46px;
	text-align: center;
}

.nav ul li a{
	width:100%;
	height: 46px;
	display: block;
	color: rgb(13, 108, 181); 
	font-size: 18px;
	font-weight: 600;
}

.nav ul li a:hover{
	background: #0b71bf;
	color: #FFF;
}


/*底部*/


.footer{
	width:100%;
	height: 160px;
	background: url(/files/public/footbg.jpg) repeat-x;
	margin-top: 50px;
	display: flex;
	align-items: center;
}


.footer ul{
	width:1200px;
	margin: 0 auto;
}


.footer ul li{
	text-align: center;
	line-height: 32px;
	color: #FFF;
	font-size: 16px;
}

.footer ul li a{
	color: #FFF;
}


.list_name{
	width:230px;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px solid #0b71bf;
	color: #0b71bf;
	font-size: 18px;
	background: url(/files/news/us.png) no-repeat right center;
	margin-top: 10px;
}

.list_lenav{
	width:230px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}


.list_lenav dl{
	width:100%;
	height: 50px;
	background: #b6d0e3;
	margin-bottom: 10px;
	border-radius: 10px;
	display: flex;
	justify-content: flex-start;
}


.list_lenav dl dt{
	width:50px;
	height: 50px;
	background: #0b71bf url(/files/news/left_icon.png) no-repeat;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.list_lenav dl:nth-child(1) dt{
	background-position: 0 0;
}

.list_lenav dl:nth-child(2) dt{
	background-position: 0 -50px;
}

.list_lenav dl:nth-child(3) dt{
	background-position: 0 -100px;
}

.list_lenav dl:nth-child(4) dt{
	background-position: 0 -150px;
}


.list_lenav dl dd{
	width:160px;
}

.list_lenav dl dd a{
	width:100%;
	display: block;
	line-height: 50px;
	text-align: center;
	text-shadow: 0 0 1px #0b71bf;
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
}

.list_lenav dl dd a:hover{
	color: #F00;
}


.list_lxwm{
	width:230px;
	margin: 0 auto;
	margin-top: 10px;
}

.list_lxwm ul{
	width:auto;
}

.list_lxwm ul li{
	width:auto;
	line-height: 30px;
	margin-bottom: 10px;
}




