.hedbav {
    margin-top: 0 !important;
    margin: 0 auto;
}

.hedbav {
    background: #FFFFFF;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.04);
}

.hedbav>.main {
    width: 1200px;
}

.top-button a {
    display: inline-block;
    padding: 0 10px;
    color: #333333;
}

.navlist li a,
.childty div a,
.secnax {
    color: #333333;
}

.secnax {
    color: #333333;
}

.secnax::before {
    color: #000000;
}

.secnax:hover::before {
    color: #FFFFFF;
}

.navlist li a:hover,
.childty div a:hover,
.secnax:hover {
    color: #ffffff;
}

.active a {
    color: #ffffff !important;
}

.main-top-banner {
    width: 100%;
    height: 376px;
    background-image: url(/images/Others/ProviderSign/medicalConstructionTopBanner.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.main-banner-wrap {
    width: 1200px;
    height: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 1px;
    position: relative;
}

.main-banner-title-main-title {
    font-size: 48px;
    text-align: center;
    font-family: HYYakuHei-95W, HYYakuHei;
    font-weight: bolder;
    background-image: linear-gradient(180deg, #1D8C3E 0%, #1D858C 100%);
    color: transparent;
	-webkit-background-clip: text;
    line-height: 56px;
    letter-spacing: 2px;
    margin-top: 94px;
}

.attestation-application {
    font-size: 20px;
    font-family: Source Han Sans SC-Medium, Source Han Sans SC;
    font-weight: 600;
    color: #303030;
    line-height: 23px;
    letter-spacing: 1px;
    position: absolute;
    top: 20px;
    right: 24px;
}

.search-wrap {
    width: 793px;
    height: 66px;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0px 1px 10px 0px rgba(204, 204, 228, 0.07);
    box-sizing: border-box;
    padding: 1px;
    position: relative;
    margin: 0 auto;
    margin-top: 42px;
}

.search-icon {
    width: 32px;
    height: 32px;
    background-image: url(/images/Others/ProviderSign/search5AIcon.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-top: 17px;
    margin-left: 19px;
    display: inline-block;
}

.search-input {
    border: none;
    display: inline-block;
    height: 80%;
    width: calc(100% - 200px);
    font-size: 20px;
    margin-left: 16px;
    position: absolute;
    left: 67px;
    top: 13%;
}

.search-button {
    height: 58px;
    width: 107px;
    border-radius: 4px;
    background: #1D8C3E;
    position: absolute;
    right: 4px;
    top: 4px;
    font-size: 22px;
    line-height: 58px;
    text-align: center;
    color: white;
    letter-spacing: 2px;
}

.main-banner-tip {
    color: #333333;
    font-size: 18px;
    width: 793px;
    margin: 0 auto;
    margin-top: 16px;
}

.main-banner-tip span {
    color: #1D8C3E;
    font-size: 20px;
    font-weight: 600;
}

.description {
    width: 1200px;
    height: 385px;
    margin: 0 auto;
    margin-top: 24px;
}

.description{
    width: 1200px;
    height: 385px;
    background-color: #FFFFFF;
    border-radius: 4px;
}

.description-background-img {
    width: 100%;
    height: 100%;
    background-image: url(/images/Others/ProviderSign/description5ABackgroundImg.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 1px;
}

.description-title {
    font-size: 30px;
    font-weight: bold;
    color: #222222;
    line-height: 35px;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 30px;
}

.description-content {
    margin: 0 20px;
    margin-top: 16px;
    font-size: 14px;
    color: #333333;
    line-height: 39px;
    text-indent: 30px;
}

.supplier-class {
    width: 1200px;
    margin: 0 auto;
    margin-top: 24px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.supplier-item {
    width: 280px;
    height: 142px;
    border-radius: 4px;
    background: #FAFFFB;
    border: 1px solid;
    box-shadow: 0px 3px 12px 0px rgba(207, 219, 248, 0.33);
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) 1 1;
    position: relative;
}

.supplier-item-title {
    display: inline-block;
    font-size: 25px;
    margin-top: 58px;
    margin-left: 20px;
}

.supplier-item-icon {
    width: 70px;
    height: 70px;
    position: absolute;
    right: 20px;
    top: 48px;
}

.supplier-item-icon image {
    width: 100%;
}

.supplier-item-link-button {
    width: 91px;
    height: 30px;
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 0 0 0 20px;
    background: #269C88;
    color: #FFFFFF;
    text-align: center;
    line-height: 30px;
    padding-left: 10px;
}

.footer {
    margin-top: 172px;
}