.main {
    overflow: hidden;
    padding-top: 72px;
}

.module-wrapper .module-main {
    position: relative;
    width: 1920px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.module-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    height: 60px;
    position: relative;
    margin-bottom: 52px;
}

.module-title h2 {
    position: relative;
    font-weight: 700;
    font-size: 30px;
    color: var(--theme-color);
    z-index: 10;
}

.module-title:before {
    position: absolute;
    left: -16px;
    top: 8px;
    z-index: 9;
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ffeab3;
}

.ad-bg {
    width: 1920px;
    height: 735px;
    position: relative;
    top: 0;
    left: 50%;
    margin-left: -960px;
    z-index: 99;
    background: url("../images/center_banner.png") no-repeat;
}

.bg-txt h2 {
    color: var(--theme-color);
    font-size: 36px;
    text-align: center;
    padding-top: 94px;
    padding-bottom: 36px;
}

.bg-txt > p {
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    margin-bottom: 36px;
}

.btn-wrap {
    width: 308px;
    height: auto;
    margin: 0 auto;
}

.btn-wrap a {
    display: block;
    width: 136px;
    height: 46px;
    line-height: 44px;
    text-align: center;
    border: 1px solid var(--theme-color);
    background-color: transparent;
    color: var(--theme-color);
    font-size: 18px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    float: left;
}

.btn-wrap .TOGO {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    margin-right: 36px;
    color: #FFFFFF;
}

.txt-cart {
    width: 1200px;
    padding: 0 36px;
    margin-top: 68px;
}

.txt-cart ul {
    display: flex;
    justify-content: space-between;
}

.txt-cart ul li {
    width: 336px;
    padding: 0 36px;
    background-color: #ffffff;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 10px 10px #ededed;
    position: relative;
    cursor: pointer;
}

.txt-cart ul li span {
    display: block;
    font-size: 60px;
    color: var(--theme-color);
    margin-top: 28px;
    cursor: pointer;
}

.txt-cart ul li p {
    font-size: 20px;
    color: #444444;
    margin-bottom: 50px;
    cursor: pointer;
}

