* {
    margin: 0;
    padding: 0;
    font-family: "microsoft yahei";
}

body {
    background: #ffffff;
    max-width: 1920px;
}

.clear {
    clear: both;
}

a {
    text-decoration: none;
    color: #000000;
}

li {
    list-style: none;
}

/*头部css*/
#top {
    background: #ffffff;
    min-width: 1050px;
}

#top .header {
    width: 1050px;
    margin: 0 auto;
    height: 62px;
    line-height: 62px;
}

.header .logo {
    float: left;
    height: inherit;
    cursor: pointer;
}

.header .logo img {
    height: 100%;
}

.header .nav {
    float: right;
    position: relative;
    height: 62px;
    line-height: 62px;
}

.header .nav ul li {
    float: left;
    list-style: none;
    width: 85px;
    text-align: center;
}

.header .nav ul li a {
    text-decoration: none;
    font-size: 14px;
    padding: 5px 0;
    color: #585858;
}

.header .nav ul .line {
    position: absolute;
    height: 2px;
    background: #00CEC2;
    bottom: 13px;
}

/*产品列表 左*/
#products {
    width: 1050px;
    margin: 0 auto;
    border-top: 1px solid #E9E9E9;
}

#products .proLeft {
    float: left;
    width: 750px;
    margin-bottom: 10px;
}

.proLeft .bread {
    border-bottom: 1px solid #E9E9E9;
    margin-bottom: 15px;
    height: 85px;
    overflow: hidden;
}

.proLeft .bread .returnButton {
    width: 79px;
    height: 37px;
    background: #434343;
    text-align: center;
    line-height: 37px;
    margin-top: 25px;
    float: left;
}

.proLeft .bread .returnButton a {
    color: #ffffff;
    display: block;
    background: url("../images/arrow-up.png") no-repeat 45px 0;
    padding-right: 15px;
}

.proLeft .bread .breadNav {
    float: right;
    height: 37px;
    text-align: center;
    line-height: 37px;
    margin-top: 25px;
    color: #CCCCCC;
    font-size: 12px;
}

.proLeft .bread .breadNav a {
    color: inherit;
    font-size: inherit;
}

.proLeft .bread .breadNav a:last-child, .proLeft .bread .breadNav a:hover {
    color: #63bfc6;
}

/*详细页正文部分*/
.picOne {
    text-align: center;
    font-size: 12px;
}

.addPic img {
    width: 100%;
}

.picTwo {
    float: left;
    padding: 0 10px 0 10px;
    margin: 10px 0;
    width: 350px;
    text-align: center;
    font-size: 12px;
}

.picThree {
    width: 240px;
    padding: 0 5px 0 5px;
    margin: 10px 0;
    float: left;
    text-align: center;
    font-size: 12px;
}

.picFour {
    width: 177px;
    padding: 0 5px 0 5px;
    margin: 10px 0;
    float: left;
    text-align: center;
    font-size: 12px;
}

.blue {
    /*color: #434343;*/
    padding: 20px 0 10px 0 !important;
    font-size: 16px !important;
    color: #507fb7 !important;
    font-weight: bolder !important;
}

#p_content p {
    line-height: 22px;
    text-align: left;
    font-size: 13px;
    color: #4c4c4c;
    margin: 10px 0;
}

.biaoGe {
    font-size: 12px;
    width: 100%;
    line-height: 20px;
    border-collapse: collapse;
    margin: 10px 0;
    word-break: break-all;
}

.biaoGe td {
    border: solid 1px #999 !important;
    text-align: center;
}

.mainListInfo {
    width: 236px;
    border-bottom: 1px solid #E9E9E9;
    float: left;
    margin-bottom: 15px;
}

.mainListInfo:hover {
    border-bottom: 1px solid #808080;
}

.mainListInfo:hover .proText {
    color: #000000;
}

.mainListInfo:hover .proName {
    font-size: 16px;
    font-weight: bold;
    /*font-family: '黑体';*/
}

.mainListInfo .proImg {
    text-align: center;
}

.mainListInfo .proImg img {
    width: auto;
    height: 100px;
    /*display: block;*/
}

