@charset "utf-8";
#box_root {
    float: none;
    background: url(/skin/images/bg.jpg) no-repeat bottom center #eaf5ff
}

#box_header {
    float: none;
    width: 100%;
    background: #fff
}

#box_footer {
    background-color: #010d23;
    float: none;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 100%
}

#box_main {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0;
    width: 100%;
    margin-top: 46px;
    position: relative;
    z-index: 10
}

#box_top {
    background-color: #1679ce;
    float: none;
    padding-bottom: 8px;
    padding-top: 8px;
    width: 100%
}

#box_top_in {
    float: none;
    width: 1100px;
    margin: auto
}

#box_top_left {
    float: left;
    width: 50%
}

#box_top_left p {
    text-align: left;
    line-height: 20px;
    font-size: 12px;
    color: #b5ddff
}

#box_top_right {
    float: right;
    width: 173px;
    height: 22px;
    background: url(/skin/images/search.jpg) no-repeat
}

#box_logo_menu {
    float: none;
    width: 1100px;
    margin: auto
}

#box_logo {
    float: left;
    width: 195px;
    padding: 15px 0
}

#box_menu {
    float: right;
    width: 640px;
    height: 101px
}

#box_lan {
    float: right;
    width: 173px;
    padding-top: 36px
}

#box_lan p {
    text-align: center
}

#box_lan a {
    color: #636363;
    line-height: 18px
}

#box_lan img {
    padding: 0 6px
}

#box_footer_in {
    float: none;
    width: 1100px;
    margin: auto
}

#box_footer_nav {
    float: none;
    width: 100%;
    margin-bottom: 12px
}

#box_copyright {
    float: none;
    width: 100%
}

#box_copyright p {
    color: #cdcdcd;
    text-align: center;
    font-size: 13px;
    line-height: 22px
}

#box_copyright a {
    color: #cdcdcd
}

#box_copyright a:hover {
    color: #fff
}

#box_inbanner {
    float: none;
    height: 354px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 139px;
    background: url(/skin/images/inbanner.jpg) no-repeat center;
    display: none
}

#box_in_body {
    float: none;
    width: 1100px;
    margin: auto;
    background: url(/skin/images/bodybg.png) repeat-y center
}

#box_in_content {
    float: right;
    width: 826px;
    padding: 30px 0 40px 19px;
    background: #fff
}

#box_right_nav {
    float: left;
    width: 224px
}

#box_right_top {
    float: none;
    width: 100%;
    height: auto;
    position: relative
}

#box_right_top span {
    position: absolute;
    left: 25px;
    bottom: 30px;
    color: #fff;
    font-size: 22px
}

#box_nav_list {
    float: none;
    width: 100%;
    background: #fff;
    padding: 16px 0 80px
}

#box_crumbs {
    float: none;
    width: 100%;
    height: auto;
    background: url(/skin/images/home.png) no-repeat left top
}

#box_content_main {
    float: none;
    margin-top: 22px
}

#box_in_title {
    width: 806px;
    height: 55px;
    background: url(/skin/images/detail_title.jpg) no-repeat right #80bc26;
    margin-top: 22px;
    margin-right: 19px
}

#box_in_title p {
    color: #fff;
    font-size: 20px;
    line-height: 55px;
    text-indent: 20px;
    font-weight: bold
}

.hlcp_out {
    position: absolute;
    left: 0;
    bottom: 50px;
    z-index: 100
}

.hlcp {
    float: left;
    overflow: hidden;
    width: 224px;
    padding: 15px;
    border: 1px solid #dcdcdc;
    background: #fff;
    margin-right: 19px;
    margin-bottom: 20px
}

.hlcp:hover {
    border: 1px solid #1679ce
}

.hlcp .pic a {
    width: 224px;
    height: 165px;
    background: #f0f0f0;
    display: block
}

.hlcp .pic a:hover {
    background: #dceefe
}

.hlcp img {
    width: 224px;
    height: 165px
}

.hlcp .proname {
    font-weight: bold;
    height: 23px;
    background: url(/skin/images/detail.jpg) no-repeat right center #fff;
    width: 100%;
    margin-top: 15px;
    text-align: left
}

.hlcp .proname a {
    font-size: 14px;
    color: #4d4d4e;
    line-height: 23px
}

.hlcp .proname a:hover {
    color: #1877d1;
    background: 0
}

.nav_first {
    width: 90%;
    height: 32px;
    margin: auto;
    text-align: center;
    line-height: 32px;
    background: #80bc26
}

.nav_first a {
    color: #fff;
    font-size: 16px
}

@keyframes myfirst {
    from {
        filter: alpha(opacity=50);
        -moz-opacity: .5;
        opacity: .5
    }
    to {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1
    }
}

@-moz-keyframes myfirst {
    from {
        filter: alpha(opacity=50);
        -moz-opacity: .5;
        opacity: .5
    }
    to {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1
    }
}

@-webkit-keyframes myfirst {
    from {
        filter: alpha(opacity=50);
        -moz-opacity: .5;
        opacity: .5
    }
    to {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1
    }
}

@-o-keyframes myfirst {
    from {
        filter: alpha(opacity=50);
        -moz-opacity: .5;
        opacity: .5
    }
    to {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1
    }
}

#box_logo {
    animation: myfirst 2s;
    -moz-animation: myfirst 2s;
    -webkit-animation: myfirst 2s;
    -o-animation: myfirst 2s
}

.FrontSpecifies_show01-d3_c1 {
    width: 100%;
    margin: 0 auto
}

.FrontSpecifies_show01-d3_c1 .membernavlist {
    width: 100%;
    background: #fff
}

.FrontSpecifies_show01-d3_c1 .membernavlist li {
    height: 25px
}

.FrontSpecifies_show01-d3_c1 .membernavlist li a {
    float: left;
    width: 100%;
    height: 24px;
    line-height: 24px;
    background: #ebf7fe;
    text-decoration: none
}

.FrontSpecifies_show01-d3_c1 .membernavlist li a:hover {
    background: #abe7fa;
    border: 1px solid # #7ecef4
}

.FrontSpecifies_show01-d3_c1 .htmledit {
    font-family: Times New Roman;
    font-size: medium;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    font-stretch: normal;
    text-transform: none;
    text-indent: 0;
    text-align: left;
    vertical-align: baseline;
    letter-spacing: normal;
    word-spacing: normal;
    color: #000;
    text-decoration: none;
    letter-spacing: normal;
    word-spacing: normal;
    white-space: normal;
    word-break: normal;
    word-wrap: normal;
    border: medium none;
    background: transparent none repeat scroll 0 0;
    list-style: disc outside none;
    float: none;
    width: auto;
    height: auto;
    clear: none;
    z-index: auto;
    text-justify: auto;
    overflow: visible;
    display: inline;
    visibility: inherit;
    margin: auto;
    border-collapse: separate
}

.FrontSpecifies_show01-d3_c1 .htmledit ul {
    background: transparent none repeat scroll 0 0;
    width: auto;
    display: inline-block;
    height: auto;
    float: none;
    padding-left: 25px
}

.FrontSpecifies_show01-d3_c1 .htmledit ul li {
    background: transparent none repeat scroll 0 0;
    width: auto;
    float: none;
    height: auto;
    list-style: disc outside none;
    text-align: left;
    line-height: normal
}

.FrontSpecifies_show01-d3_c1 .htmledit ol {
    background: transparent none repeat scroll 0 0;
    width: auto;
    display: inline-block;
    height: auto;
    float: none;
    padding-left: 25px
}

.FrontSpecifies_show01-d3_c1 .htmledit ol li {
    background: transparent none repeat scroll 0 0;
    width: auto;
    float: none;
    height: auto;
    list-style: decimal outside none;
    text-align: left;
    line-height: normal
}

.FrontSpecifies_show01-d3_c1 .htmledit p {
    line-height: normal
}

.FrontSpecifies_show01-d3_c1 .htmledit h1 {
    font-size: 2em;
    margin: .67em 0;
    font-weight: bolder
}

.FrontSpecifies_show01-d3_c1 .htmledit h2 {
    font-size: 1.5em;
    margin: .83em 0;
    font-weight: bolder
}

.FrontSpecifies_show01-d3_c1 .htmledit h3 {
    font-size: 1.17em;
    margin: 1em 0;
    font-weight: bolder
}

.FrontSpecifies_show01-d3_c1 .htmledit h4 {
    font-size: 1em;
    margin: 1.33em 0;
    font-weight: bolder
}

.FrontSpecifies_show01-d3_c1 .htmledit h5 {
    font-size: .83em;
    line-height: 1.17em;
    margin: 1.67em 0;
    font-weight: bolder
}

.FrontSpecifies_show01-d3_c1 .htmledit h6 {
    font-size: .67em;
    margin: 2.33em 0;
    font-weight: bolder
}

.FrontProducts_generalSearch01-d1_c1_01 {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
    text-align: left
}

