
/**
    *编辑器         \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) {

}
/*----------------------电脑板式样式----------------------*/
body{ background-position:left top; }



 #text_default_1525677465590{position:absolute;top:13px;left:41.75%;height:35px;width:16.5%;}   @media screen and (max-width:640px) {#text_default_1525677465590{width:100%;height:300px;top:0px;display:none;left:0%;}} 

 #text_default_1525677465604{position:absolute;top:0px;left:90.73373676248109%;height:56px;width:6.883509833585477%;}   @media screen and (max-width:640px) {#text_default_1525677465604{width:100%;height:300px;top:0px;display:none;left:0%;}} 

 #text_style_02_1525677465611{font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:70px;left:85.7034795763994%;width:13.691376701966718%;}   @media screen and (max-width:640px) {#text_style_02_1525677465611{width:100%;top:300px;left:0%;display:none;}}  #text_style_02_1525677465611>.view_contents {box-sizing:border-box;color:#797979;font-size:15px;letter-spacing:1px;line-height:55px;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_02_1525677465611>.view_contents {box-sizing:border-box;}}

 #searchbox_style_02_1525677465617{width:14.977307110438728%;position:absolute;left:84.41636724659607%;top:112px;}   @media screen and (max-width:640px) {#searchbox_style_02_1525677465617{width:100%;left:0%;top:355px;display:none;}} #searchbox_style_02_1525677465617 > .view_contents{overflow:visible;}  #searchbox_style_02_1525677465617 .inputSet {border-top-color:#e2e2e2;border-right-color:#e2e2e2;border-bottom-color:#e2e2e2;border-left-color:#e2e2e2;box-shadow:rgba(28,28,28,0.3) 2px 2px 6px ;}
/*----------------------电脑板式样式----------------------*/
#searchbox_style_02_1525677465617 .searchStyle_2 .searchForm .search-btn{width:80px;
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#searchbox_style_02_1525677465617{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#searchbox_style_02_1525677465617{
		
	}
}

 #dh_style_01_1525677465622{width:71.93645990922845%;z-index:99999;position:absolute;top:117px;left:4.614220877458396%;}   @media screen and (max-width:640px) {#dh_style_01_1525677465622{width:13.125%;z-index:999;top:0px;left:86.875%;display:block;}} #dh_style_01_1525677465622 > .view_contents{overflow:visible;}  #dh_style_01_1525677465622 .mainMenuSet {text-align:center;font-size:16px;font-weight:normal;color:#000000;line-height:30px;} #dh_style_01_1525677465622 #hot>a {color:#fb5710;background: url(../img/dh/z_dh_06/65f53d1f135e128a90097ab107ef611c.png);background-repeat:no-repeat;background-position-x:50%;background-position-y:100%;line-height:25px;} #dh_style_01_1525677465622 .columnSet {background-repeat:no-repeat;} #dh_style_01_1525677465622 .mainMenuSet:hover {color:#fb5710;line-height:25px;background: url(../img/dh/z_dh_06/65f53d1f135e128a90097ab107ef611c.png);background-position-x:50%;background-position-y:100%;background-repeat:no-repeat;} @media screen and (max-width:640px) { #dh_style_01_1525677465622 .mainMenuSet {color:#ffffff;line-height:45px;text-align:left;}} @media screen and (max-width:640px) { #dh_style_01_1525677465622 #hot>a {color:#fb5710;background-position-y:50%;line-height:45px;text-align:left;background-position-x:75%;}} @media screen and (max-width:640px) { #dh_style_01_1525677465622 .mainMenuSet:hover {line-height:45px;background-position-x:75%;background-position-y:50%;}} @media screen and (max-width:640px) { #dh_style_01_1525677465622 .icoMenuSet {color:#fb5710;}}
/*----------------------电脑板式样式----------------------*/
#dh_style_01_1525677465622 #hot > a{
background-size: auto 20px;
transition:all 0.3s;
}

#dh_style_01_1525677465622 .mainMenuSet{background-position: 50% 75%;transition:all 0.3s;}

