﻿.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #FFFFFF;
    z-index: 999;
    box-shadow: #c9c9c9 0 2px 3px;
}

.fixed-content {
    overflow: auto;
    background: #FFFFFF;
    position: fixed;
    top: 90px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 998;
}

.main {
    width: 1200px;
    margin: 0 auto;
}

/*导航*/
.logo > img {
    height: 36px;
}

.sui-navbar,
.sui-nav,
.sui-navbar .sui-nav {
    margin: 0;
}

.sui-navbar .sui-nav > li > a {
    font-weight: bold;
    font-size: 16px;
    padding: 0 30px;
}

.sui-navbar .sui-nav > li > a > span {
    height: 90px;
    line-height: 86px;
    display: block;
    border-bottom: 4px solid #FFFFFF;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.sui-navbar .sui-nav > li > a > span:hover {
    color: #0088FF;
}

.sui-navbar .sui-nav > li.active > a > span {
    color: #0088FF;
    border-color: #0088FF;
}

/*banner*/
.index {
    height: 438px;
}

.first {
    background: url("../img/u161.png") repeat;
}

.first img {
    height: 20px;
    margin: -11px 10px 0 10px;
}

.carousel-indicators {
    top: auto;
    right: 50%;
    bottom: 10px;
    margin-left: 45px;
}

.carousel-indicators li {
    width: 40px;
    border-radius: 0;
    cursor: pointer;
}

/*关于我们*/
.about > div {
    width: 320px;
    margin-right: 120px;
    border-bottom: 1px solid #e4e4e4;
    float: left;
}

.about > div:last-child {
    margin-right: 0;
}

.about > div > img {
    height: 32px;
}

/*诚招代理*/
.agency {
    padding-top: 20px;
    padding-bottom: 10px;
    margin-top: 10px;
    background: #f2f2f2;
}

/*产品介绍*/
.sui-nav.tabs {
    padding: 0;
    border-bottom: 4px solid #e4e4e4;
}

.sui-nav.tabs > li {
    margin: 0;
}

.sui-nav.tabs>li+li {
    margin: 0;
}

.sui-nav.tabs >li+li>a {
    margin: 0;
}

.sui-nav.tabs > li > a {
    width: 140px;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    border: 0;
    padding: 0;
    position: relative;
}

.sui-nav.tabs > li > a > div {
    height: 4px;
    background: #e4e4e4;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
}

.sui-nav.tabs > li.active > a {
    border: 0;
}

.sui-nav.tabs > li.active > a > div {
    background: #0088ff;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.goods > div > div:nth-child(odd) {
    background: #f9f9f9;
}

.goods-img > img {
    height: 64px;
}

.goods-text {
    width: 500px;
}

.goods-text > p {
    height: 32px;
    margin-top: 10px;
    margin-bottom: 0;
    overflow: hidden;
}

/*联系我们*/
.link {
    background: url("../img/u0.png") repeat;
}

.link-input {
    width: 240px;
    height: 30px;
    background: #FFFFFF;
}

.link-textarea {
    width: 622px;
    height: 288px;
    resize: none;
    background: #FFFFFF;
}

.link a {
    color: #FFFFFF;
}

/*版权*/
.copyright a {
    color: #333333;
}