@charset "UTF-8";

.w1640 {

    width: 16.2rem;

    margin: 0 auto;

    position: relative;

    font-size: 0;
}



@media (max-width: 1720px) {

    .w1640 {

        width: 90%;
    }
}

@media (max-width: 900px) {

    .w1640 {

        width: 94%;
    }
}

.w1800 {

    width: 18rem;

    margin: 0 auto;

    position: relative;

    font-size: 0;
}



@media (max-width: 1860px) {

    .w1800 {

        width: 90%;
    }
}

@media (max-width: 900px) {

    .w1800 {

        width: 94%;
    }
}

:root {

    --themes: #1b2e70;
}


.foot{
display: block !important;
padding-top:50px;
font-size:24px;
}


footer {
	padding-top:50px;

	font-size:24px;

    width: 100%;

    background-color: #000;

    height: 1.4rem;

    /*display: flex;*/
	display: block !important;

    align-items: center;
}

footer .fop {

    width: 100%;

    display: flex;

    align-items: center;

    justify-content: space-between;

    flex-wrap: wrap;

    padding-left: calc(150 / 1920 * 100%);
}

footer .fms {

    display: inline-block;

    vertical-align: middle;

    width: auto;
}

footer .share {

    display: inline-block;

    vertical-align: middle;

    width: auto;
}

footer .share .sm {

    display: inline-block;

    vertical-align: middle;

    color: rgba(255, 255, 255, 0.5);

    line-height: 1.5;

    margin-right: 0.1rem;
}

footer .share .am {

    display: inline-block;

    vertical-align: middle;

    width: auto;

    position: relative;
}

footer .share .am a {

    display: inline-block;

    vertical-align: middle;

    width: 0.5rem;

    height: 0.5rem;

    border-radius: 50%;

    background-color: rgba(255, 255, 255, 0.1);
}

footer .share .am .codm {

    position: absolute;

    left: 50%;

    transform: translateX(-50%);

    bottom: calc(100% + 0.1rem);

    background-color: #fff;

    padding: 0.1rem;

    border-radius: 0.06rem;

    width: 1.2rem;

    display: none;
}

footer .share .am .codm img {

    width: 100%;

    display: block;
}

footer .share .am:hover .codm {

    display: block;
}

footer .fm {

    display: inline-block;

    vertical-align: middle;

    color: rgba(255, 255, 255, 0.5);

    line-height: 1.5;
}

footer .fm a {

    display: inline-block;

    /*vertical-align: middle;*/

    color: rgba(255, 255, 255, 0.5);

    line-height: 1.5;
}

footer .fm a:hover {

    color: #fff;
}



@media (max-width: 900px) {

    footer .share .am a {

        width: 0.7rem;

        height: 0.7rem;
    }
}

header {

    position: fixed;

    left: 0;

    top: 0;

    width: 1.5rem;

    background-color: #eff8fc;

    z-index: 10;

    padding: 0.6rem 0.3rem;

    height: 100vh;
}

header .hop {

    width: 100%;

    height: 100%;

    display: flex;

    flex-wrap: wrap;

    align-content: space-between;

    position: relative;

    z-index: 10;
}

header .logo {

    width: 100%;
}

header .logo a,
header .logo img {

    width: 100%;

    display: block;
}

header .rav {

    width: 100%;
}

header .rav .search {

    display: inline-block;

    vertical-align: middle;

    width: 100%;

    text-align: center;

    cursor: pointer;

    position: relative;

    height: 40px;
}

header .rav .search .sc {

    display: inline-block;

    vertical-align: middle;

    width: 18px;

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translate(-50%, -50%);

    z-index: 3;
}

header .rav .search .sc img {

    width: 100%;

    display: block;
}

header .rav .sechom {

    position: absolute;

    z-index: 3;

    width: 4rem;

    background-color: #fff;

    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.09);

    padding: 0.1rem;

    left: calc(100% + 0rem);

    top: 50%;

    transform: translateY(-50%);

    display: none;
}

header .rav .sechom form {

    width: 100%;

    display: block;

    font-size: 0;
}

header .rav .sechom .input {

    display: inline-block;

    vertical-align: middle;

    width: calc(100% - 2.4em - 0.2rem);

    margin-right: 0.2rem;
}

header .rav .sechom .input .int {

    width: 100%;

    display: block;

    background-color: #fff;

    line-height: 2.4;

    height: 2.4em;

    color: #111;

    padding: 0 0.1rem;

    border: none;

    background-color: #fff;
}

header .rav .sechom .stn {

    display: inline-block;

    vertical-align: middle;

    width: 2.2em;

    height: 2.2em;

    border-radius: 50%;

    background-color: var(--themes);

    position: relative;
}

header .rav .sechom .stn img {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    width: 15px;

    height: 15px;

    display: block;

    cursor: pointer;

    z-index: 1;

    filter: grayscale(1000%) brightness(2000%);
}

header .rav .sechom .stn input {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    display: block;

    border-radius: 50%;

    cursor: pointer;

    z-index: 3;

    opacity: 0;
}

header .rav .languages {

    width: 100%;

    display: inline-block;

    vertical-align: middle;

    font-size: 0;

    text-align: center;

    z-index: 3;
}

header .rav .languages .lauges {

    width: 100%;

    display: inline-block;

    vertical-align: middle;

    position: relative;
}

header .rav .languages .lauges .lashow {

    width: 100%;

    position: relative;

    cursor: pointer;

    font-size: 0;

    line-height: 40px;

    white-space: nowrap;

    height: 40px;
}

header .rav .languages .lauges .lashow .ac {

    display: inline-block;

    vertical-align: middle;

    width: 18px;
}

header .rav .languages .lauges .lashow .ac img {

    width: 100%;

    display: block;
}

header .rav .languages .lauges .lashow .am {

    color: #fff;

    display: inline-block;

    vertical-align: middle;

    width: auto;

    min-width: 40px;
}

header .rav .languages .lauges .language {

    position: absolute;

    z-index: 20;

    width: 100%;

    display: none;

    width: 60px;

    width: 1.4rem;

    left: 100%;

    top: 50%;

    transform: translateY(-50%);
}

header .rav .languages .lauges .language .latem {

    width: 100%;
}

header .rav .languages .lauges .language .latem a {

    width: 100%;

    display: block;

    color: #333;

    padding: 0 0.1rem;

    line-height: 3;

    text-align: center;

    position: relative;

    background: #efefef;

    overflow: hidden;
}

header .rav .languages .lauges .language .latem a span {

    display: inline-block;

    vertical-align: middle;

    position: relative;

    z-index: 2;
}

header .rav .languages .lauges .language .latem a:after {

    content: "";

    position: absolute;

    width: 140%;

    height: 100%;

    left: -10%;

    top: 0;

    z-index: -1;

    transform: translate(-105%, 0) skew(-20deg);

    background: var(--themes);

    z-index: 1;

    animation: outHover 0.5s ease 1 forwards;
}

header .rav .languages .lauges .language .latem a:hover {

    color: #fff;
}

header .rav .languages .lauges .language .latem a:hover span {

    color: #fff;
}

header .rav .languages .lauges .language .latem a:hover:after {

    animation-name: onHover;
}

@keyframes onHover {

    from {

        transform: translate(-110%, 0) skew(-20deg);
    }

    to {

        transform: translate(0, 0) skew(-20deg);
    }
}

@keyframes outHover {

    from {

        transform: translate(0, 0) skew(-20deg);
    }

    to {

        transform: translate(110%, 0) skew(-20deg);
    }
}

header .mid {

    width: 100%;

    text-align: center;
}

header .mid .mtn {

    display: inline-block;

    vertical-align: middle;

    cursor: pointer;

    width: 0.5rem;

    height: 0.5rem;

    background-color: #fff;

    border: solid 1px rgba(0, 0, 0, 0.1);

    border-radius: 3px;
}

header .mid .mtn img {

    width: 100%;

    display: block;
}

header .mid .mtn img:first-child {

    display: block;
}

header .mid .mtn img:last-child {

    display: none;
}

header .mid .mtn.show img:first-child {

    display: none;
}

header .mid .mtn.show img:last-child {

    display: block;
}

header .menunav {

    position: fixed;

    width: calc(100% - 1.5rem);

    top: 50%;

    transform: translateY(-50%);

    display: flex;

    left: 1.5rem;

    z-index: 9;

    display: none;
}

header .menunav .navm {

    width: 100%;

    display: flex;
}

header .menunav nav {

    width: calc(810 / 1770 * 100%);

    display: flex;

    align-content: center;

    height: 100vh;

    background-color: #fff;

    padding-left: 1.6rem;

    padding-left: calc(150 / 1920 * 100%);

    flex-wrap: wrap;
}

header .menunav nav .natem {

    width: 100%;

    position: relative;

    padding: 0.18rem 0;

    z-index: 1;
}

header .menunav nav .natem .nas {

    width: 100%;

    font-size: 0;
}

header .menunav nav .natem .nas a {

    display: inline-block;

    vertical-align: middle;

    color: #111;

    font-weight: bold;

    line-height: 1.5;
}

header .menunav nav .natem .navuls {

    position: absolute;

    display: none;

    left: calc(2rem + 6em + 0.4rem);

    top: 0.18rem;
}

header .menunav nav .natem .navuls:after {

    content: ' ';

    position: absolute;

    top: 0.75em;

    width: 2rem;

    height: 1px;

    background-color: rgba(0, 0, 0, 0.1);

    font-size: calc(30 * 1rem / 100);

    right: calc(100% + 0.4rem);
}

header .menunav nav .natem .navuls:before {

    content: "";

    display: block;

    width: 8em;

    left: -8em;

    height: 100%;

    position: absolute;

    top: 0;
}

