
/**
    *编辑器         \View\css\diy\editPageComm.css
    *编辑器-预览    \View\css\diy\pageCom.css
    *编辑器-发布    \Model\viewsRes\publish\comm.css
*/
@charset "utf-8";
/*----------------公共部分----------------*/
html{overflow-x:hidden; overflow-y:auto;}
body{ background-repeat:no-repeat; background-position:left top; position:relative; overflow-x: hidden;}
body, li, ul, ol, dl, dt, dd, form, input, textarea, h1, h2, h3, h4, h5, h6, p,select{ margin: 0px; padding: 0px; list-style-type:none; font-size: 12px; font:12px/1.5 tahoma,arial,"Microsoft YaHei";outline: 0 none; color:#333;}
em,i{font-style:normal;}
a{color:#333;}
a{text-decoration:none;}
*{margin:0px; padding:0px;outline: none !important;}
img {-ms-interpolation-mode:bicubic; border:none;}
.view{z-index: 1;position: absolute;}
.horizontal .view{position:relative; float:left;}
.vertical .view{position:relative;}
.view_contents{position:relative; width:100%; margin:0 auto; padding:0; z-index:10; height:100%; overflow: hidden; box-sizing: border-box;/*添加后，模块的内边距和边框不会再溢出*/}
.layout{ position: relative; width: 100%; margin: 0px auto; padding: 0px; z-index: 1;}
.layout > .view_contents{ /*overflow: visible;*/ cursor:default;}
/*流布局*/
.flow .view_contents > .view{float: left;}
.clear { clear: both; }
/*苹果去除样式*/
select,input[type='button'],input[type="reset"],input[type='submit'],input[type='text'],input[type="password"],input[name='query'],input[name='d']{-webkit-appearance: none; border-radius:0px}
input:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only;}

/*模块分页*/
.page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.page_btn a.cur,.page_btn a:hover{border:1px solid #4c4c4c;}
.prev_btn,.next_btn{font-family: '黑体' !important; border: 0 !important;}
.no_page{border: 0 !important;}
@media screen and (max-width:768px){
/*分页*/
.page_btn a:nth-child(n+5){display: none;}
.page_btn a:nth-last-child(1),.page_btn a:nth-last-child(2),.page_btn a:nth-last-child(3){display: inline-block !important;}
}

/*图片放大样式*/
.imgBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgBox img{ position: absolute; width: auto; max-width: 80%; /*max-height: 65%;*/ border: 20px solid #fff;top: 40%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); box-shadow: 0 0 10px rgba(0,0,0,.3);}
.imgBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgBox.scroll img{top:5%; margin-bottom: 5%; transform: translate(-50%,0%); -webkit-transform: translate(-50%,0%); -moz-transform: translate(-50%,0%); -o-transform: translate(-50%,0%);}
.pos_fixed{position: fixed; width: 100%;}
.imageButton{position: fixed; bottom: 15%; left: 50%; 
	-webkit-transform: translateX(-50%); 
	-moz-transform: translateX(-50%); 
	-ms-transform: translateX(-50%); 
	-o-transform: translateX(-50%); 
	transform: translateX(-50%); 
}
.imageButton span{display: inline-block; cursor:pointer; box-shadow: 0 0 6px rgba(0,0,0,.2);
	-webkit-transition: all ease .2s; 
	-moz-transition: all ease .2s; 
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s; 
	transition: all ease .2s; 
}
.imageButton span:hover{opacity: .8;}
.imageButton span.closeShowPic{ font-size: 40px; border-radius: 100%;font-family: serif; line-height: 1; background-color: #fff; padding: .2em; text-align: center;}
@media screen and (max-width: 768px){/*mobi*/
	.imgBox img{border-width: 10px;}
	.imgBox.scroll img{top:5%; margin-bottom: 10vh;}
}

    .jurisdiction_mask{
        top: 0;
        left: 0;
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0,0.5);
        z-index: 2147483647;
		display:none;
    }
    .jurisdiction_tips{
        width: 400px;
        background: #ffffff;
        position: absolute;
        left: 50%;
        top: 45%;
        -ms-transform:translate(-50%,-50%);
        -webkit-transform:translate(-50%,-50%);
        -o-transform:translate(-50%,-50%);
        -moz-transform:translate(-50%,-50%);
        transform:translate(-50%,-50%);
        padding: 23px 20px;
        box-sizing: border-box;
        text-align: center;
    }
    .jurisdiction_tips img{
        display: block;
        margin: 0 auto;
    }
    .jurisdiction_tips h3{
        font-size: 18px;
        font-weight: 400;
        line-height: 40px;color: #575757;
        text-align: center;
        margin: 5px 0 0;
    }
    .jurisdiction_tips p{
        color: #999;
        font-size: 16px;
        text-align: center;
        font-weight: 300;
        margin: 0;
    }
    .jurisdiction_tips button{
        color: #fff;
        font-size: 12px;
        padding: 10px 0;
        margin: 10px 3px 0;
        background-color: #aaa;
        cursor: pointer;
        display: inline-block;
        box-sizing: border-box;
        border: none;
        outline: none !important;
        width: 98px;
    }
    .jurisdiction_tips .jurisdiction_login{
        background: #ff0099;
    }
    .jurisdiction_tips button:hover{
        opacity: 0.8;
    }
    .jurisdiction_tips_mobile{
        display: none;
    }
    @media screen and (max-width: 450px){
        .jurisdiction_tips{
            width: 80%;
            padding: 20px 15px;
        }
        .jurisdiction_tips p{
            display: none;
        }
        .jurisdiction_tips .jurisdiction_tips_mobile{
            display: block;
        }
        .jurisdiction_tips img{width: 60px;}
        .jurisdiction_tips h3{font-size: 16px;}
        .jurisdiction_tips p{
            font-size: 14px;
        }
        .jurisdiction_tips button{margin-top: 12px;padding: 8px 0;}
    }
/*----------------------电脑板式样式----------------------*/

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {

}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {

}
body{ background-position:left top; }


 #dh_style_11_1559121125480{width:45.497630331753555%;z-index:9999;position:absolute;top:44.9375px;left:53.55450236966824%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_11_1559121125480{z-index:999;display:block;height:41px;}}   @media screen and (max-width:640px) {#dh_style_11_1559121125480{z-index:9999;height:41px;left:48.53333333333333%;top:80px;}} #dh_style_11_1559121125480 > .view_contents{overflow:visible;}  #dh_style_11_1559121125480 .thrMenuSet:hover {background:#ffcc00;color:#020202;} #dh_style_11_1559121125480 .thrCurSet {background:#ffcc00;color:#020202;} #dh_style_11_1559121125480 .subMenuSet:hover {background:#ffcc00;color:#020202;} #dh_style_11_1559121125480 .subCurSet {background:#ffcc00;color:#020202;} #dh_style_11_1559121125480 .mainMenuSet:hover {background:#ffcc00;color:#020202;} #dh_style_11_1559121125480 #hot>a {background:#ffcc00;color:#020202;} #dh_style_11_1559121125480 .mainMenuSet {bg-hover-color:#ffcc00;font-size:16px;color:#020202;text-color:#020202;text-hover-color:#020202;} #dh_style_11_1559121125480 .subMenuSet {font-size:16px;color:#020202;} #dh_style_11_1559121125480 .thrMenuSet {font-size:16px;color:#020202;}

 #image_style_01_1566266068086{width:22.757598220904374%;height:73px;position:absolute;top:7px;left:9.95260663507109%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1566266068086{display:block;}}   @media screen and (max-width:640px) {#image_style_01_1566266068086{width:96%;height:60px;top:0px;left:2%;display:block;}} #image_style_01_1566266068086 > .view_contents{overflow:visible;}  #comm_layout_header{height:116px;z-index:99999;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:123.9375px;display:block;}}   @media screen and (max-width:640px) {#comm_layout_header{height:121px;z-index:99999;display:block;}} #comm_layout_header > .view_contents{overflow:visible;}  @media screen and (max-width:640px) { #comm_layout_header  {background:#ffffff;}}
 #layout_1566978187951{height:11px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1566978187951{}}   @media screen and (max-width:640px) {#layout_1566978187951{}} #layout_1566978187951 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1566978187951  {background:#ffa50a;}


 #image_style_01_1530497487648{width:100%;height:506px;position:absolute;top:0.96875px;left:0%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530497487648{height:320px;display:block;}}   @media screen and (max-width:640px) {#image_style_01_1530497487648{width:355px;height:142.15751525235717px;top:10px;left:10px;display:none;}} #image_style_01_1530497487648 > .view_contents{overflow:visible;} 

 #banner_style_01_1566957402084{width:100%;height:545px;position:absolute;top:9px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1566957402084{}}   @media screen and (max-width:640px) {#banner_style_01_1566957402084{width:100%;height:139px;top:5px;left:0%;}}  #layout_diy_1530496757{height:584px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1530496757{height:540px;display:block;}}   @media screen and (max-width:640px) {#layout_diy_1530496757{height:153px;display:block;}} 


 #image_style_01_1577093821523{width:99.58333333333333%;height:469px;position:absolute;top:8px;left:-0.008333841959635418%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1577093821523{}}   @media screen and (max-width:640px) {#image_style_01_1577093821523{width:98.26666666666667%;height:166px;top:0px;left:0%;}} #image_style_01_1577093821523 > .view_contents{overflow:visible;} 

 #button_style_07_1575515189318{width:10.416666666666668%;left:8.625%;top:272px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_07_1575515189318{}}   @media screen and (max-width:640px) {#button_style_07_1575515189318{width:14.666666666666666%;left:42.666666666666664%;top:134px;display:none;}} #button_style_07_1575515189318 > .view_contents{overflow:visible;} 
/*----------------------电脑板式样式----------------------*/
#button_style_07_1575515189318{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#button_style_07_1575515189318{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#button_style_07_1575515189318{
		
	}
}

 #button_style_06_1575516200179{width:10.416666666666668%;left:38.46666717529297%;top:272px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_06_1575516200179{}}   @media screen and (max-width:640px) {#button_style_06_1575516200179{width:22.400000000000006%;left:38.8%;top:174px;display:none;}} #button_style_06_1575516200179 > .view_contents{overflow:visible;} 
/*----------------------电脑板式样式----------------------*/
#button_style_06_1575516200179{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#button_style_06_1575516200179{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#button_style_06_1575516200179{
		
	}
}

 #button_style_06_1575516208462{width:10.416666666666668%;left:68.89062754313152%;top:272px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_06_1575516208462{}}   @media screen and (max-width:640px) {#button_style_06_1575516208462{width:21.866666666666667%;left:39.06666666666666%;top:214px;display:none;}} #button_style_06_1575516208462 > .view_contents{overflow:visible;} 
