@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: #fff;

}

/* .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_2.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: none;
    /**display: flex;**/
}

.top_head .right_link div a {
    display: block;
}

.top_head .right_link div a span {
    margin-right: 0.2rem;
    color: #606060;
    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;
    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.7rem;
    left: 0;
    right: 0;
    border-bottom: 1px solid #041831;
}

.menu_title h3 {
    color: #000;
    height: 2rem;
    padding: 0.3rem 0.4rem;
    background: #f0f5fb82;
    font-size: 0.55rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    float: left;
    border-bottom: 10px solid #e3a21c;
}
.current_bar {
    position: relative;
    display: flex;
    font-size: 0.28rem;
    height: 0.7rem;
    align-items: center;
    justify-content: flex-end;
    padding-right: 0.3rem;
}
.current_bar a {
    color: #333;
}
.current_bar span {
    margin: 0 10px;
    font-size: 0.16rem;
    color: #333;
}

footer {
    padding: 0.2rem;
    position: relative;
    width: 100%;;
}

.footer_container {
    display: flex;
    flex-direction: column;
    padding-bottom: 0.2rem;
}
.footer_container a:hover{
    text-decoration: underline;
}
.footer_left {
    display: flex;
    flex-direction: column;
    margin-bottom: 0.5rem;
}
.footer_left .footer_title{
    font-size: 0.34rem;
    padding-bottom: 0.2rem;
}
.footer_left div.left_ul_box{
    display: flex;
    flex-direction: row;
}
.footer_left ul li{
    padding: 0 20px 0 0;
}
.footer_left ul li a{
    text-align: left;
    color: #687486;
    font-size: 0.26rem;
    line-height: 0.35rem;
}


.footer_middle {
    display: flex;
    flex-direction: column;
    margin-bottom: 0.5rem;

}
.footer_middle .footer_title{
    font-size: 0.34rem;
    padding-bottom: 0.2rem;
}
.footer_middle div.middle_ul_box{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.footer_middle ul li{
    padding: 0 20px 0 0;
}
.footer_middle ul li a{
    text-align: left;
    color: #687486;
    font-size: 0.26rem;
    line-height: 0.35rem;
}


.footer_right {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-bottom: 0.5rem;
}
.footer_right .footer_title{
    font-size: 0.34rem;
    padding-bottom: 0.2rem;
}
.footer_right div.right_ul_box{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.footer_right ul li{
    padding: 0 20px 0 0;
}
.footer_right ul li a{
    text-align: left;
    color: #687486;
    font-size: 0.26rem;
    line-height: 0.35rem;
}
.foot{
    display: flex;
    flex-direction: column;
    border-top: 1px solid #afafaf;
}
.foot .f_item{
    display: flex;
    padding: 0.3rem 0 0;
    flex-direction: column;
}
.foot .f_item div{
    color: #687486;
    font-size: 0.26rem;
}
.foot .b_item{
    display: flex;
    flex-direction: column;
    padding: 0.3rem 0;
}
.foot .b_item div{
    color: #687486;
    font-size: 0.26rem;
}


.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.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.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: #32459a;
    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: 2rem;
    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 #4c62c5;
}
.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: .18rem;
    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: 0 0.2rem;
}

.link .sub a:hover {
    text-decoration: underline;
}

.banner_btn2 {
	display:none;
    width: 2.1rem;
    height: 0.65rem;
    font-size: 0.28rem;
    background-color: #6291ff;
    color: #fff;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    letter-spacing: 5px;
    margin-top: 6%;
}
.banner_btn3 {
    width: 2.1rem;
    height: 0.65rem;
    font-size: 0.28rem;
    background-color: #6291ff;
    color: #fff;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    letter-spacing: 5px;
    margin-top: 8%;
}
.banner_btn4{
    width: 2.1rem;
    height: 0.65rem;
    font-size: 0.28rem;
    background-color: #6291ff;
    color: #fff;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    letter-spacing: 5px;
    margin: 10px;
}
.banner_btn5{
    width: 2.1rem;
    height: 0.65rem;
    font-size: 0.20rem;
    background-color: #6291ff;
    color: #fff;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    letter-spacing: 5px;
    margin: 0.25rem;
}
