﻿
@font-face {
    font-family: "HarmonyOS";
    src:url(../font/HarmonyOS_Sans_SC_Regular.ttf)
}

html,
body {
    position: relative;
    height: 100%;
    font-family: "HarmonyOS"!important;
}

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}
a {
    cursor: pointer;
    color: initial;
    text-decoration:none
}

li, ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.header {
    height: 66px;
    width: 100%;
    z-index: 999;
    position: fixed
}

    .header ul, .header li {
        list-style: none
    }

    .header ul {
        width: 1400px;
        margin: 0 auto;
        line-height: 66px;
    }

    .header li {
        width: auto;
        margin: 0 15px;
        float: left;
        font-weight: 400;
        font-size: 15PX;
        cursor: pointer
    }

        .header li:hover a{
            color: #D15B2D
        }

        .header li.logo {
            margin-top: 14px;
        }

            .header li.logo img {
                height: 83px;
                width: 80px;
            }

.scroll_header {
    background-color: white
}

.header .wechat-scan {
    float: right;
    position: relative
}



/*弹出*/

.wechat-scan span {
    display: none;
    color: #fff;
    font-size: 13px;
    line-height: 45px;
}


.wechat-scan .flex-footera {
    position: absolute;
    text-align: center;
    display: none;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    border-radius: 8px;
    left: -120px;
    width: 275.5px;
    height: 212.32px;
    top: 50PX;
}

.wechat-scan .img-n:hover + .flex-footera {
    display: block;
}

.wechat-scan .flex-footera:after,
.wechat-scan .flex-footera:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: white;
    left: calc(50% - 13px);
    top: -20px
}

.flex-footera .title {
    font-size: 14px;
    margin: 14px;
    color: black !important;
    LINE-HEIGHT: 22PX;
}

.flex-footera ul {
    width: calc(100% - 40px);
    padding: 0px;
    margin: 0px;
    padding: 0 20px;
    float: left;
}

    .flex-footera .title:hover, .flex-footera ul:hover, .flex-footera li:hover {
        color: black !important
    }

.flex-footera li {
    float: left;
    width: 50%;
    padding: 0px;
    margin: 0px;
}

    .flex-footera li img {
        WIDTH: 99.77PX;
        FLOAT: LEFT;
        /* TEXT-ALIGN: CENTER; */
        MARGIN: 0 AUTO;
    }

    .flex-footera li .ewm_title {
        LINE-HEIGHT: 22PX;
        WIDTH: calc(100% - 12px);
        FLOAT: LEFT;
        TEXT-ALIGN: CENTER;
        FONT-SIZE: 14PX;
        MARGIN: 0 AUTO;
        color: black !important
    }

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.banner {
    width: 100%;
    height: 470px;
    z-index: 1
}

    .banner .swiper-pagination-bullet {
        width: 84px;
        height: 2px;
        border-radius: 0;
        background: #ffffff;
        opacity: 0.8
    }

    .banner .swiper-pagination-bullet-active {
        background: #ffffff;
        opacity: 1;
        height: 5px;
    }

    .banner .swiper-pagination {
        margin-bottom: 110px
    }

