
/**
    *编辑器         \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_1565598522120{width:19.782971619365608%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:108px;left:40.025041736227045%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1565598522120{left:39.56743002544529%;top:54px;}}   @media screen and (max-width:640px) {#text_style_02_1565598522120{width:78.21782178217822%;top:12px;left:10.555555555555555%;}}  #text_style_02_1565598522120>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:30px;text-align:center;color:#191919;font-weight:bold;height:40px;line-height:40px;} #text_style_02_1565598522120  {background-size:auto 100%;background-repeat:repeat-x;} #text_style_02_1565598522120 .view_contents:hover {background:transparent;color:#ff7f00;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1565598522120>.view_contents {box-sizing:border-box;font-size:26px;}} @media screen and (max-width:640px) { #text_style_02_1565598522120>.view_contents {box-sizing:border-box;font-size:16px;line-height:30px;height:30px;}}
/*----------------------电脑板式样式----------------------*/
#text_style_02_1565598522120{

	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1565598522120{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_02_1565598522120{
		
	}
}

 #text_style_02_1565598579770{width:24.123539232053425%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:155px;left:37.854757929883135%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1565598579770{left:37.849872773536894%;top:106px;}}   @media screen and (max-width:640px) {#text_style_02_1565598579770{width:95.37953795379538%;top:40px;left:2.310231023102311%;}}  #text_style_02_1565598579770>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;text-align:center;color:#b38d54;font-weight:bold;line-height:18px;height:18px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1565598579770>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_02_1565598579770>.view_contents {box-sizing:border-box;font-size:12px;}}
