.clearfix:after,
.clearfix:before {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

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

.banner {
    height: 428px;
    overflow: visible !important;
    background: url(../images/declaration-banner.jpg) no-repeat bottom center / 100% 428px;
}

.banner .wrap {
    position: relative;
    height: 100%;
}

.wrap .dzhui{
    width: 15px;
    height: 39px;
    background: #F18D02;
    position: absolute;
    left: 0;
    bottom: -20px;
}

.banner h1 {
    margin-top: 100px;
    font-size: 60px;
    font-weight: bold;
    color: #FFFFFF;
}

.banner h2 {
    font-size: 72px;
    font-family: SourceHanSansCN;
    font-weight: 300;
    color: #FFFFFF;
}

#footer_div .common-foot {
    margin-top: 0;
}

.ul-left {
    position: fixed;
    width: 220px;
    top: 0;
    left: 50px;
    text-align: center;
}

.ul-left .w {
    width: 100%;
}

.ul-left .content_text .fL {
    box-shadow: 0px 0px 10px 0px #9399ac;
}

.declaration-content {
    background: linear-gradient(-57deg, #C6C6C6, #FFFFFF);
    padding: 100px 0 230px;
}

.declaration-content p {
    font-size: 20px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #2A2A2A;
    line-height: 48px;
}

.declaration-content p::before {
    content: "";
    display: inline-block;
    margin-right: 27px;
    width: 21px;
    height: 22px;
    background: url(../images/declaration-icon.png) center / 100% 100%;
    vertical-align: middle;
}

.declaration-content p.tips::before {
    opacity: 0;
}