
/**
    *编辑器         \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;} 


 #banner_style_01_1519633751011{width:100%;height:416px;position:absolute;top:0px;left:0%;}   @media screen and (max-width:640px) {#banner_style_01_1519633751011{width:100%;height:94px;top:0px;left:0%;}}  #layout_diy_1518402614{height:416px;}   @media screen and (max-width:640px) {#layout_diy_1518402614{height:94px;}} 


 #div_blank_1518403182713{width:39.166666666666664%;height:367px;position:absolute;top:60px;left:1.5%;}   @media screen and (max-width:640px) {#div_blank_1518403182713{width:96%;height:200px;top:0px;left:2%;display:none;}} #div_blank_1518403182713 > .view_contents{overflow:visible;}  #div_blank_1518403182713  {box-sizing:border-box;background:#efefef;} #diy_none_obj   {box-sizing:border-box;} @media screen and (max-width:640px) { #div_blank_1518403182713  {box-sizing:border-box;}}

 #text_style_01_1518403230272{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:89.5px;left:50.541666666666664%;}   @media screen and (max-width:640px) {#text_style_01_1518403230272{width:96%;top:24px;left:1.9970703125%;}}  #text_style_01_1518403230272>.view_contents {box-sizing:border-box;font-size:28px;font-family:Microsoft YaHei;} #diy_none_obj >.view_contents {box-sizing:border-box;font-size:22px;} @media screen and (max-width:640px) { #text_style_01_1518403230272>.view_contents {box-sizing:border-box;font-size:16px;text-align:center;}}

 #image_style_01_1518403339430{width:41.16666666666667%;height:328px;position:absolute;top:79.5px;left:4.291666666666667%;}   @media screen and (max-width:640px) {#image_style_01_1518403339430{width:96%;height:204px;top:10px;left:2%;display:none;}} #image_style_01_1518403339430 > .view_contents{overflow:visible;} 

 #text_style_01_1518403375387{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:139.5px;left:50.541666666666664%;}   @media screen and (max-width:640px) {#text_style_01_1518403375387{width:96%;top:52px;left:1.9970703125%;}}  #text_style_01_1518403375387>.view_contents {box-sizing:border-box;font-size:16px;font-family:Verdana;} #diy_none_obj >.view_contents {box-sizing:border-box;font-size:12px;} @media screen and (max-width:640px) { #text_style_01_1518403375387>.view_contents {box-sizing:border-box;font-size:12px;text-align:center;font-family:Arial;}}

 #text_style_01_1518403384897{width:47.91666666666667%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:187.5px;left:50.541666666666664%;}   @media screen and (max-width:640px) {#text_style_01_1518403384897{width:96%;top:89px;left:1.9970703125%;}}  #text_style_01_1518403384897>.view_contents {box-sizing:border-box;font-size:16px;font-family:Microsoft YaHei;text-indent:2em;} #diy_none_obj >.view_contents {box-sizing:border-box;font-size:14px;} @media screen and (max-width:640px) { #text_style_01_1518403384897>.view_contents {box-sizing:border-box;font-size:12px;}}

 #customForm_style_button_01_1518403432251{width:16.666666666666664%;position:absolute;top:351px;left:50.541666666666664%;}   @media screen and (max-width:640px) {#customForm_style_button_01_1518403432251{width:35.526315789473685%;top:251px;left:32.23684210526316%;}} #customForm_style_button_01_1518403432251 > .view_contents{overflow:visible;}  #customForm_style_button_01_1518403432251 .btnaSet {font-size:16px;height:40px;} #diy_none_obj  .btnaSet {font-size:14px;line-height:22px;height:34px;} @media screen and (max-width:640px) { #customForm_style_button_01_1518403432251 .btnaSet {font-size:14px;height:32px;}} #layout_1518403172832{height:486px;}   @media screen and (max-width:640px) {#layout_1518403172832{height:294px;}} #layout_1518403172832 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1518403483631{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:42px;left:34.58333333333333%;}   @media screen and (max-width:640px) {#text_style_01_1518403483631{width:96%;top:23px;left:1.9970703125%;}}  #text_style_01_1518403483631>.view_contents {box-sizing:border-box;font-size:24px;font-family:Microsoft YaHei;text-align:center;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1518403483631>.view_contents {box-sizing:border-box;font-size:16px;}}

 #text_style_01_1518403714899{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:85px;left:34.58333333333333%;}   @media screen and (max-width:640px) {#text_style_01_1518403714899{width:96%;top:51px;left:1.9970703125%;}}  #text_style_01_1518403714899>.view_contents {box-sizing:border-box;font-family:Verdana;font-size:14px;text-align:center;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1518403714899>.view_contents {box-sizing:border-box;font-size:12px;font-family:Arial;}} #layout_1518403283653{height:141px;}   @media screen and (max-width:640px) {#layout_1518403283653{height:95px;}} #layout_1518403283653 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1518403283653  {background:#efefef;}


 #image_style_01_1541596064300{width:23.5%;height:243px;position:absolute;top:0px;left:0%;}   @media screen and (max-width:640px) {#image_style_01_1541596064300{width:80%;height:220px;top:269px;left:10%;}} #image_style_01_1541596064300 > .view_contents{overflow:visible;} 

 #image_style_01_1541596175642{width:23.5%;height:243px;position:absolute;top:0px;left:76.5%;}   @media screen and (max-width:640px) {#image_style_01_1541596175642{width:80%;height:220px;top:806px;left:10%;}} #image_style_01_1541596175642 > .view_contents{overflow:visible;} 

 #image_style_01_1541596187711{width:23.5%;height:243px;position:absolute;top:-1px;left:25.5%;}   @media screen and (max-width:640px) {#image_style_01_1541596187711{width:80%;height:220px;top:0px;left:10%;}} #image_style_01_1541596187711 > .view_contents{overflow:visible;} 

 #image_style_01_1541596198245{width:23.5%;height:243px;position:absolute;top:0px;left:51%;}   @media screen and (max-width:640px) {#image_style_01_1541596198245{width:80%;height:220px;top:537px;left:10%;}} #image_style_01_1541596198245 > .view_contents{overflow:visible;} 

 #text_style_01_1541596219029{width:23.416666666666668%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:243px;left:0%;}   @media screen and (max-width:640px) {#text_style_01_1541596219029{width:96%;top:220px;left:2%;}}  #text_style_01_1541596219029>.view_contents {box-sizing:border-box;font-family:Verdana;font-size:14px;text-align:center;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1541596219029>.view_contents {box-sizing:border-box;font-size:12px;font-family:Arial;}}

 #text_style_01_1541596261973{width:23.416666666666668%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:243px;left:25.5%;}   @media screen and (max-width:640px) {#text_style_01_1541596261973{width:96%;top:489px;left:2%;}}  #text_style_01_1541596261973>.view_contents {box-sizing:border-box;font-family:Verdana;font-size:14px;text-align:center;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1541596261973>.view_contents {box-sizing:border-box;font-size:12px;font-family:Arial;}}

 #text_style_01_1541596271252{width:23.416666666666668%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:243px;left:51%;}   @media screen and (max-width:640px) {#text_style_01_1541596271252{width:96%;top:757px;left:2%;}}  #text_style_01_1541596271252>.view_contents {box-sizing:border-box;font-family:Verdana;font-size:14px;text-align:center;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1541596271252>.view_contents {box-sizing:border-box;font-size:12px;font-family:Arial;}}

 #text_style_01_1541596276742{width:23.416666666666668%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:243px;left:76.58333333333334%;}   @media screen and (max-width:640px) {#text_style_01_1541596276742{width:96%;top:1026px;left:2%;}}  #text_style_01_1541596276742>.view_contents {box-sizing:border-box;font-family:Verdana;font-size:14px;text-align:center;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1541596276742>.view_contents {box-sizing:border-box;font-size:12px;font-family:Arial;}}

 #image_style_01_1541596285948{width:23.5%;height:243px;position:absolute;top:289px;left:0%;}   @media screen and (max-width:640px) {#image_style_01_1541596285948{width:80%;height:220px;top:1349px;left:10%;}} #image_style_01_1541596285948 > .view_contents{overflow:visible;} 

 #image_style_01_1541596291955{width:23.5%;height:243px;position:absolute;top:289px;left:25.5%;}   @media screen and (max-width:640px) {#image_style_01_1541596291955{width:80%;height:220px;top:1077px;left:10%;}} #image_style_01_1541596291955 > .view_contents{overflow:visible;} 

 #image_style_01_1541596298997{width:23.5%;height:243px;position:absolute;top:289px;left:51%;}   @media screen and (max-width:640px) {#image_style_01_1541596298997{width:80%;height:220px;top:1904px;left:10%;}} #image_style_01_1541596298997 > .view_contents{overflow:visible;} 

 #image_style_01_1541596310316{width:23.5%;height:243px;position:absolute;top:289px;left:76.5%;}   @media screen and (max-width:640px) {#image_style_01_1541596310316{width:80%;height:220px;top:1626px;left:10%;}} #image_style_01_1541596310316 > .view_contents{overflow:visible;} 

 #image_style_01_1541596316140{width:23.5%;height:243px;position:absolute;top:585px;left:0%;}   @media screen and (max-width:640px) {#image_style_01_1541596316140{width:80%;height:220px;top:2185px;left:10%;}} #image_style_01_1541596316140 > .view_contents{overflow:visible;} 

 #text_style_01_1541596326022{width:23.416666666666668%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:532px;left:0%;}   @media screen and (max-width:640px) {#text_style_01_1541596326022{width:96%;top:1297px;left:2%;}}  #text_style_01_1541596326022>.view_contents {box-sizing:border-box;font-family:Verdana;font-size:14px;text-align:center;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1541596326022>.view_contents {box-sizing:border-box;font-size:12px;font-family:Arial;}}

 #text_style_01_1541596332175{width:23.416666666666668%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:532px;left:25.5%;}   @media screen and (max-width:640px) {#text_style_01_1541596332175{width:96%;top:1569px;left:2%;}}  #text_style_01_1541596332175>.view_contents {box-sizing:border-box;font-family:Verdana;font-size:14px;text-align:center;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1541596332175>.view_contents {box-sizing:border-box;font-size:12px;font-family:Arial;}}

 #text_style_01_1541596339674{width:23.416666666666668%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:532px;left:51%;}   @media screen and (max-width:640px) {#text_style_01_1541596339674{width:96%;top:1846px;left:2%;}}  #text_style_01_1541596339674>.view_contents {box-sizing:border-box;font-family:Verdana;font-size:14px;text-align:center;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1541596339674>.view_contents {box-sizing:border-box;font-size:12px;font-family:Arial;}}

 #text_style_01_1541596344796{width:23.416666666666668%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:532px;left:76.58333333333334%;}   @media screen and (max-width:640px) {#text_style_01_1541596344796{width:96%;top:2124px;left:2%;}}  #text_style_01_1541596344796>.view_contents {box-sizing:border-box;font-family:Verdana;font-size:14px;text-align:center;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1541596344796>.view_contents {box-sizing:border-box;font-size:12px;font-family:Arial;}}

 #image_style_01_1541596381527{width:23.5%;height:243px;position:absolute;top:585px;left:25.5%;}   @media screen and (max-width:640px) {#image_style_01_1541596381527{width:80%;height:220px;top:2469px;left:10%;}} #image_style_01_1541596381527 > .view_contents{overflow:visible;} 

 #image_style_01_1541596385926{width:23.5%;height:243px;position:absolute;top:585px;left:51%;}   @media screen and (max-width:640px) {#image_style_01_1541596385926{width:80%;height:220px;top:2747px;left:10%;}} #image_style_01_1541596385926 > .view_contents{overflow:visible;} 

 #image_style_01_1541596393698{width:23.5%;height:243px;position:absolute;top:585px;left:76.5%;}   @media screen and (max-width:640px) {#image_style_01_1541596393698{width:80%;height:220px;top:3033px;left:10%;}} #image_style_01_1541596393698 > .view_contents{overflow:visible;} 

 #text_style_01_1541596403825{width:23.416666666666668%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:828px;left:0%;}   @media screen and (max-width:640px) {#text_style_01_1541596403825{width:96%;top:2405px;left:2%;}}  #text_style_01_1541596403825>.view_contents {box-sizing:border-box;font-family:Verdana;font-size:14px;text-align:center;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1541596403825>.view_contents {box-sizing:border-box;font-size:12px;font-family:Arial;}}

 #text_style_01_1541596409950{width:23.416666666666668%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:828px;left:25.5%;}   @media screen and (max-width:640px) {#text_style_01_1541596409950{width:96%;top:2689px;left:2%;}}  #text_style_01_1541596409950>.view_contents {box-sizing:border-box;font-family:Verdana;font-size:14px;text-align:center;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1541596409950>.view_contents {box-sizing:border-box;font-size:12px;font-family:Arial;}}

 #text_style_01_1541596417252{width:23.416666666666668%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:828px;left:51%;}   @media screen and (max-width:640px) {#text_style_01_1541596417252{width:96%;top:2967px;left:2%;}}  #text_style_01_1541596417252>.view_contents {box-sizing:border-box;font-family:Verdana;font-size:14px;text-align:center;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1541596417252>.view_contents {box-sizing:border-box;font-size:12px;font-family:Arial;}}

 #text_style_01_1541596427212{width:23.416666666666668%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:828px;left:76.58333333333334%;}   @media screen and (max-width:640px) {#text_style_01_1541596427212{width:96%;top:3253px;left:2%;}}  #text_style_01_1541596427212>.view_contents {box-sizing:border-box;font-family:Verdana;font-size:14px;text-align:center;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1541596427212>.view_contents {box-sizing:border-box;font-size:12px;font-family:Arial;}} #layout_1518403285373{height:853px;}   @media screen and (max-width:640px) {#layout_1518403285373{height:3274px;}} #layout_1518403285373 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1518403285373  {background:#efefef;}
 #layout_1518405647043{height:35px;}   @media screen and (max-width:640px) {#layout_1518405647043{height:28px;}} #layout_1518405647043 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1518405647043  {background:#efefef;}


 #image_style_01_1518415805522{width:100%;height:223px;position:absolute;top:0px;left:0%;z-index:1;}   @media screen and (max-width:640px) {#image_style_01_1518415805522{width:100%;height:123px;top:0px;left:0%;}} #image_style_01_1518415805522 > .view_contents{overflow:visible;}  #layout_1518414796760{height:223px;}   @media screen and (max-width:640px) {#layout_1518414796760{height:123px;}} #layout_1518414796760 > .view_contents{overflow:visible;} 


 #text_style_01_1519714991434{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:42px;left:34.58333333333333%;}   @media screen and (max-width:640px) {#text_style_01_1519714991434{width:96%;top:23px;left:1.9970703125%;}}  #text_style_01_1519714991434>.view_contents {box-sizing:border-box;font-size:24px;font-family:Microsoft YaHei;text-align:center;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1519714991434>.view_contents {box-sizing:border-box;font-size:16px;}}

 #text_style_01_1519714991475{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:85px;left:34.58333333333333%;}   @media screen and (max-width:640px) {#text_style_01_1519714991475{width:96%;top:51px;left:1.9970703125%;}}  #text_style_01_1519714991475>.view_contents {box-sizing:border-box;font-family:Verdana;font-size:14px;text-align:center;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1519714991475>.view_contents {box-sizing:border-box;font-size:12px;font-family:Arial;}} #layout_1519714991432{height:141px;}   @media screen and (max-width:640px) {#layout_1519714991432{height:87px;}} #layout_1519714991432 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1519714991432  {background:transparent;}


 #image_style_01_1518418514888{width:30.833333333333336%;height:231px;position:absolute;top:0px;left:0.04166666666666667%;z-index:2;}   @media screen and (max-width:640px) {#image_style_01_1518418514888{width:96%;height:174px;top:0px;left:2%;display:none;}} #image_style_01_1518418514888 > .view_contents{overflow:visible;} 

 #newsList_style_04_1518419305184{width:100%;position:absolute;top:4px;left:0%;z-index:1;}   @media screen and (max-width:640px) {#newsList_style_04_1518419305184{width:96%;top:0px;left:1.9970703125%;}}  #newsList_style_04_1518419305184 .titleSet {font-size:18px;font-weight:normal;color:#000000;padding-bottom:16px;} #newsList_style_04_1518419305184 .detailSet {border-bottom-width:0px;font-size:16px;} #newsList_style_04_1518419305184 .modSet {border-bottom-width:1px;border-bottom-style:solid;padding-top:16px;padding-bottom:16px;} #diy_none_obj  .titleSet {font-size:16px;} #diy_none_obj  .detailSet {font-size:14px;} @media screen and (max-width:640px) { #newsList_style_04_1518419305184 .titleSet {font-size:14px;padding-bottom:0px;}} @media screen and (max-width:640px) { #newsList_style_04_1518419305184 .detailSet {font-size:12px;}} @media screen and (max-width:640px) { #newsList_style_04_1518419305184 .modSet {padding-top:0px;padding-bottom:10px;}} #layout_1518408370361{height:317px;}   @media screen and (max-width:640px) {#layout_1518408370361{height:255px;}} #layout_1518408370361 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1519715160542{height:13px;}   @media screen and (max-width:640px) {#layout_1519715160542{height:17px;}} #layout_1519715160542 > .view_contents{overflow:visible;max-width:1200px;} 





 #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;}}
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
/*菜单样式*/
.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;*/

