
/**
    *编辑器         \View\css\diy\editPageComm.css
    *编辑器-预览    \View\css\diy\pageCom.css
    *编辑器-发布    \Model\viewsRes\publish\comm.css
*/
@charset "utf-8";
/*----------------公共部分----------------*/
html{overflow-x:hidden; overflow-y:auto;}
body{ background-repeat:no-repeat; background-position:left top; position:relative; overflow-x: hidden;}
body, li, ul, ol, dl, dt, dd, form, input, textarea, h1, h2, h3, h4, h5, h6, p,select{ margin: 0px; padding: 0px; list-style-type:none; font-size: 12px; font:12px/1.5 tahoma,arial,"Microsoft YaHei";outline: 0 none; color:#333;}
em,i{font-style:normal;}
a{color:#333;}
a{text-decoration:none;}
*{margin:0px; padding:0px;outline: none !important;}
img {-ms-interpolation-mode:bicubic; border:none;}
.view{z-index: 1;position: absolute;}
.horizontal .view{position:relative; float:left;}
.vertical .view{position:relative;}
.view_contents{position:relative; width:100%; margin:0 auto; padding:0; z-index:10; height:100%; overflow: hidden; box-sizing: border-box;/*添加后，模块的内边距和边框不会再溢出*/}
.layout{ position: relative; width: 100%; margin: 0px auto; padding: 0px; z-index: 1;}
.layout > .view_contents{ /*overflow: visible;*/ cursor:default;}
/*流布局*/
.flow .view_contents > .view{float: left;}
.clear { clear: both; }
/*苹果去除样式*/
select,input[type='button'],input[type="reset"],input[type='submit'],input[type='text'],input[type="password"],input[name='query'],input[name='d']{-webkit-appearance: none; border-radius:0px}
input:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only;}

/*模块分页*/
.page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.page_btn a.cur,.page_btn a:hover{border:1px solid #4c4c4c;}
.prev_btn,.next_btn{font-family: '黑体' !important; border: 0 !important;}
.no_page{border: 0 !important;}
@media screen and (max-width:768px){
/*分页*/
.page_btn a:nth-child(n+5){display: none;}
.page_btn a:nth-last-child(1),.page_btn a:nth-last-child(2),.page_btn a:nth-last-child(3){display: inline-block !important;}
}

/*图片放大样式*/
.imgBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgBox img{ position: absolute; width: auto; max-width: 80%; /*max-height: 65%;*/ border: 20px solid #fff;top: 40%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); box-shadow: 0 0 10px rgba(0,0,0,.3);}
.imgBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgBox.scroll img{top:5%; margin-bottom: 5%; transform: translate(-50%,0%); -webkit-transform: translate(-50%,0%); -moz-transform: translate(-50%,0%); -o-transform: translate(-50%,0%);}
.pos_fixed{position: fixed; width: 100%;}
.imageButton{position: fixed; bottom: 15%; left: 50%; 
	-webkit-transform: translateX(-50%); 
	-moz-transform: translateX(-50%); 
	-ms-transform: translateX(-50%); 
	-o-transform: translateX(-50%); 
	transform: translateX(-50%); 
}
.imageButton span{display: inline-block; cursor:pointer; box-shadow: 0 0 6px rgba(0,0,0,.2);
	-webkit-transition: all ease .2s; 
	-moz-transition: all ease .2s; 
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s; 
	transition: all ease .2s; 
}
.imageButton span:hover{opacity: .8;}
.imageButton span.closeShowPic{ font-size: 40px; border-radius: 100%;font-family: serif; line-height: 1; background-color: #fff; padding: .2em; text-align: center;}
@media screen and (max-width: 768px){/*mobi*/
	.imgBox img{border-width: 10px;}
	.imgBox.scroll img{top:5%; margin-bottom: 10vh;}
}

    .jurisdiction_mask{
        top: 0;
        left: 0;
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0,0.5);
        z-index: 2147483647;
		display:none;
    }
    .jurisdiction_tips{
        width: 400px;
        background: #ffffff;
        position: absolute;
        left: 50%;
        top: 45%;
        -ms-transform:translate(-50%,-50%);
        -webkit-transform:translate(-50%,-50%);
        -o-transform:translate(-50%,-50%);
        -moz-transform:translate(-50%,-50%);
        transform:translate(-50%,-50%);
        padding: 23px 20px;
        box-sizing: border-box;
        text-align: center;
    }
    .jurisdiction_tips img{
        display: block;
        margin: 0 auto;
    }
    .jurisdiction_tips h3{
        font-size: 18px;
        font-weight: 400;
        line-height: 40px;color: #575757;
        text-align: center;
        margin: 5px 0 0;
    }
    .jurisdiction_tips p{
        color: #999;
        font-size: 16px;
        text-align: center;
        font-weight: 300;
        margin: 0;
    }
    .jurisdiction_tips button{
        color: #fff;
        font-size: 12px;
        padding: 10px 0;
        margin: 10px 3px 0;
        background-color: #aaa;
        cursor: pointer;
        display: inline-block;
        box-sizing: border-box;
        border: none;
        outline: none !important;
        width: 98px;
    }
    .jurisdiction_tips .jurisdiction_login{
        background: #ff0099;
    }
    .jurisdiction_tips button:hover{
        opacity: 0.8;
    }
    .jurisdiction_tips_mobile{
        display: none;
    }
    @media screen and (max-width: 450px){
        .jurisdiction_tips{
            width: 80%;
            padding: 20px 15px;
        }
        .jurisdiction_tips p{
            display: none;
        }
        .jurisdiction_tips .jurisdiction_tips_mobile{
            display: block;
        }
        .jurisdiction_tips img{width: 60px;}
        .jurisdiction_tips h3{font-size: 16px;}
        .jurisdiction_tips p{
            font-size: 14px;
        }
        .jurisdiction_tips button{margin-top: 12px;padding: 8px 0;}
    }

body{ background-position:left top; }



 #image_logo_1551166433065{width:18.333333333333332%;height:28px;position:absolute;left:0%;top:26px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1551166433065{left:2%;width:66.006600660066%;top:18px;height:24px;}}   @media screen and (max-width:640px) {#image_logo_1551166433065{top:18px;width:206px;left:3%;height:24px;}} 

 #dh_style_11_1551166512124{width:68.91666666666667%;z-index:999;position:absolute;left:31.083333333333336%;top:18px;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_11_1551166512124{z-index:999;left:35.2067868504772%;width:64.26299045599151%;top:9px;}}   @media screen and (max-width:640px) {#dh_style_11_1551166512124{width:14.374999999999998%;z-index:999;top:8px;left:85.625%;}} #dh_style_11_1551166512124 > .view_contents{overflow:visible;}  #dh_style_11_1551166512124 .mainMenuSet {color:#ffffff;font-size:16px;font-weight:bold;} #dh_style_11_1551166512124 .mainMenuSet:hover {color:#ffffff;background:transparent;} #dh_style_11_1551166512124 #hot>a {color:#ffffff;background:transparent;} @media screen and (max-width:640px) { #dh_style_11_1551166512124 .mainMenuSet {font-size:16px;}} @media screen and (max-width:640px) { #dh_style_11_1551166512124 .subMenuSet {font-size:14px;}}
/*----------------------电脑板式样式----------------------*/
#dh_style_11_1551166512124{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_11_1551166512124{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_11_1551166512124{
		
	}
#dh_style_11_1551166512124 .menuStyle_11 .miniMenu .leftBox .sidebar .fa{color:#fff;}
}
 #div_a_includeBlock_1551166341281{width:100%;height:80px;position:absolute;top:0px;left:0%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1551166341281{display:block;height:62px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1551166341281{width:100%;height:60px;top:0px;left:0%;display:block;}} #div_a_includeBlock_1551166341281 > .view_contents{overflow:visible;}  #comm_layout_header{height:80px;z-index:19;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:62px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:60px;z-index:11;}} #comm_layout_header > .view_contents{overflow:visible;max-width:1200px;}  #comm_layout_header  {background:#56aaff;opacity:1;border-bottom-color:#e5e5e5;border-bottom-style:none;border-bottom-width:1px;} #comm_layout_header>.view_contents {border-bottom-color:#b2b2b2;border-bottom-style:none;border-bottom-width:2px;}
/*----------------------电脑板式样式----------------------*/
#comm_layout_header{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:1201px){
	#comm_layout_header{
		height:0;
	}
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#comm_layout_header{
		height:0;
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#comm_layout_header{
		
	}
}



 #text_style_01_1551166764976{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:5.958333333333334%;top:50.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1551166764976{left:5.338397790055248%;width:50%;top:76.5px;}}   @media screen and (max-width:640px) {#text_style_01_1551166764976{width:96%;font-size:12px;color:#333;line-height:1.6;top:6px;left:2.000203583061889%;}}  #text_style_01_1551166764976>.view_contents {font-size:36px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1551166764976>.view_contents {font-size:28px;}} @media screen and (max-width:640px) { #text_style_01_1551166764976>.view_contents {font-size:18px;}}

 #text_style_01_1551166803390{width:73.25%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:5.958333333333334%;top:115.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1551166803390{left:5.338397790055248%;width:50%;top:126.5px;}}   @media screen and (max-width:640px) {#text_style_01_1551166803390{width:56.02605863192183%;font-size:12px;color:#333;line-height:1.6;top:39px;left:1.9951140065146578%;}}  #text_style_01_1551166803390>.view_contents {font-size:20px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1551166803390>.view_contents {font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1551166803390>.view_contents {font-size:12px;}}

 #text_style_01_1551166846525{width:176px;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:5.958333333333334%;top:188.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1551166846525{left:5.338397790055248%;width:137px;top:181.5px;}}   @media screen and (max-width:640px) {#text_style_01_1551166846525{width:25.3125%;font-size:12px;color:#333;line-height:1.6;top:91px;left:1.9951140065146578%;}}  #text_style_01_1551166846525>.view_contents {font-size:14px;color:#ffffff;text-align:center;line-height:46px;background:#076bf2;border-radius:4px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1551166846525>.view_contents {font-size:12px;line-height:36px;}} @media screen and (max-width:640px) { #text_style_01_1551166846525>.view_contents {font-size:12px;line-height:26px;}}
