
/**
    *编辑器         \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-position:left top; }



 #dh_style_11_1524213504843{width:832px;z-index:999;left:30.666666666666664%;top:56px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_11_1524213504843{width:68.06629834254143%;z-index:999;left:31.38528138528138%;top:33px;}}   @media screen and (max-width:640px) {#dh_style_11_1524213504843{width:44px;z-index:999;left:83.77442996742671%;top:9px;display:block;}} #dh_style_11_1524213504843 > .view_contents{overflow:visible;}  #dh_style_11_1524213504843 .mainMenuSet:hover {font-family:Microsoft YaHei;color:#0a8708;font-weight:bold;font-size:14px;border-right:none !important;border-top:none !important;border-left:none !important;border-style:solid;border-width:2px;} #dh_style_11_1524213504843 #hot>a {font-family:Microsoft YaHei;color:#0a8708;font-weight:bold;font-size:14px;border-right:none !important;border-top:none !important;border-left:none !important;border-style:solid;border-width:2px;} #dh_style_11_1524213504843 .subMenuSet:hover {color:#007f00;background:#f2f1ef;font-family:Microsoft YaHei;font-size:12px;} #dh_style_11_1524213504843 .subCurSet {color:#007f00;background:#f2f1ef;font-family:Microsoft YaHei;font-size:12px;} #dh_style_11_1524213504843 .subMenuSet:active {color:#007f00;} #dh_style_11_1524213504843 .mainMenuSet {font-family:Microsoft YaHei;border-style:none;} #dh_style_11_1524213504843 .subMenuSet {}

 #image_logo_1524213504848{width:361px;height:52px;position:absolute;top:36px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1524213504848{height:45px;top:27px;left:0%;width:297px;}}   @media screen and (max-width:640px) {#image_logo_1524213504848{height:46px;top:8px;left:0%;width:263px;display:block;}} 

 #text_default_1547469540839{width:33.75%;height:37px;position:absolute;top:10px;left:63.66666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1547469540839{left:60.773480662983424%;top:3px;width:355px;}}   @media screen and (max-width:640px) {#text_default_1547469540839{width:81.25%;top:28px;left:17.004275244299674%;height:20px;display:none;}} 

 #qqol_style_01_1550807764538{width:26.5%;position:absolute;left:44.04166666666667%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#qqol_style_01_1550807764538{left:13.902640264026402%;width:72.1947194719472%;}}   @media screen and (max-width:640px) {#qqol_style_01_1550807764538{width:96%;top:0px;left:2%;display:none;}} #qqol_style_01_1550807764538 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1524213504735{width:1200px;height:99px;position:absolute;top:35px;left:calc(50% - 600px);z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1524213504735{height:76px;width:97.98515376458113%;left:2.014846235418876%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1524213504735{width:97.5%;height:58px;top:35px;left:2%;display:block;}} #div_a_includeBlock_1524213504735 > .view_contents{overflow:visible;} 


 #text_style_01_1547388744664{width:22.61268143621085%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:4.163483575248281%;top:6px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1547388744664{left:2.2269353128313893%;width:97.77306468716861%;}}   @media screen and (max-width:640px) {#text_style_01_1547388744664{width:98.046875%;top:0px;left:1.9543973941368076%;}}  #text_style_01_1547388744664>.view_contents {box-sizing:border-box;font-size:14px;color:#c9c7c7;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1547388744664>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1547388744664>.view_contents {box-sizing:border-box;font-size:14px;}}
 #div_a_includeBlock_1547388551726{width:100%;height:35px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1547388551726{height:35px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1547388551726{width:98%;height:27px;top:9px;left:2%;display:block;}}  #div_a_includeBlock_1547388551726  {background:#757575;} #comm_layout_header{height:134px;z-index:9999;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:111px;display:block;}}   @media screen and (max-width:640px) {#comm_layout_header{height:95px;z-index:11;top:0px;left:0%;display:block;}} #comm_layout_header > .view_contents{overflow:visible;}  #comm_layout_header  {background:#fffefc;}
/*----------------------电脑板式样式----------------------*/
#comm_layout_header{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#comm_layout_header{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#comm_layout_header{
		
	}
}


 #banner_style_01_1524222175734{width:1200px;height:479px;position:absolute;top:0px;left:calc(50% - 600px);z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1524222175734{height:366px;left:0%;top:1px;width:1025px;}}   @media screen and (max-width:640px) {#banner_style_01_1524222175734{width:100%;height:139px;top:0%;left:0%;}}  #layout_1524187046583{height:479px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1524187046583{height:370px;}}   @media screen and (max-width:640px) {#layout_1524187046583{height:139px;}} #layout_1524187046583 > .view_contents{overflow:visible;}  #layout_1524187046583  {background:#edefed;}


 #text_default_1547470603760{width:46.916666666666664%;height:26px;position:absolute;left:52.87500000000001%;top:13px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1547470603760{width:272px;left:66.04586426299046%;top:14px;}}   @media screen and (max-width:640px) {#text_default_1547470603760{width:96%;height:20px;top:72.05049833887044px;left:2%;}} 

 #searchbox_style_01_1547470771352{width:45.58333333333333%;position:absolute;top:55px;left:52.79166666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#searchbox_style_01_1547470771352{width:310px;left:66.04586426299046%;top:55px;}}   @media screen and (max-width:640px) {#searchbox_style_01_1547470771352{width:96%;top:102.05049833887044px;left:2%;}} #searchbox_style_01_1547470771352 > .view_contents{overflow:visible;}  #searchbox_style_01_1547470771352 .btnaSet {background:#759d3c;color:#fcfcfc;height:30px;} #searchbox_style_01_1547470771352 .inputSet {height:30px;border-color:#c2c4c2;}

 #image_style_01_1547471347678{width:602px;height:102px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1547471347678{}}   @media screen and (max-width:640px) {#image_style_01_1547471347678{width:96.00000000000001%;height:52.05049833887044px;top:10px;left:2%;}} #image_style_01_1547471347678 > .view_contents{overflow:visible;}  #layout_1547469940100{height:102px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1547469940100{height:102px;}}   @media screen and (max-width:640px) {#layout_1547469940100{height:142.05049833887045px;}} #layout_1547469940100 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1547469940100  {background:#edefed;}


 #image_style_01_1547473236841{width:1200px;height:412px;position:absolute;top:3px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1547473236841{width:976px;left:0%;height:320px;top:18px;}}   @media screen and (max-width:640px) {#image_style_01_1547473236841{width:96%;height:110px;top:8px;left:1.9970703125%;}} #image_style_01_1547473236841 > .view_contents{overflow:visible;} 

 #text_default_1547473334383{width:21.666666666666668%;height:72px;position:absolute;top:320px;left:1.7500000000000002%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1547473334383{left:1.007423117709438%;top:253px;height:66px;}}   @media screen and (max-width:640px) {#text_default_1547473334383{width:20.8%;height:20px;top:210px;left:12.934570312499998%;display:none;}} 

 #text_default_1547473583527{width:21.666666666666668%;height:72px;position:absolute;top:320px;left:26.583333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1547473583527{left:27.32469512195122%;top:258px;height:61px;}}   @media screen and (max-width:640px) {#text_default_1547473583527{width:20.8%;height:20px;top:327px;left:101.6875%;display:none;}} 

 #text_default_1547473671364{width:21.666666666666668%;height:72px;position:absolute;top:320px;left:51.916666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1547473671364{left:55.19949628844114%;top:256px;height:66px;}}   @media screen and (max-width:640px) {#text_default_1547473671364{width:20.8%;height:20px;top:327px;left:196.6875%;display:none;}} 

 #text_default_1547473792428{width:21.666666666666668%;height:72px;position:absolute;top:314px;left:76.83333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1547473792428{left:79.27160657476139%;top:255px;width:190px;height:65px;}}   @media screen and (max-width:640px) {#text_default_1547473792428{width:20.8%;height:20px;top:321px;left:290.125%;display:none;}}  #layout_1547472083518{height:462px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1547472083518{height:367px;}}   @media screen and (max-width:640px) {#layout_1547472083518{height:119px;}} #layout_1547472083518 > .view_contents{overflow:visible;max-width:1200px;} 



 #image_style_01_1547383314435{width:339px;height:199px;position:absolute;left:2.8870292887029287%;top:30px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1547383314435{left:0.5624334398296059%;width:31.948881789137378%;height:188px;top:15px;}}   @media screen and (max-width:640px) {#image_style_01_1547383314435{}} #image_style_01_1547383314435 > .view_contents{overflow:visible;} 

 #text_style_01_1547384152832{width:63.51464435146443%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:34.18148535564853%;top:27px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1547384152832{left:34.1886315228967%;width:64.5367412140575%;top:7px;}}   @media screen and (max-width:640px) {#text_style_01_1547384152832{width:96%;top:72px;left:1.9970703125%;}}  #text_style_01_1547384152832>.view_contents {box-sizing:border-box;font-size:16px;font-family:Microsoft YaHei;color:#6d6c67;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1547384152832>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1547384152832>.view_contents {box-sizing:border-box;font-size:16px;}}

 #image_style_01_1547384519882{width:32px;height:32px;position:absolute;left:2.509152719665272%;top:270px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1547384519882{left:2.6757188498402558%;width:2.9818956336528224%;top:258px;height:32px;}}   @media screen and (max-width:640px) {#image_style_01_1547384519882{}} #image_style_01_1547384519882 > .view_contents{overflow:visible;} 

 #text_style_01_1547384595209{width:17.90794979079498%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:3.1367677824267783%;top:274px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1547384595209{left:3.208200212992545%;width:20.23429179978701%;top:265px;}}   @media screen and (max-width:640px) {#text_style_01_1547384595209{width:96%;top:830.7327433628318px;left:2%;}}  #text_style_01_1547384595209>.view_contents {box-sizing:border-box;font-size:16px;color:#6d6c69;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1547384595209>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1547384595209>.view_contents {box-sizing:border-box;font-size:16px;}}

 #image_style_01_1547384779972{width:2.6778242677824267%;height:32px;position:absolute;left:2.6765167364016738%;top:378px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1547384779972{}}   @media screen and (max-width:640px) {#image_style_01_1547384779972{}} #image_style_01_1547384779972 > .view_contents{overflow:visible;} 

 #text_style_01_1547384836827{width:22.343096234309623%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:2.8857217573221754%;top:382px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1547384836827{width:242px;}}   @media screen and (max-width:640px) {#text_style_01_1547384836827{width:96%;top:1075.1327433628317px;left:2%;}}  #text_style_01_1547384836827>.view_contents {box-sizing:border-box;font-size:16px;color:#6d6c69;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1547384836827>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1547384836827>.view_contents {box-sizing:border-box;font-size:16px;}}

 #div_a_includeBlock_1524136286199{width:30.962343096234306%;height:240px;position:absolute;top:270px;left:32.50915271966527%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1524136286199{height:219px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1524136286199{}}  #div_a_includeBlock_1524136286199:hover {background-size:cover;} #div_a_includeBlock_1524136286199  {border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#e6e6e6;border-right-color:#e6e6e6;border-bottom-color:#e6e6e6;border-left-color:#e6e6e6;background: url(../img/upimages/ban-1.png);border-width:0.5px;} @media screen and (max-width:640px) { #div_a_includeBlock_1524136286199  {background: url(../img/upimages/pkgimg/icon/500166197_banner12.jpg);background-size:cover;}}
/*----------------------电脑板式样式----------------------*/
#div_a_includeBlock_1524136286199{
	
}
#div_a_includeBlock_1524136286199:hover div.blank{ background:white;}
#div_a_includeBlock_1524136286199:hover div.text.style_01 .view_contents{color:white;}
#div_a_includeBlock_1524136286199:hover div.image{background-image:url(/userimg/2158/icon/20180419200427887.png);}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1524136286199{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#div_a_includeBlock_1524136286199{
		
	}
}

 #div_a_includeBlock_1547362967466{width:30.962343096234306%;height:240px;position:absolute;top:270px;left:67.90794979079497%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1547362967466{height:214px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1547362967466{}}  #div_a_includeBlock_1547362967466:hover {background-size:cover;} #div_a_includeBlock_1547362967466  {border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#e6e6e6;border-right-color:#e6e6e6;border-bottom-color:#e6e6e6;border-left-color:#e6e6e6;background: url(../img/upimages/huiyi-1.png);border-width:0.5px;} @media screen and (max-width:640px) { #div_a_includeBlock_1547362967466  {background: url(../img/upimages/pkgimg/icon/500166197_banner12.jpg);background-size:cover;}}
/*----------------------电脑板式样式----------------------*/
#div_a_includeBlock_1547362967466{
	
}
#div_a_includeBlock_1547362967466:hover div.blank{ background:white;}
#div_a_includeBlock_1547362967466:hover div.text.style_01 .view_contents{color:white;}
#div_a_includeBlock_1547362967466:hover div.image{background-image:url(/userimg/2158/icon/20180419200427887.png);}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1547362967466{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#div_a_includeBlock_1547362967466{
		
	}
}
 #div_a_includeBlock_1547383288331{width:99.58333333333333%;height:578px;position:absolute;top:83px;left:0.2083333333333357%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1547383288331{top:69px;height:535px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1547383288331{width:100%;height:1220px;top:48px;left:0%;}}  #div_a_includeBlock_1547383288331:hover {}

 #image_style_01_1522638616327{width:53.333333333333336%;height:14px;position:absolute;top:58px;left:23.333333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522638616327{}}   @media screen and (max-width:640px) {#image_style_01_1522638616327{width:96%;height:6px;top:41px;left:1.9970703125%;}} #image_style_01_1522638616327 > .view_contents{overflow:visible;} 

 #text_style_01_1547386508876{width:8.416666666666666%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:15px;left:45.79166666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1547386508876{width:117px;}}   @media screen and (max-width:640px) {#text_style_01_1547386508876{width:36.5625%;top:1px;left:36.0595703125%;}}  #text_style_01_1547386508876>.view_contents {box-sizing:border-box;color:#227f06;font-family:Microsoft YaHei;font-size:25px;font-weight:normal;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1547386508876>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1547386508876>.view_contents {box-sizing:border-box;}} #layout_1522648748854{height:664px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1522648748854{height:604px;}}   @media screen and (max-width:640px) {#layout_1522648748854{height:1941px;display:none;top:-1436px;left:0%;}} #layout_1522648748854 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1522648748854  {background:#f2f2f2;}




 #productList_style_01_1547474185777{width:1117px;left:calc(50% - 558.5px);top:32px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_01_1547474185777{width:95.01590668080594%;left:2.2269353128313893%;top:8px;}}   @media screen and (max-width:640px) {#productList_style_01_1547474185777{width:96%;left:1.9970703125%;top:13px;}} #productList_style_01_1547474185777 > .view_contents{overflow:visible;}  #productList_style_01_1547474185777 .modSet {border-style:none;} #productList_style_01_1547474185777 .titleSet {text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_01_1547474185777 .titleSet {text-align:center;}}

 #productList_style_06_1547714952613{width:93.08333333333333%;left:3.4583333333333335%;top:38px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_06_1547714952613{width:95.01590668080594%;}}   @media screen and (max-width:640px) {#productList_style_06_1547714952613{width:96%;left:0%;top:0px;}} #productList_style_06_1547714952613 > .view_contents{overflow:visible;}  #productList_style_06_1547714952613 .modSet {border-style:none;} #productList_style_06_1547714952613 .titleSet {text-align:center;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_06_1547714952613 .titleSet {text-align:center;}}

 #productList_style_06_1547715023322{width:93.08333333333333%;left:3.4583333333333357%;top:27px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_06_1547715023322{width:95.01590668080594%;}}   @media screen and (max-width:640px) {#productList_style_06_1547715023322{width:96%;left:0%;top:0px;}} #productList_style_06_1547715023322 > .view_contents{overflow:visible;}  #productList_style_06_1547715023322 .modSet {border-style:none;} #productList_style_06_1547715023322 .titleSet {text-align:center;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_06_1547715023322 .titleSet {text-align:center;}}

 #productList_style_06_1547715050606{width:93.08333333333333%;left:3.4583333333333335%;top:22px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_06_1547715050606{width:95.01590668080594%;}}   @media screen and (max-width:640px) {#productList_style_06_1547715050606{width:96%;left:0%;top:0px;}} #productList_style_06_1547715050606 > .view_contents{overflow:visible;}  #productList_style_06_1547715050606 .modSet {border-style:none;} #productList_style_06_1547715050606 .titleSet {text-align:center;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_06_1547715050606 .titleSet {text-align:center;}}

 #productList_style_06_1547715079886{width:93.08333333333333%;left:3.4583333333333357%;top:37px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_06_1547715079886{width:95.01590668080594%;}}   @media screen and (max-width:640px) {#productList_style_06_1547715079886{width:96%;left:0%;top:0px;}} #productList_style_06_1547715079886 > .view_contents{overflow:visible;}  #productList_style_06_1547715079886 .modSet {border-style:none;} #productList_style_06_1547715079886 .titleSet {text-align:center;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_06_1547715079886 .titleSet {text-align:center;}}

 #productList_style_06_1547715215184{width:93.08333333333333%;left:3.4583333333333335%;top:18px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_06_1547715215184{width:95.01590668080594%;}}   @media screen and (max-width:640px) {#productList_style_06_1547715215184{width:96%;left:0%;top:0px;}} #productList_style_06_1547715215184 > .view_contents{overflow:visible;}  #productList_style_06_1547715215184 .modSet {border-style:none;} #productList_style_06_1547715215184 .titleSet {text-align:center;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_06_1547715215184 .titleSet {text-align:center;}}

 #productList_style_06_1547715239218{width:93.08333333333333%;left:3.4583333333333335%;top:27px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_06_1547715239218{width:95.01590668080594%;}}   @media screen and (max-width:640px) {#productList_style_06_1547715239218{width:96%;left:0%;top:0px;}} #productList_style_06_1547715239218 > .view_contents{overflow:visible;}  #productList_style_06_1547715239218 .modSet {border-style:none;} #productList_style_06_1547715239218 .titleSet {text-align:center;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_06_1547715239218 .titleSet {text-align:center;}}

 #productList_style_06_1551767758937{width:95.08333333333333%;left:2.458333333333333%;top:6px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_06_1551767758937{width:95.01590668080594%;}}   @media screen and (max-width:640px) {#productList_style_06_1551767758937{width:96%;left:0%;top:0px;}} #productList_style_06_1551767758937 > .view_contents{overflow:visible;}  #productList_style_06_1551767758937 .modSet {border-style:none;} #productList_style_06_1551767758937 .titleSet {text-align:center;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_06_1551767758937 .titleSet {text-align:center;}}

 #productList_style_06_1547715261071{width:93.08333333333333%;left:3.4583333333333357%;top:20px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_06_1547715261071{width:95.01590668080594%;}}   @media screen and (max-width:640px) {#productList_style_06_1547715261071{width:96%;left:0%;top:0px;}} #productList_style_06_1547715261071 > .view_contents{overflow:visible;}  #productList_style_06_1547715261071 .modSet {border-style:none;} #productList_style_06_1547715261071 .titleSet {text-align:center;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_06_1547715261071 .titleSet {text-align:center;}}

 #productList_style_06_1547715278258{width:93.08333333333333%;left:3.4583333333333335%;top:36px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_06_1547715278258{width:95.01590668080594%;}}   @media screen and (max-width:640px) {#productList_style_06_1547715278258{width:96%;left:0%;top:0px;}} #productList_style_06_1547715278258 > .view_contents{overflow:visible;}  #productList_style_06_1547715278258 .modSet {border-style:none;} #productList_style_06_1547715278258 .titleSet {text-align:center;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_06_1547715278258 .titleSet {text-align:center;}}

 #productList_style_06_1551767906089{width:93.08333333333333%;left:3.4583333333333335%;top:7px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_06_1551767906089{width:95.01590668080594%;}}   @media screen and (max-width:640px) {#productList_style_06_1551767906089{width:96%;left:0%;top:0px;}} #productList_style_06_1551767906089 > .view_contents{overflow:visible;}  #productList_style_06_1551767906089 .modSet {border-style:none;} #productList_style_06_1551767906089 .titleSet {text-align:center;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_06_1551767906089 .titleSet {text-align:center;}} #tab_style_03_1547460137221{width:100%;height:569px;position:absolute;top:81px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#tab_style_03_1547460137221{height:421px;width:939px;left:calc(50% - 469.5px);}}   @media screen and (max-width:640px) {#tab_style_03_1547460137221{width:100%;height:1408px;top:44px;left:0%;}}  #tab_style_03_1547460137221 .tabItemSet {font-size:14px;opacity:1;border-top:none !important;border-right:none !important;border-left:none !important;border-bottom:none !important;border-style:none;border-color:transparent;border-width:0px;} #tab_style_03_1547460137221  {background:#f5f5f5;border-top-color:#dddddd;border-right-color:#dddddd;border-bottom-color:#dddddd;border-left-color:#dddddd;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;} #tab_style_03_1547460137221 .tabCurItem {background:#47c667;color:#ffffff;} #tab_style_03_1547460137221 .tabconSet {background:#ffffff;border-top-color:#06c647;border-top-style:solid;border-top-width:2px;border-color:#759d3c;border-right:none !important;border-bottom:none !important;border-left:none !important;} #tab_style_03_1547460137221 .tabItemSet.tabCurItem {background:#759d3c;} #tab_style_03_1547460137221 .tabconSet:hover {border-top:none !important;border-style:solid;border-width:0px;} #tab_style_03_1547460137221 .arrowLeftSet {border-color:#537504;border-left:none !important;border-bottom:none !important;border-right:none !important;border-top:none !important;border-style:none;border-width:0px;}
