/**/
/**/
.fa_pTitle {
  margin-bottom: 30px;
  /* padding-bottom: 30px; */
  /* border-bottom:#ddd solid 1px; */
}

.fa_pTitle h2 {
  font-size: var(--f40);
  color: #000;
  font-weight: 400;
  text-transform: capitalize;
  margin-top: 20px;
}
.fa_pTitle h2:after{
  content:"";
  height:3px;
  width:40px;
  background:var(--main-color);
  margin:20px auto 30px;
  display:block;
}

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

.fa_cntWrap .fa_wrapper {
  max-width: calc(1320px + 10vw);
}

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

.fa_Pagecnt .fa_content {
  margin-top: 3vw;
  width: 100%;
  overflow: hidden;
  line-height: 1.8;
  color: #555;
}

.fa_Pagecnt .fa_content table {
  width: 100%;
}

.fa_Pagecnt .fa_content table td {
  border: #eee solid 1px;
  padding: 0.5rem 1.5rem;
  font-size: 0.9rem;
}

.fa_Pagecnt .fa_content table tr:nth-child(odd) {
  background: #f5f5f5;
}
.fa_Pagecnt .fa_content p{
  font-size:16px;
  color:#555;
}

.fa_Pagecnt .fa_content h3{
  font-size:var(--f24);
  color:#111;
  margin-bottom:30px;
  margin-top:20px;
}

.fa_Pagecnt .fa_content h3:after{
  content:"";
  margin-top:20px;
  height:3px;
  width:50px;
  background:var(--main-color);
  position:relative;
  display:block;
}
.fa_Pagecnt .fa_content h6{
  color:#222;
  font-size:var(--f18);
  margin-bottom:10px;
}
.fa_Pagecnt .fa_content ul li{
  position:relative;
  padding-left:30px;
  margin-bottom:20px;
}

.fa_Pagecnt .fa_content ul li:before{
  position:absolute;
  left:0;
  width:10px;
  height:10px;
  top:5px;
  border:var(--main-color) solid 2px;
  content:"";
  border-radius:500px;
}
.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: center;
}

.fa_Pagecnt .fa_summ span {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  color: #999;
}
.fa_Order .fa_Ptitle h3 span{
  display:inline-block;
  padding:0 20px;
  border-left:var(--main-color) solid 4px;
  
  border-right:var(--main-color) solid 4px;
  line-height:1;
  font-size:var(--f36);
  color:#000;
  
}
.fa_Order .fa_Ptitle h3 {
  margin-bottom:20px;
}
.fa_Order .fa_Ptitle p{
  font-size:16px;
  color:#666;
  margin:20px auto;
  max-width:1000px
}



.fa_Newdt .fa_leftbox {
  background: #fff;
  padding: calc(2vw + 10px);
}

.fa_Newdt .fa_rightbox {
  background: #fff;
  padding: calc(2vw + 10px);
}

.fa_Newdt .fa_rightbox h3 {
  font-size: var(--f30);

}

.fa_Newdt .fa_rightbox h3:after {
  content: "";
  display: block;
  margin: 20px 0 30px;
  max-width: 30px;
  background: var(--main-color);
  height: 3px;
}

.fa_Newdt .fa_rightbox .fa_list a {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  color: #666;
  transition: all 0.5s;
}

.fa_Newdt .fa_rightbox .fa_list a:hover {
  color: var(--main-color);
}
.fa_Casedt .fa_Img{
    padding-bottom: 60%;
    background: #eee;
    /* border: #eee solid 10px; */
}

  .fa_Casedt .fa_top .fa_ico{
      height:100px;
  }
  .fa_Casedt .fa_top .fa_ico img{
          width: auto;
          height: 100%;
          max-width: 100%;
          object-fit: contain;
          object-position: left center;
  }
    .fa_Casedt .fa_top  .fa_title h1{
        font-size:var(--f40);
        color:#000;
        margin-bottom:30px;
        margin-top:20px;
        
    }
    
    .fa_Casedt .fa_top  .fa_title h1:after{
        height:2px;
        background: var(--main-color);
        width:40px;
        margin:20px 0 0;
        content:"";
        display: block;
    }
