/*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;
}

@font-face {
    font-family: 'Arial Rounded MT';
    src: url('../fonts/ArialRoundedMTBold.woff2') format('woff2'), url('../fonts/ArialRoundedMTBold.woff') format('woff'), url('../fonts/ArialRoundedMTBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    font-size: 15px;
    font-family: 'Arial Rounded MT';
    color: #666;
    /*text-transform: uppercase;*/
}

a {
    color: #666;
}

    a:hover {
        color: #f60;
    }

p {
    line-height: 1.8em;
    padding: 5px 0;
}

img {
    outline-width: 0px;
    vertical-align: top;
}

.clear {
    margin: 0;
    padding: 0;
    font-size: 0;
    clear: both;
}

.wapper {
    width: 95%;
    margin: 0 auto;
    max-width: 1280px;
}

.header {
    position: relative;
    z-index: 66;
    border-top: 4px solid #276B7D
}

.head {
    height: 95px;
}

    .head .logo {
        float: left;
        margin-top: 10px;
    }

    .head .right {
        float: right;
        text-align: right;
    }

        .head .right .home {
            margin-top: 20px;
            height: 30px;
            display: flex;
            line-height: 30px;
            align-items: center;
            justify-content: flex-end;
        }

            .head .right .home a {
                padding: 0px 5px;
                display: block;
                line-height: normal;
            }

        .head .right .tel {
            background: url(../images/tel.jpg) left 0 no-repeat;
            padding-left: 30px;
            font-size: 16px;
        }

            .head .right .tel strong {
                font-size: 16px;
                color: #ff7f02;
            }

.menubg {
    /*background: #005bac;*/
    height: 50px;
    justify-content: space-between !important;
    width: 95%;
    margin: 0 auto;
    max-width: 1280px;
}
/*menu*/
.menu {
    height: 50px;
    line-height: 50px;
    margin-right: 50px;
}

    .menu ul li {
        float: left;
        position: relative;
        /*border-left: 1px solid #619fc6;*/
        width: auto;
        border: 0 !important;
        padding: 0 20px;
    }

        .menu ul li dl {
            background: #fff;
            width: 130%;
            position: absolute;
            left: 0px;
            top: 50px;
            box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
            padding: 10px 0;
            display: none;
            text-transform: uppercase;
        }

            .menu ul li dl dd {
                line-height: 28px;
                border-bottom: #ddd dotted 1px;
                margin: 0 10px;
            }

                .menu ul li dl dd a {
                    font-size: 12px;
                    color: #666;
                    font-weight: normal;
                    display: inline;
                    padding: 0;
                    text-align: left;
                }

                    .menu ul li dl dd a:hover {
                        color: #f60;
                    }

    .menu a {
        font-size: 24px;
        color: #96780A;
        text-decoration: none;
        display: block;
        text-align: center;
        font-weight: bolder;
    }

        .menu a:hover {
            color: #fff;
        }

a.menu_hover {
    background: #006bcb;
    color: #fff;
}

/*banner_02*/
.banner_02 {
    height: 432px;
    overflow: hidden;
    margin-top: 1px;
}

    .banner_02 #banner_02_con {
        display: none;
    }



.con1 ul {
    margin-top: -58px;
    z-index: 9999;
    position: relative;
    width: 1200px;
}

    .con1 ul li {
        width: 33.333%;
        float: left;
        color: #FFFFFF;
        height: 181px;
        line-height: 24px;
        font-size: 14px;
    }

        .con1 ul li a {
            color: #FFFFFF;
        }

        .con1 ul li.in_link_1 {
            background: url(../images/index_r5_c7.jpg) right top #0ca600 no-repeat;
        }

            .con1 ul li.in_link_1:hover {
                background: url(../images/index_r5_c72.jpg) right top #0ca600 no-repeat;
            }

        .con1 ul li.in_link_2 {
            background: url(../images/index_r5_c14.jpg) right top #005bac no-repeat;
        }

            .con1 ul li.in_link_2:hover {
                background: url(../images/index_r5_c142.jpg) right top #005bac no-repeat;
            }

        .con1 ul li.in_link_3 {
            background: url(../images/index_r5_c22.jpg) right top #006ccd no-repeat;
        }

            .con1 ul li.in_link_3:hover {
                background: url(../images/index_r5_c222.jpg) right top #006ccd no-repeat;
            }

        .con1 ul li img {
            float: right;
        }

            .con1 ul li img:hover {
                width: 120px;
                height: 170px;
            }

        .con1 ul li a.c1 {
            width: 245px;
            margin-left: 15px;
            padding-top: 20px;
            display: block;
        }

            .con1 ul li a.c1 strong {
                font-size: 20px;
                line-height: 30px;
                font-weight: normal;
                display: block;
                padding-bottom: 10px;
            }

            .con1 ul li a.c1 span {
                display: block;
            }

