@charset "utf-8";

.w {
	font-family: "微软雅黑";
}

.s {
	font-family: "宋体";
}

input {
	outline: 0;
}

button {
	outline: 0;
}

.o {
	-moz-transition: 0.8s;
	-ms-transition: 0.8s;
	-webkit-transition: 0.8s;
	opacity: 0.8;
}

.t {
	-moz-transition: 0.8s;
	-ms-transition: 0.8s;
	-webkit-transition: 0.8s;
}

.p {
	-moz-transition: 0.8s;
	-ms-transition: 0.8s;
	-webkit-transition: 0.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: 0.8s;
	-ms-transition: 0.8s;
	-webkit-transition: 0.8s;
	opacity: 1;
}

.q:hover {
	-moz-transition: 0.8s;
	-ms-transition: 0.8s;
	-webkit-transition: 0.8s;
	opacity: 0.8;
}

body {
	background: #f6f6f6;
}

.header {
	height: 103px;
	text-align: center;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 5px 5px #efefef;
}

.header .header_z {
	width: 1200px;
	margin: 0 auto;
}

.header .header_z .logo {
	margin-top: 9px;
	float: left;
}

.header .header_z .by {
	float: left;
	margin-left: 200px;
	margin-top: 15px;
}

.header .header_z .kef {
	float: right;
	margin-top: 20px;
}

.content_c {
	width: 1200px;
	margin: 50px auto 20px;
	position: relative;
	text-align: center;
}

.content_c .left ul {
	width: 1225px;
	margin-right: -25px;
	overflow: hidden;
	zoom: 1;
}
.content_c .left ul li {
	width: 220px;
	height: 220px;
	margin: 0 25px 27px 0;
	float: left;
	text-align: center;
	box-shadow: 5px 5px 5px #f2f2f2;
}
.content_c ul li a {
	display: block;
	position: relative;
}
.content_c ul li a:before {
	display: none;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 220px;
	height: 220px;
	border: 2px solid #3f96f5;
	border-radius: 22px;
	box-sizing: border-box;
}
.content_c ul li a:hover:before {
	display: block;
}
.content_c .left ul li p {
	color: #fff;
	font-size: 24.26px;
	padding-top: 30px;
}

.content_c .left ul li span {
	color: #606060;
	transform: scale(0.85);
	font-size: 10px;
	text-transform: uppercase;
	display: block;
	margin-top: 7px;
}
.content_c .center {
	width: 520px;
	float: left;
	background-color: #1e1e1e;
	margin-left: 14px;
	margin-right: 14px;
	padding-bottom: 6px;
}

.content_c .center .banner {
	margin-top: 6px;
}

.content_c .right {
	float: left;
}

.content_c .right ul li {
	width: 228px;
	height: 88px;
	border: solid 1px #292929;
	margin-bottom: 15px;
	text-align: center;
}
.content_c .right ul li a {
	height: 88px;
	display: block;
}

.content_c .right ul li p {
	color: #fff;
	font-size: 24.26px;
	padding-top: 30px;
}

.content_c .right ul li span {
	color: #606060;
	transform: scale(0.85);
	font-size: 10px;
	text-transform: uppercase;
	display: block;
	margin-top: 7px;
}

.content_c .right ul a {
	-moz-transition: 0.8s;
	-ms-transition: 0.8s;
	-webkit-transition: 0.8s;
	opacity: 1;
	display: block;
}

.content_c .right ul a:hover {
	-moz-transition: 0.8s;
	-ms-transition: 0.8s;
	-webkit-transition: 0.8s;
	opacity: 0.8;
}
.content_c .right ul li:hover {
	color: #ffd053;
	border: 1px solid #ffd053;
}
.content_c .right ul li:hover p {
	color: #ffd053;
}

.height {
	height: 60px;
	float: left;
}

.nav {
	width: 1200px;
	height: 65px;
	line-height: 65px;
	margin: 0 auto;
	position: relative;
}

.nav .btn {
	float: left;
	background: url(../images/x1_1.png) center top no-repeat;
	width: 174px;
	height: 45px;
	margin-top: 10px;
	position: absolute;
	left: 0;
	top: 0;
}

.nav p {
	text-align: center;
	font-size: 26px;
	color: #333;
}

.content_s {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	background-color: #fff;
	padding: 40px 0 5px;
	box-shadow: 5px 5px 5px #efefef;
	border-radius: 5px;
}

.form {
	margin-left: 310px;
}

.form ul {
	overflow: hidden;
	zoom: 1;
}
.form li {
	margin-bottom: 15px;
	color: #232323;
	float: left;
	width: 780px;
}

.form label {
	font-size: 16px;
	width: 130px;
	line-height: 36px;
	color: #333;
	float: left;
	text-align: right;
}

