
/**
    *编辑器         \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; }


 #div_blank_new01_1562727873202{width:1920px;height:80px;position:absolute;top:118px;left:calc(50% - 960px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1562727873202{}}   @media screen and (max-width:640px) {#div_blank_new01_1562727873202{width:96%;height:50px;top:216px;left:2%;display:none;}} #div_blank_new01_1562727873202 > .view_contents{overflow:visible;}  #div_blank_new01_1562727873202  {box-sizing:border-box;} #div_blank_new01_1562727873202 .modSet {background:#333333;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1562727873202  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1562727873202  {box-sizing:border-box;}}

 #image_logo_1562727994489{width:19.5%;height:109px;position:absolute;top:3px;left:7.416666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1562727994489{width:254px;height:111px;left:0.8483563096500532%;top:2px;}}   @media screen and (max-width:640px) {#image_logo_1562727994489{width:30.4%;height:51px;top:1.984375px;left:2.256021093814931%;}} 

 #dh_style_28_1562728646102{width:100%;z-index:999;position:absolute;top:118px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_28_1562728646102{z-index:999;}}   @media screen and (max-width:640px) {#dh_style_28_1562728646102{width:11.170212765957446%;z-index:999;top:8.996528625488281px;left:88.32558165205285%;}} #dh_style_28_1562728646102 > .view_contents{overflow:visible;}  #dh_style_28_1562728646102 .mainMenuSet {color:#ffffff;text-color:#ffffff;font-weight:normal;font-size:17px;line-height:80px;} #dh_style_28_1562728646102 .subMenuSet {color:#ffffff;} #dh_style_28_1562728646102 .thrMenuSet {color:#ffffff;} #dh_style_28_1562728646102 .mainMenuSet:hover {background:#e32433;color:#ffffff;} #dh_style_28_1562728646102 #hot>a {background:#e32433;color:#ffffff;}

 #image_style_01_1562728955506{width:73px;height:73px;position:absolute;top:21px;left:69.45833333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1562728955506{top:21px;left:68.60915959703075%;}}   @media screen and (max-width:640px) {#image_style_01_1562728955506{width:40px;height:40px;top:8.993056297302246px;left:64.1807069169714%;}} #image_style_01_1562728955506 > .view_contents{overflow:visible;} 

 #text_style_01_1562729005368{width:23.916666666666668%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:15px;left:76.08333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1562729005368{}}   @media screen and (max-width:640px) {#text_style_01_1562729005368{width:96%;font-size:12px;color:#333;line-height:1.6;top:48px;left:2%;display:none;}}  #text_style_01_1562729005368>.view_contents {font-size:20px;}

 #text_style_01_1562729045782{width:21.583333333333332%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:53px;left:76.08333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1562729045782{top:53px;left:76.61220837751856%;}}   @media screen and (max-width:640px) {#text_style_01_1562729045782{width:96%;font-size:12px;color:#333;line-height:1.6;top:172px;left:2%;display:none;}}  #text_style_01_1562729045782>.view_contents {font-size:22px;font-weight:bold;color:#ff0000;} #comm_layout_header{height:198px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:198px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:60.01041700000002px;}} #comm_layout_header > .view_contents{max-width:1200px;overflow:visible;} 


 #banner_style_01_1562729157306{width:100%;height:600px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1562729157306{height:500px;}}   @media screen and (max-width:640px) {#banner_style_01_1562729157306{width:100%;height:200px;top:0px;left:0%;}}  #layout_diy_1562727859{height:600px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1562727859{height:500px;}}   @media screen and (max-width:640px) {#layout_diy_1562727859{height:202.01041699999996px;}} 


 #text_style_01_1562732626830{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:55px;left:0.04166666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1562732626830{}}   @media screen and (max-width:640px) {#text_style_01_1562732626830{width:18.085106382978726%;font-size:12px;color:#333;line-height:1.6;top:16.840911865234375px;left:1.9393938700358073%;}} 

 #div_blank_new01_1562732641938{width:100%;height:2px;position:absolute;top:94px;left:0.04166666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1562732641938{}}   @media screen and (max-width:640px) {#div_blank_new01_1562732641938{width:96%;height:1px;top:50.903411865234375px;left:1.9659090677897135%;}}  #div_blank_new01_1562732641938  {box-sizing:border-box;} #div_blank_new01_1562732641938 .modSet {background:#222222;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1562732641938  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1562732641938  {box-sizing:border-box;}}

 #text_style_01_1562732727470{width:4.916666666666666%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:55px;left:94.08333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1562732727470{width:62px;left:92.49911657935374%;}}   @media screen and (max-width:640px) {#text_style_01_1562732727470{width:15%;font-size:12px;color:#333;line-height:1.6;top:16.840911865234375px;left:82.03409016927084%;}}  #text_style_01_1562732727470>.view_contents {border-width:1px;border-style:solid;border-color:#c1c1c1;color:#898989;border-radius:2px;} @media screen and (max-width:640px) { #text_style_01_1562732727470>.view_contents {text-align:center;}}

 #image_style_11_1562732871426{width:99.66666666666667%;position:absolute;top:119px;left:0.20833333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_11_1562732871426{}}   @media screen and (max-width:640px) {#image_style_11_1562732871426{width:96%;top:80.90339660644531px;left:1.9659090677897135%;}} #image_style_11_1562732871426 > .view_contents{overflow:visible;}  #layout_1562728946804{height:1347.090909px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1562728946804{height:1628px;}}   @media screen and (max-width:640px) {#layout_1562728946804{height:1494.090909px;}} #layout_1562728946804 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1562728946804  {background:#f5f5f5;}


 #text_style_01_1562739092307{width:55.75%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:51px;left:22.125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1562739092307{width:708px;left:calc(50% - 354px);}}   @media screen and (max-width:640px) {#text_style_01_1562739092307{width:96%;font-size:12px;color:#333;line-height:1.6;top:14.963058471679688px;left:1.9999998728434245%;}}  #text_style_01_1562739092307>.view_contents {font-size:38px;font-family:Microsoft YaHei;font-weight:bold;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1562739092307>.view_contents {font-size:40px;}} @media screen and (max-width:640px) { #text_style_01_1562739092307>.view_contents {font-size:20px;}}

 #text_style_01_1562739439927{width:57.25%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:130px;left:21.375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1562739439927{}}   @media screen and (max-width:640px) {#text_style_01_1562739439927{width:96%;font-size:12px;color:#333;line-height:1.6;top:58.95452880859375px;left:1.9999998728434245%;}}  #text_style_01_1562739439927>.view_contents {font-size:18px;font-family:Microsoft YaHei;font-weight:normal;color:#e0e0e0;font-style:normal;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1562739439927>.view_contents {font-size:12px;}} #layout_1562738566835{height:194px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1562738566835{}}   @media screen and (max-width:640px) {#layout_1562738566835{height:102px;}} #layout_1562738566835 > .view_contents{overflow:visible;max-width:1200px;} 




 #image_style_01_1562742071317{width:60px;height:50px;position:absolute;left:5.3886925795053005%;top:16px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1562742071317{left:8.195224719101123%;width:50px;top:16px;}}   @media screen and (max-width:640px) {#image_style_01_1562742071317{width:30px;height:30px;top:10px;left:5.392699115044248%;}} #image_style_01_1562742071317 > .view_contents{overflow:visible;} 

 #text_style_01_1562742139203{width:65.37102473498233%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:21.996466431095406%;top:12px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1562742139203{left:25%;width:50%;}}   @media screen and (max-width:640px) {#text_style_01_1562742139203{width:50%;font-size:12px;color:#333;line-height:1.6;top:7px;left:18.78226401179941%;}}  #text_style_01_1562742139203>.view_contents {font-size:24px;font-weight:bold;color:#000000;} @media screen and (max-width:640px) { #text_style_01_1562742139203>.view_contents {font-size:18px;}}

 #text_style_01_1562742180143{width:65.37102473498233%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:21.643109540636043%;top:51px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1562742180143{left:25%;width:71.01123595505618%;}}   @media screen and (max-width:640px) {#text_style_01_1562742180143{width:50%;font-size:12px;color:#333;line-height:1.6;top:38px;left:18.814528023598818%;}}  #text_style_01_1562742180143>.view_contents {color:#999999;font-size:12px;} @media screen and (max-width:640px) { #text_style_01_1562742180143>.view_contents {font-size:12px;}}

 #div_blank_new01_1562742250085{width:72.43816254416961%;height:1px;position:absolute;left:21.996466431095406%;top:75.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1562742250085{left:24.975421348314605%;width:70%;}}   @media screen and (max-width:640px) {#div_blank_new01_1562742250085{top:75.5px;left:18.892883480825958%;}}  #div_blank_new01_1562742250085  {box-sizing:border-box;border-style:dashed;border-width:1px;border-color:#999999;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1562742250085  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1562742250085  {box-sizing:border-box;}}

 #text_style_01_1562742313046{width:74.20494699646643%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:21.819787985865723%;top:94px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1562742313046{left:25%;width:67.41573033707866%;}}   @media screen and (max-width:640px) {#text_style_01_1562742313046{width:66.96165191740413%;font-size:12px;color:#333;line-height:1.6;top:87px;left:20.837942477876105%;}}  #text_style_01_1562742313046>.view_contents {color:#666666;}
 #div_a_includeBlock_1562742048971{width:566px;height:158px;position:absolute;left:2.833333333333333%;top:40px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1562742048971{left:2.8535487288135593%;width:94.3%;height:206px;top:27px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1562742048971{height:170px;width:94.3%;left:2.9166666666666665%;top:22px;}} 


 #image_style_01_1562742392923{width:60px;height:50px;position:absolute;left:5.3886925795053005%;top:16px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1562742392923{left:8.209269662921347%;width:50px;top:16px;}}   @media screen and (max-width:640px) {#image_style_01_1562742392923{width:30px;height:30px;top:10px;left:5.381433823529412%;}} #image_style_01_1562742392923 > .view_contents{overflow:visible;} 

 #text_style_01_1562742392929{width:65.37102473498233%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:21.996466431095406%;top:12px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1562742392929{left:25%;width:50%;}}   @media screen and (max-width:640px) {#text_style_01_1562742392929{width:50%;font-size:12px;color:#333;line-height:1.6;top:7px;left:18.25827205882353%;}}  #text_style_01_1562742392929>.view_contents {font-size:24px;font-weight:bold;color:#000000;} @media screen and (max-width:640px) { #text_style_01_1562742392929>.view_contents {font-size:18px;}}

 #text_style_01_1562742392931{width:65.37102473498233%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:21.643109540636043%;top:51px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1562742392931{left:25%;width:71.91011235955057%;}}   @media screen and (max-width:640px) {#text_style_01_1562742392931{width:50%;font-size:12px;color:#333;line-height:1.6;top:38px;left:18.22610294117647%;}}  #text_style_01_1562742392931>.view_contents {color:#999999;font-size:12px;} @media screen and (max-width:640px) { #text_style_01_1562742392931>.view_contents {font-size:12px;}}

 #div_blank_new01_1562742392933{width:72.43816254416961%;height:1px;position:absolute;left:21.996466431095406%;top:75.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1562742392933{left:24.985955056179776%;width:70%;}}   @media screen and (max-width:640px) {#div_blank_new01_1562742392933{top:75.5px;left:18.61672794117647%;}}  #div_blank_new01_1562742392933  {box-sizing:border-box;border-style:dashed;border-width:1px;border-color:#999999;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1562742392933  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1562742392933  {box-sizing:border-box;}}

 #text_style_01_1562742392934{width:74.20494699646643%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:21.819787985865723%;top:94px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1562742392934{left:25%;width:65.61797752808988%;}}   @media screen and (max-width:640px) {#text_style_01_1562742392934{width:67.05882352941175%;font-size:12px;color:#333;line-height:1.6;top:87px;left:19.738051470588236%;}}  #text_style_01_1562742392934>.view_contents {color:#666666;}
 #div_a_includeBlock_1562742392839{width:94.33333333333334%;height:158px;position:absolute;left:2.833333333333333%;top:204.33333333333334px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1562742392839{height:206px;top:241.328125px;left:2.7740995762711864%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1562742392839{height:170px;left:3.0555555555555554%;top:202.328125px;}} 


 #image_style_01_1562742401510{width:60px;height:50px;position:absolute;left:5.3886925795053005%;top:16px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1562742401510{left:8.209269662921347%;width:50px;top:16px;}}   @media screen and (max-width:640px) {#image_style_01_1562742401510{width:30px;height:30px;top:10px;left:5.381433823529412%;}} #image_style_01_1562742401510 > .view_contents{overflow:visible;} 

 #text_style_01_1562742401516{width:65.37102473498233%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:21.996466431095406%;top:12px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1562742401516{left:25%;width:50%;}}   @media screen and (max-width:640px) {#text_style_01_1562742401516{width:50%;font-size:12px;color:#333;line-height:1.6;top:7px;left:18.25827205882353%;}}  #text_style_01_1562742401516>.view_contents {font-size:24px;font-weight:bold;color:#000000;} @media screen and (max-width:640px) { #text_style_01_1562742401516>.view_contents {font-size:18px;}}

 #text_style_01_1562742401518{width:65.37102473498233%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:21.643109540636043%;top:51px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1562742401518{left:25%;width:71.68539325842697%;}}   @media screen and (max-width:640px) {#text_style_01_1562742401518{width:50%;font-size:12px;color:#333;line-height:1.6;top:38px;left:18.22610294117647%;}}  #text_style_01_1562742401518>.view_contents {color:#999999;font-size:12px;} @media screen and (max-width:640px) { #text_style_01_1562742401518>.view_contents {font-size:12px;}}

 #div_blank_new01_1562742401521{width:72.43816254416961%;height:1px;position:absolute;left:21.996466431095406%;top:75.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1562742401521{left:24.985955056179776%;width:24.7%70;}}   @media screen and (max-width:640px) {#div_blank_new01_1562742401521{top:75.5px;left:18.61672794117647%;}}  #div_blank_new01_1562742401521  {box-sizing:border-box;border-style:dashed;border-width:1px;border-color:#999999;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1562742401521  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1562742401521  {box-sizing:border-box;}}

 #text_style_01_1562742401523{width:74.20494699646643%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:21.819787985865723%;top:94px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1562742401523{left:25%;width:65.61797752808988%;}}   @media screen and (max-width:640px) {#text_style_01_1562742401523{width:66.76470588235294%;font-size:12px;color:#333;line-height:1.6;top:87px;left:19.738051470588236%;}}  #text_style_01_1562742401523>.view_contents {color:#666666;}
 #div_a_includeBlock_1562742400560{width:94.33333333333334%;height:158px;position:absolute;left:2.833333333333333%;top:368.6666666666667px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1562742400560{height:206px;top:456.65625px;left:2.7740995762711864%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1562742400560{height:170px;top:384.65625px;left:3.0555555555555554%;}} 


 #image_style_01_1562742416058{width:60px;height:50px;position:absolute;left:5.3886925795053005%;top:16px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1562742416058{left:8.209269662921347%;width:50px;top:16px;}}   @media screen and (max-width:640px) {#image_style_01_1562742416058{width:30px;height:30px;top:10px;left:5.381433823529412%;}} #image_style_01_1562742416058 > .view_contents{overflow:visible;} 

 #text_style_01_1562742416063{width:65.37102473498233%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:21.996466431095406%;top:12px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1562742416063{left:25%;width:50%;}}   @media screen and (max-width:640px) {#text_style_01_1562742416063{width:50%;font-size:12px;color:#333;line-height:1.6;top:7px;left:18.25827205882353%;}}  #text_style_01_1562742416063>.view_contents {font-size:24px;font-weight:bold;color:#000000;} @media screen and (max-width:640px) { #text_style_01_1562742416063>.view_contents {font-size:18px;}}

 #text_style_01_1562742416065{width:65.37102473498233%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:21.643109540636043%;top:51px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1562742416065{left:25%;width:70.11235955056179%;}}   @media screen and (max-width:640px) {#text_style_01_1562742416065{width:50%;font-size:12px;color:#333;line-height:1.6;top:38px;left:18.22610294117647%;}}  #text_style_01_1562742416065>.view_contents {color:#999999;font-size:12px;} @media screen and (max-width:640px) { #text_style_01_1562742416065>.view_contents {font-size:12px;}}

 #div_blank_new01_1562742416068{width:72.43816254416961%;height:1px;position:absolute;left:21.996466431095406%;top:75.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1562742416068{left:24.985955056179776%;width:70%;}}   @media screen and (max-width:640px) {#div_blank_new01_1562742416068{top:75.5px;left:18.61672794117647%;}}  #div_blank_new01_1562742416068  {box-sizing:border-box;border-style:dashed;border-width:1px;border-color:#999999;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1562742416068  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1562742416068  {box-sizing:border-box;}}

 #text_style_01_1562742416069{width:74.20494699646643%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:21.819787985865723%;top:94px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1562742416069{left:25%;width:64.9438202247191%;}}   @media screen and (max-width:640px) {#text_style_01_1562742416069{width:67.05882352941175%;font-size:12px;color:#333;line-height:1.6;top:87px;left:19.738051470588236%;}}  #text_style_01_1562742416069>.view_contents {color:#666666;}
 #div_a_includeBlock_1562742415968{width:94.33333333333334%;height:180px;position:absolute;left:2.833333333333333%;top:533px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1562742415968{height:206px;top:671px;left:2.7740995762711864%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1562742415968{height:170px;top:568px;left:3.0555555555555554%;}} 
 #div_a_includeBlock_1562740317467{width:50%;height:724px;position:absolute;top:14px;left:3.833333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1562740317467{height:907px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1562740317467{width:96%;height:766px;top:10px;left:0.4%;}}  #div_a_includeBlock_1562740317467  {border-width:5px;border-color:#f0f0f0;border-style:solid;}

 #image_style_01_1562740875490{width:39.416666666666664%;height:727px;position:absolute;top:16px;left:56.833333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1562740875490{}}   @media screen and (max-width:640px) {#image_style_01_1562740875490{width:96%;height:436.44482029598305px;top:798.875px;left:2%;}} #image_style_01_1562740875490 > .view_contents{overflow:visible;}  #layout_1562740020024{height:804px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1562740020024{height:1018px;}}   @media screen and (max-width:640px) {#layout_1562740020024{height:1280px;}} #layout_1562740020024 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1562743118610{width:10.166666666666666%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:40.625%;top:25px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1562743118610{width:110px;left:39.14037645811241%;}}   @media screen and (max-width:640px) {#text_style_01_1562743118610{width:44%;font-size:12px;color:#333;line-height:1.6;top:30px;left:6.533333333333332%;}}  #text_style_01_1562743118610>.view_contents {font-size:30px;text-align:right;font-weight:bold;color:#e32433;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1562743118610>.view_contents {font-size:25px;}} @media screen and (max-width:640px) { #text_style_01_1562743118610>.view_contents {font-size:18px;}}

 #text_style_01_1562743177414{width:11.083333333333334%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:51.208333333333336%;top:25px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1562743177414{}}   @media screen and (max-width:640px) {#text_style_01_1562743177414{width:46.93333333333333%;font-size:12px;color:#333;line-height:1.6;top:30px;left:51.06666666666667%;}}  #text_style_01_1562743177414>.view_contents {font-size:30px;text-align:left;font-weight:bold;color:#e32433;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1562743177414>.view_contents {font-size:25px;}} @media screen and (max-width:640px) { #text_style_01_1562743177414>.view_contents {font-size:18px;}}

 #text_style_01_1562989813033{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:88px;left:34.583333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1562989813033{}}   @media screen and (max-width:640px) {#text_style_01_1562989813033{width:96%;font-size:12px;color:#333;line-height:1.6;top:62px;left:2%;}}  #text_style_01_1562989813033>.view_contents {text-align:center;font-size:18px;} @media screen and (max-width:640px) { #text_style_01_1562989813033>.view_contents {font-size:16px;}} #layout_1562742612358{height:140px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1562742612358{}}   @media screen and (max-width:640px) {#layout_1562742612358{height:100px;}} #layout_1562742612358 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1562742612358  {background:#f5f5f5;}


 #banner_style_04_1562744211075{width:100%;height:259px;position:absolute;top:-2px;left:0.8333333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_04_1562744211075{}}   @media screen and (max-width:640px) {#banner_style_04_1562744211075{width:96%;height:73px;top:60px;left:2%;}} 

 #button_style_06_1562744841007{width:12.333333333333334%;position:absolute;top:289px;left:43.833333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_06_1562744841007{}}   @media screen and (max-width:640px) {#button_style_06_1562744841007{width:96%;top:155.296875px;left:2%;}} #button_style_06_1562744841007 > .view_contents{overflow:visible;}  #button_style_06_1562744841007 .btnaSet {color:#e32433;border-color:#e32433;background:#f5f5f5;font-family:Microsoft YaHei;font-size:18px;} #layout_1562742482897{height:373px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1562742482897{}}   @media screen and (max-width:640px) {#layout_1562742482897{height:229px;}} #layout_1562742482897 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1562742482897  {background:#f5f5f5;}


 #text_style_01_1562745118197{width:15.416666666666668%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:17px;left:73.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1562745118197{top:13px;left:73.74900583244963%;}}   @media screen and (max-width:640px) {#text_style_01_1562745118197{width:55.733333333333334%;font-size:12px;color:#333;line-height:1.6;top:10px;left:2%;}}  #text_style_01_1562745118197>.view_contents {color:#ffffff;}

 #text_style_01_1562745149480{width:17.25%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:50px;left:73.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1562745149480{top:46px;left:73.74900583244963%;}}   @media screen and (max-width:640px) {#text_style_01_1562745149480{width:96%;font-size:12px;color:#333;line-height:1.6;top:41px;left:2%;}}  #text_style_01_1562745149480>.view_contents {color:#ffffff;}

 #button_style_06_1562745211742{width:16.583333333333332%;position:absolute;top:84px;left:73.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_06_1562745211742{top:72px;left:73.43087221633085%;}}   @media screen and (max-width:640px) {#button_style_06_1562745211742{width:96%;top:72px;left:2%;}} #button_style_06_1562745211742 > .view_contents{overflow:visible;}  #button_style_06_1562745211742 .btnaSet {border-color:transparent;} #layout_1562744949885{height:160px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1562744949885{height:124px;display:block;}}   @media screen and (max-width:640px) {#layout_1562744949885{height:122px;display:none;}} #layout_1562744949885 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1562744949885  {background: url(../img/upimages/7.jpg);background-repeat:no-repeat!important;} @media screen and (min-width:641px) and (max-width:1200px) { #layout_1562744949885  {background-position:50% 50% !important;background-repeat:no-repeat!important;background-size:auto 100%;}}


 #banner_style_01_1562745282770{width:41.083333333333336%;height:333px;position:absolute;top:69px;left:3.6250031789143877%;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1562745282770{}}   @media screen and (max-width:640px) {#banner_style_01_1562745282770{width:96%;height:204.18682634730538px;top:41px;left:2%;}} 

 #text_style_01_1562745586277{width:10.666666666666668%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:69px;left:47.208333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1562745586277{width:127px;}}   @media screen and (max-width:640px) {#text_style_01_1562745586277{width:96%;font-size:12px;color:#333;line-height:1.6;top:255px;left:2%;}}  #text_style_01_1562745586277>.view_contents {font-size:30px;font-weight:bold;color:#e32433;} @media screen and (max-width:640px) { #text_style_01_1562745586277>.view_contents {font-size:18px;}}

 #text_style_01_1562746113303{width:47.5%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:146px;left:47.208333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1562746113303{}}   @media screen and (max-width:640px) {#text_style_01_1562746113303{width:96%;font-size:12px;color:#333;line-height:1.6;top:294.171875px;left:2%;}}  #text_style_01_1562746113303>.view_contents {font-size:15px;line-height:30px;font-family:Microsoft YaHei;text-indent:2em;} @media screen and (max-width:640px) { #text_style_01_1562746113303>.view_contents {font-size:14px;}}

 #button_style_01_1562746196313{width:10.416666666666668%;position:absolute;top:362px;left:47.208333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_01_1562746196313{}}   @media screen and (max-width:640px) {#button_style_01_1562746196313{width:96%;top:590.171875px;left:2%;}} #button_style_01_1562746196313 > .view_contents{overflow:visible;}  #button_style_01_1562746196313 .btnaSet {color:#e32433;border-color:#e32433;} #layout_1562744968252{height:482px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1562744968252{}}   @media screen and (max-width:640px) {#layout_1562744968252{height:681px;}} #layout_1562744968252 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1562989915194{width:11.083333333333334%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:44.458333333333336%;top:25px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1562989915194{}}   @media screen and (max-width:640px) {#text_style_01_1562989915194{width:47.46666666666667%;font-size:12px;color:#333;line-height:1.6;top:36px;left:50.53333333333333%;}}  #text_style_01_1562989915194>.view_contents {font-size:30px;text-align:left;font-weight:bold;color:#e32433;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1562989915194>.view_contents {font-size:25px;}} @media screen and (max-width:640px) { #text_style_01_1562989915194>.view_contents {font-size:18px;}}

 #text_style_01_1562989915198{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:88px;left:34.583333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1562989915198{left:34.57051961823966%;}}   @media screen and (max-width:640px) {#text_style_01_1562989915198{width:96%;font-size:12px;color:#333;line-height:1.6;top:68px;left:2%;}}  #text_style_01_1562989915198>.view_contents {text-align:center;font-size:18px;} @media screen and (max-width:640px) { #text_style_01_1562989915198>.view_contents {font-size:18px;}} #layout_1562989915176{height:129.333333px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1562989915176{}}   @media screen and (max-width:640px) {#layout_1562989915176{height:122px;}} #layout_1562989915176 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1562989915176  {background:#f5f5f5;}


 #image_style_12_1562746384217{width:99.91666666666667%;position:absolute;top:22px;left:0.02500025431315104%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_12_1562746384217{}}   @media screen and (max-width:640px) {#image_style_12_1562746384217{width:96%;top:10px;left:2%;}} #image_style_12_1562746384217 > .view_contents{overflow:visible;}  #image_style_12_1562746384217 .modSet {border-radius:initial;} #image_style_12_1562746384217 .imgSet {border-radius:100px;} #layout_1562745276323{height:234.00000762939453px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1562745276323{height:256px;}}   @media screen and (max-width:640px) {#layout_1562745276323{height:252px;}} #layout_1562745276323 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1562745276323  {background:#f8f8f8;}



 #div_blank_new01_1562746992606{width:100%;height:50px;position:absolute;left:0%;top:1px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1562746992606{left:0%;width:100%;}}   @media screen and (max-width:640px) {#div_blank_new01_1562746992606{height:42.666666666666664px;}}  #div_blank_new01_1562746992606  {box-sizing:border-box;background:linear-gradient(90deg,rgba(86,170,255,1),rgba(239,246,252,1));} #div_blank_new01_1562746992606 .modSet {background:linear-gradient(90deg,rgba(191,223,255,1),rgba(237,246,255,1));font-family:Microsoft YaHei;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1562746992606  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1562746992606  {box-sizing:border-box;}}

 #div_blank_new01_1562747050621{width:1%;height:20px;position:absolute;left:0%;top:16px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1562747050621{left:0%;width:2%;top:16px;}}   @media screen and (max-width:640px) {#div_blank_new01_1562747050621{height:17.066666666666666px;}}  #div_blank_new01_1562747050621  {box-sizing:border-box;} #div_blank_new01_1562747050621 .modSet {background:#e32433;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1562747050621  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1562747050621  {box-sizing:border-box;}}

 #text_style_01_1562747141321{width:47.77777777777778%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:5.277777777777778%;top:12px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1562747141321{left:5.134717314487633%;width:63.957597173144876%;top:12px;}}   @media screen and (max-width:640px) {#text_style_01_1562747141321{width:50%;font-size:12px;color:#333;line-height:1.6;top:13px;left:1.9444444444444444%;}}  #text_style_01_1562747141321>.view_contents {font-style:normal;text-decoration:none;text-align:center;font-family:Microsoft YaHei;font-weight:bold;}

 #text_style_01_1562747176810{width:15.555555555555555%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:81.38888888888889%;top:12px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1562747176810{}}   @media screen and (max-width:640px) {#text_style_01_1562747176810{width:50%;font-size:12px;color:#333;line-height:1.6;top:13px;left:48.05555555555556%;}}  #text_style_01_1562747176810>.view_contents {text-align:right;}

 #image_style_01_1562747281074{width:100%;height:124px;position:absolute;left:0.2777777777777778%;top:78px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1562747281074{left:0%;width:100%;}}   @media screen and (max-width:640px) {#image_style_01_1562747281074{height:105.81333333333333px;}} #image_style_01_1562747281074 > .view_contents{overflow:visible;} 

 #newsList_style_18_1562748485032{width:96%;position:absolute;left:2%;top:229px;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_18_1562748485032{left:1.9434628975265018%;width:96%;}}   @media screen and (max-width:640px) {#newsList_style_18_1562748485032{}} 
 #div_a_includeBlock_1562746923867{width:30%;height:505px;position:absolute;top:32px;left:0.125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1562746923867{height:596px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1562746923867{width:96%;height:449px;top:10px;left:2%;}} 


 #div_blank_new01_1562748631300{width:100%;height:50px;position:absolute;left:0%;top:1px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1562748631300{left:0%;width:100%;}}   @media screen and (max-width:640px) {#div_blank_new01_1562748631300{height:42.666666666666664px;}}  #div_blank_new01_1562748631300  {box-sizing:border-box;} #div_blank_new01_1562748631300 .modSet {background:linear-gradient(90deg,rgba(191,223,255,1),rgba(237,246,255,1));} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1562748631300  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1562748631300  {box-sizing:border-box;}}

 #div_blank_new01_1562748631310{width:1%;height:20px;position:absolute;left:0%;top:16px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1562748631310{left:0%;width:2%;}}   @media screen and (max-width:640px) {#div_blank_new01_1562748631310{height:17.066666666666666px;}}  #div_blank_new01_1562748631310  {box-sizing:border-box;} #div_blank_new01_1562748631310 .modSet {background:#e32433;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1562748631310  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1562748631310  {box-sizing:border-box;}}

 #text_style_01_1562748631312{width:47.77777777777778%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:5.277777777777778%;top:12px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1562748631312{left:5.134717314487633%;width:68.90459363957598%;top:12px;}}   @media screen and (max-width:640px) {#text_style_01_1562748631312{width:50%;font-size:12px;color:#333;line-height:1.6;top:13px;left:1.9444444444444444%;}}  #text_style_01_1562748631312>.view_contents {font-weight:bold;font-style:normal;text-align:center;}

 #text_style_01_1562748631316{width:15.555555555555555%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:81.38888888888889%;top:12px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1562748631316{}}   @media screen and (max-width:640px) {#text_style_01_1562748631316{width:50%;font-size:12px;color:#333;line-height:1.6;top:13px;left:48.05555555555556%;}}  #text_style_01_1562748631316>.view_contents {text-align:right;}

 #image_style_01_1562748631318{width:100%;height:124px;position:absolute;left:0.2777777777777778%;top:78px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1562748631318{left:0%;width:100%;}}   @media screen and (max-width:640px) {#image_style_01_1562748631318{height:105.81333333333333px;}} #image_style_01_1562748631318 > .view_contents{overflow:visible;} 

 #newsList_style_18_1562748631321{width:96%;position:absolute;left:1.9444444444444444%;top:229px;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_18_1562748631321{left:1.9434628975265018%;width:96%;}}   @media screen and (max-width:640px) {#newsList_style_18_1562748631321{}} 
 #div_a_includeBlock_1562748631075{width:30%;height:524px;position:absolute;top:32px;left:35%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1562748631075{height:596px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1562748631075{width:96%;height:449px;top:464.9931640625px;left:2%;}} 


 #div_blank_new01_1562748692646{width:100%;height:50px;position:absolute;left:0%;top:1px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1562748692646{left:0%;width:100%;}}   @media screen and (max-width:640px) {#div_blank_new01_1562748692646{height:42.666666666666664px;}}  #div_blank_new01_1562748692646  {background:linear-gradient(90deg,#bfdfff,#edf6ff);} #div_blank_new01_1562748692646 .modSet {background:linear-gradient(90deg,rgba(191,223,255,1),rgba(237,246,255,1));}

 #div_blank_new01_1562748692655{width:1%;height:20px;position:absolute;left:0%;top:16px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1562748692655{left:0%;width:2%;}}   @media screen and (max-width:640px) {#div_blank_new01_1562748692655{height:17.066666666666666px;}}  #div_blank_new01_1562748692655  {box-sizing:border-box;} #div_blank_new01_1562748692655 .modSet {background:#e32433;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1562748692655  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1562748692655  {box-sizing:border-box;}}

 #text_style_01_1562748692657{width:47.77777777777778%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:5.277777777777778%;top:12px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1562748692657{left:5.134717314487633%;width:59.717314487632514%;top:12px;}}   @media screen and (max-width:640px) {#text_style_01_1562748692657{width:50%;font-size:12px;color:#333;line-height:1.6;top:13px;left:1.9444444444444444%;}}  #text_style_01_1562748692657>.view_contents {opacity:1;font-weight:bold;text-align:center;}

 #text_style_01_1562748692659{width:15.555555555555555%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:81.38888888888889%;top:12px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1562748692659{}}   @media screen and (max-width:640px) {#text_style_01_1562748692659{width:50%;font-size:12px;color:#333;line-height:1.6;top:13px;left:50%;}}  #text_style_01_1562748692659>.view_contents {text-align:right;}

 #image_style_01_1562748692667{width:100%;height:124px;position:absolute;left:0.2777777777777778%;top:78px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1562748692667{left:0%;width:100%;}}   @media screen and (max-width:640px) {#image_style_01_1562748692667{height:105.81333333333333px;}} #image_style_01_1562748692667 > .view_contents{overflow:visible;} 

 #newsList_style_18_1562748692669{width:96%;position:absolute;left:1.9444444444444444%;top:229px;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_18_1562748692669{left:1.9434628975265018%;width:96%;}}   @media screen and (max-width:640px) {#newsList_style_18_1562748692669{}} 
 #div_a_includeBlock_1562748692476{width:30%;height:530px;position:absolute;top:32px;left:70%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1562748692476{height:595.9931640625px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1562748692476{width:96%;height:528.99267578125px;top:919.98583984375px;left:2%;}}  #layout_1562746817090{height:561.9886322021484px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1562746817090{height:681px;}}   @media screen and (max-width:640px) {#layout_1562746817090{height:1498px;}} #layout_1562746817090 > .view_contents{overflow:visible;max-width:1200px;} 




 #text_style_01_1562751196443{width:12.9973474801061%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:7.157659151193633%;top:30px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1562751196443{left:25%;width:50%;}}   @media screen and (max-width:640px) {#text_style_01_1562751196443{width:15.555555555555555%;font-size:12px;color:#333;line-height:1.6;top:4px;left:1.9965277777777777%;}}  @media screen and (max-width:640px) { #text_style_01_1562751196443>.view_contents {font-size:15px;}}

 #text_style_01_1562751258932{width:13.262599469496022%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:7.141080901856764%;top:74px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1562751258932{width:67px;left:0%;top:30px;}}   @media screen and (max-width:640px) {#text_style_01_1562751258932{width:96%;font-size:12px;color:#333;line-height:1.6;top:145px;left:2%;display:none;}} 

 #text_style_01_1562751342609{width:18.30238726790451%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:7.132791777188328%;top:130px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1562751342609{width:75px;left:0%;}}   @media screen and (max-width:640px) {#text_style_01_1562751342609{width:20.555555555555554%;font-size:12px;color:#333;line-height:1.6;top:99px;left:1.9965277777777777%;}}  @media screen and (max-width:640px) { #text_style_01_1562751342609>.view_contents {font-size:15px;}}

 #customForm_style_input_01_1562751366862{width:68.96551724137932%;position:absolute;left:23.056200265251988%;top:128px;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_input_01_1562751366862{left:22.51900337837838%;width:75%;top:128px;}}   @media screen and (max-width:640px) {#customForm_style_input_01_1562751366862{width:75%;top:95px;left:23.10763888888889%;}} #customForm_style_input_01_1562751366862 > .view_contents{overflow:visible;} 

 #customForm_style_button_01_1562751450991{width:30%;position:absolute;left:7.957559681697612%;top:183px;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1562751450991{left:16.66666666666667%;width:27.027027027027028%;}}   @media screen and (max-width:640px) {#customForm_style_button_01_1562751450991{width:96%;top:262px;left:1.9965277777777777%;}} #customForm_style_button_01_1562751450991 > .view_contents{overflow:visible;}  #customForm_style_button_01_1562751450991 .btnaSet {background:#e32433;color:#ffffff;}

 #customForm_style_button_01_1562751526083{width:30%;position:absolute;left:45.8803050397878%;top:183px;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1562751526083{width:27%;}}   @media screen and (max-width:640px) {#customForm_style_button_01_1562751526083{width:96%;top:299px;left:1.9444444444444444%;}} #customForm_style_button_01_1562751526083 > .view_contents{overflow:visible;}  #customForm_style_button_01_1562751526083 .btnaSet {background:#000000;color:#ffffff;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #customForm_style_button_01_1562751526083 .btnaSet {text-align:center;}}

 #customForm_style_input_01_1562751232602{width:68.96551724137932%;position:absolute;left:23.097645888594165%;top:28px;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_input_01_1562751232602{left:22.51372466216216%;width:75%;top:28px;}}   @media screen and (max-width:640px) {#customForm_style_input_01_1562751232602{width:75%;top:0px;left:23.10763888888889%;}} #customForm_style_input_01_1562751232602 > .view_contents{overflow:visible;}  #customForm_style_input_01_1562751232602 .inputSet {background:#dedede;}

 #customForm_style_input_01_1562751323767{width:68.96551724137932%;position:absolute;left:23.031332891246684%;top:74px;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_input_01_1562751323767{left:22.508445945945947%;width:75%;top:72px;}}   @media screen and (max-width:640px) {#customForm_style_input_01_1562751323767{width:75%;top:46px;left:23.10763888888889%;}} #customForm_style_input_01_1562751323767 > .view_contents{overflow:visible;}  #customForm_style_input_01_1562751323767 .inputSet {background:#dedede;}

 #text_style_01_1562754232426{width:22.635135135135133%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:38.682432432432435%;top:72px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1562754232426{width:22.635135135135133%;left:0%;top:72px;display:block;}}   @media screen and (max-width:640px) {#text_style_01_1562754232426{width:21.38888888888889%;font-size:12px;color:#333;line-height:1.6;top:50px;left:1.9965277777777777%;display:block;}}  @media screen and (max-width:640px) { #text_style_01_1562754232426>.view_contents {font-size:15px;}}
 #customForm_form_1562751149576{width:32%;height:244px;position:absolute;left:35.00424808836024%;top:93px;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_form_1562751149576{left:33.972972972972975%;width:32%;top:109px;}}   @media screen and (max-width:640px) {#customForm_form_1562751149576{height:354px;width:360px;left:0%;top:305px;}} 

 #text_style_01_1562751827219{width:10.195412064570943%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:35.17417162276975%;top:15px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1562751827219{left:33.645270270270274%;width:50%;top:15px;}}   @media screen and (max-width:640px) {#text_style_01_1562751827219{width:50%;font-size:12px;color:#333;line-height:1.6;top:27px;left:7.5%;}}  #text_style_01_1562751827219>.view_contents {font-size:26px;} @media screen and (max-width:640px) { #text_style_01_1562751827219>.view_contents {font-size:18px;}}

 #image_style_01_1562752436363{width:27.952421410365336%;height:409px;position:absolute;left:2.1240441801189465%;top:19px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1562752436363{left:0%;width:31.094257854821233%;}}   @media screen and (max-width:640px) {#image_style_01_1562752436363{height:203px;left:0%;top:74px;width:360px;}} #image_style_01_1562752436363 > .view_contents{overflow:visible;} 

 #customForm_style_textarea_01_1562751589797{width:32%;height:200px;position:absolute;left:67.96941376380629%;top:93px;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_textarea_01_1562751589797{left:67.97972972972973%;width:32%;top:115px;height:159px;}}   @media screen and (max-width:640px) {#customForm_style_textarea_01_1562751589797{height:75px;left:23.328993055555554%;top:443px;width:75%;}} #customForm_style_textarea_01_1562751589797 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1562749044310{width:98.08333333333333%;height:448px;position:absolute;top:1px;left:0.9722220102945963%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1562749044310{height:390px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1562749044310{width:96.00000000000003%;height:669px;top:10px;left:0.13333333333333333%;}}  #div_a_includeBlock_1562749044310  {border-width:6px;border-style:solid;border-color:#f0f0f0;} #layout_1562748978265{height:494.333333px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1562748978265{height:408px;}}   @media screen and (max-width:640px) {#layout_1562748978265{height:766px;}} #layout_1562748978265 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1562749203241{width:36.6%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:117px;left:34.982638676961265%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1562749203241{width:414px;}}   @media screen and (max-width:640px) {#text_style_01_1562749203241{width:96%;font-size:12px;color:#333;line-height:1.6;top:489px;left:2%;display:none;}}  #text_style_01_1562749203241>.view_contents {color:#ffffff;line-height:40px;font-size:16px;font-weight:bold;text-align:left;}

 #image_style_01_1562749362911{width:16.666666666666664%;height:200px;position:absolute;top:153px;left:77.79166984558105%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1562749362911{width:151px;height:151px;left:78.19956256627783%;top:185px;}}   @media screen and (max-width:640px) {#image_style_01_1562749362911{width:200px;height:200px;top:270px;left:calc(50% - 100px);display:none;}} #image_style_01_1562749362911 > .view_contents{overflow:visible;} 

 #dh_style_28_1562749454542{width:85.41666666666666%;z-index:999;position:absolute;top:2px;left:7.30555534362793%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_28_1562749454542{z-index:999;width:923px;left:calc(50% - 461.5px);}}   @media screen and (max-width:640px) {#dh_style_28_1562749454542{width:96%;z-index:999;top:0px;left:2%;display:none;}} #dh_style_28_1562749454542 > .view_contents{overflow:visible;}  #dh_style_28_1562749454542 .mainMenuSet {color:#ffffff;text-color:#ffffff;font-weight:normal;font-size:17px;line-height:80px;bg-hover-color:transparent;} #dh_style_28_1562749454542 .subMenuSet {color:#ffffff;} #dh_style_28_1562749454542 .thrMenuSet {color:#ffffff;} #dh_style_28_1562749454542 .mainMenuSet:hover {background:transparent;color:#ffffff;} #dh_style_28_1562749454542 #hot>a {background:transparent;color:#ffffff;} #dh_style_28_1562749454542 .thrMenuSet:hover {background:transparent;} #dh_style_28_1562749454542 .thrCurSet {background:transparent;} #dh_style_28_1562749454542 .subMenuSet:hover {background:transparent;} #dh_style_28_1562749454542 .subCurSet {background:transparent;}

 #image_style_01_1562806997952{width:23.833333333333336%;height:160px;position:absolute;top:161px;left:5.221354166666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1562806997952{top:174.1492919921875px;left:1.381509032943677%;height:176px;}}   @media screen and (max-width:640px) {#image_style_01_1562806997952{width:317px;height:219px;top:31px;left:calc(50% - 158.5px);display:none;}} #image_style_01_1562806997952 > .view_contents{overflow:visible;} 

 #text_style_01_1569026359248{width:63.083333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:444.703125px;left:17.208333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1569026359248{left:calc(50% - 297.5px);top:434.70538330078125px;}}   @media screen and (max-width:640px) {#text_style_01_1569026359248{width:96%;font-size:12px;color:#333;line-height:1.6;top:15px;left:2%;}}  #text_style_01_1569026359248>.view_contents {text-align:center;font-size:14px;color:#e8e8e8;} #comm_layout_footer{height:483.70538330078125px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:483.70538330078125px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:59px;}} #comm_layout_footer > .view_contents{max-width:1200px;overflow:visible;}  #comm_layout_footer  {background:#707172;}
.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_default01 { width: 100%; height:40px; background: #fff; color: #000; box-sizing: border-box; border: 1px solid #000; 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; }
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; 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; }
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; 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; }
.textareaInput3{
    padding: 5px;
    outline: none;
    border:1px #ccc solid;
    color: #666;
    width: 100%;
    height: 100%;
    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;}.logoStyle *{box-sizing: border-box;}
.logoStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.logoStyle>a{overflow: hidden; width: 100%;height: 100%; display: block;}
.logoName{white-space: nowrap;} 
/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/
.menuStyle_28{width:100%; position:relative;}
.menuStyle_28 *{box-sizing: border-box;}
.menuStyle_28 .miniMenu *,
.menuStyle_28 .menuUl li *{
	-webkit-transition-duration:.2s; -moz-transition-duration:.2s; -o-transition-duration:.2s; transition-duration:.2s;
	-webkit-transition-property:background,height,padding; -moz-transition-property:background,height,padding; -moz-transition-property:background,height,padding; transition-property:background,height,padding;
	-webkit-transition-timing-function:ease-out; -moz-transition-timing-function:ease-out; -o-transition-timing-function:ease-out; transition-timing-function:ease-out;
}
.menuStyle_28 .dflex{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.menuStyle_28 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_28 ul,.menuStyle_28 li{padding:0;margin:0px;list-style:none}
.menuStyle_28 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_28 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_28 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_28 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_28 .menuUl>li{position:relative;}
.menuStyle_28 .menuUl>li>a{ background: rgba(0,0,0,0.0); position: relative; text-decoration:none;font-size:16px;font-weight: bold; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #17233d; line-height:44px; padding: 0; padding: 0 1em\0;}
.menuStyle_28 .menuUl>li>a:hover{ color:#750406;}
.menuStyle_28 .menuUl #hot>a{color:#750406;}
.menuStyle_28 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_28 .menuUl #hot>a span{color:inherit;}
.menuStyle_28 .menuLayout .miniMenu{display:none;}
.menuStyle_28 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; width: 100%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_28 .menuUl>li>#menuLogo{height: 85%;}

.menuStyle_28 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;padding-top: 10px;}
.menuStyle_28 .menuUl.noHover .rflex:hover .menuUl02{display: none;}

.menuStyle_28 .menuUl02 .subMenu02 {position: relative;  color: #4d5158; font-size:14px; line-height: 40px; padding: 0 15px;background: #fff;}
.menuStyle_28 .menuUl02 .subMenu02.subCurSet{color:#750406;}
.menuStyle_28 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_28 .menuUl02 .subMenu02:hover {color:#750406;border-left: 2px solid #750406;background: #f7f7f7;}
.menuStyle_28 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}
.menuStyle_28 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_28 .menuUl02 .subMenu02:first-child{
	border-top-left-radius: 0px;border-top-right-radius: 0px;
}
.menuStyle_28 .menuUl02 .subMenu02:last-child{
	border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;
}
.menuStyle_28 .menuUl03{position: absolute; top: 0; left: 100%; display: none; }
.menuStyle_28 .menuUl03 .subMenu03{ line-height: 40px;margin-left: 10px;}
.menuStyle_28 .menuUl03 .subMenu03 a:hover{color:#750406; background: #f7f7f7;}
.menuStyle_28 .menuUl03 .subMenu03>a{ color: #17233d; background: #fff; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;padding: 0 15px;}
.menuStyle_28 .menuUl03 .subMenu03:first-child a{
	border-top-left-radius: 0px;border-top-right-radius: 0px;
}
.menuStyle_28 .menuUl03 .subMenu03:last-child a{
	border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;
}
.menuStyle_28 .menuUl .rflex:hover .menuUl02::before{
	content: '';
	border-top:5px solid transparent;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-bottom:5px solid #fff;
	position: absolute;
    top: 0px;
	transform: translateX(-50%);
}
.menuStyle_28 .menuUl02 .arrow:hover::before{
		content: '';
		border-top:5px solid transparent;
		border-left:5px solid #fff;
		border-right:5px solid transparent;
		border-bottom:5px solid transparent;
		position: absolute;
		right: -10px;
		top: 50%;
		transform: translateY(-50%);
}
.menuStyle_28 .rflex { position: relative;}
.menuStyle_28 .maxWidth{margin: auto;}

.menuStyle_28 .subBox{position: absolute; left: 0; width: 100%; background: rgba(238, 238, 238, 0.85); display: none;}
.menuStyle_28 .subBox .subBoxContent{padding: 15px; text-align: left; overflow: hidden;}
.menuStyle_28 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_28 .subBox .sublm{float: left; width: calc(100% - 440px); min-height: 10px;}
.menuStyle_28 .subBox .sublm>div{clear: both; overflow: hidden; margin: 8px 0;}
.menuStyle_28 .subBox .subImgsbox{float: left; width: 440px; height: 160px;}
.menuStyle_28 .subBox .subImgsbox>a{display: block; height: 100%; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}
.menuStyle_28 .subBox .subImgsbox>a:last-child{margin-left: 0;}
.menuStyle_28 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}
.menuStyle_28 .subBox .subImgsbox>a>div.subImg span{position: absolute; bottom: 0; left: 0; width: 100%; display: block; padding: 5px; background: rgba(255,255,255,.8); color: #17233d; font-size: 12px;}
.menuStyle_28 .subBox p{overflow: hidden; float: left;}
.menuStyle_28 .subBox p:first-child{margin-right: 10px; width: 100px;}
.menuStyle_28 .subBox p:last-child{width: calc(100% - 110px);}
.menuStyle_28 .subBox .subMenu02{font-size: 14px; margin-bottom: 5px; clear: both; color: #17233d; line-height: 28px;}
.menuStyle_28 .subBox .subMenu02.subCurSet{color: #750406;}
.menuStyle_28 .subBox .subMenu02:hover,
.menuStyle_28 .subBox .subMenu02:active{color: #750406;}
.menuStyle_28 .subBox .subMenu03{float: left; margin: 5px 20px 5px 0; font-size: 12px; color: #666;}
.menuStyle_28 .subBox .subMenu03:hover,
.menuStyle_28 .subBox .subMenu03:active{color: #750406;}
.menuStyle_28 .subMenu03 .thrCurSet{color: #750406 !important; background: #f7f7f7 !important;}

.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.thrMenuSet.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_1562728646102 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@media screen and (min-width:640px) {
	#dh_style_28_1562728646102 .maxWidth{max-width:px;}
	#dh_style_28_1562728646102 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
	#dh_style_28_1562728646102 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	/* .menuUl>li>#menuLogo 这种查找会失败改为下面这种 2019.5.29 */
	#dh_style_28_1562728646102 .menuUl li #menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
}


	#image_style_01_1562728955506 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1562728955506 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1562728955506 .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;}

