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

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

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

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

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

body{ background-position:left top; }


 #div_blank_1483436021394{width:100%;height:40px;position:absolute;top:125px;left:0.06944444444444445%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1483436021394{left:0.10416666666666667%;top:112px;}}   @media screen and (max-width:640px) {#div_blank_1483436021394{width:78.94736842105263%;height:200px;top:1120px;left:10.526315789473685%;display:none;}} #div_blank_1483436021394 > .view_contents{overflow:visible;}  #div_blank_1483436021394  {box-sizing:border-box;background:#ffffff;border-top-color:#babbbd;border-right-color:#babbbd;border-bottom-color:#babbbd;border-left-color:#babbbd;border-top-style:solid;border-right-style:none;border-bottom-style:solid;border-left-style:none;border-left-width:1px;border-bottom-width:1px;border-right-width:1px;border-top-width:1px;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1483436021394  {box-sizing:border-box;border-right-style:none;border-left-style:none;}} @media screen and (max-width:640px) { #div_blank_1483436021394  {box-sizing:border-box;}}


 #image_style_01_1483435345410{width:16.5%;position:absolute;top:12px;left:79.703125%;height:104px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1483435345410{left:55.50000000000001%;top:11.5px;height:85px;width:189px;}}   @media screen and (max-width:640px) {#image_style_01_1483435345410{width:52.63157894736842%;height:200px;top:188px;left:23.68421052631579%;display:none;}} #image_style_01_1483435345410 > .view_contents{overflow:visible;} 

 #image_logo_1484793602981{width:39.7%;height:96px;position:absolute;top:12px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1484793602981{left:14.122395833333334%;width:27%;top:23.5px;height:61px;}}   @media screen and (max-width:640px) {#image_logo_1484793602981{width:249px;height:44px;top:11.5px;left:0%;}} 

 #dh_style_01_1483435618649{width:1200px;z-index:999;left:calc(50% - 600px);top:120.5px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1483435618649{width:100%;z-index:999;left:0%;top:109px;}}   @media screen and (max-width:640px) {#dh_style_01_1483435618649{width:44px;z-index:1000;left:86.25%;top:11px;}} #dh_style_01_1483435618649 > .view_contents{overflow:visible;}  #dh_style_01_1483435618649  {background:transparent;} #dh_style_01_1483435618649:active {background:transparent;}

 #image_style_01_1534995303905{width:8.916666666666668%;height:113px;position:absolute;left:65.29166666666667%;top:3.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1534995303905{left:75.3046875%;width:6.833333333333333%;top:10.5px;height:90px;}}   @media screen and (max-width:640px) {#image_style_01_1534995303905{width:50px;height:38px;top:75px;left:33.28125%;display:none;}} #image_style_01_1534995303905 > .view_contents{overflow:visible;} 
 #div_includeBlock_1484118319812{width:1200px;height:200px;position:absolute;top:3px;left:calc(50% - 600px);z-index:7;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1484118319812{height:151.5px;}}   @media screen and (max-width:640px) {#div_includeBlock_1484118319812{width:100%;height:67px;top:1px;left:0%;display:block;}} #div_includeBlock_1484118319812 > .view_contents{overflow:visible;}  #comm_layout_header{height:203px;z-index:9;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:154px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:74px;z-index:999;}} #comm_layout_header > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_01_1533549617863{width:157.91666666666666%;height:184px;position:absolute;top:4px;left:-28.95833333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1533549617863{}}   @media screen and (max-width:640px) {#image_style_01_1533549617863{width:100%;height:44px;top:0px;left:0.1220703125%;}} #image_style_01_1533549617863 > .view_contents{overflow:visible;}  #layout_1483436765358{height:194px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1483436765358{height:120px;}}   @media screen and (max-width:640px) {#layout_1483436765358{height:63px;}} #layout_1483436765358 > .view_contents{max-width:1200px;overflow:visible;} 


 #homelink_style_01_1533635543575{width:33.33333333333333%;position:absolute;top:10px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#homelink_style_01_1533635543575{}}   @media screen and (max-width:640px) {#homelink_style_01_1533635543575{width:96%;top:0px;left:2%;}}  #layout_diy_1483081189{height:52px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1483081189{height:66px;}}   @media screen and (max-width:640px) {#layout_diy_1483081189{height:34px;}} #layout_diy_1483081189 > .view_contents{max-width:1200px;} 


 #newsList_style_01_1533355009736{width:1150px;left:calc(50% - 575px);top:18.59375px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_01_1533355009736{width:100%;}}   @media screen and (max-width:640px) {#newsList_style_01_1533355009736{width:100%;left:2%;top:0px;}}  #layout_1483511216503{height:1223px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1483511216503{height:711.6000061035156px;}}   @media screen and (max-width:640px) {#layout_1483511216503{height:886px;}} #layout_1483511216503 > .view_contents{max-width:1200px;} 


 #text_style_01_1483177121680{width:100%;font-size:46px;color:#333;line-height:50px;font-family:宋体;position:absolute;top:134px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1483177121680{left:0%;top:164px;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1483177121680{width:76.31578947368422%;top:167.5px;left:11.84210526315789%;display:none;}}  #text_style_01_1483177121680>.view_contents {box-sizing:border-box;color:#ffffff;font-size:12px;line-height:30px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1483177121680>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1483177121680>.view_contents {box-sizing:border-box;text-align:center;}}

 #text_style_01_1483179247661{width:46%;font-size:46px;color:#333;line-height:50px;font-family:宋体;position:absolute;top:177.5px;left:0%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1483179247661{left:0.8333333333333334%;top:40.5px;width:56.35416666666667%;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1483179247661{width:100%;top:3.5px;left:0%;display:block;}}  #text_style_01_1483179247661>.view_contents {box-sizing:border-box;color:#ffffff;font-size:12px;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1483179247661>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1483179247661>.view_contents {box-sizing:border-box;text-align:center;}}

 #dh_style_01_1483176930412{width:54.91666666666667%;position:absolute;left:22.541666666666664%;top:96px;z-index:5;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1483176930412{width:83.33333333333334%;z-index:999;left:8.333333333333329%;top:124px;}}   @media screen and (max-width:640px) {#dh_style_01_1483176930412{width:11.578947368421053%;z-index:2;left:9.078947368421053%;top:86px;height:50px;display:none;}} #dh_style_01_1483176930412 > .view_contents{overflow:visible;}  #dh_style_01_1483176930412  {font-size:12px;height:40px;} #dh_style_01_1483176930412 .columnSet {font-size:12px;color:#ffffff;font-family:SimSun;} #dh_style_01_1483176930412 .mainMenuSet {font-size:12px;border-bottom-color:#f13a3a;border-bottom-style:none;border-bottom-width:1px;color:#ffffff;line-height:40px;border-right-style:solid;border-right-width:0px;height:40px;font-family:SimSun;} #dh_style_01_1483176930412 .mainMenuSet:hover {color:#ffffff;border-bottom-color:#ffffff;border-bottom-style:none;border-bottom-width:1px;box-shadow:transparent px px px ;text-shadow:undefined 8pxpx 8pxpx 8pxpx;} #dh_style_01_1483176930412 #hot>a {color:#ffffff;border-bottom-color:#f13a3a;border-bottom-style:solid;border-bottom-width:0px;background-repeat:no-repeat;background-position-x:0%;background-position-y:0%;} #dh_style_01_1483176930412 #hot>a:hover {border-bottom-color:#ffffff;border-bottom-style:solid;border-bottom-width:0px;color:#ffffff;} #dh_style_01_1483176930412 .columnSet:hover {border-bottom-color:#f25959;border-bottom-style:none;border-bottom-width:2px;color:#000000;} #dh_style_01_1483176930412 .subCurSet:hover {color:transparent;text-align:left;} #dh_style_01_1483176930412 .subminSet:hover {color:transparent;} #dh_style_01_1483176930412 .subMenuSet:hover {color:#f25959;font-size:14px;border-bottom-color:#f25959;border-bottom-style:solid;border-bottom-width:1px;} #dh_style_01_1483176930412 .subMenuSet {color:#000000;font-size:14px;border-bottom-color:#000000;border-bottom-style:none;border-bottom-width:1px;} @media screen and (max-width:640px) { #dh_style_01_1483176930412 #hot>a {color:#f25959;font-size:16px;border-bottom-color:#f25959;border-bottom-style:solid;border-bottom-width:1px;}} @media screen and (max-width:640px) { #dh_style_01_1483176930412 .subMenuSet {font-size:14px;color:#ffffff;}} @media screen and (max-width:640px) { #dh_style_01_1483176930412 .subMenuSet:hover {font-size:14px;color:#f25959;border-bottom-color:#f25959;border-bottom-style:solid;border-bottom-width:1px;}} @media screen and (max-width:640px) { #dh_style_01_1483176930412 .subCurSet {background:transparent;border-bottom-color:#f25959;border-bottom-style:solid;border-bottom-width:1px;color:#f25959;font-size:14px;}} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_01_1483176930412 .mainMenuSet:hover {color:#ffffff;}}

 #text_default_1484641820968{width:85.75%;height:1px;position:absolute;top:92px;left:7.125%;z-index:5;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1484641820968{}}   @media screen and (max-width:640px) {#text_default_1484641820968{width:100%;height:424px;top:242px;left:0%;display:none;}}  #text_default_1484641820968  {background:#ffffff;}

 #text_style_01_1484641961697{width:100%;font-size:46px;color:#333;line-height:50px;font-family:宋体;position:absolute;top:203px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1484641961697{width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1484641961697{width:76.31578947368422%;top:144px;left:2.7548209366391188%;display:none;}}  #text_style_01_1484641961697>.view_contents {box-sizing:border-box;color:#ffffff;font-size:12px;line-height:30px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1484641961697>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1484641961697>.view_contents {box-sizing:border-box;text-align:center;}}

 #text_style_01_1534430361924{width:100%;font-size:46px;color:#333;line-height:50px;font-family:宋体;position:absolute;top:164px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1534430361924{width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1534430361924{width:76.31578947368422%;top:144px;left:3.3444816053511706%;display:none;}}  #text_style_01_1534430361924>.view_contents {box-sizing:border-box;color:#ffffff;font-size:12px;line-height:30px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1534430361924>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1534430361924>.view_contents {box-sizing:border-box;text-align:center;}} #comm_layout_footer{height:263px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{display:block;height:282px;}}   @media screen and (max-width:640px) {#comm_layout_footer{display:block;height:159px;}} #comm_layout_footer > .view_contents{max-width:1200px;}  #comm_layout_footer  {background:#1c1f26;}

	#image_style_01_1483435345410 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1483435345410 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1483435345410 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1483435345410 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;}