#dh_style_01_1525677465622 .mainMenuSet:hover{
background-size: auto 20px;
}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_01_1525677465622{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
#dh_style_01_1525677465622 .mainMenuSet{background-position: 75% 50%;transition:all 0.3s;}
}

 #image_style_01_1525677465629{width:23.827534039334342%;height:70px;position:absolute;top:8px;left:5.786686838124055%;}   @media screen and (max-width:640px) {#image_style_01_1525677465629{width:36.25%;height:39px;top:0px;left:2%;}} #image_style_01_1525677465629 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1525677465413{width:110.16666666666666%;height:180px;position:absolute;top:2px;left:-5.083333333333329%;}   @media screen and (max-width:640px) {#div_a_includeBlock_1525677465413{width:100%;height:44px;top:0px;left:0%;}}  #layout_1525677337268{height:181.99652791023254px;}   @media screen and (max-width:640px) {#layout_1525677337268{height:44px;}} #layout_1525677337268 > .view_contents{overflow:visible;max-width:1200px;} 


 #banner_style_01_1525678377530{width:100%;height:622px;position:absolute;top:5.97222900390625px;left:0%;}   @media screen and (max-width:640px) {#banner_style_01_1525678377530{width:100%;height:154px;top:0px;left:0%;}}  #layout_diy_1525677029{height:627.9722290039062px;}   @media screen and (max-width:640px) {#layout_diy_1525677029{height:186px;}} 


 #text_style_01_1525684750611{width:18.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:33.95140075683594px;left:-5%;z-index:2;}   @media screen and (max-width:640px) {#text_style_01_1525684750611{width:100%;top:104px;left:0%;}}  #text_style_01_1525684750611>.view_contents {box-sizing:border-box;} #text_style_01_1525684750611  {background:#ff7f00;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1525684750611>.view_contents {box-sizing:border-box;font-size:16px;font-family:SimHei;text-align:center;}}

 #image_style_01_1529916706881{width:122.33333333333334%;height:760px;position:absolute;top:0.902778148651123px;left:-11.185185750325521%;z-index:1;}   @media screen and (max-width:640px) {#image_style_01_1529916706881{width:66.44518272425249%;height:200px;top:0px;left:16.777408637873755%;}} #image_style_01_1529916706881 > .view_contents{overflow:visible;} 

 #image_style_03_1525685317288{width:15.25%;height:228px;position:absolute;top:133.94097900390625px;left:34.282989501953125%;}   @media screen and (max-width:640px) {#image_style_03_1525685317288{width:24.25249169435216%;height:89px;top:161px;left:37.87375415282392%;}} #image_style_03_1525685317288 > .view_contents{overflow:visible;} 

 #image_style_03_1525685167329{width:15.166666666666668%;height:228px;position:absolute;top:133.94097900390625px;left:-1.5833333333333335%;z-index:2;}   @media screen and (max-width:640px) {#image_style_03_1525685167329{width:78px;height:89px;top:16px;left:36.71875%;}} #image_style_03_1525685167329 > .view_contents{overflow:visible;} 

 #image_style_03_1525761754506{width:15.083333333333334%;height:230px;position:absolute;top:133.94097900390625px;left:16.164932250976562%;z-index:2;}   @media screen and (max-width:640px) {#image_style_03_1525761754506{width:74px;height:86px;top:18px;left:4.53125%;}} #image_style_03_1525761754506 > .view_contents{overflow:visible;} 

 #image_style_03_1529917793218{width:15.25%;height:228px;position:absolute;top:133.94097900390625px;left:52.2170155843099%;}   @media screen and (max-width:640px) {#image_style_03_1529917793218{width:24.25249169435216%;height:89px;top:143.94097900390625px;left:75.74750830564784%;}} #image_style_03_1529917793218 > .view_contents{overflow:visible;} 

 #image_style_03_1529917803460{width:15.5%;height:228px;position:absolute;top:133.94097900390625px;left:70.14612833658855%;}   @media screen and (max-width:640px) {#image_style_03_1529917803460{width:24.25249169435216%;height:89px;top:143.94097900390625px;left:75.74750830564784%;}} #image_style_03_1529917803460 > .view_contents{overflow:visible;} 

 #image_style_03_1529917814000{width:15.25%;height:228px;position:absolute;top:133.94097900390625px;left:88.66725158691406%;}   @media screen and (max-width:640px) {#image_style_03_1529917814000{width:24.25249169435216%;height:89px;top:143.94097900390625px;left:75.74750830564784%;}} #image_style_03_1529917814000 > .view_contents{overflow:visible;} 

 #homelink_style_01_1529974139554{width:20%;position:absolute;top:11.677093505859375px;left:90.56481424967447%;}   @media screen and (max-width:640px) {#homelink_style_01_1529974139554{width:100%;top:0px;left:0%;}}  #layout_1525684907442{height:760.9027709960938px;}   @media screen and (max-width:640px) {#layout_1525684907442{height:162px;}} #layout_1525684907442 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1525684907442  {background:linear-gradient(0deg,,#ff7f00);}
