
/**
    *编辑器         \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}
/*----------------------电脑板式样式----------------------*/

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {

}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {

}
body{ background-position:left top; }


 #dh_style_15_1542089029909{width:1200px;z-index:999;position:absolute;top:0px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_15_1542089029909{z-index:999;width:100%;left:0%;}}   @media screen and (max-width:640px) {#dh_style_15_1542089029909{width:96%;z-index:999;top:0px;left:2%;}} #dh_style_15_1542089029909 > .view_contents{overflow:visible;}  #dh_style_15_1542089029909 .mainMenuSet {background:transparent;color:#333333;font-size:16px;font-weight:bold;} #dh_style_15_1542089029909 .mainMenuSet:hover {background:transparent;color:#ff0000;font-size:16px;font-weight:bold;} #dh_style_15_1542089029909 #hot>a {background:transparent;color:#ff0000;font-size:16px;font-weight:bold;}
/*----------------------电脑板式样式----------------------*/
#dh_style_15_1542089029909{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_15_1542089029909{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_15_1542089029909{
		
	}
} #comm_layout_header{height:128px;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:91px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:44px;z-index:999999;}} #comm_layout_header > .view_contents{overflow:visible;}  #comm_layout_header  {}
/*----------------------电脑板式样式----------------------*/
#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_1542089947046{width:100%;height:437px;position:absolute;top:0%;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1542089947046{height:207px;}}   @media screen and (max-width:640px) {#div_blank_1542089947046{width:100%;height:100px;top:0%;left:0%;}} #div_blank_1542089947046 > .view_contents{overflow:visible;}  #div_blank_1542089947046  {box-sizing:border-box;} #div_blank_1542089947046 .modSet {} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1542089947046  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1542089947046  {box-sizing:border-box;}}
https://cdn.yun.sooce.cn/6/14607/jpg/1589350221764e1424e1ca3e68c32.jpg?version=0/*----------------------电脑板式样式----------------------*/
#div_blank_1542089947046{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1542089947046{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#div_blank_1542089947046{
		
	}
} #layout_diy_1541665608{height:437px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1541665608{height:208px;}}   @media screen and (max-width:640px) {#layout_diy_1541665608{height:100px;}}  #layout_diy_1541665608  {background-repeat:no-repeat!important;background-size:100% auto;background-position:50% 50% !important;background: url(../img/upimages/pkgimg/pkgimg/jianshen_meinv.jpg);} @media screen and (min-width:641px) and (max-width:1200px) { #layout_diy_1541665608  {background-repeat:no-repeat!important;background-position:50% 50% !important;}}


 #text_style_01_1541735722029{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:50px;left:0.125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541735722029{width:334px;}}   @media screen and (max-width:640px) {#text_style_01_1541735722029{width:86%;font-size:12px;color:#333;line-height:1.6;top:21px;left:7.03125%;}}  #text_style_01_1541735722029>.view_contents {font-size:26px;text-align:center;background: url(../img/upimages/pkgimg/pkgimg/20181108155037430.png);background-repeat:no-repeat!important;background-size:auto;background-position:50% 50% !important;color:#ffffff;} @media screen and (max-width:640px) { #text_style_01_1541735722029>.view_contents {color:#ffffff;font-size:18px;background: url(../img/upimages/pkgimg/pkgimg/20181108155037430.png);background-size:cover;background-repeat:no-repeat!important;background-position:50% 50% !important;}}

 #image_style_01_1541741877441{width:42.083333333333336%;height:302px;position:absolute;top:146px;left:55.375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541741877441{width:472px;left:47.314090668080595%;top:144px;}}   @media screen and (max-width:640px) {#image_style_01_1541741877441{width:96%;height:155px;top:67px;left:1.9970703125%;}} #image_style_01_1541741877441 > .view_contents{overflow:visible;} 

 #text_style_01_1541741927490{width:49.5%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:160px;left:2.2083333333333335%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541741927490{left:1.9734225874867444%;top:120px;width:418px;}}   @media screen and (max-width:640px) {#text_style_01_1541741927490{width:96%;font-size:12px;color:#333;line-height:1.6;top:231px;left:2%;}}  #text_style_01_1541741927490>.view_contents {font-size:14px;} @media screen and (max-width:640px) { #text_style_01_1541741927490>.view_contents {font-size:12px;font-family:Microsoft YaHei;}} #layout_1541734916350{height:526px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1541734916350{}}   @media screen and (max-width:640px) {#layout_1541734916350{height:504px;}} #layout_1541734916350 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1541742797236{width:15.166666666666668%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:35px;left:42.41666666666667%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541742797236{}}   @media screen and (max-width:640px) {#text_style_01_1541742797236{width:70.625%;font-size:12px;color:#333;line-height:1.6;top:16px;left:14.6875%;}}  #text_style_01_1541742797236>.view_contents {text-align:center;color:#ffffff;font-size:26px;font-weight:bold;} @media screen and (max-width:640px) { #text_style_01_1541742797236>.view_contents {font-size:18px;}}

 #image_style_12_1542007267674{width:94.58333333333333%;position:absolute;top:98px;left:2.7083333333333335%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_12_1542007267674{left:2.757158006362672%;}}   @media screen and (max-width:640px) {#image_style_12_1542007267674{width:96%;top:64px;left:2%;}} #image_style_12_1542007267674 > .view_contents{overflow:visible;}  #image_style_12_1542007267674 .titleSet {font-size:30px;color:#ffffff;font-weight:normal;} #image_style_12_1542007267674 .detailSet {font-size:22px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_12_1542007267674 .titleSet {font-size:24px;}} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_12_1542007267674 .detailSet {font-size:24px;}} @media screen and (max-width:640px) { #image_style_12_1542007267674 .detailSet {font-size:14px;}} @media screen and (max-width:640px) { #image_style_12_1542007267674 .titleSet {font-size:15px;}} #layout_1541742643000{height:340px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1541742643000{height:347px;}}   @media screen and (max-width:640px) {#layout_1541742643000{height:300px;}} #layout_1541742643000 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1541742643000  {background: url(../img/upimages/pkgimg/pkgimg/Fitness-girl-purple-dress-sweat_2880x1800.jpg);background-repeat:no-repeat!important;background-size:cover;background-attachment:fixed;background-position:50% 50% !important;}


 #text_style_01_1541736023375{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:50px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541736023375{width:325px;}}   @media screen and (max-width:640px) {#text_style_01_1541736023375{width:86%;font-size:12px;color:#333;line-height:1.6;top:20px;left:7.03125%;}}  #text_style_01_1541736023375>.view_contents {font-size:26px;text-align:center;background: url(../img/upimages/pkgimg/pkgimg/20181108155037430.png);background-repeat:no-repeat!important;background-size:auto;background-position:50% 50% !important;color:#ffffff;} @media screen and (max-width:640px) { #text_style_01_1541736023375>.view_contents {color:#ffffff;font-size:18px;background-size:cover;}}

 #image_style_11_1541742281518{width:88.41666666666667%;position:absolute;top:386px;left:5.791666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_11_1541742281518{width:874px;left:calc(50% - 437px);top:319px;}}   @media screen and (max-width:640px) {#image_style_11_1541742281518{width:96%;top:261px;left:2%;}} #image_style_11_1541742281518 > .view_contents{overflow:visible;} 

 #image_style_01_1541743691351{width:22px;height:22px;position:absolute;top:126px;left:8.375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541743691351{}}   @media screen and (max-width:640px) {#image_style_01_1541743691351{width:22px;height:22px;top:73px;left:14.6875%;}} #image_style_01_1541743691351 > .view_contents{overflow:visible;} 

 #text_style_01_1541743761333{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:121px;left:12.291666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541743761333{}}   @media screen and (max-width:640px) {#text_style_01_1541743761333{width:50.625%;font-size:12px;color:#333;line-height:1.6;top:73px;left:25%;}}  #text_style_01_1541743761333>.view_contents {font-size:18px;} @media screen and (max-width:640px) { #text_style_01_1541743761333>.view_contents {font-size:14px;}}

 #image_style_01_1541743811958{width:1.8333333333333333%;height:22px;position:absolute;top:205px;left:8.375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541743811958{top:189px;left:8.374204665959702%;}}   @media screen and (max-width:640px) {#image_style_01_1541743811958{width:26px;height:22px;top:130px;left:14.6875%;}} #image_style_01_1541743811958 > .view_contents{overflow:visible;} 

 #text_style_01_1541743816939{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:200px;left:12.291666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541743816939{left:12.291224814422057%;top:184px;}}   @media screen and (max-width:640px) {#text_style_01_1541743816939{width:67.5%;font-size:12px;color:#333;line-height:1.6;top:130px;left:25%;}}  #text_style_01_1541743816939>.view_contents {font-size:18px;} @media screen and (max-width:640px) { #text_style_01_1541743816939>.view_contents {font-size:16px;}}

 #image_style_01_1541744049587{width:1.8333333333333333%;height:22px;position:absolute;top:283px;left:8.375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541744049587{top:251px;left:8.374204665959702%;}}   @media screen and (max-width:640px) {#image_style_01_1541744049587{width:26px;height:22px;top:192px;left:14.6875%;}} #image_style_01_1541744049587 > .view_contents{overflow:visible;} 

 #text_style_01_1541744054310{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:278px;left:12.291666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541744054310{top:246px;left:12.291224814422057%;}}   @media screen and (max-width:640px) {#text_style_01_1541744054310{width:70.3125%;font-size:12px;color:#333;line-height:1.6;top:192px;left:24.1845703125%;}}  #text_style_01_1541744054310>.view_contents {font-size:18px;} @media screen and (max-width:640px) { #text_style_01_1541744054310>.view_contents {font-size:14px;}} #layout_1541734913316{height:739px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1541734913316{height:610px;}}   @media screen and (max-width:640px) {#layout_1541734913316{height:758px;}} #layout_1541734913316 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1489718069899{width:46.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:322px;left:26.87442236598891%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1489718069899{top:300px;left:calc(50% - 200.5px);width:401px;}}   @media screen and (max-width:640px) {#text_style_02_1489718069899{width:96%;top:214px;left:1.9970703125%;}}  #text_style_02_1489718069899>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:12px;color:#ffffff;line-height:20px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1489718069899>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1489718069899>.view_contents {box-sizing:border-box;}}

 #text_style_01_1542097496899{width:22.797288971041283%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:132px;left:38.60135551447936%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1542097496899{top:114px;left:38.60021208907741%;}}   @media screen and (max-width:640px) {#text_style_01_1542097496899{width:96%;font-size:12px;color:#333;line-height:1.6;top:69px;left:2%;}}  #text_style_01_1542097496899>.view_contents {color:#d6d6d6;text-align:center;}

 #image_style_01_1542097709761{width:1.1706715958102278%;height:23px;position:absolute;top:272px;left:40.48059149722736%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1542097709761{width:19px;left:34.78260869565217%;top:230px;height:23px;}}   @media screen and (max-width:640px) {#image_style_01_1542097709761{width:19px;height:23px;top:150px;left:11.25%;}} #image_style_01_1542097709761 > .view_contents{overflow:visible;} 

 #text_style_01_1542097753188{width:7.3000536768652715%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:272px;left:42.513863216266174%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1542097753188{left:37.52816808059385%;top:229px;width:105px;}}   @media screen and (max-width:640px) {#text_style_01_1542097753188{width:28.125%;font-size:12px;color:#333;line-height:1.6;top:152px;left:19.4970703125%;}}  #text_style_01_1542097753188>.view_contents {color:#ffffff;font-size:14px;} @media screen and (max-width:640px) { #text_style_01_1542097753188>.view_contents {font-size:12px;}}

 #div_blank_1542097819516{width:1px;height:50px;position:absolute;top:254px;left:49.969192852741834%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1542097819516{top:216px;left:49.94697773064687%;}}   @media screen and (max-width:640px) {#div_blank_1542097819516{width:1px;height:50px;top:141px;left:calc(50% - 0.5px);}} #div_blank_1542097819516 > .view_contents{overflow:visible;}  #div_blank_1542097819516  {box-sizing:border-box;background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1542097819516  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1542097819516  {box-sizing:border-box;}}

 #image_style_01_1542097934034{width:1.1706715958102278%;height:23px;position:absolute;top:272px;left:52.24892174984597%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1542097934034{width:19px;height:23px;top:230px;left:53.52101007423118%;}}   @media screen and (max-width:640px) {#image_style_01_1542097934034{width:19px;height:23px;top:150px;left:55.125%;}} #image_style_01_1542097934034 > .view_contents{overflow:visible;} 

 #text_style_01_1542097963019{width:10.227972889710413%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:270px;left:54.0973505853358%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1542097963019{left:56.641039236479315%;top:230px;width:171px;}}   @media screen and (max-width:640px) {#text_style_01_1542097963019{width:31.733333333333334%;font-size:12px;color:#333;line-height:1.6;top:152px;left:61.525%;}}  #text_style_01_1542097963019>.view_contents {color:#ffffff;font-size:14px;} @media screen and (max-width:640px) { #text_style_01_1542097963019>.view_contents {font-size:12px;text-align:left;}}

 #image_logo_1542098441758{width:20.579174368453483%;height:82px;position:absolute;top:27px;left:39.71041281577326%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1542098441758{width:277px;left:calc(50% - 138.5px);}}   @media screen and (max-width:640px) {#image_logo_1542098441758{width:66.5625%;height:74px;top:0px;left:16.71875%;}}  #comm_layout_footer{height:402px;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:380px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:294px;}}  #comm_layout_footer  {background-repeat:no-repeat!important;background-attachment:fixed;background-position:50% 50% !important;background-size:100% auto;background:#000000;}
