@charset "utf-8";

body,html {
	height: 100%;
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background: #fff;
	background-size: cover;
}

@media screen and (max-width: 1024px){
.jxcg-index {
	width: 100%;
	margin: 0 auto;
	}
}
@media screen and (min-width: 1200px){
.jxcg-index {
	width: 80%;
	max-width: 1526px;
	margin: 0 auto;
}
}

a {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #5A5B5A;
}

img {
	border: none;
}


.input-group {
	width: 100%;
    font-size: 14px;
    color: #333;
    background: transparent;
    position: relative;
    margin-bottom: 14px;
    border-radius: 4px;
}

.input-yzm{
	width: 60%!important;
}

.input-group span.icon {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-right: solid 1px #DEDEDE;
}

.input-secr {
	display: flex;
    justify-content: flex-start;
}

.input-yz{
	display: inline-block;
}

.input-code img {
	border-radius: 3px;
	margin: 2px 0 0 10px;
}

.input-code{
	display: inline-block;
	width: 40%;
	text-align: right;
	cursor: pointer;
}

span.icon i.ic-user {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../images/user.png) no-repeat center center;
}

span.icon i.ic-psw {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../images/psw.png) no-repeat center center;
}

span.icon i.ic-yzm {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../images/yzm.png) no-repeat center center;
}

.login_box {
	width: 1100px;
	margin: 30px auto 0;
}

.login_head {
	height: 95px;
	text-align: center;
	font-size: 24px;
	color: #FFFFFF;
	vertical-align: middle;
	background-color: #0C5F67;
	border-bottom: 5px solid #FFFFFF;
	display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.login_box .login_l_img {
	float: left;
	width: 432px;
	height: 360px;
	margin-left: 50px;
	margin-top: 50px;
}

.login_box .login_l_img ul li{
	list-style-type: disc;
	margin-left: 15px;
}

.login_box .login_l_img img {
	width: 120px;
	height: 120px;
}

.logmess{
	color: #ff0000;
	font-size: 16px;
	margin-top: 5px;
}

.login {
	height: 300px;
	width: 100%;
	margin: 0 auto;
	padding: 15px 30px;
	background-color: #0C5F67;
	border-radius: 6px;
	box-sizing: border-box;
	text-align: center;
}

.login .login_label {
	color: #fff;
	margin: 2px 5px 15px 10px;
	font-size: 18px;
	text-align: left;
}

.login input {
}

.login .reg {
	margin-top: 15px;
	text-align: center;
	display: inline-block;
}

.login .reg a.at {
	margin-right: 50px;
}

.login .reg a:hover {
	color: #FFB800;
}

.login_logo {
	width: 100px;
	height: 100px;
	border: 5px solid #93defe;
	border-radius: 100px;
	background: #fff;
	text-align: center;
	line-height: 110px;
	position: absolute;
	top: -50px;
	right: 140px;
}

.login_name {
	width: 100%;
	height: 50px;
	float: left;
	text-align: center;
	padding-top: 20px;
}

ul li {
	line-height: 30px;
	margin: 5px 0;
}

.login_name p {
	width: 100%;
	text-align: center;
	font-family: "微软雅黑";
	font-weight: bolder;
	font-size: 18px;
	color: #444;
	padding: 10px 0 10px;
}

.login_logo img {
	width: 60px;
	height: 60px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 15px;
}

input[type=text],input[type=file],input[type=password],input[type=email],select
	{
	border: 1px solid #DCDEE0;
	border-radius: 3px;
	height: 40px;
	padding-left: 16px;
	font-size: 14px;
	color: #555555;
	width: 100%;
	margin-bottom: 10px;
	line-height: 40px;
	color: #888;
	padding-left: 50px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	
}

input[type=text]:focus,input[type=file]:focus,input[type=password]:focus,input[type=email]:focus,select:focus
	{
	border: 1px solid #27A9E3;
}

input[type=submit],input[type=button] {
	display: inline-block;
	vertical-align: middle;
	padding: 12px 24px;
	margin: 0px;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	color: #47A2E8;
	background-color: #E2E3E3;
	border-radius: 3px;
	border: none;
	-webkit-appearance: none;
	outline: none;
	width: 95%;
}

.copyright {
	font-size: 18px;
	font-family: '黑体';
	color: #393D49;
	display: block;
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 80px;
}

#password_text {
	border: 1px solid #DCDEE0;
	vertical-align: middle;
	border-radius: 3px;
	height: 50px;
	padding: 0px 16px;
	font-size: 14px;
	color: #888;
	outline: none;
	width: 100%;
	margin-bottom: 15px;
	display: block;
	line-height: 50px;
}