header .menunav nav .natem .navuls ul {

    width: 100%;

    display: block;
}

header .menunav nav .natem .navuls li {

    width: 100%;
}

header .menunav nav .natem .navuls li .njm {

    width: 100%;

    font-size: 0;

    padding: 0.08rem 0;
}

header .menunav nav .natem .navuls li .njm a {

    display: inline-block;

    vertical-align: middle;

    color: #666;

    line-height: 1.5;

    width: auto;
}

header .menunav nav .natem .navuls li .njm a:hover {

    color: var(--themes);
}

header .menunav nav .natem.on {

    z-index: 3;
}

header .menunav nav .natem.on .nas a {

    color: var(--themes);
}

header .menunav .rmgs {

    display: inline-block;

    vertical-align: middle;

    width: calc(960 / 1770 * 100%);

    position: relative;

    overflow: hidden;

    height: 100vh;
}

header .menunav .rmgs .img {

    width: 100%;

    height: 100%;

    display: block;

    transition: all ease 0.5s;
}

header .menunav .clodm {

    display: none;
}

header .menunav .blokm {

    display: none;
}



@media (max-width: 900px) {

    header {

        height: auto;

        padding: 0.1rem 3%;

        width: 100%;

        display: flex;

        align-items: center;
    }

    header .hop {

        width: 100%;

        align-items: center;

        justify-content: space-between;

        height: auto;

        flex-direction: row-reverse;

        position: relative;
    }

    header .logo {

        display: inline-block;

        vertical-align: middle;

        width: 0.9rem;

        order: 2;

        width: 90px;

        position: absolute;

        top: 50%;

        left: 50%;

        transform: translate(-50%, -50%);

        z-index: 2;
    }

    header .rav {

        display: inline-block;

        vertical-align: middle;

        width: auto;

        order: 1;

        white-space: nowrap;
    }

    header .rav .search {

        display: inline-block;

        vertical-align: middle;

        width: 18px;
    }

    header .rav .sechom {

        width: 100vw;

        position: fixed;

        left: 0;

        top: calc(40px + 0.2rem);

        padding: 0.15rem;

        transform: translateY(0);

        box-sizing: border-box;
    }

    header .rav .languages {

        display: inline-block;

        vertical-align: middle;

        width: 18px;

        margin-left: 0.24rem;
    }

    header .rav .languages .lauges .language {

        top: 100%;

        right: -0.2rem;

        left: auto;

        transform: translate(0, 0);
    }

    header .mid {

        display: inline-block;

        vertical-align: middle;

        width: auto;

        order: 3;
    }

    header .menunav {

        z-index: 12;

        width: 100%;

        left: auto;

        right: 0;
    }

    header .menunav .navm {

        width: 100%;

        display: flex;

        flex-wrap: wrap;

        justify-content: flex-end;
    }

    header .menunav nav {

        width: 100%;

        padding: 1.2rem 0.5rem 0.6rem;

        align-content: flex-start;

        position: relative;

        z-index: 3;

        width: 70%;
    }

    header .menunav nav .natem {

        width: 100%;

        padding: 0.1rem 0;
    }

    header .menunav nav .natem .nas {

        padding: 0.1rem 0;
    }

    header .menunav nav .natem .navuls {

        width: 100%;

        position: relative;

        z-index: 101;

        left: 0%;

        top: 0%;

        transform: translateX(0%);

        background: #fff;

        box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.09);

        display: none;

        text-align: left;

        margin: 0.1rem 0;
    }

    header .menunav nav .natem .navuls ul {

        width: 100%;

        padding: 0.1rem 0.2rem;
    }

    header .menunav nav .natem .navuls ul li {

        width: 100%;

        display: block;

        position: relative;

        margin-bottom: 0;
    }

    header .menunav nav .natem .navuls ul li .ns {

        width: auto;

        display: inline-block;

        vertical-align: middle;

        line-height: 3;

        color: #333;

        text-align: left !important;

        text-overflow: ellipsis;

        overflow: hidden;

        white-space: nowrap;

        padding: 0 0.2rem;

        background: #fff;

        position: relative;
    }

    header .menunav nav .natem .navuls ul li .ns:hover {

        color: var(--themes);
    }

    header .menunav nav .natem .navuls ul li+li {

        border-top: solid 1px #eee;
    }

    header .menunav nav .natem .navuls ul li:hover .ns {

        background-color: transparent;

        color: var(--themes);
    }

    header .menunav nav .natem .navuls ul li.has-the:after {

        display: block;
    }

    header .menunav nav .natem.has-nav:after {

        content: "+";

        display: inline-block;

        width: 36px;

        height: 36px;

        line-height: 36px;

        text-align: center;

        position: absolute;

        background: none;

        right: 0;

        left: auto;

        transform: translateX(0);

        top: 0.05rem;

        font-size: 20px;

        color: #333;

        border: none;
    }

    header .menunav nav .natem.has-nav.show:after {

        content: "-";
    }

    header .menunav .blokm {

        width: 100%;

        height: 100%;

        position: absolute;

        z-index: 2;

        background-color: rgba(0, 0, 0, 0.5);

        cursor: pointer;

        left: 0;

        top: 0;

        display: block;
    }

    header .menunav .clodm {

        position: absolute;

        display: block;

        right: 0.3rem;

        top: 0.3rem;

        width: 0.5rem;

        height: 0.5rem;

        background-color: #fff;

        border: solid 1px rgba(0, 0, 0, 0.1);

        border-radius: 3px;

        cursor: pointer;

        z-index: 3;
    }

    header .menunav .clodm img {

        width: 100%;

        display: block;
    }
}

.banner {

    width: 100%;

    background-color: #000;
}

.a-arrow{width: .6rem;height: .6rem;margin-top: -0.3rem;background-color: rgba(0,0,0,0.35);position: absolute;top: 50%;z-index: 12;border-radius: 50%;transition: all .3s;background-image: url(../images/arrow.png);background-repeat: no-repeat;background-position: center center;background-size: .12rem auto;cursor: pointer;}
.a-prev{left: 0.3rem;margin-left: 1.5rem;}
.a-next{right: 0.3rem;transform: rotate(180deg)}
@media(min-width: 1201px){
    .a-arrow:hover{background-color: #1b2e70;}
}
@media(max-width: 900px){
    .a-prev{margin-left: 0;}
}
.banner .swiper-container {

    width: 100%;

    padding-left: 1.5rem;

    position: relative;
}

.banner .swiper-slide {

    width: 100%;
}

.banner .swiper-slide .imgs {

    width: 100%;

    position: relative;

    overflow: hidden;
}

.banner .swiper-slide .imgs .img {

    width: 100%;

    height: 100vh;

    transition: all ease 0.5s;
}

.banner .swiper-slide .pcm {

    display: block;
}

.banner .swiper-slide .phm {

    display: none;
}

.banner .swiper-pagination {bottom: 0.4rem;padding-left: 1.5rem;display: none !important;!i;!;}

.banner .swiper-pagination-bullet {

    background-color: rgba(255, 255, 255, 0.5);

    opacity: 1;

    margin: 0 0.1rem !important;

    width: 0.25rem;

    height: 3px;

    border-radius: 0%;

    display: inline-block;

    vertical-align: middle;
}

.banner .swiper-pagination-bullet-active {

    background-color: #fff;
}



@media (max-width: 900px) {

    .banner .swiper-slide .pcm {

        display: none;
    }

    .banner .swiper-slide .phm {

        display: block;
    }

    .banner .swiper-slide .imgs .img {

        height: auto;

        padding-top: 54.23%;
    }
}

.modular {

    width: 100%;
}

.modular .mitop {

    width: 100%;

    font-size: 0;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    align-items: flex-end;

    margin-bottom: 0.35rem;
}

.modular .mitop .mol {

    display: inline-block;

    vertical-align: middle;

    width: auto;
}

.modular .mitop .mol .ent {

    width: 100%;

    color: var(--themes);

    font-weight: bold;

    line-height: 1.2;
}

.modular .mitop .mol .cnt {

    width: 100%;

    color: var(--themes);

    font-weight: bold;

    line-height: 1.2;

    margin-top: 0.05rem;
}

.modular .mitop .mol .lx {

    width: 0.3rem;

    height: 3px;

    display: block;

    margin-top: 0.26rem;

    background-color: var(--themes);
}

.modular .mitop .mor {

    display: inline-block;

    vertical-align: middle;

    width: auto;

    white-space: nowrap;
}

.modular .mitop .mor .btns {

    display: inline-block;

    vertical-align: middle;

    width: auto;
}

.modular .mitop .mor .btns .btn {

    width: 0.5rem;

    height: 0.5rem;

    display: inline-block;

    vertical-align: middle;

    cursor: pointer;

    border-radius: 50%;

    background-color: #eff8fc;
}

.modular .mitop .mor .btns .btn img {

    width: 100%;

    display: block;
}

.modular .mitop .mor .btns .btn img:first-child {

    display: block;
}

.modular .mitop .mor .btns .btn img:last-child {

    display: none;
}

.modular .mitop .mor .btns .btn+.btn {

    margin-left: 0.1rem;
}

.modular .mitop .mor .btns .btn:hover {

    background-color: var(--themes);
}

.modular .mitop .mor .btns .btn:hover img:first-child {

    display: none;
}

.modular .mitop .mor .btns .btn:hover img:last-child {

    display: block;
}

.modular .mitop .mor .more {

    display: inline-block;

    vertical-align: middle;

    width: auto;

    margin-left: 0.25rem;
}

.modular .mitop .mor .more a {

    display: inline-block;

    vertical-align: middle;

    line-height: 3em;

    border-radius: 1.5em;

    padding: 0 0.4rem;

    color: #fff;

    background-color: var(--themes);

    transition: all ease 0.5s;

    position: relative;

    top: 0;
}

.modular .mitop .mor .more a span {

    display: inline-block;

    vertical-align: middle;

    width: 10px;

    margin-left: 0.25rem;

    position: relative;

    top: -0.02rem;
}

.modular .mitop .mor .more a span img {

    width: 100%;

    display: block;

    filter: grayscale(1000%) brightness(2000%);
}

.modular .mitop .mor .more a:hover {

    top: -0.1rem;
}

.modular .mitop .mor .vm {

    display: inline-block;

    vertical-align: middle;

    width: auto;

    color: #111;

    line-height: 1.5;

    margin-right: 0.2rem;
}

.modular .mitop .mor .select {

    font-size: 0;

    display: inline-block;

    vertical-align: middle;

    border: none;

    text-align: left;

    position: relative;

    width: 1.8rem;

    z-index: 1;

    margin-left: 0.1rem;
}

.modular .mitop .mor .select .select-con {

    width: 100%;

    display: inline-block;

    vertical-align: middle;

    position: relative;

    font-size: 0;
}

.modular .mitop .mor .select .select-con .select-value {

    display: inline-block;

    vertical-align: middle;

    width: 100%;

    line-height: 3em;

    height: 3em;

    color: #666;

    cursor: pointer;

    padding: 0 .2rem;

    z-index: 3;

    position: relative;

    background-color: #eff8fc;

    border-radius: 1.5em;
}

.modular .mitop .mor .select .select-con select {

    position: absolute;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    z-index: 2;

    opacity: 0;
}

.modular .mitop .mor .select .select-con select option {

    color: #666;

    font-size: .16rem;

    line-height: 2.5;

    background: #fff;
}

.modular .mitop .mor .select .select-con .seluls {

    position: absolute;

    left: 0;

    top: calc(100%);

    min-width: 100%;

    max-height: 360px;

    overflow: auto;

    display: none;

    box-sizing: border-box;

    text-align: left;

    background-color: white;

    z-index: 2;

    box-shadow: 0px 7px 59px 0px rgba(30, 112, 38, 0.16);

    border-radius: 0 0 0.1rem 0.1rem;

    overflow: auto;

    /*滚动条里面小方块*/

    /*滚动条里面轨道*/
}

.modular .mitop .mor .select .select-con .seluls .option {

    width: 100%;

    color: #333;

    line-height: 1.75;

    cursor: pointer;

    padding: 0.05rem 0.15rem;
}

.modular .mitop .mor .select .select-con .seluls .option:hover {

    background-color: var(--themes);

    color: #fff;
}

.modular .mitop .mor .select .select-con .seluls .option+.option {

    border-top: solid 1px rgba(0, 0, 0, 0.1);
}

.modular .mitop .mor .select .select-con .seluls::-webkit-scrollbar {

    width: 4px;

    height: 4px;

    scrollbar-arrow-color: rgba(0, 0, 0, 0.1);
}

.modular .mitop .mor .select .select-con .seluls::-webkit-scrollbar-thumb {

    border-radius: 10px;

    -webkit-box-shadow: inset 0 0 10px rgba(4, 55, 147, 0.3);

    background: rgba(4, 55, 147, 0.3);

    scrollbar-arrow-color: rgba(0, 0, 0, 0.1);
}

.modular .mitop .mor .select .select-con .seluls::-webkit-scrollbar-track {

    border-radius: 10px;

    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);

    background: rgba(0, 0, 0, 0.1);
}

