@charset "utf-8";
/* Global Css*/
body {
    font-size: 12px;
    color: #666;
    font-family: "Microsoft YaHei";}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, pre, fieldset, legend, blockquote, marquee {
    margin: 0px;
    padding: 0px;}

div, table, dl, ul {
    margin-right: auto;
    margin-left: auto;}

li {
    background-repeat: no-repeat;
    list-style-type: none;}

h1, h2, h3, h4, h5, h6, small, big {
    font-size: 12px;
    font-weight: normal;}

img {
    border: none;}

a {
    color: #666;
    text-decoration: none;}

.none {
    display: none;}

.clear, .clear5, .clear8, .clear10, .clear15, .clear20, .clear40 {
    clear: both;
    font-size: 0px;
    overflow: hidden;}

.clear {
    height: 0px;}

.clear5 {
    height: 5px;}

.clear8 {
    height: 8px;}

.clear10 {
    height: 10px;}

.clear15 {
    height: 15px;}

.clear20 {
    height: 20px;}

.clear40 {
    height: 40px;}

.nobreak {
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}

.red {
    color: #fc3e43;}

.black {
    color: #000;}

.white {
    color: #fff;}

.khaki {
    color: #b49987;}

.gray {
    color: #bababa;}

.fl {
    float: left;}

.fr {
    float: right;}

/*全局页头========================*/
.top_box {
    background-color: #000;
    height: 33px;
    width: 100%;}

.top {
    color: #ccc;
    line-height: 33px;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;}

.top a {
    color: #ccc;}

.top a:hover {
    color: #FFF;}

.top_text {
    float: left;}

.top_nav {
    float: right;}


/*主导航========================*/
/* .nav_box {
    height: 33px;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    width: 100%;
}

.nav {
    width: 1000px;
}

.nav li {
    float: left;
    position: relative;
    z-index: 101;
}

.nav li a {
    line-height: 33px;
    font-weight: bold;
    display: block;
    height: 33px;
    padding: 0px 30px 0px 30px;
    float: left;
}

.nav li.first a {
    padding-left: 0px;
}

.nav li.last a {
    padding-left: 42px;
    padding-right: 0px;
}

.nav li:hover, .nav li.cur {
    border-top: 3px solid #fc3e43;
    margin-top: -1px;
}

.nav li:hover a, .nav li.cur a {
    line-height: 30px;
    height: 31px;
}

.nav li .extends {
    position: absolute;
    left: 0px;
    top: 31px;
    width: 100%;
    border-top: 1px solid #fc3e43;
    border-bottom: 1px solid #fc3e43;
    background-color: #FFF;
    display: none;
}

.nav li .extends a {
    padding: 3px 0px;
    text-align: center;
    border-left: 1px solid #fc3e43;
    border-right: 1px solid #fc3e43;
    float: none;
}

.nav li .extends a:hover {
    color: #FFF;
    background-color: #fc3e43;
}

.this_nav {
    height: 45px;
    width: 1000px;
    padding-top: 16px;
    line-height: 26px;
    font-weight: bold;
}

.this_nav a, .this_nav i, .this_nav span, .this_nav u {
    display: block;
    float: left;
    height: 26px;
}

.this_nav a {
    padding: 0px 15px 0px 20px;
    background-image: url(../images/this_nav.png);
}

.this_nav i {
    width: 20px;
    background: url(../images/this_nav.png) no-repeat left -27px;
}

.this_nav span {
    padding: 0px 15px 0px 30px;
    color: #EBEBEB;
    background: #a0a0a0 url(../images/this_nav.png) no-repeat left -54px;
}

.this_nav u {
    width: 10px;
    background: url(../images/this_nav.png) no-repeat -15px -81px;
}
 */
/*-----------------------组件--------------------------------*/
.top-tips { height: 40px; line-height: 40px; text-align: center; background-color: #DD514C; color: #fff;}
.top-tips a { color: #fff; text-decoration: underline;}

.layout { width: 1000px; margin: 0 auto; overflow: hidden; position: relative;margin-top: 20px;}
.layout.main { background-color: #ffffff; min-height:600px;}

.header { width: 100%; height: 250px;}
.header .header-top-bg { height: 140px; width: 100%; position: relative; margin-top: -20px; background: rgba(0, 0, 0, 0.3);}
.header .header-top-bg > img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: -1;}
.header .header-top-bg .layout { height: 100%; overflow: visible;}
.header .header-top-bg .layout > img { display: block;  padding-top: 30px;}
.header .header-top-bg .layout > div { float: right; font-size: 16px; margin-top: -20px;}
.header .header-top-bg .layout > div a { color: #ffffff; margin-left: 15px;}
.header .header-top-bg .layout .left { position: absolute; right: -80px; top: 250px; z-index: 20; width: 75px; height: 560px; background: url(../../zstheme/images/index-left.jpg) no-repeat;}
.header .header-top-bg .layout .right { position: absolute; left: -80px; top: 250px; z-index: 20; width: 75px; height: 560px; background: url(../../zstheme/images/index-right.jpg) no-repeat;}
.header .header-nav {/* margin-top: -20px; */ height: 50px; width: 100%; line-height: 50px;text-align:center; background: #000000; filter: alpha(opacity=70); /*ie滤镜，透明度50%*/ -moz-opacity: 0.7; /*firefox私有，透明度50%*/ opacity: 0.7;}
.header .header-nav ul { zoom: 1; display:inline-block;}
.header .header-nav ul:after { content: "020"; display: block; height: 0; clear: both; visibility: hidden;}
.header .header-nav ul li { float: left; height: 100%; padding-right: 56px;}
.header .header-nav ul li a { display: block; width: 100%; height: 100%; color: #ffffff; font-size: 16px; font-weight: bold;}
.header .header-nav ul li.last { padding-right: 0;}
.active_cur{background-color: #FABE00;}
.header .header-bottom-bg { width: 1920px; height: 660px; position: absolute; top: 0; left: 50%; margin-left: -960px;z-index: -1;}
.header .header-bottom-bg img { height: 100%; width: 100%; background-color: #7FC4EE; position: relative; z-index: -1;}

.footer { background-color: #466699; width: 100%; height: 85px; line-height: 20px; text-align: center; color: #ffffff; margin-top: 20px; padding-top: 20px; font-size: 16px;}
.footer p { height: 25px; line-height: 25px;}
.footer a { color: #ffffff;}

.layout-lr { zoom: 1;}
.layout-lr:after { content: "020"; display: block; height: 0; clear: both; visibility: hidden;}
.layout-lr > .left { width: 640px; float: left;}
.layout-lr > .right { width: 345px; float: right;}

.title { width: 100%; height: 40px; line-height: 40px; background-color: #fff;}
.title h1 { padding: 0 20px; float: left; color: #ffffff; font-size: 16px; font-weight: bold; background-color: #FFF;}
.title a { float: right; padding-right: 20px; color: #ffffff;}

.index-title { width: 100%; height: 40px; line-height: 40px; background-color: #4C4C4C;}
.index-title h1 { padding: 0 20px; float: left; color: #ffffff; font-size: 16px; font-weight: bold; background-color: #FDBE00;}
.index-title a { float: right; padding-right: 20px; color: #ffffff;}

/*首页登录框*/
.index-login-div p a{color: #FDBE00;}
.index-login-div p a:hover{color: #666666;text-decoration:none;}

/*全局页尾========================*/
.footer_box {
    width: 100%;
    border-top: 1px solid #e6e6e6;}

.footer {
    width: 100%;
    padding: 20px 0px;
    overflow: hidden;
    font-size:12px;}

.footer_right {
    float: right;
    color: #CBCBCB;}

.footer_right .footer_nav {
    padding-bottom: 9px;}

.footer_right a {
    color: #666;
    font-size: 13px;}

/*分页导航========================*/
.pagenav {
    color: #999;
    text-align: right;
    padding: 10px 20px 30px 0px;}

.pagenav a {
    color: #999;}

.pagenav a.home {
    text-decoration: underline;}

.pagenav input.numpage {
    height: 15px;
    width: 15px;
    border: 1px solid #ccc;
    text-align: center;}

.pagenav input.submit {
    display: none;}

.pagenav span {}

input[type=text], input[type=password], textarea {
    font-size: 12px;
    border: 1px solid #ccc;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    height: 25px;
    line-height: 25px
;}

.boxshadow {
    width: 250px;
    height: 250px;
    margin: 10px;
    background-color: #FAFAFA;
    box-shadow: 0 1px 5px rgba(34, 25, 25, 0.2);
    -webkit-box-shadow: rgba(34, 25, 25, 0.4) 0px 1px 5px;}

.comment_title .title{height: 33px;border-bottom: 1px solid #000;font-size: 16px;}
.comment_title .title span{display: block;float: left;padding: 0px 5px;line-height: 30px;font-weight: bold;color: #000;}
.comment_title .title small{display: block;float: left;background-color: #fd787b;font-size: 16px;line-height: 14px;color: #FFF;height: 14px;margin-top: 8px;}
