
@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;}
.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;}
    }
/*----------------------电脑板式样式----------------------*/

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

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

}
body{ background-position:left top; }


 #dh_style_01_1518402454590{width:79.25%;z-index:999;position:absolute;top:19.96875px;left:20.583333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1518402454590{z-index:999;width:522px;top:26.988636016845703px;left:calc(50% - 261px);}}   @media screen and (max-width:640px) {#dh_style_01_1518402454590{width:17.1875%;z-index:2;top:0px;left:74.8046875%;}} #dh_style_01_1518402454590 > .view_contents{overflow:visible;}  #dh_style_01_1518402454590 #hot>a {color:#308415;border-bottom-color:#308415;} #dh_style_01_1518402454590 .mainMenuSet {border-bottom-color:transparent;border-bottom-style:solid;border-bottom-width:2px;margin-top:0px;margin-left:36px;margin-right:36px;} #dh_style_01_1518402454590 .mainMenuSet:hover {border-bottom-color:#308415;color:#308415;} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_01_1518402454590 .mainMenuSet {margin-left:28px;margin-right:28px;}} @media screen and (max-width:640px) { #dh_style_01_1518402454590 #hot>a {color:#00bf00;border-bottom-color:#00bf00;}} @media screen and (max-width:640px) { #dh_style_01_1518402454590 .subMenuSet {font-family:Microsoft YaHei;font-size:12px;padding-left:16px;}}
/*----------------------电脑板式样式----------------------*/
#dh_style_01_1518402454590{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_01_1518402454590{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_01_1518402454590{
		
	}
