.w {
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.logo {
    width: 120px;
    height: 27px;
}

/*@media screen and (min-width:700px) and (max-width:1000px){*/
/*    .nav_right ul li a{font-size:0.8rem;}*/
/*    .nav_right li{padding-top: 3%;}*/
/*    .advantage_foot_down{padding-bottom: 10%;}*/
/*    }*/
/* 导航 */
.active {
    font-size: 20px;
    font-weight: bold;
    /* border-bottom: 3px solid; */
    /* border-image: linear-gradient(to right,rgba(173, 255, 214, 1) 0%, rgba(40, 131, 240, 1) 100%) 1 */
}

/* .phonetop {
    display: none;
} */
#nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    z-index: 1000 !important;
}

/* 菜单栏部分【左边】 */
.nav_left {
    display: flex;
    align-items: flex-start;
    margin-left: 10%;
    /* margin-right: 10%; */
    padding: 1% 0%;
}

.nav_left img {
    width: 160px;
    height: 40px;
}

/* 菜单栏部分【右边】 */
.nav_right {
    margin-left: 15%;
    width: 55%;
    padding: 2% 0%;
    padding-bottom: 1%;
}

.nav_right ul {
    list-style: none;
    display: flex;
    justify-content: space-around;
}

.nav_right a {
    position: relative;
    padding-bottom: 8px;
    font-size: 1.6rem;
    color: #000;
    text-decoration: none;
}

#nav ul a::before {
    content: " ";
    position: absolute;
    top: 32px;
    left: 0;
    /* right: 100%; */
    width: 0;
    /* height: 100%; */
    height: 3px;
    /* border-bottom: 3px solid red; */
    background: linear-gradient(to right, rgba(173, 255, 214, 0.6), rgba(40, 131, 240, 1));
    /* border-image: repeating-linear-gradient(-90deg, rgba(173, 255, 214, 1) 0%, rgba(40, 131, 240, 1) 100%); */
    transition: 0.2s all linear;
}

#nav ul a:hover {
    font-weight: bold;
}

#nav ul a:hover::before {
    width: 100%;
    /* right: 0; */
}

.active::before {
    width: 100% !important;
    /* right: 0!important; */
}

#nav ul a:hover~#nav ul a::before {
    left: 0;
}

.nav_right_modile_wrap {
    display: none;
}

#nav_mobile_w {
    display: none;
}










.foot {
    color: #ADADAD;
    background-color: #313131;
}

.footd {
    padding-top: 34px;
    margin: auto;
    display: flex;
    justify-content: space-around;
}

.footbox {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
    /* background-color: blue; */
}

.footbox_left {
    flex: 1;
    display: flex;
    flex-direction: column;
}



.line {
    width: 100%;
    height: 1px;
    background-color: #ededed;
    margin: 14px 0 20px;
}

.footlogo {
    width: 120px;
    height: 120px;
    background-image: url('../img/logofoot.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    margin-bottom: 24px;
}

.footleftbox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    overflow: hidden;
}

.footlogo:hover {
    background-image: url('../img/logofoot1.png');
}

.footp {
    font-size: 1rem;
    padding: 1%;
    margin: 0;
    text-align: left;
}

.btnfoot {
    position: relative;
    margin-top: 15px;
    margin-bottom: 56px;
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #ACACAC;
    cursor: pointer;
}

.btnfoot a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.btnfoot a:hover {
    color: #fff;
}

.footlbox {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.boxxs {
    width: 40%;
    display: flex;
    /* margin-top: 16px; */
    /* justify-content: center; */
    flex-direction: column;
    align-items: center;
}

.boxxs .footp {
    margin-top: 16px;
}

.footxbm {
    width: 100px;
    height: 100px;
    background-image: url('../img/xbm.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
}

.footzlhd {
    width: 100px;
    height: 100px;
    background-image: url('../img/zlhd.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
}

.footzhuche {
    width: 100px;
    height: 100px;
    background-image: url('../img/zhuche.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
}

.footyunwei {
    width: 100px;
    height: 100px;
    background-image: url('../img/footyunwei.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
}

.footright_tit {
    font-size: 1rem;
    padding-left: 5%;
    /* float: left; */
}

.mrb {
    margin-bottom: 5%;
}

.lasttext {
    width: 100%;
    margin-top: 56px;
}

.footp1 {
    font-size: 1rem;
    margin: 0;
    padding: 1% 0 1% 15%;
    text-align: left;
}

.lasttexte {
    width: 100%;
    /* padding-left: 180px;
    box-sizing: border-box; */
}

.footlastp {
    text-align: center;
    padding: 20px;
    font-size: 12px;
    color: #ADADAD;
    margin: 0;
}


.right-float-qrcode {
    position: fixed;
    right: 20px;
    bottom: 150px;
    width: 150px;
    height: 150px;
    background-image: url('../img/zlhd.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-shadow: 0 0 5px 3px #EDEDED;
}

@media screen and (max-width:1360px) {
    .ccfleft {
        font-size: 1rem !important;
    }
}

.footleftbox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    overflow: hidden;
}



@media screen and (max-width: 760px) {
    .phonetop {
        width: 100%;
        height: 60px;
        background-color: #EEF1FB;
    }

    .footd {
        padding-top: 34px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #nav {
        justify-content: space-between;
        padding: 10px;
        box-sizing: border-box;
        height: 60px;
    }

    .nav_right_modile_wrap {
        width: 40px;
        display: flex;
        align-items: flex-start;
        padding-top: 5px;
        box-sizing: border-box;
    }

    .nav_right_modile_wrap img {
        width: 30px;
        height: 30px;
    }

    .nav_right {
        display: none
    }

    .nav_left {
        margin: 0;
    }

    #nav_mobile_w {
        display: none;
        z-index: 9999;
        position: fixed;
        top: 60px;
        border: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
    }

    .btnfoot {
        display: none
    }

    .footbox {
        width: 100%;
        margin-top: 20px;
        padding: 0 !important;


    }

    .footp {
        text-align: left;
        font-size: 0.8rem;
    }

    .footleftbox {
        /* width: 60%; */
        /* height: 70%; */
        align-items: flex-start;
        justify-content: center;
        flex-wrap: wrap;
    }

    .footlogo {
        transform: scale(0.8);
        margin-bottom: 0;
    }

    .lasttext {
        display: none;
    }

    .footlbox {
        width: 100%;
    }

    .boxxs {
        width: 50%
    }

    .footlastp {
        padding: 20px 0;
    }

    .activephone {
        color: #00A8F1 !important;
    }

    .nav_mobile_w_foot ul li a {
        display: block;
        width: 100%;
        height: 50px;
        border-bottom: 1px solid #EDEDED;
        line-height: 50px;
        font-size: 16px;
        padding-left: 30px;
        background-color: #fff;
        text-decoration: none;
    }

    .nav_mobile_w_foot ul li a:hover {
        color: #00A8F1;
    }

    .lasttexte {
        padding: 0
    }

    .right-float-qrcode {
        position: fixed;
        right: 20px;
        bottom: 100px;
        width: 150px;
        height: 150px;
        background-image: url('../img/zlhd.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        box-shadow: 0 0 5px 3px #EDEDED;
    }
}

@media screen and (max-width: 700px) {
    .right-float-qrcode {
        position: fixed;
        right: 20px;
        bottom: 150px;
        width: 100px;
        height: 100px;
        background-image: url('../img/zlhd.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .footlbox {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;

    }

    .boxxs {
        width: 40%;
        display: flex;
        margin-bottom: 16px;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

}