.w1600 {
    width: 16rem;
    margin: 0 auto;
    position: relative;
    font-size: 0
}

@media (max-width: 1680px) {
    .w1600 {
        width:94%
    }
}

@media (max-width: 800px) {
    .w1600 {
        width:94%
    }
}

.w1400 {
    width: 14rem;
    margin: 0 auto;
    position: relative;
    font-size: 0
}

@media (max-width: 1480px) {
    .w1400 {
        width:94%
    }
}

@media (max-width: 800px) {
    .w1400 {
        width:94%
    }
}

/*Ã¨Â°Â·Ã¦Â­Å’*/
div::-webkit-scrollbar{width: 6px;background-color: #f1f1f1;border-radius: 3px;}
div::-webkit-scrollbar-thumb{background-color: #b1b1b1;border-radius: 3px;}
/*Ã§ÂÂ«Ã§â€¹Â*/
@-moz-document url-prefix(){
    div{scrollbar-width: thin;scrollbar-color: green #eee;}
}
@media(max-width: 750px){
    div::-webkit-scrollbar{height: 6px;border-radius: 0;}
    div::-webkit-scrollbar-thumb{border-radius: 0;}
}


header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    transition: all ease 0.5s;
    border-bottom: solid 1px rgba(255,255,255,0.1)
}

header .hop {
    width: 100%;
    display: flex;
    justify-content: space-between;
    transition: all ease 0.5s;
    min-height: 0.9rem;
    align-items: center;
    padding: 0 0.4rem
}

header .rav {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    display: flex;
    align-items: center
}

header .rav .search {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    text-align: center;
    cursor: pointer;
    position: relative;
    width: 19px;
    height: 40px
}

header .rav .search .sc {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 3
}

header .rav .search .sc img {
    width: 100%;
    display: block
}

header .rav .search .sc img:first-child {
    display: block
}

header .rav .search .sc img:last-child {
    display: none
}

header .rav .sechom {
    position: absolute;
    z-index: 3;
    right: 0;
    width: 4rem;
    background-color: #fff;
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.09);
    padding: 0.1rem;
    top: 100%;
    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: #228be6;
    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: auto;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    margin: 0 0.1rem;
    text-align: left;
    z-index: 3;
    margin-left: 0.4rem
}

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;
    padding-right: 16px
}

header .rav .languages .lauges .lashow .ac {
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    margin-right: 0.1rem
}

header .rav .languages .lauges .lashow .ac img {
    width: 100%;
    display: block
}

header .rav .languages .lauges .lashow .ac img:first-child {
    display: block
}

header .rav .languages .lauges .lashow .ac img:last-child {
    display: none
}

header .rav .languages .lauges .lashow .am {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    min-width: 40px
}

header .rav .languages .lauges .lashow:after {
    content: ' ';
    position: absolute;
    right: 0rem;
    top: calc(50%);
    transform: translateY(-50%);
    background-image: url("../images/x1.png");
    width: 9px;
    height: 6px;
    background-size: 100%
}

header .rav .languages .lauges .language {
    position: absolute;
    z-index: 20;
    top: 100%;
    width: 100%;
    display: none;
    width: 60px;
    width: 1rem;
    left: 50%;
    transform: translateX(-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: #228be6;
    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 .rav .rd {
    display: inline-block;
    vertical-align: middle;
    width: 0.51rem;
    margin-left: 0.3rem;
    cursor: pointer
}

header .rav .rd img {
    width: 100%;
    display: block
}

header .rav .menu {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: relative;
    display: none
}

header .rav .menu img {
    width: 100%;
    display: block
}

header .rav .menu .clk {
    width: 100%;
    height: 100%;
    text-align: center;
    color: #333;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: none
}

header .rav .langs {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    white-space: nowrap
}

header .rav .langs .lam {
    display: inline-block;
    vertical-align: middle;
    width: auto
}

header .rav .langs .lam a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1.5;
    width: auto
}

header .rav .langs .lam span {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1.5;
    margin: 0 0.1rem
}

header .rav .langs .lam:last-child span {
    display: none
}

header .rav .langs .lam:hover a {
    color: #228be6
}

header .rav .langs .lam:hover span {
    color: #fff
}

header .rav .stn {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin-right: 0.3rem
}

header .rav .stn a {
    width: 18px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer
}

header .rav .stn a img {
    width: 100%;
    display: block
}

header .rav .stn a img:first-child {
    display: block
}

header .rav .stn a img:last-child {
    display: none
}

header .logo {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    font-size: 0;
    white-space: nowrap
}

header .logo .log {
    width: 1.36rem;
    width: 153px;
    display: inline-block;
    vertical-align: middle;
    width: 2rem;
}

header .logo .log a,header .logo .log img {
    width: 100%;
    display: block
}

header .logo .log img:first-child {
    display: block
}

header .logo .log img:last-child {
    display: none
}

header nav {
    width: 100%;
    display: block;
    text-align: center
}

header nav .natem {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center;
    font-size: 0
}

header nav .natem .nas {
    width: auto;
    display: inline-block;
    position: relative;
    margin: 0 0.15rem
}

header nav .natem .nas a {
    display: inline-block;
    line-height: 1rem;
    color: #fff;
    position: relative;
    padding: 0 0.15rem;
    transition: all ease 0.5s
}

header nav .natem .nas:before {
    content: ' ';
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    width: 0.12rem;
    height: 0.07rem;
    background-image: url("../images/xx1.png");
    background-size: 100% 100%;
    bottom: 0.2rem;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all ease 0.5s
}

header nav .natem .nas:after {
    content: ' ';
    position: absolute;
    left: 50%;
    bottom: 0rem;
    transform: translateX(-50%);
    opacity: 0;
    background-color: #fff;
    transition: all ease 0.5s;
    width: 0;
    height: 0.02rem
}

header nav .natem .navuls {
    width: 2.2rem;
    width: 2rem;
    position: absolute;
    z-index: 101;
    left: calc(50%);
    top: 100%;
    transform: translateX(-50%);
    display: none
}

header nav .natem .navuls ul {
    width: 100%
}

header nav .natem .navuls ul li {
    width: 100%;
    position: relative
}

header nav .natem .navuls ul li .njm {
    width: 100%;
    font-size: 0;
    border-top: solid 1px rgba(255,255,255,0.15);
    background-color: rgba(255,255,255,0.5)
}

header nav .natem .navuls ul li .ns {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    line-height: 3;
    color: #333;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 0.1rem;
    position: relative;
    text-align: center;
    transition: all .3s;
}

header nav .natem .navuls ul li .theul {
    width: 100%;
    background-color: #fff;
    display: none
}

header nav .natem .navuls ul li .theul li {
    width: 100%;
    font-size: 0
}

header nav .natem .navuls ul li .theul li .xn {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 2.5;
    padding: 0 0.2rem
}

header nav .natem .navuls ul li .theul li .xn:hover {
    color: #333
}

header nav .natem .navuls ul li:hover .ns {
    background-color: #228be6;
    color: #fff
}

header nav .natem .navuls ul li.has-the: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;
    display: none
}

header nav .natem .navuls ul li.has-the.show:after {
    content: "-"
}

header nav .natem .longul {
    width: 100%;
    position: fixed;
    z-index: 101;
    left: calc(50%);
    top: 0.9rem;
    left: 0;
    border-top: solid 1px rgba(255,255,255,0.15);
    padding: 0.4rem 0;
    background-color: #228be6;
    display: none
}

header nav .natem .longul .longlist {
    width: 100%;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    text-align: left
}

header nav .natem .longul .longlist .logem {
    display: inline-block;
    vertical-align: middle;
    width: calc(290 / 1320 * 100%);
    margin-right: calc(52 / 1320 * 100%);
    margin-bottom: 0.4rem;
    transition: all ease 0.5s;
    top: 0;
    position: relative
}

header nav .natem .longul .longlist .logem a {
    width: 100%;
    display: block;
    font-size: 0
}

header nav .natem .longul .longlist .logem .imgs {
    display: inline-block;
    vertical-align: middle;
    width: calc(1rem);
    margin-right: 0.2rem;
    position: relative;
    overflow: hidden
}

header nav .natem .longul .longlist .logem .imgs .img {
    width: 100%;
    padding-top: 100%;
    transition: all ease 0.5s
}

header nav .natem .longul .longlist .logem .rom {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 1.2rem)
}

header nav .natem .longul .longlist .logem .rom .rx {
    width: 100%;
    color: #fff;
    line-height: 1.5
}

header nav .natem .longul .longlist .logem:nth-child(4n) {
    margin-right: 0
}

header nav .natem .longul .longlist .logem:hover {
    top: -0.1rem
}

header nav .natem.has-nav .nas .xs {
    display: inline-block
}

header nav .natem.on .nas a {
    color: #fff
}

header nav .natem.on .nas:after {
    opacity: 1;
    width: 100%
}

header nav .natem:hover .nas a {
    color: #fff
}

header nav .natem:hover .nas:before {
    opacity: 1
}

header .secpomd {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0.32rem 0;
    z-index: 12;
    display: none;
    background-color: #fff;
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.09)
}

header .secpomd .hvp {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 0
}

header .secpomd .hvp .logo {
    width: 136px;
    display: inline-block;
    vertical-align: middle
}

header .secpomd .hvp .logo a,header .secpomd .hvp .logo img {
    width: 100%;
    display: block
}

header .secpomd .hvp .somd {
    display: inline-block;
    vertical-align: middle;
    width: 6rem
}

header .secpomd .hvp .somd .setom {
    width: 100%;
    border-bottom: solid 2px #f0f2f5;
    font-size: 0;
    margin-bottom: 0.4rem
}

header .secpomd .hvp .somd .setom .sinc {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 18px);
    padding-right: 0.2rem;
    color: #333;
    line-height: 3;
    height: 3em;
    background-color: transparent;
    border: none
}

header .secpomd .hvp .somd .setom .tcn {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    cursor: pointer;
    position: relative
}

header .secpomd .hvp .somd .setom .tcn img {
    width: 100%;
    display: block
}

header .secpomd .hvp .somd .setom .tcn .srn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    cursor: pointer;
    opacity: 0
}

header .secpomd .hvp .somd .pecom {
    width: 100%
}

header .secpomd .hvp .somd .pecom .pie {
    width: 100%;
    color: #999;
    line-height: 1.5;
    margin-bottom: 0.1rem
}

header .secpomd .hvp .somd .pecom .puls {
    width: 100%
}

header .secpomd .hvp .somd .pecom .puls .pli {
    width: 100%;
    padding: 0.03rem 0
}

header .secpomd .hvp .somd .pecom .puls .pli a {
    width: 100%;
    display: block;
    color: #000;
    line-height: 2
}

header .secpomd .hvp .somd .pecom .puls .pli a:hover {
    color: #228be6
}

header .secpomd .hvp .clost {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    color: #000;
    line-height: 1.5;
    cursor: pointer
}

header .bloem {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,0.5);
    display: none
}

header.white {
    background-color: #fff;
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.09)
}

header.white .rav .search .sc img:first-child {
    display: none
}

header.white .rav .search .sc img:last-child {
    display: block
}

header.white .rav .languages .lauges .lashow .ac img:first-child {
    display: none
}

header.white .rav .languages .lauges .lashow .ac img:last-child {
    display: block
}

header.white .rav .languages .lauges .lashow .am {
    color: #000
}

header.white .rav .languages .lauges .lashow:after {
    background-image: url("../images/x2.png");
    background-size: 100%
}

header.white .rav .langs .lam a,header.white .rav .langs .lam span {
    color: #333
}

header.white .rav .langs .lam:hover a {
    color: #228be6
}

header.white .rav .langs .lam:hover span {
    color: #333
}

header.white .rav .stn a img:first-child {
    display: none
}

header.white .rav .stn a img:last-child {
    display: block
}

header.white .logo .log img:first-child {
    display: none
}

header.white .logo .log img:last-child {
    display: block
}

header.white nav .natem .nas a {
    color: #000
}

