[v-cloak] {
  display: none;
}

body {
  background: url(../image/bg.png) 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 {
  height: 100px;
  width: 1000px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  width: 240px;
}

.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;
  box-shadow: 0px 0px 15px #4a70d3;
  border-radius: 20px;
  margin: auto;
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
  padding: 30px;
}

.leftmenu {
  position: absolute;
  margin-left: -125px;
  top: 155px;
}

.leftmenu ul {
  list-style: none;
}

.leftmenu ul a li {
  margin-bottom: 5px;
}

/*
.leftmenu ul a li,
.leftmenu ul a {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
*/

/* .leftmenu ul li:hover::before {
  content: "";
  background: url(../image/buttonhover.png);
  position: absolute;
  width: 77px;
  height: 90px;
} */

.leftmenu ul a li:hover {
  transform: rotateY(360deg);
  transition: transform 0.6s;
  /*  transform-style: preserve-3d;*/
  /*    box-shadow: 0px 0px 15px #37b1ff;*/
}

.record {
  background: url(../image/record.png) no-repeat;
  width: 1029px;
  height: 183px;
  margin: 10px auto;
  color: #096dfb;
  font-size: 12px;
}

.footer {
  box-sizing: border-box;
  background-color: #000;
  padding: 15px 0 0 10px;
}

.bottom3 {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
  border-bottom: 1px solid #282828;
  padding-bottom: 30px;
  margin-top: 30px;
}

.bottom1 {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #282828;
  padding-bottom: 20px;
  margin-top: 15px;
}

.bottom2 {
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 15px;
  box-sizing: border-box;
  color: #979797;
  text-align: center;
}


.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: #979797;
  text-align: center;
  padding: 25px 0 35px 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
}

.actimg {
  /*
    background: url(../image/actimg1.png) no-repeat;
    background-size:contain;
*/
  width: 100%;
  height: 210px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.actbox {
  width: 296px;
  height: 296px;
  box-shadow: 0px 0px 4px #888888;
  border-radius: 10px;
  background: #fff;
}

.act a {
  cursor: pointer;
}

.act a:not(:nth-child(3n + 1)) {
  margin-left: 20px;
}

.act a:hover .actbox .actimg img {
  transform: scale(1.1);
  transition: all 0.3s;
  overflow: hidden;
}

.acttext {
  box-sizing: border-box;
  height: 35px;
  width: 100%;
  padding: 5px 10px;
  text-align: center;
  color: #343e46;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  overflow: hidden;
  margin-bottom: 4px;
}

.actbtn {
  box-sizing: border-box;
  width: 100%;
  height: 30px;
  padding: 10px;
  text-align: center;
}

.detailbtn {
  background: #0068FC;
  border-radius: 30px;
  padding: 5px 40px;
  text-align: center;
  margin: auto;
  min-width: 150px;
  color: white;
}

.record1 {
  margin-left: 230px;
  width: 474px;
  height: 155px;
}

.record1>.bd>span {
  font-size: 14px;
  line-height: 1.4;
}

.record1 ul {}

.record1 li {
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}

.red {
  color: red;
}

/* .record2:before {
  position: absolute;
  content: "";
  border-left: solid 1px #4095f5;
  width: 1px;
  height: 115px;
  margin-left: -15px;
} */

.record>div {
  display: inline-block;
  margin-top: 35px;
  width: 350px;
  height: 118px;
  overflow: hidden;
}

.record2 {
  margin-left: 35px;
}

.record2>span {
  font-size: 14px;
  line-height: 1.4;
}

.bd span {
  margin-bottom: 10px !important;
}

.record2 li {
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}

/*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(../image/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(../image/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: 852px;
  /* height: 55vh; */
  min-height: 400px;
}

.tablelogo {
  margin-top: 70px;
  display: flex;
  justify-content: center;
}

.tablelogo img {
  width: 240px;
}

.tabletitle {
  font-size: 20pt;
  color: #0068FC;
  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: 780px;
  margin: 0 auto;
}

.con2 table tr th {
  border: 1px solid #073ff5;
  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 #073ff5;
  height: 40px;
  line-height: 40px;
  color: #000;
  font-size: 13.5px;
  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(../image/searchbtn.png) no-repeat;
  background-size: contain;
  width: 185px;
  height: 56px;
  cursor: pointer;
}

.applybtn1:hover {
  background: url(../image/searchbtnh.png) no-repeat;
}

.applybtn2 {
  background: url(image/button2.png) no-repeat;
  width: 206px;
  height: 52px;
  margin-left: 13px;
}

.applybtn2:hover {
  background: url(image/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(../image/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(../image/submit.png) no-repeat;
  background-size: contain;
  width: 167px;
  height: 41px;
  cursor: pointer;
}

.fotmbtn1:hover {
  background: url(../image/submit_h.png) no-repeat;
  background-size: contain;
}

.fotmbtn2 {
  display: inline-block;
  position: relative;
  /*    float: left;*/
  background: url(../image/more.png) no-repeat;
  background-size: contain;
  width: 167px;
  height: 41px;
  margin-left: 15px;
  cursor: pointer;
}

.fotmbtn2:hover {
  background: url(../image/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(image/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 #0068B7;
  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(../image/back.png) no-repeat;
  width: 167px;
  height: 41px;
  background-size: contain;
  margin: 15px auto;
}

.backbtn:hover {
  background: url(../image/back_h.png) no-repeat;
}

/* .arrow_l:before {
  position: absolute;
  content: url(../image/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(../image/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;
}

.close-box {
  text-align: center;
  font-size: 18px;
  margin: 20px;
  min-height: 100px;
}