../img/upimages/20180507172526151.jpg/*----------------------电脑板式样式----------------------*/
#layout_1525684907442{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1525684907442{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#layout_1525684907442{
		
	}
}
 #layout_1541208575069{height:2px;}   @media screen and (max-width:640px) {#layout_1541208575069{}} #layout_1541208575069 > .view_contents{overflow:visible;max-width:1200px;} 



 #text_style_06_1541208596309{width:45.04913076341648%;font-size:46px;color:#333;line-height:50px;font-family:SimHei;position:absolute;top:9.5px;left:31.294879062736207%;}   @media screen and (max-width:640px) {#text_style_06_1541208596309{width:96%;top:0px;left:2%;}}  #text_style_06_1541208596309>.view_contents {box-sizing:border-box;font-size:22px;color:#ffffff;letter-spacing:2px;} #diy_none_obj >.view_contents {box-sizing:border-box;font-size:18px;} @media screen and (max-width:640px) { #text_style_06_1541208596309>.view_contents {box-sizing:border-box;font-size:14px;}}

 #image_style_01_1541208596329{width:7.860922146636433%;height:42px;position:absolute;top:19px;left:9.523809523809524%;}   @media screen and (max-width:640px) {#image_style_01_1541208596329{width:64.38356164383562%;height:46px;top:0px;left:0%;}} #image_style_01_1541208596329 > .view_contents{overflow:visible;} 

 #text_style_06_1541208596334{width:10.657596371882086%;font-size:46px;color:#333;line-height:50px;font-family:SimHei;position:absolute;top:9.5px;left:81.93499622071052%;}   @media screen and (max-width:640px) {#text_style_06_1541208596334{width:100%;top:0px;left:0%;display:none;}}  #text_style_06_1541208596334>.view_contents {box-sizing:border-box;font-size:16px;color:#ffffff;text-align:center;letter-spacing:3px;font-weight:normal;} #text_style_06_1541208596334  {background:transparent;border-top-color:#ffffff;border-right-color:#ffffff;border-bottom-color:#ffffff;border-left-color:#ffffff;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;} #text_style_06_1541208596334 .view_contents:hover {color:#ffffff;text-align:center;border-top-color:#1bc7ec;border-right-color:#1bc7ec;border-bottom-color:#1bc7ec;border-left-color:#1bc7ec;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-width:3px;border-right-width:3px;border-bottom-width:3px;border-left-width:3px;line-height:44px;} #text_style_06_1541208596334:hover {background:transparent;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_06_1541208596334>.view_contents {box-sizing:border-box;}}