.txt-cart ul li b {
    display: block;
    width: 0;
    height: 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: var(--theme-color);
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.txt-cart ul li:hover b {
    width: 100%;
}

.center-title {
    text-align: center;
    color: #555555;
    font-size: 30px;
    margin-bottom: 48px;
}

.center-title:after {
    display: block;
    content: '';
    width: 82px;
    height: 4px;
    background-color: var(--theme-color);
    margin: 15px auto 0;
}

.txt-list {
    margin-bottom: 80px;
}

.txt-list ul {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.txt-list ul li {
    width: 582px;
    height: 162px;
    padding: 42px 14px;
    background-color: var(--theme-color-tint-s);
    margin-bottom: 24px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.txt-list ul li span {
    display: block;
    width: 70px;
    height: 70px;
    font-size: 46px;
    line-height: 70px;
    background-color: var(--theme-color);
    border-radius: 4px;
    text-align: center;
    color: #FFFFFF;
}

.txt-list ul li h2 {
    font-size: 24px;
    color: var(--theme-color);
}

.txt-list .txt {
    width: calc(100% - 70px);
    padding-left: 14px;
}

.txt-list ul li p {
    font-size: 14px;
    color: #555555;
    margin-top: 6px;
    cursor: pointer;
}

.card {
    background-color: #f2f7f6;
    padding-bottom: 80px;
}

.exam-card {
}

.exam-card ul {

}

.exam-card ul > li {
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
}

.exam-card .txt {
    width: 562px;
    height: 316px;
    padding: 56px 36px;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: absolute;
    z-index: 99;
    top: 62px;
}

.exam-card .img-wrap {
    width: 698px;
    height: 440px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.exam-card ul li:nth-child(odd) .txt {
    left: 0;
}

.exam-card ul li:nth-child(even) .txt {
    right: 0;
}

.exam-card ul li:nth-child(odd) .img-wrap {
    float: right;
}

.exam-card ul li:nth-child(even) .img-wrap {
    float: left;
}

.exam-card .txt h2 {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #f6bf00;
    margin-bottom: 36px;
}

.exam-card .txt h2:after {
    display: block;
    content: '';
    width: 48px;
    height: 4px;
    margin-top: 16px;
    background-color: var(--theme-color);
}

.exam-card .txt ol li {
    overflow: hidden;
    color: #444444;
    margin-bottom: 16px;
    font-size: 14px;
}

.exam-card .txt ol li span {
    display: block;
    width: 10px;
    height: 10px;
    background-color: var(--theme-color);
    border-radius: 50%;
    float: left;
    margin-top: 6px;
    margin-right: 6px;
}

.exam-card .txt P {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    color: #444444;
    text-align: justify;
}

.dynamic-main {
    height: 724px;
    background: url("../images/center_bg.jpg") no-repeat;
    background-size: 100% 100%;
}

.dynamic-contain .dynamic-list {
    width: 1200px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.dynamic-contain .dynamic-list li {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 586px;
    height: 228px;
    padding: 24px;
    background-color: #ffffff;
    box-shadow: 0px 8px 24px 0px
    rgba(30, 172, 52, 0.08);
    border-radius: 10px;
    overflow: hidden;
}

.dynamic-contain .dynamic-list li .img-wrap {
    width: 200px;
    height: 180px;
}

.dynamic-contain .dynamic-list li .text-wrap {
    width: calc(100% - 200px);
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 24px;
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
}

.dynamic-contain .dynamic-list li .text-wrap h4 {
    font-size: 20px;
    line-height: 28px;
    color: #f6bf00;
    font-weight: 700;
    margin-top: 14px;
    margin-bottom: 20px;
}

.dynamic-contain .dynamic-list li .text-wrap .multiline-3 {
    width: 100%;
    height: calc(100% - 62px);
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #666666;
    text-align: justify;
}

.module-wrapper .module-main {
    position: relative;
    width: 1920px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.module-wrapper .cooperation-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    height: 600px;
    background: url("../images/cooperation_bg.jpg") no-repeat;
    padding-top: 120px;
    padding-bottom: 100px;
}

.cooperation-main > .bg-title {
    width: 627px;
    height: 43px;
    background: url("../images/cooperation_font.png") no-repeat;
}

.cooperation-list {
    width: 1000px;
}

.cooperation-list ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cooperation-list ul li {
    width: 480px;
    height: 256px;
    background-color: rgba(255, 255, 255, .9);
    box-shadow: 0 12px 36px 0 rgba(30, 172, 52, 0.08);
    border-radius: 10px;
    border: solid 1px #ffffff;
    padding: 32px;
    overflow: hidden;
}

.cooperation-list li .text-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.cooperation-list .text-wrap h4 {
    font-size: 22px;
    line-height: 32px;
    color: #f6bf00;
    font-weight: 700;
}

.cooperation-list .text-wrap p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #333333;
}

.cooperation-list .more-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 48px;
    background-color: #ffd800;
    box-shadow: 0px 6px 16px 0px rgba(255, 216, 0, 0.2);
    border-radius: 10px;
    font-size: 14px;
    color: #333333;
}

.banner-img {
    width: 100%;
    height: 420px;
}

.tip-card {
    position: relative;
    z-index: 99;
    width: 1200px;
    margin: -60px auto 0;
}

.tip-card .card-list {
    display: grid;
    gap: 0 24px;
    grid-template-columns: repeat(3, 1fr);
}

.tip-card .card-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 384px;
    height: 136px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 32px;
}

.tip-card .card-list span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 72px;
    height: 72px;
    background-color: #ffcc00;
    border-radius: 36px;
    font-size: 36px;
    color: #ffffff;
}

.tip-card .card-list p {
    width: calc(100% - 72px);
    padding-left: 16px;
    font-size: 16px;
    line-height: 28px;
    color: #444444;
}

.module-wrapper .special-main {
    height: 970px;
    background: url("../images/C.png") no-repeat center;
}

.special-contain {
    width: 100%;
    min-height: 688px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: url("../images/center_img.png") no-repeat center left;
}

.special-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 72px 24px;
}

.special-list li {
    width: 298px;
    height: 280px;
    background-color: var(--theme-color-tint-s);
    border-radius: 10px;
    position: relative;
    padding: 77px 32px 54px;
}

.special-list li span {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    background-color: var(--theme-color);
    box-shadow: 0 8px 26px 0 rgba(30, 172, 52, 0.24);
    border-radius: 32px;
    font-size: 48px;
    color: #ffffff;
}

.special-list li .text-wrap {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.special-list li h2 {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #f6bf00;
    margin-bottom: 26px;
}

.special-list li p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #333333;
}
