/*title*/



.fa_Title h4 {

    font-size: var(--f18);

    font-family: "Arial";

    font-style: italic;

    color: var(--main-color);

    font-weight: bold;

}



.fa_Title h2 {

    font-size: var(--f50);

    font-family: "xique";

    color: #000;

    line-height: 1;

}



.fa_Title .fa_ico {

    width: auto;

    max-width: 24px;

    margin-top: 20px;

    margin-bottom: 20px;

}



.fa_Title .fa_ico img {

    width: 100%;

}



.fa_Title h3 {

    line-height: normal;

    font-family: "sjzl";

    font-size: var(--f30);

    color: #000;

}



@media only screen and (max-width: 768px) {

    .fa_Title h2 {

        font-size: 26px;

    }

}



.fa_More a {

    background: var(--main-color);

    border: none;

    width: 170px;

    line-height: 50px;

    text-align: center;

    color: #fff;

    font-size: 16px;

    transition: all 0.5s;

    position: relative;

    border-radius: 0;

    overflow: hidden;

    letter-spacing: 2px;

    box-shadow: 0.1px 1.3px 5.3px rgba(0, 0, 0, 0.008), 0.4px 4.2px 17.9px rgba(0, 0, 0, 0.01), 2px 19px 80px rgba(0, 0, 0, 0.02);

    border-radius: 5px;

    padding: 0 20px;

    border-radius: 500px;

    display: inline-block;

}



.fa_More a i {

    width: 24px;

    height: 24px;

    background: rgba(255, 255, 255, 0.3);

    border-radius: 50%;

    color: #fff;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    margin-left: 10px;

    font-size: 14px;

    font-weight: bold;

}



.fa_More a:before {

    content: "";

    position: absolute;

    display: block;

    transition: all .6s;

    width: 100%;

    height: 0;

    border-radius: 50%;

    left: 50%;

    top: 50%;

    padding-top: 100%;

    transform: translateX(-50%) translateY(-50%);

    display: block;

}



.fa_More a::after {

    content: "";

    position: absolute;

    width: 0;

    height: 100%;

    transition: all .3s;

    z-index: 0;

    opacity: 0;

    top: 0;

    left: 0px;

}



.fa_More a span {

    display: block;

    width: 100%;

    position: relative;

    z-index: 2;

    outline: 0;

    margin: 0px;

    overflow: hidden;

    color: #fff!important;

}



.fa_More a:hover:before {

    animation: style1 .75s;

    z-index: 1;

}



.fa_More a:hover::after {

    opacity: 1;

}





/**/



.fa_Header .fa_Logo a {

    display: block;

    max-width: 100%;

    max-height: 100%;

}



.fa_Header .fa_Logo a img {

    max-width: 100%;

    max-height: 100%;

    object-fit: contain;

    object-position: left center;

}



.fa_Header {

    width: 100%;

    transition: all 0.5s;

    z-index: 800;

    position: relative;

    background: #fff;

}



