.mc_cde {
    /* width: 1300px; */
    width: 100%;
    /*height: 100%;*/
    margin: auto;
    overflow: hidden;
}

/* 头部 */
.cde_header {
    /*display: flex;*/
    width: 1300px;
    height: 110px;
    margin: auto;
    overflow: hidden;
}

.header_title {
    /* display: flex; */
    width: 65%;
    height: 100%;
    /* box-sizing: border-box; */
    padding-top: 23px;
    padding-left: 50px;
    overflow: hidden;
    float: left;
}

.header_setting {
    width: 35%;
    height: 100%;
    padding: 25px 50px;
    box-sizing: border-box;
    float: left;
}

.header_logo {
    width: 74px;
    height: 67px;
    float: left;
    /* background-image: url(../images/logo.jpg); */
}

.header_name {
    margin-left: 10px;
    text-align: left;
    float: left;
}

.header_name_cn {
    line-height: 30px;
    color: #000;
    font-size: 35px;
    font-weight: 800;
    letter-spacing: 2px;
}

.header_name_en {
    margin-top: 12px;
    font-size: 20px;
    color: #374dcd;
    letter-spacing: 2px;
    font-weight: bold;
}

.header_fun > ul {
    display: flex;
    justify-content: space-around;
    color: #777;
    list-style: none;
    font-size: 13px;
    letter-spacing: 0.5px;
    overflow: hidden;
}

.header_fun > ul > li > a {
    color: #777;
    float: left;
    margin: 0 10px;
}

.header_fun img {
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 5px;
}

.header_search {
    /* display: flex; */
    font-size: 15px;
    overflow: hidden;
}

.header_search > div {
    width: calc(100% - 80px);
    height: 35px;
    padding: 3px 5px 0 15px;
    box-sizing: border-box;
    margin-top: 25px;
    border: 1px solid #e6e6e6;
    border-radius: 20px 0 0 20px;
    background-color: #f9fafe;
    float: left;
}

.header_search img {
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 5px;
}

.header_search input {
    width: calc(100% - 50px);
    height: 25px;
    color: #777;
    background-color: #f9fafe;
}

.header_search button {
    width: 90px;
    height: 37px;
    margin-top: 24px;
    margin-left: -20px;
    border-radius: 25px;
    color: #fff;
    background-color: #ffa521;
    float: left;
}

/* 导航 */
.cde_nav {
    width: 100%;
    background: #0e6ecc;
    height: 55px;
}

.cde_nav > div {
    /* display: flex; */
    width: 1300px;
    height: 100%;
    margin: auto;
    color: #fff;
    padding: 0px 50px;
}

.nav_item {
    position: relative;
    padding: 19px 0 17px;
    font-weight: 800;
    line-height: 53px;
    cursor: pointer;
}

.nav_item:hover {
    background-color: #e4852b;
}

.nav_item:hover > a {
    text-decoration: none;
}

.nav_selected {
    background-color: #e4852b;
}

.nav_item > a {
    color: #ffffff;
    padding: 0px 19px;
    font-size: 19px;
    /*margin-right: -5px;*/
    /* border-right: 1px solid #fff; */
    display: inline-block;
    width: auto;
    height: 55px;
}

.dividerLine {
    display: inline-block;
    width: 1px;
    height: 15px;
    background: #ffffff;
    padding-top: 8px;
    position: relative;
    top: 5px;
}

.nav_item:last-of-type > a {
    border-right: 0
}

.nav_item > ul {
    display: none;
    position: absolute;
    left: 0;
    top: 58px;
    opacity: 0.92;
    font-weight: 400;
    list-style: none;
    border: 1px solid #fff;
    border-radius: 3px;
    background-color: #fff;
    z-index: 10;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}

.nav_item > ul > li {
    width: 170px;
    padding: 10px 10px;
    font-size: 16px;
    white-space: normal;
    text-align: left;
    line-height: 22px;
}

.nav_item > ul > li > a {
    display: inline-block;
    width: 100%;
    color: #2674ca;
    font-weight: bold;
}

.nav_item > ul > li:hover {
    background-color: #2674ca;
}

.nav_item > ul > li:hover a {
    color: #fff;
    text-decoration: none;
}

.second_menu::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 10px;
    top: -10px;
}

