﻿@charset "utf-8";
body {
    direction: ltr;
    background: #fff;
    font: 14px/1.5 'Verdana', 'Arial', '宋体';
    color: #333;
    height: 100%;
}

ul,
ol,
dl,
menu {
    list-style: none;
}

img,
select,
input {
    vertical-align: middle;
}

input,
button,
textarea,
select,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: normal;
    outline: none;
    *font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

em {
    font-style: normal;
}

caption {
    text-align: left;
}

a,
a:link,
a:visited,
a:active {
    color: #333;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #f00;
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after,
.product:after,
.nav ul:after,
#BottomNav ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix,
.product,
.nav ul,
.#BottomNav ul {
    *zoom: 1;
}

img {
    max-width: 100%;
}




#goTop {
    position: fixed;
    bottom: 60px;
    right: 5px;
    background: url(goTop.png) no-repeat 14px 15px;
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    cursor: pointer;
    z-index: 9999;
}

.wrap {
    margin-top: 5px;
    padding: 0 2px;
    overflow: hidden;
}

.wrap h1 {
    display: block;
    height: 33px;
    background: #FF0000;
    line-height: 33px;
    font-size: 14px;
    color: #fff;
}

.wrap h1 span {
    float: left;
    background: url(spanBg.png) no-repeat 12px;
    padding-left: 35px;
    font-family: "微软雅黑";
}

.wrap h1 a,
.wrap h1 a:link,
.wrap h1 a:visited,
.wrap h1 a:active {
    float: right;
    width: 60px;
    color: #fff;
}

.about {
    padding: 5px;
    font-size: 12px;
    line-height: 180%;
    max-height: 300px;
    overflow: hidden;
}

/** 【←这里改关于我们显示行数】 **/
.proList {
    padding-top: 5px;
    overflow: hidden;
}

.proList li {
    float: left;
    width: 50%;
}

.proList li a {
    display: block;
    margin: 1px;
    background: #DBDBDB;
    padding: 0 8px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    overflow: hidden;
}

.proList li a:hover {
    color: #C10302;
}

.news {
    padding: 5px;
}

.news li {
    display: block;
    position: relative;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dashed #ccc;
    background: url(dot.gif) no-repeat 5px 14px;
    padding-left: 15px;
    font-size: 12px;
    padding-right: 85px;
    overflow: hidden;
}

.news li span {
    position: absolute;
    top: 0;
    right: 0;
    width: 85px;
    height: 30px;
    text-align: right;
}

.product,
.case {
    overflow: hidden;
}

.product li {
    float: left;
    width: 50%;
    margin: 5px 0;
    text-align: center;
}

.product li img {
    width: 150px;
    height: 150px;
}

.product li span {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    overflow: hidden;
}

.proList {
    padding-top: 5px;
    overflow: hidden;
}

.proList li {
    float: left;
    width: 50%;
}

.proList li a {
    display: block;
    margin: 1px;
    background: #DBDBDB;
    padding: 0 8px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    overflow: hidden;
}

.proList li a:hover {
    color: #C10302;
}

#listBut {
    background-image: url(but.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 98% 5px;
}

#list {
    display: none;
    margin-top: -5px;
}



.case li {
    float: left;
    width: 50%;
    margin: 5px 0;
    text-align: center;
}

.case li img {
    width: 150px;
    height: 110px;
}

.case li span {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    overflow: hidden;
}

/** article **/
.wrapper {
    padding: 0 2px;
    margin-top: 5px;
    min-height: 300px;
}

.wrapper .title {
    display: block;
    height: 33px;
    background: #FF0000;
    line-height: 33px;
    margin-bottom: 5px;
    font-size: 12px;
    color: #fff;
    padding-left: 10px;
}

#listBut {
    background-image: url(but.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 98% 5px;
}

#list {
    display: none;
    margin-top: -5px;
}

article {
    display: block;
    padding: 5px;
}

article h2 {
    display: block;
    line-height: 40px;
    text-align: center;
}

article img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

/**分页**/
.page {
    display: block;
    height: 25px;
    line-height: 25px;
    margin: 20px 0 10px;
    text-align: center;
    font-size: 12px;
}

.page a,
.page a:link,
.page a:visited,
.page a:active {
    padding: 0 5px;
}

.page span {
    color: #DC3719;
}

.page a:hover,
.page span.current {
    color: #DC3719;
}

.pages {
    line-height: 25px;
    margin: 20px 0;
    text-align: center;
    font-size: 12px;
}

.pages a {
    padding: 0 6px;
}