
@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;}
    }

/*内链替换的继承父样式*/
.inherit_the_style{color:inherit;font-weight:inherit;font-size:inherit;background:inherit;display:unset;margin:0;padding:0}

body{ background-position:left top; }


 #image_logo_1594124013678{width:18.666666666666668%;height:49px;position:absolute;top:14.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1594124013678{width:181px;left:2.4390243902439024%;top:18.484375px;}}   @media screen and (max-width:640px) {#image_logo_1594124013678{width:139px;height:32px;top:9px;left:2.933333333333333%;}} 

 #dh_style_45_1596511747398{width:76%;z-index:999;left:24%;top:14.5px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_45_1596511747398{width:70%;z-index:999;left:28.063693001060447%;top:12.984375px;}}   @media screen and (max-width:640px) {#dh_style_45_1596511747398{width:80px;z-index:999;left:76%;top:3px;}} #dh_style_45_1596511747398 > .view_contents{overflow:visible;}  #dh_style_45_1596511747398 .mainMenuSet {color:#333333;} #dh_style_45_1596511747398 .mainMenuSet:hover {color:#333333;border-style:solid;border-top:none !important;border-right:none !important;border-left:none !important;border-width:3px;border-color:#0da0f4;} #dh_style_45_1596511747398 #hot>a {color:#333333;border-style:solid;border-top:none !important;border-right:none !important;border-left:none !important;border-width:3px;border-color:#0da0f4;} #dh_style_45_1596511747398 #hot .aview {color:#333333;border-style:solid;border-top:none !important;border-right:none !important;border-left:none !important;border-width:3px;border-color:#0da0f4;} #dh_style_45_1596511747398 .subMenuSet:hover {color:#333333;font-family:Microsoft YaHei;border-style:solid;border-width:3px;border-color:#0da0f4;border-bottom:none !important;border-top:none !important;font-size:14px;border-right:none !important;} #dh_style_45_1596511747398 #subCurSet {color:#333333;font-family:Microsoft YaHei;border-style:solid;border-width:3px;border-color:#0da0f4;border-bottom:none !important;border-top:none !important;font-size:14px;border-right:none !important;} #dh_style_45_1596511747398 .subMenuSet {font-size:12px;} @media screen and (max-width:640px) { #dh_style_45_1596511747398 .dhAreaSet {background:#fcfcfc;}} @media screen and (max-width:640px) { #dh_style_45_1596511747398 .subMenuSet {color:#333333;}} @media screen and (max-width:640px) { #dh_style_45_1596511747398 .icoMenuSet {background:transparent;color:#191919;}}
/*----------------------电脑板式样式----------------------*/
#dh_style_45_1596511747398{
	
}
#dh_style_45_1596511747398 .menuStyle_45 .menuUl>li{background:#ffffff;}
#dh_style_45_1596511747398 .menuStyle_45 .menuUl03 .subMenu03{text-align:left;}
#dh_style_45_1596511747398 .menuStyle_45 .menuUl>li::after{ display: none;}
#dh_style_45_1596511747398 .subBox .subMenuArea .subMenuAreaItem .subMenu02{pointer-events:none }
#dh_style_45_1596511747398 .menuStyle_45 .subBox .subMenu02::after {left: 0;transform: translateX(0%);display:none;}
#dh_style_45_1596511747398 .subMenuSet{text-align:left;}
#dh_style_45_1596511747398 .menuStyle_45 .menuUl03 .subMenu03 a {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
#dh_style_45_1596511747398 .menuStyle_45 .subBox .subMenu02 .fa{display:none;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_45_1596511747398{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_45_1596511747398{
		
	}
} #comm_layout_header{height:74.00297599999999px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{}}   @media screen and (max-width:640px) {#comm_layout_header{height:48px;}} #comm_layout_header > .view_contents{max-width:1200px;overflow:visible;} 


 #banner_style_01_1594113834663{width:100%;height:680px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1594113834663{height:448px;}}   @media screen and (max-width:640px) {#banner_style_01_1594113834663{width:100%;height:180px;top:0px;left:0%;}} 