.con2 {
    margin-top: 50px;
}

    .con2 h2 {
        text-align: center;
        background: url(../images/index_r7_c3.jpg) no-repeat center 39px;
    }

        .con2 h2 a {
            font-size: 34px;
            line-height: 38px;
            text-transform: uppercase;
            color: #96820A;
        }

            .con2 h2 a span {
                font-weight: normal;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 14px;
            }

    .con2 .in_about_l {
        width: 50%;
        float: left;
        margin-top: 15px;
        background: #eaeaea;
        height: 500px;
    }

        .con2 .in_about_l img {
            width: 100%;
            height: 303px;
        }

        .con2 .in_about_l strong {
            line-height: 28px;
            height: 28px;
            font-size: 22px;
            font-weight: normal;
            margin-top: 10px;
            display: block;
            padding-left: 23px;
        }

        .con2 .in_about_l span {
            width: 94%;
            margin: 10px 23px 0px 23px;
            line-height: 24px;
            display: block;
        }

    .con2 .in_about_r {
        width: 50%;
        float: right;
        margin-top: 15px;
        background: #e0e0e0;
        height: 500px;
    }

        .con2 .in_about_r strong {
            line-height: 28px;
            height: 28px;
            font-size: 22px;
            font-weight: normal;
            margin-top: 10px;
            display: block;
            padding-left: 23px;
        }

        .con2 .in_about_r span {
            display: block;
            width: 94%;
            margin: 10px 23px 0px 23px;
            line-height: 24px;
        }

.con3bg {
    margin-top: 30px;
    /*background: url(../images/index_r11_c1.jpg) no-repeat center top;*/
    padding-bottom: 20px;
}

.con3 h2 {
    text-align: center;
    background: url(../images/index_r7_c30.png) no-repeat center 39px;
    padding-top: 0px;
}

    .con3 h2 a {
        font-size: 34px;
        line-height: 38px;
        color: #96820A;
    }

        .con3 h2 a span {
            font-weight: normal;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 14px;
        }

