﻿/*此处是网站公共CSS样式*/
body
{
    font-family: 宋体, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    background-image: url('../Images/ShopLan/back1_03.jpg');
    background-repeat: repeat-x;
}
class
{
    margin: 0 auto;
    padding: 0;
}
p
{/*
    margin: 0 auto;
    padding: 0;*/
}
dd
{
    margin: 0 auto;
    padding: 0;
}
dt
{
    margin: 0 auto;
    padding: 0;
}
dl
{
    margin: 0 auto;
    padding: 0;
}
li
{
    margin: 0 auto;
    padding: 0;
}
ol
{
    margin: 0 auto;
    padding: 0;
}
ul
{
    margin: 0 auto;
    padding: 0;
}
img
{
    margin: 0 auto;
    padding: 0;
}
form
{
    margin: 0 auto;
    padding: 0;
}
div
{
    margin: 0 auto;
    padding: 0;
}
a
{
    outline: none; /* for Forefox */
}
a
{
    star: expression(this.onFocus=this.blur()); /* for Ie*/
    color: #666666;
}

a:link
{
    text-decoration: none;
}
a:visited
{
    text-decoration: none;
}
a:hover
{
    text-decoration: none;
    cursor: hand;
    color: #00CC66;
}
a:active
{
    text-decoration: none;
}
a img
{
    border: 0px;
}
img
{
    -ms-interpolation-mode: bicubic;
    margin: 0 auto;
}
/******************************************************************************************************/
/*组件样式*/
input
{
    border-width: 1px;
    border: 1px solid #CCC;
    padding: 1px 3px 1px 3px;
}
input[type=image]
{
    border: none;
}
input[type=checkbox]
{
    border: none;
}
input[type=radio]
{
    border: none;
}
select
{
    border-width: 1px;
    border: 1px solid #CCC;
    padding: 1px 3px 1px 3px;
    border: none;
}

/******************************************************************************************************/
/*总的框架*/
.divbox1000
{
    width: 1000px;
}

/*换行*/
.blankline
{
    height: 8px;
    font-size: 1px;
    clear: both;
    overflow: hidden;
}
span
{
    color: red;
}


/*头部开始*/
.top1
{
    height: 40px;
    background-color: white;
}
.top2
{
    height: 30px;
    background-color: #434343;
}
.top_left
{
    float: left;
    width: 150px;
}
.top_left ul
{
    list-style-type: none;
}
.top_left ul li
{
    float: left;
    height: 18px;
}
.top_a
{
    width: 36px;
    height: 18px;
    background-image: url('../Images/ShopLan/brand-_style_03.jpg');
    background-repeat: no-repeat;
}
.nav
{
    width: 990px;
}
.nav ul
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    height: 30px;
    text-align: center;
}
.nav ul li
{
    float: left;
    line-height: 24px;
    width: 80px;
    text-align: center;
    color: #9C9C9C;
    height: 30px;
    display: block;
    font-weight: bold;
}


.nav ul li a:hover
{
    background-color: #B2B2B2;
    color: #ffffff;
    height: 30px;
    display: block;
    font-weight: bold;
}
.top3
{
    height: auto;
    display: block;
}
.top01
{
    width: 246px;
    height: 54px;
    margin-left: 0px;
    float: left;
    padding-left: 0px;
}
.top02
{
    width: 540px;
    float: left;
}
.top02_1
{
    padding: 0px;
    margin-top: 5px;
    height: 26px;
}
.top02_1 ul
{
    list-style-type: none;
    height: 26px;
}
.top02_1 ul li
{
    float: left;
    margin-left: 10px;
}
.t1
{
    background-image: url('../Images/ShopLan/brand-_style_23.jpg');
    width: 176px;
    height: 23px;
    display: block;
    padding-left: 20px;
    padding-top: 3px;
}
.t2
{
    background-image: url('../Images/ShopLan/brand-_style_25.jpg');
    width: 153px;
    height: 23px;
    display: block;
    padding-left: 25px;
    padding-top: 3px;
}
.top02_2
{
    margin-top: 5px;
    line-height: 24px;
    color: #B2B2B2;
}
.top02_2 a
{
    color: #B2B2B2;
}
.top03
{
    float: right;
    width: 205px;
    margin-top: 5px;
}
.div1000
{
    width: 1000px;
    background-color: #929292;
    height: 27px;
    margin-top: 5px;
    clear: both;
}

