*,body,html {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: '微软雅黑';
	list-style: none;
}

ul,li,dl,ol,dt,dd {
	list-style: none;
}

a,span,cite,font,strong,b,i,em,cite {
	display: inline-block;
	font-style: normal;
}

a {
	text-decoration: none;
}

a:hover {
	/* color: #c40202!important; */
}

a:active,a:visited,a:link {
	color: #333333;
}

.clear {
	clear: both;
	overflow: hidden;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.main {
	width: 1200px;
	margin: 0 auto;
}

.banner {
	height: 200px;
}

.center {
	width: 1200px;
	height: auto;
	background-color: white;
}

.tt {
	padding: 16px 0;
}

.tt_nr {
	border-left: 8px solid #b20303;
	margin-left: 15px;
}

.tt_nr h2 {
	font-size: 42px;
	line-height: 56px;
	color: #333;
	margin-left: 27px;
}

.tt_nr p a {
	font-size: 18px;
	color: #666;
	line-height: 36px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 27px;
}

.news {
	font-size: 0;
	margin-top: 36px;
}

.lbt {
	display: inline-block;
	vertical-align: middle;
	width: 600px;
	height: 400px;
	overflow: hidden;
}

.swiper-container-lbt {
	position: relative;
	width: 600px;
	height: 400px;
}

.lbt_nr {
	width: 600px;
	height: 400px;
	overflow: hidden;
	position: relative;
}

.lbt_bt {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 600px;
	height: 100px;
	background-image: url(../images/lb_bt_bg.png);
	background-position: center;
	background-repeat: no-repeat;
}

.lbt_bt h4 {
	font-size: 18px;
	color: white;
	font-weight: normal;
	line-height: 36px;
	margin-top: 50px;
	margin-left: 16px;
	width: 460px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.swiper-container-lbt .swiper-pagination {
	width: 160px;
	right: 0;
	left: inherit;
	z-index: 2;
	bottom: 22px;
}

.swiper-container-lbt .swiper-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	overflow: hidden;
	border-radius: 4px;
	background-color: #fdfaf5;
	opacity: 1;
}

.swiper-container-lbt .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #eba63e;
	opacity: 1;
}






.news_list {
	display: inline-block;
	vertical-align: middle;
	width: 550px;
	padding-left: 50px;
}

.list_news_t h4 {}

.list_news_t h4 a {
	color: #b20303;
	font-size: 24px;
	line-height: 48px;
}

.list_news_t ul li a {
	font-size: 0;
}

.list_news_t ul li a b {
	display: inline-block;
	vertical-align: middle;
	width: 4px;
	height: 4px;
	border-radius: 10px;
	background-color: #333333;
}

.list_news_t ul li a cite {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	margin-left: 10px;
}

.list_lb {
	font-size: 0;
	margin-top: 36px;
}

.list_l,
.list_r {
	display: inline-block;
	vertical-align: middle;
}

.list_l_bt a img {
	display: block;
}

.list_l_bt a span {
	display: block;
	font-size: 14px;
	line-height: 28px;
	color: #666666;
	text-align: right;
}

.list_l ul {
	margin-left: 15px;
}

.list_r ul {
	margin-left: 50px;
}

.list_l ul li a {
	font-size: 0;
}

.list_l ul li a b {
	display: inline-block;
	vertical-align: middle;
	width: 4px;
	height: 4px;
	overflow: hidden;
	background-color: #333333;
	border-radius: 8px;
}

.list_l ul li a cite {
	font-size: 18px;
	line-height: 36px;
	color: #333333;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
	width: 570px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list_r ul li a cite {
	width: 530px;
}


.xksh {
	margin-top: 36px;
}


#focus_Box {
	position: relative;
	width: 1200px;
	height: 501px;
	margin: 20px auto;
}

#focus_Box ul {
	position: relative;
	width: 1060px;
	height: 501px;
	margin: 0 auto;
}

#focus_Box li {
	z-index: 0;
	position: absolute;
	width: 0px;
	background: #787878;
	height: 0px;
	top: 146px;
	cursor: pointer;
	left: 377px;
	border-radius: 10px;
	/* box-shadow: 1px 1px 12px rgba(200, 200, 200, 1) */
}

#focus_Box li img {
	/*! width: 100%; */
	background: url(images/loading.gif) no-repeat center 50%;
	/*! height: 100%; */
	vertical-align: top
}

#focus_Box li p {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: rgba(0,0,0,0.5);
	/* background: url(images/float-bg.png) repeat; */
	text-indent: 8px;
	color: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#focus_Box li p span {
	display: inline-block;
	width: 70%;
	height: 40px;
	overflow: hidden;
}

#focus_Box .prev,#focus_Box .next {
	display: block;
	z-index: 100;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	width: 49px;
	height: 49px;
	top: 50%;
	margin-top: -24.5px;
}

#focus_Box .prev {
	background: url(../images/left.png) left bottom no-repeat;
	left: 0px
}

#focus_Box .next {
	background: url(../images/right.png) right bottom no-repeat;
	right: 0px
}

/* #focus_Box .prev:hover {
	background-position: left top;
}

#focus_Box .next:hover {
	background-position: right top;
} */

#focus_Box a.imgs-scroll-btn {
	display: block;
	position: absolute;
	z-index: 110;
	top: 7px;
	right: 15px;
	width: 51px;
	height: 23px;
	overflow: hidden;
	background: url(images/share-btn.png) no-repeat;
	text-indent: -999px;
}


.zfdtr_nr{
	width: 540px;
	font-size: 0;
	margin:15px;
}

.zfdtr_nr_l{
	width: 255px;
	height: 180px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}
.zfdtr_wz{
	display: inline-block;
	vertical-align: middle;
	width: 262px;
	margin-left: 20px;
}
.zfdtr_wz h5{
	font-size: 20px;
	line-height: 40px;
	color: #333333;
	font-weight: normal;
}
.zfdtr_wz p{
	font-size: 16px;
	line-height: 32px;
	color: #333333;
	text-indent: 2em;
}
.zfdtr_wz p a{
	color: #ac0520;
	text-indent: 0em;
}


.wsp{
	margin-top: 36px;
}
.wsp_nr{
	font-size: 0;
	text-align: center;
	margin-top: 36px;
}
.wsp_nr_t {
	display: inline-block;
	vertical-align: middle;
	width: 375px;
	height: 260px;
	overflow: hidden;
	margin:0 12px;
}
.wsp_nr_t a{
	width: 375px;
	height: 260px;
	position: relative;
}
.wsp_nr_t_yy{
	position: absolute;
	width: 375px;
	height: 260px;
	overflow: hidden;
	background-color: rgba(0,0,0,0.5);
	text-align: center;
}
.wsp_nr_t_yy img{
	display: inline-block;
	vertical-align: middle;
	margin-top: 110px;
}



























.footer {
	margin-top: 36px;
	width: 100%;
	height: 160px;
	background-image: url('../images/footer.png');
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	font-size: 16px;
	color: white;
	line-height: 28px;
	padding-top: 40px;
	background-color: #898989;
}

.footer p a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	color: white;
}
