@charset "UTF-8";
/* CSS Document */

/*title*/
.derivatives_box{
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
}
.derivatives_box ul li.derivatives_title_01{
    width: 124px;
    height: 46px;
    float: left;
    margin-right: 70px;
    cursor:pointer;
    background:url(../images/service_title.png) no-repeat;
    background-size: 100%;
    background-position: left 0px;
}
.derivatives_con{
    margin-top: 50px;
}
.derivatives_con .back{
    width: 154px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #858585;
    padding-left: 30px;
    background: url(../images/artworks_back.png) no-repeat;
    background-size: 20px;
    background-position: 0px center ;
    cursor: pointer;
    margin-bottom: 60px;
}.derivatives_con .back:hover{
    color: #000;
    background: url(../images/artworks_back_hover.png) no-repeat;
    background-size: 20px;
    background-position: 0px center ;
}

.derivatives_con .artworks01_title img{
    width: 200px;
    margin-top: 40px;
}
.derivatives_list{
    margin-top: 46px;
}
.derivatives_list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.derivatives_list ul li{
    margin-bottom: 46px;
    width: 274px;
}
.derivatives_list .list01{
    background: url(../images/service_pic01.png) no-repeat;
    background-size: 100%;
}
.derivatives_list .list02{
    background: url(../images/service_pic02.png) no-repeat;
    background-size: 100%;
}
.derivatives_list .list03{
    background: url(../images/service_pic03.png) no-repeat;
    background-size: 100%;
}
.derivatives_list .list04{
    background: url(../images/service_pic04.png) no-repeat;
    background-size: 100%;
}
.derivatives_list .list05{
    background: url(../images/service_pic05.png) no-repeat;
    background-size: 100%;
}
.derivatives_list .list06{
    background: url(../images/service_pic06.png) no-repeat;
    background-size: 100%;
}
.derivatives_list .list07{
    background: url(../images/service_pic07.png) no-repeat;
    background-size: 100%;
}
.derivatives_list .list08{
    background: url(../images/service_pic08.png) no-repeat;
    background-size: 100%;
}



.derivatives_list ul li h3{
    font-size: 18px;
    color: #1c1c1c;
    margin-top: 254px;
    line-height: 26px;
    padding-bottom: 20px;
    
    
}
.listline{
    border-bottom: 1px solid #dfdfdf;
    width: 82px;
}
.derivatives_list ul li p{
    font-size: 13px;
    display: block;
    margin-top: 20px;
    line-height: 22px;
    color: #666;
}

.derivatives_list ul li.list08 h2{
    margin-top: 176px;
    font-size: 14px;
    color: #1c1c1c;
    line-height: 20px;
}
.derivatives_list ul li.list08 h2 span{
    display: block;
    font-size: 13px;
    color: #666;
    margin-top: 6px;
}
.derivatives_list ul li.list08 h3{
    font-size: 18px;
    color: #1c1c1c;
    margin-top: 14px;
    line-height: 26px;
    padding-bottom: 20px;
    
    
}






