
/**
    *编辑器         \View\css\diy\editPageComm.css
    *编辑器-预览    \View\css\diy\pageCom.css
    *编辑器-发布    \Model\viewsRes\publish\comm.css
*/
@charset "utf-8";
/*----------------公共部分----------------*/
html{overflow-x:hidden; overflow-y:auto;}
body{ background-repeat:no-repeat; background-position:left top; position:relative; overflow-x: hidden;}
body, li, ul, ol, dl, dt, dd, form, input, textarea, h1, h2, h3, h4, h5, h6, p,select{ margin: 0px; padding: 0px; list-style-type:none; font-size: 12px; font:12px/1.5 tahoma,arial,"Microsoft YaHei";outline: 0 none; color:#333;}
em,i{font-style:normal;}
a{color:#333;}
a{text-decoration:none;}
*{margin:0px; padding:0px;outline: none !important;}
img {-ms-interpolation-mode:bicubic; border:none;}
.view{z-index: 1;position: absolute;}
.horizontal .view{position:relative; float:left;}
.vertical .view{position:relative;}
.view_contents{position:relative; width:100%; margin:0 auto; padding:0; z-index:10; height:100%; overflow: hidden; box-sizing: border-box;/*添加后，模块的内边距和边框不会再溢出*/}
.layout{ position: relative; width: 100%; margin: 0px auto; padding: 0px; z-index: 1;}
.layout > .view_contents{ /*overflow: visible;*/ cursor:default;}
/*流布局*/
.flow .view_contents > .view{float: left;}
.clear { clear: both; }
/*苹果去除样式*/
select,input[type='button'],input[type="reset"],input[type='submit'],input[type='text'],input[type="password"],input[name='query'],input[name='d']{-webkit-appearance: none; border-radius:0px}
input:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only;}

/*模块分页*/
.page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.page_btn a.cur,.page_btn a:hover{border:1px solid #4c4c4c;}
.prev_btn,.next_btn{font-family: '黑体' !important; border: 0 !important;}
.no_page{border: 0 !important;}
@media screen and (max-width:768px){
/*分页*/
.page_btn a:nth-child(n+5){display: none;}
.page_btn a:nth-last-child(1),.page_btn a:nth-last-child(2),.page_btn a:nth-last-child(3){display: inline-block !important;}
}

/*图片放大样式*/
.imgBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgBox img{ position: absolute; width: auto; max-width: 80%; /*max-height: 65%;*/ border: 20px solid #fff;top: 40%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); box-shadow: 0 0 10px rgba(0,0,0,.3);}
.imgBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgBox.scroll img{top:5%; margin-bottom: 5%; transform: translate(-50%,0%); -webkit-transform: translate(-50%,0%); -moz-transform: translate(-50%,0%); -o-transform: translate(-50%,0%);}
.pos_fixed{position: fixed; width: 100%;}
.imageButton{position: fixed; bottom: 15%; left: 50%; 
	-webkit-transform: translateX(-50%); 
	-moz-transform: translateX(-50%); 
	-ms-transform: translateX(-50%); 
	-o-transform: translateX(-50%); 
	transform: translateX(-50%); 
}
.imageButton span{display: inline-block; cursor:pointer; box-shadow: 0 0 6px rgba(0,0,0,.2);
	-webkit-transition: all ease .2s; 
	-moz-transition: all ease .2s; 
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s; 
	transition: all ease .2s; 
}
.imageButton span:hover{opacity: .8;}
.imageButton span.closeShowPic{ font-size: 40px; border-radius: 100%;font-family: serif; line-height: 1; background-color: #fff; padding: .2em; text-align: center;}
@media screen and (max-width: 768px){/*mobi*/
	.imgBox img{border-width: 10px;}
	.imgBox.scroll img{top:5%; margin-bottom: 10vh;}
}

    .jurisdiction_mask{
        top: 0;
        left: 0;
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0,0.5);
        z-index: 2147483647;
		display:none;
    }
    .jurisdiction_tips{
        width: 400px;
        background: #ffffff;
        position: absolute;
        left: 50%;
        top: 45%;
        -ms-transform:translate(-50%,-50%);
        -webkit-transform:translate(-50%,-50%);
        -o-transform:translate(-50%,-50%);
        -moz-transform:translate(-50%,-50%);
        transform:translate(-50%,-50%);
        padding: 23px 20px;
        box-sizing: border-box;
        text-align: center;
    }
    .jurisdiction_tips img{
        display: block;
        margin: 0 auto;
    }
    .jurisdiction_tips h3{
        font-size: 18px;
        font-weight: 400;
        line-height: 40px;color: #575757;
        text-align: center;
        margin: 5px 0 0;
    }
    .jurisdiction_tips p{
        color: #999;
        font-size: 16px;
        text-align: center;
        font-weight: 300;
        margin: 0;
    }
    .jurisdiction_tips button{
        color: #fff;
        font-size: 12px;
        padding: 10px 0;
        margin: 10px 3px 0;
        background-color: #aaa;
        cursor: pointer;
        display: inline-block;
        box-sizing: border-box;
        border: none;
        outline: none !important;
        width: 98px;
    }
    .jurisdiction_tips .jurisdiction_login{
        background: #ff0099;
    }
    .jurisdiction_tips button:hover{
        opacity: 0.8;
    }
    .jurisdiction_tips_mobile{
        display: none;
    }
    @media screen and (max-width: 450px){
        .jurisdiction_tips{
            width: 80%;
            padding: 20px 15px;
        }
        .jurisdiction_tips p{
            display: none;
        }
        .jurisdiction_tips .jurisdiction_tips_mobile{
            display: block;
        }
        .jurisdiction_tips img{width: 60px;}
        .jurisdiction_tips h3{font-size: 16px;}
        .jurisdiction_tips p{
            font-size: 14px;
        }
        .jurisdiction_tips button{margin-top: 12px;padding: 8px 0;}
    }
/*----------------------电脑板式样式----------------------*/

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {

}
/*----------------------电脑板式样式----------------------*/
body{ background-position:left top; }



 #text_default_1526432697292{position:absolute;top:13px;left:41.75%;height:35px;width:16.5%;}   @media screen and (max-width:640px) {#text_default_1526432697292{width:100%;height:300px;top:0px;display:none;left:0%;}} 

 #text_default_1526432697298{position:absolute;top:0px;left:92.0196671709531%;height:54px;width:5.521936459909228%;}   @media screen and (max-width:640px) {#text_default_1526432697298{width:100%;height:300px;top:0px;display:none;left:0%;}} 

 #text_style_02_1526432697301{font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:70px;left:85.7034795763994%;width:13.691376701966718%;}   @media screen and (max-width:640px) {#text_style_02_1526432697301{width:100%;top:300px;left:0%;display:none;}}  #text_style_02_1526432697301>.view_contents {box-sizing:border-box;color:#797979;font-size:15px;letter-spacing:1px;line-height:55px;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_02_1526432697301>.view_contents {box-sizing:border-box;}}

 #searchbox_style_02_1526432697304{width:14.977307110438728%;position:absolute;left:84.41636724659607%;top:112px;}   @media screen and (max-width:640px) {#searchbox_style_02_1526432697304{width:100%;left:0%;top:355px;display:none;}} #searchbox_style_02_1526432697304 > .view_contents{overflow:visible;}  #searchbox_style_02_1526432697304 .inputSet {border-top-color:#e2e2e2;border-right-color:#e2e2e2;border-bottom-color:#e2e2e2;border-left-color:#e2e2e2;box-shadow:rgba(28,28,28,0.3) 2px 2px 6px ;}
/*----------------------电脑板式样式----------------------*/
#searchbox_style_02_1526432697304 .searchStyle_2 .searchForm .search-btn{width:80px;
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#searchbox_style_02_1526432697304{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#searchbox_style_02_1526432697304{
		
	}
}

 #dh_style_01_1526432697308{width:71.93645990922845%;z-index:99999;position:absolute;top:117px;left:4.614220877458396%;}   @media screen and (max-width:640px) {#dh_style_01_1526432697308{width:13.125%;z-index:999;top:0px;left:86.875%;display:none;}} #dh_style_01_1526432697308 > .view_contents{overflow:visible;}  #dh_style_01_1526432697308 .mainMenuSet {text-align:center;font-size:16px;font-weight:normal;color:#000000;line-height:30px;} #dh_style_01_1526432697308 #hot>a {color:#fb5710;background: url(../img/dh/z_dh_06/65f53d1f135e128a90097ab107ef611c.png);background-repeat:no-repeat;background-position-x:50%;background-position-y:100%;line-height:25px;} #dh_style_01_1526432697308 .columnSet {background-repeat:no-repeat;} #dh_style_01_1526432697308 .mainMenuSet:hover {color:#fb5710;line-height:25px;background: url(../img/dh/z_dh_06/65f53d1f135e128a90097ab107ef611c.png);background-position-x:50%;background-position-y:100%;background-repeat:no-repeat;} @media screen and (max-width:640px) { #dh_style_01_1526432697308 .mainMenuSet {color:#ffffff;line-height:45px;text-align:left;}} @media screen and (max-width:640px) { #dh_style_01_1526432697308 #hot>a {color:#fb5710;background-position-y:50%;line-height:45px;text-align:left;background-position-x:75%;}} @media screen and (max-width:640px) { #dh_style_01_1526432697308 .mainMenuSet:hover {line-height:45px;background-position-x:75%;background-position-y:50%;}} @media screen and (max-width:640px) { #dh_style_01_1526432697308 .icoMenuSet {color:#fb5710;}}
/*----------------------电脑板式样式----------------------*/
#dh_style_01_1526432697308 #hot > a{
background-size: auto 20px;
transition:all 0.3s;
}

