/**/
body{
    background:url(../images/bg.jpg);
    background-repeat: repeat-y;
    background-position: center;
} 
.fa_htitle {
  margin-bottom: 3vw;
  position: relative;
}

.fa_htitle.fa_text_w h2 {
  color: #fff;
}

.fa_htitle.fa_text_w h6 {
  color: #fff;
  font-weight: 400;
}

.fa_htitle h2 {
  position: relative;
  line-height: 1;
  font-size: var(--f26);
  font-weight: 700;
  color: var(--main-color);
  /* margin-top: 20px; */
}
.fa_htitle h4 {
  margin-top: 20px;
  font-size: var(--f20);
  color: #8a8a8a;
  font-weight: 500;
}

.fa_htitle h4:after{
    content:"";
    background: #555;
    height:1px;
    width:40px;
    margin:20px auto 0;
    display: block;
}
.fa_Header .fa_Logo a img {
  max-width: 100%;
  max-height: 100%;
}

.fa_Header {
  width: 100%;
  transition: all 0.5s;
  z-index: 800;
  position: relative;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
}

@media only screen and (min-width:1001px) {
  .fa_nytop {
    height: 100px;
    background: #071e3d;
  }

  .fa_topHei {
    height: 80px;
    background: #fff;
  }

  .fa_Header {
    width: 100%;
    transition: all 0.5s;
    /* border-bottom: rgba(255,255,255,0.1) solid 1px; */
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  }

  .fa_Headeron {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-color: transparent;
  }

  .fa_Header .fa_Logo a {
    display: block;
    max-width: 220px;
    max-height: 100%;
    width: 100%;
    height: 60px;
    background-image: url(../images/logo.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.5s;

  }

  .fa_Header .fa_NavMo {
    display: none;
  }

  .fa_Header .fa_Headerwrap {
    display: flex;
    justify-content: space-between;
    height: 80px;
    transition: all 0.5s;
    margin: auto;
    align-items: center;
    max-width: 1480px;
    padding: 0 100px;
  }

  .fa_Header .fa_Logo {
    width: 20%;
  }

  .fa_Header .fa_NavPc {
    width: 80%;
    position: relative;
    /* right: 0; */
  }

  .fa_Header .fa_NavPc ul {
    width: 100%;
    justify-content: flex-end;
    margin: 0 0 0 auto;
  }

  .fa_Header .fa_NavPc .fa_yjnav {
    position: relative;
  }

  .fa_Header .fa_NavPc .fa_yjnav a {
    display: block;
  }

  .fa_Header .fa_NavPc .fa_yjlist {
    text-align: center;
    text-transform: capitalize;
    /* transition: all 0.5s; */
    overflow: hidden;
    position: relative;
    padding: 0 2vw;
  }

  .fa_Header .fa_NavPc .fa_yjlist span {
    position: relative;
    display: block;
    color: #333;
    font-size: 16px;
    padding: 0;
    font-size: var(--f20);
    font-weight: 400;
    line-height: 1;
    transition: all .5s ease;
    line-height:80px;
  }
  .fa_Header .fa_NavPc .fa_yjlist span:before{
    content:"";
    background:var(--main-color);
    bottom: 5px;
    height:3px;
    width:0;
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    transition:all 0.5s;
  }
  .fa_Header .fa_NavPc .fa_yjlist span:after{
    content:"/";
    position:absolute;
    right: -2vw;
    color: #ddd;
    top:50%;
    transform:translateY(-50%);
  }
  .fa_Header .fa_NavPc .fa_yjnav:hover .fa_yjlist span:before{
    width:100%;
  }
  .fa_Header .fa_NavPc .fa_yjnav:last-child .fa_yjlist span:after{
    display:none;
  }
  .fa_Header .fa_NavPc .fa_yjnav:hover .fa_yjlist span {
    color: var(--main-color);
  }

  .fa_Header .fa_BtnNav {
    display: none !important;
  }

  /**/
  .fa_Header .fa_NavPc .fa_ejnav {
    overflow: hidden;
    position: absolute;
    transition: all 0.5s;
    max-height: 0;
    top: 75px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    background: rgba(255, 255, 255, 0.98);
    z-index: 990;
    border-radius: 0;
    text-align: center;
    width: 110%;
    min-width: 160px;
    border-radius: 2px;
  }

  .fa_Header .fa_NavPc .fa_yjnav:hover .fa_ejnav {
    max-height: 550px;
  }

  .fa_Header .fa_NavPc .fa_ejnav a {
    display: block;
    font-size: 14px;
    color: #333;
    transition: all 0.5s;
    border-top: #eee solid 1px;
    padding: 10px 5px;
  }
  .fa_Header .fa_NavPc .fa_ejnav a:nth-child(1){
    border:none;
  }
  .fa_Header .fa_NavPc .fa_ejnav a:hover {
    background: var(--main-color);
    color: #fff;
  }

  /**/
  .div_navlink {
    position: absolute;
    width: 100px;
    right: 2vw;
    top: 50%;
    transform: translateY(-50%);
  }
  .div_navlink a{
    background:var(--main-color);
    display:block;
    line-height:36px;
    border-radius: 2px;
    color:#fff;
    transition:all 0.5s;
    text-align:center;
    transition:all 0.5s;
    border:var(--main-color) solid 1px;
    font-size: 16px;
  }
  .div_navlink a:hover{
    color:var(--main-color);
    background:transparent;
  }

  .fa_lanmo {
    display: none;
  }
}

@keyframes myfirst3 {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  50% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0.5;
  }

  100% {
    transform: translate(-50%, -50%) scale(1.6);
    opacity: 0;
  }
}