.form input {
	width: 315px;
	border-radius: 2px;
	height: 40px;
	padding: 0 5px 0 10px;
	color: #000;
	font-size: 16px;
	float: left;
	text-indent: 0px;
	line-height: 40px;
	background-color: #f5faff;
	border: 1px solid #cfdbe9;
	border-radius: 5px;
}
.form select {
	width: 330px;
	border-radius: 2px;
	height: 40px;
	padding: 0 5px 0 10px;
	color: #000;
	font-size: 16px;
	float: left;
	text-indent: 0px;
	line-height: 22px;
	background-color: #f5faff;
	border: 1px solid #cfdbe9;
	border-radius: 5px;
}

#fileImage {
	display: none;
}

.filePicker {
	background: none repeat scroll 0 0 #b48349;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0, 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 0.2s;
	-moz-transition: background 0.2s;
	-webkit-transition: background 0.2s;
	-o-transition: background 0.2s;
	float: left;
}

.img1 {
	margin-left: -410px;
	margin-top: 10px;
}

.upload_btn {
	background: url(../images/btn-detail-fm.png);
	color: #1e1c1d;
	cursor: pointer;
	display: inline-block;
	float: left;
	font-size: 14px;
	margin: 10px 0 0 170px;
	font-size: 18px;
	position: relative;
	text-align: center;
	line-height: 40px;
	width: 198px;
	height: 57px;
	border: none;
}

#fileSubmit1 {
	background: url(../images/btn-detail-fm1.png);
	color: #333;
	border: none;
	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: 198px;
	height: 57px;
	text-indent: -9999px;
}

.ipt {
	width: 325px;
	height: 43px;
	padding: 0 5px;
	border: 0;
	color: #000;
	font-size: 16px;
	float: left;
}

.content_z {
	width: 1200px;
	margin: 0 auto 50px;
	position: relative;
}

.height {
	height: 60px;
	float: left;
}

.text {
	font-size: 14px;
	text-align: center;
	line-height: 22px;
	width: 100%;
	margin-bottom: 40px;
	margin-top: 10px;
	color: #333;
}

#footer {
	padding: 27px 0 0;
	text-align: center;
	clear: both;
	background-color: #404448;
}
#footer .fInner {
	margin: 0 auto 25px;
	width: 1200px;
}
#footer .fInner .ulList {
	margin-bottom: 28px;
	padding-bottom: 21px;
	border-bottom: 1px solid #515151;
}
#footer .fInner .ulList li {
	float: left;
}
#footer .fInner .listUl li {
	width: 300px;
	float: left;
}
#footer .fInner .listUl li a {
	display: block;
	color: #c0c0c0;
	font-size: 14px;
	text-align: center;
}
#footer .fInner .listUl li a span {
	display: block;
}
#footer .fInner .listUl li a img {
	margin: 0 auto 9px;
	display: block;
}
#footer .fInner .listUl li a:hover img {
	visibility: hidden;
}
#footer .fInner .listUl li a:hover span {
	background: url(../images/f_img13_over.png) no-repeat center top;
}
#footer .fInner .listUl li.li02 a:hover span {
	background: url(../images/f_img14_over.png) no-repeat center top;
}
#footer .fInner .listUl li.li03 a:hover span {
	background: url(../images/f_img15_over.png) no-repeat center top;
}
#footer .fInner .listUl li.li04 a:hover span {
	background: url(../images/f_img16_over.png) no-repeat center top;
}
#footer .fBox {
	background: #2d3034;
}
#footer .copyright {
	color: #c0c0c0;
	font-size: 14px;
	line-height: 45px;
	text-align: center;
}
.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;
	background: #d0eeff;
	border: 1px solid #99d3f5;
	border-radius: 4px;
	padding: 0 13px 0 0;
	margin-right: 295px;
	float: left;
}

.file input {
	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;
}
.sBox {
	width: 70px;
	position: fixed;
	top: 140px;
	right: 0;
}
.sBox li {
	margin-bottom: 10px;
}
.sBox li a {
	padding-top: 12px;
	height: 70px;
	box-sizing: border-box;
	display: block;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background: url(../images/bg01.png) no-repeat center top;
}
.sBox li a:hover {
	background: url(../images/bg02.png) no-repeat center top;
}
.sBox li a img {
	margin: 0 auto 8px;
	display: block;
}
[v-cloak] {
	display: none;
}
.verify-box {
  position: relative;
}
.verify-img {
	cursor: pointer;
	position: absolute;
	height: 80%;
	top: 4px;
	left: 388px;
	border: 1px #000 solid;
}
.input-date,
.input-downlist,
.input-file {
  cursor: pointer;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #a4a4a4 !important;
  left: 0px !important;
  top: 0px !important;
  padding: 0px !important;
}
.layui-laypage .layui-laypage-curr em {
  color: #fff !important;
}
.layui-laypage a,
.layui-laypage span {
  background-color: #fff !important;
  color: #000 !important;
  border: 1px solid #000 !important;
}
.layui-laydate .layui-this {
  background-color: #0396fc !important;
  color: #fff !important;
}
.remark {
	cursor: pointer;
}