#dh_style_01_1526432697308 .mainMenuSet{background-position: 50% 75%;transition:all 0.3s;}

#dh_style_01_1526432697308 .mainMenuSet:hover{
background-size: auto 20px;
}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_01_1526432697308{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
#dh_style_01_1526432697308 .mainMenuSet{background-position: 75% 50%;transition:all 0.3s;}
}

 #image_style_01_1526432697313{width:27.00453857791225%;height:70px;position:absolute;top:8px;left:5.786686838124055%;}   @media screen and (max-width:640px) {#image_style_01_1526432697313{width:36.25%;height:35px;top:0px;left:2%;}} #image_style_01_1526432697313 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1526432697157{width:110.16666666666666%;height:161px;position:absolute;top:2px;left:-5.083333333333329%;}   @media screen and (max-width:640px) {#div_a_includeBlock_1526432697157{width:100%;height:40px;top:0px;left:0%;}}  #layout_1526432691972{height:163px;}   @media screen and (max-width:640px) {#layout_1526432691972{height:44px;}} #layout_1526432691972 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_01_1521523113882{width:100%;height:574px;position:absolute;top:4.5px;left:0%;}   @media screen and (max-width:640px) {#image_style_01_1521523113882{width:100.1220703125%;height:132px;top:0px;left:0%;}} #image_style_01_1521523113882 > .view_contents{overflow:visible;} 

 #text_style_02_1492164589288{width:91.67303284950343%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:177px;left:4.163483575248286%;}   @media screen and (max-width:640px) {#text_style_02_1492164589288{width:96%;top:6px;left:2%;}}  #text_style_02_1492164589288>.view_contents {box-sizing:border-box;color:#ffffff;font-size:40px;font-family:Microsoft YaHei;font-weight:bold;box-shadow:#000000 0px 0px 0px ;text-shadow:undefined 5px 5px 10px;text-align:center;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_02_1492164589288>.view_contents {box-sizing:border-box;font-size:20px;text-align:center;}}
