﻿@charset "utf-8"; 

.w {
	font-family: "微软雅黑"
}

.s {
	font-family: "宋体"
}

input {
	outline: 0
}

button {
	outline: 0
}

.o {
	-moz-transition: .8s;
	-ms-transition: .8s;
	-webkit-transition: .8s;
	opacity: .8
}

.t {
	-moz-transition: .8s;
	-ms-transition: .8s;
	-webkit-transition: .8s
}

.p {
	-moz-transition: .8s;
	-ms-transition: .8s;
	-webkit-transition: .8s;
	opacity: 1
}

.f {
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-webkit-transform: scale(1.02);
	transform: scale(1.02)
}

button {
	outline: 0
}

input {
	outline: 0
}

select {
	outline: 0
}

input::-webkit-input-placeholder {
	color: #ccc !important
}

.q {
	-moz-transition: .8s;
	-ms-transition: .8s;
	-webkit-transition: .8s;
	opacity: 1
}

.q:hover {
	-moz-transition: .8s;
	-ms-transition: .8s;
	-webkit-transition: .8s;
	opacity: .8
}

body {
	background: #F5FAFF;
}

.header {
	height: 100px;
	text-align: center;
	width: 100%;
	background-color: #147CD9;
}

.header .header_z {
	width: 1200px;
	margin: 0 auto;
	height: 100px
}

.header .header_z .logo {
	margin-top: 15px;
	float: left
}

.header .header_z .by {
	float: left;
	margin-left: 250px;
	margin-top: 15px
}

.header .header_z .kef {
	float: right;
	margin-top: 25px
}

.content_c {
	width: 1200px;
	margin: 40px auto;
	position: relative;
	text-align: center
}

.content_c .left {
	float: left
}

.content_c ul li {
	width: 390px;
	height: 80px;
	margin-bottom: 20px;
	text-align: center;
	box-shadow: 10px 10px 20px #E1EBF6;
}
.content_c ul li a {
	height: 80px;
	display: block;
	background: url(../images/li_out.png) no-repeat center top;
}
.content_c ul li a:hover {
	background: url(../images/li_over.png) no-repeat center top;
}
.content_c ul li p {
	display: inline-block;
	padding-left: 42px;
	color: #353f4b;
	font-size: 20px;
	line-height: 80px;
}

.content_c ul li span {
	color: #353f4b;
	transform: scale(0.85);
	font-size: 10px;
	text-transform: uppercase;
	display: block;
	margin-top: 7px
}
.content_c ul li:hover p {
	color: #fff;
}
.content_c .center {
	margin: -23px 20px 0 40px;
	width: 353px;
	float: left;
}

.content_c .center .banner {
	margin-top: 6px
}

.content_c .right {
	float: left
}

.content_c .li00 a p {	background: url(../images/i00.png) no-repeat left center;}
.content_c .li01 a p {	background: url(../images/i01.png) no-repeat left center;}
.content_c .li02 a p {	background: url(../images/i02.png) no-repeat left center;}
.content_c .li03 a p {	background: url(../images/i03.png) no-repeat left center;}
.content_c .li04 a p {	background: url(../images/i04.png) no-repeat left center;}
.content_c .li05 a p {	background: url(../images/i05.png) no-repeat left center;}
.content_c .li06 a p {	background: url(../images/i06.png) no-repeat left center;}
.content_c .li07 a p {	background: url(../images/i07.png) no-repeat left center;}
.content_c .li08 a p {	background: url(../images/i08.png) no-repeat left center;}
.content_c .li09 a p {	background: url(../images/i09.png) no-repeat left center;}
.content_c .li00 a:hover p {	background: url(../images/i00_over.png) no-repeat left center;}
.content_c .li01 a:hover p {	background: url(../images/i01_over.png) no-repeat left center;}
.content_c .li02 a:hover p {	background: url(../images/i02_over.png) no-repeat left center;}
.content_c .li03 a:hover p {	background: url(../images/i03_over.png) no-repeat left center;}
.content_c .li04 a:hover p {	background: url(../images/i04_over.png) no-repeat left center;}
.content_c .li05 a:hover p {	background: url(../images/i05_over.png) no-repeat left center;}
.content_c .li06 a:hover p {	background: url(../images/i06_over.png) no-repeat left center;}
.content_c .li07 a:hover p {	background: url(../images/i07_over.png) no-repeat left center;}
.content_c .li08 a:hover p {	background: url(../images/i08_over.png) no-repeat left center;}
.content_c .li09 a:hover p {	background: url(../images/i09_over.png) no-repeat left center;}

