* {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}

.wrap {
    max-width: 1200px !important;
    margin: 0 auto;
}

.no-margin {
    margin: 0 !important;
}

.clear {
    clear: both;
}

.none {
    display: none;
}

.img-position-absolute {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
    padding: auto;
}

.imgAuto {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.wCenter {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.overflowHidden {
    overflow: hidden;
}

header {
    width: 100%;
    font-family: "microsoft yahei";
    position: relative;
}

    header .headInfo {
        width: 100%;
        height: 30px;
        background-color: #0756b3;
        overflow: hidden;
    }

        header .headInfo .left {
            float: left;
            color: #fff;
            line-height: 35px;
            background-size: auto 80%;
        }

        header .headInfo .right {
            float: right;
        }

            header .headInfo .right .icon {
                float: right;
            }

                header .headInfo .right .icon li {
                    float: right;
                    color: #fff;
                    line-height: 30px;
                }

            header .headInfo .right a {
                color: #fff;
                margin: 0 5px;
            }

                header .headInfo .right a:hover {
                    text-decoration: underline!important;
                }

    header .head {
        width: 100%;
        height: 120px;
        position: relative;
        padding: 10px 0;
    }

        header .head .logo {
            width: 430px;
            line-height: 100px;
            float: left;
            overflow: hidden;
        }

            header .head .logo img {
                width: 100%;
                line-height: 100px;
            }

        header .head .icon-menu {
            width: 35px;
            line-height: 90px;
            overflow: hidden;
            cursor: pointer;
        }

            header .head .icon-menu img {
                width: 100%;
                transition: all 0.3s;
                overflow: hidden;
            }

            header .head .icon-menu:hover img {
                opacity: 0.6;
            }

    header .hNav {
        width: 100%;
        height: 55px;
        background-color: #0756b3;
    }
        /*header .hNavAbs{position: absolute; bottom: -50px; z-index:20;}*/
        /*header .hNavFix{position: fixed; top:0; z-index:20;}*/
        header .hNav nav {
        }

            header .hNav nav > ul > li {
                width: 12.5%;
                height: 55px;
                transition: all 0.3s;
                position: relative;
                border-left: 1px solid #00408b;
                border-right: 1px solid #066be2;
                border-top: 3px solid transparent;
            }

                header .hNav nav > ul > li > a {
                    display: flex;
                    display: -webkit-flex;
                    justify-content: center;
                    -webkit-justify-content: center;
                    align-items: center;
                    -webkit-align-items: center;
                    flex-direction: column;
                    -webkit-flex-direction: column;
                    color: #fff;
                    width: 100%;
                    height: 100%;
                }

                    header .hNav nav > ul > li > a > h1 {
                        font-size: 1.2em;
                    }

                    header .hNav nav > ul > li > a > span {
                        font-size: 1em;
                        text-transform: uppercase;
                        display: block;
                    }

                header .hNav nav > ul > li:hover {
                    box-shadow: 0 0 5px rgba(0,0,0,0.3);
                    border-top-color: #eb6f00;
                }

                    header .hNav nav > ul > li:hover a {
                        color: #fff;
                    }

                header .hNav nav > ul > li > ul {
                    display: none;
                    position: absolute;
                    left: 0;
                    z-index: 99999;
                    width: 100%;
                    top: 52px;
                }

            header .hNav nav li ul li {
                padding: 0;
                width: 100%;
                height: 50px;
                background-color: rgba(255,255,255,0.8);
                transition: all 0.3s;
            }

                header .hNav nav li ul li a {
                    line-height: 50px;
                    color: #333 !important;
                    transition: all 0.3s;
                    display: block;
                }

                header .hNav nav li ul li:hover {
                    background-color: #0756b3;
                }

                    header .hNav nav li ul li:hover a {
                        color: #fff!important;
                    }

            header .hNav nav > ul > li:hover ul {
                display: block;
            }

        header .hNav .active {
            box-shadow: 0 0 5px rgba(0,0,0,0.3);
            text-shadow: 0 0 2px rgba(0,0,0,0.5);
            border-top: 3px solid #eb6f00;
        }

            header .hNav .active a {
                color: #fff;
            }

    header .head .right {
        overflow: hidden;
    }

        header .head .right .phone {
            float: right;
            background: url("../images/head_phone.png") no-repeat left center;
            padding-left: 60px;
            height: 100px;
        }

            header .head .right .phone .number {
                font-size: 2.2em;
                color: #eb6f00;
                font-weight: bold;
                line-height: 100px;
            }

        header .head .right .search {
            width: 350px;
            height: 100px;
            overflow: hidden;
            padding: 10px 0;
            float: right;
            margin-right: 30px;
        }

            header .head .right .search form {
                position: relative;
            }

            header .head .right .search input {
                width: 100%;
                height: 40px;
                border: 2px solid #0756b3;
                padding-left: 10px;
                padding-right: 60px;
            }

            header .head .right .search button {
                position: absolute;
                top: 0;
                right: 0;
                width: 50px;
                height: 40px;
                outline: none;
                border: none;
                background-color: #0756b3;
                color: #fff;
            }

            header .head .right .search .word {
                height: 40px;
                line-height: 40px;
                overflow: hidden;
            }

                header .head .right .search .word span {
                    float: left;
                }

                header .head .right .search .word li {
                    float: left;
                    margin: 0 2px;
                }



/*banner*/
.bannerbox {
    width: 100%;
    height: 500px;
    transition: all 1s;
}

#banner {
    height: 500px;
    position: relative;
    overflow: hidden;
    transition: all 1s;
}

    #banner .main_image {
        height: 500px;
        position: relative;
        overflow: hidden;
        transition: all 1s;
    }

        #banner .main_image ul {
            position: absolute;
            top: 0;
            left: 0;
            width: 9999px;
            overflow: hidden;
        }

        #banner .main_image li a {
            display: block;
        }

        #banner .main_image li span {
            display: block;
            width: 100%;
            height: 500px;
            transition: all 1s;
        }

    #banner div.flicking_con {
        position: absolute;
        bottom: 10px;
        left: 50%;
        z-index: 999;
        width: 300px;
        height: 21px;
        margin: 0 0 0 -50px;
    }

        #banner div.flicking_con a {
            float: left;
            width: 21px;
            height: 21px;
            margin: 0;
            padding: 0;
            display: block;
            text-indent: -1000px;
        }

            #banner div.flicking_con a.on {
                background-position: 0 -21px;
            }

    #banner #btn_prev, #btn_next {
        z-index: 11111;
        position: absolute;
        display: block;
        width: 29px!important;
        height: 29px!important;
        top: 50%;
        margin-top: -30px;
        display: none;
        transition: all 0.5s;
    }

    #banner #btn_prev {
        background: url(../images/main_btn_arrow_lr.png) no-repeat left bottom;
        left: 20px;
    }

        #banner #btn_prev:hover {
            background: url(../images/main_btn_arrow_lr.png) no-repeat right bottom;
        }

    #banner #btn_next {
        background: url(../images/main_btn_arrow_lr.png) no-repeat left top;
        right: 20px;
    }

        #banner #btn_next:hover {
            background: url(../images/main_btn_arrow_lr.png) no-repeat right top;
        }

