
/* en */
.headerrel01-nav>li:nth-child(1) .headerrel01-navsub{left:auto;right:0}
.headerrel01-logo{max-width: 500px;}
.footer01.footer01_2 .footer01-bd_left{width: 44%;max-width: 500px;}
.footer01.footer01_2 .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:1300px){
    .headerrel01-logo img {
        height: 34px;
    }
}
@media screen and (max-width:1199px){
    .headerrel01-logo img {height:auto;}
    .footer01.footer01_2 .footer01-logo img {height:26px;}
    .footer01.footer01_2 .footer01-bd_left,.footer01.footer01_2 .footer01-bd_right {width:100%;}
}
.footer01.footer01_2 .footer01-nav .item.last{
    right: 20%;
    position: static;
}

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