.anliejingxuan {
    width: 100%;
    height: 760px;
    background: url('../images/anlieback.png') no-repeat left top;
    background-size: 100% 100%;
    position: relative;
}

.anliejingxuan_center {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.anliejingxuan_title {
    text-align: center;
    font-size: 38px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin: 79px 0 14px;
}

.anliejingxuan_title_er {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}

.anliejingxuan_xuan {
    display: flex;
    justify-content: center;
    margin: 30px 0 40px;
}

    .anliejingxuan_xuan .boxceanlie {
        width: 130px;
        height: 40px;
        background: rgba(255,255,255,0);
        border: 1px solid #FFFFFF;
        border-radius: 20px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        text-align: center;
        line-height: 40px;
        margin: 0 6px;
        cursor: pointer;
    }

    .anliejingxuan_xuan .actice {
        background: #FFFFFF;
        color: #00A2CA
    }

.anliejingxuan_zhan {
    width: 600%;
    display: flex;
    position: relative;
    transition: 2s;
    left: 0;
}

    .anliejingxuan_zhan ul {
        display: flex;
    }

    .anliejingxuan_zhan li {
        width: 580px;
        height: 400px;
        margin-right: 40px;
    }

    .anliejingxuan_zhan a {
        width: 580px;
        height: 400px;
    }

    .anliejingxuan_zhan img {
        width: 100%;
        height: 100%;
    }

.qiehuan {
    position: absolute;
    z-index: 9;
    width: 1200px;
    display: flex;
    justify-content: space-between;
    bottom: 250px;
}

    .qiehuan div {
        width: 40px;
        height: 80px;
        background-color: rgba(0,0,0,.5);
        color: #FFFFFF;
        text-align: center;
        line-height: 80px;
        cursor: pointer;
    }

    .qiehuan .zuobian {
        border-radius: 0 40px 40px 0;
    }

    .qiehuan .youbian {
        border-radius: 40px 0 0 40px;
    }

    .qiehuan div:hover {
        background-color: #00a2ca;
    }

.gd {
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin-left: -36.5px;
    display: flex;
    justify-content: space-around;
    width: 75px;
    height: 15px;
}

    .gd i {
        width: 10px;
        height: 10px;
        background: #F6F8F7;
        border-radius: 50%;
        cursor: pointer;
    }

    .gd .current {
        width: 20px;
        height: 10px;
        background: #F6F8F7;
        border-radius: 5px;
    }
.anliejingxuan_zhan ul {
    display: none;
}

.anliejingxuan_zhan .actice_zhan {
    display: flex;
}

.zengzhi_center {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.zengzhibox {
    background-color: #f5f5f5;
    height: 690px;
    width: 100%;
}

.zengzhi_title {
    font-size: 38px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin: 80px 0 16px;
}

.zengzhi_title_er {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    text-align: center;
    margin-bottom: 40px;
}

.zengzhi_fuwu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zengzhi_kuai {
    width: 238px;
    height: 210px;
    background: #FFFFFF;
    margin-bottom: 3px;
}

.zengzhi_hover {
    display: none;
}

.zengzhi_kuai span {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.zengzhi_kuai:hover {
    background-color: #00A0E9;
}

    .zengzhi_kuai:hover span {
        color: #fff;
    }

    .zengzhi_kuai:hover .zengzhi_hover {
        display: block;
    }

    .zengzhi_kuai:hover .zengzhi_moren {
        display: none;
    }

.zengzhi_kuai img {
    width: 100px;
    height: 100px;
    margin: 36px 69px 19px;
}