/* Common Start */
body, div, dl, dt, dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption, cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
capation,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before, q:after{content:' '}
abbr,acronym{border:0;}

a:hover, a:focus {
    text-decoration: none;
    color: #ca0000;
}

body {
    background: #f8f8f8;
    font-size: 12px;
    line-height: 24px;
    color: #262626;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-float {
    clear: both;
}

.container {
    width: 986px;
    padding: 0;
}

.breadcrumb {
    height: 32px;
    background: #f0f0f0;
    line-height: 32px;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 10px;
}


.breadcrumb li a{
    color: #262626;
}

.breadcrumb li.current a{
    color: #888;
}

#pagination {
    margin: 20px 0;
}
/*.pagination > li > a, .pagination > li > span {*/
    /*color: #888;*/
    /*background: none;*/
    /*border: none;*/
/*}*/

/*.pagination > .active > a {*/
    /*background: #262626;*/
    /*border-color: #ddd;*/
/*}*/

/*.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {*/
    /*background: none;*/
    /*color: #262626;*/
/*}*/

/*.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {*/
    /*color: #262626;*/
/*}*/

.pagination > li > a, .pagination > li > span {
    color: #0f0f0f;
    padding: 4px 10px;
    font-size: 12px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #0f0f0f;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #888;
    border-color: #888;
}

/* Common End */

/* Header Center Start */
.header-center {
    background: url("../Image/bg_header.png") 280px center no-repeat;
}

.logo {
    margin: 30px 0;
}

.logo img {
    height: 70px;
}

/* Header Center End */


/* Header bottom Start */
.header-bottom {
    background: url("../Image/nav-bg.gif") top left repeat-x;
    border-radius: 3px;
}

.nav {
    padding-left: 15px;
}

.nav > ul {
    line-height: 45px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
}

.nav > ul > li {
    float: left;
    display: block;
    width: 98px;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.nav > ul > li > a {
    float: left;
    display: block;
    width: 98px;
    height: 45px;
    line-height: 45px;
    color: #202020;
}

.nav > ul > li:hover > a {
    background: url("../Image/nav-bg-hover.gif") left top repeat-x;
}

.nav > ul > li.current > a{
    background: url("../Image/nav-bg-current.gif") left top repeat-x;
    color: #fff;
}

.nav > ul > li.current:hover > a{
    background: url("../Image/nav-bg-current.gif") left top repeat-x;
    color: #fff;
}


.nav ul li ul{
    position: absolute;
    background: #dadada;
    width: 100%;
    left: 0;
    top: 45px;
    display: none;
    z-index: 1;
}

.nav ul li:hover ul{
    display: block;
}

.nav ul li ul li{
    border-bottom: 1px solid #d0d0d0;
    line-height: 36px;
}

.nav ul li ul li a{
    display: block;
    color: #262626;
}

.nav ul li ul li:hover a{
    display: block;
    color: #262626;
    background: #f0f0f0;
}

/* Header bottom End */


/* Content Start */

.content-top {
    margin-bottom: 20px;
}

.slider {
    max-height: 369px;
    padding: 0;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}


.slider ul{
    width: 100000px;
}


.slider ul li{
    float: left;
}

.slider .slider-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    opacity: 0.7;
    color: #fff;
    padding: 0px 20px;
}

.slider .slider-text p {
    margin: 10px 0;
    font-size: 13px;
}

.slider ul li {
    float: left;
}

.slider .skip {
    background: url("../Image/focus_btn.png") no-repeat;
    width: 40px;
    height: 74px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -37px;
}


.slider .prev {
    background-position: left top;
    left: 0;
}

.slider .next {
    background-position: right top;
    right: 0;
}


.slider .prev:hover {
    background-position: left bottom;
}

.slider .next:hover {
    background-position: right bottom;
}


/* Product Show */

.pro-show-slider {
    overflow: hidden;
}

.pro-show-slider ul {
    width: 100000px;
    margin-left: -126px;
}

