*{
	font-family: "微软雅黑";
	-webkit-tap-highlight-color: rgba(255,255,255,0);
}

body{
	background: #eff3f6;
}

input::-webkit-input-placeholder{
	color: #98bee5 !important;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
	color: #98bee5 !important; 
} 
input::-moz-placeholder { /* Mozilla Firefox 19+ */ 
	color: #98bee5 !important; 
} 
input:-ms-input-placeholder { /* Internet Explorer 10+ */ 
	color: #98bee5 !important; 
} 

.input-style{
	position: relative;
	margin-top: 29px;
}

input[name='name'],input[name='tel']{
	width: 160px;
}

input[name='demand']{
	width: 630px;
}

.col-cs-2,.col-cs-4{
	margin-right: 10px;
	float: left;
}

.container-padding{
	padding-top: 92px;
}

.padding-left-all{
	padding-left: 0px;
}

.padding-right-all{
	padding-right: 0px;
}

.padding-all{
	padding: 0px;
}

.padding-left{
	padding-left: 10px;
}

.padding-left > span{
	line-height: 25px;
	display: block;
}

.breadcrumb{
	padding: 17px 15px;
}
.breadcrumb-container{
	padding-bottom: 45px;
}
.search-panel{
	margin-bottom: 10px;
}

.project-bg{
	border:solid 1px #d9e0e6;
	overflow: hidden;
	padding: 24px 19px 20px 19px;
	background:white;
	margin-bottom: 30px;
}

.project-bg:hover{
	border:solid 1px #3498BD;
}

.project-padding{
	padding: 0px;
	/*测试*/
	height: 172px;
}

.project-type-icon{
	height: 15px;
	width: 15px;
}

.project-type-pink{
	margin-top: 25px;
	border-radius: 25px;
	background: #f19998;
	padding: 4px;
	color: black;	
}

.project-type-green{
	margin-top: 25px;
	border-radius: 25px;
	background: #5cb85c;
	padding: 4px;
	color: black;
}

.project-name{
	font-size: 16px;
	cursor: pointer;
	font-weight: bold;
	margin-bottom: 10px;
	padding:0px 0px 4px 0px;
	border-bottom: solid 2px #eff3f6;
}

.project-span-style{
	color:#d2d2d2
}

.project-div-style{
	position: relative;
}

.project-budget{
	color: red;
	margin-bottom: 30px;
}

.project-start-time{
	margin-bottom: 2px;
}

.project-creat-time{
	margin-bottom: 25px;
}

.project-recruit-title{
	/*font-weight: bold;*/
}

.project-recruit{
	font-weight:normal;
	color: #a7a7a7;
}

#projectView>div{
	padding: 0px;
}

#projectView > div:nth-of-type(3n){
	padding-left:20px;
}

#projectView > div:nth-of-type(3n-2){
	padding-right:20px;
}

#projectView > div:nth-of-type(3n-1){
	padding: 0px 10px;
}

/*信任项目图标*/
.img-border{
	/*overflow:auto;*/
	position: relative;
}

#projectView>div .faith-project{
    z-index: 2;
    position: absolute;
    /* margin-top: -2px; */
    top: -1px;
    right: -2px;
}

.padding{
	padding: 0px !important;
}

.btn-search-active{
	color:#3498db !important;
	font-size: 14px;
}

.btn-search-span-active{
	border-bottom: solid 1px #3498db;
	padding-bottom: 6px;
}

.project-search-view .search-item{
	margin-left: 0px !important;
	margin-right: 15px !important;
}

.project-search-view .search-item:hover{
	background: white;
	color: #3498db;
}

.project-search-view > div{
	margin-bottom: 15px !important;
}

.project-search-view{
	/*width:1170px;*/
	background-color:white;
	margin-bottom: 0px;
    display: block;
    border:none;
	/*border-radius: 1px;*/
	/*margin-left:-12px;*/
	/*margin-right:80px;*/
	/*padding: 0px;*/
	padding-top: 15px;
}

