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

.fa_pTitle h2 {
  font-size: var(--f40);
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 20px;
}

.fa_pTitle h5 {
  font-size: var(--f20);
  color: var(--main-color);
  font-weight: 500;
}

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

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

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

.fa_Pagecnt .fa_content {
  margin-top: 3vw;
  width: 100%;
  overflow: hidden;
  line-height: 2;
  font-size: 16px;
  color: #555;
}

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

.fa_Pagecnt .fa_content ul li {
  position: relative;
  padding-left: 20px;
}

.fa_Pagecnt .fa_content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 7px;
  height: 7px;
  background: var(--main-color);
  border-radius: 500px;
}

.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_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;
  background: #f5f5f5;
  padding: 15px 20px;
  border-radius: 5px;
}

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

.fa_Casedt .fa_title h1 {
  font-size: 3rem;
  color: #000;
}

.fa_Casedt .fa_title h4 {
  font-size: 1.8rem;
  color: #999;
  margin-top: var(--f30);
  font-weight: 400;
}

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

.fa_Casedt .fa_case_pic {
  position: relative;
  /* padding-bottom: 40%; */
  margin: 3vw 0 5vw;
}

.fa_Casedt .fa_bg {
  background-attachment: fixed;
  /* position:absolute; */
  /* left:0; */
  top: 0;
  width: 100%;
  bottom: 0;
  /* max-width: calc((100vw - 1200px) /  2 + 1200px); */
  height: 100%;
  background-size: 100%;
  padding-bottom: 40%;
  border-radius: 10px;
}

.fa_Casedt .fa_case_td {
  display: flex;
  justify-content: space-between;
  margin: 0 -2vw;
}

.fa_Casedt .fa_case_td dl {
  padding: 0 2vw;
  max-width: 280px;
}

.fa_Casedt .fa_case_td dl dt .fa_ico {
  width: 80px;
  height: 80px;
  background: var(--main-color);
  border-radius: 500px;
  padding: 20px;
}

.fa_Casedt .fa_case_td dl dt .fa_ico img {
  width: 100%;
  filter: invert(1) grayscale(1) brightness(100);
}

.fa_Casedt .fa_case_td dl dd h6 {
  font-size: var(--f20);
  color: #3e4a61;
  margin-top: 20px;
  margin-bottom: 10px;
}

.fa_Casedt .fa_case_td dl dd p {
  font-size: 14px;
  color: #777;
}

.fa_Casedt .fa_content {
  padding: 5vw 100%;
  margin: 5vw -100% 0;
  background: #f5f5f5;
}

.fa_Casedt .fa_content>h3 {
  font-size: 2rem;
  margin-bottom: var(--f40);
}

.fa_Casedt .fa_content .fa_cnt {
  font-size: 16px;
  line-height: 2;
}

.fa_Casedt .fa_dt_page {
  border: none;
}

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

