/**/
@font-face {
    font-family: "d-din-condensed-bold";
    src: url(../font/d-din.condensed-bold.ttf);
}

.fa_Header .fa_Logo a {
    display: block;
    max-width: 100%;
    max-height: 100%;
    max-width: 400px;
    background-position:left center;
    background-repeat:no-repeat;
    background-size:contain;
}

.fa_Header .fa_Logo a img {
    max-width: 100%;
    max-height: 100%;
}

.fa_Header {
    width: 100%;
    transition: all 0.5s;
    z-index: 800;
    position: relative;
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    /* border-bottom: solid 1px rgba(255,255,255,0.2); */
}

@media only screen and (min-width: 1201px) {

    .fa_Header {
        width: 100%;
        top: 0;
        border-bottom: rgba(255, 255, 255, 0.2) solid 1px;
    }

    .fa_Header:before {
        content: "";
        left: 0;
        right: 0;
        z-index: 801;
        top: 0;
        transition: all 1s;
        background: rgba(255,255,255,0.95);
        opacity: 0.9;
        position: absolute;
        height: 0;
    }

    .fa_Header.fa_Headeron:before {
        height: 100px;
    }

    .fa_Header.fa_Headeron {
        left: 0;
        width: 100%;
        border-radius: 0;
        top: 0;
    }
.fa_Header .fa_Logo a {
    background-image:url(../images/jy_logo_w.png);
    width: 600px;
    height: 100px;
    display:block;
    transition:all 0.5s;
}
    .fa_Header.fa_Headeron .fa_Logo a {
        background-image:url(../images/jy_logo.png);
    }
    .fa_Header .fa_NavMo {
        display: none;
    }

    .fa_Header .fa_Headerwrap {
        display: flex;
        justify-content: space-between;
        height: 100px;
        /* max-width: var(--wrapper); */
        transition: all 1s;
        z-index: 820;
        position: relative;
    }

    .fa_Header .fa_Logo {
        width: 30%;
        /* max-width: 180px; */
        transition: all 1s;
    }

    .fa_Header.fa_Headeron .fa_Headerwrap .fa_Logo {}

    .fa_Header .fa_NavPc {
        width: calc(70% - 120px);
        padding-right: 0;
        /* margin-right:20px; */
        /* border-right:rgba(255,255,255,0.5) solid 1px; */
    }

    .fa_Header .fa_NavPc ul {
        width: 100%;
        justify-content: space-between;
        max-width: 800px;
        margin: 0 0 0 auto;
        padding: 0 1vw;
    }

    .fa_Header .fa_NavPc .fa_yjnav {
        /* width: calc((100% - 0px) / 7); */
        position: relative;
    }

    .fa_Header .fa_NavPc .fa_yjnav:before {
        content: "";
        position: absolute;
        bottom: 30px;
        height: 0;
        left: 50%;
        background: #fff;
        transform: translateX(-50%);
        opacity: 0.5;
        width: 1px;
        transition: all 0.5s;
    }

    .fa_Header .fa_NavPc .fa_yjnav:after {
        content: "";
        position: absolute;
        top: 30px;
        height: 0;
        left: 50%;
        background: #fff;
        transform: translateX(-50%);
        opacity: 0.5;
        width: 1px;
        transition: all 0.5s;
    }

    .fa_Header .fa_NavPc .fa_yjnav:hover:before,
    .fa_Header .fa_NavPc .fa_yjnav:hover:after {
        height: 15px;
    }

    .fa_Header .fa_NavPc .fa_yjnav a {
        display: block;
    }

    .fa_Header .fa_NavPc .fa_yjlist {
        text-align: center;
        text-transform: capitalize;
        transition: all 0.5s;
        overflow: hidden;
        position: relative;
    }

    .fa_Headeron .fa_NavPc .fa_yjnav:hover .fa_yjlist span {
        color: var(--main-color);
    }

    .fa_Header .fa_NavPc .fa_yjlist span {
        position: relative;
        display: block;
        color: #fff;
        font-size: 16px;
        transition: all .5s ease;
        /* line-height: 100px; */
        padding: 0 10px;
        min-width: 100px;
        font-size: 16px;
        font-weight: 500;
        /* color: #fff; */
    }
    
    .fa_Header.fa_Headeron .fa_NavPc .fa_yjlist span {
        color:#000;
    }

    .fa_Header .fa_BtnNav {
        display: none !important;
    }

    /**/

    .fa_Header .fa_NavPc .fa_ejnav {
        overflow: hidden;
        position: absolute;
        transition: all 0.5s;
        max-height: 0;
        top: 67px;
        left: 50%;
        /* right: -10%; */
        width: auto;
        background: rgba(255, 255, 255, 0.95);
        z-index: 990;
        border-radius: 10px;
        text-align: center;
        transform: translateX(-50%);
        min-width: 160px;
        width: 110%;
    }

    .fa_Header .fa_NavPc .fa_yjnav:hover .fa_ejnav {
        max-height: 550px;
    }

    .fa_Header .fa_NavPc .fa_ejnav a {
        display: block;
        font-size: 14px;
        color: #333;
        transition: all 0.5s;
        border-top: #eee solid 1px;
        padding: 10px 5px;
    }

    .fa_Header .fa_NavPc .fa_ejnav a:hover {
        background: var(--main-color);
        color: #fff;
    }

    /**/
    .div_navlink .fa_tTel {
        width: 100%;
        text-align: center;
        line-height: 40px;
        border: var(--main-color) solid 2px;
        display: block;
        border-radius: 500px;
        color: var(--main-color);
        font-weight: 600;
        transition: all 0.5s;
    }

    .div_navlink .fa_tTel:hover {
        background: var(--main-color);
        color: #fff;
    }

    .div_navlink .fa_tTel i {
        font-size: 20px;
        margin-right: 10px;
    }

    .div_navlink {
        width: 120px;
        text-align: center;
        /* padding-left: 20px; */
        /* display: none; */
    }

    .div_navlink .fa_tel {
        display: block;
        color: #000;
        font-weight: 500;
        text-align: center;
        width: 100%;
        font-family: 'Dosis', sans-serif;
        transition: all 0.5s;
        font-size: var(--f22);
    }

    .div_navlink .fa_tel span {
        margin-right: 15px;
        font-size: 20px;
        display: inline-block;
        position: relative;
    }


    .div_navlink .fa_tel span i {
        color: #fff;
        font-size: 20px;
    }

    .div_navlink .fa_ss {
        width: 200px;
        padding-right: 20px;
    }

    .div_navlink .fa_ss form {
        display: flex;
        background: #fff;
        border-radius: 500px;
        overflow: hidden;
    }

    .div_navlink .fa_ss form input {
        width: 150px;
        padding: 0 10px;
        line-height: 30px;
        height: 30px;
        border: none !important;
        color: #000;
        box-shadow: none !important;
        font-size: 14px;
    }

    .div_navlink .fa_ss form button {
        font-size: 18px;
        width: 50px;
        text-align: center;
        background: none;
        border: none;
        box-shadow: none !important;
    }

    .div_navlink .fa_lan {
        position: relative;
        line-height: 90px;
        cursor: pointer;
        width: 120px;
    }

    .div_navlink .fa_lan .fa_tt {
        text-align: center;
        color: #fff;
        font-size: 14px;
        line-height: 34px;
        width: 120px;
        border: #fff solid 2px;
        border-radius: 500px;
        transition: all 0.5s;
        text-transform: uppercase;
    }


    .div_navlink .fa_lan .fa_tt i {
        font-size: 16px;
        margin-right: 5px;
    }

    .fa_Headeron .div_navlink .fa_lan .fa_tt {
        color: var(--main-color);
        border-color: var(--main-color);
    }

    .fa_Header .div_navlink .fa_lan:hover .fa_tt {
        color: #fff;
        border-color: var(--main-color);
        background: var(--main-color);
    }

    .div_navlink .fa_lan .fa_list {
        position: absolute;

        left: 50%;
        transform: translateX(-50%);
        top: 57px;
        transition: all .5s;
        max-height: 0;
        background: var(--main-color);
        overflow: hidden;
        border-radius: 5px;
        min-width: 100px;
    }

    .div_navlink .fa_lan:hover .fa_list {
        max-height: 200px;
    }

    .div_navlink .fa_lan .fa_list a {
        display: block;
        font-size: 12px;
        color: #fff;
        border-bottom: rgba(255, 255, 255, .2) solid 1px;
        padding: 5px 20px;
        text-align: center;
        line-height: 2;
        font-family: Arial;
    }

    .div_navlink .fa_lan .fa_list a:last-child {
        border-bottom: 0;
    }

    .fa_lanmo {
        display: none;
    }

}

