* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #333;
}
.w-794 { width:794px;}
.w-532 { width:794px;}
ul,
ol {
    list-style: none outside none;
}

.display {
    display: block;
}

.bodyback {
    background-color: #F9F9F9;
    min-height: 100vh;
}

header {
    background-color: #fff;
}

.content-box {
    width: 1200px;
    margin: 0 auto;
}

.content-wrapper {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.header-logo {
    width: 226px;
    height: 36px;
}

.nav-wrap .nav-item {
    padding: 0 30px;
}

.nav-wrap .nav-item>a {
    font-size: 16px;
    color: #333333;
    position: relative;
}

.nav-wrap .nav-item.active>a {
    color: #2666FF;
    font-weight: bold;
}

.nav-wrap .nav-item.active>a::after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    height: 2px;
    background-color: #2666FF;
}

.nav-wrap .nav-item:last-child {
    padding-right: 0;
}

.nav-wrap .nav-item:first-child {
    padding-left: 0;
}

.home-banner-img {
    width: 100%;
    height: 440px;
    display: block;
}

.title-wrapper {
    line-height: 40px;
}

.title-wrapper .title-text {
    color: #32364A;
    font-size: 30px;
}

.title-wrapper .title-span {
    color: #B1B1B1;
    font-size: 14px;
    margin-left: 9px;
}

.unit-text {
    color: #333333;
    position: relative;
}

.unit-text::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background-color: #000000;
    border-radius: 50%;
}

#swiper-aioet {
    height: 210px;
}

#swiper-aioet .unit-text {
    line-height: 41px;
}

#swiper-aioet-pag {
    left: 50%;
    bottom: -30px;
}

#swiper-aioet-pag .swiper-pagination-bullet {
    display: inline-block;
    margin: 5px 3px;
}

.dynamic-wrapper {
    height: 650px;
    background-image: url("./image/dynamic-back.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.dynamic-wrapper .title-text {
    font-size: 24px;
}

.title-aot {
    color: #32364A;
    font-size: 30px;
    margin-bottom: 9px;
    font-weight: bold;
}

.title-aot-chi {
    font-size: 12px;
    color: #B1B1B1;
}

#swiper-competition .competition-text {
    height: 40px;
    background: rgba(0, 0, 0, .4);
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #fff;
    line-height: 40px;
    font-size: 14px;
    padding-left: 8px;
}

#competition-pagination {
    bottom: 11px;
    right: 14px;
}

#competition-pagination .swiper-pagination-bullet {
    margin: 0 5px;
    background: #fff;
    opacity: 1;
}

#competition-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #007aff;
}

.news-wrap .news-item {
    height: 124px;
    padding: 0 11px 0 34px;
    background-color: #fff;
    margin-top: 13px;
}

.news-wrap .news-item:first-child {
    margin-top: 0;
}

.news-wrap .news-item .news-item-day>h3 {
    color: #656565;
    font-size: 24px;
    position: relative;
}

.news-wrap .news-item .news-item-day>h3::after {
    position: absolute;
    content: '';
    bottom: -5px;
    left: 0;
    width: 14px;
    height: 1px;
    background-color: #E0E0E0;
}

.news-wrap .news-item .news-item-day {
    padding-right: 38px;
    position: relative;
}

.news-wrap .news-item .news-item-day::after {
    content: '';
    position: absolute;
    right: 18px;
    top: 0;
    width: 1px;
    height: 63px;
    background-color: #E0E0E0;
}

.news-wrap .news-item .news-item-day .news-item-time {
    color: #B1B1B1;
    font-size: 12px;
}

.news-wrap .news-item .news-item-content_text {
    color: #333333;
    font-size: 16px;
    font-weight: 500;
}

.news-wrap .news-item .news-item-content_text:hover {
    color: #2666FF;
}

.announcement-wrap .announcement-item {
    height: 193px;
    background: #FFFFFF;
    margin-top: 12px;
    padding: 14px 27px 28px 22px;
    display: block;
}

.announcement-wrap .announcement-item:first-child {
    margin-top: 0;
}

.announcement-wrap .announcement-item .announcement-item-title {
    color: #333333;
}

.announcement-wrap .announcement-item .announcement-item-title:hover {
    color: #2666FF;
}

.announcement-wrap .announcement-item .announcement-item-text {
    color: #B1B1B1;
    font-size: 14px;
    margin-top: 5px;
}

.announcement-wrap .announcement-item .announcement-item-br {
    margin-top: 24px;
    margin-bottom: 18px;
    width: 270px;
    height: 1px;
    background-color: #F3F3F3;
}

.announcement-wrap .announcement-item .announcement-item-day>h3 {
    color: #32364A;
    font-size: 24px;
}

.announcement-wrap .announcement-item .announcement-item-day>div {
    color: #B1B1B1;
    font-size: 14px;
}

.academy-wrap .academy-item {
    width: 188px;
    height: 60px;
    background: linear-gradient(180deg, #F3F5F8 0%, #FFFFFF 100%);
    box-shadow: 3px 7px 8px 3px rgba(19, 82, 147, 0.05);
    border-radius: 2px;
    border: 2px solid #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 14px;
    margin-right: 14px;
    cursor: pointer;
    color: #333333;
    font-weight: 500;
}

.academy-wrap .academy-item:nth-child(6n) {
    margin-right: 0;
}

.academy-wrap .academy-item:hover {
    background: linear-gradient(180deg, #F5F8FF 0%, #FFFFFF 100%);
    color: #2666FF;
}

.show-wrapper {
    background-color: #F9F9F9;
}

.show-wrapper #swiper-show .swiper-show-img {
    width: 383px;
    height: 216px;
    object-fit: cover;
    display: block;
}

.show-wrapper #swiper-show .swiper-slide p {
    color: #333333;
    font-weight: 500;
    padding-left: 10px;
}