.FrontProducts_generalSearch01-d1_c1_01 span {
    padding: 0;
    float: left
}

.FrontProducts_generalSearch01-d1_c1_01 span.keyword, .FrontProducts_generalSearch01-d1_c1_01 span.category {
    display: inline-block;
    line-height: 20px
}

.FrontProducts_generalSearch01-d1_c1_01 select {
    vertical-align: middle
}

.FrontProducts_generalSearch01-d1_c1_01 .input {
    border: 0 solid #00b9ef;
    height: 20px;
    line-height: 20px;
    vertical-align: middle
}

.FrontProducts_generalSearch01-d1_c1_01 .input-light {
    border: 1px solid #003ccc
}

.FrontProducts_generalSearch01-d1_c1_01 .input-gray {
    background: 0;
    width: 115px;
    color: #000;
    padding: 0 10px 0 15px
}

.FrontProducts_generalSearch01-d1_c1_01 .input-keyword {
    color: #909090
}

.FrontProducts_generalSearch01-d1_c1_01 .input-width {
    width: 90px;
    text-align: center
}

.FrontProducts_generalSearch01-d1_c1_01 .input-width2 {
    width: 100px
}

.FrontProducts_generalSearch01-d1_c1_01 span.condition {
    display: inline-block;
    line-height: 20px;
    padding-bottom: 5px
}

.FrontProducts_generalSearch01-d1_c1_01 span.search1 {
    padding-left: 0
}

.FrontProducts_generalSearch01-d1_c1_01 .btn {
    vertical-align: middle;
    *vertical-align: inherit;
    background: 0
}

.FrontProductsCategory_show01-d1_c2 {
    width: 100%;
    margin: 0 auto;
    color: #4c4948;
    overflow: hidden;
    clear: both;
    text-align: left
}

.FrontProductsCategory_show01-d1_c2 ul, .FrontProductsCategory_show01-d1_c2 li {
    list-style: none;
    margin: 0;
    padding: 0
}

.FrontProductsCategory_show01-d1_c2 .menu-first ul li {
    display: inline
}

.FrontProductsCategory_show01-d1_c2 .menu-first ul li a.current {
    background: url(/skin/images/first-bg-02.gif) 0 -64px no-repeat;
    width: 200px;
    height: 32px
}

.FrontProductsCategory_show01-d1_c2 .menu-second {
    width: 200px;
    height: 100%;
    margin: 0;
    padding: 0;
    display: none
}

.FrontProductsCategory_show01-d1_c2 .menu-second ul li {
    margin: 0;
    padding: 0
}

.FrontProductsCategory_show01-d1_c2 .menu-second p {
    margin: 0
}

.FrontProductsCategory_show01-d1_c2 .menu-second ul li a {
    background: url(/skin/images/second-bg-02.gif) 0 0 no-repeat;
    text-decoration: none;
    width: 200px;
    line-height: 25px;
    height: 25px;
    margin: 1px 0
}

.FrontProductsCategory_show01-d1_c2 .menu-second ul li a:hover {
    background: url(/skin/images/second-bg-02.gif) 0 -25px no-repeat;
    width: 200px
}

.FrontProductsCategory_show01-d1_c2 .menu-first ul li.menu-none a {
    text-decoration: none;
    width: 206px;
    margin-top: 10px;
    margin-left: 12px;
    line-height: 32px;
    height: 32px;
    text-align: center;
    display: block;
    border-bottom: 1px solid #ebebeb;
    font-size: 15px;
    color: #606060
}

.FrontProductsCategory_show01-d1_c2 .menu-first ul li.menu-none a:hover {
    background: #0a62ae;
    color: #fff;
    border-bottom: 0;
    padding-bottom: 1px;
    border-right: 6px solid #70c20f
}

.FrontProductsCategory_show01-d1_c2 .menu-first ul li.menu-none a.current {
    background: #0a62ae;
    color: #fff;
    border-bottom: 0;
    padding-bottom: 1px;
    border-right: 6px solid #70c20f
}

.FrontProductsCategory_show01-d1_c2 a.menu-text1:link, .FrontProductsCategory_show01-d1_c2 a.menu-text1:visited, .FrontProductsCategory_show01-d1_c2 a.menu-text1:active {
    color: #4c4948;
    text-decoration: none
}

.FrontProductsCategory_show01-d1_c2 a.menu-text1:hover {
    font-size: 12px;
    color: #06c;
    text-decoration: underline
}

.FrontProductsCategory_show01-d1_c2 a.menu-text2:link, .FrontProductsCategory_show01-d1_c2 a.menu-text2:visited, .FrontProductsCategory_show01-d1_c2 a.menu-text2:active {
    font-size: 12px;
    color: #3472a1;
    text-decoration: none;
    padding: 0 0 0 60px
}

.FrontProductsCategory_show01-d1_c2 a.menu-text2:hover {
    font-size: 12px;
    color: #06c;
    text-decoration: underline
}

.FrontProducts_detail02-d1_c1 {
    width: 100%;
    margin: 0 auto;
    clear: both;
    height: 100%;
    text-align: left;
    position: relative
}

.FrontProducts_detail02-d1_c1 a:link, .FrontProducts_detail02-d1_c1 a:visited, .FrontProducts_detail02-d1_c1 a:active {
    color: #007dcc;
    text-decoration: none
}

.FrontProducts_detail02-d1_c1 a:hover {
    color: #ff6674;
    text-decoration: underline
}

.FrontProducts_detail02-d1_c1 .focustext {
    color: #f39800;
    font-style: normal
}

.FrontProducts_detail02-d1_c1 .content {
    clear: both;
    overflow: hidden
}

.FrontProducts_detail02-d1_c1 .content .pic-module {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 80px
}

.FrontProducts_detail02-d1_c1 .content .pic-module .btnarea {
    clear: both;
    display: block;
    padding: 5px 0 5px 190px;
    white-space: nowrap
}

.FrontProducts_detail02-d1_c1 .content .pic-module .pic-img {
    width: 600px;
    height: auto
}

.FrontProducts_detail02-d1_c1 .content .pro-module {
    width: 100%;
    height: 55px;
    background: url(/skin/images/detail_title.jpg) no-repeat center right #80bc26;
    position: absolute;
    left: 0
}

.FrontProducts_detail02-d1_c1 .detail {
    clear: both
}

.FrontProducts_detail02-d1_c1 .pic-module .pic {
    width: 100%
}

.FrontProducts_detail02-d1_c1 .pic-module .pic a {
    text-align: center;
    margin: 0 auto;
    border: 0
}

.FrontProducts_detail02-d1_c1 .pic-module .pic a:hover {
    background: 0;
    border: 0
}

.FrontProducts_detail02-d1_c1 .pic-module span.zoom {
    position: absolute;
    top: 290px;
    left: 260px;
    width: 64px;
    height: 64px;
    z-index: 33;
    cursor: pointer
}

html > body .FrontProducts_detail02-d1_c1 .pic-module span.zoom {
    background-image: url(/skin/images/zoom-01.png);
    background-repeat: no-repeat;
    background-position: center center
}

* .FrontProducts_detail02-d1_c1 .pic-module span.zoom {
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="/skin/images/zoom-01.png")
}

.FrontProducts_detail02-d1_c1 .pic-module span.lab {
    position: absolute;
    top: 305px;
    left: 40px;
    z-index: 2;
    cursor: pointer;
    width: 48px;
    height: 48px
}

.FrontProducts_detail02-d1_c1 .pic-module span.lab img {
    width: 40px;
    height: 40px
}

.FrontProducts_detail02-d1_c1 .pic-module .show {
    width: 365px;
    overflow: hidden;
    clear: both;
    margin-top: 10px;
    display: none
}

.FrontProducts_detail02-d1_c1 .pic-module .show a.clickL, .FrontProducts_detail02-d1_c1 .pic-module .show a.clickR {
    float: left;
    width: 25px;
    margin-top: 9px;
    cursor: pointer
}

.FrontProducts_detail02-d1_c1 .pic-module .show a.clickR {
    float: right
}

.FrontProducts_detail02-d1_c1 .pic-module .show .picarea {
    float: left;
    width: 310px;
    height: 51px;
    overflow: hidden;
    list-style: none;
    margin: 0 0 0 4px;
    padding: 0;
    position: relative
}

.FrontProducts_detail02-d1_c1 .pic-module .show .picarea a {
    float: left;
    background: url(/skin/images/pic-small-bg1.gif) center top no-repeat;
    display: block;
    width: 72px;
    height: 50px;
    padding-top: 1px;
    margin: 0 2px;
    text-align: center
}

.FrontProducts_detail02-d1_c1 .pic-module .show .picarea a:hover {
    background: url(/skin/images/pic-small-hover1.gif) center top no-repeat
}

.FrontProducts_detail02-d1_c1 .pic-module .show .picarea a img {
    width: 60px;
    height: 48px;
    border: 0
}