.modular .mitop .mor .select .select-con:after {

    display: inline-block;

    content: "";

    position: absolute;

    right: .2rem;

    top: 50%;

    transform: translateY(-50%);

    z-index: 3;

    width: 14px;

    height: 8px;

    background-image: url("../images/x1.png");

    background-size: 100%;

    background-repeat: no-repeat;

    background-position: center;
}



.marleft {

    position: relative;

    left: 1.5rem;

    overflow: hidden !important;

    width: calc(100% - 1.5rem) !important;
}



@media (max-width: 900px) {

    .marleft {

        left: 0;

        width: 100% !important;

        padding-left: 3%;
    }
}

.lands {

    width: 100%;

    padding: 0.2rem 0rem 0.2rem calc(240 / 1920 * 100%);

    display: flex;

    flex-wrap: wrap;
}

.lands .lantem {

    width: 100%;

    display: flex;

    flex-wrap: wrap;

    flex-direction: row-reverse;

    position: relative;
}

.lands .lantem:after {

    content: ' ';

    width: 100%;

    height: 100%;

    display: block;

    background-color: #ccc;

    right: 0.1rem;

    top: 0.1rem;

    z-index: 1;

    position: absolute;
}

.lands .lantem .imgs {

    display: inline-block;

    vertical-align: middle;

    width: calc(1080 / 1560 * 100%);

    position: relative;

    overflow: hidden;

    z-index: 2;
}

.lands .lantem .imgs .img {

    width: 100%;

    padding-top: 62.5%;

    transition: all ease 0.5s;
}

.lands .lantem .imgs .play {

    position: absolute;

    z-index: 3;

    left: 50%;

    top: 50%;

    transform: translate(-50%, -50%);

    cursor: pointer;

    width: 0.93rem;

    transition: all ease 0.5s;
}

.lands .lantem .imgs .play img {

    width: 100%;

    display: block;
}

.lands .lantem .imgs .play:hover {

    transform: translate(-50%, -50%) scale(1.1);
}

.lands .lantem .loms {

    display: flex;

    flex-wrap: wrap;

    background-color: var(--themes);

    padding: 0.3rem 0.6rem;

    width: calc(480 / 1560 * 100%);

    align-content: center;

    position: relative;

    z-index: 2;
}

.lands .lantem .loms .lit {

    width: 100%;

    color: #fff;

    font-weight: bold;
    margin-bottom: 0.2rem;

    line-height: 1.4;
}

.lands .lantem .loms .lx {

    display: block;
    display: none;

    width: 0.26rem;

    height: 3px;

    background-color: #fff;

    margin: 0.16rem 0 0.2rem;
}

.lands .lantem .loms .sinp {

    width: 100%;

    color: #fff;

    line-height: 2;
}

.lands .lantem .loms .sinp p {

    color: #fff;

    line-height: 2;
}

.lands .lantem .loms .more {

    width: 100%;

    font-size: 0;

    margin-top: 0.6rem;
}

.lands .lantem .loms .more a {

    display: inline-block;

    vertical-align: middle;

    background-color: #fff;

    line-height: 3em;

    border-radius: 1.5em;

    padding: 0 0.4rem;

    color: var(--themes);

    transition: all ease 0.5s;

    position: relative;

    top: 0;
}

.lands .lantem .loms .more a span {

    display: inline-block;

    vertical-align: middle;

    width: 10px;

    margin-left: 0.25rem;

    position: relative;

    top: -0.02rem;
}

.lands .lantem .loms .more a span img {

    width: 100%;

    display: block;
}

.lands .lantem .loms .more a:hover {

    top: -0.1rem;
}



@media (max-width: 1860px) {

    .lands {

        padding-left: 5%;

        left: 3%;

        position: relative;
    }
}

@media (max-width: 900px) {

    .lands {

        left: 0;
    }
}

.brand {

    width: 100%;

    padding: 0.2rem 0rem 0.2rem 0;
}

.brand .mitop {

    padding-left: calc(150 / 1920 * 100%);
}

.brand .branper {

    width: 100%;

    padding-left: 150px;
}

.brand .branper .swiper-container {

    height: 5.74rem;
}

.brand .branper .swiper-wrapper {

    align-items: flex-end;
}

.brand .branper .swiper-slide {

    display: inline-block;

    vertical-align: middle;

    margin-right: calc(19 / 1720 * 100%);

    margin-right: 0.2rem;

    width: calc(4.46rem);

    position: relative;

    transition: all ease 0.5s;

    display: flex;

    align-items: flex-end;
}

.brand .branper .swiper-slide a {

    width: 100%;

    display: block;
}

.brand .branper .swiper-slide .imgs {

    width: 100%;

    position: relative;

    overflow: hidden;
}

.brand .branper .swiper-slide .imgs .img {

    width: 100%;

    height: 4.85rem;

    transition: all ease 0.5s;
}

.brand .branper .swiper-slide .nkm {

    position: absolute;

    left: 0;

    top: 0;

    height: 100%;

    width: 100%;

    display: flex;

    flex-wrap: wrap;

    padding: 0.45rem 0.4rem;

    align-content: flex-end;
}

.brand .branper .swiper-slide .nkm .lx {

    display: block;

    width: 0.2rem;

    height: 3px;

    background-color: #fff;

    margin-top: 0.2rem;
}

.brand .branper .swiper-slide .nkm .nit {

    width: 100%;

    color: #fff;

    line-height: 1.5;

    font-weight: bold;
}

.brand .branper .swiper-slide.on {

    width: calc(5.3rem);
}

.brand .branper .swiper-slide.on .imgs .img {

    height: 5.74rem;
}

.brand .branper .swiper-slide:hover .imgs .img {

    transform: scale(1.1);
}



@media (max-width: 1720px) {

    .brand .branper {

        padding-left: calc(5%);
    }
}

@media (max-width: 900px) {

    .brand .mitop {

        width: 100%;

        padding-left: 0;
    }

    .brand .branper {

        padding-left: 3%;
    }
}

.industry {

    width: 100%;

    padding: 0.2rem 0rem 0.2rem calc(240 / 1920 * 100%);
}

.industry .dustom {

    width: 100%;

    display: flex;

    flex-wrap: wrap;

    flex-direction: row-reverse;

    position: relative;
}

