<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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 &gt; a, .nav .open &gt; a:focus, .nav .open &gt; 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: #41AAE1;
        }

            .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: #41AAE1;
        color: #fff;
        width: 40%;
        padding: 0;
        font-size: 16px;
        height: 40px;
        transition: all 0.2s linear 0s;
    }

        .blukquote_dialog .modal-footer input:hover {
            background: #84C367;
        }
        
        .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 {
            margin: 0 auto;
            position: relative;
            display: block;
            width: 50px;
            height: 50px;
            background: #fff;
            text-align: center;
            vertical-align: bottom;
            margin-bottom: 10px;
            border-radius: 3px;
            transition: all 0.2s linear 0s;
            cursor: pointer;
            border-radius: 50px;
            box-shadow: 0 0 5px rgba(0,0,0,0.1);
        }

            .float_box ul li i {
                font-size: 29px;
                color: #41AAE1;
                display: block;
                line-height: 30px;
                padding-top: 10px;
                transition: all 0.2s linear 0s;
            }
            .float_box ul li:nth-child(6) i {
                font-size: 38px;
            }
            .float_box ul li:hover {
                background: #fff;
            }

                .float_box ul li:hover i {
                    color: #41AAE1;
                }

            .float_box ul li .qq_box {
                position: absolute;
                right: 50px;
                top: 0;
                display: none;
                background: #41AAE1;
                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 #41AAE1;
                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: #41AAE1;
                    font-size: 24px;
                    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: #41AAE1;
                border-radius: 3px;
                position: absolute;
                right: 50px;
                top: 0;
                display: none;
                z-index: 2;
            }

                .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;
            }

.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 &gt; li &gt; a, .kj-page .pagination &gt; li &gt; span {
            font-size: 13px;
            margin: 3px;
            padding: 0;
            width: 40px;
            height: 28px;
            line-height: 26px;
            border-radius: 5px;
            color: #999;
        }

            .kj-page .pagination &gt; li &gt; a:hover, .kj-page .pagination &gt; li &gt; span:hover {
                background: #41AAE1;
                color: #fff;
                border-color: #41AAE1;
            }

        .kj-page .pagination &gt; li.active &gt; a {
            background: #41AAE1;
            color: #fff;
            border-color: #41AAE1;
        }

/*è”ç³»æˆ‘ä»¬**/
.contact_us_box h1 {
    font-size: 30px;
    color: #41AAE1;
    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: #41AAE1;
                    text-decoration: underline;
                }

            .contactUs_info .left span i {
                color: #41AAE1;
                font-size: 17px;
                width: 30px;
            }

.contact_us_box .map_box {
    width: 100%;
    height: 415px;
    background: #f1f1f1;
    margin-top: 30px;
}

.container {
    width: 1470px;
}

div {
    transition: all 0.2s linear 0s;
}

a {
    color: #333;
    transition: all 0.2s linear 0s;
}

    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: #41AAE1;
    --bgHoverColor: #84C367;
    --fontColor: #41AAE1;
    --fontHoverColor: #84C367;
    overflow-x: hidden;
    background-color: #F7F7F7;
    padding-top: 120px !important;
}

#mysearch .modal-dialog {
    margin: 0;
    background-color: transparent;
    width: 100%;
    height: 100%;
}

    #mysearch .modal-dialog .modal-content {
        width: 70%;
        background-color: #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    #mysearch .modal-dialog .modal-body {
        position: relative;
        padding: 40px;
    }

        #mysearch .modal-dialog .modal-body button.close {
            right: 15px;
            font-size: 36px;
            top: 5px;
            position: absolute;
        }

        #mysearch .modal-dialog .modal-body .searchBox {
            display: flex;
            border: 1px solid #E4EAEC;
            border-radius: 40px;
            overflow: hidden;
        }

            #mysearch .modal-dialog .modal-body .searchBox input {
                border: none;
                width: calc(100% - 40px);
                box-shadow: none;
            }

            #mysearch .modal-dialog .modal-body .searchBox button {
                width: 40px;
                border: none;
            }

.site_top {
    position: fixed;

    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
  
}

    .site_top .navbar-toggle {
        padding: 0;
    }
    .site_top .top1 {
   
        height:120px;
        border-bottom:1px solid #fff;
    }
        .site_top .navbar-toggle span {
            background-color: #fff;
        }

    .site_top .logo {
        padding-left: 96px;
        width: 200px;
        display: block;
        height: 102px;
    }

        .site_top .logo img {
            width: 200px;
            filter: grayscale(100%) brightness(200%);
        }



    .site_top #navbox {
        padding: 0;
    }

    .site_top .nav_all {
        display: flex;
        align-items: center;
    }

        .site_top .nav_all .searchbtn {
            color: #fff;
            text-decoration: none;
        }

            .site_top .nav_all .searchbtn i {
                font-size: 22px;
            }

            .site_top .nav_all .searchbtn:hover {
                transform: scale(1.1);
            }

        .site_top .nav_all .tel {
            margin-right: 30px;
            color: #fff;
            border-left: 1px solid #fff;
            margin-left: 43px;
            height: 120px;
            padding-left: 15px;
            padding-top: 30px;
        }

            .site_top .nav_all .tel i {
                font-size: 20px;
                margin-right: 8px;
            }

            .site_top .nav_all .tel span {
                display: flex;
                justify-content: right;
                align-items: center;
                font-size: 16px;
            }

            .site_top .nav_all .tel h3 {
                font-size: 30px;
            }

        .site_top .nav_all .link {
            color: #fff;
            margin-left: 44px;
            display: flex;
            align-items: center;
            font-size: 18px;
        }

            .site_top .nav_all .link i {
                font-size: 22px;
                margin-right: 10px;
                font-weight: bold;
            }

            .site_top .nav_all .link:hover {
                color: var(--fontColor);
            }

    .site_top .top1 .navbar-nav {
        width: 100%;
        display: flex;
        align-items: center;
    }

        .site_top .top1 .navbar-nav li {
            margin-right: 90px;
        }

            .site_top .top1 .navbar-nav li a {
                text-align: center;
                position: relative;
                display: block;
                font-size: 20px;
                font-weight:bold;
                color: #fff;
                padding: 50px 0;
            }

                .site_top .top1 .navbar-nav li a .fa-angle-down:before {
                    margin-left: 5px;
                }

                .site_top .top1 .navbar-nav li a::after {
                    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
                    content: "";
                    border-radius: 3px;
                    width: 100%;
                    height: 4px;
                    background: var(--bgColor);
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    transform: scale(0, 1);
                    visibility: hidden;
                    opacity: 0;
                }

                .site_top .top1 .navbar-nav li a:hover, .site_top .top1 .navbar-nav li.active a{
                    background-color: transparent;
                    font-weight: bold;
                }

                    .site_top .top1 .navbar-nav li a:hover::after, .site_top .top1 .navbar-nav li.active a::after {
                        opacity: 1;
                        visibility: visible;
                        transform: scale(1, 1);
                    }

        .site_top .top1 .navbar-nav .li-procata .dropdown-menu {
            min-width: 220px;
            margin: 0;
            padding: 0;
            border: 0;
            border: none;
            border-top: 0;
            border-radius: 0;
        }

            .site_top .top1 .navbar-nav .li-procata .dropdown-menu li {
                position: initial;
                width: 100%;
            }

                .site_top .top1 .navbar-nav .li-procata .dropdown-menu li a {
                    text-wrap: initial;
                    font-size: 15px;
                    font-weight: bold;
                    border-bottom: 1px solid #eee;
                    color: #333;
                    padding: 0 10px;
                    display: flex;
                    align-items: center;
                    position: relative;
                }

                    .site_top .top1 .navbar-nav .li-procata .dropdown-menu li a span {
                        position: absolute;
                        right: 5px;
                        font-size: 25px;
                        color: #999;
                        font-weight: lighter;
                        top: 50%;
                        transform: translateY(-50%) rotate(-90deg);
                    }

                    .site_top .top1 .navbar-nav .li-procata .dropdown-menu li a:hover {
                        color: var(--fontColor);
                    }

                .site_top .top1 .navbar-nav .li-procata .dropdown-menu li .dropdown-menu {
                    left: 100%;
                    top: 0;
                    padding: 10px;
                    padding-left: 20px;
                    display: none;
                    height: 405px;
                    width: 700px;
                    overflow-y: auto;
                }

                    .site_top .top1 .navbar-nav .li-procata .dropdown-menu li .dropdown-menu li {
                        padding: 5px 0;
                        border-bottom: 1px dashed #eee;
                        width: auto;
                    }

                        .site_top .top1 .navbar-nav .li-procata .dropdown-menu li .dropdown-menu li a {
                            font-size: 14px;
                            height: auto;
                            padding: 0;
                            line-height: 30px;
                            background-color: #fff;
                            background-image: none;
                            border: none;
                            color: var(--bgColor);
                        }

                            .site_top .top1 .navbar-nav .li-procata .dropdown-menu li .dropdown-menu li a span {
                                display: none;
                            }

                            .site_top .top1 .navbar-nav .li-procata .dropdown-menu li .dropdown-menu li a:hover {
                                text-decoration: underline;
                            }

                        .site_top .top1 .navbar-nav .li-procata .dropdown-menu li .dropdown-menu li .dropdown-menu {
                            box-shadow: none;
                            float: none;
                            padding: 0;
                            position: initial;
                            border: none;
                            width: auto;
                            height: auto;
                            display: flex;
                            flex-wrap: wrap;
                            overflow-y: initial;
                        }

                            .site_top .top1 .navbar-nav .li-procata .dropdown-menu li .dropdown-menu li .dropdown-menu li {
                                padding: 0;
                                border: none;
                            }

                                .site_top .top1 .navbar-nav .li-procata .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                                    color: #666;
                                    font-weight: normal;
                                    display: flex;
                                    font-size: 12px;
                                    align-items: center;
                                }

                                    .site_top .top1 .navbar-nav .li-procata .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
                                        color: var(--fontColor);
                                    }

                                    .site_top .top1 .navbar-nav .li-procata .dropdown-menu li .dropdown-menu li .dropdown-menu li a::before {
                                        content: "";
                                        height: 13px;
                                        width: 1px;
                                        display: block;
                                        background-color: #A9A9A9;
                                        margin: 0 15px;
                                    }

                                .site_top .top1 .navbar-nav .li-procata .dropdown-menu li .dropdown-menu li .dropdown-menu li:first-child a::before {
                                    display: none;
                                }

                                .site_top .top1 .navbar-nav .li-procata .dropdown-menu li .dropdown-menu li .dropdown-menu li:first-child a {
                                    margin-left: 15px;
                                }

                        .site_top .top1 .navbar-nav .li-procata .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                            display: flex;
                        }

                        .site_top .top1 .navbar-nav .li-procata .dropdown-menu li .dropdown-menu li:last-child {
                            border: none;
                        }

                    .site_top .top1 .navbar-nav .li-procata .dropdown-menu li .dropdown-menu::-webkit-scrollbar {
                        width: 5px;
                        background-color: #A4A4A4;
                    }

                    .site_top .top1 .navbar-nav .li-procata .dropdown-menu li .dropdown-menu::-webkit-scrollbar-thumb {
                        border-radius: 4px;
                        background-color: var(--bgColor);
                    }

                .site_top .top1 .navbar-nav .li-procata .dropdown-menu li:last-child a {
                    border: none;
                }

                .site_top .top1 .navbar-nav .li-procata .dropdown-menu li:hover .dropdown-menu {
                    display: block;
                }

        .site_top .top1 .navbar-nav li:hover .dropdown-menu {
            display: block;
        }

    .site_top.active {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        background-color: #fff;
    }

        .site_top.active .navbar-toggle span {
            background-color: #000;
        }

        .site_top.active .logo img {
            filter: none;
        }

        .site_top.active .nav_all .searchbtn {
            color: var(--fontColor);
        }

        .site_top.active .nav_all .tel {
            color: var(--bgColor);
        }

            .site_top.active .nav_all .tel h3 {
                color: #333;
            }

        .site_top.active .nav_all .link {
            color: #666;
        }

            .site_top.active .nav_all .link i {
                color: var(--fontColor);
            }

            .site_top.active .nav_all .link:hover {
                color: var(--fontColor);
            }

        .site_top.active .navbar-nav li a {
            color: #333;
        }