.FrontProducts_detail02-d1_c1 .pic-module .skimpro {
    clear: both;
    padding: 25px 0 0 25px
}

.FrontProducts_detail02-d1_c1 .pic-module .skimpro h4 {
    font-size: 12px;
    color: #f39800;
    font-weight: normal;
    margin: 0
}

.FrontProducts_detail02-d1_c1 .pic-module .skimpro p.pre, .FrontProducts_detail02-d1_c1 .pic-module .skimpro p.next {
    float: left;
    width: 100%;
    margin: 0;
    line-height: 25px;
    color: #727171
}

.FrontProducts_detail02-d1_c1 .pic-module .skimpro p span {
    float: left;
    display: block;
    width: 70px
}

.FrontProducts_detail02-d1_c1 .pic-module .skimpro p a {
    font-weight: normal
}

.FrontProducts_detail02-d1_c1 .pic-module .skimpro p a:hover {
    color: #ff6674;
    text-decoration: none
}

.FrontProducts_detail02-d1_c1 .pro-module h1 {
    margin: 0;
    font-size: 14px;
    color: #f39800
}

.FrontProducts_detail02-d1_c1 .pro-module ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.FrontProducts_detail02-d1_c1 .pro-module ul li.name1 {
    line-height: 55px;
    color: #fff;
    font-size: 20px;
    text-align: left;
    text-indent: 20px
}

.FrontProducts_detail02-d1_c1 .pro-module ul li span {
    color: #666464;
    font-weight: normal;
    display: none
}

.FrontProducts_detail02-d1_c1 .pro-module ul li.code {
    color: #09f;
    font-weight: bold
}

.FrontProducts_detail02-d1_c1 .pro-module ul li.name a {
    color: #f60;
    font-weight: bold
}

.FrontProducts_detail02-d1_c1 .pro-module ul li.name strong {
    font-weight: normal
}

.FrontProducts_detail02-d1_c1 .pro-module ul li.brandlogo img {
    width: 140px;
    height: 105px
}

.FrontProducts_detail02-d1_c1 .pro-module ul li.weight, .FrontProducts_detail02-d1_c1 .pro-module ul li.skim {
    color: #f39800
}

.FrontProducts_detail02-d1_c1 .pro-module ul li.marketprice label {
    text-decoration: line-through
}

.FrontProducts_detail02-d1_c1 .pro-module ul li.memberprice label {
    color: #e60012;
    font-size: 13px;
    font-weight: bold
}

.FrontProducts_detail02-d1_c1 .pro-module ul li.integral {
    padding: 0 15px 0 0
}

.FrontProducts_detail02-d1_c1 .pro-module ul li.text {
    clear: both
}

.FrontProducts_detail02-d1_c1 .pro-module ul li.text em {
    background: url(/skin/images/size_bg.gif) left top repeat-x;
    height: 13px;
    border: 1px solid #adb9c2;
    padding: 0 3px;
    margin: 0;
    font-style: normal;
    color: #09f;
    cursor: pointer
}

.FrontProducts_detail02-d1_c1 .pro-module ul li.text span {
    margin-right: 5px
}

.FrontProducts_detail02-d1_c1 .pro-module .specifications {
    background: #ffc;
    padding-left: 10px
}

.FrontProducts_detail02-d1_c1 .pro-module ul li.images {
    vertical-align: middle
}

.FrontProducts_detail02-d1_c1 .pro-module ul li.images label {
    padding-right: 10px
}

.FrontProducts_detail02-d1_c1 .pro-module ul li.images img {
    width: 12px;
    height: 12px;
    padding: 4px;
    cursor: pointer
}

.FrontProducts_detail02-d1_c1 .pro-module ul li.comment2 img {
    vertical-align: middle;
    padding-right: 5px
}

.FrontProducts_detail02-d1_c1 .pro-module ul li .input {
    border: 1px solid #ddddde;
    height: 15px;
    line-height: 15px;
    width: 80px
}

.FrontProducts_detail02-d1_c1 .pro-module ul li .inputgray {
    color: #000;
    font-size: 12px
}

.FrontProducts_detail02-d1_c1 .pro-module ul li.number span {
    padding-left: 12px
}

.FrontProducts_detail02-d1_c1 .pro-module ul li.number em {
    font-style: normal;
    color: #999
}

.FrontProducts_detail02-d1_c1 .pro-module ul li.number em {
    font-style: normal;
    color: #999
}

.FrontProducts_detail02-d1_c1 .pro-module ul li.outstock img {
    vertical-align: middle
}

.FrontProducts_detail02-d1_c1 .pro-module p.buttonP a {
    #position: absolute
}

.FrontProducts_detail02-d1_c1 .pro-module p.buttonP {
    margin: 10px 0 0 0;
    width: 100%
}

.FrontProducts_detail02-d1_c1 .pro-module p.buttonP .btna {
    margin: 3px;
    white-space: nowrap;
    #position: static
}

.FrontProducts_detail02-d1_c1 .pro-module p.buttonP .btn {
    margin: 3px;
    float: left;
    white-space: nowrap
}

.FrontProducts_detail02-d1_c1 .pro-module p.buttonP span.buy a, .FrontProducts_detail02-d1_c1 .pro-module p.buttonP span.price a {
    color: #fff
}

.FrontProducts_detail02-d1_c1 .pro-module p.buttonP span.favor a, .FrontProducts_detail02-d1_c1 .pro-module p.buttonP span.qq a {
    color: #727171
}

.FrontProducts_detail02-d1_c1 .pro-module p.buttonP span a:hover {
    text-decoration: none
}

.FrontProducts_detail02-d1_c1 .pro-module p.buttonP span.buy, .FrontProducts_detail02-d1_c1 .pro-module p.buttonP span.price {
    background: url(/skin/images/btn-blue1-01.gif) left top no-repeat
}

.FrontProducts_detail02-d1_c1 .pro-module p.buttonP span.favor, .FrontProducts_detail02-d1_c1 .pro-module p.buttonP span.qq {
    background: url(/skin/images/btn-gray1-01.gif) left top no-repeat;
    color: #727171
}

.FrontProducts_detail02-d1_c1 .detail {
    clear: both;
    width: 100%;
    margin-top: 30px
}

.FrontProducts_detail02-d1_c1 .detail ul {
    padding: 0;
    list-style: none;
    background: #1679ce;
    width: 820px;
    border-left: 6px solid #7bb427;
    height: 38px;
    display: block;
    clear: both;
    margin-bottom: 20px
}

.FrontProducts_detail02-d1_c1 .detail ul li {
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: left;
    text-indent: 12px
}

.FrontProducts_detail02-d1_c1 .detail ul li a {
    font-size: 16px;
    text-decoration: none;
    color: #727171
}

.FrontProducts_detail02-d1_c1 .detail ul li.current a {
    color: #fff
}

.FrontProducts_detail02-d1_c1 .pro-module ul li.mutilimg img {
    width: 30px;
    height: 30px
}

.FrontProducts_detail02-d1_c1 .detail .describe {
    margin: 5px 0 10px 0;
    color: #666464;
    line-height: 20px;
    clear: both
}

.FrontProducts_detail02-d1_c1 .other {
    margin: 20px 0 0 25px
}

.FrontProducts_detail02-d1_c1 .other p {
    margin: 0;
    line-height: 20px;
    color: #666464
}

.pop-brand {
    position: absolute;
    left: 489px;
    top: 97px;
    width: 229px;
    z-index: 3;
    color: #231815
}

.pop-brand p.top {
    background: url(/skin/images/pop-top.gif) left top no-repeat;
    margin: 0;
    height: 23px;
    text-align: right;
    padding: 20px 15px 0 0
}

.pop-brand p.top a.close {
    background: url(/skin/images/close.gif) right top no-repeat;
    width: 24px;
    height: 17px;
    display: block;
    float: right
}

.pop-brand p.top a.close:hover {
    background: url(/skin/images/close-hover.gif) right top no-repeat
}

.pop-brand .intro {
    padding: 5px 0;
    background: url(/skin/images/pop-bg.gif) left top repeat-y
}

.pop-brand .intro p.pic {
    text-align: center;
    margin: 0
}

.pop-brand .intro p.pic img {
    border: 1px solid #e6e6e6
}

.pop-brand .intro h4 {
    font-size: 12px;
    margin: 15px 0 0 15px
}

.pop-brand .intro .info {
    padding: 5px 15px;
    line-height: 18px;
    font-size: 12px
}

.pop-brand .intro p.address {
    margin: 10px 0 0 15px;
    font-size: 12px
}

.pop-brand .intro p.address a {
    color: #007dcc;
    text-decoration: none
}

.pop-brand p.bottom {
    background: url(/skin/images/pop-bottom.gif) left bottom no-repeat;
    height: 17px;
    margin: 0;
    font-size: 0
}

.FrontProducts_detail02-d1_c1 .pop-picbig {
    position: absolute;
    left: 270px;
    top: 100px;
    z-index: 3;
    background: #fff
}