@media screen and (max-width: 768px) {
  .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_News {
  /* background: #eef4f7; */
}

.fa_News .fa_li {
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
  transition: all 0.5s;
}

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

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

.fa_News .fa_li:hover {

  background: #fff;
  box-shadow: 10px 5px 30px rgba(0, 0, 0, 0.1);
}

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

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

.fa_News .fa_li .fa_tit h6 {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

.fa_News .fa_li .fa_tit h6 span:nth-child(1) {
  color: #999;
}

.fa_News .fa_li .fa_tit h6 span:nth-child(2) {
  color: #999;
}

.fa_News .fa_li h3 {
  font-size: var(--f18);
  margin: 20px 0 10px;
}

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

@media screen and (min-width: 769px) {
  .fa_News .fa_li {
    position: relative;
  }

  .fa_News .fa_li .fa_tit>div {
    position: relative;
  }


}

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

/**/
.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: 16px;
  margin-top: 30px;
  position: relative;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 15px 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: 70%;
  transition: all 0.5s;
  border-radius: 5px;
}

/**/
.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_filter {
  position: relative;
}

/**/
.fa_Pro {
  /* background: #eef4f7; */
  padding-top: 0 !important;
}

.fa_Pro .fa_li {
  display: block;
  background: #fff;
  position: relative;
  border-radius: 5px;
  transition: all 0.5s;
  overflow: hidden;
}

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

.fa_Pro .fa_li .fa_Img {
  padding-bottom: 80%;
  border-radius: 10px;
  transition: all 0.5s;
}

.fa_Pro .fa_li .fa_Img .img1 {
  opacity: 1;
}

.fa_Pro .fa_li .fa_Img .img2 {
  opacity: 0;
}

.fa_Pro .fa_li:hover .fa_Img .img1 {
  opacity: 0;
}

.fa_Pro .fa_li:hover .fa_Img .img2 {
  opacity: 1;
}

.fa_Pro .fa_li .fa_tit {
  text-align: center;
  position: relative;
  padding: 20px;
}

.fa_Pro .fa_li .fa_tit h3 {
  color: #333;
  font-size: var(--f20);
  font-weight: 400;
}

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

@media screen and (min-width: 769px) {
  .fa_filter .fa_titbox {
    display: none;
  }

  .fa_filter .fa_it {
    display: flex;
    /* padding: 20px 0; */
    border-top: #e5e5e5 solid 1px;
  }

  .fa_filter .fa_it:nth-child(1) {
    border: none;
  }

  .fa_filter .fa_it .fa_tt {
    font-size: 16px;
    width: 120px;
    text-align: center;
  }

  .fa_filter .fa_it .fa_tt a {
    color: #000;
    /* min-width: 100px; */
    background: #f5f5f5;
    line-height: 50px;
    display: block;
    transition: all 0.5s;
  }

  .fa_filter .fa_it .fa_tt a.active {
    background: #c5e3f6;
    color: var(--main-color);
  }

  .fa_filter .fa_it .fa_cc {
    width: calc(100% - 120px);
    padding-left: 2vw;
    padding-top: 12px;
  }

  .fa_filter .fa_it .fa_cc a {
    font-size: 15px;
    margin-right: 2vw;
    display: inline-block;
    color: #555;
    position: relative;
    transition: all 0.5s;
  }

  .fa_filter .fa_it .fa_cc a:hover,
  .fa_filter .fa_it .fa_cc a.active {
    color: var(--main-color);
  }

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

  .fa_filter .fa_it .fa_cc a:hover:before,
  .fa_filter .fa_it .fa_cc a.active:before {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .fa_filter .fa_titbox {
    background: #eee;
    padding: 12px 20px;
    position: relative;
  }

  .fa_filter .fa_titbox h2 {
    font-size: 14px;
  }

  .fa_filter .fa_titbox i {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    background: #ddd;
  }

  .fa_filter .fa_titbox i:before,
  .fa_filter .fa_titbox i:after {
    position: absolute;
    content: "";
    width: 16px;
    left: 50%;
    transform: translate(-50%);
    top: 50%;
    height: 2px;
    background: #999;
    transition: all 0.5s;

  }

  .fa_filter .fa_titbox i:after {
    transform: translate(-50%) rotate(90deg);
  }

  .fa_filter .fa_titbox i.on:after {
    transform: translate(-50%) rotate(0);
  }

  .fa_filter .fa_list {
    background: #f5f5f5;
    padding: 0 20px;

  }

  .fa_filter .fa_tt {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .fa_filter .fa_tt a.active {
    color: var(--main-color);
    text-decoration: underline;
  }

  .fa_filter .fa_cc a {
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
    margin-top: 5px;
    color: #666;
  }

  .fa_filter .fa_cc a.active {
    color: var(--main-color);
  }

  .fa_filter .fa_it {
    padding: 20px 0;
    border-top: #ddd solid 1px;
  }

  .fa_filter .fa_it:nth-child(1) {
    border: none;
  }

  .fa_filter .fa_list {
    display: none;
  }
}

/**/
.fa_Prodt {
  /* background: #eef4f7; */
}

.fa_Prodt .fa_top {
  width: 100%;
  align-items: flex-start;
  background: #fff;
  border-radius: 5px;
  /* padding: 2vw; */
}

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

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

.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 {
  border: #eee solid 1px;
}

.fa_Prodt .fa_top .fa_top_l .fa_sml_swp {
  border-top: #eee solid 1px;
  /* padding: 0 30px; */
  position: relative;
}

.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;
  font-weight: 400;
}

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

.fa_Prodt .fa_top .fa_dt_r .fa_pro_cateinfo {
  /* background:#f5f5f5; */
  padding: 10px 0;
  border-bottom: #eee solid 1px;
  color: #666;
  font-size: 14px;
  color: #333;
  margin-bottom: 30px;
  border-top: #eee solid 1px;
}

.fa_Prodt .fa_top .fa_dt_r .fa_pro_cateinfo a {
  color: inherit;
  color: #222;
  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(--f30);
  color: #000;
  font-weight: 500;
}

.fa_Prodt .fa_top .fa_dt_r .fa_pro_sum {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 3vw;
  font-weight: 400;
}

.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_pro_link a {
  display: inline-block;
  background: #dcdfea;
  color: #888;
  padding: 0px 40px;
  line-height: 46px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.5s;
}

.fa_Prodt .fa_top .fa_dt_r .fa_pro_link a i {
  margin-right: 5px;
  font-size: 16px;
}

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

.fa_Prodt .fa_content {
  width: 100%;
  margin-top: 3vw;
  background: #fff;
  border-radius: 5px;
}

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

.fa_Prodt .fa_content .fa_tab_tit span {
  display: inline-block;
  font-size: var(--f26);
  color: #000;
  line-height: var(--f70);
  font-weight: 400;
}

.fa_Prodt .fa_content .fa_tab_content {
  width: 100%;
  padding: 3vw 0;
}

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

  .fa_Prodt .fa_top .fa_dt_r {
    padding-left: 3vw;
    width: 50%;
  }
}

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

  .fa_Pro .fa_li .fa_tit h6 span {
    line-height: 36px;
    padding: 0 30px;
    font-size: 13px;
  }

  .fa_Prodt .fa_grid2 {
    margin-top: 0 !important;
    padding: 0;
    width: 100%;
  }

  .fa_Prodt .fa_comm_r {
    padding: 10px 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 {
    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 {
    line-height: 36px;
    padding: 0 20px;
    margin-top: 30px;
  }

  .fa_Prodt .fa_content .fa_tab_tit span {
    line-height: 50px;
    padding: 0 15px;
  }

  .fa_Prodt .fa_content .fa_tab_content {
    padding: 20px;
  }
}

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

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

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

.fa_text_w * {
  color: #fff;
}

.fa_contact {
  position: relative;
  background: url(../images/ctcbg.jpg);
}

.fa_contact .fa_left dl dt p {
  font-size: 16px;
  color: #777;
  font-weight: 400;
  text-transform: uppercase;
}

.fa_contact .fa_left dl dt p i {
  margin-right: 10px;
  color: var(--main-color);
}

.fa_contact .fa_left dl dd h5 {
  font-size: var(--f20);
  font-weight: 600;
  margin-top: 10px;
}

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

.fa_contact .fa_left dl {
  margin-bottom: var(--f30);
}

.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);
  transition: all 0.5s;
}

