
/**
    *编辑器         \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;}
    }

/*内链替换的继承父样式*/
.inherit_the_style{color:inherit;font-weight:inherit;font-size:inherit;background:inherit;display:unset;margin:0;padding:0}

body{ background-position:left top; }


 #image_style_01_1576900774918{width:5.6407112201103615%;height:39px;position:absolute;top:21.984375px;left:19.953249540159412%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1576900774918{width:86px;left:3.791092258748675%;top:22px;}}   @media screen and (max-width:640px) {#image_style_01_1576900774918{width:64px;height:28px;top:15px;left:1.7333333333333332%;}} #image_style_01_1576900774918 > .view_contents{overflow:visible;} 

 #text_style_01_1576900906120{width:25.260576333537703%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:16.47265625px;left:25.062749080318824%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1576900906120{left:14.077412513255567%;top:16.5px;width:401px;}}   @media screen and (max-width:640px) {#text_style_01_1576900906120{width:65.33333333333333%;font-size:12px;color:#333;line-height:1.6;top:17.5px;left:18.133333333333333%;}}  #text_style_01_1576900906120>.view_contents {font-size:28px;font-weight:bold;text-align:center;color:#333333;} @media screen and (max-width:640px) { #text_style_01_1576900906120>.view_contents {font-size:16px;color:#000000;}}

 #image_style_01_1576900938048{width:2.207041513399895%;height:40px;position:absolute;top:22px;left:70.25748817656333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1576900938048{width:40px;left:80.96666224814422%;top:22px;}}   @media screen and (max-width:640px) {#image_style_01_1576900938048{width:42px;height:40px;top:195px;left:44.4%;display:none;}} #image_style_01_1576900938048 > .view_contents{overflow:visible;} 

 #text_style_01_1576901028371{width:6.200735680504467%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:13.5px;left:72.91119285338938%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1576901028371{width:121px;left:calc(100% - 121px);}}   @media screen and (max-width:640px) {#text_style_01_1576901028371{width:96%;font-size:12px;color:#333;line-height:1.6;top:0px;left:2%;display:none;}}  #text_style_01_1576901028371>.view_contents {color:#333333;}

 #dh_style_39_1576901089592{width:63.058328954282715%;z-index:999;position:absolute;top:87.5px;left:18.470835522858643%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_39_1576901089592{z-index:999;width:100%;left:0%;}}   @media screen and (max-width:640px) {#dh_style_39_1576901089592{width:12%;z-index:999;top:5px;left:85.99166666666666%;display:none;}} #dh_style_39_1576901089592 > .view_contents{overflow:visible;}  #dh_style_39_1576901089592 .mainMenuSet {color:#333333;} @media screen and (max-width:640px) { #dh_style_39_1576901089592 .icoMenuSet {color:#0069ba;background:#ffffff;}} @media screen and (max-width:640px) { #dh_style_39_1576901089592 .twoBgSet {background:#333333;color:#ffffff;}}
/*----------------------电脑板式样式----------------------*/
#dh_style_39_1576901089592{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_39_1576901089592{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_39_1576901089592{
		
	}
#dh_style_39_1576901089592 .menuStyle_39 .miniMenu .leftBox{background-color:#016dbf;}
#dh_style_39_1576901089592 .menuStyle_39 .miniMenu .leftBox .menuUlCopy li a{color:#fff;border-bottom-color:transparent;font-size:18px;}
#dh_style_39_1576901089592 .menuStyle_39 .miniMenu .leftBox .menuUlCopy li#hot>a{color:fff;border-bottom-color:#fff}
}

 #dh_style_35_1579230307290{width:60%;z-index:999;display:none;position:absolute;left:20%;top:57.09375px;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_35_1579230307290{width:70%;z-index:999;display:none;left:15%;top:57.09375px;}}   @media screen and (max-width:640px) {#dh_style_35_1579230307290{width:12.266666666666666%;z-index:999;display:block;top:8px;left:84.26666666666667%;}} #dh_style_35_1579230307290 > .view_contents{overflow:visible;}  #comm_layout_header{height:131.5px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:131.5px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:60px;}} #comm_layout_header > .view_contents{overflow:visible;}  #comm_layout_header  {background:rgba(255,255,255,0.7);}
/*----------------------电脑板式样式----------------------*/
#comm_layout_header{
	float:left;
margin-top:0 !important;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#comm_layout_header{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#comm_layout_header{
		float:none !important;margin-top:none !important;background:#ffffff !important;height:60px;
	}
}


 #image_style_01_1577088742143{width:100%;height:520px;position:absolute;top:0%;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1577088742143{height:257px;}}   @media screen and (max-width:640px) {#image_style_01_1577088742143{width:100%;height:165px;top:0px;left:0%;}} #image_style_01_1577088742143 > .view_contents{overflow:visible;}  #layout_diy_1576901142{height:520px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1576901142{height:257px;}}   @media screen and (max-width:640px) {#layout_diy_1576901142{height:165px;}} #layout_diy_1576901142 > .view_contents{overflow:visible;} 
/*----------------------电脑板式样式----------------------*/
#layout_diy_1576901142{
	
