@charset "utf-8";

/* CSS Document */
@font-face {
    font-family: "NOTOSERIF";
    src: url(./NOTOSERIF-BOLD.TTF) format('truetype');
}

@font-face {
    font-family: "VERDANA";
    src: url(./VERDANA.TTF) format('truetype');

}

@font-face {
    font-family: "VERDANAB";
    src: url(./VERDANAB.TTF) format('truetype');

}

@font-face {
    font-family: "VERDANAB";
    src: url(../fonts/NOTOSERIF-BOLD.TTF) format('truetype');

}

html {
    font-size: 100px;
}

li {
    list-style-type: none;
}

body {
    font-family: "NOTOSERIF", "VERDANA", sans-serif;
    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;
}

.current_bar {
    padding: 0.24rem 0.4rem 0.4rem;
    display: flex;
    font-size: 0.16rem;
    font-family: Verdana;

}

.current_bar a {
    color: #333;
}

.current_bar a:hover {
    color: #e9a223;
}

.current_bar span {
    margin: 0 10px;
    font-size: 0.16rem;
    color: #333;
}



/* 头部内容 */
.top_head {
    position: fixed;
    z-index: 50;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #284493;
}
.top_head::before{
    background: url(../img/head_sh_bg.png) right no-repeat;
    content: "";
    position: absolute;
    left: 0;
    top: -0;
    right: 0;
    height: 2.02rem;
    z-index: 0;
    background-size: 21%;
}

.top_head .wad {
    min-height: 2.06rem;
    width: 14.9rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.top_head .wad .top_nav_box {
    position: relative;
    font-family: Verdana;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top_head .wad .top_nav_box div.logo {
    display: flex;
}

.top_head .wad .bottom_nav_box {
    position: relative;
    font-family: Verdana;
}

.top_head a.logo {
    display: block;
    background: url(../img/logo_pc.png) top no-repeat;
    background-size: 100%;
    width: 3.37rem;
    height: 1.31rem;
    z-index: 10;
}

/* 导航栏 */


.top_nav {
    display: flex;
    position: relative;
}


.top_head .right_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.55rem;
}

.top_nav .right_link .language {
    position: relative;
    padding-left: 0.1rem;
    font-size: 0.15rem;
    color: #fff;
    border-left: #fff solid 1px;
}

.top_nav .right_link .language:hover {
    color: #e9a223;
    text-decoration: underline;
    transition: all 0.6s;
}

.top_nav .right_link a {
    position: relative;
    padding-left: 0.4rem;
    font-size: 0.15rem;
    color: #fff;
    font-family: 'Verdana';
}
.top_nav .right_link a:hover{
    color: #e9a223;
    text-decoration: underline;
    transition: all 0.6s;
}
.top_nav .right_link a i {
    display: block;
    background: url(../img/en_icon.png) center no-repeat;
    background-size: 100%;
    width: 0.18rem;
    position: absolute;
    z-index: 1;
    left: 0.1rem;
    right: auto;
    top: 0;
    bottom: 0;
}

.top_banner {
    background: url(../img/banner_bg.png);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 4rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin-top: 2.06rem;
}
.top_banner p{
    padding: 0.1rem 0.4rem;
    background: #124996c2;
    font-size: 0.40rem;
    font-family: 'VERDANAB';
    color: #fff;
    margin-top: -0.5rem;
}
.bottom_nav {
    display: flex;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    max-width: 1490px;
}

.bottom_nav ul.nav_item {
    align-items: center;
    display: flex;
    width: 100%;
}




.bottom_nav li {
    flex: 1;
    position: relative;
    text-align: center;
}

.bottom_nav li:nth-child(5) {
    margin-right: 0rem;
}

.bottom_nav li:nth-child(6) {
    margin-left: 0rem;
}

.bottom_nav a.name {
    height: auto;
    font-size: 0.24rem;
    color: #fff;
    align-items: center;
    display: flex;
    line-height: 18px;
    text-align: center;
    justify-content: center;
    line-height: 0.5rem;
}

.bottom_nav a.name:hover {
    color: #e9a223;
    transition: all .4s;
}

.bottom_nav a.current {
    color: #e9a223;
}

.bottom_nav a.name em {
    display: block;
    position: relative;
}

em {
    font-style: normal;
}

.bottom_nav .list {
    position: absolute;
    z-index: 1;
    left: 50%;
    right: auto;
    bottom: auto;
    background: #fff;
    width: 1.7rem;
    margin-left: -0.85rem;
    border-top: #124996 solid 0.06rem;
    padding: 0.2rem 0;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 8%);
}

