@charset "UTF-8";
/*-----------------------------------------------------------*/
body { min-width: 1600px; }
/*-----------------------------------------------------------*/
header .top .logo {
	width: 750px;
	height: 110px;
	background: url(../img/logo.jpg) no-repeat left center;
	background-size: contain;
}
header .top span, header .top span a { color: #0e3e90; }
header .top span a:hover {
	color: #0e3e90;
	text-decoration: underline;
}
header menu { background: #0e3e90; }
header menu i {
	padding: 0 35px;
	display: inline-block;
	vertical-align: middle;
}
header menu a {
	height: 50px;
	display: inline-block;
	color: #ffffff;
	font-size: 20px;
	vertical-align: middle;
	border-bottom: #0e3e90 4px solid;
	text-transform: capitalize;
}
header menu a:hover {
	border-color: #fff;
	color: #ffffff;
}
header menu a.active { border-color: #3ad675; }
/*-----------------------------------------------------------*/
h1.title {
	font-size: 24px;
	color: #0e3e90;
	margin-bottom:25px;
}
/*-----------------------------------------------------------*/
.banner .item a {
	display:block;
	background-repeat:no-repeat;
	background-position: center center;
	background-size:cover;
}
.banner .num {
	left: 0;
	bottom: 20px;
	display: block;
	text-align: center;
}
.banner .num a {
	color: #fff;
	opacity: 0.3;
	margin: 0 20px;
	width: 20px;
	height: 20px;
	display: inline-block;
	background: #fff;
	border-radius: 50%;
}
.banner .num a.active { opacity: 1; }
/*-----------------------------------------------------------*/
.kl_dialog_box h1.title {
	height: 50px;
	line-height: 50px;
	margin-bottom: 30px;
}
.kl_dialog_box h2.title {
	height: 18px;
	line-height: 18px;
	font-size: 18px;
	margin-bottom: 10px;
}
.form li {
	color: #777;
	font-size: 19px;
	height: 44px;
	line-height: 44px;
	font-weight: bold;
	padding-bottom: 15px;
}
.form li select {
	float: left;
	height: 44px;
	line-height: 44px;
	padding: 0 10px;
	border: #999 2px solid;
	border-radius: 3px;
	font-size: 16px;
	background: transparent;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	z-index: 1;
	color: #aaa;
}
.form li input, .form li textarea {
	float: left;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	border: #999 2px solid;
	border-radius: 3px;
	font-size: 16px;
	resize: none;
}
input.btn, .kl_dialog_close {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: none;
	border-radius: 3px;
	font-size: 22px;
	background: #ffcc33;
	font-weight: bold;
}
.form li i {
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	font-size: 18px;
	top: 0;
	right: 0;
	color: #333;
	background: #fff;
	text-align: right;
}
.form li select:hover, .form li input:hover, .form li textarea:hover { border-color: #0e3e90; }
.form li:hover i { color: #0e3e90; }
.form input.btn:hover { background: #eebd2b; }
.banner .ctfCate {
	margin-bottom: 40px;
	background: #e6eaf5;
	border-radius: 0 0 5px 5px;
}
.banner .ctfCate li { margin-left: 20px; }
.banner .ctfCate li select, .banner .ctfCate li input { width: 390px; }
.banner .ctfCate li i { width: 370px; }
/*-----------------------------------------------------------*/
footer {
	margin-top: 45px;
	border-top: #0e3e90 10px solid;
}
footer .body {
	width: 100%;
	padding: 20px 0 40px 0;
	border-top: #cccccc 8px solid;
}
/*-----------------------------------------------------------*/
.sider .num {
	right: 10px;
	bottom: 10px;
	display: block;
	text-align: right;
}
.sider .num a {
	color: #333;
	display: inline-block;
	position: relative;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	background-color: #fff;
	font-size: 12px;
	margin-left: 10px;
}
.sider .num a.active {
	background: #aaa;
	color: #fff;
}
.sider .num a:last-child { margin-right: 10px; }
.sider .date {
	top: 10px;
	left: 10px;
	color: #0e3e92;
	font-size: 20px;
	font-weight: bold;
}
.sider .title {
	left: 0;
	bottom: 0;
	display: block;
	text-align: center;
	background: rgba(14, 62, 144, 0.7);
}
.sider .title a {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
}
/*-----------------------------------------------------------*/
.body_box {
	width: 1596px;
	display: table;
	border: #ccc 2px solid;
}
.body_left { width: 1110px; }
.body_right {
	width: 400px;
	padding: 25px;
	background-color: #f2f2f2;
}
/*-----------------------------------------------------------*/
.body_right .score li .btn, .body_right .score li select { width: 400px; }
.body_right .score li input { width: 376px; }
.body_right .score li i { width: 380px; }
.body_right .msg li { height: auto; }
.body_right .msg li textarea {
	width: 366px;
	height: 170px;
	resize: none;
	padding: 15px;
	line-height: 1.5em;
}
.body_right .msg li .btn {
	background: #0e3e90;
	color: #fff;
}
.body_right .msg li .btn:hover { background: #0c316f; }
/*-----------------------------------------------------------*/
.body_left .msg li {
	width: 700px;
	height: auto;
	display:table;
	margin: 0 205px;
}
.body_left .msg li input, .body_left .msg li textarea { width: 640px; }
.body_left .msg li textarea {
	height: 200px;
	line-height: 1.5em;
	padding: 10px;
}
.body_left .msg li .btn { width: 664px; border:none; }
.body_left .msg li i { color: #ff6b33; }
/*-----------------------------------------------------------*/
.kl_dialog_box h1.title.mb0 {
	margin-bottom:0;
}
.table_list {
	width: 1050px;
	font-size: 18px;
	border-collapse: collapse;
}
.table_list th {
	background: #eee;
	padding: 10px;
	border: #ccc 1px solid;
}
.table_list td {
	padding: 10px;
	border: #ccc 1px solid;
}
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
