.full{
    background: url("../../images/main/m30.jpg") no-repeat;
    background-size: 100% 100%;
}
#item{
    width: 1050px;
    height:auto;
    margin: auto;
}
.yea{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
.zear{
    position: relative;
    overflow: hidden;
    margin-top: 1%;
}
.zear ul{
    width: 45px;
    float: left;
    margin-top: 18%;
    margin-left: 5%;
}
.zear ul li{
    border-radius: 100%;
    width: 28px;
    height: 28px;
    margin-bottom: 12px;
    background: #fff;
    font-size: 16px;
    color: #6fba2c;
    text-align: center;
    line-height: 28px;
    box-shadow: 2px 2px 5px #ccc;
    cursor: pointer;
}
.zear ul li:hover,
.zear ul li.active{
    background: #6fba2c;
    color: #fff;
}
.zear ol{
    width: 935px;
    float: right;
    position: relative;
    z-index: 5;
}
.zear ol li{
    width: 100%;
    position: absolute;
    top:0px;
    left:0px;
    display: none;
}
.zear ol li:first-child{
    display: block;
}
.zear ol li img {
    width: 62%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 158px;
}
.zear ol li:nth-child(2) img{
    width: 66%;
}
.adva ol li:nth-child(4) img{
    width: 80%;
}
.adva ol li:nth-child(6) img{
    width: 100%;
}
.zear ol li:first-child img{
	margin-top: 4%;
}