
/**
    *编辑器         \View\css\diy\editPageComm.css
    *编辑器-预览    \View\css\diy\pageCom.css
    *编辑器-发布    \Model\viewsRes\publish\comm.css
*/
@charset "utf-8";
/*----------------公共部分----------------*/
html{overflow-x:hidden; overflow-y:auto;}
body{ background-repeat:no-repeat; background-position:left top; position:relative; overflow-x: hidden;}
body, li, ul, ol, dl, dt, dd, form, input, textarea, h1, h2, h3, h4, h5, h6, p,select{ margin: 0px; padding: 0px; list-style-type:none; font-size: 12px; font:12px/1.5 tahoma,arial,"Microsoft YaHei";outline: 0 none; color:#333;}
em,i{font-style:normal;}
a{color:#333;}
a{text-decoration:none;}
*{margin:0px; padding:0px;outline: none !important;}
img {-ms-interpolation-mode:bicubic; border:none;}
.view{z-index: 1;position: absolute;}
.horizontal .view{position:relative; float:left;}
.vertical .view{position:relative;}
.view_contents{position:relative; width:100%; margin:0 auto; padding:0; z-index:10; height:100%; overflow: hidden; box-sizing: border-box;/*添加后，模块的内边距和边框不会再溢出*/}
.layout{ position: relative; width: 100%; margin: 0px auto; padding: 0px; z-index: 1;}
.layout > .view_contents{ /*overflow: visible;*/ cursor:default;}
/*流布局*/
.flow .view_contents > .view{float: left;}
.clear { clear: both; }
/*苹果去除样式*/
select,input[type='button'],input[type="reset"],input[type='submit'],input[type='text'],input[type="password"],input[name='query'],input[name='d']{-webkit-appearance: none; border-radius:0px}
input:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only;}

/*模块分页*/
.page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.page_btn a.cur,.page_btn a:hover{border:1px solid #4c4c4c;}
.prev_btn,.next_btn{font-family: '黑体' !important; border: 0 !important;}
.no_page{border: 0 !important;}
@media screen and (max-width:768px){
/*分页*/
.page_btn a:nth-child(n+5){display: none;}
.page_btn a:nth-last-child(1),.page_btn a:nth-last-child(2),.page_btn a:nth-last-child(3){display: inline-block !important;}
}

/*图片放大样式*/
.imgBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgBox img{ position: absolute; width: auto; max-width: 80%; /*max-height: 65%;*/ border: 20px solid #fff;top: 40%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); box-shadow: 0 0 10px rgba(0,0,0,.3);}
.imgBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgBox.scroll img{top:5%; margin-bottom: 5%; transform: translate(-50%,0%); -webkit-transform: translate(-50%,0%); -moz-transform: translate(-50%,0%); -o-transform: translate(-50%,0%);}
.pos_fixed{position: fixed; width: 100%;}
.imageButton{position: fixed; bottom: 15%; left: 50%; 
	-webkit-transform: translateX(-50%); 
	-moz-transform: translateX(-50%); 
	-ms-transform: translateX(-50%); 
	-o-transform: translateX(-50%); 
	transform: translateX(-50%); 
}
.imageButton span{display: inline-block; cursor:pointer; box-shadow: 0 0 6px rgba(0,0,0,.2);
	-webkit-transition: all ease .2s; 
	-moz-transition: all ease .2s; 
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s; 
	transition: all ease .2s; 
}
.imageButton span:hover{opacity: .8;}
.imageButton span.closeShowPic{ font-size: 40px; border-radius: 100%;font-family: serif; line-height: 1; background-color: #fff; padding: .2em; text-align: center;}
@media screen and (max-width: 768px){/*mobi*/
	.imgBox img{border-width: 10px;}
	.imgBox.scroll img{top:5%; margin-bottom: 10vh;}
}

    .jurisdiction_mask{
        top: 0;
        left: 0;
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0,0.5);
        z-index: 2147483647;
		display:none;
    }
    .jurisdiction_tips{
        width: 400px;
        background: #ffffff;
        position: absolute;
        left: 50%;
        top: 45%;
        -ms-transform:translate(-50%,-50%);
        -webkit-transform:translate(-50%,-50%);
        -o-transform:translate(-50%,-50%);
        -moz-transform:translate(-50%,-50%);
        transform:translate(-50%,-50%);
        padding: 23px 20px;
        box-sizing: border-box;
        text-align: center;
    }
    .jurisdiction_tips img{
        display: block;
        margin: 0 auto;
    }
    .jurisdiction_tips h3{
        font-size: 18px;
        font-weight: 400;
        line-height: 40px;color: #575757;
        text-align: center;
        margin: 5px 0 0;
    }
    .jurisdiction_tips p{
        color: #999;
        font-size: 16px;
        text-align: center;
        font-weight: 300;
        margin: 0;
    }
    .jurisdiction_tips button{
        color: #fff;
        font-size: 12px;
        padding: 10px 0;
        margin: 10px 3px 0;
        background-color: #aaa;
        cursor: pointer;
        display: inline-block;
        box-sizing: border-box;
        border: none;
        outline: none !important;
        width: 98px;
    }
    .jurisdiction_tips .jurisdiction_login{
        background: #ff0099;
    }
    .jurisdiction_tips button:hover{
        opacity: 0.8;
    }
    .jurisdiction_tips_mobile{
        display: none;
    }
    @media screen and (max-width: 450px){
        .jurisdiction_tips{
            width: 80%;
            padding: 20px 15px;
        }
        .jurisdiction_tips p{
            display: none;
        }
        .jurisdiction_tips .jurisdiction_tips_mobile{
            display: block;
        }
        .jurisdiction_tips img{width: 60px;}
        .jurisdiction_tips h3{font-size: 16px;}
        .jurisdiction_tips p{
            font-size: 14px;
        }
        .jurisdiction_tips button{margin-top: 12px;padding: 8px 0;}
    }

body{ background-position:left top; }


 #qqol_style_01_1514519025357{width:39.58333333333333%;position:absolute;top:0px;left:30.208333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#qqol_style_01_1514519025357{z-index:2;width:392px;left:53.13494167550371%;}}   @media screen and (max-width:640px) {#qqol_style_01_1514519025357{width:57.85123966942148%;top:77px;left:21.07438016528926%;display:none;}} #qqol_style_01_1514519025357 > .view_contents{overflow:visible;} 

 #dh_style_02_1514432006860{width:100%;height:90px;z-index:999;position:absolute;top:28px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_02_1514432006860{z-index:1;top:28px;left:calc(50% - 471.5px);}}   @media screen and (max-width:640px) {#dh_style_02_1514432006860{width:91.875%;height:84px;z-index:2;top:0px;left:4%;display:none;}} #dh_style_02_1514432006860 > .view_contents{overflow:visible;}  #dh_style_02_1514432006860 .mainMenuSet {font-size:16px;letter-spacing:1px;} #dh_style_02_1514432006860 #hot>a {font-size:16px;color:#3c9ae4;} #dh_style_02_1514432006860 .mainMenuSet:hover {font-size:16px;} @media screen and (max-width:640px) { #dh_style_02_1514432006860 .columnSet {}} @media screen and (max-width:640px) { #dh_style_02_1514432006860 .icoMenuSet {font-family:Microsoft YaHei;}} @media screen and (max-width:640px) { #dh_style_02_1514432006860 .mainMenuSet {margin-left:-24px;padding-left:10px;}}
/*----------------------电脑板式样式----------------------*/
#dh_style_02_1514432006860 .Style_02_pcMenu .menuLogo img{
	width:203px;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_02_1514432006860{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_02_1514432006860{
		
	}
#dh_style_02_1514432006860 .icoMenuSet::before{ content:'\f039';}
#dh_style_02_1514432006860 .Style_02_miniMenu .menuArr{ display:none;}
#dh_style_02_1514432006860 .Style_02_miniMenu .menuUl>li{ border-bottom:0;}
#dh_style_02_1514432006860 .Style_02_miniMenu .menuMain{ width:100%;}
#dh_style_02_1514432006860 .Style_02_miniMenu .menuMain_bg{ width:92%; margin:0 auto;}
#dh_style_02_1514432006860 .Style_02_miniMenu .menuUl{ padding:0;}
}

 #user_style_05_1515466392225{width:40.5%;position:absolute;top:5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#user_style_05_1515466392225{left:2%;}}   @media screen and (max-width:640px) {#user_style_05_1515466392225{width:96%;top:10px;left:2%;display:none;}}  #user_style_05_1515466392225 .textSet {font-size:14px;}
/*----------------------电脑板式样式----------------------*/
#user_style_05_1515466392225 li.w{
	display:none;
}
#user_style_05_1515466392225 li{ width:60px; height:30px; line-height:30px; background:#f4f4f4; text-align:center; padding:0; border-radius:3px;}
#user_style_05_1515466392225 li>a{ display:block;}
#user_style_05_1515466392225 li.showpLogin{ background:#3C9AE4; color:white; margin-right:6px;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#user_style_05_1515466392225{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#user_style_05_1515466392225{
		
	}
}

 #image_logo_1516418392302{width:16.666666666666664%;height:200px;display:none;position:absolute;left:41.66666666666667%;top:22.671875px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1516418392302{width:20.833333333333336%;height:200px;display:none;left:39.58333333333333%;top:22.671875px;}}   @media screen and (max-width:640px) {#image_logo_1516418392302{width:50%;height:91px;display:block;top:0px;left:2%;}} 

 #dh_style_01_1516418427813{width:66.66666666666666%;z-index:999;display:none;position:absolute;left:16.66666666666667%;top:75.671875px;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1516418427813{width:83.33333333333334%;z-index:999;display:none;left:8.333333333333329%;top:75.671875px;}}   @media screen and (max-width:640px) {#dh_style_01_1516418427813{width:13.750000000000002%;z-index:999;display:block;top:23.5px;left:82.2%;}} #dh_style_01_1516418427813 > .view_contents{overflow:visible;}  @media screen and (max-width:640px) { #dh_style_01_1516418427813 .mainMenuSet {margin-left:-24px;padding-left:10px;border-bottom-style:none;}} @media screen and (max-width:640px) { #dh_style_01_1516418427813 #hot>a {background:#018bf6;color:#ffffff;border-bottom-style:none;}} #comm_layout_header{height:118px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:118px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:91px;z-index:2;}} #comm_layout_header > .view_contents{max-width:1200px;overflow:visible;} 


 #homelink_style_01_1516760964851{width:100%;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#homelink_style_01_1516760964851{}}   @media screen and (max-width:640px) {#homelink_style_01_1516760964851{width:96%;top:0px;left:2%;}}  #homelink_style_01_1516760964851 .textSet {line-height:30px;} #layout_1516760961216{height:46px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1516760961216{height:47px;}}   @media screen and (max-width:640px) {#layout_1516760961216{height:46px;}} #layout_1516760961216 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1516760961216  {border-top-style:solid;border-top-width:1px;border-top-color:#e5e5e5;}


 #newsDetail_style_01_1514517763606{width:76.58333333333334%;position:absolute;top:30px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsDetail_style_01_1514517763606{width:46%;left:2%;}}   @media screen and (max-width:640px) {#newsDetail_style_01_1514517763606{width:92%;top:0px;left:3.9990234375000004%;}}  #newsDetail_style_01_1514517763606 .titleSet {font-size:20px;} #newsDetail_style_01_1514517763606 .detailSet {font-family:Microsoft YaHei;color:rgba(51,51,51,0.7);line-height:25px;} @media screen and (max-width:640px) { #newsDetail_style_01_1514517763606 .titleSet {font-size:16px;margin-bottom:10px;}} @media screen and (max-width:640px) { #newsDetail_style_01_1514517763606 .newsInfoSet {padding-left:10px;padding-right:10px;}} @media screen and (max-width:640px) { #newsDetail_style_01_1514517763606 .detailSet {margin-top:10px;margin-bottom:10px;padding-top:15px;padding-left:15px;padding-right:15px;padding-bottom:15px;}}


 #reservation_pro_hotel_01_1516760826190{width:90%;position:absolute;top:64px;left:5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#reservation_pro_hotel_01_1516760826190{width:80%;left:9.903381642512077%;}}   @media screen and (max-width:640px) {#reservation_pro_hotel_01_1516760826190{width:96%;top:34px;left:2%;}} #reservation_pro_hotel_01_1516760826190 > .view_contents{overflow:visible;}  #reservation_pro_hotel_01_1516760826190 .titleSet {font-family:Microsoft YaHei;font-size:14px;line-height:30px;height:30px;} #reservation_pro_hotel_01_1516760826190 .btnaSet {font-family:Microsoft YaHei;background:#008bf6;line-height:30px;height:30px;} #reservation_pro_hotel_01_1516760826190 .modSet {background:#ffffff;margin-bottom:0px;} @media screen and (min-width:641px) and (max-width:1200px) { #reservation_pro_hotel_01_1516760826190 .titleSet {font-size:12px;}} @media screen and (max-width:640px) { #reservation_pro_hotel_01_1516760826190 .btnaSet {font-size:12px;line-height:36px;height:35px;}} @media screen and (max-width:640px) { #reservation_pro_hotel_01_1516760826190 .titleSet {font-size:12px;padding-bottom:0px;}}
