@charset "utf-8"; @import "main.css"; @import "layout.css"; @import "board.css"; @import "content.css"; /*---------公共样式---------*/
@font-face {
    font-family: "avian";
    src: url("../_Webfonts/avian.eot");
    src: url("../_Webfonts/avian.eot?#iefix") format("embedded-opentype"), url("../_Webfonts/avian.woff") format("woff"), url("../_Webfonts/avian.ttf") format("truetype"), url("../_Webfonts/avian.svg#avian") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "xfont";
    src: url("../_Webfonts/xfont.eot");
    src: url("../_Webfonts/xfont.eot?#iefix") format("embedded-opentype"), url("../_Webfonts/xfont.woff") format("woff"), url("../_Webfonts/xfont.ttf") format("truetype"), url("../_Webfonts/xfont.svg#xfont") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "tj";
    src: url("../_Webfonts/tj.woff") format("woff"), url("../_Webfonts/tj.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "yzq";
    src: url("../_Webfonts/yzq.eot");
    src: url("../_Webfonts/yzq.eot?#iefix") format("embedded-opentype"), url("../_Webfonts/yzq.woff") format("woff"), url("../_Webfonts/yzq.svg#yzq") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'sh';
    src: url("../_Webfonts/SourceHanSerifCN-Bold.otf") format("truetype")
}


.wrap {
    position: relative;
    width: auto;
    width: 1600px;
    /* padding-left: 5%; padding-right: 5%; */
    margin: 0 auto;
    z-index: 1;
    transition: .5s;
}

#doc-wrap {
    position: relative;
    min-width: 320px;
    width: 100%;
    overflow: hidden;
    font-size: 15px
}

/* global */
#global {
    position: absolute;
    top: 10px;
    right: 4%;
    margin-right: 8px;
    z-index: 901;
}

#global:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    margin-left: -50%;
}

#global.over {
    z-index: 700
}

#global .global-wrap {
    margin: 0 auto;
    transition: all .3s ease;
}

#global .global-wrap .toputil-r {
    display: block;
    float: right;
    position: relative;
}

#global .global-wrap .toputil-r > ul {height: 18px;line-height: 18px;}

#global .global-wrap .toputil-r .tur-ctrl {
    display: none;
}

#global .global-wrap ul {
    display: inline-block;
}

#global .global-wrap ul li {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

#global .global-wrap ul li:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    right: -3px;
    top: 0;
    background: rgb(255 255 255 / 32%);
}

#global .global-wrap ul li.seaBtn::after {
    content: '';
    width: 0;
    height: 0;
}

#global .global-wrap ul li.search a {
    padding: 0 ;
}
#global .global-wrap ul li.search {
    background: url("../_Img/searchx1.png") left center no-repeat;
    padding-left: 22px;
    height: 18px;
    padding-right: 11px;
    margin-left: 10px;
}
.en span {
    display: flex;
    /* justify-content: ; */
    padding-left: 15px;
}

#global .global-wrap ul li.en span a {
    padding-left: 8px;
    margin-top: 2px;
}

#global .global-wrap ul li:last-child:after {
    display: none
}

#global .global-wrap ul li a {
    display: block;
    position: relative;
    color: #fff;
    font-size: 14px;
    padding: 0 15px;
}

#global .global-wrap ul li a:hover {
    text-decoration: underline;
    color: #ffeb3b;
}

#global .global-wrap ul li i {
    font-size: 15px;
    font-weight: 200;
    color: #fff;
}

#global .global-wrap ul li button {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    color: #FFF;
    background: none;
    width: 25px;
}

#global .global-wrap ul li.login button, #global ul li.login a, #global ul li.sitemap button, #global ul li.contact a, #global ul li.log a, #global ul li.logout button, #global ul li.logout a {
}

#global .global-wrap ul li.lang dl {
    padding-left: 10px;
}

#global .global-wrap ul li.lang dt {
    position: relative
}

#global .global-wrap ul li.lang dt button > i {
    margin: 0;
    font-size: 16px;
}

#global .global-wrap ul li.lang dt button > i {
    position: absolute;
    top: 58%;
    right: 0;
    transform: translateY(-58%);
    display: block;
}

#global .global-wrap ul li.lang dt button > i:before, #global .global-wrap ul li.lang dt button > i:after {
    position: relative;
    content: '';
    display: block;
    width: 8px;
    height: 2px;
    background: #FFF;
    transition: 0.3s ease-in-out;
}

#global .global-wrap ul li.lang dt button > i:before {
    transform: rotate(38deg);
}

#global .global-wrap ul li.lang dt button > i:after {
    left: 4px;
    top: -2px;
    transform: rotate(-38deg);
}

#global .global-wrap ul li.lang dt button.over > i:before, #global .global-wrap ul li.lang dt button:hover > i:before {
    transform: rotate(0);
}

#global .global-wrap ul li.lang dt button.over > i:after, #global .global-wrap ul li.lang dt button:hover > i:after {
    left: 4px;
    transform: rotate(0);
}

#global .global-wrap ul li.lang dt button span {
    display: inline-block;
    margin: 0 15px 0 0;
    vertical-align: top;
}

#global .global-wrap ul li.lang dd {
    display: none;
    width: 88%;
    top: 26px;
    position: absolute;
}

#global .global-wrap ul li.lang dd::before {
    border-color: transparent transparent #ca1633 #ca1633;
    border-style: solid;
    border-width: 6px;
    top: 6px;
    left: 45%;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 0;
    position: relative;
    transform: rotate(135deg);
    transform-origin: center center;
    width: 0;
}

#global .global-wrap ul li.lang dd .lang-ui {
    display: block;
    float: none;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 17px;
    background: #ca1633;
}

