.index-box{
    position: relative;
    width: 1126px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    overflow:hidden;
}
/*轮播*/
.index-slider{
    position: relative;
    height: 500px;
    background: #ececec;
}
.index-slider .sc_index{
    display: none;
}

.index-slider .index-slider-list{
    width: 100%;
    height: 500px;
}
.index-slider .index-slider-list li{
    height: 100%;
    float: left;
    width: 100%;
}
.index-slider .index-slider-list li a{
    display: block;
    height: 100%;
    width: 100%;
}
.index-slider .left-btn,.index-slider .right-btn{
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    top:50%;
    margin-top: -25px;
    display:none;
}
.index-slider .left-btn{
    left: 50%;
    margin-left: -600px;
    background: url("../images/index-left-btn.png") no-repeat;
}
.index-slider .right-btn{
    right: 50%;
    margin-right: -600px;
    background: url("../images/index-right-btn.png") no-repeat;
}


.index-h3-title{
    color: #282828;
    font-size: 18px;
    border-bottom: 1px solid #e7e7e7;
    line-height: 25px;
    padding-bottom: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.index-h3-title .e-g{
    padding-left: 10px;
    color: #828282;
    font-size: 12px;
}

.about-us-list{
    overflow: hidden;
    zoom: 1;
    width:1145px;
}
.about-us-list li{
    float: left;
    width: 266px;
    height: 300px;
    border: 1px solid #e0e0e0;
    margin-right: 18px;
}.about-us-list li.last{
    margin-right: 0;
 }
.about-us-list li a{
    display: block;
    width: 100%;
    height: 299px;
    border-bottom: 1px solid #fff;
}
.about-us-list li a:hover{
    text-decoration: none;
}
.about-us-list li.active,.about-us-list li.active a{
    border-bottom: 1px solid #f68c16;
}
.about-us-list li .p-name{
    text-align: center;
    font-size: 17px;
    line-height: 30px;
    padding-top: 10px;
    color: #3e3e3e;
}
.about-us-list li .p-img image{
    display: block;
    width: 266px;
    height: 218px;
}
.about-us-list li .p-more{
    text-align: center;
    line-height: 20px;
    color: #3e3e3e;
    font-size: 14px;
}


.index-company{
    float: left;
    width: 368px;
}
.index-company-content{
    width: 355px;
    height: 184px;
    background: #f4f4f4;
    border-radius: 10px;
    margin-bottom: 30px;
    overflow: hidden;
}
.index-company-content p.p1{
    clear: both;
    padding:15px 20px;
    color: #5c5c5c;
    line-height: 24px;
}

.index-brand{
    float: right;
    width: 632px;
    height: 250px;
}
.index-brand .index-brand-content{
    height: 184px;
    margin-bottom: 30px;
}
.index-brand .index-brand-list{
    margin-top: 50px;
    overflow: hidden;
    zoom:1;
    margin-right:-50px;

}
.index-brand .index-brand-list li{
    position: relative;
    float: left;
    margin-right:50px;
    height: 66px;
    display: inline-block;
}
.index-brand .index-brand-list li img.img-no{
    max-width: 100%;
}
.index-brand .index-brand-list li img.img-color{
    position: absolute;
    left: 0;
    top:0;
    max-width: 100%;
    opacity: 0;
}