*{margin: 0;padding: 0;}
a{text-decoration:none;}
li{list-style: none;}
.index-bt {
    text-align: center;
    margin:  50px 0;
}
.index-bt p {
    font-size: 28px;
    height: 32px;
    line-height: 32px;
    color: #666;
}
.index-bt p::before {
	content: '';
	height: 1px;
	display: inline-block;
	/* background: #c9c9c9; */
	background-image: linear-gradient(to right,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0) 10%,
		rgba(201, 201, 201, 0.3) 20%,
		rgba(201, 201, 201, 0.4) 30%,
		rgba(201, 201, 201, 0.5) 40%,
		rgba(201, 201, 201, 0.8) 50%,
		rgba(201, 201, 201, 0.5) 60%,
		rgba(201, 201, 201, 0.4) 70%,
		rgba(201, 201, 201, 0.3) 80%,
		rgba(0, 0, 0, 0) 90%,
		rgba(0, 0, 0, 0) 100%);
	width: 130px;
	vertical-align: middle;
}

.index-bt p::after {
	content: '';
	height: 1px;
	display: inline-block;
	background-image: linear-gradient(to right,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0) 10%,
		rgba(201, 201, 201, 0.3) 20%,
		rgba(201, 201, 201, 0.4) 30%,
		rgba(201, 201, 201, 0.5) 40%,
		rgba(201, 201, 201, 0.8) 50%,
		rgba(201, 201, 201, 0.5) 60%,
		rgba(201, 201, 201, 0.4) 70%,
		rgba(201, 201, 201, 0.3) 80%,
		rgba(0, 0, 0, 0) 90%,
		rgba(0, 0, 0, 0) 100%);
	width: 130px;
	vertical-align: middle;
}
.index-bt span {
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
}
.nybann img:nth-child(2) {
    display: none;
}
.nybann img {
    width: 100%;
}
.location {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #eee;
}
.cont, .nav-top {
    /* width: 1200px; */
	margin: auto;
}
.cont{
	width: 1440px;
	
}
.location img, .location p, .location a {
    display: inline;
    vertical-align: middle;
    color: #777;
    font-size: 15px;
}
.i-5 {
    display: block;
    width: 20px;
    line-height: 49px;
    float: left;
    margin-right: 5px;
}
@media (max-width:1024px) {
	.index-bt{margin:0;}
	.index-bt p{font-size: 20px;}
	.nybann img:nth-child(2) {
		display: block !important;
	}
	.location, .nybann img:nth-child(1) {
	    display: none;
	}
	
	.index-bt p::before, .index-bt p::after {
	    width: 40px;
	}
}