.index_swiper {
    height: 900px;
    width: 100%;
}

    .index_swiper .swiper-button-next,
    .index_swiper .swiper-button-prev {
        background-image: none;
        display: flex;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        color: #fff;
        color: rgba(255, 255, 255, 0.8);
        top: initial;
        bottom: 30px;
        border: 1px solid rgba(255, 255, 255, 0.8);
        z-index: 99;
    }

        .index_swiper .swiper-button-next::after,
        .index_swiper .swiper-button-prev::after {
            font-size: 14px;
        }

    .index_swiper .swiper-button-next {
        right: 45px;
    }

    .index_swiper .swiper-button-prev {
        right: 85px;
        left: initial;
    }

        .index_swiper .swiper-button-next:hover,
        .index_swiper .swiper-button-prev:hover {
            background-color: var(--bgColor);
            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: right;
        padding-right: 140px;
        bottom: 30px;
        font-size: 30px;
        font-weight: lighter;
        color: rgba(255, 255, 255, 0.8);
    }

        .index_swiper .swiper-pagination i {
            font-style: normal;
            position: relative;
            bottom: -6px;
            font-size: 36px;
            font-weight: normal;
        }

        .index_swiper .swiper-pagination .swiper-pagination-current {
            font-size: 36px;
            font-weight: normal;
            position: relative;
            bottom: -6px;
        }

        .index_swiper .swiper-pagination .swiper-pagination-total {
            font-size: 24px;
            position: relative;
            font-weight: lighter;
            top: -6px;
        }

    .index_swiper .swiper-pagination-bullet-active {
        background-color: rgba(255, 255, 255, 0.3);
        border-color: rgba(255, 255, 255, 0.01);
    }

.swiper_box {
    position: absolute;
    left: 0;
    z-index: 99;
    width: 100%;
    bottom: 137px;
}

    .swiper_box .container {
        display: flex;
    }

        .swiper_box .container::before,
        .swiper_box .container::after {
            display: none;
        }

        .swiper_box .container a {
            background-color: rgba(255, 153, 0, 0.6);
            height: 90px;
            width: calc(100%/4);
            border-left: 1px solid #fff;
            display: block;
            text-align: center;
            font-size: 16px;
            color:#fff;
            font-weight:bold;
            padding-top: 10px;
        }

            .swiper_box .container a i {
                display: block;
                color: #fff;
                font-size: 32px;
            }

            .swiper_box .container a:hover {
                background-color: #ff9900;
                
            }

            .swiper_box .container a:first-child {
                border: none;
            }

.swiper-button-next,
.swiper-button-prev {
    background-image: none;
}

.index_title h2 {
    font-size: 36px;
    font-weight: bold;
}

.index_title span {
    display: block;
    margin-top: 15px;
    font-size: 25px;
    text-transform: uppercase;
    color: #666;
    font-weight: normal;
}

.more_btn {
    width: 150px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--bgColor);
    border-radius: 50px;
    padding-top: 1px;
    font-size: 16px;
    font-weight: normal;
}

    .more_btn:hover {
        color: #fff;
        background-color: var(--bgColor);
    }

.index_customized {
    background-color: #F6F9FF;
    padding-bottom: 100px;
    padding-top: 50px;
}

    .index_customized .more_btn {
        margin-top: 35px;
    }

    .index_customized .top {
        display: flex;
    }

        .index_customized .top .leftbox {
            width: 357px;
        }

        .index_customized .top .rightbox {
            width: calc(100% - 357px);
            border-radius: 50px 50px 0 0;
            height: 295px;
            background-image: url('../images/index_bg1.png');
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
        }

    .index_customized .bottom {
        display: flex;
        flex-wrap: wrap;
        padding: 20px 60px;
        background-color: #fff;
        border-radius: 10px 0 10px 10px;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    }

        .index_customized .bottom a {
            text-decoration: none;
            word-break: break-all;
            text-overflow: ellipsis;
            font-size: 18px;
            margin-bottom: 5px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            width: calc(100% / 3);
        }

            .index_customized .bottom a i {
                color: var(--fontColor);
                font-size: 30px;
                vertical-align: middle;
            }

.index_pronav {
    background-image: url('../images/index_bg3.png');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #FAFAFA;
    padding-top: 80px;
}

    .index_pronav .container {
        position: relative;
    }

        .index_pronav .container .index_title {
            position: absolute;
        }

            .index_pronav .container .index_title .more_btn {
                margin-top: 45px;
            }

    .index_pronav .row {
        margin-left: 0;
        margin-right: -70px;
    }

        .index_pronav .row .col-md-3 {
            padding-left: 0;
            padding-right: 70px;
        }

    .index_pronav .box {
        height: 220px;
        padding-top: 45px;
        display: block;
        text-align: center;
        font-weight: bold;
        background-color: rgb(65 169 225 / 70%);
        border-radius: 20px;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
        font-size: 20px;
        margin-bottom: 40px;
    }

        .index_pronav .box .img {
            width: 74px;
            margin: 0 auto;
            height: 74px;
            display: flex;
     
            align-items: center;
            justify-content: center;
            margin-bottom: 30px;
        }

            .index_pronav .box .img img {
                max-width: 100%;
                filter: grayscale(100%) brightness(0%);
            }

        .index_pronav .box i {
            font-style: normal;
        }

        .index_pronav .box:hover {
            transform: translateY(-10px);
            color: #fff;
            box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
        }

