body {
    background: url(../images/bg.png) 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;
}

.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: 250px;
}

.search {
    width: 200px;
    height: 69px;
}

.url {
    width: 300px;
    margin-right: 80px;
}

.header span {
    display: inline-flex;
}

.bottom2 a:not(:first-child) span::before {
    content: "|";
    margin: 0px 40px;
}

.content {
    width: 1000px;
    min-height: 800px;
    box-shadow: 0px 0px 15px #37b1ff;
    border-radius: 20px;
    margin: auto;
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
    padding: 30px;
}

.leftmenu {
    position: absolute;
    margin-left: -180px;
    margin-top: -100px;
}

.leftmenu ul {
    list-style: none;
}

/*
.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(../images/buttonhover.png);
    position: absolute;
    /*    left: 40px;*/
    width: 101px;
    height: 101px;
}

.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(../images/record.png) no-repeat;
    width: 884px;
    height: 171px;
    margin: 10px auto;
    color: #096dfb;
    font-size: 12px;
}

.footer {
    box-sizing: border-box;
    background-color: #343e46;
    padding: 15px 0 0 10px;
}

.bottom3 {
    box-sizing: border-box;
    text-align: center;
    border-bottom: 1px solid #46515a;
    padding-bottom: 15px;
}

.bottom1 {
    text-align: center;
    border-bottom: 1px solid #46515a;
    padding-bottom: 15px;
}

.bottom2 {
    box-sizing: border-box;
    color: #959fa7;
    text-align: center;
}

.footer div {
    margin: 20px 0px;
}

.navigation div {
    box-sizing: border-box;
    display: inline-block;
    padding: 0px 35px;
    font-size: 20px;
    line-height: 37px;
    color: #00adff;
    font-weight: 600;
}

.copyright {
    box-sizing: border-box;
    color: #959fa7;
    text-align: center;
    padding-bottom: 15px;
}

.actimg {
    /*
    background: url(../images/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: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;
}

.actbtn {
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    padding: 10px;
    text-align: center;
}

.detailbtn {
    background: #4095f5;
    border-radius: 30px;
    padding: 5px 15px;
    text-align: center;
    margin: auto;
    min-width: 150px;
}

.record1 {
    margin-left: 90px;
}

.red {
    color: red;
}

.record2:before {
    position: absolute;
    content: "";
    border-left: solid 1px #4095f5;
    width: 1px;
    height: 115px;
    margin-left: -15px;
}

.record marquee {
    margin-top: 35px;
    width: 350px;
    height: 118px;
    overflow: hidden;
}

.record2 {
    margin-left: 15px;
}

/*lightbox*/

.lightbox-target {
    position: fixed;
    top: -100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    overflow: hidden;
    z-index: 999;
}

.lightbox-target .applytable {
    color: #fff;
    background-color: #fff;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    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;
    -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;
    border-radius: 30px;
}

.lightbox-target:target {
    opacity: 1;
    top: 0;
    bottom: 0;
}

.lightbox-target:target .applytable,
.lightbox-target:target img {
    max-height: 100%;
    max-width: 100%;
    overflow: auto;
}

.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;
}

.applytable {
    display: block;
    width: 852px;
    height: 50vh;
    min-height: 400px;
}

.tablelogo {
    margin-top: 70px;
    display: flex;
    justify-content: center;
}

.tabletitle {
    font-size: 20pt;
    color: #049afb;
    font-weight: bolder;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.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;
}

.tablecontent {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    color: #049afb;
}

.tablecontent tbody tr td:first-child {
    width: 20%;
    font-size: 12pt;
    text-align: right;
}

.tablecontent tbody tr td:last-child {
    width: 80%;
}

.tablecontent tbody {
    width: 450px;
}

.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;
}

.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: 30px;
    width: calc(100% - 50px);
    border: solid 1px #049afb;
    border-radius: 50px;
    margin-left: 45px;
    line-height: 30px;
    margin-bottom: 15px;
}

.news:before {
    position: absolute;
    width: 38px;
    height: 30px;
    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(1, 110, 208) 0%, rgb(1, 142, 232) 45%, rgb(0, 173, 255) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(1, 110, 208) 0%, rgb(1, 142, 232) 45%, rgb(0, 173, 255) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(1, 110, 208) 0%, rgb(1, 142, 232) 45%, rgb(0, 173, 255) 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 #6ab3ff;
    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;
}

.formtable {
    width: 90%;
    margin: auto;
}

.formtable tr td:first-child {
    width: 20%;
    color: #0057b1;
    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;
}

.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;
}

.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: 90%;
    text-align: center;
    vertical-align: middle;
}

.contenttable tr:first-child {
    background: #00a0e9;
    color: white;
}

.contenttable tr td {
    padding: 5px;
    border: 1px solid #0068b7;
}

.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(1, 110, 208) 0%, rgb(1, 142, 232) 45%, rgb(0, 173, 255) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(1, 110, 208) 0%, rgb(1, 142, 232) 45%, rgb(0, 173, 255) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(1, 110, 208) 0%, rgb(1, 142, 232) 45%, rgb(0, 173, 255) 100%);
    font-size: 20px;
    line-height: 40px;
    font-weight: 500;
}

.titlearea {
    width: 100%;
    border-bottom: 1px solid #3a95ee;
    margin: 20px 0px;
}

.detail {
    color: #464646;
}

.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;

    float: left;
}

.arrow_r:after {
    position: absolute;
    content: url(../images/arrow_r.png);
    background-size: contain;
    width: 31px;
    height: 37px;
    margin-left: 5px;
}

.arrow_r {
    float: right;
}

.navigation {
    height: 37px;
    margin: 10px 0px;
}

[v-cloak] {
    display: none;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: transparent !important;
    left: 0px !important;
    top: 0px !important;
    padding: 0px !important;
}

.layui-laypage .layui-laypage-curr em {
    color: #000 !important;
}

.layui-laypage a,
.layui-laypage span {
    background-color: transparent !important;
    color: #049afb !important;
    border: 1px solid #049afb !important;
}

.search-table {
    width: 90%;
    margin: 10px auto;
    color: #049afb;
    text-align: center;
    border: 1px solid #049afb;
    border-collapse: collapse;
}

.search-table th,
.search-table td {
    border: 1px solid #049afb;
}

.view-notes {
    cursor: pointer;
}