.industry .dustom:after {

    content: ' ';

    width: 100%;

    height: 100%;

    display: block;

    background-color: #ccc;

    right: 0.1rem;

    top: 0.1rem;

    z-index: 1;

    position: absolute;
}

.industry .dustom .dul {

    display: inline-block;

    vertical-align: middle;

    width: calc(1080 / 1560 * 100%);

    position: relative;

    z-index: 2;
}

.industry .dustom .dul .dulom {

    width: 100%;

    display: none;
}

.industry .dustom .dul .dulom.on {

    display: block;
}

.industry .dustom .dul .swiper-slide {

    width: 100%;
}

.industry .dustom .dul .swiper-slide .imgs {

    width: 100%;

    position: relative;

    overflow: hidden;
}

.industry .dustom .dul .swiper-slide .imgs .img {

    width: 100%;

    padding-top: 62.5%;

    transition: all ease 0.5s;
}

.industry .dustom .dul .swiper-pagination {

    position: absolute;

    bottom: 0.3rem;

    left: 0.3rem;

    width: auto;
}

.industry .dustom .dur {

    display: inline-block;

    text-align: center;

    vertical-align: middle;

    width: calc(480 / 1560 * 100%);
    width: 100%;

    position: relative;

    z-index: 2;

    background-color: #fff;

    border: solid 1px #e6e6e6;

    padding: 1rem 0.6rem;

    display: flex;

    flex-wrap: wrap;

    align-content: center;
}

.industry .dustom .dur .durper {

    width: 100%;
}

.industry .dustom .dur .durper .swiper-slide {

    width: 100%;
}

.industry .dustom .dur .durper .swiper-slide .vc {

    width: 100%;

    font-size: 0;
}

.industry .dustom .dur .durper .swiper-slide .vc span {

    display: inline-block;

    vertical-align: middle;
}

.industry .dustom .dur .durper .swiper-slide .vc span img {

    width: 100%;

    display: block;
}

.industry .dustom .dur .durper .swiper-slide .vt {

    width: 100%;

    color: #111;

    font-weight: bold;

    line-height: 1.2;

    margin-top: 0.4rem;
}

.industry .dustom .dur .durper .swiper-slide .lx {

    display: none;

    margin: 0.2rem auto 0.26rem;

    width: 0.26rem;

    height: 3px;

    background-color: var(--themes);
}

.industry .dustom .dur .durper .swiper-slide .sip {

    width: 100%;

    color: #666;
    margin-top: 0.35rem;

    line-height: 2;
}

.industry .dustom .dur .durper .swiper-slide .sip p {

    color: #666;

    line-height: 2;
}

/* .industry .dustom .dur .durper .swiper-slide .more{

              } */
.industry .dustom .dur .durper .swiper-slide .more {
    width: 100%;
    font-size: 0;
    text-align: center;
    margin-top: 0.35rem;
}

.industry .dustom .dur .durper .swiper-slide .more .acn {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding: 0 0.35rem;
    line-height: 2.8;
    border-radius: 1.4em;
    color: #fff;
    background-color: var(--themes);
    cursor: pointer;
}

.industry .dustom .dur .durper .swiper-slide .more .acn span {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    margin-left: 0.2rem;
    position: relative;
    top: -0.02rem;
}

.industry .dustom .dur .btns {

    width: 100%;

    font-size: 0;
    text-align: left;

    margin-top: 0.7rem;
}

.industry .dustom .dur .btns .btn {

    width: 0.5rem;

    height: 0.5rem;

    display: inline-block;

    vertical-align: middle;

    cursor: pointer;

    border-radius: 50%;

    background-color: #eff8fc;
}

.industry .dustom .dur .btns .btn img {

    width: 100%;

    display: block;
}

.industry .dustom .dur .btns .btn img:first-child {

    display: block;
}

.industry .dustom .dur .btns .btn img:last-child {

    display: none;
}

.industry .dustom .dur .btns .btn+.btn {

    margin-left: 0.1rem;
}

.industry .dustom .dur .btns .btn:hover {

    background-color: var(--themes);
}

.industry .dustom .dur .btns .btn:hover img:first-child {

    display: none;
}

.industry .dustom .dur .btns .btn:hover img:last-child {

    display: block;
}



@media (max-width: 1860px) {

    .industry {

        padding-left: 5%;

        left: 3%;

        position: relative;
    }
}

@media (max-width: 900px) {

    .industry {

        left: 0;
    }
}

.news {

    width: 100%;

	padding: 0.2rem 0rem 0.2rem 1rem;

    /*padding: 0.2rem 0rem 0.2rem calc(150 / 1920 * 100%);*/
}

.news .newper {

    width: 100%;
}

.news .newper .swiper-container {

    padding-top: 0.15rem;

    padding-bottom: 0.15rem;

    padding-right: 0.1rem;
}

.news .newper .swiper-slide {

    width: 100%;

    position: relative;

    transition: all ease 0.5s;

    top: 0;
}

.news .newper .swiper-slide:after {

    content: ' ';

    width: 100%;

    height: 100%;

    display: block;

    background-color: #ccc;

    left: 0.1rem;

    top: 0.1rem;

    z-index: 1;

    position: absolute;
}

.news .newper .swiper-slide a {

    width: 100%;

    display: block;

    position: relative;

    z-index: 2;
}

.news .newper .swiper-slide .imgs {

    width: 100%;

    position: relative;

    overflow: hidden;
}

.news .newper .swiper-slide .imgs .img {

    width: 100%;

    padding-top: 62.33%;

    transition: all ease 0.5s;
}

.news .newper .swiper-slide .loms {

    width: 100%;

    background-color: #fff;

    border-bottom: solid 2px transparent;

    padding: 0.35rem;
}

.news .newper .swiper-slide .loms .time {

    width: 100%;

    color: #999;

    line-height: 1.5;
}

.news .newper .swiper-slide .loms .xim {

    width: 100%;

    color: #111;

    font-weight: bold;

    line-height: 1.5;

    height: 3em;

    margin-top: 0.14rem;
}

.news .newper .swiper-slide .loms .vtn {

    display: block;

    width: 0.5rem;

    height: 0.5rem;

    border: solid 1px rgba(0, 0, 0, 0.1);

    border-radius: 50%;

    margin-top: 0.6rem;
}

.news .newper .swiper-slide .loms .vtn img {

    width: 100%;

    display: block;
}

.news .newper .swiper-slide:hover {

    top: -0.12rem;
}

.news .newper .swiper-slide:hover .imgs .img {

    transform: scale(1.1);
}

.news .newper .swiper-slide:hover .loms {

    border-bottom: solid 2px var(--themes);
}

.news .newper .swiper-slide:hover .loms .vtn {

    background-color: var(--themes);

    border: solid 1px var(--themes);
}

.news .newper .swiper-slide:hover .loms .vtn img {

    filter: grayscale(1000%) brightness(2000%);
}



.newom {

    width: 100%;

    padding: 1.3rem 0 0.4rem 0;

    overflow: hidden;
}

.newom .nepm {

    width: 100%;

    padding-left: calc(150 / 1920 * 100%);
}

.newom .newlist {width: 100%;font-size: 16;display: flex;flex-wrap: wrap;position: relative;z-index: 1;}

.newom .newlist .nowom {

    display: inline-block;

    vertical-align: middle;

    width: calc(446 / 1480 * 100%);

    margin-right: calc(70 / 1480 * 100%);

    margin-bottom: 0.5rem;

    position: relative;

    transition: all ease 0.5s;

    top: 0;
}

.newom .newlist .nowom a {

    width: 100%;

    display: block;

    position: relative;

    z-index: 2;
}

.newom .newlist .nowom a:after {

    content: ' ';

    width: 100%;

    height: 100%;

    display: block;

    background-color: #ccc;

    left: 0.1rem;

    top: 0.1rem;

    z-index: 1;

    position: absolute;
}

.newom .newlist .nowom .imgs {

    width: 100%;

    position: relative;

    overflow: hidden;

    z-index: 2;
}

.newom .newlist .nowom .imgs .img {

    width: 100%;

    padding-top: 95%;

    transition: all ease 0.5s;
}

.newom .newlist .nowom .loms {

    width: 100%;

    background-color: #fff;

    border: solid 1px #e6e6e6;

    border-bottom: solid 1px #e6e6e6;

    padding: 0.35rem;

    border-top: none;

    position: relative;

    z-index: 2;
}

.newom .newlist .nowom .loms .time {

    width: 100%;

    color: #999;

    line-height: 1.5;
}

.newom .newlist .nowom .loms .xim {

    width: 100%;

    color: #111;

    font-weight: bold;

    line-height: 1.5;

    height: 3em;

    margin-top: 0.14rem;
}