.logoStyle *{box-sizing: border-box;}
.logoStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.logoStyle>a{overflow: hidden; width: 100%;height: 100%; display: block;}
.logoName{white-space: nowrap;} 
/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/
/*菜单样式*/
.menuStyle_15{width:100%; position:relative;}
.menuStyle_15 *{box-sizing: border-box;}
.menuStyle_15 .miniMenu *,
.menuStyle_15 .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_15 .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_15 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_15 ul,.menuStyle_15 li{padding:0;margin:0px;list-style:none}
.menuStyle_15 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_15 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_15 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_15 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_15 .menuUl>li{position:relative;}
.menuStyle_15 .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_15 .menuUl>li>a:hover{background: rgba(0,0,0,.05);}
.menuStyle_15 .menuUl #hot>a{color:#fff; background: #4bc9e4;}
.menuStyle_15 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_15 .menuUl #hot>a span{color:inherit;}
/*.menuStyle_15 .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_15 .menuLayout .miniMenu{display:none;}
.menuStyle_15 .menuUl02 {opacity: 0; display: none; position: absolute; left: 50%; width: 100%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0); background: #f5f5f5;}
.menuStyle_15 .menuUl>li>#menuLogo{height: 85%;}

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

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

.menuStyle_15 .subBox{position: absolute; left: 0; /*top通过JS获取菜单高度*/ width: 100%; background: rgba(238, 238, 238, 0.85); display: none;}
.menuStyle_15 .subBox .subBoxContent{padding: 20px; text-align: left; overflow: hidden;}
.menuStyle_15 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_15 .subBox .sublm{float: left; width: calc(100% - 440px); min-height: 10px;}
.menuStyle_15 .subBox .subImgsbox{float: left; width: 440px;/*这个宽可被设置*/ height: 160px;}
.menuStyle_15 .subBox .subImgsbox>a{display: block; height: 100%; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}
.menuStyle_15 .subBox .subImgsbox>a:last-child{margin-left: 0;}
.menuStyle_15 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}
.menuStyle_15 .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_15 .subBox p{margin-bottom: 20px; overflow: hidden;}
.menuStyle_15 .subBox p:last-child{margin-bottom: 0;}
.menuStyle_15 .subBox .subMenu02{font-size: 14px; margin-bottom: 7px; clear: both; color: #333; display: inline-block;}
.menuStyle_15 .subBox .subMenu02.subCurSet{font-weight: bold;}
.menuStyle_15 .subBox .subMenu02:hover,
.menuStyle_15 .subBox .subMenu02:active{color: #4bc9e4;}
.menuStyle_15 .subBox .subMenu03{float: left; margin: 5px 18px 5px 0; font-size: 12px; color: #666;}
.menuStyle_15 .subBox .subMenu03:hover,
.menuStyle_15 .subBox .subMenu03:active{color: #4bc9e4;}
.menuStyle_15 .subBox .subMenu03.thrCurSet{font-weight: bold;}


/*图标*/
.menuStyle_15 .imgIco{vertical-align: middle; display:inline-block; overflow:hidden; position:relative; padding:15px;  box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}
.menuStyle_15 .imgIco img{width:auto; height:100%; vertical-align: top;  position:absolute; top:50%; left:50%;  transform:translateY(-50%) translateX(-50%); -webkit-transform:translateY(-50%) translateX(-50%); -moz-transform:translateY(-50%) translateX(-50%); -ms-transform:translateY(-50%) translateX(-50%); -o-transform:translateY(-50%);}


@media screen and (max-width:640px) {
.menuStyle_15 .imgIco{ margin-right:10px;}
.menuStyle_15 .menuUl,
.menuStyle_15 .menuUl_box {display:none;}
.menuStyle_15 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_15 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_15 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_15 .miniMenu .leftBox{height: 100%}
.menuStyle_15 .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_15 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_15 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_15 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_15 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_15 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;} 
.menuStyle_15 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden;color:#4d5158;font-size:12px; line-height:44px;}
.menuStyle_15 .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,.1);} 
.menuStyle_15 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #555;}
.menuStyle_15 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; display: none; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit;}
.menuStyle_15 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.1);}
.menuStyle_15 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
.menuStyle_15 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #555;}
.menuStyle_15 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(255,255,255,.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_15 .menuLayout .miniMenu.Mslide .sidebar{color:#4d5158; background: rgba(0,0,0,.05);}
.menuStyle_15 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


@media screen and (min-width:640px) {
	#dh_style_01_1483435618649 .maxWidth{max-width:px;}
	#dh_style_01_1483435618649 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
	#dh_style_01_1483435618649 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	#dh_style_01_1483435618649 .menuUl>li>#menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
}

	#image_style_01_1534995303905 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1534995303905 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1534995303905 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1534995303905 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_1533549617863 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1533549617863 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1533549617863 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1533549617863 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;
}/*新闻列表样式*/
.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%;position: relative;z-index: 999;}
.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{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
.boxNewsListStyle_4 .page_btn .cur{ background:red; color:white; cursor:pointer;}
.boxNewsListStyle_4 .page:hover{ background:red; color:white; cursor:pointer;}
@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_01_1533355009736 .newDetail.pc {display:block;}
	#newsList_style_01_1533355009736 .newDetail.pad, #newsList_style_01_1533355009736 .newDetail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_01_1533355009736 .newDetail.pad {display:block;}
		#newsList_style_01_1533355009736 .newDetail.pc, #newsList_style_01_1533355009736 .newDetail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_01_1533355009736 .newDetail.mobile {display:block;}
		#newsList_style_01_1533355009736 .newDetail.pc, #newsList_style_01_1533355009736 .newDetail.pad {display:none;}
	}

