<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*通用*/

::selection {
    color: #fff;
    background-color: #003c85;
}

::-moz-selection {
    color: #fff;
    background-color: #003c85;
}

::-webkit-selection {
    color: #fff;
    background-color: #003c85;
}

.container {
    width: 1180px;
    margin: 0 auto;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

.clear {
    clear: both;
}

/*header*/

.header .header_box {
    padding: 20px 0;
}

.header .header_box .logo a {
    display: block;
}

.header .header_box .logo img {
    width: 100%;
    display: block;
}

.header .header_box .word {
    padding-left: 20px;
    margin: 12px 0 0 20px;
    border-left: 1px solid #8a8a8a;
}

.header .header_box .word h4 {
    font-size: 18px;
    color: #003c85;
}

.header .header_box .word h5 {
    font-size: 18px;
    color: #da251d;
}

.header .header_box .tel {
    background: url("../images/ico1.png") no-repeat left center;
    padding-left: 52px;
    line-height: 24px;
    margin-top: 13px;
    height: 48px;
}

.header .header_box .tel h4 {
    font-size: 14px;
}

.header .header_box .tel p {
    font-size: 28px;
    font-family: "Times New Roman";
    color: #003c85;
}

/*nav*/

.nav {
    background-color: #003c85;
    width: 100%;
    height: 50px;
}

.nav .nav_box li {
    float: left;
    line-height: 50px;
    padding: 0 23px;
}

.nav .nav_box li a {
    color: #fff;
}

.nav .nav_box li:hover {
    background-color: #333;
}

.nav .nav_box li.another {
    background-color: #333;
}

.fixedNav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

/*foot*/

.foot .fnav {
    color: #fff;
    background-color: #003c85;
    width: 100%;
    line-height: 52px;
}

.foot .fnav .fnav_box a {
    line-height: 52px;
    color: #fff;
    padding: 0 21px;
}

.foot .f_not {
    background: url("../images/foot.jpg") no-repeat center;
    width: 100%;
    height: 227px;
}

.foot .f_not .f_not_box .foot2 {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    padding-top: 40px;
}

.foot .f_not .f_not_box .foot2 h2 {
    font-size: 14px;
}

.foot .f_not .f_not_box .foot2 span {
    margin: 0 5px;
}

.foot .f_not .f_not_box .foot2 a {
    color: #fff;
    margin: 0 5px;
}

.foot .f_not .f_not_box .foot3 img {
    width: 120px;
    height: 120px;
    padding-top: 47px;
}

.foot .f_not .f_not_box .foot3 p {
    color: #fff;
    text-align: center;
}

.list_page {
    text-align: center;
    margin: 10px;
    display: block;
}

.list_page:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.list_page ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: bottom;
}

.list_page ul li {
    display: inline-block;
    border: solid 1px #ddd;
    border-radius: 4px;
}

.list_page ul a {
    color: #333;
    padding: 8px 12px;
    line-height: 18px;
    display: block;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
    background: #fff;
}

.page_group ul {
    border-right: solid 1px #ddd;
    border-radius: 4px;
}

.page_group ul li {
    border-right: none;
    border-radius: 0;
    float: left;
    padding: 0!important;
    height: auto!important;
    margin: 0!important;
}

.page_group ul li:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.page_group ul li:first-child {
    border-radius: 4px 0 0 4px;
}

.page_group ul li:last-child {
    border-radius: 0 4px 4px 0;
}

.page_group ul .active a {
    background: #f3f3f3;
    border-radius: 0;
}

.reason_m {
    display: none;
}

