[v-cloak] {
	display: none;
}

body {
	background: url(../images/bg.jpg) center center no-repeat;
	background-size: cover;
	margin: 0px;
	font-family: "Microsoft Yahei", "æ€æºé»‘ä½“", "Noto Sans SC", sans-serif;
}

a:link,
a:visited {
	text-decoration: none;
	/* color: #fff !important; */
}

.spanwhite {
	color: #979797;
	font-size: 16px;
}

.act a {
	/*    overflow: hidden;*/
	width: 300px;
	height: 300px;
	float: left;
	margin-bottom: 15px;
}

.header-box {
	width: 100%;
	background: #fff;
	height: 100px;
	box-shadow: rgba(204, 204, 204, 0.4) 0px 2px 5px;
}

.header {
	height: 100px;
	width: 1100px;
	background: #fff;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.hea-ul1 {}

.hea-ul1 li {
	float: left;
	color: #666;
	line-height: 19px;
	margin-right: 65px;
}

.hea-ul1 li a {
	color: #666;
}

.hea-ul1 li a:hover {
	color: #1678ff;
}

.li-i1 {
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	background: url(../images/icon1.png) no-repeat;
	background-size: cover;
	margin-right: 5px;
}

.li-i2 {
	width: 27px;
	height: 20px;
	display: block;
	float: left;
	background: url(../images/icon2.png) no-repeat;
	background-size: cover;
	margin-right: 5px;
}

.li-i3 {
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	background: url(../images/icon3.png) no-repeat;
	background-size: cover;
	margin-right: 5px;
}

.li-i4 {
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	background: url(../images/icon4.png) no-repeat;
	background-size: cover;
	margin-right: 5px;
}

.logo {
	width: 194px;
}

.search {
	width: 192px;
	height: 48px;
}

.url {
	width: 240px;
}

.header span {
	display: inline-flex;
}

.bottom2 a:not(:first-child) span::before {
	content: "|";
	margin: 0px 15px;
}

.content {
	width: 1000px;
	min-height: 800px;
	margin: auto;
}

.word1 {
	width: 485px;
	height: 161px;
	display: block;
	margin: 0 auto;
	padding-top: 140px;
	margin-bottom: 57px;
}

.word-box1 {
	width: 510px;
	height: 297px;
	border: 3px solid #D9D7D7;
	margin: 0 auto;
	display: block;
	background: #fff;
	padding: 47px;
	box-sizing: border-box;
}

.input-1,
.input-2 {
	padding: 0 20px;
	width: 100%;
	height: 50px;
	color: #969696;
	font-size: 16px;
	line-height: 48px;
	background: #FAFAFA;
	border: 1px solid #E6E6E6;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.input-2 {
	padding: 0 20px;
	width: 100%;
	height: 50px;
	color: #969696;
	font-size: 16px;
	line-height: 48px;
	background: #FAFAFA;
	border: 1px solid #E6E6E6;
	box-sizing: border-box;
}

.btnUl {
	margin: 0 -5px;
}

.btnUl li {
	margin: 0 5px;
	width: 200px;
	float: left;
}

.btnUl li a {
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
	background: #A37C3B;
}

.btnUl li a img {
	margin: -4px 8px 0 0;
	display: inline-block;
	vertical-align: middle;
}

.btnUl li a:hover {
	opacity: 0.8;
}

.ttl {
	/* width: 510px; */
	margin: 0 auto;
	padding-top: 150px;
	margin-bottom: 50px;
	text-align: center;
	line-height: 40px;
}

.ttl .web {
	width: 350px;
	margin: 0 auto;
	position: relative;
	font-weight: bold;
	font-size: 34px;
	color: #1678ff;
	letter-spacing: 7px;
	line-height: 47px;
	padding-bottom: 15px;
}

.ttl .web:before {
	content: '';
	position: absolute;
	top: 26px;
	left: 0;
	width: 40px;
	height: 1px;
	background-color: #B4B4B4;
}

.ttl .web:after {
	content: '';
	position: absolute;
	top: 26px;
	right: 0;
	width: 40px;
	height: 1px;
	background-color: #B4B4B4;
}

.ttl span {
	font-size: 40px;
	font-weight: bold;
	color: #282828;
}

.footer {
	box-sizing: border-box;
	background-color: #fff;
}

.navigation {
	height: 37px;
	margin: 10px 0px;
	position: relative;
}

.navigation div {
	box-sizing: border-box;
	display: inline-block;
	padding: 0px 5px;
	font-size: 20px;
	line-height: 37px;
	color: #00adff;
	font-weight: 600;
}

.left {
	position: absolute;
	left: -2%;
}

.right {
	position: absolute;
	right: -2%;
}

.copyright {
	box-sizing: border-box;
	color: #999;
	text-align: center;
	padding: 15px 0 15px 0;
}

#bgDiv {
	display: none;
	position: fixed;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background-color: #000;
	filter: alpha(opacity=70);
	opacity: 0.5;
	z-index: 999
}


