@charset "utf-8";
/* CSS Document */

body {
	font-family: "Microsoft YaHei", Helvetica, Arial, Tahoma, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #333;
	line-height: 1.5em;
	background-color: #ffead9;

}
div, form, ul, ol, li, span, p {
	margin: 0;
	padding: 0;
	border: 0;
}
img, a img {
	border: 0;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;

}
ul, ol, li {
	list-style: none;
}
table, td, input {

	margin: 0;
	padding: 0;
}
a {
	outline-style: none;
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #3a1704;
	text-decoration: underline;
}
.content_box {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	
}
.flash {
	position: absolute;
	top: 100px;
	left: 200px;
	width: 1000px;
	height: 300px;
	z-index: 999;
}

.banner {
	width: 100%;
	height: 360px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
	margin-bottom: 20px;
}
.xwtop {
	width: 990px;
	overflow: hidden;
	padding: 10px;
	padding-right:0px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}

.xw_left {
	width: 475px;
	overflow: hidden;
	float: left;
	height: 315px;
}
.xw_right {
	width: 505px;
	overflow: hidden;
	float: left;
	height: 315px;
	margin-left: 10px;
}
/*==========slide===========*/
/*小幻灯片*/
.pic-box {
	width: 475px;
	margin: 0 auto;
	height: 315px;
	position: relative;
}
.pic-list li img {
	height: 315px;
	width: 475px
}
.pic-box .num {
	overflow: hidden;
	height: 6px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	zoom: 1;
	z-index: 3
}
.pic-box .num ul {
	float: right;
}
.pic-box .num li {
	width: 25px;
	height: 6px;
	line-height: 6px;
	text-align: center;
	font-weight: 400;
	font-family: "微软雅黑", Arial;
	color: #fff;
	margin-right: 10px;
	cursor: pointer;
	float: left;
	font-size: 0px;
	background-color: rgba(255,255,255,0.5);
}
.pic-box .num li.on {
	background: #FF7700;
}
.pic-box .prev, .pic-box .next {
	display: none;
	width: 40px;
	height: 100px;
	background: url(../images/btn.png) no-repeat;
	position: absolute;
	top: 150px;
}
.pic-box .prev {
	left: 2px;
}
.pic-box .next {
	right: 2px;
	background-position: right
}
/*=========end=slide===========*/

/*右侧*/
.xw_right_top {
	width: 490px;
	overflow: hidden;
	float: left;
	height: 307px;
	border: 4px solid #f1f1f1;
	margin-bottom: 10px;	/*box-sizing:border-box;*/
}
.xw_right_top span{
	font-size: 15px;
	line-height: 23px;
	color: #666666;
	padding: 10px;
	display: block;
}
.xw_right_top em{
	font-size: 20px;
	color: #c50402;
	font-style: normal;
}


.xw_right_xw {
	width: 482px;
	overflow: hidden;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.xw_right_xw h1{
	width: 482px;
	overflow: hidden;
	font-size: 20px;
	color: #c50402;
	font-weight: 500;
	text-align: center;
	line-height: 35px;
}
.xw_right_xw h1 a{
	
	color: #c50402;
}
.xw_right_xw h1 a:hover{ text-decoration: none; 	
	color: #ff8004;
}
.xw_right_xw h2{
	width: 482px;
	overflow: hidden;
	font-size: 12px;
	color: #666;
	font-weight: normal;
	line-height: 25px;
}
.xw_right_xw h2 a{	
	color: #ff8004;
}

/*政策篇*/
.pbox {
	width: 980px;
	overflow: hidden;
	padding: 10px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
.tit {
	width: 980px;
	overflow: hidden;
	font-size: 25px;
	line-height: 45px;
	color: #FFFFFF;
	background-image: url(../images/tit_03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 51px;
	margin-bottom: 10px;
	text-align: center;
}
.pbox_lr {
	width: 952px;
	overflow: hidden;
	padding: 10px;
	border: 4px solid #f1f1f1;
}
.pbox_lr_left {
	width: 365px;
	height:230px;
	float:left;
	overflow: hidden;
	margin-right:10px;
}
.pbox_lr_rig {
	width: 575px;
	height: 230px;
	float: left;
	overflow: hidden;
}

.pbox_lr_rig h1{
	/*width: 595px;*/
	overflow: hidden;
	font-size: 28px;
	color: #c50402;
	font-weight: 600;
	text-align: center;
	line-height: 35px;
}
.pbox_lr_rig h1 a{
	
	color: #c50402;
}
.pbox_lr_rig h1 a:hover{ text-decoration: none; 	
	color: #ff8004;
}
.pbox_lr_rig h2{
	/*width: 595px;*/
	overflow: hidden;
	font-size: 16px;
	color: #666;
	font-weight: normal;
	line-height: 35px;
}
.pbox_lr_rig h2 a{	
	color: #ff8004;
}

.pbox_lmr {
	width: 980px;
	overflow: hidden;
	padding: 10px;
}