.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;
}
.business{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 80px;
}
.top{
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    margin-top: 30px;
}
.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;
}
.business .bus-span{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 24px;
    color: #7c0014;
    line-height: 38px;
    margin-top: 30px;
}
.business .bus-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    /*text-indent: 2em;*/
    margin-top: 10px;
}
.business .bus-box{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.bus-box .bus-item{
    width: 360px;
    height: 220px;
    border: 1px solid #7c0014;
    border-radius: 10px;
    overflow: hidden;
    float: left;
    margin-right: 60px;
    margin-top: 40px;
    box-sizing: border-box;
}
.bus-item:nth-of-type(3n){
    margin-right: 0;
}
.bus-item .bus-name{
    width: 100%;
    height: 50px;
    background: #7c0014;
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
}
.bus-item .bus-p{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 25px;
    box-sizing: border-box;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    margin-top: 20px;
    text-align: justify;
}
.bus-item:nth-of-type(n+3) .bus-p{
    padding-left: 70px;
}
.business .bus-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 60px;
    border-radius: 10px;
}
.bus-ul .bus-li{
    width: 100%;
    height: 60px;
    background: #963343;
    padding-left: 40px;
    box-sizing: border-box;
    font-size: 20px;
    color: #ffffff;
    line-height: 60px;
}
.bus-li:nth-of-type(even){
    background: #f8f2f3;
    color: #333333;
}