.e_IndexOrdinaryStyleBox-001 {
    width: 100%;
    height: auto;
    /*width-uint: %;*/
}

.e_IndexOrdinaryStyleBox-001 .stylebox_top {
    background-color: transparent;
}

.e_IndexOrdinaryStyleBox-001 .stylebox_link {
    color: #666666;
    font-size: 14px;
    display: table;
    height: inherit;
    border-width: 0;
}

.e_IndexOrdinaryStyleBox-001 .stylebox_link:hover {
    color: rgba(101,190,186,1);
}

.e_IndexOrdinaryStyleBox-001 .stylebox_link:active {
    color: rgba(101,190,186,1);
}

.e_IndexOrdinaryStyleBox-001 .stylebox_top {
    width: auto;
    height: 40px;
}

.e_IndexOrdinaryStyleBox-001 .title_icon {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    color: rgba(255,255,255,1);
    margin-right: 10px;
    font-size: medium;
}

.e_IndexOrdinaryStyleBox-001 .title_icon::before {
    content: "";
}

.e_IndexOrdinaryStyleBox-001 .title_main {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    color: rgba(255,255,255,1);
    font-weight: normal;
    font-size: 16px;
    max-width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.e_IndexOrdinaryStyleBox-001 .title_sub {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    color: rgba(255,255,255,1);
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px;
}

.e_IndexOrdinaryStyleBox-001 .stylebox_title {
    display: inline-block;
    width: auto;
    height: inherit;
    background-color: rgba(101, 190, 186, 1);
    padding-left: 15px;
    padding-right: 15px;
    font-size: 0;
    vertical-align: bottom;
    white-space: nowrap;
}

.e_IndexOrdinaryStyleBox-001 .stylebox_link {
    float: right;
    vertical-align: middle;
    margin-right: 15px;
}

.e_IndexOrdinaryStyleBox-001 .stylebox_link a {
    color: inherit;
    display: table-cell;
    vertical-align: middle;
}

.e_IndexOrdinaryStyleBox-001 .link_icon {
    display: inline-block;
    margin-left: 5px;
}

.e_IndexOrdinaryStyleBox-001 .link_icon::before {
    content: '\e6af';
}

.e_IndexOrdinaryStyleBox-001 .stylebox_top_line {
    height: 1px;
    background-color: rgba(240,240,240,1);
}

.e_IndexOrdinaryStyleBox-001 .stylebox_content {
    border-style: solid;
    border-width: 1px;
    border-color: #f0f0f0;
    width: 100%;
    height: calc(100% - 48px);
    /*width-uint: %;*/
}

.e_IndexOrdinaryStyleBox-001 .stylebox_bottom_line {
    height: 1px;
    background-color: rgba(240,240,240,1);
}

.e_SideMajorStyleBox-001 {
    width: 100%;
    height: auto;
    /*width-uint: %;*/
}

.e_SideMajorStyleBox-001 .stylebox_link {
    color: #666666;
    font-size: 14px;
    display: table;
    height: inherit;
    border-width: 0;
    float: right;
    vertical-align: middle;
    margin-right: 15px;
}

.e_SideMajorStyleBox-001 .stylebox_top {
    width: auto;
    height: 40px;
    background-color: rgba(101, 190, 186, 1);
}

.e_SideMajorStyleBox-001 .title_icon {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    color: rgba(255,255,255,1);
    margin-right: 10px;
    font-size: medium;
}

.e_SideMajorStyleBox-001 .title_icon::before {
    content: "";
}

.e_SideMajorStyleBox-001 .title_main {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    color: rgba(255,255,255,1);
    font-weight: normal;
    font-size: 16px;
    max-width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.e_SideMajorStyleBox-001 .title_sub {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    color: rgba(255,255,255,1);
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px;
}

.e_SideMajorStyleBox-001 .stylebox_title {
    display: inline-block;
    width: auto;
    height: inherit;
    background-color: rgba(101, 190, 186, 1);
    padding-left: 15px;
    padding-right: 15px;
    font-size: 0;
    vertical-align: bottom;
    white-space: nowrap;
}

.e_SideMajorStyleBox-001 .stylebox_link a {
    color: inherit;
    display: table-cell;
    vertical-align: middle;
}

.e_SideMajorStyleBox-001 .link_icon {
    display: inline-block;
    margin-left: 5px;
}

.e_SideMajorStyleBox-001 .link_icon::before {
    content: '\e6af';
}

.e_SideMajorStyleBox-001 .stylebox_top_line {
    height: 1px;
    background-color: rgba(240,240,240,1);
}

.e_SideMajorStyleBox-001 .stylebox_content {
    border-style: solid;
    border-width: 1px;
    border-color: #f0f0f0;
    width: 100%;
    /*width-uint: %;*/
}

.e_SideMajorStyleBox-001 .stylebox_bottom_line {
    height: 1px;
    background-color: rgba(240,240,240,1);
}

.fa_pTitle {
    overflow: hidden;
}

.fa_pTitle h3 span:before {
    position: absolute;
    width: 40px;
    height: 40px;
    border: #eee solid 6px;
    content: "";
    right: -30px;
    bottom: 13px;
    z-index: 20;
    border-radius: 50%;
    mix-blend-mode: overlay;
}

.fa_pTitle h3 {
    color: var(--main-color);
    font-size: var(--f60);
    text-transform: capitalize;
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: both;
}

.fa_pTitle h3 * {
    font-family: inherit;
    font-weight: inherit;
    position: relative;
}

.fa_pTitle h3 i {
    z-index: 2;
}

.fa_pTitle h4 {
    color: #666;
    font-size: var(--f36);
    margin: 15px 0 0;
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-delay: 1.2s;
    animation-fill-mode: both;
}

.fa_htitle h2 {
    font-family: 'Oswald', sans-serif;
    color: var(--main-color);
    font-size: var(--f50);
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
}

.fa_htitle h3 {
    font-size: var(--f36);
    color: #333;
    line-height: 1;
    margin-top: 20px;
}

.fa_htitle.fa_text_l {
    padding-left: 20px;
    border-left: var(--main-color) solid 5px;
}

.fa_htitle.fa_text_r {
    padding-right: 20px;
    border-right: var(--main-color) solid 5px;
}

.fa_htitle.fa_htitle_w {
    color: #fff;
    border-color: #fff;
}

.fa_htitle.fa_htitle_w * {
    color: #fff;
}

@media only screen and (max-width: 768px) {
}

.fa_bottom_tit {
    font-size: var(--f18);
    color: #fff;
    margin-bottom: 10px;
}

.fa_bottom_tit a {
    color: inherit;
}

.fa_bottom_info p {
    font-size: 14px;
    line-height: 36px;
    color: #fff;
    opacity: 0.6;
}

.fa_bottom_info a {
    color: inherit;
}

.fa_tag {
    position: absolute;
    left: 0;
    right: 0;
    top: -150px;
    z-index: -10;
}

@keyframes fa_span01_ani {
    0% {
        width: 10px;
    }

    100% {
        width: 45px;
    }
}

@keyframes fa_span02_ani {
    0% {
        width: 45px;
    }

    100% {
        width: 10px;
    }
}

@keyframes fa_jazani {
    from {
        -webkit-clip-path: polygon(0 0%, 0% 100%, 0% 100%, 0% 0%);
        clip-path: polygon(0 0%, 0% 100%, 0% 100%, 0% 0%);
    }

    to {
        -webkit-clip-path: polygon(0 0%, 0% 100%, 100% 100%, 100% 0%);
        clip-path: polygon(0 0%, 0% 100%, 100% 100%, 100% 0%);
    }
}

@keyframes fa_span01_ani {
    0% {
        width: 10px;
    }

    100% {
        width: 45px;
    }
}

@keyframes fa_span02_ani {
    0% {
        width: 45px;
    }

    100% {
        width: 10px;
    }
}

@keyframes move-forever {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes fa_slide {
    0% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(25%);
    }
}

.fa_More a {
    text-align: center;
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 5px;
    overflow: hidden;
    background: linear-gradient(135deg, #0068dd, #00aeee);
    transition: all 0.5s;
}

.fa_More a:hover {
    color: #fff;
    background: #00c8c8;
}

@media only screen and (max-width: 768px) {
    .code_container {
        min-height: 500px;
        width: 100%;
    }
}

@media only screen and (min-width: 769px) {
    .code_container {
        min-height: 500px;
        width: 100%;
    }
}

@media only screen and (max-width: 1400px) and (min-width: 769px) {
}

.fa_Logo a {
    display: block;
    width: 225px;
    max-width: 100%;
}

.fa_Logo a img {
    max-width: 100%;
    max-height: 100%;
    position: relative;
}

.fa_Header_top {
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: #333131;
    color: #fff;
    z-index: 800;
}

.fa_Header_top .fa_wrapbox {
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    width: 94%;
    max-width: var(--wrapper);
    padding: 0 10px;
    margin: auto;
}

.fa_Header_top a {
    color: inherit;
    font-weight: bold;
}

.fa_Header {
    width: 100%;
    transition: all 0.5s;
    z-index: 800;
    position: fixed!important;
    top: 0px;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.3);
}

@media only screen and (min-width: 1201px) {
    .fa_NavMo {
        display:none;
    }

    .fa_Headerwrap {
        display: flex;
        justify-content: space-between;
        height: 100px;
    }

    .fa_Logo {
        width: 20%;
        max-width: 137px;
        position: absolute;
        top: 18%;
    }

    .fa_NavPc {
        width: 100%;
    }

    .fa_NavPc ul {
        width: 85%;
        float: right;
    }

    .fa_NavPc .fa_yjnav {
        width: calc(80% / 6);
    }

    .fa_NavPc .fa_yjnav:nth-child(3) {
    }

    .fa_NavPc .fa_yjnav a {
        display: block;
    }

    .fa_NavPc .fa_yjlist {
        text-align: center;
        text-transform: uppercase;
        transition: all 0.5s;
        overflow: hidden;
    }

    .fa_NavPc .fa_yjlist span {
        position: relative;
        display: block;
        color: #fff;
        font-size: 16px;
        transition: all .5s ease;
        padding: 0 1.5vw;
    }

    .fa_NavPc .fa_yjnav:hover .fa_yjlist span {
        color: #fff;
    }

    .fa_BtnNav {
        display: none!important;
    }

    .div_navlink {
        width: 190px;
        text-align: right;
    }

    .div_navlink>* {
        display: inline-block;
        vertical-align: middle;
        color: var(--main-color);
        line-height: 30px;
    }

    .div_navlink .fa_lan {
        position: relative;
        display: inline-block;
    }

    .div_navlink .fa_lan .fa_lili {
        font-size: 16px;
        text-align: right;
        justify-content: center;
        color: #666;
        cursor: pointer;
    }

    .div_navlink .fa_lan .fa_lili i {
        font-size: 24px;
        display: inline-block;
    }

    .div_navlink .fa_lan .fa_list {
        position: absolute;
        left: 50%;
        width: 100px;
        text-align: center;
        background: var(--main-color);
        color: #fff;
        top: 60px;
        z-index: 800;
        transition: all 0.5s;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        border-radius: 5px;
        transform: translateX(-50%);
    }

    .div_navlink .fa_lan:hover .fa_list {
        max-height: 100px;
        opacity: 1;
    }

    .div_navlink .fa_lan .fa_list a {
        display: block;
        padding: 5px 10px;
        color: #fff;
        border-bottom: rgba(255,255,255,0.2);
    }

    .div_navlink .fa_BtnSearch {
        display: inline-block;
        font-size: 24px;
        margin-right: 20px;
        color: #666;
        margin-left: 20px;
        padding-left: 20px;
        border-left: #eee solid 1px;
        cursor: pointer;
    }

    .fa_Header .fa_NavPc .fa_ejnav {
        overflow: hidden;
        position: absolute;
        transition: all 0.8s;
        top: 100%;
        left: 0%;
        right: 0%;
        width: auto;
        background: linear-gradient(#ddd, #f7f7f7);
        z-index: -990;
        margin: 0 -100%;
        padding: 0 100%;
        box-shadow: 0 10px 10px rgb(0 0 0 / 10%);
        opacity: 0;
        transform: translateY(30px);
        visibility: hidden;
    }

    .fa_Header .fa_NavPc .fa_yjnav:hover .fa_ejnav {
        opacity: 1!important;
        transform: translateY(-0)!important;
        visibility: visible!important;
        z-index: 990!important;
    }

    .fa_Header .fa_NavPc .fa_yjnav .fa_ejnav .fa_wrap {
        max-width: var(--wrapper);
        margin: auto;
        padding: 30px 10px;
        width: 96%;
        display: flex;
    }

    .fa_Header .fa_NavPc .fa_yjnav .fa_ejnav .fa_wrap .fa_left {
        width: 200px;
    }

    .fa_Header .fa_NavPc .fa_yjnav .fa_ejnav .fa_wrap .fa_left h3 {
        font-size: var(--f30);
        text-transform: uppercase;
        color: #666;
        font-family: 'Barlow Condensed', sans-serif;
        font-weight: 600;
        opacity: 0.8;
    }

    .fa_Header .fa_NavPc .fa_yjnav .fa_ejnav .fa_wrap .fa_left h5 {
        font-size: var(--f24);
        margin: 20px 0;
    }

    .fa_Header .fa_NavPc .fa_yjnav .fa_ejnav .fa_wrap .fa_left .fa_line span {
        width: 3px;
        background: var(--main-color);
        height: 50px;
        display: block;
        margin-left: 5px ;
        animation: fa_naviine_ani 3s linear infinite;
    }

    .fa_Header .fa_NavPc .fa_yjnav .fa_ejnav .fa_wrap .fa_right {
        width: calc(100% - 200px);
        padding-left: 2vw;
        display: flex;
        flex-wrap: wrap;
    }

    .fa_Header .fa_NavPc .fa_yjnav .fa_ejnav .fa_wrap .fa_right .fa_li {
        position: relative;
        display: block;
    }

    .fa_Header .fa_NavPc .fa_yjnav .fa_ejnav .fa_wrap .fa_right .fa_tit {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 15px;
        transition: all 0.5s;
    }

    .fa_Header .fa_NavPc .fa_yjnav .fa_ejnav .fa_wrap .fa_right .fa_tit h3 {
        font-size: var(--f18);
        color: #fff;
    }

    .fa_Header .fa_NavPc .fa_yjnav .fa_ejnav .fa_wrap .fa_right .fa_tit p {
        font-size: 12px;
        color: #fff;
        opacity: 0.2;
        margin-top: 10px;
    }

    .fa_Header .fa_NavPc .fa_yjnav .fa_ejnav .fa_wrap .fa_right .fa_li:hover .fa_tit {
        padding: 25px;
    }

    .fa_Header .fa_NavPc .fa_yjnav .fa_ejnav .fa_wrap .fa_right .fa_Img {
        padding-bottom: 60%;
        background: #000;
    }

    .fa_Header .fa_NavPc .fa_yjnav .fa_ejnav .fa_wrap .fa_right .fa_Img img {
        opacity: 0.7;
    }

    .fa_Header .fa_NavPc .fa_yjnav .fa_ejnav .fa_wrap .fa_right .fa_li:hover .fa_Img img {
        opacity: 0.5;
    }

    .fa_lanmo {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    .fa_Header_top {
        display:none;
    }

    .div_navlink {
        display: none!important;
    }

    .fa_NavMo {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: rgba(0,0,0,0.75);
        background-image: url(img/monavbg.jpg?tenantId=298505&viewType=1&v=1692953799000);
        background-repeat: no-repeat;
        background-size: cover;
        height: 0%;
        width: 100%;
        overflow: hidden;
        z-index: 9999;
        transition: all 0.5s;
    }

    .fa_NavPc {
        display: none!important;
    }

    .fa_BtnSearch {
        display: none!important;
    }

    .fa_Logo {
        text-align: left;
        width: 60%;
        position: absolute;
        top: 20px;
        left: 20px;
    }

    .fa_Logo a {
        height: 90px;
    }

    .fa_NavMo ul {
        padding: 70px 10% 20px;
        position: relative;
        height: 100%;
        overflow-y: scroll;
    }

    .fa_NavMo>span {
        font-size: 24px;
        color: #fff;
        position: absolute;
        top: 30px;
        right: 20px;
        z-index: 9991;
    }

    .fa_myjnav {
        display: block;
        opacity: 0;
        transform: translateY(30px);
        transition: all 0.5s;
        position: relative;
        border-bottom: rgba(255,255,255,0.2) 1px dotted;
    }

    .fa_mejnav {
        overflow: hidden;
        max-height: 0;
        transition: all 0.5s;
    }

    .fa_myjlist>* {
        display: inline-block!important;
    }

    .fa_NavMo .fa_mejnav a {
        font-size: 14px;
        color: #fff;
        opacity: 0.7;
    }

    .fa_myjlist {
        font-size: 16px;
        margin: 10px 0;
        text-align: left;
        padding-right: 30px;
        position: relative;
    }

    .fa_myjlist i {
        font-size: 20px;
        color: #fff;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
    }

    .fa_mejnavon .fa_myjlist i {
        transform: translateY(-50%) rotate(90deg);
    }

    .fa_mejnavon .fa_mejnav {
        max-height: 1000px;
    }

    .fa_BtnNav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
        color: var(--main-color);
        font-size: 34px;
    }

    .fa_myjnav a {
        display: block;
        text-align: left;
        color: #fff;
        padding: 10px 0;
        text-transform: uppercase;
    }

    .fa_NavMo_on {
        height: 100vh;
        bottom: 0;
    }

    .fa_NavMo_on .fa_myjnav {
        transform: translateY(0);
        opacity: 1;
    }

    .fa_NavMo a:hover, .fa_NavMo a:focus {
        color: #fff;
    }

    .fa_Headerwrap {
        height: 70px;
    }

    .fa_BtnNav .fa-globe {
        color: var(--main-color);
        margin-right: 20px;
    }

    .fa_lanmo {
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        top: 80px;
        left: 0;
        right: 0;
        display: none;
        width: 100%;
        background: rgba(0,0,0,0.6);
        z-index: 999;
        bottom: 0;
    }

    .fa_lanmo>div {
        padding: 20px;
        background: rgba(255,255,255,0.95);
    }

    .fa_lanmo a {
        display: block;
        padding: 10px 20px;
        border-bottom: #ddd solid 1px;
        text-align: center;
    }

    .fa_lanmo .fa_lanclosr {
        background: var(--main-color);
        color: #fff;
        padding: 10px 20px;
        text-align: center;
    }

    .fa_Header_top .fa_left {
        display: none;
    }

    .fa_Header {
        background: #fff;
        top: 0;
        box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    }

    .fa_Header.fa_Headeron {
        background: #fff;
    }
}

.fa_Headerwrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    width: 96%;
    max-width: var(--wrapper);
    padding: 0 10px;
}

@keyframes fa_naviine_ani {
    from {
        height: 40px;
    }

    to {
        height: 10px;
    }
}

.w_fimg-000 .p_title {
    display: inline-table;
    margin: 0;
    min-width: 37px;
    padding: 0;
    color: rgba(51,51,51,1);
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

.w_fimg-000 .p_title .font {
    vertical-align: middle;
    line-height: 21px;
}

.w_fimg-000 .p_title:hover {
    color: rgba(87,177,173,1);
}

.w_fimg-000 .p_title:active {
    color: rgba(69,165,161,1);
}

.w_fimg-000 .p_title .iconfont:before {
    display: inline-block;
    content: "";
}

.w_fimg-000 {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 200px;
}

.w_fimg-000 .animated {
    width: 100%;
    height: 100%;
    position: relative;
    min-height: inherit;
}

.w_fimg-000 .font {
    white-space: nowrap;
}

.w_fimg-000 .p_link001 {
    width: 100%;
    height: 100%;
}

.w_fimg-000 .p_link002 {
    width: 100%;
    height: 30px;
}

.w_fimg-000 .p_box {
    width: 100%;
    height: 100%;
    text-align: center;
    position: static;
}

.w_fimg-000 .p_dimage {
    height: inherit;
    overflow: hidden;
    font-size: 0;
}

.w_fimg-000 .e_image:hover:after {
    background: transparent;
}

.w_fimg-000 .p_dimage:empty {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: #f2f2f2 url(../img/camera.png) no-repeat center;
}

.w_grid {
    margin-left: auto;
    margin-right: auto;
    min-height: 12rem;
    width: 100%;
}

.w_grid > .w_grid {
    width: 100%;
    position: relative;
}

.w_grid > div > .p_gridbox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.w_grid > .w_grid.signal {
    min-height: inherit;
}

.w_grid > .w_grid.signal > .p_gridbox {
    min-height: inherit;
}

.w_grid > .w_grid.signal > .p_gridbox > .p_gridCell {
    min-height: inherit;
}

.w_grid > div > .p_gridbox > .p_gridCell:first-child {
    margin-left: 0;
    clear: left;
}

#w_grid > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
    margin-left: 0;
    clear: left;
}

@media only screen and (max-width: 768px) {
    .w_grid > div > .p_gridbox > .p_gridCell {
        width: 100%;
        margin-left: 0;
        margin-top: 0rem;
        margin-bottom: 0rem;
    }

    .p_OccupyBox .pre,.p_OccupyBox .next {
        text-align: center;
    }

    .p_OccupyBox .pre:before,.p_OccupyBox .next:before {
        display: block;
        text-align: center;
        font-family: "iconfont1";
        font-size: 18px;
        color: #fff;
        line-height: 45px;
    }

    .p_OccupyBox .pre:before {
        content: "\e666";
    }

    .p_OccupyBox .next:before {
        content: "\e665";
    }

    .p_OccupyBox .pre .font,.p_OccupyBox .next .font {
        display: none;
    }

    .p_pagebox .num .iconfont {
        display: none;
    }
}

@media only screen and (min-width: 769px) {
    .w_grid > div > .p_gridbox > .p_gridCell:first-child {
        width: 100%;
        margin-left: 0;
        margin-top: 0rem;
        margin-bottom: 0rem;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

.reset_style h2 {
    text-transform: uppercase;
}

.reset_style h1, .reset_style h2, .reset_style h3, .reset_style h4, .reset_style h5, .reset_style h6 {
    font-weight: normal;
}

@media only screen and (max-width: 900px) {
    .reset_style h1 * {
        font-size:30px!important;
    }

    .reset_style h2 * {
        font-size: 24px!important;
    }

    .reset_style h3 * {
        font-size: 22px!important;
    }

    .reset_style h4 * {
        font-size: 18px!important;
    }

    .reset_style h5 * {
        font-size: 16px!important;
    }

    .reset_style h6 * {
        font-size: 14px!important;
    }
}

@keyframes beijing {
    from {
    ; transform: scale(1);
    }

    to {
        transform: scale(1.1);
    }
}

@keyframes txt-line-anime {
    0% {
        transform: scaleX(1);
        transform-origin: right center;
    }

    50% {
        transform: scaleX(0);
        transform-origin: right center;
    }

    51% {
        transform: scaleX(0);
        transform-origin: left center;
    }

    100% {
        transform: scaleX(1);
        transform-origin: left center;
    }
}

@CHARSET "UTF-8"; * {
                      padding: 0;
                      margin: 0;
                  }

.pagebox {
    width: 100%;
    margin: 0px auto;
}

.pagebox,#-remove--flag {
}

body,#-remove--flag {
}

#code_container .fa_Beian {
    text-align: center;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    opacity: 0.6;
}

#code_container .fa_Beian a {
    color: inherit;
}