.main {
    font-family: "microsoft yahei";
}

    .main .mTitle {
        width: 100%;
        padding: 20px;
        text-align: center;
    }

        .main .mTitle small {
            width: 100%;
            font-size: 2.2em;
            color: #333;
            text-transform: uppercase;
        }

        .main .mTitle h1 {
            font-size: 1.3em;
            font-weight: bold;
            background: url("../images/title_line.png") no-repeat center center;
        }

    .main .content {
        padding: 20px 0;
    }
    /*search*/
    .main .search {
        width: 100%;
        height: 60px;
        padding: 10px;
        overflow: hidden;
    }

        .main .search .left {
            float: left;
            width: 100%;
            margin-right: -300px;
            transition: all 0.3s;
        }

        .main .search .right {
            float: right;
            width: 300px;
            transition: all 0.3s;
        }

            .main .search .right form {
                position: relative;
            }

            .main .search .right input {
                width: 100%;
                height: 40px;
                border: 2px solid #0756b3;
                padding-left: 10px;
                padding-right: 60px;
            }

            .main .search .right button {
                position: absolute;
                top: 0;
                right: 0;
                width: 50px;
                height: 40px;
                outline: none;
                border: none;
                background: url("../images/search_icon.jpg") no-repeat center center;
                background-size: 100% 100%;
            }

        .main .search .left {
            height: 40px;
            line-height: 40px;
            overflow: hidden;
        }

            .main .search .left span {
                float: left;
            }

            .main .search .left li {
                float: left;
                margin: 0 5px;
            }

    /*product*/
    .main .product .left {
        float: left;
        width: 19%;
        transition: all 0.3s;
    }

    .main .product .right {
        float: right;
        width: 78%;
        transition: all 0.3s;
    }

    .main .product .left .title {
        cursor: pointer;
        width: 100%;
        height: 60px;
        padding-left: 20px;
        line-height: 60px;
        background: url("../images/product_title.jpg") no-repeat center center;
        background-size: 100% 100%;
        color: #fff;
        font-weight: bold;
        font-size: 1.6em;
        position: relative;
        overflow: hidden;
    }

        .main .product .left .title span {
            width: 30px;
            height: 30px;
            display: block;
            background: url("../images/product_title_icon.png") no-repeat center center;
            position: absolute;
            line-height: 60px;
            right: 15px;
            top: 15px;
        }

    .main .product .productUl li {
        width: 100%;
        height: 40px;
        line-height: 40px;
        border: 1px solid #cfcfcf;
        margin: 5px auto;
        background-color: #d5e8ff;
        padding-left: 20px;
        transition: all 0.3s;
        overflow: hidden;
    }

        .main .product .productUl li a {
            color: #333;
            display: block;
            transition: all 0.3s;
        }

        .main .product .productUl li:hover {
            background-color: #eb6f00;
            border-color: #eb6f00;
            padding-left: 30px;
        }

            .main .product .productUl li:hover a {
                color: #fff;
            }

    .main .product .productUl .active {
        background-color: #eb6f00;
        border-color: #eb6f00;
        padding-left: 30px;
    }

        .main .product .productUl .active a {
            color: #fff;
        }

    .main .product .left .img {
        width: 100%;
        height: 180px;
        overflow: hidden;
        margin-top: 10px;
    }

    .main .product .right .pTitle {
        width: 100%;
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #d3d3d3;
        overflow: hidden;
        position: relative;
    }

        .main .product .right .pTitle h1 {
            float: left;
            font-size: 1.3em;
            color: #0756b3;
            text-transform: uppercase;
            line-height: 37px;
            border-bottom: 3px solid #0756b3;
            font-weight: bold;
        }

        .main .product .right .pTitle span {
            position: absolute;
            line-height: 40px;
            right: 0;
            top: 0;
            text-transform: uppercase;
        }

            .main .product .right .pTitle span a {
                color: #9a9a9a;
            }

    /*.main .pItem{overflow: hidden; transition: all 0.3s;}*/
    .main .pItem .imgBox {
        width: 100%;
        height: 290px;
        border: 1px solid #d3d3d3;
        padding: 2px;
        transition: all 0.3s;
        overflow: hidden;
    }

        .main .pItem .imgBox .img {
            width: 100%;
            height: 100%;
            border: 1px solid #d3d3d3;
            transition: all 0.3s;
        }

    .main .pItem .text {
        line-height: 40px;
        margin-top: 5px;
        border: 1px solid #d3d3d3;
        text-align: center;
        color: #333;
        transition: all 0.3s;
        overflow: hidden;
    }

    .main .pItem:hover .imgBox {
        border-color: #eb6f00;
        box-shadow: 0 0 15px rgba(0,0,0,0.5);
    }

        .main .pItem:hover .imgBox .img {
            border-color: #eb6f00;
            transform: scale(1.1);
        }

    .main .pItem:hover .text {
        background-color: #eb6f00;
        color: #fff;
        border-color: #eb6f00;
    }

    .main .product .pItem {
        float: left;
        width: 31.3%;
        margin: 10px 1%;
    }

    /*about*/
    .main .about {
        width: 100%;
        padding: 20px 0;
        background: url("../images/about_bg.jpg") no-repeat center center;
        background-size: cover;
    }

        .main .about .mTitle h1 {
            color: #fff;
        }

        .main .about .mTitle small {
            color: #fff;
        }

        .main .about .left {
            width: 50%;
            float: left;
        }

            .main .about .left .img {
                width: 90%;
                height: 300px;
                transition: all 0.3s;
                margin: auto;
            }

        .main .about .right {
            width: 48%;
            float: right;
        }

            .main .about .right .title {
                font-size: 1.6em;
                color: #fff;
                font-weight: bold;
            }

            .main .about .right .text {
                margin: 15px 0;
                color: #fff;
                line-height: 25px;
                height: 200px;
                overflow: hidden;
            }

            .main .about .right .more {
                width: 100px;
                height: 40px;
                border-radius: 5px;
                border: 1px solid #fff;
                line-height: 38px;
                text-align: center;
                transition: all 0.3s;
            }

                .main .about .right .more a {
                    color: #fff;
                    display: block;
                    transition: all 0.3s;
                }

                .main .about .right .more:hover {
                    background-color: #fff;
                }

                    .main .about .right .more:hover a {
                        color: #0756b3;
                    }


    /*case*/
    .main .case .one {
        float: left;
        width: 25%;
    }

    .main .case .two {
        float: left;
        width: 42%;
    }

    .main .case .three {
        float: right;
        width: 33%;
    }

    .main .case .cItem {
        overflow: hidden;
        position: relative;
        transition: all 0.3s;
    }

        .main .case .cItem .img {
            width: 100%;
            height: 100%;
            transition: all 0.3s;
        }

        .main .case .cItem .hover {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            background-color: rgba(0,0,0,0.6);
            color: #fff;
            text-align: center;
            transition: all 0.5s;
            opacity: 0;
        }

            .main .case .cItem .hover .title h2 {
                font-size: 1.6em;
            }

            .main .case .cItem .hover .title small {
                font-size: 1.2em;
                text-transform: uppercase;
            }

            .main .case .cItem .hover .title .line {
                width: 50px;
                height: 3px;
                background-color: #fff;
                margin: 10px auto;
            }

        .main .case .cItem:hover .hover {
            opacity: 1;
        }

    .main .case .one .cItem {
        width: 100%;
        height: 300px;
    }

    .main .case .two .twoItem {
        height: 200px;
        position: relative;
    }

    .main .case .two .cItem {
        height: 100%;
    }

    .main .case .two .cItemS {
        float: left;
        width: 40%;
    }

    .main .case .two .cItemL {
        float: right;
        width: 60%;
    }

    .main .case .two .twoItem2 .cItemS {
        float: right;
    }

    .main .case .two .twoItem2 .cItemL {
        float: left;
    }

    .main .case .two .more {
        position: absolute;
        right: 0;
        top: 0;
        transition: all 0.5s;
    }

        .main .case .two .more .hover {
            height: 100%;
            background-color: #eb6f00;
            opacity: 1;
        }

        .main .case .two .more:hover {
            width: 100%;
        }

            .main .case .two .more:hover + .twoItem2 .cItemL {
                width: 0;
            }

    .main .case .three .cItem {
        height: 600px;
    }

    .main .case .wrap > .more {
        width: 100px;
        height: 40px;
        border-radius: 5px;
        background-color: #eb6f00;
        margin: 0 auto;
        text-align: center;
        line-height: 40px;
    }

        .main .case .wrap > .more a {
            display: block;
            color: #fff;
        }


    /*service*/
    .main .service {
        width: 100%;
        height: 170px;
        overflow: hidden;
        background: url("../images/service_bg.jpg") no-repeat center center;
        background-size: cover;
        transition: all 0.3s;
    }

        .main .service .slogan {
            color: #fff;
            font-size: 3em;
            font-weight: bold;
            text-align: center;
            transition: all 0.3s;
        }

        .main .service .number {
            text-align: center;
            color: #fff;
            font-size: 1.6em;
            transition: all 0.3s;
        }

    /*news*/
    .main .news .content .left {
        float: left;
        width: 48%;
    }

    .main .news .content .right {
        float: right;
        width: 48%;
    }

    .main .news .content .left .nItem {
        width: 100%;
        height: 130px;
        margin: 5px 0;
        border: 1px solid #d3d3d3;
        transition: all 0.3s;
        position: relative;
    }

        .main .news .content .left .nItem .date {
            width: 130px;
            height: 100%;
            float: left;
            background-color: #282828;
            color: #fff;
        }

            .main .news .content .left .nItem .date .year {
                font-size: 2.2em;
            }

            .main .news .content .left .nItem .date .md {
                font-size: 1.8em;
            }

        .main .news .content .left .nItem .info {
            overflow: hidden;
            padding: 10px;
        }

            .main .news .content .left .nItem .info .title {
                font-size: 1.6em;
                color: #333;
                transition: all 0.3s;
                height: 30px;
                overflow: hidden;
            }

            .main .news .content .left .nItem .info .text {
                color: #333;
                line-height: 22px;
                height: 66px;
                overflow: hidden;
                transition: all 0.3s;
            }

    .main .news .content .right .img {
        width: 100%;
        height: 400px;
        margin: 5px 0;
        transition: all 0.3s;
    }

    .main .news .content .left .nItem .icon {
        display: none;
        width: 10px;
        height: 25px;
        position: absolute;
        right: -10px;
        top: 53px;
        background: url("../images/news_icon.png") no-repeat center center;
        background-size: 100% 100%;
    }

    .main .news .content .left .nItem:hover {
        background-color: #0756b3;
    }

        .main .news .content .left .nItem:hover .info .title {
            color: #fff;
        }

        .main .news .content .left .nItem:hover .info .text {
            color: #fff;
        }

        .main .news .content .left .nItem:hover .icon {
            display: block;
        }

    .main .news .content .left .active {
        background-color: #0756b3;
    }

        .main .news .content .left .active .info .title {
            color: #fff;
        }

        .main .news .content .left .active .info .text {
            color: #fff;
        }

        .main .news .content .left .active .icon {
            display: block;
        }


    /*contact*/
    .main .contact .cTitle {
        font-size: 1.6em;
        color: #333;
    }

    .main .contact .map {
        float: left;
        width: 48%;
    }

        .main .contact .map .mapContent {
            width: 100%;
            height: 400px;
            padding: 20px 0;
        }

