/*banner*/

.fa_Home .fa_hbanner {
    position: relative;
}

.fa_Home .fa_hbanner img {
    width: 100%;
}


/*å…³äºŽæˆ‘ä»¬*/

.fa_Homeabout .fa_wrapper {
    position: relative;
    max-width: 1160px;
}

.fa_Homeabout .fa_title {
    text-align: center;
    margin-bottom: 5%;
}

.fa_Homeabout .fa_title h3 {
    font-size: var(--f30);
}

.fa_Homeabout .fa_title h3::after {
    content: "";
    display: block;
    background: var(--main-color);
    margin: 20px auto;
    height: 2px;
    max-width: 50px;
}

.fa_Homeabout .fa_title h5 {
    font-size: var(--f20);
    color: #666;
}

.fa_Homeabout .fa_bgpic {
    position: absolute;
    right: -2%;
    top: 0;
}

.fa_Homeabout .fa_bgpic2 {
    position: absolute;
    left: -12%;
    bottom: -3%;
}

.fa_Homeabout .fa_cnt {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
}

.fa_Homeabout .fa_list .fa_li {
    max-width: 250px;
}

.fa_Homeabout .fa_list .fa_Img {
    padding-bottom: 100%;
}

.fa_Homeabout .fa_list .fa_li:hover img {
    transform: translate(-50%, -50%) scale(1.1);
}

.fa_Homeabout .fa_list .fa_Img div {
    position: absolute;
    top: 8px;
    bottom: 8px;
    right: 8px;
    left: 8px;
    overflow: hidden;
    border-radius: 50%;
}

.fa_Homeabout .fa_list .fa_Img::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border: var(--main-color) dashed 1px;
    display: block;
    border-radius: 50%;
}

.fa_Homeabout .fa_list h3 {
    font-size: var(--f18);
    color: var(--main-color);
    transition: all 0.5s;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
}

.fa_Homeabout .fa_list .fa_li:hover h3 {
    color: var(--main3-color);
}
@media only screen and (max-width: 768px){
  .fa_Homeabout .fa_bgpic{
      display: none;
  }
  .fa_Homeabout .fa_list .fa_li{
      width: 50%;
      padding: 10px; 
  }
}

/*ä¸€ç«™å¼æœåŠ¡*/

.fa_Homeser {
    background: url(../images/youshid_c1.jpg) no-repeat center;
    background-size: cover;
}

.fa_Homeser .fa_title {
    text-align: center;
}