@keyframes myfirst3 {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0.5;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.6);
        opacity: 0;
    }
}

@media only screen and (max-width: 1200px) {
    .fa_topHei {
        height: 60px;
        background: #fff;
    }

    .div_navlink {
        display: none !important;
    }

    .fa_Header {
        background: #fff;
    }

    .fa_Header .fa_Headerwrap {
        flex-wrap: wrap;
        width: 100% !important;
        padding: 0 !important;
        padding: 5px 20px !important;
    }

    .fa_Header .fa_top_parts {
        width: 100%;
        background: #f5f5f5;
        padding: 10px 20px;
    }

    .fa_Header .fa_top_parts .fa_wx,
    .fa_Header .fa_top_parts .fa_tel {
        display: none;
    }

    .fa_Header .fa_top_parts .fa_ss form {
        display: flex;
        flex-direction: row-reverse;
    }

    .fa_Header .fa_top_parts .fa_ss form button {
        width: 30px;
        line-height: 30px;
        background: #ddd;
        color: #fff;
        text-align: center;
        border: none;
    }

    .fa_Header .fa_top_parts .fa_ss form input {
        background: #fff;
        border: none;
        line-height: 30px;
        width: calc(100% - 30px);
    }

    .fa_Header .fa_top_parts .fa_t_login {
        text-align: center;
        color: #999;
        margin-top: 10px;
    }

    .fa_Header .fa_top_parts .fa_t_login a {
        color: #999;
        width: 45%;
        display: inline-block;
        text-align: center;
    }

    .fa_NavMo {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.95);
        background-repeat: no-repeat;
        background-size: cover;
        height: 0%;
        width: 100%;
        overflow: hidden;
        z-index: 9999;
        transition: all 0.5s;
    }

    .fa_Header .fa_NavPc {
        display: none !important;
    }

    .fa_Header .fa_BtnSearch {
        display: none !important;
    }

    .fa_Header .fa_Logo {
        CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
        text-align: left;
        width: 55%;
        max-width: 280px;
    }

    .fa_Header .fa_Logo a {
        width: 100%;
        height: 50px;
        display: block;
        background-image:url(../images/jy_logo.png);
        display:block;
        transition:all 0.5s;
    }

    .fa_Header .fa_BtnNav {
        /* width: 50%; */
        color: var(--main-color);
        font-size: 22px;
        text-align: right;
        /* background: var(--main-color); */
        /* padding: 0 10px; */
    }

    .fa_Headeron .fa_BtnNav {
        /* color: #fff; */
    }

    .fa_Header .fa_NavMo ul {
        padding: 60px 15px 20px;
        position: relative;
        height: 100%;
        overflow-y: scroll;
    }

    .fa_Header .fa_NavMo>span {
        font-size: 20px;
        color: #fff;
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 9991;
        cursor: pointer;
    }

    .fa_Header .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_Header .fa_mejnav {
        overflow: hidden;
        max-height: 0;
        transition: all 0.5s;
    }

    .fa_Header .fa_myjlist>* {
        display: inline-block !important;
    }

    .fa_Header .fa_NavMo .fa_mejnav a {
        font-size: 14px;
        color: #fff;
        opacity: 0.7;
    }

    .fa_Header .fa_myjlist {
        font-size: 16px;
        /* margin: 10px 0; */
        text-align: left;
        padding-right: 30px;
        position: relative;
    }

    .fa_Header .fa_myjlist i {
        font-size: 20px;
        color: #fff;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
    }

    .fa_Header .fa_mejnavon .fa_myjlist i {
        transform: translateY(-50%) rotate(90deg);
    }

    .fa_Header .fa_mejnavon .fa_mejnav {
        max-height: 1000px;
    }

    .fa_Header .fa_myjnav a {
        display: block;
        text-align: left;
        color: #fff;
        padding: 10px 0;
        text-transform: uppercase;
    }

    .fa_Header .fa_NavMo_on {
        height: 100%;
        bottom: 0;
    }

    .fa_Header .fa_NavMo_on .fa_myjnav {
        transform: translateY(0);
        opacity: 1;
    }

    .fa_NavMo a:hover,
    .fa_NavMo a:focus {
        color: #fff;
    }

    .fa_BtnNav .fa-globe {
        color: var(--main-color);
        margin-right: 20px;
    }

    .fa_lanmo {
        display:
            flex;
        align-items:
            center;
        justify-content:
            center;
        position:
            fixed;
        top: 60px;
        left: 0;
        right: 0;
        display:
            none;
        width: 100%;
        background:
            rgba(0, 0, 0, 0.6);
        z-index: 999;
        bottom: 0;
        /* border-top: #ddd solid 1px; */
    }

    .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_pcMuen {
        display: none !important;
    }
}

