
.fl {
    float: left;
}

.fr {
    float: right;
}

.cf {
    zoom: 1;
}

    .cf:after {
        content: '';
        display: block;
        clear: both;
    }

* {
    margin: 0;
    padding: 0;
}

body, html {
    font-size: 62.5%;
    font-size: 1.2rem;
}

a img {
    border: 0px;
}

a {
    text-decoration: none;
}

ul li {
    list-style-type: none;
}

/* +++++++++++++++++++++++++++++++++++++  Common style  start  ++++++++++++++++++++++++++++++++++ */
.head {
    width: 100%;
    height: auto;
    background: #fff;
}

    .head .head-rel {
        width: 100%;
        height: auto;
        background: #1d7ccb;
    }

        .head .head-rel .m {
            width: 1200px;
            height: auto;
            margin: 0 auto;
            display: -webkit-flex;
            display: flex;
            -webkit-justify-content: flex-start;
            justify-content: flex-start;
        }

            .head .head-rel .m > li {
                position: relative;
                width: 14%;
                height: auto;
                border-right: 1px solid #fff;
                margin: 10px 0;
                padding: 0 20px;
                font-size: 14px;
                color: #fff;
            }

                .head .head-rel .m > li:last-child {
                    border-right: 0;
                }

                .head .head-rel .m > li:first-child {
                    padding-left: 0;
                }

                .head .head-rel .m > li > img {
                    width: 18px;
                    height: auto;
                    vertical-align: sub;
                    margin-right: 3px;
                }

                .head .head-rel .m > li .head-webox {
                    display: none;
                    position: absolute;
                    top: 0;
                    right: 0;
                    z-index: 3;
                    width: 100px;
                    height: auto;
                    overflow: hidden;
                    background: #fff;
                    padding: 10px;
                }

                .head .head-rel .m > li:hover .head-webox {
                    display: block;
                }

                .head .head-rel .m > li .head-webox > img {
                    width: 100px;
                    height: 100px;
                }

    .head .head-nav {
        width: 100%;
        overflow: hidden;
        background: #fff;
    }

        .head .head-nav .m {
            width: 1200px;
            height: auto;
            overflow: hidden;
            margin: 0 auto;
            padding: 10px 0;
        }

            .head .head-nav .m .logo {
                display: block;
                float: left;
                width: 50%;
                overflow: hidden;
            }

                .head .head-nav .m .logo > img {
                    width: auto;
                    height: 50px;
                }

            .head .head-nav .m .nav {
                float: right;
                width: 50%;
                height: auto;
                overflow: hidden;
            }

                .head .head-nav .m .nav > a {
                    display: block;
                    float: left;
                    width: 20%;
                    overflow: hidden;
                    font-size: 14px;
                    color: #333;
                    line-height: 50px;
                    text-align: right;
                }

                    .head .head-nav .m .nav > a.nav_on {
                        color: #005ead;
                    }

