@charset "utf-8";
@keyframes dot{
  0%{transform:scale(1);}
  50%{ transform:scale(0.5); -webkit-transform:scale(0.5); -moz-transform:scale(0.5); -ms-transform:scale(0.5); -o-transform:scale(0.5);
}
  100%{transform:scale(1);}
}
.lslbt{
    padding: 120px 0 0;
}
.lslbt_h{
    font-size: 42px;
    /* font-weight: 700; */
    color: #333;
    text-align: center;
    font-family: 'din_light';
}
.lslbt_img{
    display: flex;
    justify-content: center;
}
.lslbt_img img{
    width: 260px;
}

.fzlc_ct{
    margin: 80px 0 0;
    display: flex;
    flex-wrap: wrap;
  }


  .fzlc_item{
    position: relative;
    width: 50%;
    padding: 0 7.5%;
    margin-bottom: 140px;
  }
  .fzlc_itemh{
    font-size: 28px;
    color: var(--txt_color1);
    margin-bottom: 10px;
  }
  .fzlc_itemp{
    /* margin-top:35px; */
    padding: 30px 0;
    border-top: 1px solid #ebebeb;
  
    text-align: left;
  }
  .fzlc_itemp p{
    position: relative;
    display: flex;
    font-size: 16px;
    line-height: 32px;
  }
  .fzlc_itemp p::before{
    margin-top: 12px;
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    margin-right: 6px;
    background-color: var(--btn_bg_color1);
    flex-shrink: 0;
  }
  .fzlc_itemt{
    border-radius: 20px;
    overflow: hidden;
  }
  .fzlc_itemt img{
    width: 100%;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
  }
  .fzlc_item:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
  .fzlc_item:nth-child(odd){
    text-align: right;
  }
  .fzlc_item:nth-child(even){
    margin-bottom: 0;
    margin-top: 140px;
  }
  .fzlc_item:nth-child(odd)::before{
    position: absolute;
    content: '';
    right: -0.5px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #ebebeb;
  }
  .fzlc_item:nth-child(even)::before{
    position: absolute;
    content: '';
    left: -0.5px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #ebebeb;
  }
  .fzlc_dw{
    position: absolute;
    top: -12px;
    z-index: 2;
  }
  .fzlc_dwt{
    position: relative;
    margin: 0 auto;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
   
  
  
  }
  .fzlc_dwtdw{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-color: rgba(0, 174, 224, .2);
    animation: dot 3s linear infinite;
  }
  .fzlc_dwt span{
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: var(--btn_bg_color1);
    z-index: 5;
  }
  .fzlc_dwb{
    margin-top: 10px;
    font-size: 16px;
    display: none;
  }
  .fzlc_item:nth-child(odd) .fzlc_dw{
    right: 0;
    transform: translate(50%);
    -webkit-transform: translate(50%);
    -moz-transform: translate(50%);
    -ms-transform: translate(50%);
    -o-transform: translate(50%);
  }
  .fzlc_item:nth-child(even) .fzlc_dw{
    left: 0;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
  }
  
@media screen and (max-width: 2000px) {
  .lslbt{
    padding-top: 110px;
  }
  .fzlc_ct{
    margin-top: 70px;
  }
 
}
@media screen and (max-width: 1800px) {
  .lslbt{
    padding-top: 90px;
  }
  .fzlc_ct{
    margin-top: 65px;
  }
  .fzlc_itemh{
    font-size: 26px;
  }
  .fzlc_itemp p{
    font-size: 15px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1600px) {
  .lslbt_h{
    font-size: 32px;
  }
.lslbt{
  padding-top: 80px;
}
.fzlc_ct{
  margin-top: 60px;
}
.fzlc_itemh{
  font-size: 22px;
}
.fzlc_itemp p{
  font-size: 14px;
  line-height: 26px;
}
.fzlc_itemp p::before{
 margin-top: 9px;
}
}
@media screen and (max-width: 1400px){
  
  .fzlc{
    margin: 80px 0 110px;
  }
 
  .fzlc_tleh{
    font-size: 26px;
  }
  .fzlc_item{
    margin-bottom: 110px;
  }
  .fzlc_item:nth-child(even){
    margin-bottom: 0;
    margin-top: 110px;
  }
  .fzlc_ct{
    margin-top: 55px;
  }
  .lslbt{
    padding-top: 70px;
  }
}
@media screen and (max-width: 1200px) {
  .fzlc{
    margin: 80px 0 90px;
  }
  .fzlc_ct{
    margin-top: 50px;
  }
  .fzlc_item{
    padding: 0 5%;
  }
  .fzlc_item{
    margin-bottom: 120px;
  }
  .fzlc_item:nth-child(even){
    margin-top: 120px;
  }
  .fzlc_tleh{
    font-size: 24px;
  }
  .lslbt_img img{
    width: 220px;
  }
  .lslbt_h{
    font-size: 28px;
  }
  .lslbt{
    padding-top: 60px;
  }
  .fzlc_item{
    margin-bottom: 80px;
  }
  .fzlc_item:nth-child(even){
    margin-bottom: 0;
    margin-top: 80px;
  }
  .fzlc_itemp p{
    font-size: 12px;
    line-height: 22px;
  }
}
@media screen and (max-width: 992px){
  .fzlc{
    margin: 70px 0;
  }
  .fzlc_ct{
    margin-top: 40px;
  }
  .fzlc_itemh{
    font-size: 22px;
  }
  .fzlc_itemp{
    padding: 25px 0;
    font-size: 14px;
    line-height: 24px;
  }
  .fzlc_item{
    margin-bottom: 100px;
  }
  .fzlc_item:nth-child(even){
    margin-top: 100px;
  }
  .fzlc_tleh{
    font-size: 22px;
  }
  .lslbt{
    padding-top: 50px;
  }
  .fzlc_item{
    margin-bottom: 70px;
  }
  .fzlc_item:nth-child(even){
    margin-bottom: 0;
    margin-top: 70px;
  }
}
.fzlc_itemh{
  /* display: none; */
  font-weight: bold;
}
@media screen and (max-width: 768px){
  .fzlc_itemt {
    border-radius: 10px;
  }
    
  .fzlc{
    margin: 30px 0 55px;
  }
  .fzlc_ct{
    margin-top: 35px;
  }
  .fzlc_ct{
    flex-wrap: wrap;
  }
  .fzlc_ct>div{
    width: 100%;
  }
  .fzlc_item:nth-child(odd)::before{
    left: 0.5px;
    text-align: left;
  }
  .fzlc_itemh{
    text-align: left;
  }
  .fzlc_item:nth-child(odd) .fzlc_dw{
    width: auto;
    left: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.fzlc_dwb{
  display: none;
}
.fzlc_item{
  margin-bottom: 0;
  padding-bottom: 30px;
}
.fzlc_item:nth-child(even){
  margin-top: 0;
}
.fzlc_itemp{
  padding: 10px 0 20px 0;
  font-size: 12px;
  line-height: 20px;
}
.xwdh{
  display: none;
}
.fzlc_tlep{
  font-size: 12px;
}
.mbfl{
  margin-bottom: 30px;
}
.xwdh{
  display: none;
}
.mbfl{
  margin-bottom: 30px;
}
.xwdh{
  display: block;
}
.xwdh .container{
  padding: 0 10px;
}
.about_fl{
  width: 100%;
}
.about_fl a{
  margin: 0;
  width: 25%;
  height: 45px;
 justify-content: center;
 font-size: 14px;
}
.fzlc_dw{
  top: 5px;
}
.footer{
  margin-top: 50px;
}
.fzlc_itemh{
  display: block;
}
}