@charset "utf-8";
/* CSS Document */



/*Public Start
=================================*/

ul,li{
	list-style:none;
}



.mt10{
	margin-top: 10px;
}
.mb5{
	margin-bottom: 5px;
}
.mb10{
	margin-bottom: 10px;
}
.mb15{
	margin-bottom: 15px;
}
.mb20{
	margin-bottom: 20px;
}
.pt10{
	padding-top: 10px;
}

.pt20{
	padding-top: 20px;
}

/*Public End
=================================*/

/*header Start
=================================*/



#background_image {
     background-image: url(../images/title.png);
     background-position: 0 0;
	 background-size: cover;
	 height: 130px;
}



/*footer Start
=================================*/
footer{
	background: url(bg_footer_nao.jpg) no-repeat center top #1d3079;
	color: #fff;
	line-height: 22px;
}
footer a{
	color: #fff;
}
footer a:hover{
	color: #fff;
	text-decoration: underline;
}
footer .col-bottom-link {
	border-bottom: 1px solid #4e60ce;
	padding: 20px 0 15px 0;
	margin-bottom: 5px;
}
footer .col-bottom-link select{
	color: #fff;
	width: 100%;
	font-size: 1.5rem; font-size: 15px;
	border: 1px solid #8495e7;
	line-height: 32px;
	padding: 5px 15px 5px 10px;
	padding: 5px 0 5px 10px\9;
	margin-bottom: 12px;
	appearance:none;
  	-moz-appearance:none;
  	-webkit-appearance:none;
	-ms-appearance:none;
	background: url(ico_select_arrow_02_nao.png) no-repeat scroll 99% center rgba(55,72,158,0.6);
	background: none\9;
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#9937489E,endcolorstr=#9937489E);
}
select::-ms-expand { display: none; }
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/

footer .col-bottom-link select option{	
	font-size: 1.4rem; font-size: 14px;
	line-height: 24px;
}
footer img{
	width: auto;
}





