* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "微软雅黑";
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

img {
    border: none;
}

.header {
    width: 1000px;
    height: 108px;
    margin: auto;
    padding: 12px 0;
}

.logo {
    display: inline-block;
    width: 478px;
    height: 77px;
}

.hul {
    float: right;
    margin-top: 32px;
    margin-right: 15px;
}

    .hul > li {
        float: left;
        padding: 0 15px;
        height: 15px;
        border-left: 1px solid #333333;
    }

        .hul > li > a {
            display: block;
            font-size: 14px;
            color: #333333;
            line-height: 14px;
        }

.hp {
    width: 230px;
    height: 30px;
    float: right;
    margin-top: 24px;
}

.ssinput {
    width: 198px;
    height: 100%;
    border: 1px solid #D2CECE;
    vertical-align: top;
    padding: 0 8px;
    outline: none;
}

.hp > a {
    display: inline-block;
    width: 32px;
    height: 100%;
    background-color: #1265C3;
    vertical-align: top;
    padding: 6px 7px;
}

.dhldiv {
    width: 100%;
    height: 36px;
    background-color: #1265C3;
    position: relative;
}

.dhlul {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 1000px;
    margin: auto;
    height: 44px;
}

    .dhlul > li {
        width: 142.85px;
        height: 100%;
        float: left;
        position: relative;
    }

        .dhlul > li:hover ol {
            display: block !important;
        }

        .dhlul > li > ol {
            position: absolute;
            background-color: rgba(255,255,255,0.8);
            z-index: 999;
            width: 240px;
            left: 0px;
            display: none;
        }

            .dhlul > li > ol > li {
                float: left;
                width: 120px;
                height: 46px;
                text-align: center;
            }

                .dhlul > li > ol > li > a {
                    display: inline-block;
                    margin-top: 12px;
                    line-height: 24px;
                    text-align: center;
                    color: #333333;
                    font-size: 15px;
                }

                .dhlul > li > ol > li:hover a {
                    border-bottom: 1px solid #1265C3;
                }

        .dhlul > li > a {
            display: block;
            width: 100%;
            height: 100%;
            line-height: 320%;
            color: #FFFFFF;
            font-size: 16px;
            position: relative;
        }

            .dhlul > li > a > img {
                position: absolute;
                top: 18px;
                left: 25px;
            }

            .dhlul > li > a > span {
                display: block;
                position: absolute;
                left: 50px;
            }

.active {
    background-color: #E1EFFF;
    color: #1265C3 !important;
    border-radius: 4px 4px 0 0;
}

    .active > .gltp {
        z-index: 2;
    }

.swiper-container {
    position: relative;
    width: 100%;
    background: #000;
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    width: 100%;
    height: 100%;
}

.pagination {
    position: absolute;
    z-index: 20;
    left: 0;
    right: 0;
    bottom: 10px;
    text-align: center;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #FFFFFF;
    margin: 0 4px;
    cursor: pointer;
}

.swiper-active-switch {
    background: #1265C3;
}

.arrow-left {
    position: absolute;
    left: 50px;
    top: 50%;
    margin-top: -47px;
    width: 48px;
    height: 94px;
    z-index: 20;
}

.arrow-right {
    position: absolute;
    right: 50px;
    top: 50%;
    margin-top: -47px;
    width: 48px;
    height: 94px;
    z-index: 20;
}

.ewmdiv {
    position: absolute;
    width: 114px;
    height: 157px;
    border-radius: 10px;
    background-image: url(../img/ewmwk.png);
    background-size: 100% 100%;
    right: -134px;
    top: 20px;
}

    .ewmdiv > img {
        display: block;
        width: 100px;
        height: 100px;
        margin: 7px;
    }

.flooter {
    width: 100%;
    background-image: url(../img/flootertp.png);
    background-size: 100% 100%;
    margin-top: 86px;
    position: relative;
}

.ulbgc {
    width: 1000px;
    padding-top: 90px;
    margin: auto;
}

.flooterul {
    width: 784px;
    text-align: left;
    color: #FFFFFF;
    float: left;
}

.flooterp1 {
    font-size: 16px;
    line-height: 50px;
}

.flooterp2 {
    margin-top: 18px;
}

.flooterp2,
.flooterp3 {
    font-size: 14px;
    line-height: 28px;
}

.flooterul > li {
    width: 196px;
    float: left;
    font-size: 14px;
    line-height: 28px;
}

    .flooterul > li a {
        color:#FFF;
    }
    .ewmngc {
    width: 120px;
    float: right;
    margin: 30px 20px;
}

    .ewmngc > img {
        display: block;
        width: 120px;
        height: 120px;
    }

    .ewmngc > p {
        color: #FFFFFF;
        font-size: 16px;
        line-height: 50px;
        text-align: center;
    }