.fa_contact form button:hover {

  background: var(--main2-color);
}

.fa_contact form input {
  background: rgba(255, 255, 255, 0.8);
  line-height: 40px;
  padding: 0 10px;
  width: 100%;
  color: #333;
  border: none;
  font-size: 14px;
  border-radius: 5px;
}

.fa_contact form textarea {
  background: rgba(255, 255, 255, 0.8);
  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: #fff;
}

.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_pTitle h5 {
  color: var(--main2-color);
}

.fa_contact .fa_pTitle h2 {
  color: #fff;

}

.fa_contact .fa_pTitle {
  padding: 0;
  border: none;
}

.fa_contact .fa_cCnt .fa_cntbox p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
}

.fa_contact .fa_cCnt .fa_cntbox p a {
  font-weight: 600;
  transition: all 0.5s;
}

.fa_contact .fa_cCnt .fa_cntbox p a:hover {
  color: var(--main2-color);
}

.fa_contact .fa_cCnt .fa_cntbox p i {
  position: absolute;
  top: 2px;
  width: 24px;
  height: 24px;
  background: var(--main2-color);
  border-radius: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  font-size: 14px;
}

.fa_contact .fa_ctcewm {
  position: relative;
  width: 130px;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px;
  border-radius: 3px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #fff;
  margin-top: 3vw;
}

.fa_contact .fa_ctcewm p {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
}

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

  .fa_contact {
    padding-top: 0;
    z-index: 30;
  }

  .fa_contact .fa_cCnt {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: flex-start;
    margin-top: 100px;
  }

  .fa_contact .fa_cCnt .fa_left {
    width: 50%;
  }

  .fa_contact .fa_cCnt .fa_right {
    width: 50%;
    background: rgba(255, 255, 255, 0.1);
    padding: 3vw;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(5px);
  }
}

