body,
html {
    font-family: "微软雅黑";
}

.banner-x {
    width: 100%;
    height: 500px;
    background-image: url('../images/wlwk/banner.jpg');
    overflow: hidden;
}

.banner-x-words {
    width: 1200px;
    margin: 0 auto;
}

.banner-x-words h4 {
    margin-top: 12%;
    font-size: 24px;
    color: #ffffff;
}

.banner-x-words p {
    margin-top: 20px;
    height: auto;
    line-height: 30px;
    font-size: 20px;
    color: #ffffff;
}

.advance-x {
    width: 100%;
    overflow: hidden;
}

.advance-x-box {
    width: 1200px;
    margin: 0 auto;
}

.x-title {
    margin-top: 60px;
    margin-bottom: 40px;
    text-align: center;
}

.x-title h4 {
    font-size: 40px;
    color: #333333;
}

.x-title img {
    width: 52px;
    height: 3px;
}

.x-list {
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}

.x-list ul li {
    float: left;
    width: 33.33333333333333333333333%;
    height: auto;
    text-align: center;
}

.x-list ul li h1 {
    width: 140px;
    height: 100px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}

.x-list ul li h1 img {
    transition: all 1s ease;
}

.x-list ul li h1 img:hover {
    transform: scale(1.1);
}

.x-list ul li h2 {
    font-size: 20px;
    color: #177ffe;
    margin-top: 20px;
}

.x-list ul li h3 {
    margin-top: 16px;
    font-size: 16px;
    color: #686a6c;
}
.x-words{
    width: 100%;
    overflow: hidden;
    padding-bottom: 80px;
}
.x-words ul{
    margin-left: 13%;
}
.x-words ul li{
    font-size: 14px;
    color: #686a6c;
    list-style: disc;
    margin-top: 10px;
}

.num-x {
    width: 100%;
    height: 717px;
    background-image: url('../images/wlwk/num-banner.jpg');
    overflow: hidden;
}

.num-x-box {
    width: 1200px;
    margin: 0 auto;
}

.x-title2 {
    margin-top: 60px;
    margin-bottom: 40px;
    text-align: center;
}

.x-title2 h4 {
    font-size: 40px;
    color: #ffffff;
}

.x-title2 img {
    width: 52px;
    height: 3px;
}

.num-x-list {
    width: 100%;
    overflow: hidden;
}

.num-x-list ul li {
    width: 33.33333333333333333333%;
    float: left;
    text-align: center;
    margin-bottom: 40px;
}

.num-x-list ul li h1 {
    width: 140px;
    height: 140px;
    overflow: hidden;
    margin: 0 auto;
}

.num-x-list ul li h1 img {
    margin-top: 10px;
}

.num-x-list ul li h1 img:hover {
    animation: shakeI 1.4s ease-in-out both;
}

@keyframes shakeI {
    0% {
        transform: scale(1);
    }
    10%,
    20% {
        transform: scale(0.96) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        transform: scale(1) rotate(0);
    }
}

.num-x-list ul li h2 {
    font-size: 18px;
    color: #ffffff;
    margin-top: 16px;
}

.num-x-list ul li p {
    font-size: 14px;
    color: #ffffff;
    opacity: 0.59;
    margin-top: 8px;
    width: 60%;
    margin-left: 20%;
    height: 38px;
    overflow: hidden;
}

.trade-x {
    width: 100%;
    overflow: hidden;
    margin-bottom: 80px;
}

.trade-x-box {
    width: 1200px;
    margin: 0 auto;
}

.trade-x-list {
    width: 100%;
    overflow: hidden;
}
.trade-x-list>ul>li{
    width: 33.333333333333336%;
    float: left;
    height: 328px;
    text-align: center;
    position: relative;
}
.trade-x-list>ul>li h4{
    width: 391px;
    height: 256px;
    overflow: hidden;
}
.trade-x-list>ul>li h4 img{
    width: 391px;
    height: 256px;
    transition: all .6s ease;
}
/* .trade-x-list>ul>li h4 img:hover{
    transform: scale(1.1);
} */
.trade-x-list>ul>li h5{
    width: 100%;
    height: 72px;
    text-align: center;
    font-size: 18px;
    color: #333333;
    line-height: 72px;
    cursor: pointer;
}
.shade-down{
    width: 391px;
    height: 256px;
    position: absolute;
    background-color: #2a4970;
    opacity: .8;
    display: none;
    transition: all 1s ease;
}
.trade-x-list>ul>li:hover .shade-down{
    display: block;
}
.shade-down ul{
    margin-top: 60px;
    margin-left: 10%;
}
.shade-down ul li{
    float: left;
    width: 28%;
    font-size: 14px;
    color: #ffffff;
    padding: 6px 0 6px 0;
    text-align: center;
}
.shade-down ul i{
    width: 1px;
    height: 14px;
    display: block;
    float: right;
    margin: 3px 0 0 0;
    background-color:#fff;
}



/* -------------------------PC端--------------------------- */

@media all and (max-width:1200px) {
    .banner-x-words {
        width: 100%;
    }
    .banner-x-words p {
        font-size: 16px;
    }
    .x-title h4 {
        font-size: 32px;
    }
    .x-title2 h4 {
        font-size: 32px;
    }
    .advance-x-box {
        width: 100%;
    }
    .num-x-box {
        width: 100%;
    }
    .trade-x-box {
        width: 100%;
    }
}

/* ------------------------手机端-------------------------- */

@media all and (max-width:900px) {
    .banner-x {
        height: 300px;
    }
    .banner-x-words h4 {
        margin-top: 12%;
        font-size: 20px;
        margin-left: 3%;
    }
    .banner-x-words p {
        font-size: 12px;
        line-height: 20px;
        width: 94%;
        margin-left: 3%;
    }
    .x-title {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .x-title h4 {
        font-size: 22px;
    }
    .x-list ul li {
        width: 100%;
        margin-bottom: 36px;
    }
    .x-list ul li h2 {
        font-size: 16px;
        margin-top: 14px;
    }
    .x-list ul li h3 {
        margin-top: 8px;
        font-size: 12px;
    }
    .x-list {
        margin-bottom: 0px;
    }
    .x-title2 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .x-title2 h4 {
        font-size: 22px;
    }
    .num-x-list ul li {
        width: 50%;
        float: left;
        text-align: center;
        margin-bottom: 20px;
    }
    .num-x-list ul li h1 {
        width: 110px;
        height: 110px;
    }
    .num-x-list ul li h1 img {
        width: 80%;
        height: 80%;
    }
    .num-x-list ul li h2 {
        font-size: 14px;
        margin-top: 10px;
    }
    .num-x-list ul li p {
        font-size: 12px;
        margin-top: 8px;
        width: 94%;
        margin-left: 3%;
        height: 36px;
    }


    /* ---------------------------- */
    .trade-x-list>ul>li {
        width: 100%;
        height: 328px;
    }
    .shade-down {
        width: 100%;
        height: 256px;
    }
    .shade-down ul {
        margin-top: 60px;
        margin-left: 0%;
    }
    .shade-down ul li {
        float: left;
        width: 33.33333333333333333333%;
        font-size: 14px;
        color: #ffffff;
        padding: 6px 0 6px 0;
        text-align: center;
    }
    .shade-down ul li i{
        display: none;
    }
}