html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
}

input:focus {
    outline: 0 none;
}

a:focus,
*:focus {
    noFocusLine: expression(this.onFocus=this.blur());
    outline: none;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: red;
    text-decoration: none;
}

a {
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

img,
iframe {
    border: medium none;
}

ol,
ul {
    list-style: none outside none;
}

li {
    vertical-align: top;
    list-style: none;
}

input,
textarea,
select,
button {
    font-family: inherit;
    font-size: 100%;
}

.clearfix {
    overflow: auto;
    _height: 1%
}


/*方法1必须加在浮动元素的父元素上，用于清楚内部浮动*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}


/*同上，方法2*/

.text-hidden {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.text_auto {
    word-break: break-all;
    word-wrap: break-word;
}


/*********通用**********/

.left {
    float: left;
}

.right {
    float: right;
}

.h28 {
    height: 28px;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.mr10 {
    margin-right: 10px;
}

.ml10 {
    margin-left: 10px;
}

.mr28 {
    margin-right: 28px;
}

.ml28 {
    margin-left: 28px;
}

.mt5 {
    margin-top: 5px;
}

.mb5 {
    margin-bottom: 5px;
}

.mr5 {
    margin-right: 5px;
}

.ml5 {
    margin-left: 5px;
}

.border {
    border: 1px solid #e5e5e5;
}

.clear {
    clear: both;
}


/**********index页*********/

.header_top {
    background: url(../images/aqsc_header_top.jpg) no-repeat center top;
    height: 580px;
}

.aqsc_bg {
    background: url(../images/aqsc_mian_bg.png) repeat-x;
}

.aqsc_t {
    position: absolute;
    top: 0;
    width: 100%;
}

.aqsc_at {
    width: 1000px;
    margin: 500px auto 0 auto;
    border-top: 8px solid #2b734e;
    height: 92px;
    background: #fff url(../images/ztzl_aqsc_t.jpg) left center no-repeat;
}

.container {
    background: #fff;
    width: 1000px;
    margin: 0 auto;
    padding-top: 20px;
}

.container_pic {
    width: 500px;
    height: 355px;
    float: left;
    margin-left: 20px;
}

.container_right {
    width: 446px;
    float: right;
    margin-right: 20px;
}

.num_title {
    height: 37px;
    line-height: 37px;
    text-align: center;
    font-size: 16px;
    color: #020202;
    font-weight: bold;
}

.num_datil {
    text-indent: 2em;
    padding-bottom: 12px;
    border-bottom: 1px dashed #a6a6a6;
}

.num_datil a {
    color: #e60121;
}

.ul_list {
    margin-top: 10px;
}

.ul_list a {
    display: block;
    line-height: 37px;
    color: #020202;
    text-indent: 1em;
}

.num_more {
    background: url(../images/ztzl_aqsc_more.png) left bottom no-repeat;
    height: 25px;
}

.num_more a {
    display: block;
    width: 70px;
    float: right;
    height: 25px;
    cursor: pointer;
}


/**********index页end*********/


/**********list page****************/

.aqsc_list_t {
    width: 985px;
    margin: 500px auto 0 auto;
    border-top: 8px solid #2b734e;
    height: 82px;
    background: #fff url(../images/ztzl_aqsc_list_bg.png) repeat-x;
}

.aqsc_list_t {
    padding-top: 10px;
    padding-left: 15px;
    font-weight: bold;
}

.aqsc_list_t a.home {
    color: #2966a9;
}

.aqsc_list_t span.aqsc {
    color: #d9297a;
}

.span.a {
    color: #450a04;
}

.aqsc_list_t span.arow {
    color: #450a04;
}

ul.cont_list {
    width: 928px;
    margin: 0 auto;
}

ul.cont_list li {
    display: block;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
}

ul.cont_list li a {
    display: block;
    float: left;
    width: 90%;
    color: #333;
    background: url(../images/ztzl_laqsc_ist_icon.png) left center no-repeat;
    text-indent: 20px;
}

ul.cont_list li span {
    display: block;
    float: right;
    width: 10%;
    color: #666;
}

.hr_line {
    height: 40px;
    border-bottom: 1px dashed #666;
    clear: both;
}


/*分页*/

.page_num {
    padding: 40px 20px 20px 20px;
    overflow: hidden;
    font-size: 12px;
}

#page_div {
    line-height: 25px;
    color: #000;
}

#pagination_input {
    width: 22px;
    height: 22px;
    line-height: 22px;
    margin: 0 8px;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ccc;
}

#page_div .pagination_index,
#page_div .pagination_index_num {
    background: #FFFFFF;
    border: 1px solid #d9d7d7;
    padding: 0 8px;
    margin-right: 5px;
    float: left;
    min-width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
}

#page_div .pagination_index a,
#page_div .pagination_index_num a {
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #000;
}

#page_div .pagination_index a:hover,
#page_div .pagination_index_num a:hover {
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #000;
}

#page_div .pagination_index_last {
    width: 260px;
    float: right;
    text-align: right;
}

#page_div .pagination_index_num {
    margin-right: 2px;
    padding: 0px;
    width: 22px;
}

#page_div .currentIndex {
    background: #117ebc;
    width: 22px;
    line-height: 22px;
    height: 22px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
}


/************list end*********************/


/********content page************/


/***********content end********/

.content_title {
    margin-bottom: 30px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #cc1d0b;
}

