﻿@charset "utf-8";

/* ksmld_about */
.ksmld_about {
    padding: 40px;
}

.ksmld_about .left {
    width: 700px;
    padding-top: 20px;
    box-sizing: border-box;
}

.ksmld_about .left p{font-size: 14px;line-height: 2;text-indent: 30px;}
.ksmld_about .right {
    width: 500px;
    text-align: center;
}
.ksmld_about .right .pic{width: 435px;height: 305px;position: relative;}
.ksmld_about .right .pic:after{content: '';width: 435px; height: 305px;border: 1px solid #ccc;position: absolute;top: 10%;left:8%;z-index: -1;}

/* ksmld_adv */
.ksmld_adv{position: relative;}
.ksmld_adv ul{margin: 50px auto;display: flex;flex-wrap: nowrap;justify-content: space-around;}
.ksmld_adv ul li{width: 24%;font-size: 55px;text-align: center;background-color: #f8f8f8;padding: 50px 0;height: 300px;box-sizing: border-box;cursor: pointer;}
.ksmld_adv ul li b{color: #672f92;}
.ksmld_adv ul li span{font-size: 16px;display: block;line-height:3;}
.ksmld_adv ul li em{display: block;font-size: 55px;color: #999;}
.ksmld_adv ul li:nth-child(1) em{font-size: 70px;}
.ksmld_adv ul li:nth-child(2) em{font-size: 70px;}
.ksmld_adv ul li:nth-child(4) em{font-size: 45px;}
.ksmld_adv ul li:hover{background-color: #672f92;color: #fff;}
.ksmld_adv ul li:hover em{color: #fff;}
.ksmld_adv ul li:hover b{color: #fff;}

/* ksmld_product */
.ksmld_product {
    box-sizing: border-box;
    padding: 40px 0 0;
    z-index: 2;
    position: relative;
    border-top: 1px solid #efefef;
}


.ksmld_product .content {
    box-sizing: border-box;
}

.ksmld_product_con .hd {
    border-top: 0;
    border-left: 0;
    box-sizing: border-box;
    width: 290px;
}
.ksmld_product_con .catnameMore{position: absolute;right: 0;top: 30px;color: #999;font-size: 15px;z-index: 9;}
.ksmld_product_con .catnameMore::before{content: ''; width: 30px; height: 0.5px;background-color: #333;top: 50%;transform: translateY(-50%);left:-35px;position: absolute;}
.ksmld_product_con .hd ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-top: 1px solid #ccc;padding: 20px 0;
}

.ksmld_product_con .hd ul li {
    text-align: center;
    position: relative;
   width: 100%;
   margin: 5px auto;
}

.ksmld_product_con .hd ul li a {
    display: block;
    background-color: #fff;
    text-align: left;
    line-height: 3;
    font-size: 16px;
    padding-left: 60px;
    position: relative;
}
.ksmld_product_con .hd ul li a::before{content: '';width: 5px; height: 5px;border-radius: 50%;border: 1px solid #ccc;display: inline-block;position: absolute;left: 35px;top: 50%;transform: translateY(-50%);}
.ksmld_product_con .hd ul li a:hover {
    display: block;
    background-color: #672f92;
    color: #fff;
    border-radius:0 30px 30px 0;
}
.ksmld_product_con .hd ul li a:hover:before{border-color: #fff;}
.ksmld_product_con .hd ul li.on a {
    background-color: #672f92;
    color: #fff;border-radius:0 30px 30px 0;
}
.ksmld_product_con .bd {
    width: 950px;
}

.ksmld_product_con .bd ul {
    width: 100%;
    overflow: hidden;
    zoom: 1;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}
.ksmld_product_con .bd ul img{width: 615px; height: 430px;border: 1px solid #ccc;box-sizing: border-box;}
.ksmld_product_con .bd ul dl{background: #672f92;width: 390px; height: 290px;position: absolute;right: 0;bottom:30px;padding: 30px 20px;box-sizing: border-box;color: #fff;}
.ksmld_product_con .bd ul dl dt{font-size: 24px;font-weight: lighter;margin-bottom: 15px;}
.ksmld_product_con .bd ul dl dt a{color: #fff;}
.ksmld_product_con .bd ul dl dd{font-size: 14px;line-height: 2;}
.ksmld_product_con .bd ul dl .mo{position: absolute;bottom: 40px;}
.ksmld_product_con .bd ul dl .more{padding: 8px 30px;color: #fff;background-color: #8242b3;text-align: center;border-radius: 30px;}
.ksmld_product_con .bd ul dl .more:nth-child(2){margin-left: 10px;}
.ksmld_product_con .bd ul dl .more:hover{color: #8242b3;background-color: #fff;}


.ksmld_product_lists {
    padding: 40px 0;
}

.ksmld_product_lists .bd {
    box-sizing: border-box;
    width: 1280px;
    overflow: hidden;
}

.ksmld_product_lists .bd ul li {
    margin: 0 5px;
    width: 310px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.ksmld_product_lists .bd ul li .pic {
    overflow: hidden;
    width: 310px;
    border: 1px solid #ccc;
    padding: 5px;
    box-sizing: border-box;
}
.ksmld_product_lists .bd ul li img {
    width: 100%;
    box-sizing: border-box;
}

.ksmld_product_lists .bd ul li h4 {
    line-height: 3;
    font-size: 16px;
    color: #333;
    font-weight: normal;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}


/* ksmld_ser */
.ksmld_ser{border:1px solid #efefef;padding-top: 40px;}

.ksmld_ser ul{display: flex;flex-wrap: nowrap; justify-content: space-around; width: 1440px;margin: 0 auto;padding: 30px 0;}
.ksmld_ser ul li{width: 19%;}
.ksmld_ser .item{
  width: 100%;
  height: auto;
  padding: 40px 26px;
  background: #f4f4f4;
  text-align: center;box-sizing: border-box;
  height: 350px;
}
.ksmld_ser .item .ico{
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  transition: .3s;
}
.ksmld_ser .item .ico img{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50%;
  height: 50%;
  object-fit: contain;
  transition: .3s;
}
.ksmld_ser .item .ico img.ico-r{
  opacity: 1;
  z-index: 1;
}
.ksmld_ser .item .ico img.ico-w{
  opacity: 0;
  z-index: 0;
}
.ksmld_ser .item .tit{
  font-size: 18px;
  margin: 0 0 15px;
  transition: .3s;
  font-weight: normal;
}
.ksmld_ser .item .des{
  font-size: 14px;
  color: #999;
  line-height: 1.8;
}
  .ksmld_ser .item:hover .ico{
    background: #672f92;
  }
  .ksmld_ser .item:hover .ico img.ico-r{
    opacity: 0;
    z-index: 0;
  }
  .ksmld_ser .item:hover .ico img.ico-w{
    opacity: 1;
    z-index: 1;
  }
  .ksmld_ser .item:hover .tit{
    color: #672f92;
  }


/* ksmld_advantage_box */
.ksmld_advantage_box{background-color: #672f92;padding: 50px 0;}

.ksmld_advantage_box ul{display: flex;flex-wrap: nowrap; justify-content: space-around; width: 1440px;margin: 0 auto;padding: 30px 0;}
.ksmld_advantage_box ul li{width: 22%;}
.ksmld_advantage_box .item .img-box{
  width: 100%;
  height: 235px;
  overflow: hidden;
}

.ksmld_advantage_box .item .img-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .3s;
}
 .ksmld_advantage_box .item .img-box{
    height: 200px;
  }

.ksmld_advantage_box .item .info{
  flex: 1;
  position: relative;
  padding: 20px 30px;
  background: #fff;
  height: 130px;
}
.ksmld_advantage_box .item .info span{
  position: absolute;
  right: 30px;
  top: 28px;
  font-family: 'BEBAS';
  font-size: 48px;
  color: #c17df5;
  opacity: .2;
  transition: .3s;
}
.ksmld_advantage_box .item .info h4{
  font-size: 18px;
  line-height: 1.8;
  margin: 0 0 25px;
  color: #333;
  padding: 0 55px 0 0;
  font-weight: normal;
  text-align: left;
}
.ksmld_advantage_box .item .info p{
  font-size: 14px;
  color: #666;
  line-height: 1.8;
}
  .ksmld_advantage_box .item .info span{
    right: 20px;
    top: 12px;
    font-size: 60px;
  }
  .ksmld_advantage_box .item .img-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .3s;
}
  .ksmld_advantage_box .item:hover .img-box img{
    transform: scale(1.1);
  }
  .ksmld_advantage_box .item:hover .info span{
    opacity: 1;
  }
/* ksmld_plant */
.ksmld_plant {
    padding: 20px 0 0;
    margin-top: 20px;
}

.ksmld_plant_con {
    margin: 20px auto;
}

.ksmld_plant_con .bd {
    box-sizing: border-box;
    width: 1280px;
    overflow: hidden;
}

.ksmld_plant_con .bd ul li {
    margin: 0 5px;
    width: 310px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.ksmld_plant_con .bd ul li .pic {
    overflow: hidden;
    width: 310px;
    border: 1px solid #efefef;
    padding: 5px;
    box-sizing: border-box;
}
.ksmld_plant_con .bd ul li img {
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
}

.ksmld_plant_con .bd ul li h4 {
    line-height: 3;
    font-size: 16px;
    color: #333;
    font-weight: normal;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}



/* ksmld_news */

.ksmld_news {
    box-sizing: border-box;
    padding: 40px 0 ;
    border-top: 1px solid #efefef;
}


.ksmld_news .left {
    width: 820px;
    overflow: hidden;
    box-sizing: border-box;
}

.ksmld_news .left dl {
    padding: 30px 0;
    position: relative;border-bottom: 1px dashed #ccc;
}



.ksmld_news .left dt img {
    width: 250px;
    height: 188px;
    border: 1px solid #efefef;
    box-sizing: border-box;

}

.ksmld_news .left dt {
    width: 250px;
    float: left;
}

.ksmld_news .left dd {
    bottom: 0;
    width: 550px;
    box-sizing: border-box;
    float: right;
    color: #333;
}

.ksmld_news .left dd h3 {
    width: 100%;
    font-size: 18px;
    line-height: 2.5;
    font-weight: normal;
}

.ksmld_news .left dd p {
    width: 100%;
    font-size: 15px;
    line-height: 2;
    color: #999;
}

.ksmld_news .left dl .date {
    display: block;
    text-align: left;
    font-size: 14px;
    color: #999999;
    position: relative;margin-bottom: 10px;
}
.ksmld_news .left ul{display: flex; flex-wrap: wrap; justify-content: flex-start;}
.ksmld_news .left ul li{width: 48%;border-bottom: 1px dashed #ccc;line-height: 80px;margin-right: 4%;}
.ksmld_news .left ul li .ttt{width: 70%;float: left;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.ksmld_news .left ul li span{width: 30%;display: inline-block;float: right;text-align: right;color: #999;}
.ksmld_news .left ul li:nth-child(2n+0){margin-right: 0;}
.ksmld_news .right {
    width: 415px;
    box-sizing: border-box;
    padding-top: 30px;
}



.ksmld_news .right .bottom  {
    text-align: left;
    width: 415px;
    box-sizing: border-box;
    position: relative;
}


.ksmld_news .right .bottom  dl {
    margin-bottom: 20px;padding: 20px 35px;border: 2px solid #efefef;
}

.ksmld_news .right .bottom  dt {
    position: relative;
    font-size: 18px;
    line-height: 2;
    padding-left: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ksmld_news .right .bottom  dt::before {
    content: "Q";
    width: 25px;
    height: 25px;
    background-color: #8e8e8e;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 25px;
    margin-right: 10px;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 5px;
}

.ksmld_news .right .bottom  dd {
    position: relative;
    font-size: 16px;
    padding-left: 40px;
    line-height: 2;
    color: #999;
    padding-top: 5px;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
    
}

.ksmld_news .right .bottom  dd::before {
    content: "A";
    width: 25px;
    height: 25px;
    box-sizing: border-box;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 25px;
    margin-right: 10px;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 10px;
    background: #672f92;
}

.txtScroll-top {
    position: relative;
}

.txtScroll-top .hd {
    overflow: hidden;
    height: 30px;
    position: absolute;
    top: -45px;
    right: 0;
}

.txtScroll-top .hd .next {
    background-position: 0 -50px;
}

.txtScroll-top .hd .prevStop {
    background-position: -60px 0;
}

.txtScroll-top .hd .nextStop {
    background-position: -60px -50px;
}

.txtScroll-top .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
}

.txtScroll-top .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #dbdbdb;
    border-radius: 10px;
}

.txtScroll-top .hd ul li.on {
    width: 20px;
    background-color: #ffab00;
}

.txtScroll-top .bd {
    overflow: hidden;
}

.txtScroll-top .bd ul {
    overflow: hidden;
    zoom: 1;
}

.txtScroll-top .bd ul li {
    margin-right: 20px;
    float: left;
    height: 24px;
    line-height: 24px;
    text-align: left;
    _display: inline;
}

.txtScroll-top .bd ul li span {
    color: #999;
}