/*****************************************  XiangMuList.html  ******************************************/
/*menuBox*/
.menuBox .all{
	width: 4%;
}
.menuBox .all li{
	margin: 4px 0 0 0;
}
.item .itemUl{
	width:1230px;
}
.item ul .itemLi{
	float: left;
	width: 278px;
	height: 358px;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	margin: 0 27px 20px 0;
}
.item ul .itemLi:hover{
	box-shadow: 0 0 30px #ddd;
}
.item ul .itemLi .itemCon{
	width: 278px;
	height: auto;
}
.item ul .itemLi .tit{
	padding: 14px;
	background: #fff;
}
.item ul .itemLi .tit span{
	height: 28px;
	line-height: 28px;
}
.item ul .itemLi a .img{
	width: 100%;
	height: 110px;
	overflow: hidden;
}
.item ul .itemLi a .img img{
	width: 100%;
	height: 110px;
}
.item ul .itemLi a .text{
	padding: 14px 10px;
}
.item ul .itemLi a .text li{
	height: 30px;
	line-height: 30px;
}
.item .itemLi a .text .fl{
	width: 50px;
}
.item .itemLi a .text .fr{
	text-align: right;
	width: 180px;
}
.itemLi .btns{
	height: 46px;
	line-height: 46px;
	border-top: 1px solid #f5f5f5;
}
.itemLi .btns .collect{
	width: 113px;
	padding: 0 0 0 25px;
	height: 46px;
	background: url(../images/icons/heart.png) no-repeat 35px center;
	cursor: pointer;

}
.bg_shoucangover {
    background: url(../images/icons/heart_over.png) no-repeat 35px center;
}
.itemLi .btns .consult{
	width: 113px;
	padding: 0 0 0 25px;
	height: 46px;
    border-right: 1px solid #f5f5f5;
	background: url(../images/icons/consult.png) no-repeat 35px center;

}
/*====== subBanner ======*/
.subBanner{
	width: 100%;
	height: 165px;
	padding: 50px 0 0 0;
	background: url(../../Content/images/pics/bg_jishuList.jpg) no-repeat center center;
	margin: -20px 0 20px 0;
}
.subBanner .tit{
	height: 45px;
	line-height: 45px;
	width: 100%;
	font-size: 40px;
	letter-spacing: 10px;
}
.subBanner .btn{
	width: 195px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #7e8081;
	border-radius: 6px;
	margin: 30px auto 0;
	font-size: 16px;
}
.subBanner .btn:hover{
	background-color:#ff8022;
}
/*****************************************  XiangMuDetail.html  ******************************************/
/*项目详情刘圣楠版本*/
.itemDetail{
	margin-top: 30px;
}
.itemDetail .imgBox{
	width: 740px;
	height: 380px;
	overflow: hidden;
}
.itemDetail .imgBox img{
	width: 740px;
	height: 380px;
}
.itemDetail .textBox{
	margin: 0 0 0 30px;
}
.itemDetail .textBox{
	width: 410px;
}
.itemDetail .textBox .tit{
	height: 44px;
	line-height: 44px;
}
/*项目详情高福娜版本*/
.main_detail {
	margin: 0 0 0 30px;
}
.main{
	margin-top: 20px;
	padding-bottom:20px;

	}
.banner{
	width:740px;
	height:378px;
	overflow:hidden;
	}
.banner ul li img { width:740px; height:378px; overflow:hidden;}
.main_detail{
	width:407px;
	}
.detail_title{
	color:#242424;
	font-size:20px;
	margin-bottom:10px;
	}
.d_con{
	color:#969696;
	font-size:13px;
	line-height:24px;
	}
.paraoverflow{
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
}
.tag{
	width:100%;
	margin:10px 0px 0 0;
	}
.tag li{
	display:inline-block;
	padding:6px 10px;
	border:1px solid #ededed;
	border-radius:4px;
	color:#969696;
	font-size:13px;
	margin:0px 6px 6px 0;
	}
.tag2{
	width:100%;
	height:120px;
	}
.tag2>li{
	color:#969696;
	line-height:30px;
	text-indent:24px;
	}
