.container {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
}

.container:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.tc {
    text-align: center;
}

.color-white {
    color: white!important;
}

.red {
    color: #fc8080!important;
}

.fz12 {
    font-size: 12px;
}

.fz14 {
    font-size: 14px;
}

.wfs {
    width: 100%;
    position: relative;
}
.index-page { width: 100%;  height: 560px; overflow: hidden; margin-top: 60px; }
.index-page .solution-more { height: 560px; background: #151515; width: 100%; overflow: hidden;}
.index-page .solution-more-slide .container { height: 560px; position: relative;}
.index-page .solution-more-slide .hd { width: 260px; position: absolute; z-index: 2; background: #000000; height: 560px; left: 0; top: 0; color: #fff;}
.index-page .solution-more-slide .hd ul { margin-top: 30px;}
.index-page .solution-more-slide .hd li { height: 105px; padding-top: 20px; position: relative; cursor: default; transition: all .5s; cursor: pointer}
.index-page .solution-more-slide .hd li:after { content: ""; width: 80%; border-bottom: 1px solid #2A2A2A; position: absolute; left: 10%;bottom: 0;}


.index-page .solution-more-slide .hd li.item-1 i {
    background-position: 0 0;
}

.index-page .solution-more-slide .hd li.item-2 i {
    background-position: -40px 0;
}

.index-page .solution-more-slide .hd li.item-3 i {
    background-position: -80px 0;
}

.index-page .solution-more-slide .hd li.item-4 i {
    background-position: -120px 0;
}

.index-page .solution-more-slide .hd li.item-5 i {
    background-position: -160px 0;
}

.index-page .solution-more-slide .hd li.item-6 i {
    background-position: -200px 0;
}

.index-page .solution-more-slide .hd li.item-1.on i {
    background-position: 0 -40px;
}

.index-page .solution-more-slide .hd li.item-2.on i {
    background-position: -40px -40px;
}

.index-page .solution-more-slide .hd li.item-3.on i {
    background-position: -80px -40px;
}

.index-page .solution-more-slide .hd li.item-4.on i {
    background-position: -120px -40px;
}

.index-page .solution-more-slide .hd li.item-5.on i {
    background-position: -160px -40px;
}

.index-page .solution-more-slide .hd li.item-6.on i {
    background-position: -200px -40px;
}

.index-page .solution-more-slide .hd li:before { background: #97cb00; content: "";  position: absolute; top: 0; left: 0; bottom: 0; z-index: 1; width: 0; transition: all .2s; }

.index-page .solution-more-slide .hd li.on:before {
    width: 100%;
}

.index-page .solution-more-slide .hd li.on:after {
    display: none;
}

.index-page .solution-more-slide .hd .text { position: relative;  z-index: 2; margin-top: 6px;}
.index-page .solution-more-slide .hd .text h3 { width: 80%; margin: 0 auto 5px auto; font-size: 18px; }
.index-page .solution-more-slide .hd .text p {  width: 80%; margin: 0px auto; font-size: 14px; color: #fff; color: rgba(255,255,255,.7); }

.index-page .solution-more-slide .bd {
    width: 1920px;
    margin-left: -360px;
}

.index-page .solution-more-slide .bd li.item-1 {
    background: url("../image/banner1.png") no-repeat center top;
}

.index-page .solution-more-slide .bd li.item-2 {
    background: url("../image/banner1.png") no-repeat center top;
}

.index-page .solution-more-slide .bd li.item-3 {
    background: url("../image/banner1.png") no-repeat center top;
}

.index-page .solution-more-slide .bd li.item-4 {
    background: url("../image/banner1.png") no-repeat center top;
}

.index-page .solution-more-slide .bd li.item-5 {
    background: url("../image/banner1.png") no-repeat center top;
}


.index-page .solution-more-slide .bd .inner {
    padding-left: 360px;
    padding-top: 73px;
    color: #fff;
}

.index-page .solution-more-slide .bd h2 {
    font-size: 24px;
    margin-bottom: 38px;
}

.index-page .solution-more-slide .bd .intro { font-size: 14px;
    margin-bottom: 40px;
}

.index-page .solution-more-slide .bd .intro dt { margin-bottom: 10px;}
.index-page .solution-more-slide .bd .intro dd { color: #999; margin-bottom: 20px; line-height: 1.8; }
.index-page .solution-more-slide .bd .btn-wrap { overflow: hidden; margin-bottom: 40px;}
.index-page .solution-more-slide .bd .btn-wrap a { width: 130px; height: 40px; border: 1px solid #fff; color: #fff; line-height: 40px; text-align: center; font-size: 14px;float: left; margin-right: 15px; transition: all .2s;}
.index-page .solution-more-slide .bd .btn-wrap a:hover { background: #97cb00; color: #fff; border-color: #97cb00; opacity: .9;}
.index-page .solution-more-slide .bd .example h3 { margin-bottom: 15px;}
.index-page .solution-more-slide .bd .example li { float: left; margin:20px 60px 10px 0;  }
.index-page .solution-more-slide .bd .example li img { width: 100%; height: auto; display: block; border: none; }

