
/**
    *编辑器         \View\css\diy\editPageComm.css
    *编辑器-预览    \View\css\diy\pageCom.css
    *编辑器-发布    \Model\viewsRes\publish\comm.css
*/
@charset "utf-8";
/*----------------公共部分----------------*/
html{overflow-x:hidden; overflow-y:auto;}
body{ background-repeat:no-repeat; background-position:left top; position:relative; overflow-x: hidden;}
body, li, ul, ol, dl, dt, dd, form, input, textarea, h1, h2, h3, h4, h5, h6, p,select{ margin: 0px; padding: 0px; list-style-type:none; font-size: 12px; font:12px/1.5 tahoma,arial,"Microsoft YaHei";outline: 0 none; color:#333;}
em,i{font-style:normal;}
a{color:#333;}
a{text-decoration:none;}
*{margin:0px; padding:0px;outline: none !important;}
img {-ms-interpolation-mode:bicubic; border:none;}
.view{z-index: 1;position: absolute;}
.horizontal .view{position:relative; float:left;}
.vertical .view{position:relative;}
.view_contents{position:relative; width:100%; margin:0 auto; padding:0; z-index:10; height:100%; overflow: hidden; box-sizing: border-box;/*添加后，模块的内边距和边框不会再溢出*/}
.layout{ position: relative; width: 100%; margin: 0px auto; padding: 0px; z-index: 1;}
.layout > .view_contents{ /*overflow: visible;*/ cursor:default;}
/*流布局*/
.flow .view_contents > .view{float: left;}
.clear { clear: both; }
/*苹果去除样式*/
select,input[type='button'],input[type="reset"],input[type='submit'],input[type='text'],input[type="password"],input[name='query'],input[name='d']{-webkit-appearance: none; border-radius:0px}
input:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only;}

/*模块分页*/
.page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.page_btn a.cur,.page_btn a:hover{border:1px solid #4c4c4c;}
.prev_btn,.next_btn{font-family: '黑体' !important; border: 0 !important;}
.no_page{border: 0 !important;}
@media screen and (max-width:768px){
/*分页*/
.page_btn a:nth-child(n+5){display: none;}
.page_btn a:nth-last-child(1),.page_btn a:nth-last-child(2),.page_btn a:nth-last-child(3){display: inline-block !important;}
}

/*图片放大样式*/
.imgBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgBox img{ position: absolute; width: auto; max-width: 80%; /*max-height: 65%;*/ border: 20px solid #fff;top: 40%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); box-shadow: 0 0 10px rgba(0,0,0,.3);}
.imgBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgBox.scroll img{top:5%; margin-bottom: 5%; transform: translate(-50%,0%); -webkit-transform: translate(-50%,0%); -moz-transform: translate(-50%,0%); -o-transform: translate(-50%,0%);}
.pos_fixed{position: fixed; width: 100%;}
.imageButton{position: fixed; bottom: 15%; left: 50%; 
	-webkit-transform: translateX(-50%); 
	-moz-transform: translateX(-50%); 
	-ms-transform: translateX(-50%); 
	-o-transform: translateX(-50%); 
	transform: translateX(-50%); 
}
.imageButton span{display: inline-block; cursor:pointer; box-shadow: 0 0 6px rgba(0,0,0,.2);
	-webkit-transition: all ease .2s; 
	-moz-transition: all ease .2s; 
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s; 
	transition: all ease .2s; 
}
.imageButton span:hover{opacity: .8;}
.imageButton span.closeShowPic{ font-size: 40px; border-radius: 100%;font-family: serif; line-height: 1; background-color: #fff; padding: .2em; text-align: center;}
@media screen and (max-width: 768px){/*mobi*/
	.imgBox img{border-width: 10px;}
	.imgBox.scroll img{top:5%; margin-bottom: 10vh;}
}

    .jurisdiction_mask{
        top: 0;
        left: 0;
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0,0.5);
        z-index: 2147483647;
		display:none;
    }
    .jurisdiction_tips{
        width: 400px;
        background: #ffffff;
        position: absolute;
        left: 50%;
        top: 45%;
        -ms-transform:translate(-50%,-50%);
        -webkit-transform:translate(-50%,-50%);
        -o-transform:translate(-50%,-50%);
        -moz-transform:translate(-50%,-50%);
        transform:translate(-50%,-50%);
        padding: 23px 20px;
        box-sizing: border-box;
        text-align: center;
    }
    .jurisdiction_tips img{
        display: block;
        margin: 0 auto;
    }
    .jurisdiction_tips h3{
        font-size: 18px;
        font-weight: 400;
        line-height: 40px;color: #575757;
        text-align: center;
        margin: 5px 0 0;
    }
    .jurisdiction_tips p{
        color: #999;
        font-size: 16px;
        text-align: center;
        font-weight: 300;
        margin: 0;
    }
    .jurisdiction_tips button{
        color: #fff;
        font-size: 12px;
        padding: 10px 0;
        margin: 10px 3px 0;
        background-color: #aaa;
        cursor: pointer;
        display: inline-block;
        box-sizing: border-box;
        border: none;
        outline: none !important;
        width: 98px;
    }
    .jurisdiction_tips .jurisdiction_login{
        background: #ff0099;
    }
    .jurisdiction_tips button:hover{
        opacity: 0.8;
    }
    .jurisdiction_tips_mobile{
        display: none;
    }
    @media screen and (max-width: 450px){
        .jurisdiction_tips{
            width: 80%;
            padding: 20px 15px;
        }
        .jurisdiction_tips p{
            display: none;
        }
        .jurisdiction_tips .jurisdiction_tips_mobile{
            display: block;
        }
        .jurisdiction_tips img{width: 60px;}
        .jurisdiction_tips h3{font-size: 16px;}
        .jurisdiction_tips p{
            font-size: 14px;
        }
        .jurisdiction_tips button{margin-top: 12px;padding: 8px 0;}
    }
/*----------------------电脑板式样式----------------------*/

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {

}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {

}
body{ background-repeat:repeat; }
body{ background-attachment:fixed; }
body{ background-position:left top ; }



 #text_style_01_1540783853267{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:12.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1540783853267{left:0%;width:50%;top:7.5px;}}   @media screen and (max-width:640px) {#text_style_01_1540783853267{width:96%;font-size:12px;color:#333;line-height:1.6;top:3.5px;left:2%;}}  #text_style_01_1540783853267>.view_contents {box-sizing:border-box;font-size:14px;color:#ffffff;line-height:1.8;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1540783853267>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1540783853267>.view_contents {box-sizing:border-box;font-size:12px;color:#ffffff;line-height:1.6;}}

 #user_style_05_1540783964770{width:35.41666666666667%;position:absolute;left:13.458333333333334%;top:14.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#user_style_05_1540783964770{left:17.58632596685083%;width:52.14521452145215%;top:9.5px;}}   @media screen and (max-width:640px) {#user_style_05_1540783964770{width:96%;top:81px;left:2%;display:none;}}  #user_style_05_1540783964770 .textSet {font-size:14px;color:#ffffff;text-align:left;font-weight:normal;}
/*----------------------电脑板式样式----------------------*/
#user_style_05_1540783964770 {
	
}
#user_style_05_1540783964770 li>a{ font-size:14px;}
#user_style_05_1515729126536 li.showpRegistered{ background:#373737;}
#user_style_05_1515729126536 li.showpLogin{ background:#789DE8;}
#user_style_05_1515729126536 .Login_after{ height:40px; line-height:40px;}
#user_style_05_1540783964770 .Login_after a{ font-size:14px; color:#ffffff!important; font-family:'微软雅黑';}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#user_style_05_1540783964770{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#user_style_05_1540783964770{
		
	}
}

 #cart_style_7_1540784557768{width:11.5%;height:42px;position:absolute;left:88.5%;top:4px;}   @media screen and (min-width:641px) and (max-width:1200px) {#cart_style_7_1540784557768{left:85.30386740331491%;width:14.696132596685082%;height:30px;top:4.5px;}}   @media screen and (max-width:640px) {#cart_style_7_1540784557768{width:96%;height:42px;top:0px;left:2%;display:none;}} 
/*----------------------电脑板式样式----------------------*/
#cart_style_7_1540784557768{
	
}
#cart_style_7_1540784557768 .jscartStyle7{background-color:transparent!important;border:0px;color:#ffffff;font-size:14px;}
#cart_style_7_1540784557768 .jscartStyle7 .cartNum .sarr{display:none;}
#cart_style_7_1540784557768 .jscartStyle7 .jscartContent{text-align:left;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#cart_style_7_1540784557768{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#cart_style_7_1540784557768{
		
	}
}

 #image_logo_1540785368698{width:19%;height:65px;position:absolute;left:0%;top:80px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1540785368698{left:0%;width:24.53038674033149%;height:55px;top:70px;}}   @media screen and (max-width:640px) {#image_logo_1540785368698{width:228px;height:34px;top:38px;left:1.9970703125%;}} 

 #searchbox_style_01_1540785438202{width:33.08333333333333%;position:absolute;left:66.91666666666667%;top:80px;}   @media screen and (min-width:641px) and (max-width:1200px) {#searchbox_style_01_1540785438202{left:63.646408839779%;width:36.353591160220994%;top:66px;}}   @media screen and (max-width:640px) {#searchbox_style_01_1540785438202{width:96%;top:187px;left:2%;display:none;}} #searchbox_style_01_1540785438202 > .view_contents{overflow:visible;}  #searchbox_style_01_1540785438202 .btnaSet {background:#1aa034;color:#ffffff;border-color:#1aa034;} #searchbox_style_01_1540785438202 .inputSet {border-color:#1aa034;} #searchbox_style_01_1540785438202 .searchIcoSet {color:#1aa034;} @media screen and (min-width:641px) and (max-width:1200px) { #searchbox_style_01_1540785438202 .searchIcoSet {line-height:18px;}} @media screen and (min-width:641px) and (max-width:1200px) { #searchbox_style_01_1540785438202 .btnaSet {height:40px;line-height:40px;}} @media screen and (min-width:641px) and (max-width:1200px) { #searchbox_style_01_1540785438202 .inputSet {line-height:26px;font-size:14px;padding-left:43px;padding-bottom:0px;padding-top:0px;}} @media screen and (min-width:641px) and (max-width:1200px) { #searchbox_style_01_1540785438202 .kwSet {font-size:12px;}}

 #dh_style_11_1540792053722{width:88%;z-index:999;position:absolute;left:0%;top:175px;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_11_1540792053722{z-index:999;left:0%;width:85.74585635359117%;top:155px;}}   @media screen and (max-width:640px) {#dh_style_11_1540792053722{width:14.6875%;z-index:999;top:33px;left:85.4345703125%;}} #dh_style_11_1540792053722 > .view_contents{overflow:visible;}  #dh_style_11_1540792053722 .mainMenuSet {font-size:16px;padding-top:0px;padding-bottom:0px;padding-left:0px;padding-right:0px;line-height:50px;color:#ffffff;} #dh_style_11_1540792053722 .mainMenuSet:hover {color:#1aa034;background:#ffffff;} #dh_style_11_1540792053722 #hot>a {color:#1aa034;background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_11_1540792053722 .mainMenuSet {line-height:40px;}} @media screen and (max-width:640px) { #dh_style_11_1540792053722 .mainMenuSet:hover {background:transparent;font-size:16px;font-weight:bold;line-height:40px;height:40px;}} @media screen and (max-width:640px) { #dh_style_11_1540792053722 #hot>a {background:transparent;font-size:16px;font-weight:bold;line-height:40px;height:40px;}} @media screen and (max-width:640px) { #dh_style_11_1540792053722 .mainMenuSet {line-height:40px;height:40px;}}
 #div_a_includeBlock_1540783741589{width:1200px;height:225px;position:absolute;top:0px;left:calc(50% - 600px);z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1540783741589{left:2%;top:0px;width:96%;height:195px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1540783741589{width:100%;height:83px;top:0px;left:0%;}} 

 #div_blank_1540783766694{width:100%;height:50px;position:absolute;top:0%;left:0%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1540783766694{height:40px;}}   @media screen and (max-width:640px) {#div_blank_1540783766694{width:100%;height:26px;top:0px;left:0%;}} #div_blank_1540783766694 > .view_contents{overflow:visible;}  #div_blank_1540783766694  {box-sizing:border-box;background:#333333;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1540783766694  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1540783766694  {box-sizing:border-box;}}

 #div_blank_1540791676378{width:100%;height:50px;position:absolute;top:175px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1540791676378{height:40px;left:calc(50% - 471.5px);top:155px;}}   @media screen and (max-width:640px) {#div_blank_1540791676378{width:96%;height:200px;top:519px;left:2%;display:none;}} #div_blank_1540791676378 > .view_contents{overflow:visible;}  #div_blank_1540791676378  {box-sizing:border-box;background:#1aa034;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1540791676378  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1540791676378  {box-sizing:border-box;}} #comm_layout_header{height:225px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:195px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:83px;z-index:999;}} #comm_layout_header > .view_contents{overflow:visible;}  #comm_layout_header  {background:#ffffff;}