#map, #dituContent {
    width: 100%;
    height: 100%;
}

.main .contact .message {
    float: right;
    width: 48%;
}

.main .contact .box {
    padding: 20px 0;
}

    .main .contact .box table {
        width: 100%;
    }

        .main .contact .box table tr {
            height: 60px;
        }

            .main .contact .box table tr:nth-child(3) {
                height: 165px;
            }

            .main .contact .box table tr td:nth-child(1) {
                width: 10%;
                font-size: 1.2em;
            }

            .main .contact .box table tr td:nth-child(2) {
                width: 90%;
            }

    .main .contact .box input[type="text"] {
        width: 100%;
        height: 50px;
        background-color: #f6f6f6;
        outline: none;
        border: 1px solid #e6e6e6;
        padding: 0 10px;
    }

    .main .contact .box textarea {
        width: 100%;
        height: 150px;
        resize: none;
        padding: 10px;
        outline: none;
        background-color: #f6f6f6;
        border: 1px solid #e6e6e6;
    }

    .main .contact .box input[type="submit"] {
        width: 150px;
        height: 40px;
        line-height: 40px;
        margin-top: 10px;
        background-color: #0756b3;
        color: #fff;
        border: none;
        outline: none;
    }


/*footer*/
footer {
    width: 100%;
    background: url("../images/foot_bg.jpg") no-repeat center center;
    background-size: cover;
    font-family: "microsoft yahei";
}

    footer .foot {
        padding: 20px 0;
    }

        footer .foot .title {
            text-align: center;
            font-size: 2em;
            font-weight: bold;
            color: #fff;
        }

    footer .copyright {
        padding: 10px 0;
        line-height: 30px;
        color: #fff;
        text-align: center;
        border-top: 1px solid #fff;
    }

    footer .foot .left {
        float: left;
        width: 52%;
    }

    footer .foot .right {
        float: right;
        width: 48%;
    }

    footer .foot .footUl {
        width: 20%;
        float: left;
    }

        footer .foot .footUl h1 {
            color: #fff;
            font-size: 1.2em;
            margin: 10px 0;
        }

        footer .foot .footUl a {
            color: #fff;
        }

            footer .foot .footUl a:hover {
                text-decoration: underline!important;
            }

        footer .foot .footUl li {
            line-height: 25px;
        }

    footer .foot .right .qr {
        width: 150px;
        overflow: hidden;
        float: left;
        margin-right: 20px;
    }

        footer .foot .right .qr img {
            width: 100%;
        }

    footer .foot .right .info {
        overflow: hidden;
        margin-top: 10px;
    }

        footer .foot .right .info li {
            color: #fff;
            line-height: 25px;
            font-size: 1.1em;
        }



