﻿@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; }

.fs_clear { clear: both; }
.fs_disnone { display: none; }
.fs_mt20 { margin-top: 20px; }
.fs_mt50 { margin-top: 50px; }
.fs_mb20 { margin-bottom: 20px; }
.fs_ml20 { margin-left: 20px; }
.fs_mr20 { margin-right: 20px; }
.fs_pt20 { padding-top: 20px; }
.fs_pb20 { padding-bottom: 20px; }

.fs_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; }
.fs_btn1:hover { background: #d30312; }

.fs_header, main, .fs_links { 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; color: #777; border-top: solid 1px #CBEFFF; text-align: center; }

/* 右侧浮动-返回顶部按钮 */
.fs_backtop{ position:fixed;_position:absolute; width:50px;height:50px; font-size: 12px; text-align: center; overflow:hidden;display:block; bottom: 10px; color: #fff!important; z-index:1000; left:auto !important; right:0; background-size: cover; background:rgba(21,52,107,0.8); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#c815346B,endColorstr=#c815346B); border-radius: 5px; }
.fs_backtop:hover{ cursor: pointer; background: #C3171C;}
.fs_backtop span{display: block;height: 16px;margin-top: 17px;background: url(../images/backtop.png) no-repeat center;}

/* 友情链接 */
.fs_links { margin-top: 20px; line-height: 25px; }
.fs_links a { display: inline-block; margin-right: 10px; font-size: 12px; }

/* 主体 */
.fs_frm { margin: 0 auto; max-width: 98%; }
.fs_frm .span1 { display: inline-block; width: 25%; }
.fs_frm .span2 { display: inline-block; width: 75%; }
.fs_frm input[type="number"], .fs_frm input[type="text"] { padding: 0 0 0 10px; width: 100px; height: 30px; line-height: 30px; font-size: 16px; }

table { border-spacing: 0; border-collapse: collapse; width: auto; }
table td { padding: 0 5px; line-height: 20px; border: 0; }
input[type="text"] { display: inline-block; padding: 0 10px; width: 100px; height: 30px; line-height: 30px; font-size: 15px; border-radius: 5px; }

#fs_return { line-height: 40px; }

@media screen and (max-width:640px) {
html, body { font-size: 12px; }
input[type="text"] { padding: 0 5px; width: 40px; }
}