.w-100 {
    width: 100%;
}

.w-50 {
    width: 50%;
}

.w-1200 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.d-flex {
    display: flex;
}

.d-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-box img{
    width: 100%;
    object-fit: cover;
    display: block;
}

.ysy-btn-tit {
    background: #986b94;
    color: #ffffff;
    display: flex;
    justify-content: center;
    font-size: 36px;
    text-align: center;
    padding: 12px 0;
    line-height: 1.4em;
    letter-spacing: 2px;
}

.ysy-btn-tit p {
    width: 25%;
    border-right: 2px solid #ffffff;
}

.ysy-btn-tit p:last-child {
    border: none;
}

.ysy-info {
    margin: 90px 0 0;
    padding: 30px 0;
    background: #f2f2f2;
}

.ysy-info .ysy-info-box {
    justify-content: flex-end;
}

.ysy-info div {
    position: relative;
}

.ysy-info img {
    width: 90%;
    border-radius: 24px;
    box-shadow: 10px 10px 0 2px #986b94;
    padding: relative;
    z-index: 1000;
}

.ysy-info .ysy-info-flg {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 100px;
    background: #ffffff;
    box-shadow: -2px 2px 4px 0 rgba(0, 0, 0, .3);
}

.ysy-info .ysy-info-flg1 {
    left: 10px;
    transform: translate(0, -50%);
    z-index: 1001;
}

.ysy-info .ysy-info-flg2 {
    height: 70px;
    right: 0;
    transform: translate(0, -50%) scale(0.7);
    box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, .4);
    z-index: 999;
}

.ysy-info .img-float {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1000;
    transform: translate(0, -50%);
}

.ysy-info .ysy-info-left {
    box-sizing: border-box;
    padding: 30px 50px 0;
}

.ysy-info p {
    font-size: 19px;
    text-align: justify;
    color: #666666;
    text-indent: 2em;
    line-height: 1.6em;
    font-family: "Source Han Sans CN","Microsoft Yahei";
}

.ysy-propaganda {
    font-size: 10px;
    padding-top: 10em;
    padding-bottom: 28em;
    background: url(../images/yousiyu/propaganda.png) left top no-repeat;
    background-size: 100%;
    position: relative;
}

.ysy-propaganda .ysy-propaganda-text {
    padding-left: 8em;
}
.ysy-propaganda figure{
    color: #232323;
}
.ysy-propaganda .h1 {
    font-size: 10em;
    line-height: 1em;
}

.ysy-propaganda .h2 {
    font-size: 7em;
    line-height: 1em;
}

.ysy-propaganda .h3 {
    font-size: 3.4em;
    line-height: 2em;
}

.ysy-propaganda .text-en {
    font-size: 2.2em;
    padding-top: 1em;
}

.ysy-propaganda .ysy-slogn-btn {
    position: relative;
    padding-top: 8em;
    display: flex;
    align-items: center;
}

