
/**
    *编辑器         \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_1518402454590{width:57.99999999999999%;z-index:999;position:absolute;top:31px;left:42%;}   @media screen and (max-width:640px) {#dh_style_01_1518402454590{width:13.750000000000002%;z-index:2;top:76px;left:86.5625%;}} #dh_style_01_1518402454590 > .view_contents{overflow:visible;}  #dh_style_01_1518402454590 #hot>a {color:#308415;border-bottom-color:#308415;} #dh_style_01_1518402454590 .mainMenuSet {border-bottom-color:transparent;border-bottom-style:solid;border-bottom-width:2px;margin-top:0px;margin-left:36px;margin-right:36px;} #dh_style_01_1518402454590 .mainMenuSet:hover {border-bottom-color:#308415;color:#308415;} #diy_none_obj  .mainMenuSet {margin-left:28px;margin-right:28px;} @media screen and (max-width:640px) { #dh_style_01_1518402454590 #hot>a {color:#00bf00;border-bottom-color:#00bf00;}} @media screen and (max-width:640px) { #dh_style_01_1518402454590 .subMenuSet {font-family:Microsoft YaHei;font-size:12px;padding-left:16px;}}
/*----------------------电脑板式样式----------------------*/
#dh_style_01_1518402454590{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_01_1518402454590{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_01_1518402454590{
		
	}
