﻿@charset "utf-8";
/* CSS Document */
html, body { margin: 0 auto; padding: 0; font-family: "微软雅黑","宋体", sans-serif; font-size: 16px; color: #302e31; background: #fff; width: 100%; -webkit-text-size-adjust: 100%;  -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none; }
img, a img { border: 0; max-width: 100%; height: auto; }
a { font-family: "微软雅黑","宋体", sans-serif; color: #302e31; }
a:hover { color: #d30312; }
select { padding: 2px; font-size: 16px; }
label { display: inline-block; }
p { line-height: 30px; }

.c { text-align: center; }
.b { font-weight: bold; }
.hei { color: #000; }
.hui1 { color: #999; }
.hui2 { color: #dfdfdf; }
.red { color: #d30312; }
.zis1 { color: #CC00FF; }
.blue { color: #0371F7; }
.green { color: #00CC00; }
.fs18 { font-size: 18px; }
.fs21 { font-size: 21px; }
.fs24 { font-size: 24px; }
.fs30 { font-size: 30px; }
.fs42 { font-size: 42px; }
.fs60 { font-size: 60px; }

.nl_clear { clear: both; }
.nl_disnone { display: none; }
.nl_mt20 { margin-top: 20px; }
.nl_mt50 { margin-top: 50px; }
.nl_mb20 { margin-bottom: 20px; }
.nl_ml20 { margin-left: 20px; }
.nl_mr20 { margin-right: 20px; }
.nl_pt20 { padding-top: 20px; }
.nl_pb20 { padding-bottom: 20px; }

.nl_btn1 { display: inline-block; margin: 2px; width: 200px; height: 40px; line-height: 40px; background: #0371F7; color: #fff; font-size: 18px; cursor: pointer; border: 0; border-radius: 5px; }
.nl_btn1:hover { background: #d30312; }

.nl_header, main, .nl_links, .dh { display: block; margin: 0 auto; width: 98%; max-width: 900px; }

/* 头部 */
header { padding: 10px 0; background: #CBEFFF; }

/* 底部 */
footer { position: relative; margin-top: 20px; padding: 10px 0; line-height: 25px; font-size: 12px; color: #777; border-top: solid 1px #CBEFFF; text-align: center; }

/* 友情链接 */
.nl_links { background: #fff; border: solid 1px #dfdfdf; }
.nl_links .nl_lt { padding: 0 0 0 15px; line-height: 30px; background: #EFEFEF; border-bottom: solid 1px #dfdfdf; }
.nl_links .nl_la { padding: 15px 20px; line-height: 25px; }
.nl_links .nl_la a { display: inline-block; margin-right: 10px; font-size: 12px; }

/* 主体 */
.nl_frm { margin: 0 auto; }
.nl_frm .span1 { display: inline-block; width: 17%; }
.nl_frm .span2 { display: inline-block; width: 80%; }
.nl_frm input[type="number"] { padding: 0 0 0 10px; width: 60px; height: 30px; line-height: 30px; font-size: 16px; }

table { width: 100%; border: 0; border-spacing: 0; border-collapse: collapse; line-height: 30px; text-align: center; }
table tr th { padding: 3px 5px; background: #F5FCFF; }
table tr td { padding: 3px 5px; }

.sj_line { border-top: dashed 1px #009AE5; }

.dh { line-height: 30px; font-size: 12px; }

@media screen and (max-width:640px) {
html, body { font-size: 12px; }
}