﻿.yqcontainer
{
    width: 1100px;
    margin: 0 auto;
}
.yqcontainer_left
{
    float: left;
    width: 260px;
}
.yqcontainer_right
{
    float: right;
    width: 820px;
}
.yqcontainer_right .kkpager
{
    width: 650px; 
    margin: 10px auto; 
    text-align: center;
}
.border
{
    background: #89B725 none repeat scroll 0 0;
    padding: 0 3px;
}

.border .title
{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    height: 33px;
    line-height: 33px;
    text-indent: 10px;
}
.border .cont
{
    background: #f8f8f8 none repeat scroll 0 0;
    padding: 5px;
    padding-bottom:0;
}
.yqcontainer_right .cont {
    padding: 15px;
    line-height:22px;

}
.navgate
{
    border-bottom: 1px dashed #666;
    line-height: 30px;
    overflow: hidden;
    text-indent: 15px;
}
#menuTree
{
    width: 245px;
    margin: 0px auto;
}
#menuTree li
{
    margin-bottom: 7px;
}
#menuTree h3
{
    height: 32px;
    line-height: 32px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    text-indent: 15px;
    color: #6D645D;
}
#menuTree a
{
    color: #000;
    font-weight: normal;
    width: 245px;
    height: 32px;
    display: block;
    line-height: 32px;
    background-color: #E8E8E8;
    text-indent:5px;
}
#menuTree a:hover
{
    text-decoration: none;
    display: block;
    background-color: #E0E0E0;
    width: 245px;
    height: 32px;
}
/*新闻列表样式*/
.news_list .news_title
{
    float: left;
    background: url(../image/jiaotoulanse.gif) left no-repeat;
}
.news_list b
{
    font-size: 14px;
    margin-left:18px;
}
.news_list .news_date
{
    float: right; 
    margin-right: 20px;
    font: 13px/1.75 "宋体",arial,sans-serif,"DejaVu Sans","Lucida Grande",Tahoma,"Hiragino Sans GB",STHeiti,SimSun,sans-serif;
}
/*新闻列表样式*/
/*产品列表样式 一行三列*/
.product_list
{
    padding-top:10px;
}
.product_list li {
    float: left;
    margin-bottom: 15px;
    text-align: center;
    width: 262px;
}
.product_list li a {
    color: #333;
}
.product_list .imgbor {
    border: 1px solid #ccc;
    height: 190px;
    padding: 2px;
    width: 250px;
}
.product_list .product_title
{
    width:244px;
    margin-top: 8px;
}
/*产品列表样式*/
/*产品列表样式 一行两列*/
.product_listI
{
    padding-top:10px;
}
.product_listI li {
    float: left;
    margin-bottom: 15px;
    text-align: center;
    width: 395px;
}
.product_listI li a {
    color: #333;
}
.product_listI .imgbor {
    border: 1px solid #ccc;
    height: 270px;
    padding: 2px;
    width: 360px;
}
.product_listI .product_title
{
    width:364px;
}
/*产品列表样式*/