header.white nav .natem.on .nas a {
    color: #228be6
}

header.white nav .natem.on .nas:after {
    opacity: 1;
    width: 100%
}

header.white nav .natem:hover .nas a {
    color: #228be6
}

header.white nav .natem:hover .nas:before {
    opacity: 1
}

@media (max-width: 800px) {
    header {
        background-color:#fff
    }

    header .hop {
        align-items: center;
        padding: 0.1rem 3%;
        height: calc(40px + 0.2rem)
    }

    header .blace {
        position: fixed;
        z-index: -1;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 450;
        display: none;
        background-color: rgba(0,0,0,0.5)
    }

    header nav {
        width: 100%;
        width: 5rem;
        position: fixed;
        right: -100%;
        top: 0;
        left: auto;
        height: 100vh;
        background-color: #fff;
        margin-right: 0;
        overflow: auto;
        z-index: 500;
        transition: all ease 1.2s;
        padding-left: 0.1rem;
        padding: 0.1rem;
        display: block;
        text-align: left;
        opacity: 0;
        border-top: solid 1px #e5e5e5
    }

    header nav .natem {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        width: auto;
        width: 100%;
        padding: 0.1rem 0;
        opacity: 0;
        transform: translate(-10px,-30px);
        transition: all .8s ease
    }

    header nav .natem .nas {
        width: auto;
        display: inline-block;
        text-align: left;
        width: 100%;
        margin: 0
    }

    header nav .natem .nas a {
        width: auto;
        display: inline-block;
        vertical-align: middle;
        line-height: 2.5;
        color: #333;
        font-weight: bold;
        font-family: 'Alibaba-PuHuiTi-Bold';
        padding: 0 0.3rem;
        position: relative
    }

    header nav .natem .nas .ik {
        display: none !important
    }

    header nav .natem .nas a:hover {
        color: #228be6;
        background-color: transparent
    }

    header 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
    }

    header nav .natem .navuls ul {
        width: 100%;
        padding: 0.1rem 0.2rem
    }

    header nav .natem .navuls ul li {
        width: 100%;
        display: block;
        position: relative;
        margin-bottom: 0
    }

    header nav .natem .navuls ul li .njm {
        background-color: #fff;
        border-top: none
    }

    header 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;
        transition: all .3s;
    }

    header nav .natem .navuls ul li .ns:hover {
        color: #228be6
    }

    header nav .natem .navuls ul li+li {
        border-top: solid 1px #eee
    }

    header nav .natem .navuls ul li:hover .ns {
        background-color: transparent;
        color: #228be6;
        color: #fff
    }

    header nav .natem .navuls ul li.has-the:after {
        display: block
    }

    header nav .natem:before {
        display: none !important
    }

    header nav .natem.on .nas:after {
        display: none
    }

    header nav .natem.has-nav .nas .xs {
        display: none
    }

    header 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 nav .natem.has-nav.show:after {
        content: "-"
    }

    header nav .natem.animate {
        opacity: 1;
        transform: translate(0,0)
    }

    header .logo .log {
        width: 100px;
    }

    header .logo .log img:first-child {
        display: none
    }

    header .logo .log img:last-child {
        display: block
    }

    header .rav .langs .lam a,header .rav .langs .lam span {
        color: #333
    }

    header .rav .langs .lam:hover a {
        color: #228be6
    }

    header .rav .langs .lam:hover span {
        color: #333
    }

    header .rav .stn a img:first-child {
        display: none
    }

    header .rav .stn a img:last-child {
        display: block
    }

    header .rav .menu {
        width: 30px;
        height: 30px;
        display: inline-block;
        margin-left: 0.15rem
    }

    header .rav .menu img {
        width: 100%;
        display: block;
        filter: grayscale(1000%) brightness(2000%)
    }

    header .rav .menu .clk {
        line-height: 30px
    }

    header .rav .searcom {
        width: 80px;
        background-color: #f8f8f8
    }

    header .rav .searcom .input input {
        color: #333
    }

    header .rav .searcom .input input::-webkit-input-placeholder,header .rav .searcom .input textarea::-webkit-input-placeholder {
        color: rgba(0,0,0,0.5)
    }

    header .rav .searcom .input input:-moz-placeholder,header .rav .searcom .input textarea:-moz-placeholder {
        color: rgba(0,0,0,0.5)
    }

    header .rav .searcom .input input::-moz-placeholder,header .rav .searcom .input textarea::-moz-placeholder {
        color: rgba(0,0,0,0.5)
    }

    header .rav .searcom .input input:-ms-input-placeholder,header .rav .searcom .input textarea:-ms-input-placeholder {
        color: rgba(0,0,0,0.5)
    }

    header .rav .search {
        width: 20px;
        display: inline-block;
        margin-right: 5px
    }

    header .rav .search .sc {
        width: 15px;
        height: 15px
    }

    header .rav .search .sc img:first-child {
        display: none
    }

    header .rav .search .sc img:last-child {
        display: block
    }

    header .rav .sechom {
        width: 100vw;
        position: fixed;
        left: 0;
        top: calc(40px + 0.2rem);
        padding: 0.15rem
    }

    header .rav .search .sc img:first-child {
        display: none
    }

    header .rav .search .sc img:last-child {
        display: block
    }

    header .rav .languages .lauges .lashow .ac img:first-child {
        display: none
    }

    header .rav .languages .lauges .lashow .ac img:last-child {
        display: block
    }

    header .rav .languages .lauges .lashow .am {
        color: #000
    }

    header .rav .languages .lauges .lashow:after {
        background-image: url("../images/x2.png");
        background-size: 100%
    }

    header .hot {
        border-bottom: solid 1px rgba(0,0,0,0.08)
    }

    header .hot .hom .hkr .tc img:first-child {
        display: none
    }

    header .hot .hom .hkr .tc img:last-child {
        display: block
    }

    header .hot .hom .hkr .tm {
        color: #222
    }

    header .secpomd {
        width: 100%
    }

    header .secpomd .hvp .logo {
        order: 1;
        width: 100px
    }

    header .secpomd .hvp .clost {
        order: 2
    }

    header .secpomd .hvp .somd {
        order: 3;
        width: 100%;
        margin-top: 0.2rem
    }

    header.menu-state .rav .menu img {
        opacity: 0
    }

    header.menu-state nav {
        opacity: 1;
        right: 0
    }

    header.menu-state .blace {
        opacity: 1
    }
}

.banner {
    width: 100%;
    position: relative
}

.banner .swiper-slide {
    width: 100%;
    position: relative
}

.banner .swiper-slide .imgs.pcm {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: block
}

.banner .swiper-slide .imgs.pcm .img {
    width: 100%;
    height: 100vh
}

.banner .swiper-slide .imgs.phm {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: none
}

.banner .swiper-slide .imgs.phm .img {
    width: 100%;
    padding-top: 50%
}

.banner .swiper-slide .bkc {
    position: absolute;
    z-index: 6;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5)
}

.banner .swiper-slide .box {
    position: absolute;
    z-index: 7;
    top: 50%;
    transform: translateY(-50%);
    left: calc(160 / 1920 * 100%);
    width: 14.4rem;
    max-width: 80%
}

.banner .swiper-slide .box .bit {
    width: 100%;
    color: #fff;
    line-height: 1.3;
    font-weight: bold;
    opacity: 0;
    transform: translate3d(0,25%,0);
    transition: opacity 1s ease-out 0.2s,transform 1s ease-out 0.2s,box-shadow .3s
}

.banner .swiper-slide .box .bit p {
    color: #fff;
    line-height: 1.3;
    position: relative;
    z-index: 2
}

.banner .swiper-slide .box .lx {
    width: 100%;
    font-size: 0;
    margin: 0.2rem 0 0.4rem;
    opacity: 0;
    transform: translate3d(0,25%,0);
    transition: opacity 1s ease-out 0.2s,transform 1s ease-out 0.2s,box-shadow .3s
}

.banner .swiper-slide .box .lx span {
    display: inline-block;
    vertical-align: middle;
    width: 0.33rem;
    height: 0.06rem;
    background-color: #fff
}

.banner .swiper-slide .box .eim {
    width: 100%;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 0.14rem;
    opacity: 0;
    transform: translate3d(0,25%,0);
    transition: opacity 1s ease-out 0.2s,transform 1s ease-out 0.2s,box-shadow .3s
}

.banner .swiper-slide .box .eim p {
    color: #fff;
    line-height: 1.2;
    position: relative;
    z-index: 2
}

.banner .swiper-slide .box .more {
    width: 100%;
    opacity: 0;
    transform: translate3d(0,25%,0);
    transition: opacity 1s ease-out 0.2s,transform 1s ease-out 0.2s,box-shadow .3s;
    font-size: 0;
    margin-top: 0.5rem
}

.banner .swiper-slide .box .more a {
    display: inline-block;
    vertical-align: middle;
    line-height: 3;
    height: 3em;
    border-radius: 1.5em;
    border: solid 1px #fff;
    width: auto;
    padding: 0 0.4rem;
    color: #fff
}

.banner .swiper-slide .box .more a span {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    position: relative;
    top: -0.02rem;
    margin-left: 0.14rem
}

.banner .swiper-slide .box .more a span img {
    width: 100%;
    display: block
}

.banner .swiper-slide .box .more a:hover {
    background-color: #228be6;
    color: #fff;
    border: solid 1px #228be6
}

.banner .swiper-slide .videoc {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 4;
    background-color: rgba(0,0,0,0.3);
    opacity: 1;
    transition: all ease 0.5s;
    z-index: 5
}

.banner .swiper-slide .videoc .vom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3
}

.banner .swiper-slide-active .box .bit, .banner .swiper-slide-active .box .more, .banner .swiper-slide-active .box .eim, .banner .swiper-slide-active .box .lx {
    opacity: 1;
    transform: translate3d(0,0,0)
}

.banner .swiper-pagination {
    bottom: 0.4rem
}

.banner .swiper-pagination-bullet {
    display: inline-block;
    vertical-align: middle;
    width: 0.4rem;
    height: 3px;
    border-radius: 0;
    background-color: rgba(255,255,255,0.5);
    opacity: 1;
    margin: 0 0.1rem !important
}

.banner .swiper-pagination-bullet-active {
    background-color: #fff
}

.banner .btn {
    position: absolute;
    width: 14px;
    cursor: pointer;
    z-index: 2;
    top: 50%;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    opacity: 0.6;
    transform: translateY(-50%);
    transition: all ease 0.5s
}

.banner .btn img {
    width: 100%;
    display: block
}

.banner .btn:hover {
    opacity: 1
}

.banner .bl {
    left: 0.6rem
}

.banner .br {
    right: 0.6rem
}

@media (max-width: 800px) {
    .banner .swiper-slide .imgs.pcm {
        display:none
    }

    .banner .swiper-slide .imgs.phm {
        display: block
    }

    .banner .swiper-slide .box .bit {
        font-size: 16px
    }

    .banner .swiper-slide .box .eim {
        font-size: 12px
    }

    .banner .swiper-slide .box .more a {
        font-size: 12px
    }

    .banner .bl {
        left: 0.05rem
    }

    .banner .br {
        right: 0.05rem
    }
}

footer {
    width: 100%;
    display: block;
    overflow: hidden
}

footer .ftop {
    width: 100%
}

footer .ftp {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem 0 0.45rem;
    border-bottom: solid 1px rgba(255,255,255,0.1)
}

footer .ftp .fogo {
    display: inline-block;
    vertical-align: middle;
    width: 153px
}

footer .ftp .fogo a, footer .ftp .fogo img {
    width: 100%;
    display: block
}

footer .ftp .share {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    font-size: 0
}

footer .ftp .share .am {
    display: inline-block;
    vertical-align: middle;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    position: relative;
    background-color: rgba(255,255,255,0.1)
}

footer .ftp .share .am a, footer .ftp .share .am img {
    width: 100%;
    display: block
}