/*----------------------电脑板式样式----------------------*/
#reservation_pro_hotel_01_1516760826190 li.prod_Item{
     margin-bottom:2% !improtant;
}

#reservation_pro_hotel_01_1516760826190 .reservation_hotel1 .p_name{ float:left; width:60%; border:0; margin-bottom:0;}
#reservation_pro_hotel_01_1516760826190 .reservation_hotel1 .prod_info .p_buy{ width:40%; margin:0; clear:none; float:right !important;}
#reservation_pro_hotel_01_1516760826190 .reservation_hotel1 .prod_info{ width:95%; margin:0 auto;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#reservation_pro_hotel_01_1516760826190{
		
	}
#reservation_pro_hotel_01_1516760826190 .reservation_hotel1 .p_name{width:50%}
#reservation_pro_hotel_01_1516760826190 .reservation_hotel1 .prod_info .p_buy{ width:50%;}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#reservation_pro_hotel_01_1516760826190 li.prod_Item{
                 margin-bottom:4% !improtant;
      }
#reservation_pro_hotel_01_1516760826190 .reservation_hotel1 .p_name{ float:none; width:100%; border:0; margin-bottom:0;}
#reservation_pro_hotel_01_1516760826190 .reservation_hotel1 .prod_info .p_buy{ width:100%; margin:0; clear:none; float:none !important;}
}

 #text_style_01_1516760880157{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:20px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1516760880157{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1516760880157{width:96%;top:0px;left:2%;}}  #text_style_01_1516760880157>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:20px;color:#565656;text-align:center;line-height:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1516760880157>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1516760880157>.view_contents {box-sizing:border-box;}}
 #div_a_includeBlock_1516760821277{width:22%;height:921px;position:absolute;top:11px;left:78%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1516760821277{height:814px;left:76.0%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1516760821277{width:100%;height:430px;top:0px;left:0%;display:none;}}  #div_a_includeBlock_1516760821277  {background:#ffffff;} #layout_diy_1484042021{height:932px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1484042021{height:825px;}}   @media screen and (max-width:640px) {#layout_diy_1484042021{height:296px;}} #layout_diy_1484042021 > .view_contents{max-width:1200px;}  #layout_diy_1484042021>.view_contents {border-top-style:none;border-top-width:2px;border-top-color:#e5e5e5;} #layout_diy_1484042021  {background:#ffffff;}
 #layout_1506318122695{height:47px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1506318122695{height:51px;}}   @media screen and (max-width:640px) {#layout_1506318122695{height:31px;}} #layout_1506318122695 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1506318122695  {background:#ffffff;}




 #text_style_02_1514450069169{width:94.61374223602485%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:0%;top:29.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1514450069169{}}   @media screen and (max-width:640px) {#text_style_02_1514450069169{width:97.30000000000001%;left:1.3499999999999943%;top:0px;}}  #text_style_02_1514450069169>.view_contents {box-sizing:border-box;color:#ffffff;font-size:20px;font-weight:normal;text-align:right;font-family:Microsoft YaHei;line-height:30px;letter-spacing:2px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1514450069169>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_02_1514450069169>.view_contents {box-sizing:border-box;font-size:18px;line-height:30px;font-weight:normal;}}

 #dh_style_03_1514450069185{width:96.8944099378882%;z-index:999;left:2.7950310559006213%;top:75.5px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_03_1514450069185{z-index:999;width:131px;left:20.606060606060606%;top:89.5px;}}   @media screen and (max-width:640px) {#dh_style_03_1514450069185{width:14.348025711662075%;z-index:999;left:42.82598714416896%;top:240px;}} #dh_style_03_1514450069185 > .view_contents{overflow:visible;}  #dh_style_03_1514450069185 .columnSet {background:transparent;font-size:12px;line-height:14px;color:#bfbfbf;} #dh_style_03_1514450069185 #hot>a {background:transparent;color:#bfbfbf;} #dh_style_03_1514450069185 .mainMenuSet {border-right-style:none;border-bottom-style:none;height:28px;line-height:28px;color:#bfbfbf;text-align:right;padding-right:0px;} #dh_style_03_1514450069185 .mainMenuSet:hover {background:transparent;}