.content {
    width: 1330px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.wyqz-div {
    width: calc(100% - 50px); 
    float: left;
    background-color: white;
    border-radius: 18px;
    margin-top: -60px;
    z-index: 2;
    position: relative;
    padding: 25px;
}

.wyqz {
    background: url(../images/bg1.png) center no-repeat;
    background-size: 100% 100%;
    width: 350px;
    height: 232px;
    float: left;
    padding: 36px;
}
    .wyqz .normal {
        display: block;
        opacity: 1;
        transition: all .5s;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        -o-transition: all .5s
    }
    .wyqz .normal .title {
        font-size: 24px;
        font-weight: bold;
        color: white;
        padding-left: 8px;
        line-height: 40px;
        text-align: center
    }


    .wyqz .normal .item {
        margin-top: 36px;
    }

    .wyqz .normal ul, .wyqz .normal li {
        margin: 0px;
        padding: 0px;
        width: 100%;
        float: left;
    }
    .wyqz:hover .normal {
        display: none;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0
    }
    .wyqz:hover .active {
        display: block;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }
    .wyqz .normal li {
        width: 100%;
        float: left;
        text-align: center
    }

        .wyqz .normal li img {
            width: 74.82px;
            height: 74.82px;
        }

    .wyqz .normal li p {
        background-color: rgb(255 255 255 / 0.22);
        border-radius: 5px;
        padding: 17.5px 16px;
        color: white;
        margin-top: 30px;
        width: auto;
        float: left;
        margin-right: 10px;
        text-align: center
    }

    .wyqz .normal li p:last-child {
        margin-right: 0px;
    }



    .wyqz .active {
        position: relative;
        display: none;
        height: 100%;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        transition: all .5s;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        -o-transition: all .5s
    }
        .wyqz .active .title img {
            width: 39px;
            height: 39px;
            float: left
        }
        .wyqz .active .title span {
            font-size: 22px;
            font-weight: bold;
            color: white;
            padding-left: 8px;
            line-height: 37px;
        }
    .wyqz .item{
margin-top:45px;
    }
    .wyqz .active ul, .wyqz .activeli {
        margin: 0px;
        padding: 0px;
        width: 100%;
        float: left;
    }
    .wyqz .active li {
        width: 108px;
        height: 135px;
        float: left;
        margin-right: 8px;
        background-color: white;
        border-radius: 4.5px
    }
    .wyqz .active li:last-child {
        margin-right: 0px;
    }
    .wyqz .active li img {
        height: 45px;
        width: 45px;
        padding: 26px 32px 0 32px;
    }
        .wyqz .active li p {
            font-size: 14px;
            text-align: center;
            padding: 10px 18px;
            line-height: 15px;
            margin: 0px;
        }







.wycd {
    background: url(../images/bg2.png) center no-repeat;
    background-size: 100% 100%;
    width: 153px;
    height: 244px;
    float: left;
    padding: 20px 26px;
    margin-left: 22px;
}

    .wycd:hover .normal {
        display: none;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0
    }

    .wycd:hover .active {
        display: block;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }



    .wycd .normal .title {
        font-size: 24px;
        font-weight: bold;
        color: white;
        padding-left: 8px;
        line-height: 40px;
        text-align: center
    }


    .wycd .normal .item {
        margin-top: 36px;
    }

    .wycd .normal ul, .wycd .normal li {
        margin: 0px;
        padding: 0px;
        width: 100%;
        float: left;
    }

    .wycd .normal li {
        width: 100%;
        float: left;
        text-align: center
    }

    .wycd .normal li img {
        width: 74.82px;
        height: 74.82px;
    }

    .wycd .normal li p {
        background-color: rgb(255 255 255 / 0.22);
        border-radius: 5px;
        padding: 8px 25px;
        color: white;
        margin-top: 30px;
    }


    .wycd .active {
        position: relative;
        display: none;
        height: 100%;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        transition: all .5s;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        -o-transition: all .5s
    }

        .wycd .active .title img {
            width: 39px;
            height: 39px;
            float: left
        }

        .wycd .active .title span {
            font-size: 22px;
            font-weight: bold;
            color: white;
            padding-left: 8px;
            line-height: 37px;
        }

    .wycd .item {
        margin-top: 45px;
    }

    .wycd .active ul, .wyqz .activeli {
        margin: 0px;
        padding: 0px;
        width: 100%;
        float: left;
    }

    .wycd .active li {
        width: 108px;
        height: 135px;
        float: left;
        margin-right: 8px;
        background-color: white;
        border-radius: 4.5px;
        margin-left:20px;
    }

        .wycd .active li:last-child {
            margin-right: 0px;
        }

        .wycd .active li img {
            height: 45px;
            width: 45px;
            padding: 26px 32px 0 32px;
        }

        .wycd .active li p {
            font-size: 14px;
            text-align: center;
            padding: 10px 18px;
            line-height: 15px;
            margin: 0px;
        }




.wyjx {
    background: url(../images/bg3.png) center no-repeat;
    background-size: 100% 100%;
    width: 153px;
    height: 244px;
    float: left;
    padding: 20px 26px;
    margin-left: 22px;
}

    .wyjx:hover .normal {
        display: none;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0
    }

    .wyjx:hover .active {
        display: block;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }



    .wyjx .normal .title {
        font-size: 24px;
        font-weight: bold;
        color: white;
        padding-left: 8px;
        line-height: 40px;
        text-align: center
    }


    .wyjx .normal .item {
        margin-top: 36px;
    }

    .wyjx .normal ul, .wyjx .normal li {
        margin: 0px;
        padding: 0px;
        width: 100%;
        float: left;
    }

    .wyjx .normal li {
        width: 100%;
        float: left;
        text-align: center
    }

    .wyjx .normal li img {
        width: 74.82px;
        height: 74.82px;
    }

    .wyjx .normal li p {
        background-color: rgb(255 255 255 / 0.22);
        border-radius: 5px;
        padding: 8px 25px;
        color: white;
        margin-top: 30px;
    }


    .wyjx .active {
        position: relative;
        display: none;
        height: 100%;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        transition: all .5s;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        -o-transition: all .5s
    }

        .wyjx .active .title img {
            width: 39px;
            height: 39px;
            float: left
        }

        .wyjx .active .title span {
            font-size: 24px;
            font-weight: bold;
            color: white;
            padding-left: 8px;
            line-height: 37px;
        }

    .wyjx .item {
        margin-top: 45px;
    }

    .wyjx .active ul, .wyqz .activeli {
        margin: 0px;
        padding: 0px;
        width: 100%;
        float: left;
    }

    .wyjx .active li {
        width: 108px;
        height: 135px;
        float: left;
        margin-right: 8px;
        background-color: white;
        border-radius: 4.5px;
        margin-left:20px;
    }

        .wyjx .active li:last-child {
            margin-right: 0px;
        }

        .wyjx .active li img {
            height: 45px;
            width: 45px;
            padding: 26px 32px 0 32px;
        }

        .wyjx .active li p {
            font-size: 14px;
            text-align: center;
            padding: 10px 18px;
            line-height: 15px;
            margin: 0px;
        }






.wylh {
    background: url(../images/bg4.png) center no-repeat;
    background-size: 100% 100%;
    width: 350px;
    height: 232px;
    float: left;
    padding: 26px;
    margin-left: 22px;
}


    .wylh .normal {
        display: block;
        opacity: 1;
        transition: all .5s;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        -o-transition: all .5s
    }

        .wylh .normal .title {
            font-size: 24px;
            font-weight: bold;
            color: white;
            padding-left: 8px;
            line-height: 40px;
            text-align: center
        }


        .wylh .normal .item {
            margin-top: 36px;
        }

        .wylh .normal ul, .wycd .normal li {
            margin: 0px;
            padding: 0px;
            width: 100%;
            float: left;
        }

    .wylh:hover .normal {
        display: none;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0
    }

    .wylh:hover .active {
        display: block;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }

    .wylh .normal li {
        width: 100%;
        float: left;
        text-align: center
    }

        .wylh .normal li img {
            width: 74.82px;
            height: 74.82px;
        }

        .wylh .normal li p {
            background-color: rgb(255 255 255 / 0.22);
            border-radius: 5px;
            padding: 17.5px 16px;
            color: white;
            margin-top: 30px;
            width: auto;
            float: left;
            margin-right: 10px;
            text-align: center
        }

            .wylh .normal li p:last-child {
                margin-right: 0px;
            }



    .wylh .active {
        position: relative;
        display: none;
        height: 100%;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        transition: all .5s;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        -o-transition: all .5s
    }

        .wylh .active .title img {
            width: 39px;
            height: 39px;
            float: left
        }

        .wylh .active .title span {
            font-size: 22px;
            font-weight: bold;
            color: white;
            padding-left: 8px;
            line-height: 37px;
        }

    .wylh .item {
        margin-top: 45px;
    }

    .wylh .active ul, .wyqz .activeli {
        margin: 0px;
        padding: 0px;
        width: 100%;
        float: left;
    }

    .wylh .active li {
        width: 108px;
        height: 135px;
        float: left;
        margin-right: 8px;
        background-color: white;
        border-radius: 4.5px
    }

        .wylh .active li:last-child {
            margin-right: 0px;
        }

        .wylh .active li img {
            height: 45px;
            width: 45px;
            padding: 26px 32px 0 32px;
        }

        .wylh .active li p {
            font-size: 14px;
            text-align: center;
            padding: 10px 18px;
            line-height: 15px;
            margin: 0px;
        }






.fw-list {
    margin-top: 30px;
}
    .fw-list li {
        width: 412px;
        height: 304px;
        margin-right: 22px;
        background-color: #F6F6F9;
        border-radius: 10px;
        float: left;
    }
        .fw-list li:last-child {
            margin-right: 0px;
        }
    .fw-list li .title{
        font-size: 26px;
        text-align:center;
        margin-top:47px;
        width:100%;
        float:left;
        font-weight:bold
    }
        .fw-list li .img {
            text-align: center;
            margin-top: 63px;
            width: 100%;
            float: left
        }
        .fw-list li img {
            width: 100px;
            height: 100px;
        }

.xkt-rl {
    height: 605px;
    float: left;
    width: 100%;
    margin-top: 20px;
}
    .xkt-rl .xkt {
        width: 615px;
        height: 100%;
        background-color: white;
        border-radius: 18px;
        float: left
    }
        .xkt-rl .xkt .title {
            position: relative;
            width: calc(100% - 40px);
            padding: 30px 20px;
            text-align: left;
            font-size: 26px;
            font-weight: bold;
        }
            .xkt-rl .xkt .title .more {
                background-color: rgb(210 95 46 / 0.25);
                border-radius: 21px;
                width: 117px;
                line-height: 41px;
                position: absolute;
                right: 20px;
                font-size: 18px;
                color: #D25F2E;
                text-align: center;
                font-weight: normal;
                top: 33px;
            }
    .xkt-rl .rl {
        width: 695px;
        height: 100%;
        background-color: white;
        border-radius: 18px;
        margin-left: 20px;
        float: left;
    }

        .xkt-rl .rl .title {
            position: relative;
            width: calc(100% - 40px);
            padding: 30px 20px;
            text-align: left;
            font-size: 26px;
            font-weight: bold;
        }

            .xkt-rl .rl .title .more {
                background-color: rgb(210 95 46 / 0.25);
                border-radius: 21px;
                width: 117px;
                line-height: 41px;
                position: absolute;
                right: 20px;
                font-size: 18px;
                color: #D25F2E;
                text-align: center;
                font-weight: normal;
                top: 33px;
            }
        .xkt-rl .rl .rl-item ul {
            padding: 19px;
            padding-top: 0px;
        }
        .xkt-rl .rl .rl-item li {
            height: 80px;
            width: calc(16.6% - 18px);
            margin-right: 19px;
            border: 1px solid #DFDFDF;
            border-radius: 6px;
            float: left;
            margin-bottom: 15px;
        }
            .xkt-rl .rl .rl-item li:nth-child(6n) {
                margin-right: 0px;
            }
            .xkt-rl .rl .rl-item li .item-title {
                font-size: 16px;
                text-align:center;
                width:100%;
                margin:8px 0px 8px 0px;
            }

            .xkt-rl .rl .rl-item li .item-count {
                height: 34px;
                width: 34px;
                border-radius: 50%;
                background-color: #f8e7e0;
                text-align: center;
                line-height: 34px;
                margin: 0 25px;
                color: #D25F2E; 
                font-size: 16px;
            }
            .xkt-rl .rl .rl-item li .exceed {
                height: 34px;
                width: 34px;
                border-radius: 50%;
                background-color: #f1f1f1;
                text-align: center;
                line-height: 34px;
                margin: 0 25px;
                color: #B5B5B5; 
                font-size: 16px;
                margin:0 auto;
            }

            .xkt-rl .rl .rl-item li:hover, .xkt-rl .rl .rl-item li.active {
                background-color: #D25F2E;
            }
                .xkt-rl .rl .rl-item li:hover .item-title, .xkt-rl .rl .rl-item li.active .item-title{
                    color: white
                }
                .xkt-rl .rl .rl-item li:hover .item-count, .xkt-rl .rl .rl-item li.active .item-count {
                    color: #D25F2E;
                    background-color: white;
                }
        .xkt-rl .rl .rl-news {
            width: calc(100% - 50px);
            float: left;
            height: 282px;
            overflow-y: hidden;
            padding: 0 25px;
        }
    .xkt-rl .rl .rl-news ul{
        height:100%;
        width:100%;
        float:left;
        overflow-y:scroll;
    }
        .xkt-rl .rl .rl-news ul li {
            border-bottom: 1px solid #CCCCCC;
            width: calc(100% - 16px);
            float: left;
            margin-right: 16px;
            margin-top: 15px;
            scroll-padding-bottom: 32px;
        }
            .xkt-rl .rl .rl-news ul li.no-activity {
                height: 289px;
                border: 0px;
                overflow: hidden;
                text-align: center;
            }
                .xkt-rl .rl .rl-news ul li.no-activity img {
                    height: 80%;
                    width: auto;
                    margin: 0 auto; 
                }
            .xkt-rl .rl .rl-news ul li .left {
                width: calc(100% - 100px);
                float: left;
            }
            .xkt-rl .rl .rl-news ul li .right {
                width: 100px;
                float: left;
                text-align: center;
            }
            .xkt-rl .rl .rl-news ul li .time {
                font-size: 16px;
                color: #888888
            }
            .xkt-rl .rl .rl-news ul li .title {
                font-size: 18px;
                font-weight: bold;
                margin: 0px;
                padding: 16px 0;
                overflow: hidden;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }
            .xkt-rl .rl .rl-news ul li .status-close {
                color: #D6D6D6;
                font-size:17px;
                position:relative;
            }
                .xkt-rl .rl .rl-news ul li .status-close:before {
                    position: absolute;
                    content: " ";
                    width: 10px;
                    height: 10px;
                    border-radius: 50%;
                    background-color: #D6D6D6;
                    left:-20px;
                    top:6px;
                }
            .xkt-rl .rl .rl-news ul li .status-active {
                color: black;
                font-size: 16px;
                position: relative;
                text-align: left;
                text-indent: 16px;
            }
                .xkt-rl .rl .rl-news ul li .status-active:before {
                    position: absolute;
                    content: " ";
                    width: 10px;
                    height: 10px;
                    border-radius: 50%;
                    background-color: #D25F2E;
                    left: 3px;
                    top: 6px;
                }
            .xkt-rl .rl .rl-news ul li .status-nostart {
                color: black;
                font-size: 17px;
                position: relative;
            }

                .xkt-rl .rl .rl-news ul li .status-nostart:before {
                    position: absolute;
                    content: " ";
                    width: 10px;
                    height: 10px;
                    border-radius: 50%;
                    background-color: #E4B036;
                    left: -20px;
                    top: 6px;
                }

            .xkt-rl .rl .rl-news ul li .detail-btn {
                width: 73px;
                background-color: #f8e7e0;
                height: 28px;
                line-height: 28px;
                margin-top: 8px;
                border-radius: 23px;
                text-align: center;
                color: #D25F2E;
            }

            .xkt-rl .rl .rl-news ul li:hover .detail-btn { 
                background-color: #D25F2E; 
                color:white
            }
            /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
            .xkt-rl ::-webkit-scrollbar {
                width: 3px;
                height: 5px;
                background-color: #CECECE;
            }

/*定义滚动条轨道 内阴影+圆角*/
.xkt-rl ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px #CECECE;
    border-radius: 2px;
    background-color: #F3F3F3;
}