.detailbtn {
	background: #0068FC;
	border-radius: 30px;
	padding: 5px 40px;
	text-align: center;
	margin: auto;
	min-width: 150px;
	color: white;
}

/*lightbox*/

.lightbox-target {
	position: fixed;
	width: 100%;
	height: 500px;
	background: rgba(0, 0, 0, 0.6);
	z-index: 999;
	color: #fff;
	background-color: #fff;
	margin: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-height: 0%;
	max-width: 0%;
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	border-radius: 30px;
	background: url(../images/bg1.png) center top / cover no-repeat;
	z-index: 999999
}

.cover {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 10;
}

.lightbox-target .applytable {
	color: #fff;
	background-color: #fff;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	/* border-radius: 30px; */
	/* background: url(../images/bg1.png) center top / cover no-repeat; */
}

.lightbox-target:target {
	opacity: 1;
	top: 0;
	bottom: 0;
}

.lightbox-target:target .applytable,
.lightbox-target:target img {
	max-height: 100%;
	max-width: 100%;
}

.lightbox-target:target .lightbox-close {
	top: 2%;
}

.lightbox-close {
	display: block;
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	position: absolute;
	top: 1%;
	right: 1%;
	-moz-transition: ease-in-out 0.5s;
	-o-transition: ease-in-out 0.5s;
	-webkit-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
	cursor: pointer;
}

.applytable {
	display: block;
	width: 510px;
	padding: 47px;
	box-sizing: border-box;
	/* height: 55vh;
  min-height: 400px; */
}

.con1-btn {
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
	background: #A37C3B;
}

.con1-btn img {
	margin: -4px 8px 0 0;
	display: inline-block;
	vertical-align: middle;
}

.tablelogo {
	margin-top: 70px;
	display: flex;
	justify-content: center;
}

.tablelogo img {
	width: 240px;
}