.breadcrumb-container{
	background-color: white;
    padding-top:0px;
    margin-left: 0px;
    padding-bottom: 0px;
}

#search{
	height: 38px;
	background: #f2f5f6;
	border-style: none;
	border-radius: 0px;
	width: 310px;
}

.btn-info{
	background: #3498db;
	border-radius: 0px;
    padding: 0px;
    width: 38px;
    height: 38px;
	border: none;
}

.glyphicon{
	font-size: 20px;
}

.breadcrumb-container > div {
	position: absolute;
	right: 0px;
}

.breadcrumb-container > div > div{
	float: left;
}

.project-search-view .search-panel{
	 margin-bottom: 0px; 
     padding-left: 0px; 
}

.pageNum-style{
	margin:0 auto
}

/*页码样式*/
.m-pagination-page{
	margin: 0 auto;
	float: none;
}

.m-pagination-page > li > a{
	transition: all .5s;
}

.m-pagination-page > li > a:hover{
	background: #808080 !important;
}

.m-pagination-page li,.m-pagination-page li a{
	background: #cdcdcd;
	color: white;
	text-align: center;
	width: 100%;
}

.m-pagination-page li:hover,.m-pagination-page li a:hover{
	background: #cdcdcd;
}

.number-style{
	font-size: 32px;
	color: #0471d0;
	margin-bottom: 9px;
	padding-top: 28px;
	font-weight: 100;
}

.search-item{
	width: 70px;
	padding: 6px 0px;
}

@media screen and (max-width:1200px ) {
	#search{
	    width: 230px;
	}
	
	.col-cs-2{
		width: 50%;
		margin-right: 0px;
	}
	
	.col-cs-2:first-of-type{
		padding-right: 15px;
	}
	
	.col-cs-4{
		width: 100%;
		float:left;
		margin-right: 0px;
	}
	
	.col-cs-3{
		width: 100%;
		float: left;
	}
	
	#submitForm{
		position: static !important;
		width: 100% !important;
	}
	
	.input-style{
		margin-top:60px
	}
	
	.input-style:nth-of-type(3),.input-style:last-of-type{
		margin-top:20px
	}
	
	input[name='name'],input[name='tel'],input[name='demand']{
		width: 100%;
	}
	
	.banner-container{
		padding-bottom: 42px;
	}
	
	.label-container{
		padding-bottom: 27px;
	}
	
	.project-search-view .search-item{
		margin-right: 0px !important;
	}
	
	.container-padding{
		padding-top: 121px;
	}
}

@media screen and (max-width:992px ) {
	.breadcrumb-container-div{
		width: 100%;
	}
	
	.container-padding{
		margin-top: 38px;
	}
	
	/*市场内项目的padding相应*/
	#projectView > div:nth-of-type(3n){
		padding:0px;
	}

	#projectView > div:nth-of-type(3n-2){
		padding:0px;
	}
	
	#projectView > div:nth-of-type(3n-1){
		padding:0px;
	}
	
	#projectView > div:nth-of-type(2n-1){
		padding-right:10.5px;
	}
	
	#projectView > div:nth-of-type(2n){
		padding-left:10.5px;
	}
	
	#search{
		width: 100%;
	}
	
	.col-search-12{
		width: calc(100% - 50px);
	}	
	
	#projectView>div{
		padding-left:15px;
		padding-right:15px;
	}
}

@media screen and (max-width:768px ) {
	#projectView > div:nth-of-type(2n-1){
		padding:0px;
	}
	
	#projectView > div:nth-of-type(2n){
		padding:0px;
	}	
	.container-padding{
		padding-left: 35px;
		padding-right: 32px;
	}
}

@media screen and (max-width:695px ) {
	.container-padding{
		padding-top: 162px;
	}
}

@media screen and (max-width:321px ) {
	.search-item{
		width: 60px;
	}
}
