

/**/
.fa_Pagecnt {
    overflow: hidden;
    min-height: 300px;
}

.fa_Pagecnt .fa_wrapper {
    max-width: 1240px;
}

.fa_Pagecnt img {
    max-width: 100%;
}

.fa_Pagecnt .fa_content {
    margin-top: 3vw;
    width: 100%;
    overflow: hidden;
}

.fa_Pagecnt .fa_Ndtitle h1 {
    color: #333;
    font-size: var(--f30);
    text-align: center;
    line-height: 2;
    font-weight: 500;
}

.fa_Pagecnt .fa_summ {
    margin: 30px 0;
    padding-bottom: 20px;
    border-bottom: #eee solid 1px;
    display: flex;
    justify-content: space-between;
}

.fa_Pagecnt .fa_summ span {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    color: #999;
}

.fa_Pagecnt .fa_news_pic {
    max-width: 900px;
    margin: auto;
    position: relative;
}

.fa_Pagecnt .fa_news_pic .fa_sml_swp .swiper-slide {
    max-width: 100px;
}

.fa_Pagecnt .fa_news_pic .fa_big_swp {
    background: #000;
    max-width: 700px;
    margin: 0 auto 30px;
}

.fa_Pagecnt .fa_news_pic .fa_sml_swp {
    background: #dddddd;
    padding: 15px;
}

.fa_Pagecnt .fa_big_swp {
    position: relative;
}

.fa_Pagecnt .fa_big_swp .fa_dtimg_btn>div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 5px 10px;
    z-index: 5;
    cursor: pointer;
    line-height: 1;
    opacity: 0;
    transition: all 0.5s;

}

.fa_Pagecnt .fa_big_swp .fa_dtimg_btn>div.fa_btn_l {
    left: 0;
    transform: translateX(-100%);
}

.fa_Pagecnt .fa_big_swp .fa_dtimg_btn>div.fa_btn_r {
    right: 0;
    transform: translateX(100%);
}

.fa_Pagecnt .fa_big_swp:hover .fa_dtimg_btn>div {
    opacity: 1;
    transform: translateX(0);

}

.fa_Pagecnt .fa_big_swp .fa_dtimg_btn>div:hover {
    background: var(--main-color);
}

.fa_Pagecnt .fa_big_swp .fa_Img {
    padding-bottom: 75.038%;
    background: #000;
}

.fa_Pagecnt .fa_big_swp .fa_Img .fa_link {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    text-align: center;
    transition: all 0.5s;
}

.fa_Pagecnt .fa_big_swp .fa_Img:hover .fa_link {
    transform: translateY(100%);
    opacity: 0;
}

.fa_Pagecnt .fa_sml_swp .fa_Img {
    padding-bottom: 60%;
    background: #ddd;
}
.fa_casedt .fa_wrapper{
    max-width:var(--wrapper);
}
.fa_casedt{
    background: #ebebeb;
}
.fa_casedt .fa_comm_r>div{
    background: #fff;
    padding:3vw;
    border-radius: 5px;
}
@media screen and (max-width: 768px) {
    .fa_casedt{
        padding:0!important;
    }
    .fa_casedt .fa_wrapper{
        width:100%;
        padding:0;
    }
    .fa_casedt .fa_comm_r{
        padding: 0;
        margin: 0;
    }
    .fa_Pagecnt .fa_summ{
        margin:15px 0;
        font-size:12px;
        padding-bottom: 10px;
        border: none;
        background: #f5f5f5;
        padding: 5px 5px;
    }
    .fa_Pagecnt .fa_summ span{
        font-size:12px;
        width:auto;
        margin: 0 5px;
    }
    .fa_casedt .fa_comm_r>div{
        padding:20px 20px;
    }
}
/**/

/**/
.fa_News {
}

.fa_News .fa_li {
   position:relative;
}

.fa_News .fa_li:before{
    content:"";
    left:0;
    bottom:0;
    height:1px;
    background:var(--main-color);
    position:absolute;
    transition:all 1s;
    width:0;
}