#global .global-wrap ul li.lang dd .lang-ui li {
    display: block;
    float: none;
}

#global .global-wrap ul li.lang dd .lang-ui li:after {
    display: none
}

#global .global-wrap ul li.lang dd .lang-ui li a {
    display: block;
    text-align: center;
    color: #fff;
    padding: 6px 0;
}

#global .global-wrap ul li.lang dd .lang-ui li a:hover {
    text-decoration: underline
}

#global .global-wrap ul li.lang dd .lang-closer {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 3px;
    background: #12213a;
}

#global .global-wrap ul li.lang dd .lang-closer i {
    font-size: 12px;
    margin: 0;
    display: block;
}

#global .global-wrap ul li.lang dd .lang-closer i:before {
    -webkit-transform: rotate(0) translateY(0);
    transform: rotate(0) translateY(0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
}

#global .global-wrap ul li.lang dd .lang-closer:hover i::before {
    -webkit-transform: rotate(180deg) translateY(0);
    transform: rotate(180deg) translateY(0);
}

#header-wrap.fixed, #header-wrap.is-over, .isSub #header-wrap {
    height: 125px;
    background: #9f55ab;
    border-bottom: 0;
}

#header-wrap.fixed::before, #header-wrap.is-over::before {
    display: none;
}

#header-wrap.fixed #global {
}

#header-wrap.fixed #global.over {
    margin-top: -93px;
}

.isSub #header-wrap {
    position: relative;
}

.isSub #header-wrap::before {
    display: none
}

/* search */
#total_search {
    padding-left: 15px;
}

#total_search button {
    display: block;
    width: 35px;
    height: 35px;
    border: 0;
    background: none;
    font-size: 26px;
    color: #FFF;
    transition: .6s;
}

#total_search button.on, #header-wrap.fixed #total_search button, #header-wrap.is-over #total_search button, #header-wrap.fixed.is-over #total_search button, #header-wrap.over #total_search button {
    /* color: #333; */
}

#header-wrap.fixed #menuBtn .menuBtn-icon > ul > li, #header-wrap.is-over #menuBtn .menuBtn-icon > ul > li, #header-wrap.fixed.is-over #menuBtn .menuBtn-icon > ul > li, #header-wrap.over #menuBtn .menuBtn-icon > ul > li {
    background-color: #666;
}

#totalSrch {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
}

#totalSrch.on {
    opacity: 1;
    visibility: visible;
}

#totalSrch .srchWrap {
    height: 100%;
}

#totalSrch .srchWrap .srchBox {
    width: 50%;
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: .5s;
}

#totalSrch .srchWrap input[type="text"] {
    font-weight: 200;
}

#totalSrch .srchWrap .srchBox .search_keyword {
    position: relative;
    width: 100%;
    display: block;
    padding: 25px 15px;
    box-sizing: border-box;
    background: #ffffff;
    font-size: 16px;
    margin: 0 auto;
    color: #333;
    transition: .5s
}

#totalSrch .srchWrap .srchBox .search_keyword:focus {
    border: 1px solid #3a3a3a;
    background: #FFF
}

#totalSrch .srchWrap .srchBox .btnSrch {
    position: absolute;
    right: 0%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 35px;
    color: #ffa800;
    overflow: hidden;
    padding: 10px;
}

#totalSrch .srchWrap .btn_close {
    width: 0.75rem;
    height: .75rem;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
}

#totalSrch .srchWrap .btn_close button {
    width: 100%;
    height: 100%;
}

#totalSrch .srchWrap .btn_close button i {
    font-size: .5rem;
    color: #FFF;
}

#totalSrch .srchWrap .btn_close button i:before {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
}

#totalSrch .srchWrap .btn_close button:hover i:before {
    -webkit-transform: rotate(180deg) translateY(0);
    transform: rotate(180deg) translateY(0);
}

#totalSrch.on .srchWrap .srchBox {
    top: 50%;
    opacity: 1;
}

#menuBtn {
    width: 35px;
    height: 35px;
    cursor: pointer;
    position: relative;
}

#menuBtn .menuBtn-icon {
    position: absolute;
    width: 18px;
    height: 18px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    z-index: 3;
}

#menuBtn .menuBtn-icon > ul {
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    overflow: hidden;
}

#menuBtn .menuBtn-icon > ul > li {
    position: relative;
    width: 4px;
    height: 100%;
    border-radius: 0;
    background-color: #fff;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition-duration: 0.3s;
    -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

#menuBtn .menuBtn-icon > ul:nth-child(1) {
    top: 0;
}

#menuBtn .menuBtn-icon > ul:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

#menuBtn .menuBtn-icon > ul:nth-child(3) {
    bottom: 0;
}

#menuBtn:hover:before, #menuBtn:active:before {
    transform: translate3d(-50%, -50%, 0) scale(1.2);
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1.2);
}

#menuBtn:hover .menuBtn-icon > ul > li, #menuBtn:active .menuBtn-icon > ul > li {
    background-color: #000;
}

#menuBtn:hover .menuBtn-icon > ul > li:nth-child(1), #menuBtn:active .menuBtn-icon > ul > li:nth-child(1) {
    width: 15px;
}

.m_enter {
    position: fixed;
    width: 100%;
    overflow-y: scroll;
    height: 100%;
    top: 0;
    left: 0;
    overscroll-behavior: none;
}

/* header-wrap */
#header-wrap {
    position: fixed;
    width: 100%;
    height: 124px;
    z-index: 1000;
    transition: background .3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

#header-wrap::before {
    display: block;
    clear: both;
    width: 100%;
    height: 250%;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url("../images/hbg.png") repeat-x;
    z-index: -1;
    transition: background .1s ease-out .1s, transform .2s ease-out .2s;
}

