
/**
    *编辑器         \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-color:#ffffff; }
body{ background-position:left top; }


 #dh_style_01_1482562315212{width:63.083333333333336%;position:absolute;left:36.916666666666664%;top:55.5px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1482562315212{width:67.76246023329799%;z-index:999;left:32.14640774125132%;top:23px;display:none;}}   @media screen and (max-width:640px) {#dh_style_01_1482562315212{width:31.57894736842105%;z-index:2;left:68.4375%;top:53px;height:50px;display:none;}} #dh_style_01_1482562315212 > .view_contents{overflow:visible;}  #dh_style_01_1482562315212  {font-size:12px;} #dh_style_01_1482562315212 .columnSet {font-size:12px;} #dh_style_01_1482562315212 .mainMenuSet {font-size:16px;border-bottom-color:#f13a3a;border-bottom-style:none;border-bottom-width:1px;} #dh_style_01_1482562315212 .mainMenuSet:hover {color:#44c1f2;border-bottom-color:#aaff56;border-bottom-style:none;border-bottom-width:1px;border-top-style:none;border-right-style:none;border-left-style:none;border-top-width:1px;border-right-width:1px;border-left-width:1px;border-top-color:#aaff56;border-right-color:#aaff56;border-left-color:#aaff56;background:transparent;font-weight:bold;} #dh_style_01_1482562315212 #hot>a {background:transparent;color:#44c1f2;border-bottom-color:#f13a3a;border-bottom-style:none;border-bottom-width:1px;font-weight:bold;} #dh_style_01_1482562315212 #hot>a:hover {border-bottom-color:#f25959;border-bottom-style:none;border-bottom-width:0px;border-top-style:none;border-right-style:none;border-left-style:none;border-top-width:0px;border-right-width:0px;border-left-width:0px;color:#44c1f2;font-weight:bold;background:transparent;} #dh_style_01_1482562315212 .columnSet:hover {border-bottom-color:#f25959;border-bottom-style:none;border-bottom-width:2px;} #dh_style_01_1482562315212 .subCurSet:hover {color:transparent;text-align:left;} #dh_style_01_1482562315212 .subminSet:hover {color:transparent;} #dh_style_01_1482562315212 .subMenuSet:hover {color:#f25959;font-size:14px;border-bottom-color:#f25959;border-bottom-style:solid;border-bottom-width:1px;} #dh_style_01_1482562315212 .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_1482562315212 #hot>a {color:#45c1f2;font-size:16px;border-bottom-color:transparent;border-bottom-style:solid;border-bottom-width:1px;}} @media screen and (max-width:640px) { #dh_style_01_1482562315212 .subMenuSet {font-size:14px;color:#ffffff;}} @media screen and (max-width:640px) { #dh_style_01_1482562315212 .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_1482562315212 .subCurSet {background:transparent;border-bottom-color:#f25959;border-bottom-style:solid;border-bottom-width:1px;color:#f25959;font-size:14px;}} @media screen and (max-width:640px) { #dh_style_01_1482562315212 #hot>a:hover {color:#ffffff;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:transparent;}} @media screen and (max-width:640px) { #dh_style_01_1482562315212 .mainMenuSet {text-indent:1em;}}
/*----------------------电脑板式样式----------------------*/
#dh_style_01_1482562315212{
	
}
#dh_style_01_1482562315212 .menuStyle_1 .menuScroll{padding:0 18px;}
#dh_style_01_1482562315212 .menuStyle_1 .miniMenu .leftBox .menuUlCopy{padding:0;}
#dh_style_01_1482562315212  .menuStyle_1 .menuScroll>.menuUlCopy{width:100%;}
#dh_style_01_1482562315212 .mainMenuSet{margin:0;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_01_1482562315212{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_01_1482562315212{
		
	}
}

 #image_logo_1521511601310{width:11.5%;height:115px;position:absolute;top:20.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1521511601310{height:94px;left:1.2576219512195124%;width:132px;top:20.5px;}}   @media screen and (max-width:640px) {#image_logo_1521511601310{width:83px;height:71px;top:10px;left:5.4345703125%;z-index:1;}} #image_logo_1521511601310 > .view_contents{overflow:visible;} 

 #qqol_style_01_1538201129783{width:17.5%;position:absolute;top:0px;left:21.833333333333332%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#qqol_style_01_1538201129783{display:block;}}   @media screen and (max-width:640px) {#qqol_style_01_1538201129783{width:96%;top:111px;left:2%;display:none;}} #qqol_style_01_1538201129783 > .view_contents{overflow:visible;}  #qqol_style_01_1538201129783  {border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;}

 #dh_style_11_1538207251657{width:949px;z-index:999;left:20.75%;top:85px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_11_1538207251657{width:100%;z-index:999;left:19.088016967126194%;top:67.5px;}}   @media screen and (max-width:640px) {#dh_style_11_1538207251657{width:44px;z-index:999;left:86.25%;top:10px;}} #dh_style_11_1538207251657 > .view_contents{overflow:visible;}  #dh_style_11_1538207251657:hover {} #dh_style_11_1538207251657 .subMenuSet:hover {background:#217fc3;color:#ffffff;} #dh_style_11_1538207251657 .subCurSet {background:#217fc3;color:#ffffff;} #dh_style_11_1538207251657 .thrMenuSet:hover {background:#007fff;} #dh_style_11_1538207251657 .thrCurSet {background:#007fff;} #dh_style_11_1538207251657:active {background:#007fff;} #dh_style_11_1538207251657 .mainMenuSet:hover {background:#217fc3;color:#ffffff;} #dh_style_11_1538207251657 #hot>a {background:#217fc3;color:#ffffff;}

 #image_style_01_1539137194726{width:2.083333333333333%;height:27px;position:absolute;top:23px;left:76.125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1539137194726{top:27px;left:68.06236744432663%;height:21px;}}   @media screen and (max-width:640px) {#image_style_01_1539137194726{width:40px;height:27px;top:167px;left:43.75%;display:none;}} #image_style_01_1539137194726 > .view_contents{overflow:visible;} 

 #text_style_01_1539137337189{width:15.916666666666668%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:15px;left:84.08333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1539137337189{top:15px;left:78.88553817603393%;width:181px;}}   @media screen and (max-width:640px) {#text_style_01_1539137337189{width:51.5625%;top:56px;left:45.4345703125%;display:block;}}  #text_style_01_1539137337189>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#000000;font-size:24px;text-align:right;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1539137337189>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1539137337189>.view_contents {box-sizing:border-box;font-size:16px;}}

 #text_style_01_1539137482948{width:8%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:24px;left:78.79166666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1539137482948{top:24px;left:70.94379639448569%;width:94px;}}   @media screen and (max-width:640px) {#text_style_01_1539137482948{width:30%;top:57.5px;left:35%;display:block;}}  #text_style_01_1539137482948>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1539137482948>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1539137482948>.view_contents {box-sizing:border-box;}} #comm_layout_header{height:174px;z-index:10000000000000000;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:132px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:95px;z-index:10;}} #comm_layout_header > .view_contents{max-width:1200px;overflow:visible;} 


 #banner_style_01_1522136375223{width:100%;height:100%;position:absolute;left:0%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1522136375223{width:100%;height:427px;left:0%;top:0px;}}   @media screen and (max-width:640px) {#banner_style_01_1522136375223{width:100%;height:121px;left:0%;top:0px;}} 


 #text_style_01_1522136376402{width:85.58333333333333%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:73.5px;left:8.833333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522136376402{left:0%;width:44.48051948051948%;top:43.5px;}}   @media screen and (max-width:640px) {#text_style_01_1522136376402{width:96%;top:7px;left:1.9970703125%;}}  #text_style_01_1522136376402>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#ffffff;font-size:50px;font-weight:bold;line-height:67px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522136376402>.view_contents {box-sizing:border-box;font-size:38px;line-height:50px;}} @media screen and (max-width:640px) { #text_style_01_1522136376402>.view_contents {box-sizing:border-box;font-size:24px;line-height:30px;text-align:center;}}

 #text_style_01_1522136376441{width:60.083333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:175.5px;left:19.958333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522136376441{left:0%;width:68.29004329004329%;top:173.5px;}}   @media screen and (max-width:640px) {#text_style_01_1522136376441{width:91.25%;top:57px;left:2%;display:none;}}  #text_style_01_1522136376441>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:18px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522136376441>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1522136376441>.view_contents {box-sizing:border-box;font-size:12px;}}

 #text_style_01_1522136376459{width:13.333333333333334%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:283.5px;left:43.333333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522136376459{left:0%;width:14.285714285714285%;top:279.5px;}}   @media screen and (max-width:640px) {#text_style_01_1522136376459{width:34.375%;top:115px;left:32.8125%;}}  #text_style_01_1522136376459>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#0a2155;text-align:center;font-size:16px;background:#ffffff;line-height:42px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522136376459>.view_contents {box-sizing:border-box;font-size:14px;line-height:36px;}} @media screen and (max-width:640px) { #text_style_01_1522136376459>.view_contents {box-sizing:border-box;font-size:12px;line-height:32px;}}