.fa_Homeser .fa_title h2 i {
    display: inline-block;
    width: 30%;
    max-width: 100px;
    height: 66px;
    background-image: url(../images/cafe.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.fa_Homeser .fa_title h3 {
    font-size: var(--f30);
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
}

.fa_Homeser .fa_list {
    background-color: rgba(26, 13, 10, 0.76);
    padding: 2vw;
    margin-top: 50px;
}

.fa_Homeser .fa_li {
    border: rgba(255, 255, 255, 0.2) solid 1px;
    display: flex;
    padding: 2vw;
    align-items: center;
}

.fa_Homeser .fa_li .fa_l {
    width: 80px;
}

.fa_Homeser .fa_li .fa_l p {
    text-align: center;
    font-weight: bold;
    font-size: var(--f20);
    color: var(--main2-color);
}

.fa_Homeser .fa_li .fa_r {
    width: calc(100% - 80px);
    padding-left: 2vw;
    font-size: 14px;
    color: #fff;
    line-height: 1.8;
}

@media only screen and (max-width: 768px) {
    .fa_Homeser .fa_li {
        margin: 10px 0;
        padding: 10px;
    }
    .fa_Homeser .fa_list {
        margin-top: 30px;
        padding: 20px;
    }
}

@media only screen and (min-width: 769px) {
    .fa_Homeser .fa_li {
        width: calc((100% - 30px) / 2);
        margin: 15px 0;
    }
}


/*æ–°é—»*/

.fa_Homenew {
    background-image: url(../images/bg.jpg);
    background-repeat: repeat;
}

.fa_Homenew .fa_title {
    text-align: center;
    background-image: url(../images/dai.png);
    padding-top: 60px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.fa_Homenew .fa_title h3 {
    font-size: var(--f30);
    color: var(--main-color);
    font-weight: bold;
}

.fa_hNewslist {
    margin-top: 5%;
}

.fa_hNewslist .fa_li {
    display: block;
    display: flex;
    flex-wrap: wrap; 
}

.fa_hNewslist .fa_left .fa_li .fa_l {
    width: 40%;
}

.fa_hNewslist .fa_left .fa_li .fa_l .fa_Img {
    padding-bottom: 70%;
}

.fa_hNewslist .fa_left .fa_li .fa_r {
    width: 60%;
    padding-left: 3vw;
}

.fa_hNewslist .fa_left .fa_left .fa_li .fa_r h3 {
    color: var(--main-color);
    transition: all 0.5s;
    font-size: var(--f18);
    /* font-size: 18px; */
    /* color: #4A3D39; */
    padding-top: 0px;
    font-weight: 600;
}

.fa_Homenew .fa_left .fa_li h3 {
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    color: var(--tit-color);
}

.fa_Homenew .fa_left .fa_li article {
    font-size: 14px;
    line-height: 24px;
    color: #999;
    height: 50px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 20px 0 5%;
}
.fa_hNewslist .fa_left  .fa_boxcnt>div{
    font-size: 0;
    display: none;
    
}
.fa_hNewslist .fa_left .fa_boxtit {
    position: relative;
    padding-right: 90px;
    border-bottom: var(--main-color) solid 2px;
    font-size: 0;
}

.fa_hNewslist .fa_left .fa_boxtit span {
    display: inline-block;
    font-size: 16px;
    color: #999;
    padding: 0 20px;
    line-height: 44px;
    transition: all 0.5s;
    background: #fff;
    margin-right: 5px;
    cursor: pointer;
}
.fa_hNewslist .fa_left .fa_ul {
    font-size: 0;
}
.fa_hNewslist .fa_left .fa_lia{
    width: 50%;
    display: inline-block; 
    font-size: 14px;
    font-weight: normal;
    color: #4A3D39; 
    line-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 20px;
}
.fa_hNewslist .fa_left .fa_boxtit span.fa_on {
    background: var(--main-color);
    color: #fff;
}

.fa_hNewslist .fa_left .fa_boxtit a {
    display: inline-block;
    width: 70px;
    line-height: 20px;
    padding: 0 10px;
    background: var(--main-color);
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 500px;
    transform: translateY(-50%);
    right: 0;
    font-family: arial;
    top: 50%;
    position: absolute;
}

.fa_hNewslist .fa_left .fa_boxcnt {
    margin-top: 30px;
}
.fa_hNewslist .fa_left .fa_li .fa_r .fa_link span{
    min-width: 86px;
    color: var(--main-color);
    font-size: 14px;
    text-align: center; 
    border-radius: 50px;
    width: 124px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    border:var(--main-color) solid 1px; 
} 
.fa_hNewslist .fa_right .fa_boxtit{
    background: var(--main-color);
    color: #fff;
    font-size: 16px;
    padding: 15px 50px 15px 20px;
    position: relative;
}
.fa_hNewslist .fa_right .fa_boxtit a {
    display: inline-block;
    width: 70px;
    line-height: 20px;
    padding: 0 10px;
    color: var(--main-color); 
    background: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 500px;
    transform: translateY(-50%);
    right: 20px;
    font-family: arial;
    top: 50%;
    position: absolute;}
    .fa_hNewslist .fa_right .fa_list .fa_lib{
        padding:20px 0;
        border-bottom: #ddd solid 1px;
    }
   .fa_hNewslist .fa_right .fa_list .fa_lib h3 {
     color: #4A3D39;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 30px;
    }
    .fa_hNewslist .fa_right .fa_list .fa_lib h3:before{
        position: absolute;
        font-size: 14px;
        content:"Q";
        width: 20px;
        height: 20px;
        line-height: 20px;
        border-radius: 50%;
        background: #333;
        left: 0;
        top:50%;
        transform: translateY(-50%);
        text-align: center;
        color: #fff;
        font-family: Arial; 
        font-weight: normal;
    }
    .fa_hNewslist .fa_right .fa_list .fa_lib p:before{
        position: absolute;
        font-size: 14px;
        content:"A";
        width: 20px;
        height: 20px;
        line-height: 20px;
        border-radius: 50%;
        background: var(--main2-color);
        left: 0;
        top:50%;
        transform: translateY(-50%);
        text-align: center;
        color: #fff;
        font-family: Arial; 
        font-weight: normal;
    }
    .fa_hNewslist .fa_right .fa_list .fa_lib p {
     color: #888;
    font-size: 12px;
    position: relative;
    padding-left: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 24px;
    }
@media only screen and (max-width: 768px) {
    .fa_hNewslist>div {
        width: 100%;
        margin: 10px 0;
    }
    .fa_hNewslist .fa_li>div{
        width: 100%!important;
        padding:0;
        margin:10px 0;
    }
    .fa_hNewslist .fa_left .fa_boxtit{
        padding:0; 
        font-size: 0; 
        margin-bottom: 50px;
    }
     .fa_hNewslist .fa_left .fa_boxtit span{
         width: 33.33%;
         margin: 0;
     }
     .fa_hNewslist .fa_left .fa_boxtit a{
       position: absolute;
    transform: none;
    bottom: -30px;
    right: 0;
    line-height: 20px;
    top: auto;
       
     }
     .fa_hNewslist .fa_left .fa_lia{
         width: 100%!important;
     }
}

@media only screen and (min-width: 769px) {
    .fa_hNewslist {
        display: flex;
    }
    .fa_hNewslist .fa_left {
        width: 70%;
    }
    .fa_hNewslist .fa_right {
        width: 30%;
        padding-left: 3vw;
    }
}


/*äº§å“*/
.fa_hbrand {
    margin-top: 5%;
}
.fa_hbrand .fa_title{
    font-size: 18px;
    text-align: left;
    padding:10px 0;
    border-bottom: var(--main-color) solid 2px;
    margin-bottom: 30px; 
    font-weight: bold;
    background: none;
    
}
.fa_hbrand .fa_li .fa_Img {
    padding-bottom: 35.8%;
    background: #fff;
}

@media only screen and (max-width: 768px) {
    .fa_hbrand .fa_li {
        width: calc((100% - 10px) / 2);
        margin-right: 10px;
        margin-top: 10px;
    }
    .fa_hbrand .fa_li:nth-child(2n) {
        margin-right: 0;
    }
}

@media only screen and (min-width: 769px) {
    .fa_hbrand .fa_li {
        width: calc((100% - 120px) / 7);
        margin-right: 20px;
        margin-top: 20px;
    }
    .fa_hbrand .fa_li:nth-child(7n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .fa_hbrand .fa_li {
        width: calc((100% - 60px) / 4);
        margin-right: 20px;
        margin-top: 20px;
    }
    .fa_hbrand .fa_li:nth-child(4n) {
        margin-right: 0;
    }
}