.FrontProducts_detail02-d1_c1 .pop-picbig img {
    border: 1px solid #000;
    padding: 5px;
    width: 350px;
    height: 350px
}

.FrontProducts_detail02-d1_c1 .pop-picbig a.close {
    position: absolute;
    right: -10px;
    top: -8px;
    background: url(/skin/images/ad-close-01.gif) left top no-repeat;
    display: block;
    width: 18px;
    height: 18px
}

.FrontProducts_detail02-d1_c1 .pop-picbig a.close:hover {
    background: url(/skin/images/ad-close-02.gif) left top no-repeat
}

.FrontProducts_detail02-d1_c1 .jqzoom {
    border: 1px solid black;
    position: relative;
    padding: 0;
    cursor: pointer
}

.FrontProducts_detail02-d1_c1 .jqzoom img {
    width: 300px;
    height: 350px
}

.FrontProducts_detail02-d1_c1 div.zoomdiv {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 360px;
    width: 150px;
    height: 150px;
    background: #fff;
    border: 1px solid #ccc;
    text-align: center;
    overflow: hidden
}

.FrontProducts_detail02-d1_c1 div.jqZoomPup {
    z-index: 100000;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 20px;
    width: 50px;
    height: 50px;
    border: 1px solid #aaa;
    background: #fff 50% top no-repeat;
    opacity: .5;
    -moz-opacity: .5;
    -khtml-opacity: .5;
    filter: alpha(opacity=50)
}

.FrontProducts_detail02-d1_c1 .imgbox {
    height: 50px;
    width: 100%;
    position: absolute
}

.FrontProducts_detail02-d1_c1 .detailparameter table {
    background: url(/skin/images/inq-bgtable.gif) 0 0 repeat-x
}

.FrontProducts_detail02-d1_c1 .detailparameter table .title {
    width: 15%
}

.FrontProducts_detail02-d1_c1 .detailparameter table .property-value {
    padding-left: 5px
}

.FrontProducts_detail02-d1_c1 .detailparameter table th.first {
    height: 32px;
    width: 3px;
    border-left: 1px solid #9be3f9
}

.FrontProducts_detail02-d1_c1 .detailparameter table td.first {
    width: 3px;
    border-left: 1px solid #d7d7d7;
    border-right: 0
}

.FrontProducts_detail02-d1_c1 .detailparameter table th.last {
    height: 32px;
    border-right: 1px solid #9be3f9
}

.FrontProducts_detail02-d1_c1 .detailparameter table td.last {
    border-right: 1px solid #d7d7d7
}

.FrontProducts_detail02-d1_c1 .detailparameter table th {
    height: 32px;
    line-height: 32px;
    font-weight: normal;
    color: #06c;
    text-align: left
}

.FrontProducts_detail02-d1_c1 .detailparameter table td {
    height: 25px
}

.FrontProducts_detail02-d1_c1 .detail td {
    padding: 3px
}

.FrontProducts_detail02-d1_c1 .nos-tr td {
    border-bottom: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7
}

.FrontProducts_detail02-d1_c1 .bg-odd td {
    border-bottom: 1px solid #9be3f9;
    border-right: 1px solid #d7d7d7
}

.FrontProducts_detail02-d1_c1 .other em {
    font-style: normal;
    color: #09f
}

.FrontProducts_detail02-d1_c1 .other a {
    text-decoration: underline
}

.FrontProducts_detail02-d1_c1 .pro-module .images .click img {
    padding: 0;
    width: 12px;
    height: 12px;
    display: inline-block;
    padding: 3px;
    background-color: #ff0
}

.FrontProducts_detail02-d1_c1 .pro-module .text .click {
    border: 3px solid #ff0;
    padding: 0
}

.FrontProducts_detail02-d1_c1 .pro-module .choose-property {
    width: 100%
}

.FrontProducts_detail02-d1_c1 .detail .describe {
    font-family: Times New Roman;
    font-size: medium;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    font-stretch: normal;
    text-transform: none;
    text-indent: 0;
    text-align: left;
    vertical-align: baseline;
    letter-spacing: normal;
    word-spacing: normal;
    color: #000;
    text-decoration: none;
    letter-spacing: normal;
    word-spacing: normal;
    white-space: normal;
    word-break: normal;
    word-wrap: normal;
    border: medium none;
    background: transparent none repeat scroll 0 0;
    list-style: disc outside none;
    float: none;
    width: auto;
    height: auto;
    clear: none;
    z-index: auto;
    text-justify: auto;
    overflow: visible;
    display: inline;
    visibility: inherit;
    margin: auto;
    border-collapse: separate
}

.FrontProducts_detail02-d1_c1 .detail .describe ul {
    background: transparent none repeat scroll 0 0;
    width: auto;
    display: inline-block;
    height: auto;
    float: none;
    padding-left: 25px
}

.FrontProducts_detail02-d1_c1 .detail .describe ul li {
    background: transparent none repeat scroll 0 0;
    width: auto;
    float: none;
    height: auto;
    list-style: disc outside none;
    text-align: left;
    line-height: normal
}

.FrontProducts_detail02-d1_c1 .detail .describe ol {
    background: transparent none repeat scroll 0 0;
    width: auto;
    display: inline-block;
    height: auto;
    float: none;
    padding-left: 25px
}

.FrontProducts_detail02-d1_c1 .detail .describe ol li {
    background: transparent none repeat scroll 0 0;
    width: auto;
    float: none;
    height: auto;
    list-style: decimal outside none;
    text-align: left;
    line-height: normal
}

.FrontProducts_detail02-d1_c1 .detail .describe p {
    line-height: 24px;
    color: #666
}

.FrontProducts_detail02-d1_c1 .detail .describe p strong {
    width: 100%;
    height: 30px;
    display: block;
    line-height: 30px;
    border-bottom: 1px solid #7bb427;
    margin-bottom: 12px;
    font-size: 14px
}

.FrontProducts_detail02-d1_c1 .detail .describe h1 {
    font-size: 2em;
    margin: .67em 0;
    font-weight: bolder
}

.FrontProducts_detail02-d1_c1 .detail .describe h2 {
    font-size: 1.5em;
    margin: .83em 0;
    font-weight: bolder
}

.FrontProducts_detail02-d1_c1 .detail .describe h3 {
    font-size: 1.17em;
    margin: 1em 0;
    font-weight: bolder
}

.FrontProducts_detail02-d1_c1 .detail .describe h4 {
    font-size: 1em;
    margin: 1.33em 0;
    font-weight: bolder
}

.FrontProducts_detail02-d1_c1 .detail .describe h5 {
    font-size: .83em;
    line-height: 1.17em;
    margin: 1.67em 0;
    font-weight: bolder
}

.FrontProducts_detail02-d1_c1 .detail .describe h6 {
    font-size: .67em;
    margin: 2.33em 0;
    font-weight: bolder
}

.FrontProducts_detail02-d7_c1 {
    position: relative;
    text-align: left;
    margin: 0 auto;
    width: 806px;
    padding-right: 19px;
    height: 100%;
    clear: both
}

.FrontProducts_detail02-d7_c1 A:link {
    color: #007dcc;
    text-decoration: none
}

.FrontProducts_detail02-d7_c1 A:visited {
    color: #007dcc;
    text-decoration: none
}

.FrontProducts_detail02-d7_c1 A:active {
    color: #007dcc;
    text-decoration: none
}

.FrontProducts_detail02-d7_c1 A:hover {
    color: #ff6674;
    text-decoration: underline
}

.FrontProducts_detail02-d7_c1 .focustext {
    font-style: normal;
    color: #f39800
}

.FrontProducts_detail02-d7_c1 .content {
    clear: none;
    overflow: hidden;
    padding-top: 80px;
    position: relative
}

.FrontProducts_detail02-d7_c1 .content .pic-module {
    width: 100%;
    position: relative
}

.FrontProducts_detail02-d7_c1 .content .pic-module .btnarea {
    padding-bottom: 5px;
    padding-left: 0;
    width: 100%;
    padding-right: 0;
    display: block;
    white-space: nowrap;
    height: 28px;
    clear: both;
    padding-top: 5px
}

.FrontProducts_detail02-d7_c1 .content .pic-module .btnarea A {
    padding-bottom: 0;
    margin: 0 auto;
    padding-left: 0;
    width: 25%;
    padding-right: 0;
    padding-top: 0
}

.FrontProducts_detail02-d7_c1 .content .pic-module .btnarea SPAN.btna-s {
    float: left
}

.FrontProducts_detail02-d7_c1 .content .pic-module .pic A.btna-com-04 {
    line-height: 22px;
    background: url(/skin/m/common/button/btna-blue1-10.gif) no-repeat 100% -22px;
    height: 22px;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none !important
}