/*菜单样式*/
.menuStyle_15{width:100%; position:relative;}
.menuStyle_15 *{box-sizing: border-box;}
.menuStyle_15 .miniMenu *,
.menuStyle_15 .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_15 .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_15 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_15 ul,.menuStyle_15 li{padding:0;margin:0px;list-style:none}
.menuStyle_15 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_15 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_15 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_15 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_15 .menuUl>li{position:relative;}
.menuStyle_15 .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_15 .menuUl>li>a:hover{background: rgba(0,0,0,.05);}
.menuStyle_15 .menuUl #hot>a{color:#fff; background: #4bc9e4;}
.menuStyle_15 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_15 .menuUl #hot>a span{color:inherit;}
/*.menuStyle_15 .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_15 .menuLayout .miniMenu{display:none;}
.menuStyle_15 .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_15 .menuUl>li>#menuLogo{height: 85%;}

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

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

.menuStyle_15 .subBox{position: absolute; left: 0; /*top通过JS获取菜单高度*/ width: 100%; background: rgba(238, 238, 238, 0.85); display: none;}
.menuStyle_15 .subBox .subBoxContent{padding: 20px; text-align: left; overflow: hidden;}
.menuStyle_15 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_15 .subBox .sublm{float: left; width: calc(100% - 440px); min-height: 10px;}
.menuStyle_15 .subBox .subImgsbox{float: left; width: 440px;/*这个宽可被设置*/ height: 160px;}
.menuStyle_15 .subBox .subImgsbox>a{display: block; height: 100%; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}
.menuStyle_15 .subBox .subImgsbox>a:last-child{margin-left: 0;}
.menuStyle_15 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}
.menuStyle_15 .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_15 .subBox p{margin-bottom: 20px; overflow: hidden;}
.menuStyle_15 .subBox p:last-child{margin-bottom: 0;}
.menuStyle_15 .subBox .subMenu02{font-size: 14px; margin-bottom: 7px; clear: both; color: #333; display: inline-block;}
.menuStyle_15 .subBox .subMenu02.subCurSet{font-weight: bold;}
.menuStyle_15 .subBox .subMenu02:hover,
.menuStyle_15 .subBox .subMenu02:active{color: #4bc9e4;}
.menuStyle_15 .subBox .subMenu03{float: left; margin: 5px 18px 5px 0; font-size: 12px; color: #666;}
.menuStyle_15 .subBox .subMenu03:hover,
.menuStyle_15 .subBox .subMenu03:active{color: #4bc9e4;}
.menuStyle_15 .subBox .subMenu03.thrCurSet{font-weight: bold;}


/*图标*/
.menuStyle_15 .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_15 .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_15 .imgIco{ margin-right:10px;}
.menuStyle_15 .menuUl,
.menuStyle_15 .menuUl_box {display:none;}
.menuStyle_15 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_15 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_15 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_15 .miniMenu .leftBox{height: 100%}
.menuStyle_15 .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_15 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_15 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_15 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_15 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_15 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;} 
.menuStyle_15 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden;color:#4d5158;font-size:12px; line-height:44px;}
.menuStyle_15 .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_15 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #555;}
.menuStyle_15 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; display: none; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit;}
.menuStyle_15 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.1);}
.menuStyle_15 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
.menuStyle_15 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #555;}
.menuStyle_15 .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_15 .menuLayout .miniMenu.Mslide .sidebar{color:#4d5158; background: rgba(0,0,0,.05);}
.menuStyle_15 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


	
#dh_style_15_1542089029909 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@media screen and (min-width:640px) {
	#dh_style_15_1542089029909 .maxWidth{max-width:1200px;}
	/* .menuUl>li>#menuLogo 这种查找会失败改为下面这种 2019.5.29 */
	#dh_style_15_1542089029909 .menuUl li #menuLogo{
		height: px;
		margin-right: 120px;
		margin-left: px;
	}
			#dh_style_15_1542089029909 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
		#dh_style_15_1542089029909 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	}


	#image_style_01_1541741877441 .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_1541741877441 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1541741877441 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1541741877441 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:calc(100% / 3); overflow: hidden; margin-bottom:2%;}