#dh_style_01_1518402454590 .menuStyle_1 .menuScroll{padding:0 18px;}
#dh_style_01_1518402454590 .menuStyle_1 .miniMenu .leftBox .menuUlCopy{padding:0;}
#dh_style_01_1518402454590 .menuStyle_1 .menuScroll>.menuUlCopy{width:100%;}
#dh_style_01_1518402454590 .mainMenuSet{margin:0;}
}

 #image_logo_1519787814419{width:36.916666666666664%;height:55px;position:absolute;top:24.5px;left:0%;}   @media screen and (max-width:640px) {#image_logo_1519787814419{width:93.125%;height:38px;top:23px;left:3.4375%;z-index:1;}} 

 #text_default_1541732038861{width:33.33333333333333%;height:300px;display:none;position:absolute;left:33.333333333333336%;top:37.8125px;}   @media screen and (max-width:640px) {#text_default_1541732038861{width:73.125%;height:22px;display:block;top:87px;left:13.4375%;}}  #comm_layout_header{height:110px;z-index:99999;}   @media screen and (max-width:640px) {#comm_layout_header{height:120px;}} #comm_layout_header > .view_contents{max-width:1200px;} 


 #image_style_01_1519722637694{width:100%;height:221px;position:absolute;top:0px;left:0%;}   @media screen and (max-width:640px) {#image_style_01_1519722637694{width:100.1220703125%;height:90px;top:0px;left:0%;}} #image_style_01_1519722637694 > .view_contents{overflow:visible;}  #layout_1519722637691{height:221px;}   @media screen and (max-width:640px) {#layout_1519722637691{height:90px;}} #layout_1519722637691 > .view_contents{overflow:visible;} 
 #layout_diy_1519638477{height:1px;}   @media screen and (max-width:640px) {#layout_diy_1519638477{height:42px;display:none;}}  #layout_diy_1519638477  {background:#efefef;}



 #text_style_01_1519638651948{width:87.15953307392996%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:12px;left:4.528985507246377%;}   @media screen and (max-width:640px) {#text_style_01_1519638651948{width:53.43750000000001%;top:0px;left:2%;}}  #text_style_01_1519638651948>.view_contents {box-sizing:border-box;font-size:16px;font-family:Microsoft YaHei;font-weight:bold;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1519638651948>.view_contents {box-sizing:border-box;}}
 #div_a_includeBlock_1519638619794{width:23%;height:52px;position:absolute;top:0px;left:0%;}   @media screen and (max-width:640px) {#div_a_includeBlock_1519638619794{width:100%;height:114px;top:0px;left:0%;display:none;}}  #div_a_includeBlock_1519638619794  {border-left-style:solid;border-left-width:5px;border-left-color:#308415;background:#ffffff;}


 #homelink_style_01_1519638865656{width:82.55555555555556%;position:absolute;top:7px;left:11.5%;z-index:2;}   @media screen and (max-width:640px) {#homelink_style_01_1519638865656{width:96%;top:8px;left:0%;}} 

 #text_style_01_1519639842962{width:13.333333333333334%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:14.5px;left:1.8888888888888888%;}   @media screen and (max-width:640px) {#text_style_01_1519639842962{width:58.4375%;top:44px;left:2%;display:none;}}  #text_style_01_1519639842962>.view_contents {box-sizing:border-box;font-size:12px;font-family:Microsoft YaHei;color:#666666;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1519639842962>.view_contents {box-sizing:border-box;}}
 #div_a_includeBlock_1519638770005{width:75%;height:50px;position:absolute;top:0px;left:25%;}   @media screen and (max-width:640px) {#div_a_includeBlock_1519638770005{width:100%;height:50px;top:0px;left:0%;}}  #div_a_includeBlock_1519638770005  {border-top-style:dotted;border-right-style:dotted;border-bottom-style:dotted;border-left-style:dotted;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-color:#308415;border-right-color:#308415;border-bottom-color:#308415;border-left-color:#308415;} @media screen and (max-width:640px) { #div_a_includeBlock_1519638770005  {border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;}} #layout_1519638492090{height:52px;}   @media screen and (max-width:640px) {#layout_1519638492090{height:50px;}} #layout_1519638492090 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1519638492090  {background:#efefef;}



 #dh_style_menu2_02_1519639177393{width:100%;position:absolute;top:20px;left:0%;}   @media screen and (max-width:640px) {#dh_style_menu2_02_1519639177393{width:96%;top:0px;left:2%;}} #dh_style_menu2_02_1519639177393 > .view_contents{overflow:visible;}  #dh_style_menu2_02_1519639177393 .subMenuSet {color:#333333;border-top-width:0px;border-right-width:0px;border-bottom-width:1px;border-left-width:5px;height:36px;line-height:36px;margin-bottom:12px;border-left-color:#308415;border-bottom-style:dotted;border-bottom-color:#999999;text-align:center;} #dh_style_menu2_02_1519639177393 .subMenuSet:hover {background:#308415;color:#ffffff;} #dh_style_menu2_02_1519639177393 a.subCurSet {background:#308415;color:#ffffff;}
 #div_a_includeBlock_1519639047537{width:281px;height:595px;position:absolute;top:0px;left:0%;}   @media screen and (max-width:640px) {#div_a_includeBlock_1519639047537{width:100%;height:247px;top:0px;left:0%;display:none;}}  #div_a_includeBlock_1519639047537  {border-left-style:solid;border-left-width:0px;border-left-color:#ffffff;background:#ffffff;}


 #image_style_01_1540433103972{width:52.77777777777778%;height:478px;position:absolute;left:23.61111111111111%;top:94px;}   @media screen and (max-width:640px) {#image_style_01_1540433103972{width:80%;height:220px;top:58px;left:10%;}} #image_style_01_1540433103972 > .view_contents{overflow:visible;} 

 #text_default_1540434779321{width:92.33333333333333%;height:187px;position:absolute;left:3.833333333333333%;top:592px;}   @media screen and (max-width:640px) {#text_default_1540434779321{width:96%;height:174px;top:300px;left:1.9970703125%;}} 

 #text_style_01_1540435107007{width:41.11111111111111%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:4.944444444444445%;top:801px;}   @media screen and (max-width:640px) {#text_style_01_1540435107007{width:96%;top:486px;left:2%;}}  #text_style_01_1540435107007>.view_contents {box-sizing:border-box;font-size:16px;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1540435107007>.view_contents {box-sizing:border-box;}}

 #image_style_04_1540435396918{width:90.11111111111111%;position:absolute;left:4.944444444444445%;top:842px;}   @media screen and (max-width:640px) {#image_style_04_1540435396918{width:96%;top:514px;left:2%;}} #image_style_04_1540435396918 > .view_contents{overflow:visible;} 

 #text_style_01_1541295949068{width:54.77777777777778%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:22.61111111111111%;top:44px;}   @media screen and (max-width:640px) {#text_style_01_1541295949068{width:96%;top:16px;left:2%;}}  #text_style_01_1541295949068>.view_contents {box-sizing:border-box;font-size:16px;text-align:center;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1541295949068>.view_contents {box-sizing:border-box;}}
 #div_a_includeBlock_1519639106704{width:75%;height:1047px;position:absolute;top:0px;left:25%;}   @media screen and (max-width:640px) {#div_a_includeBlock_1519639106704{width:100%;height:824px;top:0px;left:0%;}}  #div_a_includeBlock_1519639106704  {border-top-style:dotted;border-right-style:dotted;border-bottom-style:dotted;border-left-style:dotted;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-top-color:#308415;border-right-color:#308415;border-bottom-color:#308415;border-left-color:#308415;background:#ffffff;}

 #image_style_01_1541755269274{width:16.666666666666664%;height:200px;position:absolute;top:624px;left:3.375%;}   @media screen and (max-width:640px) {#image_style_01_1541755269274{width:237px;height:239px;top:834px;left:12.968750000000002%;}} #image_style_01_1541755269274 > .view_contents{overflow:visible;}  #layout_1519638930647{height:1047px;}   @media screen and (max-width:640px) {#layout_1519638930647{height:1073px;}} #layout_1519638930647 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1519638930647  {background:#efefef;} @media screen and (max-width:640px) { #layout_1519638930647  {background:#ffffff;}}


 #div_a_includeBlock_1519696621896{width:75%;height:60px;position:absolute;top:0px;left:25%;}   @media screen and (max-width:640px) {#div_a_includeBlock_1519696621896{width:100%;height:53px;top:0px;left:0%;}} #div_a_includeBlock_1519696621896 > .view_contents{overflow:hidden;}  #div_a_includeBlock_1519696621896  {border-top-style:dotted;border-right-style:dotted;border-bottom-style:dotted;border-left-style:dotted;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-top-color:#308415;border-right-color:#308415;border-bottom-color:#308415;border-left-color:#308415;background:#ffffff;} #layout_1519696621877{height:60px;}   @media screen and (max-width:640px) {#layout_1519696621877{height:1291px;display:none;}} #layout_1519696621877 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1519696621877  {background:#efefef;} @media screen and (max-width:640px) { #layout_1519696621877  {background:#ffffff;}}
 #layout_1519638958020{height:60px;}   @media screen and (max-width:640px) {#layout_1519638958020{height:36px;}} #layout_1519638958020 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1519638958020  {background:#efefef;} @media screen and (max-width:640px) { #layout_1519638958020  {background:#ffffff;}}





 #div_blank_1519638291520{width:50px;height:3px;position:absolute;left:6.461148648648648%;top:72px;z-index:2;}   @media screen and (max-width:640px) {#div_blank_1519638291520{width:20.263157894736842%;height:3px;left:39.868421052631575%;top:0px;display:none;}} #div_blank_1519638291520 > .view_contents{overflow:visible;}  #div_blank_1519638291520  {box-sizing:border-box;background:rgba(255,255,255,0.5);} #diy_none_obj   {box-sizing:border-box;} @media screen and (max-width:640px) { #div_blank_1519638291520  {box-sizing:border-box;}}

 #text_style_02_1519638291537{width:56.333333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:6.47804054054054%;top:31.5px;}   @media screen and (max-width:640px) {#text_style_02_1519638291537{width:97.30000000000001%;left:1.3499999999999943%;top:0px;display:none;}}  #text_style_02_1519638291537>.view_contents {box-sizing:border-box;color:#ffffff;font-size:20px;font-weight:normal;text-align:left;font-family:SimHei;line-height:30px;letter-spacing:2px;} #diy_none_obj >.view_contents {box-sizing:border-box;font-size:24px;} @media screen and (max-width:640px) { #text_style_02_1519638291537>.view_contents {box-sizing:border-box;font-size:18px;line-height:30px;font-weight:normal;}}

 #image_style_01_1519638291540{width:9.75%;height:26px;position:absolute;top:106.5px;left:6.4738175675675675%;}   @media screen and (max-width:640px) {#image_style_01_1519638291540{width:57.3921028466483%;height:200px;top:200px;left:21.30394857667585%;display:none;}} #image_style_01_1519638291540 > .view_contents{overflow:visible;} 

 #text_style_02_1519638291569{width:66.5%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:105px;left:17.27618243243243%;}   @media screen and (max-width:640px) {#text_style_02_1519638291569{width:100%;top:0px;left:0%;display:none;}}  #text_style_02_1519638291569>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:14px;color:#bfbfbf;line-height:30px;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_02_1519638291569>.view_contents {box-sizing:border-box;}}

 #text_style_02_1519638291574{width:61.35135135135135%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:144.5px;left:17.27618243243243%;}   @media screen and (max-width:640px) {#text_style_02_1519638291574{width:100%;top:0px;left:0%;display:none;}}  #text_style_02_1519638291574>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:14px;color:#bfbfbf;line-height:30px;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_02_1519638291574>.view_contents {box-sizing:border-box;}}

 #image_style_01_1519638291581{width:8.378378378378379%;height:28px;position:absolute;top:141.5px;left:6.7271959459459465%;}   @media screen and (max-width:640px) {#image_style_01_1519638291581{width:55.09641873278237%;height:200px;top:0px;left:22.451790633608816%;display:none;}} #image_style_01_1519638291581 > .view_contents{overflow:visible;} 

 #text_style_02_1519638291586{width:59.72972972972973%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:184.5px;left:17.27618243243243%;}   @media screen and (max-width:640px) {#text_style_02_1519638291586{width:100%;top:0px;left:0%;display:none;}}  #text_style_02_1519638291586>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:14px;color:#bfbfbf;line-height:30px;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_02_1519638291586>.view_contents {box-sizing:border-box;}}

 #image_style_01_1519638291591{width:9.45945945945946%;height:24px;position:absolute;top:186.5px;left:6.047297297297297%;}   @media screen and (max-width:640px) {#image_style_01_1519638291591{width:55.09641873278237%;height:200px;top:0px;left:22.451790633608816%;display:none;}} #image_style_01_1519638291591 > .view_contents{overflow:visible;} 

 #image_style_01_1519638291598{width:10%;height:29px;position:absolute;top:224.5px;left:5.663006756756757%;}   @media screen and (max-width:640px) {#image_style_01_1519638291598{width:55.09641873278237%;height:200px;top:600px;left:22.451790633608816%;display:none;}} #image_style_01_1519638291598 > .view_contents{overflow:visible;} 

 #text_style_02_1519638291602{width:74.05405405405405%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:224.5px;left:17.010135135135133%;}   @media screen and (max-width:640px) {#text_style_02_1519638291602{width:100%;top:800px;left:0%;display:none;}}  #text_style_02_1519638291602>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:14px;color:#bfbfbf;line-height:30px;} #diy_none_obj >.view_contents {box-sizing:border-box;line-height:25px;} @media screen and (max-width:640px) { #text_style_02_1519638291602>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1519638291085{width:370px;height:294px;position:absolute;top:0px;left:0%;}   @media screen and (max-width:640px) {#div_includeBlock_1519638291085{width:100%;height:145px;top:0px;left:0%;display:block;}}  #div_includeBlock_1519638291085  {border-left-color:#48c7ec;border-left-style:solid;border-left-width:0px;border-top-color:#48c7ec;border-right-color:#48c7ec;border-bottom-color:#48c7ec;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;} @media screen and (max-width:640px) { #div_includeBlock_1519638291085  {border-left-width:0px;}}


 #text_style_02_1519638291666{width:84.86486486486487%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:94px;left:9.299538352272728%;}   @media screen and (max-width:640px) {#text_style_02_1519638291666{width:100%;top:145px;left:0%;}}  #text_style_02_1519638291666>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:14px;color:#bfbfbf;line-height:30px;text-indent:0em;letter-spacing:1px;} #diy_none_obj >.view_contents {box-sizing:border-box;text-indent:2em;line-height:25px;} @media screen and (max-width:640px) { #text_style_02_1519638291666>.view_contents {box-sizing:border-box;}}

 #image_style_01_1519638291669{width:100px;height:100px;position:absolute;top:165.5px;left:54.41672585227273%;}   @media screen and (max-width:640px) {#image_style_01_1519638291669{width:57.3921028466483%;height:200px;top:490px;left:21.30394857667585%;}} #image_style_01_1519638291669 > .view_contents{overflow:visible;} 

 #image_style_01_1519638291673{width:100px;height:100px;position:absolute;top:165.5px;left:15.549538352272727%;}   @media screen and (max-width:640px) {#image_style_01_1519638291673{width:200px;height:200px;top:290px;}} #image_style_01_1519638291673 > .view_contents{overflow:visible;} 

 #text_style_02_1519638291680{width:40.625%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:274px;left:9.441583806818182%;}   @media screen and (max-width:640px) {#text_style_02_1519638291680{width:100%;top:690px;left:0%;}}  #text_style_02_1519638291680>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:14px;color:#bfbfbf;line-height:30px;text-indent:0em;letter-spacing:1px;text-align:center;} #diy_none_obj >.view_contents {box-sizing:border-box;text-indent:0em;line-height:25px;} @media screen and (max-width:640px) { #text_style_02_1519638291680>.view_contents {box-sizing:border-box;}}

 #text_style_02_1519638291683{width:35.22727272727273%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:274px;left:51.00763494318182%;}   @media screen and (max-width:640px) {#text_style_02_1519638291683{width:100%;top:835px;left:0%;}}  #text_style_02_1519638291683>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:14px;color:#bfbfbf;line-height:30px;text-indent:0em;letter-spacing:1px;text-align:center;} #diy_none_obj >.view_contents {box-sizing:border-box;text-indent:0em;line-height:25px;text-align:center;padding-left:0px;margin-left:0px;} @media screen and (max-width:640px) { #text_style_02_1519638291683>.view_contents {box-sizing:border-box;}}

 #div_blank_1519638291687{width:50px;height:3px;position:absolute;left:9.299538352272728%;top:72px;z-index:2;}   @media screen and (max-width:640px) {#div_blank_1519638291687{width:20.263157894736842%;height:3px;left:39.868421052631575%;top:0px;display:none;}} #div_blank_1519638291687 > .view_contents{overflow:visible;}  #div_blank_1519638291687  {box-sizing:border-box;background:rgba(255,255,255,0.5);} #diy_none_obj   {box-sizing:border-box;} @media screen and (max-width:640px) { #div_blank_1519638291687  {box-sizing:border-box;}}

 #text_style_02_1519638291697{width:56.333333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:9.299538352272728%;top:33.5px;}   @media screen and (max-width:640px) {#text_style_02_1519638291697{width:97.30000000000001%;left:1.3499999999999943%;top:0px;display:none;}}  #text_style_02_1519638291697>.view_contents {box-sizing:border-box;color:#ffffff;font-size:20px;font-weight:normal;text-align:left;font-family:SimHei;line-height:30px;letter-spacing:2px;} #diy_none_obj >.view_contents {box-sizing:border-box;font-size:24px;} @media screen and (max-width:640px) { #text_style_02_1519638291697>.view_contents {box-sizing:border-box;font-size:18px;line-height:30px;font-weight:normal;}}
 #div_includeBlock_1519638291100{width:29.333333333333332%;height:312px;position:absolute;top:0px;left:70.66666666666667%;}   @media screen and (max-width:640px) {#div_includeBlock_1519638291100{width:100%;height:145px;top:385px;left:0%;display:block;}}  #div_includeBlock_1519638291100  {border-left-color:#48c7ec;border-left-style:none;border-left-width:2px;border-top-color:#48c7ec;border-right-color:#48c7ec;border-bottom-color:#48c7ec;border-top-style:none;border-right-style:none;border-bottom-style:none;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;} @media screen and (max-width:640px) { #div_includeBlock_1519638291100  {border-left-width:0px;}}


 #text_style_02_1519638291765{width:84.86486486486487%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:94px;left:7.567567567567565%;}   @media screen and (max-width:640px) {#text_style_02_1519638291765{width:100%;top:145px;left:0%;}}  #text_style_02_1519638291765>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:14px;color:#bfbfbf;line-height:30px;text-indent:2em;} #diy_none_obj >.view_contents {box-sizing:border-box;text-indent:2em;line-height:25px;} @media screen and (max-width:640px) { #text_style_02_1519638291765>.view_contents {box-sizing:border-box;}}

 #text_style_02_1519638291772{width:56.333333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:6.461148648648648%;top:33.5px;}   @media screen and (max-width:640px) {#text_style_02_1519638291772{width:97.30000000000001%;left:1.3499999999999943%;top:0px;display:none;}}  #text_style_02_1519638291772>.view_contents {box-sizing:border-box;color:#ffffff;font-size:20px;font-weight:normal;text-align:left;font-family:SimHei;line-height:30px;letter-spacing:2px;} #diy_none_obj >.view_contents {box-sizing:border-box;font-size:24px;} @media screen and (max-width:640px) { #text_style_02_1519638291772>.view_contents {box-sizing:border-box;font-size:18px;line-height:30px;font-weight:normal;}}

 #div_blank_1519638291778{width:50px;height:3px;position:absolute;left:6.461148648648648%;top:72px;z-index:2;}   @media screen and (max-width:640px) {#div_blank_1519638291778{width:20.263157894736842%;height:3px;left:39.868421052631575%;top:0px;display:none;}} #div_blank_1519638291778 > .view_contents{overflow:visible;}  #div_blank_1519638291778  {box-sizing:border-box;background:rgba(255,255,255,0.5);} #diy_none_obj   {box-sizing:border-box;} @media screen and (max-width:640px) { #div_blank_1519638291778  {box-sizing:border-box;}}
 #div_includeBlock_1519638291112{width:30.833333333333336%;height:319px;position:absolute;top:0px;left:35.583333333333336%;}   @media screen and (max-width:640px) {#div_includeBlock_1519638291112{width:100%;height:145px;top:240px;left:0%;display:block;}}  #div_includeBlock_1519638291112  {border-left-color:#48c7ec;border-left-style:none;border-left-width:2px;border-top-color:#48c7ec;border-right-color:#48c7ec;border-bottom-color:#48c7ec;border-top-style:none;border-right-style:none;border-bottom-style:none;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;} @media screen and (max-width:640px) { #div_includeBlock_1519638291112  {border-left-width:0px;}}
 #div_includeBlock_1519638290840{width:1200px;height:319px;position:absolute;top:0px;left:calc(50% - 600px);}   @media screen and (max-width:640px) {#div_includeBlock_1519638290840{width:96%;height:227px;top:13px;left:2%;display:none;}} 


 #dh_style_01_1519638291197{width:33.45045678144765%;z-index:999;position:absolute;top:9px;left:66.58333333333334%;}   @media screen and (max-width:640px) {#dh_style_01_1519638291197{width:12.121212121212121%;z-index:999;top:300px;left:43.93939393939394%;display:none;}} #dh_style_01_1519638291197 > .view_contents{overflow:visible;}  #dh_style_01_1519638291197 .mainMenuSet {color:#bfbfbf;font-family:SimHei;} #dh_style_01_1519638291197 #hot>a {color:#bfbfbf;}

 #text_default_1541733181884{width:33.33333333333333%;height:300px;display:none;position:absolute;top:58.8125px;left:33.333333333333336%;}   @media screen and (max-width:640px) {#text_default_1541733181884{width:90%;height:41px;display:block;top:0px;left:5%;}} 
 #div_includeBlock_1519638290856{width:1200px;height:63.5px;position:absolute;top:319px;left:calc(50% - 600px);}   @media screen and (max-width:640px) {#div_includeBlock_1519638290856{width:100%;height:41px;top:17px;left:0%;z-index:3;}}  #div_includeBlock_1519638290856  {border-top-color:#48c7ec;border-top-style:solid;border-top-width:1px;} @media screen and (max-width:640px) { #div_includeBlock_1519638290856  {border-top-style:none;}}
 #div_includeBlock_1519638290622{width:100%;height:383px;position:absolute;top:0%;left:0%;}   @media screen and (max-width:640px) {#div_includeBlock_1519638290622{width:100%;height:58px;top:0px;left:0%;display:block;}}  #div_includeBlock_1519638290622  {background:#000000;background-repeat:no-repeat;background-size:cover;background-position-x:50%;} @media screen and (max-width:640px) { #div_includeBlock_1519638290622  {background-position-x:50%;background:transparent;}} #comm_layout_footer{height:383px;z-index:99999;}   @media screen and (max-width:640px) {#comm_layout_footer{height:58px;}} #comm_layout_footer > .view_contents{overflow:visible;}  @media screen and (max-width:640px) { #comm_layout_footer  {background:#333333;}}