margin-top:0 !important;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_diy_1576901142{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#layout_diy_1576901142{
		
	}
}


 #homelink_style_03_1577091031623{width:45%;position:absolute;top:2.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#homelink_style_03_1577091031623{}}   @media screen and (max-width:640px) {#homelink_style_03_1577091031623{width:96%;top:10px;left:2%;display:none;}} #homelink_style_03_1577091031623 > .view_contents{overflow:visible;}  #homelink_style_03_1577091031623 .tabItemSet.tabCurItem {background:#016dbf;} #layout_1577091025988{height:56px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1577091025988{}}   @media screen and (max-width:640px) {#layout_1577091025988{height:70px;display:none;}} #layout_1577091025988 > .view_contents{overflow:visible;max-width:1200px;} 


 #productList_style_03_1577090978366{width:100%;position:absolute;top:120.8125px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_03_1577090978366{left:0%;}}   @media screen and (max-width:640px) {#productList_style_03_1577090978366{width:96%;top:67px;left:2%;}} #productList_style_03_1577090978366 > .view_contents{overflow:visible;}  #productList_style_03_1577090978366 .titleSet {text-align:center;font-size:18px;} #productList_style_03_1577090978366 .imgSet {background:transparent;} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_03_1577090978366 .titleSet {font-size:18px;}} @media screen and (max-width:640px) { #productList_style_03_1577090978366 .titleSet {font-size:16px;}}
/*----------------------电脑板式样式----------------------*/
#productList_style_03_1577090978366{
	
}
#productList_style_03_1577090978366 .prod_default3 .prod_img img.horizontal{height:100%;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_03_1577090978366{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#productList_style_03_1577090978366{
		
	}
}


 #text_style_01_1577091111837{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:34.583333333333336%;top:17px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1577091111837{left:25%;width:50%;}}   @media screen and (max-width:640px) {#text_style_01_1577091111837{width:50%;font-size:12px;color:#333;line-height:1.6;top:8px;left:25%;}}  #text_style_01_1577091111837>.view_contents {font-size:36px;text-align:center;color:#333333;} @media screen and (max-width:640px) { #text_style_01_1577091111837>.view_contents {font-size:18px;color:#016dbf;font-weight:bold;}}

 #text_style_01_1577091111840{width:6.25%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:36.583333333333336%;top:92px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1577091111840{left:34.7792948038176%;width:6.2%;top:92px;}}   @media screen and (max-width:640px) {#text_style_01_1577091111840{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:25%;display:none;}}  #text_style_01_1577091111840>.view_contents {border-style:solid;border-color:#808080;border-top:none !important;border-right:none !important;border-left:none !important;line-height:5px;border-width:1px;}

 #text_style_01_1577091111843{width:6.25%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:57.166666666666664%;top:92px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1577091111843{width:6.2%;top:92px;left:59.39322640509014%;}}   @media screen and (max-width:640px) {#text_style_01_1577091111843{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:0%;display:none;}}  #text_style_01_1577091111843>.view_contents {border-style:solid;border-color:#808080;border-top:none !important;border-right:none !important;border-left:none !important;line-height:5px;border-width:1px;}

 #text_style_01_1577091111845{width:13.166666666666666%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:43.416666666666664%;top:81px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1577091111845{left:42.16666666666667%;width:15.666666666666668%;}}   @media screen and (max-width:640px) {#text_style_01_1577091111845{width:50%;font-size:12px;color:#333;line-height:1.6;top:37.5px;left:25%;}}  #text_style_01_1577091111845>.view_contents {color:#808080;text-align:center;}
 #div_a_includeBlock_1577091111744{width:1200px;height:117px;position:absolute;top:0px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1577091111744{width:1200px;left:calc(50% - 600px);}}   @media screen and (max-width:640px) {#div_a_includeBlock_1577091111744{width:96%;height:64px;top:0px;left:2%;}}  #layout_1577089506318{height:1038.8125px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1577089506318{height:882.8125px;}}   @media screen and (max-width:640px) {#layout_1577089506318{height:764px;}} #layout_1577089506318 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_01_1576940519269{width:7.083333333333333%;height:39px;position:absolute;top:111px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1576940519269{top:111px;left:1.0604453870625663%;}}   @media screen and (max-width:640px) {#image_style_01_1576940519269{width:67px;height:26px;top:10px;left:0.9333333333333335%;}} #image_style_01_1576940519269 > .view_contents{overflow:visible;} 

 #text_style_01_1576940574960{width:33.416666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:105.5px;left:7.541666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1576940574960{left:9.593716861081655%;top:111px;}}   @media screen and (max-width:640px) {#text_style_01_1576940574960{width:82.66666666666667%;font-size:12px;color:#333;line-height:1.6;top:10px;left:8.666666666666668%;}}  #text_style_01_1576940574960>.view_contents {color:#ffffff;font-size:28px;text-align:center;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1576940574960>.view_contents {font-size:22px;}} @media screen and (max-width:640px) { #text_style_01_1576940574960>.view_contents {font-size:16px;}}

 #text_style_01_1576940604969{width:1.0833333333333335%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:15.5px;left:41.125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1576940604969{top:10.5px;left:44.290164369035%;}}   @media screen and (max-width:640px) {#text_style_01_1576940604969{width:6.133333333333333%;font-size:12px;color:#333;line-height:1.6;top:96px;left:42.53333333333333%;display:none;}}  #text_style_01_1576940604969>.view_contents {height:230px;border-bottom:none !important;border-left:none !important;border-top:none !important;border-color:#ffffff;border-style:solid;border-width:2px;} @media screen and (max-width:640px) { #text_style_01_1576940604969>.view_contents {height:120px;}}
