﻿.banner {
    width: 1400px;
    margin: 132px auto -30px;
    position: relative;
}
.ph_banner {
    height: 4.5rem;
    width: 95%;
    margin: 1.4rem auto 0;
    display: none;
}
.picFocus {
    margin: 0 auto;
    width: 100%;
    padding: 5px;
    position: relative;
    overflow: hidden;
    zoom: 1;
    max-height: 550px;
}

    .picFocus .hd {
        width: 100%;
        position: relative;
        bottom: 100px;
        padding-top: 5px;
        overflow: hidden;
    }

        .picFocus .hd ul {
            margin-right: -5px;
            overflow: hidden;
            zoom: 1;
        }

            .picFocus .hd ul li {
                padding-top: 5px;
                float: left;
                text-align: center;
            }

                .picFocus .hd ul li img {
                    width: 109px;
                    height: 65px;
                    border: 2px solid #ddd;
                    cursor: pointer;
                    margin-right: 5px;
                }

                .picFocus .hd ul li.on {
                    background: url("/images/gh2021/icoUp.gif") no-repeat center 0;
                }

                    .picFocus .hd ul li.on img {
                        border-color: #f60;
                    }

    .picFocus .bd li {
        vertical-align: middle;
    }

    .picFocus .bd img {
        width: 100%;
        display: block;
    }
    /* 下面是前/后按钮代码，如果不需要删除即可 */
    .picFocus .prev,
    .picFocus .next {
        position: absolute;
        left: 3%;
        top: 50%;
        margin-top: -25px;
        display: block;
        width: 32px;
        height: 40px;
        background: url(/skin/images/icon_prev.png) -110px 5px no-repeat;
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    .picFocus .next {
        left: auto;
        right: 3%;
        background-position: 8px 5px;
    }

        .picFocus .prev:hover,
        .picFocus .next:hover {
            filter: alpha(opacity=100);
            opacity: 1;
        }

    .picFocus .prevStop {
        display: none;
    }

    .picFocus .nextStop {
        display: none;
    }
.tabjiaohuan {
    width: 73px;
    height: 189px;
    background: url(../images/banner/tab.png) no-repeat;
    position: absolute;
    right: -73px;
    cursor: pointer;
    z-index: 2;
    transition: 1.3s;
}

.waice {
    /* 3D变形 */
    transform-style: preserve-3d;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}

/* .waice:hover .tabjiaohuan {
	transform: rotateY(180deg);
} */

.tabjiaohuan p {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    color: #004bc6;
    padding: 65px 0 0 0;
}

    .tabjiaohuan p span {
        display: block;
        width: 45px;
        text-align: center;
        line-height: 14px;
    }

        .tabjiaohuan p span.span1 {
            border-bottom: 1px solid #78a681;
            padding-bottom: 2px;
            margin-bottom: 2px;
        }



.wangqihg {
    background: url(../images/banner/wqhg_bg.png) no-repeat;
    width: 251px;
    height: 37px;
    text-align: center;
    float: right;
    margin-right: 5px;
    background-size: 100% 100%;
    transition: all .4s;
}

    .wangqihg:hover {
    }

        .wangqihg:hover span {
            padding: 0 10px;
            font-size: 14px;
        }

    .wangqihg label {
        width: 28px;
        height: 4px;
        background-color: #fbfdff;
        display: inline-block;
    }

    .wangqihg span {
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 37px;
        letter-spacing: 0px;
        color: #fbfdff;
        padding: 0 5px;
        transition: all .4s;
    }

.ph_banner {
    height: 4.5rem;
    width: 95%;
    margin: 1.4rem auto 0;
    display: none;
}

    .ph_banner .swiper-container {
        width: 100%;
        height: 3.5rem;
    }

    .ph_banner .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        height: 100%;
        position: relative;
    }

        .ph_banner .swiper-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .ph_banner .swiper-slide .text {
            display: block;
            position: absolute;
            bottom: 0;
            width: 100%;
            background-color: rgb(134 132 132 / 50%);
            padding: .1rem .2rem;
        }

            .ph_banner .swiper-slide .text p {
                font-size: .28rem;
                color: #fbfdff;
                text-align: left;
                line-height: 1.5;
                white-space: nowrap;
                text-overflow: ellipsis;
                text-shadow: 1px 1px 0px #000;
                overflow: hidden;
            }

