/*logo*/
.fd-logo-box {
    position: relative;
    z-index: 5;
    width: 100%;
    height: auto;
}

.fd-logo-box2 {
    position: relative;
    z-index: 5;
    width: 100%;
    height: auto;
}

.fd-top-bg {
    width: 100%;
}

.fd-logo-main {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding-left: 8px;
    width: 100%;
    height: calc(100% - 147px);
}

.fd-logo-main-inside {
    position: absolute;
    left: 50%;
    top: 55%;
    z-index: 2;
    padding-left: 114px;
    padding-top: 8px;
    margin: auto;
    width: 1300px;
    height: 94px;
    transform: translate(-50%, -50%);
}

.fd-logo-dh {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: auto;
    height: 100%;
}
.fd-logo-world {
    color: #1b3775;
    font-size: 56px;
    font-weight: bold;
    font-family: "Microsoft YaHei";
    letter-spacing: 5px;
}

/*顶部搜索*/
.fd-top-search {
    position: absolute;
    top: 0;
    z-index: 3;
    width: 1300px;
    height: 60px;
    text-align: right;
    left: 50%;
    margin-left: -650px;
}

.fd-input-box {
    overflow: hidden;
    position: absolute;
    right: 350px;
    top: 20px;
    z-index: 2;
    padding-right: 50px;
    width: 272px;
    height: 40px;
    border-radius: 5px;
}

.fd-input-box input {
    padding-left: 20px;
    width: 222px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    border: 1px solid rgba(16, 57, 124, 0.25);
    border-right: 0;
    border-radius: 5px 0 0 5px;
    background-color: rgba(0, 83, 147, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99a1c8e4, endColorstr=#99a1c8e4);
}

.fd-input-box input:hover {
    border: 1px solid rgb(61, 136, 231);
    border-right: 0;
}

.fd-input-box input::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px;
}

.fd-input-box span {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 50px;
    height: 100%;
    background-color: rgb(24, 69, 143);
    background-image: url("../../common/images/icon-search.png");
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.fd-input-box span:hover {
    background-color: #225bb7;
}

.fd-lang {
    position: absolute;
    right: 15px;
    top: 20px;
    height: 40px;
    line-height: 40px;
    color: #19468e;
    font-size: 20px;
}

.fd-lang span {
    display: inline-block;
    padding-left: 30px;
    background: url("../../images/index/icon-fan.png") left center no-repeat;
    cursor: pointer;
}

.fd-lang span:hover {
    color: #2c6bd3;
    background: url("../../images/index/icon-fan-act.png") left center no-repeat;
}

.fd-lang .fd-wza {
    background: url("../../images/index/icon-wza.png") left center no-repeat;
}

.fd-lang .fd-wza:hover {
    background: url("../../images/index/icon-wza-act.png") left center no-repeat;
}

.fd-lang .fd-jian {
    background: url("../../images/index/icon-jian.png") left center no-repeat;
}

.fd-lang .fd-jian:hover {
    background: url("../../images/index/icon-jian-act.png") left center no-repeat;
}

.fd-lang .fd-split:hover,
.fd-lang .fd-split {
    color: #19468e;
    padding: 0 10px;
    background: none;
}

/*导航样式*/
.fd-nav-main {
    position: relative;
    z-index: 2;
    margin-top: -293px;
    padding-top: 212px;
    width: 100%;
    min-width: 1300px;
    height: 293px;
    background: url("../../images/index/nav-bg.png") center no-repeat;
}

.fd-nav-ul {
    display: flex;
    justify-content: space-around;
    margin: auto;
    padding-right: 220px;
    width: 1000px;
    height: 70px;
}

.fd-nav-li {
    position: relative;
    z-index: 1;
    padding: 0 18px 15px;
    font-size: 28px;
    color: #ffffff;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
}

.fd-nav-li span {
    display: inline-block;
    padding-bottom: 20px;
}

.fd-nav-li:hover span,
.fd-nav-li.active span {
    font-weight: bold;
    position: relative;
    background-image: url("../../images/index/nav-bottom.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: 9;
}

.fd-nav-li:hover .fd-ej-ul {
    display: inline-block;
}

.fd-nav-li-no-select:hover span,
.fd-nav-li-no-select.active span {
    font-weight: bold;
    background-image: none;
}

.fd-ej-ul {
    display: none;
    position: absolute;
    top: 48px;
    left: -15px;
    width: 185px;
    line-height: 36px;
    font-size: 20px;
    color: #fff;
    background-color: rgba(65, 123, 214, 0.902);
    box-shadow: 0px 5px 10px 0px rgba(26, 71, 142, 0.2);
    border-radius: 5px;
}

.fd-ej-li {
    margin: 0 17px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
}

.fd-ej-li:hover {
    color: #fff;
    font-weight: bold;
}

.fd-ej-li.active {
    color: #fff;
    font-weight: bold;
}
/*面包屑*/
.fd-crumb-tab {
    color: #23272b;
    font-size: 16px;
}

.fd-crumb-tab a {
    color: #23272b;
    font-size: 16px;
}
.fd-crumb-tab a:hover {
    color: #0145b2;
}
/*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: #d8d8d8;
}

.fd-page-title p {
    display: inline-block;
    height: 100%;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 4px solid #0067b7;
}

/*#23272b*/

@media screen and (max-width: 1600px) {
    .fd-logo-main-inside {
        top: 58%;
        padding-left: 84px;
        padding-top: 2px;
        height: 70px;
    }
    .fd-logo-main-inside .fd-logo-world {
        font-size: 44px;
    }
}
