
/**
    *编辑器         \View\css\diy\editPageComm.css
    *编辑器-预览    \View\css\diy\pageCom.css
    *编辑器-发布    \Model\viewsRes\publish\comm.css
*/
@charset "utf-8";
/*----------------公共部分----------------*/
html{overflow-x:hidden; overflow-y:auto;}
body{ background-repeat:no-repeat; background-position:left top; position:relative; overflow-x: hidden;}
body, li, ul, ol, dl, dt, dd, form, input, textarea, h1, h2, h3, h4, h5, h6, p,select{ margin: 0px; padding: 0px; list-style-type:none; font-size: 12px; font:12px/1.5 tahoma,arial,"Microsoft YaHei";outline: 0 none; color:#333;}
em,i{font-style:normal;}
a{color:#333;}
a{text-decoration:none;}
*{margin:0px; padding:0px;outline: none !important;}
img {-ms-interpolation-mode:bicubic; border:none;}
.view{z-index: 1;position: absolute;}
.horizontal .view{position:relative; float:left;}
.vertical .view{position:relative;}
.view_contents{position:relative; width:100%; margin:0 auto; padding:0; z-index:10; height:100%; overflow: hidden; box-sizing: border-box;/*添加后，模块的内边距和边框不会再溢出*/}
.layout{ position: relative; width: 100%; margin: 0px auto; padding: 0px; z-index: 1;}
.layout > .view_contents{ /*overflow: visible;*/ cursor:default;}
/*流布局*/
.flow .view_contents > .view{float: left;}
.clear { clear: both; }
/*苹果去除样式*/
select,input[type='button'],input[type="reset"],input[type='submit'],input[type='text'],input[type="password"],input[name='query'],input[name='d']{-webkit-appearance: none; border-radius:0px}
input:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only;}

/*模块分页*/
.page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.page_btn a.cur,.page_btn a:hover{border:1px solid #4c4c4c;}
.prev_btn,.next_btn{font-family: '黑体' !important; border: 0 !important;}
.no_page{border: 0 !important;}
@media screen and (max-width:768px){
/*分页*/
.page_btn a:nth-child(n+5){display: none;}
.page_btn a:nth-last-child(1),.page_btn a:nth-last-child(2),.page_btn a:nth-last-child(3){display: inline-block !important;}
}

/*图片放大样式*/
.imgBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgBox img{ position: absolute; width: auto; max-width: 80%; /*max-height: 65%;*/ border: 20px solid #fff;top: 40%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); box-shadow: 0 0 10px rgba(0,0,0,.3);}
.imgBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgBox.scroll img{top:5%; margin-bottom: 5%; transform: translate(-50%,0%); -webkit-transform: translate(-50%,0%); -moz-transform: translate(-50%,0%); -o-transform: translate(-50%,0%);}
.pos_fixed{position: fixed; width: 100%;}
.imageButton{position: fixed; bottom: 15%; left: 50%; 
	-webkit-transform: translateX(-50%); 
	-moz-transform: translateX(-50%); 
	-ms-transform: translateX(-50%); 
	-o-transform: translateX(-50%); 
	transform: translateX(-50%); 
}
.imageButton span{display: inline-block; cursor:pointer; box-shadow: 0 0 6px rgba(0,0,0,.2);
	-webkit-transition: all ease .2s; 
	-moz-transition: all ease .2s; 
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s; 
	transition: all ease .2s; 
}
.imageButton span:hover{opacity: .8;}
.imageButton span.closeShowPic{ font-size: 40px; border-radius: 100%;font-family: serif; line-height: 1; background-color: #fff; padding: .2em; text-align: center;}
@media screen and (max-width: 768px){/*mobi*/
	.imgBox img{border-width: 10px;}
	.imgBox.scroll img{top:5%; margin-bottom: 10vh;}
}

    .jurisdiction_mask{
        top: 0;
        left: 0;
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0,0.5);
        z-index: 2147483647;
		display:none;
    }
    .jurisdiction_tips{
        width: 400px;
        background: #ffffff;
        position: absolute;
        left: 50%;
        top: 45%;
        -ms-transform:translate(-50%,-50%);
        -webkit-transform:translate(-50%,-50%);
        -o-transform:translate(-50%,-50%);
        -moz-transform:translate(-50%,-50%);
        transform:translate(-50%,-50%);
        padding: 23px 20px;
        box-sizing: border-box;
        text-align: center;
    }
    .jurisdiction_tips img{
        display: block;
        margin: 0 auto;
    }
    .jurisdiction_tips h3{
        font-size: 18px;
        font-weight: 400;
        line-height: 40px;color: #575757;
        text-align: center;
        margin: 5px 0 0;
    }
    .jurisdiction_tips p{
        color: #999;
        font-size: 16px;
        text-align: center;
        font-weight: 300;
        margin: 0;
    }
    .jurisdiction_tips button{
        color: #fff;
        font-size: 12px;
        padding: 10px 0;
        margin: 10px 3px 0;
        background-color: #aaa;
        cursor: pointer;
        display: inline-block;
        box-sizing: border-box;
        border: none;
        outline: none !important;
        width: 98px;
    }
    .jurisdiction_tips .jurisdiction_login{
        background: #ff0099;
    }
    .jurisdiction_tips button:hover{
        opacity: 0.8;
    }
    .jurisdiction_tips_mobile{
        display: none;
    }
    @media screen and (max-width: 450px){
        .jurisdiction_tips{
            width: 80%;
            padding: 20px 15px;
        }
        .jurisdiction_tips p{
            display: none;
        }
        .jurisdiction_tips .jurisdiction_tips_mobile{
            display: block;
        }
        .jurisdiction_tips img{width: 60px;}
        .jurisdiction_tips h3{font-size: 16px;}
        .jurisdiction_tips p{
            font-size: 14px;
        }
        .jurisdiction_tips button{margin-top: 12px;padding: 8px 0;}
    }
/*----------------------电脑板式样式----------------------*/
.style_04 .prod_default4 .prod_info { padding: 0px; text-align: center;  width: 100%;}
.style_04 .prod_default4 .p_name { margin: 0; font-size: 32px;}
.prod_default4 .p_cart a {   background: #3bc2bb !important; }

.tab_main.niceTabContent.tabconSet {   border-left-color: #3bc2bb !important;}
li.tab_li.tabItemSet.tab_li_left.tabCurItem {  background: #3bc2bb !important;}
li.tab_li.tabItemSet.tab_li_left { background: #ccc !important;}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {

}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
.style_04 .prod_default4 .p_name { margin: 0; font-size: 24px;}
}
body{ background-position:left top; }


 #div_blank_1492982003282{width:100%;height:35px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1492982003282{}}   @media screen and (max-width:640px) {#div_blank_1492982003282{width:100%;height:26px;top:0px;left:0%;}} #div_blank_1492982003282 > .view_contents{overflow:visible;}  #div_blank_1492982003282  {box-sizing:border-box;background:#eeeeee;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1492982003282  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1492982003282  {box-sizing:border-box;}}


 #dh_style_01_1482562315212{width:62.416666666666664%;position:absolute;left:37.583333333333336%;top:61px;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1482562315212{z-index:999;}}   @media screen and (max-width:640px) {#dh_style_01_1482562315212{width:12.894736842105264%;z-index:2;left:81.57894736842105%;top:78.5px;height:50px;}} #dh_style_01_1482562315212 > .view_contents{overflow:visible;}  #dh_style_01_1482562315212  {font-size:12px;} #dh_style_01_1482562315212 .columnSet {font-size:12px;} #dh_style_01_1482562315212 .mainMenuSet {font-size:16px;border-bottom-color:#f13a3a;border-bottom-style:none;border-bottom-width:1px;} #dh_style_01_1482562315212 .mainMenuSet:hover {color:#3bc2bb;border-bottom-color:#aaff56;border-bottom-style:none;border-bottom-width:1px;border-top-style:none;border-right-style:none;border-left-style:none;border-top-width:1px;border-right-width:1px;border-left-width:1px;border-top-color:#aaff56;border-right-color:#aaff56;border-left-color:#aaff56;} #dh_style_01_1482562315212 #hot>a {background:transparent;color:#3bc2bb;border-bottom-color:#f13a3a;border-bottom-style:none;border-bottom-width:1px;} #dh_style_01_1482562315212 #hot>a:hover {border-bottom-color:#f25959;border-bottom-style:none;border-bottom-width:0px;border-top-style:none;border-right-style:none;border-left-style:none;border-top-width:0px;border-right-width:0px;border-left-width:0px;} #dh_style_01_1482562315212 .columnSet:hover {border-bottom-color:#f25959;border-bottom-style:none;border-bottom-width:2px;} #dh_style_01_1482562315212 .subCurSet:hover {color:transparent;text-align:left;} #dh_style_01_1482562315212 .subminSet:hover {color:transparent;} #dh_style_01_1482562315212 .subMenuSet:hover {color:#f25959;font-size:14px;border-bottom-color:#f25959;border-bottom-style:solid;border-bottom-width:1px;} #dh_style_01_1482562315212 .subMenuSet {color:#000000;font-size:14px;border-bottom-color:#000000;border-bottom-style:none;border-bottom-width:1px;} @media screen and (max-width:640px) { #dh_style_01_1482562315212 #hot>a {color:#06cabc;font-size:16px;border-bottom-color:transparent;border-bottom-style:solid;border-bottom-width:1px;}} @media screen and (max-width:640px) { #dh_style_01_1482562315212 .subMenuSet {font-size:14px;color:#ffffff;}} @media screen and (max-width:640px) { #dh_style_01_1482562315212 .subMenuSet:hover {font-size:14px;color:#f25959;border-bottom-color:#f25959;border-bottom-style:solid;border-bottom-width:1px;}} @media screen and (max-width:640px) { #dh_style_01_1482562315212 .subCurSet {background:transparent;border-bottom-color:#f25959;border-bottom-style:solid;border-bottom-width:1px;color:#f25959;font-size:14px;}} @media screen and (max-width:640px) { #dh_style_01_1482562315212 #hot>a:hover {color:#06cabc;}}

 #image_logo_1482563182658{width:26.416666666666664%;height:66px;position:absolute;left:0%;top:36px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1482563182658{}}   @media screen and (max-width:640px) {#image_logo_1482563182658{width:65.78947368421053%;height:70px;left:3.684210526315789%;top:63.5px;}} 

 #text_style_02_1492982360735{width:35.41666666666667%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:7.5px;left:2.166666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492982360735{}}   @media screen and (max-width:640px) {#text_style_02_1492982360735{width:57.631578947368425%;top:64px;left:8.157894736842106%;display:none;}}  #text_style_02_1492982360735>.view_contents {box-sizing:border-box;font-size:14px;line-height:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492982360735>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1492982360735>.view_contents {box-sizing:border-box;}}

 #image_style_01_1492982577526{width:1.5833333333333335%;height:20px;position:absolute;top:7.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1492982577526{}}   @media screen and (max-width:640px) {#image_style_01_1492982577526{width:6.315789473684211%;height:25px;top:64px;left:0%;display:none;}} #image_style_01_1492982577526 > .view_contents{overflow:visible;} 

 #text_default_1528790867102{width:8%;height:23px;position:absolute;left:29.25%;top:69.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1528790867102{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_default_1528790867102{width:370px;height:300px;top:0px;left:0%;}} 
 #div_includeBlock_1492981926754{width:1200px;height:121px;position:absolute;top:0px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1492981926754{}}   @media screen and (max-width:640px) {#div_includeBlock_1492981926754{width:100%;height:140px;top:0px;left:0%;}}  #comm_layout_header{height:121px;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:90px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:140px;z-index:10;}} #comm_layout_header > .view_contents{max-width:1200px;} 


 #productList_style_04_1492984689952{width:61.83333333333333%;position:absolute;top:113px;left:19.083333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_04_1492984689952{}}   @media screen and (max-width:640px) {#productList_style_04_1492984689952{width:100%;top:44px;left:0%;}} #productList_style_04_1492984689952 > .view_contents{overflow:visible;} 

 #productList_style_04_1492984788829{width:16.833333333333332%;position:absolute;top:214px;left:41.583333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_04_1492984788829{}}   @media screen and (max-width:640px) {#productList_style_04_1492984788829{width:35%;top:127px;left:32.5%;}} #productList_style_04_1492984788829 > .view_contents{overflow:visible;} 

 #text_style_02_1493126559385{width:30.833333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:301px;left:34.583333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493126559385{}}   @media screen and (max-width:640px) {#text_style_02_1493126559385{width:100%;top:201px;left:0%;}}  #text_style_02_1493126559385>.view_contents {box-sizing:border-box;text-align:center;font-size:16px;line-height:32px;color:#333333;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493126559385>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493126559385>.view_contents {box-sizing:border-box;}}

 #text_style_06_1492989161018{width:54.666666666666664%;font-size:46px;color:#333;line-height:50px;font-family:SimHei;position:absolute;top:179px;left:22.666666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_06_1492989161018{}}   @media screen and (max-width:640px) {#text_style_06_1492989161018{width:100%;top:96px;left:0%;}}  #text_style_06_1492989161018>.view_contents {box-sizing:border-box;font-size:16px;line-height:24px;text-align:center;color:#666666;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_06_1492989161018>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_06_1492989161018>.view_contents {box-sizing:border-box;font-size:12px;}} #layout_1492987591633{height:387px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1492987591633{}}   @media screen and (max-width:640px) {#layout_1492987591633{height:268px;}} #layout_1492987591633 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1492987591633  {background-position-x:50%;background-position-y:50%;background-repeat:no-repeat;background: url(../img/upimages/proImg/20170424064730317.jpg);background-attachment:fixed;}


 #text_style_02_1494110211597{width:24.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:47px;left:37.875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1494110211597{}}   @media screen and (max-width:640px) {#text_style_02_1494110211597{width:100%;top:34px;left:0%;display:block;}}  #text_style_02_1494110211597>.view_contents {box-sizing:border-box;text-align:center;font-size:24px;color:#ffffff;} #text_style_02_1494110211597  {font-size:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1494110211597>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1494110211597>.view_contents {box-sizing:border-box;}}

 #image_style_01_1494110222200{width:26.75%;height:9px;position:absolute;top:97px;left:36.625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1494110222200{}}   @media screen and (max-width:640px) {#image_style_01_1494110222200{width:50%;height:10px;top:84px;left:25%;}} #image_style_01_1494110222200 > .view_contents{overflow:visible;} 

 #text_style_02_1494110260197{width:72.91666666666666%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:135px;left:15.208333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1494110260197{}}   @media screen and (max-width:640px) {#text_style_02_1494110260197{width:88.42105263157895%;top:106px;left:5.7894736842105265%;}}  #text_style_02_1494110260197>.view_contents {box-sizing:border-box;font-size:16px;color:#ffffff;line-height:30px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1494110260197>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1494110260197>.view_contents {box-sizing:border-box;}} #layout_1494110143453{height:307px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1494110143453{}}   @media screen and (max-width:640px) {#layout_1494110143453{height:427px;}} #layout_1494110143453 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1494110143453  {background:#3bc2bb;}


 #image_style_01_1493132402103{width:26.75%;height:9px;position:absolute;top:116px;left:36.625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493132402103{}}   @media screen and (max-width:640px) {#image_style_01_1493132402103{width:50%;height:10px;top:67px;left:25%;}} #image_style_01_1493132402103 > .view_contents{overflow:visible;} 

 #text_style_02_1492984967291{width:24.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:60px;left:37.875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492984967291{}}   @media screen and (max-width:640px) {#text_style_02_1492984967291{width:100%;top:14px;left:0%;display:block;}}  #text_style_02_1492984967291>.view_contents {box-sizing:border-box;text-align:center;font-size:24px;} #text_style_02_1492984967291  {font-size:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492984967291>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1492984967291>.view_contents {box-sizing:border-box;}} #layout_diy_1492984142{height:141px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1492984142{height:600px;}}   @media screen and (max-width:640px) {#layout_diy_1492984142{height:89px;}} #layout_diy_1492984142 > .view_contents{max-width:1200px;}  #layout_diy_1492984142  {background:#ffffff;}
/*----------------------电脑板式样式----------------------*/
#layout_diy_1492984142{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_diy_1492984142{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#layout_diy_1492984142{
		
	}
}




 #text_style_02_1493130518240{width:95.03676470588235%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:117px;left:3.5701976102941178%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493130518240{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_02_1493130518240{width:93.22033898305084%;top:87px;left:2.7648305084745766%;}}  #text_style_02_1493130518240>.view_contents {box-sizing:border-box;font-size:16px;color:#7f7f7f;line-height:32px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493130518240>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493130518240>.view_contents {box-sizing:border-box;font-size:14px;line-height:36px;}}

 #text_style_02_1493130406216{width:36.19512195121951%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:47px;left:3.3921185661764706%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493130406216{}}   @media screen and (max-width:640px) {#text_style_02_1493130406216{width:87.79661016949153%;top:23px;left:3.4216101694915255%;}}  #text_style_02_1493130406216>.view_contents {box-sizing:border-box;font-size:24px;color:#666666;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493130406216>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493130406216>.view_contents {box-sizing:border-box;font-size:18px;}}

 #text_style_02_1493130808951{width:42.34146341463415%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:48px;left:5.0182926829268295%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493130808951{}}   @media screen and (max-width:640px) {#text_style_02_1493130808951{width:100%;top:19px;left:0%;}}  #text_style_02_1493130808951>.view_contents {box-sizing:border-box;font-size:24px;color:#666666;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493130808951>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493130808951>.view_contents {box-sizing:border-box;font-size:18px;}}

 #text_style_02_1493130839516{width:65.26829268292683%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:117px;left:4.8323170731707314%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493130839516{}}   @media screen and (max-width:640px) {#text_style_02_1493130839516{width:100%;top:79.5px;left:0%;}}  #text_style_02_1493130839516>.view_contents {box-sizing:border-box;font-size:18px;color:#7f7f7f;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493130839516>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493130839516>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;}}

 #text_style_02_1493130945664{width:38.73170731707317%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:123px;left:4.8323170731707314%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493130945664{}}   @media screen and (max-width:640px) {#text_style_02_1493130945664{width:100%;top:90px;left:0%;}}  #text_style_02_1493130945664>.view_contents {box-sizing:border-box;font-size:18px;color:#7f7f7f;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493130945664>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493130945664>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;}}

 #text_style_02_1493130926360{width:42.4390243902439%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:48px;left:5.0182926829268295%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493130926360{}}   @media screen and (max-width:640px) {#text_style_02_1493130926360{width:100%;top:20px;left:0%;}}  #text_style_02_1493130926360>.view_contents {box-sizing:border-box;font-size:24px;color:#666666;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493130926360>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493130926360>.view_contents {box-sizing:border-box;font-size:18px;}}

 #image_style_01_1493131154028{width:47.70731707317073%;height:355px;position:absolute;top:79px;left:46.57317073170732%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493131154028{left:22.451790633608816%;width:55.09641873278237%;}}   @media screen and (max-width:640px) {#image_style_01_1493131154028{width:276px;height:167px;top:182px;left:calc(50% - 138px);}} #image_style_01_1493131154028 > .view_contents{overflow:visible;} 

 #text_style_02_1493131958903{width:44.58536585365854%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:389px;left:52.960365853658544%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493131958903{}}   @media screen and (max-width:640px) {#text_style_02_1493131958903{width:100%;top:85px;left:0%;}}  #text_style_02_1493131958903>.view_contents {box-sizing:border-box;font-size:16px;color:#7f7f7f;line-height:32px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493131958903>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493131958903>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;}}

 #text_style_02_1493131215891{width:42.4390243902439%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:43px;left:5.0182926829268295%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493131215891{}}   @media screen and (max-width:640px) {#text_style_02_1493131215891{width:100%;top:24px;left:0%;}}  #text_style_02_1493131215891>.view_contents {box-sizing:border-box;font-size:24px;color:#666666;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493131215891>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493131215891>.view_contents {box-sizing:border-box;font-size:18px;}}

 #text_style_02_1493131232658{width:44.390243902439025%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:120px;left:4.8323170731707314%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493131232658{}}   @media screen and (max-width:640px) {#text_style_02_1493131232658{width:100%;top:304px;left:0%;}}  #text_style_02_1493131232658>.view_contents {box-sizing:border-box;font-size:16px;color:#7f7f7f;line-height:32px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493131232658>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493131232658>.view_contents {box-sizing:border-box;font-size:12px;}}

 #image_style_01_1493131883374{width:46.43902439024391%;height:331px;position:absolute;top:32px;left:51.20274390243903%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493131883374{left:22.451790633608816%;width:55.09641873278237%;}}   @media screen and (max-width:640px) {#image_style_01_1493131883374{width:170px;height:132px;top:167px;left:40.27542372881356%;}} #image_style_01_1493131883374 > .view_contents{overflow:visible;} 

 #text_style_02_1493131771531{width:45.75609756097561%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:122px;left:4.646341463414634%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493131771531{}}   @media screen and (max-width:640px) {#text_style_02_1493131771531{width:100%;top:95px;left:0%;}}  #text_style_02_1493131771531>.view_contents {box-sizing:border-box;font-size:18px;color:#7f7f7f;line-height:39px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493131771531>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493131771531>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;}}

 #text_style_02_1493131758579{width:42.34146341463415%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:50px;left:4.8323170731707314%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493131758579{}}   @media screen and (max-width:640px) {#text_style_02_1493131758579{width:100%;top:24px;left:0%;}}  #text_style_02_1493131758579>.view_contents {box-sizing:border-box;font-size:24px;color:#666666;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493131758579>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493131758579>.view_contents {box-sizing:border-box;font-size:18px;}}

 #image_style_01_1493132007153{width:46.63414634146342%;height:426px;position:absolute;top:78px;left:51.17682926829268%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493132007153{left:22.451790633608816%;width:55.09641873278237%;}}   @media screen and (max-width:640px) {#image_style_01_1493132007153{width:265px;height:173px;top:350.5px;left:calc(50% - 132.5px);}} #image_style_01_1493132007153 > .view_contents{overflow:visible;}  #tab_style_03_1493128543608{width:100%;height:733px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#tab_style_03_1493128543608{}}   @media screen and (max-width:640px) {#tab_style_03_1493128543608{width:100%;height:1779px;top:0px;left:0%;}}  #tab_style_03_1493128543608 .tabItemSet.tabCurItem {border-left-color:#ff0000;border-left-style:none;border-left-width:0px;border-top-color:#ff0000;border-top-style:none;border-top-width:0px;border-right-color:#999999;border-bottom-color:#ff0000;border-right-style:none;border-right-width:0px;background:#0066cc;} #tab_style_03_1493128543608 .tabItemSet {color:#ffffff;background:#666666;} #tab_style_03_1493128543608 .tabconSet {border-left-color:#0066cc;border-left-style:solid;border-left-width:2px;} #layout_1493132628842{height:733px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1493132628842{}}   @media screen and (max-width:640px) {#layout_1493132628842{height:1779px;}} #layout_1493132628842 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_01_1493132464979{width:26.75%;height:9px;position:absolute;top:109px;left:36.625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493132464979{}}   @media screen and (max-width:640px) {#image_style_01_1493132464979{width:50%;height:10px;top:105px;left:22.451790633608816%;}} #image_style_01_1493132464979 > .view_contents{overflow:visible;} 

 #text_style_02_1493132473075{width:24.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:53px;left:37.875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493132473075{}}   @media screen and (max-width:640px) {#text_style_02_1493132473075{width:100%;top:53px;left:0%;display:block;}}  #text_style_02_1493132473075>.view_contents {box-sizing:border-box;text-align:center;font-size:24px;color:#ffffff;} #text_style_02_1493132473075  {font-size:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493132473075>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493132473075>.view_contents {box-sizing:border-box;}} #layout_1492984432555{height:131px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1492984432555{}}   @media screen and (max-width:640px) {#layout_1492984432555{height:119px;}} #layout_1492984432555 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1492984432555  {background:#3bc2bb;}



 #image_style_01_1493134021454{width:43.93305439330544%;height:104px;position:absolute;top:23px;left:28.03347280334728%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493134021454{}}   @media screen and (max-width:640px) {#image_style_01_1493134021454{width:55.09641873278237%;height:72px;top:21px;left:22.451790633608816%;}} #image_style_01_1493134021454 > .view_contents{overflow:visible;} 

 #text_style_02_1493134021439{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:170px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493134021439{}}   @media screen and (max-width:640px) {#text_style_02_1493134021439{width:100%;top:111px;left:0%;}}  #text_style_02_1493134021439>.view_contents {box-sizing:border-box;font-size:16px;line-height:28px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493134021439>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493134021439>.view_contents {box-sizing:border-box;font-size:12px;}}
 #div_includeBlock_1493134021104{width:19.916666666666664%;height:277px;position:absolute;top:38px;left:80.08333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1493134021104{}}   @media screen and (max-width:640px) {#div_includeBlock_1493134021104{width:37.10526315789473%;height:189px;top:251px;left:8.33059210526316%;}}  #div_includeBlock_1493134021104  {background:#ffffff;}


 #image_style_01_1493134003719{width:43.93305439330544%;height:104px;position:absolute;top:23px;left:28.03347280334728%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493134003719{}}   @media screen and (max-width:640px) {#image_style_01_1493134003719{width:55.09641873278237%;height:72px;top:21px;left:22.451790633608816%;}} #image_style_01_1493134003719 > .view_contents{overflow:visible;} 

 #text_style_02_1493134003709{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:170px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493134003709{}}   @media screen and (max-width:640px) {#text_style_02_1493134003709{width:100%;top:111px;left:0%;}}  #text_style_02_1493134003709>.view_contents {box-sizing:border-box;font-size:16px;line-height:28px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493134003709>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493134003709>.view_contents {box-sizing:border-box;font-size:12px;}}
 #div_includeBlock_1493134003470{width:19.916666666666664%;height:277px;position:absolute;top:38px;left:53.541666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1493134003470{}}   @media screen and (max-width:640px) {#div_includeBlock_1493134003470{width:36.84210526315789%;height:189px;top:251px;left:54.84786184210526%;}}  #div_includeBlock_1493134003470  {background:#ffffff;}


 #image_style_01_1493133866308{width:43.93305439330544%;height:104px;position:absolute;top:23px;left:28.03347280334728%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493133866308{}}   @media screen and (max-width:640px) {#image_style_01_1493133866308{width:55.09641873278237%;height:73px;top:15px;left:22.451790633608816%;}} #image_style_01_1493133866308 > .view_contents{overflow:visible;} 

 #text_style_02_1493133747871{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:170px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493133747871{}}   @media screen and (max-width:640px) {#text_style_02_1493133747871{width:100%;top:108px;left:0%;}}  #text_style_02_1493133747871>.view_contents {box-sizing:border-box;font-size:16px;line-height:28px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493133747871>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493133747871>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1493133624014{width:19.916666666666664%;height:277px;position:absolute;top:38px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1493133624014{}}   @media screen and (max-width:640px) {#div_includeBlock_1493133624014{width:37.10526315789473%;height:191px;top:28px;left:8.33059210526316%;}}  #div_includeBlock_1493133624014  {background:#ffffff;}


 #image_style_01_1493133973141{width:43.93305439330544%;height:104px;position:absolute;top:23px;left:28.03347280334728%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493133973141{}}   @media screen and (max-width:640px) {#image_style_01_1493133973141{width:55.09641873278237%;height:77px;top:15px;left:22.451790633608816%;}} #image_style_01_1493133973141 > .view_contents{overflow:visible;} 

 #text_style_02_1493133973131{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:170px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493133973131{}}   @media screen and (max-width:640px) {#text_style_02_1493133973131{width:100%;top:108px;left:0%;}}  #text_style_02_1493133973131>.view_contents {box-sizing:border-box;font-size:16px;line-height:28px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493133973131>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493133973131>.view_contents {box-sizing:border-box;font-size:12px;}}
 #div_includeBlock_1493133972777{width:19.916666666666664%;height:277px;position:absolute;top:38px;left:26.708333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1493133972777{}}   @media screen and (max-width:640px) {#div_includeBlock_1493133972777{width:37.10526315789473%;height:193px;top:28px;left:54.84786184210526%;}}  #div_includeBlock_1493133972777  {background:#ffffff;} #layout_1493132717100{height:337px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1493132717100{}}   @media screen and (max-width:640px) {#layout_1493132717100{height:466px;}} #layout_1493132717100 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1493132717100  {background:#3bc2bb;}



 #image_style_01_1493134048101{width:43.93305439330544%;height:104px;position:absolute;top:23px;left:28.03347280334728%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493134048101{}}   @media screen and (max-width:640px) {#image_style_01_1493134048101{width:55.09641873278237%;height:79px;top:17px;left:23.239436619718308%;}} #image_style_01_1493134048101 > .view_contents{overflow:visible;} 

 #text_style_02_1493134048089{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:170px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493134048089{}}   @media screen and (max-width:640px) {#text_style_02_1493134048089{width:100%;top:118px;left:0%;}}  #text_style_02_1493134048089>.view_contents {box-sizing:border-box;font-size:16px;line-height:28px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493134048089>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493134048089>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1493134047748{width:19.916666666666664%;height:277px;position:absolute;top:33px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1493134047748{}}   @media screen and (max-width:640px) {#div_includeBlock_1493134047748{width:37.368421052631575%;height:210px;top:0px;left:8.421052631578947%;}}  #div_includeBlock_1493134047748  {background:#ffffff;}


 #text_style_02_1493134086994{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:170px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493134086994{}}   @media screen and (max-width:640px) {#text_style_02_1493134086994{width:100%;top:118px;left:0%;}}  #text_style_02_1493134086994>.view_contents {box-sizing:border-box;font-size:16px;line-height:28px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493134086994>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493134086994>.view_contents {box-sizing:border-box;}}

 #image_style_01_1493134087007{width:43.93305439330544%;height:104px;position:absolute;top:23px;left:28.03347280334728%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493134087007{}}   @media screen and (max-width:640px) {#image_style_01_1493134087007{width:55.09641873278237%;height:77px;top:17px;left:22.451790633608816%;}} #image_style_01_1493134087007 > .view_contents{overflow:visible;} 
 #div_includeBlock_1493134086737{width:19.916666666666664%;height:277px;position:absolute;top:33px;left:26.416666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1493134086737{}}   @media screen and (max-width:640px) {#div_includeBlock_1493134086737{width:37.89473684210527%;height:209px;top:0px;left:53.59374999999999%;}}  #div_includeBlock_1493134086737  {background:#ffffff;}


 #image_style_01_1493134109468{width:43.93305439330544%;height:104px;position:absolute;top:23px;left:28.03347280334728%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493134109468{}}   @media screen and (max-width:640px) {#image_style_01_1493134109468{width:55.09641873278237%;height:78px;top:25px;left:18.247377622377623%;}} #image_style_01_1493134109468 > .view_contents{overflow:visible;} 

 #text_style_02_1493134109412{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:170px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493134109412{}}   @media screen and (max-width:640px) {#text_style_02_1493134109412{width:100%;top:121px;left:0%;}}  #text_style_02_1493134109412>.view_contents {box-sizing:border-box;font-size:16px;line-height:28px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493134109412>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493134109412>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1493134109125{width:19.916666666666664%;height:277px;position:absolute;top:33px;left:53.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1493134109125{}}   @media screen and (max-width:640px) {#div_includeBlock_1493134109125{width:37.631578947368425%;height:200px;top:236px;left:8.421052631578947%;}}  #div_includeBlock_1493134109125  {background:#ffffff;}


 #image_style_01_1493134120481{width:43.93305439330544%;height:104px;position:absolute;top:23px;left:28.03347280334728%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493134120481{}}   @media screen and (max-width:640px) {#image_style_01_1493134120481{width:55.09641873278237%;height:78px;top:23px;left:22.451790633608816%;}} #image_style_01_1493134120481 > .view_contents{overflow:visible;} 

 #text_style_02_1493134120471{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:170px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493134120471{}}   @media screen and (max-width:640px) {#text_style_02_1493134120471{width:100%;top:119px;left:0%;}}  #text_style_02_1493134120471>.view_contents {box-sizing:border-box;font-size:16px;line-height:28px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493134120471>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493134120471>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1493134120226{width:19.916666666666664%;height:277px;position:absolute;top:33px;left:80.08333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1493134120226{}}   @media screen and (max-width:640px) {#div_includeBlock_1493134120226{width:37.10526315789473%;height:202px;top:236px;left:53.59374999999999%;}}  #div_includeBlock_1493134120226  {background:#ffffff;} #layout_1493134056325{height:351px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1493134056325{}}   @media screen and (max-width:640px) {#layout_1493134056325{height:487px;}} #layout_1493134056325 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1493134056325  {background:#3bc2bb;}


 #text_style_02_1493134462461{width:24.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:100px;left:37.875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493134462461{}}   @media screen and (max-width:640px) {#text_style_02_1493134462461{width:100%;top:36px;left:0%;display:block;}}  #text_style_02_1493134462461>.view_contents {box-sizing:border-box;text-align:center;font-size:24px;} #text_style_02_1493134462461  {font-size:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493134462461>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493134462461>.view_contents {box-sizing:border-box;}}

 #image_style_01_1493134497941{width:26.75%;height:9px;position:absolute;top:150px;left:36.625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493134497941{}}   @media screen and (max-width:640px) {#image_style_01_1493134497941{width:50%;height:10px;top:86px;left:25%;}} #image_style_01_1493134497941 > .view_contents{overflow:visible;}  #layout_1492985193631{height:198px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1492985193631{}}   @media screen and (max-width:640px) {#layout_1492985193631{height:111px;}} #layout_1492985193631 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1492985193631  {background:#ffffff;}


 #text_style_02_1494112903825{width:74.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:7px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1494112903825{}}   @media screen and (max-width:640px) {#text_style_02_1494112903825{width:100%;top:0px;left:0%;display:block;}}  #text_style_02_1494112903825>.view_contents {box-sizing:border-box;} #text_style_02_1494112903825  {font-size:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1494112903825>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1494112903825>.view_contents {box-sizing:border-box;}} #layout_1494112880600{height:67px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1494112880600{}}   @media screen and (max-width:640px) {#layout_1494112880600{height:100px;}} #layout_1494112880600 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1494112932696{width:74.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:8px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1494112932696{}}   @media screen and (max-width:640px) {#text_style_02_1494112932696{width:100%;top:0px;left:0%;display:block;}}  #text_style_02_1494112932696>.view_contents {box-sizing:border-box;} #text_style_02_1494112932696  {font-size:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1494112932696>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1494112932696>.view_contents {box-sizing:border-box;}} #layout_1494112930072{height:68px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1494112930072{}}   @media screen and (max-width:640px) {#layout_1494112930072{height:100px;}} #layout_1494112930072 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1494112951863{width:96.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:8px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1494112951863{}}   @media screen and (max-width:640px) {#text_style_02_1494112951863{width:100%;top:0px;left:0%;display:block;}}  #text_style_02_1494112951863>.view_contents {box-sizing:border-box;} #text_style_02_1494112951863  {font-size:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1494112951863>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1494112951863>.view_contents {box-sizing:border-box;}} #layout_1494112962345{height:68px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1494112962345{}}   @media screen and (max-width:640px) {#layout_1494112962345{}} #layout_1494112962345 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1494113001791{width:94.08333333333333%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:7px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1494113001791{}}   @media screen and (max-width:640px) {#text_style_02_1494113001791{width:100%;top:0px;left:0%;display:block;}}  #text_style_02_1494113001791>.view_contents {box-sizing:border-box;} #text_style_02_1494113001791  {font-size:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1494113001791>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1494113001791>.view_contents {box-sizing:border-box;}} #layout_1494112970033{height:65px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1494112970033{}}   @media screen and (max-width:640px) {#layout_1494112970033{}} #layout_1494112970033 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1494113014077{width:91.66666666666666%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:7px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1494113014077{}}   @media screen and (max-width:640px) {#text_style_02_1494113014077{width:100%;top:0px;left:0%;display:block;}}  #text_style_02_1494113014077>.view_contents {box-sizing:border-box;} #text_style_02_1494113014077  {font-size:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1494113014077>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1494113014077>.view_contents {box-sizing:border-box;}} #layout_1494113010561{height:65px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1494113010561{}}   @media screen and (max-width:640px) {#layout_1494113010561{}} #layout_1494113010561 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1494113022695{width:91%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:8px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1494113022695{}}   @media screen and (max-width:640px) {#text_style_02_1494113022695{width:100%;top:0px;left:0%;display:block;}}  #text_style_02_1494113022695>.view_contents {box-sizing:border-box;} #text_style_02_1494113022695  {font-size:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1494113022695>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1494113022695>.view_contents {box-sizing:border-box;}} #layout_1494113019708{height:65px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1494113019708{}}   @media screen and (max-width:640px) {#layout_1494113019708{}} #layout_1494113019708 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1494113040025{width:94.58333333333333%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:7px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1494113040025{}}   @media screen and (max-width:640px) {#text_style_02_1494113040025{width:100%;top:0px;left:0%;display:block;}}  #text_style_02_1494113040025>.view_contents {box-sizing:border-box;} #text_style_02_1494113040025  {font-size:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1494113040025>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1494113040025>.view_contents {box-sizing:border-box;}} #layout_1494113037322{height:66px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1494113037322{}}   @media screen and (max-width:640px) {#layout_1494113037322{height:100px;}} #layout_1494113037322 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1494113048064{width:96.41666666666666%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:8px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1494113048064{}}   @media screen and (max-width:640px) {#text_style_02_1494113048064{width:100%;top:0px;left:0%;display:block;}}  #text_style_02_1494113048064>.view_contents {box-sizing:border-box;} #text_style_02_1494113048064  {font-size:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1494113048064>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1494113048064>.view_contents {box-sizing:border-box;}} #layout_1494113045357{height:67px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1494113045357{}}   @media screen and (max-width:640px) {#layout_1494113045357{}} #layout_1494113045357 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1494113058849{width:96.08333333333333%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:7px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1494113058849{}}   @media screen and (max-width:640px) {#text_style_02_1494113058849{width:100%;top:0px;left:0%;display:block;}}  #text_style_02_1494113058849>.view_contents {box-sizing:border-box;} #text_style_02_1494113058849  {font-size:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1494113058849>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1494113058849>.view_contents {box-sizing:border-box;}} #layout_1494113056181{height:64px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1494113056181{}}   @media screen and (max-width:640px) {#layout_1494113056181{}} #layout_1494113056181 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1494113068994{width:96.5%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:7px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1494113068994{}}   @media screen and (max-width:640px) {#text_style_02_1494113068994{width:100%;top:0px;left:0%;display:block;}}  #text_style_02_1494113068994>.view_contents {box-sizing:border-box;} #text_style_02_1494113068994  {font-size:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1494113068994>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1494113068994>.view_contents {box-sizing:border-box;}} #layout_1494113066483{height:65px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1494113066483{}}   @media screen and (max-width:640px) {#layout_1494113066483{}} #layout_1494113066483 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1494113078499{width:98%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:6px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1494113078499{}}   @media screen and (max-width:640px) {#text_style_02_1494113078499{width:100%;top:0px;left:0%;display:block;}}  #text_style_02_1494113078499>.view_contents {box-sizing:border-box;} #text_style_02_1494113078499  {font-size:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1494113078499>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1494113078499>.view_contents {box-sizing:border-box;}} #layout_1494113075212{height:64px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1494113075212{}}   @media screen and (max-width:640px) {#layout_1494113075212{height:150px;}} #layout_1494113075212 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1494113087667{width:94.33333333333334%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:6px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1494113087667{}}   @media screen and (max-width:640px) {#text_style_02_1494113087667{width:100%;top:0px;left:0%;display:block;}}  #text_style_02_1494113087667>.view_contents {box-sizing:border-box;} #text_style_02_1494113087667  {font-size:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1494113087667>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1494113087667>.view_contents {box-sizing:border-box;}} #layout_1494113086111{height:64px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1494113086111{}}   @media screen and (max-width:640px) {#layout_1494113086111{}} #layout_1494113086111 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1494113098022{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:9px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1494113098022{}}   @media screen and (max-width:640px) {#text_style_02_1494113098022{width:100%;top:0px;left:0%;display:block;}}  #text_style_02_1494113098022>.view_contents {box-sizing:border-box;} #text_style_02_1494113098022  {font-size:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1494113098022>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1494113098022>.view_contents {box-sizing:border-box;}} #layout_1494113095549{height:69px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1494113095549{}}   @media screen and (max-width:640px) {#layout_1494113095549{height:150px;}} #layout_1494113095549 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1494113119819{width:93.5%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:10px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1494113119819{}}   @media screen and (max-width:640px) {#text_style_02_1494113119819{width:100%;top:0px;left:0%;display:block;}}  #text_style_02_1494113119819>.view_contents {box-sizing:border-box;} #text_style_02_1494113119819  {font-size:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1494113119819>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1494113119819>.view_contents {box-sizing:border-box;}} #layout_1494113113022{height:72px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1494113113022{}}   @media screen and (max-width:640px) {#layout_1494113113022{height:100px;}} #layout_1494113113022 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1494113126403{width:94.91666666666667%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:12px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1494113126403{}}   @media screen and (max-width:640px) {#text_style_02_1494113126403{width:100%;top:0px;left:0%;display:block;}}  #text_style_02_1494113126403>.view_contents {box-sizing:border-box;} #text_style_02_1494113126403  {font-size:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1494113126403>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1494113126403>.view_contents {box-sizing:border-box;}} #layout_1494113115128{height:84px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1494113115128{}}   @media screen and (max-width:640px) {#layout_1494113115128{}} #layout_1494113115128 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1493212406269{width:24.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:91px;left:37.875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493212406269{}}   @media screen and (max-width:640px) {#text_style_02_1493212406269{width:100%;top:0px;left:0%;display:block;}}  #text_style_02_1493212406269>.view_contents {box-sizing:border-box;text-align:center;font-size:24px;} #text_style_02_1493212406269  {font-size:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493212406269>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493212406269>.view_contents {box-sizing:border-box;font-size:24px;}}

 #image_style_01_1493212424096{width:26.75%;height:9px;position:absolute;top:143px;left:36.625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493212424096{}}   @media screen and (max-width:640px) {#image_style_01_1493212424096{width:50%;height:10px;top:50px;left:22.451790633608816%;}} #image_style_01_1493212424096 > .view_contents{overflow:visible;}  #layout_1493212380708{height:197px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1493212380708{}}   @media screen and (max-width:640px) {#layout_1493212380708{height:84px;}} #layout_1493212380708 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1493212536778{width:42.75%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:34px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493212536778{}}   @media screen and (max-width:640px) {#text_style_02_1493212536778{width:100%;top:0px;left:0%;display:block;}}  #text_style_02_1493212536778>.view_contents {box-sizing:border-box;} #text_style_02_1493212536778  {font-size:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493212536778>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493212536778>.view_contents {box-sizing:border-box;font-size:18px;}}

 #text_style_02_1493213050067{width:51.5%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:34px;left:48.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493213050067{}}   @media screen and (max-width:640px) {#text_style_02_1493213050067{width:100%;top:104px;left:0%;display:block;}}  #text_style_02_1493213050067>.view_contents {box-sizing:border-box;} #text_style_02_1493213050067  {font-size:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493213050067>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493213050067>.view_contents {box-sizing:border-box;font-size:18px;}}

 #text_style_02_1493212553633{width:42.41666666666667%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:84px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493212553633{}}   @media screen and (max-width:640px) {#text_style_02_1493212553633{width:85.52631578947368%;top:50px;left:7.2368421052631575%;}}  #text_style_02_1493212553633>.view_contents {box-sizing:border-box;font-size:16px;color:#666666;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493212553633>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493212553633>.view_contents {box-sizing:border-box;font-size:12px;}}

 #image_style_01_1493212592508{width:47.41666666666667%;height:246px;position:absolute;top:154px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493212592508{}}   @media screen and (max-width:640px) {#image_style_01_1493212592508{width:96.84210526315789%;height:172px;top:161px;left:1.5789473684210549%;}} #image_style_01_1493212592508 > .view_contents{overflow:visible;} 

 #image_style_01_1493213104022{width:15.333333333333332%;height:187px;position:absolute;top:175px;left:56.49999999999999%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493213104022{}}   @media screen and (max-width:640px) {#image_style_01_1493213104022{width:31.57894736842105%;height:106px;top:360px;left:7.236842105263158%;}} #image_style_01_1493213104022 > .view_contents{overflow:visible;} 

 #image_style_01_1493213117193{width:15.333333333333332%;height:203px;position:absolute;top:167px;left:75.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493213117193{}}   @media screen and (max-width:640px) {#image_style_01_1493213117193{width:32.89473684210527%;height:120px;top:360px;left:57.23684210526315%;}} #image_style_01_1493213117193 > .view_contents{overflow:visible;}  #layout_1493212478684{height:504px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1493212478684{}}   @media screen and (max-width:640px) {#layout_1493212478684{height:513px;}} #layout_1493212478684 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_01_1493213134232{width:19%;height:240px;position:absolute;top:192px;left:34.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493213134232{}}   @media screen and (max-width:640px) {#image_style_01_1493213134232{width:34.73684210526316%;height:130px;top:166px;left:59.375%;}} #image_style_01_1493213134232 > .view_contents{overflow:visible;} 

 #image_style_01_1493213139826{width:19%;height:186px;position:absolute;top:235px;left:70.91666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493213139826{}}   @media screen and (max-width:640px) {#image_style_01_1493213139826{width:36.31578947368421%;height:133px;top:337px;left:58.01398026315789%;}} #image_style_01_1493213139826 > .view_contents{overflow:visible;} 

 #image_style_01_1493213019566{width:17.416666666666668%;height:394px;position:absolute;top:131px;left:8%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493213019566{}}   @media screen and (max-width:640px) {#image_style_01_1493213019566{width:44.473684210526315%;height:200px;top:179px;left:3.277138157894737%;}} #image_style_01_1493213019566 > .view_contents{overflow:visible;} 

 #text_style_02_1493212986940{width:76.58333333333334%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:38px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493212986940{}}   @media screen and (max-width:640px) {#text_style_02_1493212986940{width:100%;top:33px;left:0%;display:block;}}  #text_style_02_1493212986940>.view_contents {box-sizing:border-box;} #text_style_02_1493212986940  {font-size:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493212986940>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493212986940>.view_contents {box-sizing:border-box;font-size:18px;}} #layout_1493212964118{height:552px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1493212964118{}}   @media screen and (max-width:640px) {#layout_1493212964118{height:527px;}} #layout_1493212964118 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1493216818733{width:34.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:44.5px;left:9.666666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493216818733{}}   @media screen and (max-width:640px) {#text_style_02_1493216818733{width:70.26315789473684%;top:119px;left:27.631578947368425%;}}  #text_style_02_1493216818733>.view_contents {box-sizing:border-box;text-align:left;font-size:24px;line-height:32px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493216818733>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493216818733>.view_contents {box-sizing:border-box;font-size:18px;}}

 #image_style_01_1493220426727{width:3.833333333333333%;height:56px;position:absolute;top:32.5px;left:2.875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493220426727{}}   @media screen and (max-width:640px) {#image_style_01_1493220426727{width:9.736842105263158%;height:33px;top:119px;left:9.6875%;}} #image_style_01_1493220426727 > .view_contents{overflow:visible;} 

 #image_style_01_1493220480072{width:3.833333333333333%;height:56px;position:absolute;top:32.5px;left:56.875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493220480072{}}   @media screen and (max-width:640px) {#image_style_01_1493220480072{width:11.578947368421053%;height:41px;top:40.5px;left:8.766447368421053%;}} #image_style_01_1493220480072 > .view_contents{overflow:visible;} 

 #productList_style_04_1493216680585{width:25%;position:absolute;top:7.5px;left:63.416666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_04_1493216680585{}}   @media screen and (max-width:640px) {#productList_style_04_1493216680585{width:67.63157894736842%;top:13px;left:27.631578947368425%;}} #productList_style_04_1493216680585 > .view_contents{overflow:visible;} 
/*----------------------电脑板式样式----------------------*/
#productList_style_04_1493216680585 .prod_default4 .p_cart a {  font-size: 24px; border: 1px solid #fff;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_04_1493216680585{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#productList_style_04_1493216680585{
		
	}
} #layout_1493216560521{height:108.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1493216560521{height:138.5px;}}   @media screen and (max-width:640px) {#layout_1493216560521{height:192px;}} #layout_1493216560521 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1493216560521  {background:#3bc2bb;}



 #text_default_1487663340375{width:24.166666666666668%;height:72px;position:absolute;top:79.5px;left:75.83333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1487663340375{width:28.63202545068929%;left:71.15588547189819%;top:79.5px;}}   @media screen and (max-width:640px) {#text_default_1487663340375{width:88.42105263157895%;height:75px;top:226px;left:5.7894736842105265%;display:block;}}  #text_default_1487663340375  {border-right-color:#7f7f7f;border-right-style:none;border-right-width:1px;}

 #text_default_1487662975623{width:33.33333333333333%;height:115px;position:absolute;top:79.5px;left:16.125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1487662975623{left:21.84351802757158%;top:53.5px;}}   @media screen and (max-width:640px) {#text_default_1487662975623{width:100%;height:300px;top:36px;left:5.7894736842105265%;}} 

 #text_style_01_1547620182313{width:7.166666666666667%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:242.65625px;left:86%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1547620182313{}}   @media screen and (max-width:640px) {#text_style_01_1547620182313{width:96%;top:301px;left:2%;}}  #text_style_01_1547620182313>.view_contents {box-sizing:border-box;font-size:14px;padding-left:0px;text-align:right;padding-right:8px;background:transparent;color:#ffffff;font-family:Microsoft YaHei;line-height:32px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1547620182313>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1547620182313>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1487662689666{width:1200px;height:348px;position:absolute;top:-1px;left:calc(50% - 600px);display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1487662689666{width:100%;left:0%;display:block;}}   @media screen and (max-width:640px) {#div_includeBlock_1487662689666{width:100%;height:546px;top:0px;left:0%;display:block;}} 

 #div_blank_1487662729998{width:100%;height:12px;position:absolute;top:276px;left:0%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1487662729998{display:block;}}   @media screen and (max-width:640px) {#div_blank_1487662729998{width:100%;height:19px;top:365px;left:0%;display:block;}} #div_blank_1487662729998 > .view_contents{overflow:visible;}  #div_blank_1487662729998  {box-sizing:border-box;background:transparent;border-top-color:#7f7f7f;border-top-style:solid;border-top-width:1px;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1487662729998  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1487662729998  {box-sizing:border-box;}}

 #text_style_02_1487663541849{width:1200px;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:287px;left:calc(50% - 600px);display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487663541849{display:block;}}   @media screen and (max-width:640px) {#text_style_02_1487663541849{width:100%;top:371px;left:0%;display:block;}}  #text_style_02_1487663541849>.view_contents {box-sizing:border-box;color:#7f7f7f;font-size:14px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1487663541849>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487663541849>.view_contents {box-sizing:border-box;}} #comm_layout_footer{height:347px;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:348px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:546px;display:block;}} #comm_layout_footer > .view_contents{max-width:1200px;}  #comm_layout_footer  {background:#212831;}
/*菜单样式*/
.menuStyle_1{width:100%; position:relative;}
.menuStyle_1 *{transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -webkit-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -moz-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -o-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; box-sizing: border-box;}
.menuStyle_1 .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_1 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_1 ul,.menuStyle_1 li{padding:0;margin:0px;list-style:none}
.menuStyle_1 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_1 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_1 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl li{position:relative;}
.menuStyle_1 .menuUl li>a{text-decoration:none; color:#4d5158;font-size:14px;height:44px; box-sizing:border-box; line-height:44px;display:block;text-align:center; letter-spacing:normal; white-space:nowrap; padding: 0 1em\0;}
.menuStyle_1 .menuUl li>a:hover{color:#f90}
.menuStyle_1 .menuUl #hot > a{color:#f90;}
.menuStyle_1 .menuLayout .miniMenu{display:none;}
.menuStyle_1 .menuUl02 {opacity: 0; display: none; position: absolute; left: 50%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_1 .menuUl .rflex:hover .menuUl02 {opacity: 1; display: block; height: auto;}
.menuStyle_1 .menuUl02 .subMenu02 { float: none;}
.menuStyle_1 .menuUl02 .subMenu02 a { color: #333; width: 130px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 15px;}
.menuStyle_1 .menuUl02 .subMenu02 a:hover {}
.menuStyle_1 .rflex { position: relative;}




@media screen and (max-width:640px) {
.menuStyle_1 .menuUl,.menuStyle_1 .menuUl_box {display:none;}
.menuStyle_1 .menuScroll{height: 84%; height: 84vh; width: 100%;}
.menuStyle_1 .menuScroll>.menuUlCopy{width: calc(100% + 18px); height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_1 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .sidebar{font-size:28px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_1 .miniMenu .leftBox .nav{width:100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy{padding:15px 0 15px 30px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li{width:100%; }
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li a{width:100%; display:block; text-align:left;color:#fff; border-bottom:1px solid rgba(255,255,255,.2); text-decoration:none; font-size:16px; line-height:44px; white-space: nowrap;
overflow: hidden; text-overflow: ellipsis;} 
.menuStyle_1 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(0,0,0,.85); position: fixed; width: 100%; top: 0; left: 0;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .sidebar{color:#fff;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}
.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;*/

	#image_style_01_1492982577526 .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_1492982577526 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1492982577526 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1492982577526 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
/*产品样式*/
.prod_default4{width:100%; clear: both;}
.prod_default4 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default4 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default4 .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 15px;}
.prod_default4 .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default4 .prodImg_box{position:relative; float: left; width:40%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default4 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default4 .prod_img span{position: absolute; left: 35%; top: 35%; right: 35%; bottom: 35%; background: none;}
.prod_default4 .prod_Item:hover .prod_img{transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05); -ms-transform: scale(1.05);}
.prod_default4 .prod_Item:hover .prod_img span{background: rgba(255,255,255,.25); left: 0; top: 0; right: 0; bottom: 0;}
.prod_default4 .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_default4 .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_default4 .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default4 .prod_info {float: left; overflow: hidden; width: 60%; box-sizing: border-box; padding-left: 4%; padding-right: 4%;}
.prod_default4 .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_default4 .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block; }/*文字两行后自动超出隐藏*/
.prod_default4 .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_default4 .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default4 .p_group .p_lb{display: none;}
.prod_default4 .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default4 .p_num {display: block;width:100%; color: #666; font-size: 12px;}
.prod_default4 .p_jg{display: none;}
.prod_default4 .p_price {float: left; line-height: 1; white-space: nowrap;}
.prod_default4 .p_value {color: #ff002a; font-size:26px;}
.prod_default4 .unit {color: #ff002a;font-size: 16px;}
.prod_default4 .p_vip {display: block;  text-align: left; line-height:24px; height: 26px; white-space: nowrap;clear:both;float: none;}
.prod_default4 .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default4 .v_value {color: #333; font-size: 18px;}
.prod_default4 .v_unit {color: #333;font-size: 12px;}
.prod_default4 .pro_button {margin: 10px 0; overflow: hidden;}
.prod_default4 .p_link { float: left; width: 48%; text-align: center;}
.prod_default4 .p_link a {display: block; padding: 10px 15px;}
.prod_default4 .p_cart {}
.prod_default4 .p_cart .a_mode {display: block; padding: 10px 15px;background: #ff002a;color: #fff;text-align: center; border:1px solid #f00;}
.prod_default4 a{text-decoration:none; }  

/*分页*/
.prod_default4 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default4 .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_default4 .page_btn a.cur,.prod_default4 .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default4 .page_btn a:nth-child(n+12){display: none;}
.prod_default4 .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_default4 .prev_btn,.prod_default4 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default4 .no_page{border: 0 !important;}
.prod_default4 .page_btn a:nth-child(n+10){display: none;}

.prod_default4 .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}
.prod_default4 .p_price2{font-family: "微软雅黑"; text-decoration:line-through ;font-size: 14px;}
.prod_default4 .yuanjia2{color:#888;font-size: 14px;}

.prod_default4 .jiage{color: #888;font-size: 14px;}

.prod_default4 .freeinfo{ clear:both; overflow:hidden;}
.prod_default4 .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_default4 .Collage_ico{ position: absolute; left:0; top:0; width:40px; height:40px; z-index: 100;}
.prod_default4 .Collage_ico img{ width:100%; height:100%; }
.prod_default4 .prod_two{color:#f00; margin-bottom:10px;}
.prod_default4 .prod_two .yuanjia{ color:#666; }
.prod_default4 .units:first-of-type{ padding-left:0; }
.prod_default4 .units{ font-size:12px; padding-left:10px; }
.prod_default4 .price_value{ font-size:26px; }
.prod_default4 .prod_price{ display:inline-block; vertical-align: bottom; line-height:1;}
.prod_default4 .prod_old_price{ color:#666; text-decoration: line-through; display:inline-block;}
.prod_default4 .end_time{ font-size:14px;margin-top:10px;}
.prod_default4 .pingoubtn{ overflow:hidden; }
.prod_default4 .pingoubtn .a_mode{ width:50%; float:left;}
.prod_default4 .pingoubtn .num{ background:white; float:left; color:#333;}
/*拼购结束*/


@media screen and (min-width: 768px){
}
@media screen and (max-width: 767px){
.prod_default4 .p_cart .a_mode{ padding:10px; }
.prod_default4 .prod_info{padding: 6px;}
.prod_default4 .unit,.prod_default4 .p_vip .v_jg,.prod_default4 .v_unit{font-size: 12px;}
.prod_default4 .p_vip{height: 18px; line-height: 23px;}
.prod_default4 .v_value{font-size: 14px;}
.prod_default4 .p_value{font-size: 18px;}
.prod_default4 .prod .p_detail{display: none !important;}

.prod_default4 .Collage_ico{ width:25px; height:25px; }
.prod_default4 .price_value{ font-size:18px; }
.prod_default4 .end_time{ font-size:12px;}
}



/*pc*/
#productList_style_04_1492984689952 li{width: 100%;}
#productList_style_04_1492984689952 li.prod_Item{margin-bottom:1%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_04_1492984689952 li{width: 49.5%;}
	#productList_style_04_1492984689952 li.prod_Item{margin-bottom:1%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_04_1492984689952 li{width: 100%;}
	#productList_style_04_1492984689952 li.prod_Item{margin-bottom:1%;}
}

#productList_style_04_1492984689952 .p_detail.pc {display:block;}
#productList_style_04_1492984689952 .p_detail.pad, #productList_style_04_1492984689952 .p_detail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_04_1492984689952 .p_detail.pad {display:block;}
	#productList_style_04_1492984689952 .p_detail.pc, #productList_style_04_1492984689952 .p_detail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_04_1492984689952 .p_detail.mobile {display:block;}
	#productList_style_04_1492984689952 .p_detail.pc, #productList_style_04_1492984689952 .p_detail.pad {display:none;}
	}

#productList_style_04_1492984689952 .p_name.pc {display:block;}
#productList_style_04_1492984689952 .p_name.pad, #productList_style_04_1492984689952 .p_name.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_04_1492984689952 .p_name.pad {display:block;}
	#productList_style_04_1492984689952 .p_name.pc, #productList_style_04_1492984689952 .p_name.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_04_1492984689952 .p_name.mobile {display:block;}
	#productList_style_04_1492984689952 .p_name.pc, #productList_style_04_1492984689952 .p_name.pad {display:none;}
	}

	#productList_style_04_1492984689952 .prodImg_box{width: 0px;}
	#productList_style_04_1492984689952 .prod_info{width: calc(100% - 0px);}


/*产品状态  新品  推荐*/
 .status{ color:red; display:inline-block; border:1px solid red; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}



	#productList_style_04_1492984689952 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_04_1492984689952 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_04_1492984689952 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_04_1492984689952 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_04_1492984689952 .submit_div{ display: inline-block; }
	
	#productList_style_04_1492984689952 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_04_1492984689952 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_04_1492984689952 .page_submit{margin-left:5px;}
	#productList_style_04_1492984689952 .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_04_1492984689952 .page_btn{ font-size:12px; }
			#productList_style_04_1492984689952 .submit_div{ display:none; }
		}

			#productList_style_04_1492984689952 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_04_1492984689952 .page{line-height:30px; padding:0 13px;}
		}
		/*产品样式*/
.prod_default4{width:100%; clear: both;}
.prod_default4 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default4 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default4 .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 15px;}
.prod_default4 .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default4 .prodImg_box{position:relative; float: left; width:40%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default4 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default4 .prod_img span{position: absolute; left: 35%; top: 35%; right: 35%; bottom: 35%; background: none;}
.prod_default4 .prod_Item:hover .prod_img{transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05); -ms-transform: scale(1.05);}
.prod_default4 .prod_Item:hover .prod_img span{background: rgba(255,255,255,.25); left: 0; top: 0; right: 0; bottom: 0;}
.prod_default4 .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_default4 .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_default4 .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default4 .prod_info {float: left; overflow: hidden; width: 60%; box-sizing: border-box; padding-left: 4%; padding-right: 4%;}
.prod_default4 .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_default4 .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block; }/*文字两行后自动超出隐藏*/
.prod_default4 .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_default4 .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default4 .p_group .p_lb{display: none;}
.prod_default4 .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default4 .p_num {display: block;width:100%; color: #666; font-size: 12px;}
.prod_default4 .p_jg{display: none;}
.prod_default4 .p_price {float: left; line-height: 1; white-space: nowrap;}
.prod_default4 .p_value {color: #ff002a; font-size:26px;}
.prod_default4 .unit {color: #ff002a;font-size: 16px;}
.prod_default4 .p_vip {display: block;  text-align: left; line-height:24px; height: 26px; white-space: nowrap;clear:both;float: none;}
.prod_default4 .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default4 .v_value {color: #333; font-size: 18px;}
.prod_default4 .v_unit {color: #333;font-size: 12px;}
.prod_default4 .pro_button {margin: 10px 0; overflow: hidden;}
.prod_default4 .p_link { float: left; width: 48%; text-align: center;}
.prod_default4 .p_link a {display: block; padding: 10px 15px;}
.prod_default4 .p_cart {}
.prod_default4 .p_cart .a_mode {display: block; padding: 10px 15px;background: #ff002a;color: #fff;text-align: center; border:1px solid #f00;}
.prod_default4 a{text-decoration:none; }  

/*分页*/
.prod_default4 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default4 .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_default4 .page_btn a.cur,.prod_default4 .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default4 .page_btn a:nth-child(n+12){display: none;}
.prod_default4 .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_default4 .prev_btn,.prod_default4 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default4 .no_page{border: 0 !important;}
.prod_default4 .page_btn a:nth-child(n+10){display: none;}

.prod_default4 .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}
.prod_default4 .p_price2{font-family: "微软雅黑"; text-decoration:line-through ;font-size: 14px;}
.prod_default4 .yuanjia2{color:#888;font-size: 14px;}

.prod_default4 .jiage{color: #888;font-size: 14px;}

.prod_default4 .freeinfo{ clear:both; overflow:hidden;}
.prod_default4 .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_default4 .Collage_ico{ position: absolute; left:0; top:0; width:40px; height:40px; z-index: 100;}
.prod_default4 .Collage_ico img{ width:100%; height:100%; }
.prod_default4 .prod_two{color:#f00; margin-bottom:10px;}
.prod_default4 .prod_two .yuanjia{ color:#666; }
.prod_default4 .units:first-of-type{ padding-left:0; }
.prod_default4 .units{ font-size:12px; padding-left:10px; }
.prod_default4 .price_value{ font-size:26px; }
.prod_default4 .prod_price{ display:inline-block; vertical-align: bottom; line-height:1;}
.prod_default4 .prod_old_price{ color:#666; text-decoration: line-through; display:inline-block;}
.prod_default4 .end_time{ font-size:14px;margin-top:10px;}
.prod_default4 .pingoubtn{ overflow:hidden; }
.prod_default4 .pingoubtn .a_mode{ width:50%; float:left;}
.prod_default4 .pingoubtn .num{ background:white; float:left; color:#333;}
/*拼购结束*/


@media screen and (min-width: 768px){
}
@media screen and (max-width: 767px){
.prod_default4 .p_cart .a_mode{ padding:10px; }
.prod_default4 .prod_info{padding: 6px;}
.prod_default4 .unit,.prod_default4 .p_vip .v_jg,.prod_default4 .v_unit{font-size: 12px;}
.prod_default4 .p_vip{height: 18px; line-height: 23px;}
.prod_default4 .v_value{font-size: 14px;}
.prod_default4 .p_value{font-size: 18px;}
.prod_default4 .prod .p_detail{display: none !important;}

.prod_default4 .Collage_ico{ width:25px; height:25px; }
.prod_default4 .price_value{ font-size:18px; }
.prod_default4 .end_time{ font-size:12px;}
}



/*pc*/
#productList_style_04_1492984788829 li{width: 100%;}
#productList_style_04_1492984788829 li.prod_Item{margin-bottom:1%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_04_1492984788829 li{width: 49.5%;}
	#productList_style_04_1492984788829 li.prod_Item{margin-bottom:1%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_04_1492984788829 li{width: 100%;}
	#productList_style_04_1492984788829 li.prod_Item{margin-bottom:1%;}
}

#productList_style_04_1492984788829 .p_detail.pc {display:block;}
#productList_style_04_1492984788829 .p_detail.pad, #productList_style_04_1492984788829 .p_detail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_04_1492984788829 .p_detail.pad {display:block;}
	#productList_style_04_1492984788829 .p_detail.pc, #productList_style_04_1492984788829 .p_detail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_04_1492984788829 .p_detail.mobile {display:block;}
	#productList_style_04_1492984788829 .p_detail.pc, #productList_style_04_1492984788829 .p_detail.pad {display:none;}
	}

#productList_style_04_1492984788829 .p_name.pc {display:block;}
#productList_style_04_1492984788829 .p_name.pad, #productList_style_04_1492984788829 .p_name.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_04_1492984788829 .p_name.pad {display:block;}
	#productList_style_04_1492984788829 .p_name.pc, #productList_style_04_1492984788829 .p_name.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_04_1492984788829 .p_name.mobile {display:block;}
	#productList_style_04_1492984788829 .p_name.pc, #productList_style_04_1492984788829 .p_name.pad {display:none;}
	}

	#productList_style_04_1492984788829 .prodImg_box{width: 0px;}
	#productList_style_04_1492984788829 .prod_info{width: calc(100% - 0px);}


/*产品状态  新品  推荐*/
 .status{ color:red; display:inline-block; border:1px solid red; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}



	#productList_style_04_1492984788829 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_04_1492984788829 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_04_1492984788829 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_04_1492984788829 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_04_1492984788829 .submit_div{ display: inline-block; }
	
	#productList_style_04_1492984788829 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_04_1492984788829 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_04_1492984788829 .page_submit{margin-left:5px;}
	#productList_style_04_1492984788829 .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_04_1492984788829 .page_btn{ font-size:12px; }
			#productList_style_04_1492984788829 .submit_div{ display:none; }
		}

			#productList_style_04_1492984788829 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_04_1492984788829 .page{line-height:30px; padding:0 13px;}
		}
		
	#image_style_01_1494110222200 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1494110222200 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1494110222200 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1494110222200 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_1493132402103 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493132402103 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1493132402103 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1493132402103 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
ba.niceTab.tabStyle_3 { position: relative; width: 100%; height: 100%;}
.niceTab.tabStyle_3 li{-webkit-transition: all ease-out .2s; -moz-transition: all ease-out .2s; -o-transition: all ease-out .2s; transition: all ease-out .2s}

/*标签样式*/
.tab_nav { position: absolute; z-index: 2; overflow: hidden;}
.tab_ul { text-align: left;/* 该设置可将标签居左left、居中center、居右right,仅对标签在上面或标签在下面可用 */}
.tab_li { display: inline-block; text-align: center; background: #f6f5f4; font-size: 12px; border: 0; cursor: pointer; box-sizing: border-box;}
.tab_ul .tabCurItem { background: #eee;}
.tab_img img { width: 18px; height: 14px;}
.tab_img { vertical-align: middle;}
.tab_txt { vertical-align: middle; -moz-user-select:none; -khtml-user-select:none; -webkit-user-select:none; color: inherit !important;}
.tab_txt p{ white-space: nowrap; font-size:inherit; color:inherit; }

/*内容区样式*/
.tab_box { position: absolute; left: 0; z-index: 1;}
.tab_content { position: relative; width:100%; height:100%; overflow:hidden;}
.tab_main { background: #eee; width: 100%; height: 100%; box-sizing: border-box;}
.tab_div { width: 100%; height: 100%; display: none; overflow:hidden;}
.niceTabShow { display: block;}

/*选项卡左右箭头*/
.tab_left_arrow { position: absolute; cursor: pointer; top: 50%; left: 10px;/*左箭头边距*/ /*width: 40px; height: 40px;*/ background: url(../img/tab/style_03/arrow_left.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_right_arrow { position: absolute; cursor: pointer; top: 50%; right: 10px;/*右箭头边距*/ width: 40px; height: 40px; background: url(../img/tab/style_03/arrow_right.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_content:hover .tab_left_arrow,.tab_content:hover .tab_right_arrow{display:block;}

/*=========  标签位置  ==========*/

/*标签顶部样式*/
.tab_nav_top{ left: 0; top: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
.tab_scroll_top { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: calc(100% + 17px);}
.tab_ul_top { min-width: 100%; height: 100%;/*该宽度是默认宽度，程序读取后替换*/}
.tab_li_top { height: 100%;/*标签宽度可以随意设置*/}
.tab_box_top { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ top: 50px;/*标签的高度*/}

/*标签左侧样式*/
.tab_nav_left { left: 0; top: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tab_scroll_left { overflow-x: hidden; overflow-y: scroll !important; width: calc(100% + 17px); height: 100%;}
.tab_ul_left { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_left {  width: 100%; /*标签高度可以随意设置*/}
.tab_box_left { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ left: 50px;/*标签的宽度*/}

/*标签底部样式*/
.tab_nav_bottom { right: 0; bottom: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
.tab_scroll_bottom { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: calc(100% + 17px);}
.tab_ul_bottom { min-width: 100%; height: 100%; /*该宽度是默认宽度，程序读取后替换*/}
.tab_li_bottom { height: 100%;/*标签宽度可以随意设置*/}
.tab_box_bottom { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ bottom: 50px;/*标签的高度*/}

/*标签左侧样式*/
.tab_nav_right { right: 0; bottom: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tab_scroll_right { overflow-x: hidden; overflow-y: scroll !important; width: calc(100% + 17px); height: 100%;}
.tab_ul_right { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_right {  width: 100%; /*标签高度可以随意设置*/}
.tab_box_right { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ right: 50px;/*标签的宽度*/}

.tab_pos_r {  position: relative; top: 50%; left: 50%; padding:0 1em; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);}
.tab_pos_n { padding:1em 0;}


@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
}
@media screen and (max-width:320px){
}


	#image_style_01_1493131154028 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493131154028 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1493131154028 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1493131154028 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_1493131883374 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493131883374 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1493131883374 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1493131883374 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_1493132007153 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493132007153 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1493132007153 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1493132007153 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;}


#tab_style_03_1493128543608 #div_tab_style_03_1493128543608 .tab_right_arrow{width:40px;height:40px;opacity:1;right:10px;}
#tab_style_03_1493128543608 #div_tab_style_03_1493128543608 .tab_left_arrow{width:40px;height:40px;opacity:1;left:10px;}
#tab_style_03_1493128543608 #div_tab_style_03_1493128543608 .tab_nav{display:block !important;width: 110px;}
#tab_style_03_1493128543608 #div_tab_style_03_1493128543608 .tab_box{width: calc(100% - 110px); left: 110px;}
#tab_style_03_1493128543608 #div_tab_style_03_1493128543608 .tab_li{height:calc(100%/5);}
#tab_style_03_1493128543608 #div_tab_style_03_1493128543608 .tab_img img{width:40px;height:40px;}

	#image_style_01_1493132464979 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493132464979 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1493132464979 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1493132464979 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_1493134021454 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493134021454 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1493134021454 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1493134021454 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_1493134003719 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493134003719 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1493134003719 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1493134003719 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_1493133866308 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493133866308 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1493133866308 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1493133866308 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_1493133973141 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493133973141 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1493133973141 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1493133973141 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_1493134048101 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493134048101 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1493134048101 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1493134048101 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_1493134087007 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493134087007 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1493134087007 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1493134087007 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_1493134109468 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493134109468 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1493134109468 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1493134109468 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_1493134120481 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493134120481 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1493134120481 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1493134120481 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_1493134497941 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493134497941 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1493134497941 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1493134497941 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_1493212424096 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493212424096 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1493212424096 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1493212424096 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_1493212592508 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493212592508 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1493212592508 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1493212592508 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_1493213104022 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493213104022 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1493213104022 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1493213104022 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_1493213117193 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493213117193 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1493213117193 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1493213117193 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_1493213134232 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493213134232 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1493213134232 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1493213134232 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_1493213139826 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493213139826 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1493213139826 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1493213139826 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_1493213019566 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493213019566 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1493213019566 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1493213019566 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_1493220426727 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493220426727 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1493220426727 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1493220426727 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_1493220480072 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493220480072 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1493220480072 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1493220480072 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
/*产品样式*/
.prod_default4{width:100%; clear: both;}
.prod_default4 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default4 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default4 .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 15px;}
.prod_default4 .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default4 .prodImg_box{position:relative; float: left; width:40%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default4 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default4 .prod_img span{position: absolute; left: 35%; top: 35%; right: 35%; bottom: 35%; background: none;}
.prod_default4 .prod_Item:hover .prod_img{transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05); -ms-transform: scale(1.05);}
.prod_default4 .prod_Item:hover .prod_img span{background: rgba(255,255,255,.25); left: 0; top: 0; right: 0; bottom: 0;}
.prod_default4 .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_default4 .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_default4 .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default4 .prod_info {float: left; overflow: hidden; width: 60%; box-sizing: border-box; padding-left: 4%; padding-right: 4%;}
.prod_default4 .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_default4 .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block; }/*文字两行后自动超出隐藏*/
.prod_default4 .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_default4 .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default4 .p_group .p_lb{display: none;}
.prod_default4 .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default4 .p_num {display: block;width:100%; color: #666; font-size: 12px;}
.prod_default4 .p_jg{display: none;}
.prod_default4 .p_price {float: left; line-height: 1; white-space: nowrap;}
.prod_default4 .p_value {color: #ff002a; font-size:26px;}
.prod_default4 .unit {color: #ff002a;font-size: 16px;}
.prod_default4 .p_vip {display: block;  text-align: left; line-height:24px; height: 26px; white-space: nowrap;clear:both;float: none;}
.prod_default4 .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default4 .v_value {color: #333; font-size: 18px;}
.prod_default4 .v_unit {color: #333;font-size: 12px;}
.prod_default4 .pro_button {margin: 10px 0; overflow: hidden;}
.prod_default4 .p_link { float: left; width: 48%; text-align: center;}
.prod_default4 .p_link a {display: block; padding: 10px 15px;}
.prod_default4 .p_cart {}
.prod_default4 .p_cart .a_mode {display: block; padding: 10px 15px;background: #ff002a;color: #fff;text-align: center; border:1px solid #f00;}
.prod_default4 a{text-decoration:none; }  

/*分页*/
.prod_default4 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default4 .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_default4 .page_btn a.cur,.prod_default4 .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default4 .page_btn a:nth-child(n+12){display: none;}
.prod_default4 .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_default4 .prev_btn,.prod_default4 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default4 .no_page{border: 0 !important;}
.prod_default4 .page_btn a:nth-child(n+10){display: none;}

.prod_default4 .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}
.prod_default4 .p_price2{font-family: "微软雅黑"; text-decoration:line-through ;font-size: 14px;}
.prod_default4 .yuanjia2{color:#888;font-size: 14px;}

.prod_default4 .jiage{color: #888;font-size: 14px;}

.prod_default4 .freeinfo{ clear:both; overflow:hidden;}
.prod_default4 .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_default4 .Collage_ico{ position: absolute; left:0; top:0; width:40px; height:40px; z-index: 100;}
.prod_default4 .Collage_ico img{ width:100%; height:100%; }
.prod_default4 .prod_two{color:#f00; margin-bottom:10px;}
.prod_default4 .prod_two .yuanjia{ color:#666; }
.prod_default4 .units:first-of-type{ padding-left:0; }
.prod_default4 .units{ font-size:12px; padding-left:10px; }
.prod_default4 .price_value{ font-size:26px; }
.prod_default4 .prod_price{ display:inline-block; vertical-align: bottom; line-height:1;}
.prod_default4 .prod_old_price{ color:#666; text-decoration: line-through; display:inline-block;}
.prod_default4 .end_time{ font-size:14px;margin-top:10px;}
.prod_default4 .pingoubtn{ overflow:hidden; }
.prod_default4 .pingoubtn .a_mode{ width:50%; float:left;}
.prod_default4 .pingoubtn .num{ background:white; float:left; color:#333;}
/*拼购结束*/


@media screen and (min-width: 768px){
}
@media screen and (max-width: 767px){
.prod_default4 .p_cart .a_mode{ padding:10px; }
.prod_default4 .prod_info{padding: 6px;}
.prod_default4 .unit,.prod_default4 .p_vip .v_jg,.prod_default4 .v_unit{font-size: 12px;}
.prod_default4 .p_vip{height: 18px; line-height: 23px;}
.prod_default4 .v_value{font-size: 14px;}
.prod_default4 .p_value{font-size: 18px;}
.prod_default4 .prod .p_detail{display: none !important;}

.prod_default4 .Collage_ico{ width:25px; height:25px; }
.prod_default4 .price_value{ font-size:18px; }
.prod_default4 .end_time{ font-size:12px;}
}



/*pc*/
#productList_style_04_1493216680585 li{width: 100%;}
#productList_style_04_1493216680585 li.prod_Item{margin-bottom:1%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_04_1493216680585 li{width: 49.5%;}
	#productList_style_04_1493216680585 li.prod_Item{margin-bottom:1%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_04_1493216680585 li{width: 100%;}
	#productList_style_04_1493216680585 li.prod_Item{margin-bottom:1%;}
}

#productList_style_04_1493216680585 .p_detail.pc {display:block;}
#productList_style_04_1493216680585 .p_detail.pad, #productList_style_04_1493216680585 .p_detail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_04_1493216680585 .p_detail.pad {display:block;}
	#productList_style_04_1493216680585 .p_detail.pc, #productList_style_04_1493216680585 .p_detail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_04_1493216680585 .p_detail.mobile {display:block;}
	#productList_style_04_1493216680585 .p_detail.pc, #productList_style_04_1493216680585 .p_detail.pad {display:none;}
	}

#productList_style_04_1493216680585 .p_name.pc {display:block;}
#productList_style_04_1493216680585 .p_name.pad, #productList_style_04_1493216680585 .p_name.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_04_1493216680585 .p_name.pad {display:block;}
	#productList_style_04_1493216680585 .p_name.pc, #productList_style_04_1493216680585 .p_name.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_04_1493216680585 .p_name.mobile {display:block;}
	#productList_style_04_1493216680585 .p_name.pc, #productList_style_04_1493216680585 .p_name.pad {display:none;}
	}

	#productList_style_04_1493216680585 .prodImg_box{width: 0px;}
	#productList_style_04_1493216680585 .prod_info{width: calc(100% - 0px);}


/*产品状态  新品  推荐*/
 .status{ color:red; display:inline-block; border:1px solid red; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}



	#productList_style_04_1493216680585 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_04_1493216680585 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_04_1493216680585 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_04_1493216680585 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_04_1493216680585 .submit_div{ display: inline-block; }
	
	#productList_style_04_1493216680585 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_04_1493216680585 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_04_1493216680585 .page_submit{margin-left:5px;}
	#productList_style_04_1493216680585 .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_04_1493216680585 .page_btn{ font-size:12px; }
			#productList_style_04_1493216680585 .submit_div{ display:none; }
		}

			#productList_style_04_1493216680585 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_04_1493216680585 .page{line-height:30px; padding:0 13px;}
		}
		