.index_service {
    padding-top: 60px;
    background-image: url('../images/index_bg2.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .index_service #servicelist {
        margin-top: 50px;
        padding: 10px;
        padding-bottom: 55px;
        margin: 0 -10px;
    }

        .index_service #servicelist .swiper-pagination {
            bottom: 10px;
        }

            .index_service #servicelist .swiper-pagination .swiper-pagination-bullet-active {
                background-color: var(--bgColor);
            }

    .index_service .col-lg-2 {
        width: 20%;
    }

    .index_service .content {
        color: #666;
        font-size: 16px;
        line-height: 28px;
        margin-top: 25px;
    }

    .index_service .box {
        padding-bottom: 75px;
        position: relative;
    }

        .index_service .box .img {
            height: 230px;
            background-position: center center;
            background-repeat: no-repeat;
            border-radius: 20px 20px 0 0;
            background-size: cover;
        }

        .index_service .box .link_box {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            background-color: #fff;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }

            .index_service .box .link_box h4 a {
                font-size: 16px;
                display: flex;
                justify-content: center;
                align-items: center;
                height: 55px;
            }

                .index_service .box .link_box h4 a i {
                    margin-left: 70px;
                    font-size: 20px;
                }

            .index_service .box .link_box .children {
                display: none;
                margin: 0 14px;
                padding: 22px 13px;
                line-height: 25px;
                border-top: 1px solid #ddd;
            }

                .index_service .box .link_box .children a:last-child i {
                    display: none;
                }

        .index_service .box:hover .link_box h4 a {
            justify-content: left;
            margin-left: 25px;
        }

            .index_service .box:hover .link_box h4 a i {
                margin-left: 40px;
            }

        .index_service .box:hover .link_box .children {
            display: block;
        }

.index_hotprolist {
    padding-top: 45px;
    background-color: #FAFAFA;
    padding-bottom: 55px;
    background-image: url('../images/index_bg4.png');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
}

    .index_hotprolist #hotlist {
        margin-top: 20px;
        padding: 10px;
        margin-left: -10px;
        margin-right: -10px;
        overflow: hidden;
    }

    .index_hotprolist .hotlist_out {
        position: relative;
    }

        .index_hotprolist .hotlist_out .swiper-button-next::after,
        .index_hotprolist .hotlist_out .swiper-button-prev::after {
            font-size: 40px;
            color: #999999;
            font-weight: bold;
        }

        .index_hotprolist .hotlist_out .swiper-button-next:hover::after,
        .index_hotprolist .hotlist_out .swiper-button-prev:hover::after {
            color: var(--fontColor);
        }

        .index_hotprolist .hotlist_out .swiper-button-next {
            right: -40px;
        }

        .index_hotprolist .hotlist_out .swiper-button-prev {
            left: -40px;
        }

    .index_hotprolist .hotpro {
        background-color: #fff;
        padding: 10px;
        padding-bottom: 20px;
        border-radius: 5px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    }

        .index_hotprolist .hotpro .img {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 270px;
            border-bottom: 1px solid #ddd;
        }

            .index_hotprolist .hotpro .img img {
                max-width: 90%;
                max-height: 90%;
            }

        .index_hotprolist .hotpro .name {
            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_hotprolist .hotpro .no {
            font-size: 16px;
        }

        .index_hotprolist .hotpro .price {
            margin-top: 5px;
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
        }

            .index_hotprolist .hotpro .price .kj-pre-price {
                color: #fa0d0d;
                position: relative;
                top: 4px;
                font-size: 18px;
            }

            .index_hotprolist .hotpro .price .tip {
                border: 1px solid #f27a12;
                color: #f27a12;
                padding: 2px 8px 1px;
                border-radius: 3px;
            }

        .index_hotprolist .hotpro .info {
            padding: 0 5px;
        }

            .index_hotprolist .hotpro .info .cart {
                color: var(--bgColor);
                border-radius: 5px;
                height: 40px;
                display: flex;
                align-items: center;
                justify-content: center;
                margin-top: 13px;
                border: 1px solid #ccc;
            }

                .index_hotprolist .hotpro .info .cart::before {
                    font-size: 20px;
                    margin-right: 20px;
                }

        .index_hotprolist .hotpro:hover {
            transform: translateY(-5px);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        }

            .index_hotprolist .hotpro:hover .info .cart {
                background-color: var(--bgColor);
                color: #fff;
                border-color: var(--bgColor);
            }

.index_news {
    padding-top: 60px;
    background-color: #F4F7FF;
    padding-bottom: 95px;
}

    .index_news .index_title {
        display: flex;
        justify-content: space-between;
    }

        .index_news .index_title .nav-tabs {
            border: none;
            margin-right: 73px;
        }

            .index_news .index_title .nav-tabs a {
                margin-left: 0;
                border: none;
                margin-right: 0;
                font-size: 18px;
                padding: 10px 40px;
                border-radius: 0;
                border-bottom: 2px solid #CCC;
                background-color: transparent;
            }

            .index_news .index_title .nav-tabs &gt; li.active &gt; a,
            .index_news .index_title .nav-tabs &gt; li.active &gt; a:focus,
            .index_news .index_title .nav-tabs &gt; li.active &gt; a:hover,
            .index_news .index_title .nav-tabs li a:focus,
            .index_news .index_title .nav-tabs li a:hover {
                border: none;
                color: var(--fontColor);
                border-bottom: 2px solid var(--fontColor);
                background-color: transparent;
            }

    .index_news .newslist {
        padding: 10px;
        margin-top: 20px;
        margin-left: -10px;
        margin-right: -10px;
    }

    .index_news .newslist_out {
        position: relative;
    }

        .index_news .newslist_out .swiper-button-next::after,
        .index_news .newslist_out .swiper-button-prev::after {
            font-size: 35px;
            color: #999999;
            font-weight: bold;
        }

        .index_news .newslist_out .swiper-button-next:hover::after,
        .index_news .newslist_out .swiper-button-prev:hover::after {
            color: var(--fontColor);
        }

        .index_news .newslist_out .swiper-button-next {
            right: -40px;
        }

        .index_news .newslist_out .swiper-button-prev {
            left: -40px;
        }

    .index_news .news {
        background-color: #fff;
        padding: 30px 30px 50px;
        border-radius: 20px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        transition-duration: 0.2s;
    }

        .index_news .news .img {
            height: 147px;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            border-radius: 20px 20px 0 0;
            margin-top: 15px;
        }

        .index_news .news .title {
            font-size: 18px;
            height: 60px;
            line-height: 30px;
            word-break: break-all;
            text-overflow: ellipsis;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }

        .index_news .news .time {
            color: #666;
            font-size: 16px;
            display: flex;
            align-items: center;
        }

            .index_news .news .time i {
                font-size: 22px;
                margin-right: 5px;
            }

        .index_news .news .more {
            margin-top: 18px;
            display: inline-block;
            font-size: 16px;
            color: var(--fontColor);
            font-weight: bold;
            border-bottom: 1px solid var(--bgColor);
        }

            .index_news .news .more:hover {
                color: var(--fontHoverColor);
                border-color: var(--fontHoverColor);
            }

        .index_news .news:hover {
            transform: translateY(-5px);
        }

            .index_news .news:hover .title {
                color: var(--fontColor);
            }

.index_about {
    position: relative;
    background-color: #FAFAFA;
    background-image: url('../images/index_bg5.png');
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 70px;
    padding-bottom: 100px;
}

    .index_about .index_title span {
        margin-top: 8px;
    }

    .index_about .box {
        display: flex;
        justify-content: space-between;
    }

    .index_about .left {
        width: calc(100% - 595px);
        padding-right: 75px;
    }

        .index_about .left .content {
            margin-top: 50px;
            font-size: 16px;
            line-height: 41px;
        }

        .index_about .left .more_btn {
            margin-top: 65px;
            display: flex;
            justify-content: center;
            align-items: center;
            padding-top: 1px;
            width: 150px;
            background-color: var(--bgColor);
            font-size: 16px;
            height: 50px;
            border-radius: 50px;
            color: #fff;
        }

            .index_about .left .more_btn:hover {
                background-color: var(--bgHoverColor);
                border-color:var(--bgHoverColor);
            }

    .index_about .img {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 3px;
        width: 595px;
        margin-top: 10px;
        height: 460px;
    }

.index_contact {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
}

    .index_contact .img {
        width: calc(100% - 675px);
    }

        .index_contact .img img {
            max-width: 100%;
        }

    .index_contact .table-responsive {
        width: 675px;
    }

        .index_contact .table-responsive .table thead tr {
            background-color: #D5EAF5;
        }

            .index_contact .table-responsive .table thead tr td {
                border: none;
                font-weight: bold;
                padding: 15px 30px;
                font-size: 18px;
            }

        .index_contact .table-responsive .table tbody tr td {
            border: none;
            padding: 15px 30px 0;
            font-size: 16px;
        }
/*é¢åŒ…å±‘*/
.page_map {
    color: #333;
    display: flex;
    font-size: 14px;
    height: 40px;
    align-items: center;
}

    .page_map i {
        color: var(--fontColor);
        font-size: 20px;
        position: relative;
        margin-right: 7px;
        top: 1px;
    }

    .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 {
            content: "&gt;";
            color: #333;
        }

        .page_map .breadcrumb .active {
            color: #666;
        }

            .page_map .breadcrumb .active span {
                color: #666;
            }

.footer {
    background-color: #222222;
    margin-top: 80px;
    padding-top: 60px;
    border-top: 10px solid var(--bgColor);
}

    .footer ul {
        padding-bottom: 55px;
        display: flex;
        justify-content: space-between;
        color: #666;
    }

        .footer ul li {
            line-height: 25px;
            list-style: none;
        }

        .footer ul h3 {
            color: #fff;
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 30px;
        }

        .footer ul a {
            display: block;
            color: #fff;
        }

            .footer ul a:hover {
                text-decoration: underline;
            }

        .footer ul div {
            display: flex;
            align-items: center;
        }

        .footer ul .btm_logo h4 {
            color: #fff;
            font-size: 20px;
            font-weight: bold;
            margin-top: 5px;
        }

        .footer ul .imagecode {
            text-align: center;
            margin-top: 5px;
        }

            .footer ul .imagecode h3 {
                font-size: 16px;
                margin-top: 15px;
            }

            .footer ul .imagecode img {
                width: 130px;
            }

    .footer .ftm {
        border-top: 1px solid #929292;
        padding: 9px 0;
        color: #fff;
        font-size: 12px;
    }

        .footer .ftm a {
            color: #fff;
        }

        .footer .ftm .content {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .footer .ftm .technology {
            margin-left: 40px;
        }

        .footer .ftm a:hover {
            text-decoration: underline;
        }

.page_banner {
    height: 380px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .page_banner h2 {
        font-size: 48px;
        color: #015b8a;
        text-align: center;
        font-weight: bold;
    }

        .page_banner h2 span {
            font-size: 22px;
            font-weight: normal;
            margin-top: 5px;
            display: block;
        }

.prolist {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 65px;
}

    .prolist .row {
        margin-left: 0;
        margin-right: -12px;
    }

        .prolist .row .col-md-3 {
            padding-left: 0;
            padding-right: 12px;
        }

    .prolist .searchBox {
        display: flex;
        border: 1px solid #B3B3B3;
        position: relative;
        border-radius: 5px;
        overflow: hidden;
    }

        .prolist .searchBox input {
            border: none;
            outline: none;
            box-shadow: none;
            height: 50px;
            width: calc(100% - 50px);
        }

        .prolist .searchBox button {
            color: #fff;
            position: absolute;
            font-size: 24px;
            width: 50px;
            height: 52px;
            right: 0;
            border: none;
            outline: none;
            background-color: var(--bgColor);
        }

    .prolist .tab_form {
        margin-top: 10px;
        display: flex;
    }

        .prolist .tab_form a {
            display: flex;
            align-items: center;
            height: 32px;
            justify-content: center;
            margin-right: 5px;
            width: 72px;
            border-radius: 3px;
            border: 1px solid var(--bgColor);
            color: var(--fontColor);
            margin-right: 10px;
        }

            .prolist .tab_form a i {
                margin-right: 5px;
            }

            .prolist .tab_form a:hover,
            .prolist .tab_form a.active {
                background-color: var(--bgColor);
                color: #fff;
            }

    .prolist .container {
        display: flex;
        align-items: flex-start;
    }

        .prolist .container::after,
        .prolist .container::before {
            display: none;
        }

    .prolist .leftnav {
        width: 300px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        border-radius: 5px;
        overflow: hidden;
    }

        .prolist .leftnav h3 {
            font-size: 18px;
            width: 100%;
            font-weight: bold;
            text-align: center;
            line-height: 60px;
            color: #fff;
            background-color: var(--bgColor);
        }

        .prolist .leftnav .list_level1 {
            margin: 0 10px;
            margin-top: 10px;
        }

            .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: 60px;
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

                .prolist .leftnav .list_level1 .out a {
                    font-size: 16px;
                    width: 80%;
                    padding-left: 5px;
                }

                .prolist .leftnav .list_level1 .out span {
                    text-wrap: nowrap;
                    position: relative;
                    top: 2px;
                    font-size: 13px;
                    width: 20px;
                    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 .out2 {
                display: flex;
                height: 40px;
                font-weight: bold;
                align-items: center;
                justify-content: space-between;
            }

                .prolist .leftnav .list_level1 .out2 a {
                    font-weight: normal;
                    font-size: 14px;
                    padding-left: 10px;
                    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: 5px;
            }

    .prolist .right_box {
        width: calc(100% - 320px);
        margin-left: 20px;
    }
    .prolist .right_box.right_all_box{
        width:100%;
        margin-left:0;
    }
.proinfo_box {
    margin-bottom: 120px;
}
/*äº§å“åˆ—è¡¨*/
.product_list_ul2 {
    display: block;
    width: 100%;
}

    .product_list_ul2 li {
        border-radius: 6px;
        border: 1px solid #ddd;
        background: #fff;
        display: block;
        width: 100%;
        margin-top: 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;
            position: relative;
            min-height: 100px;
        }

            .product_list_ul2 li .pro_description .img_btn {
                width: 110px;
                height: 110px;
                border: 1px solid #ddd;
                display: inline-flex;
                justify-content: center;
                align-items: center;
                margin-right: 20px;
            }

                .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% - 130px);
                padding-top: 25px;
                padding-right: 130px;
                padding-bottom: 30px;
            }

                .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-top: 5px;
                }

                .product_list_ul2 li .pro_description .right_info .enname {
                    font-size: 20px;
                    font-weight: bold;
                    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: 35px;
            transform: translateY(-50%);
            background-color: #fff;
            border: none;
            font-weight: bold;
            top: 50%;
            display: flex;
            align-items: center;
            padding: 4px 15px;
            border-radius: 30px;
        }
        
            .product_list_ul2 li .stock_btn i {
                width: 24px;
                border-radius: 50%;
                font-weight: normal;
                height: 24px;
                background-color: var(--bgColor);
                font-size: 12px;
                color: #fff;
                margin-right: 8px;
                display: flex;
                align-items: center;
                justify-content: center;
                transition: all 0.2s linear 0s;
                transform: rotate(90deg);
            }

                .product_list_ul2 li .stock_btn i::before {
                    position: relative;
                    right: -1px;
                }

            .product_list_ul2 li .stock_btn::after {
                content: "å±•å¼€";
            }

            .product_list_ul2 li .stock_btn.active i {
                transform: rotate(270deg);
                position: relative;
                top: -1px;
            }
            .product_list_ul2 li .stock_btn.active::after {
                content: "æ”¶èµ·";
            }
            .product_list_ul2 li .prolist_flex {
                display: flex;
                align-items: center;
                justify-content: center;
            }

        .product_list_ul2 li .kjcollapse {
            display: none;
            margin: 0 10px;
        }

        .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: #D9EEF9;
            font-size: 14px;
            height: 40px;
            line-height: 40px;
            font-weight: normal;
            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 #ccc;
            border-top: 0;
            transition: all 0.2s linear 0s;
            padding: 10px;
        }

            .product_list_ul2 li .kj-table tbody tr td .kj-pre-price {
                color: #da251d;
                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: #da251d;
            margin-left: 10px;
            text-decoration: none;
            font-size: 20px;
        }

        .product_list_ul2 li .kj-table tbody tr td a.no_car_btn {
            cursor: not-allowed;
            color: #999 !important;
        }

        .product_list_ul2 li .kj-table tbody tr td a.car_btn:hover {
            color: #b11b14;
        }

        .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: 30px;
            overflow: hidden;
            border: 1px solid #CCCCCC;
            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: 28px;
                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: 28px;
                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);
            border-color: var(--bgColor);
        }

        .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 {
            color: var(--fontColor);
        }