/*page*/
.page .left {
    float: left;
    width: 19%;
    transition: all 0.3s;
}

.page .right {
    float: right;
    width: 78%;
    transition: all 0.3s;
}

.page .left .title {
    cursor: pointer;
    width: 100%;
    height: 60px;
    padding-left: 20px;
    line-height: 60px;
    background: url("../images/product_title.jpg") no-repeat center center;
    background-size: 100% 100%;
    color: #fff;
    font-weight: bold;
    font-size: 1.6em;
    position: relative;
    overflow: hidden;
}

    .page .left .title span {
        width: 30px;
        height: 30px;
        display: block;
        background: url("../images/product_title_icon.png") no-repeat center center;
        position: absolute;
        line-height: 60px;
        right: 15px;
        top: 15px;
    }

.page .navMenuUl li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #cfcfcf;
    margin: 5px auto;
    background-color: #d5e8ff;
    padding-left: 20px;
    transition: all 0.3s;
    overflow: hidden;
}

    .page .navMenuUl li a {
        color: #333;
        display: block;
        transition: all 0.3s;
    }

    .page .navMenuUl li:hover {
        background-color: #eb6f00;
        border-color: #eb6f00;
        padding-left: 30px;
    }

        .page .navMenuUl li:hover a {
            color: #fff;
        }

