
/**
    *编辑器         \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) {

}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {

}
body{ background-position:left top; }


 #div_a_includeBlock_1516944405409{width:100%;height:80px;position:absolute;top:0px;left:0%;display:block;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1516944405409{display:block;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1516944405409{width:100%;height:44px;top:0px;left:0%;display:block;}} #div_a_includeBlock_1516944405409 > .view_contents{overflow:visible;}  #div_a_includeBlock_1516944405409  {border-top-style:solid;border-top-width:0px;border-top-color:#007fff;border-bottom-style:solid;border-bottom-width:0px;border-bottom-color:#e5e5e5;opacity:0.5;background:#333333;} #div_a_includeBlock_1516944405409:hover {}


 #dh_style_10_1516944405907{width:767px;z-index:999;left:19.083333333333332%;top:18px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_10_1516944405907{width:520px;z-index:999;left:23.1%;top:18px;}}   @media screen and (max-width:640px) {#dh_style_10_1516944405907{width:13.5%;z-index:999;left:86.4%;top:0px;display:block;}} #dh_style_10_1516944405907 > .view_contents{overflow:visible;}  #dh_style_10_1516944405907 .mainMenuSet {color:#ffffff;font-size:16px;background:transparent;margin-left:10px;margin-right:10px;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;} #dh_style_10_1516944405907 #hot>a {background:#53b9ed;} #dh_style_10_1516944405907 .subminSet {color:#191919;border-top-style:solid;border-top-width:0px;border-top-color:#ffffff;} #dh_style_10_1516944405907 .subMenuSet {color:#191919;background:#efefef;border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:#ffffff;} #dh_style_10_1516944405907 .thrMenuSet {border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:#ffffff;border-left-style:solid;border-left-width:1px;border-left-color:#ffffff;} #dh_style_10_1516944405907 .mainMenuSet:hover {color:#ffff56;} #dh_style_10_1516944405907 .mainMenuSet:active {color:#ffff56;} #dh_style_10_1516944405907 .subMenuSet:hover {color:#ff5656;} #dh_style_10_1516944405907 .subMenuSet:active {color:#ff5656;} #dh_style_10_1516944405907 .thrMenuSet:active {color:#ff5656;} #dh_style_10_1516944405907 .thrMenuSet:hover {color:#ff5656;} #dh_style_10_1516944405907 .thrminSet {border-top-style:solid;border-top-width:0px;border-top-color:#ffffff;} @media screen and (max-width:640px) { #dh_style_10_1516944405907 .icoMenuSet {color:#ffffff;}} @media screen and (max-width:640px) { #dh_style_10_1516944405907 .columnSet {background:#666666;}} @media screen and (max-width:640px) { #dh_style_10_1516944405907 .mainMenuSet {padding-left:15px;}} @media screen and (max-width:640px) { #dh_style_10_1516944405907 .subMenuSet {color:#ffffff;padding-left:15px;background:#666666;}}

 #image_logo_1516944405918{width:194px;height:54px;position:absolute;top:13px;left:0.8333333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1516944405918{left:0.6%;width:200px;top:14px;height:54px;}}   @media screen and (max-width:640px) {#image_logo_1516944405918{width:146px;height:36px;top:4px;left:1.094258957654723%;}} 

 #text_default_1516948165375{width:15.25%;height:43px;position:absolute;top:21px;left:84%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1516948165375{width:172px;left:80.1%;top:20px;height:43px;}}   @media screen and (max-width:640px) {#text_default_1516948165375{width:37.5%;height:19px;top:14px;left:49.8%;}} 
 #div_a_includeBlock_1516944405777{width:1200px;height:80px;position:absolute;top:0px;left:calc(50% - 600px);z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1516944405777{width:99%;left:0.4766949152542373%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1516944405777{width:100%;height:44px;top:0px;left:0%;}} #div_a_includeBlock_1516944405777 > .view_contents{overflow:visible;} 


 #image_style_01_1517194253317{width:21.083333333333336%;height:177px;position:absolute;top:10px;left:1.5833333333333335%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1517194253317{left:0.9408422459893049%;width:23.20855614973262%;top:15px;height:142px;}}   @media screen and (max-width:640px) {#image_style_01_1517194253317{width:105px;height:73px;top:7px;left:2.96875%;display:none;}} #image_style_01_1517194253317 > .view_contents{overflow:visible;} 

 #text_style_01_1517194534966{width:23.916666666666668%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:54px;left:24.666666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1517194534966{left:25.526403743315505%;width:29.946524064171122%;top:40px;}}   @media screen and (max-width:640px) {#text_style_01_1517194534966{width:50.625%;top:4.5px;left:3.3935546875%;display:none;}}  #text_style_01_1517194534966>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#ffffff;font-size:38px;} #text_style_01_1517194534966  {opacity:0.8;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1517194534966>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1517194534966>.view_contents {box-sizing:border-box;font-size:22px;opacity:0.6;}}

 #image_style_01_1517194744643{width:481px;height:135px;position:absolute;top:30px;left:53.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1517194744643{left:57.20086898395722%;width:41.283422459893046%;top:19.5px;}}   @media screen and (max-width:640px) {#image_style_01_1517194744643{width:40%;height:37px;top:5.5px;left:57.275390625%;display:none;}} #image_style_01_1517194744643 > .view_contents{overflow:visible;}  #image_style_01_1517194744643 .picSet {opacity:0.6;} @media screen and (max-width:640px) { #image_style_01_1517194744643 .picSet {opacity:0.8;}}
 #div_a_includeBlock_1517193662025{width:1200px;height:200px;position:absolute;top:80px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1517193662025{width:99%;left:0.4766949152542373%;height:170px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1517193662025{width:100%;height:20px;top:44px;left:0%;display:block;}}  #div_a_includeBlock_1517193662025  {} #comm_layout_header{height:280px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:250px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:64px;z-index:99999;}} #comm_layout_header > .view_contents{overflow:visible;}  #comm_layout_header  {background-size:cover;background-repeat:repeat;border-bottom-style:solid;border-bottom-color:#efefef;border-bottom-width:5px;background: url(../img/upimages/web3399pic/20180129125522967.jpeg);background-position-x:50%;background-position-y:100%;background-attachment:fixed;}



 #homelink_style_01_1517197534921{width:1026px;position:absolute;top:4px;left:0.46614583333333337%;}   @media screen and (min-width:641px) and (max-width:1200px) {#homelink_style_01_1517197534921{left:0%;}}   @media screen and (max-width:640px) {#homelink_style_01_1517197534921{width:96%;top:0px;left:1.875%;}}  #homelink_style_01_1517197534921 .textSet {font-size:16px;} @media screen and (max-width:640px) { #homelink_style_01_1517197534921 .textSet {font-size:12px;}}
 #div_a_includeBlock_1517196103137{width:1200px;height:50px;position:absolute;top:0px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1517196103137{width:99%;left:0.4766949152542373%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1517196103137{width:100%;height:36px;top:0px;left:0%;}}  #div_a_includeBlock_1517196103137  {border-bottom-style:dashed;border-bottom-width:0px;border-bottom-color:#666666;} #layout_diy_1515478691{height:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1515478691{height:50px;}}   @media screen and (max-width:640px) {#layout_diy_1515478691{height:36px;}}  #layout_diy_1515478691  {border-bottom-width:1px;border-bottom-color:#d8d8d8;border-bottom-style:dashed;}
 #layout_1517293236820{}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1517293236820{height:1px;}}   @media screen and (max-width:640px) {#layout_1517293236820{height:1px;}} #layout_1517293236820 > .view_contents{overflow:visible;max-width:1200px;} 



 #newsList_style_15_1517293237670{width:817px;left:2%;top:34px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_15_1517293237670{width:630px;left:1.1%;top:21px;}}   @media screen and (max-width:640px) {#newsList_style_15_1517293237670{width:100%;left:0%;top:10px;}} 


 #newsList_style_01_1531296080889{width:88%;position:absolute;top:17px;left:5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_01_1531296080889{}}   @media screen and (max-width:640px) {#newsList_style_01_1531296080889{width:96.00000000000001%;top:0px;left:1.999999999999993%;}}  #newsList_style_01_1531296080889 .modSet {padding-bottom:48px;padding-top:5px;border-bottom-style:dashed;height:112px;line-height:40px;} #newsList_style_01_1531296080889 .datSet {background:#c7e0f9;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;} #newsList_style_01_1531296080889 .nianSet {font-size:14px;line-height:14px;padding-bottom:0px;margin-bottom:0px;color:#000000;padding-left:0px;margin-left:0px;background:#c7e0f9;} #newsList_style_01_1531296080889 .riSet {font-size:22px;color:#666666;padding-left:0px;padding-top:15px;} #newsList_style_01_1531296080889 .titleSet {padding-bottom:0px;padding-top:0px;font-size:14px;height:46px;line-height:23px;margin-top:0px;margin-bottom:0px;text-indent:0em;padding-left:0px;} #newsList_style_01_1531296080889 .yueSet {font-size:14px;margin-top:0px;line-height:14px;padding-right:13px;padding-bottom:22px;color:#000000;margin-right:0px;padding-left:0px;} #newsList_style_01_1531296080889 .sortSet {margin-bottom:0px;padding-bottom:0px;line-height:28px;height:22px;color:#7f7f7f;font-family:Microsoft YaHei;margin-top:0px;padding-top:0px;} @media screen and (max-width:640px) { #newsList_style_01_1531296080889 .yueSet {padding-right:6px;}} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_01_1531296080889 .modSet {padding-top:0px;}}
/*----------------------电脑板式样式----------------------*/
#newsList_style_01_1531296080889{
	
}
#newsList_style_01_1531296080889 .riSet{display:block;float:none;margin:0 auto;text-align:center;}
#newsList_style_01_1531296080889 .yueSet{display:inline;margin:0;float:right;}
#newsList_style_01_1531296080889 .nianSet{display:inline;margin:0;}
#newsList_style_01_1531296080889 .nDate{text-align: right;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_01_1531296080889{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#newsList_style_01_1531296080889{
		
	}
}
 #div_a_includeBlock_1517293237684{width:335px;height:997px;position:absolute;top:0px;left:72.08333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1517293237684{left:70.05347593582889%;width:280px;top:0px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1517293237684{width:100%;height:947px;top:0px;left:0%;display:none;}}  #div_a_includeBlock_1517293237684  {background:#f7f7f7;}
 #div_a_includeBlock_1517293237481{width:1200px;height: 1050px;position:absolute;top:0px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1517293237481{width:99%;left:0.5296610169491525%;height:1148px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1517293237481{width:100%;height:1350px;top:0px;left:0%;}} #div_a_includeBlock_1517293237481 > .view_contents{overflow:visible;}  #div_a_includeBlock_1517293237481  {background:transparent;border-right-width:1px;border-left-width:1px;border-right-style:dashed;border-left-style:dashed;border-right-color:#d8d8d8;border-left-color:#d8d8d8;} #layout_1517293237478{height:1086px;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1517293237478{height:1148px;}}   @media screen and (max-width:640px) {#layout_1517293237478{height:1350px;}} #layout_1517293237478 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1517293237478  {background:transparent;}



 #text_style_11_1517040222052{width:3.833333333333333%;font-size:46px;color:#333;line-height:50px;font-family:Tahoma;position:absolute;top:27px;left:74.92447916666667%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_11_1517040222052{top:27px;left:73.17680481283423%;width:4%;}}   @media screen and (max-width:640px) {#text_style_11_1517040222052{width:8.421052631578947%;top:1768px;left:45.78947368421053%;display:none;}}  #text_style_11_1517040222052>.view_contents {box-sizing:border-box;font-size:20px;line-height:24px;height:24px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_11_1517040222052>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_11_1517040222052>.view_contents {box-sizing:border-box;}}

 #text_style_11_1517040222058{width:2.3333333333333335%;font-size:46px;color:#333;line-height:50px;font-family:Tahoma;position:absolute;top:22px;left:72.6953125%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_11_1517040222058{left:70.0701871657754%;top:22px;}}   @media screen and (max-width:640px) {#text_style_11_1517040222058{width:6.578947368421052%;top:1468px;left:46.71052631578947%;display:none;}}  #text_style_11_1517040222058>.view_contents {box-sizing:border-box;font-size:20px;line-height:34px;height:34px;color:#ea5404;margin-bottom:0px;border-left-color:#ea5404;border-left-style:none;border-left-width:0px;border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:#ea5404;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_11_1517040222058>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_11_1517040222058>.view_contents {box-sizing:border-box;}}

 #image_style_01_1517040222065{width:9.29839391377853%;height:110px;position:absolute;top:68px;left:83.17836010143702%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1517040222065{width:110px;left:84.77105614973262%;top:69px;}}   @media screen and (max-width:640px) {#image_style_01_1517040222065{width:35.33123028391167%;height:111px;top:98px;left:53.88406940063092%;display:block;}} #image_style_01_1517040222065 > .view_contents{overflow:visible;} 

 #text_style_02_1517040222071{width:6.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:185px;left:84.76041666666667%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1517040222071{left:86.63770053475936%;top:193px;width:76px;}}   @media screen and (max-width:640px) {#text_style_02_1517040222071{width:23.34384858044164%;top:222px;left:60.17843059936908%;display:block;}}  #text_style_02_1517040222071>.view_contents {box-sizing:border-box;font-size:12px;color:#ffffff;height:20px;line-height:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1517040222071>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1517040222071>.view_contents {box-sizing:border-box;}}

 #image_style_01_1517040222077{width:9.166666666666666%;height:110px;position:absolute;top:68px;left:72.61197916666666%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1517040222077{width:110px;left:70.1437165775401%;top:69px;}}   @media screen and (max-width:640px) {#image_style_01_1517040222077{width:35.33123028391167%;height:111px;top:98px;left:10.691048895899053%;display:block;}} #image_style_01_1517040222077 > .view_contents{overflow:visible;} 

 #text_style_02_1517040222083{width:6.166666666666667%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:185px;left:74.15364583333334%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1517040222083{width:80px;left:72.00701871657755%;top:192px;}}   @media screen and (max-width:640px) {#text_style_02_1517040222083{width:23.34384858044164%;top:222px;left:17.75433753943218%;display:block;}}  #text_style_02_1517040222083>.view_contents {box-sizing:border-box;font-size:12px;color:#ffffff;height:20px;line-height:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1517040222083>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1517040222083>.view_contents {box-sizing:border-box;}}

 #text_default_1517040222090{width:33.05156382079459%;height:42px;position:absolute;top:241px;left:33.458333333333336%;display:block;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1517040222090{left:29.142713903743317%;top:237px;width:389px;}}   @media screen and (max-width:640px) {#text_default_1517040222090{width:89.69072164948454%;height:63px;top:252px;left:5.205047318611988%;display:block;}} 

 #image_style_01_1517040222113{width:2.4513947590870666%;height:25px;position:absolute;top:174px;left:23.964497041420117%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1517040222113{left:23.253676470588236%;top:173px;}}   @media screen and (max-width:640px) {#image_style_01_1517040222113{width:52.892561983471076%;height:200px;top:2403px;left:23.553719008264462%;display:none;}} #image_style_01_1517040222113 > .view_contents{overflow:visible;} 

 #image_style_01_1517040222120{width:2.197802197802198%;height:25px;position:absolute;top:142px;left:24.218089602704985%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1517040222120{left:23.5076871657754%;top:141px;}}   @media screen and (max-width:640px) {#image_style_01_1517040222120{width:52.892561983471076%;height:200px;top:168px;left:23.553719008264462%;display:none;}} #image_style_01_1517040222120 > .view_contents{overflow:visible;} 

 #text_style_02_1517040222135{width:22.31614539306847%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:69px;left:24.218089602704985%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1517040222135{width:245px;left:23.5076871657754%;top:68px;}}   @media screen and (max-width:640px) {#text_style_02_1517040222135{width:55.00000000000001%;top:168px;left:22.499999999999996%;display:none;}}  #text_style_02_1517040222135>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;height:60px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1517040222135>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1517040222135>.view_contents {box-sizing:border-box;}}

 #text_style_11_1517040222141{width:6.416666666666666%;font-size:46px;color:#333;line-height:50px;font-family:Tahoma;position:absolute;top:28px;left:25.612848689771766%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_11_1517040222141{top:27px;left:25.396056149732622%;width:35px;}}   @media screen and (max-width:640px) {#text_style_11_1517040222141{width:9.473684210526317%;top:168px;left:45.26315789473684%;display:none;}}  #text_style_11_1517040222141>.view_contents {box-sizing:border-box;font-size:20px;line-height:24px;height:24px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_11_1517040222141>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_11_1517040222141>.view_contents {box-sizing:border-box;}}

 #text_style_11_1517040222157{width:1.1666666666666667%;font-size:46px;color:#333;line-height:50px;font-family:Tahoma;position:absolute;top:23px;left:24.380208333333332%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_11_1517040222157{left:23.253676470588236%;top:22px;}}   @media screen and (max-width:640px) {#text_style_11_1517040222157{width:17.105263157894733%;top:168px;left:41.44736842105263%;display:none;}}  #text_style_11_1517040222157>.view_contents {box-sizing:border-box;font-size:20px;line-height:34px;height:34px;color:#ea5404;margin-bottom:0px;border-left-color:#ea5404;border-left-style:none;border-left-width:0px;border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:#ea5404;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_11_1517040222157>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_11_1517040222157>.view_contents {box-sizing:border-box;}}

 #dh_style_03_1517040222164{width:7.249999999999999%;z-index:999;left:54.85416666666667%;top:61px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_03_1517040222164{z-index:999;width:93px;top:64px;left:55.07520053475936%;}}   @media screen and (max-width:640px) {#dh_style_03_1517040222164{width:13.774104683195592%;z-index:999;left:43.112947658402206%;top:227px;display:none;}} #dh_style_03_1517040222164 > .view_contents{overflow:visible;}  #dh_style_03_1517040222164 .columnSet {background:transparent;font-size:12px;height:178px;line-height:14px;} #dh_style_03_1517040222164 #hot>a {background:transparent;} #dh_style_03_1517040222164 .mainMenuSet {border-right-style:none;border-bottom-style:none;height:28px;line-height:28px;}

 #text_style_11_1517040222171{width:2.8740490278951816%;font-size:46px;color:#333;line-height:50px;font-family:Tahoma;position:absolute;top:27px;left:57.438715131022825%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_11_1517040222171{width:44px;top:27px;left:58.72827540106952%;}}   @media screen and (max-width:640px) {#text_style_11_1517040222171{width:9.210526315789473%;top:168px;left:45.39473684210526%;display:none;}}  #text_style_11_1517040222171>.view_contents {box-sizing:border-box;font-size:20px;line-height:24px;height:24px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_11_1517040222171>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_11_1517040222171>.view_contents {box-sizing:border-box;}}

 #text_style_11_1517040222178{width:2.197802197802198%;font-size:46px;color:#333;line-height:50px;font-family:Tahoma;position:absolute;top:23px;left:56.128486897717664%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_11_1517040222178{left:56.39705882352941%;top:22px;}}   @media screen and (max-width:640px) {#text_style_11_1517040222178{width:7.631578947368423%;top:168px;left:46.18421052631579%;display:none;}}  #text_style_11_1517040222178>.view_contents {box-sizing:border-box;font-size:20px;line-height:34px;height:34px;color:#ea5404;margin-bottom:0px;border-left-color:#ea5404;border-left-style:none;border-left-width:0px;border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:#ea5404;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_11_1517040222178>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_11_1517040222178>.view_contents {box-sizing:border-box;}}

 #image_style_01_1517048386998{width:13.5%;height:158px;position:absolute;top:51px;left:4.583333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1517048386998{left:1.9869652406417113%;width:17.219251336898395%;top:47px;height:166px;}}   @media screen and (max-width:640px) {#image_style_01_1517048386998{width:80px;height:78px;top:9px;left:4.391758675078864%;display:block;}} #image_style_01_1517048386998 > .view_contents{overflow:visible;} 

 #qqol_style_01_1517205451060{width:17.5%;position:absolute;top:200px;left:2.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#qqol_style_01_1517205451060{left:3.9923128342245993%;width:12.513368983957218%;top:203px;}}   @media screen and (max-width:640px) {#qqol_style_01_1517205451060{width:47.3186119873817%;top:263px;left:6.831624605678234%;display:block;}} #qqol_style_01_1517205451060 > .view_contents{overflow:visible;} 

 #text_style_02_1517040222128{width:16.14539306846999%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:142px;left:27.303465765004226%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1517040222128{width:183px;left:26.590909090909093%;top:141px;}}   @media screen and (max-width:640px) {#text_style_02_1517040222128{width:47.3186119873817%;top:48px;left:35.094637223974765%;display:block;}}  #text_style_02_1517040222128>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#ffffff;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1517040222128>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1517040222128>.view_contents {box-sizing:border-box;}}

 #text_style_02_1517040222105{width:15.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:174px;left:27.3021449704142%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1517040222105{width:187px;left:26.590909090909093%;top:173px;}}   @media screen and (max-width:640px) {#text_style_02_1517040222105{width:60.252365930599375%;top:15px;left:35.07492113564668%;display:block;}}  #text_style_02_1517040222105>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#ffffff;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1517040222105>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1517040222105>.view_contents {box-sizing:border-box;}}

 #text_default_1550281032259{width:5.833333333333333%;height:20px;position:absolute;left:80.91666666666667%;top:234px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1550281032259{left:80.52807486631016%;width:6.417112299465241%;top:234px;}}   @media screen and (max-width:640px) {#text_default_1550281032259{width:13.829787234042554%;height:14px;top:222px;left:42.985372340425535%;}} 
 #div_includeBlock_1517040218512{width:1200px;height:319px;position:absolute;top:0px;left:calc(50% - 600px);z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1517040218512{width:99%;height:314px;left:0.4766949152542373%;}}   @media screen and (max-width:640px) {#div_includeBlock_1517040218512{width:99%;height:378px;top:7px;left:0.625%;display:block;}}  #div_includeBlock_1517040218512  {background:transparent;} #comm_layout_footer{height:319px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{}}   @media screen and (max-width:640px) {#comm_layout_footer{height:385px;z-index:99999;}} #comm_layout_footer > .view_contents{max-width:1200px;}  #comm_layout_footer  {background:#565656;}