/* 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_1562729157306 .bannerStyle_1 .main_image .img-item .img_0{background: url('https://cdn.yun.sooce.cn/4/45501/jpg/1584003183709e1b69eba259ccc10.jpg?version=1584003194') center top no-repeat;}
                #banner_style_01_1562729157306 .bannerStyle_1 .main_image .img-item .img_1{background: url('https://cdn.yun.sooce.cn/4/45501/jpg/158400318370921f8e2dae243c0d0.jpg?version=1584003194') center top no-repeat;}
                #banner_style_01_1562729157306 .bannerStyle_1 .main_image .img-item .img_2{background: url('https://cdn.yun.sooce.cn/4/45501/jpg/15840031837077982e2f651003bb6.jpg?version=1584003192') center top no-repeat;}
                #banner_style_01_1562729157306 .bannerStyle_1 .ground_glass{}
    
    #banner_style_01_1562729157306 .bannerStyle_1 .main_image .img-item span{}
    @media screen and (min-width:641px) and (max-width:1200px) {
    #banner_style_01_1562729157306 .bannerStyle_1 .main_image .img-item span{}
    }

    @media screen and (max-width:640px) {
    #banner_style_01_1562729157306 .bannerStyle_1 .main_image .img-item span{}    }
.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}.imgStyle_11{position:relative; clear: both; width: 100%; height: 100%;}
.imgStyle_11 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.imgStyle_11 ul li.imgItems{position: relative; overflow: hidden !important; width: 19%; box-sizing:border-box; margin-bottom:10px;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
	}
.imgStyle_11 ul li .ratio{margin-top: 100%;}
.imgStyle_11 ul li a{}
.imgStyle_11 ul li:hover{z-index: 2; transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1);}
.imgStyle_11 ul li a img{position: absolute; width: auto; height: 100%; top: 50%; left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}


.imgStyle_11 .theimgtext{height:30px;line-height: 30px;font-size: 14px;color:black;width:100%;text-align: center;}
.imgStyle_11 .theimgdiv{position:absolute;width:100%;height:100%;height:100%;background-repeat: no-repeat !important;background-position-x: 50% !important;background-position-y: 50% !important;background-size: auto 100% !important;}

.imgShowBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgShowBox img{ position: absolute; width: auto; max-width: 80%; border: 20px solid #fff;top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); box-shadow: 0 0 10px rgba(0,0,0,.3);}
.imgShowBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgShowBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgShowBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgShowBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgShowBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgShowBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgShowBox.scroll img{top:5%; margin-bottom: 5%; transform: translate(-50%,0%); -webkit-transform: translate(-50%,0%); -moz-transform: translate(-50%,0%); -o-transform: translate(-50%,0%);}
.pos_fixed{position: fixed; width: 100%;}
.imgButton{position: fixed; width: 70%; max-width: 400px; bottom: 15%; left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:nowrap; justify-content:space-between; align-items:center;}
.imgButton span{display: inline-block; cursor:pointer; box-shadow: 0 0 6px rgba(0,0,0,.2);
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}
.imgButton span:hover{opacity: .8;}
.imgButton span i{font-size: inherit; line-height: inherit; color:inherit;}
.imgButton span.prevImg, .imgButton span.nextImg, .imgButton span.closeShowPic{ font-size: 40px; width: 50px; height:50px; line-height: 50px;  border-radius: 100%;font-family: serif; background-color: #fff; text-align: center; box-sizing: border-box;}
.imgButton span.prevImg, .imgButton span.nextImg{font-size: 26px; width: 40px; height: 40px; line-height: 40px; text-align: center;}
@media screen and (max-width: 1024px){.imgStyle_11 ul li{width: 24%;}}
@media screen and (max-width: 768px){
	.imgStyle_11 ul li{width: 49%;}
	.imgShowBox img{border-width: 10px;}
	.imgShowBox.scroll img{top:5%; margin-bottom: 10vh;}
}



/*pc*/
#image_style_11_1562732871426  ul li{width: 23.5%;}
#image_style_11_1562732871426  ul li.imgItems{margin-bottom:2%;}
@media screen and (max-width: 1024px){/*ipad*/
	#image_style_11_1562732871426  ul li{width: 32%;}
	#image_style_11_1562732871426  ul li.imgItems{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#image_style_11_1562732871426  ul li{width: 49%;}
	#image_style_11_1562732871426  ul li.imgItems{margin-bottom:2%;}
}

	#image_style_01_1562742071317 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1562742071317 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1562742071317 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1562742071317 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_1562742392923 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1562742392923 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1562742392923 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1562742392923 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_1562742401510 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1562742401510 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1562742401510 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1562742401510 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_1562742416058 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1562742416058 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1562742416058 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1562742416058 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_1562740875490 .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_1562740875490 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1562740875490 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1562740875490 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;}