.fa_Casedt .fa_top .fa_sum{
  font-size:var(--f18);
  line-height:2;
}
.fa_Casedt .fa_content{
  margin-top:calc(3vw + 10px);
  line-height:2;
  font-size:16px;
  color:#333;
  padding-top: 3vw;
  border-top: #eee solid 1px;
}
@media screen and (min-width: 769px) {
  .fa_Newdt {
    background: #f5f5f5;
  }

  .fa_Newdt .fa_wrapper {
    display: flex;
  }

  .fa_Newdt .fa_left {
    width: calc(100% - 300px);
    padding-right: 2vw;
  }

  .fa_Newdt .fa_right {
    width: 300px;
  }

  .fa_Newdt .fa_rightbox {
    border-top: var(--main-color) solid 3px;
  }
  .fa_Casedt .fa_top{
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
  .fa_Casedt .fa_top .fa_left{
      width:50%;
  }
  .fa_Casedt .fa_top .fa_right{
      width:45%;
  }
}

@media screen and (max-width: 768px) {
  .fa_Newdt .fa_right {
    margin-top: 20px;
  }

  .fa_Pagecnt .fa_content table td {
    padding: 3px;
    white-space: nowrap;
    /* 自适应宽度*/
    word-break: keep-all;
    /* 避免长单词截断，保持全部 */
    white-space: pre-line;
    word-break: break-all !important;
    word-wrap: break-word !important;
    display: table-cell;
    vertical-align: middle !important;
    white-space: normal !important;
  }

  .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_bg {
    background-attachment: revert;
  }

  .fa_Casedt .fa_case_td {
    flex-wrap: wrap;
  }

  .fa_Casedt .fa_case_td dl {
    width: 50%;
    margin-top: 30px;
  }

  .fa_Casedt .fa_case_td dl dt .fa_ico {
    width: 50px;
    height: 50px;
    padding: 10px;
  }

  .fa_Casedt .fa_case_td dl dd h6 {
    font-size: 16px;
  }

  .fa_Casedt .fa_case_td dl dd p {
    font-size: 14px;
  }
  .fa_Casedt .fa_top .fa_ico{
    background:#fff;
    position:relative;
    width:60%;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
    margin-bottom:20px;
  }
  
    .fa_Casedt .fa_top  .fa_title h1{
        font-size:var(--f40);
        color:#000;
        margin-bottom:30px;
        margin-top:20px;
      text-align:center;
      display:none;
        
    }
    
    .fa_Casedt .fa_top  .fa_title h1:after{
      margin-left:auto;
      margin-right:auto;
    }
}

/**/

/**/
.fa_News .fa_li {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-bottom: #eee solid 1px;
}

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

.fa_News .fa_li:hover:before {
  width: 100%;
}

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

.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;
  color: #888;
  font-size: 14px;
  line-height: 25px;
  height: 50px;
  position: relative;
  margin-top: 10px;
}

.fa_News .fa_li .fa_tit {
  padding: 30px 0;
}

.fa_News .fa_li .fa_ttbox h3 {
  font-size: var(--f18);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  transition: all 0.5s;

}

.fa_News .fa_li:hover .fa_ttbox h3 {
  color: var(--main-color);
}

@media screen and (min-width: 769px) {
  .fa_News .fa_li .fa_tit {
    display: flex;
    align-items: center;
  }

  .fa_News .fa_li .fa_data h6 {
    font-size: var(--f36);
    font-weight: 700;
    color: #999;
    line-height: 1;
  }

  .fa_News .fa_li .fa_data p {
    font-size: 14px;
    font-weight: 400;
    color: #aaa;
    margin-top: 10px;
  }

  .fa_News .fa_li .fa_tit .fa_data {
    width: 90px;
    text-align: center;

  }

  .fa_News .fa_li .fa_tit .fa_ttbox {
    width: calc(100% - 90px);
    padding-left: 20px;
    border-left: #eee solid 1px;
  }
}

@media screen and (max-width: 768px) {
  .fa_News .fa_li .fa_data>*{
    display:inline-block;
  }
  .fa_News .fa_li .fa_data h6{
    font-size:16px;
    color:#999;
    line-height: 1;
  }
  .fa_News .fa_li .fa_data p{
    font-size:16px;
    color:#aaa;
    padding-left:10px;
    margin-left:10px;
    border-left: solid 1px #ccc;
    line-height: 1;
  }
  .fa_News .fa_li .fa_ttbox h3{
    margin-top:20px;
  }
}

/**/
.fa_Case{
  background:#f5f5f5;
}
.fa_Case .fa_li {
  display: block;
  position: relative;
  transition: all 0.5s;
  overflow: hidden;
  background:#fff;
}
.fa_Case .fa_li .fa_link{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  top:0;
  background:linear-gradient(45deg, rgba(237, 33, 58,0.8), rgba(147, 41, 30,0.8));
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:#fff;
  transition:all 0.5s;
  transform:scale(0.8);
  opacity:0;
}