.section {
	height: 280px;
	width: 1200px;
	margin: 23px auto 40px;
	background-color: #FFF;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 20px;
	box-shadow: 10px 10px 20px #E1EBF6;
}
.section h2 {
	text-align: center;
	border-bottom: 1px solid #D9E2EB;
	padding-bottom:20px;
	margin-bottom: 20px;
}
.section .inner {
	margin: 0 10px;
	position: relative;
}
.section .inner:before {
	content:"";
	position: absolute;
	top: 5px;
	left: 350px;
	width: 1px;
	height: 170px;
	border-right: 1px dotted #D9E2EB;
}
.section .inner:after {
	content:"";
	position: absolute;
	top: 5px;
	right: 360px;
	width: 1px;
	height: 170px;
	border-right: 1px dotted #D9E2EB;
}
.section .inner li p {
	min-width: 430px;
	display: inline-block;
	font-size: 14px;
	line-height: 2.5;
}
.section .inner li p:last-child {
	min-width: auto;
}
.section .inner li p .name {
	color:#1379d7;
}
.section .inner li p .txt {
	color:#f34a00;
}

.height {
	height: 60px;
	float: left
}

.nav {
	clear: both;
	width: 1200px;
	height: 65px;
	line-height: 65px;
	margin: 0 auto;
	position: relative
}

.nav .btn {
	float: left;
	width: 166px;
	height: 38px;
	margin-top: 15px;
	position: absolute;
	left: 0;
	top: 0
}
.nav .btn a {
	color:#fff;
	/* font-size: 1rem; */
	font-size: 0.32rem;
	display: block;
	text-align: center;
	background-color: #147cd9;
	border-radius: 25px;
	line-height: 38px;
}

.nav p {
	text-align: center;
	font-size: 26px;
	color: #147CD9;
}

.content_s {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	background-color: #fff;
	padding-top: 40px;
 box-shadow: 10px 10px 20px #e1ebf6;	
}

.form {
	width: 530px;
	margin: 30px auto 0;
	padding-bottom:30px;
}

.form li {
	margin-bottom: 18px;
	color: #232323;
	overflow: hidden;
	zoom: 1;
	position: relative;
}
.clearfix2 li{
	display: flex;
	align-items: center;
}

.form label {
	font-size: 16px;
	width: 180px;
	line-height: 36px;
	color: #353f4b;
	float: left;
	text-align: right
}

.form input {
	width: 315px;
	border-radius: 3px;
	height: 40px;
	padding: 0 5px;
	border: 0;
	color: #000;
	font-size: 16px;
	float: left;
	text-indent: 0px;
	line-height: 22px;
	background-color: #F5FAFF;
	border: 1px solid #CFDBE8;
}

#fileImage {
	display: none
}

.filePicker {
	background: none repeat scroll 0 0 #b48349;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	width: 120px;
	vertical-align: middle;
	min-width: 120px;
	margin: 0 auto;
	overflow: hidden;
	transition: background .2s;
	-moz-transition: background .2s;
	-webkit-transition: background .2s;
	-o-transition: background .2s;
	float: left
}

.img1 {
	position: absolute;
	top: 1px;
	right: 30px;
}

.upload_btn {
	color: #fff;
	cursor: pointer;
	display: inline-block;
	float: left;
	font-size: 14px;
	margin: 10px 0 0 190px;
	font-size: 18px;
	position: relative;
	text-align: center;
	line-height: 40px;
	width: 168px;
	height: 40px;
	border: none;
	border-radius: 3px;
	background-color: #147cd9;
}

#fileSubmit1 {
	background: url(../images/btn_bg.png);
	color: #fff;
	border: none;
	cursor: pointer;
	display: inline-block;
	float: left;
	font-size: 14px;
	margin: 10px 0 0 130px;
	font-size: 18px;
	position: relative;
	text-align: center;
	line-height: 40px;
	width: 200px;
	height: 56px;
	line-height: 56px;
}

.ipt {
	width: 325px;
	height: 43px;
	padding: 0 5px;
	border: 0;
	color: #000;
	font-size: 16px;
	float: left;
	border-radius: 3px;
	text-indent: 0px;
	line-height: 22px;
	background-color: #F5FAFF;
	border: 1px solid #CFDBE8;
}

.content_z {
	width: 1200px;
	margin: 0 auto;
	position: relative
}

.height {
	height: 60px;
	float: left
}