/*
 #image_style_01_1538203384176{width:1920px;height:750px;position:absolute;top:0px;left:calc(50% - 960px);z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1538203384176{width:100%;left:0%;top:0px;height:368px;}}   @media screen and (max-width:640px) {#image_style_01_1538203384176{width:100%;height:137px;top:0px;left:0%;}} #image_style_01_1538203384176 > .view_contents{overflow:visible;}  #layout_1532758625867{height:750px;z-index:9999;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1532758625867{height:368px;}}   @media screen and (max-width:640px) {#layout_1532758625867{height:137px;z-index:1;}} #layout_1532758625867 > .view_contents{overflow:visible;max-width:1200px;} 
*/

 #image_style_01_1540777001244{width:100%;height:52px;position:absolute;top:70px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1540777001244{left:2.014846235418876%;top:49.5px;height:45px;width:96%;}}   @media screen and (max-width:640px) {#image_style_01_1540777001244{width:96%;height:28px;top:26px;left:1.9970703125%;}} #image_style_01_1540777001244 > .view_contents{overflow:visible;} 

 #text_style_01_1540777043184{width:14.499999999999998%;font-size:32px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:66.5px;left:42.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1540777043184{left:42.735949098621425%;top:48px;}}   @media screen and (max-width:640px) {#text_style_01_1540777043184{width:55.625%;font-size:12px;color:#333;line-height:1.6;top:26px;left:22.1875%;display:block;}}  #text_style_01_1540777043184>.view_contents {box-sizing:border-box;font-size:32px;color:#ffffff;line-height:1.8;font-family:Microsoft YaHei;text-align:center;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1540777043184>.view_contents {box-sizing:border-box;font-size:26px;}} @media screen and (max-width:640px) { #text_style_01_1540777043184>.view_contents {box-sizing:border-box;font-size:18px;color:#ffffff;line-height:1.6;}} #layout_1540776987788{height:193px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1540776987788{height:144px;}}   @media screen and (max-width:640px) {#layout_1540776987788{height:80px;display:none;}} #layout_1540776987788 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_12_1538205680165{width:1200px;position:absolute;top:0px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_12_1538205680165{width:96%;left:2.014846235418876%;}}   @media screen and (max-width:640px) {#image_style_12_1538205680165{width:96%;top:0px;left:2%;display:none;}} #image_style_12_1538205680165 > .view_contents{overflow:visible;}  #image_style_12_1538205680165 .titleSet {font-size:18px;font-weight:bold;padding-bottom:0px;padding-right:0px;margin-bottom:0px;line-height:32px;padding-top:18px;color:#1aa034;} #image_style_12_1538205680165 .detailSet {font-size:16px;padding-top:0px;} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_12_1538205680165 .titleSet {font-size:16px;}} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_12_1538205680165 .detailSet {font-size:14px;}}
/*----------------------电脑板式样式----------------------*/
#image_style_12_1538205680165{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_12_1538205680165{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#image_style_12_1538205680165{
		
	}
}

 #image_style_12_1538969228441{width:70%;display:none;position:absolute;left:15%;top:98.265625px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_12_1538969228441{width:90%;display:none;left:5%;top:98.265625px;}}   @media screen and (max-width:640px) {#image_style_12_1538969228441{width:92%;display:block;top:21px;left:4%;}} #image_style_12_1538969228441 > .view_contents{overflow:visible;}  @media screen and (max-width:640px) { #image_style_12_1538969228441 .titleSet {font-size:12px;}} #layout_1536544846215{height:414px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1536544846215{height:322px;}}   @media screen and (max-width:640px) {#layout_1536544846215{height:115px;}} #layout_1536544846215 > .view_contents{overflow:visible;max-width:1200px;} 



 #text_style_01_1540525089780{width:58.3793738489871%;font-size:32px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:15px;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1540525089780{}}   @media screen and (max-width:640px) {#text_style_01_1540525089780{width:45.3125%;font-size:12px;color:#333;line-height:1.6;top:0px;left:27.34375%;}}  #text_style_01_1540525089780>.view_contents {box-sizing:border-box;font-size:24px;color:#1aa034;line-height:1.8;font-family:Microsoft YaHei;text-align:left;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1540525089780>.view_contents {box-sizing:border-box;font-size:20px;}} @media screen and (max-width:640px) { #text_style_01_1540525089780>.view_contents {box-sizing:border-box;font-size:12px;color:#be030e;line-height:1.6;}}

 #text_style_01_1540525089801{width:59.25%;font-size:32px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:58px;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1540525089801{left:0%;top:51px;}}   @media screen and (max-width:640px) {#text_style_01_1540525089801{width:17.1875%;font-size:12px;color:#333;line-height:1.6;top:28px;left:41.40625%;}}  #text_style_01_1540525089801>.view_contents {box-sizing:border-box;font-size:16px;color:#333;line-height:16px;font-family:Microsoft YaHei;text-align:left;border-style:none;border-width:0px;border-bottom:none;border-left:none;border-top:none;border-right:none;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1540525089801>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1540525089801>.view_contents {box-sizing:border-box;font-size:12px;color:#333;line-height:1.6;}}
 #div_a_includeBlock_1540525098785{width:45.25%;height:98px;position:absolute;top:15px;left:0%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1540525098785{left:1.9999337221633087%;top:14px;height:89px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1540525098785{width:100%;height:300px;top:0px;left:0%;display:none;}} 


 #image_style_01_1540525089844{width:56px;height:56px;position:absolute;top:40.984375px;left:13.078327922077923%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1540525089844{left:9.164772727272727%;top:30.5px;}}   @media screen and (max-width:640px) {#image_style_01_1540525089844{width:8.25082508250825%;height:25px;top:0px;left:45.87458745874588%;}} #image_style_01_1540525089844 > .view_contents{overflow:visible;} 

 #text_style_01_1540525089849{width:25.992779783393498%;font-size:32px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:36px;left:37.87540584415584%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1540525089849{left:calc(50% - 39px);top:29px;}}   @media screen and (max-width:640px) {#text_style_01_1540525089849{width:18.75%;font-size:12px;color:#333;line-height:1.6;top:25px;left:40.625%;}}  #text_style_01_1540525089849>.view_contents {box-sizing:border-box;font-size:16px;color:#ffffff;line-height:1.8;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1540525089849>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1540525089849>.view_contents {box-sizing:border-box;font-size:12px;color:#ffffff;line-height:1.6;}}

 #text_style_01_1540525089856{width:56.16883116883117%;font-size:32px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:55.984375px;left:37.87540584415584%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1540525089856{left:37%;top:51.5px;}}   @media screen and (max-width:640px) {#text_style_01_1540525089856{width:27.187499999999993%;font-size:12px;color:#333;line-height:1.6;top:53px;left:36.40625%;}}  #text_style_01_1540525089856>.view_contents {box-sizing:border-box;font-size:24px;color:#ffffff;line-height:1.8;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1540525089856>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1540525089856>.view_contents {box-sizing:border-box;font-size:12px;color:#ffffff;line-height:1.6;}}
 #div_a_includeBlock_1540526106213{width:35%;height:128px;position:absolute;top:0px;left:65%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1540526106213{height:117px;width:275px;left:70.83278101802757%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1540526106213{width:100%;height:300px;top:0px;left:0%;display:none;}}  #div_a_includeBlock_1540526106213  {background:#1aa034;} #layout_1540525089779{height:128px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1540525089779{height:117px;}}   @media screen and (max-width:640px) {#layout_1540525089779{height:11px;}} #layout_1540525089779 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1540525089779  {background:#f0f0f0;}


 #image_style_01_1540540099324{width:800px;height:400px;position:absolute;left:0%;top:70px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1540540099324{height:320px;width:62%;left:2%;top:50px;}}   @media screen and (max-width:640px) {#image_style_01_1540540099324{width:94%;height:154px;top:26px;left:3.125%;}} #image_style_01_1540540099324 > .view_contents{overflow:visible;} 


 #productList_style_16_1540540109451{width:86%;position:absolute;top:56px;left:7.000000000000001%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_16_1540540109451{top:40px;left:10.845015576323988%;z-index:1;}}   @media screen and (max-width:640px) {#productList_style_16_1540540109451{width:86.97068403908796%;top:13px;left:6.514657980456026%;}} #productList_style_16_1540540109451 > .view_contents{overflow:visible;}  #productList_style_16_1540540109451 .titleSet {border-style:none;border-width:0px;font-size:32px;font-weight:bold;text-align:center;color:#1aa034;} #productList_style_16_1540540109451 .detailSet {font-size:14px;color:#333333;padding-top:10px;padding-bottom:32px;} #productList_style_16_1540540109451 .unitSet {color:#ff7f00;font-weight:bold;font-size:30px;} #productList_style_16_1540540109451 .priceSet {color:#ff7f00;font-weight:bold;font-size:32px;} #productList_style_16_1540540109451 .btnaSet {font-size:18px;margin-top:24px;line-height:34px;height:34px;padding-left:40px;padding-right:40px;background:#1aa034;border-color:#1aa034;color:#ffffff;border-width:0px;box-shadow:transparent 0px 0px 0px inset;} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_16_1540540109451 .titleSet {font-size:24px;}} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_16_1540540109451 .detailSet {font-size:12px;padding-top:6px;padding-bottom:24px;}} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_16_1540540109451 .btnaSet {font-size:16px;height:30px;line-height:30px;margin-top:20px;padding-left:28px;padding-right:28px;}} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_16_1540540109451 .unitSet {font-size:24px;}} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_16_1540540109451 .priceSet {font-size:26px;}} @media screen and (max-width:640px) { #productList_style_16_1540540109451 .titleSet {font-size:18px;font-style:normal;font-weight:bold;}} @media screen and (max-width:640px) { #productList_style_16_1540540109451 .detailSet {font-size:12px;padding-top:2px;padding-bottom:21px;}} @media screen and (max-width:640px) { #productList_style_16_1540540109451 .priceSet {font-size:20px;}} @media screen and (max-width:640px) { #productList_style_16_1540540109451 .unitSet {font-size:18px;}} @media screen and (max-width:640px) { #productList_style_16_1540540109451 .btnaSet {font-size:14px;height:30px;line-height:30px;padding-left:20px;padding-right:20px;margin-top:12px;}}
/*----------------------电脑板式样式----------------------*/
#productList_style_16_1540540109451{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_16_1540540109451{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#productList_style_16_1540540109451{
		
	}
}
 #div_a_includeBlock_1540540099341{width:400px;height:400px;position:absolute;top:70px;left:66.66666666666666%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1540540099341{left:64.0%;top:50px;width:34%;height:320px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1540540099341{width:94%;height:215px;top:180px;left:3.125%;}}  @media screen and (max-width:640px) { #div_a_includeBlock_1540540099341  {background:rgba(26,160,52,0.1);}} #layout_1540540099323{height:470px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1540540099323{height:370px;}}   @media screen and (max-width:640px) {#layout_1540540099323{height:395px;}} #layout_1540540099323 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1540540099323  {background:#ffffff;}


 #image_style_01_1540542009915{width:800px;height:400px;position:absolute;left:calc(100% - 800px);top:50px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1540542009915{height:320px;width:62%;left:36%;top:40px;}}   @media screen and (max-width:640px) {#image_style_01_1540542009915{width:94%;height:154px;top:11px;left:3.125%;}} #image_style_01_1540542009915 > .view_contents{overflow:visible;} 


 #productList_style_16_1540542010268{width:85.75%;position:absolute;top:56px;left:7.124999999999999%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_16_1540542010268{top:40px;left:10.845015576323988%;z-index:1;}}   @media screen and (max-width:640px) {#productList_style_16_1540542010268{width:86.97068403908796%;top:13px;left:6.514657980456026%;}} #productList_style_16_1540542010268 > .view_contents{overflow:visible;}  #productList_style_16_1540542010268 .titleSet {border-style:none;border-width:0px;font-size:32px;font-weight:bold;text-align:center;color:#1aa034;} #productList_style_16_1540542010268 .detailSet {font-size:14px;color:#333333;padding-top:10px;padding-bottom:32px;} #productList_style_16_1540542010268 .unitSet {color:#ff7f00;font-weight:bold;font-size:30px;} #productList_style_16_1540542010268 .priceSet {color:#ff7f00;font-weight:bold;font-size:32px;} #productList_style_16_1540542010268 .btnaSet {font-size:18px;margin-top:24px;line-height:34px;height:34px;padding-left:40px;padding-right:40px;background:#1aa034;border-color:#1aa034;color:#ffffff;border-width:0px;box-shadow:transparent 0px 0px 0px inset;} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_16_1540542010268 .titleSet {font-size:24px;}} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_16_1540542010268 .detailSet {font-size:12px;padding-top:6px;padding-bottom:24px;}} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_16_1540542010268 .btnaSet {font-size:16px;height:30px;line-height:30px;margin-top:20px;padding-left:28px;padding-right:28px;}} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_16_1540542010268 .unitSet {font-size:24px;}} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_16_1540542010268 .priceSet {font-size:26px;}} @media screen and (max-width:640px) { #productList_style_16_1540542010268 .titleSet {font-size:18px;font-style:normal;font-weight:bold;}} @media screen and (max-width:640px) { #productList_style_16_1540542010268 .detailSet {font-size:12px;padding-top:2px;padding-bottom:21px;}} @media screen and (max-width:640px) { #productList_style_16_1540542010268 .priceSet {font-size:20px;}} @media screen and (max-width:640px) { #productList_style_16_1540542010268 .unitSet {font-size:18px;}} @media screen and (max-width:640px) { #productList_style_16_1540542010268 .btnaSet {font-size:14px;height:30px;line-height:30px;padding-left:20px;padding-right:20px;margin-top:12px;}}
/*----------------------电脑板式样式----------------------*/
#productList_style_16_1540542010268{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_16_1540542010268{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#productList_style_16_1540542010268{
		
	}
}
 #div_a_includeBlock_1540542009938{width:400px;height:400px;position:absolute;top:50px;left:0%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1540542009938{left:2%;top:40px;width:34%;height:320px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1540542009938{width:94%;height:213px;top:165px;left:3.125%;}}  @media screen and (max-width:640px) { #div_a_includeBlock_1540542009938  {background:rgba(26,160,52,0.1);}} #layout_1540542009913{height:450px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1540542009913{height:360px;}}   @media screen and (max-width:640px) {#layout_1540542009913{height:378px;}} #layout_1540542009913 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1540542009913  {background:#ffffff;}
 #layout_1540533563103{height:71px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1540533563103{height:50px;}}   @media screen and (max-width:640px) {#layout_1540533563103{height:26px;}} #layout_1540533563103 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_01_1540542213287{width:1920px;height:706px;position:absolute;top:0px;left:calc(50% - 960px);z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1540542213287{width:100%;left:0%;height:562px;z-index:1;}}   @media screen and (max-width:640px) {#image_style_01_1540542213287{width:100%;height:593px;top:0px;left:0%;z-index:1;}} #image_style_01_1540542213287 > .view_contents{overflow:visible;} 
/*----------------------电脑板式样式----------------------*/
#image_style_01_1540542213287{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1540542213287{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#image_style_01_1540542213287{
		
	}
}

 #productList_style_03_1540542213300{width:660px;left:45%;top:70px;position:absolute;z-index:6;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_03_1540542213300{width:52.38600212089077%;left:44.89329268292683%;top:50px;z-index:6;}}   @media screen and (max-width:640px) {#productList_style_03_1540542213300{width:96%;left:2%;top:193px;display:none;z-index:10;}} #productList_style_03_1540542213300 > .view_contents{overflow:visible;}  #productList_style_03_1540542213300 .titleSet {font-size:16px;color:#ffffff;} #productList_style_03_1540542213300 .modSet {padding-left:0px;padding-right:0px;margin-bottom:0px;padding-bottom:0px;} #productList_style_03_1540542213300 .priceSet {font-weight:bold;color:#1aa034;} #productList_style_03_1540542213300 .unitSet {font-size:20px;font-weight:bold;color:#1aa034;} #productList_style_03_1540542213300 .btnaSet {background:#1aa034;} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_03_1540542213300 .priceSet {font-size:20px;}} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_03_1540542213300 .unitSet {font-size:20px;}}