@media only screen and (min-width: 769px) {
    #code_container .fa_Beian span {
        display:inline-block;
        margin: 0 10px;
    }
}

@media only screen and (max-width: 768px) {
    #code_container .fa_Beian span {
        display:block;
    }

    #code_container .fa_Beian {
        text-align: center;
    }

    #code_container .fa_Beian>div {
        width: 100%;
    }
}

#code_container {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#nav_main .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#nav_main >div {
    animation-fill-mode: both;
}

#nav_main .fa_flex_Xcenter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: flex-end;
}

#nav_main {
    width: 1912px;
    max-width: none;
    min-width: 0px;
    height: 40px;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_grid > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
    margin-left: 0;
    clear: left;
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

#w_grid_2 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
    margin-left: 0;
    clear: left;
}

#w_grid_2 > div {
    margin-top: 0px;
}

@media only screen and (max-width: 768px) {
    #w_grid_2 > div {
        margin-top:70px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

#w_grid_3 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
    margin-left: 0;
    clear: left;
}

#w_grid_3 >div {
    background: #353a3f;
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

#w_grid_31 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
    margin-left: 0;
    clear: left;
}

#w_grid_31> div > .p_gridbox {
    max-width: var(--wrapper);
    width: 94%;
    margin: auto;
    padding: var(--f40) 10px;
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

