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

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

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

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

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

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

body{ background-position:left top; }


 #dh_style_45_1596511747398{width:63%;z-index:999;left:37%;top:14.5px;position:absolute;display:none;}   @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;display:none;}}   @media screen and (max-width:640px) {#dh_style_45_1596511747398{width:80px;z-index:999;left:76%;top:3px;display:block;}} #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{
		
	}
}

 #text_style_01_1607304981396{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:14.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1607304981396{width:320px;left:2.651113467656416%;top:15.5px;}}   @media screen and (max-width:640px) {#text_style_01_1607304981396{width:96%;font-size:12px;color:#333;line-height:1.6;top:57px;left:2%;}}  #text_style_01_1607304981396>.view_contents {font-size:22px;font-weight:bold;} #comm_layout_header{height:74.00297599999999px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:92.5px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:120px;}} #comm_layout_header > .view_contents{max-width:1200px;overflow:visible;} 


 #banner_style_01_1594568061266{width:100%;height:550px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1594568061266{height:320px;}}   @media screen and (max-width:640px) {#banner_style_01_1594568061266{width:100%;height:157px;top:10px;left:0%;}} 
/*----------------------电脑板式样式----------------------*/
#banner_style_01_1594568061266{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#banner_style_01_1594568061266{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#banner_style_01_1594568061266{
		
	}
}

 #text_style_01_1600170853310{width:58.809380637402285%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:207px;left:20.595309681298858%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1600170853310{width:678px;left:calc(50% - 339px);top:120.5px;}}   @media screen and (max-width:640px) {#text_style_01_1600170853310{width:86.93333333333332%;font-size:12px;color:#333;line-height:1.6;top:52.5px;left:6.533333333333332%;}}  #text_style_01_1600170853310>.view_contents {color:#fcfcfc;font-size:51px;font-weight:bold;letter-spacing:10px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1600170853310>.view_contents {font-size:44px;}} @media screen and (max-width:640px) { #text_style_01_1600170853310>.view_contents {font-size:24px;}} #layout_1594568061263{height:550px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1594568061263{height:320px;}}   @media screen and (max-width:640px) {#layout_1594568061263{height:167px;}} 



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

 #text_style_01_1594571831297{width:51.26050420168067%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:45px;left:0.054985337243401766%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594571831297{}}   @media screen and (max-width:640px) {#text_style_01_1594571831297{width:23.61111111111111%;font-size:12px;color:#333;line-height:1.6;top:3.5px;left:38.74131944444444%;}}  #text_style_01_1594571831297>.view_contents {font-size:28px;font-weight:normal;text-align:left;} @media screen and (max-width:640px) { #text_style_01_1594571831297>.view_contents {font-size:18px;font-weight:bold;}}

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

 #div_blank_new05_1594571831309{width:40px;position:absolute;top:92px;left:0.7331378299120235%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1594571831309{}}   @media screen and (max-width:640px) {#div_blank_new05_1594571831309{display:none;}}  #div_blank_new05_1594571831309  {box-sizing:border-box;} #div_blank_new05_1594571831309 .roundcs {border-width:3px;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1594571831309  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1594571831309  {box-sizing:border-box;}}
 #div_a_includeBlock_1594571831188{width:28.416666666666668%;height:145px;position:absolute;top:45px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1594571831188{height:143px;left:2%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1594571831188{width:96%;height:64px;top:10px;left:2%;}} 

 #image_style_01_1594571935641{width:66.08333333333334%;height:480px;position:absolute;top:159.9851303100586px;left:33.90054829915364%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594571935641{left:34.86876988335101%;width:595px;}}   @media screen and (max-width:640px) {#image_style_01_1594571935641{width:96%;height:423px;top:79px;left:2%;}} #image_style_01_1594571935641 > .view_contents{overflow:visible;} 

 #div_blank_new01_1596770270670{width:59.75%;height:355px;position:absolute;top:222.7678680419922px;left:0.234375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1596770270670{left:2%;}}   @media screen and (max-width:640px) {#div_blank_new01_1596770270670{width:96%;height:50px;top:292px;left:2%;display:none;}}  #div_blank_new01_1596770270670  {box-sizing:border-box;} #div_blank_new01_1596770270670 .modSet {background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1596770270670  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1596770270670  {box-sizing:border-box;}}

 #text_style_01_1594572009319{width:49.416666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:288.76490783691406px;left:5.400545756022136%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594572009319{left:6.448833510074231%;top:262.484375px;}}   @media screen and (max-width:640px) {#text_style_01_1594572009319{width:80%;font-size:12px;color:#333;line-height:1.6;top:113.5625px;left:10%;}}  #text_style_01_1594572009319>.view_contents {font-size:14px;} @media screen and (max-width:640px) { #text_style_01_1594572009319>.view_contents {text-indent:2em;}}

 #image_style_12_1_1596771718427{width:100.08333333333333%;position:absolute;top:683.4583587646484px;left:-0.0575408935546875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_12_1_1596771718427{}}   @media screen and (max-width:640px) {#image_style_12_1_1596771718427{width:96%;top:520.484375px;left:2%;}} #image_style_12_1_1596771718427 > .view_contents{overflow:hidden;}  #image_style_12_1_1596771718427 .picSet {border-radius:initial;} #image_style_12_1_1596771718427 .titProSet {font-size:24px;padding-top:0px;height:53px;text-align:center;padding-left:-3px;line-height:53px;font-weight:bold;color:#0da0f4;} #image_style_12_1_1596771718427 .defProSet {font-size:18px;text-align:center;} #image_style_12_1_1596771718427 .modSet {padding-top:0px;} @media screen and (max-width:640px) { #image_style_12_1_1596771718427 .titProSet {font-size:18px;margin-top:0px;margin-bottom:-10px;}} @media screen and (max-width:640px) { #image_style_12_1_1596771718427 .defProSet {font-size:16px;margin-top:0px;margin-bottom:0px;}}

 #div_blank_new01_1597910380954{width:16.666666666666664%;height:200px;display:none;position:absolute;left:41.66666666666667%;top:211.0625px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1597910380954{width:31.25%;height:200px;display:none;left:34.375%;top:211.0625px;}}   @media screen and (max-width:640px) {#div_blank_new01_1597910380954{width:89.60000000000001%;height:379px;display:block;top:101.0625px;left:5.195833333333334%;}}  #div_blank_new01_1597910380954  {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1597910380954  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1597910380954  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1597910380954 .modSet {background:#ffffff;opacity:1;}} #layout_diy_1594035053{height:868.002976px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1594035053{height:863px;display:block;}}   @media screen and (max-width:640px) {#layout_diy_1594035053{height:645px;display:block;}} #layout_diy_1594035053 > .view_contents{max-width:1200px;}  #layout_diy_1594035053  {background:#f4f4f4;}
 #layout_1594576063925{height:1px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1594576063925{height:1px;}}   @media screen and (max-width:640px) {#layout_1594576063925{height:13px;}} #layout_1594576063925 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1596787466136{font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:164.765625px;left:calc(50% - 433px);width:866px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1596787466136{left:calc(50% - 433px);top:62.765625px;}}   @media screen and (max-width:640px) {#text_style_01_1596787466136{width:76.26666666666667%;font-size:12px;color:#333;line-height:1.6;top:35px;left:14.533333333333335%;}}  #text_style_01_1596787466136>.view_contents {color:#ffffff;font-size:44px;font-weight:bold;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1596787466136>.view_contents {font-size:18px;}} #layout_1596782633046{height:423.002976px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1596782633046{height:222px;}}   @media screen and (max-width:640px) {#layout_1596782633046{height:103px;}} #layout_1596782633046 > .view_contents{overflow:visible;}  #layout_1596782633046  {background: url(https://cdn.yun.sooce.cn/6/19945/png/15967872110313665c7a17f7dbaa8.png?version=0);background-repeat:no-repeat!important;background-size:100% auto;} @media screen and (max-width:640px) { #layout_1596782633046  {background-repeat:no-repeat!important;background-size:auto 100%;}}



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

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

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

 #div_blank_new05_1600411077676{width:40px;position:absolute;top:92px;left:0.7331378299120235%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1600411077676{}}   @media screen and (max-width:640px) {#div_blank_new05_1600411077676{display:none;}}  #div_blank_new05_1600411077676  {box-sizing:border-box;} #div_blank_new05_1600411077676 .roundcs {border-width:3px;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1600411077676  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1600411077676  {box-sizing:border-box;}}
 #div_a_includeBlock_1600411077132{width:28.416666666666668%;height:115px;position:absolute;top:32px;left:0.016666412353515625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1600411077132{height:143px;width:294px;left:2%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1600411077132{width:96%;height:66px;top:10px;left:2%;}} 

 #image_style_17_1600411987996{width:23.5%;height:365px;position:absolute;top:177.171875px;left:51%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_17_1600411987996{width:22.5%;height:312px;left:50.99913838812301%;}}   @media screen and (max-width:640px) {#image_style_17_1600411987996{width:47%;height:281px;top:372.375px;left:2%;}} #image_style_17_1600411987996 > .view_contents{overflow:visible;}  #image_style_17_1600411987996 .titleSet {font-size:18px;font-weight:bold;text-align:left;padding-left:20px;padding-right:20px;} #image_style_17_1600411987996 .detailSet {text-align:left;padding-left:20px;padding-right:20px;padding-top:12px;line-height:25px;} #image_style_17_1600411987996 .tipsText {padding-right:0px;padding-bottom:108px;background:rgba(0,0,0,0.5);padding-top:120px;} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_17_1600411987996 .detailSet {padding-left:16px;padding-right:16px;text-align:center;}} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_17_1600411987996 .titleSet {text-align:center;}} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_17_1600411987996 .tipsText {padding-bottom:40px;}} @media screen and (max-width:640px) { #image_style_17_1600411987996 .detailSet {font-size:12px;padding-left:12px;padding-right:12px;padding-top:8px;}} @media screen and (max-width:640px) { #image_style_17_1600411987996 .titleSet {font-size:16px;text-align:center;}} @media screen and (max-width:640px) { #image_style_17_1600411987996 .tipsText {padding-bottom:32px;}}

 #image_style_17_1600412029244{width:23.5%;height:365px;position:absolute;top:177.171875px;left:76.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_17_1600412029244{width:22.5%;height:312px;left:75.49874072110286%;}}   @media screen and (max-width:640px) {#image_style_17_1600412029244{width:47%;height:281px;top:372.375px;left:51.06666666666667%;}} #image_style_17_1600412029244 > .view_contents{overflow:visible;}  #image_style_17_1600412029244 .titleSet {font-size:18px;font-weight:bold;text-align:left;padding-left:20px;padding-right:20px;} #image_style_17_1600412029244 .detailSet {text-align:left;padding-left:20px;padding-right:20px;padding-top:12px;line-height:25px;} #image_style_17_1600412029244 .tipsText {padding-right:0px;padding-bottom:108px;background:rgba(0,0,0,0.5);padding-top:120px;} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_17_1600412029244 .detailSet {padding-left:16px;padding-right:16px;text-align:center;}} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_17_1600412029244 .titleSet {text-align:center;}} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_17_1600412029244 .tipsText {padding-bottom:40px;}} @media screen and (max-width:640px) { #image_style_17_1600412029244 .detailSet {font-size:12px;padding-left:12px;padding-right:12px;padding-top:8px;}} @media screen and (max-width:640px) { #image_style_17_1600412029244 .titleSet {font-size:16px;text-align:center;}} @media screen and (max-width:640px) { #image_style_17_1600412029244 .tipsText {padding-bottom:32px;}}

 #image_style_17_1600411116066{width:23.5%;height:365px;position:absolute;top:177.171875px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_17_1600411116066{left:1.9999337221633087%;top:177.171875px;width:22.5%;height:312px;}}   @media screen and (max-width:640px) {#image_style_17_1600411116066{width:47%;height:281px;top:84.375px;left:2%;}} #image_style_17_1600411116066 > .view_contents{overflow:visible;}  #image_style_17_1600411116066 .titleSet {font-size:18px;font-weight:bold;text-align:left;padding-left:20px;padding-right:20px;} #image_style_17_1600411116066 .detailSet {text-align:left;padding-left:20px;padding-right:20px;padding-top:12px;line-height:25px;} #image_style_17_1600411116066 .tipsText {padding-right:0px;padding-bottom:108px;background:rgba(0,0,0,0.3);padding-top:120px;} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_17_1600411116066 .detailSet {padding-left:16px;padding-right:16px;text-align:center;}} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_17_1600411116066 .titleSet {text-align:center;}} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_17_1600411116066 .tipsText {padding-bottom:40px;}} @media screen and (max-width:640px) { #image_style_17_1600411116066 .detailSet {font-size:12px;padding-left:12px;padding-right:12px;padding-top:8px;}} @media screen and (max-width:640px) { #image_style_17_1600411116066 .titleSet {font-size:16px;text-align:center;}} @media screen and (max-width:640px) { #image_style_17_1600411116066 .tipsText {padding-bottom:32px;}}

 #image_style_17_1600411891599{width:23.5%;height:365px;position:absolute;top:177.171875px;left:25.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_17_1600411891599{width:22.5%;height:312px;left:26.499536055143157%;top:177.171875px;}}   @media screen and (max-width:640px) {#image_style_17_1600411891599{width:47%;height:281px;top:84.375px;left:50.8%;}} #image_style_17_1600411891599 > .view_contents{overflow:visible;}  #image_style_17_1600411891599 .titleSet {font-size:18px;font-weight:bold;text-align:left;padding-left:20px;padding-right:20px;} #image_style_17_1600411891599 .detailSet {text-align:left;padding-left:20px;padding-right:20px;padding-top:12px;line-height:25px;} #image_style_17_1600411891599 .tipsText {padding-right:0px;padding-bottom:108px;background:rgba(0,0,0,0.4);padding-top:120px;} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_17_1600411891599 .detailSet {padding-left:16px;padding-right:16px;text-align:center;}} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_17_1600411891599 .titleSet {text-align:center;}} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_17_1600411891599 .tipsText {padding-bottom:40px;}} @media screen and (max-width:640px) { #image_style_17_1600411891599 .detailSet {font-size:12px;padding-left:12px;padding-right:12px;padding-top:8px;}} @media screen and (max-width:640px) { #image_style_17_1600411891599 .titleSet {font-size:16px;text-align:center;}} @media screen and (max-width:640px) { #image_style_17_1600411891599 .tipsText {padding-bottom:32px;}} #layout_1600411077094{height:614px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1600411077094{height:552px;}}   @media screen and (max-width:640px) {#layout_1600411077094{height:677px;}} #layout_1600411077094 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1597643445095{font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:159px;left:0%;width:100%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1597643445095{left:calc(50% - 471.5px);top:111px;}}   @media screen and (max-width:640px) {#text_style_01_1597643445095{width:96%;font-size:12px;color:#333;line-height:1.6;top:36px;left:2%;}}  #text_style_01_1597643445095>.view_contents {color:#ffffff;font-size:44px;font-weight:bold;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1597643445095>.view_contents {font-size:18px;}} #layout_1597490020341{height:418px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1597490020341{height:294px;}}   @media screen and (max-width:640px) {#layout_1597490020341{height:102px;}} #layout_1597490020341 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1597490020341  {background: url(https://cdn.yun.sooce.cn/6/19945/png/1597643330261fc192bffbfc4c4c8.png?version=1597643636);} @media screen and (max-width:640px) { #layout_1597490020341  {background-repeat:no-repeat!important;background-size:auto 100%;}}



 #text_style_01_1594579994574{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_1594579994574{}}   @media screen and (max-width:640px) {#text_style_01_1594579994574{width:18.333333333333332%;font-size:12px;color:#333;line-height:1.6;top:35px;left:40.833333333333336%;}}  #text_style_01_1594579994574>.view_contents {font-size:24px;font-weight:bold;text-align:left;} @media screen and (max-width:640px) { #text_style_01_1594579994574>.view_contents {font-size:16px;font-weight:normal;}}

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

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

 #div_blank_new05_1594579994593{width:40px;position:absolute;top:92px;left:0.7331378299120235%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1594579994593{}}   @media screen and (max-width:640px) {#div_blank_new05_1594579994593{display:none;}}  #div_blank_new05_1594579994593  {box-sizing:border-box;} #div_blank_new05_1594579994593 .roundcs {border-width:3px;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1594579994593  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1594579994593  {box-sizing:border-box;}}
 #div_a_includeBlock_1594579994404{width:28.416666666666668%;height:140px;position:absolute;top:31px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1594579994404{height:143px;left:2%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1594579994404{width:96%;height:62px;top:10px;left:2%;}}  #layout_1594579922718{height:171px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1594579922718{height:174px;}}   @media screen and (max-width:640px) {#layout_1594579922718{height:72px;}} #layout_1594579922718 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_11_1600238191545{width:100%;position:absolute;top:28px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_11_1600238191545{width:96%;left:2.014846235418876%;top:11px;}}   @media screen and (max-width:640px) {#image_style_11_1600238191545{width:96%;top:10px;left:2%;}} #image_style_11_1600238191545 > .view_contents{overflow:visible;}  #layout_1600238178670{height:494px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1600238178670{height:359px;}}   @media screen and (max-width:640px) {#layout_1600238178670{height:505px;}} #layout_1600238178670 > .view_contents{overflow:visible;max-width:1200px;} 



 #text_style_01_1594633891098{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_1594633891098{}}   @media screen and (max-width:640px) {#text_style_01_1594633891098{width:46.111111111111114%;font-size:12px;color:#333;line-height:1.6;top:35.5px;left:26.944444444444443%;}}  #text_style_01_1594633891098>.view_contents {font-size:24px;font-weight:bold;text-align:left;} @media screen and (max-width:640px) { #text_style_01_1594633891098>.view_contents {font-size:16px;font-weight:normal;}}

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

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

 #div_blank_new05_1594633891112{width:40px;position:absolute;top:92px;left:0.7331378299120235%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1594633891112{}}   @media screen and (max-width:640px) {#div_blank_new05_1594633891112{display:none;}}  #div_blank_new05_1594633891112  {box-sizing:border-box;} #div_blank_new05_1594633891112 .roundcs {border-width:3px;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1594633891112  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1594633891112  {box-sizing:border-box;}}
 #div_a_includeBlock_1594633889618{width:28.416666666666668%;height:140px;position:absolute;top:58.00001525878906px;left:-0.008333841959635418%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1594633889618{height:143px;left:2%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1594633889618{width:96%;height:67px;top:10px;left:2%;}}  #layout_1594571944344{height:205px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1594571944344{display:none;height:201px;}}   @media screen and (max-width:640px) {#layout_1594571944344{height:85px;display:block;}} #layout_1594571944344 > .view_contents{overflow:visible;max-width:1200px;} 



 #image_style_01_1600413229350{width:16.666666666666664%;height:62px;position:absolute;top:100.5px;left:4.308296783625732%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1600413229350{width:57px;height:56px;top:90.5px;left:7.76924740484429%;}}   @media screen and (max-width:640px) {#image_style_01_1600413229350{height:55.69122807017545px;display:none;}} #image_style_01_1600413229350 > .view_contents{overflow:visible;} 

 #text_style_01_1600413229368{width:33.79790940766551%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:53px;left:30.313588850174217%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1600413229368{top:43px;left:33.88840830449827%;}}   @media screen and (max-width:640px) {#text_style_01_1600413229368{width:18.980169971671387%;font-size:12px;color:#333;line-height:1.6;top:8px;left:39.22627478753541%;}}  #text_style_01_1600413229368>.view_contents {color:#ffffff;font-size:20px;} @media screen and (max-width:640px) { #text_style_01_1600413229368>.view_contents {font-size:16px;color:#333333;font-weight:normal;}}

 #div_blank_new05_1600413229373{width:20.098039215686274%;position:absolute;top:96px;left:30.313588850174217%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1600413229373{top:86px;left:33.88840830449827%;}}   @media screen and (max-width:640px) {#div_blank_new05_1600413229373{left:43.0506373937677%;top:28px;width:40px;}}  #div_blank_new05_1600413229373  {box-sizing:border-box;} #div_blank_new05_1600413229373 .roundcs {border-width:3px;border-color:#139fec;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1600413229373  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1600413229373  {box-sizing:border-box;}}

 #text_style_01_1600413229378{width:56.372549019607845%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:131px;left:30.308845029239766%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1600413229378{top:121px;left:33.88840830449827%;width:167px;}}   @media screen and (max-width:640px) {#text_style_01_1600413229378{width:91.5014164305949%;font-size:12px;color:#333;line-height:1.6;top:50px;left:3.8199362606232294%;}}  #text_style_01_1600413229378>.view_contents {color:#ffffff;} @media screen and (max-width:640px) { #text_style_01_1600413229378>.view_contents {font-size:14px;color:#333333;}}
 #div_a_includeBlock_1600413228970{width:28.499999999999996%;height:299px;position:absolute;top:237px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1600413228970{height:330.996826171875px;width:30.66%;left:1.9999337221633087%;top:217px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1600413228970{width:94.13333333333334%;height:127px;top:148px;left:2.933333333333333%;z-index:2;}}  #div_a_includeBlock_1600413228970  {background:rgba(255,255,255,0.1);}


 #image_style_01_1600413229444{width:15.497076023391813%;height:55px;position:absolute;top:101.5px;left:5.477887426900585%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1600413229444{height:50px;width:49px;top:91.5px;left:8.937067474048444%;}}   @media screen and (max-width:640px) {#image_style_01_1600413229444{height:49.40350877192983px;}} #image_style_01_1600413229444 > .view_contents{overflow:visible;} 

 #text_style_01_1600413229448{width:33.79790940766551%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:53px;left:30.313588850174217%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1600413229448{top:43px;left:33.88840830449827%;}}   @media screen and (max-width:640px) {#text_style_01_1600413229448{width:50%;font-size:12px;color:#333;line-height:1.6;top:134px;left:25%;}}  #text_style_01_1600413229448>.view_contents {color:#ffffff;font-size:20px;} @media screen and (max-width:640px) { #text_style_01_1600413229448>.view_contents {font-size:18px;}}

 #div_blank_new05_1600413229453{width:20.098039215686274%;position:absolute;top:96px;left:30.313588850174217%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1600413229453{top:86px;left:33.88840830449827%;}}   @media screen and (max-width:640px) {#div_blank_new05_1600413229453{}}  #div_blank_new05_1600413229453  {box-sizing:border-box;} #div_blank_new05_1600413229453 .roundcs {border-width:3px;border-color:#139fec;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1600413229453  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1600413229453  {box-sizing:border-box;}}

 #text_style_01_1600413229458{width:56.372549019607845%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:131px;left:30.308845029239766%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1600413229458{top:121px;left:33.88840830449827%;}}   @media screen and (max-width:640px) {#text_style_01_1600413229458{width:50%;font-size:12px;color:#333;line-height:1.6;top:193px;left:25%;}}  #text_style_01_1600413229458>.view_contents {color:#ffffff;}
 #div_a_includeBlock_1600413228975{width:28.499999999999996%;height:299px;position:absolute;top:237px;left:35.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1600413228975{width:30.66%;left:34.676564156945915%;height:329px;top:217px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1600413228975{width:96%;height:259.9912109375px;top:1040.984375px;left:2%;z-index:2;display:none;}}  #div_a_includeBlock_1600413228975  {background:rgba(255,255,255,0.1);}


 #image_style_01_1600413229690{width:17.83625730994152%;height:65px;position:absolute;top:94.5px;left:4.600694444444445%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1600413229690{width:57px;height:58px;top:84.5px;left:8.061202422145328%;}}   @media screen and (max-width:640px) {#image_style_01_1600413229690{height:58.38596491228071px;}} #image_style_01_1600413229690 > .view_contents{overflow:visible;} 

 #text_style_01_1600413229695{width:33.79790940766551%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:53px;left:30.313588850174217%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1600413229695{top:43px;left:33.88840830449827%;}}   @media screen and (max-width:640px) {#text_style_01_1600413229695{width:50%;font-size:12px;color:#333;line-height:1.6;top:134px;left:25%;}}  #text_style_01_1600413229695>.view_contents {color:#ffffff;font-size:20px;} @media screen and (max-width:640px) { #text_style_01_1600413229695>.view_contents {font-size:18px;}}

 #div_blank_new05_1600413229699{width:20.098039215686274%;position:absolute;top:96px;left:30.313588850174217%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1600413229699{top:86px;left:33.88840830449827%;}}   @media screen and (max-width:640px) {#div_blank_new05_1600413229699{}}  #div_blank_new05_1600413229699  {box-sizing:border-box;} #div_blank_new05_1600413229699 .roundcs {border-width:3px;border-color:#139fec;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1600413229699  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1600413229699  {box-sizing:border-box;}}

 #text_style_01_1600413229706{width:56.372549019607845%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:131px;left:30.308845029239766%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1600413229706{top:121px;left:33.88840830449827%;}}   @media screen and (max-width:640px) {#text_style_01_1600413229706{width:50%;font-size:12px;color:#333;line-height:1.6;top:193px;left:25%;}}  #text_style_01_1600413229706>.view_contents {color:#ffffff;}
 #div_a_includeBlock_1600413228979{width:28.499999999999996%;height:299px;position:absolute;top:237px;left:71.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1600413228979{width:30.66%;left:67.39958907741251%;height:323px;top:217px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1600413228979{width:96%;height:259.99072265625px;top:1316.96875px;left:2%;z-index:2;display:none;}}  #div_a_includeBlock_1600413228979  {background:rgba(255,255,255,0.1);}

 #image_style_01_1600413228987{width:39.33333333333333%;height:200px;display:none;position:absolute;left:30.333333333333336%;top:50.09375px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1600413228987{width:49.166666666666664%;height:200px;display:none;left:25.416666666666668%;top:50.09375px;}}   @media screen and (max-width:640px) {#image_style_01_1600413228987{width:96%;height:134px;display:block;top:8.09375px;left:2%;z-index:2;}} #image_style_01_1600413228987 > .view_contents{overflow:visible;} 

 #div_blank_new01_1600413228993{width:16.666666666666664%;height:200px;display:none;position:absolute;left:41.66666666666667%;top:270.09375px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1600413228993{width:31.25%;height:200px;display:none;left:34.375%;top:270.09375px;}}   @media screen and (max-width:640px) {#div_blank_new01_1600413228993{width:96%;height:144px;display:block;top:142.09375px;left:2%;z-index:1;}}  #div_blank_new01_1600413228993  {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1600413228993  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1600413228993  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1600413228993 .modSet {background:#ffffff;}}

 #image_style_01_1600413229000{width:39.33333333333333%;height:200px;display:none;position:absolute;left:30.333333333333336%;top:50.09375px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1600413229000{width:49.166666666666664%;height:200px;display:none;left:25.416666666666668%;top:50.09375px;}}   @media screen and (max-width:640px) {#image_style_01_1600413229000{width:96%;height:134px;display:block;top:296.09375px;left:2%;z-index:2;}} #image_style_01_1600413229000 > .view_contents{overflow:visible;} 

 #div_blank_new01_1600413229005{width:16.666666666666664%;height:200px;display:none;position:absolute;left:41.66666666666667%;top:270.09375px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1600413229005{width:31.25%;height:200px;display:none;left:34.375%;top:270.09375px;}}   @media screen and (max-width:640px) {#div_blank_new01_1600413229005{width:96%;height:118px;display:block;top:430.09375px;left:2%;z-index:1;}}  #div_blank_new01_1600413229005  {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1600413229005  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1600413229005  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1600413229005 .modSet {background:#ffffff;}}


 #text_style_01_1600413229517{width:33.79790940766551%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:53px;left:30.313588850174217%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1600413229517{}}   @media screen and (max-width:640px) {#text_style_01_1600413229517{width:24.362606232294617%;font-size:12px;color:#333;line-height:1.6;top:7px;left:38.94741501416431%;display:block;}}  #text_style_01_1600413229517>.view_contents {color:#ffffff;font-size:20px;} @media screen and (max-width:640px) { #text_style_01_1600413229517>.view_contents {font-size:16px;color:#333333;font-weight:normal;}}

 #div_blank_new05_1600413229521{width:20.098039215686274%;position:absolute;top:96px;left:30.313588850174217%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1600413229521{}}   @media screen and (max-width:640px) {#div_blank_new05_1600413229521{left:42.20520538243626%;top:26px;width:40px;display:block;}}  #div_blank_new05_1600413229521  {box-sizing:border-box;} #div_blank_new05_1600413229521 .roundcs {border-width:3px;border-color:#139fec;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1600413229521  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1600413229521  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1600413229521 .roundcs {border-width:3px;}}

 #text_style_01_1600413229526{width:56.372549019607845%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:131px;left:30.308845029239766%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1600413229526{}}   @media screen and (max-width:640px) {#text_style_01_1600413229526{width:91.5014164305949%;font-size:12px;color:#333;line-height:1.6;top:47px;left:3.8199362606232294%;display:block;}}  #text_style_01_1600413229526>.view_contents {color:#ffffff;} @media screen and (max-width:640px) { #text_style_01_1600413229526>.view_contents {font-size:14px;color:#333333;}}
 #div_a_includeBlock_1600413229010{width:28.499999999999996%;height:299px;position:absolute;top:513.09375px;left:0%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1600413229010{height:330.996826171875px;display:none;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1600413229010{width:94.13333333333334%;height:103px;top:438.59375px;left:2.933333333333333%;z-index:2;display:block;}} 

 #image_style_01_1600413229014{width:39.33333333333333%;height:200px;display:none;position:absolute;left:30.333333333333336%;top:50.09375px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1600413229014{width:49.166666666666664%;height:200px;display:none;left:25.416666666666668%;top:50.09375px;}}   @media screen and (max-width:640px) {#image_style_01_1600413229014{width:96%;height:134px;display:block;top:560.09375px;left:2%;z-index:2;}} #image_style_01_1600413229014 > .view_contents{overflow:visible;} 

 #div_blank_new01_1600413229020{width:16.666666666666664%;height:200px;display:none;position:absolute;left:41.66666666666667%;top:270.09375px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1600413229020{width:31.25%;height:200px;display:none;left:34.375%;top:270.09375px;}}   @media screen and (max-width:640px) {#div_blank_new01_1600413229020{width:96%;height:118px;display:block;top:694.09375px;left:2%;z-index:1;}}  #div_blank_new01_1600413229020  {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1600413229020  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1600413229020  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1600413229020 .modSet {background:#ffffff;}}


 #text_style_01_1600413229799{width:33.79790940766551%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:53px;left:30.313588850174217%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1600413229799{}}   @media screen and (max-width:640px) {#text_style_01_1600413229799{width:24.362606232294617%;font-size:12px;color:#333;line-height:1.6;top:7px;left:39.22627478753541%;display:block;}}  #text_style_01_1600413229799>.view_contents {color:#ffffff;font-size:20px;} @media screen and (max-width:640px) { #text_style_01_1600413229799>.view_contents {font-size:16px;color:#333333;font-weight:normal;}}

 #div_blank_new05_1600413229803{width:20.098039215686274%;position:absolute;top:96px;left:30.313588850174217%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1600413229803{}}   @media screen and (max-width:640px) {#div_blank_new05_1600413229803{left:42.7717776203966%;top:25px;width:40px;display:block;}}  #div_blank_new05_1600413229803  {box-sizing:border-box;} #div_blank_new05_1600413229803 .roundcs {border-width:3px;border-color:#139fec;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1600413229803  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1600413229803  {box-sizing:border-box;}}

 #text_style_01_1600413229807{width:56.372549019607845%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:131px;left:30.308845029239766%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1600413229807{}}   @media screen and (max-width:640px) {#text_style_01_1600413229807{width:91.5014164305949%;font-size:12px;color:#333;line-height:1.6;top:45px;left:3.8199362606232294%;display:block;}}  #text_style_01_1600413229807>.view_contents {color:#ffffff;} @media screen and (max-width:640px) { #text_style_01_1600413229807>.view_contents {font-size:14px;color:#333333;}}
 #div_a_includeBlock_1600413229025{width:28.499999999999996%;height:299px;position:absolute;top:800.09375px;left:0%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1600413229025{height:330.996826171875px;display:none;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1600413229025{width:94.13333333333334%;height:103px;top:701.59375px;left:2.933333333333333%;z-index:2;display:block;}} 


 #text_style_01_1600413229860{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_1600413229860{}}   @media screen and (max-width:640px) {#text_style_01_1600413229860{width:46.111111111111114%;font-size:12px;color:#333;line-height:1.6;top:35.5px;left:26.944444444444443%;}}  #text_style_01_1600413229860>.view_contents {font-size:24px;font-weight:bold;text-align:left;color:#ffffff;} @media screen and (max-width:640px) { #text_style_01_1600413229860>.view_contents {font-size:16px;font-weight:normal;}}

 #text_style_01_1600413229864{width:51.26050420168067%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:40px;left:0.05865013144932185%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1600413229864{}}   @media screen and (max-width:640px) {#text_style_01_1600413229864{width:21.944444444444443%;font-size:12px;color:#333;line-height:1.6;top:8.5px;left:39.02777777777778%;}}  #text_style_01_1600413229864>.view_contents {font-size:28px;font-weight:normal;text-align:left;color:#ffffff;} @media screen and (max-width:640px) { #text_style_01_1600413229864>.view_contents {font-size:18px;font-weight:bold;}}

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

 #div_blank_new05_1600413229872{width:40px;position:absolute;top:92px;left:0.7331378299120235%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1600413229872{}}   @media screen and (max-width:640px) {#div_blank_new05_1600413229872{display:none;}}  #div_blank_new05_1600413229872  {box-sizing:border-box;} #div_blank_new05_1600413229872 .roundcs {border-width:3px;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1600413229872  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1600413229872  {box-sizing:border-box;}}
 #div_a_includeBlock_1600413229029{width:28.416666666666668%;height:140px;position:absolute;top:58.00001525878906px;left:-0.008333841959635418%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1600413229029{height:143px;left:1.9999337221633087%;top:48px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1600413229029{width:96%;height:67px;top:10px;left:2%;}}  #layout_1600413228949{height:603px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1600413228949{height:603px;}}   @media screen and (max-width:640px) {#layout_1600413228949{height:830px;}} #layout_1600413228949 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1600413228949  {background: url(https://cdn.yun.sooce.cn/6/19945/png/15946936739571dda3b22edec95d4.png?version=0);background-repeat:repeat-x!important;background-size:auto 100%;background-position:50% 50% !important;} @media screen and (min-width:641px) and (max-width:1200px) { #layout_1600413228949  {background-size:cover;}} @media screen and (max-width:640px) { #layout_1600413228949  {background:#f4f4f4;}} @media screen and (max-width:640px) { #layout_1600413228949>.view_contents {background:#f4f4f4;}}

 #button_style_12_1600250581768{width:50px;position:fixed;top:785px;left:85.9695218076721%;z-index:9999;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_12_1600250581768{width:5.104166666666667%;height:49px;top:749px;left:92.88010339342524%;}}   @media screen and (max-width:640px) {#button_style_12_1600250581768{width:12.894736842105264%;top:702px;left:87.10526315789474%;height:49px;display:none;}} #button_style_12_1600250581768 > .view_contents{overflow:visible;}  #button_style_12_1600250581768 .btnaSet {background:#0da0f4;}