.bgtag{
	background:url(../images/icons/pic_tag2_bg.png) no-repeat 4px center;
	}
.bg_didian{
	background:url(../images/icons/pic_didian.png) no-repeat 4px center;
	}
.tag2 .phone{
	background:url(../images/icons/icon_phone.png) no-repeat 4px center;
	background-size:  13px 13px;
}
.tag2 .mail{
	background:url(../images/icons/icon_email.png) no-repeat 4px center;
	background-size:  13px 11px;
}
.tag3{
	margin-top:12px;
	}
.tag3>li{
	width:116px;
	height:45px;
	line-height:45px;
	border:1px solid #ededed;
	border-radius:4px;
	display:inline-block;
	padding-left: 32px;
	margin:0 19px;
	cursor:pointer;
	text-align: center;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	}
.tag3>li a{
	display:inline-block;
	height:45px;
	}
.bg_shoucang{
	background:url(../images/icons/heart.png) no-repeat 40px center;
	}
.bg_shoucangover{
	background:url(../images/icons/heart_over.png) no-repeat 40px center;
	}
.bg_shoucang:hover{
	color:#ff8517;
    background-color:#f8f8f8;
}
.bg_consult:hover{
	color:#0092da;
    background-color:#f8f8f8;
}
.bg_consult{
	background:url(../images/icons/icon_zixun.png) no-repeat 40px center;
	}
.contain_wrap{
	width:100%;
	background-color:#f8f8f8;
	}
.contain{
	position:relative;
	}
.subnav{
	width:152px;
	position:absolute;
	top:20px;
	left:0;
	}
.subnav ul li{
	width:152px;
	height:51px;
	line-height:51px;
	margin-bottom:2px;
	background-color:#fff;
	text-align:center;
	}
.subnav ul li a{
	display:inline-block;
	width:152px;
	height:51px;
	margin-bottom:2px;
	border-left:5px solid #fff;
	}
.subnav ul li a:hover{
	color:#0092DA;
	border-left:5px solid #0182c4;
	}
.subnav ul li .active{
	border-left:5px solid #0182c4;
}
.con_detail{
	width:996px;
	margin-top:20px;
	}
.headline{
	width:100%;
	}
.width100{
	width:100%;
	}
.condation,.belongto,.spaceintro,.institutions{
	margin-bottom:32px;
	width:996px;
	}
.condation_con{
	width:934px;
	padding:56px 34px 48px 28px;
	background-color:#fff;
	margin: 0 0 30px 0;
	 }

.institutions_list>li{
	float:left;
	width:88px;
	height:88px;
	text-align:center;
	border:1px solid #efefef;
	position:relative;
	margin:0 6px;
	margin-bottom:14px;
	}
.institutions_list>li>a{
	display:inline-block;
	width:88px;
	height:88px;
	overflow:hidden;
	}
.institutions_list>li>a span{
	height:100%;
	display:inline-block;
	vertical-align:middle;
	}
.institutions_list>li>a img{
	vertical-align:middle;
	}
.show{
	width:285px;
	padding-bottom:15px;
	background-color:#fff;
	border: 1px solid #f4f4f4;
	position:absolute;
	z-index:9999;
	top:98px;
	left:-20px;
	text-align:left;
    }
.jigouname{
	display:inline-block;
	width:285px;
	height:30px;
	line-height:30px;
	margin-top:20px;
	text-indent:12px;
	}
.type{
	width:258px;;
	margin:0 auto;
	height:40px;
	line-height:40px;
	border-bottom:1px solid #f4f4f4;
	color:#969696;
	}
.tag4{
	margin-top:10px;
	margin-left:12px;
	}
.tag4>li{
	display:inline-block;
	height:23px;
	line-height:23px;
	background-color:#fff5ee;
	color:#FF8517;
	border:none;
	font-size:12px;
	padding:0 8px;
	margin:0px 2px;
	}
.arr{
	width:12px;
	height:8px;
	position:absolute;
	left:50px;
	top:-7px;
	}
.mb15{
	margin-bottom:15px;
	}