#dh_style_01_1518402454590 .menuStyle_1 .menuScroll{padding:0 18px;}
#dh_style_01_1518402454590 .menuStyle_1 .miniMenu .leftBox .menuUlCopy{padding:0;}
#dh_style_01_1518402454590 .menuStyle_1 .menuScroll>.menuUlCopy{width:100%;}
#dh_style_01_1518402454590 .mainMenuSet{margin:0;}
}

 #image_style_01_1521546892311{width:21.416666666666668%;height:61px;position:absolute;top:0px;left:3.83203125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1521546892311{}}   @media screen and (max-width:640px) {#image_style_01_1521546892311{width:135px;height:38px;top:0px;left:0.46875%;}} #image_style_01_1521546892311 > .view_contents{overflow:visible;}  #comm_layout_header{height:65px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:74px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:44px;}} #comm_layout_header > .view_contents{max-width:1200px;} 


 #image_style_01_1519722402067{width:100%;height:384px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1519722402067{height:220px;}}   @media screen and (max-width:640px) {#image_style_01_1519722402067{width:100.1220703125%;height:90px;top:0px;left:0%;}} #image_style_01_1519722402067 > .view_contents{overflow:visible;}  #layout_1519722402063{height:384px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1519722402063{height:220px;}}   @media screen and (max-width:640px) {#layout_1519722402063{height:90px;}} #layout_1519722402063 > .view_contents{overflow:visible;} 
 #layout_diy_1519638477{height:60px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1519638477{height:50px;}}   @media screen and (max-width:640px) {#layout_diy_1519638477{height:42px;display:none;}}  #layout_diy_1519638477  {background:#efefef;}



 #text_style_01_1519638651948{width:87.15953307392996%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:12px;left:4.528985507246377%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1519638651948{left:5.0691244239631335%;width:90%;top:8px;}}   @media screen and (max-width:640px) {#text_style_01_1519638651948{width:53.43750000000001%;top:0px;left:2%;}}  #text_style_01_1519638651948>.view_contents {box-sizing:border-box;font-size:16px;font-family:Microsoft YaHei;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1519638651948>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1519638651948>.view_contents {box-sizing:border-box;}}
 #div_a_includeBlock_1519638619794{width:23%;height:52px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1519638619794{left:1%;width:217px;height:44px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1519638619794{width:100%;height:114px;top:0px;left:0%;display:none;}}  #div_a_includeBlock_1519638619794  {border-left-style:solid;border-left-width:5px;border-left-color:#308415;background:#ffffff;}


 #homelink_style_01_1519638865656{width:82.55555555555556%;position:absolute;top:7px;left:11.5%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#homelink_style_01_1519638865656{left:13.933236574746008%;width:78.66473149492018%;top:4px;}}   @media screen and (max-width:640px) {#homelink_style_01_1519638865656{width:96%;top:8px;left:0%;}} 

 #text_style_01_1519639842962{width:13.333333333333334%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:14.5px;left:1.8888888888888888%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1519639842962{width:476px;left:1.8867924528301887%;top:10.5px;}}   @media screen and (max-width:640px) {#text_style_01_1519639842962{width:58.4375%;top:44px;left:2%;display:none;}}  #text_style_01_1519639842962>.view_contents {box-sizing:border-box;font-size:12px;font-family:Microsoft YaHei;color:#666666;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1519639842962>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1519639842962>.view_contents {box-sizing:border-box;}}
 #div_a_includeBlock_1519638770005{width:75%;height:50px;position:absolute;top:0px;left:25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1519638770005{height:42px;width:73.06468716861082%;left:26.03062036055143%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1519638770005{width:100%;height:50px;top:0px;left:0%;}}  #div_a_includeBlock_1519638770005  {border-top-style:dotted;border-right-style:dotted;border-bottom-style:dotted;border-left-style:dotted;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-color:#308415;border-right-color:#308415;border-bottom-color:#308415;border-left-color:#308415;} @media screen and (max-width:640px) { #div_a_includeBlock_1519638770005  {border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;}} #layout_1519638492090{height:52px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1519638492090{height:44px;}}   @media screen and (max-width:640px) {#layout_1519638492090{height:50px;}} #layout_1519638492090 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1519638492090  {background:#efefef;}



 #dh_style_menu2_02_1519639177393{width:100%;position:absolute;top:20px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_menu2_02_1519639177393{left:0%;width:100%;}}   @media screen and (max-width:640px) {#dh_style_menu2_02_1519639177393{width:96%;top:0px;left:2%;}} #dh_style_menu2_02_1519639177393 > .view_contents{overflow:visible;}  #dh_style_menu2_02_1519639177393 .subMenuSet {color:#333333;border-top-width:0px;border-right-width:0px;border-bottom-width:1px;border-left-width:5px;height:36px;line-height:36px;margin-bottom:12px;border-left-color:#308415;border-bottom-style:dotted;border-bottom-color:#999999;text-align:center;} #dh_style_menu2_02_1519639177393 .subMenuSet:hover {background:#308415;color:#ffffff;} #dh_style_menu2_02_1519639177393 a.subCurSet {background:#308415;color:#ffffff;}
 #div_a_includeBlock_1519639047537{width:281px;height:308px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1519639047537{height:212px;width:222px;left:0.9991383881230116%;top:0px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1519639047537{width:100%;height:247px;top:0px;left:0%;display:none;}}  #div_a_includeBlock_1519639047537  {border-left-style:solid;border-left-width:0px;border-left-color:#ffffff;background:#ffffff;}


 #text_style_01_1519639951717{width:41.11111111111111%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:25px;left:29.444444444444446%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1519639951717{left:23.11046511627907%;width:53.779069767441854%;}}   @media screen and (max-width:640px) {#text_style_01_1519639951717{width:96%;top:21px;left:1.9970703125%;}}  #text_style_01_1519639951717>.view_contents {box-sizing:border-box;font-size:24px;font-family:Microsoft YaHei;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1519639951717>.view_contents {box-sizing:border-box;font-size:18px;}} @media screen and (max-width:640px) { #text_style_01_1519639951717>.view_contents {box-sizing:border-box;font-size:16px;}}

 #text_style_01_1519640008181{width:94.22222222222221%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:92px;left:2.888888888888889%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1519640008181{left:3.0523255813953485%;width:94%;top:76px;}}   @media screen and (max-width:640px) {#text_style_01_1519640008181{width:96%;top:67px;left:1.875%;}}  #text_style_01_1519640008181>.view_contents {box-sizing:border-box;font-size:16px;font-family:Microsoft YaHei;text-indent:2em;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1519640008181>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1519640008181>.view_contents {box-sizing:border-box;font-size:10px;}}
 #div_a_includeBlock_1519639106704{width:75%;height:878px;position:absolute;top:20px;left:25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1519639106704{width:73.0%;top:20px;left:25.99913838812301%;height:861px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1519639106704{width:100%;height:913px;top:0px;left:0%;}} #div_a_includeBlock_1519639106704 > .view_contents{overflow:hidden;}  #div_a_includeBlock_1519639106704  {border-top-style:dotted;border-right-style:dotted;border-bottom-style:dotted;border-left-style:dotted;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-top-color:#308415;border-right-color:#308415;border-bottom-color:#308415;border-left-color:#308415;background:#ffffff;} #layout_1519638930647{height:898px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1519638930647{height:881px;}}   @media screen and (max-width:640px) {#layout_1519638930647{height:913px;}} #layout_1519638930647 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1519638930647  {background:#efefef;} @media screen and (max-width:640px) { #layout_1519638930647  {background:#ffffff;}}


 #div_a_includeBlock_1519696621896{width:75%;height:1px;position:absolute;top:0px;left:25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1519696621896{width:73.0%;top:0px;left:25.99913838812301%;height:50px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1519696621896{width:100%;height:53px;top:0px;left:0%;}} #div_a_includeBlock_1519696621896 > .view_contents{overflow:hidden;}  #div_a_includeBlock_1519696621896  {border-top-style:dotted;border-right-style:dotted;border-bottom-style:dotted;border-left-style:dotted;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-top-color:#308415;border-right-color:#308415;border-bottom-color:#308415;border-left-color:#308415;background:#ffffff;} #layout_1519696621877{height:1px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1519696621877{height:50px;}}   @media screen and (max-width:640px) {#layout_1519696621877{height:1291px;display:none;}} #layout_1519696621877 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1519696621877  {background:#efefef;} @media screen and (max-width:640px) { #layout_1519696621877  {background:#ffffff;}}
 #layout_1519638958020{height:1px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1519638958020{height:50px;}}   @media screen and (max-width:640px) {#layout_1519638958020{height:36px;}} #layout_1519638958020 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1519638958020  {background:#efefef;} @media screen and (max-width:640px) { #layout_1519638958020  {background:#ffffff;}}




 #text_style_02_1519638291537{width:23.71638141809291%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:0.24449877750611246%;top:32.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1519638291537{left:8.519467213114753%;top:27.5px;width:105px;}}   @media screen and (max-width:640px) {#text_style_02_1519638291537{width:97.30000000000001%;left:1.3499999999999943%;top:0px;display:none;}}  #text_style_02_1519638291537>.view_contents {box-sizing:border-box;color:#ffffff;font-size:20px;font-weight:normal;text-align:left;font-family:SimHei;line-height:30px;letter-spacing:2px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1519638291537>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_02_1519638291537>.view_contents {box-sizing:border-box;font-size:18px;line-height:30px;font-weight:normal;}}

 #text_style_02_1519638291569{width:80.1955990220049%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:74px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1519638291569{left:20.568647540983605%;width:63.278688524590166%;top:94px;}}   @media screen and (max-width:640px) {#text_style_02_1519638291569{width:100%;top:0px;left:0%;display:none;}}  #text_style_02_1519638291569>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:14px;color:#bfbfbf;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1519638291569>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1519638291569>.view_contents {box-sizing:border-box;}}

 #text_style_02_1522469997038{width:99.97325794621027%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:109px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1522469997038{left:7.510708722741432%;top:218.49432373046875px;width:363px;}}   @media screen and (max-width:640px) {#text_style_02_1522469997038{width:100%;top:400px;left:0%;display:none;}}  #text_style_02_1522469997038>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:14px;color:#bfbfbf;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1522469997038>.view_contents {box-sizing:border-box;line-height:25px;}} @media screen and (max-width:640px) { #text_style_02_1522469997038>.view_contents {box-sizing:border-box;}}

 #text_default_1523674274890{width:45.2322738386308%;height:25px;position:absolute;top:147px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1523674274890{top:162.484375px;left:7.169976635514019%;width:173px;}}   @media screen and (max-width:640px) {#text_default_1523674274890{width:100%;height:300px;display:none;top:30px;left:0%;}} 
 #div_includeBlock_1519638291085{width:32.64%;height:292px;position:absolute;top:1px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1519638291085{}}   @media screen and (max-width:640px) {#div_includeBlock_1519638291085{width:96%;height:145px;top:46px;left:2%;display:block;}}  #div_includeBlock_1519638291085  {border-left-color:#48c7ec;border-left-style:solid;border-left-width:0px;border-top-color:#48c7ec;border-right-color:#48c7ec;border-bottom-color:#48c7ec;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;} @media screen and (max-width:640px) { #div_includeBlock_1519638291085  {border-left-width:0px;}}


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

 #text_style_02_1519638291765{width:99.98924885321101%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:75px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1519638291765{}}   @media screen and (max-width:640px) {#text_style_02_1519638291765{width:100%;top:3px;left:0%;}}  #text_style_02_1519638291765>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:14px;color:#bfbfbf;line-height:30px;text-indent:2em;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1519638291765>.view_contents {box-sizing:border-box;text-indent:2em;line-height:25px;}} @media screen and (max-width:640px) { #text_style_02_1519638291765>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1519638291112{width:34.584664536741215%;height:291px;position:absolute;top:0px;left:32.49176317891374%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1519638291112{}}   @media screen and (max-width:640px) {#div_includeBlock_1519638291112{width:96%;height:145px;top:191px;left:2%;display:block;}}  #div_includeBlock_1519638291112  {border-left-color:#48c7ec;border-left-style:none;border-left-width:2px;border-top-color:#48c7ec;border-right-color:#48c7ec;border-bottom-color:#48c7ec;border-top-style:none;border-right-style:none;border-bottom-style:none;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;} @media screen and (max-width:640px) { #div_includeBlock_1519638291112  {border-left-width:0px;}}

 #image_style_01_1519638291673{width:7.955449482895784%;height:100px;position:absolute;top:163.484375px;left:79.72354813046937%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1519638291673{}}   @media screen and (max-width:640px) {#image_style_01_1519638291673{width:32.89473684210527%;height:100px;top:336px;left:33.55263157894737%;}} #image_style_01_1519638291673 > .view_contents{overflow:visible;} 


 #text_style_02_1519638291666{width:89.2156862745098%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:81px;left:3.6803002450980395%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1519638291666{width:277px;left:0%;top:91px;}}   @media screen and (max-width:640px) {#text_style_02_1519638291666{width:96%;top:0px;left:2%;}}  #text_style_02_1519638291666>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:14px;color:#bfbfbf;line-height:30px;text-indent:0em;letter-spacing:1px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1519638291666>.view_contents {box-sizing:border-box;text-indent:2em;line-height:25px;}} @media screen and (max-width:640px) { #text_style_02_1519638291666>.view_contents {box-sizing:border-box;}}

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

 #text_style_02_1519638291680{width:31.61764705882353%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:263.484375px;left:34.19883578431372%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1519638291680{left:7.671480144404332%;top:257px;}}   @media screen and (max-width:640px) {#text_style_02_1519638291680{width:96%;top:180px;left:2%;}}  #text_style_02_1519638291680>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:14px;color:#bfbfbf;line-height:30px;text-indent:0em;letter-spacing:1px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1519638291680>.view_contents {box-sizing:border-box;text-indent:0em;line-height:25px;}} @media screen and (max-width:640px) { #text_style_02_1519638291680>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1519638291100{width:32.48%;height:293.484375px;position:absolute;top:0px;left:67.22621902478018%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1519638291100{}}   @media screen and (max-width:640px) {#div_includeBlock_1519638291100{width:100%;height:210px;top:436px;left:0%;display:block;}}  #div_includeBlock_1519638291100  {border-left-color:#48c7ec;border-left-style:none;border-left-width:2px;border-top-color:#48c7ec;border-right-color:#48c7ec;border-bottom-color:#48c7ec;border-top-style:none;border-right-style:none;border-bottom-style:none;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;} @media screen and (max-width:640px) { #div_includeBlock_1519638291100  {border-left-width:0px;}}

 #div_includeBlock_1519638290840{width:100%;height:1px;position:absolute;top:292px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1519638290840{}}   @media screen and (max-width:640px) {#div_includeBlock_1519638290840{width:96%;height:227px;top:646px;left:2%;display:none;}} 
 #div_includeBlock_1519638290622{width:104.33333333333333%;height:293.484375px;position:absolute;top:0.53125px;left:-0.16666666666666669%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1519638290622{height:456.484375px;}}   @media screen and (max-width:640px) {#div_includeBlock_1519638290622{width:100%;height:46px;top:220px;left:0%;display:none;}}  #div_includeBlock_1519638290622  {background:#000000;background-repeat:no-repeat;background-size:cover;background-position-x:50%;} @media screen and (max-width:640px) { #div_includeBlock_1519638290622  {background-position-x:50%;background:transparent;}}


 #text_style_01_1522652223196{width:46.25000000000001%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;display:none;position:absolute;left:26.874999999999996%;top:142.27555084228516px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522652223196{width:100%;display:none;top:142.27555084228516px;left:0%;}}   @media screen and (max-width:640px) {#text_style_01_1522652223196{width:312px;display:block;left:calc(50% - 156px);top:40px;}}  #text_style_01_1522652223196>.view_contents {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522652223196>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522652223196>.view_contents {box-sizing:border-box;font-size:12px;color:#ffffff;}}

 #dh_style_11_1522651986541{width:100%;z-index:999;display:none;position:absolute;left:0%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_11_1522651986541{width:10.9375%;z-index:999;display:none;left:44.53125%;top:0px;}}   @media screen and (max-width:640px) {#dh_style_11_1522651986541{width:10.9375%;z-index:999;display:block;top:0px;left:0%;}} #dh_style_11_1522651986541 > .view_contents{overflow:visible;} 

 #text_style_01_1522652295692{width:46.25000000000001%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;display:none;position:absolute;left:26.874999999999996%;top:57.2301025390625px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522652295692{width:40.625%;display:none;top:57.2301025390625px;left:29.6875%;}}   @media screen and (max-width:640px) {#text_style_01_1522652295692{width:97.8125%;display:block;left:1.09375%;top:78px;}}  #text_style_01_1522652295692>.view_contents {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522652295692>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522652295692>.view_contents {box-sizing:border-box;font-size:12px;color:#ffffff;}}

 #text_style_01_1522652350891{width:46.25000000000001%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;display:none;position:absolute;left:26.874999999999996%;top:57.21588134765625px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522652350891{width:40.625%;display:none;top:57.21588134765625px;left:29.6875%;}}   @media screen and (max-width:640px) {#text_style_01_1522652350891{width:98.4375%;display:block;left:1.09375%;top:59px;}}  #text_style_01_1522652350891>.view_contents {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522652350891>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522652350891>.view_contents {box-sizing:border-box;font-size:12px;color:#ffffff;}}
 #div_a_includeBlock_1522652180144{width:66.66666666666666%;height:300px;display:none;position:absolute;left:16.66666666666667%;top:22.855117797851562px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1522652180144{width:83.33333333333334%;height:300px;display:none;left:8.333333333333329%;top:22.855117797851562px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1522652180144{width:100%;height:122px;display:block;top:1px;left:0%;}} 


 #dh_style_01_1519638291197{width:33.45045678144765%;z-index:999;position:absolute;top:3.5085172695312394px;left:44.59872182210287%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1519638291197{z-index:999;width:428px;left:52.790055248618785%;}}   @media screen and (max-width:640px) {#dh_style_01_1519638291197{width:12.121212121212121%;z-index:999;top:300px;left:43.93939393939394%;display:none;}} #dh_style_01_1519638291197 > .view_contents{overflow:visible;}  #dh_style_01_1519638291197 .mainMenuSet {color:#bfbfbf;font-family:SimHei;} #dh_style_01_1519638291197 #hot>a {color:#bfbfbf;}

 #text_style_02_1524118270119{width:16.350877192982455%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:8.00851726953124px;left:25.262162057976973%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1524118270119{}}   @media screen and (max-width:640px) {#text_style_02_1524118270119{width:100%;top:0px;left:0%;display:none;}}  #text_style_02_1524118270119>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:14px;color:#bfbfbf;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1524118270119>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1524118270119>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1519638290856{width:118.75%;height:48.5px;position:absolute;top:293.53125px;left:-9.333333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1519638290856{height:48.5px;}}   @media screen and (max-width:640px) {#div_includeBlock_1519638290856{width:100%;height:29px;top:0px;left:0%;z-index:3;display:none;}}  #div_includeBlock_1519638290856  {border-top-color:#48c7ec;border-top-style:solid;border-top-width:1px;} @media screen and (max-width:640px) { #div_includeBlock_1519638290856  {border-top-style:none;}} #comm_layout_footer{height:341.53125px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:457.015625px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:123px;}} #comm_layout_footer > .view_contents{overflow:visible;max-width:1200px;}  @media screen and (max-width:640px) { #comm_layout_footer  {background:#333333;}} #comm_layout_footer  {background:#0c0a00;}
