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


 #banner_style_01_1519633751011{width:100%;height:413px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1519633751011{height:363px;}}   @media screen and (max-width:640px) {#banner_style_01_1519633751011{width:100%;height:146px;top:0px;left:0%;}} 

 #text_style_01_1521547438560{width:23.75722543352601%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:117.5px;left:38.121387283237%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1521547438560{width:323px;left:calc(50% - 161.5px);top:87.49431705474854px;}}   @media screen and (max-width:640px) {#text_style_01_1521547438560{width:49.6875%;top:32.99715805053711px;left:25.15625%;}}  #text_style_01_1521547438560>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-weight:bold;color:#ffffff;text-align:center;font-size:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1521547438560>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1521547438560>.view_contents {box-sizing:border-box;font-size:12px;}} #layout_diy_1518402614{height:413px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1518402614{height:363px;}}   @media screen and (max-width:640px) {#layout_diy_1518402614{height:146px;}} 


 #div_blank_1518403182713{width:39.166666666666664%;height:277px;position:absolute;top:60px;left:1.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1518403182713{left:1.8474946977730646%;top:45px;height:290px;}}   @media screen and (max-width:640px) {#div_blank_1518403182713{width:96%;height:200px;top:0px;left:2%;display:none;}} #div_blank_1518403182713 > .view_contents{overflow:visible;}  #div_blank_1518403182713  {box-sizing:border-box;background:#efefef;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1518403182713  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1518403182713  {box-sizing:border-box;}}

 #text_style_01_1518403230272{width:25.083333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:-5px;left:61.37369791666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1518403230272{left:59.63983050847458%;top:1.5px;}}   @media screen and (max-width:640px) {#text_style_01_1518403230272{width:100%;top:0px;left:0%;}}  #text_style_01_1518403230272>.view_contents {box-sizing:border-box;font-size:28px;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1518403230272>.view_contents {box-sizing:border-box;font-size:22px;}} @media screen and (max-width:640px) { #text_style_01_1518403230272>.view_contents {box-sizing:border-box;font-size:16px;text-align:center;}}

 #image_style_01_1518403339430{width:51.24999999999999%;height:373px;position:absolute;top:1.5px;left:0.33333333333333337%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1518403339430{height:361px;left:0%;top:1.5px;width:457px;}}   @media screen and (max-width:640px) {#image_style_01_1518403339430{width:96%;height:204px;top:10px;left:2%;display:none;}} #image_style_01_1518403339430 > .view_contents{overflow:visible;} 

 #text_style_01_1518403384897{width:47.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:45px;left:52.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1518403384897{left:48.516949152542374%;top:35px;width:51.059322033898304%;}}   @media screen and (max-width:640px) {#text_style_01_1518403384897{width:99.2529296875%;top:28px;left:0.7470703125%;}}  #text_style_01_1518403384897>.view_contents {box-sizing:border-box;font-size:16px;font-family:Microsoft YaHei;text-indent:2em;text-align:justify;height:330px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1518403384897>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1518403384897>.view_contents {box-sizing:border-box;font-size:10px;height:245px;}} #layout_1518403172832{height:375px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1518403172832{height:375px;}}   @media screen and (max-width:640px) {#layout_1518403172832{height:273px;}} #layout_1518403172832 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1523567257907{height:1px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1523567257907{height:1px;}}   @media screen and (max-width:640px) {#layout_1523567257907{height:1px;}} #layout_1523567257907 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_01_1522470177824{width:101.58333333333334%;height:567px;position:absolute;top:92.171875px;left:0.74609375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522470177824{height:354px;}}   @media screen and (max-width:640px) {#image_style_01_1522470177824{width:65.57377049180327%;height:200px;display:none;top:0px;left:17.213114754098363%;}} #image_style_01_1522470177824 > .view_contents{overflow:visible;} 

 #text_style_01_1522470246992{width:15.25%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:25.875px;left:44.037760416666664%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522470246992{}}   @media screen and (max-width:640px) {#text_style_01_1522470246992{width:99.6875%;top:0px;left:0.15625%;}}  #text_style_01_1522470246992>.view_contents {box-sizing:border-box;font-size:18px;background:#1c9393;color:#ffffff;font-family:Microsoft YaHei;text-indent:0em;padding-left:10px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522470246992>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522470246992>.view_contents {box-sizing:border-box;font-size:16px;text-align:center;}}