#header-wrap #logo {
    position: absolute;
    max-width: 630px;
    z-index: 1100;
    top: 50%;
    transform: translateY(-50%);
    left: 160px;
    transition: .6s;
}

#header-wrap #logo a {
    display: block
}

#header-wrap #logo a img {
    display: block;
    width: 100%;
}

#header-wrap.fixed #header::before {
}

#header {
    height: 125px;
    width: 100%;
    position: relative;
}

/* menu*/
#menu-wrap {
    position: relative;
    margin: 0 auto
}

#menu-wrap #mainNavi .depth1-wrap .depth1-ul .first {
    position: relative;
}

#mainNavi-wrap #mainNavi .mn_li1.first .mn_a1::after {
    content: '';
    display: block;
    height: 3px;
    width: 40px;
    background-color: #861e73;
    position: absolute;
    top: 122px;
}

#menu-wrap:after {
    clear: both;
    display: block;
    content: ""
}

#menu-wrap .ovbar {
    position: absolute;
    height: 3px;
    background: #9f55ab;
    display: none !important;
    bottom: -1px;
    z-index: 999;
}

#menu-wrap .menu-cont {
    width: 76%;
    padding-left: 24%
}

#menu-wrap .mn-top, #menu-wrap .member-lnk, #menu-wrap .mn-user {
    display: none;
}

#mainNavi-wrap .all-menu {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -500px;
    width: 1000px;
    background: #ccc;
    z-index: 500
}

/* srvc-util */
#header-wrap #srvc-util {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.2rem;
    z-index: 500;
}

#header-wrap #srvc-util ul {
    display: flex;
    align-items: center;
}

#header-wrap #srvc-util ul li {
}

/* 返回顶部 */
@-webkit-keyframes vibes {
    0%, 40%, 100% {
        -webkit-transform: translateY(0)
    }

    20%, 60% {
        -webkit-transform: translateY(6px)
    }
}

@keyframes updown {
    0% {
        margin-bottom: 0;
    }

    100% {
        margin-bottom: 10px;
    }
}

.toTop {
    display: block;
    position: fixed;
    right: 30px;
    bottom: 320px;
    z-index: 11;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    opacity: 0;
    transition: opacity .2s ease-in-out;
}

.toTop.show {
    opacity: 1;
}

.toTop button {
    background: rgb(255 255 255);
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    border-radius: 50%;
    z-index: 1;
    border: 1px solid #ddd;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.toTop button #canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    fill: none;
    stroke-width: 3px;
    stroke: #1877F2;
    stroke-dasharray: 275;
    stroke-dashoffset: 275;
}

.toTop button i {
    content: "";
    display: inline-block;
    font-size: 24px;
}

.toTop button:hover i {
    -webkit-animation: vibes 1.5s ease infinite;
    animation: vibes 1.5s ease infinite;
}

/* 返回顶部2*/
.side_right_util {
    position: fixed;
    left: .3rem;
    bottom: .3rem;
    transition: opacity .2s ease-in-out;
    z-index: 2;
}

.side_right_util .btn_go_top, .side_right_util .btn_back_magazine, .side_left_util [class*=btn_] {
    display: block;
    border-radius: 50%;
    width: .6rem;
    height: .6rem;
    font-size: .25rem;
    box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
    margin-bottom: 0.8rem;
    transition: 0.2s;
}

.side_right_util .btn_go_top {
    margin-bottom: 0;
    background: #fff;
    color: #333;
    opacity: 0;
    transition: 0.35s;
    position: relative;
}

.side_right_util .btn_go_top.fixed {
    opacity: 1;
}

.side_right_util .btn_go_top svg {
    position: absolute;
    top: 0;
    left: 0;
}

.side_right_util .btn_go_top circle {
    fill: #fff;
}

.side_right_util .btn_go_top svg .animated-circle {
    fill: none;
    stroke-width: 3px;
    stroke: #1877F2;
    stroke-dasharray: 280;
    stroke-dashoffset: 280;
}

.side_right_util .btn_go_top i {
    position: relative;
    z-index: 2;
}

.side_right_util.stick {
    position: absolute;
    bottom: 4.4rem
}

/* 版权 */
#footer-wrap > div {
}

#footer-wrap .copy {
    color: #FFF;
}

#footer-wrap .copy > div {
    margin-top: 0.2rem;
}

#footer-wrap .copy span {
}

#footer-wrap .copy span img {
}

#footer-wrap .copy p {
    line-height: 1.8;
}

#footer-wrap .share {
    margin-top: 0.55rem;
}

#footer-wrap .share ul {
    display: flex;
    justify-content: center;
}

#footer-wrap .share ul li {
    margin-left: 0.3rem;
    cursor: pointer;
    position: relative
}

#footer-wrap .share ul li span {
    display: block;
    color: #FFF;
    font-size: .14rem;
}

#footer-wrap .share ul li span.tit {
}

#footer-wrap .share ul li span.tit em {
    display: block;
    margin-bottom: 10px;
}

#footer-wrap .share ul li:hover span.tit em {
    border-radius: 50px;
    background: #000a1b;
    box-shadow: 0 0 20px #072c68;
}

#footer-wrap .share ul li span.tit em img {
}

#footer-wrap .share ul li span.tips {
    position: absolute;
    width: 1.8rem;
    height: 1.8rem;
    box-shadow: 0 0 26px #0c3069;
    padding: 15px;
    background: #FFF;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, -30px);
}

#footer-wrap .share ul li span.tips::after {
    background: #fff;
    content: "";
    position: absolute;
    bottom: 1px;
    left: 45%;
    width: 15px;
    height: 15px;
    transform-origin: left bottom;
    transform: rotate(45deg);
}

#footer-wrap .share ul li span.tips img {
}

