﻿@charset "utf-8";

@font-face {
    font-family: 'iconfont';
    src: url('//font/font_1432720974_1547027.eot'); /* IE9*/
    src: url('//font/font_1432720974_1547027.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('//font/font_1432720974_1547027.woff') format('woff'), /* chrome銆乫irefox */
    url('//font/font_1432720974_1547027.ttf') format('truetype'), /* chrome銆乫irefox銆乷pera銆丼afari, Android, iOS 4.2+*/
    url('//font/font_1432720974_1547027.svg#iconfont') format('svg'); /* iOS 4.1- */
}

a, a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}

ol, ul, h1, h2, h3, h4, h5, h6, p, dd, dt, dl {
    margin: 0;
    padding: 0;
}

* {
    font-family: "微软雅黑";
    margin: 0;
    padding: 0;
    list-style: none;
}

.fa {
    display: inline-block;
    font-family: "iconfont";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.fa-icon-qq:before {
    content: "\e604";
}

.fa-icon-weibo:before {
    content: "\e600";
}

.fa-icon-weixin:before {
    content: "\e605";
}

.fa-icon-zaixianzixun:before {
    content: "\e608";
}

.overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.container {
    max-width: 1200px !important;
    padding-left: 0;
    padding-right: 0;
}

@media (max-width:991px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.container-fluid {
    max-width: 1000px !important;
}

.xiao {
    padding-left: 5px;
    padding-right: 5px;
}

.no-div {
    display: none;
}

.no_left {
    padding-left: 0 !important;
}

.no_right {
    padding-right: 0;
    !important;
}

.middle {
    vertical-align: middle;
    display: table-cell;
}

.tr {
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}

header {
    width: 100%;
    height: auto;
}

    header .head_main {
        width: 100%;
    }

    header .head_top {
        background-color: #ffffff;
        border-bottom: 1px solid #e7e7e7;
        padding: 7px 0;
    }

        header .head_top .top_txt {
            float: left;
        }

            header .head_top .top_txt > p {
                font-size: 12px;
                color: #b8b8b8;
            }

        header .head_top .top_link {
            float: right;
            font-size: 12px;
            color: #b8b8b8;
        }

            header .head_top .top_link > a {
                font-size: 12px;
                color: #b8b8b8;
                padding: 0 10px;
            }

    header .head_box {
        height: 110px;
        overflow: hidden;
        background: #ffffff;
    }

    header .logo {
        float: left;
        display: table;
        height: 110px;
    }

        header .logo a {
            display: table-cell;
            vertical-align: middle;
        }

        header .logo img {
            width: 352px;
            height: auto;
        }

    header .head_img {
        float: left;
        height: 110px;
        display: table;
        margin-left: 20px;
        padding-left: 20px;
        position: relative;
        overflow: hidden;
    }

        header .head_img:before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            width: 1px;
            height: 50px;
            background-color: #484848;
        }

        header .head_img img {
            max-width: 100%;
            height: auto;
        }

    header .top_call {
        float: right;
        display: table;
        height: 110px;
    }

        header .top_call h1 {
            font-size: 14px;
            color: #434343;
            background: url("../img/top_call.png") no-repeat left top;
            padding-left: 55px;
        }

            header .top_call h1 span {
                font-size: 24px;
                color: #0084ca;
                font-weight: bold;
            }
    /**/
    header .navbox {
        background: #1990cf;
        width: 100%;
    }

    header nav {
        max-width: 1200px;
        height: 60px;
        margin: 0 auto;
        width: 100%;
    }

        header nav ul {
            width: 100%;
        }

        header nav .top_li {
            position: relative;
            width: 14.2%;
            height: 60px;
        }

            header nav .top_li:before {
                content: "";
                position: absolute;
                top: 0;
                bottom: 0;
                right: 0;
                margin: auto;
                width: 2px;
                height: 45px;
                background: url("../img/nav_gang.png") no-repeat;
            }

            header nav .top_li span {
                position: absolute;
                left: 0;
                right: 0;
                top: 20px;
                font-size: 13px;
                color: #fff;
                font-family: "Aparajita";
            }

            header nav .top_li .top_xia {
                background: url("../img/top_xia.png") no-repeat 50% 50%;
                width: 10px;
                height: 10px;
                display: inline-block;
                position: absolute;
                top: 38%;
                right: 17%;
            }

            header nav .top_li a {
                position: relative;
                z-index: 99;
                margin: 0 auto;
                font-size: 16px;
                color: #fff;
                display: block;
                transition: all 0.4s;
                height: 60px;
                line-height: 45px;
            }

            header nav .top_li:hover {
                color: #fff;
                background: #026dbd;
            }

            header nav .top_li ul {
                display: none;
                position: absolute;
                top: 60px;
                width: 100%;
                z-index: 9999;
            }

                header nav .top_li ul li {
                    width: 100%;
                    background: #1990cf;
                    padding: 5px;
                    height: 50px;
                }

                header nav .top_li ul .er {
                    color: #FFFFFF;
                    border: none;
                    height: 40px;
                    line-height: 40px;
                }

                    header nav .top_li ul .er:hover {
                        background: #fff;
                        color: #1990cf;
                    }

    header .lunbos {
        padding-top: 24%;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }
    /**/
    header nav .top_li .abg {
        width: 100%;
        height: 70px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 9;
        background: #0875b0;
        overflow: hidden;
        opacity: 0;
        box-shadow: 2px 2px 2px rgba(0,0,0,0.4),-2px 0px 2px rgba(0,0,0,0.4);
    }

        header nav .top_li .abg .mb {
            width: 0;
            height: 0;
            border-top: 70px solid #0d87c8;
            border-right: 170px solid transparent;
        }

    header nav .top_li .zsj {
        border-bottom: 10px solid transparent;
        border-left: 10px solid #1990cf;
        border-top: 9px solid transparent;
        height: 0;
        left: -8px;
        overflow: hidden;
        position: absolute;
        top: -9px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        width: 0;
        z-index: 1;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

    header nav .top_li .ysj {
        border-bottom: 10px solid transparent;
        border-left: 10px solid #1990cf;
        border-top: 9px solid transparent;
        height: 0;
        overflow: hidden;
        position: absolute;
        right: -7px;
        top: -9px;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        width: 0;
        z-index: 1;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

    header nav .top_li:hover .abg {
        opacity: 1;
    }

    header nav .top_li:hover .zsj {
        opacity: 1;
    }

    header nav .top_li:hover .ysj {
        opacity: 1;
    }

    header .small .navbox {
        position: fixed;
        z-index: 9;
        top: 0;
    }
    /*header .small{position: fixed; z-index: 9; }*/
    header nav .active .abg {
        opacity: 1;
    }

    header nav .active .zsj {
        opacity: 1;
    }

    header nav .active .ysj {
        opacity: 1;
    }

    header nav .active {
        color: #fff;
        background: #00508c;
    }
/**/
.content {
    margin: 30px 0;
}

.content_link {
    margin-top: 20px;
}
/*公司简介*/
.about_main {
    width: 100%;
    overflow: hidden;
}

    .about_main .about_left {
        width: 54%;
        float: left;
        margin-right: 1%;
    }

    .about_main .about_title {
        text-align: left;
    }

        .about_main .about_title > h3 {
            font-size: 24px;
            color: #292929;
        }

            .about_main .about_title > h3 > span {
                font-size: 18px;
                color: #292929;
            }

        .about_main .about_title > h2 {
            font-size: 28px;
            color: #292929;
            font-weight: bold;
        }

    .about_main .txtbox {
        margin-top: 20px;
    }

        .about_main .txtbox > p {
            font-size: 14px;
            color: #696969;
            line-height: 25px;
            height: 150px;
            overflow: hidden;
        }

    .about_main .more {
        margin-top: 15px;
    }

        .about_main .more > a {
            display: inline-block;
            padding: 5px 20px;
            border: 1px solid #1990cf;
            background-color: #ffffff;
            color: #1990cf;
        }

    .about_main .about_right {
        width: 44%;
        float: left;
        margin-left: 1%;
    }

    .about_main .shiping {
        text-align: center;
        overflow: hidden;
    }

        .about_main .shiping > img {
            max-width: 100%;
            height: auto;
        }
/*产品*/
.product_main {
    width: 100%;
    background: url("../img/cp_bg.jpg") no-repeat 50% 50%;
    background-size: cover;
    overflow: hidden;
}

    .product_main .prct_left {
        width: 24%;
        float: left;
        margin-right: 1%;
    }

    .product_main .sideBar {
        width: 100%;
        background-color: #0f80bd;
        border-radius: 5px;
        padding: 10px;
    }

    .product_main .side_tit {
        width: 100%;
        padding: 10px;
        position: relative;
    }

        .product_main .side_tit .tit1 {
            width: 30px;
            float: left;
            font-size: 40px;
            color: #ffffff;
            font-weight: bold;
            height: 44px;
            line-height: 44px;
        }

        .product_main .side_tit .tit2 {
            width: calc(100% - 30px);
            float: left;
            padding-top: 3px;
            padding-left: 10px;
        }

            .product_main .side_tit .tit2 > h4 {
                font-size: 16px;
                color: #ffffff;
                line-height: 20px;
            }

            .product_main .side_tit .tit2 > h5 {
                font-size: 12px;
                color: #ffffff;
                font-family: "Arial";
                line-height: 20px;
            }

        .product_main .side_tit span {
            position: absolute;
            right: 20px;
            top: 10px;
            font-size: 26px;
            color: #ffffff;
        }

    .product_main .sideBar .m_ul {
        overflow: hidden;
    }

    .product_main .sideBar ul {
        display: none;
    }

    .product_main .sideBar .m_li {
        margin-bottom: 5px;
        display: block;
        position: relative;
    }

        .product_main .sideBar .m_li > a {
            line-height: 30px;
            border-bottom: 1px dashed #85badf;
            display: block;
            font-size: 14px;
            color: #fff;
            position: relative;
            padding-left: 40px;
        }

            .product_main .sideBar .m_li > a:before {
                content: "";
                position: absolute;
                top: 0;
                bottom: 0;
                left: 15px;
                margin: auto;
                width: 10px;
                height: 10px;
                background: url("../img/m_sanjiao.png") no-repeat;
            }

        .product_main .sideBar .m_li:hover > a {
            background: url("../img/a_hover.png") no-repeat;
            background-size: 100% 100%;
            border-bottom: 1px solid rgba(0,0,0,0);
            color: #6b6b6b;
        }

            .product_main .sideBar .m_li:hover > a:before {
                background: url("../img/top_yuan.png") no-repeat;
            }

    .product_main .sideBar .more {
        margin-top: 50px;
    }

        .product_main .sideBar .more > a {
            font-size: 14px;
            color: #ffd200;
            padding-left: 40px;
            position: relative;
        }

            .product_main .sideBar .more > a:before {
                content: "";
                position: absolute;
                top: 0;
                bottom: 0;
                left: 15px;
                margin: auto;
                width: 10px;
                height: 10px;
                background: url("../img/m_sanjiao.png") no-repeat;
            }
    /**/
    .product_main .prct_right {
        width: 74%;
        float: left;
        margin-right: 1%;
    }

    .product_main .prct_title {
        border-bottom: 3px double #d7d7d7;
        padding: 7px 0;
    }

        .product_main .prct_title > h3 {
            float: left;
            font-size: 30px;
            color: #c8c8c8;
            font-family: "Impact";
        }

            .product_main .prct_title > h3 > span {
                font-size: 18px;
                color: #c8c8c8;
            }

        .product_main .prct_title .more {
            float: right;
            font-size: 12px;
            color: #fcad51;
            padding-top: 10px;
        }

    .product_main .prct_item {
        width: 100%;
    }

        .product_main .prct_item .imgbox {
            position: relative;
            display: block;
            overflow: hidden;
        }

            .product_main .prct_item .imgbox:before {
                content: "";
                display: block;
                padding-top: 78%;
            }

            .product_main .prct_item .imgbox .prct_img {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                margin: auto;
                max-width: 100%;
                max-height: 100%;
            }

        .product_main .prct_item .mask {
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,.44);
            border: 2px solid #1184c2;
            overflow: hidden;
        }

        .product_main .prct_item .prct_box {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 100%;
            text-align: center;
            max-height: 100%;
            transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%); /* IE 9 */
            -moz-transform: translate(-50%,-50%); /* Firefox */
            -webkit-transform: translate(-50%,-50%); /* Safari 和 Chrome */
            -o-transform: translate(-50%,-50%); /* Opera */
        }

            .product_main .prct_item .prct_box > h4 {
                font-size: 21px;
                color: #ffffff;
            }

            .product_main .prct_item .prct_box > h6 {
                font-size: 12px;
                color: #ffffff;
                font-family: "Arial";
                margin-top: 2px;
            }

            .product_main .prct_item .prct_box > h5 {
                display: inline-block;
                padding: 5px 10px;
                border-radius: 5px;
                background-color: #ffffff;
                font-size: 14px;
                color: #272727;
                margin-top: 8px;
            }

        .product_main .prct_item .prct_txt {
            height: 35px;
            line-height: 35px;
            text-align: center;
            font-size: 14px;
            color: #ffffff;
        }

        .product_main .prct_item:hover .imgbox .prct_img {
            transform: scale(1.1);
        }

        .product_main .prct_item:hover .mask {
            top: 0;
        }

        .product_main .prct_item:hover .prct_txt {
            color: #1184c2;
        }
/*新闻*/
.main_title {
    width: 100%;
    text-align: center;
    font-size: 0;
    position: relative;
    overflow: hidden;
}

    .main_title:before, .main_title:after {
        content: "";
        position: absolute;
        bottom: 12px;
        width: calc(50% - 75px);
        height: 1px;
        background-color: #cecece;
    }

    .main_title:before {
        left: 0;
    }

    .main_title:after {
        right: 0;
    }

    .main_title .title_link {
        display: inline-block;
        text-align: center;
        width: 150px;
        position: relative;
        overflow: hidden;
    }

        .main_title .title_link:before, .title_link:after {
            content: "";
            position: absolute;
            bottom: 5px;
            width: 4px;
            height: 15px;
            border-radius: 5px;
            background-color: #cecece;
        }

        .main_title .title_link:before {
            left: 0;
        }

        .main_title .title_link:after {
            right: 0;
        }

    .main_title h3 {
        font-size: 26px;
        color: #444444;
        font-weight: bold;
    }

    .main_title h4 {
        font-size: 24px;
        color: #0e89cb;
        margin-top: 2px;
    }
/**/
.news_main {
    width: 100%;
    background-color: #f1f1f1;
}

    .news_main .news_left {
        width: 49%;
        float: left;
        margin-right: 1%;
    }

        .news_main .news_left .imgbox {
            position: relative;
            display: block;
            overflow: hidden;
            padding-top: 33%;
        }

            .news_main .news_left .imgbox .news_img {
                position: absolute;
                top: 0px;
                left: 60px;
                bottom: 0;
                right: 0;
                margin: auto;
                max-width: 100%;
                max-height: 100%;
            }

            .news_main .news_left .imgbox .mask {
                position: absolute;
                width: 90px;
                height: 80px;
                top: 0;
                left: 0;
                background-color: #0e89cb;
                text-align: center;
            }

                .news_main .news_left .imgbox .mask h5 {
                    font-size: 46px;
                    color: #FFFFFF;
                    font-family: "Arial";
                }

                .news_main .news_left .imgbox .mask h6 {
                    font-size: 16px;
                    color: #FFFFFF;
                    font-family: "Arial";
                }

        .news_main .news_left .txtbox {
            margin-top: 10px;
        }

            .news_main .news_left .txtbox h5 {
                font-size: 16px;
                color: #1d1d1d;
                font-weight: bold;
            }

            .news_main .news_left .txtbox .news_txt {
                margin-top: 5px;
                font-size: 12px;
                color: #484848;
                line-height: 20px;
                height: auto;
                overflow: hidden;
            }

    .news_main .news_right {
        width: 49%;
        float: left;
        margin-left: 1%;
        height: 275px;
        overflow: hidden;
    }

    .news_main .news_item {
        width: 100%;
        height: 80px;
        position: relative;
        margin-bottom: 15px;
    }

        .news_main .news_item .news_date {
            border: 1px solid #dfdfdf;
            width: 85px;
            height: 100%;
            float: left;
            text-align: center;
        }

            .news_main .news_item .news_date h5 {
                font-size: 46px;
                color: #b8b8b8;
                font-family: "Arial";
            }

            .news_main .news_item .news_date h6 {
                font-size: 16px;
                color: #b8b8b8;
                font-family: "Arial";
            }

        .news_main .news_item .txtbox {
            width: calc(100% - 85px);
            height: 100%;
            padding: 7px 15px;
            overflow: hidden;
        }

            .news_main .news_item .txtbox .news_title {
                font-size: 16px;
                color: #1d1d1d;
                font-weight: bold;
            }

            .news_main .news_item .txtbox .news_p {
                font-size: 12px;
                color: #484848;
                line-height: 18px;
                height: 36px;
                overflow: hidden;
                margin-top: 10px;
            }

        .news_main .news_item:hover .news_date {
            border: 1px solid #0e89cb;
        }

            .news_main .news_item:hover .news_date h5 {
                color: #0e89cb;
            }

            .news_main .news_item:hover .news_date h6 {
                color: #0e89cb;
            }

        .news_main .news_item:hover .txtbox .news_title {
            color: #0e89cb;
        }

    .news_main .news_more {
        margin-top: 15px;
        text-align: center;
    }

        .news_main .news_more > a {
            border: 1px solid #282828;
            padding: 5px 20px;
            font-size: 16px;
            color: #282828;
            border-radius: 20px;
        }

            .news_main .news_more > a:hover {
                background-color: #282828;
                color: #FFFFFF;
            }

    .news_main .more {
        text-align: center;
        margin-top: 15px;
    }

        .news_main .more > a {
            border: 1px solid #0e89cb;
            padding: 5px 30px;
            background-color: #0e89cb;
            color: #ffffff;
            border-radius: 30px;
        }

            .news_main .more > a:hover {
                background-color: #ffffff;
                color: #0e89cb;
            }
/*简介*/
.jj_main {
    width: 100%;
    background: url("../img/wz_bg.jpg") no-repeat 50% 50%;
    background-size: cover;
}

    .jj_main .jj_box {
        height: 220px;
        display: table;
        width: 100%;
    }

        .jj_main .jj_box .txtbox {
            position: relative;
            display: block;
            text-align: center;
        }

            .jj_main .jj_box .txtbox h4 {
                font-size: 44px;
                color: rgba(255,255,255,.13);
                font-family: "Arial";
                font-weight: bold;
            }

            .jj_main .jj_box .txtbox h5 {
                font-size: 24px;
                color: #ffffff;
                font-weight: bold;
                margin-top: -25px;
            }

            .jj_main .jj_box .txtbox h6 {
                font-size: 14px;
                color: #ffffff;
                margin-top: 20px;
            }

            .jj_main .jj_box .txtbox .more {
                display: inline-block;
                padding: 8px 20px;
                border: 1px solid rgba(255,255,255,.31);
                background-color: rgba(14,137,203,.31);
                color: #ffffff;
                margin-top: 20px;
            }
/*底部*/
.foot_main {
    width: 100%;
    background-color: #0e89cb;
}

    .foot_main .foot_logo {
        width: 15%;
        float: left;
    }

        .foot_main .foot_logo h4 {
            font-size: 20px;
            color: #ffffff;
            font-weight: bold;
        }

        .foot_main .foot_logo h6 {
            font-size: 12px;
            color: #ffffff;
            font-family: "Arial";
        }

    .foot_main .foot_nav {
        width: 40%;
        float: left;
    }

        .foot_main .foot_nav dl {
            width: 33.33%;
            float: left;
            height: 160px;
            border-right: 1px solid #c6c6c6;
            text-align: center;
            overflow: hidden;
        }

            .foot_main .foot_nav dl dt {
                font-size: 16px;
                color: #ffffff;
                font-weight: bold;
                margin-bottom: 10px;
            }

            .foot_main .foot_nav dl dd {
                height: 30px;
            }

                .foot_main .foot_nav dl dd > a {
                    line-height: 30px;
                    color: #ffffff;
                    font-size: 12px;
                }

                    .foot_main .foot_nav dl dd > a:hover {
                        color: #484848;
                        text-decoration: underline !important;
                    }

    .foot_main .foot_box {
        width: 25%;
        height: 150px;
        overflow: hidden;
        float: left;
        padding: 0 20px;
    }

        .foot_main .foot_box h4 {
            font-size: 16px;
            color: #ffffff;
            font-weight: bold;
        }

        .foot_main .foot_box ul {
            margin-top: 10px;
        }

            .foot_main .foot_box ul li {
                font-size: 14px;
                color: #ffffff;
                line-height: 30px;
            }

    .foot_main .ma {
        width: 20%;
        float: left;
        text-align: center;
        padding: 0 10px;
    }

        .foot_main .ma h4 {
            font-size: 14px;
            color: #ffffff;
        }

        .foot_main .ma img {
            max-width: 100%;
            height: auto;
            margin-top: 10px;
        }

.foot_di {
    background-color: #3f3f3f;
}

    .foot_di .foot_con {
        margin: 10px 0;
    }

        .foot_di .foot_con .p1, .p2 {
            font-size: 12px;
            color: #fff;
            opacity: .42;
        }

        .foot_di .foot_con .p1 {
            float: left;
        }

        .foot_di .foot_con .p2 {
            float: right;
        }
/*手机底部
.hot{width:100%; height:58px; background:#000; position:fixed; bottom:0; left:0; z-index:99; border-top:solid 2px #fff;}
.hot span{ color:#fff; font-size:16px; line-height:20px;}
.hot h6{ font-size:12px; line-height:20px;}
.hot .row div a{ display:block; color:#fff; padding:8px 0;}
.hot .row div a:hover{background-color: #0e89cb;}
.dbbox{ position: fixed; left: 0; bottom:70px; z-index:99; width: 100%; }
.dbbox .dbs{ position: relative; padding: 0 15px; display:none;}
.dbbox .dbs .neirong{padding: 10px; background: #fff; border-radius: 5px;}
.dbbox .dbs.ewm-box{ text-align:center; }
.dbbox .dbs.ewm-box:after{ content: ""; position: absolute; left:50%; bottom:-6px; z-index: 1; width:25%; height:6px; ;}
.dbbox .dbs.fenxiang-box:after{ content: ""; position: absolute; left:75%; bottom:-6px; z-index: 1; width:25%; height:6px;}
.dbbox .dbs.ewm-box img{ max-width: 140px; }
.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 .li{ position: relative; padding: 6px 0; width: 20%; height: 44px; }
.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 a{ position: absolute; left: 50%; top:6px; margin:0 0 0 -16px; float: inherit !important; display: block;}
*/
/*内页*/
.inner_page {
    width: 100%;
}

    .inner_page .page_left {
        width: 24%;
        float: left;
        margin-right: 1%;
    }

    .inner_page .page_right {
        width: 74%;
        float: left;
        margin-left: 1%;
    }

.n_title {
    border-bottom: 3px double #d7d7d7;
    padding: 10px 0;
}

    .n_title h1 {
        font-size: 30px;
        color: #c8c8c8;
        font-family: "Impact";
        float: left;
    }

        .n_title h1 b {
            font-size: 18px;
            color: #c8c8c8;
            padding-left: 5px;
        }

    .n_title h2 {
        float: right;
        font-size: 12px;
        color: #404040;
        padding-top: 15px;
    }

        .n_title h2 a {
            font-size: 12px;
            color: #404040;
        }

            .n_title h2 a:hover {
                color: #1990cf;
            }
/*左侧*/
.sideBar_page .sub_tit {
    padding: 30px 15px;
    border: 5px solid #d7d7d7;
    background: #1990cf;
    text-align: left;
    position: relative;
}

    .sideBar_page .sub_tit h1 {
        font-size: 24px;
        color: #FFFFFF;
        font-weight: bold;
    }

    .sideBar_page .sub_tit h2 {
        font-size: 14px;
        color: #dfdfdf;
        font-family: "Arial";
        margin-top: 5px;
    }

    .sideBar_page .sub_tit span {
        position: absolute;
        right: 20px;
        top: 13px;
        font-size: 17px;
        color: #FFFFFF;
    }

.sideBar_page .side_top {
    margin-bottom: 15px;
}

    .sideBar_page .side_top ul {
        display: none;
    }

.sideBar_page .n_ul {
    margin-top: 10px;
}

.sideBar_page .n_li {
    position: relative;
    height: auto;
    text-align: left;
    margin-bottom: 5px;
}

    .sideBar_page .n_li > a {
        position: relative;
        height: 40px;
        background: #e4e4e4;
        line-height: 40px;
        color: #282828;
        font-weight: bold;
        display: block;
        overflow: hidden;
        padding: 0 10px 0 30px;
    }

        .sideBar_page .n_li > a:before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 0px;
            bottom: 0;
            margin: auto 0;
            width: 4px;
            height: 25px;
            background-color: #e4e4e4;
        }

    .sideBar_page .n_li b {
        position: absolute;
        right: 18px;
        top: 14px;
        color: #2f2f2f;
    }

    .sideBar_page .n_li:hover > a:before {
        background: #FFFFFF;
    }

    .sideBar_page .n_li:hover > a {
        background-color: #1990cf;
        color: #FFFFFF;
    }

    .sideBar_page .n_li:hover b {
        transform: rotate(90deg);
        color: #FFFFFF;
    }

