.max-wid {
    width: 83%;
    max-width: 1200px;
    margin: auto;
}
.company-list{
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 -9rem;
    margin-bottom: 1.2rem;
}
.green-list{
    max-width: 12rem;
    margin: 0 auto;
}
.green-list .title{
    width: 100%;
    text-align: center;
    font-size: 0.28rem;
    color: #000;
    font-weight: bold;
    margin-bottom: 0.6rem;
}
.l-main{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.roll-box {
    width: 100%;
    overflow: hidden;
}
.swiper-item{
    overflow: hidden;
    position: relative;
    width: 300%;
}
.swiper-item > li {
    float: left;
    /*width: 100%;*/
    width: 12rem;
    height: 6.76rem;
    cursor: pointer;
}
.swiper-item > li>video{
    width: 100%;
    height: 100%;
    display: none;
}
.swiper-item > li .pic {
    background-position: center;
    background-size: 12rem;
    background-repeat: no-repeat;
    width:12rem;
    height: 100%;
    position: relative;
    opacity: 0;
    transition: all 0.3s ;
    -webkit-transition: all 0.3s ;
    -moz-transition: all 0.3s ;
    -o-transition: all 0.3s ;
    -ms-transition: all 0.3s ;
}
.swiper-item > li.on .pic {

    opacity: 1;
}
.green-list .right{
width: 7.31rem;
    height: 1.89rem;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 0 0.4rem;
    box-sizing: border-box;
    margin: -0.24rem auto 0;
    position: relative;
    z-index: 5;
}
.green-list .right .msg{

}
 .msg .new-msg{
    display: none;
}
.msg .new-msg.on{
    display: block;
    animation: fadeInUpSmall 0.8s ease-in-out;
}

.nian-list {
    color: #fff;
    /*font-weight: bold;*/
    /*line-height: 0.57rem;*/

}
.nian-list .english{
    text-transform : uppercase;
    font-size: 0.5rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
    font-family: 'Anton';
    letter-spacing:6px;
}
.nian-list .chinese{
    font-size: 0.24rem;
    margin-bottom: 0.1rem;
    /*font-family: 'shufa';*/
}
.pages{
    color: #fff;
    font-size: 0.16rem;
    margin-right: 6px;
}
.pages .sum{
    font-size: 0.16rem;
    font-weight: bold;
    margin-right: 0.1rem;
    font-weight: bold;
}
.pages .num{
    margin-left: 0.1rem;
    font-size: 0.16rem;

}
.new-msg .data{
    font-size: 0.17rem;
    color: #000;
    margin: 0.1rem 0;
    display: inline-block;
}
.new-msg .text-list .title{
    font-size: 0.24rem;
    color: #000;
    font-weight: bold;
    margin-bottom: 0.1rem;

}
.new-msg .text-list .text{
    color: #bebebe;
    line-height: 0.26rem;
}
.change-list{
    width:1.5rem;
}
.change-left{
    width: 0.55rem;
}
.video-list{
    position: relative;
}
.d-list{
    position: absolute;
    bottom: 0.6rem;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 5;
}
.dian{
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 0.1rem;
}
.dian.on{
    background-color: #d90909;
}
.chang-left , .change-right{
    /*width: 0.25rem;*/
    /*height: 0.15rem;*/
    color: #fff;
    /*font-size: 0.28rem;*/
    line-height: 0.15rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ;
    -webkit-transition: all 0.3s ;
    -moz-transition: all 0.3s ;
    -o-transition: all 0.3s ;
    -ms-transition: all 0.3s ;
}
.change{
    margin-bottom: 0.7rem;
}
.change .xian{
    width: 1px;
    height: 23px;
    background-color: #fff;
    margin: 0 0.56rem;
}