.page .navMenuUl .active {
    background-color: #eb6f00;
    border-color: #eb6f00;
    padding-left: 30px;
}

    .page .navMenuUl .active a {
        color: #fff;
    }
    /*.prosul {display:none; }*/

    .prosli {
        width: 98%;
        height: 33px;
        line-height: 33px;
        border: 1px solid #cfcfcf;
        margin: 3px;
        background-color: #e3eef1;
        padding-left: 20px;
        transition: all 0.3s;
        overflow: hidden;
    }
    .prosli a {
        color:#676767;
    }
    .prosli:hover {
        background-color: #eb6f00;
        border-color: #eb6f00;
        padding-left: 30px;
    }
    .prosli:hover a {
        color: #fff;
    }

.page .left .info .img {
    width: 100%;
    height: 125px;
    overflow: hidden;
    margin-top: 10px;
    border: 1px solid #cfcfcf;
}

.page .left .info .infoUl {
    margin-top: 10px;
    padding: 10px;
    overflow: hidden;
    border: 1px solid #cfcfcf;
    margin-bottom: 20px;
}

    .page .left .info .infoUl li {
        line-height: 25px;
    }

.page .right .pTitle {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #d3d3d3;
    overflow: hidden;
    position: relative;
}

    .page .right .pTitle h1 {
        float: left;
        font-size: 1.3em;
        color: #0756b3;
        text-transform: uppercase;
        line-height: 37px;
        border-bottom: 3px solid #0756b3;
        font-weight: bold;
    }

    .page .right .pTitle span {
        position: absolute;
        line-height: 40px;
        right: 0;
        top: 0;
        text-transform: uppercase;
    }

        .page .right .pTitle span a {
            color: #9a9a9a;
        }

/*about.html*/
.page .aboutHtml .text {
    line-height: 22px;
    color: #333;
}

/*contact.html*/
.page .contactHtml li {
    line-height: 25px;
}

.page .contactHtml .map {
    width: 100%;
    margin-top: 20px;
    height: 500px;
}

#map, #dituContent {
    width: 100%;
    height: 100%;
}

/*product.html*/
.page .productHtml .pItem {
    float: left;
    width: 31.33%;
    margin: 10px 1%;
}

    .page .productHtml .pItem .imgBox {
        height: 300px;
    }

/*productShow.html*/
.page .productShowHtml .showBox .left {
    float: left;
    width: 48%;
    position: relative;
}
/*.page .productShowHtml .showBox .center .img{text-align:center}
.page .productShowHtml .showBox .center img{max-width:40%;height:auto;}*/
.page .productShowHtml .showBox .center .bc {
    width: 100%;
    float: left;
    min-height: 300px !important;
    /*overflow: auto;*/
    margin-top: 10px;
}

.page .productShowHtml .showBox .center .bc img {
    max-width: 100%;
}

.page .productShowHtml .showBox .center table {
    max-width: 100% !important;
    margin: 0 auto;
    margin-top: 10px;
}

.page .productShowHtml .showBox .right {
    float: right;
    width: 48%;
}

