﻿.article_mid
{
    width: 1200px;
    margin: 0 auto;
}
.article_mid_left
{
    width: 260px;
    min-height: 700px;
    float: left;
}
.article_mid_left_search
{
    width: 260;
    height: 205px;
    background: url('/template/root/images/products-search_bg.gif');
}
.article_mid_leftdiv
{
    background: #eee;
    min-height: 400px;
}
.article_mid_left_top
{
    margin-top: 40px;
    background: url('/template/root/images/aboutus.gif');
    width: 260px;
    height: 92px;
}
.article_mid_left_top_product
{
    margin-top: 40px;
    background: url('/template/root/images/products-bg.gif');
    width: 260px;
    height: 92px;
}
.article_mid_left ul
{
    width: 260px;
    padding: 0;
}
.article_mid_left_none
{
    list-style-type: none;
    height: 33px;
    width: 260px;
    margin-top: 10px;
    background: url('/template/root/images/left_down.gif');
}
.article_mid_left_on
{
    list-style-type: none;
    height: 33px;
    background: url('/template/root/images/left_on.gif');
    width: 260px;
    margin-top: 10px;
}
.article_mid_left a
{
    text-decoration: none;
    font-size: 16px;
    font-family: 'Microsoft Yahei';
    color: #fff;
}
.article_mid_left span
{
    margin-left: 50px;
}
.article_mid_right
{
    margin-left: 26px;
    width: 914px;
    background: #f3f3f3;
    min-height: 700px;
    float: left;
}
.article_mid_right_top
{
    height: 50px;
    width: 100%;
    text-align: center;
}
.article_mid_right_title
{
    color: #000;
    font-family: 'Microsoft Yahei';
    font-size: 24px;
    line-height: 60px;
}
.article_mid_right_content
{
    color: #000;
    width: 840px;
    font-family: 'Microsoft Yahei';
    font-size: 16px;
    margin: 0 auto;
    margin-top: 20px;
    line-height: 30px;
}
.article_mid_right_content_imgright
{
    width: 674px;
    height: 505px;
    float: left;
}
.article_mid_right_content_imgleft
{
    width: 156px;
    height: 505px;
    float: right;
}
.article_mid_right_content_item
{
    width: 840px;
    min-height: 180px;
    float: left;
    margin-top: 30px;

	word-break:break-word;
}
.article_mid_right_content_buy
{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.article_mid_right_bottom
{
    margin-top: 20px;
    width: 912px;
    min-height: 300px;
    float: right;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
.article_mid_right_bottom_title
{
    background: #eee;
    width: 912px;
    height: 50px;
    float: right;
    border-bottom: 1px solid #ccc;
    color: #000;
    font-family: 'Microsoft Yahei';
    font-size: 20px;
    line-height: 50px;
}
.article_mid_right_bottom_content
{
    width: 887px;
    margin: 0 auto;
    margin: 10px;
    float: right;
    font-family: 'Microsoft Yahei';
    font-size: 14px;
}

/* 图片滚动*/
#scrollbox
{
    overflow: hidden;
    width: 156px;
    height: 450px;
    display: inline;
    float: left;
}
#scrollbox img
{
    border-bottom: 5px solid #F2F2F2;
}
#leftDir
{
    width: 156px;
    height: 20px;
    background: url('/template/root/images/img_top.gif');
    float: left;
    cursor: pointer;
    margin-bottom: 7px;
    line-height: 20px;
}
#rightDir
{
    width: 156px;
    height: 20px;
    background: url('/template/root/images/img_down.gif');
    float: left;
    cursor: pointer;
    margin-top: 7px;
    font-size: 14px;
    line-height: 20px;
}
ul, li
{
    list-style: none;
}
.article_mid_leftdiv ul li
{
    background-color: #0081cc;
    margin-bottom: 10px;
}
.article_mid_leftdiv ul li a
{
    padding-left: 30px;
	padding-top:5px;
    color: #fff;
    font-size: 16px;
    display: block;
    height: 46px;
    position: relative;
    text-decoration: none;
}
.article_mid_leftdiv ul li .inactive
{
    background: url(/template/root/images/off.jpg) no-repeat 214px center;
}
.article_mid_leftdiv ul li .inactives
{
    background: url(/template/root/images/on.jpg) no-repeat 214px center;
}
.article_mid_leftdiv ul li ul
{
    display: none;
}
.article_mid_leftdiv ul li ul li
{
    border-left: 0;
    border-right: 0;
    background-color: #eee;
    border-color: #467ca2;
    margin-bottom: 0px;
}
.article_mid_leftdiv ul li ul li:hover
{
    background-color: #97cbff;
}
.article_mid_leftdiv ul li ul li a
{
    padding-left: 30px;
    color: #000;
    font-size: 16px;
    text-decoration: none;
}
