@charset "UTF-8";
/*
-------------------------
header start
-------------------------
*/
#header {
}
#header h1 {
	padding: 9px 0;
	line-height: 100%;
	font-size: 10px;
	color: #eee;
	background: #323232;
}
#header #he_in {
	background: #141414;
	overflow: hidden;
}
#header #he_in #ci {
	float: left;
	padding: 23px 0 25px;
	overflow: hidden;
}
#header #he_in #ci a {
	display: block;
	line-height: 0px;
	float: left;
}
#header #he_in #ci b {
	display: block;
	float: left;
	margin-left: 15px;
	font-size: 19px;
	font-weight: bold;
	padding: 2px 7px 3px;
	margin-top: -1px;
	border-radius: 4px;
	background: #fff;
}
#header #he_in #left_m {
	float: left;
	padding-top: 16px;
	margin-left: 36px;
}
#header #he_in #left_m li {
	float: left;
	margin-right: 10px;
}
#header #he_in #left_m li a {
	border-radius: 3px;
	display: table;
	text-decoration: none;
	height: 45px;
	z-index: 10;
	position: relative;
}
#header #he_in #left_m li a:after {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 10px;
	border-radius: 3px;
	left: 0;
	bottom: -5px;
	z-index: 1;
}
#header #he_in #left_m li:nth-child(1) a:after {
	background: #86140d;
}
#header #he_in #left_m li:nth-child(2) a:after {
	background: #123086;
}
#header #he_in #left_m li:nth-child(3) a:after {
	background: #066367;
}
#header #he_in #left_m li a i {
	display: table-cell;
	text-align: center;
	font-size: 25px;
	color: #fff;
	vertical-align: middle;
	border-radius: 3px 0 0 3px;
	width: 44px;
	z-index: 10;
	position: relative;
}
#header #he_in #left_m li:nth-child(1) a i {
	background: #a53b34;
}
#header #he_in #left_m li:nth-child(2) a i {
	background: #304c9e;
}
#header #he_in #left_m li:nth-child(3) a i {
	background: #0c858a;
}
#header #he_in #left_m li a span {
	display: table-cell;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	padding: 0 16px;
	line-height: 100%;
	z-index: 10;
	position: relative;
	border-radius: 0 3px 3px 0;
}
#header #he_in #left_m li:nth-child(1) span {
	background: #d44b43;
}
#header #he_in #left_m li:nth-child(2) span {
	background: #3d62ca;
}
#header #he_in #left_m li:nth-child(3) span {
	background: #10abb1;
}
#header #he_in #left_m li:hover {
	padding-top: 3px;
}
#header #he_in #left_m li:hover a:after {
	bottom: -2px;
}
#header #he_in #right_m {
	float: right;
	border-right: solid 1px #2e2e2e;
	margin-right: -20px;
}
#header #he_in #right_m li {
	float: left;
}
#header #he_in #right_m li a {
	display: table;
	padding: 0 20px;
	height: 81px;
	text-decoration: none;
	border-left: solid 1px #2e2e2e;
}
#header #he_in #right_m li a span {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
}
#header #he_in #right_m li:hover a {
	background: #444;
}
#sp_btn {
	float: right;
	padding: 0 24px;
	cursor: pointer;
	background: #10abb1;
	height: 81px;
	margin-right: -20px;
	display: none;
}
#sp_btn i {
	color: #fff;
	font-size: 38px;
	padding-top: 19px;
}
/*.he_menu {
	position: absolute;
	z-index: 1000;
	display: none;
	z-index: 1000000;
}
.he_menu:before {
	content: "";
	position: absolute;
	left: 50%;
	top: -16px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-bottom: 8px solid;
	margin-left: -8px;
}
.he_menu li.ho_cont {
	display: block;
	margin: 0;
	font-size: 0px;
	position: relative;
}
.he_menu li.ho_cont a {
	display: block;
	padding: 10px 14px;
	border-bottom: solid 1px rgba(255,255,255,0.3);
	font-size: 15px;
	position: relative;
	color: #fff;
}
.he_menu li.ho_cont a:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	width: 6px;
	height: 6px;
	border-bottom: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(-45deg);
	margin-top: -4px;
}
.he_menu li.none a:after {
	display: none;
}
.he_menu li.ho_cont .ho_item {
	position: absolute;
	content: "";
	top: 0;
	display: none;
}
#he_menu01, #he_menu01 li.ho_cont .ho_item {
	width: 166px;
	top: 109px;
	left: 195px;
}
#he_menu01:before {
	border-bottom-color: #d44b43;
}
#he_menu01 li.ho_cont a {
	background: #d44b43;
}
#he_menu01 li.ho_cont .ho_item a, #he_menu01 li.ho_cont a.active {
	background: #a53b34;
}
#he_menu01 li.ho_cont .ho_item {
	width: 166px;
	left: 166px;
	top: 0;
}
#he_menu02, #he_menu02 li.ho_cont .ho_item {
	width: 196px;
	top: 109px;
	left: 371px;
}
#he_menu02:before {
	border-bottom-color: #3d62ca;
}
#he_menu02 li.ho_cont a {
	background: #3d62ca;
}
#he_menu02 li.ho_cont .ho_item a, #he_menu02 li.ho_cont a.active {
	background: #304c9e;
}
#he_menu02 li.ho_cont .ho_item {
	width: 196px;
	left: 196px;
	top: 0;
}
#he_menu03, #he_menu03 li.ho_cont .ho_item {
	width: 181px;
	top: 109px;
	left: 577px;
}
#he_menu03:before {
	border-bottom-color: #10abb1;
}
#he_menu03 li.ho_cont a {
	background: #10abb1;
}
#he_menu03 li.ho_cont a b, #he_menu03 li.ho_cont a i {
	display: inline-block;
}
#he_menu03 li.ho_cont a b {
	margin-right: 4px;
}
#he_menu03 li.ho_cont a i {
	margin-right: 1px;
}
#he_menu03 li.ho_cont .ho_item a, #he_menu03 li.ho_cont a.active {
	background: #0c858a;
}
#he_menu03 li.ho_cont .ho_item {
	width: 181px;
	left: 181px;
	top: 0;
}*/
#sp_menu_cont {
	display: none;
}
@media screen and (max-width: 1130px) {
#header h1, #right_m {
	display: none;
}
#sp_btn {
	display: block;
}
}
@media screen and (max-width: 1000px) {
#left_m {
	display: none;
}#sp_menu_cont {
 display: block;
 background: #444;
}
#sp_menu_cont ul {
	padding: 10px 10px 13px;
	overflow: hidden;
	border-bottom: solid 1px #888;
}
#sp_menu_cont ul li {
	display: block;
	float: left;
	width: 32%;
	margin-right: 2%;
	text-align: center;
	position: relative;
	z-index: 0;
}
#sp_menu_cont ul li:nth-child(3) {
	margin-right: 0px;
}
#sp_menu_cont ul li a {
	display: block;
	padding: 7px 0;
	font-size: 14px;
	border-radius: 4px;
	color: #fff;
	font-weight: bold;
}
#sp_menu_cont ul li a:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 10px;
	bottom: -4px;
	left: 0;
	background: #fff;
	z-index: -1;
	border-radius: 4px;
}
#sp_menu_cont ul li:nth-child(1) a {
	background: #d44b43;
}
#sp_menu_cont ul li:nth-child(2) a {
	background: #3d62ca;
}
#sp_menu_cont ul li:nth-child(3) a {
	background: #10abb1;
}
#sp_menu_cont ul li:nth-child(1) a:after {
	background: #86140d;
}
#sp_menu_cont ul li:nth-child(2) a:after {
	background: #123086;
}
#sp_menu_cont ul li:nth-child(3) a:after {
	background: #066367;
}
}
@media screen and (max-width: 900px) {
#he_in {
}
#header .cont_in {
	width: auto;
	padding: 0 12px;
}
#header #he_in #ci{
	padding: 16px 0 0;
}
#header #he_in #ci a{
	width:110px;
	height:auto;
}
#header #he_in #ci b{
	font-size:18px;
	padding:1px 7px;
}
#header #he_in #ci img{
	width:100%;
	height:auto;
}
#sp_btn {
	height: 61px;
	padding: 0 19px;
	margin-right: -12px;
}
#sp_btn i {
	font-size: 28px;
	padding-top: 16px;
}
#header #he_in #left_m li {
	float: left;
	width: 30%;
}
}
/*
-------------------------
header end
-------------------------
*/