.newom .newlist .nowom .loms .vtn {display: block;width: 200px;/* height: 30px; */border: solid 1px rgba(0, 0, 0, 0.1);border-radius: 20px;font-size: 16px;line-height: 1.6;text-align: center;padding: 10px 40px;color: #fff;background: #1b2e70;}

.newom .newlist .nowom .loms .vtn img {

    width: 100%;

    display: block;
}

.newom .newlist .nowom:nth-child(3n) {

    margin-right: 0;
}

.newom .newlist .nowom:hover {

    top: -0.12rem;
}

.newom .newlist .nowom:hover .imgs .img {

    transform: scale(1.1);
}

.newom .newlist .nowom:hover .loms {

    border-bottom: solid 2px var(--themes);
}

.newom .newlist .nowom:hover .loms .vtn {

    background-color: var(--themes);

    border: solid 1px var(--themes);
}

.newom .newlist .nowom:hover .loms .vtn img {

    filter: grayscale(1000%) brightness(2000%);
}

.newom .newgms {

    width: 100%;

    padding-top: 0.8rem;

    border-top: solid 1px rgba(0, 0, 0, 0.1);

    margin-top: 0.8rem;
}

.newom .newgms .newper {

    width: 100%;
}

.newom .newgms .newper .swiper-container {

    padding-top: 0.15rem;

    padding-bottom: 0.15rem;

    padding-right: 0.1rem;
}

.newom .newgms .newper .swiper-slide {

    width: 100%;

    position: relative;

    transition: all ease 0.5s;

    top: 0;
}

.newom .newgms .newper .swiper-slide:after {

    content: ' ';

    width: 100%;

    height: 100%;

    display: block;

    background-color: #ccc;

    left: 0.1rem;

    top: 0.1rem;

    z-index: 1;

    position: absolute;
}

.newom .newgms .newper .swiper-slide a {

    width: 100%;

    display: block;

    position: relative;

    z-index: 2;
}

.newom .newgms .newper .swiper-slide .imgs {

    width: 100%;

    position: relative;

    overflow: hidden;
}

.newom .newgms .newper .swiper-slide .imgs .img {

    width: 100%;

    padding-top: 62.33%;

    transition: all ease 0.5s;
}

.newom .newgms .newper .swiper-slide .loms {

    width: 100%;

    background-color: #fff;

    border-bottom: solid 2px transparent;

    padding: 0.35rem;
}

.newom .newgms .newper .swiper-slide .loms .time {

    width: 100%;

    color: #999;

    line-height: 1.5;
}

.newom .newgms .newper .swiper-slide .loms .xim {

    width: 100%;

    color: #111;

    font-weight: bold;

    line-height: 1.5;

    height: 3em;

    margin-top: 0.14rem;
}

.newom .newgms .newper .swiper-slide .loms .vtn {

    display: block;

    width: 0.5rem;

    height: 0.5rem;

    border: solid 1px rgba(0, 0, 0, 0.1);

    border-radius: 50%;

    margin-top: 0.6rem;
}

.newom .newgms .newper .swiper-slide .loms .vtn img {

    width: 100%;

    display: block;
}

.newom .newgms .newper .swiper-slide:hover {

    top: -0.12rem;
}

.newom .newgms .newper .swiper-slide:hover .imgs .img {

    transform: scale(1.1);
}

.newom .newgms .newper .swiper-slide:hover .loms {

    border-bottom: solid 2px var(--themes);
}

.newom .newgms .newper .swiper-slide:hover .loms .vtn {

    background-color: var(--themes);

    border: solid 1px var(--themes);
}

.newom .newgms .newper .swiper-slide:hover .loms .vtn img {

    filter: grayscale(1000%) brightness(2000%);
}

.newom .detail {

    width: 100%;
}

.newom .detail .dit {

    width: 100%;

    color: #111;

    font-weight: bold;

    line-height: 1.2;

    margin-bottom: 0.2rem;

    text-align: center;
}

.newom .detail .time {

    width: 100%;

    color: #666;

    line-height: 1.5;

    text-align: center;

    margin-bottom: 0.24rem;
}

.newom .detail .share {

    width: 100%;

    font-size: 0;

    display: flex;

    align-items: center;
}

.newom .detail .share .ams {

    display: inline-block;

    vertical-align: middle;

    width: auto;

    margin: 0 0.2rem;
}

.newom .detail .share .ams .am {

    display: inline-block;

    vertical-align: middle;

    width: auto;

    position: relative;
}

.newom .detail .share .ams .am a {

    display: inline-block;

    vertical-align: middle;

    width: 0.5rem;

    height: 0.5rem;

    border-radius: 50%;

    background-color: rgba(0, 0, 0, 0.2);
}

.newom .detail .share .ams .am .codm {

    position: absolute;

    left: 50%;

    transform: translateX(-50%);

    bottom: calc(100% + 0.1rem);

    background-color: #fff;

    padding: 0.1rem;

    border-radius: 0.06rem;

    width: 1.2rem;

    display: none;
}

.newom .detail .share .ams .am .codm img {

    width: 100%;

    display: block;
}

.newom .detail .share .ams .am:hover a {

    background-color: var(--themes);
}

.newom .detail .share .ams .am:hover .codm {

    display: block;
}

.newom .detail .share .ams .am+.am {

    margin-left: 0.1rem;
}

.newom .detail .share .lx {

    display: inline-block;

    vertical-align: middle;

    flex: 1;

    height: 1px;

    width: 100%;

    background-color: rgba(0, 0, 0, 0.1);
}

.newom .detail .sinp {

    width: 100%;

    padding: 0.6rem 0 0;

    color: #666;

    line-height: 1.875;
}

.newom .detail .sinp p {

    color: #666;

    line-height: 1.875;
}

.newom .detail .sinp img {

    max-width: 100%;
}

.newom .results {

    width: 100%;
}

.newom .results .rips {

    width: 100%;

    color: #222;

    line-height: 1.5;
}

.newom .results .rips a {

    display: inline-block;

    color: #222;

    line-height: 1.5;

    margin-right: 0.25rem;
}

.newom .results .rips a i {

    display: inline-block;

    margin: 0 0.06rem;

    color: var(--themes);

    font-style: normal;
}

.newom .results .resulis {

    width: 100%;

    margin-top: 0.4rem;
}

.newom .results .resulis .reuom {

    width: 100%;

    transition: all ease 0.5s;

    border-radius: 0.2rem;
}

.newom .results .resulis .reuom a {

    width: 100%;

    display: block;

    padding: 0.3rem 0.25rem;

    border-radius: 0.2rem;

    border: solid 1px #ddd;
}

.newom .results .resulis .reuom .cit {

    width: 100%;

    font-size: 0;
}

.newom .results .resulis .reuom .cit .cp {

    display: inline-block;

    vertical-align: middle;

    max-width: calc(100% - 6em);

    color: #222;

    line-height: 1.5;

    padding-right: 0.2rem;
}

.newom .results .resulis .reuom .cit .cp span {

    color: var(--themes);
}

.newom .results .resulis .reuom .cit .tic {

    display: inline-block;

    vertical-align: middle;

    color: #fff;

    width: 6em;

    line-height: 2;

    text-align: center;

    border-radius: 1em;

    background-color: var(--themes);
}

.newom .results .resulis .reuom .vim {

    width: 100%;

    color: #888;

    line-height: 2;

    margin-top: 0.08rem;
}

.newom .results .resulis .reuom:hover {

    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.1);
}

.newom .results .resulis .reuom:hover a {

    background-color: #fff;

    border: 1px solid #ddd;
}

.newom .results .resulis .reuom+.reuom {

    margin-top: 0.3rem;
}

.newom .mitop {

    position: relative;

    z-index: 2;
}



.brandlis {

    width: 100%;

    padding: 1.3rem 0 0.4rem 0;
}

.brandlis .bram {

    width: 100%;

    padding-left: calc(150 / 1920 * 100%);
}

.brandlis .brandlist {

    width: 100%;

    font-size: 0;

    display: flex;

    flex-wrap: wrap;
}

.brandlis .brandlist .braom {

    display: inline-block;

    vertical-align: top;

    width: calc(446 / 1480 * 100%);

    margin-right: calc(70 / 1480 * 100%);

    margin-bottom: 0.5rem;
}

.brandlis .brandlist .braom a {

    width: 100%;

    display: block;
}

.brandlis .brandlist .braom .imgs {

    width: 100%;

    position: relative;

    overflow: hidden;
}

.brandlis .brandlist .braom .imgs .img {

    width: 100%;

    padding-top: 109.19%;

    transition: all ease 0.5s;
}

.brandlis .brandlist .braom .nkm {

    position: absolute;

    left: 0;

    top: 0;

    height: 100%;

    width: 100%;

    display: flex;

    flex-wrap: wrap;

    padding: 0.45rem 0.4rem;

    align-content: flex-end;
}

.brandlis .brandlist .braom .nkm .lx {

    display: block;

    width: 0.2rem;

    height: 3px;

    background-color: #fff;

    margin-top: 0.2rem;
}

.brandlis .brandlist .braom .nkm .nit {

    width: 100%;

    color: #fff;

    line-height: 1.5;

    font-weight: bold;
}

.brandlis .brandlist .braom:nth-child(3n) {

    margin-right: 0;
}

.brandlis .brandlist .braom:hover .imgs .img {

    transform: scale(1.1);
}



.pages {

    width: 100%;

    padding: 0.22rem 0 0.25rem;

    font-size: 0;

    text-align: center;

    margin-top: 0.2rem;
}

.pages .page {

    display: inline-block;

    vertical-align: middle;

    width: 0.5rem;

    height: 0.5rem;

    line-height: 0.5rem;

    text-align: center;

    color: #999;

    border-radius: 50%;

    background-color: #eff8fc;

    margin: 0 0.05rem 0.1rem;
}

.pages .page.ltn {

    background-image: url("../images/b1.png");

    background-position: center;

    background-size: 100% 100%;

    background-repeat: no-repeat;
}

.pages .page.rtn {

    background-image: url("../images/b2.png");

    background-position: center;

    background-size: 100% 100%;

    background-repeat: no-repeat;
}

.pages .page.on {

    background-color: var(--themes);

    color: #fff;
}

.pages .page.ltn:hover {

    background-image: url("../images/b3.png");

    background-position: center;

    background-size: 100% 100%;

    background-repeat: no-repeat;
}

.pages .page.on.ltn {

    background-image: url("../images/b3.png");

    background-position: center;

    background-size: 100% 100%;

    background-repeat: no-repeat;
}

.pages .page.on.rtn {

    background-image: url("../images/b4.png");

    background-position: center;

    background-size: 100% 100%;

    background-repeat: no-repeat;
}