.fa_News .fa_li:hover:before{
    width:100%;
}
.fa_News .fa_tit {
    color:#333;
    font-size:1.3rem;
    margin-bottom:1rem;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
    
    transition:all 0.5s;
    
}

.fa_News .fa_li:hover .fa_tit {
    color:var(--main-color);
}
.fa_News .fa_li .fa_sum{
    
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size:0.9rem;
    line-height:1.5rem;
    height:3rem;
    margin-bottom:2rem;
    color:#999;
}
.fa_News .fa_li .fa_Img{
    padding-bottom:60%;
    border-radius:5px;
}
.fa_News .fa_li .fa_data{
    font-size:1rem;
    font-family: 'Lato', sans-serif;
}
.fa_News .fa_right .fa_it1 p{
    font-family: 'Lato', sans-serif;
    margin-bottom:10px;
    font-size: 0.9rem;
    color: #999;
}
.fa_News .fa_right .fa_it1 h3{
    font-size: 1.1rem;
    color: #333;
}
.fa_News .fa_right .fa_it1 {
    padding-bottom:2rem;
    display:block;
    
}

.fa_News .fa_right .fa_it2 {
    display:block;
    position:relative;
    background:var(--main2-color);
    overflow:hidden;
    border-radius:5px;
}

.fa_News .fa_right .fa_it2 .fa_Img{
    padding-bottom:60%;
    opacity:0.3;
}
.fa_News .fa_right .fa_it2 h3{
    padding:2vw;
    position:absolute;
    left:0;
    right:0;
    top:50%;
    transform:translateY(-50%);
    color:#fff;
    font-size:1.2rem;
    text-align:center;
    line-height:2;
}
@media screen and (min-width: 769px) {
    .fa_News .fa_wrapper{
        display:flex;
    
    }
    .fa_News .fa_left{
        width:65%;
    }
    .fa_News .fa_right{
        width:35%;
        padding-left:5vw;
    }
    
    .fa_News .fa_li {
        display:flex;
        margin-bottom:2rem;
        padding-bottom:2rem;
        border-bottom:#eee solid 1px;
        width: 100%;
    }
    .fa_News .fa_li .fa_l{
        width:30%;
    }
    
    .fa_News .fa_li .fa_r{
        width:70%;
        padding-left:2vw;
    }
    .fa_News .fa_right .fa_tt{
        padding-bottom:2rem;
        font-size:2rem;
        line-height:1;
        border-bottom:#eee solid 1px;
        margin-bottom:2rem;
    }
}
@media screen and (max-width: 768px) {
    .fa_News .fa_right {
        display:none;
    }
}
/**/
.fa_Case .fa_li {
    display: block;
    position: relative;
    transition: all 0.5s;
    overflow:hidden;
}

.fa_Case .fa_li:hover{
    box-shadow:
        1.7px 1px 2.4px rgba(0, 0, 0, 0.02),
        5.6px 3.4px 8px rgba(0, 0, 0, 0.03),
        25px 15px 36px rgba(0, 0, 0, 0.05);
}

.fa_Case .fa_li .fa_tit {
    font-size:var(--f18); 
    margin-top:30px;
    position:relative;
    text-align:center;
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    background:rgba(0,0,0,0.6);
    padding:20px 10px;
    border-radius:0;
    transition:all 0.5s;
    color:#fff;
}
.fa_Case .fa_li:hover .fa_tit {
    transform:translateY(100%);
    opacity:0;
}
.fa_Case .fa_li .fa_Img {
    padding-bottom: 120%;
    transition:all 0.5s;
}

/**/

.fa_Search .fa_li {
    background: #f5f5f5;
}

.fa_Search .fa_li .fa_Img {
    padding-bottom: 70%;
}

.fa_Search .fa_li .fa_tit {
    padding: 15px 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    text-align: center;
}


/**/
/**/
.fa_Pro {
    /* background: #eef4f7; */
}
.fa_Pro .fa_li {
    position: relative;
    transition: all 0.5s;
    background: #003f97;
    border:#ddd solid 1px;
    /* padding:20px; */
    overflow:hidden;
}
.fa_Pro .fa_li .fa_Img{
    padding-bottom: 100%;
}
.fa_Pro .fa_li .fa_sum{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    background:linear-gradient(rgba(0,127,203,0.8),rgba(0,63,151,0.8));
    display:flex;
    align-items:center;
    padding:2vw;
    transition:all 0.8s ease;
    transform:translateX(-100%);
    opacity:0;
    
}

