@CHARSET "UTF-8";
/*base style for css file*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
	font-family: "微软雅黑",Arial,Helvetica,sans-serif;
	
}
html{
	font-size:62.5%;
	position:relative;
}
table,caption,tbody,tfoot,thead,tr,th,td{
	/*border-collapse:collapse;8*/
  	margin:0;
	padding:0;
	outline:0;
	font-family : "微软雅黑",Arial,Helvetica,sans-serif;
}

ul,ol {
	list-style:none;
}
blockquote,q{
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
	content:'';
	content:none;
}

/*remember to define focus styles!*/
:focus{
	outline:0;
}

/*remember to highlight inserts somehow!*/
ins{
	text-decoration:none;
}
del{
	text-decoration:line-through;
}

/*tables still need 'cellspacing="0"' in the markup */
table{
	border-collapse:collapse;
	
}


a {
	text-decoration: none;
	color:#000;
}
a:hover {
	text-decoration: none;
}
a:focus{
	text-decoration: none;
	outline-offset:0;
	outline: none;
}

.fr {
	float:right;
}
.fl {
	float:left;
}
.clear {
	clear:both;
	font-size:0;
	line-height:0;
}

div.quotes {
	padding: 3px;MARGIN:20px 5px; text-align: right; font-size:12px;
}
div.quotes A {
	BORDER-RIGHT: #ddd 1px solid; padding-RIGHT:2px 5px; BORDER-TOP: #ddd 1px solid; padding-LEFT: 5px; padding-BOTTOM: 2px; BORDER-LEFT: #ddd 1px solid; color: #aaa; MARGIN-RIGHT: 2px; padding-TOP: 2px; BORDER-BOTTOM: #ddd 1px solid; text-decoration: none
}
div.quotes A:hover {
	BORDER-RIGHT: #a0a0a0 1px solid; padding-RIGHT: 5px; BORDER-TOP: #a0a0a0 1px solid; padding-LEFT: 5px; padding-BOTTOM: 2px; BORDER-LEFT: #a0a0a0 1px solid; MARGIN-RIGHT: 2px; padding-TOP: 2px; BORDER-BOTTOM: #a0a0a0 1px solid
}
div.quotes A:active {
	BORDER-RIGHT: #a0a0a0 1px solid; padding-RIGHT: 5px; BORDER-TOP: #a0a0a0 1px solid; padding-LEFT: 5px; padding-BOTTOM: 2px; BORDER-LEFT: #a0a0a0 1px solid; MARGIN-RIGHT: 2px; padding-TOP: 2px; BORDER-BOTTOM: #a0a0a0 1px solid
}
div.quotes SPAN.current {
	BORDER-RIGHT: #e0e0e0 1px solid; padding-RIGHT: 5px; BORDER-TOP: #e0e0e0 1px solid; padding-LEFT: 5px; FONT-WEIGHT: bold; padding-BOTTOM: 2px; BORDER-LEFT: #e0e0e0 1px solid; color: #aaa; MARGIN-RIGHT: 2px; padding-TOP: 2px; BORDER-BOTTOM: #e0e0e0 1px solid; BACKGROUND-color: #f0f0f0
}
div.quotes SPAN.disabled {
	BORDER-RIGHT: #f3f3f3 1px solid; padding-RIGHT: 5px; BORDER-TOP: #f3f3f3 1px solid; padding-LEFT: 5px; padding-BOTTOM: 2px; BORDER-LEFT: #f3f3f3 1px solid; color: #ccc; MARGIN-RIGHT: 2px; padding-TOP: 2px; BORDER-BOTTOM: #f3f3f3 1px solid
}

.blue{ color:#1884cf;}
.green{ color: #093;}
.red{ color:#da251c;}














@media(min-width:1230px) {
    .container {
        width: 1230px;
    }
}

i, em {
    font-style: normal
}

.disN {
    display: none;
}

.disB {
    display: block;
}

a {
    transition: all 0.2s linear 0s;
}

img {
    vertical-align: bottom;
    image-rendering: -webkit-optimize-contrast;
}

input[type=text], textarea {
    font-family: Arial, Helvetica, sans-serif;
    -webkit-appearance: none;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background: none;
    border-color: #fff;
}

@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.woff2?t=1628666875768') format('woff2'), url('../fonts/iconfont.woff?t=1628666875768') format('woff'), url('../fonts/iconfont.ttf?t=1628666875768') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.noPro {
    text-align: center;
    width: 100%;
}

    .noPro img {
        height: 150px;
        margin-bottom: 30px;
    }

    .noPro span {
        display: block;
        font-size: 14px;
        color: #999;
    }



/*手机浮动*/
.phone_footer_nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
    height: 50px;
    display: none;
}

    .phone_footer_nav:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 1px;
        background: #d2d2d2;
        content: "";
        -webkit-transform: scale(1,0.5);
        transform: scale(1,0.5);
        -webkit-transform-origin: center top;
        transform-origin: center top;
    }

    .phone_footer_nav a {
        float: left;
        display: inline-block;
        width: 25%;
        text-align: center;
        color: #000;
        font-size: 12px;
        transform: scale(0.9);
        padding-top: 7px;
    }

        .phone_footer_nav a i {
            width: 20px;
            height: 20px;
            display: block;
            margin: 0 auto 3px auto;
        }

        .phone_footer_nav a:nth-child(1) i {
            background: url("../images/phone_menu.png") no-repeat 0 0;
            background-size: 40px auto;
        }

        .phone_footer_nav a:nth-child(2) i {
            background: url("../images/phone_menu.png") no-repeat 0 -20px;
            background-size: 40px auto;
        }

        .phone_footer_nav a:nth-child(3) i {
            background: url("../images/phone_menu.png") no-repeat 0 -40px;
            background-size: 40px auto;
        }

        .phone_footer_nav a:nth-child(4) i {
            background: url("../images/phone_menu.png") no-repeat 0 -60px;
            background-size: 40px auto;
        }

        .phone_footer_nav a.active {
            color: #018a9c;
        }

            .phone_footer_nav a.active:nth-child(1) i {
                background: url("../images/phone_menu.png") no-repeat -20px 0;
                background-size: 40px auto;
            }

            .phone_footer_nav a.active:nth-child(2) i {
                background: url("../images/phone_menu.png") no-repeat -20px -20px;
                background-size: 40px auto;
            }

            .phone_footer_nav a.active:nth-child(3) i {
                background: url("../images/phone_menu.png") no-repeat -20px -40px;
                background-size: 40px auto;
            }

            .phone_footer_nav a.active:nth-child(4) i {
                background: url("../images/phone_menu.png") no-repeat -20px -60px;
                background-size: 40px auto;
            }

/*大包装询价*/
#blukquote_dialog .formcolumn-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

    #blukquote_dialog .formcolumn-item dt {
        font-size: 14px;
        color: #555;
        margin-right: 10px;
        width: 80px;
    }

    #blukquote_dialog .formcolumn-item dd {
        width: calc(100% - 100px);
        position: relative
    }

        #blukquote_dialog .formcolumn-item dd input {
            width: 90%;
            height: 38px;
            line-height: 38px;
            padding: 0 10px;
            border: 1px solid #dedede;
            border-radius: 3px;
            box-shadow: none;
            transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
        }

            #blukquote_dialog .formcolumn-item dd input:focus {
                border: 1px solid #66afe9;
                outline: 0 none;
                box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(102, 175, 233, 0.6)
            }

        #blukquote_dialog .formcolumn-item dd textarea {
            width: 90%;
            height: 150px;
            padding: 5px 10px;
            border: 1px solid #dedede;
            border-radius: 3px;
            box-shadow: none;
            transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
            resize: none;
        }

            #blukquote_dialog .formcolumn-item dd textarea:focus {
                border: 1px solid #66afe9;
                outline: 0 none;
                box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(102, 175, 233, 0.6)
            }

        #blukquote_dialog .formcolumn-item dd .form-vcodebox img {
            height: 38px;
        }

#blukquote_dialog .formcolumn-item-ct {
    display: flex;
    line-height: 38px;
}

#blukquote_dialog .formcolumn-item dd .form-vcodebox {
    width: 110px;
    order: 1;
    height: 38px;
    margin-left: 10px;
}

#blukquote_dialog .formcolumn-item dd .formcom-vcode {
    width: 20%;
}

#blukquote_dialog .formcolumn-item dd .required {
    order: 3;
    margin-left: 10px;
    font-weight: bold;
}

#blukquote_dialog .formcolumn-item.formcolumn-item-tips {
    margin-bottom: 0;
}

    #blukquote_dialog .formcolumn-item.formcolumn-item-tips .text {
        font-size: 12px;
        color: #FF0D0D;
    }

#blukquote_dialog .formcolumn-item dd .formcolumn-item-tips {
    order: 4;
}

#blukquote_dialog .modal-footer {
    border-top: 0;
    padding: 0 0 50px 0;
}

    #blukquote_dialog .modal-footer input {
        background: #16ABB9;
        color: #fff;
        width: 40%;
        padding: 0;
        font-size: 16px;
        height: 40px;
        transition: all 0.2s linear 0s;
    }

        #blukquote_dialog .modal-footer input:hover {
            background: #469ff3;
        }

        #blukquote_dialog .modal-footer input:hover {
            color: #fff;
        }


