    /*public style*/
    
    html {
        font-size: 100% !important;
    }
    
    #mTopMiddle {
        position: relative;
    }
    
    body {
        font-size: unset !important;
        line-height: normal !important;
    }
    
    body,
    div,
    dl,
    dt,
    dd,
    ul,
    ol,
    li,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    pre,
    code,
    form,
    fieldset,
    legend,
    input,
    button,
    textarea,
    p,
    blockquote,
    th,
    td {
        margin: 0;
        padding: 0;
        font-family: 'Microsoft Yahei', Arial, '宋体', sans-serif;
    }
    
    a {
        text-decoration: none;
        color: inherit;
    }
    
    ul,
    li {
        list-style: none;
        list-style-type: none;
    }
    
    img {
        vertical-align: middle !important;
        border: 0;
    }
    
    input:autofill {
        border: none ! important;
    }
    
    input:-webkit-autofill {
        border: none ! important;
    }
    
    .fl {
        float: left
    }
    
    .fr {
        float: right
    }
    
    header .box {
        padding: 0 0 0 3%;
    }
    
    header {
        height: 100px;
        position: absolute;
        z-index: 100;
        width: 100%;
    }
    
    header:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 1px;
        background: rgba(255, 255, 255, 0.3);
        transition: 3s;
    }
    
    header.on:before {
        width: 100%;
    }
    
    header .logo {
        width: 480px;
        height: 100px;
        line-height: 100px;
        position: relative;
        overflow: hidden;
    }

    
    header .logo::before {
        content: "";
        position: absolute;
        left: -665px;
        top: -460px;
        width: 480px;
        height: 15px;
        background-color: rgba(255, 255, 255, .4);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-animation: searchLights 1s ease-in 1s infinite;
        -o-animation: searchLights 1s ease-in 1s infinite;
        animation: searchLights 1s ease-in 1s infinite;
    }@-webkit-keyframes searchLights {
        0% {
            left: -100px;
            top: 0;
        }

        to {
            left: 120px;
            top: 100px;
        }
    }

    @-o-keyframes searchLights {
        0% {
            left: -100px;
            top: 0;
        }

        to {
            left: 120px;
            top: 100px;
        }
    }

    @-moz-keyframes searchLights {
        0% {
            left: -100px;
            top: 0;
        }

        to {
            left: 120px;
            top: 100px;
        }
    }

    @keyframes searchLights {
        0% {
            left: -100px;
            top: 0;
        }

        to {
            left: 120px;
            top: 100px;
        }
    }
    
    header .logo img{
        width: 100%;
    }

    header dl {
        display: inline-block;
        font-size: 0;
        float: left;
    }
    
    header dl dd {
        display: inline-block;
        width: 102px;
        height: 100px;
        vertical-align: top;
    }
    
    header dl dd a {
        display: inline-block;
        width: 102px;
        height: 100px;
        position: relative;
        text-align: center;
        cursor: pointer;
    }
    
    header dl dd a:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 0;
        background: rgba(255, 255, 255, 0.3);
        transition: 1.2s;
        transition-delay: 3s;
    }
    
    #header.xg dl dd a:before {
        transition: 1s;
        transition-delay: 1s;
    }
    
    header.on dl dd a:before {
        height: 100%;
    }
    
    header dl dd a h3 {
        height: 48px;
        line-height: 48px;
        margin-top: 10px;
    }
    
    header dl dd a h5 {
        font-size: 14px;
        color: #fff;
    }
    
    header .right .tel {
        float: left;
        width: 225px;
        height: auto;
        padding: 7px 0px;
        padding-left: 45px;
        margin-left: auto;
        position: relative;
        background: #106dd0;
    }
    
    header .right .tel h5 {
        font-size: 14px;
        color: #fff;
        margin-bottom: 3px;
        line-height: normal;
    }
    
    header .right .tel h5 img {
        margin-right: 5px;
    }
    
    header .right .tel h3 {
        font-size: 22px;
        color: #fff;
        line-height: normal;
        font-family: 'Bebas';
        font-weight: normal;
    }
    
    .clear {
        clear: both;
        height: 0px;
        font-size: 1px;
        line-height: 0px;
    }
    
    .navBox {
        float: left;
    }
    
    .box880_1 {
        font: 17px/1.43 'Microsoft Yahei', Arial, sans-serif;
        color: #fff;
        left: 36%;
        width: auto;
    }
    
    .box880_1 .nav .title {
        font-weight: normal;
    }
    
    .box880_1 .nav>li>a:hover,
    .box880_1 .nav>li>a:hover .subtitle,
    .box880_1 .nav .active,
    .box880_1 .nav .active .subtitle {
        color: #ffffff;
    }
    
    .box880_1 .nav>li>a:after {
        height: 3px;
        bottom: 5px;
        background: #106dd0;
    }
    
    .box880_1 .nav>li>a {
        padding: 39px 16px;
    }
    
    .box880_1 .nav>li.selected a:after {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    
    .box880_1 .subnav li a {
        font-size: 15px;
        line-height: 56px;
        height: auto;
        border-bottom: 1px solid #fff;
        text-align: center;
    }
    
    .box880_1 .subnav {
        background: rgba(255, 255, 255, .93);
    }
    
    .box880_1 .subnav li a:hover {
        padding-left: 20px;
        background: #106dd0;
    }
    
    #header {
        position: fixed;
        z-index: 999;
        width: 100%;
        transition: 1s;
    }
    
    #header.xg {
        position: fixed;
        top: 0;
        background: #fff;
        background: rgba(255, 255, 255, .95);
        border-bottom: 1px solid #e5e5e5;
    }
    
    #header.xg .box880_1 {
        color: #333;
    }
    
    #header.xg .box880_1 a:hover {
        color: #106dd0;
    }
    
    #header.xg dl dd a h5 {
        color: #333;
    }
    
    #header.xg dl dd a:before {
        height: 100%;
    }
    
    #header.xg dl dd a:before {
        background: #e5e5e5;
    }
    
    #header.xg .top-search,
    #header.xg .top-wechat,
    .search-hover,
    .wechat-hover {
        display: none;
    }
    
    #header.xg .search-hover,
    #header.xg .wechat-hover {
        text-align: center;
        display: inline-block;
    }
    
    #header.xg .box880_1 a {
        color: #000;
    }
    
    #header.xg .box880_1 .subnav a:hover {
        color: #ffffff;
    }
    
    #header.xg .box880_1 .subnav a {
        color: #666;
    }
    
    .box6037_1 .ibanner .banner-loaded .bar-container .btn-prev:hover,
    .ibanner .banner-loaded .bar-container .btn-next:hover {
        background-color: #106dd0;
    }
    
    .swiper-pagination {
        display: none;
    }
    
    .banner-next {
        z-index: 99;
        position: absolute;
        bottom: 60px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        cursor: pointer;
        text-align: center;
        color: #ffffff;
    }
    
    .banner-next span {
        display: inline-block;
        margin: 0 auto;
    }
    
    .banner-next .next-text {
        -webkit-animation: fadeInDown 2s infinite;
        -moz-animation: fadeInDown 2s infinite;
        -o-animation: fadeInDown 2s infinite;
        -ms-animation: fadeInDown 2s infinite;
        animation: fadeInDown 2s infinite;
        position: relative;
        top: 15px;
    }
    
    .banner-next .next-icon {
        position: relative;
        width: 25px;
        height: 40px;
        background: url(../image/next-icon.png) center no-repeat;
    }
    
    .banner-next .next-icon:before {
        content: "";
        width: 2px;
        height: 10px;
        position: absolute;
        left: 50%;
        margin-left: -1px;
        top: 50%;
        margin-top: -7.5px;
        background: url(../image/icon.png) center no-repeat;
        -webkit-animation: scroll 1.4s cubic-bezier(.15, .41, .69, .94) infinite;
        -moz-animation: scroll 1.4s cubic-bezier(.15, .41, .69, .94) infinite;
        animation: scroll 1.4s cubic-bezier(.15, .41, .69, .94) infinite;
    }
    
    @keyframes scroll {
        0% {
            opacity: 0;
        }
        10% {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
        }
        100% {
            -webkit-transform: translateY(5px);
            -moz-transform: translateY(5px);
            -o-transform: translateY(0);
            transform: translateY(5px);
            opacity: 0;
        }
    }
    
    @keyframes fadeInDown {
        from {
            opacity: 0;
            transform: translate3d(0, -50%, 0);
        }
        to {
            opacity: 1;
            transform: none;
        }
    }
    
    .box6043_-6638 .pro_page .pro_page_xq .page-row .page-right .cp_right_line {
        width: 100% !important;
    }
    
    input:focus {
        outline: none !important;
    }
    
    header dl dd .qrcode {
        display: none;
        position: absolute;
        left: 0;
        top: 100px;
        z-index: 10;
    }
    
    header dl dd .qrcode img{
        max-width: 160px;
    }
    
    header dl dd a.btn:hover .qrcode {
        display: block;
        animation: navHover .5s ease;
    }
    /*public style end*/
    /*technology*/
    
    .index-box-2 {
        width: 100%;
        margin: 0 auto;
    }
    
    .box-container-fluid {
        width: 98%;
        margin: 0 auto;
    }
    
    .index-title {
        text-align: center;
        margin-top: 101px;
        margin-bottom: 55px;
    }
    @media (max-width:1480px){.index-box-5 .pro-main{max-width:1100px}
    .box20071_1 .cont .item{width:258px}
    .index-title{margin-top: 60px;}
    }
    .index-title h1 {
        font-weight: 600;
        color: #333;
        font-size: 42px;
        margin-bottom: 16px;
    }
    
    .index-title p {
        color: #666;
        font-size: 20px;
        line-height: 30px;
    }
    
    .index-more {
        position: relative;
        font-family: Arial;
        font-weight: 700;
        text-transform: uppercase;
        display: block;
        width: 182px;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        color: #fff;
        text-align: center;
        margin: 0 auto;
        border: 1px solid #fff;
    }
    
    .index-more i {
        vertical-align: middle;
        display: inline-block;
        position: relative;
        top: -5px;
        width: 40px;
        height: 9px;
        margin-left: .2rem;
        background: url(../image/right.png) no-repeat;
    }
    
    .index-more:hover {
        background: #106dd0;
        border-color: #106dd0;
        transition: all 1s .3s;
        -webkit-transition: all 1s .3s;
    }
    
    .index-more:hover span:nth-child(2),
    .index-more:hover span:nth-child(4) {
        width: 182px;
    }
    
    .index-more:hover span:last-child,
    .index-more:hover span:nth-child(3) {
        height: 50px;
    }
    
    .index-more span {
        position: absolute;
        display: inline-block;
        background: #106dd0;
        z-index: 10;
    }
    
    .index-more span:nth-child(2),
    .index-more span:nth-child(4) {
        width: 0;
        height: 1px;
    }
    
    .index-more span:last-child,
    .index-more span:nth-child(3) {
        width: 1px;
        height: 0;
    }
    
    .index-more span:nth-child(2) {
        left: -1px;
        top: -1px;
        transition: all .1s linear;
        -webkit-transition: all .1s linear;
        -moz-transition: all .1s linear;
        -o-transition: all .1s linear;
    }
    
    .index-more span:nth-child(3) {
        right: -1px;
        top: -1px;
        transition: all .1s .1s linear;
        -webkit-transition: all .1s .1s linear;
        -moz-transition: all .1s .1s linear;
        -o-transition: all .1s .1s linear;
    }
    
    .index-more span:nth-child(4) {
        right: -1px;
        bottom: -1px;
        transition: all .1s .2s linear;
        -webkit-transition: all .1s .2s linear;
        -moz-transition: all .1s .2s linear;
        -o-transition: all .1s .2s linear;
    }
    
    .index-more span:last-child {
        left: -1px;
        bottom: -1px;
        transition: all .1s .3s linear;
        -webkit-transition: all .1s .3s linear;
        -moz-transition: all .1s .3s linear;
        -o-transition: all .1s .3s linear;
    }
    
    .index-box-2 ul {
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
    }
    
    .index-box-2 ul li {
        flex: 1;
        margin-right: 4px;
    }
    
    .index-box-2 ul li:hover .top {
        background: #106dd0 url(../image/i_2bg.png) no-repeat center bottom;
    }
    
    .index-box-2 ul li:hover .top h3,
    .index-box-2 ul li:hover .top .brief {
        color: #fff;
    }
    
    .index-box-2 ul li:hover .top .brief:after {
        background: #fff;
    }
    
    .index-box-2 ul li:hover .info-box {
        opacity: 1;
    }
    
    .index-box-2 ul li:hover .info-box img,
    .index-box-2 ul li:hover .info-box .index-more {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
    
    .index-box-2 ul li:last-child {
        margin-right: 0;
    }
    
    .index-box-2 ul li a {
        display: block;
    }
    
    .index-box-2 ul li .top {
        width: auto;
        background: #f6f7f8;
        padding: 40px 60px 68px;
    }
    
    .index-box-2 ul li .top h3 {
        font-size: 28px;
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-transform: uppercase;
        margin-bottom: 14px;
        font-weight: 400;
    }
    
    .index-box-2 ul li .top .brief {
        font-size: 15px;
        color: #666;
        position: relative;
        line-height: 30px;
        height: 80px;
    }
    
    .index-box-2 ul li .top .brief:after {
        content: '';
        display: inline-block;
        width: 27px;
        height: 3px;
        background: #106dd0;
        position: absolute;
        left: 0;
        bottom: -29px;
        z-index: 10;
    }
    
    .index-box-2 ul li .pic {
        position: relative;
        font-size: 0;
        overflow: hidden;
    }
    
    .index-box-2 ul li .pic>img {
        width: 100%;
        height: auto;
        object-fit: cover;
        -webkit-transition: transform .6s;
        transition: transform .6s;
    }
    
    .index-box-2 ul li:hover .pic>img {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    
    .index-box-2 ul li .info-box {
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(65, 72, 81, 0.8);
        left: 0;
        top: 0;
        z-index: 10;
        text-align: center;
        opacity: 0;
        padding-top: 7rem;
    }
    
    .index-box-2 ul li .info-box img {
        margin: 0 auto 5rem;
        transition: 0.8s 0.4s;
        -webkit-transition: 0.8s 0.4s;
        -moz-transition: 0.8s 0.4s;
        -ms-transition: 0.8s 0.4s;
        -o-transition: 0.8s 0.4s;
    }
    
    .index-box-2 ul li .info-box .index-more {
        transition: 0.8s 0.5s;
        -webkit-transition: 0.8s 0.5s;
        -moz-transition: 0.8s 0.5s;
        -ms-transition: 0.8s 0.5s;
        -o-transition: 0.8s 0.5s;
    }
    
    .index-box-2 ul li .info-box img,
    .index-box-2 ul li .info-box .index-more {
        opacity: 0;
        visibility: hidden;
        transform: translateY(50px);
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
    }
    /*technology end*/
    /*index-box-3*/
    /*index-box-3 end*/
    /*index-box-4*/
    
    .index-box-4 .box-container-fluid .index-title h1,
    .index-box-4 .box-container-fluid .index-title p {
        color: #fff;
    }
    
    .index-box-4 .box-container-fluid .index-title {
        padding: 110px 0 12px;
        margin-top: 9px;
    }
    
    .index-box-4 {
        width: 100%;
        margin: 80px auto;
    }
    
    .index-box-4 .box-container-fluid {
        background: url(../image/advbg2.jpg) center / cover no-repeat;
        background-attachment: fixed;
    }
    
    .index-box-4 ul {
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        padding: 0 30px 130px;
    }
    
    .index-box-4 ul li {
        flex: 1;
        text-align: center;
        background: #f9f9f9;
        margin-right: 7px;
        padding: 61px 40px;
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
    }
    
    .index-box-4 ul li:last-child {
        margin-right: 0;
    }
    
    .index-box-4 ul li .icon img {
        /* width: .8rem; */
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }
    
    .index-box-4 ul li .info {
        text-align: center;
    }
    
    .index-box-4 ul li .info h3 {
        font-size: 24px;
        color: #333;
        margin: 40px auto 20px;
    }
    
    .index-box-4 ul li .info .desc {
        font-size: 18px;
        color: #666;
        line-height: 32px;
    }
    
    .index-box-4 .info .line {
        width: 27px;
        height: 3px;
        background: #106dd0;
        margin: 0 auto 20px;
        display: block;
    }
    
    .index-box-4 ul li:hover .icon img {
        transform: rotateY(180deg);
    }
    
    .index-box-4 ul li:hover {
        box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
    }
    /*index-box-4 end*/
    /*about*/
    
    .index-box-6 {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        margin-top: 80px;
    }
    
    .about-left {
        width: 50%;
        background: url(../image/about-left.jpg) center / cover no-repeat;
    }
    
    .about-right.fr {
        width: 50%;
        height: 765px;
    }
    
    .about-text {
        padding: 80px 81px 0 96px;
    }
    
    .index-box-6 .about-left h1 {
        font-size: 36px;
        font-weight: 600;
        color: #333;
        margin-bottom: 23px;
    }
    
    .index-box-6 .about-left p {
        font-size: 18px;
        color: #666;
        line-height: 36px;
    }
    
    .index-box-6 ul {
        display: flex;
        padding: 0 70px;
    }
    
    .index-box-6 ul li {
        box-sizing: border-box;
        display: inline-block;
        margin: 0;
        text-align: center;
        padding: 5% 0 0;
        width: 29%;
        /* width: -webkit-fill-available; */
    }
    
    .index-box-6 ul li h3 {
        font-size: 18px;
        font-weight: normal;
    }
    
    .index-box-6 ul li h3 span {
        color: #106dd0;
        font-family: 'Bebas', sans-serif, Arial;
        font-size: 72px;
        padding: 5px
    }
    
    .index-box-6 .index6 i {
        vertical-align: middle;
        display: inline-block;
        position: relative;
        top: -2px;
        background: url(../image/abouticon.png) no-repeat;
        left: 6px;
    }
    
    .index-more.index6 a {
        color: #24306e;
        font-size: 18px;
        font-weight: 400;
    }
    
    .index-more.index6 {
        border: 2px solid #999;
        width: 143px;
        height: 47px;
        margin: unset;
        margin-left: 96px;
        margin-bottom: 80px;
        margin-top: 60px;
    }
    
    .index-more.index6:hover span:nth-child(2),
    .index-more.index6:hover span:nth-child(4) {
        width: 143px;
    }
    
    .index-more.index6:hover {
        border-color: #106dd0;
        background: transparent;
    }
    
    .box20063_1 {
        display: none;
    }
    
    #sj425 {
        display: none;
    }
    /*about end*/
    /*@media*/
    
    @media (max-width: 1600px) {
        header .logo{
            width: 360px;
        }
        .box880_1 {
            left: 30%;
        }
        header .right .tel {
            width: 180px;
            padding-left: 30px;
        }
        .box880_1 .nav>li>a {
            padding: 39px 16px;
        }
        #index-box-3 ul li .txt {
            padding: 5.7rem 0;
        }
        #index-box-3 ul li .txt p {
            font-size: 16px;
            max-width: 560px;
        }
        #index-box-3 ul li .txt h5 {
            font-size: 28px;
        }
        .index-box-4 ul li {
            padding: 61px 27px;
        }
        .index-box-4 ul li .info .desc {
            font-size: 16px;
        }
        .index-box-5 .pro-main {
            max-width: 1200px;
        }
        .index-box-6 {
            height: 865px;
        }
    }
    
    @media (max-width: 1500px) {
        header dl dd {
            width: 85px;
        }
        header .box {
            padding: 0 0 0 2%;
        }
        .box880_1 .nav>li>a {
            padding: 39px 16px;
        }
        .index-title h1 {
            font-size: 36px;
        }
        .index-title p {
            font-size: 18px;
        }
        .index-box-2 ul li .top h3 {
            font-size: 24px;
        }
        .index-box-2 ul li .top .brief {
            font-size: 14px;
        }
        .index-box-2 ul li .top {
            padding: 40px 45px 68px;
        }
        .index-box-2 ul li .info-box {
            padding-top: 6rem;
        }
        .index-box-4 ul li .info .desc {
            font-size: 15px;
        }
        .index-box-4 ul li {
            padding: 61px 20px;
        }
        .index-box-4 ul li .info h3 {
            font-size: 22px;
        }
        .about-text {
            padding: 125px 65px 0;
        }
        .index-box-6 ul {
            padding: 0 60px;
        }
        .index-box-6 .about-left p {
            font-size: 16px;
        }
        .index-box-6 ul li {
            width: 32%;
        }
        .index-box-6,
        .about-right.fr {
            height: 838px;
        }
        header dl dd,
        header dl dd a {
            width: 88px;
        }
    }
    
    @media (max-width: 1480px) {
        #index-box-3 ul li .txt .btn_more {
            font-size: 16px;
        }
        #index-box-3 ul li .txt {
            padding: 5rem 0;
        }
        .index-box-6 ul li h3 span {
            font-size: 60px;
        }
        .index-box-6,
        .about-right.fr {
            height: 600px;
        }
        .about-text {
            padding: 80px 65px 0;
        }
        .index-box-6 ul li {
            padding: 6% 0 0;
        }
    }
    
    @media (max-width: 1440px) {
        header .right .tel {
            width: 175px;
            padding-left: 25px;
        }
        header .logo img {
            width: 90%;
        }
        .banner-next {
            bottom: 52px;
        }
        .box880_1 {
            left: 33%;
            font-size: 16px;
        }
        .box880_1 .nav>li>a {
            padding: 39px 14px;
        }
        .index-box-2 ul li .top {
            padding: 40px 35px 68px;
        }
        .index-box-2 ul li .top .brief,
        .index-box-4 ul li .info .desc,
        .index-box-6 .about-left p {
            font-size: 14px;
        }
        .index-box-2 ul li .top h3 {
            font-size: 26px;
        }
        .index-box-2 ul li .info-box {
            padding-top: 5.5rem;
        }
        .index-box-4 ul li {
            padding: 50px 10px;
        }
        .index-box-6 ul {
            padding: 0 50px;
        }
        .index-box-6 ul li h3 span {
            font-size: 60px;
        }
        .index-more.index6 {
            margin-left: 60px;
            margin-top: 5px;
        }
    }
    
    @media (max-width: 1360px) {
        #_ctl0__ctl2_box dl{ display: none;}
        .box880_1 .nav>li>a {
            padding: 39px 12px;
        }
        .footerfla p,
        .footerflb {
            font-size: 15px;
        }
        .index-box-2 ul li {
            height: auto;
        }
    }
    
    
    @media (max-width: 1024px) {
        #header{background: rgb(165 182 226);}
        .box6037_1 .ibanner{margin-top: 75px;}
        .box880_1,
        .box20063_1 .logo,
        header dl dd:last-child,
        header .right .tel,
        header.on dl dd a:before {
            display: none;
        }
        .box20063_1 {
            display: block;
        }
        .box20063_1 .mf-nav-wrap {
            background-color: transparent;
            padding: 39px 25px;
            left: unset;
            right: 0;
            width: 10%;
        }
        header .box dl {
            margin-right: 100px;
        }
        .box20063_1 .mf-nav-toggle {
            margin-top: 0;
        }
        #header.xg .box20063_1 .mf-nav-toggle span {
            background-color: #24306e;
        }
        .box20063_1 .mf-nav-toggle span {
            width: 32px;
        }
        .box20063_1 .mf-nav-toggle span+span {
            margin-top: 8px;
        }
        .index-box-2 ul li .top h3 {
            font-size: 20px;
        }
        .index-box-2 ul li .top {
            padding: 40px 20px 68px;
        }
        .index-box-2 ul li .top .brief,
        .index-box-4 ul li .info .desc,
        .index-box-6 .about-left p {
            font-size: 14px;
        }
        .index-box-2 ul li .info-box {
            padding-top: 3.5rem;
        }
        .index-box-2 ul li .info-box img {
            margin: 0 auto 3rem;
        }
        .index-box-4 ul {
            display: inline-block;
            padding: 0 0 90px;
            margin: 0 5%;
        }
        .index-box-4 ul li {
            padding: 34px 0;
            display: inline-block;
            width: 100%;
            margin-bottom: 10px;
        }
        .box20072_-2517 .cont,
        .box6043_-6638 .pro_page .pro_page_xq .page-row .page-left,
        .box6043_-6638 .pro_page .pro_page_xq .page-row .page-right,
        .ny-container-fluid,
        .ny-zj,
        .contact-form .row,
        .box20074_-4914 .m-news .news-item .news-pic img,
        .ny-contact .left,
        .ny-contact .right {
            width: 100% !important;
        }
        .box20072_-2517 .cont .item {
            width: 39% !important;
            margin: 35px 56px !important;
        }
        .box6043_-6638 .pro_page {
            margin: 30px auto 0 !important;
            padding: 0 !important;
            width: 95% !important;
        }
        .box6043_-6638 .pro_page .pro_page_xq .page-row .page-left {
            width: 100% !important;
            margin-bottom: 130px !important;
        }
        .box268_-5084 {
            width: 95% !important;
            margin: 0 auto !important;
        }
        .box6043_-6638 .pro_page .pro_page_xq .page-row .page-right {
            margin-left: 0 !important;
        }
        .box10027_-2475,
        .w-tabs-section,
        .box118_-3729,
        .ny-video,
        .contact-form,
        .box20074_-4914 {
            width: 95% !important;
            margin: 0 auto !important;
        }
        .box10027_-2475 .swiper-slide {
            width: 400px !important;
        }
        .box10027_-2475 .swiper-container {
            width: 87% !important;
        }
        .box-container .data ul {
            padding-left: 7% !important;
        }
        .box-container .data ul li {
            width: 30.3333% !important;
        }
        .ny-zj img {
            width: 100% !important;
            margin: 0 auto;
            padding: 50px 0 !important;
        }
        .box20074_-4914 .col-md-7 {
            width: 50% !important;
        }
        .box20074_-4914 .m-news .news-item .news-content {
            padding: 5px 20px !important;
        }
        .box20074_-4914 .m-news .news-item .news-content .news-desc {
            margin-top: 14px !important;
        }
        .box166_-5471,
        .m1400 {
            max-width: 95% !important;
            margin: 0 auto !important;
        }
        .ny-contact .left {
            padding: 55px 0 0 !important;
        }
        .ny-contact .left h5,
        .ny-contact .left h3,
        .ny-contact .left p,
        .ny-contact .left span img {
            padding: 0 50px !important;
        }
    }
    
    @media (max-width: 768px) {
        .banner-next,
        header dl dd a h5 {
            display: none;
        }
        header,
        header dl dd a,
        header dl dd {
            height: 75px;
        }
        header .logo img {
            width: 85%;
        }
        header .logo,
        header dl dd a h3 {
            height: 75px;
            line-height: 75px;
        }
        header dl dd a h3 {
            margin-top: 0;
        }
        .box20063_1 .mf-nav-wrap {
            padding: 26px 25px;
        }
        header .box dl {
            margin-right: 60px;
        }
        .index-box-2 ul,
        .index-box-2 ul li a {
            display: inline-block;
            width: 100%;
        }
        .index-title {
            margin-top: 30px;
            margin-bottom: 20px;
        }
        .index-title h1 {
            font-size: 26px;
        }
        .index-title p {
            font-size: 16px;
        }
        .index-box-2 ul li .top h3 {
            font-size: 24px;
        }
        .index-box-2 ul li .top {
            padding: 40px 35px;
        }
        .index-box-2 ul li .top .brief,
        .index-box-4 ul li .info .desc {
            font-size: 14px;
        }
        .index-box-2 ul li .top .brief:after {
            bottom: -12px;
        }
        .index-box-2 ul li .info-box {
            padding-top: 6.5rem;
        }
        #index-box-3 ul li .txt {
            padding: 6.35rem 0;
        }
        #index-box-3 ul li .txt {
            padding: 6.35rem 0;
        }
        .about-text {
            padding: 60px 30px 0;
        }
        .index-box-6 .about-left h1 {
            font-size: 26px;
        }
        .box20073_-1522 .cont {
            width: 100% !important;
        }
        .box20073_-1522,
        .box19_-5369 {
            width: 95% !important;
        }
        .box20073_-1522 .cont .item {
            width: 47.6% !important;
        }
        .box222_-7558 .mainList a {
            padding: 0 12px !important;
        }
        .box222_-7558 .mainList,
        .box222_-5772 .mainList {
            padding: 0 !important;
        }
        .box20072_-2517 .cont .item {
            width: 44.5% !important;
            margin: 20px !important;
        }
        .box20072_-2517 .cont .item .text {
            padding: 20px !important;
        }
        .box20072_-2517 .cont .item .text h2 {
            font-size: 16px !important;
        }
        .box20072_-2517 .cont .item .text p {
            font-size: 14px !important;
        }
        .box20074_-4914 .m-news .news-item .news-pic,
        .box20074_-4914 .m-news .news-item .news-content {
            float: none !important;
        }
        .box20074_-4914 .m-news .news-item .news-content {
            padding: 0 !important;
        }
        .box20074_-4914 .col-md-7 {
            width: 100% !important;
            margin: 20px auto 0 !important;
        }
        .box20074_-4914 .m-news .news-item .news-pic {
            padding: 0 !important;
        }
        .box20074_-4914 .m-news .news-item .news-content .news-desc {
            white-space: normal !important;
            font-size: 15px !important;
        }
        .box20074_-4914 .m-news .news-item {
            padding: 20px !important;
        }
        .box20074_-4914 .m-news .news-item .news-content .news-item-title {
            font-size: 20px !important;
        }
        .box20074_-4914 .m-news .news-item .news-date {
            display: none !important;
        }
        #header.xg dl dd a:before {
            display: none;
        }
    }
    
    @media (max-width: 425px) {
        div#_ctl0__ctl5_box {
            display: none;
        }
        #sj425 {
            display: block;
        }
        header dl dd,
        header dl dd a {
            width: 50px;
        }
        .box20063_1 .mf-nav-wrap {
            padding: 26px 15px;
        }
        .index-title h1 {
            font-size: 24px;
        }
        .index-title p {
            font-size: 14px;
        }
        .index-title {
            padding: 0 15px;
        }
        .index-box-2 ul li {
            margin-bottom: 15px;
        }
        .index-box-2 ul li .pic {
            /* height: 400px; */
        }
        #index-box-3 .index-title {
            margin-top: 20px;
            margin-bottom: 20px;
        }
        .index-box-4 .box-container-fluid .index-title {
            padding: 50px 15px 0;
        }
        .index-box-4 ul li .info h3 {
            margin: 20px auto;
        }
        .index-box-4 ul li {
            padding: 30px 0;
        }
        .index-box-4 ul li .info {
            padding: 0 15px;
        }
        .index-box-4 ul li .info .desc {
            font-size: 15px;
        }
        .index-box-4 ul {
            padding: 0 0 50px;
        }
        .about-text {
            padding: 60px 20px 0;
        }
        .index-box-6 ul li h3 span {
            font-size: 48px;
        }
        .index-box-6 ul li h3 {
            font-size: 15px;
        }
        .index-box-6 .about-left ul li p {
            font-size: 12px;
        }
        .index-box-6 .about-left .about-text p {
            text-align: justify;
        }
        .index-box-6 ul {
            padding: 0 15px !important;
        }
        .index-box-6 ul li {
            width: 100%;
        }
        .index-more.index6 {
            margin-bottom: 45px !important;
            margin-top: 30px !important;
            margin-left: 20px;
        }
        .about-right .sp_l,
        .about-right.fr {
            background: none !important;
        }
        .box20071_1 .cont .item {
            width: 196px;
        }
        .box222_-7558 .mainList ul li {
            margin-bottom: 15px;
        }
    }
    
    @media (max-width: 414px) {
        .index-box-4 ul li .info .desc {
            font-size: 14px;
        }
    }
    @media (max-width:1024px){.box930,.index-box-5 .pro-box,.index-box-5 .pro-box2{height:auto!important;width:100%}
.index-box-5 .product-one,.par-bg{background-image:none!important;background:#24306e!important}
.index-box-5 .pro-title{margin:0 58px;height:100px}
.index-box-5 .pro-title h2{font-size:18px;transform:rotate(0);top:58px;width:auto;left:0}
.index-box-5 .pro-title h3{font-size:24px;width:auto;margin-left:0;padding-top:24px}
.index-box-5 .pro-title h3::after{bottom:50%;width:45%;height:1px;left:65%;opacity:.5}
.index-box-5 .pro-nav{padding:40px 34px 70px}
.box11006_1 .pro-list{padding-bottom:50px}
.about-left,.about-right.fr,.index-box-6{height:auto;width: 100% !important;}
.index-more.index6{margin-bottom:75px;margin-top:68px}
.index-box-6 .about-left p{font-size:16px}
.index-box-6{margin-top:40px}
.index-box-5 .pro-main{max-width:100%;margin:0 auto}
.index-box-4{margin: 40px auto;}
.partner.clearfix{height:auto;margin:60px 0}
.box10026_1 .swiper-container{width:100%;margin-top:36px;margin-bottom:57px}
.box20071_1 .cont{padding-top:0;padding-left:0;padding:60px 0}
.box11006_1 .pro-list li{margin-top: 30px;}
}