/*----------------------电脑板式样式----------------------*/
#text_style_01_1522470246992{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1522470246992{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_01_1522470246992{
		
	}
}

 #image_style_01_1522470673889{width:16.666666666666664%;height:200px;display:none;position:absolute;left:41.66666666666667%;top:66.35226249694824px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522470673889{width:20.833333333333336%;height:200px;display:none;left:39.58333333333333%;top:66.35226249694824px;}}   @media screen and (max-width:640px) {#image_style_01_1522470673889{width:99.6875%;height:151px;display:block;top:30px;left:0.15625%;}} #image_style_01_1522470673889 > .view_contents{overflow:visible;}  #layout_1522470173321{height:663px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1522470173321{height:504.005682px;}}   @media screen and (max-width:640px) {#layout_1522470173321{height:181px;}} #layout_1522470173321 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1518403483631{width:23.166666666666664%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:8px;left:39.360677083333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1518403483631{}}   @media screen and (max-width:640px) {#text_style_01_1518403483631{width:98.75%;top:3px;left:0.7470703125%;}}  #text_style_01_1518403483631>.view_contents {box-sizing:border-box;font-size:18px;background:#1c9393;color:#ffffff;font-family:Microsoft YaHei;text-indent:0em;padding-left:10px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1518403483631>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1518403483631>.view_contents {box-sizing:border-box;font-size:16px;text-align:center;}}

 #text_style_01_1518403714899{width:32%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:52px;left:34%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1518403714899{}}   @media screen and (max-width:640px) {#text_style_01_1518403714899{width:98.4375%;top:31px;left:0.78125%;}}  #text_style_01_1518403714899>.view_contents {box-sizing:border-box;font-size:18px;background:#1c9393;color:#ffffff;font-family:Microsoft YaHei;text-indent:0em;padding-left:10px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1518403714899>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1518403714899>.view_contents {box-sizing:border-box;font-size:16px;}} #layout_1518403283653{height:84px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1518403283653{height:137px;}}   @media screen and (max-width:640px) {#layout_1518403283653{height:87px;}} #layout_1518403283653 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1518403283653  {background:#efefef;}
 #layout_1523561046486{height:1px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1523561046486{height:1px;}}   @media screen and (max-width:640px) {#layout_1523561046486{height:1px;}} #layout_1523561046486 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_01_1521630796496{width:20.5%;height:230px;position:absolute;top:14.15625px;left:79.08333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1521630796496{}}   @media screen and (max-width:640px) {#image_style_01_1521630796496{width:94px;height:93px;top:253.9914665222168px;left:62.184834480285645%;}} #image_style_01_1521630796496 > .view_contents{overflow:visible;} 

 #image_style_01_1521629563281{width:20.833333333333336%;height:257px;position:absolute;top:12.15625px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1521629563281{}}   @media screen and (max-width:640px) {#image_style_01_1521629563281{width:96px;height:93px;top:7.9886322021484375px;left:6.060014069080353%;}} #image_style_01_1521629563281 > .view_contents{overflow:visible;} 

 #text_style_01_1521629388520{width:14.499999999999998%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:245.15625px;left:4.03515625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1521629388520{}}   @media screen and (max-width:640px) {#text_style_01_1521629388520{width:40.3125%;top:117.99714660644531px;left:5.7421875%;}}  #text_style_01_1521629388520>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;text-align:center;color:#6b3707;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1521629388520>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1521629388520>.view_contents {box-sizing:border-box;}}

 #text_style_01_1521629731575{width:21.333333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:285.15625px;left:0.5768229166666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1521629731575{}}   @media screen and (max-width:640px) {#text_style_01_1521629731575{width:44.0625%;top:152.98861694335938px;left:1.2473368644714355%;}}  #text_style_01_1521629731575>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:12px;text-align:justify;color:#000000;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1521629731575>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1521629731575>.view_contents {box-sizing:border-box;font-size:10px;text-align:justify;}}

 #image_style_01_1521629808095{width:20.75%;height:234px;position:absolute;top:11.65625px;left:25.072916666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1521629808095{}}   @media screen and (max-width:640px) {#image_style_01_1521629808095{width:96px;height:93px;top:7.982954025268555px;left:59.96378421783447%;}} #image_style_01_1521629808095 > .view_contents{overflow:visible;} 

 #text_style_01_1521630004624{width:12.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:245.15625px;left:30.489583333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1521630004624{}}   @media screen and (max-width:640px) {#text_style_01_1521630004624{width:37.8125%;top:117.98294830322266px;left:55.934834480285645%;}}  #text_style_01_1521630004624>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;text-align:center;color:#6b3707;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1521630004624>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1521630004624>.view_contents {box-sizing:border-box;}}

 #text_style_01_1521630043784{width:22.75%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:285.15625px;left:25.239583333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1521630043784{}}   @media screen and (max-width:640px) {#text_style_01_1521630043784{width:44.0625%;top:152.98295211791992px;left:51.99129581451416%;}}  #text_style_01_1521630043784>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:12px;text-align:justify;color:#000000;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1521630043784>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1521630043784>.view_contents {box-sizing:border-box;font-size:10px;text-align:justify;}}

 #image_style_01_1521630378343{width:20.583333333333336%;height:233px;position:absolute;top:13.15625px;left:52.294270833333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1521630378343{}}   @media screen and (max-width:640px) {#image_style_01_1521630378343{width:95px;height:93px;top:253.99999618530273px;left:8.434836566448212%;}} #image_style_01_1521630378343 > .view_contents{overflow:visible;} 

 #text_style_01_1521630412439{width:15.083333333333334%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:245.15625px;left:56.2109375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1521630412439{}}   @media screen and (max-width:640px) {#text_style_01_1521630412439{width:45%;top:372.9886169433594px;left:3.559126257896424%;}}  #text_style_01_1521630412439>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;text-align:center;color:#6b3707;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1521630412439>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1521630412439>.view_contents {box-sizing:border-box;}}

 #text_style_01_1521630750417{width:23.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:285.15625px;left:51.7109375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1521630750417{}}   @media screen and (max-width:640px) {#text_style_01_1521630750417{width:45%;top:412.9971618652344px;left:3.559126257896424%;}}  #text_style_01_1521630750417>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:12px;text-align:justify;color:#000000;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1521630750417>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1521630750417>.view_contents {box-sizing:border-box;font-size:10px;text-align:justify;}}

 #text_style_01_1521630855200{width:16.333333333333332%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:245.15625px;left:82.375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1521630855200{}}   @media screen and (max-width:640px) {#text_style_01_1521630855200{width:44.375%;top:372.9829406738281px;left:53.58398437500001%;}}  #text_style_01_1521630855200>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;text-align:center;color:#6b3707;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1521630855200>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1521630855200>.view_contents {box-sizing:border-box;}}

 #text_style_01_1521631016978{width:20.166666666666664%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:285.15625px;left:79.91666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1521631016978{}}   @media screen and (max-width:640px) {#text_style_01_1521631016978{width:45.9375%;top:413px;left:51.9921875%;}}  #text_style_01_1521631016978>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:12px;text-align:justify;color:#000000;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1521631016978>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1521631016978>.view_contents {box-sizing:border-box;font-size:10px;text-align:justify;}} #layout_1518403285373{height:378px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1518403285373{height:376.09375px;}}   @media screen and (max-width:640px) {#layout_1518403285373{height:531px;}} #layout_1518403285373 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1518403285373  {background:#efefef;}
 #layout_1523810019397{height:1px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1523810019397{height:1px;}}   @media screen and (max-width:640px) {#layout_1523810019397{height:93px;display:none;}} #layout_1523810019397 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_default_1523672803639{width:20.25%;height:42px;position:absolute;top:2.46875px;left:41.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1523672803639{width:243px;left:37.64731197033898%;top:-2.53125px;height:36px;}}   @media screen and (max-width:640px) {#text_default_1523672803639{width:100%;height:40px;top:0px;left:0%;display:none;}} 

 #text_style_01_1523810113663{width:16.333333333333332%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:245.15625px;left:82.375%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1523810113663{}}   @media screen and (max-width:640px) {#text_style_01_1523810113663{width:51.5625%;top:0.96875px;left:26.875%;display:block;}}  #text_style_01_1523810113663>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;text-align:center;color:#6b3707;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1523810113663>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1523810113663>.view_contents {box-sizing:border-box;}} #layout_1519714991432{height:44.46875px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1519714991432{height:33.46875px;}}   @media screen and (max-width:640px) {#layout_1519714991432{height:32px;}} #layout_1519714991432 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1519714991432  {background:transparent;}


 #newsList_style_04_1518419305184{width:101.49999999999999%;position:absolute;top:0px;left:1.1666666666666667%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_04_1518419305184{width:98%;left:1.007423117709438%;top:0px;}}   @media screen and (max-width:640px) {#newsList_style_04_1518419305184{width:99.0625%;top:0px;left:0.46875%;}}  #newsList_style_04_1518419305184 .titleSet {font-size:18px;font-weight:normal;color:#000000;padding-bottom:16px;} #newsList_style_04_1518419305184 .detailSet {border-bottom-width:0px;font-size:16px;} #newsList_style_04_1518419305184 .modSet {border-bottom-width:1px;border-bottom-style:solid;padding-top:16px;padding-bottom:16px;} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_04_1518419305184 .titleSet {font-size:16px;}} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_04_1518419305184 .detailSet {font-size:14px;}} @media screen and (max-width:640px) { #newsList_style_04_1518419305184 .titleSet {font-size:14px;padding-bottom:0px;}} @media screen and (max-width:640px) { #newsList_style_04_1518419305184 .detailSet {font-size:12px;}} @media screen and (max-width:640px) { #newsList_style_04_1518419305184 .modSet {padding-top:0px;padding-bottom:10px;}} #layout_1518408370361{height:467px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1518408370361{height:400px;}}   @media screen and (max-width:640px) {#layout_1518408370361{height:425px;}} #layout_1518408370361 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1519715160542{height:1px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1519715160542{}}   @media screen and (max-width:640px) {#layout_1519715160542{height:1px;}} #layout_1519715160542 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1522652200730{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;display:none;position:absolute;left:34.58333333333333%;top:83.03693389892578px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522652200730{width:38.54166666666667%;display:none;left:30.729166666666664%;top:83.03693389892578px;}}   @media screen and (max-width:640px) {#text_style_01_1522652200730{width:100%;display:block;top:83.03693389892578px;left:0%;}}  #text_style_01_1522652200730>.view_contents {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522652200730>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522652200730>.view_contents {box-sizing:border-box;}} #layout_1522652200706{height:1px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1522652200706{height:1px;}}   @media screen and (max-width:640px) {#layout_1522652200706{height:140.03693389892578px;display:none;}} #layout_1522652200706 > .view_contents{overflow:visible;max-width:1200px;} 




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