@media only screen and (max-width: 1000px) {
  .fa_topHei {
    height: 60px;
    background: #fff;
  }

  .fa_topbox {
    display: none;
  }

  .fa_Header {
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  }

  .div_navlink {
    display: none !important;
  }

  .fa_Header .fa_Headerwrap {
    flex-wrap: wrap;
    width: 100% !important;
    padding: 0 !important;
    padding: 0px 20px !important;
    height: 60px;
  }

  .fa_Header .fa_top_parts {
    width: 100%;
    background: #f5f5f5;
    padding: 10px 20px;
  }

  .fa_Header .fa_top_parts .fa_wx,
  .fa_Header .fa_top_parts .fa_tel {
    display: none;
  }

  .fa_Header .fa_top_parts .fa_ss form {
    display: flex;
    flex-direction: row-reverse;
  }

  .fa_Header .fa_top_parts .fa_ss form button {
    width: 30px;
    line-height: 30px;
    background: #ddd;
    color: #fff;
    text-align: center;
    border: none;
  }

  .fa_Header .fa_top_parts .fa_ss form input {
    background: #fff;
    border: none;
    line-height: 30px;
    width: calc(100% - 30px);
  }

  .fa_Header .fa_top_parts .fa_t_login {
    text-align: center;
    color: #999;
    margin-top: 10px;
  }

  .fa_Header .fa_top_parts .fa_t_login a {
    color: #999;
    width: 45%;
    display: inline-block;
    text-align: center;
  }

  .fa_NavMo {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.95);
    background-repeat: no-repeat;
    background-size: cover;
    height: 0%;
    width: 100%;
    overflow: hidden;
    z-index: 9999;
    transition: all 0.5s;
  }

  .fa_Header .fa_NavPc {
    display: none !important;
  }

  .fa_Header .fa_BtnSearch {
    display: none !important;
  }

  .fa_Header .fa_Logo {
    text-align: left;
    width: 55%;
    max-width: 200px;
    padding: 10px 0;
  }

  .fa_Header .fa_Logo a {
    width: 100%;
    /* height: 36px; */
    background-image: url(../images/logo.png);
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 36px;
    display: block;
  }

  .fa_Header .fa_BtnNav {
    /* width: 50%; */
    color: var(--main-color);
    font-size: 20px;
    text-align: right;
    /* background: var(--main-color); */
    /* padding: 0 10px; */
  }

  .fa_Header .fa_NavMo ul {
    padding: 60px 15px 20px;
    position: relative;
    height: 100%;
    overflow-y: scroll;
  }

  .fa_Header .fa_NavMo>span {
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9991;
    cursor: pointer;
  }

  .fa_Header .fa_myjnav {
    display: block;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s;
    position: relative;
    border-bottom: rgba(255, 255, 255, 0.2) 1px dotted;
  }

  .fa_Header .fa_mejnav {
    overflow: hidden;
    max-height: 0;
    transition: all 0.5s;
  }

  .fa_Header .fa_myjlist>* {
    display: inline-block !important;
  }

  .fa_Header .fa_NavMo .fa_mejnav a {
    font-size: 14px;
    color: #fff;
    opacity: 0.7;
  }

  .fa_Header .fa_myjlist {
    font-size: 16px;
    /* margin: 10px 0; */
    text-align: left;
    padding-right: 30px;
    position: relative;
  }

  .fa_Header .fa_myjlist i {
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }

  .fa_Header .fa_mejnavon .fa_myjlist i {
    transform: translateY(-50%) rotate(90deg);
  }

  .fa_Header .fa_mejnavon .fa_mejnav {
    max-height: 1000px;
  }

  .fa_Header .fa_myjnav a {
    display: block;
    text-align: left;
    color: #fff;
    padding: 10px 0;
    text-transform: uppercase;
  }

  .fa_Header .fa_NavMo_on {
    height: 100%;
    bottom: 0;
  }

  .fa_Header .fa_NavMo_on .fa_myjnav {
    transform: translateY(0);
    opacity: 1;
  }

  .fa_NavMo a:hover,
  .fa_NavMo a:focus {
    color: #fff;
  }

  .fa_BtnNav .fa-globe {
    color: var(--main-color);
    margin-right: 20px;
  }

  .fa_lanmo {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    display: none;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
    bottom: 0;
    /* border-top: #ddd solid 1px; */
  }

  .fa_lanmo>div {
    padding: 20px;
    background: rgba(255, 255, 255, 0.95);
  }

  .fa_lanmo a {
    display: block;
    padding: 10px 20px;
    border-bottom: #ddd solid 1px;
    text-align: center;
    font-size: 14px;
  }

  .fa_lanmo .fa_lanclosr {
    background: var(--main-color);
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    font-size: 14px;
  }

  .fa_pcMuen {
    display: none !important;
  }

  .fa_Headerwrap {

    margin: auto;
    padding: 0 10px;
    width: 96%;
    /* max-width: 1220px; */
  }
}


