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

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

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

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

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

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

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {

}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {

}
body{ background-position:left top; }



 #dh_style_28_1557365594888{width:100%;z-index:1000;position:absolute;left:0%;top:100px;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_28_1557365594888{z-index:999;left:0%;width:100%;top:95px;}}   @media screen and (max-width:640px) {#dh_style_28_1557365594888{width:12.533333333333333%;z-index:999;top:18.5px;left:87.46666666666667%;}} #dh_style_28_1557365594888 > .view_contents{overflow:visible;}  #dh_style_28_1557365594888 .mainMenuSet {color:#ffffff;font-size:16px;line-height:50px;font-weight:normal;} #dh_style_28_1557365594888 .mainMenuSet:hover {color:#ffffff;font-size:16px;background:#78cafe;font-weight:normal;} #dh_style_28_1557365594888 #hot>a {color:#ffffff;font-size:16px;background:#78cafe;font-weight:normal;} #dh_style_28_1557365594888 .subMenuSet {line-height:50px;} #dh_style_28_1557365594888 .thrMenuSet {line-height:50px;}

 #image_logo_1557816895080{width:298px;height:85px;position:absolute;left:0%;top:6.0000011920928955px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1557816895080{left:0%;width:271px;top:6.000000953674316px;}}   @media screen and (max-width:640px) {#image_logo_1557816895080{width:133px;height:50px;top:18.5px;left:0%;}} 

 #searchbox_style_03_1586945644978{width:40.166666666666664%;position:absolute;left:52.71354420979818%;top:25.99999964237213px;}   @media screen and (min-width:641px) and (max-width:1200px) {#searchbox_style_03_1586945644978{left:44.45917285259809%;width:48.72611464968153%;top:35.98750066757202px;}}   @media screen and (max-width:640px) {#searchbox_style_03_1586945644978{width:96%;top:74px;left:2%;}} #searchbox_style_03_1586945644978 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1557364647186{width:1200px;height:150px;position:absolute;top:0px;left:calc(50% - 600px);z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1557364647186{width:100%;left:0%;height:146px;top:1px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1557364647186{width:100%;height:110px;top:0px;left:0%;}} #div_a_includeBlock_1557364647186 > .view_contents{overflow:visible;} 

 #div_blank_new01_1557365923371{width:100%;height:50px;position:absolute;top:100px;left:0.0008229286439957157%;z-index:1;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1557365923371{top:96px;display:block;}}   @media screen and (max-width:640px) {#div_blank_new01_1557365923371{width:24.752475247524753%;height:50px;top:0px;left:37.62376237623762%;display:none;}}  #div_blank_new01_1557365923371  {box-sizing:border-box;} #div_blank_new01_1557365923371 .modSet {background:#2c9fe7;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1557365923371  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1557365923371  {box-sizing:border-box;}} #comm_layout_header{height:150px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:147.98750007152557px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:124px;}} #comm_layout_header > .view_contents{overflow:visible;} 


 #div_a_includeBlock_1557823857350{width:1200px;height:330px;position:absolute;top:0px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1557823857350{width:100%;height:220px;left:0%;top:0px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1557823857350{width:100%;height:100px;top:0%;left:0%;}}  #div_a_includeBlock_1557823857350  {} #layout_1557823857348{height:330px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1557823857348{height:220px;}}   @media screen and (max-width:640px) {#layout_1557823857348{height:100px;}} #layout_1557823857348 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1557823857348  {background: url(../img/upimages/1.2.png);background-position:50% 50% !important;background-repeat:no-repeat!important;background-size:auto 100%;}


 #text_style_01_1557455177585{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:95.98751831054688px;left:34.598960876464844%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1557455177585{top:91.00001525878906px;left:34.850213383566405%;}}   @media screen and (max-width:640px) {#text_style_01_1557455177585{width:96%;font-size:12px;color:#333;line-height:1.6;top:68px;left:2%;}}  #text_style_01_1557455177585>.view_contents {font-size:30px;line-height:32px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1557455177585>.view_contents {font-size:26px;line-height:28px;}} @media screen and (max-width:640px) { #text_style_01_1557455177585>.view_contents {font-size:18px;line-height:20px;}}

 #text_style_01_1557455198160{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:140.98751831054688px;left:34.598960876464844%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1557455198160{top:124.00001525878906px;left:34.850213383566405%;}}   @media screen and (max-width:640px) {#text_style_01_1557455198160{width:96%;font-size:12px;color:#333;line-height:1.6;top:96px;left:2%;}}  #text_style_01_1557455198160>.view_contents {text-align:center;font-size:14px;line-height:16px;color:#838383;}

 #text_style_01_1557455355983{width:42.16666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:329.2875061035156px;left:54.16979217529296%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1557455355983{left:55.566011430855646%;top:265.77500915527344px;width:41.46341463414634%;}}   @media screen and (max-width:640px) {#text_style_01_1557455355983{width:86.13333333333333%;font-size:12px;color:#333;line-height:1.6;top:131.1875px;left:6.9733332316080725%;}}  #text_style_01_1557455355983>.view_contents {text-align:justify;text-indent:2em;line-height:40px;font-size:21px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1557455355983>.view_contents {font-size:17px;line-height:30px;letter-spacing:0px;text-shadow:#d3d3d3 0px 0px 0px;font-family:Microsoft YaHei;font-weight:normal;text-decoration:none;writing-mode:lr;height:100%;}} @media screen and (max-width:640px) { #text_style_01_1557455355983>.view_contents {line-height:24px;font-size:13px;}}

 #image_style_01_1557455810295{width:44.333333333333336%;height:632px;position:absolute;top:193.28750610351562px;left:2.421875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1557455810295{left:2.7439024390243905%;top:167.7875213623047px;width:41.46341463414634%;height:461px;}}   @media screen and (max-width:640px) {#image_style_01_1557455810295{width:96%;height:428px;top:341px;left:2%;}} #image_style_01_1557455810295 > .view_contents{overflow:visible;} 

 #div_blank_new05_1594029699314{width:99.91666666666667%;position:absolute;top:874.9999847412109px;left:0.03125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1594029699314{left:0%;top:665.4125366210938px;width:943px;}}   @media screen and (max-width:640px) {#div_blank_new05_1594029699314{width:100%;top:785px;left:0%;}}  #div_blank_new05_1594029699314  {box-sizing:border-box;} #div_blank_new05_1594029699314 .roundcs {border-width:4px;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1594029699314  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1594029699314  {box-sizing:border-box;}}

 #div_blank_new06_1594037315916{height:625px;width:23.333333333333332%;position:absolute;top:193.28750610351562px;left:49.0749994913737%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new06_1594037315916{left:49.18743307491881%;top:167.7875213623047px;height:463px;}}   @media screen and (max-width:640px) {#div_blank_new06_1594037315916{height:100px;top:134px;left:2.8000000000000003%;width:354px;display:none;}}  #div_blank_new06_1594037315916  {box-sizing:border-box;} #div_blank_new06_1594037315916 .roundcs {border-width:2px;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new06_1594037315916  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new06_1594037315916  {box-sizing:border-box;}}


 #homelink_style_04_1594183814846{width:99.58333333333333%;position:absolute;left:0.4166666666666667%;top:17.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#homelink_style_04_1594183814846{left:0.7423117709437964%;width:99.25768822905621%;top:17.5px;}}   @media screen and (max-width:640px) {#homelink_style_04_1594183814846{display:none;}} #homelink_style_04_1594183814846 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1594183782849{width:100%;height:75px;position:absolute;top:-0.00000762939453125px;left:-0.008333841959635418%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1594183782849{}}   @media screen and (max-width:640px) {#div_a_includeBlock_1594183782849{width:100%;height:50px;top:0px;left:0%;display:none;}} 

 #homelink_style_02_1594183973929{width:33.33333333333333%;display:none;position:absolute;left:33.333333333333336%;top:18.23749542236328px;}   @media screen and (min-width:641px) and (max-width:1200px) {#homelink_style_02_1594183973929{width:41.62330905306972%;display:none;left:29.18834547346514%;top:18.23749542236328px;}}   @media screen and (max-width:640px) {#homelink_style_02_1594183973929{width:100%;display:block;top:18.23749542236328px;left:0%;}}  @media screen and (max-width:640px) { #homelink_style_02_1594183973929 .tabItemSet {font-size:13px;}} #layout_1557455133466{height:898.9999847412109px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1557455133466{height:689.4125366210938px;}}   @media screen and (max-width:640px) {#layout_1557455133466{height:810px;}} #layout_1557455133466 > .view_contents{overflow:visible;max-width:1200px;} 




 #image_style_01_1586951242440{width:151px;height:150px;position:absolute;left:67.49325759119267%;top:95px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1586951242440{left:68.56548036847796%;width:23.809523809523807%;top:19.487503051757812px;height:98px;}}   @media screen and (max-width:640px) {#image_style_01_1586951242440{top:17.525005340576172px;height:77px;width:80px;left:70.7744939182952%;}} #image_style_01_1586951242440 > .view_contents{overflow:visible;} 

 #text_style_01_1586951242445{width:25.510204081632654%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:12.97706534009461%;top:50.9375px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1586951242445{left:14.083332788376582%;width:25.476190476190474%;top:57.487510681152344px;}}   @media screen and (max-width:640px) {#text_style_01_1586951242445{width:23.333333333333332%;font-size:12px;color:#333;line-height:1.6;top:43.025001525878906px;left:11.095100864553315%;}}  #text_style_01_1586951242445>.view_contents {color:#333333;font-size:24px;line-height:26px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1586951242445>.view_contents {font-size:20px;line-height:22px;}} @media screen and (max-width:640px) { #text_style_01_1586951242445>.view_contents {font-size:18px;}}

 #text_style_01_1586951242448{width:50.53956834532374%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:7.901376146788991%;top:92.98751831054688px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1586951242448{left:7.9761904761904745%;width:84.04761904761905%;top:130.00000762939453px;}}   @media screen and (max-width:640px) {#text_style_01_1586951242448{width:83.86167146974063%;font-size:12px;color:#333;line-height:1.6;top:111.98751831054688px;left:8.043947961900695%;}}  #text_style_01_1586951242448>.view_contents {color:#838383;font-size:14px;line-height:24px;text-align:left;text-indent:2em;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1586951242448>.view_contents {font-size:14px;line-height:25px;text-align:justify;text-indent:2em;}} @media screen and (max-width:640px) { #text_style_01_1586951242448>.view_contents {font-size:12px;line-height:25px;text-align:justify;}}
 #div_a_includeBlock_1586951242365{width:47.59825327510917%;height:311px;position:absolute;top:145.43750762939453px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1586951242365{width:420px;height:318.00000762939453px;left:0%;top:145.43750190734863px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1586951242365{height:306px;top:85.01249694824219px;width:347px;left:calc(50% - 173.5px);}}  #div_a_includeBlock_1586951242365  {background:#f0f0f0;} @media screen and (max-width:640px) { #div_a_includeBlock_1586951242365  {background:#f0f0f0;}}

 #text_style_01_1586951415744{width:12.663755458515283%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:17.99603271484375px;left:43.66812227074236%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1586951415744{top:25.9920654296875px;left:43.666666666666664%;}}   @media screen and (max-width:640px) {#text_style_01_1586951415744{width:96%;font-size:12px;color:#333;line-height:1.6;top:13.987518310546875px;left:2%;}}  #text_style_01_1586951415744>.view_contents {font-size:30px;line-height:32px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1586951415744>.view_contents {font-size:26px;line-height:28px;}} @media screen and (max-width:640px) { #text_style_01_1586951415744>.view_contents {font-size:18px;line-height:20px;}}

 #text_style_01_1586951450910{width:12.05240174672489%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:69.9900894165039px;left:43.97379912663755%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1586951450910{top:77.98611450195312px;left:43.94444444444445%;}}   @media screen and (max-width:640px) {#text_style_01_1586951450910{width:96%;font-size:12px;color:#333;line-height:1.6;top:46.987518310546875px;left:2%;}}  #text_style_01_1586951450910>.view_contents {text-align:center;font-size:14px;line-height:16px;color:#838383;} @media screen and (max-width:640px) { #text_style_01_1586951450910>.view_contents {font-size:14px;}}


 #text_style_01_1586951283207{width:25.510204081632654%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:16.853217728641052%;top:50.9375px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1586951283207{left:16.440480550130207%;width:32.068965517241374%;top:57.48750305175781px;}}   @media screen and (max-width:640px) {#text_style_01_1586951283207{width:38.7434554973822%;font-size:12px;color:#333;line-height:1.6;top:34.49603271484375px;left:10.762735300285872%;}}  #text_style_01_1586951283207>.view_contents {color:#333333;font-size:24px;line-height:26px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1586951283207>.view_contents {font-size:20px;line-height:22px;}} @media screen and (max-width:640px) { #text_style_01_1586951283207>.view_contents {font-size:18px;}}

 #text_style_01_1586951283213{width:46.76258992805755%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:11.578237410071942%;top:104.98750305175781px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1586951283213{left:9.76190476190476%;width:80.47619047619048%;top:155px;}}   @media screen and (max-width:640px) {#text_style_01_1586951283213{width:85.46511627906976%;font-size:12px;color:#333;line-height:1.6;top:95px;left:7.179394647779658%;}}  #text_style_01_1586951283213>.view_contents {color:#838383;font-size:14px;line-height:24px;text-align:left;text-indent:2em;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1586951283213>.view_contents {font-size:14px;line-height:25px;text-align:justify;text-indent:2em;}} @media screen and (max-width:640px) { #text_style_01_1586951283213>.view_contents {font-size:12px;text-align:justify;line-height:25px;}}

 #image_style_01_1586951283216{width:27.15827338129496%;height:150px;position:absolute;left:67.33589446801933%;top:95px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1586951283216{width:100px;top:19.487503051757812px;height:98px;left:68.61309959774925%;}}   @media screen and (max-width:640px) {#image_style_01_1586951283216{left:74.12790697674419%;top:12.487495422363281px;height:70px;width:69px;}} #image_style_01_1586951283216 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1586951283127{width:47.59825327510917%;height:311px;position:absolute;top:145.43750762939453px;left:52.39082969432315%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1586951283127{width:46.666666666666664%;left:53.333333333333336%;top:145.43750953674316px;height:310px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1586951283127{height:242px;left:calc(50% - 173.5px);top:413.4499969482422px;width:347px;}}  #div_a_includeBlock_1586951283127  {background:#f0f0f0;} @media screen and (max-width:640px) { #div_a_includeBlock_1586951283127  {background:#f0f0f0;}}

 #div_blank_new06_1594029791550{height:310px;width:24.45414847161572%;position:absolute;left:48.94650655021834%;top:148.1875px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new06_1594029791550{left:48.63749991522895%;width:8.406954232541157%;top:145.43750953674316px;}}   @media screen and (max-width:640px) {#div_blank_new06_1594029791550{height:100px;top:713.5124969482422px;left:2.8000000000000003%;width:354px;display:none;}}  #div_blank_new06_1594029791550  {box-sizing:border-box;} #div_blank_new06_1594029791550 .roundcs {border-width:2px;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new06_1594029791550  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new06_1594029791550  {box-sizing:border-box;}}
 #div_a_includeBlock_1586950887492{width:95.41666666666667%;height:493px;position:absolute;top:12.220230102539062px;left:2.4145449271691253%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1586950887492{height:475px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1586950887492{width:96.00000000000003%;height:667px;top:0px;left:1.9999999999999858%;}} 

 #div_blank_new05_1594029589637{width:99.91666666666667%;position:absolute;top:528.4125061035156px;left:0.03333282470703125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1594029589637{top:511.4125061035156px;left:0.0331389183457052%;}}   @media screen and (max-width:640px) {#div_blank_new05_1594029589637{width:96%;top:687.9624938964844px;left:2%;}}  #div_blank_new05_1594029589637  {box-sizing:border-box;} #div_blank_new05_1594029589637 .roundcs {border-width:4px;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1594029589637  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1594029589637  {box-sizing:border-box;}} #layout_1586950668971{height:552.4125061035156px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1586950668971{height:535.4125061035156px;}}   @media screen and (max-width:640px) {#layout_1586950668971{height:711.9624938964844px;}} #layout_1586950668971 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1557456000596{width:12.666666666666668%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:38.98750305175781px;left:43.65833282470703%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1557456000596{top:50px;}}   @media screen and (max-width:640px) {#text_style_01_1557456000596{width:68%;font-size:12px;color:#333;line-height:1.6;top:13px;left:16%;}}  #text_style_01_1557456000596>.view_contents {font-size:30px;line-height:32px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1557456000596>.view_contents {font-size:26px;line-height:28px;}} @media screen and (max-width:640px) { #text_style_01_1557456000596>.view_contents {font-size:18px;line-height:20px;}}

 #text_style_01_1557456006090{width:14.249999999999998%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:95.99407958984375px;left:42.916666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1557456006090{top:83px;}}   @media screen and (max-width:640px) {#text_style_01_1557456006090{width:96%;font-size:12px;color:#333;line-height:1.6;top:44px;left:2%;}}  #text_style_01_1557456006090>.view_contents {text-align:center;font-size:14px;line-height:16px;color:#838383;} @media screen and (max-width:640px) { #text_style_01_1557456006090>.view_contents {font-size:14px;}}


 #div_blank_new06_1594029862821{height:454px;width:23.333333333333332%;position:absolute;left:49.125%;top:54.287506103515625px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new06_1594029862821{left:48.841463414950184%;width:7.7007700770077%;top:54.28750038146973px;}}   @media screen and (max-width:640px) {#div_blank_new06_1594029862821{left:calc(50% - 11px);top:34.287506103515625px;height:512px;}}  #div_blank_new06_1594029862821  {box-sizing:border-box;} #div_blank_new06_1594029862821 .roundcs {border-width:2px;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new06_1594029862821  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new06_1594029862821  {box-sizing:border-box;}}

 #div_blank_13_1594029901525{width:22.583333333333332%;height:455px;position:absolute;left:24.958333333333332%;top:54.287506103515625px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_13_1594029901525{left:20.222693531599177%;width:26.935312831389187%;top:54.28750038146973px;}}   @media screen and (max-width:640px) {#div_blank_13_1594029901525{width:163px;left:4.170000203450521%;top:76.28750610351562px;height:470px;}}  #div_blank_13_1594029901525  {box-sizing:border-box;} #div_blank_13_1594029901525 .modSet {background:#aad4ff;border-radius:30px;border-top-right-radius:0 !important;border-top-left-radius:0 !important;border-bottom-left-radius:0 !important;border-bottom-right-radius:0 !important;box-shadow: 0px 0px 0px ;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_13_1594029901525  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_13_1594029901525  {box-sizing:border-box;}}
