@charset "utf-8";
/*公共左右箭头*/
.tongyu-prev,.tongyu-next{
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    z-index: 9;
}
.tongyu-prev:hover,.tongyu-next:hover{
  background: #b7db4c;
  color: #fff;
}
.tongyu-prev:hover i,.tongyu-next:hover i{
  color: #fff;
}
.tongyu-prev{
    right: 70px;
}
.tongyu-next{
    right: 0;
}
.swiper-button-disabled{
    background: none!important;
    border: 1px solid #dddddd!important;
    cursor: auto;
}
.swiper-button-disabled i{
  color: #b7db4c!important;
}


/*首页轮播图*/
.c-banner1 {
  background: #fff;
}
.c-banner1 .swiper-slide{
  position: relative;
  overflow: hidden;
}
.c-banner1 .swiper-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  -webkit-transition: all 5s;
  transition: all 5s;
}
.c-banner1 .swiper-slide .c-bg2 {
  display: none;
}
.c-banner1 .swiper-slide-active img{
  transform:scale(1.1,1.1);
  -webkit-transform:scale(1.1,1.1); 
}
.c-banner1 .swiper-slide .c-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  background: url(../images/mbl.png)repeat;
}
.c-banner1 .swiper-slide .c-wrap .c-title{
  font-size: 80px;
  line-height: 100px;
  text-shadow: 0 2px 10px rgba(0,0,0,.3);
}
.c-banner1 .swiper-slide .c-wrap .c-text {
  padding: 30px 0 0;
  font-size: 40px;
  line-height: 56px;
  text-shadow: 0 2px 10px rgba(0,0,0,.3);
}
.c-banner1 .swiper-pagination-bullet {
  opacity: 1;

}
.c-banner1 .c-dot {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
}
.c-banner1 .swiper-pagination{
  position: relative;
  text-align: left;
}

.loading {
  margin: 0 5px;
  width: 38px;
  height: 38px;
  position: relative;
  border: 4px solid transparent;
  background: transparent;
}
.loading.swiper-pagination-bullet-active {
  border-color: rgba(255,255,255,.2);
}
.loading .c-progress {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  left: 11px;
  top: 11px;
  line-height: 120px;
  text-align: center;
}
.loading.swiper-pagination-bullet-active .c-progress {
  background-color: #bb1c14;
}
.loading .left,
.loading .right {
  opacity: 0;
  width: 19px;
  height: 38px;
  overflow: hidden;
  position: absolute;
  left: -4px;
  top: -4px;
  overflow: hidden;
}
.loading.swiper-pagination-bullet-active .left,.loading.swiper-pagination-bullet-active .right {
  opacity: 1;
}
.loading .right {
  left: auto;
  right: -4px;
  top: -4px;
}
.loading .left:after,
.loading .right:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 19px;
  height: 38px;
  border: 4px solid #fff;
  border-radius: 19px 0 0 19px;
  border-right: 0;
}
.loading .right:after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 0 19px 19px 0;
  border: 4px solid #fff;
  border-left: 0;
}
.loading.swiper-pagination-bullet-active .left:after {
  transform-origin: right center;
  /* animation-iteration-count: infinite; */
  animation-fill-mode: forwards;
  animation-duration: 3.9s;
  animation-timing-function: linear;
  animation-name: spin-left;
}

