/*main*/
.banner-box{
    width: 100%;
    height: 366px;
    background: #5fd8d8;
}
.banner120{
    position: relative;
    width: 100%;
    margin: 0 auto;
}
#slides {
    position:relative;
    top:0px;
    z-index:0;
}

.slides_container {
    width: 100%;
    height: 366px !important;
    overflow:hidden;
    position:relative;
}

.slides_container a {
    width: 100%;
    height: 366px;
    display:block;
}

#slides .next {
    left:585px;
}

#content {
    float:left;
    width:350px;
    font-size:1.3em;
    margin-right:20px;
}

#content h1 {
    margin:0 0 0 -4px;
}

#download {
    width:190px;
    padding:10px;
    float:left;
    font-size:1.3em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.pagination {
    display: block;
    width: 100%;
    height: 7px;
    position: absolute;
    z-index: 8;
    top: 343px;
    left: 0;
    text-align: right;
}

.pagination li {
    display: inline-block;
    width: 24px;
    height: 7px;
    margin-right: 11px;
    background: #444;
    opacity: 0.3;
    -moz-opacity: 0.3;
    filter: alpha(opacity=30);
    overflow: hidden;
    cursor: pointer;
}

.pagination li a {
    display: inline-block;
    width: 24px;
    height: 7px;
    margin-right: 11px;
    background: #444;
    opacity: 0.3;
    -moz-opacity: 0.3;
    filter: alpha(opacity=30);
    overflow: hidden;;
    cursor: pointer;
}

.pagination li.current{
    background: #fff;
}
.tab-pannel .info_title{
	position: absolute;
    top: 314px;
    display: block;
    color: rgb(255, 255, 255);
    padding: 0px 26px;
    font: 19px/29px "微软雅黑";
}
.tab-pannel .info_title:hover{
	color:#2db869;
}

