/*公用部分*/

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:link {
	color: #000000;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "微软雅黑";
	background: #F4F4F4;
}

li {
	list-style: none;
}

a {
	color: #000000;
	text-decoration: none;
}

.main {
	width: 1000px;
	margin: auto;
	z-index: 99;
	position: relative;
	overflow: hidden;
}

.co_title{
	text-align: center;
}

.co_title i {
	color: #305C9B;
	font-size: 28px;
	font-weight: bold;
	font-style: normal;
	display: block;
	text-align: center;
}

.co_title span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999999;
	font-style: oblique;
	font-weight: normal;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	text-align: center;
	margin-top:5px;
}


/*公用部分*/


/*头部*/

.header {
	overflow: hidden;
	padding-top: 30px;
}

.logo {
	float: left;
	width: 166px;
	height: 55px;
}

.logo img {
	display: block;
	width: 100%;
	height: 100%;
}

.nav {
	float: right;
	height: 55px;
	padding-top: 15px;
}

.nav a {
	font-size: 16px;
	margin: 0 15px;
	color: #000000;
}

.nav a:hover {
	/*color: #fff;*/
	text-decoration: underline;
}

.top_box {
	width: 100%;
	height:760px;
	background: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	background-size: cover;
}


/*底部*/

.bottom_box {
	font-size: 14px;
	margin-top: 20px;
	padding-bottom: 20px;
}

.bottom_box .main {
	overflow: hidden;
	padding: 15px;
	box-sizing: border-box;
}

.bottom_box .w_l {
	float: left;
	width: 530px;
	text-align: right;
}

.bottom_box .link a {
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #000000;
}

.bottom_box .link a:hover {
	text-decoration: underline;
}

.bottom_box .link a:last-child {
	margin-right: 0;
	border-right: none;
}

.bottom_box .copyright {
	margin-top: 3px;
}

.bottom_box .beian {
	margin-top: 3px;
}

.bottom_box .beian a {
	margin-right: 10px;
}

.bottom_box .beian a:last-child {
	margin-right: 0;
}

.bottom_box .beian a:hover {
	text-decoration: underline;
}

.bottom_box .p_r {
	float: right;
	width: 400px;
	text-align: left;
	margin-top: 10px;
}

.bottom_box .p_r img {
	margin-right: 20px;
}


/*底部*/


/*内容*/
.content_box {
	margin-top:20px;
}

.content_box .main{
	background: #FFFFFF;
}

/*新闻*/

.news_box{
	overflow: hidden;
}

.news_box ul li{
	padding:20px;
	border-top:1px dashed grey ;
	overflow: hidden;
}

.news_box ul li:nth-child(1){
	border-top: none;
}



.news_box .l_p{
	float: left;
	width:404px;
	height: 253px;
	position: relative;
}

.l_p img{
	display: block;
	width:100%;
	height: 100%;
	object-fit: cover;	
}

.l_p p{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height:30px;
	line-height: 30px;
	background: rgba(0,0,0,0.5);
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
}


.l_p p a{
	color: #FFFFFF;
}

.l_p p a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}


.r_w {
	float: right;
	width: 475px;
    text-indent: 24px;
    margin-right: 20px;
    display: inline;
    line-height: 24px;
}

.r_w h2{
	font-weight: normal;
	text-align: center;
}

.r_w h2 a{
	font-size: 18px;
    color: #2c2c2c;
    font-family: "微软雅黑","宋体";
    font-weight: normal;
    
}


.r_w  p{
	text-indent: 24px;
    color: #646464;
    padding-top: 6px;
    font-size: 14px;
    line-height: 32px;
}

.s_cont a{
	font-size: 12px;
    color: #F00;
    margin-left:30px;
}


/*新闻*/



/*内容*/