/*----------------------电脑板式样式----------------------*/
#text_style_02_1492164589288{
	text-shadow:0px 0px 6px black;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1492164589288{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_02_1492164589288{
		
	}
}

 #text_style_02_1492164589297{width:14.132925897631779%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:259px;left:42.93353705118411%;}   @media screen and (max-width:640px) {#text_style_02_1492164589297{width:96%;top:41px;left:2%;}}  #text_style_02_1492164589297>.view_contents {box-sizing:border-box;color:#ffffff;font-size:30px;font-style:normal;font-family:Microsoft YaHei;text-align:center;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_02_1492164589297>.view_contents {box-sizing:border-box;font-size:16px;text-align:center;font-style:normal;}}
/*----------------------电脑板式样式----------------------*/
#text_style_02_1492164589297{
	text-shadow:0px 0px 6px black;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1492164589297{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_02_1492164589297{
		
	}
}

 #text_style_02_1492164589305{width:91.67303284950343%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:334px;left:3.0175706646294884%;}   @media screen and (max-width:640px) {#text_style_02_1492164589305{width:96%;top:75px;left:2%;display:block;}}  #text_style_02_1492164589305>.view_contents {box-sizing:border-box;color:#ffffff;font-size:16px;font-style:italic;text-indent:0em;letter-spacing:2px;text-align:center;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_02_1492164589305>.view_contents {box-sizing:border-box;font-size:12px;text-align:center;}}