.fa_Headerwrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    padding: 0 10px;
    width: 96%;
    /* max-width: 1220px; */
}


/*-------------*/


/**/

.masker {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 999;
}

.dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
}

.dialog video {
    display: block;
    width: 100%;
}

.p_close {
    position: absolute;
    right: 0px;
    top: 0px;
    transform: translate(50%, -50%);
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    z-index: 9;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    .dialog {
        width: 85%;
    }

    .p_OccupyBox {
        overflow: visible;
    }
}


/*---------*/

button:focus {
    border: none !important;
    outline: none;
}

/**/

.fa_footer {
    background-color: #071e3d;
    background-image:url(../images/footbg.jpg);
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.fa_footer>div{
    position:relative;
    z-index:5;
}

.fa_footer a {
    color: inherit;
    font-weight: inherit;
    font-family: inherit;
}

.fa_footer a:hover {
    color: inherit;
}

.fa_foot01 {
    padding: 3vw 0;
    color: #fff;
}

.fa_foot02 {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.02);
    padding: 30px 10px;
    text-align: center;
    /* border-top: rgba(255,255,255,0.2) solid 1px; */
}
.fa_foot01 .fa_fm2 .fa_left dt{
    font-size:18px;
    font-weight:400;
    color:#fff;
    margin-bottom:20px;
}


.fa_foot01 .fa_fm2 .fa_left dd a{
    font-size: 14px;
    display:block;
    color:rgba(255,255,255,0.6);
    margin-top:5px;
    font-weight:300;
}
 .fa_foot01 form{
     display:flex;
 }
 .fa_foot01 form input{
     width:200px;
     border:none;
     background:rgba(255,255,255,0.1);
     box-shadow:none!important;
     line-height:50px;
     border-radius:5px;
 }
 .fa_foot01 form button{
     width:50px;
     line-height:50px;
     color:#fff;
     box-shadow:none!important;
     border:none!important;
     background:var(--main-color);
     margin-left:5px;
     border-radius:5px;
 }