/*----------------------电脑板式样式----------------------*/
#dh_style_03_1514450069185 .menuStyle_3 .menuLi01 a{
	color: inherit;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_03_1514450069185{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_03_1514450069185{
		
	}
}
 #div_includeBlock_1514450068862{width:13.416666666666666%;height:243.5px;position:absolute;top:50px;left:86.58333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1514450068862{width:165px;left:81.77313535911603%;height:257.5px;top:50px;}}   @media screen and (max-width:640px) {#div_includeBlock_1514450068862{width:100%;height:240px;top:467px;left:0%;display:none;}}  #div_includeBlock_1514450068862  {border-bottom-color:#ffffff;border-bottom-style:none;border-bottom-width:1px;}


 #text_style_02_1514450069264{width:62.5%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:4.9921875%;top:31.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1514450069264{}}   @media screen and (max-width:640px) {#text_style_02_1514450069264{width:97.30000000000001%;left:1.3499999999999943%;top:0px;}}  #text_style_02_1514450069264>.view_contents {box-sizing:border-box;color:#ffffff;font-size:20px;font-weight:normal;text-align:left;font-family:Microsoft YaHei;line-height:30px;letter-spacing:2px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1514450069264>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_02_1514450069264>.view_contents {box-sizing:border-box;font-size:18px;line-height:30px;font-weight:normal;}}

 #text_style_02_1514450069269{width:90.22869022869024%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:78.5px;left:4.9993503118503115%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1514450069269{left:5%;width:90%;top:91.5px;}}   @media screen and (max-width:640px) {#text_style_02_1514450069269{width:370px;top:0px;}}  #text_style_02_1514450069269>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#bfbfbf;line-height:30px;text-indent:2em;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1514450069269>.view_contents {box-sizing:border-box;text-indent:2em;line-height:25px;}} @media screen and (max-width:640px) { #text_style_02_1514450069269>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1514450068870{width:54.75%;height:198.5px;position:absolute;top:50px;left:29.833333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1514450068870{height:216.5px;width:498px;left:29.502762430939228%;top:50px;}}   @media screen and (max-width:640px) {#div_includeBlock_1514450068870{width:100%;height:240px;top:0px;left:0%;display:none;}}  #div_includeBlock_1514450068870  {border-bottom-color:#ffffff;border-bottom-style:none;border-bottom-width:1px;}


 #text_style_02_1514450069499{width:56.333333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:4.046875%;top:31.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1514450069499{left:1.9656019656019657%;top:29.5px;}}   @media screen and (max-width:640px) {#text_style_02_1514450069499{width:97.30000000000001%;left:1.3499999999999943%;top:0px;display:none;}}  #text_style_02_1514450069499>.view_contents {box-sizing:border-box;color:#ffffff;font-size:20px;font-weight:normal;text-align:left;font-family:Microsoft YaHei;line-height:30px;letter-spacing:2px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1514450069499>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_02_1514450069499>.view_contents {box-sizing:border-box;font-size:18px;line-height:30px;font-weight:normal;}}

 #image_style_13_1_1584358872701{width:78.16377171215882%;position:absolute;top:66px;left:10.669975186104217%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_13_1_1584358872701{top:66px;left:5%;}}   @media screen and (max-width:640px) {#image_style_13_1_1584358872701{width:97.91666666666666%;top:30px;left:1.0416666666666714%;}} #image_style_13_1_1584358872701 > .view_contents{overflow:visible;}  #image_style_13_1_1584358872701 .titleSet {color:#ffffff;font-size:14px;margin-top:0px;} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_13_1_1584358872701 .titleSet {font-size:12px;}}
 #div_includeBlock_1514450068875{width:33.58333333333333%;height:272px;position:absolute;top:50px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1514450068875{height:239px;width:300px;}}   @media screen and (max-width:640px) {#div_includeBlock_1514450068875{width:100%;height:145px;top:0px;left:0%;display:block;}}  #div_includeBlock_1514450068875  {border-left-color:#ffffff;border-left-style:none;border-left-width:1px;} @media screen and (max-width:640px) { #div_includeBlock_1514450068875  {border-left-width:0px;}}
 #div_includeBlock_1514450068702{width:100%;height:322px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1514450068702{height:307.5px;width:96%;left:2%;}}   @media screen and (max-width:640px) {#div_includeBlock_1514450068702{width:96%;height:227px;top:52px;left:2%;display:none;}} 


 #text_style_02_1514450069029{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:9px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1514450069029{width:100%;left:0%;top:21px;}}   @media screen and (max-width:640px) {#text_style_02_1514450069029{width:100%;top:11px;left:0%;}}  #text_style_02_1514450069029>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;color:#bfbfbf;line-height:30px;text-align:center;padding-bottom:50px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1514450069029>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1514450069029>.view_contents {box-sizing:border-box;text-align:center;font-size:14px;padding-bottom:10px;line-height:20px;}}
 #div_includeBlock_1514450068710{width:100%;height:89px;position:absolute;top:338.890625px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1514450068710{width:96%;left:2%;height:101px;}}   @media screen and (max-width:640px) {#div_includeBlock_1514450068710{width:96.00000000000001%;height:61px;top:0px;left:1.999999999999993%;display:block;}}  #div_includeBlock_1514450068710  {background:transparent;} #comm_layout_footer{height:427.890625px;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:439.890625px;z-index:1;display:block;}}   @media screen and (max-width:640px) {#comm_layout_footer{z-index:1;height:61px;}} #comm_layout_footer > .view_contents{max-width:1200px;}  #comm_layout_footer  {background:#161616;}
