 /*banner切换*/

.device.banner {
    overflow: hidden;

    position: relative;
    /*background: #111;*/

    margin: 0 auto;
    width: 100%;
    height: 634px;
}

.banner .swiper-container {
    position: relative;
    left: 50%;

    margin-left: -960px;
    width: 1920px;
    height: 634px;
}

.swiper-slide-active {
    z-index: 10;
}

.swiper-pagination {
    bottom: 50px;

    width: 100%;
}

.swiper-wrapper1 .swiper-slide {
    height: 634px;
}

.banner .swiper-container .swiper-slide {
    background: url(../images/bg.png) center center no-repeat;
}

.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:         flex;

    -webkit-box-pack: center;
    -webkit-box-align: center;

    font-size: 18px;
    text-align: center;

    background: #fff;

    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
}

.arrow-right,
.arrow-left {
    position: absolute;
    top: 50%;
    z-index: 10;

    width: 64px;
    height: 64px;

    line-height: 64px;
    text-align: center;

    background: #281800;

    cursor: pointer;
}

.banner .arrow-left,
.banner .arrow-right {
    margin-top: -32px;
}

.arrow-right {
    right: 0;
}

.arrow-right .icon,
.arrow-left .icon {
    font-size: 20px;

    color: #fff;
}

.arrow-left {
    left: 0;
}

.pagination {
    position: absolute;
    bottom: 10px;
    z-index: 10;

    width: 100%;

    text-align: center;
}

.swiper-pagination-switch {
    display: inline-block;

    margin: 0 5px;
    border-radius: 100%;
    width: 13px;
    height: 13px;

    background: #a9a9a9;
    background: #a9a9a9;

    opacity: 1;

    cursor: pointer;
}

.swiper-active-switch {
    background: #ff8e00;
}

.arrow-left:hover,
.arrow-right:hover {
    background: #ff8e00;
}

.swiper-button-disabled {
    background: #281800;
}
/*banner切换 END*/
/*新闻*/

.news {
    width: 100%;

    background: #fff;
}

.little {
    padding: 70px 0;

    font-family: "微软雅黑";
    font-size: 26px;

    color: #271800;
}

.little .english {
    font-family: arial;
    font-size: 16px;

    color: #cecdca;
}

.little .more {
    float: right;

    margin-top: 15px;

    font-family: arial;
    font-size: 14px;

    color: #281800;
}

.little .more:hover {
    color: #ff8f00;
}

.news .list {
    overflow: hidden;

    margin-bottom: 10px;
}

.news .list li {
    float: left;

    margin-bottom: 60px;
    width: 600px;
    height: 151px;
}

.news .list li .img {
    float: left;
    overflow: hidden;

    width: 200px;
    height: 150px;

    background: url(../images/bg.png) center center no-repeat;
    background-size: 100%;
}

.news .list li .img-right {
    float: left;

    padding: 0 45px 0 20px;
    width: 335px;

    font-size: 14px;
    line-height: 22px;

    color: #999;
}

.news .list li .img-right .title {
    display: -webkit-box;
    display:         box;
    display:    -moz-box;
    overflow: hidden;
    overflow: hidden;

    -webkit-box-orient: vertical;

    max-height: 55px;

    font-size: 16px;
    line-height: 25px;
       text-overflow: ellipsis;
    word-break: break-all;

    color: #333;

    -o-text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    /*height:48px;*/
}

.news .list li .img-right .title a {
    display: block;

    color: #271800;

    transition: all .4s;
}

.news .list li .img-right .title a:hover {
    color: #ff8f00;
}

.news .list li .img-right i {
    display: block;

    margin-top: 10px;
    margin-bottom: 30px;
    width: 30px;
    height: 3px;

    background: #ff8f00;
}

