.blur {
    -webkit-filter: blur(10px);
    /* Chrome, Opera */
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
}

.carousel-indicators li {
    border: none;
    background-color: #e5e5e5;
    opacity: 0.8;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a.active {
    text-decoration: none;
}

.carousel-indicators .active {
    width: 40px;
    height: 5px;
    margin: 0;
    background-color: #fff;
    opacity: 1;
}

@media screen and (min-width:280px) and (max-width: 767px) {
    /* 头新加 */
    #tou>div:nth-child(1) {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    #tou>div:nth-child(1)>a>img {
        width: 120px;
    }
    #tou>div:nth-child(1)>div {
        margin-top: 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-left: 1px solid #fff;
        margin-left: 10px;
        padding-left: 10px;
    }
    #tou>div:nth-child(1)>div>span {
        font-size: 12px;
        color: #FFFFFF;
        line-height: 14px;
    }
    /* banner改   新加 */
    .banner_gai {
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0 auto;
    }
    .banner_gai_img {
        width: 100%;
    }
    .banner_gai_img>img {
        width: 100%;
        height: 100%;
    }
    .banner_gai_img>img:nth-child(1) {
        display: none;
    }
     .tou_wenzi_p2{
        display: none;
     }
    .tou_wenzi_p2 >a{
        margin-top: 15px;
        font-size: 16px;
        line-height: 200%;
        color: #fff;
    }
    .tou_wenzi_p1>a {
        /*font-weight: bold;*/
        font-size: 26px;
        color: #fff;
    }
    #beijingtu {
        position: relative;
    }
    .tou_wenzi {
        text-align: center;
        width: 100%;
        padding: 0px 10px;
        /*margin-top: 15px;*/
    }
    .lunbotu3 {
        background: url(../../images/wap_banner.png) center center no-repeat;
        background-size: cover;
        height: 350px;
    }
    .lunbotu2 {
        background: url(../../images/wap_banner1.png)center center no-repeat;
        background-size: cover;
        height: 350px;
        
    }
    .lunbotu1 {
        background: url(../../images/wap_banner2.png)center center no-repeat;
        background-size: cover;
        height: 350px;
        display: none;
    }
    /* 头 */
    .navbtn {
        height: 20px;
        position: relative;
        z-index: 9;
    }
    .navbtn>hr {
        margin: 3px 0px 7px 0px;
        border: 0;
        border-top: 1px solid #eee;
        width: 30px;
        height: 1px;
        background-color: #fff;
    }
    #sideMenu {
        display: none;
        position: absolute;
        top: 0;
        height: 100%;
        width: 375px;
        color: #fff;
        text-align: center;
        z-index: 99;
        /* 模糊度 */
    }
    #pop_lef {
        position: absolute;
        height: 100%;
        z-index: 999;
        width: 270px;
        background: linear-gradient(0deg, #38424B 0%, #525961 100%);
    }
    #pop_lef>img {
/*        width: 170px;
        height: 30.5px;*/
        margin-left: -60px;
        margin-top: 10px;
    }
    #pop_lef>p {
        height: 50px;
        text-align: left;
        line-height: 50px;
        font-size: 15px;
        border-bottom: 1px solid #212931;
        margin-bottom: 0px;
    }
    .pop_lef_p1 {
        margin-top: 15px;
    }
    #pop_lef>p>a {
        color: #fff;
    }
    #pop_lef>p>a>img {
        width: 20px;
        height: 20px;
        margin-right: 26.5px;
        margin-left: 20px;
    }
    a {
        text-decoration: none;
    }
    #tou_right {
        display: none;
    }
    #btn {
        margin-top: 20px;
        display: block;
    }
    #tou_img {
        width: 170px;
    }
    #tou {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        /* width: 100%; */
        height: 60px;
        line-height: 60px;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
        border-bottom: 1px solid rgba(200, 200, 200, 0.5);
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    /* 头新加 */
    #tou>div:nth-child(1) {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    #tou>div:nth-child(1)>div {
        margin-top: 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-left: 1px solid #fff;
        margin-left: 10px;
        padding-left: 10px;
    }
    #tou>div:nth-child(1)>div>span {
        font-size: 12px;
        color: #FFFFFF;
        line-height: 14px;
    }
    /* banner改   新加 */
    .banner_gai {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0 auto;
    }
    .banner_gai_img {
        width: 100%;
    }
    .banner_gai_img>img {
        width: 100%;
        height: 100%;
    }
    .banner_gai_img>img:nth-child(1) {
        display: none;
    }
    .tou_wenzi_p2{
        display: none;
    }
    .tou_wenzi_p2 >a{
        font-size: 18px;
        line-height: 200%;
        color: #fff;
    }
    .tou_wenzi_p1 >a{
        font-weight: bold;
        font-size: 60px;
        color: #fff;
    }
    #beijingtu {
        position: relative;
    }
    .tou_wenzi {
        text-align: center;
        width: 100%;
        padding: 0px 10px;
        margin-top: 15px;
    }
    .lunbotu3 {
        background: url(../../images/wap_banner.png)center center no-repeat;
        background-size: cover;
        height: 718px;
    }
    .lunbotu2 {
        background: url(../../images/wap_banner1.png) center center no-repeat;
        background-size: cover;
        height: 718px;
       
    }
    .lunbotu1 {
        background: url(../../images/wap_banner2.png)center center no-repeat;
        background-size: cover;
        height: 718px;
         display: none;
    }
    /* 头 */
    .navbtn {
        height: 20px;
        position: relative;
        z-index: 9;
    }
    .navbtn>hr {
        margin: 0px 0px 10px 0px;
        border: 0;
        border-top: 1px solid #eee;
        width: 45px;
        height: 1px;
        background-color: #fff;
    }
    #sideMenu {
        display: none;
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
        color: #fff;
        text-align: center;
        z-index: 99;
        /* 模糊度 */
    }
    #pop_lef {
        position: absolute;
        height: 100%;
        z-index: 999;
        width: 270px;
        background: linear-gradient(0deg, #38424B 0%, #525961 100%);
    }
    .pop_lef_p1 {
        margin-top: 15px;
    }
    #pop_lef>img {
        margin-left: -60px;
        margin-top: 10px;
    }
    #pop_lef>p {
        height: 50px;
        text-align: left;
        line-height: 50px;
        font-size: 18px;
        border-bottom: 1px solid #212931;
        margin-bottom: 0px;
    }
    #pop_lef>p>a {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        height: 50px;
        line-height: 50px;
        color: #fff;
    }
    #pop_lef>p>a>img {
        width: 20px;
        height: 20px;
        margin-right: 26.5px;
        margin-left: 20px;
        margin-top: 15px;
    }
    a {
        text-decoration: none;
    }
    #tou_right {
        display: none;
    }
    #btn {
        position: absolute;
        top: 40%;
        right: 3%;
        display: block;
    }
    #tou_img {
        width: 170px;
    }
    #tou {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        height: 80px;
        line-height: 80px;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
        border-bottom: 1px solid rgba(200, 200, 200, 0.5);
    }
}