.page .productShowHtml .showBox .swiper-container {
    width: 80%;
    margin: 10px auto;
}

.page .productShowHtml .showBox .left .gallery-top {
    height: 230px;
}

.page .productShowHtml .showBox .left .gallery-thumbs {
    height: 70px;
    margin-top: 20px;
}

    .page .productShowHtml .showBox .left .gallery-thumbs .swiper-slide {
        width: 25%;
    }

.page .productShowHtml .showBox .left .swiper-button-next {
    margin-top: -55px;
    right: 0;
}

.page .productShowHtml .showBox .left .swiper-button-prev {
    margin-top: -55px;
    left: 0;
}

.page .productShowHtml .showBox .right li:nth-child(1) {
    margin: 5px 0;
    font-size: 1.6em;
}

.page .productShowHtml > .text {
    margin-top: 20px;
    line-height: 22px;
    color: #333;
}

.page .productShowHtml .showBox .center .img {
    width: 100%;
    float: left;
    text-align: center;
}

    .page .productShowHtml .showBox .center .img img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

.page .productShowHtml .showBox .center .img_txt {
    width: 50%;
    float: right;
    height: 360px;
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    color: #333;
    line-height: 30px;
    overflow: hidden;
}






/*news.html*/
.page .newsHtml .nItem {
    width: 100%;
    height: 130px;
    margin: 10px 0;
    padding: 10px;
    transition: all 0.3s;
    background-color: #f2f2f2;
    border: 1px solid #ccc;
}

.page .newsHtml .imgBox {
    width: 180px;
    height: 100%;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}

    .page .newsHtml .imgBox .img {
        width: 100%;
        height: 100%;
    }

.page .newsHtml .info {
    overflow: hidden;
}

    .page .newsHtml .info .title {
        color: #333;
        font-size: 1.2em;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
    }

    .page .newsHtml .info .line {
        width: 50px;
        height: 3px;
        background-color: #0756b3;
    }

    .page .newsHtml .info .text {
        line-height: 22px;
        height: 66px;
        margin-top: 5px;
        color: #333;
    }

.page .newsHtml .nItem:hover {
    background-color: #0756b3;
    border-color: #0756b3;
}

    .page .newsHtml .nItem:hover .title {
        color: #fff;
    }

    .page .newsHtml .nItem:hover .line {
        background-color: #fff;
    }

    .page .newsHtml .nItem:hover .text {
        color: #fff;
    }

/*newsShow.html*/
.page .newsShowHtml .tlt {
    width: 100%;
    text-align: center;
    padding: 5px 0;
    border-bottom: 1px solid #d3d3d3;
}

    .page .newsShowHtml .tlt .title {
        font-size: 1.2em;
        font-weight: bold;
        color: #333;
    }

    .page .newsShowHtml .tlt .date {
        color: #d3d3d3;
        font-size: 1em;
        margin-top: 10px;
    }

.page .newsShowHtml .img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    text-align: center;
    margin: 10px 0;
}

    .page .newsShowHtml .img img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }

.page .newsShowHtml .text {
    line-height: 22px;
    color: #333;
}









@media (max-width:1199px) {
    header .headInfo {
        padding: 0 15px;
    }

    header .head {
        padding-left: 15px;
        padding-right: 15px;
    }

    .bannerbox {
        height: 400px;
    }

    #banner {
        height: 400px;
    }

        #banner .main_image {
            height: 400px;
        }

            #banner .main_image li span {
                height: 400px;
            }

    header .head .right {
        width: auto;
    }

    .main .product {
        padding: 0 15px;
    }

    .main .about {
        padding: 15px;
    }

    .main .news {
        padding: 0 15px;
    }

    .main .contact {
        padding: 0 15px;
    }

    .page {
        padding: 0 15px;
    }
}

@media (max-width: 991px) {
    header .head {
        height: 90px;
        padding: 0 15px;
    }

        header .head .logo {
            width: 80%;
            line-height: 90px;
        }

            header .head .logo img {
                width: 360px;
                height: auto;
            }
    /*mobile*/
    header .sjdnav {
        width: 150px;
        height: auto;
        position: absolute;
        right: 10px;
        top: 100px;
        z-index: 5;
    }

        header .sjdnav ul {
            padding: 0;
            margin: 0;
        }

        header .sjdnav li {
            height: 30px;
            display: block;
            padding: 0;
            background-color: rgba(7,86,179,0.6);
            text-align: center;
            margin-bottom: 1px;
        }

            header .sjdnav li:hover {
                background-color: #0756b3;
            }

            header .sjdnav li a {
                display: block;
                color: #fff;
                line-height: 30px;
            }

    header .sjdnavhide {
        height: 0;
        overflow: hidden;
    }

    .bannerbox {
        height: 300px;
    }

    #banner {
        height: 300px;
    }

        #banner .main_image {
            height: 300px;
        }

            #banner .main_image li span {
                padding: 100px 0 0 0;
                height: 316px;
            }
    /*product*/
    .main .product .left {
        float: none;
        width: 100%;
    }

    .main .product .right {
        float: none;
        width: 100%;
    }

    .main .about .left .img {
        width: 90%;
    }


    .main .case .one .cItem {
        height: 225px;
    }

    .main .case .two .twoItem {
        height: 150px;
    }

    .main .case .three .cItem {
        height: 450px;
    }

    .main .service {
        height: 120px;
        margin-top: 20px;
    }

        .main .service .slogan {
            font-size: 2em;
        }

        .main .service .number {
            font-size: 1.6em;
        }

    .main .news .content .left .nItem {
        height: 100px;
    }

        .main .news .content .left .nItem .date {
            width: 100px;
        }

            .main .news .content .left .nItem .date .year {
                font-size: 2em;
            }

            .main .news .content .left .nItem .date .md {
                font-size: 1.6em;
            }

        .main .news .content .left .nItem .info .title {
            font-size: 1.2em;
        }

        .main .news .content .left .nItem .info .text {
            height: 44px;
        }

        .main .news .content .left .nItem .icon {
            top: 38px;
        }

    .main .news .content .right .img {
        height: 310px;
    }

    .page .left {
        float: none;
        width: 100%;
    }

    .page .right {
        float: none;
        width: 100%;
    }
}

