.faly{
    padding-top: 60px;
}
.fabanner {
    position: relative;
    height: 550px;
}

.fabanner>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fabanner_box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.fabanner_box .container {
    display: flex;
}

.fabanner_txt {
    position: relative;
}

.fabanner_txtbox {
    position: relative;
    padding: 60px 40px;
    border-radius: 7px;
    background-color: rgba(0, 72, 180, .9);
    color: #ffff;
    z-index: 5;
}

.fabanner_txtbox_h {
    font-size: 48px;
    font-weight: 700;
}

.fabanner_txtbox_p {
    margin-top: 10px;
}

.fabanner_txtbox_p p {
    margin-top: 6px;
    padding-left: 30px;
    position: relative;
    font-size: 15px;
    color: #fff;
}

.fabanner_txtbox_p p::after {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    border: 1px solid #fff;
    transform: translateY(-50%);
}

.fabanner_txtbox_p p::before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #fff;
    transform: translate(3px, -50%)
}

.fabanner_txt_f {
    position: absolute;
    right: 0;
    top: 0;
    width: 90px;
    height: 90px;
    border-radius: 7px;
    background-color: #00b2e3;
    transform: translate(50%, -50%);
}

/*  */
.fatjcp {
    padding: 80px 0;
}

.fatjcp_tle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fatjcp_tlel {
    display: flex;
    align-items: center;
}

.fatjcp_f {
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 7px;
    background-color: #0047ba;
    transform: translateX(50%);
}

.fatjcp_f::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 28px;
    height: 28px;
    background-color: #00b2e3;
    border-radius: 4px;
    z-index: -1;
    transform: translate(-50%, 50%);
}

.fatjcp_ttxt {
    padding-left: 65px;
}

.fatjcp_ttxt_p {
    font-size: 28px;
    font-weight: 700;
    color: #0047ba;
}

.fatjcp_ttxt_en {
    font-size: 14px;
    color: #999;
}

.fatjcp_tler {
    width: 50%;
}

.fatjcp_tler {
    font-size: 16px;
    line-height: 26px;
    color: #666;
}

.fatjcp_x {
    margin: 35px 0 55px;
    display: flex;
    justify-content: space-between;
    height: 4px;
}

.fatjcp_xl {
    width: 25%;
    border-radius: 2px;
    background-color: #00b2e3;
}

.fatjcp_xr {
    width: 74.5%;
    border-radius: 2px;
    background-color: #0047ba;
}

.fatjcp_swiperbox {
    position: relative;
}

.fatjcp_slide {
    height: auto;
}

.fatjcp_slide .fatjcp_slidea {
    position: relative;
    padding: 30px 10px;
    display: block;
    border: 1px solid #efefef;
    border-radius: 7px;
    overflow: hidden;
}

.fatjcp_slideat {
    position: relative;
    z-index: 5;
}

