﻿/* CSS Document */

body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, dl, dt, dd
{
    margin: 0;
    padding: 0;
    border: 0;
}

body
{
    position: relative;
    margin: 0 auto;
    color: #333;
    line-height: 150%;
}
.img
{
    border: 0px;
}
li
{
    list-style-type: none;
}
h1, h2, h3, h4, h5, h6
{
    font-size: 12px;
    font-weight: normal;
}
input, button, textarea, select, td
{
    font: 100% font:12px/1.55em arial, helvetica, sans-serif;
}

a
{
    color: #AC557C;
    text-decoration: none;
}

a:hover
{
    color: white;
    text-decoration: underline;
}


.clear
{
    clear: both;
    overflow: hidden;
    height: 0px;
}
.noBorder
{
    border: none;
}
img，li
{
    vertical-align: top;
}


.box
{
    border: 1px #cccccc solid;
}

.fl
{
    float: left;
}
.fr
{
    float: right;
}
.f14
{
    font-size: 14px;
}



/*验证*/
.msgNormal
{
    margin: 0px;
    background: url(../images/common/validate_normal.gif) no-repeat;
    width: 300px;
    padding-left: 25px;
    padding-top: 3px;
    padding-bottom: 3px;
    height: 20px;
    line-height: 20px;
    color: #999999;
}
.msgOnFocus
{
    margin: 0px;
    background: #E9F0FF url(../images/common/validate_waring.gif) no-repeat;
    width: 300px;
    padding-left: 25px;
    padding-top: 3px;
    padding-bottom: 3px;
    height: 20px;
    line-height: 20px;
    border: #00a8ff 1px solid;
}
.msgError
{
    margin: 0px;
    background: #FFF2E9 url(../images/common/validate_error.gif) no-repeat;
    width: 300px;
    padding-left: 25px;
    padding-top: 3px;
    padding-bottom: 3px;
    height: 20px;
    line-height: 20px;
    border: #f60 1px solid;
}
.msgError a
{
    color: red;
}
.msgOK
{
    margin: 0px;
    background: #E9FFEB url(../images/common/validate_success.gif) no-repeat;
    width: 300px;
    padding-left: 25px;
    padding-top: 3px;
    padding-bottom: 3px;
    height: 20px;
    line-height: 20px;
    border: #00be00 1px solid;
}

.msgFree
{
    margin: 5px;
    background: url(../images/common/validate_normal.gif) no-repeat;
    width: 680px;
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 3px;
    color: #999999;
}
.msgShort
{
    margin: 5px;
    background: url(../images/common/validate_normal.gif) no-repeat;
    width: 150px;
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 3px;
    color: #999999;
}

.tdStyle
{
    height: 50px;
}

.tdStyle td
{
    border: none;
}

.mt10
{
    margin-top: 10px;
}
.mb10
{
    margin-bottom: 10px;
}
.ml10
{
    margin-left: 10px;
}
.mr10
{
    margin-right: 10px;
}

.mt20
{
    margin-top: 20px;
}
.mb20
{
    margin-bottom: 20px;
}
.ml20
{
    margin-left: 20px;
}
.mr20
{
    margin-right: 20px;
}