.con3 h3 {
    margin: 25px auto 0px auto;
    height: 90px;
	text-transform: uppercase;
}

    .con3 h3 a {
        background-color: #0F5A6E;
        filter: alpha(opacity=90);
        -moz-opacity: 0.9;
        width: calc((100% - 48px)/6);
        display: block;
        float: left;
        text-align: center;
        line-height: 40px;
        -khtml-opacity: 0.9;
        opacity: 0.9;
        color: #FFFFFF;
        font-weight: normal;
        margin-left: 8px;
        font-size: 14px;
        margin-bottom: 8px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

/*scroll_03*/
.scroll_03 {
    margin-left: 13px;
    position: relative;
}

    .scroll_03 .hd .prev, .scroll_03 .hd .next {
        display: block;
        width: 25px;
        height: 25px;
        line-height: 10px;
        overflow: hidden;
        cursor: pointer;
        background: url(../images/icoLeft.gif) no-repeat;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        /* left: 0; */
        top: 50%;
        z-index: 99;
    }

    .scroll_03 .hd .next {
        background: url(../images/icoRight.gif) no-repeat;
        right: -40px;
        background-size: contain;
    }

    .scroll_03 .hd .prev {
        left: -25px;
    }

    .scroll_03 .bd li {
        float: left;
        width: 260px;
        margin: 25px 15px 0px 15px;
        float: left;
        display: inline;
        background: #e2e2e2;
        padding: 3px;
        overflow: hidden;
    }

        .scroll_03 .bd li .img {
            height: 200px;
            width: 98%;
            margin: 2px auto 0px auto;
            background: #fff;
        }

            .scroll_03 .bd li .img:hover {
                background: #f4f4f4;
            }

        .scroll_03 .bd li .zgg_name {
            width: 100%;
            margin: 0px auto;
        }

            .scroll_03 .bd li .zgg_name a {
                color: #114162;
                width: 90%;
                margin: 0px auto;
                font-size: 16px;
                display: block;
                line-height: 40px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
				text-transform: uppercase;
            }

            .scroll_03 .bd li .zgg_name span {
                width: 90%;
                margin: 0px auto;
                line-height: 22px;
                padding-bottom: 8px;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 3;
                overflow: hidden;
                display: block;
            }

        .scroll_03 .bd li .img table tr td {
            height: 200px;
            text-align: center;
        }

            .scroll_03 .bd li .img table tr td img {
                max-width: 100%;
                display: block;
                max-height: 200px;
                width: 100%;
                object-fit: contain;
            }

.con4 {
    margin-top: 30px;
    overflow: hidden;
    height: 510px;
}

    .con4 h2 {
        text-align: center;
        background: url(../images/index_r7_c3.jpg) no-repeat center 39px;
    }

        .con4 h2 a {
            font-size: 34px;
            line-height: 38px;
            color: #f6c32a;
        }

            .con4 h2 a span {
                font-weight: normal;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 14px;
            }

    .con4 .in_news_l {
        width: 598px;
        float: left;
        margin-top: 27px
    }

        .con4 .in_news_l ul li {
            float: left;
            width: 273px;
            padding-right: 25px
        }

            .con4 .in_news_l ul li img {
                width: 273px;
                height: 196px;
            }

    .con4 .new_t {
        height: 196px;
    }

        .con4 .new_t a b {
            width: 65px;
            height: 57px;
            text-align: center;
            background-color: #000;
            color: #fff;
            margin-top: -57px;
            display: block;
            z-index: 9999;
            position: relative;
            cursor: pointer;
            filter: alpha(opacity=90);
            opacity: 0.9;
            font-weight: normal;
        }

            .con4 .new_t a b strong {
                display: block;
                font-size: 30px;
                line-height: 24px;
                padding-top: 8px;
                font-family: Arial, Helvetica, sans-serif;
                font-weight: normal;
            }

    .con4 .new_n {
        margin-top: 10px;
        line-height: 23px;
        font-size: 13px;
    }

        .con4 .new_n a {
            color: #2E2E2E;
            font-size: 15px;
            font-weight: 600;
            line-height: 32px;
        }

    .con4 .in_news_r {
        width: 590px;
        float: right;
        margin-top: 15px
    }

        .con4 .in_news_r ul li {
            width: 552px;
            float: left;
            height: 28px;
            border: 1px solid #DADADA;
            padding: 10px 15px 10px 15px;
            margin-top: 12px;
            line-height: 24px;
        }

            .con4 .in_news_r ul li a {
                color: #2E2E2E;
                font-size: 15px;
                line-height: 28px;
                font-weight: 600;
                display: block;
            }

                .con4 .in_news_r ul li a span {
                    color: #434343;
                    font-size: 13px;
                    line-height: 22px;
                    font-weight: normal;
                    display: block;
                }

.con5bg {
    /*background: url(../images/index_r18_c3.jpg) repeat-x;*/
    margin-top: 30px;
    overflow: hidden;
    height: 508px;
}

.con5 {
    width: 1200px;
    margin: 0px auto;
    padding-top: 0px;
}

.in_shfw {
    width: 534px;
    float: left;
    background: url(../images/index_r19_c3.jpg) no-repeat center bottom;
    height: 440px;
}

    .in_shfw .lx {
        width: 410px;
        margin: 0px auto;
        font-size: 14px;
        line-height: 24px;
    }

        .in_shfw .lx a {
            display: block;
            height: 203px;
        }

            .in_shfw .lx a strong {
                text-align: center;
                display: block;
                width: 100%;
                font-size: 19px;
                line-height: 69px;
                font-weight: normal;
            }

    .in_shfw h2 {
        background: url(index_r17_c4.jpg) no-repeat center top;
        height: 237px;
        width: 534px;
    }

        .in_shfw h2 a {
            display: block;
            height: 237px;
            width: 534px;
        }

.in_lxwm {
    width: 617px;
    float: right;
    background: url(../images/index_r17_c13.jpg) no-repeat center top;
    padding-top: 240px;
}

    .in_lxwm dl {
        font-size: 13px;
        line-height: 24px;
        float: left;
    }

    .in_lxwm .erewima {
        float: right;
        margin-top: 20px;
    }

.footer {
    background: #0F5A6E;
    padding-top: 15px;
    margin-top: 40px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    padding-bottom: 15px;
    font-size: 13px;
}

    .footer a {
        color: #fff;
        padding: 0px 5px;
    }

    .footer dl dt {
        margin-bottom: 15px;
    }

        .footer dl dt svg {
            height: 10px
        }
/*Add------------------------------------------------------------------------------*/
.weizhi {
    height: 50px;
    line-height: 50px;
    border-bottom: 2px solid #c0c0c0;
    font-size: 14px;
}

    .weizhi strong {
        background: url(../images/c6.jpg) no-repeat left center;
        font-size: 16px;
        padding-left: 13px;
        margin-left: 8px;
        float: left;
		text-transform: uppercase;
    }

    .weizhi span {
        float: right;
    }

.inside {
    margin-top: 20px;
    min-height: 400px;
}

.inside_left {
    width: 220px;
    float: left;
}

    .inside_left .side_a h2 {
        font-size: 16px;
        color: #fff;
        line-height: 60px;
        height: 60px;
        text-align: center;
        font-weight: normal;
        background: #0f5a6e;
    }

    .inside_left .side_a dl {
        margin-top: 5px;
        background: #f8f8f8;
        font-weight: bolder;
        text-transform: uppercase;
    }

        .inside_left .side_a dl dt {
            border-bottom: 3px solid #ddd;
            display: block;
            height: 40px;
            color: #324483;
            font-weight: bold;
            line-height: 40px;
            font-size: 18px;
        }

        .inside_left .side_a dl dd {
            line-height: 34px;
            margin: 8px auto;
        }

            .inside_left .side_a dl dd a {
                padding-left: 20px;
                background: url(../images/side_title222.jpg) no-repeat top center;
                display: block;
                font-size: 12px;
            }

                .inside_left .side_a dl dd a:hover {
                    background: url(../images/side_title22.jpg) no-repeat top center;
                }

        .inside_left .side_a dl .hover a {
            background: #324483;
            color: #fff;
        }

.lianxi {
    margin-top: 20px;
}

    .lianxi dl {
        margin-top: 10px;
        line-height: 24px;
    }

.inside_right {
    width: calc(100% - 250px);
    float: right;
}

.inside_con {
    padding: 10px 0;
}



/*contact*/
.contact h2 {
    height: 36px;
    line-height: 36px;
    padding-left: 20px;
    color: #fff;
    background: #999;
}

.contact {
    margin-top: 15px;
}

    .contact ul {
        padding: 10px 10px;
        border: #e4e4e4 solid 1px;
    }

        .contact ul li {
            line-height: 20px;
            padding: 3px 0;
        }

/*proShow*/
.product_show ul li {
    width: 130px;
    line-height: 20px;
}

.product_show ul li {
    float: left;
    margin: 15px 20px 0;
    border: #e4e4e4 solid 1px;
    display: inline;
}

.pro img {
    max-width: 120px;
    max-height: 90px;
    width: expression(this.width >120 && this.height < this.width ? 120: true);
    height: expression(this.height > 90 ? 90: true);
}

.hover2 {
    background: #f4f4f4;
}

/*product_list*/
.side_product {
    margin-top: 15px;
}

.in_about_r img {
    width: 100%;
    height: 303px;
}

.side_product h2 {
    height: 36px;
    line-height: 36px;
    padding-left: 20px;
    color: #fff;
    background: #999;
}

.side_product ul {
    padding: 10px 10px;
    border: #e4e4e4 solid 1px;
}

    .side_product ul li {
        line-height: 24px;
    }

        .side_product ul li a {
            padding-left: 30px;
            display: block;
            border-bottom: #e4e4e4 dashed 1px;
            background: url(../images/side_menu_bg.gif) 10px 8px no-repeat;
        }

        .side_product ul li dl dd a {
            display: inline;
            border: none;
            background: none;
        }