/*----------------------电脑板式样式----------------------*/
#text_style_06_1541208596334{
	box-sizing:border-box;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_06_1541208596334{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_06_1541208596334{
		
	}
}
 #div_includeBlock_1541208596040{width:110.25%;height:69px;position:absolute;top:-2px;left:-5.125%;}   @media screen and (max-width:640px) {#div_includeBlock_1541208596040{width:100%;height:300px;top:557px;display:none;left:0%;}}  #div_includeBlock_1541208596040  {background:#48c7ec;} #layout_1541208587972{height:67px;}   @media screen and (max-width:640px) {#layout_1541208587972{}} #layout_1541208587972 > .view_contents{overflow:visible;max-width:1200px;} 



 #text_default_1541208607380{width:52.60770975056689%;height:25px;position:absolute;top:362px;left:16.55328798185941%;z-index:2;}   @media screen and (max-width:640px) {#text_default_1541208607380{width:370px;height:300px;top:2400px;display:none;}} 

 #text_style_01_1541208607387{width:4.988662131519274%;font-size:46px;color:#333;line-height:50px;font-family:宋体;position:absolute;top:41px;left:6.8369708994708995%;z-index:2;}   @media screen and (max-width:640px) {#text_style_01_1541208607387{width:143px;top:20px;left:12.105263157894736%;}}  #text_style_01_1541208607387>.view_contents {box-sizing:border-box;font-size:14px;font-weight:bold;font-family:Microsoft YaHei;line-height:20px;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1541208607387>.view_contents {box-sizing:border-box;}}

 #flink_style_01_1541208607391{width:97.65684051398337%;position:absolute;top:310px;left:0.6424792139077854%;z-index:2;}   @media screen and (max-width:640px) {#flink_style_01_1541208607391{width:100%;top:290px;left:0%;}}  #flink_style_01_1541208607391 .modSet {background:transparent;border-right-color:#e5e5e5;border-right-style:solid;border-right-width:1px;padding-left:10px;padding-right:10px;} #flink_style_01_1541208607391 .textSet {font-size:12px;color:#666666;line-height:0px;border-top-color:#b2b2b2;border-right-color:#b2b2b2;border-bottom-color:#b2b2b2;border-left-color:#b2b2b2;border-right-style:solid;border-right-width:0px;} #flink_style_01_1541208607391  {padding-top:8px;padding-bottom:8px;border-top-color:#cccccc;border-top-width:1px;border-right-width:0px;border-bottom-width:1px;border-left-width:0px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-right-color:#cccccc;border-bottom-color:#cccccc;border-left-color:#cccccc;} #flink_style_01_1541208607391 .textSet:hover {color:#ff6c2f;background:transparent;} #flink_style_01_1541208607391 .modSet:hover {background:transparent;} #flink_style_01_1541208607391:hover {background:transparent;} #flink_style_01_1541208607391 .modSet:hover .imgSet {background:transparent;} #flink_style_01_1541208607391 .imgSet {background:transparent;} @media screen and (max-width:640px) { #flink_style_01_1541208607391 .modSet {padding-left:2px;padding-right:2px;}}

 #text_style_02_1541208607396{width:23.582766439909296%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:83px;left:29.100529100529098%;}   @media screen and (max-width:640px) {#text_style_02_1541208607396{width:96%;top:0px;left:0%;display:none;}}  #text_style_02_1541208607396>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:14px;color:#000000;line-height:30px;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_02_1541208607396>.view_contents {box-sizing:border-box;}}

 #text_style_02_1541208607401{width:17.333333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:83px;left:6.8369708994708995%;}   @media screen and (max-width:640px) {#text_style_02_1541208607401{width:96%;top:0px;left:0%;display:none;}}  #text_style_02_1541208607401>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:14px;color:#000000;line-height:30px;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_02_1541208607401>.view_contents {box-sizing:border-box;}}

 #text_style_01_1541208607406{width:4.535147392290249%;font-size:46px;color:#333;line-height:50px;font-family:宋体;position:absolute;top:47px;left:29.327286470143616%;z-index:2;}   @media screen and (max-width:640px) {#text_style_01_1541208607406{width:47.194719471947195%;top:40px;left:26.402640264026402%;}}  #text_style_01_1541208607406>.view_contents {box-sizing:border-box;font-size:14px;font-weight:bold;font-family:Microsoft YaHei;line-height:20px;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1541208607406>.view_contents {box-sizing:border-box;}}

 #text_default_1541208607411{width:4.535147392290249%;height:219px;position:absolute;top:83px;left:61.48904006046864%;z-index:2;}   @media screen and (max-width:640px) {#text_default_1541208607411{width:100%;height:300px;top:313px;left:0%;display:none;}} 

 #text_style_02_1541208607417{width:16%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:194px;left:6.8369708994708995%;}   @media screen and (max-width:640px) {#text_style_02_1541208607417{width:96%;top:0px;left:0%;display:none;}}  #text_style_02_1541208607417>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:14px;color:#000000;line-height:30px;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_02_1541208607417>.view_contents {box-sizing:border-box;}}

 #text_style_02_1541208607423{width:15.583333333333332%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:120px;left:6.8369708994708995%;}   @media screen and (max-width:640px) {#text_style_02_1541208607423{width:96%;top:0px;left:0%;display:none;}}  #text_style_02_1541208607423>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:14px;color:#000000;line-height:30px;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_02_1541208607423>.view_contents {box-sizing:border-box;}}

 #text_style_02_1541208607428{width:15.583333333333332%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:158px;left:6.8369708994708995%;}   @media screen and (max-width:640px) {#text_style_02_1541208607428{width:96%;top:0px;left:0%;display:none;}}  #text_style_02_1541208607428>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:14px;color:#000000;line-height:30px;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_02_1541208607428>.view_contents {box-sizing:border-box;}}

 #text_style_02_1541208607434{width:15.948601662887377%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:230px;left:6.8369708994708995%;}   @media screen and (max-width:640px) {#text_style_02_1541208607434{width:96%;top:0px;left:0%;display:none;}}  #text_style_02_1541208607434>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:14px;color:#000000;line-height:30px;} #diy_none_obj >.view_contents {box-sizing:border-box;line-height:25px;} @media screen and (max-width:640px) { #text_style_02_1541208607434>.view_contents {box-sizing:border-box;}}

 #text_style_01_1541208607442{width:4.535147392290249%;font-size:46px;color:#333;line-height:50px;font-family:宋体;position:absolute;top:47px;left:61.48904006046864%;z-index:2;}   @media screen and (max-width:640px) {#text_style_01_1541208607442{width:47.194719471947195%;top:0px;left:26.402640264026402%;}}  #text_style_01_1541208607442>.view_contents {box-sizing:border-box;font-size:14px;font-weight:bold;font-family:Microsoft YaHei;line-height:20px;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1541208607442>.view_contents {box-sizing:border-box;}}

 #text_style_01_1541208607450{width:6.500377928949358%;font-size:46px;color:#333;line-height:50px;font-family:宋体;position:absolute;top:47px;left:76.30385487528345%;z-index:2;}   @media screen and (max-width:640px) {#text_style_01_1541208607450{width:47.194719471947195%;top:0px;left:26.402640264026402%;}}  #text_style_01_1541208607450>.view_contents {box-sizing:border-box;font-size:14px;font-weight:bold;font-family:Microsoft YaHei;line-height:20px;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1541208607450>.view_contents {box-sizing:border-box;}}

 #counter_style_1_1541208607456{width:11.035525321239607%;position:absolute;top:362px;left:83.78684807256236%;}   @media screen and (max-width:640px) {#counter_style_1_1541208607456{width:47.194719471947195%;top:0px;left:0%;}} 
 #div_includeBlock_1541208607154{width:110.25%;height:396px;position:absolute;top:1px;left:-4.541666666666667%;}   @media screen and (max-width:640px) {#div_includeBlock_1541208607154{width:100%;height:1024px;top:0px;left:0%;}} #div_includeBlock_1541208607154 > .view_contents{overflow:visible;}  #layout_1541208585563{height:397px;}   @media screen and (max-width:640px) {#layout_1541208585563{}} #layout_1541208585563 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1529973977099{height:1px;}   @media screen and (max-width:640px) {#layout_1529973977099{}} #layout_1529973977099 > .view_contents{overflow:visible;max-width:1200px;} 