/*定义滑块 内阴影+圆角*/
.xkt-rl ::-webkit-scrollbar-thumb {
    border-radius: 2px; 
    box-shadow: inset 0 0 1px #CECECE;
    background-color: #CECECE;
}
.rccpxgj {
    width: calc(100% - 60px);
    float: left;
    height: 268px;
    border-radius: 18px;
    background-color: #FFFFFF;
    margin-top: 20px;
    padding: 37px 30px 15px 30px;
} 
.rccpxgj .title {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}
    .rccpxgj li {
        width: calc(33.33% - 80px);
        float: left;
        height: 85px;
        padding: 41px 40px;
        background: url(../images/cp_bg1.png) no-repeat center;
        background-size: 100%;
        margin-top: 44px;
        background-size: 100% 100%;
    }
    .rccpxgj li:nth-child(2n) { 
        background: url(../images/cp_bg2.png) no-repeat center; 
    }
        .rccpxgj li .item-title {
            width: 100%;
            text-align: left;
            font-size: 26px;
            font-weight:bold;
        }
        .rccpxgj li .item-desc {
            width: 100%;
            text-align: left;
            font-size: 18px;
            color: #888888;
            margin-top:35px;

        }
        .rccpxgj li .icon {
            margin-top: 33px;
            width: 40px;
            height: 40px;
            background: url(../images/cp_icon1.png) no-repeat center;
            background-size:100%
        }
        .rccpxgj li:hover{
            cursor:pointer
        }
            .rccpxgj li:hover .icon {
                margin-top: 33px;
                width: 40px;
                height: 40px;
                background: url(../images/cp_icon2.png) no-repeat center;
                background-size: 100%
            }

        .rccpxgj li .icon {
            margin-top: 33px;
        }