.pages .page.rtn:hover {

    background-image: url("../images/b4.png");

    background-position: center;

    background-size: 100% 100%;

    background-repeat: no-repeat;
}

.pages .page.auto {

    width: auto;

    padding: 0 0.24rem;
}

.pages .page:hover {

    background-color: var(--themes);

    color: #fff;
}



@media (max-width: 900px) {

    .pages .page {

        width: 0.8rem;

        height: 0.8rem;

        line-height: 0.8rem;

        font-size: 16px;

        margin: 0 0.1rem 0.1rem;
    }



    .nanner {

        width: 100%;

        padding-left: 0;
    }
}

.betail {

    width: 100%;

    padding-left: calc(150 / 1920 * 100%);
}

.betail .binps {

    width: 100%;

    color: #000;

    line-height: 1.75;
}

.betail .binps p {

    color: #000;

    line-height: 1.75;
}

.betail .binps img {

    max-width: 100%;
}



.platem {

    width: 100%;

    padding: 1.3rem 0 1rem 0;

    overflow: hidden;
}

.platem .plvom {

    width: 100%;

    padding-left: calc(150 / 1920 * 100%);
}

.platem .platlis {

    width: 100%;

    font-size: 0;
}

.platem .platlis .pantem {

    width: 100%;

    display: block;
}

.platem .platlis .pantem a {

    width: 100%;

    display: flex;

    flex-wrap: wrap;

    position: relative;
}

.platem .platlis .pantem:after {

    content: ' ';

    width: 100%;

    height: 100%;

    display: block;

    background-color: #ccc;

    left: 0.1rem;

    top: 0.1rem;

    z-index: 1;

    position: absolute;
}

.platem .platlis .pantem .imgs {

    display: inline-block;

    vertical-align: middle;

    width: calc(816 / 1480 * 100%);

    position: relative;

    overflow: hidden;

    z-index: 2;
}

.platem .platlis .pantem .imgs .img {

    width: 100%;

    padding-top: 57.27%;
    padding-top: 62.5%;

    transition: all ease 0.5s;
}

.platem .platlis .pantem .loms {

    display: flex;

    flex-wrap: wrap;

    padding: 1.2rem 0.6rem;

    width: calc(664 / 1480 * 100%);

    width: 100%;

    align-content: center;

    position: relative;

    z-index: 2;

    background-color: #fff;
    text-align: center;

    border: solid 1px #e6e6e6;
}

.platem .platlis .pantem .loms .pc {

    width: 100%;

    font-size: 0;
}

.platem .platlis .pantem .loms .pc span {

    display: inline-block;

    vertical-align: middle;
}

.platem .platlis .pantem .loms .pc span img {

    width: 100%;

    display: block;
}

.platem .platlis .pantem .loms .lit {

    width: 100%;

    color: #111;

    font-weight: bold;

    line-height: 1.4;

    margin-top: 0.35rem;
}

.platem .platlis .pantem .loms .lx {

    display: block;

    width: 0.26rem;

    height: 3px;

    background-color: var(--themes);

    margin: 0.16rem auto 0.2rem;
}

.platem .platlis .pantem .loms .sinp {

    width: 100%;

    color: #666;

    line-height: 2;
}

.platem .platlis .pantem .loms .sinp p {

    color: #666;

    line-height: 2;
}

.platem .platlis .pantem .loms .more {
    width: 100%;
    font-size: 0;
    text-align: center;
    margin-top: 0.35rem;
}

.platem .platlis .pantem .loms .more .acn {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding: 0 0.35rem;
    line-height: 2.8;
    border-radius: 1.4em;
    color: #fff;
    background-color: var(--themes);
    cursor: pointer;
}

.platem .platlis .pantem .loms .more .acn span {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    margin-left: 0.2rem;
    position: relative;
    top: -0.02rem;
}

.platem .platlis .pantem:nth-child(4n+1) .loms {
    background-color: #EEF7F4;
}

.platem .platlis .pantem:nth-child(4n+2) .loms {
    background-color: #DDF0F5;
}

.platem .platlis .pantem:nth-child(4n+3) .loms {
    background-color: #E7E5F2;
}

.platem .platlis .pantem:nth-child(4n+4) .loms {
    background-color: #F9DFEC;
}


.platem .platlis .pantem+.pantem {

    margin-top: 0.7rem;
}

.platem .platlis .pantem:nth-child(2n) a {

    flex-direction: row-reverse;
}

.platem .platlis .pantem:hover .imgs .img {

    transform: scale(1.1);
}

.platem .vatom {

    width: 100%;

    font-size: 0;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;
}

.platem .vatom .val {

    display: inline-block;

    vertical-align: top;

    width: calc(450 / 1470 * 100%);
}

.platem .vatom .val .pc {

    width: 100%;

    font-size: 0;
}

.platem .vatom .val .pc span {

    display: inline-block;

    vertical-align: middle;
}

.platem .vatom .val .pc span img {

    width: 100%;

    display: block;
}

.platem .vatom .val .lit {

    width: 100%;

    color: #111;

    font-weight: bold;

    line-height: 1.4;

    margin-top: 0.35rem;
}

.platem .vatom .val .lx {

    display: block;

    width: 0.26rem;

    height: 3px;

    background-color: var(--themes);

    margin: 0.16rem 0 0.2rem;
}

.platem .vatom .var {

    display: inline-block;

    vertical-align: top;

    width: calc(900 / 1470 * 100%);
}

.platem .vatom .var .vinp {

    width: 100%;

    color: #666;

    line-height: 2;
}

.platem .vatom .var .vinp p {

    color: #666;

    line-height: 2;
}

.platem .vatom .var .vpom {

    width: 100%;

    margin-top: 0.4rem;
}

.platem .vatom .var .vpom .vit {

    width: 100%;

    color: #111;

    font-weight: bold;

    margin-bottom: 0.25rem;
}

.platem .castom {

    width: 100%;

    border-top: solid 1px rgba(0, 0, 0, 0.1);

    padding-top: 0.8rem;

    margin-top: 0.8rem;
}

.platem .castom .cit {

    width: 100%;

    color: #111;

    font-weight: bold;

    margin-bottom: 0.35rem;
}

.platem .castom .castlis {

    width: 100%;

    font-size: 0;
}

.platem .castom .castlis .cetom {

    width: 100%;

    text-align: center;
}

.platem .castom .castlis .cetom .kit {

    width: 100%;

    color: #111;

    font-weight: bold;

    line-height: 1.5;
}

.platem .castom .castlis .cetom .sim {

    width: 100%;

    color: #666;

    line-height: 2;
}

.platem .castom .castlis .cetom .sim p {

    color: #666;

    line-height: 2;
}

.platem .castom .castlis .cetom .sim img {

    max-width: 100%;
}

.platem .castom .castlis .cetom+.cetom {

    margin-top: 0.7rem;
}



.recruits {

    width: 100%;

    padding: 1.3rem 0 0.4rem;
}

.recruits .recm {

    width: 100%;

    padding-left: calc(150 / 1920 * 100%);
}

.recruits .recrmlis {

    width: 100%;

    font-size: 0;

    display: flex;

    flex-wrap: wrap;
}

.recruits .recrmlis .revom {

    display: inline-block;

    vertical-align: middle;

    width: calc(446 / 1480 * 100%);

    margin-right: calc(70 / 1480 * 100%);

    margin-bottom: 0.5rem;

    position: relative;

    cursor: pointer;
}

.recruits .recrmlis .revom .reom {

    width: 100%;

    padding: 0.35rem 0.3rem;

    background-color: #fff;

    position: relative;

    z-index: 2;

    border: solid 1px #e6e6e6;
}

.recruits .recrmlis .revom .bk {

    position: absolute;

    left: 0.1rem;

    top: 0.1rem;

    z-index: 1;

    width: 100%;

    height: 100%;

    display: block;

    background-color: #ccc;
}

.recruits .recrmlis .revom .rit {

    width: 100%;

    color: #111;

    font-weight: bold;

    line-height: 1.2;

    margin-bottom: 0.35rem;
}

.recruits .recrmlis .revom .ruls {

    width: 100%;

    font-size: 0;
}

.recruits .recrmlis .revom .ruls .rli {

    display: inline-block;

    vertical-align: top;

    width: calc((100% - 0.2rem) / 2);

    margin-right: 0.2rem;

    margin-bottom: 0.2rem;
}

.recruits .recrmlis .revom .ruls .rli .rc {

    display: inline-block;

    vertical-align: top;

    width: 0.4rem;

    height: 0.4rem;

    border-radius: 50%;

    margin-right: 0.1rem;

    background-color: var(--themes);
}

.recruits .recrmlis .revom .ruls .rli .rc img {

    width: 100%;

    display: block;
}

.recruits .recrmlis .revom .ruls .rli .rc img:first-child {

    display: block;
}

.recruits .recrmlis .revom .ruls .rli .rc img:last-child {

    display: none;
}

.recruits .recrmlis .revom .ruls .rli .pm {

    display: inline-block;

    vertical-align: top;

    width: calc(100% - 0.5rem);

    color: #666;

    line-height: 1.5;

    margin-top: 0.1rem;
}

.recruits .recrmlis .revom .ruls .rli:nth-child(2n) {

    margin-right: 0;
}

.recruits .recrmlis .revom .vtn {

    width: 100%;

    font-size: 0;

    text-align: right;
}

.recruits .recrmlis .revom .vtn span {

    display: inline-block;

    vertical-align: middle;

    width: 0.5rem;

    height: 0.5rem;

    border-radius: 50%;

    border: solid 1px rgba(0, 0, 0, 0.1);

    background-color: #fff;
}

