/*common start*/
body, div, ul, li, a, img, p, dl, dt, dd, h1, h2, h3, h4, span, strong, input {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: 0;
    list-style: none;
}

body {
    font-size: 12px;
    font-family: '';
    color: #666;
    background: #fff;
}

a {
    color: #0167b5;
}

    a:hover {
        color: #777;
    }

p {
    line-height: 1.8em;
    padding: 5px 0;
}

.clear {
    margin: 0;
    padding: 0;
    font-size: 0;
    clear: both;
}

.wapper {
    width: 1140px;
    margin: 0 auto;
}

@media only screen and (max-width: 1140px) {
    .wapper {
        width: 94%;
        margin: 0 3%;
    }
}



.top {
    width: 100%;
    height: 75px;
}

    .top .left {
        float: left;
    }

        .top .left .logo a {
            display: block;
            height: 100%;
        }

        .top .left .logo img {
            object-fit: contain;
            padding-top: 10px;
        }

        .top .left .logo a:hover img {
            opacity: 0.6;
        }

    .top .right {
        float: right;
        padding-top: 10px;
    }

        .top .right .language {
            display: inline-block;
        }

            .top .right .language ul li {
                display: inline-block;
                white-space: nowrap;
                *white-space: normal;
                -webkit-transition: background 0.2s;
                transition: background 0.2s;
                padding: 5px;
            }

                .top .right .language ul li a {
                    display: block;
                    text-transform: uppercase;
                    border-radius: 2px;
                    box-shadow: 0 -1px 0 0 rgb(0 0 0 / 10%) inset;
                    padding-bottom: 10px;
                }

                    .top .right .language ul li a span {
                        color: #22221D;
                        font-size: 13px;
                        font-weight: 600;
                        padding: 0 17px;
                        background: url(../images/地球.png) left no-repeat;
                        padding-left: 20px;
                        background-size: 15px;
                    }

                    .top .right .language ul li a:hover {
                        text-decoration: none;
                    }

                        .top .right .language ul li a:hover span {
                            color: #03c4eb;
                            background: url(../images/地球2.png) left no-repeat;
                            background-size: 15px;
                        }

        .top .right .search {
            display: inline-block;
            padding-right: 10px;
        }

            .top .right .search form {
                position: relative;
            }

            .top .right .search .searchfield {
                padding: 10px;
                max-width: 100%;
                border: 0px;
                font-size: 15px;
                line-height: 22px;
                background-color: #f2f2f2;
                border-bottom: 1px solid #fff;
                box-sizing: border-box;
                color: #000000;
                border-radius: 8px;
                outline: none;
            }

            .top .right .search .searchsubmit {
                background: url(../images/搜索小.png) no-repeat;
                position: absolute;
                top: 8px;
                padding: 15px;
                background-size: 25px;
                border: none;
                right: 8px;
                height: 100%;
                width: 25px;
            }




.header {
    position: relative;
    height: 60px;
    background: #222;
    width: 100%;
}
/*menu*/
.menu {
    height: 60px;
    line-height: 60px;
}

    .menu ul {
        text-align: center;
    }

        .menu ul li {
            padding: 0 10px;
            display: inline-block;
        }

            .menu ul li.on span a {
                background: #656565;
            }

            .menu ul li.menu_down.on span a {
                color: #fff;
                background: #656565 url(../images/三角1.png) right no-repeat;
                padding-right: 20px;
                background-size: 10px;
            }

            .menu ul li dl {
                background: #222;
                width: 100%;
                position: absolute;
                left: 0px;
                top: 60px;
                box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
                padding: 10px 0;
                display: none;
                z-index: 99;
            }

    .menu a {
        font-size: 14px;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        display: block;
        text-align: center;
        padding: 0 10px;
    }

    .menu ul li span.s1 a:hover {
        color: #fff;
        background: #656565;
    }

    .menu ul li span.s1 a.menu_hover {
        color: #fff;
        background: #656565;
    }

    .menu ul li span.s2 a:hover {
        color: #fff;
        background: #656565 url(../images/三角1.png) right no-repeat;
        padding-right: 20px;
        background-size: 10px;
    }

    .menu ul li span.s2 a.menu_hover {
        color: #fff;
        background: #656565 url(../images/三角1.png) right no-repeat;
        padding-right: 20px;
        background-size: 10px;
    }

