.width {
    width: 1120px;
    margin: 0 auto;
}

.banner-box {
    position: relative;
    width: 100%;
    height: 408px;
    z-index: 2;
    overflow: hidden;
    background-color: #0A6AFA;
}

.banner-item {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.item-left {
    position: relative;
    z-index: 2;
    width: 50%;
}

.item-left h1 {
    font-size: 40px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 56px;
    margin-bottom: 24px;
}

.item-left p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.item-left a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    background: #FFFFFF;
    padding: 11px 32px;
    margin-top: 34px;
    color: rgb(10, 106, 250);
    cursor: pointer;
    border-radius: 20px;
}

.item-right {
    user-select: none;
    -webkit-user-drag: none;
    height: 100%;
    position: absolute;
    right: 0;
    z-index: 1;
}

.content-box {
    width: 100%;
    padding-bottom: 80px;
}

.mall-system-title {
    font-size: 32px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    line-height: 32px;
    padding: 80px 0 24px 0;
    text-align: center;
}

.mall-system-desc {
    text-align: center;
    font-size: 16px;
    color: #868686;
    margin-bottom: 80px;
}

.jg {
    background-color: #ffffff;
}

.ty {
    background-color: #f7f7f7;
}

.content-box-img {
    width: 100%;
    text-align: center;
    position: relative;
}

.margin-top-56 {
    margin-top: 56px;
}

.content-box-img img {
    width: 100%;
}

.ty-img {
    width: 960px !important;
    height: 350px;
}

.dyh-img {
    width: 680px !important;
    height: 444px !important;
}

.dyh-box {
    width: 100%;
    height: 444px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
}

.dyh-item-box {
    padding: 32px 24px 30px;
    background: #FFFFFF;
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
    width: 296px;
}

.dyh-item-box:first-child {
    margin-bottom: 24px;
}

.dyh-item-box div{
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}

.dyh-item-box div img{
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.dyh-item-box div span{
    font-size: 18px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    line-height: 18px;
}

.dyh-item-box p{
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    line-height: 22px;
}

.case-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    justify-content: flex-start;
}

.case-item {
    width: calc((100% - 19px* 2) / 3);
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(234, 234, 234, 1);
    overflow: hidden;
    margin-bottom: 20px;
}

.case-item:not(:nth-child(3n)) {
    margin-right: 16px;
}

.case-img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.inst-content {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    background-color: #fff;
    position: relative;
    top: 0;
    box-sizing: border-box;
}

.inst-logo {
    width: 72px !important;
    height: 72px;
    position: absolute;
    top: -37px;
    right: 24px;
    border-radius: 50%;
    border: 1px solid rgba(234, 234, 234, 1);
}

.inst-name {
    margin-right: 24px;
    font-size: 18px;
    font-weight: 500;
    padding-top: 30px;
}

.inst-content-orient {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    margin-top: 14px;
    line-height: 22px;
}

.inst-content-model {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
    margin-top: 38px;
}

.inst-contnt-type {
    margin-left: 8px;
}