@charset "utf-8";

html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

.home-content {
	width: 100%;
	height: 100%;
}

#contenter {
	width: 100%;
	height: 100%;
	position:relative;
}

.t_1 {
	background-color: #015198;
	height: 3px;
	width: 100%;
}

.m_1 {
	width: 100%;
	height: 70px;
	margin: 0 auto;
}

.logo_1 {
	margin-top: 10px;
	margin-bottom: 4px;
	margin-left: 5px;
}

.m_2 {
	width: 100%;
	height: 1px;
	margin: 0 auto;
	background-color: #cccccc;
	text-align: center;
}

.m_3 {
	width: 100%;
	height: 50px;
	background-color: #ffffff;
}

.m_4 {
	width: 1000px;
	height: 300px;
	margin: 0 auto;
}

.pic_1 {
	float: left;
	margin-top: 80px;
}

.pic_2 {
	margin-top: 10px;
}

.login {
	float: left;
	margin-left: 90px;
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
	padding: 15px 5px;
	-webkit-box-shadow: 0 1px 0 #ececec inset;
	-moz-box-shadow: 0 1px 0 #ececec inset;
	-ms-box-shadow: 0 1px 0 #ececec inset;
	-o-box-shadow: 0 1px 0 #ececec inset;
	box-shadow: 0 1px 0 #ccc inset;
	color: ffffff;
	box-shadow: #252424;
	text-align: center;
}

.login_1 {
	width: auto;
	color: ffffff;
	margin: 10px;
	text-align: center;
}

.m_5 {
	width: 100%;
	height: 121px;
	background-color: #ffffff;
}

.m_6 {
	width: 100%;
	height: 20px;
	background-color: #FFFFFF;
	text-align: center;
}

.m_7 {
	width: 100%;
	height: 100px;
	line-height: 100px;
	color: #333;
	background-color: #FFF;
	text-align: center;
}

.login_2 {
	font-size: 16px;
	color: #bababa;
	width: 320px;
	height: 42px;
	margin: 0 auto;
}

.login_3 {
	clear: both;
	height: 38px;
	width: 1px;
}

.title {
	font-family: "Microsoft YaHei", "微软雅黑", '黑体';
	font-size: 24px;
	color: #0062be;
	float: left;
	margin-left: 8px;
	margin-top: 24px;
}

.image_logo {
	float: left;
}

.text_1 {
	font-size: 24px;
	color: #0062be;
	text-align: center;
}

.txt {
	font-size: 16px;
	color: #333;
	width: 250px;
	text-indent: 9px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 0 #ececec inset;
	-moz-box-shadow: 0 1px 0 #ececec inset;
	-ms-box-shadow: 0 1px 0 #ececec inset;
	-o-box-shadow: 0 1px 0 #ececec inset;
	box-shadow: 0 1px 0 #ececec inset;
	border: 1px solid #ccc;
	height: 34px;
	line-height: 34px;
	margin-top: 10px;
}

.txt:hover {
	border: 1px solid #0062be;
}

.txt:active {
	border: 1px solid #0062be;
	color: #bababa;
}

.captcha {
	text-transform: uppercase;
	ime-mode: disabled;
}

.index .foot {
	margin-bottom: 0;
}

.index .foot {
	margin-top: 20px;
}

.foot {
	width: 100%;
	color: white;
	font-size: 15px;
	margin-bottom: 20px;
	text-align: center;
}

.foot p {
	text-align: center;
	line-height: 28px;
}

.login-box {
	width: 100%;
	height: 380px;
	text-align: center;
}

img {
	border: none;
}

.index .logo_logistics {
	margin: 0 auto;
}

h1, h2, h3, h4, h5, h6, h7, p {
	margin: 0;
	padding: 0;
}

.index .login-box {
	height: 70px;
}

.index .login_form .login_ul {
	margin-left: -50px;
}

.index .login_form .login_li {
	float: left;
	display: inline;
	margin-left: 20px;
}

ul, li, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix {
	display: block;
}

.clearfix {
	display: inline-block;
}

ul, li, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.index .login_form .login_li input {
	font-size: 18px;
	padding-left: 9px;
	width: 200px;
	height: 38px;
	line-height: 39px;
	background: #fff;
	border: 1px solid #9B9B9B;
	margin-top: 10px;
}

.index .login_form .login_li input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 245px white inset;
}

.index .login_form .login_li input.login-btn {
	width: 100px;
	height: 42px;
	background: #015198;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	cursor: pointer;
	cursor: hand;
	border-radius: 6px;
}

.index .login_form .login_li input.login-btn:hover {
	background-color: #046abc;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #70716B;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #70716B;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #70716B;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #70716B;
}