@charset "utf-8";

/* CSS Document */
html {
    font-size: 100px;
    height: 100%;
    overflow-anchor: none;
}

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;
    overflow-anchor: none;
}

* {
    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%;
    background: #104793;

}

/* .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;
    width: 100%;
    margin: 0 auto;
}

.top_head::before {
    background: url(../img/head_hz_bg.png) right no-repeat;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1.5rem;
    z-index: 0;
    background-size: 46%;
    display: none;
}

.top_head a.logo {
    display: block;
    background: url(../img/logo_img_1.png) center no-repeat;
    background-size: 100%;
    width: 4rem;
    position: absolute;
    z-index: 1;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
}

.top_head .right_link {
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0;
    top: 0.6rem;
    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.2rem;
    color: #fff;
    font-size: 0.2rem;
}

.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;
    display: none;
}

.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: #000;
    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(209 225 249 / 46%);
    outline: none;
}

input::placeholder {
    color: #658ac0;
}

/* 导航栏 */
.top_nav_bg {
    background: #104793;
    height: 0.6rem;
    display: none;
}

.top_nav {
    width: 15.35rem;
    position: relative;
    left: auto;
    right: 0;
    top: 0;
    margin: 0 auto;
    z-index: 99;
    display: none;
}

.top_nav ul {
    display: flex;
    justify-content: space-around;
    ;

}

/* .top_nav ul li:first-child {
    display: none;
} */

.top_nav li {
    position: relative;
    padding: 0 0.3rem;
}

.top_nav a.name {
    display: block;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.18rem;
    color: #fff;
    position: relative;
}

.top_nav li a.current {
    color: #e3a21c;
}

.top_nav li:hover>a {
    color: #e3a21c;
}

.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: #e3a21c 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 .focus-banner {
    display: none;
}

body.navShow .top_nav {
    display: none;
}

body.navShow .top_head .right_link:before {
    display: none;
}

.top_banner {
    position: relative;
    min-height: auto;
    margin-top: 1.5rem;
}

.top_banner img {
    width: 100%;
    height: 1.9rem;
    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: 100%;
    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: 100%;
    line-height: 0.77rem;
    margin: 0px auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.menu_text ul li {
    padding: 0 0.5rem;
}

.menu_text ul li a {
    display: inline-block;
    line-height: 0.65rem;
    font-size: 0.28rem;
}

.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;
    padding: 0 0.25rem 0.25rem;

}

.footer_container {
    display: flex;
    flex-direction: column;
    padding: 0.2rem;
    align-items: flex-start;
}

.footer_left {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.footer_left .img {
    width: 4.30rem;
    height: 1.21rem;
}

.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.28rem;
    line-height: 0.6rem;
}


.footer_right{
 display: flex;
 justify-content: center;
 align-items: center;
 width: 100%;
 flex-direction: column;
}

.footer_right .img{
    width: 2rem;
    height: 2rem;
}
.footer_right .img img{
    width: 100%;
    height: 100%;
}



.top_head .btn_box {
    position: relative;
    top: 0;
    z-index: 9999;
    left: auto;
    right: 0;
    bottom: 0;
    background-size: 100% 100%;
    width: 1rem;
    height: 0.7rem;
    cursor: pointer;
}
.top_head .btn_box .btn {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../img/navA_w.png) center no-repeat;
    background-size: 0.45rem;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}
body.navShow .top_head .btn_box .btn {
    background: url(../img/img31_w.png) center no-repeat;
    background-size: 0.31rem;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}
body.navShow .top_nav_2 {
    opacity: 1;
    visibility: visible;
}
.top_nav_2 {
    position: fixed;
    z-index: 49;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #104793;
    background-size: cover;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}
.top_nav_2 .scroll {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 1.5rem;
    bottom: 0;
    overflow-y: auto;
}
.nav_2_link {
    z-index: 1;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    height: 0.48rem;
    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;
    padding-right: 0.25rem;
}
.nav_2_language {
    position: relative;
    padding-right: 0.4rem;
    opacity: 0.75;
    font-size: 0.15rem;
    color: #fff;
}
.nav_2_search {
    height: 0.6rem;
    position: relative;
    width: 5rem;
    margin: 0 auto;
    top: 0;
}
.nav_2_search .form {
    height: 0.6rem;
    position: relative;
}
.nav_2_search .form .input {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
}
.nav_2_search .form .input input {
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.14rem;
    color: #fff;
    border: none;
    border-radius: 25px;
    text-indent: 15px;
}
.nav_2_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.2rem;
    cursor: pointer;
    opacity: 0.8;
}
.nav_2_search .form .submit input {
    height: 0.6rem;
    border: none;
}
textarea, input {
    background: rgb(0 0 0 / 15%);
    outline: none;
}
.top_nav_2 .scroll ul {
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.top_nav_2 .scroll li {
    width: 100%;
    text-align: left;
    padding-top: 0.2rem;
    border-bottom: 1px solid #3a96dd;
}
.top_nav_2 .scroll li h2 {
    font-size: 0.36rem;
    line-height: 1rem;
    padding-left: 0.5rem;
    position: relative;
}
.top_nav_2 .scroll li .h2 {
    padding: 0 0 0 0.5rem;
}
.top_nav_2 .scroll li a {
    color: #fff;
}
.top_nav_2 .scroll li h2.h2:after {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    right: 0;
    left: 90%;
    height: 20px;
    width: 20px;
    background: url(../img/jt.png) no-repeat right;
    background-size: cover;
    transition: all 0.3s linear;
}
.top_nav_2 li.on .h2::after {
    transform: rotate(180deg);
}
.top_nav_2 li.on .list {
    display: block;
    padding: 0 0 0 0.5rem;
}
.top_nav_2 li .list {
    padding: 0 0 0 0.5rem;
}
.top_nav_2 .scroll li .list h3 {
    font-size: 0.3rem;
    line-height: 0.85rem;
    font-weight: 400;
    border-top: 1px solid #3a96dd;
}
.top_nav_2 .scroll li .list h3:nth-child(1) {
    border: 0;
}

.link {
    position: relative;
    border: 1px solid #6d9bdb;
    width: 100%;
    height: 0.7rem;
    cursor: pointer;
    margin-top: 0.65rem;
}

.link .tit {
    position: relative;
    color: #fff;
    font-size: .28rem;
    line-height: .7rem;
    padding-left: 0.2rem;
    height: 0.7rem;
    font-weight: bold;
}

.link .tit::before {
    content: '';
    position: absolute;
    right: 0.15rem;
    width: 0.1rem;
    height: 0.1rem;
    top: 0.25rem;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(312deg);
    -webkit-transform: rotate(312deg);
    -moz-transform: rotate(312deg);
    -ms-transform: rotate(312deg);
    -o-transform: rotate(312deg);
}

.link .sub {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0.65rem;
    background-color: #fff;
    line-height: 2;
    max-height: 3rem;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 99;
    height: 0;
    transition: all 0.5s;
}
.link .sub.on {
    height: 3rem;
}

.link .sub a {
    display: block;
    color: #000;
    font-size: 0.28rem;
    padding-left: 0.2rem;
}

.link .sub a:hover {
    text-decoration: underline;
}