
/**
    *编辑器         \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; }


 #text_style_02_1490063023274{display:block;} 

 #text_style_02_1490063046138{display:block;} 

 #dh_style_01_1490063713095{display:block;} 


 #dh_style_01_1492760815350{width:924px;z-index:2;left:16%;top:30.5px;position:absolute;} #dh_style_01_1492760815350 > .view_contents{overflow:visible;} 

 #image_logo_1523669068582{width:12.5%;height:108px;position:absolute;left:1.1666666666666667%;top:0px;} 
 #div_includeBlock_1492760789677{width:1100px;height:108px;position:absolute;top:0px;left:calc(50% - 550px);} #div_includeBlock_1492760789677 > .view_contents{overflow:visible;}  #div_includeBlock_1492760789677  {padding-top:0px;} #comm_layout_header{height:108px;display:block;} #comm_layout_header > .view_contents{overflow:hidden;max-width:1100px;}  #comm_layout_header  {background:#ffffff;}


 #image_style_01_1523857398809{width:100%;height:444px;position:absolute;top:0px;left:0%;z-index:1;} #image_style_01_1523857398809 > .view_contents{overflow:visible;} 


 #text_style_02_1523857427935{width:92.625%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:86px;left:3.77959927140255%;z-index:3;}  #text_style_02_1523857427935>.view_contents {box-sizing:border-box;color:#000000;text-align:center;font-weight:bold;font-size:36px;line-height:55px;height:55px;letter-spacing:2px;font-family:Microsoft YaHei;} #diy_none_obj >.view_contents {box-sizing:border-box;} #diy_none_obj >.view_contents {box-sizing:border-box;font-size:20px;line-height:30px;height:30px;}

 #text_style_11_1523857449776{width:94.125%;font-size:46px;color:#333;line-height:50px;font-family:Tahoma;position:absolute;top:156px;left:3.051001821493625%;z-index:3;}  #text_style_11_1523857449776>.view_contents {box-sizing:border-box;color:#000000;font-weight:normal;font-size:30px;text-align:center;} #diy_none_obj >.view_contents {box-sizing:border-box;} #diy_none_obj >.view_contents {box-sizing:border-box;font-size:15px;line-height:20px;height:20px;}
 #div_a_includeBlock_1524188792229{width:57.69837099316868%;height:443px;position:absolute;top:0px;left:21.09826589595376%;}  #layout_1523857375975{height:445px;} #layout_1523857375975 > .view_contents{overflow:visible;} 



 #text_style_01_1523857534791{width:13.238967527060783%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:7.5px;left:50.21507520510483%;}  #text_style_01_1523857534791>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;text-align:center;font-size:18px;line-height:36px;height:36px;letter-spacing:1px;color:#ffffff;} #text_style_01_1523857534791  {background:#db2319;} #diy_none_obj >.view_contents {box-sizing:border-box;} #diy_none_obj >.view_contents {box-sizing:border-box;}

 #text_style_01_1523857534797{width:13.238967527060783%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:7.5px;left:67.46667046490428%;}  #text_style_01_1523857534797>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;text-align:center;font-size:18px;line-height:36px;height:36px;letter-spacing:1px;color:#000000;background:#ffffff;border-top-color:#db2319;border-right-color:#db2319;border-bottom-color:#db2319;border-left-color:#db2319;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;} #text_style_01_1523857534797  {background:#db2319;} #text_style_01_1523857534797 .view_contents:hover {font-family:Microsoft YaHei;font-size:18px;color:#ffffff;text-align:center;line-height:36px;height:36px;letter-spacing:1px;background:#db2319;} #diy_none_obj >.view_contents {box-sizing:border-box;} #diy_none_obj >.view_contents {box-sizing:border-box;}

 #text_style_01_1523857534801{width:13.238967527060783%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:7.5px;left:33.405025068368275%;}  #text_style_01_1523857534801>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;text-align:center;font-size:18px;line-height:36px;height:36px;letter-spacing:1px;color:#000000;background:#ffffff;border-top-color:#db2319;border-right-color:#db2319;border-bottom-color:#db2319;border-left-color:#db2319;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;} #text_style_01_1523857534801  {background:#db2319;} #text_style_01_1523857534801 .view_contents:hover {font-family:Microsoft YaHei;font-size:18px;color:#ffffff;text-align:center;line-height:36px;height:36px;letter-spacing:1px;background:#db2319;} #diy_none_obj >.view_contents {box-sizing:border-box;} #diy_none_obj >.view_contents {box-sizing:border-box;}

 #text_style_01_1523857534804{width:13.238967527060783%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:7.5px;left:84.24315998329156%;}  #text_style_01_1523857534804>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;text-align:center;font-size:18px;line-height:36px;height:36px;letter-spacing:1px;color:#000000;background:#ffffff;border-top-color:#db2319;border-right-color:#db2319;border-bottom-color:#db2319;border-left-color:#db2319;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;} #text_style_01_1523857534804  {background:#db2319;} #text_style_01_1523857534804 .view_contents:hover {font-family:Microsoft YaHei;font-size:18px;color:#ffffff;text-align:center;line-height:36px;height:36px;letter-spacing:1px;background:#db2319;} #diy_none_obj >.view_contents {box-sizing:border-box;} #diy_none_obj >.view_contents {box-sizing:border-box;}
 #div_a_includeBlock_1523857534690{width:99.75%;height:51px;position:absolute;top:0px;left:0.125%;}  #layout_1523857517073{height:51px;} #layout_1523857517073 > .view_contents{overflow:visible;max-width:1100px;}  #layout_1523857517073  {background:#e5e5e5;}



 #text_style_01_1523857666245{width:50%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:25.18248175182482%;top:62px;}  #text_style_01_1523857666245>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;letter-spacing:2px;font-weight:normal;font-size:32px;text-align:center;} #diy_none_obj >.view_contents {box-sizing:border-box;} #diy_none_obj >.view_contents {box-sizing:border-box;}

 #text_style_01_1523857666252{width:87.77372262773723%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:6.295620437956205%;top:13px;}  #text_style_01_1523857666252>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;letter-spacing:2px;font-weight:bold;font-size:32px;text-align:center;} #diy_none_obj >.view_contents {box-sizing:border-box;} #diy_none_obj >.view_contents {box-sizing:border-box;}

 #div_blank_1523857666255{width:10.18363939899833%;height:4px;position:absolute;left:45.07299270072993%;top:129px;} #div_blank_1523857666255 > .view_contents{overflow:visible;}  #div_blank_1523857666255  {box-sizing:border-box;background:#db2319;} #diy_none_obj   {box-sizing:border-box;} #diy_none_obj   {box-sizing:border-box;}

 #image_style_01_1523857666258{width:46.25912408759124%;height:118px;position:absolute;left:0%;top:345px;} #image_style_01_1523857666258 > .view_contents{overflow:visible;} 

 #text_style_01_1523857666264{width:45.894160583941606%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:175px;}  #text_style_01_1523857666264>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;text-indent:2em;letter-spacing:1px;height:150px;text-align:justify;} #diy_none_obj >.view_contents {box-sizing:border-box;} #diy_none_obj >.view_contents {box-sizing:border-box;}

 #text_style_01_1523858576438{width:53.224341507720254%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:46.677736148955496%;top:187px;}  #text_style_01_1523858576438>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:18px;letter-spacing:2px;font-weight:bold;text-align:right;} #diy_none_obj >.view_contents {box-sizing:border-box;} #diy_none_obj >.view_contents {box-sizing:border-box;}

 #div_blank_1523858615787{width:6.539509536784741%;height:3px;position:absolute;left:60.12715712988192%;top:287.5px;} #div_blank_1523858615787 > .view_contents{overflow:visible;}  #div_blank_1523858615787  {box-sizing:border-box;background:#db2319;} #diy_none_obj   {box-sizing:border-box;} #diy_none_obj   {box-sizing:border-box;}

 #text_style_01_1523858811049{width:53.86012715712988%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:45.99937556766576%;top:252.5px;}  #text_style_01_1523858811049>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:18px;letter-spacing:2px;font-weight:bold;text-align:right;} #diy_none_obj >.view_contents {box-sizing:border-box;} #diy_none_obj >.view_contents {box-sizing:border-box;}

 #div_blank_1523858862373{width:6.539509536784741%;height:3px;position:absolute;left:56.49409627611263%;top:382px;} #div_blank_1523858862373 > .view_contents{overflow:visible;}  #div_blank_1523858862373  {box-sizing:border-box;background:#db2319;} #diy_none_obj   {box-sizing:border-box;} #diy_none_obj   {box-sizing:border-box;}

 #text_style_01_1523859031247{width:52.2252497729337%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:47.45259990917348%;top:345px;}  #text_style_01_1523859031247>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:18px;letter-spacing:2px;font-weight:bold;text-align:right;} #diy_none_obj >.view_contents {box-sizing:border-box;} #diy_none_obj >.view_contents {box-sizing:border-box;}

 #div_blank_1523859104922{width:6.630336058128973%;height:3px;position:absolute;left:56.49409627611263%;top:465px;} #div_blank_1523859104922 > .view_contents{overflow:visible;}  #div_blank_1523859104922  {box-sizing:border-box;background:#db2319;} #diy_none_obj   {box-sizing:border-box;} #diy_none_obj   {box-sizing:border-box;}

 #text_style_01_1523859162780{width:52.13442325158947%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:47.67682788374205%;top:430px;}  #text_style_01_1523859162780>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:18px;letter-spacing:2px;font-weight:bold;text-align:right;} #diy_none_obj >.view_contents {box-sizing:border-box;} #diy_none_obj >.view_contents {box-sizing:border-box;}

 #div_blank_1524189360005{width:6.539509536784741%;height:3px;position:absolute;left:74.75022706630337%;top:219px;} #div_blank_1524189360005 > .view_contents{overflow:visible;}  #div_blank_1524189360005  {box-sizing:border-box;background:#db2319;} #diy_none_obj   {box-sizing:border-box;} #diy_none_obj   {box-sizing:border-box;}
 #div_a_includeBlock_1523857666129{width:100.0909090909091%;height:506px;position:absolute;top:-3px;left:0.007102272727272727%;}  #layout_diy_1523843403{height:503px;} #layout_diy_1523843403 > .view_contents{max-width:1100px;} 


 #image_style_01_1523860761087{width:49.45454545454545%;height:384px;position:absolute;top:31px;left:0%;} #image_style_01_1523860761087 > .view_contents{overflow:visible;} 

 #image_style_01_1523860799945{width:46.27272727272727%;height:108px;position:absolute;top:31px;left:53.72727272727273%;} #image_style_01_1523860799945 > .view_contents{overflow:visible;} 

 #text_style_01_1523861029495{width:47.81818181818182%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:52.18181818181819%;top:176px;}  #text_style_01_1523861029495>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;letter-spacing:2px;font-weight:normal;font-size:24px;text-align:center;} #diy_none_obj >.view_contents {box-sizing:border-box;} #diy_none_obj >.view_contents {box-sizing:border-box;}

 #div_blank_1523861098691{width:10.18363939899833%;height:3px;position:absolute;left:71%;top:234px;} #div_blank_1523861098691 > .view_contents{overflow:visible;}  #div_blank_1523861098691  {box-sizing:border-box;background:#db2319;} #diy_none_obj   {box-sizing:border-box;} #diy_none_obj   {box-sizing:border-box;}

 #text_style_01_1523861129192{width:45.909090909090914%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:276px;left:54.090909090909086%;}  #text_style_01_1523861129192>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;text-indent:2em;height:134px;} #diy_none_obj >.view_contents {box-sizing:border-box;} #diy_none_obj >.view_contents {box-sizing:border-box;} #layout_1523859490904{height:474px;} #layout_1523859490904 > .view_contents{overflow:visible;max-width:1100px;} 



 #text_style_01_1523841603621{width:99.7270245677889%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:303px;}  #text_style_01_1523841603621>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;text-align:center;color:#424242;letter-spacing:1px;} #diy_none_obj >.view_contents {box-sizing:border-box;} #diy_none_obj >.view_contents {box-sizing:border-box;}

 #dh_style_17_1523841611662{width:99.72652689152234%;z-index:999;position:absolute;left:0.13648771610555052%;top:0px;} #dh_style_17_1523841611662 > .view_contents{overflow:visible;} 

 #image_logo_1523841737766{width:23.883318140382862%;height:195px;position:absolute;left:10.07292616226071%;top:102px;} 

 #text_style_01_1523841814080{width:48.495897903372835%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:40.33728350045579%;top:76px;}  #text_style_01_1523841814080>.view_contents {box-sizing:border-box;color:#424242;font-family:Microsoft YaHei;font-size:28px;letter-spacing:2px;} #diy_none_obj >.view_contents {box-sizing:border-box;} #diy_none_obj >.view_contents {box-sizing:border-box;}

 #text_style_01_1523841902867{width:58.68971792538672%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:40.33638535031847%;top:126px;}  #text_style_01_1523841902867>.view_contents {box-sizing:border-box;color:#424242;font-family:Microsoft YaHei;font-size:18px;letter-spacing:2px;} #diy_none_obj >.view_contents {box-sizing:border-box;} #diy_none_obj >.view_contents {box-sizing:border-box;}

 #text_style_01_1523842033806{width:48.495897903372835%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:40.33728350045579%;top:160px;}  #text_style_01_1523842033806>.view_contents {box-sizing:border-box;color:#424242;font-family:Microsoft YaHei;font-size:18px;letter-spacing:2px;} #diy_none_obj >.view_contents {box-sizing:border-box;} #diy_none_obj >.view_contents {box-sizing:border-box;}

 #text_style_01_1523842135869{width:48.495897903372835%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:40.33728350045579%;top:195px;}  #text_style_01_1523842135869>.view_contents {box-sizing:border-box;color:#424242;font-family:Microsoft YaHei;font-size:18px;letter-spacing:2px;} #diy_none_obj >.view_contents {box-sizing:border-box;} #diy_none_obj >.view_contents {box-sizing:border-box;}

 #text_style_01_1523842194155{width:56.94822888283378%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:40.33728350045579%;top:227px;}  #text_style_01_1523842194155>.view_contents {box-sizing:border-box;color:#424242;font-family:Microsoft YaHei;font-size:18px;letter-spacing:2px;} #diy_none_obj >.view_contents {box-sizing:border-box;} #diy_none_obj >.view_contents {box-sizing:border-box;}

 #text_style_01_1523842269008{width:48.495897903372835%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:40.33728350045579%;top:262px;}  #text_style_01_1523842269008>.view_contents {box-sizing:border-box;color:#424242;font-family:Microsoft YaHei;font-size:18px;letter-spacing:2px;} #diy_none_obj >.view_contents {box-sizing:border-box;} #diy_none_obj >.view_contents {box-sizing:border-box;}

 #text_style_01_1577019667732{width:33.666969972702454%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:33.16651501364877%;top:328px;}  #text_style_01_1577019667732>.view_contents {text-align:center;color:#4c4c4c;font-size:14px;}
 #div_a_includeBlock_1523841585299{width:99.90909090909092%;height:359px;position:absolute;top:1px;left:0.007102272727272727%;}  #comm_layout_footer{height:368px;display:block;} #comm_layout_footer > .view_contents{max-width:1100px;}  #comm_layout_footer  {background:#707070;}
/*菜单样式*/
.menuStyle_17{width:100%; position:relative;}
.menuStyle_17 *{box-sizing: border-box;}
.menuStyle_17 .miniMenu *,
.menuStyle_17 .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_17 .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_17 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_17 ul,.menuStyle_17 li{padding:0;margin:0px;list-style:none}
.menuStyle_17 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_17 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_17 .menuUl_box{position:relative; width:100%; text-align:center; border-bottom: 1px solid #000;}
.menuStyle_17 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_17 .menuUl>li{position:relative; padding: 0 2.5em; }
.menuStyle_17 .menuUl>li:after{content: ''; display: block; position: absolute; right: 0; top: 10px; width: 1px; height: calc(100% - 20px); border-right: 1px solid #ccc; }
.menuStyle_17 .menuUl>li:last-child:after{content: ''; display: none;}
.menuStyle_17 .menuUl>li>a{position: relative; text-decoration:none;font-size:16px; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #444; padding: 10px 0; padding: 10px 1em\0;}
.menuStyle_17 .menuUl>li>a:hover{text-shadow: 0 0 6px rgba(0,0,0,.2);}
.menuStyle_17 .menuUl #hot>a{border-bottom: 2px solid #000;}
.menuStyle_17 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_17 .menuUl #hot>a span{color:inherit;}
/*.menuStyle_17 .menuUl>li>a i{position: absolute; right: -10px; top: 50%; -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%);}*/
.menuStyle_17 .menuLayout .miniMenu{display:none;}
.menuStyle_17 .menuUl>li>#menuLogo{height: 85%;}

.menuStyle_17 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto; padding-top: 10px;}
.menuStyle_17 .menuUl.noHover .rflex:hover .menuUl02{display: none;}
.menuStyle_17 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; width: 100%; height: 0; padding: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_17 .menuUl02 .subMenu02 {position: relative; color: #fff; background: rgba(21, 25, 33, 0.85); font-size:14px; line-height: 40px; padding: 0 15px;}
.menuStyle_17 .menuUl02 .subMenu02.subCurSet{background: #2b2b2b; color: #fff;}
.menuStyle_17 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_17 .menuUl02 .subMenu02:hover {background: #2b2e33; color: #fff;}
.menuStyle_17 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;} 
.menuStyle_17 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_17 .menuUl03{position: absolute; background: #2b2e33; /*left需要js获取二级的宽*/ top: 0; display: none; box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.22);}
.menuStyle_17 .menuUl03 .subMenu03{color: #fff; padding: 0 15px; line-height: 40px;}
.menuStyle_17 .menuUl03 .subMenu03:hover{background:rgba(0, 0, 0, 0.15);}
.menuStyle_17 .menuUl03 .subMenu03.thrCurSet{background: #000; color: #fff;}
.menuStyle_17 .menuUl03 .subMenu03>a{ color: inherit; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.menuStyle_17 .rflex { position: relative;}
.menuStyle_17 .maxWidth{margin: auto;}

.menuStyle_17 .subBox{position: absolute; left: 0; /*top通过JS获取菜单高度*/ width: 100%; background: rgba(21, 25, 33, 0.85); display: none;}
.menuStyle_17 .subBox .subBoxContent{padding: 15px; text-align: left; overflow: hidden;}
.menuStyle_17 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_17 .subBox .sublm{float: left; width: calc(100% - 440px); min-height: 10px;}
.menuStyle_17 .subBox .sublm>div{float: left; width: calc((100% - 120px)/3); overflow: hidden; margin: 8px 40px 8px 0; padding-bottom: 20px; border-bottom: 1px solid rgba(0, 0, 0, 0.36);}
.menuStyle_17 .subBox .subImgsbox{float: left; width: 440px;/*这个宽可被设置*/ height: 160px;}
.menuStyle_17 .subBox .subImgsbox>a{display: block; height: 100%; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}
.menuStyle_17 .subBox .subImgsbox>a:last-child{margin-left: 0;}
.menuStyle_17 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}
.menuStyle_17 .subBox .subImgsbox>a>div.subImg span{position: absolute; bottom: 0; left: 0; width: 100%; display: block; padding: 5px; background: rgba(29, 29, 29, 0.8); color: #fff; font-size: 12px;}
.menuStyle_17 .subBox p{overflow: hidden;}
.menuStyle_17 .subBox p:first-child{}
.menuStyle_17 .subBox p:last-child{}
.menuStyle_17 .subBox .subMenu02{font-size: 14px; margin-bottom: 5px; clear: both; color: #fff; line-height: 28px;}
.menuStyle_17 .subBox .subMenu02.subCurSet{border-bottom: 1px solid #fff;}
.menuStyle_17 .subBox .subMenu02:hover,
.menuStyle_17 .subBox .subMenu02:active{border-bottom: 1px solid #eee;}
.menuStyle_17 .subBox .subMenu03{float: left; margin: 5px 20px 5px 0; font-size: 12px; color: #bbb; border-bottom: 1px solid transparent;}
.menuStyle_17 .subBox .subMenu03:hover,
.menuStyle_17 .subBox .subMenu03:active{color: #fff; border-bottom: 1px solid #eee;}
.menuStyle_17 .subBox .subMenu03.thrCurSet{border-bottom: 1px solid #fff; color: #fff;}

/*图标*/
.menuStyle_17 .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_17 .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_17 .imgIco{ margin-right:10px;}
.menuStyle_17 .menuUl,
.menuStyle_17 .menuUl_box {display:none;}
.menuStyle_17 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_17 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_17 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_17 .miniMenu .leftBox{height: 100%}
.menuStyle_17 .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_17 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_17 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_17 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_17 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_17 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;} 
.menuStyle_17 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}
.menuStyle_17 .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_17 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}
.menuStyle_17 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; display: none; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit; background: rgba(0, 0, 0, 0.1);}
.menuStyle_17 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
.menuStyle_17 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
.menuStyle_17 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #fff;}
.menuStyle_17 .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_17 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
.menuStyle_17 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


	
#dh_style_01_1492760815350 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@media screen and (min-width:640px) {
	#dh_style_01_1492760815350 .maxWidth{max-width:px;}
	#dh_style_01_1492760815350 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
	#dh_style_01_1492760815350 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	/* .menuUl>li>#menuLogo 这种查找会失败改为下面这种 2019.5.29 */
	#dh_style_01_1492760815350 .menuUl li #menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
}
.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;*/

	#image_style_01_1523857398809 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1523857398809 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1523857398809 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1523857398809 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_1523857666258 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1523857666258 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1523857666258 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1523857666258 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_1523860761087 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1523860761087 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1523860761087 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1523860761087 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_1523860799945 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1523860799945 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1523860799945 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1523860799945 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
/*菜单样式*/
.menuStyle_17{width:100%; position:relative;}
.menuStyle_17 *{box-sizing: border-box;}
.menuStyle_17 .miniMenu *,
.menuStyle_17 .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_17 .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_17 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_17 ul,.menuStyle_17 li{padding:0;margin:0px;list-style:none}
.menuStyle_17 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_17 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_17 .menuUl_box{position:relative; width:100%; text-align:center; border-bottom: 1px solid #000;}
.menuStyle_17 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_17 .menuUl>li{position:relative; padding: 0 2.5em; }
.menuStyle_17 .menuUl>li:after{content: ''; display: block; position: absolute; right: 0; top: 10px; width: 1px; height: calc(100% - 20px); border-right: 1px solid #ccc; }
.menuStyle_17 .menuUl>li:last-child:after{content: ''; display: none;}
.menuStyle_17 .menuUl>li>a{position: relative; text-decoration:none;font-size:16px; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #444; padding: 10px 0; padding: 10px 1em\0;}
.menuStyle_17 .menuUl>li>a:hover{text-shadow: 0 0 6px rgba(0,0,0,.2);}
.menuStyle_17 .menuUl #hot>a{border-bottom: 2px solid #000;}
.menuStyle_17 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_17 .menuUl #hot>a span{color:inherit;}
/*.menuStyle_17 .menuUl>li>a i{position: absolute; right: -10px; top: 50%; -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%);}*/
.menuStyle_17 .menuLayout .miniMenu{display:none;}
.menuStyle_17 .menuUl>li>#menuLogo{height: 85%;}

.menuStyle_17 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto; padding-top: 10px;}
.menuStyle_17 .menuUl.noHover .rflex:hover .menuUl02{display: none;}
.menuStyle_17 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; width: 100%; height: 0; padding: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_17 .menuUl02 .subMenu02 {position: relative; color: #fff; background: rgba(21, 25, 33, 0.85); font-size:14px; line-height: 40px; padding: 0 15px;}
.menuStyle_17 .menuUl02 .subMenu02.subCurSet{background: #2b2b2b; color: #fff;}
.menuStyle_17 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_17 .menuUl02 .subMenu02:hover {background: #2b2e33; color: #fff;}
.menuStyle_17 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;} 
.menuStyle_17 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_17 .menuUl03{position: absolute; background: #2b2e33; /*left需要js获取二级的宽*/ top: 0; display: none; box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.22);}
.menuStyle_17 .menuUl03 .subMenu03{color: #fff; padding: 0 15px; line-height: 40px;}
.menuStyle_17 .menuUl03 .subMenu03:hover{background:rgba(0, 0, 0, 0.15);}
.menuStyle_17 .menuUl03 .subMenu03.thrCurSet{background: #000; color: #fff;}
.menuStyle_17 .menuUl03 .subMenu03>a{ color: inherit; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.menuStyle_17 .rflex { position: relative;}
.menuStyle_17 .maxWidth{margin: auto;}

.menuStyle_17 .subBox{position: absolute; left: 0; /*top通过JS获取菜单高度*/ width: 100%; background: rgba(21, 25, 33, 0.85); display: none;}
.menuStyle_17 .subBox .subBoxContent{padding: 15px; text-align: left; overflow: hidden;}
.menuStyle_17 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_17 .subBox .sublm{float: left; width: calc(100% - 440px); min-height: 10px;}
.menuStyle_17 .subBox .sublm>div{float: left; width: calc((100% - 120px)/3); overflow: hidden; margin: 8px 40px 8px 0; padding-bottom: 20px; border-bottom: 1px solid rgba(0, 0, 0, 0.36);}
.menuStyle_17 .subBox .subImgsbox{float: left; width: 440px;/*这个宽可被设置*/ height: 160px;}
.menuStyle_17 .subBox .subImgsbox>a{display: block; height: 100%; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}
.menuStyle_17 .subBox .subImgsbox>a:last-child{margin-left: 0;}
.menuStyle_17 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}
.menuStyle_17 .subBox .subImgsbox>a>div.subImg span{position: absolute; bottom: 0; left: 0; width: 100%; display: block; padding: 5px; background: rgba(29, 29, 29, 0.8); color: #fff; font-size: 12px;}
.menuStyle_17 .subBox p{overflow: hidden;}
.menuStyle_17 .subBox p:first-child{}
.menuStyle_17 .subBox p:last-child{}
.menuStyle_17 .subBox .subMenu02{font-size: 14px; margin-bottom: 5px; clear: both; color: #fff; line-height: 28px;}
.menuStyle_17 .subBox .subMenu02.subCurSet{border-bottom: 1px solid #fff;}
.menuStyle_17 .subBox .subMenu02:hover,
.menuStyle_17 .subBox .subMenu02:active{border-bottom: 1px solid #eee;}
.menuStyle_17 .subBox .subMenu03{float: left; margin: 5px 20px 5px 0; font-size: 12px; color: #bbb; border-bottom: 1px solid transparent;}
.menuStyle_17 .subBox .subMenu03:hover,
.menuStyle_17 .subBox .subMenu03:active{color: #fff; border-bottom: 1px solid #eee;}
.menuStyle_17 .subBox .subMenu03.thrCurSet{border-bottom: 1px solid #fff; color: #fff;}

/*图标*/
.menuStyle_17 .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_17 .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_17 .imgIco{ margin-right:10px;}
.menuStyle_17 .menuUl,
.menuStyle_17 .menuUl_box {display:none;}
.menuStyle_17 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_17 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_17 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_17 .miniMenu .leftBox{height: 100%}
.menuStyle_17 .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_17 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_17 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_17 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_17 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_17 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;} 
.menuStyle_17 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}
.menuStyle_17 .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_17 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}
.menuStyle_17 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; display: none; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit; background: rgba(0, 0, 0, 0.1);}
.menuStyle_17 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
.menuStyle_17 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
.menuStyle_17 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #fff;}
.menuStyle_17 .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_17 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
.menuStyle_17 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


	
#dh_style_17_1523841611662 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@media screen and (min-width:640px) {
	#dh_style_17_1523841611662 .maxWidth{max-width:px;}
	#dh_style_17_1523841611662 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
	#dh_style_17_1523841611662 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	/* .menuUl>li>#menuLogo 这种查找会失败改为下面这种 2019.5.29 */
	#dh_style_17_1523841611662 .menuUl li #menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
}
.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;*/