#footer-wrap .share ul li:hover .tips {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, -0.2rem);
}

/* 友情链接1 */
#footer-wrap .site {
    margin-top: 25px;
    margin-bottom: 40px;
    font-size: 0;
    line-height: 0;
}

#footer-wrap .site_item {
    display: inline-block;
    position: relative;
    width: 19.2%;
}

#footer-wrap .site_item + .site_item {
    margin-left: 1%;
}

#footer-wrap .site_show {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 17px;
    padding-left: 20px;
    border-radius: 10px;
    background-color: #f8f9fb;
    color: #2b2b2b;
    font-size: 15px;
    text-align: left;
    line-height: 17px;
    letter-spacing: -0.025em;
    transition-property: background-color;
    transition-duration: 0.25s;
    transition-timing-function: linear;
}

#footer-wrap .site_show:after {
    display: block;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    width: 13px;
    height: 8px;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 0;
    content: '';
}

#footer-wrap .site_panel {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    margin-bottom: 10px;
    padding: 15px 5px 15px 15px;
    border: 1px solid #dedede;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.07);
    text-align: left;
    transform: translateY(10px);
    transition-property: visibility, opacity, transform;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
}

#footer-wrap .site_panel_box {
    max-height: 430px;
    overflow-x: hidden;
    overflow-y: auto;
}

#footer-wrap .site_title {
    display: block;
    width: calc(100% - 15px);
    margin-bottom: 8px;
    color: #000;
    font-size: 18px;
    line-height: 28px;
}

#footer-wrap .site_ul + .site_title {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px dotted #7f7f7f;
}

#footer-wrap .site_li a {
    position: relative;
    padding-left: 10px;
    color: #464646;
    font-size: 14px;
    line-height: 24px;
}

#footer-wrap .site_li a:before {
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    width: 4px;
    height: 2px;
    background-color: #82b1d6;
}

#footer-wrap .site_item.active .site_show:after {
    background-position: left 100%;
    content: '';
}

#footer-wrap .site_item.active .site_panel {
    opacity: 1;
    visibility: visible;
    transform: none
}

/* 友情链接2 */
.select_wrap {
    display: flex;
    z-index: 100;
}

.select_wrap::after {
    position: absolute;
    bottom: 0;
    left: -50%;
    width: 1000%;
    height: 0;
    content: '';
    border-top: 1px solid #3f3f3f;
}

.select_wrap::before {
    position: absolute;
    top: 0;
    left: -50%;
    width: 1000%;
    height: 100%;
    content: '';
    background: #000;
    z-index: -1;
}

.select_wrap .select_box {
    width: 25%;
    display: inline-block;
    position: relative;
    transition: all ease-out 0.1s;
    -webkit-transition: all ease-out 0.1s;
    -moz-transition: all ease-out 0.1s;
    -ms-transition: all ease-out 0.1s;
}

.select_wrap .select_box .select_bth {
}

.select_wrap .select_box .select_bth button {
    font-size: 15px;
    color: #DDD;
    font-weight: 500;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: none;
    padding: 25px 35px;
    cursor: pointer;
    line-height: 1;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    transition: .5s;
}

.select_wrap .select_box .select_bth button:hover, .select_wrap .select_box.on .select_bth button {
    color: #FFF;
    background: #9b0000;
}

.select_wrap .select_box .select_bth i {
    font-size: 22px;
    color: #787878;
    display: inline-block;
    position: absolute;
    top: 23px;
    right: 10px;
    transform: translate(0px, -2px);
    transition: .5s;
}

.select_wrap .select_box .select_bth i:before {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
}

.select_wrap .select_box:hover .select_bth i:before, .select_wrap .select_box.on .select_bth i:before {
    -webkit-transform: rotate(90deg) translateY(0);
    transform: rotate(180deg) translateY(0);
    color: #FFF;
}

.select_wrap .select_box .select_ul {
    background: #fff;
    display: none;
    padding: 10px 0;
    width: 100%;
    position: absolute;
}

.select_wrap .select_box .select_ul li {
    padding: 0 15px;
}

.select_wrap .select_box .select_ul li a {
    font-size: 16px;
    color: #333333;
    display: block;
    padding: 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-top: solid 1px #f7f6f4;
    transition: all ease-out 0.1s;
    -webkit-transition: all ease-out 0.1s;
    -moz-transition: all ease-out 0.1s;
    -ms-transition: all ease-out 0.1s;
}

.select_wrap .select_box .select_ul li.active a, .select_wrap .select_box .select_ul li a:hover {
    background: #333333;
    color: #fff;
}

.select_wrap .select_box .select_ul li:first-child a {
    border-top: none;
}

/* 版权处样式 */
#footer-wrap {
    position: relative;
    width: 100%;
    background: url("../images/foot.png") no-repeat;
    background-size: 100% 100%;
}

#footer-wrap .foot1 {
    height: 150px;
    /* margin-top: 45px; */
    position: relative;
    /* top: 45px; */
}

#footer-wrap .foot1 ul {
    padding: 20px 0 15px 25px;
    width: 68%;
    background-color: #a73d94;
}

#footer-wrap .foot1 ul li {
    float: left;
    padding-right: 20px;
}

#footer-wrap .foot1 ul li a {
    display: block;
    width: 100px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

#footer-wrap .foot1 ul li a p {
    padding-top: 13px;
    line-height: 15px
}

#footer-wrap .foot1 ul li a img {
    transition: .6s;
}

#footer-wrap .foot1 ul li a:hover p {
    color: #ffa800;
}

#footer-wrap .foot1 ul li a img:hover {
    overflow: hidden;
    transform: scale(1.05);
}

#footer-wrap .foot {
    padding-top: 45px;
}