/*菜单样式*/
.menuStyle_10{width:100%; position:relative;}
.menuStyle_10 *{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_10 .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_10 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_10 ul,.menuStyle_10 li{padding:0;margin:0px;list-style:none}
.menuStyle_10 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_10 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_10 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_10 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_10 .menuUl>li{position:relative;}
.menuStyle_10 .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; color: #333; padding: 0 1em\0;}
.menuStyle_10 .menuUl #hot>a{color:#fff; background: #4bc9e4;}
.menuStyle_10 .menuLayout .miniMenu{display:none;}
.menuStyle_10 .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); background: #f5f5f5;}
.menuStyle_10 .menuUl .rflex:hover .menuUl02 {opacity: 1; display: block; height: auto;}
.menuStyle_10 .menuUl02 .subMenu02 { float: none; position: relative;}
.menuStyle_10 .menuUl02 .subMenu02>a { display: block; color: #4d5158; width: 130px; font-size:14px; line-height: 40px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 15px;}
.menuStyle_10 .menuUl02 .subMenu02>a:hover {background: #eee;}
.menuStyle_10 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_10 .menuUl03{position: absolute; background: #f5f5f5; left: 130px; top: 0; display: none;}
.menuStyle_10 .menuUl03 .subMenu03{color: #333; width: 130px; padding: 0 15px; line-height: 40px;}
.menuStyle_10 .menuUl03 .subMenu03:hover{background: #eee;}
.menuStyle_10 .menuUl03 .subMenu03>a{ color: inherit; background: inherit; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.menuStyle_10 .rflex { position: relative;}

@media screen and (max-width:640px) {
.menuStyle_10 .menuUl,
.menuStyle_10 .menuUl_box {display:none;}
.menuStyle_10 .menuScroll{height: 84%; height: 84vh; width: 100%;}
.menuStyle_10 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_10 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_10 .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_10 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_10 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_10 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_10 .miniMenu .leftBox .menuUlCopy{padding:15px 0 15px 30px; clear: both;}
.menuStyle_10 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;} 
.menuStyle_10 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden;color:#4d5158;font-size:16px; line-height:44px;}
.menuStyle_10 .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_10 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; display: none; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit;}
.menuStyle_10 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.1);}
.menuStyle_10 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(255,255,255,.85); position: fixed; width: 100%; top: 0; left: 0;}
.menuStyle_10 .menuLayout .miniMenu.Mslide .sidebar{color:#4d5158; background: rgba(0,0,0,.05);}
.menuStyle_10 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}



	

#dh_style_10_1516944405907 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}


.logoStyle *{box-sizing: border-box;}
.logoStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.logoStyle>a{overflow: hidden; width: 100%;height: 100%; display: block;}
.logoName{white-space: nowrap;} 
/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/

	#image_style_01_1517194253317 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1517194253317 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1517194253317 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1517194253317 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_1517194744643 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1517194744643 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1517194744643 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1517194744643 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;
}/*新闻列表样式*/
.newslist_style_5{padding: 0;margin: 0;list-style: none;}
.newslist_style_5 li{overflow: hidden;box-sizing: border-box;}
.newslist_style_5 .newsDate{float: left;width: 150px;}
.newslist_style_5 .newsDate .newsTime{display: block; font-size: 16px;text-align: center; overflow: hidden;box-sizing: border-box;}
.newslist_style_5 .newsCont:before{content: '';display: block;width: 14px;height: 14px;border-radius: 10px;position: absolute;top: 4px;left: -8px;background-color: #ddd;}
.newslist_style_5 .newsCont{position: relative;float: left;width: calc(100% - 150px);border-left: 1px solid #ddd;padding:0 0 30px 40px ;box-sizing: border-box;}
.newslist_style_5 .newsCont .newsTitle{font-size: 16px;overflow: hidden;margin-bottom: 5px;}
.newslist_style_5 .newsCont .newsTitle a{font-size: inherit; line-height: inherit; color: inherit;}
.newslist_style_5 .newsCont .newDetail{font-size: 14px;color: #ddd;overflow: hidden;}


/*alex---后期加的图片样式*/
.newslist_style_5 .newPic{background-color: #eee;width:20%; margin:0 1%;overflow:hidden; position:relative; box-sizing:border-box; float:left;padding-bottom: 1px;}
.newslist_style_5 .newPic a{display: block; position: absolute; left: 0; top: 0; width: 100%;}
.newslist_style_5 .newPic img{width:100%; float: left;background-color: #eee;}
.newslist_style_5 .newPic2{display: none;}
.newslist_style_5 .show_all{width:20%; margin-top:.5em;float: left;}
.newslist_style_5 .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; }
.newslist_style_5 .newSort{display: block;margin-top: 8px;color:#999;}

@media screen and (max-width: 640px) {
	.newslist_style_5 .newsDate{width: 95px;}
	.newslist_style_5 .newsDate .newsTime{font-size: 14px;padding:0 10px 0 5px;}
	.newslist_style_5 .newsCont:before{width: 12px;height: 12px;top: 4px;left: -6px;}
	.newslist_style_5 .newsCont{width: calc(100% - 115px);padding:0 5px 10px 15px ;}
	.newslist_style_5 .newsCont .newsTitle{font-size: 14px;margin-bottom: 6px;}
	.newslist_style_5 .newsCont .newDetail{font-size: 12px;}


	.newslist_style_5  .newPic{width:100%;float:none;margin-bottom: 6px;}
	.newslist_style_5 .show_all{width:40%;min-width: 160px; }
}
	#newsList_style_15_1517293237670 .newDetail.pc {display:block;}
	#newsList_style_15_1517293237670 .newDetail.pad, #newsList_style_15_1517293237670 .newDetail.mobile {display:none;}
	#newsList_style_15_1517293237670 .newTitle.pc {display:block;}
	#newsList_style_15_1517293237670 .newTitle.pad, #newsList_style_15_1517293237670 .newTitle.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_15_1517293237670 .newDetail.pad {display:block;}
		#newsList_style_15_1517293237670 .newDetail.pc, #newsList_style_15_1517293237670 .newDetail.mobile {display:none;}
		#newsList_style_15_1517293237670 .newTitle.pad {display:block;}
		#newsList_style_15_1517293237670 .newTitle.pc, #newsList_style_15_1517293237670 .newTitle.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_15_1517293237670 .newDetail.mobile {display:block;}
		#newsList_style_15_1517293237670 .newDetail.pc, #newsList_style_15_1517293237670 .newDetail.pad {display:none;}
		#newsList_style_15_1517293237670 .newTitle.mobile {display:block;}
		#newsList_style_15_1517293237670 .newTitle.pc, #newsList_style_15_1517293237670 .newTitle.pad {display:none;}
	}

@media screen and (min-width: 1025px) {
	#newsList_style_15_1517293237670 .newsDate{width: px;}
	#newsList_style_15_1517293237670 .newsCont{width: calc(100% - px);}
	#newsList_style_15_1517293237670 .newPic{width: 0px;}
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
	#newsList_style_15_1517293237670 .newsDate{width: px;}
	#newsList_style_15_1517293237670 .newsCont{width: calc(100% - px);}
	#newsList_style_15_1517293237670 .newPic{width: 0px;}
}

@media screen and (max-width: 640px) {
}

/* 新分页 */
#newsList_style_15_1517293237670 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_15_1517293237670 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_15_1517293237670 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_15_1517293237670 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_15_1517293237670 .submit_div{ display: inline-block; }

#newsList_style_15_1517293237670 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_15_1517293237670 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_15_1517293237670 .page_submit{margin-left:5px;}
#newsList_style_15_1517293237670 .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_15_1517293237670 .page_btn{ font-size:12px; }
		#newsList_style_15_1517293237670 .submit_div{ display:none; }
	}

	#newsList_style_15_1517293237670 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
	@media screen and (max-width:640px) {
		#newsList_style_15_1517293237670 .page{line-height:30px; padding:0 13px;}
	}

/*新闻列表样式*/
.boxNewsListStyle_1{width:100%; clear: both;}
.boxNewsListStyle_1 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s;}
.boxNewsListStyle_1 li{width:100%; list-style:none; border-bottom-width:1px; border-bottom-style:solid; border-bottom-color:#ddd; box-sizing:border-box;margin-bottom: 10px;}
.boxNewsListStyle_1 li:hover{}
.boxNewsListStyle_1 li:first-child{border-top-width:1px; border-top-style:solid; border-top-color:transparent;}
.boxNewsListStyle_1 li .clear{clear:both;}
.boxNewsListStyle_1 .sumary_list .newCont{float:none; width:100%; box-sizing:border-box;}
.boxNewsListStyle_1 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_1 .newTitle .nDate{float:left; width:80px; background:#fff; text-align:center; line-height:1.4; box-sizing:border-box;  border:1px solid #ddd;}
.boxNewsListStyle_1 .newTitle .nDate .numDate{float: left; width: 60%; text-align: right; font-weight:normal; font-size:38px; /*font-family: Georgia,Tahoma;*/ color:#40B8FF;}
.boxNewsListStyle_1 .newTitle .nDate .enDate{float: left; margin-top: 20px; font-weight:normal; font-size:18px; font-family:microsoft yahei; color:#666;}
.boxNewsListStyle_1 .newTitle .nDate .yrDate{font-size:18px; color:#999; background: #eee; height: 26px; line-height: 26px; clear: both;}
.boxNewsListStyle_1 .sumary_list .newName{float:left; width:calc(98% - 150px - 80px); margin:.5em 0; padding:0 .5em; box-sizing:border-box;}
.boxNewsListStyle_1 .sumary_list .newName .newTit{width: 100%;}
.boxNewsListStyle_1 .sumary_list .newName a{text-decoration:none; line-height:1.4; font-size:16px; color:#333; display: block; }
.boxNewsListStyle_1 .sumary_list .newName a:hover{}
.boxNewsListStyle_1 .sumary_list .newB{width:100%; line-height:2;border-top:1px solid rgba(255,255,255, .1); }
.boxNewsListStyle_1 .sumary_list .newSort{font-size:12px; white-space: nowrap; padding:.5em 1em .5em 0; border-radius:1.5em; margin-right:5px; /*display:block;*/ width:60px; text-align:center; margin-top:5px;}
.boxNewsListStyle_1 .sumary_list .newsTime{text-align:left;color:#999; font-size:14px; white-space:nowrap;display:inline-block;}
.boxNewsListStyle_1 .sumary_list .newsTime .nsDate{margin-right:15px; font-size:12px; color:#999}
.boxNewsListStyle_1 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_1 .sumary_list .newDetail{width:100%; box-sizing:border-box; padding:.6em .6em .6em 0; color:#999; font-size:12px; line-height:1.6; text-overflow:ellipsis;/* white-space:nowrap; */overflow:hidden; }
/*分页*/

/* 分页 */

.boxNewsListStyle_1 .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_1 .page_btn .cur{ background:red; color:white; cursor:pointer;}
.boxNewsListStyle_1 .page:hover{ background:red; color:white; cursor:pointer;}



/* .boxNewsListStyle_1 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.boxNewsListStyle_1 .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_1 .page_btn a.cur,.boxNewsListStyle_1 .page_btn a:hover{border:1px solid #4c4c4c;} */
.boxNewsListStyle_1 .prev_btn,.boxNewsListStyle_1 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.boxNewsListStyle_1 .no_page{border: 0 !important;}
.boxNewsListStyle_1 .sumary_list .show_all{width:25%; margin-top:.5em;}
.boxNewsListStyle_1 .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; }

/*alex---后期加的图片样式*/
.boxNewsListStyle_1 .sumary_list .newPic{background-color: #eee;width:150px; margin:0 1% 1%;overflow:hidden; position:relative; box-sizing:border-box; float:left;padding-bottom: 1px;}
.boxNewsListStyle_1 .sumary_list .newPic a{display: block; position: absolute; left: 0; width: 100%;}
.boxNewsListStyle_1 .sumary_list .newPic img{width:100%; background-color: #eee;}
.boxNewsListStyle_1 .sumary_list .newPic2{display: none;}
@media screen and (max-width:767px){
.boxNewsListStyle_1 .sumary_list .newName a{font-size:12px;}
.boxNewsListStyle_1 .newTitle .nDate{width: 65px;}
.boxNewsListStyle_1 .sumary_list .newName{width: calc(100% - 65px);}
.boxNewsListStyle_1 .newTitle .nDate .numDate{font-size:28px;}
.boxNewsListStyle_1 .newTitle .nDate .enDate{font-size:12px; margin-top: 15px;}
/*分页*/
/* .boxNewsListStyle_1 .page_btn a:nth-child(n+5){display: none;}
.boxNewsListStyle_1 .page_btn a:nth-last-child(1),.boxNewsListStyle_1 .page_btn a:nth-last-child(2),.boxNewsListStyle_1 .page_btn a:nth-last-child(3){display: inline-block !important;} */

.boxNewsListStyle_1 .sumary_list .newPic{margin-bottom: 15px;}
.boxNewsListStyle_1 .sumary_list .newPic{display: none;}
.boxNewsListStyle_1 .sumary_list .newPic2{display:block;background-color: #eee;width:100%; min-width:100px; margin-left:1%;margin-right:1%;margin-bottom:5px;overflow:hidden; position:relative; box-sizing:border-box; float:left;padding-bottom: 1px;}
.boxNewsListStyle_1 .sumary_list .newPic2 img{width:100%; float: left;}
}




	#newsList_style_01_1531296080889 .newDetail.pc {display:block;}
	#newsList_style_01_1531296080889 .newDetail.pad, #newsList_style_01_1531296080889 .newDetail.mobile {display:none;}
	#newsList_style_01_1531296080889 .newTitle.pc {display:block;}
	#newsList_style_01_1531296080889 .newTitle.pad, #newsList_style_01_1531296080889 .newTitle.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_01_1531296080889 .newDetail.pad {display:block;}
		#newsList_style_01_1531296080889 .newDetail.pc, #newsList_style_01_1531296080889 .newDetail.mobile {display:none;}
		#newsList_style_01_1531296080889 .newTitle.pad {display:block;}
		#newsList_style_01_1531296080889 .newTitle.pc, #newsList_style_01_1531296080889 .newTitle.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_01_1531296080889 .newDetail.mobile {display:block;}
		#newsList_style_01_1531296080889 .newDetail.pc, #newsList_style_01_1531296080889 .newDetail.pad {display:none;}
		#newsList_style_01_1531296080889 .newTitle.mobile {display:block;}
		#newsList_style_01_1531296080889 .newTitle.pc, #newsList_style_01_1531296080889 .newTitle.pad {display:none;}
	}

@media screen and (min-width: 1025px) {
	#newsList_style_01_1531296080889 .sumary_list .newPic{width: 0px;}
	#newsList_style_01_1531296080889 .sumary_list .newName{width: calc(98% - 0px - 80px);}
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
	#newsList_style_01_1531296080889 .sumary_list .newPic{width: 0px;}
	#newsList_style_01_1531296080889 .sumary_list .newName{width: calc(98% - 0px - 80px);}
}

@media screen and (max-width: 640px) {
	#newsList_style_01_1531296080889 .sumary_list .newPic2{width: 0px;}
	#newsList_style_01_1531296080889 .sumary_list .newName{width: calc(98% - 0px - 80px);}
}

/* 新分页 */
#newsList_style_01_1531296080889 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_01_1531296080889 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_01_1531296080889 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_01_1531296080889 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_01_1531296080889 .submit_div{ display: inline-block; }

#newsList_style_01_1531296080889 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_01_1531296080889 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_01_1531296080889 .page_submit{margin-left:5px;}
#newsList_style_01_1531296080889 .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_1531296080889 .page_btn{ font-size:12px; }
		#newsList_style_01_1531296080889 .submit_div{ display:none; }
	}

	#newsList_style_01_1531296080889 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
	@media screen and (max-width:640px) {
		#newsList_style_01_1531296080889 .page{line-height:30px; padding:0 13px;}
	}


	#image_style_01_1517040222065 .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_1517040222065 .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_1517040222065 .CompatibleImg img{null}}
#image_style_01_1517040222065 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_1517040222077 .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_1517040222077 .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_1517040222077 .CompatibleImg img{null}}
#image_style_01_1517040222077 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_1517040222113 .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_1517040222113 .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_1517040222113 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1517040222113 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_1517040222120 .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_1517040222120 .CompatibleImg img{null}}@media screen and (max-width:640px) {#image_style_01_1517040222120 .CompatibleImg img{null}}
#image_style_01_1517040222120 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_3 {position: relative; width: 100%; height: 100%;}
.menuStyle_3 *{transition:all ease .3s; -webkit-transition:all ease .3s; -moz-transition:all ease .3s; -o-transition:all ease .3s; box-sizing: border-box;}
.menuStyle_3 .ddsmoothmenu-v {display:block}
.menuStyle_3 .ddsmoothmenu-v ul{ background: #414141;}
.menuStyle_3 .ddsmoothmenu-v ul li { line-height: 36px; height: 36px; border-bottom: 1px solid #333; border-right: 1px solid #333;color: white;}
.menuStyle_3 .ddsmoothmenu-v ul li:hover {background:#000;}
.menuStyle_3 .menuLi01 { position: relative;}
.menuStyle_3 .menuLi01:hover .menuUl02{display:block;}
.menuStyle_3 .menuLi01 a { display:block; color: inherit;  padding-left: 15px; padding-right: 15px;}
.menuStyle_3 .menuUl02 { display:none; position: absolute; left: 100%; top: 0; white-space: nowrap;}
.menuStyle_3 #hot>a{background:#ffcc00;}
.menuStyle_3 .mobi_top { display:none; width: 100%; height: 100%; position: relative; cursor: pointer; font-size:40px;}
.menuStyle_3 .icoFont { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);}
.menuStyle_3 .header_nav { width: 100%; height: calc(100% - 40px); overflow: hidden;}
.menuStyle_3 .header_nav li { position: relative; line-height: 180%; color: #fff;}
.menuStyle_3 .header_nav li a { color: inherit; display: block; padding: 15px;}
.menuStyle_3 .header_scroll { overflow-y: scroll; height: 100%; width: calc(100% + 17px);}
.menuStyle_3 .mobi_title { height: 40px; line-height: 40px; border-bottom: 1px solid #333; color: #fff; text-align: center; overflow: hidden;}
.menuStyle_3 .m_icoFont { width:50px; height: 100%; display: block; float: right; border-left: 1px solid #333; cursor: pointer; font-size: 22px;}
.menuStyle_3 .mobi_main { display:none; position: fixed; left: 0; top: 0; background: #414141; width: 100vw; height: 100vh; z-index: 999;}
.menuStyle_3 .mobi_border { position: relative; border-bottom: 1px solid #333; line-height: 120%;}
.menuStyle_3 .mobi_more { position: absolute; top: 0; right: 17px; width: 50px; height: 100%; color: #fff; border-left: 1px solid #333; cursor: pointer; text-align: center;}
.menuStyle_3 .mobi_add { display: block; font-size: 22px; position: relative; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%);}
.menuStyle_3 .mobi_menuLi02 .mobi_border { padding-left: 30px;}
.menuStyle_3 .mobi_menuUl02 { display: none;}






	

#dh_style_03_1517040222164 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}


@media screen and (max-width:640px) {
	.menuStyle_3 .ddsmoothmenu-v {display:none;}
	.menuStyle_3 .mobi_top {display:block;}
}

	#image_style_01_1517048386998 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1517048386998 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1517048386998 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1517048386998 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;}


/* 清除浮动 */

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}

.clearfix{zoom:1}



.online-service-style01{ display:none }

.online-service .wrapper{ padding:5px 0; background-color:#fff }

.online-service .close,.online-service .button{

    -webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;

}

.online-service.right .button div{ text-align:right; padding-right:5px }

.online-service.left .button div{ text-align:left; padding-left:5px }

.online-service .header, .online-service .footer{

    height:25px; line-height:25px;

    padding:0 .5em;

}

.online-service .header{ border-bottom:1px solid #eee }

.online-service .footer{ border-top:1px solid #eee; font-size:12px }

.online-service.right .footer{ text-align:right }

.online-service.left .footer{ text-align:left }

.online-service .content{ padding:.5em 1em }



.ol-qq-online .qq-btn{ float:left; margin-right:.5em }

.ol-qq-online .qq-btn img{ float:left }

.ol-qq-online{ line-height:25px }



.ol-image img{ width:100% }


/*----------------------电脑板式样式----------------------*/
body > .online-service{display:block !important;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    body > .online-service{display:block !important;}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
    body > .online-service{display:block !important;}
}



