.header {
	height: 210px;
	box-sizing: border-box;
	padding-top: 40px;
}

.nav {
	background-color: #0061ba;
}

.nav ul {
	display: flex;
}

.nav ul li {
	flex: 1;
	position: relative;
	text-align: center;
}

.nav ul li a {
	color: #FFFFFF;
	display: block;
	line-height: 60px;
	font-size: 16px;
	position: relative;
	z-index: 9;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.nav ul li i {
	position: absolute;
	width: 1px;
	height: 16px;
	background-color: #FFFFFF;
	right: -1px;
	top: 50%;
	transform: translateY(-50%);
}

.nav ul li.on a {
	background-color: #008aff;
}

.nav ul li.on a i {
	display: none;
}

.nav ul li:hover a {
	background-color: #008aff;
}

.nav ul li:hover i {
	display: none;
}

.column {
	width: 335px;
}

.column ul {
	margin-bottom: 25px;
}

.column ul li {
	background-color: #d2e2f4;
	line-height: 40px;
	box-sizing: border-box;
	padding: 0 20px;
	margin-bottom: 2px;
}

.column ul li a {
	display: block;
	font-size: 16px;
	color: #0061ba;
	font-weight: 600;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.column ul li img {
	margin-right: 15px;
}

.column ul li a:hover {
	margin-left: 10px;
}

.column .box .img {
	text-align: center;
	margin-top: 25px;
}

.column .box .img2 {
	margin-top: 40px;
}

.footer {
	background-color: #0061ba;
	text-align: center;
	padding: 40px 0;
}

.footer p {
	color: #FFFFFF;
	font-size: 14px;
	margin-bottom: 5px;
}

.footer p:last-child {
	margin-bottom: 0;
}

.wrap {
	margin-top: 25px;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.w_840 {
	width: 840px;
	margin: 0 auto;
}

.wrap .index_title {
	margin-bottom: 25px;
}

.wrap .index_title ul {
	margin-right: 20px;
}

.wrap .index_title ul li {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 50px;
	margin-left: 10px;
}

.wrap .index_title ul li a {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 50px;
}

.wrap .index_title ul li a:hover {
	text-decoration: underline;
}

.index_title_n {
	line-height: 40px;
	background-color: #d2e2f4;
	box-sizing: border-box;
	padding-left: 20px;
}

.index_title_n .icon img {
	vertical-align: 4px;
}

.index_title_n ul {
	margin-left: 10px;
}

.index_title_n ul li {
	margin-right: 5px;
}

.index_title_n ul li a {
	color: #333333;
	font-size: 14px;
}

.index_title_n ul li a:hover {
	text-decoration: underline;
}

.title_n {
	color: #000000;
	font-size: 30px;
	margin: 20px 0 40px 20px;
}

.index_title {
	background-color: #0061ba;
}

.index_title .icon {
	background: url(../img/icon/title.png) center no-repeat;
	width: 70px;
	height: 50px;
	box-sizing: border-box;
	padding: 13px 0 0 18px;
}

.index_title .name {
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	line-height: 50px;
	margin-left: 5px;
}

.index_title .more a {
	color: #ffffff;
	font-size: 14px;
	line-height: 50px;
	margin-right: 10px;
}

.index_title .more a:hover {
	text-decoration: underline;
}

.form .box {
	width: 600px;
	min-height: 460px;
	box-sizing: border-box;
	background-color: #dfebf7;
	border: 1px solid #c1d5eb;
	border-radius: 5px;
	margin: 0 auto;
	margin-top: 70px;
	padding: 20px 40px;
}

.form .box .title {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid #a7c3e2;
	padding-bottom: 5px;
}

.form .box ul li {
	width: 330px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.form .box ul li .name {
	color: #333333;
	font-size: 14px;
	min-width: 130px;
	text-align: right;
	font-weight: bold;
	line-height: 31px;
}

.form .box ul li .name em {
	color: #fe0000;
	font-weight: normal;
}

.form .box ul li input {
	width: 190px;
	height: 31px;
	box-sizing: border-box;
	padding: 0 10px;
	color: #333333;
	border: 1px solid #dddddd;
	border-radius: 5px;
	font-size: 14px;
}

.form .box ul li input:focus {
	border: 1px solid #426cdc;
}

.form .box .btn {
	width: 320px;
	margin: 0 auto;
	margin-top: 30px;
}

.form .box .btn input {
	background-color: #008aff;
	color: #FFFFFF;
	font-size: 18px;
	width: 100%;
	height: 40px;
	cursor: pointer;
	border-radius: 5px;
}

.form .box .btn p {
	color: #333333;
	font-size: 14px;
	margin-top: 15px;
	text-align: center;
}

.form .box .btn p a {
	color: #426cdc;
}

.form .box .btn p a:hover {
	text-decoration: underline;
}

.form .form2 .btn p {
	color: #008aff;
}

.form .form2 .btn p a {
	color: #fe6000;
	border-left: 1px solid #999999;
	padding-left: 10px;
	margin-left: 10px;
}

.form .form3 .title .fr {
	color: #333333;
	font-weight: normal;
	font-size: 14px;
}

.form .form3 .title .fr a {
	color: #008aff;
	margin-left: 10px;
}

.form .box .cont {
	height: 380px;
	text-align: center;
	display: table;
	width: 100%;
}

.form .box .cont .center {
	display: table-cell;
	vertical-align: middle;
}

.w_320 {
	width: 320px;
	margin: 0 auto;
}

.form .form3 .cont .text {
	color: #333333;
	font-size: 14px;
}

.form .form3 .file {
	margin: 20px 0;
}

.form .form3 .file{
	background-color: #008aff;
	color: #FFFFFF;
	font-size: 18px;
	width: 100%;
	height: 40px;
	cursor: pointer;
	border-radius: 5px;
}

.form .form3 .file input {
	background-color: #008aff;
	color: #FFFFFF;
	font-size: 18px;
	width: 100%;
	height: 40px;
	cursor: pointer;
	border-radius: 5px;
}

.form .form3 p {
	font-size: 14px;
}

.form .form3 p.t {
	color: #008aff;
}

.form .form3 p.t2 {
	color: #fe6000;
	margin-top: 10px;
}

.form .form3 p.t3{
	color: #999999;
}

.form .form1 ul{
	margin-top: 30px;
}