/*----------------------电脑板式样式----------------------*/
#tab_style_03_1547460137221{
	border:none;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#tab_style_03_1547460137221{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#tab_style_03_1547460137221{
		
	}
}

 #text_style_01_1522658984188{width:50%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:36px;left:25%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522658984188{}}   @media screen and (max-width:640px) {#text_style_01_1522658984188{width:96%;top:0px;left:2%;}}  #text_style_01_1522658984188>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:25px;text-align:center;color:#0f5c2e;line-height:35px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522658984188>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522658984188>.view_contents {box-sizing:border-box;font-size:16px;line-height:20px;}}

 #image_style_01_1547514832336{width:53.333333333333336%;height:14px;position:absolute;top:74px;left:23.333333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1547514832336{}}   @media screen and (max-width:640px) {#image_style_01_1547514832336{width:96%;height:6px;top:30px;left:2%;}} #image_style_01_1547514832336 > .view_contents{overflow:visible;}  #layout_1524216347799{height:650px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1524216347799{height:495px;}}   @media screen and (max-width:640px) {#layout_1524216347799{height:1452px;display:none;}} #layout_1524216347799 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_01_1547519470355{width:1600px;height:138px;position:absolute;top:0px;left:calc(50% - 800px);}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1547519470355{left:calc(50% - 645px);top:2px;width:1290px;height:110px;}}   @media screen and (max-width:640px) {#image_style_01_1547519470355{width:96.00000000000003%;height:26.49600000000001px;top:10px;left:2%;}} #image_style_01_1547519470355 > .view_contents{overflow:visible;}  #layout_1547518329683{height:138px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1547518329683{height:112px;}}   @media screen and (max-width:640px) {#layout_1547518329683{height:46.49600000000001px;}} #layout_1547518329683 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1547518329683  {background:#cecdc8;}



 #newsList_style_01_1547475024511{width:95.66326530612244%;left:0%;top:71px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_01_1547475024511{left:2.1103896103896105%;}}   @media screen and (max-width:640px) {#newsList_style_01_1547475024511{}}  #newsList_style_01_1547475024511 .titleSet {font-size:14px;color:#82877a;line-height:15px;padding-top:0px;}

 #image_style_01_1547475495345{width:380px;height:34px;position:absolute;left:0%;top:32px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1547475495345{left:3.0336850649350646%;width:95.77922077922078%;}}   @media screen and (max-width:640px) {#image_style_01_1547475495345{height:26.644897959183673px;}} #image_style_01_1547475495345 > .view_contents{overflow:visible;} 

 #text_style_01_1547475632442{width:27.29591836734694%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:7.142857142857142%;top:28px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1547475632442{left:9.202516233766234%;width:74.02597402597402%;top:27px;}}   @media screen and (max-width:640px) {#text_style_01_1547475632442{width:370px;top:0px;left:0%;}}  #text_style_01_1547475632442>.view_contents {box-sizing:border-box;font-size:18px;font-family:Microsoft YaHei;color:#497508;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1547475632442>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1547475632442>.view_contents {box-sizing:border-box;font-size:18px;}}
 #div_a_includeBlock_1547475117125{width:32.666666666666664%;height:435px;position:absolute;top:42px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1547475117125{height:459px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1547475117125{width:96%;height:415px;top:10px;left:2%;}} 


 #newsList_style_03_1547475711704{width:95.66326530612244%;left:0.5102040816326531%;top:71px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_03_1547475711704{left:2.272727272727273%;}}   @media screen and (max-width:640px) {#newsList_style_03_1547475711704{top:71px;left:0.508957654723127%;}}  #newsList_style_03_1547475711704 .titleSet {font-size:14px;color:#82877a;line-height:15px;padding-top:0px;}

 #image_style_01_1547475711718{width:380px;height:34px;position:absolute;left:0%;top:32px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1547475711718{left:1.4103084415584415%;width:97.72727272727273%;height:34px;}}   @media screen and (max-width:640px) {#image_style_01_1547475711718{height:26.644897959183673px;}} #image_style_01_1547475711718 > .view_contents{overflow:visible;} 

 #text_style_01_1547475711747{width:27.29591836734694%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:7.908163265306123%;top:27px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1547475711747{left:9.740259740259742%;width:90.25974025974025%;}}   @media screen and (max-width:640px) {#text_style_01_1547475711747{width:370px;top:0px;left:0%;}}  #text_style_01_1547475711747>.view_contents {box-sizing:border-box;font-size:18px;font-family:Microsoft YaHei;color:#497508;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1547475711747>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1547475711747>.view_contents {box-sizing:border-box;font-size:18px;}}
 #div_a_includeBlock_1547475711384{width:32.666666666666664%;height:435px;position:absolute;top:42px;left:34.375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1547475711384{height:457px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1547475711384{width:96%;height:610px;top:435px;left:2%;}} 


 #image_style_01_1547514949511{width:380px;height:34px;position:absolute;left:0%;top:32px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1547514949511{left:2.1832912457912457%;width:95.28619528619528%;height:32px;}}   @media screen and (max-width:640px) {#image_style_01_1547514949511{height:27.631746031746033px;}} #image_style_01_1547514949511 > .view_contents{overflow:visible;} 

 #text_style_01_1547514949518{width:27.29591836734694%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:8.444940476190476%;top:27px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1547514949518{left:11.784511784511785%;width:88.21548821548821%;}}   @media screen and (max-width:640px) {#text_style_01_1547514949518{width:370px;top:0px;left:0%;}}  #text_style_01_1547514949518>.view_contents {box-sizing:border-box;font-size:18px;font-family:Microsoft YaHei;color:#497508;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1547514949518>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1547514949518>.view_contents {box-sizing:border-box;font-size:18px;}}

 #newsList_style_03_1547515385053{width:96.63299663299664%;left:1.6835016835016816%;top:71px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_03_1547515385053{left:1.6835016835016816%;top:71px;width:96.63299663299664%;}}   @media screen and (max-width:640px) {#newsList_style_03_1547515385053{}}  #newsList_style_03_1547515385053 .titleSet {font-size:14px;color:#82877a;line-height:15px;padding-top:0px;}
 #div_a_includeBlock_1547514949259{width:31.5%;height:439px;position:absolute;top:42px;left:68.41666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1547514949259{height:460px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1547514949259{width:96%;height:339px;top:1055px;left:2%;}}  #layout_1547474936645{height:516px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1547474936645{}}   @media screen and (max-width:640px) {#layout_1547474936645{height:1404px;}} #layout_1547474936645 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_01_1547519670115{width:75px;height:45px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1547519670115{left:1.378579003181336%;top:1px;}}   @media screen and (max-width:640px) {#image_style_01_1547519670115{width:17.8125%;height:25px;top:10px;left:2%;}} #image_style_01_1547519670115 > .view_contents{overflow:visible;} 


 #text_default_1547519821083{width:99.6669442131557%;height:77px;position:absolute;left:0%;top:4px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1547519821083{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_default_1547519821083{width:370px;top:0px;left:0%;height:20px;}} 
 #div_a_includeBlock_1547519743517{width:100.08333333333333%;height:92px;position:absolute;top:45px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1547519743517{width:931px;left:1.378579003181336%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1547519743517{width:96.7529296875%;height:30px;top:47px;left:3.125%;}}  #div_a_includeBlock_1547519743517  {border-right:none !important;border-bottom:none !important;border-style:solid;border-width:1px;border-color:#d1d0cc;border-left:none !important;} #layout_1547518240009{height:137px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1547518240009{height:137px;}}   @media screen and (max-width:640px) {#layout_1547518240009{height:95px;}} #layout_1547518240009 > .view_contents{overflow:visible;max-width:1200px;} 



 #text_default_1547372050879{width:11.435726210350584%;height:300px;position:absolute;left:11.511373121869784%;top:26px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1547372050879{width:100%;}}   @media screen and (max-width:640px) {#text_default_1547372050879{width:46.999999999999986%;top:272.98823529411766px;left:51%;display:none;}} 

 #text_default_1547372460482{width:10.10016694490818%;height:300px;position:absolute;left:1.2507825542570952%;top:26px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1547372460482{}}   @media screen and (max-width:640px) {#text_default_1547372460482{width:46.99999999999999%;top:272.98823529411766px;left:2%;display:none;}} 

 #text_default_1547372989023{width:12.520868113522537%;height:300px;position:absolute;left:23.030571786310517%;top:27px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1547372989023{}}   @media screen and (max-width:640px) {#text_default_1547372989023{width:46.99999999999999%;top:689.751871657754px;left:2%;display:none;}} 

 #text_default_1547373117701{width:12.520868113522537%;height:300px;position:absolute;left:35.55274415692821%;top:27px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1547373117701{}}   @media screen and (max-width:640px) {#text_default_1547373117701{width:46.99999999999999%;top:689.751871657754px;left:51%;display:none;}} 

 #text_default_1547373159987{width:13.689482470784641%;height:175px;position:absolute;left:48.07230801335559%;top:26px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1547373159987{}}   @media screen and (max-width:640px) {#text_default_1547373159987{width:51.38666666666665%;top:688.751871657754px;left:93.96725792589763%;display:none;}} 

 #image_style_01_1547376546019{width:408px;height:336px;position:absolute;left:63.98033180300501%;top:8px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1547376546019{left:59.40758980301275%;width:38.47045191193511%;height:271px;}}   @media screen and (max-width:640px) {#image_style_01_1547376546019{display:none;}} #image_style_01_1547376546019 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1547371353977{width:91.52024446142093%;height:379.5px;position:absolute;top:9px;left:4.239877769289533%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1547371353977{height:327px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1547371353977{width:100%;height:153.5px;top:0px;left:0%;display:block;}}  #div_a_includeBlock_1547371353977  {border-right:none !important;border-top:none !important;border-left:none !important;border-color:#adaba4;border-style:solid;border-width:0.5px;}

 #text_default_1547376679362{width:89.6103896103896%;height:50px;position:absolute;top:390px;left:5.653170359052712%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1547376679362{left:calc(50% - 422.5px);top:335px;}}   @media screen and (max-width:640px) {#text_default_1547376679362{width:96.25%;height:153px;top:3.46875px;left:2%;display:block;}}  #comm_layout_footer{height:445px;top:1px;display:block;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:388px;display:block;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:156.46875px;display:block;top:7px;left:0%;}} #comm_layout_footer > .view_contents{overflow:hidden;}  #comm_layout_footer  {background:#585858;}
/*----------------------电脑板式样式----------------------*/
#comm_layout_footer{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#comm_layout_footer{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#comm_layout_footer{
		top:0;
	}
}
/*菜单样式*/
.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;}
}


	
#dh_style_11_1524213504843 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@media screen and (min-width:640px) {
	#dh_style_11_1524213504843 .maxWidth{max-width:px;}
	#dh_style_11_1524213504843 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
	#dh_style_11_1524213504843 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	/* .menuUl>li>#menuLogo 这种查找会失败改为下面这种 2019.5.29 */
	#dh_style_11_1524213504843 .menuUl li #menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
}
.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;*/

/* 清除浮动 */
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1}