.FrontProducts_detail02-d7_c1 .content .pic-module .pic A.btna-com-04:hover {
    background: url(/skin/m/common/button/btna-blue1-11.gif) no-repeat 100% -22px
}

.FrontProducts_detail02-d7_c1 .content .pic-module .pic-img {
    width: 600px;
    height: 442px
}

.FrontProducts_detail02-d7_c1 .content .pro-module {
    width: 100%;
    height: 55px;
    background: url(/skin/images/detail_title.jpg) no-repeat center right #80bc26;
    position: absolute;
    left: 0;
    top: 0
}

.FrontProducts_detail02-d7_c1 .pro-module UL LI.name1 {
    line-height: 55px;
    color: #fff;
    font-size: 20px;
    text-align: left;
    text-indent: 20px
}

.FrontProducts_detail02-d7_c1 .detail {
    width: 100%;
    float: right;
    padding-top: 30px
}

.FrontProducts_detail02-d7_c1 .detail td {
    padding: 3px
}

.FrontProducts_detail02-d7_c1 .pic-module .pic {
    width: 602px;
    float: left;
    margin-left: 3px
}

.FrontProducts_detail02-d7_c1 .pic-module .pic A {
    margin: 0;
    width: 600px;
    border: #ddd 1px solid;
    display: block
}

.FrontProducts_detail02-d7_c1 .pic-module .pic A:hover {
    border-bottom: 0;
    border-left: 0;
    border-top: 0;
    border-right: 0
}

.FrontProducts_detail02-d7_c1 .pic-module SPAN.zoom {
    z-index: 33;
    position: absolute;
    width: 64px;
    height: 64px;
    top: 360px;
    cursor: pointer;
    left: 500px
}

HTML > BODY .FrontProducts_detail02-d7_c1 .pic-module SPAN.zoom {
    background-image: url(/skin/images/zoom-01.png);
    background-repeat: no-repeat;
    background-position: center center
}

.FrontProducts_detail02-d7_c1 .pic-module SPAN.lab {
    z-index: 2;
    position: absolute;
    width: 48px;
    height: 48px;
    top: 305px;
    cursor: pointer;
    left: 40px
}

.FrontProducts_detail02-d7_c1 .pic-module SPAN.lab IMG {
    width: 40px;
    height: 40px
}

.FrontProducts_detail02-d7_c1 .pic-module .show {
    margin-top: 0;
    width: 80px;
    float: left;
    height: 442px;
    clear: none;
    overflow: hidden;
    margin-left: 10px
}

.FrontProducts_detail02-d7_c1 .pic-module .show A.clickL {
    width: 54px;
    margin-bottom: 9px;
    float: left;
    margin-left: 10px;
    cursor: pointer
}

.FrontProducts_detail02-d7_c1 .pic-module .show A.clickR {
    margin-top: 9px;
    width: 54px;
    float: left;
    margin-left: 10px;
    cursor: pointer
}

.FrontProducts_detail02-d7_c1 .pic-module .show A.clickR {
    float: left
}

.FrontProducts_detail02-d7_c1 .pic-module .show .picarea {
    position: relative;
    padding-bottom: 0;
    list-style-type: none;
    margin: 0;
    padding-left: 0;
    width: 75px;
    padding-right: 0;
    float: left;
    height: 390px;
    overflow: hidden;
    list-style-image: none;
    padding-top: 0
}

.FrontProducts_detail02-d7_c1 .pic-module .show .picarea A {
    text-align: center;
    margin: 5px 2px;
    width: 72px;
    display: block;
    background: url(/skin/images/pic-small-bg1.gif) no-repeat center top;
    float: left;
    height: 60px;
    padding-top: 1px
}

.FrontProducts_detail02-d7_c1 .pic-module .show .picarea A:hover {
    background: url(/skin/images/pic-small-hover1.gif) no-repeat center top
}

.FrontProducts_detail02-d7_c1 .pic-module .show .picarea A IMG {
    border-bottom: #cfcfcf 1px solid;
    border-left: #cfcfcf 1px solid;
    width: 60px;
    height: 44px;
    border-top: #cfcfcf 1px solid;
    border-right: #cfcfcf 1px solid
}

.FrontProducts_detail02-d7_c1 .pic-module .skimpro {
    padding-bottom: 0;
    padding-left: 25px;
    padding-right: 0;
    clear: both;
    padding-top: 25px
}

.FrontProducts_detail02-d7_c1 .pic-module .skimpro H4 {
    margin: 0;
    color: #f39800;
    font-size: 12px;
    font-weight: normal
}

.FrontProducts_detail02-d7_c1 .pic-module .skimpro P.pre {
    line-height: 25px;
    margin: 0;
    width: 100%;
    float: left;
    color: #727171
}

.FrontProducts_detail02-d7_c1 .pic-module .skimpro P.next {
    line-height: 25px;
    margin: 0;
    width: 100%;
    float: left;
    color: #727171
}

.FrontProducts_detail02-d7_c1 .pic-module .skimpro P SPAN {
    width: 70px;
    display: block;
    float: left
}

.FrontProducts_detail02-d7_c1 .pic-module .skimpro P A {
    font-weight: normal
}

.FrontProducts_detail02-d7_c1 .pic-module .skimpro P A:hover {
    color: #ff6674;
    text-decoration: none
}

.FrontProducts_detail02-d7_c1 .pro-module H1 {
    margin: 0;
    color: #f39800;
    font-size: 14px
}

.FrontProducts_detail02-d7_c1 .pro-module UL {
    padding-bottom: 0;
    list-style-type: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    list-style-image: none;
    padding-top: 0
}

.FrontProducts_detail02-d7_c1 .pro-module UL LI {
    line-height: 23px;
    color: #231815
}

.FrontProducts_detail02-d7_c1 .pro-module UL LI SPAN {
    color: #666464;
    font-weight: normal;
    display: none
}

.FrontProducts_detail02-d7_c1 .pro-module UL LI.code {
    color: #09f;
    font-weight: bold
}

.FrontProducts_detail02-d7_c1 .pro-module UL LI.name A {
    color: #f60;
    font-weight: bold
}

.FrontProducts_detail02-d7_c1 .pro-module UL LI.name STRONG {
    font-weight: normal
}

.FrontProducts_detail02-d7_c1 .pro-module UL LI.brandlogo IMG {
    width: 140px;
    height: 105px
}

.FrontProducts_detail02-d7_c1 .pro-module UL LI.weight {
    color: #f39800
}

.FrontProducts_detail02-d7_c1 .pro-module UL LI.skim {
    color: #f39800
}

.FrontProducts_detail02-d7_c1 .pro-module UL LI.marketprice LABEL {
    text-decoration: line-through
}

.FrontProducts_detail02-d7_c1 .pro-module UL LI.memberprice LABEL {
    color: #e60012;
    font-size: 13px;
    font-weight: bold
}

.FrontProducts_detail02-d7_c1 .pro-module UL LI.integral {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 15px;
    padding-top: 0
}

.FrontProducts_detail02-d7_c1 .pro-module UL LI.text {
    clear: both
}

.FrontProducts_detail02-d7_c1 .pro-module UL LI.text EM {
    border-bottom: #adb9c2 1px solid;
    border-left: #adb9c2 1px solid;
    padding-bottom: 0;
    font-style: normal;
    margin: 0;
    padding-left: 3px;
    padding-right: 3px;
    background: url(/skin/images/size_bg.gif) repeat-x left top;
    height: 13px;
    color: #09f;
    border-top: #adb9c2 1px solid;
    cursor: pointer;
    border-right: #adb9c2 1px solid;
    padding-top: 0
}

.FrontProducts_detail02-d7_c1 .pro-module UL LI.text SPAN {
    margin-right: 5px
}

.FrontProducts_detail02-d7_c1 .pro-module .specifications {
    padding-left: 10px;
    background: #ffc
}

.FrontProducts_detail02-d7_c1 .pro-module UL LI.images {
    vertical-align: middle
}

.FrontProducts_detail02-d7_c1 .pro-module UL LI.images LABEL {
    padding-right: 10px
}

.FrontProducts_detail02-d7_c1 .pro-module UL LI.images IMG {
    padding-bottom: 4px;
    padding-left: 4px;
    width: 12px;
    padding-right: 4px;
    height: 12px;
    cursor: pointer;
    padding-top: 4px
}

.FrontProducts_detail02-d7_c1 .pro-module UL LI.comment2 IMG {
    padding-right: 5px;
    vertical-align: middle
}

.FrontProducts_detail02-d7_c1 .pro-module UL LI .input {
    border-bottom: #ddddde 1px solid;
    border-left: #ddddde 1px solid;
    line-height: 15px;
    width: 80px;
    height: 15px;
    border-top: #ddddde 1px solid;
    border-right: #ddddde 1px solid
}

.FrontProducts_detail02-d7_c1 .pro-module UL LI .inputgray {
    color: #000;
    font-size: 12px
}

.FrontProducts_detail02-d7_c1 .pro-module UL LI.number SPAN {
    padding-left: 12px
}

