@charset "utf-8";
/* CSS Document */
body { color: #666; min-width: 1210px; }
html, body, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, form, fieldset { margin: 0; padding: 0; }
body, td, input, textarea, select, button { color: #666; font-size: 12px; font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif; }
ul, ol, li { list-style-image: none; list-style-type: none; }
h1, h2, h3, h4, h5, h6 { font-weight: 300; }
a { color: #999; text-decoration: none; blr: expression(this.onFocus=this.blur());
outline: none; }
a:active { star: expression_r(this.onFocus=this.blur());
}
a:hover { color: #ff5339; text-decoration: none; cursor: pointer; }
a:focus, input[type=button], input[type=submit] { outline: none; }
input, button, select, textarea { outline: none; }
a img { border: none; }
.w990 { width: 990px; margin: 0 auto; }
.w1210 { width: 1210px; margin: 0 auto; }
.m-l-10 { margin-left: 10px; }
.header { position: relative; width: 990px; margin: 0 auto; height: 90px; }
.logo { width: 270px; display: block; position: absolute; top: 10px; left: 0px; }
.logo img { max-width: 100%; }

/*内容*/
.content-box { width: 100%; margin: 10px auto; text-align: center;}
.content-box .hj{ width: auto; height: 600px; margin: 0 auto; text-align: center; overflow: hidden; position: relative;}
/*.content-box .hj img{ max-width: 100%; max-height: 100%;}*/
.code-box{ position: relative; height: 220px; width: 450px; top: 50%; left: 50%; margin-left: -510px; margin-top: -90px; text-align: center;}
.code-box .code{ width: 180px; height: 220px; border: 1px #2fb54e solid; background-color: #fff; overflow: hidden; margin: 0 15px; display: inline-block;}
.code-box .code img{ width: 160px; height: 160px; margin: 10px;}
.code-box .code span{ width: 180px; height: 40px; line-height: 40px; font-size: 16px; color: #fff; background-color: #2fb54e; display: inline-block;}

/*底部版权信息*/
.copyright { padding: 5px 0 0px; }
.copyright p, .copyright p a.btn-link, .copyright a, .copyright a:hover { font-size: 12px; color: #999; }
.copyright p { color: #999; }
.copyright p a.copyright-logo { font-weight: 500; line-height: 28px; }
.copyright p img { max-width: 100%; max-height: 100%; vertical-align: top; margin-right: 10px; }
.copyright p a.btn-link { color: #999; }
.copyright p b { font-weight: 400; }
.platform-footer { text-align: center; padding: 10px 0 10px; color: #999; font-size: 12px; }