.pro {
    border: 1px solid #DDD;
    padding: 10px;
    padding-bottom: 20px;
    border-radius: 5px;
    margin-top: 20px;
}

    .pro .img {
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }

        .pro .img img {
            max-width: 100%;
            max-height: 100%;
        }

    .pro .title {
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        padding: 0 5px;
        height: 44px;
        line-height: 22px;
    }

    .pro .price {
        padding: 0 2px;
        display: flex;
        align-items: flex-end;
        margin-top: 8px;
    }

        .pro .price .kj-pre-price {
            color: #d61419;
            font-weight: bold;
            font-size: 16px;
        }

        .pro .price s {
            color: #999;
            position: relative;
            top: -2px;
            font-size: 12px;
        }

    .pro .cart {
        color: #fff;
        border-radius: 5px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 13px;
        background-color: var(--bgColor);
        font-size: 14px;
    }

    .pro .cart_no {
        background-color: #999 !important;
        cursor: not-allowed;
    }

    .pro .cart::before {
        font-size: 18px;
        margin-right: 15px;
    }

    .pro .cart:hover {
        background-color: var(--bgHoverColor);
    }

    .pro:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

        .pro:hover .title {
            color: var(--fontColor);
        }

.proinfo_top {
    background-color: #fff;
    padding: 20px 20px 15px;
    display: flex;
    border-radius: 5px;
}

    .proinfo_top .left_box {
        width: 280px;
    }

        .proinfo_top .left_box .swiper-slide {
            border: 1px solid #ddd;
            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: 280px;
            width: 100%;
            overflow: hidden;
        }

        .proinfo_top .left_box .mySwipers {
            height: 45px;
            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% - 280px);
        padding-left: 15px;
    }

        .proinfo_top .right_box .title {
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 25px;
        }

        .proinfo_top .right_box .info_text {
            display: flex;
            margin-bottom: 10px;
        }

            .proinfo_top .right_box .info_text span {
                font-weight: bold;
                text-wrap: nowrap;
            }

    .proinfo_top .info_btn {
        display: flex;
        margin-top: 35px;
    }

        .proinfo_top .info_btn a {
            border-radius: 5px;
            color: #fff;
            font-size: 16px;
            padding: 5px 20px 4px;
            display: flex;
            min-width:130px;
            justify-content:center;
            align-items: center;
            margin-right: 20px;
        }

            .proinfo_top .info_btn a i {
                margin-right: 5px;
                font-weight: normal;
                font-size: 26px;
            }

            .proinfo_top .info_btn a.shuomingshu {
                background-color: #F88175;
            }

                .proinfo_top .info_btn a.shuomingshu:hover {
                    background-color: #d06b61;
                }

            .proinfo_top .info_btn a.shoucang {
                background-color: var(--bgColor);
            }

                .proinfo_top .info_btn a.shoucang:hover {
                    background-color: var(--bgHoverColor);
                }

            .proinfo_top .info_btn a.dingzhi {
                background-color: #FF8D4F;
                margin-right: 0;
            }

                .proinfo_top .info_btn a.dingzhi:hover {
                    background-color: #d2713d;
                }

