
/**
    *编辑器         \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; }


 #image_style_01_1543549307298{width:5.481377371749825%;height:103px;position:absolute;top:25px;left:47.259311314125085%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1543549307298{width:79px;left:calc(50% - 39.5px);}}   @media screen and (max-width:640px) {#image_style_01_1543549307298{width:53px;height:44px;top:5px;left:calc(50% - 26.5px);}} #image_style_01_1543549307298 > .view_contents{overflow:visible;} 


 #text_style_01_1543557065551{width:16.083333333333332%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:23px;left:20.891927083333332%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1543557065551{display:block;left:26.744764050901377%;top:29.5px;width:195px;height:22px;}}   @media screen and (max-width:640px) {#text_style_01_1543557065551{width:96%;font-size:12px;color:#333;line-height:1.6;top:0px;left:2%;display:block;}}  #text_style_01_1543557065551>.view_contents {font-size:14px;color:#ffffff;font-weight:bold;}

 #image_style_01_1543557187961{width:25px;height:29px;position:absolute;top:23px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1543557187961{top:29.5px;left:0.7423117709437964%;}}   @media screen and (max-width:640px) {#image_style_01_1543557187961{width:20px;height:20px;top:30px;left:46.875%;}} #image_style_01_1543557187961 > .view_contents{overflow:visible;} 

 #image_style_01_1543557361688{width:25px;height:29px;position:absolute;top:24.5px;left:8.384722391764322%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1543557361688{top:29.5px;left:10.679016436903499%;}}   @media screen and (max-width:640px) {#image_style_01_1543557361688{width:20px;height:20px;top:60px;left:46.875%;}} #image_style_01_1543557361688 > .view_contents{overflow:visible;} 

 #image_style_01_1543557409328{width:25px;height:29px;position:absolute;top:23px;left:17.953125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1543557409328{top:29.5px;left:22.564289501590668%;}}   @media screen and (max-width:640px) {#image_style_01_1543557409328{width:20px;height:20px;top:90px;left:46.875%;}} #image_style_01_1543557409328 > .view_contents{overflow:visible;} 

 #text_style_01_1544092560044{width:5.083333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:2.875%;top:23px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1544092560044{left:15.021871686108165%;width:72px;height:22px;top:29px;}}   @media screen and (max-width:640px) {#text_style_01_1544092560044{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:25%;}}  #text_style_01_1544092560044>.view_contents {color:#ffffff;font-size:14px;border-color:#ffffff;border-style:none;border-width:0px;border-bottom:none !important;border-left:none !important;border-top:none !important;border-right:none !important;font-weight:bold;}

 #text_style_01_1544092673114{width:6.083333333333334%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:11.333333333333332%;top:23px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1544092673114{width:77px;left:3.998210498409332%;top:30px;height:22px;}}   @media screen and (max-width:640px) {#text_style_01_1544092673114{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:0%;}}  #text_style_01_1544092673114>.view_contents {color:#ffffff;font-size:13px;border-color:#ffffff;border-style:none;border-width:0px;border-bottom:none !important;border-left:none !important;border-top:none !important;border-right:none !important;font-weight:bold;}

 #searchbox_style_02_1543557493680{width:26.916666666666668%;position:absolute;left:73.08333333333333%;top:16px;}   @media screen and (min-width:641px) and (max-width:1200px) {#searchbox_style_02_1543557493680{left:72.12851272534463%;top:16px;}}   @media screen and (max-width:640px) {#searchbox_style_02_1543557493680{width:96%;left:2%;top:21px;display:none;}} #searchbox_style_02_1543557493680 > .view_contents{overflow:visible;}  #searchbox_style_02_1543557493680 .inputSet {border-top-color:#e2e2e2;border-right-color:#e2e2e2;border-bottom-color:#e2e2e2;border-left-color:#e2e2e2;box-shadow:transparent 0px 0px 0px ;background:#f7d5bb;border-color:#f7d5bb;} #searchbox_style_02_1543557493680 .btnaSet {border-radius:50px;background:#571e2f;color:#ffffff;font-size:16px;height:40px;}
 #div_a_includeBlock_1543557197753{width:1200px;height:72px;position:absolute;top:40.5px;left:calc(50% - 600px);display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1543557197753{height:81px;width:100%;left:0%;display:block;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1543557197753{width:100%;height:138px;top:113px;left:0%;display:none;}} 

 #div_blank_1543557657294{width:1200px;height:2px;position:absolute;top:145px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1543557657294{width:96%;left:2.014846235418876%;}}   @media screen and (max-width:640px) {#div_blank_1543557657294{width:96%;height:200px;top:303px;left:2%;display:none;}} #div_blank_1543557657294 > .view_contents{overflow:visible;}  #div_blank_1543557657294  {box-sizing:border-box;background:rgba(255,255,255,0.2);} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1543557657294  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1543557657294  {box-sizing:border-box;}}

 #dh_style_11_1543557737728{width:1200px;z-index:999;position:absolute;top:173px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_11_1543557737728{z-index:999;width:100%;left:0%;}}   @media screen and (max-width:640px) {#dh_style_11_1543557737728{width:13.125%;z-index:999;top:0%;left:85.1220703125%;}} #dh_style_11_1543557737728 > .view_contents{overflow:visible;}  #dh_style_11_1543557737728 .mainMenuSet:hover {color:#6b1029;font-size:16px;background:transparent;} #dh_style_11_1543557737728 #hot>a {color:#6b1029;font-size:16px;background:transparent;} #dh_style_11_1543557737728 .mainMenuSet {color:#0a0a0a;font-size:16px;} @media screen and (max-width:640px) { #dh_style_11_1543557737728 .icoMenuSet {color:#571e2f;}} @media screen and (max-width:640px) { #dh_style_11_1543557737728 .mainMenuSet {color:#ffffff;}} #comm_layout_header{height:223px;z-index:19;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:238px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:53px;z-index:11;}} #comm_layout_header > .view_contents{overflow:visible;max-width:1200px;}  #comm_layout_header  {background:#f3c39d;opacity:1;border-bottom-color:#e5e5e5;border-bottom-style:none;border-bottom-width:1px;} #comm_layout_header>.view_contents {border-bottom-color:#b2b2b2;border-bottom-style:none;border-bottom-width:2px;}
/*----------------------电脑板式样式----------------------*/
#comm_layout_header{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#comm_layout_header{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#comm_layout_header{
		
	}
}


 #div_blank_1543558712806{width:100%;height:535px;position:absolute;top:0%;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1543558712806{height:400px;}}   @media screen and (max-width:640px) {#div_blank_1543558712806{width:100%;height:170px;top:0px;left:0%;}} #div_blank_1543558712806 > .view_contents{overflow:visible;}  #div_blank_1543558712806  {box-sizing:border-box;background:rgba(0,0,0,0.5);} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1543558712806  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1543558712806  {box-sizing:border-box;}}

 #image_style_01_1543559002045{width:33.37342152736019%;height:38px;position:absolute;top:64px;left:33.3132892363199%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1543559002045{width:550px;height:38px;top:83px;left:20.837751855779427%;}}   @media screen and (max-width:640px) {#image_style_01_1543559002045{width:96%;height:20px;top:30px;left:1.9970703125%;}} #image_style_01_1543559002045 > .view_contents{overflow:visible;} 

 #text_style_01_1543559049272{width:50.45099218280217%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:197px;left:24.774503908598916%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1543559049272{left:22.693531283138917%;top:150px;width:515px;}}   @media screen and (max-width:640px) {#text_style_01_1543559049272{width:96%;font-size:12px;color:#333;line-height:1.6;top:68px;left:1.875%;}}  #text_style_01_1543559049272>.view_contents {font-size:50px;text-align:center;color:#ffffff;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1543559049272>.view_contents {font-size:38px;}} @media screen and (max-width:640px) { #text_style_01_1543559049272>.view_contents {font-size:20px;}}

 #image_style_01_1543559123072{width:48.34636199639206%;height:61px;position:absolute;top:363px;left:25.82681900180397%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1543559123072{width:567px;height:45px;top:260px;left:calc(50% - 283.5px);}}   @media screen and (max-width:640px) {#image_style_01_1543559123072{width:90.3125%;height:25px;top:120px;left:4.84375%;}} #image_style_01_1543559123072 > .view_contents{overflow:visible;}  #layout_1543547710390{height:535px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1543547710390{height:400px;}}   @media screen and (max-width:640px) {#layout_1543547710390{height:170px;}} #layout_1543547710390 > .view_contents{overflow:visible;}  #layout_1543547710390  {background: url(../img/upimages/pkgimg/coffee/20181130141745272.jpg);background-repeat:no-repeat!important;background-size:100% auto;background-position:50% 0% !important;} @media screen and (min-width:641px) and (max-width:1200px) { #layout_1543547710390  {background-position:50% 50% !important;background-size:auto 100%;}} @media screen and (max-width:640px) { #layout_1543547710390  {background-size:auto 100%;}}
 #layout_1543559184304{height:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1543559184304{height:40px;}}   @media screen and (max-width:640px) {#layout_1543559184304{height:20px;}} #layout_1543559184304 > .view_contents{overflow:visible;max-width:1200px;} 



 #text_style_01_1543559442991{width:46.25%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:0%;left:25.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1543559442991{left:26.851851851851855%;}}   @media screen and (max-width:640px) {#text_style_01_1543559442991{width:96%;font-size:12px;color:#333;line-height:1.6;top:0px;left:1.875%;}}  #text_style_01_1543559442991>.view_contents {font-size:24px;text-align:center;color:#222222;} @media screen and (max-width:640px) { #text_style_01_1543559442991>.view_contents {font-size:16px;}}

 #text_style_01_1543559493963{width:61.359867330016584%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:19.315078883495147%;top:55px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1543559493963{left:25%;width:50%;}}   @media screen and (max-width:640px) {#text_style_01_1543559493963{width:96%;font-size:12px;color:#333;line-height:1.6;top:25px;left:2%;}}  #text_style_01_1543559493963>.view_contents {font-size:14px;text-align:center;color:#999999;} @media screen and (max-width:640px) { #text_style_01_1543559493963>.view_contents {font-size:12px;}}

 #image_style_01_1543559528990{width:33.737864077669904%;height:10px;position:absolute;left:33.13106796116505%;top:102px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1543559528990{left:calc(50% - 70px);width:140px;height:10px;}}   @media screen and (max-width:640px) {#image_style_01_1543559528990{width:143px;height:10px;top:44px;left:calc(50% - 71.5px);}} #image_style_01_1543559528990 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1543559468948{width:34.333333333333336%;height:120px;position:absolute;top:0%;left:32.83333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1543559468948{height:112px;width:323px;left:calc(50% - 161.5px);}}   @media screen and (max-width:640px) {#div_a_includeBlock_1543559468948{width:320px;height:56px;top:0px;left:0%;}}  #layout_1543559192072{height:120px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1543559192072{height:112px;}}   @media screen and (max-width:640px) {#layout_1543559192072{height:56px;}} #layout_1543559192072 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1543559596086{height:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1543559596086{height:43px;}}   @media screen and (max-width:640px) {#layout_1543559596086{height:20px;}} #layout_1543559596086 > .view_contents{overflow:visible;max-width:1200px;} 



 #image_style_01_1544148889583{width:380px;height:280px;position:absolute;left:calc(50% - 190px);top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1544148889583{left:9.734513274336283%;width:80%;height:184px;}}   @media screen and (max-width:640px) {#image_style_01_1544148889583{width:96%;height:226px;top:0px;left:2%;}} #image_style_01_1544148889583 > .view_contents{overflow:visible;} 

 #text_style_01_1544148889587{width:80px;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:calc(50% - 40px);top:100px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1544148889587{left:calc(50% - 40px);width:80px;display:none;top:52px;}}   @media screen and (max-width:640px) {#text_style_01_1544148889587{width:80px;font-size:12px;color:#333;line-height:1.6;top:73px;left:calc(50% - 40px);display:none;}}  #text_style_01_1544148889587>.view_contents {color:#ffffff;font-weight:bold;text-align:center;background:rgba(0,0,0,0.4);border-radius:40px;height:80px;line-height:40px;font-size:18px;} @media screen and (max-width:640px) { #text_style_01_1544148889587>.view_contents {font-size:16px;}}

 #text_style_01_1544148889592{width:61.80555555555556%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:19.09722222222222%;top:307px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1544148889592{left:25%;width:50%;top:219px;}}   @media screen and (max-width:640px) {#text_style_01_1544148889592{width:96%;font-size:12px;color:#333;line-height:1.6;top:246px;left:2%;}}  #text_style_01_1544148889592>.view_contents {color:#222222;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1544148889592>.view_contents {font-size:16px;}}

 #text_style_01_1544148889600{width:140px;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:calc(50% - 70px);top:351px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1544148889600{left:25%;width:50%;top:268px;}}   @media screen and (max-width:640px) {#text_style_01_1544148889600{width:149px;font-size:12px;color:#333;line-height:1.6;top:294px;left:26.718750000000004%;height:30px;}}  #text_style_01_1544148889600>.view_contents {color:#666666;background:transparent;height:40px;line-height:40px;text-align:center;border-radius:20px;border-style:solid;border-width:1px;border-color:#e2e2e2;font-size:14px;} #text_style_01_1544148889600 .view_contents:hover {background:#571e2f;border-width:1px;border-style:solid;border-color:#571e2f;border-radius:20px;color:#ffffff;font-family:Microsoft YaHei;font-size:14px;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1544148889600>.view_contents {font-size:12px;line-height:30px;height:30px;}} @media screen and (max-width:640px) { #text_style_01_1544148889600 .view_contents:hover {font-size:12px;}}
 #div_a_includeBlock_1544148889115{width:24%;height:433px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1544148889115{height:346px;width:226px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1544148889115{width:320px;height:353px;top:0px;left:0%;}} 


 #image_style_01_1544148889475{width:380px;height:280px;position:absolute;left:calc(50% - 190px);top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1544148889475{left:10.176991150442479%;width:80%;height:184px;}}   @media screen and (max-width:640px) {#image_style_01_1544148889475{width:96%;height:226px;top:0px;left:2%;}} #image_style_01_1544148889475 > .view_contents{overflow:visible;} 

 #text_style_01_1544148889489{width:80px;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:calc(50% - 40px);top:100px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1544148889489{left:calc(50% - 40px);width:80px;display:none;top:52px;}}   @media screen and (max-width:640px) {#text_style_01_1544148889489{width:80px;font-size:12px;color:#333;line-height:1.6;top:73px;left:calc(50% - 40px);display:none;height:80px;}}  #text_style_01_1544148889489>.view_contents {color:#ffffff;font-weight:bold;text-align:center;background:rgba(0,0,0,0.4);border-radius:40px;height:80px;line-height:40px;font-size:18px;} @media screen and (max-width:640px) { #text_style_01_1544148889489>.view_contents {font-size:16px;}}

 #text_style_01_1544148889495{width:56.25%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:21.875%;top:307px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1544148889495{left:25%;width:50%;top:219px;}}   @media screen and (max-width:640px) {#text_style_01_1544148889495{width:96%;font-size:12px;color:#333;line-height:1.6;top:254px;left:2%;}}  #text_style_01_1544148889495>.view_contents {color:#222222;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1544148889495>.view_contents {font-size:16px;}}

 #text_style_01_1544148889500{width:140px;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:calc(50% - 70px);top:351px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1544148889500{left:25%;width:50%;top:268px;}}   @media screen and (max-width:640px) {#text_style_01_1544148889500{width:149px;font-size:12px;color:#333;line-height:1.6;top:294px;left:calc(50% - 74.5px);height:30px;}}  #text_style_01_1544148889500>.view_contents {color:#666666;background:transparent;height:40px;line-height:40px;text-align:center;border-radius:20px;border-style:solid;border-width:1px;border-color:#e2e2e2;font-size:14px;} #text_style_01_1544148889500 .view_contents:hover {background:#571e2f;border-width:1px;border-style:solid;border-color:#571e2f;border-radius:20px;color:#ffffff;font-family:Microsoft YaHei;font-size:14px;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1544148889500>.view_contents {line-height:30px;height:30px;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1544148889500 .view_contents:hover {font-size:12px;}}
 #div_a_includeBlock_1544148889124{width:24%;height:433px;position:absolute;top:0px;left:25.3%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1544148889124{width:226px;height:346px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1544148889124{width:320px;height:353px;top:356px;left:0%;}} 


 #image_style_01_1544148889692{width:380px;height:280px;position:absolute;left:calc(50% - 190px);top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1544148889692{left:9.955752212389381%;width:80%;height:184px;}}   @media screen and (max-width:640px) {#image_style_01_1544148889692{width:96%;height:226px;top:0px;left:2%;}} #image_style_01_1544148889692 > .view_contents{overflow:visible;} 

 #text_style_01_1544148889696{width:80px;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:calc(50% - 40px);top:100px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1544148889696{left:calc(50% - 40px);width:80px;display:none;top:52px;}}   @media screen and (max-width:640px) {#text_style_01_1544148889696{width:80px;font-size:12px;color:#333;line-height:1.6;top:73px;left:calc(50% - 40px);display:block;height:80px;}}  #text_style_01_1544148889696>.view_contents {color:#ffffff;font-weight:bold;text-align:center;background:rgba(0,0,0,0.4);border-radius:40px;height:80px;line-height:40px;font-size:18px;} @media screen and (max-width:640px) { #text_style_01_1544148889696>.view_contents {font-size:16px;}}

 #text_style_01_1544148889704{width:65.625%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:17.1875%;top:307px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1544148889704{left:25%;width:50%;top:219px;}}   @media screen and (max-width:640px) {#text_style_01_1544148889704{width:96%;font-size:12px;color:#333;line-height:1.6;top:254px;left:2%;}}  #text_style_01_1544148889704>.view_contents {color:#222222;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1544148889704>.view_contents {font-size:16px;}}

 #text_style_01_1544148889710{width:140px;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:calc(50% - 70px);top:351px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1544148889710{left:25%;width:50%;top:268px;}}   @media screen and (max-width:640px) {#text_style_01_1544148889710{width:149px;font-size:12px;color:#333;line-height:1.6;top:294px;left:calc(50% - 74.5px);height:30px;}}  #text_style_01_1544148889710>.view_contents {color:#666666;background:transparent;height:40px;line-height:40px;text-align:center;border-radius:20px;border-style:solid;border-width:1px;border-color:#e2e2e2;font-size:14px;} #text_style_01_1544148889710 .view_contents:hover {background:#571e2f;border-width:1px;border-style:solid;border-color:#571e2f;border-radius:20px;color:#ffffff;font-family:Microsoft YaHei;font-size:14px;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1544148889710>.view_contents {font-size:12px;line-height:30px;height:30px;}} @media screen and (max-width:640px) { #text_style_01_1544148889710 .view_contents:hover {font-size:12px;}}
 #div_a_includeBlock_1544148889128{width:24%;height:433px;position:absolute;top:0px;left:50.6%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1544148889128{width:226px;height:346px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1544148889128{width:320px;height:353px;top:709px;left:0%;}} 


 #image_style_01_1544149082153{width:380px;height:280px;position:absolute;left:calc(50% - 190px);top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1544149082153{left:9.955752212389381%;width:80%;height:184px;}}   @media screen and (max-width:640px) {#image_style_01_1544149082153{width:96%;height:226px;top:0px;left:2%;}} #image_style_01_1544149082153 > .view_contents{overflow:visible;} 

 #text_style_01_1544149082161{width:80px;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:calc(50% - 40px);top:100px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1544149082161{left:calc(50% - 40px);width:80px;display:none;top:52px;}}   @media screen and (max-width:640px) {#text_style_01_1544149082161{width:80px;font-size:12px;color:#333;line-height:1.6;top:73px;left:calc(50% - 40px);display:none;height:80px;}}  #text_style_01_1544149082161>.view_contents {color:#ffffff;font-weight:bold;text-align:center;background:rgba(0,0,0,0.4);border-radius:40px;height:80px;line-height:40px;font-size:18px;} @media screen and (max-width:640px) { #text_style_01_1544149082161>.view_contents {font-size:16px;}}

 #text_style_01_1544149082173{width:65.625%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:17.1875%;top:307px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1544149082173{left:25%;width:50%;top:219px;}}   @media screen and (max-width:640px) {#text_style_01_1544149082173{width:96%;font-size:12px;color:#333;line-height:1.6;top:254px;left:2%;}}  #text_style_01_1544149082173>.view_contents {color:#222222;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1544149082173>.view_contents {font-size:16px;}}

 #text_style_01_1544149082182{width:140px;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:calc(50% - 70px);top:351px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1544149082182{left:25%;width:50%;top:268px;}}   @media screen and (max-width:640px) {#text_style_01_1544149082182{width:149px;font-size:12px;color:#333;line-height:1.6;top:294px;left:calc(50% - 74.5px);height:30px;}}  #text_style_01_1544149082182>.view_contents {color:#666666;background:transparent;height:40px;line-height:40px;text-align:center;border-radius:20px;border-style:solid;border-width:1px;border-color:#e2e2e2;font-size:14px;} #text_style_01_1544149082182 .view_contents:hover {background:#571e2f;border-width:1px;border-style:solid;border-color:#571e2f;border-radius:20px;color:#ffffff;font-family:Microsoft YaHei;font-size:14px;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1544149082182>.view_contents {font-size:12px;line-height:30px;height:30px;}} @media screen and (max-width:640px) { #text_style_01_1544149082182 .view_contents:hover {font-size:12px;}}
 #div_a_includeBlock_1544149082050{width:24%;height:433px;position:absolute;top:0px;left:76%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1544149082050{width:226px;height:346px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1544149082050{width:320px;height:353px;top:1062px;left:0%;}}  #layout_1544148889113{height:433px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1544148889113{height:346px;}}   @media screen and (max-width:640px) {#layout_1544148889113{height:1415px;}} #layout_1544148889113 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1543573036992{height:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1543573036992{height:1px;}}   @media screen and (max-width:640px) {#layout_1543573036992{height:1px;}} #layout_1543573036992 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1543800056257{width:17%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:33px;left:5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1543800056257{top:33px;left:2.8781150583244965%;}}   @media screen and (max-width:640px) {#text_style_01_1543800056257{width:53.125%;font-size:12px;color:#333;line-height:1.6;top:17px;left:1.9970703125%;}}  #text_style_01_1543800056257>.view_contents {color:#631d31;font-size:24px;} @media screen and (max-width:640px) { #text_style_01_1543800056257>.view_contents {font-size:18px;}}

 #div_blank_1543800130343{width:3%;height:2px;position:absolute;top:117px;left:5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1543800130343{top:104px;left:2.8781150583244965%;}}   @media screen and (max-width:640px) {#div_blank_1543800130343{width:20px;height:4px;top:69px;left:1.9970703125%;}} #div_blank_1543800130343 > .view_contents{overflow:visible;}  #div_blank_1543800130343  {box-sizing:border-box;background:#571e2f;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1543800130343  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1543800130343  {box-sizing:border-box;}}

 #text_style_01_1543800137989{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:76px;left:5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1543800137989{top:72px;left:2.8781150583244965%;}}   @media screen and (max-width:640px) {#text_style_01_1543800137989{width:43.125%;font-size:12px;color:#333;line-height:1.6;top:45px;left:1.9970703125%;}}  #text_style_01_1543800137989>.view_contents {color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1543800137989>.view_contents {font-size:14px;}}

 #text_style_01_1543800233979{width:36.083333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:144px;left:5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1543800233979{top:130px;left:2.8781150583244965%;width:357px;}}   @media screen and (max-width:640px) {#text_style_01_1543800233979{width:96%;font-size:12px;color:#333;line-height:1.6;top:98px;left:1.9970703125%;}}  #text_style_01_1543800233979>.view_contents {font-size:16px;text-indent:0em;color:#631d31;} @media screen and (max-width:640px) { #text_style_01_1543800233979>.view_contents {font-size:12px;}}

 #image_style_01_1543800397117{width:53.91666666666667%;height:359px;position:absolute;top:42px;left:46.08333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1543800397117{height:321px;width:481px;left:45.976935312831394%;top:50px;}}   @media screen and (max-width:640px) {#image_style_01_1543800397117{width:96%;height:205px;top:245px;left:1.9970703125%;}} #image_style_01_1543800397117 > .view_contents{overflow:visible;} 

 #text_style_01_1543800496554{width:140px;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:366px;left:5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1543800496554{width:120px;left:2.8781150583244965%;top:353px;}}   @media screen and (max-width:640px) {#text_style_01_1543800496554{width:96%;font-size:12px;color:#333;line-height:1.6;top:632px;left:2%;display:none;}}  #text_style_01_1543800496554>.view_contents {text-align:center;border-radius:20px;color:#ffffff;background:#571e2f;font-size:14px;height:40px;line-height:40px;} #layout_1543573045831{height:446px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1543573045831{height:423px;}}   @media screen and (max-width:640px) {#layout_1543573045831{height:464px;}} #layout_1543573045831 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1543573045831  {background:#f3c39d;}
 #layout_1543800652715{height:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1543800652715{height:40px;}}   @media screen and (max-width:640px) {#layout_1543800652715{height:20px;}} #layout_1543800652715 > .view_contents{overflow:visible;max-width:1200px;} 



 #text_style_01_1544236583722{width:46.25%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:0%;left:25.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1544236583722{left:26.851851851851855%;}}   @media screen and (max-width:640px) {#text_style_01_1544236583722{width:96%;font-size:12px;color:#333;line-height:1.6;top:0px;left:2%;}}  #text_style_01_1544236583722>.view_contents {font-size:24px;text-align:center;color:#222222;} @media screen and (max-width:640px) { #text_style_01_1544236583722>.view_contents {font-size:16px;}}

 #text_style_01_1544236583734{width:61.359867330016584%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:19.41747572815534%;top:55px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1544236583734{left:25%;width:50%;}}   @media screen and (max-width:640px) {#text_style_01_1544236583734{width:96%;font-size:12px;color:#333;line-height:1.6;top:35px;left:2%;}}  #text_style_01_1544236583734>.view_contents {font-size:14px;text-align:center;color:#999999;} @media screen and (max-width:640px) { #text_style_01_1544236583734>.view_contents {font-size:12px;}}

 #image_style_01_1544236583751{width:33.737864077669904%;height:10px;position:absolute;left:33.13106796116505%;top:102px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1544236583751{left:calc(50% - 70px);width:140px;height:10px;}}   @media screen and (max-width:640px) {#image_style_01_1544236583751{width:140px;height:10px;top:64px;left:calc(50% - 70px);}} #image_style_01_1544236583751 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1544236583353{width:34.333333333333336%;height:120px;position:absolute;top:0%;left:32.83333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1544236583353{height:112px;width:323px;left:calc(50% - 161.5px);}}   @media screen and (max-width:640px) {#div_a_includeBlock_1544236583353{width:100%;height:78px;top:0px;left:0%;}}  #layout_1544236583350{height:120px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1544236583350{height:112px;}}   @media screen and (max-width:640px) {#layout_1544236583350{height:78px;}} #layout_1544236583350 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1543800669773{height:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1543800669773{height:40px;}}   @media screen and (max-width:640px) {#layout_1543800669773{height:20px;}} #layout_1543800669773 > .view_contents{overflow:visible;max-width:1200px;} 




 #image_style_03_1543804079743{width:40.2%;height:481px;position:absolute;left:0%;top:40px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1543804079743{width:48.4%;height:410px;left:2%;}}   @media screen and (max-width:640px) {#image_style_03_1543804079743{width:96%;height:258px;top:20px;left:1.875%;}} #image_style_03_1543804079743 > .view_contents{overflow:visible;}  #image_style_03_1543804079743 .tipsText {font-size:24px;} @media screen and (max-width:640px) { #image_style_03_1543804079743 .tipsText {font-size:18px;}}

 #productList_style_01_1543804927200{width:55%;position:absolute;left:43%;top:40px;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_01_1543804927200{width:47.295864262990456%;left:51.482966595970304%;top:43px;}}   @media screen and (max-width:640px) {#productList_style_01_1543804927200{width:95.9375%;top:308px;left:1.875%;}} #productList_style_01_1543804927200 > .view_contents{overflow:visible;}  #productList_style_01_1543804927200 .detailSet {line-height:18px;padding-top:40px;font-size:13px;} #productList_style_01_1543804927200 .titleSet {font-size:18px;} @media screen and (max-width:640px) { #productList_style_01_1543804927200 .detailSet {padding-top:20px;font-size:12px;}} @media screen and (max-width:640px) { #productList_style_01_1543804927200 .modSet {font-size:14px;}} @media screen and (max-width:640px) { #productList_style_01_1543804927200 .titleSet {font-size:14px;}} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_01_1543804927200 .titleSet {margin-bottom:0px;padding-top:25px;}} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_01_1543804927200 .detailSet {padding-top:25px;}}

 #div_blank_1543804979155{width:30px;height:4px;position:absolute;left:43%;top:410px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1543804979155{left:51.49953605514316%;top:271px;}}   @media screen and (max-width:640px) {#div_blank_1543804979155{width:25px;height:4px;top:492px;left:4.7998046875%;}} #div_blank_1543804979155 > .view_contents{overflow:visible;}  #div_blank_1543804979155  {box-sizing:border-box;background:#571e2f;} #div_blank_1543804979155 .detailSet {font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1543804979155  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1543804979155  {box-sizing:border-box;}}

 #div_blank_1543804999888{width:30px;height:4px;position:absolute;left:71.91666666666666%;top:410px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1543804999888{left:76.5%;top:271px;}}   @media screen and (max-width:640px) {#div_blank_1543804999888{width:25px;height:4px;top:492px;left:54.6875%;}} #div_blank_1543804999888 > .view_contents{overflow:visible;}  #div_blank_1543804999888  {box-sizing:border-box;background:#571e2f;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1543804999888  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1543804999888  {box-sizing:border-box;}}

 #image_style_03_1543805035606{width:40.25%;height:481px;position:absolute;left:0%;top:40px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1543805035606{width:48.4%;left:2%;height:410px;}}   @media screen and (max-width:640px) {#image_style_03_1543805035606{width:96%;height:258px;top:20px;left:1.875%;}} #image_style_03_1543805035606 > .view_contents{overflow:visible;}  #image_style_03_1543805035606 .tipsText {font-size:24px;} @media screen and (max-width:640px) { #image_style_03_1543805035606 .tipsText {font-size:18px;}}

 #productList_style_01_1543805045546{width:55%;position:absolute;left:43%;top:40px;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_01_1543805045546{width:47.2%;left:51.4%;top:40px;}}   @media screen and (max-width:640px) {#productList_style_01_1543805045546{width:96%;top:300px;left:1.875%;}} #productList_style_01_1543805045546 > .view_contents{overflow:visible;}  #productList_style_01_1543805045546 .detailSet {line-height:18px;padding-top:40px;color:#383838;font-size:14px;} #productList_style_01_1543805045546 .titleSet {font-size:18px;} @media screen and (max-width:640px) { #productList_style_01_1543805045546 .detailSet {padding-top:30px;font-size:12px;}} @media screen and (max-width:640px) { #productList_style_01_1543805045546 .titleSet {font-size:14px;}} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_01_1543805045546 .titleSet {padding-top:25px;margin-bottom:0px;}} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_01_1543805045546 .detailSet {padding-top:25px;margin-bottom:0px;}}

 #div_blank_1543805138867{width:2.5%;height:4px;position:absolute;left:43%;top:411px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1543805138867{left:51.5%;top:271px;width:30px;height:4px;}}   @media screen and (max-width:640px) {#div_blank_1543805138867{width:25px;height:4px;top:491px;left:4.7998046875%;}} #div_blank_1543805138867 > .view_contents{overflow:visible;}  #div_blank_1543805138867  {box-sizing:border-box;background:#571e2f;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1543805138867  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1543805138867  {box-sizing:border-box;}}

 #div_blank_1543805179919{width:2.5%;height:4px;position:absolute;left:72%;top:411px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1543805179919{width:30px;height:4px;left:76.5%;top:271px;}}   @media screen and (max-width:640px) {#div_blank_1543805179919{width:25px;height:4px;top:490px;left:54.599609375%;}} #div_blank_1543805179919 > .view_contents{overflow:visible;}  #div_blank_1543805179919  {box-sizing:border-box;background:#571e2f;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1543805179919  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1543805179919  {box-sizing:border-box;}}

 #image_style_03_1543805236465{width:40.25%;height:481px;position:absolute;left:0%;top:40px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1543805236465{width:48.4%;left:2%;height:410px;}}   @media screen and (max-width:640px) {#image_style_03_1543805236465{width:96%;height:258px;top:20px;left:2%;}} #image_style_03_1543805236465 > .view_contents{overflow:visible;}  #image_style_03_1543805236465 .tipsText {font-size:24px;} @media screen and (max-width:640px) { #image_style_03_1543805236465 .tipsText {font-size:18px;}}

 #productList_style_01_1543805241198{width:55%;position:absolute;left:43%;top:40px;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_01_1543805241198{width:47.2%;left:51.4%;}}   @media screen and (max-width:640px) {#productList_style_01_1543805241198{width:96%;top:300px;left:1.9970703125%;}} #productList_style_01_1543805241198 > .view_contents{overflow:visible;}  #productList_style_01_1543805241198 .detailSet {line-height:18px;padding-top:40px;font-size:14px;} #productList_style_01_1543805241198 .titleSet {font-size:18px;} @media screen and (max-width:640px) { #productList_style_01_1543805241198 .detailSet {padding-top:30px;font-size:12px;}} @media screen and (max-width:640px) { #productList_style_01_1543805241198 .titleSet {font-size:14px;}} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_01_1543805241198 .titleSet {margin-bottom:0px;padding-top:25px;}} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_01_1543805241198 .detailSet {padding-top:25px;}}

 #div_blank_1543805325360{width:30px;height:4px;position:absolute;left:43%;top:411px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1543805325360{left:51.5%;top:271px;width:30px;height:4px;}}   @media screen and (max-width:640px) {#div_blank_1543805325360{width:25px;height:4px;top:495px;left:4.296875%;}} #div_blank_1543805325360 > .view_contents{overflow:visible;}  #div_blank_1543805325360  {box-sizing:border-box;background:#571e2f;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1543805325360  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1543805325360  {box-sizing:border-box;}}

 #div_blank_1543805353181{width:2.5%;height:4px;position:absolute;left:72%;top:411px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1543805353181{width:30px;height:4px;top:271px;left:76.5%;}}   @media screen and (max-width:640px) {#div_blank_1543805353181{width:25px;height:4px;top:495px;left:54.599609375%;}} #div_blank_1543805353181 > .view_contents{overflow:visible;}  #div_blank_1543805353181  {box-sizing:border-box;background:#571e2f;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1543805353181  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1543805353181  {box-sizing:border-box;}}

 #image_style_03_1543803186703{width:483px;height:481px;position:absolute;left:0%;top:40px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1543803186703{left:2%;width:48.4%;height:410px;}}   @media screen and (max-width:640px) {#image_style_03_1543803186703{width:96%;height:306px;top:20px;left:2%;}} #image_style_03_1543803186703 > .view_contents{overflow:visible;}  #image_style_03_1543803186703 .tipsText {font-size:24px;} @media screen and (max-width:640px) { #image_style_03_1543803186703 .tipsText {font-size:18px;}}

 #productList_style_01_1543803576926{width:55%;position:absolute;left:43.0%;top:40px;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_01_1543803576926{left:51.39846235418876%;width:47.2%;top:41px;}}   @media screen and (max-width:640px) {#productList_style_01_1543803576926{width:96%;top:344px;left:1.9970703125%;}} #productList_style_01_1543803576926 > .view_contents{overflow:visible;}  #productList_style_01_1543803576926 .detailSet {line-height:18px;padding-top:40px;font-size:14px;} #productList_style_01_1543803576926 .titleSet {font-size:18px;} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_01_1543803576926 .titleSet {margin-bottom:0px;padding-top:25px;}} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_01_1543803576926 .detailSet {padding-top:25px;margin-bottom:0px;}} @media screen and (max-width:640px) { #productList_style_01_1543803576926 .titleSet {font-size:14px;}} @media screen and (max-width:640px) { #productList_style_01_1543803576926 .detailSet {font-size:12px;padding-top:20px;}}

 #div_blank_1543803822054{width:2.5%;height:4px;position:absolute;left:43%;top:411px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1543803822054{left:76.5%;width:30px;top:271px;height:4px;}}   @media screen and (max-width:640px) {#div_blank_1543803822054{width:25px;height:4px;top:528px;left:4.19921875%;}} #div_blank_1543803822054 > .view_contents{overflow:visible;}  #div_blank_1543803822054  {box-sizing:border-box;background:#571e2f;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1543803822054  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1543803822054  {box-sizing:border-box;}}

 #div_blank_1543803892550{width:2.5%;height:4px;position:absolute;left:72%;top:411px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1543803892550{left:51.5%;top:271px;width:30px;height:4px;}}   @media screen and (max-width:640px) {#div_blank_1543803892550{width:25px;height:4px;top:528px;left:55.93749999999999%;}} #div_blank_1543803892550 > .view_contents{overflow:visible;}  #div_blank_1543803892550  {box-sizing:border-box;background:#571e2f;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1543803892550  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1543803892550  {box-sizing:border-box;}}

 #image_style_03_1543805504118{width:40.25%;height:481px;position:absolute;left:0%;top:40px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1543805504118{width:48.4%;left:2%;height:410px;}}   @media screen and (max-width:640px) {#image_style_03_1543805504118{width:96%;height:258px;top:20px;left:2%;}} #image_style_03_1543805504118 > .view_contents{overflow:visible;}  #image_style_03_1543805504118 .tipsText {font-size:24px;} @media screen and (max-width:640px) { #image_style_03_1543805504118 .tipsText {font-size:18px;}}

 #productList_style_01_1543805512077{width:55%;position:absolute;left:43%;top:40px;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_01_1543805512077{width:47.2%;left:51.4%;}}   @media screen and (max-width:640px) {#productList_style_01_1543805512077{width:95%;top:303px;left:2.5%;}} #productList_style_01_1543805512077 > .view_contents{overflow:visible;}  #productList_style_01_1543805512077 .detailSet {line-height:18px;padding-top:40px;font-size:14px;} #productList_style_01_1543805512077 .titleSet {font-size:18px;} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_01_1543805512077 .titleSet {padding-top:25px;margin-bottom:0px;}} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_01_1543805512077 .detailSet {padding-top:25px;margin-bottom:0px;}} @media screen and (max-width:640px) { #productList_style_01_1543805512077 .titleSet {font-size:14px;}} @media screen and (max-width:640px) { #productList_style_01_1543805512077 .detailSet {font-size:12px;padding-top:20px;}}

 #div_blank_1543805532240{width:2.5%;height:4px;position:absolute;left:43%;top:413px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1543805532240{width:30px;left:51.5%;top:271px;}}   @media screen and (max-width:640px) {#div_blank_1543805532240{width:25px;height:4px;top:489px;left:3.80859375%;}} #div_blank_1543805532240 > .view_contents{overflow:visible;}  #div_blank_1543805532240  {box-sizing:border-box;background:#571e2f;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1543805532240  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1543805532240  {box-sizing:border-box;}}

 #div_blank_1543805573442{width:2.5%;height:4px;position:absolute;left:72%;top:413px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1543805573442{width:30px;height:4px;left:76.5%;top:271px;}}   @media screen and (max-width:640px) {#div_blank_1543805573442{width:25px;height:4px;top:489px;left:55.00000000000001%;}} #div_blank_1543805573442 > .view_contents{overflow:visible;}  #div_blank_1543805573442  {box-sizing:border-box;background:#571e2f;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1543805573442  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1543805573442  {box-sizing:border-box;}} #tab_style_03_1543802051327{width:100%;height:571px;position:absolute;top:0%;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#tab_style_03_1543802051327{height:500px;}}   @media screen and (max-width:640px) {#tab_style_03_1543802051327{width:100%;height:667px;top:0px;left:0%;}} #tab_style_03_1543802051327 > .view_contents{overflow:visible;}  #tab_style_03_1543802051327 .tabconSet {background:#ffffff;} #tab_style_03_1543802051327 .tabItemSet {background:#ffffff;font-size:14px;border-color:#dbdbdb;border-style:solid;border-width:1px;border-radius:20px;} #tab_style_03_1543802051327 .tabItemSet.tabCurItem {background:#571e2f;font-size:14px;color:#ffffff;} #tab_style_03_1543802051327 .tabItemSet:hover {color:#ffffff;background:#571e2f;} @media screen and (max-width:640px) { #tab_style_03_1543802051327 .tabItemSet {height:40px;font-size:12px;}} @media screen and (max-width:640px) { #tab_style_03_1543802051327 .tabItemSet.tabCurItem {font-size:12px;}} #layout_1543800640711{height:571px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1543800640711{height:544px;}}   @media screen and (max-width:640px) {#layout_1543800640711{height:667px;}} #layout_1543800640711 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1543805884193{height:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1543805884193{height:1px;}}   @media screen and (max-width:640px) {#layout_1543805884193{height:20px;}} #layout_1543805884193 > .view_contents{overflow:visible;max-width:1200px;} 



 #text_style_01_1544236647909{width:46.25%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:0%;left:25.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1544236647909{left:26.851851851851855%;}}   @media screen and (max-width:640px) {#text_style_01_1544236647909{width:96%;font-size:12px;color:#333;line-height:1.6;top:0px;left:2%;}}  #text_style_01_1544236647909>.view_contents {font-size:24px;text-align:center;color:#222222;} @media screen and (max-width:640px) { #text_style_01_1544236647909>.view_contents {font-size:16px;}}

 #text_style_01_1544236647928{width:61.359867330016584%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:19.41747572815534%;top:55px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1544236647928{left:25%;width:50%;}}   @media screen and (max-width:640px) {#text_style_01_1544236647928{width:96%;font-size:12px;color:#333;line-height:1.6;top:35px;left:2%;}}  #text_style_01_1544236647928>.view_contents {font-size:14px;text-align:center;color:#999999;} @media screen and (max-width:640px) { #text_style_01_1544236647928>.view_contents {font-size:12px;}}

 #image_style_01_1544236647934{width:33.737864077669904%;height:10px;position:absolute;left:33.13106796116505%;top:102px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1544236647934{left:calc(50% - 70px);width:140px;height:10px;}}   @media screen and (max-width:640px) {#image_style_01_1544236647934{width:143px;height:10px;top:64px;left:calc(50% - 71.5px);}} #image_style_01_1544236647934 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1544236647640{width:34.333333333333336%;height:120px;position:absolute;top:0%;left:32.83333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1544236647640{height:112px;width:323px;left:calc(50% - 161.5px);}}   @media screen and (max-width:640px) {#div_a_includeBlock_1544236647640{width:100%;height:77px;top:0px;left:0%;}}  #layout_1544236647639{height:120px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1544236647639{height:112px;}}   @media screen and (max-width:640px) {#layout_1544236647639{height:77px;}} #layout_1544236647639 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1543805903304{height:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1543805903304{height:40px;}}   @media screen and (max-width:640px) {#layout_1543805903304{height:20px;}} #layout_1543805903304 > .view_contents{overflow:visible;max-width:1200px;} 


 #newsList_style_01_1543806269564{width:1200px;left:calc(50% - 600px);top:0%;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_01_1543806269564{width:72.00424178154825%;left:2%;}}   @media screen and (max-width:640px) {#newsList_style_01_1543806269564{width:96%;left:2%;top:0px;}}  #newsList_style_01_1543806269564 .riSet {color:#222222;} #newsList_style_01_1543806269564 .datSet {border-color:#000000;} #newsList_style_01_1543806269564 .nianSet {color:#666666;} #newsList_style_01_1543806269564 .yueSet {color:#666666;} #newsList_style_01_1543806269564 .titleSet {color:#222222;} #newsList_style_01_1543806269564 .detailSet {color:#666666;} #newsList_style_01_1543806269564 .modSet {padding-bottom:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_01_1543806269564 .detailSet {padding-bottom:8px;}} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_01_1543806269564 .modSet {padding-bottom:0px;padding-top:10px;}} @media screen and (max-width:640px) { #newsList_style_01_1543806269564 .modSet {padding-bottom:0px;}} @media screen and (max-width:640px) { #newsList_style_01_1543806269564 .detailSet {font-size:12px;}} @media screen and (max-width:640px) { #newsList_style_01_1543806269564 .titleSet {font-size:14px;}}

 #image_style_01_1543808952997{width:21.833333333333332%;height:134px;position:absolute;top:9px;left:78.16666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1543808952997{width:260px;left:72.42841993637327%;height:117px;top:10px;}}   @media screen and (max-width:640px) {#image_style_01_1543808952997{width:96%;height:229px;top:0%;left:2%;display:none;}} #image_style_01_1543808952997 > .view_contents{overflow:visible;} 

 #image_style_01_1544154188682{width:21.833333333333332%;height:134px;position:absolute;top:164px;left:78.16666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1544154188682{width:260px;height:117px;left:72.42841993637327%;top:164px;}}   @media screen and (max-width:640px) {#image_style_01_1544154188682{width:96%;height:229px;top:10px;left:4%;display:none;}} #image_style_01_1544154188682 > .view_contents{overflow:visible;} 

 #image_style_01_1544154313149{width:21.833333333333332%;height:134px;position:absolute;top:318px;left:78.16666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1544154313149{width:262px;height:117px;left:72.21633085896076%;top:318px;}}   @media screen and (max-width:640px) {#image_style_01_1544154313149{width:96%;height:229px;top:174px;left:4%;display:none;}} #image_style_01_1544154313149 > .view_contents{overflow:visible;}  #layout_1543805869210{height:462px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1543805869210{height:435px;}}   @media screen and (max-width:640px) {#layout_1543805869210{height:458px;}} #layout_1543805869210 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1543808223024{height:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1543808223024{height:40px;}}   @media screen and (max-width:640px) {#layout_1543808223024{height:20px;}} #layout_1543808223024 > .view_contents{overflow:visible;max-width:1200px;} 



 #text_style_01_1544236675846{width:46.25%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:0%;left:25.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1544236675846{left:26.851851851851855%;}}   @media screen and (max-width:640px) {#text_style_01_1544236675846{width:96%;font-size:12px;color:#333;line-height:1.6;top:0px;left:2%;}}  #text_style_01_1544236675846>.view_contents {font-size:24px;text-align:center;color:#222222;} @media screen and (max-width:640px) { #text_style_01_1544236675846>.view_contents {font-size:16px;}}

 #text_style_01_1544236675867{width:79.6116504854369%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:10.194174757281553%;top:55px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1544236675867{left:25%;width:50%;}}   @media screen and (max-width:640px) {#text_style_01_1544236675867{width:96%;font-size:12px;color:#333;line-height:1.6;top:35px;left:2%;}}  #text_style_01_1544236675867>.view_contents {font-size:14px;text-align:center;color:#999999;} @media screen and (max-width:640px) { #text_style_01_1544236675867>.view_contents {font-size:12px;}}

 #image_style_01_1544236675870{width:33.737864077669904%;height:10px;position:absolute;left:33.13106796116505%;top:102px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1544236675870{left:calc(50% - 70px);width:140px;height:10px;}}   @media screen and (max-width:640px) {#image_style_01_1544236675870{width:144px;height:10px;top:64px;left:calc(50% - 72px);}} #image_style_01_1544236675870 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1544236675599{width:34.333333333333336%;height:120px;position:absolute;top:0%;left:32.83333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1544236675599{height:112px;width:323px;left:calc(50% - 161.5px);}}   @media screen and (max-width:640px) {#div_a_includeBlock_1544236675599{width:100%;height:74px;top:0px;left:0%;}}  #layout_1544236675599{height:120px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1544236675599{height:112px;}}   @media screen and (max-width:640px) {#layout_1544236675599{height:74px;}} #layout_1544236675599 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1543808253154{height:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1543808253154{height:40px;}}   @media screen and (max-width:640px) {#layout_1543808253154{height:20px;}} #layout_1543808253154 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_12_1543808275626{width:100%;position:absolute;top:0%;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_12_1543808275626{width:96%;left:2.014846235418876%;}}   @media screen and (max-width:640px) {#image_style_12_1543808275626{width:96%;top:0px;left:2%;}} #image_style_12_1543808275626 > .view_contents{overflow:visible;}  @media screen and (max-width:640px) { #image_style_12_1543808275626 .titleSet {font-size:14px;}} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_12_1543808275626 .titleSet {font-size:16px;}} #layout_1543808252098{height:284px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1543808252098{height:202px;}}   @media screen and (max-width:640px) {#layout_1543808252098{height:295px;}} #layout_1543808252098 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1543808232179{height:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1543808232179{height:22px;}}   @media screen and (max-width:640px) {#layout_1543808232179{height:20px;}} #layout_1543808232179 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_01_1543548400796{width:77px;height:103px;position:absolute;top:30px;left:calc(50% - 38.5px);}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1543548400796{top:31px;left:45.91728525980912%;}}   @media screen and (max-width:640px) {#image_style_01_1543548400796{width:59px;height:64px;top:13px;left:40.78125%;}} #image_style_01_1543548400796 > .view_contents{overflow:visible;} 

 #text_style_01_1543548580477{width:38.083333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:133px;left:30.958333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1543548580477{width:417px;left:27.889713679745494%;top:156px;}}   @media screen and (max-width:640px) {#text_style_01_1543548580477{width:96%;font-size:12px;color:#333;line-height:1.6;top:88px;left:1.9970703125%;}}  #text_style_01_1543548580477>.view_contents {color:#ffffff;text-align:center;font-size:15px;} @media screen and (max-width:640px) { #text_style_01_1543548580477>.view_contents {font-size:12px;}}

 #div_blank_1543548765800{width:1200px;height:2px;position:absolute;top:240px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1543548765800{top:295px;left:2.014846235418876%;width:96%;}}   @media screen and (max-width:640px) {#div_blank_1543548765800{width:96%;height:2px;top:159px;left:1.9970703125%;}} #div_blank_1543548765800 > .view_contents{overflow:visible;}  #div_blank_1543548765800  {box-sizing:border-box;background:rgba(234,234,234,0.2);} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1543548765800  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1543548765800  {box-sizing:border-box;}}

 #dh_style_11_1543548906375{width:34.15319747013352%;z-index:999;position:absolute;top:261px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_11_1543548906375{z-index:999;top:308px;left:1.9088016967126193%;}}   @media screen and (max-width:640px) {#dh_style_11_1543548906375{width:96%;z-index:999;top:445px;left:2%;display:none;}} #dh_style_11_1543548906375 > .view_contents{overflow:visible;}  #dh_style_11_1543548906375 .mainMenuSet {color:#ffffff;border-top:none !important;border-bottom:none !important;border-left:none !important;border-style:solid;border-width:0px;line-height:4px;height:0px;text-align:center;font-size:12px;} #dh_style_11_1543548906375 .mainMenuSet:hover {color:#ffffff;} #dh_style_11_1543548906375 #hot>a {color:#ffffff;}

 #text_style_01_1543549084090{width:32.53689388615601%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:260.5px;left:66.83333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1543549084090{width:415px;left:53.76458112407211%;top:307.5px;}}   @media screen and (max-width:640px) {#text_style_01_1543549084090{width:96%;font-size:12px;color:#333;line-height:1.6;top:172px;left:1.875%;}}  #text_style_01_1543549084090>.view_contents {font-size:12px;color:#ffffff;text-align:right;} @media screen and (max-width:640px) { #text_style_01_1543549084090>.view_contents {text-align:center;}}

 #text_style_01_1543548737330{width:26.001405481377372%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:183px;left:36.99929725931131%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1543548737330{left:37.009544008483566%;top:239px;}}   @media screen and (max-width:640px) {#text_style_01_1543548737330{width:96%;font-size:12px;color:#333;line-height:1.6;top:131px;left:1.9970703125%;}}  #text_style_01_1543548737330>.view_contents {color:#d8d8d8;text-align:center;font-size:14px;} @media screen and (max-width:640px) { #text_style_01_1543548737330>.view_contents {font-size:12px;}}

 #text_style_01_1543548668989{width:26.001405481377372%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:158px;left:36.99929725931131%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1543548668989{left:37.009544008483566%;top:199px;}}   @media screen and (max-width:640px) {#text_style_01_1543548668989{width:96%;font-size:12px;color:#333;line-height:1.6;top:110px;left:1.9970703125%;}}  #text_style_01_1543548668989>.view_contents {color:#d8d8d8;text-align:center;font-size:14px;} @media screen and (max-width:640px) { #text_style_01_1543548668989>.view_contents {font-size:12px;}} #comm_layout_footer{height:296px;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:338px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:204px;display:block;}} #comm_layout_footer > .view_contents{overflow:hidden;max-width:1200px;}  #comm_layout_footer  {background:#571e2f;background-repeat:no-repeat;background-size:auto 100%;background-position-x:50%;} @media screen and (max-width:640px) { #comm_layout_footer  {background-size:cover;}}
