.home{
    width:1000px;
    height:100%;
    margin:0 auto ;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.home-banner{
    width:100%;
    height:380px;
    margin:15px 0;
    position: relative;
}
.home-banner-ul{
    width:5000px;
}
.home-banner-ul > li{
    position: absolute;
    top:0;left:0;
}
.home-banner-pointer{
    display: block;
    position:absolute;
    width:100%;
    height:30px;
    line-height: 30px;
    text-align: center;
    bottom:0;
}
.home-banner-pointer > li{
    display: inline-block;
    width:10px;height:10px;
    border-radius: 50%;
    background: #FFF;
    margin:0 8px;
    cursor: pointer;
}
.home-banner-pointer > li.active{
    background: #ff6600;
}


.home-box-parent{
    width:100%;
    height:auto;
}
.home-box{
    width:100%;
    height:auto;
    margin:15px 0;
}
.home-box-title{
    width:100%;
    height:40px;
    line-height: 40px;
    font-size: 24px;
    color:#333;
}
.home-box-title > small{
    color:#999;
    font-size: 12px;
}
.home-box-title > a{
    color:#333;
    font-size: 14px;
    float:right;
}
.home-tabs{
    width:100%;
    height:36px;
}
.home-tabs > li{
    float: left;
}
.home-tabs > li > a{
    display: block;
    padding:0 20px;
    height:35px;
    line-height: 35px;
    color:#333;
    background: #FFF;
    border:1px solid #99d5ff;
    margin-left:5px;
    font-size: 14px;
}
.home-tabs > li:nth-child(1) > a {
    margin-left:0;
}
.home-tabs > li > a.active{
    background: #99d5ff;
    color:#0077cc;
}
.home-panel{
    width:100%;
    height:auto;
    border-top:2px solid #99d5ff;
}
.home-panel-content{
    width:100%;
    height:230px;
    background:#FFF;
}
.home-panel-content-left{
    width:680px;
    height:100%;
    float:left;
    padding:15px 25px 15px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 22px;
    text-indent:20px;
    background: url("../images/projectbg.jpg") no-repeat 660px 30px;
}
.home-panel-content-right{
    float: right;
    width:320px;
    height:100%;
}
.home-panel-content-right > h4{
    width:100%;
    height:50px;
    line-height: 65px;
    font-weight: normal;
    background:url("../images/projectline.jpg") left bottom no-repeat;
}

.home-panel-content-right .license-img{
    width:320px;
    height:100%;
}

.home-project-tags{
    margin-top:15px;
}

.home-project-tags > li{
    float: left;
    background: #99d5ff;
    display: block;
    padding:0 15px;
    height:20px;
    line-height: 20px;
    color:#0086E6;
    font-size: 12px;
    margin:0 10px 10px 0;
    border-radius: 5px;
}

.home-box-small{
    width:410px;
    height:300px;
    display: inline-block;
}
.home-box-big{
    width:570px;
    height:300px;
    display: inline-block;
}
.home-tips{
    width:100%;
    height:50px;
    line-height: 50px;
    background: #FFF url("../images/notice.jpg") no-repeat;
    color:#ff6600;
    text-indent: 60px;
    font-size: 14px;
}