/*----------------------电脑板式样式----------------------*/
#text_style_01_1551166846525 a{
	display:inline-block;width:100%;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1551166846525{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_01_1551166846525{
		
	}
}
 #div_a_includeBlock_1551166608159{width:1200px;height:407.5px;position:absolute;top:150.5px;left:calc(50% - 600px);z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1551166608159{width:96%;left:2%;top:75px;height:276px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1551166608159{width:96%;height:128px;top:21.5px;left:2%;}} 

 #image_style_01_1551166650486{width:100%;height:628px;position:absolute;top:0%;left:0%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1551166650486{height:477px;}}   @media screen and (max-width:640px) {#image_style_01_1551166650486{width:100%;height:171px;top:0px;left:0%;}} #image_style_01_1551166650486 > .view_contents{overflow:visible;}  #layout_1551166593698{height:628px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1551166593698{height:477px;}}   @media screen and (max-width:640px) {#layout_1551166593698{height:171px;}} #layout_1551166593698 > .view_contents{overflow:visible;} 


 #text_style_01_1551167820965{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:78px;left:34.583333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1551167820965{left:28.04878048780488%;top:54px;width:414px;}}   @media screen and (max-width:640px) {#text_style_01_1551167820965{width:96%;font-size:12px;color:#333;line-height:1.6;top:24px;left:1.9970703125%;}}  #text_style_01_1551167820965>.view_contents {font-weight:normal;text-align:center;color:#076bf2;font-size:34px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1551167820965>.view_contents {font-size:30px;}} @media screen and (max-width:640px) { #text_style_01_1551167820965>.view_contents {font-size:18px;}}

 #text_style_01_1551167906395{width:71.75%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:137px;left:14.124999999999998%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1551167906395{left:calc(50% - 338.5px);top:108px;}}   @media screen and (max-width:640px) {#text_style_01_1551167906395{width:96%;font-size:12px;color:#333;line-height:1.6;top:52px;left:2%;}}  #text_style_01_1551167906395>.view_contents {text-align:center;color:#999999;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1551167906395>.view_contents {font-size:14px;}} #layout_1551167345465{height:165px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1551167345465{height:133px;}}   @media screen and (max-width:640px) {#layout_1551167345465{height:71px;}} #layout_1551167345465 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_01_1551168101816{width:33.916666666666664%;height:324px;position:absolute;top:32px;left:5.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1551168101816{top:24px;height:274px;left:4.931071049840933%;}}   @media screen and (max-width:640px) {#image_style_01_1551168101816{width:49.6875%;height:172px;top:29px;left:0%;z-index:3;}} #image_style_01_1551168101816 > .view_contents{overflow:visible;} 

 #text_style_01_1551168235769{width:48.91666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:130px;left:43.083333333333336%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1551168235769{width:492px;left:42.552028101802755%;top:105px;}}   @media screen and (max-width:640px) {#text_style_01_1551168235769{width:45.9375%;font-size:12px;color:#333;line-height:1.6;top:20px;left:52%;}}  #text_style_01_1551168235769>.view_contents {font-size:18px;color:#2c2d48;letter-spacing:1px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1551168235769>.view_contents {font-size:16px;letter-spacing:0px;}} @media screen and (max-width:640px) { #text_style_01_1551168235769>.view_contents {font-size:12px;}} #layout_1551167344371{height:450px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1551167344371{height:365px;}}   @media screen and (max-width:640px) {#layout_1551167344371{height:240px;}} #layout_1551167344371 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1551168938940{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:78px;left:34.583333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1551168938940{left:28.04878048780488%;top:54px;width:414px;}}   @media screen and (max-width:640px) {#text_style_01_1551168938940{width:96%;font-size:12px;color:#333;line-height:1.6;top:24px;left:1.9970703125%;}}  #text_style_01_1551168938940>.view_contents {font-weight:normal;text-align:center;color:#076bf2;font-size:34px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1551168938940>.view_contents {font-size:30px;}} @media screen and (max-width:640px) { #text_style_01_1551168938940>.view_contents {font-size:18px;}}

 #text_style_01_1551168938947{width:71.75%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:137px;left:14.124999999999998%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1551168938947{left:calc(50% - 338.5px);top:108px;}}   @media screen and (max-width:640px) {#text_style_01_1551168938947{width:96%;font-size:12px;color:#333;line-height:1.6;top:52px;left:2%;}}  #text_style_01_1551168938947>.view_contents {text-align:center;color:#999999;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1551168938947>.view_contents {font-size:14px;}} #layout_1551168938938{height:196px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1551168938938{height:156px;}}   @media screen and (max-width:640px) {#layout_1551168938938{height:96px;}} #layout_1551168938938 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1551168938938  {background:#f6f7fc;}



 #text_style_01_1551169192317{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:68px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1551169192317{left:13.251768867924529%;width:73.58490566037736%;top:44px;}}   @media screen and (max-width:640px) {#text_style_01_1551169192317{width:87.30208333333334%;font-size:12px;color:#333;line-height:1.6;top:26px;left:6.375%;z-index:3;}}  #text_style_01_1551169192317>.view_contents {font-size:18px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1551169192317>.view_contents {font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1551169192317>.view_contents {font-size:16px;}}

 #text_style_01_1551169247587{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:110px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1551169247587{left:4.009433962264151%;width:91.98113207547169%;top:75.5px;}}   @media screen and (max-width:640px) {#text_style_01_1551169247587{width:86.66666666666667%;font-size:12px;color:#333;line-height:1.6;top:58px;left:7.010416666666666%;display:none;z-index:2;}}  #text_style_01_1551169247587>.view_contents {font-size:14px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1551169247587>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1551169247587>.view_contents {font-size:12px;}}

 #text_style_01_1551169363242{width:62.4113475177305%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:18.79432624113475%;top:184px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1551169363242{width:137px;left:17.72553066037736%;top:143px;}}   @media screen and (max-width:640px) {#text_style_01_1551169363242{width:68%;font-size:12px;color:#333;line-height:1.6;top:113px;left:16.5%;z-index:2;}}  #text_style_01_1551169363242>.view_contents {font-size:14px;color:#ffffff;text-align:center;line-height:46px;background:#076bf2;border-radius:4px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1551169363242>.view_contents {font-size:12px;line-height:36px;}} @media screen and (max-width:640px) { #text_style_01_1551169363242>.view_contents {font-size:12px;line-height:26px;}}