/*float*/
.float_box {
    position: fixed;
    right: 1px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.2s linear 0s;
    z-index: 1000;
}

    .float_box ul {
        display: inline-block;
        width: 100%;
    }

        .float_box ul li {
            position: relative;
            display: block;
            width: 50px;
            height: 50px;
            background: #bbb;
            text-align: center;
            vertical-align: bottom;
            margin-bottom: 10px;
            border-radius: 3px;
            transition: all 0.2s linear 0s;
            cursor: pointer;
        }

            .float_box ul li i {
                font-size: 28px;
                color: #fff;
                display: block;
                line-height: 30px;
                padding-top: 11px;
                transition: all 0.2s linear 0s;
            }

            .float_box ul li span {
                font-size: 12px;
                color: #fff;
                display: block;
                line-height: 20px;
                transition: all 0.2s linear 0s;
            }

            .float_box ul li:hover {
                background: #16ABB9;
            }

                .float_box ul li:hover i {
                    color: #fff;
                }

                .float_box ul li:hover span {
                    color: #fff;
                }

            .float_box ul li .qq_box {
                position: absolute;
                right: 50px;
                top: 0;
                display: none;
                background: #16ABB9;
                border-radius: 3px;
                padding: 10px;
            }

                .float_box ul li .qq_box a {
                    font-size: 14px;
                    color: #fff;
                    display: block;
                    width: 160px;
                    line-height: 28px;
                    transition: all 0.2s linear 0s;
                }

                    .float_box ul li .qq_box a:hover {
                        text-decoration: underline;
                    }

            .float_box ul li .tel_box {
                display: none;
                position: absolute;
                right: 50px;
                top: 0;
                border-top: 4px solid #16ABB9;
                padding: 20px;
                font-size: 14px;
                background: #fff;
                line-height: 28px;
                width: 262px;
                box-shadow: 0 3px 8px rgba(0,0,0,0.15);
                border-radius: 3px;
            }

                .float_box ul li .tel_box i {
                    font-size: 42px;
                    color: #d3d3d3;
                    margin-right: 10px;
                }

                .float_box ul li .tel_box span {
                    color: #16ABB9;
                    font-size: 20px;
                    line-height: 28px;
                    text-align: left;
                }

                    .float_box ul li .tel_box span em {
                        display: block;
                        color: #aaa;
                        font-size: 14px;
                    }

            .float_box ul li .code_box {
                padding: 10px;
                background: #16ABB9;
                border-radius: 3px;
                position: absolute;
                right: 50px;
                top: 0;
                display: none;
            }

                .float_box ul li .code_box img {
                    width: 100px;
                }

                .float_box ul li .code_box span {
                    line-height: 18px;
                    color: #fff;
                }

            .float_box ul li#fqq:hover .qq_box {
                display: block;
            }

            .float_box ul li#ftel:hover .tel_box {
                display: flex;
            }

            .float_box ul li#weixin:hover .code_box {
                display: block;
            }

            .float_box ul li#weixin2:hover .code_box {
                display: block;
            }

.phone_top {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 10px;
}

    .phone_top i {
        color: #41AAE1;
        font-size: 40px;
    }



/*分页*/
.kj-page {
    text-align: center;
}

    .kj-page .pagination {
        margin: 40px 0 20px 0;
    }

        .kj-page .pagination > li > a, .kj-page .pagination > li > span {
            font-size: 13px;
            margin: 3px;
            padding: 0;
            width: 40px;
            height: 28px;
            line-height: 26px;
            border-radius: 5px;
            color: #999;
        }

            .kj-page .pagination > li > a:hover, .kj-page .pagination > li > span:hover {
                background: #16ABB9;
                color: #fff;
                border-color: #16ABB9;
            }

        .kj-page .pagination > li.active > a {
            background: #16ABB9;
            color: #fff;
            border-color: #16ABB9;
        }

/*联系我们**/
.contact_us_box h1 {
    font-size: 30px;
    color: #16ABB9;
    line-height: 48px;
    font-weight: bold;
}

.contactUs_info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

    .contactUs_info .code_box {
        width: 110px;
        text-align: center;
    }

        .contactUs_info .code_box img {
            max-width: 100%;
        }

        .contactUs_info .code_box span {
            display: block;
            font-size: 14px;
            color: #333333;
        }

    .contactUs_info .left {
        display: flex;
        flex: 1;
        flex-wrap: wrap;
        margin-top: 26px;
    }

        .contactUs_info .left span {
            display: flex;
            align-items: center;
            font-size: 15px;
            color: #333333;
            line-height: 24px;
            flex: 0 0 40%;
            margin-bottom: 12px;
        }

            .contactUs_info .left span a {
                color: #333;
            }

                .contactUs_info .left span a:hover {
                    color: #16ABB9;
                    text-decoration: underline;
                }

            .contactUs_info .left span i {
                color: #16ABB9;
                font-size: 17px;
                width: 30px;
            }

.contact_us_box .map_box {
    width: 100%;
    height: 415px;
    background: #f1f1f1;
    margin-top: 30px;
}

.container {
    width: 1470px;
}

a {
    color: #333;
    transition-duration: 0.39s;
}

    a:hover {
        text-decoration: none;
        color: var(--bgColor);
    }

html,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

body {
    --bgColor: #16ABB9;
    --bgHoverColor: #10808a;
    --fontColor: #16ABB9;
    --fontHoverColor: #10808a;
    background-color: #F9F9F9;
}

@font-face {
    font-family: "DINBold";
    /* Project id 2556849 */
    src: url('../fonts/din-bold-2.ttf') format('truetype');
}

.site_top {
    background-color: #fff;
    border-bottom: 2px solid var(--bgColor);
    width: 100%;
}

    .site_top .nav_top {
        line-height: 40px;
        color: #fff;
        font-size: 12px;
        background-color: #292929;
    }

        .site_top .nav_top a {
            color: fff;
        }

            .site_top .nav_top a:hover {
                color: var(--fontColor);
            }

        .site_top .nav_top .container {
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .site_top .nav_top .container::after,
            .site_top .nav_top .container::before {
                display: none;
            }

        .site_top .nav_top .left a {
            margin-left: 10px;
        }

        .site_top .nav_top .right {
            display: flex;
        }

            .site_top .nav_top .right a {
                display: flex;
                align-items: center;
                color: #fff;
            }

                .site_top .nav_top .right a::before {
                    content: "";
                    height: 13px;
                    width: 1px;
                    display: block;
                    background-color: #BCBCBC;
                    margin: 0 10px;
                    position: relative;
                    top: -1px;
                }

                .site_top .nav_top .right a:first-child::before {
                    display: none;
                }

    .site_top .top_search {
        height: 100px;
        display: flex;
        align-items: center;
        align-self: start;
    }

        .site_top .top_search .col-sm-3 {
            width: 217px;
            text-align: center;
        }

            .site_top .top_search .col-sm-3 img {
                max-width: 100%;
            }

        .site_top .top_search .col-sm-9 {
            width: calc(100% - 217px);
            padding-left: 225px;
        }

    .site_top .search_all {
        display: flex;
        align-items: center;
    }

        .site_top .search_all .batch_btn {
            flex: 0 0 100px;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: var(--bgColor);
            color: #fff;
            border-radius: 3px;
            font-size: 15px;
            letter-spacing: 2px;
            height: 40px;
            margin-left: 10px;
        }

            .site_top .search_all .batch_btn:hover {
                background-color: #10808a;
            }

        .site_top .search_all .code {
            margin-left: 70px;
            width: 86px;
            margin-right: 15px;
        }

        .site_top .search_all .cart_btn {
            flex: 0 0 160px;
            margin-left: 10px;
            border-radius: 3px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #ccc;
            font-size: 15px;
            color: var(--fontColor);
            position: relative;
        }

            .site_top .search_all .cart_btn sup {
                position: absolute;
                top: 1px;
                left: 39px;
                background-color: #E60012;
                display: block;
                border-radius: 50%;
                color: #fff;
                font-size: 12px;
                transform: scale(0.7);
                padding: 10px 6px 9px;
            }

            .site_top .search_all .cart_btn::before {
                margin-right: 8px;
                font-size: 18px;
            }

            .site_top .search_all .cart_btn:hover {
                background-color: var(--bgColor);
                color: #fff;
                border-color: var(--bgColor);
            }

    .site_top .searchBox {
        border: 1px solid var(--fontColor);
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        border-radius: 3px;
    }

        .site_top .searchBox input {
            height: 38px;
            border: none;
            padding-left: 13px;
            outline: none;
            width: calc(100% - 100px);
            color: #999;
        }

            .site_top .searchBox input:focus {
                box-shadow: none;
            }

        .site_top .searchBox button {
            position: absolute;
            right: 0px;
            padding: 0;
            line-height: 38px;
            text-align: center;
            top: 0px;
            height: 38px;
            border-radius: 0 2px 2px 0;
            width: 60px;
            border: none;
            color: #fff;
            background: var(--bgColor);
            transition-duration: 0.39s;
        }

            .site_top .searchBox button i {
                font-size: 27px;
            }

            .site_top .searchBox button:hover {
                background: #10808a;
            }

    .site_top #phone_button {
        background-color: var(--bgColor);
        margin-right: 0;
    }

        .site_top #phone_button span {
            background-color: #fff;
        }

    .site_top #navbox {
        padding: 0;
    }

    .site_top .nav_all li a {
        font-size: 16px;
        padding: 10px 39px;
        color: #666;
    }

        .site_top .nav_all li a:hover {
            background-color: #fff;
            color: var(--fontColor);
            font-weight: bold;
        }

    .site_top .nav_all li.active a {
        font-weight: bold;
        color: var(--fontColor);
    }

    .site_top .nav_all .li-procata {
        margin-right: 40px;
        position: relative;
    }

        .site_top .nav_all .li-procata .a-procata {
            color: #fff;
            text-align: center;
            width: 240px;
            padding: 10px 0 10px;
            background-color: var(--bgColor);
            border-radius: 5px 5px 0 0;
        }

            .site_top .nav_all .li-procata .a-procata span {
                display: none;
            }