.div1000 a
{
    color: #666666;
    padding: 10px 0px 5px 5px;
    margin: 0px;
    height: 27px;
    line-height: 27px;
}
/*头部结束*/

/*首页中部开始*/
.p1_left
{
    background-image: url('../Images/ShopLan/brand-_style_40.jpg');
    height: 170px;
    background-repeat: no-repeat;
    width: 13px;
    float: left;
}
.p1_mid
{
    background-image: url('../Images/ShopLan/brand-_style_42.jpg');
    background-repeat: repeat-x;
    width: 970px;
    float: left;
    height: 170px;
}
.p1_mid ul
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    line-height: 24px;
}
.p1_mid ul li
{
    float: left;
    text-align: center;
    width: 150px;
    margin: 10px 5px;
}

.p1_right
{
    background-image: url('../Images/ShopLan/brand-_style_44.jpg');
    width: 14px;
    height: 170px;
    background-repeat: no-repeat;
    float: left;
}
/*首页中部结束*/

/*尾部开始*/
.foot
{
    /*background-color:#434343;*/
    height: auto;
}
.foot1
{
    width: 1000px;
    color: #A4A4A4;
    text-align: center;
    padding-top: 30px;
}
.foot1 a
{
    width: 1000px;
    color: #A4A4A4;
    padding: 5px 10px;
}
.foot2
{
    color: #A4A4A4;
    text-align: center;
    line-height: 24px;
    width: 1000px;
}

/*尾部结束*/
.ziti
{
    letter-spacing: 3px;
    color: #5F5F5F;
    margin-left: 20px;
    line-height: 24px;
}
.ziti a
{
    letter-spacing: 2px;
    color: #5F5F5F;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px 2px;
}
.tab1 tr td
{
    height: 60px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    font-family: Arial, Helvetica, sans-serif;
}
.tab1_01
{
    background-color: #E9E9E9;
}
.tab001
{
    padding: 0px 20px;
}
.tab001 a
{
    margin: 0px 5px;
}


.product
{
    width: 1000px;
}
.product a
{
    color: #333333;
    margin-right: 10px;
    text-align: left;
    margin-left: 10px;
}

.p_left
{
    width: 172px;
    float: left;
}
.p_right
{
    width: 820px;
    float: right;
}
.p_left1
{
    height: 42px;
    border: 1px solid #c8c8c8;
}
.p_left2
{
    border: 1px solid #c8c8c8;
    padding: 2px;
}
.p_left_title
{
    background-color: #434343;
    color: #ffffff;
    text-align: center;
    font-family: "宋体";
    height: 20px;
    padding-top: 5px;
}
.pro
{
    padding: 3px;
}

.pro ul
{
    list-style-type: none;
}
.pro ul li
{
    padding-left: 5px;
    color: #434343;
    margin: 5px 0px;
}
.pro ul li li
{
    padding-left: 10px;
    color: #b0b0b0;
}
.pro ul li li a
{
    margin: 0px 3px;
    line-height: 24px;
    color: #666;
}
.jiage
{
    text-align: left;
    padding-left: 15px;
    font-family: "微软雅黑";
    color: #666666;
}
.p1_right1 ul, .p1_right3 ul
{
    list-style-type: none;
}
.p1_right1 li
{
    width: 154px;
    float: left;
    text-align: center;
    line-height: 24px;
    border-right: 1px dashed #ccc;
    margin: 0px 3px;
}
.p1_right2
{
    padding: 2px;
}
.p1_right3
{
    clear: both;
    height: auto;
    margin: 10px 10px;
}
.p1_right3 ul li
{
    width: 188px;
    float: left;
    text-align: center;
    line-height: 24px;
    border-right: 1px dashed #ccc;
    margin: 5px 3px;
}
.lie1
{
    clear: both;
}
.lie1 ul
{
    list-style-type: decimal;
    padding: 0px;
    margin: 0px;
    color: #666;
}
.lie1 ul li
{
    color: #666;
}
.lie1 ul li a
{
    color: #666;
}
.p_left_title a
{
    color: #ffffff;
    text-align: left;
}
.p_left_title
{
    text-align: left;
    padding-left: 5px;
}
.tab2 tr td
{
    line-height: 24px;
}
.fenlei
{
    width: 1000px;
}
.fenlei a
{
    line-height: 24px;
    margin: 0px 5px;
}
.tab3 tr td
{
    background-color: #e8e8e8;
    height: 60px;
}