.online-service-style01{ display:none }
.online-service .wrapper{ padding:5px 0; background-color:#fff }
.online-service .close,.online-service .button{
    -webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;
}
.online-service.right .button div{ text-align:right; padding-right:5px }
.online-service.left .button div{ text-align:left; padding-left:5px }
.online-service .header, .online-service .footer{
    height:25px; line-height:25px;
    padding:0 .5em;
}
.online-service .header{ border-bottom:1px solid #eee }
.online-service .footer{ border-top:1px solid #eee; font-size:12px }
.online-service.right .footer{ text-align:right }
.online-service.left .footer{ text-align:left }
.online-service .content{ padding:.5em 1em }

.ol-qq-online .qq-btn{ float:left; margin-right:.5em }
.ol-qq-online .qq-btn img{ float:left }
.ol-qq-online{ line-height:25px }

.ol-image img{ width:100% }

/*----------------------电脑板式样式----------------------*/
body > .online-service{display:block !important;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    body > .online-service{display:block !important;}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
    body > .online-service{display:none !important;}
}




/* 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; z-index: 105;}
.bannerStyle_1 div.flicking_con a{width:14px; height:14px; padding:0; background:none; border:1px solid white; display:inline-block; box-sizing:border-box; margin:0 3px; border-radius:100%; }
.bannerStyle_1 div.flicking_con a.on{background:white; 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/banner/style_01/hover_left.png) no-repeat left top; left:20px; background-size: 80%;}
.bannerStyle_1 .btn_next{background:url(../img/banner/style_01/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;}
}
@media screen and  (max-width:640px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
	.bannerStyle_1 .btn_prev, .bannerStyle_1 .btn_next{width:53px; height:54px;}
}

/* 默认 动画效果 */
.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);
}


.img_url{ position:absolute; width:100%; height:100%; left:0; top:0; display:block; z-index: 100;}
            #banner_style_01_1524222175734 .bannerStyle_1 .main_image .img-item .img_0{background: url('../img/upimages/ban-11.jpg') center top no-repeat;}
                #banner_style_01_1524222175734 .bannerStyle_1 .main_image .img-item .img_1{background: url('../img/upimages/ban-12.jpg') center top no-repeat;}
                #banner_style_01_1524222175734 .bannerStyle_1 .main_image .img-item .img_2{background: url('../img/upimages/19-1-1-12.jpg') center top no-repeat;}
                #banner_style_01_1524222175734 .bannerStyle_1 .ground_glass{}
    
    #banner_style_01_1524222175734 .bannerStyle_1 .main_image .img-item span{}
    @media screen and (min-width:641px) and (max-width:1200px) {
    #banner_style_01_1524222175734 .bannerStyle_1 .main_image .img-item span{}
    }

    @media screen and (max-width:640px) {
    #banner_style_01_1524222175734 .bannerStyle_1 .main_image .img-item span{}    }
.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;display:inline-block;}
@media screen and (max-width: 768px) {
.searchStyle_1 .searchForm .search-btn, .searchStyle_1 .searchForm .search_input{height: 32px;}

}


	#searchbox_style_01_1547470771352 input::-webkit-input-placeholder{ color: ;}
	#searchbox_style_01_1547470771352 input::-moz-input-placeholder{ color: ;}
	#searchbox_style_01_1547470771352 input::-o-input-placeholder{ color: ;}

	#image_style_01_1547471347678 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1547471347678 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1547471347678 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1547471347678 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_1547473236841 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1547473236841 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1547473236841 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1547473236841 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_1547383314435 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1547383314435 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1547383314435 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1547383314435 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_1547384519882 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1547384519882 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1547384519882 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1547384519882 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_1547384779972 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1547384779972 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1547384779972 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1547384779972 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_1522638616327 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522638616327 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1522638616327 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1522638616327 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;}
ba.niceTab.tabStyle_3 { position: relative; width: 100%; height: 100%;}
.niceTab.tabStyle_3 li{-webkit-transition: all ease-out .2s; -moz-transition: all ease-out .2s; -o-transition: all ease-out .2s; transition: all ease-out .2s}

/*标签样式*/
.tab_nav { position: absolute; z-index: 2; overflow: hidden;}
.tab_ul { text-align: left;/* 该设置可将标签居左left、居中center、居右right,仅对标签在上面或标签在下面可用 */}
.tab_li { display: inline-block; text-align: center; background: #f6f5f4; font-size: 12px; border: 0; cursor: pointer; box-sizing: border-box;}
.tab_ul .tabCurItem { background: #eee;}
.tab_img img { width: 18px; height: 14px;}
.tab_img { vertical-align: middle;}
.tab_txt { vertical-align: middle; -moz-user-select:none; -khtml-user-select:none; -webkit-user-select:none; color: inherit !important;}
.tab_txt p{ white-space: nowrap; font-size:inherit; color:inherit; }

/*内容区样式*/
.tab_box { position: absolute; left: 0; z-index: 1;}
.tab_content { position: relative; width:100%; height:100%; overflow:hidden;}
.tab_main { background: #eee; width: 100%; height: 100%; box-sizing: border-box;}
.tab_div { width: 100%; height: 100%; display: none; overflow:hidden;}
.niceTabShow { display: block;}

/*选项卡左右箭头*/
.tab_left_arrow { position: absolute; cursor: pointer; top: 50%; left: 10px;/*左箭头边距*/ /*width: 40px; height: 40px;*/ background: url(../img/tab/style_03/arrow_left.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_right_arrow { position: absolute; cursor: pointer; top: 50%; right: 10px;/*右箭头边距*/ width: 40px; height: 40px; background: url(../img/tab/style_03/arrow_right.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_content:hover .tab_left_arrow,.tab_content:hover .tab_right_arrow{display:block;}

/*=========  标签位置  ==========*/

/*标签顶部样式*/
.tab_nav_top{ left: 0; top: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
.tab_scroll_top { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: calc(100% + 17px);}
.tab_ul_top { min-width: 100%; height: 100%;/*该宽度是默认宽度，程序读取后替换*/}
.tab_li_top { height: 100%;/*标签宽度可以随意设置*/}
.tab_box_top { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ top: 50px;/*标签的高度*/}

/*标签左侧样式*/
.tab_nav_left { left: 0; top: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tab_scroll_left { overflow-x: hidden; overflow-y: scroll !important; width: calc(100% + 17px); height: 100%;}
.tab_ul_left { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_left {  width: 100%; /*标签高度可以随意设置*/}
.tab_box_left { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ left: 50px;/*标签的宽度*/}

/*标签底部样式*/
.tab_nav_bottom { right: 0; bottom: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
.tab_scroll_bottom { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: calc(100% + 17px);}
.tab_ul_bottom { min-width: 100%; height: 100%; /*该宽度是默认宽度，程序读取后替换*/}
.tab_li_bottom { height: 100%;/*标签宽度可以随意设置*/}
.tab_box_bottom { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ bottom: 50px;/*标签的高度*/}

/*标签左侧样式*/
.tab_nav_right { right: 0; bottom: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tab_scroll_right { overflow-x: hidden; overflow-y: scroll !important; width: calc(100% + 17px); height: 100%;}
.tab_ul_right { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_right {  width: 100%; /*标签高度可以随意设置*/}
.tab_box_right { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ right: 50px;/*标签的宽度*/}

.tab_pos_r {  position: relative; top: 50%; left: 50%; padding:0 1em; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);}
.tab_pos_n { padding:1em 0;}


@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
}
@media screen and (max-width:320px){
}

/*产品样式*/
.prod_default6{width:100%; clear: both;}
.prod_default6 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default6 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default6 .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; overflow: hidden;}
.prod_default6 .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default6 .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default6 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default6 .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_default6 .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_default6 .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default6 .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; position: relative;}
.prod_default6 .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;}
.prod_default6 .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block; width: 100%;}/*文字两行后自动超出隐藏*/
.prod_default6 .p_detail { font-size: 12px; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default6 .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default6 .p_group .p_lb{display: none;}
.prod_default6 .p_line{/*margin-bottom: 14px;*/ overflow: hidden;; width: 100% !important;margin-top: 8px;float: left;}
.prod_default6 .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 50%; color: #666; font-size: 12px;}
.prod_default6 .p_jg{display: none;}
.prod_default6 .p_price {line-height: 1; white-space: nowrap;display: inline;}
.prod_default6 .p_value {color: #ff002a; font-size:18px;}
.prod_default6 .unit {color: #ff002a;font-size: 16px;}
.prod_default6 .p_vip { text-align: right; line-height:14px; height: 26px; white-space: nowrap;display: inline;float: right;}
.prod_default6 .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default6 .v_value {color: #333; font-size: 18px;}
.prod_default6 .v_unit {color: #333;font-size: 12px;}
.prod_default6 .pro_button {display:none; margin: 10px 0; overflow: hidden;}
.prod_default6 .p_link { float: left; width: 48%; text-align: center;}
.prod_default6 .p_link a {display: block; padding: 10px 15px;}
.prod_default6 .p_cart { float: right; width: 48%; text-align: center;}
.prod_default6 .p_cart a {display: block; padding: 10px 15px;}
.prod_default6 a{text-decoration:none; }
.prod_default6 .prod_info .p_buy{width:100%;float: none !important;margin-top: 12px;clear: both;margin-top:20px;clear: both;}
.prod_default6 .prod_info .p_buy a{width:35%;height: 30px;line-height: 30px;text-align: center;color: #fff;border-radius: 4px; background: #f00;display: inline-block;}

/*分页*/
.prod_default6 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default6 .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_default6 .page_btn a.cur,.prod_default6 .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default6 .page_btn a:nth-child(n+12){display: none;}
.prod_default6 .page_btn a:nth-last-child(1),.prod_default6 .page_btn a:nth-last-child(2),.prod_default6 .page_btn a:nth-last-child(3){display: inline-block !important;}
.prod_default6 .prev_btn,.prod_default6 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default6 .no_page{border: 0 !important;}
.prod_default6 .page_btn a:nth-child(n+10){display: none;}


.prod_default6 .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}

.prod_default6 .p_price2{font-family: "微软雅黑"; text-decoration:line-through ;font-size: 14px;display: inline;float: left;}
.prod_default6 .yuanjia2{color:#888;font-size: 14px;}
.prod_default6 .yuanjia1{color:#888;font-size: 14px;}
.prod_default6 .jiage{color: #888;font-size: 14px;}

.prod_default6 .freeinfo{ clear:both; overflow:hidden;}
.prod_default6 .freeinfo span{ display:block; float:left; border:1px solid red; border-radius:5px; padding:0 5px; color:red; margin-right:5px; box-sizing: border-box; }


/* 拼团img */
.prod_default6 .pintuan_img{position: absolute;left: 5%;}
.prod_default6 .pintuan_detail{width:60%;height: 30px;line-height: 30px;float: right;text-align: right;}
.prod_default6 .pintuan_time{position: absolute;bottom: 0px;padding: 10px;background: #f00; width: 100%; color:white;}
.prod_default6 .oldprice_pg{}

@media screen and (max-width: 767px){
.prod_default6 .ptoldprice{ display:none; }
/*产品列表*/
.prod_default6 .prod{width:50%;margin-right:0; margin-bottom: 0; border-right: 1px solid #eee; border-bottom: 1px solid #eee;}
.prod_default6 .prod:nth-child(2n){border-right: none;}
.prod_default6 .prod_info{padding: 6px;}
.prod_default6 .unit,.prod_default6 .p_vip .v_jg,.prod_default6 .v_unit{font-size: 12px;}
.prod_default6 .p_vip{height: 18px; line-height: 23px;}
.prod_default6 .v_value{font-size: 14px;}
.prod_default6 .p_value{font-size: 18px;}
.prod_default6 .prod .p_detail{display: none !important;}
.prod_default6 .p_line {margin-top: 0px; margin-bottom: 5px;}

}
@media screen and (max-width: 640px){
.prod_default6 .p_line {margin-top: 5px !important;}
.prod_default6 .prod_info .p_buy{margin-top: 0 !important;text-align: center;}
    
}
/*pc*/
#productList_style_01_1547474185777 li{width: 19.2%;}
#productList_style_01_1547474185777 li.prod_Item{margin-bottom:1%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_01_1547474185777 li{width: 19.2%;}
	#productList_style_01_1547474185777 li.prod_Item{margin-bottom:1%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_01_1547474185777 li{width: 49.5%;}
	#productList_style_01_1547474185777 li.prod_Item{margin-bottom:1%;}
}

   
   #productList_style_01_1547474185777 .p_detail.pc,#productList_style_01_1547474185777 .p_name.pc {display:block;}
   #productList_style_01_1547474185777 .p_detail.pad, #productList_style_01_1547474185777 .p_detail.mobile,#productList_style_01_1547474185777 .p_name.pad, #productList_style_01_1547474185777 .p_name.mobile {display:none;}

   @media screen and (min-width:641px) and (max-width:1200px) {
   #productList_style_01_1547474185777 .p_detail.pad,#productList_style_01_1547474185777 .p_name.pad {display:block;}
   #productList_style_01_1547474185777 .p_detail.pc, #productList_style_01_1547474185777 .p_detail.mobile,#productList_style_01_1547474185777 .p_name.pc, #productList_style_01_1547474185777 .p_name.mobile {display:none;}
   }
   @media screen and (max-width:640px) {
   #productList_style_01_1547474185777 .p_detail.mobile,#productList_style_01_1547474185777 .p_name.mobile {display:block;}
   #productList_style_01_1547474185777 .p_detail.pc, #productList_style_01_1547474185777 .p_detail.pad,#productList_style_01_1547474185777 .p_name.pc, #productList_style_01_1547474185777 .p_name.pad {display:none;}
   }
    

	/*产品状态  新品  推荐*/
	#productList_style_01_1547474185777 .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_01_1547474185777 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_01_1547474185777 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_01_1547474185777 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1547474185777 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1547474185777 .submit_div{ display: inline-block; }
	
	#productList_style_01_1547474185777 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_01_1547474185777 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_01_1547474185777 .page_submit{margin-left:5px;}
	#productList_style_01_1547474185777 .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_01_1547474185777 .page_btn{ font-size:12px; }
			#productList_style_01_1547474185777 .submit_div{ display:none; }
		}

			#productList_style_01_1547474185777 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_01_1547474185777 .page{line-height:30px; padding:0 13px;}
		}
	        
     #productList_style_01_1547474185777  .showActivity {display: none !important;}
            #productList_style_01_1547474185777  .btnaSet ,#productList_style_01_1547474185777  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	/*产品样式*/
.prod_default6{width:100%; clear: both;}
.prod_default6 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default6 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default6 .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; overflow: hidden;}
.prod_default6 .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default6 .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default6 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default6 .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_default6 .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_default6 .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default6 .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; position: relative;}
.prod_default6 .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;}
.prod_default6 .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block; width: 100%;}/*文字两行后自动超出隐藏*/
.prod_default6 .p_detail { font-size: 12px; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default6 .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default6 .p_group .p_lb{display: none;}
.prod_default6 .p_line{/*margin-bottom: 14px;*/ overflow: hidden;; width: 100% !important;margin-top: 8px;float: left;}
.prod_default6 .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 50%; color: #666; font-size: 12px;}
.prod_default6 .p_jg{display: none;}
.prod_default6 .p_price {line-height: 1; white-space: nowrap;display: inline;}
.prod_default6 .p_value {color: #ff002a; font-size:18px;}
.prod_default6 .unit {color: #ff002a;font-size: 16px;}
.prod_default6 .p_vip { text-align: right; line-height:14px; height: 26px; white-space: nowrap;display: inline;float: right;}
.prod_default6 .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default6 .v_value {color: #333; font-size: 18px;}
.prod_default6 .v_unit {color: #333;font-size: 12px;}
.prod_default6 .pro_button {display:none; margin: 10px 0; overflow: hidden;}
.prod_default6 .p_link { float: left; width: 48%; text-align: center;}
.prod_default6 .p_link a {display: block; padding: 10px 15px;}
.prod_default6 .p_cart { float: right; width: 48%; text-align: center;}
.prod_default6 .p_cart a {display: block; padding: 10px 15px;}
.prod_default6 a{text-decoration:none; }
.prod_default6 .prod_info .p_buy{width:100%;float: none !important;margin-top: 12px;clear: both;margin-top:20px;clear: both;}
.prod_default6 .prod_info .p_buy a{width:35%;height: 30px;line-height: 30px;text-align: center;color: #fff;border-radius: 4px; background: #f00;display: inline-block;}

/*分页*/
.prod_default6 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default6 .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_default6 .page_btn a.cur,.prod_default6 .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default6 .page_btn a:nth-child(n+12){display: none;}
.prod_default6 .page_btn a:nth-last-child(1),.prod_default6 .page_btn a:nth-last-child(2),.prod_default6 .page_btn a:nth-last-child(3){display: inline-block !important;}
.prod_default6 .prev_btn,.prod_default6 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default6 .no_page{border: 0 !important;}
.prod_default6 .page_btn a:nth-child(n+10){display: none;}


.prod_default6 .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}

.prod_default6 .p_price2{font-family: "微软雅黑"; text-decoration:line-through ;font-size: 14px;display: inline;float: left;}
.prod_default6 .yuanjia2{color:#888;font-size: 14px;}
.prod_default6 .yuanjia1{color:#888;font-size: 14px;}
.prod_default6 .jiage{color: #888;font-size: 14px;}

.prod_default6 .freeinfo{ clear:both; overflow:hidden;}
.prod_default6 .freeinfo span{ display:block; float:left; border:1px solid red; border-radius:5px; padding:0 5px; color:red; margin-right:5px; box-sizing: border-box; }


/* 拼团img */
.prod_default6 .pintuan_img{position: absolute;left: 5%;}
.prod_default6 .pintuan_detail{width:60%;height: 30px;line-height: 30px;float: right;text-align: right;}
.prod_default6 .pintuan_time{position: absolute;bottom: 0px;padding: 10px;background: #f00; width: 100%; color:white;}
.prod_default6 .oldprice_pg{}

@media screen and (max-width: 767px){
.prod_default6 .ptoldprice{ display:none; }
/*产品列表*/
.prod_default6 .prod{width:50%;margin-right:0; margin-bottom: 0; border-right: 1px solid #eee; border-bottom: 1px solid #eee;}
.prod_default6 .prod:nth-child(2n){border-right: none;}
.prod_default6 .prod_info{padding: 6px;}
.prod_default6 .unit,.prod_default6 .p_vip .v_jg,.prod_default6 .v_unit{font-size: 12px;}
.prod_default6 .p_vip{height: 18px; line-height: 23px;}
.prod_default6 .v_value{font-size: 14px;}
.prod_default6 .p_value{font-size: 18px;}
.prod_default6 .prod .p_detail{display: none !important;}
.prod_default6 .p_line {margin-top: 0px; margin-bottom: 5px;}

}
@media screen and (max-width: 640px){
.prod_default6 .p_line {margin-top: 5px !important;}
.prod_default6 .prod_info .p_buy{margin-top: 0 !important;text-align: center;}
    
}
/*pc*/
#productList_style_06_1547714952613 li{width: 19.2%;}
#productList_style_06_1547714952613 li.prod_Item{margin-bottom:1%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_06_1547714952613 li{width: 19.2%;}
	#productList_style_06_1547714952613 li.prod_Item{margin-bottom:1%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_06_1547714952613 li{width: 49.5%;}
	#productList_style_06_1547714952613 li.prod_Item{margin-bottom:1%;}
}

   
   #productList_style_06_1547714952613 .p_detail.pc,#productList_style_06_1547714952613 .p_name.pc {display:block;}
   #productList_style_06_1547714952613 .p_detail.pad, #productList_style_06_1547714952613 .p_detail.mobile,#productList_style_06_1547714952613 .p_name.pad, #productList_style_06_1547714952613 .p_name.mobile {display:none;}

   @media screen and (min-width:641px) and (max-width:1200px) {
   #productList_style_06_1547714952613 .p_detail.pad,#productList_style_06_1547714952613 .p_name.pad {display:block;}
   #productList_style_06_1547714952613 .p_detail.pc, #productList_style_06_1547714952613 .p_detail.mobile,#productList_style_06_1547714952613 .p_name.pc, #productList_style_06_1547714952613 .p_name.mobile {display:none;}
   }
   @media screen and (max-width:640px) {
   #productList_style_06_1547714952613 .p_detail.mobile,#productList_style_06_1547714952613 .p_name.mobile {display:block;}
   #productList_style_06_1547714952613 .p_detail.pc, #productList_style_06_1547714952613 .p_detail.pad,#productList_style_06_1547714952613 .p_name.pc, #productList_style_06_1547714952613 .p_name.pad {display:none;}
   }
    

	/*产品状态  新品  推荐*/
	#productList_style_06_1547714952613 .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_06_1547714952613 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_06_1547714952613 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_06_1547714952613 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_06_1547714952613 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_06_1547714952613 .submit_div{ display: inline-block; }
	
	#productList_style_06_1547714952613 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_06_1547714952613 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_06_1547714952613 .page_submit{margin-left:5px;}
	#productList_style_06_1547714952613 .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_06_1547714952613 .page_btn{ font-size:12px; }
			#productList_style_06_1547714952613 .submit_div{ display:none; }
		}

			#productList_style_06_1547714952613 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_06_1547714952613 .page{line-height:30px; padding:0 13px;}
		}
	        
     #productList_style_06_1547714952613  .showActivity {display: none !important;}
            #productList_style_06_1547714952613  .btnaSet ,#productList_style_06_1547714952613  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	/*产品样式*/
.prod_default6{width:100%; clear: both;}
.prod_default6 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default6 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default6 .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; overflow: hidden;}
.prod_default6 .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default6 .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default6 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default6 .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_default6 .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_default6 .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default6 .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; position: relative;}
.prod_default6 .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;}
.prod_default6 .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block; width: 100%;}/*文字两行后自动超出隐藏*/
.prod_default6 .p_detail { font-size: 12px; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default6 .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default6 .p_group .p_lb{display: none;}
.prod_default6 .p_line{/*margin-bottom: 14px;*/ overflow: hidden;; width: 100% !important;margin-top: 8px;float: left;}
.prod_default6 .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 50%; color: #666; font-size: 12px;}
.prod_default6 .p_jg{display: none;}
.prod_default6 .p_price {line-height: 1; white-space: nowrap;display: inline;}
.prod_default6 .p_value {color: #ff002a; font-size:18px;}
.prod_default6 .unit {color: #ff002a;font-size: 16px;}
.prod_default6 .p_vip { text-align: right; line-height:14px; height: 26px; white-space: nowrap;display: inline;float: right;}
.prod_default6 .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default6 .v_value {color: #333; font-size: 18px;}
.prod_default6 .v_unit {color: #333;font-size: 12px;}
.prod_default6 .pro_button {display:none; margin: 10px 0; overflow: hidden;}
.prod_default6 .p_link { float: left; width: 48%; text-align: center;}
.prod_default6 .p_link a {display: block; padding: 10px 15px;}
.prod_default6 .p_cart { float: right; width: 48%; text-align: center;}
.prod_default6 .p_cart a {display: block; padding: 10px 15px;}
.prod_default6 a{text-decoration:none; }
.prod_default6 .prod_info .p_buy{width:100%;float: none !important;margin-top: 12px;clear: both;margin-top:20px;clear: both;}
.prod_default6 .prod_info .p_buy a{width:35%;height: 30px;line-height: 30px;text-align: center;color: #fff;border-radius: 4px; background: #f00;display: inline-block;}

/*分页*/
.prod_default6 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default6 .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_default6 .page_btn a.cur,.prod_default6 .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default6 .page_btn a:nth-child(n+12){display: none;}
.prod_default6 .page_btn a:nth-last-child(1),.prod_default6 .page_btn a:nth-last-child(2),.prod_default6 .page_btn a:nth-last-child(3){display: inline-block !important;}
.prod_default6 .prev_btn,.prod_default6 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default6 .no_page{border: 0 !important;}
.prod_default6 .page_btn a:nth-child(n+10){display: none;}


.prod_default6 .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}

.prod_default6 .p_price2{font-family: "微软雅黑"; text-decoration:line-through ;font-size: 14px;display: inline;float: left;}
.prod_default6 .yuanjia2{color:#888;font-size: 14px;}
.prod_default6 .yuanjia1{color:#888;font-size: 14px;}
.prod_default6 .jiage{color: #888;font-size: 14px;}

.prod_default6 .freeinfo{ clear:both; overflow:hidden;}
.prod_default6 .freeinfo span{ display:block; float:left; border:1px solid red; border-radius:5px; padding:0 5px; color:red; margin-right:5px; box-sizing: border-box; }


/* 拼团img */
.prod_default6 .pintuan_img{position: absolute;left: 5%;}
.prod_default6 .pintuan_detail{width:60%;height: 30px;line-height: 30px;float: right;text-align: right;}
.prod_default6 .pintuan_time{position: absolute;bottom: 0px;padding: 10px;background: #f00; width: 100%; color:white;}
.prod_default6 .oldprice_pg{}

@media screen and (max-width: 767px){
.prod_default6 .ptoldprice{ display:none; }
/*产品列表*/
.prod_default6 .prod{width:50%;margin-right:0; margin-bottom: 0; border-right: 1px solid #eee; border-bottom: 1px solid #eee;}
.prod_default6 .prod:nth-child(2n){border-right: none;}
.prod_default6 .prod_info{padding: 6px;}
.prod_default6 .unit,.prod_default6 .p_vip .v_jg,.prod_default6 .v_unit{font-size: 12px;}
.prod_default6 .p_vip{height: 18px; line-height: 23px;}
.prod_default6 .v_value{font-size: 14px;}
.prod_default6 .p_value{font-size: 18px;}
.prod_default6 .prod .p_detail{display: none !important;}
.prod_default6 .p_line {margin-top: 0px; margin-bottom: 5px;}

}
@media screen and (max-width: 640px){
.prod_default6 .p_line {margin-top: 5px !important;}
.prod_default6 .prod_info .p_buy{margin-top: 0 !important;text-align: center;}
    
}
/*pc*/
#productList_style_06_1547715023322 li{width: 19.2%;}
#productList_style_06_1547715023322 li.prod_Item{margin-bottom:1%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_06_1547715023322 li{width: 19.2%;}
	#productList_style_06_1547715023322 li.prod_Item{margin-bottom:1%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_06_1547715023322 li{width: 49.5%;}
	#productList_style_06_1547715023322 li.prod_Item{margin-bottom:1%;}
}

   
   #productList_style_06_1547715023322 .p_detail.pc,#productList_style_06_1547715023322 .p_name.pc {display:block;}
   #productList_style_06_1547715023322 .p_detail.pad, #productList_style_06_1547715023322 .p_detail.mobile,#productList_style_06_1547715023322 .p_name.pad, #productList_style_06_1547715023322 .p_name.mobile {display:none;}

   @media screen and (min-width:641px) and (max-width:1200px) {
   #productList_style_06_1547715023322 .p_detail.pad,#productList_style_06_1547715023322 .p_name.pad {display:block;}
   #productList_style_06_1547715023322 .p_detail.pc, #productList_style_06_1547715023322 .p_detail.mobile,#productList_style_06_1547715023322 .p_name.pc, #productList_style_06_1547715023322 .p_name.mobile {display:none;}
   }
   @media screen and (max-width:640px) {
   #productList_style_06_1547715023322 .p_detail.mobile,#productList_style_06_1547715023322 .p_name.mobile {display:block;}
   #productList_style_06_1547715023322 .p_detail.pc, #productList_style_06_1547715023322 .p_detail.pad,#productList_style_06_1547715023322 .p_name.pc, #productList_style_06_1547715023322 .p_name.pad {display:none;}
   }
    

	/*产品状态  新品  推荐*/
	#productList_style_06_1547715023322 .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_06_1547715023322 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_06_1547715023322 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_06_1547715023322 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_06_1547715023322 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_06_1547715023322 .submit_div{ display: inline-block; }
	
	#productList_style_06_1547715023322 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_06_1547715023322 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_06_1547715023322 .page_submit{margin-left:5px;}
	#productList_style_06_1547715023322 .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_06_1547715023322 .page_btn{ font-size:12px; }
			#productList_style_06_1547715023322 .submit_div{ display:none; }
		}

			#productList_style_06_1547715023322 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_06_1547715023322 .page{line-height:30px; padding:0 13px;}
		}
	        
     #productList_style_06_1547715023322  .showActivity {display: none !important;}
            #productList_style_06_1547715023322  .btnaSet ,#productList_style_06_1547715023322  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	/*产品样式*/
.prod_default6{width:100%; clear: both;}
.prod_default6 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default6 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default6 .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; overflow: hidden;}
.prod_default6 .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default6 .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default6 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default6 .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_default6 .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_default6 .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default6 .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; position: relative;}
.prod_default6 .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;}
.prod_default6 .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block; width: 100%;}/*文字两行后自动超出隐藏*/
.prod_default6 .p_detail { font-size: 12px; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default6 .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default6 .p_group .p_lb{display: none;}
.prod_default6 .p_line{/*margin-bottom: 14px;*/ overflow: hidden;; width: 100% !important;margin-top: 8px;float: left;}
.prod_default6 .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 50%; color: #666; font-size: 12px;}
.prod_default6 .p_jg{display: none;}
.prod_default6 .p_price {line-height: 1; white-space: nowrap;display: inline;}
.prod_default6 .p_value {color: #ff002a; font-size:18px;}
.prod_default6 .unit {color: #ff002a;font-size: 16px;}
.prod_default6 .p_vip { text-align: right; line-height:14px; height: 26px; white-space: nowrap;display: inline;float: right;}
.prod_default6 .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default6 .v_value {color: #333; font-size: 18px;}
.prod_default6 .v_unit {color: #333;font-size: 12px;}
.prod_default6 .pro_button {display:none; margin: 10px 0; overflow: hidden;}
.prod_default6 .p_link { float: left; width: 48%; text-align: center;}
.prod_default6 .p_link a {display: block; padding: 10px 15px;}
.prod_default6 .p_cart { float: right; width: 48%; text-align: center;}
.prod_default6 .p_cart a {display: block; padding: 10px 15px;}
.prod_default6 a{text-decoration:none; }
.prod_default6 .prod_info .p_buy{width:100%;float: none !important;margin-top: 12px;clear: both;margin-top:20px;clear: both;}
.prod_default6 .prod_info .p_buy a{width:35%;height: 30px;line-height: 30px;text-align: center;color: #fff;border-radius: 4px; background: #f00;display: inline-block;}

/*分页*/
.prod_default6 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default6 .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_default6 .page_btn a.cur,.prod_default6 .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default6 .page_btn a:nth-child(n+12){display: none;}
.prod_default6 .page_btn a:nth-last-child(1),.prod_default6 .page_btn a:nth-last-child(2),.prod_default6 .page_btn a:nth-last-child(3){display: inline-block !important;}
.prod_default6 .prev_btn,.prod_default6 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default6 .no_page{border: 0 !important;}
.prod_default6 .page_btn a:nth-child(n+10){display: none;}


.prod_default6 .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}

.prod_default6 .p_price2{font-family: "微软雅黑"; text-decoration:line-through ;font-size: 14px;display: inline;float: left;}
.prod_default6 .yuanjia2{color:#888;font-size: 14px;}
.prod_default6 .yuanjia1{color:#888;font-size: 14px;}
.prod_default6 .jiage{color: #888;font-size: 14px;}

.prod_default6 .freeinfo{ clear:both; overflow:hidden;}
.prod_default6 .freeinfo span{ display:block; float:left; border:1px solid red; border-radius:5px; padding:0 5px; color:red; margin-right:5px; box-sizing: border-box; }


/* 拼团img */
.prod_default6 .pintuan_img{position: absolute;left: 5%;}
.prod_default6 .pintuan_detail{width:60%;height: 30px;line-height: 30px;float: right;text-align: right;}
.prod_default6 .pintuan_time{position: absolute;bottom: 0px;padding: 10px;background: #f00; width: 100%; color:white;}
.prod_default6 .oldprice_pg{}

@media screen and (max-width: 767px){
.prod_default6 .ptoldprice{ display:none; }
/*产品列表*/
.prod_default6 .prod{width:50%;margin-right:0; margin-bottom: 0; border-right: 1px solid #eee; border-bottom: 1px solid #eee;}
.prod_default6 .prod:nth-child(2n){border-right: none;}
.prod_default6 .prod_info{padding: 6px;}
.prod_default6 .unit,.prod_default6 .p_vip .v_jg,.prod_default6 .v_unit{font-size: 12px;}
.prod_default6 .p_vip{height: 18px; line-height: 23px;}
.prod_default6 .v_value{font-size: 14px;}
.prod_default6 .p_value{font-size: 18px;}
.prod_default6 .prod .p_detail{display: none !important;}
.prod_default6 .p_line {margin-top: 0px; margin-bottom: 5px;}

}
@media screen and (max-width: 640px){
.prod_default6 .p_line {margin-top: 5px !important;}
.prod_default6 .prod_info .p_buy{margin-top: 0 !important;text-align: center;}
    
}
/*pc*/
#productList_style_06_1547715050606 li{width: 19.2%;}
#productList_style_06_1547715050606 li.prod_Item{margin-bottom:1%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_06_1547715050606 li{width: 19.2%;}
	#productList_style_06_1547715050606 li.prod_Item{margin-bottom:1%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_06_1547715050606 li{width: 49.5%;}
	#productList_style_06_1547715050606 li.prod_Item{margin-bottom:1%;}
}

   
   #productList_style_06_1547715050606 .p_detail.pc,#productList_style_06_1547715050606 .p_name.pc {display:block;}
   #productList_style_06_1547715050606 .p_detail.pad, #productList_style_06_1547715050606 .p_detail.mobile,#productList_style_06_1547715050606 .p_name.pad, #productList_style_06_1547715050606 .p_name.mobile {display:none;}

   @media screen and (min-width:641px) and (max-width:1200px) {
   #productList_style_06_1547715050606 .p_detail.pad,#productList_style_06_1547715050606 .p_name.pad {display:block;}
   #productList_style_06_1547715050606 .p_detail.pc, #productList_style_06_1547715050606 .p_detail.mobile,#productList_style_06_1547715050606 .p_name.pc, #productList_style_06_1547715050606 .p_name.mobile {display:none;}
   }
   @media screen and (max-width:640px) {
   #productList_style_06_1547715050606 .p_detail.mobile,#productList_style_06_1547715050606 .p_name.mobile {display:block;}
   #productList_style_06_1547715050606 .p_detail.pc, #productList_style_06_1547715050606 .p_detail.pad,#productList_style_06_1547715050606 .p_name.pc, #productList_style_06_1547715050606 .p_name.pad {display:none;}
   }
    

	/*产品状态  新品  推荐*/
	#productList_style_06_1547715050606 .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_06_1547715050606 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_06_1547715050606 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_06_1547715050606 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_06_1547715050606 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_06_1547715050606 .submit_div{ display: inline-block; }
	
	#productList_style_06_1547715050606 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_06_1547715050606 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_06_1547715050606 .page_submit{margin-left:5px;}
	#productList_style_06_1547715050606 .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_06_1547715050606 .page_btn{ font-size:12px; }
			#productList_style_06_1547715050606 .submit_div{ display:none; }
		}

			#productList_style_06_1547715050606 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_06_1547715050606 .page{line-height:30px; padding:0 13px;}
		}
	        
     #productList_style_06_1547715050606  .showActivity {display: none !important;}
            #productList_style_06_1547715050606  .btnaSet ,#productList_style_06_1547715050606  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	/*产品样式*/
.prod_default6{width:100%; clear: both;}
.prod_default6 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default6 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default6 .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; overflow: hidden;}
.prod_default6 .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default6 .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default6 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default6 .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_default6 .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_default6 .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default6 .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; position: relative;}
.prod_default6 .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;}
.prod_default6 .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block; width: 100%;}/*文字两行后自动超出隐藏*/
.prod_default6 .p_detail { font-size: 12px; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default6 .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default6 .p_group .p_lb{display: none;}
.prod_default6 .p_line{/*margin-bottom: 14px;*/ overflow: hidden;; width: 100% !important;margin-top: 8px;float: left;}
.prod_default6 .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 50%; color: #666; font-size: 12px;}
.prod_default6 .p_jg{display: none;}
.prod_default6 .p_price {line-height: 1; white-space: nowrap;display: inline;}
.prod_default6 .p_value {color: #ff002a; font-size:18px;}
.prod_default6 .unit {color: #ff002a;font-size: 16px;}
.prod_default6 .p_vip { text-align: right; line-height:14px; height: 26px; white-space: nowrap;display: inline;float: right;}
.prod_default6 .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default6 .v_value {color: #333; font-size: 18px;}
.prod_default6 .v_unit {color: #333;font-size: 12px;}
.prod_default6 .pro_button {display:none; margin: 10px 0; overflow: hidden;}
.prod_default6 .p_link { float: left; width: 48%; text-align: center;}
.prod_default6 .p_link a {display: block; padding: 10px 15px;}
.prod_default6 .p_cart { float: right; width: 48%; text-align: center;}
.prod_default6 .p_cart a {display: block; padding: 10px 15px;}
.prod_default6 a{text-decoration:none; }
.prod_default6 .prod_info .p_buy{width:100%;float: none !important;margin-top: 12px;clear: both;margin-top:20px;clear: both;}
.prod_default6 .prod_info .p_buy a{width:35%;height: 30px;line-height: 30px;text-align: center;color: #fff;border-radius: 4px; background: #f00;display: inline-block;}

/*分页*/
.prod_default6 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default6 .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_default6 .page_btn a.cur,.prod_default6 .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default6 .page_btn a:nth-child(n+12){display: none;}
.prod_default6 .page_btn a:nth-last-child(1),.prod_default6 .page_btn a:nth-last-child(2),.prod_default6 .page_btn a:nth-last-child(3){display: inline-block !important;}
.prod_default6 .prev_btn,.prod_default6 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default6 .no_page{border: 0 !important;}
.prod_default6 .page_btn a:nth-child(n+10){display: none;}


.prod_default6 .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}

.prod_default6 .p_price2{font-family: "微软雅黑"; text-decoration:line-through ;font-size: 14px;display: inline;float: left;}
.prod_default6 .yuanjia2{color:#888;font-size: 14px;}
.prod_default6 .yuanjia1{color:#888;font-size: 14px;}
.prod_default6 .jiage{color: #888;font-size: 14px;}

.prod_default6 .freeinfo{ clear:both; overflow:hidden;}
.prod_default6 .freeinfo span{ display:block; float:left; border:1px solid red; border-radius:5px; padding:0 5px; color:red; margin-right:5px; box-sizing: border-box; }


/* 拼团img */
.prod_default6 .pintuan_img{position: absolute;left: 5%;}
.prod_default6 .pintuan_detail{width:60%;height: 30px;line-height: 30px;float: right;text-align: right;}
.prod_default6 .pintuan_time{position: absolute;bottom: 0px;padding: 10px;background: #f00; width: 100%; color:white;}
.prod_default6 .oldprice_pg{}

@media screen and (max-width: 767px){
.prod_default6 .ptoldprice{ display:none; }
/*产品列表*/
.prod_default6 .prod{width:50%;margin-right:0; margin-bottom: 0; border-right: 1px solid #eee; border-bottom: 1px solid #eee;}
.prod_default6 .prod:nth-child(2n){border-right: none;}
.prod_default6 .prod_info{padding: 6px;}
.prod_default6 .unit,.prod_default6 .p_vip .v_jg,.prod_default6 .v_unit{font-size: 12px;}
.prod_default6 .p_vip{height: 18px; line-height: 23px;}
.prod_default6 .v_value{font-size: 14px;}
.prod_default6 .p_value{font-size: 18px;}
.prod_default6 .prod .p_detail{display: none !important;}
.prod_default6 .p_line {margin-top: 0px; margin-bottom: 5px;}

}
@media screen and (max-width: 640px){
.prod_default6 .p_line {margin-top: 5px !important;}
.prod_default6 .prod_info .p_buy{margin-top: 0 !important;text-align: center;}
    
}
/*pc*/
#productList_style_06_1547715079886 li{width: 19.2%;}
#productList_style_06_1547715079886 li.prod_Item{margin-bottom:1%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_06_1547715079886 li{width: 19.2%;}
	#productList_style_06_1547715079886 li.prod_Item{margin-bottom:1%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_06_1547715079886 li{width: 49.5%;}
	#productList_style_06_1547715079886 li.prod_Item{margin-bottom:1%;}
}

   
   #productList_style_06_1547715079886 .p_detail.pc,#productList_style_06_1547715079886 .p_name.pc {display:block;}
   #productList_style_06_1547715079886 .p_detail.pad, #productList_style_06_1547715079886 .p_detail.mobile,#productList_style_06_1547715079886 .p_name.pad, #productList_style_06_1547715079886 .p_name.mobile {display:none;}

   @media screen and (min-width:641px) and (max-width:1200px) {
   #productList_style_06_1547715079886 .p_detail.pad,#productList_style_06_1547715079886 .p_name.pad {display:block;}
   #productList_style_06_1547715079886 .p_detail.pc, #productList_style_06_1547715079886 .p_detail.mobile,#productList_style_06_1547715079886 .p_name.pc, #productList_style_06_1547715079886 .p_name.mobile {display:none;}
   }
   @media screen and (max-width:640px) {
   #productList_style_06_1547715079886 .p_detail.mobile,#productList_style_06_1547715079886 .p_name.mobile {display:block;}
   #productList_style_06_1547715079886 .p_detail.pc, #productList_style_06_1547715079886 .p_detail.pad,#productList_style_06_1547715079886 .p_name.pc, #productList_style_06_1547715079886 .p_name.pad {display:none;}
   }
    

	/*产品状态  新品  推荐*/
	#productList_style_06_1547715079886 .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_06_1547715079886 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_06_1547715079886 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_06_1547715079886 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_06_1547715079886 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_06_1547715079886 .submit_div{ display: inline-block; }
	
	#productList_style_06_1547715079886 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_06_1547715079886 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_06_1547715079886 .page_submit{margin-left:5px;}
	#productList_style_06_1547715079886 .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_06_1547715079886 .page_btn{ font-size:12px; }
			#productList_style_06_1547715079886 .submit_div{ display:none; }
		}

			#productList_style_06_1547715079886 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_06_1547715079886 .page{line-height:30px; padding:0 13px;}
		}
	        
     #productList_style_06_1547715079886  .showActivity {display: none !important;}
            #productList_style_06_1547715079886  .btnaSet ,#productList_style_06_1547715079886  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	/*产品样式*/
.prod_default6{width:100%; clear: both;}
.prod_default6 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default6 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default6 .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; overflow: hidden;}
.prod_default6 .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default6 .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default6 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default6 .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_default6 .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_default6 .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default6 .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; position: relative;}
.prod_default6 .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;}
.prod_default6 .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block; width: 100%;}/*文字两行后自动超出隐藏*/
.prod_default6 .p_detail { font-size: 12px; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default6 .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default6 .p_group .p_lb{display: none;}
.prod_default6 .p_line{/*margin-bottom: 14px;*/ overflow: hidden;; width: 100% !important;margin-top: 8px;float: left;}
.prod_default6 .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 50%; color: #666; font-size: 12px;}
.prod_default6 .p_jg{display: none;}
.prod_default6 .p_price {line-height: 1; white-space: nowrap;display: inline;}
.prod_default6 .p_value {color: #ff002a; font-size:18px;}
.prod_default6 .unit {color: #ff002a;font-size: 16px;}
.prod_default6 .p_vip { text-align: right; line-height:14px; height: 26px; white-space: nowrap;display: inline;float: right;}
.prod_default6 .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default6 .v_value {color: #333; font-size: 18px;}
.prod_default6 .v_unit {color: #333;font-size: 12px;}
.prod_default6 .pro_button {display:none; margin: 10px 0; overflow: hidden;}
.prod_default6 .p_link { float: left; width: 48%; text-align: center;}
.prod_default6 .p_link a {display: block; padding: 10px 15px;}
.prod_default6 .p_cart { float: right; width: 48%; text-align: center;}
.prod_default6 .p_cart a {display: block; padding: 10px 15px;}
.prod_default6 a{text-decoration:none; }
.prod_default6 .prod_info .p_buy{width:100%;float: none !important;margin-top: 12px;clear: both;margin-top:20px;clear: both;}
.prod_default6 .prod_info .p_buy a{width:35%;height: 30px;line-height: 30px;text-align: center;color: #fff;border-radius: 4px; background: #f00;display: inline-block;}

/*分页*/
.prod_default6 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default6 .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_default6 .page_btn a.cur,.prod_default6 .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default6 .page_btn a:nth-child(n+12){display: none;}
.prod_default6 .page_btn a:nth-last-child(1),.prod_default6 .page_btn a:nth-last-child(2),.prod_default6 .page_btn a:nth-last-child(3){display: inline-block !important;}
.prod_default6 .prev_btn,.prod_default6 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default6 .no_page{border: 0 !important;}
.prod_default6 .page_btn a:nth-child(n+10){display: none;}


.prod_default6 .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}

.prod_default6 .p_price2{font-family: "微软雅黑"; text-decoration:line-through ;font-size: 14px;display: inline;float: left;}
.prod_default6 .yuanjia2{color:#888;font-size: 14px;}
.prod_default6 .yuanjia1{color:#888;font-size: 14px;}
.prod_default6 .jiage{color: #888;font-size: 14px;}

.prod_default6 .freeinfo{ clear:both; overflow:hidden;}
.prod_default6 .freeinfo span{ display:block; float:left; border:1px solid red; border-radius:5px; padding:0 5px; color:red; margin-right:5px; box-sizing: border-box; }


/* 拼团img */
.prod_default6 .pintuan_img{position: absolute;left: 5%;}
.prod_default6 .pintuan_detail{width:60%;height: 30px;line-height: 30px;float: right;text-align: right;}
.prod_default6 .pintuan_time{position: absolute;bottom: 0px;padding: 10px;background: #f00; width: 100%; color:white;}
.prod_default6 .oldprice_pg{}

@media screen and (max-width: 767px){
.prod_default6 .ptoldprice{ display:none; }
/*产品列表*/
.prod_default6 .prod{width:50%;margin-right:0; margin-bottom: 0; border-right: 1px solid #eee; border-bottom: 1px solid #eee;}
.prod_default6 .prod:nth-child(2n){border-right: none;}
.prod_default6 .prod_info{padding: 6px;}
.prod_default6 .unit,.prod_default6 .p_vip .v_jg,.prod_default6 .v_unit{font-size: 12px;}
.prod_default6 .p_vip{height: 18px; line-height: 23px;}
.prod_default6 .v_value{font-size: 14px;}
.prod_default6 .p_value{font-size: 18px;}
.prod_default6 .prod .p_detail{display: none !important;}
.prod_default6 .p_line {margin-top: 0px; margin-bottom: 5px;}

}
@media screen and (max-width: 640px){
.prod_default6 .p_line {margin-top: 5px !important;}
.prod_default6 .prod_info .p_buy{margin-top: 0 !important;text-align: center;}
    
}
/*pc*/
#productList_style_06_1547715215184 li{width: 19.2%;}
#productList_style_06_1547715215184 li.prod_Item{margin-bottom:1%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_06_1547715215184 li{width: 19.2%;}
	#productList_style_06_1547715215184 li.prod_Item{margin-bottom:1%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_06_1547715215184 li{width: 49.5%;}
	#productList_style_06_1547715215184 li.prod_Item{margin-bottom:1%;}
}

   
   #productList_style_06_1547715215184 .p_detail.pc,#productList_style_06_1547715215184 .p_name.pc {display:block;}
   #productList_style_06_1547715215184 .p_detail.pad, #productList_style_06_1547715215184 .p_detail.mobile,#productList_style_06_1547715215184 .p_name.pad, #productList_style_06_1547715215184 .p_name.mobile {display:none;}

   @media screen and (min-width:641px) and (max-width:1200px) {
   #productList_style_06_1547715215184 .p_detail.pad,#productList_style_06_1547715215184 .p_name.pad {display:block;}
   #productList_style_06_1547715215184 .p_detail.pc, #productList_style_06_1547715215184 .p_detail.mobile,#productList_style_06_1547715215184 .p_name.pc, #productList_style_06_1547715215184 .p_name.mobile {display:none;}
   }
   @media screen and (max-width:640px) {
   #productList_style_06_1547715215184 .p_detail.mobile,#productList_style_06_1547715215184 .p_name.mobile {display:block;}
   #productList_style_06_1547715215184 .p_detail.pc, #productList_style_06_1547715215184 .p_detail.pad,#productList_style_06_1547715215184 .p_name.pc, #productList_style_06_1547715215184 .p_name.pad {display:none;}
   }
    

	/*产品状态  新品  推荐*/
	#productList_style_06_1547715215184 .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_06_1547715215184 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_06_1547715215184 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_06_1547715215184 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_06_1547715215184 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_06_1547715215184 .submit_div{ display: inline-block; }
	
	#productList_style_06_1547715215184 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_06_1547715215184 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_06_1547715215184 .page_submit{margin-left:5px;}
	#productList_style_06_1547715215184 .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_06_1547715215184 .page_btn{ font-size:12px; }
			#productList_style_06_1547715215184 .submit_div{ display:none; }
		}

			#productList_style_06_1547715215184 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_06_1547715215184 .page{line-height:30px; padding:0 13px;}
		}
	        
     #productList_style_06_1547715215184  .showActivity {display: none !important;}
            #productList_style_06_1547715215184  .btnaSet ,#productList_style_06_1547715215184  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	/*产品样式*/
.prod_default6{width:100%; clear: both;}
.prod_default6 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default6 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default6 .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; overflow: hidden;}
.prod_default6 .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default6 .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default6 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default6 .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_default6 .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_default6 .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default6 .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; position: relative;}
.prod_default6 .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;}
.prod_default6 .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block; width: 100%;}/*文字两行后自动超出隐藏*/
.prod_default6 .p_detail { font-size: 12px; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default6 .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default6 .p_group .p_lb{display: none;}
.prod_default6 .p_line{/*margin-bottom: 14px;*/ overflow: hidden;; width: 100% !important;margin-top: 8px;float: left;}
.prod_default6 .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 50%; color: #666; font-size: 12px;}
.prod_default6 .p_jg{display: none;}
.prod_default6 .p_price {line-height: 1; white-space: nowrap;display: inline;}
.prod_default6 .p_value {color: #ff002a; font-size:18px;}
.prod_default6 .unit {color: #ff002a;font-size: 16px;}
.prod_default6 .p_vip { text-align: right; line-height:14px; height: 26px; white-space: nowrap;display: inline;float: right;}
.prod_default6 .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default6 .v_value {color: #333; font-size: 18px;}
.prod_default6 .v_unit {color: #333;font-size: 12px;}
.prod_default6 .pro_button {display:none; margin: 10px 0; overflow: hidden;}
.prod_default6 .p_link { float: left; width: 48%; text-align: center;}
.prod_default6 .p_link a {display: block; padding: 10px 15px;}
.prod_default6 .p_cart { float: right; width: 48%; text-align: center;}
.prod_default6 .p_cart a {display: block; padding: 10px 15px;}
.prod_default6 a{text-decoration:none; }
.prod_default6 .prod_info .p_buy{width:100%;float: none !important;margin-top: 12px;clear: both;margin-top:20px;clear: both;}
.prod_default6 .prod_info .p_buy a{width:35%;height: 30px;line-height: 30px;text-align: center;color: #fff;border-radius: 4px; background: #f00;display: inline-block;}

/*分页*/
.prod_default6 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default6 .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_default6 .page_btn a.cur,.prod_default6 .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default6 .page_btn a:nth-child(n+12){display: none;}
.prod_default6 .page_btn a:nth-last-child(1),.prod_default6 .page_btn a:nth-last-child(2),.prod_default6 .page_btn a:nth-last-child(3){display: inline-block !important;}
.prod_default6 .prev_btn,.prod_default6 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default6 .no_page{border: 0 !important;}
.prod_default6 .page_btn a:nth-child(n+10){display: none;}


.prod_default6 .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}

.prod_default6 .p_price2{font-family: "微软雅黑"; text-decoration:line-through ;font-size: 14px;display: inline;float: left;}
.prod_default6 .yuanjia2{color:#888;font-size: 14px;}
.prod_default6 .yuanjia1{color:#888;font-size: 14px;}
.prod_default6 .jiage{color: #888;font-size: 14px;}

.prod_default6 .freeinfo{ clear:both; overflow:hidden;}
.prod_default6 .freeinfo span{ display:block; float:left; border:1px solid red; border-radius:5px; padding:0 5px; color:red; margin-right:5px; box-sizing: border-box; }


/* 拼团img */
.prod_default6 .pintuan_img{position: absolute;left: 5%;}
.prod_default6 .pintuan_detail{width:60%;height: 30px;line-height: 30px;float: right;text-align: right;}
.prod_default6 .pintuan_time{position: absolute;bottom: 0px;padding: 10px;background: #f00; width: 100%; color:white;}
.prod_default6 .oldprice_pg{}

@media screen and (max-width: 767px){
.prod_default6 .ptoldprice{ display:none; }
/*产品列表*/
.prod_default6 .prod{width:50%;margin-right:0; margin-bottom: 0; border-right: 1px solid #eee; border-bottom: 1px solid #eee;}
.prod_default6 .prod:nth-child(2n){border-right: none;}
.prod_default6 .prod_info{padding: 6px;}
.prod_default6 .unit,.prod_default6 .p_vip .v_jg,.prod_default6 .v_unit{font-size: 12px;}
.prod_default6 .p_vip{height: 18px; line-height: 23px;}
.prod_default6 .v_value{font-size: 14px;}
.prod_default6 .p_value{font-size: 18px;}
.prod_default6 .prod .p_detail{display: none !important;}
.prod_default6 .p_line {margin-top: 0px; margin-bottom: 5px;}

}
@media screen and (max-width: 640px){
.prod_default6 .p_line {margin-top: 5px !important;}
.prod_default6 .prod_info .p_buy{margin-top: 0 !important;text-align: center;}
    
}
/*pc*/
#productList_style_06_1547715239218 li{width: 19.2%;}
#productList_style_06_1547715239218 li.prod_Item{margin-bottom:1%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_06_1547715239218 li{width: 19.2%;}
	#productList_style_06_1547715239218 li.prod_Item{margin-bottom:1%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_06_1547715239218 li{width: 49.5%;}
	#productList_style_06_1547715239218 li.prod_Item{margin-bottom:1%;}
}

   
   #productList_style_06_1547715239218 .p_detail.pc,#productList_style_06_1547715239218 .p_name.pc {display:block;}
   #productList_style_06_1547715239218 .p_detail.pad, #productList_style_06_1547715239218 .p_detail.mobile,#productList_style_06_1547715239218 .p_name.pad, #productList_style_06_1547715239218 .p_name.mobile {display:none;}

   @media screen and (min-width:641px) and (max-width:1200px) {
   #productList_style_06_1547715239218 .p_detail.pad,#productList_style_06_1547715239218 .p_name.pad {display:block;}
   #productList_style_06_1547715239218 .p_detail.pc, #productList_style_06_1547715239218 .p_detail.mobile,#productList_style_06_1547715239218 .p_name.pc, #productList_style_06_1547715239218 .p_name.mobile {display:none;}
   }
   @media screen and (max-width:640px) {
   #productList_style_06_1547715239218 .p_detail.mobile,#productList_style_06_1547715239218 .p_name.mobile {display:block;}
   #productList_style_06_1547715239218 .p_detail.pc, #productList_style_06_1547715239218 .p_detail.pad,#productList_style_06_1547715239218 .p_name.pc, #productList_style_06_1547715239218 .p_name.pad {display:none;}
   }
    

	/*产品状态  新品  推荐*/
	#productList_style_06_1547715239218 .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_06_1547715239218 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_06_1547715239218 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_06_1547715239218 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_06_1547715239218 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_06_1547715239218 .submit_div{ display: inline-block; }
	
	#productList_style_06_1547715239218 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_06_1547715239218 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_06_1547715239218 .page_submit{margin-left:5px;}
	#productList_style_06_1547715239218 .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_06_1547715239218 .page_btn{ font-size:12px; }
			#productList_style_06_1547715239218 .submit_div{ display:none; }
		}

			#productList_style_06_1547715239218 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_06_1547715239218 .page{line-height:30px; padding:0 13px;}
		}
	        
     #productList_style_06_1547715239218  .showActivity {display: none !important;}
            #productList_style_06_1547715239218  .btnaSet ,#productList_style_06_1547715239218  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	/*产品样式*/
.prod_default6{width:100%; clear: both;}
.prod_default6 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default6 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default6 .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; overflow: hidden;}
.prod_default6 .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default6 .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default6 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default6 .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_default6 .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_default6 .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default6 .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; position: relative;}
.prod_default6 .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;}
.prod_default6 .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block; width: 100%;}/*文字两行后自动超出隐藏*/
.prod_default6 .p_detail { font-size: 12px; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default6 .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default6 .p_group .p_lb{display: none;}
.prod_default6 .p_line{/*margin-bottom: 14px;*/ overflow: hidden;; width: 100% !important;margin-top: 8px;float: left;}
.prod_default6 .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 50%; color: #666; font-size: 12px;}
.prod_default6 .p_jg{display: none;}
.prod_default6 .p_price {line-height: 1; white-space: nowrap;display: inline;}
.prod_default6 .p_value {color: #ff002a; font-size:18px;}
.prod_default6 .unit {color: #ff002a;font-size: 16px;}
.prod_default6 .p_vip { text-align: right; line-height:14px; height: 26px; white-space: nowrap;display: inline;float: right;}
.prod_default6 .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default6 .v_value {color: #333; font-size: 18px;}
.prod_default6 .v_unit {color: #333;font-size: 12px;}
.prod_default6 .pro_button {display:none; margin: 10px 0; overflow: hidden;}
.prod_default6 .p_link { float: left; width: 48%; text-align: center;}
.prod_default6 .p_link a {display: block; padding: 10px 15px;}
.prod_default6 .p_cart { float: right; width: 48%; text-align: center;}
.prod_default6 .p_cart a {display: block; padding: 10px 15px;}
.prod_default6 a{text-decoration:none; }
.prod_default6 .prod_info .p_buy{width:100%;float: none !important;margin-top: 12px;clear: both;margin-top:20px;clear: both;}
.prod_default6 .prod_info .p_buy a{width:35%;height: 30px;line-height: 30px;text-align: center;color: #fff;border-radius: 4px; background: #f00;display: inline-block;}

/*分页*/
.prod_default6 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default6 .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_default6 .page_btn a.cur,.prod_default6 .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default6 .page_btn a:nth-child(n+12){display: none;}
.prod_default6 .page_btn a:nth-last-child(1),.prod_default6 .page_btn a:nth-last-child(2),.prod_default6 .page_btn a:nth-last-child(3){display: inline-block !important;}
.prod_default6 .prev_btn,.prod_default6 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default6 .no_page{border: 0 !important;}
.prod_default6 .page_btn a:nth-child(n+10){display: none;}


.prod_default6 .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}

.prod_default6 .p_price2{font-family: "微软雅黑"; text-decoration:line-through ;font-size: 14px;display: inline;float: left;}
.prod_default6 .yuanjia2{color:#888;font-size: 14px;}
.prod_default6 .yuanjia1{color:#888;font-size: 14px;}
.prod_default6 .jiage{color: #888;font-size: 14px;}

.prod_default6 .freeinfo{ clear:both; overflow:hidden;}
.prod_default6 .freeinfo span{ display:block; float:left; border:1px solid red; border-radius:5px; padding:0 5px; color:red; margin-right:5px; box-sizing: border-box; }


/* 拼团img */
.prod_default6 .pintuan_img{position: absolute;left: 5%;}
.prod_default6 .pintuan_detail{width:60%;height: 30px;line-height: 30px;float: right;text-align: right;}
.prod_default6 .pintuan_time{position: absolute;bottom: 0px;padding: 10px;background: #f00; width: 100%; color:white;}
.prod_default6 .oldprice_pg{}

@media screen and (max-width: 767px){
.prod_default6 .ptoldprice{ display:none; }
/*产品列表*/
.prod_default6 .prod{width:50%;margin-right:0; margin-bottom: 0; border-right: 1px solid #eee; border-bottom: 1px solid #eee;}
.prod_default6 .prod:nth-child(2n){border-right: none;}
.prod_default6 .prod_info{padding: 6px;}
.prod_default6 .unit,.prod_default6 .p_vip .v_jg,.prod_default6 .v_unit{font-size: 12px;}
.prod_default6 .p_vip{height: 18px; line-height: 23px;}
.prod_default6 .v_value{font-size: 14px;}
.prod_default6 .p_value{font-size: 18px;}
.prod_default6 .prod .p_detail{display: none !important;}
.prod_default6 .p_line {margin-top: 0px; margin-bottom: 5px;}

}
@media screen and (max-width: 640px){
.prod_default6 .p_line {margin-top: 5px !important;}
.prod_default6 .prod_info .p_buy{margin-top: 0 !important;text-align: center;}
    
}
/*pc*/
#productList_style_06_1551767758937 li{width: 19.2%;}
#productList_style_06_1551767758937 li.prod_Item{margin-bottom:1%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_06_1551767758937 li{width: 19.2%;}
	#productList_style_06_1551767758937 li.prod_Item{margin-bottom:1%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_06_1551767758937 li{width: 49.5%;}
	#productList_style_06_1551767758937 li.prod_Item{margin-bottom:1%;}
}

   
   #productList_style_06_1551767758937 .p_detail.pc,#productList_style_06_1551767758937 .p_name.pc {display:block;}
   #productList_style_06_1551767758937 .p_detail.pad, #productList_style_06_1551767758937 .p_detail.mobile,#productList_style_06_1551767758937 .p_name.pad, #productList_style_06_1551767758937 .p_name.mobile {display:none;}

   @media screen and (min-width:641px) and (max-width:1200px) {
   #productList_style_06_1551767758937 .p_detail.pad,#productList_style_06_1551767758937 .p_name.pad {display:block;}
   #productList_style_06_1551767758937 .p_detail.pc, #productList_style_06_1551767758937 .p_detail.mobile,#productList_style_06_1551767758937 .p_name.pc, #productList_style_06_1551767758937 .p_name.mobile {display:none;}
   }
   @media screen and (max-width:640px) {
   #productList_style_06_1551767758937 .p_detail.mobile,#productList_style_06_1551767758937 .p_name.mobile {display:block;}
   #productList_style_06_1551767758937 .p_detail.pc, #productList_style_06_1551767758937 .p_detail.pad,#productList_style_06_1551767758937 .p_name.pc, #productList_style_06_1551767758937 .p_name.pad {display:none;}
   }
    

	/*产品状态  新品  推荐*/
	#productList_style_06_1551767758937 .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_06_1551767758937 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_06_1551767758937 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_06_1551767758937 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_06_1551767758937 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_06_1551767758937 .submit_div{ display: inline-block; }
	
	#productList_style_06_1551767758937 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_06_1551767758937 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_06_1551767758937 .page_submit{margin-left:5px;}
	#productList_style_06_1551767758937 .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_06_1551767758937 .page_btn{ font-size:12px; }
			#productList_style_06_1551767758937 .submit_div{ display:none; }
		}

			#productList_style_06_1551767758937 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_06_1551767758937 .page{line-height:30px; padding:0 13px;}
		}
	        
     #productList_style_06_1551767758937  .showActivity {display: none !important;}
            #productList_style_06_1551767758937  .btnaSet ,#productList_style_06_1551767758937  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	/*产品样式*/
.prod_default6{width:100%; clear: both;}
.prod_default6 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default6 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default6 .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; overflow: hidden;}
.prod_default6 .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default6 .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default6 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default6 .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_default6 .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_default6 .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default6 .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; position: relative;}
.prod_default6 .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;}
.prod_default6 .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block; width: 100%;}/*文字两行后自动超出隐藏*/
.prod_default6 .p_detail { font-size: 12px; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default6 .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default6 .p_group .p_lb{display: none;}
.prod_default6 .p_line{/*margin-bottom: 14px;*/ overflow: hidden;; width: 100% !important;margin-top: 8px;float: left;}
.prod_default6 .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 50%; color: #666; font-size: 12px;}
.prod_default6 .p_jg{display: none;}
.prod_default6 .p_price {line-height: 1; white-space: nowrap;display: inline;}
.prod_default6 .p_value {color: #ff002a; font-size:18px;}
.prod_default6 .unit {color: #ff002a;font-size: 16px;}
.prod_default6 .p_vip { text-align: right; line-height:14px; height: 26px; white-space: nowrap;display: inline;float: right;}
.prod_default6 .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default6 .v_value {color: #333; font-size: 18px;}
.prod_default6 .v_unit {color: #333;font-size: 12px;}
.prod_default6 .pro_button {display:none; margin: 10px 0; overflow: hidden;}
.prod_default6 .p_link { float: left; width: 48%; text-align: center;}
.prod_default6 .p_link a {display: block; padding: 10px 15px;}
.prod_default6 .p_cart { float: right; width: 48%; text-align: center;}
.prod_default6 .p_cart a {display: block; padding: 10px 15px;}
.prod_default6 a{text-decoration:none; }
.prod_default6 .prod_info .p_buy{width:100%;float: none !important;margin-top: 12px;clear: both;margin-top:20px;clear: both;}
.prod_default6 .prod_info .p_buy a{width:35%;height: 30px;line-height: 30px;text-align: center;color: #fff;border-radius: 4px; background: #f00;display: inline-block;}

/*分页*/
.prod_default6 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default6 .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_default6 .page_btn a.cur,.prod_default6 .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default6 .page_btn a:nth-child(n+12){display: none;}
.prod_default6 .page_btn a:nth-last-child(1),.prod_default6 .page_btn a:nth-last-child(2),.prod_default6 .page_btn a:nth-last-child(3){display: inline-block !important;}
.prod_default6 .prev_btn,.prod_default6 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default6 .no_page{border: 0 !important;}
.prod_default6 .page_btn a:nth-child(n+10){display: none;}


.prod_default6 .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}

.prod_default6 .p_price2{font-family: "微软雅黑"; text-decoration:line-through ;font-size: 14px;display: inline;float: left;}
.prod_default6 .yuanjia2{color:#888;font-size: 14px;}
.prod_default6 .yuanjia1{color:#888;font-size: 14px;}
.prod_default6 .jiage{color: #888;font-size: 14px;}

.prod_default6 .freeinfo{ clear:both; overflow:hidden;}
.prod_default6 .freeinfo span{ display:block; float:left; border:1px solid red; border-radius:5px; padding:0 5px; color:red; margin-right:5px; box-sizing: border-box; }


/* 拼团img */
.prod_default6 .pintuan_img{position: absolute;left: 5%;}
.prod_default6 .pintuan_detail{width:60%;height: 30px;line-height: 30px;float: right;text-align: right;}
.prod_default6 .pintuan_time{position: absolute;bottom: 0px;padding: 10px;background: #f00; width: 100%; color:white;}
.prod_default6 .oldprice_pg{}

@media screen and (max-width: 767px){
.prod_default6 .ptoldprice{ display:none; }
/*产品列表*/
.prod_default6 .prod{width:50%;margin-right:0; margin-bottom: 0; border-right: 1px solid #eee; border-bottom: 1px solid #eee;}
.prod_default6 .prod:nth-child(2n){border-right: none;}
.prod_default6 .prod_info{padding: 6px;}
.prod_default6 .unit,.prod_default6 .p_vip .v_jg,.prod_default6 .v_unit{font-size: 12px;}
.prod_default6 .p_vip{height: 18px; line-height: 23px;}
.prod_default6 .v_value{font-size: 14px;}
.prod_default6 .p_value{font-size: 18px;}
.prod_default6 .prod .p_detail{display: none !important;}
.prod_default6 .p_line {margin-top: 0px; margin-bottom: 5px;}

}
@media screen and (max-width: 640px){
.prod_default6 .p_line {margin-top: 5px !important;}
.prod_default6 .prod_info .p_buy{margin-top: 0 !important;text-align: center;}
    
}
/*pc*/
#productList_style_06_1547715261071 li{width: 19.2%;}
#productList_style_06_1547715261071 li.prod_Item{margin-bottom:1%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_06_1547715261071 li{width: 19.2%;}
	#productList_style_06_1547715261071 li.prod_Item{margin-bottom:1%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_06_1547715261071 li{width: 49.5%;}
	#productList_style_06_1547715261071 li.prod_Item{margin-bottom:1%;}
}

   
   #productList_style_06_1547715261071 .p_detail.pc,#productList_style_06_1547715261071 .p_name.pc {display:block;}
   #productList_style_06_1547715261071 .p_detail.pad, #productList_style_06_1547715261071 .p_detail.mobile,#productList_style_06_1547715261071 .p_name.pad, #productList_style_06_1547715261071 .p_name.mobile {display:none;}

   @media screen and (min-width:641px) and (max-width:1200px) {
   #productList_style_06_1547715261071 .p_detail.pad,#productList_style_06_1547715261071 .p_name.pad {display:block;}
   #productList_style_06_1547715261071 .p_detail.pc, #productList_style_06_1547715261071 .p_detail.mobile,#productList_style_06_1547715261071 .p_name.pc, #productList_style_06_1547715261071 .p_name.mobile {display:none;}
   }
   @media screen and (max-width:640px) {
   #productList_style_06_1547715261071 .p_detail.mobile,#productList_style_06_1547715261071 .p_name.mobile {display:block;}
   #productList_style_06_1547715261071 .p_detail.pc, #productList_style_06_1547715261071 .p_detail.pad,#productList_style_06_1547715261071 .p_name.pc, #productList_style_06_1547715261071 .p_name.pad {display:none;}
   }
    

	/*产品状态  新品  推荐*/
	#productList_style_06_1547715261071 .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_06_1547715261071 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_06_1547715261071 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_06_1547715261071 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_06_1547715261071 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_06_1547715261071 .submit_div{ display: inline-block; }
	
	#productList_style_06_1547715261071 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_06_1547715261071 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_06_1547715261071 .page_submit{margin-left:5px;}
	#productList_style_06_1547715261071 .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_06_1547715261071 .page_btn{ font-size:12px; }
			#productList_style_06_1547715261071 .submit_div{ display:none; }
		}

			#productList_style_06_1547715261071 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_06_1547715261071 .page{line-height:30px; padding:0 13px;}
		}
	        
     #productList_style_06_1547715261071  .showActivity {display: none !important;}
            #productList_style_06_1547715261071  .btnaSet ,#productList_style_06_1547715261071  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	/*产品样式*/
.prod_default6{width:100%; clear: both;}
.prod_default6 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default6 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default6 .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; overflow: hidden;}
.prod_default6 .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default6 .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default6 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default6 .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_default6 .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_default6 .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default6 .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; position: relative;}
.prod_default6 .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;}
.prod_default6 .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block; width: 100%;}/*文字两行后自动超出隐藏*/
.prod_default6 .p_detail { font-size: 12px; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default6 .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default6 .p_group .p_lb{display: none;}
.prod_default6 .p_line{/*margin-bottom: 14px;*/ overflow: hidden;; width: 100% !important;margin-top: 8px;float: left;}
.prod_default6 .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 50%; color: #666; font-size: 12px;}
.prod_default6 .p_jg{display: none;}
.prod_default6 .p_price {line-height: 1; white-space: nowrap;display: inline;}
.prod_default6 .p_value {color: #ff002a; font-size:18px;}
.prod_default6 .unit {color: #ff002a;font-size: 16px;}
.prod_default6 .p_vip { text-align: right; line-height:14px; height: 26px; white-space: nowrap;display: inline;float: right;}
.prod_default6 .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default6 .v_value {color: #333; font-size: 18px;}
.prod_default6 .v_unit {color: #333;font-size: 12px;}
.prod_default6 .pro_button {display:none; margin: 10px 0; overflow: hidden;}
.prod_default6 .p_link { float: left; width: 48%; text-align: center;}
.prod_default6 .p_link a {display: block; padding: 10px 15px;}
.prod_default6 .p_cart { float: right; width: 48%; text-align: center;}
.prod_default6 .p_cart a {display: block; padding: 10px 15px;}
.prod_default6 a{text-decoration:none; }
.prod_default6 .prod_info .p_buy{width:100%;float: none !important;margin-top: 12px;clear: both;margin-top:20px;clear: both;}
.prod_default6 .prod_info .p_buy a{width:35%;height: 30px;line-height: 30px;text-align: center;color: #fff;border-radius: 4px; background: #f00;display: inline-block;}

/*分页*/
.prod_default6 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default6 .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_default6 .page_btn a.cur,.prod_default6 .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default6 .page_btn a:nth-child(n+12){display: none;}
.prod_default6 .page_btn a:nth-last-child(1),.prod_default6 .page_btn a:nth-last-child(2),.prod_default6 .page_btn a:nth-last-child(3){display: inline-block !important;}
.prod_default6 .prev_btn,.prod_default6 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default6 .no_page{border: 0 !important;}
.prod_default6 .page_btn a:nth-child(n+10){display: none;}


.prod_default6 .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}

.prod_default6 .p_price2{font-family: "微软雅黑"; text-decoration:line-through ;font-size: 14px;display: inline;float: left;}
.prod_default6 .yuanjia2{color:#888;font-size: 14px;}
.prod_default6 .yuanjia1{color:#888;font-size: 14px;}
.prod_default6 .jiage{color: #888;font-size: 14px;}

.prod_default6 .freeinfo{ clear:both; overflow:hidden;}
.prod_default6 .freeinfo span{ display:block; float:left; border:1px solid red; border-radius:5px; padding:0 5px; color:red; margin-right:5px; box-sizing: border-box; }


/* 拼团img */
.prod_default6 .pintuan_img{position: absolute;left: 5%;}
.prod_default6 .pintuan_detail{width:60%;height: 30px;line-height: 30px;float: right;text-align: right;}
.prod_default6 .pintuan_time{position: absolute;bottom: 0px;padding: 10px;background: #f00; width: 100%; color:white;}
.prod_default6 .oldprice_pg{}

@media screen and (max-width: 767px){
.prod_default6 .ptoldprice{ display:none; }
/*产品列表*/
.prod_default6 .prod{width:50%;margin-right:0; margin-bottom: 0; border-right: 1px solid #eee; border-bottom: 1px solid #eee;}
.prod_default6 .prod:nth-child(2n){border-right: none;}
.prod_default6 .prod_info{padding: 6px;}
.prod_default6 .unit,.prod_default6 .p_vip .v_jg,.prod_default6 .v_unit{font-size: 12px;}
.prod_default6 .p_vip{height: 18px; line-height: 23px;}
.prod_default6 .v_value{font-size: 14px;}
.prod_default6 .p_value{font-size: 18px;}
.prod_default6 .prod .p_detail{display: none !important;}
.prod_default6 .p_line {margin-top: 0px; margin-bottom: 5px;}

}
@media screen and (max-width: 640px){
.prod_default6 .p_line {margin-top: 5px !important;}
.prod_default6 .prod_info .p_buy{margin-top: 0 !important;text-align: center;}
    
}
/*pc*/
#productList_style_06_1547715278258 li{width: 19.2%;}
#productList_style_06_1547715278258 li.prod_Item{margin-bottom:1%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_06_1547715278258 li{width: 19.2%;}
	#productList_style_06_1547715278258 li.prod_Item{margin-bottom:1%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_06_1547715278258 li{width: 49.5%;}
	#productList_style_06_1547715278258 li.prod_Item{margin-bottom:1%;}
}

   
   #productList_style_06_1547715278258 .p_detail.pc,#productList_style_06_1547715278258 .p_name.pc {display:block;}
   #productList_style_06_1547715278258 .p_detail.pad, #productList_style_06_1547715278258 .p_detail.mobile,#productList_style_06_1547715278258 .p_name.pad, #productList_style_06_1547715278258 .p_name.mobile {display:none;}

   @media screen and (min-width:641px) and (max-width:1200px) {
   #productList_style_06_1547715278258 .p_detail.pad,#productList_style_06_1547715278258 .p_name.pad {display:block;}
   #productList_style_06_1547715278258 .p_detail.pc, #productList_style_06_1547715278258 .p_detail.mobile,#productList_style_06_1547715278258 .p_name.pc, #productList_style_06_1547715278258 .p_name.mobile {display:none;}
   }
   @media screen and (max-width:640px) {
   #productList_style_06_1547715278258 .p_detail.mobile,#productList_style_06_1547715278258 .p_name.mobile {display:block;}
   #productList_style_06_1547715278258 .p_detail.pc, #productList_style_06_1547715278258 .p_detail.pad,#productList_style_06_1547715278258 .p_name.pc, #productList_style_06_1547715278258 .p_name.pad {display:none;}
   }
    

	/*产品状态  新品  推荐*/
	#productList_style_06_1547715278258 .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_06_1547715278258 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_06_1547715278258 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_06_1547715278258 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_06_1547715278258 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_06_1547715278258 .submit_div{ display: inline-block; }
	
	#productList_style_06_1547715278258 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_06_1547715278258 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_06_1547715278258 .page_submit{margin-left:5px;}
	#productList_style_06_1547715278258 .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_06_1547715278258 .page_btn{ font-size:12px; }
			#productList_style_06_1547715278258 .submit_div{ display:none; }
		}

			#productList_style_06_1547715278258 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_06_1547715278258 .page{line-height:30px; padding:0 13px;}
		}
	        
     #productList_style_06_1547715278258  .showActivity {display: none !important;}
            #productList_style_06_1547715278258  .btnaSet ,#productList_style_06_1547715278258  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	/*产品样式*/
.prod_default6{width:100%; clear: both;}
.prod_default6 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default6 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default6 .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; overflow: hidden;}
.prod_default6 .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default6 .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default6 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default6 .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_default6 .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_default6 .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default6 .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; position: relative;}
.prod_default6 .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;}
.prod_default6 .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block; width: 100%;}/*文字两行后自动超出隐藏*/
.prod_default6 .p_detail { font-size: 12px; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default6 .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default6 .p_group .p_lb{display: none;}
.prod_default6 .p_line{/*margin-bottom: 14px;*/ overflow: hidden;; width: 100% !important;margin-top: 8px;float: left;}
.prod_default6 .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 50%; color: #666; font-size: 12px;}
.prod_default6 .p_jg{display: none;}
.prod_default6 .p_price {line-height: 1; white-space: nowrap;display: inline;}
.prod_default6 .p_value {color: #ff002a; font-size:18px;}
.prod_default6 .unit {color: #ff002a;font-size: 16px;}
.prod_default6 .p_vip { text-align: right; line-height:14px; height: 26px; white-space: nowrap;display: inline;float: right;}
.prod_default6 .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default6 .v_value {color: #333; font-size: 18px;}
.prod_default6 .v_unit {color: #333;font-size: 12px;}
.prod_default6 .pro_button {display:none; margin: 10px 0; overflow: hidden;}
.prod_default6 .p_link { float: left; width: 48%; text-align: center;}
.prod_default6 .p_link a {display: block; padding: 10px 15px;}
.prod_default6 .p_cart { float: right; width: 48%; text-align: center;}
.prod_default6 .p_cart a {display: block; padding: 10px 15px;}
.prod_default6 a{text-decoration:none; }
.prod_default6 .prod_info .p_buy{width:100%;float: none !important;margin-top: 12px;clear: both;margin-top:20px;clear: both;}
.prod_default6 .prod_info .p_buy a{width:35%;height: 30px;line-height: 30px;text-align: center;color: #fff;border-radius: 4px; background: #f00;display: inline-block;}

/*分页*/
.prod_default6 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default6 .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_default6 .page_btn a.cur,.prod_default6 .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default6 .page_btn a:nth-child(n+12){display: none;}
.prod_default6 .page_btn a:nth-last-child(1),.prod_default6 .page_btn a:nth-last-child(2),.prod_default6 .page_btn a:nth-last-child(3){display: inline-block !important;}
.prod_default6 .prev_btn,.prod_default6 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default6 .no_page{border: 0 !important;}
.prod_default6 .page_btn a:nth-child(n+10){display: none;}


.prod_default6 .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}

.prod_default6 .p_price2{font-family: "微软雅黑"; text-decoration:line-through ;font-size: 14px;display: inline;float: left;}
.prod_default6 .yuanjia2{color:#888;font-size: 14px;}
.prod_default6 .yuanjia1{color:#888;font-size: 14px;}
.prod_default6 .jiage{color: #888;font-size: 14px;}

.prod_default6 .freeinfo{ clear:both; overflow:hidden;}
.prod_default6 .freeinfo span{ display:block; float:left; border:1px solid red; border-radius:5px; padding:0 5px; color:red; margin-right:5px; box-sizing: border-box; }


/* 拼团img */
.prod_default6 .pintuan_img{position: absolute;left: 5%;}
.prod_default6 .pintuan_detail{width:60%;height: 30px;line-height: 30px;float: right;text-align: right;}
.prod_default6 .pintuan_time{position: absolute;bottom: 0px;padding: 10px;background: #f00; width: 100%; color:white;}
.prod_default6 .oldprice_pg{}

@media screen and (max-width: 767px){
.prod_default6 .ptoldprice{ display:none; }
/*产品列表*/
.prod_default6 .prod{width:50%;margin-right:0; margin-bottom: 0; border-right: 1px solid #eee; border-bottom: 1px solid #eee;}
.prod_default6 .prod:nth-child(2n){border-right: none;}
.prod_default6 .prod_info{padding: 6px;}
.prod_default6 .unit,.prod_default6 .p_vip .v_jg,.prod_default6 .v_unit{font-size: 12px;}
.prod_default6 .p_vip{height: 18px; line-height: 23px;}
.prod_default6 .v_value{font-size: 14px;}
.prod_default6 .p_value{font-size: 18px;}
.prod_default6 .prod .p_detail{display: none !important;}
.prod_default6 .p_line {margin-top: 0px; margin-bottom: 5px;}

}
@media screen and (max-width: 640px){
.prod_default6 .p_line {margin-top: 5px !important;}
.prod_default6 .prod_info .p_buy{margin-top: 0 !important;text-align: center;}
    
}
/*pc*/
#productList_style_06_1551767906089 li{width: 19.2%;}
#productList_style_06_1551767906089 li.prod_Item{margin-bottom:1%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_06_1551767906089 li{width: 19.2%;}
	#productList_style_06_1551767906089 li.prod_Item{margin-bottom:1%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_06_1551767906089 li{width: 49.5%;}
	#productList_style_06_1551767906089 li.prod_Item{margin-bottom:1%;}
}

   
   #productList_style_06_1551767906089 .p_detail.pc,#productList_style_06_1551767906089 .p_name.pc {display:block;}
   #productList_style_06_1551767906089 .p_detail.pad, #productList_style_06_1551767906089 .p_detail.mobile,#productList_style_06_1551767906089 .p_name.pad, #productList_style_06_1551767906089 .p_name.mobile {display:none;}

   @media screen and (min-width:641px) and (max-width:1200px) {
   #productList_style_06_1551767906089 .p_detail.pad,#productList_style_06_1551767906089 .p_name.pad {display:block;}
   #productList_style_06_1551767906089 .p_detail.pc, #productList_style_06_1551767906089 .p_detail.mobile,#productList_style_06_1551767906089 .p_name.pc, #productList_style_06_1551767906089 .p_name.mobile {display:none;}
   }
   @media screen and (max-width:640px) {
   #productList_style_06_1551767906089 .p_detail.mobile,#productList_style_06_1551767906089 .p_name.mobile {display:block;}
   #productList_style_06_1551767906089 .p_detail.pc, #productList_style_06_1551767906089 .p_detail.pad,#productList_style_06_1551767906089 .p_name.pc, #productList_style_06_1551767906089 .p_name.pad {display:none;}
   }
    

	/*产品状态  新品  推荐*/
	#productList_style_06_1551767906089 .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_06_1551767906089 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_06_1551767906089 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_06_1551767906089 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_06_1551767906089 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_06_1551767906089 .submit_div{ display: inline-block; }
	
	#productList_style_06_1551767906089 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_06_1551767906089 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_06_1551767906089 .page_submit{margin-left:5px;}
	#productList_style_06_1551767906089 .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_06_1551767906089 .page_btn{ font-size:12px; }
			#productList_style_06_1551767906089 .submit_div{ display:none; }
		}

			#productList_style_06_1551767906089 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_06_1551767906089 .page{line-height:30px; padding:0 13px;}
		}
	        
     #productList_style_06_1551767906089  .showActivity {display: none !important;}
            #productList_style_06_1551767906089  .btnaSet ,#productList_style_06_1551767906089  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	

#tab_style_03_1547460137221 #div_tab_style_03_1547460137221 .tab_right_arrow{width:40px;height:40px;opacity:1;right:10px;}
#tab_style_03_1547460137221 #div_tab_style_03_1547460137221 .tab_left_arrow{width:40px;height:40px;opacity:1;left:10px;}
#tab_style_03_1547460137221 #div_tab_style_03_1547460137221 .tab_img{display:none;}
#tab_style_03_1547460137221 #div_tab_style_03_1547460137221 .tab_nav{display:block !important;}
#tab_style_03_1547460137221 #div_tab_style_03_1547460137221 .tab_li{width:105px;}
#tab_style_03_1547460137221 #div_tab_style_03_1547460137221 .tab_img img{width:;}

		#tab_style_03_1547460137221 .tab_ul.tab_ul_top,#tab_style_03_1547460137221 .tab_ul.tab_ul_bottom{white-space: nowrap;}
    #tab_style_03_1547460137221 .layout_mask_showName {position: absolute;width: 100%;height: 80px;line-height: 80px;left: 0px;top: 50%;margin-top: -40px;text-align: center;color: rgba(142, 142, 142, 0.63);font-size: 30px;}


	#image_style_01_1547514832336 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1547514832336 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1547514832336 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1547514832336 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_1547519470355 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1547519470355 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1547519470355 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1547519470355 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;}
/*新闻列表样式*/
.boxNewsListStyle_3{width:100%; clear: both;}
.boxNewsListStyle_3 li{width:100%; list-style:none; box-sizing: border-box; background:#fff; border-bottom-width:1px; border-bottom-style:solid; border-bottom-color:#eee; padding: 10px;}
.boxNewsListStyle_3 li .clear{clear:both;}
.boxNewsListStyle_3 .sumary_list .newPic{float:left;width:100px; overflow:hidden; position:relative; box-sizing:border-box; background: #eee;}
.boxNewsListStyle_3 .sumary_list .newPic img{position:absolute; top:0; left:0; width:100%;}
.boxNewsListStyle_3 .sumary_list .newPic .zTm{margin-top:100%;}
.boxNewsListStyle_3 .sumary_list:first-child .newCont{float:left; width:calc(100% - 120px);}
.boxNewsListStyle_3 .sumary_list .newCont{float:left; width:100%; padding:0 1em; box-sizing:border-box;}
.boxNewsListStyle_3 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_3 .sumary_list .newName{margin:.5em 0 0;  overflow:hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;}
.boxNewsListStyle_3 .sumary_list .newName a{text-decoration:none; line-height:1.4; font-size:16px; color:#333;}
.boxNewsListStyle_3 .sumary_list .newName a:hover{}
.boxNewsListStyle_3 .sumary_list .newB{width:100%; line-height:2;border-top:1px solid rgba(255,255,255, .1); }
.boxNewsListStyle_3 .sumary_list .newSort{font-size:12px; white-space: nowrap; padding:.5em 1em; border-radius:1.5em; margin-right:5px; background:#814DFF; color: #fff;}
.boxNewsListStyle_3 .sumary_list .newsTime{text-align:right;color:#aaa; font-size:14px; white-space:nowrap;}
.boxNewsListStyle_3 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_3 .sumary_list .newDetail{width:100%; padding:.6em .6em 0 0;margin-bottom: .6em; color:#aaa; font-size:12px; line-height:1.6; text-overflow:ellipsis;/* white-space:nowrap;*/ overflow:hidden;text-align: left; }

.boxNewsListStyle_3 .thenewtitle{display: block;}
/* 分页 */
.boxNewsListStyle_3 .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;}
.boxNewsListStyle_3 .page_btn .cur{ background:red; color:white; cursor:pointer;}
.boxNewsListStyle_3 .page:hover{ background:red; color:white; cursor:pointer;}

@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
.boxNewsListStyle_3 .sumary_list .newPic{width:120px;}
.boxNewsListStyle_3 .sumary_list:first-child .newCont{width:calc(100% - 120px);}
.boxNewsListStyle_3 .sumary_list .newName a{font-size:14px; }
/*分页*/
.boxNewsListStyle_3 .page_btn a:nth-child(n+5){display: none;}
.boxNewsListStyle_3 .page_btn a:nth-last-child(1),.boxNewsListStyle_3 .page_btn a:nth-last-child(2),.boxNewsListStyle_3 .page_btn a:nth-last-child(3){display: inline-block !important;}
}
@media screen and (max-width:480px){
.boxNewsListStyle_3 .sumary_list .newPic{float:none; width:100%;} 
.boxNewsListStyle_3 .sumary_list .newCont{width:100%;}
.boxNewsListStyle_3 .sumary_list:first-child .newCont{width:100%;}
.boxNewsListStyle_3 .sumary_list .newName a{font-size:14px;}
}



	#newsList_style_01_1547475024511 .newDetail.pc {display:block;}
	#newsList_style_01_1547475024511 .newDetail.pad, #newsList_style_01_1547475024511 .newDetail.mobile {display:none;}
	#newsList_style_01_1547475024511 .newTitle.pc {display:block;}
	#newsList_style_01_1547475024511 .newTitle.pad, #newsList_style_01_1547475024511 .newTitle.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_01_1547475024511 .newDetail.pad {display:block;}
		#newsList_style_01_1547475024511 .newDetail.pc, #newsList_style_01_1547475024511 .newDetail.mobile {display:none;}
		#newsList_style_01_1547475024511 .newTitle.pad {display:block;}
		#newsList_style_01_1547475024511 .newTitle.pc, #newsList_style_01_1547475024511 .newTitle.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_01_1547475024511 .newDetail.mobile {display:block;}
		#newsList_style_01_1547475024511 .newDetail.pc, #newsList_style_01_1547475024511 .newDetail.pad {display:none;}
		#newsList_style_01_1547475024511 .newTitle.mobile {display:block;}
		#newsList_style_01_1547475024511 .newTitle.pc, #newsList_style_01_1547475024511 .newTitle.pad {display:none;}
	}

@media screen and (min-width: 1025px) {
	#newsList_style_01_1547475024511 .sumary_list .newPic{width: 90px;}
	#newsList_style_01_1547475024511 .sumary_list:first-child .newCont{width: calc(100% - 90px);}
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
	#newsList_style_01_1547475024511 .sumary_list .newPic{width: 90px;}
	#newsList_style_01_1547475024511 .sumary_list:first-child .newCont{width: calc(100% - 90px);}
}

@media screen and (max-width: 640px) {
}

/* 新分页 */
#newsList_style_01_1547475024511 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_01_1547475024511 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_01_1547475024511 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_01_1547475024511 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_01_1547475024511 .submit_div{ display: inline-block; }

#newsList_style_01_1547475024511 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_01_1547475024511 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_01_1547475024511 .page_submit{margin-left:5px;}
#newsList_style_01_1547475024511 .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) {
		#newsList_style_01_1547475024511 .page_btn{ font-size:12px; }
		#newsList_style_01_1547475024511 .submit_div{ display:none; }
	}

	#newsList_style_01_1547475024511 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
	@media screen and (max-width:640px) {
		#newsList_style_01_1547475024511 .page{line-height:30px; padding:0 13px;}
	}


	#image_style_01_1547475495345 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1547475495345 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1547475495345 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1547475495345 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;}
/*新闻列表样式*/
.boxNewsListStyle_3{width:100%; clear: both;}
.boxNewsListStyle_3 li{width:100%; list-style:none; box-sizing: border-box; background:#fff; border-bottom-width:1px; border-bottom-style:solid; border-bottom-color:#eee; padding: 10px;}
.boxNewsListStyle_3 li .clear{clear:both;}
.boxNewsListStyle_3 .sumary_list .newPic{float:left;width:100px; overflow:hidden; position:relative; box-sizing:border-box; background: #eee;}
.boxNewsListStyle_3 .sumary_list .newPic img{position:absolute; top:0; left:0; width:100%;}
.boxNewsListStyle_3 .sumary_list .newPic .zTm{margin-top:100%;}
.boxNewsListStyle_3 .sumary_list:first-child .newCont{float:left; width:calc(100% - 120px);}
.boxNewsListStyle_3 .sumary_list .newCont{float:left; width:100%; padding:0 1em; box-sizing:border-box;}
.boxNewsListStyle_3 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_3 .sumary_list .newName{margin:.5em 0 0;  overflow:hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;}
.boxNewsListStyle_3 .sumary_list .newName a{text-decoration:none; line-height:1.4; font-size:16px; color:#333;}
.boxNewsListStyle_3 .sumary_list .newName a:hover{}
.boxNewsListStyle_3 .sumary_list .newB{width:100%; line-height:2;border-top:1px solid rgba(255,255,255, .1); }
.boxNewsListStyle_3 .sumary_list .newSort{font-size:12px; white-space: nowrap; padding:.5em 1em; border-radius:1.5em; margin-right:5px; background:#814DFF; color: #fff;}
.boxNewsListStyle_3 .sumary_list .newsTime{text-align:right;color:#aaa; font-size:14px; white-space:nowrap;}
.boxNewsListStyle_3 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_3 .sumary_list .newDetail{width:100%; padding:.6em .6em 0 0;margin-bottom: .6em; color:#aaa; font-size:12px; line-height:1.6; text-overflow:ellipsis;/* white-space:nowrap;*/ overflow:hidden;text-align: left; }

.boxNewsListStyle_3 .thenewtitle{display: block;}
/* 分页 */
.boxNewsListStyle_3 .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;}
.boxNewsListStyle_3 .page_btn .cur{ background:red; color:white; cursor:pointer;}
.boxNewsListStyle_3 .page:hover{ background:red; color:white; cursor:pointer;}

@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
.boxNewsListStyle_3 .sumary_list .newPic{width:120px;}
.boxNewsListStyle_3 .sumary_list:first-child .newCont{width:calc(100% - 120px);}
.boxNewsListStyle_3 .sumary_list .newName a{font-size:14px; }
/*分页*/
.boxNewsListStyle_3 .page_btn a:nth-child(n+5){display: none;}
.boxNewsListStyle_3 .page_btn a:nth-last-child(1),.boxNewsListStyle_3 .page_btn a:nth-last-child(2),.boxNewsListStyle_3 .page_btn a:nth-last-child(3){display: inline-block !important;}
}
@media screen and (max-width:480px){
.boxNewsListStyle_3 .sumary_list .newPic{float:none; width:100%;} 
.boxNewsListStyle_3 .sumary_list .newCont{width:100%;}
.boxNewsListStyle_3 .sumary_list:first-child .newCont{width:100%;}
.boxNewsListStyle_3 .sumary_list .newName a{font-size:14px;}
}



	#newsList_style_03_1547475711704 .newDetail.pc {display:block;}
	#newsList_style_03_1547475711704 .newDetail.pad, #newsList_style_03_1547475711704 .newDetail.mobile {display:none;}
	#newsList_style_03_1547475711704 .newTitle.pc {display:block;}
	#newsList_style_03_1547475711704 .newTitle.pad, #newsList_style_03_1547475711704 .newTitle.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_03_1547475711704 .newDetail.pad {display:block;}
		#newsList_style_03_1547475711704 .newDetail.pc, #newsList_style_03_1547475711704 .newDetail.mobile {display:none;}
		#newsList_style_03_1547475711704 .newTitle.pad {display:block;}
		#newsList_style_03_1547475711704 .newTitle.pc, #newsList_style_03_1547475711704 .newTitle.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_03_1547475711704 .newDetail.mobile {display:block;}
		#newsList_style_03_1547475711704 .newDetail.pc, #newsList_style_03_1547475711704 .newDetail.pad {display:none;}
		#newsList_style_03_1547475711704 .newTitle.mobile {display:block;}
		#newsList_style_03_1547475711704 .newTitle.pc, #newsList_style_03_1547475711704 .newTitle.pad {display:none;}
	}

@media screen and (min-width: 1025px) {
	#newsList_style_03_1547475711704 .sumary_list .newPic{width: 100px;}
	#newsList_style_03_1547475711704 .sumary_list:first-child .newCont{width: calc(100% - 100px);}
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
	#newsList_style_03_1547475711704 .sumary_list .newPic{width: 100px;}
	#newsList_style_03_1547475711704 .sumary_list:first-child .newCont{width: calc(100% - 100px);}
}

@media screen and (max-width: 640px) {
}

/* 新分页 */
#newsList_style_03_1547475711704 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_03_1547475711704 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_03_1547475711704 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_03_1547475711704 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_03_1547475711704 .submit_div{ display: inline-block; }

#newsList_style_03_1547475711704 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_03_1547475711704 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_03_1547475711704 .page_submit{margin-left:5px;}
#newsList_style_03_1547475711704 .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) {
		#newsList_style_03_1547475711704 .page_btn{ font-size:12px; }
		#newsList_style_03_1547475711704 .submit_div{ display:none; }
	}

	#newsList_style_03_1547475711704 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
	@media screen and (max-width:640px) {
		#newsList_style_03_1547475711704 .page{line-height:30px; padding:0 13px;}
	}


	#image_style_01_1547475711718 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1547475711718 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1547475711718 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1547475711718 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_1547514949511 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1547514949511 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1547514949511 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1547514949511 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;}
/*新闻列表样式*/
.boxNewsListStyle_3{width:100%; clear: both;}
.boxNewsListStyle_3 li{width:100%; list-style:none; box-sizing: border-box; background:#fff; border-bottom-width:1px; border-bottom-style:solid; border-bottom-color:#eee; padding: 10px;}
.boxNewsListStyle_3 li .clear{clear:both;}
.boxNewsListStyle_3 .sumary_list .newPic{float:left;width:100px; overflow:hidden; position:relative; box-sizing:border-box; background: #eee;}
.boxNewsListStyle_3 .sumary_list .newPic img{position:absolute; top:0; left:0; width:100%;}
.boxNewsListStyle_3 .sumary_list .newPic .zTm{margin-top:100%;}
.boxNewsListStyle_3 .sumary_list:first-child .newCont{float:left; width:calc(100% - 120px);}
.boxNewsListStyle_3 .sumary_list .newCont{float:left; width:100%; padding:0 1em; box-sizing:border-box;}
.boxNewsListStyle_3 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_3 .sumary_list .newName{margin:.5em 0 0;  overflow:hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;}
.boxNewsListStyle_3 .sumary_list .newName a{text-decoration:none; line-height:1.4; font-size:16px; color:#333;}
.boxNewsListStyle_3 .sumary_list .newName a:hover{}
.boxNewsListStyle_3 .sumary_list .newB{width:100%; line-height:2;border-top:1px solid rgba(255,255,255, .1); }
.boxNewsListStyle_3 .sumary_list .newSort{font-size:12px; white-space: nowrap; padding:.5em 1em; border-radius:1.5em; margin-right:5px; background:#814DFF; color: #fff;}
.boxNewsListStyle_3 .sumary_list .newsTime{text-align:right;color:#aaa; font-size:14px; white-space:nowrap;}
.boxNewsListStyle_3 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_3 .sumary_list .newDetail{width:100%; padding:.6em .6em 0 0;margin-bottom: .6em; color:#aaa; font-size:12px; line-height:1.6; text-overflow:ellipsis;/* white-space:nowrap;*/ overflow:hidden;text-align: left; }

.boxNewsListStyle_3 .thenewtitle{display: block;}
/* 分页 */
.boxNewsListStyle_3 .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;}
.boxNewsListStyle_3 .page_btn .cur{ background:red; color:white; cursor:pointer;}
.boxNewsListStyle_3 .page:hover{ background:red; color:white; cursor:pointer;}

@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
.boxNewsListStyle_3 .sumary_list .newPic{width:120px;}
.boxNewsListStyle_3 .sumary_list:first-child .newCont{width:calc(100% - 120px);}
.boxNewsListStyle_3 .sumary_list .newName a{font-size:14px; }
/*分页*/
.boxNewsListStyle_3 .page_btn a:nth-child(n+5){display: none;}
.boxNewsListStyle_3 .page_btn a:nth-last-child(1),.boxNewsListStyle_3 .page_btn a:nth-last-child(2),.boxNewsListStyle_3 .page_btn a:nth-last-child(3){display: inline-block !important;}
}
@media screen and (max-width:480px){
.boxNewsListStyle_3 .sumary_list .newPic{float:none; width:100%;} 
.boxNewsListStyle_3 .sumary_list .newCont{width:100%;}
.boxNewsListStyle_3 .sumary_list:first-child .newCont{width:100%;}
.boxNewsListStyle_3 .sumary_list .newName a{font-size:14px;}
}



	#newsList_style_03_1547515385053 .newDetail.pc {display:block;}
	#newsList_style_03_1547515385053 .newDetail.pad, #newsList_style_03_1547515385053 .newDetail.mobile {display:none;}
	#newsList_style_03_1547515385053 .newTitle.pc {display:block;}
	#newsList_style_03_1547515385053 .newTitle.pad, #newsList_style_03_1547515385053 .newTitle.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_03_1547515385053 .newDetail.pad {display:block;}
		#newsList_style_03_1547515385053 .newDetail.pc, #newsList_style_03_1547515385053 .newDetail.mobile {display:none;}
		#newsList_style_03_1547515385053 .newTitle.pad {display:block;}
		#newsList_style_03_1547515385053 .newTitle.pc, #newsList_style_03_1547515385053 .newTitle.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_03_1547515385053 .newDetail.mobile {display:block;}
		#newsList_style_03_1547515385053 .newDetail.pc, #newsList_style_03_1547515385053 .newDetail.pad {display:none;}
		#newsList_style_03_1547515385053 .newTitle.mobile {display:block;}
		#newsList_style_03_1547515385053 .newTitle.pc, #newsList_style_03_1547515385053 .newTitle.pad {display:none;}
	}

@media screen and (min-width: 1025px) {
	#newsList_style_03_1547515385053 .sumary_list .newPic{width: 0px;}
	#newsList_style_03_1547515385053 .sumary_list:first-child .newCont{width: calc(100% - 0px);}
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
	#newsList_style_03_1547515385053 .sumary_list .newPic{width: 0px;}
	#newsList_style_03_1547515385053 .sumary_list:first-child .newCont{width: calc(100% - 0px);}
}

@media screen and (max-width: 640px) {
}

/* 新分页 */
#newsList_style_03_1547515385053 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_03_1547515385053 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_03_1547515385053 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_03_1547515385053 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_03_1547515385053 .submit_div{ display: inline-block; }

#newsList_style_03_1547515385053 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_03_1547515385053 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_03_1547515385053 .page_submit{margin-left:5px;}
#newsList_style_03_1547515385053 .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) {
		#newsList_style_03_1547515385053 .page_btn{ font-size:12px; }
		#newsList_style_03_1547515385053 .submit_div{ display:none; }
	}

	#newsList_style_03_1547515385053 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
	@media screen and (max-width:640px) {
		#newsList_style_03_1547515385053 .page{line-height:30px; padding:0 13px;}
	}


	#image_style_01_1547519670115 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1547519670115 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1547519670115 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1547519670115 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_1547376546019 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1547376546019 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1547376546019 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1547376546019 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;}