.bottom_nav li:hover .list {
    opacity: 1;
    visibility: visible;
    top: 100%;

}

.bottom_nav .list a {
    display: block;
    text-align: center;
    font-size: 0.16rem;
    line-height: 0.4rem;
    color: #124996;
}

.bottom_nav .list a:hover {
    background: #ededed;
}

.index_search {
    height: 0.33rem;
    position: relative;
    width: 3.5rem;
    margin: 0 auto;
    top: 0;

}

.index_search .form {
    height: 0.33rem;
    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.33rem;
    line-height: 0.33rem;
    font-size: 0.14rem;
    color: #fff;
    border: none;
    border-radius: 25px;
    text-indent: 15px;
    font-family: Verdana;
}

.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: 100%;
    border: none;
    width: 100%;
    cursor: pointer;
    background: none;
}

textarea,
input {
    background: rgb(0 0 0 / 15%);
    outline: none;
}

input::-webkit-input-placeholder {
    /* Chrome, Opera, Safari */
    color: #4f79b3;
}

input:-moz-placeholder {
    /* Firefox 18- */
    color: #4f79b3;
    opacity: 1;
    /* 修复老版本Firefox的不透明度问题 */
}

input::-moz-placeholder {
    /* Firefox 19+ */
    color: #4f79b3;
    opacity: 1;
    /* 修复Firefox的不透明度问题 */
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #4f79b3;
}

/* 弹出大导航 */
.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;
}

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-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;
    display: none;
}

.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.4rem;
}

.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;
}

.top_nav_2 .scroll li .list dd:hover {
    opacity: 1;
}

.con_box .content .item_left {
    width: 3.25rem;
}

footer {
    background: url(../img/footer_bg.png) center no-repeat;
    background-size: cover;
}

.footer_container {
    max-width: 14.9rem;
    margin: 0 auto;
    display: flex;
    padding: 0.5rem 0 0.1rem
}

.footer_left {
    width: 33%;
    display: flex;
    justify-content: center;
}

.footer_left .middle_left {
    display: flex;
    flex-direction: column;
    text-align: left;
    color: #fff;

}

.footer_left .middle_left .left_title {
    font-size: 0.24rem;
    font-family: 'VERDANAB';
    padding-bottom: 0.45rem;
}

.footer_left .middle_left div ul li {
    font-size: 0.16rem;
    line-height: 0.5rem;
    font-family: Verdana;
}

.footer_middle {
    width: 33%;
    font-family: Verdana;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_middle .img {
    width: 3.04rem;
    height: 3.04rem;
}

.footer_middle .img img {
    width: 100%;
    height: 100%;
}

.footer_right {
    width: 33%;
    display: flex;
    justify-content: flex-end;
}

.footer_right .middle_right {
    display: flex;
    flex-direction: column;
    text-align: left;
    color: #fff;

}

.footer_right .middle_right .right_title {
    font-size: 0.24rem;
    font-family: 'VERDANAB';
    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 {
    padding-bottom: 0.2rem;
}

.footer_right .middle_right div ul li a {
    display: block;
    font-family: Verdana;
    text-decoration: underline;
    font-size: 0.16rem;
    color: #fff;
    line-height: 0.45rem;
}

.footer_right .middle_right div ul li a:hover {
    color: #e9a223;
    transition: all .4s;
}

footer p {
    width: 14.9rem;
    margin: 0 auto;
    font-family: Verdana;
    font-size: 0.16rem;
    color: #a5b8ee;
    text-align: center;
    line-height: 0.45rem;
}