
/**
    *编辑器         \View\css\diy\editPageComm.css
    *编辑器-预览    \View\css\diy\pageCom.css
    *编辑器-发布    \Model\viewsRes\publish\comm.css
*/

/*----------------公共部分----------------*/
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;}
    }

body{ background-position:left top; }


 #dh_style_28_1565859954672{width:60%;z-index:1000;position:absolute;top:29px;left:40%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_28_1565859954672{z-index:999;width:632px;left:32.99973488865324%;}}   @media screen and (max-width:640px) {#dh_style_28_1565859954672{width:16%;z-index:999;top:16px;left:84%;}} #dh_style_28_1565859954672 > .view_contents{overflow:visible;}  #dh_style_28_1565859954672 .mainMenuSet {color:#333333;font-size:16px;font-weight:normal;} #dh_style_28_1565859954672 .mainMenuSet:hover {color:#b7946e;} #dh_style_28_1565859954672 #hot>a {color:#b7946e;}

 #image_logo_1565943598289{width:250px;height:42px;position:absolute;top:29px;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1565943598289{left:2%;}}   @media screen and (max-width:640px) {#image_logo_1565943598289{width:250px;height:42px;top:19px;left:2%;}} 

 #div_blank_new01_1565943651663{width:2880px;height:100px;position:absolute;top:0px;left:calc(50% - 1440px);z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1565943651663{left:calc(50% - 1440px);}}   @media screen and (max-width:640px) {#div_blank_new01_1565943651663{width:100%;height:80px;top:0px;left:0%;}}  #div_blank_new01_1565943651663  {box-sizing:border-box;} #div_blank_new01_1565943651663 .modSet {background:rgba(255,255,255,0.7);} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1565943651663  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1565943651663  {box-sizing:border-box;}} #comm_layout_header{height:100px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:100px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:80px;}} #comm_layout_header > .view_contents{max-width:1200px;overflow:visible;} 


 #banner_style_01_1565832737022{width:2880px;height:553px;position:absolute;top:0px;left:calc(50% - 1440px);}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1565832737022{height:415px;}}   @media screen and (max-width:640px) {#banner_style_01_1565832737022{width:100%;height:200px;top:0px;left:0%;}} 

 #text_style_01_1566020955029{width:40.33333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:277.5px;left:59.66666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1566020955029{left:58.71222163308589%;top:176.5px;}}   @media screen and (max-width:640px) {#text_style_01_1566020955029{width:53.86666666666666%;font-size:12px;color:#333;line-height:1.6;top:86px;left:46.13333333333333%;display:none;}}  #text_style_01_1566020955029>.view_contents {font-size:14px;color:#b7946e;} @media screen and (max-width:640px) { #text_style_01_1566020955029>.view_contents {font-size:12px;}}

 #text_style_01_1566020561982{width:36%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:200px;left:59.66666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1566020561982{left:58.71222163308589%;top:99px;}}   @media screen and (max-width:640px) {#text_style_01_1566020561982{width:42.13333333333333%;font-size:12px;color:#333;line-height:1.6;top:62px;left:53.2%;display:none;}}  #text_style_01_1566020561982>.view_contents {font-size:44px;color:#b7946e;text-align:left;} @media screen and (max-width:640px) { #text_style_01_1566020561982>.view_contents {font-size:20px;}}

 #text_style_01_1566020810382{width:39%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:333.5px;left:59.66666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1566020810382{left:58.71222163308589%;top:257.5px;}}   @media screen and (max-width:640px) {#text_style_01_1566020810382{width:41.86666666666667%;font-size:12px;color:#333;line-height:1.6;top:101px;left:53.2%;display:none;}}  #text_style_01_1566020810382>.view_contents {color:#b7946e;text-align:left;font-size:26px;} @media screen and (max-width:640px) { #text_style_01_1566020810382>.view_contents {font-size:14px;}} #layout_diy_1565764200{height:553px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1565764200{height:415px;}}   @media screen and (max-width:640px) {#layout_diy_1565764200{height:200px;}} #layout_diy_1565764200 > .view_contents{overflow:visible;max-width:1200px;} 




 #productList_style_01_1565855802118{width:100%;left:0%;top:20px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_01_1565855802118{width:100%;left:0%;}}   @media screen and (max-width:640px) {#productList_style_01_1565855802118{width:96%;left:2%;top:0px;}} #productList_style_01_1565855802118 > .view_contents{overflow:visible;}  #productList_style_01_1565855802118 .titleSet {font-size:18px;color:#555555;margin-left:20px;} #productList_style_01_1565855802118 .detailSet {color:#999999;font-size:14px;margin-left:20px;} #productList_style_01_1565855802118 .modSet:hover {background:#b7946e;} #productList_style_01_1565855802118 .modSet:hover .imgSet {border-style:solid;border-color:#bcbcbc;border-width:1px;} #productList_style_01_1565855802118 .modSet:hover .titleSet {color:#ffffff;margin-top:0px;padding-left:0px;} #productList_style_01_1565855802118 .modSet:hover .detailSet {color:#ffffff;} #productList_style_01_1565855802118 .modSet {background:#ffffff;} #productList_style_01_1565855802118 #pagecurSet {background:#b7946e;} #productList_style_01_1565855802118 .btnaSet {background:#b7946e;} #productList_style_01_1565855802118 .priceSet {color:#b7946e;} #productList_style_01_1565855802118 .vipSet {color:#b7946e;} #productList_style_01_1565855802118 .zhekouSet {color:#b7946e;} #productList_style_01_1565855802118 .unitSet {color:#b7946e;} #productList_style_01_1565855802118 .page_btn .pageSet:hovert {background:#b7946e;} #productList_style_01_1565855802118 .page_btn .pageSet:hover {background:#b7946e;}

 #productList_style_01_1565855802121{width:100%;left:0%;top:20px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_01_1565855802121{width:100%;left:0%;}}   @media screen and (max-width:640px) {#productList_style_01_1565855802121{width:96%;left:1.9444444444444444%;top:0px;}} #productList_style_01_1565855802121 > .view_contents{overflow:visible;}  #productList_style_01_1565855802121 .titleSet {font-size:18px;color:#555555;margin-left:20px;} #productList_style_01_1565855802121 .detailSet {color:#999999;font-size:14px;margin-left:20px;} #productList_style_01_1565855802121 .modSet:hover {background:#b7946e;} #productList_style_01_1565855802121 .modSet:hover .imgSet {border-style:solid;border-color:#bcbcbc;border-width:1px;} #productList_style_01_1565855802121 .modSet:hover .titleSet {color:#ffffff;margin-top:0px;padding-left:0px;} #productList_style_01_1565855802121 .modSet:hover .detailSet {color:#ffffff;}

 #productList_style_01_1565855802125{width:100%;left:0%;top:20px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_01_1565855802125{width:100%;}}   @media screen and (max-width:640px) {#productList_style_01_1565855802125{width:96%;left:2%;top:0px;}} #productList_style_01_1565855802125 > .view_contents{overflow:visible;}  #productList_style_01_1565855802125 .titleSet {font-size:18px;color:#555555;margin-left:20px;} #productList_style_01_1565855802125 .detailSet {color:#999999;font-size:14px;margin-left:20px;} #productList_style_01_1565855802125 .modSet:hover {background:#b7946e;} #productList_style_01_1565855802125 .modSet:hover .imgSet {border-style:solid;border-color:#bcbcbc;border-width:1px;} #productList_style_01_1565855802125 .modSet:hover .titleSet {color:#ffffff;margin-top:0px;padding-left:0px;} #productList_style_01_1565855802125 .modSet:hover .detailSet {color:#ffffff;}

 #productList_style_01_1565855802128{width:100%;left:0%;top:20px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_01_1565855802128{width:100%;}}   @media screen and (max-width:640px) {#productList_style_01_1565855802128{width:96%;left:2%;top:0px;}} #productList_style_01_1565855802128 > .view_contents{overflow:visible;}  #productList_style_01_1565855802128 .titleSet {font-size:18px;color:#555555;margin-left:20px;} #productList_style_01_1565855802128 .detailSet {color:#999999;font-size:14px;margin-left:20px;} #productList_style_01_1565855802128 .modSet:hover {background:#b7946e;} #productList_style_01_1565855802128 .modSet:hover .imgSet {border-style:solid;border-color:#bcbcbc;border-width:1px;} #productList_style_01_1565855802128 .modSet:hover .titleSet {color:#ffffff;margin-top:0px;padding-left:0px;} #productList_style_01_1565855802128 .modSet:hover .detailSet {color:#ffffff;} #tab_style_03_1565855802045{width:100%;height:1028px;position:absolute;top:126px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#tab_style_03_1565855802045{width:96%;left:2.014846235418876%;height:828px;top:128px;}}   @media screen and (max-width:640px) {#tab_style_03_1565855802045{width:100%;height:848px;top:110px;left:0%;}}  #tab_style_03_1565855802045 .tabItemSet {font-size:14px;color:#777777;background:transparent;} #tab_style_03_1565855802045 .tabconSet {background:transparent;} #tab_style_03_1565855802045 .tabItemSet.tabCurItem {background:#b7946e;color:#ffffff;}

 #text_style_01_1565943779242{width:15%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:100px;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1565943779242{left:2%;top:100px;width:234px;}}   @media screen and (max-width:640px) {#text_style_01_1565943779242{width:75.2%;font-size:12px;color:#333;line-height:1.6;top:40px;left:2%;}}  #text_style_01_1565943779242>.view_contents {font-size:26px;line-height:26px;height:26px;font-weight:normal;color:#b7946e;}

 #text_style_01_1565943822442{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:129px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1565943822442{left:2%;}}   @media screen and (max-width:640px) {#text_style_01_1565943822442{width:74.13333333333333%;font-size:12px;color:#333;line-height:1.6;top:69px;left:2%;}}  #text_style_01_1565943822442>.view_contents {color:#999999;font-size:14px;} #layout_1565855802044{height:1154px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1565855802044{height:956px;}}   @media screen and (max-width:640px) {#layout_1565855802044{height:958px;}} #layout_1565855802044 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1565855802044  {background:transparent;}
 #layout_1566008603336{height:31px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1566008603336{}}   @media screen and (max-width:640px) {#layout_1566008603336{}} #layout_1566008603336 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1565850698066{width:15%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:100px;left:36.75%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1565850698066{left:45.12692205726405%;top:102px;width:234px;}}   @media screen and (max-width:640px) {#text_style_01_1565850698066{width:96%;font-size:12px;color:#333;line-height:1.6;top:511px;left:2%;}}  #text_style_01_1565850698066>.view_contents {font-size:26px;line-height:26px;height:26px;font-weight:normal;color:#b7946e;}

 #image_style_01_1565851255601{width:2880px;height:380px;position:absolute;top:403px;left:calc(50% - 1440px);z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1565851255601{top:450px;left:calc(50% - 1440px);height:276px;}}   @media screen and (max-width:640px) {#image_style_01_1565851255601{width:100%;height:127px;top:954px;left:0%;}} #image_style_01_1565851255601 > .view_contents{overflow:visible;} 

 #image_style_01_1565851923682{width:350px;height:490px;position:absolute;top:69px;left:2.666666666666667%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1565851923682{left:5%;}}   @media screen and (max-width:640px) {#image_style_01_1565851923682{width:323px;height:459px;top:0px;left:11.200000000000001%;}} #image_style_01_1565851923682 > .view_contents{overflow:visible;} 

 #image_style_01_1565852441089{width:350px;height:490px;position:absolute;top:69px;left:2.666666666666667%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1565852441089{left:4.999005832449629%;top:69px;}}   @media screen and (max-width:640px) {#image_style_01_1565852441089{width:323px;height:456px;top:0px;left:11.066666666666666%;}} #image_style_01_1565852441089 > .view_contents{overflow:visible;} 

 #text_style_01_1565852786794{width:63.24999999999999%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:184px;left:36.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1565852786794{left:45.12692205726405%;top:175px;width:500px;}}   @media screen and (max-width:640px) {#text_style_01_1565852786794{width:96%;font-size:12px;color:#333;line-height:1.6;top:576px;left:2%;}}  #text_style_01_1565852786794>.view_contents {color:#999999;line-height:30px;font-size:14px;text-align:justify;}

 #text_style_01_1565945485612{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:130px;left:36.75%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1565945485612{left:45.12692205726405%;top:132px;}}   @media screen and (max-width:640px) {#text_style_01_1565945485612{width:79.2%;font-size:12px;color:#333;line-height:1.6;top:543px;left:2%;}}  #text_style_01_1565945485612>.view_contents {color:#999999;font-size:14px;} #layout_1565849684172{height:783px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1565849684172{height:726px;}}   @media screen and (max-width:640px) {#layout_1565849684172{height:1081px;}} #layout_1565849684172 > .view_contents{overflow:visible;max-width:1200px;} 




 #productList_style_07_1565856141070{width:90%;position:absolute;top:0px;left:5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_07_1565856141070{}}   @media screen and (max-width:640px) {#productList_style_07_1565856141070{width:96%;top:0px;left:2%;}} #productList_style_07_1565856141070 > .view_contents{overflow:visible;}  #productList_style_07_1565856141070 .titleSet {font-size:18px;text-align:center;} #productList_style_07_1565856141070 .detailSet {font-size:14px;text-align:center;} #productList_style_07_1565856141070 .imgSet {border-color:#b7946a;border-style:solid;border-width:1px;}

 #productList_style_07_1565860596349{width:90%;position:absolute;top:0px;left:5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_07_1565860596349{}}   @media screen and (max-width:640px) {#productList_style_07_1565860596349{width:96%;top:0px;left:2%;}} #productList_style_07_1565860596349 > .view_contents{overflow:visible;}  #productList_style_07_1565860596349 .titleSet {font-size:18px;text-align:center;} #productList_style_07_1565860596349 .detailSet {font-size:14px;text-align:center;} #productList_style_07_1565860596349 .imgSet {border-color:#b7946a;border-style:solid;border-width:1px;} #tab_style_03_1565855967226{width:100%;height:371px;position:absolute;top:100px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#tab_style_03_1565855967226{height:382px;}}   @media screen and (max-width:640px) {#tab_style_03_1565855967226{width:100%;height:1373px;top:41px;left:0%;}}  #tab_style_03_1565855967226 .tabconSet {background:transparent;} #layout_1565832888651{height:471px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1565832888651{height:482px;}}   @media screen and (max-width:640px) {#layout_1565832888651{height:1432px;}} #layout_1565832888651 > .view_contents{overflow:visible;max-width:1200px;} 


 #newsList_style_02_1565858147861{width:48%;position:absolute;top:203.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_02_1565858147861{top:180.5px;left:2%;width:47%;}}   @media screen and (max-width:640px) {#newsList_style_02_1565858147861{width:96%;top:88px;left:2%;}}  @media screen and (max-width:640px) { #newsList_style_02_1565858147861 .titleSet {font-size:18px;color:#555555;}} @media screen and (max-width:640px) { #newsList_style_02_1565858147861 .detailSet {font-size:14px;}}

 #text_style_01_1565858184730{width:31.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:100px;left:34.08333333333333%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1565858184730{top:70px;left:34.04029692470838%;}}   @media screen and (max-width:640px) {#text_style_01_1565858184730{width:96%;font-size:12px;color:#333;line-height:1.6;top:0px;left:2%;}}  #text_style_01_1565858184730>.view_contents {font-size:26px;line-height:26px;height:26px;font-weight:normal;color:#b7946e;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1565858184730>.view_contents {font-size:26px;text-align:left;}}

 #newsList_style_02_1565858248556{width:48%;position:absolute;top:203.5px;left:52%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_02_1565858248556{top:180.5px;left:50.79533404029692%;width:47%;}}   @media screen and (max-width:640px) {#newsList_style_02_1565858248556{width:96%;top:1230px;left:2%;display:block;}}  @media screen and (max-width:640px) { #newsList_style_02_1565858248556 .titleSet {font-size:18px;color:#555555;}} @media screen and (max-width:640px) { #newsList_style_02_1565858248556 .detailSet {font-size:14px;}}

 #text_style_01_1566008410775{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:130px;left:34.583333333333336%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1566008410775{left:34.62354188759279%;top:100px;}}   @media screen and (max-width:640px) {#text_style_01_1566008410775{width:79.2%;font-size:12px;color:#333;line-height:1.6;top:32px;left:2%;}}  #text_style_01_1566008410775>.view_contents {color:#999999;font-size:14px;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1566008410775>.view_contents {text-align:left;}} #layout_1565856252455{height:609.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1565856252455{height:614.5px;}}   @media screen and (max-width:640px) {#layout_1565856252455{height:2353px;}} #layout_1565856252455 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1565859921599{height:100px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1565859921599{}}   @media screen and (max-width:640px) {#layout_1565859921599{height:41px;}} #layout_1565859921599 > .view_contents{overflow:visible;max-width:1200px;} 


 #dh_style_28_1565859033595{width:56.49999999999999%;z-index:999;position:absolute;top:39px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_28_1565859033595{z-index:999;left:0%;top:39px;width:529px;}}   @media screen and (max-width:640px) {#dh_style_28_1565859033595{width:96%;z-index:999;top:0px;left:2%;display:none;}} #dh_style_28_1565859033595 > .view_contents{overflow:visible;}  #dh_style_28_1565859033595 .mainMenuSet {color:#999999;font-size:14px;font-weight:normal;} #dh_style_28_1565859033595 .mainMenuSet:hover {color:#999999;} #dh_style_28_1565859033595 #hot>a {color:#999999;}

 #div_blank_new13_1565859115280{width:100%;position:absolute;top:99px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new13_1565859115280{left:0%;}}   @media screen and (max-width:640px) {#div_blank_new13_1565859115280{width:96%;top:54px;left:2%;display:none;}}  #div_blank_new13_1565859115280  {box-sizing:border-box;} #div_blank_new13_1565859115280 .modSet {background:#999999;border-color:#474747;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new13_1565859115280  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new13_1565859115280  {box-sizing:border-box;}}

 #text_style_01_1565859248036{width:11.333333333333332%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:156px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1565859248036{left:2.954334570519618%;top:131px;}}   @media screen and (max-width:640px) {#text_style_01_1565859248036{width:96%;font-size:12px;color:#333;line-height:1.6;top:85px;left:2%;display:none;}}  #text_style_01_1565859248036>.view_contents {font-size:14px;color:#999999;}

 #image_style_01_1565859268953{width:114px;height:112px;position:absolute;top:201px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1565859268953{left:2.954334570519618%;top:176px;}}   @media screen and (max-width:640px) {#image_style_01_1565859268953{width:114px;height:112px;top:181px;left:34.8%;display:none;}} #image_style_01_1565859268953 > .view_contents{overflow:visible;} 

 #image_style_01_1565859334548{width:114px;height:112px;position:absolute;top:201px;left:12.833333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1565859334548{left:16.541291092258746%;top:176px;}}   @media screen and (max-width:640px) {#image_style_01_1565859334548{width:114px;height:112px;top:303px;left:34.8%;display:none;}} #image_style_01_1565859334548 > .view_contents{overflow:visible;} 

 #text_style_01_1565859197671{width:11.333333333333332%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:156px;left:32.083333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1565859197671{top:131px;left:34.41476670201485%;}}   @media screen and (max-width:640px) {#text_style_01_1565859197671{width:96%;font-size:12px;color:#333;line-height:1.6;top:117px;left:2%;display:none;}}  #text_style_01_1565859197671>.view_contents {font-size:14px;color:#999999;}

 #text_style_01_1565859232723{width:21.5%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:199px;left:35.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1565859232723{top:174px;left:38.11306998939555%;}}   @media screen and (max-width:640px) {#text_style_01_1565859232723{width:96%;font-size:12px;color:#333;line-height:1.6;top:149px;left:2%;display:none;}}  #text_style_01_1565859232723>.view_contents {font-size:14px;color:#999999;}

 #text_style_01_1565859414248{width:21.5%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:239px;left:35.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1565859414248{top:214px;left:38.11306998939555%;}}   @media screen and (max-width:640px) {#text_style_01_1565859414248{width:96%;font-size:12px;color:#333;line-height:1.6;top:459px;left:2%;display:none;}}  #text_style_01_1565859414248>.view_contents {font-size:14px;color:#999999;}

 #text_style_01_1565859429432{width:25.666666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:278px;left:35.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1565859429432{top:253px;left:38.11306998939555%;width:326px;}}   @media screen and (max-width:640px) {#text_style_01_1565859429432{width:96%;font-size:12px;color:#333;line-height:1.6;top:525px;left:2%;display:none;}}  #text_style_01_1565859429432>.view_contents {font-size:14px;color:#999999;}

 #image_style_01_1565859566249{width:24px;height:24px;position:absolute;top:201px;left:32.083333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1565859566249{top:176px;left:34.41476670201485%;}}   @media screen and (max-width:640px) {#image_style_01_1565859566249{width:24px;height:24px;top:425px;left:46.800000000000004%;display:none;}} #image_style_01_1565859566249 > .view_contents{overflow:visible;} 

 #image_style_01_1565859633606{width:2%;height:24px;position:absolute;top:239.5px;left:32.083333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1565859633606{top:214.5px;left:34.41476670201485%;width:24px;}}   @media screen and (max-width:640px) {#image_style_01_1565859633606{width:33px;height:24px;top:491px;left:45.6%;display:none;}} #image_style_01_1565859633606 > .view_contents{overflow:visible;} 

 #image_style_01_1565859649099{width:2%;height:24px;position:absolute;top:278px;left:32.083333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1565859649099{top:253px;left:34.41476670201485%;width:24px;}}   @media screen and (max-width:640px) {#image_style_01_1565859649099{width:33px;height:24px;top:557px;left:45.6%;display:none;}} #image_style_01_1565859649099 > .view_contents{overflow:visible;} 

 #div_blank_new01_1565859747306{width:2880px;height:54px;position:absolute;top:351.5px;left:calc(50% - 1440px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1565859747306{top:318px;left:calc(50% - 1440px);}}   @media screen and (max-width:640px) {#div_blank_new01_1565859747306{width:100%;height:55px;top:0px;left:0%;}}  #div_blank_new01_1565859747306  {box-sizing:border-box;} #div_blank_new01_1565859747306 .modSet {background:#222222;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1565859747306  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1565859747306  {box-sizing:border-box;}}

 #text_style_01_1565859846018{width:78.16666666666666%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:364px;left:10.916666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1565859846018{left:10.816542948038176%;top:331px;}}   @media screen and (max-width:640px) {#text_style_01_1565859846018{width:99.86666666666667%;font-size:12px;color:#333;line-height:1.6;top:18px;left:0%;}}  #text_style_01_1565859846018>.view_contents {text-align:center;color:#545454;} @media screen and (max-width:640px) { #text_style_01_1565859846018>.view_contents {font-size:14px;}} #comm_layout_footer{height:405.5px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:372px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:55px;}} #comm_layout_footer > .view_contents{max-width:1200px;overflow:visible;}  #comm_layout_footer  {background:#2d2d2d;}
