body {
    overflow: hidden;
}

/* 头部 */
.header {
    padding: .25rem .8rem;
    position: relative;
    width: 100%;
    z-index: 150;
    transition: all .5s;
    background-color: #fff;
}

.header .logo img {
    max-width: 1.88rem;
}

.header .top-other {
    margin-left: .2rem;
}

.header .top-other .line {
    width: 1px;
    height: .2rem;
    background: #e0e0e0;
}

.header .wtd100 {
    width: 100%;
}

.header .search-top {
    cursor: pointer;
    margin-right: .2rem;
}

.header .search-top .icon {
    width: .2rem;
    height: .2rem;
    background-image: url(../images/search-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* .header .search-top .search-shell {
    background: #fff;
    position: absolute;
    top: 150%;
    right: 0;
    border: solid 1px #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
    display: none;
}

.header .search-top .search-shell input {
    color: #333;
    height: .4rem;
    background: none;
    border: none;
    margin: 0;
    padding: .1rem;
    outline: none;
}

.header .search-top .search-shell .but {
    border-left: solid 1px #e0e0e0;
    cursor: pointer;
    width: .4rem;
    height: .4rem;
    background-image: url(../images/search-icon.png);
    background-size: .2rem;
    background-repeat: no-repeat;
    background-position: center;
} */

body.on:after{display: block;content: '';position: fixed;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,0.48);z-index: 100;}
@media(min-width:1024px){
    .header .search-top .search-shell{display: flex;align-items: center}
    .header .search-top .search-shell .input{width: 55vw;height: .36rem;padding: 0 .2rem;background-color: #f5f7fa;box-sizing: border-box;border: none;outline:none;border-radius: 5px 0 0 5px;}
    .header .search-top .search-shell .but{width: .4rem;height: .36rem;background-image: url('../images/search-icon3.png');background-size: .18rem;background-repeat: no-repeat;background-position: center;background-color: #214c9c;border-radius: 0 5px 5px 0;}
}
.header .search-top .icon{display: none;}
@media(max-width:1024px){
    .header .search-top .search-shell{width:100%;position: absolute;line-height: 35px;opacity: 0;visibility: hidden;z-index: -1;top: 70px;transition: all 0.3s;left: 0;background:rgba(255,255,255,0.85);padding: 0.25rem 0.8rem;}
    .header .search-top .search-shell .ti{line-height: 0.58rem;color:#fff;font-size: 18px;}
    .header .search-top .search-shell .input{width:calc(100% - 128px);border: 0;color: #333; height:46px; line-height:46px; text-indent:1em;font-size: 14px;background:#f2f2f2;float: left;}
    .header .search-top .search-shell .but {width: 128px;float: right;height: 46px;color:#fff;background-color: #009944;background-image: url(../images/search-icon.png);background-size: .2rem;background-repeat: no-repeat;background-position: center;}
    .header .search-top .search-shell .but:hover {background-color: #05b955;}
    .header .search-top .search-shell.on{opacity: 1;visibility: visible;top: 90px;z-index: 150;right: 0.9rem;}
    .header .search-top .icon{display: block;}
}


.header .search-top .icon.on {
    background: url(../images/close.png);
    background-size: .23rem;
    background-repeat: no-repeat;
    background-position: center;
}

.header .versions {
    margin-left: .2rem;
}

.header .versions .io {
    font-size: .16rem;
    cursor: pointer;
}

.header .versions .io .icon {
    width: .2rem;
    height: .2rem;
    background-image: url(../images/versions.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.header .versions .io .wz {
    margin-left: .12rem;
}

.header .versions .io .wz span {
    background: url(../images/arrow3.png) no-repeat right center;
    padding-right: .15rem;
}
.header .versions{position: relative;padding: 0.1rem 0;}
.header .versions .drop-down {transition: all 0.5s;visibility: hidden;opacity: 0;
    position: absolute;
    left: 60%;
    top:0.15rem;
    transform: translateX(-50%);
    z-index: -1;
}
.header .versions .drop-down dl{
  width: max-content;
    box-shadow: 0 0.1rem 0.1rem rgba(255, 255, 255, .18);
    border-radius: 5px;
        background-color: rgba(255,255,255,0.9);box-shadow: 0 0 15px rgba(0,0,0,0.1);
    padding: 0.15rem 0.3rem;
}
.header .versions .drop-down dl dd {
  text-align: center;
    margin-bottom: 0.1rem;
}
.header .versions .drop-down dl dd:nth-child(1) {display: none;}
.header .versions .drop-down dl dd:last-child{margin-bottom: 0;}
.header .versions .drop-down dl dd a{font-size: .17rem;white-space:nowrap;}
.header .versions .drop-down dl dd:hover a{color: #1d2088;}
.header .versions:hover .drop-down{top: 0.38rem;visibility: visible;opacity: 1;z-index: 3;}
.header nav {
    margin-top: .25rem;
    font-size: .16rem;
}

.header nav li {
    position: relative;
    margin-right: .5rem;
}

.header nav li:hover>a,
.header nav li.on>a {
    color: #1d2088;
}

.header .icon-menu {
    margin-left: .2rem;
    display: none;
    cursor: pointer;
    width: 25px;
    height: 30px;
    border-radius: 50%;
    position: relative;
    z-index: 10;
}

.header .icon-menu span {
    display: block;
    position: relative;
    margin: 0 auto;
}

.header .icon-menu span i {
    height: 2px;
    width: 60%;
    background: #333;
    display: block;
    margin: 6px auto;
    transition: all .5s;
}

.header .icon-menu i {
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    display: inline-block;
    height: 2px;
    background: #333;
    margin: 3px 2.5px;
    border-radius: 5px;
}

.header .icon-menu i:nth-of-type(1),
.header .icon-menu i:nth-of-type(3) {
    width: 25px;
}

.header .icon-menu i:nth-of-type(2) {
    width: 25px;
}
.header nav li .drop-down{display: none;}
.header nav li:hover .drop-down{display: block;}
.header nav li .drop-down dl{background-color: #fff;padding: .3rem .2rem;}
.header nav li .drop-down dl dd{margin-bottom: .1rem;padding-bottom: .1rem;border-bottom: 1px solid transparent;}
.header nav li .drop-down dl dd:last-child{margin-bottom: 0;}
.header nav li .drop-down dl dd a{font-size: .17rem;white-space:nowrap;}
.header nav li .drop-down dl dd:hover a{color: #1d2088;}
.header nav li .drop-down dl dd:hover{border-bottom: 1px solid #1d2088;}
@media(min-width:1024px){
    .header nav li .drop-down{position: absolute;left: 50%;top: 100%;padding-top: .25rem;transform: translateX(-50%);z-index: 3;}
    .header nav li .drop-down dl{width: max-content;box-shadow: 0 .1rem .1rem rgba(255, 255, 255, .18);border-top: 3px solid #1d2088;}
}
@media(max-width:1024px) {
    .header {
        padding: .2rem;
        box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    }

    .header .top-other {
        margin-left: 0;
    }

    .header nav {
        margin-top: 0;
        position: fixed;
        top: .8rem;
        right: -100%;
        width: 3rem;
        height: calc(100vh - .8rem);
        box-shadow: 0 15px 20px rgba(0, 0, 0, .1);
        transition: all .5s;
    }

    .header nav .ul {
        background: #fff;
        height: 100%;
        align-content: flex-start;
        align-items: flex-start;
    }

    .header nav li {
        padding: .12rem;
        width: 100%;
        margin: 0;
        text-align: center;
        border-bottom: solid 1px #e0e0e0;
    }

    .header nav.active {
        right: 0;
    }

    .header .icon-menu {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .header .icon-menu.active i:nth-of-type(1) {
        transform: rotate(45deg) translate(6px, 6px);
    }

    .header .icon-menu.active i:nth-of-type(2) {
        opacity: 0;
    }

    .header .icon-menu.active i:nth-of-type(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }
    .header .search-top .search-shell{padding: .2rem;}
    .header .search-top .search-shell.on{top: 54px;}
    .header nav li .drop-down dl dd{margin-bottom: .05rem;margin-bottom: .05rem;}
}

@media(max-width:768px) {
    .header nav {
        width: 50%;
        font-size: .24rem;
    }

    .header nav li {
        padding: .15rem;
    }
}

@media(max-width:640px) {
    .header .versions .io {
        font-size: .24rem;
    }

    .header .search-top .icon {
        width: .25rem;
        height: .25rem;
    }

    .header .versions .io .icon {
        width: .25rem;
        height: .25rem;
    }
}


/* 底部 */
.footer {
    color: #fff;
    background: #0d1e3d url(../images/footer-back.png) no-repeat;
    background-size: cover;
    padding: .8rem 0;
}

.footer a {
    color: #fff;
}

.footer .bott-le .footer-logo {
    margin-bottom: .3rem;
}

.footer .bott-le .footer-logo img {
    max-width: 1.88rem;
}

.footer .bott-le .text {
    line-height: 2;
    color: rgba(255, 255, 255, .5);
}

.footer .bott-le .text a {
    color: rgba(255, 255, 255, .5);
}

.footer .bott-le .link {
    margin-bottom: .2rem;
}

.footer .bott-le .link a {
    padding: .05rem .25rem;
    border: solid 1px #1867f9;
    font-size: .14rem;
    color: #1867f9;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50px;
}

.footer .bott-le .link span {
    background: url(../images/arrow4.png) no-repeat right center;
    padding-right: .2rem;
}

.footer .bott-ri {
    width: 32%;
}

.footer .bott-ri dl {
    color: rgba(255, 255, 255, .5);
    line-height: 2;
    font-size: .16rem;
    align-content: flex-start;
}

.footer .bott-ri .wtd70 {
    width: 70%;
}

.footer .bott-ri dl dt {
    margin-bottom: .1rem;
    color: #fff;
    font-size: .2rem;
    width: 100%;
}

.footer .bott-ri dl dd {
    margin: .025rem 0;
}

.footer .bott-ri dl dd.wtd50 {
    width: 50%;
}

.footer .bott-ri dl dd a {
    color: rgba(255, 255, 255, .5);
}

.footer .bott-ri dl dd a:hover {
    color: #fff;
}

.pinned {
    position: fixed;
    right: 5%;
    bottom: 10%;
    width: .5rem;
    height: .5rem;
    background: #009944 url(../images/arrow1.png) no-repeat center;
    background-size: .14rem;
    z-index: 100;
    border-radius: 100%;
    overflow: hidden;
    cursor: pointer;
}

@media(max-width:640px) {
    .footer .bott-ri {
        margin-top: .35rem;
        width: 100%;
    }

    .footer .bott-ri dl {
        font-size: .24rem;
    }

    .footer .bott-ri dl dt {
        font-size: .28rem;
    }

    .footer .bott-ri .wtd70 {
        width: 60%;
    }

    .footer .bott-le .link a {
        font-size: .24rem;
        padding: 0 .2rem;
    }
}




/* 首页 */
.ban-index {}
.ban-index { position: relative;}
.ban-index .pic img { width: 100%;}
.ban-index .ban-logo {
    width: 50%;
}
.ban-index .ban-logo img {
    max-width: 3.7rem;
}

.ban-index .text {
    width: 100%;
    line-height: 1.5;
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ban-index .text .txt {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    font-size: .6rem;
    width: 50%;
}

.ban-index .text .txt p {
    width: 100%;
    margin: 0;
}

.ban-index .text .txt span {
    font-weight: bold;
}

.ban-index .text .but{
    margin-top: .3rem;
    line-height: 1.5;
}

.ban-index .text .but span{
    padding: .12rem .45rem;
    background: #009944;
    color: #fff;
    display: block;
    font-size: .16rem;
    border-radius: 50px;
}

.ban-index .swiper-pagination {
    bottom: 0.5rem;
    margin: auto;
    max-width: 50%;
    left: 0;
    right: 0;
}
.ban-index video {
    /* max-height: 42vh; */
    object-fit: cover;
    width: 100%;
    /* height: 100%; */
    position: absolute;
}

.ban-index .auto-inner {
    max-width: 100%;
    width: 100%;
    position: relative;
    height: 100%;
}

.ban-index .swiper-pagination-bullet {
    margin: 0 10px !important;
    opacity: .5;
    width: 12px;
    height: 12px;
    background: url(../images/pot.png) no-repeat;
}

.ban-index .swiper-pagination-bullet-active {
    opacity: 1;
}

@media(max-width:640px) {
    .ban-index .ban-logo img {
        max-width: 2.14rem;
    }

    .ban-index .swiper-pagination {
        bottom: .15rem;
    }

    .ban-index .text .txt {
        font-size: .3rem;
    }

    .ban-index .text .but {
        margin-top: .1rem;
    }
}

.index-one {
    text-align: center;
    padding: .5rem 0;
    /*background: #e5e5f3;*/
    position: relative;
    overflow: hidden;
    width: 100%;
}

.index-one::after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    width: 100%;
    height: 26.772%;
    background: url(../images/index-back1.png) no-repeat top center;
    background-size: 100% 100%;
}

.index-one .line {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.index-one img {
    max-width: 9.16rem;
}

.index-two {
    padding: 1.2rem 0;
    overflow: hidden;
    background-size: cover;
}

.index-two .title {
    margin-bottom: .7rem;
    line-height: 1;
}

.index-two .title .lanmu {
    font-weight: bold;
    padding-right: .4rem;
    margin-right: .4rem;
    border-right: solid 4px #214c9c;
    font-size: .54rem;
    color: #333333;
}

.index-two .title .txt {
    line-height: 1.8;
    font-size: .16rem;
}

.index-two .title .le-box {
    width: 50%;
}

.index-two .list-shell .item {
    background: #fff;
    width: 13.422%;
    margin-right: 1%;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.index-two .list-shell .item::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/about-back3.png);
    opacity: 0;
    transition: all .5s;
}

.index-two .list-shell .item .icon {
    display: flex;
    justify-content: center;
}

.index-two .list-shell .item .icon span {
    display: block;
    position: relative;
}

.index-two .list-shell .item .icon img {
    max-width: .5rem;
    transition: all .5s;
}

.index-two .list-shell .item .more {
    opacity: 1;
}

.index-two .list-shell .item .ctio {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.index-two .list-shell .item a {
    position: relative;
    z-index: 5;
    color: #333333;
    display: block;
    padding: .6rem 0;
}

.index-two .list-shell .item .wz {
    margin-top: .15rem;
    transition: all .5s;
}

.index-two .list-shell .item:nth-child(7n) {
    margin-right: 0;
}

.index-two .list-shell .item:hover .more {
    opacity: 0;
}

.index-two .list-shell .item:hover .ctio,
.index-two .list-shell .item:hover::after {
    opacity: 1;
}

.index-two .list-shell .item:hover .wz {
    color: #fff;
}

.index-three {
    background: #0d1e3d;
    overflow: hidden;
}

.index-three .text {
    padding: .2rem 0;
    line-height: 2;
    color: #fff;
    width: 47.8%;
    padding-right: 7%;
}

.index-three .text .title {
    line-height: 1.5;
    font-size: .54rem;
    font-weight: bold;
}

.index-three .text p {
    margin: 0;
}

.index-three .text a {
    color: #fff;
}

.index-three .text .line::before {
    content: '';
    display: block;
    margin: .3rem 0;
    width: .04rem;
    height: .45rem;
    background: #214c9c;
}

.index-three .text .but {
    margin-top: .3rem;
    line-height: 3;
}

.index-three .text .but .aniu {
    margin-right: .2rem;
}

.index-three .text .but a {
    min-width: 1.6rem;
    text-align: center;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border: solid 2px #1867f9;
    color: #1867f9;
    border-radius: 50px;
    overflow: hidden;
}

.index-three .text .but .aniu:last-child {
    margin-right: 0;
}

.index-three .pic-img {
    width: 50%;
}

.index-three .pic-img .vw50 {
    text-align: left;
    width: 52.084vw;
    float: left;
}

.index-four {
    padding: 1.2rem 0;
    overflow: hidden;
}

.index-four .title {
    margin-bottom: .7rem;
    line-height: 1;
}

.index-four .title .lanmu {
    font-weight: bold;
    padding-right: .4rem;
    margin-right: .4rem;
    border-right: solid 4px #214c9c;
    font-size: .54rem;
    color: #333333;
}

.index-four .title .txt {
    line-height: 1.8;
    font-size: .16rem;
}

.index-four .title .le-box {
    width: 50%;
}

.index-four .but a {
    line-height: 2.6;
    min-width: 1.5rem;
    text-align: center;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border: solid 2px #214c9c;
    color: #214c9c;
    border-radius: 50px;
    overflow: hidden;
}

.index-four .list-box .item {
    width: 30.5556%;
    margin-right: 4.16666%;
}

.index-four .list-box .item .pic {
    margin-bottom: .35rem;
    overflow: hidden;
}

.index-four .list-box .item figure {
    display: block;
    padding-bottom: 56.366%;
    transition: all .5s;
}

.index-four .list-box .item .tiem {
    margin-bottom: .2rem;
}

.index-four .list-box .item .tiem .wz {
    color: #333333;
}

.index-four .list-box .item .tiem span {
    padding: 0 .15rem;
    line-height: 1.8;
    background: #f4f6fa;
    display: inline-block;
    vertical-align: middle;
    font-size: .14rem;
    border-radius: 20px;
    overflow: hidden;
}

.index-four .list-box .item .tiem em {
    margin: 0 .15rem;
    width: 1px;
    display: block;
    height: 1em;
    background: #d1d1d1;
}

.index-four .list-box .item .tiem span.color1 {
    color: #214c9c;
}

.index-four .list-box .item .tiem span.color2 {
    color: #009944;
}

.index-four .list-box .item .des {
    font-size: .28rem;
    color: #333333;
}

.index-four .list-box .item:nth-child(3n) {
    margin-right: 0;
}

.index-four .list-box .item:hover figure {
    transform: scale(1.1);
}

.index-four .list-box .item:hover .des {
    color: #214c9c;
}

@media(max-width:640px) {
    .index-one img {
        max-width: 80%;
    }

    .index-two .title .le-box {
        width: 100%;
    }

    .index-two .title .lanmu {
        font-size: .4rem;
        border-right: solid 2px #214c9c;
        margin-right: .2rem;
        padding-right: .2rem;
    }

    .index-two .title .txt {
        font-size: .22rem;
    }

    .index-two .list-shell .item {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 2%;
    }

    .index-two .list-shell .item a {
        padding: .4rem 0;
    }

    .index-two .list-shell .item:nth-child(3n) {
        margin-right: 0;
    }

    .index-three .text {
        width: 100%;
        padding: .5rem 0;
    }

    .index-three .text .title {
        font-size: .4rem;
    }

    .index-three .text .but {
        line-height: 2.5;
    }

    .index-three .text .but a {
        min-width: 2rem;
    }

    .index-three .pic-img {
        width: 100%;
    }

    .index-three .pic-img .vw50 {
        width: 100vw;
    }

    .index-four .title {
        margin-bottom: .5rem;
    }

    .index-four .title .lanmu {
        font-size: .4rem;
        margin-right: .2rem;
        padding-right: .2rem;
        border-right: solid 2px #214c9c;
    }

    .index-four .title .txt {
        font-size: .22rem;
    }

    .index-four .title .le-box {
        width: calc(100% - 7em);
    }

    .index-four .but a {
        line-height: 2.5;
        font-size: .2rem;
        border: solid 1px #214c9c;
    }

    .index-four .list-box .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: .4rem;
    }

    .index-four .list-box .item .tiem {
        margin-bottom: .1rem;
    }

    .index-four .list-box .item .tiem span {
        font-size: .2rem;
    }
}


/* 内页banner */
.ban-inside {
    position: relative;
}

.ban-inside .pic img {
    width: 100%;
}

.ban-inside .text {
    line-height: 1.4;
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.ban-inside .text.center {
    text-align: center;
}

.ban-inside .text .tit-cn {
    margin-bottom: .1rem;
    font-size: .48rem;
}

.ban-inside .text .tit-en {
    text-transform: uppercase;
}

@media(max-width:768px) {
    .ban-inside .text .tit-cn {
        font-size: .4rem;
        margin-bottom: 0;
    }
}


/* 内页菜单 */
.inside-menu {
    margin-top: -.9rem;
    z-index: 5;
    position: relative;
}

.inside-menu .item {
    margin: 0 0.5%;
    position: relative;
    max-width: 50%;
}

.inside-menu .item::after {
    background: rgba(255, 255, 255, .15);
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: skewX(-20deg);
    border-radius: 4px;
    transition: all .5s;
}

.inside-menu .item::before {
    content: '';
    display: block;
    background: #009944;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: skewX(-20deg);
    border-radius: 4px;
    transition: all .5s;
    opacity: 0;
}

.inside-menu .item a {
    position: relative;
    z-index: 3;
    color: #fff;
    height: .88rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.inside-menu .item.active::after,
.inside-menu .item:hover::after {
    opacity: 0;
}

.inside-menu .item.active::before,
.inside-menu .item:hover::before {
    opacity: 1;
}

@media(max-width:1024px) {
    .inside-menu {
        margin-top: -.65rem;
    }

    .inside-menu .item a {
        height: .6rem;
    }
}

@media(max-width:640px) {
    .inside-menu {
        margin: 1% 0;
    }

    .inside-menu .auto-inner {
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .inside-menu .item::after {
        background: rgba(0, 0, 0, .5);
    }

    .inside-menu .item.wtd5 {
        width: 48% !important;
        margin-bottom: 2%;
    }
}

/* 关于我们-公司简介 */
.about-one {
    background: #f2f2f2;
    padding: 1.2rem 0;
}

.about-one .about-left {
    width: 50%;
    padding-right: .4rem;
}

.about-one .about-left .tit .tit-cn {
    font-size: .48rem;
}

.about-one .about-left .tit .tit-en {
    text-transform: uppercase;
    color: #666666;
}

.about-one .about-left .ul li {
    margin-top: .5rem;
}

.about-one .about-left .ul li .icon {
    margin-bottom: .15rem;
}

.about-one .about-left .ul li .icon img {
    max-width: .45rem;
}

.about-one .about-left .ul li .suz {
    line-height: 1;
    font-size: .48rem;
}

.about-one .about-left .ul li .txt {
    color: #666666;
}

.about-one .pic-tu {
    width: 3.4rem;
}

.about-one .pic-tu img{
    border-radius: 20px;
}

.about-one .about-text {
    width: 45%;
}

.about-one .about-text .tit {
    font-size: .4rem;
    color: #214c9c;
}

.about-one .about-text .wz {
    font-size: .16rem;
    color: #333333;
}

.about-one .about-text p {
    margin: 0;
}

.about-one .about-text .introd {
    font-size: .18rem;
    line-height: 2;
    color: #666666;
}

.about-two {
    margin: 1.2rem 0 1rem;
}

.about-two .title {
    margin-bottom: .15rem;
    text-align: center;
}

.about-two .title .tit-cn {
    font-size: .48rem;
}

.about-two .title .tit-en {
    text-transform: uppercase;
    color: #666666;
}

.about-two .pic-img {
    position: relative;
}

.about-two .logo-iocn {
    width: 2.87rem;
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translateX(-50%);
}

.about-two .iut {
    cursor: pointer;
    text-align: center;
    position: absolute;
}

.about-two .iut .icon {
    display: flex;
    justify-content: center;
}

.about-two .iut .icon .back {
    width: .88rem;
    height: .88rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    border-radius: 100%;
    overflow: hidden;
}

.about-two .iut .icon img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: all .5s;
}

.about-two .iut .icon .mren {
    opacity: 1;
}

.about-two .iut .icon .huwg {
    opacity: 0;
}

.about-two .iut .icon::after {
    position: absolute;
    left: .66rem;
    top: -.4rem;
    content: '';
    display: block;
    width: 1.63rem;
    height: 1.82rem;
    background: url(../images/about-icon4.png) no-repeat;
    background-size: contain;
}

.about-two .iut .des {
    width: 3rem;
    position: relative;
    z-index: 3;
    transition: all .5s;
}

.about-two .iut .des .tit {
    margin: .2rem 0 .1rem;
}

.about-two .iut .line {
    position: absolute;
    top: 100%;
    left: 50%;
    content: '';
    width: .02rem;
    height: 1.04rem;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #6492d2 110%);
}

.about-two .iut .line::before {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    width: .22rem;
    height: .22rem;
    background: rgba(84, 143, 214, .2);
    border-radius: 100%;
    overflow: hidden;
    margin-top: -.11rem;
    margin-left: -.11rem;
}

.about-two .iut .line::after {
    position: absolute;
    top: 100%;
    left: 50%;
    width: .1rem;
    height: .1rem;
    content: '';
    display: block;
    background-image: linear-gradient(to top, #395982, #5f8fd1);
    border-radius: 100%;
    overflow: hidden;
    margin-left: -.05rem;
    margin-top: -.05rem;
}

.about-two .iut:nth-child(2) {
    right: 1.15%;
    top: 17.5%;
}

.about-two .iut:nth-child(2) .des {
    color: #333333;
}

.about-two .iut:nth-child(2) .des .tit {
    font-size: .18rem;
}

.about-two .iut:nth-child(2) .des .wz {
    font-size: .15rem;
}

.about-two .iut:nth-child(3) {
    right: 18.5%;
    top: 3.8%;
}

.about-two .iut:nth-child(3) .des {
    color: #333333;
}

.about-two .iut:nth-child(3) .des .tit {
    font-size: .18rem;
}

.about-two .iut:nth-child(3) .des .wz {
    font-size: .15rem;
}

.about-two .iut:nth-child(4) {
    right: 11.6%;
    top: 45.5%;
}

.about-two .iut:nth-child(4) .des {
    color: #333333;
}

.about-two .iut:nth-child(4) .des .tit {
    font-size: .18rem;
}

.about-two .iut:nth-child(4) .des .wz {
    font-size: .15rem;
}

.about-two .iut:nth-child(5) {
    right: 25.8%;
    top: 39.5%;
}

.about-two .iut:nth-child(5) .des {
    color: #333333;
}

.about-two .iut:nth-child(5) .des .tit {
    font-size: .18rem;
}

.about-two .iut:nth-child(5) .des .wz {
    font-size: .15rem;
}

.about-two .iut:nth-child(6) {
    right: 40%;
    top: 52.5%;
}

.about-two .iut:nth-child(6) .des {
    color: #333333;
}

.about-two .iut:nth-child(6) .des .tit {
    font-size: .18rem;
}

.about-two .iut:nth-child(6) .des .wz {
    font-size: .15rem;
}

.about-two .iut:nth-child(7) {
    left: 21.6%;
    top: 37.8%;
}

.about-two .iut:nth-child(7) .des {
    color: #333333;
}

.about-two .iut:nth-child(7) .des .tit {
    font-size: .18rem;
}

.about-two .iut:nth-child(7) .des .wz {
    font-size: .15rem;
}

.about-two .iut:nth-child(8) {
    left: 12.7%;
    top: 6.5%;
}

.about-two .iut:nth-child(8) .des {
    color: #333333;
}

.about-two .iut:nth-child(8) .des .tit {
    font-size: .18rem;
}

.about-two .iut:nth-child(8) .des .wz {
    font-size: .15rem;
}

.about-two .iut:nth-child(9) {
    left: .66%;
    top: 31.5%;
}

.about-two .iut:nth-child(9) .des {
    color: #333333;
}

.about-two .iut:nth-child(9) .des .tit {
    font-size: .18rem;
}

.about-two .iut:nth-child(9) .des .wz {
    font-size: .15rem;
}

.about-two .iut:hover .des {
    color: #11a050;
}

.about-two .iut:hover .mren {
    opacity: 0;
}

.about-two .iut:hover .huwg {
    opacity: 1;
}

.about-two .iut:hover .line {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #11a050 110%);
}

.about-two .iut:hover .line::after {
    background: #11a050;
}

.about-two .iut:hover .line::before {
    background: rgba(17, 160, 80, .2);
}

.about-two .iut:hover .line::after {
    background-image: linear-gradient(to top, rgba(17, 160, 80, .2), #11a050);
}

.about-two .iut:hover .icon::after {
    background: url(../images/about-icon5.png) no-repeat;
    background-size: contain;
}

.about-three{margin-bottom: 1rem;}
.about-three .hidden{ border-radius:20px; overflow:hidden;}
.about-three .pic{ width:100%;}
.about-three .pic img{ width:100%;}
.about-three .text{
    position:absolute;
    height:100%;
    top:0;
    display:flex;
    align-items:center;
    width:46.181%;
    z-index:2;
    padding-left:1.2rem;
    background:url(../images/about-img2-back.png) no-repeat center;
    background-size:cover;
}
.about-three .text dl dt { margin-bottom:.15rem; font-size:.3rem; color:#fff;}
.about-three .text dl dd {
    position: relative;
    margin: .1rem 0;
    padding-left: .25rem;
    font-size: .18rem;
    color:#fff;
    opacity:.8;
}

.about-three .text dl dd::before {
    position: absolute;
    left: 0;
    top: .12rem;
    content: '';
    display: block;
    width: .1rem;
    height: 2px;
    background: #11a050;
}

.about-four {
    padding: 1.2rem 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.about-four .title {
    color: #fff;
    margin-bottom: .15rem;
    text-align: center;
}

.about-four .title .tit-cn {
    font-size: .48rem;
}

.about-four .title .tit-en {
    text-transform: uppercase;
}

.about-four .ul {
    width: 100%;
    margin-top: .79rem;
}

.about-four .ul li {
    background: rgba(255, 255, 255, .1);
    height: 2.25rem;
    color: #fff;
    width: calc(16.32% - .1rem);
    margin-right: .17777rem;
    position: relative;
}

.about-four .ul li a {
    padding: .2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    position: relative;
    z-index: 5;
}

.about-four .ul li .icon {
    text-align: center;
}

.about-four .ul li .icon img {
    max-width: .65rem;
}

.about-four .ul li .txt {
    margin-top: .1rem;
}

.about-four .ul li:nth-child(6n) {
    margin-right: 0;
}

.about-four .ul li::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/about-back3.png);
    opacity: 0;
    transition: all .5s;
}

.about-four .ul li:hover::after {
    opacity: 1;
}

.about-five {
    padding: 1.2rem 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.about-five .title {
    color: #333333;
    margin-bottom: .15rem;
    text-align: center;
}

.about-five .title .tit-cn {
    font-size: .48rem;
}

.about-five .title .tit-en {
    color: #666666;
    text-transform: uppercase;
}

.about-five .switc-box {
    position: relative;
    margin-top: .5rem;
}

.Timeline001265 {
    position: relative;
    padding: .75rem 0;
}

.Timeline001265::before {
    position: absolute;
    z-index: 1;
    content: '';
    top: 5%;
    width: 1px;
    height: 90%;
    left: .2rem;
    background: #e5e5e5;
}

.Timeline001265 .list {
    height: 5.7rem;
    overflow: hidden;
    position: relative;
}

.Timeline001265 ul {
    position: relative;
}

.Timeline001265 li {
    display: flex;
    padding: .18rem 0;
    padding-left: .8rem;
}

.Timeline001265 li h1 {
    color: #214c9c;
    font-weight: normal;
    font-size: .18rem;
    margin: 0;
    margin-right: .5rem;
    position: relative;
}

.Timeline001265 li h1 i {
    display: block;
    width: .1rem;
    height: .1rem;
    position: absolute;
    left: -.65rem;
    top: .09rem;
    border-radius: 50%;
    background-color: #214c9c;
    z-index: 2;
}

.Timeline001265 .btn {
    position: absolute;
    left: 0;
    width: .4rem;
    height: .4rem;
    border-radius: 100%;
    overflow: hidden;
    z-index: 2;
    border: solid 1px #214c9c;
    cursor: pointer;
}

.Timeline001265 .btn::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/arrow2.png) no-repeat center;
    background-size: .14rem;
    transition: all .5s;
}

.Timeline001265 .btn:hover::after {
    background: #214c9c url(../images/arrow1.png) no-repeat center;
    background-size: .14rem;
}

.Timeline001265 .prev {
    top: 0;
}

.Timeline001265 .next {
    bottom: 0;
    transform: rotate(180deg);
}

@media(max-width:640px) {
    .about-one .about-left {
        padding-right: 0;
        padding-bottom: .5rem;
        width: 100%;
    }

    .about-one .about-text {
        width: 100%;
    }

    .about-one .about-text .wz {
        font-size: .24rem;
    }

    .about-one .about-text .introd {
        line-height: 1.8;
        font-size: .24rem;
    }

    .about-one .about-left .ul li {
        margin-top: .3rem;
    }

    .about-two .img-box {
        margin: .5rem 0;
    }

    .about-two .img-box img {
        display: none;
    }

    .about-two .img-box .logo-iocn {
        display: block;
        width: 2rem;
        position: relative;
        top: auto;
    }

    .about-two .iut {
        margin: .2rem 0;
        display: flex;
        justify-content: space-between;
        position: relative;
        left: auto !important;
        right: auto !important;
        top: auto !important;
    }

    .about-two .iut .line {
        display: none;
    }

    .about-two .iut .icon .back {
        box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    }

    .about-two .iut .icon::after {
        display: none;
    }

    .about-two .iut .des {
        text-align: left;
        width: calc(100% - 1.3rem);
    }

    .about-two .iut .des .tit {
        margin: 0 0 .1rem;
        font-size: .28rem !important;
    }

    .about-two .iut .des .wz {
        font-size: .22rem !important;
    }

    .about-three .text{ padding:.3rem .5rem; position:relative; width:60%;}
    .about-three .pic{ position:absolute; width:100%; height:100%;}
    .about-three .pic img{ height:100%; object-fit:cover;}

    .about-four .ul {
        justify-content: space-between;
    }

    .about-four .ul li {
        width: 49%;
        margin-right: 0;
        margin-bottom: 2%;
    }

    .Timeline001265 .list {
        height: 430px;
    }

    .Timeline001265 li {
        padding-left: .6rem;
    }

    .Timeline001265 li h1 {
        font-size: .28rem;
        margin-right: .2rem;
    }

    .Timeline001265 li h1 i {
        left: -.45rem;
    }

    .Timeline001265 li dl {
        font-size: .24rem;
        width: calc(100% - 1.5rem);
    }
}


/* 关于我们-荣誉资质 */
.honor-box {
    padding: 1.25rem 0;
}

.honor-box .title {
    text-align: center;
}

.honor-box .title .tit-cn {
    font-size: .48rem;
    color: #333333;
}

.honor-box .title .tit-en {
    text-transform: uppercase;
    color: #666666;
}

.honor-box .honor-sam {
    margin: .55rem 0 .9rem;
}

.honor-box .honor-sam .item {
    min-width: 1.5rem;
    text-align: center;
    font-size: .16rem;
    margin: 0 .2rem;
}

.honor-box .honor-sam .item a {
    padding: .1rem;
    color: #214c9c;
    display: block;
    border: solid 1px #214c9c;
    border-radius: 50px;
    transition: all .5s;
}

.honor-box .honor-sam .item.active a {
    background-color: #214c9c;
    color: #fff;
}

.honor-box .list-box ul {
    padding-bottom: .1rem;
    position: relative;
    margin-top: .5rem;
    display: flex;
}

.honor-box .list-box ul::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    display: block;
    width: 100%;
    height: .8rem;
    background: url(../images/honor-back.png);
}

.honor-box .list-box li {
    font-size: .18rem;
    width: 21%;
    margin: 0 2%;
    text-align: center;
    position: relative;
    z-index: 2;
}

.honor-box .list-box li .pic {
    display: flex;
    justify-content: center;
}

.honor-box .list-box li .pic span {
    display: block;
    position: relative;
}

.honor-box .list-box li .pic span::after {
    box-shadow: 0 0 15px rgba(0, 0, 0, .5);
    content: '';
    display: block;
    position: absolute;
    top: 2%;
    right: 0;
    width: .35rem;
    height: 96%;
}

.honor-box .list-box li .pic span img {
    height: 2.25rem;
    position: relative;
    z-index: 2;
}

.honor-box .list-box li .txt {
    margin-top: .45rem;
}

@media(max-width:640px) {
    .honor-box .honor-sam .item {
        margin: 0 .1rem;
        font-size: .24rem;
    }

    .honor-box .honor-sam .item a {
        padding: .08rem .2rem;
    }

    .honor-box .list-box ul {
        margin-top: .25rem;
    }

    .honor-box .list-box ul::after {
        background-size: contain;
        background-repeat: no-repeat;
    }

    .honor-box .list-box li {
        font-size: .24rem;
        width: 48%;
    }

    .honor-box .list-box li .txt {
        margin-top: .38rem;
    }

    .honor-box .list-box li .pic span img {
        height: 1.8rem;
    }
}

/* 关于我们-合作伙伴 */
.partner-box {
    padding: 1.25rem 0;
    overflow: hidden;
}

.partner-box .title {
    text-align: center;
}

.partner-box .title .tit-cn {
    font-size: .48rem;
    color: #333333;
}

.partner-box .title .tit-en {
    text-transform: uppercase;
    color: #666666;
}

.partner-box .list-box {
    margin-top: .7rem;
}

.partner-box .list-box .swiper {
    width: 102%;
    padding: 1%;
}

.partner-box .list-box .swiper-slide {
    padding-top: .3rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.partner-box .list-box .shell {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.partner-box .list-box .item {
    cursor: pointer;
    position: relative;
    width: 1.6rem;
    height: 1.85rem;
    margin: -.3rem .1rem 0;
}

.partner-box .list-box .item::after {
    content: '';
    display: block;
    width: 125%;
    height: 121.088%;
    background: url(../images/partner-back2.png) no-repeat center;
    opacity: .1;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
}

.partner-box .list-box .item .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    z-index: 5;
    background-size: 96%;
}

.partner-box .list-box .item figure {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.6rem;
    overflow: hidden;
    transition: all .5s;
}

.partner-box .list-box .item:hover::after {
    opacity: .2;
}

.partner-box .list-box .item:hover figure {
    transform: scale(1.1);
}

.partner-box .swiper-pagination {
    bottom: 0;
    width: 100%;
    position: relative;
    margin-top: .5rem;
}

.partner-box .swiper-pagination-bullet {
    margin: 0 .1rem !important;
    width: 12px;
    height: 12px;
    outline: none;
}

.partner-box .swiper-pagination-bullet-active {
    background: #009944;
}

@media(max-width:640px) {
    .partner-box .list-box .swiper {
        padding: 0;
    }

    .partner-box .list-box .item {
        margin: -.3rem .1rem 0;
        width: 1.4rem;
        height: 1.65rem;
    }

    .partner-box .list-box .item figure {
        background-size: contain;
    }

    .partner-box .swiper-pagination {
        margin-top: .3rem;
    }
}



/* 关于我们-社会责任 */
.realization-box {
    padding: 1.25rem 0;
    overflow: hidden;
}

.realization-box .title {
    text-align: center;
}

.realization-box .title .tit-cn {
    font-size: .48rem;
    color: #333333;
}

.realization-box .title .tit-en {
    text-transform: uppercase;
    color: #666666;
}

.realization-one .realization-list {
    margin-top: .8rem;
}

.realization-one .realization-list .text-box {
    position: relative;
    z-index: 2;
    transform: translateY(-58%);
    margin-bottom: -10%;
    overflow: hidden;
    padding-bottom: 2%;
}

.realization-one .realization-list li {
    width: 24.25%;
    margin-right: 1%;
    padding: .8rem .35rem .4rem;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 6px;
    position: relative;
}

.realization-one .realization-list li .tit {
    margin-bottom: .3rem;
    font-size: .3rem;
    color: #214c9c;
}

.realization-one .realization-list li .txt {
    line-height: 1.8;
    font-size: .18rem;
    color: #666666;
}

.realization-one .realization-list li:nth-child(4n) {
    margin-right: 0;
}

.realization-one .realization-list li .pot {
    position: absolute;
    top: 0;
    right: .35rem;
    width: 25px;
    height: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.realization-one .realization-list li .pot::before {
    content: '';
    display: block;
    width: 2px;
    height: .9rem;
    background: #009944;
}

.realization-one .realization-list li .pot span {
    width: 25px;
    height: 25px;
    font-size: .12rem;
    color: #fff;
    background: #009944;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
}

.realization-two .list {
    margin-top: .75rem;
}

.realization-two .list .item {
    margin-bottom: 1rem;
    position: relative;
}

.realization-two .list .item .pic {
    width: 50%;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.realization-two .list .item .pic img {
    width: 100%;
    border-radius: 20px;
    transition: all .5s;
}

.realization-two .list .item .text {
    direction: ltr;
    line-height: 2;
    font-size: .18rem;
    color: #666666;
    padding-left: 1rem;
    width: 50%;
}

.realization-two .list .item .text .tit {
    margin-bottom: .2rem;
    font-size: .3rem;
    color: #333333;
}

.realization-two .list .item .text .des {
    position: relative;
    z-index: 2;
}

.realization-two .list .item .text::after {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    content: '';
    display: block;
    width: 50vw;
    background: #f8f8f8;
}

.realization-two .list .item:nth-child(2n) {
    direction: rtl;
}

.realization-two .list .item:nth-child(2n) .text {
    padding-right: 1rem;
    padding-left: 0;
}

.realization-two .list .item:nth-child(2n) .text::after {
    left: auto;
    right: 50%;
}

.realization-two .list .item:last-child {
    margin-bottom: 0;
}

.realization-two .list .item:hover .pic img {
    transform: scale(1.1);
}

.realization-three {
    margin-top: 1.2rem;
}

.realization-three .list {
    margin-top: .75rem;
}

.realization-three .list .item {
    width: 49.666666%;
    position: relative;
}

.realization-three .list .item .text {
    line-height: 2;
    font-size: .18rem;
    color: #fff;
    padding: .4rem .6rem;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

.realization-three .list .item .text .tit {
    margin-bottom: .1rem;
    font-size: .3rem;
}

.realization-three .list .item .text .wz {
    min-height: 8em;
}

.realization-three .list .item::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(33, 76, 156, .8), rgba(255, 255, 255, 0));
}

.realization-three .list .item .pic {
    overflow: hidden;
}

.realization-three .list .item .pic img {
    transition: all .5s;
}

.realization-three .list .item:hover .pic img {
    transform: scale(1.1);
}

@media(max-width:640px) {
    .realization-box .title .tit-cn {
        font-size: .32rem;
    }

    .realization-one .realization-list .text-box {
        margin-bottom: 0;
        transform: translateY(0);
    }

    .realization-one .realization-list li {
        margin-top: .3rem;
        width: 100%;
    }

    .realization-one .realization-list li .txt {
        font-size: .24rem;
    }

    .realization-one .realization-list li .tit {
        font-size: .36rem;
    }

    .realization-one .realization-list li .pot span {
        font-size: .18rem;
    }

    .realization-two {
        margin-top: .4rem;
    }

    .realization-two .list .item .pic {
        width: 100%;
    }

    .realization-two .list .item:nth-child(2n) .text,
    .realization-two .list .item .text {
        font-size: .24rem;
        background: #f8f8f8;
        width: 100%;
        padding: .3rem;
    }

    .realization-two .list .item .text::after {
        display: none;
    }

    .realization-two .list .item .text .tit {
        font-size: .3rem;
    }

    .realization-three .list .item {
        width: 100%;
        margin-bottom: .3rem;
    }

    .realization-three .list .item .text {
        padding: .4rem;
    }

    .realization-three .list .item .text .wz {
        font-size: .24rem;
        min-height: auto;
    }

    .realization-three .list .item .text .tit {
        font-size: .3rem;
    }
}



/* 新闻中心 */
.news-box {
    padding: 1.2rem 0;
}

.news-box .item {
    margin-bottom: .6rem;
    padding-right: .6rem;
    background: #f4f6fa;
    transition: all .5s;
    border-radius: 15px;
}

.news-box .item .pic {
    width: 24.666%;
    overflow: hidden;
}

.news-box .item .pic img {
    transition: all .5s;
    width: 100%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.news-box .item .text {
    padding-left: .6rem;
    line-height: 2;
    width: 75.33333%;
}

.news-box .item .text .txt {
    width: calc(90% - 2rem);
}

.news-box .item .text .tit {
    line-height: 1.5;
    margin-bottom: .1rem;
    font-size: .24rem;
    color: #333333;
}

.news-box .item .tiem {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    font-size: .2rem;
    color: #999999;
    width: 2rem;
    text-align: right;
}

.news-box .item .tiem .riqi {
    margin-bottom: .1rem;
    width: 100%;
    text-align: right;
}

.news-box .item .tiem .but {
    width: .5rem;
    height: .5rem;
    background: url(../images/arrow5.png) no-repeat center;
    border-radius: 100%;
    overflow: hidden;
    border: solid 1px #27519f;
    background-size: .2rem;
}

.news-box .item:hover {
    background: #f2faf5;
}

.news-box .item:hover .tiem .but {
    border-color: #009944;
    background: #009944 url(../images/arrow6.png) no-repeat center;
    background-size: .2rem;
}

.news-box .item:hover .pic img {
    transform: scale(1.1);
}

@media(max-width:640px) {
    .news-box .item {
        padding-right: 0;
    }

    .news-box .item .pic {
        width: 100%;
    }

    .news-box .item .text {
        padding: .3rem;
        width: 100%;
    }

    .news-box .item .text .txt {
        width: calc(100% - 1.2rem);
    }

    .news-box .item .text .tit {
        font-size: .3rem;
    }

    .news-box .item .tiem {
        width: 1rem;
    }
}

/* 新闻详情 */
.news-info {
    padding: 1.2rem 0;
}

.news-info .title-box {
    padding-bottom: .4rem;
    border-bottom: solid 1px #f2f2f2;
}

.news-info .title-box .title {
    text-align: center;
    font-size: .3rem;
    color: #333333;
}

.news-info .title-box .tiem {
    text-align: center;
    font-size: .18rem;
    color: #999999;
}

.news-info .info-con {
    font-size: .18rem;
    color: #666666;
    line-height: 2;
}

.news-info .info-con p {
    margin: 0;
}

.news-info .turn-box {
    margin-top: .8rem;
    line-height: 2;
    font-size: .18rem;
    color: #666666;
}

.news-info .turn-box a {
    color: #666666;
}

.news-info .turn-box .back a {
    color: #214c9c;
    padding: .05rem .3rem;
    display: inline-block;
    vertical-align: middle;
    font-size: .16rem;
    border: solid 1px #214c9c;
    border-radius: 50px;
}

.news-info .turn-box a:hover {
    color: #214c9c;
}

@media(max-width:640px) {
    .news-info .title-box {
        line-height: 2;
    }

    .news-info .title-box .tiem {
        font-size: .24rem;
    }

    .news-info .info-con {
        font-size: .24rem;
    }

    .news-info .turn-box {
        font-size: .24rem;
    }

    .news-info .turn-box .back {
        margin-top: .3rem;
    }

    .news-info .turn-box .back a {
        font-size: .22rem;
    }
}

/* 分页 */
.Page002274 {
    text-align: center;
    padding: 1% 0;
    color: #666666;
}

.Page002274 .Pages * {
    vertical-align: middle;
}

.Page002274 .Pages .p_cur,
.Page002274 .Pages .p_count,
.Page002274 .Pages .p_total {
    display: none;
}

.Page002274 .Pages a {
    display: inline-block;
    padding: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #666666;
    margin: 0 5px;
    border-radius: 100%;
    overflow: hidden;
    text-align: center;
}

.Page002274 .Pages a:hover,
.Page002274 .Pages a.a_cur {
    color: #fff;
    background-color: #009944;
}
.Page002274 .Pages .a_first{display: none;}
.Page002274 .Pages .a_end{display: none;}
.Page002274 .Pages .p_jump{display: none;}
.Page002274 .Pages em {
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
}

.Page002274 .Pages .i_text {
    width: 47px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #ceced5;
}

.Page002274 .Pages .i_button {
    cursor: pointer;
    background: none;
    width: 47px;
    height: 36px;
    border: 1px solid #ceced5;
}

.Page002274 .Pages .p_jump b {
    font-weight: normal;
    margin: 0 5px;
}

.Page002274 .Pages .a_prev,
.Page002274 .Pages .a_next {
    background: url(../images/arrow7.png) no-repeat center;
    border: solid 1px #e7e7e7;
    font-size: 0;
}

.Page002274 .Pages .a_next {
    transform: rotate(-180deg);
}

.Page002274 .Pages .a_prev:hover {
    background: #009944 url(../images/arrow8.png) no-repeat center;
}

.Page002274 .Pages .a_next:hover {
    background: #009944 url(../images/arrow8.png) no-repeat center;
}

@media(max-width:1000px) {
    .Page002274 .Pages em {
        display: none;
    }
}

@media(max-width:640px) {

    .Page002274 .Pages a.a_first,
    .Page002274 .Pages a.a_end {
        display: none;
    }

    .Page002274 .Pages a {
        padding: 0 10px;
    }
}


/* 人才发展-招聘需求 */
.development-box {
    padding: 1.2rem 0;
    /* background-image: url('../images/development-box.jpg'); */
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
}

.development-box .title {
    text-align: center;
}

.development-box .title .tit-cn {
    font-size: .48rem;
    color: #333333;
}

.development-box .title .tit-en {
    text-transform: uppercase;
    color: #666666;
}

.development-box .introd {
    margin: .5rem 0;
    line-height: 2;
    font-size: .18rem;
}

.development-box .introd p {
    margin: 0;
}

.development-box .list-box .devel-menu {
    background: #214c9c;
    color: #fff;
    padding: .23rem .7rem;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.development-box .list-box .name {
    width: 25%;
}

.development-box .list-box .numb {
    width: 21%;
}

.development-box .list-box .trea {
    width: 21%;
}

.development-box .list-box .educ {
    width: 21%;
}

.development-box .list-box .publ {
    width: 11%;
}

.development-box .list-box li {
    margin-bottom: .15rem;
}

.development-box .list-box li .tit {
    cursor: pointer;
    padding: .23rem .7rem;
    background: #f6f6f6;
}

.development-box .list-box li .tit.active {
    background: #fff;
}

.development-box .list-box li .con-box {
    display: none;
    font-size: .16rem;
    line-height: 2;
    background: #f6f6f6;
    padding: .35rem .7rem .7rem;
}

.development-box .list-box li .con-box p {
    margin: 0;
}

.development-box .list-box li .con-box span {
    padding-right: 1em;
}

.development-box .list-box li .con-box strong {
    display: block;
    margin-bottom: .1rem;
}

.development-box .list-box li .but a {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    background: #009944;
    padding: .08rem .4rem;
    border-radius: 50px;
    overflow: hidden;
}

.devel-des {
    margin-top: .8rem;
}

.devel-des .tit {
    position: relative;
    display: flex;
    align-items: end;
}

.devel-des .tit .name {
    display: flex;
    align-items: end;
    position: relative;
    z-index: 2;
    background: #fff;
    font-size: .3rem;
    color: #333333;
}

.devel-des .tit .name::after {
    margin-left: .3rem;
    display: block;
    margin-bottom: .06rem;
    content: '';
    width: .3rem;
    height: .1rem;
    background: url(../images/devel-line.png) no-repeat center;
    background-size: contain;
}

.devel-des .tit::before {
    position: absolute;
    bottom: .1rem;
    content: '';
    display: block;
    width: 100%;
    height: .03rem;
    background: #f6f6f6;
}

.devel-des .devel-con {
    margin-top: .4rem;
    line-height: 2;
}

.devel-des .devel-con p {
    margin: 0;
}

.devel-des .devel-code .code-img {
    margin-right: .2rem;
    border: solid 8px #f6f6f6;
}

.devel-des .devel-code .code-img img {
    max-width: 1.59rem;
}

.devel-des .devel-code .code-img:last-child {
    margin-right: 0;
}

@media(max-width:640px) {
    .development-box .list-box .devel-menu {
        padding: .2rem;
    }

    .development-box .list-box .item {
        width: auto;
    }

    .development-box .list-box li .tit {
        padding: .2rem;
    }

    .development-box .list-box li .con-box {
        font-size: .24rem;
        padding: .35rem .2rem;
    }

    .development-box .introd {
        font-size: .24rem;
    }
}


/* 联系我们-联系方式 */
.Contact-box {
    padding: 1.2rem 0;
}

.Contact-box .title {
    text-align: center;
}

.Contact-box .title .tit-cn {
    font-size: .48rem;
    color: #333333;
}

.Contact-box .title .tit-en {
    text-transform: uppercase;
    color: #666666;
}

.Contact-con {
    margin-top: .8rem;
    direction: rtl;
}

.Contact-con .pic {
    width: 61.112%;
}
.Contact-con .pic img{
    border-radius: 20px;
}

.Contact-con .text {
    width: 38%;
    direction: ltr;
}

.Contact-con .text dd {
    font-size: .18rem;
    margin-bottom: .35rem;
}

.Contact-con .text dd .icon {
    background: #f2f2f2;
    width: .6rem;
    height: .6rem;
    border-radius: 100%;
    overflow: hidden;
}

.Contact-con .text dd .txt {
    width: calc(100% - .6rem);
    padding-left: .25rem;
}

.Contact-con .text dd .name {
    margin-bottom: .05rem;
    color: #999999;
}

.Contact-con .text dd .wz {
    color: #333333;
}

@media(max-width:640px) {
    .Contact-con .pic {
        width: 100%;
    }

    .Contact-con .text {
        padding: .3rem 0;
        width: 100%;
    }

    .Contact-con .text dd {
        font-size: .24rem;
    }

    .Contact-con .text dd .icon {
        width: .8rem;
        height: .8rem;
    }

    .Contact-con .text dd .txt {
        width: calc(100% - .8rem);
    }
}



/* 联系我们-在线留言 */
.Message-box {
    padding: 1.2rem 0;
    background: url(../images/Form003139-bg.png) no-repeat center;
    background-size: cover;
}

.Message-box .title {
    text-align: center;
}

.Message-box .title .tit-cn {
    font-size: .48rem;
    color: #333333;
}

.Message-box .title .tit-en {
    text-transform: uppercase;
    color: #666666;
}

.Message-box .forem-box {
    margin-top: .5rem;
    font-size: .16rem;
    padding: .8rem;
    background: #fff;
}

.Message-box .forem-box .item {
    line-height: 2;
    margin-bottom: 2%;
    border: solid 1px #e6e6e7;
    padding: .2rem .3rem;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
}

.Message-box .forem-box .item input {
    line-height: 1.5;
    padding: 0;
    margin: 0;
    width: 100%;
    border: none;
    outline: none;
}

.Message-box .forem-box .widt30 {
    width: 32%;
}

.Message-box .forem-box .widt100 {
    width: 100%;
}

.Message-box .forem-box .widt100 textarea {
    line-height: 1.5;
    min-height: 8em;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    width: 100%;
}

.Message-box .forem-box .but {
    margin-top: .3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
}

.Message-box .forem-box .but .aniu {
    cursor: pointer;
    color: #fff;
    padding: .1rem .5rem;
    background: #009944;
    border-radius: 50px;
}

.Message-box .forem-box .icon {
    margin-right: .1rem;
    width: .2rem;
    height: .2rem;
    background-position: center;
    background-repeat: no-repeat;
}

.Message-box .forem-box .icon1 {
    background-image: url(../images/forem-icon1.png);
}

.Message-box .forem-box .icon2 {
    background-image: url(../images/forem-icon2.png);
}

.Message-box .forem-box .icon3 {
    background-image: url(../images/forem-icon3.png);
}

.Message-box .forem-box .icon4 {
    background-image: url(../images/forem-icon4.png);
}

@media(max-width:640px) {
    .Message-box .forem-box {
        font-size: .24rem;
        padding: .3rem;
    }

    .Message-box .forem-box .widt30 {
        width: 100%;
    }

    .Message-box .forem-box .icon {
        width: .35rem;
        height: .35rem;
    }
}




/* 解决方案-结构系统集成 */
.structural-box {}

.structural-one {
    padding: 1.2rem 0;
    overflow: hidden;
}

.structural-one .title {
    text-align: center;
}

.structural-one .title .tit-cn {
    font-size: .48rem;
    color: #333333;
}

.structural-one .title .tit-en {
    text-transform: uppercase;
    color: #666666;
    letter-spacing: 2px;
}

.structural-one .list {
    margin-top: .5rem;
}

.structural-one .list .item {
    line-height: 1.5;
    color: #333333;
    padding: .25rem .3rem;
    width: 24%;
    margin-right: 1.333%;
    border: solid 1px #ebebeb;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.structural-one .list .item .txt {
    position: relative;
    z-index: 3;
}

.structural-one .list .item .back {
    opacity: 0;
    transition: all .5s;
}

.structural-one .list .item .back figure {
    background-size: cover;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: .15;
}

.structural-one .list .item .back::after {
    background: #214c9c;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
}

.structural-one .list .item .suz {
    margin-bottom: .1rem;
    color: #214c9c;
}

.structural-one .list .item .tit {
    min-height: 3em;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin-bottom: .1rem;
    font-size: .24rem;
    color: #333333;
    transition: all .5s;
}

.structural-one .list .item .tit span {
    display: block;
    margin-right: .35em;
}

.structural-one .list .item .tit span:last-child {
    margin-right: 0;
}

.structural-one .list .item .des {
    line-height: 1.8;
}

.structural-one .list .item:nth-child(4n) {
    margin-right: 0;
}

.structural-one .list .item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    color: #fff;
}

.structural-one .list .item:hover .tit {
    color: #fff;
}

.structural-one .list .item:hover .suz {
    color: #009944;
}

.structural-one .list .item:hover .back {
    opacity: 1;
}

.structural-two {
    padding: 1.2rem 0;
    /* background: url(../images/structural-back.jpg) no-repeat center; */
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
    overflow: hidden;
}

.structural-two .text {
    width: 40%;
    padding-top: .2rem;
    font-size: .16rem;
}

.structural-two .tit-cn {
    font-weight: bold;
    font-size: .48rem;
    color: #333333;
}

.structural-two .tit-en {
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #666666;
}

.structural-two .des {
    margin-top: .35rem;
    color: #333333;
}

.structural-two .des li {
    line-height: 2;
    position: relative;
    padding-left: .2rem;
}

.structural-two .des li::before {
    position: absolute;
    top: .14rem;
    left: 0;
    content: '';
    display: block;
    width: .06rem;
    height: .03rem;
    background: #009944;
}

.structural-two .pic {
    width: 51.5%;
    text-align: right;
}

.structural-three {
    padding: 1.2rem 0;
    overflow: hidden;
}

.structural-three .title {
    text-align: center;
}

.structural-three .title .tit-cn {
    font-size: .48rem;
    color: #333333;
}

.structural-three .title .tit-en {
    text-transform: uppercase;
    color: #666666;
    letter-spacing: 2px;
}

.structural-three .list {
    margin-top: .5rem;
}

.structural-three .list .item {
    background: #f7f7f7;
    width: 23.959%;
    margin-right: 1.38%;
    border-radius: 8px;
    overflow: hidden;
    transition: all .5s;
}

.structural-three .list .item .pic {
    overflow: hidden;
}

.structural-three .list .item .pic img {
    width: 100%;
    transition: all .5s;
}

.structural-three .list .item .text {
    line-height: 1.8;
    font-size: .16rem;
    color: #333333;
    padding: .25rem .28rem;
}

.structural-three .list .item .text .tit {
    color: #214c9c;
    font-size: .24rem;
    margin-bottom: .1rem;
}

.structural-three .list .item:nth-child(4n) {
    margin-right: 0;
}

.structural-three .list .item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.structural-three .list .item:hover .pic img {
    transform: scale(1.1);
}

.structural-four {
    padding: 1.2rem 0;
    overflow: hidden;
}

.structural-four .title {
    text-align: center;
}

.structural-four .title .tit-cn {
    font-size: .48rem;
    color: #333333;
}

.structural-four .title .tit-en {
    text-transform: uppercase;
    color: #666666;
    letter-spacing: 2px;
}

.structural-four .list {
    margin-top: 1rem;
}

.structural-four .list .item {
    width: 22.5%;
    text-align: center;
    margin-right: 3.333%;
}

.structural-four .list .item .pic {
    display: flex;
    justify-content: center;
    align-items: center;
}

.structural-four .list .item .pic::after {
    content: '';
    display: block;
    width: 2.22rem;
    height: 2.25rem;
    position: absolute;
    background-image: url(../images/structural-back2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    animation: spin 6s linear infinite;
    -webkit-animation: spin 6s linear infinite;
}

.structural-four .list .item .pic .icon {
    width: 1.68rem;
    height: 1.68rem;
    border-radius: 100%;
    overflow: hidden;
}

.structural-four .list .item .pic img {
    transition: all .5s;
}

.structural-four .list .item .tit {
    margin: .7rem 0 .1rem;
    font-size: .22rem;
    color: #214c9c;
}

.structural-four .list .item .des {
    color: #333333;
}

.structural-four .list .item:nth-child(2n) .pic::after {
    background-image: url(../images/structural-back3.png);
}

.structural-four .list .item:nth-child(4n) {
    margin-right: 0;
}

.structural-four .list .item:hover .pic img {
    transform: scale(1.1);
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@media(max-width:640px) {
    .structural-one {
        padding: 1rem 0;
    }

    .structural-one .list .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 3%;
        box-shadow: 0 0 15px rgba(0, 0, 0, .2);
        color: #fff;
    }

    .structural-one .list .item .tit {
        min-height: 0;
        color: #fff;
    }

    .structural-one .list .item .suz {
        color: #009944;
    }

    .structural-one .list .item .back {
        opacity: 1;
    }

    .structural-one .list .item:last-child {
        margin-bottom: 0;
    }

    .structural-two {
        padding: 1rem 0;
    }

    .structural-two .text {
        font-size: .24rem;
        margin-bottom: .35rem;
        padding-top: 0;
        width: 100%;
    }

    .structural-two .des {
        font-size: .24rem;
    }

    .structural-two .pic {
        width: 100%;
    }

    .structural-three .list .item {
        width: 100%;
        margin-bottom: 5%;
    }

    .structural-three .list .item .text {
        font-size: .24rem;
        padding: .3rem;
    }

    .structural-three .list .item .text .tit {
        font-size: .36rem;
    }

    .structural-four .list .item {
        width: 48%;
        margin-bottom: .6rem;
    }

    .structural-four .list .item .tit {
        margin: .4rem 0 .1rem;
    }

    .structural-four .list .item .pic::after {
        width: 2rem;
        height: 2rem;
    }

    .structural-four .list .item:nth-child(2n) {
        margin-right: 0;
    }
}

/* 解决方案-芯片半导体控制系统集成 */
.integration-box {}

.integration-one {
    padding: 1rem 0 .8rem;
}

.integration-one .title .tit-cn {
    line-height: 1.3;
    font-weight: bold;
    font-size: .48rem;
}

.integration-one .title .tit-en {
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.integration-one .introd {
    line-height: 1.8;
    width: 43%;
    text-align: right;
    color: #333333;
}

.integration-line {
    width: 100%;
    background: #f6f6f6;
    height: .2rem;
    position: relative;
}

.integration-line::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: .15rem solid transparent;
    border-right: .15rem solid transparent;
    border-top: .15rem solid #f6f6f6;
    position: absolute;
    left: 50%;
    margin-left: -.15rem;
    bottom: -.15rem;
}

.integration-two {
    padding: 1.2rem 0;
}

.integration-two .item {
    margin-bottom: .8rem;
}

.integration-two .item .pic {
    width: 50%;
    overflow: hidden;
    border-radius: 20px;
    overflow: hidden;
}

.integration-two .item .pic img {
    width: 100%;
    transition: all .5s;
}

.integration-two .item .introd {
    line-height: 1.8;
    direction: ltr;
    width: 43%;
}

.integration-two .item .introd .tit {
    font-weight: bold;
    margin-bottom: .2rem;
    line-height: 1.3;
    display: flex;
    align-items: center;
    font-size: .3rem;
    color: #214c9c;
}

.integration-two .item .introd .tit em {
    margin-right: .15rem;
    padding-bottom: .03rem;
    font-size: .16rem;
    border-bottom: solid 2px #214c9c;
    font-style: normal;
}

.integration-two .item .introd .des {
    font-size: .18rem;
}

.integration-two .item:nth-child(2n) {
    direction: rtl;
}

.integration-two .item:last-child {
    margin-bottom: 0;
}

.integration-two .item:hover .pic img {
    transform: scale(1.1);
}

@media(max-width:640px) {
    .integration-one .introd {
        margin-top: .1rem;
        width: 100%;
        text-align: left;
    }

    .integration-two .item {
        margin-bottom: .5rem;
    }

    .integration-two .item .pic {
        width: 100%;
        border-radius: 10px;
        overflow: hidden;
    }

    .integration-two .item .introd {
        margin-top: .2rem;
        width: 100%;
    }

    .integration-two .item .introd .tit {
        font-size: .36rem;
    }

    .integration-two .item .introd .tit em {
        font-size: .24rem;
    }

    .integration-two .item .introd .des {
        font-size: .24rem;
    }
}



/* 解决方案-定制产品支持 */
.custom-one {
    padding: 1.2rem 0;
    overflow: hidden;
}

.custom-one .title {
    text-align: center;
}

.custom-one .title .tit-cn {
    font-size: .48rem;
    font-weight: bold;
    color: #333333;
}

.custom-one .title .tit-en {
    text-transform: uppercase;
    color: #666666;
    letter-spacing: 2px;
}

.custom-one .introd {
    line-height: 1.8;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.custom-one .introd .wz {
    margin-top: .4rem;
    max-width: 7.8rem;
}

.custom-one .introd .oia {
    margin-top: .1rem;
    font-size: .18rem;
    color: #1e56bf;
    width: 100%;
}

.custom-one .pic-tu {
    display: flex;
    justify-content: center;
}

.custom-two {
    color: #fff;
    padding: 1.2rem 0;
    /* background: url(../images/custom-back1.jpg) no-repeat bottom center; */
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

.custom-two .title {
    text-align: center;
}

.custom-two .title .tit-cn {
    font-size: .48rem;
    font-weight: bold;
}

.custom-two .title .tit-en {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.custom-two .list {
    margin-top: .55rem;
}

.custom-two .list .item {
    position: relative;
    text-align: center;
    margin-bottom: .9%;
}

.custom-two .list .item .pic {
    overflow: hidden;
}

.custom-two .list .item .pic::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 1));
    border-radius: 15px;
}

.custom-two .list .item .pic figure {
    padding-bottom: 2.23rem;
    transition: all .5s;
    background-size: cover;
}

.custom-two .list .item:nth-child(1),
.custom-two .list .item:nth-child(2),
.custom-two .list .item:nth-child(3),
.custom-two .list .item:nth-child(4) {
    width: 24.306%;
    margin-right: .9%;
}

.custom-two .list .item:nth-child(5),
.custom-two .list .item:nth-child(6) {
    width: 49.514%;
    margin-right: .9%;
}

.custom-two .list .item:nth-child(4) {
    margin-right: 0;
}

.custom-two .list .item:nth-child(6) {
    margin-right: 0;
}

.custom-two .list .item .txt {
    font-size: .18rem;
    position: absolute;
    bottom: .2rem;
    left: 0;
    width: 100%;
}

.custom-two .custom-des {
    padding: .15rem 0;
    font-size: .18rem;
    background: #165354;
    color: #fff;
    text-align: center;
}

.custom-two .list .item:hover .pic figure {
    transform: scale(1.1);
}

.custom-three {
    padding: 1rem 0;
    overflow: hidden;
}

.custom-three .title {
    text-align: center;
}

.custom-three .title .tit-cn {
    font-size: .48rem;
    font-weight: bold;
}

.custom-three .title .tit-en {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.custom-three .introd {
    font-size: .18rem;
    color: #333333;
    line-height: 2;
    margin: .4rem 0;
    text-align: center;
}

.custom-three .list .item {
    margin: .15rem 0;
    text-align: center;
    width: 19.445%;
    margin-right: .6666%;
}

.custom-three .list .item:nth-child(5n) {
    margin-right: 0;
}

.custom-three .list .item .pic {
    overflow: hidden;
    border-radius: 10px;
    overflow: hidden;
}

.custom-three .list .item .pic figure {
    padding-bottom: 2.1rem;
    transition: all .5s;
    background-size: cover;
}

.custom-three .list .item .wz {
    margin: .15rem 0;
}

.custom-three .list .item:hover .pic figure {
    transform: scale(1.1);
}

.custom-four {
    padding: 1.2rem 0;
    /* background: url(../images/custom-back2.jpg) no-repeat center; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.custom-four .text {
    width: 47%;
    padding-top: .2rem;
    font-size: .16rem;
}

.custom-four .tit-cn {
    font-weight: bold;
    font-size: .48rem;
    color: #333333;
}

.custom-four .tit-en {
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #666666;
}

.custom-four .des {
    margin-top: .35rem;
    color: #333333;
}

.custom-four .des li {
    line-height: 2;
    position: relative;
    padding-left: .2rem;
}

.custom-four .des li::before {
    position: absolute;
    top: .14rem;
    left: 0;
    content: '';
    display: block;
    width: .06rem;
    height: .03rem;
    background: #009944;
}

.custom-four .pic {
    width: 48.5%;
    text-align: right;
}

.custom-five {
    padding: 1rem 0;
    overflow: hidden;
}

.custom-five .title {
    text-align: center;
}

.custom-five .title .tit-cn {
    font-size: .48rem;
    font-weight: bold;
}

.custom-five .title .tit-en {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.custom-five .custom-round {
    margin-top: .85rem;
}

.custom-five .round-con {
    position: relative;
}

.custom-five .round-con .list {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.custom-five .round-con .itme {
    font-size: .16rem;
    position: absolute;
    text-align: center;
}

.custom-five .round-con .itme .icon {
    width: .64rem;
    height: .64rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.custom-five .round-con .pc-img {
    display: block;
}

.custom-five .round-con .web-img {
    display: none;
}

.custom-five .round-con .itme:nth-child(1) {
    color: #fff;
    top: 24.5%;
    left: 50.7%;
    transform: translateX(-50%);
}

.custom-five .round-con .itme:nth-child(1) .icon {
    background: rgba(255, 255, 255, .1);
    margin-bottom: .1rem;
}

.custom-five .round-con .itme:nth-child(2) .icon {
    background: rgba(255, 255, 255, .1);
    margin-bottom: .1rem;
}

.custom-five .round-con .itme:nth-child(2) {
    color: #fff;
    top: 48%;
    right: 29.2%;
    transform: translateY(-50%);
}

.custom-five .round-con .itme:nth-child(3) {
    color: #fff;
    bottom: 28.3%;
    left: 50.7%;
    transform: translateX(-50%);
}

.custom-five .round-con .itme:nth-child(3) .icon {
    background: rgba(255, 255, 255, .1);
    margin-bottom: .1rem;
}

.custom-five .round-con .itme:nth-child(4) {
    color: #fff;
    top: 48%;
    left: 30.9%;
    transform: translateY(-50%);
}

.custom-five .round-con .itme:nth-child(4) .icon {
    background: rgba(255, 255, 255, .1);
    margin-bottom: .1rem;
}

.custom-five .round-con .itme:nth-child(5) {
    color: #214c9c;
    top: 10.2%;
    left: 50.5%;
    transform: translateX(-50%);
}

.custom-five .round-con .itme:nth-child(6) {
    color: #214c9c;
    top: 20%;
    right: 25.6%;
}

.custom-five .round-con .itme:nth-child(7) {
    color: #214c9c;
    top: 48%;
    right: 16.9%;
    transform: translateY(-50%);
}

.custom-five .round-con .itme:nth-child(8) {
    color: #214c9c;
    bottom: 26%;
    right: 25.6%;
}

.custom-five .round-con .itme:nth-child(9) {
    color: #214c9c;
    bottom: 16.2%;
    left: 50.4%;
    transform: translateX(-50%);
}

.custom-five .round-con .itme:nth-child(10) {
    color: #214c9c;
    bottom: 26.3%;
    left: 26.8%;
}

.custom-five .round-con .itme:nth-child(11) {
    color: #214c9c;
    top: 48%;
    left: 18.3%;
    transform: translateY(-50%);
}

.custom-five .round-con .itme:nth-child(12) {
    color: #214c9c;
    top: 20%;
    left: 26.7%;
}

.custom-five .round-con .itme:nth-child(13) {
    display: flex;
    align-items: center;
    top: .3%;
    right: 31%;
}

.custom-five .round-con .itme:nth-child(13) .pot {
    margin-right: .1rem;
    width: .34rem;
    height: .34rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(33, 76, 156, .1);
    border-radius: 100%;
    overflow: hidden;
}

.custom-five .round-con .itme:nth-child(13) .pot span {
    width: .1rem;
    height: .1rem;
    background: #214c9c;
    border-radius: 100%;
    overflow: hidden;
}

.custom-five .round-con .itme:nth-child(14) {
    display: flex;
    align-items: center;
    top: 16.1%;
    right: 9.5%;
}

.custom-five .round-con .itme:nth-child(14) .pot {
    margin-right: .1rem;
    width: .34rem;
    height: .34rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(33, 76, 156, .1);
    border-radius: 100%;
    overflow: hidden;
}

.custom-five .round-con .itme:nth-child(14) .pot span {
    width: .1rem;
    height: .1rem;
    background: #214c9c;
    border-radius: 100%;
    overflow: hidden;
}

.custom-five .round-con .itme:nth-child(15) {
    display: flex;
    align-items: center;
    top: 37%;
    right: .4%;
}

.custom-five .round-con .itme:nth-child(15) .pot {
    margin-right: .1rem;
    width: .34rem;
    height: .34rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(33, 76, 156, .1);
    border-radius: 100%;
    overflow: hidden;
}

.custom-five .round-con .itme:nth-child(15) .pot span {
    width: .1rem;
    height: .1rem;
    background: #214c9c;
    border-radius: 100%;
    overflow: hidden;
}

.custom-five .round-con .itme:nth-child(16) {
    display: flex;
    align-items: center;
    top: 62%;
    right: .7%;
}

.custom-five .round-con .itme:nth-child(16) .pot {
    margin-right: .1rem;
    width: .34rem;
    height: .34rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(33, 76, 156, .1);
    border-radius: 100%;
    overflow: hidden;
}

.custom-five .round-con .itme:nth-child(16) .pot span {
    width: .1rem;
    height: .1rem;
    background: #214c9c;
    border-radius: 100%;
    overflow: hidden;
}

.custom-five .round-con .itme:nth-child(17) {
    display: flex;
    align-items: center;
    bottom: 17%;
    right: 11%;
}

.custom-five .round-con .itme:nth-child(17) .pot {
    margin-right: .1rem;
    width: .34rem;
    height: .34rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(33, 76, 156, .1);
    border-radius: 100%;
    overflow: hidden;
}

.custom-five .round-con .itme:nth-child(17) .pot span {
    width: .1rem;
    height: .1rem;
    background: #214c9c;
    border-radius: 100%;
    overflow: hidden;
}

.custom-five .round-con .itme:nth-child(18) {
    display: flex;
    align-items: center;
    bottom: 5%;
    right: 28%;
}

.custom-five .round-con .itme:nth-child(18) .pot {
    margin-right: .1rem;
    width: .34rem;
    height: .34rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(33, 76, 156, .1);
    border-radius: 100%;
    overflow: hidden;
}

.custom-five .round-con .itme:nth-child(18) .pot span {
    width: .1rem;
    height: .1rem;
    background: #214c9c;
    border-radius: 100%;
    overflow: hidden;
}

.custom-five .round-con .itme:nth-child(19) {
    bottom: 0;
    left: 47.8%;
}

.custom-five .round-con .itme:nth-child(19) .pot {
    margin: 0 auto .05rem;
    width: .34rem;
    height: .34rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(33, 76, 156, .1);
    border-radius: 100%;
    overflow: hidden;
}

.custom-five .round-con .itme:nth-child(19) .pot span {
    width: .1rem;
    height: .1rem;
    background: #214c9c;
    border-radius: 100%;
    overflow: hidden;
}

.custom-five .round-con .itme:nth-child(20) {
    display: flex;
    align-items: center;
    direction: rtl;
    bottom: 4.8%;
    left: 31.3%;
}

.custom-five .round-con .itme:nth-child(20) .pot {
    margin-left: .1rem;
    width: .34rem;
    height: .34rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(33, 76, 156, .1);
    border-radius: 100%;
    overflow: hidden;
}

.custom-five .round-con .itme:nth-child(20) .pot span {
    width: .1rem;
    height: .1rem;
    background: #214c9c;
    border-radius: 100%;
    overflow: hidden;
}

.custom-five .round-con .itme:nth-child(21) {
    display: flex;
    align-items: center;
    direction: rtl;
    bottom: 17%;
    left: 14.1%;
}

.custom-five .round-con .itme:nth-child(21) .pot {
    margin-left: .1rem;
    width: .34rem;
    height: .34rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(33, 76, 156, .1);
    border-radius: 100%;
    overflow: hidden;
}

.custom-five .round-con .itme:nth-child(21) .pot span {
    width: .1rem;
    height: .1rem;
    background: #214c9c;
    border-radius: 100%;
    overflow: hidden;
}

.custom-five .round-con .itme:nth-child(22) {
    display: flex;
    align-items: center;
    direction: rtl;
    bottom: 34.5%;
    left: 2.7%;
}

.custom-five .round-con .itme:nth-child(22) .pot {
    margin-left: .1rem;
    width: .34rem;
    height: .34rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(33, 76, 156, .1);
    border-radius: 100%;
    overflow: hidden;
}

.custom-five .round-con .itme:nth-child(22) .pot span {
    width: .1rem;
    height: .1rem;
    background: #214c9c;
    border-radius: 100%;
    overflow: hidden;
}

.custom-five .round-con .itme:nth-child(23) {
    display: flex;
    align-items: center;
    direction: rtl;
    top: 36.9%;
    left: .7%;
}

.custom-five .round-con .itme:nth-child(23) .pot {
    margin-left: .1rem;
    width: .34rem;
    height: .34rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(33, 76, 156, .1);
    border-radius: 100%;
    overflow: hidden;
}

.custom-five .round-con .itme:nth-child(23) .pot span {
    width: .1rem;
    height: .1rem;
    background: #214c9c;
    border-radius: 100%;
    overflow: hidden;
}

.custom-five .round-con .itme:nth-child(24) {
    display: flex;
    align-items: center;
    direction: rtl;
    top: 16.1%;
    left: 11.2%;
}

.custom-five .round-con .itme:nth-child(24) .pot {
    margin-left: .1rem;
    width: .34rem;
    height: .34rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(33, 76, 156, .1);
    border-radius: 100%;
    overflow: hidden;
}

.custom-five .round-con .itme:nth-child(24) .pot span {
    width: .1rem;
    height: .1rem;
    background: #214c9c;
    border-radius: 100%;
    overflow: hidden;
}

.custom-five .round-con .itme:nth-child(25) {
    display: flex;
    align-items: center;
    direction: rtl;
    top: .2%;
    left: 32.8%;
}

.custom-five .round-con .itme:nth-child(25) .pot {
    margin-left: .1rem;
    width: .34rem;
    height: .34rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(33, 76, 156, .1);
    border-radius: 100%;
    overflow: hidden;
}

.custom-five .round-con .itme:nth-child(25) .pot span {
    width: .1rem;
    height: .1rem;
    background: #214c9c;
    border-radius: 100%;
    overflow: hidden;
}

@media(max-width:640px) {
    .custom-one {
        padding: .8rem 0;
    }

    .custom-one .introd .oia {
        font-size: .24rem;
    }

    .custom-two .list .item {
        margin-bottom: 2%;
    }

    .custom-two .list .item.wtd50 {
        width: 100%;
        margin-right: 0;
    }

    .custom-two .list .item:nth-child(1),
    .custom-two .list .item:nth-child(2),
    .custom-two .list .item:nth-child(3),
    .custom-two .list .item:nth-child(4) {
        width: 49%;
        margin-right: 2%;
    }

    .custom-two .list .item:nth-child(2n) {
        margin-right: 0;
    }

    .custom-two .list .item .txt {
        font-size: .24rem;
    }

    .custom-two .custom-des {
        padding: .3rem;
        font-size: .24rem;
    }

    .custom-three .introd {
        font-size: .24rem;
    }

    .custom-three .list .item:nth-child(5n),
    .custom-three .list .item {
        margin: .1rem 0;
        width: 49%;
        margin-right: 2%;
    }

    .custom-three .list .item:nth-child(2n) {
        margin-right: 0;
    }

    .custom-four {
        padding: 1rem 0;
    }

    .custom-four .text {
        font-size: .24rem;
        margin-bottom: .35rem;
        padding-top: 0;
        width: 100%;
    }

    .custom-four .des {
        font-size: .24rem;
    }

    .custom-four .des li::before {
        top: .8em;
    }

    .custom-four .pic {
        width: 100%;
    }

    .custom-five .round-con .list {
        display: none;
    }

    .custom-five .round-con .pc-img {
        display: none;
    }

    .custom-five .round-con .web-img {
        display: block;
    }
}



/* 解决方案-一站式采购平台 */
.Procurement-box {
    overflow: hidden;
}

.Procurement-one {
    padding: 1.1rem 0 1rem;
}

.Procurement-one .title .tit-cn {
    margin-bottom: .1rem;
    line-height: 1.3;
    font-weight: bold;
    font-size: .48rem;
}

.Procurement-one .title .tit-en {
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.Procurement-one .introd {
    line-height: 1.8;
    font-size: .18rem;
    width: 50%;
    color: #333333;
}

.Procurement-one .introd .tit {
    margin-bottom: .1rem;
    font-size: .3rem;
    color: #333333;
}

.Procurement-three {
    padding: 1.2rem 0;
}

.Procurement-three .title {
    text-align: center;
}

.Procurement-three .title .tit-cn {
    font-size: .48rem;
    font-weight: bold;
    color: #333333;
}

.Procurement-three .title .tit-en {
    text-transform: uppercase;
    color: #666666;
    letter-spacing: 2px;
}

.Procurement-three .introd {
    line-height: 1.8;
    max-width: 5.2rem;
    margin: .3rem auto;
    text-align: center;
}

.Procurement-three .list-box {
    margin-top: .7rem;
    position: relative;
}

.Procurement-three .list-box .swiper {
    width: 100%;
}

.Procurement-three .list-box .swiper-slide {
    padding-top: .3rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.Procurement-three .list-box .shell {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.Procurement-three .list-box .swiper-slide .shell {
    padding-right: .9rem;
}

.Procurement-three .list-box .swiper-slide .shell:nth-child(2n) {
    padding-left: .9rem;
    padding-right: 0;
}

.Procurement-three .list-box .item {
    cursor: pointer;
    position: relative;
    width: 1.6rem;
    height: 1.85rem;
    margin: -.35rem .15rem .1rem;
}

.Procurement-three .list-box .item::after {
    content: '';
    display: block;
    width: 125%;
    height: 121.088%;
    background: url(../images/partner-back2.png) no-repeat center;
    opacity: .1;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
}

.Procurement-three .list-box .item .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    z-index: 5;
    background-size: 96%;
}

.Procurement-three .list-box .item figure {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.6rem;
    overflow: hidden;
    transition: all .5s;
}

.Procurement-three .list-box .item:hover::after {
    opacity: .2;
}

.Procurement-three .list-box .item:hover figure {
    transform: scale(1.1);
}

.Procurement-three .swiper-pagination {
    bottom: 0;
    width: 100%;
    position: relative;
    margin-top: .5rem;
}

.Procurement-three .swiper-pagination-bullet {
    margin: 0 .1rem !important;
    width: 12px;
    height: 12px;
    outline: none;
}

.Procurement-three .swiper-pagination-bullet-active {
    background: #009944;
}

@media(max-width:640px) {
    .Procurement-one {
        padding: 1rem 0;
    }

    .Procurement-one .introd {
        margin-top: .3rem;
        font-size: .24rem;
        width: 100%;
    }

    .Procurement-three {
        padding: 1rem 0;
    }

    .Procurement-three .introd {
        max-width: 100%;
    }

    .Procurement-three .list-box .swiper {
        padding: 0;
    }

    .Procurement-three .list-box .swiper-slide .shell {
        justify-content: flex-start;
        padding-left: .4rem;
        padding-right: 0;
    }

    .Procurement-three .list-box .swiper-slide .shell:nth-child(2n) {
        justify-content: flex-end;
        padding-left: 0;
        padding-right: .4rem;
    }

    .Procurement-three .list-box .item {
        margin: -.3rem .1rem 0;
        width: 1.4rem;
        height: 1.65rem;
    }

    .Procurement-three .list-box .item figure {
        background-size: contain;
    }

    .Procurement-three .swiper-pagination {
        margin-top: .3rem;
    }
}




/* 智能服务-智造创新 */
.service-one {
    padding: 1.2rem 0 0;
    background: #fff url(../images/service-back1.png) no-repeat bottom center;
    background-size: cover;
    overflow: hidden;
}

.service-one .title {
    text-align: center;
}

.service-one .title .tit-cn {
    font-size: .48rem;
    font-weight: bold;
}

.service-one .title .tit-en {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.service-two {
    padding: 1.2rem 0;
    background: #f4f6fa;
}

.service-two .title {
    text-align: center;
}

.service-two .title .tit-cn {
    font-size: .48rem;
    font-weight: bold;
}

.service-two .title .tit-en {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.service-two .workshop-box {
    margin-top: .6rem;
    /* background: #fff; */
}

.service-two .workshop-con .wtd52 {
    width: 52.7778%;
}

.service-two .workshop-con .wtd52 img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.service-two .workshop-con .wtd46 {
    width: 46.528%;
}

.service-two .workshop-sort {
    line-height: 2;
    padding: .3rem 0;
    border-bottom: solid 1px rgba(255, 255, 255, .1);
}

.service-two .workshop-sort li {
    margin: .02rem 0;
    min-width: 7em;
    margin-right: .5em;
}

.service-two .workshop-table {
    margin-top: .7%;
    position: relative;
    font-size: .18rem;
    padding: .45rem .8rem 0;
    background: #214c9c;
    color: #fff;
}

.service-two .workshop-table::before {
    content: '';
    display: block;
    height: .45rem;
    width: 52.7778%;
    position: absolute;
    top: -10px;
    left: 0;
    background: #fff;
    border-bottom-right-radius: 10px;
}

.service-two .workshop-table a {
    padding: .25rem 0;
    color: #fff;
}

.service-two .workshop-table .wz {
    width: calc(100% - 1.5rem);
}

.service-two .workshop-table .but .anniu {
    width: 50%;
    padding-right: 4%;
    border-right: solid 1px rgba(255, 255, 255, .1);
}

.service-two .workshop-table .but .anniu:nth-child(2n) {
    padding-left: 4%;
    padding-right: 0;
    border-right: none;
}

.service-two .workshop-table .but .uio {
    min-width: 1.3rem;
    text-align: center;
    background: #009944;
    padding: .1rem;
    border-radius: 50px;
}

.service-two .workshop-table .but .uio span {
    background-image: url(../images/arrow6.png);
    background-size: .16rem;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: .3rem;
}

@media(max-width:640px) {
    .service-two .workshop-table {
        font-size: .2rem;
        padding: 0 .3rem;
    }

    .service-two .workshop-table a {
        padding: .2rem 0;
    }

    .service-two .workshop-table::before {
        display: none;
    }

    .service-two .workshop-table .but .anniu {
        padding: 0;
        width: 100%;
        border-right: none;
        border-bottom: solid 1px rgba(255, 255, 255, .1);
    }

    .service-two .workshop-table .but .anniu:nth-child(2n) {
        padding-left: 0;
    }
}


/* 智能服务-质量管理 */
.quality-two {
    padding-bottom: .7rem;
}

.quality-two .title {
    position: relative;
}

.quality-two .title .line {
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    width: 100%;
    background: #e2e3e4;
}

.quality-two .title::before,
.quality-two .title::after {
    position: absolute;
    top: 50%;
    background: #009944;
    display: block;
    content: '';
    width: .1rem;
    height: .1rem;
    border-radius: 100%;
    overflow: hidden;
    margin-top: -.05rem;
    z-index: 2;
}

.quality-two .title::before {
    right: 0;
}

.quality-two .title::after {
    left: 0;
}

.quality-two .title .tit {
    color: #fff;
    line-height: 2;
    font-size: .24rem;
    position: relative;
    z-index: 3;
}

.quality-two .title .tit span {
    padding: 0 .3rem;
    position: relative;
    z-index: 2;
}

.quality-two .title .tit::before {
    content: '';
    display: block;
    background: #009944;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: skewX(-20deg);
    border-radius: 4px;
    transition: all .5s;
    opacity: 1;
}

.quality-two .biaot {
    margin-bottom: .1rem;
    font-size: .24rem;
    color: #000000;
    margin-top: .5rem;
    text-align: center;
}

.quality-two .renz-box {
    line-height: 1.8;
    font-size: .18rem;
    color: #666666;
    margin-bottom: .5rem;
    text-align: center;
}

.quality-two .renz-box p {
    margin: 0;
}

.quality-two .list .ul::after {
    content: '';
    display: block;
    width: 100%;
    height: .77rem;
    background-image: url(../images/quality-line.png);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 3;
    background-size: cover;
}

.quality-two .list li {
    width: 12.0834%;
    margin: 0 2.5%;
    position: relative;
}

.quality-two .list li::after {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: .35rem;
    height: 100%;
}

.quality-two .list li .pic {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.quality-two .list li .pic::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/quality-back.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.quality-two .list li figure {
    display: block;
    padding-bottom: 2.25rem;
    background-size: cover;
}

.quality-three {
    padding: 1.2rem 0 0;
    /* background: #10254b url(../images/policy-back.png) no-repeat bottom center; */
    background-size: cover;
    overflow: hidden;
}

.quality-three .title {
    color: #fff;
    text-align: center;
}

.quality-three .title .tit-cn {
    font-size: .48rem;
    font-weight: bold;
}

.quality-three .title .tit-en {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.quality-three .policy-list {
    color: #fff;
    padding: 1.5rem 0 1.4rem;
    background: url(../images/policy-back3.png) no-repeat bottom center;
    background-size: cover;
}

.quality-three .policy-list .item {
    display: flex;
    align-items: flex-start;
    margin: .3rem 0;
    width: 43%;
    text-align: right;
    position: relative;
    padding-right: 1.5rem;
}

.quality-three .policy-list .item .text {
    width: 100%;
}

.quality-three .policy-list .item .text .tit {
    margin-bottom: .1rem;
    font-size: .24rem;
}

.quality-three .policy-list .item .text .des {
    line-height: 2;
    opacity: .5;
}

.quality-three .policy-list .item .des p {
    margin: 0;
}

.quality-three .policy-list .item:nth-child(2n) {
    padding-left: 1.5rem;
    padding-right: 0;
    text-align: left;
}

.quality-three .policy-list .item .pot {
    position: absolute;
    top: .1rem;
    right: 0;
    display: flex;
    align-items: center;
}

.quality-three .policy-list .item .pot::after,
.quality-three .policy-list .item .pot::before {
    content: '';
    display: none;
    width: 1.2rem;
    height: 1px;
    border-bottom: dashed 1px rgba(24, 103, 249, .3);
}

.quality-three .policy-list .item .pot::after {
    display: block;
}

.quality-three .policy-list .item .pot span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: .16rem;
    height: .16rem;
    background: rgba(24, 103, 249, .3);
    border-radius: 100%;
    overflow: hidden;
}

.quality-three .policy-list .item .pot span::after {
    content: '';
    display: block;
    width: .08rem;
    height: .08rem;
    background: #1867f9;
    border-radius: 100%;
    overflow: hidden;
}

.quality-three .policy-list .item:nth-child(2n) .pot {
    left: 0;
}

.quality-three .policy-list .item:nth-child(2n) .pot::after {
    display: none;
}

.quality-three .policy-list .item:nth-child(2n) .pot::before {
    display: block;
}

.quality-three .policy-list .item:nth-child(3),
.quality-three .policy-list .item:nth-child(4) {
    width: 40%;
}

@media(max-width:640px) {
    .quality-two .list .ul::after {
        height: 0;
        padding-bottom: 10%;
        background-size: 100% 100%;
    }

    .quality-two .list li {
        width: 18%;
        margin: 0 1%;
    }

    .quality-two .list li figure {
        padding-bottom: 1.5rem;
    }

    .quality-three .policy-list {
        background-size: contain;
    }

    .quality-three .policy-list .item:nth-child(2n),
    .quality-three .policy-list .item {
        margin: .05rem 0;
        padding-left: .8rem;
        padding-right: 0;
        width: 100%;
        text-align: left;
    }

    .quality-three .policy-list .item .pot {
        left: 0;
    }

    .quality-three .policy-list .item .pot::after {
        display: none;
    }

    .quality-three .policy-list .item .pot::before {
        width: .5rem;
        display: block;
    }

    .quality-three .policy-list .item:nth-child(3),
    .quality-three .policy-list .item:nth-child(4) {
        width: 100%;
    }
}


/* 智能服务-售后支持 */
.support-box {
    overflow: hidden;
}

.support-one {
    padding: 1rem 0;
}

.support-one .title .tit-cn {
    margin-bottom: .1rem;
    line-height: 1.3;
    font-weight: bold;
    font-size: .48rem;
}

.support-one .title .tit-en {
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.support-one .text-con {
    margin-bottom: .8rem;
}

.support-one .introd {
    line-height: 1.8;
    font-size: .18rem;
    width: 50%;
    color: #333333;
}

.support-one .introd .tit {
    margin-bottom: .1rem;
    font-size: .3rem;
    color: #333333;
}

.support-one .introd p {
    margin: 0;
}

.support-one .pic-img {
    position: relative;
}

.support-one .pic-img::after {
    content: '';
    display: block;
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 1) 160%);
}

.support-one .list {
    width: 100%;
    position: absolute;
    bottom: .35rem;
    color: #fff;
    z-index: 2;
}

.support-one .list .itwz {
    width: 33.333%;
    line-height: 1;
    border-right: solid 1px rgba(255, 255, 255, .3);
}

.support-one .list .itwz .icon {
    margin-right: .1rem;
}

.support-one .list .itwz:last-child {
    border-right: none;
}

.support-two {
    padding-bottom: .6rem;
}

.support-two .title {
    margin-bottom: .6rem;
    text-align: center;
}

.support-two .title .tit-cn {
    margin-bottom: .1rem;
    line-height: 1.3;
    font-weight: bold;
    font-size: .48rem;
}

.support-two .title .tit-en {
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.support-two .list .item {
    margin-bottom: .4rem;
    padding: .4rem .6rem;
    background: #f6f6f6;
    width: 48.61111%;
    border-radius: 15px;
}

.support-two .list .item .icon {
    width: 1rem;
}

.support-two .list .item .text {
    width: calc(100% - 1rem);
    padding-left: .35rem;
}

.support-two .list .item .text .tit {
    margin-bottom: .1rem;
    font-size: .24rem;
}

.support-two .list .item .des {
    line-height: 1.7;
    font-size: .18rem;
    color: #666666;
}

.support-two .list .item .des p {
    margin: 0;
}

.support-three {
    padding: 1.2rem 0 1rem;
    /* background-image: url(../images/support-back.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.support-three .switc-box {
    margin-bottom: .7rem;
}

.support-three .switc-box .line {
    position: relative;
    height: .06rem;
    width: 100%;
    background: #f1f1f1;
}

.support-three .switc-box .line::after {
    content: '';
    display: block;
    width: 47.222222%;
    background: #214c9c;
    position: absolute;
    height: .06rem;
}

.support-three .switc-box .item {
    padding-bottom: .7rem;
}

.support-three .switc-box .item .pic {
    width: 47.222222%;
}

.support-three .switc-box .item .pic figure {
    padding-bottom: 56.1777777%;
    background-size: cover;
}

.support-three .switc-box .item .text {
    line-height: 2;
    width: 44.445%;
}

.support-three .switc-box .item .text .des p {
    margin: 0;
}

.support-three .switc-box .tit-box {
    margin-bottom: .3rem;
}

.support-three .switc-box .tit-box .tit-cn {
    line-height: 1.3;
    font-weight: bold;
    font-size: .48rem;
}

.support-three .switc-box .tit-box .tit-en {
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.support-three .switc-introd .text {
    width: 47.222222%;
}

.support-three .switc-introd .text .itc {
    margin-bottom: .1rem;
    font-size: .24rem;
}

.support-three .switc-introd .text .des {
    line-height: 2;
}

.support-three .switc-introd .text-other {
    width: 44.445%;
}

.support-three .switc-introd .text-other .other-ol {
    width: 100%;
}

.support-three .switc-introd .other-ol li {
    padding: .2rem 0;
    width: 18%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #214c9c;
    border-radius: 10px;
}

.support-three .switc-introd .other-ol .icon {
    width: .35rem;
}

.support-three .switc-introd .other-ol .wz {
    margin-top: .05rem;
}

.support-four {
    position: relative;
    padding: 1.1rem 0 .8rem;
}

.support-four .project-back {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
}

.support-four .title {
    margin-bottom: .75rem;
    color: #fff;
    text-align: center;
}

.support-four .title .tit-cn {
    margin-bottom: .1rem;
    line-height: 1.3;
    font-weight: bold;
    font-size: .48rem;
}

.support-four .title .tit-en {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.support-four .project-des {
    padding: .2rem .5rem 0;
    background: #ffffff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.support-four .project-des .item {
    margin: .35rem 0;
}

.support-four .project-des .item .tit {
    margin-bottom: .1rem;
    position: relative;
    padding-left: .25rem;
    display: flex;
    align-items: center;
    font-size: .24rem;
    font-weight: bold;
}

.support-four .project-des .item .tit::before {
    position: absolute;
    left: 0;
    background: #009944;
    content: '';
    display: block;
    width: .05rem;
    height: .2rem;
}

.support-four .project-des .item .wz {
    color: #666666;
    padding-left: .25rem;
}

.support-four .project-des .item:last-child {
    margin-bottom: 0;
}

@media(max-width:640px) {
    .support-one .introd {
        margin-top: .2rem;
        font-size: .24rem;
        width: 100%;
    }

    .support-one .text-con {
        margin-bottom: .6rem;
    }

    .support-two .list .item {
        width: 100%;
    }

    .support-two .list .item .text .tit {
        font-size: .28rem;
    }

    .support-two .list .item .des {
        font-size: .24rem;
    }

    .support-two .list .item .icon {
        width: .8rem;
    }

    .support-three {
        padding: .8rem 0;
    }

    .support-three .switc-box .item .pic {
        width: 100%;
    }

    .support-three .switc-box .item .text {
        margin-top: .35rem;
        width: 100%;
    }

    .support-three .switc-introd .text {
        margin-bottom: .25rem;
        width: 100%;
    }

    .support-three .switc-introd .other-ol {
        width: 100%;
    }

    .support-four {
        padding: .8rem 0;
    }

    .support-four .title {
        margin-bottom: .4rem;
    }

    .support-four .project-des {
        padding: .3rem;
    }

    .support-four .project-des .item {
        margin: .2rem 0;
    }

    .support-four .project-des .item .tit {
        font-size: .3rem;
    }

    .support-four .project-back img {
        height: 3rem;
        object-fit: cover;
    }
    .support-three .switc-introd .text-other{width: 100%}
    .support-three .switc-introd .other-ol li{width: 32%;}
}

/* 智能服务-下载中心 */
.download-box {
    padding: .5rem 0 1rem 0;
}

.download-box .download-sam {
    margin-bottom: .6rem;
}

.download-box .download-sam .item {
    min-width: 1.5rem;
    text-align: center;
    font-size: .16rem;
    margin: 0 .2rem;
}

.download-box .download-sam .item a {
    padding: .1rem;
    color: #214c9c;
    display: block;
    border: solid 1px #214c9c;
    border-radius: 50px;
    transition: all .5s;
}

.download-box .download-sam .item:hover a,
.download-box .download-sam .item.active a {
    background-color: #214c9c;
    color: #fff;
}

.download-sort {
    padding: .2rem .3rem;
    background: #f8f8f8;
}

.download-sort .sort-ol {
    width: 100%;
    padding: .1rem 0;
}

.download-sort .name {
    padding: .05rem 0;
    margin-right: .2rem;
    font-size: .18rem;
}

.download-sort dl {
    width: calc(100% - 1rem);
}

.download-sort dd {
    cursor: pointer;
    margin-right: .5em;
    font-size: .16rem;
}

.download-sort dd a {
    display: block;
    color: #666666;
    background: transparent;
    padding: .05rem .25rem;
    border-radius: 50px;
    overflow: hidden;
    transition: all .5s;
}

.download-sort dd:hover a,
.download-sort dd.on a {
    color: #fff;
    background: #214c9c;
}

.download-box .list-box {
    margin-top: .35rem;
    margin-bottom: .4rem;
}

.download-box .list-box .results {
    color: #666666;
    margin: .2rem 0;
}

.download-box .list-box .results span {
    margin: 0 .05rem;
    color: #214c9c;
}

.download-box .list-box li {
    font-size: .18rem;
    margin-bottom: .15rem;
    background: #f8f8f8;
    width: 48.888%;
    border-radius: 10px;
    overflow: hidden;
}

.download-box .list-box li a {
    padding: .2rem .3rem;
    display: flex;
    justify-content: space-between;
}

.download-box .list-box li .but {
    font-size: .16rem;
    color: #666666;
}

.download-box .list-box li .but span {
    display: block;
    padding-right: .3rem;
    background-image: url(../images/dow-icon1.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: .14rem;
}

.download-box .list-box li .name {
    width: calc(100% - 1.2rem);
}

.download-box .list-box li:hover .name {
    color: #214c9c;
}

.download-box .list-box li:hover .but {
    color: #214c9c;
}

.download-box .list-box li:hover .but span {
    background-image: url(../images/dow-icon2.png);
}

@media(max-width:640px) {
    .download-box .download-sam {
        margin-bottom: .4rem;
    }

    .download-box .download-sam .item {
        font-size: .24rem;
    }

    .download-sort .name {
        font-size: .24rem;
        margin-right: 0;
        margin-bottom: .1rem;
    }

    .download-sort dl {
        width: 100%;
    }

    .download-sort dd {
        margin: .05rem 0;
        font-size: .2rem;
    }

    .download-box .list-box li {
        font-size: .24rem;
        width: 100%;
    }

    .download-box .list-box li .but {
        font-size: .24rem;
    }

    .download-box .list-box li .name {
        width: calc(100% - 1.4rem);
    }

    .download-box .list-box li .but span {
        padding-right: .3rem;
        font-size: .25rem;
    }
}



/* 产品中心-列表 */
.rightMenuBtn {position: relative;display: none;margin-right: .3rem;align-items: center;font-size: .3rem;color: #000;}
.rightMenuBtn:before{display: block;content: '';width: .32rem;height: .32rem;margin-right: .1rem;background-image: url('../images/rightMenuBtn.png');background-size: 100%;}
.rightMenuBtn.on{color: #214c9c}
.rightMenuBtn.on:before{background-image: url('../images/rightMenuBtn-on.png');}
.product-box {}

.por-menu {
    width: 3.6rem;
    background: #f4f6fa;
    z-index: 5;
}

.por-menu .por-stag {
    margin-top: -.86rem;
    border-radius: 0 10px 0 0;
    overflow: hidden;
}

.por-menu .por-search {
    padding: .2rem .3rem;
    background: #009944;
}

.por-menu .por-search .search-line {
    width: 100%;
    border-bottom: solid 1px rgba(255, 255, 255, .2);
}

.por-menu .por-search input {
    width: calc(100% - .45rem);
    font-size: .16rem;
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    color: #fff;
    outline: none;
}

.por-menu .por-search .but {
    width: .45rem;
    height: .45rem;
    background-image: url(../images/search-icon2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: .2rem;
    cursor: pointer;
}

.por-menu .por-search input::-webkit-input-placeholder {
    color: #fff;
}

.por-menu .por-search input:-ms-input-placeholder {
    color: #fff;
}

.por-menu .por-search input::placeholder {
    color: #fff;
}

.por-menu .spread-list {
    font-size: .16rem;
    padding: .3rem .3rem 0;
}

.por-menu .spread-list>ul>li {
    padding: .3rem 0;
    border-bottom: solid 1px #e3e5e8;
}

.por-menu .spread-list>ul>li>ul {
    padding: .1rem 0;
}

.por-menu .spread-list>ul>li>ul>li>ul {
    padding: .1rem 0;
}

.por-menu .spread-list>ul>li>ul>li>ul>li>ul {
    padding: .1rem 0;
}

.por-menu .spread-list li .yi-lmc {
    font-weight: bold;
    font-size: .2rem;
}

.por-menu .spread-list li .yi-lmc a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.por-menu .spread-list li .arrow a::after {
    display: flex;
    align-items: center;
    content: 'next';
    font-family: swiper-icons;
    font-size: .16rem;
    line-height: 1;
    font-weight: 600;
    transform: rotate(90deg);
    transition: all .5s;
}

.por-menu .spread-list li .er-lmc {
    font-weight: bold;
    padding-left: 1em;
    font-size: .18rem;
    color: #333333;
}

.por-menu .spread-list li .er-lmc a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .1rem 0;
}

.por-menu .spread-list li .er-lmc.arrow a::after {
    margin-right: .2rem;
    font-size: .14rem;
}

.por-menu .spread-list li .san-lmc {
    padding-left: 2em;
    color: #333333;
}

.por-menu .spread-list li .san-lmc a {
    display: flex;
    align-items: center;
    padding: .08rem 0;
}

.por-menu .spread-list li .san-lmc.arrow a::after {
    margin-left: .15rem;
    font-size: .13rem;
}

.por-menu .spread-list li .si-lmc {
    padding-left: 3em;
    color: #333333;
}

.por-menu .spread-list li .si-lmc a {
    display: block;
    align-items: center;
    padding: .08rem 0;
    position: relative;
    padding-left: .2rem;
}

.por-menu .spread-list li .si-lmc a::before {
    position: absolute;
    left: 0;
    top: .18rem;
    content: '';
    display: block;
    width: .1rem;
    height: 1px;
    background: #bfbfbf;
}

.por-menu .spread-list li .active div a {
    color: #214c9c;
    text-decoration: underline;
}

.por-menu .spread-list li div.parent.arrow a::after {
    transform: rotate(-90deg);
}

.por-menu .spread-list li .color a {
    color: #214c9c;
}

.por-menu .spread-list li .color a::after {
    transform: rotate(-90deg);
}

.por-menu .spread-list li div.parent a {
    color: #214c9c;
}

.por-menu .spread-list li a:hover {
    color: #214c9c;
}

.por-menu .spread-list li>ul {
    display: none;
}

.por-box {
    padding: .5rem;
    padding-bottom: 1rem;
    width: calc(100% - 3.6rem);
}

.por-box .pir-sort {
    border: solid 1px #e6e7eb;
    overflow: hidden;
    border-radius: 8px;
}

.por-box .pir-sort .item-sort {
    width: 10.7%;
    border-right: solid 1px #e6e7eb;
}

.por-box .pir-sort .item-sort .big-sort {
    padding: .18rem .08rem;
    text-align: center;
    color: #fff;
    font-size: .16rem;
    background: #214c9c;
}

.por-box .pir-sort .item-sort dl {
    font-size: .14rem;
    padding: .15rem .1rem;
}

.por-box .pir-sort .item-sort dl dd {
    margin: .08rem 0;
    cursor: pointer;
    position: relative;
    display: flex;
}

.por-box .pir-sort .item-sort dl dd::before {
    margin-right: .08rem;
    margin-top: .02rem;
    content: '';
    display: block;
    width: .16rem;
    height: .16rem;
    border: solid 1px #e1e2e6;
    background: #f7f8fa;
    border-radius: 2px;
    overflow: hidden;
}

.por-box .pir-sort .item-sort dl dd.on::before {
    background: #214c9c url(../images/tick.png) no-repeat center;
    background-size: .12rem;
    border-color: #214c9c;
}

.por-box .pir-sort .item-sort:last-child {
    border-right: none;
}

.por-box .pir-sort .item-sort:nth-child(2) {
    width: 11.6%;
}

.por-box .pir-sort .item-sort:nth-child(4) {
    width: 9%;
}

.por-box .pir-sort .item-sort:nth-child(5) {
    width: 9%;
}

.por-box .pir-sort .item-sort:nth-child(9) {
    width: 10%;
}

.por-box .pir-sort .item-sort:nth-child(10) {
    width: 7%;
}

.por-list {
    margin-bottom: .1rem;
}

.por-list .other-ol {
    margin: .35rem 0;
    padding: .2rem 0;
    border-bottom: solid 1px #e6e7eb;
}

.por-list .other-ol .results {
    color: #666666;
}

.por-list .other-ol .results span {
    padding: 0 .5em;
    color: #214c9c;
}

.por-list .other-ol .reset {
    cursor: pointer;
    background: url(../images/close2.png) no-repeat left center;
    padding-left: .25rem;
    transition: all .5s;
}

.por-list .other-ol .reset:hover {
    color: #214c9c;
}

.por-list li {
    font-size: .16rem;
    width: 31.25%;
    border: solid 1px #e6e7eb;
    padding: .25rem .25rem .1rem;
    margin-right: 3.1%;
    margin-bottom: 3.1%;
    border-radius: 8px;
    overflow: hidden;
    transition: all .5s;
}

.por-list li .pic {
    width: 1.6rem;
}

.por-list li .pic figure {
    padding-bottom: 1.6rem;
    background-size: cover;
    border-radius: 5px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.por-list li .tu-text {
    width: calc(100% - 1.6rem);
    padding-left: .3rem;
}

.por-list li .tit {
    font-weight: bold;
    margin-bottom: .1rem;
    font-size: .2rem;
}

.por-list li .but {
    font-size: .14rem;
}

.por-list li .but span {
    display: flex;
    align-items: center;
    padding: .08rem .2rem;
    border: solid 2px #214c9c;
    border-radius: 20px;
    overflow: hidden;
    color: #214c9c;
    transition: all .5s;
}

.por-list li .but span::after {
    content: '';
    width: 0;
    height: 0;
    border-top: .05rem solid transparent;
    border-bottom: .05rem solid transparent;
    border-left: .07rem solid #214c9c;
    margin-left: .08rem;
    transition: all .5s;
}

.por-list li .tu-box {
    border-bottom: solid 1px #e6e7eb;
    padding-bottom: .25rem;
    margin-bottom: .1rem;
}

.por-list li dl dd {
    margin: .13rem 0;
    width: 43%;
    border-right: solid 1px #e6e7eb;
}

.por-list li dl dd .nacw {
    margin-bottom: .05rem;
}

.por-list li dl dd .itw {
    font-weight: bold;
}

.por-list li dl dd:nth-child(2n) {
    border-right: none;
}

.por-list li:nth-child(3n) {
    margin-right: 0;
}

.por-list li:hover {
    border-color: #214c9c;
}

.por-list li:hover .but span {
    background: #214c9c;
    color: #fff;
}

.por-list li:hover .but span::after {
    border-left-color: #fff;
}
@media(max-width:1024px){
    .por-menu .por-stag{display: flex;align-items: center;justify-content: space-between}
    .rightMenuBtn{display: flex;}
    .por-menu .spread-list{box-shadow: 0 15px 20px rgba(0, 0, 0, .1);transition: all .5s;position: fixed;margin-top: 0;padding: 120px .2rem 30px .2rem;top: 0;right: 0;width: 200px;height: 100%;background-color: #fff;overflow: unset;box-sizing: border-box;overflow-x: hidden;transform: matrix(1, 0, 0, 1, 200, 0);z-index: 300;}
    .por-menu .por-search{width: calc(100% - 1.5rem)}
}
@media(max-width:640px) {
    .por-menu {
        width: 100%;
        padding: .2rem;
    }

    .por-menu .spread-list {
        /* padding-top: 0; */
        font-size: .24rem;
    }

    .por-menu .spread-list li .er-lmc {
        font-size: .28rem;
        font-weight: 500;
    }

    .por-menu .spread-list li .yi-lmc {
        font-size: .3rem;
    }

    .por-menu .por-stag {
        margin-top: 0;
        border-radius: 0px;
        overflow: hidden;
    }

    .por-menu .por-search input {
        font-size: .24rem;
    }

    .por-box {
        width: 100%;
        padding: .2rem;
    }

    .por-box .pir-sort {
        flex-wrap: wrap;
    }

    .por-box .pir-sort .item-sort {
        width: 50% !important;
    }

    .por-box .pir-sort .item-sort:nth-child(2n) {
        border-right: none;
    }

    .por-box .pir-sort .item-sort .big-sort {
        font-size: .28rem;
    }

    .por-box .pir-sort .item-sort dl {
        font-size: .24rem;
    }

    .por-box .pir-sort .item-sort dl dd::before {
        width: .3rem;
        height: .3rem;
    }

    .por-box .pir-sort .item-sort dl dd.on::before {
        background-size: .2rem;
    }

    .por-list .other-ol .reset {
        background-size: .15rem;
    }

    .por-list li {
        font-size: .24rem;
        width: 100%;
    }

    .por-list li .tit {
        margin-bottom: 0;
        font-size: .3rem;
    }

    .por-list li .but {
        margin-top: .05rem;
    }

    .por-list li .but span {
        padding: .05rem .2rem;
        font-size: .19rem;
        border: solid 1px #214c9c;
    }

    .por-list li .but span::after {
        content: '';
        width: 0;
        height: 0;
        border-top: .08rem solid transparent;
        border-bottom: .08rem solid transparent;
        border-left: .12rem solid #214c9c;
        margin-left: .1rem;
        transition: all .5s;
    }
}



/* 产品中心-产品详情 */
.ban-product {
    padding: .8rem 0;
    /* background-image: url(../images/product-ban.jpg); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.ban-product .switc-box {
    width: 46.5277778%;
}

.ban-product .switc-text {
    width: 46.1112%;
}

.ban-product .switc-text .title {
    line-height: 1;
    display: flex;
    align-items: flex-start;
}

.ban-product .switc-text .title .tit {
    max-width: calc(100% - 1.3rem);
    font-size: .48rem;
    color: #333333;
    font-weight: bold;
}

.ban-product .switc-text .title .sort {
    margin-top: .08rem;
    padding: .08rem .15rem;
    font-size: .16rem;
    color: #214c9c;
    border: solid 1px #214c9c;
    margin-left: .3rem;
    border-radius: 50px;
    overflow: hidden;
}

.ban-product .switc-text .des {
    margin-bottom: .35rem;
    padding: .35rem 0;
    font-size: .18rem;
    color: #333333;
    line-height: 1.8;
    border-bottom: dashed 1px #cccccc;
}

.ban-product .switc-text .introd .tit {
    font-size: .2rem;
    color: #333333;
}

.ban-product .switc-text .introd .wen {
    line-height: 1.8;
    margin: .15rem 0 .3rem;
}

.ban-product .switc-text .list-icon .item {
    color: #214c9c;
    margin-right: .4rem;
    border: solid 1px #b2c0d9;
    min-width: 1rem;
    padding: .15rem .05rem;
    text-align: center;
    background-image: url(../images/pro-back.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    border-radius: 8px;
    overflow: hidden;
}

.ban-product .switc-text .list-icon .item .txt {
    margin-top: .1rem;
}

.ban-product .switc-text .list-icon .item:last-child {
    margin-right: 0;
}

.ban-product .swiper-pagination {
    position: relative;
    bottom: 0;
}

.ban-product .swiper-pagination-bullet {
    width: .1rem;
    height: .1rem;
    border: solid 2px #b3b3b3;
    background: none;
    opacity: 1;
}

.ban-product .swiper-pagination-bullet-active {
    background: #214c9c;
    border-color: #214c9c;
}

.product-info {
    padding: 1rem 0;
}

.product-info .title {
    margin-bottom: .4rem;
    font-size: .3rem;
    display: flex;
    align-items: center;
}

.product-info .title::before {
    margin-right: .15rem;
    content: '';
    display: block;
    width: .2rem;
    height: .03rem;
    background: #009944;
}

.ban-index .swiper-slide{ height:auto; display:block;}
.ban-index .swiper-slide .pic{ height:100%;}
.product-one { margin-bottom:.75rem;}
.product-one .item{ padding:.3rem .25rem; margin-bottom:2%; border: solid 1px #e6e7eb;}
.product-one .item .icon{ margin-bottom:.2rem;}
.product-one .item .icon .img{max-width:.44rem;}
.product-one .item .icon .sz{font-size:.16rem; color: #999999;}
.product-one .item .text .tit{margin-bottom:.15rem; font-size:.2rem; color: #333333;}
.product-one .item .text .des{font-size:.16rem; color:#333333; line-height:1.8;}

.product-one .list.wtd1 .item{ width:100%;}
.product-one .list.wtd2 .item{ width:49%; margin-right:2%;}
.product-one .list.wtd3 .item{ width:32%; margin-right:2%;}
.product-one .list.wtd4 .item{ width:23.5%; margin-right:2%;}
.product-one .list.wtd5 .item{ width:18.4%; margin-right:2%;}
.product-one .list.wtd6 .item{ width:15.5556%; margin-right: 1.3333%;}
.product-one .list.wtd1 .item:nth-child(1n),
.product-one .list.wtd2 .item:nth-child(2n),
.product-one .list.wtd3 .item:nth-child(3n),
.product-one .list.wtd4 .item:nth-child(4n),
.product-one .list.wtd5 .item:nth-child(5n),
.product-one .list.wtd6 .item:nth-child(6n){
    margin-right: 0;
}


.product-two .pro-table table {
    width: 100%;
    border: solid 1px #e6e7eb;
}

.product-two .pro-table .back {
    background: #f5f7fa;
}

.product-two .pro-table tr td {
    color: #333333;
    border: solid 1px #e6e7eb;
    padding: .15rem .3rem;
}

.product-two .pro-table tr .wtd20 {
    width: 20%;
}

.product-two .pro-table tr .wtd25 {
    width: 20%;
}

@media(max-width:640px) {
    .ban-product .switc-box {
        width: 100%;
    }

    .ban-product .switc-text {
        margin-top: .35rem;
        width: 100%;
    }

    .ban-product .switc-text .title .sort {
        margin-top: 0;
        font-size: .24rem;
    }

    .ban-product .switc-text .des {
        font-size: .24rem;
    }

    .ban-product .switc-text .introd .tit {
        font-size: .3rem;
    }

    .ban-product .switc-text .introd .wen {
        font-size: .24rem;
    }

    .ban-product .switc-text .list-icon .item {
        min-width: 1.5rem;
        margin-right: .2rem;
    }

    .product-info .title {
        font-size: .4rem;
    }

    .product-one .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: .2rem;
    }

    .product-one .item .text .des {
        font-size: .24rem;
    }

    .product-one .item .text .tit {
        font-size: .36rem;
    }

    .product-one .item .icon .sz {
        font-size: .24rem;
    }

    .product-two .pro-table tr .wtd20 {
        width: 35%;
    }

    .product-two .pro-table tr td {
        padding: .15rem .2rem;
    }
}

.animation-container {
    width: 100%;
    max-width: 1440px;
    height: calc(620 / 1440 * 100vw);
    max-height: 620px;
    /* Set a maximum width if needed */
    overflow: hidden;
    position: relative;
}

.animation-container canvas {
    width: 100%;
    height: 100%;
}
@media(min-width:1025px) {
    .borer_r{
        border-radius: 20px;
    }
    .borer_r15{
        border-radius: 15px;
    }
    .support-one .pic-img::after{
        border-radius: 20px;
    }
}


.Menu002252 {
    padding: 10px 0;
    text-align: center;
    overflow: hidden;
  
}

.Menu002252 a {
    font-size: 16px;
    display: block;
    /* background: #e9e9e9; */
    color: #214c9b;
    border: 2px solid #214c9b;
    padding: 10px;
    margin-bottom: 1px;
}

.Menu002252 a.aon,
.Menu002252 a:hover {
    color: #fff;
    background-color: #214c9b;
}

@media(min-width:768px) {
    .Menu002252 {
        padding: 25px 0 10px;
    }

    .Menu002252 a {
        display: inline-block;
        line-height: 30px;
        padding: 0 15px;
        min-width: 115px;
        border-radius: 30px;
        overflow: hidden;
        margin: 0 7px 1px;
    }
}

@media(min-width:1024px) {
    .Menu002252 {
        padding: 85px 0 35px;
    }

    .Menu002252 a {
        display: inline-block;
        line-height: 36px;
        padding: 0 20px;
        /* background: #e9e9e9; */
        min-width: 130px;
        border-radius: 36px;
    }
}
.tab-list{
    background-color: #f8f8f8;
    border-radius: 10px;
    padding: 15px 30px;
}
.download-tab-item{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px 0;
}
.download-tab-item  dt{
    color: #333;
    font-weight: bold;
    margin-right: 20px;
    /* margin-bottom: 15px; */
}
.download-tab-item dd{
    color: #838383;
    /* width: 60px; */
    padding: 5px 20px;
    border-radius: 20px;
    text-align: center;
    margin: 0 10px;
    /* margin-bottom: 15px; */
}
.tab-active{
    color: #fff !important;
    background-color: #214c9b;
}
.tab-list dd.tab-active,
.tab-list dd:hover {
    color: #fff;
    background-color: #214c9b;
}








/*.Floor002460*/
 .Floor002460{margin-top: 60px;}
 .Floor002460 .videobox{ position: relative;height: auto;}
 .Floor002460 .videobg{ background-repeat: no-repeat; background-position: center; background-size: cover; position: relative; height:240px;}
 .Floor002460 .videobg .play{ display: block; background: url(../images/Floor002460-play.png) no-repeat center;  width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-size: 30px 30px; cursor: pointer;}
 .Floor002460 .video{ /*position: absolute; */top: 0; left: 7px; width: 100%; height: 100%; z-index: 5; /*display: none;*/}
 .Floor002460 .video video{ width: 96%; height: 100%; /*background: #fff;*/}
 @media only screen and (min-width: 768px) {
   .Floor002460 .videobg,
   .Floor002460 .videobox{/* height:400px; */}
   .Floor002460 .videobg .play{background-size:40px 40px;}
 }
 @media only screen and (min-width: 1200px) {
   .Floor002460 .videobg,
   .Floor002460 .videobox{/* height:550px;*//* height:300px; */}
   .Floor002460 .videobg .play{background-size:50px 50px;}
 }
 
 
 
 .header .search-top {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.header .search-top .line{
    margin-left: 0.2rem;
    margin-right: 0.2rem;
}
.header .search-top a:hover{
    color: #1d2088;
}