/*头部样式*/
#header{
    width: 1890px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    height: 235px;
    background: url(../images/head.png) repeat-x ;
}

.topLink{
    height: 40px;
    font:400 14px/40px "Microsoft Yahei";
    color: #cfcfcf;
}
.topLink a{
    height: 40px;
    font:400 14px/40px "Microsoft Yahei";
    color: #cfcfcf;
}

.toplogo{
    height: 141px;
}
.logo{
    width: 295px;
    height: 93px;
    background: url(../images/logobj.png) no-repeat right center;
}

.logowz{
    width: 600px;
    padding-top: 18px;
    margin-left: 30px;
}

.toplx{
    margin-top: 13px;
    margin-right: 5px;
}


/*导航栏样式*/
.nav{height:57px;}
.nav li{line-height:57px;height:57px;text-align:center;width:150px;float:left;position:relative;z-index:999;}
.nav li a{display:block;line-height:57px;color:#fff;height:57px;font-size: 18px;font-family:"Microsoft Yahei";}
.nav li a:hover{color:#fff;text-decoration:none;background-color:#38b362;}

.nav .sec{height:0;background:#01557a;color:#fff;overflow:hidden;z-index:9999;position:absolute;top:57px;left:0px;}
.nav .sec a{background:#01557a;color:#fff;height:57px;line-height:57px;width:150px;}
.nav .sec a:hover{background:#38b362;text-decoration:none;}
.nav a.linshi{background:#38b362;text-decoration:none;}

/*热门搜索*/
.search{text-align:left;height:55px;}
#formsearch{width:320px;float:right;background: url(../images/so.jpg) no-repeat center center;height: 55px;line-height: 55px;}
.hotSearch{width:400px;float:left;height:55px;line-height:55px;font-weight:normal;font-size: 14px;}
#search-type{float: left;width:100px;height: 24px;margin-right: 5px;}
/*搜索和热门搜索*/
.hotSearch a{margin-right:6px;background: url(../images/h3.jpg) no-repeat right center;    display: inline-block;
    width: 65px;}
.hotSearch a:last-child{background: none;}
.hotSearch a:hover{
    color: #159741;
}
#formsearch input{height:23px;background:#fff;line-height:23px;border: none;}
#formsearch input#keyword{height:23px;line-height:23px;padding-left:4px;color:#b9b9b9;margin-left: 38px;margin-top: -3px;width: 210px;}
#formsearch input#s_btn{width:22px;height:17px;line-height:24px;text-align:center;border:none;cursor:pointer;background: url(../images/soso.png) no-repeat center center;}


.wpro{
    text-align: center;
}

.prot{
    width: 1200px;
    margin-top: 20px;
}

.wpro .prot h3{
    background: url(../images/pt.jpg) no-repeat center center;
    font:600 30px/42px "Microsoft Yahei";
    color: #159741;
    padding: 5px 0px;
}
.prot h3 span{
    color: #333333;
    margin-left: 10px;
}
.proc {
    margin-top: 15px;
}
.procl{
    width: 255px;
    height: 811px;
    background:url(../images/procl.png) no-repeat center center;
}
.procl .protf{
    color: #fff;
    font:400 24px/30px "Microsoft Yahei";
    padding-top: 37px;
    margin-left: 14px;
}

.procl .proc_li{
    margin-top: 56px;
    height: 305px;
}
.proc_li li{
    width: 148px;
    height: 31px;
    margin-left: 50px;
    text-align: left;
    margin-bottom: 10px;
}

.proc_li li a{
    font:400 16px/31px "Microsoft Yahei";
    color: #fff;
    padding-left: 20px;
}
.proc_li li:hover{
    background-color: #fff;
}
.proc_li li:hover a{
    color: #159741;
}

.procl .proc-img{
    margin-top: 30px;
    height: 198px;
}
.proc .procr{
    width: 945px;
    height: 802px;
}

.procr .prowz{
    text-align: left;
    background: url(../images/p1.png) no-repeat center bottom;
    height: 38px;
    line-height: 28px;
    padding-left: 3px;
    font:400 23px/28px "Microsoft Yahei";
    color: #666666;
    position: relative;
}
.procr .prowz a{
    display:block;
    width: 63px;
    height: 28px;
    font:400 14px/28px "宋体";
    color: #666666;
    position: absolute;
    top:0px;
    right: 5px;
    text-align: center;
}
.procr .prowz a:hover{
    background-color: #159741;
    color: #fff;
    border-radius: 3px;
}

.wproduct_list li{
    float: left;
    width: 301px;
    height: 367px;
    margin-right: 14px;
    margin-top: 17px;
}
.wproduct_list li:nth-child(3n){
    margin-left: 0px;
}
.wproduct_list li .img{
      width: 297px;
    height: 317px;
    padding: 3px 2px;
    border: 1px solid #e7e7e7;
    display:block;
    overflow: hidden;
}
.wproduct_list li h2 .img img{
    width: 297px;
    height: 317px;

}

.wproduct_list li h2{
    width: 301px;
    height: 42px;
    line-height: 42px;

}

.wproduct_list li h2 a{
    font: 16px/42px "Microsoft Yahei";
    color:#666;
}
.wproduct_list li:hover .img{
    border: 1px solid #159741;
}
.wproduct_list li:hover h2 a{
    color: #159741;
}



.wproduct_list li .img img{width: 297px;height: 317px;-webkit-transform: scale(1,1);-moz-transform: scale(1,1);-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
.wproduct_list li .img img:hover{background:#fff;-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);transform:scale(1.1,1.1);-webkit-transition:all 0.6s ease-out;-moz-transition:all 0.6s ease-out;transition:all 0.6s ease-out;}



.wys{
    width: 1920px;
    height: 875px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    background:url(../images/ys.png) no-repeat center center;
    text-align: center;
    margin-top: 65px;
}

.ysc1{
    margin-top: 25px;
}
.yswz{
    padding-top: 175px;
    font: 400 14px/25px "Microsoft Yahei";
    color: #666666;
}

.ys1{
    background: #5e5e5e url(../images/01.png) no-repeat 30px 58px;
    width: 455px;
    height: 165px;
}
.ys1 h3{
    font: 600 20px/30px "Microsoft Yahei";
    color: #fff;
    margin-top: 45px;
    margin-left: 113px;
}
.ys1 .ys1wz{
    width: 301px;
    text-align: left;
    color: #fff;
    font:400 16px/28px "Microsoft Yahei";
    margin-left: 135px;
}
.ys2{
    background: #5e5e5e  url(../images/02.png) no-repeat 46px 45px;
    width: 745px;
    height: 165px;
}

.ys2 h3{
    font: 600 20px/30px "Microsoft Yahei";
    color: #fff;
    margin-top: 42px;
    margin-left: 156px;
    text-align: left;
}
.ys2 .ys2wz{
    width: 551px;
    text-align: left;
    color: #fff;
    font:400 16px/28px "Microsoft Yahei";
    margin-left: 156px;

}
.ys3-img{
    width: 565px;
    height: 170px;
}
.ys4-img{
    width: 316px;
    height: 378px;
}
.ysc2l{
    width: 565px;
}
.ysc2r{
    width: 635px;
}


.ys3{
    background: #5e5e5e  url(../images/03.png) no-repeat 46px 45px;
    width: 564px;
    height: 209px;
}

.ys3 h3{
    font: 600 20px/30px "Microsoft Yahei";
    color: #fff;
    padding-top: 34px;
    margin-left: 156px;
    text-align: left;
}

.ys3 .ys3wz{
    width: 396px;
    text-align: left;
    color: #fff;
    font:400 16px/28px "Microsoft Yahei";
    margin-left: 156px;
}

.ys4{
    background: #5e5e5e  url(../images/04.png) no-repeat 30px 45px;
    width: 319px;
    height: 378px;
}

.ys4 h3{
    width: 319px;
    font: 600 20px/30px "Microsoft Yahei";
    color: #fff;
    padding-top: 88px;
    margin-left: 113px;
    text-align: left;
}

.ys4 .ys4wz{
    width: 254px;
    text-align: left;
    color: #fff;
    font:400 16px/28px "Microsoft Yahei";
    margin-left: 57px;
}


.ys1:hover{
    background: #69b783  url(../images/01.png) no-repeat 30px 58px;
}
.ys2:hover{
    background: #69b783  url(../images/02.png) no-repeat 46px 45px;
}

.ys3:hover{
    background: #69b783  url(../images/03.png) no-repeat 46px 45px;
}

.ys4:hover{
    background: #69b783  url(../images/04.png) no-repeat 30px 45px;
}

.wproduct_case li{
    float: left;
    margin-right: 14px;
    margin-top: 17px;
}
.wproduct_case li:nth-child(4n){
    margin-right: 0px;
}
.wproduct_case li .img{
      width: 272px;
    height: 291px;
    padding: 3px 2px;
    border: 1px solid #e7e7e7;
    display:block;
    overflow: hidden;
}
.wproduct_case li h2 .img img{
    width: 272px;
    height: 291px;

}

.wproduct_case li h2{
    width: 275px;
    height: 42px;
    line-height: 42px;

}

.wproduct_case li h2 a{
    font: 16px/42px "Microsoft Yahei";
    color:#666;
}
.wproduct_case li:hover .img{
    border: 1px solid #159741;
}
.wproduct_case li:hover h2 a{
    color: #159741;
}



.wproduct_case li .img img{width: 100%;height: 100%;-webkit-transform: scale(1,1);-moz-transform: scale(1,1);-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
.wproduct_case li .img img:hover{background:#fff;-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);transform:scale(1.1,1.1);-webkit-transition:all 0.6s ease-out;-moz-transition:all 0.6s ease-out;transition:all 0.6s ease-out;}



.more{
    width: 116px;
    height: 29px;
    border: 1px solid #000;
    text-align:  center;
    display:block;
    font:400 16px/29px "Microsoft Yahei";
    color: #000;
    margin:0 auto;
    margin-top: 20px;
}
.more:hover{
    border: 1px solid #159741;
    color: #159741;
}


.box4{background: url(../images/box4.png)no-repeat top center;height:557px;background-attachment: fixed;    margin-top: 54px;}
.box4t{background: url(../images/tt3.png) no-repeat center 81%;text-align: center;font-size:26px;color:#ffffff;line-height: 36px;padding-top:61px;}
.box4t b{font-weight: normal;color:#f89d06;}
.box4t span{display: block;font-size:14px;color:#f5e9d4;text-transform: uppercase;}

.box4_fl{    float: left;
    width: 561px;
    margin-top: 106px;
    font-size: 14px;
    color: #ffffff;
    line-height: 28px;
    margin-left: 31px;}
.box4_fl h3{
    font:600 20px/24px "Microsoft Yahei";
    color: #fff;
}

.box4_fl .boxwz{
    font:400 15px/24px "Microsoft Yahei";
    color: #fff;
    padding-top: 15px;
}
.box4_fl p a{font-size:14px;color:#f89d06;}

.box4_tu{float: right;width:567px;margin-top:57px; position: relative;}
.box4_tu .span1{
    width: 57px;
    height: 6px;
    display: block;
    position: absolute;
    background: #159741;
    top:22px;
    right: -28px;
}
.box4 .con{
    background: url(../images/about.png) no-repeat 0px 80px;
    width: 1200px;
    height: 557px;
}
.more1{
    width: 134px;
    height: 35px;
    text-align:  center;
    display:block;
    font:400 15px/35px "Microsoft Yahei";
    color: #ffffff!important;
    margin:0 auto;
    margin-top: 34px;
     border: 1px solid #fff;

}
.more1:hover{
   background: #159741;
   color: #fff;
}

.wnews{
    width: 1220px;
    height: 411px;
    background: url(../images/wnews.png) no-repeat center center;
    margin-top: 25px;
}

.newswz{
    width: 448px;
    height: 253px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding-top: 134px;
    padding-left:83px;
}

.newsgun{
    width: 600px;
    text-align: left;

}
.newsgun h2{
    height: 88px;
    font: 400 18px/100px "Microsoft Yahei";
    color: #333333;
    text-align: left;
    padding-left: 15px;
    position: relative;
}
.more2{
    width: 83px;
    height: 26px;
    text-align:  center;
    display:block;
    font:400 14px/26px "Microsoft Yahei";
    color: #159741!important;
     border: 1px solid #159741;
     border-radius: 10px;
     position: absolute;
         top: 38px;
    right: 26px;
}
.more2:hover{
    background: #159741;
    color: #fff!important;
}

.newsgun li {
            width: 550px;
            height: 85px;
            border-bottom: 1px dashed #bfbfbf;
            margin-left: 20px;
            padding: 15px 5px 0px 0px;
        }

        .newsgun li a {
            font-size: 16px;
            color: #333333;
            line-height: 30px;

        }
  .newsgun li a:hover{
    color: #00aa00;
  }
        .newsgun li a span {
            width: 22px;
            height: 22px;
            color: #fff;
            background: #00aa00;
            line-height: 20px;
            text-align: center;
            font-size: 12px;
            display: inline-block;
            margin-right: 5px;
            border-radius: 50%;
        }

        .newsgun li .summary {
            margin-top: 5px;
            color: #535353;
            font-size: 14px;
        }

        .newsgun .summary .wmore {
            width: 22px;
            height: 22px;
            color: #fff;
            background: #666666;
            line-height: 20px;
            text-align: center;
            font-size: 12px;
            display: inline-block;
            margin-right: 5px;
            border-radius: 50%;
        }

        .newsgun .summary .content {
            width: 465px;
            height: 20px;
            color: #777777;
            line-height: 20px;
            text-align: center;
            font-size: 14px;
            text-align: left;
        }



.news1{
    width: 360px;
    height: 520px;
    box-shadow: 0px 0px 9px #e4e4e4;
        margin-right: 7px;
    margin-left: 10px;
    padding-left: 25px;
}
.news1:nth-child(3){
     margin-right: 0px;
}


.news-img{
    width: 331px;
    height: 145px;
}


.newtl{
    height: 42px;
    position: relative;
    font:400 18px/20px "Microsoft Yahei";
    color: #333333;
    text-align: left;
    padding-top: 35px;
}


.newss{
    height: 333px;
    text-align: left;
}
.newss li{
    width: 333px;
    height: 37px;
    line-height: 37px;
    background:url(../images/nli.png) no-repeat left center;
    padding-left: 13px;
}
.newss li a{
    font:400 14px/37px "Microsoft Yahei";
    color: #555555;
}
.newss li:hover{
    background:url(../images/nli1.png) no-repeat left center;
}
.newss li:hover a{
    color: #159741;
}
.more3{
    width: 83px;
    height: 26px;
    text-align:  center;
    display:block;
    font:400 14px/26px "Microsoft Yahei";
    color: #159741!important;
     border: 1px solid #159741;
     border-radius: 10px;
     position: absolute;
    top: 32px;
    left: 247px;
}
.more3:hover{
    background: #159741;
    color: #fff!important;
}


.lianxi{
    width: 1920px;
    height: 237px;
    background: #f0f0f0;
    position: relative;
    left: 50%;
    margin-left: -960px;
    margin-top: 55px;
    padding-top: 45px;
    text-align: left;
}
.lx1{
    width: 212px;
}
.lx2{
    width: 208px;
}
.lx3{
    width: 206px;
}
.lx4{
    width: 206px;
}
.lx5{
    width: 355px;
}

.lx li,.lx5 h3{
    font:600 16px/30px "Microsoft Yahei";
    color: #333;
}

.sec1 a{
    display: block;
    font:400 16px/36px "Microsoft Yahei";
    color: #555555;
}
.sec1 a:hover{
     color: #159741;
}
.lx5 .lx55{
     font:400 14px/35px "Microsoft Yahei";
    color: #555555;
}
/*主体样式*/
#container1{width:1200px;margin:0 auto;}
#container{width:1200px;margin:0 auto;margin-top:10px;}
.menu_cate{width:220px;float:left;}
.cate_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}

.navigation{float:right;width:100px;}

.index-title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.index-table td{border:solid #add9c0; border-width:0px 1px 1px 0px; padding:10px 5px;}
.index-table{border:solid #add9c0; border-width:1px 0px 0px 1px;margin-top:10px;}

/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}