/* banner样式 */

.bannerStyle_1{width:100%; height:100%; position:relative;}
.bannerStyle_1 .main_visual{height:100%; overflow:hidden; position:relative; }

.bannerStyle_1 .main_image{height:100%; overflow:hidden; position:relative; }

/* 圆点 */
.bannerStyle_1 div.flicking_con{position:absolute; bottom:20px; left:0; z-index:999; width:100%; height:14px; text-align:center; }
.bannerStyle_1 div.flicking_con a{width:14px; height:14px; padding:0; background:none; border:1px solid #eee; display:inline-block; box-sizing:border-box; margin:0 3px; border-radius:100%; }
.bannerStyle_1 div.flicking_con a.on{background:#ccc; border:0;}

/* 左右按钮 */
.bannerStyle_1 .btn_prev,.bannerStyle_1 .btn_next{z-index:11111; position:absolute; width:73px; height:74px; top:50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); display:none; }
.bannerStyle_1 .btn_prev{background:url(../images/banner/style_01/hover_left.png) no-repeat left top; left:20px; background-size: 80%;}
.bannerStyle_1 .btn_next{background:url(../images/banner/style_01/hover_right.png) no-repeat right top; right:20px; background-size: 80%;}

/* 遮罩面板 */
.bannerStyle_1 .ground_glass{display:none; position:absolute; top:0; left:0; opacity:0; width:100%; height:100%; z-index:998; background-color:#fff;}

@media screen and  (min-width:326px) and (max-width:767px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
}

/* 默认 动画效果 */
.bannerStyle_1 .main_image .img-list{width:100%; height:100%; overflow:hidden; position:absolute; top:0; left:0}
.bannerStyle_1 .main_image .img-item{position:absolute; width:100%; height:100%; display:block; top:0;}
.bannerStyle_1 .main_image .img-item span{display:block; width:100%; height:100%; background-size:cover !important;}
.bannerStyle_1 .main_image .img-item a{display:block; width:100%; height:100%; overflow: hidden;}

/* 3D矩形旋转 动画效果 */
.bannerStyle_1.rotate-3d .img-part{
	position: absolute;
	top: 0;
	width: calc(20% + 1px);	/* [注意] 修改为总宽度 / 动画块个数 */
	height: 100%;
	background-color: #fff;
	transition: all .7s;
	/* 设置子元素在3D空间中呈现 */
	transform-style: preserve-3d;
}
.bannerStyle_1.rotate-3d .img-part .img{
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: 500% auto;	/* [注意] 宽度 为 动画块个数 * 100%, 这样图片可以分若干份后始终100%, 如果不需要这样, 可以设置为cover */
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(1){
	transform: rotateX(0deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(2){
	transform: rotateX(-90deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(3){
	transform: rotateX(-180deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(4){
	transform: rotateX(-270deg) translateZ(150px);
}

            #banner_style_01_1519633751011 .bannerStyle_1 .main_image .img-item .img_0{background: url('../images/upimages/banner_bg.jpg') center top no-repeat;}
                #banner_style_01_1519633751011 .bannerStyle_1 .main_image .img-item .img_1{background: url('../images/upimages/1252.jpg') center top no-repeat;}
                #banner_style_01_1519633751011 .bannerStyle_1 .ground_glass{}
    
	#image_style_01_1518403339430 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1518403339430 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1518403339430 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1518403339430 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_1522470177824 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522470177824 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1522470177824 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1522470177824 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_1522470673889 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522470673889 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1522470673889 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1522470673889 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_1521630796496 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1521630796496 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1521630796496 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1521630796496 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_1521629563281 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1521629563281 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1521629563281 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1521629563281 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_1521629808095 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1521629808095 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1521629808095 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1521629808095 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_1521630378343 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1521630378343 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1521630378343 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1521630378343 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;}
/*新闻列表样式*/
.boxNewsListStyle_4{width:100%; clear: both;}
.boxNewsListStyle_4 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_4 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.boxNewsListStyle_4 .sumary_list{list-style:none; background:#fff;}
.boxNewsListStyle_4 .sumary_list .newPic{width:100%; min-width:100px; overflow:hidden; position:relative; box-sizing:border-box; background: #eee;}
.boxNewsListStyle_4 .sumary_list .newPic img{position:absolute; top:0; left:0; width:100%;}
.boxNewsListStyle_4 .sumary_list .newPic .zTm{margin-top:100%;}
.boxNewsListStyle_4 .sumary_list .newCont{width:100%;}
.boxNewsListStyle_4 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_4 .sumary_list .newName{}
.boxNewsListStyle_4 .sumary_list .newName a{text-decoration:none; color: #333; line-height:1.1; font-size:14px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; margin: 10px 0;}
.boxNewsListStyle_4 .sumary_list .newName a:hover{}
.boxNewsListStyle_4 .sumary_list .newB{width:100%; line-height:2; padding-top: 5px;}
.boxNewsListStyle_4 .sumary_list .newSort{color:#fff; background-color: #498D9C; font-size:12px; white-space: nowrap; padding:.5em 1em; margin-right:5px;}
.boxNewsListStyle_4 .sumary_list .newsTime{text-align:right;color:#666; font-size:14px; white-space:nowrap;}
.boxNewsListStyle_4 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_4 .sumary_list .newsTime span.nTime{display:none;}
.boxNewsListStyle_4 .sumary_list .newDetail{width:100%; margin:0; color:#999; font-size:12px; line-height:1.6;/* display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;*/ border-bottom:1px solid #eee; padding-bottom: 6px;}
.boxNewsListStyle_4 .sumary_list .show_all{width:100%; margin-top:.5em;}
.boxNewsListStyle_4 .sumary_list .show_all a{display:block; margin-top:.4em; text-decoration:none; border:1px solid #ddd; text-align:center; padding:.4em; font-size:12px;  color:#666; }
/*分页*/
.boxNewsListStyle_4 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.boxNewsListStyle_4 .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';}
.boxNewsListStyle_4 .page_btn a.cur,.boxNewsListStyle_4 .page_btn a:hover{border:1px solid #4c4c4c;}
.boxNewsListStyle_4 .prev_btn,.boxNewsListStyle_4 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.boxNewsListStyle_4 .no_page{border: 0 !important;}

@media screen and (max-width:768px){
/*分页*/
.boxNewsListStyle_4 .page_btn a:nth-child(n+5){display: none;}
.boxNewsListStyle_4 .page_btn a:nth-last-child(1),.boxNewsListStyle_4 .page_btn a:nth-last-child(2),.boxNewsListStyle_4 .page_btn a:nth-last-child(3){display: inline-block !important;}
}
	#newsList_style_04_1518419305184 .newDetail.pc {display:block;  overflow: hidden; display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;word-wrap: break-word;word-break: break-all;}
	#newsList_style_04_1518419305184 .newDetail.pad, #newsList_style_04_1518419305184 .newDetail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_04_1518419305184 .newDetail.pad {display:block;}
		#newsList_style_04_1518419305184 .newDetail.pc, #newsList_style_04_1518419305184 .newDetail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_04_1518419305184 .newDetail.mobile {display:block;}
		#newsList_style_04_1518419305184 .newDetail.pc, #newsList_style_04_1518419305184 .newDetail.pad {display:none;}
	}

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

@media screen and (min-width: 1025px) {
}
@media screen and (min-width: 640px) and (max-width: 1024) {
}

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