.proinfo_guige {
    background-color: #fff;
    padding: 0 20px;
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom: 20px;
    border-radius: 5px;
}

    .proinfo_guige .box {
        display: flex;
        justify-content: right;
    }

        .proinfo_guige .box a {
            width: 148px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding-top: 1px;
            height: 40px;
            border-radius: 40px;
            margin-right: 10px;
        }

        .proinfo_guige .box .xunjia {
            color: #010101;
            border: 1px solid #010101;
        }

            .proinfo_guige .box .xunjia:hover {
                background-color: #010101;
                color: #fff;
            }

        .proinfo_guige .box .cart {
            background-color: var(--bgColor);
            color: #fff;
            font-size: 14px;
        }

            .proinfo_guige .box .cart::before {
                margin-right: 8px;
                font-size: 16px;
            }

            .proinfo_guige .box .cart:hover {
                background-color: var(--bgHoverColor);
            }

    .proinfo_guige .kj-table thead tr th {
        text-align: center;
        border-bottom: 1px solid #ddd;
        font-size: 14px;
        height: 40px;
        line-height: 40x;
        color: #333;
    }

    .proinfo_guige .kj-table tbody tr td {
        text-align: center;
        font-size: 14px;
        color: #666;
        vertical-align: middle;
        border-bottom: 1px solid #ddd;
        border-top: 0;
        transition: all 0.2s linear 0s;
        padding: 10px;
    }

        .proinfo_guige .kj-table tbody tr td .kj-pre-price {
            color: red;
            font-style: normal;
            font-weight: bold;
            display: inline-block;
        }

    .proinfo_guige .kj-table tbody tr:first-child td {
        border-top: 0;
    }

    .proinfo_guige .kj-table tbody tr:hover td {
        background: #f5f5f5;
    }

    .proinfo_guige .kj-table .kj-pro-num-box {
        width: 60px;
        height: 30px;
        overflow: hidden;
        border: 1px solid #CCCCCC;
        vertical-align: middle;
        border-radius: 3px;
        display: flex;
        margin: 0 auto;
    }

        .proinfo_guige .kj-table .kj-pro-num-box button {
            background: #fff;
            width: 20px;
            border: 0;
            padding: 0;
            height: 28px;
            transition: all 0.2s linear 0s;
            font-size: 14px;
            color: #333;
            display: inline-flex;
            justify-content: center;
            align-items: center;
        }

        .proinfo_guige .kj-table .kj-pro-num-box input {
            width: 28px;
            height: 28px;
            line-height: 29px;
            border: 0;
            padding: 0;
            vertical-align: middle;
            display: inline-block;
            text-align: center;
            font-size: 12px;
            color: #333;
        }

        .proinfo_guige .kj-table .kj-pro-num-box button:hover {
            background: #dedede;
        }

.proinfo_tab {
    margin-top: 50px;
}

    .proinfo_tab .wenxian li {
        list-style: none;
        padding: 10px;
        border-bottom: 1px dashed #ddd;
    }

    .proinfo_tab .nav-tabs &gt; li {
        margin: 0;
    }

        .proinfo_tab .nav-tabs &gt; li &gt; a {
            background-color: #C0E0EF;
            width: 240px;
            height: 40px;
            text-align: center;
            border: 0;
            font-weight: bold;
            color: #41AAE1;
            font-size: 16px;
            margin-right: 12px;
            border-radius: 7px 7px 0 0;
        }

    .proinfo_tab .tab-pane {
        background-color: #fff;
        padding: 15px 10px 20px;
    }

    .proinfo_tab .nav-tabs {
        border: 0;
    }

    .proinfo_tab .table {
        margin-bottom: 0;
    }

        .proinfo_tab .table &gt; tbody &gt; tr &gt; th {
            border-right: 1px solid #E4E4E4;
            text-align: center;
        }

        .proinfo_tab .table &gt; tbody &gt; tr &gt; td {
            padding: 10px;
            border-color: #e4e4e4;
        }

    .proinfo_tab .nav-tabs &gt; li.active &gt; a,
    .proinfo_tab .nav-tabs &gt; li.active &gt; a:focus,
    .proinfo_tab .nav-tabs &gt; li.active &gt; a:hover,
    .proinfo_tab .nav-tabs &gt; li &gt; a:hover,
    .proinfo_tab .nav-tabs &gt; li &gt; a:focus {
        border: none;
        background-color: var(--bgColor);
        color: #fff;
    }

    .proinfo_tab .table &gt; tbody &gt; tr:first-child td {
        border-top: 0;
    }

    .proinfo_tab .table &gt; tbody &gt; tr:first-child th {
        border-top: 0;
    }

.proinfo_repro {
    margin-top: 35px;
    position: relative;
}

    .proinfo_repro h4 {
        color: #000;
        font-size: 18px;
        margin-bottom: 30px;
    }

    .proinfo_repro .relapro {
        background-color: #fff;
        padding: 10px;
        padding-bottom: 0;
    }

        .proinfo_repro .relapro .img {
            height: 220px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-bottom: 1px solid #E3E3E3;
        }

            .proinfo_repro .relapro .img img {
                max-width: 90%;
                max-height: 90%;
                transition-duration: 0.3s;
            }

        .proinfo_repro .relapro .info {
            padding: 15px 5px 20px;
        }

        .proinfo_repro .relapro .title {
            word-break: break-all;
            text-overflow: ellipsis;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            line-height: 22px;
        }

        .proinfo_repro .relapro .price {
            margin-top: 5px;
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
        }

            .proinfo_repro .relapro .price .left {
                display: flex;
            }

                .proinfo_repro .relapro .price .left s {
                    color: #999;
                    margin-left: 2px;
                    position: relative;
                    top: 6px;
                    font-size: 12px;
                }

            .proinfo_repro .relapro .price .kj-pre-price {
                position: relative;
                top: 1px;
                color: #da251d;
                font-size: 16px;
                font-weight: bold;
            }

            .proinfo_repro .relapro .price .cart {
                color: var(--fontColor);
                font-weight: bold;
            }

                .proinfo_repro .relapro .price .cart i {
                    font-size: 20px;
                }

                .proinfo_repro .relapro .price .cart:hover {
                    transform: scale(1.1);
                }

        .proinfo_repro .relapro:hover {
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }

            .proinfo_repro .relapro:hover .img img {
                transform: scale(0.9);
            }

            .proinfo_repro .relapro:hover .title:hover {
                color: var(--fontColor);
            }

    .proinfo_repro .swiper-button-next {
        right: -27px;
    }

    .proinfo_repro .swiper-button-prev {
        left: -27px;
    }

    .proinfo_repro .swiper-button-next,
    .proinfo_repro .swiper-button-prev {
        background-image: none;
        width: 17px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 55px;
        top: 54%;
        background-color: #E4E4E4;
        color: #fff;
        transition-duration: 0.39s;
    }

        .proinfo_repro .swiper-button-next::after,
        .proinfo_repro .swiper-button-prev::after,
        .proinfo_repro .swiper-button-next::before,
        .proinfo_repro .swiper-button-prev::before {
            display: none;
        }

        .proinfo_repro .swiper-button-next:hover,
        .proinfo_repro .swiper-button-prev:hover {
            background-color: var(--bgColor);
            color: #fff;
        }

.page_banner2 h2 {
    color: #fff;
}

    .page_banner2 h2 span {
        opacity: 0.8;
    }

.nav_link {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

    .nav_link a {
        border-radius: 40px;
        margin: 0 10px;
        padding: 11px 30px 10px;
        background-color: #20ACD8;
        color: #fff;
        font-size: 16px;
    }

        .nav_link a.active,
        .nav_link a:hover {
            background-color: var(--bgHoverColor);
        }

.text_box {
    background-color: #fff;
    padding: 35px 30px;
   /* min-height: 840px;*/
}

    .text_box .title {
        font-size: 30px;
        text-align: center;
        font-weight: bold;
    }

        .text_box .title::after {
            width: 58px;
            height: 4px;
            content: "";
            display: block;
            margin: 0 auto;
            margin-top: 10px;
            background-color: var(--bgColor);
        }

    .text_box .content {
        font-size: 16px;
        margin-top: 30px;
        line-height: 28px;
    }

        .text_box .content img {
            max-width: 100%;
            height: auto !important;
        }

.newslist .leftnav {
    padding-bottom: 40px;
}

.newslist .news_box {
    padding-left: 10px;
}

    .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 {
        padding-right: 30px;
        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);
    }

.index_video {
    position: relative;
}

    .index_video .banner_video {
        width: 100%;
        height: 900px;
        object-fit: cover;
    }

    .index_video .content {
        width: 100%;
        position: absolute;
        color: #fff;
        top: 330px;
    }

        .index_video .content h2 {
            font-size: 70px;
            font-weight: bold;
            text-shadow: 2px 2px 2px #000000;
        }

        .index_video .content h4 {
            margin-top: 30px;
            font-size: 28px;
        }

        .index_video .content .more_btn {
            margin-top: 25px;
            width: 160px;
            font-size: 22px;
            height: 50px;
            color: #fff;
            border-color: #fff;
        }

            .index_video .content .more_btn:hover {
                background-color: var(--bgColor);
                border-color: var(--bgColor);
            }

