.wrap{
    background: white;
}
@media (max-width:768px){
    .news .theme .title{
        margin: 20px 0 10px;
        float: none;
        font-weight: bold;
        color: #000;
        text-align: center;
    }
    .news .theme .title .sup{
        font-size: 32px;
        line-height: 32px;
    }
    .news .theme .title .sub{
        font-size: 16px;
        line-height: 16px;
    }
    .news .select{
        margin-bottom: 6px;
        font-size: 14px;
        line-height: 18px;
        color: #C91605;;
    }
    .news .select .filtrate{
        margin: 0 14px 0 6px;
        width: 18px;
        height: 18px;
    }
    .news .mask{
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0,0,0,0);
        z-index: 9999;
    }
    .news .mask .half{
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width:300px;
        height: 100vh;
        background: rgba(0,0,0,0.5);
    }
    .news .mask .project{
        padding: 100px 0 40px;
        font-size: 18px;
        line-height: 18px;
        color: #fff;
        text-align: center;
    }
    .news .mask .ul{
        margin: auto;
        width: 220px;
    }
    .news .mask .ul li{
        float: left;
        margin-bottom: 24px;
        width: 100px;
        height: 36px;
        background: #ddd;
        text-align: center;
        font-size: 16px;
        line-height:  36px;
        border-radius: 5px;
        color: #333;
    }
    .news .mask .ul li:nth-child(2n){
        margin-left: 20px;
    }
    .news .close{
        margin: 100px auto 0;
        width: 100px;
        height: 36px;
        background: #C91605;
        text-align: center;
        font-size: 16px;
        line-height:  36px;
        border-radius: 5px;
        color: #fff;
    }
    .news .swiper{
        padding: 10px 0 24px;
    }
    .news .swiper-box{
        position: relative;
        height: 470px;
    }
    .news .swiper-pagination-clickable .swiper-pagination-bullet{
        width: 44px;
        height: 12px;
        background: #C91605;
        border-radius: 6px;
    }
    .news .swiper-pagination-bullet + .swiper-pagination-bullet{
       margin-left: 12px;
    }
    .news .swiper-pagination{
        left: 0;
        right: 0;
        bottom: -36px;
        margin: auto;
    }
    .news .swiper-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .news .swiper-slide .li{
        float: left;
        padding: 20px;
        width: 300px;
        background: #fff;
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.05);
    }
    .news .swiper-slide .li:nth-child(2),.news .swiper-slide .li:nth-child(3){
        margin-left: 20px;
    }
    .news .swiper-slide .li .img{
        display: block;
        width: 300px;
        height: 180px;
    }
    .news .swiper-slide .li .name{
        overflow: hidden;
        display: -webkit-box;
        margin: 30px 0 20px;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: -o-ellipsis-lastline;
        text-overflow: ellipsis;
        text-align: justify;
        font-size: 18px;
        font-weight: bold;
        color: #000;
        line-height: 28px;
    }
    .news .swiper-slide .li .describe{
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
        text-overflow: -o-ellipsis-lastline;
        text-overflow: ellipsis;
        text-align: justify;
        font-size: 14px;
        color: #999;
        line-height: 22px;
    }
    .news .swiper-slide .li .info{
        margin-top: 22px;
    }
    .news .swiper-slide.li .info .date{
        font-size: 16px;
        color: #999;
        line-height: 30px;
    }
    .news .swiper-slide .li .info .btn{
        width: 106px;
        height: 30px;
        background: #C91605;
        border-radius: 15px;
        cursor: pointer;
        font-size: 16px;
        text-align: center;
        color: #fff;
        line-height: 30px;
    }

    .publicity{
        padding: 12px 0 24px;
        background: #fff;
    }
    .publicity .title{
        font-size: 20px;
        text-align: center;
        font-weight: bold;
        color: #C91605;
        line-height: 32px;
    }
    .publicity .title span{
        display: inline-block;
        padding: 4px 10px;
        border-bottom: 2px solid #C91605;
    }
    .publicity ul li{
        position: relative;
        margin: 14px auto;
        width: 340px;
        border: 1px solid #eee;
        border-radius: 5px;
        font-size: 14px;
        line-height: 14px;
    }
    .publicity li .unit{
        margin: 12px 0 8px;
        width: 260px;
    }
    .publicity li .name{
        display: flex;
        margin: 8px 0;
        width: 260px;
    }
    .publicity li .base{
        display: flex;
        margin: 8px 0 10px;
        align-items: center;
        width: 260px;
    }
    .publicity li .unit img{
        overflow: hidden;
        margin:0 12px;
        width: 42px;
        height: 42px;
        border-radius: 50%;
    }
    .publicity li .unit span{
        overflow: hidden;
        flex: 1;
        font-size: 16px;
        color: #000;
        line-height: 42px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .publicity li .theme{
        padding: 0 8px 0 12px;
        width: 64px;
        color: #000;
    }
    .publicity li  .describe{
        overflow: hidden;
        width: 192px;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #A0A0A0;
    }
    .publicity li .detail{
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 80px;
        height: 14px;
        margin: auto;
        color: #CB1E0E;
        text-align: center;
    }
    .publicity li .detail::after{
        position: absolute;
        top: -8px;
        left: 0;
        height: 30px;
        width: 1px;
        content: '';
        background: #ddd;
    }

    .horse .swiper-container2 {
        position: relative;
        width: 100%;
        height: 300px;
    }
    .horse .swiper-slide {
       position: relative;
    }
    .horse .swiper-slide .cover{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .horse .swiper-slide .overlay{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.5);
    }
    .horse .swiper-slide .info{
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        padding: 14px 12px;
        width:100vw;
        height: 100%;
        box-sizing: border-box;
        flex-direction: column;
        justify-content: space-between;
    }
    .horse .top .grade{
        width: 80px;
        height: 32px;
        background: #C91605;
        font-size: 16px;
        line-height: 32px;
        text-align: center;
        color: #fff;
    }
    .horse .top .name{
        margin: 12px 0 8px;
        font-size: 18px;
        font-weight: bold;
        color: #FEFEFE;
        line-height: 30px;
    }
    .horse .top .address{
        display: flex;
        align-items: center;
        font-size: 14px;
        color: #fff;
        line-height:  14px;
    }
    .horse .top .icon{
        margin-right: 12px;
        width: 14px;
        height: 14px;
    }
    .horse .bottom .title{
        font-size: 24px;
        line-height: 24px;
        font-weight: bold;
        color: #C91605;
    }
    .horse .bottom .describe{
        overflow: hidden;
        display: -webkit-box;
        margin-top: 8px;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
        text-overflow: -o-ellipsis-lastline;
        text-overflow: ellipsis;
        font-size: 14px;
        color: #fff;
        line-height: 20px;
        text-indent: 2em;
        text-align: justify;
    }

    .statistics{
        margin: 16px 0;
    }
    .statistics .right .top{
        width: 100vw;
    }
    .statistics .right .top .title{
        font-size: 20px;
        text-align: center;
        font-weight: bold;
        color: #C91605;
        line-height: 32px;
    }
    .statistics .right .top .title span{
        display: inline-block;
        padding: 4px 10px;
        border-bottom: 2px solid #C91605;
    }
    .statistics .right .bottom{
        display: flex;
        margin-top: 12px;
    }
    .statistics .right .bottom .cell{
        width: 33.33%;
        height: 130px;
    }
    .statistics .right .bottom .cell:nth-child(1){
        background: #FAFAFA;
    }
    .statistics .right .bottom .cell:nth-child(2){
        background: #EFEFEF;
    }
    .statistics .right .bottom .cell:nth-child(3){
        background: #E1E1E1;
    }
    .statistics .right .bottom .cell .detail{
        display: flex;
        width: 80px;
        margin:30px auto 0;
        align-items: center;
        justify-self: center;
    }
    .statistics .right .bottom .cell .detail .num{
        font-size: 42px;
        font-weight: bold;
        color: #000;
        line-height:  42px;
    }
    .statistics .right .bottom .cell .detail .badge{
        margin-left: 8px;
        width: 26px;
        height: 26px;
        background: #C91605;
        border-radius: 50%;
        font-size: 14px;
        color: #fff;
        line-height: 26px;
        text-align: center;
    }
    .statistics .right .bottom .cell .name{
        margin-top: 12px;
        font-size: 18px;
        color: #000;
        line-height: 20px;
        text-align: center;
    }

}