.mainListInfo .proName {
    line-height: 30px;
    text-align: left;
    text-indent: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

.mainListInfo .proText {
    font-size: 12px;
    color: #b4b4b4;
    margin: 0 10px 15px 10px;
    height: 63px;
    overflow: hidden;
    line-height: 20px;
}

.middle {
    margin-right: 20px;
    margin-left: 20px;
}

/*产品列表 右*/
.proRight {
    float: right;
    margin-left: 20px;
    width: 280px;
}

.proRight .proInfo {
    margin-bottom: 30px;
}

.proRight .proTitle {
    height: 84px;
    font-size: 20px;
    line-height: 124px;
    border-bottom: 2px solid #00CEC2;
}

.proRight .proAb {
    overflow: hidden;
    border-bottom: 1px solid #E9E9E9;
}

.proRight .proAb p {
    color: #555555;
    font-size: 13px;
    text-indent: 2em;
    margin: 5px 0 10px 0;
    line-height: 20px;
}

.proRight .proLike {
    margin-top: 10px;
}

.proRight .proLike ul {
    margin-bottom: 5px;
}

.proRight .proLike li {
    float: left;
    min-width: 60px;
    margin-left: 9px;
    text-align: center;
    line-height: 27px;

}

.proRight .proLike li:first-child {
    margin-left: 0;
}

.proRight .proLike li a {
    font-size: 12px;
    display: block;
    background: #EFEFEF;
    color: #555555;
}

.proRight .proLike li a:hover {
    background: #00CEC2;
    color: #ffffff;
}

.proRight .proDown .downInfo {
    border-bottom: 1px solid #E9E9E9;
    line-height: 30px;
    font-size: 16px;
    text-indent: 20px;
    background: url("../images/upright.png") no-repeat -5px -5px;
}

.proRight .downList {
    /*margin-bottom: 20px;*/
}

.proRight .downList li {
    line-height: 20px;
    margin: 2px 0;
    padding-left: 20px;
    background: url("../images/dian.png") no-repeat -10px -5px;
}

.proRight .downList li a {
    color: #9a9a9a;
    font-size: 12px;
}

.proRight .downList li a:hover {
    color: #000000;
}

.proRight .downTec-one {
    margin: 10px 15px;
    width: 290px;
    float: left;
    line-height: 30px;
    text-align: center;
    background: #434343;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.proRight .downTec-two {
    width: 130px;
    margin: 10px 5px;
    float: left;
    line-height: 30px;
    text-align: center;
    background: #434343;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.proRight .downTec-one:hover, .proRight .downTec-two:hover {
    -webkit-box-shadow: 0 0 10px #888888;
    -moz-box-shadow: 0 0 10px #888888;
    box-shadow: 0 0 10px #888888;
}

.proRight .downTec-one a, .proRight .downTec-two a {
    display: block;
    color: #ffffff;
    font-size: 12px;
}

/*翻页效果*/
#chack div {
    float: left;
}

#chack .changeButton {
    line-height: 25px;
}

#chack .changeButton a {
    font-size: 12px;
}

#fanye {
    padding: 0 10px;
}

#fanye ul {
    list-style: none;
}

#fanye ul li {
    padding: 0 2px;
    float: left;
}

#fanye ul li div {
    width: 25px;
    height: 25px;
    line-height: 25px;

}

#fanye ul li div:hover {
    font-weight: bolder;
    background: #0BC0D1;
    color: #FFF;
    cursor: pointer;
    text-decoration: underline;
}

#fanye .active div {
    background-color: #0BC0D1;
    color: #FFF;
    font-weight: bolder;
    text-decoration: underline;
}

#scroller {
    margin: 0 auto;
    overflow: hidden;
}

#scroller #content {
    width: 30000%;
}

.section {
    background-color: #FFF;
    float: left;
    width: 750px;
    /*margin-bottom: 15px;*/
}

.section .div_bg div a:hover {
    text-decoration: underline;
}

.section .div_bg div {
    height: 20px;
    background-color: #030;
    width: 170px;
    overflow: hidden;
}

.section div div span {
    font-size: 10px;
    width: 170px;
    background-color: #FFF;
    color: #030;
}

.section div div a img.width {
    width: 150px;
    height: auto;
    margin-top: 30px;
}

.section .div_bg div a {
    line-height: 22px;
    width: 170px;
}

.changeye {
    text-align: center;
    margin: 0 auto;
}

/*页脚 联系*/
#footer {
    background: #F7F7F7;
    min-width: 1050px;
}

.contact {
    height: 84px;
    width: 1050px;
    margin: 0 auto;
}

.contactLeft, .contactMiddle, .contactRight {
    float: left;
    height: 84px;
    display: table;
}

.contactLeft {
    margin-right: 25px;
}

.contactLeft h3 {
    vertical-align: middle;
    display: table-cell;
    float: none;
}

.contactMiddle p {
    vertical-align: middle;
    display: table-cell;
    font-size: 12px;
    line-height: 25px;
    color: #797979;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif
}

.contactRight {
    float: right;
}

.contactRight a {
    display: table-cell;
    vertical-align: middle;
}

.contactRight .mapLink {
    width: 295px;
    display: table-cell;
    vertical-align: middle;
    margin-left: 30px;
}

.contactRight .mapLink li {
    float: left;
    margin: 0 5px;
    line-height: 25px;
}

.contactRight .mapLink li a {
    font-size: 12px;
    color: #797979;
}

.contactRight .mapLink li a:hover {
    color: #272727;
}

.contactLeft h3, .jianjieright h3 {
    float: none;
    font-weight: normal;
    font-size: 20px;
    cursor: pointer;
}

.contactLeft h3 span, .jianjieright h3 span {
    display: block;
    color: #DADADA;
    font-size: 13px;
    font-weight: normal;
}