/*----------------------电脑板式样式----------------------*/
#text_style_02_1492164589305{
	text-shadow:0px 0px 6px black;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1492164589305{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_02_1492164589305{
		
	}
} #layout_1492164589270{height:578.5px;}   @media screen and (max-width:640px) {#layout_1492164589270{height:132px;}} 


 #text_style_02_1492164850339{width:8.833333333333334%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:1%;top:1px;}   @media screen and (max-width:640px) {#text_style_02_1492164850339{width:27.500000000000004%;left:1.97265625%;top:8px;}}  #text_style_02_1492164850339>.view_contents {box-sizing:border-box;color:#151515;font-size:24px;font-weight:bold;text-align:left;letter-spacing:2px;} #diy_none_obj >.view_contents {box-sizing:border-box;font-size:30px;} @media screen and (max-width:640px) { #text_style_02_1492164850339>.view_contents {box-sizing:border-box;font-size:18px;line-height:30px;font-weight:normal;}}

 #text_style_02_1492164850364{width:9.916666666666666%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:0%;top:-3px;z-index:2;}   @media screen and (max-width:640px) {#text_style_02_1492164850364{width:25.3125%;left:1.97265625%;top:4px;}}  #text_style_02_1492164850364>.view_contents {box-sizing:border-box;color:#151515;font-size:30px;font-weight:bold;text-align:center;letter-spacing:2px;line-height:73px;} #text_style_02_1492164850364  {border-bottom-color:#fb5710;border-bottom-style:solid;border-bottom-width:2px;} #diy_none_obj >.view_contents {box-sizing:border-box;font-size:30px;line-height:68px;} @media screen and (max-width:640px) { #text_style_02_1492164850364>.view_contents {box-sizing:border-box;font-size:18px;line-height:45px;font-weight:normal;}}

 #text_style_02_1492164850356{width:9.833333333333332%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:0%;top:-3px;z-index:3;}   @media screen and (max-width:640px) {#text_style_02_1492164850356{width:25%;left:1.97265625%;top:4px;}}  #text_style_02_1492164850356>.view_contents {box-sizing:border-box;color:#151515;font-size:30px;font-weight:bold;text-align:center;letter-spacing:2px;line-height:65px;} #text_style_02_1492164850356  {border-bottom-color:#fb5710;border-bottom-style:solid;border-bottom-width:2px;} #diy_none_obj >.view_contents {box-sizing:border-box;font-size:30px;line-height:60px;} @media screen and (max-width:640px) { #text_style_02_1492164850356>.view_contents {box-sizing:border-box;font-size:20px;line-height:38px;font-weight:normal;}}

 #homelink_style_01_1490860737345{width:11%;position:absolute;top:7.9895782470703125px;left:88.98148091634116%;}   @media screen and (max-width:640px) {#homelink_style_01_1490860737345{width:36.875%;top:8px;left:63.125%;}} 
/*----------------------电脑板式样式----------------------*/
#homelink_style_01_1490860737345 .breadcrumb{
	padding-left:0;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#homelink_style_01_1490860737345{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#homelink_style_01_1490860737345{
		
	}
} #layout_1492164850334{height:70px;}   @media screen and (max-width:640px) {#layout_1492164850334{height:66px;}} #layout_1492164850334 > .view_contents{overflow:visible;max-width:1200px;} 


 #newsKind_style_02_1490861314082{position:absolute;top:7px;left:calc(50% - 149px);width:298px;}   @media screen and (max-width:640px) {#newsKind_style_02_1490861314082{top:15px;left:calc(50% - 120px);}} #newsKind_style_02_1490861314082 > .view_contents{overflow:visible;}  #newsKind_style_02_1490861314082 .oneSet {color:#121212;background:#f4f4f4;padding-left:25px;margin-left:7px;margin-right:7px;padding-right:25px;line-height:40px;height:40px;border-top-left-radius:100px;border-bottom-left-radius:100px;border-top-right-radius:100px;border-bottom-right-radius:100px;} #newsKind_style_02_1490861314082 .oneBgSet {box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 0px ;} #newsKind_style_02_1490861314082 .oneSet:hover {background:#fb5710;color:#ffffff;}
/*----------------------电脑板式样式----------------------*/
#newsKind_style_02_1490861314082{    

}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#newsKind_style_02_1490861314082{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#newsKind_style_02_1490861314082{
		
	}

