/*common*/


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

.fa_comm_cnt{
    width:100%;
    margin: 5% 0;
}
.fa_comm_cnt .fa_pcnt{
    font-size: 14px;
    line-height: 24px;
    color: #000;
}
 .fa_pTitle .fa_left h3{
     font-size:var(--f24);
     color:var(--main-color);
 }
@media only screen and (max-width: 768px) {
    .fa_comm_cnt>div{
        width: 100%;
    }
    .fa_pTitle>div{
        width:100%;
    }
} 

@media only screen and (min-width: 769px) {
      .fa_pTitle{
          justify-content: space-between;
          padding-bottom:15px;
          border-bottom: #eee solid 1px;
          margin-bottom:20px;
          align-items: flex-end;
      }
    .fa_pTitle .fa_left{
        width:30%;
    }
     .fa_pTitle .fa_right{
        width:70%;
        text-align: right;
    }  
    .fa_comm_cnt .fa_comm_l {
        width: 18%;
    }
    .fa_comm_cnt .fa_comm_r {
        width: calc(82% - 50px);
        margin-left: 50px;
        padding-top: 20px;
    }
} 
/*fa_About*/
.fa_About .fa_ab_box1{
    
    margin-top:var(--f50);
}
.fa_About .fa_ab_box1 .fa_right img{
    margin-top:20px;
}
.fa_About .fa_ab_box1 .fa_right{
    font-size:16px;
    color:#666;
    line-height: 2;
}

.fa_About img {
    width: 100%;
}

.fa_About .fa_ab_box2 {
    background: url(../images/jgh_ab02.jpg) no-repeat center;
    background-size: cover;
    margin:var(--f50) 0;
}

.fa_About .fa_ab_box3 {
    font-size: 16px;
    line-height: 2;
    color: #666;
}

.fa_About .fa_ab_box3 .fa_flexwrap {
    margin: 30px 0;
}
 .fa_About .fa_ab_box2 .fa_wrap {
     background:rgba(202,176,125,0.9);
     color:#fff;
     font-size: 16px;
     line-height: 2;;
     
 }

@media only screen and (min-width: 769px) {
    .fa_About .fa_ab_box1 .fa_flexwrap>div {
        width: 50%;
    }
    .fa_About .fa_ab_box1 .fa_flexwrap .fa_right {
        padding-left: 5vw;
    }
    .fa_About .fa_ab_box2 .fa_wrap {
        width: 50%;
        margin: 0 0 0 auto;
        padding:5vw 3vw;
    }
}

@media only screen and (max-width: 768px) {
    .fa_About .fa_ab_box1 .fa_flexwrap>div {
        width: 100%;
        margin-bottom: 30px;
    }
    .fa_About .fa_ab_box2{
        padding:20px 0;
    }
     .fa_About .fa_ab_box2 .fa_wrap {
        width: 100%;
        padding:20px;
    }
}
 

/*fa_Case*/

.fa_Case .fa_list {
    margin-bottom: 5%;
}

.fa_Case .fa_li {
    display: block;
    background: #f5f5f5;
}

.fa_Case .fa_li .fa_Img {
    padding-bottom: 66%;
}

.fa_Case .fa_li .fa_tit {
    padding: 20px;
}

.fa_Case .fa_li .fa_tit h3 {
    font-size: 14px;
    color: var(--main-color);
    /* margin-bottom: 20px; */
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.fa_Case .fa_li .fa_tit .fa_sum {
    color: #666;
    font-size: 16px;
    line-height: 2;
    max-height: 97px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}


/*fa_News*/

.fa_News .fa_li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    transition: all 0.52s;
    background: #f7f7f7;
    margin: 15px 0;
    text-align: left;
}

.fa_News .fa_li:hover {
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}

.fa_News .fa_li .fa_pic {
    width: 200px;
    transition: all 0.52s;
    padding: 10px;
}

.fa_News .fa_li:hover .fa_pic {
    background: #cdcdcd;
}

.fa_News .fa_li .fa_pic .fa_Img {
    height: 160px;
    width: 100%;
}

.fa_News .fa_li .fa_info {
    width: calc(100% - 350px);
    padding: 0 2vw;
}

.fa_News .fa_li .fa_data {
    width: 135px;
    text-align: left;
}

.fa_News .fa_li .fa_info h3 {
    font-size: 16px;
    color: #717171;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
}

