@charset "utf-8";
body,html{
	background: #f6f6f6;
}
.haasVideo{
	height: 4.2rem;
	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);
	z-index: 10;
}
.haasVideo .haasVideoCue dl{
	overflow: hidden;
	margin: 0.7rem 0.2rem;
}
.haasVideo .haasVideoCue dl dt{
	width: 4.34rem;
	margin-left: 0.2rem;
	/* float: left; */
	margin-top: 0.3rem;
}
.haasVideo .haasVideoCue dl dt img{
	display: block;
	width: 100%;
	height: 100%;
}
.haasVideo .haasVideoCue dl dd{
	/* float: left; */
	margin-left: 0.35rem;
	width: 5.2rem;
}
.haasVideo .haasVideoCue dl dd h3{
	font-size: 0.28rem;
	font-weight:900;
	color: #fff;
	margin-bottom: .2rem;
}
.haasVideo .haasVideoCue dl dd p{
	font-size: 0.24rem;
	color: #fff;
	line-height:.4rem;
}
.haasDesNews{
	overflow: hidden;
	margin:0 0 .2rem;
}
.haasDesNews .haasDes{
	width: 100%;
	background:#cf152d;
	box-sizing: border-box;
	padding: 0.2rem;
	color: #fff;
	margin-bottom: 0.2rem;
}
.haasDesNews .haasDes p{
	font: 0.24rem/0.4rem "微软雅黑";
}
.haasDesNews .haasNews{
	width: 100%;
	overflow: hidden;
	background: #fff;
	border: 1px solid #eee;
	border-left: 0;
	border-right: 0;
}
.haasDesNews .haasNews h3{
	width: 1.84rem;
	height: 100%;
	margin-right: 0.4rem;
	float: left;
	border-right: 1px solid #cdcdcd;
}
.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 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: 0.1rem 0.2rem 0.1rem 0;
}
.haasNews h3{
	width: 1.84rem;
	text-align: center;
	font: 0.3rem/0.5rem "微软雅黑 Bold";
	border-right: 1px solid #cdcdcd;	
	color: #000;
	font-weight: 900;
	height: 0.6rem;
	margin-top: 0.4rem;
}
.haasNews h3 em{
	color: #ff5700;
}
.haasNews .scrollCont{
	float: left;
	width: 4.9rem;
	height: 1.38rem;
	overflow: hidden;
	overflow: hidden;
}
.haasNews .scrollCont li{
	font: 0.26rem/0.7rem "微软雅黑";
	color: #666;
	overflow: hidden;
	border-bottom: 1px solid #eeeeee;
	box-sizing: border-box;
	height: 0.7rem;
	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;
}
/*哈斯产品展示*/
.haasGoodsDisplay{
	background: #fff;
	padding: 0.2rem;
}
.swiper-slide{
 width: auto;
}
.swiper-slide-active{
	color: #FF5700;
}
.haasGoodsDisplay .swiper-container{
	border-bottom: 1px solid #eceeee;
}
.serviceBar {
	border-bottom: 2px solid #eceeee;
	overflow: hidden;
	width: 100%;
	background: #fff;
	z-index: 5;
	font: .26rem/0.72rem "微软雅黑";
	text-align: center
}

.serviceBar .swiper-slide {
	color: #313131;
	font: .26rem/0.72rem "微软雅黑";
	display: inline-block;
	height: .69rem
}

.serviceBar .swiper-slide::after {
	content: '';
	height: .4rem;
	position: absolute;
	right: 0;
	top: .16rem;
	border-right: 1px solid #eceeee
}

.serviceBar .swiper-slide:last-child::after {
	border-right: 0
}

.serviceBar .currentService {
	color: #fd7431;
	border-bottom: 2px solid #fd7431
}