@media only screen and (max-width: 768px) {
  .fa_contact .fa_left {
    margin: 30px 0;
  }
.fa_contact .fa_pTitle{
  text-align:center;
}
  .fa_contact .fa_ctcewm{
    margin-left:auto;
    margin-right:auto;
  }
  .fa_contact .fa_cCnt .fa_cntbox p{
    font-size:14px;
  }
  .fa_contact .fa_cCnt .fa_right {
    background: rgba(255,255,255,0.1);
    padding: 20px;
  }

  .fa_contact .fa_left dl dd h5 {
    font-size: 16px;
  }

  .fa_contact .fa_left dl dt p {
    font-size: 14px;
  }

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

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

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

/**/
.fa_Service .fa_sTit h3 {
  font-size: var(--f36);
  color: #333;
}

.fa_Service .fa_sTit h3:after {
  display: block;
  height: 3px;
  margin-top: 30px;
  margin-bottom: 30px;
  content: "";
  background: var(--main-color);
  width: 50px;
  border-radius: 500px;
}

.fa_Service .fa_sTit.fa_text_c h3:after {
  margin-left: auto;
  margin-right: auto;
}

.fa_Service .fa_sTit h4 {
  color: #3a4750;
  font-weight: 400;
  font-size: 16px;
}

.fa_Service .fa_box1 .fa_list {
  margin-top: var(--f50);
}

.fa_Service .fa_box1 .fa_li {
  position: relative;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-top: 3rem;
  background: #fff;
}

.fa_Service .fa_box1 .fa_li .fa_wrapbox {
  padding: 20px 3rem 3rem;
}

.fa_Service .fa_box1 .fa_li .fa_ico {
  width: 30%;
  max-width: 90px;
  margin-left: 3rem;
  margin-top: -40px;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
  border-radius: 500px;
}

.fa_Service .fa_box1 .fa_li .fa_ico img {
  width: 100%;
}

.fa_Service .fa_box1 .fa_li h3 {
  font-size: var(--f24);
  color: #333;
  margin-bottom: 20px;
  margin-top: 1rem;
}

.fa_Service .fa_box1 .fa_li .fa_sum {
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  color: #777;
}

.fa_Service .fa_box1 .fa_li .fa_sum p {
  margin-top: 15px;
}

.fa_Service .fa_box2 .fa_cnt {
  margin-top: var(--f50);
  font-size: 15px;
  line-height: 2;
  color: #555;
}

.fa_Service .fa_box2 .fa_pic {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 769px) {
  .fa_Service .fa_box1 {
    position: relative;
    background: linear-gradient(#fff, #c2c9d1);
  }

  .fa_Service .fa_grid {
    padding: 5vw;
  }

  .fa_Service .fa_box2 .fa_wrapper {
    display: flex;
    position: relative;
    align-items: center;
  }

  .fa_Service .fa_box2 .fa_wrapper:before {
    content: "";
    position: absolute;
    top: -5vw;
    bottom: -5vw;
    z-index: -1;
    width: 100vw;
    left: 18%;
    background: #d9e0e6;
    opacity: 0.4;
  }

  .fa_Service .fa_box2 .fa_left {
    width: 40%;
    padding-right: 5%;
  }

  .fa_Service .fa_box2 .fa_right {
    width: 60%;

  }
}

@media screen and (max-width: 768px) {
  .fa_Service .fa_box1 .fa_li .fa_ico {
    margin-top: 20px;
    max-width: 60px;
    margin-left: 20px;
  }

  .fa_Service .fa_box1 .fa_li .fa_wrapbox {
    padding: 20px;
  }

  .fa_Service .fa_box1 .fa_li h3 {
    font-size: 16px;
  }

  .fa_Service .fa_box1 .fa_li .fa_sum {
    font-size: 14px;
    margin-top: 10px;
  }

  .fa_Service .fa_box2 .fa_right {
    margin-top: 30px;
  }
}

/**/
.fa_Adv .fa_Img {
  padding-bottom: 70%;
}

.fa_Adv .fa_swplist {
  margin-top: 3vw;
}

.fa_Adv .swiper-container {
  overflow: visible;
}

.fa_Adv .fa_swplist .fa_li {
  opacity: 0.2;
  transform: scale(0.8);
  transition: all 0.8s;
  overflow: hidden;
  border-radius: 15px;
}

.fa_Adv .fa_swplist .swiper-slide-active .fa_li,
.fa_Adv .fa_swplist .swiper-slide-next .fa_li {
  opacity: 1;
  transform: scale(1);
}

.fa_Adv .fa_box_btn {
  text-align: center;
  margin-top: 30px;
}
 
@media screen and (min-width: 769px) {

  .fa_Adv .fa_box_btn>div {
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin: 0 10px;
  }
}

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