#w_grid_5 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#w_grid_5 >div {
    animation-fill-mode: both;
}

#w_grid_5 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
    margin-left: 0px;
    clear: left;
}

@media only screen and (max-width: 768px) {
    #w_grid_5> div > .p_gridbox > .p_gridCell:nth-child(3n+2) {
        display:none;
    }

    #w_grid_5> div > .p_gridbox > .p_gridCell:nth-child(3n) {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 769px) {
    #w_grid_5> div > .p_gridbox {
        align-items:center;
    }

    #w_grid_5> div > .p_gridbox > .p_gridCell {
        margin-bottom: 0rem;
        margin-top: 0rem;
        margin-left: 0;
    }

    #w_grid_5> div > .p_gridbox > .p_gridCell:nth-child(3n+0) {
        width: 33.33333333333333%;
        margin-left: 0;
        margin-right: 0;
        clear: none;
    }

    #w_grid_5> div > .p_gridbox > .p_gridCell:nth-child(3n+1) {
        margin-left: 0;
        clear: left;
        margin-right: 0;
        width: 33.33333333333333%;
    }

    #w_grid_5> div > .p_gridbox > .p_gridCell:nth-child(3n+2) {
        width: 33.33333333333333%;
        margin-left: 0;
        margin-right: 0;
        clear: none;
    }

    #w_grid_5> div > .p_gridbox > .p_gridCell:nth-child(3n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

