.link-wrap {
    width: 100%;
    padding-top: 0.0625rem;
    padding-bottom: 0.9375rem;
}

.banner-wrap {
    background: url('../imgs/banner_szdn.jpg') no-repeat;
    background-size: 100%;
    width: 100%;
    height: 20rem;
}

.desc-wrap {}

.desc-wrap .title {
    color: #333333;
    margin-bottom: 1.0625rem;
    margin-top: 1.75rem;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
}

.desc {
    font-size: 1rem;
    color: #666666;
    margin: 1.125rem 0;
}

.icon-img img {
    width: 100%;
}

.link-wrap-con {
    padding: 0 0.9375rem;
}

.d-title {
    font-size: 0.9375rem;
    font-weight: bold;
    padding-bottom: 0.3125rem;
    color: #111E36;
}

.service {
    background: url(../imgs/khfu-bg.jpg) no-repeat center;
    background-size: cover;
    height: 11.0625rem;
}

.service-title {
    font-size: 1.25rem;
    padding: 1.8125rem 0 1.375rem 0;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}

.service-text {
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
    text-align: center;
}

.service-text .title {
    font-size: 1rem;
}

.service-text .desc {
    color: #ffffff;
}

.ryzz {}

.ryzz .title {
    font-size: 1.25rem;
    text-align: center;
    margin: 2.1875rem 0 1.1875rem 0;
    font-weight: bold;
}

.ryzz-img {
    margin: 0 auto;
}

.ryzz-img img {
    width: 100%;
}

.contact {
    background: #047BF3;
    height: 9.4375rem;
    position: relative;
}

.contact .title {
    color: #ffffff;
    font-size: 1.25rem;
    padding: 3.125rem 0 2.5rem 0;
    text-align: center;
}

.contac-con {
    width: 90%;
    height: 8.375rem;
    background: #ffffff;
    box-shadow: 0rem 0.375rem 2.0625rem 0.125rem rgba(0, 0, 0, 0.1);
    border-radius: 0.625rem;
    position: relative;
    left: 5%;
    top: -1.6875rem;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    -ms-border-radius: 0.625rem;
    -o-border-radius: 0.625rem;
    padding: 1.25rem;
}

.contact-wrap-item {
    display: flex;
    text-align: left;
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
}

.contact-wrap-item .icon-img {
    width: 1.125rem;
    height: 1.125rem;
    margin-right: 0.625rem;
}

.contact-wrap-item .icon-img img {
    width: 100%;
}

.title-desc {
    text-align: center;
}

.map-wrap img {
    width: 100%;
}

.development-wrap {
    background: linear-gradient(rgba(6, 126, 249, 0.14), #fff);
    margin: 1.875rem 0;
}

.development-wrap .de-title {
    font-size: 1.25rem;
    text-align: center;
    padding: 2.1875rem 0 1.1875rem 0;
    font-weight: bold;
}

.de-item {
    padding: 1.1875rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sq-title {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0.625rem;
}

.squ-item {
    background: #fff;
    width: 100%;
    font-size: 0.875rem;
    padding: 1.1875rem 1.75rem;
    border-radius: 0.625rem;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    -ms-border-radius: 0.625rem;
    -o-border-radius: 0.625rem;
    margin-left: 0.8125rem;
    position: relative;
}

.de-con-box {
    background: url('/imgs/line-bg.png') repeat-y;
    background-position: 4.75rem 1.875rem;
}

.c-item {
    background: url('/imgs/icon-sque.png') no-repeat;
    background-position: right center;
    background-size: 1.625rem;
    padding-right: 2.25rem;
    font-size: 1.125rem;
    font-weight: bold;
}

.development-wrap .squ-item.down::after {
    content: '';
    width: 0;
    height: 0;
    margin: 0 auto;
    border-top: 0.625rem solid transparent;
    border-right: 0.625rem solid #fff;
    border-bottom: 0.625rem solid transparent;
    border-left: 0.625rem solid transparent;
    position: absolute;
    top: 50%;
    margin-top: -0.625rem;
    left: -1.25rem;
}