 @charset "utf-8";
 :-webkit-input-placeholder{color:#999;font-size:14px; opacity:1}
 ::-moz-placeholder{color:#999;font-size:14px;opacity:1;padding-left:10px}
 :-ms-input-placeholder{color:#999;font-size:14px;opacity:1;padding-left:10px}
 /* 顶部 */
body { padding-bottom: env(safe-area-inset-bottom);  overflow-x:hidden;font-family: "Microsoft YaHei","Arial Narrow",HELVETICA;}
.content { width: 1200px; margin: 0 auto;}
/* 欢迎 */
.header .wel{width:100%;background:#f8f8f8;line-height:40px;height:40px;color:#737373;}
.header .header_top .right a{padding: 0 12px;font-size: 12px;color: #737373;}
.header .nr{padding:24px 0;}
.header .nr .zb .left img{vertical-align:top}
.header .wel .left{color:#464646}
.header .header_top .right a.a1{ display: block; background: url(idot.png)/*tpa=http://www.kmaire.com/static/web/images/idot.png*/ no-repeat left center;padding-left: 30px;}
.header .header_top .right a.a2{ display: block; background: url(gq1.png)/*tpa=http://www.kmaire.com/static/web/images/gq1.png*/ no-repeat left center;padding-left: 35px;}
.header .header_top .right a.a3{ display: block; background: url(gq2.png)/*tpa=http://www.kmaire.com/static/web/images/gq2.png*/ no-repeat left center;padding-left: 35px;}

/* 右侧电话号码 */
.header .nr .right .icon{margin:0 16px 0 0}
.header .nr .right .dz-rx{background: url(htel.png)/*tpa=http://www.kmaire.com/static/web/images/htel.png*/ no-repeat left center; line-height:25px;padding-left: 65px;}
.header .nr .right .dz-rx i{display:block;color:#333;font-size:18px;line-height:26px;font-style:normal;padding: 0 16px;border-left: 2px solid #ccc;}
.header .nr .left img{width:100%;height:100%}
.header .nr .left a{display:block}
.header .nr .right p{font-size:20px;color:#333;font-weight: 600;}
.header .nr .left p{color:#009944;font-size: 24px;font-weight: 600;text-indent: 1rem;}
.header .nr .left span{color:#000;font-weight: normal;display: block;  text-indent: 1rem;letter-spacing: 0.1px;}

/*导航栏*/
nav {position: relative;z-index: 1000;height:65px;background-color: #009944;                }
nav ul > li {font-size: 16px;line-height:65px;flex:1;  text-align: center;position: relative;}
nav ul li>a {display: block;color: #fff;}
nav ul li .ej_Nav {position: absolute;width:100%;top:70px;}
nav ul li .ej_Nav {filter: progid:DXImageTransform.Microsoft.Shadow(color=#009944,direction=120,strength=5);opacity: 0;visibility: hidden;transition: all .6s ease 0s;transform: translate3d(0,10px,0);-moz-transform: translate3d(0,10px,0);-webkit-transform: translate3d(0,10px,0)}
nav ul li:hover .ej_Nav {opacity: 1;visibility: visible;transform: translate3d(0,0,0);-moz-transform: translate3d(0,0,0);-webkit-transform: translate3d(0,0,0)}
nav ul li >.ej_Nav dd {width: 100%;height: 30px;line-height: 30px;float: left}
nav ul li >.ej_Nav dd a {display: block;width: 100%;font-size: 14px; font-weight: normal;display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;    color: #fff;text-align: center;background: #009944; margin-bottom: 5px;   /* border-bottom: 1px solid #eee;*/}
dd {display: block;margin-inline-start: 0;}
nav ul li >.ej_Nav dd a:hover{color: #fff;background: #00c559;}
nav ul  > li:hover{ background: #00c559;} 
nav ul  > li.active{ background: #00c559;}
nav ul li:hover a{color: #fff;font-weight: 600;}
nav ul  > li.active > a{ color: #fff;font-weight: 600;}
/* banner */
.bannersize {height:633px!important;}

.banner1  .bannersize {height:350px!important;}



/* 标题样式 */
.ptit{ text-align: center;margin-bottom:30px;} 
.ptit p{color:#ecebeb;font-size: 36px;font-family:Arial Black;font-weight: 600;text-transform: uppercase;} 
.ptit span{color:#009944;font-size: 24.05px;display: block;line-height:30px;font-weight: 600;}
.ptit  em{display: block; background:url(titbg.png)/*tpa=http://www.kmaire.com/static/web/images/titbg.png*/ no-repeat  center;height: 3px;margin: 10px auto 0;}

/* 应用领域 */
#case{padding: 30px 0 45px 0;background-color: #f5f5f5;}
.casenr{display:grid;grid-template-columns:33.3% 33.3%  33.3%;gap:35px 30px;margin-top: 20px;}
.case-item .cimg{position: relative;
	}
.case-item img{width:100%;height:456px;object-fit:cover;}
.case-item .moreall{position: absolute;color: #fff;background: linear-gradient(to right, #009944 70%, #fff 30%);width:160px;bottom: 20px;border: 2px solid #009944;line-height: 35px;left: 115px;}
.case-item .more1 a{color: #fff;}
.case-item .more2 a{color: #009944;padding-left:50px;}

.case-item:hover .moreall {background: linear-gradient(to right, #e71419 70%, #fff 30%);border: 2px solid #e71419;}

.case-item:hover .more2 a{color: #e71419;}

.case-item:hover {

    animation: shake 0.1s cubic-bezier(.2, .0, .2, .02) both;
    
    transform: translate3d(0, 0, 0);
    
    backface-visibility: hidden;
    
    /* perspective: 1000px; */
    }
    
    @keyframes shake {
    
    2%, 98% {
    
    transform: translate3d(-0.5px, 0, 0);
    
    }
    
    /* 20%, 80% {
    
    transform: translate3d(2px, 0, 0);
    
    }
    
    30%, 50%, 70% {
    
    transform: translate3d(-4px, 0, 0);
    
    }
    
    40%, 60% {
    
    transform: translate3d(2px, 0, 0);
    
    } */
    
    }

/* 产品展示 */
#products{padding:45px  0;overflow: hidden;}
#products .pro_left_title {padding: 25px 0; text-align: center; background-color:#009944; }
#products .pro_left_title p{color:#fff;font-size:24px;line-height:32px;font-weight: 600;}
#products .pro_left_title p span{color:#fff;font-size:18px;font-weight: normal;font-family: Arial;text-transform: uppercase;display:inine-block;}
#products .prolist{ border: 1px solid #e0e0e0; border-bottom: 2px solid #094;}
#products .prolist li{height:135px; border-bottom: 1px dotted #e0e0e0;}
#products .prolist li .timg{ background:url(ti1.jpg)/*tpa=http://www.kmaire.com/static/web/images/ti1.jpg*/ no-repeat left 0 center;width: 120px;height: 120px;}
#products .prolist li:nth-child(2) .timg{ background:url(ti2.jpg)/*tpa=http://www.kmaire.com/static/web/images/ti2.jpg*/ no-repeat left 0 center;width: 120px;height: 120px;}
#products .prolist li:nth-child(3) .timg{ background:url(ti3.jpg)/*tpa=http://www.kmaire.com/static/web/images/ti3.jpg*/ no-repeat left 0 center;width: 120px;height: 120px;}
#products .prolist li:nth-child(4) .timg{ background:url(ti4.jpg)/*tpa=http://www.kmaire.com/static/web/images/ti4.jpg*/ no-repeat left 0 center;width: 120px;height: 120px;}
#products .prolist li:nth-child(5) .timg{ background:url(ti5.jpg)/*tpa=http://www.kmaire.com/static/web/images/ti5.jpg*/ no-repeat left 0 center;width: 120px;height: 120px;}
#products .prolist li:nth-child(6) .timg{ background:url(ti6.jpg)/*tpa=http://www.kmaire.com/static/web/images/ti6.jpg*/ no-repeat left 0 center;width: 120px;height: 120px;}
#products .prolist  li a.tit{font-size: 16px;color: #212121;  line-height:30px; padding-top: 12px;display: block;}
#products .prolist  li a.more{font-size: 14px;color: #999;  line-height:55px;display: block;}
#products .prolist  li:hover a.tit{font-weight: 600;color: #009944;}
#products .prolist  li:last-of-type{border-bottom:none;}
#products .prolist li .wz{width: 52%;}
#products .product-left{width:280px}
#products .prolist{padding:10px 8px;background:#fff}
#products .pro-left-more{margin: 25px 30px 10px 30px;text-align:center;line-height:30px; border: 2px solid #009944; background-color:#009944;}
#products .pro-left-more a{color:#fff}
#products .pro-left-bottom{border:1px solid #c3c3c3;background:#fff}
#products .pro-left-bottom span{color:#5d5d5d;font-weight: 600;line-height: 30px;}
#products .pro-left-bottom p{color:#5d5d5d;font-weight: normal;line-height: 30px;}
#products .pro-left-bottom .wz{padding: 16px;}
#products .pro-left-tel{text-align:center;margin-bottom: 35px;font-size:28px;font-weight: 600;color:#009944}
#products .pro-left-tel p{line-height: 40px;}
#products .product-right{display:grid;width:885px;grid-template-columns:33.3% 33.3%  33.3%;gap:18px 0px;}
#products .product-item .pimg{border: 1px solid #eee;}
#products .product-item img{width:100%;height:280px;object-fit:cover;display: block;transition:.5s ease-in;}
#products .product-item h4{overflow:hidden;line-height: 45px;text-align:center;text-overflow:ellipsis;white-space:nowrap;font-size:16px}
#products .product-item:hover { transform:scale(1.05,1.05);box-shadow: 1px 3px 10px #e0dada;  }
#products .product-item{overflow: hidden;width: 280px;}



/* 核心优势介绍 */
#adv{height: 258px; background:url(ysbg.jpg)/*tpa=http://www.kmaire.com/static/web/images/ysbg.jpg*/ no-repeat center;}
#adv .iclist{ padding-top: 48px;  }
#adv .iclist ul li{background:url(aicon1.png)/*tpa=http://www.kmaire.com/static/web/images/aicon1.png*/ no-repeat top  16px center;background-size: 68px 68px;padding:30px;margin: 0 0 0 39px;}
#adv .iclist ul li:nth-child(2){background:url(aicon2.png)/*tpa=http://www.kmaire.com/static/web/images/aicon2.png*/ no-repeat top   16px  center;background-size: 68px 68px;}
#adv .iclist ul li:nth-child(3){background:url(aicon3.png)/*tpa=http://www.kmaire.com/static/web/images/aicon3.png*/ no-repeat top   16px   center;background-size: 68px 68px;}
#adv .iclist ul li:nth-child(4){background:url(aicon4.png)/*tpa=http://www.kmaire.com/static/web/images/aicon4.png*/ no-repeat top  16px   center;background-size: 68px 68px;}
#adv .iclist ul li:hover{background:url(aicon1-1.png)/*tpa=http://www.kmaire.com/static/web/images/aicon1-1.png*/ no-repeat   #fff top 16px  center;background-size: 68px 68px;   }
#adv .iclist ul li:nth-child(2):hover{background:url(aicon2-1.png)/*tpa=http://www.kmaire.com/static/web/images/aicon2-1.png*/ no-repeat #fff top  16px   center;background-size: 68px 68px;}
#adv .iclist ul li:nth-child(3):hover{background:url(aicon3-1.png)/*tpa=http://www.kmaire.com/static/web/images/aicon3-1.png*/ no-repeat  #fff top   16px   center;background-size: 68px 68px;}
#adv .iclist ul li:nth-child(4):hover{background:url(aicon4-1.png)/*tpa=http://www.kmaire.com/static/web/images/aicon4-1.png*/ no-repeat   #fff top  16px   center;background-size: 68px 68px;}
#adv .iclist ul li img{width: 50px;height:50px;display: block;margin:0 auto;}
#adv .iclist ul li  p{text-align: center;line-height:40px;color:#fff;font-size: 20px;font-weight: 600;    padding-top:55px;}
#adv .iclist ul li  span{display: block;text-align: center;line-height:30px;color: #fff;text-transform: uppercase;font-size:13px}
#adv .iclist ul li:hover{background-color: #fff;border-radius: 20px;box-shadow: 5px 1px 17px #002e14;padding: 30px;}
#adv .iclist ul li:hover p{color:#094;}
#adv .iclist ul li:hover span{color:#094;}
#adv .sum p{font-size: 30px;line-height:60px;color:#fff;font-weight: 600;background:url(ap1.png)/*tpa=http://www.kmaire.com/static/web/images/ap1.png*/ no-repeat left  center; padding-left: 60px;     }
#adv .sum em{display: block;width: 20px;height: 2px;background-color: #fff;margin: 20px 0  ;}
#adv .sum span{color:#fff;font-size: 18px;text-transform: uppercase;display: block;    line-height: 30px;}
#adv .sum span.s1{opacity: 0.6;  }



/* 视频部分 */
/*#video{padding:35px 0;background-color: #f5f5f5;}*/
/*#video .flipster{ width:100%;}*/
/*#video .flipster .video img{ height:350px;object-fit: cover;}*/
/*#video .Button{display: inline-block;background-position: center center; background-repeat: no-repeat; text-align: left;*/
/*   text-shadow: none; vertical-align: middle; cursor: pointer; border: 0; -ms-transition: color 300ms ease; */
/*    background-color 300ms ease; -webkit-transition: color 300ms ease; background-color 300ms ease; -moz-transition: color 300ms ease; background-color 300ms ease; */
/*    -o-transition: color 300ms ease, background-color 300ms ease; transition: color 300ms ease, background-color 300ms ease;}*/
/*.Button.Block{ width:350px; background-color: #fff;padding: 10px;}*/
/*#video .Button.Block span{ width:100%; height:55px; line-height:86px; display:block; background-color:#fff; text-align:center; font-size:18px; color:#333;}*/
/*#video  .video{position: relative;}*/
/*#video .vicon{position: absolute;bottom: 34px;left:155px;}*/
/*#video .vicon img{display: block;width: 60px;height: 60px;}*/
/*.flipster li:hover .Button.Block {background-color: #094; border-top-left-radius:10px;-moz-border-top-left-radius:10px;-webkit-border-top-left-radius:10px; border-top-right-radius:10px;-moz-border-top-right-radius:10px; -webkit-border-top-right-radius:10px;}*/
/*#video .Button.Block:hover span{   display:none;}*/
/*#video .Button.Block .summ {display: none;height: 100px;}*/
/*#video .Button.Block .summ p.p1{display: block;background:url(../images/iicon.png) no-repeat left  center; line-height: 45px; color:#fff;font-size: 16px; padding-left:60px;    }*/
/*#video .Button.Block .summ p.p2{color:#fff;line-height:25px;}*/
/*#video .Button.Block:hover .vicon{display: none;}*/
/*#video .Button.Block:hover .summ {display: block;}*/

/*#video .bf{display: none;}*/
/*#video .Button.Block:hover .bf {display: block;position: absolute;bottom:200px;left: 150px;}*/

/*视频横排效果*/
#video{padding:35px 0;background-color: #f5f5f5;}
/*#video .nr{ width:100%;}*/
/*#video .nr ul{display: grid;}*/

#video .nr .video img{ height:300px;object-fit: cover;max-width: 370px;}
#video .Button{display: inline-block;background-position: center center; background-repeat: no-repeat; text-align: left;
  text-shadow: none; vertical-align: middle; cursor: pointer; border: 0; -ms-transition: color 300ms ease; 
    background-color 300ms ease; -webkit-transition: color 300ms ease; background-color 300ms ease; -moz-transition: color 300ms ease; background-color 300ms ease;
   -o-transition: color 300ms ease, background-color 300ms ease; transition: color 300ms ease, background-color 300ms ease;}
.Button.Block{
    /*width:100%; */
background-color: #fff;padding: 10px;}
#video .nr span
{  display:block;  width:100%; height:55px; line-height:86px;background-color:#fff; text-align:center; font-size:18px; color:#333;}

#video  .video{position: relative;}
#video .vicon{position: absolute;bottom:65px;left:155px;}
#video .vicon img{display: block;width: 60px;height: 60px;}
#video .nr li:hover .Button.Block {background-color: #094; border-top-left-radius:10px;-moz-border-top-left-radius:10px;-webkit-border-top-left-radius:10px; border-top-right-radius:10px;-moz-border-top-right-radius:10px; -webkit-border-top-right-radius:10px;}
#video .Button.Block:hover span{display:none;}
#video .Button.Block .summ {display: none;height: 100px;}
#video .Button.Block .summ p.p1{display: block;background:url(iicon.png)/*tpa=http://www.kmaire.com/static/web/images/iicon.png*/ no-repeat left  center; line-height: 45px; color:#fff;font-size: 16px; padding-left:60px;    }
#video .Button.Block .summ p.p2{color:#fff;line-height:25px;}
#video .Button.Block:hover .vicon{display: none;}
#video .Button.Block:hover .summ {display: block;}

#video .bf{display: none;}
#video  .Button.Block:hover .bf{display: block;position: absolute;bottom:200px;left: 130px;}
#video .nr li{overflow:hidden;height: 380px;position: relative;}




/* 关于我们 */
#about{
    /*padding: 60px 0;*/
padding: 20px 0 60px 0;
    
}
#about .wz{width: 645px;}
#about .wz p{color:#676767;font-size: 16px;line-height: 30px;}
#about .img{width: 527px;height: 378px;}
#about .img img{width: 527px;height: 378px;}
#about  .part-1{width:52%;}
#about  .part-2{width:23%;}
#about  .part-3{width:23%;}
#about  .part-1 img{height: 428px;object-fit: cover;}
#about .sum{background:url(sbg.jpg)/*tpa=http://www.kmaire.com/static/web/images/sbg.jpg*/ no-repeat  center;height: 428px;color: #fff;text-align: center;}
#about .sum p.p1{font-size: 24px;font-weight: 600;   line-height: 30px;}
#about .sum p.p2{font-size: 18px;line-height: 30px;}
#about .sum p.p3{line-height: 30px;padding-top: 20px;}
#about .sum .sum-word{padding: 50px 40px 30px 40px;}
#about  a.more{ background:url(more.png)/*tpa=http://www.kmaire.com/static/web/images/more.png*/ no-repeat right  50px center;     margin-top: 20px;border: 1px solid #fff;width: 205px;    display: block;text-align: center;line-height: 45px;color: #fff;margin: 0 auto;}
#about .hz{margin-bottom: 20px;position: relative;}
#about .hz img{height: 204px;object-fit: cover;}
#about .dl img{height: 204px;object-fit: cover;}
#about .dl{position: relative;}
#about  .part-2 .hz p  ,  #about  .part-2 .dl p {color:#ecebeb;font-weight: 600;font-size: 21px;position: absolute;bottom:40px;left:20px;}

/* 公司展览 */
#exhibition{background:#f5f5f5;padding:60px 0}
#exhibition li{width:400px;margin:0 30px}
#exhibition .more{padding:0 30px 0 30px ;background-color: #fff;height: 100px;}
#exhibition .more .img{width: 40px;height: 40px;}
#exhibition .more .img img{display: block;width: 40px;height: 40px;}
#exhibition li  p{color: #000;font-size: 16px;}

/* 新闻部分 */
.slideTxtBox .hd{ height: 60px;position:relative; }
.slideTxtBox .hd ul{ left: 405px; position:absolute;   }
.slideTxtBox .hd ul li{ line-height:40px; font-size: 16px; margin-right: 20px; text-align: center;    float:left; padding:0 15px; cursor:pointer; border: 1px solid #bfbfbf;width:160px;  }
.slideTxtBox .hd ul li.on{ color:#fff; border: 1px solid #094;background:#094;}

/* 左侧 */
.slideTxtBox .left {width: 542px;overflow: hidden;}
.slideTxtBox .left img{height: 281px;width: 100%;object-fit: cover;}
.slideTxtBox .n1 a{color:#333;font-size: 16px; display: block;  border-left: 3px solid #009944;padding-left: 20px; margin: 17px 0 0 0;}
.slideTxtBox .n1 span{color: #666;margin: 8px 0 15px 0;display: block;padding-left: 20px;}
.slideTxtBox .n1 p{color: #666;line-height: 24px;padding-left: 20px;overflow: hidden; text-overflow:-o-ellipsis-lastline;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical;}

#news{overflow: hidden;padding:40px 0;background: #fff}
#news .nt{line-height:50px;margin-bottom: 22px;}
#news .nt p{color: #000; font-size: 18px;font-weight: 600; display: block;line-height: 31px; }
#news .nt p span{color: #5e5e5e;font-weight: normal;font-size: 14px;padding-left: 0.5rem;}
#news .nt a.more{color: #000;display: block;font-weight: 600;}
.nlist li{border-bottom: 1px dotted #dcdcdc;padding: 18px;   height:75px; }
.nlist li .wz a{color: #333;line-height:40px;    font-size: 16px;display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.nlist li .wz p{color: #666;}
.nlist li .ntime{width: 100px;margin-right:20px;text-align: center;border-right: 1px  solid #bfbfbf;}
.nlist li .ntime span{display: block;line-height:45px; font-size:45px;color: #a4a4a4;}
.nlist li .ntime  p{line-height:22px; font-size:12px;color: #a4a4a4;}
.nlist li:hover a{color: #009944;}
.nlist li:hover .ntime span{color: #009944;}
#news .nmore{display: block;text-align: center;padding-top: 40px;}

/* 底部 */
footer .bg{box-sizing:border-box;overflow:hidden;background:url(fbg.jpg)/*tpa=http://www.kmaire.com/static/web/images/fbg.jpg*/ no-repeat  center;}
footer  .con{border-bottom: 2px solid #53595e;}
footer  .con p.p1{background:url(lxbg.png)/*tpa=http://www.kmaire.com/static/web/images/lxbg.png*/ no-repeat left  center;width: 225px;height: 100px;line-height: 100px;color: #094;font-size: 24px;font-weight: 600;text-indent: 4rem;}
footer .rx { background: url(ficon1.png)/*tpa=http://www.kmaire.com/static/web/images/ficon1.png*/ no-repeat left center;line-height: 25px;padding-left: 60px;}
footer .rx p  , footer .dz p   {font-size: 18px;color: #FFF;}
footer .dz { background: url(ficon2.png)/*tpa=http://www.kmaire.com/static/web/images/ficon2.png*/ no-repeat left center;line-height: 25px;padding-left: 60px;}
footer .dz p.p2{font-size: 14px;opacity: 0.5;}
.flist {padding:25px  0;}
.flist .logo img{ width:217px;height: 100%;}
.flist p.p1{color:#094;font-size: 24px;line-height: 35px; }
.flist p.p2{color: #fffefe;line-height: 35px; }
.flist a{ color: #fffefe;}
.flist p {color: #fffefe;line-height:35px; }
.fpro{width:400px;}
.fpro li{width: 50%;line-height:39px;} 
.fnav{width:300px;}
.fnav li{width:33%;line-height:40px;} 

.flist li a{ color: #fffefe;opacity: 0.7;} 
.flist  span{font-size: 20px;font-weight: 600;color:#094;line-height: 50px;}
.flist  .ewm img{height:108px;object-fit:contain; display: block; }

/* 友链 */
.link{background-color:#333;}
.link p{color:#fff;line-height:30px;font-size: 14px;}
.link p a{color:#fff;font-size: 14px;}




/* 内页样式 */

/* 面包屑 */
.path-main{padding:15px 0;border-bottom:1px dashed #cacaca}
.path-left{border-left:4px solid #094;padding-left:12px;color:#797979}
.path-left a{color:#797979;font-size:14px}
.path-right{font-size:12px;color:#7d7d7d;font-weight:700;background:url(tel4.png)/*tpa=http://www.kmaire.com/static/web/images/tel4.png*/ no-repeat left center;padding-left:20px}

/* 内页样式 */
.in-main{margin:40px 0}
.in-main .pro-left-top{background:#094 url(icon-pro.png)/*tpa=http://www.kmaire.com/static/web/images/icon-pro.png*/ no-repeat 95% center;padding:13px 0 13px 8px}
.in-main .pro-left-top p{color:#fff;font-size:18px}
.in-main .pro-left-mid{background:#fff;border:1px solid #dedede;padding:10px 7px}
.in-main .pro-left-mid li{border-left:1px solid #eaeaea;border-right:1px solid #eaeaea;border-bottom:1px solid #eaeaea;padding:12px 7px;background:url(circle.png)/*tpa=http://www.kmaire.com/static/web/images/circle.png*/ no-repeat 96% center}
.in-main .pro-left-mid li:first-child{border-top:1px solid #eaeaea}
.in-main .pro-left-mid li a{font-size:16px;padding-left:16px;background:url(left.png)/*tpa=http://www.kmaire.com/static/web/images/left.png*/ no-repeat left center}
.in-main .pro-left-mid li:hover{background:#eaeaea;}
.in-main .pro-left-mid li:hover a{padding-left:0;background:0 0}
.in-main .product-item{border:1px solid #c5c5c5;background:#fff;}
.in-main .product-item img{width:100%;height:220px;object-fit:cover}
.in-main .product-item h4{font-size:16px;background-color: #ececec; line-height:35px;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-top:8px}
.in-main .product-item1{border:1px solid #c5c5c5;background:#fff;padding:16px 12px}
.in-main .product-item1 img{width:100%;height:220px;object-fit:cover}
.in-main .product-item1 h4{font-size:16px;  text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-top:8px}
.pages{margin-top:10px;text-align:center}
.in-main .product-item:hover{border:1px solid #094;}
.in-main .product-item:hover h4{background:#094;color:#fff}

/* 内页左侧联系我们的样式 */
.in-main .product-left .tel{margin-bottom: 20px;}
.in-main .product-left .telbox .dianhua {background: url(Teln.gif)/*tpa=http://www.kmaire.com/static/web/images/Teln.gif*/ no-repeat scroll 0 20px transparent;color: #666666;line-height:24px;padding: 10px 0 10px 55px;}
.in-main .product-left .telbox .dianhua span {display: block;font: 30px "Impact";color:#000;}
.in-main .product-left .dianh p{line-height:28px;font-size: 16px;color: #333;margin: 16px 0;}
/* .in-main .product-left .telbox{padding: 0 10px;} */

.in-main  .product-item{position: relative;}
.in-main  .cover{display: none;}
.in-main  .product-item:hover .cover{display: block;width: 100%;height: 100%;background-color: rgb(0 153 68 / 85%);position: absolute;bottom: 0;left: 0;}
.in-main  .product-item:hover .cover a{display: block;text-align: center;font-size: 16px;color: #fff;padding-top:110px;font-weight: 600;}


/* 内容 */
article h1{text-align:center;font-size:24px}
.article-box{width:70px;height:5px;background:#094;margin:14px auto}
.article-out{background:#efefef;text-align:center;line-height:2em;color:#999;margin:24px 0}

/* 新闻内容 */
.in-main .in-news-list li{padding:20px 0;border-bottom:#dedede dotted 1px;transition:all .5s}
.in-main .in-news-list li:hover{background:#f5f5f5;padding:20px 10px}





/* 播放器 */
.plyr input[type=range]:focus,.plyr:focus{outline:0}
.plyr .plyr__video-embed iframe,.plyr__tooltip{pointer-events:none}
@keyframes plyr-progress{to{background-position:25px 0}}
.plyr{position:relative;max-width:100%;min-width:200px;font-family:Avenir,'Avenir Next','Helvetica Neue','Segoe UI',Helvetica,Arial,sans-serif;direction:ltr}
.plyr,.plyr *,.plyr ::after,.plyr ::before{box-sizing:border-box}
.plyr a,.plyr button,.plyr input,.plyr label{-ms-touch-action:manipulation;touch-action:manipulation}
.plyr audio,.plyr video{width:100%;object-fit:cover;vertical-align:middle;border-radius:inherit}
.plyr input[type=range]{display:block;height:20px;width:100%;margin:0;padding:0;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;border:none;background:0 0}
.plyr input[type=range]::-webkit-slider-runnable-track{height:8px;background:0 0;border:0;border-radius:4px;-webkit-user-select:none;user-select:none}
.plyr input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;margin-top:-4px;position:relative;height:16px;width:16px;background:#fff;border:2px solid transparent;border-radius:100%;transition:background .2s ease,border .2s ease,transform .2s ease;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,.15);box-sizing:border-box}
.plyr input[type=range]::-moz-range-track{height:8px;background:0 0;border:0;border-radius:4px;-moz-user-select:none;user-select:none}
.plyr input[type=range]::-moz-range-thumb{position:relative;height:16px;width:16px;background:#fff;border:2px solid transparent;border-radius:100%;transition:background .2s ease,border .2s ease,transform .2s ease;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,.15);box-sizing:border-box}
.plyr input[type=range]::-ms-track{height:8px;background:0 0;border:0;color:transparent}
.plyr input[type=range]::-ms-fill-upper{height:8px;background:0 0;border:0;border-radius:4px;-ms-user-select:none;user-select:none}
.plyr input[type=range]::-ms-fill-lower{height:8px;border:0;border-radius:4px;-ms-user-select:none;user-select:none;background:#3498db}
.plyr input[type=range]::-ms-thumb{position:relative;height:16px;width:16px;background:#fff;border:2px solid transparent;border-radius:100%;transition:background .2s ease,border .2s ease,transform .2s ease;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,.15);box-sizing:border-box;margin-top:0}
.plyr input[type=range]::-ms-tooltip{display:none}
.plyr input[type=range]::-moz-focus-outer{border:0}
.plyr input[type=range].tab-focus:focus{outline-offset:3px}
.plyr input[type=range]:active::-webkit-slider-thumb{background:#3498db;border-color:#fff;transform:scale(1.25)}
.plyr input[type=range]:active::-moz-range-thumb{background:#3498db;border-color:#fff;transform:scale(1.25)}
.plyr input[type=range]:active::-ms-thumb{background:#3498db;border-color:#fff;transform:scale(1.25)}
.plyr--video input[type=range].tab-focus:focus{outline:rgba(255,255,255,.5) dotted 1px}
.plyr--audio input[type=range].tab-focus:focus{outline:rgba(86,93,100,.5) dotted 1px}
.plyr__sr-only{clip:rect(1px,1px,1px,1px);overflow:hidden;position:absolute!important;padding:0!important;border:0!important;height:1px!important;width:1px!important}
.plyr__video-wrapper{position:relative;background:#000;border-radius:inherit}
.plyr__video-embed{padding-bottom:56.25%;height:0;border-radius:inherit;overflow:hidden;z-index:0}
.plyr__video-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.plyr__video-embed>div{position:relative;padding-bottom:200%;transform:translateY(-35.95%)}
.plyr video::-webkit-media-text-track-container{display:none}
.plyr__captions{display:none;position:absolute;bottom:0;left:0;width:100%;padding:20px;transform:translateY(-40px);transition:transform .3s ease;color:#fff;font-size:16px;text-align:center;font-weight:400}
.plyr__captions span{border-radius:2px;padding:3px 10px;background:rgba(0,0,0,.7);-webkit-box-decoration-break:clone;box-decoration-break:clone;line-height:150%}
.plyr__captions span:empty{display:none}
@media (min-width:768px){.plyr__captions{font-size:24px}}
.plyr--captions-active .plyr__captions{display:block}
.plyr--hide-controls .plyr__captions{transform:translateY(-15px)}
@media (min-width:1024px){.plyr--fullscreen-active .plyr__captions{font-size:32px}}
.plyr ::-webkit-media-controls{display:none}
.plyr__controls{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;line-height:1;text-align:center}
.plyr__controls .plyr__progress,.plyr__controls .plyr__time,.plyr__controls>button{margin-left:5px}
.plyr__controls .plyr__progress:first-child,.plyr__controls .plyr__time:first-child,.plyr__controls>button:first-child{margin-left:0}
.plyr__controls .plyr__volume{margin-left:5px}
.plyr__controls [data-plyr=pause]{margin-left:0}
.plyr__controls button{position:relative;display:inline-block;-ms-flex-negative:0;flex-shrink:0;overflow:visible;vertical-align:middle;padding:7px;border:0;background:0 0;border-radius:3px;cursor:pointer;transition:background .3s ease,color .3s ease,opacity .3s ease;color:inherit}
.plyr__controls button svg{width:18px;height:18px;display:block;fill:currentColor}
.plyr__controls button:focus{outline:0}
.plyr__controls .icon--captions-on,.plyr__controls .icon--exit-fullscreen,.plyr__controls .icon--muted{display:none}
@media (min-width:480px){.plyr__controls .plyr__progress,.plyr__controls .plyr__time,.plyr__controls>button{margin-left:10px}}
.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none}
.plyr--video .plyr__controls{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:50px 10px 10px;background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.5));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;color:#fff;transition:opacity .3s ease}
.plyr--video .plyr__controls button.tab-focus:focus,.plyr--video .plyr__controls button:hover{background:#3498db;color:#fff}
.plyr--audio .plyr__controls{padding:10px;border-radius:inherit;background:#fff;border:1px solid #dbe3e8;color:#565d64}
.plyr--audio .plyr__controls button.tab-focus:focus,.plyr--audio .plyr__controls button:hover,.plyr__play-large{background:#3498db;color:#fff}
.plyr__play-large{display:none;position:absolute;z-index:1;top:50%;left:50%;transform:translate(-50%,-50%);padding:10px;border:4px solid currentColor;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15);transition:all .3s ease}
.plyr__play-large svg{position:relative;left:2px;width:20px;height:20px;display:block;fill:currentColor}
.plyr__play-large:focus{outline:rgba(255,255,255,.5) dotted 1px}
.plyr .plyr__play-large{display:inline-block}
.plyr--audio .plyr__play-large,.plyr--playing .plyr__controls [data-plyr=play],.plyr__controls [data-plyr=pause]{display:none}
.plyr--playing .plyr__play-large{opacity:0;visibility:hidden}
.plyr--playing .plyr__controls [data-plyr=pause]{display:inline-block}
.plyr--captions-active .plyr__controls .icon--captions-on,.plyr--fullscreen-active .icon--exit-fullscreen,.plyr--muted .plyr__controls .icon--muted{display:block}
.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr--captions-active .plyr__controls .icon--captions-on+svg,.plyr--fullscreen-active .icon--exit-fullscreen+svg,.plyr--muted .plyr__controls .icon--muted+svg{display:none}
.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen]{display:inline-block}
.plyr__tooltip{position:absolute;z-index:2;bottom:100%;margin-bottom:10px;padding:5px 7.5px;opacity:0;background:rgba(0,0,0,.7);border-radius:3px;color:#fff;font-size:14px;line-height:1.3;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s .1s ease,opacity .2s .1s ease}
.plyr__tooltip::before{content:'';position:absolute;width:0;height:0;left:50%;transform:translateX(-50%);bottom:-4px;border-right:4px solid transparent;border-top:4px solid rgba(0,0,0,.7);border-left:4px solid transparent;z-index:2}
.plyr button.tab-focus:focus .plyr__tooltip,.plyr button:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%,0) scale(1)}
.plyr button:hover .plyr__tooltip{z-index:3}
.plyr__controls button:first-child .plyr__tooltip{left:0;transform:translate(0,10px) scale(.8);transform-origin:0 100%}
.plyr__controls button:first-child .plyr__tooltip::before{left:16px}
.plyr__controls button:last-child .plyr__tooltip{right:0;transform:translate(0,10px) scale(.8);transform-origin:100% 100%}
.plyr__controls button:last-child .plyr__tooltip::before{left:auto;right:16px;transform:translateX(50%)}
.plyr__controls button:first-child .plyr__tooltip--visible,.plyr__controls button:first-child.tab-focus:focus .plyr__tooltip,.plyr__controls button:first-child:hover .plyr__tooltip,.plyr__controls button:last-child .plyr__tooltip--visible,.plyr__controls button:last-child.tab-focus:focus .plyr__tooltip,.plyr__controls button:last-child:hover .plyr__tooltip{transform:translate(0,0) scale(1)}
.plyr__progress{position:relative;display:none;-ms-flex:1;flex:1}
.plyr__progress input[type=range]{position:relative;z-index:2}
.plyr__progress input[type=range]::-webkit-slider-runnable-track{background:0 0}
.plyr__progress input[type=range]::-moz-range-track{background:0 0}
.plyr__progress input[type=range]::-ms-fill-upper{background:0 0}
.plyr__progress .plyr__tooltip{left:0}
.plyr .plyr__progress{display:inline-block}
.plyr__progress--buffer,.plyr__progress--played,.plyr__volume--display{position:absolute;left:0;top:50%;width:100%;height:8px;margin:-4px 0 0;padding:0;vertical-align:top;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:100px}
.plyr__progress--buffer::-webkit-progress-bar,.plyr__progress--played::-webkit-progress-bar,.plyr__volume--display::-webkit-progress-bar{background:0 0}
.plyr__progress--buffer::-webkit-progress-value,.plyr__progress--played::-webkit-progress-value,.plyr__volume--display::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:8px}
.plyr__progress--buffer::-moz-progress-bar,.plyr__progress--played::-moz-progress-bar,.plyr__volume--display::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:8px}
.plyr__progress--buffer::-ms-fill,.plyr__progress--played::-ms-fill,.plyr__volume--display::-ms-fill{border-radius:100px}
.plyr__progress--played,.plyr__volume--display{z-index:1;color:#3498db;background:0 0;transition:none}
.plyr__progress--played::-webkit-progress-value,.plyr__volume--display::-webkit-progress-value{min-width:8px;max-width:99%;border-top-right-radius:0;border-bottom-right-radius:0;transition:none}
.plyr__progress--played::-moz-progress-bar,.plyr__volume--display::-moz-progress-bar{min-width:8px;max-width:99%;border-top-right-radius:0;border-bottom-right-radius:0;transition:none}
.plyr__progress--played::-ms-fill,.plyr__volume--display::-ms-fill{display:none}
.plyr__progress--buffer::-webkit-progress-value{transition:width .2s ease}
.plyr__progress--buffer::-moz-progress-bar{transition:width .2s ease}
.plyr__progress--buffer::-ms-fill{transition:width .2s ease}
.plyr--video .plyr__progress--buffer,.plyr--video .plyr__volume--display{background:rgba(255,255,255,.25)}
.plyr--video .plyr__progress--buffer{color:rgba(255,255,255,.25)}
.plyr--audio .plyr__progress--buffer,.plyr--audio .plyr__volume--display{background:rgba(198,214,219,.66)}
.plyr--audio .plyr__progress--buffer{color:rgba(198,214,219,.66)}
.plyr--loading .plyr__progress--buffer{animation:plyr-progress 1s linear infinite;background-size:25px 25px;background-repeat:repeat-x;background-image:linear-gradient(-45deg,rgba(0,0,0,.15) 25%,transparent 25%,transparent 50%,rgba(0,0,0,.15) 50%,rgba(0,0,0,.15) 75%,transparent 75%,transparent);color:transparent}
.plyr--video.plyr--loading .plyr__progress--buffer{background-color:rgba(255,255,255,.25)}
.plyr--audio.plyr--loading .plyr__progress--buffer{background-color:rgba(198,214,219,.66)}
.plyr__time{display:inline-block;vertical-align:middle;font-size:14px}
.plyr__time+.plyr__time{display:none}
@media (min-width:768px){.plyr__time+.plyr__time{display:inline-block}}
.plyr__time+.plyr__time::before{content:'\2044';margin-right:10px}
.plyr__volume{display:none}
.plyr .plyr__volume{-ms-flex:1;flex:1;position:relative}
.plyr .plyr__volume input[type=range]{position:relative;z-index:2}
@media (min-width:480px){.plyr .plyr__volume{display:block;max-width:60px}}
@media (min-width:768px){.plyr .plyr__volume{max-width:100px}}
.plyr--is-ios .plyr__volume,.plyr--is-ios [data-plyr=mute]{display:none!important}
.plyr--fullscreen-active{position:fixed;top:0;left:0;right:0;bottom:0;height:100%;background:#000;border-radius:0!important}
.plyr--fullscreen-active video{height:100%}
.plyr--fullscreen-active .plyr__video-wrapper{height:100%}
width.plyr--fullscreen-active .plyr__video-embed{overflow:visible}
.plyr--fullscreen-active .plyr__controls{position:absolute;bottom:0;left:0;right:0}
.plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper{height:0;top:50%;transform:translateY(-50%)}
.variations{width:440px;display:inline-block;margin:20px 0 0}
.variations li{width:70px;margin:15px 20px;display:inline-block;vertical-align:top}
.variations li ul li{margin:0;text-align:left;display:block}
.close{position:fixed;display:inline-block;width:20px;height:20px;overflow:hidden;bottom:285px;left:0}
.close:hover::after,.close:hover::before{background:#094}
.close::after,.close::before{content:'';position:absolute;height:2px;width:100%;top:50%;left:0;margin-top:-1px;background:#000}
.close::before{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.close::after{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
.close.big{-webkit-transform:scale(3);-moz-transform:scale(3);-ms-transform:scale(3);-o-transform:scale(3);transform:scale(3)}
.close.hairline::after,.close.hairline::before{height:1px}
.close.thick::after,.close.thick::before{height:4px;margin-top:-2px}
.close.black::after,.close.black::before{height:8px;margin-top:-4px}
.close.heavy::after,.close.heavy::before{height:12px;margin-top:-6px}
.close.pointy::Before,.close.pointy::after{width:200%;left:-50%}
.close.rounded::after,.close.rounded::before{border-radius:5px}
.close.blades::after,.close.blades::before{border-radius:5px 0}
.close.warp::after,.close.warp::before{border-radius:120% 0}
.close.fat::after,.close.fat::before{border-radius:100%}
small{display:block;padding:5rem;font:.8rem/1 sans-serif;color:#777;text-align:center}
small a{color:#094;text-decoration:none;border-bottom:1px solid #ccc}
small a:hover{border-bottom-color:#222}
    