/*----------------------电脑板式样式----------------------*/
#div_blank_13_1594029901525{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_13_1594029901525{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#div_blank_13_1594029901525{
		
	}
}

 #div_blank_13_1594029925442{width:22.583333333333332%;height:227px;position:absolute;left:52.42500305175781%;top:54.287498474121094px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_13_1594029925442{left:53.23170990636721%;width:27.041357370095444%;top:54.28750038146973px;}}   @media screen and (max-width:640px) {#div_blank_13_1594029925442{top:76.28749942779541px;left:52.96000162760417%;width:162px;}}  #div_blank_13_1594029925442  {box-sizing:border-box;} #div_blank_13_1594029925442 .modSet {background:#badbfc;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_13_1594029925442  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_13_1594029925442  {box-sizing:border-box;}}
/*----------------------电脑板式样式----------------------*/
#div_blank_13_1594029925442{
	transform:rotate(180deg);
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_13_1594029925442{
		transform:rotate(180deg);
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#div_blank_13_1594029925442{
		transform:rotate(180deg);
	}
}

 #div_blank_13_1594030128622{width:22.583333333333332%;height:169px;position:absolute;left:52.42500305175781%;top:340.7874984741211px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_13_1594030128622{width:26.935312831389187%;left:53.24231177125983%;top:340.7874927520752px;}}   @media screen and (max-width:640px) {#div_blank_13_1594030128622{left:53.22666829427083%;top:368.2874984741211px;width:162px;height:177px;}}  #div_blank_13_1594030128622  {box-sizing:border-box;} #div_blank_13_1594030128622 .modSet {background:#99cbfc;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_13_1594030128622  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_13_1594030128622  {box-sizing:border-box;}}
