.bannerinner{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1200px;
    height: 100%;
}
.bannerinner h3{
    font-size: 60px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #E3C597;
    margin-top: 90px;
}
.bannerinner p{
    font-size: 18px;
    color: #E3C597;
    margin-top: 14px;
}
.service_category{
    /* width: 1200px; */
    margin: 60px auto 0;
}
.recommtitle {
    display: flex;
    align-items: center;
    justify-content: center;
}
.recommtitle h3 {
    font-size: 28px;
    font-weight: bold;
    color: #000000;
    margin: 0 18px;
}
.categorylist_box{
    position: relative;
}
.categorylist{
    width: 1200px;
    margin: 40px auto 0;
    padding-bottom: 120px;
}
.categorylist .titleitem{
    width: 240px;
    padding: 24px 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #F2F2F2;
    position: relative;
}
.categorylist .titleitem img{
    width: 28px;
    height: 21px;
}
.categorylist .titleitem  h3{
    color: #000;
    font-size: 16px;
    margin-top: 15px;
}
.categorylist  .titleitem  h4{
    color: #666;
    font-size: 14px;
    margin-top: 12px;
}
.categoryItem .titlelist{
    display: flex;
}
.categorycontent{
    background: #F8F9FB;
    padding: 36px 0 ;
    box-sizing: border-box;
}
.child_categorycontent{
    width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
}
.child_categorycontent .biglist .bigitem{
    margin-bottom: 38px;
}
.child_categorycontent .biglist .bigitem:last-child{
    margin-bottom: 0;
}
.bigitem h3{
    color: #000;
    font-size: 16px;
    padding-bottom: 4px;
    position: relative;
    display: inline-block;
}
.bigitem h3::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 84px;
    height: 3px;
    background: linear-gradient(to right ,  #244889 -36%, #F8F9FB);
}
.smalllist{
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
}
.smallitem{
    width: 194px;
    padding-left:  22px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
}
.smallitem a{
    color: #333333;
    font-size: 18px;
}

.titleitem.on{

}

.titleitem.on h3{
    color: var(--main-color);
}

.serviceslist h3{
    border-bottom: 1px solid rgba(0,0,0,0.3);
}

.serviceslist h3 span{
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    display: inline-block;
    padding-bottom: 16px;
    border-bottom: 3px solid #173D82;
}

.servicesmodule{
    width: 1200px;
    margin: 60px auto 0;
}

.servicesmodule .serviceslist > li{
    margin-bottom: 52px;
}

