
/**
    *编辑器         \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}
../img/upimages/1.jpg/*----------------------电脑板式样式----------------------*/

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {

}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {

}
body{ background-position:left top; }


 #image_logo_1563417409427{width:142px;height:43px;position:absolute;top:13.914772033691406px;left:0.6770833333333334%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1563417409427{left:2.302789637651393%;top:14.437499046325684px;display:block;}}   @media screen and (max-width:640px) {#image_logo_1563417409427{width:140px;height:41px;top:21.97443151473999px;left:8.57045389811198%;display:block;}} 

 #dh_style_28_1563417565851{width:62.416666666666664%;z-index:999;position:absolute;top:6.984375px;left:37.583333333333336%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_28_1563417565851{z-index:999;}}   @media screen and (max-width:640px) {#dh_style_28_1563417565851{width:96%;z-index:1012;top:21.454544067382812px;left:1.9999998728434245%;}} #dh_style_28_1563417565851 > .view_contents{overflow:visible;}  #dh_style_28_1563417565851 .mainMenuSet {color:#ffffff;font-size:17px;font-weight:normal;font-family:SimHei;text-hover-color:#d10000;text-color:#ffffff;} #dh_style_28_1563417565851 .mainMenuSet:hover {color:#d10000;font-size:16px;} #dh_style_28_1563417565851 #hot>a {color:#d10000;font-size:16px;} #dh_style_28_1563417565851 .subMenuSet {font-size:17px;font-family:SimHei;color:#ffffff;} #dh_style_28_1563417565851 .thrMenuSet {font-size:17px;font-family:SimHei;color:#ffffff;} #dh_style_28_1563417565851 .subMenuSet:hover {color:#d10000;} #dh_style_28_1563417565851 .subCurSet {color:#d10000;} #dh_style_28_1563417565851 .thrMenuSet:hover {color:#d10000;} #dh_style_28_1563417565851 .thrCurSet {color:#d10000;} @media screen and (max-width:640px) { #dh_style_28_1563417565851 .mainMenuSet {color:#a7a7a7;}} @media screen and (max-width:640px) { #dh_style_28_1563417565851 .icoMenuSet {color:#ffffff;}} #comm_layout_header{height:61.00568199999999px;z-index:99999;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:61.99147605895996px;display:block;}}   @media screen and (max-width:640px) {#comm_layout_header{height:81.5px;display:block;}} #comm_layout_header > .view_contents{max-width:1200px;overflow:visible;}  #comm_layout_header  {background-position:50% 50% !important;background-size:cover;background-repeat:repeat!important;background: url(https://cdn.yun.sooce.cn/2/61909/jpg/15864041801248ad90101fc5225b7.jpg?version=0);}


 #image_style_01_1585304063814{width:212.5%;height:485px;position:absolute;top:0.9801177978515625px;left:-55.791666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1585304063814{}}   @media screen and (max-width:640px) {#image_style_01_1585304063814{width:95.99999999999991%;height:158px;top:8px;left:2.0000000000000426%;display:none;}} #image_style_01_1585304063814 > .view_contents{overflow:visible;}  #layout_1585304056395{height:485.98011779785156px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1585304056395{height:485.98011016845703px;}}   @media screen and (max-width:640px) {#layout_1585304056395{height:7.005682px;}} #layout_1585304056395 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1586421944922{height:60px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1586421944922{height:35.00568200000001px;}}   @media screen and (max-width:640px) {#layout_1586421944922{height:1px;}} #layout_1586421944922 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_01_1585304190527{width:17.713365539452496%;height:200px;position:absolute;top:558.9375px;left:41.14331723027375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1585304190527{width:277px;left:38.77044193328373%;top:34.914764404296875px;}}   @media screen and (max-width:640px) {#image_style_01_1585304190527{width:358px;height:264px;top:303.99147033691406px;left:calc(50% - 178.5px);}} #image_style_01_1585304190527 > .view_contents{overflow:visible;} 

 #image_style_01_1585304195412{width:17.713365539452496%;height:200px;position:absolute;top:37.9375px;left:61.857555018786904%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1585304195412{width:248px;left:69.44864908854167%;top:34.90055847167969px;}}   @media screen and (max-width:640px) {#image_style_01_1585304195412{width:358px;height:247px;top:843.5px;left:2.4%;}} #image_style_01_1585304195412 > .view_contents{overflow:visible;} 

 #image_style_01_1585397793402{width:17.713365539452496%;height:204px;position:absolute;top:300.9375px;left:61.857555018786904%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1585397793402{left:70.22336283688823%;top:300.92327880859375px;width:243px;}}   @media screen and (max-width:640px) {#image_style_01_1585397793402{width:358px;height:256px;top:580.5px;left:2%;}} #image_style_01_1585397793402 > .view_contents{overflow:visible;} 

 #image_style_01_1585397799768{width:17.713365539452496%;height:200px;position:absolute;top:300.9375px;left:41.14331723027375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1585397799768{left:39.44384055162864%;top:300.9374694824219px;width:265px;}}   @media screen and (max-width:640px) {#image_style_01_1585397799768{width:357px;height:277px;top:1397px;left:2%;}} #image_style_01_1585397799768 > .view_contents{overflow:visible;} 

 #image_style_01_1585304030100{width:17.713365539452496%;height:200px;position:absolute;top:42.9375px;left:20.83081723027375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1585304030100{width:278px;left:7.658729755058491%;top:34.90055847167969px;}}   @media screen and (max-width:640px) {#image_style_01_1585304030100{width:358px;height:257px;top:37.98295593261719px;left:calc(50% - 178.5px);}} #image_style_01_1585304030100 > .view_contents{overflow:visible;} 

 #image_style_01_1585397787688{width:17.713365539452496%;height:200px;position:absolute;top:300.9375px;left:20.83081723027375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1585397787688{left:7.6539200071304565%;top:300.9374694824219px;width:276px;}}   @media screen and (max-width:640px) {#image_style_01_1585397787688{width:359px;height:295px;top:1097px;left:2.1333333333333333%;}} #image_style_01_1585397787688 > .view_contents{overflow:visible;} 

 #image_style_01_1588066572171{width:17.713365539452496%;height:200px;position:absolute;top:558.9375px;left:20.83081723027375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1588066572171{width:29.268292682926827%;}}   @media screen and (max-width:640px) {#image_style_01_1588066572171{width:100%;height:295px;top:310.9375px;left:0%;}} #image_style_01_1588066572171 > .view_contents{overflow:visible;} 

 #image_style_01_1588066579485{width:17.713365539452496%;height:200px;position:absolute;top:37.9375px;left:41.14331723027375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1588066579485{width:29.268292682926827%;}}   @media screen and (max-width:640px) {#image_style_01_1588066579485{width:100%;height:295px;top:568.9375px;left:0%;}} #image_style_01_1588066579485 > .view_contents{overflow:visible;} 

 #image_style_01_1588066589721{width:17.713365539452496%;height:200px;position:absolute;top:558.9375px;left:61.857555018786904%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1588066589721{width:29.268292682926827%;}}   @media screen and (max-width:640px) {#image_style_01_1588066589721{width:100%;height:295px;top:568.9375px;left:0%;}} #image_style_01_1588066589721 > .view_contents{overflow:visible;}  #layout_diy_1585137615{height:854px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1585137615{height:566.005682px;}}   @media screen and (max-width:640px) {#layout_diy_1585137615{height:1684px;}} 


 #text_style_01_1563433244409{width:9.916666666666666%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:31.982666015625px;left:-0.004633585611979167%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563433244409{left:2%;}}   @media screen and (max-width:640px) {#text_style_01_1563433244409{width:96%;font-size:12px;color:#333;line-height:1.6;top:0px;left:2%;display:none;}}  #text_style_01_1563433244409>.view_contents {color:#ffffff;font-size:16px;font-family:SimHei;}

 #text_style_01_1563433311181{width:7.333333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:83.9573974609375px;left:0.36931737263997394%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563433311181{left:1.9976550309115617%;top:86.9886474609375px;}}   @media screen and (max-width:640px) {#text_style_01_1563433311181{width:96%;font-size:12px;color:#333;line-height:1.6;top:154px;left:2%;display:none;}}  #text_style_01_1563433311181>.view_contents {color:#666666;font-size:16px;}

 #text_style_01_1563433407783{width:7.333333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:83.9573974609375px;left:10.625%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563433407783{top:86.9886474609375px;left:11.94474497800151%;}}   @media screen and (max-width:640px) {#text_style_01_1563433407783{width:96%;font-size:12px;color:#333;line-height:1.6;top:189px;left:2%;display:none;}}  #text_style_01_1563433407783>.view_contents {color:#666666;font-size:16px;}

 #text_style_01_1585137109956{width:7.333333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:83.90057373046875px;left:20.0414301554362%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1585137109956{top:86.9886474609375px;left:20.23208214492394%;}}   @media screen and (max-width:640px) {#text_style_01_1585137109956{width:96%;font-size:12px;color:#333;line-height:1.6;top:99.985107421875px;left:4%;display:none;}}  #text_style_01_1585137109956>.view_contents {color:#666666;font-size:16px;}

 #text_style_01_1585136959193{width:10.166666666666666%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:83.84375px;left:29.370264689127605%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1585136959193{width:116px;top:86.9886474609375px;left:29.464285714285715%;}}   @media screen and (max-width:640px) {#text_style_01_1585136959193{width:96%;font-size:12px;color:#333;line-height:1.6;top:99.985107421875px;left:4%;display:none;}}  #text_style_01_1585136959193>.view_contents {color:#666666;font-size:16px;}

 #text_style_01_1585136986223{width:7.333333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:83.84375px;left:42.91074625651042%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1585136986223{top:86.9886474609375px;left:42.8691658141121%;}}   @media screen and (max-width:640px) {#text_style_01_1585136986223{width:96%;font-size:12px;color:#333;line-height:1.6;top:133.98809814453125px;left:4%;display:none;}}  #text_style_01_1585136986223>.view_contents {color:#666666;font-size:16px;}

 #text_style_01_1585137188261{width:7.333333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:83.94317626953125px;left:50.82859802246094%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1585137188261{top:86.9886474609375px;left:51.24608922887731%;}}   @media screen and (max-width:640px) {#text_style_01_1585137188261{width:96%;font-size:12px;color:#333;line-height:1.6;top:133.8988037109375px;left:4%;display:none;}}  #text_style_01_1585137188261>.view_contents {color:#666666;font-size:16px;}

 #text_style_01_1585137054029{width:7.333333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:117.8636474609375px;left:50.82859802246094%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1585137054029{top:124.70172119140625px;left:51.27164326016865%;}}   @media screen and (max-width:640px) {#text_style_01_1585137054029{width:96%;font-size:12px;color:#333;line-height:1.6;top:133.98809814453125px;left:4%;display:none;}}  #text_style_01_1585137054029>.view_contents {color:#666666;font-size:16px;}

 #text_style_01_1585136979366{width:7.333333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:117.80682373046875px;left:42.91074625651042%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1585136979366{top:124.71588134765625px;left:42.89021164021164%;}}   @media screen and (max-width:640px) {#text_style_01_1585136979366{width:96%;font-size:12px;color:#333;line-height:1.6;top:133.98809814453125px;left:4%;display:none;}}  #text_style_01_1585136979366>.view_contents {color:#666666;font-size:16px;}

 #text_style_01_1585136969940{width:9.416666666666666%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:117.8636474609375px;left:29.370264689127605%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1585136969940{width:114px;top:124.7301025390625px;left:29.479315217840607%;}}   @media screen and (max-width:640px) {#text_style_01_1585136969940{width:96%;font-size:12px;color:#333;line-height:1.6;top:99.97021484375px;left:4%;display:none;}}  #text_style_01_1585136969940>.view_contents {color:#666666;font-size:16px;}

 #text_style_01_1585137117559{width:7.333333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:119.852294921875px;left:20.0414301554362%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1585137117559{top:124.70172119140625px;left:20.242603443287038%;}}   @media screen and (max-width:640px) {#text_style_01_1585137117559{width:96%;font-size:12px;color:#333;line-height:1.6;top:99.97021484375px;left:4%;display:none;}}  #text_style_01_1585137117559>.view_contents {color:#666666;font-size:16px;}

 #text_style_01_1563433448187{width:7.333333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:117.96307373046875px;left:10.625%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563433448187{top:124.70172119140625px;left:11.94474497800151%;}}   @media screen and (max-width:640px) {#text_style_01_1563433448187{width:96%;font-size:12px;color:#333;line-height:1.6;top:259px;left:2%;display:none;}}  #text_style_01_1563433448187>.view_contents {color:#666666;font-size:16px;}

 #text_style_01_1563433425901{width:7.333333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:117.96307373046875px;left:0.24976348876953125%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563433425901{left:1.7827079409644717%;top:124.70172119140625px;}}   @media screen and (max-width:640px) {#text_style_01_1563433425901{width:96%;font-size:12px;color:#333;line-height:1.6;top:224px;left:2%;display:none;}}  #text_style_01_1563433425901>.view_contents {color:#666666;font-size:16px;}

 #div_blank_new01_1563433583074{width:3185px;height:50px;position:absolute;top:186.91192626953125px;left:-20.56818135579427%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1563433583074{}}   @media screen and (max-width:640px) {#div_blank_new01_1563433583074{width:100%;height:48px;top:0px;left:0%;}}  #div_blank_new01_1563433583074  {box-sizing:border-box;} #div_blank_new01_1563433583074 .modSet {background:#363636;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1563433583074  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1563433583074  {box-sizing:border-box;}}

 #text_style_01_1563433698175{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:197.38067626953125px;left:0.014204661051432291%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563433698175{left:2%;width:386px;}}   @media screen and (max-width:640px) {#text_style_01_1563433698175{width:96%;font-size:12px;color:#333;line-height:1.6;top:21.45452880859375px;left:1.9999998728434245%;}}  #text_style_01_1563433698175>.view_contents {color:#666666;font-size:12px;} @media screen and (max-width:640px) { #text_style_01_1563433698175>.view_contents {text-align:center;}}

 #image_style_01_1585136899669{width:9.5%;height:112px;position:absolute;top:31.97442626953125px;left:71.89559427897136%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1585136899669{width:117px;left:69.63774181547619%;top:41.89202880859375px;}}   @media screen and (max-width:640px) {#image_style_01_1585136899669{width:37.5%;height:112px;top:23.97320556640625px;left:62.5%;display:none;}} #image_style_01_1585136899669 > .view_contents{overflow:visible;} 

 #image_style_01_1563433525531{width:114px;height:112px;position:absolute;top:31.97442626953125px;left:84.06344095865886%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1563433525531{left:84.90139431423611%;top:41.89202880859375px;}}   @media screen and (max-width:640px) {#image_style_01_1563433525531{width:114px;height:112px;top:32px;left:34.8%;display:none;}} #image_style_01_1563433525531 > .view_contents{overflow:visible;}  #comm_layout_footer{height:263.005682px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:253.00568199999998px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:53.005682px;}} #comm_layout_footer > .view_contents{max-width:1200px;overflow:visible;}  #comm_layout_footer  {background:#444444;}