footer .ftp .share .am .codm {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 0.1rem);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.09);
    width: 1.2rem;
    background-color: #fff;
    padding: 0.06rem;
    border-radius: 0.05rem;
    display: none;
    z-index: 2
}

footer .ftp .share .am .codm:after {
    content: ' ';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
    width: 0;
    height: 0;
    border: solid 0.05rem;
    border-color: transparent transparent #fff transparent
}

footer .ftp .share .am:hover {
    background-color: #228be6
}

footer .ftp .share .am:hover .codm {
    display: block
}

footer .ftp .share .am+.am {
    margin-left: 0.1rem
}

footer .ftb {
    width: 100%;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 0.6rem 0;
    justify-content: space-between
}

footer .ftb .ftl {
    display: inline-block;
    vertical-align: middle;
    width: calc(1200 / 1600 * 100%)
}

footer .ftb .ftl .flist {
    display: inline-block;
    vertical-align: top;
    width: calc(200 / 1200 * 100%);
    text-align: left;
    padding-right: 0.15rem
}

footer .ftb .ftl .flist .fit {
    width: 100%;
    font-size: 0;
    margin-bottom: 0.2rem
}

footer .ftb .ftl .flist .fit a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1.4;
    transition: all ease 0.5s
}

footer .ftb .ftl .flist .fit a:hover {
    color: #228be6
}

footer .ftb .ftl .flist .ful {
    width: 100%
}

footer .ftb .ftl .flist .ful a {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    color: rgba(255,255,255,0.5);
    transition: all ease 0.5s;
    line-height: 2;
    line-height: 1.5;
    padding: 0.05rem 0
}

footer .ftb .ftl .flist .ful a:hover {
    color: #fff
}

footer .ftb .ftl .flist .ful div {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    color: rgba(255,255,255,0.5);
    line-height: 2;
    transition: all ease 0.5s
}

footer .ftb .ftr {
    display: inline-block;
    vertical-align: middle;
    width: calc(300 / 1600 * 100%)
}

footer .ftb .ftr .fit {
    width: 100%;
    margin-bottom: 0.2rem;
    color: #fff;
    line-height: 1.4;
    transition: all ease 0.5s
}

footer .ftb .ftr .fum {
    width: 100%;
    color: #fff;
    font-weight: bold;
    line-height: 1.2
}

footer .ftb .ftr .sim {
    width: 100%;
    color: rgba(255,255,255,0.5);
    line-height: 1.75;
    margin-top: 0.2rem
}

footer .ftb .ftr .sim p {
    color: rgba(255,255,255,0.5);
    line-height: 1.75
}

footer .fbot {
    width: 100%
}

footer .fob {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.3rem 0
}

footer .fob .fm {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    color: rgba(255,255,255,0.5);
    line-height: 1.5
}

footer .fob .fm a {
    display: inline-block;
    vertical-align: middle;
    color: rgba(255,255,255,0.5);
    line-height: 1.5;
    width: auto
}

footer .fob .fm a span {
    display: inline-block;
    vertical-align: middle;
    color: rgba(255,255,255,0.15);
    line-height: 1.5;
    margin: 0 0.1rem
}

footer .fob .fm a:hover {
    color: #fff
}

footer .fob .fm a:hover span {
    color: rgba(255,255,255,0.15)
}

footer .fob .fm a:last-child span {
    display: none
}

@media (max-width: 800px) {
    footer .ftp {
        padding:0.4rem 0
    }

    footer .ftp .fogo {
        width: 100px
    }

    footer .ftb {
        padding: 0rem 0 0.2rem
    }

    footer .ftb .ftl {
        width: 100%
    }

    footer .ftb .ftl .flist {
        width: 100%;
        border-bottom: solid 1px rgba(255,255,255,0.1);
        position: relative
    }

    footer .ftb .ftl .flist .fit {
        width: 100%;
        margin-bottom: 0;
        padding: 0.25rem 0;
        margin-left: 0
    }

    footer .ftb .ftl .flist .fit a {
        font-size: 16px
    }

    footer .ftb .ftl .flist .ful {
        width: 100%;
        font-size: 0;
        padding-bottom: 0.15rem;
        display: none;
        height: auto
    }

    footer .ftb .ftl .flist .ful a {
        line-height: 2
    }

    footer .ftb .ftl .flist:last-child {
        border: none;
        border-bottom: solid 1px rgba(255,255,255,0.1)
    }

    footer .ftb .ftl .flist:first-child {
        border-top: none;
        border-top: solid 1px rgba(255,255,255,0.1)
    }

    footer .ftb .ftl .flist.has-ful:after {
        content: " ";
        display: inline-block;
        width: 12px;
        height: 7px;
        background-image: url("../images/x2.png");
        background-position: center;
        background-size: 100% 100%;
        text-align: center;
        position: absolute;
        right: 0.2rem;
        left: auto;
        transform: translateX(0) rotate(0deg);
        top: 0.4rem;
        color: #333;
        border: none;
        transition: all ease 0.5s
    }

    footer .ftb .ftl .flist.has-ful.show:after {
        content: " ";
        transform: translateX(0) rotate(180deg)
    }

    footer .ftb .ftr {
        width: 100%;
        margin-top: 0.3rem
    }
}

.modular {
    width: 100%
}

.modular .mitop {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem
}

.modular .mitop .mol {
    display: inline-block;
    vertical-align: middle;
    width: auto
}

.modular .mitop .mol .em {
    width: 100%;
    color: #228be6;
    line-height: 1.5
}

.modular .mitop .mol .am {
    width: 100%;
    color: #000;
    font-weight: bold;
    line-height: 1.5
}

.modular .mitop .mol .lx {
    display: block;
    margin: 0.15rem 0 0.35rem;
    width: 0.3rem;
    height: 5px;
    background-color: #228be6
}

.modular .mitop .mol .lip {
    width: 100%;
    color: #666;
    line-height: 2
}

.modular .mitop .mol .lip p {
    color: #666;
    line-height: 2
}

.modular .mitop .mol.w100 {
    width: 100%
}

.modular .mitop .mor {
    display: inline-block;
    vertical-align: middle;
    width: auto
}

.modular .mitop .mor .mewom {
    display: inline-block;
    vertical-align: middle;
    width: auto
}

.modular .mitop .mor .mewom .mein {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    background-color: transparent;
    color: #666;
    padding: 0 0.3rem;
    line-height: 2.6;
    border-radius: 1.3em;
    cursor: pointer
}

.modular .mitop .mor .mewom .mein+.mein {
    margin-left: 0.2rem
}

.modular .mitop .mor .mewom .mein:hover, .modular .mitop .mor .mewom .mein.on {
    background-color: #228be6;
    color: #fff
}

.modular .mitop .mor .mtns {
    display: inline-block;
    vertical-align: middle;
    width: auto
}

.modular .mitop .mor .mtns .btn {
    display: inline-block;
    vertical-align: middle;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    border: solid 1px rgba(0,0,0,0.08);
    cursor: pointer;
    transition: all .3s;
}

.modular .mitop .mor .mtns .btn.bl:hover{
    transform: rotate(-45deg);
}

.modular .mitop .mor .mtns .btn.br:hover{
    transform: rotate(45deg);
}

.modular .mitop .mor .mtns .btn img {
    width: 100%;
    display: block
}

.modular .mitop .mor .mtns .btn img:first-child {
    display: block
}

.modular .mitop .mor .mtns .btn img:last-child {
    display: none
}

.modular .mitop .mor .mtns .btn:hover {
    background-color: #228be6;
    border: solid 1px #228be6
}

.modular .mitop .mor .mtns .btn:hover img:first-child {
    display: none
}

.modular .mitop .mor .mtns .btn:hover img:last-child {
    display: block
}

.modular .mitop .mor .mtns .btn+.btn {
    margin-left: 0.2rem
}

.modular .mitop .mol.cen {
    text-align: center
}

.modular .mitop.white .mol .em, .modular .mitop.white .mol .am {
    color: #fff
}

.modular .mitop.white .mol .em p, .modular .mitop.white .mol .am p {
    color: #fff
}

.modular .mitop.white .mol .lx {
    background-color: #fff
}

.modular .moreb {
    width: 100%;
    font-size: 0;
    margin-top: 0.6rem;
    text-align: center
}

.modular .moreb a {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    background-color: #228be6;
    color: #fff;
    line-height: 2.8;
    border-radius: 1.4em;
    padding: 0 0.4rem
}

.modular .moreb a:hover span{
    transform: rotate(45deg);
}

.modular .moreb a span {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    margin-left: 0.14rem;
    position: relative;
    top: -0.02rem;
    transition: all .3s;
}

.modular .moreb a span img {
    width: 100%;
    display: block
}

.modular .moreb.tel {
    text-align: left
}

.impvideo {
    width: 100%;
    padding: 0.5rem 0 0.5rem
}

.impvideo .impers {
    width: 100%;
    position: relative
}

.impvideo .impers .swiper-slide {
    width: 100%
}

.impvideo .impers .swiper-slide .imgs {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 0.1rem
}

.impvideo .impers .swiper-slide .imgs .img {
    width: 100%;
    padding-top: 56.26%;
    transition: all ease 0.5s
}

.impvideo .impers .swiper-slide .play {
    position: absolute;
    left: 50%;
    top: 50%;
    cursor: pointer;
    width: 1rem;
    height: 1rem;
    transform: translate(-50%,-50%);
    z-index: 3;
    opacity: 0;
    transition: all ease 0.5s
}

.impvideo .impers .swiper-slide .play img {
    width: 100%;
    display: block
}

.impvideo .impers .swiper-slide .cem {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.4rem;
    z-index: 2;
    color: #fff;
    line-height: 1.5
}

.impvideo .impers .swiper-slide-active .imgs .play {
    opacity: 1
}

.impvideo .impers .btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    cursor: pointer;
    border: solid 1px #fff;
    transition: all .3s;
}

.impvideo .impers .btn img {
    width: 100%;
    display: block
}

.impvideo .impers .btn:hover {
    background-color: #228be6;
    border-color: #228be6
}

.impvideo .impers .bl {
    left: 0.4rem
}

.impvideo .impers .br {
    right: 0.4rem
}
.impvideo .impers .bl:hover{
    transform: translateY(-50%) rotate(-45deg);
}
.impvideo .impers .br:hover{
    transform: translateY(-50%) rotate(45deg);
}
.impvideo .moreb{
    margin-top: 0;
}

.newomp {
    width: 100%;
    position: relative;
    padding: 0.5rem 0
}

.newomp .bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 1
}

.newomp .w1600 {
    position: relative;
    z-index: 2
}

.newomp .newmper {
    width: 100%;
    position: relative;
    padding-left: calc((100% - 16rem) / 2)
}

.newomp .newmper .swiper-slide {
    width: 100%
}

.newomp .newmper .swiper-slide a {
    width: 100%;
    display: block
}

.newomp .newmper .swiper-slide a:hover .ri{
    transform: rotate(45deg);
}

.newomp .newmper .swiper-slide .imgs {
    width: 100%;
    position: relative;
    overflow: hidden
}

.newomp .newmper .swiper-slide .imgs .img {
    width: 100%;
    padding-top: 56.32%;
    transition: all ease 0.5s
}

.newomp .newmper .swiper-slide .lom {
    width: 100%;
    background-color: #f5f7fa;
    padding: 0.4rem
}

.newomp .newmper .swiper-slide .lom .sme {
    width: 100%;
    color: #000;
    line-height: 1.5;
    height: 4.5em;
    margin-bottom: 0.14rem
}

.newomp .newmper .swiper-slide .lom .vom {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.2rem 0 0;
    border-top: solid 1px rgba(0,0,0,0.08)
}

.newomp .newmper .swiper-slide .lom .vom .time {
    display: inline-block;
    vertical-align: middle;
    color: #999;
    line-height: 1.5
}

.newomp .newmper .swiper-slide .lom .vom .time span {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    position: relative;
    top: -0.02rem
}

.newomp .newmper .swiper-slide .lom .vom .time span img {
    width: 100%;
    display: block
}

