body{font-family: "Microsoft YaHei"}
input:focus {
    outline:none;
}
#banner{
    background: url(../images/listbanner.png) center center no-repeat;
    width:100%;
    height:254px;
}

#zpcontent{
    width:1100px;
   /* border:1px solid red;*/
    margin: 0 auto;
    padding-bottom: 10px;
}
#zpcontent .btt{
    border-bottom: 2px solid #00a42d;
}
#zpcontent .bt{
    color:#333333;
    font-family: "微软雅黑";
    font-size: 18px;
    height:60px;
    line-height: 60px;
    float:left;
    font-weight:bold;

}

#zpcontent .ly{
    height:44px;
    width:100px;
    border-radius:10px;
   /* border:1px solid red;*/
    background-color: #00a42d;
    font-size:18px;
    color:#ffffff;
    text-align: center;
    line-height:44px;
    font-family: "微软雅黑";
    margin-top:6px;
    float:right;
}
#zpcontent .ly a{
    color:#ffffff;
}

#zpcontent .wd{
    height:162px;
    border-bottom:1px solid #d2d2d2;
}

#zpcontent .wd .left{
   /* height:165px;*/
    width:75px;
   /* border:1px solid #000000;*/
    float:left;
    /*border:1px solid #000000;*/
}
#zpcontent .wd .right{
    width:1000px;
    float:right;
}
#zpcontent .wd .right .ptitle{
    font-size:18px;
    color:#333333;
    margin-top:28px;
    font-weight:bold;
}
#zpcontent .wd .right .pttime{
    font-size:12px;
   /* color:#333333;*/
    height:33px;
    line-height: 33px;
    font-family: "微软雅黑";
   /* margin-top:28px;*/
    color:#999999;
    /*font-weight:bold;*/
}
#zpcontent .wd .right .pcontent{
   color:#333333;
    font-size: 15px;
    line-height: 25px;
}
#zpcontent .wd .left span{
    display: block;
    width:70px;
    height:30px;
    background-color: #00a42d;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    color:#FFFFFF;
    font-size:14px;
    margin-top:30px;
    /*font-family:"微软雅黑";*/
    font-family: "Microsoft YaHei";
}

/**产品**/
#cp{
    width:950px;
    height:160px;
   /* border:1px solid red;*/
    margin:0 auto;}
#cp .top{
    padding-top:18px;
    height:30px;
    line-height:30px;

}
#cp .top input{
    float:right;
   /* margin-right:20px;*/
    height:30px;
    line-height:30px;
    margin:0px;
    border:1px solid #dddddd;
    padding:0px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border-right:0px;
}
/*#cp .top input:focus{
    　　outline:none;
}*/
#cp .top span{
    display: block;
    height:30px;
    margin-right:20px;
    line-height: 30px;
    border:1px solid #dddddd;
    width:30px;
    font-size:8px;
    float: right;
    border-left:0px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    background: url(../images/fdj.png) center center no-repeat;
}
#cp .jn{
    margin-top:25px;
}
#cp .jn img{
   /* width: 54px;
    height:65px;
    margin-left:48px;*/
   
}
#product ul li{
    width:216px;
    height:264px;
    overflow: hidden;
    float:left;
    border:1px solid #999999;
    text-align: center;
    margin-left:18px;
}
#product{width:986px;
    padding-top: 35px;
height:auto;
margin:0 auto;
min-height:80px;
}
#product .title{
    width:100%;
    text-align:center;
    height: 82px;
    line-height: 20px;
   /* border:1px solid red;*/

}


#product .title p{
    width:90%;
   /* border:1px solid #000000;*/
    margin:0 auto;
    height:50px;
    font-size:12px;
   /* color:#34363c;*/
    margin-top:27px;
    text-align: left;
   /* text-indent:10px;*/
    line-height: 32px;
}
#product .title span{
    /*color:#999999;*/
    font-size:12px;
    display: block;
    width:90%;
    margin:0 auto;
    text-align: left;
    text-indent: 10px;
    background:url(../images/red.png) center left no-repeat ;
}

.pages{
    text-align:center;
    margin-top:12px;
}
.pages a,
.pages strong{
    display:inline-block;
    line-height:28px;
    padding:0 10px;
    border:1px solid #d9d9d9;
    background-color:#ffffff;
    text-decoration:none;
    color:#666;
    font-family:Simsun;
    -webkit-transition: all 0.2s ease-out;transition: all 0.2s ease-out;
    margin-right:3px;
}
.pages  .current{
    display:inline-block;
    line-height:28px;
    padding:0 10px;
    border:1px solid #d9d9d9;
    background-color:#ffffff;
    text-decoration:none;
    font-family:Simsun;
    -webkit-transition: all 0.2s ease-out;transition: all 0.2s ease-out;
    margin-right:3px;

    color:#fff;
    background-color:#24557d;
    border-color:#fff;
}
.pages a:hover{
    color:#fff;
    background-color:#24557d;
    border-color:#fff;
    text-decoration:none;
}
.pages strong{
    color:#fff;
    background-color:#24557d;
    border-color:#fff;
}
.pages span{
    padding:0 10px;
    line-height:23px;
}