/*----------------------电脑板式样式----------------------*/
#div_blank_13_1594030128622{
	transform:rotate(180deg);
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_13_1594030128622{
		transform:rotate(180deg);
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#div_blank_13_1594030128622{
		transform:rotate(180deg);
	}
}

 #titleText_style_03_1594030348570{width:10.333333333333334%;position:absolute;left:12.5%;top:265.2875015735626px;}   @media screen and (min-width:641px) and (max-width:1200px) {#titleText_style_03_1594030348570{left:4.6089608447422785%;width:12.83138918345705%;top:264.2875003814697px;}}   @media screen and (max-width:640px) {#titleText_style_03_1594030348570{left:4.970000203450521%;top:36.287498474121094px;width:136px;}} 

 #titleText_style_03_1594036252296{width:10.333333333333334%;position:absolute;left:77.75833129882812%;top:150.7874984741211px;}   @media screen and (min-width:641px) and (max-width:1200px) {#titleText_style_03_1594036252296{width:12.83138918345705%;left:83.41198303318984%;top:150.78750038146973px;}}   @media screen and (max-width:640px) {#titleText_style_03_1594036252296{left:59.69000244140625%;top:36.287498474121094px;width:136px;}} 

 #text_style_01_1594036282136{width:14.499999999999998%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:28.258333841959637%;top:89.78750157356262px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594036282136{left:23.418610493236734%;width:18.451749734888654%;top:88.78750038146973px;}}   @media screen and (max-width:640px) {#text_style_01_1594036282136{width:30.133333333333333%;font-size:12px;color:#333;line-height:1.6;top:88.78749942779541px;left:7.6933334350585945%;}}  #text_style_01_1594036282136>.view_contents {line-height:30px;text-indent:2em;text-align:justify;}

 #titleText_style_03_1594036627600{width:10.333333333333334%;position:absolute;left:77.75833129882812%;top:408.2874984741211px;}   @media screen and (min-width:641px) and (max-width:1200px) {#titleText_style_03_1594036627600{width:122px;left:83.42921915419662%;top:408.7874927520752px;}}   @media screen and (max-width:640px) {#titleText_style_03_1594036627600{width:136px;left:59.86333414713542%;top:326.2874984741211px;}} 

 #text_style_01_1594036679947{width:15.25%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:57.17500305175781%;top:78.78749084472656px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594036679947{left:58.52730905801089%;width:19.406150583244962%;top:78.78750038146973px;}}   @media screen and (max-width:640px) {#text_style_01_1594036679947{width:27.200000000000003%;font-size:12px;color:#333;line-height:1.6;top:90.7874984741211px;left:64.22333577473958%;}}  #text_style_01_1594036679947>.view_contents {text-align:justify;line-height:30px;text-indent:2em;} @media screen and (max-width:640px) { #text_style_01_1594036679947>.view_contents {line-height:25px;text-indent:2em;}}

 #text_style_01_1594036685195{width:16.166666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:56.333333333333336%;top:366.2874984741211px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594036685195{left:58.22110415800758%;width:20.0424178154825%;top:351.28751373291016px;}}   @media screen and (max-width:640px) {#text_style_01_1594036685195{width:29.06666666666667%;font-size:12px;color:#333;line-height:1.6;top:382.7874984741211px;left:63.290002441406244%;}}  #text_style_01_1594036685195>.view_contents {line-height:30px;text-align:justify;text-indent:2em;} @media screen and (max-width:640px) { #text_style_01_1594036685195>.view_contents {text-indent:2em;line-height:25px;}}
 #div_a_includeBlock_1594029486323{width:100%;height:539px;position:absolute;top:128.29999923706055px;left:-0.008333841959635418%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1594029486323{}}   @media screen and (max-width:640px) {#div_a_includeBlock_1594029486323{width:100%;height:566px;top:74px;left:0%;}}  #layout_1557455993560{height:667.3000068664551px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1557455993560{height:667.2999877929688px;}}   @media screen and (max-width:640px) {#layout_1557455993560{height:640px;}} #layout_1557455993560 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1557457015977{height:46px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1557457015977{height:34px;}}   @media screen and (max-width:640px) {#layout_1557457015977{height:11px;}} #layout_1557457015977 > .view_contents{overflow:visible;max-width:1200px;} 

 #image_style_01_1557484550177{width:40px;height:40px;position:fixed;top:313px;left:calc(100% - 40px);z-index:99999999;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1557484550177{height:59px;display:none;width:6.145833333333333%;top:313px;left:93.85416666666667%;}}   @media screen and (max-width:640px) {#image_style_01_1557484550177{height:59px;display:none;width:15.526315789473685%;top:313px;left:84.47368421052632%;}} #image_style_01_1557484550177 > .view_contents{overflow:visible;} 