.searchStyle_2{position: relative; min-width: 200px;}
.searchStyle_2 *{box-sizing: border-box; transition:all ease .2s; -webkit-transition:all ease .2s; -moz-transition:all ease .2s; -o-transition:all ease .2s; -webkit-appearance:none ;-moz-appearance:none ;appearance: none;}
.searchStyle_2 .searchForm{width: 100%; border-radius: 0;box-sizing: border-box; position: relative;}
.searchStyle_2 .searchForm .search-btn{width:60px; text-align: center; border: 0; height: 40px; font-size: 16px;color: #666; background: none; outline: none; cursor: pointer; position: absolute; right:0; top: 0;}
.searchStyle_2 .searchForm .search_input{width: 100%;border: 0; border-radius:20px; outline: none; padding-right:65px; padding-left: 1em; height:40px; font-size: 14px;color: #333; border:1px solid #666;}
.keyWord{margin-top: 5px;}
.keyWord a{font-size: 14px; color: #666; margin-right: 5px;}
@media screen and (max-width: 768px) {
.searchStyle_2 .searchForm .search-btn, .searchStyle_2 .searchForm .search_input{height: 32px;}

}

/*菜单样式*/
.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;}
}

	#image_style_01_1525677465629 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525677465629 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1525677465629 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1525677465629 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

/* banner样式 */

.bannerStyle_1{width:100%; height:100%; position:relative;}
.bannerStyle_1 .main_visual{height:100%; overflow:hidden; position:relative; }

.bannerStyle_1 .main_image{height:100%; overflow:hidden; position:relative; }

/* 圆点 */
.bannerStyle_1 div.flicking_con{position:absolute; bottom:20px; left:0; z-index:999; width:100%; height:14px; text-align:center; z-index: 105;}
.bannerStyle_1 div.flicking_con a{width:14px; height:14px; padding:0; background:none; border:1px solid white; display:inline-block; box-sizing:border-box; margin:0 3px; border-radius:100%; }
.bannerStyle_1 div.flicking_con a.on{background:white; border:0;}

/* 左右按钮 */
.bannerStyle_1 .btn_prev,.bannerStyle_1 .btn_next{z-index:11111; position:absolute; width:73px; height:74px; top:50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); display:none; }
.bannerStyle_1 .btn_prev{background:url(../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_1525678377530 .bannerStyle_1 .main_image .img-item .img_0{background: url('../img/upimages/KarishiGasFlame_678x225.jpg') center top no-repeat;}
                #banner_style_01_1525678377530 .bannerStyle_1 .main_image .img-item .img_1{background: url('../img/upimages/20180507170557590.jpg') center top no-repeat;}
                #banner_style_01_1525678377530 .bannerStyle_1 .main_image .img-item .img_2{background: url('../img/upimages/20180507171536565.jpg') center top no-repeat;}
                #banner_style_01_1525678377530 .bannerStyle_1 .main_image .img-item .img_3{background: url('../img/upimages/20180507171654885.jpg') center top no-repeat;}
                #banner_style_01_1525678377530 .bannerStyle_1 .ground_glass{}
    
	#image_style_01_1529916706881 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1529916706881 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1529916706881 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1529916706881 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_03_1525685317288 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1525685317288 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_03_1525685317288 .CompatibleImg img{width:100%; height:100%}}
#image_style_03_1525685317288 a{
	cursor: default;
}

.imgStyle_3 { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}

	#image_style_03_1525685167329 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1525685167329 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_03_1525685167329 .CompatibleImg img{width:100%; height:100%}}
.imgStyle_3 { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}

	#image_style_03_1525761754506 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1525761754506 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_03_1525761754506 .CompatibleImg img{width:100%; height:100%}}
#image_style_03_1525761754506 a{
	cursor: default;
}

