.header {
    padding: 17px 0;
}

.header .logo img {
    height: 64px;
    width: auto;
}

.header .flex {
    align-items: center;
    justify-content: space-between;
}

.navbar {
    height: 50px;
    background: rgba(34, 133, 162, 1);
}

.navbar .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar a {
    color: #fff;
}

.navbar ul {
    align-items: center;
}

.navbar ul li {
    margin: 0 32px;
    font-size: 16px;
}

.main-wrap {
    align-items: flex-start;
    justify-content: space-between;
    margin: 40px auto 60px auto;
}

.main-left {
    width: 848px;
}

.main-right {
    width: 312px;
}

.service-menu {
    width: 100%;
    justify-content: space-between;
}

.service-menu .item {
    width: 200px;
    height: 300px;
}

.service-menu .item:nth-child(1) {
    background: linear-gradient(203.96deg, rgba(85, 199, 215, 1) 0%, rgba(40, 146, 177, 1) 107.14%);
}

.service-menu .item:nth-child(2) {
    background: linear-gradient(203.96deg, rgba(146, 166, 247, 1) 0%, rgba(87, 104, 215, 1) 107.14%);
}

.service-menu .item:nth-child(3) {
    background: linear-gradient(203.96deg, rgba(255, 174, 101, 1) 0%, rgba(241, 115, 61, 1) 107.14%);
}

.service-menu .item:nth-child(4) {
    background: linear-gradient(203.96deg, rgba(77, 211, 211, 1) 0%, rgba(52, 186, 133, 1) 107.14%);
}

.service-menu .item a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    font-size: 20px;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.service-menu .item a img {
    width: 72px;
    height: 72px;
}

.service-menu .item a:hover {
    padding-top: 10%;
}

.service-menu .item .item-text {
    margin-top: 16px;
}

.other-menu {
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 48px;
}

.other-menu .item {
    position: relative;
    width: 416px;
}


.other-menu .item .item-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 45%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
}

.other-menu .item a:hover .item-text {
    padding-left: 50%;
}

.registration-process h2 {
    line-height: 54px;
    background: rgba(34, 133, 162, 1);
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 12px;
    display:block !important;
}

.registration-process .process {
    width: 100%;
    flex-direction: column;
}

.registration-process .process-item {
    width: 100%;
}

.registration-process .process-text {
    border: 1px solid rgba(34, 133, 162, 1);
    line-height: 42px;
    font-size: 16px;
    padding-left: 10%;
}

.registration-process .process-text span {
    color: rgb(34, 133, 162);
    font-weight: 400;
}

.registration-process .process-icon {
    width: 20px;
    margin: 6px auto;
}

.footer {
    background: #2285a2;
    width: 100%;
    min-width: 1200px;
    height: 260px;
    position: relative;
}

.footer:after {
    position: absolute;
    left: 0;
    top: 54px;
    width: 100%;
    height: 1px;
    background: #1d7791;
    content: "";
    border-bottom: 1px solid #2694ad;
}

.footer_top .other {
    float: left;
    line-height: 24px;
    padding: 15px 0;
}

.footer_top .other dt {
    float: left;
    width: 90px;
    font-size: 14px;
    color: #edf5f3;
    font-weight: bold;
}

.footer_top .other dd {
    float: left;
}

.footer_top .other dd a {
    font-size: 14px;
    color: #edf5f3;
    transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
}

.footer_top .other dd i {
    font-size: 10px;
    padding: 0 24px;
    color: #6eb3c8;
    font-style: normal;
}

.footer_top .other dd a:hover {
    color: #fff;
}

.footer_left {
    float: left;
}

.footer_left ul {
    padding: 37px 0 28px;
    line-height: 24px;
}

.footer_left ul li {
    display: inline-block;
}

.footer_left ul li a {
    font-size: 14px;
    color: #dfeaee;
    transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
}

.footer_left ul li i {
    padding: 0 8px;
    font-size: 10px;
    color: #62abc1;
    font-style: normal;
}

.footer_left ul li a:hover {
    color: #fff;
}

.footer_left dl dt {
    float: left;
    width: 51px;
    height: 68px;
    margin-right: 20px;
}

.footer_left dl dt img {
    width: 51px;
    height: 68px;
    transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
}

.footer_left dl dt img:hover {
    opacity: 0.8;
}

.footer_left dl dd {
    float: left;
    width: 617px;
    font-size: 13px;
    color: #bcd4dd;
    line-height: 24px;
    overflow: hidden;
    padding-left: 20px;
}

.a_footer_c {
    color: #bcd4dd;
}

.footer_right {
    float: right;
    margin-top: 28px;
    font-size: 0;
}

.footer_right li {
    margin-left: 13px;
    display: inline-block;
}

.footer_right li .img {
    margin-bottom: 15px;
    width: 108px;
}

.footer_right li .img img {
    width: 108px;
    height: 108px;
}

.footer_right li .txt {
    font-size: 14px;
    color: #ffffff;
}

.txt_center {
    text-align: center;
}

.footer_bot {
    background: #185a6d;
    width: 100%;
    min-width: 1200px;
    text-align: center;
    font-size: 14px;
    color: #bbc8cd;
    line-height: 24px;
    padding: 14px 0;
}

.footer_bot dl dt {
    display: inline-block;
    padding-right: 40px;
    vertical-align: middle;
}

.footer_bot dl dd {
    display: inline-block;
    vertical-align: middle;
}

.footer_bot dl dd .bot_img {
    transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    width: 53px;
    height: 64px;
}

.footer_bot dl dd .bot_img:hover {
    opacity: 0.8;
}

.footer_bot a {
    color: #bbc8cd;
    transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
}

.footer_bot a:hover {
    color: #fff;
}
/*ghost*/
.g-container {text-align: center;padding: 7%;width: 100%;/* max-width: 700px; */background-color: rgba(255, 255, 255, 0.95);border-radius: 12px;box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);} .g-title {color: rgba(34, 133, 162, 1);font-size: 32px;margin-bottom: 50px;font-weight: bold;position: relative;padding-bottom: 15px;display: block;} .g-title:after {content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 100px; height: 3px; background-color: rgba(34, 133, 162, 0.3); border-radius: 2px; } .g-button-container {display: flex; flex-direction: column; gap: 30px; } .g-btn {display: flex;justify-content: center;align-items: center;height: 70px;line-height: 70px;font-size: 22px;border-radius: 10px;border: none;background-color: rgba(34, 133, 162, 1) !important;color: white;transition: all 0.3s ease;cursor: pointer;box-shadow: 0 6px 12px rgba(34, 133, 162, 0.2);font-weight: 500;letter-spacing: 1px;text-decoration: none;} .g-btn:hover {background-color: rgba(28, 115, 140, 1); transform: translateY(-3px); box-shadow: 0 10px 20px rgba(34, 133, 162, 0.3); text-decoration: none; color: white; } .g-btn:active {transform: translateY(-1px); box-shadow: 0 5px 10px rgba(34, 133, 162, 0.2); } .g-icon {font-size: 28px; margin-right: 15px; } .g-footer {color: #666; margin-top: 50px; font-size: 15px; line-height: 1.6; padding-top: 20px; border-top: 1px solid rgba(0, 0, 0, 0.1); } .g-footer strong {color: rgba(34, 133, 162, 1); } /* 按钮悬停时的图标动画 */ .g-btn:hover .g-icon {transform: scale(1.1); transition: transform 0.3s ease; }