.FrontProducts_detail02-d7_c1 .pro-module UL LI.number EM {
    font-style: normal;
    color: #999
}

.FrontProducts_detail02-d7_c1 .pro-module UL LI.number EM {
    font-style: normal;
    color: #999
}

.FrontProducts_detail02-d7_c1 .pro-module UL LI.outstock IMG {
    vertical-align: middle
}

.FrontProducts_detail02-d7_c1 .pro-module P.buttonP {
    margin: 10px 0 0;
    width: 100%
}

.FrontProducts_detail02-d7_c1 .pro-module P.buttonP .btna {
    margin: 3px;
    white-space: nowrap
}

.FrontProducts_detail02-d7_c1 .pro-module P.buttonP .btn {
    margin: 3px;
    white-space: nowrap;
    float: left
}

.FrontProducts_detail02-d7_c1 .pro-module P.buttonP SPAN.buy A {
    color: #fff
}

.FrontProducts_detail02-d7_c1 .pro-module P.buttonP SPAN.price A {
    color: #fff
}

.FrontProducts_detail02-d7_c1 .pro-module P.buttonP SPAN.favor A {
    color: #727171
}

.FrontProducts_detail02-d7_c1 .pro-module P.buttonP SPAN.qq A {
    color: #727171
}

.FrontProducts_detail02-d7_c1 .pro-module P.buttonP SPAN A:hover {
    text-decoration: none
}

.FrontProducts_detail02-d7_c1 .pro-module P.buttonP SPAN.buy {
    background: url(/skin/images/btn-blue1-01.gif) no-repeat left top
}

.FrontProducts_detail02-d7_c1 .pro-module P.buttonP SPAN.price {
    background: url(/skin/images/btn-blue1-01.gif) no-repeat left top
}

.FrontProducts_detail02-d7_c1 .pro-module P.buttonP SPAN.favor {
    background: url(/skin/images/btn-gray1-01.gif) no-repeat left top;
    color: #727171
}

.FrontProducts_detail02-d7_c1 .pro-module P.buttonP SPAN.qq {
    background: url(/skin/images/btn-gray1-01.gif) no-repeat left top;
    color: #727171
}

.FrontProducts_detail02-d7_c1 .detail UL {
    padding: 0;
    list-style: none;
    background: #1679ce;
    width: auto;
    border-left: 6px solid #7bb427;
    height: 38px;
    display: block;
    clear: both;
    margin-bottom: 20px
}

.FrontProducts_detail02-d7_c1 .detail UL LI {
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: left;
    text-indent: 12px
}

.FrontProducts_detail02-d7_c1 .detail UL LI A {
    color: #727171;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none
}

.FrontProducts_detail02-d7_c1 .detail UL LI.current A {
    color: #fff;
    font-size: 16px;
    font-weight: normal
}

.FrontProducts_detail02-d7_c1 .pro-module UL LI.mutilimg IMG {
    width: 30px;
    height: 30px
}

.FrontProducts_detail02-d7_c1 .detail .describe {
    line-height: 20px;
    margin: 5px 0 10px;
    color: #666464;
    clear: both
}

.FrontProducts_detail02-d7_c1 .other {
    margin: 20px 0 0 25px
}

.FrontProducts_detail02-d7_c1 .other P {
    line-height: 20px;
    margin: 0;
    color: #666464
}

.pop-brand {
    z-index: 3;
    position: absolute;
    width: 229px;
    color: #231815;
    top: 97px;
    left: 489px
}

.pop-brand P.top {
    text-align: right;
    padding-bottom: 0;
    margin: 0;
    padding-left: 0;
    padding-right: 15px;
    background: url(/skin/images/pop-top.gif) no-repeat left top;
    height: 23px;
    padding-top: 20px
}

.pop-brand P.top A.close {
    width: 24px;
    display: block;
    background: url(/skin/images/close.gif) no-repeat right top;
    float: right;
    height: 17px
}

.pop-brand P.top A.close:hover {
    background: url(/skin/images/close-hover.gif) no-repeat right top
}

.pop-brand .intro {
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    background: url(/skin/images/pop-bg.gif) repeat-y left top;
    padding-top: 5px
}

.pop-brand .intro P.pic {
    text-align: center;
    margin: 0
}

.pop-brand .intro P.pic IMG {
    border-bottom: #e6e6e6 1px solid;
    border-left: #e6e6e6 1px solid;
    border-top: #e6e6e6 1px solid;
    border-right: #e6e6e6 1px solid
}

.pop-brand .intro H4 {
    margin: 15px 0 0 15px;
    font-size: 12px
}

.pop-brand .intro .info {
    padding-bottom: 5px;
    line-height: 18px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    padding-top: 5px
}

.pop-brand .intro P.address {
    margin: 10px 0 0 15px;
    font-size: 12px
}

.pop-brand .intro P.address A {
    color: #007dcc;
    text-decoration: none
}

.pop-brand P.bottom {
    margin: 0;
    background: url(/skin/images/pop-bottom.gif) no-repeat left bottom;
    height: 17px;
    font-size: 0
}

.FrontProducts_detail02-d7_c1 .pop-picbig {
    z-index: 3;
    position: absolute;
    background: #fff;
    top: 100px;
    left: 270px
}

.FrontProducts_detail02-d7_c1 .pop-picbig IMG {
    border-bottom: #000 1px solid;
    border-left: #000 1px solid;
    padding-bottom: 5px;
    padding-left: 5px;
    width: 350px;
    padding-right: 5px;
    height: 350px;
    border-top: #000 1px solid;
    border-right: #000 1px solid;
    padding-top: 5px
}

.FrontProducts_detail02-d7_c1 .pop-picbig A.close {
    position: absolute;
    width: 18px;
    display: block;
    background: url(/skin/images/ad-close-01.gif) no-repeat left top;
    height: 18px;
    top: -8px;
    right: -10px
}

.FrontProducts_detail02-d7_c1 .pop-picbig A.close:hover {
    background: url(/skin/images/ad-close-02.gif) no-repeat left top
}

.FrontProducts_detail02-d7_c1 .jqzoom {
    position: relative;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    cursor: pointer;
    padding-top: 0
}

.FrontProducts_detail02-d7_c1 .jqzoom IMG {
    width: 300px;
    height: 350px
}

.FrontProducts_detail02-d7_c1 DIV.zoomdiv {
    z-index: 100;
    border-bottom: #ccc 1px solid;
    position: absolute;
    text-align: center;
    border-left: #ccc 1px solid;
    width: 150px;
    background: #fff;
    height: 150px;
    overflow: hidden;
    border-top: #ccc 1px solid;
    top: 0;
    border-right: #ccc 1px solid;
    left: 316px
}

.FrontProducts_detail02-d7_c1 DIV.jqZoomPup {
    z-index: 100000;
    border-bottom: #aaa 1px solid;
    position: absolute;
    filter: alpha(opacity=50);
    border-left: #aaa 1px solid;
    width: 50px;
    background: #fff no-repeat 50% top;
    height: 50px;
    visibility: hidden;
    border-top: #aaa 1px solid;
    top: 0;
    border-right: #aaa 1px solid;
    left: 20px;
    opacity: .5;
    -moz-opacity: .5;
    -khtml-opacity: .5
}

.FrontProducts_detail02-d7_c1 .imgbox {
    position: absolute;
    width: 100%;
    height: 300px
}

.FrontProducts_detail02-d7_c1 .detailparameter TABLE {
    background: url(/skin/images/inq-bgtable.gif) repeat-x 0 0
}

.FrontProducts_detail02-d7_c1 .detailparameter TABLE .title {
    width: 15%
}

.FrontProducts_detail02-d7_c1 .detailparameter TABLE .property-value {
    padding-left: 5px
}

.FrontProducts_detail02-d7_c1 .detailparameter TABLE TH.first {
    border-left: #9be3f9 1px solid;
    width: 3px;
    height: 32px
}

.FrontProducts_detail02-d7_c1 .detailparameter TABLE TD.first {
    border-left: #d7d7d7 1px solid;
    width: 3px;
    border-right: 0
}

.FrontProducts_detail02-d7_c1 .detailparameter TABLE TH.last {
    height: 32px;
    border-right: #9be3f9 1px solid
}

.FrontProducts_detail02-d7_c1 .detailparameter TABLE TD.last {
    border-right: #d7d7d7 1px solid
}

.FrontProducts_detail02-d7_c1 .detailparameter TABLE TH {
    text-align: left;
    line-height: 32px;
    height: 32px;
    color: #06c;
    font-weight: normal
}

.FrontProducts_detail02-d7_c1 .detailparameter TABLE TD {
    height: 25px
}

.FrontProducts_detail02-d7_c1 .nos-tr TD {
    border-bottom: #d7d7d7 1px solid;
    border-right: #d7d7d7 1px solid
}

