* {
    margin: 0;
    padding: 0;
}

.w1000 {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1600px;
}

.clear {
    clear: both;
}

a {
    text-decoration: none;
    color: #000;
    font-size: 12px;
}

body {
    font-size: 12px;
    font-family: "微软雅黑";
    background: #000;
    min-width: 1200px;
}

img {
    vertical-align: top;
}

.header {
    padding: 14px 0 14px;
    position: relative;
    z-index: 99;
    border-bottom: 1px solid #1E1E1E;
    background: #000;
}

.header .hInner {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1600px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.header .logo {
    margin: 5px 0 0 0;

}

.header .domain {
    position: absolute;
    left: calc(50% - 280px);
}

.header .domain img {
    margin: 0 auto;
    padding: 4px 0 0 120px;
    display: block;
}

.header .navi {
    display: flex;
}

.header .navi li {
    margin-left: 10px;
    width: 72px;
    float: left;
}

.header .navi li a {
    padding-top: 13px;
    display: block;
    height: 72px;
    color: #db00e7;
    font-size: 14px;
    text-align: center;
    box-sizing: border-box;
    background: url(../images/navi_bg01.png) no-repeat;
}

.header .navi li a span {
    margin-bottom: 9px;
    display: block;
}

.header .navi li a img {
    margin: 0 auto;
    display: block;
}

.header .navi li a:hover {
    color: #000;
    background-image: url(../images/navi_bg02.png);
}

.header .navi li a:hover span {
    background: url(../images/img01_on.png) no-repeat center top;
}

.header .navi li.li02 a:hover span {
    background: url(../images/img02_on.png) no-repeat center top;
}

.header .navi li.li03 a:hover span {
    background: url(../images/img03_on.png) no-repeat center top;
}

.header .navi li.li04 a:hover span {
    background: url(../images/img04_on.png) no-repeat center top;
}

.header .navi li a:hover img {
    visibility: hidden;
}

.mainitem {
    margin: 0 auto;
    padding: 19px 20px 22px;
    max-width: 1600px;
}

.mainitem .ulList {
    margin: 0 -14px 1px -13px;
}

.mainitem .ulList li {
    padding: 10px 13px 20px 13px;
    width: 25%;
    float: left;
    box-sizing: border-box;
}

.mainitem .ulList li:nth-child(4n+1) {
    clear: both;
}

.mainitem .ulList li img {
    max-width: 100%;
    display: block;
}

.mainitem .ulList li a {
    display: block;
    position: relative;
}

.mainitem .ulList li a .img {
    display: block;
    position: relative;
}

.mainitem .ulList li a .pos {
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 10;
}

.mainitem .ulList li a p {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 20px;
    line-height: 62px;
    text-align: center;
    z-index: 10;
    border-bottom: 3px solid #1E1E1E;
    background: url(../images/bg.png) repeat-x left top;
}

.mainitem .ulList li a:hover {
    padding: 0;
}

.mainitem .ulList li a:hover p {
    display: none;
}

.mainitem .ulList li a .hover {
    display: none;
    color: #c6a46c;
    font-weight: bold;
    border-bottom: 3px solid #C6A46C;
}

.mainitem .ulList li a .hover img {
    margin: -2px 18px 0;
    display: inline-block;
    vertical-align: middle;
}

.mainitem .ulList li a:hover .hover {
    display: block;
}

.tips {
    color: #adadad;
    font-size: 18px;
    text-align: center;
    line-height: 2;
}

.tips span {
    color: #c6a46c;
}

.tips img {
    margin: -2px 10px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.apply {
    width: 510px;
    height: 256px;
    background: #161229;
    float: left;
    margin-left: 15px;
    font-size: 14px;
    box-sizing: border-box;
    padding: 10px;
    border: 2px solid #3B3464;
}

.apply i {
    font-style: normal;
}

.apply span {
    text-align: center;
    margin: 0 5px;
    color: #ffdc64;
}

.apply .s1 {
    color: #ff7800;
}

.apply ul li {
    line-height: 18px;
    height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ccc5ec;
    margin-left: 20px;
    padding-top: 15px;
    font-size: 12px;
}

.layui-layer-close {
    width: 24px;
    height: 24px;
    right: 29px;
    top: 32px;
    cursor: pointer;
    background: url(../images/close.png) no-repeat;
}

#querycon {
    display: none;
    margin: 0 auto;
    padding: 20px 76px 8px;
    width: 565px;
    position: relative;
    border: 1px solid #db00e7;
    background: #000;
    box-sizing: border-box;
    border-radius: 15px;
    z-index: 110;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.chaxunBox {
    z-index: 110;
}

#querycon h2 {
    margin-bottom: 31px;
    padding-bottom: 23px;
    color: #db00e7;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    border-bottom: 2px solid #282828;
}

#querycon p {
    margin-bottom: 20px;
}

