/*推广应用*/
.nav li.logo_li a {
    display: flex;
    max-width: 770px;
    align-items: center;
}
.nav li.logo_li .text {
    margin-left: 10px;
    font-size: 32px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    text-shadow: 0 0 5px rgba(255, 255, 255, 1);
}

.n-logo {
    float: left;
    max-width: 770px;
    margin-top: 20px;
    height: 70px;
    font-size: 0;
    display: flex;
    align-items: center;
}
.n-logo .text {
    margin-left: 10px;
    font-size: 32px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-shadow: 0 0 5px rgba(255, 255, 255, 1);
}

.top-r {
    float: right;
}

.phone {
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    border-bottom: 1px solid #e2e2e2;
    color: #333;
}

.phone strong {
    margin-left: 20px;
    color: #333;
}
.phone span.link {
    margin-right: 5px;
    color: #fff;
    font-size: 16px;
    background-color: #0086ff;
}
.phone span.link a {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}
.phone span.link a img {
    vertical-align: -3px;
}
.phone span {
    float: right;
    background: #e7e9ea;
    border-radius: 4px;
    padding: 0px 20px;
    line-height: 34px;
    color: #151515;
    font-weight: bold;
}

.phone span a {
    color: #000;
    vertical-align: 0;
}

.phone span img {
    margin-right: 5px;
}

.phone span b {
    color: #d8d8d8;
    font-weight: normal;
}
/*推广应用结束*/

.spread .top-r {
    margin-top: 25px;
}

.spread .phone {
    float: right;
    border: 0;
    margin-top: 13px;
    margin-left: 30px;
}

.spread .n-nav {
    float: right;
    border: 0;
}

.spread .lead .lead-one,
.spread .lead .lead-two {
    width: 50%;
    background-position: center;
    background-size: cover;
}

.spread .lead.active .lead-one,
.spread .lead.active .lead-two {
    width: 900px;
}

.spread .lead.active .lead-one.current,
.spread .lead.active .lead-two.current {
    width: calc(100% - 900px);
}

.spread .lead .lead-one:first-child:last-child {
    width: 100%;
    background-position: center 50px;
}