@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;
}

* {
    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: #004077;
}

/* .top_head:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 1.07rem;
    right: 0;
    height: 1rem;
    background: url(../img/top_bg_2.png) center repeat-x;
    background-size: auto 99%;
} */
.top_head .wad {
    min-height: 1.08rem;
    position: relative;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

.top_head a.logo {
    display: block;
    background: url(../img/logo_img_1.png) center no-repeat;
    background-size: 100%;
    width: 3.5rem;
    position: absolute;
    z-index: 1;
    left: 0;
    right: auto;
    top: 0.2rem;
    bottom: 0;
}

.top_head .right_link {
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0;
    top: 0;
    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;
    display: none;
}

.index_search {
    height: 0.6rem;
    position: relative;
    width: 5rem;
    margin: 0 auto;
    top: 0;
}

.index_search .form {
    height: 0.6rem;
    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.6rem;
    line-height: 0.6rem;
    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.2rem;
    cursor: pointer;
    opacity: 0.8;
}

.index_search .form .submit input {
    height: 0.3rem;
    border: none;
    width: 100%;
    background: none;
    cursor: pointer;
}

input {
    background: rgb(0 0 0 / 15%);
    outline: none;
}
input::placeholder {
    color: #92b2c4;
}
/* 导航栏 */
.top_nav {
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0;
    top: 1.15rem;
    bottom: auto;
    display: none;
}

.top_nav ul {
    display: flex;
    display: -webkit-flex;

}

.top_nav li {
    position: relative;
    margin-left: 0.55rem;
}

.top_nav a.name {
    display: block;
    height: 0.60rem;
    line-height: 0.60rem;
    font-size: 0.20rem;
    color: #fff;
    font-weight: bold;
    position: relative;
}

.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: #003656;
    margin-bottom: 0.1rem;
}

.top_nav .list a:hover {
    background: #ededed;
    color: #936401;
}

/* 弹出大导航 */
.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_head .btn_box {
    position: absolute;
    right: 10px;
    top: 0.15rem;
    z-index: 1;
    left: auto;
    right: 0;
    bottom: auto;
    background-size: 100% 100%;
    width: 1rem;
    height: 0.8rem;
    cursor: pointer;

}

.top_head .btn_box .btn {
    display: block;
    position: absolute;
    left: 0.1rem;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../img/navA.png) center no-repeat;
    background-size: 0.40rem;
    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.png) center no-repeat;
    background-size: 0.40rem;
    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 {
    position: fixed;
    z-index: 49;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #004077;
    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;
}

.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.5rem;
    border-bottom: 1px solid #00bcd430;
}

.top_nav_2 .scroll li h2 {
    font-size: 0.36rem;
    line-height: 1rem;
    padding-left: 0.5rem;
    position: relative;
}

.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;
}
.top_nav_2 li.on .h2::after {
    transform: rotate(180deg);
}
.top_nav_2 .scroll li .list {
    display: block;
    padding: 0 0 0 0.5rem;
}
.top_nav_2 .scroll li .list h3:nth-child(1) {
    border: 0;
}
.top_nav_2 .scroll li .list h3 {
    font-size: 0.3rem;
    line-height: 0.85rem;
    font-weight: 400;
    border-top: 1px solid #00bcd430;
}
.top_nav_2 .scroll li .list dl {
    margin-left: -0.5rem;
    padding: 0 0.2rem 0.3rem 0;
    margin-top: -0.1rem;
    display: flex;
    flex-wrap: wrap;
}

.top_nav_2 .scroll li .list dd {
    opacity: 0.65;
    font-size: 0.24rem;
    line-height: 0.6rem;
    min-width: 25%;
    padding-left: 0.5rem;
}

.top_nav_2 .scroll li .list dd:hover {
    opacity: 1;
}
.top_banner {
    position: relative;
    margin-top: 1.08rem;
    width: 100%;
    height: 2rem;
}
.top_banner  img{
    display: inline-block;
    width: 100%;
    height: 100%;
}

.menu_title {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.menu_title h3 {
    color: #fff;
    width: 100%;
    height: 0.5rem;
    padding: 0.4rem;
    background: rgb(0 0 0 / 40%);
    font-size: 0.30rem;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu_text {
    width: 100%;
    margin: 0px auto;
    border-bottom: solid 1px #e6e6e6;
    margin-top: 0.1rem;
}

.menu_text ul {
    width: 100%;
    line-height: 0.77rem;
    margin: 0px auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}

.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: #134e71;
}

.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.35rem 0.35rem
}

.footer_container {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0 0.1rem;
    align-items: flex-start;
}

.footer_left {
    display: flex;
    justify-content: center;
}

.footer_left .middle_left {
    display: flex;
    flex-direction: column;
    text-align: left;
    color: #fff;

}

.footer_left .title {
    font-size: 0.26rem;
    margin-bottom: 0.15rem;
}

.footer_left .middle_left div ul li {
    font-size: 0.26rem;
    line-height: 0.5rem;
}

.footer_middle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.2rem;
}

.footer_middle .img {
    width: 3.93rem;
    height: 1.96rem;
}

.footer_middle .img img {
    width: 100%;
    height: 100%;
}

.footer_right {
    display: flex;
    justify-content: center;
    margin-bottom: 0.3rem;
}


.footer_right .middle_right .right_title {
    font-size: 0.28rem;
    padding-bottom: 0.45rem;
}

.footer_right .middle_right div {
    display: flex;
    flex-direction: column;
}

.footer_right .middle_right div ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer_right .middle_right div ul li a {
    display: block;
    text-decoration: underline;
    font-size: 0.28rem;
    color: #fff;
    line-height: 0.6rem;
}

.footer_right .middle_right div ul li a:hover {
    color: #e9a223;
    transition: all .4s;
}

.footer_right .middle_right .img_weixin img {
    width: 2rem;
}

.footer_right .middle_right .title {
    font-size: 0.26rem;
    color: #fff;
}

footer p {
    margin: 0 auto;
    font-size: 0.24rem;
    color: #a5b8ee;
    margin-top: 0.5rem;
}

footer p a {
    color: #a5b8ee;
}

.swiper{
    margin: 0;
    width: 100vw;
}

.swiper-slide{
    width: 100vw !important;
}

footer .fast_link {

}

footer .fast_link span {
    display: block;
    font-size: 0.26rem;
    color: #fff;
    line-height: 0.5rem;
    margin-bottom: 0.1rem;
}

footer .fast_link div ul {
}

footer .fast_link div ul a {
    display: block;
    font-size: 0.26rem;
    color: #fff;
    line-height: 0.5rem;
}