/*弹窗效果*/
.PopUpLogin #popUpLogin-t ul{overflow:hidden;zoom:1;font-family:"Microsoft YaHei","verdana"}
.PopUpLogin #popUpLogin-t li{float:left;padding:0px 6px;list-style-type:none}
/* .PopUpLogin #popUpLogin-t li.w{font-size:12px;color:#aaa;line-height:22px;} */
.PopUpLogin a{text-decoration:none;color: inherit;font-size:12px;}
.PopUpLogin .shadows{background:rgba(0,0,0,0.3);width:100%;height:100%;position:fixed;top:0;left:0;z-index:2147483640;display:none;}

.PopUpLogin #userQQLi img{cursor:pointer;vertical-align:middle}
.PopUpLogin #userWXLi img{cursor:pointer}

#popUpLoginMain {display:none;background:url(/images/v8/../res/user/style_05/showloginbg.png) left top no-repeat;width:490px;height:280px;padding:8px;border-radius:5px;position:fixed;top:50%;left:50%;margin:-140px 0 0 -245px;z-index:200000;opacity:0;}
#popUpLoginMain  .LoginMain{background:#fff;height:240px;border-radius:5px;padding:15px 25px 25px 25px}
#popUpLoginMain .closepopUp{float:right;margin: -5px -5px 0 0;width:30px;height:30px;}

#popUpLoginMain #uLoginName{font-size:18px;font-weight:normal;font-family:"Microsoft Yahei","verdana";border-bottom:1px solid #ddd;margin-bottom:20px;line-height:45px}
#popUpLoginMain .LoginMain li{color:#666;font-size:14px;;margin-bottom:18px;}
#popUpLoginMain .LoginMain li .input{border:1px solid #8C96A1;border-radius:3px 3px;height:35px;line-height:35px;width:357px;margin-left:15px;padding:0px;text-indent:10px}
#popUpLoginMain .LoginMain .loginBtn{padding-left:71px;margin-bottom:2px}
#popUpLoginMain .LoginMain .loginBtn input{width:359px;border-radius:3px 3px;height:37px;line-height:35px;color:#fff;border:0px;padding:0px;font-family:"Microsoft Yahei","verdana";font-size:16px;cursor:pointer}
#popUpLoginMain .LoginMain .loginBtn input:hover{filter:alpha(opacity=90);-moz-opacity:0.9; opacity:0.9;}

#popUpLoginMain .MoreInfo{overflow:hidden;zoom:1;margin-top:10px;}
#popUpLoginMain .MoreInfo a{color:#666;text-decoration:underline;font-size:12px;text-align:center;}
#popUpLoginMain .MoreInfo a:hover{color:#f00}
#popUpLoginMain .MoreInfo div{float:left;margin-left:20px}
#popUpLoginMain .MoreInfo div#loginRegister a{color:#f00}
#popUpLoginMain .MoreInfo div#loginRegister{margin-left:88px;}

/*需要更换的颜色值的*/
.PopUpLoginStyle_1 #popUpLogin-t a.modFontColor:hover{color:#1490FD;}
.PopUpLoginStyle_1 .modBgColor{background:#1490FD}


/* 清除浮动 */
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1}