.index_swiper {
    height: 600px;
    width: 100%;
}

    .index_swiper .swiper-button-next,
    .index_swiper .swiper-button-prev {
        background-image: none;
        display: flex;
        width: 30px;
        padding-top: 2px;
        height: 30px;
        background-color: rgba(0, 0, 0, 0.3);
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        color: #fff;
    }

        .index_swiper .swiper-button-next:hover,
        .index_swiper .swiper-button-prev:hover {
            background-color: #333;
            color: #fff;
        }

    .index_swiper .swiper-slide {
        display: block;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .index_swiper .swiper-pagination {
        text-align: center;
    }

    .index_swiper .swiper-pagination-bullet {
        background-color: transparent;
        opacity: 1;
        transition-duration: 0.39s;
        width: 14px;
        height: 14px;
        border: 1px solid var(--bgColor);
        background-color: #fff;
        margin: 0 5px !important;
    }

    .index_swiper .swiper-pagination-bullet-active {
        background-color: var(--bgColor);
    }

.index_link {
    margin-top: 40px;
}

    .index_link .box {
        display: block;
        height: 200px;
        padding-left: 42px;
        border-radius: 10px;
        padding-top: 45px;
        transition-duration: 0.3s;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

        .index_link .box span {
            display: block;
            font-size: 26px;
            font-weight: bold;
            color: #333;
        }

        .index_link .box i {
            margin-top: 20px;
            display: block;
            width: 250px;
            border-radius: 50px;
            font-style: normal;
            font-size: 20px;
            line-height: 50px;
            color: #fff;
            text-align: center;
            background-image: linear-gradient(to right, #f07669, #16abb9);
        }

        .index_link .box:hover {
            box-shadow: 0 0 10px #000000;
            transform: translateY(-5px);
        }

            .index_link .box:hover i {
                background-image: linear-gradient(to right, #16abb9, #f07669);
            }

.index_title {
    margin-top: 40px;
    display: flex;
    padding-bottom: 6px;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 2px solid var(--bgColor);
}

    .index_title h4 {
        font-size: 28px;
        font-weight: bold;
        display: flex;
        align-items: flex-end;
    }

        .index_title h4 i {
            font-size: 16px;
            margin-left: 8px;
            font-weight: normal;
            font-style: normal;
        }

    .index_title .more {
        font-size: 12px;
    }

.index_kit .kit_flex {
    display: flex;
}

.index_kit .promotional_pro {
    width: calc(100% - 240px);
    display: flex;
}

    .index_kit .promotional_pro .promotional {
        border-right: 1px dotted #ccc;
        background-color: #fff;
        width: calc(100% / 5);
    }

        .index_kit .promotional_pro .promotional .img {
            height: 240px;
            display: block;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .index_kit .promotional_pro .promotional .title {
            font-size: 16px;
            word-break: break-all;
            text-overflow: ellipsis;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
        }

        .index_kit .promotional_pro .promotional .info {
            padding: 10px;
            color: #666;
            padding-bottom: 20px;
            text-align: center;
        }

            .index_kit .promotional_pro .promotional .info .guige {
                display: block;
                margin: 10px 0;
            }

            .index_kit .promotional_pro .promotional .info .price {
                display: flex;
                justify-content: center;
                align-items: center;
            }

                .index_kit .promotional_pro .promotional .info .price .kj-pre-price {
                    font-size: 18px;
                    color: #d70000;
                    font-weight: bold;
                }

        .index_kit .promotional_pro .promotional:hover .title {
            color: var(--fontColor);
        }

.index_kit .hot_sales {
    width: 240px;
    background-color: #fff;
}

    .index_kit .hot_sales h4 {
        height: 50px;
        background-image: linear-gradient(to right, #f07669,#16abb9 );
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
    }

        .index_kit .hot_sales h4 i {
            display: block;
            width: 19px;
            margin: 0 5px;
            height: 2px;
            background-color: #fff;
        }

    .index_kit .hot_sales ul {
        padding: 20px 10px 0;
    }

        .index_kit .hot_sales ul li {
            list-style: none;
        }

        .index_kit .hot_sales ul .first_box {
            margin-bottom: 10px;
            border-bottom: 1px solid #F3F3F3;
            display: flex;
            padding-bottom: 5px;
        }

            .index_kit .hot_sales ul .first_box .img {
                width: 75px;
                flex: 0 0 75px;
                background-color:#eee;
                margin-right:10px;
                height: 75px;
                display: block;
                background-position: center center;
                background-repeat: no-repeat;
                background-size: 80%;
                position: relative;
            }

                .index_kit .hot_sales ul .first_box .img i {
                    position: absolute;
                    top: 1px;
                    left: 5px;
                    background-color: #E60012;
                    display: block;
                    border-radius: 8px;
                    color: #fff;
                    font-size: 12px;
                    line-height: 0;
                    padding: 8px;
                    font-style: normal;
                }

            .index_kit .hot_sales ul .first_box .right {
                padding-top: 12px;
            }

                .index_kit .hot_sales ul .first_box .right .title {
                    font-size: 12px;
                    word-break: break-all;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 1;
                }

                .index_kit .hot_sales ul .first_box .right .kj-pre-price {
                    font-size: 15px;
                    font-weight: bold;
                    margin-top: 15px;
                    color: #ed0000;
                }

        .index_kit .hot_sales ul .box {
            margin-bottom: 18px;
            font-size: 12px;
        }

            .index_kit .hot_sales ul .box i {
                background-color: #E60012;
                color: #333;
                border-radius: 8px;
                margin-left: 5px;
                background-color: #DDDDDD;
                font-size: 12px;
                line-height: 0;
                padding: 1px 8px;
                font-style: normal;
                margin-right: 5px;
            }

            .index_kit .hot_sales ul .box a {
                word-break: break-all;
                text-overflow: ellipsis;
                color: #666;
                overflow: hidden;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 1;
                vertical-align: middle;
            }

                .index_kit .hot_sales ul .box a:hover {
                    color: var(--fontColor);
                }

.index_banner {
    display: block;
    margin-top: 32px;
    border-top: 1px solid #C490BF;
}

    .index_banner img {
        width: 100%;
    }

.index_service .row {
    margin-left: 0;
    margin-right: -25px;
}

.index_service .col-md-3 {
    padding-left: 0;
    padding-right: 25px;
}

.index_service .box {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-top: 20px;
    display: block;
    border-radius: 10px;
    background-color: #fff;
}

    .index_service .box .img {
        display: block;
        height: 220px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .index_service .box i {
        line-height: 60px;
        font-size: 18px;
        font-weight: bold;
        font-style: normal;
    }

    .index_service .box:hover {
        transform: translateY(-5px);
    }

.index_news .nav-tabs {
    border: none;
    position: relative;
    top: 6px;
}

    .index_news .nav-tabs li {
        margin: 0;
    }

        .index_news .nav-tabs li a {
            border: 1px solid var(--fontColor);
            border-bottom: 0;
            padding: 5px 19px;
            background-color: #fff;
            border-radius: 0;
            margin-left: 6px;
            margin-right: 0;
            margin-bottom: 0;
        }

            .index_news .nav-tabs li.active a,
            .index_news .nav-tabs li.active a:hover li.active a:focus,
            .index_news .nav-tabs li a:focus,
            .index_news .nav-tabs li a:hover {
                background-image: linear-gradient(to right, #16acba, #22cedd);
                color: #fff;
                margin-bottom: 0;
                border: 1px solid var(--fontColor);
                border-bottom: 0;
            }

.index_news .tab-content {
    background-color: #fff;
    padding: 20px 7px 15px 13px;
}

    .index_news .tab-content .news_flex {
        display: flex;
    }

    .index_news .tab-content .leftbox {
        width: 647px;
        flex: 0 0 647px;
    }

        .index_news .tab-content .leftbox .title {
            margin-top: 10px;
            font-size: 16px;
            word-break: break-all;
            text-overflow: ellipsis;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
        }

        .index_news .tab-content .leftbox .img {
            height: 294px;
            display: block;
            width: 100%;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
        }

    .index_news .tab-content .newsbox {
        padding-left: 25px;
    }

        .index_news .tab-content .newsbox li {
            list-style: none;
            display: flex;
            padding: 20px 0;
            border-bottom: 1px dashed #D2D1D1;
        }

            .index_news .tab-content .newsbox li .time {
                width: 125px;
                height: 75px;
                flex: 0 0 125px;
                color: #666;
                padding-top: 18px;
                text-align: center;
                border-right: 1px solid #D1D1D1;
                margin-right: 48px;
            }

                .index_news .tab-content .newsbox li .time span {
                    display: block;
                    font-size: 24px;
                    line-height: 24px;
                    font-weight: bold;
                    color: #333;
                }

            .index_news .tab-content .newsbox li .title {
                font-size: 16px;
                word-break: break-all;
                text-overflow: ellipsis;
                overflow: hidden;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 1;
            }

            .index_news .tab-content .newsbox li .content {
                word-break: break-all;
                text-overflow: ellipsis;
                overflow: hidden;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                line-height: 23px;
                height: 46px;
                color: #666;
                margin-top: 5px;
            }

            .index_news .tab-content .newsbox li:hover .title {
                color: var(--fontColor);
                text-decoration: underline;
            }

            .index_news .tab-content .newsbox li:first-child {
                padding-top: 0;
            }

            .index_news .tab-content .newsbox li:last-child {
                border: none;
            }

.footer {
    margin-top: 60px;
    background-image: linear-gradient(to right, #16abb9, #21b2c0, #B1928E, #ff8072);
}

    .footer .container {
        padding: 0 50px;
    }

    .footer .four_box {
        padding: 0 65px;
        display: flex;
        justify-content: space-between;
        height: 110px;
        align-items: center;
    }

        .footer .four_box .box {
            color: #fff;
            display: flex;
            align-items: center;
            font-size: 16px;
            font-weight: bold;
        }

            .footer .four_box .box img {
                margin-right: 10px;
            }

    .footer ul {
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
        padding: 0 65px;
        color: #fff;
    }

        .footer ul li {
            line-height: 25px;
            list-style: none;
        }

            .footer ul li h3 {
                font-size: 16px;
                margin-bottom: 30px;
                font-weight: bold;
            }

            .footer ul li a {
                display: block;
                color: #fff;
            }

                .footer ul li a:hover {
                    text-decoration: underline;
                }

        .footer ul .imgcode {
            text-align: center;
        }

            .footer ul .imgcode h4 {
                font-size: 16px;
                margin-top: 5px;
            }

    .footer hr {
        margin: 0;
        border-color: rgba(255, 255, 255, 0.4);
    }

    .footer .footer_btm {
        border: 1px solid rgba(255, 255, 255, 0.2);
        margin-top: 40px;
        padding: 10px 0;
        font-size: 12px;
        color: #fff;
        text-align: center;
    }

        .footer .footer_btm a {
            color: #fff;
        }

            .footer .footer_btm a:hover {
                text-decoration: underline;
            }

.page_banner {
    height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 145px;
}

    .page_banner h2 {
        font-size: 38px;
        color: #fff;
        text-align: center;
        font-weight: bold;
    }

        .page_banner h2 span {
            margin-top: 10px;
            font-size: 31px;
            font-weight: normal;
            display: block;
        }
/*面包屑*/
.page_map {
    color: #333;
    display: flex;
    font-size: 14px;
    height: 50px;
    align-items: center;
    margin-bottom: 10px;
}

    .page_map i {
        color: #20ACD8;
        font-size: 20px;
        position: relative;
        margin-right: 7px;
        top: 0px;
    }

    .page_map .breadcrumb {
        background: none;
        padding: 0;
        margin: 0;
        display: inline-block;
    }

        .page_map .breadcrumb a:hover {
            text-decoration: underline;
        }

        .page_map .breadcrumb > li + li:before {
            color: #333;
        }

        .page_map .breadcrumb .active {
            color: #333;
        }

            .page_map .breadcrumb .active span {
                color: #333;
            }

.prolist {
    display: flex;
    align-items: flex-start;
}

    .prolist .leftnav {
        width: 310px;
        overflow: hidden;
        padding-bottom: 20px;
        background-color: #fff;
        position: relative;
    }

        .prolist .leftnav h3 {
            font-size: 28px;
            width: 310px;
            font-weight: bold;
            color: #fff;
            padding-left: 32px;
            padding-top: 30px;
            height: 145px;
            background-size: contain;
            background-repeat: no-repeat;
            background-image: url('../images/leftnav.png');
        }

            .prolist .leftnav h3 span {
                display: block;
                font-size: 16px;
                font-weight: normal;
                margin-top: 10px;
            }

        .prolist .leftnav .list_level1 {
            margin-top: 30px;
            margin-left: 45px;
            margin-right: 15px;
        }

            .prolist .leftnav .list_level1 li {
                list-style: none;
                border-bottom: 1px solid #ddd;
            }

                .prolist .leftnav .list_level1 li:first-child {
                    border-radius: 5px 5px 0 0;
                    overflow: hidden;
                }

                .prolist .leftnav .list_level1 li:last-child {
                    border-radius: 0 0 5px 5px;
                    overflow: hidden;
                    border: none;
                }

            .prolist .leftnav .list_level1 .out {
                height: 50px;
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

                .prolist .leftnav .list_level1 .out a {
                    font-size: 16px;
                    width: 80%;
                }

                .prolist .leftnav .list_level1 .out span {
                    text-wrap: nowrap;
                    position: relative;
                    top: 4px;
                    font-size: 13px;
                    width: 20px;
                    transform: rotate(90deg);
                    color: #999;
                    transition-duration: 0.3s;
                }

                .prolist .leftnav .list_level1 .out:last-child {
                    border-bottom: none;
                }

            .prolist .leftnav .list_level1 .list_level2 {
                background-color: #fff;
                border-radius: 0;
            }

                .prolist .leftnav .list_level1 .list_level2 li {
                    border-radius: 0;
                    margin-top: 0;
                    border: none;
                }

                    .prolist .leftnav .list_level1 .list_level2 li:last-child {
                        border-bottom: none;
                    }

                    .prolist .leftnav .list_level1 .list_level2 li:first-child {
                        border-top: 1px solid #ddd;
                    }

            .prolist .leftnav .list_level1 .out2 {
                display: flex;
                height: 36px;
                font-weight: bold;
                align-items: center;
                justify-content: space-between;
            }

                .prolist .leftnav .list_level1 .out2 a {
                    font-weight: normal;
                    font-size: 14px;
                    color: #666;
                    position: relative;
                    border: none;
                }

                    .prolist .leftnav .list_level1 .out2 a.active,
                    .prolist .leftnav .list_level1 .out2 a:hover {
                        color: var(--fontColor);
                        font-weight: bold;
                    }

            .prolist .leftnav .list_level1 .out.active a {
                color: var(--fontColor);
                font-weight: bold;
            }

            .prolist .leftnav .list_level1 .out.active span {
                transform: rotate(-90deg);
                color: var(--fontColor);
                top: -4px;
            }

        .prolist .leftnav::before {
            width: 6px;
            background-color: #CCCCCC;
            position: absolute;
            content: "";
            display: block;
            height: 100%;
            left: 0;
            transform: perspective(1em) rotateY(2deg);
            top: 112px;
        }

    .prolist .right_box {
        width: calc(100% - 330px);
        margin-left: 20px;
    }
/*产品列表*/
.product_list_ul2 {
    display: block;
    width: 100%;
}

    .product_list_ul2 li {
        border-radius: 6px;
        background: #fff;
        display: block;
        width: 100%;
        margin-bottom: 20px;
        transition: all 0.2s linear 0s;
        border-radius: 5px;
        overflow: hidden;
        position: relative;
    }

        .product_list_ul2 li .pro_description {
            display: flex;
            flex-wrap: wrap;
            padding: 10px 20px;
            position: relative;
            min-height: 100px;
        }

            .product_list_ul2 li .pro_description .img_btn {
                width: 80px;
                height: 80px;
                border: 1px solid #ddd;
                display: inline-flex;
                justify-content: center;
                align-items: center;
                margin-right: 30px;
            }

                .product_list_ul2 li .pro_description .img_btn img {
                    max-width: 100%;
                    max-height: 100%;
                }

            .product_list_ul2 li .pro_description .right_info {
                width: calc(100% - 110px);
                padding-top: 10px;
                padding-right: 130px;
            }

                .product_list_ul2 li .pro_description .right_info .name_btn {
                    font-size: 20px;
                    font-weight: bold;
                    line-height: 20px;
                    height: 20px;
                    word-break: break-all;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 1;
                    margin-bottom: 12px;
                }

                .product_list_ul2 li .pro_description .right_info .enname {
                    font-size: 18px;
                    word-break: break-all;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 1;
                }

        .product_list_ul2 li .stock_btn {
            position: absolute;
            right: 50px;
            transform: translateY(-50%);
            background-color: #fff;
            color:#fff;
            border: none;
            font-weight: bold;
            top: 50%;
            padding: 4px 15px;
            border-radius:30px;
            background-image: linear-gradient(to right, #f07669, #16abb9);
            border-radius: 30px;
        }

            .product_list_ul2 li .stock_btn i {
                font-size: 16px;
                color: #fff;
                margin-left: 8px;
                display: inline-block;
                transition: all 0.2s linear 0s;
                transform: rotate(90deg);
                position:relative;
                top:2px;
            }

            

            .product_list_ul2 li .stock_btn.active i {
                transform: rotate(270deg);
                position: relative;
                top: 1px;
            }

        .product_list_ul2 li .prolist_flex {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .product_list_ul2 li .kjcollapse {
            display: none;
            margin: 0 20px;
            margin-top: 15px;
        }

        .product_list_ul2 li .kj-table table {
            margin-bottom: 20px;
        }

        .product_list_ul2 li .kj-table thead tr th {
            text-align: center;
            border: 0;
            background: #F6F6F6;
            font-size: 14px;
            height: 40px;
            line-height: 40px;
            padding-top: 0;
            padding-bottom: 0;
            color: #333;
        }

        .product_list_ul2 li .kj-table tbody tr td {
            text-align: center;
            font-size: 14px;
            color: #666;
            vertical-align: middle;
            border-bottom: 1px dotted #E3E3E3;
            border-top: 0;
            transition: all 0.2s linear 0s;
            padding: 10px;
        }

            .product_list_ul2 li .kj-table tbody tr td .kj-pre-price {
                color: #ff5644;
                font-style: normal;
                font-weight: bold;
                display: inline-block;
            }

            .product_list_ul2 li .kj-table tbody tr td .oldPrice {
                font-style: normal;
            }

        .product_list_ul2 li .kj-table tbody tr:first-child td {
            border-top: 0;
        }

        .product_list_ul2 li .kj-table tbody tr:hover td {
            background: #f5f5f5;
        }

        .product_list_ul2 li .kj-table tbody tr td a.car_btn {
            color: #fff;
            background-color: var(--bgColor);
            padding: 0 5px;
            margin:0 auto;
            border-radius: 3px;
            font-size: 17px;
            display: inline-block;
        }

        .product_list_ul2 li .kj-table tbody tr td a.no_car_btn {
            cursor: not-allowed;
            background-color: #999 !important;
            color: #fff !important;
            display: inline-block;
        }

        .product_list_ul2 li .kj-table tbody tr td a.car_btn:hover {
            color: #fff;
            background-color: var(--bgHoverColor);
        }

        .product_list_ul2 li .kj-table tbody tr td a.no_car_btn:hover {
            background: #999;
        }

        .product_list_ul2 li .kj-table tbody tr td a.car_btn:active {
            position: relative;
            top: 2px;
        }

        .product_list_ul2 li .kj-table .kj-pro-num-box {
            width: 60px;
            height: 25px;
            margin: 0 auto;
            overflow: hidden;
            border: 1px solid #949494;
            vertical-align: middle;
            border-radius: 3px;
            display: flex;
        }

            .product_list_ul2 li .kj-table .kj-pro-num-box button {
                background: #fff;
                width: 20px;
                border: 0;
                padding: 0;
                height: 23px;
                transition: all 0.2s linear 0s;
                font-size: 14px;
                color: #333;
                display: inline-flex;
                justify-content: center;
                align-items: center;
            }

            .product_list_ul2 li .kj-table .kj-pro-num-box input {
                width: 28px;
                height: 23px;
                line-height: 29px;
                border: 0;
                padding: 0;
                vertical-align: middle;
                display: inline-block;
                text-align: center;
                font-size: 12px;
                color: #333;
            }

            .product_list_ul2 li .kj-table .kj-pro-num-box button:hover {
                background: #dedede;
            }

        .product_list_ul2 li:hover {
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }

        .product_list_ul2 li.selectActive {
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }

        .product_list_ul2 li:hover .pro_description .right_info .name_btn {
            text-decoration: underline;
            color: var(--fontColor);
        }

.service_box .navlist {
    margin-bottom: 20px;
}

    .service_box .navlist .nav a {
        display: inline-block;
        padding: 2px 5px;
        margin: 5px;
        border-radius: 3px;
    }

        .service_box .navlist .nav a:hover,
        .service_box .navlist .nav a.active {
            background-color: var(--bgColor);
            color: #fff;
        }

.service_box .title {
    background-color: var(--bgColor);
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    border-radius: 5px;
}

.service_box .table {
    background-color: #fff;
}

    .service_box .table > thead > tr > th {
        border-bottom: none;
        padding: 10px;
        text-wrap: nowrap;
        background-color: #ddd;
    }

    .service_box .table > tbody > tr > td {
        padding: 20px 10px;
        vertical-align: middle;
    }

    .service_box .table > tbody > tr:nth-child(odd) {
        background-color: #F8F8F8;
    }

    .service_box .table > tbody > tr:hover {
        background-color: #ecf7f8;
    }

.service_box .navlist .nav {
    display: none;
}

.page_article {
    margin-top: 65px;
}

    .page_article .title {
        font-size: 28px;
        text-align: center;
    }

    .page_article .content {
        line-height: 30px;
        font-size: 16px;
        margin-top: 43px;
    }

    .page_article .about_box {
        display: flex;
        justify-content: space-between;
        margin-top: 90px;
    }

        .page_article .about_box .left h4 {
            margin-top: 10px;
            font-size: 30px;
            font-weight: bold;
            line-height: 40px;
            color: var(--fontColor);
        }

        .page_article .about_box .left ol {
            margin-top: 40px;
            font-size: 16px;
            list-style: none;
        }

            .page_article .about_box .left ol li {
                display: flex;
                margin-bottom: 18px;
            }

            .page_article .about_box .left ol i {
                width: 15px;
                flex: 0 0 15px;
                margin-right: 5px;
                position: relative;
                top: 3px;
                height: 15px;
                border: 2px solid var(--bgColor);
                border-radius: 50%;
            }

            .page_article .about_box .left ol b {
                text-wrap: nowrap;
            }

        .page_article .about_box .img {
            width: 851px;
            height: 415px;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
        }

.page_box_nav {
    border-bottom: 1px solid #ddd;
}

    .page_box_nav .page_map {
        margin-bottom: 0;
    }

    .page_box_nav .navslist {
        display: flex;
    }

        .page_box_nav .navslist a {
            line-height: 50px;
            display: block;
            width: 160px;
            text-align: center;
            font-size: 16px;
        }

            .page_box_nav .navslist a:hover,
            .page_box_nav .navslist a.active {
                background-color: var(--bgColor);
                color: #fff;
                font-weight: bold;
            }

    .page_box_nav .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .page_box_nav .container::before,
        .page_box_nav .container::after {
            display: none;
        }

.newslist .leftnav {
    min-height: 300px;
}

.newslist .news_box {
    padding: 0 30px;
    padding-top: 20px;
    background-color: #fff;
}

    .newslist .news_box li {
        display: flex;
        padding: 20px 0px;
        border-bottom: 1px solid #ddd;
    }

        .newslist .news_box li:first-child {
            padding-top: 0;
        }

        .newslist .news_box li:last-child {
            border: none;
        }

    .newslist .news_box .img {
        width: 220px;
        height: 120px;
        display: block;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .newslist .news_box .right {
        width: calc(100% - 220px);
        padding-left: 20px;
    }

        .newslist .news_box .right .title {
            font-size: 18px;
            font-weight: bold;
            word-break: break-all;
            text-overflow: ellipsis;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
        }

        .newslist .news_box .right .time {
            color: #999;
            margin-top: 5px;
            font-size: 16px;
        }

        .newslist .news_box .right .content {
            margin-top: 5px;
            word-break: break-all;
            text-overflow: ellipsis;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            color: #666;
            line-height: 25px;
        }

    .newslist .news_box li:hover .right .title {
        color: var(--fontColor);
    }

.nav_link {
    display: none;
    justify-content: center;
    margin-bottom: 30px;
}

    .nav_link a {
        border-radius: 40px;
        margin: 0 5px;
        padding: 10px 15px;
        background-color: #ddd;
        font-size: 12px;
    }

        .nav_link a.active,
        .nav_link a:hover {
            background-color: var(--bgColor);
            color: #fff;
        }

.prolist_imagelist .row {
    margin-left: 0;
}

    .prolist_imagelist .row .col-md-3 {
        padding-left: 0;
    }

.prolist_imagelist .promotional {
    background-color: #fff;
    margin-bottom: 15px;
    transition-duration: 0.3s;
}

    .prolist_imagelist .promotional .img {
        height: 240px;
        display: block;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .prolist_imagelist .promotional .title {
        font-size: 16px;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .prolist_imagelist .promotional .info {
        padding: 10px;
        color: #666;
        padding-bottom: 20px;
        text-align: center;
    }

        .prolist_imagelist .promotional .info .guige {
            display: block;
            margin: 10px 0;
        }

        .prolist_imagelist .promotional .info .price {
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .prolist_imagelist .promotional .info .price .kj-pre-price {
                font-size: 18px;
                color: #d70000;
                font-weight: bold;
            }

    .prolist_imagelist .promotional:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

        .prolist_imagelist .promotional:hover .title {
            color: var(--fontColor);
        }

.proinfo_top {
    background-color: #fff;
    padding: 35px 25px 30px 25px;
    display: flex;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

    .proinfo_top .left_box {
        width: 330px;
    }

        .proinfo_top .left_box .swiper-slide {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
            width: 100%;
        }

            .proinfo_top .left_box .swiper-slide img {
                max-width: 90%;
                max-height: 90%;
            }

        .proinfo_top .left_box .mySwiper {
            height: 330px;
            width: 100%;
            overflow: hidden;
            border: 1px solid #ddd;
        }

        .proinfo_top .left_box .mySwipers {
            height: 50px;
            margin-top: 10px;
            overflow: hidden;
            box-sizing: border-box;
        }

            .proinfo_top .left_box .mySwipers .swiper-slide {
                border: 1px solid #E5E5E5;
            }

            .proinfo_top .left_box .mySwipers .swiper-slide-thumb-active {
                border: 1px solid #E3150A;
            }

    .proinfo_top .right_box {
        width: calc(100% - 330px);
        padding-left: 28px;
    }

        .proinfo_top .right_box .title {
            font-size: 22px;
            font-weight: bold;
            margin-top: 2px;
        }

        .proinfo_top .right_box .price {
            display: flex;
            font-size: 16px;
            align-items: flex-end;
            margin-top: 24px;
        }

            .proinfo_top .right_box .price span {
                color: #666;
            }

            .proinfo_top .right_box .price .kj-pre-price {
                color: #C0000F;
                font-weight: bold;
                line-height: 23px;
                font-size: 22px;
            }

        .proinfo_top .right_box .info_text {
            display: flex;
            margin-top: 28px;
            font-size: 16px;
        }

            .proinfo_top .right_box .info_text span {
                color: #666;
            }

        .proinfo_top .right_box .item {
            margin-top: 24px;
            display: flex;
        }

            .proinfo_top .right_box .item span {
                font-size: 16px;
                padding-top: 1px;
                line-height: 30px;
                color: #666;
            }

            .proinfo_top .right_box .item a {
                padding: 4px 15px;
                border: 1px solid #DDD;
                margin-right: 8px;
                min-width: 60px;
                display: inline-block;
                text-align: center;
                border-radius: 2px;
            }

                .proinfo_top .right_box .item a:hover,
                .proinfo_top .right_box .item a.active {
                    color: var(--fontColor);
                    border-color: var(--bgColor);
                }

                .proinfo_top .right_box .item a.disabled {
                    background-color: #A9A9A9;
                    color: #ccc;
                    background-color: #f2f2f2;
                    cursor: not-allowed;
                    border-color: #DDD;
                }

        .proinfo_top .right_box .info_step {
            display: flex;
            align-items: center;
            margin-top: 24px;
        }

            .proinfo_top .right_box .info_step span {
                color: #666;
                font-size: 16px;
            }

            .proinfo_top .right_box .info_step .pro_num_box {
                display: flex;
                font-size: 18px;
            }

                .proinfo_top .right_box .info_step .pro_num_box button,
                .proinfo_top .right_box .info_step .pro_num_box input {
                    border: none;
                    padding: 0;
                    background-color: #F7F7F7;
                    height: 40px;
                    line-height: 40px;
                    font-weight: normal;
                    text-align: center;
                    outline: none;
                }

                .proinfo_top .right_box .info_step .pro_num_box button {
                    width: 40px;
                }

                .proinfo_top .right_box .info_step .pro_num_box .pro_num_minus {
                    border-radius: 5px 0 0 5px;
                    margin-right: 2px;
                }

                .proinfo_top .right_box .info_step .pro_num_box .pro_num_plus {
                    border-radius: 0 5px 5px 0;
                    margin-left: 2px;
                }

                .proinfo_top .right_box .info_step .pro_num_box input {
                    width: 50px;
                }

                .proinfo_top .right_box .info_step .pro_num_box button:hover {
                    background-color: var(--bgColor);
                    color: #fff;
                }

    .proinfo_top .info_btn {
        display: flex;
        align-items: center;
        margin-top: 28px;
    }

        .proinfo_top .info_btn .shuomingshu {
            display: flex;
            align-items: center;
            font-size: 16px;
            color: var(--fontColor);
            margin-right: 10px;
        }

            .proinfo_top .info_btn .shuomingshu i {
                font-size: 20px;
                margin-right: 5px;
            }

            .proinfo_top .info_btn .shuomingshu a {
                color: var(--fontColor);
                text-decoration: underline;
            }

                .proinfo_top .info_btn .shuomingshu a:hover {
                    font-weight: bold;
                }

        .proinfo_top .info_btn a {
            border-radius: 5px;
            font-size: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .proinfo_top .info_btn a.shoucang {
                width: 160px;
                background-color: var(--bgColor);
                height: 44px;
                padding-top: 1px;
                font-weight: bold;
                color: #fff;
                margin-right: 25px;
            }

                .proinfo_top .info_btn a.shoucang span {
                    margin-right: 10px;
                    font-weight: normal;
                    font-size: 24px;
                    position: relative;
                    top: -2px;
                }

                .proinfo_top .info_btn a.shoucang:hover {
                    background-color: var(--bgHoverColor);
                }

            .proinfo_top .info_btn a.shopchat {
                color: #fff;
                padding-top: 1px;
                font-weight: bold;
                width: 140px;
                height: 44px;
                background-color: #F88175;
                margin-right: 20px;
            }

                .proinfo_top .info_btn a.shopchat:hover {
                    background-color: #bd6056;
                }

.proinfo_tab {
    height: 40px;
    background-color: #fff;
    margin-top: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content:space-around;
}

    .proinfo_tab a {
        margin-right:20px;
        display: block;
        width: 223px;
        line-height: 43px;
        font-size: 16px;
        height: 43px;
        text-align: center;
        color: #fff;
        background-image: url('../images/tab.png');
        background-position: top center;
        background-repeat: no-repeat;
        top: -8px;
        position: relative;
    }

        .proinfo_tab a:hover {
            transform: translateY(5px);
        }

.proinfo_content {
    margin-top: 35px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background-color: #fff;
  
}

    .proinfo_content .title {
        position: relative;
        top: -10px;
        width: 223px;
        height: 43px;
        line-height: 43px;
        text-align: center;
        color: #fff;
        background-image: url('../images/tab.png');
        background-position: top center;
        background-repeat: no-repeat;
        font-size: 16px;
    }

    .proinfo_content .content {
        font-size: 16px;
        line-height: 40px;
        padding:20px;
    }

        .proinfo_content .content h4 {
            margin-top: 10px;
            font-weight: bold;
            margin-bottom: 15px;
        }

        .proinfo_content .content .wenzhang li {
            line-height: 36px;
            list-style: none;
            margin-bottom: 40px;
        }

            .proinfo_content .content .wenzhang li:last-child {
                margin-bottom: 0;
            }

#xgcp .table-responsive {
    width: 1110px;
    margin: 0 auto;
    height: 400px;
    overflow-y: auto;
}

    #xgcp .table-responsive::-webkit-scrollbar, #zysx .content::-webkit-scrollbar, #yfwz .content::-webkit-scrollbar{
        width: 5px;
    }

    #xgcp .table-responsive::-webkit-scrollbar-thumb, #zysx .content::-webkit-scrollbar-thumb, #yfwz .content::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: #DDDDDD;
    }

    #xgcp .table-responsive.active {
        height: auto;
    }

#xgcp .table {
    width: 1110px;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
}

    #xgcp .table thead tr {
        background-color: #E6E6E6;
    }

    #xgcp .table thead th {
        text-align: center;
        padding: 10px 15px;
        border-bottom: none;
    }

    #xgcp .table tbody tr td {
        padding: 15px;
        vertical-align: middle;
        border: 0;
        border-bottom: 1px solid #DDDDDD;
    }

        #xgcp .table tbody tr td .kj-pre-price {
            font-weight: bold;
        }

#xgcp .more, #zysx .more, #yfwz .more{
    width: 1110px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 22px;
    background-color: #BBDDE0;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    margin-top: 5px;
    cursor: pointer;
}

    #xgcp .more:hover #zysx .more:hover, #yfwz .more:hover {
        background-color: var(--bgColor);
    }

    #xgcp .more::before, #zysx .more::before, #yfwz .more::before {
        transform: rotate(90deg);
    }

    #xgcp .more.active, #zysx .more.active, #yfwz .more.active {
        background-color: var(--bgColor);
    }

        #xgcp .more.active::before, #zysx .more.active::before, #yfwz .more.active::before {
            transform: rotate(-90deg);
        }

#zyjj h2 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

#zyjj .join {
    width: 180px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EF8378;
    font-size: 26px;
    color: #fff;
    margin: 0 auto;
    margin-top: 30px;
    font-weight: bold;
}

    #zyjj .join:hover {
        background-color: #bd6056;
    }

#zyjj .tip {
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
}

.proinfo_tab2 {
    opacity: 0;
    z-index: -1;
    position: fixed;
    width: 100%;
    margin-top: 10px;
    top: 0;
    justify-content: center;
    left: 0;
}

    .proinfo_tab2 a {
        margin: 0 10px;
    }

    .proinfo_tab2.active {
        opacity: 1;
        z-index: 8;
    }

.service_index .box {
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 1px 40px 45px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 25px;
}

    .service_index .box img {
        max-width: 100%;
        height: auto !important;
    }

.service_index .row {
    margin-left: 0;
}

    .service_index .row .col-md-2 {
        padding-left: 0;
    }

.service_index .partner {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .service_index .partner img {
        max-width: 100%;
        max-height: 90%;
        transition-duration: 0.3s;
    }

    .service_index .partner:hover img {
        transform: scale(0.9);
    }

.service_index .title {
    font-size: 24px;
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 10px;
}

    .service_index .title span {
        position: relative;
        display: inline-block;
    }

        .service_index .title span::before {
            width: 56px;
            content: "";
            background-image: url('../images/seo.png');
            background-repeat: no-repeat;
            background-position: left center;
            height: 47px;
            left: -56px;
            display: inline-block;
            position: absolute;
        }

        .service_index .title span::after {
            display: inline-block;
            width: 100%;
            height: 8px;
            content: "";
            background-image: linear-gradient(#22A8FA, #0A98AB);
        }

.service_swiper {
    height: 425px;
}

    .service_swiper .swiper-slide {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        display: block;
    }

    .service_swiper .swiper-button-next,
    .service_swiper .swiper-button-prev {
        background-image: none;
        display: flex;
        width: 50px;
        padding-top: 2px;
        height: 50px;
        background-color: #fff;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        color: #fff;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    }

        .service_swiper .swiper-button-next::after,
        .service_swiper .swiper-button-prev::after {
            font-size: 20px;
            color: #999;
        }

        .service_swiper .swiper-button-next:hover::after,
        .service_swiper .swiper-button-prev:hover::after {
            color: var(--fontColor);
        }

.footer ul li div {
    display: flex;
}

.profiler-results {
    display: none;
}

.site_top .navbar-nav li span {
    display: none;
}

.site_top .navbar-nav > li > .dropdown-menu {
    padding: 0;
    margin: 0;
    border: 0;
    left: 50%;
    transform: translateX(-50%);
}

    .site_top .navbar-nav > li > .dropdown-menu li {
        margin: 0;
    }

        .site_top .navbar-nav > li > .dropdown-menu li a {
            padding: 0;
            line-height: 45px;
            font-size: 14px;
            font-weight: normal;
            text-align: center;
            color: #333;
        }

            .site_top .navbar-nav > li > .dropdown-menu li a::after {
                display: none;
            }

        .site_top .navbar-nav > li > .dropdown-menu li:last-child a {
            border: none;
        }

        .site_top .navbar-nav > li > .dropdown-menu li a:hover {
            background-color: #16ABB9;
            color: #fff;
        }

.literature {
    background-color: #fff;
    padding-bottom: 40px;
}

    .literature .box {
        color: #666;
        margin: 0 30px;
        line-height: 40px;
        padding: 10px 0px;
        border-bottom: 1px dashed #ddd;
        font-size: 16px;
        display: block;
    }

        .literature .box:hover {
            color: #16ABB9;
            text-decoration: underline;
        }

.contact_us_box {
    margin-top: 30px;
}

.prolist_imagelist .row {
    display: flex;
    flex-wrap: wrap;
}

.prolist_imagelist .promotional {
    margin-bottom: 0;
    height: 100%;
}

.prolist_imagelist .row .col-md-3 {
    margin-bottom: 15px;
}

.site_top .nav_all li .dropdown-menu {
    border-radius: 0;
}

    .site_top .nav_all li .dropdown-menu .dropdown-menu {
        padding: 0;
        border: 0;
        top: 0;
        display: none;
        left: 100%;
        border-radius: 0;
    }

    .site_top .nav_all li .dropdown-menu li:hover .dropdown-menu {
        display: block;
    }

.kj-productcontent {
    background-color: #fff;
    padding: 20px 30px;
}

    .kj-productcontent .kj-pro-num-box-min.kj-pro-num-box {
        width: 60px;
        height: 30px;
        overflow: hidden;
        border: 1px solid #CFCFCF;
        vertical-align: middle;
        border-radius: 2px;
        display: flex;
    }

        .kj-productcontent .kj-pro-num-box-min.kj-pro-num-box button {
            background: #fff;
            width: 20px;
            border: 0;
            padding: 0;
            height: 29px;
            transition: all 0.2s linear 0s;
            font-size: 14px;
            color: #333;
            display: inline-flex;
            justify-content: center;
            align-items: center;
        }

        .kj-productcontent .kj-pro-num-box-min.kj-pro-num-box input {
            outline: none;
            width: 17px;
            height: 29px;
            line-height: 29px;
            border: 0;
            padding: 0;
            vertical-align: middle;
            display: inline-block;
            text-align: center;
            font-size: 12px;
            color: #333;
        }

        .kj-productcontent .kj-pro-num-box-min.kj-pro-num-box button:hover {
            background: #dedede;
        }

    .kj-productcontent .car_btn {
        color: #16ABB9;
    }

        .kj-productcontent .car_btn:hover {
            color: #10808a;
        }

    .kj-productcontent table tr td, .kj-productcontent table tr th {
        text-align: center;
        vertical-align: middle;
    }

.service_index .navlist .nav a {
    display: inline-block;
    padding: 2px 5px;
    margin: 5px;
    border-radius: 3px;
}

    .service_index .navlist .nav a:hover, .service_index .navlist .nav a.active {
        background-color: var(--bgColor);
        color: #fff;
    }

.service_index .navlist .title {
    background-color: var(--bgColor);
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    border-radius: 5px;
}

.service_index .navlist {
    display: none;
    margin-bottom: 20px;
    background-color: #fff;
}

.product_title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background-color: #16ABB9;
    border-radius: 0 15px 0px 15px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 30px;
}

.site_top .nav_all .li-procata:hover ul.dropdown-menu {
    display: block;
}
.site_top .nav_all .li-procata2:hover ul.dropdown-menu {
    display: block;
}

.site_top .nav_all li ul.kj-dropdown {
    width: 1190px;
    top: 42px;
    transform: none;
    left: 0px;
    border-radius: 15px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 50px;
    background-color: #ffffff;
    column-gap: 10px;
    column-count: 4;
    margin: 0 auto;
    break-inside: avoid;
}
.site_top .nav_all .li-procata2 ul.kj-dropdown {
    left: 50%;
    transform: translateX(-50%);
    column-count: 5;
    height:500px;
}
    .site_top .nav_all .li-procata2 ul.kj-dropdown li ul.dropdown-menu{
        display:block;
    }
    .site_top .nav_all li ul.kj-dropdown li ul {
        list-style: none;
    }

    .site_top .nav_all li ul.kj-dropdown > li > a {
        font-size: 18px;
        font-weight: bold;
    }

        .site_top .nav_allli ul.kj-dropdown > li > a:focus,
        .site_top .nav_all li ul.kj-dropdown > li > a:hover {
            color: #16ABB9 !important;
            background-color: initial !important;
        }

    .site_top .nav_all li ul.kj-dropdown > li > a {
        text-align: left;
    }

    .site_top .nav_all li ul.kj-dropdown .fa-angle-down {
        display: none !important;
    }


    .site_top .nav_all li ul.kj-dropdown li a {
        color: #333;
        display: flex;
        align-items: center;
    }

        .site_top .nav_all li ul.kj-dropdown li a::before {
            content: "";
            width: 3px;
            height: 16px;
            display: block;
            border-radius: 3px;
            background-color: #16ABB9;
            margin-right: 5px;
        }

    .site_top .nav_all li ul.kj-dropdown > li > ul > li a:hover {
        color: #16ABB9 !important;
        background-color:#fff;
    }

    .site_top .nav_all li ul.kj-dropdown ul {
        display: block;
    }

    .site_top .nav_all li ul.kj-dropdown > li > ul > li a {
        font-size: 16px !important;
        font-weight: normal;
        color: #666;
        line-height: 30px;
    }

        .site_top .nav_all li ul.kj-dropdown > li > ul > li a:hover {
        }

        .site_top .nav_all li ul.kj-dropdown > li > ul > li a::before {
            display: none;
        }

    .site_top .nav_all li ul.kj-dropdown > li > a {
        position: relative;
    }

    .site_top .nav_all li ul.kj-dropdown > li {
        break-inside: avoid;
    }

        .site_top .nav_all li ul.kj-dropdown > li > ul {
            padding-inline-start: 20px;
        }

    .site_top .nav_all li ul.kj-dropdown ul.dropdown-menu {
        width: auto;
        display: block;
        position: initial;
        box-shadow: none;
    }
.float_box ul li#wcode:hover .wcode_box {
    display: flex;
}
.float_box ul li .wcode_box{width:350px;border-radius:5px;position:absolute;right:50px;top:0;display:none;flex-wrap:wrap;background:#fff;padding:10px 5px;box-shadow:0 3px 8px rgba(0,0,0,0.15);}
.float_box ul li .wcode_box .code_item{width:159px;margin:0 3px 5px 3px;text-align:center;background:#f1f1f1;padding:5px 5px 0 5px;border-radius:5px;transition:all 0.2s linear 0s;}
.float_box ul li .wcode_box .code_item img{max-width:100%;height:150px;}
.float_box ul li .wcode_box .code_item span{font-size:12px;color:#333;display:block;line-height:24px;}
.float_box ul li .wcode_box .code_item:hover{background:#ddd;}
.product_list_ul2 li .pro_description .img_btn{display:none;}
.proinfo_tab a.active{
    background-image:url("../images/tab2.png");
}
.proinfo_content .content{
    overflow-y:auto;
    word-break:break-word;
   
}
.proinfo_content .content_box {
    padding: 20px 30px 45px;
}
#zysx .more, #yfwz .more{
    margin-bottom:20px;
}
.proinfo_content{
    padding-bottom:1px;
}
#zysx .content, #yfwz .content{
    padding: 0;
}
.site_top .tel{
    display:flex;
    align-items:center;
    font-size:18px;
    font-weight:bold;
    color:red;
    margin-left:20px;
    text-wrap:nowrap;
}
.site_top .tel i{
    margin-right:10px;
    font-size:24px;
    color:#16ABB9;
     font-weight:normal;
}


@media only screen and (max-width: 1200px) {
    /*index*/
    .kj-navbar .navbar-nav .li-kj-nav-procata{display:none;}

    /**修改表单在ipd竖屏时可以有滚动条 **/
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive > .table {
        margin-bottom: 0
    }
    .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
        white-space: nowrap
    }
    .table-responsive > .table-bordered {
        border: 0
    }
    .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0
    }
    .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0
    }

}
@media only screen and (max-width: 1130px) {

}
@media only screen and (max-width: 1024px) {
    body{padding-bottom:44px;}
    .phone_footer_nav{display:block;}

    /*header*/
    .header_logo_search .mycar_btn{display:none;}
    .header_logo_search .searchjgs_btn{display:flex;}

    /*float*/
    .float_box{display:none;}
    .phone_top{display:block;}

}
@media only screen and (max-width: 1020px) {   
  
    .contactUs_info .left span{flex:0 0 100%;padding:0;}


}

@media only screen and (max-width: 767px) {

    /*联系我们*/
    .contact_us_box h1{font-size:20px;}
    .contactUs_info{flex-wrap: wrap;}
    .contactUs_info .left{flex:0 0 100%;margin-top:12px;}
    
}
@media screen and (max-width: 1500px) {
  .container {
    width: 1200px;
  }
    .index_news .tab-content .leftbox {
        width: 647px;
        flex: 0 0 400px;
    }
  .site_top .top_search .col-sm-9 {
    padding-left: 70px;
  }
  .site_top .search_all .code {
    margin-left: 30px;
  }
  .site_top .nav_all li a {
    padding: 10px 22px;
  }
  .index_kit .promotional_pro .promotional .img {
    height: 190px;
  }
  .index_kit .hot_sales h4 {
    height: 45px;
  }
  .index_kit .hot_sales ul .box {
    margin-bottom: 10px;
  }
  .index_kit .hot_sales ul {
    padding: 10px;
    padding-bottom: 0;
  }
  .index_swiper {
    height: 431px;
  }
  .index_service .box .img {
    height: 176px;
  }
  .index_service .box i {
    line-height: 50px;
  }
  .page_banner {
    height: 350px;
    padding-top: 120px;
  }
  .page_banner h2 {
    font-size: 34px;
  }
  .page_banner h2 span {
    font-size: 26px;
  }
  .prolist_imagelist .promotional .img {
    height: 200px;
  }
  .proinfo_tab a {
    background-size: contain;
    width: 184px;
    line-height: 36px;
    font-size: 15px;
    height: 36px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    width: 1000px;
  }
    .index_news .tab-content .leftbox {
        width: 647px;
        flex: 0 0 300px;
    }
  .site_top .search_all .code {
    display: none;
  }
  .site_top .nav_all .li-procata {
    margin-right: 0;
  }
  .site_top .nav_all .li-procata .a-procata {
    width: 200px;
  }
  .site_top .nav_all li a {
    padding: 10px 15px;
  }
  .index_kit .promotional_pro .promotional .img {
    height: 149px;
  }
  .index_kit .promotional_pro .promotional .info {
    font-size: 12px;
  }
  .index_kit .promotional_pro .promotional .title {
    font-size: 14px;
  }
  .index_kit .promotional_pro .promotional .info .price .kj-pre-price {
    font-size: 16px;
  }
  .index_kit .promotional_pro .promotional .info .guige {
    margin: 5px 0;
  }
  .index_kit .hot_sales ul .first_box .right {
    padding-top: 0;
  }
  .index_kit .hot_sales ul .first_box .right .kj-pre-price {
    margin-top: 5px;
  }
  .index_kit .hot_sales ul .first_box .img {
    flex: 0 0 60px;
    height: 60px;
  }
  .index_kit .hot_sales ul .first_boxP {
    margin-bottom: 5px;
  }
  .index_kit .hot_sales h4 {
    font-size: 14px;
    height: 30px;
  }
  .index_kit .hot_sales ul .box {
    margin-bottom: 8px;
  }
  .index_title h4 {
    font-size: 24px;
  }
  .index_service .box .img {
    height: 145px;
  }
  .index_service .box i {
    line-height: 40px;
    font-size: 16px;
  }
  .index_link .box i {
    margin-top: 15px;
    width: 200px;
    font-size: 16px;
    line-height: 40px;
  }
  .index_link .box span {
    font-size: 22px;
  }
  .index_news .tab-content .newsbox li .content {
    font-size: 12px;
  }
  .index_news .tab-content .newsbox li {
    padding: 10px 0;
  }
  .index_news .tab-content .leftbox .img {
    height: 240px;
  }
  .index_news .tab-content .newsbox li .time {
    margin-right: 20px;
  }
  .index_swiper {
    height: 354px;
  }
  .footer .four_box {
    height: 90px;
  }
  .footer .four_box {
    padding: 0 20px;
  }
  .footer ul {
    padding: 0 20px;
    margin-top: 20px;
  }
  .page_banner {
    height: 300px;
    padding-top: 110px;
  }
  .page_article .title {
    font-size: 28px;
  }
  .page_article .about_box .left ol {
    font-size: 14px;
  }
  .page_article .about_box .left h4 {
    margin-top: 40px;
    font-size: 28px;
  }
  .page_article .about_box .left h4 br {
    display: none;
  }
  .page_article .about_box .left ol {
    margin-top: 20px;
  }
  .page_article .about_box .left ol li {
    margin-bottom: 10px;
  }
  .page_article .about_box .img {
    width: 400px;
    height: 250px;
  }
  .page_article .content {
    font-size: 14px;
    line-height: 32px;
  }
  .page_article .about_box {
    margin-top: 60px;
  }
  .page_article .about_box .img {
    margin-left: 30px;
  }
  .page_article .about_box {
    display: block;
  }
  .page_article .about_box .img {
    margin-left: 0;
    width: 100%;
    margin-top: 30px;
  }
  .page_article .about_box .left h4,
  .page_article .title {
    font-size: 22px;
  }
  .page_article .content {
    margin-top: 20px;
  }
  .prolist_imagelist .row .col-md-3 {
    width: 33.33%;
  }
  #xgcp .table-responsive {
    width: auto;
  }
  #xgcp .more {
    width: 100%;
  }
  .proinfo_top .info_btn {
    flex-wrap: wrap;
  }
  .proinfo_top .info_btn .shuomingshu a {
    font-size: 14px;
  }
  .proinfo_tab a {
    background-size: contain;
    width: 151px;
    line-height: 29px;
    font-size: 14px;
    height: 36px;
    top: -7px;
  }
  .proinfo_content .content {
    font-size: 14px;
    line-height: 30px;
  }
  .proinfo_content .title {
    top: -9px;
    width: 189px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    background-size: contain;
  }
  #zyjj h2 {
    font-size: 26px;
  }
  #zyjj .join {
    font-size: 26px;
    width: 160px;
    height: 50px;
  }
  #zyjj .tip {
    font-size: 16px;
  }
  .service_index .box {
    font-size: 15px;
    line-height: 32px;
  }
  .service_swiper {
    height: 300px;
  }
  .service_swiper .swiper-button-next,
  .service_swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .service_swiper .swiper-button-next::after,
  .service_swiper .swiper-button-prev::after {
    font-size: 20px;
  }
    .site_top .nav_all li ul.kj-dropdown{
        width:1000px;
    }
    .site_top .nav_all .li-procata2 ul.kj-dropdown {
        column-count: 4;
        left: 152%;
    }
   
}
@media screen and (max-width: 992px) {
    .site_top .tel{
        display:none;
    }
    .container {
        width: 768px;
    }
    .site_top .nav_all .li-procata2 ul.kj-dropdown {
        column-count: 4;
        left: 237%;
        width: 700px;
        height: 490px;
    }
    .site_top .nav_all li ul.kj-dropdown > li > a {
        font-size: 12px !important;
        font-weight: bold;
    }
    .site_top .nav_all li ul.kj-dropdown > li > ul > li a{
        font-size:12px !important;
    }
    .site_top .search_all .cart_btn {
        display: none;
    }
  .index_news .tab-content .news_flex {
    display: block;
  }
  .index_news .tab-content .leftbox {
    width: 100%;
    margin-bottom: 30px;
  }
  .site_top .nav_all .li-procata {
    display: none;
  }
  .site_top .nav_all li a {
    font-size: 15px;
  }
  .index_link .box {
    margin-bottom: 20px;
  }
  .index_kit .kit_flex {
    display: block;
  }
  .index_kit .promotional_pro {
    width: 100%;
  }
  .index_kit .hot_sales {
    width: 100%;
  }
  .index_news .tab-content .newsbox {
    padding-left: 0;
  }
  .footer {
    display: none;
  }
  body {
    padding-bottom: 50px !important;
  }
  .index_swiper {
    height: 257px;
  }
  .site_top .top_search {
    height: 90px;
  }
  .prolist .leftnav {
    display: none;
  }
  .prolist .right_box {
    width: 100%;
    margin-left: 0;
  }
  .service_box .navlist {
    background-color: #fff;
  }
  .service_box .navlist .nav {
    display: block;
    padding: 15px;
  }
  .page_banner {
    height: 250px;
    padding-top: 90px;
  }
  .page_banner h2 {
    font-size: 28px;
  }
  .page_banner h2 span {
    font-size: 22px;
    margin-top: 5px;
  }
  .page_box_nav .navslist a {
    width: 120px;
    font-size: 14px;
  }
  .proinfo_top {
    display: block;
  }
  .proinfo_top .right_box {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .proinfo_tab2.active {
    display: none;
  }
  .proinfo_tab {
    display: none;
  }
    .form_box .box {
        width: 80% !important;
    }
    .form_box .box2 {
        width: 80% !important;
    }
    .titles{
        padding-left:0 !important;
        justify-content:left !important;
    }
  
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
    .btn-custom-synthesis {
        width: 80% !important
    }
  .site_top .top_search .col-sm-3 {
    width: 80px;
    padding: 0;
    padding-left: 15px;
  }
  .site_top .top_search .col-sm-9 {
    width: calc(100% - 80px);
    padding-left: 10px;
    margin-bottom: 0;
  }
  .site_top .nav_top {
    display: none;
  }
  .site_top .searchBox button {
    width: 40px;
    padding: 0;
    height: 31px;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 33px;
    padding-left: 3px;
  }
  .site_top .searchBox input {
    height: 31px;
    width: calc(100% - 40px);
  }
  .site_top .searchBox .hot_product {
    display: none;
  }
  .site_top .top_search {
    height: 60px;
    padding-top: 0;
  }
  .site_top .top_search .col-sm-3 a {
    display: block;
    height: 24px;
  }
  body {
    padding-bottom: 60px !important;
  }
  .site_top #navbox {
    margin: 0;
  }
  .nav_all {
    margin: 0;
  }
  .site_top .nav_all .li-procata a {
    width: 100%;
  }
  .site_top .nav_all li a {
    text-align: center;
    border-top: 1px dashed #ccc;
    font-size: 14px;
  }
  .index_swiper {
    height: 150px;
  }
  .footer {
    display: none;
  }
  .site_top .search_all .cart_btn {
    display: none;
  }
  .site_top .search_all .batch_btn {
    flex: 0 0 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bgColor);
    color: #fff;
    border-radius: 3px;
    letter-spacing: 2px;
    height: 34px;
    font-size: 10px;
    margin-left: 5px;
  }
  .site_top #phone_button {
    margin-left: 10px;
    background-color: #fff;
    padding: 0;
  }
  .site_top #phone_button span {
    background-color: #333;
  }
  .site_top .nav_all .li-procata {
    display: none;
  }
  .index_link .box span {
    font-size: 20px;
  }
  .index_link .box {
    height: 150px;
  }
  .index_kit .promotional_pro .promotional {
    width: calc(100% / 2);
  }
  .index_kit .promotional_pro {
    flex-wrap: wrap;
  }
  .index_kit .promotional_pro .promotional:last-child {
    width: 100%;
  }
  .index_news .tab-content {
    padding: 15px;
  }
  .index_news .tab-content .newsbox li .time span {
    font-size: 18px;
  }
  .index_news .tab-content .newsbox li .time {
    flex: 0 0 75px;
  }
  .index_service .col-md-3 {
    padding-right: 15px;
  }
  .index_service .row {
    margin-right: -15px;
  }
  .index_banner {
    display: none;
  }
  .index_title h4 {
    font-size: 22px;
  }
  .product_list_ul2 li .pro_description .right_info {
    width: 100%;
  }
  .product_list_ul2 li .pro_description .right_info {
    padding-right: 0;
  }
  .product_list_ul2 li .stock_btn {
    top: 32%;
    right: 15px;
  }
  .site_top .nav_all .li-procata2 ul.dropdown-menu{
      display:none !important;
  }
  .product_list_ul2 li .kjcollapse {
    margin: 0;
    border: none;
  }
  .product_list_ul2 li .pro_description .right_info .name_btn {
    font-size: 16px;
  }
  .product_list_ul2 li .pro_description .right_info .enname {
    font-size: 14px;
  }
  .page_banner {
    height: 180px;
    padding-top: 70px;
  }
  .page_banner h2 {
    font-size: 24px;
  }
  .page_banner h2 span {
    font-size: 16px;
  }
  .page_box_nav .container {
    display: block;
  }
  .nav_link {
    display: flex;
  }
  .newslist .news_box .img {
    width: 100%;
  }
  .newslist .news_box li {
    display: block;
  }
  .newslist .news_box .right {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }
  .prolist_imagelist .row .col-md-3 {
    width: 50%;
  }
  .prolist_imagelist .promotional .info {
    font-size: 12px;
  }
  .prolist_imagelist .promotional .info .guige {
    margin: 0;
  }
  .prolist_imagelist .promotional .title {
    font-size: 14px;
  }
  .prolist_imagelist .promotional .img {
    font-size: 160px;
  }
  .proinfo_top .info_btn .shuomingshu {
    margin-top: 10px;
    width: 100%;
  }
  .proinfo_top .info_btn a.shoucang {
    margin-right: 0;
    width: 130px;
    height: 40px;
  }
  .proinfo_content .content .wenzhang li {
    line-height: 26px;
    list-style: none;
    margin-bottom: 20px;
  }
  .proinfo_content .content h4 {
    font-size: 18px;
  }
  #zyjj h2 {
    font-size: 20px;
  }
  #zyjj .join {
    width: 140px;
    font-size: 18px;
    height: 40px;
  }
  #zyjj .tip {
    font-size: 12px;
    margin-top: 15px;
  }
  .proinfo_top .right_box .item span,
  .proinfo_top .right_box .info_text,
  .proinfo_top .right_box .price,
  .proinfo_top .right_box .info_step span,
  .proinfo_top .info_btn a {
    font-size: 14px;
  }
  .proinfo_top .info_btn a.shopchat {
    font-size: 14px;
  }
  .proinfo_top .right_box .info_text,
  .proinfo_top .right_box .item,
  .proinfo_top .right_box .price,
  .proinfo_top .right_box .info_step,
  .proinfo_top .info_btn {
    margin-top: 15px;
  }
  .proinfo_top .info_btn a.shopchat {
    width: 100px;
    height: 40px;
  }
  .proinfo_top .info_btn a.shopchat {
    margin-right: 10px;
  }
  .service_index .title {
    font-size: 20px;
    margin-top: 30px;
  }
  .service_index .title span::before {
    width: 45px;
    height: 45px;
    background-size: contain;
  }
  .service_index .box {
    font-size: 14px;
    line-height: 28px;
    padding: 30px 20px;
    padding-top: 1px;
  }
    .index_kit .hot_sales ul{
        padding-bottom:20px;
    }
    .site_top .searchBox button i {
        font-size: 22px;
    }
    .service_index .navlist{
        display:block;
    }
    .site_top .nav_all li .dropdown-menu{
        display:none !important;
    }
    .literature .box {
        line-height: 30px;
        font-size: 14px;
    }
}