#slider {
	max-width: 1100px;
	height: 726px;
	overflow: hidden;
}

#slider .slider .slider__item>img {
	width: 100%;
	width: 1100px;
	height: 726px;
	max-width: 1100px;
}

.b_font .xtdfont {
	position: absolute;
	bottom: 0;
	left: 56px;
}

.center_bg {
  background: url("/image/center_bg.png") no-repeat center top;
  padding-bottom:80px;
}

.index_title {
	text-align: center;
	padding-top: 42px;
	padding-bottom: 30px;
}

.index_title h2 {
	font-size: 30px;
	color: #333333;
	line-height: 42px;
}

.index_title h4 {
	font-size: 16px;
	color: #64636e;
	line-height: 20px;
}

.news_ul_wrap {
	width: 1100px;
	overflow: hidden;
	margin: 0 auto;
}

.news_ul {
	overflow: auto;
	width: 1100px;
	margin-bottom: 160px;
}

.news_ul li {
	float: left;
	width: 250px;
	height: 352px;
	margin-right: 20px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.news_ul li img {
	width: 100%;
	height: 342px;
}

.news_ul li:hover .n_hover {
	bottom: 0;
}

.n_hover {
	width: 250px;
	height: 352px;
	position: absolute;
	bottom: 100%;
	left: 0;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.n_hover_bg {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	filter: Alpha(opacity=60);
}

.n_hover_title {
	position: absolute;
	z-index: 10;
	top: 150px;
	width: 100%;
}

.n_hover_title h2 {
	font-size: 26px;
	color: #fff;
	text-align: center;
}

.n_hover_title h4 {
	font-size: 16px;
	color: #f3081e;
	text-align: center;
}

.n_hover_title h5 {
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin-top: 10px;
	letter-spacing:1px;
}

.news_about_wrap {
	background: url(../img/index/news_about.png) no-repeat left top;
}

.new_more {
	color: #fff;
	width: 1180px;
	margin: 0 auto;
	font-size: 18px;
	text-align: right;
	line-height: 50px;
}

.new_more i {
	margin-left: 10px;
}

.new_more span {
	cursor: pointer;
}

.news_list {
	width: 1180px;
	margin: 0 auto;
	overflow: auto;
}

.nl_left_m {
	width: 240px;
	float: left;
	color: #3a3d48;
	height: 270px;
}

.nl_left_m li:first-child {
	padding-top: 0;
	padding-bottom: 10px;
}

.nl_left_m li {
	height: 135px;
	padding-top: 10px;
	padding-right: 10px;
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-ms-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
	cursor: pointer;
	position: relative;
}

.nl_left_m li.active {
	padding: 0;
}

.nl_left_m li.active:after {
	background:#db090e;
}

.nl_left_m li:after {
	content: "";
	display: block;
	height: 100%;
	width: 8px;
	background: transparent;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-ms-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}

.nl_left_m li:hover {
	padding: 0;
}

.nl_left_m .index_title {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding: 0;
	padding-top: 30px;
}

.nl_left_m .nl_li_bg {
	background: #222530;
	height: 100%;
	width: 100%;
}
.nl_left_m  .index_title h2 {  
    color:#65676c;
}
.nl_left_m li.active .index_title h2 {  
    color:#FFFFFF;
}


.nl_right_l {
	width: 940px;
	float: left;
	color: #7d7f86;
	height: 270px;
	background: #222530;
    overflow: hidden;
}

.news_about_wrap .index_title {
	padding-bottom: 15px;
}

.nl_right_list{
	padding: 20px 0px;
}
.nl_right_list li {
	line-height: 46px;
	font-size: 18px;
	color: #6d7077;
	overflow: auto;
	padding-left: 50px;
	padding-right: 40px;
}

.nl_right_list li:hover{
	color: #f3081e;
}

.nl_right_list li .nrl_title {
	float: left;
	width: 74%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
    color:#FFFFFF;
}

.nl_right_list li .nrl_time {
	float: right;
}

.about_wrap{
	margin: 0 auto;
	margin-top: 40px;
	width: 1070px;
	overflow: auto;
}

.about_m{
	float: left;
	width: 230px;
}

.about_c{
	float: left;
	width: 740px;
}
.about_m ul{
	color: #fff;
	text-align: center;
}

.about_m ul h2{
	font-size: 24px;
	line-height: 40px;
}
.about_m ul h4{
	font-size: 18px;
	line-height: 30px;
}

.about_m ul li{
	padding-top: 20px;
	padding-bottom: 110px;
}
.about_m ul li:last-child{
	padding-bottom: 0;
}

.about_c p{
	font-size: 16px;
	line-height: 34px;
	color: #8d8d92;
	margin-bottom: 50px;
}
.about_c ul{
	margin-bottom: 50px;
	overflow: auto;
}
.about_c ul li{
	float: left;
	margin-right: 70px;
}
.about_c ul li:last-child{
	margin-right: 0;
}

.ac_more{
	color: #fff;
	text-align: center;
	padding-bottom: 52px;
}
.ac_more button{
	background-color: #db090e;
	padding: 15px 30px 15px 40px;
	cursor: pointer;
	border: 0;
	color: #fff;
	outline: none;
	margin-left: -10px;
}

.ac_more button:active{
	background: #e23b3f;
}
