.page_content{
	width:1280px;
	margin:0 auto 10px;
}
.page_menu{
	width:230px;
	height:500px;
	padding:30px 20px;
	background: #f8d44b;
	border-bottom-right-radius: 20px;
	color: #fff;
	font-size: 24px;
	line-height:40px;	
	float: left;
}

.page_menu ul::-webkit-scrollbar {
    width: 6px;

}

.page_menu ul::-webkit-scrollbar-track {
    margin:10px;
    background: #f00;
}

.page_menu ul::-webkit-scrollbar-thumb {
    background: #f00;
    
}


.page_menu ul{
	height:430px;
	overflow-y:scroll;
	margin-top: 25px;
}
.page_menu a{
	color:#e74c3c;
	font-size: 18px;
	line-height:20px;
	text-decoration: none;
	padding: 20px 20px;
	display: block;
	
}
.page_menu a:hover{
	color:#00b1a8;

}


.page_right{
	min-height:600px;
	min-height: 600px;
    width: 1010px;
    margin-left: 270px;
}
.topic{
	background: url(../image/blue_header.png) no-repeat ;
	height: 185px;
	color: #fff;
    font-size: 40px;
    line-height: 130px;
    padding-left: 80px;
	z-index: 1;
    position: relative;
}

.content{
	background: #f8d44b;
	margin-left: 10px;
	color:#4d4d4d;
    padding: 70px;
    font-size:20px;
    line-height: 50px;
    border-bottom-left-radius: 20px;
	margin-top:-50px;
	z-index: 0;
    position: relative;
    display: inline-block;
    width: 860px;
}

.sub-topic{
	font-size: 32px;
	color: #e66a5d;
	line-height:50px;
	margin-top: 30px;
}

.red-box{
	background: #e66a5d;
	border-radius: 50px;
	padding: 1px 30px;
	color:#fff;
	margin:20px 0;
	height: 100px;
	overflow: hidden;
	transition: height 2s;
	cursor: pointer;
}


.red-box .sub-topic,.blue-box .sub-topic ,.per-box .sub-topic{
	color: #fff;
	line-height: 80px;
    margin-top: 10px;
}
.blue-box{
	background: #63b4ee;
	border-radius: 50px;
	padding: 1px 30px;
	color:#fff;
	margin:20px 0;
	height: 100px;
	overflow: hidden;
	transition: height 2s;
	cursor: pointer;
}

.per-box{
	background: #c082d7;
	border-radius: 50px;
	padding: 1px 30px;
	color:#fff;
	margin:20px 0;
	height: 100px;
	overflow: hidden;
	transition: height 2s;
	cursor: pointer;
}

.content ul li{
	list-style-type: disc;
}
 .content ul{
	padding-left: 20px;
}   



.half-col{
	float:left;
	width:430px;
	text-align: center;
	padding: 20px 0;
}

.half-col:hover{
	background: #ffdc55;
	cursor: pointer;
}



input , select{
	background: #fff;
	border-radius: 20px;
	padding: 10px 20px; 
	margin:5px;
	font-size:18px;
	width: 197px;
}
select{
	    width: 100px;
}
#name{
	    width: 334px;
}
textarea{
	background: #fff;
	border-radius: 20px;
	padding: 10px 20px; 
	margin:5px;
	font-size:18px;
	resize: none;
    width: 453px;
	height:200px;
}


.emailform{
	width: 500px;
	
}