.content_assiant {
    border-bottom: 1px dashed #666;
}

.content_assiant span.span {
    display: block;
    float: left;
    text-align: center;
    color: #555;
    line-height: 30px;
    font-size: 12px;
    margin-left: 2%;
}

.content {
    width: 1000px;
    margin: 0 auto;
}


/*上下篇*/

.con_con {
    padding: 20px 0px 30px 0px;
    color: #000;
    min-height: 280px;
    margin: 0 auto;
    font-size: 16px;
    width: 96%;
}

.confy {
    width: 100%;
    height: 50px;
    background: #f4f4f4;
}

.confysy {
    width: 430px;
    margin-left: 15px;
    overflow: hidden;
    float: left;
}

.fenye1 {
    width: 78px;
    float: left;
    height: 24px;
    line-height: 24px;
    margin-top: 12px;
    text-align: center;
    color: #fff;
    background: #972c2c;
}

.fenyet {
    width: 80%;
    line-height: 50px;
    float: right;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.fenyet a {
    font-size: 14px;
    color: #333;
}


/*首页图片滚动*/

.focus {
    width: 500;
    overflow: hidden;
}

.flashlist {
    overflow: hidden;
}

.flashlist img {
    width: 500;
    height: 320px;
}

.flashlist .f_out {
    overflow: hidden;
    position: relative;
}

.flashlist .f_out .picintro {
    height: 30px;
    position: absolute;
    bottom: 3px;
    left: 0px;
    width: 100%;
    z-index: 599;
    text-align: left;
}

.picintro h2 {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    padding-left: 12px;
}

.picintro h2 a {
    color: #fff;
    font-size: 14px;
    line-height: 35px;
}

.picintro p {
    color: #fff;
    line-height: 30px;
}

.picintro p a {
    color: #fff;
}

.flash_tab_div {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 35px;
    z-index: 100;
    background: #000;
    height: 30px;
    opacity: 0.2;
    -moz-opacity: 0.2;
    filter: alpha(opacity=20);
    /*IE*/
    -moz-opacity: 0.2;
    /*MOZ , FF*/
    opacity: 0.2;
    /*CSS3, FF1.5*/
}

.flash_tab {
    height: 20px;
    width: 120px;
    position: absolute;
    right: 150px;
    bottom: 3px;
    z-index: 400;
}

.flash_tab .tabs {
    width: 120px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.flash_tab .tabs ul {
    width: 180px;
}

.flash_tab .tabs ul li {
    width: 12px;
    height: 12px;
    float: left;
    display: block;
    border-radius: 12px;
    margin-right: 8px;
}

.flash_tab .tabs ul li.opdiv,
.noopdiv {
    padding: 0;
    opacity: 1;
    color: #FFF;
    background: #898c90;
    width: 12px;
    height: 12px;
    /*border-right:1px solid #fff;*/
    text-align: center;
    border-radius: 12px;
}

.flash_tab .tabs ul li.opdiv a {
    width: 12px;
    height: 12px;
    color: #FFF;
    display: block;
    text-align: center;
    border-radius: 12px;
}

.flash_tab .tabs ul li.opdiv a:hover {
    background-position: -8px -1239px;
    border-radius: 12px;
}

.flash_tab .tabs ul li.noopdiv a {
    width: 12px;
    height: 12px;
    background: #2d68a7;
    color: #FFF;
    display: block;
    border-radius: 12px;
}

.container_pic {
    position: relative;
}


/*--------------------------bottom样式--------------------------------------------*/

.bottom_link {
    background: url(../images/lmtt_6.jpg) repeat-x;
    width: 100%;
    height: 36px;
    text-align: center;
    line-height: 36px;
}

.div_ul {
    width: 385px;
    height: 16px;
    margin: 0 auto;
    padding-top: 10px;
}

.div_w {
    width: 80px;
    line-height: 16px;
    float: left;
    border-right: 1px solid #bb2224;
}

.div_w a,
.bottom_jwz a,
.bottom_jwz a:nav_icon,
.div_w a:hover {
    color: #bb2224;
}

.bottom_jwz {
    width: 80px;
    line-height: 16px;
    float: left;
}

.BTC {
    text-align: left;
    font-size: 14px;
    margin: 0 auto;
    height: 81px;
    line-height: 25px;
    font-size: 12px;
    margin-top: 0px;
}

.btc_left {
    float: left;
    width: 60%;
    margin-left: 130px;
}

.btc_right {
    float: right;
    width: 27%;
    text-align: left;
}

.BTC_dT {
    height: 40px;
    line-height: 20px;
    font-size: 14px;
}

.BTC_dT a,
.BTC_dT a:hover {
    color: #1676b2;
    text-decoration: underline;
}

.xxjs {
    height: auto;
    line-height: 25px;
    font-size: 12px;
}

.link {
    width: 100%;
    height: 45px;
    background: #ededed;
}

.link ul {
    margin-left: 28px;
    float: left;
}

.link ul li {
    float: left;
    width: auto;
    margin-right: 41px;
    line-height: 27px;
    font-size: 12px;
    border: 1px solid #bebebe;
    background: #fff;
    padding: 0px 14px;
    margin-top: 8px;
}

.link ul li img {
    float: left;
    margin-top: 3px;
}

.link div {
    float: left;
    width: auto;
    margin-right: 20px;
    line-height: 27px;
    border: 1px solid #bebebe;
    margin-top: 8px;
}