/*----------------------电脑板式样式----------------------*/
#text_style_01_1522136376459 a{
	display:inline-block;width:100%;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1522136376459{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_01_1522136376459{
		
	}
}

 #text_style_01_1522137841754{width:60.083333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:0px;left:0%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522137841754{width:68.29004329004329%;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1522137841754{width:94%;top:71px;left:2.998046875%;display:block;}}  #text_style_01_1522137841754>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:18px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522137841754>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1522137841754>.view_contents {box-sizing:border-box;font-size:12px;text-align:center;line-height:20px;}}
 #div_a_includeBlock_1522136375284{width:1200px;height:494px;position:absolute;top:68px;left:calc(50% - 600px);display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1522136375284{width:94%;left:3%;top:30px;height:367px;display:none;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1522136375284{width:100%;height:155px;top:11px;left:0%;display:none;}}  #layout_1522136375209{height:531px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1522136375209{height:427px;display:block;}}   @media screen and (max-width:640px) {#layout_1522136375209{height:121px;display:block;}} #layout_1522136375209 > .view_contents{overflow:visible;} 


 #div_blank_1481771940470{width:25%;height:200px;position:absolute;left:23.166666666666664%;top:4.25px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1481771940470{width:31.25%;height:200px;left:25%;display:none;top:7.25px;}}   @media screen and (max-width:640px) {#div_blank_1481771940470{width:31%;height:115px;left:34.60526315789474%;top:8px;display:none;}} #div_blank_1481771940470 > .view_contents{overflow:visible;}  #div_blank_1481771940470  {box-sizing:border-box;background:#aaa;opacity:0.5;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1481771940470  {box-sizing:border-box;background:#aaa;opacity:0.5;}} @media screen and (max-width:640px) { #div_blank_1481771940470  {box-sizing:border-box;background:#4d7c1d;opacity:0.5;}}

 #text_style_02_1481772229650{width:30.833333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:0%;top:44.25px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1481772229650{width:36.45833333333333%;left:0%;}}   @media screen and (max-width:640px) {#text_style_02_1481772229650{width:12.631578947368421%;left:43.684210526315795%;font-size:20px!important;top:64.5px;display:none;}}  #text_style_02_1481772229650>.view_contents {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1481772229650>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1481772229650>.view_contents {box-sizing:border-box;}}

 #text_style_02_1481772249494{width:30.833333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:0%;top:44.25px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1481772249494{width:36.45833333333333%;left:0%;}}   @media screen and (max-width:640px) {#text_style_02_1481772249494{width:11.842105263157894%;left:80.13157894736842%;font-size:20px!important;top:64.5px;display:none;}}  #text_style_02_1481772249494>.view_contents {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1481772249494>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1481772249494>.view_contents {box-sizing:border-box;}}

 #div_blank_1481771949315{width:25%;height:200px;position:absolute;left:19.75%;top:16.25px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1481771949315{width:31.25%;height:200px;left:40.416666666666664%;display:none;top:22.25px;}}   @media screen and (max-width:640px) {#div_blank_1481771949315{width:31%;height:115px;left:68.28947368421052%;top:8px;display:none;}} #div_blank_1481771949315 > .view_contents{overflow:visible;}  #div_blank_1481771949315  {box-sizing:border-box;background:#aaa;opacity:0.5;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1481771949315  {box-sizing:border-box;background:#aaa;opacity:0.5;}} @media screen and (max-width:640px) { #div_blank_1481771949315  {box-sizing:border-box;background:#b77d47;opacity:0.5;}}

 #text_style_02_1481772192784{width:30.833333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:0%;top:44.25px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1481772192784{width:36.45833333333333%;left:0%;}}   @media screen and (max-width:640px) {#text_style_02_1481772192784{width:11.842105263157894%;left:9.078947368421053%;font-size:20px!important;top:64.5px;display:none;}}  #text_style_02_1481772192784>.view_contents {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1481772192784>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1481772192784>.view_contents {box-sizing:border-box;}}

 #div_blank_1481771896482{width:25%;height:200px;position:absolute;left:22.583333333333332%;top:16.25px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1481771896482{width:31.25%;height:200px;left:40.9375%;display:block;top:16.25px;}}   @media screen and (max-width:640px) {#div_blank_1481771896482{width:31%;height:115px;left:1.3157894736842104%;top:8px;display:block;}} #div_blank_1481771896482 > .view_contents{overflow:visible;}  #div_blank_1481771896482  {box-sizing:border-box;background:#aaa;opacity:0.5;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1481771896482  {box-sizing:border-box;background:#aaa;opacity:0.5;}} @media screen and (max-width:640px) { #div_blank_1481771896482  {box-sizing:border-box;background:#bf0000;opacity:0.5;}} #layout_1481771888957{height:300px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1481771888957{display:none;}}   @media screen and (max-width:640px) {#layout_1481771888957{height:439px;display:none;}} #layout_1481771888957 > .view_contents{max-width:1200px;}  @media screen and (max-width:640px) { #layout_1481771888957  {background:#e5e5e5;}}


 #div_blank_1522138198681{width:25%;height:215px;position:absolute;top:82px;left:0.5833333333333334%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1522138198681{left:3%;top:50px;}}   @media screen and (max-width:640px) {#div_blank_1522138198681{width:99.00990099009901%;height:200px;top:0px;left:0.4950495049504937%;display:none;}} #div_blank_1522138198681 > .view_contents{overflow:visible;}  #div_blank_1522138198681  {box-sizing:border-box;background:transparent;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#cccccc;border-right-color:#cccccc;border-bottom-color:#cccccc;border-left-color:#cccccc;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1522138198681  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1522138198681  {box-sizing:border-box;}}

 #div_blank_1522138198702{width:13.416666666666666%;height:231px;position:absolute;top:290px;left:3.166666666666667%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1522138198702{top:217px;left:5.3%;height:128px;}}   @media screen and (max-width:640px) {#div_blank_1522138198702{width:99.00990099009901%;height:200px;top:37px;left:0.4950495049504937%;display:none;}} #div_blank_1522138198702 > .view_contents{overflow:visible;}  #div_blank_1522138198702  {box-sizing:border-box;background:transparent;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#cccccc;border-right-color:#cccccc;border-bottom-color:#cccccc;border-left-color:#cccccc;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1522138198702  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1522138198702  {box-sizing:border-box;}}

 #image_style_01_1522138198724{width:31.916666666666664%;height:390px;position:absolute;top:111px;left:3.0833333333333335%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522138198724{top:80px;left:7%;width:318px;height:239px;}}   @media screen and (max-width:640px) {#image_style_01_1522138198724{width:66.006600660066%;height:200px;top:0px;left:16.996699669967%;display:none;}} #image_style_01_1522138198724 > .view_contents{overflow:visible;}  #image_style_01_1522138198724  {box-shadow:#666666 0px 0px 10px ;}

 #div_blank_1522138198755{width:14.416666666666666%;height:219px;position:absolute;top:118px;left:24.666666666666668%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1522138198755{height:160px;top:109px;left:29.1%;}}   @media screen and (max-width:640px) {#div_blank_1522138198755{width:99.00990099009901%;height:200px;top:212px;left:0.9900990099009874%;display:none;}} #div_blank_1522138198755 > .view_contents{overflow:visible;}  #div_blank_1522138198755  {box-sizing:border-box;background:transparent;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#cccccc;border-right-color:#cccccc;border-bottom-color:#cccccc;border-left-color:#cccccc;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1522138198755  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1522138198755  {box-sizing:border-box;}}

 #text_style_02_1522138243364{width:52%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:48%;top:304px;z-index:2;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1522138243364{width:53.34040296924708%;z-index:4;display:none;}}   @media screen and (max-width:640px) {#text_style_02_1522138243364{width:94%;left:3%;top:65px;display:block;}}  #text_style_02_1522138243364>.view_contents {box-sizing:border-box;color:#7f7f7f;font-size:13px;line-height:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1522138243364>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1522138243364>.view_contents {box-sizing:border-box;text-indent:2em;font-size:12px;font-family:Microsoft YaHei;line-height:20px;}}

 #text_style_02_1522138198620{width:41.583333333333336%;font-size:26px!important;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:44%;top:72px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1522138198620{width:50%;left:46.363003711558854%;top:50px;}}   @media screen and (max-width:640px) {#text_style_02_1522138198620{width:100%;left:0%;top:20px;}}  #text_style_02_1522138198620>.view_contents {box-sizing:border-box;color:#000000;font-size:20px;font-family:Microsoft YaHei;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1522138198620>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1522138198620>.view_contents {box-sizing:border-box;font-size:20px;font-family:Microsoft YaHei;line-height:25px;text-align:center;}}

 #text_style_02_1522138198664{width:56.00000000000001%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:44%;top:148px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1522138198664{width:50.68928950159067%;left:46.363003711558854%;top:104px;z-index:4;}}   @media screen and (max-width:640px) {#text_style_02_1522138198664{width:96%;left:1.9970703125%;top:69px;display:none;}}  #text_style_02_1522138198664>.view_contents {box-sizing:border-box;color:#7f7f7f;font-size:14px;line-height:24px;font-family:Microsoft YaHei;text-align:justify;text-indent:2em;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1522138198664>.view_contents {box-sizing:border-box;color:#a0a0a0;}} @media screen and (max-width:640px) { #text_style_02_1522138198664>.view_contents {box-sizing:border-box;text-indent:2em;font-size:12px;font-family:Microsoft YaHei;}}

 #text_style_02_1522138316570{width:150px;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:462px;left:44%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1522138316570{left:46.363003711558854%;top:555px;width:136px;}}   @media screen and (max-width:640px) {#text_style_02_1522138316570{width:34.3%;top:334px;left:32.85%;}}  #text_style_02_1522138316570>.view_contents {box-sizing:border-box;background:#44c1f2;color:#ffffff;font-size:16px;text-align:center;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1522138316570>.view_contents {box-sizing:border-box;font-size:14px;line-height:42px;height:42px;}} @media screen and (max-width:640px) { #text_style_02_1522138316570>.view_contents {box-sizing:border-box;font-size:12px;line-height:32px;}}
/*----------------------电脑板式样式----------------------*/
#text_style_02_1522138316570 a{
	display:inline-block;width:100%;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1522138316570{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_02_1522138316570{
		
	}
} #layout_1522138198619{height:558px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1522138198619{height:643px;display:block;}}   @media screen and (max-width:640px) {#layout_1522138198619{height:392px;display:block;}} #layout_1522138198619 > .view_contents{max-width:1200px;overflow:visible;}  #layout_1522138198619  {background:transparent;color:#ffffff;} #layout_1522138198619>.view_contents {color:#ffffff;}


 #text_style_02_1539155740185{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:63px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1539155740185{top:50px;left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_02_1539155740185{width:96%;top:0px;left:2%;}}  #text_style_02_1539155740185>.view_contents {box-sizing:border-box;font-size:28px;text-align:center;line-height:36px;color:#333333;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1539155740185>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_02_1539155740185>.view_contents {box-sizing:border-box;font-size:24px;line-height:25px;}}

 #text_style_01_1539155740195{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:103px;left:34.583333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1539155740195{left:34.568862672322375%;top:87px;}}   @media screen and (max-width:640px) {#text_style_01_1539155740195{width:96%;top:36px;left:1.9970703125%;}}  #text_style_01_1539155740195>.view_contents {box-sizing:border-box;font-family:Verdana;font-size:24px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1539155740195>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1539155740195>.view_contents {box-sizing:border-box;font-size:18px;}}

 #image_style_01_1539155740197{width:18.333333333333332%;height:43px;position:absolute;top:103px;left:40.833333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1539155740197{height:40px;width:19.19406150583245%;left:40.402969247083774%;top:87px;}}   @media screen and (max-width:640px) {#image_style_01_1539155740197{width:67.5%;height:38px;top:33px;left:16.25%;}} #image_style_01_1539155740197 > .view_contents{overflow:visible;}  #layout_1539155740185{height:175px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1539155740185{height:152px;}}   @media screen and (max-width:640px) {#layout_1539155740185{height:72px;display:block;}} #layout_1539155740185 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1539155740185  {}




 #image_style_01_1539142401803{width:99.53917050691244%;height:141px;position:absolute;left:0%;top:3px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1539142401803{display:block;}}   @media screen and (max-width:640px) {#image_style_01_1539142401803{width:96%;height:126px;top:0px;left:2%;display:block;}} #image_style_01_1539142401803 > .view_contents{overflow:visible;} 

 #text_style_01_1539142424881{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:158px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1539142424881{width:170px;left:0%;}}   @media screen and (max-width:640px) {#text_style_01_1539142424881{width:96%;top:73px;left:1.9205729166666667%;}}  #text_style_01_1539142424881>.view_contents {box-sizing:border-box;color:#000000;font-family:Microsoft YaHei;font-size:22px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1539142424881>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1539142424881>.view_contents {box-sizing:border-box;font-size:18px;}}
 #div_a_includeBlock_1539142551019{width:18.083333333333336%;height:214px;position:absolute;left:8%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1539142551019{left:10%;width:18%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1539142551019{width:30%;height:126px;top:0px;left:1%;}} 


 #image_style_01_1539142702628{width:99.53917050691244%;height:146px;position:absolute;left:0%;top:3px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1539142702628{}}   @media screen and (max-width:640px) {#image_style_01_1539142702628{width:96%;height:61px;top:0px;left:2%;}} #image_style_01_1539142702628 > .view_contents{overflow:visible;} 

 #text_style_01_1539142702635{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:158px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1539142702635{width:170px;left:0%;}}   @media screen and (max-width:640px) {#text_style_01_1539142702635{width:96%;top:73px;left:2%;}}  #text_style_01_1539142702635>.view_contents {box-sizing:border-box;color:#000000;font-family:Microsoft YaHei;font-size:22px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1539142702635>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1539142702635>.view_contents {box-sizing:border-box;font-size:18px;}}
 #div_a_includeBlock_1539142702440{width:18.083333333333336%;height:214px;position:absolute;left:40.958333333333336%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1539142702440{}}   @media screen and (max-width:640px) {#div_a_includeBlock_1539142702440{width:30%;height:114px;top:0px;left:34.404296875%;}} 


 #image_style_01_1539142713397{width:99.53917050691244%;height:158px;position:absolute;left:0%;top:3px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1539142713397{}}   @media screen and (max-width:640px) {#image_style_01_1539142713397{width:96%;height:68px;top:0px;left:2%;}} #image_style_01_1539142713397 > .view_contents{overflow:visible;} 

 #text_style_01_1539142713404{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:158px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1539142713404{width:170px;left:0%;}}   @media screen and (max-width:640px) {#text_style_01_1539142713404{width:96%;top:71px;left:2%;}}  #text_style_01_1539142713404>.view_contents {box-sizing:border-box;color:#000000;font-family:Microsoft YaHei;font-size:22px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1539142713404>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1539142713404>.view_contents {box-sizing:border-box;font-size:18px;}}
 #div_a_includeBlock_1539142713239{width:18.083333333333336%;height:214px;position:absolute;left:73.83333333333333%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1539142713239{top:0px;left:72.21685082872928%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1539142713239{width:30%;height:135px;top:0px;left:67.8125%;display:none;}} 
 #div_a_includeBlock_1539142341358{width:100%;height:214px;position:absolute;top:0%;left:0%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1539142341358{width:96%;left:2.014846235418876%;height:214px;display:block;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1539142341358{width:100%;height:135px;top:0px;left:0%;display:none;}} 



 #image_style_01_1540556326171{width:99.53917050691244%;height:141px;position:absolute;left:0%;top:3px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1540556326171{display:block;}}   @media screen and (max-width:640px) {#image_style_01_1540556326171{width:96%;height:80px;top:0px;left:2%;display:block;}} #image_style_01_1540556326171 > .view_contents{overflow:visible;} 

 #text_style_01_1540556326184{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:158px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1540556326184{width:170px;left:0%;}}   @media screen and (max-width:640px) {#text_style_01_1540556326184{width:96%;top:73px;left:1.9205729166666667%;}}  #text_style_01_1540556326184>.view_contents {box-sizing:border-box;color:#000000;font-family:Microsoft YaHei;font-size:22px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1540556326184>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1540556326184>.view_contents {box-sizing:border-box;font-size:18px;}}
 #div_a_includeBlock_1540556325892{width:18.083333333333336%;height:214px;position:absolute;left:8%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1540556325892{left:10%;width:18%;height:236px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1540556325892{width:30%;height:137px;top:0px;left:1%;}} 


 #image_style_01_1540556326300{width:99.53917050691244%;height:146px;position:absolute;left:0%;top:3px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1540556326300{}}   @media screen and (max-width:640px) {#image_style_01_1540556326300{width:96%;height:70px;top:0px;left:2%;}} #image_style_01_1540556326300 > .view_contents{overflow:visible;} 

 #text_style_01_1540556326304{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:158px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1540556326304{width:170px;left:0%;}}   @media screen and (max-width:640px) {#text_style_01_1540556326304{width:96%;top:73px;left:2%;}}  #text_style_01_1540556326304>.view_contents {box-sizing:border-box;color:#000000;font-family:Microsoft YaHei;font-size:22px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1540556326304>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1540556326304>.view_contents {box-sizing:border-box;font-size:18px;}}
 #div_a_includeBlock_1540556325897{width:18.083333333333336%;height:214px;position:absolute;left:40.958333333333336%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1540556325897{height:236px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1540556325897{width:30%;height:137px;top:0px;left:34.404296875%;}} 


 #image_style_01_1540556326405{width:82.48847926267281%;height:147px;position:absolute;left:5.0691244239631335%;top:8px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1540556326405{}}   @media screen and (max-width:640px) {#image_style_01_1540556326405{width:96%;height:68px;top:0px;left:2%;}} #image_style_01_1540556326405 > .view_contents{overflow:visible;} 

 #text_style_01_1540556326408{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:158px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1540556326408{width:170px;left:0%;}}   @media screen and (max-width:640px) {#text_style_01_1540556326408{width:96%;top:71px;left:2%;}}  #text_style_01_1540556326408>.view_contents {box-sizing:border-box;color:#000000;font-family:Microsoft YaHei;font-size:22px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1540556326408>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1540556326408>.view_contents {box-sizing:border-box;font-size:18px;}}
 #div_a_includeBlock_1540556325908{width:18.083333333333336%;height:214px;position:absolute;left:73.83333333333333%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1540556325908{top:0px;left:72.21685082872928%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1540556325908{width:30%;height:135px;top:0px;left:67.8125%;}} 
 #div_a_includeBlock_1540556325776{width:100%;height:214px;position:absolute;top:257px;left:0%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1540556325776{width:96%;height:236px;display:block;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1540556325776{width:100%;height:163px;top:575px;left:0%;display:none;}} 

 #newsList_style_04_1541154873858{width:99.91666666666667%;position:absolute;top:0px;left:0.08333333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_04_1541154873858{}}   @media screen and (max-width:640px) {#newsList_style_04_1541154873858{width:96%;top:6px;left:2%;display:block;}}  #newsList_style_04_1541154873858 .titleSet {font-size:16px;font-weight:bold;padding-top:0px;padding-left:0px;text-align:center;} #newsList_style_04_1541154873858 .detailSet {font-size:14px;border-bottom-style:none;margin-bottom:0px;padding-left:15px;padding-right:15px;text-align:center;} #newsList_style_04_1541154873858 .modSet:hover {box-shadow:#cccccc 3px 8px 8px ;margin-top:-3px;} #newsList_style_04_1541154873858 .imgSet {border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#ffffff;border-right-color:#ffffff;border-bottom-color:#ffffff;border-left-color:#ffffff;border-top-width:30px;border-right-width:30px;border-bottom-width:30px;border-left-width:30px;} @media screen and (max-width:640px) { #newsList_style_04_1541154873858 .titleSet {font-size:12px;padding-left:5px;padding-top:3px;}} @media screen and (max-width:640px) { #newsList_style_04_1541154873858 .detailSet {font-size:12px;padding-left:5px;margin-bottom:0px;}} @media screen and (max-width:640px) { #newsList_style_04_1541154873858 .imgSet {border-top-width:10px;border-right-width:10px;border-bottom-width:10px;border-left-width:10px;}}
