.head{
    background: #ffffff;
    border-bottom: 1px solid #eeeeee;
}
.head .logo{
    background: url(/assets/index/images/logo2.png) no-repeat center center / 100% 100%;
}
.head a{
    color: #7c0014;
}
.head .head-on{
    border-left: 1px solid #7c0014;
    color: #7c0014;
}
.head .head-item.active a{
    font-weight: bold;
}
.box{
    background: #ffffff;
}
.about{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 120px;
}
.about .w-1200{
    display: flex;
    justify-content: space-between;
}
.about .about-le{
    width: 190px;
    height: auto;
    overflow: hidden;
}
.about-le .about-head{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 24px;
    font-weight: bold;
    color: #7c0014;
    line-height: 34px;
    margin-top: 10px;
}
.about-le .about-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 40px;
}
.about-ul .about-li{
    width: auto;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    cursor: pointer;
}

.about-li.active {
    color: #7c0014;
}
.about .about-ri{
    width: 900px;
    height: auto;
    overflow: hidden;
    margin-bottom: 60px;
}
.top{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 65px;
}
.top .top-le{
    width: auto;
    height: 35px;
    border-left: 4px solid #7c0014;
    box-sizing: border-box;
    padding-left: 10px;
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    line-height: 32px;
}
.top-le span{
    color: #7c0014;
}
.top .top-ri{
    width: auto;
    height: 40px;
    font-size: 18px;
    color: #999999;
    line-height: 40px;
    display: block;
}
.about-ri .about-img{
    width: 600px;
    height: 300px;
    border-radius: 10px;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
}
.about-ri .about-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    text-indent: 2em;
    text-align: justify;
}