
/**
    *编辑器         \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;}
    }

body{ background-position:left top; }


 #dh_style_01_1500340658540{width:70.58333333333333%;z-index:999;position:absolute;top:36px;left:29.415512084960938%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1500340658540{z-index:999;left:30.85296663290383%;top:21px;width:652px;}}   @media screen and (max-width:640px) {#dh_style_01_1500340658540{width:12.054794520547945%;z-index:999;top:8.000001907348633px;left:87.80924797058105%;}} #dh_style_01_1500340658540 > .view_contents{overflow:visible;}  @media screen and (max-width:640px) { #dh_style_01_1500340658540 #hot>a {color:#f37420;}}
/*----------------------电脑板式样式----------------------*/
#dh_style_01_1500340658540{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_01_1500340658540{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_01_1500340658540{
		
	}
}

 #image_logo_1525493326299{width:21.5%;height:104px;position:absolute;top:0px;left:4.245948791503906%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1525493326299{height:86px;width:216px;}}   @media screen and (max-width:640px) {#image_logo_1525493326299{width:211px;height:80px;top:0px;left:2.186415046453476%;}}  #comm_layout_header{height:104px;z-index:9998;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:86px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:90.98958396911621px;}} #comm_layout_header > .view_contents{overflow:visible;max-width:1200px;}  #comm_layout_header  {background:transparent;}


 #image_style_01_1500451914784{width:100%;height:442px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500451914784{height:264px;}}   @media screen and (max-width:640px) {#image_style_01_1500451914784{width:100%;height:157px;top:0px;left:0%;}} #image_style_01_1500451914784 > .view_contents{overflow:visible;}  #layout_diy_1500359181{height:442px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1500359181{height:264px;}}   @media screen and (max-width:640px) {#layout_diy_1500359181{height:157px;}} 


 #text_style_02_1500359716994{width:74.08333333333333%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:143.44793701171875px;left:11.983795801798502%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1500359716994{left:1.8202861402400585%;top:102.42327880859375px;width:907px;}}   @media screen and (max-width:640px) {#text_style_02_1500359716994{width:97%;top:147.9px;left:1.5789473684210527%;display:none;}}  #text_style_02_1500359716994>.view_contents {box-sizing:border-box;font-size:16px;line-height:32px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1500359716994>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_02_1500359716994>.view_contents {box-sizing:border-box;font-size:12px;line-height:24px;}}

 #image_style_01_1525317254568{width:28.333333333333332%;height:90px;position:absolute;top:40.520843505859375px;left:35.814814249674484%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525317254568{height:67px;width:260px;left:calc(50% - 130px);top:30.520843505859375px;}}   @media screen and (max-width:640px) {#image_style_01_1525317254568{width:96%;height:72px;top:0px;left:2%;}} #image_style_01_1525317254568 > .view_contents{overflow:visible;} 

 #text_style_01_1525322713535{width:93.83333333333333%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:205.4375px;left:3.064814249674479%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525322713535{left:calc(50% - 441.5px);top:164.41319274902344px;}}   @media screen and (max-width:640px) {#text_style_01_1525322713535{width:96%;top:72px;left:2%;}}  #text_style_01_1525322713535>.view_contents {box-sizing:border-box;font-size:15px;font-weight:normal;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525322713535>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1525322713535>.view_contents {box-sizing:border-box;}}

 #searchbox_style_01_1525322819478{width:80.66666666666666%;position:absolute;left:9.648147583007812%;top:263.4930725097656px;}   @media screen and (min-width:641px) and (max-width:1200px) {#searchbox_style_01_1525322819478{width:85.01594048884165%;left:8.056958448874203%;top:228.48960876464844px;}}   @media screen and (max-width:640px) {#searchbox_style_01_1525322819478{width:96%;left:2%;top:367.9px;display:none;}}  #searchbox_style_01_1525322819478 .inputSet {border-top-left-radius:20px;border-bottom-left-radius:20px;border-top-color:#40c3f7;border-right-color:#40c3f7;border-bottom-color:#40c3f7;border-left-color:#40c3f7;} #searchbox_style_01_1525322819478 .btnaSet {border-top-right-radius:20px;border-bottom-right-radius:20px;background:#40c3f7;border-top-color:#40c3f7;border-right-color:#40c3f7;border-bottom-color:#40c3f7;border-left-color:#40c3f7;color:#ffffff;} #searchbox_style_01_1525322819478 .searchIcoSet {color:#40c3f7;} #layout_1500359203504{height:305.88889px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1500359203504{height:268.48960876464844px;}}   @media screen and (max-width:640px) {#layout_1500359203504{height:200.88889px;}} #layout_1500359203504 > .view_contents{overflow:visible;max-width:1200px;} 


 #prodKind_style_03_1525325066707{width:15.25%;position:absolute;top:41.66319274902344px;left:-0.018519083658854168%;}   @media screen and (min-width:641px) and (max-width:1200px) {#prodKind_style_03_1525325066707{width:15.94048884165781%;left:-0.018449640742777256%;top:32.64237976074219px;}}   @media screen and (max-width:640px) {#prodKind_style_03_1525325066707{width:99.99565988779068%;top:0px;left:0%;}} #prodKind_style_03_1525325066707 > .view_contents{overflow:visible;}  #prodKind_style_03_1525325066707 .oneBgSet {box-shadow:transparent 0px 0px 10px ;} #prodKind_style_03_1525325066707 .oneSet {background:#ffaa56;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;color:#ffffff;margin-right:10px;} #prodKind_style_03_1525325066707 .twoBgSet {box-shadow:transparent 0px 0px 10px ;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#ff7f00;border-right-color:#ff7f00;border-bottom-color:#ff7f00;border-left-color:#ff7f00;} #prodKind_style_03_1525325066707 .twoSet {font-weight:bold;font-size:14px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#e0e0e0;padding-bottom:8px;} #prodKind_style_03_1525325066707 .threeSet:hover {text-decoration:underline;} #prodKind_style_03_1525325066707 .twoSet:hover {border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:#eaeaea;margin-right:5px;} #prodKind_style_03_1525325066707  {background:#5656ff;} @media screen and (max-width:640px) { #prodKind_style_03_1525325066707 .oneSet {background:#ffaa56;color:#ffffff;margin-bottom:10px;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-bottom-width:0px;border-bottom-style:solid;border-bottom-color:#ff7f00;border-top-width:0px;border-right-width:0px;border-left-width:0px;border-top-style:solid;border-right-style:solid;border-left-style:solid;border-top-color:#ff7f00;border-right-color:#ff7f00;border-left-color:#ff7f00;}} @media screen and (max-width:640px) { #prodKind_style_03_1525325066707 .twoSet {border-bottom-width:0px;padding-bottom:1px;color:#ffffff;}} @media screen and (max-width:640px) { #prodKind_style_03_1525325066707 .twoBgSet {border-top-width:1px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:5px;border-top-color:#ffffff;}} @media screen and (max-width:640px) { #prodKind_style_03_1525325066707 .threeSet {background:#ffffff;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#ff7f00;border-right-color:#ff7f00;border-bottom-color:#ff7f00;border-left-color:#ff7f00;color:#ffaa56;}}

 #prodKind_style_03_1525325341253{width:15.583333333333332%;position:absolute;top:153.63541412353516px;left:-0.018519083658854168%;}   @media screen and (min-width:641px) and (max-width:1200px) {#prodKind_style_03_1525325341253{width:15.196599362380447%;left:0.7272848034006376%;top:152.11460876464844px;}}   @media screen and (max-width:640px) {#prodKind_style_03_1525325341253{width:100%;top:317.95835876464844px;left:0%;}} #prodKind_style_03_1525325341253 > .view_contents{overflow:visible;}  #prodKind_style_03_1525325341253 .oneBgSet {box-shadow:transparent 0px 0px 10px ;} #prodKind_style_03_1525325341253 .oneSet {background:#ffaa56;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;color:#ffffff;margin-right:10px;} #prodKind_style_03_1525325341253 .twoBgSet {box-shadow:transparent 0px 0px 10px ;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#ff7f00;border-right-color:#ff7f00;border-bottom-color:#ff7f00;border-left-color:#ff7f00;} #prodKind_style_03_1525325341253 .twoSet {font-weight:bold;font-size:14px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#e0e0e0;padding-bottom:8px;} #prodKind_style_03_1525325341253 .threeSet:hover {text-decoration:underline;} #prodKind_style_03_1525325341253 .twoSet:hover {border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:#eaeaea;margin-right:5px;} @media screen and (max-width:640px) { #prodKind_style_03_1525325341253 .oneSet {background:#ffaa56;color:#ffffff;margin-bottom:10px;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-bottom-width:0px;border-bottom-style:solid;border-bottom-color:#ff7f00;border-top-width:0px;border-right-width:0px;border-left-width:0px;border-top-style:solid;border-right-style:solid;border-left-style:solid;border-top-color:#ff7f00;border-right-color:#ff7f00;border-left-color:#ff7f00;}} @media screen and (max-width:640px) { #prodKind_style_03_1525325341253 .twoSet {border-bottom-width:0px;padding-bottom:1px;color:#ffffff;}} @media screen and (max-width:640px) { #prodKind_style_03_1525325341253 .twoBgSet {border-top-width:1px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:5px;border-top-color:#ffffff;}} @media screen and (max-width:640px) { #prodKind_style_03_1525325341253 .threeSet {background:#ffffff;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#ff7f00;border-right-color:#ff7f00;border-bottom-color:#ff7f00;border-left-color:#ff7f00;color:#ffaa56;}}

 #text_style_01_1525325465707{width:22.166666666666668%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:41.64930725097656px;left:16.748552958170574%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525325465707{width:305px;left:15.922039200915034%;top:32.63890075683594px;}}   @media screen and (max-width:640px) {#text_style_01_1525325465707{width:96%;top:53.993064880371094px;left:2%;}}  #text_style_01_1525325465707>.view_contents {box-sizing:border-box;font-size:15px;font-weight:bold;color:#5656ff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525325465707>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1525325465707>.view_contents {box-sizing:border-box;}}

 #text_style_01_1525325539978{width:18.166666666666668%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:41.649322509765625px;left:39.99768575032552%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525325539978{left:45.889051966408736%;top:32.63890075683594px;width:225px;}}   @media screen and (max-width:640px) {#text_style_01_1525325539978{width:96%;top:93.98958587646484px;left:2%;}}  #text_style_01_1525325539978>.view_contents {box-sizing:border-box;font-size:15px;font-weight:bold;color:#5656ff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525325539978>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1525325539978>.view_contents {box-sizing:border-box;}}

 #text_style_01_1525325748305{width:21.583333333333332%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:41.6492919921875px;left:58.91377258300782%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525325748305{left:69.68687343293371%;top:32.63890075683594px;width:255px;}}   @media screen and (max-width:640px) {#text_style_01_1525325748305{width:96%;top:129.97222137451172px;left:2%;}}  #text_style_01_1525325748305>.view_contents {box-sizing:border-box;font-size:15px;font-weight:bold;color:#5656ff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525325748305>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1525325748305>.view_contents {box-sizing:border-box;}}

 #text_style_01_1525325811874{width:16.75%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:41.6492919921875px;left:80.49682108561198%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525325811874{left:45.89348204204304%;top:108.59376525878906px;width:207px;}}   @media screen and (max-width:640px) {#text_style_01_1525325811874{width:96%;top:162.9861221313477px;left:2%;}}  #text_style_01_1525325811874>.view_contents {box-sizing:border-box;font-size:15px;font-weight:bold;color:#5656ff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525325811874>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1525325811874>.view_contents {box-sizing:border-box;}}

 #text_style_01_1525325847189{width:16.75%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:85.6076431274414px;left:39.99710591634115%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525325847189{left:45.89348204204304%;top:68.63890075683594px;width:237px;}}   @media screen and (max-width:640px) {#text_style_01_1525325847189{width:96%;top:227.98264312744146px;left:2%;}}  #text_style_01_1525325847189>.view_contents {box-sizing:border-box;font-size:15px;font-weight:bold;color:#5656ff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525325847189>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1525325847189>.view_contents {box-sizing:border-box;}}

 #text_style_01_1525325863890{width:21%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:85.6180648803711px;left:16.747685750325523%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525325863890{left:15.922039200915034%;top:68.63890075683594px;width:271px;}}   @media screen and (max-width:640px) {#text_style_01_1525325863890{width:96%;top:194.99652862548828px;left:2%;}}  #text_style_01_1525325863890>.view_contents {box-sizing:border-box;font-size:15px;font-weight:bold;color:#5656ff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525325863890>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1525325863890>.view_contents {box-sizing:border-box;}}

 #text_style_01_1525325895425{width:16.75%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:85.6076431274414px;left:58.91348775227865%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525325895425{left:69.6979453789187%;top:68.63890075683594px;width:227px;}}   @media screen and (max-width:640px) {#text_style_01_1525325895425{width:96%;top:254.96876525878906px;left:2%;}}  #text_style_01_1525325895425>.view_contents {box-sizing:border-box;font-size:15px;font-weight:bold;color:#5656ff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525325895425>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1525325895425>.view_contents {box-sizing:border-box;}}

 #text_style_01_1525325910305{width:16.833333333333332%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:85.6076431274414px;left:80.49682108561198%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525325910305{left:15.922039200915034%;top:108.60069274902344px;width:216px;}}   @media screen and (max-width:640px) {#text_style_01_1525325910305{width:96%;top:281.9652938842774px;left:2%;}}  #text_style_01_1525325910305>.view_contents {box-sizing:border-box;font-size:15px;font-weight:bold;color:#5656ff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525325910305>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1525325910305>.view_contents {box-sizing:border-box;}}

 #text_style_01_1525326009784{width:8.25%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:158.12847900390636px;left:16.747685750325523%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525326009784{left:16.32497951657562%;top:163.11460876464844px;width:123px;}}   @media screen and (max-width:640px) {#text_style_01_1525326009784{width:35.9375%;top:355.95138931274414px;left:0%;}}  #text_style_01_1525326009784>.view_contents {box-sizing:border-box;font-size:15px;font-weight:bold;color:#5656ff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525326009784>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1525326009784>.view_contents {box-sizing:border-box;}}

 #text_style_01_1525326070491{width:8.25%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:153.62847900390625px;left:27.747108459472656%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525326070491{left:27.698444686711277%;top:163.10765075683594px;width:119px;}}   @media screen and (max-width:640px) {#text_style_01_1525326070491{width:32.8125%;top:355.95138931274414px;left:33.59375%;}}  #text_style_01_1525326070491>.view_contents {box-sizing:border-box;font-size:15px;font-weight:bold;color:#5656ff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525326070491>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1525326070491>.view_contents {box-sizing:border-box;}}

 #text_style_01_1525326087981{width:10%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:153.62847900390625px;left:38.33015441894531%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525326087981{left:38.87818809776833%;top:163.10765075683594px;width:126px;}}   @media screen and (max-width:640px) {#text_style_01_1525326087981{width:35%;top:355.95138931274414px;left:65%;}}  #text_style_01_1525326087981>.view_contents {box-sizing:border-box;font-size:15px;font-weight:bold;color:#5656ff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525326087981>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1525326087981>.view_contents {box-sizing:border-box;}}

 #text_style_01_1525326108774{width:13.333333333333334%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:153.62847900390625px;left:49.57784016927083%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525326108774{left:50.573049417591%;top:163.10765075683594px;width:149px;}}   @media screen and (max-width:640px) {#text_style_01_1525326108774{width:47.1875%;top:392.9861145019531px;left:0%;}}  #text_style_01_1525326108774>.view_contents {box-sizing:border-box;font-size:15px;font-weight:bold;color:#5656ff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525326108774>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1525326108774>.view_contents {box-sizing:border-box;}}

 #text_style_01_1525326138726{width:7.249999999999999%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:153.6284942626953px;left:63.74421691894532%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525326138726{left:66.4120648796576%;top:163.10765075683594px;width:75px;}}   @media screen and (max-width:640px) {#text_style_01_1525326138726{width:26.875%;top:392.9861145019531px;left:47.1875%;}}  #text_style_01_1525326138726>.view_contents {box-sizing:border-box;font-size:15px;font-weight:bold;color:#5656ff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525326138726>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1525326138726>.view_contents {box-sizing:border-box;}}

 #text_style_01_1525326160514{width:11.583333333333332%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:153.6284942626953px;left:72.24421691894531%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525326160514{left:75.37895632347569%;top:163.10765075683594px;width:149px;}}   @media screen and (max-width:640px) {#text_style_01_1525326160514{width:47.1875%;top:430.9965362548828px;left:0%;}}  #text_style_01_1525326160514>.view_contents {box-sizing:border-box;font-size:15px;font-weight:bold;color:#5656ff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525326160514>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1525326160514>.view_contents {box-sizing:border-box;}}

 #text_style_01_1525326177990{width:7.75%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:153.6284942626953px;left:85.66290791829428%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525326177990{left:91.32756588942947%;top:163.10765075683594px;}}   @media screen and (max-width:640px) {#text_style_01_1525326177990{width:25%;top:392.9861145019531px;left:75%;}}  #text_style_01_1525326177990>.view_contents {box-sizing:border-box;font-size:15px;font-weight:bold;color:#5656ff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525326177990>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1525326177990>.view_contents {box-sizing:border-box;}}

 #text_style_01_1525326286313{width:4.333333333333334%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:228.64583206176758px;left:16.747685750325523%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525326286313{left:16.326087035484193%;top:221.63197326660156px;}}   @media screen and (max-width:640px) {#text_style_01_1525326286313{width:17.1875%;top:527.9896087646483px;left:0%;}}  #text_style_01_1525326286313>.view_contents {box-sizing:border-box;font-size:15px;font-weight:bold;color:#5656ff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525326286313>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1525326286313>.view_contents {box-sizing:border-box;}}

 #text_style_01_1525326306350{width:4.333333333333334%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:228.64583206176758px;left:24.414352416992188%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525326306350{left:23.449492986600028%;top:221.63197326660156px;}}   @media screen and (max-width:640px) {#text_style_01_1525326306350{width:15.312500000000002%;top:563.975736618042px;left:84.6875%;}}  #text_style_01_1525326306350>.view_contents {box-sizing:border-box;font-size:15px;font-weight:bold;color:#5656ff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525326306350>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1525326306350>.view_contents {box-sizing:border-box;}}

 #text_style_01_1525326320964{width:4.333333333333334%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:228.64583206176758px;left:31.745951334635418%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525326320964{left:31.864373007438896%;top:221.63197326660156px;width:66px;}}   @media screen and (max-width:640px) {#text_style_01_1525326320964{width:20%;top:527.9861221313477px;left:17.5%;}}  #text_style_01_1525326320964>.view_contents {box-sizing:border-box;font-size:15px;font-weight:bold;color:#5656ff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525326320964>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1525326320964>.view_contents {box-sizing:border-box;}}

 #text_style_01_1525326335391{width:4.333333333333334%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:228.64583206176758px;left:39.99710591634115%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525326335391{left:41.592501276484455%;top:221.63197326660156px;width:75px;}}   @media screen and (max-width:640px) {#text_style_01_1525326335391{width:18.4375%;top:527.9861221313477px;left:40.78125%;}}  #text_style_01_1525326335391>.view_contents {box-sizing:border-box;font-size:15px;font-weight:bold;color:#5656ff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525326335391>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1525326335391>.view_contents {box-sizing:border-box;}}

 #text_style_01_1525326356739{width:4.333333333333334%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:228.64583206176758px;left:47.814814249674484%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525326356739{left:50.577845963610855%;top:221.63197326660156px;width:71px;}}   @media screen and (max-width:640px) {#text_style_01_1525326356739{width:19.0625%;top:527.9861221313477px;left:61.996527910232544%;}}  #text_style_01_1525326356739>.view_contents {box-sizing:border-box;font-size:15px;font-weight:bold;color:#5656ff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525326356739>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1525326356739>.view_contents {box-sizing:border-box;}}

 #text_style_01_1525326400995{width:4.333333333333334%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:228.64583206176758px;left:55.23061625162761%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525326400995{left:59.49714166071666%;top:221.63197326660156px;}}   @media screen and (max-width:640px) {#text_style_01_1525326400995{width:14.374999999999998%;top:527.9861221313477px;left:85.625%;}}  #text_style_01_1525326400995>.view_contents {box-sizing:border-box;font-size:15px;font-weight:bold;color:#5656ff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525326400995>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1525326400995>.view_contents {box-sizing:border-box;}}

 #text_style_01_1525326418419{width:4.333333333333334%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:228.64583206176758px;left:62.91088358561198%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525326418419{left:66.4120648796576%;top:221.63197326660156px;width:69px;}}   @media screen and (max-width:640px) {#text_style_01_1525326418419{width:18.4375%;top:563.9896240234374px;left:0%;}}  #text_style_01_1525326418419>.view_contents {box-sizing:border-box;font-size:15px;font-weight:bold;color:#5656ff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525326418419>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1525326418419>.view_contents {box-sizing:border-box;}}

 #text_style_01_1525326433437{width:8.666666666666668%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:228.64583206176758px;left:70.24421691894531%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525326433437{left:74.28267800212541%;top:221.63197326660156px;width:93px;}}   @media screen and (max-width:640px) {#text_style_01_1525326433437{width:29.375%;top:563.9757080078125px;left:20.746527910232544%;}}  #text_style_01_1525326433437>.view_contents {box-sizing:border-box;font-size:15px;font-weight:bold;color:#5656ff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525326433437>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1525326433437>.view_contents {box-sizing:border-box;}}

 #text_style_01_1525326455397{width:8.666666666666668%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:228.64583206176758px;left:80.49682108561198%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525326455397{width:102px;left:86.16535377299748%;top:221.63197326660156px;}}   @media screen and (max-width:640px) {#text_style_01_1525326455397{width:29.6875%;top:563.9757089614868px;left:51.37044429779053%;}}  #text_style_01_1525326455397>.view_contents {box-sizing:border-box;font-size:15px;font-weight:bold;color:#5656ff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525326455397>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1525326455397>.view_contents {box-sizing:border-box;}}

 #prodKind_style_03_1525325407425{width:17.109458023379386%;position:absolute;top:228.64585876464844px;left:-0.018519083658854168%;}   @media screen and (min-width:641px) and (max-width:1200px) {#prodKind_style_03_1525325407425{width:15.409139213602552%;top:221.63890075683594px;left:0.7269158500160599%;}}   @media screen and (max-width:640px) {#prodKind_style_03_1525325407425{width:99.80902791023254%;top:481.98960876464844px;left:0%;}} #prodKind_style_03_1525325407425 > .view_contents{overflow:visible;}  #prodKind_style_03_1525325407425 .oneBgSet {box-shadow:transparent 0px 0px 10px ;} #prodKind_style_03_1525325407425 .oneSet {background:#ffaa56;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;color:#ffffff;margin-right:10px;} #prodKind_style_03_1525325407425 .twoBgSet {box-shadow:transparent 0px 0px 10px ;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#ff7f00;border-right-color:#ff7f00;border-bottom-color:#ff7f00;border-left-color:#ff7f00;} #prodKind_style_03_1525325407425 .twoSet {font-weight:bold;font-size:14px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#e0e0e0;padding-bottom:8px;} #prodKind_style_03_1525325407425 .threeSet:hover {text-decoration:underline;} #prodKind_style_03_1525325407425 .twoSet:hover {border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:#eaeaea;margin-right:5px;} @media screen and (max-width:640px) { #prodKind_style_03_1525325407425 .oneSet {background:#ffaa56;color:#ffffff;margin-bottom:10px;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-bottom-width:0px;border-bottom-style:solid;border-bottom-color:#ff7f00;border-top-width:0px;border-right-width:0px;border-left-width:0px;border-top-style:solid;border-right-style:solid;border-left-style:solid;border-top-color:#ff7f00;border-right-color:#ff7f00;border-left-color:#ff7f00;}} @media screen and (max-width:640px) { #prodKind_style_03_1525325407425 .twoSet {border-bottom-width:0px;padding-bottom:1px;color:#ffffff;}} @media screen and (max-width:640px) { #prodKind_style_03_1525325407425 .twoBgSet {border-top-width:1px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:5px;border-top-color:#ffffff;}} @media screen and (max-width:640px) { #prodKind_style_03_1525325407425 .threeSet {background:#ffffff;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#ff7f00;border-right-color:#ff7f00;border-bottom-color:#ff7f00;border-left-color:#ff7f00;color:#ffaa56;}} #layout_1500359747037{height:288px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1500359747037{height:257.63890075683594px;}}   @media screen and (max-width:640px) {#layout_1500359747037{height:590.9896240234374px;}} #layout_1500359747037 > .view_contents{overflow:visible;max-width:1200px;} 


 #productList_style_01_1525327084027{width:98.25%;position:absolute;top:52.69791793823242px;left:0.7488441467285156%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_01_1525327084027{width:933.9687495231628px;}}   @media screen and (max-width:640px) {#productList_style_01_1525327084027{width:96%;top:-0.013885498046875px;left:2%;}} #productList_style_01_1525327084027 > .view_contents{overflow:visible;}  #layout_1525326347354{height:1953.88889px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1525326347354{height:2653.88889px;}}   @media screen and (max-width:640px) {#layout_1525326347354{height:2843.88889px;}} #layout_1525326347354 > .view_contents{overflow:visible;max-width:1200px;} 




 #text_style_02_1500371600361{width:40.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:70.52083206176758px;left:43.996821085611984%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1500371600361{width:417px;top:74.95833587646484px;left:54.02921471833666%;}}   @media screen and (max-width:640px) {#text_style_02_1500371600361{width:79.55271565495208%;top:136.8576431274414px;left:20.447284345047922%;}}  #text_style_02_1500371600361>.view_contents {box-sizing:border-box;font-size:21px;font-family:Microsoft YaHei;color:#5656ff;text-align:left;font-weight:bold;line-height:30px;letter-spacing:1px;padding-left:0px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1500371600361>.view_contents {box-sizing:border-box;line-height:28px;}} @media screen and (max-width:640px) { #text_style_02_1500371600361>.view_contents {box-sizing:border-box;font-size:14px;line-height:25px;letter-spacing:1px;}}

 #image_style_01_1500371600378{width:6.25%;height:31px;position:absolute;top:24.531253814697266px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500371600378{left:1.739877113292636%;width:6.077348066298343%;top:18.96875px;}}   @media screen and (max-width:640px) {#image_style_01_1500371600378{width:51px;height:36px;top:32.96527862548828px;left:0%;}} #image_style_01_1500371600378 > .view_contents{overflow:visible;} 

 #text_style_02_1500371600382{width:87.08333333333333%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:24.54861068725586px;left:7.688657124837239%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1500371600382{left:8.601093809413289%;top:18.958335876464844px;width:825px;}}   @media screen and (max-width:640px) {#text_style_02_1500371600382{width:72.93729372937293%;top:21.40625px;left:24.037402061739378%;}}  #text_style_02_1500371600382>.view_contents {box-sizing:border-box;font-size:21px;font-family:Microsoft YaHei;color:#5656ff;text-align:left;font-weight:bold;line-height:30px;letter-spacing:1px;padding-left:0px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1500371600382>.view_contents {box-sizing:border-box;line-height:28px;}} @media screen and (max-width:640px) { #text_style_02_1500371600382>.view_contents {box-sizing:border-box;font-size:14px;line-height:25px;letter-spacing:1px;}}

 #image_style_01_1500371600387{width:6.25%;height:31px;position:absolute;top:70.53473281860352px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500371600387{top:74.95833587646484px;left:2.31268121466978%;}}   @media screen and (max-width:640px) {#image_style_01_1500371600387{width:17.26027397260274%;height:25px;top:103.48958587646484px;left:0%;}} #image_style_01_1500371600387 > .view_contents{overflow:visible;} 

 #image_style_01_1500371600397{width:6.25%;height:37px;position:absolute;top:70.52083206176758px;left:38.91435241699219%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500371600397{top:69.94792175292969px;left:48.75422155003744%;}}   @media screen and (max-width:640px) {#image_style_01_1500371600397{width:13.698630136986301%;height:38px;top:136.8680648803711px;left:0.8819222640686523%;}} #image_style_01_1500371600397 > .view_contents{overflow:visible;} 

 #text_style_02_1500371600402{width:29.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:70.52083206176758px;left:6.729456583658854%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1500371600402{width:430px;top:74.95833587646484px;left:8.042229902718434%;}}   @media screen and (max-width:640px) {#text_style_02_1500371600402{width:79.47882736156352%;top:103.48958587646484px;left:20.766773162939298%;}}  #text_style_02_1500371600402>.view_contents {box-sizing:border-box;font-size:21px;font-family:Microsoft YaHei;color:#5656ff;text-align:left;font-weight:bold;line-height:30px;letter-spacing:1px;padding-left:0px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1500371600402>.view_contents {box-sizing:border-box;line-height:28px;}} @media screen and (max-width:640px) { #text_style_02_1500371600402>.view_contents {box-sizing:border-box;font-size:14px;line-height:25px;letter-spacing:1px;}}

 #text_style_02_1500371600410{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:348px;left:0%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1500371600410{width:100%;top:348px;left:0%;display:none;}}   @media screen and (max-width:640px) {#text_style_02_1500371600410{width:100%;top:202.9930648803711px;left:0%;display:none;}}  #text_style_02_1500371600410>.view_contents {box-sizing:border-box;font-size:14px;text-align:center;color:#b6b6b6;line-height:14px;height:34px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1500371600410>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1500371600410>.view_contents {box-sizing:border-box;line-height:25px;height:90px;color:#ffffff;}}

 #image_style_01_1525319314899{width:13.083333333333332%;height:161px;position:absolute;left:16.116030375162758%;top:123.50348281860352px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525319314899{height:142px;width:158px;top:116.45138549804688px;left:17.277130387610313%;}}   @media screen and (max-width:640px) {#image_style_01_1525319314899{width:132px;height:124px;top:206.9722261428833px;left:4.15335463258786%;}} #image_style_01_1525319314899 > .view_contents{overflow:visible;} 

 #text_style_01_1525321229381{width:21.833333333333332%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:34.56278991699219%;top:162.50000381469727px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525321229381{left:37.47665245982933%;width:28.308026030368765%;top:158.94097900390625px;}}   @media screen and (max-width:640px) {#text_style_01_1525321229381{width:91.69329073482429%;top:345.5416946411133px;left:5.1495385055724805%;}}  #text_style_01_1525321229381>.view_contents {box-sizing:border-box;color:#5656ff;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525321229381>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1525321229381>.view_contents {box-sizing:border-box;}}

 #image_style_01_1525321268789{width:13.333333333333334%;height:167px;position:absolute;left:58.64149475097656%;top:123.48958206176758px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525321268789{left:69.44482507519506%;width:14.533622559652928%;height:137px;top:116.44097900390625px;}}   @media screen and (max-width:640px) {#image_style_01_1525321268789{width:129px;height:126px;top:206.96182250976562px;left:55.6221173403743%;}} #image_style_01_1525321268789 > .view_contents{overflow:visible;} 

 #text_style_01_1525321401788{width:97.41666666666666%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0.23032379150390625%;top:335.2847328186035px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525321401788{top:313.3403024673462px;left:1.2570800077889333%;}}   @media screen and (max-width:640px) {#text_style_01_1525321401788{width:96%;top:329px;left:2%;display:none;}}  #text_style_01_1525321401788>.view_contents {box-sizing:border-box;font-size:16px;color:#5656ff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525321401788>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1525321401788>.view_contents {box-sizing:border-box;}}

 #text_style_01_1525319215047{width:71.08333333333333%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:12.188657124837238%;top:296.29516983032227px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525319215047{top:274.3403015136719px;left:3.91434681906876%;width:849px;}}   @media screen and (max-width:640px) {#text_style_01_1525319215047{width:96.9326853561706%;top:412.98614501953125px;left:3.0728611892785507%;display:none;}}  #text_style_01_1525319215047>.view_contents {box-sizing:border-box;font-size:22px;color:#5656ff;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525319215047>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1525319215047>.view_contents {box-sizing:border-box;}}

 #text_style_01_1525321498021{width:64.16666666666667%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0.9377899169921875%;top:374.2500343322754px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525321498021{left:0%;width:100%;top:369.3333444595337px;}}   @media screen and (max-width:640px) {#text_style_01_1525321498021{width:96%;top:203.99306964874268px;left:3.0728611892785507%;display:none;}}  #text_style_01_1525321498021>.view_contents {box-sizing:border-box;font-size:18px;color:#5656ff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525321498021>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1525321498021>.view_contents {box-sizing:border-box;}}

 #text_style_01_1576655952905{width:23.166666666666664%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:63.02141316731771%;top:374.23612213134766px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1576655952905{width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1576655952905{width:69.9468085106383%;top:387.9861240386963px;left:15.03952422991712%;display:block;}}  #text_style_01_1576655952905>.view_contents {box-sizing:border-box;font-size:18px;color:#5656ff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1576655952905>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1576655952905>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1500371599519{width:1200px;height:406.2500343322754px;position:absolute;top:0px;left:calc(50% - 600px);z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1500371599519{height:433.3333444595337px;width:98.00005901632602%;left:0.99997049183699%;top:0px;}}   @media screen and (max-width:640px) {#div_includeBlock_1500371599519{width:99.87898722733601%;height:419.9861240386963px;top:0.9930572509765625px;left:0.12152791023254395%;}}  @media screen and (max-width:640px) { #div_includeBlock_1500371599519  {background-repeat:no-repeat;background-size:cover;background:#3a2e46 undefined;}}
 #div_includeBlock_1500371599167{width:100%;height:406.2500343322754px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1500371599167{height:433.3333444595337px;}}   @media screen and (max-width:640px) {#div_includeBlock_1500371599167{width:100%;height:420.97918128967285px;top:0px;left:0%;display:block;}}  #div_includeBlock_1500371599167  {background:#e5e5e5;background-repeat:no-repeat;background-size:cover;background-position-x:50%;background-position-y:50%;} #comm_layout_footer{height:407px;z-index:9988;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:433.3333444595337px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:428.99305725097656px;}} 