/*----------------------电脑板式样式----------------------*/
#newsList_style_04_1541154873858{
	
}
#newsList_style_04_1541154873858 .zTm{margin-top:47% !important;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_04_1541154873858{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#newsList_style_04_1541154873858{
		
	}
} #layout_1539141963985{height:556px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1539141963985{height:493px;}}   @media screen and (max-width:640px) {#layout_1539141963985{height:404px;display:block;}} #layout_1539141963985 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1539156134667{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:63px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1539156134667{top:50px;left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_02_1539156134667{width:96%;top:0px;left:2%;}}  #text_style_02_1539156134667>.view_contents {box-sizing:border-box;font-size:28px;text-align:center;line-height:36px;color:#333333;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1539156134667>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_02_1539156134667>.view_contents {box-sizing:border-box;font-size:24px;line-height:25px;}}

 #text_style_01_1539156134682{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:103px;left:34.583333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1539156134682{left:34.568862672322375%;top:87px;}}   @media screen and (max-width:640px) {#text_style_01_1539156134682{width:96%;top:36px;left:1.9970703125%;}}  #text_style_01_1539156134682>.view_contents {box-sizing:border-box;font-family:Verdana;font-size:24px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1539156134682>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1539156134682>.view_contents {box-sizing:border-box;font-size:18px;}}

 #image_style_01_1539156134686{width:18.333333333333332%;height:43px;position:absolute;top:103px;left:40.833333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1539156134686{height:40px;width:19.19406150583245%;left:40.402969247083774%;top:87px;}}   @media screen and (max-width:640px) {#image_style_01_1539156134686{width:67.5%;height:38px;top:33px;left:16.25%;}} #image_style_01_1539156134686 > .view_contents{overflow:visible;}  #layout_1539156134666{height:186px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1539156134666{height:152px;}}   @media screen and (max-width:640px) {#layout_1539156134666{height:90px;}} #layout_1539156134666 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1539156134666  {}



 #newsList_style_04_1542682722370{width:99.91666666666667%;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_04_1542682722370{}}   @media screen and (max-width:640px) {#newsList_style_04_1542682722370{width:96%;top:0px;left:2.03125%;display:block;}}  #newsList_style_04_1542682722370 .titleSet {font-size:16px;font-weight:bold;padding-top:0px;padding-left:0px;text-align:center;} #newsList_style_04_1542682722370 .detailSet {font-size:14px;border-bottom-style:none;margin-bottom:0px;padding-left:15px;padding-right:15px;text-align:center;} #newsList_style_04_1542682722370 .modSet:hover {box-shadow:#cccccc 3px 8px 8px ;margin-top:-3px;} #newsList_style_04_1542682722370 .imgSet {border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#ffffff;border-right-color:#ffffff;border-bottom-color:#ffffff;border-left-color:#ffffff;border-top-width:30px;border-right-width:30px;border-bottom-width:30px;border-left-width:30px;} @media screen and (max-width:640px) { #newsList_style_04_1542682722370 .titleSet {font-size:12px;padding-left:5px;padding-top:3px;}} @media screen and (max-width:640px) { #newsList_style_04_1542682722370 .detailSet {font-size:12px;padding-left:5px;margin-bottom:0px;}} @media screen and (max-width:640px) { #newsList_style_04_1542682722370 .imgSet {border-top-width:10px;border-right-width:10px;border-bottom-width:10px;border-left-width:10px;}}
/*----------------------电脑板式样式----------------------*/
#newsList_style_04_1542682722370{
	
}
#newsList_style_04_1542682722370 .zTm{margin-top:47% !important;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_04_1542682722370{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#newsList_style_04_1542682722370{
		
	}
}
 #div_a_includeBlock_1539142945894{width:100%;height:675px;position:absolute;top:0%;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1539142945894{}}   @media screen and (max-width:640px) {#div_a_includeBlock_1539142945894{width:100%;height:632px;top:0px;left:0%;}}  #layout_1539142943451{height:697px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1539142943451{height:922px;}}   @media screen and (max-width:640px) {#layout_1539142943451{height:632px;}} #layout_1539142943451 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1522030997253{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:63px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1522030997253{top:50px;left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_02_1522030997253{width:100%;top:20px;left:0%;}}  #text_style_02_1522030997253>.view_contents {box-sizing:border-box;font-size:28px;text-align:center;line-height:36px;color:#000000;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1522030997253>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_02_1522030997253>.view_contents {box-sizing:border-box;font-size:18px;line-height:25px;}}

 #image_style_01_1522031025821{width:52.416666666666664%;height:43px;position:absolute;top:105px;left:23.791666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522031025821{height:40px;left:0%;top:90px;width:100%;}}   @media screen and (max-width:640px) {#image_style_01_1522031025821{width:100%;height:20px;top:45px;left:0%;}} #image_style_01_1522031025821 > .view_contents{overflow:visible;} 


 #text_style_02_1522032981914{width:82.25806451612904%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:17.0908938172043%;top:55px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1522032981914{width:81.16438356164383%;left:18.305864726027394%;top:41px;}}   @media screen and (max-width:640px) {#text_style_02_1522032981914{width:78%;left:17%;top:25px;}}  #text_style_02_1522032981914>.view_contents {box-sizing:border-box;color:#333333;font-size:14px;line-height:24px;font-family:Microsoft YaHei;text-align:justify;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1522032981914>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1522032981914>.view_contents {box-sizing:border-box;line-height:20px;}}

 #image_style_01_1522032981917{width:48px;height:37px;position:absolute;top:2.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522032981917{left:0%;width:13.356164383561644%;top:0px;height:30px;}}   @media screen and (max-width:640px) {#image_style_01_1522032981917{width:48px;height:24px;top:0px;left:0%;}} #image_style_01_1522032981917 > .view_contents{overflow:visible;} 

 #text_style_01_1522033030475{width:82.9091061827957%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:3.5px;left:17.0908938172043%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522033030475{left:18.01690924657534%;width:64.04109589041096%;top:0px;}}   @media screen and (max-width:640px) {#text_style_01_1522033030475{width:78%;top:0px;left:17%;}}  #text_style_01_1522033030475>.view_contents {box-sizing:border-box;font-size:20px;height:36px;font-family:Microsoft YaHei;color:#333333;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522033030475>.view_contents {box-sizing:border-box;font-size:16px;height:30px;line-height:30px;}} @media screen and (max-width:640px) { #text_style_01_1522033030475>.view_contents {box-sizing:border-box;font-size:16px;height:24px;line-height:25px;}}
 #div_includeBlock_1522032981449{width:31%;height:135px;position:absolute;top:194px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1522032981449{height:140px;left:3%;top:180px;width:30%;}}   @media screen and (max-width:640px) {#div_includeBlock_1522032981449{width:94%;height:85px;top:85px;left:3%;}} 


 #text_style_02_1522034353556{width:82.25806451612904%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:17.0908938172043%;top:55px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1522034353556{width:81.16438356164383%;left:18.305864726027394%;top:41px;}}   @media screen and (max-width:640px) {#text_style_02_1522034353556{width:78%;left:17%;top:25px;}}  #text_style_02_1522034353556>.view_contents {box-sizing:border-box;color:#333333;font-size:14px;line-height:24px;font-family:Microsoft YaHei;text-align:justify;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1522034353556>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1522034353556>.view_contents {box-sizing:border-box;line-height:20px;}}

 #image_style_01_1522034353594{width:48px;height:37px;position:absolute;top:2.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522034353594{left:0%;width:13.356164383561644%;top:0px;height:30px;}}   @media screen and (max-width:640px) {#image_style_01_1522034353594{width:48px;height:24px;top:0.px;left:0%;}} #image_style_01_1522034353594 > .view_contents{overflow:visible;} 

 #text_style_01_1522034353597{width:82.9091061827957%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:3.5px;left:17.0908938172043%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522034353597{left:18.01690924657534%;width:64.04109589041096%;top:0px;}}   @media screen and (max-width:640px) {#text_style_01_1522034353597{width:78%;top:0px;left:17%;}}  #text_style_01_1522034353597>.view_contents {box-sizing:border-box;font-size:20px;height:36px;font-family:Microsoft YaHei;color:#333333;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522034353597>.view_contents {box-sizing:border-box;font-size:16px;height:30px;line-height:30px;}} @media screen and (max-width:640px) { #text_style_01_1522034353597>.view_contents {box-sizing:border-box;font-size:16px;height:24px;line-height:25px;}}
 #div_includeBlock_1522034352945{width:31%;height:135px;position:absolute;top:194px;left:34.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1522034352945{height:140px;left:34.994697773064686%;top:180px;width:30%;}}   @media screen and (max-width:640px) {#div_includeBlock_1522034352945{width:94%;top:190px;left:3%;height:105px;}} 


 #text_style_02_1522034538852{width:82.25806451612904%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:17.0908938172043%;top:55px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1522034538852{width:81.16438356164383%;left:18.305864726027394%;top:41px;}}   @media screen and (max-width:640px) {#text_style_02_1522034538852{width:78%;left:17%;top:25px;}}  #text_style_02_1522034538852>.view_contents {box-sizing:border-box;color:#333333;font-size:14px;line-height:24px;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1522034538852>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1522034538852>.view_contents {box-sizing:border-box;line-height:20px;}}

 #image_style_01_1522034538908{width:48px;height:37px;position:absolute;top:2.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522034538908{left:0%;width:13.356164383561644%;top:0px;height:30px;}}   @media screen and (max-width:640px) {#image_style_01_1522034538908{width:48px;height:24px;top:0px;left:0%;}} #image_style_01_1522034538908 > .view_contents{overflow:visible;} 

 #text_style_01_1522034538914{width:79.3010752688172%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:3.5px;left:17.0908938172043%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522034538914{left:18.01690924657534%;width:64.04109589041096%;top:0px;}}   @media screen and (max-width:640px) {#text_style_01_1522034538914{width:78%;top:0px;left:17%;}}  #text_style_01_1522034538914>.view_contents {box-sizing:border-box;font-size:20px;height:36px;font-family:Microsoft YaHei;color:#333333;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522034538914>.view_contents {box-sizing:border-box;font-size:16px;height:30px;line-height:30px;}} @media screen and (max-width:640px) { #text_style_01_1522034538914>.view_contents {box-sizing:border-box;font-size:16px;height:24px;line-height:25px;}}
 #div_includeBlock_1522034538223{width:31%;height:135px;position:absolute;top:194px;left:69%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1522034538223{height:140px;left:67%;top:180px;width:30%;}}   @media screen and (max-width:640px) {#div_includeBlock_1522034538223{width:94%;height:85px;top:315px;left:3%;}} 


 #text_style_02_1522035151104{width:82.25806451612904%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:17.0908938172043%;top:55px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1522035151104{width:81.16438356164383%;left:18.305864726027394%;top:41px;}}   @media screen and (max-width:640px) {#text_style_02_1522035151104{width:78%;left:17%;top:25px;}}  #text_style_02_1522035151104>.view_contents {box-sizing:border-box;color:#333333;font-size:14px;line-height:24px;font-family:Microsoft YaHei;text-align:justify;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1522035151104>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1522035151104>.view_contents {box-sizing:border-box;line-height:20px;}}

 #image_style_01_1522035151126{width:48px;height:37px;position:absolute;top:2.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522035151126{left:0%;width:13.356164383561644%;top:0px;height:30px;}}   @media screen and (max-width:640px) {#image_style_01_1522035151126{width:48px;height:24px;top:0px;left:0%;}} #image_style_01_1522035151126 > .view_contents{overflow:visible;} 

 #text_style_01_1522035151132{width:82.9091061827957%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:3.5px;left:17.0908938172043%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522035151132{left:18.01690924657534%;width:64.04109589041096%;top:0px;}}   @media screen and (max-width:640px) {#text_style_01_1522035151132{width:78%;top:0px;left:17%;}}  #text_style_01_1522035151132>.view_contents {box-sizing:border-box;font-size:20px;height:36px;font-family:Microsoft YaHei;color:#333333;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522035151132>.view_contents {box-sizing:border-box;font-size:16px;height:30px;line-height:30px;}} @media screen and (max-width:640px) { #text_style_01_1522035151132>.view_contents {box-sizing:border-box;font-size:16px;height:24px;line-height:25px;}}
 #div_includeBlock_1522035150626{width:31%;height:135px;position:absolute;top:372px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1522035150626{height:140px;left:3%;top:340px;width:30%;}}   @media screen and (max-width:640px) {#div_includeBlock_1522035150626{width:94%;height:85px;top:420px;left:3%;}} 


 #text_style_02_1522035259093{width:82.25806451612904%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:17.0908938172043%;top:55px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1522035259093{width:81.16438356164383%;left:18.305864726027394%;top:41px;}}   @media screen and (max-width:640px) {#text_style_02_1522035259093{width:78%;left:17%;top:25px;}}  #text_style_02_1522035259093>.view_contents {box-sizing:border-box;color:#333333;font-size:14px;line-height:24px;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1522035259093>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1522035259093>.view_contents {box-sizing:border-box;line-height:20px;}}

 #image_style_01_1522035259130{width:48px;height:37px;position:absolute;top:2.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522035259130{left:0%;width:13.356164383561644%;top:0px;height:30px;}}   @media screen and (max-width:640px) {#image_style_01_1522035259130{width:48px;height:24px;top:0px;left:0%;}} #image_style_01_1522035259130 > .view_contents{overflow:visible;} 

 #text_style_01_1522035259134{width:82.9091061827957%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:3.5px;left:17.0908938172043%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522035259134{left:18.01690924657534%;width:64.04109589041096%;top:0px;}}   @media screen and (max-width:640px) {#text_style_01_1522035259134{width:78%;top:0px;left:17%;}}  #text_style_01_1522035259134>.view_contents {box-sizing:border-box;font-size:20px;height:36px;font-family:Microsoft YaHei;color:#333333;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522035259134>.view_contents {box-sizing:border-box;font-size:16px;height:30px;line-height:30px;}} @media screen and (max-width:640px) { #text_style_01_1522035259134>.view_contents {box-sizing:border-box;font-size:16px;height:24px;}}
 #div_includeBlock_1522035258459{width:31%;height:135px;position:absolute;top:372px;left:34.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1522035258459{height:140px;left:34.994697773064686%;top:340px;width:30%;}}   @media screen and (max-width:640px) {#div_includeBlock_1522035258459{width:94%;top:525px;left:3%;height:85px;}} 


 #text_style_02_1522035346928{width:82.25806451612904%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:17.0908938172043%;top:55px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1522035346928{width:81.16438356164383%;left:18.305864726027394%;top:41px;}}   @media screen and (max-width:640px) {#text_style_02_1522035346928{width:78%;left:17%;top:25px;}}  #text_style_02_1522035346928>.view_contents {box-sizing:border-box;color:#333333;font-size:14px;line-height:24px;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1522035346928>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1522035346928>.view_contents {box-sizing:border-box;line-height:20px;}}

 #image_style_01_1522035346971{width:48px;height:37px;position:absolute;top:2.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522035346971{left:0%;width:13.356164383561644%;top:0px;height:30px;}}   @media screen and (max-width:640px) {#image_style_01_1522035346971{width:48px;height:24px;top:0px;left:0%;}} #image_style_01_1522035346971 > .view_contents{overflow:visible;} 

 #text_style_01_1522035346975{width:81.72043010752688%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:3.5px;left:17.0908938172043%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522035346975{left:18.01690924657534%;width:64.04109589041096%;top:0px;}}   @media screen and (max-width:640px) {#text_style_01_1522035346975{width:78%;top:0px;left:17%;}}  #text_style_01_1522035346975>.view_contents {box-sizing:border-box;font-size:20px;height:36px;font-family:Microsoft YaHei;color:#333333;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522035346975>.view_contents {box-sizing:border-box;font-size:16px;height:30px;line-height:30px;}} @media screen and (max-width:640px) { #text_style_01_1522035346975>.view_contents {box-sizing:border-box;font-size:14px;height:24px;}}
 #div_includeBlock_1522035346156{width:31%;height:135px;position:absolute;top:372px;left:69%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1522035346156{height:140px;left:67%;top:340px;width:30%;}}   @media screen and (max-width:640px) {#div_includeBlock_1522035346156{width:94%;height:85px;top:630px;left:3%;}}  #layout_1522030997251{height:570px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1522030997251{height:530px;display:none;}}   @media screen and (max-width:640px) {#layout_1522030997251{height:735px;display:none;}} #layout_1522030997251 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1522030997251  {background-repeat:repeat!important;}


 #text_style_02_1538203557640{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:63px;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1538203557640{top:50px;left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_02_1538203557640{width:100%;top:20px;left:0%;}}  #text_style_02_1538203557640>.view_contents {box-sizing:border-box;font-size:26px;text-align:center;line-height:36px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1538203557640>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_02_1538203557640>.view_contents {box-sizing:border-box;font-size:18px;line-height:25px;}}

 #image_style_01_1538203557650{width:14.249999999999998%;height:43px;position:absolute;top:103px;left:42.875%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1538203557650{height:40px;left:40.19088016967126%;top:89.5px;width:19.618239660657476%;}}   @media screen and (max-width:640px) {#image_style_01_1538203557650{width:100%;height:20px;top:45px;left:0%;}} #image_style_01_1538203557650 > .view_contents{overflow:visible;}  #image_style_01_1538203557650 .picSet {opacity:0.3;}


 #image_style_01_1538203557924{width:45.289855072463766%;height:87px;position:absolute;top:50px;left:27.355072463768117%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1538203557924{left:16.996699669967%;width:66.006600660066%;height:65px;top:32px;}}   @media screen and (max-width:640px) {#image_style_01_1538203557924{width:90%;height:52px;top:0px;left:5%;}} #image_style_01_1538203557924 > .view_contents{overflow:visible;}  #image_style_01_1538203557924  {background: url(../img/upimages/pkgimg/pkgimg/icon/20180326135827697.png);background-size:auto 100%;background-position-y:50%;background-repeat:no-repeat;background-position-x:50%;} #image_style_01_1538203557924 .picSet {background: url(../img/upimages/pkgimg/pkgimg/icon/20180326135844629.png);background-repeat:no-repeat;background-size:auto 100%;background-position-x:50%;background-position-y:50%;}

 #text_style_01_1538203557926{width:67.7536231884058%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:146px;left:16.1231884057971%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1538203557926{left:23.27188940092166%;width:53.45622119815668%;top:100px;}}   @media screen and (max-width:640px) {#text_style_01_1538203557926{width:90%;top:61px;left:5%;}}  #text_style_01_1538203557926>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:18px;text-align:center;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1538203557926>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1538203557926>.view_contents {box-sizing:border-box;font-size:12px;color:#ffffff;font-weight:normal;}}

 #text_style_01_1538203557929{width:78.98550724637681%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:201px;left:10.507246376811594%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1538203557929{left:3.672235023041474%;width:93.08755760368663%;top:146px;}}   @media screen and (max-width:640px) {#text_style_01_1538203557929{width:96%;top:139px;left:2%;display:none;}}  #text_style_01_1538203557929>.view_contents {box-sizing:border-box;font-size:14px;font-family:Microsoft YaHei;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1538203557929>.view_contents {box-sizing:border-box;font-size:13px;}} @media screen and (max-width:640px) { #text_style_01_1538203557929>.view_contents {box-sizing:border-box;}}

 #text_style_01_1538203557932{width:61.59420289855072%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:299px;left:19.202898550724637%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1538203557932{left:21.889400921658986%;width:56.22119815668203%;top:228px;}}   @media screen and (max-width:640px) {#text_style_01_1538203557932{width:59.79381443298969%;top:45px;left:21.8359375%;}}  #text_style_01_1538203557932>.view_contents {box-sizing:border-box;color:#44c1f2;font-family:Microsoft YaHei;font-size:16px;text-align:center;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1538203557932>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1538203557932>.view_contents {box-sizing:border-box;font-size:12px;color:#ffffff;}}
 #div_a_includeBlock_1538203557653{width:23%;height:375px;position:absolute;top:194px;left:77%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1538203557653{left:3%;top:190px;height:280px;width:22%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1538203557653{width:25%;height:82px;top:85px;left:0%;}}  #div_a_includeBlock_1538203557653  {background:#ffffff;box-shadow:#333333 0px 0px 10px ;} #div_a_includeBlock_1538203557653:hover {background:#217fc3;} @media screen and (max-width:640px) { #div_a_includeBlock_1538203557653  {background:transparent;box-shadow:transparent 0px 0px 10px ;}} @media screen and (max-width:640px) { #div_a_includeBlock_1538203557653:hover {background:transparent;}}