#w_fimg .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#w_fimg >div {
    animation-fill-mode: both;
    max-width: 85px;
}

@media only screen and (max-width: 768px) {
    #w_fimg >div {
        margin:auto;
    }
}

@media only screen and (min-width: 769px) {
    #w_fimg >div {
        margin-left:auto;
        margin-right: 0;
    }
}

#w_grid_4 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
    margin-left: 0;
    clear: left;
}

#w_grid_4 > div {
    border-top: rgba(255,255,255,0.2) solid 1px;
}

#w_grid_4 > div > .p_gridbox {
    max-width: var(--wrapper);
    width: 94%;
    margin: auto;
    padding: 10px;
}

@media only screen and (max-width: 768px) {
}

@media only screen and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

#w_grid {
    position: fixed;
    top: 0px;
    left: 50%;
    bottom: auto;
    right: auto;
    transform: translate(-50%, 0px);
    width: 100%;
    height: auto;
    z-index: 11;
    content: "tc";
    max-width: none;
    min-width: 0px;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    -webkit-transform: translate(-50%, 0px);
}

#w_grid_2 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 700px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_grid_3 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 192px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_grid_31 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_grid_5 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_common_text {
    width: auto;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_fimg {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_grid_4 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
.e_IndexOrdinaryStyleBox-001 {
    width: 100%;
    height: auto;
    /*width-uint: %;*/
}

.e_IndexOrdinaryStyleBox-001 .stylebox_top {
    background-color: transparent;
}

.e_IndexOrdinaryStyleBox-001 .stylebox_link {
    color: #666666;
    font-size: 14px;
    display: table;
    height: inherit;
    border-width: 0;
}

.e_IndexOrdinaryStyleBox-001 .stylebox_link:hover {
    color: rgba(101,190,186,1);
}

.e_IndexOrdinaryStyleBox-001 .stylebox_link:active {
    color: rgba(101,190,186,1);
}

.e_IndexOrdinaryStyleBox-001 .stylebox_top {
    width: auto;
    height: 40px;
}

.e_IndexOrdinaryStyleBox-001 .title_icon {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    color: rgba(255,255,255,1);
    margin-right: 10px;
    font-size: medium;
}

.e_IndexOrdinaryStyleBox-001 .title_icon::before {
    content: "";
}

.e_IndexOrdinaryStyleBox-001 .title_main {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    color: rgba(255,255,255,1);
    font-weight: normal;
    font-size: 16px;
    max-width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.e_IndexOrdinaryStyleBox-001 .title_sub {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    color: rgba(255,255,255,1);
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px;
}

.e_IndexOrdinaryStyleBox-001 .stylebox_title {
    display: inline-block;
    width: auto;
    height: inherit;
    background-color: rgba(101, 190, 186, 1);
    padding-left: 15px;
    padding-right: 15px;
    font-size: 0;
    vertical-align: bottom;
    white-space: nowrap;
}

.e_IndexOrdinaryStyleBox-001 .stylebox_link {
    float: right;
    vertical-align: middle;
    margin-right: 15px;
}

.e_IndexOrdinaryStyleBox-001 .stylebox_link a {
    color: inherit;
    display: table-cell;
    vertical-align: middle;
}

.e_IndexOrdinaryStyleBox-001 .link_icon {
    display: inline-block;
    margin-left: 5px;
}

.e_IndexOrdinaryStyleBox-001 .link_icon::before {
    content: '\e6af';
}

.e_IndexOrdinaryStyleBox-001 .stylebox_top_line {
    height: 1px;
    background-color: rgba(240,240,240,1);
}

.e_IndexOrdinaryStyleBox-001 .stylebox_content {
    border-style: solid;
    border-width: 1px;
    border-color: #f0f0f0;
    width: 100%;
    height: calc(100% - 48px);
    /*width-uint: %;*/
}

.e_IndexOrdinaryStyleBox-001 .stylebox_bottom_line {
    height: 1px;
    background-color: rgba(240,240,240,1);
}

.e_SideMajorStyleBox-001 {
    width: 100%;
    height: auto;
    /*width-uint: %;*/
}

.e_SideMajorStyleBox-001 .stylebox_link {
    color: #666666;
    font-size: 14px;
    display: table;
    height: inherit;
    border-width: 0;
    float: right;
    vertical-align: middle;
    margin-right: 15px;
}

.e_SideMajorStyleBox-001 .stylebox_top {
    width: auto;
    height: 40px;
    background-color: rgba(101, 190, 186, 1);
}

.e_SideMajorStyleBox-001 .title_icon {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    color: rgba(255,255,255,1);
    margin-right: 10px;
    font-size: medium;
}

.e_SideMajorStyleBox-001 .title_icon::before {
    content: "";
}

.e_SideMajorStyleBox-001 .title_main {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    color: rgba(255,255,255,1);
    font-weight: normal;
    font-size: 16px;
    max-width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.e_SideMajorStyleBox-001 .title_sub {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    color: rgba(255,255,255,1);
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px;
}

.e_SideMajorStyleBox-001 .stylebox_title {
    display: inline-block;
    width: auto;
    height: inherit;
    background-color: rgba(101, 190, 186, 1);
    padding-left: 15px;
    padding-right: 15px;
    font-size: 0;
    vertical-align: bottom;
    white-space: nowrap;
}

.e_SideMajorStyleBox-001 .stylebox_link a {
    color: inherit;
    display: table-cell;
    vertical-align: middle;
}

.e_SideMajorStyleBox-001 .link_icon {
    display: inline-block;
    margin-left: 5px;
}

.e_SideMajorStyleBox-001 .link_icon::before {
    content: '\e6af';
}

.e_SideMajorStyleBox-001 .stylebox_top_line {
    height: 1px;
    background-color: rgba(240,240,240,1);
}

.e_SideMajorStyleBox-001 .stylebox_content {
    border-style: solid;
    border-width: 1px;
    border-color: #f0f0f0;
    width: 100%;
    /*width-uint: %;*/
}

.e_SideMajorStyleBox-001 .stylebox_bottom_line {
    height: 1px;
    background-color: rgba(240,240,240,1);
}

.fa_pTitle {
    overflow: hidden;
}

.fa_pTitle h3 span:before {
    position: absolute;
    width: 40px;
    height: 40px;
    border: #eee solid 6px;
    content: "";
    right: -30px;
    bottom: 13px;
    z-index: 20;
    border-radius: 50%;
    mix-blend-mode: overlay;
}

.fa_pTitle h3 {
    color: var(--main-color);
    font-size: var(--f60);
    text-transform: capitalize;
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: both;
}

.fa_pTitle h3 * {
    font-family: inherit;
    font-weight: inherit;
    position: relative;
}

.fa_pTitle h3 i {
    z-index: 2;
}

.fa_pTitle h4 {
    color: #666;
    font-size: var(--f36);
    margin: 15px 0 0;
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-delay: 1.2s;
    animation-fill-mode: both;
}

.fa_htitle h2 {
    font-family: 'Oswald', sans-serif;
    color: var(--main-color);
    font-size: var(--f50);
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
}

.fa_htitle h3 {
    font-size: var(--f36);
    color: #333;
    line-height: 1;
    margin-top: 20px;
}

.fa_htitle.fa_text_l {
    padding-left: 20px;
    border-left: var(--main-color) solid 5px;
}

.fa_htitle.fa_text_r {
    padding-right: 20px;
    border-right: var(--main-color) solid 5px;
}

.fa_htitle.fa_htitle_w {
    color: #fff;
    border-color: #fff;
}

.fa_htitle.fa_htitle_w * {
    color: #fff;
}

@media only screen and (max-width: 768px) {
}

.fa_bottom_tit {
    font-size: var(--f18);
    color: #fff;
    margin-bottom: 10px;
}

.fa_bottom_tit a {
    color: inherit;
}

.fa_bottom_info p {
    font-size: 14px;
    line-height: 36px;
    color: #fff;
    opacity: 0.6;
}

.fa_bottom_info a {
    color: inherit;
}

.fa_tag {
    position: absolute;
    left: 0;
    right: 0;
    top: -150px;
    z-index: -10;
}

@keyframes fa_span01_ani {
    0% {
        width: 10px;
    }

    100% {
        width: 45px;
    }
}

@keyframes fa_span02_ani {
    0% {
        width: 45px;
    }

    100% {
        width: 10px;
    }
}

@keyframes fa_jazani {
    from {
        -webkit-clip-path: polygon(0 0%, 0% 100%, 0% 100%, 0% 0%);
        clip-path: polygon(0 0%, 0% 100%, 0% 100%, 0% 0%);
    }

    to {
        -webkit-clip-path: polygon(0 0%, 0% 100%, 100% 100%, 100% 0%);
        clip-path: polygon(0 0%, 0% 100%, 100% 100%, 100% 0%);
    }
}

@keyframes fa_span01_ani {
    0% {
        width: 10px;
    }

    100% {
        width: 45px;
    }
}

@keyframes fa_span02_ani {
    0% {
        width: 45px;
    }

    100% {
        width: 10px;
    }
}

@keyframes move-forever {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes fa_slide {
    0% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(25%);
    }
}

.fa_More a {
    text-align: center;
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 5px;
    overflow: hidden;
    background: linear-gradient(135deg, #0068dd, #00aeee);
    transition: all 0.5s;
}

.fa_More a:hover {
    color: #fff;
    background: #00c8c8;
}

@media only screen and (max-width: 768px) {
    .code_container {
        min-height: 500px;
        width: 100%;
    }
}

@media only screen and (min-width: 769px) {
    .code_container {
        min-height: 500px;
        width: 100%;
    }
}

@media only screen and (max-width: 1400px) and (min-width: 769px) {
}

.fa_Logo a {
    display: block;
    width: 225px;
    max-width: 100%;
}

.fa_Logo a img {
    max-width: 100%;
    max-height: 100%;
    position: relative;
}

.fa_Header_top {
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: #333131;
    color: #fff;
    z-index: 800;
}

.fa_Header_top .fa_wrapbox {
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    width: 94%;
    max-width: var(--wrapper);
    padding: 0 10px;
    margin: auto;
}

.fa_Header_top a {
    color: inherit;
    font-weight: bold;
}

.fa_Header {
    width: 100%;
    transition: all 0.5s;
    z-index: 800;
    position: fixed!important;
    top: 0px;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.3);
}

@media only screen and (min-width: 1201px) {
    .fa_NavMo {
        display:none;
    }

    .fa_Headerwrap {
        display: flex;
        justify-content: space-between;
        height: 100px;
    }

    .fa_Logo {
        width: 20%;
        max-width: 137px;
        position: absolute;
        top: 18%;
    }

    .fa_NavPc {
        width: 100%;
    }

    .fa_NavPc ul {
        width: 85%;
        float: right;
    }

    .fa_NavPc .fa_yjnav {
        width: calc(80% / 6);
    }

    .fa_NavPc .fa_yjnav:nth-child(3) {
    }

    .fa_NavPc .fa_yjnav a {
        display: block;
    }

    .fa_NavPc .fa_yjlist {
        text-align: center;
        text-transform: uppercase;
        transition: all 0.5s;
        overflow: hidden;
    }

    .fa_NavPc .fa_yjlist span {
        position: relative;
        display: block;
        color: #fff;
        font-size: 16px;
        transition: all .5s ease;
        padding: 0 1.5vw;
    }

    .fa_NavPc .fa_yjnav:hover .fa_yjlist span {
        color: #fff;
    }

    .fa_BtnNav {
        display: none!important;
    }

    .div_navlink {
        width: 190px;
        text-align: right;
    }

    .div_navlink>* {
        display: inline-block;
        vertical-align: middle;
        color: var(--main-color);
        line-height: 30px;
    }

    .div_navlink .fa_lan {
        position: relative;
        display: inline-block;
    }

    .div_navlink .fa_lan .fa_lili {
        font-size: 16px;
        text-align: right;
        justify-content: center;
        color: #666;
        cursor: pointer;
    }

    .div_navlink .fa_lan .fa_lili i {
        font-size: 24px;
        display: inline-block;
    }

    .div_navlink .fa_lan .fa_list {
        position: absolute;
        left: 50%;
        width: 100px;
        text-align: center;
        background: var(--main-color);
        color: #fff;
        top: 60px;
        z-index: 800;
        transition: all 0.5s;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        border-radius: 5px;
        transform: translateX(-50%);
    }

    .div_navlink .fa_lan:hover .fa_list {
        max-height: 100px;
        opacity: 1;
    }

    .div_navlink .fa_lan .fa_list a {
        display: block;
        padding: 5px 10px;
        color: #fff;
        border-bottom: rgba(255,255,255,0.2);
    }

    .div_navlink .fa_BtnSearch {
        display: inline-block;
        font-size: 24px;
        margin-right: 20px;
        color: #666;
        margin-left: 20px;
        padding-left: 20px;
        border-left: #eee solid 1px;
        cursor: pointer;
    }

    .fa_Header .fa_NavPc .fa_ejnav {
        overflow: hidden;
        position: absolute;
        transition: all 0.8s;
        top: 100%;
        left: 0%;
        right: 0%;
        width: auto;
        background: linear-gradient(#ddd, #f7f7f7);
        z-index: -990;
        margin: 0 -100%;
        padding: 0 100%;
        box-shadow: 0 10px 10px rgb(0 0 0 / 10%);
        opacity: 0;
        transform: translateY(30px);
        visibility: hidden;
    }

    .fa_Header .fa_NavPc .fa_yjnav:hover .fa_ejnav {
        opacity: 1!important;
        transform: translateY(-0)!important;
        visibility: visible!important;
        z-index: 990!important;
    }

    .fa_Header .fa_NavPc .fa_yjnav .fa_ejnav .fa_wrap {
        max-width: var(--wrapper);
        margin: auto;
        padding: 30px 10px;
        width: 96%;
        display: flex;
    }

    .fa_Header .fa_NavPc .fa_yjnav .fa_ejnav .fa_wrap .fa_left {
        width: 200px;
    }

    .fa_Header .fa_NavPc .fa_yjnav .fa_ejnav .fa_wrap .fa_left h3 {
        font-size: var(--f30);
        text-transform: uppercase;
        color: #666;
        font-family: 'Barlow Condensed', sans-serif;
        font-weight: 600;
        opacity: 0.8;
    }

    .fa_Header .fa_NavPc .fa_yjnav .fa_ejnav .fa_wrap .fa_left h5 {
        font-size: var(--f24);
        margin: 20px 0;
    }

    .fa_Header .fa_NavPc .fa_yjnav .fa_ejnav .fa_wrap .fa_left .fa_line span {
        width: 3px;
        background: var(--main-color);
        height: 50px;
        display: block;
        margin-left: 5px ;
        animation: fa_naviine_ani 3s linear infinite;
    }

    .fa_Header .fa_NavPc .fa_yjnav .fa_ejnav .fa_wrap .fa_right {
        width: calc(100% - 200px);
        padding-left: 2vw;
        display: flex;
        flex-wrap: wrap;
    }

    .fa_Header .fa_NavPc .fa_yjnav .fa_ejnav .fa_wrap .fa_right .fa_li {
        position: relative;
        display: block;
    }

    .fa_Header .fa_NavPc .fa_yjnav .fa_ejnav .fa_wrap .fa_right .fa_tit {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 15px;
        transition: all 0.5s;
    }

    .fa_Header .fa_NavPc .fa_yjnav .fa_ejnav .fa_wrap .fa_right .fa_tit h3 {
        font-size: var(--f18);
        color: #fff;
    }

    .fa_Header .fa_NavPc .fa_yjnav .fa_ejnav .fa_wrap .fa_right .fa_tit p {
        font-size: 12px;
        color: #fff;
        opacity: 0.2;
        margin-top: 10px;
    }

    .fa_Header .fa_NavPc .fa_yjnav .fa_ejnav .fa_wrap .fa_right .fa_li:hover .fa_tit {
        padding: 25px;
    }

    .fa_Header .fa_NavPc .fa_yjnav .fa_ejnav .fa_wrap .fa_right .fa_Img {
        padding-bottom: 60%;
        background: #000;
    }

    .fa_Header .fa_NavPc .fa_yjnav .fa_ejnav .fa_wrap .fa_right .fa_Img img {
        opacity: 0.7;
    }

    .fa_Header .fa_NavPc .fa_yjnav .fa_ejnav .fa_wrap .fa_right .fa_li:hover .fa_Img img {
        opacity: 0.5;
    }

    .fa_lanmo {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    .fa_Header_top {
        display:none;
    }

    .div_navlink {
        display: none!important;
    }

    .fa_NavMo {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: rgba(0,0,0,0.75);
        background-image: url(img/monavbg.jpg?tenantId=298505&viewType=1&v=1692953799000);
        background-repeat: no-repeat;
        background-size: cover;
        height: 0%;
        width: 100%;
        overflow: hidden;
        z-index: 9999;
        transition: all 0.5s;
    }

    .fa_NavPc {
        display: none!important;
    }

    .fa_BtnSearch {
        display: none!important;
    }

    .fa_Logo {
        text-align: left;
        width: 60%;
        position: absolute;
        top: 20px;
        left: 20px;
    }

    .fa_Logo a {
        height: 90px;
    }

    .fa_NavMo ul {
        padding: 70px 10% 20px;
        position: relative;
        height: 100%;
        overflow-y: scroll;
    }

    .fa_NavMo>span {
        font-size: 24px;
        color: #fff;
        position: absolute;
        top: 30px;
        right: 20px;
        z-index: 9991;
    }

    .fa_myjnav {
        display: block;
        opacity: 0;
        transform: translateY(30px);
        transition: all 0.5s;
        position: relative;
        border-bottom: rgba(255,255,255,0.2) 1px dotted;
    }

    .fa_mejnav {
        overflow: hidden;
        max-height: 0;
        transition: all 0.5s;
    }

    .fa_myjlist>* {
        display: inline-block!important;
    }

    .fa_NavMo .fa_mejnav a {
        font-size: 14px;
        color: #fff;
        opacity: 0.7;
    }

    .fa_myjlist {
        font-size: 16px;
        margin: 10px 0;
        text-align: left;
        padding-right: 30px;
        position: relative;
    }

    .fa_myjlist i {
        font-size: 20px;
        color: #fff;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
    }

    .fa_mejnavon .fa_myjlist i {
        transform: translateY(-50%) rotate(90deg);
    }

    .fa_mejnavon .fa_mejnav {
        max-height: 1000px;
    }

    .fa_BtnNav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
        color: var(--main-color);
        font-size: 34px;
    }

    .fa_myjnav a {
        display: block;
        text-align: left;
        color: #fff;
        padding: 10px 0;
        text-transform: uppercase;
    }

    .fa_NavMo_on {
        height: 100vh;
        bottom: 0;
    }

    .fa_NavMo_on .fa_myjnav {
        transform: translateY(0);
        opacity: 1;
    }

    .fa_NavMo a:hover, .fa_NavMo a:focus {
        color: #fff;
    }

    .fa_Headerwrap {
        height: 70px;
    }

    .fa_BtnNav .fa-globe {
        color: var(--main-color);
        margin-right: 20px;
    }

    .fa_lanmo {
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        top: 80px;
        left: 0;
        right: 0;
        display: none;
        width: 100%;
        background: rgba(0,0,0,0.6);
        z-index: 999;
        bottom: 0;
    }

    .fa_lanmo>div {
        padding: 20px;
        background: rgba(255,255,255,0.95);
    }

    .fa_lanmo a {
        display: block;
        padding: 10px 20px;
        border-bottom: #ddd solid 1px;
        text-align: center;
    }

    .fa_lanmo .fa_lanclosr {
        background: var(--main-color);
        color: #fff;
        padding: 10px 20px;
        text-align: center;
    }

    .fa_Header_top .fa_left {
        display: none;
    }

    .fa_Header {
        background: #fff;
        top: 0;
        box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    }

    .fa_Header.fa_Headeron {
        background: #fff;
    }
}

.fa_Headerwrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    width: 96%;
    max-width: var(--wrapper);
    padding: 0 10px;
}

@keyframes fa_naviine_ani {
    from {
        height: 40px;
    }

    to {
        height: 10px;
    }
}

.w_fimg-000 .p_title {
    display: inline-table;
    margin: 0;
    min-width: 37px;
    padding: 0;
    color: rgba(51,51,51,1);
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

.w_fimg-000 .p_title .font {
    vertical-align: middle;
    line-height: 21px;
}

.w_fimg-000 .p_title:hover {
    color: rgba(87,177,173,1);
}

.w_fimg-000 .p_title:active {
    color: rgba(69,165,161,1);
}

.w_fimg-000 .p_title .iconfont:before {
    display: inline-block;
    content: "";
}

.w_fimg-000 {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 200px;
}

.w_fimg-000 .animated {
    width: 100%;
    height: 100%;
    position: relative;
    min-height: inherit;
}

.w_fimg-000 .font {
    white-space: nowrap;
}

.w_fimg-000 .p_link001 {
    width: 100%;
    height: 100%;
}

.w_fimg-000 .p_link002 {
    width: 100%;
    height: 30px;
}

.w_fimg-000 .p_box {
    width: 100%;
    height: 100%;
    text-align: center;
    position: static;
}

.w_fimg-000 .p_dimage {
    height: inherit;
    overflow: hidden;
    font-size: 0;
}

.w_fimg-000 .e_image:hover:after {
    background: transparent;
}

.w_fimg-000 .p_dimage:empty {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: #f2f2f2 url(../img/camera.png) no-repeat center;
}

.w_grid {
    margin-left: auto;
    margin-right: auto;
    min-height: 12rem;
    width: 100%;
}

.w_grid > .w_grid {
    width: 100%;
    position: relative;
}

.w_grid > div > .p_gridbox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.w_grid > .w_grid.signal {
    min-height: inherit;
}

.w_grid > .w_grid.signal > .p_gridbox {
    min-height: inherit;
}

.w_grid > .w_grid.signal > .p_gridbox > .p_gridCell {
    min-height: inherit;
}

.w_grid > div > .p_gridbox > .p_gridCell:first-child {
    margin-left: 0;
    clear: left;
}

#w_grid > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
    margin-left: 0;
    clear: left;
}

@media only screen and (max-width: 768px) {
    .w_grid > div > .p_gridbox > .p_gridCell {
        width: 100%;
        margin-left: 0;
        margin-top: 0rem;
        margin-bottom: 0rem;
    }

    .p_OccupyBox .pre,.p_OccupyBox .next {
        text-align: center;
    }

    .p_OccupyBox .pre:before,.p_OccupyBox .next:before {
        display: block;
        text-align: center;
        font-family: "iconfont1";
        font-size: 18px;
        color: #fff;
        line-height: 45px;
    }

    .p_OccupyBox .pre:before {
        content: "\e666";
    }

    .p_OccupyBox .next:before {
        content: "\e665";
    }

    .p_OccupyBox .pre .font,.p_OccupyBox .next .font {
        display: none;
    }

    .p_pagebox .num .iconfont {
        display: none;
    }
}

@media only screen and (min-width: 769px) {
    .w_grid > div > .p_gridbox > .p_gridCell:first-child {
        width: 100%;
        margin-left: 0;
        margin-top: 0rem;
        margin-bottom: 0rem;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

.reset_style h2 {
    text-transform: uppercase;
}

.reset_style h1, .reset_style h2, .reset_style h3, .reset_style h4, .reset_style h5, .reset_style h6 {
    font-weight: normal;
}

@media only screen and (max-width: 900px) {
    .reset_style h1 * {
        font-size:30px!important;
    }

    .reset_style h2 * {
        font-size: 24px!important;
    }

    .reset_style h3 * {
        font-size: 22px!important;
    }

    .reset_style h4 * {
        font-size: 18px!important;
    }

    .reset_style h5 * {
        font-size: 16px!important;
    }

    .reset_style h6 * {
        font-size: 14px!important;
    }
}

@keyframes beijing {
    from {
    ; transform: scale(1);
    }

    to {
        transform: scale(1.1);
    }
}

@keyframes txt-line-anime {
    0% {
        transform: scaleX(1);
        transform-origin: right center;
    }

    50% {
        transform: scaleX(0);
        transform-origin: right center;
    }

    51% {
        transform: scaleX(0);
        transform-origin: left center;
    }

    100% {
        transform: scaleX(1);
        transform-origin: left center;
    }
}

@CHARSET "UTF-8"; * {
                      padding: 0;
                      margin: 0;
                  }

.pagebox {
    width: 100%;
    margin: 0px auto;
}

.pagebox,#-remove--flag {
}

body,#-remove--flag {
}

#code_container .fa_Beian {
    text-align: center;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    opacity: 0.6;
}

#code_container .fa_Beian a {
    color: inherit;
}

@media only screen and (min-width: 769px) {
    #code_container .fa_Beian span {
        display:inline-block;
        margin: 0 10px;
    }
}

