/* 公用样式*/
*{
	margin:0px;
	padding:0px;


	border:0px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #898888;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#ababab;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #898888;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #898888;
}

a{
	outline:none;
	color:666;
	text-decoration:none;
}
img{
	border:none;}
	body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}


 html,body 
{
	-webkit-tap-highlight-color: rgba(0,0,0,0);

    color: #333333;
	overflow-x:hidden;
	
    font-size: 14px;
-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
smoothing: grayscale;
-o-smoothing: grayscale;
	font-family: "Microsoft Yahei",Tahoma,Arial,sans-serif;    
	

}
ol,ul{list-style:none;}

	
/* 公用样式结束*/

#splashPage.active {
       height: 500px;
}


@media (max-width: 1200px) {
.splashHolder {
-webkit-transform:scale(0.7, 0.7);
-ms-transform:scale(0.7, 0.7);
transform:scale(0.7, 0.7);
}


}

@media screen and (max-height: 768px) {
body {
min-height:660px;
}
footer {
margin:30px 0 20px;
}
#splashPage {
padding-top:20px;
}
.splashHolder {
position:relative;
}
.splashHolder .splash {
-webkit-transform:scale(0.9, 0.9);
-ms-transform:scale(0.9, 0.9);
transform:scale(0.9, 0.9);
}
}
