.wapper{
    width: 1400px;
    margin: 0 auto;
}
body{
    background-color: #ecf4ff;
}
.header{
    height: 380px;
    background: url(../images/gzbb/top.png) no-repeat center 0;
}
body{
    background: none;
    background-color: #ecf4ff;
}
/* ç¬¬ä¸€éƒ¨åˆ†ï¼Œæ»šåŠ¨ */
.con1{
    margin-top: 33px;
    height: 120px;
}
.swiper-box{
    position: relative;
}
.swiper-container {
    width: 100%;
    width: 1230px;
    height: 120px;
    margin: 0 auto;
    background-color: #d7e9ff;
    
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background-color: #d7e9ff;
    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 a{
    display: block;
    width: 160px;
    height: 80px;
    background-color: #92bff8;
    font-size: 40px;
    line-height: 80px;
    text-align: center;
    color: #ffffff;
    margin: 0 20px;
    font-weight: bolder;
}
.swiper-slide .on{
    background-color: #4698ff;
}

.swiper-slide a:hover{
    background-color: #4698ff;
}
.swiper-button-next,.swiper-button-prev{
    height: 120px;
    width: 60px;
    background: none;
    background-color: #73adf6;
    opacity: 1!important;
    top: 0;
    margin: 0;
    font-size: 40px;
    line-height: 120px;
    color: #ffffff;
    font-weight: bolder;
    text-align: center;
}
.swiper-button-next{
    right: 5px;
}
.swiper-button-prev{
    left: 5px;
}

/* ç¬¬äºŒéƒ¨åˆ† */
.con2{
    margin-top: 50px;

}
.con2 img{
    width: auto;
    display: block;
    margin: 0 auto;
}
/* .con3 img{
    width: 443px;
    display: block;
    margin: 0 auto;
}
.con4 img{
    width: 340px;
    display: block;
    margin: 0 auto;
} */
.con2 ul{
    margin-top: 35px;
    padding: 30px 0;
    width: 100%;
    background-color: #ffffff;
    border-radius:15px ;
    border: 8px #d2e6ff solid;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.con2 ul li{
    font-size: 20px;
    font-weight: bold;
    height: 70px;
    line-height: 70px;
    padding-left: 20px;
    display: flex;
    align-items: center;
}
.con2 ul li::before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #c6defd;
    margin-right: 10px;
}
.con2 ul li:hover::before{
    background-color: #268efd;
}

/* ç¬¬å››éƒ¨åˆ† */
.con4 ul{
    display: flex;
    flex-wrap: wrap;

}
.con4 ul li{
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 17.5%;
}


@media screen and (max-width: 991px){
    .wapper{width: 100%;}
    .header{
        height: 122px;
        background-size: 150%;
    }
    .swiper-container{
        width: 100%;
    }
    /* ç¬¬äºŒéƒ¨åˆ† */
    .con2 ul{
        flex-direction: column;
    }
    /* ç¬¬å››éƒ¨åˆ† */
    .con4 ul{
        flex-direction: unset;
    }
    .con4 ul li{
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 49%;
    }
}

/* åº•éƒ¨éšè— */
.footer .friendlink{
    display: none;
}