.assess_banner{
	clear: both;
	position: relative;
	z-index: -1;
	width: 100%;
	height: 300px;
	background-color: #A68651;
	background-image: url(../img/yunshujulogo.png);
}

.fk0{
	width: 500px;
	height: 50px;
	border-top: 3px solid gainsboro;
	margin: 15px auto;
}

.fk1{
	width: 80px;
	height: 30px;
	border-top: 7px solid gainsboro;
	position: relative;
	top: -10px;
	margin: auto;
}



.assess_banner_text{
	position: absolute;
	display: block;
	margin: 50px 0 0 150px;
}

.assess_banner_text h1{
	color: white;
}

.assess_banner_text p{
	color: gainsboro;
}

.service_subject{
	position: relative;
	width: 100%;
	height: 100%;
	margin: auto;
	
	/* background-color: red; */
}

.subjectbg{
	padding-top: 40px;
	height: 800px;
	background-color: #4e4e4e13;
}

.subject_header{
	position: relative;
	width: 1200px;
	margin: auto;
	padding: 25px;
	text-align: center;
	height: 30px;
	line-height: 30px;
}

.column-0{
	width: 1200px;
	margin: 20px auto;
	height: 500px;
	/* background-color: blue; */
}
.column1{
	position: relative;
	/* top: 50px; */
	top: 0;
	float: left;
	margin: 50px 0px 30px 150px;
	width: 400px;
	height: 250px;
	border-top: 4px solid seagreen;
	border-radius:5px;
	-moz-box-shadow:-1px -1px 5px #333333, 1px 1px 5px #333333; -webkit-box-shadow:-1px -1px 5px #333333, 1px 1px 5px #333333; box-shadow:-1px -1px 5px #333333, 1px 1px 5px #333333;
}
.column3{
	position: relative;
	/* top: 50px; */
	top: 0;
	float: left;
	margin: 50px 100px 30px;
	width: 400px;
	height: 250px;
	border-top: 4px solid seagreen;
	border-radius:5px;
	-moz-box-shadow:-1px -1px 5px #333333, 1px 1px 5px #333333; -webkit-box-shadow:-1px -1px 5px #333333, 1px 1px 5px #333333; box-shadow:-1px -1px 5px #333333, 1px 1px 5px #333333;
}
.column-2{
	position: relative;
	top: 0;
	float: left;
	width: 30%;
	/*padding:20px;*/
	margin: 50px 15px;
	border: 1px solid seagreen;
	height: 400px;
}
.column0{
	width: 1200px;
	margin: 20px auto;
	height: 350px;
	/* background-color: blue; */
}
.column-0 .columnImg{
	padding-top: 30px;
}
.column-0 .columnImg img{
	width: 100%;
	height: 250px;
}
.column2up{
	width: 80%;
	margin: auto;
	text-align: center;
	color: #3C9dd0;
	border-bottom: 2px dashed red;
	transition: all 0.1s ease;
}
.column2down{
	width: 75%;
	text-indent: 1em;
	margin: 20px auto;
	color: darkgray;
	/* text-align: center; */
}

.left{
	float: left;
}
.right{

	float: right;
}
.columntext{
	width: 80%;
	/* line-height: px; */
	margin: 10px auto;
	font-size: 20px;
	text-indent: 2em;
}



.column2{
	position: relative;
	top: 0;
	float: left;
	width: 20%;
	padding:20px;
	margin: 50px 30px;
	border: 1px solid seagreen;
	height: 300px;
}

.column1:hover{
	top: -8px;
}
.column2:hover, .column-2:hover{
	-moz-box-shadow:-1px -1px 5px #333333, 1px 1px 5px #333333; -webkit-box-shadow:-1px -1px 5px #333333, 1px 1px 5px #333333; box-shadow:-1px -1px 5px #333333, 1px 1px 5px #333333;
}
.column2:hover .column2up, .column-2:hover .column2up{
	color: skyblue;
}
.column2:hover .column2down, .column-2:hover .column2down{
	color: #086ca2;
}