.maskbox{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
.maskbg{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
}
.mask-content{
	width: 580px;
	height: 368px;
	background: #fff;
	border-radius: 4px;
	position: relative;
	z-index: 100;
	margin:150px auto;
	padding:26px 60px;
}
.mask-ico{
	background: #000;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 32px;
	position: absolute;
	top: -10px;
	right: -10px;
}
.mask-city-title{
	font-size: 24px;
	font-weight: normal;
	border-bottom: 1px solid #c1c1c1;
	padding-bottom: 20px;
}

.city_panel{
	width: 270px;
	margin:10px 0px;
}
.city_panel dl {
    width: 270px;
    padding: 7px 0 6px 0;
    margin: 0 13px;
    border: 0;
    line-height: 23px;
    overflow: hidden;
    zoom: 1;
}
.city_panel_mgleft{
	margin-left: 20px;
}
.city_panel_mgright{
	margin-right: 20px;
}
.city_panel dt{
	width: 20px;
	color: #777777;
	float: left;
}
.city_panel dd{
	width: 250px;
	float: left;
}
.city_panel dd>a{
	display:inline-block;
	margin:0 8px;
	color: #1a519f;
	line-height: 1.8em;
}

.index-banner{
	width: 100%;
	height: 640px;
	background: url(../images/index-banner.jpg) no-repeat center;
}
.index-search{
	width: 960px;
	padding-top: 230px;
	margin:0 auto;
}
.index-search-item{
	float: left;
	margin-right: 20px;
}
.index-search-item>a{
	width: 80px;
	height: 60px;
	display: block;
	line-height: 60px;
	text-align: center;
	background: rgba(0,0,0,0.55);
	color: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.index-search-item.active>a{
	background: #fff;
	color: #2d91ff;
}
.index-search-con{
	width: 800px;
	height: 60px;
	padding:30px 80px;
	background: #fff;

	border-radius: 5px;
	border-top-left-radius: 0px;
}
.index-search-text,.index-search-btn{
	height: 60px;
}
.index-search-text{
	width: 650px;
	background: #e1e1e1;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	text-indent: 2em;
}
.index-search-btn{
	width: 150px;
	background: #45aeff;
	box-shadow: 2px 2px 10px rgba(70,175,255,0.5);
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	font-size: 20px;
	color: #fff;
}
.index-project{
	margin: 60px auto;
}
.index-project-item{
	width: 300px;
	height: 280px;
	float: left;
	text-align:center;
	border-radius: 4px;
	overflow: hidden;
}

.index-project-item>span{
	display: block;
}
.index-project-icon{
	height: 110px;
	padding-top: 40px;
	margin-bottom: 28px;
}
.index-project-icon>span{
	width: 96px;
	height: 96px;
	display: block;
	margin:0 auto;
	background-image: url(../images/project-ico.png);
}
.project-location-ico{
	background-position: 0 0;
}
.project-users-ico{
	background-position: 0 -96px;
}
.project-count-ico{
	background-position: 0 -192px;
}
.project-question-ico{
	background-position: 0 -288px;
}
.index-project-item:hover{
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.index-project-item:hover .index-project-icon{
	background: #2d91ff;
}
.index-project-item:hover .project-location-ico{
	background-position: 96px 0;
}
.index-project-item:hover .project-users-ico{
	background-position: 96px -96px;
}
.index-project-item:hover .project-count-ico{
	background-position: 96px -192px;
}
.index-project-item:hover .project-question-ico{
	background-position: 96px -288px;
}
.index-project-title{
	font-size: 24px;
	font-weight: 600;
}
.index-project-exp{
	font-size: 14px;
	color: #999;
	line-height: 40px;
}
.index-banner-center{
	width: 100%;
	height: 420px;
	background:url(../images/index-banner02.jpg) no-repeat center;
}
.index-type{
	padding: 50px 0;
}
.index-type-title{
	text-align: center;
	font-size: 32px;
	font-weight:600;

}

.index-type-title>span{
	position: relative;
}
.index-type-title>span:after{
	content: "";
	width: 30px;
	height: 3px;
	display: block;
	background: #2d91ff;
	position:absolute;
	right: -50px;
	top: 22px;
}
.index-type-title>span:before{
	content: "";
	width: 30px;
	height: 3px;
	display: block;
	background: #2d91ff;
	position:absolute;
	left: -50px;
	top: 22px;
}
.index-type-exp{
	text-align:center;
	color: #9d9d9d;
	position: relative;
}
.index-type-more{
	position: absolute;
	right: 0;
	color: #9d9d9d;
}
.index-type-list{
	margin-top: 50px;
}
.index-type-itemw250{
	width: 270px;
	margin-right: 40px;

}
.index-type-itemw250:nth-of-type(4){
	margin-right: 0;
}
.index-type-itemw250>a{
	display: block;
	padding-bottom: 15px;
	border:1px solid #eaeaea;
	overflow: hidden;
}
.index-type-itemw250>a:hover,.index-type-itemw333>a:hover{
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.index-typeitem-title{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 18px;
	font-weight:600;
	padding:0 10px;
	line-height: 50px;
}
.index-typeitem-bottom{
	padding:0 10px;
	text-align:center;
}
.index-typeitem-bottom span:nth-of-type(1),.index-typeitem-bottom span:nth-of-type(2){
	font-size: 12px;
	color: #96a0af;
}
.index-typeitem-bottom span:nth-of-type(2){
	margin-left: 36px;
}
.index-typeitem-bottom span:nth-of-type(3){
	margin-left: 36px;
	color: #ff022c;
	font-weight:600;
}
.index-typebg{
	background: #f8f8f8;
}
.index-type-itemw333{
	width: 360px;
	height: 320px;
	background: #fff;
	float: left;
	margin-right: 60px;
}
.index-type-itemw30{
	width: 360px;
	height: 260px;
	background: #fff;
	float: left;
	margin-right: 60px;
}
.index-type-itemw333:nth-of-type(3),.index-type-itemw30:nth-of-type(3){
	margin-right: 0;
}
.index-type-itemw333>a{
	display: block;
	height: 318px;
	border:1px solid #eaeaea;
}
.index-type-itemw30>a{
	display: block;
	width: 360px;
	height: 260px;
	position: relative;
}
.index-type-w30img{
	width: 360px;
	height: 260px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.index-type-w30img:after{
	content: "";
	width: 360px;
	height: 260px;
	background: rgba(0,0,0,0.55);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.index-type-w333img{
	width: 358px;
	height: 260px;
	display: block;
}
.index-type-w333img>img,.index-type-w30img>img{
	width: 100%;
	height: 100%;
}
.index-type-w333btm{
	height: 58px;
	line-height: 58px;
	padding:0 10px;
}
.index-type-w333btm>span:nth-of-type(1){
	font-size: 18px;
	font-weight:600;
}
.index-type-w333btm>span:nth-of-type(2){
	font-size: 14px;
	color: #a8a8a8;
}
.index-type-newf{
	position: relative;
	z-index: 3;
	color: #fff;
	text-align: center;
	padding-top:90px;
}
.index-type-newf>h3{
	font-size: 32px;

}
.index-type-newf>p{
	font-size: 24px;
	line-height: 2em;
}
.index-banner-link{
	width: 100%;
	height: 360px;
	display: block;
	background: url(../images/index-banner03.jpg) center;
}

.registerbox{
	width: 621px;
	padding:58px;
	margin:100px auto;
	background: #fff;
}
.register-title{
	font-size: 24px;
	font-weight:600;
	position:relative;
}
.register-title:after{
	content:"";
	width: 6px;
	height:33px;
	background: #2d91ff;
	position: absolute;
	top: 0;
	left: -20px;
}
.register-form-item{
	background: #f1f1f1;
	display: block;
	border-radius: 4px;
}
.register-form{
	width: 360px;
}
.register-form-item{
	
}
