body .toTop {
    display: none !important;
}

#Amf .pc-hide {
    display: none;
}

#Amf img {
    max-width: 100%;
}

.banner-swiper .swiper-slide > a > img {
    width: 100%;
}

#Amf .banner-swiper {
    padding-bottom: 30px;
}

#Amf .banner-swiper .swiper-pagination-bullet {
    border: 1px solid #003288;
    opacity: 1;
    background-color: transparent;
}

#Amf .banner-swiper .swiper-pagination-bullet-active {
    background-color: #003288;
}

#Amf .amf-banner {
    position: relative;
    margin-top: -20px;
}

#Amf .amf-banner > img {
    width: 100%;
    vertical-align: top;
}

#Amf .amf-banner img {
    max-width: 100%;
}

#Amf .amf-banner .content {
    max-width: 1200px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: flex-end;
}

#Amf .amf-banner .content .w {
    display: flex;
}

#Amf .amf-banner .content .w img {
    width: 26.5vw;
    margin-bottom: -5px;
}

#Amf .amf-banner .content .w .t-introduce {
    margin-top: 80px;
    margin-left: -50px;
}

#Amf .amf-banner .content .w .t-name {
    font-size: 30px;
    margin-bottom: 20px;
}

#Amf .amf-banner .content .w .t-name small {
    font-size: 18px;
}

#Amf .amf-banner .content .w .t-desc {
    font-size: 14px;
    white-space: nowrap;
}

#Amf .amf-banner .content .t .tt {
    width: 28vw;
}

#Amf .amf-banner .content .t .ttt {
    font-size: 24px;
    margin: 30px 0 20px;
}

#Amf .amf-banner .content .t .ttt2 {
    font-size: 14px;
    line-height: 30px;
}

#Amf .amf-banner .content .t .link {
    margin-top: 50px;
    margin-bottom: 100px;
}

#Amf .amf-banner .content .t .link-item {
    display: inline-block;
    margin-right: 20px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 46px;
    border-radius: 23px;
    width: 154px;
}

#Amf .amf-banner .content .t .link-item:nth-child(1) {
    background-color: #c79e61;
}

#Amf .amf-banner .content .t .link-item:nth-child(2) {
    background-color: #003288;
}

#Amf .container {
    max-width: 1200px;
    margin: 0 auto;
}

#Amf section {
    padding-top: 50px;
}

#Amf .amf-title {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

#Amf .amf-title h4 {
    font-weight: normal;
    font-size: 24px;
}

#Amf .amf-title .divider {
    margin: 0 15px;
    display: inline-block;
    font-size: 16px;
}

#Amf .amf-title .mmore {
    font-size: 16px;
}

#Amf .amf-title .mmore:hover {
    color: #c79e61;
}

#Amf .amf-events {
    display: flex;
    border-bottom: 1px solid #a5a5a5;
    padding-bottom: 20px;
}

#Amf .events-list {
    display: flex;
}

#Amf .events-list .events-item {
    flex: 1;
    padding-right: 20px;
}

#Amf .events-list .events-item .yy,
#Amf .events-list .events-item .hh-mm {
    color: #003288;
}

#Amf .events-list .events-item .yy {
    font-size: 12px;
}

#Amf .events-list .events-item .hh-mm {
    font-size: 30px;
}

#Amf .events-list .events-item .hh-mm .ww {
    display: inline-block;
    color: #fff;
    background-color: #003288;
    font-size: 18px;
    border-radius: 13px;
    margin-left: 10px;
    padding: 0 8px;
    position: relative;
    top: -4px;
}

#Amf .events-list .events-item .e-title {
    font-size: 16px;
    margin: 30px 0;
    height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#Amf .events-list .events-item .e-title,
#Amf .events-list .events-item .e-add,
#Amf .events-list .events-item .e-date {
    color: #333;
}

#Amf .events-list .events-item:hover .e-title,
#Amf .events-list .events-item:hover .e-add,
#Amf .events-list .events-item:hover .e-date {
    color: #003288;
}

#Amf .events-list .events-item.over .yy,
#Amf .events-list .events-item.over .hh-mm,
#Amf .events-list .events-item.over .e-title,
#Amf .events-list .events-item.over .e-add,
#Amf .events-list .events-item.over .e-date {
    color: #999;
}

#Amf .events-list .events-item.over .hh-mm .ww {
    background-color: #999;
}

#Amf .events-wrap {
    flex: 1;
}

#Amf .file-wrap {
    width: 280px;
}

#Amf .file-wrap .b-item {
    display: flex;
}

#Amf .file-wrap .b-item .b-cover {
    width: 140px;
}

#Amf .file-wrap .b-item .text {
    font-size: 16px;
    margin-left: 20px;
}

#Amf .file-wrap .b-item .text p {
    line-height: 30px;
}

#Amf .file-wrap .b-item .get-b {
    color: #fff;
    font-size: 14px;
    background-color: #003288;
    display: block;
    border-radius: 13px;
    line-height: 26px;
    padding: 0 20px;
    margin-top: 15px;
}

#Amf .feature-wrap {
    padding-bottom: 40px;
    display: flex;
}

#Amf .feature-wrap > div {
    flex: 1;
}

#Amf .feature-wrap .img {
    position: relative;
}

#Amf .feature-wrap .img img {
    position: absolute;
    height: 100%;
    top: 20px;
    left: -250px;
    max-width: unset;
}

#Amf .amf-title2 {
    margin-bottom: 30px;
}

#Amf .amf-title2 p {
    color: #003288;
}

#Amf .amf-title2 .en-title {
    font-size: 18px;
}

#Amf .amf-title2 .cn-title {
    font-size: 30px;
}

#Amf .content {
    position: relative;
    z-index: 20;
}

#Amf .f-h-wrap {
    padding-bottom: 80px;
}

#Amf .f-h-wrap .f-h-title {
    font-size: 48px;
    color: #003288;
    margin-bottom: 40px;
}

#Amf .f-h-wrap .f-item {
    display: inline-block;
    margin-bottom: 20px;
    padding: 40px 50px;
    font-size: 20px;
    margin-right: 15px;
    border-radius: 52px;
}

#Amf .f-h-wrap .f-item:nth-child(2) {
    background-image: linear-gradient(-60deg, #84f5de 0%, #56e8f2 50%, #4cc5f8 100%);
}

#Amf .f-h-wrap .f-item:nth-child(3) {
    background-image: linear-gradient(-60deg, #84f5de 0%, #56e8f2 50%, #4cc5f8 100%);
}

#Amf .f-h-wrap .f-item:nth-child(4) {
    background-image: linear-gradient(-60deg, #b6dcff 0%, #b9b6e5 100%);
}

#Amf .f-h-wrap .f-item:nth-child(5) {
    background-image: linear-gradient(-60deg, #9afcc2 0%, #f5f588 100%);
}

#Amf .f-h-wrap .f-item:nth-child(6) {
    background-image: linear-gradient(-75deg, #c1fdc9 0%, #90f9c4 50%, #57f5a1 100%);
}

#Amf .f-h-wrap .f-item:nth-child(7) {
    background-image: linear-gradient(-45deg, #f5b3b4 0%, #e3cee5 100%);
}

#Amf .teach-wrap {
    background-color: #d7f8fd;
}

#Amf .teach-wrap .content {
    display: flex;
    flex-wrap: nowrap;
}

#Amf .teach-wrap .content .l {
    width: 460px;
}

#Amf .teach-wrap .content .l .t-tt {
    margin-left: -20px;
    font-size: 48px;
    white-space: nowrap;
    margin-bottom: 30px;
}

#Amf .teach-wrap .content .l .t-de {
    font-size: 18px;
    line-height: 2;
}

