@charset "utf-8";
/* CSS Document */
html, body { margin: 0 auto; padding: 0; font-family: "微软雅黑","宋体", sans-serif; font-size: 15px; color: #3A373B; background: #F6FBFF; 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: #3A373B; }
a:hover { color: #418CF4; }

.zc_clear { clear: both; }
.zc_disnone { display: none; }
.zc_mt20 { margin-top: 20px; }
.zc_mt50 { margin-top: 50px; }
.zc_mb20 { margin-bottom: 20px; }
.zc_ml20 { margin-left: 20px; }
.zc_mr20 { margin-right: 20px; }
.zc_pt20 { padding-top: 20px; }
.zc_pb20 { padding-bottom: 20px; }

.c { text-align: center; }
.b { font-weight: bold; }
.hei { color: #000; }
.hui1 { color: #999; }
.hui2 { color: #dfdfdf; }
.red { color: #DB0A0A; }
.zis1 { color: #CC00FF; }
.blue { color: #0975F1; }
.green { color: #00CC00; }
.fs18 { font-size: 18px; }
.fs24 { font-size: 24px; }
.fs30 { font-size: 30px; }
.fs42 { font-size: 42px; }

header, footer, main { display: block; margin: 0 auto; width: 100%; max-width: 1050px; }

/* 头部 */
header { padding: 20px 0; }
header .zc_logo { float: left; width: 30%; }
header .zc_logo a { font-size: 36px; color: #418CF4; text-decoration: none; }
header .zc_right { float: right; width: 64%; text-align: right; }

/* 底部 */
footer { position: relative; padding: 20px 0; line-height: 25px; color: #999; text-align: center; }
footer a:hover { color: #418CF4; }

/* 友情链接 */
.zc_links { background: #fff; border: solid 1px #dfdfdf; }
.zc_links .zc_lt { padding: 0 0 0 15px; line-height: 30px; background: #EFEFEF; border-bottom: solid 1px #dfdfdf; }
.zc_links .zc_la { padding: 15px 20px; line-height: 25px; }
.zc_links .zc_la a { display: inline-block; margin-right: 10px; font-size: 12px; }

/* 分页 */
.zc_page { margin: 10px 0; padding: 0; font-size: 15px; line-height: normal; text-align: center; }
.zc_page a { display: inline-block; margin: 5px; padding: 0 10px; height: 30px; line-height: 30px; color: #999; font-weight: normal; text-decoration: none; letter-spacing: 0; border:1px solid #999; }
.zc_page span { display: inline-block; margin: 5px; padding: 0 10px; height: 30px; line-height: 30px; color: #999; font-weight: normal; text-decoration: none; letter-spacing: 0; }
.zc_page a:hover, .zc_page a.page_on { color: #fff; background: #418CF4; border: 1px solid #418CF4; }

/* 通用 */
.zc_box { display: inline-block; margin: 0 5px 5px 0; background: #fff; border: solid 1px #009AE5; text-decoration: none; width: 70px; height: 97px; text-align: center; }
.zc_box em { overflow: hidden; display: block; height: 25px; line-height: 25px; font-size: 14px; font-style: normal; color: #000; }
.zc_box span { overflow: hidden; display: block; height: 40px; line-height: 40px; font-size: 30px; font-weight: bold; color: #222; }
.zc_box span:nth-of-type(2) { margin-top: 5px; height: 25px; line-height: 25px; font-size: 12px; font-weight: normal; color: #000; background: #C1EBFF; border-top: solid 1px #009AE5; }
.zc_box span img { width: 30px; height: 30px; }

.zc_box1 { background: #fff; border: solid 1px #418CF4; }
.zc_box1 .title { padding: 0 0 0 15px; line-height: 35px; background: #E2EBFD; border-bottom: solid 1px #418CF4; }
.zc_box1 .title a { display: inline-block; font-weight: bold; }
.zc_box1 .list { }
.zc_box1 .list a { display: inline-block; margin: 5px 10px 5px 0; padding: 0 10px; height: 30px; line-height: 30px; border: solid 1px #DFDFDF; text-decoration: none; }
.zc_box1 .list a:hover { color: #418CF4; border: solid 1px #418CF4; }
.zc_box1 .content { padding: 20px 15px; line-height: 30px; word-wrap: break-word; word-break: normal; }
.zc_box1 .content h2 { font-size: 24px; font-weight: normal; }

input[type="text"] { display: inline-block; padding: 0 10px; width: 100px; height: 40px; line-height: 40px; font-size: 15px; border: solid 1px #555; border-radius: 5px; }
button { display: inline-block; margin: 2px; padding: 0 20px; height: 40px; line-height: 40px; background: #418CF4; color: #fff; font-size: 15px; cursor: pointer; border: solid 1px #418CF4; border-radius: 5px; }
button:hover { background: #DB0A0A; border: solid 1px #DB0A0A; color: #fff; }

.zc_table1 { width: 100%; border-spacing: 0; border-collapse: collapse; line-height: 45px; }
.zc_table1 th { padding: 3px 5px; border:1px solid #D8DADD; background: #EEEFF1; }
.zc_table1 td { padding: 3px 5px; border:1px solid #D8DADD; }

@media screen and (max-width:640px) {
header .zc_logo { width: 100%; }
header .zc_right { margin-top: 5px; width: 100%; }
}