
/**
    *编辑器         \View\css\diy\editPageComm.css
    *编辑器-预览    \View\css\diy\pageCom.css
    *编辑器-发布    \Model\viewsRes\publish\comm.css
*/
@charset "utf-8";
/*----------------公共部分----------------*/
html{overflow-x:hidden; overflow-y:auto;}
body{ background-repeat:no-repeat; background-position:left top; position:relative; overflow-x: hidden;}
body, li, ul, ol, dl, dt, dd, form, input, textarea, h1, h2, h3, h4, h5, h6, p,select{ margin: 0px; padding: 0px; list-style-type:none; font-size: 12px; font:12px/1.5 tahoma,arial,"Microsoft YaHei";outline: 0 none; color:#333;}
em,i{font-style:normal;}
a{color:#333;}
a{text-decoration:none;}
*{margin:0px; padding:0px;outline: none !important;}
img {-ms-interpolation-mode:bicubic; border:none;}
.view{z-index: 1;position: absolute;}
.horizontal .view{position:relative; float:left;}
.vertical .view{position:relative;}
.view_contents{position:relative; width:100%; margin:0 auto; padding:0; z-index:10; height:100%; overflow: hidden; box-sizing: border-box;/*添加后，模块的内边距和边框不会再溢出*/}
.layout{ position: relative; width: 100%; margin: 0px auto; padding: 0px; z-index: 1;}
.layout > .view_contents{ /*overflow: visible;*/ cursor:default;}
/*流布局*/
.flow .view_contents > .view{float: left;}
.clear { clear: both; }
/*苹果去除样式*/
select,input[type='button'],input[type="reset"],input[type='submit'],input[type='text'],input[type="password"],input[name='query'],input[name='d']{-webkit-appearance: none; border-radius:0px}
input:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only;}

/*模块分页*/
.page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.page_btn a.cur,.page_btn a:hover{border:1px solid #4c4c4c;}
.prev_btn,.next_btn{font-family: '黑体' !important; border: 0 !important;}
.no_page{border: 0 !important;}
@media screen and (max-width:768px){
/*分页*/
.page_btn a:nth-child(n+5){display: none;}
.page_btn a:nth-last-child(1),.page_btn a:nth-last-child(2),.page_btn a:nth-last-child(3){display: inline-block !important;}
}

/*图片放大样式*/
.imgBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgBox img{ position: absolute; width: auto; max-width: 80%; /*max-height: 65%;*/ border: 20px solid #fff;top: 40%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); box-shadow: 0 0 10px rgba(0,0,0,.3);}
.imgBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgBox.scroll img{top:5%; margin-bottom: 5%; transform: translate(-50%,0%); -webkit-transform: translate(-50%,0%); -moz-transform: translate(-50%,0%); -o-transform: translate(-50%,0%);}
.pos_fixed{position: fixed; width: 100%;}
.imageButton{position: fixed; bottom: 15%; left: 50%; 
	-webkit-transform: translateX(-50%); 
	-moz-transform: translateX(-50%); 
	-ms-transform: translateX(-50%); 
	-o-transform: translateX(-50%); 
	transform: translateX(-50%); 
}
.imageButton span{display: inline-block; cursor:pointer; box-shadow: 0 0 6px rgba(0,0,0,.2);
	-webkit-transition: all ease .2s; 
	-moz-transition: all ease .2s; 
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s; 
	transition: all ease .2s; 
}
.imageButton span:hover{opacity: .8;}
.imageButton span.closeShowPic{ font-size: 40px; border-radius: 100%;font-family: serif; line-height: 1; background-color: #fff; padding: .2em; text-align: center;}
@media screen and (max-width: 768px){/*mobi*/
	.imgBox img{border-width: 10px;}
	.imgBox.scroll img{top:5%; margin-bottom: 10vh;}
}

    .jurisdiction_mask{
        top: 0;
        left: 0;
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0,0.5);
        z-index: 2147483647;
		display:none;
    }
    .jurisdiction_tips{
        width: 400px;
        background: #ffffff;
        position: absolute;
        left: 50%;
        top: 45%;
        -ms-transform:translate(-50%,-50%);
        -webkit-transform:translate(-50%,-50%);
        -o-transform:translate(-50%,-50%);
        -moz-transform:translate(-50%,-50%);
        transform:translate(-50%,-50%);
        padding: 23px 20px;
        box-sizing: border-box;
        text-align: center;
    }
    .jurisdiction_tips img{
        display: block;
        margin: 0 auto;
    }
    .jurisdiction_tips h3{
        font-size: 18px;
        font-weight: 400;
        line-height: 40px;color: #575757;
        text-align: center;
        margin: 5px 0 0;
    }
    .jurisdiction_tips p{
        color: #999;
        font-size: 16px;
        text-align: center;
        font-weight: 300;
        margin: 0;
    }
    .jurisdiction_tips button{
        color: #fff;
        font-size: 12px;
        padding: 10px 0;
        margin: 10px 3px 0;
        background-color: #aaa;
        cursor: pointer;
        display: inline-block;
        box-sizing: border-box;
        border: none;
        outline: none !important;
        width: 98px;
    }
    .jurisdiction_tips .jurisdiction_login{
        background: #ff0099;
    }
    .jurisdiction_tips button:hover{
        opacity: 0.8;
    }
    .jurisdiction_tips_mobile{
        display: none;
    }
    @media screen and (max-width: 450px){
        .jurisdiction_tips{
            width: 80%;
            padding: 20px 15px;
        }
        .jurisdiction_tips p{
            display: none;
        }
        .jurisdiction_tips .jurisdiction_tips_mobile{
            display: block;
        }
        .jurisdiction_tips img{width: 60px;}
        .jurisdiction_tips h3{font-size: 16px;}
        .jurisdiction_tips p{
            font-size: 14px;
        }
        .jurisdiction_tips button{margin-top: 12px;padding: 8px 0;}
    }
/*----------------------电脑板式样式----------------------*/

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {

}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {

}
body{ background-position:left top; }


 #dh_style_01_1500340658540{width:61.82380216383307%;z-index:999;position:absolute;top:36px;left:38.166666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1500340658540{z-index:999;left:35.31283138918346%;top:21px;width:610px;}}   @media screen and (max-width:640px) {#dh_style_01_1500340658540{width:12.054794520547945%;z-index:999;top:101px;left:87.89473684210526%;}} #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 .subMenuSet {font-size:18px;font-family:Arial;color:#000000;} #dh_style_01_1500340658540 .thrMenuSet {font-size:18px;font-family:Arial;color:#000000;} #dh_style_01_1500340658540 .mainMenuSet {font-size:18px;font-family:Arial;color:#000000;text-color:#000000;}
/*----------------------电脑板式样式----------------------*/
#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_style_01_1574820465956{width:25.25%;height:114px;position:absolute;top:1px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1574820465956{height:90px;}}   @media screen and (max-width:640px) {#image_style_01_1574820465956{width:96%;left:2%;top:0px;height:133px;}} #image_style_01_1574820465956 > .view_contents{overflow:visible;}  #comm_layout_header{height:115px;z-index:9998;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:94px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:145px;}} #comm_layout_header > .view_contents{overflow:visible;max-width:1200px;}  #comm_layout_header  {background:transparent;}


 #banner_style_01_1500340675079{width:100%;height:575px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1500340675079{height:360px;}}   @media screen and (max-width:640px) {#banner_style_01_1500340675079{width:100%;height:140px;top:0px;left:0%;}}  #layout_diy_1500340552{height:577px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1500340552{height:360px;}}   @media screen and (max-width:640px) {#layout_diy_1500340552{height:140px;}} 


 #text_style_02_1500342950961{width:30.833333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:12px;left:42.58203125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1500342950961{left:47.93378844114528%;top:12.921875px;}}   @media screen and (max-width:640px) {#text_style_02_1500342950961{width:100%;top:20px;left:0%;}}  #text_style_02_1500342950961>.view_contents {box-sizing:border-box;font-size:32px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1500342950961>.view_contents {box-sizing:border-box;font-size:24px;line-height:32px;}} @media screen and (max-width:640px) { #text_style_02_1500342950961>.view_contents {box-sizing:border-box;font-size:18px;text-align:center;line-height:36px;}}

 #div_blank_1500343016889{width:5.333333333333334%;height:56px;position:absolute;top:12px;left:42.58203125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1500343016889{left:calc(50% - 24px);top:0px;width:48px;}}   @media screen and (max-width:640px) {#div_blank_1500343016889{width:8.421052631578947%;height:38.01136px;top:20.477264404296875px;left:45.78947368421053%;}} #div_blank_1500343016889 > .view_contents{overflow:visible;}  #div_blank_1500343016889  {box-sizing:border-box;background:transparent;border-bottom-color:#f37420;border-bottom-style:solid;border-bottom-width:4px;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1500343016889  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1500343016889  {box-sizing:border-box;border-bottom-width:2px;}}

 #text_style_02_1500342957959{width:56.00000000000001%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:72px;left:42.58203125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1500342957959{width:479px;left:47.45493107104984%;top:62.40625px;}}   @media screen and (max-width:640px) {#text_style_02_1500342957959{width:97%;top:65.97442626953125px;left:1.498953292244359%;}}  #text_style_02_1500342957959>.view_contents {box-sizing:border-box;font-size:17px;line-height:32px;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1500342957959>.view_contents {box-sizing:border-box;font-size:14px;line-height:28px;}} @media screen and (max-width:640px) { #text_style_02_1500342957959>.view_contents {box-sizing:border-box;font-size:12px;line-height:24px;text-indent:2em;}}

 #image_style_01_1500341180191{width:500px;height:322px;position:absolute;top:27px;left:-0.013890584309895834%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500341180191{top:44.921875px;left:0.5749602332979852%;width:429px;height:292px;}}   @media screen and (max-width:640px) {#image_style_01_1500341180191{width:54.794520547945204%;height:200px;top:270.80963134765625px;left:13.912230039897718%;display:none;}} #image_style_01_1500341180191 > .view_contents{overflow:visible;}  #layout_1500340801070{height:387px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1500340801070{height:373px;}}   @media screen and (max-width:640px) {#layout_1500340801070{height:353.97442626953125px;}} #layout_1500340801070 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1500343220280{width:95.16666666666667%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:32px;left:2.4166666666666643%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1500343220280{width:478px;left:calc(50% - 239px);top:50px;}}   @media screen and (max-width:640px) {#text_style_02_1500343220280{width:100%;top:20px;left:0%;}}  #text_style_02_1500343220280>.view_contents {box-sizing:border-box;font-size:37px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1500343220280>.view_contents {box-sizing:border-box;font-size:24px;line-height:32px;}} @media screen and (max-width:640px) { #text_style_02_1500343220280>.view_contents {box-sizing:border-box;font-size:18px;line-height:36px;}}

 #image_style_03_1500346023452{width:19%;height:228px;position:absolute;top:137.46875px;left:0%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1500346023452{left:1%;height:140px;top:148.4658966064453px;display:block;}}   @media screen and (max-width:640px) {#image_style_03_1500346023452{width:48%;height:142px;top:171.36363220214844px;left:1.5%;display:block;}} #image_style_03_1500346023452 > .view_contents{overflow:visible;}  #image_style_03_1500346023452 .tipsText {font-size:16px;} #image_style_03_1500346023452 .imgStyle_3:hover .tipsText {background:rgba(243,116,32,0.9);} #image_style_03_1500346023452 .imgSet {background:#ffffff;} #image_style_03_1500346023452  {background:#ffffff;}

 #image_style_03_1500347302908{width:19%;height:228px;position:absolute;top:137.46875px;left:20.252604166666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1500347302908{height:140px;left:20.738636349874827%;top:148.45170211791992px;}}   @media screen and (max-width:640px) {#image_style_03_1500347302908{width:48%;height:142px;top:171.35510301589966px;left:50.5%;}} #image_style_03_1500347302908 > .view_contents{overflow:visible;}  #image_style_03_1500347302908 .tipsText {font-size:16px;} #image_style_03_1500347302908 .imgStyle_3:hover .tipsText {background:rgba(243,116,32,0.9);}

 #image_style_03_1500347338755{width:19%;height:228px;position:absolute;top:137.46875px;left:40.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1500347338755{height:140px;left:40.47919672002237%;top:148.45170211791992px;}}   @media screen and (max-width:640px) {#image_style_03_1500347338755{width:48%;height:142px;top:317.2840766906738px;left:1.569976053739849%;}} #image_style_03_1500347338755 > .view_contents{overflow:visible;}  #image_style_03_1500347338755 .tipsText {font-size:16px;} #image_style_03_1500347338755 .imgStyle_3:hover .tipsText {color:#ffffff;background:rgba(243,116,32,0.9);}

 #image_style_03_1500347382523{width:19%;height:228px;position:absolute;top:137.46875px;left:60.760416666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1500347382523{height:140px;left:60.219757090169914%;top:148.45170211791992px;}}   @media screen and (max-width:640px) {#image_style_03_1500347382523{width:48%;height:142px;top:317.28691482543945px;left:50.52332426372327%;}} #image_style_03_1500347382523 > .view_contents{overflow:visible;}  #image_style_03_1500347382523 .tipsText {font-size:16px;} #image_style_03_1500347382523 .imgStyle_3:hover .tipsText {background:rgba(243,116,32,0.9);}

 #image_style_03_1500347431229{width:19%;height:228px;position:absolute;top:137.46875px;left:81%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1500347431229{height:140px;left:79.96031746031747%;top:148.45170211791992px;}}   @media screen and (max-width:640px) {#image_style_03_1500347431229{width:48%;height:142px;top:463.2528381347656px;left:1.5737140806097734%;}} #image_style_03_1500347431229 > .view_contents{overflow:visible;}  #image_style_03_1500347431229 .tipsText {font-size:16px;} #image_style_03_1500347431229 .imgStyle_3:hover .tipsText {background:rgba(243,116,32,0.9);}

 #image_style_03_1500347505323{width:19%;height:228px;position:absolute;top:388.40625px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1500347505323{height:140px;left:0.9980759797272859%;top:298.4119038581848px;}}   @media screen and (max-width:640px) {#image_style_03_1500347505323{width:48%;height:142px;top:463.2443084716797px;left:50.52481801886307%;}} #image_style_03_1500347505323 > .view_contents{overflow:visible;}  #image_style_03_1500347505323 .tipsText {font-size:16px;} #image_style_03_1500347505323 .imgStyle_3:hover .tipsText {background:rgba(243,116,32,0.9);}

 #image_style_03_1500347555879{width:19%;height:228px;position:absolute;top:388.40625px;left:20.252604166666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1500347555879{height:140px;top:298.40907287597656px;left:20.71796803247361%;}}   @media screen and (max-width:640px) {#image_style_03_1500347555879{width:48%;height:142px;top:610.2102203369141px;left:1.5737140806097734%;}} #image_style_03_1500347555879 > .view_contents{overflow:visible;}  #image_style_03_1500347555879 .tipsText {font-size:16px;} #image_style_03_1500347555879 .imgStyle_3:hover .tipsText {background:rgba(243,116,32,0.9);}

 #image_style_03_1500347613963{width:19%;height:228px;position:absolute;top:388.40625px;left:60.760416666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1500347613963{height:140px;top:298.40907287597656px;left:60.16075848271607%;}}   @media screen and (max-width:640px) {#image_style_03_1500347613963{width:48%;height:142px;top:757.17041015625px;left:1.5737140806097734%;}} #image_style_03_1500347613963 > .view_contents{overflow:visible;}  #image_style_03_1500347613963 .tipsText {font-size:16px;} #image_style_03_1500347613963 .imgStyle_3:hover .tipsText {background:rgba(243,116,32,0.9);}

 #image_style_03_1500347623745{width:19%;height:228px;position:absolute;top:388.40625px;left:81%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1500347623745{height:140px;left:79.8821537078373%;top:298.40907287597656px;}}   @media screen and (max-width:640px) {#image_style_03_1500347623745{width:48%;height:142px;top:757.1562194824219px;left:50.52332426372327%;}} #image_style_03_1500347623745 > .view_contents{overflow:visible;}  #image_style_03_1500347623745 .tipsText {font-size:16px;} #image_style_03_1500347623745 .imgStyle_3:hover .tipsText {background:rgba(243,116,32,0.9);}

 #image_style_03_1574401927420{width:19%;height:228px;position:absolute;top:388.40625px;left:40.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1574401927420{height:140px;left:calc(50% - 89.5px);top:298.40625px;}}   @media screen and (max-width:640px) {#image_style_03_1574401927420{width:48%;height:142px;top:610.2053756713867px;left:50.5%;}} #image_style_03_1574401927420 > .view_contents{overflow:visible;}  #image_style_03_1574401927420 .tipsText {font-size:16px;} #image_style_03_1574401927420 .imgStyle_3:hover .tipsText {background:rgba(243,116,32,0.9);}

 #div_blank_1500343290956{width:5.333333333333334%;height:15px;position:absolute;top:83px;left:47.333333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1500343290956{}}   @media screen and (max-width:640px) {#div_blank_1500343290956{width:101px;height:38.0px;top:102px;left:36.53333333333333%;}} #div_blank_1500343290956 > .view_contents{overflow:visible;}  #div_blank_1500343290956  {box-sizing:border-box;background:transparent;border-bottom-color:#f37420;border-bottom-style:solid;border-bottom-width:4px;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1500343290956  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1500343290956  {box-sizing:border-box;border-bottom-width:2px;}} #layout_1500341183047{height:648px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1500341183047{height:528.40625px;display:block;}}   @media screen and (max-width:640px) {#layout_1500341183047{height:908px;display:block;}} #layout_1500341183047 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1500341183047  {background:#d4d2d5;}


 #text_style_02_1500347810196{width:50.16666666666667%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:70px;left:24.916666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1500347810196{width:478px;left:calc(50% - 239px);top:50px;}}   @media screen and (max-width:640px) {#text_style_02_1500347810196{width:100%;top:10px;left:0%;}}  #text_style_02_1500347810196>.view_contents {box-sizing:border-box;font-size:32px;text-align:center;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1500347810196>.view_contents {box-sizing:border-box;font-size:24px;line-height:32px;}} @media screen and (max-width:640px) { #text_style_02_1500347810196>.view_contents {box-sizing:border-box;font-size:18px;line-height:36px;}}

 #div_blank_1500347819263{width:5.333333333333334%;height:90px;position:absolute;top:40.914764404296875px;left:47.34848499298096%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1500347819263{top:36.866455078125px;left:47.204182942708336%;height:61.008520000000004px;}}   @media screen and (max-width:640px) {#div_blank_1500347819263{width:8.4%;height:38.0px;top:349.4px;left:45.6578947368421%;}} #div_blank_1500347819263 > .view_contents{overflow:visible;}  #div_blank_1500347819263  {box-sizing:border-box;background:transparent;border-bottom-color:#f37420;border-bottom-style:solid;border-bottom-width:4px;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1500347819263  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1500347819263  {box-sizing:border-box;border-bottom-width:2px;}}

 #text_style_02_1500347831794{width:96.33333333333334%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:138.49147033691406px;left:1.874999682108561%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1500347831794{left:1.8193266171792153%;top:104.421875px;}}   @media screen and (max-width:640px) {#text_style_02_1500347831794{width:97%;top:46px;left:1.5%;}}  #text_style_02_1500347831794>.view_contents {box-sizing:border-box;font-size:20px;line-height:32px;text-align:center;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1500347831794>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_02_1500347831794>.view_contents {box-sizing:border-box;font-size:12px;line-height:24px;}}

 #div_includeBlock_1500371599167{width:100%;height:366px;position:absolute;top:40.90625px;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1500371599167{}}   @media screen and (max-width:640px) {#div_includeBlock_1500371599167{width:100%;height:209px;top:0px;left:0%;display:none;}} #div_includeBlock_1500371599167 > .view_contents{overflow:visible;}  @media screen and (max-width:640px) { #div_includeBlock_1500371599167  {background-repeat:no-repeat;background-size:cover;background:#3a2e46 undefined;}} #div_includeBlock_1500371599167  {}


 #image_style_01_1500348896809{width:12.333333333333334%;height:37px;position:absolute;top:16.5px;left:20px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500348896809{left:7%;width:13.852813852813853%;top:10px;height:33px;}}   @media screen and (max-width:640px) {#image_style_01_1500348896809{width:31px;height:31px;top:4.5px;left:3.6966463414634143%;}} #image_style_01_1500348896809 > .view_contents{overflow:visible;} 

 #text_style_02_1500349026703{width:56.333333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:23px;left:22%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1500349026703{width:152px;left:24.3%;top:13.5px;}}   @media screen and (max-width:640px) {#text_style_02_1500349026703{width:78.59078590785907%;top:8px;left:14.185298102981031%;}}  #text_style_02_1500349026703>.view_contents {box-sizing:border-box;font-size:18px;line-height:24px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1500349026703>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_02_1500349026703>.view_contents {box-sizing:border-box;font-size:16px;}}
 #div_includeBlock_1500348480197{width:25%;height:70px;position:absolute;top:241.734375px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1500348480197{height:51px;width:24.5%;left:0.9991383881230116%;top:190.734375px;}}   @media screen and (max-width:640px) {#div_includeBlock_1500348480197{width:97%;height:40px;top:124.890625px;left:2.933333333333333%;}}  #div_includeBlock_1500348480197  {border-bottom-color:#ffffff;border-bottom-style:solid;border-bottom-width:1px;border-right-color:#ffffff;border-right-style:solid;border-right-width:1px;border-top-color:#ffffff;border-left-color:#ffffff;} @media screen and (max-width:640px) { #div_includeBlock_1500348480197  {border-bottom-width:0px;border-right-width:0px;}}


 #image_style_01_1500349615810{width:12.333333333333334%;height:37px;position:absolute;top:16.5px;left:20px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500349615810{left:7%;width:13.852813852813853%;top:10px;height:33px;}}   @media screen and (max-width:640px) {#image_style_01_1500349615810{width:31px;height:31px;top:4.5px;left:3.6966463414634143%;}} #image_style_01_1500349615810 > .view_contents{overflow:visible;} 

 #text_style_02_1500349615819{width:56.333333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:23px;left:22%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1500349615819{width:152px;left:24.3%;top:13.5px;}}   @media screen and (max-width:640px) {#text_style_02_1500349615819{width:78.59078590785907%;top:8px;left:14.185298102981031%;}}  #text_style_02_1500349615819>.view_contents {box-sizing:border-box;font-size:18px;line-height:24px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1500349615819>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_02_1500349615819>.view_contents {box-sizing:border-box;font-size:16px;}}
 #div_includeBlock_1500349615609{width:25%;height:70px;position:absolute;top:241.734375px;left:25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1500349615609{height:51px;width:24.5%;top:190.734375px;left:25.498740721102862%;}}   @media screen and (max-width:640px) {#div_includeBlock_1500349615609{width:97%;height:40px;top:164.890625px;left:2.9833333333333334%;}}  #div_includeBlock_1500349615609  {border-bottom-color:#ffffff;border-bottom-style:solid;border-bottom-width:1px;border-right-color:#ffffff;border-right-style:solid;border-right-width:1px;border-top-color:#ffffff;border-left-color:#ffffff;} @media screen and (max-width:640px) { #div_includeBlock_1500349615609  {border-bottom-width:0px;border-right-width:0px;}}


 #image_style_01_1500349635486{width:12.333333333333334%;height:37px;position:absolute;top:16.5px;left:20px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500349635486{left:7%;width:13.852813852813853%;top:10px;height:33px;}}   @media screen and (max-width:640px) {#image_style_01_1500349635486{width:31px;height:31px;top:4.5px;left:3.6966463414634143%;}} #image_style_01_1500349635486 > .view_contents{overflow:visible;} 

 #text_style_02_1500349635496{width:56.333333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:23px;left:22%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1500349635496{width:152px;left:24.3%;top:13.5px;}}   @media screen and (max-width:640px) {#text_style_02_1500349635496{width:78.59078590785907%;top:8px;left:14.185298102981031%;}}  #text_style_02_1500349635496>.view_contents {box-sizing:border-box;font-size:18px;line-height:24px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1500349635496>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_02_1500349635496>.view_contents {box-sizing:border-box;font-size:16px;}}
 #div_includeBlock_1500349635308{width:25%;height:70px;position:absolute;top:241.734375px;left:50%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1500349635308{height:51px;width:24.5%;top:190.734375px;left:49.99834305408272%;}}   @media screen and (max-width:640px) {#div_includeBlock_1500349635308{width:97%;height:40px;top:204.890625px;left:2.9833333333333334%;}}  #div_includeBlock_1500349635308  {border-bottom-color:#ffffff;border-bottom-style:solid;border-bottom-width:1px;border-right-color:#ffffff;border-right-style:solid;border-right-width:1px;border-top-color:#ffffff;border-left-color:#ffffff;} @media screen and (max-width:640px) { #div_includeBlock_1500349635308  {border-bottom-width:0px;border-right-width:0px;}}


 #image_style_01_1500349852826{width:12.333333333333334%;height:37px;position:absolute;top:16.5px;left:20px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500349852826{left:7%;width:13.852813852813853%;top:10px;height:33px;}}   @media screen and (max-width:640px) {#image_style_01_1500349852826{width:31px;height:31px;top:4.5px;left:3.6966463414634143%;}} #image_style_01_1500349852826 > .view_contents{overflow:visible;} 

 #text_style_02_1500349852838{width:56.333333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:23px;left:22%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1500349852838{width:152px;left:24.3%;top:13.5px;}}   @media screen and (max-width:640px) {#text_style_02_1500349852838{width:78.59078590785907%;top:8px;left:14.185298102981031%;}}  #text_style_02_1500349852838>.view_contents {box-sizing:border-box;font-size:18px;line-height:24px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1500349852838>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_02_1500349852838>.view_contents {box-sizing:border-box;font-size:16px;}}
 #div_includeBlock_1500349852617{width:25%;height:70px;position:absolute;top:311.734375px;left:25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1500349852617{height:51px;width:24.5%;left:25.499293036408627%;top:241.734375px;}}   @media screen and (max-width:640px) {#div_includeBlock_1500349852617{width:97%;height:40px;top:284.890625px;left:2.9875%;}}  #div_includeBlock_1500349852617  {border-bottom-color:#000000;border-bottom-style:none;border-bottom-width:0px;border-right-color:#ffffff;border-right-style:solid;border-right-width:1px;border-top-color:#ffffff;} @media screen and (max-width:640px) { #div_includeBlock_1500349852617  {border-bottom-width:0px;border-right-width:0px;}}


 #image_style_01_1500349652961{width:12.333333333333334%;height:37px;position:absolute;top:16.5px;left:20px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500349652961{left:7%;width:13.852813852813853%;top:10px;height:33px;}}   @media screen and (max-width:640px) {#image_style_01_1500349652961{width:31px;height:31px;top:4.5px;left:3.6966463414634143%;}} #image_style_01_1500349652961 > .view_contents{overflow:visible;} 

 #text_style_02_1500349652973{width:56.333333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:23px;left:22%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1500349652973{width:152px;left:24.3%;top:13.5px;}}   @media screen and (max-width:640px) {#text_style_02_1500349652973{width:78.59078590785907%;top:8px;left:14.185298102981031%;}}  #text_style_02_1500349652973>.view_contents {box-sizing:border-box;font-size:18px;line-height:24px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1500349652973>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_02_1500349652973>.view_contents {box-sizing:border-box;font-size:16px;}}
 #div_includeBlock_1500349652771{width:25%;height:70px;position:absolute;top:241.734375px;left:75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1500349652771{height:51px;width:24.5%;left:74.5%;top:190.734375px;}}   @media screen and (max-width:640px) {#div_includeBlock_1500349652771{width:97%;height:40px;top:244.890625px;left:2.9833333333333334%;}}  #div_includeBlock_1500349652771  {border-bottom-color:#ffffff;border-bottom-style:solid;border-bottom-width:1px;border-right-color:#ffffff;border-right-style:solid;border-right-width:0px;border-top-color:#ffffff;border-left-color:#ffffff;} @media screen and (max-width:640px) { #div_includeBlock_1500349652771  {border-bottom-width:0px;border-right-width:0px;}}


 #image_style_01_1500349831878{width:12.333333333333334%;height:37px;position:absolute;top:16.5px;left:20px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500349831878{left:7%;width:13.852813852813853%;top:10px;height:33px;}}   @media screen and (max-width:640px) {#image_style_01_1500349831878{width:31px;height:31px;top:4.5px;left:3.6966463414634143%;}} #image_style_01_1500349831878 > .view_contents{overflow:visible;} 

 #text_style_02_1500349831893{width:56.333333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:23px;left:22%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1500349831893{width:152px;left:24.3%;top:13.5px;}}   @media screen and (max-width:640px) {#text_style_02_1500349831893{width:78.59078590785907%;top:8px;left:14.185298102981031%;}}  #text_style_02_1500349831893>.view_contents {box-sizing:border-box;font-size:18px;line-height:24px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1500349831893>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_02_1500349831893>.view_contents {box-sizing:border-box;font-size:16px;}}
 #div_includeBlock_1500349831634{width:25%;height:70px;position:absolute;top:311.734375px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1500349831634{height:51px;width:24.5%;left:1%;top:241.734375px;}}   @media screen and (max-width:640px) {#div_includeBlock_1500349831634{width:97%;height:40px;top:324.890625px;left:2.9875%;}}  #div_includeBlock_1500349831634  {border-bottom-color:#ffffff;border-bottom-style:none;border-bottom-width:0px;border-right-color:#ffffff;border-right-style:solid;border-right-width:1px;border-top-color:#ffffff;border-left-color:#ffffff;} @media screen and (max-width:640px) { #div_includeBlock_1500349831634  {border-bottom-width:0px;border-right-width:0px;}}
/*----------------------电脑板式样式----------------------*/
#div_includeBlock_1500349831634{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#div_includeBlock_1500349831634{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#div_includeBlock_1500349831634{
		
	}
}


 #image_style_01_1500349864556{width:12.333333333333334%;height:37px;position:absolute;top:16.5px;left:20px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500349864556{left:7%;width:13.852813852813853%;top:10px;height:33px;}}   @media screen and (max-width:640px) {#image_style_01_1500349864556{width:31px;height:31px;top:4.5px;left:3.6966463414634143%;}} #image_style_01_1500349864556 > .view_contents{overflow:visible;} 

 #text_style_02_1500349864568{width:56.333333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:23px;left:22%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1500349864568{width:152px;left:24.3%;top:13.5px;}}   @media screen and (max-width:640px) {#text_style_02_1500349864568{width:78.59078590785907%;top:8px;left:14.185298102981031%;}}  #text_style_02_1500349864568>.view_contents {box-sizing:border-box;font-size:18px;line-height:24px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1500349864568>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_02_1500349864568>.view_contents {box-sizing:border-box;font-size:16px;}}
 #div_includeBlock_1500349864119{width:25%;height:70px;position:absolute;top:311.734375px;left:50%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1500349864119{height:51px;width:24.5%;left:49.999447684694246%;top:241.734375px;}}   @media screen and (max-width:640px) {#div_includeBlock_1500349864119{width:97%;height:40px;top:364.890625px;left:2.9875%;}}  #div_includeBlock_1500349864119  {border-bottom-color:#000000;border-bottom-style:none;border-bottom-width:0px;border-right-color:#ffffff;border-right-style:solid;border-right-width:1px;border-top-color:#ffffff;} @media screen and (max-width:640px) { #div_includeBlock_1500349864119  {border-bottom-width:0px;border-right-width:0px;}}


 #image_style_01_1500349874425{width:12.333333333333334%;height:37px;position:absolute;top:16.5px;left:20px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500349874425{left:7%;width:13.852813852813853%;top:10px;height:33px;}}   @media screen and (max-width:640px) {#image_style_01_1500349874425{width:31px;height:31px;top:4.5px;left:3.6966463414634143%;}} #image_style_01_1500349874425 > .view_contents{overflow:visible;} 

 #text_style_02_1500349874437{width:56.333333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:23px;left:22%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1500349874437{width:152px;left:24.3%;top:13.5px;}}   @media screen and (max-width:640px) {#text_style_02_1500349874437{width:78.59078590785907%;top:8px;left:14.185298102981031%;}}  #text_style_02_1500349874437>.view_contents {box-sizing:border-box;font-size:18px;line-height:24px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1500349874437>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_02_1500349874437>.view_contents {box-sizing:border-box;font-size:16px;}}
 #div_includeBlock_1500349874222{width:25%;height:70px;position:absolute;top:311.734375px;left:75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1500349874222{height:51px;width:24.5%;left:74.49960233297985%;top:241.734375px;}}   @media screen and (max-width:640px) {#div_includeBlock_1500349874222{width:97%;height:40px;top:404.890625px;left:2.9875%;}}  #div_includeBlock_1500349874222  {border-bottom-color:#ffffff;border-bottom-style:none;border-bottom-width:0px;border-right-color:#ffffff;border-right-style:none;border-right-width:0px;border-top-color:#ffffff;border-left-color:#ffffff;} @media screen and (max-width:640px) { #div_includeBlock_1500349874222  {border-bottom-width:0px;border-right-width:0px;}} #layout_1500347802506{height:416px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1500347802506{height:342px;}}   @media screen and (max-width:640px) {#layout_1500347802506{height:444.890625px;}} #layout_1500347802506 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1500347802506  {background: url(http://cdn.xuansiwei.com/wangz1284/img/upimages/pkgimg/other/20170718135112498.jpg);background-attachment:fixed;background-repeat:no-repeat;background-size:cover;}




 #dh_style_01_1500371600321{width:51.74999999999999%;z-index:999;position:absolute;top:219px;left:24.125000000000004%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1500371600321{z-index:999;left:17.197859116022098%;width:65.6353591160221%;top:239.5px;}}   @media screen and (max-width:640px) {#dh_style_01_1500371600321{width:44px;z-index:999;top:0px;display:none;}} #dh_style_01_1500371600321 > .view_contents{overflow:visible;}  #dh_style_01_1500371600321 .mainMenuSet {color:#ffffff;text-align:center;} #dh_style_01_1500371600321 #hot>a {color:#ffffff;}

 #text_style_02_1500371600330{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:263px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1500371600330{left:0%;width:100%;top:286px;}}   @media screen and (max-width:640px) {#text_style_02_1500371600330{width:370px;top:416px;left:calc(50% - 185px);display:none;}}  #text_style_02_1500371600330>.view_contents {box-sizing:border-box;font-size:14px;text-align:center;color:#ffffff;line-height:14px;height:34px;letter-spacing:1px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1500371600330>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1500371600330>.view_contents {box-sizing:border-box;}}

 #text_style_02_1500371600361{width:30.083333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:134px;left:68.66666666666667%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1500371600361{width:234px;top:139px;left:73.9899861878453%;}}   @media screen and (max-width:640px) {#text_style_02_1500371600361{width:69.70684039087948%;top:235.5px;left:10.254691689008043%;}}  #text_style_02_1500371600361>.view_contents {box-sizing:border-box;font-size:14px;font-family:Microsoft YaHei;color:#ffffff;text-align:left;font-weight:normal;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;}}

 #text_style_02_1500371600367{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:82px;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1500371600367{left:0%;top:68px;}}   @media screen and (max-width:640px) {#text_style_02_1500371600367{width:100%;top:94px;left:0%;}}  #text_style_02_1500371600367>.view_contents {box-sizing:border-box;font-size:20px;font-family:Microsoft YaHei;color:#ffffff;text-align:center;font-weight:normal;line-height:40px;letter-spacing:2px;padding-left:0px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1500371600367>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1500371600367>.view_contents {box-sizing:border-box;font-size:14px;line-height:30px;letter-spacing:1px;height:30px;}}

 #image_style_01_1500371600387{width:6.25%;height:31px;position:absolute;top:134px;left:36.333333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500371600387{top:138px;left:32.99551104972376%;}}   @media screen and (max-width:640px) {#image_style_01_1500371600387{}} #image_style_01_1500371600387 > .view_contents{overflow:visible;} 

 #image_style_01_1500371600397{width:6.25%;height:37px;position:absolute;top:130.5px;left:63.66666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500371600397{top:134.5px;left:68.68266574585635%;}}   @media screen and (max-width:640px) {#image_style_01_1500371600397{}} #image_style_01_1500371600397 > .view_contents{overflow:visible;} 

 #text_style_02_1500371600402{width:22%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:134px;left:41.583333333333336%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1500371600402{width:289px;top:138.5px;left:39.01761049723757%;}}   @media screen and (max-width:640px) {#text_style_02_1500371600402{width:79.47882736156352%;top:309px;left:10.246313672922252%;}}  #text_style_02_1500371600402>.view_contents {box-sizing:border-box;font-size:14px;font-family:Microsoft YaHei;color:#ffffff;text-align:left;font-weight:normal;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;}}

 #image_style_01_1500435530931{width:19%;height:82px;position:absolute;top:7px;left:40.42772784280936%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500435530931{left:37.84530386740331%;width:24.30939226519337%;}}   @media screen and (max-width:640px) {#image_style_01_1500435530931{width:206px;left:10.17510053619303%;}} #image_style_01_1500435530931 > .view_contents{overflow:visible;} 

 #image_style_01_1500371600378{width:6.25%;height:31px;position:absolute;top:134px;left:7.26503562447611%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500371600378{left:2.0959944751381214%;width:6.077348066298343%;top:136px;}}   @media screen and (max-width:640px) {#image_style_01_1500371600378{}} #image_style_01_1500371600378 > .view_contents{overflow:visible;} 

 #text_style_02_1500371600382{width:20.083333333333332%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:134px;left:12.473805532271584%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1500371600382{left:8.192334254143645%;top:138px;width:209px;}}   @media screen and (max-width:640px) {#text_style_02_1500371600382{width:71.33550488599349%;top:177px;left:10.66940348525469%;}}  #text_style_02_1500371600382>.view_contents {box-sizing:border-box;font-size:14px;font-family:Microsoft YaHei;color:#ffffff;text-align:left;font-weight:normal;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;}}
 #div_includeBlock_1500371599519{width:62.69048870204939%;height:297px;position:absolute;top:9px;left:18.656397792958487%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1500371599519{height:320px;width:99.46666666666667%;left:0.2666666666666657%;top:9px;}}   @media screen and (max-width:640px) {#div_includeBlock_1500371599519{height:384px;left:calc(50% - 186.5px);top:4.5px;width:366px;}} #div_includeBlock_1500371599519 > .view_contents{overflow:visible;}  @media screen and (max-width:640px) { #div_includeBlock_1500371599519  {background-repeat:no-repeat;background-size:cover;background:#3a2e46 undefined;}} #div_includeBlock_1500371599519  {}
 #div_includeBlock_1574745166283{width:100%;height:306px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1574745166283{height:329px;top:4px;left:0%;width:100%;}}   @media screen and (max-width:640px) {#div_includeBlock_1574745166283{width:100%;height:388.5px;top:1px;left:0%;}}  #div_includeBlock_1574745166283  {background: url(http://cdn.xuansiwei.com/wangz1284/img/footer/z_15/2592e3da2cf61c63e053ef481096af17.jpg);background-repeat:no-repeat;background-size:cover;background-position-x:50%;background-position-y:50%;} #comm_layout_footer{height:307px;z-index:9988;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:381px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:439.5px;}} #comm_layout_footer > .view_contents{overflow:visible;} 
/*菜单样式*/
.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;}
}

	#image_style_01_1574820465956 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1574820465956 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1574820465956 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1574820465956 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;}