.pro-show-slider ul li {
    float: left;
    display: block;
    height: 156px;
    width: 100px;
    margin-right: 26px;
    overflow: hidden;
    text-align: center;
}

.pro-show-slider ul li img {
    width: 100%;
}

.pro-show-slider ul li a{
    display: block;
    height: 100px;
    width: 100px;
    background: #fff;
    border: 1px solid #f0f0f0;
    overflow: hidden;
    margin-bottom: 10px;
}

.pro-show-slider ul li p{
    text-align: center;
}

.pro-show-slider ul li:hover p{
    color: #ca0000;
}

.title{
    font-size: 14px;
    background: url("../Image/title-bg.gif") left top repeat-x;
    height: 32px;
    line-height: 32px;
    padding-left: 12px;
    margin-bottom: 10px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.title a{
    color: #262626;
}

.content-bottom > div {
    margin-right: 30px;
    width: 280px;
}

.introduce p{
    margin-top: 10px;
}

.news {
    width: 366px!important;
}

.news ul li {
    margin-top: 4px;
    margin-bottom: 4px;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-left: 16px;
    border-bottom: 1px dashed #f0f0f0;
    background: url("../Image/list-style.gif") left center no-repeat;
}

.news ul li span{
    float: right;
}

.news ul li a {
    color: #262626;
}

.news ul li a:hover {
    color: #ca0000;
    text-decoration: underline;
}

.contact {
    width: 240px;
    margin-right: 0!important;
    background: url("../Image/bg_header.png") left center no-repeat;
}

.contact p span{
    color: #428bca;
}

/* Content End */



/* Footer Start */
#footer {
    background: url("../Image/foot-bg.gif") 0 0 repeat-x;
    text-align: center;
    border-top: 2px solid #f0f0f0;
    margin-top: 45px;
}

#footer .container {
    padding-top: 20px;
    padding-bottom: 20px;
}

#footer .container p{
    margin: 0;
    line-height: 24px;
}



/* Product Page */
#content {
    margin-top: 20px;
}

.left-nav {
    width: 240px;
    margin-bottom: 30px;
}


.left-nav ~ div {
    width: 240px;
    margin-bottom: 30px;
}

.left-nav ul li {
    padding-right: 15px;
    padding-left: 15px;
    border-bottom: 1px dashed #ddd;
}


.left-nav ul li.current {
    background: #f0f0f0!important;
}

.left-nav ul li a{
    display: block;
    line-height: 38px;
    color: #262626;
    background: url("../Image/arrow.gif") right center no-repeat;
}

.left-nav ul li:hover{
    background: #f0f0f0;
}

.right-content{
    width: 724px;
    overflow: hidden;
}

.product .thumbnail .caption {
    text-align: center;
}

.product .thumbnail .caption h4,.product .thumbnail .caption p {
    white-space: nowrap;
    overflow: hidden;
}

.pro-list div.thumbnail {
    height: 285px;
    overflow: hidden;
}

.pro-show > div {
    margin-bottom: 20px;
    overflow: hidden;
}

.pro-pic {
    text-align: center;
    margin-right: 20px;
}

.pro-pic > div {
    width: 400px;
    height: 300px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #f0f0f0;
}

.pro-pic ~ ul li {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    border: 1px solid #f0f0f0;
}

.pro-pic ~ ul li img {
    width: 84px;
}

.pro-info {
    width: 288px;
}

.pro-info ul{
    margin-bottom: 20px;
}

.pro-info ul li{
    line-height: 32px;
    border-bottom: 1px dashed #f0f0f0;
}

.pro-pic-list img{
    width: 100%;
    margin-bottom: 8px;
}

.btn {
    font-size: 12px;
}

/* News */
.news-list {
    width: 100%!important;
}

#pagination{
    color: #000;
    text-align: center;
}
#pagination a, #pagination .current {
    color: #000;
    padding: 4px 6px;
}
#pagination .current {
    color: #CCC;
    font-size: 12px;
}