<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    width: 100%;
    background-image: url(../Images/big_bg.png);
    background-repeat: repeat;
}
.top_wrap{
    width: 100%;
    height: 30px;
    background: #186c34;
    color: #fff;
    line-height: 30px;
    font-size: 12px;
}
.top{
    width: 1200px;
    margin: 0 auto;
}
.top .top_l{
    padding-left: 15px;
    background-image: url(../Images/icon_toparea.png);
    background-position: 3px center;
    background-repeat: no-repeat;
}
.top .top_r a{
    color: #fff;
    margin: 0 5px;
}
.header_wrap{
    width: 100%;
}
.header{
    width: 1200px;
    margin: 0 auto;
    height: 125px;
}
.header .logo{
    margin-top: 50px;
    margin-right: 15px;
}
.header .nav{
    margin-top:50px;
    height: 75px;
    line-height: 54px;
    font-size: 18px;
    position: relative;
}
.header .nav a{
    float: left;
    padding: 0 15px;
    height: 75px;
    line-height: 54px;
}
.header .nav a.on{
    background: #186c34;
    color: #fff;
}
.header .nav a:hover{
    background: #f5f5f5;
}
.header .nav a.on:hover{
    background: #186c34;
}
.header .phone{
    margin-top: 36px;
    color: #186c34;
}
.header .phone .phone_t{
    height: 30px;
    line-height: 30px;
    padding-left: 32px;
    background-image: url(../Images/icon_phone1.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 29px 29px;
}
.header .phone .phone_b{
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
} 


.bottom_wrapper {
    width: 100%;
    height: 350px;
    background: #186c34;
    margin-top: 50px;
}

.bottom_wrapper .bottom {
    width: 1200px;
    margin: 0 auto;
    padding-top: 60px;
}

.bottom_wrapper .bottom .bottom_item.bottom_item1 {
    width: 315px;
}

.bottom_wrapper .bottom .bottom_item.bottom_item2 {
    width: 570px;
}

.bottom_wrapper .bottom .bottom_item.bottom_item3 {
    width: 300px;
}

.bottom_wrapper .bottom .bottom_item {
    padding-left: 25px;
    position: relative;
    margin-right: 5px;
}

.bottom_wrapper .bottom .bottom_item .tit {
    line-height: 40px;
    height: 40px;
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
    position: relative;
}
.bottom_wrapper .bottom .bottom_item .tit:after{
    content: "";
    width: 100px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}
.bottom_wrapper .bottom .bottom_item .tit.na:after{
    background: #186c34;
}
.bottom_wrapper .bottom .bottom_item .line {
    position: absolute;
    left: 6px;
    top: 26px;
    width: 1px;
    height: 200px;
    background: #eeeeee;
}

.bottom_wrapper .bottom .bottom_item .bot_item_b span, .bottom_wrapper .bottom .bottom_item .bot_item_b&gt;a {
    line-height: 26px;
    font-size: 16px;
    color: #fff;
    display: block;
}

.bottom_wrapper .bottom .bottom_item .bot_item_b a:hover {
    text-decoration: underline;
}

.bottom_wrapper .bottom .bottom_item.bottom_item2 .bot_item_b {
    width: 180px;
    padding-right: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.bottom_wrapper .bottom .bottom_item.bottom_item3 .bot_item_b {
    width: 126px;
    text-align: center;
}

.bottom_wrapper .bottom .bottom_item.bottom_item3 .bot_item_b span {
    color: #fff;
}

.bottom_wrapper .bottom .bottom_item.bottom_item3 .bot_item_b img {
    width: 126px;
    height: 126px;
}

.bottom_wrapper .bottom .bottom_item.bottom_item3 .phone {
    position: absolute;
    top: 0px;
    right: 10px;
    color: #fff;
}

.bottom_wrapper .bottom .bottom_item.bottom_item3 .phone span {
    display: block;
    line-height: 22px;
    font-size: 16px;
}

.footer {
    text-align: center;
}

.footer .foot1 {
    border-bottom: 1px solid #c9c9c9;
    height: 73px;
    padding-top: 36px;
    line-height: 36px;
    color: #fff;
    background: #186c34;
}

.footer .foot1 a {
    margin: 0 10px;
    color: #fff;
}

.footer .foot2 {
    height: 60px;
    line-height: 40px;
    color: #4c4948;
}

.footer .foot2 a {
    color: #4c4948;
}

.fixBox{
    position: fixed;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    border-right: 1px solid #186c34;
    padding-right: 1px;
}
.fixBox .fix_tb{
    width: 64px;
    height: 42px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../Images/icon_fix_t.png);
}
.fixBox .fix_tb.fix_b{
    background-image: url(../Images/icon_fix_b.png);
}
.fixBox .fix_item{
    width: 64px;
    height: 64px;
    border: 1px solid #2b573a;
    background: #186c34;
    padding-top: 38px;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center 8px;
    text-align: center;
    position: relative;
    margin-bottom: 2px;
}
.fixBox .fix_item.fix_item1:hover,
.fixBox .fix_item.fix_item2:hover,
.fixBox .fix_item.fix_item3:hover{
    border-left: 1px solid #58946c;
}
.fixBox .fix_item:hover .fix_item_l{
    display: block;
}
.fixBox .fix_item.fix_item1{
    background-image: url(../Images/icon_phone2.png);
}
.fixBox .fix_item.fix_item2{
    background-image: url(../Images/icon_qq.png);
}
.fixBox .fix_item.fix_item3{
    background-image: url(../Images/icon_wx.png);
}
.fixBox .fix_item.fix_item4{
    background-image: url(../Images/icon_zxly.png);
}
.fixBox .fix_item.fix_item5{
    background-image: url(../Images/icon_wz.png);
}
.fixBox .fix_item.fix_item6{
    background-image: url(../Images/icon_totop.png);
}
.fixBox .fix_item&gt;span{
    color: #fff;
    font-size: 12px;
}
.fixBox .fix_item .fix_item_l{
    display: none;
}
.fixBox .fix_item.fix_item1 .fix_item_l,
.fixBox .fix_item.fix_item2 .fix_item_l,
.fixBox .fix_item.fix_item3 .fix_item_l{
    width: 125px;
    height: 64px;
    border: 1px solid #2b573a;
    border-right: none;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    background: #186c34;
    position: absolute;
    left: -126px;
    top: -1px;
    padding-top: 5px;
}
.fixBox .fix_item.fix_item1 .fix_item_l p,
.fixBox .fix_item.fix_item2 .fix_item_l p{
    line-height: 26px;
    color: #fff;
    text-align: center;
}
.fixBox .fix_item.fix_item2 .fix_item_l{
    width: 135px;
    left: -136px;
}
.fixBox .fix_item.fix_item2 .fix_item_l p{
    font-size: 12px;
}
.fixBox .fix_item.fix_item2 .fix_item_l p a{
    font-size: 12px;
    display: inline-block;
    border: 1px solid #408557;
    color: #fff;
    padding: 0 5px;
    line-height: 16px;
}
.fixBox .fix_item.fix_item3 .fix_item_l .fl{
    color: #fff;
    line-height: 24px;
    margin-top: 6px;
    margin-left: 10px;
}
.fixBox .fix_item.fix_item3 .fix_item_l .fr{
    width: 56px;
    height: 56px;
    margin-right: 10px;
}
.fixBox .fix_item.fix_item3 .fix_item_l .fr img{
    width: 56px;
    height: 56px;
}

.nav .downBox{
    width: 120%;
    position: absolute;
    top: 75px;
    background: #fff;
    z-index: 999;
    box-shadow: 0px 0px 8px #999;
    display: none;
}
.nav&gt;.on:hover + .downBox{
    display: block;
}
.nav .downBox .downBoxItem{
    width: 25%;
    float: left;
    padding-bottom: 15px;
    text-align: center;
}
.nav .downBox .downBoxItem img{
    max-width: 90%;
    max-height: 150px;
    display: block;
    margin: 10px auto;
}

.nav .downBox .downBoxItem a{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin-top: 5px;
    color: #186c34;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.nav .downBox .downBoxItem a:hover{
    background: #186c34;
    color: #fff;
}
.ban {
    width: 100%;
    height: 400px;
}

/* .ban a {
    display: block;
    width: 100%;
    height: 400px;
} */

.ban img {
    width: 100%;
    height: 400px;
}

.container {
    width: 1200px;
    margin: 35px auto;
}

.crumb {
    height: 40px;
    line-height: 39px;
    padding-left: 35px;
    background-color: #fafafa;
    background-image: url(../Images/icon_crumb.png);
    background-position: 11px center;
    background-repeat: no-repeat;
    font-size: 16px;
    border-bottom: 1px solid #186c34;
}

.crumb a {
    margin: 0 5px;
}

.crumb a:hover {
    text-decoration: underline;
}

.crumb span {
    margin: 0 5px;
}
.crumb strong{
    color: #186c34;
    margin: 0 5px;
}


.prod_main{
    margin-top: 50px;
}
.prod_main .prod_nav{
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 50px;
}
.prod_main .prod_nav a{
    display: block;
    width: 290px;
    height: 90px;
    background: #186c34;
    color: #fff;
    font-size: 24px;
    line-height: 90px;
    border-radius: 8px;
    text-align: center;
}
.prod_main .prod_nav a.on{
    background: #ff6e04;
}

.prod_main .prod_list{
    width: 100%;
    overflow: hidden;
}
.prod_main .prod_list ul{
    width: 1215px;
}
.prod_main .prod_list ul li{
    width: 387px;
    border: 1px solid #aeaeae;
    margin-right: 18px;
    margin-bottom: 18px;
    float: left;
}
.prod_main .prod_list ul li .imgBox{
    width: 385px;
    height: 281px;
    position: relative;
    overflow: hidden;
}
.prod_main .prod_list ul li .imgBox img{
    width: 100%;
    height: 100%;
}
.prod_main .prod_list ul li .imgBox .downBox{
    position: absolute;
    top: 281px;
    left: 0;
    background: rgba(0, 73, 24, 0.6);
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 80px 20px 0;
    transition: all 0.3s;
}
.prod_main .prod_list ul li .imgBox .downBox p{
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 22px;
}
.prod_main .prod_list ul li .imgBox .downBox p.desc{
    height: 52px;
    line-height: 26px;
    font-size: 14px;
    overflow: hidden;
}
.prod_main .prod_list ul li a&gt;.tit{
    width: 100%;
    line-height: 73px;
    height: 73px;
    text-align: center;
    padding: 0 15px;
    font-size: 22px;
    transition: all 0.3s;
}
.prod_main .prod_list ul li:hover .imgBox .downBox{
    top: 0;
}
.prod_main .prod_list ul li:hover a&gt;.tit{
    background: #186c34;
    color: #fff;
}

.pubb_tit{
    width: 100%;
    height: 28px;
    border-left: 7px solid #186c34;
    line-height: 28px;
    font-size: 16px;
    padding-left: 18px;
    margin: 12px 0;
    padding-right: 20px;
}
.pubb_tit a{
    font-size: 12px;
}
.pubb_tit a:hover{
    text-decoration: underline;
}
.pubb_jswz{
    width: 100%;
    border-top: 1px solid #186c34;
    margin-top: 50px;
}
.pubb_jswz .jswz_l{
    width: 600px;
    padding-right: 15px;
}

.jswz_l_t{
    width: 100%;
    height: 100px;
    border-bottom: 1px dashed #aeaeae;
}
.jswz_l_t .imgBox{
    width: 103px;
    height: 79px;
    line-height: 79px;
    text-align: center;
    overflow: hidden;
}
.jswz_l_t .imgBox img{
    max-width: 103px;
    max-height: 79px;
    transition: all 0.5s;
}
.jswz_l_t .imgBox img:hover{
    /* transform: scale(1.2); */
}
.jswz_l_t .jswz_ltr{
    width: 470px;
} 
.jswz_l_t .jswz_ltr .name{
    height: 22px;
    display: block;
    width: 100%;
}
.jswz_l_t .jswz_ltr .name:hover{
    color: #186c34;
}
.jswz_l_t .jswz_ltr .desc{
    font-size: 12px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    color: #999;
} 
.jswz_l_t .jswz_ltr .time{
    color: #999;
    font-size: 12px;
    line-height: 20px;
}

.pubb_jswz .jswz_l .jswz_l_main&gt;ul{
    width: 285px;
}
.pubb_jswz .jswz_l .jswz_l_main&gt;ul&gt;li{
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #aeaeae;
}
.pubb_jswz .jswz_l .jswz_l_main&gt;ul&gt;li&gt;.dot{
    font-weight: 700;
    font-size: 20px;
    width: 15px;
}
.pubb_jswz .jswz_l .jswz_l_main&gt;ul&gt;li&gt;a{
    max-width: 200px;
}
.pubb_jswz .jswz_l .jswz_l_main&gt;ul&gt;li&gt;a:hover{
    color: #186c34;
}
.pubb_jswz .jswz_l .jswz_l_main&gt;ul&gt;li&gt;.time{
    color: #aeaeae;
}

.jswz_r{
    width: 600px;
    background: #f7f7f7;
    padding: 0 15px;
}
.jswz_r .jswz_l_t{
    margin-top: 20px;
}
.jswz_r .jswz_l_t:nth-child(2){
    margin-top: 0;
}
.jswz_r .jswz_l_t .jswz_ltr {
    width: 455px;
}


.pubb_khal,
.pubb_tjcp,
.pubb_xgwz{
    margin-top: 50px;
    overflow: hidden;
    border-top: 1px solid #186c34;
}
.pubb_khal .pubb_khal_list,
.pubb_tjcp .pubb_tjcp_list{
    width: 100%;
    padding: 35px;
    position: relative;
}
.pubb_khal .pubb_khal_list .bd,
.pubb_tjcp .pubb_tjcp_list .bd{
    width: 100%;
}
.pubb_khal .pubb_khal_list .bd{
    height: 183px;
}
.pubb_tjcp .pubb_tjcp_list .bd{
    height: 249px;
}
.pubb_khal .pubb_khal_list .bd li,
.pubb_tjcp .pubb_tjcp_list .bd li{
    float: left;
    width: 272px;
    margin-right: 14px;
}
.pubb_tjcp .pubb_tjcp_list .bd li{
    float: left;
    width: 270px;
    border: 1px solid #aeaeae;
    box-sizing: content-box;
}
.pubb_khal .pubb_khal_list .bd li&gt;a,
.pubb_tjcp .pubb_tjcp_list .bd li&gt;a{
    width: 270px;
    height: 150px;
    display: block;
    overflow: hidden;
}
.pubb_tjcp .pubb_tjcp_list .bd li&gt;a{
    height: 197px;
}
.pubb_khal .pubb_khal_list .bd li&gt;a img,
.pubb_tjcp .pubb_tjcp_list .bd li&gt;a img{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.pubb_khal .pubb_khal_list .bd li&gt;a img:hover,
.pubb_tjcp .pubb_tjcp_list .bd li&gt;a img:hover{
    /* transform: scale(1.2); */
}
.pubb_khal .pubb_khal_list .bd li&gt;.name{
    padding: 0 20px 0 8px;
    width: 100%;
    margin-top: 20px;
}
.pubb_tjcp .pubb_tjcp_list .bd li&gt;.name{
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    background: #fafafa;
}
.pubb_tjcp .pubb_tjcp_list .bd li&gt;.name a:hover{
    color: #186c34;
}
.pubb_khal .pubb_khal_list .bd li&gt;.name a{
    width: 100%;
    padding-left: 10px;
    border-left: 4px solid #186c34;
}
.pubb_khal .pubb_khal_list .bd li&gt;.name a:hover{
    color: #186c34;
}
.pubb_khal .pubb_khal_list&gt;a,
.pubb_tjcp .pubb_tjcp_list&gt;a{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 68px;
    width: 27px;
    background: #186c34;
    text-align: center;
    line-height: 68px;
    color: #fff;
    cursor: pointer;
}
.pubb_khal .pubb_khal_list&gt;a.prev,
.pubb_tjcp .pubb_tjcp_list&gt;a.prev{
    left: 0;
    border-top-right-radius: 27px;
    border-bottom-right-radius: 27px;
}
.pubb_khal .pubb_khal_list&gt;a.next,
.pubb_tjcp .pubb_tjcp_list&gt;a.next{
    right: 0;
    border-top-left-radius: 27px;
    border-bottom-left-radius: 27px;
}

.prod_detail_main {
    margin-top: 50px;
}

.proddm_t{
    width: 100%;
}
/* æ•ˆæžœCSSå¼€å§‹ */
.mod18{width: 595px;;position:relative;}
.mod18 .btn{position:absolute;cursor:pointer;z-index:99;font-size:50px;font-weight:bold;}
.mod18 .prev{left:0px;background-image:url(../Images/prevBtn.png);}
.mod18 #prevTop,.mod18 #nextTop{top:173px;width:32px;height:88px;background-repeat: no-repeat;background-size: 100% 100%;}
.mod18 #prev,.mod18 #next{top:440px;width:18px;height:100px;background-color: #186c34;background-position: center;background-repeat: no-repeat;}
.mod18 #prevTop{background-image:url(../Images/prevBtnTop.png);}
.mod18 #nextTop{background-image:url(../Images/nextBtnTop.png);}
.mod18 .next{right:0px;background:url(../Images/nextBtn.png);}
.mod18 li{float:left;}
.mod18 .cf li{position:relative;color:#fff;}
.mod18 .cf a{display:block;width:526px;height:377px;position:absolute;color:#fff;}
.mod18 .cf li span{display:block;width:486px;position:absolute;left:75px;bottom:0;padding:10px 20px;line-height:22px;text-align:left;background:rgba(0,0,0,0.6);filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = "#60000000",endColorstr = "#60000000");}
.mod18 .picBox{width:100%; height:435px;position:relative;overflow:hidden;border: 1px solid #aeaeae;}
.mod18 .picBox ul{height:100%;position:absolute; left:0;}
.mod18 .picBox li{width:593px;height:100%;}
.mod18 .picBox li img{
    width: 100%;
    height: 100%;
}
.mod18 .listBox{width:545px;height:100px;margin:5px auto 0;position:relative;overflow:hidden;}
.mod18 .listBox ul{height:100px;position:absolute;}
.mod18 .listBox li{width:136px;height:100px;cursor:pointer;position:relative;}
.mod18 .listBox li i{display:none;}
.mod18 .listBox li a{display:block;width:108px;height:77px;}
.mod18 .listBox img{border:3px solid #fff;width: 100%;height:100%;}
.mod18 .listBox .on img{border:3px solid #186c34;}
.mod18 .listBox .on i{display:block;}

.proddm_tr{
    width: 585px;
}
.proddm_tr .prodname{
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    color: #186c34;
}
.proddm_tr .proddm_trb{
    border: 1px solid #aeaeae;
    border-top: 3px solid #186c34;
    padding: 30px 12px 0 12px;
}
.proddm_tr .proddm_trb{
    height: 500px;
    position: relative;
}
.proddm_tr .proddm_trb .proddm_trbxt{
    display: inline-block;
    height: 28px;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    padding: 0 10px;
    background: #186c34;
}
.proddm_tr .proddm_trb .proddm_trbxd{
    line-height: 30px;
    font-size: 16px;
    margin: 8px 0;
    /* max-height: 60px; */
    overflow: hidden;
}
.proddm_tr .proddm_trb .proddm_phone{
    height: 73px;
    width: 260px;
    position: absolute;
    bottom: 10px;
    left: 34px;
    background-image: url(../Images/icon_phone24.png);
    background-repeat: no-repeat;
    padding-left: 87px;
}
.proddm_tr .proddm_trb .proddm_phone span{
    display: block;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    width: 170px;
    color: #595757;
}
.proddm_tr .proddm_trb .proddm_phone span.text{
    font-size: 26px;
    color: #186c34;
    font-weight: 700;
}
.proddm_tr .proddm_trb .proddm_code{
    width: 118px;
    height: 160px;
    position: absolute;
    right: 20px;
    bottom: 10px;
    text-align: center;
}
.proddm_tr .proddm_trb .proddm_code img{
    width: 118px;
    height: 118px;
}
.proddm_tr .proddm_trb .proddm_code p{
    line-height: 34px;
}

.prod_detail_main .proddm_detail{
    margin-top: 50px;
}
.prod_detail_main .proddm_detail .proddm_detail_t{
    width: 100%;
    height: 40px;
    border-bottom: 3px solid #186c34;
}
.prod_detail_main .proddm_detail .proddm_detail_t span{
    float: left;
    line-height: 37px;
    color: #fff;
    padding: 0 15px;
    background: #186c34;
}
.prod_detail_main .proddm_detail .proddm_detail_m{
    padding: 20px;
    border: 1px solid #aeaeae;
    border-top: none;
    overflow: hidden;
}
.prod_detail_main .proddm_detail .proddm_detail_m img{
    max-width: 100%;
}
.sxBox{
    line-height: 100px;
    height: 100px;
}
.sxBox a:hover{
    color: #186c34;
    text-decoration: underline;
}

.main_l{
    width: 256px;
    margin-top: 30px;
}

.main_l_pubt{
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    color: #fff;
    background: #186c34;
    font-size: 18px;
}
.main_l_pubt a{
    color: #fff;
    font-size: 14px;
}
.main_l_pubt a:hover{
    text-decoration: underline;
}
.main_l .cate_list{
    width: 100%;
    border: 1px solid #186c34;

}
.main_l .cate_list .cate_item{
    border-bottom: 1px dashed #aeaeae;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    display: block;
}
.main_l .cate_list .cate_item i{
    display: inline-block;
    width: 8px;
    height: 9px;
    background: url(../Images/icon_arrow3.png);
    margin: 0 8px 0 14px ;
}
.main_l .cate_list .cate_item.on{
    color: #186c34;
}
.main_l .cate_list .cate_item.on i{
    transform:rotate(90deg);
    -ms-transform:rotate(90deg); /* Internet Explorer */
    -moz-transform:rotate(90deg); /* Firefox */
    -webkit-transform:rotate(90deg); /* Safari å’Œ Chrome */
    -o-transform:rotate(90deg); /* Opera */
}

.main_l_tjcp{
    margin-top: 30px;
}
.main_l_tjcp .bd{
    border: 1px solid #186c34;
    padding: 18px 23px;
}
.main_l_tjcp .main_lpl{
    width: 100%;
    /* border: 1px solid #186c34;
    padding: 18px 23px; */
}
.main_l_tjcp .main_lpl .main_lpl_item{
    width: 100%;
    margin-bottom: 5px;
}
.main_l_tjcp .main_lpl .main_lpl_item .imgBox{
    width: 100%;
    height: 152px;
}
.main_l_tjcp .main_lpl .main_lpl_item .imgBox a{
    width: 100%;
    height: 152px;
    display: block;
    position: relative;
}
.main_l_tjcp .main_lpl .main_lpl_item .imgBox a img{
    width: 100%;
    height: 152px;
    transition: all 0.5s;
}
.main_l_tjcp .main_lpl .main_lpl_item .imgBox a i{
    position: absolute;
    width: 38px;
    height: 37px;
    /* left: -5px;
    top: -4px; */
    display: block;
    background: url(../Images/icon_tuijian.png);
}
.main_l_tjcp .main_lpl .main_lpl_item .name{
    line-height: 40px;
    height: 40px;
    text-align: center;
    width: 100%;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.main_l_tjcp .main_lpl .main_lpl_item .name:hover{
    color: #186c34;
}

.main_l_lxwm{
    margin-top: 30px;
}
.main_l_lxwm .mainlxwm_l{
    width: 100%;
    border: 1px solid #186c34;
}
.main_l_lxwm .mainlxwm_l .compName{
    line-height: 44px;
    font-size: 16px;
    color: #186c34;
    display: block;
    padding-left: 5px;
}
.main_l_lxwm .mainlxwm_l span{
    display: block;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #dcdcdc;
    padding-left: 8px;
}

.main_r{
    width: 905px;
    margin-top: 30px;
}
.main_r li{
    width: 100%;
    height: 143px;
    border-bottom: 1px dashed #999897;
    margin-bottom: 27px;
}
.main_r li .imgBox{
    width: 194px;
    height: 121px;
}
.main_r li .imgBox a{
    display: block;
    width: 100%;
    height: 100%;
}
.main_r li .imgBox a img{
    width: 100%;
    height: 100%;
}
.main_r li .newslist_r{
    width: 680px;
}
.main_r li .newslist_r .name{
    width: 100%;
    height: 34px;
    font-size: 18px;
    color: #186c34;
}
.main_r li .newslist_r .name:hover{
    color: #ff6e04;
}
.main_r li .newslist_r .desc{
    height: 48px;
    line-height: 24px;
    color: #4c4948;
    overflow: hidden;
    margin-top: 8px;
    margin-bottom: 12px;
}
.main_r li .newslist_r .newsitem_b{
    line-height: 36px;
    color: #4c4948;
}
.main_r li .newslist_r .newsitem_b span{
    display: inline-block;
    margin-right: 10px;
    height: 36px;
    vertical-align: middle;
}
.main_r li .newslist_r .newsitem_b span.look{
    padding-left: 25px;
    background-image: url(../Images/icon_look.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.main_r li .newslist_r .newsitem_b span.sharebtn{
    padding-left: 25px;
    background-image: url(../Images/icon_share1.png);
    background-repeat: no-repeat;
    background-position: left center;
    cursor: pointer;
}
.main_r li .newslist_r .newsitem_b .bdsharebuttonbox{
    /* display: inline-block; */
    vertical-align: middle;
    display: none;
}
.main_r li .newslist_r .newsitem_b .bdsharebuttonbox.disinb{
    display: inline-block;
}

.newsDetailBox{
    width: 865px;
    margin-left: 40px;
}
.newsDetailBox .newsName{
    line-height: 54px;
    border-bottom: 1px dashed #186c34;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    padding: 40px 20px 10px;
}
.newsDetailBox .news_info{
    text-align: center;
    line-height: 50px;
    color: #4c4948;
}
.newsDetailBox .news_info span{
    margin: 10px;
}
.newsDetailBox .detail{
    margin-top: 35px;
    margin-bottom: 20px;
}
.newsDetailBox .detail img{
    max-width: 100%;
}

.pubb_xgwz .pubb_xgwz_list{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pubb_xgwz .pubb_xgwz_list::after{
    content: '';
    width: 31%;
}

.pubb_xgwz .pubb_xgwz_list ul{
    width: 31%;
}
.pubb_xgwz .pubb_xgwz_list ul li{
    width: 100%;
    border-bottom: 1px dashed #b5b5b5;
    line-height: 29px;
    margin-bottom: 5px;
}
.pubb_xgwz .pubb_xgwz_list ul li span,
.pubb_xgwz .pubb_xgwz_list ul li a{
    display: inline-block;
    vertical-align: middle;
}
.pubb_xgwz .pubb_xgwz_list ul li span.dot{
    width: 12px;
    text-align: center;
    font-size: 26px;
}
.pubb_xgwz .pubb_xgwz_list ul li a{
    width: 75%;
}
.pubb_xgwz .pubb_xgwz_list ul li a:hover{
    color: #ff6e04;
}
.pubb_xgwz .pubb_xgwz_list ul li span.time{
    float: right;
    color: #999;
}


.pub_tit2{
    width: 240px;
    height: 70px;
    margin: 50px auto;
    border-bottom: 3px solid #186c34;
    color: #186c34;
    line-height: 67px;
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    position: relative;
}
.pub_tit2 i{
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    background: #ff6e04;
    width: 90px;
    height: 3px;
}

.custom_list{
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
}
.custom_list ul{
    width: 1267px;
}
.custom_list ul li{
    width: 250px;
    margin-right: 66.6px;
    margin-bottom: 25px;
    float: left;
}
.custom_list ul li .imgBox{
    width: 250px;
    height: 347px;
    text-align: center;
    line-height: 347px;
}
.custom_list ul li .imgBox img{
    max-width: 250px;
    max-height: 347px;
}
.custom_list ul li&gt;a{
    display: block;
    line-height: 44px;
    font-size: 20px;
    text-align: center;
}
.custom_list ul li&gt;a:hover{
    color: #00428d;
}


.custom_detail{
    text-align: center;
    margin-top: 50px;
}
.custom_detail img{
    max-width: 100%;
}

.main_r.project_r{
    width: 930px;
}
.projectList{
    width: 100%;
}
.projectList li{
    width: 280px;
    height: 211px;
    margin-left: 30px;
    margin-bottom: 30px;
    float: left;
    border-bottom: none;
}
.projectList li a{
    display: block;
}
.projectList li a .imgBox{
    width: 280px;
    height: 160px;
    overflow: hidden;
}
.projectList li a .imgBox img{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.projectList li a .name{
    height: 50px;    
    border-bottom: 1px solid transparent;
    line-height: 50px;
    text-align: center;
}
.projectList li a:hover .imgBox img{
    /* transform: scale(1.2); */
}
.projectList li a:hover .name{
    color: #186c34;
    border-color: #186c34;
}

#allmap{
    width: 100%;
    height: 625px;
    margin: 50px auto 0;
    border: 1px solid #777;
}
.contact_info{
    margin-top: 50px;
}
.contact_info li{
    width: 600px;
    padding: 0 50px 0 85px;
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background-repeat: no-repeat;
    background-position: 50px center;
}
.contact_info li.conitem1{
    background-image: url(../Images/icon_congs.jpg);
}
.contact_info li.conitem2{
    background-image: url(../Images/icon_conqq.jpg);
}
.contact_info li.conitem3{
    background-image: url(../Images/icon_condh.jpg);
}
.contact_info li.conitem4{
    background-image: url(../Images/icon_concz.jpg);
}
.contact_info li.conitem5{
    background-image: url(../Images/icon_conlxr.jpg);
}
.contact_info li.conitem6{
    background-image: url(../Images/icon_conyx.jpg);
}
.contact_info li.conitem7{
    background-image: url(../Images/icon_condz.jpg);
}
.contact_info li.conitem8{
    background-image: url(../Images/icon_conalsp.jpg);
}

.contact_form{
    margin-top: 50px;
}
.contact_form .form_item{
    width: 50%;
    float: left;
    padding: 0 50px;
}
.contact_form .form_item input{
    width: 100%;
    height: 47px;
    line-height: 47px;
    border: 1px solid #dbdbdb;
    margin-bottom: 20px;
    padding: 0 20px;
    outline: none;
    color: #999;
}
.contact_form .form_item.form_item1{
    width: 100%;
}
.contact_form .form_item.form_item1 #txtBox{
    width: 100%;
    height: 200px;
    resize: none;
    border: 1px solid #dbdbdb;
    padding: 20px;
    color: #999;
    margin-bottom: 20px;
}
.contact_form .form_item.codeBox input{
    width: 200px;
}
.subBtn{
    float: right;
    width: 120px;
    height: 47px;
    margin-right: 50px;
    border-radius: 8px;
    color: #fff;
    line-height: 47px;
    text-align: center;
    border: none;
    outline: none;
    background: #186c34;
}
.about_detail{
    width: 100%;
    border: 1px solid #e2e2e2;
    background: #fafafa;
    padding: 50px 40px;
}



.fixBox{
    display: none;
}




</pre></body></html>