.case_m {
    display: none
}
.m-nav{display: none}
@media only screen and (max-width: 640px) {
    .ico {
        width: 50px;
        height: 40px;
        background: url(../images/ico.png);
        background-size: contain;
        background-repeat: no-repeat;
        margin: 15px 2.5% 0 0;
        float: right;
        cursor: pointer;
    }

    @media all and (min-width: 640px) {
        .ico {
        }
    }
    @media all and (max-width: 414px) {

        .ico {
            width: 10% !important;
            background-size: 90%

        }
    }
    @media all and (max-width: 320px) {

        .ico {
            margin: 10px 2% 0 0;
        }
    }
    .m-nav .current:after {
        position: absolute;
        top: 50%;
        left: 0;
        width: 5px;
        height: 14px;
        margin-top: -7px;
        border-left: 2px solid #143883;
        content: "";
    }

    .m-nav {
        width: 200px;
        height: 100%;
        right: -200px;
        top: 0;
        background: #fff;
        position: fixed;
        transform: translateZ(0px) rotate(0deg);
        transition: transform 0.4s cubic-bezier(0.4, 0.01, .165, 0.99);
        z-index: 9999;
        display: block;
    }

    .m-nav h2 {
        margin: 0 0 10px;
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
        font-weight: bold;
        font-size: 16px;
        line-height: 30px;
        text-align: center;
    }

    .m-nav li {
        position: relative;
        padding: 12px 12px 12px 22px;
        border-bottom: 1px solid #eee;
        font-size: 14px;
        line-height: 24px;
    }

    .m-nav li a {
        display: block;
    }

    .m-nav li a:hover, .m-nav .current a {
        color: #143883;
    }

    .m-nav .current:after {
        position: absolute;
        top: 50%;
        left: 0;
        width: 5px;
        height: 14px;
        margin-top: -7px;
        border-left: 2px solid #143883;
        content: ""
    }

    body.z-open .m-nav {
        transform: translate3d(-200px, 0, 0);
        -webkit-transform: translate3d(-200px, 0, 0);
    }

    body.z-open .g-wp {
        transform: translate3d(-200px, 0, 0);
        -webkit-transform: translate3d(-200px, 0, 0);
    }

    .u-mask {
        position: fixed;
        left: 0;
        top: 0;
        width: calc(100% - 200px);
        height: 100%;
        background: #000;
        opacity: .5;
        z-index: 999;
    }

    .hide {
        display: none !important;
    }

    .header .header_box {
        width: 100%
    }

    .header .header_box .word {
        display: none
    }

    .header .header_box .tel {
        display: none
    }

    .header .header_box .logo a {
        display: inline;
        width: auto;
        height: auto;
    }

    .header .header_box .logo img {
        width: 100px;
        height: auto;
        display: block;
        padding-left: 20px;
    }

    .header {
        position: fixed;
        top: 0;
        background: #fff;
        width: 100%;
    }

    .ico {
        position: absolute;
        top: 20px;
        right: 20px;
        margin: 0;
    }

    .banner {
        height: auto!important;
        margin-top: 68.75px;
    }

    .container {
        width: 100%!important;
    }

    .search .sea_r {
        margin-right: calc(50% - 166.5px);
    }

    .nav {
        display: none
    }

    .product .hd h3 {
        font-size: 18px;
    }

    .product .hd {
        background: none
    }

    .product_below ul {
        width: 100%;
    }

    .product_below ul li {
        width: 48%;
        margin: 0 1%;
    }

    .product_below ul li .pic {
        height: auto
    }

    .reason_m {
        display: block
    }

    .reason_m_title {
        text-align: center
    }

    .reason_m_title h4 {
        font-size: 18px;
        color: #003c85
    }

    .reason_m_title span {
        font-size: 16px;
    }

    .reason_m_title p {
        font-size: 12px;
    }

    .reason_m_list {
        padding: 0 20px
    }

    .reason_m_list li {
        overflow: hidden;
        zoom: 1;
        margin: 10px 0
    }

    .reason_m_num {
        width: 35px;
        height: 35px;
        color: #fff;
        background: #003c85;
        line-height: 35px;
        text-align: center;
        float: left
    }

    .reason_m_info {
        float: right;
        width: calc(100% - 45px);
    }

    .reason_m_info p {
    }

    .reason_m_info p span {
    }

    .resson_m_line {
    }

    .reason {
        display: none
    }

    .case {
        display: none
    }

    .case_m {
        display: block;
    }

    .case_m_list {
        overflow: hidden;
        zoom: 1
    }

    .case_m_list li {
        width: 48%;
        margin: 0 1%;
        float: left
    }

    .case_m_list li img {
        width: 100%;
    }

    .case_m_list li span {
        display: block;
        text-align: center
    }

    .about {
        background: none;
        height: auto;
        z-index: -1;
    }

    .about .content {
        width: calc(100% - 40px);
        padding: 0 20px
    }

    .about .pic {
        display: none
    }

    .company .bd ul {
        width: 100%
    }

    .company .bd ul li {
        width: 48%;
        margin: 0 1%;
    }

    .company .bd ul li .pic1 {
        width: 100%;
        height: auto
    }

    .new .link {
        width: calc(100% - 40px);
        padding: 0 20px
    }

    .new .link li {
        width: calc(33.3% - 2px);
        font-size: 16px;
        line-height: 45px;
        height: 45px
    }

    .new .content .new_lf {
        width: 100%;
        height: auto;
        z-index: -1;
    }

    .content {
        padding: 0 20px
    }

    .new {
        height: auto
    }

    .new .content .new_rt {
        width: 100%;
        height: auto
    }

    .new .content .new_rt ul li {
        width: calc(100% - 20px)
    }

    .flink .f_tit {
        display: none
    }

    .fnav a {
        display: block;
        width: 25%;
        text-align: center;
        float: left;
        padding: 0 !important;
    }

    .foot .f_not {
        height: auto;
        background: #777777
    }

    .foot .f_not .f_not_box .foot2 {
        padding: 0 20px
    }

    .foot3 {
        float: left;
        margin-left: 20px
    }
    .list03 .list ul{width: 100%}
    .list03 .list ul li{width: 48%;margin: 0 1%}
    .list03 .list ul li .img img{width: calc(100% - 20px);height: auto}
    .header{z-index: 9999}
    .side-bar{margin-left:calc(50% - 125px) }
    .index-pull {width: 250px!important;}
    .product_below {width: 100%!important}
    .news-list{width: 100%!important;}
    .relevant .content ul{width: 100%!important;}
    .news-list ul li .news-right{width: calc(100% - 180px)!important;}
    .relevant .content ul li{width: 100%}
    .page-about img{max-width: 100%;height: auto}
}</pre></body></html>