@charset "UTF-8";.header-wrap {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000
}
.noinfo{text-align:center;font-size:16px;margin:20px auto 0}
#wp_paging_w6{text-align:center}
.wp_paging li input{width:40px}
.wp_paging {
    float: none;display:inline-block;
    margin-bottom: 5.625rem;
    margin-top: 2.5rem;
}
.header-wrap .top-header {
    align-items: center;
    background: rgba(0,51,102,.8);
    display: flex;
    justify-content: space-between;
    padding: 8px 40px;
    padding: 0.5rem 2.5rem
}

.header-wrap .top-header.active {
    padding-bottom: 50px;
    padding-bottom: 3.125rem
}

.header-wrap .top-header.active .nav-wrap {
    border-bottom: 1px solid hsla(0,0%,100%,.5)
}

.header-wrap .top-header .logo {
    width: 200px;
    width: 12.5rem
}

.header-wrap .top-header .nav-wrap {
    align-items: center;
    display: flex;
    flex-shrink: 0
}

.header-wrap .top-header .nav-wrap .nav {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 16px;
    font-size: 1rem
}

.header-wrap .top-header .nav-wrap .nav .nav-item {
    align-items: center;
    display: flex;
    height: 60px;
    height: 3.75rem;
    margin-right: 44px;
    margin-right: 2.75rem;
    position: relative
}

.header-wrap .top-header .nav-wrap .nav .nav-item a {
    color: #fff;
    flex: 1;
    line-height: 60px;
    line-height: 3.75rem
}

.header-wrap .top-header .nav-wrap .nav .nav-item .dropdown-wrap {
    height: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    transition: opacity .3s ease-in-out;
    width: 600px;
    width: 37.5rem
}

.header-wrap .top-header .nav-wrap .nav .nav-item:nth-child(5) .dropdown-wrap {
    left: -12.5rem;
    width: 50rem;
}

.header-wrap .top-header .nav-wrap .nav .nav-item .dropdown-wrap .dropdown-btn {
    align-items: center;
    color: #fff;
    display: flex;
    float: left;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
    height: 45px;
    height: 2.8125rem;
    margin-right: 48px;
    margin-right: 3rem
}

.header-wrap .top-header .nav-wrap .nav .nav-item .dropdown-wrap .dropdown-btn:last-child {
    margin-right: 0
}

.header-wrap .top-header .nav-wrap .nav .nav-item .dropdown-wrap .dropdown-btn .active {
    font-weight: 500
}

.header-wrap .top-header .nav-wrap .nav .nav-item .dropdown-wrap-en {
    left: -300px;
    left: -18.75rem;
    width: 800px;
    width: 50rem
}

.header-wrap .top-header .nav-wrap .nav .nav-item .dropdown-wrap-cn-01 {
    left: -200px;
    left: -12.5rem;
    width: 800px;
    width: 50rem
}

.header-wrap .top-header .nav-wrap .nav .nav-item:hover .dropdown-wrap {
    height: auto;
    opacity: 1
}

.header-wrap .top-header .nav-wrap .nav .nav-item:hover:after {
    background: #fff;
    bottom: -1px;
    content: "";
    height: 2px;
    height: 0.125rem;
    left: 0;
    position: absolute;
    width: 100%
}

.header-wrap .top-header .nav-wrap .apply {
    background: #e3000c;
    border: 1px solid #fff;
    border-radius: 50px 50px 50px 50px;
    border-radius: 3.125rem 3.125rem 3.125rem 3.125rem;
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    height: 34px;
    height: 2.125rem;
    padding: 0 10px;
    padding: 0 0.625rem
}
.header-wrap .top-header .nav-wrap .apply a,.footer .footer-wrap .footer-left .footer-logo .apply a{color:inherit}
.header-wrap .top-header .nav-wrap .search {
    background: hsla(0,0%,100%,.1);
    border: 1px solid #fff;
    border-radius: 50px 50px 50px 50px;
    border-radius: 3.125rem 3.125rem 3.125rem 3.125rem;
    display: flex;
    height: 34px;
    height: 2.125rem;
    margin: 0 14px;
    margin: 0 0.875rem;
    padding: 0 0 0 20px;
    padding: 0 0 0 1.25rem;
    position: relative;
    width: 156px;
    width: 9.75rem
}

.header-wrap .top-header .nav-wrap .search.active {
    background: #fff
}