.newomp .newmper .swiper-slide .lom .vom .ri {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    transition: all .3s;
}

.newomp .newmper .swiper-slide .lom .vom .ri img {
    width: 100%;
    display: block
}

.newomp .newmper .swiper-slide:hover .imgs .img {
    transform: scale(1.1)
}

.newomp .newmper .swiper-slide:hover .lom .sme {
    color: #228be6
}

.newomp .newmper .btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    cursor: pointer;
    border: solid 1px #fff;
    transition: all .3s;
}

.newomp .newmper .btn img {
    width: 100%;
    display: block
}

.newomp .newmper .btn:hover {
    background-color: #228be6;
    border-color: #228be6
}

.newomp .newmper .bl {
    left: 0.4rem
}

.newomp .newmper .br {
    right: 0.4rem
}

.newomp .newmper .bl:hover{
    transform: translateY(-50%) rotate(-45deg);
}
.newomp .newmper .br:hover{
    transform: translateY(-50%) rotate(45deg);
}

.newomp .necont {
    width: 100%;
    position: relative; z-index: 2;
}

.newomp .necont .neoam {
    width: 100%;
    display: none
}

.newomp .necont .neoam.on {
    display: block
}
.newomp .moreb{
    margin-top: 0.3rem;
}

@media (max-width: 1680px) {
    .newomp .newmper {
        padding-left:3%
    }
}

.nanner {
    width: 100%;
    position: relative
}

.nanner .imgs {
    width: 100%;
    position: relative;
    overflow: hidden
}

.nanner .imgs .img {
    width: 100%;
    padding-top: 41.66%
}

.nanner .nox {
    position: absolute;
    left: calc((100% - 16rem) / 2);
    z-index: 2;
    top: 50%;
    transform: translateY(-50%)
}

.nanner .nox .nit {
    width: 100%;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.06rem
}

.nanner .nox .nix {
    width: 100%;
    color: #fff;
    line-height: 1.5
}

@media (max-width: 1680px) {
    .nanner .nox {
        left:3%
    }
}

@media (max-width: 800px) {
    .nanner .nox {
        left:3%
    }

    .nanner .nox .nit {
        font-size: 18px
    }

    .nanner .nox .nix {
        font-size: 14px
    }
}

.crumbs {
    width: 100%;
    background-color: transparent;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 0px 16px 0px rgba(204,204,204,0.28);
    border-bottom: solid 1px rgba(0,0,0,0.1)
}

.crumbs .column {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 0;
    position: relative
}

.crumbs .column .colum {
    width: auto;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    z-index: 2;
    position: relative
}

.crumbs .column .colum .home {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    margin-right: .1rem;
    position: relative;
    top: -0.02rem
}

.crumbs .column .colum .home img {
    width: 100%;
    display: block
}

.crumbs .column .colum .sm {
    display: inline-block;
    vertical-align: middle;
    color: #666;
    line-height: 3
}

.crumbs .column .colum a {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    color: #333;
    line-height: 1rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.crumbs .column .colum a span {
    display: inline-block;
    color: #333;
    line-height: 3;
    position: relative;
    margin: 0 .08rem
}

.crumbs .column .colum a span img {
    width: 100%;
    display: block
}

.crumbs .column .colum a:hover {
    color: #228be6
}

.crumbs .column .colum a:last-child span {
    display: none
}

.crumbs .column .cul {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    flex: 1;
    z-index: 2;
    position: relative
}

.crumbs .column .cul .swiper-slide {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin-right: 0.4rem;
    position: relative
}

.crumbs .column .cul .swiper-slide a {
    display: inline-block;
    vertical-align: middle;
    color: #666;
    line-height: 1rem;
    width: auto;
    transition: all ease 0.5s
}

.crumbs .column .cul .swiper-slide a span {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    bottom: 0rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 0.02rem;
    background-color: #228be6;
    transition: all ease 0.5s;
    opacity: 0
}

.crumbs .column .cul .swiper-slide:after {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #228be6;
    opacity: 0;
    transition: all ease 0.5s;
    bottom: 0
}

.crumbs .column .cul .swiper-slide.on a, .crumbs .column .cul .swiper-slide:hover a {
    color: #000
}

.crumbs .column .cul .swiper-slide.on:after, .crumbs .column .cul .swiper-slide:hover:after {
    opacity: 1
}

.crumbs .column .cul .swiper-scrollbar {
    background-color: rgba(0,0,0,0.1);
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    display: none
}

.crumbs .column .cul .swiper-scrollbar-drag {
    background-color: #228be6
}

.crumbs .column .cul.pbs .swiper-container {
    padding-bottom: 0.15rem
}

.crumbs .column .cul.pbs .swiper-scrollbar {
    display: block
}

.crumbs .column.xl {
    justify-content: space-between;
    font-size: 0;
    align-items: center
}

.crumbs .crumb.fixed {
    position: fixed;
    top: 1rem;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
    background-color: #f7f7f7
}

.crumbs.no:after {
    display: none
}

@media (max-width: 800px) {
    .crumbs .w1600 {
        width:100%
    }

    .crumbs .column .colum {
        padding: 0 0.2rem;
        border-bottom: solid 1px #eee;
        order: 1
    }

    .crumbs .column .cul {
        padding: 0 0.2rem;
        order: 2
    }

    .crumbs .column .cul .swiper-wrapper {
        justify-content: flex-start
    }
}

.contacts {
    width: 100%;
    padding: 1rem 0 0;
    background-color: #f5f7fa
}

.contacts .contlist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-size: 0;
    background-color: #fff
}

.contacts .contlist .coiem {
    display: inline-block;
    vertical-align: top;
    width: calc(33.33%);
    text-align: center;
    padding: 0.6rem 0.35rem;
    border-bottom: solid 1px rgba(0,0,0,0.05)
}

.contacts .contlist .coiem .vcs {
    display: block;
    margin: 0 auto 0.25rem;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background-color: #f5f7fa;
    padding: 0.1rem
}

.contacts .contlist .coiem .vcs .vc {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #228be6
}

.contacts .contlist .coiem .vcs .vc img {
    width: 100%;
    display: block
}

.contacts .contlist .coiem .em {
    width: 100%;
    color: #666;
    line-height: 1.5;
    margin-bottom: 0.04rem
}

.contacts .contlist .coiem .xum {
    width: 100%;
    color: #228be6;
    font-weight: bold;
    line-height: 1.5
}

.contacts .contlist .coiem .xum p {
    color: #228be6;
    font-weight: bold;
    line-height: 1.5
}

.contacts .contlist .coiem .pum {
    width: 100%;
    color: #000;
    font-weight: bold;
    line-height: 1.5
}

.contacts .contlist .coiem .pum p {
    color: #000;
    font-weight: bold;
    line-height: 1.5
}

.contacts .contlist .coiem.w50 {
    width: 50%
}

.contacts .w1600 {
    position: relative;
    z-index: 2
}

.contacts .maps {
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: -2.2rem
}

.recruits {
    width: 100%;
    padding: 1rem 0 0.8rem;
    background-color: #f5f7fa
}

.recruits .recrutlis {
    width: 100%;
    font-size: 0
}

.recruits .recrutlis .heads, .recruits .recrutlis .riem {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #fff;
    text-align: center;
    padding: 0.25rem 0.8rem;
    border-radius: 5px;
    overflow: hidden
}

.recruits .recrutlis .heads .ic, .recruits .recrutlis .riem .ic {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    transition: all ease 0.5s
}

.recruits .recrutlis .heads .ic img, .recruits .recrutlis .riem .ic img {
    display: inline-block;
    vertical-align: middle;
    width: 14px
}

.recruits .recrutlis .heads .item, .recruits .recrutlis .riem .item {
    display: inline-block;
    vertical-align: middle;
    width: calc((100% - 40px - 2%) / 5);
    color: #666;
    line-height: 1.5;
    position: relative
}

.recruits .recrutlis .heads .name, .recruits .recrutlis .riem .name {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    line-height: 1.5;
    text-align: left;
    width: calc((100% - 40px - 2%) / 5 + 2%)
}

.recruits .recrutlis .heads .name span, .recruits .recrutlis .riem .name span {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: -0.2rem;
    top: 50%;
    transform: translateY(-50%);
    height: 0.2rem;
    width: 2px;
    background-color: #228be6
}

.recruits .recrutlis .riems+.riems {
    margin-top: 0.2rem
}

.recruits .recrutlis .riems {
    width: 100%;
    cursor: pointer
}

.recruits .recrutlis .heads {
    cursor: auto
}

.recruits .recrutlis .recont {
    width: 100%;
    background-color: #fff;
    padding: 0.6rem 0.8rem;
    display: none
}

.recruits .recrutlis .recont .votms {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.recruits .recrutlis .recont .votms .votm {
    display: inline-block;
    vertical-align: top;
    width: calc(25% + 0.2rem);
    padding-right: 0.2rem;
    padding-left: 0.8rem;
    border-left: solid 1px rgba(0,0,0,0.05)
}

.recruits .recrutlis .recont .votms .votm .kt {
    width: 100%;
    color: #000;
    line-height: 1.5
}

.recruits .recrutlis .recont .votms .votm .ke {
    width: 100%;
    color: #666;
    line-height: 1.5;
    margin-top: 0.15rem
}

.recruits .recrutlis .recont .votms .votm:first-child {
    padding-left: 0;
    border-left: none;
    width: calc(25% - 0.6rem)
}

.recruits .recrutlis .recont .resopm {
    width: 100%;
    margin-top: 0.5rem;
    font-size: 0
}

.recruits .recrutlis .recont .resopm .repom {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-right: 4%
}

.recruits .recrutlis .recont .resopm .repom .rit {
    width: 100%;
    color: #228be6;
    line-height: 1.5;
    margin-bottom: 0.24rem
}

.recruits .recrutlis .recont .resopm .repom .rinp {
    width: 100%;
    color: #666;
    line-height: 1.75
}

.recruits .recrutlis .recont .resopm .repom .rinp p {
    color: #666;
    line-height: 1.75
}

.recruits .recrutlis .recont .resopm .repom:nth-child(2n) {
    margin-right: 0
}

.recruits .recrutlis .recont .vot {
    width: 100%;
    font-size: 0;
    margin-top: 0.5rem
}

.recruits .recrutlis .recont .vot .veem {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    color: #228be6
}

.recruits .recrutlis .recont .vot .veem span {
    display: inline-block;
    vertical-align: middle;
    width: 0.3rem;
    margin-right: 0.14rem;
    position: relative;
    top: -0.02rem
}

.recruits .recrutlis .recont .vot .veem span img {
    width: 100%;
    display: block
}

.recruits .recrutlis .riems.show .riem {
    background-color: #228be6
}

.recruits .recrutlis .riems.show .riem .item {
    color: #fff
}

.recruits .recrutlis .riems.show .riem .item span {
    background-color: #fff
}

.recruits .recrutlis .riems.show .riem .ic {
    transform: rotate(180deg)
}

.recruits .recrutlis .riems.show .riem .ic img {
    filter: grayscale(1000%) brightness(2000%)
}

@media (max-width: 800px) {
    .recruits .recrutlis .recont .votms .votm {
        width:calc(50% - 0.4rem + 0.8rem);
        padding-right: 0;
        margin-bottom: 13px
    }

    .recruits .recrutlis .recont .votms .votm:nth-child(2n+1) {
        padding-left: 0;
        border-left: none;
        width: calc(50% - 0.4rem)
    }
}

.pages {
    width: 100%;
    padding: 0.22rem 0 0.25rem;
    font-size: 0;
    text-align: center;
    margin-top: 0.2rem;
    position: relative;
    z-index: 2
}

.pages .page {
    display: inline-block;
    vertical-align: middle;
    width: 0.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    color: #666;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 0.05rem 0.1rem;
    position: relative;
    overflow: hidden
}

.pages .page:after {
    content: ' ';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #228be6;
    opacity: 0;
    transition: all ease 0.5s
}

.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: transparent;
    color: #fff
}

.pages .page.on:after {
    opacity: 1
}