.tabletitle {
	font-size: 20pt;
	color: #282828;
	font-weight: bolder;
	display: flex;
	justify-content: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* .tabletitle::before {
  content: "â€”â€”â€”â€” ";
  position: relative;
  top: -2px;
  margin-right: 10px;
  font-weight: 100;
}

.tabletitle::after {
  content: "â€”â€”â€”â€”";
  position: relative;
  top: -2px;
  margin-left: 10px;
  font-weight: 100;
} */

.con1 {
	width: 100%;
	margin-top: 5%;
	color: #049afb;
}

.con1>p {
	width: 450px;
	margin: 0 auto;
	margin-bottom: 1%;
}

.con1>p>span {
	color: #0068FC;
	font-size: 16px;
}

.con1>p>input {
	width: 55%;
	height: 40px;
	text-align: left;
	font-size: 14px;
	padding-left: 15px;
	border-radius: 5px;
	line-height: normal;
	background: rgb(255, 255, 255);
	border: 1px solid #0068FC;
	margin-left: 10px;
	box-sizing: border-box;
	padding: 5px;
	height: 43px;
	border-radius: 10px;
	border: 1px solid #0068FC;
}

.con1>p>select {
	width: 55%;
	height: 40px;
	text-align: left;
	font-size: 14px;
	padding-left: 15px;
	border-radius: 5px;
	line-height: normal;
	background: rgb(255, 255, 255);
	border: 1px solid #0068FC;
	margin-left: 10px;
	box-sizing: border-box;
	padding: 5px;
	height: 43px;
	border-radius: 10px;
	border: 1px solid #0068FC;
}

.con2 {
	/* height: 310px; */
	/* display: none; */
}

.con2 table {
	width: 100%;
	margin: 0 auto;
}

.con2 table tr th {
	border: 1px solid #000;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	text-align: center;
	color: black;
}

.con2 table tr td {
	border: 1px solid #000;
	height: 40px;
	line-height: 40px;
	color: #000;
	font-size: 12px;
	text-align: center;
}

.con2 table tr td a {
	font-size: 14px;
	color: #111;
}

.layui-laypage-em {
	background-color: #073ff5 !important;
}

.layui-laypage .layui-laypage-curr em {
	color: #fff !important;
}

.inputstyle {
	box-sizing: border-box;
	padding: 5px;
	height: 43px;
	width: 100%;
	border-radius: 10px;
	border: 1px solid #049afb;
}

.applybtn {
	display: flex;
	justify-content: center;
}

.applybtn1 {
	background: url(../images/searchbtn.png) no-repeat;
	background-size: contain;
	width: 185px;
	height: 56px;
	cursor: pointer;
}

.applybtn1:hover {
	background: url(../images/searchbtnh.png) no-repeat;
}

.applybtn2 {
	background: url(images/button2.png) no-repeat;
	width: 206px;
	height: 52px;
	margin-left: 13px;
}

.applybtn2:hover {
	background: url(images/button2hover.png) no-repeat;
}

/*lightbox end*/

.news {
	height: 34px !important;
	width: calc(100% - 50px);
	border: solid 1px #046afb;
	border-radius: 50px;
	margin-left: 45px;
	line-height: 34px;
	margin-bottom: 15px;
	font-size: 16px;
}

.news:before {
	position: absolute;
	width: 38px;
	height: 34px;
	content: "";
	background: url(../images/news.png) no-repeat;
	margin-left: -45px;
}

/*form*/
.formtitle1 {
	box-sizing: border-box;
	padding: 5px 30px;
	display: block;
	margin: auto;
	min-width: 200px;
	height: 40px;
	color: white;
	text-align: center;
	border-radius: 10px 10px 0px 0px;
	background-image: -moz-linear-gradient(90deg,
			rgb(2, 77, 229) 0%,
			rgb(2, 77, 229) 45%,
			rgb(4, 105, 251) 100%);
	background-image: -webkit-linear-gradient(90deg,
			rgb(2, 77, 229) 0%,
			rgb(2, 77, 229) 45%,
			rgb(4, 105, 251) 100%);
	background-image: -ms-linear-gradient(90deg,
			rgb(2, 77, 229) 0%,
			rgb(2, 77, 229) 45%,
			rgb(4, 105, 251) 100%);
	font-size: 16pt;
	line-height: 22pt;
}

.form1 {
	display: flex;
	/*    width:100%;*/
	justify-content: center;
	flex-direction: column;
}

.formborder {
	box-sizing: border-box;
	display: block;
	margin: auto;
	width: 60%;
	min-height: 10vh;
	border-radius: 10px;
	border: 2px solid #024DE5;
	padding: 5px;
	max-width: 700px;
	background: #bae7fc;
}

.formcontent1 {
	box-sizing: border-box;
	display: block;
	border-radius: 10px;
	width: 100%;
	/*    min-height: 100%;*/
	padding: 5px;
	border: solid 2px #fff;
}

.cos1 {
	border-radius: 10px;
	width: 98%;
	border: solid 2px #fff;
	margin: 0 auto;
}

.cos1>p {
	margin: 20px 0px;
	padding: 0px 40px;
	display: flex;
	align-items: center;
}

/* .cos1 > p:first-child {
  margin-top: 5%;
} */
.cos1>p>span {
	display: inline-block;
	color: rgb(0, 77, 230);
	font-size: 20px;
	width: 20%;
	word-break: break-all;
	text-align: right;
}

.cos1>p>input {
	display: inline-block;
	width: 70%;
	height: 40px;
	text-align: left;
	vertical-align: middle;
	font-size: 14px;
	padding-left: 15px;
	border-radius: 5px;
	line-height: normal;
	background: rgb(255, 255, 255);
	border: 1px solid rgb(20, 67, 211);
	margin-left: 10px;
}

.cos1>p>a {
	display: inline-block;
	width: 74%;
	height: 40px;
	text-align: left;
	vertical-align: middle;
	font-size: 14px;
	padding-left: 15px;
	border-radius: 5px;
	line-height: normal;
	background: rgb(255, 255, 255);
	border: 1px solid rgb(20, 67, 211);
	margin-left: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.cos1>p>select {
	display: inline-block;
	width: 74%;
	height: 40px;
	text-align: left;
	vertical-align: middle;
	font-size: 14px;
	/* padding-left: 15px; */
	border-radius: 5px;
	line-height: normal;
	background: rgb(255, 255, 255);
	border: 1px solid rgb(20, 67, 211);
	margin-left: 10px;
}

.cos1>p>a>input {
	width: 100%;
	height: 100%;
}

.codeimg {
	position: absolute;
	top: 1px;
	right: 12%;
}

.formtable tr td:first-child {
	width: 20%;
	color: rgb(0, 77, 230);
	font-size: 16pt;
	text-align: right;
	font-weight: 500;
}

.formtable tr td:last-child {
	width: 80%;
}

.formtable tr {
	box-sizing: border-box;
	padding: 5px;
}

.forminput {
	box-sizing: border-box;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #0066fa;
	padding: 10px;
}

.fotmbtn1 {
	display: inline-block;
	position: relative;
	/*    float: left;*/
	background: url(../images/submit.png) no-repeat;
	background-size: contain;
	width: 167px;
	height: 41px;
	cursor: pointer;
}

.fotmbtn1:hover {
	background: url(../images/submit_h.png) no-repeat;
	background-size: contain;
}

.fotmbtn2 {
	display: inline-block;
	position: relative;
	/*    float: left;*/
	background: url(../images/more.png) no-repeat;
	background-size: contain;
	width: 167px;
	height: 41px;
	margin-left: 15px;
	cursor: pointer;
}

.fotmbtn2:hover {
	background: url(../images/more_h.png) no-repeat;
	background-size: contain;
}

.auth {
	position: absolute;
	margin-left: -66px;
	margin-top: 7px;
}

.formtitle2 {
	box-sizing: border-box;
	margin-top: 20px;
	background: url(images/formtitle2.png) no-repeat;
	width: 292px;
	height: 51px;
	color: white;
	font-size: 20pt;
	line-height: 36pt;
	padding-left: 30px;
}

.formcontent2 {
	display: block;
	width: 90%;
	font-size: 14pt;
	color: #3c3c3c;
	margin: auto;
}

.contenttable {
	margin: 10px auto 10px auto;
	width: 95%;
	text-align: center;
	vertical-align: middle;
}

.contenttable tr:first-child {
	background: #046BFC;
	color: white;
}

.contenttable tr td {
	padding: 5px;
	border: 1px solid #60A3F9;
	font-size: 14px;
	line-height: 18px;
}

.formtext {
	font-size: 13pt;
}

/*form end*/

.title1 {
	width: 200px;
	box-sizing: border-box;
	/*    padding: 5px 30px;*/
	display: block;
	min-width: 200px;
	height: 40px;
	color: white;
	text-align: center;
	border-radius: 10px 10px 0px 0px;
	background-image: -moz-linear-gradient(90deg,
			rgb(2, 77, 229) 0%,
			rgb(2, 77, 229) 45%,
			rgb(4, 105, 251) 100%);
	background-image: -webkit-linear-gradient(90deg,
			rgb(2, 77, 229) 0%,
			rgb(2, 77, 229) 45%,
			rgb(4, 105, 251) 100%);
	background-image: -ms-linear-gradient(90deg,
			rgb(2, 77, 229) 0%,
			rgb(2, 77, 229) 45%,
			rgb(4, 105, 251) 100%);
	font-size: 20px;
	line-height: 40px;
	font-weight: 500;
}

.titlearea {
	width: 100%;
	border-bottom: 1px solid #3a95ee;
	margin: 10px 0px;
}

.detail {
	color: #464646;
	font-size: 14px;
	line-height: 24px;
}

.backbtn {
	background: url(../images/back.png) no-repeat;
	width: 167px;
	height: 41px;
	background-size: contain;
	margin: 15px auto;
}

.backbtn:hover {
	background: url(../images/back_h.png) no-repeat;
}

/* .arrow_l:before {
  position: absolute;
  content: url(../images/arrow_l.png);
  background-size: contain;
  width: 31px;
  height: 37px;
  margin-left: -35px;
} */
.arrow_l {
	position: relative;
	cursor: pointer;
}

/* .arrow_r:after {
  position: absolute;
  content: url(../images/arrow_r.png);
  background-size: contain;
  width: 31px;
  height: 37px;
  margin-left: 5px;
} */
.arrow_r {
	cursor: pointer;
}

.announceSpan {
	margin-right: 50px;
}

.file_input_box {
	position: relative;
	width: 315px;
	height: 40px;
	line-height: 38px;
	padding-left: 15px;
	font-size: 15px;
	text-decoration: none;
	text-indent: 0;
	display: inline-block;
	text-align: left !important;
	border: 1px solid #c68200;
	border-radius: 5px;
	background-color: #fff;
	box-sizing: border-box;
}

.file_input_box>span {
	text-align: left !important;
	color: rgb(131, 131, 131) !important;
	text-align: left;
	display: block;
	margin-top: 9px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.file_input {
	opacity: 0;
	position: absolute;
	color: transparent;
	color: rgba(0, 0, 0, 0);
	right: 0;
	top: 0;
}

.date_input {
	width: 240px;
	height: 46px;
	background: #fff;
	border-radius: 4px;
	font-size: 13px;
	padding-left: 10px;
	border: 1px #7c7c7c solid;
	/* margin-bottom: 10px; */
}

.select_input {
	width: 300px;
	height: 38px;
	border-radius: 4px;
	font-size: 13px;
	text-indent: 10px;
}

#prev-next {
	display: flex;
	justify-content: space-between;
}

.prev-btn,
.next-btn {
	text-decoration: none;
	color: #000;
	border-radius: 5px;
	background-color: #fff;
	padding: 5px;
}

.hdxq-box {
	width: 900px;
	min-height: 755px;
	margin: auto;
	border: 3px solid #D9D7D7;
	background: #fff;
	margin-bottom: 20px;
	padding: 15px 30px;
	box-sizing: border-box;
	position: absolute;
	top: 115px;
	left: 50%;
	margin-left: -450px;
	z-index: 9999;
}

.hdxq-box p {
	color: #050505;
	line-height: 26px;
}

.hdxq-box p span {
	color: #2D6CDD
}

.hdxq-box p strong {
	color: #2D6CDD
}

.close1 {
	width: 45px;
	height: 45px;
	position: absolute;
	right: -15px;
	top: -15px;
	cursor: pointer;
}

/* .content-details{
  width: 900px;
  min-height: 800px;
  margin: auto;
  border: 3px solid #D9D7D7;
  background: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
  padding:15px 30px;
  box-sizing: border-box;
  position: relative;
}
.content-details p{
  color: #050505;
  line-height: 26px;
}
.content-details p span{
  color:#2D6CDD
}
.content-details p strong{
  color:#2D6CDD
} */

[v-cloak] {
	display: none;
}

.closebox {
	padding: 0;
	overflow: auto;
}

.closebox-box {
	text-align: center;
	font-size: 18px;
	word-break: break-word;
	margin: auto;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.closebox-box div {
	padding: 40px 25px;
}

.closebox-box .btnUl {
	margin: 0 auto 15px;
	text-align: center;
	display: block;
}