html {
    overflow-x: hidden;
}

body {
    font-family: 'MicrosoftYaHei', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    background: #F7F7F7;
    overflow: hidden;
}

body,
ul,
dl,
dd,
dt,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
textarea,
form,
select,
fieldset,
table,
td,
div,
input {
    margin: 0;
    padding: 0;
}

ul li,
ol li {
    margin: 0px;
    position: relative;
    list-style: none;
}

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

a:focus,
a:hover {
    text-decoration: none;
}

img {
    border: 0;
}

.banner {
    position: relative;
    width: 100%;
    height: 700px;
    margin-top: -100px;
    overflow: hidden;
}

.banner .banner-img {
    position: relative;
    width: 100%;
}

.banner .banner-img img {
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 360px) and (max-width: 768px) {
    .banner {
        height: 180px;
        margin-top: 0;
        overflow: hidden;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .banner {
        height: 380px;
        margin-top: 0;
        overflow: hidden;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .banner {
        height: 500px;
        margin-top: 0;
        overflow: hidden;
    }
}

.footer {
    float: left;
    position: relative;
    width: 100%;
    height: 230px;
    padding-bottom: 20px;
    ;
    background: url(../../images/ysb/footer_bg.png);
}

.footer .footer-con {
    display: block;
    width: 70%;
    height: 230px;
    margin: 20px auto 0 auto;
    padding: 20px 0;
}

.footer .footer-cons {
    display: none;
}

.footer-con .footer-top {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.footer-top .footer-top-list {
    float: left;
    color: #ffffff;
    line-height: 35px;
}

.footer-top-list .footer-top-title {
    font-size: 16px;
    font-weight: bold;
}

.footer-top .footer-top-list:nth-child(1),
.footer-top .footer-top-list:nth-child(3),
.footer-top .footer-top-list:nth-child(4) {
    width: 20%;
}

.footer-top .footer-top-list:nth-child(2) {
    width: 40%;
}

.footer-top .footer-top-list:nth-child(4) {
    float: right;
}

.footer-top-list:nth-child(3) .footer-top-img,
.footer-top-list:nth-child(4) .footer-top-img {
    float: right;
    width: 60%;
}

.footer-top-list:nth-child(3) .footer-top-img img,
.footer-top-list:nth-child(4) .footer-top-img img {
    width: 100%;
}

.footer-top-list .footer-top-img .footer-img-title {
    display: block;
    text-align: center;
}

.footer-con .footer-bottom {
    margin-top: 20px;
    color: #ffffff;
}

@media only screen and (min-width: 360px) and (max-width: 1024px) {
    .footer {
        height: auto;
        padding: 20px 0;
    }
    .footer .footer-con {
        display: none;
    }
    .footer .footer-cons {
        display: block;
        width: 90%;
        margin: 0 auto;
    }
    .footer-cons .footer-top {
        line-height: 30px;
        color: #ffffff;
    }
    .footer-top .footer-top-title {
        font-size: 16px;
        font-weight: bold;
    }
}

#pages {
    float: left;
    width: 100%;
    margin: 40px 0;
    text-align: center;
}

#pages a {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    background: #fff;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #333;
    padding: 0 10px
}

#pages a.a1 {
    background: url(../images/admin_img/pages.png) no-repeat 0 5px;
    width: 56px;
    padding: 0
}

#pages a:hover {
    background: #f1f1f1;
    color: #000;
    text-decoration: none
}

#pages span {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    background: #5a85b2;
    border: 1px solid #5a85b2;
    color: #fff;
    text-align: center;
    padding: 0 10px
}

.page .noPage {
    display: inline-block;
    width: 56px;
    height: 22px;
    line-height: 22px;
    background: url(../img/icu/titleBg.png) repeat-x 0 -55px;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #a4a4a4;
}