.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: transparent;
    color: #fff
}

.pages .page:hover:after {
    opacity: 1
}

@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
    }
}

.markets {
    width: 100%;
    background-color: #f7f7f7;
    padding: 1rem 0
}

.markets .makem {
    width: 100%
}

.markets .makem+.makem {
    margin-top: 1rem
}

.markets .peoples {
    width: 100%
}

.markets .peoples .piom {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    background-color: #fff;
    padding: 0.2rem;
    border-radius: 5px
}

.markets .peoples .piom .pml {
    display: inline-block;
    vertical-align: middle;
    width: calc(434 / 1560 * 100%);
    width: 50%;
    position: relative;
    overflow: hidden
}

.markets .peoples .piom .pml .img {
    width: 100%;
    padding-top: 64.51%;
    transition: all ease 0.5s
}

.markets .peoples .piom .pmr {
    display: inline-block;
    vertical-align: middle;
    width: calc(1010 / 1560 * 100%);
    width: 50%;
    padding-left: 0.2rem;
    padding-right: .4rem;
}

.markets .peoples .piom .pmr .pot {
    width: 100%;
    font-size: 0;
    margin-bottom: 0.2rem
}
.markets .peoples .piom .subtitle{
    color: #228be6;
    /* margin-bottom: .3rem; */
    line-height: 1.7;
}
.markets .peoples .piom .subtitle:after{
    content: '';
    display: block;
    width: 0.3rem;
    height: .05rem;
    background: #228be6;
    margin: .3rem 0;
}

.markets .peoples .piom .pmr .pot .pms {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: auto
}

.markets .peoples .piom .pmr .pot .pms span {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    /* color: #fff; */
    line-height: 1.8;
    /* padding: 0 0.15rem; */
    position: relative;
    z-index: 2;
    font-weight: bold;
}

.markets .peoples .piom .pmr .pot .pms p {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    background-color: #228be6;
    color: #fff;
    line-height: 1.8;
    border-radius: 5px;
    padding: 0 0.15rem;
    transform: skew(-8deg);
    position: relative;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
}

.markets .peoples .piom .pmr .pims {
    width: 100%;
    color: #666;
    line-height: 2
}

.markets .peoples .piom .pmr .pims p {
    color: #666;
    line-height: 2
}

.markets .peoples .piom+.piom {
    margin-top: 0.4rem
}

.markets .proens {
    width: 100%;
    margin-top: 0.7rem
}

.markets .proens .piv {
    width: 100%;
    color: #000;
    font-weight: bold;
    line-height: 1.3
}

.markets .proens .piv span {
    color: #228be6;
    line-height: 1.3
}

.markets .imglist {
    width: 100%;
    font-size: 0;
    display: flex;
    flex-wrap: wrap
}

.markets .imglist .imem {
    display: inline-block;
    vertical-align: top;
    width: calc(526 / 1600 * 100%);
    margin-right: calc(10 / 1600 * 100%);
    margin-bottom: 10px
}

.markets .imglist .imem .imgs {
    width: 100%;
    position: relative;
    overflow: hidden
}

.markets .imglist .imem .imgs .img {
    width: 100%;
    padding-top: 79.84%;
    transition: all ease 0.5s
}

.markets .imglist .imem:nth-child(3n) {
    margin-right: 0
}

.markets .sinp {
    width: 100%;
    color: #666;
    line-height: 2;
    margin: 0.5rem 0
}

.markets .sinp p {
    color: #666;
    line-height: 2
}

