@charset "utf-8";

/* CSSwzy Document */

* {
    padding: 0;
    margin: 0;
    border: 0;
}

body {
    background: #fff;
    color: #555;
    font-size: 12px;
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

a img {
    border: none
}

ul,
li,
div {
    list-style: none;
}

.clear {
    clear: both
}


/* 导航栏 */

.menuh {
    height: 66px;
    background: #00AEFF;
}

.menuh_center {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.menuh_logo {
    width: 200px;
    height: 66px;
    float: left;
    background-image: url(asxwwlogo1.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.menuh_r {
    float: left;
    padding-top: 10px;
    padding-left: 60px;
}

.menuh_items {
    height: 56px;
    text-align: center;
}

.menuh_items li {
    width: 90px;
    height: 56px;
    padding-right: 9px;
    padding-left: 0px;
    overflow: hidden;
    display: inline-block;
    float: left;
}

.menuh_items li a {
    font-size: 18px;
    color: #FFFFFF;
    text-decoration: none;
    padding-top: 10px;
    line-height: 40px
}


/* 整体布局 */

.content {
    width: 1200px;
    margin: 0 auto;
    margin-top: 15px;
    overflow: hidden
}


/*栏目页css*/

.container_11 {
    width: 1200px;
    MARGIN-LEFT: auto;
    MARGIN-RIGHT: auto
}

.container_12 {
    width: 1200px;
    MARGIN-LEFT: auto;
    MARGIN-RIGHT: auto
}

.content .grid_11 {
    width: 850px;
    margin-right: 25px;
    float: left;
}

.grid_12 {
    DISPLAY: inline;
    margin: 0 auto;
}


/*鞍山云*/

.asy_content {
    width: 1200px;
    margin: 0 auto;
}

.asy_content img {
    width: 1200px;
    height: 800px
}


/*foot*/

.foot {
    width: 1200px;
    background-color: #f4f4f4;
    text-align: center;
    padding-bottom: 8px;
    margin-top: 25px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 10px;
}

.foot .foot-links {
    margin-top: 5px;
}

.foot .foot-links a {
    color: #000000;
    margin: 0 4px;
    line-height: 24px;
}

.foot .foot-links a:hover {
    color: #cc0000;
}

.foot p {
    line-height: 24px;
}