@media (max-width:767px) {
    body {
        margin-bottom: 60px;
    }

    header .head {
        height: 80px;
    }

        header .head .logo {
            line-height: 80px;
        }

            header .head .logo img {
                width: 300px;
            }

        header .head .icon-menu {
            width: 30px;
            line-height: 80px;
        }
    /*monile*/
    header .sjdnav {
        left: 0;
        top: 80px;
        width: 100%;
        background: #fff;
        box-shadow: 0 2px 5px rgba(245,245,245,0.2);
    }

        header .sjdnav li {
            text-align: right;
            margin-bottom: 0;
            padding: 0 3%;
            height: 40px;
            background: #fff;
            border-bottom: solid 1px #0756b3;
            transition: all 0.3s;
        }

            header .sjdnav li:hover {
                background: #0756b3;
            }

            header .sjdnav li a {
                color: #333;
                line-height: 40px;
                transition: all 0.3s;
            }

            header .sjdnav li:hover a {
                color: #f5f5f5;
            }

    .bannerbox {
        height: 200px;
    }

    #banner {
        height: 200px;
    }

        #banner .main_image {
            height: 200px;
        }

            #banner .main_image li span {
                height: 200px;
            }

        #banner #btn_prev, #btn_next {
            margin-top: 0;
        }

    .main .search {
        height: 100px;
    }

        .main .search .left {
            float: none;
            width: 100%;
            margin: 0;
        }

        .main .search .right {
            float: none;
            width: 100%;
        }

    .main .product .pItem {
        width: 31.33%;
    }

    .main .about .left {
        width: 100%;
        float: none;
    }

    .main .about .right {
        width: 100%;
        float: none;
        margin-top: 20px;
    }

    .main .about .left .img {
        height: 260px;
        width: 100%;
    }

    .main .about .right .title {
        font-size: 1.3em;
    }

    .main .about .right .text {
        line-height: 22px;
        height: 132px;
    }

    .main .case .one {
        float: left;
        width: 50%;
    }

    .main .case .three {
        float: right;
        width: 50%;
    }

    .main .service {
        height: 100px;
    }

        .main .service .slogan {
            font-size: 1.6em;
        }

        .main .service .number {
            font-size: 1.2em;
        }

    .main .news .content .left {
        float: none;
        width: 100%;
    }

    .main .news .content .right {
        float: none;
        width: 100%;
    }

        .main .news .content .right .img {
            height: 260px;
        }

    .main .contact .map {
        float: none;
        width: 100%;
    }

        .main .contact .map .mapContent {
            height: 300px;
        }

    .main .contact .message {
        float: none;
        width: 100%;
    }

    .main .contact .box input[type="submit"] {
        width: 100%;
    }

    footer .foot .title {
        font-size: 1.6em;
    }

    .page .contactHtml .map {
        height: 300px;
    }

    .page .productHtml .pItem .imgBox {
        height: 160px;
    }

    .page .newsHtml .info .title {
        height: 30px;
        line-height: 30px;
    }

    .page .newsHtml .imgBox {
        width: 130px;
    }

    .page .productShowHtml .showBox .left {
        float: none;
        width: 100%;
    }

    .page .productShowHtml .showBox .right {
        float: none;
        width: 100%;
    }


    .page .productShowHtml .showBox .center .img {
        width: 100%;
    }

    .page .productShowHtml .showBox .center .img_txt {
        width: 100%;
        height: auto;
    }

    .dock {
        display: none;
    }
}

