
.content{
    width: 100%;
    height: auto;
    min-width: 768px;
}

#b03 {
    width: 100%;
    height: auto;
}

#b03 img {
    width: 100%;
    height: auto;

}

#b03 .dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    width: 20%;
    margin: 0 auto;
}

#b03 .dots li {
    display: inline-block;
    width: 20%;
    height: 7px;
    margin: 0 4px;
    text-indent: -999em;
    margin-left: 9.5%;
    /*border-radius: 6px;*/
    cursor: pointer;
    opacity: .4;
    background-color: #d4d8da;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}

#b03 .dots li.active {
    background: #009fe9;
    opacity: 1;
}

.banner {
    position: relative;
    overflow: auto;
}

.banner li {
    list-style: none;
}

.banner ul li {
    float: left;
}

.hlep {
    width: 100%;
    height: auto;
    background-image: url("../img/bg.png");
    background-position: 100% 100%;
}

.hlep .bottom {
    width: 80%;
    height: 660px;
    margin: 0 auto;
    margin-top: 80px;
}

.hlep .bottom .box {
    width: 30%;
    height: 570px;
    float: left;
    margin-left: 2%;
}
.hlep .bottom .box .box-top {
    text-align: center;
    margin: 0 auto;
}

.hlep .box-middle {
    text-align: center;
    font-size: 40px;
    color: #666666;
    margin: 10px auto;
}
.hlep .box-bottom {
    width: 90%;
    height: 270px;
    font-size: 18px;
    color: #999;
    margin: 0 auto;
    padding: 10px;
    letter-spacing: 1px;
    line-height: 30px;
}
.advantage {
    width: 100%;
    height: 800px;
}

.advantage .bottom {
    width: 80%;
    height: 800px;
    margin: 0 auto;
}

.advantage .bottom .box {
    width: 45%;
    height: 250px;
    border: 1px solid #eeeeee;
    border-radius: 2px;
    float: left;
    margin-top: 80px;
    margin-left: 3%;
}

.advantage .bottom .box:hover {
    width: 45%;
    height: 250px;
    border: 1px solid #eeeeee;
    float: left;
    margin-top: 80px;
    border-radius: 2px;
    box-shadow: 0 3px 8px 3px #d2d1d1;
}

.advantage .bottom .box .box-lf {
    width: 30%;
    height: 250px;
    float: left;
    line-height: 250px;
    text-align: center;
    margin: 0 auto;

}

.advantage .bottom .box .box-lf img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    padding: 10px;
}

.advantage .bottom .box .box-rt {
    width: 70%;
    height: 250px;
    float: left;

}

.advantage .bottom .box-rt-top {
    text-align: left;
    font-size: 36px;
    color: #666666;
    margin-bottom: 20px;
}

.advantage .box-rt-bottom {
    width: 90%;
    height: 150px;
    font-size: 20px;
    color: #888888;
    float: left;
    margin-top: 60px;
    letter-spacing: 1px;
    line-height: 35px;
    margin-left: 25px;
}

.serve {
    width: 100%;
    height:auto;
    margin-top: 80px;
}
.banner2{
    width: 100%;
    height:auto;
}

.serve .serve-banner {
    width: 100%;
    height:auto;
    margin-top: 80px;
}
.serve .serve-banner img{
    width: 100%;
    height:auto;
}