#footer-wrap .foot > p {
    font-size: 18px;
    color: #fff;
    padding-top: 35PX;
}

#footer-wrap .foot-logo {
    display: flex;
    justify-content: flex-start;
    padding: 60px 0 75px;
}

#footer-wrap .foot-logo .logo {
    display: inline-block;
}

#footer-wrap .foot-logo div {
    width: 320px;
    /* float: left; */
}

#footer-wrap .foot-logo .foot-logo1 {
    position: relative;
}

#footer-wrap .foot-logo .foot-logo2 {
    /* foloa */
    margin-left: 35px;
}

#footer-wrap .foot-logo .foot-logo1::after {
    content: '';
    display: block;
    width: 1px;
    height: 55px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 8px;
}

#footer-wrap .vx {
    width: 280px;
    height: 330px;
    text-align: center;
    position: absolute;
    right: 10%;
    top: -75px;
}

#footer-wrap .vx span {
    display: block;
    
    padding: 18px;
    background-color: #da9de3;
}

#footer-wrap .vx span img {
    width: 100%
}

#footer-wrap .vx p {
    color: #fff;
    font-size: 18px;
    padding-top: 20px;
}

#footer-wrap .foot-bot {
    border-top: 1px solid #9f55ab;
}

#footer-wrap .foot-bot p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 30px 0;
}

/* mUser */
#mUser {
}

#mUserMobile {
    display: none !important
}

.muser-btn {
    position: fixed;
    top: 50%;
    right: 0;
    width: 100px;
    text-align: center;
    transform: translateY(-50%);
    z-index: 12;
    transition: right .35s ease-in
}

.muser-btn.is-close {
    right: -100px
}

.muser-btn > button {
    background: rgba(0, 0, 0, .8);
    border: 0;
    width: 100%;
    height: 160px;
    padding: 19px 0 0;
    color: #fff;
    font-family: "SCoreDream", sans-serif;
    line-height: 1.222;
    text-align: center;
    box-sizing: border-box
}

.muser-btn > button:focus {
    outline: 3px solid rgb(59, 153, 252);
    outline-offset: -3px
}

.muser-btn > button span {
    display: block;
    font-size: .889em
}

.muser-btn > button em {
    display: block;
    margin-top: 3px;
    font-size: 1.125em;
    font-weight: 600;
    font-style: normal;
    letter-spacing: .04em
}

.muser-btn > button .arr {
    position: relative;
    background: #da262e;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: 20px auto 0;
    box-sizing: border-box;
    z-index: 1
}

.muser-btn > button .arr:before, .muser-btn > button .arr:after {
    content: "";
    display: block;
    position: absolute;
}

.muser-btn > button .arr:before {
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    width: 25px;
    height: 2px;
    margin: auto
}

.muser-btn > button .arr:after {
    top: 50%;
    left: 50%;
    border-style: solid;
    border-width: 0 0 2px 2px;
    border-color: transparent transparent #fff #fff;
    width: 13px;
    height: 13px;
    margin: -6px 0 0 -5px;
    transform: rotate(45deg)
}

#mUser .muser-list {
    display: none;
    flex-flow: column nowrap;
    justify-content: center;
    position: fixed;
    top: 0;
    right: -100px;
    background: rgba(0, 0, 0, .6);
    width: 100px;
    height: 100%;
    padding: 20px 0;
    color: #fff;
    font-family: "SCoreDream", sans-serif;
    text-align: center;
    box-sizing: border-box;
    z-index: 4001
}

#mUser .muser-list.show {
    display: flex
}

#mUser .muser-list.hide {
    display: none
}

#mUser .muser-list > p {
    position: relative;
    margin-top: 75px;
    padding: 15px 20px;
    font-size: .833em;
    font-weight: 600;
    line-height: 1.6;
    box-sizing: border-box
}

#mUser .muser-list > p:before, #mUser .muser-list > p:after {
    content: "";
    display: block;
    position: absolute;
    border: 3px solid #fff;
    width: 16px;
    height: 16px
}

#mUser .muser-list > p:before {
    left: 10px;
    top: 0;
    border-bottom: 0;
    border-right: 0
}

#mUser .muser-list > p:after {
    right: 10px;
    bottom: 0;
    border-top: 0;
    border-left: 0
}

#mUser .muser-list .muser-more-link {
    position: relative;
    margin-top: 35px
}

#mUser .muser-list .muser-more-link:before {
    content: "";
    display: block;
    background-color: rgba(255, 255, 255, .2);
    width: 60%;
    height: 1px;
    margin: 0 auto
}

#mUser .muser-list .muser-more-link a {
    display: block;
    margin-top: 35px;
    color: #fff;
    font-size: .778em;
    font-family: "SCoreDream", sans-serif;
    letter-spacing: -.05em
}

#mUser .muser-list .btn-close {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    background: #da262e;
    border: 0;
    width: 0;
    height: 50px;
    margin: auto;
    opacity: 0;
    transition: all .3s ease;
    z-index: -10
}

#mUser .muser-list .btn-close:before, #mUser .muser-list .btn-close:after {
    content: "";
    display: block;
    position: absolute;
}

#mUser .muser-list .btn-close:before {
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    width: 30px;
    height: 2px;
    margin: auto
}

#mUser .muser-list .btn-close:after {
    top: 50%;
    right: 50%;
    border-style: solid;
    border-width: 0 0 2px 2px;
    border-color: transparent transparent #fff #fff;
    width: 15px;
    height: 15px;
    margin: -7px -3px 0 0;
    transform: rotate(-135deg)
}

#mUser .muser-list .btn-close.is-open {
    width: 50px;
    opacity: 1;
    z-index: 999
}

