/*公用部分*/

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:link {
	color: #000000;
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "微软雅黑";
	background-color: #F8F8F8;
	position: relative;
}

li {
	list-style: none;
}

a {
	color: #000000;
	text-decoration: none;
}

.main {
	width: 1200px;
	margin: auto;
	z-index: 99;
	position: relative;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clear {
	clear: both;
}

.clearfloat {
	zoom: 1
}



.bk1_wrap {
	background: #FFFFFF;
	width: 1000px;
	margin: 20px auto 0;
	padding: 20px 20px 5px 20px;
	border-radius: 10px;
	position: relative;
	z-index: 9;
}

.bk2_wrap {
	width: 1040px;
	margin: 20px auto 0;
}

.content_wrap {
	position: relative;
	z-index: 9;
}


/*公用部分*/


/*头部*/
.header{
	width:1400px;
	margin: auto;
	overflow: hidden;
	background: #FFFFFF;
	padding-top:15px;
	padding-bottom:5px;
}

.logo{
	float: left;
}

.nav_wrap{
	float: right;
}

.nav_wrap ul{
	overflow: hidden;
	margin-top:15px;
	margin-right:20px;
}

.nav_wrap li{
	float: left;
}

.nav_wrap li{
	margin-left:30px;
	font-size: 18px;
}

.nav_wrap li a{
	
}

.nav_wrap li a:hover{
	text-decoration: underline;
}


.banner{
	width:1400px;
	margin: auto;
}

.banner img{
	display: block;
	width:100%;
}


/*底部*/

.bottom_box {
	font-size: 14px;
	background: #C61704;
	padding-top: 30px;
	padding-bottom: 20px;
	margin: 70px auto 0;
	max-width: 1400px;
}

.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 #FFFFFF;
}

.bottom_box .link a {
	color: #FFFFFF;
}

.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: 10px;
	color: #FFFFFF;
}

.bottom_box .beian a {
	margin-right: 10px;
	color: #FFFFFF;
}

.bottom_box .beian {
	margin-top: 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;
}


/*底部*/


.more{
	text-align: center;
	margin-top:30px;
}

.more a{
	font-size:20px;
	color: #FF0000;
}

.more a:hover{
	text-decoration: underline;
}

/*内容*/
.content_box {
	margin-top:20px;
}

.content_box .main{
	background: #FFFFFF;
}

/*新闻*/

.news_box{
	overflow: hidden;
}

.news_box ul li{
	padding:20px;
	border-bottom:1px dashed grey;
	overflow: hidden;
}

.news_box ul li:last-child{
	border-bottom: none;
}


.news_box .l_p{
	float: left;
	width:404px;
	height: 253px;
	position: relative;
	background:url(../img/picbox_bg.jpg);
	background-size:cover;
}

.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: 20px;
    color: #2c2c2c;
    font-family: "微软雅黑","宋体";
    font-weight: bold;
    
}

.r_w h2 a:hover{
	color:#124CA0;
}


.r_w  p{
	text-indent: 24px;
    color: #646464;
    padding-top: 6px;
    font-size: 14px;
    line-height: 32px;
}

.r_w  .s_cont a{
	font-size: 12px;
    color: #F00;
    margin-left:30px;
}


/*新闻*/



/*内容*/