@charset "UTF-8";

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 100px;
}

body {
	font-size: 16px;
	font-family: 'Microsoft YaHei', 'PingFangSC-Regular', 'helvetica neue', tahoma, 'PingFang SC', 'microsoft yahei', arial, 'hiragino sans gb', sans-serif;
	color: #494949;
	-webkit-font-smoothing: antialiased;
	scroll-behavior: smooth;
	min-width: 1200px;
	background-color:#ffffff;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 0;
	/* border: 0;
	background: 0; */
}

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: none;
}

textarea {
	resize: none;
}

img {
	display: block;
	border: 0;
	vertical-align: bottom;
}

a {
	color: #101822;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: none;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	text-decoration: none;
}

ul,
li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-variant: normal;
}

input::-webkit-input-placeholder {
	color: #bcbcbc;
}

input:-moz-placeholder {
	color: #bcbcbc;
}

input::-moz-placeholder {
	color: #bcbcbc;
}

input:-ms-input-placeholder {
	color: #bcbcbc;
}

.clear_both:after {
	content: " ";
	clear: both;
	display: block;
	overflow: hidden;
}

.contentbox {
	width: 1192px;
	display: flex;
	margin: 0 auto;
}

.m-container {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

/* ======头部====== */
header .top-time {
	width: 100%;
	min-width: 1200px;
	height: 460px;
	background: url(https://www.hunan.gov.cn/zqt/xhtml/images/index1.png) center top no-repeat #244a9f;
	background-size: contain;
	overflow: hidden;
}

header .logo-box {
	display: flex;
	width: 1200px;
	margin: 30px auto 0;
}

/* ======底部====== */
footer {
	width: 100%;
	min-width: 1200px;
	background-color: #10568a;
	padding: 22px 0;
}

footer .friendship-list {
	display: flex;
	justify-content: space-between;
}

footer .friendship-list li {
	width: 232px;
}

footer .friendship-list li a {
	display: block;
	height: 36px;
	line-height: 36px;
	border: 1px solid #74ACD6;
	padding: 0 10px;
	color: #74ACD6;
	text-align: center;
	font-size: 15px;
}

footer .friendship-list li a:hover {
	color: #fff;
}

footer .footer-inner {
	display: flex;
	align-items: center;
	margin: 20px 0 6px 0;
}

footer .footer-inner img {
	margin-right: 10px;
}

footer .footer-inner a {
	color: #fff;
}

footer .footer-inner dl {
	font-size: 12px;
	color: #fff;
	margin: 0 20px;
	line-height: 20px;
}

footer .footer-qr-code-bg {
	display: flex;
	margin-left: 64px;
}

footer .footer-qr-code-bg .dsfewmdiv {
	width: 210px;
}

.dsfewmdiv li {
	margin-left: 20px;
	height: 40px;
	border: 1px solid #74ACD6;
	padding: 0px 10px;
}

.dsfewmdiv li:nth-of-type(2n) {
	margin-top: 15px;
}

.dsfewmdiv img {
	float: left;
	width: 26px;
	height: auto;
	margin-top: 5.5px;
}

.dsfewmdiv span {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
}

.ewmqh {
	display: none;
	position: absolute;
	top: 0px;
	right: 400px;
	top: 50px;
}

.ewmqh img {
	width: 105px;
}

/* ===弹窗=== */
.maskdiv {
	display: none;
	z-index: 10000;
	position: fixed;
	_position: absolute;
	pointer-events: auto;
	background-color: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.aTips {
	position: fixed;
	_position: absolute;
	z-index: 10001;
	width: 480px;
	height: 170px;
	top: 50%;
	margin-top: -85px;
	left: 50%;
	margin-left: -240px;
	background-color: #fff;
	display: none
}

.aTips .text {
	position: relative;
	font-size: 16px;
	padding: 20px;
	line-height: 24px;
	word-break: break-all;
	overflow: hidden;
	font-size: 14px;
	overflow-x: hidden;
	overflow-y: auto;
	text-align: center;
	margin-top: 30px;
}

/* .layui-layer-btn {
	text-align: right;
	padding: 0 10px 12px;
	pointer-events: auto;
	user-select: none;
	-webkit-user-select: none;
	margin-top: 30px;
	display: block;
}

.layui-layer-btn div {
	height: 28px;
	line-height: 28px;
	margin: 6px 6px 0;
	padding: 0 15px;
	font-size: 16px;
	border: 1px solid #dedede;
	background-color: #f1f1f1;
	color: #333;
	border-radius: 2px;
	font-weight: 400;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	float: right;
}

.layui-layer-btn .layui-layer-btn0 {
	border-color: #4898d5;
	background-color: #2056a0;
	color: #fff;
	font-size: 16px;
}
 */
/* ======主体内容====== */
.index_main_row {
	overflow: hidden;
}

/* ======登录====== */
.login_main_row {
	width: 100%;
	min-height: 47.6vh;
	display: flex;
	align-items: center;
	background: #f2f2f2;
	overflow: hidden;
}

.login_row {
	width: 450px;
	margin: 65px auto 82px;
	background-color: #fff;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
	overflow: hidden;
}

.login_row h2 {
	margin-top: 28px;
	font-size: 24px;
	font-weight: 700;
	color: #23418a;
	text-align: center;
}

.input_row {
	padding: 0 40px;
}

.input_row div {
	margin-top: 22px;
	position: relative;
}

.input_row input {
	box-sizing: border-box;
	width: 368px;
	height: 40px;
	line-height: 40px;
	padding: 0 12px 0 35px;
	font-size: 14px;
	background-color: #fff;
	border: solid 1px #d9d9d9;
}

.input_row2 input {
	background-image: none;
	padding-left: 14px;
}

.input_row2 div:nth-of-type(2)`` {
	margin-bottom: 35px;
}

.input_row .user_name input {
	background: url(../images/user_icon.png) 13px center no-repeat;
}

.input_row .user_password input {
	background: url(../images/password_icon.png) 14px center no-repeat;
}

.input_row .check-password {
	position: absolute;
	right: 15px;
	top: 19px;
	transform: translateY(-50%);
	width: 24px;
	height: 20px;
	cursor: pointer;
}

.toggle-password {
	position: absolute;
	right: 15px;
	top: 10px;
	transform: translateY(-50%);
	width: 24px;
	height: 20px;
	cursor: pointer;
}

.input_row .user_yzma {
	display: flex;
}

.input_row .user_yzma input {
	width: 178px;
	padding-left: 13px;
}

.input_row .user_yzma img {
	/* width: 102px;
	height: 40px; */
	margin-left: 10px;
}

.input_row .submit_btn {
	cursor: pointer;
	margin: 20px auto 46px;
	width: 368px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	color: #fff;
	background-color: #24489e;
	border: none;
}

.input_row .blue_text {
	margin: 22px 0 0;
	font-size: 14px;
	text-align: right;
	color: #24489e;
}

.input_row .blue_text a {
	color: #24489e;
}

/* ====== 数据填报 ====== */
.form_main_row {
	width: 924px;
	margin: 60px auto 76px;
}
.form_list_row {}

.form_list_row li {
	display: flex;
	align-items: center;
	padding: 13px 0;
}

.form_list_row label {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #494949;
	min-width: 100px;
	text-align: right;
	font-weight:lighter;
}

.form_list_row label::before {
	content: "*";
	font-size: 24px;
	color: #e3271e;
	margin-right: 10px;
	position: relative;
	top: 5px;
}

.form_list_row label.default_label::before,
dl.form_list_row label::before {
	content: "";
}

.form_list_row input,
.form_list_row select,
.form_list_row textarea {
	box-sizing: border-box;
	padding: 0 12px;
	background-color: #fff;
	border: solid 1px #d9d9d9;
}

.form_list_row select:focus {
	border-color: #d9d9d9;
	outline: none;
	border-radius: none;
	box-shadow: 0px 2px 14px 0px rgba(137, 138, 138, 0.28);
}

.form_list_row textarea {
	padding: 12px;
}

.infor_list1 input,
.infor_list1 select,
.infor_list1 textarea,
.infor_list4 li:nth-of-type(2) input,
.infor_list4 li:nth-of-type(3) input {
	width: 344px;
	height: 44px;
}

.infor_list3 input {
	width: 823px;
}

.infor_list4 input,
dl.form_list_row input {
	height: 44px;
}

.infor_list1 {
	display: flex;
	flex-wrap: wrap;
}

.infor_list1 li:nth-child(2n),
.infor_list4 li:nth-of-type(3) {
	flex: 2;
}

.infor_list2 input,
.infor_list2 select,
.infor_list2 textarea {
	flex: 1;
}

dl.form_list_row {
	display: flex;
}

dl.form_list_row dt {
	width: 90px;
	text-align: right;
	padding-top: 24px;
}

dl.form_list_row dd ul {
	width: 834px;
	margin: 8px 0;
}

dl.form_list_row dd ul li {
	padding: 5px 0;
}

dl.form_list_row dd ul li label {
	font-size: 14px;
	color: #555;
	min-width: 60px;
	margin-right: 10px;
}

.infor_list2 li.upload_row {
	align-items: baseline;
}

.infor_list2 .upload_list {
	position: relative;
	width:100%;
	flex: 1;
}
.attach_tip{ width:140px; height:20px;padding-left:10px; font-size:12px; line-height:20px; }

.infor_list2 li input.upload_file {
	position: absolute;
	top: 0;
	left: 0;
	width: 96px;
	height: 32px;
	border: 0;
	opacity: 0;
	z-index: 10;
}

.form_main_row .form_hint {
	font-size: 14px;
	color: #494949;
	padding-left: 100px;
}

.form_main_row .form_hint em {
	font-size: 24px;
	color: #e3271e;
	font-style: normal;
	position: relative;
	top: 6px;
}

.form_main_row .btn_list {
	display: flex;
	justify-content: end;
	overflow: hidden;
}
/* 设计的，提交按钮 */
.form_main_row .btn_list a.submit {
	margin-top: 26px;
	display: block;
	width: 180px;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background-color: #24489e;
}


/*ext css*/
.clear{ clear:both; width:0px; height:0px; }
.bigtitle {
	font-size: 30px;
	height: 80px;
	font-weight: 700;
	color: #24489e;
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
	line-height: 80px;
	padding-top:30px;
}
/*富文本编辑器*/
.edit_wrap{ width:820px; min-height:200px; }



/* .btn-primary {
	color: #fff;
	background-color: #254aa1;
	border-color: #254aa1;
}
.btn-primary:hover {
	color: #fff;
	background-color: #005291;
	border-color: #004c87;
}
 */