.fwjgjbwd {
    height: 800px;
    width: 100%;
    float: left;
    margin-top: 30px;
    background-color: white;
    border-radius: 18px;
}
    .fwjgjbwd .title {
        margin: 37px 0 0;
        text-align: center;
        width: 100%;
        float: left;
        font-size: 26px;
        font-weight: bold;
    }
    .fwjgjbwd .map {
        margin-left: 20px;
        /* margin-right: 40px; */
        float: left;
        width: 635px;
    }
    .fwjgjbwd .wd-info {
        margin-left: 40px;
        margin-right: 40px;
        float: right;
        width: 451px;
        /* height: 400px; */
        border-radius: 18px;
        box-shadow: 1px 1px 8px rgba(0,0,0,.2);
        margin-top: 107px;
        padding: 30px 40px;
    } 

        .fwjgjbwd .wd-info .title{
            font-size:22px;
            font-weight:bold;
            margin:0px;
        }
        .fwjgjbwd .wd-info .item-info{
            width:100%;
            float:left;
            margin-top:43px;
        }

            .fwjgjbwd .wd-info .item-info .title {
                font-size: 16px;
                font-weight: bold;
                color: #353535;
                text-align: left;
                margin: 0px;
                margin-bottom:5px;
                position:relative
            }
            .fwjgjbwd .wd-info .item-info .title img{
                width: 35px;
                height: 35px;
                float: left;
                left: -13px;
                position: relative;
                top: -5px;
            }
            .fwjgjbwd .wd-info .item-info li {
                font-size: 15px;
                text-align: left;
                text-indent: 40px;
                line-height: 25px;
                color: #353535
            }
            .fwjgjbwd .wd-info .item-info .more {
                position: absolute;
                right: -20px;
                top: 0px;
                color: #0066CC;
                font-size:14px;
                font-weight:normal;
            }
            .footer {
                height: 284px;
                background: url(../images/foot_bg.png) no-repeat center;
                background-size: 100% 100%;
                width: 100%;
                margin-top: 30px;
            }
    .footer .company-info{
        height:199px;
        width:100%;
        float:left
    }
        .footer .company-info .logo{
            margin:41px 0 33.8px 0;
            float:left
        }
        .footer .company-info .logo img {
            height: 125px;
            width: 120px
        }
        .footer .company-info .info {
            float: right;
            color: white;
            text-align: left;
            margin: 54px 0 0 0;
            line-height:25px;
            font-size:16px;
        }
        .footer .copyright-info {
            height: 84px;
            line-height: 84px;
            font-size: 16px;
            color: white;
            text-align: center;
            border-top: 1px solid white;
            width: 100%;
            float: left
        }





