@charset "gb2312";

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, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    font: inherit;
    font: inherit;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

:focus {
    outline: 0;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

sub {
    font-size: 9px !important;
}

sup {
    font-size: 9px !important;
}

input, button, textarea, select, optgroup, option {
    resize: none;
    font: inherit;
    margin: 0;
    padding: 0;
}
li {list-style:none;}

    input[type=button], input[type=submit] {
        line-height: 30px;
        border: none;
        background: #a1a1a1;
        cursor: pointer;
        transition: 0.5s;
        -webkit-transition: 0.5s;
    }

 

table {
    table-layout: auto;
    word-wrap: break-word;
    border-collapse: collapse;
}

caption, th {
    text-align: center;
}

:link, :visited, ins {
    text-decoration: none;
}

a {
    color: inherit;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

body {
    font-family: Helvetica Neue,Helvetica,Arial,Microsoft Yahei,Hiragino Sans GB,WenQuanYi Micro Hei,sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #131415;
    min-width: 1440px;
	background-color: #f5f5f5
}

* {
    -webkit-tap-highlight-color: rgba(255,0,0,0);
}
/*去掉手机端a链接点击时候出现的边框*/
.clear {
    clear: both;
    height: 0;
    font-size: 0;
    overflow: hidden;
    line-height: 0;
}

.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.fl, .floatLeft {
    float: left;
}

.fr, .floatRight {
    float: right;
}

.position2 {
    position: relative;
    z-index: 2;
}

.position3 {
    position: relative;
    z-index: 3;
}

.position4 {
    position: relative;
    z-index: 4;
}

.singleTxt {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 13px;
    line-height: 2;
}

.multTxt_SN {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    font-weight: 700;
    overflow: hidden;
    padding: 3px 10px;
    text-align: center;
}

    .multTxt_SN em {
        font-style: normal;
    }

.multTxt {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    line-height: 2;
    height: 70px;
    overflow: hidden;
    padding: 10px;
    text-align: center;
}

    .multTxt em {
        font-style: normal;
    }


.singleTxt_2 {
    overflow: hidden;
    text-overflow: ellipsis;
}

.singleTxt_1 {
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 45px;
}

.overHidden {
    overflow: hidden;
}

.txtCenter {
    text-align: center;
}

.inlineBlock {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.blockDiv > img, .blockImg {
    display: block;
    width: 100%;
}

.verTop {
    vertical-align: top;
}

.verMid {
    vertical-align: middle;
}

.versub {
    vertical-align: sub;
}

.flex {
    display: flex;
    display: -webkit-flex;
}

.flexwp {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.flex_1 {
    flex: 1;
    -webkit-flex: 1;
    min-width: 0;
}

.flexct {
    justify-content: center;
    -webkit-justify-content: center;
}

.flexbt {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.flexat {
    align-items: center;
    -webkit-align-items: center;
}

.flexend {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.flexCenter {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items;
}

.marginTop1 {
    margin-top: 1%;
}

.marginTop2 {
    margin-top: 2%;
}

.marginTop3 {
    margin-top: 3%;
}

.marginTop4 {
    margin-top: 4%;
}

.marginTop5 {
    margin-top: 5%;
}

.marginBot1 {
    margin-bottom: 1%;
}

.marginBot2 {
    margin-bottom: 2%;
}

.marginBot3 {
    margin-bottom: 3%;
}

.marginBot4 {
    margin-bottom: 4%;
}

.marginBot5 {
    margin-bottom: 5%;
}

.paddingTop5 {
    padding-top: 5%;
}

.paddingTop4 {
    padding-top: 4%;
}

.paddingTop3 {
    padding-top: 3%;
}

.paddingTop2 {
    padding-top: 2%;
}

.paddingTop1 {
    padding-top: 1%;
}

.paddingBot5 {
    padding-bottom: 5%;
}

.paddingBot4 {
    padding-bottom: 4%;
}

.paddingBot3 {
    padding-bottom: 3%;
}

.paddingBot2 {
    padding-bottom: 2%;
}

.paddingBot15 {
    padding-bottom: 1.5%;
}

.paddingBot1 {
    padding-bottom: 1%;
}

.font12 {
    font-size: 12px;
}

.font13 {
    font-size: 13px;
}

.font14 {
    font-size: 14px;
}

.font15 {
    font-size: 15px;
}

.font16 {
    font-size: 15px;
}

.font18 {
    font-size: 16px;
}

.font20 {
    font-size: 18px;
}

.font24 {
    font-size: 24px;
}

.font30 {
    font-size: 30px;
}

.font32 {
    font-size: 32px;
}

.font36 {
    font-size: 36px;
}

.font40 {
    font-size: 40px;
}

.font48 {
    font-size: 48px;
}

.font56 {
    font-size: 56px;
}

.font60 {
    font-size: 60px;
}

.color333 {
    color: #333;
}

.colorfff {
    color: #fff;
}

.coloraaa {
    color: #aaa;
}

.color000 {
    color: #000;
}

.colorbbb {
    color: #bbb;
}

.colorccc {
    color: #ccc;
}

.color888 {
    color: #888;
}

.color666 {
    color: #666;
}

.navMenu {
    display: none;
}

.overflowY {
    overflow-y: auto;
}

.rt5 {
    margin-right: 5px;
}

.rt10 {
    margin-right: 10px;
}

.rt20 {
    margin-right: 20px;
}

.rt25 {
    margin-right: 25px;
}

.rt30 {
    margin-right: 30px;
}

.lt10 {
    margin-left: 10px;
}

.lt20 {
    margin-left: 20px;
}

.lt25 {
    margin-left: 25px;
}

.lt30 {
    margin-left: 30px;
}

.trans5 {
    transition: .5s;
}

.bgred {
    background: #e56000 !important;
}

.line1 {
    line-height: 1;
}

.line12 {
    line-height: 1.2;
}

.line17 {
    line-height: 1.7;
}

.line2 {
    line-height: 2;
}

.colorlogo {
    color: #e56000;
}



/*主样式*/

.hsvga1 {
    position: absolute;
    top: 90px;
    left: 65px;
    font-weight: bold;
    height: 20px;
    color: #e56000;
    line-height: 1;
}

.wp {
    width: 1440px;
    margin: 0 auto;
}

.warp {
    width: 1440px;
    margin: 0 auto;
}
.warp img { margin-left: auto;margin-right:auto; display: block; }

.autowidth {
    width: 1440px;
    margin: 0 auto;
}

.headBread {
    position: relative;
}


/*顶部横条*/
.headTop {
    height: 39px;
    border-bottom: 1px solid #f0f1f2;
    background-color: #f7f9fa;
    font-size: 12px;
}

    .headTop .headTop_contain {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 1440px;
        margin: 0 auto;
    }

    .headTop .headTop_link {
        display: inline-block;
        margin: 8px 24px 8px 0;
        line-height: 24px;
        color: #e56000;
    }

    .headTop .headTop_text {
        display: inline-block;
        line-height: 24px;
        color: #6c7073;
        margin-left: 24px;
    }

    .headTop .headTop_right .headTop_right_item {
        font-size: 12px;
        line-height: 39px;
        color: #333;
    }

        .headTop .headTop_right .headTop_right_item:hover {
            color: #e56000;
        }

        .headTop .headTop_right .headTop_right_item:after {
            content: "";
            position: relative;
            border-left: 1px solid #d4d7d9;
            display: inline-block;
            width: 12px;
            height: 12px;
            margin-left: 12px;
            vertical-align: middle;
            overflow: hidden;
        }

        .headTop .headTop_right .headTop_right_item:last-child:after {
            border: none;
            width: 0;
            margin: 0;
        }

/*顶部产品大类*/
.headMenu {
    clear: both;
    display: block;
    overflow: hidden;
 list-style:none;
}

    .headMenu .headMenu_items {
        width: 1440px;
        margin-left: auto;
        margin-right: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .headMenu .headMenu_item {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        padding: 25px 0 30px;
        border-bottom: 1px solid transparent;
        transition: all .3s;  
    }

        .headMenu .headMenu_item a {
			display: block;
            margin: 0 auto;
            color: #333;
            font-size: 12px;
            text-decoration: none;
            transition: all .3s;
        }

            .headMenu .headMenu_item a:hover .style_title {
				
                color: #e56000;
            }

        .headMenu .headMenu_item .style_image {
 			float: left;
			width: 40%;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
 
        }

            .headMenu .headMenu_item .style_image img {
                max-width:60px;
                vertical-align: top;
				margin-left: 40px;
            }
			
			
			        .headMenu .headMenu_item .style_image2 {
 
            margin-left: auto;
            margin-right: auto;
            text-align: center;
 
        }

            .headMenu .headMenu_item .style_image2 img {
                max-width:20%;
 
                vertical-align: top;
            }
			
			

        .headMenu .headMenu_item .style_title {
            color: #3b3e40;
            text-align: center;  border-right:1px solid #dbdbdb;
            font-size: 16px;  
            min-height: 14px; 

 
        }
		
		
		.headMenu_items li{ list-style:none;}

/*顶部产品层级3级列表*/
.headProduct {
    z-index: 5; font-size:16px;
    box-shadow: 0 0 15px -8px rgba(0,0,0,.5);  
    min-height: 560px;
    position: fixed;
    background: linear-gradient(90deg,#f9f9f9,#f9f9f9 40%,#fff 0,#fff);
    width: 100%;
    min-width: 1440px;
    left: 0;
    right: 0;
    top: 60px;
    display: none;
}

    .headProduct .leftNav1 {
        width: 276px;
        background: #f9f9f9;
        min-height: 560px;
    }

    .headProduct.slideDown {
        display: block;
    }

    .headProduct .oneDL {
        padding: 50px 0;
        position: relative;
    }

        .headProduct .oneDL > dd > a {
            display: block;
            position: relative;
            padding: 0 0 0 25px;
            color: #121314;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            line-height: 60px;
            border-left: 4px solid #f9f9f9;
        }

            .headProduct .oneDL > dd > a i {
                position: absolute;
                right: 25px;
                top: 0;
            }

        .headProduct .oneDL dd.on > .leftNav2 {
            display: block;
            min-height: 560px;
        }

        .headProduct .oneDL dd.on > a {
            border-left: 4px solid #e56000;
            background: #fff;
        }

        .headProduct .oneDL > dd:hover .leftNav2 {
            display: block;
        }

        .headProduct .oneDL > dd:hover > a {
            border-left: 4px solid #e56000;
            background: #fff;
        }

    .headProduct .twoDL dd.active > .leftNav3 {
        display: block;
    }


    .headProduct .leftNav2 {
        position: absolute;
        left: 275px;
        right: 0;
        top: 0;
        bottom: 0;
        display: none;
    }

    .headProduct .twoDL {
        padding: 50px 0 0 0;
        width: 225px;
        background: #fff;
        height: 100%;
        box-sizing: border-box;
    }

        .headProduct .twoDL > dd > a {
            display: block;
            position: relative;
            padding: 0 0 0 25px;
            line-height: 60px;
        }

        .headProduct .twoDL > dt > a {
            display: inline-block;
            position: relative;
            padding: 0 0 0 25px;
        }

        .headProduct .twoDL > dd > a i {
            position: absolute;
            right: 25px;
            top: 0;
            color: #fff;
        }

        .headProduct .twoDL > dd:hover .leftNav3 {
            display: block;
        }

        .headProduct .twoDL > dd.active > a {
            background: #e56000;
            color: #fff;
        }

        .headProduct .twoDL > dd:hover > a {
            background: #e56000;
            color: #fff;
        }


    .headProduct .leftNav3 {
        position: absolute;
        left: 225px;
        right: 0;
        top: 0;
        bottom: 0;
        display: none;
        background: #fff;
        width: 826px;
        min-height: 560px;
    }

    .headProduct .threeDL {
        padding: 50px 0 0 20px;
    }
 

        .headProduct .threeDL dd {
            display: inline-block;
            vertical-align: top;
            width: 30.33%;
            margin-right: 2%;
            color: #666;
            margin-bottom: 32px; 
        }

            .headProduct .threeDL dd img {
                height: 70px;
                margin-right: 5px;
            }

/*3级样式结束*/

/*首页轮播*/
.headBanner {
    display: block; width:100%;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #e56000 !important;
}

.swiper-pagination-bullet {
    width: 30px;
    height: 5px;
    display: inline-block;
    border-radius: 2px;
    background: #fff;
    opacity: 1;
}
/*首页轮播结束*/


/*table*/
.m-userTable {
    width: 100%;
    border: none;
    display: block;
}

    .m-userTable thead th {
        background: #f8f8f8;
        border: solid 1px #eaeaea;
        padding: 10px;
    }

    .m-userTable tbody {
    }

        .m-userTable tbody tr td {
            padding: 15px;
        }



/*模块标题*/
.shopTitle {
    text-align: center;
    position: relative;
    padding-top: 20px;
    overflow: hidden; 
    margin-bottom: 10px;
}

    .shopTitle h4 {
        border: none;
        margin: 7px 0px;
        font-size: 22px;
        font-weight: 700; line-height:60px;
		color: #da2a05;
 
    }

    .shopTitle p {
        font-size: 14px;
        line-height: 2;
        color: #666;
    }
/* 产品详细页标题样式 */

.shopTitle2 {
    text-align:center;
    position: relative;
    padding-top: 20px;
    overflow: hidden; 
    margin-bottom: 10px;
}

    .shopTitle2 h4 {
        border: none;
        margin: 0px 0px;
        font-size: 36px;
        font-weight: 700; line-height:60px;
		color: #333;
 
    }

    .shopTitle2 p {
        font-size: 14px;
        line-height: 2;
        color: #666;
    }



/*产品列表-4个*/
.indexpro4 {
    display: block;
 
}

    .indexpro4 ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
    }

        .indexpro4 ul li {
            width: 250px;
	 margin-bottom:20px;
			
 
 
        }
		
		
 .dafenleihe{ width:1200px; margin:0 auto; margin-bottom:20px;}
 
            .indexpro4 ul li a:nth-child(5) {
                margin-right: 0;
            }

            .indexpro4 ul li a img {
                height: 100%;
				width:100%;
 
         
            }

            .indexpro4 ul li a p {
                width: 100%;
                text-align: center;
                word-wrap: break-word;
                overflow-wrap: break-word;
                position: relative;
                display: inline-block;
                vertical-align: middle;
                font-size: 13px;
                line-height: 26px;
                font-weight: 700;
                color: #131415;
                max-height: 72px;
                overflow: hidden;
            }

.w-ipt {
    line-height: 28px;
    border: 1px solid #ddd;
    padding-left: 9px;
    color: #333;
    width: 100%;
    min-width: 280px;
    height: 34px;
    font-size: 14px;
}

/**flex占位符*/
.itemempty {
    height: 0px;
    width: 19%;
}




/* 产品详细页修改样式 20260306 */
.all-detail {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: linear-gradient(180deg, #fff, #fbfbfb);
	border-top: 1px solid #e8e8e8;
}
.all-detail .product-detail {
	width: 1440px;
	margin: 0 auto;
}

/*产品列表-5个*/
.indexpro5 {
    display: block;
    overflow: hidden;
    margin-right: -18px;
}

    .indexpro5 ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        display: flex; 
        flex-direction: row;
        flex-wrap: wrap;
    }

        .indexpro5 ul li {
            width: 272px;
            margin-bottom: 25px;
			border: 1px solid #eee;
            align-items: stretch; margin-right:17px;  
            transition: all 0.3s ease 0s;
            position: relative;
			background-color: #fff;
        }

            .indexpro5 ul li a {
                flex-direction: column;
                position: relative;
                display: block;
                text-align: center;
                position: relative;
                padding:0; font-size:16px;
                cursor: pointer;
				padding: 10px;
            }

            .indexpro5 ul li:hover {
                color: #fcf0e6;
            }

            .indexpro5 ul li a:nth-child(5) {
                margin-right: 0;
            }

            .indexpro5 ul li a img {
                height: 180px;
                display: block;
                margin-right: auto;
                margin-left: auto;
                margin-bottom: 20px;
            }

            .indexpro5 ul li a p {
                width: 100%;
                text-align: center;
                word-wrap: break-word;
                overflow-wrap: break-word;
                position: relative;
                display: inline-block;
                vertical-align: middle;
                font-size: 16px;
                line-height: 22px;
                height: 45px;  
                color: #131415;
                overflow: hidden;
            }


            .indexpro4 ul li i.np,
            .indexpro5 ul li i.np {
                position: absolute;
                font-size: 40px;
                color: #e56000;
                top: 0px;
                right: 0px;
                background: url(../images/icon_new2.png) no-repeat;
                width: 40px;
                height: 40px;
                background-size: 100%;
                image-rendering: -moz-crisp-edges; /* Firefox */
                image-rendering: -o-crisp-edges; /* Opera */
                image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */
                image-rendering: crisp-edges;
                -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
            }


.dflbt{ width:20px; padding-left:15px; padding-right:15px; display:table; padding-top:20px; padding-bottom:20px; background-color:#dc2800; color:#ffffff;  text-align:center;}
/*产品列表-5个*/
.zflbthetu {
    display: block;
    overflow: hidden;
    margin-right: -18px;
}

    .zflbthetu {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        display: flex; 
        flex-direction: row;
        flex-wrap: wrap; display:table;
    }

        .zflbthetu li {
            width: 212px; float:left;
            margin-bottom: 35px;
            align-items: stretch; margin-left:17px; 
            transition: all 0.3s ease 0s;
            position: relative;
        }

            .zflbthetu li a {
                flex-direction: column;
                position: relative;
                display: block;
                text-align: center;
                position: relative;
                padding:0;
                cursor: pointer;
            }

            .zflbthetu li:hover {
                color: #fcf0e6;
            }

            .zflbthetu li a:nth-child(5) {
                margin-right: 0;
            }

            .zflbthetu  li a img {
    
                display: block;
                margin-right: auto;
                margin-left: auto;
                margin-bottom: 20px;
            }

            .zflbthetu li a p {
                width: 100%;
                text-align: center;
                word-wrap: break-word;
                overflow-wrap: break-word;
                position: relative;
                display: inline-block;
                vertical-align: middle;
                font-size: 13px;
                line-height: 22px;
                height: 65px;  
                font-weight: 700;
                color: #131415;
                overflow: hidden;
            }
			
/* 产品中心-顶部分类样式开始 */	
.fenlei {
	width: 1440px;
	height: 360px;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	grid-template-columns:244px 244px 952px;
	background-color: #fff;
	
}
.fl_one {
	background-color: #e14c00;
	background-image: url(../images/img/fl-bg.jpg) ;
	height: 360px;
	width: 184px;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 60px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}
.fl_one .xzhover {
	background: url(../images/img/fl_small.png) no-repeat bottom;
}
.fl_one ul li {
	cursor: pointer;
}
.fl_one ul li:hover {
	background: url(../images/img/fl_small.png) no-repeat bottom;
}

.fl_two {
	height: 360px;
	width: 244px;
	line-height: 60px;
	font-size: 16px;
	color: #333;
	overflow-y: auto;
}
.fl_two ul li {
	padding-left: 20px;
	padding-right: 15px;
	cursor: pointer;
}

.fl_two ul li:hover {
	background-color: #fce9e0;
}

.xz_two {
	background-color: #fce9e0;
}

.fl_three {
	width: auto;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	align-content: flex-start;
	height: 360px;
	overflow-y: auto;
}
.fl_three div {
	margin: 12px;
	font-size: 14px;
	height: 60px;	
}

.fl_three div p {
	float: left;
	width: 142px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 60px;
}
.fl_three div:hover {
	cursor: pointer;
	color: chocolate;
}
.fl_three div img {
	float: left;
	margin-right: 8px;
}


/* 产品中心-顶部分类样式结束*/	
			
/*面包屑*/
.breadcrumb {
    width: 100%;
    height: 90px;
    margin-bottom: 10px;
    padding-top: 10px;
    line-height: 40px;
}

    /*.breadcrumb::before {
        content: '';
        margin: 12px 5px 0 0;
        float: left;
        width: 16px;
        height: 16px;
        background: url(../icon/home.png);
    }*/

    .breadcrumb span {
        float: left;
        margin-right: 8px;
    }

    .breadcrumb a {
        color: #343434; font-size:16px;
    }

    .breadcrumb span::after {
        content: '';
        float: right;
        margin: 17px 0 0 5px;
        width: 5px;
        height: 5px;
        border-top: 1px solid #999;
        border-right: 1px solid #999;
        transform: rotate(45deg);
    }

    .breadcrumb span.active {
        color: #e56000;
		font-size: 14px;
    }

/*大面包屑*/
.breadcrumb-nav {
    background: #f9f9f9;
    padding: 50px 0px 49px 0px;
    border-bottom: solid 1px #eee;
	padding-top: 90px; margin-bottom: 10px; 
	height: 145px;
	
}

    .breadcrumb-nav .container {
        width: 1200px !important;
        position: relative;
        margin: 0 auto;
		
    }

    .breadcrumb-nav .title {
        color: #fff;
        margin-bottom: 5px;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 36px;
		text-align: center;
    }

    .breadcrumb-nav .breadcrumb {
        margin: 0;
        background: 0 0;
        color: #707473;
        text-transform: capitalize;
        font-weight: 300;
        font-size: 12px;
        padding: 0 0 0 3px;
		color: aliceblue;
    }

.breadcrumb > li, .pagination {
    display: inline-block;
}

.breadcrumb-nav .breadcrumb a {
    color: #fff;
}

.breadcrumb-nav .breadcrumb > li + li:before {
    color: #fff;
    padding: 0 3px 0 6px;
}

.breadcrumb > li + li:before {
    content: '/\00a0';
    padding: 0 5px;
    color: #ccc;
}

.pddetail {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    text-align: justify;
    padding: 15px;
}

/*分页*/
/*页码*/
.page {
    padding: 3em 0;
    text-align: center;
}

    .page em, .page b, .page a, .page strong {
        display: inline-block;
        padding: 0px 10px;
        text-align: center;
        margin: 0 6px;
        background: #f2f3f5;
        line-height: 30px;
        color: #333333;
    }

    .page .first, .page .last, .page .next, .page .prev {
        background-color: #f2f3f5;
        font-style: normal;
        color: #333;
    }

    .page em {
        color: #888;
    }

    .page b {
        background-color: #2a79d1;
        color: #fff;
    }

    .page strong {
        background-color: #e56000;
        color: #fff;
    }

    .page a:hover {
        background-color: #fff1eb;
    }


/*列表页*/
.techwarp {
    margin: 30px 0px;
    display: block;
    position: relative;
    overflow: hidden;
}

    .techwarp .customized {
        float: left;
        width: 250px;
        overflow: hidden;
        display: block;
    }

.relation-option {
    width: 220px;
    margin-right: 30px;
    flex: 1;
}

    .relation-option > li {
        overflow: hidden;
        background: #fff;
        border-bottom: 1px solid #f8f8f8;
        line-height: 49px;
    }

        .relation-option > li > a {
            display: block;
            height: 100%;
            padding-left: 20px;
            font-size: 14px;
            border-left: 4px solid #fff;
            color: #999;
        }

        .relation-option > li.active a, .relation-option > li:hover a {
            color: #333;
            border-left: 4px solid #ff6a00;
        }

.row .content-list {
	    margin-left: auto;
    margin-right: auto;
    width: 1440px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    
}

    .row .content-list .content-item {
		background: #fff;
		height:440px; 
    }

        .row .content-list .content-item:first-child {
            padding-top: 0px;
        }

.content-list .content-item a {
}

    .content-list .content-item a:hover {
        color: #545861;
    }

.content-list .content-item .image {
    flex-shrink: 0;
	height: 250px;
    overflow: hidden;
	padding: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-top: 0;
}

.content-list .content-item img {
    -webkit-transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.content-list .content-item a:hover img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
}

.content-list .content-item a:hover .baike-content-t1 {
    color: #e56000;
}


.content-item .baike-wrapper {
    display: flex;
    align-items: center;
	padding-left: 20px;
	padding-top: 25px;
}

.content-list .content-item .baike-content {
    display: flex;
    flex-direction: column;
}

    .content-list .content-item .baike-content .baike-content-t1 {
        font-size: 16px;
        font-weight: 700;
        color: #181C25;
        margin-bottom: 10px;
    }

        .content-list .content-item .baike-content .baike-content-t1:hover {
            color: #e56000;
        }


    .content-list .content-item .baike-content .baike-content-t2 {
        font-size: 13px;
        line-height: 2;
        color: #545861;
        margin-bottom: 20px;
        font-weight: 400;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        width: 100%;
    }

    .content-list .content-item .baike-content .baike-content-t3 {
        display: flex;
        height: 22px;
        color: #666;
    }

        .content-list .content-item .baike-content .baike-content-t3:hover {
            color: #545861;
        }


.row .none-item {
    border-bottom: 1px solid #f8f8f8;
    margin-bottom: 6px;
    padding-bottom: 6px;
}

    .row .none-item .date-bg {
        float: right;
        height: 22px;
        line-height: 22px;
        margin-bottom: 7px;
    }

        .row .none-item .date-bg span {
            padding: 0 6px;
        }

    .row .none-item a {
        color: #2e2d29;
        line-height: 22px;
    }


/**关于我们*/
.tab-navbar {
    height: 72px;
    width: 100%;
    display: flex;
    justify-content: center;
	margin-top: -50px;
	z-index: 1;
    /*border-bottom: 1px #DEE1E6 solid;*/
}

    .tab-navbar .tab-container {
        display: flex;
        width: 1440px;
        align-items: center;
    }

    .tab-navbar .tab-container {
        display: flex;
        width: 1440px;
        align-items: center;
		justify-content:center;
    }

        .tab-navbar .tab-container .tab-nav-item {
            display: block;
            box-sizing: border-box;
            padding: 12px 28px;
            font-size: 16px;
            margin-right: 20px;
            color: #181C25;
			background: #fff;
			box-shadow: 0px 6px 5px rgba(0,0,0,0.2);
        }

        .tab-navbar .tab-container .selected {
            background-image: linear-gradient(to right, #e14c00, #d92b06);
            color: #FFf;
        }

.about-job {
    display: flex;
    justify-content: center;
}

.about-job-list {
    width: 1440px;
    margin-top: 26px;
    margin-bottom: 100px;
}

/*.row .content-list {
    display: flex;
}*/

.about-job-head {
    height: 56px;
    background-color: #F5F7FA;
    display: flex;
    padding-left: 24px;
    align-items: center;
}

.about-job-list .about-job-head p {
    font-size: 18px;
    color: #181C25;
    font-weight: 400;
}

.el-collapse {
    border-top: 1px solid #EBEEF5;
    border-bottom: 1px solid #EBEEF5;
}

.el-collapse-item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    line-height: 48px;
    background-color: #FFF;
    color: #303133;
    cursor: pointer;
    border-bottom: 1px solid #EBEEF5;
    font-size: 13px;
    font-weight: 500;
    -webkit-transition: border-bottom-color .3s;
    transition: border-bottom-color .3s;
    outline: 0;
}

.el-collapse-item__header {
    padding-right: 24px;
    display: flex;
    padding-left: 24px;
    width: 1200px;
    box-sizing: border-box;
}

.el-collapse-item__arrow {
    margin: 0 8px 0 auto;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    font-weight: 300;
}

.el-collapse-item__arrow {
    margin: 0;
    margin-left: 4px;
}

.el-collapse-item__header .s1 {
    display: flex;
    width: 1135px;
}

    .el-collapse-item__header .s1 .job {
        width: 401px;
    }

    .el-collapse-item__header .s1 .time {
        width: 277px;
    }

    .el-collapse-item__header .s1 .place {
        width: 400px;
    }

.about-job-list .s1 p {
    color: #181C25;
    font-weight: 400;
}

.about-job-list p {
    font-size: 14px;
    color: #545861;
    font-weight: 400;
}

.el-collapse-item__wrap {
    will-change: height;
    background-color: #FFF;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #EBEEF5;
}

.el-collapse-item__content {
    padding: 40px 0 40px 33px;
}

.el-collapse-item__content {
    padding-bottom: 25px;
    font-size: 13px;
    color: #303133;
    line-height: 1.769230769230769;
}

.about-job-list h1 {
    font-size: 20px;
    font-weight: 500;
    color: #181C25;
}

.about-job-list p {
    font-size: 14px;
    color: #545861;
    font-weight: 400;
}

.about-job-list h2 {
    font-size: 16px;
    color: #181C25;
    font-weight: 400;
    margin: 40px 0 12px 0;
}

.about-job-list p {
    font-size: 14px;
    color: #545861;
    font-weight: 400;
}

.about-job-list .email {
    font-size: 16px;
    font-weight: 500;
    color: #181C25;
    margin-top: 40px;
}

.AboutContent {
    width: 100%;
    text-align: justify;
}

.AboutContent {
    padding-top: 30px;
    padding-bottom: 40px;
    font-size: 14px;
}

    .AboutContent h2 {
        font-size: 30px;
        color: #282828;
        font-weight: 500;
        margin-bottom: 30px;
        text-align: center;
    }

    .AboutContent p {
        font-size: 14px;
        line-height: 2;
        color: #666;
        font-weight: 500;
        text-align: justify;
        margin-bottom: 10px;
    }

    .AboutContent .item {
        padding: 30px 0;
        margin-bottom: 50px;
        overflow: hidden;
    }

        .AboutContent .item h3.title {
            font-size: 20px;
            letter-spacing: 2px;
            color: #282828;
            font-weight: 500;
            margin-bottom: 35px;
        }

.ant-row {
    position: relative;
    height: auto;
    margin-right: 0;
    margin-left: 0;
    zoom: 1;
    display: block;
    box-sizing: border-box;
}

.ant-col-12 {
    display: block;
    box-sizing: border-box;
    width: 50%;
}

.ant-col-12, .ant-col-13, .ant-col-14, .ant-col-15, .ant-col-16, .ant-col-17, .ant-col-18, .ant-col-19, .ant-col-20, .ant-col-21, .ant-col-22, .ant-col-23, .ant-col-24 {
    flex: 0 0 auto;
    float: left;
}

.AboutContent .vItem {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
}

.AboutContent .iconfont {
    position: absolute;
    left: 0;
    top: 0;
    color: #e56000;
    font-size: 24px;
}

.AboutContent .vItemTitle {
    font-size: 20px;
    line-height: 20px;
    color: #333;
    margin-bottom: 10px;
}

.AboutContent .vItemDesc {
    font-size: 14px;
    line-height: 14px;
    color: #999;
}

.AboutContent .itemMap {
    padding: 36px;
    box-shadow: 0 4px 18px rgb(0 120 225 / 10%);
    background-color: #fff;
    border: 1px solid #f1f1f1;
    overflow: hidden;
}

.ant-row {
    position: relative;
    height: auto;
    margin-right: 0;
    margin-left: 0;
    zoom: 1;
    display: block;
    box-sizing: border-box;
}

.AboutContent .itemMapText {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.AboutContent .itemMap ul li {
    list-style: none;
    font-size: 14px;
    line-height: 28px;
    color: #282828;
    margin-bottom: 10px;
}

    .AboutContent .itemMap ul li strong {
        width: 120px;
        float: left;
        color: #666;
    }

/*技术中心*/
.tab-help {
    width: 100%;
    background: #EEF0F4;
    height: 60px;
    overflow: hidden;
}

    .tab-help ul:after {
        clear: both;
    }

    .tab-help ul li {
        float: left;
        margin-right: 5px;
    }

        .tab-help ul li > a {
            display: block;
            width: 120px;
            position: relative;
            padding: 18px 28px 20px;
            font-size: 16px;
            line-height: 22px;
            color: #595961;
            border-bottom: solid 2px transparent;
        }

.text-lg {
    font-size: 16px;
}

.tab-help ul li.active > a, .tab-help ul li.active > a:hover {
    color: #e56000;
    border-bottom: solid 2px #e56000;
}

.detail {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0px 0px 60px 0px;
	margin-top: 50px;
}

    .detail .detail_nav {
        font-size: 12px;
        padding: 15px 0 28px;
        color: #A1A6AB;
    }

    .detail .detail_box {
        width: 870px;
        float: right;
        color: #68747F;
        font-size: 16px;
    }

        .detail .detail_box .title {
            color: #3E464C;
            font-size: 28px;
            padding-bottom: 10px;
            font-weight: 500;
        }

        .detail .detail_box .date {
            font-size: 14px;
        }

        .detail .detail_box .content {
            padding: 20px 0;
            line-height: 28px;
            min-height: 300px;
            word-break: break-all;
            font-family: '微软雅黑' !important;
            font-size: 14px;
            text-align: justify;
            border-top: solid 1px #ddd;
            padding-top: 20px;
            margin-top: 20px;
			color: #222;
        }

    .detail .tag_box {
        width: 100%;
        overflow: hidden;
        padding-top: 20px;
        font-size: 12px;
    }

        .detail .tag_box span {
            margin-right: 8px;
            padding: 2px 10px;
            background: white;
            border-radius: 2px;
            float: left;
            border: 1px solid #e0e4ea;
        }

    .detail .turn-page {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 30px;
        font-size: 14px;
    }

        .detail .turn-page a {
            color: #888;
        }
.detail .turn-page a:hover {
            color: #444;
        }

    .detail .recommend_box {
        width: 298px;
        overflow: hidden;
        float: left;
        padding: 15px 0 8px;
 
        background: white;
        border: 1px solid #e0e4ea;
        font-size: 12px;
    }

        .detail .recommend_box .title {
            font-size: 18px;
            color: #3E464C;
            font-weight: 500;
            padding: 0 15px 6px;
        }

        .detail .recommend_box .line {
            width: 34px;
            height: 3px;
            background: #e0e4ea;
            margin-left: 15px;
        }

        .detail .recommend_box ul {
            padding: 0 15px;
        }

            .detail .recommend_box ul li {
                border-bottom: 1px solid #E0E4EA;
                padding-bottom: 8px;
            }

                .detail .recommend_box ul li:last-child {
                    border-bottom: none;
                }

            .detail .recommend_box ul .recommend_title {
                margin: 8px 0 6px;
                color: #3E464C;
                overflow: hidden;
                position: relative;
                padding-left: 10px;
				font-size: 14px;
            }

                .detail .recommend_box ul .recommend_title i {
                    position: absolute;
                    left: 0;
                    top: 2px;
                    border: 4px solid transparent;
                    border-left-color: #ff5800;
                    width: 0;
                    height: 0;
                    margin-top: 3px;
                }

                .detail .recommend_box ul .recommend_title span {
                    font-weight: 500;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                }

            .detail .recommend_box ul .date {
                color: #A1A6AB;
                padding-left: 10px;
            }


/*底部版权模块*/
.footer {
    width: 100%;
    background: #fff;
    border-top: solid 1px #eee;
	box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.15)
}

    .footer .footer_service {
        width: 1440px;
        margin: 0 auto;
        padding: 30px 0 30px 0px;
        overflow: hidden;
        border-bottom: 1px solid #eee;
    }
.footer .footer_service .b-logo {
	float: left;
	width: 17%;
	
}
.footer .footer_service .b-logo ul {
	margin-top: 55px;
	
}
.footer .footer_service .b-logo ul li {
	list-style: none;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 15px;
	padding-left: 25px;
	
}
.footer .footer_service .b-logo ul li.con-l1{
	background:url(../images/img/tel1.png) no-repeat;
	
}
.footer .footer_service .b-logo ul li.con-l2{
	background:url(../images/img/mo1.png) no-repeat;
	
}
.footer .footer_service .b-logo ul li.con-l3{
	background:url(../images/img/email.png) no-repeat;
	
}

.footer .footer_service .b-logo .kefu {
	width: 100%;
	display: grid;     
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.footer .footer_service .b-logo .kefu a {
	 display: block;
	background: #222;
	line-height: 33px;
	border-radius: 20px;
	font-size: 14px;
	text-align: center;
	color: #fff;
}
.footer .footer_service .b-logo .kefu a:hover {color: antiquewhite;
}

.footer .footer_service .b-word {
	float: right;
	width: 74%;
	
}
.footer .footer_service .b-word .bot-xy {
	width: 100%;
	display: grid;     
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	border-bottom: 1px solid #efefef;
	height: 60px;
}
.footer .footer_service .b-word .bot-xy .bot-di1 {
	background: url(../images/img/bt-1.png) no-repeat;
	padding-left: 45px;
	line-height: 35px;
}
.footer .footer_service .b-word .bot-xy .bot-di2 {
	background: url(../images/img/bt-2.png) no-repeat;
	padding-left: 45px;
	line-height: 35px;
}
.footer .footer_service .b-word .bot-xy .bot-di3 {
	background: url(../images/img/bt-3.png) no-repeat;
	padding-left: 45px;
	line-height: 35px;
}
.footer .footer_service .b-word .bot-xy .bot-di4 {
	background: url(../images/img/bt-4.png) no-repeat;
	padding-left: 45px;
	line-height: 35px;
}




.footer .footer_service .b-word .bot-lin {
	display: grid;     
	grid-template-columns:63% 37%;
	margin-top: 30px;
}
.footer .footer_service .b-word .bot-lin .bot-nav {
	display: grid;     
	grid-template-columns:repeat(4, 1fr);
}
.footer .footer_service .b-word .bot-lin .bot-nav a {
	display: block;
	color: #666;
	font-size: 14px;
	line-height: 26px;
	
}
.footer .footer_service .b-word .bot-lin .bot-nav a.title-bot {
	font-size: 1rem;color: #000; margin-bottom: 10px;
}
.footer .footer_service .b-word .bot-lin .bot-nav a:hover { color: #e56000;} 



.footer .footer_service .b-word .bot-lin .ewm-bot {
	
}
.footer .footer_service .b-word .bot-lin .ewm-bot .wx-ewm img {float: left; width: 90px;
	
}
.footer .footer_service .b-word .bot-lin .ewm-bot .wx-ewm p {
	float: left; 
	margin-left: 10px;
	font-size: 18px;
	line-height: 36px;
}

/*        .footer .footer_service li {
            float: left;
        }

            .footer .footer_service li:nth-child(1) {width: 290px;
            }

            .footer .footer_service li:nth-child(2) {
                width: 290px;
            }

            .footer .footer_service li:nth-child(3) {
                width: 290px;
            }

            .footer .footer_service li:nth-child(4) {
                width: 356px;
            }

            .footer .footer_service li i {
                float: left;
                width: 50px;
                height: 50px;
            }

            .footer .footer_service li.item-4 i {
                background: url(../images/ewm1.png) no-repeat;
                background-size: 100%;
                margin-right: 20px;
            }

            .footer .footer_service li.item-4 img {
                float: left;
                width: 80px;
                height: 80px;
                margin-right: 10px;
                margin-top: -15px;
            }

            .footer .footer_service li .text .h3 {
                font-size: 18px;
                color: #121212;
                line-height: 1.55;
            }

            .footer .footer_service li .text .h4 {
                font-size: 18px;
                color: #121212;
                line-height: 3;
            }


    .footer .footer_infos {
        padding: 32px 0;
        width: 1440px;
        margin: 0 auto;
    }

        .footer .footer_infos .hot-line {
            color: #121212;
            line-height: 30px;
        }

            .footer .footer_infos .hot-line h4 {
                font-size: 18px;
                margin-bottom: 15px;
            }

                .footer .footer_infos .hot-line h4 img {
                    vertical-align: top;
                    margin: 0 10px 0 0;
                    max-width: 30px;
                }

            .footer .footer_infos .hot-line h3 {
                font-size: 18px;
                letter-spacing: 2px;
                line-height: 2;
            }

        .footer .footer_infos dl {
            float: left;
            margin-right: 130px;
        }

            .footer .footer_infos dl dt {
                font-size: 16px;
                line-height: 22px;
                color: #121212;
                margin-bottom: 24px;
            }

            .footer .footer_infos dl dd {
                font-size: 14px;
                line-height: 2;
                color: #121212;
            }

                .footer .footer_infos dl dd a {
                    color: #121212;
                }

                    .footer .footer_infos dl dd a:hover {
                        color: #121212;
                    }

        .footer .footer_infos .erweima li {
            float: left;
            margin-left: 46px;
            text-align: center;
        }

            .footer .footer_infos .erweima li img {
                max-width: 120px;
            }

            .footer .footer_infos .erweima li p {
                line-height: 24px;
                color: #121212;
                margin-top: 14px;
                font-size: 13px;
            }*/

    .footer .copyright {
        border-top: 1px solid #eee;
        padding: 10px 20px;
        flex-wrap: wrap;
    }

        .footer .copyright div {
            text-align: center;
            margin: 5px 0px;
        }

        .footer .copyright p, .footer .copyright a {
            text-align: center;
            line-height: 2;
            font-size: 16px;
            color: #121212;
        }

        .footer .copyright a {
            padding: 0 10px;
            border-right: solid 1px #d8d8d8;
        }

            .footer .copyright a:last-child {
                border: none;
            }
/*底部版本模块结束*/


/*顶部导航*/
.headwzsy{ float:left; font-size:15px; font-weight:800;  line-height:85px; padding-right:30px;}
.headUL {
    display: flex;
    width: 700px;  
}

    .headUL > li {
        flex: 1;
        line-height:85px;
        background: url(../images/top_bg1.png) left 35px  no-repeat; list-style:none; padding-left:20px;
    }

        .headUL > li .link {
            display: block;
            padding: 0 0 0 20px;
            font-size: 15px;
            font-weight: 800;
        }

            .headUL > li .link.onc {
                color: #e56000;
            }

/*顶部搜索框*/
.search {
    width: 280px;  
    position: absolute;
    right: 0;
    top: 25px;
    border-bottom: solid 1px #ccc;
}

 

 

 


.userop1 {
    position: absolute;
    right: 20px;
    top: 40px;
}

    .userop1 a {
        margin-left: 15px;
        font-size: 14px;
        border-right: solid 1px #ccc;
        padding-right: 15px;
    }

        .userop1 a:last-child {
            border: none;
            padding-right: 0;
        }


.headNav {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 8;
    width: inherit;
    min-width: 1440px;
    box-shadow: 0 3px 15px -12px rgba(0,0,0,.4);
   /* box-shadow: 0 0 3px 0 rgb(0 0 0 / 20%);*/
    background: #fff;
    height: 85px;
    padding-top: 85px;
    margin-top: -85px;
}

    .headNav.on {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
    }

        .headNav.on .headProduct {
            display: none;
        }

    .headNav .logo {
        padding: 5px 0;
        margin-right: 80px;
    }

        .headNav .logo img {
            display: block;
            height: 70px;
        }

.color009944 {
    color: #009944;
}

.color24b7b9 {
    color: #24b7b9;
}

.colorc9151e {
    color: #e56000;
}

.color1fa2dc {
    color: #1fa2dc;
}

.colorc83432 {
    color: #c83432;
}

.color66a3cb {
    color: #66a3cb;
}


.input input {
    width: 100%;
    background: transparent;
    border: 0;
    display: block;
    line-height: 24px;
    padding: 13px 0;
}

.input textarea {
    display: block;
    width: 100%;
    background: transparent;
    border: 0;
    height: 80%;
    padding-top: 13px;
}

.smallImg, .smallPx {
    color: #666;
    font-size: 12px;
}

    .smallPx p {
        margin-top: 7px;
    }


.searchNav .resultList dd {
    margin-right: 1.5%;
    margin-bottom: 1.5%;
    width: 15.1%;
}

    .searchNav .resultList dd > a {
        display: block;
        text-align: center;
    }

    .searchNav .resultList dd .lks {
        padding-bottom: 10px;
        box-shadow: 0 0 8px -1px rgba(0,0,0,.1);
    }

    .searchNav .resultList dd .imgSf {
        margin-bottom: 15px;
        padding: 10px;
    }

    .searchNav .resultList dd .alls {
        padding: 10px 0;
        text-align: center;
        border: 1px solid #e56000;
        margin: 15px 0 0 0;
        color: #e56000;
        background: #fff;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.searchNav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 3;
    display: none;
}

    .searchNav .searchLeft {
        margin-left: 226px;
        background: #fff;
        padding: 2%;
        border: 1px solid #e56000;
    }

.searchLeft dd {
    text-align: center;
}

.searchNav .resultList dd .alls:hover {
    background: #e56000;
    color: #fff;
}

.moreLooks22 {
    text-align: center;
    padding: 2% 0 0 0;
}

    .moreLooks22 a {
        display: inline-block;
        padding: 0 15px;
        margin: 0 10px;
        min-width: 70px;
        line-height: 38px;
        background: #e56000;
        color: #fff;
        font-size: 13px;
    }

        .moreLooks22 a:hover {
            background: #e56000;
            color: #fff;
        }

    .moreLooks22 .cancel {
        background: #888;
    }

.shares .bdsharebuttonbox .bdb:hover i {
    color: #F11333;
}

.colorlogo:hover {
    color: #F11333;
}

.scaleImg img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.scaleImg2 img:hover {
    transform: scale(1);
    -webkit-transform: scale(1);
}

a:hover {
    color: #e56000;
}

.bgred:hover {
    background: #000 !important;
}

.fixedRight .item:hover .showPadd {
    display: block;
}

.vsDL dd .moveProduct:hover {
    color: #AB1018;
}

.fixedRight .item:hover .vsProduct {
    display: block;
}

.searchDL dd > a:hover {
    background: #f5f5f5;
}

.headUL > li:hover .zeroItem > a {
    color: #e56000;
}

.headUL > li.on .link {
    color: #e56000;
}

.fixedRight .item {
    transition: .5s;
}

    .fixedRight .item:hover {
        background: #e56000;
        color: #fff;
    }

        .fixedRight .item:hover .num {
            background: #fff;
            color: #F11333;
        }

.scrollToTop {
    width: 30px;
    line-height: 30px;
}

.cloneHtml .leftNav2 {
    display: block;
    position: static;
    left: 0;
    padding: 0 10px 0 10px;
}

.linkPhone {
    display: block;
    text-align: right;
    left: 20px;
}

    .linkPhone.on span {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        display: inline-block;
    }

.footNav .font20 {
    font-size: 15px;
}

.smallPx {
    font-size: 14px;
}

.navMenu {
    display: block;
    width: 24px;
    height: 20px;
    position: relative;
}

    .navMenu span {
        border-radius: 2px;
        position: absolute;
        left: 0;
        background: #e56000;
        width: 100%;
        height: 2px;
        display: block;
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
    }

    .navMenu .line1 {
        top: 0;
    }

    .navMenu .line2 {
        top: 50%;
        margin-top: -1px;
    }

    .navMenu .line3 {
        bottom: 0;
    }

    .navMenu.on .line1 {
        transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        top: 50%;
        bottom: auto;
        margin-top: -1px;
    }

    .navMenu.on .line2 {
        transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        top: 50%;
        bottom: auto;
    }

    .navMenu.on .line3 {
        display: none;
    }


.phoneSearch.on .ps2 {
    display: block;
}

.phoneSearch.on .ps1 {
    display: none;
}

.searchNav .searchLeft {
    margin: 0;
}

.searchNav .autowidth {
    max-width: 100%;
}

@keyframes dh1 {
    from {
        transform: translate(0,100%) scale(0,1);
        opacity: 0;
    }

    to {
        transform: translate(0,0) scale(1,1);
        opacity: 1;
    }
}

@-webkit-keyframes dh1 {
    from {
        -webkit-transform: translate(0,100%) scale(0, 1);
        opacity: 0;
    }

    to {
        -webkit-transform: translate(0,0) scale(1,1);
        opacity: 1;
    }
}

/*对比*/
.compare-bubble {
    display: none;
    width: 440px;
    right: 70px;
    bottom: 110px;
    border: 1px solid #eaeaea;
    position: fixed;
    background: #ffffff;
    z-index: 99999;
    box-shadow: 0 0 15px -8px rgb(0 0 0 / 50%);
}

    /*.compare-bubble::before {
        content: '';
        width: 0;
        height: 0;
        border: 10px solid;
        position: absolute;
        bottom: 50%;
        right: -20px;
        border-color: transparent transparent transparent #e56000;
    }*/

    .compare-bubble .compare-container-toolbar {
    }

    .compare-bubble .compare-head {
        background: #f8f8f8;
        padding: 10px;
        margin-bottom: 10px;
    }

        .compare-bubble .compare-head h2 {
            font-size: 14px;
        }

        .compare-bubble .compare-head a {
            position: absolute;
            right: 20px;
            top: 10px;
            font-size: 16px;
        }

    .compare-bubble .compare-container-toolbar .compare-content {
        overflow: hidden;
        padding: 10px;
        border-bottom: 1px #EEEEEE solid;
        text-align: left;
    }

        .compare-bubble .compare-container-toolbar .compare-content .compare-left {
            width: 90px;
            float: left;
            margin-right: 10px;
        }

            .compare-bubble .compare-container-toolbar .compare-content .compare-left img {
                width: 90px !important;
                height: 90px !important;
            }

        .compare-bubble .compare-container-toolbar .compare-content .compare-right {
            width: 300px;
            float: left;
        }

            .compare-bubble .compare-container-toolbar .compare-content .compare-right a {
                display: block;
            }

            .compare-bubble .compare-container-toolbar .compare-content .compare-right .compare-name {
                height: 58px;
            }

            .compare-bubble .compare-container-toolbar .compare-content .compare-right p {
                font-size: 13px;
                padding: 0;
                margin: 3px;
            }

        .compare-bubble .compare-container-toolbar .compare-content .compare-del {
            float: right;
            text-align: center;
            padding-top: 25px;
        }

            .compare-bubble .compare-container-toolbar .compare-content .compare-del i {
                font-size: 20px;
                color: #333;
                margin: 0;
            }

    .compare-bubble .compare-container-toolbar .compare-btn {
        width: 100%;
        overflow: hidden;
        margin-top: 10px;
        padding-bottom: 10px;
    }

        .compare-bubble .compare-container-toolbar .compare-btn .clear-all {
            width: 50%;
            float: left;
            text-align: center;
        }

            .compare-bubble .compare-container-toolbar .compare-btn .clear-all p {
                border: 1px solid #cccccc;
                padding: 5px 15px;
                border-radius: 5px;
                width: 80px;
                margin: auto;
                font-size: 13px;
                font-weight: 700;
            }

        .compare-bubble .compare-container-toolbar .compare-btn .compare-all {
            width: 50%;
            float: left;
            text-align: center;
        }

            .compare-bubble .compare-container-toolbar .compare-btn .compare-all p {
                border: 1px solid #e56000;
                padding: 5px 15px;
                border-radius: 5px;
                color: #ed1c24;
                width: 80px;
                margin: auto;
                font-size: 13px;
                font-weight: 700;
            }

        .compare-bubble .compare-container-toolbar .compare-btn .clear-all p:hover {
            background: #cccccc;
            color: #ffffff;
        }

        .compare-bubble .compare-container-toolbar .compare-btn .compare-all p:hover {
            background: #e56000;
            color: #f7f7f7;
        }



/*付款*/


.payment-box {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background: #fafafa;
    padding: 50px 60px 40px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

    .payment-box .top span {
        font-size: 24px;
        line-height: 30px;
        display: inline-block;
        position: relative;
    }

        .payment-box .top span i {
            font-size: 30px;
            color: #06da03;
            margin-right: 10px;
        }

    .payment-box .order {
        margin: 25px 0 35px;
        font-size: 14px;
        color: #999;
    }

        .payment-box .order span {
            margin-right: 30px;
        }

    .payment-box .total {
        font-size: 14px;
    }

        .payment-box .total em {
            font-size: 25px;
            color: #ed1c24;
        }

    .payment-box .time {
        margin-top: 15px;
        line-height: 20px;
        color: #666;
    }

        .payment-box .time i {
            font-size: 20px;
            margin-right: 10px;
            color: #e56000;
        }

        .payment-box .time em {
            color: #e47e17;
        }

        .payment-box .time span {
            margin-left: 20px;
            display: inline-block;
            padding: 0 15px;
            height: 22px;
            border: 1px solid #e5e5e5;
            border-radius: 12px;
            background: #ffffcc;
        }

            .payment-box .time span i {
                font-size: 20px;
                color: #e56000;
                margin-right: 10px;
            }

    .payment-box .view {
        margin: 30px 0;
        cursor: pointer;
        width: 155px;
        height: 55px;
        color: #ed1c24;
        font-size: 16px;
        text-align: center;
        line-height: 55px;
        border-radius: 5px;
        border: 1px solid #ed1c24;
    }

.payment-method {
    padding: 0 50px;
}

    .payment-method h3 {
        font-size: 18px;
        font-weight: normal;
    }

    .payment-method ul {
        overflow: hidden;
        padding: 20px 0;
    }

        .payment-method ul li {
            float: left;
            width: 144px;
            height: 52px;
            border: 1px solid #e5e5e5;
            margin-right: 30px;
            overflow: hidden;
            cursor: pointer;
            text-align: center;
        }

            .payment-method ul li i {
                font-size: 36px;
                line-height: 52px;
            }

            .payment-method ul li.selected {
                position: relative;
                border-color: #e56000;
            }

    .payment-method .btn {
        margin: 10px 0 30px;
        cursor: pointer;
        width: 155px;
        height: 55px;
        background: #ed1c24;
        color: #fff;
        font-size: 16px;
        text-align: center;
        line-height: 55px;
        border-radius: 5px;
        transition: background 0.2s ease-in;
    }

        .payment-method .btn:hover {
            background: #c6272d;
        }


.w-select {
    height: 30px;
    width: auto;
    padding-left: 5px;
    line-height: 28px;
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
}

.viewmethod {
    padding: 0 50px;
    text-align:center;
}

    .viewmethod .btn {
        margin: 10px 0 30px;
        cursor: pointer;
        width: 155px;
        height: 55px;
        background: #e56000;
        color: #fff;
        font-size: 16px;
        text-align: center;
        line-height: 55px;
        padding: 5px 10px;
        border-radius: 5px;
        transition: background 0.2s ease-in;
    }

        .viewmethod .btn:hover {
            background: #e56000;
        }


/*右侧固定栏*/

.right_nav {
    right: -65px;
    bottom: 100px;
    position: fixed;
    text-align: left;
    z-index: 999;
}

    .right_nav li {
        background: #b2b2b2;
        margin: 5px 0;
        padding: 8px 8px 8px 15px;
        cursor: pointer;
        position: relative;
        right: 0px;
        border-radius: 25px 0 0 25px;
    }

        .right_nav li .iconBox {
            text-align: center;
            overflow: hidden;
            display: flex;
            align-items: center;
        }

        .right_nav li i {
            color: #fff;
            font-size: 20px;
            margin-left: 4px;
        }

        .right_nav li img {
            width: 30px;
            height: 30px;
        }

        .right_nav li h4 {
            color: #fff;
            font-size: 13px;
            margin: 2px 0;
            margin-left: 15px;
        }

        .right_nav li:hover {
            background: #e56000
        }

    .right_nav .right_nav_num {
        color: #ffffff;
        background: #e56000;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        font-size: 12px;
        line-height: 16px;
        display: inline-block;
        text-align: center;
        position: absolute;
        border: 1px solid #e56000;
        top: 4px;
        left: 8px;
    }

    .right_nav li:hover .right_nav_num {
        border: 1px solid #ffffff;
    }

    .right_nav #jrmsg {
        position: fixed;
        bottom: 260px;
        right: 52px;
        z-index: 10000;
        width: 1px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        text-align: center;
        color: #fff;
        background: #e56000;
        display: none;
    }
/****/
.input-check {
    position: relative;
    display: inline-block;
    line-height: 0;
    width: 15px;
    height: 15px;
}

    .input-check input {
        position: absolute;
        left: 0;
        top: 0;
        width: 18px;
        height: 18px;
        border: 0;
        opacity: 0;
    }

    .input-check i {
        display: block;
        width: 100%;
        height: 100%;
        background: #fff;
        border: 1px solid #aaa;
        border-radius: 3px;
    }

    .input-check input:checked ~ i {
        background: url(../images/check3.png) center no-repeat #e56000;
        border-color: #e56000;
    }


.product-new {
    padding: 0px 10px;
    background: #e56000;
    font-size: 12px;
    color: #FFFFFF;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
}

    .product-new:hover {
        color: #fff !important;
    }

.cart-btn-disable {
    background: #999999 !important;
    border: #999999 1px solid !important;
}



/*分页*/
.pages {
    font-size: 14px;
    text-align: center;
    display: inline-block;
    height: 32px;
    line-height: 32px;
}

    .pages a {
        color: #666;
        background-color: #fff;
        border: 1px solid #d9dbdc;
        margin-right: 5px;
        padding: 7px 10px;
        text-decoration: none !important
    }

        .pages a:hover {
            color: #e56000;
            background-color: #fff
        }

    .pages strong {
        font-weight: normal;
        background-color: #e56000;
        border-color: #e56000;
        color: #FFFFFF;
        margin-right: 5px;
        padding: 8px 15px
    }

    .pages .back {
    }

    .pages .next {
    }

    .pages .first {
    }

    .pages .last {
    }



/*右下角客服样式*/
@keyframes scaleToggleOne {
    0 {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    50% {
        transform: scale(2);
        -webkit-transform: scale(2)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes scaleToggleTwo {
    0 {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    20% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    60% {
        transform: scale(2);
        -webkit-transform: scale(2)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes scaleToggleThree {
    0 {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    33% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    66% {
        transform: scale(2);
        -webkit-transform: scale(2)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.livechat-girl {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: fixed;
    top: 45%;
    right: 0px;
    opacity: 0;
    -webkit-box-shadow: 0 5px 10px 0 rgba(35,50,56,.3);
    box-shadow: 0 5px 10px 0 rgba(35,50,56,.3);
    z-index: 700;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    cursor: pointer;
    -webkit-transition: all 1s cubic-bezier(.86, 0, .07, 1);
    transition: all 1s cubic-bezier(.86, 0, .07, 1)
}

    .livechat-girl:focus {
        outline: 0
    }

    .livechat-girl.animated {
        opacity: 1;
        transform: translateY(-40px);
        -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px)
    }

    .livechat-girl:after {
        content: '';
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-image: linear-gradient(to bottom, #26c7fc, #26c7fc);
        position: absolute;
        right: 1px;
        top: 1px;
        z-index: 50
    }

    .livechat-girl .girl {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        z-index: 50
    }

    .livechat-girl .animated-circles .circle {
        background: rgba(38,199,252,.25);
        width: 60px;
        height: 60px;
        border-radius: 50%;
        position: absolute;
        z-index: 49;
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    .livechat-girl .animated-circles.animated .c-1 {
        animation: 2s scaleToggleOne cubic-bezier(.25, .46, .45, .94) forwards
    }

    .livechat-girl .animated-circles.animated .c-2 {
        animation: 2.5s scaleToggleTwo cubic-bezier(.25, .46, .45, .94) forwards
    }

    .livechat-girl .animated-circles.animated .c-3 {
        animation: 3s scaleToggleThree cubic-bezier(.25, .46, .45, .94) forwards
    }

    .livechat-girl.animation-stopped .circle {
        opacity: 0 !important
    }

    .livechat-girl.animation-stopped .circle {
        opacity: 0 !important
    }

    .livechat-girl .livechat-hint {
        position: absolute;
        right: 40px;
        top: 50%;
        margin-top: -20px;
        opacity: 0;
        z-index: 0;
        -webkit-transition: all .3s cubic-bezier(.86, 0, .07, 1);
        transition: all .3s cubic-bezier(.86, 0, .07, 1)
    }

        .livechat-girl .livechat-hint.show_hint {
            -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
            opacity: 1
        }

        .livechat-girl .livechat-hint.hide_hint {
            opacity: 0;
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }

        .livechat-girl .livechat-hint.rd-notice-tooltip {
            max-width: 1296px !important
        }

            .livechat-girl .livechat-hint.rd-notice-tooltip .rd-notice-content {
                width: auto;
                overflow: hidden;
                text-overflow: ellipsis
            }

@media only screen and (max-width:1599px) {
    .livechat-girl .livechat-hint.rd-notice-tooltip {
        max-width: 1060px !important
    }
}

@media only screen and (max-width:1309px) {
    .livechat-girl .livechat-hint.rd-notice-tooltip {
        max-width: 984px !important
    }
}

@media only screen and (max-width:1124px) {
    .livechat-girl .livechat-hint.rd-notice-tooltip {
        max-width: 600px !important
    }
}

.rd-notice-tooltip {
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.2);
    box-shadow: 0 2px 2px rgba(0,0,0,.2);
    font-size: 14px;
    border-radius: 3px;
    line-height: 1.25;
    position: absolute;
    z-index: 65;
    max-width: 350px;
    opacity: 1
}

    .rd-notice-tooltip:after {
        position: absolute;
        display: block;
        content: '';
        height: 20px;
        width: 20px;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        z-index: 50
    }

    .rd-notice-tooltip .rd-notice-content {
        background: 0;
        border-radius: 3px;
        width: 100%;
        color: #fff;
        position: relative;
        z-index: 60;
        padding: 20px;
        font-weight: 400;
        line-height: 1.45
    }

.rd-notice-type-success {
    background-color: #26c7fc;
    -webkit-box-shadow: 0 5px 10px 0 rgba(38,199,252,.2);
    box-shadow: 0 5px 10px 0 rgba(38,199,252,.2)
}

    .rd-notice-type-success .rd-notice-content {
        background-color: #26c7fc
    }

    .rd-notice-type-success:after {
        background-color: #26c7fc;
        -webkit-box-shadow: 0 5px 10px 0 rgba(38,199,252,.2);
        box-shadow: 0 5px 10px 0 rgba(38,199,252,.2)
    }

.rd-notice-position-left {
    margin-left: -20px
}

    .rd-notice-position-left:after {
        right: -6px;
        top: 50%;
        margin-top: -10px
    }

.rd-notice-tooltip.single-line .rd-notice-content {
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    white-space: nowrap
}
.fleft{ float:left}
.fright{ float:right;}
.clear{ clear:both;}
.zuojianjie { width:1200px; margin:0 auto; line-height:30px; padding-top:10px; font-size:16px; font-weight:100;text-align: center;}
.zuojianjie img { max-height: 400px; width: auto;vertical-align: middle;}

 

 
.sousuokuang{ width:170px; height:24px; border:none; background:none; line-height:25px;}
.sousuobtn{ width:36px; height:26px; border:none; background:none; margin-right:20px; }

.gundongchanpin{ width:1200px; margin:0 auto; padding-bottom:30px; }

 .qimo8azn{ overflow:hidden; width:1200px; margin:0 auto;}
.qimo8azn .qimoa {/*width:99999999px;*/width:8000%;  margin-top:10px;}
.qimo8azn .qimoa div{ float:left;}
.qimo8azn .qimoa a{ display:block;  line-height:30px; color:#343434; text-align:center; margin-right:5px; float:left;}
.qimo8azn .qimoa a:hover{color:#a00219; font-weight:bold;}
.qimo8azn .qimoa a img{  margin-top:5px; }




/* 产品组容器 - 改进版 */
.product-group {
    display: grid;
    grid-template-columns: 275px 1fr;
    gap: 0;
    margin-bottom: 40px;
    min-height: 0;  /* 允许内容决定高度 */
}

/* 左侧导航栏 */
.left-sidebar {
/*background-color:#ed6c37;*/
	background-image: url(../images/img/bg-pro.jpg);
    color: white;
    padding: 27px 20px 0px 20px;
    display: flex;
    flex-direction: column;
}

/* 右侧产品区域 */
.right-content {
    background-color: #f5f5f5;
    padding-left: 30px; padding-right: 10px;
    /*display: flex;*/
    flex-direction: column;
    min-height: 0;  /* 允许内容决定高度 */
}

/* 产品网格布局 */
.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    /* flex-grow: 1;*/
}

        /* 主容器 */
        .page-container {
            width: 100%;
            max-width: 1440px;
            margin: 0 auto;
        }
        
  
        
        .category-title {
            font-size: 1.4rem;
            font-weight: 700;
            margin-bottom: 20px;
        }
        
        .category-desc {
            font-size: 0.85rem;
            color: rgba(255, 255, 255, 0.85);
            line-height: 1.5;
            margin-bottom: 15px;
        }
		.new-a:hover { color: #ffc3aa;
	
}
        
        .product-image-container {
            width: 100%;
            aspect-ratio: 1/0.9;
          /*  background-color: rgba(255, 255, 255, 0.1);
            border-radius: 8px;*/
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
              /*   border: 1px solid rgba(255, 255, 255, 0.2);*/
            margin-top: auto;
        }
        
        .product-image-placeholder {
            color: rgba(255, 255, 255, 0.7);
            font-size: 1rem;
        }
        
       
 
        
        .product-card {
            background-color: #fff;
            /*border-radius: 8px;*/
            padding: 10px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
            border: 1px solid #eef1f5;
            transition: all 0.3s ease;
        }
        
        .product-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
            border-color: #dbeafe;
        }
        
        .product-image {
            /*width: 100%;
            aspect-ratio: 1/1;*/
			width: 250px;
			height: 180px;
            background-color: #f8fafc;
            border-radius: 6px;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            /*  border: 1px solid #e2e8f0;*/
        }
        
        .product-image-placeholder-white {
            color: #94a3b8;
            font-size: 0.9rem;
        }
        
        .product-title {
            font-size: 1rem;
            font-weight: 500;
            color: #000000;
            text-align: center;
        }
        
        /* 特殊产品样式 */
        .beam-analysis-card {
            border-left: 4px solid #3b82f6;
            background: linear-gradient(to bottom, #f0f9ff, white);
        }
        
        .beam-analysis-card .product-title {
            color: #1d4ed8;
        }
		
		
		
		
		
		
		     /* Banner容器样式 */
               .banner-container {
            width: 100%;
            height: 420px; padding-top:85px;
            overflow: hidden;
            position: relative;
        }
        
        .banner-slider {
            display: flex;
            width: 100%;
            height: 100%;
            transition: transform 0.8s ease-in-out;
        }
        
        .slide {
            min-width: 100%;
            height: 100%;
        }
        
        .slide-link {
            display: block;
            width: 100%;
            height: 100%;
        }
        
        .slide-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .banner-nav {
            position: absolute;
            top: 60%;
            transform: translateY(-50%);
            width: 100%;
            display: flex;
            justify-content: space-between;  
 
            z-index: 2;
        }
        
        .nav-btn {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background-color: rgba(0, 0, 0, 0.5);
            color: white;
            border: none;
            font-size: 20px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background-color 0.3s;
        }
        
        .nav-btn:hover {
            background-color: rgba(0, 0, 0, 0.8);
        }
        
        /* 图片数量按键样式 */
        .image-counter {
            position: absolute;
            bottom: 20px;
            left: 0;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 1;
        }
        
        .counter-dots {
            display: flex;
            gap: 12px;
            background-color: rgba(0, 0, 0, 0.3);
            padding: 8px 16px;
            border-radius: 20px;
        }
        
        .counter-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.5);
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .counter-dot:hover {
            background-color: rgba(255, 255, 255, 0.8);
            transform: scale(1.2);
        }
        
        .counter-dot.active {
            background-color: white;
            transform: scale(1.2);
        }
        
    