*{
	margin: 0;
	padding: 0;
}
ul li{
	list-style: none;
}
a{
	text-decoration: none;
}
img{
	border: 0;
	border-style: 0;
}
.special_wrap{
	width: 100%;
	/* height: 2350px; */
	height: auto;
	background: url(../images/wrap_bg.png) no-repeat center;
	background-size: 100% 100%;
}
.clear{
	clear: both;
}

/* 头部开始 */
.special_header{
	width: 100%;
	height: auto;
	position: relative;
}
.header_img{
	width: 100%;
	height: auto;
}
.header_img img{
	width: 100%;
}

.header_position{
	width: 1200px;
	height: 143px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
}
.header_position_img{
	display: block;
	width: 200px;
	height: 56px;
	background:url(../images/header_logo.png) no-repeat center;
	background-size: 200px 56px;
	float: left;
	margin-top: 43px;
}
.header_position_text{
	height: 143px;
	text-align: center;
	line-height: 143px;
	font-size: 18px;
	float: right;
}
.header_position_text li{
	float: left;
	padding-right: 36px;
}
.header_position_text li a{
	color: #333333;
}
.header_position_text li a:hover{
	text-decoration: underline;
	color: #DD1716;
}
/* 头部结束 */

/* 头条开始 */
.big_headlines{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.headlines_title{
	width: 100%;
	height: 130px;
}
.headlines_title_left{
	width: 88px;
	height: 42px;
	background: url(../images/headlines1.png) no-repeat center;
	background-size: 88px 42px;
	float: left;
	margin-top: 41px;
	text-indent: 16px;;
	line-height: 42px;
	color: #fff;
	font-size: 24px;
}
.headlines_title_right{
	width: 1090px;
	float: left;
	line-height: 123px;
	margin-left: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.headlines_title_right a{
	font-size: 30px;
	color: #dc0008;
}
.headlines_middle{
	width: 100%;
	height: 56px;
}
.headlines_middle_lineleft{
	width: 474px;
	height: 56px;
	float: left;
	background: url(../images/headlines3.png) no-repeat center;
}
.headlines_middle_text{
	width: 188px;
	height: 56px;
	float: left;
	margin: 0 34px;
	background: url(../images/headlines2.png) no-repeat center;
}
.headlines_middle_lineright{
	width: 394px;
	height: 56px;
	float: left;
	background: url(../images/headlines3.png) no-repeat center;
}
.headline_middle_more{
	display: block;
	color: #222222;
	font-size: 14px;
	float: right;
	line-height: 56px;
	margin-right: 20px;
}
.headline_middle_more:hover{
	text-decoration: underline;
	color: #dd1716;
}
.headlines_bottom{
	width: 1200px;
	height: 430px;
	margin-top: 50px;
}

/* 轮播开始 */
.headlines_banner{
	width: 538px;
	height: 375px;
	float: left;
	margin-right: 30px;
	position: relative;
}
.headlines_img li{
	width: 538px;
	height: 375px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	filter:alpha(opacity=0);
	-webkit-filter:alpha(opacity=0);
	-moz-filter:alpha(opacity=0);
	-ms-filter:alpha(opacity=0);
	-o-filter:alpha(opacity=0);
	transition: all 1s;
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
}
.headlines_img .active{
	z-index: 100;
	opacity: 1;
	filter:alpha(opacity=100);
	-webkit-filter:alpha(opacity=100);
	-moz-filter:alpha(opacity=100);
	-ms-filter:alpha(opacity=100);
	-o-filter:alpha(opacity=100);
}
.headlines_img li img{
	width: 538px;
	height: 375px;
}
.headlines_text{
	width: 538px;
	height: 38px;
	background: #bc1717;
	z-index: 1000;
	position: absolute;
	left: 0;
	bottom: 0;
}
.headlines_text li{
	width: 538px;
	height: 38px;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	line-height: 38px;
	text-indent: 10px;
}
.headlines_text li a{
	font-size: 20px;
	color: #FFFFFF;
}
.headlines_text .active{
	display: block;
}
.headlines_banner_circle{
	width: auto;
	height: auto;
	position: absolute;
	right: 20px;
	bottom: 14px;
	z-index: 10000;
}
.headlines_banner_circle li{
	width: 9px;
	height: 9px;
	border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	background: #d8898a;
	float: left;
	margin-right: 5px;
	cursor: pointer;
}
.headlines_banner_circle .active{
	background: #FFFFFF;
}
.headlines_text li a:hover{
	text-decoration: underline;
}
/* 轮播结束 */

.headlines_bottom_right{
	width: 604px;
	height: 375px;
	overflow: hidden;
}
.headlines_bottom_right ul li{
	width: 100%;
	height: 20px;
	margin-top: 19px;
}
.headlines_bottom_right ul li:first-child{
	margin-top: 0;
}
.headlines_text_circle{
	width: 3px;
	height: 3px;
	background: #000;
	float: left;
	margin-top: 8px;
	margin-right: 18px;
}
.headlines_bottom__righr_text{
	width: 575px;
	height: 20px;
	line-height: 20px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.headlines_bottom__righr_text a{
	font-size: 16px;
	color: #333333;
}
.headlines_bottom__righr_text a:hover{
	text-decoration: underline;
	color: #dd1716;
}
/* 头条结束 */


/* 图片新闻开始 */
.pnews{
	width: 1200px;
	height: 297px;
	margin: 0 auto;
}
.pnews_title{
	width: 100%;
	height: 41px;
}
.pnews_left{
	width: 160px;
	height: 41px;
	line-height: 41px;
	font-size: 21px;
	color: #ffffff;
	background: url(../images/pnews1.png) no-repeat center;
	float: left;
	margin-right: 10px;
	text-indent: 30px;
}
.pnews_center{
	width: 956px;
	height: 41px;
	float: left;
	background: url(../images/pnews2.png) no-repeat center;
}
.pnews_right{
	display: block;
	color: #222222;
	font-size: 14px;
	float: right;
	line-height: 41px;
	margin-right: 20px;
}
.pnews_right:hover{
	text-decoration: underline;
	color: #dd1716;
}

/* 图片新闻轮播开始 */
.pnews_banner{
	width: 100%;
	height: 173px;
	margin-top: 40px;
}
.pnews_banner_wrap{
	width: 100%;
}

.pnews_banner_wrap ul li{
	float: left;
	width: 200px;
	margin-left: 29px;
}
.pnews_banner_wrap ul li:first-child{
	margin-left: 40px;
}
.pnews_banner_img{
	width: 200px;
	height: 146px;
}
.pnews_banner_img img{
	width: 200px;
	height: 146px;
}
.pnews_banner_text{
	width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	margin-top: 3px;
}
.pnews_banner_text a{
	font-size: 14px;
	color: #333333;
}
.pnews_banner_text a:hover{
	text-decoration: underline;
	color: #DD1716;
}
.pnews_pullleft{
	width: 27px;
	height: 27px;
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	margin:  auto 0;
	background: url(../images/left1.png) no-repeat center;
	background-size: 27px 27px;
	border-radius: 50%;
	cursor: pointer;
}
.pnews_pullright{
	width: 27px;
	height: 27px;
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	margin:  auto 0;
	background: url(../images/right1.png) no-repeat center;
	background-size: 27px 27px;
	border-radius: 50%;
	cursor: pointer;
}
/* 图片新闻轮播结束 */
/* 图片新闻结束 */


/* 文件通知和学习资料开始 */
.literature1{
	width: 1200px;
	height: 230px;
	margin: 0 auto 40px;
}
/* 文件通知开始 */
.literature1_left{
	width: 578px;
	height: 230px;
	float: left;
}
.literature{
	width: 1200px;
	height: 460px;
	margin: 0 auto 40px;
}
/* 文件通知开始 */
.literature_left{
	width: 578px;
	height: 460px;
	float: left;
}
.literature_left_title{
	width: 100%;
	height: 41px;
}
.literature_left_title_left{
	width: 160px;
    height: 41px;
    line-height: 41px;
    font-size: 21px;
    color: #ffffff;
    background: url(../images/pnews1.png) no-repeat center;
    float: left;
    margin-right: 10px;
	text-indent: 30px;
}
.literature_left_title_center{
	width: 334px;
	height: 41px;
    float: left;
    background: url(../images/literature1.png) no-repeat center;
}
.literature_left_title_right{
	display: block;
    color: #222222;
    font-size: 14px;
    float: right;
    line-height: 41px;
    margin-right: 20px;
}
.literature_left_title_right:hover{
	text-decoration: underline;
	color: #DD1716;
}
.literature_left_content{
	width: 100%;
	height: 380px;
	margin-top: 32px;
}
.literature_left_content ul li{
	width: 522px;
	height: 20px;
    margin-top: 16px;
}
.literature_left_content ul li:first-child{
	margin-top: 0;
}
.literature_left_content_img{
	width: 6px;
	height: 11px;
	background: url(../images/literature2.png) no-repeat center;
	background-size: 6px 11px;
	float: left;
	margin-top: 4px;
	margin-right: 20px;
	margin-left: 3px;
}
.literature_left_content_text{
	width: 490px;
    height: 20px;
    line-height: 20px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.literature_left_content_text a{
	color: #333;
	font-size: 16px;
}
.literature_left_content_text a:hover{
	text-decoration: underline;
	color: #DD1716;
}
/* 文件通知结束 */

/* 学习资料开始 */
.literature1_right{
	width: 578px;
	height: 230px;
	float: right;
}
.literature_right{
	width: 578px;
	height: 460px;
	float: right;
}
.literature_right_title{
	width: 100%;
	height: 41px;
}
.literature_right_title_left{
	width: 160px;
    height: 41px;
    line-height: 41px;
    font-size: 21px;
    color: #ffffff;
    background: url(../images/pnews1.png) no-repeat center;
    float: left;
    margin-right: 10px;
    text-indent: 30px;
}
.literature_right_title_center{
	width: 334px;
	height: 41px;
    float: left;
    background: url(../images/literature1.png) no-repeat center;
}
.literature_right_title_right{
	display: block;
    color: #222222;
    font-size: 14px;
    float: right;
    line-height: 41px;
    margin-right: 20px;
}
.literature_right_title_right:hover{
	text-decoration: underline;
	color: #DD1716;
}
.literature_right_content{
	width: 100%;
	height: 380px;
	margin-top: 32px;
}
.literature_right_content ul li{
	width: 522px;
	height: 20px;
    margin-top: 16px;
}
.literature_right_content ul li:first-child{
	margin-top: 0;
}
.literature_right_content_img{
	width: 6px;
	height: 11px;
	background: url(../images/literature2.png) no-repeat center;
	background-size: 6px 11px;
	float: left;
	margin-top: 4px;
	margin-right: 20px;
	margin-left: 3px;
}
.literature_right_content_text{
	width: 490px;
    height: 20px;
    line-height: 20px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.literature_right_content_text a{
	color: #333;
	font-size: 16px;
}
.literature_right_content_text a:hover{
	text-decoration: underline;
	color: #DD1716;
}
/* 学习资料结束 */
/* 文件通知和学习资料结束 */


/* 底部开始 */
.footer{
	width: 100%;
	height: auto;
}
.footer_top{
	width: 100%;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border-top: 1px solid #f9e9e2;
	border-bottom: 1px solid #f9e9e2;
}
.footer_top a{
	font-size: 16px;
    margin: 0 30px;
    color: #333;
}
.footer_top a:hover{
	text-decoration: underline;
	color: #DD1716;
}
.footer_bottom{
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0 135px 0;
}
.footer_bottom p{
	font-size: 14px;
	color: #333333;
	text-align: center;
	line-height: 30px;
	
}
/* 底部结束 */