/*pc*/
#newsList_style_01_1533355009736 li{width: 24.25%;}
#newsList_style_01_1533355009736 li.sumary_list{margin-bottom:1%;}
@media screen and (max-width: 1024px){/*ipad*/
	#newsList_style_01_1533355009736 li{width: 32.666666666667%;}
	#newsList_style_01_1533355009736 li.sumary_list{margin-bottom:1%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#newsList_style_01_1533355009736  li{width: 49.5%;}
	#newsList_style_01_1533355009736  li.sumary_list{margin-bottom:1%;}
}

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

@media screen and (max-width: 640px) {

}

/* 新分页 */
#newsList_style_01_1533355009736 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_01_1533355009736 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_01_1533355009736 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_01_1533355009736 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_01_1533355009736 .submit_div{ display: inline-block; }

#newsList_style_01_1533355009736 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_01_1533355009736 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_01_1533355009736 .page_submit{margin-left:5px;}
#newsList_style_01_1533355009736 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
@media screen and (max-width:640px) {
		#newsList_style_01_1533355009736 .page_btn{ font-size:12px; }
		#newsList_style_01_1533355009736 .submit_div{ display:none; }
	}

	#newsList_style_01_1533355009736 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
	@media screen and (max-width:640px) {
		#newsList_style_01_1533355009736 .page{line-height:30px; padding:0 13px;}
	}

/*菜单样式*/
.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;}
}