/*----------------------电脑板式样式----------------------*/
#button_style_06_1575516208462{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#button_style_06_1575516208462{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#button_style_06_1575516208462{
		
	}
} #layout_1558605253702{height:484px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1558605253702{}}   @media screen and (max-width:640px) {#layout_1558605253702{height:172px;}} #layout_1558605253702 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1558605253702  {background:#ffffff;} #layout_1558605253702:active {background:#e5e5e5;}


 #text_style_01_1558520457165{width:99.66666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:31px;left:0.1666666666666643%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1558520457165{}}   @media screen and (max-width:640px) {#text_style_01_1558520457165{width:355.00000000000006px;font-size:12px;color:#333;line-height:1.6;top:10px;left:10px;}}  #text_style_01_1558520457165>.view_contents {font-size:24px;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1558520457165>.view_contents {font-size:12px;}}

 #text_style_01_1558520522851{width:99.66666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:65.984375px;left:0.1666666666666643%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1558520522851{}}   @media screen and (max-width:640px) {#text_style_01_1558520522851{width:355.00000000000006px;font-size:12px;color:#333;line-height:1.6;top:20.3841581312709px;left:10px;}}  #text_style_01_1558520522851>.view_contents {font-size:20px;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1558520522851>.view_contents {font-size:12px;}}

 #text_style_01_1558619203548{width:99.58333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:101.984375px;left:0.2083333333333357%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1558619203548{}}   @media screen and (max-width:640px) {#text_style_01_1558619203548{width:355px;font-size:12px;color:#333;line-height:1.6;top:39.375px;left:calc(50% - 177.5px);}}  #text_style_01_1558619203548>.view_contents {text-align:center;font-size:18px;font-style:normal;font-weight:bold;} @media screen and (max-width:640px) { #text_style_01_1558619203548>.view_contents {font-size:12px;}} #layout_1530498482627{height:155px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1530498482627{height:174px;}}   @media screen and (max-width:640px) {#layout_1530498482627{height:68.38415813127091px;}} #layout_1530498482627 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1530498482627  {background:#f2f7ff;}
 #layout_1558924861538{height:6px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1558924861538{}}   @media screen and (max-width:640px) {#layout_1558924861538{height:15px;}} #layout_1558924861538 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_01_1558932911739{width:83.16666666666667%;height:414px;position:absolute;top:119.5px;left:8.408332824707031%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1558932911739{left:calc(50% - 460.5px);top:7.328125px;height:238px;width:921px;}}   @media screen and (max-width:640px) {#image_style_01_1558932911739{width:372.39999985694885px;height:153px;top:72px;left:calc(50% - 185px);}} #image_style_01_1558932911739 > .view_contents{overflow:visible;} 
