.container {
    background: #fafafa;
    border-top: 1px solid #f2f2f2;
}

.artist-right {
    width: 890px;
    background: none;
    padding: 0;
    float: right;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.artist-right .silde{
    display: none;
    -webkit-transform: scale(0,0);
        -ms-transform: scale(0,0);
            transform: scale(0,0);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
}

.artist-right .silde.show {
    display: block;
}

.artist-right .active{
    display: block;
     -webkit-transform: scale(1,1);
         -ms-transform: scale(1,1);
             transform: scale(1,1);
     -webkit-transition: all 0.4s;
     transition: all 0.4s;
      -webkit-transform-origin: right top;
          -ms-transform-origin: right top;
              transform-origin: right top;
}

.artist-right-top {
    width: 770px;
    position: relative;
    padding: 30px 70px 20px 50px;
    background: #fff;
    overflow: hidden;
}

.artist-right .title {
    font-size: 26px;
    color: #281800;
    font-weight: normal;
}

.artist-right .line {
    width: 30px;
    height: 3px;
    background: #ff8e00;
    margin: 20px 0 25px 0;
    display: block;
}

.design {
    color: #999;
}

.design .design-name {
    color: #666;
}

.intro {
    padding-top: 20px;
}

.intro a {
    color: #0088cc;
}

.artist-left {
    background: #fff;
    padding: 10px 0;
    width: 285px;
    float: left;
}

.artist-left .list li {
    line-height: 55px;
    position: relative;
    font-size: 16px;
    color: #999;
    padding: 0 33px 0 33px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}



.artist-left .list li .line {
    width: 3px;
    height: 30px;
    background: #ff8e00;
    display: block;
    position: absolute;
    left: 0;
    top: 13px;
    display: none;
}

.artist-left .list li .english {
    font-size: 12px;
    color: #ccc;
    margin-left: 5px;
}

.artist-left .list li .icon {
    position: absolute;
    right: 20px;
    top: 0px;
    color: #ff8e00;
    width: 10px;
    display: none;
}

.artist-left .list .active .line,
.artist-left .list .active .icon {
    display: block;
}

.artist-left .list .active .china {
    color: #ff8e00;
}

.artist-left .list a {
    border-bottom: 1px solid #eee;
    display: block;
    height: 100%
}

.artist-left .list a:hover .china{
    color:#ff7919;
    -webkit-transition: all 0.4s;
    transition: all 0.4s
}

.artist-left .list li:last-child a {
    border: none;
}

.artist-box {
    overflow: hidden;
    padding-bottom: 150px;
    margin-top: 20px;
}

.artist-box .photo {
    width: 285px;
    height: 285px;
    margin-top: -10px;
    overflow: hidden;
    background: url(../images/bg.png) center center no-repeat;
}

.artist-box .artist-right {
    background: none;
    padding: 0;
    width: 890px;
}

.artist-box .artist-right .item {
    margin-top: 20px;
    background: #fff;
    padding: 25px 50px;

}

.artist-box .artist-right .item .title {
    font-size: 22px;
    color: #271800;
    padding-bottom: 25px;
}

.more {
    font-size: 14px;
    color: #281800;
    font-family: arial;
    float: right;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.more:hover {
    color: #ff8e00;
}

.item-list {
    margin-top: 20px;
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px dashed #e6e6e6
}

.item-list:last-child {
    border: 0;
}

.item-list .photo {
    width: 200px;
    height: 150px;
    float: left;
    overflow: hidden;
    margin-top: 0;
}

.item-list .photo img {
    width: 100%
}

.item-list .phto-right {
    width: 570px;
    float: right;
}

.item-list .phto-right .little a {
    font-size: 16px;
    color: #281800;
    line-height: 30px;
    font-weight: normal;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.item-list .phto-right .little a:hover {
    color: #ff8e00;
}

.item-list .phto-right .intro {
    padding-top: 0
}

.city-box {
    position: relative;
    padding-top: 10px;
}

.city-box .arrow-right,
.city-box .arrow-left {
    width: 25px;
    height: 25px;
    display: inline-block;
    z-index: 10;
    position: absolute;
    top: 60px;
    cursor: pointer;
}

.city-box .arrow-right .icon,
.city-box .arrow-left .icon {
    font-size: 26px;
    color: #ccc;
}

.city-box .arrow-right .icon:hover,
.city-box .arrow-left .icon:hover{
    color:#281800;
}

.city-box .arrow-right {
    right: 0;
}

.city-box .arrow-left {
    left: 0px
}

.city-box,
.city-box .swiper-container,
.city-box .swiper-wrapper {
    height: 150px;
}

.city-box .swiper-container {
    padding-left: 40px;
    overflow: hidden;
}

.city-box .swiper-slide {
    padding: 10px 0;
    float: left;
}

.city-box .swiper-slide .city-a{

    width: 108px;
    height: 108px;
}

.city-a {
    border: 1px solid #f2f2f2;
    display: block;
    text-align: center;
    color: #999999;
    -webkit-transition: all .4s;
    transition: all .4s;
    height: 100%;
    position: relative;
}

.city-a .adress {
    color: #271800;
    font-size: 16px;
    margin: 24px 0 14px;
}

.city-a .line {
    display: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin:0;
    margin-left: -15px;
}

.city-a:hover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
            box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.city-a:hover .adress,
.city-a:hover {
    color: #ff8f00;
}

.city-a:hover .line {
    display: block;
}

.atlas {
    width: 796px;
    height: 320px;
    position: relative;
    margin: 20px auto;
}

.atlas .photo {
    position: absolute;
    overflow: hidden;
    display: block;
    cursor: pointer;
}
.atlas .photo1,
.atlas .photo1 img{
    position: absolute;
    top: 0;
    left: 0;
    width: 318px;
    height:320px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s
}

.atlas .photo1:hover img{
    width: 332px;
    height: 334px;
    top:-7px;
    left: -7px;
}

.atlas .photo2{
    width: 318px;
    height: 159px;
    left: 320px;
    top: 0;
    position: absolute;
}
.atlas .photo2 img, 
.atlas .photo5 img {
    width: 318px;
    height: 159px;
     top: 0;
     left: 0;
    position: absolute;

    -webkit-transition: ease 1s;

    transition: ease 1s
}

.atlas .photo2:hover img,
.atlas .photo5:hover img{
    width: 332px;
    height: 173px;
    left: -7px;
    top: -7px;
}

.atlas .photo3 {
    width: 155px;
    height: 159px;
    left: 640px;
    top: 0;
}

.atlas .photo3 img,
.atlas .photo4 img{
    position: absolute;
    width: 155px;
    height: 159px;
    top: 0;
    left: 0;

    -webkit-transition: ease 1s;

    transition: ease 1s;
}

.atlas .photo3:hover img,
.atlas .photo4:hover img{
    width: 169px;
    height: 173px;
    left: -7px;
    top: -7px;
}

.atlas .photo4 {
    width: 155px;
    height: 159px;
    left: 320px;
    top: 161px
}

.atlas .photo5 {
    width: 318px;
    height: 159px;
    left: 477px;
    top: 161px;
}

.videos {
    position: relative;
    width: 796px;
    height: 300px;
}

.video1 {
    position: absolute;
    width: 529px;
    height: 300px;
    overflow: hidden;
    left: 0;
    top: 0;
}

.artist-box .artist-right .item .video{
    cursor: pointer;
}

.artist-box .artist-right .item .video .title{
    font-size: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-right: 10px;
    padding-bottom: 0;
    line-height: 40px;

    color: #fff;
    height: 40px;

    display: -webkit-box;
    display: box;
    display: -moz-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;

}

.artist-box .artist-right .item .video .title .play{
    width: 36px;
    height: 36px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    background: url(../images/play.png) 0 0 no-repeat;
    vertical-align: middle;
    margin-top: -8px;
}

.video2 {
    position: absolute;
    width: 265px;
    height: 149px;
    overflow: hidden;
    top: 0;
    left: 531px;
}

.video3 {
    position: absolute;
    width: 265px;
    height: 149px;
    overflow: hidden;
    top: 151px;
    left: 531px;
}

.around-box .around {
    width: 850px;
    overflow: hidden;
}

.around li {
    width: 244px;
    height: 370px;
    float: left;
    margin-right: 30px;
    margin-bottom: 40px;
}

.around li a:hover .name{
    color: #ff8f00;
    -webkit-transition: ease 0.4s;
    transition: ease 0.4s;
}

.around .img {
    width: 244px;
    height: 244px;
    display: block;
    background: #fafafa;
    line-height: 244px;
    text-align: center;
}

.around .img img {
    vertical-align: middle;
}

.around-box .name {
    width: 210px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #271800;
    margin: 20px;
}

.around-box .pirce {
    padding-top: 5px;
    font-size: 20px;
    color: #ff8f00;
    text-align: center;
}

.around-box .pirce .txt {
    font-size: 14px;
}

.intro .text .txt-ntro{
    margin-bottom: 30px;
}

.artist-right-top-left{
    width:620px;
    min-height: 224px;
}

.artist-right-top-right{
    width: 168px;
    height:224px;
    position: absolute;
    right: 35px;
    top: 25px;
    overflow: hidden;
}

.artist-right-top-left .left-city{
    font-size: 18px;
    color:#ccc;
    margin-bottom: 30px;
}

.artist-right-top-left .txt{
    font-size: 14px;
    line-height: 24px;
    color:#666;
}
.city-list{
    padding-top: 40px;
    width: 860px;
    background: #fff;
    overflow: hidden;
    display: none
}

.city-list li{
    width: 178px;
    height:178px;
    float: left;
    margin-right:31px;
    margin-bottom: 30px;
}

.list-item{
    /*padding-left: 50px;*/
    overflow: hidden;
    padding-bottom: 55px;
}

.city-list li .city-a .adress{
    font-size: 18px;
    margin:60px 0 20px;
}

.city-list li .city-a .time{
    font-size: 16px;
}

.city-list li .city-a .line{
    width:40px;
    margin-left: -20px
}

.slide-disable a,
.slide-disable a:hover{
    background: #fafafa;
    -webkit-box-shadow: none;
            box-shadow: none;
    color:#ccc;
}

.slide-disable:hover .adress, 
.slide-disable .adress,
.slide-disable:hover,
.slide-disable {
    color: #ccc;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.slide-disable:hover .line{
    display: none
}


.btn-show{
    width: 100%;
    height: 55px;
    text-align: center;
    line-height: 55px;
    font-size: 16px;
    color:#999;
    position: absolute;
    bottom: 0;
    left: 0;
    border:1px solid #f2f2f2;
    cursor: pointer;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: none
}

.btn-unfold{
    display: block;
    border:none;
    -webkit-box-shadow: none;
            box-shadow: none
}



.btn-show .icon{
    font-size: 24px;
    color: #9a9a9a
}

.btn-show:hover{
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
            box-shadow: 0 0 20px rgba(0,0,0,.1);
    color:#ff8f00;
}
.btn-unfold:hover{
    -webkit-box-shadow: none;
            box-shadow: none
}

.btn-unfold .icon:hover {
    color:#ff8f00;
}

.artist-active{
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.artist-active:hover{
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,.1);
            box-shadow: 0 0 40px rgba(0,0,0,.1)
}

.artist-active:hover .title{
    color:#ff8f00;
}

.artist-past .line{
    background: #ff8f00;
}

.artist-past .txt,
.artist-past .title {
    color:#ccc;
}

.artist-box .artist-right .mt0 .item{
    margin-top:0;
}


.container-fluid {
    padding: 20px;
    margin-right: -60px
  }
.container-fluid .box-list {
      margin-bottom: 20px;
      margin-right: 10px;
      float: left;
      width: 244px;
      cursor: pointer;
  }
 .container-fluid .box-list img {
     max-width: 100%
}

.item-videos{
    overflow: hidden;
    margin-right: -30px;
}
.item-videos li{
    width: 255px;
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
}


.item-videos li .item-videos{
    width:253px;
    height:143px;
    border:1px solid #eee;
}

.item-videos li .video-name{
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    padding:10px;
}

.item-videos li .video-name a{
    color:#271800;
    -webkit-transition: ease 0.4s;
    transition: ease 0.4s
}

.item-videos li .video-name a:hover{
    color:#ff8f00;
}

.online{
    width: 100%;
    height: 1px;
    background: #e6e6e6;
    margin:40px 0;
}

.adre{
    color:#ff8e00;
    line-height: 40px;
    font-size: 18px;
}