@media only screen and (max-width: 768px) {
    #code_container .fa_Beian span {
        display:block;
    }

    #code_container .fa_Beian {
        text-align: center;
    }

    #code_container .fa_Beian>div {
        width: 100%;
    }
}

#code_container {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#nav_main .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#nav_main >div {
    animation-fill-mode: both;
}

#nav_main .fa_flex_Xcenter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: flex-end;
}

#nav_main {
    width: 1912px;
    max-width: none;
    min-width: 0px;
    height: 40px;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_grid > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
    margin-left: 0;
    clear: left;
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

#w_grid_2 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
    margin-left: 0;
    clear: left;
}

#w_grid_2 > div {
    margin-top: 0px;
}

@media only screen and (max-width: 768px) {
    #w_grid_2 > div {
        margin-top:70px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

#w_grid_3 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
    margin-left: 0;
    clear: left;
}

#w_grid_3 >div {
    background: #353a3f;
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

#w_grid_31 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
    margin-left: 0;
    clear: left;
}

#w_grid_31> div > .p_gridbox {
    max-width: var(--wrapper);
    width: 94%;
    margin: auto;
    padding: var(--f40) 10px;
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

#w_grid_5 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#w_grid_5 >div {
    animation-fill-mode: both;
}

#w_grid_5 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
    margin-left: 0px;
    clear: left;
}