/*----------------------电脑板式样式----------------------*/
#text_style_01_1576940604969{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1576940604969{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_01_1576940604969{
		
	}
}

 #dh_style_39_1576940689652{width:57.666666666666664%;z-index:999;position:absolute;top:7.5px;left:42.333333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_39_1576940689652{z-index:999;}}   @media screen and (max-width:640px) {#dh_style_39_1576940689652{width:96%;z-index:999;top:260px;left:2%;display:none;}} #dh_style_39_1576940689652 > .view_contents{overflow:visible;}  #dh_style_39_1576940689652 .mainMenuSet {color:#ffffff;font-size:16px;}
/*----------------------电脑板式样式----------------------*/
#dh_style_39_1576940689652{
	
}
#dh_style_39_1576940689652 .menuStyle_39 .menuUl #hot>a{color:#fff;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_39_1576940689652{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_39_1576940689652{
		
	}
}

 #text_style_01_1576940781499{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:64px;left:44.80338541666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1576940781499{top:68.5px;left:47.98349681866384%;}}   @media screen and (max-width:640px) {#text_style_01_1576940781499{width:48.53333333333333%;font-size:12px;color:#333;line-height:1.6;top:53px;left:20.533333333333335%;}}  #text_style_01_1576940781499>.view_contents {color:#ffffff;}

 #text_style_01_1576940812735{width:19.583333333333332%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:218px;left:63.095052083333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1576940812735{width:247px;}}   @media screen and (max-width:640px) {#text_style_01_1576940812735{width:96%;font-size:12px;color:#333;line-height:1.6;top:181px;left:2%;}}  #text_style_01_1576940812735>.view_contents {color:#ffffff;text-align:center;}

 #image_style_01_1576940938690{width:11.416666666666666%;height:137px;position:absolute;top:64px;left:86.20833333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1576940938690{height:107px;}}   @media screen and (max-width:640px) {#image_style_01_1576940938690{width:89px;height:72px;top:53px;left:69.06666666666666%;}} #image_style_01_1576940938690 > .view_contents{overflow:visible;} 
/*----------------------电脑板式样式----------------------*/
#image_style_01_1576940938690{
	width:137px;height:137px;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1576940938690{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#image_style_01_1576940938690{
		width:84px;height:84px;
	}
}

 #text_style_01_1579255024053{width:11.166666666666666%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:207px;left:86.33333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1579255024053{}}   @media screen and (max-width:640px) {#text_style_01_1579255024053{width:24%;font-size:12px;color:#333;line-height:1.6;top:137px;left:68.26666666666667%;}}  #text_style_01_1579255024053>.view_contents {color:#ffffff;text-align:center;line-height:20px;} @media screen and (max-width:640px) { #text_style_01_1579255024053>.view_contents {line-height:18px;}}

 #text_style_01_1579255457175{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:98.5px;left:44.80338541666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1579255457175{}}   @media screen and (max-width:640px) {#text_style_01_1579255457175{width:41.06666666666667%;font-size:12px;color:#333;line-height:1.6;top:80px;left:20.4%;}}  #text_style_01_1579255457175>.view_contents {color:#ffffff;}

 #text_style_01_1579255461116{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:134px;left:44.80338541666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1579255461116{}}   @media screen and (max-width:640px) {#text_style_01_1579255461116{width:33.06666666666666%;font-size:12px;color:#333;line-height:1.6;top:106px;left:20.4%;}}  #text_style_01_1579255461116>.view_contents {color:#ffffff;}

 #text_style_01_1579255464682{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:169px;left:44.80338541666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1579255464682{}}   @media screen and (max-width:640px) {#text_style_01_1579255464682{width:36.53333333333333%;font-size:12px;color:#333;line-height:1.6;top:138.5px;left:20.4%;}}  #text_style_01_1579255464682>.view_contents {color:#ffffff;} #comm_layout_footer{height:260px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:274px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:209px;}} #comm_layout_footer > .view_contents{max-width:1200px;overflow:visible;}  #comm_layout_footer  {background:#1a1a1a;}

	#image_style_01_1576900774918 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1576900774918 .CompatibleImg img{width:auto; height:auto}}@media screen and (max-width:640px) {#image_style_01_1576900774918 .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_1576900774918 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_1576900938048 .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_1576900938048 .CompatibleImg img{width:auto; height:auto}}@media screen and (max-width:640px) {#image_style_01_1576900938048 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1576900938048 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_39{width:100%; position:relative;}