.fa_foot01 .fa_fm1 .fa_left{
    font-size:var(--f24);
    color:#fff;
    font-weight:300;
}
.fa_foot01 .fa_fm1 .fa_left img{
    max-width:100%;
    
}
.fa_foot01 .fa_fm2 .fa_right dl{
    margin-bottom:20px;
    text-align: left;
}

.fa_foot01 .fa_fm2 .fa_right dl dt{
    font-size:14px;
    font-weight:300;
    opacity:0.6;
}

.fa_foot01 .fa_fm2 .fa_right dl dd{
    color:#fff;
    /* margin-top:10px; */
    font-size: 14px;
}
.fa_foot01 .fa_fm2 .fa_right dl dd a{
      font-size: var(--f28);
      font-family: "d-din-condensed-bold", sans-serif;
      color: #2f89fc;
}
@media only screen and (min-width: 769px) {
    .fa_foot01 .fa_fm1 {
        align-items: center;
        padding-bottom: 2vw;
        margin-bottom: 3vw;
        border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
        padding-top: 2vw;
        display:flex;
        justify-content:space-between;
    }
    .fa_foot01 .fa_fm2{
        /* align-items:center; */
        display:flex;
        justify-content:space-between;
    }
     .fa_foot01 .fa_fm2 .fa_left {
         width:70%;
         padding-left: 5vw;
     }
    .fa_foot01 .fa_fm2 .fa_left .fa_list{
        display: flex;
        justify-content: space-between;
        position:relative;
        /* text-align: right; */
        max-width: 1000px;
        margin: 0 0 0 auto;
    }
    .fa_foot01 .fa_fm2 .fa_right {
    }
    
}

@media only screen and (max-width: 768px) {
  .fa_foot01 .fa_fm1 .fa_left{
      text-align:center;
  width:100%;
      margin-top:20px;
      margin-bottom:20px;
  }
     .fa_foot01 .fa_fm1 .fa_left img{
         width:70%;
     }
    .fa_foot01 .fa_fm1 .fa_right{
        margin-bottom:20px;
    }
    .fa_foot01 .fa_fm1 .fa_right form {
        width: 100%;
        margin-bottom: 30px;
        justify-content:center;
    }
    
    .fa_foot01 .fa_fm1 .fa_right form input{
        max-width:calc(100% - 60px);
    }
    .fa_foot01 .fa_fm2 .fa_center {
        margin-bottom: 30px;
        display:none;
    }
    .fa_foot01 .fa_fm2>div:nth-child(2) .fa_list {
     display:none;
    }
    .fa_foot02{
        padding-bottom:90px;
        font-size: 12px;
    }
}


/**/

.w_col {
    width: 100%;
    /* max-width: 1400px; */
    margin: 0 auto;
    padding-left: 80px;
    padding-right: 80px;
}