.FrontProducts_detail02-d7_c1 .bg-odd TD {
    border-bottom: #9be3f9 1px solid;
    border-right: #d7d7d7 1px solid
}

.FrontProducts_detail02-d7_c1 .other EM {
    font-style: normal;
    color: #09f
}

.FrontProducts_detail02-d7_c1 .other A {
    text-decoration: underline
}

.FrontProducts_detail02-d7_c1 .pro-module .images .click IMG {
    padding-bottom: 3px;
    background-color: #ff0;
    padding-left: 3px;
    width: 12px;
    padding-right: 3px;
    display: inline-block;
    height: 12px;
    padding-top: 3px
}

.FrontProducts_detail02-d7_c1 .pro-module .text .click {
    border-bottom: #ff0 3px solid;
    border-left: #ff0 3px solid;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    border-top: #ff0 3px solid;
    border-right: #ff0 3px solid;
    padding-top: 0
}

.FrontProducts_detail02-d7_c1 .pro-module .choose-property {
    width: 100%
}

.FrontProducts_detail02-d7_c1 .detail .describe {
    list-style: disc none outside;
    z-index: auto;
    border-bottom: medium none;
    text-justify: auto;
    text-align: left;
    border-left: medium none;
    text-transform: none;
    text-indent: 0;
    margin: auto;
    width: auto;
    display: inline;
    border-collapse: separate;
    font: medium Times New Roman;
    word-wrap: normal;
    white-space: normal;
    background: none transparent scroll repeat 0 0;
    float: none;
    letter-spacing: normal;
    height: auto;
    visibility: inherit;
    color: #000;
    clear: none;
    vertical-align: baseline;
    overflow: visible;
    word-break: normal;
    border-top: medium none;
    border-right: medium none;
    word-spacing: normal;
    text-decoration: none;
    font-stretch: normal
}

.FrontProducts_detail02-d7_c1 .detail .describe UL {
    padding-left: 25px;
    width: auto;
    display: inline-block;
    background: none transparent scroll repeat 0 0;
    float: none;
    height: auto
}

.FrontProducts_detail02-d7_c1 .detail .describe UL LI {
    list-style: disc none outside;
    text-align: left;
    line-height: normal;
    width: auto;
    background: none transparent scroll repeat 0 0;
    float: none;
    height: auto
}

.FrontProducts_detail02-d7_c1 .detail .describe OL {
    padding-left: 25px;
    width: auto;
    display: inline-block;
    background: none transparent scroll repeat 0 0;
    float: none;
    height: auto
}

.FrontProducts_detail02-d7_c1 .detail .describe OL LI {
    list-style: decimal none outside;
    text-align: left;
    line-height: normal;
    width: auto;
    background: none transparent scroll repeat 0 0;
    float: none;
    height: auto
}

.FrontProducts_detail02-d7_c1 .detail .describe P {
    line-height: 24px;
    color: #666
}

.FrontProducts_detail02-d7_c1 .detail .describe P strong {
    width: 100%;
    height: 30px;
    display: block;
    line-height: 30px;
    border-bottom: 1px solid #7bb427;
    margin-bottom: 12px;
    font-size: 14px
}

.FrontProducts_detail02-d7_c1 .detail .describe H1 {
    margin: .67em 0;
    font-size: 2em;
    font-weight: bolder
}

.FrontProducts_detail02-d7_c1 .detail .describe H2 {
    margin: .83em 0;
    font-size: 1.5em;
    font-weight: bolder
}

.FrontProducts_detail02-d7_c1 .detail .describe H3 {
    margin: 1em 0;
    font-size: 1.17em;
    font-weight: bolder
}

.FrontProducts_detail02-d7_c1 .detail .describe H4 {
    margin: 1.33em 0;
    font-size: 1em;
    font-weight: bolder
}

.FrontProducts_detail02-d7_c1 .detail .describe H5 {
    line-height: 1.17em;
    margin: 1.67em 0;
    font-size: .83em;
    font-weight: bolder
}

.FrontProducts_detail02-d7_c1 .detail .describe H6 {
    margin: 2.33em 0;
    font-size: .67em;
    font-weight: bolder
}

.FrontProductsCategory_show01-d5_c1 {
    width: 206px;
    margin: 0 auto;
    color: #4c4948;
    overflow: hidden;
    clear: both;
    text-align: left
}

.FrontProductsCategory_show01-d5_c1 em {
    font-style: normal
}

.FrontProductsCategory_show01-d5_c1 ul li {
    margin: 0;
    padding: 0
}

.FrontProductsCategory_show01-d5_c1 li span.menu-open {
    text-align: left;
    background-image: url(/skin/images/icon-01.gif);
    background-repeat: no-repeat;
    padding-left: 9px;
    margin-left: 8px;
    background-position: left 50%;
    cursor: default;
    display: inline
}

.FrontProductsCategory_show01-d5_c1 li.menu-text1 a {
    text-decoration: none;
    width: 166px;
    margin-top: 10px;
    margin-left: 12px;
    line-height: 22px;
    height: 22px;
    text-align: center;
    display: block;
    float: left;
    border-bottom: 1px solid #ebebeb;
    font-size: 15px;
    color: #606060
}

.FrontProductsCategory_show01-d5_c1 li.menu-text1 span {
    float: left
}

.FrontProductsCategory_show01-d5_c1 li span.menu-none {
    background-image: url(/skin/images/icon-03.gif);
    background-repeat: no-repeat;
    background-position: left 50%;
    padding-left: 9px;
    cursor: default;
    display: inline
}

.FrontProductsCategory_show01-d5_c1 li span.menu-close {
    background-image: url(/skin/images/icon-02.gif);
    background-repeat: no-repeat;
    background-position: left 50%;
    padding-left: 9px;
    cursor: default;
    display: inline
}

.FrontProductsCategory_show01-d5_c1 li a.current {
    color: #F00;
    font-weight: bold
}

.FrontProductsCategory_show01-d5_c1 ul li ul {
    padding-left: 25px
}

.FrontProductsCategory_show01-d12_c1 LI ul li A.current2 {
    color: #f17100;
    font-weight: normal
}

.nav {
    width: 100%
}

.nav LI {
    margin: 0
}

.nav .child {
    display: none;
    margin: 0;
    padding: 0
}

.nav A {
    border-bottom: 1px solid #ebebeb;
    line-height: 32px;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 15px;
    height: 32px;
    color: #606060;
    margin-top: 10px;
    cursor: pointer;
    text-decoration: none
}

.nav a:hover {
    text-decoration: none;
    background: #0a62ae;
    color: #fff;
    border-bottom: 0;
    padding-bottom: 1px;
    border-right: 6px solid #70c20f
}

.nav .child LI {
    background: url(/skin/images/ico03.gif) no-repeat 10px 13px
}

.nav .child A {
    border-bottom: #ddd 1px dotted;
    line-height: 32px;
    padding-left: 25px;
    display: block;
    height: 32px;
    color: #999;
    margin-left: 0;
    font-weight: normal;
    text-decoration: none;
    width: 180px;
    font-size: 13px
}

.nav .child A:hover {
    color: #70c20f;
    background: 0;
    border-right: 0
}

.nav .child .child li {
    background: url(/skin/images/ico03.gif) no-repeat 15px 13px
}

.nav .child .child A {
    border-bottom: #ddd 1px dotted;
    line-height: 32px;
    padding-left: 30px;
    display: block;
    height: 32px;
    color: #666;
    margin-left: 0;
    font-weight: normal;
    text-decoration: none;
    width: 175px
}

.FrontColumns_navigation01-d2_c1 {
    width: 100%;
    margin: 0 auto;
    text-align: left
}

.FrontColumns_navigation01-d2_c1 ul.nav-first {
    width: 100%;
    float: left
}

.FrontColumns_navigation01-d2_c1 ul.nav-first li {
    float: left;
    white-space: nowrap;
    position: relative
}

.FrontColumns_navigation01-d2_c1 ul.nav-first li a {
    float: left;
    height: 101px;
    line-height: 101px;
    font-weight: bold;
    padding: 0 16px;
    text-decoration: none;
    color: #2b2b2b;
    font-size: 15px;
    margin: 0 5px
}

.FrontColumns_navigation01-d2_c1 ul.nav-first li a:hover {
    background: #f4f4f4;
    color: #6eaf0d;
    animation: myfirst 2s;
    -moz-animation: myfirst 2s;
    -webkit-animation: myfirst 2s;
    -o-animation: myfirst 2s
}

.FrontColumns_navigation01-d2_c1 ul.nav-first li.first {
    padding: 0
}

.FrontColumns_navigation01-d2_c1 .ddsubmenustyle, .FrontColumns_navigation01-d2_c1 .ddsubmenustyle ul {
    font: normal 13px Verdana;
    float: left;
    overflow: hidden;
    width: 165px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    list-style-type: none;
    background: white;
    border-bottom-width: 0;
    visibility: hidden;
    z-index: 100;
    white-space: nowrap
}