/* 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(../img/banner/style_01/hover_left.png) no-repeat left top; left:20px; background-size: 80%;}
.bannerStyle_1 .btn_next{background:url(../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_1519633751011 .bannerStyle_1 .ground_glass{}
    
	#image_style_01_1518403339430 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1518403339430 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1518403339430 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1518403339430 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;}
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
	#image_style_01_1541596064300 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541596064300 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1541596064300 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.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_1541596175642 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541596175642 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1541596175642 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.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_1541596187711 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541596187711 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1541596187711 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.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_1541596198245 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541596198245 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1541596198245 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.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_1541596285948 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541596285948 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1541596285948 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.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_1541596291955 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541596291955 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1541596291955 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.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_1541596298997 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541596298997 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1541596298997 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.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_1541596310316 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541596310316 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1541596310316 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.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_1541596316140 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541596316140 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1541596316140 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.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_1541596381527 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541596381527 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1541596381527 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.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_1541596385926 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541596385926 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1541596385926 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.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_1541596393698 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1541596393698 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1541596393698 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.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_1518415805522 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1518415805522 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1518415805522 .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_1518415805522 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_1518418514888 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1518418514888 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1518418514888 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1518418514888 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;}
/*新闻列表样式*/
.boxNewsListStyle_4{width:100%; clear: both;}
.boxNewsListStyle_4 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_4 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.boxNewsListStyle_4 .sumary_list{list-style:none; background:#fff;}
.boxNewsListStyle_4 .sumary_list .newPic{width:100%; min-width:100px; overflow:hidden; position:relative; box-sizing:border-box; background: #eee;}
.boxNewsListStyle_4 .sumary_list .newPic img{position:absolute; top:0; left:0; width:100%;}
.boxNewsListStyle_4 .sumary_list .newPic .zTm{margin-top:100%;}
.boxNewsListStyle_4 .sumary_list .newCont{width:100%;}
.boxNewsListStyle_4 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_4 .sumary_list .newName{}
.boxNewsListStyle_4 .sumary_list .newName a{text-decoration:none; color: #333; line-height:1.1; font-size:14px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; margin: 10px 0;}
.boxNewsListStyle_4 .sumary_list .newName a:hover{}
.boxNewsListStyle_4 .sumary_list .newB{width:100%; line-height:2; padding-top: 5px;}
.boxNewsListStyle_4 .sumary_list .newSort{color:#fff; background-color: #498D9C; font-size:12px; white-space: nowrap; padding:.5em 1em; margin-right:5px;}
.boxNewsListStyle_4 .sumary_list .newsTime{text-align:right;color:#666; font-size:14px; white-space:nowrap;}
.boxNewsListStyle_4 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_4 .sumary_list .newsTime span.nTime{display:none;}
.boxNewsListStyle_4 .sumary_list .newDetail{width:100%; margin:0; color:#999; font-size:12px; line-height:1.6;/* display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;*/ border-bottom:1px solid #eee; padding-bottom: 6px;}
.boxNewsListStyle_4 .sumary_list .show_all{width:100%; margin-top:.5em;}
.boxNewsListStyle_4 .sumary_list .show_all a{display:block; margin-top:.4em; text-decoration:none; border:1px solid #ddd; text-align:center; padding:.4em; font-size:12px;  color:#666; }
/*分页*/
.boxNewsListStyle_4 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.boxNewsListStyle_4 .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';}
.boxNewsListStyle_4 .page_btn a.cur,.boxNewsListStyle_4 .page_btn a:hover{border:1px solid #4c4c4c;}
.boxNewsListStyle_4 .prev_btn,.boxNewsListStyle_4 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.boxNewsListStyle_4 .no_page{border: 0 !important;}

@media screen and (max-width:768px){
/*分页*/
.boxNewsListStyle_4 .page_btn a:nth-child(n+5){display: none;}
.boxNewsListStyle_4 .page_btn a:nth-last-child(1),.boxNewsListStyle_4 .page_btn a:nth-last-child(2),.boxNewsListStyle_4 .page_btn a:nth-last-child(3){display: inline-block !important;}
}
	#newsList_style_04_1518419305184 .newDetail.pc {display:block;}
	#newsList_style_04_1518419305184 .newDetail.pad, #newsList_style_04_1518419305184 .newDetail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_04_1518419305184 .newDetail.pad {display:block;}
		#newsList_style_04_1518419305184 .newDetail.pc, #newsList_style_04_1518419305184 .newDetail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_04_1518419305184 .newDetail.mobile {display:block;}
		#newsList_style_04_1518419305184 .newDetail.pc, #newsList_style_04_1518419305184 .newDetail.pad {display:none;}
	}

/*pc*/
#newsList_style_04_1518419305184 li{width: 30.666666666667%;}
#newsList_style_04_1518419305184 li.sumary_list{margin-bottom:4%;}
@media screen and (max-width: 1024px){/*ipad*/
	#newsList_style_04_1518419305184 li{width: 30.666666666667%;}
	#newsList_style_04_1518419305184 li.sumary_list{margin-bottom:4%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#newsList_style_04_1518419305184  li{width: 48%;}
	#newsList_style_04_1518419305184  li.sumary_list{margin-bottom:4%;}
}

@media screen and (min-width: 1025px) {
}
@media screen and (min-width: 640px) and (max-width: 1024) {
}

	#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;}
}
