/* CSS Document */
@charset "utf-8";

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}

/*字体*/
body, button, input, select, textarea {
    font: 12px/1.5 "Microsoft Yahei", Tahoma, "SimSun", sans-serif;
    color: #666;
    background: #EDEDED url(/images/bg.jpg);
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}
address, cite, dfn, em, var {
    font-style: normal;
}
code, kbd, pre, samp {
    font-family: courier new, courier, monospace;
}
small {
    font-size: 12px;
}
ul {
    list-style: none;
}

/*链接*/
a {
    text-decoration: none;
    color: #666;
    outline: none;
    hide-focus: expression(this.hideFocus=true)
}
a:hover {
    text-decoration: underline;
    color: #F90
}
sup {
    vertical-align: text-top;
}
sub {
    vertical-align: text-bottom;
}
legend {
    color: #666;
}
fieldset, img {
    border: 0;
}
button, input, select, textarea {
    font-size: 100%;
}
button, input, select {
    cursor: pointer
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
:current {
    outline: none
}
.clear {
    font-size: 0;
    line-height: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .clearfix {
    height: 1%;
}
.justify {
    text-align: justify;
    text-justify: inter-ideograph;
    letter-spacing: 0;
    font-size: 0
}
.justify:after {
    content: " ";
    height: 0;
    width: 100%;
    display: inline-block;
    overflow: hidden
}
.justify>* {
    text-align: left;
    font-size: 14px
}
.justify .box {
    display: inline-block;
    vertical-align: top
}

/*通用*/
#wrapper {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
}
#container {
    width: 984px;
    text-align: left;
    margin: 20px auto 0;
    overflow: hidden;
    background: #FFF url(/images/topbg.jpg) repeat-x;
}
#content {
    width: 964px;
    overflow: hidden;
}
.content-bg {
    background: url(/images/content.jpg) repeat-x;
}
.content-in {
    background: url(/images/content-in.jpg) no-repeat left bottom;
    padding-bottom: 60px
}
.col-964 {
    width: 964px;
    margin: 0 10px;
    overflow: hidden
}
.col-280, .col-312, .col-324, .col-208, .col-726 {
    width: 280px;
    float: left;
    overflow: hidden
}
.col-280 {
    height: 208px;
    background: url(/images/about-bg.jpg) no-repeat;
    margin: 12px 24px 0 0;
}
.col-312 {
    width: 312px;
    height: 208px;
    margin: 12px 24px 0 0;
}
.col-324 {
    width: 324px;
    height: 208px;
    background: url(/images/about-bg.jpg) no-repeat right top;
    margin: 12px 0 0 0;
}
.col-208 {
    width: 208px;
    margin: 0 30px 0 0;
    padding-bottom: 12px;
    background: url(/images/left.jpg) no-repeat left bottom;
    overflow: visible
}
.col-726 {
    width: 726px;
}

/*首页*/
.home-list {
    margin: 30px 20px;
}
.home-list .item {
    width: 31.5%
}
.home-list .link {
    display: block;
    position: relative;
}
.home-list .link img {
    width: 100%;
}
.home-list .text {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 100%;
    text-align: left
}
.home-list .text .cn {
    display: block;
    font-size: 1.2em;
    color: #333;
    font-weight: 700
}
.home-list .text .en {
    display: block;
    font-size: .75em;
    opacity: .75;
    text-transform: uppercase
}

/*头部*/
#header {
    width: 964px;
    height: 75px;
    overflow: hidden;
    position: relative
}
#logo {
    width: 280px;
    height: 48px;
    position: absolute;
    left: 10px;
    top: 15px;
}
#logo a {
    width: 280px;
    height: 48px;
    display: block;
    text-indent: -9999px;
    background: url(/images/logo.png);
}
.top-link {
    height: 16px;
    position: absolute;
    top: 15px;
    text-align: right;
    line-height: 16px;
    right: 0
}
.top-link a {
    padding: 0 0 0 26px;
    color: #776E70;
}
.top-link .cn {
    background: url(/images/cn.gif) no-repeat;
    margin-right: 8px
}
.top-link .en {
    background: url(/images/en.gif) no-repeat;
    margin-right: 10px
}
#header .search {
    width: 232px;
    height: 19px;
    display: block;
    position: absolute;
    top: 42px;
    right: 10px
}
.itxt {
    width: 200px;
    height: 17px;
    border: 1px dotted #BFC1C4;
    background: #FFF;
    display: inline;
    float: left;
    margin-right: 10px
}
.ibtn {
    background: url(/images/search_bar.jpg);
    width: 19px;
    height: 19px;
    border: none;
    display: inline;
    float: left
}

