.warp .hengfu{
    background-image: url("../images/media.gif");
    height: 76px;
    width: 1200px;
    margin: auto;
    display: inline-block;
}
.warp .swipers{
    background: url("../images/media.png") no-repeat;
    width: 102.5%;
    position: relative;
    bottom: 22px;
    right: 15px;
    overflow: hidden;
    height: 87px;
}
.swipers .icon{
    background: url("../images/download.png") no-repeat center center;
    width: 22px;
    height: 18px;
    display: inline-block;
    padding-left: 95px;
    padding-top: 42px;
}
.swipers .hot{
    width: 525px;
    position: relative;
    right: 40px;
    height: 87px;
    line-height: 60px;
}
.swipers .hot p{
   line-height: 60px;
    font-size: 12px;
    color: #fff;
    overflow: hidden;
}
.swipers .hot .swiper-wrapper{
    height: 60px;
}

.swipers .adver{
    width: 555px;
    height: 35px;
    margin-top: 15px;
    overflow: hidden;
}
.swipers .adver span{
    background-color: #461b00;
    opacity: .55;
    width: 555px;
    height: 35px;
    display: inline-block;
}
.swipers .adver .swiper-wrapper{
    width: 555px;
    height: 35px;
    padding-left: 15px;
}
.swipers .adver .swiper-slide{
    line-height: 30px;
    font-size: 14px;
    color: #ffdaa9;
    width: 550px;
    float: left;
}
.swipers .adver .swiper-slide p{
    color: #f1c30f;
    display: inline-block;
    margin-right: 30px;
}
.home-content{
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    font-family: Microsoft YaHei;
}
.home-content table{
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
    color: #101010;
    table-layout: fixed;
    margin-bottom: 0;
    background-color: #fff;
    bottom: 52px;
    position: relative;ta
}
table {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 2px;
    border-color: grey;
}
.home-content thead{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #bc6800;
}
.home-content tr th {
    color: #fff;
    height: 28px;
}
.home-content tr th:nth-child(1),.home-content tr th:nth-child(3){
    width: 13%;
}
.home-content tr th:nth-child(2){
    width: 14%;
}

.home-content tr th:nth-child(4){
    width: 12%;
}
.home-content tr th:nth-child(5){
    width: 26%;
}
.home-content tr th:nth-child(6){
    width: 12%;
}
.home-content tr th:nth-child(7){
    width: 10%;
}
.home-content  tbody, .home-content  tbody td {
    border: 1px solid #797979;
}
.home-content td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home-content td, .home-content th {
    height: 35px;
    line-height: 35px;
}
.home-content tr.bg-color-one{
    background-color: #fbfbbc;
}
.home-content tr.bg-color-two
{
    background-color: #f5f770;
}
.home-content tr.bg-color-three
{
    background-color: #fdecd9;
}
.home-content tr td:hover
{
    background-color:rgb(245.106.66)
}
.home-content tr td,.home-content tr td a{
    color: #212529;
}
.home-content tr td:nth-child(3){
    color: #6b0a00;
    font-weight: bold;
}
.home-content tr .check{
    background: url("../images/ljck.png") no-repeat center center;
    width: 95px;
    height: 27px;
    display: inline-block;
    font-weight: bold;
    color: #f1f1f1;
    line-height: 27px;
}
.home-content tr td:hover{
    background-color: #f56a42;
}
.home-content tr.bg-color-one:hover,
.home-content tr.bg-color-two:hover,
.home-content tr.bg-color-three:hover{
    background-color: #f56a42;
    cursor: pointer;
}
.home-content tr.bg-color-one:hover td,
.home-content tr.bg-color-two:hover td,
.home-content tr.bg-color-three:hover td,
.home-content tr.bg-color-one:hover td a,
.home-content tr.bg-color-two:hover td a,
.home-content tr.bg-color-three:hover td a{
    color: #fff
}
.home-content tr .tui{
    background: url("../images/tuijian.png") no-repeat ;
    width: 24px;
    height: 22px;
    display: inline-block;
    position: relative;
    top:3px;
    left: 10px;
}