@charset "utf-8";
banner{
	display: block;
	width: 100%;
	height: 260px;
	background: url(../img/join_banner.png) no-repeat center center;
}


/*内容*/
/*头部*/
.content{
	color: #808080;
	width: 1200px;
	padding-left: calc(50% - 600px);
	float: left;
	padding-bottom: 90px;
	
}
.content a{
	color: #808080;
}
.content h3{
	float: left;
    width: 100%;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #e8e9eb;
    font-weight: normal;
    padding-top: 40px;
}
.content h3 .title{
	width: 240px;
	float: left;

}
.content h3 .title p:first-child{
	font-size: 20px;
	color: #333;
}
.content h3 .title p:last-child{
	font-size: 16px;
}
.content h3 ul{
	float: left;
	position: absolute;
	left: 240px;
	bottom: 15px;
}
.content h3 ul li i,.content h3 ul li a{
	float: left;
}

.content h3 ul li i{
	float: left;
    line-height: 21px;
    margin-right: 8px;
    font-size: 20px;
}
.content h3 ul i.rightJiantou{
	float: left;
    margin: 5px 18px;
    font-size: 14px;
    color: #999;
}

.content h3 ul li{
	float: left;
}
.content h3 ul li a{
	color: #999;
}
.content h3 ul li a.active{
	color: #666;
}



/*左侧*/
.left{
	width: 180px;
	float: left;
	font-size: 16px;
	
}
.left ul{
	margin-top: 15px;
}
.left ul li{
	width: 100%;
  	padding: 15px 0;
  	border-bottom: 1px solid #e8e9eb;
}
.left ul li a{
	width: 100%;
	padding-left: 12px;
	height: 15px;
	line-height: 16px;
	color: #808080;
	border-left:4px solid #fff;
	
}
.left ul li a.active{
	color: #366fe2;
	border-left:4px solid #366fe2;
}


/*右侧*/
.right{
	width: calc(100% - 240px);
	float: right;
	margin-top: 25px;
}
.right  figure{
	cursor: pointer;
	display: inline-block;
	width: calc(100% - 40px);
	padding: 20px;
	float: left;
	position: relative;
	box-shadow: 0px 2px 15px 0px rgba(7,26,57,0.1);
	margin-bottom: 35px;
}
.right  figure h4{
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.right  figure h4 a{
	color: #4c4c4c;
	font-size: 16px;
	margin-bottom: 10px;
	padding-left: 20px;
	height: 18px;
	line-height: 18px;
	border-left: 3px solid #366fe2;
}
.right  figure .positionBox{
	border: 2px solid #fff;
	margin-bottom: 5px;
	}
.right  figure .positionBox .formGroup{
	height: 40px;
	width: 100%;
	position: relative;
}

.right  figure .positionBox .formGroup img{
	position: absolute;
    right: 15px;
    top: 20px;
}
.right  figure .positionBox .formGroup i{
	position: absolute;
    right: 14px;
    top: 16px;
    font-size: 16px;
    color: #b1b1b2;
    font-weight: bold;
}
.right  figure .positionBox.active .formGroup i{
	color: #366fe2;
}
.right  figure .positionBox .formGroup .input{
	padding:0 15px;
	width: -moz-calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	width: calc(100% - 30px);
	height: 100%;
	line-height: 40px;
	background: #f5f6f7;
	color: #8c8c8c;

	
}
.right  figure .positionBox.active{
	border: 2px solid #366fe2;
	}
.right  figure .positionBox.active .formGroup .input{
	background: #fff;
	color: #366fe2;

}
.right  figure .positionBox .detail{
	padding: 15px;
	color: #8c8c8c;
	border-top: 1px dashed #edeef0;
	}
.right  figure .positionBox .detail .small_title{
	
	
}

.right  figure .positionBox .detail .small_title li{
	display: inline-block;
	position: relative;
	padding-left: 20px;
	margin-right: 15px;
	}
.right  figure .positionBox .detail .small_title li img{
	display: inline-block;
	position: absolute;
	left: 0;
	top: 3px;
	}
.right  figure .positionBox .detail .small_title li:first-child img{
	top: 2px;
	}
.right  figure .positionBox .detail .duty,.right  figure .positionBox .detail .demand{
	line-height: 30px;
	margin-top: 15px;
	}
.right figure .positionBox .detail button.send{
		width: 190px;
		height: 35px;
		line-height: 38px;
		text-align: center;
		color: #366fe2;
		margin-left: calc(50% - 95px);
		box-shadow: 0px 2px 15px 0px rgba(7,26,57,0.1);
		position: relative;
		margin-top: 40px;
		margin-bottom: 25px;	
		}

.right figure .positionBox .detail button.send i{
		font-size: 13px;
	    position: absolute;
	    right: 10px;
	    top: 0px;
	}
.right figure .positionBox .detail button.send.active{
		background: #366fe2;
		color: #fff;
	}
/*导航箭头*/
/*向下*/
@-moz-keyframes rotateDown{
	from{-moz-transform:rotate(0deg)}
	to{-moz-transform:rotate(-180deg)}
}
@-ms-keyframes rotateDown{
	from{-ms-transform:rotate(0deg)}
	to{-ms-transform:rotate(-180deg)}
}
@-webkit-keyframes rotateDown{
	from{-webkit-transform:rotate(0deg)}
	to{-webkit-transform:rotate(-180deg)}
}
@keyframes rotateDown{
	from{transform:rotate(0deg)}
	to{transform:rotate(-180deg)}
}

.rotateDown{
	-moz-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg);
	animation:rotateDown both 0.3s;
}
/*向上*/
@-moz-keyframes rotateUp{
	from{-moz-transform:rotate(-180deg)}
	to{-moz-transform:rotate(0deg)}
}
@-ms-keyframes rotateUp{
	from{-ms-transform:rotate(-180deg)}
	to{-ms-transform:rotate(0deg)}
}
@-webkit-keyframes rotateUp{
	from{-webkit-transform:rotate(-180deg)}
	to{-webkit-transform:rotate(0deg)}
}
@keyframes rotateUp{
	from{transform:rotate(-180deg)}
	to{transform:rotate(0deg)}
}

.rotateUp{
	-moz-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg);
	animation:rotateUp both 0.3s;

}
.show{
	display: inline-block!important;
}
.hide{
	display: none!important;
}