.swiper-pagination {
    text-align: right;
}

.swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #0e73ca;
}

.phslide_main {
    width: 90%;
    margin: -.5rem auto 0;
    z-index: 1;
    height: 1rem;
    position: relative;
}

    .phslide_main .text {
        font-size: .26rem;
        background-color: #0e73ca;
        width: 60%;
        height: 100%;
        float: left;
    }

    .phslide_main .ph_wqhg {
        width: 40%;
        background-color: #bbe0fe;
        height: 100%;
        float: left;
        text-align: center;
    }

        .phslide_main .ph_wqhg a {
            display: block;
            font-size: .24rem;
            color: #fbfdff;
        }

@media screen and (max-width: 1400px) {
    .banner {
        width: 82%;
    }

        .banner .hd li .text p {
            font-size: 14px;
            line-height: 25px;
        }

        .banner .hd ul {
            height: 78px;
        }
}

@media screen and (max-width: 1200px) {
    .banner .hd li .text p {
        font-size: 12px;
        line-height: 25px;
    }
}

@media screen and (max-width: 1023px) {
    .pc_banner {
        display: none;
    }

    .ph_banner {
        display: block;
    }

    .wangqihg label {
        background-color: #005bac;
    }

    .wangqihg {
        width: auto;
        background: none;
        float: inherit;
        text-align: center;
        margin-right: 0;
        margin-top: -.3rem;
    }

        .wangqihg span {
            color: #0f72ca;
            line-height: 50px;
            display: inline-block;
        }
}

/*页面底部*/
.footerbgcolor {
    background-color: #e0edf7;
}

.allfooter {
    width: 100%;
    height: 199px;
    margin: 0 auto 136px;
}

.Hallfooter {
    background-color: #ffffff;
    box-shadow: 0px 0px 13px 0px rgba(10, 2, 4, 0.44);
}

.sdiv6btm1 {
    width: 41%;
    height: 263px;
    background-color: #1c6db4;
    background: url(../../images/gh2021/icon9.png) no-repeat;
    background-size: 100% auto;
    float: left;
    margin-top: -10px;
}

    .sdiv6btm1 p {
        color: #fff;
        padding: 50px 50px 0 60px;
        font-size: 16px;
        line-height: 23px;
    }

        .sdiv6btm1 p.p1 {
        }

        .sdiv6btm1 p.p2 {
            padding-top: 30px;
            float: right;
        }

.allfooter ul {
    display: block;
    border: 1px solid #a6d8ff;
    height: 75%;
    border-right: 0;
    margin: 1.8% 4% 0 3%;
    float: right;
    width: 36%;
}

    .allfooter ul li {
        width: 50%;
        height: 100%;
        float: left;
        border-right: 1px solid #a6d8ff;
        position: relative;
    }

        .allfooter ul li p:hover a {
            color: #0f72ca;
        }

        .allfooter ul li p a {
            font-size: 16px;
            line-height: 36px;
            color: #005aa0;
            font-weight: bold;
            display: block;
        }

        .allfooter ul li div {
            width: 100%;
            text-align: center;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
        }

            .allfooter ul li div img {
                width: 110px;
            }

.allfooter ol {
    float: left;
    width: 16%;
    margin-top: 30px;
}

    .allfooter ol li {
        float: left;
        width: 50%;
        margin: 8px 0;
    }

        .allfooter ol li:hover a {
            color: #0f72ca;
        }

        .allfooter ol li a {
            font-size: 16px;
            display: block;
        }
@media screen and (max-width:1023px) {
    .sdiv6btm1 {
        width: 100%;
    }
    .allfooter ul {
        display: none;
    }
}