
/**
    *编辑器         \View\css\diy\editPageComm.css
    *编辑器-预览    \View\css\diy\pageCom.css
    *编辑器-发布    \Model\viewsRes\publish\comm.css
*/
@charset "utf-8";
/*----------------公共部分----------------*/
html{overflow-x:hidden; overflow-y:auto;}
body{ background-repeat:no-repeat; background-position:left top; position:relative; overflow-x: hidden;}
body, li, ul, ol, dl, dt, dd, form, input, textarea, h1, h2, h3, h4, h5, h6, p,select{ margin: 0px; padding: 0px; list-style-type:none; font-size: 12px; font:12px/1.5 tahoma,arial,"Microsoft YaHei";outline: 0 none; color:#333;}
em,i{font-style:normal;}
a{color:#333;}
a{text-decoration:none;}
*{margin:0px; padding:0px;outline: none !important;}
img {-ms-interpolation-mode:bicubic; border:none;}
.view{z-index: 1;position: absolute;}
.horizontal .view{position:relative; float:left;}
.vertical .view{position:relative;}
.view_contents{position:relative; width:100%; margin:0 auto; padding:0; z-index:10; height:100%; overflow: hidden; box-sizing: border-box;/*添加后，模块的内边距和边框不会再溢出*/}
.layout{ position: relative; width: 100%; margin: 0px auto; padding: 0px; z-index: 1;}
.layout > .view_contents{ /*overflow: visible;*/ cursor:default;}
/*流布局*/
.flow .view_contents > .view{float: left;}
.clear { clear: both; }
/*苹果去除样式*/
select,input[type='button'],input[type="reset"],input[type='submit'],input[type='text'],input[type="password"],input[name='query'],input[name='d']{-webkit-appearance: none; border-radius:0px}
input:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only;}

/*模块分页*/
.page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.page_btn a.cur,.page_btn a:hover{border:1px solid #4c4c4c;}
.prev_btn,.next_btn{font-family: '黑体' !important; border: 0 !important;}
.no_page{border: 0 !important;}
@media screen and (max-width:768px){
/*分页*/
.page_btn a:nth-child(n+5){display: none;}
.page_btn a:nth-last-child(1),.page_btn a:nth-last-child(2),.page_btn a:nth-last-child(3){display: inline-block !important;}
}

/*图片放大样式*/
.imgBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgBox img{ position: absolute; width: auto; max-width: 80%; /*max-height: 65%;*/ border: 20px solid #fff;top: 40%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); box-shadow: 0 0 10px rgba(0,0,0,.3);}
.imgBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgBox.scroll img{top:5%; margin-bottom: 5%; transform: translate(-50%,0%); -webkit-transform: translate(-50%,0%); -moz-transform: translate(-50%,0%); -o-transform: translate(-50%,0%);}
.pos_fixed{position: fixed; width: 100%;}
.imageButton{position: fixed; bottom: 15%; left: 50%; 
	-webkit-transform: translateX(-50%); 
	-moz-transform: translateX(-50%); 
	-ms-transform: translateX(-50%); 
	-o-transform: translateX(-50%); 
	transform: translateX(-50%); 
}
.imageButton span{display: inline-block; cursor:pointer; box-shadow: 0 0 6px rgba(0,0,0,.2);
	-webkit-transition: all ease .2s; 
	-moz-transition: all ease .2s; 
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s; 
	transition: all ease .2s; 
}
.imageButton span:hover{opacity: .8;}
.imageButton span.closeShowPic{ font-size: 40px; border-radius: 100%;font-family: serif; line-height: 1; background-color: #fff; padding: .2em; text-align: center;}
@media screen and (max-width: 768px){/*mobi*/
	.imgBox img{border-width: 10px;}
	.imgBox.scroll img{top:5%; margin-bottom: 10vh;}
}

    .jurisdiction_mask{
        top: 0;
        left: 0;
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0,0.5);
        z-index: 2147483647;
		display:none;
    }
    .jurisdiction_tips{
        width: 400px;
        background: #ffffff;
        position: absolute;
        left: 50%;
        top: 45%;
        -ms-transform:translate(-50%,-50%);
        -webkit-transform:translate(-50%,-50%);
        -o-transform:translate(-50%,-50%);
        -moz-transform:translate(-50%,-50%);
        transform:translate(-50%,-50%);
        padding: 23px 20px;
        box-sizing: border-box;
        text-align: center;
    }
    .jurisdiction_tips img{
        display: block;
        margin: 0 auto;
    }
    .jurisdiction_tips h3{
        font-size: 18px;
        font-weight: 400;
        line-height: 40px;color: #575757;
        text-align: center;
        margin: 5px 0 0;
    }
    .jurisdiction_tips p{
        color: #999;
        font-size: 16px;
        text-align: center;
        font-weight: 300;
        margin: 0;
    }
    .jurisdiction_tips button{
        color: #fff;
        font-size: 12px;
        padding: 10px 0;
        margin: 10px 3px 0;
        background-color: #aaa;
        cursor: pointer;
        display: inline-block;
        box-sizing: border-box;
        border: none;
        outline: none !important;
        width: 98px;
    }
    .jurisdiction_tips .jurisdiction_login{
        background: #ff0099;
    }
    .jurisdiction_tips button:hover{
        opacity: 0.8;
    }
    .jurisdiction_tips_mobile{
        display: none;
    }
    @media screen and (max-width: 450px){
        .jurisdiction_tips{
            width: 80%;
            padding: 20px 15px;
        }
        .jurisdiction_tips p{
            display: none;
        }
        .jurisdiction_tips .jurisdiction_tips_mobile{
            display: block;
        }
        .jurisdiction_tips img{width: 60px;}
        .jurisdiction_tips h3{font-size: 16px;}
        .jurisdiction_tips p{
            font-size: 14px;
        }
        .jurisdiction_tips button{margin-top: 12px;padding: 8px 0;}
    }
/*----------------------电脑板式样式----------------------*/

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {

}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {

}
body{ background-position:left top; }



 #text_style_01_1525671558198{width:31.916666666666664%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:14.75%;top:26.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525671558198{}}   @media screen and (max-width:640px) {#text_style_01_1525671558198{width:96%;top:166.5px;left:2%;display:none;}}  #text_style_01_1525671558198>.view_contents {box-sizing:border-box;font-size:24px;font-family:Microsoft YaHei;text-align:center;color:#0a7234;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525671558198>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1525671558198>.view_contents {box-sizing:border-box;}}

 #image_logo_1525938120056{width:14.000000000000002%;height:92px;position:absolute;left:0.04166666666666667%;top:2px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1525938120056{left:16.996699669967%;width:66.006600660066%;}}   @media screen and (max-width:640px) {#image_logo_1525938120056{width:168px;height:92px;top:0px;left:27.6%;display:none;}} 

 #dh_style_01_1483435618649{width:99.66666666666667%;z-index:999;left:0.16666666666666669%;top:101.97684955596924px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1483435618649{z-index:999;}}   @media screen and (max-width:640px) {#dh_style_01_1483435618649{width:96%;z-index:1000;left:2%;top:219.5px;display:none;}} #dh_style_01_1483435618649 > .view_contents{overflow:visible;}  #dh_style_01_1483435618649  {}
/*----------------------电脑板式样式----------------------*/
#dh_style_01_1483435618649{
	
}
.menuStyle_7 .son2box{width:150px !important;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_01_1483435618649{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	.menuStyle_1 .miniMenu .leftBox .menuUlCopy{padding:0!important;}
}

 #image_logo_1578918550495{width:14.000000000000002%;height:92px;position:absolute;left:0%;top:0px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1578918550495{width:66.006600660066%;display:none;}}   @media screen and (max-width:640px) {#image_logo_1578918550495{width:14.133333333333335%;height:52px;top:11px;left:1.0666666666666667%;display:block;}} 

 #text_style_01_1578918567806{width:31.916666666666664%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:0px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1578918567806{display:none;}}   @media screen and (max-width:640px) {#text_style_01_1578918567806{width:100%;top:10px;left:0%;display:block;}}  #text_style_01_1578918567806>.view_contents {box-sizing:border-box;font-size:24px;font-family:Microsoft YaHei;text-align:center;color:#0a7234;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1578918567806>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1578918567806>.view_contents {box-sizing:border-box;font-size:20px;}}
 #div_includeBlock_1484118319812{width:1200px;height:161.97684955596924px;position:absolute;top:12px;left:calc(50% - 600px);z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1484118319812{height:122px;}}   @media screen and (max-width:640px) {#div_includeBlock_1484118319812{width:100%;height:63px;top:0px;left:0%;display:block;}} #div_includeBlock_1484118319812 > .view_contents{overflow:visible;} 

 #banner_style_01_1579004644432{width:99.81467753891772%;height:419px;position:absolute;top:2px;left:0.18532246108228317%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1579004644432{}}   @media screen and (max-width:640px) {#banner_style_01_1579004644432{width:100%;height:120px;top:63px;left:0%;display:block;}} 

 #dh_style_07_1579004754948{width:99.66666666666667%;z-index:999;left:0%;top:20px;position:absolute;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_07_1579004754948{z-index:999;display:none;}}   @media screen and (max-width:640px) {#dh_style_07_1579004754948{width:96%;z-index:99999999;left:4%;top:7px;display:block;}} #dh_style_07_1579004754948 > .view_contents{overflow:visible;}  #dh_style_07_1579004754948  {}
/*----------------------电脑板式样式----------------------*/
#dh_style_07_1579004754948{
	
}
.menuStyle_7 .son2box{width:150px !important;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_07_1579004754948{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	.menuStyle_1 .miniMenu .leftBox .menuUlCopy{padding:0!important;}
} #comm_layout_header{height:174px;z-index:9;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:123px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:183px;z-index:999;}} #comm_layout_header > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_01_1483406732776{width:100%;position:absolute;top:0px;left:0%;z-index:1;height:596px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1483406732776{height:376px;left:calc(50% - 471.5px);top:0px;z-index:1;}}   @media screen and (max-width:640px) {#image_style_01_1483406732776{width:100%;top:0px;left:0%;height:200px;}} #image_style_01_1483406732776 > .view_contents{overflow:visible;} 

 #div_blank_1502358934582{width:40.758959943780745%;height:187px;position:absolute;top:146.5px;left:29.620520028109627%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1502358934582{left:calc(50% - 192.5px);top:94.5px;}}   @media screen and (max-width:640px) {#div_blank_1502358934582{width:82.64462809917356%;height:108px;top:46px;left:8.67768595041322%;}} #div_blank_1502358934582 > .view_contents{overflow:visible;}  #div_blank_1502358934582  {box-sizing:border-box;background:rgba(0,0,0,.6);} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1502358934582  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1502358934582  {box-sizing:border-box;}}

 #text_style_02_1502358962606{width:30.833333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:215px;left:34.58333333333333%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1502358962606{left:calc(50% - 145.5px);top:191px;}}   @media screen and (max-width:640px) {#text_style_02_1502358962606{width:100%;top:100px;left:0%;z-index:2;}}  #text_style_02_1502358962606>.view_contents {box-sizing:border-box;text-align:center;font-size:38px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1502358962606>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1502358962606>.view_contents {box-sizing:border-box;font-size:30px;line-height:44px;}} #layout_diy_1483081122{height:596px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1483081122{height:376px;}}   @media screen and (max-width:640px) {#layout_diy_1483081122{height:200px;}} 


 #image_style_01_1502355575450{width:1900px;height:91px;position:absolute;top:583px;left:calc(50% - 950px);}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1502355575450{top:40px;left:2.7753844114528103%;}}   @media screen and (max-width:640px) {#image_style_01_1502355575450{width:96.00000000000001%;height:246px;top:32px;left:2.1052631578947367%;z-index:2;display:none;}} #image_style_01_1502355575450 > .view_contents{overflow:visible;} 

 #text_style_02_1502355587190{width:30.833333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:40px;left:34.583333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1502355587190{left:60.18690349946978%;top:40px;}}   @media screen and (max-width:640px) {#text_style_02_1502355587190{width:100%;top:13px;left:0%;z-index:2;}}  #text_style_02_1502355587190>.view_contents {box-sizing:border-box;text-align:center;font-size:38px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1502355587190>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1502355587190>.view_contents {box-sizing:border-box;font-size:24px;line-height:44px;}}

 #text_style_02_1505098670277{width:93.08333333333333%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:103px;left:3.166666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1505098670277{width:45.208333333333336%;}}   @media screen and (max-width:640px) {#text_style_02_1505098670277{width:98%;top:57px;left:1%;}}  #text_style_02_1505098670277>.view_contents {box-sizing:border-box;font-size:22px;line-height:38px;text-indent:2em;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1505098670277>.view_contents {box-sizing:border-box;font-size:20px;}} @media screen and (max-width:640px) { #text_style_02_1505098670277>.view_contents {box-sizing:border-box;font-size:14px;text-indent:2em;line-height:30px;}} #layout_1502355450709{height:674px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1502355450709{}}   @media screen and (max-width:640px) {#layout_1502355450709{height:783px;}} #layout_1502355450709 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_12_1502355918187{width:34.13173652694611%;font-size:46px;color:#333;line-height:50px;font-family:Verdana;position:absolute;top:60px;left:32.93413173652694%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_12_1502355918187{width:33.85093167701863%;left:33.085896076352064%;}}   @media screen and (max-width:640px) {#text_style_12_1502355918187{width:80.26315789473685%;top:18px;left:9.868421052631575%;}}  #text_style_12_1502355918187>.view_contents {box-sizing:border-box;font-size:26px;line-height:44px;text-align:center;background:#999999;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_12_1502355918187>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_12_1502355918187>.view_contents {box-sizing:border-box;text-align:center;font-size:20px;line-height:34px;}}


 #image_style_01_1505098730581{width:52.85714285714286%;height:125px;position:absolute;top:41px;left:21.446428571428573%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1505098730581{left:35.45751633986928%;width:29.08496732026144%;display:block;}}   @media screen and (max-width:640px) {#image_style_01_1505098730581{width:100px;height:100px;top:29px;left:calc(50% - 50px);display:block;}} #image_style_01_1505098730581 > .view_contents{overflow:visible;} 

 #text_style_02_1505098730601{width:94.87179487179486%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:187.5px;left:2.2857142857142856%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1505098730601{left:0%;width:100%;display:block;}}   @media screen and (max-width:640px) {#text_style_02_1505098730601{width:90%;top:135px;left:5.136986301369863%;display:block;}}  #text_style_02_1505098730601>.view_contents {box-sizing:border-box;font-size:30px;text-align:center;line-height:40px;height:40px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1505098730601>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1505098730601>.view_contents {box-sizing:border-box;font-size:14px;line-height:20px;height:20px;}}

 #text_style_02_1505098730612{width:81.53846153846153%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:178px;left:9.230769230769234%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1505098730612{display:block;}}   @media screen and (max-width:640px) {#text_style_02_1505098730612{width:100%;top:155px;left:0%;display:block;}}  #text_style_02_1505098730612>.view_contents {box-sizing:border-box;font-size:24px;text-align:center;line-height:40px;height:40px;color:#747776;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1505098730612>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1505098730612>.view_contents {box-sizing:border-box;font-size:14px;line-height:20px;height:20px;}}

 #text_style_02_1505098730622{width:53.84615384615385%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:225px;left:29.743589743589745%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1505098730622{width:177px;left:27.175245098039213%;top:218px;display:block;}}   @media screen and (max-width:640px) {#text_style_02_1505098730622{width:78.61271676300578%;top:174px;left:18.497109826589593%;display:block;}}  #text_style_02_1505098730622>.view_contents {box-sizing:border-box;font-size:18px;text-align:left;line-height:40px;height:40px;color:#000000;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1505098730622>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1505098730622>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;height:20px;}}

 #image_style_01_1505098730630{width:7.428571428571429%;height:26px;position:absolute;top:232px;left:21.446428571428573%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1505098730630{left:12.386363636363637%;width:12.727272727272727%;top:222.5px;height:31px;display:block;}}   @media screen and (max-width:640px) {#image_style_01_1505098730630{width:20px;height:16px;top:177px;left:2.440068493150685%;display:block;}} #image_style_01_1505098730630 > .view_contents{overflow:visible;} 

 #text_style_02_1505098730637{width:68%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:265px;left:29.743589743589745%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1505098730637{width:183px;left:27.9375%;top:258px;display:block;}}   @media screen and (max-width:640px) {#text_style_02_1505098730637{width:76.30057803468208%;top:194px;left:20.809248554913296%;display:block;}}  #text_style_02_1505098730637>.view_contents {box-sizing:border-box;font-size:18px;text-align:left;line-height:40px;height:40px;color:#000000;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1505098730637>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1505098730637>.view_contents {box-sizing:border-box;font-size:12px;line-height:18px;height:27px;text-align:center;}}

 #image_style_01_1505098730648{width:7.428571428571429%;height:26px;position:absolute;top:272px;left:21.160714285714285%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1505098730648{height:29px;width:32px;left:13.857954545454545%;top:265px;display:block;}}   @media screen and (max-width:640px) {#image_style_01_1505098730648{width:14.383561643835616%;height:18px;top:195px;left:2.215325342465753%;display:block;}} #image_style_01_1505098730648 > .view_contents{overflow:visible;} 
 #div_includeBlock_1505098730341{width:29.166666666666668%;height:259px;position:absolute;top:174px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1505098730341{}}   @media screen and (max-width:640px) {#div_includeBlock_1505098730341{width:45.526315789473685%;height:234px;top:86px;left:2.625%;}}  #div_includeBlock_1505098730341:hover {border-top-style:solid;border-top-color:#00684d;border-right-color:#37c386;border-bottom-color:#00684d;border-left-color:#e5e5e5;border-top-width:4px;border-right-width:2px;border-bottom-width:4px;border-left-width:1px;border-right-style:none;border-bottom-style:solid;border-left-style:solid;box-shadow:#e5e5e5 4px 4px 8px ;} #div_includeBlock_1505098730341  {border-top-width:4px;border-right-width:4px;border-bottom-width:4px;border-left-width:1px;border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent;border-top-style:solid;border-right-style:none;border-bottom-style:solid;border-left-style:solid;} @media screen and (max-width:640px) { #div_includeBlock_1505098730341  {border-left-color:#e5e5e5;box-shadow:#e5e5e5 4px 4px 8px ;border-top-color:#37c386;border-bottom-color:#37c386;}}


 #image_style_01_1505098773653{width:52.85714285714286%;height:125px;position:absolute;top:41px;left:23.285714285714285%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1505098773653{left:35.45751633986928%;width:29.08496732026144%;}}   @media screen and (max-width:640px) {#image_style_01_1505098773653{width:100px;height:100px;top:29px;left:calc(50% - 50px);}} #image_style_01_1505098773653 > .view_contents{overflow:visible;} 

 #text_style_02_1505098773668{width:94.87179487179486%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:187.5px;left:2.2857142857142856%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1505098773668{left:0%;width:100%;display:block;}}   @media screen and (max-width:640px) {#text_style_02_1505098773668{width:90%;top:135px;left:5.136986301369863%;display:block;}}  #text_style_02_1505098773668>.view_contents {box-sizing:border-box;font-size:30px;text-align:center;line-height:40px;height:40px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1505098773668>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1505098773668>.view_contents {box-sizing:border-box;font-size:14px;line-height:20px;height:20px;}}

 #text_style_02_1505098773688{width:81.53846153846153%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:178px;left:9.230769230769234%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1505098773688{display:block;}}   @media screen and (max-width:640px) {#text_style_02_1505098773688{width:100%;top:155px;left:0%;display:block;}}  #text_style_02_1505098773688>.view_contents {box-sizing:border-box;font-size:24px;text-align:center;line-height:40px;height:40px;color:#747776;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1505098773688>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1505098773688>.view_contents {box-sizing:border-box;font-size:14px;line-height:20px;height:20px;}}

 #text_style_02_1505098773700{width:53.84615384615385%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:225px;left:29.743589743589745%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1505098773700{width:177px;left:27.175245098039213%;top:218px;display:block;}}   @media screen and (max-width:640px) {#text_style_02_1505098773700{width:78.61271676300578%;top:174px;left:18.497109826589593%;display:block;}}  #text_style_02_1505098773700>.view_contents {box-sizing:border-box;font-size:18px;text-align:left;line-height:40px;height:40px;color:#000000;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1505098773700>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1505098773700>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;height:20px;}}

 #image_style_01_1505098773708{width:7.428571428571429%;height:26px;position:absolute;top:232px;left:21.446428571428573%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1505098773708{left:12.75%;width:12.363636363636363%;top:222.5px;height:31px;display:block;}}   @media screen and (max-width:640px) {#image_style_01_1505098773708{width:20px;height:16px;top:177px;left:1.8086472602739725%;display:block;}} #image_style_01_1505098773708 > .view_contents{overflow:visible;} 

 #text_style_02_1505098773715{width:69.42857142857143%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:265px;left:29.743589743589745%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1505098773715{width:183px;left:27.9375%;top:258px;display:block;}}   @media screen and (max-width:640px) {#text_style_02_1505098773715{width:76.30057803468208%;top:194px;left:20.809248554913296%;display:block;}}  #text_style_02_1505098773715>.view_contents {box-sizing:border-box;font-size:18px;text-align:left;line-height:40px;height:40px;color:#000000;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1505098773715>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1505098773715>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;height:28px;text-align:center;}}

 #image_style_01_1505098773725{width:7.428571428571429%;height:26px;position:absolute;top:272px;left:21.160714285714285%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1505098773725{height:29px;width:32px;left:13.130681818181818%;top:265px;display:block;}}   @media screen and (max-width:640px) {#image_style_01_1505098773725{width:15.068493150684931%;height:18px;top:195px;left:0.8240582191780822%;display:block;}} #image_style_01_1505098773725 > .view_contents{overflow:visible;} 
 #div_includeBlock_1505098773428{width:29.166666666666668%;height:260px;position:absolute;top:174px;left:35.41666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1505098773428{}}   @media screen and (max-width:640px) {#div_includeBlock_1505098773428{width:45.526315789473685%;height:234px;top:337px;left:2.625%;}}  #div_includeBlock_1505098773428  {border-top-width:4px;border-right-width:4px;border-bottom-width:4px;border-left-width:1px;border-top-style:solid;border-right-style:none;border-bottom-style:solid;border-left-style:solid;border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent;} #div_includeBlock_1505098773428:hover {border-top-width:4px;border-right-width:4px;border-bottom-width:4px;border-left-width:1px;border-top-style:solid;border-right-style:none;border-bottom-style:solid;border-left-style:solid;box-shadow:#e5e5e5 4px 4px 8px ;border-top-color:#00684d;border-right-color:#37c386;border-bottom-color:#00684d;border-left-color:#e5e5e5;} @media screen and (max-width:640px) { #div_includeBlock_1505098773428  {border-left-color:#e5e5e5;box-shadow:#e5e5e5 4px 4px 8px ;border-top-color:#37c386;border-bottom-color:#37c386;}}


 #image_style_01_1505098753020{width:52.85714285714286%;height:125px;position:absolute;top:41px;left:23.285714285714285%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1505098753020{left:35.45751633986928%;width:29.08496732026144%;}}   @media screen and (max-width:640px) {#image_style_01_1505098753020{width:100px;height:100px;top:29px;left:calc(50% - 50px);}} #image_style_01_1505098753020 > .view_contents{overflow:visible;} 

 #text_style_02_1505098753038{width:94.87179487179486%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:187.5px;left:4.857142857142857%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1505098753038{left:0%;width:100%;display:block;}}   @media screen and (max-width:640px) {#text_style_02_1505098753038{width:90%;top:135px;left:5.136986301369863%;display:block;}}  #text_style_02_1505098753038>.view_contents {box-sizing:border-box;font-size:30px;text-align:center;line-height:40px;height:40px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1505098753038>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1505098753038>.view_contents {box-sizing:border-box;font-size:14px;line-height:20px;height:20px;}}

 #text_style_02_1505098753046{width:81.53846153846153%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:178px;left:9.230769230769234%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1505098753046{display:block;}}   @media screen and (max-width:640px) {#text_style_02_1505098753046{width:100%;top:155px;left:0%;display:block;}}  #text_style_02_1505098753046>.view_contents {box-sizing:border-box;font-size:24px;text-align:center;line-height:40px;height:40px;color:#747776;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1505098753046>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1505098753046>.view_contents {box-sizing:border-box;font-size:14px;line-height:20px;height:20px;}}

 #text_style_02_1505098753052{width:53.84615384615385%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:225px;left:29.743589743589745%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1505098753052{width:177px;left:27.175245098039213%;top:218px;display:block;}}   @media screen and (max-width:640px) {#text_style_02_1505098753052{width:78.61271676300578%;top:174px;left:18.497109826589593%;display:block;}}  #text_style_02_1505098753052>.view_contents {box-sizing:border-box;font-size:18px;text-align:left;line-height:40px;height:40px;color:#000000;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1505098753052>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1505098753052>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;height:20px;}}

 #image_style_01_1505098753062{width:7.428571428571429%;height:26px;position:absolute;top:232px;left:21.446428571428573%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1505098753062{left:13.477272727272727%;width:11.636363636363637%;top:222.5px;height:31px;display:block;}}   @media screen and (max-width:640px) {#image_style_01_1505098753062{width:20px;height:16px;top:177px;left:2.504280821917808%;display:block;}} #image_style_01_1505098753062 > .view_contents{overflow:visible;} 

 #text_style_02_1505098753071{width:64.57142857142857%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:265px;left:29.743589743589745%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1505098753071{width:183px;left:27.9375%;top:258px;display:block;}}   @media screen and (max-width:640px) {#text_style_02_1505098753071{width:76.30057803468208%;top:194px;left:20.809248554913296%;display:block;}}  #text_style_02_1505098753071>.view_contents {box-sizing:border-box;font-size:18px;text-align:left;line-height:40px;height:40px;color:#000000;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1505098753071>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1505098753071>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;height:28px;text-align:center;}}

 #image_style_01_1505098753080{width:7.428571428571429%;height:26px;position:absolute;top:272px;left:21.160714285714285%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1505098753080{height:29px;width:32px;left:13.857954545454545%;top:265px;display:block;}}   @media screen and (max-width:640px) {#image_style_01_1505098753080{width:15.068493150684931%;height:18px;top:194px;left:2.2260273972602738%;display:block;}} #image_style_01_1505098753080 > .view_contents{overflow:visible;} 
 #div_includeBlock_1505098752743{width:29.166666666666668%;height:257px;position:absolute;top:174px;left:70.83333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1505098752743{}}   @media screen and (max-width:640px) {#div_includeBlock_1505098752743{width:45.526315789473685%;height:234px;top:86px;left:51.212500000000006%;}}  #div_includeBlock_1505098752743  {border-top-width:4px;border-right-width:4px;border-bottom-width:4px;border-left-width:1px;border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent;border-top-style:solid;border-bottom-style:solid;border-left-style:solid;} #div_includeBlock_1505098752743:hover {border-top-width:4px;border-right-width:4px;border-bottom-width:4px;border-left-width:1px;border-top-style:solid;border-right-style:none;border-bottom-style:solid;border-left-style:solid;border-top-color:#00684d;border-right-color:#37c386;border-bottom-color:#00684d;border-left-color:#e5e5e5;box-shadow:#e5e5e5 4px 4px 8px ;} @media screen and (max-width:640px) { #div_includeBlock_1505098752743  {border-left-color:#e5e5e5;box-shadow:#e5e5e5 4px 4px 8px ;border-top-color:#37c386;border-bottom-color:#37c386;}} #layout_1495439751653{height:477px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1495439751653{height:534px;}}   @media screen and (max-width:640px) {#layout_1495439751653{height:607px;}} #layout_1495439751653 > .view_contents{overflow:visible;max-width:1200px;} 



 #text_default_1576669635962{width:17.985012489592005%;height:184px;position:absolute;left:55.79595129059117%;top:23.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1576669635962{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_default_1576669635962{width:46.99999999999999%;top:10px;left:2%;}} 

 #image_style_01_1576669690025{width:12.816326530612246%;height:151px;position:absolute;left:81.83544962531224%;top:26px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1576669690025{left:0%;width:100%;}}   @media screen and (max-width:640px) {#image_style_01_1576669690025{display:none;}} #image_style_01_1576669690025 > .view_contents{overflow:visible;} 

 #text_default_1577101849150{width:42.298084929225645%;height:171px;position:absolute;top:16px;left:4.329725228975854%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1577101849150{}}   @media screen and (max-width:640px) {#text_default_1577101849150{width:96%;height:190px;top:0px;left:0%;display:none;}} 
 #div_a_includeBlock_1576669619204{width:100.08333333333333%;height:313px;position:absolute;top:61.484375px;left:-0.04166666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1576669619204{}}   @media screen and (max-width:640px) {#div_a_includeBlock_1576669619204{width:100%;height:194px;top:316px;left:0%;display:none;}} #div_a_includeBlock_1576669619204 > .view_contents{overflow:visible;} 

 #div_blank_new05_1578023086984{width:103.08333333333333%;position:absolute;top:22.484375px;left:-1.5416666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1578023086984{}}   @media screen and (max-width:640px) {#div_blank_new05_1578023086984{width:96%;top:283px;left:2%;display:none;}}  #div_blank_new05_1578023086984  {box-sizing:border-box;} #div_blank_new05_1578023086984 .roundcs {border-width:3px;border-color:#fcfbf9;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1578023086984  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1578023086984  {box-sizing:border-box;}}

 #text_default_1578918881572{width:17.985012489592005%;height:184px;position:absolute;left:55.79595129059117%;top:23.5px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1578918881572{left:0%;width:100%;display:none;}}   @media screen and (max-width:640px) {#text_default_1578918881572{width:97.86666666666667%;top:10px;left:1.866666666666667%;display:block;}} 

 #image_style_01_1578918924785{width:12.816326530612246%;height:151px;position:absolute;left:0%;top:20px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578918924785{width:100%;display:none;}}   @media screen and (max-width:640px) {#image_style_01_1578918924785{display:block;width:34.93333333333333%;left:58.13333333333334%;top:46.5px;height:111px;}} #image_style_01_1578918924785 > .view_contents{overflow:visible;}  #comm_layout_footer{height:374.484375px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{display:block;height:233px;}}   @media screen and (max-width:640px) {#comm_layout_footer{display:block;height:194px;}} #comm_layout_footer > .view_contents{max-width:1200px;overflow:visible;}  #comm_layout_footer  {background:#729680;}
.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;*/
/*菜单样式*/
.menuStyle_7{width:100%; position:relative;}
.menuStyle_7 *{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_7 .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_7 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_7 ul,.menuStyle_7 li{padding:0;margin:0px;list-style:none}
.menuStyle_7 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_7 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_7 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_7 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_7 .menuUl>li{position:relative;z-index: 3;}
.menuStyle_7 .menuUl>li>a{text-decoration:none; color:#4d5158;font-size:14px;height:60px; box-sizing:border-box; line-height:60px;display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #333; background:linear-gradient(0deg,#e7e7e7,#fefefe);}
.menuStyle_7 .menuUl #hot{z-index: 3;}
.menuStyle_7 .menuUl #hot>a{color:#0091db; background: #e7e7e7;border:1px solid #ddd;border-bottom:none;}
.menuStyle_7 .menuLayout .miniMenu{display:none;}
.menuStyle_7 .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); background: #f5f5f5;}
.menuStyle_7 .menuUl .rflex:hover .menuUl02 {opacity: 1; display: block; height: auto;}
.menuStyle_7 .menuUl02 .subMenu02 { float: none; position: relative;}
.menuStyle_7 .menuUl02 .subMenu02>a { display: block; color: #4d5158; width: 130px; font-size:14px; line-height: 40px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 15px;}
.menuStyle_7 .menuUl02 .subMenu02>a:hover {background: #eee;}
.menuStyle_7 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_7 .menuUl03{position: absolute; background: #f5f5f5; left: 130px; top: 0; display: none;}
.menuStyle_7 .menuUl03 .subMenu03{color: #333; width: 130px; padding: 0 15px; line-height: 40px;}
.menuStyle_7 .menuUl03 .subMenu03:hover{background: #eee;}
.menuStyle_7 .menuUl03 .subMenu03>a{ color: inherit; background: inherit; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.menuStyle_7 .rflex { position: relative;}

.menuStyle_7 .menuson2{width: 100%;min-width:680px;position: absolute;text-align: left;top: calc(100% - 2px);background: linear-gradient(180deg,#e7e7e7,#fefefe); padding:0 20px;padding-bottom:25px;z-index:2;border:1px solid #ddd;  display:none;}
.menuStyle_7 .sondiv{width:60%;float:left;}
.menuStyle_7 .son2box{width:85px;float:left;}
.menuStyle_7 .son2{color:#666;font-weight:bold;padding: 5px 2px;}
.menuStyle_7 .son2:hover{background: #0091db;color:#fff;}
.menuStyle_7 .son3box{float:left;width:calc(100% - 85px); vertical-align:middle;}
.menuStyle_7 .son3box a{color:#999;margin:0 10px;display: inline; padding:5px 2px;}
.menuStyle_7 .son3box a:hover{background: #0091db;color:#fff;}
.menuStyle_7 .bcimg{float:right;width:35%;margin-top:15px;}
.menuStyle_7 .bcimg img{width:100%;}
.menuStyle_7 .showbox{line-height:35px;border-bottom:1px solid #c6c6c6;}
.menuStyle_7 .clearhr{border:none;clear:both;}
.menuStyle_7 .mainMenuSet:hover{color:#0091db; background: #e7e7e7;border:1px solid #ddd;border-bottom:none;z-index: 5;}
@media screen and (max-width:640px) {
.menuStyle_7 .menuUl,
.menuStyle_7 .menuUl_box {display:none;}
.menuStyle_7 .menuScroll{height: 84%; height: 84vh; width: 100%;}
.menuStyle_7 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_7 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_7 .miniMenu .leftBox .sidebar{font-size:24px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_7 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_7 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_7 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_7 .miniMenu .leftBox .menuUlCopy{padding:15px 0 15px 30px; clear: both;}
.menuStyle_7 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;} 
.menuStyle_7 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden;color:#4d5158;font-size:16px; line-height:44px;}
.menuStyle_7 .miniMenu .leftBox .menuUlCopy li a{width:calc(100% - 50px); float: left; display:block; text-align:left;color:inherit;  text-decoration:none; font-size:inherit; line-height:inherit; height: inherit; white-space: nowrap;overflow: hidden; text-overflow: ellipsis;border-bottom:1px solid rgba(0,0,0,.1);} 
.menuStyle_7 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; display: block; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit;}
.menuStyle_7 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.1);}
.menuStyle_7 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(255,255,255,.85); position: fixed; width: 100%; top: 0; left: 0;}
.menuStyle_7 .menuLayout .miniMenu.Mslide .sidebar{color:#4d5158; background: rgba(0,0,0,.05);}
.menuStyle_7 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


	
#dh_style_01_1483435618649 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}


.logoStyle *{box-sizing: border-box;}
.logoStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.logoStyle>a{overflow: hidden; width: 100%;height: 100%; display: block;}
.logoName{white-space: nowrap;} 
/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/

/* banner样式 */

.bannerStyle_1{width:100%; height:100%; position:relative;}
.bannerStyle_1 .main_visual{height:100%; overflow:hidden; position:relative; }

.bannerStyle_1 .main_image{height:100%; overflow:hidden; position:relative; }

/* 圆点 */
.bannerStyle_1 div.flicking_con{position:absolute; bottom:20px; left:0; z-index:999; width:100%; height:14px; text-align:center; z-index: 105;}
.bannerStyle_1 div.flicking_con a{width:14px; height:14px; padding:0; background:none; border:1px solid white; display:inline-block; box-sizing:border-box; margin:0 3px; border-radius:100%; }
.bannerStyle_1 div.flicking_con a.on{background:white; border:0;}

/* 左右按钮 */
.bannerStyle_1 .btn_prev,.bannerStyle_1 .btn_next{z-index:11111; position:absolute; width:73px; height:74px; top:50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); display:none; }
.bannerStyle_1 .btn_prev{background:url(../img/banner/style_01/hover_left.png) no-repeat left top; left:20px; background-size: 80%;}
.bannerStyle_1 .btn_next{background:url(../img/banner/style_01/hover_right.png) no-repeat right top; right:20px; background-size: 80%;}

/* 遮罩面板 */
.bannerStyle_1 .ground_glass{display:none; position:absolute; top:0; left:0; opacity:0; width:100%; height:100%; z-index:998; background-color:#fff;}

@media screen and  (min-width:326px) and (max-width:767px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
}
@media screen and  (max-width:640px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
	.bannerStyle_1 .btn_prev, .bannerStyle_1 .btn_next{width:53px; height:54px;}
}

/* 默认 动画效果 */
.bannerStyle_1 .main_image .img-list{width:100%; height:100%; overflow:hidden; position:absolute; top:0; left:0}
.bannerStyle_1 .main_image .img-item{position:absolute; width:100%; height:100%; display:block; top:0;}
.bannerStyle_1 .main_image .img-item span{display:block; width:100%; height:100%; background-size:cover !important;}
.bannerStyle_1 .main_image .img-item a{display:block; width:100%; height:100%; overflow: hidden;}

/* 3D矩形旋转 动画效果 */
.bannerStyle_1.rotate-3d .img-part{
	position: absolute;
	top: 0;
	width: calc(20% + 1px);	/* [注意] 修改为总宽度 / 动画块个数 */
	height: 100%;
	background-color: #fff;
	transition: all .7s;
	/* 设置子元素在3D空间中呈现 */
	transform-style: preserve-3d;
}
.bannerStyle_1.rotate-3d .img-part .img{
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: 500% auto;	/* [注意] 宽度 为 动画块个数 * 100%, 这样图片可以分若干份后始终100%, 如果不需要这样, 可以设置为cover */
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(1){
	transform: rotateX(0deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(2){
	transform: rotateX(-90deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(3){
	transform: rotateX(-180deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(4){
	transform: rotateX(-270deg) translateZ(150px);
}


.img_url{ position:absolute; width:100%; height:100%; left:0; top:0; display:block; z-index: 100;}
	
            #banner_style_01_1579004644432 .bannerStyle_1 .main_image .img-item .img_0{background: url('../img/upimages/2214332.png') center top no-repeat;}
                #banner_style_01_1579004644432 .bannerStyle_1 .main_image .img-item .img_1{background: url('../img/upimages/banner2.jpg') center top no-repeat;}
                #banner_style_01_1579004644432 .bannerStyle_1 .main_image .img-item .img_2{background: url('https://cdn.yun.sooce.cn/1/268/png/157741541589815b1b8996fc4edbc.png?version=0') center top no-repeat;}
                #banner_style_01_1579004644432 .bannerStyle_1 .main_image .img-item .img_3{background: url('https://cdn.yun.sooce.cn/1/268/png/1577415415899130bc7d37a82369c.png?version=0') center top no-repeat;}
                #banner_style_01_1579004644432 .bannerStyle_1 .ground_glass{}
    
    #banner_style_01_1579004644432 .bannerStyle_1 .main_image .img-item span{background-size:100% auto!important;}
    @media screen and (min-width:641px) and (max-width:1200px) {
    #banner_style_01_1579004644432 .bannerStyle_1 .main_image .img-item span{background-size:100% auto!important;}
    }

    @media screen and (max-width:640px) {
    #banner_style_01_1579004644432 .bannerStyle_1 .main_image .img-item span{background-size:100% auto!important;}    }
/*菜单样式*/
.menuStyle_7{width:100%; position:relative;}
.menuStyle_7 *{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_7 .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_7 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_7 ul,.menuStyle_7 li{padding:0;margin:0px;list-style:none}
.menuStyle_7 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_7 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_7 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_7 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_7 .menuUl>li{position:relative;z-index: 3;}
.menuStyle_7 .menuUl>li>a{text-decoration:none; color:#4d5158;font-size:14px;height:60px; box-sizing:border-box; line-height:60px;display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #333; background:linear-gradient(0deg,#e7e7e7,#fefefe);}
.menuStyle_7 .menuUl #hot{z-index: 3;}
.menuStyle_7 .menuUl #hot>a{color:#0091db; background: #e7e7e7;border:1px solid #ddd;border-bottom:none;}
.menuStyle_7 .menuLayout .miniMenu{display:none;}
.menuStyle_7 .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); background: #f5f5f5;}
.menuStyle_7 .menuUl .rflex:hover .menuUl02 {opacity: 1; display: block; height: auto;}
.menuStyle_7 .menuUl02 .subMenu02 { float: none; position: relative;}
.menuStyle_7 .menuUl02 .subMenu02>a { display: block; color: #4d5158; width: 130px; font-size:14px; line-height: 40px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 15px;}
.menuStyle_7 .menuUl02 .subMenu02>a:hover {background: #eee;}
.menuStyle_7 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_7 .menuUl03{position: absolute; background: #f5f5f5; left: 130px; top: 0; display: none;}
.menuStyle_7 .menuUl03 .subMenu03{color: #333; width: 130px; padding: 0 15px; line-height: 40px;}
.menuStyle_7 .menuUl03 .subMenu03:hover{background: #eee;}
.menuStyle_7 .menuUl03 .subMenu03>a{ color: inherit; background: inherit; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.menuStyle_7 .rflex { position: relative;}

.menuStyle_7 .menuson2{width: 100%;min-width:680px;position: absolute;text-align: left;top: calc(100% - 2px);background: linear-gradient(180deg,#e7e7e7,#fefefe); padding:0 20px;padding-bottom:25px;z-index:2;border:1px solid #ddd;  display:none;}
.menuStyle_7 .sondiv{width:60%;float:left;}
.menuStyle_7 .son2box{width:85px;float:left;}
.menuStyle_7 .son2{color:#666;font-weight:bold;padding: 5px 2px;}
.menuStyle_7 .son2:hover{background: #0091db;color:#fff;}
.menuStyle_7 .son3box{float:left;width:calc(100% - 85px); vertical-align:middle;}
.menuStyle_7 .son3box a{color:#999;margin:0 10px;display: inline; padding:5px 2px;}
.menuStyle_7 .son3box a:hover{background: #0091db;color:#fff;}
.menuStyle_7 .bcimg{float:right;width:35%;margin-top:15px;}
.menuStyle_7 .bcimg img{width:100%;}
.menuStyle_7 .showbox{line-height:35px;border-bottom:1px solid #c6c6c6;}
.menuStyle_7 .clearhr{border:none;clear:both;}
.menuStyle_7 .mainMenuSet:hover{color:#0091db; background: #e7e7e7;border:1px solid #ddd;border-bottom:none;z-index: 5;}
@media screen and (max-width:640px) {
.menuStyle_7 .menuUl,
.menuStyle_7 .menuUl_box {display:none;}
.menuStyle_7 .menuScroll{height: 84%; height: 84vh; width: 100%;}
.menuStyle_7 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_7 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_7 .miniMenu .leftBox .sidebar{font-size:24px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_7 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_7 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_7 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_7 .miniMenu .leftBox .menuUlCopy{padding:15px 0 15px 30px; clear: both;}
.menuStyle_7 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;} 
.menuStyle_7 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden;color:#4d5158;font-size:16px; line-height:44px;}
.menuStyle_7 .miniMenu .leftBox .menuUlCopy li a{width:calc(100% - 50px); float: left; display:block; text-align:left;color:inherit;  text-decoration:none; font-size:inherit; line-height:inherit; height: inherit; white-space: nowrap;overflow: hidden; text-overflow: ellipsis;border-bottom:1px solid rgba(0,0,0,.1);} 
.menuStyle_7 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; display: block; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit;}
.menuStyle_7 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.1);}
.menuStyle_7 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(255,255,255,.85); position: fixed; width: 100%; top: 0; left: 0;}
.menuStyle_7 .menuLayout .miniMenu.Mslide .sidebar{color:#4d5158; background: rgba(0,0,0,.05);}
.menuStyle_7 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


	
#dh_style_07_1579004754948 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}



	#image_style_01_1483406732776 .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_1483406732776 .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_1483406732776 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1483406732776 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_1502355575450 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1502355575450 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1502355575450 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1502355575450 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_1505098730581 .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_1505098730581 .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_1505098730581 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1505098730581 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_1505098730630 .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_1505098730630 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1505098730630 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1505098730630 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_1505098730648 .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_1505098730648 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1505098730648 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1505098730648 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_1505098773653 .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_1505098773653 .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_1505098773653 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1505098773653 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_1505098773708 .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_1505098773708 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1505098773708 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1505098773708 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_1505098773725 .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_1505098773725 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1505098773725 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1505098773725 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_1505098753020 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1505098753020 .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_1505098753020 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1505098753020 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_1505098753062 .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_1505098753062 .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_1505098753062 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1505098753062 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_1505098753080 .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_1505098753080 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1505098753080 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1505098753080 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_1576669690025 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1576669690025 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1576669690025 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1576669690025 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;}
.blank_new05.blank_area {
  width:100%;
	padding-top: 10px;padding-bottom: 10px;
}
.blank_new05 .roundcs {
  position: relative;
	
	border-bottom: none!important;
	border-right: none!important;
	border-left: none!important;
	border:1px solid #1badf8;
}
	
	#image_style_01_1578918924785 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578918924785 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1578918924785 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1578918924785 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;}
