@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.66rem;
    background: #004077;

}

/* .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.96rem;
    position: relative;
    max-width: 100%;
    width: 18rem;
    margin: 0 auto;
}

.top_head a.logo {
    display: block;
    background: url(../img/logo_img_1.png) center no-repeat;
    background-size: 100%;
    width: 3.93rem;
    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;
    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: 0.23rem;
}

.index_search {
    height: 0.32rem;
    position: relative;
    width: 2.3rem;
    margin: 0 auto;
}

.index_search .form {
    height: 0.32rem;
    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.32rem;*/
    line-height: 0.4rem;
    font-size: 0.2rem;
    color: #fff;
    border: none;
    border-radius: 25px;
    text-indent: 15px;
}

.index_search .form .submit {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 12px;
    bottom: -6px;
    width: 0.24rem;
    background: url(../img/search24.png) center no-repeat;
    background-size: 0.18rem;
    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: relative;
    left: auto;
    right: 0;
    top: 0.79rem;
    bottom: auto;
    z-index: 99;
}

.top_nav ul {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    margin-right: 0.7rem;
}

/* .top_nav ul li:first-child {
    display: none;
} */

.top_nav li {
    position: relative;
    padding: 0 0.25rem;
}

.top_nav a.name {
    display: block;
    height: 0.7rem;
    line-height: 0.5rem;
    font-size: 0.3rem;
    color: #fff;
    position: relative;
    font-weight: bold;
}

.top_nav li a.current {
    color: #e3a21c;
}

.top_nav li:hover>a {
    color: #e3a21c;
    transition: all 0.1s ease-in-out;
}

.top_nav a.name em {
    display: block;
    position: relative;
    transition: all 0.1s ease-in-out;
}

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.22rem;
    line-height: 0.4rem;
    color: #004077;
    margin-bottom: 0.1rem;
    transition: all 0.2s ease-in-out;
}

.top_nav .list a:hover {
    background: #ededed;
    color: #012d52;
    transition: all 0.2s ease-in-out;
}

/* 弹出大导航 */
.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.66rem;
    z-index: 1;
    left: auto;
    right: 0;
    bottom: auto;
    background-size: 100% 100%;
    width: 1rem;
    height: 0.8rem;
    cursor: pointer;
    display: none;
}

.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.31rem;
    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.on .top_nav {
    background: linear-gradient(to right, #083d7e, #0583c9);
    ;
    width: 100%;
    height: 0.75rem;
    display: flex;
    justify-content: center;
    padding-left: 0.4rem;
}

.top_head.on .top_nav a.name {
    color: #fff;
}
 */

/* .top_head.on .top_nav .logo_2 {
    display: block;
    background: url(../img/logo_img_2.png) center no-repeat;
    background-size: 100%;
    width: 1.25rem;
} */

.top_head.on .top_nav ul {
    display: flex;
    /* width: 14.66rem;
    justify-content: center;
    margin: 0 auto; */
}

.top_head.on .top_nav .list a {
    display: block;
    text-align: center;
    font-size: 0.18rem;
    line-height: 0.4rem;
    color: #003656;
    margin-bottom: 0.1rem;
}

.top_head.on .top_nav .list a:hover {
    background: #ededed;
    color: #f8b62c;
}

body.navShow .top_head .btn_box .btn {
    background: url(../img/img31.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;
}

.top_nav_2 {
    position: fixed;
    z-index: 49;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../img/nav-bg.png) center no-repeat;
    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: 0.8rem;
    bottom: 0;
    overflow-y: auto;
}

.top_nav_2 .scroll ul {
    max-width: 16rem;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: center;

}

.top_nav_2 .scroll li {
    width: 14.285%;
    text-align: center;
    padding-top: 1.1rem;
}

.top_nav_2 .scroll li h2 {
    font-size: 0.30rem;
}

.top_nav_2 .scroll li a {
    color: #fff;
}

.top_nav_2 .scroll li .list {
    padding: 0.2rem 0;
}

.top_nav_2 .scroll li .list h3 {
    font-size: 0.24rem;
    line-height: 0.3rem;
    margin-bottom: 0.2rem;
}

.top_nav_2 .scroll li .list dl {
    padding-bottom: 0.2rem;
}

.top_nav_2 .scroll li .list dd {
    font-size: 0.20rem;
    line-height: 0.35rem;
    opacity: 0.65;
    margin-bottom: 0.2rem;
}

.top_nav_2 .scroll li .list dd:hover {
    opacity: 1;
}

.top_banner {
    position: relative;
    min-height: auto;
    margin-top: 1.66rem;
}

.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: 14.66rem;
    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(0 64 119 / 85%);
    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: 13.66rem;
    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.28rem;
    transition: all 0.2s ease-in-out;
}