.fa_Case .fa_li:hover .fa_link{
  transform:scale(1);
  opacity:1;
  
}
.fa_Case .fa_li .fa_link p{
  font-size:16px;
  margin:10px 0;
}
.fa_Case .fa_li .fa_link i{
  font-size:var(--f40);
}


.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: 16px;
  position: relative;
  text-align: center;
  padding:0 30px 20px;
}

.fa_Case .fa_li .fa_Img {
  padding-bottom: 70%;
  transition: all 0.5s;
  border-radius: 0;
}
.fa_Case .fa_li .fa_ico{
  background:#fff;
  padding:10px 20px;
  width:60%;
  height:100px;
  /* margin-top:-50px; */
  margin-left:auto;
  margin-right:auto;
  overflow:hidden;
  border-radius:1px;
}
.fa_Case .fa_li .fa_sum{
  margin-top: 10px;
  font-size:16px;
  color:#666;
}
.fa_Case .fa_li .fa_ico img{
  width:auto;
  height:100%;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
}
/**/
.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_pross {
  border-top: #ddd solid 5px;
  padding: 20px;
  background: #fff;
  margin-top: 20px;
}

.fa_pross form {
  display: flex;
  width: 100%;
  background: #f2f2f2;
}

.fa_pross form input {
  width: calc(100% - 30px);
  line-height: 40px;
  border: none;
  box-shadow: none;
  background: transparent;
  padding: 0 10px;
  color: #333;
  font-size: 14px;
}

.fa_pross form button {
  width: 30px;
  text-align: center;
  font-size: 20px;
  color: #000;
  border: none;
  box-shadow: none;
  background: transparent;

}

.fa_Pro {
  background: #f3f6fb;
}

.fa_Pro .fa_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.fa_Pro .fa_link span {
  color: #999;
  transition: all 0.5s;
  font-size: 14px;
}

.fa_Pro .fa_li:hover .fa_link span {
  color: var(--main-color);
}

.fa_Pro .fa_link i {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  background: #e9edf0;
  border-radius: 500px;
  transition: all 0.5s;
}

.fa_Pro .fa_li:hover .fa_link i {
  background: var(--main-color);
}

.fa_Pro .fa_li {
  display: block;
  background: #fff;
  position: relative;
  border-radius: 2px;
  transition: all 0.5s;
  overflow: hidden;
  padding: 0;
  border: #f5f5f5 solid 1px;
  padding: 30px;
}

.fa_Pro .fa_li:hover {
  box-shadow: 0.6px 1.1px 2px rgba(0, 0, 0, 0.035), 5px 9px 16px rgba(0, 0, 0, 0.07);
  border-color: var(--main-color);
}

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

.fa_Pro .fa_li .fa_tit {
  /* text-align: center; */
  position: relative;
  padding: 10px 0 0px;
  margin-top: 20px;
}

.fa_Pro .fa_li .fa_tit h6 span {
  color: #999;
  display: inline-block;
  margin-bottom: 10px;
  font-family: 'Ubuntu', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
  transition: all 0.5s;
}

.fa_Pro .fa_li:hover .fa_tit h6 span {
  color: var(--main-color);
}

.fa_Pro .fa_li .fa_tit h3 {
  color: #000;
  font-size: var(--f22);
  font-weight: 500;
  transition: all 0.5s;
  line-height: 1.5;
}

.fa_Pro .fa_li:hover .fa_tit h3 {
  color: var(--main-color);
}

.fa_Pro .fa_li .fa_tit p {
  font-size: 14px;
  color: #999;
  margin-top: 10px;
}

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

@media screen and (max-width: 768px) {
  .fa_Pro .fa_link{
    display:none;
  }
  .fa_Pro .fa_list {
    justify-content: space-between;
  }

  .fa_Pro .fa_li {
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
    padding: 0;
    border-radius: 5px;
    padding:20px 10px;
  }

  .fa_Pro .fa_li .fa_tit {
    padding: 20px 0px  0;
    font-size: 12px;
    text-align: center;
  }

  .fa_Pro .fa_li .fa_tit h3 {
    font-size: 14px;
  }

  .fa_Pro .fa_li .fa_tit p {
    display: none;
  }
}

/**/
.fa_Prodt {
  background: url(../images/proboxbg.jpg);
  overflow: hidden;
  padding-bottom: 0!important;
}