#Amf .teach-wrap .content .l .t-tt,
#Amf .teach-wrap .content .l .t-de {
    color: #002c5a;
}

#Amf .teach-wrap .content .l .t-icons {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 70px;
}

#Amf .teach-wrap .content .c {
    margin-left: 50px;
}

#Amf .teach-wrap .content .c img {
    vertical-align: bottom;
}

#Amf .teach-wrap .content .r {
    flex: 1;
    padding-top: 140px;
    padding-left: 20px;
}

#Amf .teach-wrap .content .r .tr-de {
    font-size: 24px;
    color: #333;
}

#Amf .teach-wrap .content .r .tr-de::after {
    content: '';
    display: block;
    width: 100%;
    height: 70px;
    background-image: url(../images/y.png);
    background-repeat: no-repeat;
    background-position: right;
    margin-top: 20px;
}

#Amf .teach-wrap .content .r .t-introduce {
    margin-top: 40px;
}

#Amf .teach-wrap .content .r .t-name {
    font-size: 30px;
    margin-bottom: 20px;
}

#Amf .teach-wrap .content .r .t-name small {
    font-size: 18px;
}

#Amf .teach-wrap .content .r .t-desc {
    font-size: 14px;
}

#Amf .practical-wrap {
    display: flex;
}

#Amf .practical-wrap .img {
    padding-top: 120px;
}

#Amf .practical-wrap > div {
    flex: 1;
}

#Amf .practical-wrap .t-tt {
    font-size: 48px;
    color: #002c5a;
}

#Amf .practical-wrap .t-de {
    font-size: 18px;
    line-height: 2;
    color: #002c5a;
    margin: 30px 0 60px;
}

#Amf .lab-wrap {
    padding-top: 80px;
    display: flex;
}

#Amf .lab-wrap .t-tt {
    font-size: 48px;
    color: #002c5a;
}

#Amf .lab-wrap .t-de {
    font-size: 18px;
    line-height: 2;
    color: #002c5a;
    margin: 30px 0 60px;
}

#Amf .lab-wrap .show-course {
    display: block;
    text-align: center;
    width: 154px;
    color: #fff;
    border-radius: 23px;
    line-height: 46px;
    font-size: 18px;
    background-color: #003288;
    margin-top: 50px;
}

#Amf .lab-wrap .text {
    flex: 1;
}

#Amf .lab-wrap .rig {
    margin-left: 70px;
    padding-top: 140px;
    width: 666px;
}

#Amf .lab-wrap .rig .inner {
    box-sizing: border-box;
    width: 100%;
    height: 500px;
    border-radius: 34px;
    background-color: #fff3fc;
    position: relative;
    padding-left: 414px;
}

#Amf .lab-wrap .rig .sl {
    position: absolute;
    bottom: 0;
    left: -13px;
}

#Amf .lab-wrap .rig .t-introduce {
    padding-top: 140px;
}

#Amf .lab-wrap .rig .t-name {
    font-size: 30px;
    margin-bottom: 20px;
}

#Amf .lab-wrap .rig .t-name small {
    font-size: 18px;
}

#Amf .lab-wrap .rig .t-desc {
    font-size: 14px;
    line-height: 2;
}

#Amf .cul-wrap {
    display: flex;
    flex-wrap: nowrap;
    padding-top: 100px;
}

#Amf .cul-wrap > div {
    flex: 1;
}

#Amf .cul-wrap .t-tt {
    font-size: 48px;
    color: #002c5a;
}

#Amf .cul-wrap .t-de {
    font-size: 18px;
    line-height: 2;
    color: #002c5a;
    margin: 30px 0 60px;
}

#Amf .teacher-wrap .teacher-more {
    display: block;
    width: 154px;
    text-align: center;
    color: #fff;
    line-height: 46px;
    border-radius: 23px;
    margin: 0 auto;
    background-color: #002c5a;
}

#Amf .teacher-wrap .swiper-container {
    padding-bottom: 80px;
}

#Amf .teacher-wrap .swiper-container .teacher-itme {
    flex: 1;
    height: 370px;
    border: 1px solid #939697;
    background-color: #f7f7f7;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    padding: 40px 20px;
    box-sizing: border-box;
    transition: 300ms;
}

#Amf .teacher-wrap .swiper-container .teacher-itme:nth-child(2) {
    margin: 0 20px;
}

#Amf .teacher-wrap .swiper-container .teacher-itme.show {
    flex: 2;
    background-color: #e5ecfe;
    overflow: visible;
}

#Amf .teacher-wrap .swiper-container .teacher-itme.show .t-introduce .t-desc {
    display: block;
    margin-top: 20px;
    font-size: 18px;
    visibility: visible;
    opacity: 1;
}

#Amf .teacher-wrap .swiper-container .teacher-itme.show .t-introduce .t-name,
#Amf .teacher-wrap .swiper-container .teacher-itme.show .t-introduce .t-title.t-desc {
    color: #002c5a;
}

#Amf .teacher-wrap .swiper-container .teacher-itme.show .t-photo {
    max-width: 320px;
    max-height: 420px;
    width: auto;
    height: 420px;
}

#Amf .teacher-wrap .swiper-container .teacher-itme.show .t-photo img {
    width: 100%;
    height: 100%;
}

#Amf .teacher-wrap .swiper-container .t-introduce {
    max-width: 250px;
}

#Amf .teacher-wrap .swiper-container .t-introduce .t-name {
    font-size: 30px;
    margin-bottom: 10px;
}

#Amf .teacher-wrap .swiper-container .t-introduce .t-title {
    font-size: 14px;
}

#Amf .teacher-wrap .swiper-container .t-introduce .t-name,
#Amf .teacher-wrap .swiper-container .t-introduce .t-title {
    color: #333;
}

#Amf .teacher-wrap .swiper-container .t-introduce .t-desc {
    visibility: hidden;
    opacity: 0;
    transition: 500ms;
}

#Amf .teacher-wrap .swiper-container .t-photo {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 200px;
    max-height: 220px;
    transition: 300ms;
    border-bottom-right-radius: 24px;
    overflow: hidden;
}

#Amf .teacher-wrap .swiper-container .t-photo img {
    transition: 300ms;
}

#Amf .teacher-wrap .swiper-container .swiper-pagination-bullet {
    border: 1px solid #003288;
    opacity: 1;
    background-color: transparent;
}

#Amf .teacher-wrap .swiper-container .swiper-pagination-bullet-active {
    background-color: #003288;
}

#Amf .teacher-wrap .swiper-container .swiper-slide {
    box-sizing: border-box;
    padding-top: 50px;
    display: flex;
}

#Amf .s-wrap .s-title,
#Amf .s-wrap .s-title2 {
    color: #002c5a;
    text-align: center;
}

#Amf .s-wrap .s-title {
    font-size: 48px;
}

#Amf .s-wrap .s-title2 {
    font-size: 24px;
    margin: 15px 0 60px;
}

#Amf .ss-list {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 40px;
}

#Amf .ss-list .ss-item {
    flex: 1;
    margin: 0 10px;
    background-color: #eee;
    border-radius: 10px;
    padding: 20px;
}

#Amf .ss-list .img {
    text-align: center;
    width: 100%;
    height: 160px;
}

#Amf .ss-list .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#Amf .ss-list .text {
    margin-top: 20px;
    font-size: 14px;
}

#Amf .s-img {
    border-radius: 60px;
    overflow: hidden;
}

#Amf .s-btn {
    display: flex;
    justify-content: center;
    margin-top: 80px;
}

#Amf .s-btn a {
    display: inline-block;
    width: 154px;
    text-align: center;
    color: #fff;
    line-height: 46px;
    border-radius: 23px;
    margin: 0 30px;
}