.menu_text ul li a:hover {
    color: #004077;
    transition: all 0.2s ease-in-out;
}

.menu_text ul li a.current {
    color: #004077;
    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%;

}

.footer_container {
    max-width: 14.66rem;
    margin: 0 auto;
    display: flex;
    /*padding: 0 0 0.5rem 0.1rem;*/
}

.footer_left {
    width: 30%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footer_left .middle_left {
    display: flex;
    flex-direction: column;
    text-align: left;
    color: #fff;
    margin-left: -1rem;
}

.footer_left .title{
    font-size: 0.26rem;
    margin-bottom: 0.1rem;
}

.footer_left .middle_left div ul li {
    font-size: 0.2rem;
    line-height: 0.35rem;
}

.footer_middle {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin-bottom: 0.5rem;*/
}

.footer_middle .img {
    width: 5rem;
}

.footer_middle .img img {
    width: 100%;
    height: 100%;
}

.footer_right {
    width: 30%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.footer_right .middle_right {
    margin-right: -1rem;
}

.footer_right .middle_right .img_weixin {
    margin-left: 1rem;
    display: flex;
    flex-direction: column;
    margin-bottom: -0.5rem;
}

.footer_right .middle_right .img_weixin .title {
    font-size: 0.22rem;
    color: #fff;
    margin-top: 0.1rem;
    display: flex;
    justify-content: center;
}

.footer_right .middle_right .img_weixin img {
    width: 1.5rem;
}

.footer_right .middle_right .right_title {
    font-size: 0.24rem;
    padding-bottom: 0.45rem;
}

.footer_right .middle_right div {
    display: flex;
}

.footer_right .middle_right div ul {
    display: flex;
    flex-direction: column;
    /*width: 2rem;*/
    align-items: flex-start;
}

.footer_right .middle_right div ul li a {
    display: block;
    /*text-decoration: underline;*/
    font-size: 0.2rem;
    color: #fff;
    line-height: 0.5rem;
    transition: all .4s;
}

.footer_right .middle_right div ul li a:hover {
    color: #e9a223;
    transition: all .4s;
}

footer p {
    width: 14.9rem;
    margin: 0 auto;
    font-size: 0.18rem;
    color: #a5b8ee;
    text-align: center;
    line-height: 0.45rem;
}

footer p a {
    color: #a5b8ee;
}

footer .fast_link {
    display: flex;
    flex-direction: row;
    width: 14.66rem;
    margin: 0 auto;
    margin-top: -0.3rem;
}

footer .fast_link span {
    display: block;
    /*text-decoration: underline;*/
    font-size: 0.26rem;
    color: #fff;
    line-height: 0.5rem;
    margin-left: -1rem;
}

footer .fast_link div ul {
    display: flex;
    flex-direction: row;
    width: 6.5rem;
    justify-content: space-around;
    margin-left: -0.15rem;
}

footer .fast_link div ul a {
    display: block;
    /*text-decoration: underline;*/
    font-size: 0.2rem;
    color: #fff;
    line-height: 0.5rem;
    transition: all .4s;
}

footer .fast_link div ul a:hover {
    color: #e9a223;
    transition: all .4s;
}