.new_search1 {
    background: #7199f8;
    height: 80px;
    position: relative;
}
.search_img {
    margin-top:-8px;
    display:inline-block;
    float:left
}

.search_line {
	letter-spacing:2px;
	margin:15px 20px 0px 35px;
	display:inline-block;
	float:left;
	border-radius:5px;
}    
.search_text {
	width: 500px;
	height: 50px;
	display:inline-block;
	float: left;
	border-radius: 5px 0 0 5px;
	margin: 15px 0px 0px 10px;
	padding-left: 10px;
}
.search_button {
	width: 132px;
	height: 50px;
	display:inline-block;
	float: left;
	border-radius:0 5px 5px 0;
	margin: 15px 0px 0px 0;
	background-color:#ff9a00;
	letter-spacing:3px;
}
.new_search2 {
	height:50px;
	background:#003366;
}
.city_list li {
	float:left;    
}
.city_list li>a{
	display: inline-block;
    width: 130px;
    height: 50px;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    opacity: 0.8;
    transition: all 0.3s ease;
} 
.city_list li>a:hover {
    opacity: 1;
    background-color: #012a52;
}
/**index sydey**/
.ind-sydey{ background:#2a388d; width:100%; text-align:center; border-top:1px solid #9cb8fa}
.ind-sydey a{ display:block; width:100%}