/* banner样式 */

.bannerStyle_1{width:100%; height:100%; position:relative;}
.bannerStyle_1 .main_visual{height:100%; overflow:hidden; position:relative; }

.bannerStyle_1 .main_image{height:100%; overflow:hidden; position:relative; }

/* 圆点 */
.bannerStyle_1 div.flicking_con{position:absolute; bottom:20px; left:0; z-index:999; width:100%; height:14px; text-align:center; z-index: 105;}
.bannerStyle_1 div.flicking_con a{width:14px; height:14px; padding:0; background:none; border:1px solid white; display:inline-block; box-sizing:border-box; margin:0 3px; border-radius:100%; }
.bannerStyle_1 div.flicking_con a.on{background:white; border:0;}

/* 左右按钮 */
.bannerStyle_1 .btn_prev,.bannerStyle_1 .btn_next{z-index:11111; position:absolute; width:73px; height:74px; top:50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); display:none; }
.bannerStyle_1 .btn_prev{background:url(http://cdn.xuansiwei.com/wangz1284/img/banner/style_01/hover_left.png) no-repeat left top; left:20px; background-size: 80%;}
.bannerStyle_1 .btn_next{background:url(http://cdn.xuansiwei.com/wangz1284/img/banner/style_01/hover_right.png) no-repeat right top; right:20px; background-size: 80%;}

/* 遮罩面板 */
.bannerStyle_1 .ground_glass{display:none; position:absolute; top:0; left:0; opacity:0; width:100%; height:100%; z-index:998; background-color:#fff;}

@media screen and  (min-width:326px) and (max-width:767px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
}
@media screen and  (max-width:640px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
	.bannerStyle_1 .btn_prev, .bannerStyle_1 .btn_next{width:53px; height:54px;}
}

/* 默认 动画效果 */
.bannerStyle_1 .main_image .img-list{width:100%; height:100%; overflow:hidden; position:absolute; top:0; left:0}
.bannerStyle_1 .main_image .img-item{position:absolute; width:100%; height:100%; display:block; top:0;}
.bannerStyle_1 .main_image .img-item span{display:block; width:100%; height:100%; background-size:cover !important;}
.bannerStyle_1 .main_image .img-item a{display:block; width:100%; height:100%; overflow: hidden;}

/* 3D矩形旋转 动画效果 */
.bannerStyle_1.rotate-3d .img-part{
	position: absolute;
	top: 0;
	width: calc(20% + 1px);	/* [注意] 修改为总宽度 / 动画块个数 */
	height: 100%;
	background-color: #fff;
	transition: all .7s;
	/* 设置子元素在3D空间中呈现 */
	transform-style: preserve-3d;
}
.bannerStyle_1.rotate-3d .img-part .img{
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: 500% auto;	/* [注意] 宽度 为 动画块个数 * 100%, 这样图片可以分若干份后始终100%, 如果不需要这样, 可以设置为cover */
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(1){
	transform: rotateX(0deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(2){
	transform: rotateX(-90deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(3){
	transform: rotateX(-180deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(4){
	transform: rotateX(-270deg) translateZ(150px);
}


.img_url{ position:absolute; width:100%; height:100%; left:0; top:0; display:block; z-index: 100;}
	
            #banner_style_01_1500340675079 .bannerStyle_1 .main_image .img-item .img_0{background: url('http://cdn.xuansiwei.com/wangz1284/img/upimages/20190805151846268.jpg') center top no-repeat;}
                #banner_style_01_1500340675079 .bannerStyle_1 .main_image .img-item .img_1{background: url('http://cdn.xuansiwei.com/wangz1284/img/upimages/20190805151844911.jpg') center top no-repeat;}
                #banner_style_01_1500340675079 .bannerStyle_1 .main_image .img-item .img_2{background: url('http://cdn.xuansiwei.com/wangz1284/img/upimages/20190805151848631.jpg') center top no-repeat;}
                #banner_style_01_1500340675079 .bannerStyle_1 .ground_glass{}
    
    #banner_style_01_1500340675079 .bannerStyle_1 .main_image .img-item span{}
    @media screen and (min-width:641px) and (max-width:1200px) {
    #banner_style_01_1500340675079 .bannerStyle_1 .main_image .img-item span{}
    }

    @media screen and (max-width:640px) {
    #banner_style_01_1500340675079 .bannerStyle_1 .main_image .img-item span{}    }

	#image_style_01_1500341180191 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500341180191 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1500341180191 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1500341180191 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_03_1500346023452 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1500346023452 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_03_1500346023452 .CompatibleImg img{width:100%; height:100%}}
.imgStyle_3 { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle_3 img{ box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}

	#image_style_03_1500347302908 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1500347302908 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_03_1500347302908 .CompatibleImg img{width:100%; height:100%}}
.imgStyle_3 { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle_3 img{ box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}

	#image_style_03_1500347338755 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1500347338755 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_03_1500347338755 .CompatibleImg img{width:100%; height:100%}}
.imgStyle_3 { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle_3 img{ box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}

	#image_style_03_1500347382523 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1500347382523 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_03_1500347382523 .CompatibleImg img{width:100%; height:100%}}
.imgStyle_3 { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle_3 img{ box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}

	#image_style_03_1500347431229 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1500347431229 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_03_1500347431229 .CompatibleImg img{width:100%; height:100%}}
.imgStyle_3 { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle_3 img{ box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}

	#image_style_03_1500347505323 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1500347505323 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_03_1500347505323 .CompatibleImg img{width:100%; height:100%}}
.imgStyle_3 { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle_3 img{ box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}

	#image_style_03_1500347555879 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1500347555879 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_03_1500347555879 .CompatibleImg img{width:100%; height:100%}}
.imgStyle_3 { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle_3 img{ box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}

	#image_style_03_1500347613963 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1500347613963 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_03_1500347613963 .CompatibleImg img{width:100%; height:100%}}
.imgStyle_3 { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle_3 img{ box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}

	#image_style_03_1500347623745 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1500347623745 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_03_1500347623745 .CompatibleImg img{width:100%; height:100%}}
.imgStyle_3 { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle_3 img{ box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}

	#image_style_03_1574401927420 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1574401927420 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_03_1574401927420 .CompatibleImg img{width:100%; height:100%}}
.imgStyle_3 { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle_3 img{ box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}

	#image_style_01_1500348896809 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500348896809 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1500348896809 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1500348896809 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_1500349615810 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500349615810 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1500349615810 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1500349615810 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_1500349635486 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500349635486 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1500349635486 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1500349635486 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_1500349852826 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500349852826 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1500349852826 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1500349852826 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_1500349652961 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500349652961 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1500349652961 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1500349652961 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_1500349831878 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500349831878 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1500349831878 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1500349831878 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_1500349864556 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500349864556 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1500349864556 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1500349864556 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_1500349874425 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500349874425 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1500349874425 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1500349874425 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
/*菜单样式*/
.menuStyle_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_1500371600321 .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;}
}

	#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_1500435530931 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500435530931 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1500435530931 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1500435530931 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;}