.imgStyle_3 { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}

	#image_style_03_1529917793218 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1529917793218 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_03_1529917793218 .CompatibleImg img{width:100%; height:100%}}
#image_style_03_1529917793218 a{
	cursor: default;
}

.imgStyle_3 { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}

	#image_style_03_1529917803460 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1529917803460 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_03_1529917803460 .CompatibleImg img{width:100%; height:100%}}
#image_style_03_1529917803460 a{
	cursor: default;
}

.imgStyle_3 { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}

	#image_style_03_1529917814000 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1529917814000 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_03_1529917814000 .CompatibleImg img{width:100%; height:100%}}
#image_style_03_1529917814000 a{
	cursor: default;
}

.imgStyle_3 { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}
.breadcrumb {
	padding: 8px 15px;
	/* margin-bottom: 20px; */
	list-style: none;
	/* background-color: #f5f5f5; */
	border-radius: 4px;
}
.breadcrumb > li {
	display: inline-block;
}
.breadcrumb > li + li:before {
	/* content: "/\00a0"; */
	content: "\003e\00a0";
	padding: 0 5px;
	color: #cccccc;
}
.breadcrumb > .active {
	color: #777777;
}

.location_style01 .fa-home{
	font-size:16px;
	margin-right:.25em;
}
.location_style01 .home-icon{
	height: 1.5em;
	float: left;
	margin-right:.8em;
}
	#image_style_01_1541208596329 .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_1541208596329 .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_1541208596329 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