.menu_down span.s2 a {
    background: url(../images/三角1.png) right no-repeat;
    padding-right: 20px;
    background-size: 10px;
}

.menu_down .warp {
    padding: 0 15%;
}

.menu_down_nav li {
    display: inline-block;
    width: 30%;
    vertical-align: top;
}

    .menu_down_nav li h3 {
        color: #fff;
        text-align: left;
        font-size: 16px;
    }

    .menu_down_nav li span.img {
        text-align: left;
    }

        .menu_down_nav li span.img a {
            background: none;
            padding: 0;
        }

        .menu_down_nav li span.img img {
            max-width: 150px;
        }

    .menu_down_nav li span a {
        background: url(../images/尖括号.png) left no-repeat;
        padding-left: 20px;
        background-size: 20px;
        text-align: left;
    }

.menu ul li .menu_down_nav2 li {
    display: block;
    width: 100%;
    line-height: 25px;
}

    .menu ul li .menu_down_nav2 li a {
        background: url(../images/三角3.png) left no-repeat;
        padding-left: 20px;
        background-size: 10px;
        text-align: left;
    }

.menu_down a:hover {
    color: #348fe2;
}

@media screen and (max-width:980px) {
    .top .right {
        display: none;
    }

    .menu_down .warp {
        padding: 0 5%;
    }
}

/*手机菜单*/
.sp_header {
    height: 60px;
    overflow: hidden;
    background: #fff;
    position: fixed;
    z-index: 10;
    width: 100%;
    display: none;
    box-shadow: 0 5px 10px 0 rgb(50 50 50 / 6%);
    top: 0;
}

.sp_logo {
    padding: 10px;
    float: left;
    height: 40px
}

    .sp_logo img {
        margin: auto;
        max-height: 40px;
    }

.sp_nav {
    width: 50px;
    float: right;
    position: relative;
    cursor: pointer;
    height: 30px;
    margin-top: 15px
}

    .sp_nav span {
        display: block;
        background: #777;
        width: 30px;
        height: 2px;
        position: absolute;
        left: 10px;
        transition: all ease 0.35s
    }

        .sp_nav span:nth-of-type(1) {
            top: 0px
        }

        .sp_nav span:nth-of-type(2) {
            top: 10px
        }

        .sp_nav span:nth-of-type(3) {
            top: 20px
        }

.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
}

.sjj_nav {
    position: fixed;
    z-index: 9;
    background: #fff;
    width: 100%;
    height: calc(100% - 50px);
    font-size: 14px;
    line-height: 40px;
    top: -100%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
    display: none;
}

.nav_show {
    top: 60px
}

.sjj_nav > ul > li:first-child {
    overflow: hidden;
    border-top: 0
}

    .sjj_nav > ul > li:first-child > a {
        float: left;
        width: calc(100% - 100px)
    }

    .sjj_nav > ul > li:first-child .language {
        float: right;
        width: 70px;
        overflow: hidden;
        line-height: 30px;
        margin-top: 5px
    }

        .sjj_nav > ul > li:first-child .language a {
            width: 35px;
            float: left;
            border-left: 1px #ddd solid;
            text-align: center;
            color: #999;
            box-sizing: border-box;
        }

.sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px; /*border-left:1px #ddd solid;*/
    height: 30px;
    padding: 0px 7px 0 7px;
}

    .sjj_nav ul li i svg {
        transform: rotate(-90deg);
        transition: all ease 0.35s
    }

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}

.sjj_nav ul li { /*margin-left:20px;*/
    position: relative;
    line-height: 40px;
    font-size: 14px
}
    /*.sjj_nav>ul >li:last-child{border-bottom:1px #ddd solid;}*/
    .sjj_nav ul li ul {
        display: none;
        background: #222;
    }

    .sjj_nav ul li a {
        color: #666;
        width: 80%;
        padding-left: 20px;
    }

    .sjj_nav ul li ul li a {
        color: #fff;
        display: block;
        text-align: left;
    }

        .sjj_nav ul li ul li a:hover {
            color: #0275D8;
        }

    .sjj_nav ul li i svg {
        width: 20px;
        height: 20px;
        fill: #0167B5;
    }

    .sjj_nav ul li .sjj_nav_i_se svg {
        fill: #777
    }

    .sjj_nav ul li ul li > ul {
        margin-left: 10px
    }