.index_brand {
    height: 260px;
    background-color: #fff;
    display: flex;
    align-items: center;
}

    .index_brand #index_brandlist {
        padding: 50px 0;
    }

    .index_brand .swiper-pagination-bullet-active {
        background-color: var(--bgColor);
    }

    .index_brand .brand {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 90px;
    }

        .index_brand .brand img {
            max-width: 90%;
            max-height:90%;
        }

.index_service #servicelist .swiper-pagination {
    display: none;
}

.profiler-results {
    display: none;
}

.index_brand .swiper-pagination {
    display: none;
}

.page_brand ul {
    margin-left: 0;
}

    .page_brand ul li {
        height: 90px;
        position: relative;
        margin-bottom: 15px;
        padding-left: 0;
    }

        .page_brand ul li .img_btn {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 90px;
            background: #fff;
            border-radius: 3px;
            overflow: hidden;
            padding: 10px;
        }

            .page_brand ul li .img_btn img {
                max-width: 100%;
                max-height: 100%;
            }

        .page_brand ul li .bg {
            border-radius: 3px;
            width: 100%;
            height: 100%;
            background: rgba(65,170,225,0.8);
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            transition: all 0.2s linear 0s;
            opacity: 0;
        }

        .page_brand ul li .name_btn {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2;
            font-size: 16px;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 10px;
            opacity: 0;
        }

        .page_brand ul li:hover .bg {
            opacity: 1;
        }

        .page_brand ul li:hover .name_btn {
            opacity: 1;
        }

.page_brand {
    padding: 40px 0;
}