.lunci{
	width: 406px;
	height: 66px;
	background: #f8f8f7;
	border-radius: 4px;
}
.lunci span{
	width: 100%;
	height: 33px;
	line-height: 33px;
}
/*fixedTop*/
.contain_wrap .subnav.fixedTop{
	position: fixed;
	top: 20px;
	left: 75px;
}
/*****************************************  项目路演.html  ******************************************/
.roadshow{
	width: 1200px;
	margin: 0 auto;
}
.roadshow ul li{
	width: 1200px;
	height: 360px;
	padding: 23px;
	margin: 0 0 20px 0;
}
.roadshow ul li .play{
	display: block;
	width: 452px;
	height: 310px;
	overflow: hidden;
	position: relative;
}
.roadshow ul li .play img{
	width: 452px;
	line-height: 310px;
	display: block;
}
.roadshow ul li .play .playtip{
	width: 570px;
	height: 310px;
	position: absolute;
	left:50%;
	top: 0px;
	margin-left: -285px;
	background: url(../images/play.png) no-repeat;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.roadshow ul li .play .playtip:hover{
	-webkit-transform: scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2);
	-o-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}
.roadshow ul li .intro{
	width: 525px;
	padding: 0 0 0 45px;
}
.roadshow ul li .intro .tit{
	font-weight: normal;
	font-size: 18px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.roadshow ul li .intro .tit:hover{
	color: #0092DA;
}
.roadshow ul li .intro p{
	margin: 25px 0 0 0;
}
.roadshow ul li .intro .text{
	height: 80px;
	line-height: 22px;
}
.roadshow ul li .intro .f_blue{
	display: block;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	background: url(../images/labelbg.png) no-repeat left center;
	padding: 0 0 0 88px;
	margin: 10px 0 0 0;
}
/*****************************************  LuYanDetail.html  ******************************************/
.roadDetail{
	margin-top: 20px;
}
.roadDetail .topBox .picTv{
	width: 540px;
	height: 370px;
	overflow: hidden;
	margin: 0 36px 0 0;
	position: relative;
}
.roadDetail .topBox .picTv .hoverPic{
	width: 100%;
	height: 100%;
	background: url(../images/icons/playPic.png) no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}
.roadDetail .topBox .picTv a,.roadDetail .topBox .picTv img{
	display: block;
	width: 540px;
	height: 370px;
}
.roadDetail .topBox .introBox h2{
	height: 40px;
	line-height: 40px;
	margin: 0 0 20px 0;
}
.roadDetail .topBox .introBox h2 a{
	width: 507px;
}
.roadDetail .topBox .introBox>p{
	height: 40px;
}
.roadDetail .topBox .introBox  .name{
	height: 32px;
	line-height: 32px;
}
.roadDetail .topBox .introBox  .name .tit{
	width: 75px;
	height: 32px;
	text-indent: 14px;
	margin: 0 14px 0 0;
	background: url(../images/icons/icon_nameArr.png) no-repeat;
}
.roadDetail .topBox .introBox  .name .f_blue{
	height: 32px;
	line-height: 32px;
}
.roadDetail .topBox .introBox .share{
	height: 30px;
	line-height: 30px;
	margin: 30px 0 40px 0;
}
.roadDetail .topBox .btns a{
	width: 148px;
	height: 45px;
	line-height: 45px;
	border-radius: 4px;
	border: 1px solid #ededed;
	margin: 0 17px 0 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.roadDetail .topBox .btns .consult:hover{
		background-color:#f8f8f8;
        color:#0092da;
}
.roadDetail .topBox .btns .enroll:hover{
		background-color:#f8f8f8;
        color:#ff8517;
}
.roadDetail .topBox .btns .consult{
	color: #242424;
	text-indent: 76px;
	background: url(../images/icons/consult.png) no-repeat 48px center;
}
.roadDetail .topBox .btns .enroll{
	color: #242424;
	text-indent: 62px;
	background: url(../images/icons/enroll.png) no-repeat 32px center;
}
.detailBox{
	width: 100%;
	height: auto;
	padding: 20px 0;
	background: #f8f8f7;
	margin: 20px 0 0 0;
}
.detailBox .textBox{
	background: #fff;
	padding: 40px 30px;
}