/*----------------------电脑板式样式----------------------*/
#image_style_01_1557484550177{
	bottom:0px;
        top:auto;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1557484550177{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#image_style_01_1557484550177{
		
	}
}
 #layout_1594023485680{height:1px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1594023485680{height:1px;}}   @media screen and (max-width:640px) {#layout_1594023485680{}} #layout_1594023485680 > .view_contents{overflow:visible;max-width:1200px;} 



 #text_style_01_1557375813720{width:62.16666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:18.916666666666668%;top:88.5px;z-index:1002;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1557375813720{left:8.112407211028632%;width:83.77518557794274%;top:82.5px;}}   @media screen and (max-width:640px) {#text_style_01_1557375813720{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:25%;}}  #text_style_01_1557375813720>.view_contents {color:#656565;font-size:14px;line-height:30px;text-align:left;text-indent:2em;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1557375813720>.view_contents {text-align:justify;}}

 #text_style_01_1557378719244{width:48.25%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:25.866666158040363%;top:196px;z-index:3;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1557378719244{left:22.428419936373277%;width:55.143160127253445%;top:195.99998474121094px;display:block;}}   @media screen and (max-width:640px) {#text_style_01_1557378719244{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:25%;display:block;}}  #text_style_01_1557378719244>.view_contents {color:#656565;line-height:28px;font-size:14px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1557378719244>.view_contents {font-size:14px;}}

 #image_logo_1593499195584{width:193px;height:75px;position:absolute;left:41.949999491373696%;top:0px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1593499195584{left:calc(50% - 121px);width:241px;top:0px;height:72px;}}   @media screen and (max-width:640px) {#image_logo_1593499195584{width:133px;height:50px;top:18.5px;left:0%;}} 

 #image_style_01_1557378894407{width:108px;height:106px;position:absolute;left:3.5145835876464844%;top:39.01251220703125px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1557378894407{left:8.378844599961475%;width:98px;top:196.00001525878906px;height:96px;}}   @media screen and (max-width:640px) {#image_style_01_1557378894407{width:200px;height:200px;top:0px;left:16.996699669967%;}} #image_style_01_1557378894407 > .view_contents{overflow:visible;} 

 #text_style_01_1557379013668{width:10.5%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:2.7645835876464844%;top:155px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1557379013668{left:6.956521577319311%;width:13.043478260869565%;top:315.51251220703125px;}}   @media screen and (max-width:640px) {#text_style_01_1557379013668{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:25%;}}  #text_style_01_1557379013668>.view_contents {color:#656565;font-size:14px;line-height:16px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1557379013668>.view_contents {font-size:14px;}}

 #text_style_01_1557379104195{width:6.5%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:88.33125559488933%;top:155px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1557379104195{width:71px;left:82.73064946066411%;top:315.5124969482422px;}}   @media screen and (max-width:640px) {#text_style_01_1557379104195{width:50%;font-size:12px;color:#333;line-height:1.6;top:16px;left:25%;}}  #text_style_01_1557379104195>.view_contents {color:#656565;font-size:14px;line-height:24px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1557379104195>.view_contents {font-size:14px;}}

 #div_blank_new01_1593498476568{width:8.833333333333334%;height:105px;position:absolute;left:87.16458892822266%;top:39.01251220703125px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1593498476568{left:81.23144269115978%;width:10.392364793213149%;top:196.00001525878906px;height:96px;}}   @media screen and (max-width:640px) {#div_blank_new01_1593498476568{width:75px;height:50px;top:0px;left:37.62376237623762%;}}  #div_blank_new01_1593498476568  {box-sizing:border-box;} #div_blank_new01_1593498476568 .modSet {background:#ffffff;opacity:1;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1593498476568  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1593498476568  {box-sizing:border-box;}}

 #image_style_01_1557378947401{width:7.833333333333334%;height:93px;position:absolute;left:87.66458892822266%;top:45.51251220703125px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1557378947401{left:82.04268681029626%;top:203.00001525878906px;width:84px;height:82px;}}   @media screen and (max-width:640px) {#image_style_01_1557378947401{width:66.006600660066%;height:200px;top:200px;left:16.996699669967%;}} #image_style_01_1557378947401 > .view_contents{overflow:visible;} 

 #qqol_style_01_1593513742095{width:17.5%;position:absolute;top:188.2125244140625px;left:82.49166615804036%;}   @media screen and (min-width:641px) and (max-width:1200px) {#qqol_style_01_1593513742095{}}   @media screen and (max-width:640px) {#qqol_style_01_1593513742095{width:69.3069306930693%;top:68.5px;left:15.346534653465348%;display:none;}} #qqol_style_01_1593513742095 > .view_contents{overflow:visible;} 

 #text_style_01_1593515233505{width:61.083333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:19.4499994913737%;top:188.2125244140625px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1593515233505{display:none;}}   @media screen and (max-width:640px) {#text_style_01_1593515233505{width:50%;font-size:12px;color:#333;line-height:1.6;top:68.5px;left:25%;}}  #text_style_01_1593515233505>.view_contents {color:#656565;line-height:28px;font-size:14px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1593515233505>.view_contents {font-size:14px;}}

 #text_style_01_1557379213022{width:31.75%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:287.2125244140625px;left:25.680208841959633%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1557379213022{width:321px;left:17.859226522111943%;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1557379213022{width:100%;font-size:12px;color:#333;line-height:1.6;top:194px;left:0%;}}  #text_style_01_1557379213022>.view_contents {color:#656565;line-height:43px;text-align:center;background:#282828;background-color:transparent;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1557379213022>.view_contents {font-size:14px;line-height:41px;}} @media screen and (max-width:640px) { #text_style_01_1557379213022>.view_contents {font-size:12px;line-height:39px;height:39px;}}

 #text_style_01_1593515384813{width:31.083333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:0px;left:0%;z-index:3;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1593515384813{width:34.04029692470838%;left:21.857105307715567%;top:336.00001525878906px;display:block;}}   @media screen and (max-width:640px) {#text_style_01_1593515384813{width:100%;font-size:12px;color:#333;line-height:1.6;top:0px;left:0%;display:block;}}  #text_style_01_1593515384813>.view_contents {color:#d5d5d5;line-height:43px;text-align:center;background:#282828;background-color:transparent;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1593515384813>.view_contents {font-size:14px;line-height:41px;color:#656565;}} @media screen and (max-width:640px) { #text_style_01_1593515384813>.view_contents {font-size:12px;line-height:39px;height:39px;}}

 #text_style_01_1593515472170{width:25.344644750795336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:342.0000305175781px;left:37.32767762460233%;z-index:3;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1593515472170{width:18.66383881230117%;left:59.001857073916355%;top:342.00001525878906px;display:block;}}   @media screen and (max-width:640px) {#text_style_01_1593515472170{width:50%;font-size:12px;color:#333;line-height:1.6;top:68.5px;left:25%;display:block;}}  #text_style_01_1593515472170>.view_contents {color:#d5d5d5;background-color:transparent;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1593515472170>.view_contents {color:#656565;}}

 #text_style_01_1587692420816{width:14.499999999999998%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:293.7124938964844px;left:58.59791819254557%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1587692420816{width:239px;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1587692420816{width:50%;font-size:12px;color:#333;line-height:1.6;top:194px;left:25%;}}  #text_style_01_1587692420816>.view_contents {color:#656565;background-color:transparent;}

 #text_style_01_1594023989310{width:8.333333333333332%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:17.364583333333332%;top:35px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594023989310{left:8.828207847295864%;width:10.604453870625663%;top:37px;}}   @media screen and (max-width:640px) {#text_style_01_1594023989310{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:25%;}}  #text_style_01_1594023989310>.view_contents {color:#656565;font-size:14px;text-align:center;}

 #text_style_01_1594024098458{width:8.333333333333332%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:25.697919209798176%;top:35px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594024098458{width:10.604453870625663%;left:19.761400435155423%;top:37px;}}   @media screen and (max-width:640px) {#text_style_01_1594024098458{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:0%;}}  #text_style_01_1594024098458>.view_contents {color:#656565;font-size:14px;text-align:center;}

 #text_style_01_1594024171536{width:8.333333333333332%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:33.61666615804037%;top:35px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594024171536{width:10.604453870625663%;left:30.455992810925903%;top:37px;}}   @media screen and (max-width:640px) {#text_style_01_1594024171536{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:0%;}}  #text_style_01_1594024171536>.view_contents {color:#656565;font-size:14px;text-align:center;}

 #text_style_01_1594024265432{width:8.333333333333332%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:58.11666615804037%;top:35px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594024265432{width:10.604453870625663%;left:59.97879497572575%;top:37px;}}   @media screen and (max-width:640px) {#text_style_01_1594024265432{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:0%;}}  #text_style_01_1594024265432>.view_contents {color:#656565;font-size:14px;text-align:center;}

 #text_style_01_1594024307511{width:8.333333333333332%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:66.4499994913737%;top:35px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594024307511{width:10.604453870625663%;left:70.87089077412513%;top:37px;}}   @media screen and (max-width:640px) {#text_style_01_1594024307511{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:0%;}}  #text_style_01_1594024307511>.view_contents {color:#656565;font-size:14px;text-align:center;}

 #text_style_01_1594024350667{width:8.333333333333332%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:74.78229014078775%;top:35px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594024350667{width:10.604453870625663%;left:81.61452810180275%;top:37px;}}   @media screen and (max-width:640px) {#text_style_01_1594024350667{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:0%;}}  #text_style_01_1594024350667>.view_contents {color:#656565;font-size:14px;text-align:center;}
 #div_a_includeBlock_1557372820500{width:1200px;height:341px;position:absolute;top:0px;left:calc(50% - 600px);display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1557372820500{width:100%;left:0%;top:-0.3874969482421875px;height:391px;display:block;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1557372820500{width:100%;height:300px;top:0px;left:0%;display:none;}} #div_a_includeBlock_1557372820500 > .view_contents{overflow:visible;} 

 #text_style_01_1593511854086{width:24.072869225764475%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;display:none;position:absolute;left:37.96356538711776%;top:61.637489318847656px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1593511854086{width:38.50156087408949%;display:none;left:30.749219562955254%;top:61.637489318847656px;}}   @media screen and (max-width:640px) {#text_style_01_1593511854086{width:100%;font-size:12px;color:#333;line-height:1.6;display:block;top:66px;left:0%;}}  @media screen and (max-width:640px) { #text_style_01_1593511854086>.view_contents {color:#656565;text-align:center;font-size:10px;}}

 #image_style_01_1593511948398{width:30.709173715029277%;height:200px;display:none;position:absolute;left:34.64541314248536%;top:15.037483215332031px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1593511948398{width:49.115504682622266%;height:200px;display:none;left:25.442247658688867%;top:15.037483215332031px;}}   @media screen and (max-width:640px) {#image_style_01_1593511948398{width:20%;height:74px;display:block;top:17px;left:3.343333435058594%;}} #image_style_01_1593511948398 > .view_contents{overflow:visible;} 

 #div_blank_new01_1593512165443{width:13.012361743656472%;height:200px;display:none;position:absolute;left:43.493819128171765%;top:32.03748321533203px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1593512165443{width:31.21748178980229%;height:200px;display:none;left:34.391259105098854%;top:32.03748321533203px;}}   @media screen and (max-width:640px) {#div_blank_new01_1593512165443{width:19.733333333333334%;height:74px;display:block;top:17px;left:76.55%;}}  #div_blank_new01_1593512165443  {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1593512165443  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1593512165443  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1593512165443 .modSet {background:#ffffff;}}

 #image_style_01_1593512230682{width:30.709173715029277%;height:200px;display:none;position:absolute;left:34.64541314248536%;top:9.037483215332031px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1593512230682{width:49.115504682622266%;height:200px;display:none;left:25.442247658688867%;top:9.037483215332031px;}}   @media screen and (max-width:640px) {#image_style_01_1593512230682{width:16.53333333333333%;height:63px;display:block;top:22.5px;left:78.11000162760416%;}} #image_style_01_1593512230682 > .view_contents{overflow:visible;} 

 #text_style_01_1593512514567{width:24.072869225764475%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;display:none;position:absolute;left:37.96356538711776%;top:103.63748931884766px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1593512514567{width:38.50156087408949%;display:none;left:30.749219562955254%;top:103.63748931884766px;}}   @media screen and (max-width:640px) {#text_style_01_1593512514567{width:18.666666666666668%;font-size:12px;color:#333;line-height:1.6;display:block;top:98.625px;left:3.876666768391927%;}}  @media screen and (max-width:640px) { #text_style_01_1593512514567>.view_contents {font-size:10px;color:#656565;}}

 #text_style_01_1593512586155{width:24.072869225764475%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;display:none;position:absolute;left:0.6506180871828237%;top:101px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1593512586155{width:38.50156087408949%;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1593512586155{width:14.133333333333335%;font-size:12px;color:#333;line-height:1.6;display:block;top:98px;left:79.58999837239583%;}}  @media screen and (max-width:640px) { #text_style_01_1593512586155>.view_contents {font-size:10px;color:#656565;}}

 #image_logo_1593513160799{width:13.012361743656472%;height:200px;display:none;position:absolute;left:43.493819128171765%;top:21.437477111816406px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1593513160799{width:20.81165452653486%;height:200px;display:none;left:39.594172736732574%;top:21.437477111816406px;}}   @media screen and (max-width:640px) {#image_logo_1593513160799{width:53.333333333333336%;height:66px;display:block;top:0.375px;left:23.333333333333332%;}} 

 #text_style_01_1593512642047{width:24.072869225764475%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;display:none;position:absolute;left:37.96356538711776%;top:208.63748931884766px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1593512642047{width:38.50156087408949%;display:none;left:30.749219562955254%;top:208.63748931884766px;}}   @media screen and (max-width:640px) {#text_style_01_1593512642047{width:57.333333333333336%;font-size:12px;color:#333;line-height:1.6;display:block;top:128.62503051757812px;left:7.35%;}}  @media screen and (max-width:640px) { #text_style_01_1593512642047>.view_contents {color:#656565;font-size:8px;}}

 #text_style_01_1593512877147{width:24.072869225764475%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;display:none;position:absolute;left:37.96356538711776%;top:213.63748931884766px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1593512877147{width:38.50156087408949%;display:none;left:30.749219562955254%;top:213.63748931884766px;}}   @media screen and (max-width:640px) {#text_style_01_1593512877147{width:27.200000000000003%;font-size:12px;color:#333;line-height:1.6;display:block;top:128.62503051757812px;left:67.46000162760417%;}}  @media screen and (max-width:640px) { #text_style_01_1593512877147>.view_contents {color:#656565;font-size:8px;}} #comm_layout_footer{height:341px;z-index:9998;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:390.6125030517578px;z-index:99990;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:162.62503051757812px;}} #comm_layout_footer > .view_contents{overflow:visible;}  #comm_layout_footer  {background:#333333;} #comm_layout_footer>.view_contents {}