/*----------------------电脑板式样式----------------------*/
#image_style_01_1558932911739{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1558932911739{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#image_style_01_1558932911739{
		
	}
}

 #div_blank_16_1575534671485{width:38%;height:69px;position:absolute;top:43.5px;left:55.125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_16_1575534671485{}}   @media screen and (max-width:640px) {#div_blank_16_1575534671485{width:96%;height:50px;top:0px;left:2%;}}  #div_blank_16_1575534671485  {box-sizing:border-box;} #div_blank_16_1575534671485 .modSet {background:#ffab0f;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_16_1575534671485  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_16_1575534671485  {box-sizing:border-box;}}

 #text_style_01_1575534720399{width:37.333333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:52.5px;left:56.958333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1575534720399{}}   @media screen and (max-width:640px) {#text_style_01_1575534720399{width:88.26666666666667%;font-size:12px;color:#333;line-height:1.6;top:6.5px;left:8.160000101725261%;}}  #text_style_01_1575534720399>.view_contents {color:#ffffff;font-weight:bold;font-size:29px;} @media screen and (max-width:640px) { #text_style_01_1575534720399>.view_contents {font-size:22px;}}

 #div_blank_11_1575534906607{width:11.166666666666666%;position:absolute;top:155.5px;left:53.8000005086263%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_11_1575534906607{}}   @media screen and (max-width:640px) {#div_blank_11_1575534906607{width:51px;top:229.5px;left:30.99000244140625%;display:none;}}  #div_blank_11_1575534906607  {box-sizing:border-box;border-color:#ffaa56;} #div_blank_11_1575534906607 .modSet {background:#ffab0f;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_11_1575534906607  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_11_1575534906607  {box-sizing:border-box;}}

 #text_style_01_1575535430868{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:195px;left:55.63333384195963%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1575535430868{}}   @media screen and (max-width:640px) {#text_style_01_1575535430868{width:96%;font-size:12px;color:#333;line-height:1.6;top:953px;left:2%;display:none;}}  #text_style_01_1575535430868>.view_contents {color:#ffffff;font-weight:bold;font-size:31px;}

 #div_blank_11_1575535484842{width:11.166666666666666%;position:absolute;top:155.5px;left:69.54166920979817%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_11_1575535484842{}}   @media screen and (max-width:640px) {#div_blank_11_1575535484842{width:213px;top:505px;left:21.6%;display:none;}}  #div_blank_11_1575535484842  {box-sizing:border-box;border-color:#ffaa56;} #div_blank_11_1575535484842 .modSet {background:#ffab0f;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_11_1575535484842  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_11_1575535484842  {box-sizing:border-box;}}

 #div_blank_11_1575535492285{width:11.166666666666666%;position:absolute;top:155.5px;left:85.3750025431315%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_11_1575535492285{}}   @media screen and (max-width:640px) {#div_blank_11_1575535492285{width:213px;top:729px;left:21.6%;display:none;}}  #div_blank_11_1575535492285  {box-sizing:border-box;border-color:#ffaa56;} #div_blank_11_1575535492285 .modSet {background:#ffab0f;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_11_1575535492285  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_11_1575535492285  {box-sizing:border-box;}}

 #div_blank_11_1575535522694{width:11.166666666666666%;position:absolute;top:308.5px;left:53.8000005086263%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_11_1575535522694{}}   @media screen and (max-width:640px) {#div_blank_11_1575535522694{width:213px;top:1133px;left:21.6%;display:none;}}  #div_blank_11_1575535522694  {box-sizing:border-box;border-color:#ffaa56;} #div_blank_11_1575535522694 .modSet {background:#ffab0f;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_11_1575535522694  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_11_1575535522694  {box-sizing:border-box;}}

 #div_blank_11_1575535530869{width:11.166666666666666%;position:absolute;top:308.5px;left:70.04166920979817%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_11_1575535530869{}}   @media screen and (max-width:640px) {#div_blank_11_1575535530869{width:213px;top:1357px;left:21.6%;display:none;}}  #div_blank_11_1575535530869  {box-sizing:border-box;border-color:#ffaa56;} #div_blank_11_1575535530869 .modSet {background:#ffab0f;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_11_1575535530869  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_11_1575535530869  {box-sizing:border-box;}}

 #div_blank_11_1575535537088{width:11.166666666666666%;position:absolute;top:308.5px;left:85.37499745686848%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_11_1575535537088{}}   @media screen and (max-width:640px) {#div_blank_11_1575535537088{width:213px;top:1581px;left:21.6%;display:none;}}  #div_blank_11_1575535537088  {box-sizing:border-box;border-color:#ffaa56;} #div_blank_11_1575535537088 .modSet {background:#ffab0f;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_11_1575535537088  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_11_1575535537088  {box-sizing:border-box;}}

 #text_style_01_1575535607241{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:195px;left:70.04166920979817%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1575535607241{}}   @media screen and (max-width:640px) {#text_style_01_1575535607241{width:96%;font-size:12px;color:#333;line-height:1.6;top:1013px;left:2%;display:none;}}  #text_style_01_1575535607241>.view_contents {color:#ffffff;font-weight:bold;font-size:31px;}

 #text_style_01_1575535623620{width:9.5%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:195px;left:87.04166412353516%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1575535623620{}}   @media screen and (max-width:640px) {#text_style_01_1575535623620{width:96%;font-size:12px;color:#333;line-height:1.6;top:1073px;left:2%;display:none;}}  #text_style_01_1575535623620>.view_contents {color:#ffffff;font-weight:bold;font-size:31px;}

 #text_style_01_1575535810591{width:9.833333333333332%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:348px;left:87.5500005086263%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1575535810591{}}   @media screen and (max-width:640px) {#text_style_01_1575535810591{width:96%;font-size:12px;color:#333;line-height:1.6;top:1925px;left:2%;display:none;}}  #text_style_01_1575535810591>.view_contents {color:#ffffff;font-weight:bold;font-size:31px;}

 #text_style_01_1575535833992{width:10.583333333333334%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:348px;left:70.37500254313152%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1575535833992{}}   @media screen and (max-width:640px) {#text_style_01_1575535833992{width:96%;font-size:12px;color:#333;line-height:1.6;top:1865px;left:2%;display:none;}}  #text_style_01_1575535833992>.view_contents {color:#ffffff;font-weight:bold;font-size:31px;}

 #text_style_01_1575535855726{width:13.750000000000002%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:348px;left:55.79166920979818%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1575535855726{}}   @media screen and (max-width:640px) {#text_style_01_1575535855726{width:96%;font-size:12px;color:#333;line-height:1.6;top:1628px;left:2%;display:none;}}  #text_style_01_1575535855726>.view_contents {color:#ffffff;font-weight:bold;font-size:31px;}

 #div_blank_11_1577090801152{width:11.166666666666666%;position:absolute;top:91px;left:10.207293192545572%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_11_1577090801152{display:none;}}   @media screen and (max-width:640px) {#div_blank_11_1577090801152{width:20.266666666666666%;top:225px;left:8.163333638509114%;display:block;}}  #div_blank_11_1577090801152  {box-sizing:border-box;border-color:#ffaa56;} #div_blank_11_1577090801152 .modSet {background:#ffab0f;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_11_1577090801152  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_11_1577090801152  {box-sizing:border-box;}}

 #div_blank_11_1577090880929{width:11.166666666666666%;position:absolute;top:235px;left:0%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_11_1577090880929{display:none;}}   @media screen and (max-width:640px) {#div_blank_11_1577090880929{width:20.266666666666666%;top:225px;left:36.266666666666666%;display:block;}}  #div_blank_11_1577090880929  {box-sizing:border-box;border-color:#ffaa56;} #div_blank_11_1577090880929 .modSet {background:#ffab0f;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_11_1577090880929  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_11_1577090880929  {box-sizing:border-box;}}

 #div_blank_11_1577090884945{width:11.166666666666666%;position:absolute;top:235px;left:0%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_11_1577090884945{display:none;}}   @media screen and (max-width:640px) {#div_blank_11_1577090884945{width:20.266666666666666%;top:225px;left:64.53333333333333%;display:block;}}  #div_blank_11_1577090884945  {box-sizing:border-box;border-color:#ffaa56;} #div_blank_11_1577090884945 .modSet {background:#ffab0f;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_11_1577090884945  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_11_1577090884945  {box-sizing:border-box;}}

 #div_blank_11_1577090895218{width:11.166666666666666%;position:absolute;top:235px;left:0%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_11_1577090895218{display:none;}}   @media screen and (max-width:640px) {#div_blank_11_1577090895218{width:20.266666666666666%;top:325px;left:8.163333638509114%;display:block;}}  #div_blank_11_1577090895218  {box-sizing:border-box;border-color:#ffaa56;} #div_blank_11_1577090895218 .modSet {background:#ffab0f;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_11_1577090895218  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_11_1577090895218  {box-sizing:border-box;}}

 #div_blank_11_1577090900016{width:11.166666666666666%;position:absolute;top:335px;left:0%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_11_1577090900016{display:none;}}   @media screen and (max-width:640px) {#div_blank_11_1577090900016{width:20.266666666666666%;top:325px;left:37.083333333333336%;display:block;}}  #div_blank_11_1577090900016  {box-sizing:border-box;border-color:#ffaa56;} #div_blank_11_1577090900016 .modSet {background:#ffab0f;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_11_1577090900016  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_11_1577090900016  {box-sizing:border-box;}}

 #div_blank_11_1577090907380{width:11.166666666666666%;position:absolute;top:335px;left:0%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_11_1577090907380{display:none;}}   @media screen and (max-width:640px) {#div_blank_11_1577090907380{width:20.266666666666666%;top:325px;left:64.56666666666668%;display:block;}}  #div_blank_11_1577090907380  {box-sizing:border-box;border-color:#ffaa56;} #div_blank_11_1577090907380 .modSet {background:#ffab0f;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_11_1577090907380  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_11_1577090907380  {box-sizing:border-box;}}

 #text_style_01_1577090920113{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;display:none;position:absolute;left:34.58333333333333%;top:249.7874984741211px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1577090920113{width:38.50156087408949%;display:none;left:30.749219562955254%;top:249.7874984741211px;}}   @media screen and (max-width:640px) {#text_style_01_1577090920113{width:13.066666666666665%;font-size:12px;color:#333;line-height:1.6;display:block;top:250px;left:11.766666666666667%;}}  @media screen and (max-width:640px) { #text_style_01_1577090920113>.view_contents {color:#ffffff;font-size:16px;font-weight:bold;}}

 #text_style_01_1577090958991{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;display:none;position:absolute;left:0%;top:270px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1577090958991{width:38.50156087408949%;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1577090958991{width:17.333333333333336%;font-size:12px;color:#333;line-height:1.6;display:block;top:350px;left:66.46666666666667%;}}  @media screen and (max-width:640px) { #text_style_01_1577090958991>.view_contents {color:#ffffff;font-size:16px;font-weight:bold;}}

 #text_style_01_1577090961676{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;display:none;position:absolute;left:0%;top:280px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1577090961676{width:38.50156087408949%;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1577090961676{width:13.066666666666665%;font-size:12px;color:#333;line-height:1.6;display:block;top:350px;left:40.266666666666666%;}}  @media screen and (max-width:640px) { #text_style_01_1577090961676>.view_contents {color:#ffffff;font-size:16px;font-weight:bold;}}

 #text_style_01_1577090965852{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;display:none;position:absolute;left:0%;top:290px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1577090965852{width:38.50156087408949%;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1577090965852{width:13.066666666666665%;font-size:12px;color:#333;line-height:1.6;display:block;top:350px;left:11.766666666666667%;}}  @media screen and (max-width:640px) { #text_style_01_1577090965852>.view_contents {color:#ffffff;font-size:16px;font-weight:bold;}}

 #text_style_01_1577090969977{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;display:none;position:absolute;left:0%;top:300px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1577090969977{width:38.50156087408949%;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1577090969977{width:13.066666666666665%;font-size:12px;color:#333;line-height:1.6;display:block;top:250px;left:39.733333333333334%;}}  @media screen and (max-width:640px) { #text_style_01_1577090969977>.view_contents {color:#ffffff;font-size:16px;font-weight:bold;}}

 #text_style_01_1577090974183{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;display:none;position:absolute;left:0%;top:310px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1577090974183{width:38.50156087408949%;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1577090974183{width:17.866666666666667%;font-size:12px;color:#333;line-height:1.6;display:block;top:250px;left:66.43333333333334%;}}  @media screen and (max-width:640px) { #text_style_01_1577090974183>.view_contents {color:#ffffff;font-size:16px;font-weight:bold;}} #layout_1558659800604{height:533.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1558659800604{height:458px;}}   @media screen and (max-width:640px) {#layout_1558659800604{height:441px;}} #layout_1558659800604 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1558659800604  {}
 #layout_1558520441313{height:11px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1558520441313{}}   @media screen and (max-width:640px) {#layout_1558520441313{height:11px;}} #layout_1558520441313 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1558520441313  {background:#eaf2f9;}


 #image_style_01_1575598907456{width:87.66666666666667%;height:443px;position:absolute;top:139.1999969482422px;left:10.623957316080729%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1575598907456{}}   @media screen and (max-width:640px) {#image_style_01_1575598907456{width:96%;height:161px;top:49px;left:2%;z-index:2;}} #image_style_01_1575598907456 > .view_contents{overflow:visible;} 

 #div_blank_13_1575602032772{width:26.5%;height:93px;position:absolute;top:420.6000099182129px;left:16.21666717529297%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_13_1575602032772{}}   @media screen and (max-width:640px) {#div_blank_13_1575602032772{width:29.019011406844108%;height:27.1574144486692px;top:330.4000129699707px;left:22.9726619720459%;display:none;z-index:2;}}  #div_blank_13_1575602032772  {box-sizing:border-box;} #div_blank_13_1575602032772 .modSet {background:#6668f3;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_13_1575602032772  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_13_1575602032772  {box-sizing:border-box;}}

 #text_style_01_1575602276980{width:36%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:480px;left:16.21666717529297%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1575602276980{}}   @media screen and (max-width:640px) {#text_style_01_1575602276980{width:46.666666666666664%;font-size:12px;color:#333;line-height:1.6;top:430.55000603199005px;left:13.033333333333333%;z-index:4;}}  #text_style_01_1575602276980>.view_contents {color:#f9f9f9;font-weight:normal;font-size:14px;background:rgba(0,63,127,0);} @media screen and (max-width:640px) { #text_style_01_1575602276980>.view_contents {font-size:13px;}}

 #text_style_01_1575601840453{width:8.916666666666668%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:426.00000381469727px;left:23.133333841959637%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1575601840453{}}   @media screen and (max-width:640px) {#text_style_01_1575601840453{width:49.06666666666666%;font-size:12px;color:#333;line-height:1.6;top:401.5500365495682px;left:13.026667277018229%;z-index:4;}}  #text_style_01_1575601840453>.view_contents {color:#f9f9f9;font-weight:bold;font-size:26px;background:rgba(0,63,127,0);} @media screen and (max-width:640px) { #text_style_01_1575601840453>.view_contents {font-size:18px;}}

 #div_blank_13_1575601887908{width:26.5%;height:93px;position:absolute;top:302px;left:16.21666717529297%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_13_1575601887908{}}   @media screen and (max-width:640px) {#div_blank_13_1575601887908{width:29.019011406844108%;height:27.1574144486692px;top:0px;left:0%;display:none;z-index:2;}}  #div_blank_13_1575601887908  {box-sizing:border-box;} #div_blank_13_1575601887908 .modSet {background:#6668f3;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_13_1575601887908  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_13_1575601887908  {box-sizing:border-box;}}

 #text_style_01_1575602384869{width:36%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:364px;left:16.633333841959637%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1575602384869{}}   @media screen and (max-width:640px) {#text_style_01_1575602384869{width:55.46666666666666%;font-size:12px;color:#333;line-height:1.6;top:332.0000182390213px;left:13.020000203450522%;z-index:4;}}  #text_style_01_1575602384869>.view_contents {color:#f9f9f9;font-weight:normal;font-size:14px;background:rgba(0,63,127,0);} @media screen and (max-width:640px) { #text_style_01_1575602384869>.view_contents {font-size:13px;}}

 #text_style_01_1575601600790{width:9.166666666666666%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:313px;left:23.71666717529297%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1575601600790{}}   @media screen and (max-width:640px) {#text_style_01_1575601600790{width:50.4%;font-size:12px;color:#333;line-height:1.6;top:300.0000182390213px;left:12.993333943684895%;z-index:3;}}  #text_style_01_1575601600790>.view_contents {color:#f9f9f9;font-weight:bold;font-size:26px;background:rgba(0,63,127,0);} @media screen and (max-width:640px) { #text_style_01_1575601600790>.view_contents {font-size:18px;}}

 #div_blank_13_1575599992354{width:26.5%;height:93px;position:absolute;top:182.00000381469727px;left:16.21666717529297%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_13_1575599992354{}}   @media screen and (max-width:640px) {#div_blank_13_1575599992354{width:65.06666666666666%;height:79px;top:300.0000182390213px;left:9.490000406901041%;z-index:2;}}  #div_blank_13_1575599992354  {box-sizing:border-box;} #div_blank_13_1575599992354 .modSet {background:#6668f3;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_13_1575599992354  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_13_1575599992354  {box-sizing:border-box;}}

 #text_style_01_1575601605140{width:23.25%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:192.80001831054688px;left:18.46666717529297%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1575601605140{}}   @media screen and (max-width:640px) {#text_style_01_1575601605140{width:61.86666666666667%;font-size:12px;color:#333;line-height:1.6;top:212.00000298023224px;left:12.986666870117187%;z-index:2;}}  #text_style_01_1575601605140>.view_contents {color:#f9f9f9;font-weight:bold;font-size:26px;background:rgba(0,63,127,0);} @media screen and (max-width:640px) { #text_style_01_1575601605140>.view_contents {font-size:18px;}}

 #text_style_01_1575601908788{width:36%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:241.79998779296875px;left:17.758333841959637%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1575601908788{}}   @media screen and (max-width:640px) {#text_style_01_1575601908788{width:49.06666666666666%;font-size:12px;color:#333;line-height:1.6;top:236.55000603199005px;left:12.940000406901042%;z-index:4;}}  #text_style_01_1575601908788>.view_contents {color:#f9f9f9;font-weight:normal;font-size:15px;background:rgba(0,63,127,0);} @media screen and (max-width:640px) { #text_style_01_1575601908788>.view_contents {font-size:13px;}}

 #div_blank_16_1575599011652{width:28.083333333333332%;height:70px;position:absolute;top:71.5999984741211px;left:13.550000508626303%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_16_1575599011652{}}   @media screen and (max-width:640px) {#div_blank_16_1575599011652{width:87.46666666666667%;height:37px;top:12px;left:6.276666768391927%;z-index:2;}}  #div_blank_16_1575599011652  {box-sizing:border-box;box-shadow:#6668f3 0px 0px 0px ;} #div_blank_16_1575599011652 .modSet {background:#6668f3;box-shadow:#6668f3 8px 8px 0px ;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_16_1575599011652  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_16_1575599011652  {box-sizing:border-box;}}

 #text_style_01_1575599130719{width:28.083333333333332%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:80.60000610351562px;left:16.21666717529297%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1575599130719{}}   @media screen and (max-width:640px) {#text_style_01_1575599130719{width:65.33333333333333%;font-size:12px;color:#333;line-height:1.6;top:20px;left:33%;z-index:2;}}  #text_style_01_1575599130719>.view_contents {color:#ffffff;font-weight:bold;font-size:29px;background:rgba(0,63,127,0);} @media screen and (max-width:640px) { #text_style_01_1575599130719>.view_contents {font-size:18px;}}

 #div_blank_13_1577090521327{width:26.5%;height:93px;position:absolute;top:221.00000298023224px;left:0%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_13_1577090521327{display:none;}}   @media screen and (max-width:640px) {#div_blank_13_1577090521327{width:65.06666666666666%;height:79px;top:200.00000298023224px;left:9.486666870117187%;display:block;z-index:1;}}  #div_blank_13_1577090521327  {box-sizing:border-box;} #div_blank_13_1577090521327 .modSet {background:#6668f3;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_13_1577090521327  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_13_1577090521327  {box-sizing:border-box;}}

 #div_blank_13_1577090539357{width:26.5%;height:93px;position:absolute;top:310.0000182390213px;left:0%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_13_1577090539357{display:none;}}   @media screen and (max-width:640px) {#div_blank_13_1577090539357{width:65.06666666666666%;height:79px;top:396.55000603199005px;left:9.493333943684897%;display:block;z-index:2;}}  #div_blank_13_1577090539357  {box-sizing:border-box;} #div_blank_13_1577090539357 .modSet {background:#6668f3;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_13_1577090539357  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_13_1577090539357  {box-sizing:border-box;}} #layout_1575621513759{height:582.2000045776367px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1575621513759{height:582.2000122070312px;}}   @media screen and (max-width:640px) {#layout_1575621513759{height:491px;}} #layout_1575621513759 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1576833824621{height:12px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1576833824621{}}   @media screen and (max-width:640px) {#layout_1576833824621{}} #layout_1576833824621 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1576833824621  {background:#edf4ff;}


 #text_style_01_1576833886022{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:22px;left:-0.008333841959635418%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1576833886022{}}   @media screen and (max-width:640px) {#text_style_01_1576833886022{width:96%;font-size:12px;color:#333;line-height:1.6;top:10px;left:2%;}}  #text_style_01_1576833886022>.view_contents {font-size:24px;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1576833886022>.view_contents {font-size:12px;}}

 #text_style_01_1576833907525{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:72.00001525878906px;left:0%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1576833907525{}}   @media screen and (max-width:640px) {#text_style_01_1576833907525{width:96%;font-size:12px;color:#333;line-height:1.6;top:39px;left:2%;}}  #text_style_01_1576833907525>.view_contents {font-size:20px;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1576833907525>.view_contents {font-size:12px;}}

 #banner_style_01_1576833957862{width:60%;height:289px;position:absolute;top:136.98749542236328px;left:22.241666158040367%;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1576833957862{}}   @media screen and (max-width:640px) {#banner_style_01_1576833957862{width:100%;height:161px;top:79.00000762939453px;left:0%;}} 

 #div_blank_new05_1577089063640{width:68.5%;position:absolute;top:119px;left:15.741666158040365%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1577089063640{}}   @media screen and (max-width:640px) {#div_blank_new05_1577089063640{width:96%;top:68px;left:2%;display:none;}}  #div_blank_new05_1577089063640  {box-sizing:border-box;} #div_blank_new05_1577089063640 .roundcs {border-color:#ffcc00;border-style:solid;border-width:3px;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1577089063640  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1577089063640  {box-sizing:border-box;}}

 #div_blank_new05_1577089085916{width:68.5%;position:absolute;top:413px;left:15.741666158040365%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1577089085916{}}   @media screen and (max-width:640px) {#div_blank_new05_1577089085916{width:96%;top:269.45714285714286px;left:2%;display:none;}}  #div_blank_new05_1577089085916  {box-sizing:border-box;} #div_blank_new05_1577089085916 .roundcs {border-color:#ffcc00;border-width:2px;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1577089085916  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1577089085916  {box-sizing:border-box;}}

 #div_blank_new06_1577089101491{height:295px;width:23.333333333333332%;position:absolute;top:129.4875030517578px;left:14.958333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new06_1577089101491{}}   @media screen and (max-width:640px) {#div_blank_new06_1577089101491{height:61.62222222222223px;top:93.50000762939453px;left:23.68750190734861%;width:18.27777777777778%;display:none;}}  #div_blank_new06_1577089101491  {box-sizing:border-box;} #div_blank_new06_1577089101491 .roundcs {border-color:#ffcc00;border-width:2px;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new06_1577089101491  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new06_1577089101491  {box-sizing:border-box;}}

 #div_blank_new06_1577089204137{height:295px;width:23.333333333333332%;position:absolute;top:130.4875030517578px;left:83.40833282470703%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new06_1577089204137{}}   @media screen and (max-width:640px) {#div_blank_new06_1577089204137{height:158.45714285714286px;top:101px;left:2%;width:47%;display:none;}}  #div_blank_new06_1577089204137  {box-sizing:border-box;} #div_blank_new06_1577089204137 .roundcs {border-color:#ffcc00;border-width:2px;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new06_1577089204137  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new06_1577089204137  {box-sizing:border-box;}} #layout_1576833820905{height:464.1999969482422px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1576833820905{}}   @media screen and (max-width:640px) {#layout_1576833820905{height:266px;}} #layout_1576833820905 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1558520617426{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:34px;left:0%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1558520617426{}}   @media screen and (max-width:640px) {#text_style_01_1558520617426{width:355px;font-size:12px;color:#333;line-height:1.6;top:10px;left:10px;}}  #text_style_01_1558520617426>.view_contents {font-size:24px;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1558520617426>.view_contents {font-size:12px;}}

 #text_style_01_1558520658400{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:71px;left:0%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1558520658400{}}   @media screen and (max-width:640px) {#text_style_01_1558520658400{width:355px;font-size:12px;color:#333;line-height:1.6;top:29px;left:calc(50% - 177.5px);}}  #text_style_01_1558520658400>.view_contents {font-size:20px;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1558520658400>.view_contents {font-size:12px;}}

 #text_style_01_1558619279967{width:99.58333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:104.984375px;left:0.2083333333333357%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1558619279967{}}   @media screen and (max-width:640px) {#text_style_01_1558619279967{width:355px;font-size:12px;color:#333;line-height:1.6;top:58.015625px;left:calc(50% - 177.5px);}}  #text_style_01_1558619279967>.view_contents {font-size:18px;font-weight:bold;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1558619279967>.view_contents {font-size:12px;}} #layout_1558622235054{height:154px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1558622235054{}}   @media screen and (max-width:640px) {#layout_1558622235054{height:89px;}} #layout_1558622235054 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1558622235054  {background:#f2f7ff;}
 #layout_1575515079685{height:1px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1575515079685{}}   @media screen and (max-width:640px) {#layout_1575515079685{}} #layout_1575515079685 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1559029877385{height:1px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1559029877385{}}   @media screen and (max-width:640px) {#layout_1559029877385{height:9px;}} #layout_1559029877385 > .view_contents{overflow:visible;max-width:1200px;} 


 #banner_style_01_1575604499487{width:66.83333333333333%;height:544px;position:absolute;top:5.974998474121094px;left:15.657292683919271%;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1575604499487{}}   @media screen and (max-width:640px) {#banner_style_01_1575604499487{width:100%;height:300px;top:0px;left:0%;}}  #layout_1530512107039{height:593px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1530512107039{height:549.9625244140625px;}}   @media screen and (max-width:640px) {#layout_1530512107039{height:306px;}} #layout_1530512107039 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1560150935096{height:5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1560150935096{}}   @media screen and (max-width:640px) {#layout_1560150935096{}} #layout_1560150935096 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1560150935096  {background:#eaf2f9;}
 #layout_1560150932125{height:1px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1560150932125{}}   @media screen and (max-width:640px) {#layout_1560150932125{}} #layout_1560150932125 > .view_contents{overflow:visible;max-width:1200px;} 


 #dh_style_11_1530513342781{width:58.25%;z-index:999;position:absolute;top:32px;left:20.866666158040363%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_11_1530513342781{z-index:999;top:110px;left:99.5px;width:720px;}}   @media screen and (max-width:640px) {#dh_style_11_1530513342781{width:44px;z-index:999;top:10px;left:calc(100% - 50px);display:none;}} #dh_style_11_1530513342781 > .view_contents{overflow:visible;}  #dh_style_11_1530513342781  {background:transparent;} #dh_style_11_1530513342781:hover {background:#b2b2b2;} #dh_style_11_1530513342781 .mainMenuSet:hover {color:#ffffff;background:#0068b7;} #dh_style_11_1530513342781 #hot>a {color:#ffffff;background:#0068b7;} #dh_style_11_1530513342781 .subMenuSet:hover {color:#ffffff;background:#0068b7;} #dh_style_11_1530513342781 .subCurSet {color:#ffffff;background:#0068b7;} #dh_style_11_1530513342781 .thrMenuSet:hover {color:#ffffff;background:#0068b7;} #dh_style_11_1530513342781 .thrCurSet {color:#ffffff;background:#0068b7;} #dh_style_11_1530513342781 .mainMenuSet {text-hover-color:#ffffff;color:#000000;text-color:#000000;background:#ffffff;bg-hover-color:#0068b7;} #dh_style_11_1530513342781 .subMenuSet {color:#000000;background:#d7d7d7;} #dh_style_11_1530513342781 .thrMenuSet {color:#000000;background:#afafaf;} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_11_1530513342781 .mainMenuSet {background:#ffffff;}} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_11_1530513342781 .subMenuSet {background:#d7d7d7;}} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_11_1530513342781 .thrMenuSet {background:#afafaf;}} @media screen and (max-width:640px) { #dh_style_11_1530513342781 .mainMenuSet {background:#ffffff;}} @media screen and (max-width:640px) { #dh_style_11_1530513342781 .subMenuSet {background:#d7d7d7;}} @media screen and (max-width:640px) { #dh_style_11_1530513342781 .thrMenuSet {background:#afafaf;}}

 #text_style_01_1530513879793{width:18.75%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:135px;left:11.122917175292969%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1530513879793{top:166.96182250976562px;left:9.8812585682722%;width:193.24766355140187px;}}   @media screen and (max-width:640px) {#text_style_01_1530513879793{width:159px;top:35.0625px;left:2.5600001017252603%;}}  #text_style_01_1530513879793>.view_contents {box-sizing:border-box;font-size:16px;font-family:Microsoft YaHei;color:#000000;line-height:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1530513879793>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1530513879793>.view_contents {box-sizing:border-box;font-size:12px;}}

 #text_style_01_1530513919198{width:27%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:135px;left:36.49166615804037%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1530513919198{width:208px;left:35.48603767289619%;top:166.96182250976562px;}}   @media screen and (max-width:640px) {#text_style_01_1530513919198{width:197.94444274902344px;top:35.0625px;left:44.960000101725264%;}}  #text_style_01_1530513919198>.view_contents {box-sizing:border-box;color:#000000;font-family:Microsoft YaHei;font-size:16px;line-height:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1530513919198>.view_contents {box-sizing:border-box;text-align:left;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1530513919198>.view_contents {box-sizing:border-box;font-size:12px;}}

 #text_style_01_1530513970164{width:39.08333333333333%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:135px;left:63.49062347412109%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1530513970164{top:167px;left:578.5775700934579px;width:350.42242990654205px;}}   @media screen and (max-width:640px) {#text_style_01_1530513970164{width:355px;top:73.07501220703125px;left:calc(50% - 177.5px);}}  #text_style_01_1530513970164>.view_contents {box-sizing:border-box;color:#000000;font-family:Microsoft YaHei;font-size:16px;line-height:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1530513970164>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1530513970164>.view_contents {box-sizing:border-box;font-size:12px;text-align:center;}}

 #text_style_01_1530514081096{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:194px;left:-0.008333841959635418%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1530514081096{top:202px;left:10px;width:919px;}}   @media screen and (max-width:640px) {#text_style_01_1530514081096{width:355px;top:118.06253051757812px;left:calc(50% - 177.5px);}}  #text_style_01_1530514081096>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#000000;font-size:14px;line-height:25px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1530514081096>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1530514081096>.view_contents {box-sizing:border-box;font-size:12px;}}

 #qqol_style_05_1566268787256{width:10.75%;position:absolute;top:347px;left:99.99166615804036%;display:block;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#qqol_style_05_1566268787256{display:block;}}   @media screen and (max-width:640px) {#qqol_style_05_1566268787256{width:96%;top:181.26251220703125px;left:2%;display:block;}} #qqol_style_05_1566268787256 > .view_contents{overflow:visible;}  #comm_layout_footer{height:382px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:400px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:199.26251220703125px;}} #comm_layout_footer > .view_contents{max-width:1200px;overflow:visible;}  #comm_layout_footer  {background-repeat:no-repeat!important;background-size:100% auto;background:#ffffff;} @media screen and (max-width:640px) { #comm_layout_footer  {background-position:50% 0% !important;}}