.loading.swiper-pagination-bullet-active .right:after {
  transform-origin: left center;
  animation-duration: 3.9s;
  /* animation-iteration-count: infinite; */
  animation-timing-function: linear;
  animation-name: spin-right;
}
@keyframes spin-right {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin-left {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes c-zoom {
  0% {
    transform:scale(1,1);
    -webkit-transform:scale(1,1); 
  }
  100% {
    transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1); 
  }
}

@keyframes c-zoom {
  0% {
    transform:scale(1,1);
    -webkit-transform:scale(1,1); 
  }
  100% {
    transform:scale(1.2,1.2);
    -webkit-transform:scale(1.2,1.2); 
  }
}

.c-zoom {
  -webkit-animation-name: c-zoom;
  animation-name: c-zoom;
}



/*关于立敏达*/
.c-about-wz{
    position: relative;
}
.c-about{
  background: #f6f6f6;
  padding: 140px 0 0;
  margin-bottom: -150px;
}
.c-about-fl{
    width: 55%;
    float: left;
    position: relative;
    z-index: 99;
}
.c-about-fl .bt{
    font-size: 30px;
    color: #000;
}
.c-about-fl .fbt{
    font-size: 26px;
    color: #000;
    font-weight: bold;
    padding: 40px 0 60px;
}
.c-about-fl .brief{
    margin-bottom: 50px;
}
.c-about-fl .brief p{
    color: #999;
    margin-top: 30px;
    line-height: 28px;
    font-size: 18px;
}
.c-about-fl .brief p:first-child{
  margin-top:0;
}
.c-about-img{
  width: 40%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
}
.c-about-yw{
  font-size: 120px;
  position: absolute;
  top: 0;
  right: 0;
  color: #000;
  opacity: .1;
}
.ivideo{
  margin-top: 100px;
  cursor: pointer;
  position: relative;
  z-index: 9;
}
.ivideo-img img{
  width: 100%;
}
.ivideo-wz{
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
}
.ivideo-wz .pror img{
  display: block;
  margin:auto;
}
.ivideo-wz .pror p{
    text-align: center;
    color: #fff;
    font-size: 26px;
    margin-top: 20px;
}


/*产品布局*/
.i-layout{
  background: url(../images/icy-bj2.jpg) center bottom no-repeat;
  padding: 270px 0 350px;
  position: relative;
  overflow: hidden;
}
.i-layout .bt,.i-layout .fbt{
  color: #fff;
}
.i-layout .brief p{
  color: #333;
}
.i-layout .ditu{
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 55%;
}
.i-layout .ditu img{
  width: 100%;
}


/*产品中心*/
.i-products{
  padding: 100px 0;
  background: #f6f6f6;
}
.i-products-list{
  overflow: hidden;
  position: relative;
}
.i-products-list .mySwiper{
    width: 70%;
    margin-bottom: 50px;
}
.i-products-list .mySwiper .swiper-slide{
    text-align: center;
    border: 1px solid #dddddd;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    cursor: pointer;
}
.i-products-list .mySwiper .swiper-slide-thumb-active{
    background: #b7db4c;
    color: #fff;
    border: 1px solid #b7db4c;
}
.i-products-list i{
    color: #b7db4c;
    font-size: 22px;
}
.i-products-list .Swiperpro{
    position: absolute;
    z-index: 9;
    width: 60%;
    right: 0;
    padding: 0 70px;
}
.i-products-list .Swiperpro .swiper-slide{
    color: #fff;
    padding: 10px 15px;
    border: 1px solid #ffffff;
    text-align: center;
}
.proxx-list .tab-hd{
    position: absolute;
    z-index: 99;
    width: 60%;
    right: 0;
    padding: 0 70px;
    bottom: 140px;
}
.proxx-list .tab-hd ul li{
    float: left;
    margin-left: 15px;
}
.proxx-list .tab-hd ul li:first-child{
  margin-left:0;
}
.proxx-list .tab-hd ul li a{
    color: #bbff28;
    border: 1px solid #bbff28;
    line-height: 50px;
    height: 50px;
    display: block;
    padding: 0 15px;
    font-size: 18px;
}
.proxx-list .tab-hd ul li.on a,.proxx-list .tab-hd ul li a:hover{
    border: 1px solid #fff;
    color: #fff;
}
.proxx-list .tab-bd .tab-pal{
  display: flex;
}
.iproli-fl{
    width: 40%;
    position: relative;
}
.iproli-fl span{
    position: absolute;
    background: #b7db4c;
    color: #fff;
    font-size: 60px;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 50%;
    top: 50%;
    margin-top: -50px;
    left: 50%;
    margin-left: -50px;
    display: none;
}
.iproli-fl:hover span{
  display:block;
}
.iproli-fl img{
  width: 100%;
}
.iproli-fr{
    width: 60%;
    background: url(../images/ipro-bj.jpg) center center no-repeat;
    background-size: cover;
    padding: 50px 70px;
    position: relative;
}
.iproli-fr .protit{
    margin-bottom: 30px;
}
.iproli-fr .protit a{
    color: #fff;
    font-size: 36px;
    }
.iproli-fr .probrief{
    font-size: 18px;
    color: #7992b9;
    line-height: 30px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.iproli-fr .c-common-btn{
    position: absolute;
    bottom: 50px;
}


/*合作伙伴*/
.i-partner{
  position: relative;
  padding: 150px 0 150px;
}
.i-partner-list{
  position: relative;
}
.i-partner .c-common-title{
    border: 0;
    padding: 0;
}
.i-partner .tongyu-prev,.i-partner .tongyu-next{
    top: -100px;
}
.i-partner i{
  color: #013382!important;
}
.i-partner .swiper-button-disabled i{
  color: #fff!important;
}


/*新闻资讯*/
.i-news{
  background: #fff;
  padding: 100px 0;
}
.i-news-list{
  position: relative;
  overflow: hidden;
}
.i-news-list .Swipernews{
    width: 40%;
    margin-bottom: 40px;
}
.i-news-list .Swipernews .swiper-slide{
    text-align: center;
    border: 1px solid #ddd;
    line-height: 60px;
    height: 60px;
    border-radius: 30px;
    font-size: 20px;
    color: #000;
    cursor: pointer;
}
.i-news-list .Swipernews .swiper-slide.swiper-slide-thumb-active,.i-news-list .Swipernews .swiper-slide:hover{
    background: #b7db4c;
    color: #fff;
    border: 1px solid #b7db4c;
}
.i-news-list .Swipernews2{}
.i-news-list .Swipernews2 ul{
  margin-left: -15px;
  margin-right: -15px;
}
.i-news-list .Swipernews2 ul li{
  padding: 0 15px;
}
.i-news-list .Swipernews2 ul li img{
    width: 100%;
}
.i-news-list .Swipernews2 ul li dl{
    margin: 0;
    margin-top: 15px;
}
.i-news-list .Swipernews2 ul li dl dt{
    margin-top: 5px;
    color: #000;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.i-news-list .Swipernews2 ul li dl dd{
    color: #999;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.i-news-list .Swipernews2 ul li a:hover dl dt{
  color: #b7db4c;
}
.i-news-list .Swipernews2 ul li a:hover img{
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
}



/* 回到顶部 */
#c-go-top {
  display: none;
  position: fixed;
  z-index: 5;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: #bb1c14 url(../images/toTop.png) no-repeat center;
  transition: all .3s linear;
  background-size: 26px;
  border-radius: 50%;
}


@media screen and (max-width: 767px) {
    /*公共左右箭头*/
    .i-products .tongyu-prev,.i-products .tongyu-next{
        display: none;
    }
    .tongyu-prev,.tongyu-next{
        display: none;
        height: 60px;
        width: 60px;
        text-align: center;
        line-height: 60px;
        background: #fff;
        border-radius: 50%;
        position: absolute;
        top: 0;
        z-index: 9;
    }
    .tongyu-prev{
        right: 70px;
    }
    .tongyu-next{
        right: 0;
    }

    /*关于立敏达*/
    .c-about-wz{
        position: relative;
    }
    .c-about{
      padding: 80px 0;
      margin-bottom: 0;
    }
    .c-about-fl{
        width: 100%;
        float: left;
        position: relative;
        z-index: 99;
        margin-bottom: 2rem;
    }
    .c-about-fl .fbt{
        font-size: 16px;
        padding: 40px 0;
    }
    .c-about-fl .brief p{
        margin-top: 20px;
        font-size: 16px;
    }
    .c-about-img{
      width: 100%;
      position: relative;
      z-index: 9;
      clear: both;
    }
    .c-about-yw{
      font-size: 120px;
      position: absolute;
      top: 0;
      right: 0;
      color: #000;
      opacity: .1;
    }
    .ivideo{
        display: none;
    }

    /*产品布局*/
    .i-layout{
      padding: 80px 0;
    }
    .i-layout .ditu{
      width: 70%;
    }


    /*产品中心*/
    .i-products{
      padding: 80px 0;
    }
    .i-products-list{
      overflow: hidden;
      position: relative;
    }
    .i-products-list .mySwiper{
        width: 100%;
        margin-bottom: 50px;
    }
    .i-products-list .mySwiper .swiper-slide{
        font-size: 14px;
        height: 50px;
        line-height: 50px;
        border-radius: 20px;
    }
    .i-products-list i{
        color: #013382;
        font-size: 22px;
    }
    .i-products-list .Swiperpro{
        position: absolute;
        z-index: 9;
        width: 60%;
        right: 0;
        padding: 0 70px;
    }
    .i-products-list .Swiperpro .swiper-slide{
        color: #fff;
        padding: 10px 15px;
        border: 1px solid #ffffff;
        text-align: center;
    }
    .proxx-list .tab-hd{
        width: 100%;
        padding: 0;
        bottom: 30px;
    }
    .proxx-list .tab-hd ul{
    margin: 0 10px;
}
    .proxx-list .tab-hd ul li{
        margin-left: 2%;
        width: 32%;
    }
    .proxx-list .tab-hd ul li:first-child{
      margin-left:0;
    }
    .proxx-list .tab-hd ul li a{
        line-height: 45px;
        height: 45px;
        padding: 0 5px;
        font-size: 14px;
        text-align: center;
        text-overflow: ellipsis;
        white-space:nowrap;
        overflow:hidden;
    }
    .proxx-list .tab-bd .tab-pal{
      display: block;
    }
    .iproli-fl{
        width: 100%;
        position: relative;
    }
    .iproli-fl span{
        position: absolute;
        background: #013382;
        color: #fff;
        font-size: 60px;
        width: 100px;
        height: 100px;
        text-align: center;
        line-height: 100px;
        border-radius: 50%;
        top: 50%;
        margin-top: -50px;
        left: 50%;
        margin-left: -50px;
        display: none;
    }
    .iproli-fl:hover span{
      display:block;
    }
    .iproli-fl img{
      width: 100%;
    }
    .iproli-fr{
        padding: 30px 30px 100px;
        width: 100%;
    }
    .iproli-fr .protit{
        margin-bottom: 30px;
    }
    .iproli-fr .protit a{
        font-size: 28px;
        }
    .iproli-fr .probrief{
        font-size: 16px;
        line-height: 25px;
        -webkit-line-clamp: 2;
        height: 50px;
    }
    .iproli-fr .c-common-btn{
        position: relative;
        bottom: 0;
        margin-top: 20px;
    }


    /*合作伙伴*/
    .i-partner{
      padding: 80px 0;
    }
    .i-partner-list{
      position: relative;
    }
    .i-partner .c-common-title{
        border: 0;
        padding: 0;
    }
    .i-partner .tongyu-prev,.i-partner .tongyu-next{
        top: -100px;
    }
    .i-partner i{
      color: #013382!important;
    }
    .i-partner .swiper-button-disabled i{
      color: #fff!important;
    }


    /*新闻资讯*/
    .i-news{
      padding: 80px 0;
    }
    .i-news-list{
      position: relative;
      overflow: hidden;
    }
    .i-news-list .Swipernews{
        width: 100%;
        margin-bottom: 0;
    }
    .i-news-list .Swipernews .swiper-slide{
        line-height: 50px;
        height: 50px;
        border-radius: 20px;
        font-size: 16px;
    }
    .i-news-list .Swipernews2 ul{
      margin-left: -15px;
      margin-right: -15px;
    }
    .i-news-list .Swipernews2 ul li{
      padding: 0 15px;
      margin-top: 30px;
    }


}