@charset "utf-8";

.banner_index{
	position: relative;
	overflow: hidden;
}
.banner_index .banner_slide{
	position: relative;
	float: left;
}
.banner_index .banner_slide .info{
	position: absolute;
	display: table;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: #fff;
}
.banner_index .banner_slide .info .info_text{
	display: table-cell;
	vertical-align: middle;
}
.banner_index .banner_slide .info .box{
	max-width: 20%;
	/* max-width: 480px; */
}
.banner_index .banner_slide .info h2{
	font-size: 40px;
	/* font-size: 60px; */
	font-weight: 600;
	
}
.banner_index .banner_slide .info .text{
	font-size: 26px;
	/* font-size: 30px; */
	margin-top: 30px;
}
.banner_index .banner_slide .info .btn{
	margin-top: 50px;
}
.banner_index .banner_slide .info .btn a{
	display: block;
	color: #fff;
}
.banner_index .banner_slide img{display: block;width: 100%;}

.banner_index .banner_slide.slide_left .info{
	background: url(../images/banner_bg_02.png) top left no-repeat;
	background-size: auto 100%;
}
.banner_index .banner_slide.slide_right .info{
	background: url(../images/banner_bg_01.png) top right no-repeat;
	background-size: auto 100%;
}
.banner_index .banner_slide.slide_right .info .page-cen .box{
	float: right;
}
.wison_catalog{
	overflow: hidden;
}
.wison_catalog ul{
	padding: 40px 0;
	font-size: 0;
	white-space: nowrap;
	display: flex;
	justify-content: center;
}

.wison_catalog ul li{
	position: relative;
	display: inline-block;
	width:32%;
	margin-right: 2%;
	cursor: pointer;
}
.wison_catalog ul li .info{
	position: absolute;
	bottom: 0;
	width: 100%;
	line-height: 80px;
	height: 80px;
	font-size: 26px;
	color: #fff;
}
.wison_catalog ul li .info .title{
	padding:0 26px;
}
.wison_catalog ul li:hover .info .more{
	width: 111px;
	right: 0;
	bottom: 20px;
}
.wison_catalog ul li .info .more{
	position: absolute;
	right: -9px;
	bottom: 28px;
	width: 120px;
	height: 24px;
	line-height: 11px;
	/* line-height: 24px; */
	text-align: center;
	padding-top: 12px;
	transition: all 0.3s;
	background: url(../images/bg_icon_catalog.png) no-repeat;
}
.wison_catalog ul li .info .more a{
	color: #fff;
	font-size: 14px;
}


.wison_catalog ul li img{
	display: block;
	width: 100%;
}
.news_center{overflow: hidden;padding-bottom: 70px;}
.news_center .section_title{
	font-size: 30px;
	color: #ff0000;
	margin-bottom: 30px;
}
.news_center_box{
	position: relative;
}

.news_center .newsListsCar{
	margin-left: 180px;
}
.news_center li{
	float: left;
	width: 360px;
	margin-right: 20px;
	padding: 30px;
	background: url(../images/bg_news_center.jpg) no-repeat 0 0;
	background-size: cover;
	background-color: #eaebed;
}

.news_center li .time{
	padding: 0 14px;
	line-height: 18px;
	color: #FFF;
	background-color: #1b365d;
	border-radius: 4px;
	display: inline-block;
}
.news_center li .text{
	margin-top: 25px;
	font-size: 24px;
	color: #7f8489;
	font-style: italic;
	height: 72px;
	overflow: hidden;
	line-height: 36px;
}

.news_center .more{
	margin-top: 46px;
	color: #ff0000;
	font-weight: bold;
}

.news_center .caroul_btn{
	display: inline-block;
	margin-top: 30px;
	width: 46px;
	height: 46px;
	background: url(../images/arrow_news.png) no-repeat 18px 18px;
	background-color: #e4e4e4;
	vertical-align: middle;
	cursor: pointer;
}

.news_center .caroul_btn:hover{
	background-color: #ff0000;
	background-position: 18px -28px;
}
.news_center .caroul_btn.newsListsNext:hover{
	background-position: -32px -28px;
}
.news_center .caroul_btn.newsListsNext{
	background-position: -32px 18px;
}

.news_center .news_all{
	margin-top: 30px;
	margin-left: 30px;
	display: inline-block;
	color: #000;
	padding: 0 0 4px 0;
	border-bottom: 2px solid #b9b9b9;
	vertical-align: middle;
	line-height: 1;
	font-weight: bold;
}

.news_center .news_all:after{
	content: '';
	display: inline-block;
	width: 20px;
	height: 14px;
	vertical-align: middle;
	background:url(../images/icon_news_all.png) no-repeat 50% 50%;
}