.menuStyle_39 *{box-sizing: border-box;}
.menuStyle_39 .miniMenu *,
.menuStyle_39 .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_39 .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_39 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_39 ul,.menuStyle_39 li{padding:0;margin:0px;list-style:none}
.menuStyle_39 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_39 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_39 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_39 .menuUl{position:relative; width:100%; text-align:center;z-index: 99;}
.menuStyle_39 .menuUl>li{position:relative;}
.menuStyle_39 .menuUl>li>a{height: 100%; position: relative; text-decoration:none;font-size:16px; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; line-height:44px; padding: 0; padding: 0 1em\0;}
.menuStyle_39 .menuUl>li>a:hover{color:#2d8cf0;}
.menuStyle_39 .menuUl #hot>a{color:#2d8cf0;}
.menuStyle_39 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_39 .menuUl #hot>a span{color:inherit;}

.menuStyle_39 .menuUl>.logo{background: transparent!important;}
.menuStyle_39 .menuUl>.logo:after{width:0;}
.menuStyle_39 .menuUl>.logo .menuUl_box_logo{background: transparent!important; border-top: 3px solid transparent!important;}
.menuStyle_39 .menuUl>.logo .menuUl_box_logo:hover{background: #fff;}
.menuStyle_39 .menuLayout .miniMenu{display:none;}
.menuStyle_39 .menuUl02 {opacity: 0; display: none; position: absolute; left: 50%; width: 100%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0); background: #f5f5f5;}
.menuStyle_39 .menuUl>li>#menuLogo{height: 85%;}

.menuStyle_39 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;}
.menuStyle_39 .menuUl.noHover .rflex:hover .menuUl02{display: none;}

.menuStyle_39 .menuUl02 .subMenu02 { float: none; position: relative;color: #4d5158; font-size:14px; line-height: 40px; padding: 0 15px;}
.menuStyle_39 .subBox .subMenu02.subCurSet {font-weight: bold;border-bottom: 2px solid #04b29b;}
.menuStyle_39 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_39 .menuUl02 .subMenu02:hover {background: #4bc9e4; color: #fff;}
.menuStyle_39 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}
.menuStyle_39 .menuUl02 .subMenu02:hover .menuUl03{display: block;} 
.menuStyle_39 .menuUl03{position: absolute; background: #f5f5f5; top: 0; display: none;}
.menuStyle_39 .rflex { position: relative;}
.menuStyle_39 .maxWidth{margin: auto;}

.menuStyle_39 .subBox{border-top:1px solid #2d8cf0; position: absolute; left: 0; width: 100%; background: #fff;display: none;padding: 20px 20px 0;}
.menuStyle_39 .subBox .subBoxContent{text-align: left; overflow: hidden;}
.menuStyle_39 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_39 .subBox .sublm{min-height: 10px;width: 100%;display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.menuStyle_39 .subBox .sublm .subMenuArea{width: 49%;box-sizing: border-box;overflow: hidden;margin-bottom: 20px;}
.menuStyle_39 .subBox .subMenuArea .subMenuImgArea{width: 50%;float: left;position:relative; overflow: hidden; box-sizing: border-box;}
.menuStyle_39 .subBox .subMenuArea .dummy{margin-top: calc(100%/3*2);}
.menuStyle_39 .subBox .subMenuArea .subMenuImg{width: 100%;}
.menuStyle_39 .subBox .subMenuArea .menu_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.menuStyle_39 .subBox .subMenuArea .subMenuCon{width: 50%;float: left;padding: 10px;}
.menuStyle_39 .subBox .subMenu02{font-size: 14px; margin-bottom: 7px; clear: both; color: #333; display: block;}
.menuStyle_39 .subBox .subMenu02.subCurSet{font-weight: bold;}
.menuStyle_39 .subBox .subMenu02:hover,
.menuStyle_39 .subBox .subMenu02:active{color:#2d8cf0;}

.menuStyle_39 .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_39 .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_39 .imgIco{ margin-right:10px;}
.menuStyle_39 .menuUl,
.menuStyle_39 .menuUl_box {display:none;}
.menuStyle_39 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_39 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_39 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_39 .miniMenu .leftBox{height: 100%}
.menuStyle_39 .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_39 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_39 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_39 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_39 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_39 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;padding: 0;}
.menuStyle_39 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy{width: calc(100% - 50px);}
.menuStyle_39 .miniMenu .leftBox .menuUlCopy .menuUlCopy li a{padding-left: 30px;box-sizing: border-box;}
.menuStyle_39 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy li a{padding-left: 60px;box-sizing: border-box;}
.menuStyle_39 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden;color:#4d5158;font-size:12px; line-height:44px;}
.menuStyle_39 .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,.1);}
.menuStyle_39 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #555;}
.menuStyle_39 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; display: none; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit;}
.menuStyle_39 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.1);}
.menuStyle_39 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
.menuStyle_39 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #555;}
.menuStyle_39 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(255,255,255,.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_39 .menuLayout .miniMenu.Mslide .sidebar{color:#4d5158; background: rgba(0,0,0,.05);}
.menuStyle_39 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


	
#dh_style_39_1576901089592 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

		/* 高度设置 */
		#dh_style_39_1576901089592 .subBox .subMenuArea .dummy{margin-top: px;}
						/* 宽度设置 */
				#dh_style_39_1576901089592 .subBox .subMenuArea .subMenuImgArea{width: px;}
				#dh_style_39_1576901089592 .subBox .subMenuArea .subMenuCon{width: calc(100% - px);}
		

.menuStyle_35{width:100%; position:relative;}
.menuStyle_35 *{box-sizing: border-box;}
.menuStyle_35 .miniMenu *,
.menuStyle_35 .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_35 .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_35 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_35 ul,.menuStyle_35 li{padding:0;margin:0px;list-style:none}
.menuStyle_35 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_35 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_35 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_35 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_35 .menuUl>li{position:relative;}
.menuStyle_35 .menuUl>li>a{position: relative; text-decoration:none;font-size:16px; background:#0bb2dc ; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #fff; line-height:44px; padding: 0; padding: 0 1em\0;}
.menuStyle_35 .menuUl>li>a:hover{background: #1fcefb;}
.menuStyle_35 .menuUl #hot>a{color:#fff; background: #1fcefb;}
.menuStyle_35 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_35 .menuUl #hot>a span{color:inherit;}
.menuStyle_35 .menuLayout .miniMenu{display:none;}
.menuStyle_35 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; background: #fff; width: 100%; height: 0; box-shadow: 2px 5px 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_35 .menuUl>.logo{background: #fff;}
.menuStyle_35 .menuUl>.logo a{background: #fff;}
.menuStyle_35 .menuUl>.logo a:hover{background: #fff;}
.menuStyle_35 .menuUl>li>#menuLogo{height: 85%; background: #fff;}

.menuStyle_35 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;}
.menuStyle_35 .menuUl.noHover .rflex:hover .menuUl02{display: none;}

.menuStyle_35 .menuUl02 .subMenu02 { float: none; position: relative;color: #4d5158; font-size:14px; line-height: 40px; padding: 0 15px;}
.menuStyle_35 .menuUl02 .subMenu02.subCurSet{color: #53bdd7;background: #f7f7f7;}
.menuStyle_35 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_35 .menuUl02 .subMenu02:hover {background: #f7f5f8; color: #53bdd7; border-left: 2px solid #53bdd7;}
.menuStyle_35 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}
.menuStyle_35 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_35 .menuUl03{position: absolute; background: #fff; left: 100%; top: 0; display: none; box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.22);}
.menuStyle_35 .menuUl03 .subMenu03{color: #5f6366; padding: 0 15px; line-height: 40px;}
.menuStyle_35 .menuUl03 .subMenu03:hover{background:#f6f6f6; color: #77c6cb;}
.menuStyle_35 .menuUl03 .subMenu03>a{ color: inherit; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.menuStyle_35 .menuUl03 .subMenu03.thrCurSet {color: #53bdd7;background: #f7f7f7;}
.menuStyle_35 .rflex { position: relative;}
.menuStyle_35 .maxWidth{margin: auto;}

.menuStyle_35 .subBox{position: absolute; left: 0; width: 100%; background: rgba(238, 238, 238, 0.85); display: none;}
.menuStyle_35 .subBox .subBoxContent{padding: 15px; text-align: left; overflow: hidden;}
.menuStyle_35 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_35 .subBox .sublm{float: left; width: calc(100% - 440px); min-height: 10px;}
.menuStyle_35 .subBox .sublm>div{clear: both; overflow: hidden; margin: 8px 0;}
.menuStyle_35 .subBox .subImgsbox{float: left; width: 440px; height: 160px;}
.menuStyle_35 .subBox .subImgsbox>a{display: block; height: 100%; font-size:14px; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}
.menuStyle_35 .subBox .subImgsbox>a:last-child{margin-left: 0;}
.menuStyle_35 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}
.menuStyle_35 .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_35 .subBox p{overflow: hidden; float: left;}
.menuStyle_35 .subBox p:first-child{margin-right: 10px; width: 100px;}
.menuStyle_35 .subBox p:last-child{width: calc(100% - 110px);}
.menuStyle_35 .subBox .subMenu02{font-size: 14px; margin-bottom: 5px; clear: both; color: #333; line-height: 28px;}
.menuStyle_35 .subBox .subMenu02.subCurSet{color: #2d93ff;}
.menuStyle_35 .subBox .subMenu02:hover,
.menuStyle_35 .subBox .subMenu02:active{color: #2d93ff;}
.menuStyle_35 .subBox .subMenu03{float: left; margin: 5px 20px 5px 0; font-size: 12px; color: #666;}
.menuStyle_35 .subBox .subMenu03:hover,
.menuStyle_35 .subBox .subMenu03:active{color: #2d93ff;}
.menuStyle_35 .subBox .subMenu03.thrCurSet{color: #2d93ff;}

.menuStyle_35 .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_35 .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_35 .imgIco{ margin-right:10px;}
.menuStyle_35 .menuUl,
.menuStyle_35 .menuUl_box {display:none;}
.menuStyle_35 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_35 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_35 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_35 .miniMenu .leftBox{height: 100%}
.menuStyle_35 .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_35 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_35 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_35 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_35 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_35 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;padding: 0;}
.menuStyle_35 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy{width: calc(100% - 50px);}
.menuStyle_35 .miniMenu .leftBox .menuUlCopy .menuUlCopy li a{padding-left: 30px;box-sizing: border-box;}
.menuStyle_35 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy li a{padding-left: 60px;box-sizing: border-box;}
.menuStyle_35 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}
.menuStyle_35 .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_35 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}
.menuStyle_35 .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_35 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
.menuStyle_35 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
.menuStyle_35 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #fff;}
.menuStyle_35 .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_35 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
.menuStyle_35 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


	
#dh_style_35_1579230307290 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@media screen and (min-width:640px) {
	#dh_style_35_1579230307290 .maxWidth{max-width:px;}
	/* .menuUl>li>#menuLogo 这种查找会失败改为下面这种 2019.5.29 */
	#dh_style_35_1579230307290 .menuUl li #menuLogo{
		height: px;
		margin-right: 20px;
		margin-left: 20px;
	}
			#dh_style_35_1579230307290 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
		#dh_style_35_1579230307290 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	}


	#image_style_01_1577088742143 .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_1577088742143 .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_1577088742143 .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_1577088742143 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;}
.homelink_style03 { width: 100%;}
.homelink_style03 .home-icon{ position: relative; z-index: 999; width: 50px; height: 50px; line-height: 50px; text-align: center; padding: 15px; border-radius: 100%; box-shadow: 0px 5px 10px #ccc; background: #000; display: inline-block; vertical-align: middle; box-sizing: border-box;}
.homelink_style03 .home-icon img{ width: 100%;}
.homelink_style03 .link_ul.pc{ display: inline-block;}
.homelink_style03 .link_li { display: inline-block; position: relative; vertical-align: middle;}

.homelink_style03 .link_li>a{ height: 40px; line-height: 40px; padding: 0 20px 0 50px; font-size: 14px; color: #333; background: #fff; border-radius: 50px; box-shadow: 0px 0px 10px rgba(0,0,0,.2); display: inline-block; vertical-align: middle; box-sizing: border-box;}
.homelink_style03 .link_li.on>a{ background: rgb(255,140,98); color: #fff;}
.homelink_style03 .mobile{ display: none;}
@keyframes slidedown{
    from {
        transform: rotateX(90deg);
    }
    to {
        transform: rotateX(0deg);
    }
}

@keyframes slideup{
    from {
        transform: rotateX(0deg);
    }
    to {
        transform: rotateX(90deg);
    }
}

@media screen and (max-width:640px) {
    .homelink_style03 .link_ul.pc{ display: none;}
    .homelink_style03 .link_li{ left: 0 !important;}
    .homelink_style03 .link_li>a{ padding: 0 20px; font-size: 12px;}
    .homelink_style03 .home-icon{ display: block;}
    .homelink_style03 .link_ul.mobile{ display: block; height: 0; min-width: 100%; position: relative; transform: rotateX(90deg); transform-origin: top; transition: all .3s;}
    .homelink_style03 .link_li{ display: block; max-width: 100%;}
    .homelink_style03 .link_li>a{ max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-top: 5px;}
    
    .homelink_style03 .mobile.slideDown{ animation: slidedown .3s; transform: rotateX(0deg);}
    .homelink_style03 .mobile.slideUp{ animation: slideup .3s; transform: rotateX(90deg);}
}

/*产品样式*/
.prod_default3{width:100%; clear: both;}
.prod_default3 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default3 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default3 .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; overflow: hidden;}
.prod_default3 .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default3 .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default3 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default3 .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50% !important; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);}
.prod_default3 .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%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%);}
.prod_default3 .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default3 .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; position: relative;}
.prod_default3 .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; height: 38px\0;}
.prod_default3 .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block; width: 100%;}/*文字两行后自动超出隐藏*/
.prod_default3 .p_name .status{position: relative;top: -2px;}
.prod_default3 .p_detail { font-size: 12px; height: 28px\0; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default3 .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default3 .p_group .p_lb{display: none;}
.prod_default3 .p_line{margin-bottom: 5px; overflow: hidden; width: 100%;}
.prod_default2 .p_line2{margin-bottom: 5px; overflow: hidden; width: 100%;margin-top: 10px;}
.prod_default3 .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 50%; color: #666; font-size: 12px;}
.prod_default3 .p_jg{display: none;}
.prod_default3 .p_price {line-height: 1; white-space: nowrap;display: inline;}
.prod_default3 .p_value {color: #ff002a; font-size:26px;}
.prod_default3 .unit {color: #ff002a;font-size: 16px;}
.prod_default3 .p_vip { text-align: right; line-height:24px; height: 26px; white-space: nowrap;display: inline;position: absolute;left:0;width:100%;}
.prod_default3 .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default3 .v_value {color: #333; font-size: 18px;}
.prod_default3 .v_unit {color: #333;font-size: 12px;}
.prod_default3 .pro_button {display:none; margin: 10px 0; overflow: hidden;}
.prod_default3 .p_link { float: left; width: 48%; text-align: center;}
.prod_default3 .p_link a {display: block; padding: 10px 15px;}
.prod_default3 .p_cart { float: right; width: 48%; text-align: center;}
.prod_default3 .p_cart a {display: block; padding: 10px 15px;}
.prod_default3 a{text-decoration:none; }
.prod_default3 .prod_info .p_buy{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #ff6700; color:#fff;font-size:16px; cursor: pointer;display: none;}
.prod_default3 .prod_info .p_buy a{color:inherit;font-size:inherit;position: absolute;left: 50%;top: 50%;max-width: 85%;-ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.prod_default3 .prod_Item:hover .p_buy{display: block;}

/*分页*/
.prod_default3 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default3 .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_default3 .page_btn a.cur,.prod_default3 .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default3 .page_btn a:nth-child(n+12){display: none;}
.prod_default3 .page_btn a:nth-last-child(1),.prod_default3 .page_btn a:nth-last-child(2),.prod_default3 .page_btn a:nth-last-child(3){display: inline-block !important;}
.prod_default3 .prev_btn,.prod_default3 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default3 .no_page{border: 0 !important;}
.prod_default3 .page_btn a:nth-child(n+10){display: none;}

.prod_default3 .zhe_price{position: relative;}
.prod_default3 .zhekou {color: #ff002a; font-size:16px;font-weight: bold;line-height: 30px;clear:both;display: inline-block;}
.prod_default3 .p_price2{font-family: "宋体";line-height: 24px;height: 26px;}
.prod_default3 .yuanjia2{color:#888;font-size: 12px;}
.prod_default3 .fuhao2{color:#888;font-size: 12px;font-family: "微软雅黑";}
.prod_default3 .fuhao{color:#ff002a;font-size: 16px;font-family: "微软雅黑";}
.prod_default3 .jiage{color: #888;font-size: 14px;}
.prod_default3 .freebox{position: absolute;right: 0;top: 50%;transform: translateY(-50%);}

.prod_default3 .freeinfo{ clear:both; overflow:hidden;}
.prod_default3 .freeinfo span{ display:block; float:left; border:1px solid red; border-radius:5px; padding:0 5px; color:red; margin-right:5px; box-sizing: border-box; }

/*拼购*/
.prod_default3 .Collage_item{ border:1px solid #e5e5e5; }
.prod_default3 .Collage_ico{ position:absolute; left:10px; top:0; width:40px; height:40px; z-index: 100;}
.prod_default3 .Collage_ico img{ width:100%; height:100%; vertical-align: top; }
.prod_default3 .prod_top{ background-color:#f00; overflow:hidden; padding:10px 10px; color:white; font-size:14px; position:absolute; bottom:0; left:0; width:100%; z-index: 100;}

@media screen and (max-width: 767px){
.prod_default3 .prod_top{ font-size:12px; }
.prod_default3 .Collage_ico{ width:25px; height:25px; }
/*产品列表*/
.prod_default3 .prod{width:50%;margin-right:0; margin-bottom: 0; border-right: 1px solid #eee; border-bottom: 1px solid #eee;}
.prod_default3 .prod:nth-child(2n){border-right: none;}
.prod_default3 .prod_info{padding: 6px;}
.prod_default3 .unit,.prod_default3 .p_vip .v_jg,.prod_default3 .v_unit{font-size: 12px;}
.prod_default3 .p_vip{height: 18px; line-height: 23px;}
.prod_default3 .v_value{font-size: 14px;}
.prod_default3 .p_value{font-size: 18px;}
.prod_default3 .prod .p_detail{display: none !important;}
.prod_default3 .freebox {display: block;position: relative; right: 0;top: 0;transform: translateY(0%);}

}
.prod_default3 .prod_info .p_buy a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}



			/*pc*/
		#productList_style_03_1577090978366 li{width: 32.666666666667%;}
		#productList_style_03_1577090978366 li.prod_Item{margin-bottom:1%;}
		@media screen and (max-width: 1024px){/*ipad*/
			#productList_style_03_1577090978366 li{width: 32.666666666667%;}
			#productList_style_03_1577090978366 li.prod_Item{margin-bottom:1%;}
		}
		@media screen and (max-width: 768px){/*mobi*/
			#productList_style_03_1577090978366 li{width: 49.5%;}
			#productList_style_03_1577090978366 li.prod_Item{margin-bottom:1%;}
		}
						 #productList_style_03_1577090978366 .p_detail.pc,#productList_style_03_1577090978366 .p_name.pc {display:block;}
		 #productList_style_03_1577090978366 .p_detail.pad, #productList_style_03_1577090978366 .p_detail.mobile,#productList_style_03_1577090978366 .p_name.pad, #productList_style_03_1577090978366 .p_name.mobile {display:none;}

		 @media screen and (min-width:641px) and (max-width:1200px) {
		 #productList_style_03_1577090978366 .p_detail.pad,#productList_style_03_1577090978366 .p_name.pad {display:block;}
		 #productList_style_03_1577090978366 .p_detail.pc, #productList_style_03_1577090978366 .p_detail.mobile,#productList_style_03_1577090978366 .p_name.pc, #productList_style_03_1577090978366 .p_name.mobile {display:none;}
		 }
		 @media screen and (max-width:640px) {
		 #productList_style_03_1577090978366 .p_detail.mobile,#productList_style_03_1577090978366 .p_name.mobile {display:block;}
		 #productList_style_03_1577090978366 .p_detail.pc, #productList_style_03_1577090978366 .p_detail.pad,#productList_style_03_1577090978366 .p_name.pc, #productList_style_03_1577090978366 .p_name.pad {display:none;}
		 }
	

	/*产品状态  新品  推荐*/
	#productList_style_03_1577090978366 .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_03_1577090978366 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_03_1577090978366 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_03_1577090978366 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_03_1577090978366 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_03_1577090978366 .submit_div{ display: inline-block; }

	#productList_style_03_1577090978366 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_03_1577090978366 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_03_1577090978366 .page_submit{margin-left:5px;}
	#productList_style_03_1577090978366 .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_03_1577090978366 .page_btn{ font-size:12px; }
			#productList_style_03_1577090978366 .submit_div{ display:none; }
		}

			#productList_style_03_1577090978366 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_03_1577090978366 .page{line-height:30px; padding:0 13px;}
		}
	                        .prod_default .v_value {color: #333; font-size: 12px;}
            
     #productList_style_03_1577090978366  .showActivity {display: none !important;}
            #productList_style_03_1577090978366  .btnaSet ,#productList_style_03_1577090978366  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	
	#image_style_01_1576940519269 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1576940519269 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1576940519269 .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_1576940519269 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_39{width:100%; position:relative;}
.menuStyle_39 *{box-sizing: border-box;}
.menuStyle_39 .miniMenu *,
.menuStyle_39 .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_39 .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_39 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_39 ul,.menuStyle_39 li{padding:0;margin:0px;list-style:none}
.menuStyle_39 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_39 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_39 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_39 .menuUl{position:relative; width:100%; text-align:center;z-index: 99;}
.menuStyle_39 .menuUl>li{position:relative;}
.menuStyle_39 .menuUl>li>a{height: 100%; position: relative; text-decoration:none;font-size:16px; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; line-height:44px; padding: 0; padding: 0 1em\0;}
.menuStyle_39 .menuUl>li>a:hover{color:#2d8cf0;}
.menuStyle_39 .menuUl #hot>a{color:#2d8cf0;}
.menuStyle_39 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_39 .menuUl #hot>a span{color:inherit;}

.menuStyle_39 .menuUl>.logo{background: transparent!important;}
.menuStyle_39 .menuUl>.logo:after{width:0;}
.menuStyle_39 .menuUl>.logo .menuUl_box_logo{background: transparent!important; border-top: 3px solid transparent!important;}
.menuStyle_39 .menuUl>.logo .menuUl_box_logo:hover{background: #fff;}
.menuStyle_39 .menuLayout .miniMenu{display:none;}
.menuStyle_39 .menuUl02 {opacity: 0; display: none; position: absolute; left: 50%; width: 100%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0); background: #f5f5f5;}
.menuStyle_39 .menuUl>li>#menuLogo{height: 85%;}

.menuStyle_39 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;}
.menuStyle_39 .menuUl.noHover .rflex:hover .menuUl02{display: none;}

.menuStyle_39 .menuUl02 .subMenu02 { float: none; position: relative;color: #4d5158; font-size:14px; line-height: 40px; padding: 0 15px;}
.menuStyle_39 .subBox .subMenu02.subCurSet {font-weight: bold;border-bottom: 2px solid #04b29b;}
.menuStyle_39 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_39 .menuUl02 .subMenu02:hover {background: #4bc9e4; color: #fff;}
.menuStyle_39 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}
.menuStyle_39 .menuUl02 .subMenu02:hover .menuUl03{display: block;} 
.menuStyle_39 .menuUl03{position: absolute; background: #f5f5f5; top: 0; display: none;}
.menuStyle_39 .rflex { position: relative;}
.menuStyle_39 .maxWidth{margin: auto;}

.menuStyle_39 .subBox{border-top:1px solid #2d8cf0; position: absolute; left: 0; width: 100%; background: #fff;display: none;padding: 20px 20px 0;}
.menuStyle_39 .subBox .subBoxContent{text-align: left; overflow: hidden;}
.menuStyle_39 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_39 .subBox .sublm{min-height: 10px;width: 100%;display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.menuStyle_39 .subBox .sublm .subMenuArea{width: 49%;box-sizing: border-box;overflow: hidden;margin-bottom: 20px;}
.menuStyle_39 .subBox .subMenuArea .subMenuImgArea{width: 50%;float: left;position:relative; overflow: hidden; box-sizing: border-box;}
.menuStyle_39 .subBox .subMenuArea .dummy{margin-top: calc(100%/3*2);}
.menuStyle_39 .subBox .subMenuArea .subMenuImg{width: 100%;}
.menuStyle_39 .subBox .subMenuArea .menu_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.menuStyle_39 .subBox .subMenuArea .subMenuCon{width: 50%;float: left;padding: 10px;}
.menuStyle_39 .subBox .subMenu02{font-size: 14px; margin-bottom: 7px; clear: both; color: #333; display: block;}
.menuStyle_39 .subBox .subMenu02.subCurSet{font-weight: bold;}
.menuStyle_39 .subBox .subMenu02:hover,
.menuStyle_39 .subBox .subMenu02:active{color:#2d8cf0;}

.menuStyle_39 .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_39 .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_39 .imgIco{ margin-right:10px;}
.menuStyle_39 .menuUl,
.menuStyle_39 .menuUl_box {display:none;}
.menuStyle_39 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_39 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_39 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_39 .miniMenu .leftBox{height: 100%}
.menuStyle_39 .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_39 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_39 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_39 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_39 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_39 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;padding: 0;}
.menuStyle_39 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy{width: calc(100% - 50px);}
.menuStyle_39 .miniMenu .leftBox .menuUlCopy .menuUlCopy li a{padding-left: 30px;box-sizing: border-box;}
.menuStyle_39 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy li a{padding-left: 60px;box-sizing: border-box;}
.menuStyle_39 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden;color:#4d5158;font-size:12px; line-height:44px;}
.menuStyle_39 .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,.1);}
.menuStyle_39 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #555;}
.menuStyle_39 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; display: none; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit;}
.menuStyle_39 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.1);}
.menuStyle_39 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
.menuStyle_39 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #555;}
.menuStyle_39 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(255,255,255,.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_39 .menuLayout .miniMenu.Mslide .sidebar{color:#4d5158; background: rgba(0,0,0,.05);}
.menuStyle_39 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


	
#dh_style_39_1576940689652 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

		/* 高度设置 */
		#dh_style_39_1576940689652 .subBox .subMenuArea .dummy{margin-top: px;}
						/* 宽度设置 */
				#dh_style_39_1576940689652 .subBox .subMenuArea .subMenuImgArea{width: px;}
				#dh_style_39_1576940689652 .subBox .subMenuArea .subMenuCon{width: calc(100% - px);}
		


	#image_style_01_1576940938690 .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_1576940938690 .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_1576940938690 .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_1576940938690 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;}
