.banner_box{
	width:100%;
	position:relative;
	overflow:hidden;
}
.banner_box .banner_txt{
	width:1000px;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-500px;
	z-index:100;
}
.banner{
	width:100%;
	height:710px;
}
.banner .slide{
	width:100%;
} 
.bx-controls-direction .bx-prev{
	left: 0;
	background: url(../106/left.jpg) no-repeat;
}
.bx-controls-direction .bx-next{
	right: 0;
	background: url(../106/right.jpg) no-repeat;
}
.bx-controls-direction .bx-prev:hover{
	background: url(../106/left_h.jpg) no-repeat;
}
.bx-controls-direction .bx-next:hover{
	background: url(../106/right_h.jpg) no-repeat;
}
.lunbo_texts{
	width: 100%;
	text-align: right;
	height: 100%;
	position: absolute;
	top: 0%;
	left: 0%;
}
.lunbo_texts_wid{
	width: 1000px;
	margin: 0 auto;
	height: 100%;
}
.lunbo_texts h3{
	font-size: 18px;
	color: #686868;
	margin-bottom: 3px;
	margin-top: 305px;
}
.lunbo_texts h2{
	font-size: 30px;
	color: #686868;
	font-weight: bold;
	font-family: "Arial";
	text-transform: uppercase;
	color: #ec1629;
	margin-bottom: 3px;
}
.lunbo_texts h4{
	font-size: 12px;
	color: #686868;
	font-family: "Arial";
	text-transform: uppercase;
	color: #898989;
}
.bx-controls.bx-has-controls-direction {
    width: 1000px;
    height: 16px;
    position: absolute;
	top: 410px;
	left: 50%;
	margin-left: -500px;
}
.bx-controls-direction{
	width: 50px;
	z-index: 888;
	position: absolute;
	top: 0;
	height: 15px;
}
.second_nav{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	position: absolute;
	z-index: 8888;
	top: -80px;
	left: 50%;
	margin-left: -500px;
}
.second_nav li{
	float: left;
	width: 249px;
	background: #dedede;
	padding: 30px 0 20px 0;
	text-align: center;
	border-right: solid 1px #d2d2d2; 
}
.second_nav li a{
	display: block;
	color: #9a9a9a;
}
.second_nav li a img{
	width: 46px;
	height: 46px;
	margin: 0 auto 20px;
}
.second_nav li a img.img_show{
	display: block;
}
.second_nav li a img.img_hid{
	display: none;
}
.second_nav li a h4{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}
.second_nav li a span.line{
	width: 30px;
	margin: 0 auto 8px;
	height: 1px;
	background: #9a9a9a;
	display: block;
}
.second_nav li a p{
	font-size: 12px;
	font-family: "Arial";
	text-transform: uppercase;
}
.second_nav li.active{
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9172b',endColorstr='#b0111f',grandientType=1); 
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9172b',endColorstr='#b0111f',grandientType=1); 
	background:#f9172b; /* 一些不支持背景渐变的浏览器 */  
    background: -webkit-linear-gradient(#f12634 0%,#f12634 50%, #b0111f 100%); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#f12634 0%,#f12634 50%, #b0111f 100%); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#f12634 0%,#f12634 50%, #b0111f 100%); /* Firefox 3.6 - 15 */
    background: linear-gradient(#f12634 0%,#f12634 50%, #b0111f 100%); /* 标准的语法（必须放在最后） */
}
.second_nav li.active a{
	color: #fff;
}
.second_nav li.active span.line{
	background: #fff;
}
/* 新闻中心 */
.news{
	background: url(../106/news_bg.jpg) no-repeat;
	width: 100%;
	/* height: 635px; */
	background-size: 100% 100%;
	position: relative;
	padding-bottom:65px;
}
.news_content{
	width: 1000px;
	margin: 0 auto;
}
.pad_top{
	padding-top: 150px;
}
.news_content h3.title{
	font-size: 24px;
	color: #f9172b;
	font-weight: bold;
	text-align: center;
	margin-bottom: 13px;
}
.news_content span.news_line{
	display: block;
	margin: 0 auto 11px;
	width: 43px;
	height: 1px;
	background: #999999;
}
.news_content h4.title_en{
	font-size: 16px;
	font-family: "Arial";
	color: #505050;
	text-align: center;
	text-transform: uppercase;
	margin-bottom:65px; 
}
.clearfix:before,.clearfix:after {
	content: "";
	display: block;
	clear: both;
 }
.clearfix {
	zoom: 1;
}
.xw_contents_left{
	float: left;
	width: 483px;
	height: 290px;
	margin-right: 13px;
	overflow: hidden;
}
.xw_contents_left img.xw_pics{
	width: 100%;
	height: 100%;
	display: none;
}
.xw_contents_right{
	float: left;
	width: 500px;
}
.xw_contents_right ul li{
	padding: 10px 30px 10px 0;
}
.xw_contents_right li a{
	display: block;
}
.xw_contents_right ul li.active{
	background: #fff;
	-webkit-box-shadow:0 0 10px #8d8b8b;  
	-moz-box-shadow:0 0 10px #8d8b8b;  
	box-shadow:0 0 10px #8d8b8b;  
}
.xw_contents_right ul li.active .time{
	background: #fff;
	
}
.xw_contents_right ul li.active .neirong div.xq{
	display: block;
}
.xw_contents_right ul li .time{
	float: left;
	font-family: "Arial";
	text-align: center;
	width: 74px;
	height: 74px;
	background:#f3f3f3; 
	position: relative;
}
.xw_contents_right ul li a .time span.day{
	font-size: 46px;
	font-weight: bold;
	color: #f9172b;
	display: block;
}
.xw_contents_right ul li a .time .year_mon{
	color: #cccccc;
	font-size: 14px;
}
.news_right_line{
	position: absolute;
	top: 0;
	right: -7px;
}
.neirong{
	float: left;
	margin-left: 20px;
	width: 375px;
}
.neirong h3{
	font-size: 16px;
	margin-bottom: 5px;
	display:block;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
	color: #535353;
}
.neirong p{
	color: #bcbcbc;
	font-size: 14px;
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.neirong div.xq{
	color: #f9172b;
	float: right;
	font-size: 14px;
	overflow: hidden;
	display: none;
	margin-top: -19px;
}
.lytz{
	margin-bottom: 110px;
	padding-top: 55px;
}
.lytz_ul{
	overflow: hidden;
}
.lytz li{
	width: 490px;
    height: 330px;
    float: left;
    margin-right: 19px;
    margin-bottom: 18px;  
}
.lytz li a{
	display: block;
	color: #fff;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.lytz li a img{
	display: block;
	width: 100%;
	height: 100%;
	transition: all 1s ease-in-out;
}
.lytz li:hover img{
    transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    -ms-transform:scale(1.1,1.1);
    -o-transform:scale(1.1,1.1);
}
.lytz li a p.bottom_text{
	height: 30px;
	background: rgba(0,0,0,0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
	font-size: 14px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 30px;
	text-align: center;
}
.lytz li a .red_zz{
	display: none;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(218,44,57,0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8da2c39,endColorstr=#C8da2c39);
}
.lytz li a .red_zz h3{
	font-size: 18px;
	padding-top: 110px;
}
.lytz li a .red_zz h4{
	font-size: 12px;
	padding-top: 10px;
	color: #edc3c4;
	width: 50%;
    margin: 0 auto;
}
.lytz li a .red_zz .li_xq{
	width: 76px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	margin: 15px auto 0;
	border: solid 1px #f6dad8;
	color: #fdf7f7;
	font-size: 12px;
}
.gdhs{
	background: url(../106/news_bg.jpg) no-repeat;
	width: 100%;
	height: 635px;
	background-size: 100% 100%;
	position: relative;
}
.gdhs_top{
	width: 173px;
	display: block;
	margin: 0 auto 60px;
}
.zlhb{
	background: url(../106/zlhb_bg.jpg) no-repeat;
	width: 100%;
	height: 339px;
	background-size: 100% 100%;
}
.zlhb_pad_top{
	padding-top: 55px;
}
.zl_lunbo{
	width: 1200px;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}
.slider_zl li{
	margin-right: 40px;
}
.zl_lunbo .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -21px;
    outline: 0;
    width: 23px;
    height: 42px;
    text-indent: -9999px;
    z-index: 9999;
}
.zl_lunbo .bx-controls.bx-has-controls-direction {
    width: 1200px;
    height: 84px;
    position: absolute;
    top: 0%;
    left: 50%;
    margin-left: -600px;
}
.zl_lunbo .bx-controls-direction{
	width: 100%;
	z-index: 888;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.zl_lunbo .bx-wrapper .bx-prev {
    left: 0;
    background: url(../106/zl_left.png) no-repeat;
}
.zl_lunbo .bx-wrapper .bx-prev:hover {
    background: url(../106/hong_l.png) no-repeat;
}
.zl_lunbo .bx-wrapper .bx-next {
    right: 0px;
    background: url(../106/zl_right.png) no-repeat;
}
.zl_lunbo .bx-wrapper .bx-next:hover {
    background: url(../106/hong_r.png) no-repeat;
}
.zl_lunbo .bx-wrapper{
	width: 1000px;
	margin: 0 auto;
}

.poster-main{position: absolute;width: 1000px;height: 406px;left: 50%;margin-left: -500px;bottom: 0;overflow: hidden;}；
.poster-main a,.poster-main img{display:block;}
.poster-main .poster-list{width: 1000px;height: 406px}
.poster-main .poster-list .poster-item{position: absolute;left: 0px;top: 0px}
.poster-main .poster-btn{position: absolute;height: 100%;width:586px;top: 40px;z-index: 10;cursor: pointer;}
.poster-main .poster-prev-btn{left: 100px;background: url("../106/gdhs_left.png") no-repeat center center; }
.poster-main .poster-prev-btn:hover{background: url("../106/red_l.png") no-repeat center center; }
.poster-main .poster-next-btn{right: 100px;background: url("../106/gdhs_right.png") no-repeat center center;}
.poster-main .poster-next-btn:hover{background: url("../106/red_r.png") no-repeat center center; }
.gdhs_pagers{
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -293px;
	width: 586px;
	height: 2px;
	background: #f9172b;
	z-index: 88;
}
.gdhs_pager a{
	display: block;
	color:#fff;
}

.gdhs_pager{
	background: url(../106/gdhs_pager.png);
	width: 172px;
	position: absolute;
	left: 50%;
	margin-left: -86px;
	bottom: 0;
	overflow: hidden;
	height: 39px;
	line-height: 39px;
	font-size:14px;
	color:#fff;
	text-align:center;
}
.bh_a{
	margin: 5px 30px 0;
	overflow: hidden;
}
/* 0906 */
.lunbo_texts_wid h5{
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	background: #ec1629;
	width: 210px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 3px;
    margin-top: 305px;
 	float: right;
 	text-align: center;
}
.zi_right.lunbo_texts_wid h2,.zi_left.lunbo_texts_wid h2,.zi_right.lunbo_texts_wid h4,.zi_left.lunbo_texts_wid h4{
	color: #fff;
}
.zi_right.lunbo_texts_wid h5{
	float: right;
}
.zi_left.lunbo_texts_wid h5{
	float: left;
}
.zi_left.lunbo_texts_wid {
	text-align: left;
}
.news_lookmore{
	display: block;
	width: 150px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #9a9a9a;
	font-size: 14px;
	border: solid 1px #d1d1d1;
	margin: 80px auto 0;
}
.news_lookmore:hover{
background:#f9172b;
color:#fff;
border:solid 1px #f9172b}