@charset "utf-8";
/* CSS Document */
*{box-sizing:border-box;margin:0;padding:0; -webkit-appearance:none;  }

.s1-bk2 {
    position: relative;
    padding-top: .75rem;
    padding-bottom: 0rem;}

.s1-bk2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 22%;
    background: url(../images/ny/s1-bk2-bg.png) no-repeat center center;
    width: 1.73rem;
    height: 1.73rem;
    z-index: 8;
}

.wp{margin:0 auto;max-width:100%}

.s1-pic {
    position: relative;
    float: left;
    width: 50%;
    padding-left: .8rem;
    padding-bottom: 0rem;
    z-index: 22;
}

.s1-pic:after {
    content: "";
    position: absolute;
    top: 1.4rem;
    background: #d1a247;
    left: 0;
    bottom: 0;
    right: .1rem;
    z-index: -1;
}

.s11-pic {
    float: right;
    width: 51.29%;
    margin-left: -1.29%;
}

.s11-pic .pic {
    padding-top: 66.5%;
}

.s1-pic .pic {
    padding-top: 67%;
}

.s1-pic .pic:hover img {
    transform: scale(1);
}

.s1-pic .s1-topic {
    position: absolute;
    left: 0;
    right: 0;
    top: 1.5rem;
    text-align: left;
    padding-left: 1.5rem;
    font-size: 2rem;
    color: #000;
    z-index: 9;
}

.s1-pic .more {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2.6rem;
    width: 8rem;
    margin-left: 2rem;
}

.l-composite .more {
    position: relative;
    padding-left: 2rem;
    left: 0;
    transition: all .3s;
}

.l-composite .more:hover {
    left: 5px;
}

.l-composite .more::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    background: #1949a2 url(../index-pic/l-flower.png) no-repeat center center;
}

.l-composite .more a {
    display: inline-block;
    padding-right: 2rem;
    background: url(../index-pic/l-more.png) no-repeat right center;
   font-size:14px;
}

.s1-bk3-l {
    width: 62.8%;
}

.pic {
    position: relative;
    padding-top: 75%;
    overflow: hidden;
    transition: all .3s;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}

.pic:hover img {
    transform: scale(1.1);
}

.s1-bk3-text {
    float: right;
    width: calc(100% - 1.3rem);
    background: url(../index-pic/s1-bk3-text.jpg) no-repeat center center;
    background-size: cover;
    padding-left: .85rem;
    padding-top: .9rem;
}
.s1-bk3-text h2 {
    font-size: .32rem;
    color: #fff;
    margin-bottom: .4rem;
}
.s1-bk3-text .box p {
    line-height: 1.4rem;
    padding-right: 1.5rem;
    font-size: 0.6rem;
    color: #fff;
}