/******放大图的样式********/
#jquery-overlay
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
}
#jquery-lightbox
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}
#jquery-lightbox a img
{
    border: none;
}
#lightbox-container-image-box
{
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}
#lightbox-container-image
{
    padding: 10px;
}
#lightbox-loading
{
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
#lightbox-nav
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav
{
    left: 0;
}
#lightbox-nav a
{
    outline: none;
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext
{
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
}
#lightbox-nav-btnPrev
{
    left: 0;
    float: left;
}
#lightbox-nav-btnNext
{
    right: 0;
    float: right;
}
#lightbox-container-image-data-box
{
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0;
}
#lightbox-container-image-data
{
    padding: 0 10px;
    color: #666;
}
#lightbox-container-image-data #lightbox-image-details
{
    width: 70%;
    float: left;
    text-align: left;
}
#lightbox-image-details-caption
{
    font-weight: bold;
}
#lightbox-image-details-currentNumber
{
    display: block;
    clear: left;
    padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose
{
    width: 66px;
    float: right;
    padding-bottom: 0.7em;
}


/*分页样式*/
div.quotes
{
    padding: 30px 0px 30px 0px;
    width: 900px;
    margin:0px auto;
    text-align: right;
    text-align: right;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    clear: both;
    text-align: center;
}
div.quotes A
{
    border-right: #999 1px solid;
    padding-right: 5px;
    border-top: #999 1px solid;
    padding-left: 5px;
    padding-bottom: 2px;
    border-left: #999 1px solid;
    color: #999;
    margin-right: 2px;
    padding-top: 2px;
    border-bottom: #999 1px solid;
    text-decoration: none;
    display: inline-block;
    line-height: 20px;
}
div.quotes A:hover
{
    border-right: #B12C64 1px solid;
    padding-right: 5px;
    border-top: #B12C64 1px solid;
    padding-left: 5px;
    padding-bottom: 2px;
    border-left: #B12C64 1px solid;
    margin-right: 2px;
    padding-top: 2px;
    border-bottom: #B12C64 1px solid;
    color: #B12C64;
    text-decoration: none;
}
div.quotes A:active
{
    border-right: #B12C64 1px solid;
    padding-right: 5px;
    border-top: #B12C64 1px solid;
    padding-left: 5px;
    padding-bottom: 2px;
    border-left: #B12C64 1px solid;
    margin-right: 2px;
    padding-top: 2px;
    border-bottom: #B12C64 1px solid;
    color: #B12C64;
    text-decoration: none;
}
div.quotes SPAN.current
{
    border-right: #B12C64 1px solid;
    padding-right: 5px;
    border-top: #B12C64 1px solid;
    padding-left: 5px;
    font-weight: bold;
    padding-bottom: 2px;
    border-left: #B12C64 1px solid;
    color: #B12C64;
    margin-right: 2px;
    padding-top: 2px;
    border-bottom: #B12C64 1px solid;
    background-color: #EEA4DF;
    display: inline-block;
    line-height: 20px;
}
div.quotes SPAN.disabled
{
    border-right: #f3f3f3 1px solid;
    padding-right: 5px;
    border-top: #f3f3f3 1px solid;
    padding-left: 5px;
    padding-bottom: 2px;
    border-left: #f3f3f3 1px solid;
    color: #ccc;
    margin-right: 2px;
    padding-top: 2px;
    border-bottom: #f3f3f3 1px solid;
    display: inline-block;
    line-height: 20px;
}

div.quotes SPAN.PageInfo
{
    float: left;
    color:#AC557C;
}

div.quotes SPAN.PageButton
{
    float: right;
}






.container
{
    width: 647px;
    height: 221px;
    overflow: hidden;
}

.container a img
{
    width: 647px;
    height: 221px;
}

.container img
{
    border-bottom-style: none;
    border-right-style: none;
    border-top-style: none;
    border-left-style: none;
}
.td_f
{
}
.td_f a img
{
    padding-bottom: 0px;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}

.num
{
    position: absolute;
    width: 200px;
    float: right;
    top: 190px;
    left: 580px;
}

.num li
{
    text-align: center;
    line-height: 15px;
    list-style-type: none;
    margin: 1px;
    width: 15px;
    font-family: arial;
    border: 1px #ccc solid;
    float: left;
    height: 15px;
    color: #86a2b8;
    font-size: 12px;
    background-color: #fff;
    cursor: pointer;
}

.num li.on
{
    line-height: 15px;
    background-color: red;
    width: 15px;
    border: 1px #ac2222 solid;
    height: 15px;
    color: #ffffff;
}


.button
{
    background: url(../images/common/button.jpg);
    width: 80px;
    height: 28px;
    border: 0px;
    cursor: pointer;
    line-height: 28px;
    font-weight: bold;
    color: White;
    display: block;
    text-align: center;
}
a.button:hover
{
    color: White;
}







/*产品显示*/
.productdetail dt
{
    float: left;
    width: 500px;
}
.productdetail dd
{
    float: left;
}
.Product_Name
{
    padding-bottom: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.Product_Name h1
{
    display: inline;
}
/*Product_Intro_Left*/
#Product_Intro_Left
{
    float: left;
    width: 349px;
}
#Product_BigImage
{
    width: 347px;
    height: 260px;
    border: 1px solid #EAEAEA;
}
#Product_BigImage img
{
    width: 347px;
    height: 260px;
    display: block;
}
#Product_Opp
{
    width: 349px;
    height: 18px;
    padding: 8px 0;
    text-align: center;
    float: left;
}
#Product_Opp img
{
    display: inline;
    vertical-align: text-top;
    text-align: center;
}
#Product_Opp ul
{
    float: left;
    text-align: center;
    margin: 0 0 0 18px;
}
#Product_LittleImage
{
    position:relative;
    width: 349px;
    height: 62px;
    padding: 5px 0;
    overflow: hidden;
    float: left;
}
#Product_LittleImage ul
{
    height: 62px;
    width: 321px;
    overflow: hidden;
}
#Product_LittleImage li
{
    float: left;
    width: 64px;
    height: 48px;
    padding: 7px 0;
    text-align: center;
}
#Product_LittleImage li img
{
    display: inline;
    width: 50px;
    height: 38px;
    padding: 4px 1px;
    margin: 0 auto;
    border: 1px solid #D7D7D7;
    background: #fff;
}
#Product_LittleImage li .curr
{
    padding: 3px 0px;
    border: 2px solid #82acd5;
}
/*Product_Intro_Right*/
#Product_Intro_Right
{
    width: 406px;
    padding-top: 20px;
    border-top: 1px dashed #EAEAEA;
    float: right;
}
#Product_Intro_Right img
{
    display: inline;
    vertical-align: middle;
}
.Pro_baseinfo
{
    overflow: hidden;
    zoom: 1;
    padding-left: 20px;
}
/*jqzoom-------------------------------------------------------------*/
.jqzoom
{
    float: left;
    position: relative;
    padding: 0px; /*cursor:pointer;*/
}
.jqzoom img
{
    float: left;
}
.zoomdiv
{
    z-index: 100;
    position: absolute;
    top: 1px;
    left: 0px;
    width: 200px;
    height: 200px;
    background: #fff;
    border: 1px solid #09d;
    display: none;
    text-align: center;
    overflow: hidden;
}
.bigimg
{
    width: 800px;
    height: 600px;
}
.jqZoomPup
{
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    border: 1px solid #aaa;
    background: #FEDE4F 50% top no-repeat;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
    cursor: move;
}

﻿.jcarousel-container
{
    position: relative;
}

.jcarousel-clip
{
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list
{
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li, .jcarousel-item
{
    float: left;
}

.jcarousel-next
{
    z-index: 3;
    display: none;
}

.jcarousel-prev
{
    z-index: 3;
    display: none;
}





.jcarousel-skin-tango .jcarousel-container
{
    -moz-border-radius: 10px;
}

.jcarousel-skin-tango .jcarousel-container-horizontal
{
    width: 321px;
    height: 62px;
    padding: 0px 14px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal
{
    width: 321px;
    height: 75px;
}

#Fittings .jcarousel-container-horizontal
{
    width: 735px;
    height: 130px;
    padding: 0 14px;
}

#Fittings .jcarousel-clip-horizontal
{
    width: 735px;
    height: 130px;
}

#xprx_c .jcarousel-container-horizontal
{
    width: 733px;
    height: 186px;
    padding: 0 14px;
}

#xprx_c .jcarousel-clip-horizontal
{
    width: 733px;
    height: 186px;
}

/*.jcarousel-skin-tango .jcarousel-item{width:75px;height:75px;}*/

.jcarousel-skin-tango .jcarousel-item-horizontal
{
    margin-right: 0px;
}

/*.jcarousel-skin-tango .jcarousel-item-vertical{margin-bottom:10px;}*/

.jcarousel-skin-tango .jcarousel-item-placeholder
{
    background: #fff;
    color: #000;
}

/**

 *  Horizontal Buttons

 */

.jcarousel-skin-tango .jcarousel-next-horizontal
{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 11px;
    height: 62px;
    cursor: pointer;
    background: transparent url(../images/common/movebar.jpg) no-repeat -12px 0px;
}

#Fittings .jcarousel-next-horizontal
{
    top: 34px;
}

#xprx_c .jcarousel-next-horizontal
{
    top: 62px;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover
{
    background-position: -12px -189px;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active
{
    background-position: -12px -126px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active
{
    cursor: default;
    background-position: -12px -63px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 11px;
    height: 62px;
    cursor: pointer;
    background: transparent url(../images/common/movebar.jpg) no-repeat 0 0px;
}

#Fittings .jcarousel-prev-horizontal
{
    top: 34px;
}

#xprx_c .jcarousel-prev-horizontal
{
    top: 62px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover
{
    background-position: 0 -189px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active
{
    background-position: 0 -126px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active
{
    cursor: default;
    background-position: 0 -63px;
}
