/*
 * banner
 */
.banner a{
	display: block;
	width: 1200px;
	height: 480px;
	margin: 0 auto;
}
.banner .swiper-slide{
	background-image: url(../img/banner.jpg);
	background-position: center top;
}
.banner-pages span{
	width: 8px;
	height: 8px;
	border: 1px solid #bcbdc1;
	background: #000;
	border-radius: 0;
	opacity: 1;
}
.banner-pages span.swiper-pagination-bullet-active{
	background: #ee2c27;
}
.banner-next,
.banner-prev{
	width: 14px;
	height: 26px;
	top: 50%;
	margin-top: -13px;
}
.banner-prev{
	background: url(../img/prev.png) 0 0 no-repeat;
	left: 50%;
	margin-left: -600px;
}
.banner-next{
	background: url(../img/next.png) 0 0 no-repeat;
	left: 50%;
	margin-left: 600px;
}
.swiper-button-disabled{
	opacity: .3;
}


/*
 * title
 */
.title{
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0 10px;
	border-bottom: 2px solid #666;
}
.title_label,
.title_label_tag{
	width: auto;
	float: left;
	margin-right: 20px;
}
.title_label img,
.title_label_tag img{
	width: auto;
}
.title_more{
	float: right;
	font-size: 12px;
	color: #333;
	padding-right: 20px;
	line-height: 24px;
	position: relative;
}
.title_more i{
	display: block;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-left: 8px solid #ff5a00;
	border-right: 8px solid transparent;
	border-bottom: 4px solid transparent;
	position: absolute;
	right: -8px;
	top: 50%;
	margin-top: -4px;
}

/*
 * title-tab
 */
.title_tab{
	width: auto;
	float: right;
	margin-right: 40px;
	height: 24px;
}
.title_tab span{
	display: inline-block;
	padding: 0 15px;
	cursor: pointer;
	font-size: 14px;
	line-height: 30px;
	margin: 0 -3px;
	color: #666;
	height: 36px;
	background: transparent;
	border: 1px solid transparent;
	border-bottom: 2px solid transparent;
}
.title_tab span.active{
	border: 1px solid #666;
	border-bottom: 2px solid #fff;
	color: #ED201A;
}


/*
 * notice
 */
.notice_item{
	display: block;
	width: 390px;
	height: 50px;
	margin: 15px 15px 0 0;
	border: 1px solid #DBDBDB;
	padding: 10px;
	line-height: 1;
	float: left;
}
.notice_content .notice_item:nth-child(3n){
	margin-right: 0;
}
.notice_item h2{
	font-size: 14px;
	color: #333;
}
.notice_item p{
	line-height: 1.5;
	font-size: 12px;
	color: #999;
	overflow: hidden;
}
.notice_item p span{
	float: right;
	padding-right: 12px;
	position: relative;
}
.notice_item p span i{
	display: block;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left-color: #999;
	position: absolute;
	right: -5px;
	top: 50%;
	margin-top: -4px;
}
.notice_item p span i::after{
	content: '';
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left-color: #fff;
	position: absolute;
	left: -6px;
	top: -5px;
}
.notice_item.active,
.notice_item:hover{
	border-color: #ed201a;
}
.notice_item.active h2,
.notice_item.active span,
.notice_item:hover h2,
.notice_item:hover span{
	color: #ed201a;
}
.notice_item.active span i,
.notice_item:hover span i{
	border-left-color: #ED201A;
}

/*
 * online
 */