/*----------------------电脑板式样式----------------------*/
#div_a_includeBlock_1538203557653:hover img{
	display:none;
}
#div_a_includeBlock_1538203557653:hover div{
	color:#ffffff;
}
#div_a_includeBlock_1538203557653:hover a{
	color:#ffffff;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1538203557653{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#div_a_includeBlock_1538203557653{

	}
#div_a_includeBlock_1538203557653 img{
	display:none;
}
}


 #image_style_01_1538203557872{width:45.289855072463766%;height:87px;position:absolute;top:50px;left:27.355072463768117%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1538203557872{left:16.996699669967%;width:66.006600660066%;height:65px;top:32px;display:block;}}   @media screen and (max-width:640px) {#image_style_01_1538203557872{width:90%;height:52px;top:0px;left:5%;display:block;}} #image_style_01_1538203557872 > .view_contents{overflow:visible;}  #image_style_01_1538203557872  {background: url(../img/upimages/1/20181010120947360.png);background-repeat:no-repeat;background-size:auto 100%;background-position-x:50%;background-position-y:50%;} #image_style_01_1538203557872 .picSet {background: url(../img/upimages/pkgimg/pkgimg/icon/20181010120533499.png);background-size:auto 100%;background-repeat:no-repeat;background-position-x:50%;background-position-y:50%;}
/*----------------------电脑板式样式----------------------*/
#image_style_01_1538203557872{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1538203557872{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#image_style_01_1538203557872{
		
	}
}

 #text_style_01_1538203557881{width:67.7536231884058%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:146px;left:16.1231884057971%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1538203557881{left:23.27188940092166%;width:53.45622119815668%;top:100px;}}   @media screen and (max-width:640px) {#text_style_01_1538203557881{width:90%;top:61px;left:5%;}}  #text_style_01_1538203557881>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:18px;text-align:center;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1538203557881>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1538203557881>.view_contents {box-sizing:border-box;font-size:12px;color:#ffffff;font-weight:normal;}}

 #text_style_01_1538203557884{width:78.98550724637681%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:201px;left:10.507246376811594%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1538203557884{left:3.672235023041474%;width:93.08755760368663%;top:146px;}}   @media screen and (max-width:640px) {#text_style_01_1538203557884{width:96%;top:139px;left:2%;display:none;}}  #text_style_01_1538203557884>.view_contents {box-sizing:border-box;font-size:14px;font-family:Microsoft YaHei;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1538203557884>.view_contents {box-sizing:border-box;font-size:13px;}} @media screen and (max-width:640px) { #text_style_01_1538203557884>.view_contents {box-sizing:border-box;}}

 #text_style_01_1538203557887{width:61.59420289855072%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:299px;left:19.202898550724637%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1538203557887{left:21.889400921658986%;width:56.22119815668203%;top:228px;}}   @media screen and (max-width:640px) {#text_style_01_1538203557887{width:59.79381443298969%;top:45px;left:21.8359375%;}}  #text_style_01_1538203557887>.view_contents {box-sizing:border-box;color:#44c1f2;font-family:Microsoft YaHei;font-size:16px;text-align:center;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1538203557887>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1538203557887>.view_contents {box-sizing:border-box;font-size:12px;color:#ffffff;}}
 #div_a_includeBlock_1538203557658{width:23%;height:369px;position:absolute;top:194px;left:25.666666666666664%;z-index:2;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1538203557658{height:280px;top:190px;left:27%;width:22%;display:block;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1538203557658{width:25%;height:82px;top:85px;left:25%;display:block;}}  #div_a_includeBlock_1538203557658  {background:#ffffff;box-shadow:#333333 0px 0px 10px ;} #div_a_includeBlock_1538203557658:hover {background:#217fc3;} @media screen and (max-width:640px) { #div_a_includeBlock_1538203557658  {background:transparent;box-shadow:transparent 0px 0px 10px ;}} @media screen and (max-width:640px) { #div_a_includeBlock_1538203557658:hover {background:transparent;}}
/*----------------------电脑板式样式----------------------*/
#div_a_includeBlock_1538203557658:hover img{
	display:none;
}
#div_a_includeBlock_1538203557658:hover div{
	color:#ffffff;
}
#div_a_includeBlock_1538203557658:hover a{
	color:#ffffff;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1538203557658{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#div_a_includeBlock_1538203557658{

	}