/* 公共样式 */

.style_01{
	padding: 0;
	margin: 0;
	list-style: none;
}
.style_01>li{
	overflow: hidden;
	float: left;
	margin:0 3px 5px 3px;
	text-align: center;
	box-sizing: border-box;
    /* background-color: #cccccc; */
	background-color: #f8f8f8;
}
.style_01>li:hover{
    background-color: #e69867;
}
.style_01>li .content{
	display: inline-block;
	padding:4px 10px;
    
	/*对齐方式默认left*/
	text-align: left;
	/*边框*/
	box-sizing: border-box;
}
.style_01>li .content:hover{
    /*background-color: #fff9eb;*/
}
.style_01>li .content .connectIcon{
	width: 20px;
	margin-right:2px ;
	vertical-align:middle;
	background-color: #16c663;
	border-radius: 10px;
	box-sizing: border-box;
}
.style_01>li .content .connectName{
	vertical-align:middle;
	line-height: 20px;
	font-size: 14px;
	color: #111111;
	text-decoration: none;
}
.style_01>li .content .connectName:hover{
	text-decoration: underline;
}

/* 链接项宽度适应内容 */

.float_wide>li .content .connectName {
	word-break: keep-all;
	white-space: nowrap;
}

/* 链接项等宽 */

.equal_wide>li .content {
	width: 100%;
}
 .db5 a{color:#666666;} .db5 span{color:#666666;} .db5 a{color:#666666;} .db5 a:hover {color:#fd581c;text-decoration: underline;} .db5 span:hover {color:#fd581c;text-decoration: underline;} 
/* 清除浮动 */
.counter:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.counter{zoom:1}

/* 公共样式 */
.counter .item{float:left; font-size:16px; line-height:2em; font-family:"Helvetica Neue","Helvetica",arial,sans-serif; font-weight:bold}

/* 样式一 */
.counter.style_1 .item {
    margin-right:.2em;
}
.counter.style_1 .digit{
    padding:0 .35em;
    color:#eee;
    background:#333;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:5px;
}
.counter.style_1 .digit span {  /* 数字放大到1.5倍 */
    -webkit-transform: scale(1.3,1.3); -moz-transform: scale(1.3,1.3); -o-transform: scale(1.3,1.3); transform: scale(1.3,1.3);
}
.counter.style_1 .digit{ /* 中间的横线 */
    position: relative;
    display: inline-block;
}
.counter.style_1 .digit::before { /* 中间的横线 */
    content: '';
    border-bottom: 1px solid #ccc;
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
}
.counter.style_1.hide-line .digit::before {
    visibility: hidden; /* 隐藏中间的横线 */
}
.counter.style_1 .dot { /* 分隔号位置 */
    -webkit-transform: translate(0, 8px); -moz-transform: translate(0, 8px); -o-transform: translate(0, 8px); transform: translate(0, 8px);
}
@keyframes turn_into_digit {  /* 数字动画 */
    0%   {-webkit-transform: translate(0, 80%); -moz-transform: translate(0, 80%); -o-transform: translate(0, 80%); transform: translate(0, 80%);}
    100% {-webkit-transform: translate(0, -80%) scale(1.3,1.3); -moz-transform: translate(0, -80%) scale(1.3,1.3); -o-transform: translate(0, -80%) scale(1.3,1.3); transform: translate(0, -80%) scale(1.3,1.3);}
}
@-moz-keyframes turn_into_digit { /* Firefox */
    0%   {-webkit-transform: translate(0, 80%); -moz-transform: translate(0, 80%); -o-transform: translate(0, 80%); transform: translate(0, 80%);}
    100% {-webkit-transform: translate(0, -80%) scale(1.3,1.3); -moz-transform: translate(0, -80%) scale(1.3,1.3); -o-transform: translate(0, -80%) scale(1.3,1.3); transform: translate(0, -80%) scale(1.3,1.3);}
}
@-webkit-keyframes turn_into_digit { /* Safari 和 Chrome */
    0%   {-webkit-transform: translate(0, 80%); -moz-transform: translate(0, 80%); -o-transform: translate(0, 80%); transform: translate(0, 80%);}
    100% {-webkit-transform: translate(0, -80%) scale(1.3,1.3); -moz-transform: translate(0, -80%) scale(1.3,1.3); -o-transform: translate(0, -80%) scale(1.3,1.3); transform: translate(0, -80%) scale(1.3,1.3);}
}
@-o-keyframes turn_into_digit { /* Opera */
    0%   {-webkit-transform: translate(0, 80%); -moz-transform: translate(0, 80%); -o-transform: translate(0, 80%); transform: translate(0, 80%);}
    100% {-webkit-transform: translate(0, -80%) scale(1.3,1.3); -moz-transform: translate(0, -80%) scale(1.3,1.3); -o-transform: translate(0, -80%) scale(1.3,1.3); transform: translate(0, -80%) scale(1.3,1.3);}
}
.counter.style_1.digit-animation .digit span{  /* 数字动画 */
    display: inline-block;
    animation: turn_into_digit .1s 6;
    -moz-animation: turn_into_digit .1s 6;	/* Firefox */
    -webkit-animation: turn_into_digit .1s 6;	/* Safari 和 Chrome */
    -o-animation: turn_into_digit .1s 6;	/* Opera */
}
				.bottomMenu{width: 100%; box-sizing:border-box; display: none;position:fixed;bottom:0;z-index:999999}
				.bottomMenu ul{width:100%; height: 40px; padding:6px 0; background-color: #fff; border-top: 1px solid #ddd; box-shadow: 0 0px 6px rgba(0,0,0,.1); display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
				.bottomMenu ul li{position:relative; box-sizing: border-box; -webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;}
				.bottomMenu ul li .menuItem{position: relative;}
				.bottomMenu ul li .menuIco{width: 26px; height: 26px; overflow: hidden; margin: auto;}
				.bottomMenu ul li .menuIco img{width: 100%;}
				.bottomMenu ul li .menuName{font-size: 12px; white-space: nowrap; margin: auto; text-align: center; color: #333; line-height: 18px;}
				.bottomMenu ul li .submenuItems{position: absolute; bottom: 48px; z-index:999999; width: 100%; text-align: center; border: 1px solid #ddd; background-color: #fff; box-shadow: 0 0px 6px rgba(0,0,0,.1);}
				.bottomMenu ul li .submenuItems a{display: block; height: 36px; line-height: 36px; font-size: 12px; color: #333; border-bottom: 1px solid #ddd;}
				@media screen and (max-width:767px) {
					.bottomMenu{display: block;}
					body{padding-bottom:55px;}
				}
				