/*菜单样式*/
.menuStyle_28{width:100%; position:relative;}
.menuStyle_28 *{box-sizing: border-box;}
.menuStyle_28 .miniMenu *,
.menuStyle_28 .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_28 .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_28 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_28 ul,.menuStyle_28 li{padding:0;margin:0px;list-style:none}
.menuStyle_28 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_28 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_28 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_28 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_28 .menuUl>li{position:relative;}
.menuStyle_28 .menuUl>li>a{ background: rgba(0,0,0,0.0); position: relative; text-decoration:none;font-size:16px;font-weight: bold; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #17233d; line-height:44px; padding: 0; padding: 0 1em\0;}
.menuStyle_28 .menuUl>li>a:hover{ color:#750406;}
.menuStyle_28 .menuUl #hot>a{color:#750406;}
.menuStyle_28 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_28 .menuUl #hot>a span{color:inherit;}
/*.menuStyle_28 .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_28 .menuLayout .miniMenu{display:none;}
.menuStyle_28 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; width: 100%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_28 .menuUl>li>#menuLogo{height: 85%;}

.menuStyle_28 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;padding-top: 10px;}
.menuStyle_28 .menuUl.noHover .rflex:hover .menuUl02{display: none;}

.menuStyle_28 .menuUl02 .subMenu02 {position: relative;  color: #4d5158; font-size:14px; line-height: 40px; padding: 0 15px;background: #fff;}
.menuStyle_28 .menuUl02 .subMenu02.subCurSet{color:#750406;}
.menuStyle_28 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_28 .menuUl02 .subMenu02:hover {color:#750406;border-left: 2px solid #750406;background: #f7f7f7;}
.menuStyle_28 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}
.menuStyle_28 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_28 .menuUl02 .subMenu02:first-child{
	border-top-left-radius: 0px;border-top-right-radius: 0px;
}
.menuStyle_28 .menuUl02 .subMenu02:last-child{
	border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;
}
.menuStyle_28 .menuUl03{position: absolute; /*left需要js获取二级的宽*/ top: 0; left: 100%; display: none; }
.menuStyle_28 .menuUl03 .subMenu03{ line-height: 40px;margin-left: 10px;}
.menuStyle_28 .menuUl03 .subMenu03 a:hover{color:#750406; background: #f7f7f7;}
.menuStyle_28 .menuUl03 .subMenu03>a{ color: #17233d; background: #fff; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;padding: 0 15px;}
.menuStyle_28 .menuUl03 .subMenu03:first-child a{
	border-top-left-radius: 0px;border-top-right-radius: 0px;
}
.menuStyle_28 .menuUl03 .subMenu03:last-child a{
	border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;
}
.menuStyle_28 .menuUl .rflex:hover .menuUl02::before{
	content: '';
	border-top:5px solid transparent;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-bottom:5px solid #fff;
	position: absolute;
    top: 0px;
	transform: translateX(-50%);
}
.menuStyle_28 .menuUl02 .arrow:hover::before{
		content: '';
		border-top:5px solid transparent;
		border-left:5px solid #fff;
		border-right:5px solid transparent;
		border-bottom:5px solid transparent;
		position: absolute;
		right: -10px;
		top: 50%;
		transform: translateY(-50%);
}
.menuStyle_28 .rflex { position: relative;}
.menuStyle_28 .maxWidth{margin: auto;}
/* .menuStyle_28 .menuUl03 .subMenu03 .thrCurSet{background: rgba(0, 0, 0, 0.1);} */

.menuStyle_28 .subBox{position: absolute; left: 0; /*top通过JS获取菜单高度*/ width: 100%; background: rgba(238, 238, 238, 0.85); display: none;}
.menuStyle_28 .subBox .subBoxContent{padding: 15px; text-align: left; overflow: hidden;}
.menuStyle_28 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_28 .subBox .sublm{float: left; width: calc(100% - 440px); min-height: 10px;}
.menuStyle_28 .subBox .sublm>div{clear: both; overflow: hidden; margin: 8px 0;}
.menuStyle_28 .subBox .subImgsbox{float: left; width: 440px;/*这个宽可被设置*/ height: 160px;}
.menuStyle_28 .subBox .subImgsbox>a{display: block; height: 100%; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}
.menuStyle_28 .subBox .subImgsbox>a:last-child{margin-left: 0;}
.menuStyle_28 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}
.menuStyle_28 .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: #17233d; font-size: 12px;}
.menuStyle_28 .subBox p{overflow: hidden; float: left;}
.menuStyle_28 .subBox p:first-child{margin-right: 10px; width: 100px;}
.menuStyle_28 .subBox p:last-child{width: calc(100% - 110px);}
.menuStyle_28 .subBox .subMenu02{font-size: 14px; margin-bottom: 5px; clear: both; color: #17233d; line-height: 28px;}
.menuStyle_28 .subBox .subMenu02.subCurSet{color: #750406;}
.menuStyle_28 .subBox .subMenu02:hover,
.menuStyle_28 .subBox .subMenu02:active{color: #750406;}
.menuStyle_28 .subBox .subMenu03{float: left; margin: 5px 20px 5px 0; font-size: 12px; color: #666;}
.menuStyle_28 .subBox .subMenu03:hover,
.menuStyle_28 .subBox .subMenu03:active{color: #750406;}
.menuStyle_28 .subMenu03 .thrCurSet{color: #750406 !important; background: #f7f7f7 !important;}


/*图标*/
.menuStyle_28 .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_28 .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_28 .imgIco{ margin-right:10px;}
.menuStyle_28 .menuUl,
.menuStyle_28 .menuUl_box {display:none;}
.menuStyle_28 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_28 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_28 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_28 .miniMenu .leftBox{height: 100%;}
.menuStyle_28 .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_28 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_28 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_28 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}
.menuStyle_28 .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_28 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit; background: rgba(0, 0, 0, 0.1);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #fff;}
.menuStyle_28 .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_28 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
.menuStyle_28 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


	
#dh_style_28_1565859954672 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@media screen and (min-width:640px) {
	#dh_style_28_1565859954672 .maxWidth{max-width:px;}
	#dh_style_28_1565859954672 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
	#dh_style_28_1565859954672 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	/* .menuUl>li>#menuLogo 这种查找会失败改为下面这种 2019.5.29 */
	#dh_style_28_1565859954672 .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;*/
.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);}
/* 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(../images/hover_left.png) no-repeat left top; left:20px; background-size: 80%;}
.bannerStyle_1 .btn_next{background:url(../images/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_1565832737022 .bannerStyle_1 .main_image .img-item .img_0{background: url('../images/banner1.jpg') center top no-repeat;}
                #banner_style_01_1565832737022 .bannerStyle_1 .main_image .img-item .img_1{background: url('../images/banner2.jpg') center top no-repeat;}
                #banner_style_01_1565832737022 .bannerStyle_1 .ground_glass{}
    
    #banner_style_01_1565832737022 .bannerStyle_1 .main_image .img-item span{}
    @media screen and (min-width:641px) and (max-width:1200px) {
    #banner_style_01_1565832737022 .bannerStyle_1 .main_image .img-item span{background-size:auto 100%!important;}
    }

    @media screen and (max-width:640px) {
    #banner_style_01_1565832737022 .bannerStyle_1 .main_image .img-item span{background-size:auto 100%!important;}    }
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(../images/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(../images/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_default{width:100%; clear: both;}
.prod_default *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 1%;}
.prod_default .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default .prod_img span{position: absolute; left: 35%; top: 35%; right: 35%; bottom: 35%; background: none;}
.prod_default .prod_Item:hover .prod_img{transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05);}
.prod_default .prod_Item:hover .prod_img span{background: rgba(255,255,255,.25); left: 0; top: 0; right: 0; bottom: 0;}
.prod_default .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%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.prod_default .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.prod_default .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; }
.prod_default .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; width: 100%;}
.prod_default .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block;}/*文字两行后自动超出隐藏*/
.prod_default .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_default .p_group { margin-bottom: 5px; display: block; float: left; width:59%; color: #666; font-size: 12px;}
.prod_default .p_group .p_lb{display: none;}
.prod_default .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 40%; color: #666; font-size: 12px;}
.prod_default .p_jg{display: none;}
.prod_default .p_price {float: left; line-height: 1; white-space: nowrap;display: block !important; }
.prod_default .p_value {color: #ff002a; font-size:26px;}
.prod_default .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}
.prod_default .prod_info .unit {color: #ff002a;font-size: 16px;}
.prod_default .p_vip {display: block; float: right; text-align: right; line-height:30px; height: 26px; white-space: nowrap;position: absolute;right:0;}
.prod_default .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default .v_value {color: #333; font-size: 18px;}
.prod_default .v_unit {color: #333;font-size: 12px;}
.prod_default .pro_button {margin: 10px 0 0; overflow: hidden;}
.prod_default .p_link { float: left; width: 48%; text-align: center;}
.prod_default .p_link a {display: block; padding: 10px 15px;}
.prod_default .p_cart { text-align: center;}
.prod_default .p_cart a {display: block; padding: 9px 15px; background: #f00; color: #fff;}
.prod_default a{text-decoration:none; }  
.prod_default .p_price2 {clear:both; line-height: 1; white-space: nowrap;font-size:12px !important;color:gray !important;}
.prod_default .p_price2 .p_jg{font-size:14px;color:gray;}
.prod_default .p_price2 .unit{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}

.prod_default .freeinfo{ clear:both; overflow:hidden;}
.prod_default .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; }


/*拼购*/
.prod_default .Collage_item{}
.prod_default .Collage_ico{ position:absolute; left:10px; top:0; width:40px; height:40px; z-index: 100;}
.prod_default .Collage_ico img{ width:100%; height:100%; vertical-align: top; }
.prod_default .prod_top{ background-color:#ff5656; overflow:hidden; padding:10px 10px; color:white; font-size:14px;}
.prod_default .prod_top_left{ display:inline-block; width:100%; overflow:hidden; vertical-align: middle;}
.prod_default .prod_price{ display:inline-block;color: #ff002a;}
.prod_default .prod_old_price{ font-size:12px; text-decoration:line-through; display:inline-block;}
.prod_default .prod_infos .price_value{ font-size:26px; }
.prod_default .prod_infos .units{font-size:16px;}
.prod_default .prod_infos .zero{ font-size:12px; }
.prod_default .prod_top_right{ display:inline-block; width:100%; vertical-align: middle;position: absolute;bottom: 0;z-index: 99;padding: 10px;background: #f00;color: #fff;}
.prod_default .prod_details{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;font-size: 14px;}
.prod_default .prod_pernum{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;text-align: right;font-size: 14px;}


.prod_default .prod_middle .prod_title{ font-size:14px; line-height:1.5;  margin-bottom: 5px;}
.prod_default .prod_middle .prod_detail{ font-size:12px; color:#666;    margin-bottom: 5px; }

.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; background-color:#f00; color:white; text-align: center; margin: 10px 0;}
.prod_default .pc{ display:block; }
.prod_default .pad,.prod_default .mobile{display:none;}
@media screen and (max-width: 1200px) and (min-width: 641px){
	.prod_default .pad{ display:block; }
	.prod_default .pc,.prod_default .mobile{display:none;}
}
@media screen and (max-width: 640px){
	.prod_default .mobile{ display:block; }
	.prod_default .pc,.prod_default .pad{display:none;}
	.prod_default .Collage_ico{ width:30px; height:30px; }
	.prod_default .prod_top{ font-size:12px; }
	.prod_default .prod_infos{padding: 6px;}
	.prod_default .prod_infos .price_value{ font-size:18px; }
	.prod_default .prod_top_left,.prod_default .prod_top_right{ width:100%; display: block; }
	.prod_default .prod_middle .prod_title{ font-size:14px; }
	.prod_default .prod_middle .prod_detail{ font-size:12px; }
	.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; margin: 0;}
	.prod_default .prod_details {font-size: 12px;width: 100%;display: block;}
	.prod_default .prod_pernum {width: 100%;font-size: 14px;}
	.prod_default .end_text,.prod_default .end_time{display: inline-block;}
	.prod_default .prod_pernum{display: none;}
	.prod_default .pro_button{margin: 0;}
	.prod_default .p_price {line-height: 23px;white-space: nowrap;display: block !important;}
/*拼购结束*/
	.prod_default .p_price2 {padding-top: 5px;}
	.prod_default .prod_info{padding: 6px;}
	.prod_default .unit,.prod_default .p_vip .v_jg,.prod_default .v_unit{font-size: 12px;}
	.prod_default .p_vip{height: 18px; line-height: 23px;}
	.prod_default .v_value{font-size: 14px;}
	.prod_default .p_value{font-size: 18px;}
	.prod_default .prod .p_detail{display: none !important;}
	.prod_default .p_vip {position: relative;float: none !important;clear:both;text-align: left !important;}
}

/*pc*/
#productList_style_01_1565855802118 li{width: 32%;}
#productList_style_01_1565855802118 li.prod_Item{margin-bottom:2%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_01_1565855802118 li{width: 32%;}
	#productList_style_01_1565855802118 li.prod_Item{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_01_1565855802118 li{width: 49%;}
	#productList_style_01_1565855802118 li.prod_Item{margin-bottom:2%;}
}

   
   #productList_style_01_1565855802118 .p_detail.pc,#productList_style_01_1565855802118 .p_name.pc {display:block;}
   #productList_style_01_1565855802118 .p_detail.pad, #productList_style_01_1565855802118 .p_detail.mobile,#productList_style_01_1565855802118 .p_name.pad, #productList_style_01_1565855802118 .p_name.mobile {display:none;}

   @media screen and (min-width:641px) and (max-width:1200px) {
   #productList_style_01_1565855802118 .p_detail.pad,#productList_style_01_1565855802118 .p_name.pad {display:block;}
   #productList_style_01_1565855802118 .p_detail.pc, #productList_style_01_1565855802118 .p_detail.mobile,#productList_style_01_1565855802118 .p_name.pc, #productList_style_01_1565855802118 .p_name.mobile {display:none;}
   }
   @media screen and (max-width:640px) {
   #productList_style_01_1565855802118 .p_detail.mobile,#productList_style_01_1565855802118 .p_name.mobile {display:block;}
   #productList_style_01_1565855802118 .p_detail.pc, #productList_style_01_1565855802118 .p_detail.pad,#productList_style_01_1565855802118 .p_name.pc, #productList_style_01_1565855802118 .p_name.pad {display:none;}
   }
    

	/*产品状态  新品  推荐*/
	#productList_style_01_1565855802118 .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;}


	
/* @media screen and (min-width: 1025px) {
}

@media screen and (min-width: 640px) and (max-width: 1024px) {
		}


@media screen and (max-width: 640px) {
		} */

	#productList_style_01_1565855802118 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_01_1565855802118 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_01_1565855802118 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1565855802118 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1565855802118 .submit_div{ display: inline-block; }
	
	#productList_style_01_1565855802118 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_01_1565855802118 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_01_1565855802118 .page_submit{margin-left:5px;}
	#productList_style_01_1565855802118 .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_1565855802118 .page_btn{ font-size:12px; }
			#productList_style_01_1565855802118 .submit_div{ display:none; }
		}

			#productList_style_01_1565855802118 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_01_1565855802118 .page{line-height:30px; padding:0 13px;}
		}
	                        .prod_default .v_value {color: #333; font-size: 12px;}
            
     #productList_style_01_1565855802118  .showActivity {display: none !important;}
            #productList_style_01_1565855802118  .btnaSet ,#productList_style_01_1565855802118  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	/*产品样式*/
.prod_default{width:100%; clear: both;}
.prod_default *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 1%;}
.prod_default .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default .prod_img span{position: absolute; left: 35%; top: 35%; right: 35%; bottom: 35%; background: none;}
.prod_default .prod_Item:hover .prod_img{transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05);}
.prod_default .prod_Item:hover .prod_img span{background: rgba(255,255,255,.25); left: 0; top: 0; right: 0; bottom: 0;}
.prod_default .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%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.prod_default .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.prod_default .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; }
.prod_default .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; width: 100%;}
.prod_default .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block;}/*文字两行后自动超出隐藏*/
.prod_default .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_default .p_group { margin-bottom: 5px; display: block; float: left; width:59%; color: #666; font-size: 12px;}
.prod_default .p_group .p_lb{display: none;}
.prod_default .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 40%; color: #666; font-size: 12px;}
.prod_default .p_jg{display: none;}
.prod_default .p_price {float: left; line-height: 1; white-space: nowrap;display: block !important; }
.prod_default .p_value {color: #ff002a; font-size:26px;}
.prod_default .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}
.prod_default .prod_info .unit {color: #ff002a;font-size: 16px;}
.prod_default .p_vip {display: block; float: right; text-align: right; line-height:30px; height: 26px; white-space: nowrap;position: absolute;right:0;}
.prod_default .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default .v_value {color: #333; font-size: 18px;}
.prod_default .v_unit {color: #333;font-size: 12px;}
.prod_default .pro_button {margin: 10px 0 0; overflow: hidden;}
.prod_default .p_link { float: left; width: 48%; text-align: center;}
.prod_default .p_link a {display: block; padding: 10px 15px;}
.prod_default .p_cart { text-align: center;}
.prod_default .p_cart a {display: block; padding: 9px 15px; background: #f00; color: #fff;}
.prod_default a{text-decoration:none; }  
.prod_default .p_price2 {clear:both; line-height: 1; white-space: nowrap;font-size:12px !important;color:gray !important;}
.prod_default .p_price2 .p_jg{font-size:14px;color:gray;}
.prod_default .p_price2 .unit{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}

.prod_default .freeinfo{ clear:both; overflow:hidden;}
.prod_default .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; }


/*拼购*/
.prod_default .Collage_item{}
.prod_default .Collage_ico{ position:absolute; left:10px; top:0; width:40px; height:40px; z-index: 100;}
.prod_default .Collage_ico img{ width:100%; height:100%; vertical-align: top; }
.prod_default .prod_top{ background-color:#ff5656; overflow:hidden; padding:10px 10px; color:white; font-size:14px;}
.prod_default .prod_top_left{ display:inline-block; width:100%; overflow:hidden; vertical-align: middle;}
.prod_default .prod_price{ display:inline-block;color: #ff002a;}
.prod_default .prod_old_price{ font-size:12px; text-decoration:line-through; display:inline-block;}
.prod_default .prod_infos .price_value{ font-size:26px; }
.prod_default .prod_infos .units{font-size:16px;}
.prod_default .prod_infos .zero{ font-size:12px; }
.prod_default .prod_top_right{ display:inline-block; width:100%; vertical-align: middle;position: absolute;bottom: 0;z-index: 99;padding: 10px;background: #f00;color: #fff;}
.prod_default .prod_details{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;font-size: 14px;}
.prod_default .prod_pernum{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;text-align: right;font-size: 14px;}


.prod_default .prod_middle .prod_title{ font-size:14px; line-height:1.5;  margin-bottom: 5px;}
.prod_default .prod_middle .prod_detail{ font-size:12px; color:#666;    margin-bottom: 5px; }

.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; background-color:#f00; color:white; text-align: center; margin: 10px 0;}
.prod_default .pc{ display:block; }
.prod_default .pad,.prod_default .mobile{display:none;}
@media screen and (max-width: 1200px) and (min-width: 641px){
	.prod_default .pad{ display:block; }
	.prod_default .pc,.prod_default .mobile{display:none;}
}
@media screen and (max-width: 640px){
	.prod_default .mobile{ display:block; }
	.prod_default .pc,.prod_default .pad{display:none;}
	.prod_default .Collage_ico{ width:30px; height:30px; }
	.prod_default .prod_top{ font-size:12px; }
	.prod_default .prod_infos{padding: 6px;}
	.prod_default .prod_infos .price_value{ font-size:18px; }
	.prod_default .prod_top_left,.prod_default .prod_top_right{ width:100%; display: block; }
	.prod_default .prod_middle .prod_title{ font-size:14px; }
	.prod_default .prod_middle .prod_detail{ font-size:12px; }
	.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; margin: 0;}
	.prod_default .prod_details {font-size: 12px;width: 100%;display: block;}
	.prod_default .prod_pernum {width: 100%;font-size: 14px;}
	.prod_default .end_text,.prod_default .end_time{display: inline-block;}
	.prod_default .prod_pernum{display: none;}
	.prod_default .pro_button{margin: 0;}
	.prod_default .p_price {line-height: 23px;white-space: nowrap;display: block !important;}
/*拼购结束*/
	.prod_default .p_price2 {padding-top: 5px;}
	.prod_default .prod_info{padding: 6px;}
	.prod_default .unit,.prod_default .p_vip .v_jg,.prod_default .v_unit{font-size: 12px;}
	.prod_default .p_vip{height: 18px; line-height: 23px;}
	.prod_default .v_value{font-size: 14px;}
	.prod_default .p_value{font-size: 18px;}
	.prod_default .prod .p_detail{display: none !important;}
	.prod_default .p_vip {position: relative;float: none !important;clear:both;text-align: left !important;}
}

/*pc*/
#productList_style_01_1565855802121 li{width: 32%;}
#productList_style_01_1565855802121 li.prod_Item{margin-bottom:2%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_01_1565855802121 li{width: 32%;}
	#productList_style_01_1565855802121 li.prod_Item{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_01_1565855802121 li{width: 49%;}
	#productList_style_01_1565855802121 li.prod_Item{margin-bottom:2%;}
}

   
   #productList_style_01_1565855802121 .p_detail.pc,#productList_style_01_1565855802121 .p_name.pc {display:block;}
   #productList_style_01_1565855802121 .p_detail.pad, #productList_style_01_1565855802121 .p_detail.mobile,#productList_style_01_1565855802121 .p_name.pad, #productList_style_01_1565855802121 .p_name.mobile {display:none;}

   @media screen and (min-width:641px) and (max-width:1200px) {
   #productList_style_01_1565855802121 .p_detail.pad,#productList_style_01_1565855802121 .p_name.pad {display:block;}
   #productList_style_01_1565855802121 .p_detail.pc, #productList_style_01_1565855802121 .p_detail.mobile,#productList_style_01_1565855802121 .p_name.pc, #productList_style_01_1565855802121 .p_name.mobile {display:none;}
   }
   @media screen and (max-width:640px) {
   #productList_style_01_1565855802121 .p_detail.mobile,#productList_style_01_1565855802121 .p_name.mobile {display:block;}
   #productList_style_01_1565855802121 .p_detail.pc, #productList_style_01_1565855802121 .p_detail.pad,#productList_style_01_1565855802121 .p_name.pc, #productList_style_01_1565855802121 .p_name.pad {display:none;}
   }
    

	/*产品状态  新品  推荐*/
	#productList_style_01_1565855802121 .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;}


	
/* @media screen and (min-width: 1025px) {
}

@media screen and (min-width: 640px) and (max-width: 1024px) {
		}


@media screen and (max-width: 640px) {
		} */

	#productList_style_01_1565855802121 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_01_1565855802121 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_01_1565855802121 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1565855802121 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1565855802121 .submit_div{ display: inline-block; }
	
	#productList_style_01_1565855802121 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_01_1565855802121 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_01_1565855802121 .page_submit{margin-left:5px;}
	#productList_style_01_1565855802121 .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_1565855802121 .page_btn{ font-size:12px; }
			#productList_style_01_1565855802121 .submit_div{ display:none; }
		}

			#productList_style_01_1565855802121 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_01_1565855802121 .page{line-height:30px; padding:0 13px;}
		}
	                        .prod_default .v_value {color: #333; font-size: 12px;}
            
     #productList_style_01_1565855802121  .showActivity {display: none !important;}
            #productList_style_01_1565855802121  .btnaSet ,#productList_style_01_1565855802121  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	/*产品样式*/
.prod_default{width:100%; clear: both;}
.prod_default *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 1%;}
.prod_default .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default .prod_img span{position: absolute; left: 35%; top: 35%; right: 35%; bottom: 35%; background: none;}
.prod_default .prod_Item:hover .prod_img{transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05);}
.prod_default .prod_Item:hover .prod_img span{background: rgba(255,255,255,.25); left: 0; top: 0; right: 0; bottom: 0;}
.prod_default .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%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.prod_default .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.prod_default .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; }
.prod_default .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; width: 100%;}
.prod_default .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block;}/*文字两行后自动超出隐藏*/
.prod_default .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_default .p_group { margin-bottom: 5px; display: block; float: left; width:59%; color: #666; font-size: 12px;}
.prod_default .p_group .p_lb{display: none;}
.prod_default .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 40%; color: #666; font-size: 12px;}
.prod_default .p_jg{display: none;}
.prod_default .p_price {float: left; line-height: 1; white-space: nowrap;display: block !important; }
.prod_default .p_value {color: #ff002a; font-size:26px;}
.prod_default .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}
.prod_default .prod_info .unit {color: #ff002a;font-size: 16px;}
.prod_default .p_vip {display: block; float: right; text-align: right; line-height:30px; height: 26px; white-space: nowrap;position: absolute;right:0;}
.prod_default .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default .v_value {color: #333; font-size: 18px;}
.prod_default .v_unit {color: #333;font-size: 12px;}
.prod_default .pro_button {margin: 10px 0 0; overflow: hidden;}
.prod_default .p_link { float: left; width: 48%; text-align: center;}
.prod_default .p_link a {display: block; padding: 10px 15px;}
.prod_default .p_cart { text-align: center;}
.prod_default .p_cart a {display: block; padding: 9px 15px; background: #f00; color: #fff;}
.prod_default a{text-decoration:none; }  
.prod_default .p_price2 {clear:both; line-height: 1; white-space: nowrap;font-size:12px !important;color:gray !important;}
.prod_default .p_price2 .p_jg{font-size:14px;color:gray;}
.prod_default .p_price2 .unit{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}

.prod_default .freeinfo{ clear:both; overflow:hidden;}
.prod_default .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; }


/*拼购*/
.prod_default .Collage_item{}
.prod_default .Collage_ico{ position:absolute; left:10px; top:0; width:40px; height:40px; z-index: 100;}
.prod_default .Collage_ico img{ width:100%; height:100%; vertical-align: top; }
.prod_default .prod_top{ background-color:#ff5656; overflow:hidden; padding:10px 10px; color:white; font-size:14px;}
.prod_default .prod_top_left{ display:inline-block; width:100%; overflow:hidden; vertical-align: middle;}
.prod_default .prod_price{ display:inline-block;color: #ff002a;}
.prod_default .prod_old_price{ font-size:12px; text-decoration:line-through; display:inline-block;}
.prod_default .prod_infos .price_value{ font-size:26px; }
.prod_default .prod_infos .units{font-size:16px;}
.prod_default .prod_infos .zero{ font-size:12px; }
.prod_default .prod_top_right{ display:inline-block; width:100%; vertical-align: middle;position: absolute;bottom: 0;z-index: 99;padding: 10px;background: #f00;color: #fff;}
.prod_default .prod_details{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;font-size: 14px;}
.prod_default .prod_pernum{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;text-align: right;font-size: 14px;}


.prod_default .prod_middle .prod_title{ font-size:14px; line-height:1.5;  margin-bottom: 5px;}
.prod_default .prod_middle .prod_detail{ font-size:12px; color:#666;    margin-bottom: 5px; }

.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; background-color:#f00; color:white; text-align: center; margin: 10px 0;}
.prod_default .pc{ display:block; }
.prod_default .pad,.prod_default .mobile{display:none;}
@media screen and (max-width: 1200px) and (min-width: 641px){
	.prod_default .pad{ display:block; }
	.prod_default .pc,.prod_default .mobile{display:none;}
}
@media screen and (max-width: 640px){
	.prod_default .mobile{ display:block; }
	.prod_default .pc,.prod_default .pad{display:none;}
	.prod_default .Collage_ico{ width:30px; height:30px; }
	.prod_default .prod_top{ font-size:12px; }
	.prod_default .prod_infos{padding: 6px;}
	.prod_default .prod_infos .price_value{ font-size:18px; }
	.prod_default .prod_top_left,.prod_default .prod_top_right{ width:100%; display: block; }
	.prod_default .prod_middle .prod_title{ font-size:14px; }
	.prod_default .prod_middle .prod_detail{ font-size:12px; }
	.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; margin: 0;}
	.prod_default .prod_details {font-size: 12px;width: 100%;display: block;}
	.prod_default .prod_pernum {width: 100%;font-size: 14px;}
	.prod_default .end_text,.prod_default .end_time{display: inline-block;}
	.prod_default .prod_pernum{display: none;}
	.prod_default .pro_button{margin: 0;}
	.prod_default .p_price {line-height: 23px;white-space: nowrap;display: block !important;}
/*拼购结束*/
	.prod_default .p_price2 {padding-top: 5px;}
	.prod_default .prod_info{padding: 6px;}
	.prod_default .unit,.prod_default .p_vip .v_jg,.prod_default .v_unit{font-size: 12px;}
	.prod_default .p_vip{height: 18px; line-height: 23px;}
	.prod_default .v_value{font-size: 14px;}
	.prod_default .p_value{font-size: 18px;}
	.prod_default .prod .p_detail{display: none !important;}
	.prod_default .p_vip {position: relative;float: none !important;clear:both;text-align: left !important;}
}

/*pc*/
#productList_style_01_1565855802125 li{width: 32%;}
#productList_style_01_1565855802125 li.prod_Item{margin-bottom:2%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_01_1565855802125 li{width: 32%;}
	#productList_style_01_1565855802125 li.prod_Item{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_01_1565855802125 li{width: 49%;}
	#productList_style_01_1565855802125 li.prod_Item{margin-bottom:2%;}
}

   
   #productList_style_01_1565855802125 .p_detail.pc,#productList_style_01_1565855802125 .p_name.pc {display:block;}
   #productList_style_01_1565855802125 .p_detail.pad, #productList_style_01_1565855802125 .p_detail.mobile,#productList_style_01_1565855802125 .p_name.pad, #productList_style_01_1565855802125 .p_name.mobile {display:none;}

   @media screen and (min-width:641px) and (max-width:1200px) {
   #productList_style_01_1565855802125 .p_detail.pad,#productList_style_01_1565855802125 .p_name.pad {display:block;}
   #productList_style_01_1565855802125 .p_detail.pc, #productList_style_01_1565855802125 .p_detail.mobile,#productList_style_01_1565855802125 .p_name.pc, #productList_style_01_1565855802125 .p_name.mobile {display:none;}
   }
   @media screen and (max-width:640px) {
   #productList_style_01_1565855802125 .p_detail.mobile,#productList_style_01_1565855802125 .p_name.mobile {display:block;}
   #productList_style_01_1565855802125 .p_detail.pc, #productList_style_01_1565855802125 .p_detail.pad,#productList_style_01_1565855802125 .p_name.pc, #productList_style_01_1565855802125 .p_name.pad {display:none;}
   }
    

	/*产品状态  新品  推荐*/
	#productList_style_01_1565855802125 .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;}


	
/* @media screen and (min-width: 1025px) {
}

@media screen and (min-width: 640px) and (max-width: 1024px) {
		}


@media screen and (max-width: 640px) {
		} */

	#productList_style_01_1565855802125 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_01_1565855802125 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_01_1565855802125 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1565855802125 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1565855802125 .submit_div{ display: inline-block; }
	
	#productList_style_01_1565855802125 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_01_1565855802125 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_01_1565855802125 .page_submit{margin-left:5px;}
	#productList_style_01_1565855802125 .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_1565855802125 .page_btn{ font-size:12px; }
			#productList_style_01_1565855802125 .submit_div{ display:none; }
		}

			#productList_style_01_1565855802125 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_01_1565855802125 .page{line-height:30px; padding:0 13px;}
		}
	                        .prod_default .v_value {color: #333; font-size: 12px;}
            
     #productList_style_01_1565855802125  .showActivity {display: none !important;}
            #productList_style_01_1565855802125  .btnaSet ,#productList_style_01_1565855802125  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	/*产品样式*/
.prod_default{width:100%; clear: both;}
.prod_default *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 1%;}
.prod_default .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default .prod_img span{position: absolute; left: 35%; top: 35%; right: 35%; bottom: 35%; background: none;}
.prod_default .prod_Item:hover .prod_img{transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05);}
.prod_default .prod_Item:hover .prod_img span{background: rgba(255,255,255,.25); left: 0; top: 0; right: 0; bottom: 0;}
.prod_default .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%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.prod_default .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.prod_default .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; }
.prod_default .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; width: 100%;}
.prod_default .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block;}/*文字两行后自动超出隐藏*/
.prod_default .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_default .p_group { margin-bottom: 5px; display: block; float: left; width:59%; color: #666; font-size: 12px;}
.prod_default .p_group .p_lb{display: none;}
.prod_default .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 40%; color: #666; font-size: 12px;}
.prod_default .p_jg{display: none;}
.prod_default .p_price {float: left; line-height: 1; white-space: nowrap;display: block !important; }
.prod_default .p_value {color: #ff002a; font-size:26px;}
.prod_default .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}
.prod_default .prod_info .unit {color: #ff002a;font-size: 16px;}
.prod_default .p_vip {display: block; float: right; text-align: right; line-height:30px; height: 26px; white-space: nowrap;position: absolute;right:0;}
.prod_default .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default .v_value {color: #333; font-size: 18px;}
.prod_default .v_unit {color: #333;font-size: 12px;}
.prod_default .pro_button {margin: 10px 0 0; overflow: hidden;}
.prod_default .p_link { float: left; width: 48%; text-align: center;}
.prod_default .p_link a {display: block; padding: 10px 15px;}
.prod_default .p_cart { text-align: center;}
.prod_default .p_cart a {display: block; padding: 9px 15px; background: #f00; color: #fff;}
.prod_default a{text-decoration:none; }  
.prod_default .p_price2 {clear:both; line-height: 1; white-space: nowrap;font-size:12px !important;color:gray !important;}
.prod_default .p_price2 .p_jg{font-size:14px;color:gray;}
.prod_default .p_price2 .unit{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}

.prod_default .freeinfo{ clear:both; overflow:hidden;}
.prod_default .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; }


/*拼购*/
.prod_default .Collage_item{}
.prod_default .Collage_ico{ position:absolute; left:10px; top:0; width:40px; height:40px; z-index: 100;}
.prod_default .Collage_ico img{ width:100%; height:100%; vertical-align: top; }
.prod_default .prod_top{ background-color:#ff5656; overflow:hidden; padding:10px 10px; color:white; font-size:14px;}
.prod_default .prod_top_left{ display:inline-block; width:100%; overflow:hidden; vertical-align: middle;}
.prod_default .prod_price{ display:inline-block;color: #ff002a;}
.prod_default .prod_old_price{ font-size:12px; text-decoration:line-through; display:inline-block;}
.prod_default .prod_infos .price_value{ font-size:26px; }
.prod_default .prod_infos .units{font-size:16px;}
.prod_default .prod_infos .zero{ font-size:12px; }
.prod_default .prod_top_right{ display:inline-block; width:100%; vertical-align: middle;position: absolute;bottom: 0;z-index: 99;padding: 10px;background: #f00;color: #fff;}
.prod_default .prod_details{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;font-size: 14px;}
.prod_default .prod_pernum{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;text-align: right;font-size: 14px;}


.prod_default .prod_middle .prod_title{ font-size:14px; line-height:1.5;  margin-bottom: 5px;}
.prod_default .prod_middle .prod_detail{ font-size:12px; color:#666;    margin-bottom: 5px; }

.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; background-color:#f00; color:white; text-align: center; margin: 10px 0;}
.prod_default .pc{ display:block; }
.prod_default .pad,.prod_default .mobile{display:none;}
@media screen and (max-width: 1200px) and (min-width: 641px){
	.prod_default .pad{ display:block; }
	.prod_default .pc,.prod_default .mobile{display:none;}
}
@media screen and (max-width: 640px){
	.prod_default .mobile{ display:block; }
	.prod_default .pc,.prod_default .pad{display:none;}
	.prod_default .Collage_ico{ width:30px; height:30px; }
	.prod_default .prod_top{ font-size:12px; }
	.prod_default .prod_infos{padding: 6px;}
	.prod_default .prod_infos .price_value{ font-size:18px; }
	.prod_default .prod_top_left,.prod_default .prod_top_right{ width:100%; display: block; }
	.prod_default .prod_middle .prod_title{ font-size:14px; }
	.prod_default .prod_middle .prod_detail{ font-size:12px; }
	.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; margin: 0;}
	.prod_default .prod_details {font-size: 12px;width: 100%;display: block;}
	.prod_default .prod_pernum {width: 100%;font-size: 14px;}
	.prod_default .end_text,.prod_default .end_time{display: inline-block;}
	.prod_default .prod_pernum{display: none;}
	.prod_default .pro_button{margin: 0;}
	.prod_default .p_price {line-height: 23px;white-space: nowrap;display: block !important;}
/*拼购结束*/
	.prod_default .p_price2 {padding-top: 5px;}
	.prod_default .prod_info{padding: 6px;}
	.prod_default .unit,.prod_default .p_vip .v_jg,.prod_default .v_unit{font-size: 12px;}
	.prod_default .p_vip{height: 18px; line-height: 23px;}
	.prod_default .v_value{font-size: 14px;}
	.prod_default .p_value{font-size: 18px;}
	.prod_default .prod .p_detail{display: none !important;}
	.prod_default .p_vip {position: relative;float: none !important;clear:both;text-align: left !important;}
}

/*pc*/
#productList_style_01_1565855802128 li{width: 32%;}
#productList_style_01_1565855802128 li.prod_Item{margin-bottom:2%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_01_1565855802128 li{width: 32%;}
	#productList_style_01_1565855802128 li.prod_Item{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_01_1565855802128 li{width: 49%;}
	#productList_style_01_1565855802128 li.prod_Item{margin-bottom:2%;}
}

   
   #productList_style_01_1565855802128 .p_detail.pc,#productList_style_01_1565855802128 .p_name.pc {display:block;}
   #productList_style_01_1565855802128 .p_detail.pad, #productList_style_01_1565855802128 .p_detail.mobile,#productList_style_01_1565855802128 .p_name.pad, #productList_style_01_1565855802128 .p_name.mobile {display:none;}

   @media screen and (min-width:641px) and (max-width:1200px) {
   #productList_style_01_1565855802128 .p_detail.pad,#productList_style_01_1565855802128 .p_name.pad {display:block;}
   #productList_style_01_1565855802128 .p_detail.pc, #productList_style_01_1565855802128 .p_detail.mobile,#productList_style_01_1565855802128 .p_name.pc, #productList_style_01_1565855802128 .p_name.mobile {display:none;}
   }
   @media screen and (max-width:640px) {
   #productList_style_01_1565855802128 .p_detail.mobile,#productList_style_01_1565855802128 .p_name.mobile {display:block;}
   #productList_style_01_1565855802128 .p_detail.pc, #productList_style_01_1565855802128 .p_detail.pad,#productList_style_01_1565855802128 .p_name.pc, #productList_style_01_1565855802128 .p_name.pad {display:none;}
   }
    

	/*产品状态  新品  推荐*/
	#productList_style_01_1565855802128 .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;}


	
/* @media screen and (min-width: 1025px) {
}

@media screen and (min-width: 640px) and (max-width: 1024px) {
		}


@media screen and (max-width: 640px) {
		} */

	#productList_style_01_1565855802128 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_01_1565855802128 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_01_1565855802128 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1565855802128 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1565855802128 .submit_div{ display: inline-block; }
	
	#productList_style_01_1565855802128 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_01_1565855802128 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_01_1565855802128 .page_submit{margin-left:5px;}
	#productList_style_01_1565855802128 .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_1565855802128 .page_btn{ font-size:12px; }
			#productList_style_01_1565855802128 .submit_div{ display:none; }
		}

			#productList_style_01_1565855802128 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_01_1565855802128 .page{line-height:30px; padding:0 13px;}
		}
	                        .prod_default .v_value {color: #333; font-size: 12px;}
            
     #productList_style_01_1565855802128  .showActivity {display: none !important;}
            #productList_style_01_1565855802128  .btnaSet ,#productList_style_01_1565855802128  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	

#tab_style_03_1565855802045 #div_tab_style_03_1565855802045 .tab_right_arrow{display:none;width:40px;height:40px;opacity:1;right:10px;}
#tab_style_03_1565855802045 #div_tab_style_03_1565855802045 .tab_left_arrow{display:none;width:40px;height:40px;opacity:1;left:10px;}
#tab_style_03_1565855802045 #div_tab_style_03_1565855802045 .tab_img{display:none;}
#tab_style_03_1565855802045 #div_tab_style_03_1565855802045 .tab_ul{text-align:right}
#tab_style_03_1565855802045 #div_tab_style_03_1565855802045 .tab_nav{display:block !important;height: 40px;}
#tab_style_03_1565855802045 #div_tab_style_03_1565855802045 .tab_box{height: calc(100% - 40px); top: 40px;}
#tab_style_03_1565855802045 #div_tab_style_03_1565855802045 .tab_li{width:90px;}

    #tab_style_03_1565855802045 .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_1565851255601 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1565851255601 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1565851255601 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1565851255601 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_1565851923682 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1565851923682 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1565851923682 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1565851923682 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_1565852441089 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1565852441089 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1565852441089 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1565852441089 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(../images/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(../images/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_default7{width:100%; clear: both;}
.prod_default7 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default7 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default7 .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 15px;}
.prod_default7 .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default7 .prodImg_box{position:relative; float: left; width:40%; overflow: hidden; background: #eee; box-sizing: border-box;width: 100%;}
.prod_default7 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;}
.prod_default7 .prod_img span{position: absolute; left: 35%; top: 35%; right: 35%; bottom: 35%; background: none;}
.prod_default7 .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%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.prod_default7 .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.prod_default7 .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default7 .prod_info {float: left; overflow: hidden; width: 80%; padding-top: 10px; box-sizing: border-box; z-index: 100; padding-left: 4%; padding-right: 4%;background:rgba(4, 19, 10, 0.7);height:100%;position:absolute;transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;transform: translateX(-101%);-ms-transform: translateX(-101%);-webkit-transform: translateX(-101%);-moz-transform: translateX(-101%);-o-transform: translateX(-101%);}
.prod_default7 .p_name {margin-bottom: 5px; margin-top: 0px;color: #ffffff;font-size: 14px;border-bottom-color:rgba(255,255,255,0.2);border-bottom-style: solid;border-bottom-width: 1px;padding-bottom: 5px; /* text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; */line-height: 1.4; width: 100%;}
.prod_default7 .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block; }/*文字两行后自动超出隐藏*/
.prod_default7 .p_detail { font-size: 12px; color:rgba(255, 255, 255, 0.5); display: block; margin-bottom: 10px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default7 .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default7 .p_group .p_lb{display: none;}
.prod_default7 .p_line{margin-bottom: 5px; overflow: hidden; width: 100%;}
.prod_default7 .p_num {display: block;width:100%; color: #666; font-size: 12px;}
.prod_default7 .p_jg{display: none;}
.prod_default7 .p_price {width: 100%;text-align: left; line-height: 1; white-space: nowrap;}
.prod_default7 .p_value {color: #ffffff; font-size:20px;}
.prod_default7 .unit {color: #ffffff;font-size: 20px;}
.prod_default7 .p_vip {display: block; float: right; text-align: right; line-height:30px; height: 26px; white-space: nowrap;}
.prod_default7 .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default7 .v_value {color: #3075f1; font-size: 36px;}
.prod_default7 .v_unit {color: #333;font-size: 12px;}
.prod_default7 .pro_button {margin: 0px auto; overflow: hidden;width:70%;}
.prod_default7 .p_link { float: left; width: 48%; text-align: center;}
.prod_default7 .p_link a {display: block; padding: 10px 15px;}
.prod_default7 .p_cart a {display: block; background-color: #1bb583;color: #ffffff;text-align: center;font-size: 14px;border-radius: 2px;margin-top: 7px;padding:4px 0;}
.prod_default7 a{text-decoration:none; }  

/*分页*/
.prod_default7 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default7 .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_default7 .page_btn a.cur,.prod_default4 .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default7 .page_btn a:nth-child(n+12){display: none;}
.prod_default7 .page_btn a:nth-last-child(1),.prod_default4 .page_btn a:nth-last-child(2),.prod_default4 .page_btn a:nth-last-child(3){display: inline-block !important;}
.prod_default7 .prev_btn,.prod_default4 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default7 .no_page{border: 0 !important;}
.prod_default7 .page_btn a:nth-child(n+10){display: none;}
.prod_default7 .prod_Item:hover .prod_info{transform: translateX(0%);-webkit-transform: translateX(0%);-ms-transform: translateX(0%);-o-transform: translateX(0%);-moz-transform: translateX(0%);}
.prod_default7 .prod_Item:hover .prod_img{transform: translateX(20%);-ms-transform: translateX(20%);-webkit-transform: translateX(20%);-moz-transform: translateX(20%);-o-transform: translateX(20%);}
.prod_default7 .prod_content{width: 100%;height: 100%;position: relative;}
.prod_default7 .prod_center{width:100%;position: absolute;transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);top: 50%;}


/*状态*/
.prod_default7 .status{color:white; border-color:white;}
.prod_default7 .freeinfo{ clear:both; overflow:hidden;}
.prod_default7 .freeinfo span{ display:block; float:left; border:1px solid white; border-radius:5px; padding:0 5px; color:white; margin-right:5px; box-sizing: border-box; }


/*拼购*/
.prod_default7 .Collage_ico{ width:40px; height:40px; position:absolute; top:0; left:0; z-index: 10;}
.prod_default7 .Collage_ico img{ width:100%; height:100%; }
.prod_default7 .end_text{ color:white; margin-bottom:10px;}
@media screen and (max-width: 991px){
.prod_default7 .prod_info{padding: 6px;}
.prod_default7 .unit,.prod_default4 .p_vip .v_jg,.prod_default4 .v_unit{font-size: 12px;}
.prod_default7 .p_vip{height: 18px; line-height: 23px;}
.prod_default7 .v_value{font-size: 14px;}
.prod_default7 .p_value{font-size: 18px;}
.prod_default7 .prod .p_detail{display: none !important;}
.prod_default7 .p_name{font-size: 16px;text-align: center;border-color: #dddddd;}
.prod_default7 .p_line{margin-bottom: 5px; overflow: hidden; width: 100%;}
.prod_default7 .pro_button {margin: 10px auto; overflow: hidden;width:50%;}
.prod_default7 .unit {color: #1bb583;font-size: 20px;}
.prod_default7 .p_value {color: #1bb583; font-size:28px;}
.prod_default7 .prod_content{width: auto;height: auto;position: static;}
.prod_default7 .prod_center{position: static;transform: translateY(0%);-webkit-transform: translateY(0%);-moz-transform: translateY(0%);-ms-transform: translateY(0%);-o-transform: translateY(0%);top: 0;}
.prod_default7 .p_name{color: #333333;}
.prod_default7 .p_detail{color: #333333;}
.prod_default7 .p_price{text-align: center;}
.prod_default7 .twoBgSet{background: transparent;}
/*状态*/
.prod_default7 .status{color:red; border-color:red;}
.prod_default7 .prod_Item .prod_info{width: 100%;position:static;background-color:transparent;transform: translateX(0%);-webkit-transform: translateX(0%);-ms-transform: translateX(0%);-o-transform: translateX(0%);-moz-transform: translateX(0%);}
.prod_default7 .prod_Item .prod_img{transform: translateX(0%);-ms-transform: translateX(0%);-webkit-transform: translateX(0%);-moz-transform: translateX(0%);-o-transform: translateX(0%);}
.prod_default7 .prod_Item:hover .prod_info{width:100%;transform: translateX(0%);-webkit-transform: translateX(0%);-ms-transform: translateX(0%);-o-transform: translateX(0%);-moz-transform: translateX(0%);}
.prod_default7 .prod_Item:hover .prod_img{transform: translateX(0%);-ms-transform: translateX(0%);-webkit-transform: translateX(0%);-moz-transform: translateX(0%);-o-transform: translateX(0%);}

.prod_default7 .end_text{ color:#333; text-align:center;}
}

@media screen and (max-width: 767px){
.prod_default7 .twoBgSet{background: transparent;}
.prod_default7 .Collage_ico{ width:25px; height:25px; }
.prod_default7 .end_text{ color:#333; text-align:center;}
}
@media screen and (max-width: 640px){
    .prod_default7 .p_name a {
        font-size: 14px;
        color: inherit;
        line-height: inherit;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .prod_default7 .p_value {
        color: #1bb583;
        font-size: 18px;
    }
}


/*pc*/
#productList_style_07_1565856141070 li{width: 31.333333333333%;}
#productList_style_07_1565856141070 li.prod_Item{margin-bottom:3%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_07_1565856141070 li{width: 31.333333333333%;}
	#productList_style_07_1565856141070 li.prod_Item{margin-bottom:3%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_07_1565856141070 li{width: 100%;}
	#productList_style_07_1565856141070 li.prod_Item{margin-bottom:3%;}
}

   
   #productList_style_07_1565856141070 .p_detail.pc,#productList_style_07_1565856141070 .p_name.pc {display:block;}
   #productList_style_07_1565856141070 .p_detail.pad, #productList_style_07_1565856141070 .p_detail.mobile,#productList_style_07_1565856141070 .p_name.pad, #productList_style_07_1565856141070 .p_name.mobile {display:none;}

   @media screen and (min-width:641px) and (max-width:1200px) {
   #productList_style_07_1565856141070 .p_detail.pad,#productList_style_07_1565856141070 .p_name.pad {display:block;}
   #productList_style_07_1565856141070 .p_detail.pc, #productList_style_07_1565856141070 .p_detail.mobile,#productList_style_07_1565856141070 .p_name.pc, #productList_style_07_1565856141070 .p_name.mobile {display:none;}
   }
   @media screen and (max-width:640px) {
   #productList_style_07_1565856141070 .p_detail.mobile,#productList_style_07_1565856141070 .p_name.mobile {display:block;}
   #productList_style_07_1565856141070 .p_detail.pc, #productList_style_07_1565856141070 .p_detail.pad,#productList_style_07_1565856141070 .p_name.pc, #productList_style_07_1565856141070 .p_name.pad {display:none;}
   }
    

	/*产品状态  新品  推荐*/
	#productList_style_07_1565856141070 .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;}


	
/* @media screen and (min-width: 1025px) {
}

@media screen and (min-width: 640px) and (max-width: 1024px) {
		}


@media screen and (max-width: 640px) {
		} */

	#productList_style_07_1565856141070 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_07_1565856141070 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_07_1565856141070 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_07_1565856141070 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_07_1565856141070 .submit_div{ display: inline-block; }
	
	#productList_style_07_1565856141070 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_07_1565856141070 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_07_1565856141070 .page_submit{margin-left:5px;}
	#productList_style_07_1565856141070 .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_07_1565856141070 .page_btn{ font-size:12px; }
			#productList_style_07_1565856141070 .submit_div{ display:none; }
		}

			#productList_style_07_1565856141070 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_07_1565856141070 .page{line-height:30px; padding:0 13px;}
		}
	                        .prod_default .v_value {color: #333; font-size: 12px;}
            
     #productList_style_07_1565856141070  .showActivity {display: none !important;}
            #productList_style_07_1565856141070  .btnaSet ,#productList_style_07_1565856141070  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	/*产品样式*/
.prod_default7{width:100%; clear: both;}
.prod_default7 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default7 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default7 .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 15px;}
.prod_default7 .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default7 .prodImg_box{position:relative; float: left; width:40%; overflow: hidden; background: #eee; box-sizing: border-box;width: 100%;}
.prod_default7 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;}
.prod_default7 .prod_img span{position: absolute; left: 35%; top: 35%; right: 35%; bottom: 35%; background: none;}
.prod_default7 .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%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.prod_default7 .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.prod_default7 .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default7 .prod_info {float: left; overflow: hidden; width: 80%; padding-top: 10px; box-sizing: border-box; z-index: 100; padding-left: 4%; padding-right: 4%;background:rgba(4, 19, 10, 0.7);height:100%;position:absolute;transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;transform: translateX(-101%);-ms-transform: translateX(-101%);-webkit-transform: translateX(-101%);-moz-transform: translateX(-101%);-o-transform: translateX(-101%);}
.prod_default7 .p_name {margin-bottom: 5px; margin-top: 0px;color: #ffffff;font-size: 14px;border-bottom-color:rgba(255,255,255,0.2);border-bottom-style: solid;border-bottom-width: 1px;padding-bottom: 5px; /* text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; */line-height: 1.4; width: 100%;}
.prod_default7 .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block; }/*文字两行后自动超出隐藏*/
.prod_default7 .p_detail { font-size: 12px; color:rgba(255, 255, 255, 0.5); display: block; margin-bottom: 10px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default7 .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default7 .p_group .p_lb{display: none;}
.prod_default7 .p_line{margin-bottom: 5px; overflow: hidden; width: 100%;}
.prod_default7 .p_num {display: block;width:100%; color: #666; font-size: 12px;}
.prod_default7 .p_jg{display: none;}
.prod_default7 .p_price {width: 100%;text-align: left; line-height: 1; white-space: nowrap;}
.prod_default7 .p_value {color: #ffffff; font-size:20px;}
.prod_default7 .unit {color: #ffffff;font-size: 20px;}
.prod_default7 .p_vip {display: block; float: right; text-align: right; line-height:30px; height: 26px; white-space: nowrap;}
.prod_default7 .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default7 .v_value {color: #3075f1; font-size: 36px;}
.prod_default7 .v_unit {color: #333;font-size: 12px;}
.prod_default7 .pro_button {margin: 0px auto; overflow: hidden;width:70%;}
.prod_default7 .p_link { float: left; width: 48%; text-align: center;}
.prod_default7 .p_link a {display: block; padding: 10px 15px;}
.prod_default7 .p_cart a {display: block; background-color: #1bb583;color: #ffffff;text-align: center;font-size: 14px;border-radius: 2px;margin-top: 7px;padding:4px 0;}
.prod_default7 a{text-decoration:none; }  

/*分页*/
.prod_default7 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default7 .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_default7 .page_btn a.cur,.prod_default4 .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default7 .page_btn a:nth-child(n+12){display: none;}
.prod_default7 .page_btn a:nth-last-child(1),.prod_default4 .page_btn a:nth-last-child(2),.prod_default4 .page_btn a:nth-last-child(3){display: inline-block !important;}
.prod_default7 .prev_btn,.prod_default4 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default7 .no_page{border: 0 !important;}
.prod_default7 .page_btn a:nth-child(n+10){display: none;}
.prod_default7 .prod_Item:hover .prod_info{transform: translateX(0%);-webkit-transform: translateX(0%);-ms-transform: translateX(0%);-o-transform: translateX(0%);-moz-transform: translateX(0%);}
.prod_default7 .prod_Item:hover .prod_img{transform: translateX(20%);-ms-transform: translateX(20%);-webkit-transform: translateX(20%);-moz-transform: translateX(20%);-o-transform: translateX(20%);}
.prod_default7 .prod_content{width: 100%;height: 100%;position: relative;}
.prod_default7 .prod_center{width:100%;position: absolute;transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);top: 50%;}


/*状态*/
.prod_default7 .status{color:white; border-color:white;}
.prod_default7 .freeinfo{ clear:both; overflow:hidden;}
.prod_default7 .freeinfo span{ display:block; float:left; border:1px solid white; border-radius:5px; padding:0 5px; color:white; margin-right:5px; box-sizing: border-box; }


/*拼购*/
.prod_default7 .Collage_ico{ width:40px; height:40px; position:absolute; top:0; left:0; z-index: 10;}
.prod_default7 .Collage_ico img{ width:100%; height:100%; }
.prod_default7 .end_text{ color:white; margin-bottom:10px;}
@media screen and (max-width: 991px){
.prod_default7 .prod_info{padding: 6px;}
.prod_default7 .unit,.prod_default4 .p_vip .v_jg,.prod_default4 .v_unit{font-size: 12px;}
.prod_default7 .p_vip{height: 18px; line-height: 23px;}
.prod_default7 .v_value{font-size: 14px;}
.prod_default7 .p_value{font-size: 18px;}
.prod_default7 .prod .p_detail{display: none !important;}
.prod_default7 .p_name{font-size: 16px;text-align: center;border-color: #dddddd;}
.prod_default7 .p_line{margin-bottom: 5px; overflow: hidden; width: 100%;}
.prod_default7 .pro_button {margin: 10px auto; overflow: hidden;width:50%;}
.prod_default7 .unit {color: #1bb583;font-size: 20px;}
.prod_default7 .p_value {color: #1bb583; font-size:28px;}
.prod_default7 .prod_content{width: auto;height: auto;position: static;}
.prod_default7 .prod_center{position: static;transform: translateY(0%);-webkit-transform: translateY(0%);-moz-transform: translateY(0%);-ms-transform: translateY(0%);-o-transform: translateY(0%);top: 0;}
.prod_default7 .p_name{color: #333333;}
.prod_default7 .p_detail{color: #333333;}
.prod_default7 .p_price{text-align: center;}
.prod_default7 .twoBgSet{background: transparent;}
/*状态*/
.prod_default7 .status{color:red; border-color:red;}
.prod_default7 .prod_Item .prod_info{width: 100%;position:static;background-color:transparent;transform: translateX(0%);-webkit-transform: translateX(0%);-ms-transform: translateX(0%);-o-transform: translateX(0%);-moz-transform: translateX(0%);}
.prod_default7 .prod_Item .prod_img{transform: translateX(0%);-ms-transform: translateX(0%);-webkit-transform: translateX(0%);-moz-transform: translateX(0%);-o-transform: translateX(0%);}
.prod_default7 .prod_Item:hover .prod_info{width:100%;transform: translateX(0%);-webkit-transform: translateX(0%);-ms-transform: translateX(0%);-o-transform: translateX(0%);-moz-transform: translateX(0%);}
.prod_default7 .prod_Item:hover .prod_img{transform: translateX(0%);-ms-transform: translateX(0%);-webkit-transform: translateX(0%);-moz-transform: translateX(0%);-o-transform: translateX(0%);}

.prod_default7 .end_text{ color:#333; text-align:center;}
}

@media screen and (max-width: 767px){
.prod_default7 .twoBgSet{background: transparent;}
.prod_default7 .Collage_ico{ width:25px; height:25px; }
.prod_default7 .end_text{ color:#333; text-align:center;}
}
@media screen and (max-width: 640px){
    .prod_default7 .p_name a {
        font-size: 14px;
        color: inherit;
        line-height: inherit;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .prod_default7 .p_value {
        color: #1bb583;
        font-size: 18px;
    }
}


/*pc*/
#productList_style_07_1565860596349 li{width: 31.333333333333%;}
#productList_style_07_1565860596349 li.prod_Item{margin-bottom:3%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_07_1565860596349 li{width: 31.333333333333%;}
	#productList_style_07_1565860596349 li.prod_Item{margin-bottom:3%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_07_1565860596349 li{width: 100%;}
	#productList_style_07_1565860596349 li.prod_Item{margin-bottom:3%;}
}

   
   #productList_style_07_1565860596349 .p_detail.pc,#productList_style_07_1565860596349 .p_name.pc {display:block;}
   #productList_style_07_1565860596349 .p_detail.pad, #productList_style_07_1565860596349 .p_detail.mobile,#productList_style_07_1565860596349 .p_name.pad, #productList_style_07_1565860596349 .p_name.mobile {display:none;}

   @media screen and (min-width:641px) and (max-width:1200px) {
   #productList_style_07_1565860596349 .p_detail.pad,#productList_style_07_1565860596349 .p_name.pad {display:block;}
   #productList_style_07_1565860596349 .p_detail.pc, #productList_style_07_1565860596349 .p_detail.mobile,#productList_style_07_1565860596349 .p_name.pc, #productList_style_07_1565860596349 .p_name.mobile {display:none;}
   }
   @media screen and (max-width:640px) {
   #productList_style_07_1565860596349 .p_detail.mobile,#productList_style_07_1565860596349 .p_name.mobile {display:block;}
   #productList_style_07_1565860596349 .p_detail.pc, #productList_style_07_1565860596349 .p_detail.pad,#productList_style_07_1565860596349 .p_name.pc, #productList_style_07_1565860596349 .p_name.pad {display:none;}
   }
    

	/*产品状态  新品  推荐*/
	#productList_style_07_1565860596349 .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;}


	
/* @media screen and (min-width: 1025px) {
}

@media screen and (min-width: 640px) and (max-width: 1024px) {
		}


@media screen and (max-width: 640px) {
		} */

	#productList_style_07_1565860596349 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_07_1565860596349 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_07_1565860596349 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_07_1565860596349 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_07_1565860596349 .submit_div{ display: inline-block; }
	
	#productList_style_07_1565860596349 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_07_1565860596349 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_07_1565860596349 .page_submit{margin-left:5px;}
	#productList_style_07_1565860596349 .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_07_1565860596349 .page_btn{ font-size:12px; }
			#productList_style_07_1565860596349 .submit_div{ display:none; }
		}

			#productList_style_07_1565860596349 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_07_1565860596349 .page{line-height:30px; padding:0 13px;}
		}
	                        .prod_default .v_value {color: #333; font-size: 12px;}
            
     #productList_style_07_1565860596349  .showActivity {display: none !important;}
            #productList_style_07_1565860596349  .btnaSet ,#productList_style_07_1565860596349  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	

#tab_style_03_1565855967226 #div_tab_style_03_1565855967226 .tab_right_arrow{width:40px;height:40px;opacity:1;right:10px;}
#tab_style_03_1565855967226 #div_tab_style_03_1565855967226 .tab_left_arrow{width:40px;height:40px;opacity:1;left:10px;}
#tab_style_03_1565855967226 #div_tab_style_03_1565855967226 .tab_nav{display:none !important;}
#tab_style_03_1565855967226 #div_tab_style_03_1565855967226 .tab_box{height:100%;top:0px;}

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

/*新闻列表样式*/
.boxNewsListStyle_2{width:100%; clear: both;}
.boxNewsListStyle_2 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_2 li{width:100%; list-style:none; margin-bottom:10px; background:#fff;}
.boxNewsListStyle_2 li .clear{clear:both;}
.boxNewsListStyle_2 .sumary_list .newPic{float:left; width:150px; background: #eee; overflow:hidden; position:relative; border:1px solid #eee; box-sizing:border-box;}
.boxNewsListStyle_2 .sumary_list .newPic img{position:absolute; top:0; left:0; width:100%;}
.boxNewsListStyle_2 .sumary_list .newPic .zTm{margin-top:100%;}
.boxNewsListStyle_2 .sumary_list .newCont{float:left; width:calc(100% - 150px); padding-left:1em; box-sizing:border-box;}
.boxNewsListStyle_2 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_2 .sumary_list .newName{}
.boxNewsListStyle_2 .sumary_list .newName a{color:#333; text-decoration:none;font-size:16px;padding:15px 0 10px; border-bottom: 1px solid #eee;line-height: 1.4;-webkit-line-clamp: 1;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;}
.boxNewsListStyle_2 .sumary_list .newName a:hover{}
.boxNewsListStyle_2 .sumary_list .newB{width:100%; line-height:2; padding-top:.5em;}
.boxNewsListStyle_2 .sumary_list .newSort{color:#f37878; font-size:12px; white-space: nowrap; border-radius:1.5em; margin-right:5px;}
.boxNewsListStyle_2 .sumary_list .newsTime{text-align:right;color:#888; font-size:14px; white-space:nowrap;}
.boxNewsListStyle_2 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_2 .sumary_list .newDetail{width:100%; padding:.6em .6em 0 0;margin-bottom: 0.6em; color:#888; font-size:12px; line-height:1.6;}
.boxNewsListStyle_2 .sumary_list .show_all{width:100%;}
.boxNewsListStyle_2 .sumary_list .show_all a{display:inline-block; margin-top:.4em; text-decoration:underline; font-size:12px;  color:#fff; background: #f37878; padding: 4px 10px; }
/* 分页 */
.boxNewsListStyle_2 .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_2 .page_btn .cur{ background:red; color:white; cursor:pointer;}
.boxNewsListStyle_2 .page:hover{ background:red; color:white; cursor:pointer;}

@media screen and (max-width:991px){
.boxNewsListStyle_2 .sumary_list .newName{margin:.4em 0;}
}
@media screen and (max-width:768px){
.boxNewsListStyle_2 li{float:left; width:calc((100% - 10px)/2); margin-right:10px;}
.boxNewsListStyle_2 li:nth-child(even){margin-right:0;}
.boxNewsListStyle_2 .sumary_list .newPic{float:none; width:100%;}
.boxNewsListStyle_2 .sumary_list .newCont{float:none; width:100%; padding-left: 0;}
.boxNewsListStyle_2 .sumary_list .newName{margin:.4em 0;}
.boxNewsListStyle_2 .sumary_list .newName a{font-size:14px; }
/*分页*/
.boxNewsListStyle_2 .page_btn a:nth-child(n+5){display: none;}
.boxNewsListStyle_2 .page_btn a:nth-last-child(1),.boxNewsListStyle_2 .page_btn a:nth-last-child(2),.boxNewsListStyle_2 .page_btn a:nth-last-child(3){display: inline-block;}
}
@media screen and (max-width:480px){
.boxNewsListStyle_2 li{float:none; width:100%; margin-right:0;}
.boxNewsListStyle_2 .sumary_list .newName{margin:.4em 0;}
.boxNewsListStyle_2 .sumary_list .newName a{font-size:14px;}
}


	#newsList_style_02_1565858147861 .newDetail.pc {display:block;}
	#newsList_style_02_1565858147861 .newDetail.pad, #newsList_style_02_1565858147861 .newDetail.mobile {display:none;}
	#newsList_style_02_1565858147861 .newTitle.pc {display:block;}
	#newsList_style_02_1565858147861 .newTitle.pad, #newsList_style_02_1565858147861 .newTitle.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_02_1565858147861 .newDetail.pad {display:block;}
		#newsList_style_02_1565858147861 .newDetail.pc, #newsList_style_02_1565858147861 .newDetail.mobile {display:none;}
		#newsList_style_02_1565858147861 .newTitle.pad {display:block;}
		#newsList_style_02_1565858147861 .newTitle.pc, #newsList_style_02_1565858147861 .newTitle.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_02_1565858147861 .newDetail.mobile {display:block;}
		#newsList_style_02_1565858147861 .newDetail.pc, #newsList_style_02_1565858147861 .newDetail.pad {display:none;}
		#newsList_style_02_1565858147861 .newTitle.mobile {display:block;}
		#newsList_style_02_1565858147861 .newTitle.pc, #newsList_style_02_1565858147861 .newTitle.pad {display:none;}
	}

@media screen and (min-width: 1025px) {
	#newsList_style_02_1565858147861 .sumary_list .newPic{width: Arraypx;}
	#newsList_style_02_1565858147861 .sumary_list .newCont{width: calc(100% - Arraypx);}
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
	#newsList_style_02_1565858147861 .sumary_list .newPic{width: Arraypx;}
	#newsList_style_02_1565858147861 .sumary_list .newCont{width: calc(100% - Arraypx);}
}

@media screen and (max-width: 640px) {
#newsList_style_02_1565858147861 .sumary_list .newPic{width: 365px;}
}

/* 新分页 */
#newsList_style_02_1565858147861 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_02_1565858147861 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_02_1565858147861 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_02_1565858147861 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_02_1565858147861 .submit_div{ display: inline-block; }

#newsList_style_02_1565858147861 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_02_1565858147861 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_02_1565858147861 .page_submit{margin-left:5px;}
#newsList_style_02_1565858147861 .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_02_1565858147861 .page_btn{ font-size:12px; }
		#newsList_style_02_1565858147861 .submit_div{ display:none; }
	}

	#newsList_style_02_1565858147861 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
	@media screen and (max-width:640px) {
		#newsList_style_02_1565858147861 .page{line-height:30px; padding:0 13px;}
	}

/*新闻列表样式*/
.boxNewsListStyle_2{width:100%; clear: both;}
.boxNewsListStyle_2 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_2 li{width:100%; list-style:none; margin-bottom:10px; background:#fff;}
.boxNewsListStyle_2 li .clear{clear:both;}
.boxNewsListStyle_2 .sumary_list .newPic{float:left; width:150px; background: #eee; overflow:hidden; position:relative; border:1px solid #eee; box-sizing:border-box;}
.boxNewsListStyle_2 .sumary_list .newPic img{position:absolute; top:0; left:0; width:100%;}
.boxNewsListStyle_2 .sumary_list .newPic .zTm{margin-top:100%;}
.boxNewsListStyle_2 .sumary_list .newCont{float:left; width:calc(100% - 150px); padding-left:1em; box-sizing:border-box;}
.boxNewsListStyle_2 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_2 .sumary_list .newName{}
.boxNewsListStyle_2 .sumary_list .newName a{color:#333; text-decoration:none;font-size:16px;padding:15px 0 10px; border-bottom: 1px solid #eee;line-height: 1.4;-webkit-line-clamp: 1;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;}
.boxNewsListStyle_2 .sumary_list .newName a:hover{}
.boxNewsListStyle_2 .sumary_list .newB{width:100%; line-height:2; padding-top:.5em;}
.boxNewsListStyle_2 .sumary_list .newSort{color:#f37878; font-size:12px; white-space: nowrap; border-radius:1.5em; margin-right:5px;}
.boxNewsListStyle_2 .sumary_list .newsTime{text-align:right;color:#888; font-size:14px; white-space:nowrap;}
.boxNewsListStyle_2 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_2 .sumary_list .newDetail{width:100%; padding:.6em .6em 0 0;margin-bottom: 0.6em; color:#888; font-size:12px; line-height:1.6;}
.boxNewsListStyle_2 .sumary_list .show_all{width:100%;}
.boxNewsListStyle_2 .sumary_list .show_all a{display:inline-block; margin-top:.4em; text-decoration:underline; font-size:12px;  color:#fff; background: #f37878; padding: 4px 10px; }
/* 分页 */
.boxNewsListStyle_2 .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_2 .page_btn .cur{ background:red; color:white; cursor:pointer;}
.boxNewsListStyle_2 .page:hover{ background:red; color:white; cursor:pointer;}

@media screen and (max-width:991px){
.boxNewsListStyle_2 .sumary_list .newName{margin:.4em 0;}
}
@media screen and (max-width:768px){
.boxNewsListStyle_2 li{float:left; width:calc((100% - 10px)/2); margin-right:10px;}
.boxNewsListStyle_2 li:nth-child(even){margin-right:0;}
.boxNewsListStyle_2 .sumary_list .newPic{float:none; width:100%;}
.boxNewsListStyle_2 .sumary_list .newCont{float:none; width:100%; padding-left: 0;}
.boxNewsListStyle_2 .sumary_list .newName{margin:.4em 0;}
.boxNewsListStyle_2 .sumary_list .newName a{font-size:14px; }
/*分页*/
.boxNewsListStyle_2 .page_btn a:nth-child(n+5){display: none;}
.boxNewsListStyle_2 .page_btn a:nth-last-child(1),.boxNewsListStyle_2 .page_btn a:nth-last-child(2),.boxNewsListStyle_2 .page_btn a:nth-last-child(3){display: inline-block;}
}
@media screen and (max-width:480px){
.boxNewsListStyle_2 li{float:none; width:100%; margin-right:0;}
.boxNewsListStyle_2 .sumary_list .newName{margin:.4em 0;}
.boxNewsListStyle_2 .sumary_list .newName a{font-size:14px;}
}


	#newsList_style_02_1565858248556 .newDetail.pc {display:block;}
	#newsList_style_02_1565858248556 .newDetail.pad, #newsList_style_02_1565858248556 .newDetail.mobile {display:none;}
	#newsList_style_02_1565858248556 .newTitle.pc {display:block;}
	#newsList_style_02_1565858248556 .newTitle.pad, #newsList_style_02_1565858248556 .newTitle.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_02_1565858248556 .newDetail.pad {display:block;}
		#newsList_style_02_1565858248556 .newDetail.pc, #newsList_style_02_1565858248556 .newDetail.mobile {display:none;}
		#newsList_style_02_1565858248556 .newTitle.pad {display:block;}
		#newsList_style_02_1565858248556 .newTitle.pc, #newsList_style_02_1565858248556 .newTitle.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_02_1565858248556 .newDetail.mobile {display:block;}
		#newsList_style_02_1565858248556 .newDetail.pc, #newsList_style_02_1565858248556 .newDetail.pad {display:none;}
		#newsList_style_02_1565858248556 .newTitle.mobile {display:block;}
		#newsList_style_02_1565858248556 .newTitle.pc, #newsList_style_02_1565858248556 .newTitle.pad {display:none;}
	}

@media screen and (min-width: 1025px) {
	#newsList_style_02_1565858248556 .sumary_list .newPic{width: Arraypx;}
	#newsList_style_02_1565858248556 .sumary_list .newCont{width: calc(100% - Arraypx);}
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
	#newsList_style_02_1565858248556 .sumary_list .newPic{width: Arraypx;}
	#newsList_style_02_1565858248556 .sumary_list .newCont{width: calc(100% - Arraypx);}
}

@media screen and (max-width: 640px) {
#newsList_style_02_1565858248556 .sumary_list .newPic{width: 365px;}
}

/* 新分页 */
#newsList_style_02_1565858248556 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_02_1565858248556 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_02_1565858248556 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_02_1565858248556 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_02_1565858248556 .submit_div{ display: inline-block; }

#newsList_style_02_1565858248556 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_02_1565858248556 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_02_1565858248556 .page_submit{margin-left:5px;}
#newsList_style_02_1565858248556 .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_02_1565858248556 .page_btn{ font-size:12px; }
		#newsList_style_02_1565858248556 .submit_div{ display:none; }
	}

	#newsList_style_02_1565858248556 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
	@media screen and (max-width:640px) {
		#newsList_style_02_1565858248556 .page{line-height:30px; padding:0 13px;}
	}

/*菜单样式*/
.menuStyle_28{width:100%; position:relative;}
.menuStyle_28 *{box-sizing: border-box;}
.menuStyle_28 .miniMenu *,
.menuStyle_28 .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_28 .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_28 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_28 ul,.menuStyle_28 li{padding:0;margin:0px;list-style:none}
.menuStyle_28 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_28 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_28 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_28 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_28 .menuUl>li{position:relative;}
.menuStyle_28 .menuUl>li>a{ background: rgba(0,0,0,0.0); position: relative; text-decoration:none;font-size:16px;font-weight: bold; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #17233d; line-height:44px; padding: 0; padding: 0 1em\0;}
.menuStyle_28 .menuUl>li>a:hover{ color:#750406;}
.menuStyle_28 .menuUl #hot>a{color:#750406;}
.menuStyle_28 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_28 .menuUl #hot>a span{color:inherit;}
/*.menuStyle_28 .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_28 .menuLayout .miniMenu{display:none;}
.menuStyle_28 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; width: 100%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_28 .menuUl>li>#menuLogo{height: 85%;}

.menuStyle_28 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;padding-top: 10px;}
.menuStyle_28 .menuUl.noHover .rflex:hover .menuUl02{display: none;}

.menuStyle_28 .menuUl02 .subMenu02 {position: relative;  color: #4d5158; font-size:14px; line-height: 40px; padding: 0 15px;background: #fff;}
.menuStyle_28 .menuUl02 .subMenu02.subCurSet{color:#750406;}
.menuStyle_28 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_28 .menuUl02 .subMenu02:hover {color:#750406;border-left: 2px solid #750406;background: #f7f7f7;}
.menuStyle_28 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}
.menuStyle_28 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_28 .menuUl02 .subMenu02:first-child{
	border-top-left-radius: 0px;border-top-right-radius: 0px;
}
.menuStyle_28 .menuUl02 .subMenu02:last-child{
	border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;
}
.menuStyle_28 .menuUl03{position: absolute; /*left需要js获取二级的宽*/ top: 0; left: 100%; display: none; }
.menuStyle_28 .menuUl03 .subMenu03{ line-height: 40px;margin-left: 10px;}
.menuStyle_28 .menuUl03 .subMenu03 a:hover{color:#750406; background: #f7f7f7;}
.menuStyle_28 .menuUl03 .subMenu03>a{ color: #17233d; background: #fff; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;padding: 0 15px;}
.menuStyle_28 .menuUl03 .subMenu03:first-child a{
	border-top-left-radius: 0px;border-top-right-radius: 0px;
}
.menuStyle_28 .menuUl03 .subMenu03:last-child a{
	border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;
}
.menuStyle_28 .menuUl .rflex:hover .menuUl02::before{
	content: '';
	border-top:5px solid transparent;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-bottom:5px solid #fff;
	position: absolute;
    top: 0px;
	transform: translateX(-50%);
}
.menuStyle_28 .menuUl02 .arrow:hover::before{
		content: '';
		border-top:5px solid transparent;
		border-left:5px solid #fff;
		border-right:5px solid transparent;
		border-bottom:5px solid transparent;
		position: absolute;
		right: -10px;
		top: 50%;
		transform: translateY(-50%);
}
.menuStyle_28 .rflex { position: relative;}
.menuStyle_28 .maxWidth{margin: auto;}
/* .menuStyle_28 .menuUl03 .subMenu03 .thrCurSet{background: rgba(0, 0, 0, 0.1);} */

.menuStyle_28 .subBox{position: absolute; left: 0; /*top通过JS获取菜单高度*/ width: 100%; background: rgba(238, 238, 238, 0.85); display: none;}
.menuStyle_28 .subBox .subBoxContent{padding: 15px; text-align: left; overflow: hidden;}
.menuStyle_28 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_28 .subBox .sublm{float: left; width: calc(100% - 440px); min-height: 10px;}
.menuStyle_28 .subBox .sublm>div{clear: both; overflow: hidden; margin: 8px 0;}
.menuStyle_28 .subBox .subImgsbox{float: left; width: 440px;/*这个宽可被设置*/ height: 160px;}
.menuStyle_28 .subBox .subImgsbox>a{display: block; height: 100%; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}
.menuStyle_28 .subBox .subImgsbox>a:last-child{margin-left: 0;}
.menuStyle_28 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}
.menuStyle_28 .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: #17233d; font-size: 12px;}
.menuStyle_28 .subBox p{overflow: hidden; float: left;}
.menuStyle_28 .subBox p:first-child{margin-right: 10px; width: 100px;}
.menuStyle_28 .subBox p:last-child{width: calc(100% - 110px);}
.menuStyle_28 .subBox .subMenu02{font-size: 14px; margin-bottom: 5px; clear: both; color: #17233d; line-height: 28px;}
.menuStyle_28 .subBox .subMenu02.subCurSet{color: #750406;}
.menuStyle_28 .subBox .subMenu02:hover,
.menuStyle_28 .subBox .subMenu02:active{color: #750406;}
.menuStyle_28 .subBox .subMenu03{float: left; margin: 5px 20px 5px 0; font-size: 12px; color: #666;}
.menuStyle_28 .subBox .subMenu03:hover,
.menuStyle_28 .subBox .subMenu03:active{color: #750406;}
.menuStyle_28 .subMenu03 .thrCurSet{color: #750406 !important; background: #f7f7f7 !important;}


/*图标*/
.menuStyle_28 .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_28 .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_28 .imgIco{ margin-right:10px;}
.menuStyle_28 .menuUl,
.menuStyle_28 .menuUl_box {display:none;}
.menuStyle_28 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_28 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_28 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_28 .miniMenu .leftBox{height: 100%;}
.menuStyle_28 .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_28 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_28 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_28 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}
.menuStyle_28 .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_28 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit; background: rgba(0, 0, 0, 0.1);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #fff;}
.menuStyle_28 .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_28 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
.menuStyle_28 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


	
#dh_style_28_1565859033595 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@media screen and (min-width:640px) {
	#dh_style_28_1565859033595 .maxWidth{max-width:px;}
	#dh_style_28_1565859033595 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
	#dh_style_28_1565859033595 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	/* .menuUl>li>#menuLogo 这种查找会失败改为下面这种 2019.5.29 */
	#dh_style_28_1565859033595 .menuUl li #menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
}

	#image_style_01_1565859268953 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1565859268953 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1565859268953 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1565859268953 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_1565859334548 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1565859334548 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1565859334548 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1565859334548 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_1565859566249 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1565859566249 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1565859566249 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1565859566249 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_1565859633606 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1565859633606 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1565859633606 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1565859633606 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_1565859649099 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1565859649099 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1565859649099 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1565859649099 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;}
.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);}
				.bottomMenu{width: 100%; box-sizing:border-box; display: none;position:fixed;bottom:0;z-index:999999}
				.bottomMenu ul{position: relative; box-sizing: border-box; width: 100%; height: 50px; background-color: #FFFFFF; border-top: 1px solid #ddd; box-shadow: 0 0px 6px rgba(0,0,0,.1); display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
				.bottomMenu ul li{position:relative; box-sizing: border-box; -webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;}
				.bottomMenu ul li .menuItem{position: relative;}
				.bottomMenu ul li .menuIco{width: 26px; height: 26px; overflow: hidden; margin: 0 auto 4px;}
				.bottomMenu ul li .menuIco img{width: 100%; height: 100%;padding:2px 1px 0;box-sizing:border-box;}
				.bottomMenu ul li .menuName{font-size: 12px; white-space: nowrap; margin: auto; text-align: center; color: #666666; line-height: 1;font-family:Microsoft YaHei;}
				.bottomMenu ul li .submenuItems{position: absolute; bottom: 48px; z-index:999999; width: 100%; text-align: center; border: 1px solid #ddd; background-color: #fff; box-shadow: 0 0px 6px rgba(0,0,0,.1);}
				.bottomMenu ul li .submenuItems a{display: block; height: 36px; line-height: 36px; font-size: 12px; color: #333; border-bottom: 1px solid #ddd; }
				@media screen and (max-width:767px) {
					.bottomMenu{display: block;}
					
					body{padding-bottom:55px!important;}
				}
				