html, body {
	margin: 0px;
	background-color: #FFF;
	font-family: "Microsoft YaHei",SimHei,"Helvetica Neue",Helvetica,Arial,sans-serif,FontAwesome; !important;
}
a {
	/*color: #0046ae*/
	text-decoration: none;
}
hr {
	border: none;
	border-top: 1px solid #808080;
	margin: 10px 0px
}

#page {
	margin: 5px auto;
	position: relative;
	width: 1180px;
	overflow: hidden
}
.header {
	display:inline-block;
	margin-top: 15px;
	height: 80px;
	width: 100%;
}
.header_left_area {
	display:inline-block;
	margin-right:10px;
}
.header_right_area {
	display: inline-block;
	position: absolute;
	right: 0px;
	margin-top: 15px;
}

.header_right_area a {
	font-size: 20px;
	vertical-align: middle;
	margin-right: 20px;
}
.header_user_area {
	border: #808080 1px solid;
    border-radius: 5px;
    padding: 5px;
    position: relative;
    top: 10px;
}
.header_user_area #my_login {
	text-align: center;
	color: #000;

}

.header_right_area .register200 {
	color: #000;
	font-size: 16px;
	width: 220px;
	position: absolute;
	right: 0px;
	float: right;
}

.header_right_area .register200 a{
	color: #D30000;
	text-decoration: underline;
}

.header_menu {
	height:30px;
	position: relative;
	margin-bottom: 20px;
}
.header_menu .menu-icon {
	display: inline-block;
	width: 185px;
	/*border:#808080 1px solid;*/
	margin: 0 2px;
	text-align: center;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	letter-spacing: 3px;
}
.header_menu .menu-icon:hover, .sub_menu div {
	color: #FFF;
	/*border: #fff 1px solid;*/
	background-color: #4F8EDA;
}

.menu-icon img {
	position: absolute;
	margin-left: -20px;
}

.menu-icon .sub_menu {
	position: absolute;
	z-index: 99;
	top: 40px;
	display: none;

}
.sub_menu div {
	border: #fff 1px solid;
	margin-left: -1px;
	text-align: center;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	width: 225px;
	background-color: #4F8EDA;

}

.sub_menu div:hover {
	border: #000 1px dotted;
	background-color: #000;
}

.sub_menu div i {
	margin-right: 10px;
}

 #my_login {
	cursor: pointer;
	height: 50px;
}

.hide {
    display: none;
}

#footer {
	background-image: url(/img/index/footer_bg.png);
    background-size: 100%;
    position: relative;
}

#footer .footer_left {
	display: inline-block;
	padding: 40px 20px 20px 20px;
	width: 600px;
}
#footer .footer_left .contact img {
	width: 600px;
}
#footer .footer_left a img {
	width: 180px;
}
#footer .footer_right {
	display: inline-block;
}

#loading {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0,0,0,0.7);
    display: none;
}
#loading .valign {
	color: #FFF;
	position: absolute;
	top: 45%;
	width: 100%;
	text-align: center
}
#go_top {
    position: fixed;
    margin: 0 0 0 -30px;
    z-index: 9999;
    background: url(/css/images/go_top.png) no-repeat center center;
    width: 30px;
    height: 50px;
    cursor: pointer;
    display: none;
}
.d-none, .hidden, .hide {
	display: none;
}

.input, .select {
    border-radius: 10px;
    border: 1px solid #FFF;
    background-color: #4F8EDA;
    color: #FFF;
    height: 40px;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    text-align-last: center;
    text-align: center;
    display: inline-block;i
}
.form-group {
	margin-bottom: 10px;
	display: flex;
	width: 100%;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #FFF;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #FFF;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #FFF;
}
.center {
    margin: auto;
    width: 50%;
    padding: 10px;
}
.nbtn {
    border: #808080 1px solid;
    border-radius: 2px;
    text-decoration: none;
    font-size: 20px;
    padding: 5px 25px;
    margin-right: 10px;
}
.xbtn {
    border: #808080 1px solid;
    border-radius: 2px;
    text-decoration: none;
    font-size: 14px;
    padding: 5px 10px;
    margin: 0px 5px;
    width: 120px;
}
.nbtn:hover, .xbtn:hover {
    background-color: #4F8EDA;
    color: #fff;
    cursor: pointer;
}
.dbtn {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.dbtn:hover {
    background-color: #d41002;;
    color: #fff;
    cursor: pointer;
}