.bannerStyle_4 {text-align:center; font-weight:normal; width: 100%; height: 100%; position: relative;}
.bannerStyle_4 a{text-decoration:none;}
.bannerStyle_4 a:hover{cursor:pointer;}
.bannerStyle_4 img:hover{cursor:pointer;}

.bannerStyle_4 .imgMove{position:relative; width:100%; height:100%; overflow:hidden; margin-left:auto; margin-right:auto;}
.bannerStyle_4 .subMove{position:absolute; width:max-content;width: -webkit-max-content;width: -moz-max-content; height:100%;}
.bannerStyle_4 .imgMove ul{position:relative; height:100%; float:left; list-style-type:none;display: inline;}
.bannerStyle_4 .imgMove li{position:relative; float:left; padding:0 10px; height:100%;box-sizing: border-box;overflow: hidden;}
.bannerStyle_4 .imgMove img{height:100%;}
.bannerStyle_4 .imgMove img:hover{opacity:0.95;}
.bannerStyle_4 .list_mode .a_mode{position: relative;}
.bannerStyle_4 .textAlt{display: inline-block;position: absolute;width: 100%;text-align: left;left: 0;bottom: 0;line-height: 1.8;background: rgba(255,255,255,0.5);padding: 8px 10px;box-sizing: border-box;}
.banner4Box{position:fixed; width:100%; height:100%; display:none; z-index:333; background-color:#151515; top:0; left:0;}
.banner4Box a{text-decoration:none;}
.banner4Box a:hover{cursor:pointer;}
.banner4Box img:hover{cursor:pointer;}

.boxExit{position:absolute; float:right; top:2%; right:2%; text-align:right; z-index:999;}
.boxExit img{width:25%; height:25%;}

.banner4Box .subBox{position:fixed; width:100%; height:75%; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -o-transform:translateY(-50%); overflow:hidden;}
.banner4Box .boxCon{position:relative; width:750px; height:100%; margin:0px auto;}
.banner4Box .boxBefore{position:absolute; width:600px; height:100%; background:rgba(0,0,0,0.8); left:-600px; bottom:0px; z-index:666; transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s;}
.banner4Box .boxBefore:hover{opacity:0.9;}
.banner4Box .boxBefore img{position:absolute; width:32px; height:63px; right:10px; top:40%; cursor:pointer;}
.banner4Box .boxAfter{position:absolute; width:600px; height:100%; background:rgba(0,0,0,0.8); right:-600px; bottom:0px; z-index:666; transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s;}
.banner4Box .boxAfter:hover{opacity:0.9;}
.banner4Box .boxAfter img{position:absolute; width:32px; height:63px; left:10px; top:40%; cursor:pointer;}
.banner4Box .boxScroll{position:relative; width:2000%; height:100%; list-style-type:none;}
.banner4Box .boxScroll li{position:relative; float:left; height:100%;}
.banner4Box .boxScroll img{height:100%;}

@media screen and (max-width: 765px){
.banner4Box .boxBefore img{right:5px; width:25px; height:50px;}
.banner4Box .boxAfter img{left:5px; width:25px; height:50px;}
.banner4Box .boxExit{top:15px; right:15px;}
}
	.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_1562744841007 .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_1562744841007 .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_1562744841007 .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_1562745211742 .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_1562745211742 .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_1562745211742 .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);}}