/*----------------------电脑板式样式----------------------*/
#text_style_02_1565598579770{

	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1565598579770{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_02_1565598579770{
		
	}
}
 #div_a_includeBlock_1577181843743{width:99.83333333333333%;height:301px;position:absolute;top:610px;left:0.0833333333333357%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1577181843743{top:273px;height:170px;left:calc(50% - 393px);width:786px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1577181843743{width:96.00000000000001%;height:69px;top:131px;left:1.7333333333333332%;}}  #div_a_includeBlock_1577181843743  {background:#ffffff;border-width:1px;border-style:solid;border-bottom:none !important;box-shadow:transparent 2px 2px 2px ;border-color:#cccccc;}

 #text_style_01_1577182878557{width:52.33333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:277px;left:23.833333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1577182878557{left:calc(50% - 247px);top:109px;}}   @media screen and (max-width:640px) {#text_style_01_1577182878557{width:96%;font-size:12px;color:#333;line-height:1.6;top:41px;left:2%;}}  #text_style_01_1577182878557>.view_contents {color:#ffffff;font-size:25px;font-weight:normal;text-align:center;letter-spacing:1px;font-style:italic;font-family:Times New Roman;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1577182878557>.view_contents {font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1577182878557>.view_contents {font-size:14px;}} #layout_1577181143780{height:911px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1577181143780{height:443px;}}   @media screen and (max-width:640px) {#layout_1577181143780{height:201px;}} #layout_1577181143780 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1577181143780  {background: url(https://cdn.yun.sooce.cn/4/46165/png/1577182018235d3798932400b25cf.png?version=0);} @media screen and (min-width:641px) and (max-width:1200px) { #layout_1577181143780  {background-size:cover;}} @media screen and (max-width:640px) { #layout_1577181143780  {background-size:cover;}}



 #image_style_01_1577180585258{width:14.416666666666666%;height:190px;position:absolute;top:18.5px;left:2.520833333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1577180585258{height:114px;width:115px;left:3.478398983481576%;top:46px;}}   @media screen and (max-width:640px) {#image_style_01_1577180585258{height:53px;left:2.2395833333333335%;top:36px;width:56px;}} #image_style_01_1577180585258 > .view_contents{overflow:visible;} 

 #text_style_01_1565763037085{width:12.5%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:3.4791666666666665%;top:168.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1565763037085{left:4.494917407878018%;top:160px;width:101px;}}   @media screen and (max-width:640px) {#text_style_01_1565763037085{width:13.61111111111111%;font-size:12px;color:#333;line-height:1.6;top:89px;left:3.2118055555555554%;}}  #text_style_01_1565763037085>.view_contents {font-size:18px;font-weight:bold;text-align:center;color:#191919;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1565763037085>.view_contents {font-size:13px;}} @media screen and (max-width:640px) { #text_style_01_1565763037085>.view_contents {font-size:12px;}}

 #image_style_01_1577180315805{width:12.25%;height:147px;position:absolute;top:40px;left:27.645833333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1577180315805{width:97px;top:53.5px;height:99px;left:30.32282401524778%;}}   @media screen and (max-width:640px) {#image_style_01_1577180315805{height:41px;left:26.809895833333336%;top:42px;width:50px;}} #image_style_01_1577180315805 > .view_contents{overflow:visible;} 

 #text_style_01_1565763157727{width:14.416666666666666%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:27.104166666666668%;top:168.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1565763157727{left:28.289787166454893%;top:160px;width:125px;}}   @media screen and (max-width:640px) {#text_style_01_1565763157727{width:16.944444444444446%;font-size:12px;color:#333;line-height:1.6;top:89px;left:25.282118055555557%;}}  #text_style_01_1565763157727>.view_contents {font-size:18px;font-weight:bold;text-align:center;color:#191919;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1565763157727>.view_contents {font-size:13px;}} @media screen and (max-width:640px) { #text_style_01_1565763157727>.view_contents {font-size:12px;}}

 #image_style_01_1577180715532{width:11.916666666666668%;height:145px;position:absolute;top:41px;left:53.166666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1577180715532{top:53.5px;height:99px;left:56.92503176620076%;}}   @media screen and (max-width:640px) {#image_style_01_1577180715532{height:58px;left:53.1640625%;top:30px;width:60px;}} #image_style_01_1577180715532 > .view_contents{overflow:visible;} 

 #text_style_01_1565763223841{width:21.166666666666668%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:48.541666666666664%;top:168.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1565763223841{left:52.22363405336722%;top:160px;}}   @media screen and (max-width:640px) {#text_style_01_1565763223841{width:20.27777777777778%;font-size:12px;color:#333;line-height:1.6;top:89px;left:49.552951388888886%;}}  #text_style_01_1565763223841>.view_contents {font-size:18px;font-weight:bold;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1565763223841>.view_contents {font-size:13px;}} @media screen and (max-width:640px) { #text_style_01_1565763223841>.view_contents {font-size:12px;}}

 #image_style_01_1577181041629{width:11.916666666666668%;height:145px;position:absolute;top:41px;left:81.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1577181041629{top:55.5px;height:95px;width:96px;left:83.02890724269378%;}}   @media screen and (max-width:640px) {#image_style_01_1577181041629{height:49px;left:80.88541666666667%;top:37px;width:54px;}} #image_style_01_1577181041629 > .view_contents{overflow:visible;} 

 #text_style_01_1565763328881{width:18.916666666666668%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:78.25%;top:168.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1565763328881{left:78.45457433290979%;top:160px;width:171px;}}   @media screen and (max-width:640px) {#text_style_01_1565763328881{width:21.11111111111111%;font-size:12px;color:#333;line-height:1.6;top:89px;left:74.77430555555556%;}}  #text_style_01_1565763328881>.view_contents {font-size:18px;font-weight:bold;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1565763328881>.view_contents {font-size:13px;}} @media screen and (max-width:640px) { #text_style_01_1565763328881>.view_contents {font-size:12px;}}

 #text_style_01_1577181164954{width:2.166666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:72.69401041666667%;top:86px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1577181164954{width:33px;}}   @media screen and (max-width:640px) {#text_style_01_1577181164954{width:13.88888888888889%;font-size:12px;color:#333;line-height:1.6;top:48.5px;left:72.88628472222223%;}}  #text_style_01_1577181164954>.view_contents {font-size:31px;} @media screen and (max-width:640px) { #text_style_01_1577181164954>.view_contents {font-size:18px;}}

 #text_style_01_1577181012327{width:2.166666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:43.958333333333336%;top:86px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1577181012327{width:37px;left:47.522236340533674%;top:86px;}}   @media screen and (max-width:640px) {#text_style_01_1577181012327{width:8.055555555555555%;font-size:12px;color:#333;line-height:1.6;top:48.5px;left:45.97222222222222%;}}  #text_style_01_1577181012327>.view_contents {font-size:31px;} @media screen and (max-width:640px) { #text_style_01_1577181012327>.view_contents {font-size:18px;}}

 #text_style_01_1577182350148{width:2.166666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:19.166666666666668%;top:86px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1577182350148{width:33px;}}   @media screen and (max-width:640px) {#text_style_01_1577182350148{width:7.777777777777778%;font-size:12px;color:#333;line-height:1.6;top:46.5px;left:18.62847222222222%;}}  #text_style_01_1577182350148>.view_contents {font-size:31px;} @media screen and (max-width:640px) { #text_style_01_1577182350148>.view_contents {font-size:18px;}}

 #text_style_01_1577684324879{width:8.75%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:45.54166666666667%;top:277.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1577684324879{left:45.48919949174079%;top:255.5px;}}   @media screen and (max-width:640px) {#text_style_01_1577684324879{width:96%;font-size:12px;color:#333;line-height:1.6;top:137px;left:2%;}}  #text_style_01_1577684324879>.view_contents {font-size:31px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1577684324879>.view_contents {font-size:25px;}} @media screen and (max-width:640px) { #text_style_01_1577684324879>.view_contents {font-size:18px;}}

 #image_style_01_1577181071851{width:11.916666666666668%;height:145px;position:absolute;top:312.5px;left:43.958333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1577181071851{width:100px;left:43.519695044472684%;top:279.5px;height:103px;}}   @media screen and (max-width:640px) {#image_style_01_1577181071851{height:52px;left:41.809895833333336%;top:163px;width:58px;}} #image_style_01_1577181071851 > .view_contents{overflow:visible;} 

 #text_style_01_1565763361461{width:13.333333333333334%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:43.25%;top:445px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1565763361461{left:43.20203303684879%;top:374.5px;}}   @media screen and (max-width:640px) {#text_style_01_1565763361461{width:28.888888888888886%;font-size:12px;color:#333;line-height:1.6;top:215px;left:35.55555555555556%;}}  #text_style_01_1565763361461>.view_contents {font-size:19px;font-weight:bold;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1565763361461>.view_contents {font-size:13px;}} @media screen and (max-width:640px) { #text_style_01_1565763361461>.view_contents {font-size:12px;}}
 #div_a_includeBlock_1577182087565{width:100%;height:542px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1577182087565{height:435px;width:787px;left:calc(50% - 393.5px);top:0px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1577182087565{width:96%;height:261px;top:0px;left:1.7333333333333332%;}}  #div_a_includeBlock_1577182087565  {background:#ffffff;border-width:1px;border-color:#e5e5e5;border-top:none !important;border-style:solid;} #layout_1565763627317{height:542px;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1565763627317{height:435px;}}   @media screen and (max-width:640px) {#layout_1565763627317{height:261px;}} #layout_1565763627317 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1565763627317  {background-position:50% 50% !important;background-size:100% auto;background:#f1f1f1;}



 #text_style_01_1565763435850{width:11.416666666666666%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:16.916666666666664%;top:160px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1565763435850{left:18.047172808132146%;top:123px;}}   @media screen and (max-width:640px) {#text_style_01_1565763435850{width:22.5%;font-size:12px;color:#333;line-height:1.6;top:78.5px;left:8.88888888888889%;}}  #text_style_01_1565763435850>.view_contents {font-size:18px;font-weight:bold;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1565763435850>.view_contents {font-size:13px;}} @media screen and (max-width:640px) { #text_style_01_1565763435850>.view_contents {font-size:12px;}}

 #image_style_01_1577181062100{width:11.916666666666668%;height:145px;position:absolute;top:32.5px;left:16.666666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1577181062100{left:17.284783989834814%;top:36.5px;width:102px;height:106px;}}   @media screen and (max-width:640px) {#image_style_01_1577181062100{height:63px;width:61px;left:11.666666666666666%;top:26.5px;}} #image_style_01_1577181062100 > .view_contents{overflow:visible;} 

 #text_style_01_1577181182817{width:2.166666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:71.91666666666666%;top:246.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1577181182817{width:28px;left:71.42034625158831%;top:198px;}}   @media screen and (max-width:640px) {#text_style_01_1577181182817{width:5.277777777777778%;font-size:12px;color:#333;line-height:1.6;top:105.5px;left:17.5%;}}  #text_style_01_1577181182817>.view_contents {font-size:31px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1577181182817>.view_contents {font-size:25px;text-align:center;}} @media screen and (max-width:640px) { #text_style_01_1577181182817>.view_contents {font-size:18px;text-align:center;}}

 #image_style_01_1577181048584{width:11.916666666666668%;height:145px;position:absolute;top:323.5px;left:16.666666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1577181048584{left:17.793043202033036%;top:233.5px;height:95px;}}   @media screen and (max-width:640px) {#image_style_01_1577181048584{height:58px;left:11.527777777777779%;top:147.5px;width:62px;}} #image_style_01_1577181048584 > .view_contents{overflow:visible;} 

 #text_style_01_1565763446294{width:18.583333333333332%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:13.333333333333334%;top:463px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1565763446294{left:13.472839898348157%;top:328.5px;width:162px;}}   @media screen and (max-width:640px) {#text_style_01_1565763446294{width:39.44444444444444%;font-size:12px;color:#333;line-height:1.6;top:212px;left:0.5555555555555556%;}}  #text_style_01_1565763446294>.view_contents {font-size:19px;font-weight:bold;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1565763446294>.view_contents {font-size:13px;text-align:center;}} @media screen and (max-width:640px) { #text_style_01_1565763446294>.view_contents {font-size:12px;text-align:center;}}

 #image_style_01_1577684324869{width:12.25%;height:151px;position:absolute;top:32.5px;left:66.95833333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1577684324869{top:36.5px;height:112px;left:66.65541613722998%;width:103px;}}   @media screen and (max-width:640px) {#image_style_01_1577684324869{height:65px;width:62px;left:65.65104166666667%;top:23.5px;}} #image_style_01_1577684324869 > .view_contents{overflow:visible;} 

 #text_style_01_1577684324861{width:11.416666666666666%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:67.29166666666667%;top:166px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1577684324861{left:67.54486975857688%;top:123px;}}   @media screen and (max-width:640px) {#text_style_01_1577684324861{width:25%;font-size:12px;color:#333;line-height:1.6;top:76.5px;left:61.76215277777778%;}}  #text_style_01_1577684324861>.view_contents {font-size:18px;font-weight:bold;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1577684324861>.view_contents {font-size:13px;}} @media screen and (max-width:640px) { #text_style_01_1577684324861>.view_contents {font-size:12px;}}

 #text_style_01_1577684324864{width:2.166666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:21.541666666666668%;top:246.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1577684324864{width:27px;left:22.04971410419314%;top:198px;}}   @media screen and (max-width:640px) {#text_style_01_1577684324864{width:7.222222222222221%;font-size:12px;color:#333;line-height:1.6;top:103.5px;left:70.65104166666667%;}}  #text_style_01_1577684324864>.view_contents {font-size:31px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1577684324864>.view_contents {text-align:center;font-size:25px;}} @media screen and (max-width:640px) { #text_style_01_1577684324864>.view_contents {font-size:18px;text-align:center;}}

 #image_style_01_1577684324884{width:11.916666666666668%;height:145px;position:absolute;top:323.5px;left:67.04166666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1577684324884{top:237px;height:88px;left:67.29074015247777%;}}   @media screen and (max-width:640px) {#image_style_01_1577684324884{height:58px;left:65.65104166666667%;top:147.5px;width:59px;}} #image_style_01_1577684324884 > .view_contents{overflow:visible;} 

 #text_style_01_1577684324890{width:14.916666666666668%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:65.54166666666667%;top:463px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1577684324890{width:153px;left:63.47879606099111%;top:328.5px;}}   @media screen and (max-width:640px) {#text_style_01_1577684324890{width:27.77777777777778%;font-size:12px;color:#333;line-height:1.6;top:212px;left:60.373263888888886%;}}  #text_style_01_1577684324890>.view_contents {font-size:19px;font-weight:bold;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1577684324890>.view_contents {font-size:13px;text-align:center;}} @media screen and (max-width:640px) { #text_style_01_1577684324890>.view_contents {font-size:12px;text-align:center;}}

 #text_style_01_1577695524546{width:2.166666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:71.91666666666666%;top:16px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1577695524546{width:3.5578144853875475%;}}   @media screen and (max-width:640px) {#text_style_01_1577695524546{width:5.277777777777778%;font-size:12px;color:#333;line-height:1.6;top:0px;left:0%;}}  #text_style_01_1577695524546>.view_contents {font-size:31px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1577695524546>.view_contents {font-size:25px;text-align:center;}} @media screen and (max-width:640px) { #text_style_01_1577695524546>.view_contents {font-size:18px;text-align:center;}}

 #text_style_01_1577695540118{width:2.166666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:21.541666666666668%;top:16px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1577695540118{width:3.430749682337993%;}}   @media screen and (max-width:640px) {#text_style_01_1577695540118{width:7.222222222222221%;font-size:12px;color:#333;line-height:1.6;top:0px;left:0%;}}  #text_style_01_1577695540118>.view_contents {font-size:31px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1577695540118>.view_contents {text-align:center;font-size:25px;}} @media screen and (max-width:640px) { #text_style_01_1577695540118>.view_contents {font-size:18px;text-align:center;}}
 #div_a_includeBlock_1577684324649{width:100%;height:548px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1577684324649{height:444px;width:787px;left:calc(50% - 393.5px);top:0px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1577684324649{width:96%;height:300px;top:0px;left:1.7333333333333332%;}}  #div_a_includeBlock_1577684324649  {background:#ffffff;border-width:1px;border-color:#e5e5e5;border-top:none !important;border-style:solid;} #layout_1577684296258{height:680px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1577684296258{height:488px;}}   @media screen and (max-width:640px) {#layout_1577684296258{height:321px;}} #layout_1577684296258 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1577684296258  {background:#f1f1f1;}



 #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是两张图片间的间距*/
	}


	#image_style_01_1577180585258 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1577180585258 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1577180585258 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1577180585258 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_1577180315805 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1577180315805 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1577180315805 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1577180315805 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_1577180715532 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1577180715532 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1577180715532 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1577180715532 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_1577181041629 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1577181041629 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1577181041629 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1577181041629 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_1577181071851 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1577181071851 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1577181071851 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1577181071851 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_1577181062100 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1577181062100 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1577181062100 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1577181062100 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_1577181048584 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1577181048584 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1577181048584 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1577181048584 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_1577684324869 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1577684324869 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1577684324869 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1577684324869 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_1577684324884 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1577684324884 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1577684324884 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1577684324884 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_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;}
