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

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

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

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

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

body{ background-position:left top; }


 #div_blank_1492479630438{width:100%;height:50px;position:absolute;top:94px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1492479630438{top:70px;left:0%;}}   @media screen and (max-width:640px) {#div_blank_1492479630438{width:82.64462809917356%;height:200px;top:0px;left:8.67768595041322%;display:none;}} #div_blank_1492479630438 > .view_contents{overflow:visible;}  #div_blank_1492479630438  {box-sizing:border-box;background:#2b2b2b;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1492479630438  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1492479630438  {box-sizing:border-box;}}


 #text_style_06_1492479268277{width:36.583333333333336%;font-size:46px;color:#333;line-height:50px;font-family:SimHei;position:absolute;top:52.5px;left:63.416666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_06_1492479268277{top:44.5px;left:63.41463414634146%;}}   @media screen and (max-width:640px) {#text_style_06_1492479268277{width:100%;top:100px;left:0%;display:none;z-index:2;}}  #text_style_06_1492479268277>.view_contents {box-sizing:border-box;font-size:16px;line-height:25px;color:#ff6637;text-align:right;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_06_1492479268277>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_06_1492479268277>.view_contents {box-sizing:border-box;}}

 #text_style_06_1492479234702{width:36.583333333333336%;font-size:46px;color:#333;line-height:50px;font-family:SimHei;position:absolute;top:27.5px;left:63.416666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_06_1492479234702{top:19.5px;left:63.41463414634146%;}}   @media screen and (max-width:640px) {#text_style_06_1492479234702{width:37.631578947368425%;top:18px;left:62.36842105263158%;display:none;z-index:2;}}  #text_style_06_1492479234702>.view_contents {box-sizing:border-box;font-size:16px;line-height:25px;text-align:right;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_06_1492479234702>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_06_1492479234702>.view_contents {box-sizing:border-box;}}

 #dh_style_01_1492479500522{width:66.66666666666666%;z-index:999;position:absolute;top:94px;left:16.666666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1492479500522{z-index:999;left:2.014846235418876%;width:96%;top:71px;}}   @media screen and (max-width:640px) {#dh_style_01_1492479500522{width:50%;z-index:1000;top:12px;left:50%;}} #dh_style_01_1492479500522 > .view_contents{overflow:visible;}  #dh_style_01_1492479500522 .mainMenuSet {line-height:50px;height:50px;font-family:Microsoft YaHei;font-size:16px;color:#ffffff;} #dh_style_01_1492479500522 #hot>a {color:#ffffff;background:#ff6637;} @media screen and (max-width:640px) { #dh_style_01_1492479500522 #hot>a {background:transparent;color:#ff6637;}}

 #image_logo_1492479188799{width:15.5%;height:79px;position:absolute;top:7px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1492479188799{width:166px;height:63px;top:5px;left:0.2120890774125133%;}}   @media screen and (max-width:640px) {#image_logo_1492479188799{width:47.5%;height:62px;top:3px;left:1.0526315789473684%;z-index:2;}} 

 #qqol_style_01_1501032427108{width:17.5%;position:absolute;top:0px;left:36.125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#qqol_style_01_1501032427108{left:21.07438016528926%;width:57.85123966942148%;}}   @media screen and (max-width:640px) {#qqol_style_01_1501032427108{width:210px;top:0px;left:21.07438016528926%;z-index:1;}} #qqol_style_01_1501032427108 > .view_contents{overflow:visible;} 
 #div_includeBlock_1492479470980{width:1200px;height:144px;position:absolute;top:0px;left:7.835558678847505%;z-index:5;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1492479470980{width:100%;left:0%;height:122px;top:-1px;}}   @media screen and (max-width:640px) {#div_includeBlock_1492479470980{width:100%;height:65px;top:0px;left:0%;}}  #comm_layout_header{height:144px;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:121px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:67px;z-index:10;}} 


 #newsDetail_style_01_1484042049466{width:100%;position:absolute;top:36px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsDetail_style_01_1484042049466{width:95%;left:2.4920466595970305%;}}   @media screen and (max-width:640px) {#newsDetail_style_01_1484042049466{width:96%;top:42px;left:2%;}}  #newsDetail_style_01_1484042049466 .titleSet {font-family:SimHei;font-size:30px;} #newsDetail_style_01_1484042049466 .detailSet {font-family:SimHei;} #newsDetail_style_01_1484042049466 .contSet {font-family:SimHei;} @media screen and (max-width:640px) { #newsDetail_style_01_1484042049466 .titleSet {font-size:20px;}} #layout_diy_1484042021{height:274px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1484042021{height:274px;}}   @media screen and (max-width:640px) {#layout_diy_1484042021{height:412px;}} #layout_diy_1484042021 > .view_contents{max-width:1200px;} 
 #layout_1492485442873{height:60px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1492485442873{}}   @media screen and (max-width:640px) {#layout_1492485442873{height:38px;}} #layout_1492485442873 > .view_contents{overflow:visible;max-width:1200px;} 





 #div_blank_1492482974597{width:12.3%;height:3px;position:absolute;left:10%;top:79px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1492482974597{top:79px;height:3px;left:5.7%;}}   @media screen and (max-width:640px) {#div_blank_1492482974597{width:20.263157894736842%;height:3px;left:39.868421052631575%;top:0px;display:none;}} #div_blank_1492482974597 > .view_contents{overflow:visible;}  #div_blank_1492482974597  {box-sizing:border-box;background:#ff6637;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1492482974597  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1492482974597  {box-sizing:border-box;}}

 #div_blank_1492482974601{width:12.3%;height:3px;position:absolute;left:10%;top:331px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1492482974601{left:5.667080573951435%;top:336px;}}   @media screen and (max-width:640px) {#div_blank_1492482974601{width:20.263157894736842%;height:3px;left:0%;top:41px;display:block;}} #div_blank_1492482974601 > .view_contents{overflow:visible;}  #div_blank_1492482974601  {box-sizing:border-box;background:#ff6637;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1492482974601  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1492482974601  {box-sizing:border-box;}}

 #text_style_02_1492482974605{width:37.666666666666664%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:184.5px;left:60%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492482974605{left:63.2985342920354%;top:185.5px;width:158px;}}   @media screen and (max-width:640px) {#text_style_02_1492482974605{width:100%;top:600px;left:0%;display:none;}}  #text_style_02_1492482974605>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#ffffff;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492482974605>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1492482974605>.view_contents {box-sizing:border-box;}}

 #image_style_01_1492482974611{width:11.166666666666666%;height:29px;position:absolute;top:186.5px;left:6.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1492482974611{left:2.900304203539823%;top:184px;height:33px;}}   @media screen and (max-width:640px) {#image_style_01_1492482974611{width:55.09641873278237%;height:200px;top:0px;left:22.451790633608816%;display:none;}} #image_style_01_1492482974611 > .view_contents{overflow:visible;} 

 #text_style_02_1492482974616{width:38.666666666666664%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:184.5px;left:16.333333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492482974616{left:13.758296460176991%;top:184.5px;}}   @media screen and (max-width:640px) {#text_style_02_1492482974616{width:100%;top:200px;left:0%;display:none;}}  #text_style_02_1492482974616>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#ffffff;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492482974616>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1492482974616>.view_contents {box-sizing:border-box;}}

 #image_style_01_1492482974621{width:6.166666666666667%;height:25px;position:absolute;top:101.5px;left:52.666666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1492482974621{left:52.91758849557522%;top:97.5px;width:43px;height:27px;}}   @media screen and (max-width:640px) {#image_style_01_1492482974621{width:55.09641873278237%;height:200px;top:0px;left:22.451790633608816%;display:none;}} #image_style_01_1492482974621 > .view_contents{overflow:visible;} 

 #image_style_01_1492482974627{width:11.166666666666666%;height:35px;position:absolute;top:223px;left:6.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1492482974627{left:2.900304203539823%;top:224.5px;height:38px;}}   @media screen and (max-width:640px) {#image_style_01_1492482974627{width:55.09641873278237%;height:200px;top:600px;left:22.451790633608816%;display:none;}} #image_style_01_1492482974627 > .view_contents{overflow:visible;} 

 #text_style_02_1492482974631{width:58.833333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:227px;left:16.166666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492482974631{left:13.741012168141593%;top:229px;width:362px;}}   @media screen and (max-width:640px) {#text_style_02_1492482974631{width:100%;top:800px;left:0%;display:none;}}  #text_style_02_1492482974631>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#ffffff;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492482974631>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1492482974631>.view_contents {box-sizing:border-box;}}

 #text_style_02_1492482974634{width:49.166666666666664%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:10%;top:285px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492482974634{left:5.667080573951435%;top:293px;width:49.1%;}}   @media screen and (max-width:640px) {#text_style_02_1492482974634{width:100%;left:0%;top:3px;display:block;}}  #text_style_02_1492482974634>.view_contents {box-sizing:border-box;color:#ffffff;font-size:22px;font-weight:normal;text-align:left;font-family:Microsoft YaHei;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492482974634>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_02_1492482974634>.view_contents {box-sizing:border-box;font-size:18px;line-height:30px;font-weight:normal;}}

 #text_style_02_1492482974639{width:56.333333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:10%;top:34px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492482974639{left:5.746412803532009%;top:34px;}}   @media screen and (max-width:640px) {#text_style_02_1492482974639{width:97.30000000000001%;left:1.3499999999999943%;top:0px;display:none;}}  #text_style_02_1492482974639>.view_contents {box-sizing:border-box;color:#ffffff;font-size:22px;font-weight:normal;text-align:left;font-family:Microsoft YaHei;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492482974639>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_02_1492482974639>.view_contents {box-sizing:border-box;font-size:18px;line-height:30px;font-weight:normal;}}

 #image_style_01_1492482974642{width:11.946902654867257%;height:25px;position:absolute;top:101.5px;left:6.083333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1492482974642{left:2.233130530973451%;width:11.946902654867257%;top:99px;height:27px;}}   @media screen and (max-width:640px) {#image_style_01_1492482974642{width:55.09641873278237%;height:200px;top:0px;left:22.451790633608816%;display:none;}} #image_style_01_1492482974642 > .view_contents{overflow:visible;} 

 #text_style_02_1492482974646{width:32.5%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:99.5px;left:60%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492482974646{top:97.5px;left:62.85951327433629%;width:35.61946902654867%;}}   @media screen and (max-width:640px) {#text_style_02_1492482974646{width:100%;top:0px;left:0%;display:none;}}  #text_style_02_1492482974646>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#ffffff;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492482974646>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1492482974646>.view_contents {box-sizing:border-box;}}

 #text_style_02_1492482974649{width:31.833333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:98.5px;left:16.333333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492482974649{left:14.183490044247787%;width:33.6283185840708%;top:97.5px;}}   @media screen and (max-width:640px) {#text_style_02_1492482974649{width:100%;top:0px;left:0%;display:none;}}  #text_style_02_1492482974649>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#ffffff;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492482974649>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1492482974649>.view_contents {box-sizing:border-box;}}

 #image_style_01_1492482974652{width:9.166666666666666%;height:32px;position:absolute;top:183.5px;left:51.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1492482974652{left:53.973509933774835%;top:182px;height:35px;}}   @media screen and (max-width:640px) {#image_style_01_1492482974652{width:55.09641873278237%;height:200px;top:400px;left:22.451790633608816%;display:none;}} #image_style_01_1492482974652 > .view_contents{overflow:visible;} 

 #image_style_01_1492482974656{width:11%;height:25px;position:absolute;top:144px;left:50.24999999999999%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1492482974656{height:30px;left:52.207505518763796%;top:143.5px;}}   @media screen and (max-width:640px) {#image_style_01_1492482974656{width:55.09641873278237%;height:200px;top:200px;left:22.451790633608816%;display:none;}} #image_style_01_1492482974656 > .view_contents{overflow:visible;} 

 #text_style_02_1492482974659{width:34.66666666666667%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:141px;left:60%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492482974659{left:63.24503311258278%;top:143.5px;width:163px;}}   @media screen and (max-width:640px) {#text_style_02_1492482974659{width:100%;top:600px;left:0%;display:none;}}  #text_style_02_1492482974659>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#ffffff;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492482974659>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1492482974659>.view_contents {box-sizing:border-box;}}

 #text_style_02_1492482974662{width:32.5%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:144px;left:16.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492482974662{left:14.155629139072849%;top:143.5px;width:190px;}}   @media screen and (max-width:640px) {#text_style_02_1492482974662{width:100%;top:0px;left:0%;display:none;}}  #text_style_02_1492482974662>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#ffffff;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492482974662>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1492482974662>.view_contents {box-sizing:border-box;}}

 #image_style_01_1492482974665{width:6.833333333333333%;height:25px;position:absolute;top:144px;left:8.666666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1492482974665{left:5.10485651214128%;top:146px;height:25px;}}   @media screen and (max-width:640px) {#image_style_01_1492482974665{width:55.09641873278237%;height:200px;top:0px;left:22.451790633608816%;display:none;}} #image_style_01_1492482974665 > .view_contents{overflow:visible;} 


 #customForm_style_input_01_1492482975358{width:40%;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_input_01_1492482975358{left:0%;width:38%;top:0px;}}   @media screen and (max-width:640px) {#customForm_style_input_01_1492482975358{width:50%;top:0px;}} #customForm_style_input_01_1492482975358 > .view_contents{overflow:visible;}  #customForm_style_input_01_1492482975358 .inputSet {background:transparent;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;border-top-color:#ffffff;border-right-color:#ffffff;border-bottom-color:#ffffff;border-left-color:#ffffff;color:#ffffff;}

 #customForm_style_input_01_1492482975367{width:40%;position:absolute;top:0px;left:42.291666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_input_01_1492482975367{left:40%;top:0px;width:38%;}}   @media screen and (max-width:640px) {#customForm_style_input_01_1492482975367{width:50%;top:0px;left:49.49914383561644%;}} #customForm_style_input_01_1492482975367 > .view_contents{overflow:visible;}  #customForm_style_input_01_1492482975367 .inputSet {background:transparent;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;border-top-color:#ffffff;border-right-color:#ffffff;border-bottom-color:#ffffff;border-left-color:#ffffff;color:#ffffff;}

 #customForm_style_button_01_1492482975373{width:15.416666666666668%;position:absolute;top:0px;left:84.58333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1492482975373{left:79.76470588235294%;width:20%;top:0px;}}   @media screen and (max-width:640px) {#customForm_style_button_01_1492482975373{width:40%;top:50px;left:30%;}} #customForm_style_button_01_1492482975373 > .view_contents{overflow:visible;}  #customForm_style_button_01_1492482975373 .btnaSet {color:#ffffff;background:#ff6637;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;}
 #customForm_form_1492482974669{width:80%;height:46px;position:absolute;top:353px;left:10%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_form_1492482974669{left:5.822295805739515%;width:94%;top:357px;}}   @media screen and (max-width:640px) {#customForm_form_1492482974669{width:100%;height:85px;top:60px;left:0%;}} 
 #div_includeBlock_1492482974339{width:50%;height:427px;position:absolute;top:0px;left:50%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1492482974339{}}   @media screen and (max-width:640px) {#div_includeBlock_1492482974339{width:100%;height:145px;top:0px;left:0%;display:block;}}  #div_includeBlock_1492482974339  {border-left-color:#ffffff;border-left-style:solid;border-left-width:1px;} @media screen and (max-width:640px) { #div_includeBlock_1492482974339  {border-left-width:0px;}}


 #div_blank_1492482974542{width:12.333333333333334%;height:3px;position:absolute;left:0.33333333333333337%;top:45px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1492482974542{}}   @media screen and (max-width:640px) {#div_blank_1492482974542{width:20.263157894736842%;height:3px;left:39.868421052631575%;top:0px;display:block;}} #div_blank_1492482974542 > .view_contents{overflow:visible;}  #div_blank_1492482974542  {box-sizing:border-box;background:#ff6637;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1492482974542  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1492482974542  {box-sizing:border-box;}}

 #text_style_02_1492482974553{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:0%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492482974553{}}   @media screen and (max-width:640px) {#text_style_02_1492482974553{width:97.30000000000001%;left:1.3499999999999943%;top:0px;}}  #text_style_02_1492482974553>.view_contents {box-sizing:border-box;color:#ffffff;font-size:22px;font-weight:normal;text-align:left;font-family:Microsoft YaHei;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492482974553>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_02_1492482974553>.view_contents {box-sizing:border-box;font-size:18px;line-height:30px;font-weight:normal;}}

 #text_style_02_1492482974560{width:90%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:60.5px;left:0.33333333333333337%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492482974560{left:0%;width:90%;top:63.5px;}}   @media screen and (max-width:640px) {#text_style_02_1492482974560{width:370px;top:0px;}}  #text_style_02_1492482974560>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#ffffff;line-height:30px;text-indent:2em;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492482974560>.view_contents {box-sizing:border-box;text-indent:2em;line-height:25px;}} @media screen and (max-width:640px) { #text_style_02_1492482974560>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1492482974348{width:50%;height:264px;position:absolute;top:34px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1492482974348{height:264px;}}   @media screen and (max-width:640px) {#div_includeBlock_1492482974348{width:100%;height:240px;top:0px;left:0%;display:none;}}  #div_includeBlock_1492482974348  {border-bottom-color:#ffffff;border-bottom-style:solid;border-bottom-width:1px;}


 #dh_style_01_1492482974705{width:100%;z-index:999;position:absolute;top:14px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1492482974705{z-index:999;left:0%;width:100%;top:25px;}}   @media screen and (max-width:640px) {#dh_style_01_1492482974705{width:44px;z-index:999;top:0px;display:none;}} #dh_style_01_1492482974705 > .view_contents{overflow:visible;}  #dh_style_01_1492482974705 .mainMenuSet {color:#ffffff;font-size:14px;text-align:left;} #dh_style_01_1492482974705 #hot>a {color:#ffffff;}

 #text_style_02_1492482974709{width:71%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:65px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492482974709{width:100%;left:0%;top:74px;}}   @media screen and (max-width:640px) {#text_style_02_1492482974709{width:100%;top:11px;left:0%;}}  #text_style_02_1492482974709>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#ffffff;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492482974709>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1492482974709>.view_contents {box-sizing:border-box;text-align:center;}}
 #div_includeBlock_1492482974352{width:50%;height:126px;position:absolute;top:300px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1492482974352{}}   @media screen and (max-width:640px) {#div_includeBlock_1492482974352{width:100%;height:71px;top:165px;left:0%;display:block;}} 
 #div_includeBlock_1492482974178{width:1200px;height:427px;position:absolute;top:25.5px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1492482974178{left:2.014846235418876%;width:96%;height:434px;}}   @media screen and (max-width:640px) {#div_includeBlock_1492482974178{width:96%;height:236px;top:13px;left:2%;}} 
 #div_includeBlock_1492482974022{width:100%;height:478px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1492482974022{height:479px;width:100%;}}   @media screen and (max-width:640px) {#div_includeBlock_1492482974022{width:100%;height:249px;top:0px;left:0%;}}  #div_includeBlock_1492482974022  {background-repeat:no-repeat;background-size:cover;background-position-x:50%;} @media screen and (max-width:640px) { #div_includeBlock_1492482974022  {background-position-x:50%;}} #comm_layout_footer{height:478px;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:479px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:249px;display:block;}} #comm_layout_footer > .view_contents{max-width:1200px;}  #comm_layout_footer  {background:#2b2b2b;border-top-style:solid;border-top-color:#ff6637;border-top-width:2px;}
