

@charset "utf-8";
/* CSS Document */

.bg{
	height: 150px;
	background: url(../img/bg_top.jpg) no-repeat center;
	position: fixed;
	z-index: 9999;
	top: 0px;
    left: 0px;
    right: 0px;
    margin-left:auto;
    margin-right:auto;
}
.logo_b1{
	width: 1760px;
	margin: 0 auto;
}
.bg .logo a{
	width: 140px;
	height: 50px;
	float: left;
	margin-top: 80px;
	
}

.bg ul{
	width: 1200px;
	height: 30px;
	padding-top: 80px;
	margin: 0 auto;
	margin-left:350px;
}

.bg ul li{
	float: left;
	font-size: 24px;
	width: 120px;
	text-align: center;
}

.bg ul li a{
	color: #fff;
	font-size: 18px;
}

.bg ul li.b1 a{
	background: url(../img/bi1.png) top center no-repeat;
}

.bg ul li.b2 a{
	background: url(../img/bi2.png) top center no-repeat;
}

.bg ul li.b3 a{
	background: url(../img/bi3.png) top center no-repeat;
}

.bg ul li.b4 a{
	background: url(../img/bi4.png) top center no-repeat;
}

.bg ul li.b5 a{
	background: url(../img/bi5.png) top center no-repeat;
}

.bg ul li.b6 a{
	background: url(../img/bi6.png) top center no-repeat;
}

.bg ul li.b7 a{
	background: url(../img/bi7.png) top center no-repeat;
}

.bg ul li.b8 a{
	background: url(../img/bi8.png) top center no-repeat;
}


.bg ul li.b1:hover a{
	background: url(../img/hover1.png) top center no-repeat;
}

.bg ul li.b2:hover a{
	background: url(../img/hover2.png) top center no-repeat;
}

.bg ul li.b3:hover a{
	background: url(../img/hover3.png) top center no-repeat;
}

.bg ul li.b4:hover a{
	background: url(../img/hover4.png) top center no-repeat;
}

.bg ul li.b5:hover a{
	background: url(../img/hover5.png) top center no-repeat;
}

.bg ul li.b6:hover a{
	background: url(../img/hover6.png) top center no-repeat;
}

.bg ul li.b7:hover a{
	background: url(../img/hover7.png) top center no-repeat;
}

.bg ul li.b8:hover a{
	background: url(../img/hover8.png) top center no-repeat;
}

.bg ul li:hover a{
	font-size: 20px;
}

.bg ul li a{
	padding-top: 50px;
}

.bg .bg_tit{
	width: 1600px;
	margin: 0 auto;
}

.bg .dropdown{
	width: 140px;
	height: 30px;
	float: right;
	background: url(../img/xiala.png) no-repeat;
	margin-top: -50px;
	padding-right: 85px;
}

/*下拉框*/
.bg .dropdown .selectTravelCity{
	width: 150px;
	height: 30px;
	border-radius:20px 20px 20px 20px;
	osition: relative;
	float: right;
}

.bg .dropdown .selectTravelCity select{
	border: none;
	outline: none;
	width: 100%;
	height: 30px;
	line-height: 30px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius:20px 20px 20px 20px;
	background: none;
	color: #fff;
	border: 1px solid #fff;
	padding-left: 30px;
}


.bg .dropdown .selectTravelCity select option{
	font-size: 14px;
	color: #333;
	background-color: none;
	height: 30px;
	background-color: none;
}