.Homebanner ul li:nth-child(1) {
    background-image: url('/images/newpc/multisite/index_mul_bg.jpg');
    cursor: pointer;
}

.Homebanner ul li:nth-child(1) .tb_tit {
    top: 150px;
}

.Homebanner ul li:nth-child(1) .tb_tit p:nth-child(1) span {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
	vertical-align: middle;
	margin: 0 10px;
}

@media screen and (min-width:320px) and (max-width:767px) {
    .Homebanner ul li:nth-child(1) .tb_tit {
        top: 70px;
    }
}