.fa_Headerwrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/*-------------*/


/**/

.masker {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  z-index: 999;
}

.dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
}

.dialog video {
  display: block;
  width: 100%;
}

.p_close {
  position: absolute;
  right: 0px;
  top: 0px;
  transform: translate(50%, -50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  z-index: 9;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .dialog {
    width: 85%;
  }

  .p_OccupyBox {
    overflow: visible;
  }
}


/*---------*/

button:focus {
  border: none !important;
  outline: none;
}


/**/

.fa_footer {
  position: relative;
  background: #4d1d1f;
  width: 100%;
  overflow: hidden;
}
.fa_footer a:hover{
  color:#fff;
}
.fa_footer .fa_foot01{
  padding:calc(3vw + 10px) 0;
}
.fa_footer .fa_list dl dt {
  font-size: var(--f20);
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
}

.fa_footer .fa_list dl dt:after{
  content:"——";
  display:block;
  margin-top:10px;
}

.fa_footer .fa_list dl dt a:hover{
  color:#fff;
}

.fa_footer .fa_list dl dd {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
  margin-bottom: 10px;
}
.fa_footer .fa_list dl dd img{
  max-width:90px;
}

.fa_footer .fa_list dl dd:hover a {
  color:#fff;
}

.fa_footer .fa_foot02 {
  background: rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.2);
  font-size: 14px;
  font-weight: 300;
}
.fa_footer .fa_foot01 .fa_list dl{
  text-align:center;
}
@media screen and (min-width: 769px) {
  .fa_footer .fa_foot01 .fa_list {
    justify-content: space-between;
    display: flex;
  }
  
  .fa_footer .fa_foot02 span {
    display: inline-block;
    padding: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .fa_footer .fa_foot01 .fa_list dl:nth-child(-n+4){
    display:none;
  }
}




/**/

.w_col {
  width: 100%;
  /* max-width: 1400px; */
  margin: 0 auto;
  padding-left: 80px;
  padding-right: 80px;
}

@media (max-width: 1440px) {
  .w_col {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (max-width: 1201px) {
  .w_col {
    padding-left: 20px;
    padding-right: 20px;
  }
}


/**/


/**/

.fa_Bannerwrap {
  overflow: hidden;
}

.fa_pagebanner {
  width: 100%;
  position: relative;
}


.fa_pagebanner .fa_bg {
  width: 100%;
  background: #fff;
  position: relative;
}

.fa_pagebanner .fa_bg:before {
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
  background: linear-gradient(90deg, #000, transparent);
  opacity: 0.8;
}

.fa_pagebanner .fa_bg img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 75vh;
  opacity: 1;
  max-height: 700px;
}

.fa_pagebanner .fa_cnt {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  left: 50%;
  /* right: 0; */
  z-index: 20;
  padding: 4vw 20px;
  width: 96%;
  max-width: var(--wrapper);
}

.fa_pagebanner .fa_cnt h3 {
  font-size: 2.5vw;
  color: #fff;
  text-transform: capitalize;
  opacity: 1;
  line-height: 1;
  font-family: 'satoshi', sans-serif;
  /*! font-weight: 600; */
  /* opacity: 0.2; */
}

.fa_pagebanner .fa_cnt p {
  font-size: var(--f36);
  color: #fff;
  font-weight: 300;
  margin-top: 10px;
  letter-spacing: 10px;
}

.fa_pagebanner .fa_mouse {
  margin-top: 0vw;
  text-align: center;
  /*! display:none; */
}


@media only screen and (max-width: 768px) {
  .fa_pagebanner .fa_mouse {
    display: none;
  }

  .fa_pagebanner .fa_cnt h3 {
    font-size: 20px;
  }

  .fa_pagebanner .fa_cnt p {
    font-size: 16px;
  }

  .fa_pagebanner .fa_bg img {
    height: 25vh;
    object-fit: cover;
    object-position: center;
  }

  .fa_pagebanner ._mouse {
    display: none;
  }
}


/**/

.fa_pagenav {
  position: relative;
  z-index: 3;
  padding-top: calc(1vw + 10px);
  padding-bottom: calc(1vw + 10px);
}

.fa_pagenav .fa_list {
  text-align: center;
}

.fa_pagenav .fa_list a {
  background: var(--main-color);
  color: #fff;
  line-height: 40px;
  padding: 0 10px;
  margin: 0 3px;
  display: inline-block;
  border-radius: 0;
  transition: all 0.5s;
  min-width: 130px;
}

.fa_pagenav .fa_list a span {

  font-weight: 400;
}

.fa_pagenav .fa_list a:hover,
.fa_pagenav .fa_list a.fa_navon {
  background: var(--main2-color);
  color: #fff;
}


.fa_pagenav1 {
  width: 100%;
  background: #fff;
  padding: var(--f30);
  border-top: var(--main-color) solid 5px;
  border-radius: 0 0 5px 5px;
}

.fa_pagenav1 a {
  color: inherit;
}

.fa_pagenav1 .fa_tit {
  position: relative;

}

.fa_pagenav1 .fa_tit:before {
  content: "";
  position: absolute;
  left: -10px;
  height: 30px;
  width: 30px;
  top: -10px;
  background: #1490d0;
  border-radius: 500px;
  opacity: 0.2
}

.fa_pagenav1 .fa_tit h3 {

  color: #000;
  font-size: var(--f28);
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
}

.fa_pagenav1 .fa_list {
  width: 100%;
  position: relative;
}

.fa_pagenav1 .fa_list:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 5px;
  bottom: 10px;
  width: 2px;
  background: #d8e3e9;
  opacity: 0.5;
}

.fa_pagenav1 .fa_pic {
  margin-top: 20px;
}

.fa_pagenav1 .fa_list .fa_pnav_yj {
  display: block;
  position: relative;
  /* border-bottom: #eee solid 1px; */
  /* border-top: #fff solid 1px; */
  /* background: #f7f7f7; */
  margin-bottom: 5px;
}

.fa_pagenav1 .fa_list .fa_pnav_yj:before {
  content: "";
  height: 2px;
  width: 20px;
  background: var(--main-color);
  position: absolute;
  top: 20px;
  left: -4px;
  opacity: 0;
  transform: scaleX(0);
  transition: all 0.5s;
}

.fa_pagenav1 .fa_list .fa_pnav_yj:hover:before,
.fa_pagenav1 .fa_list .fa_pnav_yj.fa_on:before {

  transform: scaleX(1);
  opacity: 1;

}

.fa_pagenav1 .fa_list .fa_pnav_yj:after {
  position: absolute;
  left: 6px;
  top: 17px;
  content: "";
  width: 8px;
  height: 8px;
  background: var(--main-color);
  transition: all 0.5s;
  opacity: 0;
}

.fa_pagenav1 .fa_list .fa_pnav_yj.fa_on:after {
  opacity: 1;
}

.fa_pagenav1 .fa_list .fa_pnav_yj span>.fa_icon {
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  position: absolute;
  background: var(--main-color);
  font-size: 12px;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  display: flex;
  cursor: pointer;
}

.fa_pagenav1 .fa_list .fa_pnav_yj span a {
  display: block;
  padding: 10px;
  position: relative;
  /* background:#EBEBEB; */
  /* font-weight: 600; */
  color: #000;
  font-size: 16px;
  transition: all 0.5s;
  padding-left: 30px;
}

.fa_pagenav1 .fa_list .fa_pnav_yj:hover span a {
  color: var(--main-color);
  /* background: #3b8ae5; */
}

.fa_pagenav1 .fa_list .fa_pnav_yj.fa_on span a {
  color: var(--main-color);
}

.fa_pagenav1 .fa_list .fa_pnav_ej {
  display: none;
}

.fa_pagenav1 .fa_list .fa_pnav_ej a {
  display: block;
  font-size: 14px;
  padding: 10px 20px 10px 30px;
  color: #333;
  border-bottom: #eee solid 1px;
  transition: all 0.5s;
}

.fa_pagenav1 .fa_list .fa_pnav_ej a:hover {
  color: #fff;
  background: var(--main2-color);
}

.fa_pagenav1 .fa_list .fa_pnav_ej a:last-child {
  border: none;
}

@media only screen and (max-width: 768px) {
  .fa_pagenavlist .fa_tit {
    color: #fff;
    background: var(--main-color);
    padding: 15px 20px;
    width: 100%;
    cursor: pointer;
    font-size: 14px;
  }

  .fa_pagenavlist .fa_list {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    background: #fff;
    width: 100%;
    z-index: 999;
    padding-left: 40px;
    transition: all 1s;
  }

  .fa_pagenavlist.fa_open .fa_list {
    right: -0%;
  }

  .fa_pagenavlist .fa_list .fa_list_close {
    position: absolute;
    background: #333;
    color: #fff;
    left: 0;
    font-size: 20px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 100%;
    top: 0;
  }

  .fa_pagenavlist .fa_list .fa_list_close i {
    transition: all 0.5s;
  }

  .fa_pagenavlist.fa_open .fa_list .fa_list_close i {
    transform: rotate(180deg);
  }

  .fa_pagenavlist .fa_list .fa_list_cnt a {
    display: block;
    padding: 10px 20px;
    border-bottom: #eee solid 1px;
    color: #333;
    font-size: 14px;
  }

  .fa_pagenavlist .fa_list .fa_list_cnt a.fa_navon {
    color: var(--main-color);
    /* background: #eef4ff; */
  }

  .fa_pagenavlist {
    width: 100%;
  }

  .fa_pagenavlist1 a {
    color: inherit;
    width: 100%;
    display: block;
    line-height: 2;
    padding: 5px 20px;
    border-bottom: #ddd solid 1px;
    font-size: 14px;
  }

  .fa_pagenavlist0 a {
    width: 100%;
    color: inherit;
  }

  .fa_pagenavlist .fa_tit {
    color: #fff;
    background: var(--main-color);
    padding: 10px 20px;
    width: auto;
    cursor: pointer;
    font-size: 14px;
    /* margin-bottom: 30px; */
    /* margin-left: -100%; */
    /* margin-right: -100%; */
    /* padding: 5px 100%; */
    /* margin-top: 10px; */
  }

  .fa_pagenavlist .fa_list {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    background: #fff;
    width: 100%;
    z-index: 999;
    padding-left: 40px;
    transition: all 1s;
    /* overflow-y: scroll; */
  }

  .fa_pagenavlist.fa_open .fa_list {
    right: -0%;
  }

  .fa_pagenavlist .fa_list .fa_list_cnt {
    height: 100%;
    overflow-y: scroll;
  }

  .fa_pagenavlist .fa_list .fa_list_close {
    position: absolute;
    background: #333;
    color: #fff;
    left: 0;
    font-size: 20px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 100%;
    top: 0;
  }

  .fa_pagenavlist .fa_list .fa_list_close i {
    transition: all 0.5s;
  }

  .fa_pagenavlist.fa_open .fa_list .fa_list_close i {
    transform: rotate(180deg);
  }

  .fa_pagenavlist0 .fa_list .fa_pnav_yj {
    display: block;
    position: relative;
    border-bottom: #ddd solid 1px;
    border-top: #fff solid 1px;
  }

  .fa_pagenavlist0 .fa_list .fa_pnav_yj.fa_on span>.fa_icon {
    transform: translateY(-50%) rotate(180deg);
  }

  .fa_pagenavlist0 .fa_list .fa_pnav_yj span>.fa_icon {
    background: var(--main-color);
    color: #fff;
    display: inline-block;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    padding: 2px 5px;
    border-radius: 2px;
    transition: all 0.5s;
  }

  .fa_pagenavlist0 .fa_list .fa_pnav_yj span {
    display: block;
    /* padding: 10px 40px 10px 20px; */
    font-size: 14px;
    color: #333;
    position: relative;
    background: #eeeeee;
  }

  .fa_pagenavlist0 .fa_list .fa_pnav_ej {
    display: none;
  }

  .fa_pagenavlist0 .fa_list .fa_pnav_ej a {
    display: block;
    font-size: 12px;
    padding: 10px 20px;
    color: #777;
    border-bottom: #eee solid 1px;
    transition: all 0.5s;
  }

  .fa_pagenavlist0 .fa_list .fa_pnav_ej a:hover {
    color: var(--main-color);
    background: #eff8f8;
  }

  .fa_pagenavlist0 .fa_list .fa_pnav_ej a:last-child {
    border: none;
  }
}


/**/

.fa_pagebox {
  text-align: center;
  margin-top: 30px;
}

.fa_pagebox .fa_pageitem {
  font-size: 0;
}

.fa_pagebox .page-num {
  display: inline-block !important;
  color: #333;
  padding: 0 5px;
}

.fa_pagebox .fa_pageitem span {
  display: inline-block;
}

.fa_pagebox .fa_pageitem span * {
  display: inline-block;
  border: #eee solid 1px;
  background: #fff;
  color: #000;
  padding: 0 15px;
  border-radius: 0;
  font-size: 16px;
  margin: 0 2px;
  line-height: 40px;
  width: 40px;
}

.fa_pagebox .fa_pageitem span .page-num-current {
  background: var(--main-color);
  color: #fff;
}

.fa_pagebox .fa_pageitem .fa_page_li {
  background: #bbb;
  color: #fff;
  padding: 0px 10px;
  display: inline-block;
  font-size: 16px;
  border-radius: 0;
  line-height: 40px;
  border: none;
  margin: 0 2px;
  width: 40px;
}

.fa_dt_page {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  padding-top: 20px;
  border-top: #eee solid 1px;
}

.fa_pageTitle {
  text-align: center;
  margin-bottom: 30px;
}

.fa_pageTitle h3 {
  font-size: 28px;
  color: #333;
  font-weight: bold;
}

.fa_pageTitle p {
  font-size: 16px;
  margin-top: 20px;
  color: #999;
}

@media only screen and (max-width: 768px) {
  .fa_pageTitle h3 {
    font-size: 20px;
  }

  .fa_pagebox {
    text-align: center;
  }

  .fa_dt_page {
    margin-top: 20px;
  }

  .fa_dt_page>div {
    width: 50%;
    text-align: left;
    /* padding: 10px 0; */
    /* border-top: #ddd solid 1px; */
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 12px;
    color: #999;
  }

  .fa_dt_page>div.fa_page_next {
    text-align: right;
  }
}

@media only screen and (min-width: 769px) {
  .fa_dt_page>div {
    font-size: 14px;
    color: #aaa;
  }

  .fa_dt_page>div a {
    font-size: 14px;
    color: #999;
  }
}


/**/

.fa_bread {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}

.fa_bread a {
  color: #fff;
  padding: 0 5px;
  display: inline-block;
}

.fa_bread a:hover {
  color: var(--main-color);
}

@media only screen and (min-width: 769px) {
  .fa_bread {
    text-align: left;
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.3);
    margin-top: -60px;
    position: relative;
  }
}

@media only screen and (max-width: 768px) {
  .fa_bread {
    padding: 15px 10px;
    background: #f5f5f5;
    display: none;
  }
}


/**/

.fa_form form {
  /* display: flex; */
  /* border-radius: 10px; */
  /* overflow: hidden; */
  width: 100%;
}

.fa_form form input {
  width: calc(100% - 60px);
  border: none;
  line-height: 50px;
  padding: 0 10px;
  background: #fff;
}

.fa_form form button {
  width: 60px;
  height: 50px;
  line-height: 50px;
  background: var(--main-color);
  color: #fff;
  font-size: var(--f24);
  border: none;
}

@-webkit-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }

  15% {
    opacity: 1;
    top: 50%;
  }

  50% {
    opacity: 0;
    top: 50%;
  }

  100% {
    opacity: 0;
    top: 29%;
  }
}

