.header{
    background-color: #2768f8;
    width: 100%;
    height: 120px;
    padding: 0;
    position: relative;
    min-width: 1300px;
}
.header .container{
    background-image: url("../images/newhead/nav-content-bg1.png");
    background-repeat: no-repeat;
    background-position: left center;
    max-width: 1306px;
    height: 120px;
    padding-top: 0px;
}
.header .container_hs{
    background-image: url("../images/newhead/nav-content-bg3.png");
    background-repeat: no-repeat;
    background-position: left center;
    max-width: 1306px;
    height: 120px;
    padding-top: 0px;
}
.header .container_wh{
    background-image: url("../images/newhead/nav-content-bg2.png");
    background-repeat: no-repeat;
    background-position: left center;
    max-width: 1306px;
    height: 120px;
    padding-top: 0px;
}
.header .container .nav{
    padding-top:36px;
}
/* main-detail */
.main-detail{
    margin: 0 auto;
    width: 1300px;
    position: relative;
    padding-bottom: 170px;
}
.main-detail .main-detail-titile{
    width: 100%;
    height: 36px;
    /*margin-top: 20px;*/
    float: left;
    /*background-color: #e2e2e2;*/
}
.main-detail .main-detail-titile .main-detail-titile-tit{
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    float: left;
}
.main-detail .main-detail-titile .main-detail-titile-a{
    height: 36px;
    float: left;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #999999;
    text-align: left;
    cursor: pointer;
    display: block;
    padding: 0 18px;
}
.main-detail .main-detail-titile .main-detail-titile-kill{
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    float: left;
    color: #999999;
}
.main-detail .main-detail-titile .active,.main-detail .main-detail-titile .main-detail-titile-a:hover{
    color: #2768f8;
}
.main-detail-content-bg{
    width: 100%;
    height: auto;
    float: left;
}
.main-detail-content{
    width:  100%;
    margin-top: 25px;
    text-align: left;
    background: #FFFFFF;
}
.main-detail-content .main-detail-content-tit,.main-detail-content .main-detail-content-mark {
    width: 100%;
    text-align: center;
    height: 94px;
    font-weight: bold;
    font-size: 28px;
    float: left;
}
.main-detail-content .main-detail-content-mark {
     width: 100%;
     text-align: center;
     height: 36px;
    line-height: 36px;
     font-weight: normal;
     font-size: 16px;
     float: left;
    background: #f7f7f7;
    color: #999999;
    margin-bottom: 36px;
 }
.main-detail-content  .main-detail-content-edit{
    padding: 25px;
    margin-bottom: 100px;
}
.home-index-footer{
    background-color: #292929;
    padding: 14px 0;
    text-align: center;
    width: 100%;
    height: auto;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    color: #ffffff;
    margin-top: 50px;
    position: fixed;
    bottom: 0;
}