.base {
    width: 100%;
    overflow: hidden;
    background: #373737;
}

    .base .m {
        width: 1200px;
        overflow: hidden;
        background: #373737;
        margin: 0 auto;
        color: #fff;
        font-size: 14px;
    }

        .base .m .baseT {
            width: 100%;
            overflow: hidden;
            padding: 45px 0 20px 0;
        }

            .base .m .baseT .baseT-we {
                float: left;
                width: 20%;
                height: auto;
                overflow: hidden;
            }

                .base .m .baseT .baseT-we img {
                    width: 120px;
                    height: auto;
                }

                .base .m .baseT .baseT-we p {
                    line-height: 32px;
                    width: 120px;
                    text-align: center;
                }

            .base .m .baseT .baseT-com {
                float: left;
                width: 70%;
                overflow: hidden;
            }

                .base .m .baseT .baseT-com .BList {
                    float: left;
                    width: 40%;
                    height: auto;
                    overflow: hidden;
                }

                .base .m .baseT .baseT-com .BListflow {
                    float: right;
                }

                .base .m .baseT .baseT-com .BList .BList-tit {
                    width: 100%;
                    position: relative;
                    border-bottom: 1px solid #fff;
                    padding: 10px 0;
                }

                    .base .m .baseT .baseT-com .BList .BList-tit .bp1 {
                        font-size: 16px;
                    }

                    .base .m .baseT .baseT-com .BList .BList-tit .bp2 {
                        position: absolute;
                        bottom: -2px;
                        left: 0;
                        width: 65px;
                        height: 3px;
                        background: #fff;
                    }

                .base .m .baseT .baseT-com .BList .BList-text {
                    width: 100%;
                    overflow: hidden;
                    padding-top: 10px;
                }

                    .base .m .baseT .baseT-com .BList .BList-text > li {
                        overflow: hidden;
                        padding: 5px 0;
                    }

                        .base .m .baseT .baseT-com .BList .BList-text > li > span {
                            display: block;
                            float: left;
                            width: 35%;
                        }

                        .base .m .baseT .baseT-com .BList .BList-text > li > img {
                            width: 20px;
                            height: auto;
                            vertical-align: sub;
                            margin-right: 3px;
                        }

        .base .m .baseF {
            width: 100%;
            overflow: hidden;
            text-align: center;
            padding: 25px 0 15px 0;
        }

            .base .m .baseF a {
                color: #fff;
            }

/*    锟斤拷页    */
.comHead {
    width: 100%;
    overflow: hidden;
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
    color: #999;
}

    .comHead .proHead-p {
        font-size: 22px;
        color: #005ead;
        line-height: 36px;
    }

    .comHead p {
        font-size: 14px;
        color: #999;
    }

.comMore {
    display: block;
    width: 20%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    background: #005ead;
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin: 15px auto;
}

.combox {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f3f3f3;
    padding: 15px 0;
}

.combox-hue1 {
    background: #fff;
}

.combox-hue2 {
    background: #f5f5f5;
}

