.banner{
    width: 100%;
    height: 527px;
    z-index: 90;
}
.banner .carousel-control.left,.banner .carousel-control.right{
   background: none;
   color: #000;
}
.banner .carousel-indicators li{
    width: 13px;
    height: 13px;
    background: #eee;
    margin: 0 2px;
    border: none;
}
.banner .carousel-indicators .active{
    width: 13px;
    height: 13px;
    background: #0099FF;
    margin: 0 2px;
}
.banner01{
    width: 100%;
    height: 527px;
    background: url(../images/banner01.jpg) center no-repeat;
    background-size:cover;
}
.banner01 a{
    width: 100%;
    height: 100%;
    display: block;
}
.banner02{
    width: 100%;
    height: 527px;
    background: url(../images/banner02.jpg) center no-repeat;
    background-size:cover;
}
.main{
    font-family: Microsoft Yahei;
}
.main ul{
    padding: 0;
}
.row-info h2{
    margin-top: 120px;
    font-weight: 700;
}
.row-info li{
    color: #666;
    margin-top: 20px;
    padding-left: 35px;
    font-size: 18px;
    list-style-type:none;
    background: url(../images/bg_li.png) left center no-repeat;
}
.row2 .row-info h2,
.row4 .row-info h2{
    color: #fff;
}
.row2 .row-info li,
.row4 .row-info li{
    color: #ccc;
    background: url(../images/bg_li2.png) left center no-repeat;
}
.row1{
    height: 528px;
    background: url(../images/bg_row1.jpg) center no-repeat;
    background-size:cover;
}

.row2{
    height: 528px;
    background: url(../images/bg_row2.jpg) center no-repeat;
    background-size:cover;
}
.row3{
    height: 528px;
    background: url(../images/bg_row3.jpg) center no-repeat;
    background-size:cover;
}
.row4{
    height: 528px;
    background: url(../images/bg_row4.jpg) center no-repeat;
    background-size:cover;
}

.main .row >div{
    padding: 0;
    margin-bottom: 10px;
}
.main .row h2{
    color: #0099FF;
    text-indent:1em;
}
.main .row li{
    font-weight: 700;
    font-size: 18px;
}
.main-tit{
    margin: 40px auto;
}
.main .box-img img{
    width: 100%;
    height: auto;
}