@charset "UTF-8";
@font-face {
  font-family: "hs-r";
  src: url('../fonts/HarmonyOS_Sans_Regular.ttf');
}
@font-face {
  font-family: "hs-m";
  src: url(../fonts/HarmonyOS_Sans_Medium.ttf);
}
@font-face {
  font-family: "hs-b";
  src: url(../fonts/HarmonyOS_Sans_Bold.ttf);
}
@font-face {
  font-family: "hs-black";
  src: url(../fonts/HarmonyOS_Sans_Black.ttf);
}
@font-face {
  font-family: "hs-l";
  src: url(../fonts/HarmonyOS_Sans_Light.ttf);
}
@font-face {
  font-family: "hs-t";
  src: url(../fonts/HarmonyOS_Sans_Thin.ttf);
}
/*全局初始化样式 --*/
body {
  padding: 0;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  font-family: '微软雅黑', 'hs-r';
  color: #333;
  min-width: 320px;
  width: 100%;
  zoom: 1;
  /*禁用Webkit内核浏览器的文字大小调整功能*/
  -webkit-text-size-adjust: none;
  /*取出点击出现半透明的灰色背景*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight: rgba(0, 0, 0, 0);
  /*控制文本可选性*/
  /*设置字体的抗锯齿或者说光滑度*/
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
* {
  -webkit-tap-highlight-color: transparent;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*html5设置*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
html,
body,
div,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main,
p {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  outline: none;
  color: #333;
  cursor: pointer;
}
a:focus {
  outline: none;
  -moz-outline: none;
}
a:hover {
  color: var(--Color-3, #F3912E);
}
a img {
  border: none;
}
/*强制去除表单自带的样式*/
select,
input,
textarea {
  border-radius: 0;
  -webkit-border-radius: 0;
}
input:focus {
  outline: none;
}
input,
button,
select,
textarea {
  outline: none;
  /*-webkit-appearance:none;*/
}
textarea {
  resize: none;
  /*-webkit-appearance:none;*/
}
textarea,
input,
select {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
/*清楚浮动*/
.clear {
  clear: both;
  overflow: hidden;
}
/*该设置跟后台编辑器有关*/
.ul,
.ul li,
.dl,
.dl dd,
ul,
ul li,
ol,
ol li,
dl,
dl dd {
  list-style: none;
  margin: 0;
  padding: 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.p,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
  font-weight: normal;
}

.about_fzlc {
  padding: 100px 0;
}
.about_fzlc .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
}
.about_fzlc .top .left {
  width: 50%;
}
.about_fzlc .top .right {
  width: 44%;
  margin-top: 55px;
}
.about_fzlc .top .right h2 {
  font-size: 32px;
  line-height: 44px;
  color: var(--Color-3, #F3912E);
  margin-bottom: 40px;
}
.about_fzlc .top .right .info {
  font-size: 20px;
  line-height: 36px;
  color: #1b1e1e;
  height: 144px;
  overflow-y: scroll;
}
.about_fzlc .top .right .info::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 2px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.about_fzlc .top .right .info::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.fzlc_s {
  padding: 0 120px;
  position: relative;
}
.fzlc_s .swiper-button-next,
.fzlc_s .swiper-button-prev {
  width: 74px;
  height: 41px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.fzlc_s .swiper-button-next:after,
.fzlc_s .swiper-button-prev:after {
  display: none;
}
.fzlc_s .swiper-button-prev {
  background-image: url(../img/z.png);
}
.fzlc_s .swiper-button-prev:hover {
  background-image: url(../img/z_1.png);
}
.fzlc_s .swiper-button-next {
  background-image: url(../img/y.png);
}
.fzlc_s .swiper-button-next:hover {
  background-image: url(../img/y_1.png);
}
.fzlc_s .swiper {
  overflow: hidden;
  padding: 15px 0;
}
.fzlc_s .swiper-slide {
  text-align: center;
  cursor: pointer;
}
.fzlc_s .swiper-slide.swiper-slide-active {
  z-index: 9;
}
.fzlc_s .swiper-slide.swiper-slide-active p span {
  color: #fff;
}
.fzlc_s .swiper-slide.swiper-slide-active p:before {
  border: none;
  background: var(--Color-3, #F3912E);
}
.fzlc_s .swiper-slide p {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.fzlc_s .swiper-slide p span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  font-size: 31px;
  font-family: 'hs-r';
  color: #1b1e1e;
}
.fzlc_s .swiper-slide p:before {
  content: '';
  position: absolute;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px dashed #cfcfcf;
  border-radius: 50%;
  background: transparent;
}
.fzlc_s2 {
  padding: 90px 120px;
}
.fzlc_s2 .swiper {
  overflow: hidden;
}
.fzlc_s2 .swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.fzlc_s2 .swiper .swiper-slide .time {
  width: 180px;
  font-size: 20px;
  padding-left: 36px;
  position: relative;
}
.fzlc_s2 .swiper .swiper-slide .time:before {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  border: 1px solid #cacaca;
  border-radius: 50%;
}
.fzlc_s2 .swiper .swiper-slide .info {
  width: calc(100% - 180px);
  max-height: 120px;
  overflow-y: scroll;
  font-weight: bold;
}
.fzlc_s2 .swiper .swiper-slide .info::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 2px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.fzlc_s2 .swiper .swiper-slide .info::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.fzlc_s2 .swiper .swiper-slide .info p {
  font-size: 20px;
  line-height: 30px;
  position: relative;
  padding-left: 44px;
}
.fzlc_s2 .swiper .swiper-slide .info p:before {
  content: '';
  width: 30px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 15px;
  background: #b8b8b8;
}
@media (max-width: 1366px) {
  .fzlc_s {
    padding: 0 100px;
  }
  .fzlc_s2 {
    padding: 60px 100px;
  }
  .fzlc_s2 .swiper .swiper-slide .time {
    font-size: 18px;
  }
  .fzlc_s2 .swiper .swiper-slide .info p {
    font-size: 18px;
  }
  .fzlc_s2 .swiper .swiper-slide .info p:before {
    top: 15px;
  }
  .about_fzlc .top .right h2 {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 20px;
  }
  .about_fzlc .top .right .info {
    font-size: 16px;
    line-height: 32px;
  }
  .about_fzlc {
    padding: 60px 0;
  }
  .about_fzlc .top .right {
    width: 50%;
    margin-top: 0;
  }
}
@media (max-width: 990px) {
  .fzlc_s {
    padding: 0 80px;
  }
  .fzlc_s2 {
    padding: 40px 80px;
  }
  .fzlc_s2 .swiper .swiper-slide .time {
    font-size: 16px;
  }
  .fzlc_s2 .swiper .swiper-slide .info p {
    font-size: 16px;
  }
  .fzlc_s2 .swiper .swiper-slide .info p:before {
    top: 15px;
  }
  .fzlc_s .swiper-slide p span {
    font-size: 24px;
  }
  .about_fzlc {
    padding: 40px 0;
  }
  .about_fzlc .top .right h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .about_fzlc .top .right .info {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .about_fzlc {
    padding: 40px 0 25px;
  }
  .about_fzlc .top {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .about_fzlc .top .left {
    width: 100%;
  }
  .about_fzlc .top .right {
    width: 100%;
    margin-top: 15px;
  }
  .about_fzlc .top .right .info {
    height: auto;
    max-height: 96px;
  }
  .fzlc_s {
    padding: 0 50px;
  }
  .fzlc_s .swiper-button-next {
    width: 50px;
    height: 29px;
    margin-top: -15px;
    right: -10px;
  }
  .fzlc_s .swiper-button-prev {
    width: 50px;
    height: 29px;
    margin-top: -15px;
    left: -10px;
  }
  .fzlc_s .swiper-slide p span {
    font-size: 20px;
  }
  .fzlc_s2 {
    padding: 15px;
  }
  .fzlc_s2 .swiper .swiper-slide {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .fzlc_s2 .swiper .swiper-slide .time {
    width: 100%;
  }
  .fzlc_s2 .swiper .swiper-slide .info {
    width: 100%;
  }
  .fzlc_s2 .swiper .swiper-slide .info p {
    font-size: 14px;
    line-height: 24px;
    max-height: 96px;
  }
  .fzlc_s2 .swiper .swiper-slide .info p:before {
    top: 12px;
  }
}