.FrontColumns_navigation01-d2_c1 .ddsubmenustyle li a {
    display: block;
    width: auto;
    min-width: 120px;
    font-weight: normal;
    text-decoration: none;
    color: #353535;
    padding: 0 0 0 15px;
    height: 36px;
    line-height: 36px;
    text-decoration: none;
    border-bottom: 1px solid #e4e4e4;
    background: #f4f4f4
}

.FrontColumns_navigation01-d2_c1 .ddsubmenustyle li img {
    margin-top: 4px;
    margin-top: 4 px9;
+ margin-top: 0
}

.FrontColumns_navigation01-d2_c1 .ddsubmenustyle li a:hover {
    color: #fff;
    text-decoration: none;
    background: #80bc26
}

.FrontColumns_navigation01-d2_c1 .ddsubmenustyle li {
    _width: 165px
}

.FrontColumns_navigation01-d2_c1 .ddsubmenustyle li a:hover {
    color: white
}

.FrontColumns_navigation01-d2_c1 .downarrowpointer {
    padding-left: 4px;
    border: 0;
    _margin-top: 16px;
    display: none
}

.FrontColumns_navigation01-d2_c1 .rightarrowpointer {
    position: absolute;
    padding-top: 3px;
    left: 100px;
    border: 0
}

.FrontColumns_navigation01-d2_c1 .ddiframeshim {
    position: absolute;
    z-index: 500;
    background: transparent;
    border-width: 0;
    width: 0;
    height: 0;
    display: block
}

.FrontColumns_navigation01-d2_c1 .mattblackmenu ul {
    margin: 0;
    padding: 0;
    font: bold 12px Verdana;
    list-style-type: none;
    overflow: hidden;
    width: 100%
}

.FrontColumns_navigation01-d2_c1 .mattblackmenu li {
    display: inline;
    margin: 0
}

.FrontColumns_navigation01-d2_c1 .mattblackmenu li a {
    float: left;
    display: block;
    text-decoration: none;
    margin: 0;
    padding: 6px 8px;
    color: white
}

.FrontColumns_navigation01-d2_c1 .mattblackmenu a.selected {
    background: #f4f4f4
}

.FrontColumns_navigation01-d4_c1 {
    width: 100%;
    margin: 0 auto;
    text-align: left
}

.FrontColumns_navigation01-d4_c1 ul.nav-first {
    width: 100%
}

.FrontColumns_navigation01-d4_c1 ul.nav-first li {
    float: left;
    white-space: nowrap;
    position: relative
}

.FrontColumns_navigation01-d4_c1 ul.nav-first li a {
    float: left;
    line-height: 24px;
    padding: 0 30px;
    text-decoration: none;
    color: #fff;
    background: url(/skin/images/navline.jpg) no-repeat left
}

.FrontColumns_navigation01-d4_c1 ul.nav-first li a:hover {
    color: #6bae05
}

.FrontColumns_navigation01-d4_c1 ul.nav-first li.first {
    padding-left: 212px
}

.FrontColumns_navigation01-d4_c1 ul.nav-first li.first a {
    background: 0
}

.FrontColumns_navigation01-d4_c1 ul.nav-first li.last {
    width: 10px;
    height: 35px;
    float: right
}

.FrontColumns_navigation01-d4_c1 .ddsubmenustyle, .FrontColumns_navigation01-d4_c1 .ddsubmenustyle ul {
    font: normal 13px Verdana;
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    list-style-type: none;
    background: white;
    border-bottom-width: 0;
    visibility: hidden;
    z-index: 100;
    display: none
}

.FrontColumns_navigation01-d4_c1 .ddsubmenustyle li {
    display: block;
    width: auto;
    font-weight: normal;
    text-decoration: none;
    color: #000;
    height: 24px;
    line-height: 24px;
    text-decoration: underline;
    float: left;
    background-color: #f1f1f1
}

.FrontColumns_navigation01-d4_c1 .ddsubmenustyle li a {
    display: inline-block;
    width: auto;
    font-weight: normal;
    text-decoration: none;
    color: #000;
    padding: 0 15px;
    height: 24px;
    line-height: 24px;
    text-decoration: underline;
    background-color: #f1f1f1
}

.FrontColumns_navigation01-d4_c1 .ddsubmenustyle li img {
    margin-top: 4px;
    margin-top: 4 px9;
+ margin-top: 0
}

.FrontColumns_navigation01-d4_c1 .ddsubmenustyle li a:hover {
    color: #000;
    text-decoration: underline
}

.FrontColumns_navigation01-d4_c1 .ddsubmenustyle li {
    _width: auto
}

.FrontColumns_navigation01-d4_c1 .ddsubmenustyle li a:hover {
    color: #FFF;
    background-color: #7e7e7e
}

.FrontColumns_navigation01-d4_c1 .downarrowpointer {
    padding-left: 4px;
    border: 0;
    _margin-top: 16px;
    display: none
}

.FrontColumns_navigation01-d4_c1 .rightarrowpointer {
    position: absolute;
    padding-top: 3px;
    left: 100px;
    border: 0
}

.FrontColumns_navigation01-d4_c1 .ddiframeshim {
    position: absolute;
    z-index: 500;
    background: transparent;
    border-width: 0;
    width: 0;
    height: 0;
    display: block
}

.FrontColumns_navigation01-d4_c1 .mattblackmenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-bottom: 1px solid #58606d;
    overflow: hidden;
    width: 100%
}

.FrontColumns_navigation01-d4_c1 .mattblackmenu li {
    display: inline;
    margin: 0
}

.FrontColumns_navigation01-d4_c1 .mattblackmenu li a {
    float: left;
    display: block;
    text-decoration: none;
    margin: 0;
    padding: 6px 8px;
    color: white
}

.fullSlide {
    position: relative;
    width: 100%;
    background: #000;
    height: 475px;
    overflow: hidden
}

.fullSlide .bd {
    z-index: 0;
    position: relative;
    margin: 0 auto;
    height: 475px;
    overflow: hidden
}

.fullSlide .bd UL {
    width: 100% !important
}

.fullSlide .bd LI {
    text-align: center;
    width: 1920px;
    height: 475px;
    left: 50%;
    overflow: hidden;
    margin-left: -960px;
    position: absolute
}

.fullSlide .bd LI A {
    display: block;
    height: 475px;
    color: #fff
}

.fullSlide .hd {
    z-index: 1;
    position: absolute;
    line-height: 30px;
    width: auto;
    bottom: 15px;
    height: 10px;
    left: 45%
}

.fullSlide .hd UL {
    text-align: center;
    padding-left: 2%;
    width: 100%;
    height: 10px
}

.fullSlide .hd UL LI {
    filter: alpha(opacity=50);
    line-height: 999px;
    margin: 1px;
    width: 42px;
    zoom: 1;
    display: inline-block;
    background: #fff;
    float: left;
    height: 8px;
    overflow: hidden;
    cursor: pointer;
    opacity: .5
}

.fullSlide .hd UL .on {
    background: #6bae05
}

.fullSlide .prev {
    z-index: 1;
    position: absolute;
    filter: alpha(opacity=50);
    margin-top: -30px;
    width: 40px;
    display: none;
    background: url(/skin/m/public/slider-arrow.png) #000 no-repeat -125px 50%;
    height: 60px;
    top: 50%;
    cursor: pointer;
    left: 0;
    opacity: .5
}

.fullSlide .next {
    z-index: 1;
    position: absolute;
    filter: alpha(opacity=50);
    margin-top: -30px;
    width: 40px;
    display: none;
    background: url(/skin/m/public/slider-arrow.png) #000 no-repeat -5px 50%;
    height: 60px;
    top: 50%;
    cursor: pointer;
    left: 15%;
    opacity: .5
}

.fullSlide .next {
    right: 0;
    left: auto
}

.fullSlide .bd .f_title {
    bottom: 1px;
    position: absolute;
    width: 100%;
    height: 0;
    line-height: 0;
    text-align: center;
    background: #000;
    filter: alpha(opacity=40);
    opacity: .4
}

.FrontPublic_breadCrumb01-d1_c1 {
    width: 800px;
    padding-left: 26px;
    margin: 0 auto;
    clear: both;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-align: left
}

.FrontPublic_breadCrumb01-d1_c1 a:link, .FrontPublic_breadCrumb01-d1_c1 a:visited {
    color: #1679ce;
    text-decoration: none
}

.FrontPublic_breadCrumb01-d1_c1 a:hover {
    color: #80bb26;
    text-decoration: underline
}

.FrontPublic_breadCrumb01-d1_c1 div {
    float: left;
    text-align: left;
    width: 100%;
    color: #1679ce
}

#box_in_title {
    float: none;
    display: none
}

#box_nav_list_sub1 {
    width: 100%
}

#box_nav_list_sub2 {
    width: 100%
}

#box_right_top {
    float: none;
    width: 100%
}