.wel .sub_banner {
    height: 13.75rem;
}

.sub_banner .wel_pagination {
    line-height: 1;
    font-size: 0;
    bottom: 40px;
}

.sub_banner .wel_pagination .swiper-pagination-bullet {
    width: .2rem;
    height: .2rem;
    background: #d9d9dd;
    border-radius: 50%;
    margin: 0 .25rem;
    opacity: 1;
}

.sub_banner .wel_pagination .swiper-pagination-bullet-active {
    background: linear-gradient(180deg, #005aaa 0%, #64c3ca 100%);
}

.sub_banner {
    width: 100%;
    height: 15rem;
    overflow: hidden;
}

.sub_banner .swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.sub_banner .swiper-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.sub_banner .swiper-slide .slide-inner {
    width: 100%;
    height: 100%;
    /* opacity: 0; */
}

.sub_banner .swiper-slide.scale .slide-inner {
    animation: scales 1.2s linear;
    opacity: 1;
}

.sub_banner .swiper-slide .slide-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sub_banner .swiper-slide .slide-inner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.sub_banner .swiper-slide .slide-inner .play {
    z-index: 5;
}

.sub_banner .tit-52 {
    text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}

.sub_banner .swiper-slide .txt {
    width: calc(100% - 7.5rem);
}

.sub_banner .swiper-slide .txt .tit-52 {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}

.sub_banner .swiper-slide .txt .tit-18 {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}

.sub_banner .swiper-slide .more {
    margin-top: 0.7rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all .6s;
}

.sub_banner .swiper-slide.scale .more {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: opacity 1s 1.5s;
}

.sub_banner .swiper-slide.scale .txt .tit-52 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: all 1s 1s;
}

.sub_banner .swiper-slide.scale .txt .tit-18 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: all 1s 1.2s;
}

.sub_banner>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}

.sub_banner.cur>img {
    animation: scales 1.2s linear;
}

.position .w1620 {
    padding: 1.6rem 0 0;
    overflow: hidden;
}

.position .w1620 .tit-36 {
    margin-bottom: .85rem;
}

.position .swiper-slide {
    background: #ffffff;
    border-radius: .15rem;
    border: 1px solid #e3e3e3;
    overflow: hidden;
    display: flex;
    align-items: stretch;
}

.position .swiper-slide:hover img {
    transform: scale(1.02);
}

.position .swiper-pagination {
    line-height: 1;
    font-size: 0;
    bottom: 0;
    margin: 0;
    margin-top: .5rem;
}

.position .swiper-pagination-bullet {
    width: .2rem;
    height: .2rem;
    background: #d9d9dd;
    opacity: 1;
}

.position .swiper-pagination-bullet-active {
    opacity: 1;
    background: linear-gradient(180deg, #005aaa 0%, #64c3ca 100%);
}

.position .swiepr-wrapper {
    align-items: stretch;
}

.position .img_card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}

.wel_01 .swiper-slide .img_card {
    width: 4.2rem;
    height: 4.2rem;
    background: #f5f5f7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wel_01 .swiper-slide .txt_card {
    width: calc(100% - .925rem - 4.2rem);
}

.wel_01 .swiper-slide {
    padding: 1.25rem 1rem 1.2rem 1.1rem;
    justify-content: space-between;
}

.wel_01 .tit-28 {
    margin-bottom: .425rem;
    line-height: 1.2;
}

.wel_01 .tit-16 {
    margin-bottom: 1.25rem;
    line-height: .6rem;
}

.wel_02 .swiper-slide {
    /* padding: .875rem .875rem 1.225rem; */
    padding: 0;
    flex-direction: column;
}

.wel_02 .swiper-slide .img_card {
    width: 100%;
    height: 7.5rem;
    border-radius: .25rem;
    overflow: hidden;
    /* margin-bottom: .7rem; */
}
.wel_02 .swiper-slide .txt_card{
    padding: .7rem .875rem 1.225rem;
}
.wel_02 .swiper-slide .tit-24 {
    margin-bottom: .325rem;
    line-height: 1.2;
}

.wel_02 .swiper-slide .tit-16 {
    margin-bottom: .825rem;
    min-height: 1.25rem;
}

.wel_02_1 .swiper-slide .tit-14 {
    background: #005aaa;
    border-radius: .1rem;
    padding: .15rem .5rem;
    transition: all .6s;
    position: relative;
    overflow: hidden;
    width: max-content;
}

.wel_02_1 .swiper-slide .tit-14.bo {
    background-color: #64c3ca;
}