/*----------------------电脑板式样式----------------------*/
#text_style_01_1551169363242 a{
	display:inline-block;width:100%;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1551169363242{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_01_1551169363242{
		
	}
}

 #text_style_01_1551169751642{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:0px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1551169751642{width:91.98113207547169%;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1551169751642{width:100%;font-size:12px;color:#333;line-height:1.6;top:57px;left:0%;display:block;z-index:1;}}  #text_style_01_1551169751642>.view_contents {font-size:14px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1551169751642>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1551169751642>.view_contents {font-size:12px;}}
 #div_a_includeBlock_1551169126035{width:282px;height:285px;position:absolute;top:0px;left:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1551169126035{width:22.5%;left:2%;height:215px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1551169126035{width:47%;height:160px;top:0%;left:2%;}}  #div_a_includeBlock_1551169126035  {background:#ffffff;}


 #text_style_01_1551169911675{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:68px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1551169911675{left:13.251768867924529%;width:73.58490566037736%;top:44px;}}   @media screen and (max-width:640px) {#text_style_01_1551169911675{width:87.30208333333334%;font-size:12px;color:#333;line-height:1.6;top:26px;left:6.375%;z-index:3;}}  #text_style_01_1551169911675>.view_contents {font-size:18px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1551169911675>.view_contents {font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1551169911675>.view_contents {font-size:16px;}}

 #text_style_01_1551169911684{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:110px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1551169911684{left:4.009433962264151%;width:91.98113207547169%;top:75.5px;}}   @media screen and (max-width:640px) {#text_style_01_1551169911684{width:86.66666666666667%;font-size:12px;color:#333;line-height:1.6;top:58px;left:7.010416666666666%;display:none;z-index:2;}}  #text_style_01_1551169911684>.view_contents {font-size:14px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1551169911684>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1551169911684>.view_contents {font-size:12px;}}

 #text_style_01_1551169911688{width:62.4113475177305%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:18.79432624113475%;top:184px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1551169911688{width:137px;left:17.72553066037736%;top:143px;}}   @media screen and (max-width:640px) {#text_style_01_1551169911688{width:68%;font-size:12px;color:#333;line-height:1.6;top:113px;left:16.5%;z-index:2;}}  #text_style_01_1551169911688>.view_contents {font-size:14px;color:#ffffff;text-align:center;line-height:46px;background:#076bf2;border-radius:4px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1551169911688>.view_contents {font-size:12px;line-height:36px;}} @media screen and (max-width:640px) { #text_style_01_1551169911688>.view_contents {font-size:12px;line-height:26px;}}
/*----------------------电脑板式样式----------------------*/
#text_style_01_1551169911688 a{
	display:inline-block;width:100%;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1551169911688{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_01_1551169911688{
		
	}
}

 #text_style_01_1551169911692{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:0px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1551169911692{width:91.98113207547169%;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1551169911692{width:100%;font-size:12px;color:#333;line-height:1.6;top:57px;left:0%;display:block;z-index:1;}}  #text_style_01_1551169911692>.view_contents {font-size:14px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1551169911692>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1551169911692>.view_contents {font-size:12px;}}
 #div_a_includeBlock_1551169911547{width:23.5%;height:285px;position:absolute;top:0px;left:25.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1551169911547{width:22.5%;height:215px;top:0px;left:26.499536055143157%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1551169911547{width:47%;height:160px;top:0px;left:51%;}}  #div_a_includeBlock_1551169911547  {background:#ffffff;}


 #text_style_01_1551169916631{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:68px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1551169916631{left:13.251768867924529%;width:73.58490566037736%;top:44px;}}   @media screen and (max-width:640px) {#text_style_01_1551169916631{width:87.30208333333334%;font-size:12px;color:#333;line-height:1.6;top:26px;left:6.375%;z-index:3;}}  #text_style_01_1551169916631>.view_contents {font-size:18px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1551169916631>.view_contents {font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1551169916631>.view_contents {font-size:16px;}}

 #text_style_01_1551169916641{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:110px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1551169916641{left:4.009433962264151%;width:91.98113207547169%;top:75.5px;}}   @media screen and (max-width:640px) {#text_style_01_1551169916641{width:86.66666666666667%;font-size:12px;color:#333;line-height:1.6;top:58px;left:7.010416666666666%;display:none;z-index:2;}}  #text_style_01_1551169916641>.view_contents {font-size:14px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1551169916641>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1551169916641>.view_contents {font-size:12px;}}

 #text_style_01_1551169916644{width:62.4113475177305%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:18.79432624113475%;top:184px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1551169916644{width:137px;left:17.72553066037736%;top:143px;}}   @media screen and (max-width:640px) {#text_style_01_1551169916644{width:68%;font-size:12px;color:#333;line-height:1.6;top:113px;left:16.5%;z-index:2;}}  #text_style_01_1551169916644>.view_contents {font-size:14px;color:#ffffff;text-align:center;line-height:46px;background:#076bf2;border-radius:4px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1551169916644>.view_contents {font-size:12px;line-height:36px;}} @media screen and (max-width:640px) { #text_style_01_1551169916644>.view_contents {font-size:12px;line-height:26px;}}
/*----------------------电脑板式样式----------------------*/
#text_style_01_1551169916644 a{
	display:inline-block;width:100%;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1551169916644{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_01_1551169916644{
		
	}
}

 #text_style_01_1551169916648{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:0px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1551169916648{width:91.98113207547169%;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1551169916648{width:100%;font-size:12px;color:#333;line-height:1.6;top:57px;left:0%;display:block;z-index:1;}}  #text_style_01_1551169916648>.view_contents {font-size:14px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1551169916648>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1551169916648>.view_contents {font-size:12px;}}
 #div_a_includeBlock_1551169916538{width:23.5%;height:285px;position:absolute;top:0px;left:51%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1551169916538{width:22.5%;height:215px;top:0px;left:50.99913838812301%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1551169916538{width:47%;height:160px;top:166px;left:1.9970703125%;}}  #div_a_includeBlock_1551169916538  {background:#ffffff;}


 #text_style_01_1551169920503{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:68px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1551169920503{left:13.251768867924529%;width:73.58490566037736%;top:44px;}}   @media screen and (max-width:640px) {#text_style_01_1551169920503{width:87.30208333333334%;font-size:12px;color:#333;line-height:1.6;top:26px;left:6.375%;z-index:3;}}  #text_style_01_1551169920503>.view_contents {font-size:18px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1551169920503>.view_contents {font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1551169920503>.view_contents {font-size:16px;}}

 #text_style_01_1551169920511{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:110px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1551169920511{left:4.009433962264151%;width:91.98113207547169%;top:75.5px;}}   @media screen and (max-width:640px) {#text_style_01_1551169920511{width:86.66666666666667%;font-size:12px;color:#333;line-height:1.6;top:58px;left:7.010416666666666%;display:none;z-index:2;}}  #text_style_01_1551169920511>.view_contents {font-size:14px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1551169920511>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1551169920511>.view_contents {font-size:12px;}}

 #text_style_01_1551169920515{width:62.4113475177305%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:18.79432624113475%;top:184px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1551169920515{width:137px;left:17.72553066037736%;top:143px;}}   @media screen and (max-width:640px) {#text_style_01_1551169920515{width:68%;font-size:12px;color:#333;line-height:1.6;top:113px;left:16.5%;z-index:2;}}  #text_style_01_1551169920515>.view_contents {font-size:14px;color:#ffffff;text-align:center;line-height:46px;background:#076bf2;border-radius:4px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1551169920515>.view_contents {font-size:12px;line-height:36px;}} @media screen and (max-width:640px) { #text_style_01_1551169920515>.view_contents {font-size:12px;line-height:26px;}}
