/* CSS Document */

@font-face {
  font-family: "opensans";
  src: url("../font/opensans.woff2") format("woff2"),
       url("../font/opensans.woff") format("woff"),
       url("../font/opensans.ttf") format("truetype"),
       url("../font/opensans.eot") format("embedded-opentype"),
       url("../font/opensans.svg") format("svg");
}
@font-face {font-family: "HELVETICALTSTD-BLKCOND";
  src: url("../font/HELVETICALTSTD-BLKCOND.woff2") format("woff2"),
       url("../font/HELVETICALTSTD-BLKCOND.woff") format("woff"),
       url("../font/HELVETICALTSTD-BLKCOND.ttf") format("truetype"),
       url("../font/HELVETICALTSTD-BLKCOND.eot") format("embedded-opentype"),
       url("../font/HELVETICALTSTD-BLKCOND.svg") format("svg");
}
body {
	font-family: 'opensans', 'Microsoft Yahei';
	font-size:14px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a{ color:#666; 
text-decoration:none;
-webkit-transition:color 0.2s linear;
    -moz-transition:color 0.2s linear;
    -o-transition:color 0.2s linear;
    transition:color 0.2s linear;}
a:hover{ color:#87b106}

.getstart a {
		text-align: center;
		font-size: 16px; 
		text-decoration: none;
		padding:10px 35px;
        color: #fff;
		background:#87b106;
		border:2px solid #87b106;

	}
 .getstart a:hover{
    border:2px solid #282828;
	color:#fff;
	background:#282828;
	text-decoration: none;
	transition: .5s all;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	-moz-transition: .5s all;
	}