/*----------------------电脑板式样式----------------------*/
#banner_style_01_1594113834663{
	
}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#banner_style_01_1594113834663{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#banner_style_01_1594113834663{
		
	}
}


 #text_style_01_1600163418407{width:62.66666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:25px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1600163418407{top:4px;left:0%;}}   @media screen and (max-width:640px) {#text_style_01_1600163418407{width:96%;font-size:12px;color:#333;line-height:1.6;top:0px;left:0%;}}  #text_style_01_1600163418407>.view_contents {color:#fcfcfc;font-size:52px;font-family:Microsoft YaHei;font-weight:bold;letter-spacing:10px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1600163418407>.view_contents {font-size:45px;}} @media screen and (max-width:640px) { #text_style_01_1600163418407>.view_contents {font-size:20px;letter-spacing:0px;}}

 #text_style_01_1600163793527{width:79.11111111111111%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:110px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1600163793527{top:74px;left:0%;}}   @media screen and (max-width:640px) {#text_style_01_1600163793527{width:96%;font-size:12px;color:#333;line-height:1.6;top:27px;left:0%;}}  #text_style_01_1600163793527>.view_contents {color:#fcfcfc;font-size:90px;font-weight:bold;letter-spacing:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1600163793527>.view_contents {font-size:73px;}} @media screen and (max-width:640px) { #text_style_01_1600163793527>.view_contents {font-size:24px;letter-spacing:16px;}}

 #button_style_09_1600167995578{width:11.916666666666668%;position:absolute;top:380px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_09_1600167995578{left:0%;top:268px;width:127px;}}   @media screen and (max-width:640px) {#button_style_09_1600167995578{width:88px;left:0%;top:91px;}} #button_style_09_1600167995578 > .view_contents{overflow:visible;}  #button_style_09_1600167995578 .btnaSet {background:#0da0f4;border-color:#0da0f4;font-family:Microsoft YaHei;color:#fcfcfc;} @media screen and (max-width:640px) { #button_style_09_1600167995578 .btnaSet {height:32px;}}
 #div_a_includeBlock_1600409795416{width:1200px;height:476px;position:absolute;top:97px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1600409795416{width:96%;left:2%;height:327px;top:60.5px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1600409795416{width:96%;height:132px;top:24px;left:2%;}}  #layout_diy_1594033715{height:680px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1594033715{height:448px;}}   @media screen and (max-width:640px) {#layout_diy_1594033715{height:180px;display:block;}} 




 #image_style_01_1596805817975{width:38%;height:102px;position:absolute;left:30.9920654296875%;top:61.31251525878906px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1596805817975{left:21.01769911504425%;width:57.9646017699115%;height:86px;}}   @media screen and (max-width:640px) {#image_style_01_1596805817975{left:31.73828125%;top:61px;height:66px;width:65px;}} #image_style_01_1596805817975 > .view_contents{overflow:visible;} 

 #text_style_01_1596805946920{width:30.333333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:34.83134969075521%;top:174.30357360839844px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1596805946920{left:25%;width:50%;}}   @media screen and (max-width:640px) {#text_style_01_1596805946920{width:50%;font-size:12px;color:#333;line-height:1.6;top:19px;left:25.10653409090909%;}}  #text_style_01_1596805946920>.view_contents {font-size:18px;font-weight:bold;text-align:center;color:#0da0f4;} @media screen and (max-width:640px) { #text_style_01_1596805946920>.view_contents {font-size:18px;}}

 #text_style_01_1596806006958{width:85.33333333333334%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:7.331349690755208%;top:225.3154754638672px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1596806006958{left:15.889830508474576%;width:68.2%;}}   @media screen and (max-width:640px) {#text_style_01_1596806006958{width:80.11363636363636%;font-size:12px;color:#333;line-height:1.6;top:144px;left:9.9609375%;}}  #text_style_01_1596806006958>.view_contents {font-size:14px;} @media screen and (max-width:640px) { #text_style_01_1596806006958>.view_contents {font-size:14px;}}
 #div_a_includeBlock_1596805734966{width:100%;height:342px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1596805734966{}}   @media screen and (max-width:640px) {#div_a_includeBlock_1596805734966{height:236px;display:block;z-index:1;}}  #div_a_includeBlock_1596805734966  {background:#ffffff;}


 #image_style_01_1596851444573{width:38%;height:102px;position:absolute;left:30.9920654296875%;top:61.31251525878906px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1596851444573{left:25%;width:50%;top:61.3px;height:86px;}}   @media screen and (max-width:640px) {#image_style_01_1596851444573{display:block;height:66px;left:32.04900568181818%;top:61px;}} #image_style_01_1596851444573 > .view_contents{overflow:visible;} 

 #text_style_01_1596851444587{width:30.333333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:34.83134969075521%;top:174.30357360839844px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1596851444587{left:25%;width:50%;}}   @media screen and (max-width:640px) {#text_style_01_1596851444587{width:50%;font-size:12px;color:#333;line-height:1.6;top:19px;left:25%;display:block;}}  #text_style_01_1596851444587>.view_contents {font-size:18px;font-weight:bold;text-align:center;color:#ffffff;} @media screen and (max-width:640px) { #text_style_01_1596851444587>.view_contents {font-size:18px;}}

 #text_style_01_1596851444592{width:85.33333333333334%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:7.333333333333329%;top:225.3px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1596851444592{left:15.889830508474576%;width:68.22033898305084%;top:225.3125px;}}   @media screen and (max-width:640px) {#text_style_01_1596851444592{width:82.4074074074074%;font-size:12px;color:#333;line-height:1.6;top:144px;left:8.796296296296298%;display:block;}}  #text_style_01_1596851444592>.view_contents {font-size:14px;color:#ffffff;} @media screen and (max-width:640px) { #text_style_01_1596851444592>.view_contents {font-size:14px;}}
 #div_a_includeBlock_1596851444249{width:100%;height:342px;position:absolute;top:0%;left:0%;display:none;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1596851444249{display:none;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1596851444249{display:none;height:236px;width:100%;left:0%;top:0%;z-index:3;}}  #div_a_includeBlock_1596851444249  {background:#0da0f4;}
 #div_a_includeBlock_1596852672659{width:25%;height:400px;position:absolute;top:74.38095092773438px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1596852672659{z-index:2;display:block;width:24%;left:2%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1596852672659{width:46.999999999999986%;height:243px;top:15px;left:2%;display:block;}} 



 #image_style_01_1596806185584{width:38%;height:102px;position:absolute;left:30.997029622395832%;top:61.31251525878906px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1596806185584{left:25%;width:50%;top:61.3px;height:86px;}}   @media screen and (max-width:640px) {#image_style_01_1596806185584{height:66px;top:61px;}} #image_style_01_1596806185584 > .view_contents{overflow:visible;} 

 #text_style_01_1596806185597{width:30.333333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:34.821431477864586%;top:174.30357360839844px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1596806185597{left:25%;width:50%;}}   @media screen and (max-width:640px) {#text_style_01_1596806185597{width:50%;font-size:12px;color:#333;line-height:1.6;top:19px;left:25%;}}  #text_style_01_1596806185597>.view_contents {font-size:18px;font-weight:bold;text-align:center;color:#0da0f4;} @media screen and (max-width:640px) { #text_style_01_1596806185597>.view_contents {font-size:18px;}}

 #text_style_01_1596806185600{width:85.33333333333334%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:7.321431477864583%;top:225.3154754638672px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1596806185600{left:15.889830508474576%;width:68.2%;}}   @media screen and (max-width:640px) {#text_style_01_1596806185600{width:79.54545454545455%;font-size:12px;color:#333;line-height:1.6;top:144px;left:14.204545454545453%;display:block;}}  #text_style_01_1596806185600>.view_contents {font-size:14px;} @media screen and (max-width:640px) { #text_style_01_1596806185600>.view_contents {font-size:14px;}}
 #div_a_includeBlock_1596806185342{width:100%;height:342px;position:absolute;top:0px;left:0%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1596806185342{display:block;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1596806185342{height:236px;display:block;}}  #div_a_includeBlock_1596806185342  {background:#ffffff;}


 #image_style_01_1596851485137{width:38%;height:102px;position:absolute;left:30.997029622395832%;top:61.31251525878906px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1596851485137{left:25%;width:50%;height:86px;top:61.3px;}}   @media screen and (max-width:640px) {#image_style_01_1596851485137{height:66px;top:61px;}} #image_style_01_1596851485137 > .view_contents{overflow:visible;} 

 #text_style_01_1596851485162{width:30.333333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:34.821431477864586%;top:174.30357360839844px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1596851485162{left:25%;width:50%;}}   @media screen and (max-width:640px) {#text_style_01_1596851485162{width:50%;font-size:12px;color:#333;line-height:1.6;top:19px;left:25%;}}  #text_style_01_1596851485162>.view_contents {font-size:18px;font-weight:bold;text-align:center;color:#ffffff;} @media screen and (max-width:640px) { #text_style_01_1596851485162>.view_contents {font-size:18px;}}

 #text_style_01_1596851485165{width:85.33333333333334%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:7.321431477864583%;top:225.3154754638672px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1596851485165{left:15.889830508474576%;width:68.2%;}}   @media screen and (max-width:640px) {#text_style_01_1596851485165{width:80.11363636363636%;font-size:12px;color:#333;line-height:1.6;top:144px;left:13.636363636363633%;}}  #text_style_01_1596851485165>.view_contents {font-size:14px;color:#ffffff;} @media screen and (max-width:640px) { #text_style_01_1596851485165>.view_contents {font-size:14px;}}
 #div_a_includeBlock_1596851484849{width:100%;height:342px;position:absolute;top:0px;left:0%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1596851484849{display:none;top:0px;left:0%;width:100%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1596851484849{display:none;height:236px;left:calc(50% - 88px);top:0px;}}  #div_a_includeBlock_1596851484849  {background:#0da0f4;}
 #div_a_includeBlock_1596853931417{width:25%;height:400px;position:absolute;top:74.38095092773438px;left:24.985122680664062%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1596853931417{display:block;z-index:2;width:24%;left:25.999690703428772%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1596853931417{width:46.999999999999986%;height:242px;top:15px;left:50.93333333333333%;display:block;z-index:2;}} 



 #image_style_01_1596806199012{width:38%;height:102px;position:absolute;left:30.997029622395832%;top:61.31251525878906px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1596806199012{left:25%;width:50%;top:61.3px;height:86px;}}   @media screen and (max-width:640px) {#image_style_01_1596806199012{height:66px;top:61px;}} #image_style_01_1596806199012 > .view_contents{overflow:visible;} 

 #text_style_01_1596806199025{width:30.333333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:34.83135986328125%;top:174.30357360839844px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1596806199025{left:25%;width:50%;}}   @media screen and (max-width:640px) {#text_style_01_1596806199025{width:50%;font-size:12px;color:#333;line-height:1.6;top:19px;left:25%;}}  #text_style_01_1596806199025>.view_contents {font-size:18px;font-weight:bold;text-align:center;color:#0da0f4;} @media screen and (max-width:640px) { #text_style_01_1596806199025>.view_contents {font-size:18px;}}

 #text_style_01_1596806199028{width:85.33333333333334%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:7.33135986328125%;top:225.3154754638672px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1596806199028{left:15.889830508474576%;width:68.2%;}}   @media screen and (max-width:640px) {#text_style_01_1596806199028{width:82.38636363636364%;font-size:12px;color:#333;line-height:1.6;top:144px;left:8.80681818181818%;}}  #text_style_01_1596806199028>.view_contents {font-size:14px;} @media screen and (max-width:640px) { #text_style_01_1596806199028>.view_contents {font-size:14px;}}
 #div_a_includeBlock_1596806198802{width:100%;height:342px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1596806198802{height:342px;width:100%;left:0%;display:block;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1596806198802{height:236px;display:block;}}  #div_a_includeBlock_1596806198802  {background:#ffffff;}


 #image_style_01_1596851500728{width:38%;height:102px;position:absolute;left:30.997029622395832%;top:61.31251525878906px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1596851500728{left:25%;width:50%;top:61.3px;height:86px;}}   @media screen and (max-width:640px) {#image_style_01_1596851500728{display:block;left:calc(50% - 33.5px);top:61px;height:66px;}} #image_style_01_1596851500728 > .view_contents{overflow:visible;} 

 #text_style_01_1596851500745{width:30.333333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:34.83135986328125%;top:174.30357360839844px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1596851500745{left:25%;width:50%;}}   @media screen and (max-width:640px) {#text_style_01_1596851500745{width:50%;font-size:12px;color:#333;line-height:1.6;top:19px;left:25%;}}  #text_style_01_1596851500745>.view_contents {font-size:18px;font-weight:bold;text-align:center;color:#ffffff;} @media screen and (max-width:640px) { #text_style_01_1596851500745>.view_contents {font-size:18px;}}

 #text_style_01_1596851500747{width:85.33333333333334%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:7.33135986328125%;top:225.3154754638672px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1596851500747{left:15.889830508474576%;width:68.2%;}}   @media screen and (max-width:640px) {#text_style_01_1596851500747{width:88.63636363636364%;font-size:12px;color:#333;line-height:1.6;top:144px;left:8.8%;}}  #text_style_01_1596851500747>.view_contents {font-size:14px;color:#ffffff;} @media screen and (max-width:640px) { #text_style_01_1596851500747>.view_contents {font-size:14px;}}
 #div_a_includeBlock_1596851500466{width:100%;height:342px;position:absolute;top:0%;left:0%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1596851500466{display:none;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1596851500466{display:none;height:236px;width:100%;left:0%;top:0%;}}  #div_a_includeBlock_1596851500466  {background:#0da0f4;}
 #div_a_includeBlock_1596854077183{width:25%;height:400px;position:absolute;top:74.38095092773438px;left:49.98512268066406%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1596854077183{height:400px;z-index:2;width:24%;left:49.999447684694246%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1596854077183{width:46.999999999999986%;height:240px;top:260px;left:2%;}} 



 #image_style_01_1596806211001{width:38%;height:102px;position:absolute;left:30.997029622395832%;top:61.31251525878906px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1596806211001{left:25%;width:50%;top:61.3px;height:86px;}}   @media screen and (max-width:640px) {#image_style_01_1596806211001{height:66px;top:61px;}} #image_style_01_1596806211001 > .view_contents{overflow:visible;} 

 #text_style_01_1596806211015{width:30.333333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:34.831380208333336%;top:174.30357360839844px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1596806211015{left:25%;width:50%;}}   @media screen and (max-width:640px) {#text_style_01_1596806211015{width:50%;font-size:12px;color:#333;line-height:1.6;top:19px;left:25%;}}  #text_style_01_1596806211015>.view_contents {font-size:18px;font-weight:bold;text-align:center;color:#0da0f4;} @media screen and (max-width:640px) { #text_style_01_1596806211015>.view_contents {font-size:18px;}}

 #text_style_01_1596806211018{width:85.33333333333334%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:7.331380208333334%;top:225.3154754638672px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1596806211018{left:15.889830508474576%;width:68.2%;}}   @media screen and (max-width:640px) {#text_style_01_1596806211018{width:86.36363636363636%;font-size:12px;color:#333;line-height:1.6;top:144px;left:8.558238636363637%;}}  #text_style_01_1596806211018>.view_contents {font-size:14px;} @media screen and (max-width:640px) { #text_style_01_1596806211018>.view_contents {font-size:14px;}}
 #div_a_includeBlock_1596806210780{width:100%;height:342px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1596806210780{}}   @media screen and (max-width:640px) {#div_a_includeBlock_1596806210780{height:236px;left:0%;display:block;}} #div_a_includeBlock_1596806210780 > .view_contents{overflow:visible;}  #div_a_includeBlock_1596806210780  {background:#ffffff;}


 #image_style_01_1596851511272{width:38%;height:102px;position:absolute;left:30.997029622395832%;top:61.31251525878906px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1596851511272{left:25%;width:50%;height:86px;top:61.3px;}}   @media screen and (max-width:640px) {#image_style_01_1596851511272{height:66px;top:61px;}} #image_style_01_1596851511272 > .view_contents{overflow:visible;} 

 #text_style_01_1596851511289{width:30.333333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:34.831380208333336%;top:174.30357360839844px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1596851511289{left:25%;width:50%;}}   @media screen and (max-width:640px) {#text_style_01_1596851511289{width:50%;font-size:12px;color:#333;line-height:1.6;top:19px;left:25%;}}  #text_style_01_1596851511289>.view_contents {font-size:18px;font-weight:bold;text-align:center;color:#ffffff;} @media screen and (max-width:640px) { #text_style_01_1596851511289>.view_contents {font-size:18px;}}

 #text_style_01_1596851511293{width:85.33333333333334%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:7.331380208333334%;top:225.3154754638672px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1596851511293{left:15.889830508474576%;width:68.2%;}}   @media screen and (max-width:640px) {#text_style_01_1596851511293{width:80.68181818181817%;font-size:12px;color:#333;line-height:1.6;top:144px;left:9.588068181818182%;}}  #text_style_01_1596851511293>.view_contents {font-size:14px;color:#ffffff;} @media screen and (max-width:640px) { #text_style_01_1596851511293>.view_contents {font-size:14px;}}
 #div_a_includeBlock_1596851510982{width:100%;height:342px;position:absolute;top:0px;left:0%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1596851510982{display:none;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1596851510982{display:none;height:236px;left:calc(50% - 88px);top:0px;}}  #div_a_includeBlock_1596851510982  {background:#0da0f4;}
 #div_a_includeBlock_1596854194015{width:25%;height:400px;position:absolute;top:74.38095092773438px;left:74.98388163248698%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1596854194015{z-index:2;display:block;width:24%;left:73.99920466595971%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1596854194015{width:46.999999999999986%;height:239px;top:260px;left:50.93333333333333%;}}  #layout_1596763603618{height:474.3809509277344px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1596763603618{height:498px;}}   @media screen and (max-width:640px) {#layout_1596763603618{height:524px;}} #layout_1596763603618 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1596763603618  {background:#f5f5f5;}



 #text_style_01_1595829081868{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:2px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1595829081868{width:223px;}}   @media screen and (max-width:640px) {#text_style_01_1595829081868{width:38.611111111111114%;font-size:12px;color:#333;line-height:1.6;top:37px;left:30.555555555555557%;}}  #text_style_01_1595829081868>.view_contents {font-size:24px;font-weight:bold;text-align:left;} @media screen and (max-width:640px) { #text_style_01_1595829081868>.view_contents {font-size:16px;font-weight:normal;}}

 #text_style_01_1595829081878{width:70.16129032258065%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:40px;left:0.35211267605633806%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1595829081878{}}   @media screen and (max-width:640px) {#text_style_01_1595829081878{width:22.77777777777778%;font-size:12px;color:#333;line-height:1.6;top:9px;left:38.611111111111114%;}}  #text_style_01_1595829081878>.view_contents {font-size:28px;font-weight:normal;text-align:left;} @media screen and (max-width:640px) { #text_style_01_1595829081878>.view_contents {font-size:18px;font-weight:bold;}}

 #div_blank_new05_1595829081881{width:40px;position:absolute;top:90px;left:16.853137860082303%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1595829081881{left:14.259217625899282%;top:90px;}}   @media screen and (max-width:640px) {#div_blank_new05_1595829081881{top:62px;left:47.404513888888886%;display:none;}}  #div_blank_new05_1595829081881  {box-sizing:border-box;} #div_blank_new05_1595829081881 .roundcs {border-width:3px;border-color:#00bfa9;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1595829081881  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1595829081881  {box-sizing:border-box;}}

 #div_blank_new05_1595829081885{width:40px;position:absolute;top:90px;left:0.1452486279984595%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1595829081885{}}   @media screen and (max-width:640px) {#div_blank_new05_1595829081885{top:62px;left:36.25%;display:none;}}  #div_blank_new05_1595829081885  {box-sizing:border-box;} #div_blank_new05_1595829081885 .roundcs {border-width:3px;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1595829081885  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1595829081885  {box-sizing:border-box;}}
 #div_a_includeBlock_1595829081632{width:20.25%;height:140px;position:absolute;top:48px;left:0%;z-index:2;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1595829081632{height:116px;display:block;width:278px;left:2%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1595829081632{width:96%;height:68px;top:10px;left:2%;display:block;}} 


 #image_style_01_1595829081993{width:13.414634146341465%;height:25px;position:absolute;top:69px;left:45.64024142133511%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1595829081993{}}   @media screen and (max-width:640px) {#image_style_01_1595829081993{height:31px;width:36px;left:calc(50% - 18px);top:26px;}} #image_style_01_1595829081993 > .view_contents{overflow:visible;} 

 #text_style_01_1595829081998{width:66.89895470383276%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:104px;left:16.898954703832754%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1595829081998{}}   @media screen and (max-width:640px) {#text_style_01_1595829081998{width:70.45454545454545%;font-size:12px;color:#333;line-height:1.6;top:62px;left:14.914772727272727%;}}  #text_style_01_1595829081998>.view_contents {color:#ffffff;font-weight:normal;font-size:24px;letter-spacing:2px;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1595829081998>.view_contents {font-size:18px;font-weight:bold;}}

 #div_blank_new05_1595829082002{width:9.75609756097561%;position:absolute;top:199px;left:45.64459930313589%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1595829082002{}}   @media screen and (max-width:640px) {#div_blank_new05_1595829082002{}}  #div_blank_new05_1595829082002  {box-sizing:border-box;} #div_blank_new05_1595829082002 .roundcs {border-width:3px;border-color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1595829082002  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1595829082002  {box-sizing:border-box;}}

 #image_style_01_1595829082005{width:100%;height:451px;position:absolute;top:1px;left:0%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1595829082005{width:220px;top:1px;left:0%;}}   @media screen and (max-width:640px) {#image_style_01_1595829082005{height:275.7333333333333px;}} #image_style_01_1595829082005 > .view_contents{overflow:visible;} 

 #image_style_01_1595829082007{width:5.923344947735192%;height:23px;position:absolute;top:419px;left:86.92835365853658%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1595829082007{}}   @media screen and (max-width:640px) {#image_style_01_1595829082007{height:20px;}} #image_style_01_1595829082007 > .view_contents{overflow:visible;} 

 #text_style_01_1595829960136{width:59.34959349593496%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:20.32520325203252%;top:390px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1595829960136{width:130px;left:19.553360849056602%;top:396px;}}   @media screen and (max-width:640px) {#text_style_01_1595829960136{width:21.022727272727273%;font-size:12px;color:#333;line-height:1.6;top:222px;left:39.48863636363636%;}}  #text_style_01_1595829960136>.view_contents {color:#ffffff;font-weight:bold;font-size:100px;opacity:0.4;height:110px;text-align:center;line-height:110px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1595829960136>.view_contents {text-align:center;font-size:100px;font-family:Microsoft YaHei;font-weight:bold;}} @media screen and (max-width:640px) { #text_style_01_1595829960136>.view_contents {font-size:30px;height:40px;}}


 #text_style_01_1595832831727{width:71.31147540983606%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:11.38211382113821%;top:1.203125px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1595832831727{display:block;}}   @media screen and (max-width:640px) {#text_style_01_1595832831727{width:86.28571428571429%;font-size:12px;color:#333;line-height:1.6;top:1px;left:4.178571428571429%;display:block;}}  #text_style_01_1595832831727>.view_contents {font-size:14px;color:#ffffff;text-align:center;line-height:27px;height:100%;writing-mode:lr;} @media screen and (max-width:640px) { #text_style_01_1595832831727>.view_contents {font-size:14px;line-height:18px;height:20px;}}

 #text_style_01_1595833063596{width:77.04918032786885%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:11.475409836065573%;top:27.203125px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1595833063596{display:block;}}   @media screen and (max-width:640px) {#text_style_01_1595833063596{width:96.52051508941878%;font-size:12px;color:#333;line-height:1.6;top:29px;left:1.7397424552906102%;display:block;}}  #text_style_01_1595833063596>.view_contents {font-size:14px;color:#ffffff;text-align:center;line-height:27px;height:100%;writing-mode:lr;} @media screen and (max-width:640px) { #text_style_01_1595833063596>.view_contents {font-size:14px;height:30px;}}
 #div_a_includeBlock_1595832831495{width:99.1869918699187%;height:81.203125px;position:absolute;top:220.7px;left:0.40650406504065045%;z-index:3;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1595832831495{display:block;height:174.703125px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1595832831495{display:block;height:29px;left:0%;top:94px;}}  #div_a_includeBlock_1595832831495  {background:transparent;}

 #div_a_includeBlock_1595833063354{width:100%;height:28px;position:absolute;top:247.890625px;left:0%;z-index:3;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1595833063354{display:block;height:55.203125px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1595833063354{display:block;height:30px;left:0.1376065340909136%;top:115px;z-index:2;width:99.72478693181817%;}}  #div_a_includeBlock_1595833063354  {background:transparent;}
 #div_a_includeBlock_1595829081645{width:20.5%;height:500px;position:absolute;top:193px;left:26.5%;z-index:2;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1595829081645{height:510px;display:block;width:22.5%;top:193px;left:26.499536055143157%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1595829081645{width:46.99999999999999%;height:439px;top:87px;left:2%;display:none;}} 


 #image_style_01_1595829082062{width:14.634146341463413%;height:32px;position:absolute;top:61.5px;left:42.68292682926829%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1595829082062{}}   @media screen and (max-width:640px) {#image_style_01_1595829082062{height:20px;}} #image_style_01_1595829082062 > .view_contents{overflow:visible;} 

 #text_style_01_1595829082065{width:66.89895470383276%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:104px;left:16.898954703832754%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1595829082065{}}   @media screen and (max-width:640px) {#text_style_01_1595829082065{width:50%;font-size:12px;color:#333;line-height:1.6;top:134px;left:25%;}}  #text_style_01_1595829082065>.view_contents {color:#ffffff;font-weight:normal;font-size:24px;letter-spacing:2px;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1595829082065>.view_contents {font-size:18px;}}

 #div_blank_new05_1595829082069{width:9.75609756097561%;position:absolute;top:199px;left:45.64459930313589%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1595829082069{}}   @media screen and (max-width:640px) {#div_blank_new05_1595829082069{}}  #div_blank_new05_1595829082069  {box-sizing:border-box;} #div_blank_new05_1595829082069 .roundcs {border-width:3px;border-color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1595829082069  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1595829082069  {box-sizing:border-box;}}

 #image_style_01_1595829082072{width:100%;height:451px;position:absolute;top:1px;left:0%;z-index:2;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1595829082072{display:block;}}   @media screen and (max-width:640px) {#image_style_01_1595829082072{display:block;height:275.7333333333333px;}} #image_style_01_1595829082072 > .view_contents{overflow:visible;} 

 #image_style_01_1595829082075{width:5.923344947735192%;height:23px;position:absolute;top:419px;left:86.92835365853658%;z-index:3;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1595829082075{display:block;}}   @media screen and (max-width:640px) {#image_style_01_1595829082075{display:block;height:20px;}} #image_style_01_1595829082075 > .view_contents{overflow:visible;} 

 #text_style_01_1595829082078{width:57.8397212543554%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:21.138211382113823%;top:387px;z-index:4;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1595829082078{left:11.180719339622641%;width:77.83018867924528%;display:block;top:393px;}}   @media screen and (max-width:640px) {#text_style_01_1595829082078{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:25%;display:block;}}  #text_style_01_1595829082078>.view_contents {color:#ffffff;font-weight:bold;font-size:100px;opacity:0.4;height:110px;text-align:center;line-height:110px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1595829082078>.view_contents {text-align:center;}} @media screen and (max-width:640px) { #text_style_01_1595829082078>.view_contents {font-size:18px;}}

 #text_style_01_1595829082084{width:99.65156794425087%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:230.8000030517578px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1595829082084{}}   @media screen and (max-width:640px) {#text_style_01_1595829082084{width:50%;font-size:12px;color:#333;line-height:1.6;top:237.34285714285713px;left:25%;}}  #text_style_01_1595829082084>.view_contents {font-size:14px;color:#ffffff;text-align:center;line-height:27px;} @media screen and (max-width:640px) { #text_style_01_1595829082084>.view_contents {font-size:14px;}}


 #text_style_01_1595833405236{width:99.1869918699187%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:0px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1595833405236{display:block;}}   @media screen and (max-width:640px) {#text_style_01_1595833405236{width:23.499999999999996%;font-size:12px;color:#333;line-height:1.6;top:0px;left:38.25%;display:block;}}  #text_style_01_1595833405236>.view_contents {font-size:14px;color:#ffffff;text-align:center;line-height:27px;height:27px;writing-mode:lr;} @media screen and (max-width:640px) { #text_style_01_1595833405236>.view_contents {font-size:14px;}}
 #div_a_includeBlock_1595833405009{width:100%;height:29px;position:absolute;top:220.6875px;left:0%;z-index:3;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1595833405009{display:block;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1595833405009{display:block;height:29px;}}  #div_a_includeBlock_1595833405009  {background:transparent;}


 #text_style_01_1595833921117{width:93.90243902439023%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:0px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1595833921117{display:block;}}   @media screen and (max-width:640px) {#text_style_01_1595833921117{width:23.499999999999996%;font-size:12px;color:#333;line-height:1.6;top:0px;left:38.25%;display:block;}}  #text_style_01_1595833921117>.view_contents {font-size:14px;color:#ffffff;text-align:center;line-height:27px;height:27px;writing-mode:lr;} @media screen and (max-width:640px) { #text_style_01_1595833921117>.view_contents {font-size:14px;}}
 #div_a_includeBlock_1595833920803{width:100%;height:29px;position:absolute;top:247px;left:0%;z-index:3;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1595833920803{display:block;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1595833920803{display:block;height:29px;}}  #div_a_includeBlock_1595833920803  {background:transparent;}


 #text_style_01_1595834252486{width:94.3089430894309%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:0px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1595834252486{display:block;}}   @media screen and (max-width:640px) {#text_style_01_1595834252486{width:23.499999999999996%;font-size:12px;color:#333;line-height:1.6;top:0px;left:38.25%;display:block;}}  #text_style_01_1595834252486>.view_contents {font-size:14px;color:#ffffff;text-align:center;line-height:27px;height:27px;writing-mode:lr;} @media screen and (max-width:640px) { #text_style_01_1595834252486>.view_contents {font-size:14px;}}
 #div_a_includeBlock_1595834252227{width:100%;height:29px;position:absolute;top:274.890625px;left:0%;z-index:3;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1595834252227{display:block;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1595834252227{display:block;height:29px;}}  #div_a_includeBlock_1595834252227  {background:transparent;}


 #text_style_01_1595834339162{width:93.90243902439023%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:0px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1595834339162{display:block;}}   @media screen and (max-width:640px) {#text_style_01_1595834339162{width:23.499999999999996%;font-size:12px;color:#333;line-height:1.6;top:0px;left:38.25%;display:block;}}  #text_style_01_1595834339162>.view_contents {font-size:14px;color:#ffffff;text-align:center;line-height:27px;height:27px;writing-mode:lr;} @media screen and (max-width:640px) { #text_style_01_1595834339162>.view_contents {font-size:14px;}}
 #div_a_includeBlock_1595834338852{width:100%;height:29px;position:absolute;top:302px;left:0%;z-index:3;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1595834338852{display:block;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1595834338852{display:block;height:29px;}}  #div_a_includeBlock_1595834338852  {background:transparent;}
 #div_a_includeBlock_1595829081649{width:20.5%;height:497px;position:absolute;top:193px;left:53.41666666666667%;z-index:1;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1595829081649{height:510px;display:block;width:22.5%;left:50.99913838812301%;top:193px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1595829081649{width:46.99999999999999%;height:490.328125px;top:380.328125px;left:51.06666666666667%;display:none;}} 


 #image_style_01_1595829081925{width:11.5%;height:25px;position:absolute;top:69px;left:46.18391331618395%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1595829081925{}}   @media screen and (max-width:640px) {#image_style_01_1595829081925{height:20px;}} #image_style_01_1595829081925 > .view_contents{overflow:visible;} 

 #text_style_01_1595829081927{width:84.95934959349594%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:104px;left:9.197154471544716%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1595829081927{}}   @media screen and (max-width:640px) {#text_style_01_1595829081927{width:50%;font-size:12px;color:#333;line-height:1.6;top:134px;left:25%;}}  #text_style_01_1595829081927>.view_contents {color:#ffffff;font-weight:normal;font-size:24px;letter-spacing:2px;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1595829081927>.view_contents {font-size:18px;}}

 #image_style_01_1595829081936{width:100%;height:451px;position:absolute;top:0px;left:0%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1595829081936{}}   @media screen and (max-width:640px) {#image_style_01_1595829081936{height:275.7333333333333px;}} #image_style_01_1595829081936 > .view_contents{overflow:visible;} 

 #image_style_01_1595829081939{width:5.923344947735192%;height:23px;position:absolute;top:419px;left:86.92835365853658%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1595829081939{}}   @media screen and (max-width:640px) {#image_style_01_1595829081939{height:20px;}} #image_style_01_1595829081939 > .view_contents{overflow:visible;} 

 #text_style_01_1595829081941{width:66.26016260162602%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:16.869918699186993%;top:386px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1595829081941{left:18.32989386792453%;width:63.67924528301887%;top:396px;}}   @media screen and (max-width:640px) {#text_style_01_1595829081941{width:58.52272727272727%;font-size:12px;color:#333;line-height:1.6;top:41px;left:19.60227272727273%;}}  #text_style_01_1595829081941>.view_contents {color:#ffffff;font-weight:bold;font-size:100px;opacity:0.4;height:110px;text-align:center;line-height:110px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1595829081941>.view_contents {text-align:center;}} @media screen and (max-width:640px) { #text_style_01_1595829081941>.view_contents {font-size:18px;}}


 #text_style_01_1595834656810{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:0px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1595834656810{display:block;}}   @media screen and (max-width:640px) {#text_style_01_1595834656810{width:23.499999999999996%;font-size:12px;color:#333;line-height:1.6;top:0px;left:38.25%;display:block;}}  #text_style_01_1595834656810>.view_contents {font-size:14px;color:#ffffff;text-align:center;line-height:27px;height:27px;writing-mode:lr;} @media screen and (max-width:640px) { #text_style_01_1595834656810>.view_contents {font-size:14px;}}
 #div_a_includeBlock_1595834656549{width:100%;height:29px;position:absolute;top:220.7px;left:0%;z-index:3;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1595834656549{display:block;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1595834656549{display:block;height:29px;}}  #div_a_includeBlock_1595834656549  {background:transparent;}


 #text_style_01_1595835751627{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:0px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1595835751627{display:block;}}   @media screen and (max-width:640px) {#text_style_01_1595835751627{width:23.499999999999996%;font-size:12px;color:#333;line-height:1.6;top:0px;left:38.25%;display:block;}}  #text_style_01_1595835751627>.view_contents {font-size:14px;color:#ffffff;text-align:center;line-height:27px;height:27px;writing-mode:lr;} @media screen and (max-width:640px) { #text_style_01_1595835751627>.view_contents {font-size:14px;}}
 #div_a_includeBlock_1595835751327{width:93.90243902439023%;height:29px;position:absolute;top:248px;left:0%;z-index:3;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1595835751327{display:block;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1595835751327{display:block;height:29px;}}  #div_a_includeBlock_1595835751327  {background:transparent;}


 #text_style_01_1595836117577{width:93.90243902439023%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:0px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1595836117577{display:block;}}   @media screen and (max-width:640px) {#text_style_01_1595836117577{width:23.499999999999996%;font-size:12px;color:#333;line-height:1.6;top:0px;left:38.25%;display:block;}}  #text_style_01_1595836117577>.view_contents {font-size:14px;color:#ffffff;text-align:center;line-height:27px;height:27px;writing-mode:lr;} @media screen and (max-width:640px) { #text_style_01_1595836117577>.view_contents {font-size:14px;}}
 #div_a_includeBlock_1595836117264{width:100%;height:29px;position:absolute;top:275.890625px;left:0%;z-index:3;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1595836117264{display:block;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1595836117264{display:block;height:29px;}}  #div_a_includeBlock_1595836117264  {background:transparent;}


 #text_style_01_1595836337391{width:63.41463414634146%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:0px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1595836337391{display:block;}}   @media screen and (max-width:640px) {#text_style_01_1595836337391{width:23.499999999999996%;font-size:12px;color:#333;line-height:1.6;top:0px;left:38.25%;display:block;}}  #text_style_01_1595836337391>.view_contents {font-size:14px;color:#ffffff;text-align:center;line-height:27px;height:27px;writing-mode:lr;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1595836337391>.view_contents {text-align:center;}} @media screen and (max-width:640px) { #text_style_01_1595836337391>.view_contents {font-size:14px;}}
 #div_a_includeBlock_1595836337125{width:100%;height:29px;position:absolute;top:304.203125px;left:0%;z-index:3;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1595836337125{display:block;left:0%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1595836337125{display:block;height:29px;}}  #div_a_includeBlock_1595836337125  {background:transparent;}

 #text_style_01_1595905123721{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:331px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1595905123721{left:25%;width:50%;}}   @media screen and (max-width:640px) {#text_style_01_1595905123721{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:25%;}}  #text_style_01_1595905123721>.view_contents {text-align:center;color:#ffffff;}
 #div_a_includeBlock_1595829081654{width:20.5%;height:496px;position:absolute;top:193px;left:79.5%;z-index:2;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1595829081654{height:510px;display:block;left:75.49874072110286%;top:193px;width:22.5%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1595829081654{width:46.99999999999999%;height:449px;top:669.328125px;left:2%;display:none;}} 


 #image_style_01_1595829082141{width:14.634146341463413%;height:25px;position:absolute;top:69px;left:42.6829268292683%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1595829082141{}}   @media screen and (max-width:640px) {#image_style_01_1595829082141{height:20px;}} #image_style_01_1595829082141 > .view_contents{overflow:visible;} 

 #text_style_01_1595829082143{width:66.89895470383276%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:104px;left:16.898954703832754%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1595829082143{}}   @media screen and (max-width:640px) {#text_style_01_1595829082143{width:50%;font-size:12px;color:#333;line-height:1.6;top:134px;left:25%;}}  #text_style_01_1595829082143>.view_contents {color:#ffffff;font-weight:normal;font-size:24px;letter-spacing:2px;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1595829082143>.view_contents {font-size:18px;}}

 #image_style_01_1595829082153{width:100%;height:451px;position:absolute;top:1px;left:0%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1595829082153{width:220px;}}   @media screen and (max-width:640px) {#image_style_01_1595829082153{height:275.7333333333333px;}} #image_style_01_1595829082153 > .view_contents{overflow:visible;}  #image_style_01_1595829082153 .picSet {}

 #image_style_01_1595829082156{width:5.923344947735192%;height:23px;position:absolute;top:419px;left:86.92835365853658%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1595829082156{}}   @media screen and (max-width:640px) {#image_style_01_1595829082156{height:20px;}} #image_style_01_1595829082156 > .view_contents{overflow:visible;} 

 #text_style_01_1595829082158{width:55.28455284552846%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:22.35772357723577%;top:390px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1595829082158{left:14.475235849056602%;width:71.22641509433963%;top:394px;}}   @media screen and (max-width:640px) {#text_style_01_1595829082158{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:25%;}}  #text_style_01_1595829082158>.view_contents {color:#ffffff;font-weight:bold;font-size:100px;opacity:0.4;height:110px;text-align:center;line-height:110px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1595829082158>.view_contents {text-align:center;font-size:100px;font-weight:bold;}} @media screen and (max-width:640px) { #text_style_01_1595829082158>.view_contents {font-size:18px;}}


 #text_style_01_1595829082757{width:54.87804878048781%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:11.38211382113821%;top:1.203125px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1595829082757{display:block;}}   @media screen and (max-width:640px) {#text_style_01_1595829082757{width:97.72727272727273%;font-size:12px;color:#333;line-height:1.6;top:28px;left:1.7045454545454533%;display:block;}}  #text_style_01_1595829082757>.view_contents {font-size:14px;color:#ffffff;text-align:center;line-height:27px;height:100%;writing-mode:lr;} @media screen and (max-width:640px) { #text_style_01_1595829082757>.view_contents {font-size:14px;}}
 #div_a_includeBlock_1595830248288{width:100%;height:55.203125px;position:absolute;top:220.796875px;left:0%;z-index:3;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1595830248288{display:block;height:82.203125px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1595830248288{display:block;height:117px;left:0%;top:58.5px;}}  #div_a_includeBlock_1595830248288  {background:transparent;}


 #text_style_01_1595831557879{width:87.8048780487805%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:0px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1595831557879{display:block;}}   @media screen and (max-width:640px) {#text_style_01_1595831557879{width:23.499999999999996%;font-size:12px;color:#333;line-height:1.6;top:0px;left:38.25%;display:block;}}  #text_style_01_1595831557879>.view_contents {font-size:14px;color:#ffffff;text-align:center;line-height:27px;height:27px;writing-mode:lr;} @media screen and (max-width:640px) { #text_style_01_1595831557879>.view_contents {font-size:14px;}}
 #div_a_includeBlock_1595831557657{width:100%;height:29px;position:absolute;top:249px;left:0%;z-index:3;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1595831557657{display:block;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1595831557657{display:block;height:29px;}}  #div_a_includeBlock_1595831557657  {background:transparent;}


 #text_style_01_1595831744178{width:86.53061224489797%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:0px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1595831744178{display:block;}}   @media screen and (max-width:640px) {#text_style_01_1595831744178{width:23.499999999999996%;font-size:12px;color:#333;line-height:1.6;top:0px;left:38.25%;display:block;}}  #text_style_01_1595831744178>.view_contents {font-size:14px;color:#ffffff;text-align:center;line-height:27px;height:22px;writing-mode:lr;} @media screen and (max-width:640px) { #text_style_01_1595831744178>.view_contents {font-size:14px;}}
 #div_a_includeBlock_1595831743961{width:99.59349593495935%;height:29px;position:absolute;top:275px;left:0.40650406504065045%;z-index:3;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1595831743961{display:block;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1595831743961{display:block;height:29px;}}  #div_a_includeBlock_1595831743961  {background:transparent;}


 #text_style_01_1595832361931{width:99.18367346938776%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:0px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1595832361931{display:block;}}   @media screen and (max-width:640px) {#text_style_01_1595832361931{width:23.499999999999996%;font-size:12px;color:#333;line-height:1.6;top:0px;left:38.25%;display:block;}}  #text_style_01_1595832361931>.view_contents {font-size:14px;color:#ffffff;text-align:center;line-height:27px;height:22px;writing-mode:lr;} @media screen and (max-width:640px) { #text_style_01_1595832361931>.view_contents {font-size:14px;}}
 #div_a_includeBlock_1595832361672{width:100%;height:29px;position:absolute;top:302px;left:0%;z-index:3;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1595832361672{display:block;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1595832361672{display:block;height:29px;}}  #div_a_includeBlock_1595832361672  {background:transparent;}

 #text_style_01_1595832571574{width:13.008130081300814%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:45.73170731707317%;top:338.796875px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1595832571574{left:40.909090909090914%;width:18.181818181818183%;}}   @media screen and (max-width:640px) {#text_style_01_1595832571574{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:25%;}}  #text_style_01_1595832571574>.view_contents {color:#ffffff;height:20px;line-height:10px;}

 #div_blank_new05_1595829081931{width:9.75609756097561%;position:absolute;top:199px;left:44.51219512195122%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1595829081931{}}   @media screen and (max-width:640px) {#div_blank_new05_1595829081931{top:0px;left:46.5746444909151%;width:6.8507110181698%;}}  #div_blank_new05_1595829081931  {box-sizing:border-box;} #div_blank_new05_1595829081931 .roundcs {border-width:3px;border-color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1595829081931  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1595829081931  {box-sizing:border-box;}}
 #div_a_includeBlock_1595829081657{width:20.5%;height:500px;position:absolute;top:193px;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1595829081657{height:510px;width:22.5%;left:2%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1595829081657{width:46.99999999999999%;height:439px;top:380px;left:51.06666666666667%;display:none;}} 

 #text_style_01_1595836528673{width:13.008130081300814%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:80.33333333333333%;top:261px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1595836528673{width:50%;}}   @media screen and (max-width:640px) {#text_style_01_1595836528673{width:96%;font-size:12px;color:#333;line-height:1.6;top:1238.328125px;left:2%;display:none;}}  #text_style_01_1595836528673>.view_contents {color:#ffffff;height:20px;line-height:10px;}


 #image_style_01_1598088986588{width:13.414634146341465%;height:25px;position:absolute;top:69px;left:45.64024142133511%;z-index:2;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1598088986588{}}   @media screen and (max-width:640px) {#image_style_01_1598088986588{height:31px;width:36px;left:calc(50% - 18px);top:26px;display:block;}} #image_style_01_1598088986588 > .view_contents{overflow:visible;} 

 #text_style_01_1598088986606{width:66.89895470383276%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:104px;left:16.898954703832754%;z-index:2;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1598088986606{}}   @media screen and (max-width:640px) {#text_style_01_1598088986606{width:70.45454545454545%;font-size:12px;color:#333;line-height:1.6;top:70px;left:14.772727272727273%;display:block;}}  #text_style_01_1598088986606>.view_contents {color:#ffffff;font-weight:normal;font-size:24px;letter-spacing:2px;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1598088986606>.view_contents {font-size:18px;font-weight:bold;}}

 #div_blank_new05_1598088986612{width:9.75609756097561%;position:absolute;top:199px;left:45.64459930313589%;z-index:2;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1598088986612{}}   @media screen and (max-width:640px) {#div_blank_new05_1598088986612{}}  #div_blank_new05_1598088986612  {box-sizing:border-box;} #div_blank_new05_1598088986612 .roundcs {border-width:3px;border-color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1598088986612  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1598088986612  {box-sizing:border-box;}}

 #image_style_01_1598088986617{width:100%;height:451px;position:absolute;top:1px;left:0%;z-index:1;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1598088986617{}}   @media screen and (max-width:640px) {#image_style_01_1598088986617{height:275.7333333333333px;display:block;}} #image_style_01_1598088986617 > .view_contents{overflow:visible;} 

 #image_style_01_1598088986621{width:5.923344947735192%;height:23px;position:absolute;top:419px;left:86.92835365853658%;z-index:2;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1598088986621{}}   @media screen and (max-width:640px) {#image_style_01_1598088986621{height:20px;display:block;left:72.77166193181817%;top:240px;}} #image_style_01_1598088986621 > .view_contents{overflow:visible;} 

 #text_style_01_1598088986627{width:51.21951219512195%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:24.390243902439025%;top:347px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1598088986627{}}   @media screen and (max-width:640px) {#text_style_01_1598088986627{width:34.659090909090914%;font-size:12px;color:#333;line-height:1.6;top:225px;left:32.803622159090914%;display:block;}}  #text_style_01_1598088986627>.view_contents {color:#ffffff;font-weight:bold;font-size:100px;opacity:0.4;height:153px;} @media screen and (max-width:640px) { #text_style_01_1598088986627>.view_contents {font-size:30px;height:40px;text-align:center;}}

 #text_style_01_1598089077146{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;display:none;position:absolute;top:95.09375px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1598089077146{width:50%;display:none;left:25%;top:95.09375px;}}   @media screen and (max-width:640px) {#text_style_01_1598089077146{width:94.31818181818183%;font-size:12px;color:#333;line-height:1.6;display:block;left:0%;top:112px;}}  @media screen and (max-width:640px) { #text_style_01_1598089077146>.view_contents {font-size:14px;color:#ffffff;text-align:center;}}

 #text_style_01_1598089141825{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;display:none;position:absolute;top:231px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1598089141825{width:100%;display:none;top:231px;left:0%;}}   @media screen and (max-width:640px) {#text_style_01_1598089141825{width:100%;font-size:12px;color:#333;line-height:1.6;display:block;left:0%;top:135px;}}  @media screen and (max-width:640px) { #text_style_01_1598089141825>.view_contents {font-size:14px;color:#ffffff;text-align:center;}}
 #div_a_includeBlock_1598088986343{width:20.5%;height:500px;position:absolute;top:193px;left:26.5%;z-index:2;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1598088986343{height:527px;display:none;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1598088986343{width:46.99999999999999%;height:283px;top:87px;left:51.06666666666667%;display:block;}} 


 #image_style_01_1598089217404{width:14.634146341463413%;height:25px;position:absolute;top:69px;left:42.6829268292683%;z-index:2;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1598089217404{}}   @media screen and (max-width:640px) {#image_style_01_1598089217404{height:26px;display:block;left:36.15056818181818%;top:29px;width:40px;}} #image_style_01_1598089217404 > .view_contents{overflow:visible;} 

 #text_style_01_1598089217423{width:66.89895470383276%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:104px;left:16.898954703832754%;z-index:2;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1598089217423{}}   @media screen and (max-width:640px) {#text_style_01_1598089217423{width:58.52272727272727%;font-size:12px;color:#333;line-height:1.6;top:70px;left:22.94921875%;display:block;}}  #text_style_01_1598089217423>.view_contents {color:#ffffff;font-weight:normal;font-size:24px;letter-spacing:2px;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1598089217423>.view_contents {font-size:18px;font-weight:bold;}}

 #div_blank_new05_1598089217431{width:9.75609756097561%;position:absolute;top:199px;left:45.64459930313589%;z-index:2;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1598089217431{}}   @media screen and (max-width:640px) {#div_blank_new05_1598089217431{top:60px;left:3%;display:none;}}  #div_blank_new05_1598089217431  {box-sizing:border-box;} #div_blank_new05_1598089217431 .roundcs {border-width:3px;border-color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1598089217431  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1598089217431  {box-sizing:border-box;}}

 #image_style_01_1598089217435{width:100%;height:451px;position:absolute;top:1px;left:0%;z-index:1;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1598089217435{}}   @media screen and (max-width:640px) {#image_style_01_1598089217435{height:275.7333333333333px;display:block;}} #image_style_01_1598089217435 > .view_contents{overflow:visible;}  #image_style_01_1598089217435 .picSet {}

 #image_style_01_1598089217439{width:5.923344947735192%;height:23px;position:absolute;top:419px;left:86.92835365853658%;z-index:2;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1598089217439{}}   @media screen and (max-width:640px) {#image_style_01_1598089217439{height:20px;display:block;left:70.05504261363636%;top:240px;}} #image_style_01_1598089217439 > .view_contents{overflow:visible;} 

 #text_style_01_1598089217444{width:46.34146341463415%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:26.65505226480836%;top:347px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1598089217444{left:25%;width:50%;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1598089217444{width:27.84090909090909%;font-size:12px;color:#333;line-height:1.6;top:224px;left:36.25710227272727%;display:block;}}  #text_style_01_1598089217444>.view_contents {color:#ffffff;font-weight:bold;font-size:100px;opacity:0.4;height:153px;} @media screen and (max-width:640px) { #text_style_01_1598089217444>.view_contents {font-size:30px;height:40px;text-align:center;}}

 #text_style_01_1598089217463{width:13.008130081300814%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:45.73170731707317%;top:338.796875px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1598089217463{left:25%;width:50%;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1598089217463{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:25%;display:none;}}  #text_style_01_1598089217463>.view_contents {color:#ffffff;height:20px;line-height:10px;}

 #div_blank_new05_1595829082146{width:9.75609756097561%;position:absolute;top:171px;left:45.1219512195122%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1595829082146{top:171px;left:39.48863636363636%;width:21.022727272727273%;}}   @media screen and (max-width:640px) {#div_blank_new05_1595829082146{top:199px;left:45.17933238636363%;display:none;}}  #div_blank_new05_1595829082146  {box-sizing:border-box;} #div_blank_new05_1595829082146 .roundcs {border-width:3px;border-color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1595829082146  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1595829082146  {box-sizing:border-box;}}

 #text_style_01_1598089695735{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;display:none;position:absolute;top:119.09375px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1598089695735{width:50%;display:none;left:25%;top:119.09375px;}}   @media screen and (max-width:640px) {#text_style_01_1598089695735{width:84.0909090909091%;font-size:12px;color:#333;line-height:1.6;display:block;left:0%;top:110px;}}  @media screen and (max-width:640px) { #text_style_01_1598089695735>.view_contents {font-size:14px;color:#ffffff;text-align:center;}}

 #text_style_01_1598089738251{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;display:none;position:absolute;top:153.09375px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1598089738251{width:50%;display:none;left:25%;top:153.09375px;}}   @media screen and (max-width:640px) {#text_style_01_1598089738251{width:96.02272727272727%;font-size:12px;color:#333;line-height:1.6;display:block;left:1.1363636363636365%;top:136.03125px;}}  @media screen and (max-width:640px) { #text_style_01_1598089738251>.view_contents {color:#ffffff;font-size:14px;text-align:center;}}

 #text_style_01_1598089794331{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;display:none;position:absolute;top:165.09375px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1598089794331{width:50%;display:none;left:25%;top:165.09375px;}}   @media screen and (max-width:640px) {#text_style_01_1598089794331{width:94.88636363636364%;font-size:12px;color:#333;line-height:1.6;display:block;top:162.0625px;left:1.1363636363636365%;}}  @media screen and (max-width:640px) { #text_style_01_1598089794331>.view_contents {font-size:14px;color:#ffffff;text-align:center;}}

 #text_style_01_1598089843248{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;display:none;position:absolute;top:187.09375px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1598089843248{width:50%;display:none;left:25%;top:187.09375px;}}   @media screen and (max-width:640px) {#text_style_01_1598089843248{width:89.77272727272727%;font-size:12px;color:#333;line-height:1.6;display:block;left:5.140269886363636%;top:188.09375px;}}  @media screen and (max-width:640px) { #text_style_01_1598089843248>.view_contents {font-size:14px;color:#ffffff;}}
 #div_a_includeBlock_1598089217160{width:20.5%;height:500px;position:absolute;top:193px;left:0%;z-index:2;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1598089217160{height:527px;display:none;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1598089217160{width:46.99999999999999%;height:282px;top:87px;left:2%;display:block;}} 


 #image_style_01_1598089967503{width:14.634146341463413%;height:32px;position:absolute;top:61.5px;left:42.68292682926829%;z-index:3;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1598089967503{}}   @media screen and (max-width:640px) {#image_style_01_1598089967503{height:37px;display:block;left:36.79865056818182%;top:26.5px;width:40px;}} #image_style_01_1598089967503 > .view_contents{overflow:visible;} 

 #text_style_01_1598089967523{width:66.89895470383276%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:104px;left:16.898954703832754%;z-index:3;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1598089967523{}}   @media screen and (max-width:640px) {#text_style_01_1598089967523{width:69.31818181818183%;font-size:12px;color:#333;line-height:1.6;top:81.5px;left:15.340909090909086%;display:block;}}  #text_style_01_1598089967523>.view_contents {color:#ffffff;font-weight:normal;font-size:24px;letter-spacing:2px;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1598089967523>.view_contents {font-size:18px;font-weight:bold;}}

 #image_style_01_1598089967537{width:100%;height:451px;position:absolute;top:1px;left:0%;z-index:2;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1598089967537{display:none;}}   @media screen and (max-width:640px) {#image_style_01_1598089967537{display:block;height:275.7333333333333px;left:calc(50% - 88px);top:3.5px;}} #image_style_01_1598089967537 > .view_contents{overflow:visible;} 

 #image_style_01_1598089967544{width:5.923344947735192%;height:23px;position:absolute;top:419px;left:86.92835365853658%;z-index:3;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1598089967544{display:none;}}   @media screen and (max-width:640px) {#image_style_01_1598089967544{display:block;height:20px;left:71.83948863636364%;top:240px;}} #image_style_01_1598089967544 > .view_contents{overflow:visible;} 

 #text_style_01_1598089967549{width:57.8397212543554%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:23.805894308943092%;top:347px;z-index:4;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1598089967549{left:25%;width:50%;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1598089967549{width:35.22727272727273%;font-size:12px;color:#333;line-height:1.6;top:223px;left:32.47514204545455%;display:block;}}  #text_style_01_1598089967549>.view_contents {color:#ffffff;font-weight:bold;font-size:100px;opacity:0.4;height:142px;} @media screen and (max-width:640px) { #text_style_01_1598089967549>.view_contents {font-size:30px;height:42px;text-align:center;}}

 #text_style_01_1598090520623{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;display:none;position:absolute;top:122.765625px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1598090520623{width:50%;display:none;left:25%;top:122.765625px;}}   @media screen and (max-width:640px) {#text_style_01_1598090520623{width:50%;font-size:12px;color:#333;line-height:1.6;display:block;}} 

 #text_style_01_1598090534777{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;display:none;position:absolute;top:151.765625px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1598090534777{width:50%;display:none;left:25%;top:151.765625px;}}   @media screen and (max-width:640px) {#text_style_01_1598090534777{width:43.75%;font-size:12px;color:#333;line-height:1.6;display:block;z-index:5;left:21.19140625%;top:121px;}}  @media screen and (max-width:640px) { #text_style_01_1598090534777>.view_contents {font-size:14px;color:#ffffff;}}

 #text_style_01_1598090897564{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;display:none;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1598090897564{width:50%;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1598090897564{width:43.75%;font-size:12px;color:#333;line-height:1.6;display:block;z-index:5;left:21.218039772727273%;top:145px;}}  @media screen and (max-width:640px) { #text_style_01_1598090897564>.view_contents {font-size:14px;color:#ffffff;}}

 #text_style_01_1598090946402{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;display:none;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1598090946402{width:50%;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1598090946402{width:43.75%;font-size:12px;color:#333;line-height:1.6;display:block;z-index:5;left:21.218039772727273%;top:170px;}}  @media screen and (max-width:640px) { #text_style_01_1598090946402>.view_contents {font-size:14px;color:#ffffff;}}

 #text_style_01_1598091003066{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;display:none;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1598091003066{width:50%;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1598091003066{width:43.75%;font-size:12px;color:#333;line-height:1.6;display:block;z-index:5;left:21.218039772727273%;top:195px;}}  @media screen and (max-width:640px) { #text_style_01_1598091003066>.view_contents {font-size:14px;color:#ffffff;}}
 #div_a_includeBlock_1598089967211{width:20.5%;height:497px;position:absolute;top:193px;left:53.41666666666667%;z-index:1;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1598089967211{height:707px;display:none;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1598089967211{width:46.99999999999999%;height:283px;top:372.328125px;left:2%;display:block;}} 


 #image_style_01_1598091069371{width:11.5%;height:25px;position:absolute;top:69px;left:46.18391331618395%;z-index:2;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1598091069371{}}   @media screen and (max-width:640px) {#image_style_01_1598091069371{height:30px;display:block;left:calc(50% - 16.5px);top:23px;width:33px;}} #image_style_01_1598091069371 > .view_contents{overflow:visible;} 

 #text_style_01_1598091069390{width:84.95934959349594%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:104px;left:9.197154471544716%;z-index:2;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1598091069390{}}   @media screen and (max-width:640px) {#text_style_01_1598091069390{width:100%;font-size:12px;color:#333;line-height:1.6;top:78px;left:0%;display:block;}}  #text_style_01_1598091069390>.view_contents {color:#ffffff;font-weight:normal;font-size:24px;letter-spacing:2px;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1598091069390>.view_contents {font-size:18px;font-weight:bold;}}

 #image_style_01_1598091069399{width:100%;height:451px;position:absolute;top:0px;left:0%;z-index:1;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1598091069399{}}   @media screen and (max-width:640px) {#image_style_01_1598091069399{height:275.7333333333333px;display:block;}} #image_style_01_1598091069399 > .view_contents{overflow:visible;} 

 #text_style_01_1598091069407{width:50.40650406504065%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:27.700348432055748%;top:347px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1598091069407{left:25%;width:50%;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1598091069407{width:48.29545454545455%;font-size:12px;color:#333;line-height:1.6;top:220.5px;left:25.85227272727273%;display:block;}}  #text_style_01_1598091069407>.view_contents {color:#ffffff;font-weight:bold;font-size:100px;opacity:0.4;height:143px;} @media screen and (max-width:640px) { #text_style_01_1598091069407>.view_contents {font-size:30px;height:50px;text-align:center;}}

 #text_style_01_1598091069427{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:331px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1598091069427{left:25%;width:50%;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1598091069427{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:25%;display:none;}}  #text_style_01_1598091069427>.view_contents {text-align:center;color:#ffffff;}

 #text_style_01_1598091254835{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;display:none;position:absolute;top:263.265625px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1598091254835{width:50%;display:none;left:25%;top:263.265625px;}}   @media screen and (max-width:640px) {#text_style_01_1598091254835{width:100.02663352272727%;font-size:12px;color:#333;line-height:1.6;display:block;left:0%;top:116.5px;}}  @media screen and (max-width:640px) { #text_style_01_1598091254835>.view_contents {font-size:14px;color:#ffffff;text-align:center;}}

 #text_style_01_1598091313450{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;display:none;position:absolute;top:270px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1598091313450{width:100%;display:none;top:270px;left:0%;}}   @media screen and (max-width:640px) {#text_style_01_1598091313450{width:90.9090909090909%;font-size:12px;color:#333;line-height:1.6;display:block;left:0.5681818181818182%;top:141.5px;}}  @media screen and (max-width:640px) { #text_style_01_1598091313450>.view_contents {font-size:14px;color:#ffffff;text-align:center;}}

 #text_style_01_1598091374014{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;display:none;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1598091374014{width:100%;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1598091374014{width:90.9090909090909%;font-size:12px;color:#333;line-height:1.6;display:block;left:1.1363636363636365%;top:164px;}}  @media screen and (max-width:640px) { #text_style_01_1598091374014>.view_contents {font-size:14px;color:#ffffff;text-align:center;}}

 #text_style_01_1598091422557{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;display:none;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1598091422557{width:100%;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1598091422557{width:49.43181818181818%;font-size:12px;color:#333;line-height:1.6;display:block;left:0%;top:187px;}}  @media screen and (max-width:640px) { #text_style_01_1598091422557>.view_contents {font-size:14px;color:#ffffff;text-align:center;}}

 #image_style_01_1598091470539{width:5.923344947735192%;height:23px;position:absolute;top:0px;left:0%;z-index:3;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1598091470539{display:none;}}   @media screen and (max-width:640px) {#image_style_01_1598091470539{display:block;height:19px;left:75.93217329545455%;top:240px;width:6.8181818181818175%;}} #image_style_01_1598091470539 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1598091069087{width:20.5%;height:490px;position:absolute;top:193px;left:79.5%;z-index:2;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1598091069087{height:527px;display:none;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1598091069087{width:46.99999999999999%;height:278px;top:375.828125px;left:51.06666666666667%;display:block;}}  #layout_1595829081628{height:693px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1595829081628{height:703px;display:block;}}   @media screen and (max-width:640px) {#layout_1595829081628{height:666px;display:block;}} #layout_1595829081628 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1595829081628  {background:#ffffff;}



 #text_style_01_1594188426034{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:2px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594188426034{}}   @media screen and (max-width:640px) {#text_style_01_1594188426034{width:50%;font-size:12px;color:#333;line-height:1.6;top:36px;left:25%;}}  #text_style_01_1594188426034>.view_contents {font-size:24px;font-weight:bold;text-align:left;} @media screen and (max-width:640px) { #text_style_01_1594188426034>.view_contents {font-size:18px;}}

 #text_style_01_1594188426042{width:70.16129032258065%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:42px;left:1.2852822580645162%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594188426042{}}   @media screen and (max-width:640px) {#text_style_01_1594188426042{width:23.333333333333332%;font-size:12px;color:#333;line-height:1.6;top:8px;left:35.55555555555556%;}}  #text_style_01_1594188426042>.view_contents {font-size:28px;font-weight:normal;text-align:left;} @media screen and (max-width:640px) { #text_style_01_1594188426042>.view_contents {font-size:18px;text-align:center;}}

 #div_blank_new05_1594188426046{width:40px;position:absolute;top:55px;left:19.080105633802816%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1594188426046{top:92px;left:18.62098623853211%;}}   @media screen and (max-width:640px) {#div_blank_new05_1594188426046{display:none;}}  #div_blank_new05_1594188426046  {box-sizing:border-box;} #div_blank_new05_1594188426046 .roundcs {border-width:3px;border-color:#00bfa9;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1594188426046  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1594188426046  {box-sizing:border-box;}}

 #div_blank_new05_1594188426049{width:40px;position:absolute;top:55px;left:0.48415492957746475%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1594188426049{}}   @media screen and (max-width:640px) {#div_blank_new05_1594188426049{display:none;}}  #div_blank_new05_1594188426049  {box-sizing:border-box;} #div_blank_new05_1594188426049 .roundcs {border-width:3px;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1594188426049  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1594188426049  {box-sizing:border-box;}}
 #div_a_includeBlock_1594188425909{width:17.71428571428571%;height:117px;position:absolute;top:9px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1594188425909{height:115px;width:218px;left:1.9999337221633087%;top:0px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1594188425909{width:96%;height:68px;top:10px;left:2%;}} 

 #button_style_04_1594190907310{width:12.333333333333334%;position:absolute;top:594px;left:43.833333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_04_1594190907310{left:42.895015906680804%;top:494px;width:134px;}}   @media screen and (max-width:640px) {#button_style_04_1594190907310{width:34.4%;top:642px;left:32.800000000000004%;}} #button_style_04_1594190907310 > .view_contents{overflow:visible;}  #button_style_04_1594190907310 .btnaSet {border-radius:6px;color:#ffffff;background:#0da0f4;}

 #newsList_style_04_1600220598736{width:100%;position:absolute;top:147.125px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_04_1600220598736{width:96%;left:2%;top:134.125px;}}   @media screen and (max-width:640px) {#newsList_style_04_1600220598736{width:96%;top:88px;left:2%;}}  #newsList_style_04_1600220598736 .titleSet {font-size:16px;border-style:none;} #newsList_style_04_1600220598736 .detailSet {border-style:none;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;padding-right:0px;font-size:12px;} #newsList_style_04_1600220598736 .timesSet {padding-top:0px;margin-top:0px;color:#999999;} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_04_1600220598736 .titleSet {font-size:16px;}} @media screen and (max-width:640px) { #newsList_style_04_1600220598736 .detailSet {font-size:12px;}} @media screen and (max-width:640px) { #newsList_style_04_1600220598736 .titleSet {font-size:14px;}} #layout_1594123994912{height:685px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1594123994912{height:579px;}}   @media screen and (max-width:640px) {#layout_1594123994912{height:709px;}} #layout_1594123994912 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1596511737098{height:1px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1596511737098{}}   @media screen and (max-width:640px) {#layout_1596511737098{display:none;}} #layout_1596511737098 > .view_contents{overflow:visible;max-width:1200px;} 

 #button_style_12_1600249548370{width:50px;position:fixed;top:789px;left:86.86284813452444%;z-index:9999;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_12_1600249548370{width:5.208333333333334%;height:50px;top:747px;left:92.88176033934252%;}}   @media screen and (max-width:640px) {#button_style_12_1600249548370{width:13.157894736842104%;top:618.765625px;left:86.84210526315789%;height:50px;display:none;}} #button_style_12_1600249548370 > .view_contents{overflow:visible;}  #button_style_12_1600249548370 .btnaSet {background:#0da0f4;}