.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;*/
.menuStyle_28{width:100%; position:relative;}
.menuStyle_28 *{box-sizing: border-box;}
.menuStyle_28 .miniMenu *,
.menuStyle_28 .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_28 .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_28 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_28 ul,.menuStyle_28 li{padding:0;margin:0px;list-style:none}
.menuStyle_28 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_28 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_28 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_28 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_28 .menuUl>li{position:relative;}
.menuStyle_28 .menuUl>li>a{ background: rgba(0,0,0,0.0); position: relative; text-decoration:none;font-size:16px;font-weight: bold; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #17233d; line-height:44px; padding: 0; padding: 0 1em\0;}
.menuStyle_28 .menuUl>li>a:hover{ color:#750406;}
.menuStyle_28 .menuUl #hot>a{color:#750406;}
.menuStyle_28 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_28 .menuUl #hot>a span{color:inherit;}
.menuStyle_28 .menuLayout .miniMenu{display:none;}
.menuStyle_28 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; width: 100%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_28 .menuUl>li>#menuLogo{height: 85%;}

.menuStyle_28 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;padding-top: 10px;}
.menuStyle_28 .menuUl.noHover .rflex:hover .menuUl02{display: none;}

.menuStyle_28 .menuUl02 .subMenu02 {position: relative;  color: #4d5158; font-size:14px; line-height: 40px; padding: 0 15px;background: #fff;}
.menuStyle_28 .menuUl02 .subMenu02.subCurSet{color:#750406;}
.menuStyle_28 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_28 .menuUl02 .subMenu02:hover {color:#750406;border-left: 2px solid #750406;background: #f7f7f7;}
.menuStyle_28 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}
.menuStyle_28 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_28 .menuUl02 .subMenu02:first-child{
	border-top-left-radius: 0px;border-top-right-radius: 0px;
}
.menuStyle_28 .menuUl02 .subMenu02:last-child{
	border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;
}
.menuStyle_28 .menuUl03{position: absolute; top: 0; left: 100%; display: none; }
.menuStyle_28 .menuUl03 .subMenu03{ line-height: 40px;margin-left: 10px;}
.menuStyle_28 .menuUl03 .subMenu03 a:hover{color:#750406; background: #f7f7f7;}
.menuStyle_28 .menuUl03 .subMenu03>a{ color: #17233d; background: #fff; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;padding: 0 15px;}
.menuStyle_28 .menuUl03 .subMenu03:first-child a{
	border-top-left-radius: 0px;border-top-right-radius: 0px;
}
.menuStyle_28 .menuUl03 .subMenu03:last-child a{
	border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;
}
.menuStyle_28 .menuUl .rflex:hover .menuUl02::before{
	content: '';
	border-top:5px solid transparent;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-bottom:5px solid #fff;
	position: absolute;
    top: 0px;
	transform: translateX(-50%);
}
.menuStyle_28 .menuUl02 .arrow:hover::before{
		content: '';
		border-top:5px solid transparent;
		border-left:5px solid #fff;
		border-right:5px solid transparent;
		border-bottom:5px solid transparent;
		position: absolute;
		right: -10px;
		top: 50%;
		transform: translateY(-50%);
}
.menuStyle_28 .rflex { position: relative;}
.menuStyle_28 .maxWidth{margin: auto;}

.menuStyle_28 .subBox{position: absolute; left: 0; width: 100%; background: rgba(238, 238, 238, 0.85); display: none;}
.menuStyle_28 .subBox .subBoxContent{padding: 15px; text-align: left; overflow: hidden;}
.menuStyle_28 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_28 .subBox .sublm{float: left; width: calc(100% - 440px); min-height: 10px;}
.menuStyle_28 .subBox .sublm>div{clear: both; overflow: hidden; margin: 8px 0;}
.menuStyle_28 .subBox .subImgsbox{float: left; width: 440px; height: 160px;}
.menuStyle_28 .subBox .subImgsbox>a{display: block; height: 100%; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}
.menuStyle_28 .subBox .subImgsbox>a:last-child{margin-left: 0;}
.menuStyle_28 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}
.menuStyle_28 .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: #17233d; font-size: 12px;}
.menuStyle_28 .subBox p{overflow: hidden; float: left;}
.menuStyle_28 .subBox p:first-child{margin-right: 10px; width: 100px;}
.menuStyle_28 .subBox p:last-child{width: calc(100% - 110px);}
.menuStyle_28 .subBox .subMenu02{font-size: 14px; margin-bottom: 5px; clear: both; color: #17233d; line-height: 28px;}
.menuStyle_28 .subBox .subMenu02.subCurSet{color: #750406;}
.menuStyle_28 .subBox .subMenu02:hover,
.menuStyle_28 .subBox .subMenu02:active{color: #750406;}
.menuStyle_28 .subBox .subMenu03{float: left; margin: 5px 20px 5px 0; font-size: 12px; color: #666;}
.menuStyle_28 .subBox .subMenu03:hover,
.menuStyle_28 .subBox .subMenu03:active{color: #750406;}
.menuStyle_28 .subMenu03 .thrCurSet{color: #750406 !important; background: #f7f7f7 !important;}

.menuStyle_28 .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_28 .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_28 .imgIco{ margin-right:10px;}
.menuStyle_28 .menuUl,
.menuStyle_28 .menuUl_box {display:none;}
.menuStyle_28 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_28 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_28 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_28 .miniMenu .leftBox{height: 100%;}
.menuStyle_28 .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_28 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_28 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_28 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;padding: 0;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy{width: calc(100% - 50px);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy li a{padding-left: 30px;box-sizing: border-box;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy li a{padding-left: 60px;box-sizing: border-box;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}
.menuStyle_28 .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_28 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit; background: rgba(0, 0, 0, 0.1);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #fff;}
.menuStyle_28 .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_28 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
.menuStyle_28 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


	
#dh_style_28_1563417565851 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@media screen and (min-width:640px) {
	#dh_style_28_1563417565851 .maxWidth{max-width:px;}
	/* .menuUl>li>#menuLogo 这种查找会失败改为下面这种 2019.5.29 */
	#dh_style_28_1563417565851 .menuUl li #menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
			#dh_style_28_1563417565851 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
		#dh_style_28_1563417565851 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	}


	#image_style_01_1585304063814 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1585304063814 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1585304063814 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1585304063814 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_1585304190527 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1585304190527 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1585304190527 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1585304190527 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_1585304195412 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1585304195412 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1585304195412 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1585304195412 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_1585397793402 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1585397793402 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1585397793402 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1585397793402 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_1585397799768 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1585397799768 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1585397799768 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1585397799768 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_1585304030100 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1585304030100 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1585304030100 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1585304030100 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_1585397787688 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1585397787688 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1585397787688 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1585397787688 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_1588066572171 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1588066572171 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1588066572171 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1588066572171 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_1588066579485 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1588066579485 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1588066579485 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1588066579485 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_1588066589721 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1588066589721 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1588066589721 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1588066589721 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;}
.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}
	#image_style_01_1585136899669 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1585136899669 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1585136899669 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1585136899669 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_1563433525531 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1563433525531 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1563433525531 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1563433525531 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

				.bottomMenu{width: 100%; box-sizing:border-box; display: none;position:fixed;bottom:0; z-index:999999;}

				.bottomMenu ul{position: relative; box-sizing: border-box; width: 100%; height: 50px; background-color: #FFFFFF; border-top: 1px solid #ddd; box-shadow: 0 0px 6px rgba(0,0,0,.1); display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
				.bottomMenu ul li{position:relative; box-sizing: border-box; -webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;}
				.bottomMenu ul li .menuItem{position: relative;}
				.bottomMenu ul li .menuIco{width: 26px; height: 26px; overflow: hidden; margin: 0 auto 4px;}
				.bottomMenu ul li .menuIco img{width: 100%; height: 100%;padding:2px 1px 0;box-sizing:border-box;}
				.bottomMenu ul li .menuName{font-size: 12px; white-space: nowrap; margin: auto; text-align: center; color: #999999; 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;}
				}
				#identifier-pannel {
			right:2px;top:50px;
			position:fixed;
			overflow:hidden;zoom:1;
			text-align:center;	

			_position:absolute;
			_top:expression(eval(document.documentElement.scrollTop || document.body.scrollTop) +eval(document.documentElement.clientHeight || document.body.clientHeight) -580 +'px');
			z-index:998;
		}
		#identifier-pannel a{display:block;width:110px;background:#fefefe;}
		#identifier-pannel a:hover{background:#efefef;color:#000}