#Amf .s-btn a:nth-child(1) {
    background-color: #c79e61;
}

#Amf .s-btn a:nth-child(2) {
    background-color: #002c5a;
}

#Amf .footrt-wrap .fd-title {
    background-image: url(../images/img12.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 60px;
    margin-bottom: 15px;
}

#Amf .footrt-wrap .tt {
    text-align: center;
    color: #002c5a;
    /*text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff;*/
    /* 文字描边 */
}

#Amf .footrt-wrap .cn {
    font-weight: normal;
    font-size: 48px;
    letter-spacing: 2px;
}

#Amf .footrt-wrap .en {
    font-size: 15px;
    letter-spacing: 1px;
}

#Amf .school-intro .int-wrap {
    display: flex;
    margin-bottom: 40px;
}

#Amf .school-intro .int-item:nth-child(1) {
    padding-right: 25px;
}

#Amf .school-intro .int-item:nth-child(2) {
    border-left: 1px solid #999;
    padding-left: 25px;
    padding-right: 25px;
}

#Amf .school-intro .int-item:nth-child(3) {
    border-right: 1px solid #999;
    padding-left: 25px;
    padding-right: 25px;
}

#Amf .school-intro .int-item:nth-child(4) {
    padding-left: 25px;
    display: flex;
    justify-content: space-between;
    flex: 1;
}

#Amf .school-intro .int-item p {
    line-height: 1;
}

#Amf .school-intro .int-item .int-ti {
    font-size: 24px;
}

#Amf .school-intro .int-item .int-ti:first-child {
    margin-bottom: 18px;
}

#Amf .school-intro .int-item .big {
    font-size: 48px;
}

#Amf .school-intro .int-item .smal {
    font-size: 16px;
    color: #333;
    line-height: 24px;
}

#Amf .school-intro .int-item sup {
    position: relative;
    top: 5px;
}

#Amf .sch-flag {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    color: #333;
}

#Amf .sch-flag::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #999;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

#Amf .sch-flag span {
    position: relative;
    z-index: 5;
    display: inline-block;
    background-color: #fff;
    padding: 0 20px;
}

#Amf .sch-da {
    text-align: center;
    color: #333;
}

#Amf .flogo {
    text-align: center;
    margin: 76px 0 66px;
}

#Amf .footer-img img {
    width: 100%;
}

#Amf .side-bar {
    width: 80px;
    position: fixed;
    right: 10px;
    top: calc((100vh - 300px) / 2);
    z-index: 100;
    border: 1px solid #999;
    background-color: rgba(255, 255, 255, 0.6);
    box-sizing: border-box;
    cursor: pointer;
}

#Amf .side-bar .side-bar-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    padding: 15px 7px;
    position: relative;
}

#Amf .side-bar .side-bar-item .side-bar-img-on {
    display: none;
}

#Amf .side-bar .side-bar-item:hover {
    background-color: #003288;
}

#Amf .side-bar .side-bar-item:hover > p {
    color: #fff;
}

#Amf .side-bar .side-bar-item:hover .side-bar-img {
    display: none;
}

#Amf .side-bar .side-bar-item:hover .side-bar-img-on {
    display: block;
}

#Amf .side-bar .side-bar-item:hover .side-bar-item-code-show {
    display: flex;
}

#Amf .side-bar .side-bar-item:hover .side-bar-item-contact-show {
    display: block;
}

#Amf .side-bar .side-bar-item p {
    margin-top: 10px;
}

#Amf .side-bar .side-bar-item:not(:last-child) {
    position: relative;
}

#Amf .side-bar .side-bar-item:not(:last-child)::after {
    content: '';
    width: calc(100% - 14px);
    height: 1px;
    background-color: #999;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#Amf .side-bar .side-bar-item .side-bar-item-code-show {
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.18);
    position: absolute;
    right: 100px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    display: none;
}

#Amf .side-bar .side-bar-item .side-bar-item-code-show::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    margin: auto;
}

#Amf .side-bar .side-bar-item .side-bar-item-contact-show {
    width: 300px;
    min-height: 178px;
    padding: 15px;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.18);
    position: absolute;
    right: 100px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    display: none;
}

#Amf .side-bar .side-bar-item .side-bar-item-contact-show p {
    font-size: 14px;
    margin-top: 0;
    line-height: 1.8;
}

#Amf .side-bar .side-bar-item .side-bar-item-contact-show a:hover {
    text-decoration: underline;
    color: #002c5a;
}

#Amf .side-bar .side-bar-item .side-bar-item-contact-show::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    margin: auto;
}

#Amf .amf-page-banner img {
    width: 100%;
}

#Amf .page-title-wrap p {
    color: #002c5a;
}

#Amf .page-title-wrap .cn-title {
    font-size: 42px;
    font-weight: bold;
}

#Amf .page-title-wrap .en-title {
    font-size: 24px;
}

#Amf .page-title-wrap .en-title::after {
    content: '';
    display: block;
    width: 64px;
    height: 6px;
    margin-top: 40px;
    background-image: linear-gradient(90deg, #1a45bf 0%, #fd9c19 100%);
}

#Amf .article-container {
    padding-bottom: 60px;
}

#Amf .article-container p {
    font-size: 18px;
}

#Amf .article-title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    margin-bottom: 40px;
}

#Amf .article-title .text {
    font-size: 32px;
    display: block;
    margin: 0 20px;
    background: -webkit-linear-gradient(90deg, #324ead, #e4922b);
    /* Chrome, Safari */
    background: linear-gradient(90deg, #324ead, #e4922b);
    /* 标准语法 */
    -webkit-background-clip: text;
    /* Chrome, Safari */
    background-clip: text;
    -webkit-text-fill-color: transparent;
    /* Chrome, Safari */
    color: transparent;
    /* 其他浏览器 */
}

#Amf .article-title .a-t-line {
    display: block;
    width: 128px;
    height: 3px;
}

#Amf .article-title .l-line {
    background-image: linear-gradient(90deg, #f7f7f7 0%, #324ead 100%);
}

#Amf .article-title .r-line {
    background-image: linear-gradient(90deg, #e4922b 0%, #f7f7f7 100%);
}

#Amf .mb-50 {
    margin-bottom: 50px;
}

#Amf .global-text {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

#Amf .global-text .img {
    width: 220px;
    margin-right: 30px;
}

#Amf .global-text .text {
    flex: 1;
}

#Amf .global-text .text p {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 15px;
}

#Amf .scholarship-wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#Amf .scholarship-wrap .scholarship-item {
    flex: 1;
}

#Amf .scholarship-wrap .scholarship-item:nth-child(2) {
    margin: 0 44px;
}

#Amf .scholarship-wrap .icon {
    border: 5px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #013289;
    width: 113px;
    height: 113px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

#Amf .scholarship-wrap .top {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #013289;
    padding-top: 88px;
    margin-top: -56px;
    padding-bottom: 25px;
}

#Amf .scholarship-wrap .top .scholarship-name {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

#Amf .scholarship-wrap .top .scholarship-line {
    width: 174px;
    height: 0;
    border-bottom: 1px dashed #c79e61;
    margin: 15px auto;
}

#Amf .scholarship-wrap .top .scholarship-range {
    color: #c8a063;
    font-size: 24px;
    text-align: center;
}

#Amf .scholarship-wrap .bottom {
    background-color: #c8a063;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 30px 50px 60px;
    background-image: url(../images/amf.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    min-height: 280px;
    box-sizing: border-box;
}

#Amf .scholarship-wrap .bottom p {
    color: #fff;
    line-height: 1.5;
}

