@charset "utf-8";
/* CSS Document */

body {
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(169,219,128,1) 48%, rgba(0,172,223,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(169,219,128,1) 48%,rgba(0,172,223,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(169,219,128,1) 48%,rgba(0,172,223,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00acdf',GradientType=0 ); /* IE6-9 */
	
	/*background:url(../images/bg.jpg); 20180301修改背景色*/
	
	background-attachment: fixed;
	background-repeat:no-repeat;
	background-position:center top;
	-moz-background-size: cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}

a:link {
	color: #d7000f;
}
a:hover {
	color: #fe3644;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}