@media (max-width: 480px) {
    header .head .logo img {
        width: 230px;
    }

    .bannerbox {
        height: 130px;
    }

    #banner {
        height: 130px;
    }

        #banner .main_image {
            height: 130px;
        }

            #banner .main_image li span {
                height: 150px;
            }

    .main .product .pItem {
        width: 48%;
    }

    .main .pItem .imgBox {
        height: 150px;
    }

    .main .about .left .img {
        height: 200px;
    }

    .main .case .content {
        padding: 20px 15px;
    }

    .main .case .cItem {
        margin: 5px auto;
    }

    .main .case .one {
        float: none;
        width: 100%;
    }

    .main .case .three {
        float: none;
        width: 100%;
    }

    .main .case .one .cItem {
        height: 180px;
    }

    .main .case .three .cItem {
        height: 180px;
    }

    .main .service .slogan {
        font-size: 1.4em;
    }

    .main .service .number {
        font-size: 1.2em;
    }

    .main .news .content .right .img {
        height: 180px;
    }

    footer .foot .title {
        font-size: 1.2em;
    }

    .page .productHtml .pItem {
        width: 48%;
    }

        .page .productHtml .pItem .imgBox {
            height: 130px;
        }

    .page .productShowHtml .showBox .left .gallery-top {
        height: 160px;
    }

    .page .productShowHtml .showBox .left .gallery-thumbs {
        height: 50px;
        margin-top: 10px;
    }
}


div.page1 {
    margin: 10px 3px;
    padding: 3px;
    text-align: center;
}

    div.page1 a {
        background-position: 50% bottom;
        border-color: #dedfde;
        border-style: solid;
        border-width: 1px;
        color: black;
        margin-right: 3px;
        padding: 2px 6px;
        text-decoration: none;
    }


    div.page1 span.disabled {
        color: #adaaad;
        margin-right: 3px;
        padding: 2px 6px;
    }

    div.page1 span.current {
        color: #eb5914;
        font-weight: bold;
        margin-right: 3px;
        padding: 2px 6px;
    }



/*¸¡¶¯QQ*/
.dock {
    position: fixed;
    right: 0px;
    width: 50px;
    -moz-opacity: 0.7;
    opacity: 0.7;
    z-index: 200;
}

    .dock.close {
        z-index: 50;
    }

    .dock ul.icons {
        position: absolute;
        list-style: none;
        right: 0px;
        padding: 0px;
        width: 50px;
        border: 1px solid #333;
        border-right: none;
        background: #111;
        -moz-border-radius: 10px 0 0 10px;
        -webkit-border-radius: 10px 0 0 10px;
        border-radius: 10px 0 0 10px;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
    }

    .dock.close ul.icons {
        right: -70px;
    }

    .dock ul.icons li i {
        display: block;
        position: relative;
        width: 50px;
        height: 50px;
        background: url(../images/icons.png) no-repeat;
        cursor: pointer;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
        z-index: 210;
    }

    .dock ul.icons li.active i {
        -moz-opacity: 0.4;
        opacity: 0.4;
    }

    .dock ul.icons li.up i {
        background-position: -63px -150px;
    }

    .dock ul.icons li.tel1 i {
        background-position: -62px -108px;
    }

    .dock ul.icons li.im i {
        background-position: -63px -20px;
    }

    .dock ul.icons li.wechat i {
        background-position: -59px -66px;
    }

    .dock ul.icons li.down i {
        background-position: -63px -190px;
    }

    .dock ul.icons li p {
        display: block;
        position: absolute;
        top: 50px;
        right: -260px;
        padding: 15px 20px;
        height: 120px;
        color: White;
        line-height: 30px;
        border: 1px solid #333;
        border-right: none;
        background: #111;
        -moz-border-radius: 10px 0 0 10px;
        -webkit-border-radius: 10px 0 0 10px;
        border-radius: 10px 0 0 10px;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all .4s ease-in-out .1s;
        -moz-transition: all .4s ease-in-out .1s;
        -ms-transition: all .4s ease-in-out .1s;
        -o-transition: all .4s ease-in-out .1s;
        transition: all .4s ease-in-out .1s;
        overflow: hidden;
        z-index: 201;
    }

    .dock ul.icons li.active p {
        right: 50px;
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dock ul.icons li.tel1 p {
        width: 140px;
        height: 130px;
        line-height: 30px;
    }

    .dock ul.icons li.im p {
        width: 140px;
        height: 180px;
        line-height: 18px;
    }

        .dock ul.icons li.im p a {
            display: block;
            margin-top: 12px;
            width: 100px;
            height: 35px;
            line-height: 32px;
            color: #00dfb9;
            font-size: 16px;
            text-align: center;
            text-decoration: none;
            border: 1px solid #00dfb9;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            -webkit-transition: all .3s ease-in-out 0s;
            -moz-transition: all .3s ease-in-out 0s;
            -ms-transition: all .3s ease-in-out 0s;
            -o-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
        }

            .dock ul.icons li.im p a:hover {
                color: White;
                background: #0f8773;
                border: 1px solid #0f8773;
            }

    .dock ul.icons li.wechat p {
        width: 170px;
        height: 160px;
        line-height: 30px;
    }

        .dock ul.icons li.wechat p img {
            border: 2px solid #000;
        }

    .dock a.switch {
        position: absolute;
        display: block;
        top: 270px;
        right: 11px;
        width: 26px;
        height: 26px;
        background: url(../images/icons.png) no-repeat 0px -640px;
        cursor: pointer;
        -webkit-transition-delay: .15s;
        -moz-transition-delay: .15s;
        -ms-transition-delay: .15s;
        -o-transition-delay: .15s;
        transition-delay: .15s;
    }

        .dock a.switch.off {
            background-position: -32px -640px;
        }