#div_a_includeBlock_1538203557658 img{
	display:none;
}
}


 #image_style_01_1538203557980{width:45.289855072463766%;height:76px;position:absolute;top:53px;left:27.355072463768117%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1538203557980{left:16.996699669967%;width:66.006600660066%;height:65px;top:32px;}}   @media screen and (max-width:640px) {#image_style_01_1538203557980{width:90%;height:52px;top:0px;left:5%;}} #image_style_01_1538203557980 > .view_contents{overflow:visible;}  #image_style_01_1538203557980  {background: url(../img/upimages/pkgimg/pkgimg/icon/20180326142912961.png);background-size:auto 100%;background-repeat:no-repeat;background-position-x:50%;background-position-y:50%;} #image_style_01_1538203557980 .picSet {background: url(../img/upimages/pkgimg/pkgimg/icon/20180326142959501.png);background-size:auto 100%;background-repeat:no-repeat;background-position-x:50%;background-position-y:50%;}

 #text_style_01_1538203557983{width:67.7536231884058%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:146px;left:16.1231884057971%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1538203557983{left:23.27188940092166%;width:53.45622119815668%;top:100px;}}   @media screen and (max-width:640px) {#text_style_01_1538203557983{width:90%;top:61px;left:5%;}}  #text_style_01_1538203557983>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:18px;text-align:center;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1538203557983>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1538203557983>.view_contents {box-sizing:border-box;font-size:12px;color:#ffffff;font-weight:normal;}}

 #text_style_01_1538203557986{width:78.98550724637681%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:201px;left:10.507246376811594%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1538203557986{left:3.672235023041474%;width:93.08755760368663%;top:146px;}}   @media screen and (max-width:640px) {#text_style_01_1538203557986{width:96%;top:139px;left:2%;display:none;}}  #text_style_01_1538203557986>.view_contents {box-sizing:border-box;font-size:14px;font-family:Microsoft YaHei;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1538203557986>.view_contents {box-sizing:border-box;font-size:13px;}} @media screen and (max-width:640px) { #text_style_01_1538203557986>.view_contents {box-sizing:border-box;}}

 #text_style_01_1538203557990{width:61.59420289855072%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:299px;left:19.202898550724637%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1538203557990{left:21.889400921658986%;width:56.22119815668203%;top:228px;}}   @media screen and (max-width:640px) {#text_style_01_1538203557990{width:59.79381443298969%;top:45px;left:21.8359375%;}}  #text_style_01_1538203557990>.view_contents {box-sizing:border-box;color:#44c1f2;font-family:Microsoft YaHei;font-size:16px;text-align:center;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1538203557990>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1538203557990>.view_contents {box-sizing:border-box;font-size:12px;color:#ffffff;}}
 #div_a_includeBlock_1538203557661{width:23%;height:371px;position:absolute;top:194px;left:51.33333333333333%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1538203557661{height:280px;top:190px;left:51%;width:22%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1538203557661{width:25%;height:82px;top:85px;left:50%;}}  #div_a_includeBlock_1538203557661  {background:#ffffff;box-shadow:#333333 0px 0px 10px ;} #div_a_includeBlock_1538203557661:hover {background:#217fc3;} @media screen and (max-width:640px) { #div_a_includeBlock_1538203557661  {background:transparent;box-shadow:transparent 0px 0px 10px ;}} @media screen and (max-width:640px) { #div_a_includeBlock_1538203557661:hover {background:transparent;}}
/*----------------------电脑板式样式----------------------*/
#div_a_includeBlock_1538203557661:hover img{
	display:none;
}
#div_a_includeBlock_1538203557661:hover div{
	color:#ffffff;
}
#div_a_includeBlock_1538203557661:hover a{
	color:#ffffff;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1538203557661{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#div_a_includeBlock_1538203557661{

	}
#div_a_includeBlock_1538203557661 img{
	display:none;
}
}


 #image_style_01_1538203558023{width:45.289855072463766%;height:76px;position:absolute;top:53px;left:27.355072463768117%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1538203558023{left:16.996699669967%;width:66.006600660066%;height:65px;top:32px;}}   @media screen and (max-width:640px) {#image_style_01_1538203558023{width:90%;height:52px;top:0px;left:5%;}} #image_style_01_1538203558023 > .view_contents{overflow:visible;}  #image_style_01_1538203558023  {background: url(../img/upimages/pkgimg/pkgimg/icon/20180326143142629.png);background-repeat:no-repeat;background-size:auto 100%;background-position-x:50%;background-position-y:50%;} #image_style_01_1538203558023 .picSet {background: url(../img/upimages/pkgimg/pkgimg/icon/20180326143223510.png);background-size:auto 100%;background-repeat:no-repeat;background-position-x:50%;background-position-y:50%;}

 #text_style_01_1538203558031{width:67.7536231884058%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:146px;left:16.1231884057971%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1538203558031{left:23.27188940092166%;width:53.45622119815668%;top:100px;}}   @media screen and (max-width:640px) {#text_style_01_1538203558031{width:90%;top:61px;left:5%;}}  #text_style_01_1538203558031>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:18px;text-align:center;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1538203558031>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1538203558031>.view_contents {box-sizing:border-box;font-size:12px;color:#ffffff;font-weight:normal;}}

 #text_style_01_1538203558033{width:78.98550724637681%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:201px;left:10.507246376811594%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1538203558033{left:3.672235023041474%;width:93.08755760368663%;top:146px;}}   @media screen and (max-width:640px) {#text_style_01_1538203558033{width:96%;top:139px;left:2%;display:none;}}  #text_style_01_1538203558033>.view_contents {box-sizing:border-box;font-size:14px;font-family:Microsoft YaHei;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1538203558033>.view_contents {box-sizing:border-box;font-size:13px;}} @media screen and (max-width:640px) { #text_style_01_1538203558033>.view_contents {box-sizing:border-box;}}

 #text_style_01_1538203558036{width:61.59420289855072%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:299px;left:19.202898550724637%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1538203558036{left:21.889400921658986%;width:56.22119815668203%;top:228px;}}   @media screen and (max-width:640px) {#text_style_01_1538203558036{width:59.79381443298969%;top:45px;left:21.8359375%;}}  #text_style_01_1538203558036>.view_contents {box-sizing:border-box;color:#44c1f2;font-family:Microsoft YaHei;font-size:16px;text-align:center;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1538203558036>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1538203558036>.view_contents {box-sizing:border-box;font-size:12px;color:#ffffff;}}
 #div_a_includeBlock_1538203557665{width:23%;height:369px;position:absolute;top:194px;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1538203557665{height:280px;top:190px;left:75%;width:22%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1538203557665{width:25%;height:82px;top:85px;left:75%;}}  #div_a_includeBlock_1538203557665  {background:#ffffff;box-shadow:#333333 0px 0px 10px ;} #div_a_includeBlock_1538203557665:hover {background:#217fc3;} @media screen and (max-width:640px) { #div_a_includeBlock_1538203557665  {background:transparent;box-shadow:transparent 0px 0px 10px ;}} @media screen and (max-width:640px) { #div_a_includeBlock_1538203557665:hover {background:transparent;}}
/*----------------------电脑板式样式----------------------*/
#div_a_includeBlock_1538203557665:hover img{
	display:none;
}
#div_a_includeBlock_1538203557665:hover div{
	color:#ffffff;
}
#div_a_includeBlock_1538203557665:hover a{
	color:#ffffff;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1538203557665{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#div_a_includeBlock_1538203557665{

	}
#div_a_includeBlock_1538203557665 img{
	display:none;
}
}

 #image_style_01_1538203557668{width:1920px;height:445px;position:absolute;top:0px;left:calc(50% - 960px);z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1538203557668{height:344px;width:100%;left:0%;}}   @media screen and (max-width:640px) {#image_style_01_1538203557668{width:100%;height:190px;top:0px;left:0%;}} #image_style_01_1538203557668 > .view_contents{overflow:visible;} 

 #text_style_01_1539156211695{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:101px;left:34.583333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1539156211695{top:88px;left:34.58211823966066%;}}   @media screen and (max-width:640px) {#text_style_01_1539156211695{width:96%;top:39px;left:2%;}}  #text_style_01_1539156211695>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Verdana;font-size:24px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1539156211695>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1539156211695>.view_contents {box-sizing:border-box;font-size:18px;}} #layout_1538203557636{height:593px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1538203557636{height:480px;}}   @media screen and (max-width:640px) {#layout_1538203557636{height:221px;}} #layout_1538203557636 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1539156411970{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:63px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1539156411970{top:50px;left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_02_1539156411970{width:96%;top:0px;left:2%;}}  #text_style_02_1539156411970>.view_contents {box-sizing:border-box;font-size:28px;text-align:center;line-height:36px;color:#333333;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1539156411970>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_02_1539156411970>.view_contents {box-sizing:border-box;font-size:24px;line-height:25px;}}

 #text_style_01_1539156411982{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:103px;left:34.583333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1539156411982{left:34.568862672322375%;top:87px;}}   @media screen and (max-width:640px) {#text_style_01_1539156411982{width:96%;top:36px;left:1.9970703125%;}}  #text_style_01_1539156411982>.view_contents {box-sizing:border-box;font-family:Verdana;font-size:24px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1539156411982>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1539156411982>.view_contents {box-sizing:border-box;font-size:18px;}}

 #image_style_01_1539156411986{width:18.333333333333332%;height:43px;position:absolute;top:103px;left:40.833333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1539156411986{height:40px;width:19.19406150583245%;left:40.402969247083774%;top:87px;}}   @media screen and (max-width:640px) {#image_style_01_1539156411986{width:67.5%;height:38px;top:33px;left:16.25%;}} #image_style_01_1539156411986 > .view_contents{overflow:visible;}  #layout_1539156411969{height:164px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1539156411969{height:152px;}}   @media screen and (max-width:640px) {#layout_1539156411969{height:90px;}} #layout_1539156411969 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1539156411969  {}


 #newsList_style_04_1538204447291{width:100%;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_04_1538204447291{width:94%;left:3%;}}   @media screen and (max-width:640px) {#newsList_style_04_1538204447291{width:94%;top:0px;left:3%;display:block;}}  #newsList_style_04_1538204447291 .titleSet {font-size:16px;padding-top:16px;padding-bottom:4px;} #newsList_style_04_1538204447291 .detailSet {border-bottom-width:0px;border-bottom-style:none;padding-bottom:18px;} #newsList_style_04_1538204447291 .btnaSet {margin-top:12px;font-size:14px;height:40px;line-height:40px;padding-top:0px;padding-bottom:0px;padding-left:0px;padding-right:0px;} #newsList_style_04_1538204447291 .sortSet {background:#44c1f2;} #newsList_style_04_1538204447291 .btnaSet:hover {background:#44c1f2;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_04_1538204447291 .titleSet {font-size:14px;padding-top:10px;padding-bottom:2px;}} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_04_1538204447291 .detailSet {padding-bottom:14px;}} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_04_1538204447291 .btnaSet {margin-top:10px;font-size:12px;line-height:36px;height:36px;}} @media screen and (max-width:640px) { #newsList_style_04_1538204447291 .titleSet {font-size:14px;padding-top:0px;padding-bottom:0px;line-height:22px;}} @media screen and (max-width:640px) { #newsList_style_04_1538204447291 .btnaSet {font-family:Microsoft YaHei;font-size:12px;}}
/*----------------------电脑板式样式----------------------*/
#newsList_style_04_1538204447291{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_04_1538204447291{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#newsList_style_04_1538204447291{
		
	}
} #layout_1538204447290{height:477px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1538204447290{height:451px;}}   @media screen and (max-width:640px) {#layout_1538204447290{height:704px;display:block;}} #layout_1538204447290 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1539158322240{height:15px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1539158322240{height:21px;}}   @media screen and (max-width:640px) {#layout_1539158322240{}} #layout_1539158322240 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1538206315289{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:63px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1538206315289{top:50px;left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_02_1538206315289{width:100%;top:20px;left:0%;}}  #text_style_02_1538206315289>.view_contents {box-sizing:border-box;font-size:28px;text-align:center;line-height:36px;color:#333333;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1538206315289>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_02_1538206315289>.view_contents {box-sizing:border-box;font-size:18px;line-height:25px;}}

 #image_style_01_1538206315306{width:52.416666666666664%;height:43px;position:absolute;top:105px;left:23.791666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1538206315306{height:40px;left:0%;top:90px;width:100%;}}   @media screen and (max-width:640px) {#image_style_01_1538206315306{width:100%;height:20px;top:45px;left:0%;}} #image_style_01_1538206315306 > .view_contents{overflow:visible;}  #layout_1538206315286{height:193px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1538206315286{height:180px;display:none;}}   @media screen and (max-width:640px) {#layout_1538206315286{height:85px;display:none;}} #layout_1538206315286 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1538206315286  {}


 #image_style_11_1538206662878{width:100%;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_11_1538206662878{width:94%;left:3%;}}   @media screen and (max-width:640px) {#image_style_11_1538206662878{width:94%;top:0px;left:3%;}} #image_style_11_1538206662878 > .view_contents{overflow:visible;}  @media screen and (max-width:640px) { #image_style_11_1538206662878 .titSet {font-size:14px;}} #layout_1521096309011{height:609px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1521096309011{height:466px;display:none;}}   @media screen and (max-width:640px) {#layout_1521096309011{height:398px;display:none;}} #layout_1521096309011 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1522050562909{width:150px;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:33px;left:calc(50% - 75px);z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1522050562909{left:calc(50% - 68px);top:20px;width:136px;}}   @media screen and (max-width:640px) {#text_style_02_1522050562909{width:36%;top:20px;left:31.874999999999996%;}}  #text_style_02_1522050562909>.view_contents {box-sizing:border-box;background:#44c1f2;color:#ffffff;font-size:16px;text-align:center;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1522050562909>.view_contents {box-sizing:border-box;font-size:14px;line-height:42px;height:42px;}} @media screen and (max-width:640px) { #text_style_02_1522050562909>.view_contents {box-sizing:border-box;font-size:12px;height:32px;line-height:32px;}}
