#foot {
	height: 300px;
	background-color: #026ab8;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

#foot-search {
	width: 1200px;
	height: 90px;
	margin: 0 auto;
	line-height: 100px;
	color: #f6fbfe;
	border-bottom: 1px solid #015a9b;
}

#foot-search span {
	display: block;
	margin: 0px 20px;
	*+margin: 0px 15px;
	float: left;
	font-size: 16px;
}

#foot-search>div>div {
	font-size: 14px;
	height: 36px;
	width: 240px;
	text-indent: 16px;
	background-color: #026ab8;
	color: #f6fbfe;
	margin-right: 20px;
	margin-top: 31px;
	border-radius: 5px;
	vertical-align: middle;
	outline: none;
	float: left;
	z-index: 1;
}


#foot-about {
	width: 1200px;
	height: 200px;
	margin: 0 auto;

}

#foot-img,
#foot-text {
	position: relative;
	margin-top: 15px;
	float: left;
	height: 100px;
	color: #f9fcff;
}

#foot-img {
	border-right: 1px solid #0075cd;
}

#foot-img img {
	margin-right: 50px;
}

#foot-img span {
	display: block;
	float: left;
}

#foot-text ul {
	/*margin: 0 0 10px 0;*/
}

#foot-text ul li {
	padding: 0 14px 0 0;
}
#foot-text ul li:hover {
cursor: pointer;
}

#foot-text pre {
	/*margin-left: 65px;*/
}

#foot-text {
	line-height: 25px;
	font-size: 16px;
	position: relative;
    left: 50%;
    transform: translate(-50%, 0px);
}

#foot-text img {
	position: absolute;
	left: -55px;
	bottom: -45px;
	margin-left: 200px;
}
#foot-search>span>div{
    position: relative;
    border: 1px solid #f6fbfe;
    height: 38px;
    width: 230px;
    margin-top:30px ;
     border-radius: 15px;
     line-height: 38px;
     text-indent: 12px;
}
#foot-search>span select {
    width: 90%;
                border: 0;
                background: transparent;
                color: #f6fbfe;
                outline: none;
			}
option{
    color:#000;
}
.hidden{
    background: #026ab8;
    width: 35px;
    height: 38px;
    position: absolute;
    right:10px;
    top: 0;
    overflow: hidden;
    border-radius: 15px;
}