.fa_Pro .fa_li:hover .fa_sum{
    opacity:1;
    transform:translateX(-0%);
}
.fa_Pro .fa_li .fa_sum h3{
    font-size:1.5rem;
    color:#fff;
    text-align:center;
}
.fa_Pro .fa_li .fa_sum article{
    font-size:0.95rem;
    line-height:1.7rem;
    margin: 1rem 0 0;
    color: #fff;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    height:5.1rem;
    opacity:0.8;
}
.fa_Pro .fa_li .fa_sum h6 {
    text-align:center;
    margin-top:1rem;
}
.fa_Pro .fa_li .fa_sum h6 span{
    display:inline-block;
    padding:5px 20px;
    border-radius:5px;
    background:var(--main-color);
    line-height:30px;
    color:#fff;
    font-size:0.8rem;
}
.fa_Pro .fa_li .fa_tit{
    padding: 20px 0 20px;
    text-align:center;
}

.fa_Pro .fa_li .fa_tit h3{
    font-size:1.2rem;
    color: #fff;
}
@media screen and (min-width: 769px) {
   
}

@media screen and (max-width: 768px) {
    
}
/**/
.fa_Prodt{
    background: #fff;
}
.fa_Prodt .fa_top {
    width: 100%;
    align-items: flex-start;
    position:relative;
    padding-top: 3vw;
    padding-bottom: 5vw;
}

.fa_Prodt .fa_top:before{
    content:"";
    position:absolute;
    left: 50%;
    /* right:0; */
    top:-100px;
    bottom:0;
    background:url(../images/prodtbg.jpg) no-repeat center;
    transform: translateX(-50%);
    width: 100vw;
    background-size: cover;
}

.fa_Prodt .fa_top .fa_top_l .fa_Img {
    padding-bottom: 80%;
}

.fa_Prodt .fa_top .fa_top_l {
    position:relative;
    
}

.fa_Prodt .fa_top .fa_top_l .fa_big_swp{
    background:#fff;
}
.fa_Prodt .fa_top .fa_top_l .fa_dtimg_btn>div {
    position: absolute;
    z-index: 20;
    font-size: 3vw;
    /* background: #f6f6f6; */
    /* color: #aaa; */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    top: 0;
    bottom: 0;
    cursor: pointer;
    height: 100%;
    /* width: 28px; */
    padding: 20px;
    opacity: 0.2;
}

.fa_Prodt .fa_top .fa_top_l .fa_dtimg_btn>div:hover {
    color: var(--main-color);
    opacity: 1;
}

.fa_Prodt .fa_top .fa_top_l .fa_dtimg_btn .fa_btn_l {
    left: 0;
}

.fa_Prodt .fa_top .fa_top_l .fa_dtimg_btn .fa_btn_r {
    right: 0;
}
.fa_Prodt .fa_top .fa_dt_r .fa_pro_tit b{
    font-size: 2.1rem;
    color:#fff;
    font-weight: 400;
}
.fa_Prodt .fa_top .fa_dt_r .fa_pro_cateinfo{
    font-size:0.9rem;
    color:#fff;
    padding:1rem 0;
    margin-top:2rem;
    border-top:rgba(255,255,255,0.2) solid 1px;
    
    border-bottom:rgba(255,255,255,0.2) solid 1px;
}
.fa_Prodt .fa_top .fa_dt_r .fa_pro_sum{
    font-size:1rem;
    color:#fff;
    margin-top:2rem;
    line-height:2;
}
.fa_Prodt .fa_top .fa_dt_r .fa_pro_link{
    display:flex;
    justify-content:space-between;
    margin-top:20px;
}
.fa_Prodt .fa_top .fa_dt_r .fa_pro_link a{
    display:block;
    width:calc((100% - 20px) / 2);
    line-height:50px;
    background:var(--main-color);
    color:#fff;
    text-align:center;
    border-radius:5px;
}
.fa_Prodt .fa_top .fa_dt_r .fa_pro_link a:nth-child(1){
    background:#45698d;
}
.fa_Prodt .fa_content{
    padding:3vw 0;
}
.fa_Prodt  .fa_content .fa_tab_tit{
    font-size:2rem;
    margin-bottom:3rem;
    padding-bottom:2rem;
    border-bottom:#ddd solid 1px;
}
@media only screen and (min-width: 769px) {
    .fa_Prodt .fa_top{
        display:flex;
        align-items: stretch;
    }
    .fa_Prodt .fa_top .fa_top_l{
        width:50%;
        padding-right:5vw;
    }
     .fa_Prodt .fa_top .fa_dt_r{
         width:50%;
         position: relative;
         display:flex;
         flex-direction:column;
         justify-content:space-between;
     }
}