/*----------------------电脑板式样式----------------------*/
#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{
		
	}
}
.menuStyle_28{width:100%; position:relative;}
.menuStyle_28 *{box-sizing: border-box;}
.menuStyle_28 .miniMenu *,
.menuStyle_28 .menuUl li *{
	-webkit-transition-duration:.2s; -moz-transition-duration:.2s; -o-transition-duration:.2s; transition-duration:.2s;
	-webkit-transition-property:background,height,padding; -moz-transition-property:background,height,padding; -moz-transition-property:background,height,padding; transition-property:background,height,padding;
	-webkit-transition-timing-function:ease-out; -moz-transition-timing-function:ease-out; -o-transition-timing-function:ease-out; transition-timing-function:ease-out;
}
.menuStyle_28 .dflex{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.menuStyle_28 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_28 ul,.menuStyle_28 li{padding:0;margin:0px;list-style:none}
.menuStyle_28 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_28 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_28 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_28 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_28 .menuUl>li{position:relative;}
.menuStyle_28 .menuUl>li>a{ background: rgba(0,0,0,0.0); position: relative; text-decoration:none;font-size:16px;font-weight: bold; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #17233d; line-height:44px; padding: 0; padding: 0 1em\0;}
.menuStyle_28 .menuUl>li>a:hover{ color:#750406;}
.menuStyle_28 .menuUl #hot>a{color:#750406;}
.menuStyle_28 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_28 .menuUl #hot>a span{color:inherit;}
.menuStyle_28 .menuLayout .miniMenu{display:none;}
.menuStyle_28 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; width: 100%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_28 .menuUl>li>#menuLogo{height: 85%;}

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

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

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

.menuStyle_28 .imgIco{vertical-align: middle; display:inline-block; overflow:hidden; position:relative; padding:15px;  box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}
.menuStyle_28 .imgIco img{width:auto; height:100%; vertical-align: top;  position:absolute; top:50%; left:50%;  transform:translateY(-50%) translateX(-50%); -webkit-transform:translateY(-50%) translateX(-50%); -moz-transform:translateY(-50%) translateX(-50%); -ms-transform:translateY(-50%) translateX(-50%); -o-transform:translateY(-50%);}

@media screen and (max-width:640px) {
.menuStyle_28 .imgIco{ margin-right:10px;}
.menuStyle_28 .menuUl,
.menuStyle_28 .menuUl_box {display:none;}
.menuStyle_28 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_28 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_28 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_28 .miniMenu .leftBox{height: 100%;}
.menuStyle_28 .miniMenu .leftBox .sidebar{font-size:24px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_28 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_28 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_28 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;padding: 0;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy{width: calc(100% - 50px);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy li a{padding-left: 30px;box-sizing: border-box;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy li a{padding-left: 60px;box-sizing: border-box;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li a{width:calc(100% - 50px); float: left; display:block; text-align:left;color:inherit; text-decoration:none; font-size:inherit; line-height:inherit; height: inherit; white-space: nowrap;overflow: hidden; text-overflow: ellipsis;border-bottom:1px solid rgba(0,0,0,.2);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit; background: rgba(0, 0, 0, 0.1);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li.subMenuSet#subCurSet>a,
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li#thrCurSet>a{border-bottom: 1px solid #fff;}
.menuStyle_28 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(23, 25, 29, 0.95); position: fixed; width: 100%; top: 0; left: 0; -webkit-transition: all linear .3s; -moz-transition: all linear .3s; -o-transition: all linear .3s; transition: all linear .3s;}
.menuStyle_28 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
.menuStyle_28 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


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

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

.logoStyle *{box-sizing: border-box;}
.logoStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.logoStyle>a{overflow: hidden; width: 100%;height: 100%; display: block;}
.logoName{white-space: nowrap;} 
/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/
.searchStyle_3{ width: 100%;}
.searchStyle_3 .searchForm{ overflow: hidden;}
.searchStyle_3 .search_input{ float: left; width: calc( 100% - 90px); background-color: #eee; font-size: 14px; color: #1c78e7; border: 0; height: 45px; line-height: 45px; vertical-align: top; border-radius: 5px; padding: 0 10px; box-sizing: border-box;}
.searchStyle_3 .search-btn{ float: right; width: 80px; background-color: #1c78e7; color: #fff; text-align: center; height: 45px; font-size: 20px; border: none; border-radius: 5px; cursor: pointer;}
.searchStyle_3 .keyWord{ overflow: hidden;}
.searchStyle_3 .keyWord a{ font-size: 14px; line-height: 2;margin-right: 5px; color: #666; float: left;}
.searchStyle_3 .keyWord a:hover{ color: #1c78e7;}

@media screen and (max-width:640px) {
    .searchStyle_3 .search_input{ width: calc( 100% - 65px); font-size: 12px; height: 35px; line-height: 35px;}
    .searchStyle_3 .search-btn{ width: 55px; font-size: 16px; height: 35px;}
    .searchStyle_3 .keyWord a{ font-size: 12px; line-height: 2;}
}
	#searchbox_style_03_1586945644978 input::-webkit-input-placeholder{ color: ;}
	#searchbox_style_03_1586945644978 input::-moz-input-placeholder{ color: ;}
	#searchbox_style_03_1586945644978 input::-o-input-placeholder{ color: ;}
	.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}
	#image_style_01_1557455810295 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1557455810295 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1557455810295 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1557455810295 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
.blank_new05.blank_area {
  width:100%;
	padding-top: 10px;padding-bottom: 10px;
}
.blank_new05 .roundcs {
  position: relative;
	
	border-bottom: none!important;
	border-right: none!important;
	border-left: none!important;
	border:1px solid #1badf8;
}
	.blank_new06.blank_area {
	height: 100%;padding-left: 10px;padding-right: 10px;
}
.blank_new06 .roundcs {
	float: left;
	height: 100%;
  position: relative;
	border:1px solid #1badf8;
	border-top: none!important;
	border-right: none!important;
	border-bottom: none!important;
}
			#div_blank_new06_1594037315916 {width: auto!important;}
		
	.homelink_style04 { width: 100%;}
.homelink_style04 .home-icon{ position: relative; z-index: 999; width: 50px; height: 40px; line-height: 40px; text-align: center; padding: 10px 15px; transform: skewX(-15deg); background: rgb(238,244,251); display: inline-block; vertical-align: middle; box-sizing: border-box;}
.homelink_style04 .home-icon img{ width: 100%; transform: skewX(15deg);}
.homelink_style04 .link_ul.pc{ display: inline-block;}
.homelink_style04 .link_li { display: inline-block; position: relative; vertical-align: middle; }
.homelink_style04 .link_li>a{ height: 40px; line-height: 40px; padding: 0 20px; transform: skewX(-15deg); font-size: 14px; color: #333; background: #fff; display: inline-block; vertical-align: middle; box-sizing: border-box;}
.homelink_style04 .link_li>a span{ display: block; transform: skewX(15deg); }
.homelink_style04 .link_li.on>a{ background: #08f; color: #fff;}
.homelink_style04 .getImg2{background: url(../img/homelink/style_04/icon2.png) no-repeat center;}
.homelink_style04 .link_ul.mobile{ display: none;}
@keyframes slidedown{
    from {
        transform: rotateX(90deg);
    }
    to {
        transform: rotateX(0deg);
    }
}

@keyframes slideup{
    from {
        transform: rotateX(0deg);
    }
    to {
        transform: rotateX(90deg);
    }
}

@media screen and (max-width:640px) {
    .homelink_style04 .link_ul.pc{ display: none;}
    .homelink_style04 .link_li{ left: 0 !important;}
    .homelink_style04 .link_li>a{ padding: 0 20px; font-size: 12px;}
    .homelink_style04 .home-icon{ display: block; width: 40px; height: 30px; line-height: 30px; padding: 5px 10px;}
    .homelink_style04 .link_ul.mobile{ display: block; height: 0; min-width: 100%; position: relative; transform: rotateX(90deg); transform-origin: top; transition: all .3s;}
    .homelink_style04 .link_li{ display: block; max-width: 100%;}
    .homelink_style04 .hasBefore:before{ display: none;}
    .homelink_style04 .link_li>a{ max-width: 100%; height: 30px; line-height: 30px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-top: 5px;}

    .homelink_style04 .mobile.slideDown{ animation: slidedown .3s; transform: rotateX(0deg);}
    .homelink_style04 .mobile.slideUp{ animation: slideup .3s; transform: rotateX(90deg);}
}

#homelink_style_04_1594183814846 .breadcrumb > li + li:before { content: "/\00a0"; }
#homelink_style_04_1594183814846 .hasBefore:before{ content: '/'; color: #666; position: absolute; left: 0; top: 50%; transform: translateY(-50%) skewX(15deg); -webkit-transform: translateY(-50%) skewX(15deg); -moz-transform: translateY(-50%) skewX(15deg); -o-transform: translateY(-50%) skewX(15deg);}
.homelink_style02 { width: 100%;}
.homelink_style02 .link_ul{font-size: 0;}
.homelink_style02 .link_li { display: inline-block; position: relative; vertical-align: middle;}
.homelink_style02 .link_li .home-icon{ width: 20px; display: inline-block; vertical-align: middle;}
.homelink_style02 .link_li:first-of-type>a{ padding-left: 0;}
.homelink_style02 .link_li>a { display: inline-block; padding: 0 10px; position: relative; font-size: 14px; vertical-align: middle; box-sizing: border-box;}
.homelink_style02 .link_li span{ color: #666;z-index: 100; font-size: 14px;}
.homelink_style02 .link_li.on>a,.homelink_style02 .link_li>a:hover{ color: #08f;}

@media screen and (max-width:767px){
	.homelink_style02 .link_ul{overflow-x: scroll;white-space: nowrap;}
	.homelink_style02 .link_ul::-webkit-scrollbar{display: none;} 
}#homelink_style_02_1594183973929 .breadcrumb > li + li:before { content: "/\00a0"; }
	#image_style_01_1586951242440 .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_1586951242440 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1586951242440 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1586951242440 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_1586951283216 .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_1586951283216 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1586951283216 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1586951283216 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_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_1594029791550 {width: auto!important;}
		
	.blank_new05.blank_area {
  width:100%;
	padding-top: 10px;padding-bottom: 10px;
}
.blank_new05 .roundcs {
  position: relative;
	
	border-bottom: none!important;
	border-right: none!important;
	border-left: none!important;
	border:1px solid #1badf8;
}
	.blank_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_1594029862821 {width: auto!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_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;}

	
.titleStyle_3 .container_l{
	background-color: #2d8cf0;
    border-radius: 5px;
    color: #fff;
    height: 100%;
    width: 30px;
    float: left;
    margin-top: 3px;
    font-size: 18px;
    padding: 2px;
    text-align: center;
}
.titleStyle_3 .container_r{
	float: right;
    width: calc(100% - 50px);
}
.titleStyle_3 .container_r .title_content{
	font-size: 14px;
	color: #000000;
	text-align: right
}
.titleStyle_3 .container_r .line_t{
	width: 50%;
    text-align: right;
    margin-right: 0;
    position: absolute;
    right: 0;
    margin-top: 4px;
    border-top: 2px solid #2d8cf0;
}
.titleStyle_3 .container_r .line_b{
	width: 100%;
    margin-top: 9px;
    border-top: 2px solid #2d8cf0;
}

	
.titleStyle_3 .container_l{
	background-color: #2d8cf0;
    border-radius: 5px;
    color: #fff;
    height: 100%;
    width: 30px;
    float: left;
    margin-top: 3px;
    font-size: 18px;
    padding: 2px;
    text-align: center;
}
.titleStyle_3 .container_r{
	float: right;
    width: calc(100% - 50px);
}
.titleStyle_3 .container_r .title_content{
	font-size: 14px;
	color: #000000;
	text-align: right
}
.titleStyle_3 .container_r .line_t{
	width: 50%;
    text-align: right;
    margin-right: 0;
    position: absolute;
    right: 0;
    margin-top: 4px;
    border-top: 2px solid #2d8cf0;
}
.titleStyle_3 .container_r .line_b{
	width: 100%;
    margin-top: 9px;
    border-top: 2px solid #2d8cf0;
}

	
.titleStyle_3 .container_l{
	background-color: #2d8cf0;
    border-radius: 5px;
    color: #fff;
    height: 100%;
    width: 30px;
    float: left;
    margin-top: 3px;
    font-size: 18px;
    padding: 2px;
    text-align: center;
}
.titleStyle_3 .container_r{
	float: right;
    width: calc(100% - 50px);
}
.titleStyle_3 .container_r .title_content{
	font-size: 14px;
	color: #000000;
	text-align: right
}
.titleStyle_3 .container_r .line_t{
	width: 50%;
    text-align: right;
    margin-right: 0;
    position: absolute;
    right: 0;
    margin-top: 4px;
    border-top: 2px solid #2d8cf0;
}
.titleStyle_3 .container_r .line_b{
	width: 100%;
    margin-top: 9px;
    border-top: 2px solid #2d8cf0;
}

	

	#image_style_01_1557484550177 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1557484550177 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1557484550177 .CompatibleImg img{width:100%; height:100%}}
.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
.logoStyle *{box-sizing: border-box;}
.logoStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.logoStyle>a{overflow: hidden; width: 100%;height: 100%; display: block;}
.logoName{white-space: nowrap;} 
/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/

	#image_style_01_1557378894407 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1557378894407 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1557378894407 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1557378894407 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}
	#image_style_01_1557378947401 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1557378947401 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1557378947401 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1557378947401 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

/* 清除浮动 */
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1}

.online-service-style01{ display:none }
.online-service .wrapper{ padding:5px 0; background-color:#fff }
.online-service .close,.online-service .button{
    -webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;
}
.online-service.right .button div{ text-align:right; padding-right:5px }
.online-service.left .button div{ text-align:left; padding-left:5px }
.online-service .header, .online-service .footer{
    height:25px; line-height:25px;
    padding:0 .5em;
}
.online-service .header{ border-bottom:1px solid #eee }
.online-service .footer{ border-top:1px solid #eee; font-size:12px }
.online-service.right .footer{ text-align:right }
.online-service.left .footer{ text-align:left }
.online-service .content{ padding:.5em 1em }

.ol-qq-online .qq-btn{ float:left; margin-right:.5em }
.ol-qq-online .qq-btn img{ float:left }
.ol-qq-online{ line-height:25px }

.ol-image img{ width:100% }

/*----------------------电脑板式样式----------------------*/
body > .online-service{display:block !important;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    body > .online-service{display:block !important;}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
    body > .online-service{display:none !important;}
}




	#image_style_01_1593511948398 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1593511948398 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1593511948398 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1593511948398 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}
	#image_style_01_1593512230682 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1593512230682 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1593512230682 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1593512230682 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;}
.logoStyle *{box-sizing: border-box;}
.logoStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.logoStyle>a{overflow: hidden; width: 100%;height: 100%; display: block;}
.logoName{white-space: nowrap;} 
/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/

				.bottomMenu{width: 100%; box-sizing:border-box; display: none;position:fixed;bottom:0; z-index:999999;}

				.bottomMenu ul{position: relative; box-sizing: border-box; width: 100%; height: 50px; background-color: #FFFFFF; border-top: 1px solid #ddd; box-shadow: 0 0px 6px rgba(0,0,0,.1); display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
				.bottomMenu ul li{position:relative; box-sizing: border-box; -webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;}
				.bottomMenu ul li .menuItem{position: relative;}
				.bottomMenu ul li .menuIco{width: 26px; height: 26px; overflow: hidden; margin: 0 auto 4px;}
				.bottomMenu ul li .menuIco img{width: 100%; height: 100%;padding:2px 1px 0;box-sizing:border-box;}
				.bottomMenu ul li .menuName{font-size: 12px; white-space: nowrap; margin: auto; text-align: center; color: #808080; line-height: 1;font-family:Microsoft YaHei;}
				.bottomMenu ul li .submenuItems{position: absolute; bottom: 48px; z-index:999999; width: 100%; text-align: center; border: 1px solid #ddd; background-color: #fff; box-shadow: 0 0px 6px rgba(0,0,0,.1);}
				.bottomMenu ul li .submenuItems a{display: block; height: 36px; line-height: 36px; font-size: 12px; color: #333; border-bottom: 1px solid #ddd; }
				@media screen and (max-width:767px) {
					.bottomMenu{display: block;}
					
					body{padding-bottom:55px!important;}
				}
				