/*菜单样式*/
.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;}




	
#dh_style_01_1500340658540 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@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_1500451914784 .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_1500451914784 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1500451914784 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1525317254568 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525317254568 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1525317254568 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1525317254568 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;}
.searchStyle_1{position: relative;min-width: 200px;}
.searchStyle_1 *{box-sizing: border-box; transition:all ease .2s; -webkit-transition:all ease .2s; -moz-transition:all ease .2s; -o-transition:all ease .2s; -webkit-appearance:none ;
-moz-appearance:none ;
appearance: none;}
.searchStyle_1 .searchForm{width: 100%; border-radius: 0;box-sizing: border-box;}
.searchStyle_1 .searchForm .search-btn{float: right; width:20%; text-align: center; height: 40px; background: none; font-size: 14px;color: #333; border:1px solid #666; outline: none; cursor: pointer; border-left: 0;}
.searchStyle_1 .searchForm .search_input{width: 80%; outline: none; padding-left:45px; height:40px; font-size: 14px;color: #333; border:1px solid #666;}
.searchPos-r{position: relative;}
.searchPos-r i{position: absolute; top: 50%; left: 15px; font-size: 20px; color: #999; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.keyWord{margin-top: 5px;}
.keyWord a{font-size: 14px; color: #666; margin-right: 5px;display:inline-block;}
@media screen and (max-width: 768px) {
.searchStyle_1 .searchForm .search-btn, .searchStyle_1 .searchForm .search_input{height: 32px;}

}

	#searchbox_style_01_1525322819478 input::-webkit-input-placeholder{ color: ;}
	#searchbox_style_01_1525322819478 input::-moz-input-placeholder{ color: ;}
	#searchbox_style_01_1525322819478 input::-o-input-placeholder{ color: ;}
	.prodcateStyle_3{clear: both; width: 100%;}
.prodcateStyle_3 *{transition: all ease-out .2s; -webkit-transition: all ease-out .2s; -moz-transition: all ease-out .2s; -moz-transition: all ease-out .2s; -o-transition: all ease-out .2s; box-sizing: border-box;}
.prodcateStyle_3>ul>li>a, .prodcateStyle_3 .subCateUl>ul>li>a, .prodcateStyle_3 .subCateUl2>li>a{color: inherit; line-height: inherit; height: inherit; white-space: nowrap;}

@media screen and (min-width:768px){
.prodcateStyle_3 i{margin-left: 5px;}
.prodcateStyle_3>ul{position: relative; display: flex; display: box; display: -webkit-box;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,.2);}
.prodcateStyle_3>ul>li{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; color: #333; height: auto !important; font-size: 14px; line-height: 36px; text-align: center;  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.prodcateStyle_3>ul>li:hover .subCateUl{height: auto !important; overflow: visible;}
.prodcateStyle_3>ul>li:hover .subCateUl>ul{padding-top: 10px;}
.prodcateStyle_3 .subCateUl{position: absolute; width:100%; left: 0; height: 0; overflow: hidden;}
.prodcateStyle_3 .subCateUl>ul{display: -webkit-box;/*display: -webkit-flex;display: -ms-flexbox;display: flex;*/-webkit-align-items: center;-ms-flex-align: center;align-items: flex-start; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,.2); padding:0 10px 10px 10px; width: 100%; margin-top: 10px;}
.prodcateStyle_3 .subCateUl>ul>li{position: relative; -webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; color: #333; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.prodcateStyle_3 .subCateUl2{position: relative; left: 0; margin-top: 15px;}
.prodcateStyle_3 .subCateUl2>li{font-size: 12px; line-height: 24px; color: #666; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
}
@media screen and (max-width:767px){
.prodcateStyle_3 i{display: none;}	
.prodcateStyle_3>ul{width: 100%;}
.prodcateStyle_3>ul>li{width: 100%; clear: both; font-size: 14px; line-height: 28px; color: #0da3b4; font-family: microsoft yahei; background: #fff; margin-bottom: 5px; border-bottom:1px solid #eee; padding: 0 10px;}
.prodcateStyle_3>ul>li:after{content: ''; display: block; clear: both;}
.prodcateStyle_3 .subCateUl{}
.prodcateStyle_3 .subCateUl>ul{overflow: hidden;}
.prodcateStyle_3 .subCateUl>ul>li{width: 100%; clear: both; font-weight: bold; font-size: 12px; line-height: 24px;}
.prodcateStyle_3 .subCateUl>ul>li>a{float: left; width: 25%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.prodcateStyle_3 .subCateUl2{float: left; width:75%;}
.prodcateStyle_3 .subCateUl2>li{float: left; margin-right: 5px; margin-bottom: 5px; font-size: 12px; line-height: 24px; padding: 0 6px; border-radius: 12px; background: #eee; color: #333;}

}.prodcateStyle_3{clear: both; width: 100%;}
.prodcateStyle_3 *{transition: all ease-out .2s; -webkit-transition: all ease-out .2s; -moz-transition: all ease-out .2s; -moz-transition: all ease-out .2s; -o-transition: all ease-out .2s; box-sizing: border-box;}
.prodcateStyle_3>ul>li>a, .prodcateStyle_3 .subCateUl>ul>li>a, .prodcateStyle_3 .subCateUl2>li>a{color: inherit; line-height: inherit; height: inherit; white-space: nowrap;}

@media screen and (min-width:768px){
.prodcateStyle_3 i{margin-left: 5px;}
.prodcateStyle_3>ul{position: relative; display: flex; display: box; display: -webkit-box;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,.2);}
.prodcateStyle_3>ul>li{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; color: #333; height: auto !important; font-size: 14px; line-height: 36px; text-align: center;  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.prodcateStyle_3>ul>li:hover .subCateUl{height: auto !important; overflow: visible;}
.prodcateStyle_3>ul>li:hover .subCateUl>ul{padding-top: 10px;}
.prodcateStyle_3 .subCateUl{position: absolute; width:100%; left: 0; height: 0; overflow: hidden;}
.prodcateStyle_3 .subCateUl>ul{display: -webkit-box;/*display: -webkit-flex;display: -ms-flexbox;display: flex;*/-webkit-align-items: center;-ms-flex-align: center;align-items: flex-start; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,.2); padding:0 10px 10px 10px; width: 100%; margin-top: 10px;}
.prodcateStyle_3 .subCateUl>ul>li{position: relative; -webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; color: #333; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.prodcateStyle_3 .subCateUl2{position: relative; left: 0; margin-top: 15px;}
.prodcateStyle_3 .subCateUl2>li{font-size: 12px; line-height: 24px; color: #666; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
}
@media screen and (max-width:767px){
.prodcateStyle_3 i{display: none;}	
.prodcateStyle_3>ul{width: 100%;}
.prodcateStyle_3>ul>li{width: 100%; clear: both; font-size: 14px; line-height: 28px; color: #0da3b4; font-family: microsoft yahei; background: #fff; margin-bottom: 5px; border-bottom:1px solid #eee; padding: 0 10px;}
.prodcateStyle_3>ul>li:after{content: ''; display: block; clear: both;}
.prodcateStyle_3 .subCateUl{}
.prodcateStyle_3 .subCateUl>ul{overflow: hidden;}
.prodcateStyle_3 .subCateUl>ul>li{width: 100%; clear: both; font-weight: bold; font-size: 12px; line-height: 24px;}
.prodcateStyle_3 .subCateUl>ul>li>a{float: left; width: 25%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.prodcateStyle_3 .subCateUl2{float: left; width:75%;}
.prodcateStyle_3 .subCateUl2>li{float: left; margin-right: 5px; margin-bottom: 5px; font-size: 12px; line-height: 24px; padding: 0 6px; border-radius: 12px; background: #eee; color: #333;}

}.prodcateStyle_3{clear: both; width: 100%;}
.prodcateStyle_3 *{transition: all ease-out .2s; -webkit-transition: all ease-out .2s; -moz-transition: all ease-out .2s; -moz-transition: all ease-out .2s; -o-transition: all ease-out .2s; box-sizing: border-box;}
.prodcateStyle_3>ul>li>a, .prodcateStyle_3 .subCateUl>ul>li>a, .prodcateStyle_3 .subCateUl2>li>a{color: inherit; line-height: inherit; height: inherit; white-space: nowrap;}

@media screen and (min-width:768px){
.prodcateStyle_3 i{margin-left: 5px;}
.prodcateStyle_3>ul{position: relative; display: flex; display: box; display: -webkit-box;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,.2);}
.prodcateStyle_3>ul>li{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; color: #333; height: auto !important; font-size: 14px; line-height: 36px; text-align: center;  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.prodcateStyle_3>ul>li:hover .subCateUl{height: auto !important; overflow: visible;}
.prodcateStyle_3>ul>li:hover .subCateUl>ul{padding-top: 10px;}
.prodcateStyle_3 .subCateUl{position: absolute; width:100%; left: 0; height: 0; overflow: hidden;}
.prodcateStyle_3 .subCateUl>ul{display: -webkit-box;/*display: -webkit-flex;display: -ms-flexbox;display: flex;*/-webkit-align-items: center;-ms-flex-align: center;align-items: flex-start; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,.2); padding:0 10px 10px 10px; width: 100%; margin-top: 10px;}
.prodcateStyle_3 .subCateUl>ul>li{position: relative; -webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; color: #333; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.prodcateStyle_3 .subCateUl2{position: relative; left: 0; margin-top: 15px;}
.prodcateStyle_3 .subCateUl2>li{font-size: 12px; line-height: 24px; color: #666; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
}
@media screen and (max-width:767px){
.prodcateStyle_3 i{display: none;}	
.prodcateStyle_3>ul{width: 100%;}
.prodcateStyle_3>ul>li{width: 100%; clear: both; font-size: 14px; line-height: 28px; color: #0da3b4; font-family: microsoft yahei; background: #fff; margin-bottom: 5px; border-bottom:1px solid #eee; padding: 0 10px;}
.prodcateStyle_3>ul>li:after{content: ''; display: block; clear: both;}
.prodcateStyle_3 .subCateUl{}
.prodcateStyle_3 .subCateUl>ul{overflow: hidden;}
.prodcateStyle_3 .subCateUl>ul>li{width: 100%; clear: both; font-weight: bold; font-size: 12px; line-height: 24px;}
.prodcateStyle_3 .subCateUl>ul>li>a{float: left; width: 25%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.prodcateStyle_3 .subCateUl2{float: left; width:75%;}
.prodcateStyle_3 .subCateUl2>li{float: left; margin-right: 5px; margin-bottom: 5px; font-size: 12px; line-height: 24px; padding: 0 6px; border-radius: 12px; background: #eee; color: #333;}

}/*产品样式*/
.prod_default{width:100%; clear: both;}
.prod_default *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 1%;overflow: hidden;}
.prod_default .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default .prod_img span{position: absolute; left: 35%; top: 35%; right: 35%; bottom: 35%; background: none;}
.prod_default .prod_Item:hover .prod_img{transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05);}
.prod_default .prod_Item:hover .prod_img span{background: rgba(255,255,255,.25); left: 0; top: 0; right: 0; bottom: 0;}
.prod_default .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50%; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.prod_default .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.prod_default .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; }
.prod_default .p_name {margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #333; line-height: 1.4; width: 100%;}
.prod_default .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block;}/*文字两行后自动超出隐藏*/
.prod_default .p_detail { font-size: 12px; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default .p_group { margin-bottom: 5px; display: block; float: left; width:59%; color: #666; font-size: 12px;}
.prod_default .p_group .p_lb{display: none;}
.prod_default .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 40%; color: #666; font-size: 12px;}
.prod_default .p_jg{display: none;}
.prod_default .p_price {float: left; line-height: 1; white-space: nowrap;display: block !important; }
.prod_default .p_value {color: #ff002a; font-size:26px;}
.prod_default .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}
.prod_default .prod_info .unit {color: #ff002a;font-size: 16px;}
.prod_default .p_vip {display: block; float: right; text-align: right; line-height:30px; height: 26px; white-space: nowrap;position: absolute;right:0;}
.prod_default .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default .v_value {color: #333; font-size: 18px;}
.prod_default .v_unit {color: #333;font-size: 12px;}
.prod_default .pro_button {margin: 10px 0 0; overflow: hidden;}
.prod_default .p_link { float: left; width: 48%; text-align: center;}
.prod_default .p_link a {display: block; padding: 10px 15px;}
.prod_default .p_cart { text-align: center;}
.prod_default .p_cart a {display: block; padding: 9px 15px; background: #f00; color: #fff;}
.prod_default a{text-decoration:none; }  
.prod_default .p_price2 {clear:both; line-height: 1; white-space: nowrap;font-size:12px !important;color:gray !important;}
.prod_default .p_price2 .p_jg{font-size:14px;color:gray;}
.prod_default .p_price2 .unit{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}

.prod_default .freeinfo{ clear:both; overflow:hidden;}
.prod_default .freeinfo span{ display:block; float:left; border:1px solid red; border-radius:5px; padding:0 5px; color:red; margin-right:5px; box-sizing: border-box; }


/*拼购*/
.prod_default .Collage_ico{ position:absolute; left:10px; top:0; width:40px; height:40px; z-index: 100;}
.prod_default .Collage_ico img{ width:100%; height:100%; vertical-align: top; }
.prod_default .prod_top{ background-color:#ff5656; overflow:hidden; padding:10px 10px; color:white; font-size:14px;}
.prod_default .prod_top_left{ display:inline-block; width:100%; overflow:hidden; vertical-align: middle;}
.prod_default .prod_price{ display:inline-block;color: #ff002a;}
.prod_default .prod_old_price{ font-size:12px; text-decoration:line-through; display:inline-block;}
.prod_default .prod_infos .price_value{ font-size:26px; }
.prod_default .prod_infos .units{font-size:16px;}
.prod_default .prod_infos .zero{ font-size:12px; }
.prod_default .prod_top_right{ display:inline-block; width:100%; vertical-align: middle;position: absolute;bottom: 0;z-index: 99;padding: 10px;background: #f00;color: #fff;}
.prod_default .prod_details{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;font-size: 14px;}
.prod_default .prod_pernum{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;text-align: right;font-size: 14px;}


.prod_default .prod_middle .prod_title{ font-size:14px; line-height:1.5;  margin-bottom: 5px;}
.prod_default .prod_middle .prod_detail{ font-size:12px; color:#666;    margin-bottom: 5px; }

.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; background-color:#f00; color:white; text-align: center; margin: 10px 0;}
.prod_default .pc{ display:block; }
.prod_default .pad,.prod_default .mobile{display:none;}
@media screen and (max-width: 1200px) and (min-width: 641px){
	.prod_default .pad{ display:block; }
	.prod_default .pc,.prod_default .mobile{display:none;}
}
@media screen and (max-width: 640px){
	.prod_default .mobile{ display:block; }
	.prod_default .pc,.prod_default .pad{display:none;}
	.prod_default .Collage_ico{ width:30px; height:30px; }
	.prod_default .prod_top{ font-size:12px; }
	.prod_default .prod_infos{padding: 6px;}
	.prod_default .prod_infos .price_value{ font-size:18px; }
	.prod_default .prod_top_left,.prod_default .prod_top_right{ width:100%; display: block; }
	.prod_default .prod_middle .prod_title{ font-size:14px; }
	.prod_default .prod_middle .prod_detail{ font-size:12px; }
	.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; margin: 0;}
	.prod_default .prod_details {font-size: 12px;width: 100%;display: block;}
	.prod_default .prod_pernum {width: 100%;font-size: 14px;}
	.prod_default .end_text,.prod_default .end_time{display: inline-block;}
	.prod_default .prod_pernum{display: none;}
	.prod_default .pro_button{margin: 0;}
	.prod_default .p_price {line-height: 23px;white-space: nowrap;display: block !important;}
/*拼购结束*/
	.prod_default .p_price2 {padding-top: 5px;}
	.prod_default .prod_info{padding: 6px;}
	.prod_default .unit,.prod_default .p_vip .v_jg,.prod_default .v_unit{font-size: 12px;}
	.prod_default .p_vip{height: 20px; line-height: 23px;}
	.prod_default .v_value{font-size: 14px;}
	.prod_default .p_value{font-size: 18px;}
	.prod_default .prod .p_detail{display: none !important;}
	.prod_default .p_vip {position: relative;float: none !important;clear:both;text-align: left !important;}
}

/*pc*/
#productList_style_01_1525327084027 li{width: 24.25%;}
#productList_style_01_1525327084027 li.prod_Item{margin-bottom:1%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_01_1525327084027 li{width: 32.666666666667%;}
	#productList_style_01_1525327084027 li.prod_Item{margin-bottom:1%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_01_1525327084027 li{width: 49.5%;}
	#productList_style_01_1525327084027 li.prod_Item{margin-bottom:1%;}
}

   
   #productList_style_01_1525327084027 .p_detail.pc,#productList_style_01_1525327084027 .p_name.pc {display:block;}
   #productList_style_01_1525327084027 .p_detail.pad, #productList_style_01_1525327084027 .p_detail.mobile,#productList_style_01_1525327084027 .p_name.pad, #productList_style_01_1525327084027 .p_name.mobile {display:none;}

   @media screen and (min-width:641px) and (max-width:1200px) {
   #productList_style_01_1525327084027 .p_detail.pad,#productList_style_01_1525327084027 .p_name.pad {display:block;}
   #productList_style_01_1525327084027 .p_detail.pc, #productList_style_01_1525327084027 .p_detail.mobile,#productList_style_01_1525327084027 .p_name.pc, #productList_style_01_1525327084027 .p_name.mobile {display:none;}
   }
   @media screen and (max-width:640px) {
   #productList_style_01_1525327084027 .p_detail.mobile,#productList_style_01_1525327084027 .p_name.mobile {display:block;}
   #productList_style_01_1525327084027 .p_detail.pc, #productList_style_01_1525327084027 .p_detail.pad,#productList_style_01_1525327084027 .p_name.pc, #productList_style_01_1525327084027 .p_name.pad {display:none;}
   }
    

	/*产品状态  新品  推荐*/
	#productList_style_01_1525327084027 .status{ color:red; display:inline-block; border:1px solid red; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}




	#productList_style_01_1525327084027 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_01_1525327084027 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_01_1525327084027 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1525327084027 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1525327084027 .submit_div{ display: inline-block; }

	#productList_style_01_1525327084027 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_01_1525327084027 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_01_1525327084027 .page_submit{margin-left:5px;}
	#productList_style_01_1525327084027 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
	@media screen and (max-width:640px) {
			#productList_style_01_1525327084027 .page_btn{ font-size:12px; }
			#productList_style_01_1525327084027 .submit_div{ display:none; }
		}

			#productList_style_01_1525327084027 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_01_1525327084027 .page{line-height:30px; padding:0 13px;}
		}
	                        .prod_default .v_value {color: #333; font-size: 12px;}
            
     #productList_style_01_1525327084027  .showActivity {display: none !important;}
            #productList_style_01_1525327084027  .btnaSet ,#productList_style_01_1525327084027  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	
	#image_style_01_1500371600378 .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_1500371600378 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1500371600378 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1500371600378 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_1500371600387 .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_1500371600387 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1500371600387 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1500371600387 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_1500371600397 .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_1500371600397 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1500371600397 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1500371600397 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_1525319314899 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525319314899 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1525319314899 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1525319314899 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_1525321268789 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525321268789 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1525321268789 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1525321268789 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;}

				.bottomMenu{width: 100%; box-sizing:border-box; display: none;position:fixed;bottom:0; z-index:999999;}

				.bottomMenu ul{position: relative; box-sizing: border-box; width: 100%; height: 50px; background-color: #FFFFFF; border-top: 1px solid #ddd; box-shadow: 0 0px 6px rgba(0,0,0,.1); display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
				.bottomMenu ul li{position:relative; box-sizing: border-box; -webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;}
				.bottomMenu ul li .menuItem{position: relative;}
				.bottomMenu ul li .menuIco{width: 26px; height: 26px; overflow: hidden; margin: 0 auto 4px;}
				.bottomMenu ul li .menuIco img{width: 100%; height: 100%;padding:2px 1px 0;box-sizing:border-box;}
				.bottomMenu ul li .menuName{font-size: 12px; white-space: nowrap; margin: auto; text-align: center; color: #666666; line-height: 1;font-family:Microsoft YaHei;}
				.bottomMenu ul li .submenuItems{position: absolute; bottom: 48px; z-index:999999; width: 100%; text-align: center; border: 1px solid #ddd; background-color: #fff; box-shadow: 0 0px 6px rgba(0,0,0,.1);}
				.bottomMenu ul li .submenuItems a{display: block; height: 36px; line-height: 36px; font-size: 12px; color: #333; border-bottom: 1px solid #ddd; }
				@media screen and (max-width:767px) {
					.bottomMenu{display: block;}
					
					body{padding-bottom:55px!important;}
				}
				