@media only screen and (max-width: 769px) {
  .fa_Prodt .fa_top>div{
      width:100%;
      position: relative;
  }
    .fa_Prodt .fa_top .fa_dt_r{
        margin-top:30px;
    }
    .fa_Prodt .fa_top .fa_dt_r .fa_pro_tit b{
        font-size:20px;
    }
    
.fa_Prodt .fa_top .fa_dt_r .fa_pro_cateinfo{
    padding:10px 0;
    font-size:13px;
}
    
.fa_Prodt .fa_top .fa_dt_r .fa_pro_sum{
    font-size:14px;
    
}
    .fa_Prodt .fa_top .fa_dt_r .fa_pro_link a{
        line-height:40px;
        font-size:13px;
    }
    .fa_Prodt .fa_content .fa_tab_tit{
        font-size:18px;
        padding-bottom:10px;
    }
     .fa_Prodt .fa_content .fa_tab_content{
    overflow-x: scroll;
}
    .fa_Prodt .fa_content .fa_tab_content::-webkit-scrollbar {
    width: 8px;
    height: 4px;
    /* overflow: hidden; */
}
}

.fa_mask {
    position: fixed;
    z-index: 99;
    background: rgba(0, 0, 0, 0.2);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    height: 100%;
    overflow-y: scroll;
    display: none;
}

.fa_mask.fa_on {
    display: flex !important;
}