@media screen and (max-width:740px) {
    .top {
        display: none;
    }

    .header {
        display: none
    }

    .top_lo {
        display: none;
    }

    .sp_header {
        display: block;
    }

    .sjj_nav {
        display: block;
    }
}

.banner {
    width: 100%;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.img_shadow {
    width: 100%;
}

    .img_shadow img {
        width: 100%;
    }

.mySwiper1 .left {
    float: left;
    width: 50%;
}

    .mySwiper1 .left img {
        width: 100%;
    }

.mySwiper1 .right {
    float: right;
    width: 50%;
    text-align: left;
}

    .mySwiper1 .right h2 {
        color: #000;
        font-size: 28px;
        font-weight: 600;
        padding-top: 15%;
    }

    .mySwiper1 .right .txt {
        color: #000;
        font-size: 18px;
        text-align: left;
        padding-top: 5%;
    }

    .mySwiper1 .right .more {
        width: 100%;
        text-align: center;
        padding-top: 10%;
    }

        .mySwiper1 .right .more a {
            padding: 10px 25px;
            background: #333;
            color: #fff;
            font-size: 14px;
            border-radius: 5px;
        }

            .mySwiper1 .right .more a:hover {
                opacity: 0.6;
            }

@media only screen and (max-width: 980px) {
    .banner {
        margin-top: 60px;
    }

    .mySwiper1 .right h2 {
        color: #000;
        font-size: 22px;
        font-weight: 600;
        padding-top: 10%;
    }

    .mySwiper1 .right .txt {
        font-size: 14px;
    }
}

@media only screen and (max-width: 580px) {
    .mySwiper1 .left {
        width: 45%;
    }

    .mySwiper1 .right {
        width: 55%;
    }

        .mySwiper1 .right h2 {
            color: #000;
            font-size: 14px;
            font-weight: 600;
            padding-top: 5%;
        }

        .mySwiper1 .right .txt {
            font-size: 12px;
        }

        .mySwiper1 .right .more a {
            padding: 8px 20px;
        }
}

/*index1*/
.index1 {
    width: 100%;
    background: #eee;
    padding: 4.375rem 0px;
}

    .index1 .list {
        width: 100%;
    }

        .index1 .list ul li {
            float: left;
            width: 32%;
            margin: .5%;
        }

            .index1 .list ul li a {
                height:90px;
                display: block;
                background: #fff;
                padding: 25px 15px;
            }

                .index1 .list ul li a:hover {
                    opacity: 0.6;
                }

        .index1 .list .left {
            float: left;
            width: 30%;
        }

            .index1 .list .left img {
                width: 100%;
            }

        .index1 .list .right {
            float: right;
            width: 70%;
        }

            .index1 .list .right h3 {
                font-size: 16px;
                text-align: left;
                color: #333;
                background: url(../images/dian.png) left no-repeat;
                padding-left: 15px;
            }

            .index1 .list .right .desc {
                width: 100%;
                padding-top: 5%;
            }

                .index1 .list .right .desc h4 {
                    font-size: 16px;
                    text-align: left;
                    color: #333;
                }

                .index1 .list .right .desc font {
                    font-size: 13px;
                    text-align: left;
                    color: #222;
                }

@media only screen and (max-width: 740px) {
    .index1 .list ul li {
        float: none;
        width: 90%;
        margin: 2% 5%;
    }
}

@media only screen and (max-width: 580px) {
    .index1 .list ul li {
        float: none;
        width: 100%;
        margin: 2% 0;
    }
}

/*index2*/
.index2 {
    width: 100%;
    background: #fff;
    padding: 4.375rem 0px;
}

    .index2 .list {
        width: 100%;
    }

        .index2 .list ul li {
            float: left;
            width: 18%;
            margin: 1%;
        }

            .index2 .list ul li img {
                width: 100%;
            }

@media only screen and (max-width: 980px) {
    .index2 .list ul li {
        float: left;
        width: 25%;
        margin: 1%;
    }
}

.footer {
    background: #222;
    color: #bbbbbb;
    font-size: 14px;
    position: relative;
    padding: 35px 0px;
}

    .footer .f_menu ul li {
        margin: 8px 0;
    }

        .footer .f_menu ul li a {
            color: #ddd;
        }

            .footer .f_menu ul li a:hover {
                text-decoration: underline;
            }

    .footer .copyright {
        text-align: center;
        margin: 8px 0;
    }

    .footer .toTop {
        border-radius: 0px 20px 0 0;
        color: #999999;
        background: #222222;
        display: block;
        font-size: 30px;
        height: 50px;
        line-height: 50px;
        margin: auto;
        position: absolute;
        right: 60px;
        top: -25px;
        -webkit-transition: all 0.2s linear 0s;
        transition: all 0.2s linear 0s;
        width: 50px;
        z-index: 99;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
    }

        .footer .toTop img {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            margin-left: 10px;
            width: 65%;
        }

            .footer .toTop img.icon2 {
                display: none;
            }

        .footer .toTop:hover img.icon2 {
            display: block;
            margin-left: 15px;
        }

        .footer .toTop:hover img.icon1 {
            display: none;
        }

.toTop2 {
    background: url(../images/t_ico.png);
    cursor: pointer;
    height: 70px;
    width: 70px;
    position: absolute;
    float: right;
    right: 10px;
    bottom: 60px;
    z-index: 9999;
    position: fixed;
    border-radius: 50%;
    overflow: hidden;
}

.f_search {
    display: none;
}

@media only screen and (max-width: 980px) {
    .footer .toTop {
        right: 0;
        left: 0;
    }
}

@media only screen and (max-width: 580px) {
    .f_search {
        display: block;
        width: 100%;
        background: #050505;
    }

        .f_search .box {
            padding: 4.375rem 0px 2.1875rem;
        }

            .f_search .box .search {
                width: 100%;
            }

                .f_search .box .search form {
                    position: relative;
                    padding: 0 5%;
                }

                .f_search .box .search .searchfield {
                    padding: 15px 10px;
                    max-width: 100%;
                    border: 0px;
                    font-size: 15px;
                    line-height: 22px;
                    background-color: #f2f2f2;
                    border-bottom: 1px solid #fff;
                    box-sizing: border-box;
                    color: #000000;
                    border-radius: 8px;
                    outline: none;
                    width: 98%;
                }

                .f_search .box .search .searchsubmit {
                    background: url(../images/搜索小.png) no-repeat;
                    position: absolute;
                    top: 15px;
                    padding: 15px;
                    background-size: 25px;
                    border: none;
                    right: 30px;
                    height: 100%;
                    width: 25px;
                }

            .f_search .box .language {
                padding-top: 25px;
            }

                .f_search .box .language ul li {
                    display: block;
                    white-space: nowrap;
                    *white-space: normal;
                    -webkit-transition: background 0.2s;
                    transition: background 0.2s;
                    padding: 10px 0;
                    width: 100%;
                    text-align: center;
                }

                    .f_search .box .language ul li a {
                        display: block;
                        text-transform: uppercase;
                        border-radius: 2px;
                        box-shadow: 0 -1px 0 0 rgb(0 0 0 / 10%) inset;
                        padding-bottom: 10px;
                    }

                        .f_search .box .language ul li a span {
                            color: #777;
                            font-size: 14px;
                            font-weight: 600;
                            padding: 0 17px;
                            background: url(../images/地球.png) left no-repeat;
                            padding-left: 20px;
                            background-size: 15px;
                        }

                        .f_search .box .language ul li a:hover {
                            text-decoration: none;
                        }

                            .f_search .box .language ul li a:hover span {
                                color: #03c4eb;
                                background: url(../images/地球2.png) left no-repeat;
                                background-size: 15px;
                            }
}






/*产品信息*/
.page_header {
    padding: 30px 0px;
    border-top: 1px solid #e9e9e9;
    background: #f8f9f9;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
}

    .page_header .entry_title, .page_header .page_title {
        margin-bottom: 0px;
        font-size: 24px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #000;
    }

.product {
    width: 100%;
    background: #fff;
    border-top: 1px solid #e9e9e9;
    margin-top: -1px;
}

    .product .list {
        width: 100%;
    }

    .product .warp {
        padding: 4.375rem 0px;
    }

    .product .left {
        float: left;
        padding-right: 3%;
        border-right: 1px solid #e9e9e9;
        width: 72%;
    }

        .product .left .product_con ul li {
            width: 100%;
        }

            .product .left .product_con ul li a {
                display: block;
                padding: 10px;
                background: #ffffff;
                border: 5px solid #eee;
            }

            .product .left .product_con ul li .left {
                float: left;
                width: 30%;
                border: none;
                padding: 0;
            }

                .product .left .product_con ul li .left img {
                    width: 100%;
                }

            .product .left .product_con ul li .right {
                float: right;
                width: 65%;
                text-align: left;
            }

                .product .left .product_con ul li .right h3 {
                    font-size: 16px;
                    text-align: left;
                    color: #333;
                    background: url(../images/dian.png) left no-repeat;
                    padding-left: 15px;
                }

                .product .left .product_con ul li .right .desc {
                    width: 100%;
                    padding-top: 5%;
                }

                    .product .left .product_con ul li .right .desc h4 {
                        font-size: 16px;
                        text-align: left;
                        color: #333;
                    }

                    .product .left .product_con ul li .right .desc font {
                        font-size: 14px;
                        text-align: left;
                        color: #222;
                    }

            .product .left .product_con ul li a:hover {
                opacity: 0.6;
            }

    .product .right {
        float: right;
        padding: 40px 0 40px 3%;
        width: 21.5%;
    }

        .product .right .box {
            border: 3px solid #eee;
            background: #fafafa;
            padding: 15px;
            margin-bottom: 40px;
        }

            .product .right .box span {
                color: #2b2b2b;
                font-size: 14px;
            }

            .product .right .box .more {
                width: 100%;
                text-align: right;
                margin: 20px 0;
            }

                .product .right .box .more a {
                    padding: 10px;
                    background: #0275d8;
                    color: #fff;
                    font-size: 14px;
                    transition: all .2s ease-in-out;
                    font-weight: 600;
                }

                    .product .right .box .more a img {
                        vertical-align: middle;
                        padding: 0 5px;
                    }

                    .product .right .box .more a:hover {
                        background: #0167b5;
                    }

@media only screen and (max-width: 980px) {
    .page_header {
        padding: 30px 0px;
        border-top: 1px solid #e9e9e9;
        background: #f8f9f9;
        border-bottom: 1px solid #e9e9e9;
        position: relative;
        margin-top: 60px;
    }

    .product .left {
        float: none;
        padding-right: 0;
        border-right: none;
        width: 90%;
        padding: 0 5%;
    }

    .product .right {
        float: none;
        padding: 0 5%;
        width: 90%;
    }

        .product .right .box {
            text-align: center;
        }

            .product .right .box .more {
                text-align: center;
            }

                .product .right .box .more a {
                    display: block;
                }
}

@media only screen and (max-width: 580px) {
    .product .left {
        float: none;
        padding-right: 0;
        border-right: none;
        width: 100%;
        padding: 0;
    }

    .product .right {
        float: none;
        padding: 0;
        width: 100%;
    }
}

.pro_nav {
    width: 100%;
    font-size: 12px;
    padding: 15px 0px;
    border-top: 1px solid #e9e9e9;
    color: #858585;
}

    .pro_nav span {
        padding-right: 10px;
    }

    .pro_nav a {
        color: #777;
    }

        .pro_nav a:hover {
            text-decoration: underline;
        }

.pro_detail1 {
    padding: 40px 0;
}

    .pro_detail1 .box {
        width: 100%;
        font-size: 14px;
        color: #2b2b2b;
    }

.pro_detail_tit {
    font-size: 22px;
    background: #efefef;
    width: 100%;
    color: #000;
    margin-bottom: 1.2em;
}

    .pro_detail_tit span {
        padding: 10px;
        display: block;
    }

.pro_detail1 .box h1 {
    margin-bottom: 1.5rem;
    color: #333333;
    font-size: 2rem;
}

.pro_detail1 .box ul li {
    margin: 8px 0;
    list-style: disc;
}

.pro_detail1 .box .img {
    width: 100%;
    text-align: center;
}

    .pro_detail1 .box .img img {
        width: 100%;
    }

.p_d_table {
    width: 100%;
}

.ta_center {
    text-align: center;
}

.ta_left {
    text-align: left;
}

.p_d_table .p_d_table_line {
    border: 2px solid #000;
    position: relative;
}

    .p_d_table .p_d_table_line .p_d_t_l_tit {
        position: absolute;
        display: inline-block;
        color: #222;
        font-size: 14px;
        font-weight: bold;
        background: #fff;
        padding: 10px;
        top: -1.5em;
        left: 1em;
    }

    .p_d_table .p_d_table_line .table {
        padding: 2.1875em 2em 2em;
    }

.table_bottom {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 10px
}

.table table {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #e9e9e9;
    border-collapse: collapse;
    border-spacing: 0;
    border-collapse: collapse;
}

    .table table th {
        border-color: #cccccc;
    }

    .table table th,
    .table table td {
        padding: 0.5em;
        border: 1px solid #e9e9e9;
        line-height: 1.42857;
        vertical-align: middle;
    }

    .table table tbody tr:nth-child(odd) {
        background: #f0f0f0;
    }

    .table table img {
        vertical-align: middle;
        width: 100%;
    }

/*产品信息2*/
.pro_detail1 .box .img_warp {
    width: 100%;
}

    .pro_detail1 .box .img_warp dl {
        float: left;
        width: 50%;
        padding: 1% 0;
    }

        .pro_detail1 .box .img_warp dl dt {
            width: 90%;
            padding: 0 5%;
        }

            .pro_detail1 .box .img_warp dl dt img {
                width: 100%;
            }

        .pro_detail1 .box .img_warp dl dd a {
            color: #000;
            font-size: 18px;
            background: url(../images/三角12.png) left no-repeat;
            padding-left: 20px;
        }

            .pro_detail1 .box .img_warp dl dd a:hover {
                text-decoration: underline;
                color: #000;
            }

        .pro_detail1 .box .img_warp dl:hover {
            opacity: 0.6;
        }

@media only screen and (max-width: 980px) {
    .pro_detail1 .box h1 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 580px) {
    .pro_detail1 .box .img_warp dl {
        float: none;
        width: 98%;
        padding: 1%;
    }

    .pro_detail1 .box h1 {
        font-size: 22px;
    }

    .p_d_table .p_d_table_line .table {
        padding: 2.1875em 1em 1em;
    }

    .table table {
        font-size: 12.5px;
    }

        .table table th,
        .table table td {
            padding: 2px;
        }
}

/*公司信息*/
.company {
    width: 100%;
    padding: 40px 0;
}

    .company dl {
        float: left;
        width: 33%;
        margin-bottom: 40px;
    }

        .company dl dt {
            text-align: center;
        }

            .company dl dt a {
                background: #0693e3;
                display: inline-block;
                border-radius: 50%;
                width: 80px;
                height: 80px;
                overflow: hidden;
                position: relative;
            }

                .company dl dt a img {
                    width: 60%;
                    top: 25%;
                    right: 20%;
                    position: absolute;
                }

        .company dl dd {
            padding: 0.7em 0;
            text-align: center;
        }

            .company dl dd h3 {
                color: #0167b5;
                font-size: 21px;
            }

            .company dl dd a:hover h3 {
                color: #777;
            }

@media only screen and (max-width: 980px) {
    .company {
        width: 100%;
        padding: 20px 0;
    }

        .company dl {
            float: left;
            width: 33%;
            margin-bottom: 20px;
        }
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.com_detail {
    width: 100%;
    color: #2b2b2b;
    font-size: 14px;
    padding: 40px 0;
}

    .com_detail .row {
        width: 100%;
        margin-bottom: 40px;
    }

        .com_detail .row .txt {
            -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
            max-width: 66.666667%;
        }

        .com_detail .row .desc {
            -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
            max-width: 33.333333%;
            text-align: center;
        }

            .com_detail .row .desc .img {
                margin-bottom: 1em;
                display: table;
                margin-left: auto;
                margin-right: auto;
            }

                .com_detail .row .desc .img img {
                    border-radius: 5px;
                }

            .com_detail .row .desc font strong {
                display: block;
                font-size: 12px;
            }

@media only screen and (max-width: 580px) {
    .com_detail {
        padding: 20px 0;
    }

        .com_detail .row .desc .img {
            width: 100%;
        }

            .com_detail .row .desc .img img {
                width: 100%;
            }
}

/*公司概要*/

/*事务所地图*/
.com_detail h1 {
    margin-bottom: 0.9375rem;
    color: #333333;
    font-size: 2rem;
}

.com_detail a:hover {
    text-decoration: underline;
}

/*总部地图*/
.com_detail .map {
    width: 100%;
}

    .com_detail .map img {
        width: 100%;
    }

/*主要设备*/
.com_detail .com_detail_warp {
    width: 100%;
    margin-bottom: 40px;
}

    .com_detail .com_detail_warp ul li {
        float: left;
        width: 31%;
        margin: 1%;
    }

        .com_detail .com_detail_warp ul li .img {
            position: relative;
            width: 100%;
        }

            .com_detail .com_detail_warp ul li .img img {
                width: 100%;
            }

            .com_detail .com_detail_warp ul li .img .txt {
                position: absolute;
                color: #fff;
                width: 100%;
                text-align: center;
                bottom: 10px;
            }

@media only screen and (max-width: 580px) {
    .com_detail h1 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 580px) {
    .com_detail h1 {
        font-size: 22px;
    }

    .com_detail .com_detail_warp ul li {
        float: left;
        width: 48%;
        margin: 1%;
    }

        .com_detail .com_detail_warp ul li .img .txt p {
            font-size: 12px;
        }
}

/*生产体系*/
.process .row {
    margin-bottom: 20px;
}

.process .tit {
    flex-basis: 33.33%;
    flex-grow: 0;
    word-break: break-word;
    overflow-wrap: break-word;
}

    .process .tit h2 {
        color: #333;
        font-size: 32px;
    }

.process .desc {
    flex-grow: 0;
    word-break: break-word;
    overflow-wrap: break-word;
    flex-basis: 64.66%;
    margin-left: 1em;
}

    .process .desc h4 {
        font-size: 22px
    }

        .process .desc h4 span {
            color: #0693e3;
        }

.process dl dt a {
    background: #192f60;
}

@media only screen and (max-width: 980px) {
    .process .tit h2 {
        font-size: 30px;
    }

    .process .img {
        width: 100%;
    }

        .process .img img {
            width: 100%;
        }

    .process .desc {
        flex-basis: 61%;
    }
}

@media only screen and (max-width: 580px) {
    .process .tit {
        flex-basis: 100%
    }

        .process .tit h2 {
            font-size: 22px;
        }

    .process .desc {
        flex-basis: 100%;
    }
}

/*部门1*/
.department {
    padding: 40px;
    color: #2b2b2b;
    font-size: 14px;
}

    .department .img {
        width: 100%;
        position: relative;
        background: #000;
    }

        .department .img img {
            width: 100%;
            opacity: 0.6;
        }

        .department .img .txt {
            position: absolute;
            top: 50%;
            width: 100%;
            text-align: center;
            color: #fff;
            font-weight: bold;
            font-size: 36px;
        }

        .department .img:before {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            z-index: 1;
            opacity: .5;
        }

    .department .desc {
        margin: 60px 0;
    }

        .department .desc dl {
            margin-top: 40px;
        }

        .department .desc h3 {
            color: #333;
            font-size: 20px;
            margin: 8px 0;
            background: url(../images/dian.png) left no-repeat;
            padding-left: 30px;
        }

.fs_blue {
    color: #0693e3;
    font-size: 20px;
    font-weight: bold;
}

@media only screen and (max-width: 980px) {
    .department {
        padding: 20px;
    }

        .department .desc h3 {
            font-size: 18px;
        }

        .department .desc {
            margin: 40px 0;
        }

    .fs_blue {
        color: #0693e3;
        font-size: 18px;
        font-weight: bold;
    }
}

@media only screen and (max-width: 580px) {
    .department {
        padding: 20px 0;
    }

        .department .desc h3 {
            font-size: 16px;
        }

        .department .desc {
            margin: 20px 0;
        }

            .department .desc dl {
                margin-top: 20px;
            }

    .fs_blue {
        color: #0693e3;
        font-size: 16px;
        font-weight: bold;
    }
}

/*技术*/
.technical {
    padding: 40px;
    color: #2b2b2b;
    font-size: 14px;
}

    .technical h1 {
        margin-bottom: 0.9375rem;
        color: #333333;
        font-size: 2rem;
    }

    .technical .img {
        width: 100%;
    }

        .technical .img img {
            width: 100%;
        }

    .technical .technical_list .tec_list_warp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 20px 25px;
        border: 3px solid #e5e5e5;
        margin: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .technical .technical_list .tec_list_warp dl {
            display: block;
            overflow: hidden;
            margin: 0;
            width: 100%;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

            .technical .technical_list .tec_list_warp dl dt {
                border-bottom: 1px dotted #ccc;
                margin: 0 0 10px;
                padding: 0 0 5px;
                font-size: 1.2em;
            }

        .technical .technical_list .tec_list_warp .img {
            max-width: 150px;
            margin-left: 15px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

            .technical .technical_list .tec_list_warp .img img {
                height: auto;
                max-width: 100%;
                vertical-align: middle;
                width: 100%;
            }

    .technical .technical_list .icon {
        width: 100%;
        text-align: center;
    }

        .technical .technical_list .icon img {
            margin: 20px 0;
        }

@media only screen and (max-width: 980px) {
    .technical {
        padding: 20px;
    }
}

@media only screen and (max-width: 580px) {
    .technical {
        padding: 20px 0;
    }

        .technical h1 {
            font-size: 22px;
        }
}

/*联系我们*/
.contact {
    padding: 40px;
    color: #2b2b2b;
    font-size: 14px;
}

    .contact .contact_warp {
        margin-bottom: 30px;
    }

    .contact h2 {
        font-size: 32px;
        border-top: double 3px #333;
        border-bottom: double 3px #333;
        padding: 0.6em 0 0.5em;
    }

    .contact .contact_warp .contact_btn {
        width: 100%;
        padding: 40px 0;
    }

        .contact .contact_warp .contact_btn a {
            display: block;
            background: #0693e3;
            padding: 20px 0;
            text-align: center;
            color: #fff;
            font-size: 26px;
            font-weight: bold;
        }

    .contact .contact_warp .icon img {
        vertical-align: middle;
    }

@media only screen and (max-width: 980px) {
    .contact {
        padding: 20px;
    }

        .contact h2 {
            font-size: 30px;
        }

        .contact .contact_warp .contact_btn a {
            padding: 15px 0;
        }
}

@media only screen and (max-width: 580px) {
    .contact {
        padding: 20px 0;
    }

        .contact h2 {
            font-size: 22px;
        }
}

/*问卷调查*/
.question {
    padding: 40px;
    color: #2b2b2b;
    font-size: 14px;
}

    .question h2 {
        text-align: center;
        font-size: 32px;
    }

    .question .form {
        width: 100%;
        margin: 20px 0;
    }

        .question .form form {
            width: 100%;
        }

            .question .form  span.q {
                margin-bottom: 10px;
                display: block;
            }

            .question .form  input.txt_input {
                border: 1px solid rgba(0,0,0,.1);
                border-radius: 2px;
                line-height: 2.6;
                width: 95%;
                padding: 0 .8em;
                background-color: transparent;
                -webkit-appearance: none;
                background: #eee;
                outline: none;
                margin-bottom: 1%;
            }

            .question .form  .one_radio {
                margin-bottom: 10px;
            }

                .question .form  .one_radio label {
                    padding-right: 10px;
                }

                    .question .form  .one_radio label input {
                        padding-right: 5px;
                    }

            .question .form  li.f_left {
                float: left;
                width: 48%;
                margin-right: 2%;
            }

                .question .form  li.f_left input.txt_input {
                    width: 96%;
                    padding: 0 2%;
                }

            .question .form  li.submit_btn {
                width: 100%;
            }

                .question .form  li.submit_btn button {
                    background: #0167B5;
                    border: none;
                    color: #fff;
                    font-size: 16px;
                    padding: 10px 25px;
                    border-radius: 5px;
                    margin-top: 10px;
                }

                    .question .form  li.submit_btn button:hover {
                        opacity: 0.6;
                    }

@media only screen and (max-width: 980px) {
    .question {
        padding: 20px;
    }

        .question h2 {
            text-align: center;
            font-size: 24px;
        }
}

@media only screen and (max-width: 580px) {
    .question {
        padding: 20px 0px;
    }
}
/*内页*/
.inside {
    padding: 40px;
    color: #2b2b2b;
    font-size: 14px;
}

    .inside h1 {
        margin-bottom: 0.9375rem;
        color: #333333;
        font-size: 2rem;
    }

    .inside .img {
        width: 100%;
    }

        .inside .img img {
            width: 100%;
        }

@media only screen and (max-width: 980px) {
    .inside {
        padding: 20px;
    }
}

@media only screen and (max-width: 580px) {
    .inside {
        padding: 20px 0;
        color: #2B2B2B;
        font-size: 12px;
    }

        .inside h1 {
            font-size: 22px;
        }
}