.liebiao
{
    padding: 0px;
}
.liebiao ul
{
    padding: 10px 30px;
}
.liebiao ul li
{
    line-height: 24px;
}
.p_r1
{
    background-color: #f3f3f3;
    padding: 10px 20px; ;}
.p_r1 p
{
    margin-top: 20px;
    line-height: 24px;
}
.p_r2
{
    padding: 2px;
}
.p_r01
{
    background-color: #434343;
    height: 18px;
    color: #fff;
    padding: 8px 0px 0px 20px;
}
.tab4 tr td
{
    padding: 10px;
}
.tab5 tr td
{
    padding: 10px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.tab5 tr td a
{
    text-decoration: underline;
}
.tab6 tr td
{
    padding: 3px;
}
.menuHeader
{
    font-family: "宋体";
    font-size: 12px;
    color: #9c9c9c;
    width: 1000px;
    margin: -1px auto;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menuHeader ul
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menuHeader ul li
{
    float: left;
    position: relative;
}
/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menuHeader ul li a, .menu ul li a:visited
{
    display: block;
    text-align: center;
    text-decoration: none;
    width: 80px;
    height: 30px;
    color: #9c9c9c;
    border: 1px solid #fff;
    border-width: 1px 1px 0 0;
    background: #434343;
    line-height: 30px;
    font-size: 12px;
    font-weight: bold;
}
/* make the dropdown ul invisible */
.menuHeader ul li ul
{
    display: none;
}
/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menuHeader ul li:hover a
{
    color: #fff;
    background: #b2b2b2;
}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menuHeader ul li:hover ul
{
    display: block;
    position: absolute;
    top: 31px;
    left: 0;
    width: 105px;
    color: #fff;
}
/* style the background and foreground color of the submenu links */
.menuHeader ul li:hover ul li a
{
    display: block;
    background: #434343;
    color: #fff;
}
/* style the background and forground colors of the links on hover */
.menuHeader ul li:hover ul li a:hover
{
    background: #538055;
    color: #fff;
}

/**************************************/
#MenuNav
{
    line-height: 30px;
    list-style-type: none;
    background: #434343;
    font-size: 12px;
    color: #FFF;
    width: 1000px;
    margin: -1px auto;
    font-weight: bold;
}

#MenuNav a
{
    display: block;
    width: 80px;
    text-align: center;
}

#MenuNav a:link
{
    color: #FFF;
    text-decoration: none;
}
#MenuNav a:visited
{
    color: #FFF;
    text-decoration: none;
}
#MenuNav a:hover
{
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
}

#MenuNav li
{
    float: left;
    width: 80px;
    background: #434343;
}
#MenuNav li a:hover
{
    background: #999;
}
#MenuNav li ul
{
    line-height: 25px;
    list-style-type: none;
    text-align: center;
    left: -999em;
    width: 180px;
    position: absolute;
}
#MenuNav li ul li
{
    float: left;
    width: 100px;
    background: #F6F6F6;
}


#MenuNav li ul a
{
    display: block;
    width: 100px;
    text-align: left;
    padding-left: 5px;
}

#MenuNav li ul a:link
{
    color: #666;
    text-decoration: none;
}
#MenuNav li ul a:visited
{
    color: #666;
    text-decoration: none;
}
#MenuNav li ul a:hover
{
    color: #F3F3F3;
    text-decoration: none;
    font-weight: normal;
    background: #538055;
}

#MenuNav li:hover ul
{
    left: auto;
}
#MenuNav li.sfhover ul
{
    left: auto;
}
.contain
{
    width: 820px;
    margin: 0 auto;
    border: 1px solid #ccc;
    height:auto;
}
.outside
{
    background: url(../images/ShopLan/channel_04.gif) no-repeat;
    height: 33px;
    color: #990000;
    font-size: 18px;
    font-weight: bold;
    padding-top: 5px;
}
.hover
{
    background: url(../images/ShopLan/channel_03.gif) no-repeat;
    height: 35px;
    font-size: 18px;
    font-weight: bold;
    padding-top: 5px;
    color: #fff;
}
.contain .border li{float:left;text-align:center;font-size:12px; width:90px;display:inline;  cursor:pointer;}
.content{height:400px;}