/*导航*/
.nav {
    width: 964px;
    height: 33px;
    line-height: 33px;
    background: #f70000;
}
.nav li {
    font-weight: bold;
    text-align: center;
    display: table-cell;
    width: 1%;
    position: relative;
}

.nav li a {
    display: block;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    background: url(/images/line.jpg) no-repeat right center;
}
.nav li a.active, .nav li a:hover {
    background: #dd0000 url(/images/line.jpg) no-repeat right center;
    text-decoration: none;
}
.nav li:last-child a{
    background: #f70000;
}
.nav li:last-child a.active,.nav li:last-child a:hover{
    background: #dd0000;
}


/*焦点图*/
.banner {
    width: 964px;
    height: 336px;
    overflow: hidden;
    position: relative;
}
.banner .owl-dots {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 10px;
}
.banner .owl-dots .owl-dot span {
    margin: 0 3px;
    background: #D6D6D6;
}
.banner .owl-dots .owl-dot.active span, .banner .owl-dots .owl-dot:hover span {
    background: #d61518;
}

/*首页简介*/
.about-title {
    width: 260px;
    height: 30px;
    line-height: 30px;
    border-bottom: solid 1px #d2d2d2;
    margin-left: 20px
}
.about-title h3 {
    float: left;
    font-size: 14px;
    margin-right: 4px
}
.about-title span {
    float: left;
    color: #a9a9a9
}
.about-us {
    width: 260px;
    height: 114px;
    margin: 20px 0 0 20px;
    overflow: hidden;
    position: relative
}
.about-us img {
    width: 100%;
}
.about-us a {
    display: block;
}

/*新品展示*/
.prod-title {
    width: 312px;
    height: 30px;
    line-height: 30px;
    border-bottom: solid 1px #d2d2d2;
}
.prod-title h3 {
    float: left;
    font-size: 14px;
    margin-right: 4px
}
.prod-title span {
    float: left;
    color: #a9a9a9
}

/*产品焦点图*/
.slide {
    width: 310px;
    height: 113px;
    position: relative;
    overflow: hidden;
    border: solid 1px #ececec;
    margin: 20px 0 0 0
}
.slide-infor {
    position: absolute;
    top: 2px;
    left: 6px;
    width: 298px;
    height: 86px;
    overflow: hidden
}
.slide-infor dl {
    width: 298px;
    height: 86px;
    overflow: hidden
}
.slide-infor dt {
    float: left;
    display: block;
    margin-right: 10px
}
.slide-infor dt a {
    width: 86px;
    height: 86px;
    display: block;
    overflow: hidden
}
.slide-infor dt img {
    display: block;
    width: 86px;
}
.slide-infor dd {
    width: 202px;
    display: block;
    float: left
}
.slide-infor .title a {
    height: 30px;
    line-height: 30px;
    display: block;
    width: 202px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    word-break: keep-all;
    -moz-binding: url('/css/ellipsis.xml#ellipsis');
    font-weight: bold;
}
.slide-infor .summary {
    height: 40px;
    overflow: hidden;
    line-height: 20px;
}
.slide-num {
    width: 296px;
    position: absolute;
    right: 6px;
    bottom: 4px;
    overflow: hidden;
    border: solid 1px #cecfd4;
    height: 12px;
    _zoom: 1;/*for ie6*/
}
.slide-num li {
    border: solid 1px #FFF;
    float: left;
    width: 72px;
    text-align: center;
    height: 10px;
    line-height: 10px;
    font-size: 10px;
    display: block;
    background: #ffffff;
    cursor: hand;
    cursor: pointer;
}
.slide-num li.on {
    background: #90d350;
    color: #FFF;
    font-weight: bold
}

/*首页新闻*/
.news-nav {
    width: 304px;
    height: 30px;
    line-height: 30px;
    border-bottom: solid 1px #d2d2d2;
}
.news-nav h3 {
    float: left;
    font-size: 14px;
    margin-right: 4px
}
.news-nav span {
    float: left;
    color: #a9a9a9
}
.index-news {
    width: 304px;
    overflow: hidden;
    margin: 14px 0 0 0
}
.index-news li {
    width: 304px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    background: url(/images/dot.jpg) left bottom repeat-x;
    float: left;
}
.index-news a {
    height: 18px;
    line-height: 18px;
    display: block;
    width: 210px;
    padding: 3px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    word-break: keep-all;
    -moz-binding: url('/css/ellipsis.xml#ellipsis');
    float: left;
    padding-left: 12px;
    background: url(/images/ico.jpg) no-repeat 2px 9px;
}
.index-news li small {
    float: right
}

