
/**
    *编辑器         \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;}
    }

body{ background-position:left top; }


 #dh_style_01_1500340658540{width:70.58333333333333%;z-index:999;position:absolute;top:36px;left:29.415512084960938%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1500340658540{z-index:999;left:30.85296663290383%;top:21px;width:652px;}}   @media screen and (max-width:640px) {#dh_style_01_1500340658540{width:12.054794520547945%;z-index:999;top:8.000001907348633px;left:87.80924797058105%;}} #dh_style_01_1500340658540 > .view_contents{overflow:visible;}  @media screen and (max-width:640px) { #dh_style_01_1500340658540 #hot>a {color:#f37420;}}
/*----------------------电脑板式样式----------------------*/
#dh_style_01_1500340658540{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_01_1500340658540{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_01_1500340658540{
		
	}
}

 #image_logo_1525493326299{width:21.5%;height:104px;position:absolute;top:0px;left:4.245948791503906%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1525493326299{height:86px;width:216px;}}   @media screen and (max-width:640px) {#image_logo_1525493326299{width:211px;height:80px;top:0px;left:2.186415046453476%;}}  #comm_layout_header{height:104px;z-index:9998;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:86px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:90.98958396911621px;}} #comm_layout_header > .view_contents{overflow:visible;max-width:1200px;}  #comm_layout_header  {background:transparent;}


 #image_style_01_1525329186645{width:100%;height:442px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525329186645{height:278px;}}   @media screen and (max-width:640px) {#image_style_01_1525329186645{width:100%;height:156px;top:0px;left:0%;}} #image_style_01_1525329186645 > .view_contents{overflow:visible;} 

 #image_style_01_1525329511178{width:20.77028885832187%;height:86px;position:absolute;top:519.5347595214844px;left:38.5937298508425%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525329511178{left:37.36421137129716%;top:317.53126525878906px;width:274px;height:66px;}}   @media screen and (max-width:640px) {#image_style_01_1525329511178{width:280px;height:64px;top:164.97570037841797px;left:calc(50% - 140px);}} #image_style_01_1525329511178 > .view_contents{overflow:visible;} 

 #text_style_01_1525329554569{width:14.924346629986246%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:637.7604370117188px;left:14.380827304257652%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525329554569{left:7.899029171302138%;top:432.7604522705078px;width:221px;}}   @media screen and (max-width:640px) {#text_style_01_1525329554569{width:96%;top:223px;left:2%;}}  #text_style_01_1525329554569>.view_contents {box-sizing:border-box;color:#5656ff;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525329554569>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1525329554569>.view_contents {box-sizing:border-box;}}

 #text_style_01_1525329593666{width:18.707015130674005%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:637.7604370117188px;left:37.36149553091687%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525329593666{left:35.23881285907612%;top:426.7604522705078px;width:234px;}}   @media screen and (max-width:640px) {#text_style_01_1525329593666{width:96%;top:290px;left:2%;}}  #text_style_01_1525329593666>.view_contents {box-sizing:border-box;color:#5656ff;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525329593666>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1525329593666>.view_contents {box-sizing:border-box;}}

 #text_style_01_1525329612861{width:18.707015130674005%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:637.763916015625px;left:62.34382304069592%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525329612861{left:67.35225600466592%;top:426.7534942626953px;width:250px;}}   @media screen and (max-width:640px) {#text_style_01_1525329612861{width:96%;top:357px;left:2%;}}  #text_style_01_1525329612861>.view_contents {box-sizing:border-box;color:#5656ff;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525329612861>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1525329612861>.view_contents {box-sizing:border-box;}}

 #text_style_01_1525329657085{width:17.67537826685007%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:753.7604370117188px;left:14.384410076325008%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525329657085{left:7.898291365879882%;top:521.0833740234375px;width:235px;}}   @media screen and (max-width:640px) {#text_style_01_1525329657085{width:96%;top:558px;left:2%;}}  #text_style_01_1525329657085>.view_contents {box-sizing:border-box;color:#5656ff;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525329657085>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1525329657085>.view_contents {box-sizing:border-box;}}

 #text_style_01_1525329688246{width:19.463548830811554%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:753.7500610351562px;left:36.94286949860837%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525329688246{left:calc(50% - 131.5px);top:521.076416015625px;width:263px;}}   @media screen and (max-width:640px) {#text_style_01_1525329688246{width:96%;top:424px;left:2%;}}  #text_style_01_1525329688246>.view_contents {box-sizing:border-box;color:#5656ff;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525329688246>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1525329688246>.view_contents {box-sizing:border-box;}}

 #text_style_01_1525329713461{width:19.463548830811554%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:753.7500610351562px;left:62.36269188714323%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525329713461{left:67.35963730198924%;top:521.076416015625px;width:273px;}}   @media screen and (max-width:640px) {#text_style_01_1525329713461{width:96%;top:491px;left:2%;}}  #text_style_01_1525329713461>.view_contents {box-sizing:border-box;color:#5656ff;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525329713461>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1525329713461>.view_contents {box-sizing:border-box;}} #layout_diy_1525325584{height:999.88889px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1525325584{height:866.7500610351562px;}}   @media screen and (max-width:640px) {#layout_diy_1525325584{height:666.88889px;}} 




 #text_style_02_1500371600361{width:40.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:70.52083206176758px;left:43.996821085611984%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1500371600361{width:417px;top:74.95833587646484px;left:54.02921471833666%;}}   @media screen and (max-width:640px) {#text_style_02_1500371600361{width:79.55271565495208%;top:136.8576431274414px;left:20.447284345047922%;}}  #text_style_02_1500371600361>.view_contents {box-sizing:border-box;font-size:21px;font-family:Microsoft YaHei;color:#5656ff;text-align:left;font-weight:bold;line-height:30px;letter-spacing:1px;padding-left:0px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1500371600361>.view_contents {box-sizing:border-box;line-height:28px;}} @media screen and (max-width:640px) { #text_style_02_1500371600361>.view_contents {box-sizing:border-box;font-size:14px;line-height:25px;letter-spacing:1px;}}

 #image_style_01_1500371600378{width:6.25%;height:31px;position:absolute;top:24.531253814697266px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500371600378{left:1.739877113292636%;width:6.077348066298343%;top:18.96875px;}}   @media screen and (max-width:640px) {#image_style_01_1500371600378{width:51px;height:36px;top:32.96527862548828px;left:0%;}} #image_style_01_1500371600378 > .view_contents{overflow:visible;} 

 #text_style_02_1500371600382{width:87.08333333333333%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:24.54861068725586px;left:7.688657124837239%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1500371600382{left:8.601093809413289%;top:18.958335876464844px;width:825px;}}   @media screen and (max-width:640px) {#text_style_02_1500371600382{width:72.93729372937293%;top:21.40625px;left:24.037402061739378%;}}  #text_style_02_1500371600382>.view_contents {box-sizing:border-box;font-size:21px;font-family:Microsoft YaHei;color:#5656ff;text-align:left;font-weight:bold;line-height:30px;letter-spacing:1px;padding-left:0px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1500371600382>.view_contents {box-sizing:border-box;line-height:28px;}} @media screen and (max-width:640px) { #text_style_02_1500371600382>.view_contents {box-sizing:border-box;font-size:14px;line-height:25px;letter-spacing:1px;}}

 #image_style_01_1500371600387{width:6.25%;height:31px;position:absolute;top:70.53473281860352px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500371600387{top:74.95833587646484px;left:2.31268121466978%;}}   @media screen and (max-width:640px) {#image_style_01_1500371600387{width:17.26027397260274%;height:25px;top:103.48958587646484px;left:0%;}} #image_style_01_1500371600387 > .view_contents{overflow:visible;} 

 #image_style_01_1500371600397{width:6.25%;height:37px;position:absolute;top:70.52083206176758px;left:38.91435241699219%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500371600397{top:69.94792175292969px;left:48.75422155003744%;}}   @media screen and (max-width:640px) {#image_style_01_1500371600397{width:13.698630136986301%;height:38px;top:136.8680648803711px;left:0.8819222640686523%;}} #image_style_01_1500371600397 > .view_contents{overflow:visible;} 

 #text_style_02_1500371600402{width:29.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:70.52083206176758px;left:6.729456583658854%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1500371600402{width:430px;top:74.95833587646484px;left:8.042229902718434%;}}   @media screen and (max-width:640px) {#text_style_02_1500371600402{width:79.47882736156352%;top:103.48958587646484px;left:20.766773162939298%;}}  #text_style_02_1500371600402>.view_contents {box-sizing:border-box;font-size:21px;font-family:Microsoft YaHei;color:#5656ff;text-align:left;font-weight:bold;line-height:30px;letter-spacing:1px;padding-left:0px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1500371600402>.view_contents {box-sizing:border-box;line-height:28px;}} @media screen and (max-width:640px) { #text_style_02_1500371600402>.view_contents {box-sizing:border-box;font-size:14px;line-height:25px;letter-spacing:1px;}}

 #text_style_02_1500371600410{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:348px;left:0%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1500371600410{width:100%;top:348px;left:0%;display:none;}}   @media screen and (max-width:640px) {#text_style_02_1500371600410{width:100%;top:202.9930648803711px;left:0%;display:none;}}  #text_style_02_1500371600410>.view_contents {box-sizing:border-box;font-size:14px;text-align:center;color:#b6b6b6;line-height:14px;height:34px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1500371600410>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1500371600410>.view_contents {box-sizing:border-box;line-height:25px;height:90px;color:#ffffff;}}

 #image_style_01_1525319314899{width:13.083333333333332%;height:161px;position:absolute;left:16.116030375162758%;top:123.50348281860352px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525319314899{height:142px;width:158px;top:116.45138549804688px;left:17.277130387610313%;}}   @media screen and (max-width:640px) {#image_style_01_1525319314899{width:132px;height:124px;top:206.9722261428833px;left:4.15335463258786%;}} #image_style_01_1525319314899 > .view_contents{overflow:visible;} 

 #text_style_01_1525321229381{width:21.833333333333332%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:34.56278991699219%;top:162.50000381469727px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525321229381{left:37.47665245982933%;width:28.308026030368765%;top:158.94097900390625px;}}   @media screen and (max-width:640px) {#text_style_01_1525321229381{width:91.69329073482429%;top:345.5416946411133px;left:5.1495385055724805%;}}  #text_style_01_1525321229381>.view_contents {box-sizing:border-box;color:#5656ff;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525321229381>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1525321229381>.view_contents {box-sizing:border-box;}}

 #image_style_01_1525321268789{width:13.333333333333334%;height:167px;position:absolute;left:58.64149475097656%;top:123.48958206176758px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525321268789{left:69.44482507519506%;width:14.533622559652928%;height:137px;top:116.44097900390625px;}}   @media screen and (max-width:640px) {#image_style_01_1525321268789{width:129px;height:126px;top:206.96182250976562px;left:55.6221173403743%;}} #image_style_01_1525321268789 > .view_contents{overflow:visible;} 

 #text_style_01_1525321401788{width:97.41666666666666%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0.23032379150390625%;top:335.2847328186035px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525321401788{top:313.3403024673462px;left:1.2570800077889333%;}}   @media screen and (max-width:640px) {#text_style_01_1525321401788{width:96%;top:329px;left:2%;display:none;}}  #text_style_01_1525321401788>.view_contents {box-sizing:border-box;font-size:16px;color:#5656ff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525321401788>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1525321401788>.view_contents {box-sizing:border-box;}}

 #text_style_01_1525319215047{width:71.08333333333333%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:12.188657124837238%;top:296.29516983032227px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525319215047{top:274.3403015136719px;left:3.91434681906876%;width:849px;}}   @media screen and (max-width:640px) {#text_style_01_1525319215047{width:96.9326853561706%;top:412.98614501953125px;left:3.0728611892785507%;display:none;}}  #text_style_01_1525319215047>.view_contents {box-sizing:border-box;font-size:22px;color:#5656ff;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525319215047>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1525319215047>.view_contents {box-sizing:border-box;}}

 #text_style_01_1525321498021{width:64.16666666666667%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0.9377899169921875%;top:374.2500343322754px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525321498021{left:0%;width:100%;top:369.3333444595337px;}}   @media screen and (max-width:640px) {#text_style_01_1525321498021{width:96%;top:203.99306964874268px;left:3.0728611892785507%;display:none;}}  #text_style_01_1525321498021>.view_contents {box-sizing:border-box;font-size:18px;color:#5656ff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525321498021>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1525321498021>.view_contents {box-sizing:border-box;}}

 #text_style_01_1576655952905{width:23.166666666666664%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:63.02141316731771%;top:374.23612213134766px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1576655952905{width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1576655952905{width:69.9468085106383%;top:387.9861240386963px;left:15.03952422991712%;display:block;}}  #text_style_01_1576655952905>.view_contents {box-sizing:border-box;font-size:18px;color:#5656ff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1576655952905>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1576655952905>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1500371599519{width:1200px;height:406.2500343322754px;position:absolute;top:0px;left:calc(50% - 600px);z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1500371599519{height:433.3333444595337px;width:98.00005901632602%;left:0.99997049183699%;top:0px;}}   @media screen and (max-width:640px) {#div_includeBlock_1500371599519{width:99.87898722733601%;height:419.9861240386963px;top:0.9930572509765625px;left:0.12152791023254395%;}}  @media screen and (max-width:640px) { #div_includeBlock_1500371599519  {background-repeat:no-repeat;background-size:cover;background:#3a2e46 undefined;}}
 #div_includeBlock_1500371599167{width:100%;height:406.2500343322754px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1500371599167{height:433.3333444595337px;}}   @media screen and (max-width:640px) {#div_includeBlock_1500371599167{width:100%;height:420.97918128967285px;top:0px;left:0%;display:block;}}  #div_includeBlock_1500371599167  {background:#e5e5e5;background-repeat:no-repeat;background-size:cover;background-position-x:50%;background-position-y:50%;} #comm_layout_footer{height:407px;z-index:9988;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:433.3333444595337px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:428.99305725097656px;}} 