.searchBar {
	margin: .21rem .18rem;
	background: #fff;
	height: .62rem;
	border-radius: 5px;
	font: .26rem/0.42rem "微软雅黑";
	padding: .1rem .2rem .1rem .69rem;
	box-sizing: border-box;
	position: relative
}
.groundlist {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: .43rem;
}
.Toolist_left {
    width: 2.6rem;
    height: 1.89rem;
    float: left;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    position: relative;
}
.Toolist_left img {
    width: 100%;
    height: 100%;
}
.Toolist_right {
    display: block;
    width: 4.3rem;
    height: 1.90rem;
    overflow: hidden;
    float: right;
     border-bottom: 1px solid #cdcdcd;
}
.toolisTitle {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    color: #1f1f1f;
    font-size: .3rem;
    margin-bottom: .15rem;
    font-weight: bold;
}
.toolisDate, .toolisPlace {
    height: auto;
    clear: both;
    color: #aaa;
    overflow: hidden;
    font: .24rem/.34rem "微软雅黑";
}
.haasGoods{
	background: #fff;
	padding: 0.2rem 0.2rem 0.2rem 0;
}
.toolisProof{
	color: #666;
}
.toolisPrice{
	/*position: absolute;
	right: 0;
	bottom: 0.2rem;*/
	text-align: right;
	color: #FF5700;
}
.toolisPrice em{
	font-size: 0.28rem;
}
.groundlist{
	position: relative;
}
.haasGoods{
	margin-bottom: 0.2rem;
}
.haasGoods .groundlist:last-child{
	margin-bottom: 0;
}
.latesNewlink {
	height: auto;
	display: flex;
	margin: .2rem 0;
}
.latesRadius2 {
	flex: 1;
	text-align: left;
	font: .33rem/.34rem "微软雅黑"
}
.latesRadius3 {
	float: right;
	font-size: .32rem;
	color: #dedede
}

.latesRadius3 a.iconfont {
	color: #cdcdcd
}
.hfosCont{
	background: #fff;
	padding:0.1rem 0.2rem;
}
.hfosCont .hfos li{
	border-bottom: 1px dashed #dedede;
	padding-bottom: 0.1rem;
	margin-bottom: 0.2rem;
}
.hfosCont .hfos li:last-child{
	border-bottom: 0;
}
.hfosCont .hfos li h3{
	font: 0.3rem/0.46rem "微软雅黑";
	color: #ff5700;
	margin-bottom: 0.1rem;
}
.hfosCont .hfos li p{
	font: 0.26rem/0.48rem "微软雅黑";
	color: #464646;
}
.hfosCont .hfos li p em{
	margin-right: 0.3rem;
	display: block;
}
.hfosCont .hfos li p b{
	padding-left: 1em;
}
.hfosCont .hfos li p>i{
	margin-left:-0.02rem;
}
.hfosCont .hfos li p em i{
	margin-right: 0.08rem;
}
.paddingBtm{
	padding-bottom: 1.5rem;
}
.hfosCont .hfos li h3 span{
	float: right;
	display: block;
	font: 0.24rem/0.6rem "微软雅黑";
	text-decoration: underline;
}
.contentMask{
	background: #fff;
	border-radius: 3px;
	position: fixed;
	width: 5rem;
	left: 50%;
	margin-left: -2.5rem;
	top: 20%;
	padding: 0.2rem;
}
.contentArea{
	display: block;
	border: 1px solid #ddd;
	border-radius: 3px;
	width: 100%;
	height: 1.5rem;
	font: 0.26rem/0.38rem "微软雅黑";
	color: #464646;
	box-sizing: border-box;
	padding: 0.1rem;
	margin-bottom: 0.2rem;
}
.contentArea textarea{
	display: block;
	width: 100%;
	height: 100%;
}
.contackWay li{
	overflow: hidden;
	margin-bottom: 0.2rem;
}
.contackWay li .label{
	float: left;
	width: 1rem;
	font: 0.26rem/0.6rem "微软雅黑";
	color: #444;
}
.contackWay li em{
	display: block;
	float: left;
	height: 0.6rem;
	border: 1px solid #ddd;
	border-radius: 3px;
	width: 3.95rem;
}
.contackWay li em input{
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 3px;
	box-sizing: border-box;
	padding: 0 0.1rem;
	font: 0.26rem/0.6rem "微软雅黑";
}
.contackWay li .label b{
	padding-left:1em;
}
.closeIcon{
	position: absolute;
    right: -0.2rem;
    font-size: 0.26rem;
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    line-height: 0.4rem;
    border-radius: 50%;
    top: -0.2rem;
    background: #f6f6f6;
    text-align: center;
    color: #999;
}
.contBtn{
	display: block;
	width: 100%;
	height: 0.8rem;
	font: 0.3rem/0.8rem "微软雅黑";
	background: #ff5700;
	color: #fff;
	border-radius: 3px;
	margin-top: 0.3rem;
	text-align: center;
}
.toolisPrice i{
	color: #999;
	font-size: 0.24rem;
}
.mask{
	z-index: 20;
}
.toolsCount{
	overflow: hidden;
	margin-top: 0.1rem;
}
.toolsCount dl{
	margin-right: 0.15rem;
	color: #464646;
	overflow: hidden;
	float: left;
	margin-bottom: 0.15rem;
	font: 0.26rem/0.32rem "微软雅黑",arial;
}
.toolsCount dl dt{
	color: #999;
	font-weight: bold;
	margin-bottom: 0.1rem;
}