.online-service-style01{ display:none }
.online-service .wrapper{ padding:5px 0; background-color:#fff }
.online-service .close,.online-service .button{
    -webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;
}
.online-service.right .button div{ text-align:right; padding-right:5px }
.online-service.left .button div{ text-align:left; padding-left:5px }
.online-service .header, .online-service .footer{
    height:25px; line-height:25px;
    padding:0 .5em;
}
.online-service .header{ border-bottom:1px solid #eee }
.online-service .footer{ border-top:1px solid #eee; font-size:12px }
.online-service.right .footer{ text-align:right }
.online-service.left .footer{ text-align:left }
.online-service .content{ padding:.5em 1em }

.ol-qq-online .qq-btn{ float:left; margin-right:.5em }
.ol-qq-online .qq-btn img{ float:left }
.ol-qq-online{ line-height:25px }

.ol-image img{ width:100% }

/*----------------------电脑板式样式----------------------*/
body > .online-service{display:block !important;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    body > .online-service{display:block !important;}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
    body > .online-service{display:none !important;}
}



/*PC菜单*/
.menuStyle_02 { height: 100%;}
.Style_02_menuLayout { height: 100%;}
.Style_02_pcMenu {display:block; position: relative; text-align: center; height: 100%;}
.Style_02_pcMenu .menu { position: absolute; left: 0; top: 50%; width:100%; height: 100%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%);}
/* .Style_02_pcMenu .menu>li {position: relative; float:left; width:13%; height: 100%; text-align:center;} */
.Style_02_pcMenu .menu>li .subminSet{display: none; white-space: nowrap; margin-top: 100%; background: #EEE;}
.Style_02_pcMenu .menu>li .subminSet a{font-size: 14px; line-height: 40px; display: block;}
.Style_02_pcMenu .menu>li .subminSet a:hover{background: #e8e8e8;}
.Style_02_pcMenu .menu>li .subminSet a.subCurSet{background: #e5e5e5}
.Style_02_pcMenu .menu>li:hover .subminSet{display: block;}
.Style_02_pcMenu .menu>li>a { position: absolute; top: 50%; left: 0; width: 100%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%);}
.Style_02_pcMenu .menuText {color:#1d1b1b; font-size:16px; word-spacing: 7px; letter-spacing: 7px; text-indent: 7px;}
.Style_02_pcMenu .menuText_en {color:#817f7f; font-size:10px;}
.Style_02_pcMenu .menu .menuLogo { width: 22%;}
.Style_02_pcMenu .menuLogo a {display:block; width: 100%; text-align: center;}
.Style_02_pcMenu .menuLogo img {width:90%;}
.Style_02_pcMenu .menu .plus { font-size: 16px; letter-spacing: 7px; text-indent: 7px;/*  display:block; overflow:hidden; white-space: nowrap; text-overflow: ellipsis; */}
.Style_02_pcMenu .menu .normal { font-size: 13px; letter-spacing: 1px; text-indent: 3px; position: absolute; width: 100%; top: 120%; }
.Style_02_pcMenu #hot>a{color:inherit;font-size: inherit;font-family:inherit;}
.Style_02_pcMenu #hot>a>div{color:inherit;font-size: inherit;font-family:inherit;}
/*手机菜单*/
.Style_02_miniMenu .minimenuLogo { float:left; width: 50%;}
.Style_02_miniMenu .minimenuLogo a { display: block;}
.Style_02_miniMenu .minimenuLogo img { width: 100%; max-width: 320px;}

.Style_02_miniMenu { display: none;}
.Style_02_miniMenu .menuTop {overflow:hidden; position: relative;}
.Style_02_miniMenu .menuIcon { position: absolute; top: 50%; right: 0px; padding: 10px; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%);}
.Style_02_miniMenu .menuIcon i { color: #1d1b1b; font-size: 20px;}

.Style_02_miniMenu .menuMain { display:none; width: calc(100vw + 17px); height: 100vh; overflow: hidden; position: fixed; top: 0; left: 0; z-index: 999999; background: rgba(0,0,0,.8);}
.Style_02_miniMenu .menuShow { display:block;}
.Style_02_miniMenu .menuMain_bg { width: 100%; overflow-y: scroll;}
.Style_02_miniMenu .menuUl { padding:10px 20px;}
.Style_02_miniMenu .menuCloseLi { border: none;}
.Style_02_miniMenu .menuClose { color: #fff; font-size: 20px; float: right; padding: 15px 0px;}
.Style_02_miniMenu .menuUl>li { border-bottom: 1px solid #fff; overflow: hidden;}
.Style_02_miniMenu .menuMain a { width: 100%; display: block; position: relative; overflow: hidden;}
.Style_02_miniMenu .menuText_en { display: none;}
.Style_02_miniMenu .menuText { color: #fff; font-size: 16px; height: 55px; line-height: 55px; float: left;}
.Style_02_miniMenu .menuArr { color: #fff; font-size: 16px; position: absolute; right: 0px; top: 50%; transform: translate(0,-50%);}

.Style_02_pcMenu .menuText {color:#1d1b1b; font-size:16px; font-family: "Microsoft YaHei"; word-spacing: 7px; letter-spacing: 7px; text-indent: 7px;}
.Style_02_pcMenu .menuText_en {color:#817f7f; font-size:10px; font-family: "verdana";}



/*导航字体*/
@font-face { font-family: "menuText"; src: url('menuText.TTF');}
@font-face { font-family: "MenuText_en"; src: url('MenuText_en.TTF');}
	.Style_02_pcMenu .menu>li {position: relative; float:left; width:calc(78%/6); height: 100%; text-align:center;}

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

@media screen and (max-width:766px) {
.Style_02_pcMenu {display:none;}
.Style_02_miniMenu { display:block;}
}

/*弹窗效果*/
.PopUpLogin #popUpLogin-t ul{overflow:hidden;zoom:1;font-family:"Microsoft YaHei","verdana"}
.PopUpLogin #popUpLogin-t li{float:left;padding:0px 6px;list-style-type:none;}
/* .PopUpLogin #popUpLogin-t li.w{font-size:12px;color:#aaa;line-height:22px;} */
.PopUpLogin li>a{text-decoration:none;color: inherit;font-size: inherit;}
.PopUpLogin .shadows{background:rgba(0,0,0,0.3);width:100%;height:100%;position:fixed;top:0;left:0;z-index:2147483640;display:none;}

.PopUpLogin #userQQLi img{cursor:pointer;vertical-align:middle}
.PopUpLogin #userWXLi img{cursor:pointer}
.PopUpLogin .v9_hide_if_logined a{color: inherit;font-size: inherit;text-decoration:inherit;}

#popUpLoginMain {display:none;background:url(/images/v8/showloginbg.png) left top no-repeat;width:490px;height:280px;padding:8px;border-radius:5px;position:fixed;top:50%;left:50%;margin:-140px 0 0 -245px;z-index:200000;opacity:0;}
#popUpLoginMain .LoginMain{background:#fff;height:240px;border-radius:5px;padding:15px 25px 25px 25px}
#popUpLoginMain .closepopUp{float:right;margin: -5px -5px 0 0;width:30px;height:30px;}

#popUpLoginMain #uLoginName{font-size:18px;font-weight:normal;font-family:"Microsoft Yahei","verdana";border-bottom:1px solid #ddd;margin-bottom:20px;line-height:45px}
#popUpLoginMain .LoginMain li{color:#666;font-size:14px;;margin-bottom:18px;}
#popUpLoginMain .LoginMain li .input{border:1px solid #8C96A1;border-radius:3px 3px;height:35px;line-height:35px;width:357px;margin-left:15px;padding:0px;text-indent:10px}
#popUpLoginMain .LoginMain .loginBtn{padding-left:71px;margin-bottom:2px}
#popUpLoginMain .LoginMain .loginBtn input{width:359px;border-radius:3px 3px;height:37px;line-height:35px;color:#fff;border:0px;padding:0px;font-family:"Microsoft Yahei","verdana";font-size:16px;cursor:pointer}
#popUpLoginMain .LoginMain .loginBtn input:hover{filter:alpha(opacity=90);-moz-opacity:0.9; opacity:0.9;}

.PopUpLogin .Login_after a{font-size: inherit; color: inherit !important;}

#popUpLoginMain .MoreInfo{overflow:hidden;zoom:1;margin-top:10px;}
#popUpLoginMain .MoreInfo a{color:#666;text-decoration:underline;text-align:center;}
#popUpLoginMain .MoreInfo a:hover{color:#f00}
#popUpLoginMain .MoreInfo div{float:left;margin-left:20px}
#popUpLoginMain .MoreInfo div#loginRegister a{color:#f00}
#popUpLoginMain .MoreInfo div#loginRegister{margin-left:88px;}

/*需要更换的颜色值的*/
.PopUpLoginStyle_1 #popUpLogin-t a.modFontColor:hover{color:#1490FD;}
.PopUpLoginStyle_1 .modBgColor{background:#1490FD}.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_1{width:100%; position:relative;}
.menuStyle_1 *{transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -webkit-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -moz-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -o-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; box-sizing: border-box;}
.menuStyle_1 .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_1 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_1 ul,.menuStyle_1 li{padding:0;margin:0px;list-style:none}
.menuStyle_1 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_1 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_1 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl li{position:relative;}
.menuStyle_1 .menuUl li>a{text-decoration:none; color:#4d5158;font-size:14px;height:44px; box-sizing:border-box; line-height:44px;display:block;text-align:center; letter-spacing:normal; white-space:nowrap; padding: 0 1em\0;}
.menuStyle_1 .menuUl li>a:hover{color:#f90}
.menuStyle_1 .menuUl #hot > a{color:#f90;}
.menuStyle_1 .menuLayout .miniMenu{display:none;}
.menuStyle_1 .menuUl02 {opacity: 0; display: none; position: absolute; left: 50%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_1 .menuUl .rflex:hover .menuUl02 {opacity: 1; display: block; height: auto;}
.menuStyle_1 .menuUl02 .subMenu02 { float: none;}
.menuStyle_1 .menuUl02 .subMenu02 a { color: #333; width: 130px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 15px;}
.menuStyle_1 .menuUl02 .subMenu02 a:hover {}
.menuStyle_1 .rflex { position: relative;}




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

@media screen and (max-width:640px) {
.menuStyle_1 .menuUl,.menuStyle_1 .menuUl_box {display:none;}
.menuStyle_1 .menuScroll{height: 84%; height: 84vh; width: 100%;}
.menuStyle_1 .menuScroll>.menuUlCopy{width: calc(100% + 18px); height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_1 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .sidebar{font-size:28px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_1 .miniMenu .leftBox .nav{width:100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy{padding:15px 0 15px 30px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li{width:100%; }
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li a{width:100%; display:block; text-align:left;color:#fff; border-bottom:1px solid rgba(255,255,255,.2); text-decoration:none; font-size:16px; line-height:44px; white-space: nowrap;
overflow: hidden; text-overflow: ellipsis;} 
.menuStyle_1 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(0,0,0,.85); position: fixed; width: 100%; top: 0; left: 0;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .sidebar{color:#fff;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}

.breadcrumb {
	padding: 8px 15px;
	list-style: none;
	border-radius: 4px; 
}
.breadcrumb > li {
	display: inline-block;
}
.breadcrumb > li + li:before {
	content: "\003e\00a0";
	padding: 0 5px;
	color: #cccccc;
}
.breadcrumb > .active {
	color: #777777;
}

.location_style01 .fa-home{
	font-size:16px;
	margin-right:.25em;
}
.location_style01 .home-icon{
	height: 1.5em;
	float: left;
	margin-right:.8em;
}/*新闻详情样式*/

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1}

.LNewsCon .xinxi{white-space: nowrap;}
.newsText .dv-pagination .dv-link{float:left; display:inline-block; padding:0 .5em; margin:0 .25em; border:1px solid #ccc;}
.newsText .dv-pagination .dv-link.current{font-weight:bold}
.backNews,.nextNews{box-sizing:border-box;}

@media screen and (max-width:640px) {
.backNews{width:44% !important;padding-left:5% !important;}
.nextNews{width:44% !important;padding-right:5% !important;}
.LNewsCon img{max-width:100%!important;height:auto!important;}
}
.LNewsCon { width: 100%; float: left; overflow: hidden;}
.LNewsCon img{max-width: 100%;}
.LNewsCon .smallC { text-align: center;}
.LNewsCon .smallC font { text-align: center; color: #999; padding: 0 15px;}
.LNewsCon .abstract { width: 100%; position: relative; border: 1px solid #e1e1e7; margin: 30px auto; overflow: hidden; box-sizing:border-box; padding: 18px; border-left: 4px solid #e1e1e7;}
.LNewsCon .newsMoreA { width: 90%; height: 50px; margin: 30px auto; border: 1px solid #efefef; box-sizing:border-box;}
.LNewsCon .newsText{padding: 10px; height: auto !important; box-sizing: border-box;}
.LNewsCon .songti { font-family: Verdana, Tahoma, 宋体; font-size: 12px;}
.backNews { text-align: left; height: 50px; line-height: 50px; padding-left: 20px; width: 45%; float: left; word-break: keep-all; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 12px; color: #999;}
.newsMoreA a { font-size: 12px; color: #999;}
.nextNews { text-align: right; height: 50px; line-height: 50px; padding-right: 20px; width: 45%; float: right; word-break: keep-all; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 12px; color: #999;}

/*测试*/
:root{--ck-highlight-marker-yellow:#fdfd77;--ck-highlight-marker-green:#63f963;--ck-highlight-marker-pink:#fc7999;--ck-highlight-marker-blue:#72cdfd;--ck-highlight-pen-red:#e91313;--ck-highlight-pen-green:#180}.marker-yellow{background-color:var(--ck-highlight-marker-yellow)}.marker-green{background-color:var(--ck-highlight-marker-green)}.marker-pink{background-color:var(--ck-highlight-marker-pink)}.marker-blue{background-color:var(--ck-highlight-marker-blue)}.pen-red{color:var(--ck-highlight-pen-red)}.pen-green,.pen-red{background-color:transparent}.pen-green{color:var(--ck-highlight-pen-green)}
.LNewsCon .newsText{font-size:14px;}
@media only screen and (max-width: 640px) {
    .LNewsCon .newsText iframe,.LNewsCon .newsText img,.LNewsCon .newsText video,.LNewsCon .newsText table{width:100% !important;height:auto !important}
    .LNewsCon .newsText ul,.LNewsCon .newsText ol {margin-left: 1.333em}
    .LNewsCon .newsText h2 {font-size: 1.5em}
    .LNewsCon .newsText h1 {font-size: 1.9em}
	.LNewsCon .newsText table{display: block;overflow: auto;}
}
@media only screen and (max-width: 1200px) {
	.LNewsCon .newsText table{width:calc(95vw - 40px)}
}
.LNewsCon .newsText p,.LNewsCon .newsText ul,.LNewsCon .newsText ol,.LNewsCon .newsText blockquote,.LNewsCon .newsText pre {font-size: 1.2em;line-height: 1.6em;padding-top: 0.2em;margin-bottom: 0.8em}
.LNewsCon .newsText h1 {font-size: 2.36em;line-height: 1.33em;padding-top: 1em;margin-bottom: 1.67em}
.LNewsCon .newsText h1+dl {margin-top: 1em}
.LNewsCon .newsText dd {margin-bottom: 1em}
.LNewsCon .newsText h1:first-of-type {width: 100%;padding-top: .5em;margin-bottom: 1.17em}
.LNewsCon .newsText h1:first-of-type+h2 {padding-top: 0}
.LNewsCon .newsText h2 {font-size: 1.68em;line-height: 1.68em;padding-top: 0.8em;margin-bottom: 0.4em;padding-bottom: .2em;font-weight: 400}
.LNewsCon .newsText h2:first-of-type {clear: both}
.LNewsCon .newsText h3 {font-size: 1.36em;line-height: 1.5em;padding-top: 0.8em;margin-bottom: 0.2em;font-weight: 400}
.LNewsCon .newsText h4 {font-size: 1.2em;line-height: 1.4em;padding-top: 0.8em;margin-bottom: 0.2em;margin-bottom: 0.2em;padding-top: 0.8em;font-weight: 400}
.LNewsCon .newsText h5 {font-size: 1em;line-height: 1.6em;padding-top: 0.2em;margin-bottom: 0.8em;font-weight: 400}
.LNewsCon .newsText .info-box>h2,.LNewsCon .newsText .info-box>h3,.LNewsCon .newsText .info-box>h4 {padding-top: 0}
.LNewsCon .newsText strong,.LNewsCon .newsText b {font-weight: 600}
.LNewsCon .newsText i,.LNewsCon .newsText em {font-style: italic}
.LNewsCon .newsText pre {overflow: hidden}
.LNewsCon .newsText code {font-family: "SF Mono",menlo,monaco,"Roboto Mono",Consolas,"Lucida Console",monospace;font-size: .866666em;padding: 1.333em}
.LNewsCon .newsText code:not(.hljs) {background: rgba(202,205,207,0.3);padding: .1em .25em;border-radius: 3px}
.LNewsCon .newsText code:not(.hljs):after {letter-spacing: -1em;content: "\00a0"}
.LNewsCon .newsText code:not(.hljs):before {letter-spacing: -1em;content: "\00a0"}
.LNewsCon .newsText a code:not(.hljs) {color: #1b3af2}
.LNewsCon .newsText .hljs {background: #2b2c26}
.LNewsCon .newsText .hljs a {color: #fff}
.LNewsCon .newsText .hljs code {background: none;padding: 0;font-size: 1em}
.LNewsCon .newsText blockquote {border-left: 1px solid #bdbdbd;padding-left: 10px;padding-top: 0;font-style: italic}
.LNewsCon .newsText kbd {display: inline-block;background: #f5f5f5;border: solid 1px #b5c6d2;border-bottom-color: #97afbf;box-shadow: inset 0 -1px 0 #97afbf;font-family: "SF Mono",menlo,monaco,"Roboto Mono",Consolas,"Lucida Console",monospace;font-size: .8em;padding: .25em .5em;line-height: 1em;vertical-align: middle;border-radius: 3px}
.LNewsCon .newsText ul,.LNewsCon .newsText ol {margin-left: 2.666em;margin-bottom: 0.8em}
.LNewsCon .newsText ul ul,.LNewsCon .newsText ul ol,.LNewsCon .newsText ol ul,.LNewsCon .newsText ol ol {padding-top: 0;margin-bottom: 0}
.LNewsCon .newsText ul ul:last-of-type,.LNewsCon .newsText ul ol:last-of-type,.LNewsCon .newsText ol ul:last-of-type,.LNewsCon .newsText ol ol:last-of-type {margin-bottom: .33333em}
.LNewsCon .newsText ul li:last-of-type,.LNewsCon .newsText ol li:last-of-type {margin-bottom: 0}
.LNewsCon .newsText p img {margin: 0 auto;box-sizing: content-box}
.LNewsCon .newsText iframe:not(.cke_wysiwyg_frame) {display: block;margin: 0 auto}
.LNewsCon .newsText ol {list-style-type: decimal}
.LNewsCon .newsText table {margin: 0;border-collapse: collapse;max-width:1180px;}
.LNewsCon .newsText table code {word-break: break-word;white-space: normal}
.LNewsCon .newsText table[align=left]{margin: 0 auto 0 0;}
.LNewsCon .newsText table[align=center]{margin: 0 auto;}
.LNewsCon .newsText table[align=right]{margin: 0 0 0 auto;}
.LNewsCon .newsText td,.LNewsCon .newsText th {border: 1px solid #e9e9e9;min-width: 2em;padding: .4em !important;}
.LNewsCon .newsText th {font-weight: bold;background: #fafafa;}
.LNewsCon .newsText abbr {position: relative;cursor: default;text-decoration: none;border-bottom: 1px dotted #000}
.LNewsCon .newsText abbr::before {content: attr(title);display: none;position: absolute;bottom: calc( -100% - 15px);left: 50%;transform: translateX(-50%);padding: 3px 5px;font-size: 0.9em;font-weight: bold;border-radius: 3px;color: #fff;background: black;white-space: nowrap}
.LNewsCon .newsText abbr::after {content: '';display: none;position: absolute;bottom: -5px;left: 50%;transform: translateX(-50%);width: 0;height: 0;border-style: solid;border-width: 0 5px 5px 5px;border-color: transparent transparent #000 transparent;}
.LNewsCon .newsText abbr:hover::before,.LNewsCon .newsText abbr:hover::after {display: block}
.LNewsCon .newsText ol{display: block;list-style-type: decimal;margin-block-start: 1em;margin-block-end: 1em;margin-inline-start: 0px;margin-inline-end: 0px;padding-inline-start: 40px;}
.LNewsCon .newsText ol li{list-style: decimal;font-size:1em;}
.LNewsCon .newsText ul{display: block;list-style-type: disc;margin-block-start: 1em;margin-block-end: 1em;margin-inline-start: 0px;margin-inline-end: 0px;padding-inline-start: 40px;}
.LNewsCon .newsText ul li{list-style: disc;font-size:1em;}
.LNewsCon .newsText a{color: -webkit-link;cursor: pointer;text-decoration: underline;}
.LNewsCon .newsText sub{vertical-align: sub;font-size: smaller;}
.LNewsCon .newsText sup{vertical-align: super;font-size: smaller;}
.LNewsCon .newsText .media{margin: 10px auto;max-width: 100%;}
.LNewsCon .newsText video{border: 1px solid #ddd;background: #fafafa;}


        	.LNewsCon .newsBigTit { font-size: 36px; color: ; margin-bottom: 20px; text-align: center;font-weight:;}
        @media screen and (max-width:640px){
        #newsDetail_style_01_1514517763606 .newsDetail table{width:100%}
        #newsDetail_style_01_1514517763606 .newsText table{width:100%}
    }
/*产品样式*/
.reservation_hotel1{width:100%; clear: both;}
.reservation_hotel1 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.reservation_hotel1 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.reservation_hotel1 .prod_Item{background:#f2f2f2;list-style:none; height:auto; padding: 0px; box-sizing:border-box; overflow: hidden;}

.reservation_hotel1 .prod_Item:hover{box-shadow: 0 0 20px #999;background: #fff;}
.reservation_hotel1 .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.reservation_hotel1 .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.reservation_hotel1 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.reservation_hotel1 .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50%; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);}
.reservation_hotel1 .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%);}
.reservation_hotel1 .dummy{margin-top:75%}/*控制产品图片显示比例*/
.reservation_hotel1 .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; position: relative;}
.reservation_hotel1 .p_name {padding-bottom:10px;width:calc(100% - 24px);margin:0 auto;margin-bottom: 10px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 16px; color: #333; line-height: 1.4;font-family: "黑体";border-bottom:1px solid #ddd;}
.reservation_hotel1 .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block; width: 100%;}/*文字两行后自动超出隐藏*/
.reservation_hotel1 .p_detail { width:calc(100% - 24px);margin:0 auto;font-size: 12px; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.reservation_hotel1 .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.reservation_hotel1 .p_group .p_lb{display: none;}
.reservation_hotel1 .p_line{margin-bottom: 14px; overflow: hidden;; width: 100% !important;margin-top: 8px;float: left;}
.reservation_hotel1 .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 50%; color: #666; font-size: 12px;}
.reservation_hotel1 .p_jg{display: none;}
.reservation_hotel1 .p_price {line-height: 1; white-space: nowrap;display: inline;}
.reservation_hotel1 .p_value {color: #fff; font-size:18px;font-family: Courier New;font-size: 22px;font-weight: bold;}
.reservation_hotel1 .unit {color: #fff;font-size: 16px;}
.reservation_hotel1 .p_vip { text-align: right; line-height:14px; height: 26px; white-space: nowrap;display: inline;float: right;}
.reservation_hotel1 .p_vip .v_jg{color:#666; font-size: 12px;}
.reservation_hotel1 .v_value {color: #333; font-size: 18px;font-family: Courier New;font-size: 20px;font-weight: bold;}
.reservation_hotel1 .v_unit {color: #333;font-size: 12px;}
.reservation_hotel1 .pro_button {display:none; margin: 10px 0; overflow: hidden;}
.reservation_hotel1 .p_link { float: left; width: 48%; text-align: center;}
.reservation_hotel1 .p_link a {display: block; padding: 10px 15px;}
.reservation_hotel1 .p_cart { float: right; width: 48%; text-align: center;}
.reservation_hotel1 .p_cart a {display: block; padding: 10px 15px;}
.reservation_hotel1 a{text-decoration:none; }
.reservation_hotel1 .prod_info .p_buy{width: 50%;margin:0 auto;float: none !important;margin-top: 12px;margin-bottom:20px;clear: both;}
.reservation_hotel1 .prod_info .p_buy a{height: 38px;line-height: 38px;text-align: center;color: #fff;background: #faa138;display: block;font-size: 14px;font-family: "黑体";}




.reservation_hotel1 .price_line{position: absolute;bottom: 0;background: rgba(0,0,0,.3);width: 100%;padding: 10px 0;padding-left: 7px;}
.reservation_hotel1 .commd{line-height: 22px;position: absolute;right: 12px;background: url(../img/reservation_pro/hotel_01/commd.png);background-repeat: no-repeat;background-size: 18px;background-position: 0 50%;padding-left:20px;}

/*分页*/
.reservation_hotel1 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.reservation_hotel1 .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';}
.reservation_hotel1 .page_btn a.cur,.reservation_hotel1 .page_btn a:hover{border:1px solid #4c4c4c;}
.reservation_hotel1 .page_btn a:nth-child(n+12){display: none;}
.reservation_hotel1 .page_btn a:nth-last-child(1),.reservation_hotel1 .page_btn a:nth-last-child(2),.reservation_hotel1 .page_btn a:nth-last-child(3){display: inline-block !important;}
.reservation_hotel1 .prev_btn,.reservation_hotel1 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.reservation_hotel1 .no_page{border: 0 !important;}
.reservation_hotel1 .page_btn a:nth-child(n+10){display: none;}


.reservation_hotel1 .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}

.reservation_hotel1 .p_price2{font-family: "微软雅黑"; text-decoration:line-through ;font-size: 14px;display: inline;float: left;}
.reservation_hotel1 .yuanjia2{color:#888;font-size: 14px;}

.reservation_hotel1 .jiage{color: #888;font-size: 14px;}

@media screen and (max-width: 767px){
/*产品列表*/
.reservation_hotel1 .prod_Item:hover{box-shadow:none;background: #f2f2f2;}
.reservation_hotel1 .prod{width:50%;margin-right:0; margin-bottom: 0; border-right: 1px solid #eee; border-bottom: 1px solid #eee;}
.reservation_hotel1 .prod:nth-child(2n){border-right: none;}
.reservation_hotel1 .prod_info{padding: 6px;}
.reservation_hotel1 .unit,.reservation_hotel1 .p_vip .v_jg,.reservation_hotel1 .v_unit{font-size: 12px;}
.reservation_hotel1 .p_vip{height: 18px; line-height: 23px;}
.reservation_hotel1 .v_value{font-size: 14px;}
.reservation_hotel1 .p_value{font-size: 18px;}
.reservation_hotel1 .prod .p_detail{display: none !important;}
.reservation_hotel1 .p_line{margin-top: 20px;}
.reservation_hotel1 .prod_info .p_buy{margin-bottom: 12px;}
.reservation_hotel1 .prod_info .p_buy a{height: 38px; line-height: 3 8px;}
.reservation_hotel1 .p_line{margin:5px 0 0;}
.reservation_hotel1 .p_detail{color: #999; margin-bottom: 0;}
}

/*pc*/
#reservation_pro_hotel_01_1516760826190 li{width: 100%;}
#reservation_pro_hotel_01_1516760826190 li.prod_Item{margin-bottom:2%;}
@media screen and (max-width: 1024px){/*ipad*/
	#reservation_pro_hotel_01_1516760826190 li{width: 100%;}
	#reservation_pro_hotel_01_1516760826190 li.prod_Item{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#reservation_pro_hotel_01_1516760826190 li{width: 48%;}
	#reservation_pro_hotel_01_1516760826190 li.prod_Item{margin-bottom:4%;}
}

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

#reservation_pro_hotel_01_1516760826190 .p_name.pc {display:block;}
#reservation_pro_hotel_01_1516760826190 .p_name.pad, #reservation_pro_hotel_01_1516760826190 .p_name.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#reservation_pro_hotel_01_1516760826190 .p_name.pad {display:block;}
	#reservation_pro_hotel_01_1516760826190 .p_name.pc, #reservation_pro_hotel_01_1516760826190 .p_name.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#reservation_pro_hotel_01_1516760826190 .p_name.mobile {display:block;}
	#reservation_pro_hotel_01_1516760826190 .p_name.pc, #reservation_pro_hotel_01_1516760826190 .p_name.pad {display:none;}
	}
/*菜单样式*/
.menuStyle_3 {position: relative; width: 100%; height: 100%;}
.menuStyle_3 *{transition:all ease .3s; -webkit-transition:all ease .3s; -moz-transition:all ease .3s; -o-transition:all ease .3s; box-sizing: border-box;}
.menuStyle_3 .ddsmoothmenu-v {display:block}
.menuStyle_3 .ddsmoothmenu-v ul{ background: #414141;}
.menuStyle_3 .ddsmoothmenu-v ul li { line-height: 36px; height: 36px; border-bottom: 1px solid #333; border-right: 1px solid #333;color: white;}
.menuStyle_3 .ddsmoothmenu-v ul li:hover {background:#000;}
.menuStyle_3 .menuLi01 { position: relative;}
.menuStyle_3 .menuLi01:hover .menuUl02{display:block;}
.menuStyle_3 .menuLi01 a { display:block; color: inherit;  padding-left: 15px; padding-right: 15px;}
.menuStyle_3 .menuUl02 { display:none; position: absolute; left: 100%; top: 0; white-space: nowrap;}
.menuStyle_3 #hot>a{background:#ffcc00;}
.menuStyle_3 .mobi_top { display:none; width: 100%; height: 100%; position: relative; cursor: pointer; font-size:40px;}
.menuStyle_3 .icoFont { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);}
.menuStyle_3 .header_nav { width: 100%; height: calc(100% - 40px); overflow: hidden;}
.menuStyle_3 .header_nav li { position: relative; line-height: 180%; color: #fff;}
.menuStyle_3 .header_nav li a { color: inherit; display: block; padding: 15px;}
.menuStyle_3 .header_scroll { overflow-y: scroll; height: 100%; width: calc(100% + 17px);}
.menuStyle_3 .mobi_title { height: 40px; line-height: 40px; border-bottom: 1px solid #333; color: #fff; text-align: center; overflow: hidden;}
.menuStyle_3 .m_icoFont { width:50px; height: 100%; display: block; float: right; border-left: 1px solid #333; cursor: pointer; font-size: 22px;}
.menuStyle_3 .mobi_main { display:none; position: fixed; left: 0; top: 0; background: #414141; width: 100vw; height: 100vh; z-index: 999;}
.menuStyle_3 .mobi_border { position: relative; border-bottom: 1px solid #333; line-height: 120%;}
.menuStyle_3 .mobi_more { position: absolute; top: 0; right: 17px; width: 50px; height: 100%; color: #fff; border-left: 1px solid #333; cursor: pointer; text-align: center;}
.menuStyle_3 .mobi_add { display: block; font-size: 22px; position: relative; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%);}
.menuStyle_3 .mobi_menuLi02 .mobi_border { padding-left: 30px;}
.menuStyle_3 .mobi_menuUl02 { display: none;}





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

@media screen and (max-width:640px) {
	.menuStyle_3 .ddsmoothmenu-v {display:none;}
	.menuStyle_3 .mobi_top {display:block;}
}

.imgStyle_13_1{ width:100%; }
.imgStyle_13_1 *{ font-size:'微软雅黑'; }
.imgStyle_13_1 .imgTextUl{ display:flex; justify-content: space-between; flex-wrap: wrap; }
.imgStyle_13_1 .imgTextLi{ overflow: hidden; margin-bottom:2%;box-sizing: border-box;}
.imgStyle_13_1 li{ width: 32%;}
.imgStyle_13_1 .imgTextLi .left{width: 130px;}
.imgStyle_13_1 .imgTBox{ text-align: left; float:left; display:inline-block;height: 100%;}
.imgStyle_13_1 .imgTBox>img{ display: inline-block; width:100%;box-sizing: border-box;height: 100%;}
.imgStyle_13_1 .cont{ float:right; display:inline-block;width: calc(100% - 130px);}
.imgStyle_13_1 .name{  font-size:16px; line-height:2.5; padding-left:10px;word-break: break-word;}
.imgStyle_13_1 .subName{ font-size:12px; color:#666; padding-left:10px;word-break: break-word;}
.imgStyle_13_1 .left{position: relative;float: left;width: 130px;height: auto;}
.imgStyle_13_1 .image-box{position: absolute;left: 0;right: 0;top: 0;bottom: 0;overflow: hidden;}

@media screen and (max-width: 768px){
	.imgStyle_13_1 .imgTextLi{ width:100%;margin-bottom: 4%;}
	.imgStyle_13_1 .cont{width: calc(100% - 130px);}
	.imgStyle_13_1 .name{ font-size:16px;}
}
        /*pc*/
        #image_style_13_1_1584358872701  ul li{width: 100%;}
        #image_style_13_1_1584358872701  ul li.imgTextLi{margin-bottom:2%;}
        #image_style_13_1_1584358872701  ul li.imgTextLi .left{width: 30px;}
        #image_style_13_1_1584358872701  ul li.imgTextLi .cont{width: calc(100% - 30px);}
        @media screen and (max-width: 1024px){/*ipad*/
        #image_style_13_1_1584358872701  ul li{width: 100%;}
        #image_style_13_1_1584358872701  ul li.imgTextLi{margin-bottom:2%;}
        #image_style_13_1_1584358872701  ul li.imgTextLi .left{width: 26px;}
        #image_style_13_1_1584358872701  ul li.imgTextLi .cont{width: calc(100% - 26px);}
        }
        @media screen and (max-width: 768px){/*mobi*/
        #image_style_13_1_1584358872701  ul li{width: 100%;}
        #image_style_13_1_1584358872701  ul li.imgTextLi{margin-bottom:2%;}
        #image_style_13_1_1584358872701  ul li.imgTextLi .left{width: 130px;}
        #image_style_13_1_1584358872701  ul li.imgTextLi .cont{width: calc(100% - 130px);}
        }
    
				.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;}
				}
				