@charset "utf-8";

/* CSS Document */
html {
    font-size: 100px;
}

li {
    list-style-type: none;
}

body {
    font-family: "微软雅黑", Verdana, Lucida, Arial, Helvetica;
    font-size: 0.14rem;
    min-height: 100%;
    color: #000;
    padding: 0;
    margin: 0;
    position: relative;
    background: url(/img/body_bg2.png)repeat;

}

* {
    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: 24px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 0.24rem;

}

.current_bar a {
    color: #333;
}

.current_bar a:hover {
    color: #ac0000;
}

.current_bar span {
    margin: 0 10px;
    color: #333;
}

/* 头部内容 */
.top_head {
    position: fixed;
    z-index: 50;
    left: 0;
    top: 0.15rem;
    width: 100%;
}

.top_head:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -0.4rem;
    right: 0;
    height: 1.9rem;
    background: url(/img/top_bg_2.png) center repeat-x;
    background-size: auto 99%;
}

.top_head:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -0.15rem;
    right: 0;
    height: 0.15rem;
    background: url(/img/top_bg.png) center repeat-x;
    background-size: auto 100%;
}

.top_head .wad {
    min-height: 1.4rem;
    position: relative;
    max-width: 100%;
    margin: 0 0.2rem;
}

.top_head a.logo {
    display: block;
    background: url(/img/logo_img_2.png) center no-repeat;
    background-size: 100%;
    width: 2.7rem;
    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.5rem;
    font-size: 0.25rem;
    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:before {
    content: "";
    display: block;
    position: absolute;
    left: -0.4rem;
    top: -0.15rem;
    right: 0;
    width: 4.2rem;
    height: 0.64rem;
    background: url(/img/right_link_bg.png) center no-repeat;
    background-size: 100% 100%;
    z-index: -1;
    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 ul {
    margin-right: 0.2rem;
    display: flex;
}

.top_head .right_link ul li {
    padding-left: 0.2rem;
}

.top_head .right_link ul a {
    display: block;
    opacity: 0.75;
    font-size: 0.20rem;
    color: #fff;
}

.top_head .right_link ul a:hover {
    display: block;
    opacity: 1;
}

.top_head .right_link .language {
    position: relative;
    border-left: #fff solid 1px;
    padding-left: 0.4rem;
    opacity: 0.75;
    font-size: 0.25rem;
    color: #fff;
}

.top_head .right_link .language 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_head .right_link .language a{
    color: #fff;
}
.top_head .right_link .language:hover {
    display: block;
    opacity: 1;
    cursor: pointer;
}

.top_banner {
    background: url(/img/banner_bg.png);
    display: flex;
    align-items: center;
    min-height: 3.8rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: relative;
}

/* 导航栏 */
.top_nav {
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0.9rem;
    top: 0.75rem;
    bottom: auto;
    display: none;
}

.top_nav ul {
    display: flex;
    display: -webkit-flex;

}

.top_nav li {
    position: relative;
    margin-left: 0.5rem;
}

.top_nav a.name {
    display: block;
    height: 0.60rem;
    line-height: 0.60rem;
    font-size: 0.22rem;
    color: #fff;
    font-weight: bold;
    padding-right: 0.3rem;
    position: relative;
}

.top_nav a.name em {
    display: block;
    margin-right: -0.2rem;
    padding-right: 0.2rem;
    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: -1rem;
    border-top: #ac0000 solid 0.06rem;
    padding: 0.2rem 0;
    opacity: 0;
    visibility: hidden;
}

.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.19rem;
    line-height: 0.48rem;
    color: #ac0000;
}

.top_nav .list a:hover {
    background: #ededed;
}

/* 弹出大导航 */
.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.5rem;
    z-index: 1;
    left: auto;
    right: 0;
    bottom: auto;
    background-size: 100% 100%;
    width: 1rem;
    height: 1rem;
    cursor: pointer;
}

.top_head .btn_box .btn {
    display: block;
    position: absolute;
    left: 0.5rem;
    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;
}

.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: 1.6rem;
    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.2rem;
    border-bottom: 1px solid #7f5858;
}

.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.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 .scroll li a {
    color: #fff;
}
.top_nav_2 .scroll li span {
    color: #fff;
}

.top_nav_2 li .list{
    padding: 0 0 0 0.5rem;
}
.top_nav_2 li.on .list{
    display: block;
    transition: all 0.3s linear;
    padding: 0 0 0 0.5rem;
}
.top_nav_2 li.on .h2::after{
    transform: rotate(180deg);
}

.top_nav_2 .scroll li .h2 {
    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 #7f585899;
}
.top_nav_2 .scroll li .list h3:nth-child(1){
    border: 0;
}
.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;
}