/*----------------------电脑板式样式----------------------*/
#productList_style_03_1540542213300{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_03_1540542213300{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#productList_style_03_1540542213300{
		
	}
}


 #image_style_01_1540542213550{width:100%;height:564px;position:absolute;top:1px;left:0%;z-index:5;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1540542213550{z-index:5;height:462px;}}   @media screen and (max-width:640px) {#image_style_01_1540542213550{width:96%;height:104px;top:0px;left:1.9970703125%;}} #image_style_01_1540542213550 > .view_contents{overflow:visible;} 

 #div_blank_1540542213565{width:67.70833333333334%;height:230px;position:absolute;top:168px;left:0%;z-index:6;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1540542213565{z-index:6;top:153.5px;height:187px;left:0%;}}   @media screen and (max-width:640px) {#div_blank_1540542213565{width:82.1%;height:58px;top:24.5px;left:8.90625%;}} #div_blank_1540542213565 > .view_contents{overflow:visible;}  #div_blank_1540542213565  {box-sizing:border-box;background:#1aa034;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1540542213565  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1540542213565  {box-sizing:border-box;}}

 #text_style_01_1540542213571{width:45.416666666666664%;font-size:32px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:60px;left:44.479166666666664%;z-index:7;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1540542213571{z-index:7;top:75px;left:46.01182864450128%;}}   @media screen and (max-width:640px) {#text_style_01_1540542213571{width:31.2%;font-size:12px;color:#333;line-height:1.6;top:26px;left:55.04882812500001%;display:none;}}  #text_style_01_1540542213571>.view_contents {box-sizing:border-box;font-size:92px;color:#e5e5e5;line-height:1.8;font-family:Microsoft YaHei;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1540542213571>.view_contents {box-sizing:border-box;font-size:72px;}} @media screen and (max-width:640px) { #text_style_01_1540542213571>.view_contents {box-sizing:border-box;font-size:38px;color:#ffffff;line-height:1.6;text-align:right;}}

 #text_style_01_1540542213576{width:77.08333333333334%;font-size:32px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:301.5px;left:0%;z-index:6;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1540542213576{z-index:6;top:253px;left:0%;}}   @media screen and (max-width:640px) {#text_style_01_1540542213576{width:56%;font-size:12px;color:#333;line-height:1.6;top:36px;left:31.171875%;}}  #text_style_01_1540542213576>.view_contents {box-sizing:border-box;font-size:128px;color:rgba(255,255,255,0.3);line-height:94px;font-family:Microsoft YaHei;font-weight:bold;height:97px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1540542213576>.view_contents {box-sizing:border-box;font-size:102px;}} @media screen and (max-width:640px) { #text_style_01_1540542213576>.view_contents {box-sizing:border-box;font-size:42px;color:rgba(255,255,255,0.2);line-height:38px;height:40px;text-align:right;}}

 #text_style_01_1540542213581{width:56.041666666666664%;font-size:32px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:256px;left:6.770833333333333%;z-index:6;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1540542213581{z-index:6;top:219px;left:6.7695012787723785%;}}   @media screen and (max-width:640px) {#text_style_01_1540542213581{width:39.375%;font-size:12px;color:#333;line-height:1.6;top:60px;left:12.998046875%;}}  #text_style_01_1540542213581>.view_contents {box-sizing:border-box;font-size:16px;color:#ffffff;line-height:1.8;font-family:Microsoft YaHei;text-align:left;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1540542213581>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1540542213581>.view_contents {box-sizing:border-box;font-size:12px;color:#ffffff;line-height:1.6;}}

 #text_style_01_1540542213585{width:34.583333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:183px;left:6.770833333333333%;z-index:6;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1540542213585{z-index:6;top:166.5px;left:6.7695012787723785%;}}   @media screen and (max-width:640px) {#text_style_01_1540542213585{width:31.5625%;font-size:12px;color:#333;line-height:1.6;top:32px;left:13.0%;}}  #text_style_01_1540542213585>.view_contents {box-sizing:border-box;font-size:32px;color:#ffffff;line-height:1.8;font-family:Microsoft YaHei;text-align:left;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1540542213585>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_01_1540542213585>.view_contents {box-sizing:border-box;font-size:16px;color:#ffffff;line-height:1.6;}}

 #div_blank_1540542213591{width:7.5%;height:3px;position:absolute;top:240px;left:6.770833333333333%;z-index:6;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1540542213591{z-index:6;top:210px;left:6.7695012787723785%;}}   @media screen and (max-width:640px) {#div_blank_1540542213591{width:16px;height:2px;top:57px;left:12.998046875%;}} #div_blank_1540542213591 > .view_contents{overflow:visible;}  #div_blank_1540542213591  {box-sizing:border-box;background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1540542213591  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1540542213591  {box-sizing:border-box;}}
 #div_a_includeBlock_1540542213307{width:480px;height:565px;position:absolute;top:70px;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1540542213307{left:1.9999337221633087%;z-index:2;width:391px;height:463px;top:50px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1540542213307{width:100%;height:105px;top:26px;left:0%;z-index:6;}} 

 #productList_style_03_1540542213311{width:660px;left:45%;top:70px;position:absolute;z-index:6;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_03_1540542213311{width:52.38600212089077%;left:44.89329268292683%;top:50px;z-index:6;display:none;}}   @media screen and (max-width:640px) {#productList_style_03_1540542213311{width:96%;left:2%;top:157px;display:block;z-index:2;}} #productList_style_03_1540542213311 > .view_contents{overflow:visible;}  #productList_style_03_1540542213311 .titleSet {font-size:16px;color:#ffffff;} #productList_style_03_1540542213311 .modSet {padding-left:0px;padding-right:0px;margin-bottom:0px;padding-bottom:0px;} #productList_style_03_1540542213311 .priceSet {font-weight:bold;color:#be030e;} #productList_style_03_1540542213311 .unitSet {font-size:26px;font-weight:bold;color:#be030e;} #productList_style_03_1540542213311 .btnaSet {background:#1aa034;} @media screen and (max-width:640px) { #productList_style_03_1540542213311 .unitSet {font-size:16px;color:#1aa034;}} @media screen and (max-width:640px) { #productList_style_03_1540542213311 .titleSet {font-size:14px;}} @media screen and (max-width:640px) { #productList_style_03_1540542213311 .priceSet {font-size:16px;color:#1aa034;}}
/*----------------------电脑板式样式----------------------*/
#productList_style_03_1540542213311{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_03_1540542213311{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#productList_style_03_1540542213311{
		
	}
} #layout_1540542213284{height:706px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1540542213284{height:562px;}}   @media screen and (max-width:640px) {#layout_1540542213284{height:593px;}} #layout_1540542213284 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1540542213284  {background:#ffffff;} #layout_1540542213284>.view_contents {}
 #layout_1540526421035{height:82px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1540526421035{}}   @media screen and (max-width:640px) {#layout_1540526421035{height:26px;}} #layout_1540526421035 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_01_1540526417913{width:1200px;height:260px;position:absolute;top:0px;left:calc(50% - 600px);z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1540526417913{width:100%;height:203px;left:0%;}}   @media screen and (max-width:640px) {#image_style_01_1540526417913{width:96%;height:69px;top:0px;left:2.03125%;}} #image_style_01_1540526417913 > .view_contents{overflow:visible;} 

 #text_style_01_1540526417928{width:41.75%;font-size:32px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:56px;left:12.708333333333332%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1540526417928{left:9.099946977730648%;top:28px;width:446px;}}   @media screen and (max-width:640px) {#text_style_01_1540526417928{width:60.62499999999999%;font-size:12px;color:#333;line-height:1.6;top:13px;left:1.0595703125%;}}  #text_style_01_1540526417928>.view_contents {box-sizing:border-box;font-size:48px;color:#ffffff;line-height:1.8;font-family:Microsoft YaHei;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1540526417928>.view_contents {box-sizing:border-box;font-size:36px;}} @media screen and (max-width:640px) { #text_style_01_1540526417928>.view_contents {box-sizing:border-box;font-size:14px;color:#ffffff;line-height:1.6;}}

 #text_style_01_1540526417936{width:16.833333333333332%;font-size:32px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:142px;left:18.708333333333332%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1540526417936{left:13.39475079533404%;top:92px;}}   @media screen and (max-width:640px) {#text_style_01_1540526417936{width:21.5625%;font-size:12px;color:#333;line-height:1.6;top:37px;left:8.5595703125%;}}  #text_style_01_1540526417936>.view_contents {box-sizing:border-box;font-size:48px;color:#ffffff;line-height:1.8;font-family:Microsoft YaHei;text-align:right;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1540526417936>.view_contents {box-sizing:border-box;font-size:36px;}} @media screen and (max-width:640px) { #text_style_01_1540526417936>.view_contents {box-sizing:border-box;font-size:14px;color:#ffffff;line-height:1.6;}}

 #text_style_01_1540526417943{width:4.5%;font-size:32px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:137px;left:35.791666666666664%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1540526417943{left:30.680010604453873%;top:92px;}}   @media screen and (max-width:640px) {#text_style_01_1540526417943{width:5.9375%;font-size:12px;color:#333;line-height:1.6;top:31px;left:31.3720703125%;}}  #text_style_01_1540526417943>.view_contents {box-sizing:border-box;font-size:54px;color:#ff7f00;line-height:1.8;font-family:Microsoft YaHei;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1540526417943>.view_contents {box-sizing:border-box;font-size:36px;}} @media screen and (max-width:640px) { #text_style_01_1540526417943>.view_contents {box-sizing:border-box;font-size:18px;color:#ff7f00;line-height:1.6;}}

 #text_style_01_1540526417950{width:9.25%;font-size:32px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:142px;left:40.458333333333336%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1540526417950{left:34.921792152704136%;top:92px;}}   @media screen and (max-width:640px) {#text_style_01_1540526417950{width:18.75%;font-size:12px;color:#333;line-height:1.6;top:36px;left:38.2470703125%;}}  #text_style_01_1540526417950>.view_contents {box-sizing:border-box;font-size:48px;color:#ffffff;line-height:1.8;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1540526417950>.view_contents {box-sizing:border-box;font-size:36px;}} @media screen and (max-width:640px) { #text_style_01_1540526417950>.view_contents {box-sizing:border-box;font-size:14px;color:#ffffff;line-height:1.6;}}

 #image_style_01_1540549408463{width:26.5%;height:206px;position:absolute;top:37px;left:61.04166666666667%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1540549408463{}}   @media screen and (max-width:640px) {#image_style_01_1540549408463{width:38.125%;height:57px;top:6px;left:53.8720703125%;}} #image_style_01_1540549408463 > .view_contents{overflow:visible;}  #layout_1540526417912{height:260px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1540526417912{height:266px;}}   @media screen and (max-width:640px) {#layout_1540526417912{height:69px;}} #layout_1540526417912 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_01_1540778325869{width:100%;height:52px;position:absolute;top:70px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1540778325869{left:2.014846235418876%;top:49.5px;height:45px;width:96%;}}   @media screen and (max-width:640px) {#image_style_01_1540778325869{width:96%;height:28px;top:26px;left:1.9970703125%;}} #image_style_01_1540778325869 > .view_contents{overflow:visible;} 

 #text_style_01_1540778325886{width:14.499999999999998%;font-size:32px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:66.5px;left:42.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1540778325886{left:42.735949098621425%;top:48px;}}   @media screen and (max-width:640px) {#text_style_01_1540778325886{width:55.625%;font-size:12px;color:#333;line-height:1.6;top:26px;left:22.1875%;display:block;}}  #text_style_01_1540778325886>.view_contents {box-sizing:border-box;font-size:32px;color:#ffffff;line-height:1.8;font-family:Microsoft YaHei;text-align:center;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1540778325886>.view_contents {box-sizing:border-box;font-size:26px;}} @media screen and (max-width:640px) { #text_style_01_1540778325886>.view_contents {box-sizing:border-box;font-size:18px;color:#ffffff;line-height:1.6;}} #layout_1540778325868{height:193px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1540778325868{height:144px;}}   @media screen and (max-width:640px) {#layout_1540778325868{height:80px;}} #layout_1540778325868 > .view_contents{overflow:visible;max-width:1200px;} 


 #productList_style_14_1540606330059{width:100%;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_14_1540606330059{width:96%;left:2.014846235418876%;}}   @media screen and (max-width:640px) {#productList_style_14_1540606330059{width:96%;top:0px;left:2%;}} #productList_style_14_1540606330059 > .view_contents{overflow:visible;}  #productList_style_14_1540606330059 .titleSet {font-size:16px;color:#1aa034;} #productList_style_14_1540606330059 .priceSet {font-size:20px;font-weight:bold;color:#ff7f00;} #productList_style_14_1540606330059 .unitSet {font-size:18px;font-weight:bold;color:#ff7f00;} #productList_style_14_1540606330059 .btnaSet {border-color:#1aa034;background:#1aa034;} #productList_style_14_1540606330059 .modSet:hover {border-color:#1aa034;} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_14_1540606330059 .modSet {padding-top:0px;padding-bottom:0px;padding-left:0px;padding-right:0px;}} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_14_1540606330059 .titleSet {font-size:14px;padding-top:0px;padding-bottom:0px;line-height:20px;padding-left:0px;padding-right:0px;}} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_14_1540606330059 .priceSet {font-size:18px;}} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_14_1540606330059 .unitSet {font-size:16px;line-height:20px;}} @media screen and (max-width:640px) { #productList_style_14_1540606330059 .priceSet {font-size:16px;}} @media screen and (max-width:640px) { #productList_style_14_1540606330059 .unitSet {font-size:14px;}} @media screen and (max-width:640px) { #productList_style_14_1540606330059 .titleSet {font-size:14px;line-height:14px;}} @media screen and (max-width:640px) { #productList_style_14_1540606330059 .detailSet {padding-top:2px;}} @media screen and (max-width:640px) { #productList_style_14_1540606330059 .btnaSet {height:26px;}}