.fa_Header.fa_Headeron {

    position: fixed;

    top: 0;

    right: 0;

    left: 0;

}



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

    .fa_headertop {

        background: var(--main-color);

        border-bottom: solid 10px var(--main2-color);

        padding: 0 3vw;

    }

    .fa_headertop>div {

        height: 38px;

        display: flex;

        align-items: center;

        justify-content: space-between;

        justify-content: space-between;

        font-size: 15px;

        color: #fff;

        /* padding: 0 5%; */

    }

    .fa_headertop>div .fa_top_r a {

        margin-left: 2vw;

        display: inline-block

    }

    .fa_Header .fa_NavMo {

        display: none;

    }

    .fa_Header .fa_Headerwrap {

        display: flex;

        justify-content: space-between;

        height: 100px;

        max-width: var(--wrapper);

        position: relative;

        max-width: 100%;

        width: 100%;

        padding: 0 3vw;

    }

    .fa_Header .fa_Logo {

        width: 155px;

        /* max-width: 155px; */

    }

    .fa_Header .fa_NavPc {

        width: calc(100% - 485px);

        /* max-width: 840px; */

        padding-right: 3vw;

    }

    .fa_Header .fa_NavPc ul {

        width: 100%;

        justify-content: flex-end;

        /* max-width: 900px; */

        margin: 0;

    }

    .fa_Header .fa_NavPc .fa_yjnav {

        /* margin-left: 3vw; */

        position: relative;

    }

    .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_Header .fa_NavPc .fa_yjlist span {

        display: block;

        line-height: 100px;

        padding: 0 1.5vw;

        color: #333;

       font-size: 1vw;

        font-weight: bold;

    }

    .fa_Header .fa_NavPc .fa_yjlist:before {

        content: '';

        position: absolute;

        left: 0;

        right: 0;

        bottom: 0;

        width: 0;

        margin: 0 auto;

        transition: all ease .3s;

        background: var(--main-color);

        height: 2px;

    }

    .fa_Header .fa_NavPc .fa_yjnav:hover .fa_yjlist:before {

        width: 100%;

    }

    .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: 85px;

        left: 50%;

        background: rgba(255, 255, 255, 0.95);

        z-index: 990;

        width: 140px;

        transform: translateX(-50%);

    }

    .fa_Header .fa_NavPc .fa_yjnav:hover .fa_ejnav {

        max-height: 550px;

    }

    .fa_Header .fa_NavPc .fa_ejnav a {

        font-size: 16px;

        display: block;

        text-align: center;

        color: var(--main-color);

        line-height: 40px;

    }

    /**/

    .div_navlink {

        width: 330px;

        /* text-align: right; */

        /* padding-left: 20px; */

    }

    .div_navlink a {

        width: 100%;

        text-align: center;

        line-height: 50px;

        transition: all 0.5s;

        background: var(--main-color);

        border: solid 2px var(--main-color);

        color: #fff;

        border-radius: 500px;

        display: flex;

        justify-content: center;

    }

    .div_navlink a:hover {

        background: transparent;

    }

    .div_navlink a i {

        margin-right: 10px;

        font-size: 30px;

        display: inline-block;

    }

    .div_navlink a b {

        font-size: var(--f28);

        font-weight: 500;

        font-family: "Din";

        margin-left: 10px;

    }

    .fa_lanmo {

        display: none;

    }

}



