
.swiper-container {
	width: 100%;
	min-width:1200px;
	min-height:395px;
	height:35vw;
	position:relative;
	z-index:0;
} 
.swiper-container img {
	display: block;
	width: 100%;
	height:100%;
}


/*.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;
	position:absolute;
	bottom:40px;
	z-index:1000;
	left:50%;
	margin-left:-480px;
}
.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:rgba(255,255,255,.9);
	color: #2d91ff;
}
.index-search-con{
	width: 800px;
	height: 60px;
	padding:30px 80px;
	background:rgba(255,255,255,.9);

	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 5px 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;
	color: antiquewhite;
}
.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{
	
}


.slideBox{ width:100%; height:360px; overflow:hidden; position:relative;}
.slideBox .hd{  z-index:1;  position:absolute; height:12px; width:50%; z-index:9999; right:0; bottom:32px;}
.slideBox .hd ul{ overflow:hidden;height:12px;overflow:hidden;  padding:9px 11px; display:inline-block; }
.slideBox .hd li{ width:24px;  height:12px; float:left; cursor:pointer; background:url(../images/dian1.png) no-repeat center top; text-indent:-9999px;}
.slideBox .hd li.on{ background:url(../images/dian2.png) no-repeat no-repeat center top;}
.slideBox .bd{ position:absolute; top:0; left:0; position:relative; height:100%; z-index:0;   }
.slideBox .bd li{width:100%;  height:360; float:left; }
.slideBox .bd li a{ height:360px; display:block; text-indent:-9999px;}


/*新增样式*/
.index-search-btn{
	cursor:pointer;
}
.index-type-w333btm.clear span.fl{
	width:60%;
	text-overflow:ellipsis; 
	white-space:nowrap; 
	overflow:hidden; 
	display:block;
}