.fa_News .fa_li .fa_info p {
    font-size: 14px;
    line-height: 24px;
    height: 50px;
    overflow: hidden;
    color: #A2A2A2;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.fa_News .fa_li .fa_data h5 {
    font-size: var(--f20);
    color: #999;
    margin-bottom: 20px;
}

.fa_News .fa_li .fa_data .fa_link span {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 500px;
    border: #ddd solid 1px;
    color: #aaa;
    font-size: 12px;
    transition: all 0.52s;
}

.fa_News .fa_li:hover .fa_data .fa_link span {
    margin-left: 10%;
    background: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
} 

@media only screen and (max-width: 768px) {
    .fa_News .fa_li>div {
        width: 100%!important;
        padding: 10px;
    }
    .fa_News .fa_li .fa_data h5 {
        font-size: 12px;
    }
}
/*fa_Honor*/
.fa_Honor .fa_li{
   display: block;
   border: #eee solid 1px;
}
.fa_Honor .fa_li .fa_Img{
    padding-bottom:100%;
}
/*fa_Contact*/

.fa_Contact {
    width: 100%;
}
.fa_Contact .fa_map{
    width: 100%;
    height: 400px;
}
/*fa_Message*/

.fa_Message {
    /* background: #f5f5f5; */
}
.fa_Message .fa_Htitle h2 span{
   background: #f5f5f5;
}

.fa_Message .fa_cnt {
    margin-top: 5%;
}

.fa_Message input {
    background: #fff;
    color: #666;
    line-height: 40px;
    padding: 0 15px;
    width: 100%;
    border: #eee solid 1px;
    border-radius: 0;
    font-size: 14px;
}

.fa_Message textarea {
    background: #fff;
    color: #666;
    min-height: 160px;
    width: 100%;
    max-height: 200px;
    padding: 15px;
    border: none;
    font-size: 14px;
    border-radius: 0;
    border: #eee solid 1px;
}

.fa_Message_list div {
    margin-bottom: 20px;
}

.fa_Message .fa_flexline input {
    width: calc(100% - 120px);
    
}

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

.fa_Message div:last-child {
    /* text-align: center; */
}

.fa_Message .fa_submit {
    background: var(--main-color);
    display: inline-block;
    width: 80%;
    max-width: 200px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    border: none;
    margin-top: 20px;
    padding: 5px 20px;
    border-radius: 0;
}


/*fa_Search*/

.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;
}


/*pro*/


.fa_procate .fa_catelist a img {
    max-width: 100%;
}

.fa_Pro .fa_product {
    background:#f2f2f2;
    padding:20px;
}
.fa_Pro .fa_li {
    display: block;
    position: relative;
}

.fa_Pro .fa_li .fa_Img {
    padding-bottom: 100%;
}

.fa_Pro .fa_li .fa_tit {
    padding: 10px 0;
}

.fa_Pro .fa_li .fa_tit h3 {
    color: #333;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    /* font-weight: bold; */
}

.fa_Pro .fa_li .fa_tit article {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    height: 50px;
    -webkit-box-orient: vertical;
    margin-top: 20px;
}

/**/

/*äº§å“è¯¦æƒ…*/

.fa_Prodt .fa_top {
    width: 100%;
}
.fa_Prodt .fa_pro_cateinfo{
    font-size: 14px;
    color:#888;
}
.fa_Prodt .fa_pro_cateinfo p{
     font-size: 14px;
    color:#888;
    line-height: 30px;
}
.fa_Prodt .fa_pro_cateinfo a,.fa_Prodt .fa_pro_cateinfo span{
    color:var(--main-color);
}
.fa_Prodt .fa_top .fa_top_l .fa_Img {
    padding-bottom: 80%;
}

.fa_Prodt .fa_top .fa_top_l .fa_sml_swp {
    padding: 0 10px;
    position: relative;
    margin-top: 10px;
}

.fa_Prodt .fa_top .fa_top_l .fa_dtimg_btn>div {
    /*æŒ‰é’®*/
    position: absolute;
    z-index: 20;
    font-size: 16px;
    background: #ccc;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    top: 0;
    bottom: 0;
    cursor: pointer;
    height: 100%;
    width: 20px;
}

.fa_Prodt .fa_top .fa_top_l .fa_dtimg_btn>div:hover {
    background: var(--btn-hoverbg);
}

.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>div {
    margin-bottom: 20px;
}

.fa_Prodt .fa_top .fa_dt_r .fa_pro_tit {
    font-size: 14px;
    color: #999;
}

.fa_Prodt .fa_top .fa_dt_r .fa_pro_tit b {
    font-size: 24px;
    color: #000;
    font-weight: normal;
}