.fa_Prodt .fa_top {
  width: 100%;
  /* align-items: flex-start; */
  /* background: #fff; */
}

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

.fa_Prodt .fa_top .fa_top_l .fa_sml_swp .swiper-slide {
  border: transparent solid 2px;
  transition: all 0.8s;
  width: 60px;
}

.fa_Prodt .fa_top .fa_top_l .fa_sml_swp .swiper-slide-thumb-active {
  border-color: var(--main-color);
}

.fa_Prodt .fa_top .fa_top_l .fa_big_swp {
  /* border: #eee solid 1px; */
  background: #fff;
}

.fa_Prodt .fa_top .fa_top_l .fa_dtimg_btn>div {
  position: absolute;
  z-index: 20;
  font-size: 3vw;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  top:50%;
  transform:translateY(-50%);
  bottom: 0;
  cursor: pointer;
  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_cateinfo {
  padding: 15px 0;
  font-size: 14px;
  color: #999;
  margin-top: 15px;
  border-top: #eee solid 1px;
}

.fa_Prodt .fa_top .fa_dt_r .fa_pro_cateinfo a {
  color: inherit;
  color: #666;
  margin-left: 5px;
}

.fa_Prodt .fa_top .fa_dt_r .fa_pro_cateinfo a:hover {
  color: var(--main-color);
}

.fa_Prodt .fa_top .fa_dt_r .fa_pro_tit b {
  font-size: var(--f36);
  color: #000;
  font-weight: 500;
}

.fa_Prodt .fa_top .fa_dt_r .fa_pro_sum {
  font-size: var(--f18);
  color: #000;
  line-height: 2;
  font-weight: 300;
  background: linear-gradient(90deg, rgba(255,255,255,0.8), transparent);
  padding: 20px 2vw;
}
.fa_Prodt .fa_top .fa_dt_r .fa_pro_ys{
  display:flex;
  justify-content:space-between;
  margin-bottom: 1vw;
}

.fa_Prodt .fa_top .fa_dt_r .fa_pro_ys .fa_it{
  background:linear-gradient(90deg,var(--main-color),transparent);
  width:calc((100% - 2px) / 3);
  padding:20px;
  margin-top:1px;
  display:flex;
  align-items:center;
  transition:all 0.5s;
  color:#fff;
}
.fa_Prodt .fa_top .fa_dt_r .fa_pro_ys .fa_it .fa_ico{
  color:var(--main-color);
  font-size:var(--f30);
  line-height:1;
  transition:all 0.5s;
  margin-right:10px;
  color:#fff;
  border-right:#fff solid 1px;
  padding-right:10px;
}
.fa_Prodt .fa_top .fa_dt_r .fa_pro_sum table td {
  border: #ddd solid 1px;
  padding: 5px 10px;
}

.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_ctcinfo {
  margin-top: 2vw;
  /* margin-bottom:1vw; */
}

.fa_Prodt .fa_top .fa_dt_r .fa_ctcinfo a {
  display: inline-block;
  margin-right: 2vw;
  font-size: var(--f20);
  color: #000;
  font-family: 'satoshi', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.fa_Prodt .fa_top .fa_dt_r .fa_ctcinfo a i {
  display: inline-block;
  margin-right: 10px;
  color: var(--main-color);
}

.fa_Prodt .fa_top .fa_dt_r .fa_pro_link {
  display: flex;
  justify-content: space-between;
  margin-top: 2vw;
}

.fa_Prodt .fa_top .fa_dt_r .fa_pro_link a {
  display: block;
  background: transparent;
  color: #000;
  padding: 0px 10px;
  line-height: 60px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.5s;
  border: var(--main-color) solid 1px;
  width: calc((100% - 10px) / 2);
  text-align: center;
}

.fa_Prodt .fa_top .fa_dt_r .fa_pro_link a i {
  margin-right: 5px;
  font-size: 16px;
  transition: all 0.5s;
  color: var(--main-color);
  margin-right: 10px;
}

.fa_Prodt .fa_top .fa_dt_r .fa_pro_link a:hover {
  color: #fff;
  background: var(--main-color);
}

.fa_Prodt .fa_top .fa_dt_r .fa_pro_link a:hover i {
  color: #fff;
}

.fa_Prodt .fa_content {
  margin-top: 3vw;
  border-radius: 5px;
}

.fa_Prodt .fa_content .fa_tab_tit {
  font-size: 0;
  border-bottom: #eee solid 2px;
  /* padding-left: 2vw; */
}

.fa_Prodt .fa_content .fa_tab_tit span {
  display: inline-block;
  font-size: var(--f20);
  color: #666;
  line-height: var(--f70);
  /* font-weight: 300; */
  margin: 0 2vw;
  cursor: pointer;
  position: relative;
}

.fa_Prodt .fa_content .fa_tab_tit span:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2px;
  background: var(--main-color);
  height: 2px;
  width: 0;
  transition: all 0.5s;
}

.fa_Prodt .fa_content .fa_tab_tit span.on {
  color: var(--main-color);
}

.fa_Prodt .fa_content .fa_tab_tit span.on:before {
  width: 100%;
}

.fa_Prodt .fa_content .fa_tab_content {
  margin-left: -100%;
  margin-right: -100%;
  padding-left: 100%;
  padding-right: 100%;
  background: #fff;
  padding-top: calc(3vw + 10px);

  padding-bottom: calc(3vw + 10px);

}
.fa_Prodt .fa_content .fa_tab_content .cntbox{
  font-size:16px;
  font-weight: 400;
  line-height:2;
  color:#222;
}
.fa_Prodt .fa_content .fa_tab_content .cntbox h5{
  font-size:var(--f20);
  color:#000;
  font-weight:400;
  margin-bottom:10px;
}
.fa_Prodt .fa_content .fa_tab_content table {
  width: 100%;
}

.fa_Prodt .fa_content .fa_tab_content table td {
  border: #f2f2f2 solid 1px;
  padding:20px;
  font-weight:500;
}
.fa_Prodt .fa_content .fa_tab_content table tr:nth-child(odd){
  background:#f5f5f5;
}

.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 .fa_content img {
  display: block;
  margin: auto;
}

.fa_Prodt .fa_content .fa_tab_content img {
  /* width: 800px; */
  max-width: 100% !important;
  height: auto;
  margin: auto;
}

.fa_Prodt .fa_content .fa_tab_content video {
  width: 100% !important;
  height: auto;
}

@media only screen and (min-width: 769px) {
  .fa_Prodt .fa_top .fa_top_l {
    width: 50%;
    position: relative;
    overflow: hidden;
    padding-right: 5vw;
  }

  .fa_Prodt .fa_top_l .fa_sml_swp {
   
  }

  .fa_Prodt .fa_top .fa_dt_r {
    /* padding-left: 5vw; */
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .fa_Prodt .fa_content .fa_tab_tit {
    /* margin-top:-100px; */
    position: relative;
    text-align: center;
  }
}

@media only screen and (max-width: 769px) {
  table {
    width: 100%;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
.fa_Prodt .fa_content .fa_tab_content table td{
  padding:10px 5px;
  font-size:14px;
}

    /* 整个滚动条 */
    .fa_Prodt .fa_content .fa_tab_content table::-webkit-scrollbar {
        height: 8px; 
        /* 设置滚动条的高度 */
        margin-top: 20px;
    }
    /* 滚动条轨道 */
    .fa_Prodt .fa_content .fa_tab_content table::-webkit-scrollbar-track {
        background: #eee;
        /* 轨道的背景颜色 */
        border-radius: 10px;
        /* 轨道的圆角 */
    }
    /* 滚动条滑块 */
    .fa_Prodt .fa_content .fa_tab_content table::-webkit-scrollbar-thumb {
        background: #aaa;
        /* 滑块的背景颜色 */
        border-radius: 10px;
        /* 滑块的圆角 */
    } 
  .fa_Prodt .fa_top>div {
    width: 100%;
  }

  .fa_Prodt .fa_top .fa_top_l {
    border: none;
    background: #f3f3f3;
  }

  .fa_Prodt .fa_top .fa_dt_r .fa_pro_cateinfo {
    font-size: 12px;
    background: #f5f5f5;
    padding:10px 20px;
  }
  .fa_Prodt .fa_top .fa_dt_r .fa_pro_sum{
    font-size:14px;
    padding:10px 20px;
  }
  .fa_Prodt .fa_top .fa_dt_r .fa_pro_ys{
    flex-wrap:wrap;
  }
.fa_Prodt .fa_top .fa_dt_r .fa_pro_ys .fa_it{
  width:100%;
  padding: 10px;
  font-size: 14px;
}
  .fa_Prodt .fa_top .fa_dt_r .fa_ctcinfo a {
    font-size: 14px;
  }

  .fa_Prodt .fa_top .fa_dt_r {
    margin-top: 30px;
    padding: 0 10px;

  }

  .fa_Prodt .fa_top .fa_dt_r .fa_pro_tit b {
    font-size: 18px;
  }

  .fa_Pro .fa_li .fa_link i {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }

  .fa_Prodt .fa_top .fa_dt_r .fa_pro_link a {
    width: calc((100% - 5px) / 2);
    line-height: 40px;
    padding: 0 20px;
    margin-top: 20px;
  }

  .fa_Prodt .fa_content .fa_tab_tit {
    display: flex;

  }

  .fa_Prodt .fa_content { 
    margin-top: 50px;
  }

  .fa_Prodt .fa_content .fa_tab_tit span {
    line-height: 40px;
    padding: 0 5px;
    display: block;
    width: 25%;
    font-size: 14px;
    background: #ddd;
    margin: 0;
    text-align: center;
    border-right: #f5f5f5 solid 2px;
  }

  .fa_Prodt .fa_content .fa_tab_tit span.on {
    background: var(--main-color);
    color: #fff;
  }

  .fa_Prodt .fa_content .fa_tab_content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
} 

.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{
  background: #f5f5f5;
}
.fa_Download .fa_li {
  background:#fff;
  box-shadow:0 0 10px rgba(0,0,0,0.08);
}
.fa_Download .fa_li .fa_top{
  padding:30px;
}
.fa_Download .fa_li .fa_bottom{
  padding:10px 30px;
  background:#eee;
  font-size:14px;
  color: #777;
}

.fa_Download .fa_li.fa_zip .fa_bottom{
  background: #eaedf7;
}
.fa_Download .fa_li.fa_pdf .fa_bottom{
  background: #fdf6f6;
}
.fa_Download .fa_li.fa_exl .fa_bottom{
  background: #ebf6f7;
}
.fa_Download .fa_li.fa_word .fa_bottom{
  background: #eaf4fc;
}
.fa_Download .fa_li.fa_imgs .fa_bottom{
  background: #fef1e3;
}
.fa_Download .fa_li .fa_bottom span{
  display:inline-block;
  margin-right:1vw;
}

.fa_Download .fa_li .fa_bottom i{
  color:#666
}

.fa_Download .fa_li.fa_pdf .fa_bottom i{
  color:#da251c;
}
.fa_Download .fa_li.fa_zip .fa_bottom i{
  color:#84a2d4;
}
.fa_Download .fa_li.fa_exl .fa_bottom i{
  color:#7ebeab;
}
.fa_Download .fa_li.fa_word .fa_bottom i{
  color:#38a1db;
}
.fa_Download .fa_li.fa_imgs .fa_bottom i{
  color:#eb6238;
}
.fa_Download .fa_li .fa_l i{
  width:60px;
  display:flex;
  align-items:center;
  font-size:40px;
  justify-content:center;
  color:#999;
}

.fa_Download .fa_li.fa_pdf .fa_l i{
  color: #da251c;
  opacity: 0.5;
}
.fa_Download .fa_li.fa_zip .fa_l i{
  color: #5a79ba;
  opacity: 0.5;
}
.fa_Download .fa_li.fa_exl .fa_l i{
  color: #3eb370;
  opacity: 0.8;
}

.fa_Download .fa_li.fa_word .fa_l i{
  color: #38a1db;
  opacity: 0.8;
}
.fa_Download .fa_li.fa_imgs .fa_l i{
  color: #eb6238;
  opacity: 0.8;
}
.fa_Download .fa_li h5{
  font-size:var(--f20);
  color:#222;
  font-weight:500;
}
.fa_Download .fa_li .fa_c p{
  font-size:14px;
  color:#999;
  margin-top:10px;
  text-transform:uppercase;
}

.fa_Download .fa_li .fa_r a{
    display:flex;
    align-items:center;
    justify-content:center;
    width:50px;
  height:50px;
  background:#eee;
  border-radius:500px;
  color:#999;
  font-size:16px;
  }

.fa_Download .fa_li.fa_pdf .fa_r a{
  background:#fbe9e8;
  color:#da251c;
}
.fa_Download .fa_li.fa_zip .fa_r a{
  background:#eaedf7;
  color:#4c6cb3;
}
.fa_Download .fa_li.fa_exl .fa_r a{
  background:#ebf6f7;
  color:#68be8d;
}
.fa_Download .fa_li.fa_word .fa_r a{
  background:#eaf4fc;
  color:#38a1db;
}
.fa_Download .fa_li.fa_imgs .fa_r a{
  background:#fde8d0;
  color:#eb6238;
}
@media  screen and (min-width: 769px) {
  .fa_Download .fa_li .fa_top{
    display:flex;
    align-items:center;
  }
  .fa_Download .fa_li .fa_l{
    width:80px;
  }
  .fa_Download .fa_li .fa_c{
    width:calc(100% - 200px);
  }
  .fa_Download .fa_li .fa_r{
    display:flex;
    justify-content:space-between;
    width:120px;
  }
  
  
}
@media  screen and (max-width: 768px) {
  .fa_Download .fa_li .fa_top{
    display:flex;
    padding:20px;
    
  }
  .fa_Download .fa_li .fa_bottom{
    padding:10px 20px;
    font-size:12px;
  }
  .fa_Download .fa_li .fa_top .fa_l{
    display:none;
  }
  .fa_Download .fa_li .fa_top .fa_c{
    
    width:calc(100% - 80px);
  }
  .fa_Download .fa_li .fa_top .fa_r{
    display:flex;
    width:80px;
    justify-content:space-between;
  }
   .fa_Download .fa_li .fa_top .fa_r a{
     width:36px;
     height:36px;
     
   }
}

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

.fa_career h2.fa_list_tt {
  font-size: var(--f30);
  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;
  font-weight: 400;
}

.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 {
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
  }

  .fa_career dl dt span.fa_btn {
    text-align: right;
    font-size: 14px;
    font-weight: 600;
  }
  .fa_career .fa_libox p{
    font-size:14px;
    margin-bottom:20px;
  }
}


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

.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;
  background: #f3f6fb;
}

.fa_contact .fa_left dl dd p {
  font-size: var(--f20);
  color: var(--main-color);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.fa_contact .fa_left dl dd h5 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 5px;
}

.fa_contact .fa_left dl dd a {
  font-weight: inherit;
}

.fa_contact .fa_left dl {
  /* margin-bottom: var(--f30); */
  background: rgba(255, 255, 255, 0.9);
  /* border-radius: 500px; */
  display: flex;
}

.fa_contact form>div {
  margin-bottom: 10px;
  border-radius: 0;
  overflow: hidden;
}

.fa_contact form button {
  color: #fff;
  border: none;
  padding: 0 60px;
  border-radius: 5px;
  line-height: 40px;
  font-size: 14px;
  text-transform: capitalize;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  display: block;
  background: var(--main-color);
  margin: 20px auto 0;
  /* width: 100%; */
}

.fa_contact form input {
  background: #fff;
  line-height: 40px;
  padding: 0 10px;
  width: 100%;
  color: #333;
  border: none;
  font-size: 14px;
  border-radius: 00px;
  border: #eee solid 1px;
}

.fa_contact form textarea {
  background: #fff;
  border-radius: 0;
  line-height: 30px;
  min-height: 90px;
  padding: 10px;
  width: 100%;
  border: #eee solid 1px;
  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;
  text-align: center;
}

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

.fa_Message textarea {
  background: transparent;
  background: #fff;
  border: none;
  color: #999;
  min-height: 200px;
  width: 100%;
  max-height: 200px;
  padding: 20px;
  border-radius: 10px;
}

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

.fa_contact .fa_list dl dt span {
  display: inline-block;
  /* max-width: 66px; */
  width: 100%;
}

.fa_contact .fa_list dl dt span img {
  width: 100%;
}

.fa_contact .fa_ewm {
  text-align: center;

}

.fa_contact .fa_ewm>div {
  background: rgba(255, 255, 255, 0.5);
  padding: 20px;
  border-radius: 20px;
}

.fa_contact .fa_ewm h6 {
  font-size: 14px;
  margin-top: 10px;
}

@media only screen and (min-width: 769px) {
  .fa_contact .fa_left .fa_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .fa_contact .fa_left .fa_list dl {
    width: calc((100% - 20px) / 3);
    margin-bottom: 20px;
    /* border:#eee solid 1px; */
    padding: 2rem;
  }

  .fa_contact .fa_left .fa_list dl {
    display: flex;
  }

  .fa_contact .fa_left .fa_list dl dt {
    width: 60px;
    font-weight: normal;
  }

  .fa_contact .fa_left .fa_list dl dt i {
    font-size: 50px;
    color: var(--main-color);
    line-height: 1;
  }

  .fa_contact .fa_left .fa_list dl dd {
    padding-left: 20px;
    width: calc(100% - 60px);
  }

  .fa_contact .fa_cCnt .fa_right {
    /* display: flex; */
    /* flex-direction: row-reverse; */
    /* margin-top: 40px; */
  }

  .fa_contact .fa_cCnt .fa_right .fa_ewm {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .fa_contact .fa_cCnt .fa_right .fa_form {
    width: 100%;
  }
  .fa_contact form{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
  }
  
  .fa_contact form>div{
    width:calc((100% - 20px) / 2);
  }
  .fa_contact form>div:nth-child(1),.fa_contact form>div:last-child{
    width:100%;
  }
}

@media only screen and (max-width: 768px) {
  
  .fa_contact form>div {
    text-align: center;
  }

  .fa_contact form button {
    margin: auto;
  }

  .fa_contact .fa_left {
    margin: 30px 0;
  }

  .fa_contact .fa_left dl dd h5 {
    font-size: 14px;
    margin-top: 10px;
  }

  .fa_contact .fa_left dl dd p {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1;
  }

  .fa_contact .fa_cCnt .fa_right h4 {
    font-size: 14px;
  }

  .fa_contact .fa_left .fa_list dl {
    padding: 20px;
    margin-bottom: 10px;
  }

  .fa_contact .fa_left .fa_list dl dt {
    width: 40px;
    font-size:30px;
    color:var(--main-color);
    line-height:1;
    text-align:left;
    font-weight:normal;
  }

  .fa_contact .fa_left .fa_list dl dd {
    width: calc(100% - 40px);
    padding-left: 20px;
  }

  .fa_contact .fa_ewm>div {
    background: transparent;
    max-width: 150px;
    margin: auto;
  }
.fa_contact .fa_ewm>div img{
  width:100%;
}
  .fa_contact .fa_ewm {
    margin-bottom: 30px;
  }
}

.fa_video .fa_li {
  cursor:pointer;
}

.fa_video .fa_Img {
  padding-bottom: 60%;
}
.fa_video .fa_sum{
  position:absolute;
  display:flex;
  left:0;
  bottom:0;
  right:0;
  background:rgba(0,0,0,0.5);
  justify-content:space-between;
  padding-left:20px;
  align-items:center;
}
.fa_video .fa_sum .fa_l{
  font-size:14px;
  color:#fff;
}

.fa_video .fa_sum .fa_l i{
  margin-right:10px;
}
.fa_video .fa_sum .fa_r{
  width:50px;
  display:flex;
  height:50px;
  color:#fff;
  background:var(--main-color);
  align-items:center;
  justify-content:center;
  
}
.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);
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  z-index:10;
}

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

