
/* en */
.headerrel01-logo{max-width: 500px;}
.footer01-bd_left {width: 44%;max-width: 500px;}
.footer01-bd_right {width:56%;}
.footer01-nav {text-align:right;}
.footer01-nav .item.last {width:26%;right:20%;position:static;}
.footer01-nav .item.last dt i{display: none;}
@media screen and (max-width: 1599px){
    .headerrel01-logo img,
    .footer01-logo img{
        height: 42px;
    }
}
@media screen and (max-width:1450px){
    .headerrel01-logo img,
    .footer01-logo img{
        height: 34px;
    }
}
@media screen and (max-width:1199px){
    .footer01-bd_left,.footer01-bd_right {width:100%;}
}
@media screen and (max-width:850px){
    .headerrel01-logo img,
    .footer01-logo img{
        height: 26px;
    }
}

/* 详情页折行问题 */
.yc-content .content p {
    white-space: initial !important;
}