@media only screen and (max-width: 768px) {
    #w_grid_5> div > .p_gridbox > .p_gridCell:nth-child(3n+2) {
        display:none;
    }

    #w_grid_5> div > .p_gridbox > .p_gridCell:nth-child(3n) {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 769px) {
    #w_grid_5> div > .p_gridbox {
        align-items:center;
    }

    #w_grid_5> div > .p_gridbox > .p_gridCell {
        margin-bottom: 0rem;
        margin-top: 0rem;
        margin-left: 0;
    }

    #w_grid_5> div > .p_gridbox > .p_gridCell:nth-child(3n+0) {
        width: 30%;
        margin-left: 0;
        margin-right: 0;
        clear: none;
    }

    #w_grid_5> div > .p_gridbox > .p_gridCell:nth-child(3n+1) {
        margin-left: 0;
        clear: left;
        margin-right: 0;
        width: 40%;
    }

    #w_grid_5> div > .p_gridbox > .p_gridCell:nth-child(3n+2) {
        width:30%;
        margin-left: 0;
        margin-right: 0;
        clear: none;
    }

    #w_grid_5> div > .p_gridbox > .p_gridCell:nth-child(3n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

#w_fimg .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#w_fimg >div {
    animation-fill-mode: both;
    max-width: 85px;
}

@media only screen and (max-width: 768px) {
    #w_fimg >div {
        margin:auto;
    }
}

@media only screen and (min-width: 769px) {
    #w_fimg >div {
        margin-left:auto;
        margin-right: 0;
    }
}

#w_grid_4 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
    margin-left: 0;
    clear: left;
}

#w_grid_4 > div {
    border-top: rgba(255,255,255,0.2) solid 1px;
}

#w_grid_4 > div > .p_gridbox {
    max-width: var(--wrapper);
    width: 94%;
    margin: auto;
    padding: 10px;
}

@media only screen and (max-width: 768px) {
}

@media only screen and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

#w_grid {
    position: fixed;
    top: 0px;
    left: 50%;
    bottom: auto;
    right: auto;
    transform: translate(-50%, 0px);
    width: 100%;
    height: auto;
    z-index: 11;
    content: "tc";
    max-width: none;
    min-width: 0px;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    -webkit-transform: translate(-50%, 0px);
}

#w_grid_2 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 700px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_grid_3 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 192px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_grid_31 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_grid_5 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_common_text {
    width: auto;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_fimg {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_grid_4 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