.fatjcp_slideat_h {
    font-size: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fatjcp_slideat_en {
    font-size: 12px;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fatjcp_slideap {
    margin: 20px 0;
    font-size: 13px;
    line-height: 1.4;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;

}
.fatjcp_slideaimg{
    overflow: hidden;
}
.fatjcp_slideaimg img{
    width: 100%;
    transition: all .4s;
}
.fatjcp_slidea:hover{
    border: 1px solid #00b2e3;
}
.fatjcp_slidea:hover img{
    transform: scale(1.1);
}
.fatjcp_slideadws{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    display: flex;
    justify-content: space-between;
    transition: all .4s;
}
.fatjcp_slideadwl{
    width: 25%;
    border-radius: 0 2.5px 0 0;
    background-color: #00b2e3;
}
.fatjcp_slideadwr{
    width: 73%;
    border-radius: 2.5px 0 0 0;
    background-color: #0047ba;
}
.fatjcp_slidea:hover .fatjcp_slideadws{
    height: 5px;
}
.fatjcp_pagination ,
.faal_pagination{
    display: flex;
    justify-content: center;
}

.fatjcp_slideadw {
    position: absolute;
    right: 30px;
    top: 40px;
    font-size: 50px;
    color: #f1f1f1;
    font-weight: 700;
    line-height: 1;
}

.fatjcp_next,
.fatjcp_prev,
.faal_next,
.faal_prev ,
.fakh_next,
.fakh_prev{
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
}

.fatjcp_next,
.faal_next ,
.fakh_next{
    right: 0;
    transform: translate(100%, -50%);

}

.fatjcp_prev ,
.faal_prev,
.fakh_prev{
    left: 0;
    transform: translate(-100%, -50%);
}

.fatjcp_next i,
.fatjcp_prev i,
.faal_next i,
.faal_prev i ,
.fakh_next i  ,
.fakh_prev i {
    font-size: 45px;
    font-weight: 700;
    color: #0047ba;
}
.fakh_prev{
    left: 15%;
    z-index: 10;
}
.fakh_next{
    right:  15%;
    z-index: 10;
}
/* fagg */
.fagg {
    display: flex;
    justify-content: space-between;
    height: 320px;
    color: #fff;
    line-height: 1;
}

.fagg_l {
    width: 59.6%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 8px 8px 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-left: 15%;
}

.fagg_r {
    width: 39.8%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 15%;
    border-radius: 8px 0 0 8px;
    overflow: hidden;
}

.fagg_lh {
    font-size: 46px;
    font-weight: 700;
}

.fagg_lc {
    margin: 25px 0;
    display: flex;
}

.fagg_lcct {
    padding: 15px 30px;
    font-size: 28px;
    font-weight: 700;
    color: #333;
    border-radius: 5px;
    background-color: #fff;
}

.fagg_lb {
    font-size: 18px;
}

.fagg_rtel {
    display: flex;
    align-items: center;
}

.fagg_rtel i {
    font-size: 65px;
    color: #fff;
}

.fagg_rtel span {
    margin-left: 20px;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
}

.fagg_rbox .fagg_rter {
    margin-top: 20px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    border: 1px solid #fff;
    line-height: 1;
    transition: all .4s;
}
.fagg_rbox .fagg_rter:hover {
    background: linear-gradient(to right, #0a4eb3, #48addd);
    border: 0;
}
/* fays */
.fays {
    padding: 80px 0;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

.fays_tle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fays_tle_txt {
    position: relative;
    z-index: 5;

}

.fays_tle_txtt {
    display: flex;
    align-items: center;
    padding: 0 35px;
    background-color: #fbfaff;
}

.fays_tle_txtt p {
    font-size: 28px;
}

.fays_tle_txtt span {
    font-size: 30px;
    font-weight: 700;
    color: #ebebeb;
    text-transform: uppercase;
    margin-left: 15px;
}

.fays_tle_txtp {
    display: flex;
}

.fays_tle_txtp>div {
    font-size: 48px;
    font-weight: 700;
    color: #00b2e3;
    padding: 0 35px;
    background-color: #fbfaff;
}

.fays_tledw {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 55%;
    border: 4px solid #f1f1f1;
    transform: translateY(35%);
}
.fays_ctitem{
    margin-top: 30px;
    display: flex;
}
.fays_ctitem>div{
    width: 50%;
}
.fays_ctitem_l{
    padding: 0 30px;
}
.fays_ctitem_l img{
    width: 100%;
}
.fays_ctitem_r{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.fatjcp_f span{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background-color: #0047ba;
    border-radius: 7px;
}
.fays_ctitem .fatjcp_ttxt_p{
    color: #333;
    transition: all .4s;
}
.fays_ctitem:hover .fatjcp_ttxt_p{
    transform: translateX(5px);
    color: #00b2e3;
}
.fays_ct_p{
    margin-top: 30px;
 padding-left: 110px;
}
.fays_ctitem:nth-child(2n) .fays_ctitem_l{
    order: 2;
}
.fagsjj{
    position: relative;
    margin: 80px 0;
}

.fagsjj .container{
    position: relative;
    z-index: 5;
}
.fagsjj_ct{
    display: flex;
}
.fagsjj_ct>div{
    width: 50%;
}
.fagsjj_ctl{
    padding-top: 90px;
    padding-right: 55px;
    display: flex;
    flex-direction: column;
}
.fagsjj_ctl_img{
    position: relative;
    flex: 1;
}
.fagsjj_ctl_img>div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}
.fagsjj_ctl_imgbox{
    overflow: hidden;
}
.fagsjj_ctl_imgbox>img{
width: 100%;
transition: all .4s;
}
.fagsjj_ctl_imgbox:hover>img{
    transform: scale(1.1);
}
.fagsjj_ctl_imgbox{
    position: relative;
}
.fagsjj_ctl_imgboxdw{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fagsjj_ctl_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fagsjj_ctl_imgboxdw img{
    width: 120px;
    height: auto;
}
.fagsjj_ctr{
    padding-top: 90px;
}
.fagsjj_ctr_h{
    font-size:48px ;
    font-weight: 700;
}
.fagsjj_ctr_p{
    margin: 60px 0;
}
.fagsjj_ctr_p{
    font-size: 16px;
    line-height: 26px;
}
.fagsjj_ctr_pa{
    display: flex;
}
.fagsjj_ctr_pa a{
display: flex;
width: 200px;
height: 55px;
display: flex;
align-items: center;
justify-content: center;
background-color: #00b2e3;
color: #fff;
margin-right: 15px;
border-radius: 7px;
font-size: 18px;
}
.fagsjj_ctr_pa a span{
transition: all .4s;
}
.fagsjj_ctr_pa a:hover span{
    transform: translateX(4px);
}
.fagsjj_ctr_pa i{
    font-size: 20px;
    margin-right: 8px;
}
.fagsjj_ctr_pa .fagsjj_bf{
    background-color: #0047ba;
}
.fagsjj_ctl_img .fagsjj_ctl_imgf{
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    height: 120px;
    border-radius: 7px;
    background-color: #0047ba;
    transform: translate(-50%,-50%);
}

.fagsjj_ctrdw{
    position: absolute;
    left: 50%;
    top: 0;
}
.fajd{
    padding: 80px 0;
    background-color: #f6f6f6;
}
.fajd_tle{
    text-align: center;
    font-size: 28px;
    font-weight: 700;
}
.fajd_p{
    margin: 30px auto;
    width: 55%;
}
.fajd_p p{
    text-align: center;
}
.faal{
    padding: 80px 0;
}
.faal .fatjcp_tler,
.faxw .fatjcp_tler{
    display: flex;
    justify-content: flex-end;
}
.faal .fatjcp_tler a,
.faxw .fatjcp_tler a{
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ccc;
    transition: all .4s;
}
.faal .fatjcp_tler a:hover,
.faxw .fatjcp_tler a:hover{
    color: #00b2e3;
}
.faal .fatjcp_slideap{
    margin: 0;
}
.faal .fatjcp_slideaimg{
    margin: 20px 0;
}
.fakh{
 padding-top: 80px;
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
}
.fakh .fatjcp_ttxt_p,
.fakh .fatjcp_ttxt_en,
.fakh .fatjcp_tler{
    color: #fff;
}
.fakh .fatjcp_f{
    background-color: #fff;
}
.fakhct{
    position: relative;
margin-top: 50px;
    background-color: transparent;
}
.fakhctbox{
    padding-left: 15%;
}
.fakh_slide,
.fakh_swiper{
    background-color: #fff;
}
.fakh .swiper{
   overflow: visible;
}
.fakhct{
    overflow: hidden;
}
.fakh_slide .fakh_slideimg{
    display: block;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 50px;
    overflow: hidden;
}
.fakh_slideimg img{
    filter: grayscale(100%);
    opacity: .6;
    transition: all .4s;
}
.fakh_slideimg:hover img{
    transform: scale(1.1);
    filter: grayscale(0%);
    opacity: 1;
}
.faxw{
    padding: 80px 0;
}
.faxw_ct{
    display: flex;
    flex-wrap: wrap;
}
.faxw_ct .faxw_cta{
    width: 49%;
    margin-right: 2%;
    display: flex;
    line-height: 65px;
    border-bottom: 1px solid #e7e7e7;
    color: #666;
    font-size: 16px;
}
.faxw_ct .faxw_cta:nth-child(2n){
    margin-right: 0;
}
.faxw_ctar{
    width: 120px;
    text-align: center;
}
.faxw_ctal{
    width: calc(100% - 120px);
}
.faxw_ctal{
    display: flex;
    align-items: center;

}
.faxw_ctal span{
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #666;
    transition: all .4s;
}
.faxw_ctal p{
    padding: 0 15px;
    width: calc(100% - 5px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .4s;
}
.faxw_cta:hover span{
    background-color: #00b2e3;
}
.faxw_cta:hover p{
   color: #00b2e3;
   transform: translateX(4px);
}
.falybox{
background-position: bottom;
background-repeat: no-repeat;
background-size: 100% 100%;
/* background-color: #fff; */
}

.falyboxs{
    display: flex;
    justify-content: space-between;
}
.falyboxs_l{
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.falyboxs_l .fatjcp_tlel{
    margin-top: 30px;
}
.falyboxs{
    height: 280px;
}
.falyboxs_r{
width: 35%;
    position: relative;
}
.falyboxs_r .falyboxs_rimg{
    position: absolute;
    bottom: 0;
    right: 0;
}
.falyboxs_r img{
    height: 350px;
    width: auto;
}
.faly_form{
    margin: 35px 0;
    display: flex;
    flex-wrap: wrap;
}
.faly_form_item{
    width: 32%;
    margin-right: 2%;
    height: 45px;
    display: flex;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 15px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2) inset;
}
.faly_form_item:nth-of-type(3n){
    margin-right: 0;
}

.faly_form_item i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 100%;
    font-size: 18px;
    color: #666;
}
.faly_form_item_img {
    width: 80px;
    padding: 0 5px;
    display: flex;
    align-items: center;
}
.faly_form_item input{
   width: calc(100% - 40px);
    border: 0;
    background-color: transparent;
}
.faly_form_item.faly_form_itemtj input{
    width: 100%;
}
.faly_form_item.faly_form_itemyz input{
    width: calc(100% - 120px);
}
.faly_form_item img{
    width: 100%;
    height: auto;
}

.faly_form_itemtj{
    background: linear-gradient(to right, #0a4eb3, #48addd);
    border: 0;
    transition: all .4s;
}
.faly_form_itemtj:hover{
    transform: scale(.97);
}
.faly_form_itemtj input{
    color: #fff;
    font-weight: 700;
}
.faxw .fatjcp_x{
    margin-bottom: 30px;
}
.falybox.on1{
    position: static;
}
.falybox.on{
    position: fixed;
    width: 100%;
    left: 0;
    bottom:0;
    /*transform: translateY(-50%);*/
    z-index: 50;
}
.falybox.on .container{
    /*padding: 0 50px;*/
    /*box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);*/
}
@media screen and (max-width: 1921px) {
    .fabanner_txtbox_h,
    .fagg_lh,
    .fagg_rtel span,
    .fays_tle_txtp>div,
    .fagsjj_ctr_h{
        font-size: 40px;
    }
    .fagg_rtel span{
        margin-left: 0;
    }
    .fabanner{
        height: 500px;
    }
    .fatjcp_slideat_h{
        font-size: 20px;
    }
    .fagg_lb{
       font-size: 16px; 
    }
    .fagg_rbox .fagg_rter,
    .fagg_lcct {
        font-size: 22px;
    }
    .fagg{
        height: 300px;
    }
}
@media screen and (max-width: 1366px) {
    .fabanner_txtbox_h, .fagg_lh, .fagg_rtel span, .fays_tle_txtp>div, .fagsjj_ctr_h{
        font-size: 32px;
    }
    .fabanner_txtbox_p p{
        font-size: 14px;
    }
    .fabanner_txtbox{
        padding: 50px 30px;
    }
    .fabanner{
        height: 450px;
    }
    .fatjcp,
    .faxw,
    .fajd,
    .fays{
        padding: 70px 0;
    }
    .fagsjj{
        margin: 70px 0;
    }
    .fakh,
    .faal{
        padding-top: 70px;
    }
    .fatjcp_ttxt_p,
    .fays_tle_txtt p{
        font-size: 24px;
    }
    .fatjcp_tler{
        font-size: 14px;
    }
    .fatjcp_ttxt{
        padding-left: 55px;
    }
    .fatjcp_slideat_h{
        font-size: 18px;
    }
    .fatjcp_slide .fatjcp_slidea{
        padding:  20px 10px;
    }
    .fatjcp_slideadw{
        right: 30px;
        top: 20px;
        font-size: 55px;
    }
    .fagg_rbox .fagg_rter, .fagg_lcct{
        font-size: 20px;
    }
    .fagg_lb{
        font-size: 13px;
        line-height: 1.3;
    }
    .fagg_lb{
        margin: 20px 0;
    }
    .fagg{
        height: 250px;
    }
        
    .fays_tle_txtt span{
        font-size: 26px;
    }
    .fays_ct_p{
        margin-top: 15px;
        padding-left:105px ;
    }
    .fays_ct_p p,
    .fagsjj_ctr_p p,
    .fajd_p p,
    .faxw_ctal p,
    .faxw_ctar{
        font-size: 14px;
    }
    .fagsjj_ctr,
    .fagsjj_ctl{
        padding-top: 50px;
    }
    .fajd_tle{
        font-size: 24px;
    }
    .fajd_p{
        margin: 20px auto;
        width: 70%;
    }
    .faal .fatjcp_tler a, .faxw .fatjcp_tler a{
        font-size: 22px;
    }
    .fakhct{
        margin-top: 40px;
    }
    .faxw_ct .faxw_cta{
        height: 55px;
    }
    .fatjcp_x{
        margin: 25px 0 35px;
    }
}
@media screen and (max-width: 1200px) {
    .fabanner_txtbox_h, .fagg_lh, .fagg_rtel span, .fays_tle_txtp>div, .fagsjj_ctr_h{
        font-size: 28px;
    }
    .fabanner_txtbox_p p{
        font-size: 12px;
    }
    .fabanner{
        height: 400px;
    }
    .fatjcp, .faxw, .fajd, .fays{
        padding: 60px 0;
    }
    .fakh, .faal{
        padding-top: 60px;
    }
    .fagsjj{
        margin: 60px 0;
    }
    .fatjcp_ttxt_p, .fays_tle_txtt p{
        font-size: 22px;
    }
    .fatjcp_tler{
        font-size: 12px;
    }
    .fatjcp_slideap{
        font-size: 12px;
        margin: 10px 0;
    }
    .fagg_lb{
        padding-right: 20px;
        margin: 0;
    }
    .fagg_lc{
        margin: 15px 0;
    }
    .fagg_rbox .fagg_rter, .fagg_lcct{
        font-size: 18px;
    }
    .fagg_rtel i{
        font-size: 50px;
    }
    .fays_ct_p p, .fagsjj_ctr_p p, .fajd_p p, .faxw_ctal p, .faxw_ctar{
        font-size: 12px;
    }
    .fays_ct_p{
        margin-top: 8px;
    }
    .fagsjj_ctr, .fagsjj_ctl{
        padding-top: 40px;
    }
    .fagsjj_ctl_img .fagsjj_ctl_imgf{
        width: 60px;
        height: 60px;
    }
    .fagsjj_ctr_p{
        margin: 40px 0;
    }
    .fajd_p{
        margin: 15px auto;
    }
    .fatjcp_next, .fatjcp_prev, .faal_next, .faal_prev, .fakh_next, .fakh_prev{
        width: 45px;
        height: 45px;
    }
    .falyboxs_r img{
        width: 220px;
    }
}
@media screen and (max-width: 992px) {
    .fabanner_txtbox_h, .fagg_lh, .fagg_rtel span, .fays_tle_txtp>div, .fagsjj_ctr_h{
        font-size: 24px;
    }
    .fabanner{
        height: 350px;
    }
    .fagg_rbox .fagg_rter, .fagg_lcct{
        font-size: 16px;
    }
    .fatjcp, .faxw, .fajd, .fays{
        padding: 50px 0;
    }
    .fakh, .faal{
        padding-top: 50px;
    }
    .fagsjj{
        margin: 50px 0;
    }
    .fatjcp_ttxt_p, .fays_tle_txtt p{
        font-size: 20px;
    }
    .fagsjj_ctl_img .fagsjj_ctl_imgf{
        display: none;
    }
    .fagsjj_ctr, .fagsjj_ctl {
        padding-top: 20px;
    }
    .fatjcp_next, .faal_next, .fakh_next{
        transform:translate(0%, -50%);
        z-index: 5;
    }
    .fatjcp_prev, .faal_prev, .fakh_prev {
     
        transform: translate(0%, -50%);
    }
}
@media screen and (max-width: 768px) {
    .fabanner_txt_f{
        display: none;
    } 
    .fabanner_txtbox{
        width: 100%;
        padding: 35px 20px;
    }
    .fabanner_txtbox_h, .fagg_lh, .fagg_rtel span, .fays_tle_txtp>div, .fagsjj_ctr_h{
        font-size: 22px;
    }
    .fabanner{
        height: 300px;
    }
    .fatjcp_f{
        display: none;
    }
    .fatjcp_tle{
        flex-wrap: wrap;
    }
    .fatjcp_tle>div{
        width: 100%;
    }
    .fatjcp_ttxt{
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .fatjcp_tler{
        margin-top: 20px;
        text-align: center;
    }
    .fatjcp_x{
        display: none;
    }
    .fagg{
        flex-wrap: wrap;
    }
    .fagg>div{
        width: 100%;
        margin: 0 20px;
        border-radius: 7px;
        text-align: center;
        overflow: hidden;
    }
    .fagg .fagg_l{
        padding: 30px 20px !important;
        margin-bottom: 20px;
    }
    .fagg_lh{
        font-size: 16px;
    }
    .fagg_lcct{
        font-size: 14px;
    }
    .fagg_lcct{
        padding: 10px;
    }
    .fagg_r{
        padding: 30px 20px !important;
        justify-content: center;
    }
    .fays_tledw{
        display: none;
    }
    .fays_tle_txtt{
        flex-wrap: wrap;
    }
    .fays_tle_txtt p,
    .fays_tle_txtt span{
        width: 100%;
    }
    .fagg{
        height: auto;
    }
    .fagg_rbox .fagg_rter{
        padding: 15px;
        font-size: 14px;
    }
    .fagg_rtel i{
        font-size: 40px;
    }
    .fays_tle_txtt{
        padding: 0;
        text-align: center;
    }
    .fays_tle_txtt span{
        font-size: 16px;
        margin: 0;
    }
    .fays_tle_txtp{
        justify-content: center;
    }
    .fays_tle_txtp>div{
        padding: 0;
        text-align: center;
   
    }
    .fays_ctitem{
        flex-wrap: wrap;
    }
    .fays_ctitem>div{
        width: 100%;
    }
    .fays_ctitem_l{
        padding: 0 0 20px;
    }
    .fays_ct_p{
        padding: 0;
        text-align: center;
    }
    .fays_ctitem:nth-child(2n) .fays_ctitem_l{
        order: -1;
    }
    .fagsjj_ctrdw{
   left: 20px;
   width: 70%;
    }
    .fagsjj_ctr, .fagsjj_ctl{
        padding-top: 0;
    }
    .fagsjj_ct{
        flex-wrap: wrap;
    }
    .fagsjj_ct>div{
        width: 100%;
    }
    .fagsjj_ctr_p{
        margin: 20px 0;
    }
    .fagsjj_ctr_pa a{
        height: 45px;
        font-size: 14px;
    }
    .fagsjj_ctl_img>div{
        position: static;
      
    }
    .fagsjj_ctl{
        padding: 0 ;
        margin-bottom: 30px;
    }
    .faal .fatjcp_tler a, .faxw .fatjcp_tler a{
        display: none;
    }
    /* .fakhctbox {
        margin: 0 20px;
    } */
    /* .fakh .swiper{
        width: 100%;
        overflow: hidden;
    } */
    .faxw_ct{
        flex-wrap: wrap;
    }
    .faxw_ct .faxw_cta{
        width: 100%;
        margin-right: 0;
        height: 45px;
    }
    .falyboxs_r{
        display: none;
    }
    .falyboxs_l{
        width: 100%;
    }
    .faly_form{
        margin: 25px 0;
    }
    .faly_form_item{
       width:100%; 
       height: 36px;
       font-size: 12px;
       margin-bottom: 10px;
    }
    .faly_form_item:nth-of-type(3n){
        margin-right: 0%;
    }
    .faly_form_item:nth-of-type(2n){
        margin-right: 0%;
    }
    .faly_form_item.faly_form_itemyz,
    .faly_form_item.faly_form_itemtj{
        width: 100%;
        margin-right: 0;
    }
    .falybox{
        background-size: cover;
    }
    .faly{
        margin-top: 0;
    }
    .falyboxs{
        height: auto;
    }
    .fatjcp_ttxt_en{
        display: none;
    }
}
.faal{
    display: none;
}