.recruits .recrmlis .revom .vtn span img {

    width: 100%;

    display: block;
}

.recruits .recrmlis .revom:nth-child(3n) {

    margin-right: 0;
}

.recruits .recrmlis .revom:hover .reom {

    background-color: var(--themes);
}

.recruits .recrmlis .revom:hover .rit {

    color: #fff;
}

.recruits .recrmlis .revom:hover .ruls .rli .rc {

    background-color: #fff;
}

.recruits .recrmlis .revom:hover .ruls .rli .rc img:first-child {

    display: none;
}

.recruits .recrmlis .revom:hover .ruls .rli .rc img:last-child {

    display: block;
}

.recruits .recrmlis .revom:hover .ruls .rli .pm {

    color: #fff;
}



@media (max-width: 900px) {

    .recruits .recrmlis .revom .ruls .rli .rc {

        width: 0.6rem;

        height: 0.6rem;
    }

    .recruits .recrmlis .revom .ruls .rli .pm {

        display: inline-block;

        vertical-align: top;

        width: calc(100% - 0.6rem - 0.1rem);
    }
}

.popop {

    width: 100%;

    position: fixed;

    height: 100%;

    left: 0;

    top: 0;

    z-index: 12;

    background-color: rgba(0, 0, 0, 0.5);

    display: none;
}

.popop .ptom {

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translate(-50%, -50%);

    z-index: 12;

    width: 14.8rem;

    max-width: 90%;
}

.popop .ptom:after {

    content: ' ';

    position: absolute;

    z-index: 1;

    left: 0.1rem;

    top: 0.1rem;

    background-color: #ccc;

    width: 100%;

    height: 100%;
}

.popop .ptom .pox {

    width: 100%;

    position: relative;

    z-index: 2;

    background-color: #fff;

    padding: 0.6rem;
}

.popop .ptom .meslist {

    width: 100%;
}

.popop .ptom .meslist .mesom {

    width: 100%;

    display: none;
}

.popop .ptom .meslist .mesom.on {

    display: block;
}

.popop .ptom .mit {

    width: 100%;

    color: var(--themes);

    font-weight: bold;

    line-height: 1.2;

    margin-bottom: 0.4rem;
}

.popop .ptom .ruls {

    width: 100%;

    font-size: 0;

    font-size: 0;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    margin-bottom: 0.2rem;
}

.popop .ptom .ruls .rli {

    display: inline-block;

    vertical-align: top;

    max-width: calc((100% - 0.9rem) / 4);

    margin-right: 0.3rem;

    margin-bottom: 0.2rem;

    padding-right: 0.2rem;

    position: relative;
}

.popop .ptom .ruls .rli .lx {

    position: absolute;

    left: -0.4rem;

    top: 50%;

    transform: translateY(-50%);

    width: 1px;

    background-color: rgba(0, 0, 0, 0.1);

    height: 0.4rem;
}

.popop .ptom .ruls .rli .rc {

    display: inline-block;

    vertical-align: top;

    width: 0.4rem;

    height: 0.4rem;

    border-radius: 50%;

    margin-right: 0.1rem;

    background-color: var(--themes);
}

.popop .ptom .ruls .rli .rc img {

    width: 100%;

    display: block;
}

.popop .ptom .ruls .rli .pm {

    display: inline-block;

    vertical-align: top;

    width: calc(100% - 0.5rem);

    color: #666;

    line-height: 1.5;

    margin-top: 0.1rem;
}

.popop .ptom .ruls .rli:nth-child(2n) {

    margin-right: 0;
}

.popop .ptom .ruls .rli:nth-child(4n+1) .lx {

    display: none;
}

.popop .ptom .meont {

    width: 100%;

    font-size: 0;

    display: flex;

    flex-wrap: wrap;

    border-top: solid 1px rgba(0, 0, 0, 0.1);

    padding: 0.7rem 0 0;
}

.popop .ptom .meont .metim {

    display: inline-block;

    vertical-align: top;

    width: 48%;
}

.popop .ptom .meont .metim .mv {

    width: 100%;

    color: #111;

    font-weight: bold;

    line-height: 1.2;

    margin-bottom: 0.3rem;
}

.popop .ptom .meont .metim .minp {

    width: 100%;

    color: #666;

    line-height: 1.875;
}

.popop .ptom .meont .metim .minp p {

    color: #666;

    line-height: 1.875;
}

.popop .ptom .more {

    width: 100%;

    margin-top: 0.6rem;

    text-align: center;

    font-size: 0;
}

.popop .ptom .more a {

    display: inline-block;

    vertical-align: middle;

    line-height: 3em;

    border-radius: 1.5em;

    padding: 0 0.4rem;

    color: #fff;

    background-color: var(--themes);

    transition: all ease 0.5s;

    position: relative;

    top: 0;
}

.popop .ptom .more a span {

    display: inline-block;

    vertical-align: middle;

    width: 10px;

    margin-left: 0.25rem;

    position: relative;

    top: -0.02rem;
}

.popop .ptom .more a span img {

    width: 100%;

    display: block;

    filter: grayscale(1000%) brightness(2000%);
}

.popop .ptom .more a:hover {

    top: -0.1rem;
}

.popop .ptom .close {

    position: absolute;

    right: 0.3rem;

    top: 0.3rem;

    width: 0.5rem;

    height: 0.5rem;

    cursor: pointer;

    border-radius: 50%;

    border: solid 1px rgba(0, 0, 0, 0.1);
}

.popop .ptom .close img {

    width: 100%;

    display: block;
}



@media (max-width: 900px) {

    .popop .ptom .pox {

        padding: 0.4rem;
    }

    .popop .ptom .ruls .rli {

        padding-right: 0;
    }

    .popop .ptom .ruls .rli .rc {

        width: 0.6rem;

        height: 0.6rem;
    }

    .popop .ptom .ruls .rli .pm {

        display: inline-block;

        vertical-align: top;

        width: calc(100% - 0.6rem - 0.1rem);
    }
}

.contacts {

    width: 100%;
}

.contacts .conbm {

    width: 100%;

    display: flex;

    padding-left: calc(150 / 1920 * 100%);
}

.contacts .conl {

    width: calc(810 / 1770 * 100%);

    display: flex;

    align-content: center;

    background-color: #fff;

    padding-left: 1.6rem;

    padding-left: calc(150 / 1920 * 100%);

    flex-wrap: wrap;
}

.contacts .conl .conlp {

    width: 100%;

    overflow: auto;

    max-height: 7rem;

    padding-right: 1.2rem;
}

.contacts .conl .conlp::-webkit-scrollbar {

    width: 4px;

    height: 4px;

    scrollbar-arrow-color: rgba(0, 0, 0, 0.1);
}

.contacts .conl .conlp::-webkit-scrollbar-thumb {

    border-radius: 10px;

    -webkit-box-shadow: inset 0 0 10px rgba(27, 46, 112, 0.3);

    background: rgba(27, 46, 112, 0.3);

    scrollbar-arrow-color: rgba(0, 0, 0, 0.1);
}

.contacts .conl .conlp::-webkit-scrollbar-track {

    border-radius: 10px;

    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);

    background: rgba(0, 0, 0, 0.1);
}

.contacts .conl .adrlist {

    width: 100%;
}

.contacts .conl .adrlist .adrom {

    width: 100%;
}

.contacts .conl .adrlist .adrom .adtop {

    width: 100%;

    font-size: 0;

    cursor: pointer;

    display: flex;

    align-items: center;
}

.contacts .conl .adrlist .adrom .adtop .ac {

    display: inline-block;

    vertical-align: middle;

    width: 19px;

    margin-right: 0.2rem;
}

.contacts .conl .adrlist .adrom .adtop .ac img {

    width: 100%;

    display: block;
}

.contacts .conl .adrlist .adrom .adtop .ac img:first-child {

    display: block;
}

.contacts .conl .adrlist .adrom .adtop .ac img:last-child {

    display: none;
}