/*----------------------电脑板式样式----------------------*/
#text_style_02_1522050562909 a{
	display:inline-block;width:100%;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1522050562909{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_02_1522050562909{
		
	}
} #layout_1522050559585{height:152px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1522050559585{height:62px;display:none;}}   @media screen and (max-width:640px) {#layout_1522050559585{height:75px;display:none;}} #layout_1522050559585 > .view_contents{overflow:visible;max-width:1200px;} 


 #newsList_style_04_1522118203510{width:100%;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_04_1522118203510{width:98%;left:1.007423117709438%;}}   @media screen and (max-width:640px) {#newsList_style_04_1522118203510{width:96%;top:0px;left:2%;}}  #newsList_style_04_1522118203510 .titleSet {font-size:16px;padding-top:16px;padding-bottom:4px;} #newsList_style_04_1522118203510 .detailSet {border-bottom-width:0px;border-bottom-style:none;padding-bottom:18px;} #newsList_style_04_1522118203510 .btnaSet {margin-top:12px;font-size:14px;height:40px;line-height:40px;padding-top:0px;padding-bottom:0px;padding-left:0px;padding-right:0px;} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_04_1522118203510 .titleSet {font-size:14px;padding-top:10px;padding-bottom:2px;}} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_04_1522118203510 .detailSet {padding-bottom:14px;}} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_04_1522118203510 .btnaSet {margin-top:10px;font-size:12px;line-height:36px;height:36px;}} @media screen and (max-width:640px) { #newsList_style_04_1522118203510 .titleSet {font-size:14px;padding-top:0px;padding-bottom:0px;}}
/*----------------------电脑板式样式----------------------*/
#newsList_style_04_1522118203510{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_04_1522118203510{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#newsList_style_04_1522118203510{
		
	}
} #layout_1522118203507{height:554px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1522118203507{height:461px;display:none;}}   @media screen and (max-width:640px) {#layout_1522118203507{height:540px;display:none;}} #layout_1522118203507 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_default_1544608783816{width:17.416666666666668%;height:55px;position:absolute;top:24.65625px;left:39.58333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1544608783816{}}   @media screen and (max-width:640px) {#text_default_1544608783816{width:100%;height:300px;top:0px;left:0%;}}  #layout_1522047508790{height:102px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1522047508790{height:50px;display:block;}}   @media screen and (max-width:640px) {#layout_1522047508790{height:20px;display:block;}} #layout_1522047508790 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1522047508790  {background:#f5f5f5;}


 #banner_style_04_1538206970936{width:100%;height:131px;position:absolute;top:11.3125px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_04_1538206970936{top:0px;height:130px;}}   @media screen and (max-width:640px) {#banner_style_04_1538206970936{width:100%;height:80px;top:0px;left:0%;}}  #layout_1487661618296{height:158px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1487661618296{height:130px;}}   @media screen and (max-width:640px) {#layout_1487661618296{height:91px;}} #layout_1487661618296 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1487661618296  {background:#f5f5f5;}
 #layout_1521432155897{height:60px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1521432155897{height:50px;}}   @media screen and (max-width:640px) {#layout_1521432155897{height:20px;}} #layout_1521432155897 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1521432155897  {background:#f5f5f5;}
 #layout_1538201118184{}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1538201118184{}}   @media screen and (max-width:640px) {#layout_1538201118184{}} #layout_1538201118184 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1539155698155{}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1539155698155{}}   @media screen and (max-width:640px) {#layout_1539155698155{}} #layout_1539155698155 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_01_1539157821339{width:20%;height:33px;position:absolute;left:81.49723101265823%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1539157821339{}}   @media screen and (max-width:640px) {#image_style_01_1539157821339{width:30px;height:33px;top:0px;left:45.3125%;}} #image_style_01_1539157821339 > .view_contents{overflow:visible;} 

 #image_style_01_1539157873383{width:91.2751677852349%;height:140px;position:absolute;left:8.399748322147651%;top:0px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1539157873383{left:8.847128378378379%;width:91.21621621621621%;display:none;}}   @media screen and (max-width:640px) {#image_style_01_1539157873383{width:136px;height:140px;top:43px;left:28.749999999999996%;display:block;}} #image_style_01_1539157873383 > .view_contents{overflow:visible;}  #image_style_01_1539157873383  {background:transparent;}
 #div_a_includeBlock_1539157613021{width:149px;height:142px;position:fixed;top:504px;left:calc(100% - 149px);z-index:9999;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1539157613021{width:15.729166666666666%;height:144px;top:468px;left:84.27083333333333%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1539157613021{width:39.73684210526316%;height:187px;top:235px;left:60.26315789473684%;display:none;}}  #div_a_includeBlock_1539157613021:hover {border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-color:#217fc3;border-right-color:#217fc3;border-bottom-color:#217fc3;border-left-color:#217fc3;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background:#ffffff;} #div_a_includeBlock_1539157613021  {border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;}
 #layout_1541057731426{}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1541057731426{}}   @media screen and (max-width:640px) {#layout_1541057731426{}} #layout_1541057731426 > .view_contents{overflow:visible;max-width:1200px;} 


 #div_blank_1487662729998{width:100%;height:62px;position:absolute;top:374px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1487662729998{left:0%;top:317px;height:52px;}}   @media screen and (max-width:640px) {#div_blank_1487662729998{width:82.64462809917356%;height:200px;top:984px;left:8.67768595041322%;display:none;}} #div_blank_1487662729998 > .view_contents{overflow:visible;}  #div_blank_1487662729998  {box-sizing:border-box;background:transparent;border-top-color:#7f7f7f;border-top-style:solid;border-top-width:1px;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1487662729998  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1487662729998  {box-sizing:border-box;}}

 #text_style_02_1487663541849{width:1200px;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:375.5px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487663541849{left:0%;top:314.5px;width:100%;}}   @media screen and (max-width:640px) {#text_style_02_1487663541849{width:100%;top:0px;left:0%;}}  #text_style_02_1487663541849>.view_contents {box-sizing:border-box;color:#7f7f7f;font-size:14px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1487663541849>.view_contents {box-sizing:border-box;line-height:36px;}} @media screen and (max-width:640px) { #text_style_02_1487663541849>.view_contents {box-sizing:border-box;font-size:12px;}}


 #text_style_01_1522115613395{width:23.666666666666668%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:205px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522115613395{left:0%;width:24.458874458874458%;top:136px;}}   @media screen and (max-width:640px) {#text_style_01_1522115613395{width:96%;top:590px;left:2%;}}  #text_style_01_1522115613395>.view_contents {box-sizing:border-box;font-size:12px;font-family:Microsoft YaHei;color:#e5e5e5;text-align:justify;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522115613395>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522115613395>.view_contents {box-sizing:border-box;}}

 #text_style_01_1522115690948{width:14.916666666666668%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:70px;left:30.208333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522115690948{left:31.83678300865801%;width:20.454545454545457%;top:50px;}}   @media screen and (max-width:640px) {#text_style_01_1522115690948{width:96%;top:96px;left:2%;}}  #text_style_01_1522115690948>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;color:#e5e5e5;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522115690948>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1522115690948>.view_contents {box-sizing:border-box;}}

 #dh_style_03_1522115819296{width:16.666666666666664%;z-index:999;position:absolute;top:112px;left:29.041666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_03_1522115819296{z-index:999;left:30.226934523809522%;width:16.5016501650165%;top:88.5px;}}   @media screen and (max-width:640px) {#dh_style_03_1522115819296{width:96%;z-index:999;top:210px;left:2%;}} #dh_style_03_1522115819296 > .view_contents{overflow:visible;}  #dh_style_03_1522115819296 .columnSet {background:transparent;} #dh_style_03_1522115819296 .mainMenuSet {background:transparent;border-bottom-width:0px;border-right-width:0px;} #dh_style_03_1522115819296 #hot>a {background:transparent;} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_03_1522115819296 .mainMenuSet {line-height:32px;height:32px;}}

 #text_style_01_1522115930380{width:17.666666666666668%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:70px;left:48.45833333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522115930380{left:47.740800865800864%;top:50px;}}   @media screen and (max-width:640px) {#text_style_01_1522115930380{width:96%;top:134px;left:2%;}}  #text_style_01_1522115930380>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;color:#e5e5e5;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522115930380>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1522115930380>.view_contents {box-sizing:border-box;}}

 #text_style_01_1522115961029{width:28.499999999999996%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:112px;left:48.45833333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522115961029{left:47.84733495670996%;width:22.61904761904762%;top:88.5px;}}   @media screen and (max-width:640px) {#text_style_01_1522115961029{width:96%;top:220px;left:2%;}}  #text_style_01_1522115961029>.view_contents {box-sizing:border-box;font-size:12px;font-family:Microsoft YaHei;color:#e5e5e5;line-height:36px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522115961029>.view_contents {box-sizing:border-box;line-height:32px;}} @media screen and (max-width:640px) { #text_style_01_1522115961029>.view_contents {box-sizing:border-box;}}

 #image_style_01_1522132893234{width:13.833333333333334%;height:140px;position:absolute;top:49px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522132893234{left:0%;width:14.221218961625281%;top:22px;height:99px;}}   @media screen and (max-width:640px) {#image_style_01_1522132893234{width:200px;height:200px;top:0px;left:16.996699669967%;}} #image_style_01_1522132893234 > .view_contents{overflow:visible;} 

 #text_style_01_1538207772200{width:6.916666666666667%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:70px;left:87.91666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1538207772200{left:84.80883182844244%;}}   @media screen and (max-width:640px) {#text_style_01_1538207772200{width:96%;top:0px;left:0%;}}  #text_style_01_1538207772200>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;color:#e5e5e5;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1538207772200>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1538207772200>.view_contents {box-sizing:border-box;}}

 #image_style_01_1538207863315{width:12.083333333333334%;height:135px;position:absolute;left:87.91666666666667%;top:122.6875px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1538207863315{left:calc(100% - 135px);width:135px;}}   @media screen and (max-width:640px) {#image_style_01_1538207863315{width:200px;height:200px;top:0px;left:16.996699669967%;}} #image_style_01_1538207863315 > .view_contents{overflow:visible;} 

 #share_style_01_1538218101221{width:230px;left:calc(100% - 230px);top:275.6875px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#share_style_01_1538218101221{width:230px;left:calc(100% - 230px);}}   @media screen and (max-width:640px) {#share_style_01_1538218101221{width:230px;left:0%;top:0px;}} 

 #text_default_1541057762320{width:22%;height:66px;position:absolute;left:48.875%;top:292px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1541057762320{left:0%;width:100%;display:block;}}   @media screen and (max-width:640px) {#text_default_1541057762320{width:370px;height:300px;top:0px;left:0%;display:block;}} 

 #text_default_1553153559058{width:33.33333333333333%;height:50px;position:absolute;left:48.45833333333333%;top:303px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1553153559058{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_default_1553153559058{width:370px;height:300px;top:0px;left:0%;}} 
 #div_a_includeBlock_1522115521696{width:1200px;height:425px;position:absolute;top:0px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1522115521696{height:376.5px;width:94%;left:3%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1522115521696{width:100%;height:674px;top:0px;left:0%;display:none;}}  #comm_layout_footer{height:435px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:376.5px;display:block;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:50px;display:block;}} #comm_layout_footer > .view_contents{max-width:1200px;}  #comm_layout_footer  {background:#212831;}
/*菜单样式*/
.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;}




	
#dh_style_01_1482562315212 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@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;}
}

.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;*/

/* 清除浮动 */
.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:none !important;}
}