.text {
	font-size: 14px;
	text-align: center;
	line-height: 22px;
	float: left;
	width: 100%;
	margin-bottom: 40px;
	margin-top: 10px;
	color: #147cd9;
}

.footer {
	clear: both;
	text-align: center;
	color: #a4acb4;
	width: 100%;
	line-height: 2.2;
	font-size: 13px;
	padding: 21px 0;
	background-color: #353F4B;
    
}

.scrolls_z {
	    width: 506px;
    height: 238px;
	overflow: hidden;
	margin-top: 6px;
	margin-left: 6px;
	background-color: #000;
	padding-top: 10px
}

.scrolls {
	width: 420px;
	height: 160px;
	overflow: hidden;
	margin-top: 20px;
	margin-left: 38px
}

.scrolls ul li {
	font-family: "宋体";
	height: 30px;
	line-height: 30px;
	width: 420px;
	clear: both;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-text-overflow: ellipsis;
	color: #fff;
	display: block
}

.scrolls ul li a {
	color: #bcbbbb
}

.scrolls ul li font {
	text-align: center;
	color: #fff274;
	text-align: left;
	width: auto;
	padding-left: 20px;
	padding-right: 2px;
	float: left;
	display: block
}

.scrolls ul li span {
	text-align: center;
	color: gray;
	text-align: left;
	width: auto;
	padding-left: 2px;
	padding-right: 2px;
	float: left;
	display: block
}

.scrolls ul li b {
	color: #fff;
	text-align: left;
	width: auto;
	padding-left: 2px;
	padding-right: 2px;
	float: left;
	display: block;
	font-weight: 100;
	height: 28px;
	width: 220px
}

.file {
	width: 298px;
	position: relative;
	display: inline-block;
	border-radius: 4px;
	float: left;
}

.file input {
	margin-top: 6px;
	margin-right: 4px;
}

.file:hover {
	background: #AADFFD;
	border-color: #78C3F3;
	color: #004974;
	text-decoration: none;
}
.center .scrolls_z .info {
	padding: 10px 0 0 11px
}

.center .scrolls_z .info li {
	float: left;
	width: 137px;
	height: 37px;
	line-height: 37px;
	margin: 4px;
	padding-left:12px;
}

.center .scrolls_z .info li a {
	display: block;
	background-color: #181818;
}

.center .scrolls_z.info li a:hover {
	border: 2px solid #fe8900
}

.center .scrolls_z .info li a img {
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.center .scrolls_z .info li span {
	display: inline-block;
	line-height: 37px;
}
.cover {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.7);
}
.popBox {
	display: none;
	width: 753px;
	height: 376px;
	position:absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	background-color: #FFF;
	border-radius: 10px;
	overflow: auto;
}
.popBox .close {
	background-color: #EDF6FF;
	position: absolute;
	top: 20px;
	right: 25px;
}
.popBox .title {
	text-align: center;
	font-size: 24px;
	color:#1379d7;
	line-height: 2;
	font-weight: bold;
	padding: 16px 0;
	background-color: #EDF6FF;
	border-bottom: 2px solid #CFDBE8;
	border-radius: 10px 10px 0 0;
}


.query-table {
	display: none;
	width: 600px;
	margin: 30px auto 0;
}
.query-table table {
	width: 100%;
}
.query-table table th {
	border: 1px solid #cfdbe8;
	font-size: 14px;
	vertical-align: middle;
	text-align: center;
	font-weight:normal;
	line-height: 3;
}
.query-table table td {
	border: 1px solid #cfdbe8;
	font-size: 14px;
	vertical-align: middle;
	text-align: center;
	line-height: 1.8;
	word-break: break-word;
}

.pages {
	margin-top: 30px;
	text-align: center;
}
.pages a {
	/* display: inline-block;
	margin: 0 3px;
	font-size: 14px;
	color: #676767;
	padding: 0 3px;
	line-height:1.5;
	border: 1px solid #676767; */
}
.pages a.check-page {
	color: #1379d7;
	border:1px solid #1379d7;
}

.form select{
	width: 327px;
	border-radius: 3px;
	height: 42px;
	padding: 0 5px;
	border: 0;
	color: #000;
	font-size: 16px;
	float: left;
	text-indent: 0px;
	line-height: 22px;
	background-color: #F5FAFF;
	border: 1px solid #CFDBE8;
}

[v-cloak]{
	display:none;
}
.remark{
	cursor: pointer;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em{
	background-color: #1379d7;
}
.layui-laypage .layui-laypage-curr em{
	color:white !important;

}
#verifycode{
	cursor: pointer;
}