#sitemap_cont {
    position: fixed;
    left: 0;
    top: 20%;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    overflow: auto;
    margin: 0 auto;
    box-sizing: border-box;
    visibility: hidden;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition-duration: 0.3s;
    -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}

#sitemap_cont.on {
    visibility: visible;
}

#sitemap_cont:after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,.9);
    transform: scaleX(0);
    z-index: 1;
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition-duration: 0.7s;
    -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition-duration: 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition-duration: 0.7s;
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transform-origin: left center;
}

#sitemap_cont.on:after {
    transform: scaleX(1);
    transform-origin: left center;
}

#sitemap_cont.act {
    display: block;
}

#sitemap_cont::-webkit-scrollbar {
    width: 0;
    height: 0;
}

#sitemap_cont .sitemap_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

#sitemap_cont .sitemap_closeBtn {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 9;
    border-radius: 50px;
    background: #ffffff38;
    overflow: hidden;
    visibility: hidden;
    transform: translateY(-10%);
    opacity: 0;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition-duration: 0.7s;
    -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition-duration: 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 9, 1);
    -moz-transition-duration: 0.7s;
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

#sitemap_cont.on .sitemap_closeBtn {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition-duration: 0.7s;
    -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition-duration: 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 9, 1);
    -moz-transition-duration: 0.7s;
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

#sitemap_cont .sitemap_closeBtn button {
    display: block;
    box-sizing: border-box;
    position: relative;
    background: none;
    width: 100%;
    height: 100%;
    font-size: 0;
    transition: all .3s ease;
}

#sitemap_cont .sitemap_closeBtn:focus, #sitemap_cont .sitemap_closeBtn:hover button {
    transform: rotate(90deg)
}

#sitemap_cont .sitemap_closeBtn button:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 2px;
    height: 20px;
    transform: rotate(-45deg);
    background: #FFF;
}

#sitemap_cont .sitemap_closeBtn button:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 2px;
    height: 20px;
    transform: rotate(45deg);
    background: #FFF;
}

#sitemap_cont .sitemap_closeBtn:focus:before, #sitemap_cont .sitemap_closeBtn:hover:before {
    animation: none;
}

#sitemap_cont .sitemap_header .logo {
    background: url(../_Img/logo.png) no-repeat center;
    background-size: contain;
    display: block !important;
    height: 80px;
    margin: 60px auto;
}

#sitemap_cont .sitemap_inner {
    max-width: 1620px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 15vh;
    position: relative;
    z-index: 2;
    visibility: hidden;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition-duration: 0.3s;
    -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}

#sitemap_cont.on .sitemap_inner {
    visibility: visible;
}

#sitemap_cont .sitemap_inner * {
    box-sizing: border-box;
}

#sitemap_cont .sitemap_inner > ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#sitemap_cont .sitemap_inner a {
    display: inline-block;
    transition: color 0.4s;
    outline: none;
    color: #fff;
}

#sitemap_cont .sitemap_inner a:focus {
    color: #fff;
}

#sitemap_cont .sitemap_inner .sm_dep_m {
    font-size: 24px;
    line-height: 24px;
}

#sitemap_cont .sitemap_inner .sm_dep_m2 {
    font-size: 18px;
    line-height: 20px;
}

#sitemap_cont .sitemap_inner .sm_dep_m3 {
    font-size: 14px;
    line-height: 18px;
}

#sitemap_cont .sitemap_inner .sm_dep {
    width: 100%;
    z-index: 1;
    box-sizing: border-box;
    padding: 55px 0;
    clear: both;
}

#sitemap_cont .sitemap_inner .sm_dep + .sm_dep {
    border-top: 1px solid rgba(221, 221, 221, .25);
}

#sitemap_cont .sitemap_inner .sm_dep2 {
    position: relative;
    float: left;
    width: calc(100% - 240px);
}

#sitemap_cont .sitemap_inner .sm_li_dep {
    flex-wrap: wrap;
    width: 100%;
    text-align: left;
}

#sitemap_cont .sitemap_inner .sm_li_dep li {
    width: 155px;
    text-align: left;
    margin-right: 25px;
    display: inline-block;
    vertical-align: text-top;
}

#sitemap_cont .sitemap_inner * {
    box-sizing: border-box;
}

#sitemap_cont .sitemap_inner .sm_dep_m {
    width: 240px;
    text-align: left;
    padding: 4px 0;
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    line-height: 26px;
    float: left;
}

#sitemap_cont .sitemap_inner .sm_dep_m2 {
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}

#sitemap_cont .sitemap_inner .sm_dep_m2:after {
}

#sitemap_cont .sitemap_inner .sm_dep_m2:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 3px;
    background-color: transparent;
    position: absolute;
    left: 0;
    bottom: -5px;
    transition: all .3s ease;
}

#sitemap_cont .sitemap_inner .sm_dep_m2.on:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 3px;
    background-color: #e51737;
    position: absolute;
    left: 0;
    bottom: -5px;
    transition: all .3s ease;
}

#sitemap_cont .sitemap_inner .sm_li_dep li ul {
    margin-top: 25px;
}

#sitemap_cont .sitemap_inner .sm_dep_m3:hover {
    color: #FFF;
}

#sitemap_cont .sitemap_inner .sm_li_dep > li:nth-child(n + 6) {
    margin-top: 45px;
}

#sitemap_cont .sitemap_inner .sm_dep_m3 {
    color: #bbb;
    font-size: 16px;
    line-height: 1;
    padding: 10px 0;
    font-weight: 400;
}

#header-wrap.fixed #mainNavi-wrap #mainNavi .depth2-wrap .depth2-ul .depth1-tit strong:after, #header-wrap.over #mainNavi-wrap #mainNavi .depth2-wrap .depth2-ul .depth1-tit strong:after {
    background: #eee
}