#querycon p input {
    padding: 0 20px;
    width: 100%;
    height: 50px;
    color: #636363;
    font-size: 16px;
    line-height: 48px;
    border: 1px solid #E6E6E6;
    background: #FAFAFA;
    box-sizing: border-box;
    border-radius: 5px;
}

#querycon p input::-webkit-input-placeholder {
    color: #636363;
}

#querycon p input::-moz-placeholder {
    color: #636363;
    opacity: 1;
}

#querycon p input:-moz-placeholder {
    color: #636363;
    opacity: 1;
}

#querycon p select {
    padding: 0 16px;
    width: 100%;
    height: 50px;
    color: #636363;
    font-size: 16px;
    line-height: 48px;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    border-radius: 5px;
    /*background: #FAFAFA url(../images/select.png) no-repeat right 20px center;*/
    background-color: #FAFAFA;
}

#querycon p a {
    margin: 0 auto;
    width: 180px;
    display: block;
    color: #0a0a0a;
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    background: url(../images/bg06.png) no-repeat;
}

#querycon p a img {
    margin: -2px 8px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.layui-layer-setwin {
    display: none !important;
}

#activecon {
    padding: 27px 29px 17px;
    max-height: 95vh;
    width: 1200px;
    position: fixed;
    left: 50%;
    top: 50%;
    display: none;
    overflow-y: auto;
    border: 1px solid #db00e7;
    border-radius: 15px;
    background: #000;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

#activecon h3 {
    margin-bottom: 18px;
    padding-bottom: 31px;
    color: #db00e7;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #282828;
}

#activecon h3 img {
    margin: -4px 56px 0;
    display: inline-block;
    vertical-align: middle;
}

#activecon p {
    color: #b4b4b4;
    font-size: 14px;
    line-height: 2.15;
}

#activecon .text {
    margin-bottom: 10px;
}

#activecon .ttl {
    margin-bottom: 2px;
    color: #c6a46c;
    font-size: 18px;
}

#activecon table {
    margin: 22px 0;
    width: 900px;
    border-collapse: collapse;
}

#activecon th,
#activecon td {
    color: #fff;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #323232;
}

#activecon th {
    color: #c6a46c;
    font-weight: normal;
    background: #1A1A1A;
}

/*-------footer-----start--------------*/

.footer {
    overflow: hidden;
    border-top: 1px solid #1E1E1E;
    background-color: #000;
}

.footer .fInner {
    margin: 0 auto;
    min-width: 1200px;
    max-width: 1600px;
}

.footer .copy {
    color: #969696;
    font-size: 14px;
    line-height: 60px;
    text-align: center;
}

.footer .copy span {
    color: #fff;
}

.ftimg {
    padding-bottom: 30px;
}

.copyright {
    text-align: center;
    position: relative;
    top: -17px;
    line-height: 20px;
    color: #a7d0ff;
    padding-top: 15px;
}

/*-------active-----start--------------*/

#active {
    height: 100%;
    overflow: hidden;
    background: #000 url(../images/active_bg.jpg) no-repeat center top;
}

