/* 全局CSS定义 */
body {
    margin: 0 auto;
    background: #FFF;
    color: #666;
    font: 14px/24px "微软雅黑", "宋体";
    font-size: 12px;
}

em, i {
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 12px;
    font-weight: normal;
}

input, textarea {
    font-size: 12px
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, time, tt, u, ul, var, video, xmp {
    border: 0;
    margin: 0;
    padding: 0;
}

table, tbody, td, tfoot, th, thead, tr {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

b, strong {
    font-weight: bold;
}

img {
    color: transparent;
    font-size: 0;
    -ms-interpolation-mode: bicubic;
}

ol, ul {
    list-style: none;
}

li {
    display: list-item;
}

/* 链接颜色 */
a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #E0840E;
    text-decoration: underline;
}

.clearfix {
    clear: both;
    zoom: 1;
}

/* 标题 */
h2 span {
    float: left;
    font-weight: bold;
}


p.sm {
    border: 1px dashed #ff0000;
    width: 657px;
    line-height: 20px;
    margin: 8px 0 8px 8px;
    padding: 1px;
}

.clear, .area, .pic-group, .pic-text {
    zoom: 1
}

.show {
    display: block;
}

.hidden {
    display: none;
}

.wp {
    width: 950px;
    margin: 0 auto;
}

.l {
    float: left;
}

.r {
    float: right;
}

.left, .center, .l, .right, .r, .c {
    display: inline;
    float: left;
}

.right, .r {
    float: right;
}

.wapper:after, .clear:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.line {
    height: 1px;
    font-size: 0px;
    clear: both;
    overflow: hidden;
    border-top: 1px #DFDFDF dotted;
    margin: 5px auto 0;
}

.line2 {
    height: 1px;
    font-size: 0px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    border-top: 1px #DFDFDF dotted;
}

/*头部*/
.top {
    width: 100%;
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid #ddd;
    background-color: #F6F6F6;
}

.top_right span {
    margin: 0 5px;
}

.header {
    height: 60px;
    width: 100%;
    overflow: hidden;
}

.header-left {
    margin: 10px 0px 0px;
}

.header-left img {
    vertical-align: middle;
    width: 180px;
    height: 44px;
}

.header-right {
    margin: 10px 0px;
}

/*ck-nav*/
.ck-nav {
    width: 750px;
    margin-top: 10px;
    float: right;
}

.ck-nav ul {
    background: url(../images/menu.gif) no-repeat;
    float: right;
    height: 36px;
    width: 744px;
    padding: 0 0 2px 6px;
    position: relative;
}

.ck-nav ul li {
    float: left;
}

.ck-nav ul li a {
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    line-height: 38px;
    display: block;
    text-align: center;
    padding: 0 14px;
}

.ck-nav ul li a:hover {
    text-decoration: none;
    color: #FFF900;
}

/* nav 
.by-nav{ width:100%; height:38px; line-height:38px;}
.nav{height:38px; line-height:38px; background: #316EAD;}
.nav .nav-ul li{height:38px;float:left;line-height:38px;}
.nav .nav-ul li a{height: 38px; padding: 0px 20px; display: inline-block; text-align: center; font-size: 16px;color: #FFF; text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.42);}
.nav .nav-ul li a:hover{ background:#E8920F; text-decoration:none;}
.cur a{background: #E8920F;}
*/
.header-ad {
    float: left;
    margin: 6px 0 0 20px;
}

.header-ad img {
    width: 600px;
    height: 55px;
}

.header-a {
    float: right;
    width: 118px;
}

.header-a a {
    margin-right: 8px;
}

.nav {
    margin-top: 10px;
}

.nav-menu {
    position: relative;
}

.menu1 {
    width: 100%;
    height: 35px;
    background: url(../images/navbg.jpg) no-repeat;
}

.menu1 ul li {
    width: 94px;
    height: 36px;
    line-height: 26px;
    margin-top: 6px;
    float: left;
    overflow: hidden;
}

.menu1 ul li:last-child {
    border-right: none;
}

.menu1 ul li.det {
    width: 1px;
    height: 20px;
    line-height: 20px;
    margin-top: 8px;
    border-right: 1px dashed #71b4f1;
}

.menu1 ul li a {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    display: block;
    width: 94px;
    text-align: center;
    text-decoration: none;
}

.menu1 ul li.acur {
    background: url(../images/acur.png) 4px 0px no-repeat;
}

.menu1 ul li.acur a {
    color: #2481E1;
}

.menu2 {
    position: static;
    height: 32px;
    line-height: 32px;
    border: 1px solid #ddd;
    background: -webkit-linear-gradient(top, #fdfdfd, #ebebeb);
    background: url(../images/nav2bg.jpg) repeat-x;
}

.menu2 .menu2-nav ul {
    position: absolute;
}

.menu2 .menu2-nav ul li {
    float: left;
    margin: 0 20px;
}

.menu2 .menu2-nav ul li a {
    color: #333;
}

table {
    border-collapse: collapse;
}

.tdlink {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.tr-top {
    color: #fff;
    background: #3F8AD8;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

/*底部链接*/
.linkfs {
    padding: 10px 0px;
    display: block;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.links-ul {
    display: inline-block;
    width: 100%;
}

.links-ul li {
    width: 20%;
    float: left;
    margin-left: 30px;
}

.linkfs_left {
    line-height: 22px;
    width: 20px;
    float: left;
    font-weight: bold;
    color: #316EAD;
    text-align: center;
}

.linkfs_right {
    float: left;
    width: 169px;
    line-height: 22px;
}

/*友情链接*/
#hotlink {
    display: block;
    background: #fafafa;
    border: 1px solid #ddd;
    margin: 10px 0;
    border-radius: 5px;
}

.link-title {
    border: none;
    height: 32px;
    line-height: 32px;
}

.link-title h2 {
    padding: 0 5px;
    height: 28px;
    line-height: 32px;
    font-size: 14px;
    color: #030303;
    border-bottom: 1px solid #39B8EF;
    display: inline-block;
    margin-left: 5px;
}

.link-content {
    display: inline-block;
    margin-bottom: 0px;
}

.links {
    display: inline-block;
    width: 100%;
}

.links li {
    float: left;
    margin: 5px 10px;
}

.links li a {}

.links-li {}

.links-li img {
    width: 88px;
    height: 31px;
}

.links li a:hover {
    color: #f37103;
}


/*footer*/
#ft {
    padding: 10px 0 30px;
    border-top: 1px solid #CDCDCD;
    line-height: 1.8;
    color: #666;
}

#flk {
    text-align: right;
    padding-top: 20px;
}

.pipe {
    margin: 0 5px;
    color: #CCC;
}

.frt-left {
    float: left;
    width: 60px
}

.frt-left img {
    width: 60px;
    height: 60px;
}

.frt-right {
    float: left;
    margin-left: 10px;
    padding-top: 20px;
}


.disb {
    display: block;
}

.disn {
    display: none;
}

div:after, ul:after, dl:after, .clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}



/*新增*/
.header-left-h2 {
    font-size: 30px;
    font-family: serif;
    padding: 10px 0;
    color: #2481E1;
}

.login-h2 {
    text-align: center;
    font-size: 20px;
    padding: 10px 0;
}

.login-inp {
    width: 45%;
    float: left;
    border: 1px solid #dcdcdc;
    height: 35px;
    margin: 10px 0;
    margin-left: 3%;
}

.login-inpbut {
    width: 45%;
    float: left;
    border: none;
    height: 35px;
    background-color: white;
    color: #2481E1;
    border: 1px solid #2481E1;
    margin: 10px 0;
    margin-left: 3%;
}

.login-but {
    width: 50%;
    margin-left: 25%;
    background-color: #2481E1;
    color: white;
    border: none;
    height: 35px;
}

.login-but:hover {
    background-color: white;
    border: 1px solid #2481E1;
    color: #2481E1;
}

.login-text {
    width: 94%;
    margin-left: 3%;
    border: 1px solid #dcdcdc;
    padding: 10px 2px;
    color: #696969;
    font-size: 12px;
    font-family: "微软雅黑";
}