/*----------------------电脑板式样式----------------------*/
#button_style_12_1600249548370{
	
	top:auto;bottom:70px;left:auto;right:70px;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#button_style_12_1600249548370{
		top:auto;bottom:20px;left:auto;right:50px;
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#button_style_12_1600249548370{
		
	}
}


 #image_style_01_1594193433831{width:31.416666666666664%;height:102px;position:absolute;top:134.41964721679688px;left:0.4075520833333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594193433831{top:145.40625px;height:91px;}}   @media screen and (max-width:640px) {#image_style_01_1594193433831{width:102px;height:72px;top:25px;left:calc(50% - 51px);display:none;}} #image_style_01_1594193433831 > .view_contents{overflow:visible;} 

 #div_blank_new05_1594194792612{width:99.92857142857143%;position:absolute;top:308.515625px;left:0%;z-index:80;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1594194792612{}}   @media screen and (max-width:640px) {#div_blank_new05_1594194792612{width:96%;top:997px;left:2%;display:none;}}  #div_blank_new05_1594194792612  {box-sizing:border-box;} #div_blank_new05_1594194792612 .roundcs {border-color:#ffffff;border-width:1px;border-style:solid;} #div_blank_new05_1594194792612 .modSet {opacity:0.1;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1594194792612  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1594194792612  {box-sizing:border-box;}}

 #text_style_01_1594196181880{width:100.49999999999999%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:354px;left:-0.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594196181880{}}   @media screen and (max-width:640px) {#text_style_01_1594196181880{width:90.66666666666666%;font-size:12px;color:#333;line-height:1.6;top:16px;left:4.666666666666667%;}}  #text_style_01_1594196181880>.view_contents {background-color:transparent;font-size:12px;color:#ffffff;text-align:center;}

