
/**
    *编辑器         \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_1541751951023{width:100%;height:437px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1541751951023{height:207px;top:0px;}}   @media screen and (max-width:640px) {#div_blank_1541751951023{width:100%;height:100px;top:0px;left:0%;}} #div_blank_1541751951023 > .view_contents{overflow:visible;}  #div_blank_1541751951023  {box-sizing:border-box;background:rgba(0,0,0,0.3);} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1541751951023  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1541751951023  {box-sizing:border-box;}} #layout_diy_1541661961{height:437px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1541661961{height:208px;}}   @media screen and (max-width:640px) {#layout_diy_1541661961{height:100px;}}  #layout_diy_1541661961  {background: url(../img/upimages/pkgimg/pkgimg/jianshen_meinv.jpg);background-size:100% auto;background-position:50% 50% !important;background-repeat:no-repeat!important;} @media screen and (max-width:640px) { #layout_diy_1541661961  {background-position:50% 0% !important;}}
 #layout_1541752151803{height:1px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1541752151803{height:1px;}}   @media screen and (max-width:640px) {#layout_1541752151803{height:20px;}} #layout_1541752151803 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1541663384515{width:333px;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_1541663384515{}}   @media screen and (max-width:640px) {#text_style_01_1541663384515{width:86%;font-size:12px;color:#333;line-height:1.6;top:1px;left:6.875000000000001%;}}  #text_style_01_1541663384515>.view_contents {text-align:center;background: url(../img/upimages/pkgimg/pkgimg/20181108155037430.png);background-repeat:no-repeat!important;background-position:50% 50% !important;background-size:auto;font-size:26px;color:#f7f7f7;} @media screen and (max-width:640px) { #text_style_01_1541663384515>.view_contents {background-repeat:no-repeat!important;background-size:cover;font-size:18px;}}

 #image_style_01_1541663522559{width:45%;height:603px;position:absolute;top:149px;left:5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541663522559{top:148px;left:3.302293213149523%;height:569px;}}   @media screen and (max-width:640px) {#image_style_01_1541663522559{width:96%;height:237px;top:51px;left:2%;}} #image_style_01_1541663522559 > .view_contents{overflow:visible;} 

 #image_style_01_1541664191082{width:329px;height:87px;position:absolute;left:61.625%;top:149px;z-index:5;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541664191082{top:148px;left:57.328671792152704%;height:91px;}}   @media screen and (max-width:640px) {#image_style_01_1541664191082{width:235px;height:44px;top:274px;left:calc(50% - 117.5px);display:none;}} #image_style_01_1541664191082 > .view_contents{overflow:visible;} 

 #text_style_01_1542007123759{width:32.666666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:287.5px;left:59%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1542007123759{left:54.85485153764581%;top:286.5px;width:370px;}}   @media screen and (max-width:640px) {#text_style_01_1542007123759{width:96%;font-size:12px;color:#333;line-height:1.6;top:305px;left:2%;}}  #text_style_01_1542007123759>.view_contents {font-size:18px;color:#333333;text-indent:2em;} @media screen and (max-width:640px) { #text_style_01_1542007123759>.view_contents {font-size:14px;text-indent:2em;}}

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

 #image_style_22_1590026125401{width:66.66666666666666%;display:none;position:absolute;left:16.66666666666667%;top:614.984375px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_22_1590026125401{width:50%;display:none;left:25%;top:614.984375px;}}   @media screen and (max-width:640px) {#image_style_22_1590026125401{width:93.86666666666666%;display:block;top:529.984375px;left:3.06666666666667%;}} #image_style_22_1590026125401 > .view_contents{overflow:visible;}  #layout_1541662967931{height:752px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1541662967931{height:726px;}}   @media screen and (max-width:640px) {#layout_1541662967931{height:1166px;}} #layout_1541662967931 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1541664740251{width:27.750000000000004%;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_1541664740251{width:340px;}}   @media screen and (max-width:640px) {#text_style_01_1541664740251{width:70%;font-size:12px;color:#333;line-height:1.6;top:0px;left:2%;}}  #text_style_01_1541664740251>.view_contents {text-align:center;background: url(../img/upimages/pkgimg/pkgimg/20181108155037430.png);background-repeat:no-repeat!important;background-position:50% 50% !important;background-size:auto;font-size:26px;color:#f7f7f7;} @media screen and (max-width:640px) { #text_style_01_1541664740251>.view_contents {font-size:20px;background-size:100% auto;}}


 #image_style_01_1541664884633{width:375px;height:250px;position:absolute;left:36.394557823129254%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541664884633{left:calc(50% - 190px);width:380px;top:0px;height:205px;}}   @media screen and (max-width:640px) {#image_style_01_1541664884633{width:96%;height:165px;top:0px;left:2%;}} #image_style_01_1541664884633 > .view_contents{overflow:visible;} 

 #text_style_01_1541665208586{width:33.5%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:93px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541665208586{left:25%;width:50%;top:205px;}}   @media screen and (max-width:640px) {#text_style_01_1541665208586{width:96%;font-size:12px;color:#333;line-height:1.6;top:175px;left:2%;}}  #text_style_01_1541665208586>.view_contents {text-align:center;color:#333333;} @media screen and (max-width:640px) { #text_style_01_1541665208586>.view_contents {font-size:14px;}}
 #div_a_includeBlock_1541664869986{width:49%;height:250px;position:absolute;top:155px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1541664869986{height:290px;width:462px;top:155px;left:0.4241781548250266%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1541664869986{width:100%;height:243px;top:51px;left:0%;}}  #div_a_includeBlock_1541664869986  {}


 #image_style_01_1541664938217{width:375px;height:250px;position:absolute;left:0%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541664938217{left:calc(50% - 190px);width:380px;height:204px;top:0px;}}   @media screen and (max-width:640px) {#image_style_01_1541664938217{width:96%;height:165px;top:0px;left:2%;}} #image_style_01_1541664938217 > .view_contents{overflow:visible;} 

 #text_style_01_1541665290587{width:33.5%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:66.49659863945578%;top:93px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541665290587{left:calc(50% - 122.5px);top:205px;width:245px;}}   @media screen and (max-width:640px) {#text_style_01_1541665290587{width:96%;font-size:12px;color:#333;line-height:1.6;top:175px;left:2%;}}  #text_style_01_1541665290587>.view_contents {text-align:center;color:#333333;} @media screen and (max-width:640px) { #text_style_01_1541665290587>.view_contents {font-size:14px;}}
 #div_a_includeBlock_1541664938127{width:49%;height:250px;position:absolute;top:155px;left:50.83333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1541664938127{height:290px;width:462px;top:155px;left:50.40760869565217%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1541664938127{width:100%;height:251px;top:322px;left:0%;}}  #div_a_includeBlock_1541664938127  {}


 #image_style_01_1541665060147{width:375px;height:250px;position:absolute;left:36.224489795918366%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541665060147{left:calc(50% - 190px);width:380px;top:0px;height:204px;}}   @media screen and (max-width:640px) {#image_style_01_1541665060147{width:96%;height:165px;top:0px;left:2%;}} #image_style_01_1541665060147 > .view_contents{overflow:visible;} 

 #text_style_01_1541665269068{width:33.5%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:83px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541665269068{width:216px;left:calc(50% - 108px);top:212px;}}   @media screen and (max-width:640px) {#text_style_01_1541665269068{width:96%;font-size:12px;color:#333;line-height:1.6;top:175px;left:2%;}}  #text_style_01_1541665269068>.view_contents {text-align:center;color:#333333;} @media screen and (max-width:640px) { #text_style_01_1541665269068>.view_contents {font-size:14px;}}
 #div_a_includeBlock_1541665060043{width:49%;height:250px;position:absolute;top:425px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1541665060043{height:296px;top:455px;left:0.4241781548250266%;width:462px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1541665060043{width:100%;height:291px;top:653px;left:0%;}}  #div_a_includeBlock_1541665060043  {}


 #image_style_01_1541665076163{width:375px;height:250px;position:absolute;left:0%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541665076163{left:calc(50% - 190px);width:380px;top:0px;height:204px;}}   @media screen and (max-width:640px) {#image_style_01_1541665076163{width:96%;height:165px;top:0px;left:2%;}} #image_style_01_1541665076163 > .view_contents{overflow:visible;} 

 #text_style_01_1541665316842{width:33.5%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:66.49659863945578%;top:83px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1541665316842{left:27.47226731601732%;top:212px;width:205px;}}   @media screen and (max-width:640px) {#text_style_01_1541665316842{width:96%;font-size:12px;color:#333;line-height:1.6;top:175px;left:2%;}}  #text_style_01_1541665316842>.view_contents {text-align:center;color:#333333;} @media screen and (max-width:640px) { #text_style_01_1541665316842>.view_contents {font-size:14px;}}
 #div_a_includeBlock_1541665076080{width:49%;height:250px;position:absolute;top:425px;left:51%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1541665076080{height:296px;top:455px;left:50.36287115588547%;width:462px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1541665076080{width:100%;height:291px;top:954px;left:0%;display:none;}}  #div_a_includeBlock_1541665076080  {} #layout_1541662970857{height:710px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1541662970857{height:782px;}}   @media screen and (max-width:640px) {#layout_1541662970857{height:1245px;display:none;}} #layout_1541662970857 > .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_1541663522559 .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_1541663522559 .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_1541663522559 .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_1541663522559 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_1541664191082 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541664191082 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1541664191082 .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_1541664191082 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_22{ width:100%; }
.imgStyle_22 *{ font-size:'微软雅黑'; }
.imgStyle_22 .imgTextUl{ display:flex; justify-content: space-between; flex-wrap: wrap; }
.imgStyle_22 .imgTextLi{ overflow: hidden; margin-bottom:2%;box-sizing: border-box;}
.imgStyle_22 li{ width: 24%;}
.imgStyle_22 .imgTextLi .left{width: 100%;}
.imgStyle_22 .imgTBox{ text-align: left; float:left; display:inline-block;height: 100%;width: 100%;}
.imgStyle_22 .imgTBox>img{ display: inline-block; width:100%;box-sizing: border-box;height: 100%;}
.imgStyle_22 .cont{ float:right; display:inline-block;width: 100%;}
.imgStyle_22 .title .name{width: 50%;float: left;font-size: 16px;font-weight: bold;vertical-align: bottom;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;word-break: break-word;}
.imgStyle_22 .title .subName{width: 50%;float: right;font-size: 12px;text-align: right;line-height: 24px;color: #f00;vertical-align: bottom;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;word-break: break-word;}
.imgStyle_22 .title{overflow: hidden;padding: 5px 0;}
.imgStyle_22 .imgDetail{color: #666;font-size: 12px;margin-bottom: 5px;}
.imgStyle_22 .left{position: relative;float: left;width: 100%;height: auto;}
.imgStyle_22 .image-box{position: absolute;left: 0;right: 0;top: 0;bottom: 0;overflow: hidden;}
.imgStyle_22 .btn a {display: block;background: rgb(255,115,4);color: #fff;text-align: center;line-height: 2;}

@media screen and (max-width: 768px){
	.imgStyle_22 .title .name{width: 100%;}
	.imgStyle_22 .title .subName{width: 100%;float: left;text-align: left;}
}


        /*pc*/
        #image_style_22_1590026125401  ul li{width: 23.5%;}
        #image_style_22_1590026125401  ul li.imgTextLi{margin-bottom:2%;}
                @media screen and (max-width: 1024px){/*ipad*/
        #image_style_22_1590026125401  ul li{width: 23.5%;}
        #image_style_22_1590026125401  ul li.imgTextLi{margin-bottom:2%;}
        }
        @media screen and (max-width: 768px){/*mobi*/
        #image_style_22_1590026125401  ul li{width: 49%;}
        #image_style_22_1590026125401  ul li.imgTextLi{margin-bottom:2%;}
        }
    
	#image_style_01_1541664884633 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541664884633 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1541664884633 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.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_1541664938217 .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_1541664938217 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1541664938217 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.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_1541665060147 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541665060147 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1541665060147 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.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_1541665076163 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541665076163 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1541665076163 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.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;}
				}
				