.news .list li .img-right .text {
    display: -webkit-box;
    display:         box;
    display:    -moz-box;
    overflow: hidden;
    overflow: hidden;

    -webkit-box-orient: vertical;

    height: 45px;

       text-overflow: ellipsis;
    word-break: break-all;

    -o-text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
/*新闻END*/
/*音乐*/

.music {
    overflow: hidden;

    padding-bottom: 70px;

    background: #fafafa;
}

.music .content-top {
    overflow: hidden;
}

.music .item {
    float: left;
    overflow: hidden;

    position: relative;

    padding: 45px 55px;
    width: 290px;
    height: 220px;

    background: #fff;
}

.music .item2 {
    overflow: hidden;

    padding: 0;
    width: 800px;
    height: 310px;
}

.music .item .icon {
    display: block;

    position: absolute;

    font-size: 44px;

    color: #fff;
}

.music .item .icon-arrow-left {
    top: 50px;
    right: -60px;

    transition: all .4s;
}

.music .ite .item .icon-arrow-left {
    right: -13px;
}

.music .item .icon-arrow-right {
    top: 50px;
    left: -60px;

    transition: all .4s;
}

.music .ite .item .icon-arrow-right {
    left: -13px;
}

.music .item .icon-arrow-top {
    bottom: -60px;
    left: 50px;

    transition: all .4s;
}

.music .ite .item .icon-arrow-top {
    bottom: -18px;
    left: 50px;
}

.music .item .little {
    display: -webkit-box;
    display:         box;
    display:    -moz-box;
    overflow: hidden;

    -webkit-box-orient: vertical;

    padding: 0;
    height: inherit;
    max-height: 61px;

    font-size: 22px;
    line-height: inherit;
    text-align: center;
       text-overflow: ellipsis;
    word-break: break-all;

    -o-text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.music .item .little a {
    color: #281800;

    transition: all .4s;
}

.music .item .line {
    display: block;

    margin: 15px auto 25px;
    width: 30px;
    height: 3px;

    background: #ff8e00;
}

.music .item .text {
    display: -webkit-box;
    display:         box;
    display:    -moz-box;
    overflow: hidden;
    overflow: hidden;

    -webkit-box-orient: vertical;

    height: 50px;

    font-size: 14px;
    line-height: 26px;
       text-overflow: ellipsis;
    word-break: break-all;

    color: #999;

    -o-text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.music .item .city {
    position: absolute;
    bottom: 35px;

    width: 290px;

    font-size: 16px;
    text-align: center;

    color: #281800;

    transition: all .4s;
}

.city-box {
    position: absolute;
    bottom: 25px;

    width: 290px;
    height: 56px;

    opacity: 0;

    transition: all .4s;
}

.music .ite:hover .item .city {
    opacity: 0;
}

.music .ite:hover .item .city-box {
    opacity: 1;
}

.music .ite:hover .little a {
    color: #ff8e00;
}

.music .ite:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.music .item .city .num {
    font-family: arial;
    font-size: 30px;
    font-weight: bold;
    vertical-align: sub;
}

.music .item-img {
    overflow: hidden;

    padding: 0;
    width: 400px;
    height: 310px;

    background: url(../images/bg.png) center center no-repeat;
}

.content-left {
    float: left;

    width: 400px;
}

.content-right {
    float: left;

    width: 800px;
}

.active .city {
    display: none;
}

.active .city-box {
    visibility: inherit;
}

.music .arrow-right,
.music .arrow-left {
    position: absolute;
    top: 0;

    width: initial;
    width: 26px;
    height: inherit;

    line-height: 56px;

    background: none;
}

.music .arrow-right {
    right: -30px;
}

.music .arrow-left {
    left: -30px;
}

.music .swiper-slide,
.music .swiper-slide a {
    display: block;

    border-radius: 100%;
    width: 56px;
    height: 56px;

    font-size: 16px;
    line-height: 56px;
    text-align: center;

    color: #281800;

    transition: all .4s;
}

.music .swiper-slide a:hover {
    border-radius: 100%;

    color: #fff;
    background: #ff8f00;
}

.music .slide-disable a:hover {
    background: #ccc;
}

.music .slide-disable a {
    color: #999;
}

.music .arrow-left .icon,
.music .arrow-right .icon {
    font-size: 26px;

    color: #ccc;
}

.music .arrow-left .icon:hover,
.music .arrow-right .icon:hover {
    color: #281800;
}

.music .swiper-button-disabled .icon {
    color: #ccc;
}

.icon-arrow-tlr {
    display: none;
}
/*音乐END*/
/*艺人*/

.arrow-left2,
.arrow-right2 {
    width: 49px;
    height: 49px;

    line-height: 49px;
}

.arrow-right2 {
    right: -60px;
}

.arrow-left2 {
    left: -60px;
}

.swiper-wrapper2 .swiper-slide {
    overflow: hidden;

    position: relative;
    /*padding:0 10px;*/

    background: url(../images/bg.png) center center no-repeat;
}

.swiper-wrapper2 .swiper-slide .text {
    overflow: hidden;

    position: absolute;
    bottom: 12px;
    left: 24px;

    padding: 0 10px;
    width: 225px;
    height: 56px;

    font-size: 22px;
    line-height: 56px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;

    color: #281800;
    background: rgba(255, 255, 255, .8);

    transition: all .4s;
}

.arrow-left2,
.arrow-right2 {
    top: 375px;

    background: rgba(39, 24, 0, .4);
}

.swiper-wrapper2 .swiper-slide a {
    display: block;

    margin: 0 auto;
    width: 280px;
}

.swiper-wrapper2 .swiper-slide a:hover .text {
    color: #fff;
    background: rgba(255, 143, 0, .8);
}

.artists .swiper-container {
    margin-bottom: 180px;
    margin-left: -10px;
    width: 1220px;
    height: 450px;
}

.artists .swiper-container .swiper-slide a img {
    width: 100%;
}
/*艺人end*/

.item.item2.default {
    background: url(../images/bg.png) center center no-repeat;
}
