.fd-common-page {
    position: relative;
    z-index: 1;
    padding-top: 312px;
    width: 100%;
    height: auto;
    background: #fff5e2;
}

.fd-content-main {
    position: relative;
    z-index: 2;
    margin: auto;
    padding: 20px 42px 100px;
    width: 1300px;
    height: 100%;
    background: #fff;
    border-top: 4px solid #b61111;
}

.fd-logo {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 504px;
    background: url("../images/logo.png") center no-repeat;
}

/*语言切换*/
.fd-logo-box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: auto;
}

.fd-logo-box-inside {
    position: relative;
    z-index: 1;
    margin: auto;
    width: 1300px;
    height: auto;
}

.fd-lang {
    position: absolute;
    right: 15px;
    top: 20px;
    height: 40px;
    line-height: 40px;
    color: #b12528;
    font-size: 20px;
}
.fd-lang span {
    display: inline-block;
    padding-left: 30px;
    background: url("../images/icon-fan.png") left center no-repeat;
    cursor: pointer;
}
.fd-lang span:hover {
    color: #e21216;
    background: url("../images/icon-fan-act.png") left center no-repeat;
}
.fd-lang .fd-wza {
    background: url("../images/icon-wza.png") left center no-repeat;
}
.fd-lang .fd-wza:hover {
    background: url("../images/icon-wza-act.png") left center no-repeat;
}
.fd-lang .fd-jian {
    background: url("../images/icon-jian.png") left center no-repeat;
}
.fd-lang .fd-jian:hover {
    background: url("../images/icon-jian-act.png") left center no-repeat;
}
.fd-lang .fd-split:hover,
.fd-lang .fd-split {
    color: #b12528;
    padding: 0 10px;
    background: none;
}

/*面包屑*/
.fd-crumb-tab {
    color: #23272b;
    font-size: 16px;
}

.fd-crumb-tab a {
    color: #23272b;
    font-size: 16px;
}
.fd-crumb-tab a:hover {
    color: #c31526;
}

/*title*/
.fd-page-title {
    position: relative;
    z-index: 1;
    margin-top: 30px;
    width: 100%;
    height: 38px;

}
.fd-page-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 1px;
    background-color: rgb(228, 235, 240);
}

.fd-page-title p {
    display: inline-block;
    height: 100%;
    color: #c31526;
    font-size: 22px;
    font-weight: bold;
    border-bottom: 4px solid #b61111;
}

