body {
    background: #87ddfb;
    background: linear-gradient(#87ddfb, #b6e7fc);
    background-repeat: repeat-x;
    margin: 0;
    display: block;
    background-size: cover;
}
/* 统一 header */

  .swiper-container {
            margin-left: auto;
            margin-right: auto;
            width: 1000px;
            height: 367px;
        }
        
.header {
    background-color: #FFFFFF;
    background-image: url("ceeid-bg.png");
    background-repeat: no-repeat;
    background-position:top right;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    height: 186px;
}


.header-logo-image {

    padding-left: 44px;
    padding-top: 13px;
}

.header-logo-text {
    color: #005bac;
    font-weight: bold;
    font-size: 18px;
    padding-left: 171px;
    padding-top: 56px;
    font-family: "宋体";
}


.header-navigation {
    color: #005bac;
    font-family: "微软雅黑";
    padding-left: 317px;
    padding-top: 125px;
    font-size: 14px;
    line-height: 26px;
}
.header-navigation a {
    color: #000000;
    text-decoration: none;
    margin-right: 10px;
}

.header-navigation a:hover :active {
    color: #005bac;

}

.header-navigation a:active {
    color: #005bac;

}

.active{
    font-weight: bold;


}



/* 统一 header */



/* 统一 footer */
.footer {
    background-color: #46474E;

    height: 220px;
}

.footer-container {

    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}

.footer-logo-image {
    position: absolute;
    padding-left: 44px;
    padding-top: 26px;
}

.footer-logo-text {
    color: #FFFFFF;
    font-weight: bold;
    font-family: "宋体";
    font-size: 16px;
    padding-left: 171px;
    padding-top: 86px;
}

.footer-navigation {
    color: #005bac;

    padding-left: 580px;
    padding-top:56px ;
    font-size: 14px;
    font-family: "微软雅黑";
    position: absolute;


}

.footer-navigation a {
    color: #FFFFFF;
    text-decoration: none;
    margin-right: 10px;
}

.footer-hr {

    margin-top: 52px;
    margin-bottom: 22px;
}

.footer-copyright {
    font-family: "宋体";
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
}

.mg-left {
    margin-left: 13px;
}
.text-center {
    text-align: center;
}

/* 统一 footer */
.TRS_Editor img{
    max-width: 100%;
}
.content{
    height: auto !important ;
    padding-bottom: 100px !important;
    overflow: hidden;
    display: block;
}