/*----------------------电脑板式样式----------------------*/
#productList_style_14_1540606330059{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_14_1540606330059{
		
	}
#productList_style_14_1540606330059 .prod_default14 .prodImg_box{margin:10px;}
#productList_style_14_1540606330059 .prod_default14 .prod_info{    padding: 0 10px 10px;}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#productList_style_14_1540606330059{
		
	}
} #layout_1540606124313{height:936px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1540606124313{height:758px;}}   @media screen and (max-width:640px) {#layout_1540606124313{height:1199px;}} #layout_1540606124313 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1540633888427{height:45px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1540633888427{height:30px;}}   @media screen and (max-width:640px) {#layout_1540633888427{height:20px;}} #layout_1540633888427 > .view_contents{overflow:visible;max-width:1200px;} 

 #image_style_01_1540953704290{width:54px;height:62px;position:fixed;top:746px;left:calc(50% + 741.203125px);z-index:999;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1540953704290{width:7.104984093319194%;height:102px;top:519px;left:92.10299575821846%;}}   @media screen and (max-width:640px) {#image_style_01_1540953704290{width:14.0625%;height:50px;top:375px;left:83.9306640625%;z-index:9;}} #image_style_01_1540953704290 > .view_contents{overflow:visible;} 



 #text_style_01_1531800065370{width:11.333333333333332%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:6.833333333333333%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531800065370{left:6.835290055248619%;width:11.712707182320441%;top:0px;}}   @media screen and (max-width:640px) {#text_style_01_1531800065370{width:96%;top:0px;left:2%;}}  #text_style_01_1531800065370>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:rgba(255,255,255,0.9);font-size:22px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531800065370>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1531800065370>.view_contents {box-sizing:border-box;}}

 #text_style_01_1531800102900{width:9.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:6.833333333333333%;top:45px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531800102900{}}   @media screen and (max-width:640px) {#text_style_01_1531800102900{width:96%;top:238px;left:2%;}}  #text_style_01_1531800102900>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:rgba(255,255,255,0.9);font-size:18px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531800102900>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1531800102900>.view_contents {box-sizing:border-box;}}

 #text_style_01_1531806746015{width:10.25%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:33%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531806746015{width:98px;}}   @media screen and (max-width:640px) {#text_style_01_1531806746015{width:96%;top:49px;left:2%;}}  #text_style_01_1531806746015>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:rgba(255,255,255,0.9);font-size:22px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531806746015>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1531806746015>.view_contents {box-sizing:border-box;}}

 #text_style_01_1531806764354{width:11.333333333333332%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:58.873697916666664%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531806764354{}}   @media screen and (max-width:640px) {#text_style_01_1531806764354{width:96%;top:98px;left:2%;}}  #text_style_01_1531806764354>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:rgba(255,255,255,0.9);font-size:22px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531806764354>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1531806764354>.view_contents {box-sizing:border-box;}}

 #text_style_01_1531806773160{width:9.583333333333334%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:82.54036458333334%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531806773160{}}   @media screen and (max-width:640px) {#text_style_01_1531806773160{width:96%;top:147px;left:2%;}}  #text_style_01_1531806773160>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:rgba(255,255,255,0.9);font-size:22px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531806773160>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1531806773160>.view_contents {box-sizing:border-box;}}

 #text_style_01_1531806823166{width:11.666666666666666%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:33%;top:45px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531806823166{}}   @media screen and (max-width:640px) {#text_style_01_1531806823166{width:96%;top:364px;left:2%;}}  #text_style_01_1531806823166>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:rgba(255,255,255,0.9);font-size:18px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531806823166>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1531806823166>.view_contents {box-sizing:border-box;}}

 #text_style_01_1531806839666{width:11.666666666666666%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:58.873697916666664%;top:45px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531806839666{}}   @media screen and (max-width:640px) {#text_style_01_1531806839666{width:96%;top:196px;left:2%;}}  #text_style_01_1531806839666>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:rgba(255,255,255,0.9);font-size:18px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531806839666>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1531806839666>.view_contents {box-sizing:border-box;}}

 #text_style_01_1531806886307{width:10.583333333333334%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:82.54036458333334%;top:45px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531806886307{}}   @media screen and (max-width:640px) {#text_style_01_1531806886307{width:96%;top:280px;left:2%;}}  #text_style_01_1531806886307>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:rgba(255,255,255,0.9);font-size:18px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531806886307>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1531806886307>.view_contents {box-sizing:border-box;}}
 #div_a_includeBlock_1531800036301{width:1200px;height:200px;position:absolute;top:198px;left:calc(50% - 600px);display:block;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1531800036301{display:block;width:96%;left:2%;height:168px;top:178px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1531800036301{width:100%;height:774px;top:833px;left:0%;display:none;z-index:3;}} 

 #text_style_01_1531807318393{width:41.66666666666667%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:457.5px;left:29.166666666666664%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531807318393{left:calc(50% - 264px);top:381.5px;width:528px;}}   @media screen and (max-width:640px) {#text_style_01_1531807318393{width:96%;top:0px;left:2%;z-index:3;}}  #text_style_01_1531807318393>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#ffffff;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531807318393>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1531807318393>.view_contents {box-sizing:border-box;font-size:12px;}}

 #div_blank_1531799972216{width:1920px;height:88px;position:absolute;top:440px;left:calc(50% - 960px);z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1531799972216{left:0%;top:364px;}}   @media screen and (max-width:640px) {#div_blank_1531799972216{width:100%;height:88px;top:0px;left:0%;z-index:1;}} #div_blank_1531799972216 > .view_contents{overflow:visible;}  #div_blank_1531799972216  {box-sizing:border-box;background:#1aa034;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1531799972216  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1531799972216  {box-sizing:border-box;background:#4b4142;}}

 #image_style_13_1538285777707{width:1200px;position:absolute;top:36px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_13_1538285777707{width:100%;left:0%;}}   @media screen and (max-width:640px) {#image_style_13_1538285777707{width:96%;top:0px;left:2%;display:none;}} #image_style_13_1538285777707 > .view_contents{overflow:visible;}  #image_style_13_1538285777707  {background:#ffffff;} #image_style_13_1538285777707 .modSet {margin-left:0px;margin-top:0px;padding-top:40px;padding-left:18px;padding-bottom:13px;} #image_style_13_1538285777707 .detailSet {font-size:18px;color:#666666;padding-top:7px;} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_13_1538285777707 .modSet {padding-left:14px;}} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_13_1538285777707 .detailSet {font-size:16px;}} #comm_layout_footer{height:500px;z-index:9;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:424px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:46px;z-index:1;}} #comm_layout_footer > .view_contents{overflow:visible;max-width:1200px;}  #comm_layout_footer  {background:#333333;}
/*弹窗效果*/
.PopUpLogin #popUpLogin-t ul{overflow:hidden;zoom:1;font-family:"Microsoft YaHei","verdana"}
.PopUpLogin #popUpLogin-t li{float:left;padding:0px 6px;list-style-type:none}
/* .PopUpLogin #popUpLogin-t li.w{font-size:12px;color:#aaa;line-height:22px;} */
.PopUpLogin a{text-decoration:none;color: inherit;font-size:12px;}
.PopUpLogin .shadows{background:rgba(0,0,0,0.3);width:100%;height:100%;position:fixed;top:0;left:0;z-index:2147483640;display:none;}

.PopUpLogin #userQQLi img{cursor:pointer;vertical-align:middle}
.PopUpLogin #userWXLi img{cursor:pointer}

#popUpLoginMain {display:none;background:url(/images/v8/../res/user/style_05/showloginbg.png) left top no-repeat;width:490px;height:280px;padding:8px;border-radius:5px;position:fixed;top:50%;left:50%;margin:-140px 0 0 -245px;z-index:200000;opacity:0;}
#popUpLoginMain  .LoginMain{background:#fff;height:240px;border-radius:5px;padding:15px 25px 25px 25px}
#popUpLoginMain .closepopUp{float:right;margin: -5px -5px 0 0;width:30px;height:30px;}

#popUpLoginMain #uLoginName{font-size:18px;font-weight:normal;font-family:"Microsoft Yahei","verdana";border-bottom:1px solid #ddd;margin-bottom:20px;line-height:45px}
#popUpLoginMain .LoginMain li{color:#666;font-size:14px;;margin-bottom:18px;}
#popUpLoginMain .LoginMain li .input{border:1px solid #8C96A1;border-radius:3px 3px;height:35px;line-height:35px;width:357px;margin-left:15px;padding:0px;text-indent:10px}
#popUpLoginMain .LoginMain .loginBtn{padding-left:71px;margin-bottom:2px}
#popUpLoginMain .LoginMain .loginBtn input{width:359px;border-radius:3px 3px;height:37px;line-height:35px;color:#fff;border:0px;padding:0px;font-family:"Microsoft Yahei","verdana";font-size:16px;cursor:pointer}
#popUpLoginMain .LoginMain .loginBtn input:hover{filter:alpha(opacity=90);-moz-opacity:0.9; opacity:0.9;}

#popUpLoginMain .MoreInfo{overflow:hidden;zoom:1;margin-top:10px;}
#popUpLoginMain .MoreInfo a{color:#666;text-decoration:underline;font-size:12px;text-align:center;}
#popUpLoginMain .MoreInfo a:hover{color:#f00}
#popUpLoginMain .MoreInfo div{float:left;margin-left:20px}
#popUpLoginMain .MoreInfo div#loginRegister a{color:#f00}
#popUpLoginMain .MoreInfo div#loginRegister{margin-left:88px;}