.show-wrapper #swiper-show .swiper-slide:hover p {
    color: #2666FF;
}

.show-wrapper .swiper-btn {
    position: absolute;
    width: 32px;
    height: 32px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    top: 38%;
    z-index: 8;
}

.show-wrapper .swiper-btn-next .swiper-button-next {
    right: 6px;
    top: 32px;
    width: 23px;
    height: 12px;
    background-size: 14px 32px;
}

.show-wrapper .swiper-btn-prev .swiper-button-prev {
    top: 32px;
    width: 23px;
    height: 12px;
    left: 8px;
    background-size: 14px 32px;
}

.swiper-btn-prev {
    left: 10px;
    right: auto;
}

.swiper-btn-next {
    right: 10px;
    left: auto;
}

.footer-wrapper {
    height: 164px;
    background-image: url("./image/footer-back.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-box span {
    color: #4F4F4F;
}

.shortcut-wrapper {
    position: fixed;
    bottom: 20%;
    right: 8px;
    color: #fff;
    z-index: 999;
}

.shortcut-wrapper .qrCode-box {
    width: 52px;
    height: 140px;
    background: linear-gradient(180deg, #2666FF 0%, #8EAFFF 100%);
    box-shadow: 3px 7px 8px 3px rgba(19, 82, 147, 0.05);
    border-radius: 26px;
    border: 2px solid #FFFFFF;
    cursor: pointer;
}

.shortcut-wrapper .qrCode-box>span,
.shortcut-wrapper .contact-box>span {
    writing-mode: vertical-rl;
    font-size: 14px;
}

.shortcut-wrapper .contact-box {
    width: 52px;
    height: 168px;
    background: linear-gradient(180deg, #FF4D40 0%, #FFA35A 100%);
    box-shadow: 3px 7px 8px 3px rgba(19, 82, 147, 0.05);
    border-radius: 26px;
    border: 2px solid #FFFFFF;
    cursor: pointer;
}

.shortcut-wrapper .return-box {
    width: 52px;
    height: 52px;
    background: linear-gradient(180deg, #F3F5F8 0%, #FFFFFF 100%);
    box-shadow: 3px 7px 8px 3px rgba(19, 82, 147, 0.05);
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    cursor: pointer;
}

.aside-wrapper {
    background-color: #fff;
    width: 224px;
    margin-right: 24px;
}

.aside-wrapper>a {
    height: 60px;
    padding: 0 41px;
    line-height: 60px;
    font-size: 20px;
    font-weight: bold;
    color: #32364A;
    display: block;
}

.aside-wrapper>a.acitve {
    color: #2666FF;
}

.info-wrap,
.liste-wrap {
    background: #fff;
    padding: 0 15px 15px 15px;
}

.info-wrap .info-item {
    height: auto;
    padding: 15px 0 15px 0;
    overflow: hidden;
    font-size: 14px;
    border-bottom: 2px dotted #999;
}

.info-wrap .info-item a {
    width: 80%;
}

.info-wrap .info-item a:hover {
    color: #0168b5;
    text-decoration: underline;
}

.info-box {
    padding: 49px 64px 57px 64px;
    background-color: #fff;
}

.info-box>h1 {
    color: #32364A;
    font-size: 24px;
    text-align: center;
}

.liste-wrap .liste-item {
    padding: 15px 0 15px 0;
}

.liste-wrap .liste-item>img {
    width: 172px;
    height: 129px;
    border: 1px solid #999;
    object-fit: cover;
}

.liste-wrap .liste-item h5 {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
}

.liste-wrap .liste-item h5:hover a{
    color: #0168b5;
    text-decoration: underline;
}

.liste-wrap .liste-item p {
    font-size: 14px;
    line-height: 24px;
    max-height: 48px;
    margin: 10px 0;
}

.liste-wrap .liste-item span {
    font-size: 14px;
    display: block;
    max-height: 100px;
}

/* v-1.1 */
.shortcut-wrapper .positicode-wrapper{
    position: absolute;
    right:72px;
    top: 0;
    width: 160px;
    height: 140px;
    background: linear-gradient( 180deg, #F3F5F8 0%, #FFFFFF 100%);
    border-radius: 8px;
    border: 2px solid #FFFFFF;
    display: none;
}

.shortcut-wrapper .qrCode-box:hover + .positicode-wrapper{
    display: flex;
}

.shortcut-wrapper .positicode-wrapper span{
    font-size: 12px;
    color: #32364A;
    font-weight: 400;
}

.shortcut-wrapper .contact-wrapper{
    position: absolute;
    right:72px;
    bottom:112px;
    width: 160px;
    height: 73px;
    background: linear-gradient( 180deg, #F3F5F8 0%, #FFFFFF 100%);
    border-radius: 8px;
    border: 2px solid #FFFFFF;
    display: none;
}

.shortcut-wrapper .contact-wrapper span{
    color: #32364A;
}

.shortcut-wrapper .contact-box:hover + .contact-wrapper{
    display: flex;
}


/* end v-1.1 */
