/*初始化样式*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

p {
    margin: 0;
}

.tong {
    width: 1200px;
    margin: 0 auto;
}

.tong1 {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

/*----- Common css ------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.container {
    width: 1200px !important;
    margin: 0 auto;
    padding: 0;
}

/* 内页 */
.page-wrap-left {
    display: none;
}

.xymob-menu-click.click {
    display: block;
}

.page-position {
    text-align: end;
}

.ny_list {
    margin-top: -30px;
}

.ny_list .xypg-left-nav::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.ny_list .xypg-left-nav > li {
    float: left;
    border: none;
}

.ny_list .xypg-left-nav > li + li {
    margin-left: 2px;
    margin-bottom: 15px;
}

.ny_list .xypg-left-nav > li .first-nav-btn {
    display: none;
}

.ny_list .xypg-left-nav > li > a {
    width: 180px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    background-color: #da251d;
    color: #fff;
    font-size: 14px;
}