/*栏目导航*/
.catagory {
    width: 204px;
    padding-bottom: 12px;
}
.catagory dt {
    width: 204px;
    height: 48px;
    background: url(/images/catagory-title.jpg) no-repeat;
    display: block;
    line-height: 48px;
    text-indent: 16px;
    font-weight: bold;
    font-size: 20px;
    overflow: hidden;
    border-bottom: solid 1px #e3e3e3
}
.catagory dd {
    width: 204px;
    position: relative;
    overflow: visible
}
.catagory dd a {
    display: block;
    width: 188px;
    height: 16px;
    line-height: 16px;
    padding: 8px 0 8px 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    word-break: keep-all;
    -moz-binding: url('/css/ellipsis.xml#ellipsis');
    border-bottom: solid 1px #e3e3e3;
}
.catagory dd a:hover, .catagory .current a, .catagory .on a {
    background: #d61518;
    color: #FFF;
    font-weight: bold;
    text-decoration: none
}
.catagory ul {
    width: 204px;
    position: absolute;
    top: 0;
    left: 204px;
    display: none;
    z-index: 9999
}
.catagory .current ul {
    display: block
}

/*产品目录*/
.catagory-tilte {
    width: 204px;
    height: 48px;
    background: url(/images/catagory-title.jpg) no-repeat;
    display: block;
    line-height: 48px;
    text-indent: 16px;
    font-weight: bold;
    font-size: 20px;
    overflow: hidden;
    border-bottom: solid 1px #e3e3e3
}
.catagory-list {
    margin-bottom: 12px
}
.catagory-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 204px;
    cursor: pointer
}
.catagory-list ul li {
    position: relative;
    border-bottom: 1px solid #e3e3e3;
}
.catagory-list ul li ul {
    left: 100%;
    position: absolute;
    width: 160px;
    top: 0;
    display: none;
    background: #f7f7f7
}
.catagory-list ul li ul li ul {
    left: 159px;
    background: #f7f7f7
}
.catagory-list ul li a {
    display: block;
    color: black;
    text-decoration: none;
    padding: 8px 0 8px 16px;
}
.catagory-list ul li a:visited {
    color: black;
}
.catagory-list ul li a:hover {
    color: #FFF;
    background: #d61518;
}
.catagory-list .sub {
    background: url(/images/arr2.png) no-repeat 96% center;
}
* html .catagory-list ul li {
    float: left;
    height: 1%;
}
* html .catagory-list ul li a {
    height: 1%;
}

/*产品列表*/
.products {
    width: 760px;
    margin: 18px 0 0 0;
    overflow: hidden;
}
.products li {
    float: left;
    width: 156px;
    margin: 0 28px 16px 0;
    overflow: hidden
}
.products li p.pic a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    *display: block;
    *font-size: 134px;
    *font-family: Arial;
    width: 154px;
    height: 154px;
    overflow: hidden;
    border: solid 1px #e3e3e3;
}
.products li p.pic a:hover {
    border-color: #F90
}
.products li img {
    vertical-align: middle;
    height: 154px;
    background: url('/images/loading.gif') 50% no-repeat;
}
.products li p.title a {
    display: block;
    width: 156px;
    height: 28px;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    word-break: keep-all;
    -moz-binding: url('/css/ellipsis.xml#ellipsis');
    text-align: center;
}
.products p.title a:hover {
    text-decoration: none
}

/*快速链接*/
.quick-link {
    width: 188px;
    margin: 0 0 0 4px
}
.quick-link a {
    width: 186px;
    height: 74px;
    display: block;
    border: solid 1px #e3e3e3;
    text-indent: -9999px
}
.quick-link .wenquan {
    background: url(/images/quick.jpg) no-repeat;
    margin-bottom: 12px
}
.quick-link .contact {
    background: url(/images/quick.jpg) no-repeat 0 -74px
}
.quick-link .en-wen {
    background: url(/images/quick-en.jpg) no-repeat;
    margin-bottom: 12px
}
.quick-link .en-cont {
    background: url(/images/quick-en.jpg) no-repeat 0 -74px
}