.online_item{
	display: block;
	width: 291px;
	float: left;
	margin: 12px 12px 0 0;
	position: relative;
	height: 460px
}
.online_img{
	width: 291px;
	height: 291px;
	border: 1px solid #DBDBDB;
	overflow: hidden;
}
.online_text{
	border: 1px solid #DBDBDB;
	border-top: none;
	padding: 20px 10px;
	overflow: hidden;
}
.online_label{
	width: 205px;
	float: left;
}
.online_label h2{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #000;
}
.online_label p{
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.online_label p span{
	font-size: 24px;
	color: #ed201a;
}
.online_label p.p{
	padding-top: 5px;
}
.online_count{
	padding-top: 10px;
	width: 60px;
	height: 80px;
	float: right;
	background: url(../img/online-count.jpg) 0 0 repeat;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	transition:all 0.3s linear 0s; 
}
.online_tag{
	width: 55px;
	height: 55px;
	background: #ED201A;
	color: #fff;
	font-size: 12px;
	border-radius: 100%;
	padding: 12px 15px 0;
	line-height: 1.3;
	position: absolute;
	top: 12px;
	right: 12px;
	transition:all 0.3s linear 0s; 

}
.online_item.active .online_text,
.online_item:hover .online_text{
	border-color: #ED201A;
}
.online_item:hover .online_tag{
	transform:scale(1.2);
}

.online_item.soon .online_text{
	border-color: #f1a56e;
}
.online_item.soon .soon_p{
	color: #F1A56E;
}
.online_item.soon .online_count{
	background: url(../img/list_count.jpg) 0 0 repeat;
}
.online .online_item:nth-child(4n){
	margin-right: 0;
}


/*
 * case
 */
.case .case_item:last-child{
	margin-right: 0;
}
.case_item{
	width: 147px;
	height: 110px;
	border: 1px solid #DBDBDB;
	background: #FBFBFB;
	text-align: center;
	position: relative;
	overflow: hidden;
	margin: 20px 28px 0 0;
	line-height: 110px;
	float: left;
}
.case_item img{
	width: auto;
	height: auto;
	vertical-align: middle;
	margin-top: -5px;
}
.case_mask{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	color: #fff;
	position: absolute;
	left: 0;
	top: 100%;
	-webkit-transition: top .5s ease-in-out;
	-moz-transition: top .5s ease-in-out;
	-ms-transition: top .5s ease-in-out;
	transition: top .5s ease-in-out;
	padding: 30px 0;
	cursor: default;
}
.case_mask p{
	font-size: 18px;
	color: #fff;
	line-height: 1.3;
}
.case_item:hover .case_mask{
	top: 0;
}


/*
 * link
 */
.link_title{
	width: 100%;
	padding: 20px 0 10px;
	font-size: 16px;
	color: #666;
	border-bottom: 1px solid #DBDBDB;
}
.link p{
	padding: 20px 0;
	overflow: hidden;
}
.link p a{
	font-size: 14px;
	color: #666;
	margin-right: 35px;
}
.link p a:nth-last-child(2){
	margin-right: 0;
}
.link p a:last-child img{
	width: auto;
}
.link p a:last-child{
	float: right;
	margin-right: 0;
}
.link p a:hover{
	color: #ee2e29;
}


/*
 * list
 */
.list_date,
.list_content{
	width: 518px;
	height: 473px;
	border: 1px solid #DBDBDB;
	float: left;
	margin-top: 20px;
}
.list_date{
	padding-top: 20px;
}
.list_content{
	width: 682px;
	padding-right: 10px;
}
.list_title{
	width: 100%;
	height: 43px;
	background: url(../img/date_tag.png) 0 0 no-repeat;
	color: #fff;
	line-height: 32px;
	font-size: 16px;
	text-indent: 12px;
}
.list_text{
	width: 100%;
	height: 410px;
	margin-top: 10px;
	overflow-x: hidden;
	overflow-y: scroll;
}
.list_text ul{
	width: 100%;
	padding: 0 20px;
}
.list_text li{
	width: 100%;
	height: 68px;
	border-bottom: 1px dashed #DBDBDB;
	padding: 15px 0;
	position: relative;
}
.list_text li:last-child{
	border-bottom-color: transparent;
}
.list_text li h2{
	font-size: 14px;
	color: #333;
	overflow: hidden;
}
.list_text li h2 i{
	display: inline-block;
	width: 30px;
	height: 26px;
	background: url(../img/bg-tag.png) 0 0 no-repeat;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	/*margin: -50px 0 0 15px;*/
	position: absolute;
	top: 0px;
	margin-left: 15px;
}
.list_text li h2 span{
	float: right;
	font-size: 12px;
	color: #666;
}
.list_text li p{
	font-size: 12px;
	color: #666;
	margin-top: 5px;
}
.list_text li.active h2{
	color: #000;
}
.list_text li.active::before{
	content: '';
	display: block;
	width: 5px;
	height: 100%;
	background: #ff5a00;
	position: absolute;
	left: -20px;
	top: 0;
}









































