* {margin:0;padding:0;transition-property: all;-ms-transition-property: all;-moz-transition-property: all; outline:none;-webkit-transition-property: all;-o-transition-property: all; }
.navbar,.topbar{transition-duration:.5s;-ms-transition-duration:.5s;-moz-transition-duration:.5s; -webkit-transition-duration:.5s;}
body { font-size:14px; color:#444; padding:0;margin:0;font-family:'Microsoft YaHei'; line-height: 170%; background:#fff; border-top:3px solid #e71f29}
img {border:0px; height:auto; padding:0; display:block; vertical-align:middle; max-width:100%;}
::-webkit-input-placeholder {color: #a8cbec; } 
:-moz-placeholder {color: #a8cbec; } 
::-moz-placeholder { color: #a8cbec; } 
:-ms-input-placeholder {color: #a8cbec; }
a {color:#444; text-decoration: none;outline:none;}
a:Hover {color:#444;outline:none;text-decoration: none;}
.c{ display:block;clear:both;content:"";visibility:hidden;height:0}
input,button,select,textarea{ outline:none;font-family:arial,'Microsoft YaHei';border:0;color:#595757;font-size:14px}
textarea{resize:none;}i{ font-style:normal;}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"] {-webkit-appearance: none;padding:0;margin:0;font-weight:normal;}
ul,li,dl,dt,dd { padding: 0; margin: 0; list-style:none;}
h1,h2,h3,h4,h5 { padding: 0; margin: 0; font-weight:normal}

.no_ul,
.no_ul>li{
    list-style: none;
    padding: 0;
    margin: 0;
}



.navbar{
    min-width: 1260px;
    border-radius: 0;
    margin-bottom: 0;
}
.navbar-default {
    background-color: #fff;
    border-color: #fff;
}
.navbar-header{
    float: inherit;
    width: 1260px;
    height: 110px;
    margin: 0 auto !important;
    padding: 0;
}
.navbar-brand {
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 15px;
}
.navbar{
    border:none;
    border-bottom: 0px solid #000;
}


.container-fluid{
    padding: 0;
}
.menu{
    background-color: #56ac32;
}
.main_menu{
    width: 1260px;
    margin: 0 auto;
}
.navbar-default .navbar-nav > li > a,
.lv1 > li > a{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.lv1 > li > a:hover,
.lv1 > li.active > a{
    
}
.navbar-default .navbar-nav .on{background: #327118}
.navbar-nav > li > a {line-height: 48px; width: 146px; text-align: center}
.hidden_pc{
    display: none;
}
.hidden_m{
    display: block;
}
.lv1 > li
{
    position: relative;
}
.lv1 > li.hidden_pc{
    display: none;
}
.lv2{
    width: 215px;
    display: none;
    position: absolute;
    top: 54px;
    left: 0;
    background-color: rgba(255,255,255,0.9);
    padding: 0;
    z-index: 100;
}
.lv2:before{
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0;
    border-color: transparent transparent rgba(255,255,255,0.9) transparent;
    top: -10px;
    left: 30px;
}
.lv2 > li{
    display: block;
    width: 100%;
    position: relative;
}
.lv2 > li > a{
    display: block;
    font-size: 14px;
    color: #4f4f4f;
    padding: 8px 10px 8px 20px;
}
.lv2 > li > a:focus,
.lv2 > li > a:hover{
    text-decoration: none;
}
.lv2 > li:hover {
    background-color: rgba(69,90,100,0.9);
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
.lv2 > li:hover > a{
    color: #fff;
    text-decoration: none;
    
}
.lv2 > li:hover > a:after{
    content: '';
    height: 3px;
    background-color: #fff;
}
.top_item{
    float: right;margin-top: 15px;
    height: 81px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media(max-width: 768px)
{
    .hidden_pc{
        display: block;
    }
    .hidden_m{
        display: none;
    }
	.top_item{display: none}
    
    .navbar{
        min-width: 100%;
        border-bottom: 0;
    }
    .navbar-nav {
        padding-left: 0;
    }
    .navbar-header{
        width: 100%;
        height: 54px;
        float: inherit;
        display: flex;
        justify-content: flex-start;
        padding: 0 10px;
        margin: 0 auto !important;
    }
    .navbar-toggle{
        float: left;
        border:none;
        position: absolute;
        top: 0;
        right: 0px;
        margin-right: 0;
    }
    .navbar-toggle .icon-bar+.icon-bar{
        margin-top: 6px;
    }
    .navbar-brand> img {
        flex-shrink: 0;
        display: block;
        height:35px;
        margin-top: 0;
    }
    .navbar-default .navbar-toggle .icon-bar{
        width: 30px;
        height: 2px;
        background-color: #546e7a;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
        background-color: #fff;
    }
    .container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse{
        margin: 0;
    }
    .navbar-collapse{
        padding: 0;
    }
    .navbar-collapse.menu{
        background: #eee;
        border-top: 1px solid #ccc;
        border-color: #ccc;
    }
    .navbar-brand{
        height: 50px; margin-top: 0
    }
    .navbar-toggle.collapsed .icon-bar:nth-child(2) {
        margin-top: 0px;
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .navbar-toggle.collapsed .icon-bar:nth-child(3) {
        display: block;
    }
    .navbar-toggle.collapsed .icon-bar:nth-child(4) {
        margin-top: 6px;
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .navbar-toggle .icon-bar:nth-child(2) {
        margin-top: 6px;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .navbar-toggle .icon-bar:nth-child(3) {
        display: none;
    }
    .navbar-toggle .icon-bar:nth-child(4) {
        margin-top: -2px;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .navbar-nav{
        margin: 0;
    }
    .navbar-brand{
        padding: 0;
    }
    
    .main_menu{
        width: 100%;
    }
    
    
    .cover{
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        
        z-index: 888;
        background-color: rgba(0,0,0,0.8)
    }
    .lang.pc{
        display: none;
    }
    
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 29px;text-align: left;
    }
    .lv1 > li.hidden_pc{
        display: block;
    }
    .navbar-default .navbar-nav > li > a,
    .lv1 > li > a,
    .lv2 > li > a{
        font-weight: inherit;
        font-size: 16px;
        color: #546e7a;
        padding: 10px 20px;
        cursor: pointer;
    }
    .lv1 > li.has_child.active > a{
        
        
    }
    .navbar-default .navbar-nav > li > a:hover, .lv1 > li > a:hover, .lv1 > li.active > a{
        font-weight: inherit;
    }
    .lv1 > li.has_child.active{
        
    }
    .lv1 > li.hidden_pc{
        background: #546e7a;
        color: #fff;
    }
    .lv1 > li.hidden_pc a{
        color: #fff;
    }
    .navbar-nav > li > p{
        font-weight: inherit;
        font-size: 16px;
        color: #fff;
        padding: 10px 10px;
        cursor: pointer;
    }
    .lv1 > li.hidden_pc.lang_m a{
        color: #546e7a;
    }
    
    .lv1 > li.hidden_pc i,
    .lv1 > li.lang_m > a:before{
        margin-right: 10px;
    }
    .lv1 > li{
        border-bottom: 1px solid #ccc;
    }
    .lv1 > li.has_child.active:after,
    .lv2 > li.has_child.active:after{
        content: '-';
        font-size: 40px;
        top: 1px;
        right: 16px;
        color: #78909c;
    }
   .lv1 > li.lang_m.active:after{
        content: '-';
        font-size: 40px;
        top: 1px;
        right: 10px;
    }
    .lv1 > li.has_child:after,
    .lv2 > li.has_child:after,
    .lv1 > li.lang_m:after{
        content: '+';
        display: block;
        font-size: 28px;
        line-height: 30px;
        position: absolute;
        top: 3px;
        right: 14px;
        color: #78909c;
    }
    .lv1 > li.lang_m > a,
    .lv1 > li.lang_m > a:focus,
    .lv1 > li.lang_m > a:active{
        color: #fff !important;
    }
    .lv1 > li.lang_m > a{
        padding: 10px 10px;
    }
    .lv1 > li.lang_m > a:before{
        content: "\f0ac";
        color: #fff;
        display: inline-block;
        width: 13px;
        height: 18px;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
    }
    .lv1 > li.lang_m:after{
        content: '+';
        color: #fff;
    }
    .lv1 > li.lang_m li.active{
        background-color: #455a64;
    }
    .lv1 > li.lang_m li.active a{
        color: #fff;
    }
    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
        background-color: inherit;
    }
    .lv2{
        width: 100%;
        height: auto;
        display: none;
        position: relative;
        top: 0;
        left: 0;
        background-color: #d2d2d2;
        padding: 0;
    }
    .lv2 > li{
        position: relative;
        border-top: 1px solid #bfbfbf;
        padding: 0;
    }
    .lv2 > li > a{
        display: block;
        padding: 7px 20px;
        color: #263238;
    }
    .lv2 > li:hover {
        background-color: #455a64;
        transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
    }
    .lv1 > li.hidden_pc.lang_m .lv2 > li:hover a{
        color: #f1de25;
    }
   

    .lv1 > li.member:after {
        content: '+';
        color: #fff;
    }
    .lv1 > li.member.active:after {
        content: '-';
        color: #fff;
    }
    .lang_m .lv2{
        width: 100%;
        background-color: #eee;
    }
    .member .lv2{
        width: 100%;
        background-color: #eee;
    }
    .lv1 > li.hidden_pc.member a {
        color: #fff;
    }
    .lv1 > li.hidden_pc.member ul a {
        color: #546e7a;
    }
    .lv2:before{
        display: none;
    }
    .lv2 > li.active{
        border-bottom: none;
    }
.navbar-default .navbar-nav .on{background: #ccc;}

}


.to_top{
    width: 45px;
    height: 45px;
    background-image: url(../image/chilisn_to_top.png);
    background-repeat: no-repeat;
    cursor: pointer;
    position: fixed;
    right: 20px;
    bottom: 12px;
    z-index: 1000;
    display: none;
    opacity: 0.6;
}
.to_top:hover{
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    opacity: 1;
}
.footer_menu{ background:#eee; min-width: 1260px; color: #666; font-size:14px}
.footer_menu .container{padding:35px 0 25px}
.footer_menu .footer_menu_left{float:left; width:80%}
.footer_menu .footer_menu_right{float:right;width:130px;}
.footer_menu strong{ color: #333;}
.footer_menu .footer_menu_right img{width:100%; display: block;}
.footer_menu .footer_menu_right dt{ font-size:14px; font-weight: normal; text-align: center;padding-top:5px}
.footer_menu .footer_menu_left ul{width:auto;margin-right: 110px; float:left;}
.footer_menu .footer_menu_left ul:last-child{margin-right:0;}
.footer_menu .footer_menu_left .fgswidth{width:340px}
.footer_menu .footer_menu_left .fgswidth dd a{font-size: 14px;color: #666;}
.footer_menu .footer_menu_left .fgswidth dd{width:170px;float:left;line-height: 28px}
.footer_menu ul li{line-height: 28px}
.footer_menu a{font-size: 14px;color: #666;}
.footer{ min-width: 1260px; background-color: #eee; border-top: 1px solid #dcdcdc;border-radius: 0;}
.footer > div{ height: 70px;}
.footer > div,
.footer > div > div{
    width: 1260px;
    color: #707070;
    font-size: 14px;
    display: flex;
    margin: 0 auto;
    align-items: center;
}
.footer > div > div.copyright{
    justify-content: flex-end;
}
.footer > div,
.footer > div a,
.footer > div a:hover,
.footer > div a:focus{
    font-size: 14px;
    color: #707070;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    text-decoration: none;
}
.footer > div a:hover{
    text-decoration: none;
    color: #707070;
}
.footer > div > div > div{
    margin-left: 8px;
}
.footer > div > div > div img{
    margin:0 4px;
}
@media(max-width: 768px){
    .to_top{
        right: 10px;
        bottom: 10px;
    }
    .footer{
        min-width: 100%;
        border-top: none;
    }
    .footer > div,
    .footer > div > div{
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .footer > div{
        height: auto;
        padding: 0 10px;
    }
    .footer > div > div:first-child{
        
        padding: 25px 0 0px;
        
    }
    .footer > div > div:last-child{
        font-size: 15px;
        text-align: center;
        padding: 5px 0 15px;
        justify-content: center;
    }
    .footer > div > div > div{
        width: 100%;
        text-align: center;
        margin-left: 0;
        font-size: 14px;
        margin: 10px auto 0px auto;
    }
    .footer > div > div > img{
        width: 110px;
        margin-bottom: 13px;
    }
}

.container{width:1260px;padding:60px 0;}
.box{padding: 0; margin: 0}
.p50{padding: 45px 0}
.pt50{padding-top:45px}
.pt20{padding-top:25px}
.pt10{padding-top:15px}
.pb50{padding-bottom:45px}
.mid{text-align: center}
.graybox{width:100%;background: #eaf5db}
.graybox .homeabout_r,.graybox .homeabout_r img{display:inline; text-align: right}
.homeabout_l{float:left; width: 600px;}
.homeabout_l p{padding:10px 0 10px; font-size:16px; line-height: 200%}
.homeabout_r{float:right; width: 590px; text-align: left; color: #666; line-height: 190%}
.homeabout_r dt{padding-top:15px;padding-bottom: 10px; color: #444; font-weight: normal; font-size:18px}
.homeabout_r h2{ color: #56ac32;font-size:30px; line-height: 36px; font-weight: bold;}
.homeabout_r dd{margin-top: 15px}
.homeabout_r dd a{font-size:14px;display: block;width:110px; line-height: 35px; text-align: center; border-radius: 5px; color: #333; border:1px solid #56ac32;}
.homeabout_r dd a:hover{background:#56ac32; color: #fff}
.hline{border-top:1px solid #e2e2e2;}
.maintitle{text-align: center; font-size:18px; color: #777}
.maintitle h2{font-size:24px; font-weight: bold; color: #333}
.maintitle h2:after{display:block;height:2px;background:#56ac32;content:'';width:94px; margin: 0px auto; margin-top: 15px; margin-bottom: 15px}
.maintitle span{font-weight:normal;}
.serlist{margin:0 -10px}
.serlist li{float:left; width: 25%}
.serbox{margin:0 10px; overflow: hidden}
.sertitle{background:#56ac32;color:#fff; font-size:16px; text-align: center; line-height: 40px;}
.serlist3{margin:0 -10px}
.serlist3 li{float:left; width:33.333%}
.serlist img,.serlist3 img{width:100%}
.am{margin: 0px auto; text-align: center;}
.kefu{margin:0 -10px;padding-bottom: 45px}
.kefu li{float:left; width: 20%;}
.kefu dt{font-weight:normal;padding:10px 0 15px}
.hometitle{height:60px;}
.hometitle_l{float:left; font-size:24px; font-weight:bold; color: #56ac32}
.hometitle_r{float:right; text-align: right;}
.homenews{padding:0}
.homenews_l{float:left; width: 520px}
.leftbox{background:#eee;padding:20px; font-size:20px;}
.leftbox span{display:block; font-size:14px; color: #888; padding-bottom: 5px;padding-top:5px}
.leftbox h2{ font-size:20px; padding: 13px 0; line-height: 160%}
.homenews_r{float:right; width: 690px}
.homenews_r h2{font-size:20px;padding-bottom: 5px}
.homenews_r dt{ color: #888; font-weight: normal; line-height: 24px; padding: 10px 0 0}
.homenewslist li{border-bottom: 1px dashed #ccc;padding-bottom: 15px;padding-top:5px;margin-bottom:15px}
.ysbox{background:#56ac32; width: 100%;}
.ysbox .container{padding:15px 0}
.ysbox li{float:left; width: 20%; text-align: center; color: #fff;}
.ysbox img{ display: inline-block}
.ysbox dt{ padding: 10px 0 0; font-weight: normal; font-size:14px}

.aboutwrap{background: #f5f5f5; width: 100%;}
.inner-nav2 {font-size: 14px;line-height: 50px; background:#fafafa;border-bottom: 1px solid #e2e2e2;}
.inner-nav2 i{background: url(../image/map1.png) no-repeat bottom; width:12px; height: 15px; display: inline-block; margin-right: 10px}
.inner-nav2 .container{padding:0}
.inner-nav2 .inner-nav-left{float:left;}
.inner-nav2 .inner-nav-right {float:right;}
.inner-nav2 .nav-left-a { position: relative; color: #333; flex: 0 0 auto; display: inline-block; transition-duration: .3s; padding-right: 48px; }
.inner-nav2 .nav-left-a:before { position: absolute; bottom: -1px; content: ""; display: block; width: 0; height: 2px; left: 24px; background: #d50a1d; transition-duration: .3s;}
.inner-nav2 .nav-left-a:after {position: absolute;right: 24px; top: 50%; margin-top: -7px;content: ""; display: inline-block; vertical-align: top; width: 1px; height: 14px;      background: #ccc;}
.inner-nav2 .nav-left-a:last-child {padding-right: 0;}
.inner-nav2 .nav-left-a:last-child:after {opacity: 0;display: none; }
.inner-nav2 .nav-left-a:hover, .inner-nav2 .nav-left-a.cur {color: #d50a1d; }
.inner-nav2 .nav-left-a:hover:before, .inner-nav2 .nav-left-a.cur:before {width: 50px;left: 0; }
.inner-nav2 .bread-s0 {display: inline-block;padding-left: 20px;background: url(../image/map1.png) no-repeat left center; }
.inner-nav2 .bread-a {color: #333;flex: 0 0 auto;transition-duration: .3s;}
.inner-nav2 .bread-a:hover, .inner-nav2 .bread-a.cur {color: #d50a1d;}
.inner-nav2 .bread-a1 {margin: 0 4px;}
.inner-nav2 .bread-a2 {margin-left: 4px;}
@media(max-width: 768px){
.inner-nav2 {line-height: 40px;font-size: 12px; }
.inner-nav2 .nav-left-a {flex: 1;display: inline-block;text-align: center;position: relative;padding-right:0;}
.inner-nav2 .nav-left-a:after {position: absolute;top: 50%;margin: -7px auto 0;right: 0; }
.inner-nav2 .w1400 .inner-nav-right {padding-left: 4vw;}
.inner-nav2 .nav-left-a:hover:before, .inner-nav2 .nav-left-a.cur:before {left: 50%; margin-left: -22px;}
}
.main_c { background:none;}
.mainleft {float:left;width:200px;}
.mainright {float:right; width:950px; min-height:400px;}
.mainleft dt { width:189px;height:55px; line-height:55px; background:#e73c42;font-size:18px;color:#fff;font-weight:normal; border-top-left-radius:15px}
.mainleft dt span{padding-left:20px}
.mainleft dd a {display:block; height:49px; line-height:49px;font-size:16px;padding-left:20px; color: #333;background:url(../image/leftbg1.png)}
.mainleft dd a:hover,.mainleft dd.check a,.mainleft dd:hover>a { background:url(../image/leftbg.png) no-repeat;color:#fff; }
.mainleft dd.check a {font-size:16px; font-weight: bold}
.abouttitle{font-size:30px;line-height: 40px; font-weight: bold; color: #333}
.aboutcontent{ line-height:200%;padding-top:30px}
.aboutcontent img{display: inline-block;margin:10px 0}
.aboutcontent h2{ font-size:18px;font-weight: bold; padding:10px 0;color: #509e2b}
.aboutcontent h1{ font-size:30px;font-weight: bold; padding:10px 0 20px;color: #509e2b}
.aboutcontent h3{ font-size:22px;font-weight: normal; padding:10px 0;color: #444}
.aboutcontent .fr{float:right;}

.propage{ height:40px;padding-top:20px}
.newspage{ height:40px;padding-top:20px}
.black2 {text-align: center;font-size: 14px;line-height:22px;}
.black2 a {border:#b1b8bc 1px solid;padding:4px 8px;margin:2px;color: #444444;text-decoration: none;background-color:#ffffff; border-radius:3px}
.black2 a:hover {border:#83898c 1px solid;color: #ff0000;}
.black2 a:active {border:#83898c 1px solid;color: #ff0000;}
.black2 span.current {border: #49575d 1px solid; padding:4px 8px;font-weight: bold; margin:2px; color: #ffffff; background-color: #5a6b75; border-radius:3px}
.black2 span.disabled {border: #49575d 1px solid;padding:4px 8px;margin: 3px;color: #333;}

.yewu{padding:0}
.yewu .u1 li{margin-bottom:20px;}
.yewu .u1 li a{display:block;overflow:hidden;transition:all 0.3s;background-color:#fff;}
.yewu .u1 li a:hover{transform:translateX(-6px);}
.yewu .u1 li .caption{float:left;width:49.2%;box-sizing:border-box;}
.yewu .u1 li .pic{float:right;width:50.8%;}
.intitbox{padding:80px 50px 0px 50px;}
.yewu .intit{font-size:24px;color: #56ac32}
.yewu .inbod {margin-top:20px;}
.yewu .inbod .txt{font-size:14px;color:#333;line-height:26px;}
.yewu .inbod .more{width:100px;height:35px;text-align:center;line-height:35px;background-color:#56ac32;color:#fff;font-size:14px;transition:all 0.3s;border-radius:3px;margin-top:20px;}
.yewu .inbod .more:hover{background-color:#e73c42;}

.yewu .u2{}
.yewu .u2 li{width:32%;float:left;margin-right:2%;box-sizing:border-box;background-color:#fff;margin-bottom:20px;}
.yewu .u2 li:nth-child(3),.yewu .u2 li:nth-child(6),.yewu .u2 li:nth-child(9){margin-right: 0}
.yewu .u2 li .caption{box-sizing:border-box;padding:20px;}
.yewu .u2 li .pic{overflow:hidden;}
.yewu .u2 li .pic img{transition:all 0.3s;}
.yewu .u2 li:hover img{transform:scale(1.05);}
.yewu .u2 li:hover{box-shadow:0px 1px 20px rgba(0,0,0,0.2);}
.kefulist{margin:0 -20px}
.kefubox{margin:0 20px}
.kefulist li{float:left; width:33.33%;}
.kefulist dt{ font-weight:normal; padding:0 0 20px}

.viewbox{ text-align: center; border-bottom:1px dashed #ccc}
.viewbox h2{font-size:22px; color: #222; padding-bottom: 20px}
.productcs{font-size:14px; line-height:200%;padding-top:20px}
.newslist li{border-bottom: 1px dashed #ccc;padding:0 0 5px; color: #888}
.newslist h2{ font-size:22px;font-weight: normal; padding-bottom:10px}
.newslist h2 a{ color: #333}
.newslist dt{padding-top:10px;padding-bottom:15px}
.newslist dt a{width:70px;display: block; text-align: center; font-size:12px;font-weight: normal;padding:5px 0; border-radius: 3px;background: #56ac32; color: #fff;}
.newslist dt a:hover{background:#e73c42; color: #fff}
.context{padding-top:10px; margin-top: 20px; border-top:1px dashed #ccc}
.context li{line-height:30px}
.lxfgs{border-bottom:1px dashed #ccc;padding:0}
.lxfgs li{float:left; width:50%;padding:12px 0 12px; border-top:1px dashed #ccc;line-height: 30px}
.lxfgs img{display:block;padding-bottom:5px;padding-top:12px}

.moshi{margin:0 -15px}
.moshi li{float:left;width:25%}
.moshibox{margin:0 15px;}
.moshi h2{font-size:18px;font-weight:bold;padding:20px 0 15px}
.kv{border-top:1px solid #1d450c;}
.kv img{width:100%}
.yingji{}
.yingji li{border:1px dashed #ccc; border-radius: 8px; padding:10px 25px; margin-top: 10px}
.yingji_l{float:left; width:12%}
.yingji_r{float:right; width:84%;padding-top:10px}
.newsbanner{background:url(../image/btm-banner2.jpg) no-repeat center center;height:315px;border-top:2px solid #1d450c;}
.lxbanner{background:url(../image/lxbanner.jpg) no-repeat center center;height:350px;border-top:2px solid #1d450c;}
.ysbanner{background:url(../image/ysbanner.jpg) no-repeat center center;height:350px;border-top:2px solid #1d450c;}
.fgsbanner{background:url(../image/fgsbanner.jpg) no-repeat center center;height:350px;border-top:2px solid #1d450c;}
.aboutbanner{background:url(../image/about.jpg) no-repeat center center;height:350px;border-top:2px solid #1d450c;}
.servicebanner{background:url(../image/service.jpg) no-repeat center center;height:350px;border-top:2px solid #1d450c;}
.hotImg{-o-transition: all 0.5s;-moz-transition: all 0.5s;-webkit-transition: all 0.5s;transition: all 0.5s;}
.hotImg:hover {transform: scale(1.05);}

@media(max-width: 768px){
.container{width:auto}
.pt10{padding-top:5px}
.graybox .container{padding:3% 2%}
.homeabout_l{float:none; width:100%;padding-bottom: 15px}
.homeabout_l p{padding:10px 0 0; font-size:14px; line-height: 200%}
.homeabout_r{float:none; width:100%; padding-top:15px;padding-bottom: 30px; line-height: 170%}
.homeabout_r dt{font-size:16px}
.homeabout_r h2{font-size:20px;}
.pb50{padding-bottom:20px}
.p50{padding: 15px 0}
.pt20{padding-top:15px}
.pt50{padding-top:20px}
.maintitle{font-size:14px;padding-top:20px}
.maintitle h2{font-size:18px;}
.maintitle h2:after{width:80px; margin-top:8px; margin-bottom: 8px}
.serlist{margin:0}
.serlist li{float:left; width: 50%;padding-bottom:10px}
.sertitle{background:#56ac32;color:#fff; font-size:16px; text-align: center; line-height: 40px;}
.serlist3{margin:0}
.serlist3 li{float:none; width:100%}
.hometitle{height:45px;}
.hometitle_l{font-size:18px;}
.serbox{margin:0 5px}
.kefu{margin:0 -5px;padding-bottom: 25px}
.kefu li{float:left; width: 50%;}
.kefu dt{font-weight:normal;padding:10px 0 15px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.homenews_l{float:none; width:100%}
.leftbox{background:#eee;padding:15px 10px;}
.leftbox span{padding-bottom: 0px;padding-top:0px}
.leftbox h2{ font-size:18px; padding: 13px 0;}
.homenews_r{float:none; width:100%;padding-top:20px}
.homenews_r h2{font-size:16px;padding-bottom: 0px}
.homenews_r dt{ line-height: 22px;}
.homenewslist li{padding-bottom: 10px;padding-top:5px;margin-bottom:10px}
.footer_menu .footer_menu_left,.footer_menu .footer_menu_right{display:none}
.footer_menu .container{padding:0}
.ysbox{background:#56ac32; width: 100%;}
.ysbox .container{padding:15px 0}
.ysbox li{float:left; width: 50%;padding:10px 0}
.ysbox dt{ padding: 5px 0 0;}
.container{padding:2%;}
.inner-nav2{display: none}
.mainleft {float:none;width:100%;}
.mainleft .pt20{display:none}
.mainright {float:none; width:100%; min-height:auto; clear: both;padding-top:15px}
.mainleft dt { display:none}
.mainleft dd a {display:block; height:40px; line-height:40px;font-size:14px; color: #333;background:#fff;float:left; width:50%;border-bottom:1px solid #ccc;}
.mainleft dd a:hover,.mainleft dd.check a,.mainleft dd:hover>a { background: none; color:#ec0000; }
.mainleft dd.check a {font-size:16px; font-weight: bold}
.abouttitle{font-size:20px; text-align: center}
.newsbanner,.lxbanner,.ysbanner,.fgsbanner,.aboutbanner,.servicebanner{background-size: 100%;height:100px;}
.aboutcontent{ padding-top:15px}
.yingji_r{padding-top:0px; line-height: 180%}
.kefulist{margin:0 -5px}
.kefubox{margin:0 5px}
.kefulist dt{ padding:0 0 10px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.kefulist li{width:50%;}
.aboutcontent h2{ font-size:16px;font-weight: bold; padding:10px 0;color: #509e2b}
.aboutcontent h1{ font-size:18px; padding:10px 0 10px;}
.aboutcontent h3{ font-size:14px;font-weight: normal; padding:10px 0;color: #444}
.moshi{margin:0}
.moshi li{float:none;width:100%;padding-bottom: 15px}
.moshibox{margin:0px;}
.moshi h2{font-size:16px;font-weight:bold;padding:10px 0 5px}
.aboutcontent img{display: inline-block;margin:5px 0}
.newslist h2{ font-size:18px; font-weight: normal;padding-top:15px}
.lxfgs{border-bottom:0px dashed #ccc;}
.lxfgs li{float:none; width:100%; border-top:0px dashed #ccc;border-bottom:1px dashed #ccc;line-height: 25px}
.lxfgs img{display:block;padding-bottom:5px;padding-top:0}
}
@media(min-width:1920px){
	.newsbanner,.lxbanner,.ysbanner,.fgsbanner,.aboutbanner,.servicebanner{background-size: 100%;}
}