.header-wrap .top-header .nav-wrap .search.active:before {
    background: url(../images/search-01.png) no-repeat;
    background-size: 100% 100%;
    content: "";
    display: block;
    height: 15px;
    height: 0.9375rem;
    left: 10px;
    left: 0.625rem;
    margin-top: -7.5px;
    margin-top: -0.46875rem;
    position: absolute;
    top: 50%;
    width: 15px;
    width: 0.9375rem
}

.header-wrap .top-header .nav-wrap .search .search-input {
    background: none;
    border: none;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    height: 100%;
    width: 100%
}

.header-wrap .top-header .nav-wrap .search:before {
    background: url(../images/search-icon.png) no-repeat;
    background-size: 100% 100%;
    content: "";
    display: block;
    height: 15px;
    height: 0.9375rem;
    left: 10px;
    left: 0.625rem;
    margin-top: -7.5px;
    margin-top: -0.46875rem;
    position: absolute;
    top: 50%;
    width: 15px;
    width: 0.9375rem
}

.header-wrap .top-header .nav-wrap .search>form {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%
}

.header-wrap .top-header .nav-wrap .search>form>.search-btn {
    background: transparent;
    border: none;
    font-size: .8rem;
    outline: none;
    width: 70px;
    width: 4.375rem
}

.header-wrap .top-header .search-tips-wrap {
    background: #fff;
    border-radius: 15px;
    border-radius: 0.9375rem;
    color: #036;
    display: none;
    font-size: 14px;
    font-size: 0.875rem;
    max-width: 334px;
    max-width: 20.875rem;
    padding: 15px;
    padding: 0.9375rem;
    position: fixed;
    right: 30px;
    right: 1.875rem;
    top: 70px;
    top: 4.375rem;
    z-index: 1000
}

.header-wrap .top-header .search-tips-wrap span {
    color: #e3000c
}

.header-wrap .top-header .search-tips-wrap .search-title {
    color: #036;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    padding: 0 10px;
    padding: 0 0.625rem
}

.header-wrap .top-header .search-tips-wrap .search-result-list {
    margin-bottom: 20px;
    margin-bottom: 1.25rem
}

.header-wrap .top-header .search-tips-wrap .search-result-list a {
    border-radius: 4px;
    border-radius: 0.25rem;
    color: #00467f;
    display: block;
    line-height: 22px;
    line-height: 1.375rem;
    margin-top: 8px;
    margin-top: 0.5rem;
    padding: 5px 10px;
    padding: 0.3125rem 0.625rem
}

.header-wrap .top-header .search-tips-wrap .search-result-list a:hover {
    background: rgba(224,236,244,.8)
}

.header-wrap .top-header .search-tips-wrap .search-more {
    text-align: center
}

.banner {
    position: relative
}

.banner .top-banner {
    left: 50%;
    position: absolute;
    top: 52%;
    transform: translateX(-50%)
}

.banner .title-wrap {
    color: #fff;
    font-size: 36px;
    font-size: 2.25rem;
    letter-spacing: 3px;
    letter-spacing: 0.1875rem
}

.banner .title-wrap h3 {
display:none;
    color: #fff;
    font-size: 52px;
    font-size: 3.25rem;
    font-weight: 500;
    letter-spacing: 6px;
    letter-spacing: 0.375rem;
    line-height: 72px;
    line-height: 4.5rem
}

.tab-wrap {
    display: flex;
    margin-bottom: 48px;
    margin-bottom: 3rem;
    padding-top: 100px;
    padding-top: 6.25rem
}

.tab-wrap .tab {
    background: hsla(0,0%,100%,.4);
    border: 1px solid #005f8f;
    border-radius: 60px;
    border-radius: 3.75rem;
    color: #036;
    font-size: 16px;
    font-size: 1rem;
    height: 44px;
    height: 2.75rem;
    margin-right: 20px;
    margin-right: 1.25rem;
    padding: 0 15px;
    padding: 0 0.9375rem
}
.tab-wrap .tab a{color:inherit}
.tab-wrap .tab.active {
    border: 1px solid #e3000c;
    color: #e3000c;
    font-weight: 700
}

.card-wrap {
    display: grid;
    gap: 24px 24px;
    gap: 1.5rem 1.5rem;
    grid-template-columns: repeat(3,1fr);
    overflow: hidden;
    place-content: center;
    place-items: center
}

.card-wrap .card {
    background: #fff;
    border-radius: 10px;
    border-radius: 0.625rem;
    float: left;
    margin-bottom: 48px;
    margin-bottom: 3rem;
    margin-right: 2%;
    width: 392px;
    width: 24.5rem
}

