.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 35px;
    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;
}

.ys-nav ul li a {
    font-size: 16px;
}

.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: 68%;
}

.ys-lang {
    width: 2%
}

.ys-lang{
	padding-right:40px;
	background:url(../images/xjiantou.png) no-repeat right;
font-family: 'Noto Serif TC', serif;
}

.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;
}
@media screen and (max-width: 1200px) {
   .ys-nav>ul>li {
        padding:0px 30px !important;
       
    }
  .ys-header{
      width:1000px !important;
      margin:0 auto;
  }
.ys-nav ul li a{font-size: 12px;}
}