.second_menu {
    position: absolute;
    left: 0;
    top: 53px;
    font-weight: 400;
    list-style: none;
    border-radius: 3px;
    background-color: #0e58b8;
    z-index: 999;
    width: 150px;
}

.second_menu li {
    position: relative;
    padding: 8px 15px;
    width: 150px;
    font-size: 15px;
    white-space: nowrap;
    text-align: left;
}

.second_menu span {
    display: inline-block;
    width: 100%;
    word-break: break-all;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.second_menu li > a {
    color: #fff;
}

.second_menu li:hover {
    background-color: #0F64DA;
}

.third_menu {
    position: absolute;
    left: 158px;
    background: #0e58b8;
    top: 0px;
    border-radius: 5px;
}

.third_menu::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 0px;
    height: 0px;
    left: -8px;
    top: 12px;
    border-top: 8px solid transparent;
    border-right: 8px solid #0e58b8;
    border-left: 1px solid transparent;
    border-bottom: 8px solid transparent;

}


/* 标语 */
.cde_slogan {
    background-color: #e7eef9;
}

.cde_slogan > div {
    width: 1300px;
    margin: auto;
    padding: 10px 50px;
}

/* 内容 */
.cde_body {
    background-color: #f3f7fe;
}

.cde_body > div {
    width: 1300px;
    margin: auto;
    padding: 0 50px 10px 50px;
    min-height: 650px;
}

/* 尾部 */
.cde_footer {
    width: 100%;
    height: 130px;
    padding: 13px 0;
    border-top: 3px solid #1657ab;
}

.cde_footer > div {
    width: 1300px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    margin: auto;
}

.cde_footer > div > span {
    display: inline-block;
    width: 30%;
}

.cde_footer .cde_footer_left {
    display: inline-block;
    width: 1000px;
    font-size: 14px;
    text-align: center;
    margin: auto;
}
.cde_footer img {
    position: relative;
     margin-right: 4px;
     width:18px;
 }

.cde_footer .cde_footer_right {
    display: inline-block;
    width: 180px;
    font-size: 14px;
    text-align: center;
    margin: auto;
    vertical-align: top;
}

.cde_footer .cde_footer_left > div {
    padding: 3px 0;
    font-size: 14px;
}

.cde_footer .cde_footer_left span {
    display: inline-block;
    margin: 0 10px;
}

.module_site {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    border-bottom: 1px solid #e6e6e6;
}

.module_site > img {
    display: inline-block;
    vertical-align: middle;
}

.icon_right {
    letter-spacing: -5px;
    margin: 0 8px 0px 2px;
}

.searchList {
    position: absolute;
    width: 600px;
    top: 32px;
    left: 90px;
    display: none;
    max-height: 350px;
    overflow: auto;
    list-style: none;
    z-index: 99999;
    background: #fff;
    border: 1px solid #dedede;
    font-size: 14px;
    border-radius: 5px;
    padding: 5px;
}

.searchItem {
    /*display: table;*/
    /*border-bottom: 1px solid #ccc;*/
}

.searchItem > div {
    width: 100px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;

}

.searchItem li {
    width: 100%;
    line-height: 24px;
    list-style-type: none;
    padding: 4px 0 4px 10px;

}

.searchItem li:hover {
    background: #d5e4fb;
}

/*公共头部自动搜索功能样式*/
.searchListHeader {
    position: absolute;
    width: 600px;
    top: 105px;
    right: 110px;
    display: none;
    max-height: 350px;
    overflow: auto;
    list-style: none;
    z-index: 99999;
    background: #fff;
    border: 1px solid #dedede;
    font-size: 14px;
    border-radius: 5px;
}

.searchItemHeader {
    display: table;
    border-bottom: 1px solid #dedede;
}

.searchItemHeader:last-of-type {
    border-bottom: 0;
}

.searchItemHeader > div {
    width: 130px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;

}

.searchItemHeader li {
    width: 456px;
    line-height: 24px;
    list-style-type: none;
    padding: 3px 10px;
    border-left: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}

.searchItemHeader li:last-of-type {
    border-bottom: 0;
}

.searchItemHeader li:hover {
    background: #d5e4fb;
}

.fixedFooter {
    position: fixed;
    bottom: 0;
    background: #ffffff;
}

.bodyBg {
    background: #f3f7fe;
}