#Amf .sch-tuition {
    display: flex;
    align-items: center;
    margin-top: 60px;
    background-color: #013289;
    border-radius: 20px;
    padding: 70px 60px;
}

#Amf .sch-tuition .icon {
    border-right: 1px solid #c79e61;
    padding-right: 30px;
    margin-right: 30px;
}

#Amf .sch-tuition .text {
    flex: 1;
}

#Amf .sch-tuition .text .name {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
}

#Amf .sch-tuition .text .desc {
    color: #fff;
    font-size: 24px;
}

#Amf .sch-tuition .text .desc span {
    font-size: 18px;
    color: #c8a063;
}

#Amf .article-container .jianzhang {
    text-align: center;
    font-size: 42px;
    color: #002c5a;
}

#Amf .article-container .art-title {
    color: #c79e61;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 24px;
}

#Amf .article-container2 p {
    line-height: 2;
}

#Amf .ar-date {
    text-align: center;
    color: #999;
    margin-top: 25px;
}

#Amf .division-line {
    margin: 30px 0;
    height: 1px;
    width: 100%;
    background-color: #999;
}

#Amf .text-indent {
    text-indent: 2em;
}

#Amf .list-p {
    position: relative;
    padding-left: 20px;
}

#Amf .list-p::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #c79e61;
    position: absolute;
    left: 0;
    top: 13px;
}

#Amf .pro-intro table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
}

#Amf .pro-intro table th {
    padding-left: 55px;
}

#Amf .pro-intro table th:first-child {
    width: 170px;
    position: relative;
}

#Amf .pro-intro table th:first-child::after {
    content: '';
    display: block;
    width: 1px;
    height: 24px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#Amf .pro-intro table td {
    border-bottom: 1px solid #b5b5b5;
    height: 60px;
    padding-left: 55px;
    padding-right: 15px;
}

#Amf .pro-intro table .side-head {
    text-align: center;
    font-weight: bold;
    border-right: 1px solid #b5b5b5;
    padding-left: 0;
}

#Amf .pro-intro table tr:nth-child(odd) {
    background-color: #f5f5f5;
}

#Amf .pro-intro table tr.head {
    background-color: #c79e61;
    color: #fff;
    height: 70px;
    font-size: 24px;
    text-align: left;
}

#Amf .pro-intro.pro-intro2 table th {
    padding-left: 55px;
}

#Amf .pro-intro.pro-intro2 table th:first-child {
    width: 130px;
    position: relative;
}

#Amf .pro-intro.pro-intro2 table th:first-child::after {
    display: none;
}

#Amf .pro-intro.pro-intro2 table .side-head {
    border-right: none;
}

#Amf .step-wrap {
    display: flex;
    flex-wrap: nowrap;
}

#Amf .step-wrap .step-item {
    flex: 1;
}

#Amf .step-wrap .step-item:nth-child(odd) {
    flex: 1.5;
}

#Amf .step-wrap .step-item:nth-child(even) {
    margin-top: 50px;
}

#Amf .step-wrap .icon {
    text-align: center;
}

#Amf .step-wrap .name {
    color: #c79e61;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

#Amf .step-wrap .desc {
    text-align: center;
    font-size: 16px;
}

#Amf .text-center {
    text-align: center;
}

#Amf .t-zhu {
    text-align: center;
    color: #013289;
    font-size: 14px;
    margin-top: 30px;
}

#Amf .design-wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 60px;
}

#Amf .design-wrap .design-item {
    background-color: #013289;
    background-image: url(../images/amf.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    border-radius: 20px;
    padding-left: 35px;
    box-sizing: border-box;
    padding-right: 35px;
    padding-top: 60px;
    padding-bottom: 70px;
    margin: 0 20px;
    width: 336px;
}

#Amf .design-wrap .design-item .icon {
    text-align: center;
}

#Amf .design-wrap .design-item .name {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
}

#Amf .design-wrap .design-item .desc {
    color: #c8a063;
}

#Amf p.article-title2 {
    color: #013289;
    font-size: 24px;
    font-weight: bold;
    line-height: 60px;
    padding-left: 30px;
    border-left: 5px solid #013289;
    background-image: linear-gradient(90deg, #c8a063 0%, #ffffff 80%);
    position: relative;
    margin-bottom: 30px;
}

#Amf p.article-title2::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-left-color: #002c5a;
}

#Amf .color013289 {
    color: #013289;
    font-weight: bold;
}

#Amf .contact-form-wrap {
    width: 100%;
    border-radius: 20px;
    border: 1px solid #999;
    margin-top: 50px;
    overflow: hidden;
}

#Amf .contact-form-wrap .contact-form-title {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 26px;
    padding: 30px 0;
    background-color: #c79e61;
}

#Amf .contact-form-wrap .contact-form {
    padding: 60px 70px 100px;
}

#Amf .contact-form-wrap .contact-form .contact-form-item {
    display: flex;
    margin-bottom: 15px;
}

#Amf .contact-form-wrap .contact-form .contact-form-item label {
    width: 70px;
    text-align: right;
    font-size: 16px;
    color: #333;
    line-height: 50px;
    margin-right: 30px;
}

#Amf .contact-form-wrap .contact-form .contact-form-item input {
    flex: 1;
    border-radius: 10px;
    border: 1px solid #999;
    padding: 0 15px;
}

#Amf .contact-form-wrap .atten {
    margin: 30px 0 50px;
}

#Amf .contact-form-wrap .contact-submit-btn {
    max-width: 100%;
    width: 600px;
    text-align: center;
    color: #fff;
    background-color: #c79e61;
    border: none;
    outline: none;
    cursor: pointer;
    line-height: 60px;
    display: block;
    font-weight: bold;
    border-radius: 30px;
    margin: 0 auto;
    font-size: 18px;
}

#Amf .a-proac-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#Amf .a-proac-list .a-proac-item {
    display: flex;
    flex-wrap: nowrap;
    width: 560px;
    margin-bottom: 60px;
    box-shadow: 0px 0px 38px 0px rgba(158, 158, 158, 0.34);
}

#Amf .a-proac-list .a-proac-item .l {
    width: 140px;
    height: 140px;
    background-color: #003288;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#Amf .a-proac-list .a-proac-item .l p {
    color: #fff;
}

#Amf .a-proac-list .a-proac-item .l .yy-mm {
    font-size: 18px;
    line-height: 1;
}

#Amf .a-proac-list .a-proac-item .l .dd {
    font-size: 52px;
    font-weight: bold;
    line-height: 1.2;
}

#Amf .a-proac-list .a-proac-item .l .ap {
    width: 85px;
    font-size: 14px;
    line-height: 26px;
    border-radius: 14px;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
}

#Amf .a-proac-list .a-proac-item .r {
    padding: 20px;
    flex: 1;
}

#Amf .a-proac-list .a-proac-item .r .a-proac-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#Amf .a-proac-list .a-proac-item .r .a-proac-desc {
    color: #999;
}

#Amf .a-proac-list .a-proac-item:hover .l {
    background-color: #c79e61;
}

#Amf .a-proac-list .a-proac-item:hover .r .a-proac-title {
    color: #c79e61;
}

#Amf .a-paging-wrap {
    display: flex;
    justify-content: center;
}

#Amf .a-paging-wrap .a-paging-item {
    display: block;
    background-color: #eaeaea;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #999;
    margin: 0 5px;
}

#Amf .a-paging-wrap .a-paging-item:hover {
    background-color: #c79e61;
    color: #fff;
}

#Amf .amf-intro {
    background-image: url(../images/page-img5.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
}

#Amf .amf-intro .intro-inner {
    max-width: 800px;
}

#Amf .p-aid-wrap {
    display: flex;
    flex-wrap: nowrap;
}

