﻿@charset "utf-8";
.content{
	width: 1200px;
}
.haasVideo{
	height: 480px;
	overflow: hidden;
	box-shadow: 0 0 10px 3px rgba(0,0,0,0.1);
	position: relative;
}
.haasVideo .haasVideoCue{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.haasVideo .haasVideoCue dl{
	overflow: hidden;
	margin: 166px 80px 0;
}
.haasVideo .haasVideoCue dl dt{
	width: 343px;
	/* height: 108px; */
	float: left;
}
.haasVideo .haasVideoCue dl dt img{
	display: block;
	width: 100%;
	height: 100%;
}
.haasVideo .haasVideoCue dl dd{
	float: left;
	margin-left: 30px;
	width: 557px;
}
.haasVideo .haasVideoCue dl dd h3{
	font-size: 28px;
	font-weight:900;
	color: #fff;
	margin-bottom: 20px;
}
.haasVideo .haasVideoCue dl dd p{
	font-size: 18px;
	color: #fff;
	line-height: 30px;
}
.haasDesNews{
	overflow: hidden;
	margin: 30px 0;
}
.haasDesNews .haasDes{
	float: left;
	width: 666px;
	background:#cf152d;
	box-sizing: border-box;
	padding: 10px 31px 26px;
	color: #fff;
}
.haasDesNews .haasDes h3{
	font: 20px/54px "微软雅黑";
	font-weight: 900;
	margin-bottom: 5px;
}
.haasDesNews .haasDes p{
	font: 16px/30px "微软雅黑";
}
.haasDesNews .haasNews{
	float: right;
	width: 395px;
	height: 216px;
	background: #f6f6f6;
}
.haasTitle{
	width: 100%;
	height: 32px;
	background: #eee;
	position: relative;
}
.haasTitle span{
	display: block;
	position: absolute;
	left: 0;
	background: #ff5700;
	font: 16px/37px "微软雅黑";
	bottom: 0;
	color: #fff;
	padding: 0 11px;
	border-radius: 2px;
}
.haasTab{
	overflow: hidden;
	margin: 30px 0;
	border-bottom: 1px solid #eee;
	padding-bottom:10px;
}
.haasTab li{
	float: left;
	padding: 0 10px;
	margin-right: 29px;
	font: 16px/25px "微软雅黑";
	color: #666;
}
.haasTab li.currentHaasTab{
	color: #FF5700;
	position: relative;
}
.haasTab li.currentHaasTab::after{
	content: '';
	width: 100%;
	border-bottom: 2px solid #FF5700;
	position: absolute;
	left: 0;
	bottom: -10px;
}
.card{
	height: 250px;
}
.card .cardBtm{
	overflow: hidden;
	padding: 0 5px;
}
.card .cardBtm .haasInfo{
	float: left;
}
.card .cardBtm .haasInfo .haasName{
	display: block;
	font: 16px/20px "微软雅黑";
	color: #000;
	margin-bottom: 5px;
}
.card .cardBtm .haasPrice{
	float: right;
	text-align: right;
}
.card .cardBtm .haasPrice em{
	display: block;
	font: 12px/16px "微软雅黑";
	color: #aaa;
	margin-bottom: 5px;
}
.card .cardBtm .haasPrice b{
	font: 14px/26px "微软雅黑";
	color: #FF5700;
}
.card .cardBtm .haasPrice b i{
	font: 20px/26px "微软雅黑";
	color: #FF5700;
}
/*HFO*/
.haasHFO li{
	border-bottom: 1px dashed #ddd;
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.haasHFO li span{
	display: inline-block;
	width: 150px;
	font: 16px/50px "微软雅黑";
	color: #FF5700;
	/*float: left;*/
}
.haasHFO li span i{
	font-size: 20px;
	cursor: pointer;
	margin-left: 5px;
}
.haasHFO li em{
	/*float: left;*/
	margin-right: 50px;
	color: #4E5465;
	font: 14px/50px "微软雅黑";
}
.haasHFO li em i{
	margin-right: 3px;
}
.haasHFO{
	margin: 10px 0 50px;
}
.haasNews{
	box-sizing: border-box;
	padding: 10px 20px;
}
.haasNews h3{
	font: 16px/34px "微软雅黑";
	border-bottom: 1px solid #cdcdcd;	
	color: #000;
	font-weight: 900;
	margin-bottom: 10px;
}
.haasNews .scrollCont{
	height: 147px;
	overflow: hidden;
}
.haasNews .scrollCont li{
	font: 14px/49px "微软雅黑";
	color: #666;
	overflow: hidden;
	border-bottom: 1px solid #eeeeee;
	box-sizing: border-box;
	height: 49px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.haasNews .scrollCont li a{
	color: #464646;
}
.newDetails{
	background: #fff;
	margin-bottom: 30px;
	box-shadow:  0 0 10px 1px rgba(0,0,0,0.1);
	border-radius: 3px;
	padding: 20px;
	box-sizing: border-box;
}
.toolBar .consultBtn em{
	background: url(../img/toolBarIcon5.png) no-repeat center!important;
	background-size: 27px 27px!important;
}
.toolBar .consultBtn:hover em{
	background: url(../img/toolBarIcon5_active.png) no-repeat center!important;
	background-size: 27px 27px!important;
}
.toolBar .toolCode:hover  em{
	background: url(../img/toolBarIcon3_active.png) no-repeat center!important;
	background-size: 27px 27px!important;
}
.toolBar .getServiceTool em{
	background: url(../img/toolBarIcon0.png) no-repeat center!important;
	background-size: 27px 27px!important;
}
.toolBar .getServiceTool:hover  em{
	background: url(../img/toolBarIcon0_active.png) no-repeat center!important;
	background-size: 27px 27px!important;
}