
/**
    *编辑器         \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;} 


 #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:181px;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;}}

 #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:0px;left:0%;}} #productList_style_04_1492984689952 > .view_contents{overflow:visible;} 

 #productList_style_04_1492984788829{width:16.833333333333332%;position:absolute;top:219px;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:100%;top:468px;left:0%;}} #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:1155px;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;}} #layout_1492987591633{height:387px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1492987591633{}}   @media screen and (max-width:640px) {#layout_1492987591633{}} #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_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:303px;left:0%;display:none;}}  #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;}}

 #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:55.09641873278237%;height:200px;top:903px;left:22.451790633608816%;}} #image_style_01_1493132402103 > .view_contents{overflow:visible;}  #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:600px;}} #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_1493325199964{width:45.33333333333333%;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_1493325199964{}}   @media screen and (max-width:640px) {#text_style_02_1493325199964{width:100%;top:128px;left:0%;}}  #text_style_02_1493325199964>.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_1493325199964>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493325199964>.view_contents {box-sizing:border-box;}}

 #text_style_02_1493325224325{width:45.33333333333333%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:93px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493325224325{}}   @media screen and (max-width:640px) {#text_style_02_1493325224325{width:100%;top:20px;left:0%;}}  #text_style_02_1493325224325>.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_1493325224325>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493325224325>.view_contents {box-sizing:border-box;}}

 #text_style_02_1493325244428{width:45.33333333333333%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:153px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493325244428{}}   @media screen and (max-width:640px) {#text_style_02_1493325244428{width:100%;top:103px;left:0%;}}  #text_style_02_1493325244428>.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_1493325244428>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493325244428>.view_contents {box-sizing:border-box;}}

 #text_style_02_1493325268859{width:45.33333333333333%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:237px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493325268859{}}   @media screen and (max-width:640px) {#text_style_02_1493325268859{width:100%;top:163px;left:0%;}}  #text_style_02_1493325268859>.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_1493325268859>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493325268859>.view_contents {box-sizing:border-box;}}

 #text_style_02_1493325401336{width:45.33333333333333%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:10px;left:54.666666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493325401336{}}   @media screen and (max-width:640px) {#text_style_02_1493325401336{width:100%;top:20px;left:0%;}}  #text_style_02_1493325401336>.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_1493325401336>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493325401336>.view_contents {box-sizing:border-box;}}

 #text_style_02_1493325440843{width:45.33333333333333%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:123px;left:54.666666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493325440843{}}   @media screen and (max-width:640px) {#text_style_02_1493325440843{width:100%;top:20px;left:0%;}}  #text_style_02_1493325440843>.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_1493325440843>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493325440843>.view_contents {box-sizing:border-box;}}

 #text_style_02_1493325467539{width:45.33333333333333%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:237px;left:54.666666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493325467539{}}   @media screen and (max-width:640px) {#text_style_02_1493325467539{width:100%;top:133px;left:0%;}}  #text_style_02_1493325467539>.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_1493325467539>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493325467539>.view_contents {box-sizing:border-box;}}

 #text_style_02_1493325488007{width:45.33333333333333%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:387px;left:54.666666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493325488007{}}   @media screen and (max-width:640px) {#text_style_02_1493325488007{width:100%;top:247px;left:0%;}}  #text_style_02_1493325488007>.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_1493325488007>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493325488007>.view_contents {box-sizing:border-box;}}

 #text_style_02_1493325507887{width:45.33333333333333%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:472px;left:54.666666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493325507887{}}   @media screen and (max-width:640px) {#text_style_02_1493325507887{width:100%;top:397px;left:0%;}}  #text_style_02_1493325507887>.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_1493325507887>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493325507887>.view_contents {box-sizing:border-box;}}

 #text_style_02_1493325522207{width:45.33333333333333%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:555px;left:54.666666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493325522207{}}   @media screen and (max-width:640px) {#text_style_02_1493325522207{width:100%;top:482px;left:0%;}}  #text_style_02_1493325522207>.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_1493325522207>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493325522207>.view_contents {box-sizing:border-box;}}

 #text_style_02_1493325333421{width:45.33333333333333%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:582px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493325333421{}}   @media screen and (max-width:640px) {#text_style_02_1493325333421{width:100%;top:453px;left:0%;}}  #text_style_02_1493325333421>.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_1493325333421>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493325333421>.view_contents {box-sizing:border-box;}}

 #text_style_02_1493325304253{width:45.33333333333333%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:457px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493325304253{}}   @media screen and (max-width:640px) {#text_style_02_1493325304253{width:100%;top:20px;left:0%;}}  #text_style_02_1493325304253>.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_1493325304253>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493325304253>.view_contents {box-sizing:border-box;}}

 #text_style_02_1493325282288{width:45.33333333333333%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:331px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493325282288{}}   @media screen and (max-width:640px) {#text_style_02_1493325282288{width:100%;top:247px;left:0%;}}  #text_style_02_1493325282288>.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_1493325282288>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493325282288>.view_contents {box-sizing:border-box;}} #layout_1493325079996{height:739px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1493325079996{}}   @media screen and (max-width:640px) {#layout_1493325079996{}} #layout_1493325079996 > .view_contents{overflow:visible;max-width:1200px;} 


 #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:247px;left:0%;display:none;}}  #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;}}

 #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:55.09641873278237%;height:200px;top:247px;left:44.90358126721763%;}} #image_style_01_1493132464979 > .view_contents{overflow:visible;}  #layout_1492984432555{height:131px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1492984432555{}}   @media screen and (max-width:640px) {#layout_1492984432555{}} #layout_1492984432555 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1492984432555  {background:#3bc2bb;}



 #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:0px;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;}}

 #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:200px;top:300px;left:22.451790633608816%;}} #image_style_01_1493133866308 > .view_contents{overflow:visible;} 
 #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:100%;height:300px;top:0px;left:0%;}}  #div_includeBlock_1493133624014  {background:#ffffff;}


 #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:0px;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;}}

 #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:200px;top:300px;left:22.451790633608816%;}} #image_style_01_1493133973141 > .view_contents{overflow:visible;} 
 #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:100%;height:300px;top:48px;left:0%;}}  #div_includeBlock_1493133972777  {background:#ffffff;}


 #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:0px;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;}}

 #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:200px;top:300px;left:22.451790633608816%;}} #image_style_01_1493134003719 > .view_contents{overflow:visible;} 
 #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:100%;height:300px;top:48px;left:0%;}}  #div_includeBlock_1493134003470  {background:#ffffff;}


 #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:0px;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;}}

 #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:200px;top:300px;left:22.451790633608816%;}} #image_style_01_1493134021454 > .view_contents{overflow:visible;} 
 #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:100%;height:300px;top:48px;left:0%;}}  #div_includeBlock_1493134021104  {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{}} #layout_1493132717100 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1493132717100  {background:#3bc2bb;}



 #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:0px;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;}}

 #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:200px;top:300px;left:22.451790633608816%;}} #image_style_01_1493134048101 > .view_contents{overflow:visible;} 
 #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:100%;height:300px;top:0px;left:0%;}}  #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:0px;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:200px;top:300px;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:100%;height:300px;top:43px;left:0%;}}  #div_includeBlock_1493134086737  {background:#ffffff;}


 #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:0px;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;}}

 #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:200px;top:300px;left:22.451790633608816%;}} #image_style_01_1493134109468 > .view_contents{overflow:visible;} 
 #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:100%;height:300px;top:43px;left:0%;}}  #div_includeBlock_1493134109125  {background:#ffffff;}


 #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:0px;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;}}

 #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:200px;top:300px;left:22.451790633608816%;}} #image_style_01_1493134120481 > .view_contents{overflow:visible;} 
 #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:100%;height:300px;top:43px;left:0%;}}  #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{}} #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:80px;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:357px;left:0%;display:none;}}  #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:134px;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:55.09641873278237%;height:200px;top:90px;left:44.90358126721763%;}} #image_style_01_1493134497941 > .view_contents{overflow:visible;}  #layout_1492985193631{height:148px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1492985193631{}}   @media screen and (max-width:640px) {#layout_1492985193631{}} #layout_1492985193631 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1492985193631  {background:#ffffff;}


 #text_style_02_1492985219199{width:76.58333333333334%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:45px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492985219199{}}   @media screen and (max-width:640px) {#text_style_02_1492985219199{width:100%;top:0px;left:0%;display:none;}}  #text_style_02_1492985219199>.view_contents {box-sizing:border-box;} #text_style_02_1492985219199  {font-size:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492985219199>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1492985219199>.view_contents {box-sizing:border-box;}}

 #image_style_01_1493328370411{width:44.666666666666664%;height:577px;position:absolute;top:119px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493328370411{}}   @media screen and (max-width:640px) {#image_style_01_1493328370411{width:55.09641873278237%;height:200px;top:781px;left:22.451790633608816%;}} #image_style_01_1493328370411 > .view_contents{overflow:visible;} 

 #image_style_01_1493328476107{width:19.833333333333332%;height:152px;position:absolute;top:550px;left:48.91666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493328476107{}}   @media screen and (max-width:640px) {#image_style_01_1493328476107{width:55.09641873278237%;height:200px;top:981px;left:22.451790633608816%;}} #image_style_01_1493328476107 > .view_contents{overflow:visible;} 

 #text_style_02_1493134680836{width:45.08333333333333%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:137px;left:48.91666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493134680836{}}   @media screen and (max-width:640px) {#text_style_02_1493134680836{width:100%;top:55px;left:0%;}}  #text_style_02_1493134680836>.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_1493134680836>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493134680836>.view_contents {box-sizing:border-box;}} #layout_1493134484917{height:735px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1493134484917{}}   @media screen and (max-width:640px) {#layout_1493134484917{}} #layout_1493134484917 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1493134484917  {background:#ffffff;}


 #text_style_02_1493134793469{width:76.58333333333334%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:35px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493134793469{}}   @media screen and (max-width:640px) {#text_style_02_1493134793469{width:100%;top:0px;left:0%;display:none;}}  #text_style_02_1493134793469>.view_contents {box-sizing:border-box;} #text_style_02_1493134793469  {font-size:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493134793469>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493134793469>.view_contents {box-sizing:border-box;}}

 #text_style_02_1493134801717{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:95px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493134801717{}}   @media screen and (max-width:640px) {#text_style_02_1493134801717{width:100%;top:356px;left:0%;}}  #text_style_02_1493134801717>.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_1493134801717>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493134801717>.view_contents {box-sizing:border-box;}} #layout_1493134767631{height:240px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1493134767631{}}   @media screen and (max-width:640px) {#layout_1493134767631{}} #layout_1493134767631 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1493328684907{width:76.58333333333334%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:33px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493328684907{}}   @media screen and (max-width:640px) {#text_style_02_1493328684907{width:100%;top:0px;left:0%;display:none;}}  #text_style_02_1493328684907>.view_contents {box-sizing:border-box;} #text_style_02_1493328684907  {font-size:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493328684907>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493328684907>.view_contents {box-sizing:border-box;}}

 #text_style_02_1493328694402{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:101px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493328694402{}}   @media screen and (max-width:640px) {#text_style_02_1493328694402{width:100%;top:300px;left:0%;}}  #text_style_02_1493328694402>.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_1493328694402>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493328694402>.view_contents {box-sizing:border-box;}} #layout_1493328681126{height:180px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1493328681126{}}   @media screen and (max-width:640px) {#layout_1493328681126{}} #layout_1493328681126 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1493328771002{width:76.58333333333334%;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_1493328771002{}}   @media screen and (max-width:640px) {#text_style_02_1493328771002{width:100%;top:0px;left:0%;display:none;}}  #text_style_02_1493328771002>.view_contents {box-sizing:border-box;} #text_style_02_1493328771002  {font-size:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493328771002>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493328771002>.view_contents {box-sizing:border-box;}}

 #text_style_02_1493328798052{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:93px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493328798052{}}   @media screen and (max-width:640px) {#text_style_02_1493328798052{width:100%;top:44px;left:0%;}}  #text_style_02_1493328798052>.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_1493328798052>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493328798052>.view_contents {box-sizing:border-box;}} #layout_1493328766134{height:532px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1493328766134{}}   @media screen and (max-width:640px) {#layout_1493328766134{}} #layout_1493328766134 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1493134889549{width:76.58333333333334%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:32px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493134889549{}}   @media screen and (max-width:640px) {#text_style_02_1493134889549{width:100%;top:0px;left:0%;display:none;}}  #text_style_02_1493134889549>.view_contents {box-sizing:border-box;} #text_style_02_1493134889549  {font-size:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493134889549>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493134889549>.view_contents {box-sizing:border-box;}}

 #text_style_02_1493213867896{width:48.16666666666667%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:104px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493213867896{}}   @media screen and (max-width:640px) {#text_style_02_1493213867896{width:100%;top:3476px;left:0%;}}  #text_style_02_1493213867896>.view_contents {box-sizing:border-box;font-size:16px;color:#666666;line-height:30px;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493213867896>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493213867896>.view_contents {box-sizing:border-box;}}

 #image_style_01_1493329216939{width:28.666666666666668%;height:289px;position:absolute;top:153px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493329216939{}}   @media screen and (max-width:640px) {#image_style_01_1493329216939{width:55.09641873278237%;height:200px;top:788px;left:22.451790633608816%;}} #image_style_01_1493329216939 > .view_contents{overflow:visible;} 

 #text_style_02_1493213819607{width:36.583333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:170px;left:63.416666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493213819607{}}   @media screen and (max-width:640px) {#text_style_02_1493213819607{width:100%;top:1831px;left:0%;}}  #text_style_02_1493213819607>.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_1493213819607>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493213819607>.view_contents {box-sizing:border-box;}}

 #image_style_01_1493329301459{width:28.666666666666668%;height:289px;position:absolute;top:153px;left:29.916666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493329301459{}}   @media screen and (max-width:640px) {#image_style_01_1493329301459{width:55.09641873278237%;height:200px;top:163px;left:2.7548209366391188%;}} #image_style_01_1493329301459 > .view_contents{overflow:visible;} 

 #image_style_01_1493329337090{width:78.33333333333333%;height:289px;position:absolute;top:463px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493329337090{}}   @media screen and (max-width:640px) {#image_style_01_1493329337090{width:55.09641873278237%;height:200px;top:163px;left:2.7548209366391188%;}} #image_style_01_1493329337090 > .view_contents{overflow:visible;}  #layout_1493134843937{height:788px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1493134843937{}}   @media screen and (max-width:640px) {#layout_1493134843937{}} #layout_1493134843937 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1493329423254{width:36.583333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:99px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493329423254{}}   @media screen and (max-width:640px) {#text_style_02_1493329423254{width:100%;top:300px;left:0%;}}  #text_style_02_1493329423254>.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_1493329423254>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493329423254>.view_contents {box-sizing:border-box;}}

 #text_style_02_1493329371448{width:48.16666666666667%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:45px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493329371448{}}   @media screen and (max-width:640px) {#text_style_02_1493329371448{width:100%;top:0px;left:0%;}}  #text_style_02_1493329371448>.view_contents {box-sizing:border-box;font-size:16px;color:#666666;line-height:30px;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493329371448>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493329371448>.view_contents {box-sizing:border-box;}}

 #image_style_01_1493329523071{width:25.333333333333336%;height:289px;position:absolute;top:85px;left:74.66666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493329523071{}}   @media screen and (max-width:640px) {#image_style_01_1493329523071{width:55.09641873278237%;height:200px;top:71px;left:44.90358126721763%;}} #image_style_01_1493329523071 > .view_contents{overflow:visible;} 

 #image_style_01_1493329509517{width:28.000000000000004%;height:289px;position:absolute;top:85px;left:45%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493329509517{}}   @media screen and (max-width:640px) {#image_style_01_1493329509517{width:55.09641873278237%;height:200px;top:109px;left:2.7548209366391188%;}} #image_style_01_1493329509517 > .view_contents{overflow:visible;}  #layout_1493329365068{height:385px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1493329365068{}}   @media screen and (max-width:640px) {#layout_1493329365068{}} #layout_1493329365068 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1493329574328{width:48.16666666666667%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:19px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493329574328{}}   @media screen and (max-width:640px) {#text_style_02_1493329574328{width:100%;top:0px;left:0%;}}  #text_style_02_1493329574328>.view_contents {box-sizing:border-box;font-size:16px;color:#666666;line-height:30px;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493329574328>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493329574328>.view_contents {box-sizing:border-box;}}

 #text_style_02_1493329601190{width:36.583333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:77px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493329601190{}}   @media screen and (max-width:640px) {#text_style_02_1493329601190{width:100%;top:29px;left:0%;}}  #text_style_02_1493329601190>.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_1493329601190>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493329601190>.view_contents {box-sizing:border-box;}}

 #image_style_01_1493329670103{width:55.25%;height:237px;position:absolute;top:44px;left:44.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493329670103{}}   @media screen and (max-width:640px) {#image_style_01_1493329670103{width:55.09641873278237%;height:200px;top:87px;left:2.7548209366391188%;}} #image_style_01_1493329670103 > .view_contents{overflow:visible;}  #layout_1493329555273{height:321px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1493329555273{}}   @media screen and (max-width:640px) {#layout_1493329555273{}} #layout_1493329555273 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1493329709263{width:48.16666666666667%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:33px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493329709263{}}   @media screen and (max-width:640px) {#text_style_02_1493329709263{width:100%;top:0px;left:0%;}}  #text_style_02_1493329709263>.view_contents {box-sizing:border-box;font-size:16px;color:#666666;line-height:30px;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493329709263>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493329709263>.view_contents {box-sizing:border-box;}}

 #text_style_02_1493329731281{width:36.583333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:72px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493329731281{}}   @media screen and (max-width:640px) {#text_style_02_1493329731281{width:100%;top:43px;left:0%;}}  #text_style_02_1493329731281>.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_1493329731281>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493329731281>.view_contents {box-sizing:border-box;}}

 #text_style_02_1493329921272{width:9.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:116px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493329921272{}}   @media screen and (max-width:640px) {#text_style_02_1493329921272{width:100%;top:127px;left:0%;}}  #text_style_02_1493329921272>.view_contents {box-sizing:border-box;font-size:16px;color:#ff0000;line-height:30px;text-align:center;} #text_style_02_1493329921272  {border-top-color:#ff0000;border-right-color:#ff0000;border-bottom-color:#ff0000;border-left-color:#ff0000;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493329921272>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493329921272>.view_contents {box-sizing:border-box;}}

 #text_style_02_1493329750226{width:9.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:152px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493329750226{}}   @media screen and (max-width:640px) {#text_style_02_1493329750226{width:100%;top:82px;left:0%;}}  #text_style_02_1493329750226>.view_contents {box-sizing:border-box;font-size:16px;color:#ff0000;line-height:30px;text-align:center;} #text_style_02_1493329750226  {border-top-color:#ff0000;border-right-color:#ff0000;border-bottom-color:#ff0000;border-left-color:#ff0000;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493329750226>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493329750226>.view_contents {box-sizing:border-box;}}

 #text_style_02_1493329838662{width:9.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:189px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493329838662{}}   @media screen and (max-width:640px) {#text_style_02_1493329838662{width:100%;top:127px;left:0%;}}  #text_style_02_1493329838662>.view_contents {box-sizing:border-box;font-size:16px;color:#ff0000;line-height:30px;text-align:center;} #text_style_02_1493329838662  {border-top-color:#ff0000;border-right-color:#ff0000;border-bottom-color:#ff0000;border-left-color:#ff0000;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493329838662>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493329838662>.view_contents {box-sizing:border-box;}}

 #text_style_02_1493329843468{width:9.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:225px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493329843468{}}   @media screen and (max-width:640px) {#text_style_02_1493329843468{width:100%;top:168px;left:0%;}}  #text_style_02_1493329843468>.view_contents {box-sizing:border-box;font-size:16px;color:#ff0000;line-height:30px;text-align:center;} #text_style_02_1493329843468  {border-top-color:#ff0000;border-right-color:#ff0000;border-bottom-color:#ff0000;border-left-color:#ff0000;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493329843468>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493329843468>.view_contents {box-sizing:border-box;}}

 #text_style_02_1493329849686{width:9.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:263px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493329849686{}}   @media screen and (max-width:640px) {#text_style_02_1493329849686{width:100%;top:207px;left:0%;}}  #text_style_02_1493329849686>.view_contents {box-sizing:border-box;font-size:16px;color:#ff0000;line-height:30px;text-align:center;} #text_style_02_1493329849686  {border-top-color:#ff0000;border-right-color:#ff0000;border-bottom-color:#ff0000;border-left-color:#ff0000;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493329849686>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493329849686>.view_contents {box-sizing:border-box;}}

 #text_style_02_1493329859413{width:9.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:302px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493329859413{}}   @media screen and (max-width:640px) {#text_style_02_1493329859413{width:100%;top:245px;left:0%;}}  #text_style_02_1493329859413>.view_contents {box-sizing:border-box;font-size:16px;color:#ff0000;line-height:30px;text-align:center;} #text_style_02_1493329859413  {border-top-color:#ff0000;border-right-color:#ff0000;border-bottom-color:#ff0000;border-left-color:#ff0000;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493329859413>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493329859413>.view_contents {box-sizing:border-box;}}

 #text_style_02_1493330197305{width:36.583333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:225px;left:11.583333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493330197305{}}   @media screen and (max-width:640px) {#text_style_02_1493330197305{width:100%;top:82px;left:0%;}}  #text_style_02_1493330197305>.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_1493330197305>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493330197305>.view_contents {box-sizing:border-box;}}

 #text_style_02_1493330229409{width:36.583333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:263px;left:11.583333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493330229409{}}   @media screen and (max-width:640px) {#text_style_02_1493330229409{width:100%;top:235px;left:0%;}}  #text_style_02_1493330229409>.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_1493330229409>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493330229409>.view_contents {box-sizing:border-box;}}

 #text_style_02_1493330251309{width:36.583333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:302px;left:11.583333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493330251309{}}   @media screen and (max-width:640px) {#text_style_02_1493330251309{width:100%;top:273px;left:0%;}}  #text_style_02_1493330251309>.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_1493330251309>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493330251309>.view_contents {box-sizing:border-box;}}

 #text_style_02_1493330033793{width:9.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:375px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493330033793{}}   @media screen and (max-width:640px) {#text_style_02_1493330033793{width:100%;top:312px;left:0%;}}  #text_style_02_1493330033793>.view_contents {box-sizing:border-box;font-size:16px;color:#ff0000;line-height:30px;text-align:center;} #text_style_02_1493330033793  {border-top-color:#ff0000;border-right-color:#ff0000;border-bottom-color:#ff0000;border-left-color:#ff0000;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493330033793>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493330033793>.view_contents {box-sizing:border-box;}}

 #text_style_02_1493330297527{width:36.583333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:375px;left:11.583333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493330297527{}}   @media screen and (max-width:640px) {#text_style_02_1493330297527{width:100%;top:312px;left:0%;}}  #text_style_02_1493330297527>.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_1493330297527>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493330297527>.view_contents {box-sizing:border-box;}}

 #text_style_02_1493330110592{width:9.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:529px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493330110592{}}   @media screen and (max-width:640px) {#text_style_02_1493330110592{width:100%;top:428px;left:0%;}}  #text_style_02_1493330110592>.view_contents {box-sizing:border-box;font-size:16px;color:#ff0000;line-height:30px;text-align:center;} #text_style_02_1493330110592  {border-top-color:#ff0000;border-right-color:#ff0000;border-bottom-color:#ff0000;border-left-color:#ff0000;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493330110592>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493330110592>.view_contents {box-sizing:border-box;}}

 #text_style_02_1493330048174{width:9.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:452px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493330048174{}}   @media screen and (max-width:640px) {#text_style_02_1493330048174{width:100%;top:351px;left:0%;}}  #text_style_02_1493330048174>.view_contents {box-sizing:border-box;font-size:16px;color:#ff0000;line-height:30px;text-align:center;} #text_style_02_1493330048174  {border-top-color:#ff0000;border-right-color:#ff0000;border-bottom-color:#ff0000;border-left-color:#ff0000;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493330048174>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493330048174>.view_contents {box-sizing:border-box;}}

 #text_style_02_1493330076637{width:9.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:492px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493330076637{}}   @media screen and (max-width:640px) {#text_style_02_1493330076637{width:100%;top:390px;left:0%;}}  #text_style_02_1493330076637>.view_contents {box-sizing:border-box;font-size:16px;color:#ff0000;line-height:30px;text-align:center;} #text_style_02_1493330076637  {border-top-color:#ff0000;border-right-color:#ff0000;border-bottom-color:#ff0000;border-left-color:#ff0000;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493330076637>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493330076637>.view_contents {box-sizing:border-box;}}

 #text_style_02_1493330333098{width:36.583333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:492px;left:11.583333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493330333098{}}   @media screen and (max-width:640px) {#text_style_02_1493330333098{width:100%;top:385px;left:0%;}}  #text_style_02_1493330333098>.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_1493330333098>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493330333098>.view_contents {box-sizing:border-box;}}

 #text_style_02_1493330116606{width:9.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:567px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493330116606{}}   @media screen and (max-width:640px) {#text_style_02_1493330116606{width:100%;top:465px;left:0%;}}  #text_style_02_1493330116606>.view_contents {box-sizing:border-box;font-size:16px;color:#ff0000;line-height:30px;text-align:center;} #text_style_02_1493330116606  {border-top-color:#ff0000;border-right-color:#ff0000;border-bottom-color:#ff0000;border-left-color:#ff0000;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493330116606>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493330116606>.view_contents {box-sizing:border-box;}}

 #text_style_02_1493330349200{width:36.583333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:529px;left:11.583333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493330349200{}}   @media screen and (max-width:640px) {#text_style_02_1493330349200{width:100%;top:502px;left:0%;}}  #text_style_02_1493330349200>.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_1493330349200>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493330349200>.view_contents {box-sizing:border-box;}}

 #text_style_02_1493330370039{width:36.583333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:567px;left:11.583333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493330370039{}}   @media screen and (max-width:640px) {#text_style_02_1493330370039{width:100%;top:539px;left:0%;}}  #text_style_02_1493330370039>.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_1493330370039>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493330370039>.view_contents {box-sizing:border-box;}}

 #text_style_02_1493330398569{width:45.75%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:72px;left:54%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493330398569{}}   @media screen and (max-width:640px) {#text_style_02_1493330398569{width:100%;top:82px;left:0%;}}  #text_style_02_1493330398569>.view_contents {box-sizing:border-box;font-size:16px;color:#333333;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493330398569>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493330398569>.view_contents {box-sizing:border-box;}}

 #image_style_01_1493330573092{width:46%;height:326px;position:absolute;top:237px;left:54%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493330573092{}}   @media screen and (max-width:640px) {#image_style_01_1493330573092{width:55.09641873278237%;height:200px;top:701px;left:2.7548209366391188%;}} #image_style_01_1493330573092 > .view_contents{overflow:visible;} 

 #image_style_01_1493330473998{width:46%;height:204px;position:absolute;top:675px;left:54%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493330473998{}}   @media screen and (max-width:640px) {#image_style_01_1493330473998{width:55.09641873278237%;height:200px;top:0px;left:22.451790633608816%;}} #image_style_01_1493330473998 > .view_contents{overflow:visible;} 

 #image_style_01_1493330536950{width:46%;height:203px;position:absolute;top:675px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493330536950{}}   @media screen and (max-width:640px) {#image_style_01_1493330536950{width:55.09641873278237%;height:200px;top:415px;left:44.90358126721763%;}} #image_style_01_1493330536950 > .view_contents{overflow:visible;}  #layout_1493329693364{height:943px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1493329693364{}}   @media screen and (max-width:640px) {#layout_1493329693364{}} #layout_1493329693364 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1493330653131{width:48.16666666666667%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:31px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493330653131{}}   @media screen and (max-width:640px) {#text_style_02_1493330653131{width:100%;top:0px;left:0%;}}  #text_style_02_1493330653131>.view_contents {box-sizing:border-box;font-size:16px;color:#666666;line-height:30px;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493330653131>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493330653131>.view_contents {box-sizing:border-box;}}

 #text_style_02_1493330693793{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:71px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493330693793{}}   @media screen and (max-width:640px) {#text_style_02_1493330693793{width:100%;top:41px;left:0%;}}  #text_style_02_1493330693793>.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_1493330693793>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493330693793>.view_contents {box-sizing:border-box;}} #layout_1493330647795{height:254px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1493330647795{}}   @media screen and (max-width:640px) {#layout_1493330647795{}} #layout_1493330647795 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1493330964771{width:48.16666666666667%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:32px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493330964771{}}   @media screen and (max-width:640px) {#text_style_02_1493330964771{width:100%;top:0px;left:0%;}}  #text_style_02_1493330964771>.view_contents {box-sizing:border-box;font-size:16px;color:#666666;line-height:30px;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493330964771>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493330964771>.view_contents {box-sizing:border-box;}}

 #text_style_02_1493330970376{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:80px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493330970376{}}   @media screen and (max-width:640px) {#text_style_02_1493330970376{width:100%;top:300px;left:0%;}}  #text_style_02_1493330970376>.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_1493330970376>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493330970376>.view_contents {box-sizing:border-box;}} #layout_1493330961110{height:138px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1493330961110{}}   @media screen and (max-width:640px) {#layout_1493330961110{}} #layout_1493330961110 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1493330783899{width:48.16666666666667%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:30px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493330783899{}}   @media screen and (max-width:640px) {#text_style_02_1493330783899{width:100%;top:0px;left:0%;}}  #text_style_02_1493330783899>.view_contents {box-sizing:border-box;font-size:16px;color:#666666;line-height:30px;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493330783899>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493330783899>.view_contents {box-sizing:border-box;}}

 #text_style_02_1493330791686{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:67px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493330791686{}}   @media screen and (max-width:640px) {#text_style_02_1493330791686{width:100%;top:46px;left:0%;}}  #text_style_02_1493330791686>.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_1493330791686>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493330791686>.view_contents {box-sizing:border-box;}} #layout_1493330777213{height:292px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1493330777213{}}   @media screen and (max-width:640px) {#layout_1493330777213{}} #layout_1493330777213 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1493331024731{width:48.16666666666667%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:31px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493331024731{}}   @media screen and (max-width:640px) {#text_style_02_1493331024731{width:100%;top:0px;left:0%;}}  #text_style_02_1493331024731>.view_contents {box-sizing:border-box;font-size:16px;color:#666666;line-height:30px;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493331024731>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493331024731>.view_contents {box-sizing:border-box;}}

 #text_style_02_1493331041066{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:78px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493331041066{}}   @media screen and (max-width:640px) {#text_style_02_1493331041066{width:100%;top:300px;left:0%;}}  #text_style_02_1493331041066>.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_1493331041066>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493331041066>.view_contents {box-sizing:border-box;}} #layout_1493330834739{height:172px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1493330834739{}}   @media screen and (max-width:640px) {#layout_1493330834739{}} #layout_1493330834739 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1493331082035{width:48.16666666666667%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:30px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493331082035{}}   @media screen and (max-width:640px) {#text_style_02_1493331082035{width:100%;top:0px;left:0%;}}  #text_style_02_1493331082035>.view_contents {box-sizing:border-box;font-size:16px;color:#666666;line-height:30px;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493331082035>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493331082035>.view_contents {box-sizing:border-box;}}

 #text_style_02_1493331096428{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:72px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493331096428{}}   @media screen and (max-width:640px) {#text_style_02_1493331096428{width:100%;top:300px;left:0%;}}  #text_style_02_1493331096428>.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_1493331096428>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493331096428>.view_contents {box-sizing:border-box;}} #layout_1493331067583{height:210px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1493331067583{}}   @media screen and (max-width:640px) {#layout_1493331067583{}} #layout_1493331067583 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1493331130859{width:48.16666666666667%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:33px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493331130859{}}   @media screen and (max-width:640px) {#text_style_02_1493331130859{width:100%;top:0px;left:0%;}}  #text_style_02_1493331130859>.view_contents {box-sizing:border-box;font-size:16px;color:#666666;line-height:30px;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493331130859>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493331130859>.view_contents {box-sizing:border-box;}}

 #text_style_02_1493331142747{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:79px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493331142747{}}   @media screen and (max-width:640px) {#text_style_02_1493331142747{width:100%;top:300px;left:0%;}}  #text_style_02_1493331142747>.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_1493331142747>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493331142747>.view_contents {box-sizing:border-box;}} #layout_1493331121972{height:174px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1493331121972{}}   @media screen and (max-width:640px) {#layout_1493331121972{}} #layout_1493331121972 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1493331181709{width:48.16666666666667%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:36px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493331181709{}}   @media screen and (max-width:640px) {#text_style_02_1493331181709{width:100%;top:0px;left:0%;}}  #text_style_02_1493331181709>.view_contents {box-sizing:border-box;font-size:16px;color:#666666;line-height:30px;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493331181709>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493331181709>.view_contents {box-sizing:border-box;}}

 #text_style_02_1493331192340{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:77px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493331192340{}}   @media screen and (max-width:640px) {#text_style_02_1493331192340{width:100%;top:305px;left:0%;}}  #text_style_02_1493331192340>.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_1493331192340>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493331192340>.view_contents {box-sizing:border-box;}} #layout_1493331168662{height:134px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1493331168662{}}   @media screen and (max-width:640px) {#layout_1493331168662{}} #layout_1493331168662 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1493331222417{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:73px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493331222417{}}   @media screen and (max-width:640px) {#text_style_02_1493331222417{width:100%;top:0px;left:0%;}}  #text_style_02_1493331222417>.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_1493331222417>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493331222417>.view_contents {box-sizing:border-box;}}

 #text_style_02_1493331244037{width:48.16666666666667%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:32px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493331244037{}}   @media screen and (max-width:640px) {#text_style_02_1493331244037{width:100%;top:83px;left:0%;}}  #text_style_02_1493331244037>.view_contents {box-sizing:border-box;font-size:16px;color:#666666;line-height:30px;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493331244037>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493331244037>.view_contents {box-sizing:border-box;}} #layout_1493331218808{height:194px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1493331218808{}}   @media screen and (max-width:640px) {#layout_1493331218808{}} #layout_1493331218808 > .view_contents{overflow:visible;max-width:1200px;} 


 #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:55.09641873278237%;height:200px;top:246.5px;left:22.451790633608816%;}} #image_style_01_1493220426727 > .view_contents{overflow:visible;} 

 #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:100%;top:81.5px;left:0%;}}  #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;}}

 #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:100%;top:30px;left:0%;}} #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{
		
	}
}

 #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:55.09641873278237%;height:200px;top:42.5px;left:12.258953168044078%;}} #image_style_01_1493220480072 > .view_contents{overflow:visible;}  #layout_1493216560521{height:108.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1493216560521{}}   @media screen and (max-width:640px) {#layout_1493216560521{}} #layout_1493216560521 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1493216560521  {background:#3bc2bb;}
 #layout_1493330181295{}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1493330181295{}}   @media screen and (max-width:640px) {#layout_1493330181295{}} #layout_1493330181295 > .view_contents{overflow:visible;max-width:1200px;} 



 #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_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:100%}}
#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;}

	#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:100%}}
#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_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_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_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_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:100%}}
#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_1493328370411 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493328370411 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1493328370411 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1493328370411 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_1493328476107 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493328476107 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1493328476107 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1493328476107 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_1493329216939 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493329216939 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1493329216939 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1493329216939 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_1493329301459 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493329301459 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1493329301459 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1493329301459 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_1493329337090 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493329337090 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1493329337090 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1493329337090 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_1493329523071 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493329523071 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1493329523071 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1493329523071 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_1493329509517 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493329509517 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1493329509517 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1493329509517 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_1493329670103 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493329670103 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1493329670103 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1493329670103 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_1493330573092 .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_1493330573092 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1493330573092 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1493330573092 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_1493330473998 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493330473998 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1493330473998 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1493330473998 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_1493330536950 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493330536950 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1493330536950 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1493330536950 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;}
/*产品样式*/
.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;}
		}
		
	#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;}