.sideBar_page .act > a {
    background-color: #1990cf;
    color: #FFFFFF;
}

.sideBar_page .act b {
    transform: rotate(90deg);
    color: #FFFFFF;
}
/*二层*/
.sideBar_page .n_li .er {
    border: 1px solid #e5e5e5;
    background: #FFFFFF;
    margin-top: 5px;
}

    .sideBar_page .n_li .er li {
        height: 40px;
        line-height: 40px;
        background: #e4e4e4;
        margin-bottom: 1px;
    }

        .sideBar_page .n_li .er li a {
            font-size: 12px;
            color: #282828;
            display: block;
            padding: 0 10px 0 30px;
        }

            .sideBar_page .n_li .er li a:hover {
                color: #1990cf;
            }
/*下*/
.sideBar_page .side_bottom {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #d7d7d9;
    padding: 15px;
}

    .sideBar_page .side_bottom .txtbox {
        margin-top: 10px;
    }

        .sideBar_page .side_bottom .txtbox h1 {
            font-size: 14px;
            color: #292929;
        }

        .sideBar_page .side_bottom .txtbox ul {
            margin-bottom: 20px;
        }

            .sideBar_page .side_bottom .txtbox ul li {
                font-size: 14px;
                color: #292929;
                line-height: 25px;
                word-wrap: break-word;
            }

                .sideBar_page .side_bottom .txtbox ul li span {
                    font-size: 12px;
                    color: #a3a3a3;
                    width: 20px;
                    line-height: 25px;
                    display: inline-block;
                }

                .sideBar_page .side_bottom .txtbox ul li b {
                    font-size: 14px;
                    color: #1990cf;
                    font-weight: normal;
                }

    .sideBar_page .side_bottom a {
        width: 100%;
        display: inline-block;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        color: #FFFFFF;
        background: #404040;
        text-align: center;
        padding: 0 10px;
    }