/*菜单样式*/
.menuStyle_1{width:100%; position:relative;}
.menuStyle_1 *{transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -webkit-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -moz-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -o-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; box-sizing: border-box;}
.menuStyle_1 .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_1 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_1 ul,.menuStyle_1 li{padding:0;margin:0px;list-style:none}
.menuStyle_1 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_1 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_1 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl li{position:relative;}
.menuStyle_1 .menuUl li>a{text-decoration:none; color:#4d5158;font-size:14px;height:44px; box-sizing:border-box; line-height:44px;display:block;text-align:center; letter-spacing:normal; white-space:nowrap; padding: 0 1em\0;}
.menuStyle_1 .menuUl li>a:hover{color:#f90}
.menuStyle_1 .menuUl #hot > a{color:#f90;}
.menuStyle_1 .menuLayout .miniMenu{display:none;}
.menuStyle_1 .menuUl02 {opacity: 0; display: none; position: absolute; left: 50%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_1 .menuUl .rflex:hover .menuUl02 {opacity: 1; display: block; height: auto;}
.menuStyle_1 .menuUl02 .subMenu02 { float: none;}
.menuStyle_1 .menuUl02 .subMenu02 a { color: #333; width: 130px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 15px;}
.menuStyle_1 .menuUl02 .subMenu02 a:hover {}
.menuStyle_1 .rflex { position: relative;}




	
#dh_style_01_1500340658540 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@media screen and (max-width:640px) {
.menuStyle_1 .menuUl,.menuStyle_1 .menuUl_box {display:none;}
.menuStyle_1 .menuScroll{height: 84%; height: 84vh; width: 100%;}
.menuStyle_1 .menuScroll>.menuUlCopy{width: calc(100% + 18px); height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_1 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .sidebar{font-size:28px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_1 .miniMenu .leftBox .nav{width:100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy{padding:15px 0 15px 30px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li{width:100%; }
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li a{width:100%; display:block; text-align:left;color:#fff; border-bottom:1px solid rgba(255,255,255,.2); text-decoration:none; font-size:16px; line-height:44px; white-space: nowrap;
overflow: hidden; text-overflow: ellipsis;} 
.menuStyle_1 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(0,0,0,.85); position: fixed; width: 100%; top: 0; left: 0;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .sidebar{color:#fff;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}
.logoStyle *{box-sizing: border-box;}
.logoStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.logoStyle>a{overflow: hidden; width: 100%;height: 100%; display: block;}
.logoName{white-space: nowrap;} 
/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/

	#image_style_01_1525329186645 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525329186645 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1525329186645 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
.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_1525329511178 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525329511178 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1525329511178 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1525329511178 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_1500371600378 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500371600378 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1500371600378 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1500371600378 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_1500371600387 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500371600387 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1500371600387 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1500371600387 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_1500371600397 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500371600397 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1500371600397 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1500371600397 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_1525319314899 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525319314899 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1525319314899 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1525319314899 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_1525321268789 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525321268789 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1525321268789 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1525321268789 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;}

				.bottomMenu{width: 100%; box-sizing:border-box; display: none;position:fixed;bottom:0; z-index:999999;}

				.bottomMenu ul{position: relative; box-sizing: border-box; width: 100%; height: 50px; background-color: #FFFFFF; border-top: 1px solid #ddd; box-shadow: 0 0px 6px rgba(0,0,0,.1); display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
				.bottomMenu ul li{position:relative; box-sizing: border-box; -webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;}
				.bottomMenu ul li .menuItem{position: relative;}
				.bottomMenu ul li .menuIco{width: 26px; height: 26px; overflow: hidden; margin: 0 auto 4px;}
				.bottomMenu ul li .menuIco img{width: 100%; height: 100%;padding:2px 1px 0;box-sizing:border-box;}
				.bottomMenu ul li .menuName{font-size: 12px; white-space: nowrap; margin: auto; text-align: center; color: #666666; line-height: 1;font-family:Microsoft YaHei;}
				.bottomMenu ul li .submenuItems{position: absolute; bottom: 48px; z-index:999999; width: 100%; text-align: center; border: 1px solid #ddd; background-color: #fff; box-shadow: 0 0px 6px rgba(0,0,0,.1);}
				.bottomMenu ul li .submenuItems a{display: block; height: 36px; line-height: 36px; font-size: 12px; color: #333; border-bottom: 1px solid #ddd; }
				@media screen and (max-width:767px) {
					.bottomMenu{display: block;}
					
					body{padding-bottom:55px!important;}
				}
				