#active .footer {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
}

#active .main {
    padding-top: 40px;
    width: 502px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

#active .main .larrow {
    position: absolute;
    top: 60.5%;
    left: -64px;
}

#active .main .rarrow {
    position: absolute;
    top: 60.5%;
    right: -64px;
}

#active .main .rarrow a:hover img,
#active .main .larrow a:hover img {
    visibility: hidden;
}

#active .main .rarrow a,
#active .main .larrow a {
    display: block;
    width: 50px;
    height: 50px;
}

#active .main .larrow a:hover {
    background: url(../images/arrow01_over.png) no-repeat;
}

#active .main .rarrow a:hover {
    background: url(../images/arrow02_over.png) no-repeat;
}

#active .main .ttl {
    margin-bottom: 30px;
    text-align: center;
}

#active .main .txt {
    margin-bottom: 15px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

#active .main #doform {
    margin: 0 auto;
    padding: 29px 0;
    width: 470px;
    max-height: 409px;
    overflow-y: auto;
    box-sizing: border-box;
    border: 2px solid #373737;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.8);
}

#active .main #doform .listUl {
    margin: 0 auto;
    width: 410px;
}

#active .main #doform .listUl li {
    margin-bottom: 20px;
}

#active .main #doform .listUl li input,
#active .main #doform .listUl li select {
    padding: 0 20px;
    width: 100%;
    height: 50px;
    color: #636363;
    font-size: 16px;
    line-height: 48px;
    border: 1px solid #E6E6E6;
    background: #FAFAFA;
    box-sizing: border-box;
    border-radius: 5px;
}

#active .main #doform .listUl li input::-webkit-input-placeholder {
    color: #636363;
}

#active .main #doform .listUl li input::-moz-placeholder {
    color: #636363;
    opacity: 1;
}

#active .main #doform .listUl li input:-moz-placeholder {
    color: #636363;
    opacity: 1;
}

#active .main #doform .btnUl {
    margin: 0 auto;
    width: 410px;
}

#active .main #doform .btnUl li {
    float: left;
    width: 200px;
}

#active .main #doform .btnUl li a {
    display: block;
    color: #0a0a0a;
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    background: url(../images/bg03.png) no-repeat;
}

#active .main #doform .btnUl li.submit a:hover,
#active .main #doform .btnUl li.detailBtn a:hover {
    -webkit-filter: brightness(130%);
    filter: brightness(130%);
}

#active .main #doform .btnUl li a img {
    margin: -4px 10px 0 0;
    display: inline-block;
    vertical-align: middle;
}

#active .main #doform .btnUl li.detailBtn {
    float: right;
}

#active .main #doform .btnUl li.detailBtn a {
    color: #fff;
    background-image: url(../images/bg04.png);
}

#active .main #doform .btnUl li.back {
    margin-top: 18px;
    width: 410px;
}

#active .main #doform .btnUl li.back a {
    color: #fff;
    background-image: url(../images/bg05.png);
}

#active .main #doform .btnUl li.back a:hover {
    color: #C6A46C;
}

.con2 table {
    width: 100%;
}

.con2 table th {
    white-space: nowrap;
}

.con2 table td {
    word-break: break-word;
}

.con2 table th,
.con2 table td {
    padding: 5px;
    color: #D0BA53;
    border: 1px solid #D0BA53;
    text-align: center;
    vertical-align: middle;
}

[v-cloak] {
    display: none;
}

/*分頁*/

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #D0BA53 !important;
}

#pages {
    text-align: center;
}

.view-notes:hover {
    cursor: pointer;
    color: #76869a;
}

[v-cloak] {
    display: none;
}

.system {
    width: 100%;
    height: 100vh;
}

.system-maintenance-desc {
    font-size: 24px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cover {
    position: fixed;
    z-index: 100;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.closedesc {
    color: #fff;
    width: 80%;
    margin: 0 auto;
    font-size: 20px;
    text-align: center;
    line-height: 1.5;
}