/*bottom*/	
.index-select-link{
	width: 640px;
	height: auto;
	overflow: hidden;
	padding-top: 17px;
	padding-bottom: 10px;
	box-sizing: border-box;
	margin: 0 auto;
}
.index-select-link p{
	font-size: 18px;
	line-height: 30px;
	color: #FFFFFF;
	float: left;
	padding-right: 12px;	
	box-sizing: border-box;
}
.index-select-link div{
	float: left;
	width: 256px;
	margin-right: 10px;
	position: relative;
}
.index-select-link div select{
	width: 100%;
	height: 30px;
	border:1px solid #3e85ac;
	outline: none;
	background:rgba(255,255,255,0.1);
	font-size: 14px;
	color: #FFFFFF;
	position: relative;
	text-indent: 10px;
	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari 和 Chrome */
}
.index-select-link div select option{
	text-indent: 10px;
background:#00456b;
color:#ffffff;
font-size:14px;
height:30px;
line-height:30px;
}
.index-select-link div::before{
	content: "";
	position: absolute;
	width: 1px;
	height:22px;
	top: 0;
	bottom: 0;
	right: 30px;
	margin: auto; 
	background: #bfe3f7;

}
.index-select-link div::after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-right: 6px solid transparent;
  	border-left: 6px solid transparent;
  	border-top: 9px solid #bfe3f7;
	right: 9px;
	top: 2px;
	bottom: 0;
	margin: auto;
}


.index-bottom{
	width: 100%;
	min-width: 1290px;
	height: 184px;
	overflow: hidden;
	background: url(../sx-img/index-bottom.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
	margin-top: -1px;
}
.index-bottom .content{
	width: 1300px;
  	height: auto;
	overflow: hidden;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.index-bottom .content section.logo{
	width: 100%;
	height: 90px;
	background: url(../sx-img/bottom-logo.png) center  no-repeat;
	margin: 0 auto;
	background-size: 395px 64px;
	border-bottom: 2px solid #2b6382;
	padding:0;
	box-sizing: border-box;
}
.index-bottom .content section{
	width: 100%;
	text-align: center;
	font-size: 15px;
	color: #FFFFFF;
	padding-top: 10px;
	box-sizing: border-box;
}