@charset "UTF-8";
/*
animation: name duration timing-function delay iteration-count direction;
值	描述
animation-name	规定需要绑定到选择器的 keyframe 名称。。
animation-duration	规定完成动画所花费的时间，以秒或毫秒计。
animation-timing-function	规定动画的速度曲线。
animation-delay	规定在动画开始之前的延迟。
animation-iteration-count	规定动画应该播放的次数。
animation-direction	规定是否应该轮流反向播放动画。

*/
#home {
  -webkit-overflow-scrolling: touch; }
  #home .swiper-container-home {
    -webkit-animation: homeOpacity 2s ease-in-out;
    -moz-animation: homeOpacity 2s ease-in-out;
    -ms-animation: homeOpacity 2s ease-in-out;
    animation: homeOpacity 2s ease-in-out;
    height: 100%; }
    #home .swiper-container-home .swiper-wrapper {
      width: 100%;
      height: 100%; }
      #home .swiper-container-home .swiper-wrapper .full {
        width: 100%; }
        #home .swiper-container-home .swiper-wrapper .full .headerTitle {
          position: absolute;
          width: 100%;
          bottom: 25%;
          left: 0px;
          z-index: 3; }
          #home .swiper-container-home .swiper-wrapper .full .headerTitle .maxW {
            height: 100%; }
            #home .swiper-container-home .swiper-wrapper .full .headerTitle .maxW .texts {
              margin-bottom: 30px;
              text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4); }
          #home .swiper-container-home .swiper-wrapper .full .headerTitle .button a {
            display: block;
            width: 160px;
            height: 42px;
            line-height: 38px;
            border: 2px #D2161A solid;
            background: #D2161A;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s; }
            #home .swiper-container-home .swiper-wrapper .full .headerTitle .button a:hover {
              color: #ffffff; }
      #home .swiper-container-home .swiper-wrapper .swiper-slide-active img {
        -webkit-animation: scalingGo 5s ease-in-out forwards;
        -moz-animation: scalingGo 5s ease-in-out forwards;
        -ms-animation: scalingGo 5s ease-in-out forwards;
        animation: scalingGo 5s ease-in-out forwards;
        z-index: 1; }
    #home .swiper-container-home .swiper-pagination-home {
      bottom: 140px; }
  #home .preserve {
    display: none;
    position: absolute;
    height: 146px;
    left: 0px;
    bottom: 0;
    z-index: 2;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    /* 半透明背景 */
    backdrop-filter: blur(10px);
    /* 模糊效果 */
    -webkit-backdrop-filter: blur(10px);
    /* Safari兼容 */ }
    #home .preserve .preserveBox {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 146px; }
    #home .preserve a {
      display: block;
      float: left;
      width: 100px; }
    #home .preserve .bannerIcon {
      width: 53px;
      height: 57px;
      display: inline-block;
      background-image: url("https://www.fzlife.com/images/newImg/banner_icon.png");
      background-repeat: no-repeat; }
    @media (max-width: 768px) {
      #home .preserve {
        display: none !important; } }
    @media (min-width: 769px) and (max-width: 1200px) {
      #home .preserve .marginRight50 {
        margin-right: 0 !important; } }
    @media (min-width: 1201px) {
      #home .preserve .marginRight50 {
        margin-right: 2.95% !important; } }
  #home #product {
    background: #F3F6FA;
    padding: 110px 0 70px 0;
    position: relative; }
    #home #product .productBg {
      width: 100%;
      height: 582px;
      position: absolute;
      top: 0;
      left: 0;
      background: #F3F6FA; }
    #home #product .rowTitle {
      position: relative; }
      #home #product .rowTitle .productsCenter {
        margin-top: 27px;
        color: #898989; }
      #home #product .rowTitle .list {
        width: 800px;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        #home #product .rowTitle .list .typeName {
          cursor: pointer;
          width: 172px;
          height: 55px;
          text-align: center;
          line-height: 55px; }
        #home #product .rowTitle .list .productRed {
          font-size: 22px !important;
          color: #fff;
          width: 172px;
          height: 55px;
          text-align: center;
          line-height: 55px;
          background: #C2161E;
          border-radius: 28px; }
      #home #product .rowTitle .moreBtnBox {
        position: absolute;
        bottom: 18px;
        right: 0; }
        #home #product .rowTitle .moreBtnBox:hover i {
          background: url("../images/moreBtn_check.png") no-repeat; }
        #home #product .rowTitle .moreBtnBox a {
          color: rgba(0, 0, 0, 0.7);
          display: flex;
          align-items: center; }
        #home #product .rowTitle .moreBtnBox i {
          margin-left: 14px;
          width: 32px;
          height: 16px;
          background: url("../images/moreBtn_nocheck.png") no-repeat; }
    #home #product .boxs {
      padding: 50px 0 0 0; }
      #home #product .boxs .swiper-container-product .swiper-wrapper {
        height: 362px !important; }
      #home #product .boxs .swiper-container-product .box {
        height: 292px !important; }
        #home #product .boxs .swiper-container-product .box .productPic {
          position: relative;
          display: block; }
          #home #product .boxs .swiper-container-product .box .productPic .devImg {
            width: 284px;
            overflow: hidden;
            text-overflow: ellipsis;
            position: relative; }
            #home #product .boxs .swiper-container-product .box .productPic .devImg img {
              height: 292px;
              transition: all 1s ease-in-out;
              -moz-transition: all 1s ease-in-out;
              -webkit-transition: all 1s ease-in-out;
              -o-transition: all 1s ease-in-out; }
            #home #product .boxs .swiper-container-product .box .productPic .devImg .title1 {
              position: absolute;
              bottom: 0;
              padding: 0 7px;
              text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.33);
              width: 100%;
              height: 58px;
              background: rgba(0, 0, 0, 0.2);
              display: flex;
              align-items: center; }
          #home #product .boxs .swiper-container-product .box .productPic p {
            padding: 0 15px; }
          #home #product .boxs .swiper-container-product .box .productPic .title2 {
            line-height: 24px;
            height: 24px;
            width: 380px;
            margin-top: 0; }
          #home #product .boxs .swiper-container-product .box .productPic .line {
            position: absolute;
            background: #c6161e;
            height: 2px;
            left: 50%;
            width: 0px;
            bottom: 0px;
            transition: all 1s ease-in-out;
            -moz-transition: all 1s ease-in-out;
            -webkit-transition: all 1s ease-in-out;
            -o-transition: all 1s ease-in-out; }
        @media (min-width: 992px) {
          #home #product .boxs .swiper-container-product .box .productPic:hover .devImg img {
            -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2); }
            #home #product .boxs .swiper-container-product .box .productPic:hover .devImg img::after {
              opacity: 1; }
          #home #product .boxs .swiper-container-product .box .productPic:hover .line {
            left: 0px;
            width: 100%; }
          #home #product .boxs .swiper-container-product .box .productPic:hover::after {
            opacity: 1; } }
      #home #product .boxs .swiper-container-product .buttonPrev {
        position: absolute;
        width: 40px;
        height: 40px;
        background: url("../images/arrowsRight.png") no-repeat;
        left: 0px;
        top: 140px;
        opacity: 0 !important;
        display: none; }
        @media (max-width: 768px) {
          #home #product .boxs .swiper-container-product .buttonPrev {
            display: none; } }
      #home #product .boxs .swiper-container-product .buttonNext {
        opacity: 0 !important;
        position: absolute;
        right: 0px;
        width: 40px;
        height: 40px;
        background: url("../images/arrowsLeft.png") no-repeat;
        top: 140px; }
        @media (max-width: 768px) {
          #home #product .boxs .swiper-container-product .buttonNext {
            display: none; } }
      #home #product .boxs .swiper-container-product:hover .buttonPrev {
        opacity: 1 !important; }
      #home #product .boxs .swiper-container-product:hover .buttonNext {
        opacity: 1 !important; }
    @media (max-width: 768px) {
      #home #product {
        padding-top: 40px; }
        #home #product .rowTitle {
          padding-bottom: 20px; }
          #home #product .rowTitle .names {
            font-size: 20px;
            font-weight: bold;
            padding-left: 30px;
            margin-bottom: 30px; }
          #home #product .rowTitle .list {
            padding-left: 30px;
            padding-right: 15px;
            padding-top: 0;
            text-align: left; }
            #home #product .rowTitle .list .red {
              font-weight: bold; }
            #home #product .rowTitle .list .swiper-wrapper {
              justify-content: flex-start; }
              #home #product .rowTitle .list .swiper-wrapper .typeName {
                width: auto !important;
                font-size: 14px;
                margin-left: 0px;
                margin-right: 15px;
                float: left;
                color: #555555; }
        #home #product .boxs {
          padding: 0 30px;
          padding: 0 30px 28px 30px; }
          #home #product .boxs .swiper-container-product {
            padding-bottom: 10px; }
            #home #product .boxs .swiper-container-product .box {
              height: auto;
              padding-bottom: 20px; }
              #home #product .boxs .swiper-container-product .box .productPic {
                width: 100% !important;
                height: auto;
                transition: opacity 0.6s ease-in-out;
                border-bottom: 3px #c6161e solid;
                padding-bottom: 26px; }
                #home #product .boxs .swiper-container-product .box .productPic .devImg {
                  width: 100%; }
                  #home #product .boxs .swiper-container-product .box .productPic .devImg img {
                    width: 100%;
                    height: 249px; }
                #home #product .boxs .swiper-container-product .box .productPic p {
                  padding: 0 25px; }
                #home #product .boxs .swiper-container-product .box .productPic .line {
                  display: none; }
            #home #product .boxs .swiper-container-product .title {
              font-size: 20px;
              font-weight: bold;
              padding-left: 24px;
              margin-bottom: 10px; }
            #home #product .boxs .swiper-container-product .title1 {
              line-height: 26px !important;
              margin-top: 28px !important;
              margin-bottom: 30px !important;
              font-size: 16px; }
            #home #product .boxs .swiper-container-product .title2 {
              line-height: 20px !important;
              font-size: 12px;
              margin: 0px; }
            #home #product .boxs .swiper-container-product .swiper-pagination-product {
              bottom: 0px; }
        #home #product .productsCenter {
          display: none; } }
  #home .aboutbox {
    position: relative;
    background: #ffffff;
    padding-bottom: 128px; }
    #home .aboutbox .parallax-wrapper-about {
      position: relative;
      height: 818px;
      overflow: hidden;
      background: url("../images/zjfz_bj.jpg");
      background-size: cover;
      background-position: center; }
      #home .aboutbox .parallax-wrapper-about video {
        width: 100%; }
      #home .aboutbox .parallax-wrapper-about img {
        width: 100%; }
      #home .aboutbox .parallax-wrapper-about .parallax-about {
        background: url("../images/aboutBj.jpg");
        background-size: cover;
        height: 818px; }
    #home .aboutbox .about {
      position: absolute;
      top: 0px;
      width: 100%;
      height: 818px;
      background: rgba(46, 42, 38, 0.4); }
      #home .aboutbox .about .maxW .aboutContent {
        padding-top: 153px; }
        #home .aboutbox .about .maxW .aboutContent .names {
          margin-bottom: 27px; }
        #home .aboutbox .about .maxW .aboutContent .text {
          color: #FFFEFE;
          opacity: 0.4;
          margin-bottom: 73px; }
        #home .aboutbox .about .maxW .aboutContent .texts {
          line-height: 30px;
          width: 671px;
          margin-bottom: 44px;
          text-align: justify; }
        #home .aboutbox .about .maxW .aboutContent .moreBtnBox {
          margin-bottom: 112px; }
          #home .aboutbox .about .maxW .aboutContent .moreBtnBox span {
            width: 15px;
            height: 15px;
            background: #D2161A;
            border-radius: 6px;
            margin-right: 10px; }
          #home .aboutbox .about .maxW .aboutContent .moreBtnBox:hover i {
            background: url("../images/moreBtn_check.png") no-repeat; }
          #home .aboutbox .about .maxW .aboutContent .moreBtnBox a {
            display: flex;
            align-items: center; }
          #home .aboutbox .about .maxW .aboutContent .moreBtnBox i {
            margin-left: 14px;
            width: 32px;
            height: 16px;
            background: url("../images/moreBtn_nocheck1.png") no-repeat; }
    #home .aboutbox .boxs {
      position: relative; }
      #home .aboutbox .boxs .annual {
        position: absolute;
        top: -10px;
        right: 0; }
      #home .aboutbox .boxs .rows {
        border-top: 1px rgba(255, 255, 255, 0.2) solid;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        #home .aboutbox .boxs .rows .data {
          height: 80px;
          margin-top: 60px;
          line-height: 8px;
          text-align: center;
          font-size: 50px; }
          #home .aboutbox .boxs .rows .data:nth-child(1) {
            text-align: left; }
          #home .aboutbox .boxs .rows .data:last-child {
            text-align: right; }
          #home .aboutbox .boxs .rows .data:not(:last-child) {
            border-right: 1px rgba(255, 255, 255, 0.6) solid; }
          #home .aboutbox .boxs .rows .data p {
            display: inline-flex;
            line-height: 35px;
            padding: 0px;
            margin: 0px; }
            #home .aboutbox .boxs .rows .data p .dan {
              line-height: 20px;
              margin-top: 24px; }
  #home #news {
    width: 100%;
    background: #ffffff; }
    #home #news .maxW {
      padding-bottom: 132px; }
      #home #news .maxW .titleBox {
        margin-bottom: 59px; }
      #home #news .maxW .titles {
        display: flex;
        align-items: end; }
        #home #news .maxW .titles .title {
          margin-right: 26px; }
      #home #news .maxW .moreBtnBox {
        line-height: 50px; }
        #home #news .maxW .moreBtnBox:hover i {
          background: url("../images/moreBtn_check.png") no-repeat; }
        #home #news .maxW .moreBtnBox a {
          color: rgba(0, 0, 0, 0.7);
          display: flex;
          align-items: center;
          justify-content: flex-end; }
        #home #news .maxW .moreBtnBox i {
          margin-left: 14px;
          width: 32px;
          height: 16px;
          background: url("../images/moreBtn_nocheck.png") no-repeat; }
      #home #news .maxW .list {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      #home #news .maxW .swiper-container-new .swiper-pagination-new {
        margin-bottom: -10px !important; }
      #home #news .maxW .listItem {
        border: 1px solid #E6E6E6;
        margin-bottom: 50px; }
        #home #news .maxW .listItem .boxNewsRed {
          display: block;
          position: relative;
          width: 373px;
          height: 406px;
          transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          -webkit-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out; }
          #home #news .maxW .listItem .boxNewsRed .imgBox {
            width: 373px;
            height: 200px;
            overflow: hidden; }
          #home #news .maxW .listItem .boxNewsRed .briefBox {
            position: absolute;
            top: 200px;
            left: 0;
            opacity: 1;
            padding: 18px 36px 0 18px;
            transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -webkit-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out; }
            #home #news .maxW .listItem .boxNewsRed .briefBox .date1 {
              font-size: 53px;
              color: #666666; }
            #home #news .maxW .listItem .boxNewsRed .briefBox .date2 {
              color: #666;
              position: relative;
              margin-bottom: 39px; }
              #home #news .maxW .listItem .boxNewsRed .briefBox .date2::after {
                content: '';
                position: absolute;
                bottom: -10px;
                left: 0;
                width: 62px;
                height: 3px;
                background: #AC0000; }
            #home #news .maxW .listItem .boxNewsRed .briefBox .title {
              font-weight: 600;
              color: #000; }
          #home #news .maxW .listItem .boxNewsRed .detBox {
            position: absolute;
            top: 200px;
            left: 0;
            opacity: 0;
            padding: 31px 36px 0 18px; }
            #home #news .maxW .listItem .boxNewsRed .detBox .date1 {
              color: #666666;
              margin-bottom: 19px; }
            #home #news .maxW .listItem .boxNewsRed .detBox .title {
              color: #000;
              line-height: 32px;
              margin-bottom: 16px;
              font-weight: 600; }
            #home #news .maxW .listItem .boxNewsRed .detBox .brief {
              color: #666;
              line-height: 26px; }
          #home #news .maxW .listItem .boxNewsRed:hover {
            cursor: pointer;
            color: #c6161e; }
            #home #news .maxW .listItem .boxNewsRed:hover .line {
              left: 0%;
              width: 100%; }
            #home #news .maxW .listItem .boxNewsRed:hover .briefBox {
              opacity: 0;
              transition: all 0.5s ease-in-out;
              -moz-transition: all 0.5s ease-in-out;
              -webkit-transition: all 0.5s ease-in-out;
              -o-transition: all 0.5s ease-in-out; }
            #home #news .maxW .listItem .boxNewsRed:hover .detBox {
              opacity: 1;
              transition: all 0.5s ease-in-out;
              -moz-transition: all 0.5s ease-in-out;
              -webkit-transition: all 0.5s ease-in-out;
              -o-transition: all 0.5s ease-in-out; }
          #home #news .maxW .listItem .boxNewsRed:hover::after {
            opacity: 1; }
          #home #news .maxW .listItem .boxNewsRed .texts {
            line-height: 27px;
            height: 58px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; }
          #home #news .maxW .listItem .boxNewsRed .line {
            position: absolute;
            background: #c6161e;
            height: 2px;
            left: 50%;
            width: 0px;
            bottom: 0px;
            transition: all 1s ease-in-out;
            -moz-transition: all 1s ease-in-out;
            -webkit-transition: all 1s ease-in-out;
            -o-transition: all 1s ease-in-out; }
  #home #telAlert {
    width: 1024px;
    height: 557px;
    position: fixed;
    z-index: 999999;
    top: 15%;
    left: 0;
    right: 0;
    margin: 0 auto; }
    #home #telAlert .telAlertBox {
      position: relative;
      width: 100%;
      height: 100%; }
      #home #telAlert .telAlertBox .telBox {
        width: 100%;
        height: 557px;
        background: url("../images/back1.png") no-repeat center center; }
        #home #telAlert .telAlertBox .telBox .alertLeft {
          width: 100%;
          padding-top: 48px;
          text-align: center; }
          #home #telAlert .telAlertBox .telBox .alertLeft .title2 {
            font-size: 40px;
            color: #fff;
            text-shadow: 0px 3px 43px rgba(0, 0, 0, 0.44); }
        #home #telAlert .telAlertBox .telBox .alertRight {
          width: 900px;
          height: 294px;
          margin: 40px auto 30px auto; }
          #home #telAlert .telAlertBox .telBox .alertRight .text {
            height: 294px;
            overflow-y: auto;
            padding-right: 10px; }
          #home #telAlert .telAlertBox .telBox .alertRight .textScroll::-webkit-scrollbar {
            width: 3px;
            height: 1px; }
          #home #telAlert .telAlertBox .telBox .alertRight .textScroll::-webkit-scrollbar-thumb {
            /*滚动条里面小方块*/
            background: #c6161e; }
          #home #telAlert .telAlertBox .telBox .alertRight .textScroll::-webkit-scrollbar-track {
            /*滚动条里面轨道*/
            background: rgba(255, 255, 255, 0.23); }
      #home #telAlert .telAlertBox .alertCloseBtn {
        width: 280px;
        height: 50px;
        margin: 0 auto;
        background: #C2161E;
        border-radius: 31px;
        border: 0px solid #676767;
        font-size: 20px;
        line-height: 50px;
        text-align: center;
        color: #fff;
        cursor: pointer; }
  #home #telAlertBg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999998;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5); }

/*# sourceMappingURL=home.css.map */
