﻿.slide1box
{
    padding: 4px;
    border: solid 1px #ddd;
    background-color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 310px;
    overflow: hidden;
}
#slide1
{
    height: 220px;
    overflow: hidden;
    visibility: hidden;
}
#slide1 .KinSlideshow_titleBar
{
    background: url(/s/img/g/SlideTitleBg.png) repeat-x 0 0;
    overflow: hidden;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=image,src='/s/img/g/SlideTitleBg.png');
}
#slide1 .KinSlideshow_titleBar .title
{
    line-height: 30px;
}
#btnlistID
{
    font-weight: bold;
}
#btnlistID li
{
    border-radius: 11px;
}
/*——*/
.focus_img_wrap
{
    padding: 4px;
    border: solid 1px #ddd;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.focus_img_box
{
    width: 240px;
    height: 178px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
#focus_img
{
    height: 178px;
    overflow: hidden;
}
#btn_focus_prev, #btn_focus_next
{
    width: 60px;
    height: 100px;
    position: absolute;
    top: 39px;
    text-indent: -999em;
    cursor: pointer;
    z-index: 2;
    filter: Alpha(Opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
}
#btn_focus_prev
{
    left: 0;
    background: url(/s/img/w/1/Shop-1/ArrowLeft.gif) no-repeat 0 0;
}
#btn_focus_next
{
    right: 0;
    background-image: url(/s/img/w/1/Shop-1/ArrowRight.gif);
}
#btn_focus_prev:hover, #btn_focus_next:hover
{
    filter: Alpha(Opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
/*——*/
.TitleDiv
{
    border-top: solid 1px #DF2B36;
    border-bottom: solid 1px #eee;
    background: #F7F7F7;
}
.TitleDiv td
{
}
.TitleDiv .td1 div
{
    line-height: 40px;
    font-size: 30px;
    font-family: 'Microsoft Yahei' , '微软雅黑' , MSYahei, '黑体' , '宋体' , Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    border-top: solid 3px #DF2B36;
    width: 150px;
    text-align: center;
    padding: 4px 0;
}
.TitleDiv .td2 div
{
    text-align: right;
    padding-right: 4px;
}
.TitleDiv .td2 div a
{
    margin: 0 10px;
}
/*——*/
.c1
{
    background: #fff;
    border: solid 1px #ddd;
    height: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.b1
{
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    padding: 6px 12px 0;
    color: #666;
}
.b1 .fl
{
    font-size: 14px;
    font-weight: bold;
}
.v1
{
}
/*-*/
.v1 .bmdh
{
    padding: 0 0 5px 10px;
    width: 948px;
    overflow: hidden;
}
.v1 .bmdh li
{
    float: left;
    width: 146px;
    height: 40px;
    padding: 8px 0;
    text-align: center;
    border: solid 1px #ddd;
    margin: 5px 10px 5px 0;
    color: #444;
    overflow: hidden;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    box-shadow: 5px 5px 5px 0 rgba(255,255,255,.7) inset,0 0 6px rgba(0,0,0,.1); /*font-size:14px;*/
}
.v1 .bmdh li:hover
{
    filter: Alpha(Opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    border-color: #999;
}
.v1 .bmdh li a
{
    color: #444;
    display: block;
}
.v1 .bmdh li a:hover
{
    color: #069;
    text-decoration: none;
}
.v1 .bmdh li a.True
{
    font-weight: bold;
    color: red;
}
.v1 .bmdh li a span, .v1 .bmdh li a p
{
    display: block;
    height: 20px;
    overflow: hidden;
    width: 120px;
    margin: 0 auto;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.v1 .bmdh li a p
{
    font-size: 13px;
    color: #069;
}
.v1 .bmdh li a.True p
{
    color: red;
}
/*——*/
.c2
{
}
.b2
{
    height: 34px;
    overflow: hidden;
    border: solid 1px #ddd;
    border-bottom: 0;
    background: #F7F7F7;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.b2 .fl
{
    line-height: 33px;
    height: 31px;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    width: 90px;
    text-align: center;
    border-bottom: solid 3px #DF2B36;
    color: #555;
}
.b2 .fr
{
    width: 228px;
    height: 33px;
    overflow: hidden;
    border-bottom: solid 1px #ddd;
    text-align: right;
}
.b2 .fr ul
{
    padding: 12px 0 0 173px;
}
.b2 .fr ul li
{
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    text-indent: 999em;
    background: #ccc;
    margin-left: 6px;
    _display: inline;
    cursor: pointer;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
}
.b2 .fr ul li.current
{
    background: #DF2B36;
}
.b2 .fr a
{
    line-height: 34px;
    margin-right: 8px;
    color: #666;
}
.v2
{
}
/*-*/
.v2_a li
{
    float: left;
    width: 155px;
    overflow: hidden;
    margin-top: 10px;
}
.v2_a li b
{
    display: block;
    position: absolute;
    z-index: 2;
    width: 155px;
    height: 30px;
    overflow: hidden;
    margin-top: 80px;
    color: #fff;
    line-height: 30px;
    font-weight: normal;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.v2_a li i
{
    display: block;
    position: absolute;
    z-index: 1;
    width: 155px;
    height: 30px;
    overflow: hidden;
    margin-top: 80px;
    background: #000;
    font-style: normal;
    filter: Alpha(Opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}
.v2_a li p img
{
    width: 155px;
    height: 110px;
}
.v2_a li p a:hover img
{
    filter: Alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
/*-*/
.v2_b
{
    border: solid 1px #ddd;
    border-top: 0;
    overflow: hidden;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    background:#fff;
}
.v2_b .item
{
    margin: 0 8px;
    padding-top: 6px;
    height: 87px;
    overflow: hidden;
    border-bottom: solid 1px #ddd;
}
.v2_b .item td
{
    vertical-align: top;
}
.v2_b .item .td1, .v2_b .item .td1 div
{
    width: 108px;
}
.v2_b .item .td1 div img
{
    width: 100px;
    height: 75px;
    margin-top: 3px;
}
.v2_b .item .td2 b
{
    display: block;
    width: 124px;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
}
.v2_b .item .td2 b a
{
    color: #555;
}
.v2_b .item .td2 p
{
    width: 120px;
    padding-top: 5px;
    height: 26px;
    overflow: hidden;
    font-size: 16px;
    color: #FF3355;
    font-weight: bold;
    font-family: Arial;
}
.v2_b .item .td2 i
{
    font-style: normal;
    display: block;
    padding-top: 2px;
}
.v2_b .item .td2 i a
{
    display: block;
    width: 64px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    background: #DF2B36;
    text-align: center;
    color: #fff;
    float: right;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.v2_b .item .td2 i a:hover
{
    color: #fff;
    text-decoration: none;
    filter: Alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
/*-*/
.v2_c
{
    border: solid 1px #ddd;
    border-top: 0;
    height: 312px;
    overflow: hidden;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    padding: 0 8px;
    background:#fff;
}
.v2_c .item
{
    border-bottom: solid 1px #ddd;
    padding: 12px 0;
}
.v2_c .item .td1, .v4_a .item .td1 div
{
    width: 62px;
}
.v2_c .item .td1 div img
{
    width: 50px;
    height: 50px;
    padding: 1px;
    border: solid 1px #ddd;
}
.v2_c .item .td2
{
}
.v2_c .item .td2 b
{
    display: block;
    color: #777;
    line-height: 18px;
    height: 18px;
    width: 170px;
    overflow: hidden;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.v2_c .item .td2 p
{
    color: #777;
    line-height: 18px;
    height: 18px;
    width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*-*/
.v2_d
{
    border: solid 1px #ddd;
    border-top: 0;
    overflow: hidden;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    padding: 0 0 9px 10px;
    background:#fff;
}
.v2_d li
{
    width: 68px;
    overflow: hidden;
    text-align: center;
    height: 26px;
    line-height: 26px;
    border: solid 1px #ddd;
    background: #F7F7F7;
    margin: 9px 9px 0 0;
    float: left;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background-image: -webkit-linear-gradient(#fff, #eee);
    background-image: -moz-linear-gradient(#fff, #eee);
    background-image: -ms-linear-gradient(#fff, #eee);
    background-image: -o-linear-gradient(#fff, #eee);
    background-image: linear-gradient(#fff, #eee);
}
.v2_d li a
{
    display: block;
    color: #666;
}
/*-*/
.v2_e
{
    border: solid 1px #ddd;
    border-top: 0;
    overflow: hidden;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    background:#fff;
}
.v2_e ul
{
    padding: 7px 0 0 10px;
}
.v2_e li
{
    background: url(/s/img/g/arr1.gif) no-repeat 0 center;
    padding-left: 10px;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    white-space: nowrap;
    width: 220px;
}
.v2_e li a
{
    color: #444;
}
/*——*/
.c3
{
}
.b3
{
    height: 34px;
    overflow: hidden;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    background: #F7F7F7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background-image: -webkit-linear-gradient(#fff, #eee);
    background-image: -moz-linear-gradient(#fff, #eee);
    background-image: -ms-linear-gradient(#fff, #eee);
    background-image: -o-linear-gradient(#fff, #eee);
    background-image: linear-gradient(#fff, #eee);
    box-shadow: 0 -2px 1px rgba(255,255,255,.4) inset;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.b3 .fl
{
    overflow: hidden;
    width: 202px;
}
.b3 .fl li
{
    width: 100px;
    float: left;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border-right: solid 1px #ddd;
}
.b3 .fl li a
{
    border-bottom: solid 1px #ddd;
    border-top: solid 1px #ddd;
    height: 32px;
    line-height: 32px;
    color: #555;
    display: block;
    overflow: hidden;
}
.b3 .fl li.on a
{
    border-bottom: 0;
    border-top: solid 3px #DF2B36;
    height: 31px;
    line-height: 29px;
    background: #fff;
}
.b3 .fl li a:hover
{
    color: #DF2B36;
    text-decoration: none;
}
.b3 .fr
{
    overflow: hidden;
    width: 166px;
    height: 32px;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    line-height: 34px;
    text-align: right;
}
.b3 .fr a
{
    color: #666;
    margin-right: 8px;
}
.v3
{
}
/*-*/
.v3_a
{
    padding-top: 4px;
    height: 477px;
    overflow: hidden;
}
.v3_a .con1
{
    padding-top: 1px;
}
.v3_a .con1 .son1
{
    text-align: center;
    width: 350px;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 22px;
    font-family: 'Microsoft Yahei' , '微软雅黑' , MSYahei, '黑体' , '宋体' , Verdana, Arial, Helvetica, sans-serif;
    height: 30px;
    line-height: 30px;
    color:#ccc;
}
.v3_a .con1 .son1 a
{
    color: #DF2B36;
}
.v3_a .con1 .son1 a:hover
{
    color: #c00;
}
.v3_a .con1 .son2
{
    text-indent: 2em;
    color: #666;
    height: 60px;
    overflow: hidden;
    width: 350px;
    margin: 4px auto 0;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}
.v3_a .con2
{
    padding: 3px 4px 0 5px;
}
.v3_a .con2 td
{
    height: 24px;
    line-height: 24px;
}
.v3_a .con2 td.tdtitle div
{
    height: 24px;
    overflow: hidden;
    width: 300px;
    color: #888;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    background: url(/s/img/g/arr1.gif) no-repeat 0 center;
    padding-left: 10px;
}
.v3_a .con2 td.tdtitle div a
{
    color: #444;
}
.v3_a .con2 td.tdtitle div a:hover
{
    color: #c00;
}
.v3_a .con2 td.tdtime, .v3_a .con2 td.tdtime div
{
    width: 44px;
    height: 24px;
    color: #888;
    text-align: right;
}
/*——*/
.c4
{
}
.b4
{
    height: 34px;
    overflow: hidden;
}
.b4 .fl
{
    line-height: 33px;
    height: 31px;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    width: 90px;
    text-align: center;
    border-bottom: solid 3px #DF2B36;
    color: #555;
}
.b4 .fr
{
    width: 255px;
    height: 33px;
    overflow: hidden;
    border-bottom: solid 1px #ddd;
    text-align: right;
}
.b4 .fr a
{
    line-height: 34px;
    margin-right: 3px;
    color: #666;
}
.v4
{
}
/*-*/
.v4_a
{
    height: 327px;
    overflow: hidden;
}
.v4_a .item
{
    border-bottom: solid 1px #ddd;
    padding: 8px 0;
}
.v4_a .item .td1, .v4_a .item .td1 div
{
    width: 90px;
}
.v4_a .item .td1 div img
{
    width: 82px;
    height: 65px;
}
.v4_a .item .td2
{
}
.v4_a .item .td2 b
{
    display: block;
    margin-bottom: 3px;
    width: 200px;
    overflow: hidden;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.v4_a .item .td2 p
{
    color: #777;
    height: 20px;
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
}
.v4_a .item .td2 p a
{
    color:#666;
}
/*-*/
.v4_b
{
    padding-top: 1px;
}
.v4_b li
{
    float: left;
    width: 192px;
    overflow: hidden;
    margin-top: 10px;
}
.v4_b li b
{
    display: block;
    position: absolute;
    z-index: 2;
    width: 192px;
    height: 30px;
    overflow: hidden;
    margin-top: 119px;
    color: #fff;
    line-height: 30px;
    font-weight: normal;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.v4_b li i
{
    display: block;
    position: absolute;
    z-index: 1;
    width: 192px;
    height: 30px;
    overflow: hidden;
    margin-top: 119px;
    background: #000;
    font-style: normal;
    filter: Alpha(Opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}
.v4_b li p img
{
    width: 192px;
    height: 149px;
}
.v4_b li p a:hover img
{
    filter: Alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
/*-*/
.v4_c
{
    border: solid 1px #ddd;
    border-top: 0;
    padding: 12px 0 2px 4px;
    overflow: hidden;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    background:#fff;
    _height:100%;
}
.v4_c li
{
    width: 190px;
    height: 160px;
    text-align: center;
    float: left;
    overflow: hidden;
    color: #999;
}
.v4_c li p
{
    padding-bottom: 4px;
}
.v4_c li p img
{
    width: 160px;
    height: 126px;
    display: block;
    margin: 0 auto;
}
.v4_c li p a:hover img
{
    filter: Alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.v4_c li b
{
    display: block;
    height: 20px;
    overflow: hidden;
    font-weight: normal;
    width: 168px;
    margin: 0 auto;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.v4_c li b a
{
    color: #444;
}
/*-*/
.v4_d
{
}
.v4_d .con1
{
    padding-top: 10px;
}
.v4_d .con1 td
{
    vertical-align: top;
}
.v4_d .con1 .td1, .v4_d .con1 .td1 div
{
    width: 130px;
}
.v4_d .con1 .td1 div img
{
    width: 120px;
    height: 90px;
}
.v4_d .con1 .td2 b
{
    display: block;
    font-size: 14px;
    height: 20px;
    overflow: hidden;
    color: #999;
    width: 210px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.v4_d .con1 .td2 b a
{
    color: #555;
}
.v4_d .con1 .td2 p
{
    color: #888;
    margin-top: 4px;
    height: 60px;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}
.v4_d .con1 .td2 p a
{
    color: #DF2B36;
}
.v4_d .con2
{
    padding-top: 8px;
}
.v4_d .con2 li
{
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    font-size: 14px;
    background: url(/s/img/g/arr1.gif) no-repeat 0 center;
    padding-left: 10px;
    width: 330px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.v4_d .con2 li b
{
    font-weight: normal;
}
.v4_d .con2 li b a
{
    color: #777;
}
.v4_d .con2 li.col1
{
    background: none;
    padding-left: 0;
    width: 340px;
}
.v4_d .con2 li.col1 b
{
    margin-right: 10px;
}
.v4_d .con2 li.col1 b a
{
    color: #06c;
}
.v4_d .con2 li i
{
    font-style: normal;
    color: #777;
    margin: 0 6px;
}
.v4_d .con2 li span a
{
    color: #333;
}
/*-*/
.v4_e
{
    padding: 0 0 10px 9px;
    border: solid 1px #ddd;
    border-top: 0;
    overflow: hidden;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    background:#fff;
    _height:100%;
}
.v4_e li
{
    float: left;
    width: 180px;
    overflow: hidden;
    margin-top: 10px;
}
.v4_e li b
{
    display: block;
    position: absolute;
    z-index: 2;
    width: 180px;
    height: 30px;
    overflow: hidden;
    margin-top: 110px;
    color: #fff;
    line-height: 30px;
    font-weight: normal;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.v4_e li i
{
    display: block;
    position: absolute;
    z-index: 1;
    width: 180px;
    height: 30px;
    overflow: hidden;
    margin-top: 110px;
    background: #000;
    font-style: normal;
    filter: Alpha(Opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}
.v4_e li p img
{
    width: 180px;
    height: 140px;
}
.v4_e li p a:hover img
{
    filter: Alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
/*——*/