@charset "utf-8";
/* foot-start */
.l_footer{
    background-color: #252525;
    padding-top: 47px;
    position: relative;
    z-index: 1;
}
.l_footer::after{
    content: "";
    width: 100%;
    height: 70px;
    background-color: #212121;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.l_ftnrtp{
    padding-bottom: 34px;
    border-bottom: 1px solid rgba(68, 68, 68, 1);
}
.l_ftnrmid{
    padding-top: 56px;
    padding-bottom: 18px;
}
.l_ftnric{
    width: 30px;
}
.l_ftnrtpli a{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.l_ftphone p{
    font-size: 16px;
    line-height: 1.75;
    color: #fff;
    transition: all .36s;
}
.l_ftphone span{
    font-family: "Arial";
    font-weight: bold;
}
.l_ftphone{
    width: calc(100% - 30px);
    padding-left: 25px;
}
.l_ftnrtpul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.l_ftmdri{
    width: 130px;
}
.l_ftmdle{
    width: calc(100% - 130px);
    padding-right: 182px;
}
.l_ftmdri img{
    width: 100%;
}
.l_ftmdri p{
    font-size: 14px;
    line-height: 1.75;
    color: #999;
    margin-top: 12px;
}
.l_ftmdlktp a{
    font-size: 16px;
    line-height: 1.75;
    display: block;
    color: #fff;
    transition: all .36s;
}
.l_ftmdlkli a{
    font-size: 14px;
    line-height: 1.75;
    display: block;
    color: #999;
    transition: all .36s;
}
.l_ftmdlkbt{
    margin-top: 10px;
}
.l_ftmdul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.l_ftmdlkli{
    margin-bottom: 12px;
}
.l_ftmdlkli:last-child{
    margin-bottom: 0;
}
.l_ftmdinfo{
    display: flex;
    margin-top: 80px;
    flex-wrap: wrap;
	justify-content: center;
}
.l_ftmdinfo a{
    font-size: 16px;
    line-height: 1.75;
    color: #999;
    display: block;
    margin-right: 38px;
    transition: all .36s;
}
.l_ftmdinfo a:last-child{
    margin-right: 0;
}
.l_ftnrbt p,
.l_ftnrbt p a{
    font-size: 16px;
    line-height: 1.75;
    color: #666;
    transition: all .36s;
}
.l_ftnrbt{
    padding:21px 0;
	display: flex;
	justify-content: center;
}
/* 新增底部副导航 */
.l_ftmdlkic{
    width: 18px;
    display: none;
}
.l_ftmdlkic img{
    width: 100%;
}
/* foot-end */

/*鼠标效果*/
@media screen and (min-width: 1200px) {
    .l_ftmdlktp:hover a{
        color: #E60039;
    }
    .l_ftmdlkli a:hover{
        color: #E60039;
    }
    .l_ftnrtpli:hover p{
        color: #E60039;
    }
}
/* 响应式 */
@media screen and (max-width: 1560px) {
    .l_footnr.ys_cont1440{
        width: 82.5%;
    }
}
@media screen and (max-width: 1440px) {
    .l_ftmdle {
        padding-right: 140px;
    }
    .l_ftnrmid {
        padding-top: 40px;
    }
    .l_footer {
        padding-top: 38px;
    }
    .l_ftnrtp {
        padding-bottom: 26px;
    }
    .l_ftphone {
        padding-left: 16px;
    }
    .l_ftmdinfo {
        margin-top: 60px;
    }
}
@media screen and (max-width: 1200px) {
    .l_footnr.ys_cont1440 {
        width: 90%;
    }
}
@media screen and (max-width: 1199px) {
    .l_footnr.ys_cont1440 {
        width: 100%;
    }
    .l_ftmdle {
        padding-right: 100px;
    }
    .l_ftphone {
        width: calc(100% - 25px);
    }
    .l_ftnric {
        width: 25px;
    }
    .l_ftmdlkli {
        margin-bottom: 8px;
    }
    .l_ftmdinfo {
        margin-top: 40px;
    }
    .l_ftnrmid {
        padding-top: 30px;
    }
    .l_ftnrtp {
        padding-bottom: 18px;
    }
}
@media screen and (max-width: 991px) {
    .l_ftmdri {
        width: 100px;
    }
    .l_ftmdle {
        width: calc(100% - 100px);
        padding-right: 30px;
    }
    .l_ftphone p {
        font-size: 14px;
    }
    .l_ftnric {
        width: 20px;
    }
    .l_ftphone {
        width: calc(100% - 20px);
    }
    /* 新增底部副导航 */
    .l_ftmdle {
        width: 100%;
        padding-right: 0;
    }
    .l_ftmdli {
        width: 100%;
        margin-bottom: 20px;
    }
    .l_ftmdlkic{
        display: block;
    }
    .l_ftmdlktp {
        position: relative;
        padding: 10px 5px;
        border-bottom: 1px solid rgba(68, 68, 68, 1);
    }
    .l_ftmdlkic{
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        transition: all .36s;
    }
    .l_ftmdlkli a {
        padding: 10px 0;
        margin: 8px;
        border-bottom: 1px solid rgba(68, 68, 68, 1);
    }
    .l_ftmdlkbt{
        display: none;
    }
    .l_ftmdlkli:last-child a{
        margin-bottom: 0;
    }
    .l_ftmdlkli:first-child a{
        margin-top: 0;
    }
    .l_ftmdli.act .l_ftmdlkic {
        transform: translateY(-50%) rotate(180deg);
    }
    .l_ftmdri {
        width: 100%;
    }
    .l_ftmdri img {
        width: 100px;
    }
    .l_ftmdli:last-child{
        margin-bottom: 70px;
    }
}
@media screen and (max-width: 768px) {
    /* .l_ftmdle {
        display: none;
    } */
    .l_ftnrtpli{
        width: 100%;
        margin-bottom: 10px;
    }
    .l_ftnrtpli:last-child{
        margin-bottom: 0;
    }
    .l_ftnrmid {
        padding-top: 20px;
    }
    .l_ftmdri {
        width: 100%;
    }
    .l_ftmdri img {
        width: 100px;
    }
    .l_ftmdinfo a {
        font-size: 14px;
        line-height: 1.5;
        margin-right: 20px;
    }
    .l_ftmdinfo {
        margin-top: 20px;
    }
    .l_ftnrbt {
        padding: 15px 0;
    }
    .l_ftnrbt p, .l_ftnrbt p a {
        font-size: 12px;
        line-height: 1.5;
    }
    .l_footer::after {
        height: 48px;
    }
    /* 新增 */
    .l_ftmdli:last-child{
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 480px) {
    .l_ftmdinfo a {
        margin-right: 0;
        width: 33.333333%;
    }
    .l_ftmdinfo {
        margin-top: 12px;
    }
    .l_footer {
        padding-top: 30px;
    }
    /* 新增 */
    .l_ftmdli {
        margin-bottom: 10px;
    }
    
    .l_ftmdlktp {
        padding: 5px;
    }
    .l_ftmdlkli a {
        padding: 5px 0;
    }
    .l_ftmdli:last-child{
        margin-bottom: 20px;
    }
    .l_ftmdlkic {
        width: 12px;
    }
}

.l_ftmdle {
    width: calc(100% - 204px);
    padding-right: 120px;
}

.media-icons {
    margin-top: 60px;
    display: flex;
}

.media-icon img {
    width: 42px;
}

.media-icon {
    position: relative;
    margin-right: 12px;
}

.media-icon:last-child {
    margin-right: 0;
}

.l_ftmdri {
    width: 204px;
}

.media-code {
    opacity: 0;
    top: -148px;
    left: -38px;
    position: absolute;
    transition: opacity .36s ease;
}

.media-code img {
    width: 120px;
}

.media-icon:hover .media-code {
    opacity: 1;
}

@media screen and (max-width: 991px) {
    .l_ftmdle {
        width: 100%;
        padding-right: 0;
    }
    .l_ftmdri {
        width: 100%;
    }
    .media-icons {
        margin-top: 30px;
    }
    .media-icon {
        margin-right: 24px;
    }
}