
/**
    *编辑器         \View\css\diy\editPageComm.css
    *编辑器-预览    \View\css\diy\pageCom.css
    *编辑器-发布    \Model\viewsRes\publish\comm.css
*/
@charset "utf-8";
/*----------------公共部分----------------*/
html{overflow-x:hidden; overflow-y:auto;}
body{ background-repeat:no-repeat; background-position:left top; position:relative; overflow-x: hidden;}
body, li, ul, ol, dl, dt, dd, form, input, textarea, h1, h2, h3, h4, h5, h6, p,select{ margin: 0px; padding: 0px; list-style-type:none; font-size: 12px; font:12px/1.5 tahoma,arial,"Microsoft YaHei";outline: 0 none; color:#333;}
em,i{font-style:normal;}
a{color:#333;}
a{text-decoration:none;}
*{margin:0px; padding:0px;outline: none !important;}
img {-ms-interpolation-mode:bicubic; border:none;}
.view{z-index: 1;position: absolute;}
.horizontal .view{position:relative; float:left;}
.vertical .view{position:relative;}
.view_contents{position:relative; width:100%; margin:0 auto; padding:0; z-index:10; height:100%; overflow: hidden; box-sizing: border-box;/*添加后，模块的内边距和边框不会再溢出*/}
.layout{ position: relative; width: 100%; margin: 0px auto; padding: 0px; z-index: 1;}
.layout > .view_contents{ /*overflow: visible;*/ cursor:default;}
/*流布局*/
.flow .view_contents > .view{float: left;}
.clear { clear: both; }
/*苹果去除样式*/
select,input[type='button'],input[type="reset"],input[type='submit'],input[type='text'],input[type="password"],input[name='query'],input[name='d']{-webkit-appearance: none; border-radius:0px}
input:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only;}

/*模块分页*/
.page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.page_btn a.cur,.page_btn a:hover{border:1px solid #4c4c4c;}
.prev_btn,.next_btn{font-family: '黑体' !important; border: 0 !important;}
.no_page{border: 0 !important;}
@media screen and (max-width:768px){
/*分页*/
.page_btn a:nth-child(n+5){display: none;}
.page_btn a:nth-last-child(1),.page_btn a:nth-last-child(2),.page_btn a:nth-last-child(3){display: inline-block !important;}
}

/*图片放大样式*/
.imgBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgBox img{ position: absolute; width: auto; max-width: 80%; /*max-height: 65%;*/ border: 20px solid #fff;top: 40%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); box-shadow: 0 0 10px rgba(0,0,0,.3);}
.imgBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgBox.scroll img{top:5%; margin-bottom: 5%; transform: translate(-50%,0%); -webkit-transform: translate(-50%,0%); -moz-transform: translate(-50%,0%); -o-transform: translate(-50%,0%);}
.pos_fixed{position: fixed; width: 100%;}
.imageButton{position: fixed; bottom: 15%; left: 50%; 
	-webkit-transform: translateX(-50%); 
	-moz-transform: translateX(-50%); 
	-ms-transform: translateX(-50%); 
	-o-transform: translateX(-50%); 
	transform: translateX(-50%); 
}
.imageButton span{display: inline-block; cursor:pointer; box-shadow: 0 0 6px rgba(0,0,0,.2);
	-webkit-transition: all ease .2s; 
	-moz-transition: all ease .2s; 
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s; 
	transition: all ease .2s; 
}
.imageButton span:hover{opacity: .8;}
.imageButton span.closeShowPic{ font-size: 40px; border-radius: 100%;font-family: serif; line-height: 1; background-color: #fff; padding: .2em; text-align: center;}
@media screen and (max-width: 768px){/*mobi*/
	.imgBox img{border-width: 10px;}
	.imgBox.scroll img{top:5%; margin-bottom: 10vh;}
}

    .jurisdiction_mask{
        top: 0;
        left: 0;
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0,0.5);
        z-index: 2147483647;
		display:none;
    }
    .jurisdiction_tips{
        width: 400px;
        background: #ffffff;
        position: absolute;
        left: 50%;
        top: 45%;
        -ms-transform:translate(-50%,-50%);
        -webkit-transform:translate(-50%,-50%);
        -o-transform:translate(-50%,-50%);
        -moz-transform:translate(-50%,-50%);
        transform:translate(-50%,-50%);
        padding: 23px 20px;
        box-sizing: border-box;
        text-align: center;
    }
    .jurisdiction_tips img{
        display: block;
        margin: 0 auto;
    }
    .jurisdiction_tips h3{
        font-size: 18px;
        font-weight: 400;
        line-height: 40px;color: #575757;
        text-align: center;
        margin: 5px 0 0;
    }
    .jurisdiction_tips p{
        color: #999;
        font-size: 16px;
        text-align: center;
        font-weight: 300;
        margin: 0;
    }
    .jurisdiction_tips button{
        color: #fff;
        font-size: 12px;
        padding: 10px 0;
        margin: 10px 3px 0;
        background-color: #aaa;
        cursor: pointer;
        display: inline-block;
        box-sizing: border-box;
        border: none;
        outline: none !important;
        width: 98px;
    }
    .jurisdiction_tips .jurisdiction_login{
        background: #ff0099;
    }
    .jurisdiction_tips button:hover{
        opacity: 0.8;
    }
    .jurisdiction_tips_mobile{
        display: none;
    }
    @media screen and (max-width: 450px){
        .jurisdiction_tips{
            width: 80%;
            padding: 20px 15px;
        }
        .jurisdiction_tips p{
            display: none;
        }
        .jurisdiction_tips .jurisdiction_tips_mobile{
            display: block;
        }
        .jurisdiction_tips img{width: 60px;}
        .jurisdiction_tips h3{font-size: 16px;}
        .jurisdiction_tips p{
            font-size: 14px;
        }
        .jurisdiction_tips button{margin-top: 12px;padding: 8px 0;}
    }

/*内链替换的继承父样式*/
.inherit_the_style{color:inherit;font-weight:inherit;font-size:inherit;background:inherit;display:unset;margin:0;padding:0}
/*----------------------电脑板式样式----------------------*/

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {

}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {

}
body{ background-position:left top; }


 #image_logo_1571110039191{width:6.333155934007451%;height:72px;position:absolute;top:2px;left:0.33333333333333337%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1571110039191{left:0.3181336161187699%;top:-3.5px;height:90px;width:96px;}}   @media screen and (max-width:640px) {#image_logo_1571110039191{width:93px;height:61px;top:-4px;left:0.13333333333333333%;}} 

 #dh_style_28_1571133534833{width:60%;z-index:9999;left:39.838541666666664%;top:22px;position:absolute;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_28_1571133534833{z-index:999;height:44px;width:555px;}}   @media screen and (max-width:640px) {#dh_style_28_1571133534833{z-index:999;height:44px;left:39.8375%;top:4.5px;}} #dh_style_28_1571133534833 > .view_contents{overflow:visible;}  #dh_style_28_1571133534833 .mainMenuSet {font-size:16px;font-weight:bold;color:#4c4c4c;text-color:#4c4c4c;text-hover-color:#ff7f00;font-family:SimSun;} #dh_style_28_1571133534833 .mainMenuSet:hover {color:#ff7f00;} #dh_style_28_1571133534833 #hot>a {color:#ff7f00;} #dh_style_28_1571133534833 .mainMenuSet:active {color:#ff6f04;} #dh_style_28_1571133534833 .subMenuSet:hover {color:#ff7f00;border-style:solid;border-width:2px;border-color:#ff6f04;border-top:none !important;border-right:none !important;border-bottom:none !important;} #dh_style_28_1571133534833 .subCurSet {color:#ff7f00;border-style:solid;border-width:2px;border-color:#ff6f04;border-top:none !important;border-right:none !important;border-bottom:none !important;} #dh_style_28_1571133534833 .subMenuSet:active {color:#ff6f04;border-bottom:none !important;border-width:2px;border-color:#ff6f04;border-style:solid;} #dh_style_28_1571133534833 .thrMenuSet:active {color:#ff6f04;} #dh_style_28_1571133534833 .thrMenuSet:hover {color:#ff7f00;} #dh_style_28_1571133534833 .thrCurSet {color:#ff7f00;background:#f7f7f7 !important;} #dh_style_28_1571133534833 .subMenuSet {color:#4c4c4c;font-family:SimSun;} #dh_style_28_1571133534833 .thrMenuSet {color:#4c4c4c;font-family:SimSun;} @media screen and (max-width:640px) { #dh_style_28_1571133534833  {background:#ffffff;}} #comm_layout_header{height:77px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:92px;display:block;}}   @media screen and (max-width:640px) {#comm_layout_header{height:66px;z-index:10;display:block;}} #comm_layout_header > .view_contents{overflow:visible;max-width:1200px;}  #comm_layout_header  {background-size:auto 100%;background-repeat:no-repeat!important;background-position:0% 0% !important;background:#ffffff;} #comm_layout_header:hover {background:#ffffff;} #comm_layout_header .view_contents:hover {background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #comm_layout_header  {background-size:auto 100%;}} @media screen and (max-width:640px) { #comm_layout_header  {background:#ffffff;background-size:auto 100%;}}



 #text_style_02_1577776790564{width:19.666666666666664%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:59px;left:4.166666666666666%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1577776790564{width:199px;left:3.431372549019608%;top:57px;}}   @media screen and (max-width:640px) {#text_style_02_1577776790564{width:77.77777777777779%;top:11px;left:10.779671717171716%;}} #text_style_02_1577776790564 > .view_contents{overflow:visible;}  #text_style_02_1577776790564>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:24px;text-align:center;color:#000000;font-weight:bold;height:40px;line-height:30px;letter-spacing:0px;font-style:italic;} #text_style_02_1577776790564  {background-size:auto 100%;background-repeat:repeat-x;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1577776790564>.view_contents {box-sizing:border-box;font-size:20px;}} @media screen and (max-width:640px) { #text_style_02_1577776790564>.view_contents {box-sizing:border-box;font-size:14px;line-height:30px;height:30px;letter-spacing:1px;}}
/*----------------------电脑板式样式----------------------*/
#text_style_02_1577776790564{

	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1577776790564{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_02_1577776790564{
		
	}
}

 #text_style_01_1577778934628{width:92.33333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:138px;left:4.416666666666667%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1577778934628{left:3.9215686274509802%;top:138px;}}   @media screen and (max-width:640px) {#text_style_01_1577778934628{width:96%;font-size:12px;color:#333;line-height:1.6;top:72px;left:2%;}}  #text_style_01_1577778934628>.view_contents {text-align:justify;font-size:15px;line-height:35px;color:#333333;writing-mode:lr;height:100%;letter-spacing:0px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1577778934628>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1577778934628>.view_contents {font-size:12px;line-height:25px;}}

 #div_blank_new05_1577779128612{width:18.166666666666668%;position:absolute;left:4.166666666666666%;top:90.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1577779128612{left:3.9215686274509802%;width:22.426470588235293%;top:92.5px;}}   @media screen and (max-width:640px) {#div_blank_new05_1577779128612{width:125px;top:30px;left:27.27272727272727%;}}  #div_blank_new05_1577779128612  {box-sizing:border-box;} #div_blank_new05_1577779128612 .roundcs {border-width:2px;border-color:#191919;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1577779128612  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1577779128612  {box-sizing:border-box;}}
 #div_a_includeBlock_1577772544666{width:100%;height:278px;position:absolute;top:498px;left:0%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1577772544666{width:816px;left:6.574761399787911%;top:340px;height:294px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1577772544666{width:79.2%;height:178px;top:184px;left:10.399999999999999%;}}  #div_a_includeBlock_1577772544666  {border-bottom:none !important;border-color:#e5e5e5;border-style:solid;border-width:1px;background:#ffffff;}

 #text_style_02_1564364152524{width:21.666666666666668%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:190px;left:61.66666666666667%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1564364152524{width:212px;left:58.91436903499469%;top:128px;}}   @media screen and (max-width:640px) {#text_style_02_1564364152524{width:21.6%;top:46px;left:66.39583333333333%;}}  #text_style_02_1564364152524>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:15px;text-align:center;color:#bf5f00;font-weight:normal;height:40px;line-height:40px;letter-spacing:18px;} #text_style_02_1564364152524  {background-size:auto 100%;background-repeat:repeat-x;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1564364152524>.view_contents {box-sizing:border-box;font-size:15px;}} @media screen and (max-width:640px) { #text_style_02_1564364152524>.view_contents {box-sizing:border-box;font-size:16px;line-height:30px;height:30px;letter-spacing:1px;font-weight:normal;color:#b38d54;}}
/*----------------------电脑板式样式----------------------*/
#text_style_02_1564364152524{

	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1564364152524{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_02_1564364152524{
		
	}
}

 #text_style_01_1577778336368{width:31.416666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:290px;left:49.583333333333336%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1577778336368{left:49.58244962884412%;top:206.5px;}}   @media screen and (max-width:640px) {#text_style_01_1577778336368{width:87.73333333333333%;font-size:12px;color:#333;line-height:1.6;top:97px;left:2.933333333333333%;}}  #text_style_01_1577778336368>.view_contents {color:#999999;letter-spacing:10px;font-size:14px;text-align:right;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1577778336368>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1577778336368>.view_contents {font-size:12px;}}

 #div_blank_new05_1577778697078{width:24.666666666666668%;position:absolute;top:275px;left:54.713541666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1577778697078{top:185.5px;left:50.64289501590669%;width:271px;}}   @media screen and (max-width:640px) {#div_blank_new05_1577778697078{width:72.26666666666667%;top:82px;left:14.529166666666669%;}}  #div_blank_new05_1577778697078  {box-sizing:border-box;} #div_blank_new05_1577778697078 .roundcs {border-color:#999999;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1577778697078  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1577778697078  {box-sizing:border-box;}}

 #text_style_02_1577780094701{width:19.666666666666664%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:149px;left:61.66666666666667%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1577780094701{width:165px;left:64.00450689289502%;top:89px;}}   @media screen and (max-width:640px) {#text_style_02_1577780094701{width:44.266666666666666%;top:16px;left:53.733333333333334%;}} #text_style_02_1577780094701 > .view_contents{overflow:visible;}  #text_style_02_1577780094701>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:48px;text-align:center;color:#e5e5e5;font-weight:bold;height:40px;line-height:30px;letter-spacing:10px;font-style:normal;} #text_style_02_1577780094701  {background-size:auto 100%;background-repeat:repeat-x;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1577780094701>.view_contents {box-sizing:border-box;font-size:28px;color:#e5e5e5;font-style:normal;letter-spacing:10px;}} @media screen and (max-width:640px) { #text_style_02_1577780094701>.view_contents {box-sizing:border-box;font-size:18px;line-height:30px;height:30px;letter-spacing:5px;}}
/*----------------------电脑板式样式----------------------*/
#text_style_02_1577780094701{

	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1577780094701{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_02_1577780094701{
		
	}
} #layout_1565944218500{height:776px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1565944218500{height:634px;}}   @media screen and (max-width:640px) {#layout_1565944218500{height:362px;}} #layout_1565944218500 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1565944218500  {background: url(https://cdn.yun.sooce.cn/4/46165/jpg/1577772369751d0f4b957e354faaf.jpg?version=0);background-position:50% 50% !important;background-size:cover;} @media screen and (min-width:641px) and (max-width:1200px) { #layout_1565944218500  {background-size:cover;}}



 #text_style_01_1565946056046{width:90.24186822351959%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:32px;left:4.5037531276063385%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1565946056046{top:8px;left:4.166666666666666%;width:92.27941176470588%;}}   @media screen and (max-width:640px) {#text_style_01_1565946056046{width:94.61279461279462%;font-size:12px;color:#333;line-height:1.6;top:11px;left:2.3621632996632993%;}}  #text_style_01_1565946056046>.view_contents {text-align:justify;font-size:15px;line-height:35px;color:#333333;writing-mode:lr;height:100%;letter-spacing:0px;font-family:Microsoft YaHei;font-weight:normal;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1565946056046>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1565946056046>.view_contents {font-size:12px;line-height:25px;}}

 #text_style_01_1577779178110{width:91.32610508757297%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:317px;left:4.295246038365304%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1577779178110{left:3.9828431372549016%;top:278px;width:752px;}}   @media screen and (max-width:640px) {#text_style_01_1577779178110{width:96.63299663299664%;font-size:12px;color:#333;line-height:1.6;top:232px;left:1.3520622895622896%;}}  #text_style_01_1577779178110>.view_contents {text-align:justify;font-size:15px;line-height:35px;color:#333333;writing-mode:lr;height:100%;letter-spacing:0px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1577779178110>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1577779178110>.view_contents {font-size:12px;line-height:25px;}}
 #div_a_includeBlock_1577772760337{width:99.91666666666667%;height:475px;position:absolute;top:0px;left:0%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1577772760337{width:816px;left:6.574761399787911%;top:-1px;height:433px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1577772760337{width:79.2%;height:368px;top:0px;left:10.399999999999999%;}}  #div_a_includeBlock_1577772760337  {background:#ffffff;border-style:solid;border-width:1px;border-color:#cccccc;border-top:none !important;border-bottom:none !important;} #layout_1565945676841{height:475px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1565945676841{height:432px;}}   @media screen and (max-width:640px) {#layout_1565945676841{height:368px;}} #layout_1565945676841 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1565945676841  {background:#e5e5e5;}



 #banner_style_04_1577777663393{width:90.24186822351959%;height:359px;position:absolute;left:4.75396163469558%;top:4px;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_04_1577777663393{left:4.120710784313726%;width:92.0343137254902%;top:4px;}}   @media screen and (max-width:640px) {#banner_style_04_1577777663393{width:100%;height:136px;top:0px;left:0%;}} 
 #div_a_includeBlock_1577773456448{width:99.91666666666667%;height:457px;position:absolute;top:0px;left:0%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1577773456448{width:816px;left:6.574761399787911%;height:413px;top:0px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1577773456448{width:79.2%;height:162px;top:0px;left:10.399999999999999%;}}  #div_a_includeBlock_1577773456448  {background:#ffffff;border-style:solid;border-width:1px;border-color:#cccccc;border-top:none !important;} @media screen and (min-width:641px) and (max-width:1200px) { #div_a_includeBlock_1577773456448  {border-top:none !important;}} #layout_1564131662592{height:577px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1564131662592{height:466px;}}   @media screen and (max-width:640px) {#layout_1564131662592{height:218px;}} #layout_1564131662592 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1564131662592  {background:#e5e5e5;}



 #image_style_01_1571129553226{width:1.2352309344790546%;height:29px;position:absolute;top:83px;left:28.416666666666668%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1571129553226{height:27px;top:53px;left:28.444790562036054%;width:22px;}}   @media screen and (max-width:640px) {#image_style_01_1571129553226{width:4.266666666666667%;height:17px;top:53.359375px;left:10.612499999999999%;}} #image_style_01_1571129553226 > .view_contents{overflow:visible;} 

 #image_style_01_1571129553231{width:1.611170784103115%;height:32px;position:absolute;top:83px;left:58.74348958333333%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1571129553231{top:53px;left:63.462685577942736%;width:24px;height:28px;}}   @media screen and (max-width:640px) {#image_style_01_1571129553231{width:4.8%;height:22px;top:89.359375px;left:7.245833333333334%;}} #image_style_01_1571129553231 > .view_contents{overflow:visible;} 

 #image_style_01_1571129553236{width:1.3963480128893664%;height:29px;position:absolute;top:83px;left:74.89973958333334%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1571129553236{width:2.2269353128313893%;top:53px;left:82.75284994697773%;height:25px;}}   @media screen and (max-width:640px) {#image_style_01_1571129553236{width:4.266666666666667%;height:20px;top:83.359375px;left:64.22916666666667%;}} #image_style_01_1571129553236 > .view_contents{overflow:visible;} 

 #text_style_02_1571129553245{width:26.916666666666668%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:79px;left:30.333333333333336%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1571129553245{width:28.525980911983034%;top:51.5px;left:31.54327942735949%;}}   @media screen and (max-width:640px) {#text_style_02_1571129553245{width:74.93333333333332%;top:53.359375px;left:17.4625%;}}  #text_style_02_1571129553245>.view_contents {box-sizing:border-box;color:#666666;font-size:14px;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1571129553245>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_02_1571129553245>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;}}

 #text_style_02_1571129553251{width:12.666666666666668%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:79px;left:61.1%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1571129553251{width:15.482502651113467%;top:53px;left:66.0077545068929%;}}   @media screen and (max-width:640px) {#text_style_02_1571129553251{width:34.13333333333333%;top:83.359375px;left:14.879166666666666%;}}  #text_style_02_1571129553251>.view_contents {box-sizing:border-box;color:#666666;font-size:14px;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1571129553251>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_02_1571129553251>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;}}

 #text_style_02_1571129553255{width:6.666666666666667%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:79px;left:77.2%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1571129553255{width:6.256627783669141%;top:51.5px;left:85.71049840933192%;}}   @media screen and (max-width:640px) {#text_style_02_1571129553255{width:13.866666666666665%;top:83.359375px;left:70.8125%;}}  #text_style_02_1571129553255>.view_contents {box-sizing:border-box;color:#666666;font-size:14px;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1571129553255>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_02_1571129553255>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;}}

 #text_style_02_1571129553280{width:43.166666666666664%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:187px;left:28.416666666666668%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1571129553280{width:53.23435843054083%;left:23.382820784729585%;top:151px;}}   @media screen and (max-width:640px) {#text_style_02_1571129553280{width:64%;top:166.3125px;left:18%;}}  #text_style_02_1571129553280>.view_contents {box-sizing:border-box;font-size:12px;color:#cccccc;line-height:20px;text-align:center;font-family:Verdana;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1571129553280>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1571129553280>.view_contents {box-sizing:border-box;font-size:12px;}}

 #text_style_02_1571129553259{width:7.000000000000001%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:145px;left:26.833333333333332%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1571129553259{left:23.566741781548252%;top:114px;width:68px;}}   @media screen and (max-width:640px) {#text_style_02_1571129553259{width:13.866666666666665%;top:121px;left:7.55%;}}  #text_style_02_1571129553259>.view_contents {box-sizing:border-box;color:#cccccc;font-size:15px;line-height:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1571129553259>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_02_1571129553259>.view_contents {box-sizing:border-box;font-size:12px;}}

 #text_style_02_1571129553262{width:3.866809881847476%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:145px;left:35.69918098818475%;display:block;z-index:7;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1571129553262{width:7.635206786850477%;display:block;left:33.4%;top:114px;}}   @media screen and (max-width:640px) {#text_style_02_1571129553262{width:7.199999999999999%;top:121px;left:28.479166666666668%;display:block;}}  #text_style_02_1571129553262>.view_contents {box-sizing:border-box;color:#cccccc;font-size:15px;line-height:20px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1571129553262>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_02_1571129553262>.view_contents {box-sizing:border-box;font-size:12px;text-align:center;}}

 #text_style_02_1571129553266{width:6.416666666666666%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:145px;left:45.5%;display:block;z-index:7;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1571129553266{width:8.271474019088016%;display:block;left:44.7%;top:114px;}}   @media screen and (max-width:640px) {#text_style_02_1571129553266{width:13.600000000000001%;top:121px;left:41.86666666666667%;display:block;}}  #text_style_02_1571129553266>.view_contents {box-sizing:border-box;color:#cccccc;font-size:15px;line-height:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1571129553266>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_02_1571129553266>.view_contents {box-sizing:border-box;font-size:12px;}}

 #text_style_02_1571129553270{width:6.416666666666666%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:145px;left:55.2%;display:block;z-index:7;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1571129553270{width:8.16542948038176%;display:block;left:56.2%;top:114px;}}   @media screen and (max-width:640px) {#text_style_02_1571129553270{width:12.8%;top:121px;left:58.0125%;display:block;}}  #text_style_02_1571129553270>.view_contents {box-sizing:border-box;color:#cccccc;font-size:15px;line-height:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1571129553270>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_02_1571129553270>.view_contents {box-sizing:border-box;font-size:12px;}}

 #text_style_02_1571129553275{width:6.416666666666666%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:145px;left:65%;display:block;z-index:7;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1571129553275{width:7.84729586426299%;display:block;left:67.7%;top:114px;}}   @media screen and (max-width:640px) {#text_style_02_1571129553275{width:14.933333333333335%;top:121px;left:78.59583333333333%;display:block;}}  #text_style_02_1571129553275>.view_contents {box-sizing:border-box;color:#cccccc;font-size:15px;line-height:20px;font-weight:normal;background-color:transparent;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1571129553275>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_02_1571129553275>.view_contents {box-sizing:border-box;font-size:12px;}}

 #text_style_02_1571129553242{width:14.000000000000002%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:76px;left:11.25%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1571129553242{top:51.5px;left:9.384941675503713%;}}   @media screen and (max-width:640px) {#text_style_02_1571129553242{width:37.183098591549296%;top:21.359375px;left:35.69166666666666%;}}  #text_style_02_1571129553242>.view_contents {box-sizing:border-box;color:#666666;font-size:14px;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1571129553242>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_02_1571129553242>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;}}

 #image_style_01_1571129553218{width:1.1815252416756177%;height:32px;position:absolute;top:80px;left:8.6171875%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1571129553218{top:53px;left:6.2%;width:21px;height:26px;}}   @media screen and (max-width:640px) {#image_style_01_1571129553218{width:4%;height:19px;top:21.359375px;left:30.07916666666667%;}} #image_style_01_1571129553218 > .view_contents{overflow:visible;} 
 #div_includeBlock_1571129553070{width:100%;height:258px;position:absolute;top:6.6875px;left:0%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1571129553070{height:194px;}}   @media screen and (max-width:640px) {#div_includeBlock_1571129553070{width:100%;height:224px;top:1px;left:0%;}}  #div_includeBlock_1571129553070  {background:#191919;} @media screen and (min-width:641px) and (max-width:1200px) { #div_includeBlock_1571129553070  {background:#282828;}} #comm_layout_footer{height:264.6875px;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:213.59485023646874px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:225px;display:block;}} #comm_layout_footer > .view_contents{overflow:visible;max-width:1200px;}  #comm_layout_footer  {background:#1a1a1a;}
.logoStyle *{box-sizing: border-box;}
.logoStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.logoStyle>a{overflow: hidden; width: 100%;height: 100%; display: block;}
.logoName{white-space: nowrap;} 
/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/
.menuStyle_28{width:100%; position:relative;}
.menuStyle_28 *{box-sizing: border-box;}
.menuStyle_28 .miniMenu *,
.menuStyle_28 .menuUl li *{
	-webkit-transition-duration:.2s; -moz-transition-duration:.2s; -o-transition-duration:.2s; transition-duration:.2s;
	-webkit-transition-property:background,height,padding; -moz-transition-property:background,height,padding; -moz-transition-property:background,height,padding; transition-property:background,height,padding;
	-webkit-transition-timing-function:ease-out; -moz-transition-timing-function:ease-out; -o-transition-timing-function:ease-out; transition-timing-function:ease-out;
}
.menuStyle_28 .dflex{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.menuStyle_28 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_28 ul,.menuStyle_28 li{padding:0;margin:0px;list-style:none}
.menuStyle_28 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_28 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_28 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_28 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_28 .menuUl>li{position:relative;}
.menuStyle_28 .menuUl>li>a{ background: rgba(0,0,0,0.0); position: relative; text-decoration:none;font-size:16px;font-weight: bold; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #17233d; line-height:44px; padding: 0; padding: 0 1em\0;}
.menuStyle_28 .menuUl>li>a:hover{ color:#750406;}
.menuStyle_28 .menuUl #hot>a{color:#750406;}
.menuStyle_28 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_28 .menuUl #hot>a span{color:inherit;}
.menuStyle_28 .menuLayout .miniMenu{display:none;}
.menuStyle_28 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; width: 100%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_28 .menuUl>li>#menuLogo{height: 85%;}

.menuStyle_28 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;padding-top: 10px;}
.menuStyle_28 .menuUl.noHover .rflex:hover .menuUl02{display: none;}

.menuStyle_28 .menuUl02 .subMenu02 {position: relative;  color: #4d5158; font-size:14px; line-height: 40px; padding: 0 15px;background: #fff;}
.menuStyle_28 .menuUl02 .subMenu02#subCurSet{color:#750406;}
.menuStyle_28 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_28 .menuUl02 .subMenu02:hover {color:#750406;border-left: 2px solid #750406;background: #f7f7f7;}
.menuStyle_28 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}
.menuStyle_28 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_28 .menuUl02 .subMenu02:first-child{
	border-top-left-radius: 0px;border-top-right-radius: 0px;
}
.menuStyle_28 .menuUl02 .subMenu02:last-child{
	border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;
}
.menuStyle_28 .menuUl03{position: absolute; top: 0; left: 100%; display: none; }
.menuStyle_28 .menuUl03 .subMenu03{ line-height: 40px;margin-left: 10px;}
.menuStyle_28 .menuUl03 .subMenu03 a:hover{color:#750406; background: #f7f7f7;}
.menuStyle_28 .menuUl03 .subMenu03>a{ color: #17233d; background: #fff; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;padding: 0 15px;}
.menuStyle_28 .menuUl03 .subMenu03:first-child a{
	border-top-left-radius: 0px;border-top-right-radius: 0px;
}
.menuStyle_28 .menuUl03 .subMenu03:last-child a{
	border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;
}
.menuStyle_28 .menuUl .rflex:hover .menuUl02::before{
	content: '';
	border-top:5px solid transparent;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-bottom:5px solid #fff;
	position: absolute;
    top: 0px;
	transform: translateX(-50%);
}
.menuStyle_28 .menuUl02 .arrow:hover::before{
		content: '';
		border-top:5px solid transparent;
		border-left:5px solid #fff;
		border-right:5px solid transparent;
		border-bottom:5px solid transparent;
		position: absolute;
		right: -10px;
		top: 50%;
		transform: translateY(-50%);
}
.menuStyle_28 .rflex { position: relative;}
.menuStyle_28 .maxWidth{margin: auto;}

.menuStyle_28 .subBox{position: absolute; left: 0; width: 100%; background: rgba(238, 238, 238, 0.85); display: none;}
.menuStyle_28 .subBox .subBoxContent{padding: 15px; text-align: left; overflow: hidden;}
.menuStyle_28 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_28 .subBox .sublm{float: left; width: calc(100% - 440px); min-height: 10px;}
.menuStyle_28 .subBox .sublm>div{clear: both; overflow: hidden; margin: 8px 0;}
.menuStyle_28 .subBox .subImgsbox{float: left; width: 440px; height: 160px;}
.menuStyle_28 .subBox .subImgsbox>a{display: block; height: 100%; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}
.menuStyle_28 .subBox .subImgsbox>a:last-child{margin-left: 0;}
.menuStyle_28 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}
.menuStyle_28 .subBox .subImgsbox>a>div.subImg span{position: absolute; bottom: 0; left: 0; width: 100%; display: block; padding: 5px; background: rgba(255,255,255,.8); color: #17233d; font-size: 12px;}
.menuStyle_28 .subBox p{overflow: hidden; float: left;}
.menuStyle_28 .subBox p:first-child{margin-right: 10px; width: 100px;}
.menuStyle_28 .subBox p:last-child{width: calc(100% - 110px);}
.menuStyle_28 .subBox .subMenu02{font-size: 14px; margin-bottom: 5px; clear: both; color: #17233d; line-height: 28px;}
.menuStyle_28 .subBox .subMenu02#subCurSet{color: #750406;}
.menuStyle_28 .subBox .subMenu02:hover,
.menuStyle_28 .subBox .subMenu02:active{color: #750406;}
.menuStyle_28 .subBox .subMenu03{float: left; margin: 5px 20px 5px 0; font-size: 12px; color: #666;}
.menuStyle_28 .subBox .subMenu03:hover,
.menuStyle_28 .subBox .subMenu03:active{color: #750406;}
.menuStyle_28 .subMenu03 #thrCurSet{color: #750406; background: #f7f7f7;}

.menuStyle_28 .imgIco{vertical-align: middle; display:inline-block; overflow:hidden; position:relative; padding:15px;  box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}
.menuStyle_28 .imgIco img{width:auto; height:100%; vertical-align: top;  position:absolute; top:50%; left:50%;  transform:translateY(-50%) translateX(-50%); -webkit-transform:translateY(-50%) translateX(-50%); -moz-transform:translateY(-50%) translateX(-50%); -ms-transform:translateY(-50%) translateX(-50%); -o-transform:translateY(-50%);}

@media screen and (max-width:640px) {
.menuStyle_28 .imgIco{ margin-right:10px;}
.menuStyle_28 .menuUl,
.menuStyle_28 .menuUl_box {display:none;}
.menuStyle_28 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_28 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_28 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_28 .miniMenu .leftBox{height: 100%;}
.menuStyle_28 .miniMenu .leftBox .sidebar{font-size:24px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_28 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_28 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_28 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;padding: 0;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy{width: calc(100% - 50px);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy li a{padding-left: 30px;box-sizing: border-box;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy li a{padding-left: 60px;box-sizing: border-box;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li a{width:calc(100% - 50px); float: left; display:block; text-align:left;color:inherit; text-decoration:none; font-size:inherit; line-height:inherit; height: inherit; white-space: nowrap;overflow: hidden; text-overflow: ellipsis;border-bottom:1px solid rgba(0,0,0,.2);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit; background: rgba(0, 0, 0, 0.1);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li.subMenuSet#subCurSet>a,
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li#thrCurSet>a{border-bottom: 1px solid #fff;}
.menuStyle_28 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(23, 25, 29, 0.95); position: fixed; width: 100%; top: 0; left: 0; -webkit-transition: all linear .3s; -moz-transition: all linear .3s; -o-transition: all linear .3s; transition: all linear .3s;}
.menuStyle_28 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
.menuStyle_28 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


	
#dh_style_28_1571133534833 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@media screen and (min-width:640px) {
	#dh_style_28_1571133534833 .maxWidth{max-width:px;}
	/* .menuUl>li>#menuLogo 这种查找会失败改为下面这种 2019.5.29 */
	#dh_style_28_1571133534833 .menuUl li #menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
			#dh_style_28_1571133534833 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
		#dh_style_28_1571133534833 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	}

.blank_new05.blank_area {
  width:100%;
	padding-top: 10px;padding-bottom: 10px;
}
.blank_new05 .roundcs {
  position: relative;
	
	border-bottom: none!important;
	border-right: none!important;
	border-left: none!important;
	border:1px solid #1badf8;
}
	.blank_new05.blank_area {
  width:100%;
	padding-top: 10px;padding-bottom: 10px;
}
.blank_new05 .roundcs {
  position: relative;
	
	border-bottom: none!important;
	border-right: none!important;
	border-left: none!important;
	border:1px solid #1badf8;
}
	.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;}
}
	            

	#image_style_01_1571129553226 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1571129553226 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1571129553226 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1571129553226 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1571129553231 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1571129553231 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1571129553231 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1571129553231 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1571129553236 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1571129553236 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1571129553236 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1571129553236 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1571129553218 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1571129553218 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1571129553218 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1571129553218 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;}
