@import url('./reset.css');

.banner {
    width: 100%;
    min-width: 1200px;
    height: 232px;
    position: relative;
    background: url(../images/customer.jpg) no-repeat center top;
}

.banner .rel1200 {
    height: 232px;
}

.main {
    clear: both;
    padding-bottom: 100px;
}

.leftTab {
    float: left;
    width: 242px;
    background: transparent;
    margin-top: -11px;
}

.leftTab .title {
    width: 242px;
    padding: 24px 0;
    font-size: 24px;
    color: #fff;
    text-align: center;
    background: url(../images/tabbg.png) no-repeat;
    position: relative;
    z-index: 2;
}

.tab {
    clear: both;
    overflow: hidden;
    border: 1px solid #eee;
    border-top: none;
    width: 210px;
    margin: 0 auto;
    padding: 5px;
}

.tab a {
    display: block;
    width: 100%;
    text-align: center;
    color: #444;
    padding: 20px 0;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}

.tab a.active {
    color: #f08203;
    font-weight: bolder;
}

.tab a:hover {
    color: #f08203;
    font-weight: bolder;
}

.tab a:last-child {
    border-bottom: none;
}

.aboutUs {
    clear: both;
    overflow: hidden;
    width: 200px;
    margin: 0 auto;
    padding: 15px 10px;
    border: 1px solid #eee;
    margin-top: 10px;
}

.titles {
    height: 20px;
    border-left: 6px solid #f08200;
    line-height: 20px;
    position: relative;
}

.titles span {
    margin-left: 8px;
    color: #444;
    font-size: 16px;
    font-weight: bolder;
}

.titles em {
    color: #aaa;
    font-size: 14px;
}

.aboutUs .concatus {
    clear: both;
    overflow: hidden;
    margin-top: 20px;
}

.aboutUs .concatus>div {
    font-size: 12px;
    color: #444;
    line-height: 24px;
    clear: both;
    overflow: hidden;
}

.rightCont {
    float: left;
    margin-left: 18px;
    width: 940px;
}

.aboutTitle {
    margin-top: 40px;
    height: 20px;
    border-left: 6px solid #f08200;
    line-height: 20px;
}

.aboutTitle .mainTit {
    float: left;
    width: 200px;
    font-size: 12px;
    color: #444;
    font-weight: bolder;
    padding-left: 10px;
}

.aboutTitle .bread {
    float: right;
    font-size: 12px;
}

.aboutTitle .bread a, .aboutTitle .bread span {
    display: inline-block;
    color: #444;
    font-size: 12px;
}

.aboutTitle .bread a:last-child {
    color: #f08200;
}

.contTab {
    clear: both;
    overflow: hidden;
    margin-top: 10px;
    padding-top: 50px;
    border-top: 1px solid #ddd;
}

.content {
    display: none;
    overflow: hidden;
}

.content.active {
    display: block;
}

.companyInstru {
    overflow: hidden;
    height: 227px;
    padding: 0 20px 0 15px;
}

.companyInstru .lt {
    float: left;
    width: 351px;
    height: 227px;
}

.companyInstru .lt img {
    width: 100%;
}

.companyInstru .rt {
    float: left;
    width: 505px;
    margin-left: 40px;
    height: 227px;
}
.companyInstru .rt h1 {
    color: #444;
    font-size: 16px;
    font-weight: bolder;
}

.companyInstru .rt .desc {
    clear: both;
    overflow: hidden;
    margin-top: 25px;
    text-indent: 24px;
    color: #444;
    line-height: 30px;
    font-size: 14px;
}

.listcont {
    clear: both;
    overflow: hidden;
    width: 100%;
}

.listDevice, .listDevice ul {
    overflow: hidden;
}

.listDevice ul li {
    float: left;
    width: 216px;
    height: 84px;
    margin-right: 25px;
    margin-bottom: 50px;
}

.listDevice ul li:nth-child(4n+4) {
    margin-right: 0;
}

.listDevice ul li .img {
    width: 216px;
    height: 84px;
}

.page {
    clear: both;
    overflow: hidden;
    padding-top: 30px;
    text-align: center;
    border-top: 1px solid #ddd;
}

.yj {
    padding: 0 0 40px;
    overflow: hidden;
    clear: both;
}

.yj h1 {
    text-align: center;
    width: 100%;
    font-size: 14px;
    color: #444;
}

.yjCont {
    clear: both;
    overflow: hidden;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ddd;
}

.yjCont .desc {
    line-height: 36px;
    font-size: 14px;
    color: #444;
    text-indent: 24px;
}

.yjCont .pic {
    clear: both;
    overflow: hidden;
    margin-top: 20px;
    text-align: center;
}