#header-wrap.fixed #mainNavi-wrap #mainNavi .depth2-wrap .depth2-ul .depth1-tit strong, #header-wrap.over #mainNavi-wrap #mainNavi .depth2-wrap .depth2-ul .depth1-tit strong, #header-wrap.fixed #mainNavi-wrap #mainNavi .depth2-wrap .depth2-ul .mn_a2 span, #header-wrap.over #mainNavi-wrap #mainNavi .depth2-wrap .depth2-ul .mn_a2 span {
    color: #333;
}

#mainNavi-wrap #mn-ctrs-btns {
    display: none
}

#mainNavi-wrap {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 500;
    overflow: hidden;
    transition: background .6s ease;
}

#mainNavi-wrap .depth1-wrap .mn-tbox {
    display: none;
    position: absolute;
    top: 0;
    right: 100%;
    width: 100%;
    min-height: 315px;
    line-height: 1.2;
}

#mainNavi-wrap .depth1-wrap .mn-tbox .inwr {
    display: block;
    position: absolute;
    width: 34.85%;
    height: 100%;
    top: 0;
    right: 0
}

#mainNavi-wrap .depth1-wrap .mn-tbox .inwr strong .f1 {
    display: block;
    position: relative;
    font-size: 35px;
    margin-top: 64px;
    color: #fff
}

#mainNavi-wrap .depth1-wrap .mn-tbox .inwr strong .f1:before {
    content: "";
    display: block;
    position: absolute;
    width: 26px;
    height: 3px;
    top: -21px;
    left: 1px;
    background-color: #ef4030
}

#mainNavi-wrap .depth1-wrap .mn-tbox .inwr strong .f2 {
    display: block;
    color: #fff;
    opacity: .4;
    font-size: 17px;
    font-weight: 300;
    margin: 7px 0 0 0
}

#mainNavi-wrap .depth1-wrap .mn-tbox .btn-wr {
    display: block;
    position: absolute;
    width: 93.94%;
    height: 85px;
    left: 0;
    bottom: 35px
}

#mainNavi-wrap .depth1-wrap .mn-tbox button {
    display: block;
    position: absolute;
    width: 48.12%;
    height: 37px;
    line-height: 37px;
    background-color: #00203c;
    color: #fff;
    border-radius: 5px;
    text-indent: 15px;
    font-size: 14px;
    border: 0;
    text-align: left;
    transition: all .3s ease
}

#mainNavi-wrap .depth1-wrap .mn-tbox button:after {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 6px;
    top: 50%;
    right: 16px;
    margin: -3px 0 0 0;
    transition: all .3s ease
}

#mainNavi-wrap .depth1-wrap .mn-tbox button:hover {
    background-color: #fff;
    color: #00203c
}

#mainNavi-wrap .depth1-wrap .mn-tbox button:hover:after {
    background-position: -3px 0;
    right: 20px
}

#mainNavi-wrap .depth1-wrap .mn-tbox .btn1 {
    left: 0;
    top: 0
}

#mainNavi-wrap .depth1-wrap .mn-tbox .btn2 {
    right: 0;
    top: 0
}

#mainNavi-wrap .depth1-wrap .mn-tbox .btn3 {
    left: 0;
    bottom: 0
}

#mainNavi-wrap .depth1-wrap .mn-tbox .btn4 {
    right: 0;
    bottom: 0
}

#mainNavi-wrap #mainNavi .whypnu-wr {
    display: block;
    position: absolute;
    right: 100%;
    top: 50%;
    margin: -13px -105px 0 0
}

#mainNavi-wrap #mainNavi .whypnu-wr img {
    display: block
}

#mainNavi-wrap #mainNavi {
    float: right;
    width: 100%;
    transform: translateX(-4%);
}

#mainNavi-wrap #mainNavi .depth1-ul {
    float: right;
}

#mainNavi-wrap #mainNavi .depth1-ul:after {
    content: "";
    display: block;
    clear: both
}

#mainNavi-wrap #mainNavi > ul > li:first-child {
    padding-left: 8px
}

#mainNavi-wrap #mainNavi .mn_li1 {
    float: left;
    position: relative
}

#mainNavi-wrap #mainNavi .mn_li1 .mn_a1 {
    display: block;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    padding: 61px 29px 46px;
    transition: .6s;
}

#mainNavi-wrap #mainNavi .mn_li1 .mn_a1 span {
    display: block;
    position: relative;
}

#mainNavi-wrap #mainNavi .mn_li1 .mn_a1 .ico {
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 21px;
    right: 0;
}

#mainNavi-wrap #mainNavi .mn_li1.over .mn_a1 span {
    color: #ffa800;
}

#mainNavi-wrap #mainNavi .mn_li1.nw .mn_a1:before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
}

/* depth2-wrap */
#mainNavi-wrap #mainNavi .depth2-wrap {
    display: none;
    position: absolute;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
    width: 1.4rem;
    z-index: 1000;
    font-size: 13px;
    border: 0;
    background: #FFF;
}

#mainNavi .depth2-wrap .mn-stit {
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
    width: 460px;
    height: 100%;
    padding: 0 20px 0 110px;
    box-sizing: border-box;
    display: none;
}

#mainNavi .depth2-wrap .mn-stit em {
    position: relative;
    display: block;
    color: #da2127;
    font-size: 2em;
    font-style: normal;
    line-height: 1
}

#mainNavi .depth2-wrap .mn-stit em:before, #mainNavi .depth2-wrap .mn-stit em:after {
    content: '';
    display: block;
    width: 6px
}

#mainNavi .depth2-wrap .mn-stit em:before {
    height: 100px;
    background: #fff;
    opacity: .2;
    margin-bottom: 55px
}

