/*logo*/
.fd-logo-box {
    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-blue-container .fd-lang {
    color: #1850a3;
}

.fd-blue-container .fd-lang span {
    background: url("../images/icon-fan-blue.png") left center no-repeat;
}

.fd-blue-container .fd-lang span:hover {
    color: #2c6bd3;
    background: url("../images/icon-fan-blue-act.png") left center no-repeat;
}

.fd-blue-container .fd-lang .fd-wza {
    background: url("../images/icon-wza-blue.png") left center no-repeat;
}

.fd-blue-container .fd-lang .fd-wza:hover {
    background: url("../images/icon-wza-blue-act.png") left center no-repeat;
}

.fd-blue-container .fd-lang .fd-jian {
    background: url("../images/icon-jian-blue.png") left center no-repeat;
}

.fd-blue-container .fd-lang .fd-jian:hover {
    background: url("../images/icon-jian-blue-act.png") left center no-repeat;
}
.fd-blue-container .fd-lang .fd-split:hover,
.fd-blue-container .fd-lang .fd-split {
    color: #1850a3;
    background: none;
}

/*导航样式*/
.fd-nav-box {
    width: 100%;
    height: 58px;
    background: #AF070D;
}
.fd-ul {
    overflow: hidden;
    margin: auto;
    width: 1300px;
    height: 100%;
    text-align: center;
}

.fd-li {
    display: inline-block;
    margin-right: 100px;
    width: 130px;
    height: 100%;
    cursor: pointer;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 58px;
}

.fd-li:hover,
.fd-li.active {
    font-weight: bold;
    background: rgba(255, 197, 124, 0.18);
}

.fd-li-06 {
    margin-right: 0;
}

/*面包屑*/
.fd-crumb-tab {
    color: #23272b;
    font-size: 16px;
}

.fd-crumb-tab a {
    color: #23272b;
    font-size: 16px;
}
.fd-crumb-tab a:hover {
    color: #AF070D;
}

/*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: #AF070D;
    font-size: 22px;
    font-weight: bold;
    border-bottom: 4px solid #AF070D;
}

.fd-blue-container .fd-nav-box {
    background: #005293;
}

.fd-blue-container .fd-li:hover,
.fd-blue-container .fd-li.active {
    background: #0A65AC;
}

.fd-blue-container .fd-crumb-tab a:hover {
    color: #23528e;
}

.fd-blue-container .fd-page-title p {
    color: #005293;
    border-bottom: 4px solid #005293;
}