/*产品内页*/
.product_page .prct_item {
    width: 100%;
    margin-bottom: 15px;
}

    .product_page .prct_item .imgbox {
        position: relative;
        display: block;
        overflow: hidden;
    }

        .product_page .prct_item .imgbox:before {
            content: "";
            display: block;
            padding-top: 78%;
        }

        .product_page .prct_item .imgbox .prct_img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            max-width: 100%;
            max-height: 100%;
        }

    .product_page .prct_item .mask {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.44);
        border: 2px solid #1184c2;
        overflow: hidden;
    }

    .product_page .prct_item .prct_box {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        text-align: center;
        max-height: 100%;
        transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%); /* IE 9 */
        -moz-transform: translate(-50%,-50%); /* Firefox */
        -webkit-transform: translate(-50%,-50%); /* Safari 和 Chrome */
        -o-transform: translate(-50%,-50%); /* Opera */
    }

        .product_page .prct_item .prct_box > h4 {
            font-size: 21px;
            color: #ffffff;
            font-weight: bold;
        }

        .product_page .prct_item .prct_box > h6 {
            font-size: 12px;
            color: #ffffff;
            font-family: "Arial";
            margin-top: 3px;
        }

        .product_page .prct_item .prct_box > h5 {
            display: inline-block;
            padding: 5px 10px;
            border-radius: 5px;
            background-color: #ffffff;
            font-size: 14px;
            color: #272727;
            margin-top: 8px;
        }

    .product_page .prct_item .prct_txt {
        height: 35px;
        line-height: 35px;
        text-align: center;
        font-size: 14px;
        color: #696969;
    }

    .product_page .prct_item:hover .mask {
        top: 0;
    }

    .product_page .prct_item:hover .prct_txt {
        color: #1184c2;
    }