#mainNavi .depth2-wrap .mn-stit em:after {
    height: 30px;
    background: #d7005f;
    position: absolute;
    top: 100px;
    left: 0
}

#mainNavi .depth2-wrap .mn-stit .stxt {
    display: block;
    font-family: 's-core_dream5_medium', sans-serif;
    font-size: 1.111em;
    color: #9AA8CC;
    letter-spacing: 0
}

#mainNavi-wrap #mainNavi .depth2-wrap .depth2-ul {
    overflow: hidden;
    width: 100%;
    font-size: 0;
    text-align: right;
    padding: 10px 0 10px;
}

#mainNavi-wrap #mainNavi .depth2-wrap .depth2-ul:before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    top: -1px;
    left: 50%;
    background: #fff;
    transform: rotateZ(45deg) translateX(-50%);
}

#mainNavi-wrap #mainNavi .depth2-wrap .depth2-ul .depth1-tit.mn_li2 {
    display: none
}

#mainNavi-wrap #mainNavi .depth2-wrap .depth2-ul .depth1-tit strong {
    font-size: 15px;
    display: block;
    color: #e01737 !important;
    margin: 20px 0;
}

#mainNavi-wrap #mainNavi .depth2-wrap .depth2-ul .depth1-tit strong::after {
    content: '';
    width: 1px;
    height: 14px;
    display: inline-block;
    background: #FFF;
    vertical-align: bottom;
    margin-left: 20px;
}

#mainNavi-wrap #mainNavi .depth2-wrap .depth2-ul .mn_li2 {
    display: block;
    vertical-align: top
}

#mainNavi-wrap #mainNavi .depth2-wrap .depth2-ul .mn_a2 {
    display: block;
    position: relative;
    font-size: 15px;
    margin: 0 15px;
    padding: 10px 0;
    text-align: center;
    transition: all .5s ease;
}

#mainNavi-wrap #mainNavi .depth2-wrap .depth2-ul .mn_a2:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background-color: #ffa800;
    z-index: 2;
    transition: all .5s ease
}

#mainNavi-wrap #mainNavi .depth2-wrap .depth2-ul .mn_a2 span {
    position: relative;
    word-wrap: break-word;
    word-break: keep-all;
    display: inline;
    vertical-align: top;
    color: #fff;
    font-weight: bold;
    transition: all .25s ease
}

#mainNavi-wrap #mainNavi .depth2-wrap .depth2-ul .mn_a2.over, #mainNavi-wrap #mainNavi .depth2-wrap .depth2-ul .mn_a2:hover {
}

#mainNavi-wrap #mainNavi .depth2-wrap .depth2-ul .mn_a2.over:after, #mainNavi-wrap #mainNavi .depth2-wrap .depth2-ul .mn_a2:hover:after {
    width: 60%;
}

#mainNavi-wrap #mainNavi .depth2-wrap .depth2-ul .mn_a2.over span, #mainNavi-wrap #mainNavi .depth2-wrap .depth2-ul .mn_a2:hover span {
    color: #ffa800 !important;
}

#mainNavi-wrap #mainNavi .depth2-wrap .depth2-ul .nw .mn_a2 span:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 15px
}

#mainNavi-wrap #mainNavi .depth2-wrap .depth2-ul .nw .mn_a2:hover span:after {
}

#mainNavi-wrap #mainNavi .mn_li1.rows .depth2-wrap .mn_li2 {
    flex: 1
}

#mainNavi-wrap #mainNavi .mn_li1.no-rows .depth2-wrap .mn_li2 {
    flex: 1
}

#mainNavi-wrap #menu-wrap .ovbar {
    display: none
}

#mainNavi-wrap #mainNavi .tgl-btn {
    display: none
}

/* depth3-wrap */
#mainNavi-wrap #menu-wrap .depth3-wrap {
    display: block;
    margin: 0 19px
}

#mainNavi-wrap #menu-wrap .depth3-ul {
    display: block
}

#mainNavi-wrap #menu-wrap .depth3-ul .mn_li3 {
    display: block;
    margin: 0 0 11px 0
}

#mainNavi-wrap #menu-wrap .depth3-ul .mn_li3 .mn_a3 {
    display: block;
    position: relative;
    font-size: 14px;
    color: #555;
    margin: 0;
    letter-spacing: -.05em;
    text-align: left
}

#mainNavi-wrap #menu-wrap .depth3-ul .mn_li3 .mn_a3 span {
    display: block;
    margin: 0 0 0 8px
}

#mainNavi-wrap #menu-wrap .depth3-ul .mn_li3 .mn_a3:before {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #bdbec0;
    left: 0;
    top: 8px
}

#mainNavi-wrap #menu-wrap .depth3-ul .mn_li3 .mn_a3:hover, #mainNavi-wrap #menu-wrap .depth3-ul .mn_li3 .mn_a3.over {
    color: #0067d4
}

#mainNavi-wrap #menu-wrap .depth3-ul .mn_li3 .mn_a3:hover:before, #mainNavi-wrap #menu-wrap .depth3-ul .mn_li3 .mn_a3.over:before {
    background: #0067d4
}

#mainNavi-wrap #menu-wrap .depth3-ul .mn_li3 .mn_a3 span {
    display: inline-block;
    padding: 2px 0
}

#mainNavi-wrap #menu-wrap .depth3-ul .mn_li3.nw .mn_a3:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 3px;
    opacity: .5
}
@media only screen and (max-width:1600px) {
    #mainNavi-wrap #mainNavi .mn_li1 .mn_a1{
        padding:61px 10px 46px ;
    }
    #header-wrap #logo{
        max-width: 38%;
    }
    #header-wrap #logo{
        left: 86px;
    }
}

