@charset "UTF-8";

body {
	padding: 0;
	margin: 0;
	background-color: #fff;
}

.bg {
	top: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	min-width: 960px;
	min-height: 540px;
}

.content {
	width: 100%;
	height: 100%;
	z-index: 10;
	position: absolute;
}

.bg_img {
	position: relative;
	width: 100%;
	height: 110%;
}

.leader {
	width: 100%;
	min-width: 800px;
	height: 50px;
	background-color: #122a40;
	color: #fff;
	position: fixed;
	text-align: center;
	z-index: 100;
}

.leader_logo {
	float: left;
	margin-left: 5%;
	font-size: 16px;
}

.leader_banner {
	float: right;
	margin-right: 5%;
}

.leader_banner ul {
	padding: 0;
	margin: 0;
	border: none;
	width: 100%;
	height: 100%;
	list-style-type: none;
}

.leader_banner ul li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	width: 120px;
	height: 35px;
	padding: 14px 0 0 0;
	margin: 0;
	border: none;
	/*line-height:150%;*/
	text-align: center;
	cursor: pointer;
	font-size: 16px;
}

.leader_banner ul li:link {
	background-color: #122a40;
}

.leader_banner ul li:visited {
	background-color: #122a40;
}

.leader_banner ul li:hover {
	background-color: #40617c;
	font-weight: bold;
}

.leader_banner ul li:active {
	background-color: #40617c;
	font-weight: bold;
}

.on {
	background-color: #40617c;
	font-weight: bold;
}

.login_div {
	background-image: url("new_img_20190903/login_bg_1_mid.png");
	background-repeat: no-repeat;
	width: 880px;
	height: 494px;
	position: absolute;
	margin-left: -440px;
	margin-top: -247px;
	left: 50%;
	top: 50%;
	border-radius:2px;
}

.login_div_mid {
	background-image: url("new_img_20190903/login_bg_1_mid.png");
	background-repeat: no-repeat;
	width: 626px;
	height: 351px;
	position: absolute;
	margin-left: -313px;
	margin-top: -171px;
	left: 50%;
	top: 50%;
	border-radius:2px;
}

.login_div_min {
	background-image: url("new_img_20190903/login_bg_1_mid.png");
	background-repeat: no-repeat;
	width: 469px;
	height: 263px;
	position: absolute;
	margin-left: -234px;
	margin-top: -131px;
	left: 50%;
	top: 50%;
	border-radius:2px;
}

.login_tab {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}

.login_content_tab, .login_content_tab_min, .login_content_tab_mid {
	border-collapse: collapse;
}

.login_content_tab tr {
	height: 80px;
}

.login_content_tab tr td {
	width: 280px;
}

.login_content_tab_mid tr {
	height: 60px;
}

.login_content_tab_mid tr td {
	width: 220px;
}

.login_content_tab_min tr {
	height: 40px;
}

.login_content_tab_min tr td {
	width: 160px;
}

.login_content_tab tr td input[type="text"], .login_content_tab tr td input[type="password"],
	.login_content_tab_mid tr td input[type="text"], .login_content_tab_mid tr td input[type="password"],
	.login_content_tab_min tr td input[type="text"], .login_content_tab_min tr td input[type="password"]
	{
	border: none;
	height: 30px;
	font-size: 13pt;
	width: 80%;
}

/*ie6及以下适配*/
.text_login {
	border: none;
	height: 30px;
	font-size: 13pt;
	width: 80%;
}

.text_login_nor {
	margin: 0px 0px 0px 20px;
}

.text_login_mid {
	margin: 0px 0px 0px 10px;
}

.text_login_min {
	margin: 0px 0px 0px 5px;
}
/** end **/
.login_content_tab tr td input[type="text"], .login_content_tab tr td input[type="password"]
	{
	margin: 0px 0px 0px 20px;
}

.login_content_tab_mid tr td input[type="text"], .login_content_tab_mid tr td input[type="password"]
	{
	margin: 0px 0px 0px 10px;
}

.login_content_tab_min tr td input[type="text"], .login_content_tab_min tr td input[type="password"]
	{
	margin: 0px 0px 0px 5px;
}

.login_btn, .login_btn_mid, .login_btn_min {
	width: 99%;
	font-size: 14pt;
	color: #fff;
	border: none;
	border-radius: 5px;
	background-color: #3066df;
	cursor: pointer;
}

.login_btn {
	height: 45px;
}

.login_btn_mid {
	height: 35px;
}

.login_btn_min {
	height: 30px;
}

.foot_div {
	position: absolute;
	height: 30px;
	margin-top: -30px;
	top: 100%;
	width: 100%;
	text-align: center;
	/*font-weight:bold;*/
	color: #aaa;
	font-size: 12px;
}

.plice {
	display: inline-block;
	height: 20px;
	width: 20px;
	overflow: hidden;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #fff;
}

.about_us {
	display: none;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}

.about_us_img {
	width: 100%;
}

.img_title_tr {
	font-size: 12px;
}

.msg, .msg_mid, .msg_min {
	color: red;
	position: absolute;
	left: 0;
}

.msg {
	top: 20px;
}

.msg_mid {
	top: 10px;
}

.msg_min {
	top: 5px;
}

input::-webkit-input-placeholder {
	font-size: 15px;
	color: #ccc;
}

input:-moz-placeholder {
	font-size: 15px;
	color: #ccc;
}

input::-moz-placeholder {
	color: #ccc;
	font-size: 15px;
}

input:-ms-input-placeholder {
	color: #ccc;
	font-size: 15px;
}

* {
	font-family: "微软雅黑";
}

.about_us_div {
	width: 100%;
	text-align: center;
	/*padding-left:25px;*/
	/*padding-top:100px;*/
}

.about_us_tb, .about_us_tb_mid, .about_us_tb_min {
	border-collapse: collapse;
	text-align: left;
	table-layout: fixed;
}

.about_us_tb tr td, .about_us_tb_mid tr td, .about_us_tb_min tr td {
	width: 20%;
}

.title {
	color: #3066df;
	font-size: 15px;
	font-weight: bold;
}

.title img, .contact_us_title img, .contact_us_title_nor img {
	margin-right: 5px;
}

.about_us_p_b {
	margin-left: 25px;
	color: #49556f;
	font-size: 15px;
}

.about_us_p {
	margin-left: 25px;
	color: #687592;
	font-size: 12px;
}

.contact_us_div {
	width: 100%;
	background-color: #3066df;
}

.contact_us_tb, .contact_us_tb_mid, .contact_us_tb_min {
	border-collapse: collapse;
	text-align: left;
	/*width:900px;*/
	table-layout: fixed;
	color: #fff;
}

.contact_us_tb, .about_us_tb {
	width: 1100px;
}

.contact_us_tb_mid, .about_us_tb_mid {
	width: 900px;
}

.contact_us_tb_min, .about_us_tb_min {
	width: 880px;
}

.contact_us_title {
	font-size: 15px;
	font-weight: bold;
}

.contact_us_title_nor {
	font-size: 15px;
}

.contact_us_p {
	margin-left: 25px;
	font-size: 12px;
}

.contact_us_p_b {
	margin-left: 25px;
	font-size: 15px;
}

.map_td {
	position: relative;
}

.contact_tb {
	position: absolute;
	width: 400px;
	/*height:200px;*/
	margin-left: -200px;
	margin-top: -100px;
	left: 75%;
	top: 50%;
	z-index: 233;
	font-size: 12px;
	color: #fff;
}

.contact_tb tr td{
	line-height: 200%;
}

input.placeholder_input {
	color: #ccc;
	border: none;
}
.rem_span{
	cursor: default;
}