.main-area{
    width: 1400px;
    margin: 0 auto;
}
/* 
    轮播 
*/
.carousel-area{
    min-width: 1400px;
    height: 500px;
    margin: 0 auto;
}
 .swiper-container-banner {
    height: 100%;
}
.swiper-slide {
    background-position: center center;
    background-size: cover;
}
.swiper-slide a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.swiper-pagination-bullet{
    background-color: #fff !important;
    opacity: 1 !important;
}
.swiper-pagination-bullet-active{
    background-color: #00204E !important;
}
/* 
    艺术品
*/
.art-area-title{
    text-align: center;
    padding: 40px 0;
}
.art-area-title .tit{
    position: relative;
    width: 115px;
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
    border-bottom: 3px solid #00204E;
    font-family: 'song';
}
.art-area-title .tit .en{
    position: absolute;
    right: -110px;
    top: 11px;
    font-size: 16px;
    font-family: 'song';
}
.art-area .art-area-item:first-child{
    margin-left: 0;
}
.art-area-item{
    margin-left: 50px;
}
.img-area{
    position: relative;
    width: 312px;
    height: 380px;
    background-color: #f4f4f4;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.img-area:hover .image{
    opacity: 0;
}
.img-area .image{
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    max-width: unset;
    transform: translate(-50%, -50%); 
    transition: all 0.2s linear;
}
.art-area-item .art-detail{
    padding: 20px 20px 0 20px;
    border: 1px solid #e5e5e5;
}
.art-area-item .art-detail .name{
    font-size: 24px;
    margin-bottom: 5px;
    color: #000;
}
.art-area-item .art-detail .arter{
    font-size: 14px;
    margin-bottom: 5px;
    color: #BCBCBC;
}
.art-area-item .art-detail .money{
    font-size: 18px;
    margin-bottom: 5px;
    color: #dfb26c;
    font-weight: bold;
}
.art-area-item:hover .art-detail .order{
    color: #fff;
    border: none;
    background-color: #BA965C;
}
.art-area-item .art-detail .order{
    width: 160px;
    height: 40px;
    margin: 20px auto;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #606060;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #fff;
}
/* 
    艺术家 
*/
.content-area{
    position: relative;
}
.content-area:hover .item-img{
    display: none;
}
.content-area-init{
    position: relative;
}
.content-area .item-img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    background-position: center;
    /* background-size: 100% auto; */
    background-repeat: no-repeat;
}
.content-area .content{

}
.arter-item{
    position: relative;
    width: 20%;
    height: 280px;
}
.arter-item:hover>img{
    -webkit-animation: flipOutYtest 0.5s linear both;
    animation: flipOutYtest 0.5s linear both;
}
.arter-item>img{
    position: absolute;
    width: 100%;
    -webkit-animation: flipInYtest 0.5s linear both;
    animation: flipInYtest 0.5s linear both;
}
.arter-item:hover .detail{
    -webkit-animation: flipInYtest 0.5s linear both;
    animation: flipInYtest 0.5s linear both; 
}
.arter-item .detail{
    height: 100%;
    padding: 20px;
    color: #fff;
    background-color: #00204E;
    -webkit-animation: flipOutYtest 0.5s linear both;
    animation: flipOutYtest 0.5s linear both;
}
.arter-item .detail .header-area .header{
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.arter-item .detail .header-area .name-area{
    margin: 4px 0 0 15px;
}
.arter-item .detail .header-area .name{
    font-size: 24px;
    font-family: 'song';
}
.arter-item .detail .header-area .ping{
    font-size: 12px;
    font-family: 'song';
}
.arter-item .detail .tit{
    margin-top: 20px;
    font-size: 12px;
    line-height: 20px;
}

@-webkit-keyframes flipOutYtest {
    from {
        -webkit-transform: rotate3d(0, 1, 0, 0);
        transform: rotate3d(0, 1, 0, 0);
    }
  
    40% {
      -webkit-transform: rotate3d(0, 1, 0, 60deg);
      transform: rotate3d(0, 1, 0, 60deg);
      opacity: 1;
    }
  
    50% {
      -webkit-transform: rotate3d(0, 1, 0, 90deg);
      transform: rotate3d(0, 1, 0, 90deg);
      opacity: 0;
    }
  
    to {
      -webkit-transform: rotate3d(0, 1, 0, 180deg);
      transform: rotate3d(0, 1, 0, 180deg);
      opacity: 0;
    }
  }
  
  @-webkit-keyframes flipInYtest {
    from {
      -webkit-transform: rotate3d(0, 1, 0, -180deg);
      transform: rotate3d(0, 1, 0, -180deg);
      opacity: 0;
    }
  
    50% {
      -webkit-transform: rotate3d(0, 1, 0, -90deg);
      transform: rotate3d(0, 1, 0, -90deg);
      opacity: 0;
    }
  
    60% {
      -webkit-transform: rotate3d(0, 1, 0, -60deg);
      transform: rotate3d(0, 1, 0, -60deg);
      opacity: 1;
    }
  
    to {
        -webkit-transform: rotate3d(0, 1, 0, 0);
        transform: rotate3d(0, 1, 0, 0);
        opacity: 1;
    }
}
/* 
    泰丰艺报 
*/
.news-left-area{
    width: 650px;
}
.swiper-container-news{
    height: 360px;
}
.swiper-container-news .swiper-slide{
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
}
.swiper-container-news .swiper-slide .tit{
    position: absolute;
    left: 15px;
    bottom: 8px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.swiper-container-news .swiper-pagination{
    text-align: right;
    padding-right: 15px;
}
.news-left-area .txt{
    margin-top: 30px;
    font-size: 16px;
    color: #BCBCBC;
    line-height: 26px;
}
.news-right-area {
    margin-left: 700px;
}
.news-right-area .news-right-item:first-child{
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}
.news-right-item{
    display: block;
    height: 130px;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #ccc;
    overflow: hidden;
    box-sizing: content-box;
}
.news-right-item .left{
    width: 200px;
    height: 100%;
}
.news-right-item .left img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.news-right-item .right{
    margin-left: 230px;
    
}
.news-right-item .right .title{
    font-size: 22px;
    color: #333;
}
.news-right-item .right .txt{
    margin-top: 20px;
    font-size: 16px;
    color: #BCBCBC;
    line-height: 26px;
}
/* 
    媒体报道 
*/
.swiper-container-media{
    height: 100%;
}
.swiper-container-media .swiper-slide{
    padding: 0 22px;
   
}
.swiper-container-media .swiper-slide a{
    padding: 30px 20px 0 20px;
    border: 1px solid #ccc;
}
.swiper-container-media .swiper-slide a img{
    display: block;
    margin: 0 auto;
    height: 50px;
}
.swiper-container-media .swiper-slide a .txt{
    margin-top: 30px;
    font-size: 16px;
    color: #333;
    font-weight:normal;
    line-height: 32px;
    display:-webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient:vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.swiper-container-media .swiper-slide a .txt strong{
    font-weight: normal;
}
/* 
    鉴证溯源 
*/
.authentication-video{
    position: absolute;
    left: 80px;
    top: 166px;
    width: 450px;
    height: 260px;
}
/* 
    多重保证 
*/
.ensure-area{
    padding: 50px 0;
    text-align: center;
    background-color: #f4f4f4;
}
.ensure-area a:first-child img{
    margin-left: 0;
}
.ensure-area a img{
    margin-left: 52px;
    border-radius: 50%;
}