.contacts .conl .adrlist .adrom .adtop .rom {

    display: flex;

    align-items: center;

    width: calc(100% - 19px - 0.2rem);

    padding: 0.2rem 0;

    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.contacts .conl .adrlist .adrom .adtop .rom .am {

    display: inline-block;

    vertical-align: middle;

    flex: 1;

    line-height: 1.5;

    color: #666;

    font-weight: bold;
}

.contacts .conl .adrlist .adrom .adtop .rom .rc {

    display: inline-block;

    vertical-align: middle;

    width: auto;

    color: #999;

    line-height: 1.5;

    margin-left: 0.1rem;
}

.contacts .conl .adrlist .adrom .acont {

    width: 100%;

    padding: 0.35rem 0;

    padding-left: calc(19px + 0.2rem);

    display: none;
}

.contacts .conl .adrlist .adrom .ainp {

    width: 100%;

    color: #111;

    line-height: 2;
}

.contacts .conl .adrlist .adrom .ainp p {

    color: #111;

    line-height: 2;
    margin-bottom: 20px;
}

.contacts .conl .adrlist .adrom.show .adtop .ac img:first-child {

    display: none;
}

.contacts .conl .adrlist .adrom.show .adtop .ac img:last-child {

    display: block;
}

.contacts .conl .adrlist .adrom.show .adtop .rom .am,
.contacts .conl .adrlist .adrom.show .adtop .rom .rc {

    color: var(--themes);
}

.contacts .conl .adrlist .adrom+.adrom {

    margin-top: 0.2rem;
}

.contacts .conr {

    display: inline-block;

    vertical-align: middle;

    width: calc(960 / 1770 * 100%);

    position: relative;

    overflow: hidden;
}

.contacts .conr .mapom {

    width: 100%;

    display: none;
}

.contacts .conr .mapom img {

    width: 100%;

    display: block;
}

.contacts .conr .mapom.on {

    display: block;
}

.contacts .conr .imgs {

    width: 100%;

    position: relative;

    overflow: hidden;
}

.contacts .conr .imgs .img {

    width: 100%;

    padding-top: 100%;
}



.framework {

    width: 100%;

    padding: 1.3rem 0 0.8rem;
}

.framework .wormk {

    width: 100%;

    padding-left: calc(150 / 1920 * 100%);
}

.framework .finp {

    width: 100%;

    color: #666;

    line-height: 2;
}

.framework .finp p {

    color: #666;

    line-height: 2;
}

.framework .finp img {

    max-width: 100%;
}



.intros {

    width: 100%;

    padding: 1.3rem 0 0.8rem;
}

.intros .intrm {

    width: 100%;

    padding-left: calc(150 / 1920 * 100%);
}

.intros .antrm {

    width: 100%;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;
}

.intros .antrm .anl {

    display: inline-block;

    vertical-align: middle;

    width: calc(470 / 1470 * 100%);
}

.intros .antrm .anr {

    display: inline-block;

    vertical-align: middle;

    width: calc(900 / 1470 * 100%);
}

.intros .antrm .anr .ainp {

    width: 100%;

    color: #666;

    line-height: 1.875;
}

.intros .antrm .anr .ainp p {

    color: #666;
margin-bottom: 20px;
    line-height: 1.6;
}

.intros .antrm .anr .dates {

    width: 100%;

    font-size: 0;

    margin-top: 0.5rem;
}

.intros .antrm .anr .dates .datm {

    width: 48%;

    display: inline-block;

    vertical-align: top;

    margin-right: 4%;

    text-align: center;

    padding: 0.3rem 0;
}

.intros .antrm .anr .dates .datm .xum {

    width: 100%;

    text-align: center;

    color: #111;
}

.intros .antrm .anr .dates .datm .xum span {

    display: inline-block;

    color: var(--themes);

    font-weight: bold;

    margin-right: 0.04rem;
}

.intros .antrm .anr .dates .datm:nth-child(2n) {

    margin-right: 0;
}

.intros .videom {

    width: 100%;

    margin-top: 0.8rem;

    position: relative;
}
.videomtxt{
      font-size: calc(16 * 1rem / 100);
      color: #666;
      /* text-align: right; */
      line-height: 1.5;
      margin-top: .1rem;
}
@media(max-width: 1620px){
      .videomtxt{font-size: 13.5px;}
}
@media(max-width: 900px){
    .videomtxt{font-size: 0.26rem;}
}
.intros .videom .imgs {

    width: 100%;

    position: relative;

    overflow: hidden;
}

.intros .videom .imgs .img {

    width: 100%;

    padding-top: 47.61%;
}

.intros .videom .play {

    position: absolute;

    z-index: 3;

    left: 50%;

    top: 50%;

    transform: translate(-50%, -50%);

    cursor: pointer;

    width: 0.93rem;

    transition: all ease 0.5s;
}

.intros .videom .play img {

    width: 100%;

    display: block;
}

.intros .videom .play:hover {

    transform: translate(-50%, -50%) scale(1.1);
}



.honors {

    width: 100%;

    padding: 1.1rem 0 0.8rem;
}

.honors .honrn {

    width: 100%;

    padding-left: calc(150 / 1920 * 100%);
}

.honors .hecont {

    width: 100%;

    font-size: 0;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;
}

.honors .hecont .hecl {

    display: inline-block;

    vertical-align: top;

    width: calc(970 / 1470 * 100%);

    position: relative;
}

.honors .hecont .hecl .yeaer {

    position: absolute;

    width: 2rem;
    height: 100%;
    overflow: auto;

    right: 0;

    top: 0;

    text-align: center;
}

.honors .hecont .hecl .yeaer::-webkit-scrollbar {

    width: 4px;

    height: 4px;

    scrollbar-arrow-color: rgba(0, 0, 0, 0.1);
}

.honors .hecont .hecl .yeaer::-webkit-scrollbar-thumb {

    border-radius: 10px;

    -webkit-box-shadow: inset 0 0 10px rgba(27, 46, 112, 0.3);

    background: rgba(27, 46, 112, 0.3);

    scrollbar-arrow-color: rgba(0, 0, 0, 0.1);
}

.honors .hecont .hecl .yeaer::-webkit-scrollbar-track {

    border-radius: 10px;

    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);

    background: rgba(0, 0, 0, 0.1);
}

.honors .hecont .hecl .yeaer .yeaom {

    width: 100%;

    cursor: pointer;

    color: #999;

    line-height: 1.5;

    padding: 0.15rem 0;

    font-weight: bold;

    position: relative;
}

.honors .hecont .hecl .yeaer .yeaom::after {

    content: ' ';

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    left: 0;

    height: 3px;

    background-color: var(--themes);

    width: 0.2rem;

    opacity: 0;

    transition: all ease 0.5s;
}

.honors .hecont .hecl .yeaer .yeaom:hover,
.honors .hecont .hecl .yeaer .yeaom.on {

    color: var(--themes);
}

.honors .hecont .hecl .yeaer .yeaom:hover:after,
.honors .hecont .hecl .yeaer .yeaom.on:after {

    opacity: 1;
}

.honors .hecont .hecl .yearcont {

    width: 100%;

    overflow: auto;

    max-height: 6rem;

    padding-bottom: 0.2rem;
}

.honors .hecont .hecl .yearcont::-webkit-scrollbar {

    width: 4px;

    height: 4px;

    scrollbar-arrow-color: rgba(0, 0, 0, 0.1);
}

.honors .hecont .hecl .yearcont::-webkit-scrollbar-thumb {

    border-radius: 10px;

    -webkit-box-shadow: inset 0 0 10px rgba(27, 46, 112, 0.3);

    background: rgba(27, 46, 112, 0.3);

    scrollbar-arrow-color: rgba(0, 0, 0, 0.1);
}

.honors .hecont .hecl .yearcont::-webkit-scrollbar-track {

    border-radius: 10px;

    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);

    background: rgba(0, 0, 0, 0.1);
}

.honors .hecont .hecl .yearcont .yecom {

    width: 100%;

    display: none;

    width: calc(700 / 970 * 100%);
}

.honors .hecont .hecl .yearcont .yecom.on {

    display: block;
}

.honors .hecont .hecl .yearcont .yit {

    width: 100%;

    color: var(--themes);

    font-weight: bold;

    line-height: 1.2;

    margin-bottom: 0.3rem;
}

.honors .hecont .hecl .yearcont .yeomlis {

    width: 100%;
}

.honors .hecont .hecl .yearcont .yeomlis .yeom {

    width: 100%;

    position: relative;
}

.honors .hecont .hecl .yearcont .yeomlis .yeom .ygm {

    width: 100%;

    background-color: #ffffff;

    border: solid 1px #e6e6e6;

    padding: 0.3rem;

    position: relative;

    z-index: 2;
}

.honors .hecont .hecl .yearcont .yeomlis .yeom .ygm .yc {

    display: inline-block;

    vertical-align: top;

    width: 0.39rem;

    margin-right: 0.2rem;
}

.honors .hecont .hecl .yearcont .yeomlis .yeom .ygm .yc img {

    width: 100%;

    display: block;
}

.honors .hecont .hecl .yearcont .yeomlis .yeom .ygm .yum {

    display: inline-block;

    vertical-align: top;

    width: calc(100% - 0.59rem);

    color: #666;

    line-height: 2;
}

.honors .hecont .hecl .yearcont .yeomlis .yeom .bk {

    position: absolute;

    left: 0.1rem;

    top: 0.1rem;

    background-color: #ccc;

    width: 100%;

    height: 100%;

    z-index: 1;
}

.honors .hecont .hecl .yearcont .yeomlis .yeom+.yeom {

    margin-top: 0.5rem;
}

.honors .hecont .hecr {

    display: inline-block;

    vertical-align: top;

    width: calc(400 / 1470 * 100%);
}

.honors .hecont .hecr .hrecm {
    width: 100%;
    display: none;
}

.honors .hecont .hecr .hrecm.on {
    display: block;
}

.honors .hecont .hecr .hecrper {

    width: 100%;
}

.honors .hecont .hecr .hecrper .swiper-container {

    width: 100%;

    padding-bottom: 0.5rem;
}

.honors .hecont .hecr .hecrper .swiper-pagination {

    bottom: 0;
}

.honors .hecont .hecr .hecrper .swiper-slide {

    width: 100%;
}

.honors .hecont .hecr .hecrper .swiper-slide .imgs {

    width: 100%;

    position: relative;

    overflow: hidden;
}

.honors .hecont .hecr .hecrper .swiper-slide .imgs .img {

    width: 100%;

    padding-top: 140%;
}



@media (max-width: 900px) {

    .honors .hecont .hecl {

        width: 100%;

        margin-bottom: 20px;
    }

    .honors .hecont .hecl .yeaer {

        width: 100%;

        position: relative;
        height: auto;

        text-align: left;
    }

    .honors .hecont .hecl .yeaer .yeaom {

        display: inline-block;

        vertical-align: top;

        width: auto;

        margin-right: 0.3rem;

        margin-bottom: 0.16rem;

        font-size: 16px;
    }

    .honors .hecont .hecl .yeaer .yeaom::after {

        display: none;
    }

    .honors .hecont .hecl .yearcont {

        width: 100%;

        max-height: 100%;
    }

    .honors .hecont .hecl .yearcont .yecom {

        width: 100%;

        padding-right: 0.2rem;
    }

    .honors .hecont .hecr {

        width: 100%;
    }
}