/*----------------------电脑板式样式----------------------*/
#text_style_01_1551169920515 a{
	display:inline-block;width:100%;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1551169920515{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_01_1551169920515{
		
	}
}

 #text_style_01_1551169920520{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:0px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1551169920520{width:91.98113207547169%;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1551169920520{width:100%;font-size:12px;color:#333;line-height:1.6;top:57px;left:0%;display:block;z-index:1;}}  #text_style_01_1551169920520>.view_contents {font-size:14px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1551169920520>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1551169920520>.view_contents {font-size:12px;}}
 #div_a_includeBlock_1551169920404{width:23.5%;height:285px;position:absolute;top:0px;left:76.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1551169920404{width:22.5%;height:215px;left:75.49874072110286%;top:0px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1551169920404{width:47%;height:160px;top:166px;left:50.99609375000001%;}}  #div_a_includeBlock_1551169920404  {background:#ffffff;} #layout_1551168906670{height:378px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1551168906670{height:282px;}}   @media screen and (max-width:640px) {#layout_1551168906670{height:356px;}} #layout_1551168906670 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1551168906670  {background:#f6f7fc;}



 #text_style_01_1551170736874{width:85.66666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:7.166666666666667%;top:28px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1551170736874{left:15.265486725663715%;width:69.46902654867256%;top:15px;}}   @media screen and (max-width:640px) {#text_style_01_1551170736874{width:70.77922077922078%;font-size:12px;color:#333;line-height:1.6;top:12.5px;left:14.52922077922078%;}}  #text_style_01_1551170736874>.view_contents {font-size:34px;text-align:center;color:#ffffff;} @media screen and (max-width:640px) { #text_style_01_1551170736874>.view_contents {font-size:22px;}}

 #text_style_01_1551170755392{width:85.66666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:7.166666666666667%;top:77.5px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1551170755392{left:25.138274336283185%;width:50%;top:64.5px;}}   @media screen and (max-width:640px) {#text_style_01_1551170755392{width:76.14650974025975%;font-size:12px;color:#333;line-height:1.6;top:43.5px;left:11.688311688311687%;}}  #text_style_01_1551170755392>.view_contents {text-align:center;color:#ffffff;}

 #div_a_includeBlock_1551170816980{width:100%;height:52px;position:absolute;left:0%;top:47px;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1551170816980{left:0%;width:100%;top:34px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1551170816980{height:26.069333333333326px;display:none;}}  #div_a_includeBlock_1551170816980  {border-style:solid;border-width:1px;border-color:#5298f6;border-top:none !important;border-bottom:none !important;border-left:none !important;}
 #div_a_includeBlock_1551170717594{width:25%;height:146px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1551170717594{left:2%;width:24%;height:120px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1551170717594{width:48%;height:79px;top:0px;left:1.9970703125%;}} #div_a_includeBlock_1551170717594 > .view_contents{overflow:visible;}  @media screen and (max-width:640px) { #div_a_includeBlock_1551170717594  {border-top:none !important;border-bottom:none !important;border-left:none !important;border-style:solid;border-width:1px;border-color:#5298f6;}}


 #text_style_01_1551171091807{width:85.66666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:7.166666666666667%;top:28px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1551171091807{left:13.495575221238937%;width:73.00884955752213%;top:15px;}}   @media screen and (max-width:640px) {#text_style_01_1551171091807{width:70.77922077922078%;font-size:12px;color:#333;line-height:1.6;top:12.5px;left:14.52922077922078%;}}  #text_style_01_1551171091807>.view_contents {font-size:34px;text-align:center;color:#ffffff;} @media screen and (max-width:640px) { #text_style_01_1551171091807>.view_contents {font-size:22px;}}

 #text_style_01_1551171091818{width:85.66666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:7.166666666666667%;top:77.5px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1551171091818{left:25.138274336283185%;width:50%;top:64.5px;}}   @media screen and (max-width:640px) {#text_style_01_1551171091818{width:76.14650974025975%;font-size:12px;color:#333;line-height:1.6;top:43.5px;left:11.688311688311687%;}}  #text_style_01_1551171091818>.view_contents {text-align:center;color:#ffffff;}

 #div_a_includeBlock_1551171091821{width:100%;height:52px;position:absolute;left:0%;top:47px;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1551171091821{left:0%;width:100%;top:34px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1551171091821{height:26.069333333333326px;display:none;}}  #div_a_includeBlock_1551171091821  {border-top:none !important;border-bottom:none !important;border-left:none !important;border-color:#5298f6;border-style:solid;border-width:1px;}
 #div_a_includeBlock_1551171091664{width:25%;height:146px;position:absolute;top:0px;left:25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1551171091664{width:24%;height:120px;top:0px;left:25.999690703428772%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1551171091664{width:48%;height:79px;top:0px;left:50.1220703125%;}} #div_a_includeBlock_1551171091664 > .view_contents{overflow:visible;} 


 #text_style_01_1551171096556{width:85.66666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:7.166666666666667%;top:28px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1551171096556{left:12.610619469026549%;width:74.82715707964603%;top:15px;}}   @media screen and (max-width:640px) {#text_style_01_1551171096556{width:70.77922077922078%;font-size:12px;color:#333;line-height:1.6;top:12.5px;left:14.52922077922078%;}}  #text_style_01_1551171096556>.view_contents {font-size:34px;text-align:center;color:#ffffff;} @media screen and (max-width:640px) { #text_style_01_1551171096556>.view_contents {font-size:22px;}}

 #text_style_01_1551171096563{width:85.66666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:7.166666666666667%;top:77.5px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1551171096563{left:25.138274336283185%;width:50%;top:64.5px;}}   @media screen and (max-width:640px) {#text_style_01_1551171096563{width:76.14650974025975%;font-size:12px;color:#333;line-height:1.6;top:43.5px;left:11.688311688311687%;}}  #text_style_01_1551171096563>.view_contents {text-align:center;color:#ffffff;}

 #div_a_includeBlock_1551171096566{width:100%;height:52px;position:absolute;left:0%;top:47px;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1551171096566{left:0%;width:100%;top:34px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1551171096566{height:26.069333333333326px;display:none;}}  #div_a_includeBlock_1551171096566  {border-color:#5298f6;border-top:none !important;border-bottom:none !important;border-left:none !important;border-style:solid;border-width:1px;}
 #div_a_includeBlock_1551171096428{width:25%;height:146px;position:absolute;top:0px;left:50%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1551171096428{width:24%;height:120px;top:0px;left:49.999447684694246%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1551171096428{width:48%;height:79px;top:79px;left:1.9970703125%;}} #div_a_includeBlock_1551171096428 > .view_contents{overflow:visible;}  @media screen and (max-width:640px) { #div_a_includeBlock_1551171096428  {border-bottom:none !important;border-left:none !important;border-color:#5298f6;border-style:solid;border-width:1px;}}


 #text_style_01_1551171101266{width:85.66666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:7.166666666666667%;top:28px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1551171101266{left:12.610619469026549%;width:74.82715707964603%;top:15px;}}   @media screen and (max-width:640px) {#text_style_01_1551171101266{width:70.77922077922078%;font-size:12px;color:#333;line-height:1.6;top:12.5px;left:14.52922077922078%;}}  #text_style_01_1551171101266>.view_contents {font-size:34px;text-align:center;color:#ffffff;} @media screen and (max-width:640px) { #text_style_01_1551171101266>.view_contents {font-size:22px;}}

 #text_style_01_1551171101274{width:85.66666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:7.166666666666667%;top:77.5px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1551171101274{left:25.138274336283185%;width:50%;top:64.5px;}}   @media screen and (max-width:640px) {#text_style_01_1551171101274{width:76.14650974025975%;font-size:12px;color:#333;line-height:1.6;top:43.5px;left:11.688311688311687%;}}  #text_style_01_1551171101274>.view_contents {text-align:center;color:#ffffff;}

 #div_a_includeBlock_1551171101279{width:100%;height:52px;position:absolute;left:0%;top:47px;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1551171101279{left:0%;width:100%;top:34px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1551171101279{height:26.069333333333326px;display:none;}} 
 #div_a_includeBlock_1551171101141{width:25%;height:146px;position:absolute;top:0px;left:75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1551171101141{width:24%;height:120px;left:73.99920466595971%;top:0px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1551171101141{width:48%;height:79px;top:79px;left:50.1220703125%;}} #div_a_includeBlock_1551171101141 > .view_contents{overflow:visible;}  @media screen and (max-width:640px) { #div_a_includeBlock_1551171101141  {border-right:none !important;border-bottom:none !important;border-left:none !important;border-color:#5298f6;border-style:solid;border-width:1px;}} #layout_1551170033177{height:146px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1551170033177{height:120px;}}   @media screen and (max-width:640px) {#layout_1551170033177{height:158px;}} #layout_1551170033177 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1551170033177  {background:#076bf2;}


 #text_style_01_1551171471053{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:78px;left:34.583333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1551171471053{left:28.04878048780488%;top:54px;width:414px;}}   @media screen and (max-width:640px) {#text_style_01_1551171471053{width:96%;font-size:12px;color:#333;line-height:1.6;top:24px;left:1.9970703125%;}}  #text_style_01_1551171471053>.view_contents {font-weight:normal;text-align:center;color:#076bf2;font-size:34px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1551171471053>.view_contents {font-size:30px;}} @media screen and (max-width:640px) { #text_style_01_1551171471053>.view_contents {font-size:18px;}}

 #text_style_01_1551171471063{width:71.75%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:137px;left:14.124999999999998%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1551171471063{left:calc(50% - 338.5px);top:108px;}}   @media screen and (max-width:640px) {#text_style_01_1551171471063{width:96%;font-size:12px;color:#333;line-height:1.6;top:52px;left:2%;}}  #text_style_01_1551171471063>.view_contents {text-align:center;color:#999999;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1551171471063>.view_contents {font-size:14px;}} #layout_1551171471052{height:196px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1551171471052{height:156px;}}   @media screen and (max-width:640px) {#layout_1551171471052{height:96px;}} #layout_1551171471052 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1551171471052  {background:transparent;}


 #newsList_style_04_1551171579599{width:100%;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_04_1551171579599{width:96%;left:2.014846235418876%;}}   @media screen and (max-width:640px) {#newsList_style_04_1551171579599{width:96%;top:0px;left:1.875%;}}  #newsList_style_04_1551171579599 .modSet {background:#076bf2;} #newsList_style_04_1551171579599 .titleSet {font-size:18px;text-align:center;color:#ffffff;padding-top:10px;padding-bottom:0px;} #newsList_style_04_1551171579599 .detailSet {font-size:14px;text-align:center;color:#ffffff;border-color:transparent;padding-left:40px;padding-right:40px;padding-bottom:10px;} #newsList_style_04_1551171579599 .imgSet {background:transparent;} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_04_1551171579599 .titleSet {font-size:14px;margin-bottom:6px;margin-top:8px;padding-top:8px;}} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_04_1551171579599 .detailSet {font-size:12px;padding-left:24px;padding-right:24px;padding-bottom:8px;}} @media screen and (max-width:640px) { #newsList_style_04_1551171579599 .titleSet {font-size:14px;padding-top:4px;margin-bottom:6px;margin-top:10px;}} @media screen and (max-width:640px) { #newsList_style_04_1551171579599 .detailSet {padding-left:4px;padding-right:4px;font-size:12px;padding-bottom:7px;}} #layout_1551171308775{height:505px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1551171308775{height:301px;display:none;}}   @media screen and (max-width:640px) {#layout_1551171308775{height:405px;display:block;}} #layout_1551171308775 > .view_contents{overflow:visible;max-width:1200px;} 


 #newsList_style_04_1551172161474{width:100%;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_04_1551172161474{width:96%;left:2.014846235418876%;}}   @media screen and (max-width:640px) {#newsList_style_04_1551172161474{width:96%;top:10px;left:2%;}}  #newsList_style_04_1551172161474 .modSet {background:#076bf2;} #newsList_style_04_1551172161474 .titleSet {font-size:18px;text-align:center;color:#ffffff;padding-top:10px;padding-bottom:0px;} #newsList_style_04_1551172161474 .detailSet {font-size:14px;text-align:center;color:#ffffff;border-color:transparent;padding-left:40px;padding-right:40px;padding-bottom:10px;} #newsList_style_04_1551172161474 .imgSet {background:transparent;} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_04_1551172161474 .titleSet {font-size:14px;margin-bottom:6px;margin-top:8px;padding-top:8px;}} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_04_1551172161474 .detailSet {font-size:12px;padding-left:24px;padding-right:24px;padding-bottom:8px;}} #layout_1551172161472{height:390px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1551172161472{height:301px;}}   @media screen and (max-width:640px) {#layout_1551172161472{height:617px;display:none;}} #layout_1551172161472 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1551171906220{height:70px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1551171906220{height:50px;}}   @media screen and (max-width:640px) {#layout_1551171906220{height:24px;}} #layout_1551171906220 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1551171906220>.view_contents {border-right:none !important;border-top:none !important;border-left:none !important;border-style:none;border-width:0px;border-color:transparent;}



 #text_style_01_1551173377795{width:42.75%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:45.25%;top:22px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1551173377795{left:39.89548841059602%;width:50%;top:17px;}}   @media screen and (max-width:640px) {#text_style_01_1551173377795{width:40%;font-size:12px;color:#333;line-height:1.6;top:66.08px;left:2%;}}  #text_style_01_1551173377795>.view_contents {text-align:left;font-weight:normal;font-size:18px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1551173377795>.view_contents {font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1551173377795>.view_contents {font-size:18px;}}

 #image_style_01_1551173422755{width:47px;height:47px;position:absolute;left:28.375%;top:28px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1551173422755{left:19.127690397350992%;width:47px;top:21px;}}   @media screen and (max-width:640px) {#image_style_01_1551173422755{}} #image_style_01_1551173422755 > .view_contents{overflow:visible;} 

 #text_style_01_1551173590032{width:40.5%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:45.25%;top:54px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1551173590032{left:39.869619205298015%;width:50%;top:45px;}}   @media screen and (max-width:640px) {#text_style_01_1551173590032{width:39.375%;font-size:12px;color:#333;line-height:1.6;top:104.08px;left:2%;}}  #text_style_01_1551173590032>.view_contents {font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1551173590032>.view_contents {font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1551173590032>.view_contents {font-size:14px;}}

 #div_blank_1551173697587{width:100%;height:60px;position:absolute;left:0%;top:22px;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1551173697587{left:0%;width:100%;top:13.5px;}}   @media screen and (max-width:640px) {#div_blank_1551173697587{}} #div_blank_1551173697587 > .view_contents{overflow:visible;}  #div_blank_1551173697587  {box-sizing:border-box;background:transparent;border-color:#dddddd;border-top:none !important;border-bottom:none !important;border-left:none !important;border-style:solid;border-width:1px;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1551173697587  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1551173697587  {box-sizing:border-box;}}
 #div_a_includeBlock_1551173349842{width:400px;height:102px;position:absolute;top:42px;left:0%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1551173349842{width:32%;left:1.9999337221633087%;height:87px;top:25px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1551173349842{width:100%;height:136.07999999999998px;top:457px;left:0%;display:none;}} #div_a_includeBlock_1551173349842 > .view_contents{overflow:visible;} 


 #text_style_01_1551174076460{width:42.75%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:45.25%;top:22px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1551174076460{left:39.89548841059602%;width:50%;top:17px;}}   @media screen and (max-width:640px) {#text_style_01_1551174076460{width:40%;font-size:12px;color:#333;line-height:1.6;top:66.08px;left:2%;}}  #text_style_01_1551174076460>.view_contents {text-align:left;font-weight:normal;font-size:18px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1551174076460>.view_contents {font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1551174076460>.view_contents {font-size:18px;}}

 #image_style_01_1551174076471{width:47px;height:47px;position:absolute;left:28.375%;top:28px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1551174076471{left:19.127690397350992%;width:47px;top:21px;}}   @media screen and (max-width:640px) {#image_style_01_1551174076471{}} #image_style_01_1551174076471 > .view_contents{overflow:visible;} 

 #text_style_01_1551174076476{width:40.5%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:45.25%;top:54px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1551174076476{left:39.869619205298015%;width:50%;top:45px;}}   @media screen and (max-width:640px) {#text_style_01_1551174076476{width:39.375%;font-size:12px;color:#333;line-height:1.6;top:104.08px;left:2%;}}  #text_style_01_1551174076476>.view_contents {font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1551174076476>.view_contents {font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1551174076476>.view_contents {font-size:14px;}}

 #div_blank_1551174076484{width:100%;height:60px;position:absolute;left:0%;top:22px;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1551174076484{left:0%;width:100%;top:13.5px;}}   @media screen and (max-width:640px) {#div_blank_1551174076484{}} #div_blank_1551174076484 > .view_contents{overflow:visible;}  #div_blank_1551174076484  {box-sizing:border-box;background:transparent;border-color:#dddddd;border-top:none !important;border-bottom:none !important;border-left:none !important;border-style:solid;border-width:1px;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1551174076484  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1551174076484  {box-sizing:border-box;}}
 #div_a_includeBlock_1551174076271{width:33.33333333333333%;height:102px;position:absolute;top:42px;left:33.33333333333333%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1551174076271{width:32%;height:87px;left:33.98727465535525%;top:25px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1551174076271{width:100%;height:136.07999999999998px;top:467px;left:0%;display:none;}} #div_a_includeBlock_1551174076271 > .view_contents{overflow:visible;} 


 #text_style_01_1551174082344{width:42.75%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:45.25%;top:22px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1551174082344{left:39.89548841059602%;width:50%;top:17px;}}   @media screen and (max-width:640px) {#text_style_01_1551174082344{width:40%;font-size:12px;color:#333;line-height:1.6;top:66.08px;left:2%;}}  #text_style_01_1551174082344>.view_contents {text-align:left;font-weight:normal;font-size:18px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1551174082344>.view_contents {font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1551174082344>.view_contents {font-size:18px;}}

 #image_style_01_1551174082357{width:47px;height:51px;position:absolute;left:28.375%;top:28px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1551174082357{left:19.127690397350992%;width:47px;top:21px;}}   @media screen and (max-width:640px) {#image_style_01_1551174082357{}} #image_style_01_1551174082357 > .view_contents{overflow:visible;} 

 #text_style_01_1551174082363{width:47%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:45.25%;top:54px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1551174082363{left:39.869619205298015%;width:50%;top:45px;}}   @media screen and (max-width:640px) {#text_style_01_1551174082363{width:39.375%;font-size:12px;color:#333;line-height:1.6;top:104.08px;left:2%;}}  #text_style_01_1551174082363>.view_contents {font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1551174082363>.view_contents {font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1551174082363>.view_contents {font-size:14px;}}

 #div_blank_1551174082372{width:100%;height:60px;position:absolute;left:0%;top:22px;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1551174082372{left:0%;width:100%;top:13.5px;}}   @media screen and (max-width:640px) {#div_blank_1551174082372{}} #div_blank_1551174082372 > .view_contents{overflow:visible;}  #div_blank_1551174082372  {box-sizing:border-box;background:transparent;border-color:transparent;border-top:none !important;border-bottom:none !important;border-left:none !important;border-style:none;border-width:0px;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1551174082372  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1551174082372  {box-sizing:border-box;}}
 #div_a_includeBlock_1551174082146{width:33.33333333333333%;height:102px;position:absolute;top:42px;left:66.66666666666666%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1551174082146{width:32%;height:87px;left:65.99946977730647%;top:25px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1551174082146{width:100%;height:136.07999999999998px;top:477px;left:0%;display:none;}} #div_a_includeBlock_1551174082146 > .view_contents{overflow:visible;} 


 #text_style_01_1551174185785{width:89.13043478260869%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:0px;left:0%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1551174185785{}}   @media screen and (max-width:640px) {#text_style_01_1551174185785{width:63.125%;font-size:12px;color:#333;line-height:1.6;top:10px;left:2%;}}  #text_style_01_1551174185785>.view_contents {font-size:18px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1551174185785>.view_contents {font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1551174185785>.view_contents {font-size:18px;}}

 #text_style_01_1551174289842{width:60.43478260869565%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:50px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1551174289842{left:0%;width:73.88888888888889%;top:42px;}}   @media screen and (max-width:640px) {#text_style_01_1551174289842{width:96%;font-size:12px;color:#333;line-height:1.6;top:48px;left:2%;}}  #text_style_01_1551174289842>.view_contents {font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1551174289842>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1551174289842>.view_contents {font-size:14px;}}

 #text_style_01_1551174321864{width:60.43478260869565%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:79px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1551174321864{width:64.44444444444444%;left:0%;top:67px;}}   @media screen and (max-width:640px) {#text_style_01_1551174321864{width:96%;font-size:12px;color:#333;line-height:1.6;top:80px;left:2%;}}  #text_style_01_1551174321864>.view_contents {font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1551174321864>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1551174321864>.view_contents {font-size:14px;}}

 #text_style_01_1551174346113{width:60.43478260869565%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:108px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1551174346113{width:63.33333333333333%;left:0%;top:92px;}}   @media screen and (max-width:640px) {#text_style_01_1551174346113{width:96%;font-size:12px;color:#333;line-height:1.6;top:112px;left:2%;}}  #text_style_01_1551174346113>.view_contents {font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1551174346113>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1551174346113>.view_contents {font-size:14px;}}
 #div_a_includeBlock_1551174230292{width:19.1%;height:145px;position:absolute;top:184px;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1551174230292{left:1.9999337221633087%;top:139px;width:19.1%;height:129px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1551174230292{width:100%;height:144px;top:303px;left:0%;display:none;}} 


 #text_style_01_1551174549183{width:89.13043478260869%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:0px;left:0%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1551174549183{}}   @media screen and (max-width:640px) {#text_style_01_1551174549183{width:74.6875%;font-size:12px;color:#333;line-height:1.6;top:10px;left:2%;}}  #text_style_01_1551174549183>.view_contents {font-size:18px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1551174549183>.view_contents {font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1551174549183>.view_contents {font-size:18px;}}

 #text_style_01_1551174549212{width:60.43478260869565%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:50px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1551174549212{left:0%;width:73.88888888888889%;top:42px;}}   @media screen and (max-width:640px) {#text_style_01_1551174549212{width:96%;font-size:12px;color:#333;line-height:1.6;top:48px;left:2%;}}  #text_style_01_1551174549212>.view_contents {font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1551174549212>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1551174549212>.view_contents {font-size:14px;}}

 #text_style_01_1551174549217{width:60.43478260869565%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:79px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1551174549217{width:64.44444444444444%;left:0%;top:67px;}}   @media screen and (max-width:640px) {#text_style_01_1551174549217{width:96%;font-size:12px;color:#333;line-height:1.6;top:80px;left:2%;}}  #text_style_01_1551174549217>.view_contents {font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1551174549217>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1551174549217>.view_contents {font-size:14px;}}

 #text_style_01_1551174549223{width:60.43478260869565%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:108px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1551174549223{width:63.33333333333333%;left:0%;top:92px;}}   @media screen and (max-width:640px) {#text_style_01_1551174549223{width:96%;font-size:12px;color:#333;line-height:1.6;top:112px;left:2%;}}  #text_style_01_1551174549223>.view_contents {font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1551174549223>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1551174549223>.view_contents {font-size:14px;}}
 #div_a_includeBlock_1551174548898{width:19.1%;height:142px;position:absolute;top:184px;left:19.083333333333332%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1551174548898{width:19.1%;height:129px;left:21.223820254506894%;top:139px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1551174548898{width:100%;height:144px;top:457px;left:0%;display:none;}} 


 #text_style_01_1551174574301{width:89.13043478260869%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:0px;left:0%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1551174574301{}}   @media screen and (max-width:640px) {#text_style_01_1551174574301{width:66.875%;font-size:12px;color:#333;line-height:1.6;top:10px;left:2%;}}  #text_style_01_1551174574301>.view_contents {font-size:18px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1551174574301>.view_contents {font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1551174574301>.view_contents {font-size:18px;}}

 #text_style_01_1551174574325{width:60.43478260869565%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:50px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1551174574325{left:0%;width:73.88888888888889%;top:42px;}}   @media screen and (max-width:640px) {#text_style_01_1551174574325{width:96%;font-size:12px;color:#333;line-height:1.6;top:48px;left:2%;}}  #text_style_01_1551174574325>.view_contents {font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1551174574325>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1551174574325>.view_contents {font-size:14px;}}

 #text_style_01_1551174574329{width:60.43478260869565%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:79px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1551174574329{width:64.44444444444444%;left:0%;top:67px;}}   @media screen and (max-width:640px) {#text_style_01_1551174574329{width:96%;font-size:12px;color:#333;line-height:1.6;top:80px;left:2%;}}  #text_style_01_1551174574329>.view_contents {font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1551174574329>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1551174574329>.view_contents {font-size:14px;}}
 #div_a_includeBlock_1551174574038{width:19.1%;height:139px;position:absolute;top:184px;left:38.166666666666664%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1551174574038{width:19.1%;height:129px;left:40.449363732767765%;top:139px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1551174574038{width:100%;height:112px;top:623px;left:0%;display:none;}} 

 #image_style_01_1551174746224{width:128px;height:128px;position:absolute;top:184px;left:73.91666666666666%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1551174746224{left:70.73502120890774%;top:139px;width:116px;height:116px;}}   @media screen and (max-width:640px) {#image_style_01_1551174746224{width:128px;height:128px;top:165px;left:30%;display:none;}} #image_style_01_1551174746224 > .view_contents{overflow:visible;} 

 #text_style_01_1551174825995{width:13.333333333333334%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:319px;left:72.58333333333333%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1551174825995{width:116px;left:70.73502120890774%;top:255px;}}   @media screen and (max-width:640px) {#text_style_01_1551174825995{width:96%;font-size:12px;color:#333;line-height:1.6;top:441px;left:2%;display:none;}}  #text_style_01_1551174825995>.view_contents {font-size:14px;text-align:center;}

 #image_style_01_1551174875166{width:10.666666666666668%;height:128px;position:absolute;top:184px;left:89.33333333333333%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1551174875166{left:85.7237539766702%;top:139px;width:116px;height:116px;}}   @media screen and (max-width:640px) {#image_style_01_1551174875166{width:203px;height:128px;top:303px;left:18.28125%;display:none;}} #image_style_01_1551174875166 > .view_contents{overflow:visible;} 

 #text_style_01_1551174884763{width:10.6%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:317px;left:89.41666666666667%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1551174884763{left:85.7237539766702%;top:255px;width:116px;}}   @media screen and (max-width:640px) {#text_style_01_1551174884763{width:96%;font-size:12px;color:#333;line-height:1.6;top:473px;left:2%;display:none;}}  #text_style_01_1551174884763>.view_contents {font-size:14px;text-align:center;}

 #div_blank_1551174987266{width:1920px;height:40px;position:absolute;top:358px;left:calc(50% - 960px);z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1551174987266{left:0%;top:294px;width:100%;}}   @media screen and (max-width:640px) {#div_blank_1551174987266{width:100%;height:58px;top:0px;left:0%;}} #div_blank_1551174987266 > .view_contents{overflow:visible;}  #div_blank_1551174987266  {box-sizing:border-box;background:#076bf2;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1551174987266  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1551174987266  {box-sizing:border-box;}}

 #text_style_01_1551175014453{width:49.916666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:365.5px;left:25.041666666666668%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1551175014453{left:25.026511134676564%;top:301.5px;}}   @media screen and (max-width:640px) {#text_style_01_1551175014453{width:96%;font-size:12px;color:#333;line-height:1.6;top:9px;left:2%;}}  #text_style_01_1551175014453>.view_contents {text-align:center;font-size:14px;color:#ffffff;} @media screen and (max-width:640px) { #text_style_01_1551175014453>.view_contents {font-size:13px;}}

 #qqol_style_01_1551426809647{width:17.5%;position:absolute;top:233.5px;left:60.083333333333336%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#qqol_style_01_1551426809647{left:59.605315482502654%;top:159.5px;}}   @media screen and (max-width:640px) {#qqol_style_01_1551426809647{width:96%;top:109px;left:2%;display:none;}} #qqol_style_01_1551426809647 > .view_contents{overflow:visible;} 

 #image_style_01_1551426924674{width:2.9166666666666665%;height:99px;position:absolute;top:234px;left:105.5%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1551426924674{}}   @media screen and (max-width:640px) {#image_style_01_1551426924674{width:56px;height:99px;top:0px;left:41.25%;display:none;}} #image_style_01_1551426924674 > .view_contents{overflow:visible;}  #comm_layout_footer{height:398px;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:334px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:58px;display:block;}} #comm_layout_footer > .view_contents{overflow:visible;max-width:1200px;}  #comm_layout_footer  {background:#f2f2f2;background-repeat:no-repeat;background-size:auto 100%;background-position-x:50%;} @media screen and (max-width:640px) { #comm_layout_footer  {background-size:cover;}}