#Amf .p-aid-wrap .p-aid-item {
    flex: 1;
    margin: 0 6px;
    border: 1px solid #b5b5b5;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 30px 40px;
}

#Amf .p-aid-wrap .p-aid-item .name {
    font-weight: bold;
    font-size: 18px;
    margin-top: 20px;
    background: -webkit-linear-gradient(90deg, #324ead, #e4922b);
    /* Chrome, Safari */
    background: linear-gradient(90deg, #324ead, #e4922b);
    /* 标准语法 */
    -webkit-background-clip: text;
    /* Chrome, Safari */
    background-clip: text;
    -webkit-text-fill-color: transparent;
    /* Chrome, Safari */
    color: transparent;
    /* 其他浏览器 */
}

#Amf .p-aid-wrap .p-aid-item .name::after {
    content: '';
    display: block;
    width: 32px;
    height: 4px;
    margin: 20px auto;
    background-image: linear-gradient(90deg, #1a45bf 0%, #fd9c19 100%);
}

#Amf .p-aid-wrap .p-aid-item .desc {
    text-align: center;
}

#Amf .s-btn .s-btn-item {
    position: relative;
}

#Amf .s-btn .s-btn-item .s-btn-item-code {
    position: absolute;
    text-align: center;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    padding: 8px;
    width: 120px;
    height: 120px;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.18);
    display: none;
}

#Amf .s-btn .s-btn-item:hover .s-btn-item-code {
    display: block;
}

#Amf .s-btn .s-btn-item .s-btn-item-code img {
    width: 100%;
}

#Amf .s-btn .s-btn-item:nth-child(1) a {
    background-color: #c79e61;
}

#Amf .s-btn .s-btn-item:nth-child(2) a {
    background-color: #002c5a;
}

#Amf .recruitment-table table {
    border-collapse: collapse;
    width: 100%;
}

#Amf .recruitment-table table th {
    white-space: nowrap;
}

#Amf .recruitment-table table .thead th {
    background-color: #013289;
    color: #C8A063;
    height: 80px;
    font-size: 22px;
    padding: 0 15px;
    text-align: center;
}

#Amf .recruitment-table table .thead th:nth-child(2),
#Amf .recruitment-table table .thead th:nth-child(3) {
    width: 180px;
}

#Amf .recruitment-table table tr:nth-child(odd) {
    background-color: #F6F7F7;
}

#Amf .recruitment-table table td {
    padding: 30px 15px;
}

#Amf .recruitment-table table td:not(:last-child) {
    border-right: 1px solid #DFE0E0;
    text-align: center;
}

#Amf .recruitment-table table .sidehide {
    white-space: nowrap;
    background: #C8A063;
    color: #fff;
    padding: 0 15px;
    font-size: 22px;
}

#Amf .news-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

#Amf .news-wrap .news-item {
    width: 32.5%;
    box-shadow: 0 0 40px 0 rgba(158, 158, 158, 0.34);
}

#Amf .news-wrap .news-item:not(:nth-child(3n)) {
    margin-right: 1%;
    margin-bottom: 30px;
}

#Amf .news-item .cover {
    width: 100%;
    height: 220px;
}

#Amf .news-item .cover video,
#Amf .news-item .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#Amf .news-item .text {
    background-image: url(../images/2776d6.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
    padding: 15px 20px 40px;
}

#Amf .news-item .text .categoryy {
    display: inline-block;
    color: #003288;
    border-bottom: 4px solid #c79e61;
    margin-bottom: 30px;

}

#Amf .news-item .text .news-title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 30px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#Amf .news-item .text .news-title:hover {
    color: #003288;
}

#Amf .news-item .text .date {
    font-size: 14px;
    color: #999;
    margin-bottom: 30px;
}

#Amf .news-item .text .more {
    color: #fff;
    display: block;
    width: 100px;
    line-height: 30px;
    border-radius: 15px;
    text-align: center;
    font-size: 14px;
    background-color: #c79e61;
}

#Amf .news-item .text .more:hover {
    background-color: #003288;
}

@media (max-width: 1366px) {
    #Amf .amf-banner .content .t .link {
        margin-bottom: 50px;
    }
}

