/*PC v1*/
@media only screen and (min-width: 768px) and (max-width: 1680px) {
    body {
        font-size: 0.7777777777777778vw;
    }

    select,
    textarea,
    button {
        font-size: 0.7777777777777778vw;
    }

    .iconfont {
        font-family: "iconfont" !important;
        font-size: 0.8888888888888888vw;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    body.pd0 {
        padding: 0 0 0 0 !important;
    }

    .wrap {
        display: table;
        width: 100%;
    }

    .wrapper {
        display: table;
        width: 77.77777777777777vw;
        margin-left: auto;
        margin-right: auto;
    }

    .w100 {
        display: table;
        width: 100%;
    }

    .w50 {
        display: inline-block;
        width: 49.5%;
    }

    a,
    a:focus,
    a:hover,
    .btn:focus,
    li,
    li:focus,
    li:hover,
    input,
    input:focus,
    input:hover,
    textarea,
    textarea:focus,
    textarea:hover,
    select,
    select:focus,
    select:hover {
        -webkit-tap-highlight-color: transparent;
        outline: none;
    }

    a,
    a:link,
    a:active,
    a:visited {
        color: #333333;
        text-decoration: none;
        outline: none;
        transition: All 0.3s ease-in-out;
    }

    a:hover {
        color: #1e50ae;
        text-decoration: none !important;
    }

    textarea {
        resize: none;
    }

    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: #CCCCCC;
    }

    input::-moz-placeholder,
    textarea::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #CCCCCC;
    }

    input:-moz-placeholder,
    textarea:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #CCCCCC;
    }

    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        /* ie */
        color: #CCCCCC;
    }

    .fl {
        float: left;
    }

    .fr {
        float: right;
    }

    .m12 {
        margin-top: 0.6666666666666666vw;
    }

    .m15 {
        margin-top: 0.8333333333333334vw;
    }

    .m10 {
        margin-top: 0.5555555555555556vw;
    }

    .m20 {
        margin-top: 1.1111111111111112vw;
    }

    .m30 {
        margin-top: 1.6666666666666667vw;
    }

    .m35 {
        margin-top: 1.9444444444444444vw;
    }

    .m40 {
        margin-top: 2.2222222222222223vw;
    }

    .m50 {
        margin-top: 2.7777777777777777vw;
    }

    .m70 {
        margin-top: 3.888888888888889vw;
    }

    .m100 {
        margin-top: 5.555555555555555vw;
    }

    .mb5 {
        margin-bottom: 0.2777777777777778vw;
    }

    .mb30 {
        margin-bottom: 1.6666666666666667vw;
    }

    .mb50 {
        margin-bottom: 2.7777777777777777vw;
    }

    .mb80 {
        margin-bottom: 4.444444444444445vw;
    }

    .mr50 {
        margin-right: 2.7777777777777777vw !important;
    }

    .f16 {
        font-size: 0.8888888888888888vw !important;
    }

    /*header*/
    .header {
        display: block;
        width: 100%;
        height: 4.444444444444445vw;
        background: #FFFFFF;
        position: relative;
        z-index: 1000;
        border-bottom: 0.05555555555555555vw solid #e6eaed;
    }

    .header.show {
        position: fixed !important;
        top: 0;
        left: 0;
        background: #FFFFFF !important;
        border-bottom: 0.05555555555555555vw solid #EAEAEA;
        transition: all 0.35s;
    }

    .header .wrapper {
        display: flex;
        justify-content: space-between;
    }

    .header.home {
        position: absolute;
        top: 0;
        left: 0;
        background: transparent;
    }

    .header .logo {
        float: left;
        margin: 0.2777777777777778vw 0;
        width: auto;
        height: 3.888888888888889vw;
        display: flex;
    }

    .header .logo img {
        display: block;
        width: auto;
        height: 3.888888888888889vw;
    }

    .header .logo .name {
        padding-left: 0.8333333333333334vw;
        /* font-size: 1.7777777777777777vw; */
        font-size: 1.6666666666666666vw;
        font-weight: bold;
        line-height: 3.888888888888889vw;
        font-family: 微软雅黑;
        color: #1e50ae;
        letter-spacing: 0.2777777777777778vw;
    }

    .header .nav {
        float: right;
        display: flex;
        padding-right: 0.2777777777777778vw;
    }

    .header .nav li {
        padding: 0 1.3888888888888888vw;
        position: relative;
    }

    .header .nav li a {
        display: block;
        font-size: 1vw;
        padding: 0 0.8333333333333334vw;
        color: #333333;
        line-height: 4.444444444444445vw;
        font-weight: 400;
        transition: all 0.5s;
    }

    .header .nav li:hover a,
    .header .nav li.cur a {
        color: #1e50ae;
        font-weight: bold;
    }

    .header .nav li:after {
        position: absolute;
        top: 4.333333333333333vw;
        left: 50%;
        content: '';
        display: block;
        width: 0vw;
        height: 0.1111111111111111vw;
        background-color: #1e50ae;
        transform: translate(-50%, 0);
        transition: all 0.5s;
    }

    .header .nav li.cur:after,
    .header .nav li:hover:after {
        position: absolute;
        top: 4.333333333333333vw;
        left: 50%;
        content: '';
        display: block;
        width: 2.888888888888889vw;
        height: 0.1111111111111111vw;
        background-color: #1e50ae;
        transform: translate(-50%, 0);
    }

    .header .nav li dl {
        display: none;
        position: absolute;
        left: 50%;
        top: 4.388888888888889vw;
        padding: 0 0;
        width: auto;
        min-width: 8.88888888888889vw;
        height: 0;
        border-radius: 0;
        background-color: #FFFFFF;
        transform: translate(-50%, 0);
        box-shadow: 0vw 0.1111111111111111vw 0.8888888888888888vw 0vw rgb(0 0 0 / 20%);
        transition: all 0.5s;
    }

    .header .nav li:hover dl {
        display: block;
        height: auto;
    }

    .header .nav li:hover dl:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        top: -0.6666666666666666vw;
        left: 50%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 999;
        opacity: 1;
        transform: translate(-50%, 0);
        box-shadow: 0.05555555555555555vw 0.1111111111111111vw -0.7222222222222222vw rgb(231 231 231 / 80%);
    }

    .header .nav li:hover dl dd {
        text-align: left;
        position: relative;
    }

    .header .nav li:hover dl dd:last-child {
        border-bottom: none;
    }

    .header .nav li:hover dl dd a {
        font-size: 1vw;
        color: #333333;
        height: 2.7777777777777777vw;
        padding: 0 1.2222222222222223vw;
        line-height: 2.7777777777777777vw;
        font-weight: 400;
        white-space: nowrap;
        text-align: center;
        border-bottom: 0.05555555555555555vw solid #F6F6F6;
        transition: all 0.5s;
    }

    .header .nav li:hover dl dd a:hover,
    .header .nav li:hover dl dd.cur a {
        color: #FFFFFF;
        background-color: #1e50ae;
        border-bottom: 0.05555555555555555vw solid #1e50ae;
    }

    /*path*/
    .menubox {
        display: block;
        width: 100%;
        height: 3.611111111111111vw;
        padding-top: 0.2777777777777778vw;
        color: #999999;
        background-color: #F6F6F6;
        /*box-shadow: 0 0.1111111111111111vw 0.2777777777777778vw rgba(0, 0, 0, 0.04);
         */
    }

    .menubox .wrapper {
        display: flex;
        justify-content: space-between;
    }

    .menubox .submenu {
        flex-shrink: 0;
        display: flex;
        align-items: flex-start;
    }

    .menubox .submenu a {
        position: relative;
        display: block;
        padding: 0 0;
        margin: 0 3.3333333333333335vw 0 0;
        height: 3.3333333333333335vw;
        line-height: 3.3333333333333335vw;
        color: #333;
        font-size: 1vw;
        cursor: pointer;
    }

    .menubox .submenu a.cur,
    .menubox .submenu a:hover {
        color: #1e50ae;
        font-weight: bold;
    }

    .menubox .submenu a.cur:after,
    .menubox .submenu a:hover:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0.1111111111111111vw;
        background-color: #1e50ae;
    }

    .path {
        display: flex;
        align-items: center;
        font-size: 0.8888888888888888vw;
        line-height: 3.3333333333333335vw;
        color: #999
    }

    .path a {
        color: #999
    }

    .path a:hover {
        color: #1e50ae;
    }

    .path .icon-arrow {
        display: inline-block;
        width: 1.1111111111111112vw;
        height: 1.1111111111111112vw;
        margin: 0 0.3333333333333333vw;
        background: url(../images/icon-path-arrow.png) no-repeat center;
        background-size: 0.3333333333333333vw 0.6666666666666666vw;
    }

    .h2title {
        display: block;
        text-align: center;
    }

    .h2title .title {
        display: block;
        font-size: 1.7777777777777777vw;
        padding: 0.8333333333333334vw 0;
        font-weight: bold;
    }

    .h2title .line {
        display: block;
        margin: 0 auto;
        width: 3.7777777777777777vw;
        height: 0.2222222222222222vw;
        border-radius: 0.6111111111111112vw;
    }

    .swiper-button-prev,
    .swiper-button-next {
        width: 2.5555555555555554vw;
        height: 2.5555555555555554vw;
        margin-top: -1.1111111111111112vw;
        border-radius: 50%;
        border: 1px solid #999999;
    }

    .swiper-button-prev {
        left: -5vw;
    }

    .swiper-button-next {
        right: -5vw;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        color: #999999;
        font-size: 1vw;
    }

    .swiper-button-prev:hover,
    .swiper-button-next:hover {
        border: none;
    }

    .swiper-button-next:hover:after,
    .swiper-button-prev:hover:after {
        color: #FFFFFF;
    }

    /*home*/
    /*subbanner*/
    .subbanner {
        display: block;
        width: 100%;
        height: 17.77777777777778vw;
    }

    .subbanner .wrapper {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        position: relative;
    }

    .subbanner.banner-about {
        background: url(../images/img-banner-about.jpg) no-repeat center;
        background-size: cover;
    }

    .subbanner.banner-news {
        background: url(../images/img-banner-news.jpg) no-repeat center;
        background-size: cover;
    }

    .subbanner.banner-product {
        background: url(../images/img-banner-product.jpg) no-repeat center;
        background-size: cover;
    }

    .subbanner.banner-service {
        background: url(../images/img-banner-service.jpg) no-repeat center;
        background-size: cover;
    }

    .subbanner .title {
        display: block;
        font-size: 2.2222222222222223vw;
        font-weight: bold;
        color: #fff;
    }

    .subbanner .subtitle {
        display: block;
        font-size: 1vw;
        color: #fff;
        padding-top: 1vw;
    }

    .subbanner .path {
        position: absolute;
        bottom: 1.1111111111111112vw;
        left: 0;
        font-size: 0.8888888888888888vw;
        color: #FFFFFF;
    }

    .subbanner .path a {
        color: #FFFFFF;
    }

    .subbanner .path a:hover {
        text-decoration: underline !important;
    }

    .content {
        display: block;
        width: 77.77777777777777vw;
        margin: 4.722222222222222vw auto 4.722222222222222vw auto;
    }

    /*home*/
    .homebanner {
        display: table;
        width: 100%;
        height: 44.44444444444444vw;
        position: relative;
    }

    .homebanner .swiper-slide a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }

    .homebanner .swiper-slide a .text {
        /* border: 1px solid red; */
        border-radius: 1%;
        position: absolute;
        left: 25%;
        top: 25%;
        /* width: 83.33333333333333vw; */
        width: 20%;
        height: 50%;
        display: flex;
        align-items: center;
        font-size: 3.3333333333333335vw;
        line-height: 1.5;
        font-weight: bold;
        color: #e4393c;
        z-index: 10;
        transform: translate(-50%, 0);
        background-color: #fff;
        opacity: 0.5;
    }

    .homebanner img {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
    }

    .homebanner .swiper-container {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        overflow: hidden;
        list-style: none;
        z-index: 1;
        position: absolute;
        bottom: 0;
    }

    .homebanner .swiper-button-prev {
        left: 1.6666666666666667vw;
    }

    .homebanner .swiper-button-next {
        right: 1.6666666666666667vw;
    }

    .homebanner .swiper-button-prev,
    .homebanner .swiper-button-next {
        border: none;
        background: none;
        opacity: 0.6;
    }

    .homebanner .swiper-button-disabled {
        opacity: 0.2;
    }

    .homebanner .swiper-button-prev:hover,
    .homebanner .swiper-button-next:hover {
        opacity: 1;
    }

    .homebanner .swiper-button-next:after,
    .homebanner .swiper-button-prev:after {
        color: #FFFFFF;
        font-size: 2.2222222222222223vw;
    }

    .homebanner .swiper-pagination {
        bottom: 1.5555555555555556vw;
    }

    .homebanner .swiper-pagination .swiper-pagination-bullet {
        width: 0.4444444444444444vw;
        height: 0.4444444444444444vw;
        display: inline-block;
        border-radius: 0.2222222222222222vw;
        background: #FFFFFF;
        opacity: .2;
    }

    .homebanner .swiper-pagination .swiper-pagination-bullet-active {
        opacity: 1;
        width: 0.8333333333333334vw;
    }

    .homeservice {
        display: block;
        padding: 3.3333333333333335vw 0 4.444444444444445vw 0;
        background: #FFFFFF;
    }

    .hs-list {
        display: block;
        width: 100%;
        height: auto;
        padding-top: 3.3333333333333335vw;
    }

    .hs-list ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .hs-list li {
        display: block;
        width: 37.77777777777778vw;
        height: 21.11111111111111vw;
        margin-bottom: 2.2222222222222223vw;
        position: relative;
        overflow: hidden;
        border-radius: 0.2777777777777778vw;
        box-shadow: 0 0 1.1111111111111112vw rgb(0 0 0 / 10%);
    }

    .hs-list .pic {
        display: block;
        width: 100%;
        height: 21.11111111111111vw;
        position: relative;
    }

    .hs-list .pic img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .hs-list .pic:hover img {
        opacity: 0.95;
    }

    .hs-list .text {
        display: block;
        position: absolute;
        left: 0;
        top: 18.11111111111111vw;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 20;
        transition: All 0.3s ease-in;
    }

    .hs-list .text .title {
        text-align: center;
        width: 100%;
        padding: 0 1.6666666666666667vw;
        line-height: 3.3333333333333335vw;
        color: #FFFFFF;
        font-size: 1.1111111111111112vw;
    }

    .hs-list .text .desc {
        display: none;
    }

    .hs-list li:hover .text {
        top: 0;
        padding-top: 4.555555555555555vw;
        display: flex;
        align-items: center;
        flex-direction: column;
        align-content: center;
        background: linear-gradient(104.32deg, rgba(15, 127, 210, 0.8) 0%, rgba(30, 80, 174, 0.8) 100.58%);
    }

    .hs-list li:hover .text .title {
        text-align: center;
        padding: 0 4.444444444444445vw;
        font-size: 1.5555555555555556vw;
        line-height: 1.6;
        margin-bottom: 1.2222222222222223vw;
    }

    .hs-list li:hover .text .desc {
        display: block;
        width: 100%;
        font-size: 0.8888888888888888vw;
        text-align: justify;
        padding: 0 4.444444444444445vw;
        color: #FFF;
        line-height: 1.5;
    }

    .homecase {
        display: block;
        padding: 3.3333333333333335vw 0 3.3333333333333335vw 0;
        background-color: #F6F6F6;
    }

    .homecase .hc-list {
        display: block;
        padding-top: 3.3333333333333335vw;
    }

    .homecase .hc-list .wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .homecase .hc-list li {
        width: 24.444444444444443vw;
        margin-right: 2.2222222222222223vw;
        height: 16.944444444444443vw;
        line-height: 13.61111111111111vw;
        margin-bottom: 2.2222222222222223vw;
        text-align: center;
        overflow: hidden;
        transition: all .4s ease-in-out;
        position: relative;
        border-radius: 0.2777777777777778vw;
        box-shadow: 0 0 1.1111111111111112vw rgb(0 0 0 / 10%);
    }

    .homecase .hc-list li:nth-child(3n) {
        margin-right: 0;
    }

    .hc-list .pic {
        display: block;
        width: 100%;
        height: 13.61111111111111vw;
        position: relative;
    }

    .hc-list .pic img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .hc-list .pic:hover img {
        opacity: 0.95;
    }

    .hc-list .text {
        display: block;
        position: absolute;
        left: 0;
        top: 13.055555555555555vw;
        width: 100%;
        height: 100%;
        background: #FFFFFF;
        z-index: 20;
        transition: All 0.3s ease-in;
    }

    .hc-list .text .title {
        text-align: center;
        width: 100%;
        padding: 0 1.6666666666666667vw;
        line-height: 3.3333333333333335vw;
        color: #333;
        font-size: 1.1111111111111112vw;
    }

    .hs-list .text .desc {
        display: none;
    }

    .hc-list li:hover .text {
        top: 0;
        padding-top: 4.555555555555555vw;
        display: flex;
        align-items: center;
        flex-direction: column;
        align-content: center;
        background: linear-gradient(104.32deg, rgba(15, 127, 210, 0.8) 0%, rgba(30, 80, 174, 0.8) 100.58%);
    }

    .hc-list li:hover .text .title {
        text-align: center;
        padding: 0 4.444444444444445vw;
        font-size: 1.5555555555555556vw;
        color: #FFFFFF;
        line-height: 1.6;
        margin-bottom: 1.2222222222222223vw;
    }

    .hc-list li:hover .text .desc {
        display: block;
        width: 100%;
        font-size: 0.8888888888888888vw;
        text-align: justify;
        padding: 0 4.444444444444445vw;
        color: #FFF;
        line-height: 1.5;
    }

    .homenews {
        display: block;
        padding: 3.3333333333333335vw 0 5.555555555555555vw 0;
        /* background-color: #F6F6F6; */
        background-color: #FFFFFF;
        background-size: 100% auto;
    }

    .hnl-box {
        display: block;
        width: 77.83333333333333vw;
        margin-top: 3.3333333333333335vw;
        position: relative;
        box-shadow: 0 0 1.1111111111111112vw rgb(0 0 0 / 10%);
    }

    .hnl-list {
        display: block;
        width: 100%;
        position: relative;
        list-style: none;
        overflow: hidden;
        z-index: 1;
    }

    .hn-list {
        display: flex;
        width: 100%;
    }

    .hnl-list li {
        display: block;
        width: 33.33333333333333%;
        height: 30.27777777777778vw;
        background-color: #FFFFFF;
    }

    /* .hnl-list li:nth-child(2n) a {
        display: flex;
        flex-direction: column-reverse;
    } */

    .hnl-list li:hover {
        background: linear-gradient(104.32deg, #0f7fd2 0%, #1e50ae 100.58%);
    }

    .hnl-list li .pic {
        display: block;
        width: 100%;
        height: 15.11111111111111vw;
        overflow: hidden;
        z-index: 9;
        position: relative;
    }

    .hnl-list li .pic img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .hnl-list li .pic .hn-nav {
        position: absolute;
        left: 1.1111111111111112vw;
        top: 1.3333333333333333vw;
        /* width: 4.333333333333333vw; */
        height: 1.6666666666666667vw;
        background: #1e50ae;
        border-radius: 0.2222222222222222vw;
        text-align: center;
        line-height: 1.6666666666666667vw;
        color: #FFFFFF;
        font-size: 0.7777777777777778vw;
    }

    .hnl-list li .text .desc p {
        overflow: hidden;
        margin: 0 0 0 0;
    }

    .hnl-list li:hover .text,
    .hnl-list li:hover .text .desc,
    .hnl-list li:hover .text .more {
        color: #FFFFFF;
    }

    .hnl-list li .text {
        display: block;
        position: relative;
        width: 100%;
        height: 15.166666666666666vw;
        padding: 1.2222222222222223vw 1.2222222222222223vw;
        z-index: 10;
    }

    .hnl-list li .text:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-left: 0.6666666666666666vw solid transparent;
        border-right: 0.6666666666666666vw solid transparent;
        border-bottom: 0.6666666666666666vw solid #FFFFFF;
        position: absolute;
        top: -0.6666666666666666vw;
        left: 50%;
        z-index: 90;
        opacity: 1;
        transform: translate(-50%, 0);
    }

    .hnl-list li:hover .text:after {
        border-bottom: 0.6666666666666666vw solid #1e50ae;
    }

    .hnl-list li:nth-child(2n) a .text:after {
        top: unset;
        bottom: -0.6666666666666666vw;
        border-top: 0.6666666666666666vw solid #FFFFFF;
        border-bottom: 0;
    }

    .hnl-list li:hover:nth-child(2n) a .text:after {
        border-top: 0.6666666666666666vw solid #1e50ae;
    }

    .hnl-list li .text .time {
        display: block;
        font-size: 0.8888888888888888vw;
        padding-top: 0.2777777777777778vw;
    }

    .hnl-list li .text .title {
        display: block;
        font-size: 1.1111111111111112vw;
        height: 1.6666666666666667vw;
        overflow: hidden;
        line-height: 1.6666666666666667vw;
        font-weight: bold;
        margin-top: 1.1111111111111112vw;
    }

    .hnl-list li .text .desc {
        display: block;
        font-size: 0.8888888888888888vw;
        height: 4.166666666666667vw;
        overflow: hidden;
        line-height: 1.3333333333333333vw;
        color: #555555;
        margin-top: 1.1111111111111112vw;
    }

    .hnl-list li .text .more {
        display: block;
        margin-top: 1.4444444444444444vw;
        font-size: 0.8888888888888888vw;
        color: #1e50ae;
        text-decoration: underline;
    }

    /*about*/
    .about-group {
        display: block;
        padding: 4.444444444444445vw 0 4.444444444444445vw 0;
        background-color: #FFFFFF;
    }

    .about-group .ap-con {
        display: flex;
        padding-top: 3.888888888888889vw;
        justify-content: space-between;
    }

    .about-group .ap-text {
        display: block;
        width: 47%;
    }

    .about-group .ap-text .title {
        display: block;
        font-size: 1.3333333333333333vw;
        font-weight: bold;
        color: #1e50ae;
        padding: 0.2777777777777778vw 0 0 0;
    }

    .about-group .ap-text .desc {
        display: block;
        padding-top: 0.2777777777777778vw;
        font-size: 0.8888888888888888vw;
        line-height: 1.8;
        text-align: justify;
        color: #000000;
    }

    .about-group .ap-pic {
        display: block;
        width: 37.333333333333336vw;
        height: 25.666666666666668vw;
        position: relative;
    }

    .about-group .ap-pic img {
        position: absolute;
        right: 0;
        top: 0;
        width: 35.333333333333336vw;
        height: 23.5vw;
        z-index: 12;
    }

    .about-group .ap-pic .app-bg {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 35.333333333333336vw;
        height: 23.77777777777778vw;
        background: linear-gradient(104.32deg, #0f7fd2 0%, #1e50ae 100.58%);
        z-index: 10;
    }

    .about-advantage {
        display: block;
        width: 100%;
        height: auto;
        background-color: #F6F6F6;
        padding: 3.3333333333333335vw 0 4.444444444444445vw 0;
    }

    .advantage-item {
        display: flex;
        width: 100%;
        height: auto;
    }

    .advantage-item .text {
        flex: 0 0 50%;
        width: 50%;
        padding: 0 4.444444444444445vw;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        align-content: flex-start;
        justify-content: center;
    }

    .advantage-item .text .title {
        display: block;
        font-size: 1.5555555555555556vw;
        font-weight: bold;
        /* color: #1e50ae; */
        margin-bottom: 1.6666666666666667vw;
    }

    .advantage-item .text .desc {
        display: block;
        font-size: 0.8888888888888888vw;
        font-weight: 400;
        color: #000000;
        line-height: 1.8;
        margin-bottom: 0.6666666666666666vw;
    }

    .advantage-item .pic {
        flex: 0 0 50%;
        width: 50%;
    }

    .advantage-item .pic img {
        display: block;
        width: 100%;
        height: 25vw;
        object-fit: cover;
        box-shadow: 0 0 1.1111111111111112vw rgb(0 0 0 / 10%);
    }

    .about-partner {
        display: block;
        padding: 3.3333333333333335vw 0 5vw 0;
        background-color: #FFFFFF;
    }

    .about-partner .ap-list {
        display: block;
        padding-top: 3.3333333333333335vw;
    }

    .about-partner .ap-list .wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .about-partner .ap-list li {
        width: 24.444444444444443vw;
        margin-right: 2.2222222222222223vw;
        height: 13.61111111111111vw;
        line-height: 13.61111111111111vw;
        margin-bottom: 2.2222222222222223vw;
        text-align: center;
        overflow: hidden;
        border-radius: 0.2777777777777778vw;
        box-shadow: 0 0 1.1111111111111112vw rgb(0 0 0 / 10%);
        transition: all .4s ease-in-out;
    }

    .about-partner .ap-list li:hover {
        box-shadow: 0 0 1.1111111111111112vw rgb(0 0 0 / 20%);
    }

    .about-partner .ap-list li:nth-child(3n) {
        margin-right: 0;
    }

    .zs-about-certificate {
        display: block;
        padding: 3.888888888888889vw 0 5vw 0;
    }

    /*pages*/
    .sh-pages {
        padding: 1.6666666666666667vw 0;
        margin-top: 1.3888888888888888vw;
        display: flex;
        justify-content: center;
    }

    .sh-pages a {
        display: inline-block;
        width: 2.111111111111111vw;
        height: 2.111111111111111vw;
        line-height: 2vw;
        border-radius: 0.4444444444444444vw;
        background: #FFFFFF;
        text-align: center;
        font-size: 1.1111111111111112vw;
        color: #333;
        transition: all 0.35s;
        margin: 0 0.4444444444444444vw;
        border: 1px solid #CCCCCC;
    }

    .sh-pages a:hover {
        background: #169217;
        color: #fff;
        border: 1px solid #169217;
    }

    .sh-pages a i {
        margin-right: 0;
        font-size: 1.1111111111111112vw;
        color: #AAAAAA;
    }

    .sh-pages a:hover i {
        color: #FFFFFF;
    }

    .sh-pages span {
        display: inline-block;
        width: 2.111111111111111vw;
        height: 2.111111111111111vw;
        line-height: 2.111111111111111vw;
        border-radius: 0.4444444444444444vw;
        background: #169217;
        font-size: 1.1111111111111112vw;
        color: #fff;
        text-align: center;
        margin: 0 0.2777777777777778vw;
    }

    /*产品中心*/
    .product-list {
        display: block;
        width: 100%;
        padding: 3.3333333333333335vw 0;
    }

    .product-list .wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .product-list li {
        display: block;
        width: 24.444444444444443vw;
        height: 20.833333333333332vw;
        margin-right: 2.2222222222222223vw;
        margin-bottom: 2.2222222222222223vw;
        overflow: hidden;
        background-color: #FFFFFF;
        border-radius: 0.2777777777777778vw;
        position: relative;
        box-shadow: 0 0 1.1111111111111112vw rgba(0, 0, 0, 0.1);
    }

    .product-list li:hover {
        box-shadow: 0 0 1.1111111111111112vw rgba(0, 0, 0, 0.2);
    }

    .product-list li:nth-child(3n) {
        margin-right: 0;
    }

    .product-list li a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .product-list li .pic {
        display: block;
        width: 100%;
        height: 13.61111111111111vw;
        overflow: hidden;
    }

    .product-list li .pic img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.5s;
    }

    .product-list li:hover .pic img {
        transform: scale(1.1);
    }

    .product-list li .text {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 1.1111111111111112vw 1.1111111111111112vw;
        height: 7.222222222222222vw;
        background-color: #FFFFFF;
        transition: all 0.5s;
        z-index: 5;
    }

    .product-list li:hover .text {
        height: 8.333333333333334vw;
        padding: 1.6666666666666667vw 1.1111111111111112vw;
    }

    .product-list li .text .title {
        font-size: 1.1111111111111112vw;
        line-height: 1.6666666666666667vw;
        text-align: left;
        overflow: hidden;
        display: -webkit-box;
        word-break: break-all;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .product-list li .text .desc {
        display: block;
        margin-top: 0.5555555555555556vw;
        font-size: 0.7777777777777778vw;
        color: #999;
        line-height: 1.3333333333333333vw;
        text-align: left;
        overflow: hidden;
        display: -webkit-box;
        word-break: break-all;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .product-info {
        display: block;
        width: 100%;
        height: auto;
        padding: 3.3333333333333335vw 0 4.444444444444445vw 0;
    }

    .product-info .product-desc {
        display: block;
        padding-bottom: 1.6666666666666667vw;
    }

    .product-info .product-desc h1 {
        display: block;
        font-size: 1.3333333333333333vw;
        color: #1e50ae;
        padding-bottom: 1.6666666666666667vw;
    }

    .product-info .product-desc .text {
        display: block;
        width: 100%;
        padding-right: 5.555555555555555vw;
        font-size: 0.8333333333333334vw;
        line-height: 1.86;
        color: #999999;
    }

    .product-info .product-photo {
        display: block;
        width: 77.77777777777777vw;
        height: auto;
        position: relative;
        overflow: hidden;
    }

    .solution-list {
        display: block;
        width: 100%;
        padding: 5.555555555555555vw 0;
    }

    .solution-list li {
        display: block;
        width: 100%;
        height: 22.22222222222222vw;
        margin-bottom: 2.7777777777777777vw;
        background-color: #FFFFFF;
        box-shadow: 0 0 1.1111111111111112vw rgba(0, 0, 0, 0.1);
    }

    .solution-list li:hover {
        box-shadow: 0 0 1.1111111111111112vw rgba(0, 0, 0, 0.2);
    }

    .solution-list li a {
        display: flex;
        justify-content: space-between;
    }

    .solution-list li .pic {
        flex: 0 0 50%;
        width: 50%;
        height: 22.22222222222222vw;
        overflow: hidden;
    }

    .solution-list li .pic img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .solution-list li .text {
        flex: 0 0 50%;
        width: 50%;
        padding: 4.444444444444445vw 2.2222222222222223vw;
    }

    .solution-list li .text .title {
        font-size: 1.4444444444444444vw;
        line-height: 2.2222222222222223vw;
        font-weight: 500;
        color: #333;
        overflow: hidden;
        display: -webkit-box;
        word-break: break-all;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .solution-list li .text .desc {
        font-size: 0.8333333333333334vw;
        line-height: 1.4444444444444444vw;
        color: #333;
        margin: 1.3888888888888888vw 0 1.6666666666666667vw 0;
        overflow: hidden;
        display: -webkit-box;
        word-break: break-all;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }

    .solution-list li .text .btn {
        position: relative;
        display: inline-block;
        width: 7.222222222222222vw;
        height: 2.2222222222222223vw;
        font-size: 0.8333333333333334vw;
        text-align: center;
        line-height: 2.2222222222222223vw;
        color: #555;
        border-radius: 0.2777777777777778vw;
        border: 1px solid #555;
    }

    .solution-list li:hover .text .btn {
        color: #1e50ae;
        border: 1px solid #1e50ae;
    }

    /*新闻中心*/
    .news-list {
        display: block;
        width: 100%;
        padding: 3.3333333333333335vw 0;
    }

    .news-list .wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .news-list li {
        display: block;
        width: 18.166666666666668vw;
        height: 19.72222222222222vw;
        margin-right: 1.6666666666666667vw;
        margin-bottom: 1.6666666666666667vw;
        overflow: hidden;
        background-color: #FFFFFF;
        border-radius: 0.2777777777777778vw;
        position: relative;
        box-shadow: 0 0 1.1111111111111112vw rgba(0, 0, 0, 0.1);
    }

    .news-list li:hover {
        box-shadow: 0 0 1.1111111111111112vw rgba(0, 0, 0, 0.2);
    }

    .news-list li:nth-child(4n) {
        margin-right: 0;
    }

    .news-list li a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .news-list li .pic {
        display: block;
        width: 100%;
        height: 12.222222222222221vw;
        overflow: hidden;
    }

    .news-list li .pic img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.5s;
    }

    .news-list li:hover .pic img {
        transform: scale(1.1);
    }

    .news-list li .text {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 1.1111111111111112vw 1.1111111111111112vw;
        height: 7.5vw;
        background-color: #FFFFFF;
        transition: all 0.5s;
        z-index: 5;
    }

    .news-list li:hover .text {
        height: 8.333333333333334vw;
        padding: 1.6666666666666667vw 1.1111111111111112vw;
    }

    .news-list li .text .title {
        font-size: 1.1111111111111112vw;
        line-height: 1.6666666666666667vw;
        height: 3.3333333333333335vw;
        text-align: left;
        overflow: hidden;
        display: -webkit-box;
        word-break: break-all;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .news-list li .text .time {
        display: block;
        margin-top: 0.5555555555555556vw;
        font-size: 0.7777777777777778vw;
        color: #999;
        line-height: 1.3333333333333333vw;
    }

    .news-box {
        display: flex;
        justify-content: space-between;
        padding: 4vw 0 5vw 0;
    }

    .news-info {
        display: block;
        width: 74%;
        padding: 1.1111111111111112vw 0 2.2222222222222223vw 0;
    }

    .news-info .h1title {
        display: block;
        font-weight: bold;
        font-size: 1.3333333333333333vw;
        text-align: center;
        padding: 0 0 1.6666666666666667vw 0;
    }

    .news-info .h1title .si-nav {
        float: right;
        width: auto;
        margin-right: 1.4444444444444444vw;
        margin-top: 0.16666666666666666vw;
        height: 1vw;
        line-height: 1vw;
        font-size: 0.7222222222222222vw;
        color: #1D7B4C;
        padding: 0 0.6666666666666666vw;
        background-color: #CDE2D7;
    }

    .news-info .h1box {
        display: flex;
        width: 100%;
        padding: 0 0 1.1111111111111112vw 0;
        align-items: center;
        justify-content: center;
        border-bottom: 0.05555555555555555vw solid #E9E9E9;
    }

    .news-info .h1box .tag {
        display: flex;
    }

    .news-info .h1box .tag span {
        display: inline-block;
        font-size: 0.7222222222222222vw;
        height: 1.1111111111111112vw;
        line-height: 1.1111111111111112vw;
        padding: 0 0.5555555555555556vw;
        background-color: #F1F1F1;
        color: #8A8A8A;
        margin-right: 0.6666666666666666vw;
    }

    .news-info .h1box .time {
        font-size: 0.7777777777777778vw;
        color: #666666;
    }

    .news-info .news-content {
        display: block;
        padding: 1.1111111111111112vw 0 1.6666666666666667vw 0;
        width: 100%;
        font-size: 0.8888888888888888vw;
        line-height: 1.8;
    }

    .news-info .news-content p {
        margin: 0.5555555555555556vw 0;
    }

    .news-info .news-content img {
        display: block;
        margin: 0.5555555555555556vw auto;
        max-width: 100%;
        height: auto;
    }

    .news-info .page-box {
        display: flex;
        justify-content: space-between;
        padding-top: 1.1111111111111112vw;
        align-items: center;
        border-top: 0.05555555555555555vw solid #E9E9E9;
    }

    .news-info .page-next {
        font-weight: 400;
        font-size: 0.8888888888888888vw;
        line-height: 1.2222222222222223vw;
    }

    .news-info .page-btn {
        width: 5.833333333333333vw;
        height: 2.111111111111111vw;
    }

    .news-info .page-btn a {
        display: block;
        width: 100%;
        height: 100%;
        border: 1px solid #1e50ae;
        font-weight: 400;
        background-color: #FFFFFF;
        font-size: 0.8888888888888888vw;
        line-height: 2vw;
        text-align: center;
        color: #1e50ae;
    }

    .news-info .page-btn a:hover {
        opacity: 0.6;
    }

    .right-com {
        display: block;
        width: 22%;
    }

    .rbox {
        display: block;
        width: 100%;
        height: auto;
        padding: 1.1111111111111112vw 1.1111111111111112vw;
        margin-bottom: 1.6666666666666667vw;
        background: #FFFFFF;
        box-shadow: 0vw 0.2777777777777778vw 0.6666666666666666vw rgba(0, 0, 0, 0.08);
    }

    .rbtitle {
        display: flex;
        width: 100%;
        align-items: center;
        font-size: 1vw;
        font-weight: bold;
        padding-top: 0.3333333333333333vw;
        padding-bottom: 0.3333333333333333vw;
    }

    .rbtitle img {
        display: block;
        width: 1vw;
        height: 1vw;
        margin-right: 1.1111111111111112vw;
    }

    .rbanner {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 1.6666666666666667vw;
    }

    .rbanner img {
        display: block;
        width: 100%;
        height: auto;
    }

    .rnews-list {
        display: block;
        width: 100%;
        height: auto;
    }

    .rnews-list li {
        display: block;
        width: 100%;
        height: 2.3333333333333335vw;
        overflow: hidden;
        margin-top: 0.6666666666666666vw;
        line-height: 2.3333333333333335vw;
        font-size: 0.8888888888888888vw;
        padding-left: 0.8333333333333334vw;
        border-bottom: 0.05555555555555555vw solid #EFEFEF;
        position: relative;
    }

    .rnews-list li:last-child {
        border-bottom: none;
    }

    .rnews-list li:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -0.16666666666666666vw;
        width: 0.3333333333333333vw;
        height: 0.3333333333333333vw;
        border-radius: 50%;
        background-color: #1e50ae;
    }

    .rbox .more {
        display: block;
        margin-top: 1.1111111111111112vw;
        width: 100%;
        height: 1.7777777777777777vw;
        background: #FFFFFF;
        border: 1px solid #1e50ae;
    }

    .rbox .more a {
        display: block;
        width: 100%;
        height: 100%;
        line-height: 1.6666666666666667vw;
        text-align: center;
        font-size: 0.7777777777777778vw;
        color: #1e50ae;
    }

    .rbox .more a:hover {
        opacity: 0.8;
    }

    /*联系我们*/
    .contact-info {
        display: table;
        width: 100%;
        height: auto;
        padding-top: 3.3333333333333335vw;
        padding-bottom: 5.555555555555555vw;
    }

    .contact-us {
        display: flex;
        width: 100%;
        padding-bottom: 1.1111111111111112vw;
        justify-content: space-between;
    }

    .contact-us.rec {
        justify-content: center;
    }

    .contact-us.rec li {
        width: 27.77777777777778vw;
    }

    .contact-us li {
        display: block;
        width: 33.3%;
        text-align: center;
    }

    .contact-us li .icon {
        display: block;
        width: 5.555555555555555vw;
        height: 5.555555555555555vw;
        margin: 0 auto 1.4444444444444444vw auto;
    }

    .contact-us li .icon img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .contact-us li .title {
        display: block;
        font-size: 1.1111111111111112vw;
        font-weight: bold;
        margin-bottom: 0.8888888888888888vw;
    }

    .contact-us li .text {
        display: block;
        margin: 0 auto;
        width: 16.666666666666668vw;
        font-size: 0.8888888888888888vw;
        line-height: 1.6;
        color: #666666;
        word-break: break-all;
    }

    .contact-map {
        display: block;
        width: 100%;
        height: 33.333333333333336vw;
        margin-top: 1.6666666666666667vw;
    }

    .contact-map img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .contact-recruitment {
        display: block;
        width: 100%;
        height: auto;
        padding: 0vw 0 3.3333333333333335vw 0;
        background-color: #F9F9F9;
    }

    .cus-map {
        display: flex;
        width: 100%;
        height: 22.22222222222222vw;
        margin-top: 3.3333333333333335vw;
        background-color: #FFFFFF;
        box-shadow: 0vw 0vw 0.6666666666666666vw rgba(0, 0, 0, 0.08);
    }

    .cus-map .map {
        flex: 0 0 38.72222222222222vw;
        width: 38.72222222222222vw;
        height: 22.22222222222222vw;
        margin-right: 2.9444444444444446vw;
    }

    .cus-map .map img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .cus-map .text {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        min-width: 0;
        padding: 2.2222222222222223vw 0;
    }

    .cus-map .title {
        display: block;
        font-size: 1.1111111111111112vw;
        font-weight: bold;
    }

    .cus-map .desc {
        display: block;
        margin-top: 3.0555555555555554vw;
        font-size: 0.8888888888888888vw;
        color: #666666;
    }

    .cus-map .desc p {
        margin: 0 0 1.5555555555555556vw 0;
        height: 1.1111111111111112vw;
        line-height: 1.1111111111111112vw;
        padding-left: 1.9444444444444444vw;
    }

    .cus-map .desc p.icon-phone {
        background: url(../images/icon-c-phone.png) no-repeat left center;
        background-size: auto 1.1111111111111112vw;
    }

    .cus-map .desc p.icon-add {
        background: url(../images/icon-c-lbs.png) no-repeat left center;
        background-size: auto 1.1111111111111112vw;
    }

    .cus-map .desc p.icon-mail {
        background: url(../images/icon-c-mail.png) no-repeat left center;
        background-size: auto 1.1111111111111112vw;
    }

    .cus-map .btn {
        display: block;
        padding-top: 1.9444444444444444vw;
    }

    .cus-map .btn a {
        display: block;
        width: 7.166666666666667vw;
        height: 2.0555555555555554vw;
        font-size: 0.8888888888888888vw;
        line-height: 1.9444444444444444vw;
        text-align: center;
        border: 1px solid #1e50ae;
        border-radius: 1.0555555555555556vw;
        color: #1e50ae;
    }

    .cus-map .btn a:hover {
        opacity: 0.8;
    }

    .contact-message {
        display: block;
        padding: 3.3333333333333335vw 0 5.555555555555555vw 0;
    }

    .form-wrap {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    .cm-box {
        padding-top: 3.3333333333333335vw;
    }

    .form-item {
        display: flex;
        min-height: 4.555555555555555vw;
        position: relative;
        border-top: 0.05555555555555555vw solid #CCCCCC;
    }

    .form-item.w45 {
        width: 45%;
    }

    .form-label {
        display: block;
        min-width: 6.666666666666667vw;
        font-size: 1vw;
        line-height: 4.555555555555555vw;
        color: #666666;
        position: relative;
    }

    .form-label:after {
        content: '';
        width: 100%;
        height: 0.1111111111111111vw;
        position: absolute;
        left: 0;
        top: -0.1111111111111111vw;
        background: linear-gradient(0deg, #166BCC 0%, #0F81DD 46%, #00B9FE 100%);
    }

    .form-input {
        width: 55%;
        margin-left: 6.388888888888889vw;
        height: 4.555555555555555vw;
        line-height: 4.555555555555555vw;
        background: #FFFFFF;
        border-radius: 0;
        border: none;
        font-size: 1vw;
        color: #333333;
    }

    .form-btn {
        display: block;
        width: 100%;
        margin-top: 1.6666666666666667vw;
    }

    .form-btn button {
        display: block;
        margin: 0 auto;
        width: 9.555555555555555vw;
        height: 2.7777777777777777vw;
        background: linear-gradient(-90deg, #166BCC 0%, #0F81DD 100%);
        border-radius: 1.3888888888888888vw;
        border: none;
        font-size: 1vw;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 2.7777777777777777vw;
        cursor: pointer;
    }

    .form-btn button:hover {
        opacity: 0.8;
    }

    .form-select {
        width: 16.666666666666668vw;
        margin-left: 6.388888888888889vw;
        height: 4.555555555555555vw;
        line-height: 4.555555555555555vw;
        background: #FFFFFF;
        border-radius: 0;
        border: none;
        font-size: 1.1111111111111112vw;
        color: #999999;
    }

    .form-textarea {
        width: 80%;
        margin-left: 6.388888888888889vw;
        height: 4.555555555555555vw;
        margin-top: 0.6666666666666666vw;
        line-height: 1.8;
        padding: 0.6666666666666666vw 0;
        background: #FFFFFF;
        border-radius: 0;
        border: none;
        font-size: 1vw;
        color: #333333;
    }

    /*footer*/
    .footer {
        display: table;
        width: 100%;
        height: auto;
        color: #666666;
        background: #EAEAEA;
    }

    .footer .foot-box {
        display: flex;
        padding: 4.444444444444445vw 0 3.3333333333333335vw 0;
        justify-content: space-between;
    }

    .foot-contact {
        flex: 0 0 30%;
        width: 30%;
    }

    .footer .foot-logo {
        display: block;
        width: 100%;
        height: auto;
        padding-top: 0.8333333333333334vw;
        padding-left: 30%;
    }

    .footer .foot-logo img {
        display: block;
        width: 9.777778vw;
        height: auto;
    }

    .footer .foot-nav {
        flex: 0 0 70%;
        width: 70%;
        display: flex;
        padding-top: 0.8333333333333334vw;
        padding-right: 0.2777777777777778vw;
        justify-content: flex-end;
    }

    .footer .foot-nav li {
        display: inline-block;
        width: auto;
        padding-left: 11.11111111111111vw;
        height: auto;
        text-align: left;
    }

    .footer .foot-nav li:first-child {
        padding-left: 0;
    }

    .footer .foot-nav li h3 {
        display: block;
        font-size: 1vw;
        font-weight: bold;
        margin-bottom: 1.4444444444444444vw;
    }

    .footer .foot-nav li h3 a {
        line-height: 1;
        font-size: 1vw;
        color: #333333;
    }

    .footer .foot-nav li a {
        display: block;
        font-size: 0.8888888888888888vw;
        line-height: 1.5;
        padding-bottom: 0.5555555555555556vw;
        white-space: nowrap;
        color: #666666;
    }

    .footer .foot-copyright {
        display: flex;
        padding: 1.1111111111111112vw 0 1.6666666666666667vw;
        font-size: 0.7777777777777778vw;
        justify-content: space-between;
        border-top: 0.05555555555555555vw solid #CCCCCC;
    }

    .footer .foot-copyright a {
        color: #666666;
    }

    .footer .foot-nav li a:hover,
    .footer .foot-copyright a:hover {
        color: #1e50ae;
    }


}