﻿body{margin:0px auto;padding:0px;color:#333;font-size:14px;font-family:Microsoft Yahei;line-height:24px;}
a:link{color:#333;text-decoration:none;}        
a:visited{color:#333;text-decoration:none;}
a:hover{color:#53A128;text-decoration:none;}
img{border:none;}
ul,li,h1,h2,h3,p{margin:0px;padding:0px;}
li{list-style:none; }
div,ul,li{overflow:hidden;display:block;}

.wrap{width:94%;max-width:1200px;margin:0px auto;}
.clear{height:10px;margin:0px;padding:0px;clear:both;}
.l{float:left;display:block;}
.r{float:right;display:block;}
.f12{font-size:12px;}
.f13{font-size:13px;}
.f14{font-size:14px;}
.f16{font-size:16px;}
.f18{font-size:18px;}
.f20{font-size:20px;}
.f22{font-size:22px;}
.f24{font-size:24px;}
.f26{font-size:26px;}
.f28{font-size:28px;line-height:32px;}
.f30{font-size:30px;line-height:34px;}
.f32{font-size:32px;line-height:40px;}
.f40{font-size:40px;line-height:60px;}
.f46{font-size:46px;line-height:70px;}
.fb{font-weight:bold;}
.fi{font-style:italic;}
.yh{font-family:Microsoft Yahei;}
.color333{color:#333;}
.color666{color:#666;}
.color999{color:#999;}
.color-white{color:#fff;}
.color-green{color:#53A128;}
.color-red{color:#ff0000;}
.w100{width:100%;}

.fast{transition:all 200ms;-moz-transition:all 200ms;-webkit-transition:all 200ms;-o-transition:all 200ms;}
.delay{transition:all 500ms;-moz-transition:all 500ms;-webkit-transition:all 500ms;-o-transition:all 500ms;}
.slow{transition:all 800ms;-moz-transition:all 800ms;-webkit-transition:all 800ms;-o-transition:all 800ms;}

/*flex布局*/
.flex {
    display: flex;
    /*flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;*/
}
.dir-clu{flex-direction:column;}
.flex-wrap{flex-wrap:wrap;}
.jus-sta{justify-content:flex-start;}
.jus-ctr{justify-content:center;}
.jus-btw{justify-content:space-between;}
.jus-eve{justify-content:space-evenly;}
.jus-ard{justify-content:space-around;}
.jus-end{justify-content:flex-end;}
.ali-sta{align-items:flex-start;}
.ali-ctr{align-items:center;align-content:center;}
.ali-end{align-items:flex-end;align-content:flex-end;}
.ali-bline{align-items:flex-end;align-content:baseline;}

.shadow{box-shadow:0 0 7px #333;}
.shadow_img{background-color:#fff;padding:10px;box-shadow:0 0 7px #333;margin:7px 7px 7px 7px;}
.shadow_img:hover{box-shadow:0 0 7px #000;}
.yuanjiao_img{border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;}
.shadow_text {
    -moz-text-shadow: 1px 0px 0px rgba(0,0,0,0.1);
    -webkit-text-shadow: 1px 0px 0px rgba(0,0,0,0.1),-1px 0px 0px rgba(0,0,0,0.1),0px 1px 0px rgba(0,0,0,0.1),0px -1px 0px rgba(0,0,0,0.1);
    text-shadow: 1px 0px 0px #333,-1px 0px 0px rgba(0,0,0,0.1),0px 1px 0px rgba(0,0,0,0.1),0px -1px 0px rgba(0,0,0,0.1);
}
.uppercase{text-transform:uppercase;}

.button{height:45px;background-color:#53A128;padding:0 30px;line-height:45px;color:#ffffff;text-align:center;cursor:pointer;}
.button.yj{border-radius:45px;}
.button:hover{background-color:#333;}
a.button{color:#ffffff;}

.aboutzoom{padding:10px 0px;text-align:justify;box-sizing:border-box;}
.aboutzoom p{padding:0px;margin:0px;}
.aboutzoom img{max-width:100%;}
.aboutzoom h1{font-size:26px;display:block;text-align:center;padding:20px 0px 10px 0px;line-height:40px;}
.aboutzoom .attr{text-align:center;padding:10px 0px 15px 0px;font-size:14px;color:#848584;border-bottom:solid 2px #e9e9e9;margin-bottom:20px;}
.aboutzoom table{border-top:solid 1px #ddd;border-left:solid 1px #ddd;background-color:#fff;}
.aboutzoom table td{padding:4px 10px 4px 10px;border-bottom:solid 1px #ddd;border-right:solid 1px #ddd;}
.aboutzoom table tr.altrow{background-color:#f7f7f7;}

.section{width:100%; background-position:center top;background-repeat:no-repeat;background-size:100% auto;}
.section.about{background-image:url('/skin/images/home_00_09.png');padding:50px 0;}
.section.business{background-image:url('/skin/images/adbg.jpg');height:230px;box-sizing:border-box;padding:60px;}

/*首页*/
.header {
    width: 100%;
    height: 100px;
    background-color: rgba(255,255,255,0.95);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(11px);
}
.header .wrap{height:100px;}
.header .logo{width:188px;height:100px;}
.header .logo img{width:188px;height:60px;}
.header .nav{width:calc(100% - 188px - 95px - 30px);}
.header .nav a.on{color:#53A128;}
.header .lang{width:95px;}

.zhibiao{margin-top:40px;}
.zhibiao .item{width:calc((100% - 150px) / 4);border-radius:10px;border:solid 1px #f0f0f0;padding:30px 20px;box-sizing:border-box;text-align:center;}

.line-green{width:50px;height:4px;border-radius:2px;background-color:#53A128;}
.product {margin-top:10px;}
.product .item{width:277px;margin:20px 30px 0 0;}
.product .item:nth-child(4n){margin-right:0;}
.product .item img{width:100%;margin-bottom:10px;background-size:cover;background-position:center center;background-color:#f9f9f9;background-repeat:no-repeat;}

.news {margin-top:10px;}
.news .item{width:380px;margin:20px 30px 0 0;}
.news .item img{width:100%;margin-bottom:10px;background-size:cover;background-position:center center;background-color:#f9f9f9;background-repeat:no-repeat;}

.footer{background-image:url('/skin/images/lnou.jpg');background-size:cover;color:#fff;}
.footer .cover{width:100%;background-color:rgba(255,255,255,0.5);padding-top:30px;}
.footer .line{background-color:rgba(255,255,255,0.5);}
.footer .bnav{padding-bottom:15px;}
.footer a{color:#fff;}
.footer .copy{border-top:solid 1px rgba(255,255,255,0.8);padding:20px 0;margin-top:20px;font-size:12px;color:rgba(255,255,255,0.8);text-align:center;background-repeat:no-repeat;}
.footer .copy a{color:rgba(255,255,255,0.8);}

.position{height:60px;background-color:#f2f2f2;}
.position .item{height:60px;line-height:60px;margin-left:40px;}
.position .item.on{background-color:#53A128;color:#fff;padding:0 40px;}

.pager{padding:30px 0px 0 0px;display:flex;justify-content:center;align-items:center;align-content:center;}
.pager a{border:solid 1px #e7ecf0;padding:0 10px;line-height:30px;margin:0px 0px 0px 5px;background-color:#ffffff;color:#666;text-decoration:none;font-size:12px;}
.pager a:hover,.pager a.sel{background-color:#53A128;color:#ffffff;border:solid 1px #53A128;}

.contacttle{height:40px;position:relative;margin-top:50px;}
.contacttle .line{height:2px;background-color:#f0f0f0;}
.contacttle .nm{background-color:#fff;padding:0px 20px 0 0;height:40px;line-height:40px;position:absolute;top:0;left:0;}

.honor{padding:10px;box-sizing:border-box;}
.honor .item {
    width: calc((100% - 100px) / 3);
    padding: 10px 10px 40px 10px;
    box-sizing: border-box;
    -moz-box-shadow: 1px 1px 7px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 1px 7px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 7px rgba(0,0,0,0.2);
    border-radius: 4px;
    position: relative;
    margin-right: 50px;
    margin-bottom: 50px;
    background-color:#fff;
}
.honor .item:nth-child(3n){margin-right:0;}
.honor .item img{width:100%;}
.honor .item .nm{width:100%;padding:10px;box-sizing:border-box;text-align:center;background-color:#fff;position:absolute;left:0;bottom:0;}

/*三行，超出省略号*/
.line3 {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height:24px;
    height:72px;
    overflow: hidden;
}