/*需要更换的颜色值的*/
.PopUpLoginStyle_1 #popUpLogin-t a.modFontColor:hover{color:#1490FD;}
.PopUpLoginStyle_1 .modBgColor{background:#1490FD}

.jscartStyle7{position: relative; background:#fff;border:1px solid #c5c5c5;box-sizing:border-box;height:100%;width: 100%;}
.jscartStyle7 .jscartContent{position: relative; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);}
.jscartStyle7 a{line-height:34px;display:inline-block;font-size:12px;color:#333}
.jscartStyle7 .cartNum a{font-weight:normal;font-family:"verdana";color:#fff;display:inline-block;line-height:16px;height:16px;min-width:16px;border-radius:16px;text-align:center;background:#f00}
.jscartStyle7 .cartName img{margin:0 5px;}
.jscartStyle7 .cartNum .sarr{padding-left:20px;color:#666;font-family:"宋体"}
.jscartStyle7 .jscartContent{text-align:center;}
.jscartStyle7 .colorFont b{color:#f00}


/*弹窗效果*/
.PopUpLogin #popUpLogin-t ul{overflow:hidden;zoom:1;font-family:"Microsoft YaHei","verdana"}
.PopUpLogin #popUpLogin-t li{float:left;padding:0px 6px;list-style-type:none}
/* .PopUpLogin #popUpLogin-t li.w{font-size:12px;color:#aaa;line-height:22px;} */
.PopUpLogin a{text-decoration:none;color: inherit;font-size:12px;}
.PopUpLogin .shadows{background:rgba(0,0,0,0.3);width:100%;height:100%;position:fixed;top:0;left:0;z-index:2147483640;display:none;}

.PopUpLogin #userQQLi img{cursor:pointer;vertical-align:middle}
.PopUpLogin #userWXLi img{cursor:pointer}

#popUpLoginMain {display:none;background:url(/images/v8/showloginbg.png) left top no-repeat;width:490px;height:280px;padding:8px;border-radius:5px;position:fixed;top:50%;left:50%;margin:-140px 0 0 -245px;z-index:200000;opacity:0;}
#popUpLoginMain  .LoginMain{background:#fff;height:240px;border-radius:5px;padding:15px 25px 25px 25px}
#popUpLoginMain .closepopUp{float:right;margin: -5px -5px 0 0;width:30px;height:30px;}

#popUpLoginMain #uLoginName{font-size:18px;font-weight:normal;font-family:"Microsoft Yahei","verdana";border-bottom:1px solid #ddd;margin-bottom:20px;line-height:45px}
#popUpLoginMain .LoginMain li{color:#666;font-size:14px;;margin-bottom:18px;}
#popUpLoginMain .LoginMain li .input{border:1px solid #8C96A1;border-radius:3px 3px;height:35px;line-height:35px;width:357px;margin-left:15px;padding:0px;text-indent:10px}
#popUpLoginMain .LoginMain .loginBtn{padding-left:71px;margin-bottom:2px}
#popUpLoginMain .LoginMain .loginBtn input{width:359px;border-radius:3px 3px;height:37px;line-height:35px;color:#fff;border:0px;padding:0px;font-family:"Microsoft Yahei","verdana";font-size:16px;cursor:pointer}
#popUpLoginMain .LoginMain .loginBtn input:hover{filter:alpha(opacity=90);-moz-opacity:0.9; opacity:0.9;}

#popUpLoginMain .MoreInfo{overflow:hidden;zoom:1;margin-top:10px;}
#popUpLoginMain .MoreInfo a{color:#666;text-decoration:underline;font-size:12px;text-align:center;}
#popUpLoginMain .MoreInfo a:hover{color:#f00}
#popUpLoginMain .MoreInfo div{float:left;margin-left:20px}
#popUpLoginMain .MoreInfo div#loginRegister a{color:#f00}
#popUpLoginMain .MoreInfo div#loginRegister{margin-left:88px;}

/*需要更换的颜色值的*/
.PopUpLoginStyle_1 #popUpLogin-t a.modFontColor:hover{color:#1490FD;}
.PopUpLoginStyle_1 .modBgColor{background:#1490FD}
.jscartStyle7{position: relative; background:#fff;border:1px solid #c5c5c5;box-sizing:border-box;height:100%;width: 100%;}
.jscartStyle7 .jscartContent{position: relative; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);}
.jscartStyle7 a{line-height:34px;display:inline-block;font-size:12px;color:#333}
.jscartStyle7 .cartNum a{font-weight:normal;font-family:"verdana";color:#fff;display:inline-block;line-height:16px;height:16px;min-width:16px;border-radius:16px;text-align:center;background:#f00}
.jscartStyle7 .cartName img{margin:0 5px;}
.jscartStyle7 .cartNum .sarr{padding-left:20px;color:#666;font-family:"宋体"}
.jscartStyle7 .jscartContent{text-align:center;}
.jscartStyle7 .colorFont b{color:#f00}

.logoStyle *{box-sizing: border-box;}
.logoStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.logoStyle>a{overflow: hidden; width: 100%; height: 100%; display: block;}
.logoName{white-space: nowrap;}
/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/
.searchStyle_1{position: relative;min-width: 200px;}

.searchStyle_1 *{box-sizing: border-box; transition:all ease .2s; -webkit-transition:all ease .2s; -moz-transition:all ease .2s; -o-transition:all ease .2s; -webkit-appearance:none ;

-moz-appearance:none ;

appearance: none;}

.searchStyle_1 .searchForm{width: 100%; border-radius: 0;box-sizing: border-box;}

.searchStyle_1 .searchForm .search-btn{float: right; width:20%; text-align: center; height: 40px; background: none; font-size: 14px;color: #333; border:1px solid #666; outline: none; cursor: pointer; border-left: 0;}

.searchStyle_1 .searchForm .search_input{width: 80%; outline: none; padding-left:45px; height:40px; font-size: 14px;color: #333; border:1px solid #666;}

.searchPos-r{position: relative;}

.searchPos-r i{position: absolute; top: 50%; left: 15px; font-size: 20px; color: #999; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%);}

.keyWord{margin-top: 5px;}

.keyWord a{font-size: 14px; color: #666; margin-right: 5px;}

@media screen and (max-width: 768px) {

.searchStyle_1 .searchForm .search-btn, .searchStyle_1 .searchForm .search_input{height: 32px;}



}


/*菜单样式*/
.menuStyle_11{width:100%; position:relative;}
.menuStyle_11 *{box-sizing: border-box;}
.menuStyle_11 .miniMenu *,
.menuStyle_11 .menuUl li *{
	-webkit-transition-duration:.2s; -moz-transition-duration:.2s; -o-transition-duration:.2s; transition-duration:.2s;
	-webkit-transition-property:background,height,padding; -moz-transition-property:background,height,padding; -moz-transition-property:background,height,padding; transition-property:background,height,padding;
	-webkit-transition-timing-function:ease-out; -moz-transition-timing-function:ease-out; -o-transition-timing-function:ease-out; transition-timing-function:ease-out;
}
.menuStyle_11 .dflex{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.menuStyle_11 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_11 ul,.menuStyle_11 li{padding:0;margin:0px;list-style:none}
.menuStyle_11 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_11 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_11 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_11 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_11 .menuUl>li{position:relative;}
.menuStyle_11 .menuUl>li>a{position: relative; text-decoration:none;font-size:14px; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #333; padding: 10px 0; padding: 10px 1em\0;}
.menuStyle_11 .menuUl>li>a:hover{background: rgba(0,0,0,.05);}
.menuStyle_11 .menuUl #hot>a{color: #2d93ff;}
.menuStyle_11 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_11 .menuUl #hot>a span{color:inherit;}
/*.menuStyle_11 .menuUl>li>a i{position: absolute; right: 10px; top: 50%; -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%);}*/
.menuStyle_11 .menuLayout .miniMenu{display:none;}
.menuStyle_11 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; background: #fff; width: 100%; height: 0; box-shadow: 0 0 8px rgba(0,0,0,0.2); transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_11 .menuUl>li>#menuLogo{height: 85%;}

.menuStyle_11 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;}
.menuStyle_11 .menuUl.noHover .rflex:hover .menuUl02{display: none;}

.menuStyle_11 .menuUl02 .subMenu02 {position: relative; color: #4d5158; font-size:14px; line-height: 40px; padding: 0 15px;}
.menuStyle_11 .menuUl02 .subMenu02.subCurSet{background: #2f94ff; color: #fff;}
.menuStyle_11 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_11 .menuUl02 .subMenu02:hover {background: #2d93ff; color: #fff;}
.menuStyle_11 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}
.menuStyle_11 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_11 .menuUl03{position: absolute; background: #2f94ff; /*left需要js获取二级的宽*/ top: 0; display: none; box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.22);}
.menuStyle_11 .menuUl03 .subMenu03{color: #fff; padding: 0 15px; line-height: 40px;}
.menuStyle_11 .menuUl03 .subMenu03:hover{background:rgba(0, 0, 0, 0.1);}
.menuStyle_11 .menuUl03 .subMenu03.thrCurSet{background: rgba(0, 0, 0, 0.1);}
.menuStyle_11 .menuUl03 .subMenu03>a{ color: inherit; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.menuStyle_11 .rflex { position: relative;}
.menuStyle_11 .maxWidth{margin: auto;}
.menuStyle_11 .menuUl03 .subMenu03.thrCurSet{background: rgba(0, 0, 0, 0.1);}

.menuStyle_11 .subBox{position: absolute; left: 0; /*top通过JS获取菜单高度*/ width: 100%; background: rgba(238, 238, 238, 0.85); display: none;}
.menuStyle_11 .subBox .subBoxContent{padding: 15px; text-align: left; overflow: hidden;}
.menuStyle_11 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_11 .subBox .sublm{float: left; width: calc(100% - 440px); min-height: 10px;}
.menuStyle_11 .subBox .sublm>div{clear: both; overflow: hidden; margin: 8px 0;}
.menuStyle_11 .subBox .subImgsbox{float: left; width: 440px;/*这个宽可被设置*/ height: 160px;}
.menuStyle_11 .subBox .subImgsbox>a{display: block; height: 100%; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}
.menuStyle_11 .subBox .subImgsbox>a:last-child{margin-left: 0;}
.menuStyle_11 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}
.menuStyle_11 .subBox .subImgsbox>a>div.subImg span{position: absolute; bottom: 0; left: 0; width: 100%; display: block; padding: 5px; background: rgba(255,255,255,.8); color: #333; font-size: 12px;}
.menuStyle_11 .subBox p{overflow: hidden; float: left;}
.menuStyle_11 .subBox p:first-child{margin-right: 10px; width: 100px;}
.menuStyle_11 .subBox p:last-child{width: calc(100% - 110px);}
.menuStyle_11 .subBox .subMenu02{font-size: 14px; margin-bottom: 5px; clear: both; color: #333; line-height: 28px;}
.menuStyle_11 .subBox .subMenu02.subCurSet{color: #2d93ff;}
.menuStyle_11 .subBox .subMenu02:hover,
.menuStyle_11 .subBox .subMenu02:active{color: #2d93ff;}
.menuStyle_11 .subBox .subMenu03{float: left; margin: 5px 20px 5px 0; font-size: 12px; color: #666;}
.menuStyle_11 .subBox .subMenu03:hover,
.menuStyle_11 .subBox .subMenu03:active{color: #2d93ff;}
.menuStyle_11 .subBox .subMenu03.thrCurSet{color: #2d93ff;}


/*图标*/
.menuStyle_11 .imgIco{vertical-align: middle; display:inline-block; overflow:hidden; position:relative; padding:15px;  box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}
.menuStyle_11 .imgIco img{width:auto; height:100%; vertical-align: top;  position:absolute; top:50%; left:50%;  transform:translateY(-50%) translateX(-50%); -webkit-transform:translateY(-50%) translateX(-50%); -moz-transform:translateY(-50%) translateX(-50%); -ms-transform:translateY(-50%) translateX(-50%); -o-transform:translateY(-50%);}




@media screen and (max-width:640px) {
.menuStyle_11 .imgIco{ margin-right:10px;}	
.menuStyle_11 .menuUl,
.menuStyle_11 .menuUl_box {display:none;}
.menuStyle_11 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_11 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_11 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_11 .miniMenu .leftBox{height: 100%;}
.menuStyle_11 .miniMenu .leftBox .sidebar{font-size:24px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_11 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_11 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_11 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;} 
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li a{width:calc(100% - 50px); float: left; display:block; text-align:left;color:inherit; text-decoration:none; font-size:inherit; line-height:inherit; height: inherit; white-space: nowrap;overflow: hidden; text-overflow: ellipsis;border-bottom:1px solid rgba(0,0,0,.2);} 
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; display: none; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit; background: rgba(0, 0, 0, 0.1);}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #fff;}
.menuStyle_11 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(23, 25, 29, 0.95); position: fixed; width: 100%; top: 0; left: 0; -webkit-transition: all linear .3s; -moz-transition: all linear .3s; -o-transition: all linear .3s; transition: all linear .3s;}
.menuStyle_11 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
.menuStyle_11 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


@media screen and (min-width:640px) {
	#dh_style_11_1540792053722 .maxWidth{max-width:px;}
	#dh_style_11_1540792053722 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
	#dh_style_11_1540792053722 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	#dh_style_11_1540792053722 .menuUl>li>#menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
}

	#image_style_01_1538203384176 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1538203384176 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1538203384176 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1538203384176 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1540777001244 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1540777001244 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1540777001244 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1540777001244 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
.imgStyle_12{ width:100%; }

.imgStyle_12 *{ font-size:'微软雅黑'; }

.imgStyle_12 .imgTextUl{ display:flex; justify-content: space-between; flex-wrap: wrap; }

.imgStyle_12 .imgTextLi{ width:23.5%; overflow: hidden; margin-bottom:2%;}

.imgStyle_12 .imgTBox{ text-align: center;}

.imgStyle_12 .imgTBox>img{ display: inline-block; width:100px;}

.imgStyle_12 .imgBt{ text-align: center; font-size:20px; line-height:3;}

.imgStyle_12 .imgDetail{ text-align: center; font-size:12px; }



@media screen and (max-width: 768px){

	.imgStyle_12 .imgTextLi{ width:44%;}

	.imgStyle_12 .imgTBox>img{ width:50px; }

	.imgStyle_12 .imgBt{ font-size:16px; line-height:2.5;}

}
			#image_style_12_1538205680165 .imgDetail{ display:block; }
	
			#image_style_12_1538205680165 li{ width:23.5%; }
		#image_style_12_1538205680165 li.imgTextLi{ margin-bottom:2%; }
		#image_style_12_1538205680165 .imgTBox img{ width:276px;}

	@media screen and (min-width: 767px) and (max-width: 1024px){
		#image_style_12_1538205680165 li{ width:23.5%; }
		#image_style_12_1538205680165 li.imgTextLi{ margin-bottom:2%; }
		#image_style_12_1538205680165 .imgTBox img{ width:213px;}
	}
	@media screen and (max-width: 768px){
		#image_style_12_1538205680165 li{ width:48%; }
		#image_style_12_1538205680165 li.imgTextLi{ margin-bottom:4%; }
		#image_style_12_1538205680165 .imgTBox img{ width:50px;}
	}
	


	
	

.imgStyle_12{ width:100%; }

.imgStyle_12 *{ font-size:'微软雅黑'; }

.imgStyle_12 .imgTextUl{ display:flex; justify-content: space-between; flex-wrap: wrap; }

.imgStyle_12 .imgTextLi{ width:23.5%; overflow: hidden; margin-bottom:2%;}

.imgStyle_12 .imgTBox{ text-align: center;}

.imgStyle_12 .imgTBox>img{ display: inline-block; width:100px;}

.imgStyle_12 .imgBt{ text-align: center; font-size:20px; line-height:3;}

.imgStyle_12 .imgDetail{ text-align: center; font-size:12px; }



@media screen and (max-width: 768px){

	.imgStyle_12 .imgTextLi{ width:44%;}

	.imgStyle_12 .imgTBox>img{ width:50px; }

	.imgStyle_12 .imgBt{ font-size:16px; line-height:2.5;}

}
			#image_style_12_1538969228441 .imgDetail{ display:block; }
	
			#image_style_12_1538969228441 li{ width:23.5%; }
		#image_style_12_1538969228441 li.imgTextLi{ margin-bottom:2%; }
		#image_style_12_1538969228441 .imgTBox img{ width:100px;}

	@media screen and (min-width: 767px) and (max-width: 1024px){
		#image_style_12_1538969228441 li{ width:23.5%; }
		#image_style_12_1538969228441 li.imgTextLi{ margin-bottom:2%; }
		#image_style_12_1538969228441 .imgTBox img{ width:100px;}
	}
	@media screen and (max-width: 768px){
		#image_style_12_1538969228441 li{ width:22%; }
		#image_style_12_1538969228441 li.imgTextLi{ margin-bottom:4%; }
		#image_style_12_1538969228441 .imgTBox img{ width:50px;}
	}
	


	
	


	#image_style_01_1540525089844 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1540525089844 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1540525089844 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1540525089844 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1540540099324 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1540540099324 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1540540099324 .CompatibleImg img{width:100%; height:100%}}
.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
/*产品样式*/

.prod_default16{width:100%; clear: both;}

.prod_default16 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}

.prod_default16 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}

.prod_default16 .prod_Item{text-align: center; -style:none; height:auto; padding: 0px; box-sizing:border-box; overflow: hidden;}

.prod_default16 .relative{position:relative; width:100%; height:auto; overflow:hidden;}

.prod_default16 .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}

.prod_default16 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}

.prod_default16 .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50%; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);}

.prod_default16 .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%);}

.prod_default16 .dummy{margin-top:75%}/*控制产品图片显示比例*/

.prod_default16 .sortsale{position:absolute;bottom: 0;}

.prod_default16 .prod_info {overflow: hidden; width: 100%; box-sizing: border-box; position: relative;}

.prod_default16 .p_name {text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;margin: 0 auto; width:80%;font-size: 16px;border-bottom: 1px solid #333333;padding: 18px 6px 6px 6px;margin-bottom: 8px;}

.prod_default16 .p_name a {display:inline-block;color: inherit;text-decoration:inherit;}

.prod_default16 .p_detail { font-size: 12px; color: #666; display: block;padding: 0 8px 8px 8px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/

.prod_default16 .p_group {width:60%;background-color: rgba(0,0,0,0.4); padding:10px 0 10px 10px;display: inline-block; float: left; color: #ffffff; font-size: 12px;text-align: left;}

.prod_default16 .p_group .p_lb{display: none;}

.prod_default16 .p_line{margin:0; overflow: hidden; width: 100% !important;}

.prod_default16 .p_num {width:40%;background-color: rgba(0,0,0,0.4);padding:10px 10px 10px 0; display: inline-block; float: right; text-align: right; color: #ffffff; font-size: 12px;}

.prod_default16 .p_jg{display: none;} 

.prod_default16 .p_price {line-height: 1; white-space: nowrap;display: block;}

.prod_default16 .p_value {color: #ff002a; font-size:24px;}

.prod_default16 .unit {color: #ff002a;font-size: 24px;}

.prod_default16 .p_vip {line-height:1; white-space: nowrap;padding-top:8px;}

.prod_default16 .p_vip .v_jg{color:#888; font-size: 14px;}

.prod_default16 .v_value {color: #888; font-size: 14px;}

.prod_default16 .v_unit {color: #888;font-size: 14px;}

.prod_default16 .pro_button {display:none; margin: 10px 0; overflow: hidden;}

.prod_default16 .p_link { float: left; width: 48%; text-align: center;}

.prod_default16 .p_link a {display: block; padding: 10px 15px;}

.prod_default16 .p_cart { float: right; width: 48%; text-align: center;}

.prod_default16 .p_cart a {display: block; padding: 10px 15px;}

/*.prod_default16 a{text-decoration:none;}*/

.prod_default16 .prod_info .p_buy{width:100%;float: none !important;margin: 0 auto;clear: both;clear: both;}

.prod_default16 .prod_info .p_buy a{height: 28px;line-height:26px;text-align: center;color: #ff002a; border:1px solid #a49d9c;padding: 0 30px;display:inline-block;font-size: 14px;box-shadow: #f73131 0px 0px 1px inset;margin-top: 20px;}



/*分页*/

.prod_default16 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}

.prod_default16 .page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}

.prod_default16 .page_btn a.cur,.prod_default16 .page_btn a:hover{border:1px solid #4c4c4c;}

.prod_default16 .page_btn a:nth-child(n+12){display: none;}

.prod_default16 .page_btn a:nth-last-child(1),.prod_default16 .page_btn a:nth-last-child(2),.prod_default16 .page_btn a:nth-last-child(3){display: inline-block !important;}

.prod_default16 .prev_btn,.prod_default16 .next_btn{font-family: '黑体' !important; border: 0 !important;}

.prod_default16 .no_page{border: 0 !important;}

.prod_default16 .page_btn a:nth-child(n+10){display: none;}





.prod_default16 .zhekou {color: #ff002a; font-size:22px;line-height: 1;}



.prod_default16 .p_price2{line-height:1;padding-top: 10px;color:#888;font-family: "微软雅黑"; text-decoration:line-through ;font-size: 14px;}

.prod_default16 .yuanjia2{color:#888;font-size: 14px;}



.prod_default16 .jiage{color: #888;font-size: 14px;}



@media screen and (min-width:768px) and (max-width:1200px) {

	.prod_default16 .p_group {padding:8px 0 8px 8px;}

	.prod_default16 .p_num {padding:8px 8px 8px 0;}

	.prod_default16 .p_value {font-size:18px;}

	.prod_default16 .unit {font-size: 18px;}

	.prod_default16 .zhekou {font-size: 18px;}

	.prod_default16 .yuanjia2{font-size: 12px;}

	.prod_default16 .p_price2{font-size: 12px;padding-top: 8px;}

	.prod_default16 .jiage{font-size: 12px;}

	.prod_default16 .p_vip{padding-top: 8px;}

	.prod_default16 .p_vip .v_jg{font-size: 12px;}

	.prod_default16 .v_value {font-size: 12px;}

	.prod_default16 .v_unit {font-size: 12px;}

	.prod_default16 .prod_info .p_buy a{height: 26px;line-height:24px;padding: 0 24px;font-size: 12px;margin-top: 20px;}

}



@media screen and (max-width: 767px){

/*产品列表*/

.prod_default16 .p_name a {display:inline-block;width:80%;font-size: 16px;border-bottom: 1px solid #333333;padding: 18px 6px 6px 6px;margin-bottom: 8px;}

.prod_default16 .prod{width:50%;margin-right:0; margin-bottom: 0; border-right: 1px solid #eee; border-bottom: 1px solid #eee;}

.prod_default16 .prod:nth-child(2n){border-right: none;}

.prod_default16 .unit,.prod_default16 .p_vip .v_jg,.prod_default16 .v_unit{font-size: 12px;}

.prod_default16 .p_vip{line-height: 1;padding-top:0px;}

.prod_default16 .v_value{font-size: 12px;}

.prod_default16 .prod .p_detail{padding: 0 6px 6px 6px;}

.prod_default16 .p_value {font-size:14px;}

.prod_default16 .unit {font-size: 14px;}

.prod_default16 .p_name a{font-size: 14px;margin-bottom: 4px;width:92%;padding: 6px 0px 4px 0px;}

.prod_default16 .zhekou {font-size:14px;}

.prod_default16 .p_price2{font-size: 12px;padding-top: 6px;}



.prod_default16 .yuanjia2{font-size: 12px;}

.prod_default16 .jiage{font-size: 12px;}

.prod_default16 .prod_info .p_buy a{height: 24px;line-height:22px;font-size: 12px;margin-top: 14px;padding: 0 18px;}

.prod_default16 .p_group{padding:6px 0 6px 6px;}

.prod_default16 .p_num {padding:6px 6px 6px 0;}

.prod_default16 .p_vip{padding-top: 6px;}

}
/*pc*/
#productList_style_16_1540540109451 li{width: 100%;}
#productList_style_16_1540540109451 li.prod_Item{margin-bottom:0%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_16_1540540109451 li{width: 100%;}
	#productList_style_16_1540540109451 li.prod_Item{margin-bottom:0%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_16_1540540109451 li{width: 100%;}
	#productList_style_16_1540540109451 li.prod_Item{margin-bottom:0%;}
}

#productList_style_16_1540540109451 .p_detail.pc {display:block;}
#productList_style_16_1540540109451 .p_detail.pad, #productList_style_16_1540540109451 .p_detail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_16_1540540109451 .p_detail.pad {display:block;}
	#productList_style_16_1540540109451 .p_detail.pc, #productList_style_16_1540540109451 .p_detail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_16_1540540109451 .p_detail.mobile {display:block;}
	#productList_style_16_1540540109451 .p_detail.pc, #productList_style_16_1540540109451 .p_detail.pad {display:none;}
	}

#productList_style_16_1540540109451 .p_name.pc {display:block;}
#productList_style_16_1540540109451 .p_name.pad, #productList_style_16_1540540109451 .p_name.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_16_1540540109451 .p_name.pad {display:block;}
	#productList_style_16_1540540109451 .p_name.pc, #productList_style_16_1540540109451 .p_name.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_16_1540540109451 .p_name.mobile {display:block;}
	#productList_style_16_1540540109451 .p_name.pc, #productList_style_16_1540540109451 .p_name.pad {display:none;}
	}



/*产品状态  新品 推荐*/
 .status{ color:red; display:inline-block; border:1px solid red; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}



	#productList_style_16_1540540109451 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_16_1540540109451 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_16_1540540109451 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_16_1540540109451 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_16_1540540109451 .submit_div{ display: inline-block; }
	
	#productList_style_16_1540540109451 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_16_1540540109451 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_16_1540540109451 .page_submit{margin-left:5px;}
	#productList_style_16_1540540109451 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
	@media screen and (max-width:640px) {
			#productList_style_16_1540540109451 .page_btn{ font-size:12px; }
			#productList_style_16_1540540109451 .submit_div{ display:none; }
		}

			#productList_style_16_1540540109451 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_16_1540540109451 .page{line-height:30px; padding:0 13px;}
		}
		
	#image_style_01_1540542009915 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1540542009915 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1540542009915 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
/*产品样式*/

.prod_default16{width:100%; clear: both;}

.prod_default16 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}

.prod_default16 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}

.prod_default16 .prod_Item{text-align: center; -style:none; height:auto; padding: 0px; box-sizing:border-box; overflow: hidden;}

.prod_default16 .relative{position:relative; width:100%; height:auto; overflow:hidden;}

.prod_default16 .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}

.prod_default16 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}

.prod_default16 .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50%; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);}

.prod_default16 .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%);}

.prod_default16 .dummy{margin-top:75%}/*控制产品图片显示比例*/

.prod_default16 .sortsale{position:absolute;bottom: 0;}

.prod_default16 .prod_info {overflow: hidden; width: 100%; box-sizing: border-box; position: relative;}

.prod_default16 .p_name {text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;margin: 0 auto; width:80%;font-size: 16px;border-bottom: 1px solid #333333;padding: 18px 6px 6px 6px;margin-bottom: 8px;}

.prod_default16 .p_name a {display:inline-block;color: inherit;text-decoration:inherit;}

.prod_default16 .p_detail { font-size: 12px; color: #666; display: block;padding: 0 8px 8px 8px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/

.prod_default16 .p_group {width:60%;background-color: rgba(0,0,0,0.4); padding:10px 0 10px 10px;display: inline-block; float: left; color: #ffffff; font-size: 12px;text-align: left;}

.prod_default16 .p_group .p_lb{display: none;}

.prod_default16 .p_line{margin:0; overflow: hidden; width: 100% !important;}

.prod_default16 .p_num {width:40%;background-color: rgba(0,0,0,0.4);padding:10px 10px 10px 0; display: inline-block; float: right; text-align: right; color: #ffffff; font-size: 12px;}

.prod_default16 .p_jg{display: none;} 

.prod_default16 .p_price {line-height: 1; white-space: nowrap;display: block;}

.prod_default16 .p_value {color: #ff002a; font-size:24px;}

.prod_default16 .unit {color: #ff002a;font-size: 24px;}

.prod_default16 .p_vip {line-height:1; white-space: nowrap;padding-top:8px;}

.prod_default16 .p_vip .v_jg{color:#888; font-size: 14px;}

.prod_default16 .v_value {color: #888; font-size: 14px;}

.prod_default16 .v_unit {color: #888;font-size: 14px;}

.prod_default16 .pro_button {display:none; margin: 10px 0; overflow: hidden;}

.prod_default16 .p_link { float: left; width: 48%; text-align: center;}

.prod_default16 .p_link a {display: block; padding: 10px 15px;}

.prod_default16 .p_cart { float: right; width: 48%; text-align: center;}

.prod_default16 .p_cart a {display: block; padding: 10px 15px;}

/*.prod_default16 a{text-decoration:none;}*/

.prod_default16 .prod_info .p_buy{width:100%;float: none !important;margin: 0 auto;clear: both;clear: both;}

.prod_default16 .prod_info .p_buy a{height: 28px;line-height:26px;text-align: center;color: #ff002a; border:1px solid #a49d9c;padding: 0 30px;display:inline-block;font-size: 14px;box-shadow: #f73131 0px 0px 1px inset;margin-top: 20px;}



/*分页*/

.prod_default16 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}

.prod_default16 .page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}

.prod_default16 .page_btn a.cur,.prod_default16 .page_btn a:hover{border:1px solid #4c4c4c;}

.prod_default16 .page_btn a:nth-child(n+12){display: none;}

.prod_default16 .page_btn a:nth-last-child(1),.prod_default16 .page_btn a:nth-last-child(2),.prod_default16 .page_btn a:nth-last-child(3){display: inline-block !important;}

.prod_default16 .prev_btn,.prod_default16 .next_btn{font-family: '黑体' !important; border: 0 !important;}

.prod_default16 .no_page{border: 0 !important;}

.prod_default16 .page_btn a:nth-child(n+10){display: none;}





.prod_default16 .zhekou {color: #ff002a; font-size:22px;line-height: 1;}



.prod_default16 .p_price2{line-height:1;padding-top: 10px;color:#888;font-family: "微软雅黑"; text-decoration:line-through ;font-size: 14px;}

.prod_default16 .yuanjia2{color:#888;font-size: 14px;}



.prod_default16 .jiage{color: #888;font-size: 14px;}



@media screen and (min-width:768px) and (max-width:1200px) {

	.prod_default16 .p_group {padding:8px 0 8px 8px;}

	.prod_default16 .p_num {padding:8px 8px 8px 0;}

	.prod_default16 .p_value {font-size:18px;}

	.prod_default16 .unit {font-size: 18px;}

	.prod_default16 .zhekou {font-size: 18px;}

	.prod_default16 .yuanjia2{font-size: 12px;}

	.prod_default16 .p_price2{font-size: 12px;padding-top: 8px;}

	.prod_default16 .jiage{font-size: 12px;}

	.prod_default16 .p_vip{padding-top: 8px;}

	.prod_default16 .p_vip .v_jg{font-size: 12px;}

	.prod_default16 .v_value {font-size: 12px;}

	.prod_default16 .v_unit {font-size: 12px;}

	.prod_default16 .prod_info .p_buy a{height: 26px;line-height:24px;padding: 0 24px;font-size: 12px;margin-top: 20px;}

}



@media screen and (max-width: 767px){

/*产品列表*/

.prod_default16 .p_name a {display:inline-block;width:80%;font-size: 16px;border-bottom: 1px solid #333333;padding: 18px 6px 6px 6px;margin-bottom: 8px;}

.prod_default16 .prod{width:50%;margin-right:0; margin-bottom: 0; border-right: 1px solid #eee; border-bottom: 1px solid #eee;}

.prod_default16 .prod:nth-child(2n){border-right: none;}

.prod_default16 .unit,.prod_default16 .p_vip .v_jg,.prod_default16 .v_unit{font-size: 12px;}

.prod_default16 .p_vip{line-height: 1;padding-top:0px;}

.prod_default16 .v_value{font-size: 12px;}

.prod_default16 .prod .p_detail{padding: 0 6px 6px 6px;}

.prod_default16 .p_value {font-size:14px;}

.prod_default16 .unit {font-size: 14px;}

.prod_default16 .p_name a{font-size: 14px;margin-bottom: 4px;width:92%;padding: 6px 0px 4px 0px;}

.prod_default16 .zhekou {font-size:14px;}

.prod_default16 .p_price2{font-size: 12px;padding-top: 6px;}



.prod_default16 .yuanjia2{font-size: 12px;}

.prod_default16 .jiage{font-size: 12px;}

.prod_default16 .prod_info .p_buy a{height: 24px;line-height:22px;font-size: 12px;margin-top: 14px;padding: 0 18px;}

.prod_default16 .p_group{padding:6px 0 6px 6px;}

.prod_default16 .p_num {padding:6px 6px 6px 0;}

.prod_default16 .p_vip{padding-top: 6px;}

}
/*pc*/
#productList_style_16_1540542010268 li{width: 100%;}
#productList_style_16_1540542010268 li.prod_Item{margin-bottom:0%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_16_1540542010268 li{width: 100%;}
	#productList_style_16_1540542010268 li.prod_Item{margin-bottom:0%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_16_1540542010268 li{width: 100%;}
	#productList_style_16_1540542010268 li.prod_Item{margin-bottom:0%;}
}

#productList_style_16_1540542010268 .p_detail.pc {display:block;}
#productList_style_16_1540542010268 .p_detail.pad, #productList_style_16_1540542010268 .p_detail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_16_1540542010268 .p_detail.pad {display:block;}
	#productList_style_16_1540542010268 .p_detail.pc, #productList_style_16_1540542010268 .p_detail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_16_1540542010268 .p_detail.mobile {display:block;}
	#productList_style_16_1540542010268 .p_detail.pc, #productList_style_16_1540542010268 .p_detail.pad {display:none;}
	}

#productList_style_16_1540542010268 .p_name.pc {display:block;}
#productList_style_16_1540542010268 .p_name.pad, #productList_style_16_1540542010268 .p_name.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_16_1540542010268 .p_name.pad {display:block;}
	#productList_style_16_1540542010268 .p_name.pc, #productList_style_16_1540542010268 .p_name.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_16_1540542010268 .p_name.mobile {display:block;}
	#productList_style_16_1540542010268 .p_name.pc, #productList_style_16_1540542010268 .p_name.pad {display:none;}
	}



/*产品状态  新品 推荐*/
 .status{ color:red; display:inline-block; border:1px solid red; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}



	#productList_style_16_1540542010268 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_16_1540542010268 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_16_1540542010268 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_16_1540542010268 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_16_1540542010268 .submit_div{ display: inline-block; }
	
	#productList_style_16_1540542010268 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_16_1540542010268 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_16_1540542010268 .page_submit{margin-left:5px;}
	#productList_style_16_1540542010268 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
	@media screen and (max-width:640px) {
			#productList_style_16_1540542010268 .page_btn{ font-size:12px; }
			#productList_style_16_1540542010268 .submit_div{ display:none; }
		}

			#productList_style_16_1540542010268 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_16_1540542010268 .page{line-height:30px; padding:0 13px;}
		}
		
	#image_style_01_1540542213287 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1540542213287 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1540542213287 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1540542213287 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
/*产品样式*/
.prod_default3{width:100%; clear: both;}
.prod_default3 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default3 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default3 .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; overflow: hidden;}
.prod_default3 .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default3 .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default3 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default3 .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50% !important; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);}
.prod_default3 .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%);}
.prod_default3 .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default3 .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; position: relative;}
.prod_default3 .p_name {margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #333; line-height: 1.4; height: 38px\0;}
.prod_default3 .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block; width: 100%;}/*文字两行后自动超出隐藏*/
.prod_default3 .p_detail { font-size: 12px; height: 28px\0; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default3 .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default3 .p_group .p_lb{display: none;}
.prod_default3 .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default2 .p_line2{margin-bottom: 5px; overflow: hidden;; width: 100%;margin-top: 10px;}
.prod_default3 .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 50%; color: #666; font-size: 12px;}
.prod_default3 .p_jg{display: none;}
.prod_default3 .p_price {line-height: 1; white-space: nowrap;display: inline;}
.prod_default3 .p_value {color: #ff002a; font-size:22px;}
.prod_default3 .unit {color: #ff002a;font-size: 16px;}
.prod_default3 .p_vip { text-align: right; line-height:24px; height: 26px; white-space: nowrap;display: inline;position: absolute;left:0;width:100%;}
.prod_default3 .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default3 .v_value {color: #333; font-size: 18px;}
.prod_default3 .v_unit {color: #333;font-size: 12px;}
.prod_default3 .pro_button {display:none; margin: 10px 0; overflow: hidden;}
.prod_default3 .p_link { float: left; width: 48%; text-align: center;}
.prod_default3 .p_link a {display: block; padding: 10px 15px;}
.prod_default3 .p_cart { float: right; width: 48%; text-align: center;}
.prod_default3 .p_cart a {display: block; padding: 10px 15px;}
.prod_default3 a{text-decoration:none; }
.prod_default3 .prod_info .p_buy{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #ff6700; color:#fff;font-size:16px; cursor: pointer;display: none;}
.prod_default3 .prod_info .p_buy a{color:inherit;font-size:inherit;position: absolute;left: 50%;top: 50%;max-width: 85%;-ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.prod_default3 .prod_Item:hover .p_buy{display: block;}

/*分页*/
.prod_default3 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default3 .page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.prod_default3 .page_btn a.cur,.prod_default3 .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default3 .page_btn a:nth-child(n+12){display: none;}
.prod_default3 .page_btn a:nth-last-child(1),.prod_default3 .page_btn a:nth-last-child(2),.prod_default3 .page_btn a:nth-last-child(3){display: inline-block !important;}
.prod_default3 .prev_btn,.prod_default3 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default3 .no_page{border: 0 !important;}
.prod_default3 .page_btn a:nth-child(n+10){display: none;}

.prod_default3 .zhekou {color: #ff002a; font-size:16px;font-weight: bold;line-height: 30px;clear:both;}
.prod_default3 .p_price2{font-family: "宋体";}
.prod_default3 .yuanjia2{color:#888;font-size: 12px;}
.prod_default3 .fuhao{color:#ff002a;font-size: 16px;font-family: "微软雅黑";}
.prod_default3 .jiage{color: #888;font-size: 12px;}

@media screen and (max-width:992px){
    .prod_default3 .prod_Item:hover .p_buy{display: none;}
}



@media screen and (max-width: 767px){
/*产品列表*/
.prod_default3 .prod{width:50%;margin-right:0; margin-bottom: 0; border-right: 1px solid #eee; border-bottom: 1px solid #eee;}
.prod_default3 .prod:nth-child(2n){border-right: none;}
.prod_default3 .prod_info{padding: 6px;}
.prod_default3 .unit,.prod_default3 .p_vip .v_jg,.prod_default3 .v_unit{font-size: 12px;}
.prod_default3 .p_vip{height: 18px; line-height: 23px;}
.prod_default3 .v_value{font-size: 14px;}
.prod_default3 .p_value{font-size: 18px;}
.prod_default3 .prod .p_detail{display: none !important;}
/*分页*/
/* .prod_default3 .page_btn a:nth-child(n+5){display: none;} */
}

/*pc*/
#productList_style_03_1540542213300 li{width: 30%;}
#productList_style_03_1540542213300 li.prod_Item{margin-bottom:5%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_03_1540542213300 li{width: 32%;}
	#productList_style_03_1540542213300 li.prod_Item{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_03_1540542213300 li{width: 49%;}
	#productList_style_03_1540542213300 li.prod_Item{margin-bottom:2%;}
}

#productList_style_03_1540542213300 .p_detail.pc {display:block;}
#productList_style_03_1540542213300 .p_detail.pad, #productList_style_03_1540542213300 .p_detail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_03_1540542213300 .p_detail.pad {display:block;}
	#productList_style_03_1540542213300 .p_detail.pc, #productList_style_03_1540542213300 .p_detail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_03_1540542213300 .p_detail.mobile {display:block;}
	#productList_style_03_1540542213300 .p_detail.pc, #productList_style_03_1540542213300 .p_detail.pad {display:none;}
	}

#productList_style_03_1540542213300 .p_name.pc {display:block;}
#productList_style_03_1540542213300 .p_name.pad, #productList_style_03_1540542213300 .p_name.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_03_1540542213300 .p_name.pad {display:block;}
	#productList_style_03_1540542213300 .p_name.pc, #productList_style_03_1540542213300 .p_name.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_03_1540542213300 .p_name.mobile {display:block;}
	#productList_style_03_1540542213300 .p_name.pc, #productList_style_03_1540542213300 .p_name.pad {display:none;}
	}



/*产品状态  新品 推荐*/
 .status{ color:red; display:inline-block; border:1px solid red; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}



	#productList_style_03_1540542213300 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_03_1540542213300 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_03_1540542213300 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_03_1540542213300 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_03_1540542213300 .submit_div{ display: inline-block; }
	
	#productList_style_03_1540542213300 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_03_1540542213300 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_03_1540542213300 .page_submit{margin-left:5px;}
	#productList_style_03_1540542213300 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
	@media screen and (max-width:640px) {
			#productList_style_03_1540542213300 .page_btn{ font-size:12px; }
			#productList_style_03_1540542213300 .submit_div{ display:none; }
		}

			#productList_style_03_1540542213300 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_03_1540542213300 .page{line-height:30px; padding:0 13px;}
		}
		
	#image_style_01_1540542213550 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1540542213550 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1540542213550 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1540542213550 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
/*产品样式*/
.prod_default3{width:100%; clear: both;}
.prod_default3 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default3 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default3 .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; overflow: hidden;}
.prod_default3 .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default3 .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default3 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default3 .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50% !important; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);}
.prod_default3 .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%);}
.prod_default3 .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default3 .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; position: relative;}
.prod_default3 .p_name {margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #333; line-height: 1.4; height: 38px\0;}
.prod_default3 .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block; width: 100%;}/*文字两行后自动超出隐藏*/
.prod_default3 .p_detail { font-size: 12px; height: 28px\0; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default3 .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default3 .p_group .p_lb{display: none;}
.prod_default3 .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default2 .p_line2{margin-bottom: 5px; overflow: hidden;; width: 100%;margin-top: 10px;}
.prod_default3 .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 50%; color: #666; font-size: 12px;}
.prod_default3 .p_jg{display: none;}
.prod_default3 .p_price {line-height: 1; white-space: nowrap;display: inline;}
.prod_default3 .p_value {color: #ff002a; font-size:22px;}
.prod_default3 .unit {color: #ff002a;font-size: 16px;}
.prod_default3 .p_vip { text-align: right; line-height:24px; height: 26px; white-space: nowrap;display: inline;position: absolute;left:0;width:100%;}
.prod_default3 .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default3 .v_value {color: #333; font-size: 18px;}
.prod_default3 .v_unit {color: #333;font-size: 12px;}
.prod_default3 .pro_button {display:none; margin: 10px 0; overflow: hidden;}
.prod_default3 .p_link { float: left; width: 48%; text-align: center;}
.prod_default3 .p_link a {display: block; padding: 10px 15px;}
.prod_default3 .p_cart { float: right; width: 48%; text-align: center;}
.prod_default3 .p_cart a {display: block; padding: 10px 15px;}
.prod_default3 a{text-decoration:none; }
.prod_default3 .prod_info .p_buy{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #ff6700; color:#fff;font-size:16px; cursor: pointer;display: none;}
.prod_default3 .prod_info .p_buy a{color:inherit;font-size:inherit;position: absolute;left: 50%;top: 50%;max-width: 85%;-ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.prod_default3 .prod_Item:hover .p_buy{display: block;}

/*分页*/
.prod_default3 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default3 .page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.prod_default3 .page_btn a.cur,.prod_default3 .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default3 .page_btn a:nth-child(n+12){display: none;}
.prod_default3 .page_btn a:nth-last-child(1),.prod_default3 .page_btn a:nth-last-child(2),.prod_default3 .page_btn a:nth-last-child(3){display: inline-block !important;}
.prod_default3 .prev_btn,.prod_default3 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default3 .no_page{border: 0 !important;}
.prod_default3 .page_btn a:nth-child(n+10){display: none;}

.prod_default3 .zhekou {color: #ff002a; font-size:16px;font-weight: bold;line-height: 30px;clear:both;}
.prod_default3 .p_price2{font-family: "宋体";}
.prod_default3 .yuanjia2{color:#888;font-size: 12px;}
.prod_default3 .fuhao{color:#ff002a;font-size: 16px;font-family: "微软雅黑";}
.prod_default3 .jiage{color: #888;font-size: 12px;}

@media screen and (max-width:992px){
    .prod_default3 .prod_Item:hover .p_buy{display: none;}
}



@media screen and (max-width: 767px){
/*产品列表*/
.prod_default3 .prod{width:50%;margin-right:0; margin-bottom: 0; border-right: 1px solid #eee; border-bottom: 1px solid #eee;}
.prod_default3 .prod:nth-child(2n){border-right: none;}
.prod_default3 .prod_info{padding: 6px;}
.prod_default3 .unit,.prod_default3 .p_vip .v_jg,.prod_default3 .v_unit{font-size: 12px;}
.prod_default3 .p_vip{height: 18px; line-height: 23px;}
.prod_default3 .v_value{font-size: 14px;}
.prod_default3 .p_value{font-size: 18px;}
.prod_default3 .prod .p_detail{display: none !important;}
/*分页*/
/* .prod_default3 .page_btn a:nth-child(n+5){display: none;} */
}

/*pc*/
#productList_style_03_1540542213311 li{width: 30%;}
#productList_style_03_1540542213311 li.prod_Item{margin-bottom:5%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_03_1540542213311 li{width: 32%;}
	#productList_style_03_1540542213311 li.prod_Item{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_03_1540542213311 li{width: 49%;}
	#productList_style_03_1540542213311 li.prod_Item{margin-bottom:2%;}
}

#productList_style_03_1540542213311 .p_detail.pc {display:block;}
#productList_style_03_1540542213311 .p_detail.pad, #productList_style_03_1540542213311 .p_detail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_03_1540542213311 .p_detail.pad {display:block;}
	#productList_style_03_1540542213311 .p_detail.pc, #productList_style_03_1540542213311 .p_detail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_03_1540542213311 .p_detail.mobile {display:block;}
	#productList_style_03_1540542213311 .p_detail.pc, #productList_style_03_1540542213311 .p_detail.pad {display:none;}
	}

#productList_style_03_1540542213311 .p_name.pc {display:block;}
#productList_style_03_1540542213311 .p_name.pad, #productList_style_03_1540542213311 .p_name.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_03_1540542213311 .p_name.pad {display:block;}
	#productList_style_03_1540542213311 .p_name.pc, #productList_style_03_1540542213311 .p_name.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_03_1540542213311 .p_name.mobile {display:block;}
	#productList_style_03_1540542213311 .p_name.pc, #productList_style_03_1540542213311 .p_name.pad {display:none;}
	}



/*产品状态  新品 推荐*/
 .status{ color:red; display:inline-block; border:1px solid red; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}



	#productList_style_03_1540542213311 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_03_1540542213311 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_03_1540542213311 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_03_1540542213311 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_03_1540542213311 .submit_div{ display: inline-block; }
	
	#productList_style_03_1540542213311 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_03_1540542213311 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_03_1540542213311 .page_submit{margin-left:5px;}
	#productList_style_03_1540542213311 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
	@media screen and (max-width:640px) {
			#productList_style_03_1540542213311 .page_btn{ font-size:12px; }
			#productList_style_03_1540542213311 .submit_div{ display:none; }
		}

			#productList_style_03_1540542213311 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_03_1540542213311 .page{line-height:30px; padding:0 13px;}
		}
		
	#image_style_01_1540526417913 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1540526417913 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1540526417913 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1540549408463 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1540549408463 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1540549408463 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1540549408463 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1540778325869 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1540778325869 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1540778325869 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1540778325869 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
.prod_default14 #prod_Ulist{list-style: none;padding: 0;}
.prod_default14 .prod_Item{background: #f7f7f7}
.prod_default14 .prod_Item:hover{border: 1px solid #3f937b;}
.prod_default14 {width:100%; clear: both;}
.prod_default14 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default14 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default14 .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 15px;border: 1px solid #eee;}
.prod_default14 .relative{position:relative; width:100%; height:auto; overflow:hidden;}

.prod_default14 .relative{width: 100%;overflow: hidden;}
.prod_default14 .pro_img{width: 100%;}
.prod_default14 .prodImg_box{position:relative; overflow: hidden; margin:20px; background: #eee; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;-ms-box-sizing: border-box; -o-box-sizing: border-box;}
.prod_default14 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default14 .prod_img span{position: absolute; left: 35%; top: 35%; right: 35%; bottom: 35%; background: none;}
.prod_default14 .prod_Item:hover .prod_img{transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05); -ms-transform: scale(1.05);}
.prod_default14 .prod_Item:hover .prod_img span{background: rgba(255,255,255,.25); top: 0; right: 0; bottom: 0;}
.prod_default14 .prod_img img.horizontal{width:100%; height:auto; position: absolute;left: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.prod_default14 .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.prod_default14 .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default14 .p_line{margin-bottom: 5px;overflow: hidden;width: 100%;}
.prod_default14 .p_price {display: inline-block;}
.prod_default14 .unitSet{color: #000;font-size: 16px;}
.prod_default14 .p_jg{font-size: 16px;} 
.prod_default14  .p_vip {display:inline-block;}
.prod_default14  .v_value {margin-left: 5px;line-height: 22px;font-size: 16px;font-weight: 900;}
.prod_default14 .v_jg{font-size: 12px;}
.prod_default14  .p_jg ,.prod_default14 .v_jg{font-family: arial,verdana;}
.prod_default14 .p_value,.prod_default14 #zk {font-size:16px;line-height:22px;font-weight: 900;margin-left: 5px;}
.prod_default14 .prod_info{position:relative;width: 100%;float: left;box-sizing: border-box;padding: 0 20px 20px;}
.prod_default14 .p_name{display: inline-block;position:relative;font-size: 14px;font-weight: bold;color: #3f937b;padding-bottom:5px;}
.prod_default14 .p_name a{text-decoration: inherit;position:relative;display:inline-block;color: inherit;font-weight: inherit;}
.prod_default14 .pro_button{display: inline-block;width: 100%;float: right;margin-top: 2px;}
.prod_default14 .p_cart a{text-decoration: none;    background-color: #3f937b;
    color: #fff;display:inline-block;font-size: 14px;height: 32px;line-height: 32px;width: 100%;text-align: center;}
.prod_default14 .p_detail {font-size: 12px; color: #666;padding-bottom:6px ;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}/*文字两行后自动超出隐藏*/
.prod_default14 .p_group {display: inline-block; float: left; color: #999999; font-size: 12px;}
.prod_default14 .p_num {display: inline-block;float:right;color: #999999; font-size: 12px;}
.prod_default14 .p_price2{display: inline;}

@media screen and (max-width: 1200px) and (min-width: 641px){
	.prod_default14 .relative{}

	.prod_default14 .prodImg_box{margin:10px;}
	.prod_default14 .p_name{font-size: 14px;padding-bottom:5px;padding-top:2px ;}
	.prod_default14 .p_price{}
	.prod_default14 .prod_info{padding:0 10px 10px;}
	.prod_default14 .p_value {font-size:16px;line-height:28px;}
	.prod_default14 .unit {font-size:16px;line-height:28px;}
	.prod_default14 .p_cart a{font-size: 12px;height: 28px;line-height: 28px;}
	.prod_default14 .p_detail { font-size: 12px;padding-top: 8px;}
	.prod_default14 .p_group {}
	.prod_default14 .p_num {}
}
@media screen and (max-width: 640px){
	.prod_default14 .relative{padding: 6px;}
	.prod_default14 .prodImg_box{margin:0;}
	.prod_default14 .p_name{font-size: 12px;padding-bottom:6px;padding-top:0;}
	.prod_default14 .p_value {font-size:12px;}
	.prod_default14 .unit {font-size:12px;line-height:22px;}
	.prod_default14 .p_cart a{font-size: 12px;height: 22px;line-height: 22px;}
	.prod_default14 .p_detail { font-size: 12px;padding-top: 4px; }
	.prod_default14 .p_num {}
	.prod_default14 .prod_info{padding:0;}
	.prod_default14  .p_vip {margin-left: 0;}
}
/*pc*/
#productList_style_14_1540606330059 li{width: 23.5%;}
#productList_style_14_1540606330059 li.prod_Item{margin-bottom:2%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_14_1540606330059 li{width: 23.5%;}
	#productList_style_14_1540606330059 li.prod_Item{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_14_1540606330059 li{width: 49%;}
	#productList_style_14_1540606330059 li.prod_Item{margin-bottom:2%;}
}

#productList_style_14_1540606330059 .p_detail.pc {display:block;}
#productList_style_14_1540606330059 .p_detail.pad, #productList_style_14_1540606330059 .p_detail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_14_1540606330059 .p_detail.pad {display:block;}
	#productList_style_14_1540606330059 .p_detail.pc, #productList_style_14_1540606330059 .p_detail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_14_1540606330059 .p_detail.mobile {display:block;}
	#productList_style_14_1540606330059 .p_detail.pc, #productList_style_14_1540606330059 .p_detail.pad {display:none;}
	}

#productList_style_14_1540606330059 .p_name.pc {display:block;}
#productList_style_14_1540606330059 .p_name.pad, #productList_style_14_1540606330059 .p_name.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_14_1540606330059 .p_name.pad {display:block;}
	#productList_style_14_1540606330059 .p_name.pc, #productList_style_14_1540606330059 .p_name.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_14_1540606330059 .p_name.mobile {display:block;}
	#productList_style_14_1540606330059 .p_name.pc, #productList_style_14_1540606330059 .p_name.pad {display:none;}
	}



/*产品状态  新品 推荐*/
 .status{ color:red; display:inline-block; border:1px solid red; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}



	#productList_style_14_1540606330059 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_14_1540606330059 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_14_1540606330059 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_14_1540606330059 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_14_1540606330059 .submit_div{ display: inline-block; }
	
	#productList_style_14_1540606330059 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_14_1540606330059 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_14_1540606330059 .page_submit{margin-left:5px;}
	#productList_style_14_1540606330059 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
	@media screen and (max-width:640px) {
			#productList_style_14_1540606330059 .page_btn{ font-size:12px; }
			#productList_style_14_1540606330059 .submit_div{ display:none; }
		}

			#productList_style_14_1540606330059 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_14_1540606330059 .page{line-height:30px; padding:0 13px;}
		}
		
	#image_style_01_1540953704290 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1540953704290 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1540953704290 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
.imgStyle_13{ width:100%; }

.imgStyle_13 *{ font-size:'微软雅黑'; }

.imgStyle_13 .imgTextUl{ display:flex; justify-content: space-between; flex-wrap: wrap; }

.imgStyle_13 .imgTextLi{ width:49%; overflow: hidden; margin-bottom:2%;}

.imgStyle_13 .imgTBox{ text-align: left; float:left; display:inline-block;}

.imgStyle_13 .imgTBox>img{ display: inline-block; width:100px;}

.imgStyle_13 .cont{ float:right; display:inline-block;}

.imgStyle_13 .imgBt{  font-size:20px; line-height:2; padding-left:10px;}

.imgStyle_13 .imgDetail{ font-size:12px; color:#666; padding-left:10px;}



@media screen and (max-width: 768px){

	.imgStyle_13 .imgTextLi{ width:100%;}

	.imgStyle_13 .imgTBox>img{ width:50px; }

	.imgStyle_13 .imgBt{ font-size:16px; line-height:2.5;}

}
			#image_style_13_1538285777707 .imgDetail{ display:block; }
	
	


			#image_style_13_1538285777707 li{ width:23.5%; }
		#image_style_13_1538285777707 li.imgTextLi{ margin-bottom:2%; }
		#image_style_13_1538285777707 .imgTBox img{ width:42px;}
		#image_style_13_1538285777707 .cont{width:calc(100% - 42px);}

	@media screen and (min-width: 769px) and (max-width: 1024px){
		#image_style_13_1538285777707 li{ width:23.5%; }
		#image_style_13_1538285777707 li.imgTextLi{ margin-bottom:2%; }
		#image_style_13_1538285777707 .imgTBox img{ width:40px;}
		#image_style_13_1538285777707 .cont{width:calc(100% - 40px);}
	}
	@media screen and (max-width: 768px){
		#image_style_13_1538285777707 li{ width:48%; }
		#image_style_13_1538285777707 li.imgTextLi{ margin-bottom:4%; }
		#image_style_13_1538285777707 .imgTBox img{ width:50px;}
		#image_style_13_1538285777707 .cont{width:calc(100% - 50px);}
	}
	
	



				.bottomMenu{width: 100%; box-sizing:border-box; display: none;position:fixed;bottom:0;z-index:999999}

				.bottomMenu ul{width:100%; height: 40px; padding:6px 0; background-color: #fff; border-top: 1px solid #ddd; box-shadow: 0 0px 6px rgba(0,0,0,.1); display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}

				.bottomMenu ul li{position:relative; box-sizing: border-box; -webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;}

				.bottomMenu ul li .menuItem{position: relative;}

				.bottomMenu ul li .menuIco{width: 26px; height: 26px; overflow: hidden; margin: auto;}

				.bottomMenu ul li .menuIco img{width: 100%;}

				.bottomMenu ul li .menuName{font-size: 12px; white-space: nowrap; margin: auto; text-align: center; color: #333; line-height: 18px;}

				.bottomMenu ul li .submenuItems{position: absolute; bottom: 48px; z-index:999999; width: 100%; text-align: center; border: 1px solid #ddd; background-color: #fff; box-shadow: 0 0px 6px rgba(0,0,0,.1);}

				.bottomMenu ul li .submenuItems a{display: block; height: 36px; line-height: 36px; font-size: 12px; color: #333; border-bottom: 1px solid #ddd;}

				@media screen and (max-width:767px) {

					.bottomMenu{display: block;}

					body{padding-bottom:55px;}

				}

#banner_style_01_1524886558291{width:1920px;height:750px;position:absolute;top:0px;left:calc(50% - 960px);z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1524886558291{width:100%;left:0%;top:0px;height:368px;}}   @media screen and (max-width:640px) {#banner_style_01_1524886558291{width:100%;height:137px;top:0px;left:0%;}}  #layout_1532758625867{height:750px;z-index:9999;}   @media screen and (min-width:641px) and (max-width:1200px) {layout_1532758625867{height:368px;}}   @media screen and (max-width:640px) {#layout_1532758625867{height:137px;z-index:1;}} 
 
 /* banner样式 */

.bannerStyle_1{width:100%; height:100%; position:relative;}
.bannerStyle_1 .main_visual{height:100%; overflow:hidden; position:relative; }

.bannerStyle_1 .main_image{height:100%; overflow:hidden; position:relative; }

/* 圆点 */
.bannerStyle_1 div.flicking_con{position:absolute; bottom:20px; left:0; z-index:999; width:100%; height:14px; text-align:center; }
.bannerStyle_1 div.flicking_con a{width:14px; height:14px; padding:0; background:none; border:1px solid #eee; display:inline-block; box-sizing:border-box; margin:0 3px; border-radius:100%; }
.bannerStyle_1 div.flicking_con a.on{background:#ccc; border:0;}

/* 左右按钮 */
.bannerStyle_1 .btn_prev,.bannerStyle_1 .btn_next{z-index:11111; position:absolute; width:73px; height:74px; top:50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); display:none; }
.bannerStyle_1 .btn_prev{background:url(../img/hover_left.png) no-repeat left top; left:20px; background-size: 80%;}
.bannerStyle_1 .btn_next{background:url(../img/hover_right.png) no-repeat right top; right:20px; background-size: 80%;}

/* 遮罩面板 */
.bannerStyle_1 .ground_glass{display:none; position:absolute; top:0; left:0; opacity:0; width:100%; height:100%; z-index:998; background-color:#fff;}

@media screen and  (min-width:326px) and (max-width:767px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
}

/* 默认 动画效果 */
.bannerStyle_1 .main_image .img-list{width:100%; height:100%; overflow:hidden; position:absolute; top:0; left:0}
.bannerStyle_1 .main_image .img-item{position:absolute; width:100%; height:100%; display:block; top:0;}
.bannerStyle_1 .main_image .img-item span{display:block; width:100%; height:100%; background-size:cover !important;}
.bannerStyle_1 .main_image .img-item a{display:block; width:100%; height:100%; overflow: hidden;}

/* 3D矩形旋转 动画效果 */
.bannerStyle_1.rotate-3d .img-part{
	position: absolute;
	top: 0;
	width: calc(20% + 1px);	/* [注意] 修改为总宽度 / 动画块个数 */
	height: 100%;
	background-color: #fff;
	transition: all .7s;
	/* 设置子元素在3D空间中呈现 */
	transform-style: preserve-3d;
}
.bannerStyle_1.rotate-3d .img-part .img{
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: 500% auto;	/* [注意] 宽度 为 动画块个数 * 100%, 这样图片可以分若干份后始终100%, 如果不需要这样, 可以设置为cover */
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(1){
	transform: rotateX(0deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(2){
	transform: rotateX(-90deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(3){
	transform: rotateX(-180deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(4){
	transform: rotateX(-270deg) translateZ(150px);
}

#banner_style_01_1524886558291 .bannerStyle_1 .main_image .img-item .img_0{background: url('/img/banner.jpg') center top no-repeat;}
#banner_style_01_1524886558291 .bannerStyle_1 .main_image .img-item .img_1{background: url('/img/banner.jpg') center top no-repeat;}
#banner_style_01_1524886558291 .bannerStyle_1 .main_image .img-item .img_2{background: url('/img/banner.jpg') center top no-repeat;}
#banner_style_01_1524886558291 .bannerStyle_1 .ground_glass{}