/*----------------------电脑板式样式----------------------*/
#comm_layout_footer{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#comm_layout_footer{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#comm_layout_footer{
		top:0;
	}
}
.logoStyle *{box-sizing: border-box;}
.logoStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.logoStyle>a{overflow: hidden; width: 100%; height: 100%; display: block;}
.logoName{white-space: nowrap;}
/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/
/*菜单样式*/
.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;}
}


@media screen and (min-width:640px) {
	#dh_style_11_1551166512124 .maxWidth{max-width:px;}
	#dh_style_11_1551166512124 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
	#dh_style_11_1551166512124 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	#dh_style_11_1551166512124 .menuUl>li>#menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
}

	#image_style_01_1551166650486 .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_1551166650486 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1551166650486 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1551166650486 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_1551168101816 .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_1551168101816 .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_1551168101816 .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_1551168101816 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
/*新闻列表样式*/
.boxNewsListStyle_4{width:100%; clear: both;}
.boxNewsListStyle_4 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_4 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.boxNewsListStyle_4 .sumary_list{list-style:none; background:#fff;}
.boxNewsListStyle_4 .sumary_list .newPic{width:100%; min-width:100px; overflow:hidden; position:relative; box-sizing:border-box; background: #eee;}
.boxNewsListStyle_4 .sumary_list .newPic img{position:absolute; top:0; left:0; width:100%;}
.boxNewsListStyle_4 .sumary_list .newPic .zTm{margin-top:100%;}
.boxNewsListStyle_4 .sumary_list .newCont{width:100%;}
.boxNewsListStyle_4 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_4 .sumary_list .newName{}
.boxNewsListStyle_4 .sumary_list .newName a{text-decoration:none; color: #333; line-height:1.1; font-size:14px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; margin: 10px 0;}
.boxNewsListStyle_4 .sumary_list .newName a:hover{}
.boxNewsListStyle_4 .sumary_list .newB{width:100%; line-height:2; padding-top: 5px;}
.boxNewsListStyle_4 .sumary_list .newSort{color:#fff; background-color: #498D9C; font-size:12px; white-space: nowrap; padding:.5em 1em; margin-right:5px;}
.boxNewsListStyle_4 .sumary_list .newsTime{text-align:right;color:#666; font-size:14px; white-space:nowrap;}
.boxNewsListStyle_4 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_4 .sumary_list .newsTime span.nTime{display:none;}
.boxNewsListStyle_4 .sumary_list .newDetail{width:100%; margin:0; color:#999; font-size:12px; line-height:1.6;/* display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;*/ border-bottom:1px solid #eee; padding-bottom: 6px;}
.boxNewsListStyle_4 .sumary_list .show_all{width:100%; margin-top:.5em;}
.boxNewsListStyle_4 .sumary_list .show_all a{display:block; margin-top:.4em; text-decoration:none; border:1px solid #ddd; text-align:center; padding:.4em; font-size:12px;  color:#666; }
/*分页*/
.boxNewsListStyle_4 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.boxNewsListStyle_4 .page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.boxNewsListStyle_4 .page_btn a.cur,.boxNewsListStyle_4 .page_btn a:hover{border:1px solid #4c4c4c;}
.boxNewsListStyle_4 .prev_btn,.boxNewsListStyle_4 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.boxNewsListStyle_4 .no_page{border: 0 !important;}

@media screen and (max-width:768px){
/*分页*/
.boxNewsListStyle_4 .page_btn a:nth-child(n+5){display: none;}
.boxNewsListStyle_4 .page_btn a:nth-last-child(1),.boxNewsListStyle_4 .page_btn a:nth-last-child(2),.boxNewsListStyle_4 .page_btn a:nth-last-child(3){display: inline-block !important;}
}
	#newsList_style_04_1551171579599 .newDetail.pc {display:block;}
	#newsList_style_04_1551171579599 .newDetail.pad, #newsList_style_04_1551171579599 .newDetail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_04_1551171579599 .newDetail.pad {display:block;}
		#newsList_style_04_1551171579599 .newDetail.pc, #newsList_style_04_1551171579599 .newDetail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_04_1551171579599 .newDetail.mobile {display:block;}
		#newsList_style_04_1551171579599 .newDetail.pc, #newsList_style_04_1551171579599 .newDetail.pad {display:none;}
	}

/*pc*/
#newsList_style_04_1551171579599 li{width: 49%;}
#newsList_style_04_1551171579599 li.sumary_list{margin-bottom:2%;}
@media screen and (max-width: 1024px){/*ipad*/
	#newsList_style_04_1551171579599 li{width: 32%;}
	#newsList_style_04_1551171579599 li.sumary_list{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#newsList_style_04_1551171579599  li{width: 49%;}
	#newsList_style_04_1551171579599  li.sumary_list{margin-bottom:2%;}
}

@media screen and (min-width: 1025px) {
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
}
/*新闻列表样式*/
.boxNewsListStyle_4{width:100%; clear: both;}
.boxNewsListStyle_4 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_4 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.boxNewsListStyle_4 .sumary_list{list-style:none; background:#fff;}
.boxNewsListStyle_4 .sumary_list .newPic{width:100%; min-width:100px; overflow:hidden; position:relative; box-sizing:border-box; background: #eee;}
.boxNewsListStyle_4 .sumary_list .newPic img{position:absolute; top:0; left:0; width:100%;}
.boxNewsListStyle_4 .sumary_list .newPic .zTm{margin-top:100%;}
.boxNewsListStyle_4 .sumary_list .newCont{width:100%;}
.boxNewsListStyle_4 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_4 .sumary_list .newName{}
.boxNewsListStyle_4 .sumary_list .newName a{text-decoration:none; color: #333; line-height:1.1; font-size:14px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; margin: 10px 0;}
.boxNewsListStyle_4 .sumary_list .newName a:hover{}
.boxNewsListStyle_4 .sumary_list .newB{width:100%; line-height:2; padding-top: 5px;}
.boxNewsListStyle_4 .sumary_list .newSort{color:#fff; background-color: #498D9C; font-size:12px; white-space: nowrap; padding:.5em 1em; margin-right:5px;}
.boxNewsListStyle_4 .sumary_list .newsTime{text-align:right;color:#666; font-size:14px; white-space:nowrap;}
.boxNewsListStyle_4 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_4 .sumary_list .newsTime span.nTime{display:none;}
.boxNewsListStyle_4 .sumary_list .newDetail{width:100%; margin:0; color:#999; font-size:12px; line-height:1.6;/* display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;*/ border-bottom:1px solid #eee; padding-bottom: 6px;}
.boxNewsListStyle_4 .sumary_list .show_all{width:100%; margin-top:.5em;}
.boxNewsListStyle_4 .sumary_list .show_all a{display:block; margin-top:.4em; text-decoration:none; border:1px solid #ddd; text-align:center; padding:.4em; font-size:12px;  color:#666; }
/*分页*/
.boxNewsListStyle_4 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.boxNewsListStyle_4 .page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.boxNewsListStyle_4 .page_btn a.cur,.boxNewsListStyle_4 .page_btn a:hover{border:1px solid #4c4c4c;}
.boxNewsListStyle_4 .prev_btn,.boxNewsListStyle_4 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.boxNewsListStyle_4 .no_page{border: 0 !important;}

@media screen and (max-width:768px){
/*分页*/
.boxNewsListStyle_4 .page_btn a:nth-child(n+5){display: none;}
.boxNewsListStyle_4 .page_btn a:nth-last-child(1),.boxNewsListStyle_4 .page_btn a:nth-last-child(2),.boxNewsListStyle_4 .page_btn a:nth-last-child(3){display: inline-block !important;}
}
	#newsList_style_04_1551172161474 .newDetail.pc {display:block;}
	#newsList_style_04_1551172161474 .newDetail.pad, #newsList_style_04_1551172161474 .newDetail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_04_1551172161474 .newDetail.pad {display:block;}
		#newsList_style_04_1551172161474 .newDetail.pc, #newsList_style_04_1551172161474 .newDetail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_04_1551172161474 .newDetail.mobile {display:block;}
		#newsList_style_04_1551172161474 .newDetail.pc, #newsList_style_04_1551172161474 .newDetail.pad {display:none;}
	}

/*pc*/
#newsList_style_04_1551172161474 li{width: 32%;}
#newsList_style_04_1551172161474 li.sumary_list{margin-bottom:2%;}
@media screen and (max-width: 1024px){/*ipad*/
	#newsList_style_04_1551172161474 li{width: 32%;}
	#newsList_style_04_1551172161474 li.sumary_list{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#newsList_style_04_1551172161474  li{width: 49%;}
	#newsList_style_04_1551172161474  li.sumary_list{margin-bottom:2%;}
}

@media screen and (min-width: 1025px) {
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
}

	#image_style_01_1551173422755 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1551173422755 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1551173422755 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1551173422755 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_1551174076471 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1551174076471 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1551174076471 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1551174076471 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_1551174082357 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1551174082357 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1551174082357 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1551174082357 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_1551174746224 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1551174746224 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1551174746224 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1551174746224 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_1551174875166 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1551174875166 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1551174875166 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1551174875166 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

/* 清除浮动 */
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1}

.online-service{ 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;}
}

	#image_style_01_1551426924674 .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_1551426924674 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1551426924674 .CompatibleImg img{width:100%; height:100%}}
.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;}

				.bottomMenu{width: 100%; box-sizing:border-box; display: none;position:fixed;bottom:0;z-index:999999}
				.bottomMenu ul{width:100%; height: 40px; padding:6px 0; background-color: #fff; border-top: 1px solid #ddd; box-shadow: 0 0px 6px rgba(0,0,0,.1); display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
				.bottomMenu ul li{position:relative; box-sizing: border-box; -webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;}
				.bottomMenu ul li .menuItem{position: relative;}
				.bottomMenu ul li .menuIco{width: 26px; height: 26px; overflow: hidden; margin: auto;}
				.bottomMenu ul li .menuIco img{width: 100%;}
				.bottomMenu ul li .menuName{font-size: 12px; white-space: nowrap; margin: auto; text-align: center; color: #333; line-height: 18px;}
				.bottomMenu ul li .submenuItems{position: absolute; bottom: 48px; z-index:999999; width: 100%; text-align: center; border: 1px solid #ddd; background-color: #fff; box-shadow: 0 0px 6px rgba(0,0,0,.1);}
				.bottomMenu ul li .submenuItems a{display: block; height: 36px; line-height: 36px; font-size: 12px; color: #333; border-bottom: 1px solid #ddd;}
				@media screen and (max-width:767px) {
					.bottomMenu{display: block;}
					body{padding-bottom:55px;}
				}
				