/*  
作者：shieh
QQ：87671200
*/
@charset "utf-8";
html { width:100%; height:100%;}
*{ padding:0; margin:0;}
table { border-collapse:collapse; border-spacing: 0}
a { text-decoration:none; color:#333;}
a:hover { color:#d60000;}
input { outline:none}
textarea { resize:none}
li { list-style: none}
img { border:none; vertical-align:bottom;}
*, :after, :before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
/*=======================================================*/
body { font-family:-apple-system, BlinkMacSystemFont, 'Microsoft YaHei', sans-serif; font-size:14px; color:#333; line-height:1.75; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color:transparent; outline:0; background:#4abaec url(images/logo.png) no-repeat center center; background-size:auto 36%;}

.container { width:1164px; margin:0 auto;}
.container:after {clear:both; display:table; content:"";}
/**/
.wrapper { display:none;}
/**/