.fa_Prodt .fa_top .fa_dt_r .fa_pro_sum {
    /* font-size: 14px; */
    /* color: #777; */
    /* line-height: 24px; */
    line-height: 35px;
    color: #333;
    font-size: 14px;
}

.fa_Prodt .fa_top .fa_dt_r .fa_pro_cate {
    padding: 15px;
    border-top: #ddd solid 1px;
    border-bottom: #ddd solid 1px;
}

.fa_Prodt .fa_top .fa_dt_r .fa_pro_link a {
    display: inline-block;
    background: var(--btn-hoverbg);
    color: #fff;
    padding: 5px 20px;
}

.fa_Prodt .fa_content {
    width: 100%;
    margin-top: 30px;
}

.fa_Prodt .fa_content img {
    width: auto;
    height: auto;
    max-width: 100%!important;
}

.fa_Prodt .fa_content .fa_tab_tit {
    font-size: 0;
    text-align: left;
    /* border-bottom: #ddd solid 1px; */
}

.fa_Prodt .fa_content .fa_tab_tit span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding: 0px 20px;
    cursor: pointer;
    background: var(--main-color);
    line-height: 40px;
    border-radius: 5px 5px 0 0;
}

.fa_Prodt .fa_content .fa_tab_content {
    width: 100%;
    padding: 30px 0px;
    border: #eee solid 1px;
}

.fa_Prodt .fa_content .fa_tab_content .fa_content_item {
    display: none;
    width: 100%;
}

.fa_Prodt .fa_content .fa_tab_content .fa_content_item.fa_on {
    display: block;
}
   .fa_Prodt table,.fa_Prodt table tr th,.fa_Prodt table tr td { border:1px solid #ddd; }
 
  .fa_Prodt table {collapse:collapse;} 
@media only screen and (min-width: 769px) {
    .fa_Prodt .fa_top>div {
        width: 50%;
    }
    .fa_Prodt .fa_top .fa_dt_r {
        padding-left: 3vw;
    }
} 

@media only screen and (max-width: 769px) {
    .fa_Prodt .fa_top>div {
        width: 100%;
    }
    .fa_Prodt .fa_top .fa_dt_r {
        margin-top: 30px;
    }
    .fa_Prodt .fa_top .fa_dt_r .fa_pro_tit b {
        font-size: 18px;
    }
}
 

/*发展历程*/
.fa_History{
    margin-bottom:var(--f50);
}
.fa_History .fa_pcontent .fa_list{
    position: relative;
}
.fa_History .fa_pcontent .fa_list:before{
    content:"";
    position:absolute;
    left: 40px;
    background:#eee;
    top:0;
    bottom:0;
    z-index: -1;
    display:block;
    width: 10px;
}
.fa_History .fa_li{
    display: flex;
    width:100%;
    align-items:center;
    padding:20px 0;
    
}
.fa_History .fa_li .fa_time{
    text-align: right;
    font-size: 14px;
    width: 100px;
    color: #999;
}
.fa_History .fa_li  .fa_icon{
    width: 50px;
    margin: 0 20px;
    position: relative;
}
.fa_History .fa_li  .fa_icon:before{
    content:"";
    display:block;
    left:0;
    z-index:0;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:20px;
    height:1px;
    background:#ddd;
}
.fa_History .fa_li  .fa_icon span{
    width:20px;
    height:20px;
    display:block;
    margin:auto;
    border:var(--main-color) solid 2px;
    border-radius:50%;
    background:#fff;
    transition:all 0.5s;
    position:relative;
    z-index:10;
}
.fa_History .fa_li .fa_icon i{
    width:26px;
    height:26px;
    display:block;
    margin:auto;
    border-radius:50%;
    background:var(--main-color);
    transition:all 0.5s;
    z-index:2;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    opacity:0;
}
.fa_History .fa_li:hover .fa_icon i{
    opacity:1;
}
.fa_History .fa_li .fa_tit{
    
width: calc(100% - 100px);
}
.fa_History .fa_li .fa_tit h3{
    
font-size: var(--f20);
    margin-bottom:10px;
color: #333;
}
.fa_History .fa_li .fa_tit p{
     
font-size: 14px;
    
color: #999;
}
.fa_History .fa_li:hover .fa_tit h3{
    color:var(--main-color);
    font-weight:bold;
}
@media only screen and (max-width: 768px){
  .fa_History .fa_li{}
}

/**/