@media only screen and (max-width: 1200px) {

    .div_navlink {

        display: none!important;

    }

    .fa_Header .fa_Headerwrap {

        flex-wrap: wrap;

        width: 100%!important;

        padding: 0!important;

        padding: 10px 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 {

        text-align: left;

        width: 50%;

    }

    .fa_Header .fa_Logo a {

        width: 100%;

        height: 50px;

    }

    .fa_Header .fa_BtnNav {

        width: 50%;

        color: var(--main-color);

        font-size: 28px;

        text-align: right;

    }

    .fa_Header .fa_NavMo ul {

        padding: 70px 20px 20px;

        position: relative;

        height: 100%;

        overflow-y: scroll;

    }

    .fa_Header .fa_NavMo>span {

        font-size: 20px;

        color: #fff;

        position: absolute;

        top: 30px;

        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: 70px;

        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_Headerwrap {

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin: auto;

    padding: 0 10px;

    width: 96%;

    /* max-width: 1220px; */

}





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





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



button:focus {

    border: none!important;

    outline: none;

}





/**/



.fa_footer {

    background: var(--main-color);

}



.fa_wave {

    width: 100%;

}



.editorial {

    display: block;

    width: 100%;

    height: 25vh;

    margin: 0;

    max-height: 300px;

}



.parallax>use {

    animation: move-forever 6s linear infinite;

    transform-origin: 50% 50%;

}



.editorial {

    display: block;

    width: 100%;

    height: 25vh;

    margin: 0;

    max-height: 300px;

}



@keyframes move-forever {

    0% {

        transform: translate(-90px, 0%);

    }

    100% {

        transform: translate(85px, 0%);

    }

}



@keyframes fa_slide {

    0% {

        transform: translateX(-25%);

    }

    100% {

        transform: translateX(25%);

    }

}



@media (max-width: 50em) {

    .editorial {

        height: 15vw;

    }

}



.fa_footer .fa_left p img {

    max-width: 100%;

}



.fa_footer .fa_left .fa_ftel {

    padding-left: 70px;

    position: relative;

    margin-top: 4vw;

    margin-bottom: 20px;

}



.fa_footer .fa_left .fa_ftel:before {

    left: 0;

    top: 50%;

    transform: translateY(-50%);

    width: 50px;

    height: 50px;

    display: flex;

    align-items: center;

    justify-content: center;

    font-family: "iconfont1";

    content: "\e661";

    border: #fff solid 1px;

    border-radius: 50%;

    position: absolute;

    font-size: 30px;

    color: #fff;

}



.fa_footer .fa_left .fa_ftel p {

    line-height: normal;

    color: #fff;

    opacity: 0.5;

    font-size: 16px;

}



.fa_footer .fa_left .fa_ftel h3 {

    line-height: normal;

    font-size: var(--f30);

    font-family: "Din", "Arial";

    color: #fff;

    margin-top: 10px;

}



.fa_footer .fa_left .fa_ftel h3 a {

    color: #fff!important;

    font-family: inherit;

    font-weight: inherit;

}



.fa_footer .fa_left>p.e_text-100 {

    line-height: normal;

    color: #fff;

    opacity: 0.5;

    font-size: 14px;

}



.fa_footer .fa_left .fa_ewm {

    text-align: center;

    max-width: 200px;    margin-top: 10px;

}



.fa_footer .fa_left .fa_ewm img {

    max-width: 100%;

}



.fa_footer .fa_left .fa_ewm p {

    font-size: 14px;

    color: #fff; padding-top:10px;

}



.fa_footer .fa_center .fa_list {

    display: flex;

    justify-content: space-between;

}



.fa_footer .fa_center dl dt {

    font-size: var(--f20);

    color: #fff;

    margin-bottom: 20px;

    font-weight: bold;

    line-height: 1;

}



.fa_footer .fa_center dl dd p {

    color: #fff!important;

    opacity: 0.6;

    font-size: 16px;

    line-height: 34px;

}



.fa_footer .fa_center dl a {

    color: inherit;

}



.fa_footer .fa_right h3 {

    line-height: normal;

    font-size: var(--f30);

    color: #fff;

    margin-bottom: 3vw;

}



.fa_footer .fa_right .fa_form {

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}



.fa_footer .fa_right .fa_it {

    width: 100%;

    margin-bottom: 20px;

}



.fa_footer .fa_right .fa_it input {

    border: none;

    border-bottom: rgba(255, 255, 255, 0.2) solid 1px;

    color: #fff;

    padding: 0 15px;

    background: none;

}



.fa_footer .fa_right .fa_it textarea {

    border: none;

    border-bottom: rgba(255, 255, 255, 0.2) solid 1px;

    color: #fff;

    height: 150px;

    padding: 10px 15px;

    background: none;

}



.fa_footer .fa_right .form-control::-webkit-input-placeholder {

    color: #fff;

    font-size: 14px;

}



.fa_footer .fa_right .form-control::-moz-input-placeholder {

    color: #fff;

    font-size: 14px;

}



.fa_footer .fa_form .fa_button {

    width: 100%;

}



.fa_footer .fa_form .fa_button a {

    display: block;

    background: #fff;

    color: var(--main-color);

    line-height: 46px;

    font-size: 16px;

    padding: 0 20px;

    border-radius: 500px;

    text-align: center;

    border: none;

}



.fa_footer .fa_m2 .fa_it1 {

    font-size: 14px;

    color: #fff;

}

.fa_footer .fa_m2 .fa_it2 {   font-size: 14px;

    color: #fff;}

.fa_footer .fa_m2 a{ color:#fff}

.fa_footer .fa_m2 a:hover{ color:#fff;}



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

    .fa_footer .fa_left {

        max-width: 400px;

        width: 30%;

    }

    .fa_footer .fa_center {

        max-width: 500px;

        width: 35%;

        padding: 0 2vw;

    }

    .fa_footer .fa_right {

        max-width: 900px;

        width: 35%;

    }

    .fa_footer .fa_right .fa_it:nth-child(-n+4) {

        width: calc((100% - 20px) / 2);

    }

    .fa_footer .fa_m2 {

        padding-top: 0;

        align-items: flex-end;

    }

}



@media only screen and (max-width: 768px) {

    .fa_footer .fa_left {

        width: 100%;

    }

    .fa_footer .fa_center {

        width: 100%;

        display: none;

    }

    .fa_footer .fa_right {

        width: 100%;

    }

    .fa_footer .fa_left .fa_ewm {

        margin: 30px auto;

    }

}

.page-banner{    margin: 0px auto;

    width: 96%;

    padding: 0 0px;

    max-width: var(--wrapper);}
	
	

.page-banner img{    border-radius: 10vw 0 0 0;}

.banText {

    position: absolute;

    top: 33%;

    left: 0;

    text-align: left;

    width: 100%;

    padding: 0 10vw;

    color: #fff; z-index:1

}

.banText .tit-en {

    font-size: 50px; font-weight:bold

}

.banText .tit-cn {

    font-size: 30px;

}

.banText .b_line{ width:6%; height:4px; background:#fff; margin:10px 0 30px}
