body{
	margin: 0;
	font-family: 'Microsoft YaHei';
	background-color: #0B255E;
}
a{
	text-decoration: none;
}
.index{
	position: absolute;
	top: 40px;
	right: 45px;
	color: white;
}
.infoButton{
	line-height: 42px;
	height: 42px;
	width: 160px;
	text-align: center;
	border-radius: 20px;
	font-size: 18px;
	font-weight: 600;
	background: -webkit-linear-gradient(#07D3D0, #0592D1); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#07D3D0, #0592D1); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#07D3D0, #0592D1); /* Firefox 3.6 - 15 */
	background: linear-gradient(#07D3D0, #0592D1); /* æ ‡å‡†çš„è¯­æ³• */
}
.infoButton a{
	color: white;	
}
.infoButton:hover{
	background: -webkit-linear-gradient(#07D3DF, #0592EF); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#07D3DF, #0592EF); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#07D3DF, #0592EF); /* Firefox 3.6 - 15 */
	background: linear-gradient(#07D3DF, #0592EF); /* æ ‡å‡†çš„è¯­æ³• */
}
.bgTop{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left:-960px;
	width: 1920px;
	z-index: -2;
	height: 1060px;
	overflow: hidden;
}
.title{
	background: linear-gradient(to bottom, #FFFFFF, #96ECF3);
	-webkit-background-clip: text;
	color: transparent;
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	width: 100%;
	text-align: center;
	position: relative;
	margin-top: 178px;
	margin-bottom: 20px;
}
.promoImg{
	width: 100%;
	text-align: center;
}
.promoImg img{
	margin-top: 30px;
}
.detailImg{
	width: 100%;
    height: 0px;
	position: relative;
	overflow: hidden;
    -webkit-transition: height 1s;
    -moz-transition: height 1s;
    -o-transition: height 1s;
    transition: height 1s;
}
.container img {  
    position: absolute;  
	bottom: 0px;
}
.bottom{
    width: 100%;
    height: 65px;
    line-height: 65px;
    color: white;
    font-size: 15px;
    text-align: center;
    background-color: #021439;
	margin-top:40px;
	bottom: 0px;
}
.content{
	width: 1001px;
	background-color: #031952;
	margin: 0 auto;
	color: white;
	padding: 10px 10px 10px 20px;
	line-height: 30px;
	border-radius: 5px;
}
.content table{
	color: white;
	border: 1px solid black;
	border-collapse: collapse;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	background-color: #1E48B4;
}
.content th{
	border: 1px solid black;
	padding: 5px 10px 5px 10px;
	background-color: #FFDD5B;
	color: black;
}
.lineHead{
	color: black;
	font-weight: 600;
	background-color: #FFDD5B;
}
.content td{
	border: 1px solid black;
	padding: 5px 10px 5px 10px;
}
.gold{
	color: #FFFF00;
}
.subTitle{
	border-radius: 20px;
	border: solid 2px #FDEDAF;
	font-size: 22px;
	line-height: 35px;
	color: #FFFF00;
	width: 400px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.barnerBox{
	position: relative;
	width: 100%;
	overflow: hidden;
}
