html, body, ul, li, dl, ol, table, tr, th, td, form, input, textarea, h1, h2, h3, h4, h5, h6, p{
    margin: 0;
    padding: 0;
}
body{
    font-family: "微软雅黑";
}
a{
    text-decoration: none;
    outline: none;
}
img{
    outline: none;
    border: none;

}
li{
    list-style: none;
}
.d{
    display: block;
}
.w100{
    width: 100%;
}
.clearfix::after{
    content: "";
    display: block;
    clear: both;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.pr{
    position: relative;
}
.pa{
    position: absolute;
}
.px{
    position: fixed;
}
.ellips{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.header{
	width: 100%;
	overflow: hidden;
}
.banner{
	width: 1000%;
}
.header_point{
	bottom: 5%;
	right: 20%;
}
.header_point span{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #fff;
	margin: 0 6px;
}
.header_point span.active{
	width: 40px;
	border-radius: 8px;
	background: #ff9900;
}
.menuBox{
	width: 100%;
	height: 68px;
	line-height: 68px;
	font-size: 21px;
	background: #f32c02;
	background: linear-gradient(left, #f42d02, #be0c0c);
	background: -webkit-linear-gradient(left, #f42d02, #be0c0c);
	background: -moz-linear-gradient(left, #f42d02, #be0c0c);
}
.container{
	width: 1210px;
	margin-left: auto;
	margin-right: auto;
}
.menuBox ul{
	padding-left: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.menuBox ul li{
	width:196px;
	text-align: center;
}
.menuBox ul li a{
	color: #fff;
}
.menuBox ul li:hover, .menuBox ul li.active{
	background: #ff3300;
	position: relative;
}
.menuBox ul li:hover::before, .menuBox ul li.active::before{
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background: #ff9900;
	position: absolute;
	left: 0;
	top: 0px;
}
.mainBox{
	padding-top:25px;
}
.mainBox-item{
	margin-top: 25px;
}
.mainBox-item-head{
	width: 100%;
	height: 49px;
	border-bottom: 1px solid #ff9900;
	background: #f7f7f7;
}
.mainBox-item-head-txt{
	width: 169px;
	height: 46px;
	line-height: 49px;
	font-size: 21px;
	color: #fff;
	background: url(../images/news_rcpy_2.png);
	text-indent: 22px;
}
.mainBox-item-head-more{
	width: 50px;
	margin: 18px 17px 0 0;
}
.mainBox-item-ul{
	height: 400px;
}
.mainBox-item-ul li{
	line-height: 50px;
	font-size: 14px;
	position: relative;
	color: #666666;
}
.mainBox-item-ul li:nth-child(2n){
	background: #f7f7f7;
}
.mainBox-item-ul li::before{
	content: "";
	position: absolute;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #999999;
	left: 11px;
	top: 21px;
}
.mainBox-item-ul li:hover::before{
	background: #f15a24;
}
.mainBox-item-ul li:hover, .mainBox-item-ul li:hover a{
	color: #ff6633;
}
.mainBox-item-ul li a{
	color: #666666;
	text-indent: 30px;
	width: 72%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.mainBox-item-ul li span{
	margin-right: 15px;
}
.zhyw, .yxfc, .sjjs, .xxzl, .zdwj{
	width:391px;
}
.yxfc{
	margin-left: 19px;
}
.layer-pc{
	display: block;
}
.layer-m{
	display: none;
}


.footer{
	width: 100%;
	height: 78px;
	line-height: 78px;
	color: #fff;
	background: #b1040e;
	margin-top: 46px;
}
.footer span{
	margin-left: 35px;
}

.locationBar{
	margin-top:30px;
	color: #666666;
	font-size: 16px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.locationBar a{
	color: #666666;
}
.detail-ul{
	margin-top: 18px;
	min-height: 350px;;
}
.detail-ul li{
	line-height: 50px;
	font-size: 16px;
	color: #666666;
	position: relative;
	text-indent: 32px;
}
.detail-ul li:nth-child(2n){
	background: #f7f7f7;
}
.detail-ul li::before{
	content: "";
	display: block;
	width: 9px;
	height:9px;
	border-radius: 50%;
	background: #999999;
	position: absolute;
	left: 11px;
	top: 21px;
}
.detail-ul li:hover, .detail-ul li:hover a{
	color: #ff6633;
}
.detail-ul li:hover::before{
	background: #ff6633;
}
.detail-ul li a{
	color: #666666;
}
.detail-ul li span{
	margin-right:15px;
}
.detailMainBox{
	margin-top: 50px;
}
h1{
	font-size: 24px;
	text-align: center;
	color: #333333;
}
.detailMainBox-other{
	margin-top: 24px;
	font-size: 14px;
	text-align: center;
	color: #999999;
}
.detailMainBox-txt{
	margin-top: 25px;
	font-size: 16px;
	line-height: 1.8em;
}
.detailMainBox-txt p{
	margin: 25px 0 0;
	text-indent: 2em;
	text-align: justify;
}
.detailMainBox-txt img{
	display: block;
	margin: 25px auto 0;
	width: 66% !important;
	height: auto !important;
}
.pageBox{
    margin: 50px 0;
    height: 1px;
}
.pageBox table{
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 750px) {
	.layer-pc{
		display: none;
	}
	.layer-m{
		display: block;
	}
	.header_point{
		bottom: 10%;
		right: 5%;
	}
	h1{
		font-size:18px;
	}
	.menuBox{
		font-size: 16px;
		height: auto;
		line-height: 1.8em;
		padding: 2% 0; 
	}
	.menuBox ul{
		padding: 0;
	}
	.menuBox ul li{
		width: 33.33%;
	}
	.container{
		width: 100%;
	}
	.mainBox{
		padding: 0;
	}
	.mainBox-item{
		margin-top: 4%;
		width: 100% !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.mainBox-item-head-txt{
		font-size: 18px;
	}
	.footer{
		margin-top: 6%;
	}
	.footer span{
		display: none;
	}
	.footer span:first-child{
		display: block;
		width: 100%;
		text-align: center;
	}
	.detail-ul li{
		text-indent: 20px;
	}
	.detail-ul li::before{
		left: 5px;
	}
	.detail-ul li a{
		width: 65%;
	}
	.locationBar {
		text-indent: 5px;
	}
	.detailMainBox-txt{
		width: 96%;
		margin-left: auto;
		margin-right: auto;
	}
	.detailMainBox-txt p{
		margin-top: 2%;
	}
	.detailMainBox-txt img{
		width: 100%;
	}
}