.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;*/

/* 清除浮动 */
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1}

.online-service{ display:none }
.online-service .wrapper{ padding:5px 0; background-color:#fff }
.online-service .close,.online-service .button{
    -webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;
}
.online-service.right .button div{ text-align:right; padding-right:5px }
.online-service.left .button div{ text-align:left; padding-left:5px }
.online-service .header, .online-service .footer{
    height:25px; line-height:25px;
    padding:0 .5em;
}
.online-service .header{ border-bottom:1px solid #eee }
.online-service .footer{ border-top:1px solid #eee; font-size:12px }
.online-service.right .footer{ text-align:right }
.online-service.left .footer{ text-align:left }
.online-service .content{ padding:.5em 1em }

.ol-qq-online .qq-btn{ float:left; margin-right:.5em }
.ol-qq-online .qq-btn img{ float:left }
.ol-qq-online{ line-height:25px }

.ol-image img{ width:100% }

/*----------------------电脑板式样式----------------------*/
body > .online-service{display:block !important;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    body > .online-service{display:block !important;}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
    body > .online-service{display:block !important;}
}
/*新闻详情样式*/

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1}

.LNewsCon .xinxi{white-space: nowrap;}
.newsText .dv-pagination .dv-link{float:left; display:inline-block; padding:0 .5em; margin:0 .25em; border:1px solid #ccc;}
.newsText .dv-pagination .dv-link.current{font-weight:bold}
.backNews,.nextNews{box-sizing:border-box;}

@media screen and (max-width:640px) {
.backNews{width:44% !important;padding-left:5% !important;}
.nextNews{width:44% !important;padding-right:5% !important;}
.LNewsCon img{max-width:100%!important;height:auto!important;}
}
.LNewsCon { width: 100%; float: left; overflow: hidden;}
.LNewsCon img{max-width: 100%;}
.LNewsCon .newsBigTit { font-size: 36px; color: #333; margin-bottom: 20px; text-align: center;}
.LNewsCon .smallC { text-align: center;}
.LNewsCon .smallC font { text-align: center; color: #999; padding: 0 15px;}
.LNewsCon .abstract { width: 100%; position: relative; border: 1px solid #e1e1e7; margin: 30px auto; overflow: hidden; box-sizing:border-box; padding: 18px; border-left: 4px solid #e1e1e7;}
.LNewsCon .newsMoreA { width: 90%; height: 50px; margin: 30px auto; border: 1px solid #efefef; box-sizing:border-box;}
.LNewsCon .newsText{padding: 10px; height: auto !important; box-sizing: border-box;}
.LNewsCon .songti { font-family: Verdana, Tahoma, 宋体; font-size: 12px;}
.backNews { text-align: left; height: 50px; line-height: 50px; padding-left: 20px; width: 45%; float: left; word-break: keep-all; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 12px; color: #999;}
.newsMoreA a { font-size: 12px; color: #999;}
.nextNews { text-align: right; height: 50px; line-height: 50px; padding-right: 20px; width: 45%; float: right; word-break: keep-all; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 12px; color: #999;}

	#image_style_01_1492482974611 .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_1492482974611 .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_1492482974611 .CompatibleImg img{null}}
#image_style_01_1492482974611 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_1492482974621 .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_1492482974621 .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_1492482974621 .CompatibleImg img{null}}
#image_style_01_1492482974621 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_1492482974627 .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_1492482974627 .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_1492482974627 .CompatibleImg img{null}}
#image_style_01_1492482974627 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_1492482974642 .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_1492482974642 .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_1492482974642 .CompatibleImg img{null}}
#image_style_01_1492482974642 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_1492482974652 .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_1492482974652 .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_1492482974652 .CompatibleImg img{null}}
#image_style_01_1492482974652 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_1492482974656 .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_1492482974656 .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_1492482974656 .CompatibleImg img{null}}
#image_style_01_1492482974656 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_1492482974665 .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_1492482974665 .CompatibleImg img{null}}@media screen and (max-width:640px) {#image_style_01_1492482974665 .CompatibleImg img{null}}
#image_style_01_1492482974665 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;}
.textInput{
    width: 100%;
    height: 100%;
    padding: 6px;
    border-radius: 4px;
    height: 32px;
    outline: none;
    border: 1px #ccc solid;
    box-sizing: border-box;
}
.textInput:hover{
}
    #store-selector .text b{
        background: url('http://box6js.nicebox.cn../img/customForm/style_input_02/btn20121210.png') 0 0 no-repeat;
    }
.textInput{
    width: 100%;
    height: 100%;
    padding: 6px;
    border-radius: 4px;
    height: 32px;
    outline: none;
    border: 1px #ccc solid;
    box-sizing: border-box;
}
.textInput:hover{
}
    #store-selector .text b{
        background: url('http://box6js.nicebox.cn../img/customForm/style_input_02/btn20121210.png') 0 0 no-repeat;
    }
.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;}
}
