.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;
}
.about-le .about-ul .about-li{
    width: auto;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}
.about-li a{
    display: block;
    width: auto;
    height: auto;
    overflow: hidden;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
}
.about-li.active a{
    color: #7c0014;
}
.about .about-ri{
    width: 900px;
    height: auto;
    overflow: hidden;
}
.top{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    margin-top: 10px;
}
.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-title{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 24px;
    color: #7c0014;
    line-height: 38px;
    margin-top: 30px;
}
.about-ri .about-span{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 18px;
    color: #000000;
    line-height: 32px;
    margin-top: 10px;
}
.about-ri .about-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    text-indent: 2em;
    margin-top: 30px;
    text-align: justify;
}
.about-ri .about-box{
    width: 100%;
    height: 460px;
    overflow: hidden;
    margin-top: 30px;
    position: relative;
}
.about-box .about-img{
    width: 100%;
    height: 400px;
    margin-top: 60px;
}
.about-box .about-ul{
    width: 270px;
    height: 460px;
    overflow: hidden;
    padding: 30px 20px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(124,0,20,0.8);
    border-radius: 10px;
}
.about-ul .about-li{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
}
.about-li .about-icon{
    width: 30px;
    height: 30px;
}
.about-li .about-icon img{
    height: 28px;
    margin-top: 1px;
}
.about-li:nth-of-type(n+2) .about-icon img{
    height: 26px;
    margin-top: 2px;
}
.about-li .about-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
    margin-top: 17px;
}
.about-li .about-e{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 12px;
    color: #ffffff;
    line-height: 22px;
}

.about-ri .about-on{
    width: 100%;
    height: 500px;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 60px;
    display: flex;
    border-radius: 10px;
}
.about-on .about-item{
    width: 300px;
    height: 500px;
    overflow: hidden;
}
.about-item .about-ou{
    width: 100%;
    height: 250px;
    background: #7c0014;
    overflow: hidden;
    padding: 0 30px;
    box-sizing: border-box;
}
.about-ou .about-icon{
    width: 50px;
    height: 50px;
    margin-top: 30px;
}
.about-ou .about-i{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    line-height: 34px;
    margin-top: 15px;
}
.about-ou .about-p{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 18px;
    color: #eeeeee;
    line-height: 30px;
    margin-top: 10px;
}
.about-item .about-im{
    width: 100%;
    height: 250px;
}