.card-wrap .card:nth-child(3n) {
    margin-right: 0
}

.card-wrap .card .cart-content {
    padding: 16px;
    padding: 1rem
}

.card-wrap .card .cart-content .time {
    color: #005f8f;
    font-size: 16px;
    font-size: 1rem
}

.card-wrap .card .cart-content h3 {
    height: 30px;
-webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    white-space: normal;
    color: #001b32;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    padding: 7px 0;
    padding: 0.4375rem 0
}

.card-wrap .card .cart-content p {
    min-height: 40px;
    color: #001b32;
    font-size: 15px;
    font-size: 0.995rem
}
.card-wrap .card .cart-content p a{color: #001b32;
}

.card-wrap .card .cart-content .see-btn {
    color: #e3000c;
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 17px;
    margin-top: 1.0625rem
}

.card-wrap .card .cart-content:hover .ellipsis2 {
    color: var(--theme-color-red)
}

.footer {
    background: linear-gradient(90deg,#00c3bd,#005b8c);
    padding: 70px 120px 18px 90px;
    padding: 4.375rem 7.5rem 1.125rem 5.625rem;
    position: relative
}

.footer .to-top {
    position: absolute;
    right: 65px;
    right: 4.0625rem;
    top: 70px;
    top: 4.375rem;
    width: 42px;
    width: 2.625rem
}

.footer .language-wrap {
    bottom: 100px;
    bottom: 6.25rem;
    position: absolute;
    right: 88px;
    right: 5.5rem
}

.footer .footer-wrap {
    display: flex;
    justify-content: space-between
}

.footer .footer-wrap .footer-left .footer-logo .logo2 {
    width: 317px;
    width: 19.8125rem
}

.footer .footer-wrap .footer-left .footer-logo .apply {
    background: #fff;
    border-radius: 10px;
    border-radius: 0.625rem;
    color: #0197a8;
    font-size: 19px;
    font-size: 1.1875rem;
    font-weight: 500;
    height: 48px;
    height: 3rem;
    margin-top: 32px;
    margin-top: 2rem;
    width: 144px;
    width: 9rem
}

.footer .footer-wrap .footer-left .address {
width:74.41%;
    color: #fff;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 22px;
    line-height: 1.375rem;
    margin-top: 153px;
    margin-top: 9.5625rem
}

.footer .copy-right {
    color: #fff;
    font-size: 11px;
    font-size: 0.6875rem;
    margin-top: 30px;
    margin-top: 1.875rem;
    text-align: center
}

.footer .footer-right {
    color: #fff;
    display: flex;
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 170px;
    padding-top: 10.625rem
}

.footer .footer-right .footer-nav {
    margin-right: 72px;
    margin-right: 4.5rem
}

.footer .footer-right .footer-nav a {
    color: #fff
}

.footer .footer-right .footer-nav:last-child {
    margin-right: 0
}

.footer .footer-right .footer-nav h3 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 30px;
    margin-bottom: 1.875rem
}

.footer .footer-right .footer-nav li {
    line-height: 32px;
    line-height: 2rem
}

.switch-wrap {
    background: hsla(0,0%,100%,.05);
    border: 1px solid #fff;
    border-radius: 50px 50px 50px 50px;
    border-radius: 3.125rem 3.125rem 3.125rem 3.125rem;
    color: #fff;
    font-size: 12px;
    font-size: 0.75rem;
    height: 30px;
    height: 1.875rem;
    padding: 4px;
    padding: 0.25rem;
    width: 56px;
    width: 3.5rem
}

.switch-wrap .switch {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 22px;
    height: 1.375rem;
    justify-content: center;
    width: 22px;
    width: 1.375rem
}

.switch-wrap .switch.active {
    background: #fff;
    border-radius: 50%;
    color: #036
}

.pageTool {
    margin-bottom: 90px;
    margin-bottom: 5.625rem;
    margin-top: 40px;
    margin-top: 2.5rem
}

.link-more {
    align-items: center;
    display: flex
}

.link-more .arrow-tips {
    background: #fff;
    border-radius: 50%;
    height: 34px;
    height: 2.125rem;
    margin-right: 7px;
    margin-right: 0.4375rem;
    width: 34px;
    width: 2.125rem
}

.link-more .arrow-tips img {
    width: 18px;
    width: 1.125rem
}

.link-more .link-text a {
    color: inherit;
}