.fa_mask .fa_wrapBox {
    background: #fff;
    max-width: 900px !important;
    padding: 0 !important;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.fa_mask .fa_wrapBox .fa_title {
    /* background: var(--main-color); */
    /* padding:10px 50px 10px 10px; */
    position: relative;
}

.fa_mask .fa_wrapBox .fa_title .e_icon {
    color: #fff;
    position: absolute;
    font-size: 30px;
    right: 0;
    top: 0;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    z-index: 998;
}

i.e_icon {}

.fa_mask .fa_wrapBox .fa_title span {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    line-height: 24px;

}

.fa_mask .fa_wrapBox .fa_content {
    padding: 0;
}

.fa_mask .fa_wrapBox .fa_content .fa_boxpro {
    display: flex;
}

.fa_mask .fa_wrapBox .fa_content .fa_boxpro .fa_left {
    width: 110px;
}

.fa_mask .fa_wrapBox .fa_content .fa_boxpro .fa_left .fa_Img {
    padding-bottom: 100%;
}

.fa_mask .fa_wrapBox .fa_content .fa_boxpro .fa_right {
    width: calc(100% - 110px);
    padding-left: 30px;
}

.fa_mask .fa_wrapBox .fa_content .fa_boxpro .fa_right h3 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.fa_mask .fa_wrapBox .fa_content .fa_boxword {
    padding: 15px;
    border: #ddd solid 1px;
    margin: 20px 0;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}

.fa_mask .fa_wrapBox .fa_content .fa_boxinput p {
    text-align: center;
}

.fa_mask .fa_wrapBox .fa_content .fa_boxinput textarea {
    display: block;
    width: 100%;
    border: #ddd solid 1px;
    margin-bottom: 10px;
    line-height: 36px;
    padding: 0 10px;
}

.fa_mask .fa_wrapBox .fa_content .fa_boxinput input {
    display: block;
    width: 100%;
    border: #ddd solid 1px;
    margin-bottom: 10px;
    line-height: 36px;
    padding: 0 10px;

}

.fa_mask .fa_wrapBox .fa_content .fa_boxinput button {
    display: inline-block;
    background: var(--main-color);
    padding: 0 20px;
    border: none;
    color: #fff;
    font-size: 14px;
    line-height: 36px;
    border-radius: 5px;
}

/**/
.fa_group .fa_li {}

.fa_group .fa_li .fa_Img {
    padding-bottom: 50%;
}

.fa_group .fa_li h3 {
    font-size: var(--f20);
    margin: 0 0 10px;
    padding: 15px 20px;
    background: linear-gradient(90deg, rgba(31, 75, 104, 1), transparent);
    color: #fff;
}

.fa_group .fa_li .fa_info .fa_sum {
    font-size: 14px;
    color: #999;
    line-height: 20px;
}

/*anli*/
.fa_Download .fa_li {
    background: #f5f5f5;
    padding: 2vw;
    display:flex;
}
.fa_Download .fa_li .fa_l{
    width:60px;
}

.fa_Download .fa_li .fa_l .fa_ico{
    font-size:20px;
    color:#fff;
    background:var(--main-color);
    border-radius:500px;
    width:60px;
    height:60px;
    align-items:center;
    justify-content:center;
    display:flex;
}
.fa_Download .fa_li .fa_box{
    width:calc(100% - 80px);
    padding-left:3vw;
}
.fa_Download .fa_li h3 {
    font-size: var(--f20);
    color: #000;
}

.fa_Download .fa_li p {
    margin: 10px 0;
    color:#666;
    font-size:14px;
}

.fa_Download .fa_li .fa_link span {
    display: inline-block;
    font-size: 14px;
    background:#ccc;
    padding:0 30px;
    line-height:40px;
    border-radius:5px;
    color:#fff;
    margin-top:20px;

}

@media only screen and (max-width: 768px) {
   .fa_Download .fa_li .fa_l{
       display:none;
   } 
.fa_Download .fa_li {
    padding:20px;
}
.fa_Download .fa_li .fa_box{
    width:100%;
}
    .fa_Download .fa_li .fa_link span{
        margin-top:5px;
        line-height:30px;
    }
}

/**/
/**/
.fa_career .fa_libox img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}

.fa_career h2.fa_list_tt {
    font-size: var(--f40);
    color: var(--main-color);
    font-weight: 500;
    margin-bottom: var(--f40);

}

.fa_career .fa_list {
    background: #f5f5f5;
    /* border:#ddd solid 1px; */
    border-top: none;
    border-bottom: none;
    margin-bottom: 5vw;
}

.fa_career dl {
    display: block;
    border-bottom: #ddd solid 1px;
    color: #666;
}

.fa_career dl.fa_ttli {
    background: #fff;
    color: #000;
    background: #eee;
    font-size: 18px;
}

.fa_career dl dt {
    display: flex;
}

.fa_career dl dt .fa_btn {
    font-size: 18px;
    color: #777;
    transition: all 0.5s;
    cursor: pointer;
}

.fa_career dl.fa_on dt .fa_btn {
    transform: rotate(180deg);
}

.fa_career dl dt span {
    display: block;
    color: inherit;
    padding: 20px;
}

.fa_career dd {
    background: #fff;
    padding: 30px;
    display: none;

}

.fa_career dd .fa_pp span {
    display: inline-block;
    margin-right: 3vw;
}

.fa_career .fa_libox h3 {
    font-size: var(--f36);
    color: #333;
    font-weight: 400;
}

.fa_career .fa_libox p {
    margin-top: var(--f40);
    color: #777;
    line-height: 2;
    font-size: 16px;
}

.fa_career .fa_libox {
    margin-bottom: 5vw;
}