#newsKind_style_02_1490861314082 .oneBgSet {clear:both;overflow:hidden;}
#newsKind_style_02_1490861314082 .oneBgSet li{    
    width: auto;
    float: left;
    clear: none;
}

} #layout_1490861302883{height:57px;}   @media screen and (max-width:640px) {#layout_1490861302883{height:60px;}} #layout_1490861302883 > .view_contents{overflow:visible;max-width:1200px;} 


 #newsList_style_02_1483951585787{width:99.25%;left:0.4169559478759766%;top:44px;position:absolute;}   @media screen and (max-width:640px) {#newsList_style_02_1483951585787{width:96%;left:1.9736842105263157%;top:15px;}}  #newsList_style_02_1483951585787 .titleSet {color:#0f0f0f;font-size:16px;margin-top:20px;margin-bottom:20px;padding-right:0px;line-height:23px;} #newsList_style_02_1483951585787 .detailSet {color:#676767;line-height:25px;padding-bottom:0px;font-size:14px;letter-spacing:1px;padding-left:0px;padding-right:0px;border-bottom-style:none;margin-bottom:6px;} #newsList_style_02_1483951585787 .modSet:hover {border-top-color:#cccccc;border-right-color:#cccccc;box-shadow: 0px 0px 0px ;} #newsList_style_02_1483951585787 .modSet:hover .titleSet {color:#fb5710;} #newsList_style_02_1483951585787:hover {padding-left:0px;padding-right:0px;} #newsList_style_02_1483951585787  {padding-left:0px;padding-right:0px;} #diy_none_obj  .titleSet {font-size:16px;} @media screen and (max-width:640px) { #newsList_style_02_1483951585787 .titleSet {font-size:14px;line-height:23px;margin-top:15px;margin-bottom:10px;}} @media screen and (max-width:640px) { #newsList_style_02_1483951585787 .detailSet {font-size:12px;}}
/*----------------------电脑板式样式----------------------*/
#newsList_style_02_1483951585787 .titleSet{
	display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}