.ysy-propaganda .ysy-slogn-btn-child {
    color: #ffffff;
    font-size: 2.8em;
    line-height: 1.2em;
    padding: 8px;
    width: 1em;
    min-height: 5em;
    background: linear-gradient(-90deg, #f9cbd6, #986b94);
    background: -webkit-linear-gradient(-90deg, #f9cbd6, #986b94);
    background: -moz-linear-gradient(-90deg, #f9cbd6, #986b94);
    background: -ms-linear-gradient(-90deg, #f9cbd6, #986b94);
    margin-right: 1em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.ysy-propaganda .ysy-slogn-btn1 {
    top: 1.6em;
}

.ysy-propaganda .ysy-slogn-btn2 {
    top: 4em;
}

.ysy-propaganda .ysy-slogn-btn4 {
    top: 2.4em;
}

.ysy-propaganda .ysy-slogn-btn5 {
    top: 4.6em;
}

.ysy-propaganda .ysy-slogn-btn6 {
    top: 1.4em;
}

.ysy-propaganda .ysy-slogn-btn7 {
    top: -4em;
}

.ysy-propaganda .ysy-slogn-btn8 {
    top: -10em;
    left: 2em;
}

.ysy-propaganda .img-box {
    width: 1920px;
    position: absolute;
    left: 50%;
    bottom: -80px;
    z-index: 1000;
    transform: translate(-50%, 0);
}
.ysy-peopole{
    background: url(../images/yousiyu/peoplebg.jpg) center top no-repeat;
    background-size: cover;
    font-size: 20px;
    margin-bottom: 12em;
}
.ysy-peopole figure{
    width: 490px;
    margin: 0 auto;
    padding: 6em 0 2em;
}
.ysy-peopole li{
    width: 25%;
    position: relative;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.ysy-peopole li .img-box{
    width: 100%;
    background: #986b94;
}
.ysy-peopole li .img-box img{
    height: 100%;
}
.ysy-peopole .ysy-people-bottom{
    position: absolute;
    left: 0;
    bottom: -7em;
    z-index: 1000;
    width: 100%;
}
.ysy-peopole li:hover .img-box img{
    opacity: 0.7;
}
.ysy-peopole li:hover .ysy-people-bottom{
    transform: scale(1.1);
    bottom: -6em;
}
.ysy-peopole .ysy-people-text{
    margin: 0 auto;
    box-sizing: border-box;
    padding: 1em 0.5em;
    width: 7em;
    height: 7em;
    flex-wrap: wrap;
    border-radius: 50%;
    background: linear-gradient(135deg ,#87c5df, #f9cbd6);
    background: -webkit-linear-gradient(135deg ,#87c5df, #f9cbd6);
    background: -moz-linear-gradient(135deg ,#87c5df, #f9cbd6);
    background: -ms-linear-gradient(135deg ,#87c5df, #f9cbd6);
    box-shadow: inset -3px 6px 8px 0 rgba(0, 0, 0, .3);
}
.ysy-peopole .ysy-people-bottom .people-p1{
    font-size: 1.4em;
    line-height: 1em;
}
.ysy-peopole .ysy-people-bottom span{
    width: 100%;
    font-size: 2.5em;
    color: #ffffff;
    line-height: 1em;
}
.ysy-peopole .ysy-people-bottom i{
    margin: 0 auto;
    display: block;
    width: 0.8em;
    height: 2px;
    background: #ffffff;
}
.ysy-peopole .ysy-people-bottom .people-p2{
    padding-top: 0.2em;
    font-size: 1.2em;
    line-height: 1.8em;
    color: #464646;
}
.ysy-peopole .ysy-people-bottom .people-p3{
    display: inline-block;
    line-height: 1.6em;
    padding: 0 0.6em;
    border-radius: 0.8em;
    background: #986b94;
    color: #ffffff;
}
.ysy-medicine{
    background: url(../images/yousiyu/medicine1.jpg) center no-repeat;
    background-size: cover;
    color: #ffffff;
    font-size: 20px;
    padding: 3.6em 0;
}
.ysy-medicine figure{
    padding-right: 4em;
}
.ysy-medicine .h1{
    font-size: 2em;
    font-weight: 600;
    line-height: 1em;
}
.ysy-medicine .h2{
    padding-top: 0.3em;
    font-size: 0.9em;
    line-height: 1em;
}
.ysy-medicine .h3{
    font-size: 3em;
    font-weight: 600;
    line-height: 1.2em;
    text-shadow: 0 4px 4px rgba(0,0,0,.2);
    padding: 0.3em 0;
}
.ysy-medicine .text-cn{
    padding-top: 1.2em;
    width: 20em;
    color: #464646;
    text-align: justify;
    word-break:break-all;
    border-top: 2px solid #986b94;
    font-family: "Source Han Sans CN","Microsoft Yahei";
    line-height: 1.6;
}
.ysy-medicine .img-box{
    width: 20em;
    height: 20em;
}
.ysy-effect{
    background: #ebf0ee;
    font-size: 20px;
}
.ysy-effect ul{
    margin: 0 auto;
    padding: 3em 0;
    width: 45em;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ysy-effect li{
    background: #ffffff;
    border-radius: 20px;
    padding: 1.6em 0;
    width: 14em;
    margin-right: 1.5%;
    box-shadow: 0 0 12px 2px rgba(0,0,0,.1);
    text-align: center;
    color: #000000;
    margin-bottom: 1.4em;
    cursor: pointer;
    transition: transform 0.3s;
}
.ysy-effect li:hover{
    transform: translateY(-10px);
    color: #986b94;
}
.ysy-effect li:nth-child(3n+3){
    margin-right: 0;
}
.ysy-effect .img-box{
    width: 4em;
    height: 4em;
}
.ysy-effect p{
    padding: 0.6em 0 0.2em;
    font-size: 1.6em;
    font-weight: 300;
    line-height: 1em;
}
.ysy-effect span{
    font-size: 1.8em;
    line-height: 1em;
    font-weight: 600;
}
.ysy-solgin{
    background: url(../images/yousiyu/solign.jpg) center no-repeat;
    background-size: 100%;
    font-size: 20px;
    padding: 5em 0 7em;
}
.ysy-solgin div:first-child{
    padding-bottom: 1.4em;
}