/*内页*/
.product_show {
    width: 100%;
}

    .product_show .prct_title {
        text-align: center;
        font-size: 18px;
        color: #333333;
        font-weight: bold;
    }

    .product_show .imgbox {
        text-align: center;
        margin-top: 15px;
    }

        .product_show .imgbox > img {
            max-width: 100%;
            height: auto;
            display: inline-block;
        }

    .product_show .txtbox {
        margin-top: 15px;
    }

        .product_show .txtbox > p {
            font-size: 14px;
            color: #333333;
            line-height: 25px;
        }

/*服务承诺页面*/
.serice_page {
    width: 100%;
}

    .serice_page .txtbox {
        height: auto;
        overflow: hidden;
    }

        .serice_page .txtbox p {
            font-size: 12px;
            color: #696969;
            line-height: 25px;
            padding: 5px 0;
        }

        .serice_page .txtbox img {
            width: 100%;
            height: auto;
            padding: 5px 0;
        }

/*关于我们页面*/
.about_page {
    width: 100%;
}

    .about_page .txtbox {
        height: auto;
        overflow: hidden;
    }

        .about_page .txtbox p {
            font-size: 12px;
            color: #696969;
            line-height: 25px;
            padding: 5px 0;
        }

        .about_page .txtbox img {
            width: 100%;
            height: auto;
            padding: 5px 0;
        }