@-webkit-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }

  15% {
    opacity: 1;
    top: 50%;
  }

  50% {
    opacity: 0;
    top: 50%;
  }

  100% {
    opacity: 0;
    top: 29%;
  }
}

.fa_float2 {
  position: fixed;
  bottom: 30%;
  right: 5px;
  z-index: 99;
  transform: translateX(100%);
  opacity: 0;
  transition: all 0.5s;
}

.fa_float2.fa_active {
  transform: translateX(0%);
  opacity: 1;
  transition-delay: 0.5s;
}

.fa_float2>* {
  display: block;
  position: relative;
  margin-top: 1px;
}

.fa_float2>* .fa_icon {
  width: 40px;
  height: 40px;
  align-items: center;
  display: flex;
  justify-content: center;
  color: #fff;
  background: var(--main-color);
  border-radius: 2px;
  font-size: 26px;
  cursor: pointer;
}

.fa_float2>* .fa_icon i {
  display: block;
}

.fa_float2 .fa_info {
  position: absolute;
  top: 0;
  right: 45px;
  width: auto;
  min-width: 200px;
  background: rgba(245, 249, 255, 0.95);
  border-top: var(--main-color) solid 2px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: all 0.6s ease;
  padding: 15px;
  width: 250px;
}

.fa_float2 .fa_wx_img {
  position: absolute;
  top: 0;
  right: 45px;
  width: auto;
  min-width: 120px;
  background: rgba(255, 255, 255, 0.95);
  border-top: var(--main-color) solid 2px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: all 0.6s ease;
  padding: 5px;
}

