@charset "utf-8";

* {
	box-sizing: border-box;
	font-size: 14px;
}

html,
body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
 input{
        outline:none
    }
a{
	cursor: pointer;
	text-decoration: none;
}
p {
	margin: 0;
}

.head {
	background: #fff;
	width: 100%;
	height: 70px;
}

.foot {
	width: 100%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background: #FFFFFF;
	color: #8f8f8f;
}

.main {
	width: 100%;
	min-height: calc(100% - 140px);
	/*background: url(../imgs/sz_bk.png) no-repeat center;*/
	background-size: 100% 100%;
}

.head-main {
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

.head-main-left {
	float: left;
	height: 100%;
	padding-top: 25px;
}

.head-main-left span {
	color: #404040;
	font-size: 20px;
	font-family: "方正正中黑简体";
}

.head-main-left img {
	vertical-align: middle;
	width: 29px;
	margin-top: -10px;
}

.head-main-right {
	float: right;
	padding-top: 25px;
}

.head-main-right a {
	text-decoration: underline;
	margin-left: 20px;
	cursor: pointer;
	color: #404040;
}

.head-main-right a img {
	width: 15px;
	vertical-align: middle;
	margin-top: -5px;
	margin-right: 7px;
}

.main-center {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	padding: 36px 0px;
	height: auto;
}

.wxts {
	background: url(../imgs/sz_jx.png) no-repeat center;
	background-size: 100% 100%;
	width: 750px;
	min-height: 115px;
	padding: 10px 15px;
}

.xai {
	color: #ffc23e;
	margin-bottom: 7px;
}

.xai img {
	vertical-align: top;
	margin-right: 7px;
}

.tsnr {
	font-size: 12px;
	color: #fff;
	line-height: 20px;
}

.main-center-left {
	height: 100%;
	float: left;

}

.xgtp {
	margin-top: 30px;
	margin-left: 40px;
}

.llq {
	color: #ffc23e;
	font-size: 15px;
	margin-top: 30px;
}

.llq img {
	vertical-align: sub;
	margin-right: 7px;
	margin-top: -3px;
}

.main-center-right {
	float: right;
}

.login {
	padding: 25px;
	background: #fff;
	border-radius: 5px;
	width: 370px;
	margin-top: 100px;
	margin-bottom: 100px;
}

.kjg {
	height: auto;
	overflow: hidden;
	width: 100%;
	margin-top: 10px;
}
.kjg span{
	font-size: 17px;
	color: #000;
}
.kjg a{
	float: right;
	color: #404040;
}
.nhg{
	float: right;
	padding-left: 10px;
	font-size: 14px !important;
	padding-right: 10px;
	color: #404040 !important;
}
.diduan{
	text-align: center;
}
.diduan a{
	color: #404040;
}
.diduan span{
	padding: 0px 10px;
	color: #404040
}
.login input{
	background: #fff;
	border-radius: 5px;
	border: 1px solid #ddd;
	width: 100%;
	height: 38px;
	line-height: 38px;
	padding-left: 11px;
	margin-top: 28px;
}
.login input:focus{
	border: 2px solid #4896ee;
	box-shadow: 0px 0px 15px #a7c7fa;
	border-radius: 5px;
}
.yzm-div{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.yzm-div input{
	width: calc(100% - 115px);
	float: left;
}
.yzm{
	display: block;
	width: 100px;
	height: 38px;
	border: 1px solid #ddd;
	float: right;
	border-radius: 5px;
	margin-top: 28px;
}
.btn-dl{
	width: 100%;
	height: 45px;
	margin-top: 35px;
	margin-bottom: 25px;
	line-height: 45px;
	color: #fff;
	background: #006DFE;
	box-shadow: 0px 0px 15px #4896EE;
	border-radius: 5px;
	text-align: center;
	font-size: 17px;
	display: block;
}