/*联系我们页面*/
.contact_page {
    width: 100%;
}

    .contact_page .contact_title {
        font-size: 18px;
        color: #292929;
    }

    .contact_page .txtbox {
        margin-top: 15px;
        font-size: 12px;
        color: #696969;
        line-height: 25px;
    }

    .contact_page .ditu {
        margin-top: 15px;
        text-align: center;
    }

        .contact_page .ditu > img {
            max-width: 100%;
            height: auto;
        }

/*新闻资讯页面*/
.news_page .news_item {
    width: 100%;
    border-bottom: 1px double #e0e0e0;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

    .news_page .news_item .news_box {
        position: relative;
        display: block;
        overflow: hidden;
        padding: 0 0 0 130px;
        top: 0;
    }

    .news_page .news_item .imgbox {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        overflow: hidden;
        border: 1px solid #cdcdcd;
    }

        .news_page .news_item .imgbox .news_img {
            width: 130px;
            height: 100%;
        }

    .news_page .news_item .txtbox {
        height: 90px;
        padding: 10px 15px;
    }

        .news_page .news_item .txtbox .news_title {
            font-size: 14px;
            color: #080909;
            background: url("../img/wts_jian.png") no-repeat left;
            padding-left: 25px;
        }

        .news_page .news_item .txtbox .news_txt {
            height: 40px;
            font-size: 12px;
            color: #6f6f6f;
            line-height: 20px;
            margin-top: 10px;
            overflow: hidden;
        }

    .news_page .news_item .news_box:hover {
        top: -3px;
        box-shadow: 5px 5px 5px #aaa;
    }
/*内页*/
.news_show {
    width: 100%;
}

    .news_show .news_title {
        text-align: center;
        font-size: 18px;
        color: #333333;
        font-weight: bold;
    }

    .news_show .imgbox {
        text-align: center;
        margin-top: 15px;
    }

        .news_show .imgbox > img {
            max-width: 100%;
            height: auto;
            display: inline-block;
        }

    .news_show .txtbox {
        margin-top: 15px;
    }

        .news_show .txtbox > p {
            font-size: 14px;
            color: #333333;
            line-height: 25px;
        }

/*在线留言页面*/
.message_page form {
    width: 70%;
    margin: 0 auto;
}

.message_page .ly_col {
    font-weight: 400;
    text-align: right;
    font-size: 14px;
    color: #696969;
}

.message_page .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.message_page .form-control {
    border: 1px solid #d3d3d3;
}

.message_page .btn_left {
    text-align: left;
}

.message_page .lys_btn_left {
    width: 100px;
    height: 30px;
    line-height: 30px;
    border: none;
    background: #1990cf;
    display: inline-block;
    text-align: center;
    color: #FFFFFF;
    margin-right: 10px;
}

.message_page .lys_btn_right {
    width: 100px;
    height: 30px;
    line-height: 30px;
    border: none;
    background: #d1d1d1;
    display: inline-block;
    text-align: center;
    color: #292929;
    margin-right: 10px;
}




@media (max-width:1230px) {
    header nav {
        max-width: 1000px;
    }
}

@media (max-width:1199px) {
    header .top_service .top_ser img {
        width: 200px;
    }

    header .head_ma {
        padding-right: 30px;
    }

    .product_main .sideBar .more {
        margin-top: 20px;
    }

    .jj_main .jj_box {
        height: 200px;
    }
    /*内页*/
    .sideBar_page .n_li > a {
        padding: 0 10px 0 20px;
    }
}

@media (max-width:991px) {
    header {
        margin-bottom: 0px;
    }

        header .head_box {
            height: 90px;
            border-bottom: 2px solid #0875b0;
        }

        header .logo {
            height: 90px;
        }

        header .head_img {
            height: 90px;
        }

        header .top_coll {
            float: left;
            padding-left: 20px;
        }

            header .top_coll .top_colls {
                height: 80px;
            }

            header .top_coll .top_form {
                height: 30px;
                border: 1px solid #026dbd;
            }

                header .top_coll .top_form .ss_txt {
                    height: 28px;
                }

                header .top_coll .top_form .ss_btn {
                    height: 25px;
                }

        header .icon-menu {
            font-size: 38px;
            color: #026dbd;
            top: 25px;
            cursor: pointer;
        }

        header .sjdnav {
            width: 140px;
            position: absolute;
            right: 10px;
            top: 100px;
            z-index: 9999;
            display: none;
        }

            header .sjdnav ul {
                padding: 0;
                margin: 0;
            }

            header .sjdnav li {
                height: 40px;
                display: block;
                padding: 0;
                text-align: center;
                margin-bottom: 0px;
                background: rgba(0,0,0,0.5);
                transition: all 0.4s;
            }

                header .sjdnav li a {
                    display: block;
                    color: #fff;
                    line-height: 40px;
                }

                header .sjdnav li:hover {
                    background: #026dbd;
                }

    .about_main .about_title > h3 {
        font-size: 20px;
    }

        .about_main .about_title > h3 > span {
            font-size: 16px;
        }

    .about_main .about_title > h2 {
        font-size: 24px;
    }

    .about_main .txtbox {
        margin-top: 10px;
    }

        .about_main .txtbox > p {
            height: 140px;
            line-height: 20px;
        }

    .about_main .more {
        margin-top: 10px;
    }
    /**/
    .product_main .side_tit {
        padding: 0;
    }

    .product_main .prct_item .prct_box > h4 {
        font-size: 16px;
    }

    .product_main .prct_item .prct_box > h5 {
        display: none;
    }

    .news_main .news_left .imgbox .mask {
        height: 70px;
    }

        .news_main .news_left .imgbox .mask h5 {
            font-size: 40px;
        }

        .news_main .news_left .imgbox .mask h6 {
            font-size: 14px;
        }

    .news_main .news_right {
        height: 250px;
    }

    .news_main .news_item {
        margin-bottom: 10px;
        height: 70px;
    }

        .news_main .news_item .news_date h5 {
            font-size: 40px;
        }

        .news_main .news_item .news_date h6 {
            font-size: 14px;
        }

        .news_main .news_item .txtbox {
            padding: 5px 10px;
        }

            .news_main .news_item .txtbox .news_title {
                font-size: 14px;
            }

            .news_main .news_item .txtbox .news_p {
                margin-top: 5px;
                font-size: 12px;
            }

    .jj_main .jj_box {
        height: 180px;
    }

        .jj_main .jj_box .txtbox h4 {
            font-size: 40px;
        }

        .jj_main .jj_box .txtbox h5 {
            font-size: 20px;
        }

        .jj_main .jj_box .txtbox h6 {
            margin-top: 15px;
        }

    .foot_main .foot_logo {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .foot_main .foot_box {
        width: 35%;
    }

    .foot_main .ma {
        width: 25%;
    }

    .foot_di .foot_con .p1, .p2 {
        width: 100%;
        text-align: center;
    }
    /*内页*/
    .sideBar_page .sub_tit {
        padding: 20px 10px;
    }

        .sideBar_page .sub_tit h1 {
            font-size: 20px;
        }

        .sideBar_page .sub_tit h2 {
            font-size: 12px;
        }

    .sideBar_page .side_bottom .txtbox {
        padding: 10px;
    }

    .product_page .prct_item .prct_box > h4 {
        font-size: 16px;
    }

    .product_page .prct_item .prct_box > h5 {
        display: none;
    }

    .news_page .news_item .news_box {
        padding: 0 0 0 120px;
    }

    .news_page .news_item .imgbox .news_img {
        width: 120px;
    }

    .message_page form {
        width: 100%;
        margin: 0 auto;
    }
}

@media (min-width:767px) {
    .product_main .sideBar .m_ul {
        display: block !important;
    }

    .sideBar_page .n_ul {
        display: block !important;
    }
}

@media (max-width: 767px) {
    header .head_box {
        height: 70px;
    }

    header .logo {
        height: 70px;
    }

        header .logo img {
            width: 277px;
        }

    header .icon-menu {
        font-size: 24px;
        top: 22px;
    }

    header .sjdnav {
        top: 60px;
    }

    header .lunbos {
        padding-top: 38%;
    }

    .about_main .about_left {
        width: 100%;
        margin-right: 0;
    }

    .about_main .about_title > h3 {
        font-size: 18px;
    }

        .about_main .about_title > h3 > span {
            font-size: 14px;
        }

    .about_main .about_title > h2 {
        font-size: 20px;
    }

    .about_main .about_right {
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }
    /**/
    .product_main .prct_left {
        width: 100%;
    }

    .product_main .prct_right {
        width: 100%;
    }

    .product_main .prct_title > h3 {
        font-size: 22px;
    }

        .product_main .prct_title > h3 > span {
            font-size: 15px;
        }

    .product_main .prct_title .more {
        display: none;
    }

    .product_main .sideBar .more {
        display: none;
    }

    .main_title h3 {
        font-size: 20px;
    }

    .main_title h4 {
        font-size: 18px;
    }

    .main_title .title_link {
        width: 110px;
    }

    .main_title:before, .main_title:after {
        width: calc(50% - 55px);
        bottom: 10px;
    }

    .main_title .title_link:before, .title_link:after {
        bottom: 3px;
    }

    .news_main .news_left {
        width: 100%;
        margin-right: 0;
    }

    .news_main .news_right {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }

    .jj_main .jj_box .txtbox h4 {
        font-size: 30px;
    }

    .jj_main .jj_box .txtbox h5 {
        font-size: 16px;
        margin-top: 0;
    }

    .jj_main .jj_box .txtbox .more {
        font-size: 12px;
    }

    .foot_main {
        display: none;
    }
    /*内页*/
    .inner_page .page_left {
        width: 100%;
        margin-right: 0;
    }

    .inner_page .page_right {
        width: 100%;
        margin-left: 0;
    }

    .n_title h2 {
        padding-top: 0;
    }

    .sideBar_page .n_ul {
        display: none;
    }

    .sideBar_page .sub_tit {
        padding: 10px;
    }

        .sideBar_page .sub_tit h1 {
            font-size: 18px;
        }

    .news_page .news_item .news_box {
        padding: 0 0 0 105px;
    }

    .news_page .news_item .imgbox .news_img {
        width: 105px;
    }

    .news_page .news_item .txtbox {
        padding: 5px 10px;
        height: 75px;
    }

    .message_page .ly_col {
        text-align: left;
    }
}

@media (max-width:450px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        position: relative;
        min-height: 1px;
        padding-right: 5px;
        padding-left: 5px;
    }

    .jj_main .jj_box .txtbox h4 {
        font-size: 26px;
    }

    .jj_main .jj_box .txtbox h6 {
        font-size: 12px;
    }
}

@media (max-width:376px) {
}

@media (max-width:340px) {
    .jj_main .jj_box .txtbox h4 {
        font-size: 24px;
    }
}



div.page {
    margin: 10px 3px;
    padding: 3px;
    text-align: center;
}

    div.page 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.page span.disabled {
        color: #adaaad;
        margin-right: 3px;
        padding: 2px 6px;
    }

    div.page 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(../img/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(../img/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;
        }

/*铸造辅助材料下拉菜单*/
#select1 {
    background: #fff;
    line-height: 30px;
    display: none;
}

    #select1 div {
        margin-top: 3px;
        background: #f7f7f7;
        padding-left: 48px;
    }

    #select1 a {
        color: #000;
    }

.tdright {
    text-align: right;width:100px;
}

.boardTable {
    border-collapse: collapse;
    width: 100%
}

    .boardTable td, .boardTable th {
        border: 0.5px solid #ddd;
        padding:10px;
    }