.combox .m {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.backdrop {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

    .backdrop .Bi {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
    }

    .backdrop .Bt {
        position: relative;
        z-index: 3;
        width: 100%;
        overflow: hidden;
        margin: 4% 0;
        font-size: 20px;
    }

        .backdrop .Bt .Btp1 {
            font-size: 40px;
        }

/* .pagebox{width:100%;overflow:hidden;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;text-align:center;margin:45px 0;}
.pagebox>a{display:block;padding:5px 10px;border:1px solid #d9d9d9;border-radius:3px;margin:0 5px;font-size:14px;color:#666;}
.pagebox>a:hover{color:#fff;border-color:#005ead;background:#005ead;}
 */


.pagination {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    margin: 45px 0;
}

    .pagination li {
        margin: 0px 5px;
        border: 1px solid #e6e6e6;
        padding: 3px 8px;
        display: inline-block;
        border-radius: 3px;
    }

        .pagination li a {
            color: #666;
            font-size: 18px;
        }

    .pagination .active {
        background-color: #005ead;
        color: #fff;
        font-size: 18px;
    }

    .pagination .disabled {
        color: #aaa;
        font-size: 18px;
    }

.pager {
    text-align: center;
    margin: 20px 20px;
}

    .pager li {
        margin: 10px 30px;
        border: 1px solid #e6e6e6;
        padding: 3px 8px;
        display: inline-block;
        border-radius: 3px;
    }

    .pager .disabled {
        color: #aaa;
        font-size: 18px;
    }

    .pager li a {
        font-size: 18px;
        color: #005ead;
    }

/* +++++++++++++++++++++++++++++++++++++  Common style  end  ++++++++++++++++++++++++++++++++++ */




.swiper-container {
    width: 100%;
    height: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide {
    height: auto;
}

.banner {
    width: 100%;
    height: auto;
}

    .banner img {
        width: 100%;
        height: auto;
        cursor: pointer;
    }

.swiper-pagination-bullet {
    background: none;
    border: 1px solid #fff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #005ead;
    border-color: #005ead;
}




.proBox {
    width: 100%;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    margin: 20px 0;
}

    .proBox .proList {
        display: block;
        width: 100%;
        height: auto;
        overflow: hidden;
        border-right: 1px solid #d9d9d9;
        margin: 10px 0;
        padding: 10px 25px;
    }

        .proBox .proList:last-child {
            border-right: 0;
        }

        .proBox .proList > img {
            display: block;
            width: 50%;
            height: auto;
            margin: 10px auto;
        }

        .proBox .proList:hover > img {
            margin: 15px auto 5px;
            transition: .2s;
            -ms-transition: .2s;
            -moz-transition: .2s;
            -webkit-transition: .2s;
            -o-transition: .2s;
        }

        .proBox .proList .proT {
            width: 100%;
            overflow: hidden;
        }

            .proBox .proList .proT .pT1 {
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                font-size: 16px;
                color: #333;
                line-height: 42px;
            }

            .proBox .proList .proT .pT2 {
                overflow: hidden;
                font-size: 14px;
                color: #999;
                line-height: 24px;
            }

        .proBox .proList:hover .proT .pT1 {
            color: #005ead;
        }

.caseBox {
    width: 100%;
    overflow: hidden;
}

    .caseBox .caseList {
        width: 110%;
        height: auto;
        overflow: hidden;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 20px 0;
    }

        .caseBox .caseList .caseLink {
            display: block;
            width: 40%;
            height: auto;
            overflow: hidden;
            margin-right: 10%;
            border-bottom: 1px solid #e6e6e6;
            padding: 15px 0;
        }

            .caseBox .caseList .caseLink:hover .CaseT1 {
            }

            .caseBox .caseList .caseLink .CaseT1 {
                width: 100%;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                font-size: 16px;
                color: #005ead;
                margin-bottom: 10px;
            }

                .caseBox .caseList .caseLink .CaseT1 img {
                    width: 7px;
                    height: auto;
                    margin-right: 10px;
                }

            .caseBox .caseList .caseLink .CaseT2 {
                width: 100%;
                overflow: hidden;
                text-overflow: ellipsis;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                display: -webkit-box;
                font-size: 14px;
                color: #999;
                line-height: 24px;
                position: relative;
            }

                .caseBox .caseList .caseLink .CaseT2 .CaseMore {
                    position: absolute;
                    bottom: -3px;
                    right: 2px;
                    display: block;
                    background: #fff;
                    color: #005ead;
                }

.afterBox {
    width: 100%;
    overflow: hidden;
}

    .afterBox .afterList {
        width: 100%;
        overflow: hidden;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin: 20px 0 30px 0;
        text-align: center;
    }

        .afterBox .afterList .afterLink {
            display: block;
            width: 100%;
            height: auto;
            overflow: hidden;
            margin-bottom: 20px;
        }



            .afterBox .afterList .afterLink > img {
                width: 25%;
                height: auto;
                display: block;
                margin: 25px auto;
            }

            .afterBox .afterList .afterLink:hover img {
                width: 30%;
                transition: .2s;
                -ms-transition: .2s;
                -moz-transition: .2s;
                -webkit-transition: .2s;
                -o-transition: .2s;
            }

            .afterBox .afterList .afterLink > p {
                font-size: 14px;
                color: #333;
            }

            .afterBox .afterList .afterLink:hover {
                margin-bottom: 0;
            }

.clientBox {
    width: 100%;
    overflow: hidden;
}

    .clientBox .clientList {
        width: 100%;
        overflow: hidden;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 20px 0;
        text-align: center;
        line-height: 38px;
    }

        .clientBox .clientList .clientLink {
            display: block;
            height: auto;
            overflow: hidden;
            margin: 10px auto;
            width:30%;
            line-height: 100%;
            float:left;
            padding: 0 10px;

        }

            .clientBox .clientList .clientLink > img {
                width: 100%;
                height: 100px;
            }

            .clientBox .clientList .clientLink > p { 
                 line-height: 38px;
            }

.path {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #d9d9d9;
}

    .path .pathSeek {
        float: right;
        position: relative;
        width: 50%;
        overflow: hidden;
    }

        .path .pathSeek .pathPut {
            float: right;
            width: 224px;
            height: 30px;
            overflow: hidden;
            border: 1px solid #d9d9d9;
            border-radius: 20px;
            line-height: 30px;
        }

            .path .pathSeek .pathPut > input {
                width: 100%;
                height: 100%;
                border: 0;
                background: none;
                outline: none;
                font-size: 14px;
                color: #808080;
                text-indent: 15px;
            }

        .path .pathSeek .pathSut {
            position: absolute;
            top: 0px;
            right: 10px;
            width: 20px;
            height: 100%;
            background: url(../imgs/seek.png) no-repeat center;
            background-size: 17px auto;
            border: 0;
            outline: 0;
            color: #fff;
        }

    .path .pathLink {
        float: left;
        width: 50%;
        overflow: hidden;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }

        .path .pathLink > a {
            display: block;
            margin-right: 10px;
            overflow: hidden;
            padding: 5px 15px;
            font-size: 14px;
            color: #333;
        }

            .path .pathLink > a.pathOn {
                color: #fff;
                border-top-right-radius: 15px;
                background: -moz-linear-gradient(left, #074d88 0%, #005ead 100%);
                background: -webkit-gradient(linear, left left, left bottom, color-stop(0%,#074d88), color-stop(100%,#005ead));
                background: -webkit-linear-gradient(left, #074d88 0%,#005ead 100%);
                background: -o-linear-gradient(left, #074d88 0%,#005ead 100%);
                background: -ms-linear-gradient(left, #074d88 0%,#005ead 100%);
                background: linear-gradient(to right, #074d88 0%,#005ead 100%);
            }

.product {
    width: 100%;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .product > li {
        width: 45%;
        overflow: hidden;
        margin-top: 45px;
    }

        .product > li.on {
            margin-right: 0;
        }

        .product > li .proI {
            float: left;
            width: 45%;
            height: 270px;
            line-height: 270px;
            overflow: hidden;
            border: 1px solid #d9d9d9;
            text-align: center;
            font-size: 4px;
            color: #fff;
        }

            .product > li .proI > img {
                width: 75%;
                height: auto;
                vertical-align: middle;
            }

                .product > li .proI > img:hover {
                    width: 85%;
                    height: auto;
                    transition: .2s;
                    -ms-transition: .2s;
                    -moz-transition: .2s;
                    -webkit-transition: .2s;
                    -o-transition: .2s;
                }

        .product > li .proT {
            float: right;
            width: 50%;
            height: auto;
            overflow: hidden;
            text-align: left;
        }

            .product > li .proT .proTp1 {
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                font-size: 16px;
                color: #333;
                line-height: 38px;
            }

                .product > li .proT .proTp1:hover {
                    color: #005ead;
                }

            .product > li .proT .proTp2 {
                text-overflow: ellipsis;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                display: -webkit-box;
                overflow: hidden;
                font-size: 14px;
                color: #808080;
                line-height: 24px;
            }

            .product > li .proT .proTp3 {
                width: 100%;
                overflow: hidden;
            }

                .product > li .proT .proTp3 > a {
                    display: block;
                    width: 100px;
                    overflow: hidden;
                    padding: 5px 15px;
                    border: 1px solid #d9d9d9;
                    border-radius: 20px;
                    font-size: 14px;
                    color: #333;
                    margin-top: 15px;
                    text-align: center;
                    transition: .2s;
                    -ms-transition: .2s;
                    -moz-transition: .2s;
                    -webkit-transition: .2s;
                    -o-transition: .2s;
                }

                    .product > li .proT .proTp3 > a > img {
                        width: 19px;
                        height: auto;
                        vertical-align: sub;
                        margin-right: 10px;
                    }

                    .product > li .proT .proTp3 > a:hover {
                        background: #005ead;
                        color: #fff;
                    }

                        .product > li .proT .proTp3 > a:hover img {
                            display: none;
                        }

.productDet {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 25px 0;
    font-size: 14px;
    color: #808080;
    line-height: 24px;
}

    .productDet .proDetTit {
        width: 100%;
        height: auto;
        overflow: hidden;
        text-align: center;
    }

        .productDet .proDetTit > h2 {
            font-size: 20px;
            color: #333;
            font-weight: 100;
        }

    .productDet .proDetCon {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 15px 0;
    }

        .productDet .proDetCon p {
            font-size: 14px;
            color: #808080;
            line-height: 24px;
            text-align: left;
        }

    .productDet .proDetTwo p {
        padding-top: 15px;
    }

    .productDet .proDetCon strong {
        font-size: 18px;
        color: #333;
        line-height: 32px;
        font-weight: 100;
        padding-top: 15px;
        display: block;
    }

    .productDet .proDetCon img {
        max-width: 100%;
        height: auto;
        margin: 10px auto;
    }

    .productDet .proDetTitle {
        width: 45%;
        height: auto;
        overflow: hidden;
        margin: 15px auto;
        border: 1px solid #999;
        padding: 10px 15px;
        font-size: 20px;
        color: #333;
        text-align: center;
    }

.proMore {
    display: block;
    width: 26px;
    height: 18px;
    overflow: hidden;
    margin: 15px auto;
    background: url(../i/more.png) no-repeat center;
    background-size: 26px auto;
}

.productStaff {
    width: 100%;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .productStaff > li {
        width: 45%;
        overflow: hidden;
        margin-top: 45px;
    }

        .productStaff > li .StaffI {
            display: block;
            width: 100%;
            overflow: hidden;
        }

            .productStaff > li .StaffI img {
                width: 100%;
                height: auto;
            }

        .productStaff > li .StaffT {
            width: 100%;
            overflow: hidden;
        }

            .productStaff > li .StaffT .Stp1 {
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                font-size: 16px;
                color: #333;
                line-height: 48px;
            }

            .productStaff > li .StaffT .Stp2 {
                text-overflow: ellipsis;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                display: -webkit-box;
                overflow: hidden;
                font-size: 14px;
                color: #808080;
                line-height: 24px;
            }

            .productStaff > li .StaffT .Stp3 {
                font-size: 14px;
                color: #808080;
                text-transform: uppercase;
                line-height: 38px;
            }

                .productStaff > li .StaffT .Stp3:hover {
                    color: #005ead;
                }

.Conus {
    width: 100%;
    overflow: hidden;
    padding: 45px 0;
}

    .Conus .map {
        float: left;
        width: 65%;
        height: 390px;
        overflow: hidden;
        background: #fff;
        border: 1px solid #d9d9d9;
    }

    .Conus .ConusList {
        float: right;
        width: 30%;
        overflow: hidden;
        padding: 30px 0;
    }

        .Conus .ConusList > li {
            width: 100%;
            height: auto;
            overflow: hidden;
            margin-top: 20px;
            font-size: 14px;
            color: #333;
            line-height: 28px;
        }

            .Conus .ConusList > li > img {
                width: 21px;
                height: auto;
                margin-right: 15px;
            }

.ConusBox {
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .ConusBox .invite {
        height: auto;
        overflow: hidden;
        padding: 15px;
        border: 1px solid #d9d9d9;
        margin-top: 45px;
        font-size: 14px;
        color: #808080;
        line-height: 24px;
    }

        .ConusBox .invite .inviteTop {
            width: 100%;
            overflow: hidden;
            border-bottom: 1px solid #d9d9d9;
            padding-bottom: 15px;
        }

            .ConusBox .invite .inviteTop > h2 {
                font-size: 16px;
                color: #333;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
            }

        .ConusBox .invite .inviteCon {
            width: 100%;
            overflow: hidden;
            padding: 15px 0;
        }

            .ConusBox .invite .inviteCon p {
                font-size: 14px;
                color: #808080;
                line-height: 24px;
            }

.news {
    width: 100%;
    overflow: hidden;
    margin-top: 45px;
}

    .news .newsList {
        display: block;
        width: 100%;
        overflow: hidden;
        border-bottom: 1px dashed #d9d9d9;
        padding: 15px 0;
    }

        .news .newsList:hover .newsTit .nTp2 {
            color: #005ead;
        }

        .news .newsList .newsData {
            float: left;
            height: auto;
            overflow: hidden;
            background: #f0f0f0;
            padding: 15px;
            font-size: 15px;
            color: #737373;
            line-height: 22px;
            text-align: center;
        }

            .news .newsList .newsData .nTp1 {
                font-size: 22px;
            }

        .news .newsList .newsTit {
            padding-left: 15px;
            height: auto;
            overflow: hidden;
            font-size: 14px;
            color: #808080;
            line-height: 24px;
        }

            .news .newsList .newsTit .nTp2 {
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                font-size: 18px;
                color: #333;
                padding-bottom: 5px;
            }

            .news .newsList .newsTit .nTp3 {
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
            }





/* +++++++++++++++++++++++++++++++++++++  Common style  start  ++++++++++++++++++++++++++++++++++ */
@media (max-width: 1200px) {
    .head .head-rel .m {
        width: 100%;
    }

        .head .head-rel .m > li {
            width: 25%;
        }

    .head .head-nav .m {
        width: 96%;
    }

    .base .m {
        width: 100%;
    }

    .backdrop .Bi {
        width: 100%;
        height: 250px;
    }

    .head .head-nav .m .logo > img {
        height: 4%;
        width: auto;
        margin-top: 5px;
    }

    .backdrop .Bt {
        font-size: 16px;
        margin: 5% 0;
    }

        .backdrop .Bt .Btp1 {
            font-size: 30px;
        }
}

@media (max-width: 1000px) {
    .head .head-rel .m > li {
        width: 25%;
    }

    .base .m .baseT .baseT-we {
        width: 100%;
        text-align: center;
    }

        .base .m .baseT .baseT-we p {
            width: 100%;
            text-align: center;
        }

    .base .m .baseT .baseT-com {
        width: 96%;
        margin: 0 auto;
    }

        .base .m .baseT .baseT-com .BList {
            width: 96%;
            margin: 0 auto;
            padding: 0 10px;
        }

        .base .m .baseT .baseT-com .BListflow {
            float: left;
        }

    .base .m .baseF {
        padding: 15px 10px 15px 10px;
        width: auto;
    }
}

@media (max-width: 800px) {
    .head .head-rel .m {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .head .head-rel .m > li {
            width: 42%;
            border-right: 0;
            padding-left: 10px;
        }

            .head .head-rel .m > li:first-child {
                padding-left: 10px;
            }

    .head .head-nav .m .logo > img {
        height: 4%;
        width: auto;
        margin-top: 5px;
    }

    .backdrop .Bt {
        font-size: 14px;
        margin: 5% 0;
    }

        .backdrop .Bt .Btp1 {
            font-size: 20px;
        }

    .head .head-rel .m > li.head-relu {
        display: none;
    }
}

@media (max-width: 650px) {
    .head .head-nav .m .logo > img {
        height: 3.5%;
        width: auto;
        margin-top: 10px;
    }
}

@media (max-width: 590px) {
    .head .head-nav .m .logo {
        width: 100%;
    }

    .head .head-nav .m .nav {
        width: 100%;
    }

        .head .head-nav .m .nav > a {
            text-align: left;
            line-height: 40px;
        }
}

@media (max-width: 320px) {
    .head .head-rel .m {
        padding-bottom: 10px;
    }

        .head .head-rel .m > li {
            width: 46%;
            margin-bottom: 0;
            padding: 0px 0px 0px 10px;
        }

    .head .head-nav .m .logo > img {
        height: 5%;
        width: auto;
        margin-top: 0px;
    }
}
/* +++++++++++++++++++++++++++++++++++++  Common style  end  ++++++++++++++++++++++++++++++++++ */

@media (max-width: 1200px) {
    .combox .m {
        width: 100%;
    }

    .caseBox {
        padding: 0 10px;
        width: auto;
    }

    .afterBox {
        padding: 0 10px;
        width: auto;
    }

    .productDet {
        width: auto;
        padding: 25px 10px;
    }

    .productStaff {
        width: auto;
        padding: 0px 10px;
    }

    .news {
        width: auto;
        padding: 0px 10px;
    }

    .ConusBox {
        width: auto;
        padding: 0px 10px;
    }
}

@media (max-width: 800px) {
    .proBox {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .proBox .proList {
            width: 25%;
        }

    .path .pathSeek {
        width: 100%;
    }

        .path .pathSeek .pathPut {
            float: left;
            width: 96%;
            margin-left: 2%;
            margin-top: 15px;
        }

        .path .pathSeek .pathSut {
            top: 8px;
            right: 20px;
        }

    .path .pathLink {
        width: 100%;
    }

    .proBox .proList:nth-child(3) {
        border-right: 0;
    }

    .proBox .proList {
        border-right: 0;
        padding: 10px;
    }

    .caseBox .caseList .caseLink {
        width: 100%;
    }

        .caseBox .caseList .caseLink:last-child {
            border-bottom: 0;
        }

    .product {
        width: auto;
        padding: 0 10px;
    }

        .product > li {
            width: 100%;
        }

    .productStaff > li {
        width: 100%;
    }

    .Conus .ConusList {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .Conus .ConusList > li {
            width: 50%;
        }

    .productDet .proDetTitle {
        width: 96%;
    }

    .product > li .proI > img {
        width: 55%;
    }

    .afterBox .afterList {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .afterBox .afterList .afterLink {
            width: 33.333%;
        }

    .Conus .map {
        width: 96%;
        margin: 0 2%;
    }

    .Conus .ConusList {
        width: 96%;
        margin: 0 auto;
    }

    .Conus .ConusList {
        padding: 10px 0;
    }
}

@media (max-width: 510px) {
    .proBox .proList {
        width: 100%;
    }

        .proBox .proList > img {
            width: 15%;
        }

    .path .pathLink {
        width: 100%;
    }

    .Conus .ConusList > li {
        width: 100%;
    }

        .Conus .ConusList > li > img {
            width: 5%;
        }

    .Conus .map {
        height: 240px;
    }

    .Conus .ConusList {
        margin-top: 15px;
    }

    .productDet .proDetTitle {
        width: 92%;
        padding: 10px;
    }

    .product > li .proI > img {
        width: 85%;
    }

    .afterBox .afterList .afterLink > img {
        width: 30%;
    }
}

@media (max-width: 400px) {
    .path .pathLink > a {
        padding: 5px 7px;
    }
}

.pathOn2 {
    color: #fff !important;
    background: linear-gradient(to right, #074d88 0%, #005ead 100%);
    border-top-right-radius: 15px;
}

.pathOn4 {
    color: #fff !important;
    background: linear-gradient(to right, #074d88 0%, #005ead 100%);
    border-top-right-radius: 15px;
}

.pathOn5 {
    color: #fff !important;
    background: linear-gradient(to right, #074d88 0%, #005ead 100%);
    border-top-right-radius: 15px;
}

.pathOn10 {
    color: #fff !important;
    background: linear-gradient(to right, #074d88 0%, #005ead 100%);
    border-top-right-radius: 15px;
}

.pathOn9 {
    color: #fff !important;
    background: linear-gradient(to right, #074d88 0%, #005ead 100%);
    border-top-right-radius: 15px;
}
