.abtn {
    border-radius: 52px;
    width: 214px;
    height: 52px;
    display: block;
    font-size: 16px;
    border: 2px solid #636b73;
    line-height: 52px;
    text-align: center;
    margin-top: 30px
}
.gxbicon {
    background-image: url(/images/icons/gxbicon.png);
    background-size: contain;
    display: inline-block;
    height: 18px;
    margin-right: 4px;
    width: 18px
}
.headmenu {
    display: flex;
    justify-content: space-between;
    padding: 0 20% 10px 10%;
}

    .headmenu .logo {
        height: 80px;
    }

.menubox {
    display: flex;
    align-items: center;
}

    .menubox ul li {
        margin-left: 50px;
        float: left;
        line-height: 64px;
    }
        .menubox ul li a.active {
            color: blue;
            font-weight: bold;
        }

.wid {
    min-width: 1024px;
    max-width: 2000px;
    margin: auto;
}

.wid1200 {
    width: 1200px;
    margin: 0 auto;
}

.padsx10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padsx20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.drop-cont {
    margin-left: 50px;
    float: left;
    line-height: 64px;
}

.headsbox {
    padding: 0 20%;
    text-align: right;
    font-size: 18px;
    color: #2183e9 !important;
    padding-top: 12px !important;
    font-weight: bold
}
    .headsbox .cursor {
        color: #2183e9
    }
    .headsbox .layui-icon {
        font-size: 24px;
        vertical-align: middle;
        margin-right: 5px;
    }

.corred {
    color: red;
}

.cor999 {
    color: #999
}

@keyframes floatAnimation {
    0% {
        transform: translateY(0); /* 初始位置 */
    }

    50% {
        transform: translateY(-20px); /* 向下移动20px */
    }

    100% {
        transform: translateY(0); /* 返回到初始位置 */
    }
}

.floating-element {
    animation: floatAnimation 2s ease-in-out infinite;
}

@keyframes floatleft {
    0% {
        transform: translateX(0); /* 初始位置 */
    }

    50% {
        transform: translateX(50px); /* 向下移动20px */
    }

    100% {
        transform: translateX(0); /* 返回到初始位置 */
    }
}

.floatleft {
    animation: floatleft 2s ease-in-out infinite;
}

.ptxt {
    color: #999;
    font-size: 16px;
    text-align: center;
}

.txtcen {
    text-align: center;
}
.txtbold {
    font-weight: bold
}
.txtleft {
    text-align: left;
}

.txt14px {
    font-size: 14px;
}
.txt18px {
    font-size: 18px;
}
.txt15px {
    font-size: 16px;
}
.txt16px {
    font-size: 16px;
}
.martop10 {
    margin-top: 10px;
}
.martop20 {
    margin-top: 20px;
}
.flex {
    flex: 1
}

footer {
    background: #333
}

.footbox {
    width: 1200px;
    margin: 0 auto;
    color: #999;
    display: flex;
    justify-content: space-between;
    padding: 50px 0
}

    .footbox .listbox {
        display: flex;
    }

    .footbox .listbox .list {
            width: 300px
     }

    .footbox .listbox .list .title {
                color: #fff;
                font-size: 18px
     }

     .footbox .listbox .list .item {
                padding: 5px 0;
                color:#999;
                display:block
      }

.qccodebox {
    display: flex;
    padding: 30px 0;
    font-size: 14px
}
.cursor {
    cursor: pointer;
}