/*----------------------电脑板式样式----------------------*/
#button_style_12_1600250581768{
	top:auto;bottom:70px;left:auto;right:70px;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#button_style_12_1600250581768{
		top:auto;bottom:20px;left:auto;right:50px;
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#button_style_12_1600250581768{
		
	}
}


 #div_blank_new05_1594194792612{width:99.92857142857143%;position:absolute;top:218.4375px;left:0.0357142857142847%;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:248px;left:-0.2499999999999929%;}   @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_1594195152698{width:22.166666666666668%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:28.40625px;left:37.096354166666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594195152698{left:calc(50% - 129px);top:3.4375px;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;}

 #text_style_01_1596718721388{width:31.166666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:68.390625px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1596718721388{width:281px;left:1.3669803817603394%;top:3.4375px;}}   @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_new06_1596719173565{height:215px;width:23.25%;position:absolute;top:3.4375px;left:31.166666666666664%;}   @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:3.4375px;left:63.876302083333336%;}   @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:290px;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:293px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:54px;}} #comm_layout_footer > .view_contents{max-width:1200px;overflow:visible;}  #comm_layout_footer  {background:#313131;}
.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(../img/banner/style_01/hover_left.png) no-repeat left top; left:20px; background-size: 80%;}
.bannerStyle_1 .btn_next{background:url(../img/banner/style_01/hover_right.png) no-repeat right top; right:20px; background-size: 80%;}
.bannerStyle_1 .ground_glass{display:none; position:absolute; top:0; left:0; opacity:0; width:100%; height:100%; z-index:998; background-color:#fff;}
@media screen and  (min-width:326px) and (max-width:767px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
}
@media screen and  (max-width:640px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
	.bannerStyle_1 .btn_prev, .bannerStyle_1 .btn_next{width:53px; height:54px;}
}
.bannerStyle_1 .main_image .img-list{width:100%; height:100%; overflow:hidden; position:absolute; top:0; left:0}
.bannerStyle_1 .main_image .img-item{position:absolute; width:100%; height:100%; display:block; top:0;}
.bannerStyle_1 .main_image .img-item span{display:block; width:100%; height:100%; background-size:cover !important;}
.bannerStyle_1 .main_image .img-item a{display:block; width:100%; height:100%; overflow: hidden;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_1594568061266 .bannerStyle_1 .main_image .img-item .img_0{background: url('https://cdn.yun.sooce.cn/6/24295/jpg/16001705311616eecf0a950ad4113.jpg?version=1600170534') center top no-repeat;}
                #banner_style_01_1594568061266 .bannerStyle_1 .ground_glass{}
    
    #banner_style_01_1594568061266 .bannerStyle_1 .main_image .img-item span{background-size:100% 100%!important;}
    @media screen and (min-width:641px) and (max-width:1200px) {
    #banner_style_01_1594568061266 .bannerStyle_1 .main_image .img-item span{background-size:100% 100%!important;}
    }

    @media screen and (max-width:640px) {
    #banner_style_01_1594568061266 .bannerStyle_1 .main_image .img-item span{background-size:auto 100%!important;}    }
.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_1594571935641 .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_1594571935641 .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_1594571935641 .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_1594571935641 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_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}
			.imgStyle_12{ width:100%; }
.imgStyle_12 *{ font-size:'微软雅黑'; }
.imgStyle_12 .imgTextUl{ display:flex; justify-content: space-between; flex-wrap: wrap; }
.imgStyle_12 .imgTextLi{ width:calc(100% / 3); overflow: hidden; margin-bottom:2%;box-sizing: border-box;}
.imgStyle_12 .imgTBoxArea{position: relative;float: left;width: 186px;left: 50%;transform: translateX(-50%);}
.imgStyle_12 .image-box{position: absolute;left: 0;right: 0;top: 0;bottom: 0;}
.imgStyle_12 .imgTBox{ text-align: center;height: 100%;}
.imgStyle_12 .imgTBox img.picFit{ display: inline-block; width:100%;height: 100%; box-sizing: border-box;border-radius: 100px;}
.imgStyle_12 .cont{padding: 0 5px;clear: both;}
.imgStyle_12 .cont .name{ text-align: center; font-size:16px; line-height:2;word-break: break-word;}
.imgStyle_12 .cont .subName{ text-align: center; font-size:12px;word-break: break-word; }
.imgStyle_12 .cont .btn .btnSet{width: auto;height: 30px;display: block;border: 1px solid #7d7d7d;line-height: 28px;color: #333;text-align: center;margin-left: 25%;margin-right: 25%;margin-top: 10px;word-break: break-all;overflow: hidden;}

@media screen and (max-width: 768px){
    .imgStyle_12 .imgBt{ font-size:16px; line-height:2.5;}
    .imgStyle_12 .cont .btn .btnSet{margin-left: 5%;margin-right: 5%;}
}
        /*pc*/
        #image_style_12_1_1596771718427  ul li{width: 23.5%;}
        #image_style_12_1_1596771718427  ul li.imgTextLi{margin-bottom:2%;}
        #image_style_12_1_1596771718427  ul li.imgTextLi .imgTBoxArea{width: 39px;}

        @media screen and (max-width: 1024px){/*ipad*/
        #image_style_12_1_1596771718427  ul li{width: 23.5%;}
        #image_style_12_1_1596771718427  ul li.imgTextLi{margin-bottom:2%;}
        #image_style_12_1_1596771718427  ul li.imgTextLi .imgTBoxArea{width: 54px;}
        }
        @media screen and (max-width: 768px){/*mobi*/
        #image_style_12_1_1596771718427  ul li{width: 23.5%;}
        #image_style_12_1_1596771718427  ul li.imgTextLi{margin-bottom:2%;}
        #image_style_12_1_1596771718427  ul li.imgTextLi .imgTBoxArea{width: 35px;}
        }
    .blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);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;
}
	.imageStyle_17{ position: relative;}
.imageStyle_17 .text{ position: absolute; left: 0; bottom: 0; width: 100%; font-size: 16px; color: #fff; background: rgba(0,0,0,.4); text-align: center;padding: 12px 0; overflow: hidden;box-sizing: border-box;}
.imageStyle_17 .text .detailSet{margin-top: 4px;font-size: 14px;}
.imageStyle_17 .text .btnSet{border: 1px solid #fff;display: block;width: fit-content; font-size: 12px;padding: 4px 12px;margin: 12px auto 0;}
	#image_style_17_1600411987996 .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_17_1600411987996 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_17_1600411987996 .CompatibleImg img{width:100%; height:100%}}
#image_style_17_1600411987996 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;}
.imageStyle_17{ position: relative;}
.imageStyle_17 .text{ position: absolute; left: 0; bottom: 0; width: 100%; font-size: 16px; color: #fff; background: rgba(0,0,0,.4); text-align: center;padding: 12px 0; overflow: hidden;box-sizing: border-box;}
.imageStyle_17 .text .detailSet{margin-top: 4px;font-size: 14px;}
.imageStyle_17 .text .btnSet{border: 1px solid #fff;display: block;width: fit-content; font-size: 12px;padding: 4px 12px;margin: 12px auto 0;}
	#image_style_17_1600412029244 .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_17_1600412029244 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_17_1600412029244 .CompatibleImg img{width:100%; height:100%}}
#image_style_17_1600412029244 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;}
.imageStyle_17{ position: relative;}
.imageStyle_17 .text{ position: absolute; left: 0; bottom: 0; width: 100%; font-size: 16px; color: #fff; background: rgba(0,0,0,.4); text-align: center;padding: 12px 0; overflow: hidden;box-sizing: border-box;}
.imageStyle_17 .text .detailSet{margin-top: 4px;font-size: 14px;}
.imageStyle_17 .text .btnSet{border: 1px solid #fff;display: block;width: fit-content; font-size: 12px;padding: 4px 12px;margin: 12px auto 0;}
	#image_style_17_1600411116066 .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_17_1600411116066 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_17_1600411116066 .CompatibleImg img{width:100%; height:100%}}
#image_style_17_1600411116066 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;}
.imageStyle_17{ position: relative;}
.imageStyle_17 .text{ position: absolute; left: 0; bottom: 0; width: 100%; font-size: 16px; color: #fff; background: rgba(0,0,0,.4); text-align: center;padding: 12px 0; overflow: hidden;box-sizing: border-box;}
.imageStyle_17 .text .detailSet{margin-top: 4px;font-size: 14px;}
.imageStyle_17 .text .btnSet{border: 1px solid #fff;display: block;width: fit-content; font-size: 12px;padding: 4px 12px;margin: 12px auto 0;}
	#image_style_17_1600411891599 .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_17_1600411891599 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_17_1600411891599 .CompatibleImg img{width:100%; height:100%}}
#image_style_17_1600411891599 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;
}
	.imgStyle_11{position:relative; clear: both; width: 100%; height: 100%;}
.imgStyle_11 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.imgStyle_11 ul li.imgItems{position: relative; overflow: hidden !important; width: 19%; box-sizing:border-box; margin-bottom:10px;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
	}
.imgStyle_11 ul li .ratio{margin-top: 100%;}
.imgStyle_11 ul li a{}
.imgStyle_11 ul li:hover{z-index: 2; transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1);}
.imgStyle_11 ul li a img{position: absolute; width: auto; height: 100%; top: 50%; left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}


.imgStyle_11 .theimgtext{height:30px;line-height: 30px;font-size: 14px;color:black;width:100%;text-align: center;word-break: keep-all;overflow: hidden;text-overflow: ellipsis;}
.imgStyle_11 .theimgdiv{width:100%;height:100%;background-repeat: no-repeat !important;background-position-x: 50% !important;background-position-y: 50% !important;background-size: auto 100% !important;}

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

.imgShowBox.scroll img{top:5%; margin-bottom: 5%; transform: translate(-50%,0%); -webkit-transform: translate(-50%,0%); -moz-transform: translate(-50%,0%); -o-transform: translate(-50%,0%);}
.pos_fixed{position: fixed; width: 100%;}
.imgButton{position: fixed; width: 70%; max-width: 400px; bottom: 15%; left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:nowrap; justify-content:space-between; align-items:center;}
.imgButton span{display: inline-block; cursor:pointer; box-shadow: 0 0 6px rgba(0,0,0,.2);
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}
.imgButton span:hover{opacity: .8;}
.imgButton span i{font-size: inherit; line-height: inherit; color:inherit;}
.imgButton span.prevImg, .imgButton span.nextImg, .imgButton span.closeShowPic{ font-size: 40px; width: 50px; height:50px; line-height: 50px;  border-radius: 100%;font-family: serif; background-color: #fff; text-align: center; box-sizing: border-box;}
.imgButton span.prevImg, .imgButton span.nextImg{font-size: 26px; width: 40px; height: 40px; line-height: 40px; text-align: center;}
@media screen and (max-width: 1024px){.imgStyle_11 ul li{width: 24%;}}
@media screen and (max-width: 768px){
	.imgStyle_11 ul li{width: 49%;}
	.imgShowBox img{border-width: 10px;}
	.imgShowBox.scroll img{top:5%; margin-bottom: 10vh;}
}



        /*pc*/
                #image_style_11_1600238191545 ul li .ratio{margin-top: 133%; float: left;}
        #image_style_11_1600238191545  ul li{width: 23.5%;}
        #image_style_11_1600238191545  ul li.imgItems{margin-bottom:2%;}

        @media screen and (max-width: 1024px){/*ipad*/
                #image_style_11_1600238191545 ul li .ratio{margin-top: 133%; float: left;}
        #image_style_11_1600238191545  ul li{width: 23.5%;}
        #image_style_11_1600238191545  ul li.imgItems{margin-bottom:2%;}
        }
        @media screen and (max-width: 768px){/*mobi*/
                #image_style_11_1600238191545 ul li .ratio{margin-top: 133%; float: left;}
        #image_style_11_1600238191545  ul li{width: 49%;}
        #image_style_11_1600238191545  ul li.imgItems{margin-bottom:2%;}
        }
    .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_1600413229350 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1600413229350 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1600413229350 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1600413229350 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_1600413229444 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1600413229444 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1600413229444 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1600413229444 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_1600413229690 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1600413229690 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1600413229690 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1600413229690 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_1600413228987 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1600413228987 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1600413228987 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1600413228987 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_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}
			
	#image_style_01_1600413229000 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1600413229000 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1600413229000 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1600413229000 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_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);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_1600413229014 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1600413229014 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1600413229014 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1600413229014 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_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);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;
}
	.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_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_1600250581768 .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_1600250581768 .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_1600250581768 .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);}}.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;}
		
	