#text_style_01_1594193687978{width:97px;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:36.4136962890625px;left:9.80853271484375%;height:27px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594193687978{}}   @media screen and (max-width:640px) {#text_style_01_1594193687978{width:96%;font-size:12px;color:#333;line-height:1.6;top:82px;left:2%;display:none;}}  #text_style_01_1594193687978>.view_contents {color:#fcfcfc;font-size:15px;text-align:center;}

 #text_style_01_1594193787036{width:97px;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:36.4136962890625px;left:23.89459737141927%;height:27px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594193787036{}}   @media screen and (max-width:640px) {#text_style_01_1594193787036{width:96%;font-size:12px;color:#333;line-height:1.6;top:114px;left:2%;display:none;}}  #text_style_01_1594193787036>.view_contents {color:#fcfcfc;font-size:14px;text-align:center;}

 #text_style_01_1594193792789{width:97px;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:36.4136962890625px;left:37.98189798990885%;height:27px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594193792789{display:block;}}   @media screen and (max-width:640px) {#text_style_01_1594193792789{width:96%;font-size:12px;color:#333;line-height:1.6;top:146px;left:2%;display:none;}}  #text_style_01_1594193792789>.view_contents {color:#fcfcfc;font-size:14px;text-align:center;}

 #text_style_01_1594193996956{width:97px;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:36.4136962890625px;left:52.06919860839843%;height:27px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594193996956{}}   @media screen and (max-width:640px) {#text_style_01_1594193996956{width:96%;font-size:12px;color:#333;line-height:1.6;top:272px;left:2%;display:none;}}  #text_style_01_1594193996956>.view_contents {color:#fcfcfc;font-size:14px;text-align:center;}

 #text_style_01_1594193805992{width:97px;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:36.4136962890625px;left:67.15649922688802%;height:27px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594193805992{}}   @media screen and (max-width:640px) {#text_style_01_1594193805992{width:96%;font-size:12px;color:#333;line-height:1.6;top:240px;left:2%;display:none;}}  #text_style_01_1594193805992>.view_contents {color:#fcfcfc;font-size:14px;text-align:center;}
 #text_style_01_1594193805972{width:97px;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:36.4136962890625px;left:82.15649922688802%;height:27px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594193805972{}}   @media screen and (max-width:640px) {#text_style_01_1594193805972{width:96%;font-size:12px;color:#333;line-height:1.6;top:240px;left:2%;display:none;}}  #text_style_01_1594193805972>.view_contents {color:#fcfcfc;font-size:14px;text-align:center;}

 #image_style_01_1594194616313{width:90px;height:90px;position:absolute;top:151.390625px;left:73.30338541666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594194616313{}}   @media screen and (max-width:640px) {#image_style_01_1594194616313{width:90px;height:90px;top:304px;left:38%;display:none;}} #image_style_01_1594194616313 > .view_contents{overflow:visible;} 

 #text_style_01_1594194669473{width:7.928571428571428%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:252.46875px;left:73.08072916666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594194669473{width:94px;}}   @media screen and (max-width:640px) {#text_style_01_1594194669473{width:96%;font-size:12px;color:#333;line-height:1.6;top:939px;left:2%;display:none;}}  #text_style_01_1594194669473>.view_contents {color:#ffffff;font-size:12px;text-align:center;}

 #text_style_01_1594195152698{width:26.166666666666668%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:110.40777587890625px;left:35.67981465657552%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594195152698{left:calc(50% - 129px);top:130.9375px;width:258px;}}   @media screen and (max-width:640px) {#text_style_01_1594195152698{width:96%;font-size:12px;color:#333;line-height:1.6;top:740px;left:2%;display:none;}}  #text_style_01_1594195152698>.view_contents {color:#fcfcfc;font-size:15px;text-align:left;line-height:38px;}

 #image_style_01_1596718621167{width:90px;height:90px;position:absolute;top:151.390625px;left:83.42578125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1596718621167{}}   @media screen and (max-width:640px) {#image_style_01_1596718621167{width:90px;height:90px;top:304px;left:38%;display:none;}} #image_style_01_1596718621167 > .view_contents{overflow:visible;} 

 #text_style_01_1596718635052{width:7.928571428571428%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:252.46875px;left:83.46744791666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1596718635052{width:95px;left:82.84729586426299%;top:252.46875px;}}   @media screen and (max-width:640px) {#text_style_01_1596718635052{width:96%;font-size:12px;color:#333;line-height:1.6;top:917px;left:2%;display:none;}}  #text_style_01_1596718635052>.view_contents {color:#ffffff;font-size:12px;text-align:center;}

 #text_style_01_1596718721388{width:31.166666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:241.39883422851562px;left:0.48567708333333337%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1596718721388{width:281px;left:1.5774125132555674%;top:241.390625px;}}   @media screen and (max-width:640px) {#text_style_01_1596718721388{width:72.8%;font-size:12px;color:#333;line-height:1.6;top:102px;left:13.600000000000001%;display:none;}}  #text_style_01_1596718721388>.view_contents {color:#0f92db;font-size:18px;font-weight:bold;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1596718721388>.view_contents {text-align:center;}}

 #div_blank_new05_1596718703454{width:99.91666666666667%;position:absolute;top:82.83035278320312px;left:0.08308664957682292%;z-index:80;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1596718703454{}}   @media screen and (max-width:640px) {#div_blank_new05_1596718703454{width:96%;top:404px;left:2%;display:none;}}  #div_blank_new05_1596718703454  {box-sizing:border-box;} #div_blank_new05_1596718703454 .roundcs {border-color:#ffffff;border-width:1px;border-style:solid;} #div_blank_new05_1596718703454 .modSet {opacity:0.1;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1596718703454  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1596718703454  {box-sizing:border-box;}}

 #div_blank_new06_1596719173565{height:215px;width:23.25%;position:absolute;top:99.452392578125px;left:31.103673299153645%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new06_1596719173565{}}   @media screen and (max-width:640px) {#div_blank_new06_1596719173565{height:100px;top:545px;left:2%;width:96%;display:none;}}  #div_blank_new06_1596719173565  {box-sizing:border-box;} #div_blank_new06_1596719173565 .roundcs {border-style:dashed;border-color:#ffffff;} #div_blank_new06_1596719173565 .modSet {opacity:0.1;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new06_1596719173565  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new06_1596719173565  {box-sizing:border-box;}}

 #div_blank_new06_1596719232718{height:215px;width:23.25%;position:absolute;top:99.4375px;left:64.12698872884116%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new06_1596719232718{}}   @media screen and (max-width:640px) {#div_blank_new06_1596719232718{height:100px;top:435px;left:2%;width:96%;display:none;}}  #div_blank_new06_1596719232718  {box-sizing:border-box;} #div_blank_new06_1596719232718 .roundcs {border-style:dashed;border-color:#ffffff;} #div_blank_new06_1596719232718 .modSet {opacity:0.1;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new06_1596719232718  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new06_1596719232718  {box-sizing:border-box;}} #comm_layout_footer{height:400px;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:400px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:50px;}} #comm_layout_footer > .view_contents{max-width:1200px;overflow:visible;}  #comm_layout_footer  {background:#313131;}