.right_nav {
    position: fixed;
    z-index: 49;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;

    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.right_nav .scroll {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 1.6rem;
    bottom: 0;
    overflow-y: auto;
}

.right_nav .scroll ul {
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;

}

.right_nav .scroll li {
    width: 100%;
    text-align: left;
    padding-top: 0.2rem;
    border-bottom: 1px solid #7f5858;
}

.right_nav .scroll li h2 {
    font-size: 0.36rem;
    line-height: 1rem;
    padding-left: 0.5rem;
    position: relative;
}
.right_nav .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;
}
.right_nav .scroll li a {
    color: #fff;
}

.right_nav li .list{
    padding: 0 0 0 0.5rem;
}
.right_nav li.on .list{
    display: block;
    transition: all 0.3s linear;
    padding: 0 0 0 0.5rem;
}
.right_nav li.on .h2::after{
    transform: rotate(180deg);
}

.right_nav .scroll li .h2 {
    padding: 0 0 0 0.5rem;;
}

.right_nav .scroll li .list h3 {
    font-size: 0.3rem;
    line-height: 0.85rem;
    font-weight: 400;
    border-top: 1px solid #7f585899;
}
.tright_nav .scroll li .list h3:nth-child(1){
    border: 0;
}
.right_nav .scroll li .list dl {
    margin-left: -0.5rem;
    padding: 0 0.2rem 0.3rem 0;
    margin-top: -0.1rem;
    display: flex;
    flex-wrap: wrap;
}

.right_nav .scroll li .list dd {
    opacity: 0.65;
    font-size: 0.24rem;
    line-height: 0.6rem;
    min-width: 25%;
    padding-left: 0.5rem;
}

.right_nav .scroll li .list dd:hover {
    opacity: 1;
}
.con_box .content .item_left {
    width: 3rem;
    display: none;
}

.con_box .content .item_right {
    padding: 0 0.3rem;
}

.menu_box {
    background-color: #fff;
    margin-top: -0.55rem;
    position: absolute;
    box-shadow: 0px 2px 30px 0px rgb(0 0 0 / 10%);
}

.menu_box .menu_head {
    background-image: url(/img/menu_head.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    width: 3rem;
    height: 1.12rem;
    padding: 0.3rem;
}

.menu_box .menu_head .title {
    font-size: 0.36rem;
}

.menu_box .menu_body {
    padding: 0.2rem 0;
    font-size: 0.18rem;
    padding-bottom: 0.8rem;
    background: url(/img/bg_menu.png) center bottom no-repeat;
    background-size: 100% auto;
    min-height: 6.5rem;
}

.menu_box .menu_body .item {
    position: relative;
    margin: 0 0.3rem;
    border-bottom: 1px solid #e6e6e6;
}

.menu_box .menu_body .item .title {
    display: flex;
    padding: 0.18rem 0.3rem;
    position: relative;
    transition: all .3s;
    justify-content: center;
    align-items: center;
    font-size: 0.18rem;
    color: #333;
}

.menu_box .menu_body .item .menu_child .child_list {
    padding-bottom: 0.15rem;
    font-size: 0.16rem;
    display: flex;
    justify-content: center;
    padding-left: 0.3rem;
    color: #909399;
}

.menu_box .menu_body .item.current .title {
    color: #ac0000;
}

.menu_box .menu_body .item a:hover {
    color: #ac0000;
}

.menu_box .menu_body .item .menu_child a:hover {
    color: #ac0000;
}

footer {
    background: url(/img/footer_bg.png) center repeat;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 0.5rem;
}

.footer_container {
    display: flex;
    padding: 0.2rem 0;
    flex-direction: column;
    align-items: center;
}

.footer_con {
    font-size: 0.15rem;
    color: #fff;
}

.footer_con .title {
    text-align: center;
    font-size: 0.27rem;
    margin-bottom: 0.2rem;
}

.footer_con p {
    font-size: 0.22rem;
    text-align: center;
    margin-bottom: 0.2rem;
}

.footer_left {
    width: 5rem;
}

.footer_left img {
    width: 2.5rem;
}

.footer_middle {
    padding: 0 0.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer_right {
    width: 4rem;
}

.footer_right img {
    width: 2rem;
}

footer .info {
    margin: 0 auto;
    font-size: 0.16rem;
    color: #fdbaba;
    padding: 0.2rem 0;
}

footer .info a {
    padding-left: 0.1rem;
    font-size: 0.16rem;
    color: #fdbaba;
}
.bottom_nav ul.right_nav{
    margin-left: 110px;
}<!--0.00021195411682129-->