@media screen and (min-width:1200px) {
    /* 头新加 */
    #tou>div:nth-child(1) {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    #tou>div:nth-child(1)>div {
        margin-top: 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-left: 1px solid #fff;
        margin-left: 10px;
        padding-left: 10px;
    }
    #tou>div:nth-child(1)>div>span {
        font-size: 12px;
        color: #FFFFFF;
        line-height: 14px;
    }
    /* banner改   新加 */
    .banner_gai {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 1200px;
        margin: 0 auto;
    }
    .banner_gai_img {
        position: fixed;
        right: 0;
        text-align: right;
        margin-top: 32px;
        width: 50%;
    }
    .banner_gai_img>img:nth-child(2) {
        display: none;
    }
    /* 头 */
    .tou_wenzi_p2>a {
        line-height: 200%;
        margin-top: 10px;
        font-size: 18px;
        color: #fff;
    }
    .tou_wenzi_p1>a{
        font-weight: bold;
        font-size: 60px;
        color: #fff;
    }
    #beijingtu {
        position: relative;
    }
    .tou_wenzi {
        position: fixed;
        left: 30;
        width: 50%;
        text-align: left;
    }
    #tou_baixian {
        position: absolute;
        top: 60px;
        width: 100%;
        width: 100%;
        height: 1px;
        background-color: #FFFFFF;
        opacity: 0.1;
    }
    #tou {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        width: 1200px;
        height: 60px;
        line-height: 55px;
        margin: 0 auto;
        padding-left: 0px;
        padding-right: 0px;
        background: none;
    }
    #tou_right>div>a {
        font-size: 16px;
        color: #fff;
    }
    #tou_right {
        width: 783px;
        height: 60px;
        line-height: 60px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    #sideMenu {
        display: none;
    }
    #btn {
        display: none;
    }
    .lunbotu3 {
        background: url(../../images/shouye9.jpg)no-repeat;
        background-size: cover;
        height: 718px;
    }
    .lunbotu2 {
        background: url(../../images/shouye8.jpg) no-repeat;
        background-size: cover;
        height: 718px;
        display: none;
    }
    .lunbotu1 {
        background: url(../../images/shouye7.jpg) no-repeat;
        background-size: cover;
        height: 718px;
    }
}


.zengzhi-service-super {
    position: relative;
}

.zengzhi-service-super .dropdown-super {
    display: none;
    position: absolute;
    top: 60px;
    left: -17px;
    width: 108px;
    background-color: #2C343A;
    cursor: pointer;
}

.zengzhi-service-super .dropdown-super::before {
    content: " ";
    width: 78px;
    height: 2px;
    position: absolute;
    top: -12px;
    left: 13px;
    background-color: #2283E5;
}

.zengzhi-service-super .dropdown-super>div {
    width: 100%;
    height: 39px;
    line-height: 39px;
    text-align: center;
    border-bottom: 2px solid #4C5157;
}

.zengzhi-service-super .dropdown-super>div:last-child {
    border-bottom: 0;
}

.zengzhi-service-super .dropdown-super>div>a {
    font-size: 16px;
    font-family: Myriad Pro;
    font-weight: 400;
    color: #FFFFFF;
}

.banner-main-pic {
    width: 100%;
}

#pop_lef .pop-submenu {
    display: none;
    width: 100%;
    background-color: #312F32;
}

#pop_lef .pop-submenu > p {
    height: 50px;
    line-height: 50px;
    padding-left: 66px;
    text-align: left;
    border-bottom: 1px solid #4E535D;
}

#pop_lef .pop-submenu > p > a {
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
