body{
	/* background: #1d5d9d; */
	background: url(https://www.zjjiulong.com/usr/themes/Asn/static/index-bg-1.jpg);
    /* background: -moz-linear-gradient(top, #1d5d9d 0%, #2485c1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1d5d9d), color-stop(100%,#2485c1));
	background: -webkit-linear-gradient(top, #1d5d9d 0%,#2485c1 100%);
	background: -o-linear-gradient(top, #1d5d9d 0%,#2485c1 100%);
	background: -ms-linear-gradient(top, #1d5d9d 0%,#2485c1 100%);
	background: linear-gradient(to bottom, #1d5d9d 0%,#2485c1 100%); */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d5d9d', endColorstr='#2485c1',GradientType=0 );
	background-repeat : no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Helvetica Neue','Microsoft Yahei','Hiragino Sans GB','Microsoft Sans Serif','WenQuanYi Micro Hei',sans-serif;
}
.container{
	width:960px;
	margin:0 auto;
}
.welcome{
	margin-top: 100px;
	height:200px;
	text-align: center;
}
.welcome h1{
	color: #fff;
    letter-spacing: 3px;
    line-height: 20px;
    font-weight: 200;
    text-shadow: 0px 0px 6px rgba(255,255,255,0.7);
}
.sel{
	float:left;
	width:476px;
	text-align: center;
}
.sel{
	color:#fff;
}
.sel:hover{
	border: 2px solid;
	border-radius: 30px;
}
.sel a {
	color:#fff;
	text-decoration: none;
}
.sel h2{
	margin-top: 10px;
	font-size: 25px;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
.sel p{
	font-size: 20px;
}