/*菜单样式*/
.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;}




@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_1519722637694 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1519722637694 .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_1519722637694 .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_1519722637694 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;}
.breadcrumb {
	padding: 8px 15px;
	/* margin-bottom: 20px; */
	list-style: none;
	/* background-color: #f5f5f5; */
	border-radius: 4px;
}
.breadcrumb > li {
	display: inline-block;
}
.breadcrumb > li + li:before {
	/* content: "/\00a0"; */
	content: "\003e\00a0";
	padding: 0 5px;
	color: #cccccc;
}
.breadcrumb > .active {
	color: #777777;
}

.location_style01 .fa-home{
	font-size:16px;
	margin-right:.25em;
}
.location_style01 .home-icon{
	height: 1.5em;
	float: left;
	margin-right:.8em;
}/*菜单样式*/
.menu2Style_2{width:100%; position:relative;}
.menu2Style_2 *{-webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; transition: all ease .2s; box-sizing: border-box;}
.menu2Style_2 ul,.menu2Style_2 li{padding:0;margin:0px;list-style:none}
.menu2Style_2 .menu2Ul{position:relative; width:100%; text-align:center;}
.menu2Style_2 .menu2Ul li{position:relative;}
.menu2Style_2 .menu2Ul li>a{position: relative; text-decoration:none; color:#8b5a5a;font-size:14px;height:44px; box-sizing:border-box; line-height:44px;display:block;text-align:left; padding: 0 1em; letter-spacing:normal; white-space:nowrap; border:1px solid #8b5a5a; margin-bottom: 5px; }
.menu2Style_2 .menu2Ul li>a i{position: absolute; right: 1em; top: 50%; color: inherit; font-size: inherit; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);}
.menu2Style_2 .menu2Ul li>a:hover{color:#fff; background: #8b5a5a;}
.menu2Style_2 .menu2Ul li>a:hover i{right: .5em;}
.menu2Style_2 .menu2Ul a.subCurSet{ background: #8b5a5a; color: #fff;}

@media screen and (max-width:768px) {
}
	#image_style_01_1540433103972 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1540433103972 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1540433103972 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1540433103972 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;}
.imgStyle_4 ul li a img{width: auto !important;height: 100% !important;}
/*pc*/
#image_style_04_1540435396918 .imgStyle_4 ul li,#image_style_04_1540435396918 .imgStyle_4 ul li{width: 24.25%;}
#image_style_04_1540435396918 .imgStyle_4 ul li.imgItems,#image_style_04_1540435396918 .imgStyle_4 ul li.imgItems{margin-bottom:1%;}
@media screen and (max-width: 1024px){/*ipad*/
	#image_style_04_1540435396918 .imgStyle_4 ul li,#image_style_04_1540435396918 .imgStyle_4 ul li{width: 19.2%;}
	#image_style_04_1540435396918 .imgStyle_4 ul li.imgItems,#image_style_04_1540435396918 .imgStyle_4 ul li.imgItems{margin-bottom:1%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#image_style_04_1540435396918 .imgStyle_4 ul li,#image_style_04_1540435396918 .imgStyle_4 ul li{width: 49.5%;}
	#image_style_04_1540435396918 .imgStyle_4 ul li.imgItems,#image_style_04_1540435396918 .imgStyle_4 ul li.imgItems{margin-bottom:1%;}
}

.imgStyle_4,.imgStyle_11{position:relative; clear: both; width: 100%; height: 100%;}
.imgStyle_4 ul,.imgStyle_11 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.imgStyle_4 ul li.imgItems,.imgStyle_11 ul li.imgItems{position: relative; overflow: hidden; width: 19%; box-sizing:border-box; margin-bottom:10px; background-color: #eee;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
	}/*pc 1=100%; 2=49%; 3=32%; 4=24%; 5=19%; 6=15%; 7=13%; 8=12%; 9=10.5%; 10=9%*/
.imgStyle_4 ul li .ratio,.imgStyle_11 ul li .ratio{margin-top: 100%;}
.imgStyle_4 ul li a{}
.imgStyle_4 ul li:hover,.imgStyle_11 ul li:hover{z-index: 2; transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1);}
.imgStyle_4 ul li a img,.imgStyle_11 ul li a img{position: absolute; width: auto; height: 100%; top: 50%; left: 50%;
	-webkit-transform: translate(-50%,-50%); 
	-moz-transform: translate(-50%,-50%); 
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%); 
	transform: translate(-50%,-50%); 
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}
/*****在BODY添加的内容*****/
.imgShowBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgShowBox img{ position: absolute; width: auto; max-width: 80%; /*max-height: 80%;*/ border: 20px solid #fff;top: 50%; 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);}
.imgShowBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgShowBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgShowBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgShowBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgShowBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgShowBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgShowBox.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%;}
.imgButton{position: fixed; width: 70%; max-width: 400px; bottom: 15%; left: 50%; 
	-webkit-transform: translateX(-50%); 
	-moz-transform: translateX(-50%); 
	-ms-transform: translateX(-50%); 
	-o-transform: translateX(-50%); 
	transform: translateX(-50%); 
	display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:nowrap; justify-content:space-between; align-items:center;}