.imgStyle_12 .imgTBox{ text-align: center;}
.imgStyle_12 .imgTBox>img{ display: inline-block; width:100px;box-sizing: border-box;}
.imgStyle_12 .imgBt{ text-align: center; font-size:16px; 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_1542007267674 .imgDetail{ display:block; }
		
			#image_style_12_1542007267674 li{ width:23.5%; margin-left: auto;margin-right: auto;}
		#image_style_12_1542007267674 li.imgTextLi{ margin-bottom:2%; }
		#image_style_12_1542007267674 .imgTBox img{ width:80px;}
		#image_style_12_1542007267674 .img_Box{ padding-bottom: ; }

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

	
	
	
.imgStyle_11{position:relative; clear: both; width: 100%; height: 100%;}
.imgStyle_11 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.imgStyle_11 ul li.imgItems{position: relative; overflow: hidden !important; width: 19%; box-sizing:border-box; margin-bottom:10px;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
	}
.imgStyle_11 ul li .ratio{margin-top: 100%;}
.imgStyle_11 ul li a{}
.imgStyle_11 ul li:hover{z-index: 2; transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1);}
.imgStyle_11 ul li a img{position: absolute; width: auto; height: 100%; top: 50%; left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}


.imgStyle_11 .theimgtext{height:30px;line-height: 30px;font-size: 14px;color:black;width:100%;text-align: center;word-break: keep-all;overflow: hidden;text-overflow: ellipsis;}
.imgStyle_11 .theimgdiv{width:100%;height:100%;background-repeat: no-repeat !important;background-position-x: 50% !important;background-position-y: 50% !important;background-size: auto 100% !important;}

.imgShowBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgShowBox img{ position: absolute; width: auto; max-width: 80%; border: 20px solid #fff;top: 50%; 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);}
.imgShowBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgShowBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgShowBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgShowBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgShowBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgShowBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgShowBox.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%;}
.imgButton{position: fixed; width: 70%; max-width: 400px; bottom: 15%; left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:nowrap; justify-content:space-between; align-items:center;}
.imgButton 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;
}
.imgButton span:hover{opacity: .8;}
.imgButton span i{font-size: inherit; line-height: inherit; color:inherit;}
.imgButton span.prevImg, .imgButton span.nextImg, .imgButton span.closeShowPic{ font-size: 40px; width: 50px; height:50px; line-height: 50px;  border-radius: 100%;font-family: serif; background-color: #fff; text-align: center; box-sizing: border-box;}
.imgButton span.prevImg, .imgButton span.nextImg{font-size: 26px; width: 40px; height: 40px; line-height: 40px; text-align: center;}
@media screen and (max-width: 1024px){.imgStyle_11 ul li{width: 24%;}}
@media screen and (max-width: 768px){
	.imgStyle_11 ul li{width: 49%;}
	.imgShowBox img{border-width: 10px;}
	.imgShowBox.scroll img{top:5%; margin-bottom: 10vh;}
}



/*pc*/
#image_style_11_1541742281518 ul li .ratio{margin-top: 133%; float: left;}
#image_style_11_1541742281518  ul li{width: 23.5%;}
#image_style_11_1541742281518  ul li.imgItems{margin-bottom:2%;}

@media screen and (max-width: 1024px){/*ipad*/
        #image_style_11_1541742281518 ul li .ratio{margin-top: 133%; float: left;}
	#image_style_11_1541742281518  ul li{width: 23.5%;}
	#image_style_11_1541742281518  ul li.imgItems{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
        #image_style_11_1541742281518 ul li .ratio{margin-top: 133%; float: left;}
	#image_style_11_1541742281518  ul li{width: 49%;}
	#image_style_11_1541742281518  ul li.imgItems{margin-bottom:2%;}
}

	#image_style_01_1541743691351 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541743691351 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1541743691351 .CompatibleImg img{width:auto; height:auto}}
#image_style_01_1541743691351 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_1541743811958 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541743811958 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1541743811958 .CompatibleImg img{width:auto; height:auto}}
#image_style_01_1541743811958 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_1541744049587 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541744049587 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1541744049587 .CompatibleImg img{width:auto; height:auto}}
#image_style_01_1541744049587 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_1542097709761 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1542097709761 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1542097709761 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1542097709761 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_1542097934034 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1542097934034 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1542097934034 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1542097934034 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;}
.logoStyle *{box-sizing: border-box;}
.logoStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.logoStyle>a{overflow: hidden; width: 100%;height: 100%; display: block;}
.logoName{white-space: nowrap;} 
/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/

				.bottomMenu{width: 100%; box-sizing:border-box; display: none;position:fixed;bottom:0; z-index:999999;}

				.bottomMenu ul{position: relative; box-sizing: border-box; width: 100%; height: 50px; background-color: #FFFFFF; border-top: 1px solid #ddd; box-shadow: 0 0px 6px rgba(0,0,0,.1); display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
				.bottomMenu ul li{position:relative; box-sizing: border-box; -webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;}
				.bottomMenu ul li .menuItem{position: relative;}
				.bottomMenu ul li .menuIco{width: 26px; height: 26px; overflow: hidden; margin: 0 auto 4px;}
				.bottomMenu ul li .menuIco img{width: 100%; height: 100%;padding:2px 1px 0;box-sizing:border-box;}
				.bottomMenu ul li .menuName{font-size: 12px; white-space: nowrap; margin: auto; text-align: center; color: #666666; line-height: 1;font-family:Microsoft YaHei;}
				.bottomMenu ul li .submenuItems{position: absolute; bottom: 48px; z-index:999999; width: 100%; text-align: center; border: 1px solid #ddd; background-color: #fff; box-shadow: 0 0px 6px rgba(0,0,0,.1);}
				.bottomMenu ul li .submenuItems a{display: block; height: 36px; line-height: 36px; font-size: 12px; color: #333; border-bottom: 1px solid #ddd; }
				@media screen and (max-width:767px) {
					.bottomMenu{display: block;}
					
					body{padding-bottom:55px!important;}
				}
				