/*菜单样式*/
.menuStyle_11{width:100%; position:relative;}
.menuStyle_11 *{box-sizing: border-box;}
.menuStyle_11 .miniMenu *,
.menuStyle_11 .menuUl li *{
	-webkit-transition-duration:.2s; -moz-transition-duration:.2s; -o-transition-duration:.2s; transition-duration:.2s;
	-webkit-transition-property:background,height,padding; -moz-transition-property:background,height,padding; -moz-transition-property:background,height,padding; transition-property:background,height,padding;
	-webkit-transition-timing-function:ease-out; -moz-transition-timing-function:ease-out; -o-transition-timing-function:ease-out; transition-timing-function:ease-out;
}
.menuStyle_11 .dflex{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.menuStyle_11 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_11 ul,.menuStyle_11 li{padding:0;margin:0px;list-style:none}
.menuStyle_11 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_11 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_11 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_11 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_11 .menuUl>li{position:relative;}
.menuStyle_11 .menuUl>li>a{position: relative; text-decoration:none;font-size:14px; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #333; padding: 10px 0; padding: 10px 1em\0;}
.menuStyle_11 .menuUl>li>a:hover{background: rgba(0,0,0,.05);}
.menuStyle_11 .menuUl #hot>a{color: #2d93ff;}
.menuStyle_11 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_11 .menuUl #hot>a span{color:inherit;}
/*.menuStyle_11 .menuUl>li>a i{position: absolute; right: 10px; top: 50%; -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%);}*/
.menuStyle_11 .menuLayout .miniMenu{display:none;}
.menuStyle_11 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; background: #fff; width: 100%; height: 0; box-shadow: 0 0 8px rgba(0,0,0,0.2); transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_11 .menuUl>li>#menuLogo{height: 85%;}

.menuStyle_11 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;}
.menuStyle_11 .menuUl.noHover .rflex:hover .menuUl02{display: none;}

.menuStyle_11 .menuUl02 .subMenu02 {position: relative; color: #4d5158; font-size:14px; line-height: 40px; padding: 0 15px;}
.menuStyle_11 .menuUl02 .subMenu02.subCurSet{background: #2f94ff; color: #fff;}
.menuStyle_11 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_11 .menuUl02 .subMenu02:hover {background: #2d93ff; color: #fff;}
.menuStyle_11 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}
.menuStyle_11 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_11 .menuUl03{position: absolute; background: #2f94ff; /*left需要js获取二级的宽*/ top: 0; display: none; box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.22);}
.menuStyle_11 .menuUl03 .subMenu03{color: #fff; padding: 0 15px; line-height: 40px;}
.menuStyle_11 .menuUl03 .subMenu03:hover{background:rgba(0, 0, 0, 0.1);}
.menuStyle_11 .menuUl03 .subMenu03.thrCurSet{background: rgba(0, 0, 0, 0.1);}
.menuStyle_11 .menuUl03 .subMenu03>a{ color: inherit; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.menuStyle_11 .rflex { position: relative;}
.menuStyle_11 .maxWidth{margin: auto;}
.menuStyle_11 .menuUl03 .subMenu03.thrCurSet{background: rgba(0, 0, 0, 0.1);}

.menuStyle_11 .subBox{position: absolute; left: 0; /*top通过JS获取菜单高度*/ width: 100%; background: rgba(238, 238, 238, 0.85); display: none;}
.menuStyle_11 .subBox .subBoxContent{padding: 15px; text-align: left; overflow: hidden;}
.menuStyle_11 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_11 .subBox .sublm{float: left; width: calc(100% - 440px); min-height: 10px;}
.menuStyle_11 .subBox .sublm>div{clear: both; overflow: hidden; margin: 8px 0;}
.menuStyle_11 .subBox .subImgsbox{float: left; width: 440px;/*这个宽可被设置*/ height: 160px;}
.menuStyle_11 .subBox .subImgsbox>a{display: block; height: 100%; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}
.menuStyle_11 .subBox .subImgsbox>a:last-child{margin-left: 0;}
.menuStyle_11 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}
.menuStyle_11 .subBox .subImgsbox>a>div.subImg span{position: absolute; bottom: 0; left: 0; width: 100%; display: block; padding: 5px; background: rgba(255,255,255,.8); color: #333; font-size: 12px;}
.menuStyle_11 .subBox p{overflow: hidden; float: left;}
.menuStyle_11 .subBox p:first-child{margin-right: 10px; width: 100px;}
.menuStyle_11 .subBox p:last-child{width: calc(100% - 110px);}
.menuStyle_11 .subBox .subMenu02{font-size: 14px; margin-bottom: 5px; clear: both; color: #333; line-height: 28px;}
.menuStyle_11 .subBox .subMenu02.subCurSet{color: #2d93ff;}
.menuStyle_11 .subBox .subMenu02:hover,
.menuStyle_11 .subBox .subMenu02:active{color: #2d93ff;}
.menuStyle_11 .subBox .subMenu03{float: left; margin: 5px 20px 5px 0; font-size: 12px; color: #666;}
.menuStyle_11 .subBox .subMenu03:hover,
.menuStyle_11 .subBox .subMenu03:active{color: #2d93ff;}
.menuStyle_11 .subBox .subMenu03.thrCurSet{color: #2d93ff;}


/*图标*/
.menuStyle_11 .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_11 .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_11 .imgIco{ margin-right:10px;}	
.menuStyle_11 .menuUl,
.menuStyle_11 .menuUl_box {display:none;}
.menuStyle_11 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_11 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_11 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_11 .miniMenu .leftBox{height: 100%;}
.menuStyle_11 .miniMenu .leftBox .sidebar{font-size:24px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_11 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_11 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_11 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;} 
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li a{width:calc(100% - 50px); float: left; display:block; text-align:left;color:inherit; text-decoration:none; font-size:inherit; line-height:inherit; height: inherit; white-space: nowrap;overflow: hidden; text-overflow: ellipsis;border-bottom:1px solid rgba(0,0,0,.2);} 
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; display: none; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit; background: rgba(0, 0, 0, 0.1);}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #fff;}
.menuStyle_11 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(23, 25, 29, 0.95); position: fixed; width: 100%; top: 0; left: 0; -webkit-transition: all linear .3s; -moz-transition: all linear .3s; -o-transition: all linear .3s; transition: all linear .3s;}
.menuStyle_11 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
.menuStyle_11 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


	
#dh_style_11_1538207251657 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@media screen and (min-width:640px) {
	#dh_style_11_1538207251657 .maxWidth{max-width:px;}
	#dh_style_11_1538207251657 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
	#dh_style_11_1538207251657 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	/* .menuUl>li>#menuLogo 这种查找会失败改为下面这种 2019.5.29 */
	#dh_style_11_1538207251657 .menuUl li #menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
}


	#image_style_01_1539137194726 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1539137194726 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1539137194726 .CompatibleImg img{width:auto; height:auto}}
#image_style_01_1539137194726 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

/* banner样式 */

.bannerStyle_1{width:100%; height:100%; position:relative;}
.bannerStyle_1 .main_visual{height:100%; overflow:hidden; position:relative; }

.bannerStyle_1 .main_image{height:100%; overflow:hidden; position:relative; }

/* 圆点 */
.bannerStyle_1 div.flicking_con{position:absolute; bottom:20px; left:0; z-index:999; width:100%; height:14px; text-align:center; z-index: 105;}
.bannerStyle_1 div.flicking_con a{width:14px; height:14px; padding:0; background:none; border:1px solid white; display:inline-block; box-sizing:border-box; margin:0 3px; border-radius:100%; }
.bannerStyle_1 div.flicking_con a.on{background:white; border:0;}

/* 左右按钮 */
.bannerStyle_1 .btn_prev,.bannerStyle_1 .btn_next{z-index:11111; position:absolute; width:73px; height:74px; top:50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); display:none; }
.bannerStyle_1 .btn_prev{background:url(../img/banner/style_01/hover_left.png) no-repeat left top; left:20px; background-size: 80%;}
.bannerStyle_1 .btn_next{background:url(../img/banner/style_01/hover_right.png) no-repeat right top; right:20px; background-size: 80%;}

/* 遮罩面板 */
.bannerStyle_1 .ground_glass{display:none; position:absolute; top:0; left:0; opacity:0; width:100%; height:100%; z-index:998; background-color:#fff;}

@media screen and  (min-width:326px) and (max-width:767px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
}
@media screen and  (max-width:640px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
	.bannerStyle_1 .btn_prev, .bannerStyle_1 .btn_next{width:53px; height:54px;}
}

/* 默认 动画效果 */
.bannerStyle_1 .main_image .img-list{width:100%; height:100%; overflow:hidden; position:absolute; top:0; left:0}
.bannerStyle_1 .main_image .img-item{position:absolute; width:100%; height:100%; display:block; top:0;}
.bannerStyle_1 .main_image .img-item span{display:block; width:100%; height:100%; background-size:cover !important;}
.bannerStyle_1 .main_image .img-item a{display:block; width:100%; height:100%; overflow: hidden;}

/* 3D矩形旋转 动画效果 */
.bannerStyle_1.rotate-3d .img-part{
	position: absolute;
	top: 0;
	width: calc(20% + 1px);	/* [注意] 修改为总宽度 / 动画块个数 */
	height: 100%;
	background-color: #fff;
	transition: all .7s;
	/* 设置子元素在3D空间中呈现 */
	transform-style: preserve-3d;
}
.bannerStyle_1.rotate-3d .img-part .img{
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: 500% auto;	/* [注意] 宽度 为 动画块个数 * 100%, 这样图片可以分若干份后始终100%, 如果不需要这样, 可以设置为cover */
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(1){
	transform: rotateX(0deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(2){
	transform: rotateX(-90deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(3){
	transform: rotateX(-180deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(4){
	transform: rotateX(-270deg) translateZ(150px);
}


.img_url{ position:absolute; width:100%; height:100%; left:0; top:0; display:block; z-index: 100;}
	
            #banner_style_01_1522136375223 .bannerStyle_1 .main_image .img-item .img_0{background: url('../img/upimages/banner7.jpg') center top no-repeat;}
                #banner_style_01_1522136375223 .bannerStyle_1 .main_image .img-item .img_1{background: url('../img/upimages/banner2-4.jpg') center top no-repeat;}
                #banner_style_01_1522136375223 .bannerStyle_1 .main_image .img-item .img_2{background: url('../img/upimages/banner3-2.jpg') center top no-repeat;}
                #banner_style_01_1522136375223 .bannerStyle_1 .ground_glass{}
    
    #banner_style_01_1522136375223 .bannerStyle_1 .main_image .img-item span{}
    @media screen and (min-width:641px) and (max-width:1200px) {
    #banner_style_01_1522136375223 .bannerStyle_1 .main_image .img-item span{}
    }

    @media screen and (max-width:640px) {
    #banner_style_01_1522136375223 .bannerStyle_1 .main_image .img-item span{}    }

	#image_style_01_1522138198724 .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_1522138198724 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1522138198724 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1522138198724 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_1539155740197 .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_1539155740197 .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_1539155740197 .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_1539155740197 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_1539142401803 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1539142401803 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1539142401803 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.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_1539142702628 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1539142702628 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1539142702628 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.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_1539142713397 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1539142713397 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1539142713397 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.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_1540556326171 .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_1540556326171 .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_1540556326171 .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);}}
.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_1540556326300 .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_1540556326300 .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_1540556326300 .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);}}
.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_1540556326405 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1540556326405 .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_1540556326405 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
/*新闻列表样式*/
.boxNewsListStyle_4{width:100%; clear: both;}
.boxNewsListStyle_4 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_4 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.boxNewsListStyle_4 .sumary_list{list-style:none; background:#fff;overflow: hidden;}
.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 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 .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;border-bottom:1px solid #eee;}
.boxNewsListStyle_4 .sumary_list .newDetail span{display: block;margin-bottom: 6px;overflow: hidden;}
.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_04_1541154873858 .newDetail.pc {display:block;}
	#newsList_style_04_1541154873858 .newDetail.pad, #newsList_style_04_1541154873858 .newDetail.mobile {display:none;}
	#newsList_style_04_1541154873858 .newTitle.pc {display:block;}
	#newsList_style_04_1541154873858 .newTitle.pad, #newsList_style_04_1541154873858 .newTitle.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_04_1541154873858 .newDetail.pad {display:block;}
		#newsList_style_04_1541154873858 .newDetail.pc, #newsList_style_04_1541154873858 .newDetail.mobile {display:none;}
		#newsList_style_04_1541154873858 .newTitle.pad {display:block;}
		#newsList_style_04_1541154873858 .newTitle.pc, #newsList_style_04_1541154873858 .newTitle.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_04_1541154873858 .newDetail.mobile {display:block;}
		#newsList_style_04_1541154873858 .newDetail.pc, #newsList_style_04_1541154873858 .newDetail.pad {display:none;}
		#newsList_style_04_1541154873858 .newTitle.mobile {display:block;}
		#newsList_style_04_1541154873858 .newTitle.pc, #newsList_style_04_1541154873858 .newTitle.pad {display:none;}
	}

/*pc*/
#newsList_style_04_1541154873858 li{width: 32%;}
#newsList_style_04_1541154873858 li.sumary_list{margin-bottom:2%;}
@media screen and (max-width: 1024px){/*ipad*/
	#newsList_style_04_1541154873858 li{width: 32%;}
	#newsList_style_04_1541154873858 li.sumary_list{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#newsList_style_04_1541154873858  li{width: 49%;}
	#newsList_style_04_1541154873858  li.sumary_list{margin-bottom:2%;}
}

@media screen and (min-width: 1025px) {
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
}

@media screen and (max-width: 640px) {
}

/* 新分页 */
#newsList_style_04_1541154873858 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_04_1541154873858 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_04_1541154873858 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_04_1541154873858 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_04_1541154873858 .submit_div{ display: inline-block; }

#newsList_style_04_1541154873858 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_04_1541154873858 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_04_1541154873858 .page_submit{margin-left:5px;}
#newsList_style_04_1541154873858 .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_04_1541154873858 .page_btn{ font-size:12px; }
		#newsList_style_04_1541154873858 .submit_div{ display:none; }
	}

	#newsList_style_04_1541154873858 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
	@media screen and (max-width:640px) {
		#newsList_style_04_1541154873858 .page{line-height:30px; padding:0 13px;}
	}


	#image_style_01_1539156134686 .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_1539156134686 .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_1539156134686 .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_1539156134686 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
/*新闻列表样式*/
.boxNewsListStyle_4{width:100%; clear: both;}
.boxNewsListStyle_4 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_4 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.boxNewsListStyle_4 .sumary_list{list-style:none; background:#fff;overflow: hidden;}
.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 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 .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;border-bottom:1px solid #eee;}
.boxNewsListStyle_4 .sumary_list .newDetail span{display: block;margin-bottom: 6px;overflow: hidden;}
.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_04_1542682722370 .newDetail.pc {display:block;}
	#newsList_style_04_1542682722370 .newDetail.pad, #newsList_style_04_1542682722370 .newDetail.mobile {display:none;}
	#newsList_style_04_1542682722370 .newTitle.pc {display:block;}
	#newsList_style_04_1542682722370 .newTitle.pad, #newsList_style_04_1542682722370 .newTitle.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_04_1542682722370 .newDetail.pad {display:block;}
		#newsList_style_04_1542682722370 .newDetail.pc, #newsList_style_04_1542682722370 .newDetail.mobile {display:none;}
		#newsList_style_04_1542682722370 .newTitle.pad {display:block;}
		#newsList_style_04_1542682722370 .newTitle.pc, #newsList_style_04_1542682722370 .newTitle.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_04_1542682722370 .newDetail.mobile {display:block;}
		#newsList_style_04_1542682722370 .newDetail.pc, #newsList_style_04_1542682722370 .newDetail.pad {display:none;}
		#newsList_style_04_1542682722370 .newTitle.mobile {display:block;}
		#newsList_style_04_1542682722370 .newTitle.pc, #newsList_style_04_1542682722370 .newTitle.pad {display:none;}
	}

/*pc*/
#newsList_style_04_1542682722370 li{width: 32%;}
#newsList_style_04_1542682722370 li.sumary_list{margin-bottom:2%;}
@media screen and (max-width: 1024px){/*ipad*/
	#newsList_style_04_1542682722370 li{width: 32%;}
	#newsList_style_04_1542682722370 li.sumary_list{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#newsList_style_04_1542682722370  li{width: 49%;}
	#newsList_style_04_1542682722370  li.sumary_list{margin-bottom:2%;}
}

@media screen and (min-width: 1025px) {
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
}

@media screen and (max-width: 640px) {
}

/* 新分页 */
#newsList_style_04_1542682722370 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_04_1542682722370 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_04_1542682722370 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_04_1542682722370 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_04_1542682722370 .submit_div{ display: inline-block; }

#newsList_style_04_1542682722370 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_04_1542682722370 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_04_1542682722370 .page_submit{margin-left:5px;}
#newsList_style_04_1542682722370 .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_04_1542682722370 .page_btn{ font-size:12px; }
		#newsList_style_04_1542682722370 .submit_div{ display:none; }
	}

	#newsList_style_04_1542682722370 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
	@media screen and (max-width:640px) {
		#newsList_style_04_1542682722370 .page{line-height:30px; padding:0 13px;}
	}


	#image_style_01_1522031025821 .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_1522031025821 .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_1522031025821 .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_1522031025821 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_1522032981917 .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_1522032981917 .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_1522032981917 .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_1522032981917 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_1522034353594 .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_1522034353594 .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_1522034353594 .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_1522034353594 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_1522034538908 .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_1522034538908 .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_1522034538908 .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_1522034538908 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_1522035151126 .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_1522035151126 .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_1522035151126 .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_1522035151126 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_1522035259130 .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_1522035259130 .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_1522035259130 .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_1522035259130 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_1522035346971 .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_1522035346971 .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_1522035346971 .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_1522035346971 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_1538203557650 .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_1538203557650 .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_1538203557650 .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_1538203557650 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_1538203557924 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1538203557924 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1538203557924 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1538203557924 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_1538203557872 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1538203557872 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1538203557872 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1538203557872 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_1538203557980 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1538203557980 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1538203557980 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1538203557980 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_1538203558023 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1538203558023 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1538203558023 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1538203558023 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_1538203557668 .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_1538203557668 .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_1538203557668 .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_1538203557668 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_1539156411986 .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_1539156411986 .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_1539156411986 .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_1539156411986 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
/*新闻列表样式*/
.boxNewsListStyle_4{width:100%; clear: both;}
.boxNewsListStyle_4 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_4 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.boxNewsListStyle_4 .sumary_list{list-style:none; background:#fff;overflow: hidden;}
.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 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 .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;border-bottom:1px solid #eee;}
.boxNewsListStyle_4 .sumary_list .newDetail span{display: block;margin-bottom: 6px;overflow: hidden;}
.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_04_1538204447291 .newDetail.pc {display:block;}
	#newsList_style_04_1538204447291 .newDetail.pad, #newsList_style_04_1538204447291 .newDetail.mobile {display:none;}
	#newsList_style_04_1538204447291 .newTitle.pc {display:block;}
	#newsList_style_04_1538204447291 .newTitle.pad, #newsList_style_04_1538204447291 .newTitle.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_04_1538204447291 .newDetail.pad {display:block;}
		#newsList_style_04_1538204447291 .newDetail.pc, #newsList_style_04_1538204447291 .newDetail.mobile {display:none;}
		#newsList_style_04_1538204447291 .newTitle.pad {display:block;}
		#newsList_style_04_1538204447291 .newTitle.pc, #newsList_style_04_1538204447291 .newTitle.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_04_1538204447291 .newDetail.mobile {display:block;}
		#newsList_style_04_1538204447291 .newDetail.pc, #newsList_style_04_1538204447291 .newDetail.pad {display:none;}
		#newsList_style_04_1538204447291 .newTitle.mobile {display:block;}
		#newsList_style_04_1538204447291 .newTitle.pc, #newsList_style_04_1538204447291 .newTitle.pad {display:none;}
	}

/*pc*/
#newsList_style_04_1538204447291 li{width: 22.75%;}
#newsList_style_04_1538204447291 li.sumary_list{margin-bottom:3%;}
@media screen and (max-width: 1024px){/*ipad*/
	#newsList_style_04_1538204447291 li{width: 31.333333333333%;}
	#newsList_style_04_1538204447291 li.sumary_list{margin-bottom:3%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#newsList_style_04_1538204447291  li{width: 48.5%;}
	#newsList_style_04_1538204447291  li.sumary_list{margin-bottom:3%;}
}

@media screen and (min-width: 1025px) {
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
}

@media screen and (max-width: 640px) {
}

/* 新分页 */
#newsList_style_04_1538204447291 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_04_1538204447291 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_04_1538204447291 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_04_1538204447291 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_04_1538204447291 .submit_div{ display: inline-block; }

#newsList_style_04_1538204447291 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_04_1538204447291 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_04_1538204447291 .page_submit{margin-left:5px;}
#newsList_style_04_1538204447291 .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_04_1538204447291 .page_btn{ font-size:12px; }
		#newsList_style_04_1538204447291 .submit_div{ display:none; }
	}

	#newsList_style_04_1538204447291 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
	@media screen and (max-width:640px) {
		#newsList_style_04_1538204447291 .page{line-height:30px; padding:0 13px;}
	}


	#image_style_01_1538206315306 .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_1538206315306 .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_1538206315306 .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_1538206315306 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;}
.imgStyle_11{position:relative; clear: both; width: 100%; height: 100%;}
.imgStyle_11 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.imgStyle_11 ul li.imgItems{position: relative; overflow: hidden !important; width: 19%; box-sizing:border-box; margin-bottom:10px;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
	}
.imgStyle_11 ul li .ratio{margin-top: 100%;}
.imgStyle_11 ul li a{}
.imgStyle_11 ul li:hover{z-index: 2; transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1);}
.imgStyle_11 ul li a img{position: absolute; width: auto; height: 100%; top: 50%; left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}


.imgStyle_11 .theimgtext{height:30px;line-height: 30px;font-size: 14px;color:black;width:100%;text-align: center;}
.imgStyle_11 .theimgdiv{position:absolute;width:100%;height:100%;height:100%;background-repeat: no-repeat !important;background-position-x: 50% !important;background-position-y: 50% !important;background-size: auto 100% !important;}

.imgShowBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgShowBox img{ position: absolute; width: auto; max-width: 80%; border: 20px solid #fff;top: 50%; 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);}
.imgShowBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgShowBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgShowBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgShowBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgShowBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgShowBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgShowBox.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%;}
.imgButton{position: fixed; width: 70%; max-width: 400px; bottom: 15%; left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:nowrap; justify-content:space-between; align-items:center;}
.imgButton 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;
}
.imgButton span:hover{opacity: .8;}
.imgButton span i{font-size: inherit; line-height: inherit; color:inherit;}
.imgButton span.prevImg, .imgButton span.nextImg, .imgButton span.closeShowPic{ font-size: 40px; width: 50px; height:50px; line-height: 50px;  border-radius: 100%;font-family: serif; background-color: #fff; text-align: center; box-sizing: border-box;}
.imgButton span.prevImg, .imgButton span.nextImg{font-size: 26px; width: 40px; height: 40px; line-height: 40px; text-align: center;}
@media screen and (max-width: 1024px){.imgStyle_11 ul li{width: 24%;}}
@media screen and (max-width: 768px){
	.imgStyle_11 ul li{width: 49%;}
	.imgShowBox img{border-width: 10px;}
	.imgShowBox.scroll img{top:5%; margin-bottom: 10vh;}
}



/*pc*/
#image_style_11_1538206662878  ul li{width: 32%;}
#image_style_11_1538206662878  ul li.imgItems{margin-bottom:2%;}
@media screen and (max-width: 1024px){/*ipad*/
	#image_style_11_1538206662878  ul li{width: 32%;}
	#image_style_11_1538206662878  ul li.imgItems{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#image_style_11_1538206662878  ul li{width: 49%;}
	#image_style_11_1538206662878  ul li.imgItems{margin-bottom:2%;}
}
/*新闻列表样式*/
.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;overflow: hidden;}
.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 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 .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;border-bottom:1px solid #eee;}
.boxNewsListStyle_4 .sumary_list .newDetail span{display: block;margin-bottom: 6px;overflow: hidden;}
.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_04_1522118203510 .newDetail.pc {display:block;}
	#newsList_style_04_1522118203510 .newDetail.pad, #newsList_style_04_1522118203510 .newDetail.mobile {display:none;}
	#newsList_style_04_1522118203510 .newTitle.pc {display:block;}
	#newsList_style_04_1522118203510 .newTitle.pad, #newsList_style_04_1522118203510 .newTitle.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_04_1522118203510 .newDetail.pad {display:block;}
		#newsList_style_04_1522118203510 .newDetail.pc, #newsList_style_04_1522118203510 .newDetail.mobile {display:none;}
		#newsList_style_04_1522118203510 .newTitle.pad {display:block;}
		#newsList_style_04_1522118203510 .newTitle.pc, #newsList_style_04_1522118203510 .newTitle.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_04_1522118203510 .newDetail.mobile {display:block;}
		#newsList_style_04_1522118203510 .newDetail.pc, #newsList_style_04_1522118203510 .newDetail.pad {display:none;}
		#newsList_style_04_1522118203510 .newTitle.mobile {display:block;}
		#newsList_style_04_1522118203510 .newTitle.pc, #newsList_style_04_1522118203510 .newTitle.pad {display:none;}
	}

/*pc*/
#newsList_style_04_1522118203510 li{width: 31.333333333333%;}
#newsList_style_04_1522118203510 li.sumary_list{margin-bottom:3%;}
@media screen and (max-width: 1024px){/*ipad*/
	#newsList_style_04_1522118203510 li{width: 31.333333333333%;}
	#newsList_style_04_1522118203510 li.sumary_list{margin-bottom:3%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#newsList_style_04_1522118203510  li{width: 48.5%;}
	#newsList_style_04_1522118203510  li.sumary_list{margin-bottom:3%;}
}

@media screen and (min-width: 1025px) {
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
}

@media screen and (max-width: 640px) {
}

/* 新分页 */
#newsList_style_04_1522118203510 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_04_1522118203510 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_04_1522118203510 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_04_1522118203510 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_04_1522118203510 .submit_div{ display: inline-block; }

#newsList_style_04_1522118203510 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_04_1522118203510 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_04_1522118203510 .page_submit{margin-left:5px;}
#newsList_style_04_1522118203510 .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_04_1522118203510 .page_btn{ font-size:12px; }
		#newsList_style_04_1522118203510 .submit_div{ display:none; }
	}

	#newsList_style_04_1522118203510 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
	@media screen and (max-width:640px) {
		#newsList_style_04_1522118203510 .page{line-height:30px; padding:0 13px;}
	}

.bannerStyle_4 {text-align:center; font-weight:normal; width: 100%; height: 100%; position: relative;}
.bannerStyle_4 a{text-decoration:none;}
.bannerStyle_4 a:hover{cursor:pointer;}
.bannerStyle_4 img:hover{cursor:pointer;}

.bannerStyle_4 .imgMove{position:relative; width:100%; height:100%; overflow:hidden; margin-left:auto; margin-right:auto;}
.bannerStyle_4 .subMove{position:absolute; width:max-content;width: -webkit-max-content;width: -moz-max-content; height:100%;}
.bannerStyle_4 .imgMove ul{position:relative; height:100%; float:left; list-style-type:none;display: inline;}
.bannerStyle_4 .imgMove li{position:relative; float:left; padding:0 10px; height:100%;box-sizing: border-box;overflow: hidden;}
.bannerStyle_4 .imgMove img{height:100%;}
.bannerStyle_4 .imgMove img:hover{opacity:0.95;}
.bannerStyle_4 .list_mode .a_mode{position: relative;}
.bannerStyle_4 .textAlt{display: inline-block;position: absolute;width: 100%;text-align: left;left: 0;bottom: 0;line-height: 1.8;background: rgba(255,255,255,0.5);padding: 8px 10px;box-sizing: border-box;}
.banner4Box{position:fixed; width:100%; height:100%; display:none; z-index:333; background-color:#151515; top:0; left:0;}
.banner4Box a{text-decoration:none;}
.banner4Box a:hover{cursor:pointer;}
.banner4Box img:hover{cursor:pointer;}

.boxExit{position:absolute; float:right; top:2%; right:2%; text-align:right; z-index:999;}
.boxExit img{width:25%; height:25%;}

.banner4Box .subBox{position:fixed; width:100%; height:75%; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -o-transform:translateY(-50%); overflow:hidden;}
.banner4Box .boxCon{position:relative; width:750px; height:100%; margin:0px auto;}
.banner4Box .boxBefore{position:absolute; width:600px; height:100%; background:rgba(0,0,0,0.8); left:-600px; bottom:0px; z-index:666; transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s;}
.banner4Box .boxBefore:hover{opacity:0.9;}
.banner4Box .boxBefore img{position:absolute; width:32px; height:63px; right:10px; top:40%; cursor:pointer;}
.banner4Box .boxAfter{position:absolute; width:600px; height:100%; background:rgba(0,0,0,0.8); right:-600px; bottom:0px; z-index:666; transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s;}
.banner4Box .boxAfter:hover{opacity:0.9;}
.banner4Box .boxAfter img{position:absolute; width:32px; height:63px; left:10px; top:40%; cursor:pointer;}
.banner4Box .boxScroll{position:relative; width:2000%; height:100%; list-style-type:none;}
.banner4Box .boxScroll li{position:relative; float:left; height:100%;}
.banner4Box .boxScroll img{height:100%;}

@media screen and (max-width: 765px){
.banner4Box .boxBefore img{right:5px; width:25px; height:50px;}
.banner4Box .boxAfter img{left:5px; width:25px; height:50px;}
.banner4Box .boxExit{top:15px; right:15px;}
}
	
	#image_style_01_1539157821339 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1539157821339 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1539157821339 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1539157821339 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_1539157873383 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1539157873383 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1539157873383 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1539157873383 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_1522115819296 .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_1522132893234 .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_1522132893234 .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_1522132893234 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1522132893234 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_1538207863315 .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_1538207863315 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1538207863315 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1538207863315 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;}

.jiathis-wrapper{padding:5px 11px}
#jiathis_share_title{padding-right: 5px;}
