@charset "utf-8";

/* CSS Document */
html {
    font-size: 100px;
    height: 100%;
}

li {
    list-style-type: none;
}

body {
    font-family: "微软雅黑", Lucida, Arial, Helvetica;
    font-size: 0.14rem;
    min-height: 100%;
    color: #000;
    padding: 0;
    margin: 0;
    position: relative;
    padding-bottom: 3.5rem;
}

* {
    margin: 0rem;
    padding: 0rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
}

#container {
    width: 100%;
    margin: 0 auto;
}

.od-nav {
    display: none;
}

.banner_1 {
    position: relative;
    margin-top: 140rem;
}


/* 头部内容 */
.top_head {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 1.5rem;
}

/* .top_head:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 1.5rem;
    right: 0;
    height: 0.75rem;
    background-size: auto 99%;
    z-index: 9;
} */

.top_head .wad {
    min-height: 1.5rem;
    position: relative;
    max-width: 100%;
    width: 15.35rem;
    margin: 0 auto;
    margin-top: 0.1rem;
}

.top_head::before {
    background: url(../img/top_bg_2.png) repeat-x;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 2.9rem;
    z-index: 0;
    background-size: contain;
}

.top_head a.logo {
    display: block;
    background: url(../img/logo_img_1.png) center no-repeat;
    background-size: 100%;
    width: 5.92rem;
    position: absolute;
    z-index: 999;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
}

.top_head .right_link {
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0;
    top: 0.3rem;
    bottom: auto;
    height: 0.35rem;
    font-size: 0.12rem;
    color: #fff;
    display: flex;
    align-items: center;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.top_head .right_link div.link_s {
    display: flex;
}

.top_head .right_link div a {
    display: block;
}

.top_head .right_link div a span {
    margin-right: 0.3rem;
    color: #fff;
    font-size: 0.14rem;
}

.top_head .right_link div a span:hover {
    text-decoration: underline;
    transition: all 0.5s ease-in-out;
}

.index_search {
    height: 0.4rem;
    position: relative;
    width: 3rem;
    margin: 0 auto;
}

.index_search .form {
    height: 0.4rem;
    position: relative;
}

.index_search .form .input {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
}

.index_search .form .input input {
    width: 100%;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.14rem;
    color: #fff;
    border: none;
    border-radius: 25px;
    text-indent: 15px;
}

.index_search .form .submit {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 8px;
    bottom: 0;
    width: 0.24rem;
    background: url(../img/search24.png) center no-repeat;
    background-size: 0.14rem;
    cursor: pointer;
    opacity: 0.8;
}

.index_search .form .submit input {
    height: 0.3rem;
    border: none;
    width: 100%;
    background: none;
    cursor: pointer;
}

input {
    background: rgb(169 177 190 / 26%);
    outline: none;
}

input::placeholder {
    font-size: 0.14rem;
    color: #fff;
}

/* 导航栏 */

.top_nav {
    position: relative;
    left: auto;
    right: 0;
    top: 0.85rem;
    bottom: auto;
    z-index: 99;
}

.top_nav ul {
    display: flex;
    justify-content: flex-end;
    ;

}

/* .top_nav ul li:first-child {
    display: none;
} */

.top_nav li {
    position: relative;
    padding: 0 0.23rem
}

.top_nav a.name {
    display: block;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.18rem;
    color: #fff;
    position: relative;
    font-weight: bold;
}

.top_nav li a.current {
    color: #104792;
}

.top_nav li:hover>a {
    color: #104792;
}

.top_nav a.name em {
    display: block;
    position: relative;
}

em {
    font-style: normal;
}

.top_nav .list {
    position: absolute;
    z-index: 1;
    left: 50%;
    right: auto;
    bottom: auto;
    background: #fff;
    width: 1.7rem;
    margin-left: -0.85rem;
    border-top: #104792 solid 0.06rem;
    padding: 0.2rem 0 0.15rem;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0px 6px 0 rgb(0 0 0 / 20%);
}

.top_nav li:hover .list {
    opacity: 1;
    visibility: visible;
    top: 100%;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
}

.top_nav .list a {
    display: block;
    text-align: center;
    font-size: 0.18rem;
    line-height: 0.4rem;
    color: #004077;
    margin-bottom: 0.1rem;
}

.top_nav .list a:hover {
    background: #ededed;
    color: #012d52;
}

/* 弹出大导航 */
.top_nav_2 {
    opacity: 0;
    visibility: hidden;
}

body.navShow .top_nav_2 {
    opacity: 1;
    visibility: visible;
}

body.navShow .focus-banner {
    display: none;
}

body.navShow .top_nav {
    display: none;
}

body.navShow .top_head .right_link:before {
    display: none;
}

body.navShow .right_link {
    height: 0.5rem;
}


.top_banner {
    position: relative;
    min-height: auto;
    /*margin-top: 2.1rem;*/
}

.top_banner img {
    width: 100%;
    display: flex;
    align-items: center;
    min-height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.menu_title {
    width: 15.35rem;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.menu_title h3 {
    color: #fff;
    width: 3rem;
    height: 0.5rem;
    padding: 0.4rem;
    background: rgb(45 91 198 / 65%);
    font-size: 0.36rem;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu_text {
    width: 100%;
    margin: 0px auto;
    border-bottom: solid 1px #e6e6e6;
}

.menu_text ul {
    width: 15.35rem;
    margin: 0px auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.menu_text ul li {
    margin-right: 0.65rem;
    margin-top: 0.15rem;
}

.menu_text ul li a {
    display: inline-block;
    line-height: 0.55rem;
    font-size: 0.18rem;
}

.menu_text ul li a:hover {
    color: #004077;
}

.menu_text ul li a.current {
    display: inline-block;
    border-bottom: solid 3px #2d5bc6;
}

footer {
    /*background: url(../img/footer_bg.png) center no-repeat;*/
    background-size: cover;
    margin-top: 0.7rem;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.footer_container {
    max-width: 15.35rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0.2rem;
}

.footer_left {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.footer_left .img {
    width: 4.30rem;
    height: 1.78rem;
}

.footer_left .img img {
    width: 100%;
    height: 100%;
}

.footer_middle {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_middle div ul li {
    text-align: left;
    color: #fff;
    font-size: 0.15rem;
    line-height: 0.5rem;
}


.footer_right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_right .img {
    width: 1.5rem;
    height: 1.5rem;
}

.footer_right .img img {
    width: 100%;
    height: 100%;
}