@media (min-width: 992px) and (max-width: 1920px){
    .news{
        margin: 80px auto 0;
    }
    .news .theme .title{
        font-weight: bold;
        color: #000;
    }
    .news .theme .title .sup{
        font-size: 50px;
        line-height: 50px;
    }
    .news .theme .title .sub{
        font-size: 28px;
        line-height:  28px;
    }
    .news .theme ul li{
        float: left;
        margin-left: 30px;
        cursor: pointer;
        font-size: 18px;
        color: #000;
        line-height: 50px;
    }
    .news .theme ul li:hover,.news .theme ul li.active{
        color: #CD2C1C;
    }
    .news .swiper{
        padding: 48px 0 100px;
    }
    .news .swiper-box{
        position: relative;
        height: 470px;
    }
    .news .swiper-pagination-clickable .swiper-pagination-bullet{
        width: 44px;
        height: 12px;
        background: red;
        border-radius: 6px;
    }
    .news .swiper-pagination-bullet + .swiper-pagination-bullet{
       margin-left: 12px;
    }
    .news .swiper-pagination{
        left: 0;
        right: 0;
        bottom: -36px;
        margin: auto;
    }
    .news .swiper-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .news .swiper-slide .ul .li{
        float: left;
        padding: 20px;
        width: 300px;
        background: #fff;
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.05);
    }
    .news .swiper-slide .ul .li:nth-child(2),.news .swiper-slide .ul .li:nth-child(3){
        margin-left: 20px;
    }
    .news .swiper-slide .ul .li .img{
        display: block;
        width: 300px;
        height: 180px;
    }
    .news .swiper-slide .ul .li .name{
        overflow: hidden;
        display: -webkit-box;
        margin: 30px 0 20px;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: -o-ellipsis-lastline;
        text-overflow: ellipsis;
        text-align: justify;
        font-size: 18px;
        font-weight: bold;
        color: #000;
        line-height: 28px;
    }
    .news .swiper-slide .ul .li .describe{
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
        text-overflow: -o-ellipsis-lastline;
        text-overflow: ellipsis;
        text-align: justify;
        font-size: 14px;
        color: #999;
        line-height: 22px;
    }
    .news .swiper-slide .ul .li .info{
        margin-top: 22px;
    }
    .news .swiper-slide .ul .li .info .date{
        font-size: 16px;
        color: #999;
        line-height: 30px;
    }
    .news .swiper-slide .ul .li .info .btn{
        width: 106px;
        height: 30px;
        background: #C91605;
        border-radius: 15px;
        cursor: pointer;
        font-size: 16px;
        text-align: center;
        color: #fff;
        line-height: 30px;
    }
    
    .publicity{
        padding: 80px 0 32px;
        background: #fff;
    }
    .publicity .title{
        margin:0 auto 48px;
        width: 460px;
        height: 64px;
        background: #C91605;
        border-radius: 32px;
        font-size: 36px;
        text-align: center;
        font-weight: bold;
        color: #fff;
        line-height: 64px;
    }
    .publicity ul li{
        display: flex;
        width: 1200px;
        height: 160px;
        border: 1px solid #eee;
        border-radius: 30px;
        align-items: center;
    }
    .publicity li .unit{
        display: flex;
        padding: 0 35px;
        width: 280px;
        justify-content: center;
        align-items: center;
    }
    .publicity li .name{
        border-right: 1px solid #ddd;
        padding: 0 35px;
        width: 320px;
    }
    .publicity li .base{
        padding: 0 35px;
        width: 200px;
    }
    .publicity li .unit img{
        overflow: hidden;
        margin-right: 12px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }
    .publicity li .unit span{
        overflow: hidden;
        flex: 1;
        font-size: 25px;
        color: #000;
        line-height: 50px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .publicity li{
        margin-bottom: 48px;
        font-size: 22px;
        line-height: 22px;
        text-align: center;
    }
    .publicity li .theme{
        color: #000;
    }
    .publicity li  .describe{
        overflow: hidden;
        margin-top: 20px;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #A0A0A0;
    }
    .publicity li .detail{
        width: 189px;
        cursor: pointer;
        color: #CB1E0E;
    }
    
    .horse .swiper-container2 {
        position: relative;
        width: 100%;
        height: 600px;
    }
    .horse .swiper-slide {
       position: relative;
    }
    .horse .swiper-slide .cover{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .horse .swiper-slide .overlay{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.5);
    }
    .horse .swiper-slide .info{
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        padding: 40px 0;
        width:1000px;
        height: 100%;
        box-sizing: border-box;
        flex-direction: column;
        justify-content: space-between;
    }
    .horse .top .grade{
        width: 160px;
        height: 64px;
        background: #C91605;
        font-size: 24px;
        line-height: 64px;
        text-align: center;
        color: #fff;
    }
    .horse .top .name{
        margin: 40px 0 26px;
        font-size: 30px;
        font-weight: bold;
        color: #FEFEFE;
        line-height: 30px;
    }
    .horse .top .address{
        display: flex;
        align-items: center;
        font-size: 20px;
        color: #fff;
        line-height: 20px;
    }
    .horse .top .icon{
        margin-right: 12px;
        width: 20px;
        height: 20px;
    }
    .horse .bottom .title{
        font-size: 36px;
        line-height: 36px;
        font-weight: bold;
        color: #C91605;
    }
    .horse .bottom .describe{
        margin-top: 20px;
        font-size: 18px;
        color: #fff;
        line-height: 30px;
        text-indent: 2em;
        text-align: justify;
    }
    .horse .contain{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 1200px;
        height: 600px;
    }
    .horse .swiper-button-next,.horse .swiper-button-prev{
        top: 0!important;
        bottom: 0!important;
        margin: auto;
        z-index: 99;
    }
    .statistics{
        width: 100vw;
        height: 426px;
    }
    .statistics .left{
        width: 50vw;
        height: 426px;
        background-image: url("../images/1.png");
        background-repeat: no-repeat;
        background-size: 100%  100%;
    }
    .statistics .right{
        width: 50vw;
    }
    .statistics .right .top{
        overflow: hidden;
        width: 50vw;
        height: 256px;
        background-image: url("../images/2.jpg");
        background-repeat: no-repeat;
        background-size: 100%  100%;
    }
    .statistics .right .top .title{
        position: relative;
        margin: 44px 0 0 40px;
        font-size: 18px;
        font-weight: bold;
        color: #000;
        line-height: 22px;
    }
    .statistics .right .top .title::after{
        position: absolute;
        top: 0;
        left: -10px;
        width: 4px;
        height: 22px;
        background: #C91605;
        content: '';
    }
    .statistics .right .bottom{
        display: flex;
        height: 170px;
        width: 50vw;
    }
    .statistics .right .bottom .cell{
        width: 33.33%;
        height: 170px;
    }
    .statistics .right .bottom .cell:nth-child(1){
        background: #FAFAFA;
    }
    .statistics .right .bottom .cell:nth-child(2){
        background: #EFEFEF;
    }
    .statistics .right .bottom .cell:nth-child(3){
        background: #E1E1E1;
    }
    .statistics .right .bottom .cell .detail{
        display: flex;
        width: 80px;
        margin:50px auto 0;
        align-items: center;
        justify-self: center;
    }
    .statistics .right .bottom .cell .detail .num{
        font-size: 42px;
        font-weight: bold;
        color: #000;
        line-height:  42px;
    }
    .statistics .right .bottom .cell .detail .badge{
        margin-left: 8px;
        width: 26px;
        height: 26px;
        background: #C91605;
        border-radius: 50%;
        font-size: 14px;
        color: #fff;
        line-height: 26px;
        text-align: center;
    }
    .statistics .right .bottom .cell .name{
        margin-top: 12px;
        font-size: 20px;
        color: #000;
        line-height: 20px;
        text-align: center;
    }
}