.imgButton 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; 
}
.imgButton span:hover{opacity: .8;}
.imgButton span i{font-size: inherit; line-height: inherit; color:inherit;}
.imgButton span.prevImg, .imgButton span.nextImg, .imgButton span.closeShowPic{ font-size: 40px; width: 50px; height:50px; line-height: 50px;  border-radius: 100%;font-family: serif; background-color: #fff; text-align: center; box-sizing: border-box;}
.imgButton span.prevImg, .imgButton span.nextImg{font-size: 26px; width: 40px; height: 40px; line-height: 40px; text-align: center;}
@media screen and (max-width: 1024px){/*ipad*/.imgStyle_4 ul li,.imgStyle_11 ul li{width: 24%;}}
@media screen and (max-width: 768px){/*mobi*/
	.imgStyle_4 ul li,.imgStyle_11 ul li{width: 49%;}
	.imgShowBox img{border-width: 10px;}
	.imgShowBox.scroll img{top:5%; margin-bottom: 10vh;}
}

	#image_style_01_1541755269274 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541755269274 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1541755269274 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1541755269274 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_1519638291540 .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_1519638291540 .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_1519638291540 .CompatibleImg img{null}}
#image_style_01_1519638291540 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_1519638291581 .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_1519638291581 .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_1519638291581 .CompatibleImg img{null}}
#image_style_01_1519638291581 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_1519638291591 .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_1519638291591 .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_1519638291591 .CompatibleImg img{null}}
#image_style_01_1519638291591 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_1519638291598 .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_1519638291598 .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_1519638291598 .CompatibleImg img{null}}
#image_style_01_1519638291598 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_1519638291669 .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_1519638291669 .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_1519638291669 .CompatibleImg img{null}}
#image_style_01_1519638291669 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_1519638291673 .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_1519638291673 .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_1519638291673 .CompatibleImg img{null}}
#image_style_01_1519638291673 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;}




@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;}
}