/*----------------------电脑板式样式----------------------*/
#comm_layout_footer{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#comm_layout_footer{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#comm_layout_footer{
		top:0;
	}
}

	#image_style_01_1543549307298 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1543549307298 .CompatibleImg img{width:auto; height:auto}}@media screen and (max-width:640px) {#image_style_01_1543549307298 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1543549307298 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_1543557187961 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1543557187961 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1543557187961 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1543557187961 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_1543557361688 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1543557361688 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1543557361688 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1543557361688 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_1543557409328 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1543557409328 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1543557409328 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1543557409328 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_2{position: relative; min-width: 200px;}
.searchStyle_2 *{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_2 .searchForm{width: 100%; border-radius: 0;box-sizing: border-box; position: relative;}
.searchStyle_2 .searchForm .search-btn{width:60px; text-align: center; border: 0; height: 40px; font-size: 16px;color: #666; background: none; outline: none; cursor: pointer; position: absolute; right:0; top: 0;}
.searchStyle_2 .searchForm .search_input{width: 100%;border: 0; border-radius:20px; outline: none; padding-right:65px; padding-left: 1em; height:40px; font-size: 14px;color: #333; border:1px solid #666;}
.keyWord{margin-top: 5px;}
.keyWord a{font-size: 14px; color: #666; margin-right: 5px;}
@media screen and (max-width: 768px) {
.searchStyle_2 .searchForm .search-btn, .searchStyle_2 .searchForm .search_input{height: 32px;}

}

/*菜单样式*/
.menuStyle_11{width:100%; position:relative;}
.menuStyle_11 *{box-sizing: border-box;}
.menuStyle_11 .miniMenu *,
.menuStyle_11 .menuUl li *{
	-webkit-transition-duration:.2s; -moz-transition-duration:.2s; -o-transition-duration:.2s; transition-duration:.2s;
	-webkit-transition-property:background,height,padding; -moz-transition-property:background,height,padding; -moz-transition-property:background,height,padding; transition-property:background,height,padding;
	-webkit-transition-timing-function:ease-out; -moz-transition-timing-function:ease-out; -o-transition-timing-function:ease-out; transition-timing-function:ease-out;
}
.menuStyle_11 .dflex{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.menuStyle_11 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_11 ul,.menuStyle_11 li{padding:0;margin:0px;list-style:none}
.menuStyle_11 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_11 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_11 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_11 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_11 .menuUl>li{position:relative;}
.menuStyle_11 .menuUl>li>a{position: relative; text-decoration:none;font-size:14px; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #333; padding: 10px 0; padding: 10px 1em\0;}
.menuStyle_11 .menuUl>li>a:hover{background: rgba(0,0,0,.05);}
.menuStyle_11 .menuUl #hot>a{color: #2d93ff;}
.menuStyle_11 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_11 .menuUl #hot>a span{color:inherit;}
/*.menuStyle_11 .menuUl>li>a i{position: absolute; right: 10px; top: 50%; -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%);}*/
.menuStyle_11 .menuLayout .miniMenu{display:none;}
.menuStyle_11 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; background: #fff; width: 100%; height: 0; box-shadow: 0 0 8px rgba(0,0,0,0.2); transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_11 .menuUl>li>#menuLogo{height: 85%;}

.menuStyle_11 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;}
.menuStyle_11 .menuUl.noHover .rflex:hover .menuUl02{display: none;}

.menuStyle_11 .menuUl02 .subMenu02 {position: relative; color: #4d5158; font-size:14px; line-height: 40px; padding: 0 15px;}
.menuStyle_11 .menuUl02 .subMenu02.subCurSet{background: #2f94ff; color: #fff;}
.menuStyle_11 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_11 .menuUl02 .subMenu02:hover {background: #2d93ff; color: #fff;}
.menuStyle_11 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}
.menuStyle_11 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_11 .menuUl03{position: absolute; background: #2f94ff; /*left需要js获取二级的宽*/ top: 0; display: none; box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.22);}
.menuStyle_11 .menuUl03 .subMenu03{color: #fff; padding: 0 15px; line-height: 40px;}
.menuStyle_11 .menuUl03 .subMenu03:hover{background:rgba(0, 0, 0, 0.1);}
.menuStyle_11 .menuUl03 .subMenu03.thrCurSet{background: rgba(0, 0, 0, 0.1);}
.menuStyle_11 .menuUl03 .subMenu03>a{ color: inherit; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.menuStyle_11 .rflex { position: relative;}
.menuStyle_11 .maxWidth{margin: auto;}
.menuStyle_11 .menuUl03 .subMenu03.thrCurSet{background: rgba(0, 0, 0, 0.1);}

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


/*图标*/
.menuStyle_11 .imgIco{vertical-align: middle; display:inline-block; overflow:hidden; position:relative; padding:15px;  box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}
.menuStyle_11 .imgIco img{width:auto; height:100%; vertical-align: top;  position:absolute; top:50%; left:50%;  transform:translateY(-50%) translateX(-50%); -webkit-transform:translateY(-50%) translateX(-50%); -moz-transform:translateY(-50%) translateX(-50%); -ms-transform:translateY(-50%) translateX(-50%); -o-transform:translateY(-50%);}




@media screen and (max-width:640px) {
.menuStyle_11 .imgIco{ margin-right:10px;}	
.menuStyle_11 .menuUl,
.menuStyle_11 .menuUl_box {display:none;}
.menuStyle_11 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_11 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_11 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_11 .miniMenu .leftBox{height: 100%;}
.menuStyle_11 .miniMenu .leftBox .sidebar{font-size:24px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_11 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_11 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_11 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;} 
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li a{width:calc(100% - 50px); float: left; display:block; text-align:left;color:inherit; text-decoration:none; font-size:inherit; line-height:inherit; height: inherit; white-space: nowrap;overflow: hidden; text-overflow: ellipsis;border-bottom:1px solid rgba(0,0,0,.2);} 
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; display: none; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit; background: rgba(0, 0, 0, 0.1);}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #fff;}
.menuStyle_11 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(23, 25, 29, 0.95); position: fixed; width: 100%; top: 0; left: 0; -webkit-transition: all linear .3s; -moz-transition: all linear .3s; -o-transition: all linear .3s; transition: all linear .3s;}
.menuStyle_11 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
.menuStyle_11 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


@media screen and (min-width:640px) {
	#dh_style_11_1543557737728 .maxWidth{max-width:px;}
	#dh_style_11_1543557737728 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
	#dh_style_11_1543557737728 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	#dh_style_11_1543557737728 .menuUl>li>#menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
}

	#image_style_01_1543559002045 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1543559002045 .CompatibleImg img{width:auto; height:auto}}@media screen and (max-width:640px) {#image_style_01_1543559002045 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1543559002045 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_1543559123072 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1543559123072 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1543559123072 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1543559123072 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_1543559528990 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1543559528990 .CompatibleImg img{width:auto; height:auto}}@media screen and (max-width:640px) {#image_style_01_1543559528990 .CompatibleImg img{width:auto; height:auto}}
#image_style_01_1543559528990 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_1544148889583 .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_1544148889583 .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_1544148889583 .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_1544148889583 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_1544148889475 .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_1544148889475 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1544148889475 .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_1544148889475 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_1544148889692 .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_1544148889692 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1544148889692 .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_1544148889692 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_1544149082153 .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_1544149082153 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1544149082153 .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_1544149082153 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_1543800397117 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1543800397117 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1543800397117 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1543800397117 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_1544236583751 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1544236583751 .CompatibleImg img{width:auto; height:auto}}@media screen and (max-width:640px) {#image_style_01_1544236583751 .CompatibleImg img{width:auto; height:auto}}
#image_style_01_1544236583751 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
ba.niceTab.tabStyle_3 { position: relative; width: 100%; height: 100%;}
.niceTab.tabStyle_3 li{-webkit-transition: all ease-out .2s; -moz-transition: all ease-out .2s; -o-transition: all ease-out .2s; transition: all ease-out .2s}

/*标签样式*/
.tab_nav { position: absolute; z-index: 2; overflow: hidden;}
.tab_ul { text-align: left;/* 该设置可将标签居左left、居中center、居右right,仅对标签在上面或标签在下面可用 */}
.tab_li { display: inline-block; text-align: center; background: #f6f5f4; font-size: 12px; border: 0; cursor: pointer; box-sizing: border-box;}
.tab_ul .tabCurItem { background: #eee;}
.tab_img img { width: 18px; height: 14px;}
.tab_img { vertical-align: middle;}
.tab_txt { vertical-align: middle; -moz-user-select:none; -khtml-user-select:none; -webkit-user-select:none; color: inherit !important;}
.tab_txt p{ white-space: nowrap; font-size:inherit; color:inherit; }

/*内容区样式*/
.tab_box { position: absolute; left: 0; z-index: 1;}
.tab_content { position: relative; width:100%; height:100%; overflow:hidden;}
.tab_main { background: #eee; width: 100%; height: 100%; box-sizing: border-box;}
.tab_div { width: 100%; height: 100%; display: none; overflow:hidden;}
.niceTabShow { display: block;}

/*选项卡左右箭头*/
.tab_left_arrow { position: absolute; cursor: pointer; top: 50%; left: 10px;/*左箭头边距*/ /*width: 40px; height: 40px;*/ background: url(../img/tab/style_03/arrow_left.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_right_arrow { position: absolute; cursor: pointer; top: 50%; right: 10px;/*右箭头边距*/ width: 40px; height: 40px; background: url(../img/tab/style_03/arrow_right.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_content:hover .tab_left_arrow,.tab_content:hover .tab_right_arrow{display:block;}

/*=========  标签位置  ==========*/

/*标签顶部样式*/
.tab_nav_top{ left: 0; top: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
.tab_scroll_top { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: calc(100% + 17px);}
.tab_ul_top { min-width: 100%; height: 100%;/*该宽度是默认宽度，程序读取后替换*/}
.tab_li_top { height: 100%;/*标签宽度可以随意设置*/}
.tab_box_top { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ top: 50px;/*标签的高度*/}

/*标签左侧样式*/
.tab_nav_left { left: 0; top: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tab_scroll_left { overflow-x: hidden; overflow-y: scroll !important; width: calc(100% + 17px); height: 100%;}
.tab_ul_left { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_left {  width: 100%; /*标签高度可以随意设置*/}
.tab_box_left { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ left: 50px;/*标签的宽度*/}

/*标签底部样式*/
.tab_nav_bottom { right: 0; bottom: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
.tab_scroll_bottom { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: calc(100% + 17px);}
.tab_ul_bottom { min-width: 100%; height: 100%; /*该宽度是默认宽度，程序读取后替换*/}
.tab_li_bottom { height: 100%;/*标签宽度可以随意设置*/}
.tab_box_bottom { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ bottom: 50px;/*标签的高度*/}

/*标签左侧样式*/
.tab_nav_right { right: 0; bottom: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tab_scroll_right { overflow-x: hidden; overflow-y: scroll !important; width: calc(100% + 17px); height: 100%;}
.tab_ul_right { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_right {  width: 100%; /*标签高度可以随意设置*/}
.tab_box_right { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ right: 50px;/*标签的宽度*/}

.tab_pos_r {  position: relative; top: 50%; left: 50%; padding:0 1em; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);}
.tab_pos_n { padding:1em 0;}


@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
}
@media screen and (max-width:320px){
}


	#image_style_03_1543804079743 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1543804079743 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_03_1543804079743 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.imgStyle_3 { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}
/*产品样式*/
.prod_default{width:100%; clear: both;}
.prod_default *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 1%;}
.prod_default .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default .prod_img span{position: absolute; left: 35%; top: 35%; right: 35%; bottom: 35%; background: none;}
.prod_default .prod_Item:hover .prod_img{transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05);}
.prod_default .prod_Item:hover .prod_img span{background: rgba(255,255,255,.25); left: 0; top: 0; right: 0; bottom: 0;}
.prod_default .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50%; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.prod_default .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.prod_default .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; }
.prod_default .p_name {margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #333; line-height: 1.4; width: 100%;}
.prod_default .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block;}/*文字两行后自动超出隐藏*/
.prod_default .p_detail { font-size: 12px; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default .p_group { margin-bottom: 5px; display: block; float: left; width:50%; 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: 50%; 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 .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; 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: 10px 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 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default .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_default .page_btn a.cur,.prod_default .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default .page_btn a:nth-child(n+12){display: none;}
.prod_default .page_btn a:nth-last-child(1),.prod_default .page_btn a:nth-last-child(2),.prod_default .page_btn a:nth-last-child(3){display: inline-block !important;}
.prod_default .prev_btn,.prod_default .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default .no_page{border: 0 !important;}
.prod_default .page_btn a:nth-child(n+10){display: none;}
.prod_default .p_line p{font-size:16px;line-height:28px;float:left;}

@media screen and (max-width: 640px){
	.prod_default .p_price2 {padding-top: 5px;}
	.prod_default .prod_info{padding: 6px;}
	.prod_default .unit,.prod_default .p_vip .v_jg,.prod_default .v_unit{font-size: 12px;}
	.prod_default .p_vip{height: 18px; line-height: 23px;}
	.prod_default .v_value{font-size: 14px;}
	.prod_default .p_value{font-size: 18px;}
	.prod_default .prod .p_detail{display: none !important;}
	.prod_default .p_vip {position: relative;float: none !important;clear:both;text-align: left !important;}
	/*分页*/
	/* .prod_default .page_btn a:nth-child(n+5){display: none;} */
}

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

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

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



/*产品状态  新品 推荐*/
 .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_1543804927200 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_01_1543804927200 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_01_1543804927200 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1543804927200 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1543804927200 .submit_div{ display: inline-block; }
	
	#productList_style_01_1543804927200 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_01_1543804927200 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_01_1543804927200 .page_submit{margin-left:5px;}
	#productList_style_01_1543804927200 .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_1543804927200 .page_btn{ font-size:12px; }
			#productList_style_01_1543804927200 .submit_div{ display:none; }
		}

			#productList_style_01_1543804927200 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_01_1543804927200 .page{line-height:30px; padding:0 13px;}
		}
		
	#image_style_03_1543805035606 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1543805035606 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_03_1543805035606 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.imgStyle_3 { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}
/*产品样式*/
.prod_default{width:100%; clear: both;}
.prod_default *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 1%;}
.prod_default .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default .prod_img span{position: absolute; left: 35%; top: 35%; right: 35%; bottom: 35%; background: none;}
.prod_default .prod_Item:hover .prod_img{transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05);}
.prod_default .prod_Item:hover .prod_img span{background: rgba(255,255,255,.25); left: 0; top: 0; right: 0; bottom: 0;}
.prod_default .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50%; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.prod_default .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.prod_default .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; }
.prod_default .p_name {margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #333; line-height: 1.4; width: 100%;}
.prod_default .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block;}/*文字两行后自动超出隐藏*/
.prod_default .p_detail { font-size: 12px; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default .p_group { margin-bottom: 5px; display: block; float: left; width:50%; 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: 50%; 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 .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; 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: 10px 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 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default .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_default .page_btn a.cur,.prod_default .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default .page_btn a:nth-child(n+12){display: none;}
.prod_default .page_btn a:nth-last-child(1),.prod_default .page_btn a:nth-last-child(2),.prod_default .page_btn a:nth-last-child(3){display: inline-block !important;}
.prod_default .prev_btn,.prod_default .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default .no_page{border: 0 !important;}
.prod_default .page_btn a:nth-child(n+10){display: none;}
.prod_default .p_line p{font-size:16px;line-height:28px;float:left;}

@media screen and (max-width: 640px){
	.prod_default .p_price2 {padding-top: 5px;}
	.prod_default .prod_info{padding: 6px;}
	.prod_default .unit,.prod_default .p_vip .v_jg,.prod_default .v_unit{font-size: 12px;}
	.prod_default .p_vip{height: 18px; line-height: 23px;}
	.prod_default .v_value{font-size: 14px;}
	.prod_default .p_value{font-size: 18px;}
	.prod_default .prod .p_detail{display: none !important;}
	.prod_default .p_vip {position: relative;float: none !important;clear:both;text-align: left !important;}
	/*分页*/
	/* .prod_default .page_btn a:nth-child(n+5){display: none;} */
}

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

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

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



/*产品状态  新品 推荐*/
 .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_1543805045546 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_01_1543805045546 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_01_1543805045546 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1543805045546 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1543805045546 .submit_div{ display: inline-block; }
	
	#productList_style_01_1543805045546 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_01_1543805045546 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_01_1543805045546 .page_submit{margin-left:5px;}
	#productList_style_01_1543805045546 .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_1543805045546 .page_btn{ font-size:12px; }
			#productList_style_01_1543805045546 .submit_div{ display:none; }
		}

			#productList_style_01_1543805045546 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_01_1543805045546 .page{line-height:30px; padding:0 13px;}
		}
		
	#image_style_03_1543805236465 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1543805236465 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_03_1543805236465 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.imgStyle_3 { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}
/*产品样式*/
.prod_default{width:100%; clear: both;}
.prod_default *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 1%;}
.prod_default .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default .prod_img span{position: absolute; left: 35%; top: 35%; right: 35%; bottom: 35%; background: none;}
.prod_default .prod_Item:hover .prod_img{transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05);}
.prod_default .prod_Item:hover .prod_img span{background: rgba(255,255,255,.25); left: 0; top: 0; right: 0; bottom: 0;}
.prod_default .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50%; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.prod_default .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.prod_default .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; }
.prod_default .p_name {margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #333; line-height: 1.4; width: 100%;}
.prod_default .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block;}/*文字两行后自动超出隐藏*/
.prod_default .p_detail { font-size: 12px; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default .p_group { margin-bottom: 5px; display: block; float: left; width:50%; 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: 50%; 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 .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; 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: 10px 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 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default .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_default .page_btn a.cur,.prod_default .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default .page_btn a:nth-child(n+12){display: none;}
.prod_default .page_btn a:nth-last-child(1),.prod_default .page_btn a:nth-last-child(2),.prod_default .page_btn a:nth-last-child(3){display: inline-block !important;}
.prod_default .prev_btn,.prod_default .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default .no_page{border: 0 !important;}
.prod_default .page_btn a:nth-child(n+10){display: none;}
.prod_default .p_line p{font-size:16px;line-height:28px;float:left;}

@media screen and (max-width: 640px){
	.prod_default .p_price2 {padding-top: 5px;}
	.prod_default .prod_info{padding: 6px;}
	.prod_default .unit,.prod_default .p_vip .v_jg,.prod_default .v_unit{font-size: 12px;}
	.prod_default .p_vip{height: 18px; line-height: 23px;}
	.prod_default .v_value{font-size: 14px;}
	.prod_default .p_value{font-size: 18px;}
	.prod_default .prod .p_detail{display: none !important;}
	.prod_default .p_vip {position: relative;float: none !important;clear:both;text-align: left !important;}
	/*分页*/
	/* .prod_default .page_btn a:nth-child(n+5){display: none;} */
}

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

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

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



/*产品状态  新品 推荐*/
 .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_1543805241198 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_01_1543805241198 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_01_1543805241198 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1543805241198 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1543805241198 .submit_div{ display: inline-block; }
	
	#productList_style_01_1543805241198 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_01_1543805241198 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_01_1543805241198 .page_submit{margin-left:5px;}
	#productList_style_01_1543805241198 .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_1543805241198 .page_btn{ font-size:12px; }
			#productList_style_01_1543805241198 .submit_div{ display:none; }
		}

			#productList_style_01_1543805241198 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_01_1543805241198 .page{line-height:30px; padding:0 13px;}
		}
		
	#image_style_03_1543803186703 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1543803186703 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_03_1543803186703 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.imgStyle_3 { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}
/*产品样式*/
.prod_default{width:100%; clear: both;}
.prod_default *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 1%;}
.prod_default .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default .prod_img span{position: absolute; left: 35%; top: 35%; right: 35%; bottom: 35%; background: none;}
.prod_default .prod_Item:hover .prod_img{transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05);}
.prod_default .prod_Item:hover .prod_img span{background: rgba(255,255,255,.25); left: 0; top: 0; right: 0; bottom: 0;}
.prod_default .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50%; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.prod_default .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.prod_default .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; }
.prod_default .p_name {margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #333; line-height: 1.4; width: 100%;}
.prod_default .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block;}/*文字两行后自动超出隐藏*/
.prod_default .p_detail { font-size: 12px; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default .p_group { margin-bottom: 5px; display: block; float: left; width:50%; 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: 50%; 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 .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; 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: 10px 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 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default .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_default .page_btn a.cur,.prod_default .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default .page_btn a:nth-child(n+12){display: none;}
.prod_default .page_btn a:nth-last-child(1),.prod_default .page_btn a:nth-last-child(2),.prod_default .page_btn a:nth-last-child(3){display: inline-block !important;}
.prod_default .prev_btn,.prod_default .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default .no_page{border: 0 !important;}
.prod_default .page_btn a:nth-child(n+10){display: none;}
.prod_default .p_line p{font-size:16px;line-height:28px;float:left;}

@media screen and (max-width: 640px){
	.prod_default .p_price2 {padding-top: 5px;}
	.prod_default .prod_info{padding: 6px;}
	.prod_default .unit,.prod_default .p_vip .v_jg,.prod_default .v_unit{font-size: 12px;}
	.prod_default .p_vip{height: 18px; line-height: 23px;}
	.prod_default .v_value{font-size: 14px;}
	.prod_default .p_value{font-size: 18px;}
	.prod_default .prod .p_detail{display: none !important;}
	.prod_default .p_vip {position: relative;float: none !important;clear:both;text-align: left !important;}
	/*分页*/
	/* .prod_default .page_btn a:nth-child(n+5){display: none;} */
}

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

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

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



/*产品状态  新品 推荐*/
 .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_1543803576926 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_01_1543803576926 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_01_1543803576926 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1543803576926 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1543803576926 .submit_div{ display: inline-block; }
	
	#productList_style_01_1543803576926 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_01_1543803576926 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_01_1543803576926 .page_submit{margin-left:5px;}
	#productList_style_01_1543803576926 .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_1543803576926 .page_btn{ font-size:12px; }
			#productList_style_01_1543803576926 .submit_div{ display:none; }
		}

			#productList_style_01_1543803576926 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_01_1543803576926 .page{line-height:30px; padding:0 13px;}
		}
		
	#image_style_03_1543805504118 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1543805504118 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_03_1543805504118 .CompatibleImg img{width:100%; height:100%}}
.imgStyle_3 { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}
/*产品样式*/
.prod_default{width:100%; clear: both;}
.prod_default *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 1%;}
.prod_default .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default .prod_img span{position: absolute; left: 35%; top: 35%; right: 35%; bottom: 35%; background: none;}
.prod_default .prod_Item:hover .prod_img{transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05);}
.prod_default .prod_Item:hover .prod_img span{background: rgba(255,255,255,.25); left: 0; top: 0; right: 0; bottom: 0;}
.prod_default .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50%; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.prod_default .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.prod_default .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; }
.prod_default .p_name {margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #333; line-height: 1.4; width: 100%;}
.prod_default .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block;}/*文字两行后自动超出隐藏*/
.prod_default .p_detail { font-size: 12px; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default .p_group { margin-bottom: 5px; display: block; float: left; width:50%; 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: 50%; 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 .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; 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: 10px 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 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default .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_default .page_btn a.cur,.prod_default .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default .page_btn a:nth-child(n+12){display: none;}
.prod_default .page_btn a:nth-last-child(1),.prod_default .page_btn a:nth-last-child(2),.prod_default .page_btn a:nth-last-child(3){display: inline-block !important;}
.prod_default .prev_btn,.prod_default .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default .no_page{border: 0 !important;}
.prod_default .page_btn a:nth-child(n+10){display: none;}
.prod_default .p_line p{font-size:16px;line-height:28px;float:left;}

@media screen and (max-width: 640px){
	.prod_default .p_price2 {padding-top: 5px;}
	.prod_default .prod_info{padding: 6px;}
	.prod_default .unit,.prod_default .p_vip .v_jg,.prod_default .v_unit{font-size: 12px;}
	.prod_default .p_vip{height: 18px; line-height: 23px;}
	.prod_default .v_value{font-size: 14px;}
	.prod_default .p_value{font-size: 18px;}
	.prod_default .prod .p_detail{display: none !important;}
	.prod_default .p_vip {position: relative;float: none !important;clear:both;text-align: left !important;}
	/*分页*/
	/* .prod_default .page_btn a:nth-child(n+5){display: none;} */
}

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

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

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



/*产品状态  新品 推荐*/
 .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_1543805512077 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_01_1543805512077 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_01_1543805512077 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1543805512077 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1543805512077 .submit_div{ display: inline-block; }
	
	#productList_style_01_1543805512077 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_01_1543805512077 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_01_1543805512077 .page_submit{margin-left:5px;}
	#productList_style_01_1543805512077 .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_1543805512077 .page_btn{ font-size:12px; }
			#productList_style_01_1543805512077 .submit_div{ display:none; }
		}

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

#div_tab_style_03_1543802051327 .tab_right_arrow{width:40px;height:40px;opacity:1;right:10px;}
#div_tab_style_03_1543802051327 .tab_left_arrow{width:40px;height:40px;opacity:1;left:10px;}
#div_tab_style_03_1543802051327 .tab_img{display:none;}
#div_tab_style_03_1543802051327 .tab_ul{text-align:center}
#div_tab_style_03_1543802051327 .tab_nav{display:block !important;height: 40px;}
#div_tab_style_03_1543802051327 .tab_box{height: calc(100% - 40px); top: 40px;}
#div_tab_style_03_1543802051327 .tab_img img{width:;}
#div_tab_style_03_1543802051327 .tab_li{margin-left:10px}
#div_tab_style_03_1543802051327 .tab_li:first-child{margin-left:0px;}

	#image_style_01_1544236647934 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1544236647934 .CompatibleImg img{width:auto; height:auto}}@media screen and (max-width:640px) {#image_style_01_1544236647934 .CompatibleImg img{width:auto; height:auto}}
#image_style_01_1544236647934 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
/*新闻列表样式*/
.boxNewsListStyle_15{width:100%; clear: both;}
.boxNewsListStyle_15 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s;}
.boxNewsListStyle_15 li{width:100%; list-style:none; border-bottom-width:1px; border-bottom-style:dashed; border-bottom-color:#ddd; box-sizing:border-box;/*padding-bottom: 5px;*/}
.boxNewsListStyle_15 li:hover{}
.boxNewsListStyle_15 li:first-child{border-top-width:1px; border-top-style:solid; border-top-color:transparent;}
.boxNewsListStyle_15 li .clear{clear:both;}
.boxNewsListStyle_15 .sumary_list .newCont{float:none; width:100%; box-sizing:border-box;padding: 20px 0 40px 0;}
.boxNewsListStyle_15 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_15 .newTitle .nDate{float:left; width:80px; background:#fff; text-align:center; line-height:1.4; box-sizing:border-box;  border:1px solid #e5e5e5;margin-right:20px;padding:0 3px 0 4px ;}
.boxNewsListStyle_15 .newTitle .nDate .numDate{float: left; width: 60%; text-align: right; font-weight:normal; font-size:25px; /*font-family: Georgia,Tahoma;*/font-family: Courier New;font-weight: bold;  color:rgb(107,107,107);display:block;float:none;margin:0 auto;text-align:center;line-height: 30px;}
.boxNewsListStyle_15 .newTitle .nDate .enDate{float: left;font-size:18px; /*margin-top: 20px;*/ font-weight:normal; font-size:18px; font-family: Courier New;font-weight: bold; color:rgb(107,107,107);display:inline;margin:0;float:right;}
.boxNewsListStyle_15 .newTitle .nDate .yrDate{width:calc(60% - 10px);;font-size:18px; color:rgb(107,107,107);  height: 26px; line-height: 26px; margin:0;position:relative;bottom:1px;text-align:left;font-family: Courier New;font-weight: bold;}
.boxNewsListStyle_15 .sumary_list .newName{float:left; width:calc(100% - 100px - 220px); margin:.5em 0; padding:0 .5em; box-sizing:border-box;}
.boxNewsListStyle_15 .sumary_list .newName .newTit{width: 100%;}
.boxNewsListStyle_15 .sumary_list .newName a{text-decoration:none; line-height:1.4; font-size:16px; color:#333; display: block; }
.boxNewsListStyle_15 .sumary_list .newName a:hover{}
.boxNewsListStyle_15 .sumary_list .newB{width:100%; line-height:2;border-top:1px solid rgba(255,255,255, .1); }
.boxNewsListStyle_15 .sumary_list .newSort{font-size:12px; white-space: nowrap; padding:.5em 1em .5em 0; border-radius:1.5em; margin-right:5px; /*display:block;*/ width:60px; text-align:center; margin-top:5px;}
.boxNewsListStyle_15 .sumary_list .newsTime{text-align:left;color:#999; font-size:14px; white-space:nowrap;display:inline-block;}
.boxNewsListStyle_15 .sumary_list .newsTime .nsDate{margin-right:15px; font-size:12px; color:#999}
.boxNewsListStyle_15 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_15 .sumary_list .newDetail{width:100%; box-sizing:border-box; padding:.6em .6em .6em 0; color:#999; font-size:14px; line-height:1.6; white-space:normal; overflow:hidden; }
/*分页*/
.boxNewsListStyle_15 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.boxNewsListStyle_15 .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';}
.boxNewsListStyle_15 .page_btn a.cur,.boxNewsListStyle_15 .page_btn a:hover{border:1px solid #4c4c4c;}
.boxNewsListStyle_15 .prev_btn,.boxNewsListStyle_15 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.boxNewsListStyle_15 .no_page{border: 0 !important;}
.boxNewsListStyle_15 .sumary_list .newPic{width:200px; overflow:hidden; position:relative; box-sizing:border-box; float:left;margin-right: 20px;border:1px solid #e5e5e5;padding-bottom: 1px;}
.boxNewsListStyle_15 .sumary_list .newPic img{position:absolute; top:0; left:0; width:100%;margin:5px;width:calc(100% - 10px);background-color: #e5e5e5;}
.boxNewsListStyle_15 .sumary_list .newPic .zTm{margin-top:100%;}

.boxNewsListStyle_15 .phoneDate{display: none;}


.boxNewsListStyle_15 .show_all{margin-top:.5em;float: left;}
.boxNewsListStyle_15 .show_all a{font-size:14px;display:block; margin-top:.4em; text-decoration:none; border:1px solid #ddd; text-align:center; padding:.4em 1.5em; font-size:12px;  color:#666; }



/*#newsList_style_01_1496712417950 .nDate{text-align: right;}*/

@media screen and (max-width:767px){
.boxNewsListStyle_15 .sumary_list .newName a{font-size:12px;}
.boxNewsListStyle_15 .newTitle .nDate{width: 65px;}
.boxNewsListStyle_15 .sumary_list .newName{width: calc(100% - 65px);}
.boxNewsListStyle_15 .newTitle .nDate .yrDate{font-size:14px;position:relative;bottom:0px;}
.boxNewsListStyle_15 .newTitle .nDate .numDate{font-size:25px;}
.boxNewsListStyle_15 .newTitle .nDate .enDate{font-size:14px; margin-top: 4px;}
/*分页*/
.boxNewsListStyle_15 .page_btn a:nth-child(n+5){display: none;}
.boxNewsListStyle_15 .page_btn a:nth-last-child(1),.boxNewsListStyle_15 .page_btn a:nth-last-child(2),.boxNewsListStyle_15 .page_btn a:nth-last-child(3){display: inline-block !important;}
.boxNewsListStyle_15 .sumary_list .newPic{width:100%;}
.boxNewsListStyle_15 .pcDate{display: none;}
.boxNewsListStyle_15 .phoneDate{display: block;float:left;}
.boxNewsListStyle_15 .sumary_list .newName{float:left; width:calc(100% - 100px);}
.boxNewsListStyle_15 .sumary_list .newPic{margin-bottom: 15px;}
.boxNewsListStyle_15 .sumary_list .newDetail{width:100%;}
.boxNewsListStyle_15 .ydSet{display: none;}
.boxNewsListStyle_15 .sumary_list .newCont{padding:15px 0 15px 0;}


.boxNewsListStyle_15 .show_all{width:40%; }
}


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

@media screen and (min-width: 1025px) {
	#newsList_style_01_1543806269564 .sumary_list .newPic{width: 0px;}
	#newsList_style_01_1543806269564 .sumary_list .newName{width: calc(100% - 0px - 120px);}
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
	#newsList_style_01_1543806269564 .sumary_list .newPic{width: 0px;}
	#newsList_style_01_1543806269564 .sumary_list .newName{width: calc(100% - 0px - 120px);}
}

	#image_style_01_1543808952997 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1543808952997 .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_1543808952997 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1543808952997 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_1544154188682 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1544154188682 .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_1544154188682 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1544154188682 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_1544154313149 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1544154313149 .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_1544154313149 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1544154313149 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_1544236675870 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1544236675870 .CompatibleImg img{width:auto; height:auto}}@media screen and (max-width:640px) {#image_style_01_1544236675870 .CompatibleImg img{width:auto; height:auto}}
#image_style_01_1544236675870 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;}
.imgStyle_12{ width:100%; }
.imgStyle_12 *{ font-size:'微软雅黑'; }
.imgStyle_12 .imgTextUl{ display:flex; justify-content: space-between; flex-wrap: wrap; }
.imgStyle_12 .imgTextLi{ width:23.5%; overflow: hidden; margin-bottom:2%;}
.imgStyle_12 .imgTBox{ text-align: center;}
.imgStyle_12 .imgTBox>img{ display: inline-block; width:100px;}
.imgStyle_12 .imgBt{ text-align: center; font-size:20px; line-height:3;}
.imgStyle_12 .imgDetail{ text-align: center; font-size:12px; }

@media screen and (max-width: 768px){
	.imgStyle_12 .imgTextLi{ width:44%;}
	.imgStyle_12 .imgTBox>img{ width:50px; }
	.imgStyle_12 .imgBt{ font-size:16px; line-height:2.5;}
}
			#image_style_12_1543808275626 .imgDetail{ display:block; }
	
			#image_style_12_1543808275626 li{ width:23.5%; }
		#image_style_12_1543808275626 li.imgTextLi{ margin-bottom:2%; }
		#image_style_12_1543808275626 .imgTBox img{ width:300px;}

	@media screen and (min-width: 767px) and (max-width: 1024px){
		#image_style_12_1543808275626 li{ width:23.5%; }
		#image_style_12_1543808275626 li.imgTextLi{ margin-bottom:2%; }
		#image_style_12_1543808275626 .imgTBox img{ width:200px;}
	}
	@media screen and (max-width: 768px){
		#image_style_12_1543808275626 li{ width:48%; }
		#image_style_12_1543808275626 li.imgTextLi{ margin-bottom:4%; }
		#image_style_12_1543808275626 .imgTBox img{ width:150px;}
	}
	


	
	


	#image_style_01_1543548400796 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1543548400796 .CompatibleImg img{width:auto; height:auto}}@media screen and (max-width:640px) {#image_style_01_1543548400796 .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_1543548400796 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;}
/*菜单样式*/
.menuStyle_11{width:100%; position:relative;}
.menuStyle_11 *{box-sizing: border-box;}
.menuStyle_11 .miniMenu *,
.menuStyle_11 .menuUl li *{
	-webkit-transition-duration:.2s; -moz-transition-duration:.2s; -o-transition-duration:.2s; transition-duration:.2s;
	-webkit-transition-property:background,height,padding; -moz-transition-property:background,height,padding; -moz-transition-property:background,height,padding; transition-property:background,height,padding;
	-webkit-transition-timing-function:ease-out; -moz-transition-timing-function:ease-out; -o-transition-timing-function:ease-out; transition-timing-function:ease-out;
}
.menuStyle_11 .dflex{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.menuStyle_11 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_11 ul,.menuStyle_11 li{padding:0;margin:0px;list-style:none}
.menuStyle_11 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_11 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_11 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_11 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_11 .menuUl>li{position:relative;}
.menuStyle_11 .menuUl>li>a{position: relative; text-decoration:none;font-size:14px; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #333; padding: 10px 0; padding: 10px 1em\0;}
.menuStyle_11 .menuUl>li>a:hover{background: rgba(0,0,0,.05);}
.menuStyle_11 .menuUl #hot>a{color: #2d93ff;}
.menuStyle_11 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_11 .menuUl #hot>a span{color:inherit;}
/*.menuStyle_11 .menuUl>li>a i{position: absolute; right: 10px; top: 50%; -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%);}*/
.menuStyle_11 .menuLayout .miniMenu{display:none;}
.menuStyle_11 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; background: #fff; width: 100%; height: 0; box-shadow: 0 0 8px rgba(0,0,0,0.2); transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_11 .menuUl>li>#menuLogo{height: 85%;}

.menuStyle_11 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;}
.menuStyle_11 .menuUl.noHover .rflex:hover .menuUl02{display: none;}

.menuStyle_11 .menuUl02 .subMenu02 {position: relative; color: #4d5158; font-size:14px; line-height: 40px; padding: 0 15px;}
.menuStyle_11 .menuUl02 .subMenu02.subCurSet{background: #2f94ff; color: #fff;}
.menuStyle_11 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_11 .menuUl02 .subMenu02:hover {background: #2d93ff; color: #fff;}
.menuStyle_11 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}
.menuStyle_11 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_11 .menuUl03{position: absolute; background: #2f94ff; /*left需要js获取二级的宽*/ top: 0; display: none; box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.22);}
.menuStyle_11 .menuUl03 .subMenu03{color: #fff; padding: 0 15px; line-height: 40px;}
.menuStyle_11 .menuUl03 .subMenu03:hover{background:rgba(0, 0, 0, 0.1);}
.menuStyle_11 .menuUl03 .subMenu03.thrCurSet{background: rgba(0, 0, 0, 0.1);}
.menuStyle_11 .menuUl03 .subMenu03>a{ color: inherit; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.menuStyle_11 .rflex { position: relative;}
.menuStyle_11 .maxWidth{margin: auto;}
.menuStyle_11 .menuUl03 .subMenu03.thrCurSet{background: rgba(0, 0, 0, 0.1);}

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


/*图标*/
.menuStyle_11 .imgIco{vertical-align: middle; display:inline-block; overflow:hidden; position:relative; padding:15px;  box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}
.menuStyle_11 .imgIco img{width:auto; height:100%; vertical-align: top;  position:absolute; top:50%; left:50%;  transform:translateY(-50%) translateX(-50%); -webkit-transform:translateY(-50%) translateX(-50%); -moz-transform:translateY(-50%) translateX(-50%); -ms-transform:translateY(-50%) translateX(-50%); -o-transform:translateY(-50%);}




@media screen and (max-width:640px) {
.menuStyle_11 .imgIco{ margin-right:10px;}	
.menuStyle_11 .menuUl,
.menuStyle_11 .menuUl_box {display:none;}
.menuStyle_11 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_11 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_11 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_11 .miniMenu .leftBox{height: 100%;}
.menuStyle_11 .miniMenu .leftBox .sidebar{font-size:24px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_11 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_11 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_11 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;} 
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li a{width:calc(100% - 50px); float: left; display:block; text-align:left;color:inherit; text-decoration:none; font-size:inherit; line-height:inherit; height: inherit; white-space: nowrap;overflow: hidden; text-overflow: ellipsis;border-bottom:1px solid rgba(0,0,0,.2);} 
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; display: none; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit; background: rgba(0, 0, 0, 0.1);}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #fff;}
.menuStyle_11 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(23, 25, 29, 0.95); position: fixed; width: 100%; top: 0; left: 0; -webkit-transition: all linear .3s; -moz-transition: all linear .3s; -o-transition: all linear .3s; transition: all linear .3s;}
.menuStyle_11 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
.menuStyle_11 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


@media screen and (min-width:640px) {
	#dh_style_11_1543548906375 .maxWidth{max-width:px;}
	#dh_style_11_1543548906375 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
	#dh_style_11_1543548906375 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	#dh_style_11_1543548906375 .menuUl>li>#menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
}
