
/**
    *编辑器         \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_1500452124643{width:100%;height:400px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500452124643{height:264px;}}   @media screen and (max-width:640px) {#image_style_01_1500452124643{width:100%;height:136px;top:0px;left:0%;}} #image_style_01_1500452124643 > .view_contents{overflow:visible;}  #layout_diy_1500366680{height:400px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1500366680{height:264px;}}   @media screen and (max-width:640px) {#layout_diy_1500366680{height:136px;}} 


 #image_style_01_1525330330824{width:23.833333333333336%;height:84px;position:absolute;top:66.40972900390625px;left:38.02314758300781%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525330330824{left:38.10219840719647%;top:40.40625px;width:293px;height:70px;}}   @media screen and (max-width:640px) {#image_style_01_1525330330824{width:96%;height:80px;top:0px;left:2%;}} #image_style_01_1525330330824 > .view_contents{overflow:visible;} 

 #image_style_01_1525330458560{width:6.5%;height:314px;position:absolute;top:190.90972137451172px;left:-0.018519083658854168%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525330458560{width:84px;left:0%;top:168.90278625488276px;}}   @media screen and (max-width:640px) {#image_style_01_1525330458560{width:88px;height:314px;top:90px;left:36.25%;display:none;}} #image_style_01_1525330458560 > .view_contents{overflow:visible;} 

 #image_style_01_1525330962555{width:37.416666666666664%;height:267px;position:absolute;top:213.90279388427734px;left:7.498264312744141%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525330962555{left:11.43028997082766%;top:201.99305725097656px;height:224px;width:338px;}}   @media screen and (max-width:640px) {#image_style_01_1525330962555{width:100%;height:174px;top:74.10417938232422px;left:0%;}} #image_style_01_1525330962555 > .view_contents{overflow:visible;} 

 #text_style_02_1525331030359{width:47.75%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:221.48959350585938px;left:48.496531168619796%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1525331030359{width:479px;left:49.09670563230606%;top:182.4097290039062px;}}   @media screen and (max-width:640px) {#text_style_02_1525331030359{width:97%;top:259.75001525878906px;left:1.5%;}}  #text_style_02_1525331030359>.view_contents {box-sizing:border-box;font-size:16px;line-height:32px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1525331030359>.view_contents {box-sizing:border-box;font-size:14px;line-height:28px;}} @media screen and (max-width:640px) { #text_style_02_1525331030359>.view_contents {box-sizing:border-box;font-size:12px;line-height:24px;text-indent:2em;}}

 #text_style_02_1525331064575{width:45.83333333333333%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:585.7014007568358px;left:2.662038167317708%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1525331064575{width:479px;left:2.892168067340263%;top:509.2847595214844px;}}   @media screen and (max-width:640px) {#text_style_02_1525331064575{width:97%;top:736.96533203125px;left:1.5%;}}  #text_style_02_1525331064575>.view_contents {box-sizing:border-box;font-size:16px;line-height:32px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1525331064575>.view_contents {box-sizing:border-box;font-size:14px;line-height:28px;}} @media screen and (max-width:640px) { #text_style_02_1525331064575>.view_contents {box-sizing:border-box;font-size:12px;line-height:24px;text-indent:2em;}}

 #image_style_01_1525331084705{width:39.166666666666664%;height:276px;position:absolute;top:509.2048797607421px;left:53.414642333984375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525331084705{left:54.94672104352085%;top:449.3125305175781px;}}   @media screen and (max-width:640px) {#image_style_01_1525331084705{width:100%;height:195px;top:1098.0660400390625px;left:0%;}} #image_style_01_1525331084705 > .view_contents{overflow:visible;} 

 #image_style_01_1525331166714{width:40.666666666666664%;height:313px;position:absolute;top:1053.9584045410156px;left:4.247107187906901%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525331166714{left:4.353377112166661%;top:963.8472595214844px;height:292px;}}   @media screen and (max-width:640px) {#image_style_01_1525331166714{width:100%;height:202px;top:889.9583892822266px;left:0%;}} #image_style_01_1525331166714 > .view_contents{overflow:visible;} 

 #text_style_02_1525331220335{width:93.75%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:855.1597595214844px;left:3.064814249674479%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1525331220335{width:837px;left:5.189514970931439%;top:767.6181030273439px;}}   @media screen and (max-width:640px) {#text_style_02_1525331220335{width:98.50260406732559%;top:1307.9549560546875px;left:1.5%;}}  #text_style_02_1525331220335>.view_contents {box-sizing:border-box;font-size:16px;line-height:32px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1525331220335>.view_contents {box-sizing:border-box;font-size:14px;line-height:28px;}} @media screen and (max-width:640px) { #text_style_02_1525331220335>.view_contents {box-sizing:border-box;font-size:12px;line-height:24px;text-indent:2em;}}

 #image_style_01_1525331250091{width:38.5%;height:313px;position:absolute;top:1053.9584045410156px;left:53.78935241699219%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525331250091{left:55.31866578315954%;top:963.8368682861328px;height:293px;}}   @media screen and (max-width:640px) {#image_style_01_1525331250091{width:99.80902791023254%;height:185px;top:528.857666015625px;left:0%;}} #image_style_01_1525331250091 > .view_contents{overflow:visible;} 

 #text_style_01_1525331731957{width:68.75%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:1469.3022155761719px;left:15.56481424967448%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525331731957{left:10.049888456792559%;top:1312.2812805175781px;width:786px;}}   @media screen and (max-width:640px) {#text_style_01_1525331731957{width:96%;top:1639.007080078125px;left:2%;display:none;}}  #text_style_01_1525331731957>.view_contents {box-sizing:border-box;color:#0000ff;font-size:59px;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525331731957>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1525331731957>.view_contents {box-sizing:border-box;}} #layout_1500366878731{height:1597.88889px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1500366878731{height:1468.88889px;}}   @media screen and (max-width:640px) {#layout_1500366878731{height:1640.88889px;}} #layout_1500366878731 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_01_1525331882968{width:37.583333333333336%;height:385px;position:absolute;top:65.43055725097656px;left:0.9979743957519531%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525331882968{}}   @media screen and (max-width:640px) {#image_style_01_1525331882968{width:99.49652791023254%;height:239px;top:10.982635498046875px;left:0%;}} #image_style_01_1525331882968 > .view_contents{overflow:visible;} 

 #image_style_01_1525332000075{width:58.916666666666664%;height:392px;position:absolute;top:52.444454193115234px;left:40.329864501953125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525332000075{}}   @media screen and (max-width:640px) {#image_style_01_1525332000075{width:98.00347208976746%;height:242px;top:0px;left:2%;display:none;}} #image_style_01_1525332000075 > .view_contents{overflow:visible;}  #layout_1500368295125{height:536.88889px;z-index:38;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1500368295125{height:569px;}}   @media screen and (max-width:640px) {#layout_1500368295125{height:263.88889px;}} #layout_1500368295125 > .view_contents{overflow:visible;max-width:1200px;} 




 #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_1500452124643 .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_1500452124643 .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_1500452124643 .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_1525330330824 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525330330824 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1525330330824 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1525330330824 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_1525330458560 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525330458560 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1525330458560 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1525330458560 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_1525330962555 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525330962555 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1525330962555 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1525330962555 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_1525331084705 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525331084705 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1525331084705 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1525331084705 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_1525331166714 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525331166714 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1525331166714 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1525331166714 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_1525331250091 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525331250091 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1525331250091 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1525331250091 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_1525331882968 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525331882968 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1525331882968 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1525331882968 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_1525332000075 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525332000075 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1525332000075 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1525332000075 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;}
				}
				