@media only screen and (min-width: 769px) {
    .fa_career dl dt span:nth-child(-n+4) {
        width: calc((100% - 80px) / 4);
    }

    .fa_career .fa_libox {
        display: flex;
        align-items: center;
    }

    .fa_career .fa_libox .fa_left {
        width: 50%;
    }

    .fa_career .fa_libox .fa_right {
        width: 50%;
        padding-left: 5vw;
    }
}

@media only screen and (max-width: 768px) {
    .fa_career dl dt span:nth-child(1) {
        width: calc(100% - 30px);
    }

    .fa_career dl dt span.fa_btn {
        text-align: right;
    }
}


/**/
.fa_partner .fa_li {
    border: #eee solid 1px;
}

.fa_partner .fa_li .fa_Img {
    padding-bottom: 50%;
}

/**/


.fa_Honor .fa_li {
    padding: 5px;
    background: #fff;
    border: #eee solid 1px;
    padding: 20px;
    border-radius: 1rem;
}

.fa_Honor .fa_li .fa_Img {
    padding-bottom: 80%;
    /* background: #fff; */
}

.fa_Honor .fa_li .fa_tit {
    padding: 0 10px;
    text-align: center;
    color: #333;
    font-size: 16px;
    /* background: #e4cda3; */
    margin-top: 20px;
}

.fa_text_w * {
    color: #fff;
}

.fa_contact{
    position:relative;
}
 .fa_Ptitle  h2{
    font-size:var(--f40);
    margin-bottom:20px;
}
.fa_contact .fa_pcnt dl{
    display:block;
    padding:3rem;
    background:#f5f5f5;
    display:flex;
}

.fa_contact .fa_pcnt dl dt i{
    font-size:20px;
    width:50px;
    height:50px;
    background:var(--main-color);
    display:block;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    border-radius:500px;
}
.fa_contact .fa_pcnt dl dd{
    padding-left:2rem;
    
}
.fa_contact .fa_pcnt dl dd p{
    font-size:1rem;
    color:#666;
    margin-bottom:10px;
}

.fa_contact .fa_pcnt dl dd h5{
    font-size:1.2rem;
    line-height:1.8;
}

.fa_contact .fa_pcnt dl dd h5 a{
    color:var(--main-color);
    
    font-family: 'Lato', sans-serif;;
    font-weight:600;
}
.fa_contact  form>div{
    margin-bottom:10px;
    border-radius: 0;
    overflow: hidden;
}
.fa_contact  form button{
    color:#fff;
    border:none;
    padding:0 50px;
    border-radius:500px;
    line-height:40px;
    font-size:16px;
    text-transform:capitalize;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    background: var(--main-color);
}
.fa_contact  form input{
    background: #fff;
    line-height: 40px;
    padding:0 10px;
    width: 100%;
    color:#333;
    border: none;
    font-size: 14px;
    border-radius: 5px;
}
.fa_contact  form textarea{
    background: #fff;
    border-radius: 5px;
    line-height:30px;
    min-height:90px;
    padding:10px;
    width: 100%;
    border: none;
    margin: 0;
    display: block;
    font-size: 14px;
}
.fa_contact .fa_ckc{
    position: relative;
}
.fa_contact .fa_ckc img{
    height: 100%;
    position: absolute;
    right:0;
    top:0;
    bottom:0;
    width: auto;
}
.fa_contact .fa_map{
    border-radius:10px;
    overflow:hidden;
}
.fa_contact .fa_cCnt .fa_right h4{
    margin-bottom:30px;
    font-size:var(--f20);
    color:#666;
}

.fa_Message {
    background: #f5f5f5;
}

.fa_Message .fa_wrapper{
    max-width:1200px;
}
.fa_Message .fa_form {
    margin-top: 30px;
}

.fa_Message input {
    background: transparent;
    color: #999;
    line-height: 60px;
    padding: 0 20px;
    width: 100%;
    background: #fff;
    border: none;
    border-radius: 5px;
}

.fa_Message textarea {
    background: transparent;
    background: #fff;
    border: none;
    color: #999;
    min-height: 100px;
    width: 100%;
    max-height: 200px;
    padding: 20px;
    border-radius: 5px;
}
.fa_Message .fa_pcnt {
    margin-top:3vw;
}
.fa_Message .fa_pcnt form>div {
    margin-bottom: 20px;
    text-align: center;
}
.fa_Message .fa_pcnt .fa_flexwrap div{
    margin-bottom:0;
}
.fa_Message .fa_flexline input {
    width: calc(100% - 120px);
}