.markets .management {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.markets .management .mal {
    display: inline-block;
    vertical-align: middle;
    width: calc(1060 / 1600 * 100%)
}

.markets .management .mal .imgs {
    width: 100%;
    position: relative;
    overflow: hidden
}

.markets .management .mal .imgs .img {
    width: 100%;
    padding-top: 45.28%;
    transition: all ease 0.5s
}

.markets .management .mar {
    display: inline-block;
    vertical-align: middle;
    width: calc(526 / 1600 * 100%);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    text-align: center
}

.markets .management .mar .mit {
    width: 100%;
    color: #228be6;
    font-weight: bold;
    line-height: 1.4
}

.markets .management .mar .lx {
    width: 100%;
    text-align: center;
    font-size: 0;
    margin-top: 0.3rem
}

.markets .management .mar .lx span {
    display: inline-block;
    vertical-align: middle;
    width: 0.3rem;
    height: 5px;
    background-color: #228be6
}

.community {
    width: 100%;
    padding: 1rem 0;
    background-color: #f7f7f7
}

.community .caselist {
    width: 100%;
    font-size: 0;
    display: flex;
    flex-wrap: wrap
}

.community .caselist .piom {
    display: inline-block;
    vertical-align: top;
    width: calc(780 / 1600 * 100%);
    margin-right: calc(39 / 1600 * 100%);
    margin-bottom: 0.4rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    background-color: #fff;
    padding: 0.2rem;
    border-radius: 5px
}

.community .caselist .piom .pml {
    display: inline-block;
    vertical-align: middle;
    width: calc(272 / 740 * 100%);
    position: relative;
    overflow: hidden
}

.community .caselist .piom .pml .img {
    width: 100%;
    padding-top: 125.73%;
    transition: all ease 0.5s
}

.community .caselist .piom .pmr {
    display: inline-block;
    vertical-align: middle;
    width: calc(400 / 740 * 100%)
}

.community .caselist .piom .pmr .pot {
    width: 100%;
    font-size: 0;
    margin-bottom: 0.2rem
}

.community .caselist .piom .pmr .pot .pms {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: auto
}

.community .caselist .piom .pmr .pot .pms span {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1.8;
    padding: 0 0.15rem;
    position: relative;
    z-index: 2
}

.community .caselist .piom .pmr .pot .pms p {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    background-color: #228be6;
    color: #fff;
    line-height: 1.8;
    border-radius: 5px;
    padding: 0 0.15rem;
    transform: skew(-8deg);
    position: relative;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.community .caselist .piom .pmr .pims {
    width: 100%;
    color: #666;
    line-height: 2;
    height: 1.3rem;
    overflow: auto
}



.community .caselist .piom .pmr .pims p {
    color: #666;
    line-height: 2
}

.community .caselist .piom .pmr .eis {
    width: 100%;
    color: #000;
    line-height: 1.5;
    margin-bottom: 0.1rem
}

.community .caselist .piom:nth-child(2n) {
    margin-right: 0
}

.community .comum {
    width: 100%
}

.community .comum+.comum {
    margin-top: 1rem
}

.community .semt {
    width: 100%
}

.community .semt .sit {
    width: 100%;
    color: #000;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 0.14rem;
    color: #228be6;
}

.community .semt .sit span {
    color: #228be6
}

.community .semt .sip {
    width: 100%;
    color: #000;
    line-height: 1.5
}

.community .semt .sip p {
    color: #000;
    line-height: 1.5
}

.community .spkom {
    width: 100%;
    margin-top: 0.5rem;
    background-color: #fff;
    padding: 0.5rem 0.4rem
}

.community .spkom .sie {
    width: 100%;
    color: #666;
    line-height: 1.75;
    margin-bottom: 0.25rem
}

.community .spkom .sie p {
    color: #666;
    line-height: 1.75
}

.community .spkom .spkomlis {
    width: 100%;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.community .spkom .spkomlis .skl {
    display: inline-block;
    vertical-align: top;
    width: calc(840 / 1520 * 100%);
    border: solid 1px rgba(0,0,0,0.08)
}

.community .spkom .spkomlis .skl .imgs {
    width: 100%;
    position: relative;
    overflow: hidden
}

.community .spkom .spkomlis .skl .imgs .img {
    width: 100%;
    padding-top: 58.33%;
    transition: all ease 0.5s
}

.community .spkom .spkomlis .skr {
    display: inline-block;
    vertical-align: top;
    width: calc(660 / 1520 * 100%);
    border: solid 1px rgba(0,0,0,0.08)
}

.community .spkom .spkomlis .skr .imgs {
    width: 100%;
    position: relative;
    overflow: hidden
}

.community .spkom .spkomlis .skr .imgs .img {
    width: 100%;
    padding-top: 74.24%;
    transition: all ease 0.5s
}

.community .hevom {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-size: 0;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-top: 0.8rem
}

.community .hevom .hel {
    display: inline-block;
    vertical-align: middle;
    width: calc(700 / 1600 * 100%)
}

.community .hevom .hel .imgs {
    width: 100%;
    position: relative;
    overflow: hidden
}

.community .hevom .hel .imgs .img {
    width: 100%;
    padding-top: 72.85%;
    transition: all ease 0.5s
}

.community .hevom .her {
    display: inline-block;
    vertical-align: middle;
    width: calc(820 / 1600 * 100%)
}

.community .hevom .her .sit {
    width: 100%;
    color: #000;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 0.3rem
}

.community .hevom .her .sit span {
    color: #228be6
}

.community .hevom .her .sinp {
    width: 100%;
    color: #666;
    line-height: 1.5
}

.community .hevom .her .sinp p {
    color: #666;
    line-height: 1.5
}

.community .getom {
    width: 100%
}

.community .getom .git {
    width: 100%;
    color: #228be6;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 0.5rem
}

.community .getom .ginp {
    width: 100%;
    color: #666;
    line-height: 1.75
}

.community .getom .ginp p {
    color: #666;
    line-height: 1.75
}

.community .getom .ginp img {
    max-width: 100%
}

.community .getom+.getom {
    margin-top: 0.8rem
}

.community .sinp {
    width: 100%;
    color: #666;
    line-height: 2
}

.community .sinp p {
    color: #666;
    line-height: 2
}

.community .chems {
    width: 100%;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.community .chems .chl {
    display: inline-block;
    vertical-align: middle;
    width: calc(760 / 1600 * 100%)
}

.community .chems .chr {
    display: inline-block;
    vertical-align: middle;
    width: calc(760 / 1600 * 100%)
}

.community .chems .imgs {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #fff
}

.community .chems .imgs .img {
    width: 100%;
    padding-top: 67.63%
}

.community .mapsm {
    width: 100%;
    position: relative
}

.community .mapsm .imgs {
    width: 100%;
    position: relative;
    overflow: hidden
}

.community .mapsm .imgs .img {
    width: 100%;
    padding-top: 41.875%
}

.community .mapsm .kox {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.8rem;
    z-index: 2
}

.community .mapsm .kox .kie {
    width: 100%;
    color: #000;
    font-weight: bold;
    line-height: 1.2
}

.community .mapsm .kox .kie span {
    color: #228be6
}

@media (max-width: 800px) {
    .community .caselist .piom {
        width:100%;
        flex-direction: row
    }
}

.cores {
    width: 100%;
    padding: 1rem 0;
    background-color: #f7f7f7
}

.cores .corelist {
    width: 100%;
    font-size: 0;
    display: flex;
    flex-wrap: wrap
}

.cores .corelist .corem {
    display: inline-block;
    vertical-align: top;
    width: calc(506 / 1600 * 100%);
    margin-right: calc(40 / 1600 * 100%);
    margin-bottom: 0.5rem
}

.cores .corelist .corem a {
    width: 100%;
    display: block
}

.cores .corelist .corem .imgs {
    width: 100%;
    position: relative;
    overflow: hidden
}

.cores .corelist .corem .imgs .img {
    width: 100%;
    padding-top: 100%;
    transition: all ease 0.5s
}

.cores .corelist .corem .xim {
    width: 100%;
    color: #000;
    line-height: 1.75;
    margin-top: 0.2rem
}

.cores .corelist .corem:nth-child(3n) {
    margin-right: 0
}

.cores .corelist .corem:hover .imgs .img {
    transform: scale(1.1)
}

.cores .corelist .corem:hover .xim {
    color: #228be6
}

.corpm {
    width: 100%;
    padding: 1rem 0
}

.corpm .conts {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.corpm .conts .ctl {
    display: inline-block;
    vertical-align: middle;
    width: calc(650 / 1600 * 100%)
}

.corpm .conts .ctl .clomlis {
    width: 100%
}

.corpm .conts .ctl .clomlis .clom {
    width: 100%;
    display: none
}

.corpm .conts .ctl .clomlis .clom.on {
    display: block
}

.corpm .conts .ctl .clomlis .cit {
    width: 100%;
    color: #fff;
    font-weight: bold;
    line-height: 1.2
}

.corpm .conts .ctl .clomlis .lx {
    width: 0.3rem;
    height: 5px;
    background-color: #fff;
    margin: 0.24rem 0 0.3rem
}

.corpm .conts .ctl .clomlis .sinp {
    width: 100%;
    color: #fff;
    line-height: 1.5
}

.corpm .conts .ctl .clomlis .sinp p {
    color: #fff;
    line-height: 1.5
}

.corpm .conts .ctl .clomlis .moreb {
    text-align: left
}

.corpm .conts .ctl .clomlis .moreb a {
    padding: 0 0.3rem
}

.corpm .conts .ctr {
    display: inline-block;
    vertical-align: middle;
    width: calc(800 / 1600 * 100%)
}

.corpm .conts .ctr .imglis {
    width: 100%;
    position: relative
}

.corpm .conts .ctr .imglis .item {
    width: 100%;
    display: none
}

.corpm .conts .ctr .imglis .item.on {
    display: block
}

.corpm .conts .ctr .imglis .imgs {
    width: 100%;
    position: relative;
    overflow: hidden
}

.corpm .conts .ctr .imglis .imgs .img {
    width: 100%;
    padding-top: 63%
}

.corpm .batnav {
    width: 100%;
    margin-top: 0.7rem
}

.corpm .batnav .swiper-slide {
    width: 100%
}

.corpm .batnav .swiper-slide .sjm {
    width: 100%;
    text-align: center;
    background-color: #fff;
    padding: 0.2rem;
    border-radius: 5px;
    color: #666;
    line-height: 1.5;
    cursor: pointer
}

.corpm .batnav .swiper-slide .sjm span {
    display: inline-block;
    vertical-align: middle;
    width: 0.3rem;
    min-width: 20px;
    position: relative;
    top: -0.02rem;
    margin-right: 0.2rem
}

.corpm .batnav .swiper-slide .sjm span img {
    width: 100%;
    display: block
}

.corpm .batnav .swiper-slide:hover .sjm, .corpm .batnav .swiper-slide.on .sjm {
    background-color: #228be6;
    color: #fff
}

.corpm .batnav .swiper-slide:hover .sjm span img, .corpm .batnav .swiper-slide.on .sjm span img {
    filter: grayscale(1000%) brightness(2000%)
}

.shopm {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0 0
}

.shopm .shl {
    display: inline-block;
    vertical-align: middle;
    width: calc(380 / 1600 * 100%)
}

.shopm .shl .letom {
    width: 100%;
    margin-top: 1.2rem
}

.shopm .shl .letom .lit {
    width: 100%;
    color: #fff;
    font-weight: bold;
    line-height: 1.4
}

.shopm .shl .letom .lx {
    width: 0.3rem;
    height: 5px;
    display: block;
    margin: 0.25rem 0 0.4rem;
    background-color: #fff
}

.shopm .shl .letom .ep {
    width: 100%;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 0.1rem
}

.shopm .shl .letom .sm {
    width: 100%;
    color: #fff;
    line-height: 1.4;
    font-weight: bold
}

.shopm .shl .letom .sm p {
    color: #fff;
    line-height: 1.4
}

.shopm .shl .letom .moreb {
    text-align: left
}

.shopm .shm {
    display: inline-block;
    vertical-align: middle;
    width: 8.52rem;
    position: relative
}

.shopm .shm .imgs {
    width: 100%;
    position: relative;
    overflow: hidden
}

.shopm .shm .imgs .img {
    width: 100%;
    padding-top: 82.394%;
    background-size: 100% auto;
}

.shopm .shm .svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 3
}

.shopm .shm .svg svg {
    transform-origin: left top;
    width: 100%;
    height: 100%;
}

.shopm .shm .svg .ds-circle {
    fill: rgba(34,139,230,0.7);
    position: relative;
    z-index: 10
}

.shopm .shm .svg .ds-circle2 {
    fill: rgba(34,139,230,0.7);
    position: relative;
    z-index: 10
}

.shopm .shm .svg .ds-line {
    fill: none;
    stroke-miterlimit: 10;
    stroke: rgba(34,139,230,0.7);
    stroke-dashoffset: 1200px;
    stroke-dasharray: 1200px
}

@keyframes animation-line {
    0% {
        stroke-dashoffset: 1200px
    }

    100% {
        stroke-dashoffset: 0
    }
}

.shopm .shm .svg.show .ds-line {
    animation: animation-line 3s ease-in;
    animation-fill-mode: forwards;
    position: relative;
    z-index: 1
}

.shopm .shm .pointlis {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.shopm .shm .pointlis .pi {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50% !important;
    z-index: 99;
    transform: translate(-50%,-50%)
}

.shopm .shm .pointlis .pi:before {
    display: block;
    content: '';
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    transform: translate(-50%,-50%);
    border-radius: 50% !important;
    background-color: #228be6;
    animation: round-4 2s ease-out 200ms;
    animation-iteration-count: infinite
}

.shopm .shm .pointlis .pi:after {
    display: block;
    content: '';
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    transform: translate(-50%,-50%);
    border-radius: 50% !important;
    background-color: #228be6;
    animation: round-4 2s ease-out 3225ms;
    animation-iteration-count: infinite
}

@keyframes round-4 {
    0% {
        opacity: 1;
        transform: translate(-50%,-50%) scale(0)
    }

    100% {
        transform: translate(-50%,-50%) scale(3.8);
        opacity: 0
    }
}

.shopm .shm .pointlis .pi .ic {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%);
    background-color: #228be6;
    border-radius: 50%
}

.shopm .shm .pointlis .pi.small{
    width: 4px;
    height: 4px;
}
.shopm .shm .pointlis .pi.small .ic{
    background-color: #fff;
    border: 2px solid #228be6;
    box-sizing: content-box;
}
.shopm .shm .pointlis .pi.small:before,
.shopm .shm .pointlis .pi.small:after{
    display: none;
}
@media(max-width: 1300px){
    .shopm .shm .pointlis .pi.small{
        width: 2px;
        height: 2px;
    }
    .shopm .shm .pointlis .pi.small .ic{
        border-width: 1px;
    }
    .shopm .shm .pointlis .pi,
    .shopm .shm .pointlis .pi{
        width: 4px;
        height: 4px;
    }
}

.shopm .shm .pointlis .pi .ic img {
    width: 100%;
    height: 100%;
    display: block
}

.shopm .shm .pointlis .pi .xm {
    position: absolute;
    left: calc(100% + 0.1rem);
    top: 50%;
    transform: translateY(-50%);
    color: #333;
    white-space: nowrap
}

.shopm .shm .pointlis .pi.big .ic {
    background-color: #fff
}

.shopm .shm .pointlis .pi.big .rc {
    position: absolute;
    left: calc(100% + 0.1rem);
    bottom: 100%;
    transform: translateY(50%);
    color: #333;
    white-space: nowrap;
    background-color: #228be6;
    padding: 0.05rem;
    width: 1.46rem;
    border-radius: 0.05rem
}

.shopm .shm .pointlis .pi.big .rc img {
    width: 100%;
    display: block
}

.shopm .shm .pointlis .pi.big:before {
    border-radius: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    animation: round-1 3s ease-out 1725ms;
    animation-iteration-count: infinite
}

.shopm .shm .pointlis .pi.big:after {
    display: block;
    content: '';
    border-radius: 50%;
    transform: translate(-50%,-50%);
    background-image: linear-gradient(transparent,#228be6);
    animation: round-1 3s ease-out 200ms;
    animation-iteration-count: infinite
}

@keyframes round-1 {
    0% {
        opacity: 1;
        transform: translate(-50%,-50%) scale(0)
    }

    100% {
        transform: translate(-50%,-50%) scale(6);
        opacity: 0
    }
}

.shopm .shr {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    border-left: solid 1px rgba(255,255,255,0.08)
}

.shopm .shr .shoems {
    width: 100%;
    padding-left: 0.8rem
}

.shopm .shr .shoems .shom {
    width: 100%;
    padding: 0.5rem 0
}

.shopm .shr .shoems .shom .xum {
    width: 100%;
    color: #fff
}

.shopm .shr .shoems .shom .xum span {
    color: #fff;
    font-weight: bold
}

.shopm .shr .shoems .shom .lm {
    width: 100%;
    color: #fff;
    line-height: 1.5
}

.petails {
    width: 100%;
    padding: 1rem 0;
    background-color: #f7f7f7
}

.petails .petoms {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse
}

.petails .petoms .pel {
    display: inline-block;
    vertical-align: middle;
    width: calc(800 / 1600 * 100%)
}

.petails .petoms .pel .imgs {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 5px
}

.petails .petoms .pel .imgs .img {
    width: 100%;
    padding-top: 62.5%
}

.petails .petoms .per {
    display: inline-block;
    vertical-align: middle;
    width: calc(700 / 1600 * 100%)
}

.petails .petoms .per .pie {
    width: 100%;
    color: #228be6;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 0.05rem
}

.petails .petoms .per .pia {
    width: 100%;
    color: #000;
    line-height: 1.3;
    font-weight: bold
}

.petails .petoms .per .lx {
    width: 100%;
    background-color: #228be6;
    width: 0.3rem;
    height: 4px;
    margin: 0.16rem 0 0.25rem
}

.petails .petoms .per .pimp {
    width: 100%;
    color: #000;
    line-height: 1.75
}

.petails .petoms .per .pimp p {
    color: #000;
    line-height: 1.75
}

.petails .ketom {
    width: 100%;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem
}

.petails .ketom .kel {
    display: inline-block;
    vertical-align: middle;
    width: calc(800 / 1600 * 100%)
}

.petails .ketom .kel .imgs {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 5px
}

.petails .ketom .kel .imgs .img {
    width: 100%;
    padding-top: 100%
}

.petails .ketom .ker {
    display: inline-block;
    vertical-align: middle;
    width: calc(700 / 1600 * 100%)
}

.petails .ketom .ker .keim {
    width: 100%
}

.petails .ketom .ker .keim .kt {
    width: 100%;
    color: #228be6;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 0.2rem
}

.petails .ketom .ker .keim .kinp {
    width: 100%;
    color: #000;
    line-height: 1.75
}

.petails .ketom .ker .keim .kinp p {
    color: #000;
    line-height: 1.75
}

.petails .ketom .ker .keim+.keim {
    margin-top: 0.6rem
}

.petails .shiem {
    width: 100%;
    margin-top: 1rem
}

.petails .shiem .kt {
    width: 100%;
    color: #228be6;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 0.2rem
}

.petails .shiem .kinp {
    width: 100%;
    color: #000;
    line-height: 1.75
}

.petails .shiem .kinp p {
    color: #000;
    line-height: 1.75
}

.petails .shiem .kmglis {
    width: 100%;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem
}

.petails .shiem .kmglis .kitm {
    display: inline-block;
    vertical-align: top;
    width: calc(506 / 1600 * 100%);
    margin-right: calc(40 / 1600 * 100%);
    margin-bottom: 0.5rem
}

.petails .shiem .kmglis .kitm a {
    width: 100%;
    display: block
}

.petails .shiem .kmglis .kitm .imgs {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 5px
}

.petails .shiem .kmglis .kitm .imgs .img {
    width: 100%;
    padding-top: 56.32%;
    transition: all ease 0.5s
}

.petails .shiem .kmglis .kitm:nth-child(3n) {
    margin-right: 0
}

.petails .shiem .kmglis .kitm:hover .imgs .img {
    transform: scale(1.1)
}

.others {
    width: 100%;
    padding: 1rem 0
}

.others .othper {
    width: 100%
}

.others .othper .swiper-slide {
    width: 100%
}

.others .othper .swiper-slide a {
    width: 100%;
    display: block
}

.others .othper .swiper-slide .imgs {
    width: 100%;
    position: relative;
    overflow: hidden
}

.others .othper .swiper-slide .imgs .img {
    width: 100%;
    padding-top: 100%;
    transition: all ease 0.5s
}

.others .othper .swiper-slide .xim {
    width: 100%;
    color: #000;
    line-height: 1.75;
    margin-top: 0.2rem
}

.others .othper .swiper-slide:hover .imgs .img {
    transform: scale(1.1)
}

.others .othper .swiper-slide:hover .xim {
    color: #228be6
}

.newsmd {
    width: 100%;
    padding: 1rem 0;
    background-color: #f7f7f7
}

.newsmd .newlist {
    width: 100%;
    font-size: 0;
    display: flex;
    flex-wrap: wrap
}

.newsmd .newlist .corem {
    display: inline-block;
    vertical-align: top;
    width: calc(506 / 1600 * 100%);
    margin-right: calc(40 / 1600 * 100%);
    margin-bottom: 0.5rem;
    background-color: #fff
}

.newsmd .newlist .corem a {
    width: 100%;
    display: block
}

.newsmd .newlist .corem a:hover .ri{
    transform: rotate(45deg);
}

.newsmd .newlist .corem .imgs {
    width: 100%;
    position: relative;
    overflow: hidden
}

.newsmd .newlist .corem .imgs .img {
    width: 100%;
    padding-top: 56.32%;
    transition: all ease 0.5s
}

.newsmd .newlist .corem .lom {
    width: 100%;
    background-color: #fff;
    padding: 0.4rem
}

.newsmd .newlist .corem .lom .sme {
    width: 100%;
    color: #000;
    line-height: 1.5;
    height: 4.5em;
    margin-bottom: 0.14rem
}

.newsmd .newlist .corem .lom .vom {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.2rem 0 0;
    border-top: solid 1px rgba(0,0,0,0.08)
}

.newsmd .newlist .corem .lom .vom .time {
    display: inline-block;
    vertical-align: middle;
    color: #999;
    line-height: 1.5
}

.newsmd .newlist .corem .lom .vom .time span {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    position: relative;
    top: -0.02rem
}

.newsmd .newlist .corem .lom .vom .time span img {
    width: 100%;
    display: block
}

.newsmd .newlist .corem .lom .vom .ri {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    transition: all .3s;
}

.newsmd .newlist .corem .lom .vom .ri img {
    width: 100%;
    display: block
}

.newsmd .newlist .corem:nth-child(3n) {
    margin-right: 0
}

.newsmd .newlist .corem:hover .imgs .img {
    transform: scale(1.1)
}

.newsmd .newlist .corem:hover .lom .sme {
    color: #228be6
}

.relateds {
    width: 100%;
    padding: 1rem 0;
    background-color: #f7f7f7
}

.relateds .relaper {
    width: 100%
}

.relateds .relaper .swiper-slide {
    width: 100%
}

.relateds .relaper .swiper-slide a {
    width: 100%;
    display: block
}

.relateds .relaper .swiper-slide a:hover .ri{
    transform: rotate(45deg);
}


.relateds .relaper .swiper-slide .imgs {
    width: 100%;
    position: relative;
    overflow: hidden
}

.relateds .relaper .swiper-slide .imgs .img {
    width: 100%;
    padding-top: 56.32%;
    transition: all ease 0.5s
}

.relateds .relaper .swiper-slide .lom {
    width: 100%;
    background-color: #fff;
    padding: 0.4rem
}

.relateds .relaper .swiper-slide .lom .sme {
    width: 100%;
    color: #000;
    line-height: 1.5;
    height: 4.5em;
    margin-bottom: 0.14rem
}

.relateds .relaper .swiper-slide .lom .vom {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.2rem 0 0;
    border-top: solid 1px rgba(0,0,0,0.08)
}

.relateds .relaper .swiper-slide .lom .vom .time {
    display: inline-block;
    vertical-align: middle;
    color: #999;
    line-height: 1.5
}

.relateds .relaper .swiper-slide .lom .vom .time span {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    position: relative;
    top: -0.02rem
}

.relateds .relaper .swiper-slide .lom .vom .time span img {
    width: 100%;
    display: block
}

.relateds .relaper .swiper-slide .lom .vom .ri {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    transition: all .3s;
}

.relateds .relaper .swiper-slide .lom .vom .ri img {
    width: 100%;
    display: block
}

.relateds .relaper .swiper-slide:hover .imgs .img {
    transform: scale(1.1)
}

.relateds .relaper .swiper-slide:hover .lom .sme {
    color: #228be6
}

.netails {
    width: 100%;
    padding: 1rem 0
}

.netails .nit {
    width: 100%;
    text-align: center;
    color: #000;
    line-height: 1.5;
    font-weight: bold
}

.netails .nit p {
    color: #000;
    line-height: 1.5
}

.netails .time {
    width: 100%;
    text-align: center;
    color: #999;
    line-height: 1.5;
    margin: 0.3rem 0 0.35rem
}

.netails .time span {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    margin-right: 0.1rem;
    position: relative;
    top: -0.02rem;
    margin-right: 0.1rem
}

.netails .time span img {
    width: 100%;
    display: block
}

.netails .mod {
    width: 100%;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0.35rem 0
}

.netails .mod .share {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0 0.35rem;
    font-size: 0
}

.netails .mod .share .am {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.14rem;
    width: 0.3rem;
    min-width: 20px;
    position: relative
}

.netails .mod .share .am a, .netails .mod .share .am img {
    width: 100%;
    display: block
}

.netails .mod .share .am .code {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1.3rem;
    border-radius: 5px;
    padding: 0.1rem;
    background-color: #fff;
    bottom: calc(100% + 0.1rem);
    display: none;
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.09)
}

.netails .mod .share .am:hover .code {
    display: block
}

.netails .mod .lx {
    display: inline-block;
    vertical-align: middle;
    flex: 1;
    width: 100%;
    height: 1px;
    background-color: rgba(0,0,0,0.08)
}

.netails .ninp {
    width: 100%;
    color: #666;
    line-height: 2
}

.netails .ninp p {
    color: #666;
    line-height: 2
}

.netails .ninp img {
    max-width: 100%
}

.aboutm {
    width: 100%
}

.aboutm .impers {
    width: 100%;
    position: relative
}

.aboutm .impers .swiper-slide {
    width: 100%
}

.aboutm .impers .swiper-slide .imgs {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 0.1rem
}

.aboutm .impers .swiper-slide .imgs .img {
    width: 100%;
    padding-top: 56.26%;
    transition: all ease 0.5s
}

.aboutm .impers .swiper-slide .play {
    position: absolute;
    left: 50%;
    top: 50%;
    cursor: pointer;
    width: 1rem;
    height: 1rem;
    transform: translate(-50%,-50%);
    z-index: 3;
    opacity: 0;
    transition: all ease 0.5s
}

.aboutm .impers .swiper-slide .play img {
    width: 100%;
    display: block
}

.aboutm .impers .swiper-slide .cem {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.4rem;
    z-index: 2;
    color: #fff;
    line-height: 1.5
}

.aboutm .impers .swiper-slide-active .imgs .play {
    opacity: 1
}

.aboutm .impers .btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    cursor: pointer;
    border: solid 1px #fff;
    transition: all .3s;
}

.aboutm .impers .btn img {
    width: 100%;
    display: block
}

.aboutm .impers .btn:hover {
    background-color: #228be6;
    border-color: #228be6
}

.aboutm .impers .bl {
    left: 0.4rem
}

.aboutm .impers .br {
    right: 0.4rem
}

.aboutm .impers .bl:hover{
    transform: translateY(-50%) rotate(-45deg);
}

.aboutm .impers .br:hover{
    transform: translateY(-50%) rotate(45deg);
}

.aboutm .history, .aboutm .cultrue, .aboutm .board, .aboutm .vides, .aboutm .honor {
    width: 100%;
    padding: 1rem 0
}

.aboutm .yetomper {
    width: 100%;
    position: relative
}

.aboutm .yetomper .swiper-slide {
    width: 100%;
    position: relative
}

.aboutm .yetomper .swiper-slide .teom {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.aboutm .yetomper .swiper-slide .teom .sml {
    display: inline-block;
    vertical-align: middle;
    width: calc(600 / 1600 * 100%)
}

.aboutm .yetomper .swiper-slide .teom .sml .imgs {
    width: 100%;
    position: relative;
    overflow: hidden
}

.aboutm .yetomper .swiper-slide .teom .sml .imgs .img {
    width: 100%;
    padding-top: 75%
}

.aboutm .yetomper .swiper-slide .teom .smr {
    display: inline-block;
    vertical-align: middle;
    width: calc(940 / 1600 * 100%)
}

.aboutm .yetomper .swiper-slide .teom .smr .vtom {
    width: 100%
}

.aboutm .yetomper .swiper-slide .teom .smr .vtom .vt {
    width: 100%;
    color: #fff;
    font-weight: bold;
    line-height: 1.3
}

.aboutm .yetomper .swiper-slide .teom .smr .vtom .lxm {
    width: 100%;
    border-bottom: solid 1px rgba(255,255,255,0.08);
    font-size: 0;
    margin: 0.25rem 0 0.35rem
}

.aboutm .yetomper .swiper-slide .teom .smr .vtom .lxm span {
    display: inline-block;
    vertical-align: middle;
    width: 0.56rem;
    height: 4px;
    position: relative;
    top: 1px;
    background-color: #fff
}

.aboutm .yetomper .swiper-slide .teom .smr .ginp {
    width: 100%;
    color: #fff;
    line-height: 1.6
}

.aboutm .yetomper .swiper-slide .teom .smr .ginp p {
    color: #fff;
    line-height: 1.6
}

.aboutm .yetomper .btn {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    width: 0.6rem;
    height: 0.6rem;
    border: solid 1px #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: all .3s;
}

.aboutm .yetomper .btn img {
    width: 100%;
    display: block
}

.aboutm .yetomper .btn:hover {
    background-color: #228be6;
    border: solid 1px #228be6
}

.aboutm .yetomper .bl {
    left: -0.8rem
}

.aboutm .yetomper .br {
    right: -0.8rem
}

.aboutm .yetomper .bl:hover{
    transform: translateY(-50%) rotate(-45deg);
}

.aboutm .yetomper .br:hover{
    transform: translateY(-50%) rotate(45deg);
}

.aboutm .yeep {
    width: 100%;
    position: relative;
    margin-top: 1rem
}

.aboutm .yeep .lmx {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 1px;
    top: 12px;
    left: 0;
    background-color: rgba(255,255,255,0.2)
}

.aboutm .yeep .yeaper {
    width: 100%;
    position: relative;
    z-index: 2
}

.aboutm .yeep .yeaper .swiper-slide {
    width: 100%;
    cursor: pointer
}

.aboutm .yeep .yeaper .swiper-slide .point {
    width: 25px;
    display: block;
    margin: 0 auto 0.1rem;
    position: relative
}

.aboutm .yeep .yeaper .swiper-slide .point .i2 {
    width: 100%;
    height: 100%;
    display: block;
    transition: all ease 0.5s;
    opacity: 0
}

.aboutm .yeep .yeaper .swiper-slide .point .i1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
    width: 15px;
    transition: all ease 0.5s;
    opacity: 1
}

.aboutm .yeep .yeaper .swiper-slide .point .i1 img {
    width: 100%;
    display: block
}

.aboutm .yeep .yeaper .swiper-slide .dam {
    width: 100%;
    color: #fff;
    line-height: 1.5;
    text-align: center
}

.aboutm .yeep .yeaper .swiper-slide.on .point .i2, .aboutm .yeep .yeaper .swiper-slide:hover .point .i2 {
    opacity: 1
}

.aboutm .yeep .yeaper .swiper-slide.on .point .i1, .aboutm .yeep .yeaper .swiper-slide:hover .point .i1 {
    opacity: 0
}

.aboutm .cultom {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap
}

.aboutm .cultom .ciom {
    display: inline-block;
    vertical-align: top;
    width: 16.666666%;
    position: relative;
    cursor: pointer;
    border: solid 1px rgba(255,255,255,0.08)
}

.aboutm .cultom .ciom .hei {
    width: 100%;
    padding-top: 3.7rem
}

.aboutm .cultom .ciom .coxm {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    transition: all ease 0.5s;
    overflow: auto;
}

.aboutm .cultom .ciom .coxm-inner{
    padding: 0.2rem;
}

.aboutm .cultom .ciom .coxm .xit {
    width: 100%;
    color: #fff;
    line-height: 1.5;
    order: 2
}

.aboutm .cultom .ciom .coxm .lx {
    display: block;
    width: 0.24rem;
    height: 2px;
    background-color: #fff;
    margin: 0.15rem 0;
    order: 1
}

.aboutm .cultom .ciom .coxm .sim {
    width: 100%;
    color: #fff;
    line-height: 1.5;
    display: none;
    order: 3;
    overflow: auto;
}

.aboutm .cultom .ciom.sp .coxm .sim{
    font-size: .12rem;
}
.aboutm .cultom .ciom.sp .coxm-inner{
    padding-right: 0;
}
@media(max-width: 1920px){
    .aboutm .cultom .ciom.sp .coxm .sim{
        font-size: 12px;
    }
}

.aboutm .cultom .ciom .coxm .sim p {
    color: #fff;
    line-height: 1.5
}

.aboutm .cultom .ciom.w2s {
    width: 33.333333%;
}

.aboutm .cultom .ciom.active .coxm {
    background-color: rgba(34,139,230,0.7);
    align-content: flex-start
}

.aboutm .cultom .ciom.active .coxm .xit {
    order: 1
}

.aboutm .cultom .ciom.active .coxm .lx {
    order: 2
}

.aboutm .cultom .ciom.active .coxm .sim {
    display: block
}


.aboutm .bokem {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.8rem
}

.aboutm .bokem .bol {
    display: inline-block;
    vertical-align: middle;
    width: auto
}

.aboutm .bokem .bol .mtns {
    display: inline-block;
    vertical-align: middle;
    width: auto
}

.aboutm .bokem .bol .mtns .btn {
    position: relative;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    width: 0.6rem;
    height: 0.6rem;
    border: solid 1px #fff;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    transition: all .3s;
}
.aboutm .bokem .bol .mtns .btn.bl:hover{
    transform: translateY(-50%) rotate(-45deg);
}
.aboutm .bokem .bol .mtns .btn.br:hover{
    transform: translateY(-50%) rotate(45deg);
}

.aboutm .bokem .bol .mtns .btn img {
    width: 100%;
    display: block
}

.aboutm .bokem .bol .mtns .btn:hover {
    background-color: #228be6;
    border: solid 1px #228be6
}

.aboutm .bokem .bol .mtns .btn+.btn {
    margin-left: 0.2rem
}

.aboutm .bokem .bor {
    display: inline-block;
    vertical-align: middle;
    width: auto
}

.aboutm .bokem .bor .pagination {
    display: inline-block;
    vertical-align: middle
}

.aboutm .bokem .bor .pagination .xm {
    display: inline-block;
    color: #fff;
    margin: 0 0.03rem
}

.aboutm .bokem .bor .pagination .now {
    font-weight: bold
}

.aboutm .boraper {
    width: 100%;
    font-size: 0
}

.aboutm .boraper .brams {
    display: inline-block;
    vertical-align: top;
    width: calc(507 / 1600 * 100%);
    margin-right: calc(39 / 1600 * 100%)
}

.aboutm .boraper .brams .imgs {
    width: 100%;
    position: relative;
    overflow: hidden
}

.aboutm .boraper .brams .imgs .img {
    width: 100%;
    padding-top: 100%;
    transition: all ease 0.5s
}

.aboutm .boraper .brams .naet {
    width: 100%;
    color: #fff;
    line-height: 1.5;
    margin-top: 0.2rem
}

.aboutm .boraper .brams .km {
    width: 100%;
    color: #fff;
    line-height: 1.6;
    margin-top: 0.1rem
}

.aboutm .boraper .brams:nth-child(3n) {
    margin-right: 0
}

.aboutm .boraper .brams:hover .imgs .img {
    transform: scale(1.1)
}

.aboutm .honpers {
    width: 100%
}

.aboutm .honpers .swiper-container {
    padding-top: 0.1rem
}

.aboutm .honpers .swiper-slide {
    width: 100%
}

.aboutm .honpers .swiper-slide a {
    width: 100%;
    display: block;
    position: relative;
    top: 0;
    transition: all ease 0.5s
}

.aboutm .honpers .swiper-slide .imgs {
    width: 100%;
    position: relative;
    overflow: hidden
}

.aboutm .honpers .swiper-slide .imgs .img {
    width: 100%;
    padding-top: 87.3%;
    transition: all ease 0.5s
}

.aboutm .honpers .swiper-slide .pom {
    width: 100%;
    position: relative;
    padding: 0.65rem 0.5rem 0.5rem
}

.aboutm .honpers .swiper-slide .pom .hei {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1
}

.aboutm .honpers .swiper-slide .pom .him {
    width: 100%;
    text-align: center;
    color: #000;
    line-height: 1.5;
    height: 3em;
    position: relative;
    z-index: 2
}

.aboutm .honpers .swiper-slide:hover a {
    top: -0.1rem
}

.aboutm .honpers .swiper-slide:hover .pom .him {
    color: #228be6
}

@media (max-width: 1680px) {
    .aboutm .yetomper .bl {
        left:-0.3rem
    }

    .aboutm .yetomper .br {
        right: -0.3rem
    }
}

@media (max-width: 800px) {
    .aboutm .yetomper .bl {
        left:-0.3rem
    }

    .aboutm .yetomper .br {
        right: -0.3rem
    }

    .aboutm .cultom .ciom {
        width: 33.33%
    }
}
@media(max-width: 750px){
    .aboutm .yetomper .bl {
        left: -3vw;
    }
    .aboutm .yetomper .br{
        right: -3vw;
    }
    .aboutm .cultom{display: block;white-space: nowrap;overflow: auto;width: calc(100% + 3vw);}
    .aboutm .cultom .ciom{white-space: normal;width: 44%;}
    .aboutm .cultom .ciom.w2s{width: 50%;}
    .aboutm .cultom .ciom.sp .coxm-inner{padding-right: .2rem;}
    .aboutm .cultom .ciom .coxm .sim{font-size: .2rem;}
    .aboutm .cultom .ciom.sp .coxm .sim{font-size: .2rem;}
}


.group {
    width: 100%;
    padding: 1rem 0
}

.group .atpom {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: calc(160 / 1920 * 100%);
    flex-direction: row-reverse;
    align-items: center
}

.group .atpom .apl {
    display: inline-block;
    vertical-align: middle;
    width: calc(960 / 1760 * 100%)
}

.group .atpom .apl .imgs {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 0.05rem 0 0 0.05rem
}

.group .atpom .apl .imgs .img {
    width: 100%;
    padding-top: 75%
}

.group .atpom .apr {
    display: inline-block;
    vertical-align: middle;
    width: calc(700 / 1760 * 100%)
}

.group .atpom .apr .vtom {
    width: 100%
}

.group .atpom .apr .vtom .vt {
    width: 100%;
    color: #000;
    font-weight: bold;
    line-height: 1.3
}

.group .atpom .apr .vtom .lxm {
    width: 100%;
    border-bottom: solid 1px rgba(0,0,0,0.08);
    font-size: 0;
    margin: 0.25rem 0 0.35rem
}

.group .atpom .apr .vtom .lxm span {
    display: inline-block;
    vertical-align: middle;
    width: 0.56rem;
    height: 4px;
    position: relative;
    top: 1px;
    background-color: #228be6
}

.group .atpom .apr .ginp {
    width: 100%;
    color: #666;
    line-height: 1.6
}

.group .atpom .apr .ginp p {
    color: #666;
    line-height: 1.6
}

.group .datem {
    width: 100%;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 1rem
}

.group .datem .datm {
    display: inline-block;
    vertical-align: top;
    width: 23.5%
}

.group .datem .datm .xum {
    width: 100%;
    color: #228be6
}

.group .datem .datm .xum span {
    color: #228be6;
    font-weight: bold
}

.group .datem .datm .lm {
    width: 100%;
    color: #000;
    line-height: 1.5
}

@media (max-width: 1680px) {
    .group .atpom {
        padding-left:3%
    }
}

@media (max-width: 800px) {
    .group .atpom {
        padding-left:0%
    }
}


.sidebar{transition: all cubic-bezier(.25,.1,.25,1) .5s;position: fixed;bottom: .5rem;right: 0;transform: translate(100%,0);z-index: 88;}
.sidebar-item{display: block;margin: .05rem 0;text-align: right;}
.sidebar-link{transition: all cubic-bezier(.25,.1,.25,1) .5s;text-align: left;display: inline-block;cursor: pointer;width: 1.2rem;min-width: 90px;font-size: 0;padding: .1rem 0 .1rem .13rem;background-color: rgba(0,0,0,.6);}
.sidebar-icon{display: inline-block;vertical-align: middle;width:1.07em;margin-right: .15rem;}
.sidebar-icon img{width: 100%;}
.sidebar-name{display: inline-block;vertical-align: middle;width: calc(100% - 1.1em - .15rem);line-height: 1.42;color: #ffffff;}
.show_sidebar .sidebar{transform: translate(calc(100% - 1.07em - .25rem),0);}
.sidebar{font-size: calc(14 * 1rem / 100);}
@media(max-width: 1728px){
    .sidebar{font-size: 12.6px;}
}
@media(min-width: 900px){
    .sidebar-link:hover{background-color: #228be6;}
    .sidebar:hover{transform: translate(0,0);}
}


.service{opacity: 0;z-index: -1;visibility: hidden;position: fixed;top: 0;left: 0;width: 100%;height: 100%; background-color: rgba(0,0,0,.7);}
.service.show{opacity: 1;z-index: 388;visibility: visible;transition: opacity ease 1s; }
.se-main{position: absolute;bottom: .5rem;right: 1.3rem;width: 3.4rem;min-width: 320px;}
.se-close{position: absolute;top: 0;right: .1rem;cursor: pointer; width: .4rem;height: 100%;background-image: url('../images/close.png');background-size: .2rem auto;background-position: center center;background-repeat: no-repeat;}
.se-cont{width: 100%;max-height: calc(90vh - 1rem);overflow: auto;background-color: #fff;}
.se-top{width: 100%;padding: .13rem .2rem;position: relative;background-color: #228be6;}
.se-titles{width: 100%;color: #ffffff;line-height: 1.5;}
.se-bottom{width: 100%;padding: .15rem .2rem .4rem;}
.se-intro{width: 100%;margin-bottom: .1rem; color: #333333;line-height: 1.8;}
.se-item{width: 100%;margin-bottom: .1rem;}
.se-input{width: 100%;border: none;padding: 0 .2rem; height: .45rem; color: #333333;background-color: #fafafa;}
.se-textarea{width: 100%;border: none;padding: .1rem .2rem; height: 1rem; color: #333333;line-height: 1.5;background-color: #fafafa;}
.se-buttom{width: 100%;padding-top: .1rem;}
.se-submit{width: 100%;cursor: pointer;border: none;height: .45rem;line-height: .45rem;text-align: center;color: #ffffff;background-color: #228be6;}
@media(max-width: 1350px){
    .se-input{height: 32px;}
    .se-textarea{height: 80px;}
    .se-submit{height: 32px;line-height: 32px;}
}
@media(max-width: 900px){
    .se-main{top: 50%;left: 50%; bottom: auto;right: auto;transform: translate(-50%,-50%);min-width: 100px; width: 90%;max-width: 300px;}
    .se-close{right: 0;width: .5rem;background-size: .3rem auto;}
}