.service_boxs .title {
    font-size: 24px;
    font-weight: bold;
    padding: 0 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.service_boxs .content {
    line-height: 26px;
    padding: 30px;
    word-break: break-word;
}

    .service_boxs .content img {
        max-width: 100%;
        height: auto !important;
    }

.chanpindingzhi {
    background-color: #fff;
    padding: 30px 0;
}

    .chanpindingzhi a {
        height: 50px;
        display: flex;
        padding: 0 15px;
        background-color: #41AAE1;
        border-radius: 5px;
        word-break: break-all;
        align-items: center;
        justify-content: space-between;
        color: #fff;
        margin-bottom: 15px;
        font-size: 16px;
    }

        .chanpindingzhi a:hover {
            box-shadow: 0 0 10px rgb(65 170 225 / 20%);
            transform: translateY(-5px);
        }

.site_top .top1 .navbar-nav li a span{
    display: none;
}
.site_top .top1 .navbar-nav li .dropdown-menu {
    border: none;
    padding: 0;
    left:50%;
    transform:translateX(-50%);
    border-radius:0;
    margin: 0;
    display: none;
}
.site_top .top1 .navbar-nav li .dropdown-menu li{
    margin-right:0;
}
.site_top .top1 .navbar-nav li .dropdown-menu li a{padding:0;line-height:45px;font-size:14px;padding:0 10px;color:#333;font-weight:normal;}
.site_top .top1 .navbar-nav li .dropdown-menu li a::after{display:none;}
.site_top .top1 .navbar-nav li .dropdown-menu li a:hover{font-weight:normal;background-color:#41AAE1;color:#fff;}
.site_top .top1 .navbar-nav li .dropdown-menu li .dropdown-menu{display:none;left:100%;top:0;transform:none;}
.site_top .top1 .navbar-nav li .dropdown-menu li:hover .dropdown-menu{display:flex;flex-wrap:wrap;}
.site_top .top1 .navbar-nav li .dropdown-menu li a{
    
}
.site_top .top1 .navbar-nav li .dropdown-menu li .dropdown-menu{
    width:500px;
}
.index_brand .brand{
    border:1px solid #fff;
}
.index_brand .brand:hover {
    border: 1px solid #41AAE1;
}
.site_top .top2 {
    display: none;
}
.site_top .top1 {
    width:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.site_top .top2  .navbar-nav{
    display:block;
    background-color:#fff;
    margin:0;
}
.site_top .top2 .navbar-nav li a{
    padding:0;
    line-height:45px;
    border-bottom:1px dashed #ddd;
    text-align:center;
}
.site_top .top2 .navbar-nav li{
    margin-right:0;
}
.site_top .top2 .navbar-nav li span{
    display:none;
   
}
.searchpage .select_box {
  margin-top: 40px;
  margin-bottom: 40px;
}
.searchpage .searchs {
  display: flex;
  width: 100%;
  margin-left: 20px;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.searchpage .searchs input {
  width: calc(100% - 60px);
  border: none;
  box-shadow: none;
  outline: none;
  height: 32px;
}
.searchpage .searchs button {
  width: 60px;
  border: none;
  height: 34px;
  outline: none;
  color: #fff;
  background-color: var(--bgColor);
}
.searchpage .searchs button:hover {
  background-color: var(--bgHoverColor);
}
.searchpage ul.select_box {
    display: flex;
}
    .searchpage ul.select_box li {
        list-style: none;
        display: flex;
        align-items: center;
        width: 25%;
    }
    .searchpage ul.select_box li label {
        text-wrap: nowrap;
        margin-right: 10px;
        margin-left: 20px;
    }
.searchpage table {
  margin-bottom: 20px;
}
.searchpage thead tr th {
  text-align: center;
  border: 0;
  background: #D9EEF9;
  font-size: 14px;
  height: 40px;
  line-height: 40x;
  font-weight: normal;
  color: #333;
}
.searchpage 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;
}
.searchpage tbody tr td .kj-pre-price {
  color: #da251d;
  font-style: normal;
  font-weight: bold;
  display: inline-block;
}
.searchpage tbody tr td .oldPrice {
  font-style: normal;
}
.searchpage tbody tr:first-child td {
  border-top: 0;
}
.searchpage tbody tr:hover td {
  background: #f5f5f5;
}
.searchpage table tbody tr td a.car_btn {
  color: #da251d;
  margin-left: 10px;
  text-decoration: none;
  font-size: 20px;
}
.searchpage tbody tr td a.no_car_btn {
  cursor: not-allowed;
  color: #999 !important;
}
.searchpage tbody tr td a.car_btn:hover {
  color: #b11b14;
}
.searchpage tbody tr td a.car_btn:active {
  position: relative;
  top: 2px;
}
.searchpage .kj-pro-num-box {
  width: 60px;
  height: 30px;
  overflow: hidden;
  border: 1px solid #CCCCCC;
  vertical-align: middle;
  border-radius: 3px;
  display: flex;
}
.searchpage .kj-pro-num-box button {
  background: #fff;
  width: 20px;
  border: 0;
  padding: 0;
  height: 28px;
  transition: all 0.2s linear 0s;
  font-size: 14px;
  color: #333;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.searchpage .kj-pro-num-box input {
  width: 28px;
  height: 28px;
  line-height: 29px;
  border: 0;
  padding: 0;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  color: #333;
}
.searchpage .prolist_flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.searchpage .kj-pro-num-box button:hover {
  background: #dedede;
}
.searchpage ul.select_box li label {
    flex: 0 0 auto;
}
.site_top .top1 .navbar-nav li:last-child{
    margin-right:0;
}
.site_top .nav_all .searchbtn{
    margin-left:70px;
}
#ShopCartBox{
    display:none;
}
.kj-page .pagination{
    display:flex;
    justify-content:center;
}
.prolist_content{
    margin:20px 0;
    line-height:30px;
    font-size:15px;
    color:#666;
}
.index_brand .index_title{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
}
.index_brand{
    height:auto;
    padding-top:40px;
}
@media only screen and (max-width: 1330px) {
    .product_relevant .swiper-button-next, .product_relevant .swiper-button-prev{display:none;}
    .index_seckill .swiper-button-next, .index_seckill .swiper-button-prev{display:none;}
}

@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 &gt; .table {
        margin-bottom: 0
    }
    .table-responsive &gt; .table &gt; tbody &gt; tr &gt; td, .table-responsive &gt; .table &gt; tbody &gt; tr &gt; th, .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; td, .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; th, .table-responsive &gt; .table &gt; thead &gt; tr &gt; td, .table-responsive &gt; .table &gt; thead &gt; tr &gt; th {
        white-space: nowrap
    }
    .table-responsive &gt; .table-bordered {
        border: 0
    }
    .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child, .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child, .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child, .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child, .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child, .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child {
        border-left: 0
    }
    .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child, .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child, .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child, .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child, .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child, .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child {
        border-right: 0
    }
    .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td, .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th, .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td, .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; 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;}

    /*index*/
    #banner-swiper, .friend_links{margin-left:0;}
    .index_product .tab-pane ul li{height:200px;}
    .index_product .tab-pane ul li .img_btn{height:140px;}



    /*äº§å“åˆ—è¡¨*/
    .page_website_product_list li{height:205px;}
    .page_website_product_list li .img_btn{height:130px;}
    .page_website_product_list li .price_box{margin-top:5px;height:auto;flex-wrap: wrap;}
    .page_website_product_list li .price_box .new{line-height:18px;width:100%;}
    .page_website_product_list li .price_box .old{line-height:16px;margin:0;width:100%;}



    /*äº§å“è¯¦æƒ…*/
    .product_base_info_3 .pro_btn_box{flex-wrap: wrap;}
    .product_info_details{flex-wrap:wrap;}
    .product_info_details .left_box{margin-right:0;margin-bottom:20px;}
    .product_info_details .right_box{width:100%;}
    .pro_slide_box .nav li a{width:auto;padding:0 15px;}

    /*å“ç‰Œåˆ—è¡¨*/
    .brand_list_ul li{width:calc((100% - 90px)/6);}
    .brand_list_ul li:nth-child(6n){margin-right:0;}
    .brand_list_ul li:nth-child(8n){margin-right:18px;}

}
@media only screen and (max-width: 1020px) {   
    /*header*/
    .header_logo_search .logo_btn{width:250px;}

    /*footer*/
    .footer_box{display:none;}

    /*å¯¼èˆªæ&nbsp;*/
    .kj-navbar .navbar-nav li a{margin:0 25px 0 0;font-size:15px;}

    /*index*/
    #banner-swiper .swiper-wrapper .item_box{height:240px;}
    #banner-swiper .swiper-wrapper .item_box h1{font-size:30px;}
    .friend_links a{height:100px;}
    .friend_links a b{font-size:18px}
    .friend_links a em{font-size:12px;}
    .website_product_list li{height:205px;}
    .website_product_list li .img_btn{height:130px;}
    .website_product_list li .price_box{margin-top:5px;height:auto;flex-wrap: wrap;}
    .website_product_list li .price_box .new{line-height:18px;}
    .website_product_list li .price_box .old{line-height:16px;margin:0;}
    .index_product .tab-pane ul li{width:calc(100% / 4);}
    .index_news .news_box{flex-wrap: wrap;}
    .index_news .news_box .news_left{width:100%;margin-right:0;}
    .index_news .news_box .news_right{width:100%;margin-top:25px;}
    .index_brand ul li{width:calc((100% - 24px) / 3)}
    .index_brand ul li:nth-child(3n){margin-right:0;}

    /*äº§å“åˆ—è¡¨*/
    .product_list_ul li .kj-table{margin:0;}
    .product_list_ul2 li .kj-table{margin:0;}
    .product_list_ul li .pro_description .right_info{flex:0 0 100%;width:100%;margin-left:0;}
    .product_list_ul li .pro_description .right_info .basic_text{width:100%;margin-right:0;}
    .product_list_ul2 li .pro_description .right_info{flex:0 0 100%;width:100%;order:2;}
    .product_list_ul2 li .pro_description .img_btn{order:1;margin-bottom:15px;}
    .product_list_ul2 li .pro_description .right_info .basic_text{width:100%;margin-right:0;}
    .page_website_product_list li{width:calc((100% - 20px)/3);}
    .page_website_product_list li:nth-child(5n){margin-right:10px;}
    .page_website_product_list li:nth-child(3n){margin-right:0;}
    /*äº§å“è¯¦æƒ…*/
    .product_base_info_3 .left_box .product_base_info_3_box{flex-wrap: wrap;}
    .page_des_box{margin-top:30px;}
    .product_base_info .pro_info_box{flex:100%;margin-top:15px;}
    .product_base_info .info_box{width:100%;margin-left:0;padding-left:0;margin-top:20px;}
    .product_base_info .info_box .btn_box a{width:140px;}
    .product_base_info_3 .pro_info_box{flex:0 0 100%;margin-top:20px;}
        .product_base_info .info_haocai_box{width:100%;margin-left:0;margin-top:20px;}

    /*æ–°é—»*/
    .product_nav{justify-content:center;}
    .product_nav a{margin:0 10px 10px 10px;}
    .news_list_box .news_list li{flex-wrap:wrap;}
    .news_list_box .news_list li .img_btn{margin-right:0;margin-bottom:15px;}
    .news_list_box .news_list li .right{width:100%;}
    .news_list_box .news_list li .right .info{height:auto;margin-bottom:15px;}

    /*å…³äºŽæˆ‘ä»¬*/
    .about_article{flex-wrap:wrap;margin-top:0;}
    .about_article .text_article{flex:0 0 100%;width:100%;margin:0;margin-top:25px;order:2;}
    .about_article .img_box{flex:0 0 100%;order:1;}

    /*è”ç³»æˆ‘ä»¬*/
    
    .contactUs_info .left span{flex:0 0 100%;padding:0;}


}

@media only screen and (max-width: 767px) {
    /**ä¿®æ”¹è¡¨å• **/
   .table-responsive{border:0;}
    /*é¡¶éƒ¨åŸºæœ¬ä¿¡æ¯å±•ç¤º*/
    .header_top_baseInfo{display:none;}
    /*é¡¶éƒ¨logoåŠæœç´¢*/
    .header_logo_search{display:none;}



    /*è”ç³»æˆ‘ä»¬*/
    .contact_us_box h1{font-size:20px;}
    .contactUs_info{flex-wrap: wrap;}
    .contactUs_info .left{flex:0 0 100%;margin-top:12px;}
    .index_service #servicelist .swiper-pagination{
        display:block;
    }
}
@media screen and (max-width: 1700px) {
    .site_top .top1 .navbar-nav li {
        margin-right: 50px;
    }
}
@media screen and (max-width: 1470px) {
  .site_top .logo img {
    width: 150px;
  }
  .site_top .navbar-nav li a {
    padding: 40px 0;
  }
  .site_top .top1{
    height: 100px;
  }
  .site_top .nav_all .tel h3 {
    font-size: 24px;
  }
    .site_top .top1 .navbar-nav li {
        margin-right: 30px;
    }
    .site_top .nav_all .tel {
        height: 100px;
        padding-top: 23px;
    }
  .index_swiper {
    height: 700px;
  }
    .site_top .logo{
        height:76px;
    }
    .banner_video {
        height: 700px;
    }
  .container {
    width: 1200px;
  }
  .swiper_box {
    bottom: 90px;
  }
  .index_pronav .row {
    margin-right: -25px;
  }
  .index_pronav .row .col-md-3 {
    padding-right: 25px;
  }
  .index_customized .bottom a {
    font-size: 16px;
    margin-bottom: 0;
  }
  .index_title h2 {
    font-size: 32px;
  }
  .index_title span {
    font-size: 20px;
  }
  .index_service .box .img {
    height: 180px;
  }
  .index_service .content {
    font-size: 14px;
    line-height: 26px;
    margin-top: 10px;
  }
  .index_service .row {
    margin-top: 30px;
  }
  .index_service .box .link_box h4 a i {
    margin-left: 0px;
  }
  .index_service .box .link_box h4 a {
    padding: 0 15px;
    font-size: 14px;
    justify-content: space-between;
  }
  .index_service .box:hover .link_box h4 a {
    justify-content: space-between;
  }
  .index_service .box:hover .link_box h4 a i {
    margin-left: 0;
  }
  .index_service .box .link_box .children {
    font-size: 12px;
    margin: 0 10px;
    padding: 10px 5px;
    line-height: 24px;
  }
  .index_service .box .link_box h4 a {
    height: 50px;
    padding-top: 1px;
  }
  .index_hotprolist .hotpro .img {
    height: 235px;
  }
  .index_news .news .title {
    font-size: 16px;
  }
  .index_news .news {
    padding: 20px 20px 30px;
  }
  .index_news .news .img {
    height: 130px;
  }
  .index_news .newslist_out .swiper-button-next::after,
  .index_news .newslist_out .swiper-button-prev::after {
    font-size: 30px;
  }
  .index_hotprolist .hotlist_out .swiper-button-next::after,
  .index_hotprolist .hotlist_out .swiper-button-prev::after {
    font-size: 30px;
  }
  .index_hotprolist .hotpro .name {
    font-size: 15px;
  }
  .index_hotprolist .hotpro .no {
    font-size: 15px;
  }
  .index_hotprolist .hotpro .price .tip {
    font-size: 12px;
  }
  .index_about .left .content {
    margin-top: 24px;
    font-size: 14px;
    line-height: 35px;
  }
  .index_contact .table-responsive {
    width: 500px;
  }
  .product_list_ul2 li .pro_description .right_info .enname {
    font-size: 18px;
  }
  .product_list_ul2 li .pro_description .right_info .name_btn {
    font-size: 18px;
  }
  .pro .img {
    height: 160px;
  }
  body {
    padding-top: 100px !important;
  }
  .index_video .content h2 {
    font-size: 60px;
  }
  .index_video .content h4 {
    font-size: 24px;
  }
  .index_video .banner_video {
    height: 700px;
  }
  .index_video .content {
    top: 275px;
  }
    .site_top .top1 .navbar-nav li a{
        padding:40px 0;
    }
}
@media screen and (max-width: 1230px) {
    .site_top .logo{
        height:51px;
    }
    .prolist .leftnav {
        width: 250px;
    }
  .prolist .right_box {
    width: calc(100% - 270px);
  }
  .container {
    width: 1000px;
  }
  .prolist .leftnav .list_level1 .out {
    height: 50px;
  }
  .prolist .leftnav .list_level1 .out a {
    font-size: 15px;
  }
  .prolist .leftnav .list_level1 .out2 {
    height: 35px;
  }
  .site_top .nav_all .tel {
    display: none;
  }
  .site_top .nav_all .link {
    margin-right: 40px;
  }
  .site_top .logo {
    padding-left: 40px;
  }
  .banner_video {
    height: 500px;
  }
  .index_swiper .swiper-pagination i,
  .index_swiper .swiper-pagination .swiper-pagination-current {
    font-size: 30px;
  }
  .index_swiper .swiper-pagination .swiper-pagination-total {
    font-size: 20px;
    top: -1px;
  }
  .index_swiper .swiper-pagination {
    font-size: 20px;
  }
  .index_customized .top .rightbox {
    height: 210px;
  }
  .index_customized .more_btn {
    margin-top: 25px;
  }
  .index_customized .bottom a {
    font-size: 14px;
  }
  .more_btn {
    width: 130px;
    height: 45px;
    font-size: 14px;
  }
  .index_customized .bottom a i {
    font-size: 26px;
  }
  .index_title h2 {
    font-size: 26px;
  }
  .index_title span {
    font-size: 17px;
  }
  .index_pronav .container .index_title .more_btn {
    margin-top: 35px;
  }
  .index_hotprolist .hotpro .img {
    height: 200px;
  }
  .index_service .box {
    margin-top: 30px;
  }
  .index_news .news .img {
    height: 105px;
  }
  .index_news .news .title {
    font-size: 14px;
    line-height: 26px;
    height: 52px;
  }
  .index_news .news .time {
    font-size: 14px;
  }
  .index_about .img {
    width: 400px;
    height: 300px;
  }
  .index_about .left {
    width: calc(100% - 400px);
    padding-right: 40px;
  }
  .index_about .left .more_btn {
    margin-top: 45px;
    width: 130px;
    font-size: 14px;
    height: 45px;
  }
  .index_contact .table-responsive .table tbody tr td {
    font-size: 14px;
  }
  .index_contact .table-responsive .table thead tr td {
    font-size: 16px;
  }
  .index_contact {
    margin-top: 20px;
  }
  .index_contact .img {
    width: calc(100% - 500px);
  }
  .index_contact .table-responsive {
    width: 400px;
  }
  .footer ul .imagecode img {
    width: 100px;
  }
  .product_list_ul2 li .pro_description .right_info .enname,
  .product_list_ul2 li .pro_description .right_info .name_btn {
    font-size: 16px;
  }
  .prolist .row .col-md-3 {
    width: 33.33%;
  }
  .page_banner {
    height: 300px;
  }
  .page_banner h2 {
    font-size: 36px;
  }
  .index_video .content h2 {
    font-size: 50px;
  }
  .index_video .banner_video {
    height: 600px;
  }
  .index_video .content {
    top: 180px;
  }
}
@media screen and (max-width: 992px) {
  .container {
    width: 768px;
  }
  .site_top .nav_all .link {
    display: none;
  }
  .site_top .navbar-nav li a {
    font-size: 15px;
  }
  .site_top .nav_all .searchbtn {
    margin-right: 40px;
  }
  .site_top .logo img {
    width: 100px;
  }
  .swiper_box .container a i {
    font-size: 24px;
  }
  .swiper_box .container a {
    font-size: 13px;
  }
  .swiper_box .container a {
    height: 70px;
    padding-top: 6px;
  }
  .index_customized .top .rightbox {
    height: 150px;
    border-radius: 30px 30px 0 0;
  }
  .index_customized .bottom {
    padding: 20px 30px;
  }
  .index_pronav .row .col-md-3 {
    width: 33.33%;
  }
  .index_pronav .container .index_title {
    position: initial;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
  }
  .index_about .img {
    display: none;
  }
  .index_about .left {
    width: 100%;
  }
  .index_contact .img {
    display: none;
  }
  .index_contact .table-responsive {
    width: 100%;
  }
  .index_about .left {
    padding-right: 0;
  }
  .prolist .container {
    display: block;
  }
  .prolist .leftnav {
    width: 100%;
  }
  .prolist .right_box {
    margin-top: 30px;
    width: 100%;
    margin-left: 0;
  }
  .product_list_ul2 li .pro_description {
    display: block;
  }
  .product_list_ul2 li .pro_description .right_info {
    width: 100%;
    padding-top: 25px;
    padding-right: 15px;
    padding-bottom: 10px;
  }
  .product_list_ul2 li .stock_btn {
    top: 23%;
    right: 10px;
  }
  .proinfo_top .info_btn a {
    font-size: 14px;
    padding: 2px 15px 2px;
    margin-right: 10px;
  }
  .nav_link a {
    font-size: 14px;
    padding: 10px 20px;
  }
  .text_box .content {
    font-size: 14px;
  }
  .text_box .title {
    font-size: 24px;
  }
  .nav_link a {
    font-size: 12px;
    padding: 6px 10px 5px;
    margin: 0 5px;
  }
  .page_banner {
    height: 250px;
  }
  .index_video .content .more_btn {
    width: 130px;
    height: 45px;
    font-size: 14px;
  }
  .index_video .content h2 {
    font-size: 40px;
  }
  .index_video .content h4 {
    font-size: 20px;
    margin-top: 15px;
  }
  .index_video .banner_video {
    height: 500px;
  }
  .index_video .content {
    top: 140px;
  }
  .site_top .navbar-nav li a {
    padding: 30px 0;
  }
  .site_top .top1{
    height: 80px;
  }
  .index_brand {
    height: 200px;
  }
    .site_top .top1 .navbar-nav li a {
        padding: 30px 0;
    }
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
  .footer {
    display: none;
  }
  .banner_video {
    height: 225px;
  }
  .site_top #navbox {
    display: none;
  }
  .index_pronav .row .col-md-3 {
    padding-right: 15px;
  }
  .index_pronav .row {
    margin-right: -15px;
  }
  .index_pronav .row .col-md-3 {
    width: 50%;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
  .index_customized .top .rightbox {
    display: none;
  }
  .index_news .index_title .nav-tabs a {
    font-size: 12px;
    padding: 10px 25px;
  }
  .index_news .index_title .nav-tabs {
    margin-right: 0;
  }
  .index_customized .bottom a {
    width: 100%;
    padding-right: 20px;
  }
  .index_customized .top .leftbox {
    width: 100%;
  }
  .index_customized .index_title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
  }
  .index_customized .index_title .more_btn {
    margin-bottom: 0;
  }
  .index_news .news .img {
    height: 175px;
  }
  .index_pronav .box .img {
    width: 50px;
    height: 50px;
  }
  .index_pronav .box {
    height: 165px;
    padding-top: 37px;
    display: block;
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    margin-bottom: 10px;
  }
  .index_title h2 {
    font-size: 22px;
  }
  .index_title h2 span {
    font-size: 12px;
  }
  .index_service .box .img {
    height: 155px;
  }
  .index_swiper .swiper-pagination {
    display: none;
  }
  .site_top .logo {
    padding-left: 15px;
  }
  .swiper_box .container a {
    font-size: 12px;
  }
    .site_top .top1 {
        height: 60px;
    }
  .site_top .nav_all .searchbtn {
    margin-right: 10px;
  }
  .site_top .logo img {
    width: 65px;
  }
  .swiper_box {
    bottom: 10px;
  }
  .swiper_box .container a i {
    font-size: 18px;
  }
  .swiper_box .container a {
    font-size: 9px;
    height: 54px;
  }
  .prolist .row .col-md-3 {
    width: 50%;
  }
  .pro .img {
    height: 130px;
  }
  .pro .title {
    height: 40px;
    font-size: 12px;
    line-height: 20px;
  }
  .pro .cart {
    height: 32px;
    margin-top: 5px;
  }
  .pro {
    margin-top: 10px;
  }
  .product_list_ul2 li {
    margin-top: 10px;
  }
  .proinfo_top .right_box {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .proinfo_top .right_box .title {
    font-size: 20px;
  }
  .proinfo_top {
    display: block;
  }
  .proinfo_top .left_box {
    width: 100%;
  }
  .proinfo_top .info_btn a i {
    font-size: 16px;
  }
  .proinfo_top .info_btn a {
    font-size: 12px;
    padding: 2px 5px;
  }
  .proinfo_tab .nav-tabs &gt; li &gt; a {
    width: 150px;
    height: 35px;
    font-size: 14px;
  }
  .proinfo_repro .relapro .img {
    height: 160px;
  }
  .proinfo_box {
    margin-bottom: 60px;
  }
  body {
    padding-top: 65px !important;
  }
  .page_banner {
    height: 180px;
  }
  .page_banner h2 {
    font-size: 26px;
  }
  .page_banner h2 span {
    font-size: 15px;
  }
  #mysearch .modal-dialog .modal-content {
    width: 95%;
  }
  .newslist .news_box li {
    display: block;
  }
  .newslist .news_box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .newslist .news_box .img {
    width: 100%;
    height: 195px;
  }
  .index_brand {
    height: auto;
  }
    .index_video .content h2 {
        font-size: 26px;
    }
    .index_video .content h4{
        font-size:14px
    }
    .index_video .content .more_btn {
        width: 120px;
        height: 38px;
        font-size: 14px;
    }
    .index_video .banner_video {
        height: 230px;
    }
    .index_video .content {
        top: 25px;
    }
    .swiper_box .container a{
        height:66px;
    }
    .phone_top{
        z-index:10;
    }
    .site_top .top2{
        display:block;
    }
    body{
        padding-top:60px !important;
    }
    .index_brand #index_brandlist {
        padding: 20px 0;
    }
    .service_boxs .title{
        font-size:20px;
    }
    .searchpage ul.select_box li{
        width:100%;
        margin-bottom:10px;
    }
    .searchpage ul.select_box{
        display:block;
    }
    .site_top .logo{
        height:33px;
    }
    .index_contact .table-responsive{
        width:100%;
        overflow:initial;
    }
        .index_contact .table-responsive .table thead tr td{
            padding:15px;
           
        }
        .index_contact .table-responsive .table tbody tr td {
            padding: 15px 15px 0;
        }
}</pre></body></html>