*{
    margin:0;
    padding: 0px;
}
.backimg{
    height: 510px;
    width: 100%;
    background: red;
}
.backimg img{
    width: 100%;
}
.headtop {
    height: 30px;
    /* background-color: #2a2d34; */
    width: 100%;
    min-width: 1200px;
}
.headtop-center {
    height: 30px;
    width: 1200px;
    margin: 0 auto;
    line-height: 30px;
}
.headtop-center-two {
    display: block;
    float: left;
    color: #c4c3c3;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
}
a, a:visited {
    text-decoration: none;
    cursor: pointer;
}
.headtop-center-four {
    display: block;
    float: right;
    font-size: 14px;
    color: #fd470c;
    line-height: 30px;
}
.headtop-center-three {
    display: block;
    float: right;
    font-size: 14px;
    color: #08c;
    line-height: 30px;
}
/*头部功能栏*/
.tops {
    height: 60px;
    background-color: #C40808;
    width: 100%;
    min-width: 1200px;
   /* margin-bottom: 40px;*/
}
.top-center {
    height: 60px;
    width: 1200px;
    margin: 0 auto;
}
.top-center-logo {
    margin: 7px 10px 0 0;
    /*background: url(../../../ww/images/img-017.png) no-repeat 0px 0px;*/
    height: 100%;
    float: left;
    width: 8%;
    cursor:pointer;
}
.top-center-person {
    margin-top: 19px;
    padding-left: 8px;
    height: 30px;
    width: 80px;
    color: #ffffff;
    font-size: 24px;
    float: left;
    border-left: 1px solid #e1e1e1;
}
.top-center-bigdiv {
    height: 60px;
    width: 100%;
    /*margin-left: 20px;*/
    margin:0 auto;
}
.top-center-right-ul {
    height: 60px;
    width: 95%;
    /* display: block; */
    display: flex;
    /* float: left; */
    justify-content: space-between;
    margin: 0 auto;
}
.top-center-right-ul li {
    display: block;
    margin: 0px 24px;
    height: 60px;
    line-height: 60px;
    color: #ffffff;
    text-align: center;
    /* position: relative; */
    /* float: left; */
    font-size: 18px;
    width: 15%;
    margin: 0 auto;
}
.top-center-right-ul li a {
    display: block;
    height: 60px;
    line-height: 60px;
    color: #ffffff;
    text-align: center;
    /*float: left;*/
    font-size: 20px;
    /*font-weight: bold;*/
    text-decoration: none;
}
.top-center-right-ul li.active {
    border-bottom: 4px solid #f46f6f;
}
.top-center-sign {
    line-height: 60px;
    height: 60px;
    color: #ffffff;
    font-size: 18px;
    float: right;
    cursor: pointer;
}

.top-center-right-ul li:hover{
    background: #de5151;
}

/*end*/
.inform{
    width: 1200px;
    margin:0 auto;
}
.title{
    text-align: center;
    margin: 50px 0px 40px 0px;
    font-size: 30px;
}
.time{
    text-align: right;
    margin-right: 15px;
    font-size: 17px;
    margin-bottom: 20px;
}