.case ul {
    width: 100%;
    margin: 0 auto;
}

.case > ul li {
    display: inline-block; 
}

    .case > ul li.wyqz {
        background: url(../images/bg1.png) center no-repeat;
        background-size: 100% 100%;
        width: 350px;
        height: 244px;
        float: left;
        padding: 20px 26px;
    }


.case .grid-content {
    position: relative;
    overflow: hidden;
   /* height: 100%;
    width: 100%;*/
}
 
    .case .grid-content .grid-shade {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;  
        display: none; 
        cursor:pointer;
    }

        .case .grid-content .grid-shade .grid-enter {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

            .case .grid-content .grid-shade .grid-enter a {
                color: #848484;
            }

            .case .grid-content .grid-shade .grid-enter > img {
                width: 28px;
                vertical-align: top;
                margin-top: 10px;
            }


.video-list .swiper-pagination-fraction, .video-list .swiper-pagination-custom, .swiper-vertical > .swiper-pagination-bullets,
.video-list .swiper-pagination-bullets.swiper-pagination-vertical {
    bottom: 10px;
    left: calc(50% - 100px);
    width: 100%;
    text-align: center
}

.video-list .swiper-vertical > .swiper-pagination-bullets, .video-list .swiper-pagination-vertical.swiper-pagination-bullets {
    right: 0px;
    top: 98%;
    transform: translate3d(0px, 0%, 0);
}

    .video-list .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
    .video-list .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
        float: left
    }

.videoSwiper .swiper-pagination-bullet {
    width: 48px;
    height: 6px;
    background: #d56839;
    border-radius: 0px;
    opacity: 0.3
}

.videoSwiper .swiper-pagination-bullet-active {
    width: 48px;
    height: 6px;
    background: #D56839;
    border-radius: 0px;
    opacity: 1
}

.video-list .swiper-slide img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    top: -18px;
    position: relative;
    float: left
}

.video-list .swiper-slide-shadow {
    width: 582px;
    height: 327px;
    border-radius: 10px;
    background: rgba(242, 209, 195, 0.2)
}

.video-list .swiper-slide .title {
    text-align: left;
    width: calc(100% - 67px);
    padding: 17px 0px 0 0;    
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 22px;
}

.video-list .swiper-slide .desc {
    text-align: left;
    width: calc(100% - 80px);
    padding: 17px 0px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #888888;
    font-size: 16px;
}
.mySwiper a{
    width:100%;
    height:100%
}