.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_28{width:100%; position:relative;}
.menuStyle_28 *{box-sizing: border-box;}
.menuStyle_28 .miniMenu *,
.menuStyle_28 .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_28 .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_28 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_28 ul,.menuStyle_28 li{padding:0;margin:0px;list-style:none}
.menuStyle_28 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_28 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_28 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_28 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_28 .menuUl>li{position:relative;}
.menuStyle_28 .menuUl>li>a{ background: rgba(0,0,0,0.0); position: relative; text-decoration:none;font-size:16px;font-weight: bold; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #17233d; line-height:44px; padding: 0; padding: 0 1em\0;}
.menuStyle_28 .menuUl>li>a:hover{ color:#750406;}
.menuStyle_28 .menuUl #hot>a{color:#750406;}
.menuStyle_28 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_28 .menuUl #hot>a span{color:inherit;}
.menuStyle_28 .menuLayout .miniMenu{display:none;}
.menuStyle_28 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; width: 100%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_28 .menuUl>li>#menuLogo{height: 85%;}

.menuStyle_28 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;padding-top: 10px;}
.menuStyle_28 .menuUl.noHover .rflex:hover .menuUl02{display: none;}

.menuStyle_28 .menuUl02 .subMenu02 {position: relative;  color: #4d5158; font-size:14px; line-height: 40px; padding: 0 15px;background: #fff;}
.menuStyle_28 .menuUl02 .subMenu02#subCurSet{color:#750406;}
.menuStyle_28 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_28 .menuUl02 .subMenu02:hover {color:#750406;border-left: 2px solid #750406;background: #f7f7f7;}
.menuStyle_28 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}
.menuStyle_28 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_28 .menuUl02 .subMenu02:first-child{
	border-top-left-radius: 0px;border-top-right-radius: 0px;
}
.menuStyle_28 .menuUl02 .subMenu02:last-child{
	border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;
}
.menuStyle_28 .menuUl03{position: absolute; top: 0; left: 100%; display: none; }
.menuStyle_28 .menuUl03 .subMenu03{ line-height: 40px;margin-left: 10px;}
.menuStyle_28 .menuUl03 .subMenu03 a:hover{color:#750406; background: #f7f7f7;}
.menuStyle_28 .menuUl03 .subMenu03>a{ color: #17233d; background: #fff; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;padding: 0 15px;}
.menuStyle_28 .menuUl03 .subMenu03:first-child a{
	border-top-left-radius: 0px;border-top-right-radius: 0px;
}
.menuStyle_28 .menuUl03 .subMenu03:last-child a{
	border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;
}
.menuStyle_28 .menuUl .rflex:hover .menuUl02::before{
	content: '';
	border-top:5px solid transparent;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-bottom:5px solid #fff;
	position: absolute;
    top: 0px;
	transform: translateX(-50%);
}
.menuStyle_28 .menuUl02 .arrow:hover::before{
		content: '';
		border-top:5px solid transparent;
		border-left:5px solid #fff;
		border-right:5px solid transparent;
		border-bottom:5px solid transparent;
		position: absolute;
		right: -10px;
		top: 50%;
		transform: translateY(-50%);
}
.menuStyle_28 .rflex { position: relative;}
.menuStyle_28 .maxWidth{margin: auto;}

.menuStyle_28 .subBox{position: absolute; left: 0; width: 100%; background: rgba(238, 238, 238, 0.85); display: none;}
.menuStyle_28 .subBox .subBoxContent{padding: 15px; text-align: left; overflow: hidden;}
.menuStyle_28 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_28 .subBox .sublm{float: left; width: calc(100% - 440px); min-height: 10px;}
.menuStyle_28 .subBox .sublm>div{clear: both; overflow: hidden; margin: 8px 0;}
.menuStyle_28 .subBox .subImgsbox{float: left; width: 440px; height: 160px;}
.menuStyle_28 .subBox .subImgsbox>a{display: block; height: 100%; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}
.menuStyle_28 .subBox .subImgsbox>a:last-child{margin-left: 0;}
.menuStyle_28 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}
.menuStyle_28 .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: #17233d; font-size: 12px;}
.menuStyle_28 .subBox p{overflow: hidden; float: left;}
.menuStyle_28 .subBox p:first-child{margin-right: 10px; width: 100px;}
.menuStyle_28 .subBox p:last-child{width: calc(100% - 110px);}
.menuStyle_28 .subBox .subMenu02{font-size: 14px; margin-bottom: 5px; clear: both; color: #17233d; line-height: 28px;}
.menuStyle_28 .subBox .subMenu02#subCurSet{color: #750406;}
.menuStyle_28 .subBox .subMenu02:hover,
.menuStyle_28 .subBox .subMenu02:active{color: #750406;}
.menuStyle_28 .subBox .subMenu03{float: left; margin: 5px 20px 5px 0; font-size: 12px; color: #666;}
.menuStyle_28 .subBox .subMenu03:hover,
.menuStyle_28 .subBox .subMenu03:active{color: #750406;}
.menuStyle_28 .subMenu03 #thrCurSet{color: #750406; background: #f7f7f7;}

.menuStyle_28 .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_28 .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_28 .imgIco{ margin-right:10px;}
.menuStyle_28 .menuUl,
.menuStyle_28 .menuUl_box {display:none;}
.menuStyle_28 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_28 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_28 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_28 .miniMenu .leftBox{height: 100%;}
.menuStyle_28 .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_28 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_28 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_28 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;padding: 0;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy{width: calc(100% - 50px);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy li a{padding-left: 30px;box-sizing: border-box;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy li a{padding-left: 60px;box-sizing: border-box;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}
.menuStyle_28 .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_28 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit; background: rgba(0, 0, 0, 0.1);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li.subMenuSet#subCurSet>a,
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li#thrCurSet>a{border-bottom: 1px solid #fff;}
.menuStyle_28 .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_28 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
.menuStyle_28 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


	
#dh_style_45_1596511747398 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@media screen and (min-width:640px) {
	#dh_style_45_1596511747398 .maxWidth{max-width:px;}
	/* .menuUl>li>#menuLogo 这种查找会失败改为下面这种 2019.5.29 */
	#dh_style_45_1596511747398 .menuUl li #menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
			#dh_style_45_1596511747398 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
		#dh_style_45_1596511747398 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	}

.bannerStyle_1{width:100%; height:100%; position:relative;}
.bannerStyle_1 .main_visual{height:100%; overflow:hidden; position:relative; }
.bannerStyle_1 .main_image{height:100%; overflow:hidden; position:relative; }
.bannerStyle_1 div.flicking_con{position:absolute; bottom:20px; left:0; z-index:999; width:100%; height:14px; text-align:center; z-index: 105;}
.bannerStyle_1 div.flicking_con a{width:14px; height:14px; padding:0; background:none; border:1px solid white; display:inline-block; box-sizing:border-box; margin:0 3px; border-radius:100%; }
.bannerStyle_1 div.flicking_con a.on{background:white; border:0;}
.bannerStyle_1 .btn_prev,.bannerStyle_1 .btn_next{z-index:11111; position:absolute; width:73px; height:74px; top:50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); display:none; }
.bannerStyle_1 .btn_prev{background:url(../images/hover_left.png) no-repeat left top; left:20px; background-size: 80%;}
.bannerStyle_1 .btn_next{background:url(../images/hover_right.png) no-repeat right top; right:20px; background-size: 80%;}
.bannerStyle_1 .ground_glass{display:none; position:absolute; top:0; left:0; opacity:0; width:100%; height:100%; z-index:998; background-color:#fff;}
@media screen and  (min-width:326px) and (max-width:767px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
}
@media screen and  (max-width:640px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
	.bannerStyle_1 .btn_prev, .bannerStyle_1 .btn_next{width:53px; height:54px;}
}
.bannerStyle_1 .main_image .img-list{width:100%; height:100%; overflow:hidden; position:absolute; top:0; left:0}
.bannerStyle_1 .main_image .img-item{position:absolute; width:100%; height:100%; display:block; top:0;}
.bannerStyle_1 .main_image .img-item span{display:block; width:100%; height:100%; background-size:cover !important;}
.bannerStyle_1 .main_image .img-item a{display:block; width:100%; height:100%; overflow: hidden;box-sizing: border-box;}
.bannerStyle_1.rotate-3d .img-part{
	position: absolute;
	top: 0;
	width: calc(20% + 1px);
	height: 100%;
	background-color: #fff;
	transition: all .7s;
	transform-style: preserve-3d;
}
.bannerStyle_1.rotate-3d .img-part .img{
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: 500% auto;
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(1){
	transform: rotateX(0deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(2){
	transform: rotateX(-90deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(3){
	transform: rotateX(-180deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(4){
	transform: rotateX(-270deg) translateZ(150px);
}
.img_url{ position:absolute; width:100%; height:100%; left:0; top:0; display:block; z-index: 100;}
	            

            #banner_style_01_1594113834663 .bannerStyle_1 .main_image .img-item .img_0{background: url('../images/160016328950944699944fc506b69.jpg') center top no-repeat;}
                #banner_style_01_1594113834663 .bannerStyle_1 .main_image .img-item .img_1{background: url('../images/16001686617215dd6d51c7f354f9d.jpg') center top no-repeat;}
                #banner_style_01_1594113834663 .bannerStyle_1 .ground_glass{}
    
    #banner_style_01_1594113834663 .bannerStyle_1 .main_image .img-item span{background-size:auto 100%!important;}
    @media screen and (min-width:641px) and (max-width:1200px) {
    #banner_style_01_1594113834663 .bannerStyle_1 .main_image .img-item span{background-size:auto 100%!important;}
    }

    @media screen and (max-width:640px) {
    #banner_style_01_1594113834663 .bannerStyle_1 .main_image .img-item span{background-size:auto 100%!important;}    }
.button_default09 { width: 100%; height:40px; background: #fff; color: #000; box-sizing: border-box;border-width: 0px; border-bottom: 2px solid #f0f0f0; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
	#button_style_09_1600167995578 .button_default .buttonImg {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) {#button_style_09_1600167995578 .button_default .buttonImg {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) {#button_style_09_1600167995578 .button_default .buttonImg {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_1596805817975 .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_1596805817975 .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_1596805817975 .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_1596805817975 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_1596851444573 .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_1596851444573 .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_1596851444573 .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_1596851444573 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_1596806185584 .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_1596806185584 .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_1596806185584 .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_1596806185584 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_1596851485137 .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_1596851485137 .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_1596851485137 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1596851485137 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_1596806199012 .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_1596806199012 .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_1596806199012 .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_1596806199012 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_1596851500728 .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_1596851500728 .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_1596851500728 .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_1596851500728 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_1596806211001 .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_1596806211001 .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_1596806211001 .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_1596806211001 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_1596851511272 .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_1596851511272 .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_1596851511272 .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_1596851511272 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;}
.blank_new05.blank_area {
  width:100%;
	padding-top: 10px;padding-bottom: 10px;
}
.blank_new05 .roundcs {
  position: relative;
	
	border-bottom: none!important;
	border-right: none!important;
	border-left: none!important;
	border:1px solid #1badf8;
}
	.blank_new05.blank_area {
  width:100%;
	padding-top: 10px;padding-bottom: 10px;
}
.blank_new05 .roundcs {
  position: relative;
	
	border-bottom: none!important;
	border-right: none!important;
	border-left: none!important;
	border:1px solid #1badf8;
}
	
	#image_style_01_1595829081993 .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_1595829081993 .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_1595829081993 .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_1595829081993 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;}
.blank_new05.blank_area {
  width:100%;
	padding-top: 10px;padding-bottom: 10px;
}
.blank_new05 .roundcs {
  position: relative;
	
	border-bottom: none!important;
	border-right: none!important;
	border-left: none!important;
	border:1px solid #1badf8;
}
	
	#image_style_01_1595829082005 .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_1595829082005 .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_1595829082005 .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;}

	#image_style_01_1595829082007 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1595829082007 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1595829082007 .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;}

	#image_style_01_1595829082062 .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_1595829082062 .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_1595829082062 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1595829082062 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;}
.blank_new05.blank_area {
  width:100%;
	padding-top: 10px;padding-bottom: 10px;
}
.blank_new05 .roundcs {
  position: relative;
	
	border-bottom: none!important;
	border-right: none!important;
	border-left: none!important;
	border:1px solid #1badf8;
}
	
	#image_style_01_1595829082072 .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_1595829082072 .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_1595829082072 .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;}

	#image_style_01_1595829082075 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1595829082075 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1595829082075 .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;}

	#image_style_01_1595829081925 .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_1595829081925 .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_1595829081925 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1595829081925 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_1595829081936 .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_1595829081936 .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_1595829081936 .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;}

	#image_style_01_1595829081939 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1595829081939 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1595829081939 .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;}

	#image_style_01_1595829082141 .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_1595829082141 .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_1595829082141 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1595829082141 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_1595829082153 .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_1595829082153 .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_1595829082153 .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;}

	#image_style_01_1595829082156 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1595829082156 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1595829082156 .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;}
.blank_new05.blank_area {
  width:100%;
	padding-top: 10px;padding-bottom: 10px;
}
.blank_new05 .roundcs {
  position: relative;
	
	border-bottom: none!important;
	border-right: none!important;
	border-left: none!important;
	border:1px solid #1badf8;
}
	
	#image_style_01_1598088986588 .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_1598088986588 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1598088986588 .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_1598088986588 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;}
.blank_new05.blank_area {
  width:100%;
	padding-top: 10px;padding-bottom: 10px;
}
.blank_new05 .roundcs {
  position: relative;
	
	border-bottom: none!important;
	border-right: none!important;
	border-left: none!important;
	border:1px solid #1badf8;
}
	
	#image_style_01_1598088986617 .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_1598088986617 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1598088986617 .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;}

	#image_style_01_1598088986621 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1598088986621 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1598088986621 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1598089217404 .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_1598089217404 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1598089217404 .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_1598089217404 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;}
.blank_new05.blank_area {
  width:100%;
	padding-top: 10px;padding-bottom: 10px;
}
.blank_new05 .roundcs {
  position: relative;
	
	border-bottom: none!important;
	border-right: none!important;
	border-left: none!important;
	border:1px solid #1badf8;
}
	
	#image_style_01_1598089217435 .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_1598089217435 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1598089217435 .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;}

	#image_style_01_1598089217439 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1598089217439 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1598089217439 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
.blank_new05.blank_area {
  width:100%;
	padding-top: 10px;padding-bottom: 10px;
}
.blank_new05 .roundcs {
  position: relative;
	
	border-bottom: none!important;
	border-right: none!important;
	border-left: none!important;
	border:1px solid #1badf8;
}
	
	#image_style_01_1598089967503 .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_1598089967503 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1598089967503 .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_1598089967503 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_1598089967537 .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_1598089967537 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1598089967537 .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;}

	#image_style_01_1598089967544 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1598089967544 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1598089967544 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1598091069371 .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_1598091069371 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1598091069371 .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_1598091069371 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_1598091069399 .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_1598091069399 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1598091069399 .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;}

	#image_style_01_1598091470539 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1598091470539 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1598091470539 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
.blank_new05.blank_area {
  width:100%;
	padding-top: 10px;padding-bottom: 10px;
}
.blank_new05 .roundcs {
  position: relative;
	
	border-bottom: none!important;
	border-right: none!important;
	border-left: none!important;
	border:1px solid #1badf8;
}
	.blank_new05.blank_area {
  width:100%;
	padding-top: 10px;padding-bottom: 10px;
}
.blank_new05 .roundcs {
  position: relative;
	
	border-bottom: none!important;
	border-right: none!important;
	border-left: none!important;
	border:1px solid #1badf8;
}
	.button_default04 { width: 100%; height:40px; background: #ffd9e4; color: #000;border-width: 0px; box-sizing: border-box; border-radius: 40px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
	#button_style_04_1594190907310 .button_default .buttonImg {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) {#button_style_04_1594190907310 .button_default .buttonImg {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) {#button_style_04_1594190907310 .button_default .buttonImg {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);}}/*新闻列表样式*/
.boxNewsListStyle_4{width:100%; clear: both;}
.boxNewsListStyle_4 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_4 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.boxNewsListStyle_4 .sumary_list{list-style:none; background:#fff;overflow: hidden;}
.boxNewsListStyle_4 .sumary_list .newPic{width:100%; min-width:100px; overflow:hidden; position:relative; box-sizing:border-box; background: #eee;}
.boxNewsListStyle_4 .sumary_list .newPic img{position:absolute; top:0; left:0; width:100%;}
.boxNewsListStyle_4 .sumary_list .newPic .zTm{margin-top:100%;}
.boxNewsListStyle_4 .sumary_list .newCont{width:100%;position: relative;z-index: 999;}
.boxNewsListStyle_4 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_4 .sumary_list .newName a{text-decoration:none; color: #333; line-height:1.1; font-size:14px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; margin: 10px 0;}
.boxNewsListStyle_4 .sumary_list .newB{width:100%; line-height:2; padding-top: 5px;}
.boxNewsListStyle_4 .sumary_list .newSort{color:#fff; background-color: #498D9C; font-size:12px; white-space: nowrap; padding:.5em 1em; margin-right:5px;}
.boxNewsListStyle_4 .sumary_list .newsTime{text-align:right;color:#666; font-size:14px; white-space:nowrap;}
.boxNewsListStyle_4 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_4 .sumary_list .newsTime span.nTime{display:none;}
.boxNewsListStyle_4 .sumary_list .newDetail{width:100%; margin:0; color:#999; font-size:12px; line-height:1.6;border-bottom:1px solid #eee;}
.boxNewsListStyle_4 .sumary_list .newDetail span{display: block;margin-bottom: 6px;overflow: hidden;}
.boxNewsListStyle_4 .sumary_list .show_all{width:100%; margin-top:.5em;}
.boxNewsListStyle_4 .sumary_list .show_all a{display:block; margin-top:.4em; text-decoration:none; border:1px solid #ddd; text-align:center; padding:.4em; font-size:12px;  color:#666; }
/* 分页 */
.boxNewsListStyle_4 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
.boxNewsListStyle_4 .page_btn .cur{ background:red; color:white; cursor:pointer;}
.boxNewsListStyle_4 .page:hover{ background:red; color:white; cursor:pointer;}
@media screen and (max-width:768px){
/*分页*/
.boxNewsListStyle_4 .page_btn a:nth-child(n+5){display: none;}
.boxNewsListStyle_4 .page_btn a:nth-last-child(1),.boxNewsListStyle_4 .page_btn a:nth-last-child(2),.boxNewsListStyle_4 .page_btn a:nth-last-child(3){display: inline-block !important;}
}
	#newsList_style_04_1600220598736 .newDetail.pc {display:block;}
	#newsList_style_04_1600220598736 .newDetail.pad, #newsList_style_04_1600220598736 .newDetail.mobile {display:none;}
	#newsList_style_04_1600220598736 .newTitle.pc {display:block;}
	#newsList_style_04_1600220598736 .newTitle.pad, #newsList_style_04_1600220598736 .newTitle.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_04_1600220598736 .newDetail.pad {display:block;}
		#newsList_style_04_1600220598736 .newDetail.pc, #newsList_style_04_1600220598736 .newDetail.mobile {display:none;}
		#newsList_style_04_1600220598736 .newTitle.pad {display:block;}
		#newsList_style_04_1600220598736 .newTitle.pc, #newsList_style_04_1600220598736 .newTitle.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_04_1600220598736 .newDetail.mobile {display:block;}
		#newsList_style_04_1600220598736 .newDetail.pc, #newsList_style_04_1600220598736 .newDetail.pad {display:none;}
		#newsList_style_04_1600220598736 .newTitle.mobile {display:block;}
		#newsList_style_04_1600220598736 .newTitle.pc, #newsList_style_04_1600220598736 .newTitle.pad {display:none;}
	}

/*pc*/
#newsList_style_04_1600220598736 li{width: 23.5%;}
#newsList_style_04_1600220598736 li.sumary_list{margin-bottom:2%;}
@media screen and (max-width: 1024px){/*ipad*/
	#newsList_style_04_1600220598736 li{width: 23.5%;}
	#newsList_style_04_1600220598736 li.sumary_list{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#newsList_style_04_1600220598736  li{width: 49%;}
	#newsList_style_04_1600220598736  li.sumary_list{margin-bottom:2%;}
}

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

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

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

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

.button_default12 { width: 100%; padding-bottom: 100%; position: relative; border-radius: 100%; box-sizing: border-box;overflow: hidden; background: #a2a3e9; border-width: 0px; text-align: center; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
.button_default12 img{ position:absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); width: 40%;}
	#button_style_12_1600249548370 .button_default .buttonImg {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) {#button_style_12_1600249548370 .button_default .buttonImg {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) {#button_style_12_1600249548370 .button_default .buttonImg {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_1594193433831 .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_1594193433831 .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_1594193433831 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1594193433831 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;}
.blank_new05.blank_area {
  width:100%;
	padding-top: 10px;padding-bottom: 10px;
}
.blank_new05 .roundcs {
  position: relative;
	
	border-bottom: none!important;
	border-right: none!important;
	border-left: none!important;
	border:1px solid #1badf8;
}
	
	#image_style_01_1594194616313 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594194616313 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1594194616313 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1594194616313 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_1596718621167 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1596718621167 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1596718621167 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1596718621167 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;}
.blank_new05.blank_area {
  width:100%;
	padding-top: 10px;padding-bottom: 10px;
}
.blank_new05 .roundcs {
  position: relative;
	
	border-bottom: none!important;
	border-right: none!important;
	border-left: none!important;
	border:1px solid #1badf8;
}
	.blank_new06.blank_area {
	height: 100%;padding-left: 10px;padding-right: 10px;
}
.blank_new06 .roundcs {
	float: left;
	height: 100%;
  position: relative;
	border:1px solid #1badf8;
	border-top: none!important;
	border-right: none!important;
	border-bottom: none!important;
}
			#div_blank_new06_1596719173565 {width: auto!important;}
		
	.blank_new06.blank_area {
	height: 100%;padding-left: 10px;padding-right: 10px;
}
.blank_new06 .roundcs {
	float: left;
	height: 100%;
  position: relative;
	border:1px solid #1badf8;
	border-top: none!important;
	border-right: none!important;
	border-bottom: none!important;
}
			#div_blank_new06_1596719232718 {width: auto!important;}
		
	
				.bottomMenu{width: 100%; box-sizing:border-box; display: none;position:fixed;bottom:0; z-index:999999;}

				.bottomMenu ul{position: relative; box-sizing: border-box; width: 100%; height: 50px; background-color: #FFFFFF; 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: 0 auto 4px;}
				.bottomMenu ul li .menuIco img{width: 100%; height: 100%;padding:2px 1px 0;box-sizing:border-box;}
				.bottomMenu ul li .menuName{font-size: 12px; white-space: nowrap; margin: auto; text-align: center; color: #666666; line-height: 1;font-family:Microsoft YaHei;}
				.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!important;}
				}
				