/*菜单样式*/
.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;}




@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;}
}

	#image_style_01_1521546892311 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1521546892311 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1521546892311 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1521546892311 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_1519722402067 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1519722402067 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1519722402067 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1519722402067 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;}
.breadcrumb {
	padding: 8px 15px;
	/* margin-bottom: 20px; */
	list-style: none;
	/* background-color: #f5f5f5; */
	border-radius: 4px;
}
.breadcrumb > li {
	display: inline-block;
}
.breadcrumb > li + li:before {
	/* content: "/\00a0"; */
	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;
}/*菜单样式*/
.menu2Style_2{width:100%; position:relative;}
.menu2Style_2 *{-webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; transition: all ease .2s; box-sizing: border-box;}
.menu2Style_2 ul,.menu2Style_2 li{padding:0;margin:0px;list-style:none}
.menu2Style_2 .menu2Ul{position:relative; width:100%; text-align:center;}
.menu2Style_2 .menu2Ul li{position:relative;}
.menu2Style_2 .menu2Ul li>a{position: relative; text-decoration:none; color:#8b5a5a;font-size:14px;height:44px; box-sizing:border-box; line-height:44px;display:block;text-align:left; padding: 0 1em; letter-spacing:normal; white-space:nowrap; border:1px solid #8b5a5a; margin-bottom: 5px; }
.menu2Style_2 .menu2Ul li>a i{position: absolute; right: 1em; top: 50%; color: inherit; font-size: inherit; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);}
.menu2Style_2 .menu2Ul li>a:hover{color:#fff; background: #8b5a5a;}
.menu2Style_2 .menu2Ul li>a:hover i{right: .5em;}
.menu2Style_2 .menu2Ul a.subCurSet{ background: #8b5a5a; color: #fff;}

@media screen and (max-width:768px) {
}
	#image_style_01_1519638291673 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1519638291673 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1519638291673 .CompatibleImg img{null}}
#image_style_01_1519638291673 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_11{width:100%; position:relative;}
.menuStyle_11 *{box-sizing: border-box;}
.menuStyle_11 .miniMenu *,
.menuStyle_11 .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_11 .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_11 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_11 ul,.menuStyle_11 li{padding:0;margin:0px;list-style:none}
.menuStyle_11 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_11 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_11 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_11 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_11 .menuUl>li{position:relative;}
.menuStyle_11 .menuUl>li>a{position: relative; text-decoration:none;font-size:14px; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #333; padding: 10px 0; padding: 10px 1em\0;}
.menuStyle_11 .menuUl>li>a:hover{background: rgba(0,0,0,.05);}
.menuStyle_11 .menuUl #hot>a{color: #2d93ff;}
.menuStyle_11 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_11 .menuUl #hot>a span{color:inherit;}
/*.menuStyle_11 .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_11 .menuLayout .miniMenu{display:none;}
.menuStyle_11 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; background: #fff; width: 100%; height: 0; box-shadow: 0 0 8px rgba(0,0,0,0.2); transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_11 .menuUl>li>#menuLogo{height: 85%;}

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

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

.menuStyle_11 .subBox{position: absolute; left: 0; /*top通过JS获取菜单高度*/ width: 100%; background: rgba(238, 238, 238, 0.85); display: none;}
.menuStyle_11 .subBox .subBoxContent{padding: 15px; text-align: left; overflow: hidden;}
.menuStyle_11 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_11 .subBox .sublm{float: left; width: calc(100% - 440px); min-height: 10px;}
.menuStyle_11 .subBox .sublm>div{clear: both; overflow: hidden; margin: 8px 0;}
.menuStyle_11 .subBox .subImgsbox{float: left; width: 440px;/*这个宽可被设置*/ height: 160px;}
.menuStyle_11 .subBox .subImgsbox>a{display: block; height: 100%; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}
.menuStyle_11 .subBox .subImgsbox>a:last-child{margin-left: 0;}
.menuStyle_11 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}
.menuStyle_11 .subBox .subImgsbox>a>div.subImg span{position: absolute; bottom: 0; left: 0; width: 100%; display: block; padding: 5px; background: rgba(255,255,255,.8); color: #333; font-size: 12px;}
.menuStyle_11 .subBox p{overflow: hidden; float: left;}
.menuStyle_11 .subBox p:first-child{margin-right: 10px; width: 100px;}
.menuStyle_11 .subBox p:last-child{width: calc(100% - 110px);}
.menuStyle_11 .subBox .subMenu02{font-size: 14px; margin-bottom: 5px; clear: both; color: #333; line-height: 28px;}
.menuStyle_11 .subBox .subMenu02.subCurSet{color: #2d93ff;}
.menuStyle_11 .subBox .subMenu02:hover,
.menuStyle_11 .subBox .subMenu02:active{color: #2d93ff;}
.menuStyle_11 .subBox .subMenu03{float: left; margin: 5px 20px 5px 0; font-size: 12px; color: #666;}
.menuStyle_11 .subBox .subMenu03:hover,
.menuStyle_11 .subBox .subMenu03:active{color: #2d93ff;}
.menuStyle_11 .subBox .subMenu03.thrCurSet{color: #2d93ff;}


@media screen and (max-width:640px) {
.menuStyle_11 .menuUl,
.menuStyle_11 .menuUl_box {display:none;}
.menuStyle_11 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_11 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_11 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_11 .miniMenu .leftBox{height: 100%;}
.menuStyle_11 .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_11 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_11 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_11 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;} 
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}
.menuStyle_11 .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_11 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}
.menuStyle_11 .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_11 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #fff;}
.menuStyle_11 .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_11 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
.menuStyle_11 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


@media screen and (min-width:640px) {
	#dh_style_11_1522651986541 .maxWidth{max-width:px;}
	#dh_style_11_1522651986541 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
	#dh_style_11_1522651986541 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	#dh_style_11_1522651986541 .menuUl>li>#menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
}
/*菜单样式*/
.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;}




@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;}
}