.link-more .link-text {
    background: #00467f;
    border-radius: 40px;
    border-radius: 2.5rem;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    height: 34px;
    height: 2.125rem;
    overflow: hidden;
    padding: 0 10px;
    padding: 0 0.625rem;
    text-overflow: ellipsis;
    white-space: nowrap
}

.link-more .link-text:hover {
    background: linear-gradient(224deg,#03c3c0,#0283a2)
}

.link-more .link-text-02 {
    background: #007089
}

.link-more .link-text-03 {
    background: #036
}

.link-more.hover:hover .link-text {
    background: linear-gradient(224deg,#03c3c0,#0283a2)
}

.slideBar {
    align-items: center;
    background: url(../images/home/slide-bg.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    height: 436px;
    height: 27.25rem;
    justify-content: center;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 73px;
    width: 4.5625rem;
    z-index: 99998
}

.slideBar .slide-item {
    color: #419db4;
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    position: relative;
    text-align: center
}

.slideBar .slide-item:last-child {
    margin-bottom: 0
}

.slideBar .slide-item .icon {
    height: 40px;
    height: 2.5rem;
    margin: 0 auto 4px;
    margin: 0 auto 0.25rem;
    width: 40px;
    width: 2.5rem
}

.slideBar .slide-item .code {
    display: none;
    height: 100px;
    height: 6.25rem;
    position: absolute;
    right: 73px;
    right: 4.5625rem;
    top: -20px;
    top: -1.25rem;
    width: 100px;
    width: 6.25rem;
    z-index: 99999
}

.slideBar .slide-item:first-child .icon {
    background: url(../images/home/icon-01.png) no-repeat;
    background-size: 100% 100%
}

.slideBar .slide-item:first-child:hover .icon {
    background: url(../images/home/icon-01-active.png) no-repeat;
    background-size: 100% 100%
}

.slideBar .slide-item:first-child:hover .slide-text {
    color: #00467f
}

.slideBar .slide-item:nth-child(2) .icon {
    background: url(../images/home/icon-02.png) no-repeat;
    background-size: 100% 100%
}

.slideBar .slide-item:nth-child(2):hover .icon {
    background: url(../images/home/icon-02-active.png) no-repeat;
    background-size: 100% 100%
}

.slideBar .slide-item:nth-child(2):hover .slide-text {
    color: #00467f
}

.slideBar .slide-item:nth-child(3) .icon {
    background: url(../images/home/icon-03.png) no-repeat;
    background-size: 100% 100%
}

.slideBar .slide-item:nth-child(3):hover .icon {
    background: url(../images/home/icon-03-active.png) no-repeat;
    background-size: 100% 100%
}

.slideBar .slide-item:nth-child(3):hover .slide-text {
    color: #00467f
}

.slideBar .slide-item:nth-child(3):hover .code {
    display: block
}

.slideBar .slide-item:nth-child(4) .icon {
    background: url(../images/home/icon-04.png) no-repeat;
    background-size: 100% 100%
}

.slideBar .slide-item:nth-child(4):hover .icon {
    background: url(../images/home/icon-04-active.png) no-repeat;
    background-size: 100% 100%
}

.slideBar .slide-item:nth-child(4):hover .slide-text {
    color: #00467f
}

.slideBar .slide-item:nth-child(4):hover .code {
    display: block
}

.mask {
    background: rgba(0,0,0,.5);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999
}

.project-title h3 {
    color: #e3000c;
    font-size: 32px;
    font-size: 2rem;
    text-transform: uppercase
}

.project-title h4 {
    color: #036;
    font-size: 34px;
    font-size: 2.125rem
}

.mobile-header-wrap {
    align-items: center;
    background: rgba(0,51,102,.5);
    display: none;
    height: 78px;
    height: 4.875rem;
    justify-content: space-between;
    left: 0;
    padding: 0 20px;
    padding: 0 1.25rem;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000
}

.mobile-header-wrap .logo {
    width: 154px;
    width: 9.625rem
}

.mobile-btn-wrap {
    align-items: center;
    display: flex;
    z-index: 10000
}

.mobile-btn-wrap .search-btn {
    margin-right: 20px;
    margin-right: 1.25rem;
    width: 29px;
    width: 1.8125rem
}

.mobile-btn-wrap .menu-icon {
    width: 29px;
    width: 1.8125rem
}

.mobile-menu-wrap-mask {
    background: rgba(0,0,0,.5);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    transition: all .5s ease-in-out;
    width: 100%;
    z-index: 999
}

.mobile-menu-wrap-mask.visible {
    opacity: 1;
    width: 100%
}

.mobile-menu-wrap {
    display: flex;
    justify-content: flex-end;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: all .5s ease-in-out;
    z-index: 9999
}

.mobile-menu-wrap .left {
    padding-top: 30px;
    padding-top: 1.875rem
}

.mobile-menu-wrap .right {
    background: #036;
    height: 100vh;
    margin-left: 20px;
    margin-left: 1.25rem;
    padding: 30px 0;
    padding: 1.875rem 0;
    width: 200px;
    width: 12.5rem
}

.mobile-menu-wrap .right .lang-switch-wrap {
    display: flex;
    justify-content: flex-end;
    padding-right: 20px;
    padding-right: 1.25rem
}

.mobile-menu-wrap .right .apply {
    align-items: center;
    background: #e3000c;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    height: 50px;
    height: 3.125rem;
    margin-top: 20px;
    margin-top: 1.25rem;
    padding: 0 20px;
    padding: 0 1.25rem
}

.mobile-menu-wrap .right .apply .apply-icon {
    margin-right: 25px;
    margin-right: 1.5625rem;
    width: 22px;
    width: 1.375rem
}

.mobile-menu-wrap .right .nav-wrap {
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 30px 20px;
    padding: 1.875rem 1.25rem
}

.mobile-menu-wrap .right .nav-wrap .nav-title {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.mobile-menu-wrap .right .nav-wrap .nav-title .arrow-icon {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    height: 8px;
    height: 0.5rem;
    transform: rotate(45deg);
    width: 8px;
    width: 0.5rem
}

.mobile-menu-wrap .right .nav-wrap .nav-title .rotate {
    transform: rotate(135deg)
}

.mobile-menu-wrap .right .nav-wrap .dropdown-wrap {
    display: none
}

.mobile-menu-wrap .right .nav-wrap li {
    margin-bottom: 36px;
    margin-bottom: 2.25rem
}

.mobile-menu-wrap .right .nav-wrap li a {
    color: #fff
}

.mobile-menu-wrap .right .nav-wrap .dropdown-wrap a {
    color: hsla(0,0%,100%,.7);
    margin-top: 24px;
    margin-top: 1.5rem
}

.profile-list {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    gap: 2rem
}

.profile-list.profile-list-pt {
    padding-top: 85px;
    padding-top: 5.3125rem
}

.profile-list .personal-profile {
    background-color: #fff;
    border-radius: 10px;
    border-radius: 0.625rem
}

.profile-list .personal-profile .personal-card {
    color: #036;
    max-width: 286px;
    width: 17.875rem;
    position: relative
}

.profile-list .personal-profile .personal-card figure {
    max-height: 286px;
    height: 17.875rem;
    overflow: clip
}
.profile-list .personal-profile .personal-card figure img{margin: 0 auto;
    height: 18rem;
    width: auto;}
.profile-list .personal-profile .personal-card .profile-body {
    border-radius: 10px;
    border-radius: 0.625rem;
    padding: 14px 20px;
    padding: 0.875rem 1.25rem;
    position: relative;
    z-index: 9
}
.profile-list .personal-profile .personal-card .profile-body h1 a {
    color: #036;
}
.profile-list .personal-profile .personal-card .profile-body h1 {
    color: #036;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 400;
    height: 27px;
    height: 1.6875rem;
    line-height: 27px;
    line-height: 1.6875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.profile-list .personal-profile .personal-card .profile-body>p {
height:1rem;
font-size:14px;
    color: #036;
    /*height: 26px;
    height: 1.625rem;
    line-height: 26px;
    line-height: 1.625rem;*/
    margin-top: 5px;
    margin-top: 0.3125rem;
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    width: 244px;
    width: 15.25rem;
    width: 100%
}

.profile-list .personal-profile .personal-card .profile-body .class-tips {
    display: block;
    line-height: 27px;
    line-height: 1.6875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.profile-list .personal-profile .personal-card .profile-body .action {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
    margin-top: 0
}

.profile-list .personal-profile .personal-card .profile-body .action a {
    color: #005f8f;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 26px;
    line-height: 1.625rem
}

.profile-list .personal-profile .personal-card .profile-body .action a:before {
    content: "→";
    padding-right: 5px;
    padding-right: 0.3125rem
}

.profile-list .personal-profile .personal-card .profile-body .action a:hover {
    cursor: pointer
}

.profile-list .personal-profile .personal-card .profile-body .action .class-tips {
   /*width: 57%;*/
}

.m-banner {
    display: none
}

@media screen and (max-width: 750px) {
    .pt-90 .card-wrap .card-img img {
        margin: 0;
        width: 100%;
}
    .profile-list {
        display:grid;
        grid-template-columns: repeat(2,1fr);
        margin-top: 0;
        padding: 0 16px;
        padding: 0 1rem
    }

    .profile-list.profile-list-pt {
        padding-top: 40px;
        padding-top: 2.5rem
    }

    .profile-list .personal-profile {
        overflow: hidden;
        width: 100%
    }

    .profile-list .personal-profile .personal-card {
        max-width: 245px;
        max-width: 15.3125rem
    }

    .profile-list .personal-profile .profile-body h1 {
        height: auto!important
    }

    .profile-list .personal-profile .profile-body .action {
        margin-top: 0
    }

    .header-wrap,.profile-list .personal-profile .profile-body .action>span {
        display: none
    }

    .mobile-header-wrap {
        display: flex
    }

    .mobile-header-wrap.active {
        background: rgba(0,51,102,.5)
    }

    .slideBar {
        display: none
    }

    .top-banner .text-wrap h3 {
        font-size: 22px;
        font-size: 1.375rem
    }

    .top-banner .text-wrap .tags-wrap {
        font-size: 14px;
        font-size: 0.875rem
    }

    .footer {
        padding: 100px 0 35px;
        padding: 6.25rem 0 2.1875rem
    }

    .footer .to-top {
        right: 50%;
        top: 30px;
        top: 1.875rem;
        transform: translateX(50%)
    }

    .footer .footer-wrap {
        margin: 0 auto;
        width: 263px;
        width: 16.4375rem
    }

    .footer .footer-wrap .footer-right {
        display: none
    }

    .footer .footer-wrap .footer-left .footer-logo .logo2 {
        width: 100%
    }

    .footer .footer-wrap .footer-left .footer-logo .apply {
        border-radius: 10px;
        border-radius: 0.625rem;
        font-size: 16px;
        font-size: 1rem;
        height: 46px;
        height: 2.875rem;
        margin: 30px auto 0;
        margin: 1.875rem auto 0;
        width: 132px;
        width: 8.25rem
    }

    .footer .footer-wrap .footer-left .address {
width:100%;
        margin-top: 70px;
        margin-top: 4.375rem;
        text-align: center
    }

    .footer .copy-right {
        display: none
    }

    .footer .language-wrap {
        bottom: 20px;
        bottom: 1.25rem;
        right: 5%
    }

    .banner .pc-banner {
        display: none
    }

    .banner .m-banner {
        display: block
    }

    .banner .top-banner {
        bottom: 30px;
        bottom: 1.875rem;
        top: auto
    }

    .banner .title-wrap {
        font-size: 21px;
        font-size: 1.3125rem;
        padding-left: 20px;
        padding-left: 1.25rem
    }

    .banner .title-wrap h3 {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 40px;
        line-height: 2.5rem
    }

    .project-title {
        text-align: center
    }

    .tab-wrap {
        padding-left: 20px;
        padding-left: 1.25rem;
        padding-top: 30px;
        padding-top: 1.875rem
    }

    .card-wrap {
        gap: 20px;
        gap: 1.25rem;
        grid-template-columns: repeat(1,1fr);
        padding: 0 20px;
        padding: 0 1.25rem
    }

    .card-wrap .card {
        height: auto;
        margin: 0;
        width: 100%
    }
}

@media screen and (max-width: 1680px) {
    .footer .footer-wrap .footer-right .footer-nav {
        margin-right:20px;
        margin-right: 1.25rem
    }
}

.banner .title-wrap p{text-transform: uppercase;}

@media screen and (max-width:1400px) {
.thesis{    padding: 5rem 4rem 0 4rem;}

}

.slideBar .slide-item .icon1 {
    background: url(../images/home/icon-02.png) no-repeat !important;
    background-size: 100% 100% !important;
}
.slideBar .slide-item:hover .icon1 {
    background: url(../images/home/icon-02-active.png) no-repeat !important;
    background-size: 100% 100% !important;
}
.card-wrap .card .cart-content h3 a {
    color: inherit;
}

.footer-left .address p:nth-child(1) {background: url(../images/dz.png) no-repeat;    margin-bottom: 1rem;line-height: 15px;padding-left: 2rem;}
.footer-left .address p:nth-child(3) {background: url(../images/tel.png) no-repeat;    line-height: 30px;padding-left: 2rem;}