.fa_float2 .fa_box_img img {
  width: 100%;
}

.fa_float2>div:hover .fa_wx_img {
  transition: all 0.6s ease;
  opacity: 1 !important;
  transform: translateY(0%) !important;
  visibility: visible !important;
}

.fa_float2>div:hover .fa_info {
  transition: all 0.6s ease;
  opacity: 1 !important;
  transform: translateY(0%) !important;
  visibility: visible !important;
}

.fa_float2 .fa_info .fa_wrap {
  /* padding:20px; */
}

.fa_float2 .fa_info .fa_tit {
  position: relative;
}

.fa_float2 .fa_info .fa_tit h3 {
  font-size: var(--f18);
  color: var(--main-color);
  font-weight: bold;
}

.fa_float2 .fa_info .fa_tit h3 a {
  color: var(--main-color);
  font-weight: inherit;
  /* font-family: '', sans-serif; */
  font-family: 'Barlow Condensed', sans-serif;
  word-wrap: break-word;
}

.fa_float2 .fa_info .fa_tit p {
  font-size: 14px;
  margin-top: 5px;
}

.fa_float2 .fa_info .fa_cnt {
  padding-top: 10px;
  margin-top: 10px;
  border-top: #eee solid 1px;
}

.fa_float2 .fa_info .fa_cnt h4 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #333;
}