/*新闻列表*/
.news-list {
    overflow: hidden;
    width: 700px;
    margin: 0 0 0 12px
}
.news-list li {
    width: 700px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    background: url(/images/dot.jpg) repeat-x left bottom;
    float: left
}
.news-list a {
    height: 16px;
    line-height: 16px;
    display: block;
    width: 480px;
    padding: 6px 0 6px 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    word-break: keep-all;
    -moz-binding: url('/css/ellipsis.xml#ellipsis');
    float: left;
    background: url(/images/news-ico.gif) no-repeat 0 10px;
}
.news-list li small {
    float: right;
    color: #999
}

/*新闻头条*/
.headline {
    width: 700px;
    height: 172px;
    overflow: hidden;
    margin: 18px 0 0 12px;
    background: url(/images/dot.jpg) repeat-x left bottom;
}
.headline dt {
    width: 206px;
    height: 156px;
    float: left;
    margin-right: 16px
}
.headline dt a {
    display: block;
    width: 200px;
    height: 150px;
    padding: 2px;
    border: solid 1px #CCC
}
.headline dd {
    width: 478px;
    display: block;
    float: left;
}
.headline .item a {
    height: 30px;
    line-height: 30px;
    display: block;
    width: 478px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    word-break: keep-all;
    -moz-binding: url('/css/ellipsis.xml#ellipsis');
    font-weight: bold;
    font-size: 14px;
    color: #F00
}
.headline .summary {
    height: 90px;
    overflow: hidden;
    line-height: 20px;
    margin-top: 4px
}
.headline .more, .headline .more a {
    color: #F00
}

/*当前位置*/
.crumbs {
    width: 726px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    background: #FFF url(/images/crumbs.jpg) repeat left center;
    margin: 12px 0 0 0
}
.crumbs h3 {
    float: left;
    font-size: 14px;
    text-indent: 10px;
    background: #FFF url(/images/crumbs-title.gif) no-repeat 0 6px;
    padding-right: 6px
}
.crumbs span {
    color: #c0c0c0;
    float: right;
    text-indent: 14px;
    display: block;
    background: #FFF url(/images/home.gif) no-repeat 4px 11px;
    padding-left: 4px
}
.crumbs a {
    color: #c0c0c0;
    padding: 0 4px
}

/*客户留言*/
#mess-box {
    width: 100%;
    font-size: 12px;
}
#mess-box td {
    height: 30px;
    line-height: 30px
}
.mess-input {
    height: 20px;
    line-height: 20px;
    width: 200px;
    margin-left: 20px;
    text-align: left;
    background: #FFF
}
.mess-code {
    height: 20px;
    line-height: 20px;
    width: 50px;
    margin-left: 20px;
    text-align: left;
    background: #FFF
}
.mess-txt {
    margin: 3px 0 3px 20px;
    text-align: left;
    line-height: 22px;
    background: #FFF
}
.mess-submit {
    width: 60px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    background: #666;
    border: 0;
    color: #FFF
}

/*通用详情*/
.content-body {
    width: 700px;
    overflow: hidden;
    margin: 18px 0 0 0;
}
.font-c {
    line-height: 23px;
}
.font-c p {
    padding-bottom: 12px;
}
.content-title {
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 6px;
    font-size: 14px;
    color: #f00
}
.content-time {
    text-align: center;
    height: 24px;
    line-height: 24px;
    background: #f9f9f9;
    color: #9e9e9e;
    border: #ccc dashed 1px;
    border-width: 1px 0;
    margin: 0 0 16px;
    display: block
}
.content-related {
    padding-top: 6px;
    overflow: hidden;
    margin-top: 16px;
    background: url(/images/dot.jpg) repeat-x left top
}
.content-related li {
    overflow: hidden;
    display: block;
    line-height: 22px;
}

/*产品详情*/
.product-pic {
    text-align: center;
    margin: 0 0 16px
}

/*通用分页*/
.page-list {
    height: 48px;
    line-height: 48px;
    text-align: center;
}

/*通用底部*/
#footer {
    width: 964px;
    background: url(/images/footer.jpg) no-repeat;
    padding: 16px 0;
    font-family: Tahoma, Geneva, sans-serif;
    overflow: hidden;
}
#footer small {
    float: left
}
#footer span {
    float: right
}