/* 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_1562745282770 .bannerStyle_1 .main_image .img-item .img_0{background: url('../img/upimages/20190907154833358.jpg') center top no-repeat;}
                #banner_style_01_1562745282770 .bannerStyle_1 .main_image .img-item .img_1{background: url('../img/upimages/20190907160725167.jpg') center top no-repeat;}
                #banner_style_01_1562745282770 .bannerStyle_1 .ground_glass{}
    
    #banner_style_01_1562745282770 .bannerStyle_1 .main_image .img-item span{}
    @media screen and (min-width:641px) and (max-width:1200px) {
    #banner_style_01_1562745282770 .bannerStyle_1 .main_image .img-item span{}
    }

    @media screen and (max-width:640px) {
    #banner_style_01_1562745282770 .bannerStyle_1 .main_image .img-item span{}    }
.button_default01 { width: 100%; height:40px; background: #fff; color: #000; box-sizing: border-box; border: 1px solid #000; 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_01_1562746196313 .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_01_1562746196313 .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_01_1562746196313 .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);}}.imgStyle_12{ width:100%; }
.imgStyle_12 *{ font-size:'微软雅黑'; }
.imgStyle_12 .imgTextUl{ display:flex; justify-content: space-between; flex-wrap: wrap; }
.imgStyle_12 .imgTextLi{ width:calc(100% / 3); overflow: hidden; margin-bottom:2%;}
.imgStyle_12 .imgTBox{ text-align: center;}
.imgStyle_12 .imgTBox>img{ display: inline-block; width:100px;box-sizing: border-box;}
.imgStyle_12 .imgBt{ text-align: center; font-size:16px; line-height:3;}
.imgStyle_12 .imgDetail{ text-align: center; font-size:12px; }

@media screen and (max-width: 768px){
	.imgStyle_12 .imgTextLi{ width:44%;}
	.imgStyle_12 .imgTBox>img{ width:50px; }
	.imgStyle_12 .imgBt{ font-size:16px; line-height:2.5;}
}
	
			#image_style_12_1562746384217 .imgDetail{ display:block; }
		
			#image_style_12_1562746384217 li{ width:19.2%; margin-left: auto;margin-right: auto;}
		#image_style_12_1562746384217 li.imgTextLi{ margin-bottom:1%; }
		#image_style_12_1562746384217 .imgTBox img{ width:200px;}
		#image_style_12_1562746384217 .img_Box{ padding-bottom: ; }

	@media screen and (min-width: 767px) and (max-width: 1024px){
		#image_style_12_1562746384217 li{ width:19.2%; }
		#image_style_12_1562746384217 li.imgTextLi{ margin-bottom:1%; }
		#image_style_12_1562746384217 .imgTBox img{ width:150px;}
	}
	@media screen and (max-width: 768px){
		#image_style_12_1562746384217 li{ width:48%; }
		#image_style_12_1562746384217 li.imgTextLi{ margin-bottom:4%; }
		#image_style_12_1562746384217 .imgTBox img{ width:50px;}
	}
		

	
	
	
.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}.blank_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_1562747281074 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1562747281074 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1562747281074 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1562747281074 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
/*新闻列表样式*/
.boxNewsListStyle_18{width:100%; clear: both;}
.boxNewsListStyle_18 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_18 li{clear:both;width:100%; list-style:none;padding-bottom: 10px; margin-bottom:10px; border-bottom:1px solid #eee; background: #fff; box-sizing:border-box; overflow: hidden;}
.boxNewsListStyle_18 .sumary_list .newCont{width:100%; box-sizing:border-box; float: left;}
.boxNewsListStyle_18 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_18 .sumary_list .newName{}
.boxNewsListStyle_18 .sumary_list .newName a{	display: inline-block; text-decoration:none; line-height:1.4; font-size:16px; color: #333;}
.boxNewsListStyle_18 .sumary_list .newName a:hover{}
.boxNewsListStyle_18 .sumary_list .newSort{color:#fff; font-size:12px; white-space: nowrap; padding:0 1em; height: 24px; line-height: 24px; background:#4dc0f8; margin-right:10px; float:left;}
.boxNewsListStyle_18 .sumary_list .newsTime{text-align:right;color:#aaa; font-size:16px; white-space:nowrap;float: right;}
.boxNewsListStyle_18 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_18 .sumary_list .newDetail{width:100%; padding:1em 0 0; color:#aaa; font-size:12px; line-height:1.6;overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:2; -webkit-box-orient:vertical;}

/*分页*/
.boxNewsListStyle_18 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.boxNewsListStyle_18 .page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.boxNewsListStyle_18 .page_btn a.cur,.boxNewsListStyle_18 .page_btn a:hover{border:1px solid #4c4c4c;}
.boxNewsListStyle_18 .prev_btn,.boxNewsListStyle_18 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.boxNewsListStyle_18 .no_page{border: 0 !important;}


/*alex---后期加的图片样式*/
.boxNewsListStyle_18 .newPic{background-color: #eee;width:110px; ;margin:0 10px 10px 0;overflow:hidden; position:relative; box-sizing:border-box; float:left; }
.boxNewsListStyle_18 .newPic a{display: block; position: absolute; left: 0; width: 100%;}
.boxNewsListStyle_18 .newPic img{width:100%;}
.boxNewsListStyle_18 .newPic2{display: none;}
.boxNewsListStyle_18 .show_all{ margin-top:.5em;float: left;}
.boxNewsListStyle_18 .show_all a{display:block; margin-top:.4em; text-decoration:none; border:1px solid #ddd; text-align:center; padding:.4em 1em; font-size:12px;  color:#666; }
.boxNewsListStyle_18 .newSort{display: block;color:#999;}


@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
.boxNewsListStyle_18 .sumary_list .newName a{font-size:14px;}
.boxNewsListStyle_18 .sumary_list .newsTime{font-size:14px;}

.boxNewsListStyle_18  .newPic{width:100%;float:none;margin-bottom: 6px;}
.boxNewsListStyle_18 .show_all{width:40%;min-width: 160px; }


}

}
@media screen and (max-width:480px){
.boxNewsListStyle_18 .sumary_list .newName a{font-size:12px;}
.boxNewsListStyle_18 .sumary_list .newsTime{font-size:12px;}
}


	#newsList_style_18_1562748485032 .newDetail.pc {display:block;}
	#newsList_style_18_1562748485032 .newDetail.pad, #newsList_style_18_1562748485032 .newDetail.mobile {display:none;}
	#newsList_style_18_1562748485032 .newTitle.pc {display:block;}
	#newsList_style_18_1562748485032 .newTitle.pad, #newsList_style_18_1562748485032 .newTitle.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_18_1562748485032 .newDetail.pad {display:block;}
		#newsList_style_18_1562748485032 .newDetail.pc, #newsList_style_18_1562748485032 .newDetail.mobile {display:none;}
		#newsList_style_18_1562748485032 .newTitle.pad {display:block;}
		#newsList_style_18_1562748485032 .newTitle.pc, #newsList_style_18_1562748485032 .newTitle.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_18_1562748485032 .newDetail.mobile {display:block;}
		#newsList_style_18_1562748485032 .newDetail.pc, #newsList_style_18_1562748485032 .newDetail.pad {display:none;}
		#newsList_style_18_1562748485032 .newTitle.mobile {display:block;}
		#newsList_style_18_1562748485032 .newTitle.pc, #newsList_style_18_1562748485032 .newTitle.pad {display:none;}
	}

@media screen and (min-width: 1025px) {
	#newsList_style_18_1562748485032 .sumary_list .newPic{width: 0px;}
	#newsList_style_18_1562748485032 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
			#newsList_style_18_1562748485032 .sumary_list .newCont{width: 100%;}
	}
@media screen and (min-width: 640px) and (max-width: 1024px) {
	#newsList_style_18_1562748485032 .sumary_list .newPic{width: 0px;}
	#newsList_style_18_1562748485032 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
			#newsList_style_18_1562748485032 .sumary_list .newCont{width: 100%;}
	}

@media screen and (max-width: 640px) {
}

/* 新分页 */
#newsList_style_18_1562748485032 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_18_1562748485032 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_18_1562748485032 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_18_1562748485032 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_18_1562748485032 .submit_div{ display: inline-block; }

#newsList_style_18_1562748485032 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_18_1562748485032 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_18_1562748485032 .page_submit{margin-left:5px;}
#newsList_style_18_1562748485032 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
@media screen and (max-width:640px) {
		#newsList_style_18_1562748485032 .page_btn{ font-size:12px; }
		#newsList_style_18_1562748485032 .submit_div{ display:none; }
	}

	#newsList_style_18_1562748485032 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
	@media screen and (max-width:640px) {
		#newsList_style_18_1562748485032 .page{line-height:30px; padding:0 13px;}
	}

.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}.blank_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_1562748631318 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1562748631318 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1562748631318 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1562748631318 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
/*新闻列表样式*/
.boxNewsListStyle_18{width:100%; clear: both;}
.boxNewsListStyle_18 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_18 li{clear:both;width:100%; list-style:none;padding-bottom: 10px; margin-bottom:10px; border-bottom:1px solid #eee; background: #fff; box-sizing:border-box; overflow: hidden;}
.boxNewsListStyle_18 .sumary_list .newCont{width:100%; box-sizing:border-box; float: left;}
.boxNewsListStyle_18 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_18 .sumary_list .newName{}
.boxNewsListStyle_18 .sumary_list .newName a{	display: inline-block; text-decoration:none; line-height:1.4; font-size:16px; color: #333;}
.boxNewsListStyle_18 .sumary_list .newName a:hover{}
.boxNewsListStyle_18 .sumary_list .newSort{color:#fff; font-size:12px; white-space: nowrap; padding:0 1em; height: 24px; line-height: 24px; background:#4dc0f8; margin-right:10px; float:left;}
.boxNewsListStyle_18 .sumary_list .newsTime{text-align:right;color:#aaa; font-size:16px; white-space:nowrap;float: right;}
.boxNewsListStyle_18 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_18 .sumary_list .newDetail{width:100%; padding:1em 0 0; color:#aaa; font-size:12px; line-height:1.6;overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:2; -webkit-box-orient:vertical;}

/*分页*/
.boxNewsListStyle_18 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.boxNewsListStyle_18 .page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.boxNewsListStyle_18 .page_btn a.cur,.boxNewsListStyle_18 .page_btn a:hover{border:1px solid #4c4c4c;}
.boxNewsListStyle_18 .prev_btn,.boxNewsListStyle_18 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.boxNewsListStyle_18 .no_page{border: 0 !important;}


/*alex---后期加的图片样式*/
.boxNewsListStyle_18 .newPic{background-color: #eee;width:110px; ;margin:0 10px 10px 0;overflow:hidden; position:relative; box-sizing:border-box; float:left; }
.boxNewsListStyle_18 .newPic a{display: block; position: absolute; left: 0; width: 100%;}
.boxNewsListStyle_18 .newPic img{width:100%;}
.boxNewsListStyle_18 .newPic2{display: none;}
.boxNewsListStyle_18 .show_all{ margin-top:.5em;float: left;}
.boxNewsListStyle_18 .show_all a{display:block; margin-top:.4em; text-decoration:none; border:1px solid #ddd; text-align:center; padding:.4em 1em; font-size:12px;  color:#666; }
.boxNewsListStyle_18 .newSort{display: block;color:#999;}


@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
.boxNewsListStyle_18 .sumary_list .newName a{font-size:14px;}
.boxNewsListStyle_18 .sumary_list .newsTime{font-size:14px;}

.boxNewsListStyle_18  .newPic{width:100%;float:none;margin-bottom: 6px;}
.boxNewsListStyle_18 .show_all{width:40%;min-width: 160px; }


}

}
@media screen and (max-width:480px){
.boxNewsListStyle_18 .sumary_list .newName a{font-size:12px;}
.boxNewsListStyle_18 .sumary_list .newsTime{font-size:12px;}
}


	#newsList_style_18_1562748631321 .newDetail.pc {display:block;}
	#newsList_style_18_1562748631321 .newDetail.pad, #newsList_style_18_1562748631321 .newDetail.mobile {display:none;}
	#newsList_style_18_1562748631321 .newTitle.pc {display:block;}
	#newsList_style_18_1562748631321 .newTitle.pad, #newsList_style_18_1562748631321 .newTitle.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_18_1562748631321 .newDetail.pad {display:block;}
		#newsList_style_18_1562748631321 .newDetail.pc, #newsList_style_18_1562748631321 .newDetail.mobile {display:none;}
		#newsList_style_18_1562748631321 .newTitle.pad {display:block;}
		#newsList_style_18_1562748631321 .newTitle.pc, #newsList_style_18_1562748631321 .newTitle.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_18_1562748631321 .newDetail.mobile {display:block;}
		#newsList_style_18_1562748631321 .newDetail.pc, #newsList_style_18_1562748631321 .newDetail.pad {display:none;}
		#newsList_style_18_1562748631321 .newTitle.mobile {display:block;}
		#newsList_style_18_1562748631321 .newTitle.pc, #newsList_style_18_1562748631321 .newTitle.pad {display:none;}
	}

@media screen and (min-width: 1025px) {
	#newsList_style_18_1562748631321 .sumary_list .newPic{width: 0px;}
	#newsList_style_18_1562748631321 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
			#newsList_style_18_1562748631321 .sumary_list .newCont{width: 100%;}
	}
@media screen and (min-width: 640px) and (max-width: 1024px) {
	#newsList_style_18_1562748631321 .sumary_list .newPic{width: 0px;}
	#newsList_style_18_1562748631321 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
			#newsList_style_18_1562748631321 .sumary_list .newCont{width: 100%;}
	}

@media screen and (max-width: 640px) {
}

/* 新分页 */
#newsList_style_18_1562748631321 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_18_1562748631321 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_18_1562748631321 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_18_1562748631321 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_18_1562748631321 .submit_div{ display: inline-block; }

#newsList_style_18_1562748631321 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_18_1562748631321 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_18_1562748631321 .page_submit{margin-left:5px;}
#newsList_style_18_1562748631321 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
@media screen and (max-width:640px) {
		#newsList_style_18_1562748631321 .page_btn{ font-size:12px; }
		#newsList_style_18_1562748631321 .submit_div{ display:none; }
	}

	#newsList_style_18_1562748631321 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
	@media screen and (max-width:640px) {
		#newsList_style_18_1562748631321 .page{line-height:30px; padding:0 13px;}
	}

.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}.blank_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_1562748692667 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1562748692667 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1562748692667 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1562748692667 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
/*新闻列表样式*/
.boxNewsListStyle_18{width:100%; clear: both;}
.boxNewsListStyle_18 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_18 li{clear:both;width:100%; list-style:none;padding-bottom: 10px; margin-bottom:10px; border-bottom:1px solid #eee; background: #fff; box-sizing:border-box; overflow: hidden;}
.boxNewsListStyle_18 .sumary_list .newCont{width:100%; box-sizing:border-box; float: left;}
.boxNewsListStyle_18 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_18 .sumary_list .newName{}
.boxNewsListStyle_18 .sumary_list .newName a{	display: inline-block; text-decoration:none; line-height:1.4; font-size:16px; color: #333;}
.boxNewsListStyle_18 .sumary_list .newName a:hover{}
.boxNewsListStyle_18 .sumary_list .newSort{color:#fff; font-size:12px; white-space: nowrap; padding:0 1em; height: 24px; line-height: 24px; background:#4dc0f8; margin-right:10px; float:left;}
.boxNewsListStyle_18 .sumary_list .newsTime{text-align:right;color:#aaa; font-size:16px; white-space:nowrap;float: right;}
.boxNewsListStyle_18 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_18 .sumary_list .newDetail{width:100%; padding:1em 0 0; color:#aaa; font-size:12px; line-height:1.6;overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:2; -webkit-box-orient:vertical;}

/*分页*/
.boxNewsListStyle_18 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.boxNewsListStyle_18 .page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.boxNewsListStyle_18 .page_btn a.cur,.boxNewsListStyle_18 .page_btn a:hover{border:1px solid #4c4c4c;}
.boxNewsListStyle_18 .prev_btn,.boxNewsListStyle_18 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.boxNewsListStyle_18 .no_page{border: 0 !important;}


/*alex---后期加的图片样式*/
.boxNewsListStyle_18 .newPic{background-color: #eee;width:110px; ;margin:0 10px 10px 0;overflow:hidden; position:relative; box-sizing:border-box; float:left; }
.boxNewsListStyle_18 .newPic a{display: block; position: absolute; left: 0; width: 100%;}
.boxNewsListStyle_18 .newPic img{width:100%;}
.boxNewsListStyle_18 .newPic2{display: none;}
.boxNewsListStyle_18 .show_all{ margin-top:.5em;float: left;}
.boxNewsListStyle_18 .show_all a{display:block; margin-top:.4em; text-decoration:none; border:1px solid #ddd; text-align:center; padding:.4em 1em; font-size:12px;  color:#666; }
.boxNewsListStyle_18 .newSort{display: block;color:#999;}


@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
.boxNewsListStyle_18 .sumary_list .newName a{font-size:14px;}
.boxNewsListStyle_18 .sumary_list .newsTime{font-size:14px;}

.boxNewsListStyle_18  .newPic{width:100%;float:none;margin-bottom: 6px;}
.boxNewsListStyle_18 .show_all{width:40%;min-width: 160px; }


}

}
@media screen and (max-width:480px){
.boxNewsListStyle_18 .sumary_list .newName a{font-size:12px;}
.boxNewsListStyle_18 .sumary_list .newsTime{font-size:12px;}
}


	#newsList_style_18_1562748692669 .newDetail.pc {display:block;}
	#newsList_style_18_1562748692669 .newDetail.pad, #newsList_style_18_1562748692669 .newDetail.mobile {display:none;}
	#newsList_style_18_1562748692669 .newTitle.pc {display:block;}
	#newsList_style_18_1562748692669 .newTitle.pad, #newsList_style_18_1562748692669 .newTitle.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_18_1562748692669 .newDetail.pad {display:block;}
		#newsList_style_18_1562748692669 .newDetail.pc, #newsList_style_18_1562748692669 .newDetail.mobile {display:none;}
		#newsList_style_18_1562748692669 .newTitle.pad {display:block;}
		#newsList_style_18_1562748692669 .newTitle.pc, #newsList_style_18_1562748692669 .newTitle.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_18_1562748692669 .newDetail.mobile {display:block;}
		#newsList_style_18_1562748692669 .newDetail.pc, #newsList_style_18_1562748692669 .newDetail.pad {display:none;}
		#newsList_style_18_1562748692669 .newTitle.mobile {display:block;}
		#newsList_style_18_1562748692669 .newTitle.pc, #newsList_style_18_1562748692669 .newTitle.pad {display:none;}
	}

@media screen and (min-width: 1025px) {
	#newsList_style_18_1562748692669 .sumary_list .newPic{width: 0px;}
	#newsList_style_18_1562748692669 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
			#newsList_style_18_1562748692669 .sumary_list .newCont{width: 100%;}
	}
@media screen and (min-width: 640px) and (max-width: 1024px) {
	#newsList_style_18_1562748692669 .sumary_list .newPic{width: 0px;}
	#newsList_style_18_1562748692669 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
			#newsList_style_18_1562748692669 .sumary_list .newCont{width: 100%;}
	}

@media screen and (max-width: 640px) {
}

/* 新分页 */
#newsList_style_18_1562748692669 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_18_1562748692669 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_18_1562748692669 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_18_1562748692669 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_18_1562748692669 .submit_div{ display: inline-block; }

#newsList_style_18_1562748692669 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_18_1562748692669 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_18_1562748692669 .page_submit{margin-left:5px;}
#newsList_style_18_1562748692669 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
@media screen and (max-width:640px) {
		#newsList_style_18_1562748692669 .page_btn{ font-size:12px; }
		#newsList_style_18_1562748692669 .submit_div{ display:none; }
	}

	#newsList_style_18_1562748692669 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
	@media screen and (max-width:640px) {
		#newsList_style_18_1562748692669 .page{line-height:30px; padding:0 13px;}
	}

.textInput{
    width: 100%;
    height: 100%;
    padding: 6px;
    border-radius: 4px;
    height: 32px;
    outline: none;
    border: 1px #ccc solid;
    box-sizing: border-box;
}
.textInput:hover{
}
    #store-selector .text b{
        background: url('http://admin.mifwl.com../img/customForm/style_input_02/btn20121210.png') 0 0 no-repeat;
    }
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; 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; }.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; 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; }.textInput{
    width: 100%;
    height: 100%;
    padding: 6px;
    border-radius: 4px;
    height: 32px;
    outline: none;
    border: 1px #ccc solid;
    box-sizing: border-box;
}
.textInput:hover{
}
    #store-selector .text b{
        background: url('http://admin.mifwl.com../img/customForm/style_input_02/btn20121210.png') 0 0 no-repeat;
    }
.textInput{
    width: 100%;
    height: 100%;
    padding: 6px;
    border-radius: 4px;
    height: 32px;
    outline: none;
    border: 1px #ccc solid;
    box-sizing: border-box;
}
.textInput:hover{
}
    #store-selector .text b{
        background: url('http://admin.mifwl.com../img/customForm/style_input_02/btn20121210.png') 0 0 no-repeat;
    }

	#image_style_01_1562752436363 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1562752436363 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1562752436363 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1562752436363 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;}
.textareaInput3{
    padding: 5px;
    outline: none;
    border:1px #ccc solid;
    color: #666;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
	#image_style_01_1562749362911 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1562749362911 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1562749362911 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1562749362911 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;}
.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 !important; background: #f7f7f7 !important;}

.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.thrMenuSet.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_1562749454542 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@media screen and (min-width:640px) {
	#dh_style_28_1562749454542 .maxWidth{max-width:px;}
	#dh_style_28_1562749454542 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
	#dh_style_28_1562749454542 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	/* .menuUl>li>#menuLogo 这种查找会失败改为下面这种 2019.5.29 */
	#dh_style_28_1562749454542 .menuUl li #menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
}


	#image_style_01_1562806997952 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1562806997952 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1562806997952 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1562806997952 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;}