/*----------------------电脑板式样式----------------------*/
#comm_layout_footer{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#comm_layout_footer{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#comm_layout_footer{
		
	}
}
.button_default06 { width: 100%; height:40px; background: #fff; color: #000; box-sizing: border-box; border: 1px solid #ffd45a; border-radius: 40px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
.button_default06 { width: 100%; height:40px; background: #fff; color: #000; box-sizing: border-box; border: 1px solid #ffd45a; border-radius: 40px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
.button_default06 { width: 100%; height:40px; background: #fff; color: #000; box-sizing: border-box; border: 1px solid #ffd45a; border-radius: 40px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
/*菜单样式*/
.menuStyle_11{width:100%; position:relative;}
.menuStyle_11 *{box-sizing: border-box;}
.menuStyle_11 .miniMenu *,
.menuStyle_11 .menuUl li *{
	-webkit-transition-duration:.2s; -moz-transition-duration:.2s; -o-transition-duration:.2s; transition-duration:.2s;
	-webkit-transition-property:background,height,padding; -moz-transition-property:background,height,padding; -moz-transition-property:background,height,padding; transition-property:background,height,padding;
	-webkit-transition-timing-function:ease-out; -moz-transition-timing-function:ease-out; -o-transition-timing-function:ease-out; transition-timing-function:ease-out;
}
.menuStyle_11 .dflex{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.menuStyle_11 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_11 ul,.menuStyle_11 li{padding:0;margin:0px;list-style:none}
.menuStyle_11 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_11 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_11 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_11 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_11 .menuUl>li{position:relative;}
.menuStyle_11 .menuUl>li>a{position: relative; text-decoration:none;font-size:14px; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #333; padding: 10px 0; padding: 10px 1em\0;}
.menuStyle_11 .menuUl>li>a:hover{background: rgba(0,0,0,.05);}
.menuStyle_11 .menuUl #hot>a{color: #2d93ff;}
.menuStyle_11 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_11 .menuUl #hot>a span{color:inherit;}
/*.menuStyle_11 .menuUl>li>a i{position: absolute; right: 10px; top: 50%; -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%);}*/
.menuStyle_11 .menuLayout .miniMenu{display:none;}
.menuStyle_11 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; background: #fff; width: 100%; height: 0; box-shadow: 0 0 8px rgba(0,0,0,0.2); transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_11 .menuUl>li>#menuLogo{height: 85%;}

.menuStyle_11 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;}
.menuStyle_11 .menuUl.noHover .rflex:hover .menuUl02{display: none;}

.menuStyle_11 .menuUl02 .subMenu02 {position: relative; color: #4d5158; font-size:14px; line-height: 40px; padding: 0 15px;}
.menuStyle_11 .menuUl02 .subMenu02.subCurSet{background: #2f94ff; color: #fff;}
.menuStyle_11 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_11 .menuUl02 .subMenu02:hover {background: #2d93ff; color: #fff;}
.menuStyle_11 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}
.menuStyle_11 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_11 .menuUl03{position: absolute; background: #2f94ff; /*left需要js获取二级的宽*/ top: 0; display: none; box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.22);}
.menuStyle_11 .menuUl03 .subMenu03{color: #fff; padding: 0 15px; line-height: 40px;}
.menuStyle_11 .menuUl03 .subMenu03:hover{background:rgba(0, 0, 0, 0.1);}
.menuStyle_11 .menuUl03 .subMenu03.thrCurSet{background: rgba(0, 0, 0, 0.1);}
.menuStyle_11 .menuUl03 .subMenu03>a{ color: inherit; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.menuStyle_11 .rflex { position: relative;}
.menuStyle_11 .maxWidth{margin: auto;}
.menuStyle_11 .menuUl03 .subMenu03.thrCurSet{background: rgba(0, 0, 0, 0.1);}

.menuStyle_11 .subBox{position: absolute; left: 0; /*top通过JS获取菜单高度*/ width: 100%; background: rgba(238, 238, 238, 0.85); display: none;}
.menuStyle_11 .subBox .subBoxContent{padding: 15px; text-align: left; overflow: hidden;}
.menuStyle_11 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_11 .subBox .sublm{float: left; width: calc(100% - 440px); min-height: 10px;}
.menuStyle_11 .subBox .sublm>div{clear: both; overflow: hidden; margin: 8px 0;}
.menuStyle_11 .subBox .subImgsbox{float: left; width: 440px;/*这个宽可被设置*/ height: 160px;}
.menuStyle_11 .subBox .subImgsbox>a{display: block; height: 100%; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}
.menuStyle_11 .subBox .subImgsbox>a:last-child{margin-left: 0;}
.menuStyle_11 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}
.menuStyle_11 .subBox .subImgsbox>a>div.subImg span{position: absolute; bottom: 0; left: 0; width: 100%; display: block; padding: 5px; background: rgba(255,255,255,.8); color: #333; font-size: 12px;}
.menuStyle_11 .subBox p{overflow: hidden; float: left;}
.menuStyle_11 .subBox p:first-child{margin-right: 10px; width: 100px;}
.menuStyle_11 .subBox p:last-child{width: calc(100% - 110px);}
.menuStyle_11 .subBox .subMenu02{font-size: 14px; margin-bottom: 5px; clear: both; color: #333; line-height: 28px;}
.menuStyle_11 .subBox .subMenu02.subCurSet{color: #2d93ff;}
.menuStyle_11 .subBox .subMenu02:hover,
.menuStyle_11 .subBox .subMenu02:active{color: #2d93ff;}
.menuStyle_11 .subBox .subMenu03{float: left; margin: 5px 20px 5px 0; font-size: 12px; color: #666;}
.menuStyle_11 .subBox .subMenu03:hover,
.menuStyle_11 .subBox .subMenu03:active{color: #2d93ff;}
.menuStyle_11 .subBox .subMenu03.thrCurSet{color: #2d93ff;}


/*图标*/
.menuStyle_11 .imgIco{vertical-align: middle; display:inline-block; overflow:hidden; position:relative; padding:15px;  box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}
.menuStyle_11 .imgIco img{width:auto; height:100%; vertical-align: top;  position:absolute; top:50%; left:50%;  transform:translateY(-50%) translateX(-50%); -webkit-transform:translateY(-50%) translateX(-50%); -moz-transform:translateY(-50%) translateX(-50%); -ms-transform:translateY(-50%) translateX(-50%); -o-transform:translateY(-50%);}




@media screen and (max-width:640px) {
.menuStyle_11 .imgIco{ margin-right:10px;}	
.menuStyle_11 .menuUl,
.menuStyle_11 .menuUl_box {display:none;}
.menuStyle_11 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_11 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_11 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_11 .miniMenu .leftBox{height: 100%;}
.menuStyle_11 .miniMenu .leftBox .sidebar{font-size:24px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_11 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_11 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_11 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;} 
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li a{width:calc(100% - 50px); float: left; display:block; text-align:left;color:inherit; text-decoration:none; font-size:inherit; line-height:inherit; height: inherit; white-space: nowrap;overflow: hidden; text-overflow: ellipsis;border-bottom:1px solid rgba(0,0,0,.2);} 
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; display: none; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit; background: rgba(0, 0, 0, 0.1);}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #fff;}
.menuStyle_11 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(23, 25, 29, 0.95); position: fixed; width: 100%; top: 0; left: 0; -webkit-transition: all linear .3s; -moz-transition: all linear .3s; -o-transition: all linear .3s; transition: all linear .3s;}
.menuStyle_11 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
.menuStyle_11 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


	
#dh_style_11_1559121125480 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@media screen and (min-width:640px) {
	#dh_style_11_1559121125480 .maxWidth{max-width:px;}
	#dh_style_11_1559121125480 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
	#dh_style_11_1559121125480 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	/* .menuUl>li>#menuLogo 这种查找会失败改为下面这种 2019.5.29 */
	#dh_style_11_1559121125480 .menuUl li #menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
}

	#image_style_01_1566266068086 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1566266068086 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1566266068086 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1566266068086 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1530497487648 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530497487648 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1530497487648 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1530497487648 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

/* banner样式 */

.bannerStyle_1{width:100%; height:100%; position:relative;}
.bannerStyle_1 .main_visual{height:100%; overflow:hidden; position:relative; }

.bannerStyle_1 .main_image{height:100%; overflow:hidden; position:relative; }

/* 圆点 */
.bannerStyle_1 div.flicking_con{position:absolute; bottom:20px; left:0; z-index:999; width:100%; height:14px; text-align:center; z-index: 105;}
.bannerStyle_1 div.flicking_con a{width:14px; height:14px; padding:0; background:none; border:1px solid white; display:inline-block; box-sizing:border-box; margin:0 3px; border-radius:100%; }
.bannerStyle_1 div.flicking_con a.on{background:white; border:0;}

/* 左右按钮 */
.bannerStyle_1 .btn_prev,.bannerStyle_1 .btn_next{z-index:11111; position:absolute; width:73px; height:74px; top:50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); display:none; }
.bannerStyle_1 .btn_prev{background:url(../img/banner/style_01/hover_left.png) no-repeat left top; left:20px; background-size: 80%;}
.bannerStyle_1 .btn_next{background:url(../img/banner/style_01/hover_right.png) no-repeat right top; right:20px; background-size: 80%;}

/* 遮罩面板 */
.bannerStyle_1 .ground_glass{display:none; position:absolute; top:0; left:0; opacity:0; width:100%; height:100%; z-index:998; background-color:#fff;}

@media screen and  (min-width:326px) and (max-width:767px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
}
@media screen and  (max-width:640px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
	.bannerStyle_1 .btn_prev, .bannerStyle_1 .btn_next{width:53px; height:54px;}
}

/* 默认 动画效果 */
.bannerStyle_1 .main_image .img-list{width:100%; height:100%; overflow:hidden; position:absolute; top:0; left:0}
.bannerStyle_1 .main_image .img-item{position:absolute; width:100%; height:100%; display:block; top:0;}
.bannerStyle_1 .main_image .img-item span{display:block; width:100%; height:100%; background-size:cover !important;}
.bannerStyle_1 .main_image .img-item a{display:block; width:100%; height:100%; overflow: hidden;}

/* 3D矩形旋转 动画效果 */
.bannerStyle_1.rotate-3d .img-part{
	position: absolute;
	top: 0;
	width: calc(20% + 1px);	/* [注意] 修改为总宽度 / 动画块个数 */
	height: 100%;
	background-color: #fff;
	transition: all .7s;
	/* 设置子元素在3D空间中呈现 */
	transform-style: preserve-3d;
}
.bannerStyle_1.rotate-3d .img-part .img{
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: 500% auto;	/* [注意] 宽度 为 动画块个数 * 100%, 这样图片可以分若干份后始终100%, 如果不需要这样, 可以设置为cover */
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(1){
	transform: rotateX(0deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(2){
	transform: rotateX(-90deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(3){
	transform: rotateX(-180deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(4){
	transform: rotateX(-270deg) translateZ(150px);
}


.img_url{ position:absolute; width:100%; height:100%; left:0; top:0; display:block; z-index: 100;}
	
            #banner_style_01_1566957402084 .bannerStyle_1 .main_image .img-item .img_0{background: url('https://cdn.yun.sooce.cn/4/42941/jpg/15754407042807b903fd50264afd7.jpg?version=1575440707') center top no-repeat;}
                #banner_style_01_1566957402084 .bannerStyle_1 .ground_glass{}
    
    #banner_style_01_1566957402084 .bannerStyle_1 .main_image .img-item span{background-size:auto 100%!important;}
    @media screen and (min-width:641px) and (max-width:1200px) {
    #banner_style_01_1566957402084 .bannerStyle_1 .main_image .img-item span{background-size:auto 100%!important;}
    }

    @media screen and (max-width:640px) {
    #banner_style_01_1566957402084 .bannerStyle_1 .main_image .img-item span{background-size:100% auto!important;}    }

	#image_style_01_1577093821523 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1577093821523 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1577093821523 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1577093821523 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;}
.button_default06 { width: 100%; height:40px; background: #fff; color: #000; box-sizing: border-box; border: 1px solid #ffd45a; border-radius: 40px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
	#button_style_07_1575515189318 .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_07_1575515189318 .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_07_1575515189318 .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);}}.button_default06 { width: 100%; height:40px; background: #fff; color: #000; box-sizing: border-box; border: 1px solid #ffd45a; border-radius: 40px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
	#button_style_06_1575516200179 .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_06_1575516200179 .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_06_1575516200179 .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);}}.button_default06 { width: 100%; height:40px; background: #fff; color: #000; box-sizing: border-box; border: 1px solid #ffd45a; border-radius: 40px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
	#button_style_06_1575516208462 .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_06_1575516208462 .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_06_1575516208462 .button_default .buttonImg {width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
	#image_style_01_1558932911739 .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_1558932911739 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1558932911739 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
.blank_16{width:100%;height:100%;}
.blank_16 .roundcs{width:100%;height:100%;background:#ffde5f;box-shadow: #d6b534 8px 8px 0;	box-sizing: border-box;}
.blank .view_contents{overflow: visible;}
.blank_new01 .view_contents{overflow: visible;}
.blank_01 .view_contents{overflow: visible;}
.blank_02 .view_contents{overflow: visible;}
.blank_03 .view_contents{overflow: visible;}
.blank_04 .view_contents{overflow: visible;}
.blank_05 .view_contents{overflow: visible;}
.blank_06 .view_contents{overflow: visible;}
.blank_07 .view_contents{overflow: visible;}
.blank_08 .view_contents{overflow: visible;}
.blank_09 .view_contents{overflow: visible;}
.blank_10 .view_contents{overflow: visible;}
.blank_11 .view_contents{overflow: visible;}
.blank_12 .view_contents{overflow: visible;}
.blank_13 .view_contents{overflow: visible;}
.blank_14 .view_contents{overflow: visible;}
.blank_15 .view_contents{overflow: visible;}
.blank_16 .view_contents{overflow: visible;}
.blank_17 .view_contents{overflow: visible;}
.blank_18 .view_contents{overflow: visible;}
.blank_19 .view_contents{overflow: visible;}
.blank_20 .view_contents{overflow: visible;}.blank_11 .roundcs{width:100%;height:0;border-radius:50%;padding-bottom:100%;background:#a2a3e9;box-sizing: border-box;}.blank_11 .roundcs{width:100%;height:0;border-radius:50%;padding-bottom:100%;background:#a2a3e9;box-sizing: border-box;}.blank_11 .roundcs{width:100%;height:0;border-radius:50%;padding-bottom:100%;background:#a2a3e9;box-sizing: border-box;}.blank_11 .roundcs{width:100%;height:0;border-radius:50%;padding-bottom:100%;background:#a2a3e9;box-sizing: border-box;}.blank_11 .roundcs{width:100%;height:0;border-radius:50%;padding-bottom:100%;background:#a2a3e9;box-sizing: border-box;}.blank_11 .roundcs{width:100%;height:0;border-radius:50%;padding-bottom:100%;background:#a2a3e9;box-sizing: border-box;}.blank_11 .roundcs{width:100%;height:0;border-radius:50%;padding-bottom:100%;background:#a2a3e9;box-sizing: border-box;}.blank_11 .roundcs{width:100%;height:0;border-radius:50%;padding-bottom:100%;background:#a2a3e9;box-sizing: border-box;}.blank_11 .roundcs{width:100%;height:0;border-radius:50%;padding-bottom:100%;background:#a2a3e9;box-sizing: border-box;}.blank_11 .roundcs{width:100%;height:0;border-radius:50%;padding-bottom:100%;background:#a2a3e9;box-sizing: border-box;}.blank_11 .roundcs{width:100%;height:0;border-radius:50%;padding-bottom:100%;background:#a2a3e9;box-sizing: border-box;}.blank_11 .roundcs{width:100%;height:0;border-radius:50%;padding-bottom:100%;background:#a2a3e9;box-sizing: border-box;}
	#image_style_01_1575598907456 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1575598907456 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1575598907456 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1575598907456 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_13{width:100%;height:100%;}
.blank_13 .zhengfang{width: calc(100% - 24px);height:100%;background:#ffcbaa;position: relative;display: inline-block; overflow: hidden !important;box-sizing: border-box;}
.blank_13 .jiao{box-sizing: border-box;width: 50px;height: 50px;background:#ffcbaa;position: absolute;top: calc(50% - 25px);right: 11px;display: inline-block; transform: rotate(45deg);overflow: hidden;overflow:hidden !important;}

	
.blank_13{width:100%;height:100%;}
.blank_13 .zhengfang{width: calc(100% - 24px);height:100%;background:#ffcbaa;position: relative;display: inline-block; overflow: hidden !important;box-sizing: border-box;}
.blank_13 .jiao{box-sizing: border-box;width: 50px;height: 50px;background:#ffcbaa;position: absolute;top: calc(50% - 25px);right: 11px;display: inline-block; transform: rotate(45deg);overflow: hidden;overflow:hidden !important;}

	
.blank_13{width:100%;height:100%;}
.blank_13 .zhengfang{width: calc(100% - 24px);height:100%;background:#ffcbaa;position: relative;display: inline-block; overflow: hidden !important;box-sizing: border-box;}
.blank_13 .jiao{box-sizing: border-box;width: 50px;height: 50px;background:#ffcbaa;position: absolute;top: calc(50% - 25px);right: 11px;display: inline-block; transform: rotate(45deg);overflow: hidden;overflow:hidden !important;}

	
.blank_16{width:100%;height:100%;}
.blank_16 .roundcs{width:100%;height:100%;background:#ffde5f;box-shadow: #d6b534 8px 8px 0;	box-sizing: border-box;}
.blank .view_contents{overflow: visible;}
.blank_new01 .view_contents{overflow: visible;}
.blank_01 .view_contents{overflow: visible;}
.blank_02 .view_contents{overflow: visible;}
.blank_03 .view_contents{overflow: visible;}
.blank_04 .view_contents{overflow: visible;}
.blank_05 .view_contents{overflow: visible;}
.blank_06 .view_contents{overflow: visible;}
.blank_07 .view_contents{overflow: visible;}
.blank_08 .view_contents{overflow: visible;}
.blank_09 .view_contents{overflow: visible;}
.blank_10 .view_contents{overflow: visible;}
.blank_11 .view_contents{overflow: visible;}
.blank_12 .view_contents{overflow: visible;}
.blank_13 .view_contents{overflow: visible;}
.blank_14 .view_contents{overflow: visible;}
.blank_15 .view_contents{overflow: visible;}
.blank_16 .view_contents{overflow: visible;}
.blank_17 .view_contents{overflow: visible;}
.blank_18 .view_contents{overflow: visible;}
.blank_19 .view_contents{overflow: visible;}
.blank_20 .view_contents{overflow: visible;}.blank_13{width:100%;height:100%;}
.blank_13 .zhengfang{width: calc(100% - 24px);height:100%;background:#ffcbaa;position: relative;display: inline-block; overflow: hidden !important;box-sizing: border-box;}
.blank_13 .jiao{box-sizing: border-box;width: 50px;height: 50px;background:#ffcbaa;position: absolute;top: calc(50% - 25px);right: 11px;display: inline-block; transform: rotate(45deg);overflow: hidden;overflow:hidden !important;}

	
.blank_13{width:100%;height:100%;}
.blank_13 .zhengfang{width: calc(100% - 24px);height:100%;background:#ffcbaa;position: relative;display: inline-block; overflow: hidden !important;box-sizing: border-box;}
.blank_13 .jiao{box-sizing: border-box;width: 50px;height: 50px;background:#ffcbaa;position: absolute;top: calc(50% - 25px);right: 11px;display: inline-block; transform: rotate(45deg);overflow: hidden;overflow:hidden !important;}

	

/* banner样式 */

.bannerStyle_1{width:100%; height:100%; position:relative;}
.bannerStyle_1 .main_visual{height:100%; overflow:hidden; position:relative; }

.bannerStyle_1 .main_image{height:100%; overflow:hidden; position:relative; }

/* 圆点 */
.bannerStyle_1 div.flicking_con{position:absolute; bottom:20px; left:0; z-index:999; width:100%; height:14px; text-align:center; z-index: 105;}
.bannerStyle_1 div.flicking_con a{width:14px; height:14px; padding:0; background:none; border:1px solid white; display:inline-block; box-sizing:border-box; margin:0 3px; border-radius:100%; }
.bannerStyle_1 div.flicking_con a.on{background:white; border:0;}

/* 左右按钮 */
.bannerStyle_1 .btn_prev,.bannerStyle_1 .btn_next{z-index:11111; position:absolute; width:73px; height:74px; top:50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); display:none; }
.bannerStyle_1 .btn_prev{background:url(../img/banner/style_01/hover_left.png) no-repeat left top; left:20px; background-size: 80%;}
.bannerStyle_1 .btn_next{background:url(../img/banner/style_01/hover_right.png) no-repeat right top; right:20px; background-size: 80%;}

/* 遮罩面板 */
.bannerStyle_1 .ground_glass{display:none; position:absolute; top:0; left:0; opacity:0; width:100%; height:100%; z-index:998; background-color:#fff;}

@media screen and  (min-width:326px) and (max-width:767px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
}
@media screen and  (max-width:640px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
	.bannerStyle_1 .btn_prev, .bannerStyle_1 .btn_next{width:53px; height:54px;}
}

/* 默认 动画效果 */
.bannerStyle_1 .main_image .img-list{width:100%; height:100%; overflow:hidden; position:absolute; top:0; left:0}
.bannerStyle_1 .main_image .img-item{position:absolute; width:100%; height:100%; display:block; top:0;}
.bannerStyle_1 .main_image .img-item span{display:block; width:100%; height:100%; background-size:cover !important;}
.bannerStyle_1 .main_image .img-item a{display:block; width:100%; height:100%; overflow: hidden;}

/* 3D矩形旋转 动画效果 */
.bannerStyle_1.rotate-3d .img-part{
	position: absolute;
	top: 0;
	width: calc(20% + 1px);	/* [注意] 修改为总宽度 / 动画块个数 */
	height: 100%;
	background-color: #fff;
	transition: all .7s;
	/* 设置子元素在3D空间中呈现 */
	transform-style: preserve-3d;
}
.bannerStyle_1.rotate-3d .img-part .img{
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: 500% auto;	/* [注意] 宽度 为 动画块个数 * 100%, 这样图片可以分若干份后始终100%, 如果不需要这样, 可以设置为cover */
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(1){
	transform: rotateX(0deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(2){
	transform: rotateX(-90deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(3){
	transform: rotateX(-180deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(4){
	transform: rotateX(-270deg) translateZ(150px);
}


.img_url{ position:absolute; width:100%; height:100%; left:0; top:0; display:block; z-index: 100;}
	
            #banner_style_01_1576833957862 .bannerStyle_1 .main_image .img-item .img_0{background: url('https://cdn.yun.sooce.cn/4/42941/jpeg/157683400428690087f32c26e9ae9.jpeg?version=0') center top no-repeat;}
                #banner_style_01_1576833957862 .bannerStyle_1 .main_image .img-item .img_1{background: url('https://cdn.yun.sooce.cn/4/42941/jpeg/15768340042886c256a7f3963a58c.jpeg?version=0') center top no-repeat;}
                #banner_style_01_1576833957862 .bannerStyle_1 .main_image .img-item .img_2{background: url('https://cdn.yun.sooce.cn/4/42941/jpeg/1576834004289d0e6be274ebd3b8e.jpeg?version=0') center top no-repeat;}
                #banner_style_01_1576833957862 .bannerStyle_1 .main_image .img-item .img_3{background: url('https://cdn.yun.sooce.cn/4/42941/jpeg/15768340042905f6b0cec79c7f4ef.jpeg?version=0') center top no-repeat;}
                #banner_style_01_1576833957862 .bannerStyle_1 .main_image .img-item .img_4{background: url('https://cdn.yun.sooce.cn/4/42941/jpeg/157683413799154eb7c9676a0ca7f.jpeg?version=0') center top no-repeat;}
                #banner_style_01_1576833957862 .bannerStyle_1 .ground_glass{}
    
    #banner_style_01_1576833957862 .bannerStyle_1 .main_image .img-item span{}
    @media screen and (min-width:641px) and (max-width:1200px) {
    #banner_style_01_1576833957862 .bannerStyle_1 .main_image .img-item span{}
    }

    @media screen and (max-width:640px) {
    #banner_style_01_1576833957862 .bannerStyle_1 .main_image .img-item span{}    }
.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_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_1577089101491 {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_1577089204137 {width: auto!important;}
		
	
/* banner样式 */

.bannerStyle_1{width:100%; height:100%; position:relative;}
.bannerStyle_1 .main_visual{height:100%; overflow:hidden; position:relative; }

.bannerStyle_1 .main_image{height:100%; overflow:hidden; position:relative; }

/* 圆点 */
.bannerStyle_1 div.flicking_con{position:absolute; bottom:20px; left:0; z-index:999; width:100%; height:14px; text-align:center; z-index: 105;}
.bannerStyle_1 div.flicking_con a{width:14px; height:14px; padding:0; background:none; border:1px solid white; display:inline-block; box-sizing:border-box; margin:0 3px; border-radius:100%; }
.bannerStyle_1 div.flicking_con a.on{background:white; border:0;}

/* 左右按钮 */
.bannerStyle_1 .btn_prev,.bannerStyle_1 .btn_next{z-index:11111; position:absolute; width:73px; height:74px; top:50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); display:none; }
.bannerStyle_1 .btn_prev{background:url(../img/banner/style_01/hover_left.png) no-repeat left top; left:20px; background-size: 80%;}
.bannerStyle_1 .btn_next{background:url(../img/banner/style_01/hover_right.png) no-repeat right top; right:20px; background-size: 80%;}

/* 遮罩面板 */
.bannerStyle_1 .ground_glass{display:none; position:absolute; top:0; left:0; opacity:0; width:100%; height:100%; z-index:998; background-color:#fff;}

@media screen and  (min-width:326px) and (max-width:767px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
}
@media screen and  (max-width:640px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
	.bannerStyle_1 .btn_prev, .bannerStyle_1 .btn_next{width:53px; height:54px;}
}

/* 默认 动画效果 */
.bannerStyle_1 .main_image .img-list{width:100%; height:100%; overflow:hidden; position:absolute; top:0; left:0}
.bannerStyle_1 .main_image .img-item{position:absolute; width:100%; height:100%; display:block; top:0;}
.bannerStyle_1 .main_image .img-item span{display:block; width:100%; height:100%; background-size:cover !important;}
.bannerStyle_1 .main_image .img-item a{display:block; width:100%; height:100%; overflow: hidden;}

/* 3D矩形旋转 动画效果 */
.bannerStyle_1.rotate-3d .img-part{
	position: absolute;
	top: 0;
	width: calc(20% + 1px);	/* [注意] 修改为总宽度 / 动画块个数 */
	height: 100%;
	background-color: #fff;
	transition: all .7s;
	/* 设置子元素在3D空间中呈现 */
	transform-style: preserve-3d;
}
.bannerStyle_1.rotate-3d .img-part .img{
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: 500% auto;	/* [注意] 宽度 为 动画块个数 * 100%, 这样图片可以分若干份后始终100%, 如果不需要这样, 可以设置为cover */
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(1){
	transform: rotateX(0deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(2){
	transform: rotateX(-90deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(3){
	transform: rotateX(-180deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(4){
	transform: rotateX(-270deg) translateZ(150px);
}


.img_url{ position:absolute; width:100%; height:100%; left:0; top:0; display:block; z-index: 100;}
	
            #banner_style_01_1575604499487 .bannerStyle_1 .main_image .img-item .img_0{background: url('https://cdn.yun.sooce.cn/4/42941/bmp/15756112708453fa434a576cd7fa3.bmp?version=0') center top no-repeat;}
                #banner_style_01_1575604499487 .bannerStyle_1 .main_image .img-item .img_1{background: url('https://cdn.yun.sooce.cn/4/42941/bmp/1575611270843c0650934b0fc5ac9.bmp?version=0') center top no-repeat;}
                #banner_style_01_1575604499487 .bannerStyle_1 .main_image .img-item .img_2{background: url('https://cdn.yun.sooce.cn/4/42941/bmp/1575611270838b8f173dd4a2be45e.bmp?version=0') center top no-repeat;}
                #banner_style_01_1575604499487 .bannerStyle_1 .main_image .img-item .img_3{background: url('https://cdn.yun.sooce.cn/4/42941/bmp/1575611323713336c2564f9c0d3b6.bmp?version=0') center top no-repeat;}
                #banner_style_01_1575604499487 .bannerStyle_1 .main_image .img-item .img_4{background: url('https://cdn.yun.sooce.cn/4/42941/bmp/15756113237127bfcf292a4342d79.bmp?version=0') center top no-repeat;}
                #banner_style_01_1575604499487 .bannerStyle_1 .main_image .img-item .img_5{background: url('https://cdn.yun.sooce.cn/4/42941/bmp/1575611323710c3f125b0ee22d2b7.bmp?version=0') center top no-repeat;}
                #banner_style_01_1575604499487 .bannerStyle_1 .main_image .img-item .img_6{background: url('https://cdn.yun.sooce.cn/4/42941/bmp/157561132370831cb61948cb36130.bmp?version=0') center top no-repeat;}
                #banner_style_01_1575604499487 .bannerStyle_1 .main_image .img-item .img_7{background: url('https://cdn.yun.sooce.cn/4/42941/jpg/15770879878131c5d12c6b77b15d0.jpg?version=0') center top no-repeat;}
                #banner_style_01_1575604499487 .bannerStyle_1 .main_image .img-item .img_8{background: url('https://cdn.yun.sooce.cn/4/42941/jpg/15770881564845da982cf5823e88e.jpg?version=0') center top no-repeat;}
                #banner_style_01_1575604499487 .bannerStyle_1 .main_image .img-item .img_9{background: url('https://cdn.yun.sooce.cn/4/42941/jpg/15770881564829bf09f2f293fd4d9.jpg?version=0') center top no-repeat;}
                #banner_style_01_1575604499487 .bannerStyle_1 .ground_glass{}
    
    #banner_style_01_1575604499487 .bannerStyle_1 .main_image .img-item span{}
    @media screen and (min-width:641px) and (max-width:1200px) {
    #banner_style_01_1575604499487 .bannerStyle_1 .main_image .img-item span{}
    }

    @media screen and (max-width:640px) {
    #banner_style_01_1575604499487 .bannerStyle_1 .main_image .img-item span{}    }
/*菜单样式*/
.menuStyle_11{width:100%; position:relative;}
.menuStyle_11 *{box-sizing: border-box;}
.menuStyle_11 .miniMenu *,
.menuStyle_11 .menuUl li *{
	-webkit-transition-duration:.2s; -moz-transition-duration:.2s; -o-transition-duration:.2s; transition-duration:.2s;
	-webkit-transition-property:background,height,padding; -moz-transition-property:background,height,padding; -moz-transition-property:background,height,padding; transition-property:background,height,padding;
	-webkit-transition-timing-function:ease-out; -moz-transition-timing-function:ease-out; -o-transition-timing-function:ease-out; transition-timing-function:ease-out;
}
.menuStyle_11 .dflex{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.menuStyle_11 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_11 ul,.menuStyle_11 li{padding:0;margin:0px;list-style:none}
.menuStyle_11 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_11 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_11 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_11 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_11 .menuUl>li{position:relative;}
.menuStyle_11 .menuUl>li>a{position: relative; text-decoration:none;font-size:14px; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #333; padding: 10px 0; padding: 10px 1em\0;}
.menuStyle_11 .menuUl>li>a:hover{background: rgba(0,0,0,.05);}
.menuStyle_11 .menuUl #hot>a{color: #2d93ff;}
.menuStyle_11 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_11 .menuUl #hot>a span{color:inherit;}
/*.menuStyle_11 .menuUl>li>a i{position: absolute; right: 10px; top: 50%; -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%);}*/
.menuStyle_11 .menuLayout .miniMenu{display:none;}
.menuStyle_11 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; background: #fff; width: 100%; height: 0; box-shadow: 0 0 8px rgba(0,0,0,0.2); transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_11 .menuUl>li>#menuLogo{height: 85%;}

.menuStyle_11 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;}
.menuStyle_11 .menuUl.noHover .rflex:hover .menuUl02{display: none;}

.menuStyle_11 .menuUl02 .subMenu02 {position: relative; color: #4d5158; font-size:14px; line-height: 40px; padding: 0 15px;}
.menuStyle_11 .menuUl02 .subMenu02.subCurSet{background: #2f94ff; color: #fff;}
.menuStyle_11 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_11 .menuUl02 .subMenu02:hover {background: #2d93ff; color: #fff;}
.menuStyle_11 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}
.menuStyle_11 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_11 .menuUl03{position: absolute; background: #2f94ff; /*left需要js获取二级的宽*/ top: 0; display: none; box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.22);}
.menuStyle_11 .menuUl03 .subMenu03{color: #fff; padding: 0 15px; line-height: 40px;}
.menuStyle_11 .menuUl03 .subMenu03:hover{background:rgba(0, 0, 0, 0.1);}
.menuStyle_11 .menuUl03 .subMenu03.thrCurSet{background: rgba(0, 0, 0, 0.1);}
.menuStyle_11 .menuUl03 .subMenu03>a{ color: inherit; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.menuStyle_11 .rflex { position: relative;}
.menuStyle_11 .maxWidth{margin: auto;}
.menuStyle_11 .menuUl03 .subMenu03.thrCurSet{background: rgba(0, 0, 0, 0.1);}

.menuStyle_11 .subBox{position: absolute; left: 0; /*top通过JS获取菜单高度*/ width: 100%; background: rgba(238, 238, 238, 0.85); display: none;}
.menuStyle_11 .subBox .subBoxContent{padding: 15px; text-align: left; overflow: hidden;}
.menuStyle_11 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_11 .subBox .sublm{float: left; width: calc(100% - 440px); min-height: 10px;}
.menuStyle_11 .subBox .sublm>div{clear: both; overflow: hidden; margin: 8px 0;}
.menuStyle_11 .subBox .subImgsbox{float: left; width: 440px;/*这个宽可被设置*/ height: 160px;}
.menuStyle_11 .subBox .subImgsbox>a{display: block; height: 100%; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}
.menuStyle_11 .subBox .subImgsbox>a:last-child{margin-left: 0;}
.menuStyle_11 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}
.menuStyle_11 .subBox .subImgsbox>a>div.subImg span{position: absolute; bottom: 0; left: 0; width: 100%; display: block; padding: 5px; background: rgba(255,255,255,.8); color: #333; font-size: 12px;}
.menuStyle_11 .subBox p{overflow: hidden; float: left;}
.menuStyle_11 .subBox p:first-child{margin-right: 10px; width: 100px;}
.menuStyle_11 .subBox p:last-child{width: calc(100% - 110px);}
.menuStyle_11 .subBox .subMenu02{font-size: 14px; margin-bottom: 5px; clear: both; color: #333; line-height: 28px;}
.menuStyle_11 .subBox .subMenu02.subCurSet{color: #2d93ff;}
.menuStyle_11 .subBox .subMenu02:hover,
.menuStyle_11 .subBox .subMenu02:active{color: #2d93ff;}
.menuStyle_11 .subBox .subMenu03{float: left; margin: 5px 20px 5px 0; font-size: 12px; color: #666;}
.menuStyle_11 .subBox .subMenu03:hover,
.menuStyle_11 .subBox .subMenu03:active{color: #2d93ff;}
.menuStyle_11 .subBox .subMenu03.thrCurSet{color: #2d93ff;}


/*图标*/
.menuStyle_11 .imgIco{vertical-align: middle; display:inline-block; overflow:hidden; position:relative; padding:15px;  box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}
.menuStyle_11 .imgIco img{width:auto; height:100%; vertical-align: top;  position:absolute; top:50%; left:50%;  transform:translateY(-50%) translateX(-50%); -webkit-transform:translateY(-50%) translateX(-50%); -moz-transform:translateY(-50%) translateX(-50%); -ms-transform:translateY(-50%) translateX(-50%); -o-transform:translateY(-50%);}




@media screen and (max-width:640px) {
.menuStyle_11 .imgIco{ margin-right:10px;}	
.menuStyle_11 .menuUl,
.menuStyle_11 .menuUl_box {display:none;}
.menuStyle_11 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_11 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_11 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_11 .miniMenu .leftBox{height: 100%;}
.menuStyle_11 .miniMenu .leftBox .sidebar{font-size:24px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_11 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_11 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_11 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;} 
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li a{width:calc(100% - 50px); float: left; display:block; text-align:left;color:inherit; text-decoration:none; font-size:inherit; line-height:inherit; height: inherit; white-space: nowrap;overflow: hidden; text-overflow: ellipsis;border-bottom:1px solid rgba(0,0,0,.2);} 
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; display: none; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit; background: rgba(0, 0, 0, 0.1);}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #fff;}
.menuStyle_11 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(23, 25, 29, 0.95); position: fixed; width: 100%; top: 0; left: 0; -webkit-transition: all linear .3s; -moz-transition: all linear .3s; -o-transition: all linear .3s; transition: all linear .3s;}
.menuStyle_11 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
.menuStyle_11 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


	
#dh_style_11_1530513342781 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@media screen and (min-width:640px) {
	#dh_style_11_1530513342781 .maxWidth{max-width:px;}
	#dh_style_11_1530513342781 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
	#dh_style_11_1530513342781 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	/* .menuUl>li>#menuLogo 这种查找会失败改为下面这种 2019.5.29 */
	#dh_style_11_1530513342781 .menuUl li #menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
}
.onlineStyle05 .main_box{ position: fixed; box-shadow: 0px 0px 15px rgba(0,0,0,.2); top: 50%; z-index: 100000000; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%);}
.onlineStyle05 .main_box .box_main_content{ background: #fff;}
.onlineStyle05 .interval{ height: 1px; background: #ccc; margin: 0 10px;}
.onlineStyle05 .item_box{ position: relative;}
.onlineStyle05 .item_box:hover .show_box{ display: block;}
.onlineStyle05 .item{ width: 16px; text-align: center; padding: 10px; margin: 7px 0; color: #808080;}
.onlineStyle05 .item .img{ background-repeat: no-repeat; width: 100%; height: 16px; background-size: 100% !important;}
.onlineStyle05 .item:hover{ background: rgb(42,140,240); color: #fff;}
.onlineStyle05 .item .text{ line-height: 1.2; font-size: 14px; margin-top: 5px; }

.onlineStyle05 .item .phone_icon{ background-image: url(../img/qqol/style_05/kefu_pc_gray.png);}
.onlineStyle05 .item:hover .phone_icon{ background-image: url(../img/qqol/style_05/kefu_pc_white.png);}

.onlineStyle05 .item .time_icon{ background-image: url(../img/qqol/style_05/time_pc_gray.png);}
.onlineStyle05 .item:hover .time_icon{ background-image: url(../img/qqol/style_05/time_pc_white.png);}

.onlineStyle05 .item .qr_icon{ background-image: url(../img/qqol/style_05/qr_pc_gray.png);}
.onlineStyle05 .item:hover .qr_icon{ background-image: url(../img/qqol/style_05/qr_pc_white.png);}

.onlineStyle05 .show_box{ display: none; position: absolute; right: 100%; top: 0; width: 220px; padding-bottom: 20px; }
.onlineStyle05 .show_box .contant{ background: rgb(42,140,240); border-radius: 10px 0 10px 10px; padding-bottom: 20px; max-height: 300px; overflow-y: scroll; overflow-x: hidden;}
.onlineStyle05 .show_box .contant::-webkit-scrollbar{ display: none;}
.onlineStyle05 .show_box .li_item{ padding: 12px 10px; overflow: hidden; border-bottom: 1px dashed rgba(255,255,255,.5); color: #fff; font-size: 14px; margin: 0 15px;}
.onlineStyle05 .show_box .li_item:last-of-type{ border-bottom: none;}
.onlineStyle05 .show_box .title{ border-bottom: 1px solid rgba(255,255,255,.5); text-align: center; padding: 14px 0; color: #fff; font-size: 14px;}
.onlineStyle05 .show_box .icon{ float: left; margin-top: 5px; vertical-align: top; width: 16px; height: 16px;}
.onlineStyle05 .show_box .icon .img{ width: 100%; height: 100%; background-repeat: no-repeat; background-size: 100%;}
.onlineStyle05 .show_box .text_contant{ float: left;  padding-left: 10px; width: calc( 100% - 16px); box-sizing: border-box; text-overflow: ellipsis; overflow: hidden;}
.onlineStyle05 .show_box .text_contant div{ word-break: break-all;}
.onlineStyle05 a{ color: #fff;}

.onlineStyle05 .show_box .icon .list_phone_icon{ background-image: url(../img/qqol/style_05/phone_pc.png);}
.onlineStyle05 .show_box .icon .list_wx_icon{ background-image: url(../img/qqol/style_05/wx_pc.png);}
.onlineStyle05 .show_box .icon .list_qq_icon{ background-image: url(../img/qqol/style_05/qq_pc.png);}
.onlineStyle05 .show_box .icon .list_mail_icon{ background-image: url(../img/qqol/style_05/mail_pc.png);}

.onlineStyle05 .time .contant{ color: #fff; border-radius: 50px 0 0 50px; padding: 0; height: 36px; text-align: center; line-height: 36px; font-size: 14px;}

.onlineStyle05 .qrcode .contant{ border-radius:10px 0 0 10px; padding: 20px 0 15px; text-align: center;}
.onlineStyle05 .qrcode .qrcode_img{ width: 135px; height: 135px; overflow: hidden; margin: 0 auto;}
.onlineStyle05 .qrcode .qrcode_img img{ width: 100%; }
.onlineStyle05 .qrcode .qr_text{ color: #fff; font-size: 16px; margin-top: 20px;}

@media screen and (max-width:640px) {
    .onlineStyle05 .item .phone_icon{ background-image: url(../img/qqol/style_05/kefu_mobile_gray.png);}
    .onlineStyle05 .item:hover .phone_icon{ background-image: url(../img/qqol/style_05/kefu_mobile_white.png);}

    .onlineStyle05 .item .time_icon{ background-image: url(../img/qqol/style_05/time_mobile_gray.png);}
    .onlineStyle05 .item:hover .time_icon{ background-image: url(../img/qqol/style_05/time_mobile_white.png);}

    .onlineStyle05 .item .qr_icon{ background-image: url(../img/qqol/style_05/qr_mobile_gray.png);}
    .onlineStyle05 .item:hover .qr_icon{ background-image: url(../img/qqol/style_05/qr_mobile_white.png);}

    .onlineStyle05 .show_box .icon .list_phone_icon{ background-image: url(../img/qqol/style_05/phone_mobile.png);}
    .onlineStyle05 .show_box .icon .list_wx_icon{ background-image: url(../img/qqol/style_05/wx_mobile.png);}
    .onlineStyle05 .show_box .icon .list_qq_icon{ background-image: url(../img/qqol/style_05/qq_mobile.png);}
    .onlineStyle05 .show_box .icon .list_mail_icon{ background-image: url(../img/qqol/style_05/mail_mobile.png);}
}
    #qqol_style_05_1566268787256 .contant{ background: ;}

            #qqol_style_05_1566268787256 .main_box{ right: 0;}
        #qqol_style_05_1566268787256 .show_box{ right: 100%;}
        #qqol_style_05_1566268787256 .show_box .contant{ border-radius: 10px 0 10px 10px;}
        #qqol_style_05_1566268787256 .time .contant{ border-radius: 50px 0 0 50px;}
        #qqol_style_05_1566268787256 .qrcode .contant{ border-radius:10px 0 0 10px;}
        #qqol_style_05_1566268787256 .item:hover{ background: ;}
    #qqol_style_05_1566268787256 .show_box{width: 220px;}