@media (max-width: 1280px) {
    #Amf .amf-banner .content {
        width: 1000px;
    }

    #Amf .amf-banner .content .w img {
        width: 22vw;
    }

    #Amf .amf-banner .content .w .t-introduce {
        margin-top: 0;
        margin-left: 0;
    }

    #Amf .amf-banner .content .t .tt {
        width: 24vw;
    }

    #Amf .amf-banner .content .t .ttt {
        font-size: 22px;
    }

    #Amf .amf-banner .content .t .link {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #Amf .amf-banner .content .t .link-item {
        font-size: 16px;
        width: 140px;
        line-height: 40px;
        border-radius: 20px;
    }

    #Amf .container {
        max-width: 1000px;
        margin: 0 auto;
    }

    #Amf .amf-title2 .cn-title {
        font-size: 26px;
    }

    #Amf .amf-title2 .en-title {
        font-size: 16px;
    }

    #Amf .feature-wrap .img img {
        left: -150px;
    }

    #Amf .feature-wrap .f-h-wrap .f-h-title {
        font-size: 34px;
    }

    #Amf .feature-wrap .f-h-wrap .f-item {
        padding: 20px 25px;
        font-size: 16px;
    }

    #Amf .teach-wrap .content .l {
        width: 310px;
    }

    #Amf .teach-wrap .content .l .t-tt {
        font-size: 28px;
    }

    #Amf .teach-wrap .content .l .t-de {
        font-size: 16px;
    }

    #Amf .teach-wrap .content .l .t-icons {
        margin-top: 40px;
    }

    #Amf .teach-wrap .content .l .t-icons .t-icon {
        margin: 0 20px;
    }

    #Amf .teach-wrap .content .c {
        width: 300px;
    }

    #Amf .teach-wrap .content .r {
        padding-top: 50px;
    }

    #Amf .teach-wrap .content .r .tr-de {
        font-size: 18px;
    }

    #Amf .teach-wrap .content .r .tr-de::after {
        height: 50px;
    }

    #Amf .teach-wrap .content .r .t-name {
        font-size: 26px;
    }

    #Amf .practical-wrap .img {
        padding-right: 40px;
    }

    #Amf .practical-wrap .text {
        padding-left: 40px;
    }

    #Amf .lab-wrap .t-tt {
        font-size: 34px;
    }

    #Amf .lab-wrap .t-de {
        font-size: 16px;
    }

    #Amf .lab-wrap .rig {
        width: 580px;
    }

    #Amf .lab-wrap .rig .inner {
        padding-left: 350px;
        height: 430px;
    }

    #Amf .lab-wrap .rig .sl {
        width: 340px;
    }

    #Amf .lab-wrap .rig .t-introduce {
        padding-top: 100px;
    }

    #Amf .cul-wrap .t-tt {
        font-size: 34px;
    }

    #Amf .cul-wrap .t-de {
        font-size: 16px;
    }

    #Amf .teacher-wrap .swiper-container .t-introduce {
        max-width: 150px;
    }

    #Amf .teacher-wrap .swiper-container .teacher-itme {
        height: 325px;
    }

    #Amf .teacher-wrap .swiper-container .teacher-itme .t-photo {
        max-width: 156px;
        max-height: 190px;
    }

    #Amf .teacher-wrap .swiper-container .teacher-itme.show .t-introduce .t-desc {
        font-size: 14px;
    }

    #Amf .teacher-wrap .swiper-container .teacher-itme.show .t-photo {
        max-width: 280px;
        max-height: 360px;
    }

    #Amf .s-wrap .s-title {
        font-size: 34px;
    }

    #Amf .s-wrap .s-title2 {
        font-size: 22px;
    }

    #Amf .ss-list .ss-item {
        padding: 15px;
    }

    #Amf .ss-list .img {
        height: 120px;
    }

    #Amf .school-intro .int-item .int-ti {
        font-size: 20px;
    }

    #Amf .school-intro .int-item .int-ti:first-child {
        margin-bottom: 14px;
    }

    #Amf .school-intro .int-item .int-ti .big {
        font-size: 34px;
    }

    #Amf .school-intro .int-item .smal {
        font-size: 14px;
        line-height: 20px;
    }

    #Amf .school-intro .int-item:nth-child(2),
    #Amf .school-intro .int-item:nth-child(3) {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 768px) {
    #Amf * {
        box-sizing: border-box;
    }

    #Amf .pc-show {
        display: none;
    }

    #Amf .pc-hide {
        display: block;
    }

    #Amf .amf-banner {
        margin-top: 0;
    }

    #Amf .amf-banner .content {
        display: none;
    }

    #Amf .side-bar {
        bottom: 0;
        left: 0;
        background-color: #003287;
        color: #fff;
        width: 100%;
        display: flex;
        justify-content: space-between;
        top: unset;
        right: unset;
        border: none;
    }

    #Amf .side-bar .side-bar-item {
        flex: 1;
        padding: 10px 0;
    }

    #Amf .side-bar .side-bar-item .side-bar-img {
        display: none;
    }

    #Amf .side-bar .side-bar-item .side-bar-img-on {
        display: block;
    }

    #Amf .side-bar .side-bar-item .side-bar-item-code-show {
        bottom: 90px;
        left: 0;
        right: 0;
        top: auto;
        margin: auto;
    }

    #Amf .side-bar .side-bar-item .side-bar-item-code-show img {
        width: 100%;
    }

    #Amf .side-bar .side-bar-item .side-bar-item-code-show::after {
        display: none;
    }

    #Amf .side-bar .side-bar-item .side-bar-item-contact-show {
        bottom: 90px;
        left: 0;
        right: 0;
        top: auto;
        margin: auto;
        position: fixed;
        min-height: unset;
    }

    #Amf .side-bar .side-bar-item .side-bar-item-contact-show::after {
        display: none;
    }

    #Amf .side-bar .side-bar-item .side-bar-item-contact-show p {
        color: #333;
    }

    #Amf .container {
        margin: 0 15px;
    }

    #Amf section {
        padding-top: 30px;
    }

    #Amf .amf-title {
        width: 100%;
        margin-bottom: 15px;
    }

    #Amf .amf-title h4 {
        font-weight: bold;
        font-size: 18px;
    }

    #Amf .amf-title .mmore {
        margin-left: auto;
        margin-right: 0;
        color: #003288;
        font-size: 12px;
    }

    #Amf .amf-title .divider {
        display: none;
    }

    #Amf .events-wrap-h5 {
        width: 100%;
    }

    #Amf .events-wrap-h5 .swiper-container {
        padding-bottom: 50px;
    }

    #Amf .events-wrap-h5 .swiper-container .swiper-pagination-bullet {
        opacity: 1;
        border: 1px solid #003288;
        background-color: transparent;
    }

    #Amf .events-wrap-h5 .swiper-container .swiper-pagination-bullet-active {
        background-color: #003288;
    }

    #Amf .events-wrap-h5 .swiper-slide {
        padding: 10px;
        box-sizing: border-box;
    }

    #Amf .events-wrap-h5 .events-item {
        flex: 1;
        padding-right: 20px;
        box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.19);
        background-color: #fff;
        background-image: url(../images/amf3.png);
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 150px auto;
        display: block;
        padding: 30px 20px;
    }

    #Amf .events-wrap-h5 .events-item .yy,
    #Amf .events-wrap-h5 .events-item .hh-mm {
        color: #003288;
    }

    #Amf .events-wrap-h5 .events-item .yy {
        font-size: 12px;
    }

    #Amf .events-wrap-h5 .events-item .hh-mm {
        font-size: 30px;
    }

    #Amf .events-wrap-h5 .events-item .hh-mm .ww {
        display: inline-block;
        color: #fff;
        background-color: #c79e61;
        font-size: 18px;
        border-radius: 13px;
        margin-left: 10px;
        padding: 0 8px;
        position: relative;
        top: -4px;
    }

    #Amf .events-wrap-h5 .events-item .e-title {
        font-size: 16px;
        margin: 15px 0;
        height: 48px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    #Amf .events-wrap-h5 .events-item .e-title,
    #Amf .events-wrap-h5 .events-item .e-add,
    #Amf .events-wrap-h5 .events-item .e-date {
        color: #333;
    }

    #Amf .events-wrap-h5 .events-item.over .yy,
    #Amf .events-wrap-h5 .events-item.over .hh-mm,
    #Amf .events-wrap-h5 .events-item.over .e-title,
    #Amf .events-wrap-h5 .events-item.over .e-add,
    #Amf .events-wrap-h5 .events-item.over .e-date {
        color: #999;
    }

    #Amf .events-wrap-h5 .events-item.over .hh-mm .ww {
        background-color: #999;
    }

    #Amf .events-wrap-h5 .events-item.over .m-apply {
        background-color: #999;
    }

    #Amf .events-wrap-h5 .events-item .m-apply {
        display: block;
        width: 80px;
        line-height: 30px;
        border-radius: 15px;
        color: #fff;
        font-size: 12px;
        text-align: center;
        margin-top: 15px;
        background-color: #003288;
    }

    #Amf .amf-events {
        border: none;
    }

    #Amf .amf-events .events-wrap,
    #Amf .amf-events .file-wrap {
        display: none;
    }

    #Amf .amf-title2 {
        margin-bottom: 15px;
    }

    #Amf .amf-title2 .cn-title {
        font-size: 18px;
    }

    #Amf .amf-title2 .en-title {
        font-size: 12px;
    }

    #Amf .feature-wrap {
        background-image: url(../images/m-bg1.png);
        background-repeat: no-repeat;
        background-position: top 80px right;
        background-size: 30% auto;
        width: calc(100% + 30px);
        margin-left: -15px;
        padding: 0 15px;
    }

    #Amf .feature-wrap .img {
        display: none;
    }

    #Amf .feature-wrap .f-h-wrap {
        padding-bottom: 40px;
    }

    #Amf .feature-wrap .f-h-wrap .f-h-title {
        font-size: 26px;
        margin-bottom: 30px;
    }

    #Amf .feature-wrap .f-h-wrap .f-item {
        font-size: 12px;
    }

    #Amf .teach-wrap .content {
        display: block;
        position: relative;
    }

    #Amf .teach-wrap .content .l {
        width: unset;
    }

    #Amf .teach-wrap .content .l .t-tt {
        font-size: 26px;
        margin-bottom: 15px;
    }

    #Amf .teach-wrap .content .l .t-de {
        font-size: 12px;
    }

    #Amf .teach-wrap .content .l .t-icons {
        justify-content: flex-start;
    }

    #Amf .teach-wrap .content .l .t-icons .t-icon {
        margin: 0;
        flex: 1;
        padding-right: 50px;
    }

    #Amf .teach-wrap .content .c {
        width: 45%;
        position: absolute;
        right: 0;
        bottom: 0;
    }

    #Amf .teach-wrap .content .c img {
        max-height: 270px;
    }

    #Amf .teach-wrap .content .r {
        width: 55%;
        padding-left: 0;
        padding-top: 80px;
        /*padding-right: 15px;*/
        padding-bottom: 20px;
    }

    #Amf .teach-wrap .content .r .tr-de {
        font-size: 14px;
    }

    #Amf .teach-wrap .content .r .tr-de::after {
        content: '';
        height: 34px;
        background-size: auto 100%;
        margin-top: -10px;
    }

    #Amf .teach-wrap .content .r .t-introduce {
        margin-top: 0;
    }

    #Amf .teach-wrap .content .r .t-name {
        font-size: 18px;
        margin-bottom: 15px;
    }

    #Amf .teach-wrap .content .r .t-name small {
        font-size: 14px;
    }

    #Amf .teach-wrap .content .r .t-desc {
        font-size: 10px;
    }

    #Amf .practical-wrap {
        display: block;
    }

    #Amf .practical-wrap .img {
        display: none;
    }

    #Amf .practical-wrap .text {
        padding-left: 0;
    }

    #Amf .practical-wrap .t-tt {
        font-size: 26px;
    }

    #Amf .practical-wrap .t-de {
        font-size: 12px;
        margin: 20px 0;
    }

    #Amf .practical-wrap img {
        max-width: 80%;
    }

    #Amf .lab-wrap {
        display: block;
        padding-top: 40px;
    }

    #Amf .lab-wrap .t-tt {
        font-size: 26px;
    }

    #Amf .lab-wrap .t-de {
        font-size: 12px;
        margin: 20px 0;
    }

    #Amf .lab-wrap .text .show-course,
    #Amf .lab-wrap .text br {
        display: none;
    }

    #Amf .lab-wrap .text img {
        max-width: 80%;
    }

    #Amf .lab-wrap .text img:nth-last-child(6) {
        max-width: 70%;
        margin-bottom: 15px;
    }

    #Amf .lab-wrap .rig {
        margin-left: 0;
        width: 100%;
        padding-top: 60px;
    }

    #Amf .lab-wrap .rig .inner {
        padding-left: 190px;
        height: unset;
    }

    #Amf .lab-wrap .rig .sl {
        width: 180px;
    }

    #Amf .lab-wrap .rig .t-introduce {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #Amf .lab-wrap .rig .t-name {
        font-size: 17px;
        margin-bottom: 10px;
    }

    #Amf .lab-wrap .rig .t-name small {
        font-size: 12px;
    }

    #Amf .lab-wrap .rig .t-desc {
        font-size: 10px;
        line-height: 1.8;
    }

    #Amf .cul-wrap {
        display: block;
        padding-top: 40px;
    }

    #Amf .cul-wrap .img {
        display: none;
    }

    #Amf .cul-wrap .text .t-tt {
        font-size: 26px;
    }

    #Amf .cul-wrap .text .t-de {
        font-size: 12px;
        margin: 20px 0;
    }

    #Amf .teacher-wrap {
        padding-top: 0;
    }

    #Amf .teacher-wrap .swiper-container {
        padding-bottom: 0;
    }

    #Amf .teacher-wrap .swiper-container .teacher-itme {
        height: 200px;
        padding-top: 15px;
    }

    #Amf .teacher-wrap .swiper-container .t-introduce {
        max-width: 170px;
    }

    #Amf .teacher-wrap .swiper-container .t-introduce .t-name {
        font-size: 15px;
        color: #002c5a;
    }

    #Amf .teacher-wrap .swiper-container .t-introduce .t-title {
        font-size: 12px;
    }

    #Amf .teacher-wrap .swiper-container .t-introduce .t-desc {
        font-size: 12px;
        color: #002c5a;
    }

    #Amf .teacher-wrap .swiper-container .teacher-itme.show .t-photo {
        max-width: 145px;
        max-height: 192px;
    }

    #Amf .teacher-wrap .swiper-container .teacher-itme.show .t-introduce {
        max-width: 150px;
    }

    #Amf .teacher-wrap .swiper-container .teacher-itme.show .t-introduce .t-desc {
        font-size: 12px;
        color: #002c5a;
    }

    #Amf .teacher-wrap .teacher-more {
        display: none;
    }

    #Amf .s-wrap .s-title {
        font-size: 24px;
    }

    #Amf .s-wrap .s-title2 {
        font-size: 12px;
        margin: 10px 20px;
    }

    #Amf .ss-list {
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 15px;
    }

    #Amf .ss-list .ss-item {
        flex: unset;
        width: 48%;
        margin: 0;
        margin-bottom: 15px;
        padding: 10px;
    }

    #Amf .ss-list .ss-item .img {
        height: 96px;
    }

    #Amf .ss-list .ss-item .text {
        margin-top: 10px;
        font-size: 12px;
        color: #3c3c3c;
    }

    #Amf .s-img {
        border-radius: 15px;
    }

    #Amf .s-btn {
        margin-top: 20px;
    }

    #Amf .s-btn a {
        width: 100px;
        line-height: 30px;
        border-radius: 15px;
        font-size: 12px;
        margin: 0 10px;
    }

    #Amf .footrt-wrap .cn {
        font-size: 24px;
    }

    #Amf .footrt-wrap .en {
        font-size: 10px;
        margin-top: 5px;
    }

    #Amf .footrt-wrap .fd-title {
        padding: 30px 0;
        background-size: auto 100%;
    }

    #Amf .school-intro .int-wrap {
        flex-wrap: wrap;
    }

    #Amf .school-intro .int-wrap .int-item .int-ti {
        font-size: 14px;
    }

    #Amf .school-intro .int-wrap .int-item .int-ti:first-child {
        margin-bottom: 10px;
    }

    #Amf .school-intro .int-wrap .int-item .int-ti .big {
        font-size: 24px;
    }

    #Amf .school-intro .int-wrap .int-item .smal {
        font-size: 12px;
    }

    #Amf .school-intro .int-wrap .int-item:nth-child(1) {
        order: 1;
        padding-right: 10px;
        border-right: 1px solid #999;
        width: 6em;
    }

    #Amf .school-intro .int-wrap .int-item:nth-child(2),
    #Amf .school-intro .int-wrap .int-item:nth-child(3) {
        order: 3;
        border: 1px solid #999;
        padding: 15px 10px;
        width: 49%;
        margin-top: 10px;
    }

    #Amf .school-intro .int-wrap .int-item:nth-child(2) br,
    #Amf .school-intro .int-wrap .int-item:nth-child(3) br {
        display: none;
    }

    #Amf .school-intro .int-wrap .int-item:nth-child(2) {
        margin-right: 1%;
    }

    #Amf .school-intro .int-wrap .int-item:nth-child(3) {
        margin-left: 1%;
    }

    #Amf .school-intro .int-wrap .int-item:nth-child(4) {
        order: 2;
        padding-left: 10px;
        width: calc(100% - 7em);
    }

    #Amf .school-intro .int-wrap .int-item:nth-child(4) div {
        padding-right: 15px;
    }

    #Amf .sch-flag {
        font-size: 11px;
        margin-bottom: 15px;
    }

    #Amf .sch-flag span {
        padding: 0 10px;
    }

    #Amf .flogo {
        margin: 40px auto 30px;
        max-width: 50%;
    }

    #Amf .amf-page-banner {
        height: 150px;
    }

    #Amf .amf-page-banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #Amf .page-title-wrap .cn-title {
        font-size: 28px;
    }

    #Amf .page-title-wrap .en-title {
        font-size: 14px;
    }

    #Amf .page-title-wrap .en-title::after {
        margin-top: 15px;
    }

    #Amf .article-title {
        margin-bottom: 20px;
    }

    #Amf .article-title .text {
        font-size: 18px;
    }

    #Amf .article-title .a-t-line {
        width: 50px;
    }

    #Amf .article-container p {
        font-size: 14px;
    }

    #Amf .global-text {
        margin-bottom: 15px;
        display: block;
    }

    #Amf .global-text .img {
        width: 100%;
        text-align: center;
        margin-right: 0;
    }

    #Amf .global-text .text p {
        font-size: 14px;
    }

    #Amf .contact-form-wrap {
        margin-top: 30px;
    }

    #Amf .contact-form-wrap .contact-form-title {
        font-size: 16px;
        padding: 15px 0;
    }

    #Amf .contact-form-wrap .contact-form {
        padding: 30px 15px;
    }

    #Amf .contact-form-wrap .contact-form-item label {
        font-size: 14px;
        width: 50px;
    }

    #Amf .contact-form-wrap .contact-form-item input {
        font-size: 14px;
    }

    #Amf .contact-form-wrap .atten {
        font-size: 14px;
    }

    #Amf .contact-form-wrap .contact-submit-btn {
        width: 100%;
        line-height: 40px;
        width: 50%;
    }

    #Amf .a-proac-list .a-proac-item {
        margin-bottom: 30px;
    }

    #Amf .a-proac-list .a-proac-item .l {
        width: 100px;
        height: 100px;
    }

    #Amf .a-proac-list .a-proac-item .l .yy-mm {
        font-size: 16px;
    }

    #Amf .a-proac-list .a-proac-item .l .dd {
        font-size: 26px;
        margin: 5px 0;
    }

    #Amf .a-proac-list .a-proac-item .l .ap {
        font-size: 10px;
        width: 80px;
    }

    #Amf .a-proac-list .a-proac-item .r {
        padding: 10px;
    }

    #Amf .a-proac-list .a-proac-item .r .a-proac-title {
        font-size: 14px;
        margin-bottom: 10px;
    }

    #Amf .a-proac-list .a-proac-item .r .a-proac-desc {
        font-size: 12px;
    }

    #Amf .pro-intro table {
        font-size: 14px;
    }

    #Amf .pro-intro table th {
        padding-left: 15px;
        font-size: 18px;
    }

    #Amf .pro-intro table th:first-child {
        width: 80px;
    }

    #Amf .pro-intro table .side-head {
        padding: 15px 10px;
    }

    #Amf .pro-intro table td {
        border-bottom: 1px solid #b5b5b5;
        height: 40px;
        padding: 15px;
    }

    #Amf .pro-intro table tr:nth-child(odd) {
        background-color: #f5f5f5;
    }

    #Amf .pro-intro table tr.head {
        background-color: #c79e61;
        color: #fff;
        height: 70px;
        font-size: 24px;
        text-align: left;
    }

    #Amf .pro-intro.pro-intro2 table th {
        padding-left: 15px;
    }

    #Amf .pro-intro.pro-intro2 table th:first-child {
        width: 80px;
    }

    #Amf .article-container {
        padding-bottom: 30px;
    }

    #Amf .article-container .jianzhang {
        font-size: 18px;
    }

    #Amf .article-container .ar-date {
        margin-top: 15px;
    }

    #Amf .article-container .division-line {
        margin: 15px 0;
    }

    #Amf .article-container .art-title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    #Amf .mb-50 {
        margin-bottom: 25px;
    }

    #Amf .scroll-wrap {
        overflow-x: auto;
    }

    #Amf .scroll-wrap img {
        max-width: unset;
        width: 800px;
    }

    #Amf .scroll-text {
        color: #999;
        margin: 20px auto;
    }

    #Amf .p-aid-wrap {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #Amf .p-aid-wrap .p-aid-item {
        margin: 0 0 15px;
        width: 48%;
        flex: unset;
        padding: 15px;
    }

    #Amf .p-aid-wrap .p-aid-item .name {
        font-size: 16px;
        margin-top: 10px;
    }

    #Amf .p-aid-wrap .p-aid-item .name::after {
        margin: 10px auto;
    }

    #Amf .p-aid-wrap .p-aid-item .desc {
        font-size: 12px;
    }

    #Amf .scholarship-wrap {
        flex-wrap: wrap;
    }

    #Amf .scholarship-wrap .scholarship-item {
        flex: unset;
        width: 100%;
    }

    #Amf .scholarship-wrap .scholarship-item:nth-child(2) {
        margin: 0 0 15px;
    }

    #Amf .scholarship-wrap .scholarship-item .icon {
        width: 80px;
        height: 80px;
    }

    #Amf .scholarship-wrap .scholarship-item .icon img {
        width: 35px;
    }

    #Amf .scholarship-wrap .scholarship-item .top {
        padding-top: 70px;
        padding-bottom: 15px;
    }

    #Amf .scholarship-wrap .scholarship-item .top .scholarship-range {
        font-size: 18px;
    }

    #Amf .scholarship-wrap .scholarship-item .top .scholarship-name {
        font-size: 18px;
    }

    #Amf .scholarship-wrap .scholarship-item .bottom {
        min-height: unset;
        padding: 30px;
    }

    #Amf .sch-tuition {
        margin-top: 30px;
        padding: 30px 15px;
    }

    #Amf .sch-tuition .icon {
        width: 70px;
        padding-right: 15px;
        margin-right: 15px;
    }

    #Amf .sch-tuition .text .name {
        font-size: 18px;
    }

    #Amf .sch-tuition .text .desc {
        font-size: 14px;
    }

    #Amf .sch-tuition .text .desc span {
        font-size: 12px;
        display: block;
    }

    #Amf .design-wrap {
        display: block;
        margin-bottom: 30px;
    }

    #Amf .design-wrap .design-item {
        margin: 0 0 15px;
        width: 100%;
        padding: 30px 15px 40px;
    }

    #Amf .design-wrap .design-item .name {
        font-size: 18px;
        margin: 10px auto 10px;
    }

    #Amf p.article-title2 {
        line-height: 40px;
        padding-left: 15px;
        margin-bottom: 15px;
    }

    #Amf .step-wrap {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #Amf .step-wrap .step-item {
        width: 48%;
        margin-bottom: 30px;
    }

    #Amf .step-wrap .step-item:nth-child(odd),
    #Amf .step-wrap .step-item:nth-child(even) {
        flex: unset;
    }

    #Amf .step-wrap .step-item:nth-child(even) {
        display: none;
    }

    #Amf .step-wrap .name {
        font-size: 16px;
    }

    #Amf .step-wrap .desc {
        font-size: 12px;
    }

    #Amf .step-wrap .icon {
        width: 90px;
        margin: 0 auto;
    }

    #Amf .list-p {
        padding-left: 15px;
    }

    #Amf .list-p::before {
        top: 10px;
        width: 6px;
        height: 6px;
    }

    body #moblie_header .nav_list > li {
        background: #a4c1ee;
    }

    #Amf .news-item .cover {
        height: unset;
    }

    #Amf .news-item .text {
        padding: 15px 10px;
    }

    #Amf .news-item .text .categoryy {
        margin-bottom: 15px;
        font-size: 12px;
    }

    #Amf .news-item .text .news-title {
        font-size: 16px;
        margin-bottom: 15px;
        height: 42px;
    }

    #Amf .news-item .text .date {
        font-size: 12px;
        margin-bottom: 15px;
    }

    #Amf .news-item .text .more {
        font-size: 12px;
    }

    #Amf .amf-news .swiper-container {
        padding-bottom: 50px;
    }

    #Amf .amf-news .swiper-pagination-bullet {
        opacity: 1;
        border: 1px solid #003288;
        background-color: transparent;
    }

    #Amf .amf-news .swiper-pagination-bullet-active {
        background-color: #003288;
    }

    #Amf .news-wrap {
        justify-content: space-between;
    }

    #Amf .news-wrap .news-item {
        width: 100%;
    }
}