.fa_Message .fa_flexline input img {
    width: 120px;
}

.fa_Message .fa_submitbox {
    text-align: center;
}

.fa_Message .fa_submit{
         display: inline-block;
         padding: 8px 3vw;
         border-radius: 500px;
         /* margin-top: 50px; */
         font-size: var(--f18);
         transition: all 0.5s;
         border: solid 2px var(
         --main-color);
         background: var(
         --main-color);
         position: relative;
         color:#fff;
         min-width: 160px;
}
.fa_Message .fa_submit:hover{
    background: transparent;
    color: var(--main-color);
}

.fa_Message .fa_pcnt .fa_ckc{
    position:relative;
    border-radius:5px;
    overflow:hidden;
}

.fa_Message .fa_pcnt .fa_ckc img{
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    height:100%;
    width:auto;
}
@media only screen and (min-width: 769px) {

 .fa_contact .fa_pcnt {
        display: flex;
        justify-content: space-between;
     flex-wrap:wrap;
    }
    
.fa_contact .fa_pcnt dl{
    width:calc((100% - 30px) / 2);
    margin-top:30px;
}
} 
@media  screen and (max-width: 768px) {
    .fa_contact .fa_pcnt dl {
        width:100%;
        margin-top:10px;
        padding:20px;
    }
  .fa_contact .fa_pcnt dl dt i{
      width:40px;
      height:40px;
      font-size:16px;
  }
    .fa_contact .fa_pcnt dl dd{
        padding-left:20px;
    }
    
    .fa_contact .fa_pcnt dl dd p{
        font-size:14px;
    }
    
    .fa_contact .fa_pcnt dl dd h5{
        font-size:16px;
        line-height:1.5;
    }
    .fa_Message input{
        line-height:40px;
    }
    .fa_Message .fa_pcnt .fa_flexwrap div{
        margin-bottom: 5px!important;
    }
    .fa_Message .fa_pcnt form>div{
         margin-bottom:10px;
    }
    
    .fa_Message .fa_pcnt form>div.fa_flexwrap{
        margin-bottom:0;
    }
    .fa_Message .fa_submit{
        margin-top:20px;
        line-height: 36px;
        padding: 0;
        font-size: 14px;
        min-width: 120px;
    }
} 

/**/
.fa_video .fa_li{
    padding:10px;
    border:#ddd solid 1px;
}
.fa_video .fa_Img {
    padding-bottom: 60%;
}

.fa_video .fa_link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    opacity: 0;
    font-size: 30px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

.fa_video .fa_info {
    padding: 20px 0;
}

.fa_video .fa_info h3 {
    font-size: var(--f20);
    color: #333;

}

.fa_video .fa_info p {
    font-size: 14px;
    color: #888;
    margin-top: 10px;
}

.fa_video .fa_li:hover .fa_link {
    opacity: 1;
}

.fa_link_a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    display: block;
    z-index: 10;
}

/**/

.fa_Xg {
    background: linear-gradient(#f5fbfe, #d3edfa);
}

.fa_Xg .fa_li {
    position: relative;
    display: block;
    overflow: hidden;
}

.fa_Xg .fa_li .fa_Img {
    padding-bottom: 60%;
}

.fa_Xg .fa_li .fa_tit {
    padding: 10px 20px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    transition: all 0.5s; 
    z-index: 2;
}

.fa_Xg .fa_li:hover .fa_tit {
    transform: translateY(100%);  
    opacity: 0;
}

.fa_Xg .fa_LinkMore a {
    display: inline-block;
    padding: 5px 20px;
    background: #88bef5;
    color: #fff;
    font-size: var(--f18); 
    border-radius: 5px;
    transition: all 0.5s;
} 

.fa_Xg .fa_LinkMore a:hover {
    background: var(--main-color);
} 

.fa_Xg .fa_list {
    margin: var(--f50) 0;
}

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

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



      