.kc-normal-top{
    padding: 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #ececec;
}
.kc-normal-top h2{
    font-size: 28px;
    margin-bottom: 10px;
}
.download-search{
    width: 500px;
    background: #fff;
    display: flex;
    line-height: 36px;
    justify-content: space-between;
}

::selection {
    background: #007cc2;
    color:#fff;
}

.kc-goods-shop a:hover{
    background: #007cc2;
    color: #333;
}
.kc-goods-shop a i{
    transition: all .3s;
    margin-left: 10px;
}
.kc-goods-shop a:hover i{
    margin-left: 20px;
}

/*商品详情*/
.kc-goods{
    /*display: flex;*/
    /*justify-content: space-between;*/
    margin-bottom: 60px;
}
.kc-goods-photo .swiper-button-prev,.kc-goods-photo .swiper-button-next{
    opacity: 0;
    transition: all .2s;
}
.kc-goods-photo:hover .swiper-button-prev,.kc-goods-photo:hover .swiper-button-next{
    opacity: .8;
}
.kc-goods-info{
}
.kc-goods-info h2{
    font-size: 30px;
    margin-top: 80px;
    white-space: nowrap;
    overflow: hidden;
}
.kc-goods-info p{
    margin-top: 40px;
}
.kc-goods-info strong{
    display: block;
    margin-top: 80px;
    font-size: 36px;
    color: #ffe246;
}
.kc-goods-info strong span{
    font-size: 24px;
}
.kc-goods-photo{
    width: 100%;
    display: flex;
    overflow: hidden;
    position: relative;
}
.kc-goods-photo .swiper-slide{
    width: 100%;
}
.kc-goods-photo .swiper-slide > img{
    width: auto;
    height: auto;
    margin: 0 auto;
    display: block;
    max-width: 100%;
}
.kc-goods-photo .swiper-slide > video{
    width: 100%;
}
.kc-goods-photo .swiper-pagination-bullet{
    background: #bbb;
}
.kc-goods-photo .swiper-pagination-bullet-active{
    background: #007cc2;
}
.kc-goods-shop{
    display: flex;
    justify-content: flex-end;
    padding-bottom: 20px;
}
.kc-goods-shop a{
    margin-left: 20px;
    padding: 10px 20px;
    background: #007cc2;
    width: 10em;
    text-align: center;
    display: block;
    color: #fff;
    transition: all .3s;
    font-size: 14px;
    font-weight: 600;
}
.kc-goods-shop a:hover{
    background: #007cc2;
    color: #333;
}
.kc-goods-shop a i{
    transition: all .3s;
    margin-left: 10px;
}
.kc-goods-shop a:hover i{
    margin-left: 20px;
}
.kc-goods-table{
    color: #333;
    margin-bottom: 40px;
}
.kc-goods-table dt{
    margin-bottom: 10px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
}
.kc-goods-table dd{
    padding: 40px;
    flex-grow:1;
    background: #f1f1f1;
}
.kc-goods-table dd ul li{
    display: flex;
    line-height: 20px;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
}
.kc-goods-table dd ul li div{
    width: 50%;
}
.kc-goods-Instructions{
    margin-bottom: 40px;
    width: 956px;
}
.kc-goods-Instructions h3,.kc-goods-fitting h3{
    font-size: 16px;
    line-height:50px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    margin-top: 10px;
}
.kc-goods-Instructions ul{
    display: flex;
    flex-wrap: wrap;
}
.kc-goods-Instructions ul li{
    border: 2px solid #eee;
    margin-right: 1%;
    margin-bottom: 30px;
    width: 24%;
    box-sizing: border-box;
}
.kc-goods-Instructions ul li:hover{
    border: 2px solid #007cc2;
}
.kc-goods-Instructions ul li i{
    margin-left: 5px;
}
.kc-goods-Instructions ul li img:hover{
    opacity: .8;
}
.kc-goods-Instructions ul li img{
    width: 100%;
    height: 300px;
}
.kc-goods-Instructions ul li div{
    line-height: 40px;
    text-align: center;
    width: 100%;
    font-weight: bold;
    background: #007cc2;
    color: #333333;
    border: 0;
}
.kc-goods-fitting{
    width: 100%;
    padding-bottom: 80px;
}
.kc-goods-fitting a{
    color: #000;
}
.kc-goods-fitting .filter{
    line-height: 60px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 20px;
    display: flex;
    padding: 0 20px;
}
.kc-goods-fitting .filter .title{
    font-weight: bold;
}
.kc-goods-fitting .filter .list{
    color: #999;
    cursor: pointer;
}
.kc-goods-fitting .filter .list:hover,.kc-goods-fitting .filter .list.active{
    color: #333;
}
.kc-goods-fitting .filter div{
    padding-right:30px;
}
.kc-goods-fitting > ul{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
.kc-goods-fitting > ul li{
    width: 226px;
    text-align: center;
    flex-shrink:0;
    height: 320px;
    margin-bottom: 10px;
    overflow: hidden;
    margin-right: 5px;
    border:2px solid transparent;
    position: relative;
}
.kc-goods-fitting > ul li .xj{
    background: rgba(0,0,0,.2);
    color: #fff;
    top: 117px;
    right: 0;
    left: 0;
    line-height: 50px;
    text-align: center;
    position: absolute;
}
.kc-goods-fitting > ul li:hover a.link{
    display: block;
}
.kc-goods-fitting > ul li a.link{
    color: #333333;
    line-height: 40px;
    display: none;
    background: #007cc2;
}
.kc-goods-fitting ul li .title{
    padding:10px 20px;
    font-weight: bold;
    overflow: hidden;
    line-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.kc-goods-fitting ul li img{
    width: 100%;
    height: 220px;
}
.kc-goods-fitting ul li:hover{
    border:2px solid #007cc2;
}
/*滚动头部菜单*/
.nav-height{ position:relative; height: 50px;border-bottom: 1px solid #eee;
    margin-bottom: 40px;}
.nav-box {
    height: 50px;
    margin: 0 auto;}
.kc-item-menu.navFix{
    position: fixed;
    top: 101px;
    z-index: 9;
    width: 100%;
}
#navHeight{
    width: 100%;
}
.nav-box.navFix{position: fixed;top: 117px; z-index: 99;  width: 100%; background: #fff; border-bottom: 1px solid #f1f1f1;}
.nav-box ul {padding: 0;margin: 0 auto; display: block; }
.nav-box.navFix ul{ border-bottom: 0;margin: 0 auto;}
.nav-box li { font-weight:500;display: inline-block;min-width: 100px; text-align: left;height: 50px; line-height: 50px;float: left; text-align: center;position: relative;}
.nav-box li a {display: block;padding: 0 20px;background: #f1f1f1;font-size:14px; margin-right: 1px; color: #333; text-decoration: none;}
.nav-box li a:hover{ background: #e1e1e1; }
.nav-box li a.active {    color: #007cc2;
    background: #333;}



.kc-wrap{
 
    position: relative;
}








.nav-box ul {
  padding: 0;
  margin: 0 auto;
  display: block;
}














.banner1{
    width: 100%;
}
.banner1 img{
    width: 100%;
    height: auto;
}
.kc-home-goods {
    margin-bottom: 35px;
}
.kc-home-goods h2{
    width: 100%;
    line-height: 22px;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
}
.kc-home-goods .tuij{
    position: absolute;
    bottom: -5px;
    font-size: 13px;
    font-weight: 200;
    right: 0;
}
.kc-home-goods .tuij a{
    color: #666;
    margin-left: 15px;
}
.kc-home-goods .tuij a:hover{
    color: #f4d400;
}
.kc-home-goods h2 p{
    line-height: 12px;
    font-size: 12px;
    margin-top: 5px;
    font-family: arial !important;
}
.kc-home-goods .kc-home-goods-left{
    width: 224px;
    position: relative;
    height: 253px;
    background: #fff;
}
.kc-home-content{
    margin: 40px 0;
}
.kc-home-content h2{
    font-size: 24px;
}
.kc-home-content p{
    line-height: 24px;
}
.kc-home-goods .kc-home-goods-left a{
    color: #333;
    text-align: center;
    display: block;
    line-height: 60px;
    background: #eee;
    transition: all .2s;
}
.kc-home-goods .kc-home-goods-left:hover a{
    background: #007cc2;
}
.kc-home-goods .kc-home-goods-left a i{
    margin-left: 5px;
    transition: all .2s;
}
.kc-home-goods .kc-home-goods-left a:hover i{
    margin-left: 10px;
}
.kc-home-goods .kc-home-goods-left img{
    width: 100%;
    height: 193px;
    z-index: 1;
}
.kc-home-goods-right{
    width: 100%;
    overflow: hidden;
    margin-right: 2px;
    display: flex;
    justify-content: space-between;
}
.home-goods-more{
    float: right;
    font-size: 14px;
    color: #999;
}
.home-goods-more a{
    color: #999;
}
.kc-home-goods-right li{
    width: 32%;
    background: #fff;
    margin-bottom: 10px;
    overflow: hidden;
}
.kc-home-goods-right li img{
    height:  100%;
    width: 100%;
    display: block;
}
.kc-home-goods-right li .imgwrap:hover{
    border:#007cc2 1px solid ;
    box-sizing: border-box;
}
.kc-home-goods-right li a{
    color: #333;
    display: block;
}
.kc-home-goods-right li .imgwrap{
    /*position: relative;*/
    height: 193px;
    z-index: 2;
    overflow: hidden;
    background: #eee;
    display: flex;
    justify-content:center;
    align-items:center;
}

/*图-文模式*/
.img-text{
    display: flex;
    justify-content: space-between;
    min-height: 400px;
    width: 945px;
    margin: 0 auto;
}
.img-text.left{
    flex-direction: row
}
.img-text.right{
    flex-direction: row-reverse
}
.img-text .text{
    width: 49%;
    padding: 80px;
}
.img-text .img{
    width: 49%;
    padding: 80px;
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    box-sizing: border-box;
}
.img-text .img img{
    width: 100%;
    height: auto;
}

.img-text .text h2{
    font-size: 28px;
    width: 100%;
}
.img-text .text p {
    margin-top: 40px;
    width: 100%;
}
.kc-article-text1,.kc-article-text2,.kc-article-text3,.kc-article-img1,.kc-article-img-text{
    padding: 20px 0;
    margin: 0 auto;
    line-height: 30px;
}
.kc-article-img-text ul li{
    list-style: disc;
    margin-left: 20px;
}
.kc-article-img-text .a1,.kc-article-img-text .a1{
    width: 48%;
}
.kc-article-img-text.t1{
    flex-direction:row;
}
.kc-article-img-text.t2{
    flex-direction:row-reverse;
}
.kc-article-img-text p.a2{
    width: 24%;
}
.kc-article-img-text div.a2{
    width: 73%;
}
.kc-article-img-text div a{
    text-decoration: underline;
}
.kc-article-img-text .ql-size-small{
    font-size: 16px;
}
.kc-article-img-text .ql-size-large{
    font-size: 18px;
}
.kc-article-img-text .ql-size-huge{
    font-size: 26px;
}
.kc-article-text1{
}
.kc-article-text1.c2{
    column-count: 2;
    column-width:2em;
}
.kc-article-text1.c3{
    column-count: 3;
    column-width:2em;
}
.kc-article-text1 p{
    line-height: 30px;
}
.kc-article-text1 h2{
    font-weight: bold;
}.kc-article-text1 .ql-size-mall,.kc-article-text1 h3{
     font-size: 16px;
     padding: 1em 0;
     font-weight: bold;
 }
.kc-article-text1 .ql-size-large,.kc-article-text1 h2{
    font-size: 18px;
    padding: 1em 0;
    font-weight: bold;
}
.ql-align-center{
    text-align:center;
}
.kc-article-text1 .ql-size-huge,.kc-article-text1 h1{
    font-size: 26px;
    padding: 1em 0;
    font-weight: bold;
}
.kc-article-text1.t1{
    text-align: left;
}
.kc-article-text1.t2{
    text-align: center;
}
.kc-article-text1.t3{
    text-align: right;
}
.kc-article-text1.h1{
    font-size: 20px;
    font-weight: bold;
}
.kc-article-text1.h2{
    font-size: 18px;
    font-weight: bold;
}
.kc-article-text1.h3{
    font-size: 15px;
    font-weight: bold;
}
.kc-article-text1.h4{
    font-size: 13px;
}


.kc-article-text2{
    text-align: center;
}
.kc-article-text3{
    text-indent: 2em;
    column-count:2
}
.kc-article-img1 img{
    width: 100%;
    height: auto;
}
.kc-article-img-text{
    display: flex;
    justify-content: space-between;
}
.kc-article-img-text img{
    width: 100%;
    height: auto;
    display: block;
}
.kc-article-img-text video{
    width: 100%;
    height: auto;
    display: block;
}
.kc-article-img-text h1{
    font-size: 20px;
    font-weight: 600;
}
.kc-article-img-text h2{
    font-size: 16px;
    font-weight: 600;
}
.kc-article-header{
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
}
.kc-article-img-text-link{ display:flex; justify-content: space-between; padding: 10px 0;line-height: 26px;}
.kc-article-img-text-link a{
    color: #333;}
.kc-article-img-text-link a:hover{
    color: #666;
}
.kc-article-img-text-link li p{
    text-indent: 2em;
}
.kc-article-img-text-link li{ padding: 0 20px}
.kc-article-img-text-link li:last-of-type{
    padding-right: 0;
}
.kc-article-img-text-link li:first-of-type{ padding-left: 0}
.kc-article-img-text-link li img{
    width: 100%;
    height: auto;
}
.kc-article-list{
    padding: 10px 0;
    background: #f5f5f5;
}
.kc-article-list li{

    margin-left: 26px;
    padding: 5px 0;
    line-height: 24px;
}
.kc-article-text1 ul li{
    list-style: disc;
    margin-left: 1em;
}
.kc-article-text1 ol li{
    list-style: decimal;
    margin-left: 1em;
}
.kc-article-list.t1 li{
    list-style: decimal;
}
.kc-article-list.t2 li{
    list-style: disc;

}

.kc-article-btn{
    display: inline-block;
    color: #333;
    background: #007cc2;
    border: 1px solid #e3e3e3;
    font-size: 14px;
    padding: 10px 20px;
    min-width: 2em;
    width: auto;
    max-width: 16em;
    white-space: nowrap;
    margin: 10px 0;
    position: relative;
    padding-right: 36px;
}
.kc-article-btn:hover{
    color: #666666;
}
.kc-article-img-link{
    position: relative;
    width: 100%;
    max-width: 945px;
    margin: 40px auto;
}

.kc-article-img-link:hover p{
    opacity: .9;
}
.kc-article-img-link p span{
    display: block;
    text-align: center;
}
.kc-article-img-link p {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    font-size: 20px;
    font-weight: 400;
    opacity: 0;
    background: #007cc2;
    text-align: center;
    color: #333;
    transition: all .2s;
}
.kc-article-img-link img{
    display: block;
    width: 100%;
    height: auto;
}
.kc-article-img-link .a2 img{
    width: auto;
    max-height: 200px;
    display: block;
    margin: auto;
}
.kc-article-img-link i{
    margin-left: 10px;
}
.kc-article-btn i{
    position: absolute;
    right: 15px;
    top: 15px;
}
.kc-article-btn:hover i{
    transition: all .2s;
    right: 10px;
}



.homelist-bottom li.c2{
    width: 32.33333%;
    margin-right: 1%;
}
.homelist-bottom li.c3{
    width: 24%;
    margin-right: 1%;
}

.homelist-bottom li .content{
    display: block;
    color: #333;
    background: #fff;
    overflow: hidden;
    position: relative;
}
.homelist-bottom li .content h2{
    font-size: 16px;
    line-height: 34px;
    font-weight: 700;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #000;
}
.homelist-bottom li .content p{
    line-height: 16px;
    overflow: hidden;
}
.homelist-bottom li:hover {
}
.homelist-bottom li:hover .content{
    color: #666;
}
.homelist-bottom li .topimg{
    width: 100%;
    height: 118px;
    transition: all .2s;
    display: block;
    opacity: 1;
    overflow: hidden;
}
.homelist-bottom li.c1 .topimg.a1{
    height: 400px;
}
.homelist-bottom li.c2 .topimg.a1{
    height: 300px;
}
.homelist-bottom li.c3 .topimg.a1{
    height: 118px;
}
.homelist-bottom li .topimg img{
    width: 100%;
    height: auto;
}
.homelist-bottom li:hover .topimg{
    opacity: .8;
}
.homelist-bottom li .content img.icon{
    width: 30px;
    height: 26px;
    display: block;
    margin: 10px auto;
}
.home-line{
    height: 1px;
    border-top: 1px solid #eee;
    margin: 40px 0;
}
.banner1,.swiper-container{
    margin-bottom: 40px;
}

.banner1{
    width: 100%;
}
.banner1 img{
    width: 100%;
    height: auto;
}
.kc-home-goods {
    margin-bottom: 35px;
}
.kc-home-goods h2{
    width: 100%;
    line-height: 22px;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
}


.homelist-bottom{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  
}
.homelist-bottom li {
    width: 24%;
    transition: all .2s;
    overflow: hidden;
    margin-bottom: 40px;
}
.homelist-bottom li.c{
    margin-right: 20px;
}
.homelist-bottom li.c1{
    width: 49%;
    margin-right: 1%;
}
.homelist-bottom li.c2{
    width: 32.33333%;
    margin-right: 1%;
}
.homelist-bottom li.c3{
    width: 24%;
    margin-right: 1%;
}

.homelist-bottom li .content{
    display: block;
    color: #333;
    background: #fff;
    overflow: hidden;
    position: relative;
}
.homelist-bottom li .content h2{
    font-size: 16px;
    line-height: 34px;
    font-weight: 700;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #000;
}
.homelist-bottom li .content p{
    line-height: 16px;
    overflow: hidden;
}

.kc-wrap {
  width: 1340px;
}

.nav-box.navFix ul {
  width: 1340px;
}

.kc-goods-Instructions ul li  div{
    line-height: 40px;
    text-align: center;
    width: 100%;
    font-weight: bold;
    background: #007cc2;
    color: #fff;
    border: 0;
}


.preview .active-nav {
  border: 1px solid #007cc2;
}