#header .navList .homeList>a{
	  color: #2ac2fa;
    border-top: 5px solid #2ac2fa;
}
/*轮播图*/
.bannerBox{
    width: 100%;
    min-width: 1080px;
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;
}
.bannerBox .banner{
    position: absolute;
    left: 0;
    top: 0;
    width: 9999px;
    overflow: hidden;
    z-index: 9;
}
.bannerBox .banner li{
    float: left;
}
.bannerBox .banner li img{
    width: 100%;
    max-height: 370px;
}
.bannerBox .bannerBtn{
    width: 60px;
    height: 16px;
    position: absolute;
    z-index: 10;
    left: 50%;
    margin-left: -40px;
    bottom: 15px;
    overflow: hidden;
}
.bannerBox .bannerBtn li{
    float: left;
    width: 18px;
    height: 16px;
    background: url("../images/dot.png") no-repeat 0 -16px;
    cursor: pointer;
}
.bannerBox .bannerBtn li+li{
    margin-left: 3px;
}
.bannerBox .bannerBtn li.active{
    background: url("../images/dot.png") no-repeat 0 0;
}
/*文字*/
.homeContainer-left{
    width: 100%;
    float: left;
}
.homeContainerTitle{
	margin-top: 20px;
    position: relative;
    width: 100%;
}
.homeContainerTitle span{
    position: relative;
    padding-right: 5px;
    font-size: 24px;
    z-index: 2;
    color: #333;
    background-color: #fff;
}
.homeContainerTitle:after{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #d3d3d3;
    top: 50%;
    margin-top: -1px;
    z-index: 1;
}
.homeIntroduce{
    color: #333;
    font-size: 14px;
    margin-bottom: 1px;
}
.homeIntroduce .homeIntroduce-text{
    margin-top: 20px;
    line-height: 1.8;
}
.homeIntroduce .homeIntroduce-text p{
    line-height: 2;
    text-indent: 2em;
}
.homeIntroduce .homeIntroduce-text p+p{
    margin-top: 15px;
}
.homeAdvantage{
    color: #4e5675;
    font-size: 14px;
    margin-bottom: 80px;
}
.homeAdvantage .homeAdvantage-text{
    color: #2ca9d9;
    background-color: #4e5675;
    width: 100%;
    height: 85px;
    line-height: 85px;
    text-align: center;
    margin: 20px 0 25px;
}
.homeAdvantage .homeAdvantage-list li{
    padding-left: 40px;
    position: relative;
    height: 25px;
    line-height: 25px;
}
.homeAdvantage .homeAdvantage-list li+li{
    margin-top: 15px;
}
.homeAdvantage .homeAdvantage-list li:after{
    content: "";
    position: absolute;
    width: 40px;
    height: 25px;
    left: 0;
    top: 0;
    background: url("../images/main-list-icon.png") center center no-repeat;
}