@charset "utf-8";

body{
	background: #f4f4f4;
}
a{
	color: #333;
}
ul li {
	list-style: none;
}
.breadcrumb > li + li::before{
	content: ">";
}
.breadcrumb a{
	color: #028a3f;
}
.breadcrumb{
  margin-bottom: 0;
}

/*主体*/
#tell{
	width: 1200px; position: relative; margin:auto; 
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}

/*主菜单 左边*/
#menu{
	width: 18%; float: left; background: #fff; padding: 20px 0;    
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
#menu a{
	display: block; line-height: 3; text-align: center; font-size: 20px;
}
#menu li{
	width: 80%;
}
#menu .active{
	color: green;
}

/*投述建议表单*/
.tell_form{
	width: 77%; float: right; background: #fff; padding: 30px;  
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */	
}
.tell_form form{
	padding: 30px;
}
.tell_form h1{
	font-size:25px;
}
.tell_form ul{
	padding: 0 50px;
}
.tell_form ul li {
	font-size: 20px; 
}
.form_input_case{
	padding: 50px;
}
#tell .tell_form .nav-pills > li.active > a{
	background: green;
}
.tell_form .btn{
	right: 0; width: 120px;
}