/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_02_1483951585787{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#newsList_style_02_1483951585787{
		
	}
} #layout_1483006031261{height:1059.9931030273438px;}   @media screen and (max-width:640px) {#layout_1483006031261{height:1034px;display:block;}} #layout_1483006031261 > .view_contents{max-width:1200px;overflow:visible;} 



 #text_default_1541207324086{width:52.60770975056689%;height:25px;position:absolute;top:362px;left:16.55328798185941%;z-index:2;}   @media screen and (max-width:640px) {#text_default_1541207324086{width:370px;height:300px;top:2400px;display:none;}} 

 #text_style_01_1541207324093{width:4.988662131519274%;font-size:46px;color:#333;line-height:50px;font-family:宋体;position:absolute;top:41px;left:6.8369708994708995%;z-index:2;}   @media screen and (max-width:640px) {#text_style_01_1541207324093{width:143px;top:20px;left:12.105263157894736%;}}  #text_style_01_1541207324093>.view_contents {box-sizing:border-box;font-size:14px;font-weight:bold;font-family:Microsoft YaHei;line-height:20px;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1541207324093>.view_contents {box-sizing:border-box;}}

 #flink_style_01_1541207324099{width:97.65684051398337%;position:absolute;top:310px;left:0.6424792139077854%;z-index:2;}   @media screen and (max-width:640px) {#flink_style_01_1541207324099{width:100%;top:290px;left:0%;}}  #flink_style_01_1541207324099 .modSet {background:transparent;border-right-color:#e5e5e5;border-right-style:solid;border-right-width:1px;padding-left:10px;padding-right:10px;} #flink_style_01_1541207324099 .textSet {font-size:12px;color:#666666;line-height:0px;border-top-color:#b2b2b2;border-right-color:#b2b2b2;border-bottom-color:#b2b2b2;border-left-color:#b2b2b2;border-right-style:solid;border-right-width:0px;} #flink_style_01_1541207324099  {padding-top:8px;padding-bottom:8px;border-top-color:#cccccc;border-top-width:1px;border-right-width:0px;border-bottom-width:1px;border-left-width:0px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-right-color:#cccccc;border-bottom-color:#cccccc;border-left-color:#cccccc;} #flink_style_01_1541207324099 .textSet:hover {color:#ff6c2f;background:transparent;} #flink_style_01_1541207324099 .modSet:hover {background:transparent;} #flink_style_01_1541207324099:hover {background:transparent;} #flink_style_01_1541207324099 .modSet:hover .imgSet {background:transparent;} #flink_style_01_1541207324099 .imgSet {background:transparent;} @media screen and (max-width:640px) { #flink_style_01_1541207324099 .modSet {padding-left:2px;padding-right:2px;}}

 #text_style_02_1541207324107{width:23.582766439909296%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:83px;left:29.100529100529098%;}   @media screen and (max-width:640px) {#text_style_02_1541207324107{width:96%;top:0px;left:0%;display:none;}}  #text_style_02_1541207324107>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:14px;color:#000000;line-height:30px;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_02_1541207324107>.view_contents {box-sizing:border-box;}}

 #text_style_02_1541207324113{width:17.333333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:83px;left:6.8369708994708995%;}   @media screen and (max-width:640px) {#text_style_02_1541207324113{width:96%;top:0px;left:0%;display:none;}}  #text_style_02_1541207324113>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:14px;color:#000000;line-height:30px;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_02_1541207324113>.view_contents {box-sizing:border-box;}}

 #text_style_01_1541207324121{width:4.535147392290249%;font-size:46px;color:#333;line-height:50px;font-family:宋体;position:absolute;top:47px;left:29.327286470143616%;z-index:2;}   @media screen and (max-width:640px) {#text_style_01_1541207324121{width:47.194719471947195%;top:40px;left:26.402640264026402%;}}  #text_style_01_1541207324121>.view_contents {box-sizing:border-box;font-size:14px;font-weight:bold;font-family:Microsoft YaHei;line-height:20px;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1541207324121>.view_contents {box-sizing:border-box;}}

 #text_default_1541207324126{width:4.535147392290249%;height:219px;position:absolute;top:83px;left:61.48904006046864%;z-index:2;}   @media screen and (max-width:640px) {#text_default_1541207324126{width:100%;height:300px;top:313px;left:0%;display:none;}} 

 #text_style_02_1541207324130{width:16%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:194px;left:6.8369708994708995%;}   @media screen and (max-width:640px) {#text_style_02_1541207324130{width:96%;top:0px;left:0%;display:none;}}  #text_style_02_1541207324130>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:14px;color:#000000;line-height:30px;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_02_1541207324130>.view_contents {box-sizing:border-box;}}

 #text_style_02_1541207324136{width:15.583333333333332%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:120px;left:6.8369708994708995%;}   @media screen and (max-width:640px) {#text_style_02_1541207324136{width:96%;top:0px;left:0%;display:none;}}  #text_style_02_1541207324136>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:14px;color:#000000;line-height:30px;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_02_1541207324136>.view_contents {box-sizing:border-box;}}

 #text_style_02_1541207324142{width:15.583333333333332%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:158px;left:6.8369708994708995%;}   @media screen and (max-width:640px) {#text_style_02_1541207324142{width:96%;top:0px;left:0%;display:none;}}  #text_style_02_1541207324142>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:14px;color:#000000;line-height:30px;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_02_1541207324142>.view_contents {box-sizing:border-box;}}

 #text_style_02_1541207324145{width:15.948601662887377%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:230px;left:6.8369708994708995%;}   @media screen and (max-width:640px) {#text_style_02_1541207324145{width:96%;top:0px;left:0%;display:none;}}  #text_style_02_1541207324145>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:14px;color:#000000;line-height:30px;} #diy_none_obj >.view_contents {box-sizing:border-box;line-height:25px;} @media screen and (max-width:640px) { #text_style_02_1541207324145>.view_contents {box-sizing:border-box;}}

 #text_style_01_1541207324150{width:4.535147392290249%;font-size:46px;color:#333;line-height:50px;font-family:宋体;position:absolute;top:47px;left:61.48904006046864%;z-index:2;}   @media screen and (max-width:640px) {#text_style_01_1541207324150{width:47.194719471947195%;top:0px;left:26.402640264026402%;}}  #text_style_01_1541207324150>.view_contents {box-sizing:border-box;font-size:14px;font-weight:bold;font-family:Microsoft YaHei;line-height:20px;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1541207324150>.view_contents {box-sizing:border-box;}}

 #text_style_01_1541207324154{width:6.500377928949358%;font-size:46px;color:#333;line-height:50px;font-family:宋体;position:absolute;top:47px;left:76.30385487528345%;z-index:2;}   @media screen and (max-width:640px) {#text_style_01_1541207324154{width:47.194719471947195%;top:0px;left:26.402640264026402%;}}  #text_style_01_1541207324154>.view_contents {box-sizing:border-box;font-size:14px;font-weight:bold;font-family:Microsoft YaHei;line-height:20px;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1541207324154>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1541207323798{width:110.25%;height:396px;position:absolute;top:1px;left:-4.541666666666667%;}   @media screen and (max-width:640px) {#div_includeBlock_1541207323798{width:100%;height:1024px;top:0px;left:0%;}} #div_includeBlock_1541207323798 > .view_contents{overflow:visible;}  #layout_1530062341998{height:370px;}   @media screen and (max-width:640px) {#layout_1530062341998{}} #layout_1530062341998 > .view_contents{overflow:visible;max-width:1200px;} 