.wel_02_1 .swiper-slide .tit-14 span {
    z-index: 1;
    position: relative;
}

.wel_02_1 .swiper-slide .tit-14::after {
    position: absolute;
    left: 0%;
    top: 0%;
    content: '';
    z-index: 0;
    width: 0%;
    height: 100%;
    background: linear-gradient(#005AAA 0%, #64C3CA 100%);
    border-radius: .1rem;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
}

.wel_02_1 .swiper-slide:hover .tit-14 {
    color: #fff;
}

.wel_02_1 .swiper-slide:hover .tit-14::after {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.wel_02_3 .w1620 {
    width: 100%;
    padding-left: 3.75rem;
    padding-right: 5.25rem;
}

.wel {
    background: #f5f5f7;
    overflow: hidden;
}

.wel_02_3 {
    padding-bottom: 3.8rem;
}

.wel_02 .swiper-wrapper {
    align-items: stretch;
}

.wel_02 .swiper-slide {
    height: auto;
}

.wel_02_3 .swiper-slide .tit-24 {
    margin-bottom: .675rem;
}

.wel_02_3 .swiper-slide .tit-16 {
    /* min-height: 2.125rem; */
}

.wel_02_3 #canvas {
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
}

.wel_02_3 #wave {
    width: 100%;
    height: 500px;
    position: absolute;
    left: 0px;
    bottom: 0;
}