@media (max-width: 1440px) {
    .w_col {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (max-width: 1201px) {
    .w_col {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/**/
/**/

.fa_Bannerwrap {
    overflow: hidden;
}

.fa_pagebanner {
    width: 100%;
    position: relative;
}

.fa_pagebanner:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-image: linear-gradient(#000, #0e1e61);
    content: "";
    z-index: 2;
    opacity: 0.5;
}

.fa_pagebanner:after {
    content: "";
    z-index: 2;
    width: 60%;
    height: 100%;
    position: absolute;
    background: url(../images/logobg.png) no-repeat left bottom;
    top: 10%;
    max-width: 500px;
    background-size: 100%;
}

.fa_pagebanner .fa_bg {
    width: 100%;
    background: #fff;
}

.fa_pagebanner .fa_bg img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    max-height: 700px;
    opacity: 1;
}
.fa_pagebanner .fa_cnt {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    left: 50%;
    /* right: 0; */
    z-index: 20;
    padding: 20px;
    width: 96%;
    max-width: var(--wrapper);
    text-align: center;
}


.fa_pagebanner .fa_cnt h3 {
    font-size: var(--f20);
    color: #fff;
    text-transform: uppercase;
    opacity: 1;
    /* font-weight: 800; */
    line-height: 1;
}

.fa_pagebanner .fa_cnt p {
    font-size: var(--f50);
    color: #fff;
    font-weight: 400;
    margin-top: 20px;
}

.fa_pagebanner .fa_mouse {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 8%;
    z-index: 5;
}

.fa_pagebanner .fa_mouse .mouseCir {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
}

.fa_pagebanner .fa_mouse .mouseCir:before,
.fa_pagebanner .fa_mouse .mouseCir:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    left: 0;
    top: 0;
}

.fa_pagebanner .fa_mouse .mouseCir:before {
    /* border: 1px dashed #fff; */
    animation: rotateZ 20s linear infinite;
}

.fa_pagebanner .fa_mouse .mouseCir:after {
    transform: scale(.7);
    /* background-color: #fff; */
}

.fa_pagebanner .fa_mouse .mouseOf {
    height: 34px;
    width: 22px;
    border-radius: 25px;
    border: 2px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fa_pagebanner .fa_mouse .mouseOf:after {
    content: '';
    width: 2px;
    height: 6px;
    background-color: #fff;
    border-radius: 2px;
    animation: scroll-down 1.5s infinite ease-in-out;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

@keyframes scroll-down {
    0% {
        top: 2px;
        opacity: 0;
    }

    30%,
    70% {
        opacity: 1;
    }

    100% {
        top: calc(100% - (2px + 11px));
        opacity: 0;
    }
}

@keyframes rotateZ {
    from {
        transform: rotateZ(0deg);
    }

    to {
        transform: rotateZ(360deg);
    }
}

@media only screen and (max-width: 768px) {
    .fa_pagebanner .fa_mouse {
        display: none;
    }

    .fa_pagebanner .fa_cnt h3 {
        font-size: 20px;
    }

    .fa_pagebanner .fa_cnt p {
        font-size: 16px;
    }

    .fa_pagebanner .fa_bg img {
        min-height: 40vh;
        object-fit: cover;
        object-position: center;
    }

    .fa_pagebanner ._mouse {
        display: none;
    }
}


/**/

.fa_pagenav {
    background: #fff;
    border-bottom: #eee solid 1px;
    margin-bottom: 20px;
    padding: var(--f30) 2vw;
}

.fa_pagenav>.fa_flexwrap {
    align-items: center;
    /* min-height: 80px; */
    /* flex-direction: row-reverse; */
    justify-content:space-between;
}

.fa_pagenav .fa_l {
    width: 60%;
}

.fa_pagenav .fa_r {
    width: 40%;
    text-align: right;
    /* max-width:300px; */
}

.fa_pagenav .fa_list {
    text-align: left;
}

.fa_pagenav .fa_list a {
    display: inline-block;
    font-size: var(--f18);
    position: relative;
    /* padding: 0 20px; */
    transition: all 0.5s;
    /* font-weight: 600; */
    color: #9b9fa2;
    /* line-height: 80px; */
    margin: 0 1vw;
    line-height: 1;
}

.fa_pagenav .fa_list a:before {
    content: "";
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    bottom: 0;
    background: var(--main2-color);
    width: 0;
    transition: all 0.5s;
    position: absolute;
}

.fa_pagenav .fa_list a:hover{
    color: var(--main-color);
}

.fa_pagenav .fa_list a.fa_navon {
    font-weight: 600;
    color:#222;
}
.fa_pagenav .fa_list a.fa_navon:before {
    width: 100%;
}
.fa_pagenav .fa_pageSs form{
    display:flex;
}

.fa_pagenav .fa_pageSs form input{
    border:none;
    line-height:40px;
    width:calc(100% - 60px);
    box-shadow:none!important;
}
.fa_pagenav .fa_pageSs form button{
    font-size: 30px;
    border:none;
    background:none;
    transition:all 0.5s;
    color: #ccc;
}

.fa_pagenav .fa_pageSs form button:hover{
color:var(--main2-color);
}
.fa_pagenav1 {
    width: 100%;
    /* background: #f5f5f5; */
}

.fa_pagenav1 a {
    color: inherit;
}

.fa_pagenav1 .fa_tit {
    /* background: var(--main-color); */
    /* padding-left: 20px; */
    color: #000;
    font-size: var(--f30);
    /* line-height: 80px; */
    font-weight: 300;
    text-transform:
        uppercase;
    padding: 0 0 20px;
    /* margin-bottom: 20px; */
    margin-bottom: 20px;
    border-bottom: #eee solid 1px;
}

.fa_pagenav1 .fa_list {
    width: 100%;
    /* border: solid 1px #eee; */
}

.fa_pagenav1 .fa_pic {
    margin-top: 20px;
}

.fa_pagenav1 .fa_list .fa_pnav_yj {
    display: block;
    position: relative;
    /* border-bottom: #eee solid 1px; */
    /* border-top: #fff solid 1px; */
    /* background: #f7f7f7; */
    margin-bottom: 5px;
}

.fa_pagenav1 .fa_list .fa_pnav_yj:before {
    content: "";
    left: 0;
    top: 11px;
    width: 20px;
    height: 20px;
    border: #ddd solid 1px;
    position: absolute;
    transition: all 0.5s;
}

.fa_pagenav1 .fa_list .fa_pnav_yj:hover:before,
.fa_pagenav1 .fa_list .fa_pnav_yj.fa_on:before {
    border-color: var(--main-color);
}

.fa_pagenav1 .fa_list .fa_pnav_yj:after {
    position: absolute;
    left: 6px;
    top: 17px;
    content: "";
    width: 8px;
    height: 8px;
    background: var(--main-color);
    transition: all 0.5s;
    opacity: 0;

}

.fa_pagenav1 .fa_list .fa_pnav_yj.fa_on:after {
    opacity: 1;

}

.fa_pagenav1 .fa_list .fa_pnav_yj span>.fa_icon {
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    position: absolute;
    background: var(--main-color);
    font-size: 12px;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    display: flex;
    cursor: pointer;
}

.fa_pagenav1 .fa_list .fa_pnav_yj span a {
    display: block;
    padding: 10px;
    position: relative;
    /* background:#EBEBEB; */
    /* font-weight: 600; */
    color: #000;
    font-size: 16px;
    transition: all 0.5s;
    padding-left: 30px;
}

.fa_pagenav1 .fa_list .fa_pnav_yj:hover span a {
    color: var(--main-color);
    /* background: #3b8ae5; */
}

.fa_pagenav1 .fa_list .fa_pnav_yj.fa_on span a {
    color: var(--main-color);
}

.fa_pagenav1 .fa_list .fa_pnav_ej {
    display:
        none;
}

.fa_pagenav1 .fa_list .fa_pnav_ej a {
    display: block;
    font-size: 14px;
    padding: 10px 20px 10px 30px;
    color: #333;
    border-bottom: #eee solid 1px;
    transition: all 0.5s;
}

.fa_pagenav1 .fa_list .fa_pnav_ej a:hover {
    color: #fff;
    background: var(--main2-color);
}

.fa_pagenav1 .fa_list .fa_pnav_ej a:last-child {
    border: none;
}

@media only screen and (max-width: 768px) {
    .fa_pagenavlist .fa_tit {
        color: #fff;
        background: var(--main-color);
        padding: 15px 20px;
        width: 100%;
        cursor: pointer;
        font-size: 14px;
    }

    .fa_pagenavlist .fa_list {
        display: block;
        position: fixed;
        top: 0;
        right: -100%;
        bottom: 0;
        background: #fff;
        width: 100%;
        z-index: 999;
        padding-left: 40px;
        transition: all 1s;
    }

    .fa_pagenavlist.fa_open .fa_list {
        right: -0%;
    }

    .fa_pagenavlist .fa_list .fa_list_close {
        position: absolute;
        background: #333;
        color: #fff;
        left: 0;
        font-size: 20px;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 100%;
        top: 0;
    }

    .fa_pagenavlist .fa_list .fa_list_close i {
        transition: all 0.5s;
    }

    .fa_pagenavlist.fa_open .fa_list .fa_list_close i {
        transform: rotate(180deg);
    }

    .fa_pagenavlist .fa_list .fa_list_cnt a {
        display: block;
        padding: 15px 20px;
        border-bottom: #ccc solid 1px;
        color: #333;
    }

    .fa_pagenavlist .fa_list .fa_list_cnt a.fa_navon {
        color: var(--main-color);
        /* background: #eef4ff; */
    }

    .fa_pagenavlist {
        width: 100%;
    }

    .fa_pagenavlist1 a {
        color: inherit;
        width: 100%;
        display: block;
        line-height: 2;
        padding: 5px 20px;
        border-bottom: #ddd solid 1px;
        font-size: 14px;
    }

    .fa_pagenavlist0 a {
        width: 100%;
        color: inherit;
    }

    .fa_pagenavlist .fa_tit {
        color: #fff;
        background: var(--main-color);
        padding: 10px 20px;
        width: auto;
        cursor: pointer;
        font-size: 14px;
        /* margin-bottom: 30px; */
        /* margin-left: -100%; */
        /* margin-right: -100%; */
        /* padding: 5px 100%; */
        /* margin-top: 10px; */
    }

    .fa_pagenavlist .fa_list {
        display: block;
        position: fixed;
        top: 0;
        right: -100%;
        bottom: 0;
        background: #fff;
        width: 100%;
        z-index: 999;
        padding-left: 40px;
        transition: all 1s;
        /* overflow-y: scroll; */
    }

    .fa_pagenavlist.fa_open .fa_list {
        right: -0%;
    }

    .fa_pagenavlist .fa_list .fa_list_cnt {
        height: 100%;
        overflow-y: scroll;
    }

    .fa_pagenavlist .fa_list .fa_list_close {
        position: absolute;
        background: #333;
        color: #fff;
        left: 0;
        font-size: 20px;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 100%;
        top: 0;
    }

    .fa_pagenavlist .fa_list .fa_list_close i {
        transition: all 0.5s;
    }

    .fa_pagenavlist.fa_open .fa_list .fa_list_close i {
        transform: rotate(180deg);
    }

    .fa_pagenavlist0 .fa_list .fa_pnav_yj {
        display: block;
        position: relative;
        border-bottom: #ddd solid 1px;
        border-top: #fff solid 1px;
    }

    .fa_pagenavlist0 .fa_list .fa_pnav_yj.fa_on span>.fa_icon {
        transform: translateY(-50%) rotate(180deg);
    }

    .fa_pagenavlist0 .fa_list .fa_pnav_yj span>.fa_icon {
        background: var(--main-color);
        color: #fff;
        display: inline-block;
        right: 20px;
        top: 50%;
        transform:
            translateY(-50%);
        position: absolute;
        padding: 2px 5px;
        border-radius: 2px;
        transition: all 0.5s;
    }

    .fa_pagenavlist0 .fa_list .fa_pnav_yj span {
        display: block;
        padding: 10px 40px 10px 20px;
        font-size: 14px;
        color: #333;
        position: relative;
        background: #eeeeee;
    }

    .fa_pagenavlist0 .fa_list .fa_pnav_ej {
        display: none;
    }

    .fa_pagenavlist0 .fa_list .fa_pnav_ej a {
        display: block;
        font-size: 12px;
        padding: 10px 20px;
        color: #777;
        border-bottom: #eee solid 1px;
        transition: all 0.5s;
    }

    .fa_pagenavlist0 .fa_list .fa_pnav_ej a:hover {
        color: var(--main-color);
        background: #eff8f8;
    }

    .fa_pagenavlist0 .fa_list .fa_pnav_ej a:last-child {
        border: none;
    }
}


/**/

.fa_pagebox {
    text-align: center;
    margin-top: 30px;
}

.fa_pagebox .fa_pageitem {
    font-size: 0;
}

.fa_pagebox .page-num {
    display: inline-block !important;
    color: #333;
    padding: 0 5px;
}

.fa_pagebox .fa_pageitem span {
    display: inline-block;
}

.fa_pagebox .fa_pageitem span * {
    display: inline-block;
    border: #eee solid 1px;
    background: #fff;
    color: #000;
    padding: 0 15px;
    border-radius: 5px;
    font-size: 16px;
    margin: 0 2px;
    line-height: 30px;
}

.fa_pagebox .fa_pageitem span .page-num-current {
    background: var(--main-color);
    color: #fff;

}

.fa_pagebox .fa_pageitem .fa_page_li {
    background: #bbb;
    color: #fff;
    padding: 0px 10px;
    display: inline-block;
    font-size: 16px;
    border-radius: 5px;
    line-height: 30px;
    border: none;
    margin: 0 2px;
}

.fa_dt_page {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding-top: 20px;
    border-top: #eee solid 1px;
}

.fa_pageTitle {
    text-align: center;
    margin-bottom: 30px;
}

.fa_pageTitle h3 {
    font-size: 28px;
    color: #333;
    font-weight: bold;
}

.fa_pageTitle p {
    font-size: 16px;
    margin-top: 20px;
    color: #999;
}

@media only screen and (max-width: 768px) {
    .fa_pageTitle h3 {
        font-size: 20px;
    }

    .fa_pagebox {
        text-align: center;
    }

    .fa_dt_page {
        flex-wrap: wrap;
    }

    .fa_dt_page>div {
        width: 100%;
        text-align: left;
        padding: 10px 0;
        border-top: #ddd solid 1px;
    }
}

@media only screen and (min-width: 769px) {
    .fa_dt_page>div {
        font-size: 14px;
        color: #aaa;
    }

    .fa_dt_page>div a {
        font-size: 14px;
        color: #999;
    }
}


/**/

.fa_bread {
    font-size: 14px;
    color: var(--sum-color);
    /* margin-bottom: 30px; */
    /* border-bottom: #eee solid 1px; */
}

.fa_bread a {
    color: var(--sum-color);
    padding: 0 5px;
    display: inline-block;
}

.fa_bread a:hover {
    color: var(--main-color);
}

@media only screen and (min-width: 769px) {
    .fa_bread {
        text-align: right;
        /* padding: 20px 0; */
    }
}

@media only screen and (max-width: 768px) {
    .fa_bread {
        padding: 15px 10px;
        background: #f5f5f5;
    }
}


/**/

.fa_form form {
    /* display: flex; */
    /* border-radius: 10px; */
    /* overflow: hidden; */
    width: 100%;
}

.fa_form form input {
    width: calc(100% - 60px);
    border: none;
    line-height: 50px;
    padding: 0 10px;
    background: #fff;
}

.fa_form form button {
    width: 60px;
    height: 50px;
    line-height: 50px;
    background: var(--main-color);
    color: #fff;
    font-size: var(--f24);
    border: none;
}

@keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}


.fa_float2 {
    position: fixed;
    bottom: 30%;
    right: 5px;
    z-index: 99;
}

.fa_float2>div {
    display: block;
    position: relative;
    margin-top: 5px;
}

.fa_float2>div .fa_icon {
    width: 40px;
    height: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #fff;
    background: var(--main-color);
    border-radius: 5px;
    font-size: 26px;
    cursor: pointer;
}

.fa_float2>div .fa_icon i {
    display: block;
}

.fa_float2 .fa_info {
    position: absolute;
    top: 0;
    right: 45px;
    width: auto;
    min-width: 150px;
    background: rgba(245, 249, 255, 0.95);
    border-top: var(--main-color) solid 2px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: all 0.6s ease;
    padding: 15px;
    width: 250px;
}

.fa_float2 .fa_wx_img {
    position: absolute;
    top: 0;
    right: 45px;
    width: auto;
    min-width: 120px;
    background: rgba(255, 255, 255, 0.95);
    border-top: var(--main-color) solid 2px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: all 0.6s ease;
    padding: 5px;
}

.fa_float2 .fa_box_img img {
    width: 100%;
}

.fa_float2>div:hover .fa_wx_img {
    transition: all 0.6s ease;
    opacity: 1 !important;
    transform: translateY(0%) !important;
    visibility: visible !important;
}

.fa_float2>div:hover .fa_info {
    transition: all 0.6s ease;
    opacity: 1 !important;
    transform: translateY(0%) !important;
    visibility: visible !important;
}

.fa_float2 .fa_info .fa_tit {
    position: relative;
}

.fa_float2 .fa_info .fa_tit h3 {
    font-size: var(--f22);
    color: var(--main-color);
    font-weight: bold;
}

.fa_float2 .fa_info .fa_tit h3 a {
    color: var(--main-color);
    font-weight: inherit;
    font-family:"d-din-condensed-bold", sans-serif;
}

.fa_float2 .fa_info .fa_tit p {
    font-size: 14px;
    margin-top: 5px;
}

.fa_float2 .fa_info .fa_cnt {
    padding-top: 10px;
    margin-top: 10px;
    border-top: #eee solid 1px;
}

.fa_float2 .fa_info .fa_cnt h4 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
}

.fa_float2 .fa_info .fa_cnt h4 i {
    font-size: 14px;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    background: var(--main-color);
    display: inline-block;
    margin-right: 10px;
}

.fa_float2 .fa_info .fa_cnt p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

#fa_back .fa_icon {
    background: var(--main2-color);
}

.fa_float3 {
    position: fixed;
    z-index: 80;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    background: var(--main-color);
}

.fa_float3 a {
    display: block;
    width: 25%;
    text-align: center;
    color: #fff;
    border-right: rgba(255, 255, 255, 0.1) solid 1px;
    border-left: rgba(0, 0, 0, 0.2) solid 1px;
    padding: 10px;
}

.fa_float3 a h3 {
    font-size: 20px;
}

.fa_float3 a p {
    font-size: 12px;
    margin-top: 2px;
}

.fa_searchlist .fa_li {
    display: block;
    border: #eee solid 1px;
    background: #f5f5f5;
}

.fa_searchlist .fa_li .fa_Img {
    padding-bottom: 100%;
    background: #fff;
}

.fa_searchlist .fa_li .fa_tit {
    padding: 15px 20px;
    text-align: center;
    color: #333;
}

/**/
.fa_comm_cnt {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .fa_comm_cnt .fa_comm_l {
        width: 100%;
    }

    .fa_comm_cnt .fa_comm_r {
        width: 100%;
        margin-top: 20px;
    }

    .fa_comm_cnt {
        margin-top: 0;
    }
}

@media only screen and (min-width: 769px) {
    .fa_comm_cnt .fa_comm_l {
        width: 230px;
        /* border-right: #eee solid 1px; */
    }

    .fa_comm_cnt .fa_comm_r {
        width: calc(100% - 230px);
        padding-left: 5vw;
    }
}
/**/

@media screen and (min-width: 769px) {
    
.fa_More.fa_text_c a {
    margin-left:auto;
    margin-right:auto;
}
.fa_More a {
    width: 150px;
    height: 50px;
    border-radius: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color:var(--main-color);
    transition:all 0.5s;
    position:relative;
    overflow:hidden;
}
.fa_More a>*{
    transition:all 0.5s;
    transform:translateX(-20px);
}
.fa_More a:hover>*{
    
    transform:translateX(-0);
    color:#fff;
}
.fa_More span{
    position:relative;
    color:var(--main-color);
}
.fa_More.fa_text_w span{
    color:#fff;
}
.fa_More a:before{
    content:"";
    left:0;
    position:absolute;
    left:0;
    top:0;
    transition:all 0.5s;
    bottom:0;
    display:inline-block;
    background: var(--main-color);
    width:0;
    border-radius:500px;
}
.fa_More a:hover:before{
    width:100%;
}
.fa_More a em::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    background: var(--main-color);
    opacity: .3;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: sf 1.2s infinite linear;
    animation: sf 1.2s infinite linear;
    -webkit-transition: ease .5s;
    transition: ease .5s
}
.fa_More.fa_text_w em:before,.fa_More.fa_text_w em{
    background:#fff;
}
.fa_More a:hover em{
    background: #fff;
}

.fa_More a:hover em::before{
    background: #fff;
}
    
.fa_More a em {
    width: 8px;
    height: 8px;
    background: var(--main-color);
    border-radius: 50%;
    display: block;
    position: relative;
    margin-right: .78125vw
}

}

@media screen and (max-width: 980px) {
    .fa_More a  {
        display:inline-block;
        padding:5px 20px;
        font-size:14px;
        color:#fff;
        background:var(--main2-color);
        border-radius:500px;
    }
}


@-webkit-keyframes sf {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1, 1);
        transform: translate(-50%, -50%) scale(1, 1)
    }

    50% {
        -webkit-transform: translate(-50%, -50%) scale(2.5, 2.5);
        transform: translate(-50%, -50%) scale(2.5, 2.5)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(1, 1);
        transform: translate(-50%, -50%) scale(1, 1)
    }
} 

@keyframes sf {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1, 1);
        transform: translate(-50%, -50%) scale(1, 1)
    }
    50% {
        -webkit-transform: translate(-50%, -50%) scale(2.5, 2.5); 
        transform: translate(-50%, -50%) scale(2.5, 2.5)
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(1, 1);
        transform: translate(-50%, -50%) scale(1, 1)
    }
}
 
/**/  
.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}       