.fa_float2 .fa_info .fa_cnt h4 i {
  font-size: 14px;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  background: var(--main-color);
  display: inline-block;
  margin-right: 10px;
}

.fa_float2 .fa_info .fa_cnt p {
  font-size: 14px;
  color: #333;
  line-height: 24px;
}

#fa_back .fa_icon {
  background: var(--main2-color);
}

.fa_float3 {
  position: fixed;
  z-index: 80;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  background: var(--main-color);
}

.fa_float3 a {
  display: block;
  width: 25%;
  text-align: center;
  color: #fff;
  border-right: rgba(255, 255, 255, 0.3) solid 1px;
  border-left: rgba(216, 111, 155, 0.5) solid 1px;
  padding: 10px;
}

.fa_float3 a h3 {
  font-size: 24px;
}

.fa_float3 a p {
  font-size: 14px;
  margin-top: 5px;
}

.fa_searchlist .fa_li {
  display: block;
  border: #eee solid 1px;
  background: #f5f5f5;
}

.fa_searchlist .fa_li .fa_Img {
  padding-bottom: 100%;
  background: #fff;
}

.fa_searchlist .fa_li .fa_tit {
  padding: 15px 20px;
  text-align: center;
  color: #333;
}


/**/

.fa_comm_cnt {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .fa_comm_cnt .fa_comm_l {
    width: 100%;
  }

  .fa_comm_cnt .fa_comm_r {
    width: 100%;
    margin-top: 20px;
  }

  .fa_comm_cnt {
    margin-top: 0;
  }
}

@media only screen and (min-width: 769px) {
  .fa_comm_cnt .fa_comm_l {
    width: 280px;
    /* border-right: #eee solid 1px; */
  }

  .fa_comm_cnt .fa_comm_r {
    width: calc(100% - 280px);
    padding-left: 30px;
  }
}


.fa_More.fa_text_c a {
  margin: auto
}

/**/
.text-secondary{
    min-height:200px;
}
.swiper-container-multirow>.swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 769px) {
  .fa_More a { 
    display: inline-block;
    position: relative;
    width: 100px;
    border:#bbb solid 1px;
    font-size:14px;
    line-height:36px;
    transition:all 0.5s;
    border-radius:2px;
  }
  .fa_More a:hover{
    background:var(--main-color);
    color:#fff;
    border-color:var(--main-color);
  }
}

@media only screen and (max-width: 768px) {
  .fa_More a {
    width: 120px;
    line-height: 36px;
    background: var(--main-color);
    color: #fff;
    border-radius: 500px;
    text-align: center;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
  }

  .fa_More a i {
    margin-left: 5px;
  }
}