.fa_video .fa_info h3 {
  font-size: 16px;
  color: #333;
  transition:all 0.5s;
}

.fa_video .fa_li:hover .fa_info h3 {
  color:var(--main-color);
}
.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(#eee,#fff);
}

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

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

.fa_Xg .fa_li .fa_tit {
  padding: 20px 10px;
  color: #333;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}


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

.fa_Faq .fa_wrapper {
  max-width: 1200px;
}

.fa_Faq .fa_li {
  position: relative;
  border-bottom: #eee 1px dashed;
  padding: 10px 0;
}

.fa_Faq .fa_li .fa_tt {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  /* border-bottom: #eee solid 1px; */
  align-items: center;
  padding-left: 40px;
}

.fa_Faq .fa_li .fa_tt h6 {
  font-size: 16px;
  color: #333;
  position: relative;
  width: calc(100% - 50px);
}

.fa_Faq .fa_li .fa_tt:before {
  content: "问";
  text-transform: uppercase;
  color: #fff;
  background: #999;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 12px;
  transform: translateY(-50%);
}

.fa_Faq .fa_li .fa_tt span {
  font-size: 20px;
  color: #666;
  cursor: pointer;
  line-height: 1;
  transition: all 0.5s;
  /* width: 50px; */
  text-align: right;
  /* transform-origin: center center; */
}

.fa_Faq .fa_li.fa_on .fa_tt span {
  transform: rotate(180deg);
}

.fa_Faq .fa_li .fa_cnt {
  display: none;
  /* padding:10px 0; */ 
  padding-left: 40px;
  position: relative;
}

.fa_Faq .fa_li .fa_cnt:before {
  content: "答";
  text-transform: uppercase;
  color: #fff;
  background: var(--main-color);
  width: 24px; 
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px; 
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
}

.fa_Faq .fa_li .fa_cnt>div {
  font-size: 15px;
  line-height: 2;
  background: #f5f5f5;
  padding: 20px;
}



/**/ 