.ys-body {
    background: #fbf9f6;
}

.ys-header {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    height: 75px;
    align-items: center;
}

.ys-nav>ul {
    display: flex;
}

.ys-nav>ul>li {
    padding: 0 50px;
    background: url(../images/sxian.png) no-repeat center right;
    position: relative;

}

.ys-nav>ul>li:hover>a {
    color: #a2734d;
    transition: all .3s;
    font-weight:bold;
}



.subMenu {
    display: none;
    position: absolute;
    top: 38px;
    z-index: 99;
    width: 180px;
    background: #fff;
    text-align: center;
    left: 0px;
}

.subMenu>li {
    height: 45px;

    justify-content: center;

}

.subMenu>li:hover {
    background: #f8f4ef;
    transition: all .3s;
}

.subMenu>li>a {
    display: inline-block;
    width: 130px;
    border-bottom: 1px solid #f8f5f0;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.subMenu>li:hover a {
    color: #a2734d;
    transition: all .3s;
}

.ys-logo {
    width: 10.8%;
}

.ys-logo img {
    width: 100%;
}

.ys-nav {
    width: 57%;
}

.ys-lang {
    width: 2%
}

.footer-top {
    background: #f8f4ef
}

.footer-yd {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0px;
    display: flex;

}

.footer-right {
    margin-left: 30px;
    color: #000;
    
}

.footer-right ul li {
    margin-top: 7px;
    font-size: 16px;
}

.footer-bq {
    background: #a2734d;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.footer-bq p {
    color: #fbf9f6;
    font-size: 14px;
}

.footer-bq p span {
    margin-left: 10px;
    margin-right: 10px;
}

.ys-banner {
    width: 92.2%;
    margin: 0 auto;
}

.slide-inner img {
    width: 100%;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -40px;

}

.swiper-pagination {
    left: 50%;
    transform: translate(-50%);
    margin-top:15px;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: url(../images/banner-dian.png) no-repeat;
    opacity: 1;
    margin-left: 10px;
}

.swiper-pagination-bullet-active {
    background: url(../images/banner-active.png) no-repeat;
}

.ys-content {
    display: flex;
    justify-content: center;
    padding: 75px 0px;
}

.ys-content ul {
    display: flex;
    list-style-type: none;
    padding: 0;
}

.ys-content ul li {
    margin-left: 55px;
    color: #1a1a1a;
    margin-bottom: 20px;
    letter-spacing: 3px;
}

.ys-content ul li:nth-child(1) {
    margin-right: 75px;
}

/* @keyframes highlightFade {
    0% { background-color: transparent; }
    50% { background-color: rgba(162, 115, 77,.5); }
    100% { background-color: #a2734d; }
} */

.highlight,
.highlight span,
.highlight p {
    color: #a2734d !important;
    transition: color 2s;
}

.ys-content ul li span,
.ys-content ul li p {
    
     transition: color 2s;
}

.ys-content ul li span {
    font-size: 18px;
    color: #1a1a1a;
    writing-mode: vertical-rl;
}

.ys-content ul li p {
    font-size: 22px;
    margin-bottom: 40px;
    color: #1a1a1a;
    
}

.content-jt {
    margin: 0px 30px 0px 70px;
    cursor:pointer;
}
.ys-banner .swiper-wrapper{
    height:auto;
}