.searchStyle_2{position: relative; min-width: 200px;}
.searchStyle_2 *{box-sizing: border-box; transition:all ease .2s; -webkit-transition:all ease .2s; -moz-transition:all ease .2s; -o-transition:all ease .2s; -webkit-appearance:none ;-moz-appearance:none ;appearance: none;}
.searchStyle_2 .searchForm{width: 100%; border-radius: 0;box-sizing: border-box; position: relative;}
.searchStyle_2 .searchForm .search-btn{width:60px; text-align: center; border: 0; height: 40px; font-size: 16px;color: #666; background: none; outline: none; cursor: pointer; position: absolute; right:0; top: 0;}
.searchStyle_2 .searchForm .search_input{width: 100%;border: 0; border-radius:20px; outline: none; padding-right:65px; padding-left: 1em; height:40px; font-size: 14px;color: #333; border:1px solid #666;}
.keyWord{margin-top: 5px;}
.keyWord a{font-size: 14px; color: #666; margin-right: 5px;}
@media screen and (max-width: 768px) {
.searchStyle_2 .searchForm .search-btn, .searchStyle_2 .searchForm .search_input{height: 32px;}

}

/*菜单样式*/
.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_1526432697313 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1526432697313 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1526432697313 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1526432697313 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_1521523113882 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1521523113882 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1521523113882 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1521523113882 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;
}.newscateStyle_2{clear: both; width: 100%;}
.newscateStyle_2 *{transition: all ease-out .2s; -webkit-transition: all ease-out .2s; -moz-transition: all ease-out .2s; -moz-transition: all ease-out .2s; -o-transition: all ease-out .2s; box-sizing: border-box;}
.newscateStyle_2>ul>li>a, .newscateStyle_2 .subCateUl>ul>li>a, .newscateStyle_2 .subCateUl2>li>a{color: inherit; line-height: inherit; height: inherit; white-space: nowrap;}

@media screen and (min-width:768px){
.newscateStyle_2 i{margin-left: 5px;}
.newscateStyle_2>ul{position: relative; display: -webkit-box;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,.2);}
.newscateStyle_2>ul>li{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; color: #333; height: auto !important; font-size: 14px; line-height: 36px; text-align: center;  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.newscateStyle_2>ul>li:hover .subCateUl{height: auto !important; overflow: visible;}
.newscateStyle_2>ul>li:hover .subCateUl>ul{padding-top: 10px;}
.newscateStyle_2 .subCateUl{position: absolute; width:100%; left: 0; height: 0; overflow: hidden;}
.newscateStyle_2 .subCateUl>ul{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: flex-start; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,.2); padding:0 10px 10px 10px; width: 100%; margin-top: 10px;}
.newscateStyle_2 .subCateUl>ul>li{position: relative; -webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; color: #333; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.newscateStyle_2 .subCateUl2{position: relative; left: 0; margin-top: 15px;}
.newscateStyle_2 .subCateUl2>li{font-size: 12px; line-height: 24px; color: #666; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
}
@media screen and (max-width:767px){
.newscateStyle_2 i{display: none;}	
.newscateStyle_2>ul{width: 100%;}
.newscateStyle_2>ul>li{width: 100%; clear: both; font-size: 14px; line-height: 28px; color: #0da3b4; font-family: microsoft yahei; background: #fff; margin-bottom: 5px; border-bottom:1px solid #eee; padding: 0 10px;}
.newscateStyle_2>ul>li:after{content: ''; display: block; clear: both;}
.newscateStyle_2 .subCateUl{}
.newscateStyle_2 .subCateUl>ul{overflow: hidden;}
.newscateStyle_2 .subCateUl>ul>li{width: 100%; clear: both; font-weight: bold; font-size: 12px; line-height: 24px;}
.newscateStyle_2 .subCateUl>ul>li>a{float: left; width: 25%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.newscateStyle_2 .subCateUl2{float: left; width:75%;}
.newscateStyle_2 .subCateUl2>li{float: left; margin-right: 5px; margin-bottom: 5px; font-size: 12px; line-height: 24px; padding: 0 6px; border-radius: 12px; background: #eee; color: #333;}

}/*新闻列表样式*/
.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_02_1483951585787 .newDetail.pc {display:block;}
	#newsList_style_02_1483951585787 .newDetail.pad, #newsList_style_02_1483951585787 .newDetail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_02_1483951585787 .newDetail.pad {display:block;}
		#newsList_style_02_1483951585787 .newDetail.pc, #newsList_style_02_1483951585787 .newDetail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_02_1483951585787 .newDetail.mobile {display:block;}
		#newsList_style_02_1483951585787 .newDetail.pc, #newsList_style_02_1483951585787 .newDetail.pad {display:none;}
	}

/*pc*/
#newsList_style_02_1483951585787 li{width: 31.333333333333%;}
#newsList_style_02_1483951585787 li.sumary_list{margin-bottom:3%;}
@media screen and (max-width: 1024px){/*ipad*/
	#newsList_style_02_1483951585787 li{width: 31.333333333333%;}
	#newsList_style_02_1483951585787 li.sumary_list{margin-bottom:3%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#newsList_style_02_1483951585787  li{width: 48.5%;}
	#newsList_style_02_1483951585787  li.sumary_list{margin-bottom:3%;}
}

@media screen and (min-width: 1025px) {
}
@media screen and (min-width: 640px) and (max-width: 1024) {
}

/* 公共样式 */

.style_01{
	padding: 0;
	margin: 0;
	list-style: none;
}
.style_01>li{
	overflow: hidden;
	float: left;
	margin:0 3px 5px 3px;
	text-align: center;
	box-sizing: border-box;
    /* background-color: #cccccc; */
	background-color: #f8f8f8;
}
.style_01>li:hover{
    background-color: #e69867;
}
.style_01>li .content{
	display: inline-block;
	padding:4px 10px;
    
	/*对齐方式默认left*/
	text-align: left;
	/*边框*/
	box-sizing: border-box;
}
.style_01>li .content:hover{
    /*background-color: #fff9eb;*/
}
.style_01>li .content .connectIcon{
	width: 20px;
	margin-right:2px ;
	vertical-align:middle;
	background-color: #16c663;
	border-radius: 10px;
	box-sizing: border-box;
}
.style_01>li .content .connectName{
	vertical-align:middle;
	line-height: 20px;
	font-size: 14px;
	color: #111111;
	text-decoration: none;
}
.style_01>li .content .connectName:hover{
	text-decoration: underline;
}

/* 链接项宽度适应内容 */

.float_wide>li .content .connectName {
	word-break: keep-all;
	white-space: nowrap;
}

/* 链接项等宽 */

.equal_wide>li .content {
	width: 100%;
}
 .db5 a{color:#666666;} .db5 span{color:#666666;} .db5 a{color:#666666;} .db5 a:hover {color:#fd581c;text-decoration: underline;} .db5 span:hover {color:#fd581c;text-decoration: underline;} 
				.bottomMenu{width: 100%; box-sizing:border-box; display: none;position:fixed;bottom:0;z-index:999999}
				.bottomMenu ul{width:100%; height: 40px; padding:6px 0; background-color: #fff; border-top: 1px solid #ddd; box-shadow: 0 0px 6px rgba(0,0,0,.1); display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
				.bottomMenu ul li{position:relative; box-sizing: border-box; -webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;}
				.bottomMenu ul li .menuItem{position: relative;}
				.bottomMenu ul li .menuIco{width: 26px; height: 26px; overflow: hidden; margin: auto;}
				.bottomMenu ul li .menuIco img{width: 100%;}
				.bottomMenu ul li .menuName{font-size: 12px; white-space: nowrap; margin: auto; text-align: center; color: #333; line-height: 18px;}
				.bottomMenu ul li .submenuItems{position: absolute; bottom: 48px; z-index:999999; width: 100%; text-align: center; border: 1px solid #ddd; background-color: #fff; box-shadow: 0 0px 6px rgba(0,0,0,.1);}
				.bottomMenu ul li .submenuItems a{display: block; height: 36px; line-height: 36px; font-size: 12px; color: #333; border-bottom: 1px solid #ddd;}
				@media screen and (max-width:767px) {
					.bottomMenu{display: block;}
					body{padding-bottom:55px;}
				}
				