.wel_02_3 img.poa {
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.g_info {
    background-color: #F5F5F7;
}

.g_info .info_header {
    padding-top: .75rem;
    border-bottom: 1px solid rgba(234, 234, 234, 1);
    width: 100%;
    z-index: 2;
}

.g_info .info_header .w1440 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.g_info .info_header .lrt,
.g_info .info_header .lft {
    color: #4B5563;
    display: inline-flex;
    align-items: center;
}

.g_info .info_header a {
    color: #4B5563;
    position: relative;
    line-height: 1;
    padding-bottom: .4rem;
    display: block;
}
.g_info .info_header .lrt a{
    display: inline-block;
}
.g_info .info_header a:hover,
.g_info .info_header a.active {
    color: transparent;
    font-weight: 500;
    background: linear-gradient(90deg, #005AAA 0%, #64C3CA 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all .6s;
}

.g_info .info_header a::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0rem;
    height: 0.05rem;
    flex-shrink: 0;
    border-radius: 2rem;
    background: linear-gradient(90deg, #005AAA 0%, #64C3CA 100%);
    content: '';
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
}

.g_info .info_header .lft a::after {
    display: none;
}

.g_info .info_header .lrt a {
    margin-right: 2.25rem;
}

.g_info .info_header a:hover::after,
.g_info .info_header a.active::after {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.g_info .info_header .lrt a:last-child {
    margin-right: 0;
}

.g_info .info_box1 {
    padding-top: 1.7rem;
    padding-bottom: 2.3rem;
}

.g_info .info_box1 .line {
    margin-top: .925rem;
    margin-bottom: 1.1rem;
    width: 100%;
    height: 1px;
    background-color: #E3E3E3;
}

.g_info .info_box1 .tab_ul {
    margin-top: 1.1rem;
    width: 18rem;
    margin: 1.1rem auto 0;
}

.g_info .info_box1 .tab_ul .tab_li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 1.1rem;
    border-bottom: 1px solid #E3E3E3;
}

.g_info .info_box1 .tab_ul .tab_li .tit-15 {
    max-width: 48%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.g_info .info_box2 {
    background-color: #fff;
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
}

.g_info .info_box2 .tit-36 {
    margin-bottom: .7rem;
}

.g_info .info_box3 {
    padding-top: 1.5rem;
    padding-bottom: 1.75rem;
}

.g_info .info_box3 .w1440 .tit-36 {
    margin-bottom: .7rem;
}

.g_info .info_box3 .txt {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.g_info .info_box3 .txt .tit-24 {
    margin-bottom: .35rem;
}

.g_info .info_box4 {
    width: 100%;
    height: 12.075rem;
    background-color: #fff;
    background-image: url(../img/w10.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1.55rem 2.4rem 2.35rem;
}

.g_info .info_box4 .tit-36 {
    margin-bottom: .7rem;
}

.g_info .info_box4 .artice {
    margin-top: 1.25rem;
}

/* .position .swiper-slide:hover{
    background: linear-gradient(180deg, #005aaa 0%, #64c3ca 100%);
} */
.position .swiper-slide:hover .tit-24,
.position .swiper-slide:hover .tit-28 {
    color: #005aaa;
}

.position .swiper-slide:hover .more {
    color: #005aaa;
}

.position .swiper-slide:hover .more svg path {
    fill: #005aaa;
}

.apot .g_eighth .w1440 {
    padding: 1.5rem 0 2.375rem;
}

.apot .g_eighth .w1440 .g_table {
    margin-top: .95rem;
    margin-bottom: 1.1rem;
    border-radius: 0.25rem;
    background: linear-gradient(90deg, #005AAA 0%, #64C3CA 100%);
    padding: 1rem 4.5rem;
}

.apot .g_eighth .w1440 .g_table .label {
    margin-bottom: .5rem;
}

.apot .g_eighth .w1440 .g_table .g_ul {
    margin-top: .75rem;
}

.apot .g_eighth .w1440 .g_table .g_ul .g_li {
    display: flex;
    line-height: 1.3;
    margin-bottom: .4rem;
}

.apot .g_eighth .w1440 .g_table .g_ul p {
    width: .2rem;
    height: .2rem;
    background: linear-gradient(180deg, #005AAA 0%, #64C3CA 100%);
    border-radius: 50%;
    margin-right: .45rem;
    margin-top: .125rem;
}

.apot .g_eighth .w1440 .tab_td {
    display: flex;
    height: 1rem;
    align-items: center;
    background: rgba(255, 255, 255, .2);
    justify-content: space-between;
}

.apot .g_eighth .w1440 .tab_td .tr {
    width: calc(100% / 3);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    border-right: 1px solid rgba(255, 255, 255, .2);
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.apot .g_eighth .w1440 .tab_td .tr:last-child {
    border-right: none;
}

.apot .g_eighth .w1440 .tab_head .tab_td {
    flex-shrink: 0;
    background: rgba(255, 255, 255, .4);
}

.apot .g_eighth .w1440 .g_list {
    margin-top: 1rem;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.apot .g_eighth .w1440 .g_list .g_lis {
    width: calc((100% - 1.5rem) / 3);
    margin-right: .75rem;
    text-align: center;
}

.apot .g_eighth .w1440 .g_list .g_lis .img {
    width: 100%;
    margin-bottom: .35rem;
}

.apot .g_eighth .w1440 .g_list .g_lis .img img {
    width: 100%;
}

.apot .g_eighth .w1440 .g_list .g_lis:nth-child(3n) {
    margin-right: 0;
}

.summary {
    background-color: #e3e3e3;
}

.summary .w1440 {
    padding: 1.5rem 0 2.35rem;
}

.summary .w1440 .tit-36 {
    margin-bottom: 1.375rem;
}

.summary .w1440 .g_ul {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.summary .w1440 .g_li {
    width: calc((100% - 1rem) / 2);
    height: auto;
    border-radius: 0.25rem;
    border: 1px solid #E3E3E3;
    background: #FFF;
    ;
    padding: .75rem 1rem .9rem 1rem;
}

.summary .w1440 .ps {
    width: 100%;
}

.summary .w1440 .ps>div {
    width: 100%;
    display: flex;
    margin-bottom: .5rem;
    line-height: 1.3;
}

.summary .w1440 .g_li p {
    width: .2rem;
    height: .2rem;
    background: linear-gradient(180deg, #005AAA 0%, #64C3CA 100%);
    border-radius: 50%;
    margin-right: .45rem;
    margin-top: .2rem;
}

.summary .w1440 .g_ul .tit-24 {
    margin-bottom: .6rem;
}

.wel_02_3_more{
    display: flex;
    align-items: center;
    margin: 1.5rem auto;
    justify-content: center;
    background-image: linear-gradient(180deg, #005aaa 0%, #64c3ca 100%);
    width: 5rem;
    height:1.15rem;
    font-size: .45rem;
    color: #fff;
    border-radius: 1.25rem;
    position: relative;

}
.wel_02_3_more span{
    position: relative;
    z-index: 1;
}
.wel_02_3_more::after{
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    border-radius: 1.25rem;
    background-color: #005aaa;
    transition: all .6s;
}
.wel_02_3_more:hover::after{
    z-index: 0;
    width: 100%;
    visibility: visible;
    opacity: 1;
} 
.wel_02_3_more:hover{
    color: #fff;
}
.wel_02_3 .swiper_card{
    position: relative;
}
.wel_02_3 .swiper_card .swiper-slide::after {
    position: absolute;
    right: 0rem;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(90deg, #FFF 0%, rgba(153, 153, 153, 0.00) 100%);
    border-radius: 6px;
    z-index: 1;
}
.wel_02_3 .swiper_card .swiper-slide.swiper-slide-visible::after{
    opacity: 0;
}
@media (max-width: 996px) {
    .wel .sub_banner {
        height: 12rem;
    }

    .sub_banner .swiper-slide .txt {
        width: calc(100% - 1rem);
    }

    .sub_banner .swiper-slide .txt .tit-52 {
        font-size: 1rem;
    }

    .sub_banner .swiper-slide .txt .tit-18 {
        font-size: .5rem;
    }

    .sub_banner .swiper-slide .more {
        font-size: .45rem;
    }

    .wel_01.position {
        padding: 1.25rem 0;
    }

    .wel_02.position {
        padding: 0rem 0 1.25rem;
    }

    .position .w1620 .tit-36 {
        font-size: .8rem;
    }

    .position .swiper-slide {
        display: block;
    }

    .wel_01 .swiper-slide .txt_card {
        width: 100%;
    }

    .wel_01 .tit-28 {
        position: relative;
        font-size: .65rem;
        padding-bottom: .625rem;
        margin-bottom: .5rem;
    }

    .wel_01 .tit-28::after {
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: calc(100% + 2rem);
        content: '';
        height: .025rem;
        background-color: #E3E3E3;
    }

    .wel_01 .tit-16 {
        font-size: .4rem;
        margin-bottom: 1rem;
    }

    .wel_01 .swiper-slide .img_card {
        width: 3rem;
        height: 3rem;
        margin-bottom: .5rem;
    }

    .wel_01 .swiper-slide {
        padding: 1rem 1rem 1rem;
    }

    .wel_02 .swiper-slide {
        padding: 0 0 0;
    }

    .wel_02 .swiper-slide .txt_card {
        padding: .75rem .5rem 1rem;
    }

    .wel_02_3 .swiper-slide .txt_card {
        padding-top: 1rem;
    }

    .position .swiper-pagination {
        margin-top: 1rem;
    }

    .wel_02_3 img.poa {
        height: 100%;
        object-fit: cover;
    }

    .g_info .info_header .lrt {
        display: none;
    }

    .w1440 {
        width: calc(100% - 1rem);
    }

    .g_info .info_box1 {
        padding: 1.25rem 0;
    }

    .g_info .info_box1 .line {
        margin: .75rem 0;
    }

    .g_info .info_box1 .tab_ul {
        max-width: 100%;
    }

    .g_info .info_box2 {
        padding: 1.25rem 0;
    }

    .g_info .info_box4 {
        height: auto;
        padding: 1.25rem .5rem;
    }

    .apot .g_eighth .w1440 {
        padding: 1.25rem 0;
    }

    .apot .g_eighth .w1440 .g_table {
        padding: 1rem .5rem;
    }

    .apot .g_eighth .w1440 .g_list {
        display: block;
    }

    .apot .g_eighth .w1440 .g_list .g_lis {
        width: 100%;
        margin-right: 0;
        margin-bottom: .5rem;
    }

    .summary .w1440 {
        padding: 1rem 0rem;
    }

    .summary .w1440 .g_ul {
        display: block;
    }

    .summary .w1440 .g_li {
        display: block;
        width: 100%;
        padding: 1rem .5rem;
        margin-bottom: .5rem;
    }

    .summary .w1440 .tit-36 {
        margin-bottom: 1rem;
    }
    .footer .top .rg a img{
        width: 60%;
    }
}

.login-container .login form .form-item .eye_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: .25rem;
    width: .5rem;
}

.login-container .login form .form-item .eye_btn svg {
    width: .5rem;
    height: auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .3s;
    visibility: hidden;
}

.login-container .login form .form-item .eye_btn svg.close {
    opacity: 1;
    visibility: visible;
}

.login-container .login form .form-item .eye_btn svg.close .login-container .login form .form-item .eye_btn svg path {
    fill: #101827;
    ;
}

.dissert-container .dissert-body .dissert-list li,
.dissert-container .dissert-body .dissert-list li .title,
.dissert-container .dissert-body .dissert-list li .cont,
.dissert-container .dissert-body .dissert-list li .view .text,
.essay-container .essay-body .essay-list li .title,
.essay-container .essay-body .essay-list li .cont,
.essay-container .essay-body .essay-list li .view .text,
.essay-container .essay-body .essay-list li .view img,
.essay-container .essay-body .essay-list li {
    transition: all .5s;
}

.dissert-container .dissert-body .dissert-list li:hover,
.essay-container .essay-body .essay-list li:hover {
    background: linear-gradient(#005AAA 0%, #64C3CA 100%);
}

.dissert-container .dissert-body .dissert-list li:hover .title,
.dissert-container .dissert-body .dissert-list li:hover .cont,
.dissert-container .dissert-body .dissert-list li:hover .view .text,
.essay-container .essay-body .essay-list li:hover .title,
.essay-container .essay-body .essay-list li:hover .cont,
.essay-container .essay-body .essay-list li:hover .view .text {
    color: #fff;
    background: none;
    -webkit-text-fill-color: #fff;
}

.dissert-container .dissert-body .dissert-list li:hover .view img,
.essay-container .essay-body .essay-list li:hover .view img {
    filter: brightness(0) invert(1);
}

.info-container .swiper-slide .view {
    position: relative;
}

.info-container .swiper-slide:hover .title {
    color: #005AAA;
    transition: all .5s;
}

.info-container .info-body .info-list li:hover .title {
    color: #005AAA;
    transition: all .5s;
}

/*  */
.position_box .position {
    min-height: auto;
    position: relative;
}

.position_box .position .img_poa {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.position_box .position .img_poa img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.position_box .position .w1440 {
    position: relative;
    z-index: 2;
    padding: 1.7rem 0 3.325rem;
}

.position_box .w1440 .title {
    margin-bottom: .9rem;
}

.position_box .position .apoy-list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.position_box .position .apoy-list li {
    flex: 1;
    margin-right: .75rem;
}

.position_box .position .apoy-list li:last-child {
    margin-right: 0;
}

.position_box .position .apoy-list li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.position_box .position {
    position: relative;
}

.position_box .position .t3 {
    color: #4B5563;
    margin-bottom: .3rem;
}

.position_box .position .t4 {
    color: #101827;
    margin-bottom: .8rem;
}

.position_box .position .t5 {
    color: #4B5563;
    margin-bottom: .8rem;
}

.template3 {
    position: relative;
}

.template3 .t3 {
    color: #4B5563;
    margin-bottom: .3rem;
}

.template3 .t4 {
    color: #101827;
    margin-bottom: .8rem;
}

.template3 .t5 {
    color: #4B5563;
    margin-bottom: .8rem;
}

.template3 .w1440 {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.template3 .l_txt {
    max-width: 45%;
    margin-right: 5%;
}

.template3 .r_img {
    flex: 1;
}

.template3 .r_img img {
    width: 100%;
}

.template4 .w1440 {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.template4 .l_txt {
    max-width: 45%;
    margin-left: 5%;
}

.template4 .r_img {
    flex: 1;
}

.template4 .r_img img {
    width: 100%;
}

.template5 .r_img {
    margin-top: 1.5rem;
}

.g_info {
    position: relative;
    z-index: 3;
}

.position_box .position.template3 .w1440 {
    padding-bottom: 0;
    padding-top: 0;
}

.position_box .position.template4 .w1440 {
    padding-top: 0;
}

.template3 .l_txt,
.template4 .l_txt {
    display: flex;
    align-items: center;
}

.template3 .l_txt h3,
.template4 .l_txt h3 {
    width: 100%;
}
.g_info .info_header .lrt{
    max-width: 40%;
}
.g_info .info_header .lrt .swiper_navs {
    width: 100%;
    overflow: hidden;
}
.g_info .info_header .lrt a{
    width: auto !important;
    display: inline-block;
}
@media (max-width: 996px) {
    .position_box .position .w1440{
        padding: 1rem 0 1rem;
        flex-wrap: wrap;
    } 
    .template3 .l_txt{
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: .5rem;

    }
    .template3 .r_img{
        width: 100%;
        flex: none;
    }
    .position_box .position.template3 .w1440{
        margin-top: 1.5rem;
    }
    .position_box .position.template4 .w1440{
        flex-direction: column;
    }
    .template4 .l_txt{
        margin-top: 1.5rem;
        max-width: 100%;
        margin-left: 0;
        margin-bottom: .5rem;
    }
    .position_box .position .t4{
        font-size: .75rem;
    }
    .position_box .position .apoy-list{
        flex-direction: column;
    }
    .position_box .position .apoy-list li{
        width: 100%;
        flex: none;
        margin-bottom: .25rem;
    }
}

