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

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

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

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

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

body{ background-position:left top; }



 #image_logo_1527920211216{width:170px;height:28px;position:absolute;left:0.9166666666666666%;top:24px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1527920211216{left:1.9999337221633087%;width:15.69459172852598%;top:30px;}}   @media screen and (max-width:640px) {#image_logo_1527920211216{width:37.333333333333336%;height:27px;top:18px;left:3.208333333333333%;z-index:1000;}} 

 #text_style_01_1565934762778{width:23.583333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:16.5px;left:76.41666666666667%;z-index:4;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1565934762778{left:74.65701219512195%;top:21.5px;}}   @media screen and (max-width:640px) {#text_style_01_1565934762778{width:96%;top:0px;left:0%;display:none;}}  #text_style_01_1565934762778>.view_contents {box-sizing:border-box;font-size:24px;font-family:Microsoft YaHei;color:#4ba0f4;font-weight:bold;text-align:right;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1565934762778>.view_contents {box-sizing:border-box;font-size:22px;}} @media screen and (max-width:640px) { #text_style_01_1565934762778>.view_contents {box-sizing:border-box;font-size:18px;text-align:center;}}
 #div_a_includeBlock_1527920163316{width:1200px;height:76px;position:absolute;top:0px;left:calc(50% - 600px);z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1527920163316{width:100%;left:0%;height:92px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1527920163316{width:100%;height:65px;top:0px;left:0%;z-index:1;}} #div_a_includeBlock_1527920163316 > .view_contents{overflow:visible;} 

 #div_blank_1502349457717{width:2880px;height:1px;position:absolute;top:82px;left:calc(50% - 1440px);z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1502349457717{height:1px;}}   @media screen and (max-width:640px) {#div_blank_1502349457717{height:1px;display:none;z-index:2;top:124px;}} #div_blank_1502349457717 > .view_contents{overflow:visible;}  #div_blank_1502349457717  {box-sizing:border-box;background:#e5e5e5;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1502349457717  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1502349457717  {box-sizing:border-box;}}

 #dh_style_11_1527920971718{width:49%;z-index:999;position:absolute;left:34.041666666666664%;top:18px;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_11_1527920971718{z-index:999;left:28.06534994697773%;width:50.79533404029692%;top:20px;}}   @media screen and (max-width:640px) {#dh_style_11_1527920971718{width:12.266666666666666%;z-index:1001;top:11px;left:86.26666666666667%;}} #dh_style_11_1527920971718 > .view_contents{overflow:visible;}  #dh_style_11_1527920971718 .mainMenuSet {color:#cccccc;font-size:14px;line-height:30px;} #dh_style_11_1527920971718 #hot>a {color:#999999;font-size:14px;background:transparent;} #dh_style_11_1527920971718 .mainMenuSet:hover {background:transparent;color:#999999;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_11_1527920971718 .mainMenuSet {font-size:14px;line-height:24px;}} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_11_1527920971718 #hot>a {font-size:14px;}} @media screen and (max-width:640px) { #dh_style_11_1527920971718 .mainMenuSet {padding-left:10px;line-height:42px;}} @media screen and (max-width:640px) { #dh_style_11_1527920971718 #hot>a {background:#0765c9;color:#ffffff;font-weight:normal;border-bottom-width:0px;border-bottom-style:none;}}
/*----------------------电脑板式样式----------------------*/
#dh_style_11_1527920971718{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_11_1527920971718{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_11_1527920971718{
		
	}
} #comm_layout_header{height:98px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:99px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:65px;}} #comm_layout_header > .view_contents{overflow:visible;max-width:1200px;}  #comm_layout_header  {background-repeat:no-repeat;background-size:100% auto;background-position-x:0%;background-position-y:0%;background:#ffffff;}


 #image_style_01_1528094136147{width:100%;height:340px;position:absolute;top:0px;left:0%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1528094136147{height:398px;}}   @media screen and (max-width:640px) {#image_style_01_1528094136147{width:100%;height:190px;top:0px;left:0%;z-index:1;}} #image_style_01_1528094136147 > .view_contents{overflow:visible;} 



 #text_style_02_1565938215231{width:59.08333333333333%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:70px;left:4.222222222222222%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1565938215231{width:100%;}}   @media screen and (max-width:640px) {#text_style_02_1565938215231{width:60.53333333333333%;top:11px;left:4.533333333333333%;}}  #text_style_02_1565938215231>.view_contents {box-sizing:border-box;color:#ffffff;font-size:32px;text-align:left;} #text_style_02_1565938215231 .roundcs {border-width:7px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1565938215231>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1565938215231>.view_contents {box-sizing:border-box;font-size:20px;line-height:40px;letter-spacing:3px;}}

 #div_blank_new16_1565938224260{width:3.5555555555555554%;position:absolute;left:4.222222222222222%;top:132px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new16_1565938224260{width:3.4254143646408837%;}}   @media screen and (max-width:640px) {#div_blank_new16_1565938224260{width:32px;top:58px;left:4.533333333333333%;}}  #div_blank_new16_1565938224260  {box-sizing:border-box;} #div_blank_new16_1565938224260 .roundcs {border-color:#ffffff;border-width:2px;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new16_1565938224260  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new16_1565938224260  {box-sizing:border-box;}}

 #text_style_02_1565938343502{width:64.08333333333334%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:140px;left:4.222222222222222%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1565938343502{width:100%;}}   @media screen and (max-width:640px) {#text_style_02_1565938343502{width:61.86666666666667%;top:77.5px;left:4.533333333333333%;}}  #text_style_02_1565938343502>.view_contents {box-sizing:border-box;font-size:16px;color:#efefef;text-align:left;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1565938343502>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1565938343502>.view_contents {box-sizing:border-box;font-size:16px;line-height:20px;}}

 #text_style_02_1528094570552{width:59.08333333333333%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:65px;left:2.458333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1528094570552{width:34.585635359116026%;left:3.893301104972376%;top:51px;}}   @media screen and (max-width:640px) {#text_style_02_1528094570552{width:61.86666666666667%;top:21px;left:6.133333333333333%;}}  #text_style_02_1528094570552>.view_contents {box-sizing:border-box;color:#ffffff;font-size:32px;text-align:left;} #text_style_02_1528094570552 .roundcs {border-width:7px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1528094570552>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1528094570552>.view_contents {box-sizing:border-box;font-size:20px;line-height:40px;letter-spacing:3px;}}

 #text_style_02_1528094570556{width:64.08333333333334%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:131px;left:2.347222222222222%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1528094570556{width:26.74033149171271%;left:3.893301104972376%;top:125px;}}   @media screen and (max-width:640px) {#text_style_02_1528094570556{width:74.66666666666667%;top:83px;left:6.133333333333333%;}}  #text_style_02_1528094570556>.view_contents {box-sizing:border-box;font-size:16px;color:#efefef;text-align:left;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1528094570556>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1528094570556>.view_contents {box-sizing:border-box;font-size:16px;line-height:20px;}}

 #div_blank_new16_1565938051694{width:3.5555555555555554%;position:absolute;left:2.458333333333333%;top:126px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new16_1565938051694{left:3.893301104972376%;width:4.41988950276243%;top:111px;}}   @media screen and (max-width:640px) {#div_blank_new16_1565938051694{width:39px;top:61px;left:6.133333333333333%;}}  #div_blank_new16_1565938051694  {box-sizing:border-box;} #div_blank_new16_1565938051694 .roundcs {border-color:#ffffff;border-width:2px;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new16_1565938051694  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new16_1565938051694  {box-sizing:border-box;}}

 #text_style_02_1528094570566{width:64.08333333333334%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:93px;left:11.625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1528094570566{width:39.668508287292816%;top:109px;left:14.585635359116022%;}}   @media screen and (max-width:640px) {#text_style_02_1528094570566{width:59.199999999999996%;top:51.5px;left:2.933333333333333%;}}  #text_style_02_1528094570566>.view_contents {box-sizing:border-box;font-size:25px;color:#efefef;text-align:left;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1528094570566>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1528094570566>.view_contents {box-sizing:border-box;font-size:16px;line-height:20px;}}

 #text_style_02_1528094570570{width:75.33333333333333%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:36px;left:0.5555555555555556%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1528094570570{width:53.591160220994475%;top:47px;left:3.6464088397790055%;}}   @media screen and (max-width:640px) {#text_style_02_1528094570570{width:80%;top:11.5px;left:2.933333333333333%;}}  #text_style_02_1528094570570>.view_contents {box-sizing:border-box;color:#ffffff;font-size:26px;text-align:left;letter-spacing:0px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1528094570570>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1528094570570>.view_contents {box-sizing:border-box;font-size:20px;line-height:40px;letter-spacing:0px;}} #tab_style_03_1528094570272{width:900px;height:293px;position:absolute;top:24px;left:calc(50% - 450px);z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#tab_style_03_1528094570272{height:342px;left:2%;top:23.5px;width:96%;}}   @media screen and (max-width:640px) {#tab_style_03_1528094570272{width:100%;height:163px;top:13.5px;left:0%;z-index:2;}} #tab_style_03_1528094570272 > .view_contents{overflow:hidden;}  #tab_style_03_1528094570272 .tabconSet {background:transparent;} #tab_style_03_1528094570272 .tabCurItem {color:#ffffff;background:#bee3d1;} #tab_style_03_1528094570272 .tabItemSet {font-size:30px;color:#ffffff;background:transparent;} #tab_style_03_1528094570272 .tabItemSet.tabCurItem {background:transparent;color:#ffaa56;} #tab_style_03_1528094570272  {border-top-left-radius:21px;border-top-right-radius:21px;border-bottom-left-radius:21px;border-bottom-right-radius:21px;} #tab_style_03_1528094570272 .arrowLeftSet {background: url(/userimg/952/tableft.png);background-position-x:100%;background-position-y:100%;background-repeat:no-repeat;background-size:cover;} #tab_style_03_1528094570272 .arrowRightSet {background: url(/userimg/952/tabright.png);background-position-x:50%;background-position-y:50%;background-repeat:no-repeat;background-size:auto 100%;} #layout_diy_1527920099{height:340px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1527920099{height:398px;}}   @media screen and (max-width:640px) {#layout_diy_1527920099{height:190px;}} #layout_diy_1527920099 > .view_contents{max-width:1200px;} 


 #text_style_01_1565857810954{width:31.93877551020408%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:69px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1565857810954{top:71.5px;left:1.4846235418875928%;}}   @media screen and (max-width:640px) {#text_style_01_1565857810954{width:96%;top:23px;left:1.4666666666666666%;}}  #text_style_01_1565857810954>.view_contents {box-sizing:border-box;font-family:Arial;font-size:18px;text-align:left;color:#999999;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1565857810954>.view_contents {box-sizing:border-box;font-size:18px;}} @media screen and (max-width:640px) { #text_style_01_1565857810954>.view_contents {box-sizing:border-box;font-size:18px;}}

 #div_blank_1565858296842{width:2880px;height:1px;position:absolute;top:36px;left:calc(50% - 1440px);z-index:9999;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1565858296842{}}   @media screen and (max-width:640px) {#div_blank_1565858296842{height:1px;display:none;z-index:2;width:100%;left:0%;top:32px;}} #div_blank_1565858296842 > .view_contents{overflow:visible;}  #div_blank_1565858296842  {box-sizing:border-box;background:#e5e5e5;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1565858296842  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1565858296842  {box-sizing:border-box;}}

 #text_style_01_1565858390052{width:31.93877551020408%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:69px;left:55.829427083333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1565858390052{top:72px;left:56.253313891834566%;}}   @media screen and (max-width:640px) {#text_style_01_1565858390052{width:96%;top:357px;left:3.8666666666666667%;}}  #text_style_01_1565858390052>.view_contents {box-sizing:border-box;font-family:Arial;font-size:18px;text-align:left;color:#999999;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1565858390052>.view_contents {box-sizing:border-box;font-size:18px;}} @media screen and (max-width:640px) { #text_style_01_1565858390052>.view_contents {box-sizing:border-box;font-size:18px;}}

 #newsList_style_01_1565858426046{width:46.916666666666664%;position:absolute;top:129px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_01_1565858426046{left:1.893889183457052%;width:454px;top:118px;}}   @media screen and (max-width:640px) {#newsList_style_01_1565858426046{width:94.13333333333334%;top:68px;left:3.0666666666666664%;}}  #newsList_style_01_1565858426046 .titleSet {margin-bottom:7px;padding-left:10px;padding-top:0px;margin-top:0px;font-size:15px;} #newsList_style_01_1565858426046 .detailSet {font-size:14px;padding-left:10px;padding-top:10px;padding-right:0px;padding-bottom:0px;} #newsList_style_01_1565858426046 .sortSet {padding-left:10px;} #newsList_style_01_1565858426046 .modSet {padding-bottom:16px;padding-right:0px;margin-bottom:24px;} #newsList_style_01_1565858426046 .riSet {color:#0765c9;} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_01_1565858426046 .titleSet {font-size:14px;padding-left:6px;margin-bottom:0px;padding-top:2px;}} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_01_1565858426046 .detailSet {font-size:12px;padding-left:6px;padding-top:10px;}} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_01_1565858426046 .modSet {margin-bottom:19px;padding-bottom:18px;}} @media screen and (max-width:640px) { #newsList_style_01_1565858426046 .titleSet {font-size:15px;padding-left:6px;margin-bottom:0px;}} @media screen and (max-width:640px) { #newsList_style_01_1565858426046 .detailSet {font-size:12px;padding-left:6px;padding-top:8px;}} @media screen and (max-width:640px) { #newsList_style_01_1565858426046 .modSet {padding-bottom:4px;margin-bottom:12px;}}
/*----------------------电脑板式样式----------------------*/
#newsList_style_01_1565858426046{
	
}
#newsList_style_01_1565858426046 .boxNewsListStyle_1 .sumary_list .newDetail {text-overflow: clip;  white-space: normal; overflow: visible; }
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_01_1565858426046{
		
	}
#newsList_style_01_1565858426046 .boxNewsListStyle_1 .sumary_list .newName{width: calc(98% - 80px);}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#newsList_style_01_1565858426046{
		
	}
}

 #image_style_01_1565858730077{width:44%;height:255px;position:absolute;top:134px;left:55.977864583333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1565858730077{top:124px;left:55.94015111346765%;height:237px;}}   @media screen and (max-width:640px) {#image_style_01_1565858730077{width:94.66666666666667%;height:175.64963503649633px;top:403px;left:2.8000000000000003%;}} #image_style_01_1565858730077 > .view_contents{overflow:visible;}  @media screen and (min-width:641px) and (max-width:1200px) { #image_style_01_1565858730077>.view_contents {font-size:18px;}} #layout_1565857783164{height:507px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1565857783164{height:434px;}}   @media screen and (max-width:640px) {#layout_1565857783164{height:610px;}} #layout_1565857783164 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1565926228422{height:300px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1565926228422{display:none;}}   @media screen and (max-width:640px) {#layout_1565926228422{height:10px;display:none;}} #layout_1565926228422 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1565926230430{width:56.166666666666664%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:70px;left:5.583333333333333%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1565926230430{width:579px;left:1.6967126193001063%;top:50px;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1565926230430{width:96%;top:202.8810530129211px;left:2%;display:block;}}  #text_style_01_1565926230430>.view_contents {box-sizing:border-box;font-family:Arial;font-size:48px;text-align:center;line-height:48px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1565926230430>.view_contents {box-sizing:border-box;font-size:40px;}} @media screen and (max-width:640px) { #text_style_01_1565926230430>.view_contents {box-sizing:border-box;font-size:22px;line-height:24px;}}

 #text_style_01_1565926230449{width:17.083333333333332%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:232px;left:13.958333333333334%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1565926230449{top:191px;left:12.897667020148463%;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1565926230449{width:96%;top:338.8810530129211px;left:2%;display:block;}}  #text_style_01_1565926230449>.view_contents {box-sizing:border-box;color:#b2b2b2;font-family:Microsoft YaHei;font-size:14px;text-align:right;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1565926230449>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1565926230449>.view_contents {box-sizing:border-box;font-size:12px;text-align:center;color:#cccccc;}}

 #text_style_01_1565926230454{width:23.583333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:218px;left:31.583333333333336%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1565926230454{top:182px;left:30.522600742311774%;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1565926230454{width:96%;top:296.8810530129211px;left:2%;display:block;}}  #text_style_01_1565926230454>.view_contents {box-sizing:border-box;font-size:24px;font-family:Microsoft YaHei;color:#4ba0f4;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1565926230454>.view_contents {box-sizing:border-box;font-size:22px;}} @media screen and (max-width:640px) { #text_style_01_1565926230454>.view_contents {box-sizing:border-box;font-size:18px;text-align:center;}}

 #image_style_01_1565926230460{width:28.166666666666668%;height:354px;position:absolute;top:-30px;left:65.16666666666666%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1565926230460{height:292px;top:-28px;left:65.59020413573701%;display:none;}}   @media screen and (max-width:640px) {#image_style_01_1565926230460{width:46.99999999999999%;height:192.8810530129211px;top:10px;left:22.8%;display:block;}} #image_style_01_1565926230460 > .view_contents{overflow:visible;} 

 #text_style_01_1565926230465{width:41.66666666666667%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:76px;left:0%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1565926230465{width:50.72916666666667%;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1565926230465{width:96%;top:236.8810530129211px;left:2%;display:block;}}  #text_style_01_1565926230465>.view_contents {box-sizing:border-box;font-size:18px;font-family:Microsoft YaHei;text-align:center;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1565926230465>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1565926230465>.view_contents {box-sizing:border-box;font-size:14px;}}
/*----------------------电脑板式样式----------------------*/
#text_style_01_1565926230465{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1565926230465{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_01_1565926230465{
		
	}
} #layout_1565926230429{height:324px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1565926230429{height:264px;display:none;}}   @media screen and (max-width:640px) {#layout_1565926230429{height:369.8810530129211px;display:block;}} #layout_1565926230429 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1565926230429  {background: url(../img/upimages/pkgimg/pkgimg/other/500055566_banner22hh.jpg);background-size:auto 100%;background-position-x:50%;}


 #text_style_01_1565859228256{width:59.38775510204082%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:46px;left:4.925063775510204%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1565859228256{width:579px;left:1.6967126193001063%;top:50px;}}   @media screen and (max-width:640px) {#text_style_01_1565859228256{width:56.8%;top:35.140625px;left:3.3291666666666666%;}}  #text_style_01_1565859228256>.view_contents {box-sizing:border-box;font-family:Arial;font-size:47px;text-align:center;line-height:48px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1565859228256>.view_contents {box-sizing:border-box;font-size:40px;}} @media screen and (max-width:640px) { #text_style_01_1565859228256>.view_contents {box-sizing:border-box;font-size:22px;line-height:24px;}}

 #text_style_01_1565859228270{width:45.816326530612244%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:152px;left:11.71077806122449%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1565859228270{width:487px;left:6.574761399787911%;top:125px;}}   @media screen and (max-width:640px) {#text_style_01_1565859228270{width:99.84375%;top:66px;left:0%;display:none;}}  #text_style_01_1565859228270>.view_contents {box-sizing:border-box;font-size:18px;font-family:Microsoft YaHei;text-align:center;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1565859228270>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1565859228270>.view_contents {box-sizing:border-box;font-size:12px;}}
/*----------------------电脑板式样式----------------------*/
#text_style_01_1565859228270{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1565859228270{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_01_1565859228270{
		
	}
}

 #text_style_01_1565859228275{width:17.083333333333332%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:226px;left:13.957270408163266%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1565859228275{top:191px;left:12.897667020148463%;}}   @media screen and (max-width:640px) {#text_style_01_1565859228275{width:45.86666666666667%;top:168.140625px;left:8.795833333333333%;}}  #text_style_01_1565859228275>.view_contents {box-sizing:border-box;color:#b2b2b2;font-family:Microsoft YaHei;font-size:14px;text-align:right;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1565859228275>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1565859228275>.view_contents {box-sizing:border-box;font-size:12px;text-align:center;color:#cccccc;}}

 #text_style_01_1565859228281{width:23.583333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:218px;left:31.583333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1565859228281{top:182px;left:30.522600742311774%;display:block;}}   @media screen and (max-width:640px) {#text_style_01_1565859228281{width:58.13333333333334%;top:183.140625px;left:2.658333333333333%;}}  #text_style_01_1565859228281>.view_contents {box-sizing:border-box;font-size:24px;font-family:Microsoft YaHei;color:#4ba0f4;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1565859228281>.view_contents {box-sizing:border-box;font-size:22px;}} @media screen and (max-width:640px) { #text_style_01_1565859228281>.view_contents {box-sizing:border-box;font-size:20px;text-align:center;}}

 #image_style_01_1565859228285{width:26.42857142857143%;height:324px;position:absolute;top:-30px;left:65.16666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1565859228285{height:292px;top:-28px;left:65.59020413573701%;}}   @media screen and (max-width:640px) {#image_style_01_1565859228285{width:46.99999999999999%;height:188.14517374517368px;top:12px;left:51.06666666666667%;}} #image_style_01_1565859228285 > .view_contents{overflow:visible;} 

 #text_style_01_1565859228289{width:41.66666666666667%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:76px;left:0%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1565859228289{width:50.72916666666667%;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1565859228289{width:61.06666666666667%;top:98.140625px;left:1.1958333333333333%;display:block;}}  #text_style_01_1565859228289>.view_contents {box-sizing:border-box;font-size:18px;font-family:Microsoft YaHei;text-align:center;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1565859228289>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1565859228289>.view_contents {box-sizing:border-box;font-size:14px;}}
/*----------------------电脑板式样式----------------------*/
#text_style_01_1565859228289{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1565859228289{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_01_1565859228289{
		
	}
} #layout_1565859228255{height:294px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1565859228255{height:264px;}}   @media screen and (max-width:640px) {#layout_1565859228255{height:248px;display:none;}} #layout_1565859228255 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1565859228255  {background-size:100% auto;background-position-x:50%;background-repeat:no-repeat!important;} #layout_1565859228255>.view_contents {background: url(../img/upimages/pkgimg/20190815171452249.jpg);background-repeat:repeat!important;background-position:50% 50% !important;background-size:100% auto;} @media screen and (max-width:640px) { #layout_1565859228255>.view_contents {background-repeat:no-repeat!important;background-size:auto 100%;}}


 #text_style_01_1527921660465{width:16.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:70px;left:41.75%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527921660465{top:50px;left:41.72852598091198%;display:block;}}   @media screen and (max-width:640px) {#text_style_01_1527921660465{width:33.68421052631579%;top:30px;left:33.1578947368421%;display:none;}}  #text_style_01_1527921660465>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:28px;text-align:center;border-right-style:solid;border-left-style:solid;border-left-width:3px;border-right-width:3px;border-right-color:#0765c9;border-left-color:#0765c9;line-height:36px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527921660465>.view_contents {box-sizing:border-box;font-size:22px;line-height:32px;}} @media screen and (max-width:640px) { #text_style_01_1527921660465>.view_contents {box-sizing:border-box;font-size:18px;line-height:24px;border-right-width:2px;border-left-width:2px;}}

 #text_style_01_1527921846558{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:120px;left:34.58333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527921846558{left:calc(50% - 145.5px);top:92px;}}   @media screen and (max-width:640px) {#text_style_01_1527921846558{width:96%;top:60px;left:2%;display:none;}}  #text_style_01_1527921846558>.view_contents {box-sizing:border-box;font-family:Arial;font-size:16px;text-align:center;color:#999999;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527921846558>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1527921846558>.view_contents {box-sizing:border-box;font-size:12px;}}

 #div_blank_1565857573960{width:2880px;height:1px;position:absolute;top:20px;left:calc(50% - 1440px);z-index:9999;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1565857573960{height:1px;}}   @media screen and (max-width:640px) {#div_blank_1565857573960{height:1px;display:none;z-index:2;}} #div_blank_1565857573960 > .view_contents{overflow:visible;}  #div_blank_1565857573960  {box-sizing:border-box;background:#e5e5e5;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1565857573960  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1565857573960  {box-sizing:border-box;}}

 #text_style_01_1565925919476{width:31.93877551020408%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:92px;left:34.03061224489796%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1565925919476{top:92px;left:2%;width:96%;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1565925919476{width:96%;top:36px;left:2%;display:block;}}  #text_style_01_1565925919476>.view_contents {box-sizing:border-box;font-family:Arial;font-size:18px;text-align:left;color:#999999;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1565925919476>.view_contents {box-sizing:border-box;font-size:18px;}} @media screen and (max-width:640px) { #text_style_01_1565925919476>.view_contents {box-sizing:border-box;font-size:18px;}} #layout_1527920111677{height:209px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1527920111677{height:160px;display:none;}}   @media screen and (max-width:640px) {#layout_1527920111677{height:79px;display:block;}} #layout_1527920111677 > .view_contents{overflow:visible;max-width:1200px;} 




 #productList_style_01_1527922654154{width:100%;position:absolute;left:0%;top:35px;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_01_1527922654154{left:1.5890392781316347%;width:97.0276008492569%;top:0px;}}   @media screen and (max-width:640px) {#productList_style_01_1527922654154{width:94.66666666666667%;top:10.5px;left:2.533333333333333%;}} #productList_style_01_1527922654154 > .view_contents{overflow:visible;}  #productList_style_01_1527922654154 .modSet {text-align:center;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#0765c9;border-right-color:#0765c9;border-bottom-color:#0765c9;border-left-color:#0765c9;background:#0765c9;color:#ffffff;} #productList_style_01_1527922654154 .titleSet {color:#ffffff;font-size:16px;} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_01_1527922654154 .titleSet {font-size:14px;}} @media screen and (max-width:640px) { #productList_style_01_1527922654154 .titleSet {font-size:12px;line-height:12px;height:16px;margin-bottom:0px;}} @media screen and (max-width:640px) { #productList_style_01_1527922654154 .modSet {margin-bottom:0px;padding-bottom:0px;}} @media screen and (max-width:640px) { #productList_style_01_1527922654154 .detailSet {margin-bottom:0px;}}
/*----------------------电脑板式样式----------------------*/
#productList_style_01_1527922654154{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1527922654154{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#productList_style_01_1527922654154{
		
	}
}

 #productList_style_01_1528090878669{width:100%;position:absolute;left:0%;top:21px;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_01_1528090878669{width:96%;left:2.014846235418876%;top:0px;}}   @media screen and (max-width:640px) {#productList_style_01_1528090878669{width:93.33333333333333%;top:7px;left:2.5625%;}} #productList_style_01_1528090878669 > .view_contents{overflow:visible;}  #productList_style_01_1528090878669 .modSet {text-align:center;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#0765c9;border-right-color:#0765c9;border-bottom-color:#0765c9;border-left-color:#0765c9;background:#0765c9;color:#ffffff;} #productList_style_01_1528090878669 .titleSet {color:#ffffff;font-size:16px;} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_01_1528090878669 .titleSet {font-size:14px;}} @media screen and (max-width:640px) { #productList_style_01_1528090878669 .titleSet {font-size:12px;line-height:12px;height:16px;margin-bottom:0px;}} @media screen and (max-width:640px) { #productList_style_01_1528090878669 .modSet {margin-bottom:0px;padding-bottom:0px;}} #tab_style_03_1527922294378{width:99.89795918367346%;height:323px;position:absolute;top:104px;left:0.10204081632653061%;}   @media screen and (min-width:641px) and (max-width:1200px) {#tab_style_03_1527922294378{height:233px;}}   @media screen and (max-width:640px) {#tab_style_03_1527922294378{width:100%;height:380.5px;top:2px;left:0%;}}  #tab_style_03_1527922294378:active {background:transparent;} #tab_style_03_1527922294378  {background:transparent;} #tab_style_03_1527922294378 .tabItemSet {background:#000000;color:#ffffff;font-size:14px;} #tab_style_03_1527922294378 .tabCurItem {background:#0066cc;} #tab_style_03_1527922294378 .current .tabItemSet {background:transparent;} #tab_style_03_1527922294378:hover {background:transparent;}
/*----------------------电脑板式样式----------------------*/
#tab_style_03_1527922294378{
	
}
#tab_style_03_1527922294378 .tab_main{background-color:transparent;}
#tab_style_03_1527922294378 .tab_nav_bottom{display:none!important;}
#tab_style_03_1527922294378 .tab_box_bottom{height: calc(100% - 0px);bottom: 0px;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#tab_style_03_1527922294378{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#tab_style_03_1527922294378{
		
	}
}

 #text_style_01_1565920604705{width:31.93877551020408%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:74px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1565920604705{top:55px;left:1.0604453870625663%;}}   @media screen and (max-width:640px) {#text_style_01_1565920604705{width:96%;top:382.5px;left:2%;display:none;}}  #text_style_01_1565920604705>.view_contents {box-sizing:border-box;font-family:Arial;font-size:18px;text-align:left;color:#999999;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1565920604705>.view_contents {box-sizing:border-box;font-size:18px;}} @media screen and (max-width:640px) { #text_style_01_1565920604705>.view_contents {box-sizing:border-box;font-size:12px;}}

 #text_style_01_1565936751202{width:31.93877551020408%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:92px;left:34.03061224489796%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1565936751202{top:92px;left:2%;width:96%;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1565936751202{width:96%;top:395px;left:2%;display:block;}}  #text_style_01_1565936751202>.view_contents {box-sizing:border-box;font-family:Arial;font-size:18px;text-align:left;color:#999999;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1565936751202>.view_contents {box-sizing:border-box;font-size:18px;}} @media screen and (max-width:640px) { #text_style_01_1565936751202>.view_contents {box-sizing:border-box;font-size:18px;}} #layout_1527922000080{height:427px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1527922000080{height:355px;}}   @media screen and (max-width:640px) {#layout_1527922000080{height:439px;}} #layout_1527922000080 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1527924237229{width:16.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:70px;left:41.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527924237229{top:50px;left:41.72852598091198%;}}   @media screen and (max-width:640px) {#text_style_01_1527924237229{width:33.68421052631579%;top:30px;left:33.1578947368421%;display:none;}}  #text_style_01_1527924237229>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:28px;text-align:center;border-right-style:solid;border-left-style:solid;border-left-width:3px;border-right-width:3px;border-right-color:#0765c9;border-left-color:#0765c9;line-height:36px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527924237229>.view_contents {box-sizing:border-box;font-size:22px;line-height:32px;}} @media screen and (max-width:640px) { #text_style_01_1527924237229>.view_contents {box-sizing:border-box;font-size:18px;line-height:24px;border-right-width:2px;border-left-width:2px;}}

 #text_style_01_1527924237236{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:120px;left:34.58333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527924237236{left:calc(50% - 145.5px);top:92px;}}   @media screen and (max-width:640px) {#text_style_01_1527924237236{width:96%;top:60px;left:2%;display:none;}}  #text_style_01_1527924237236>.view_contents {box-sizing:border-box;font-family:Arial;font-size:16px;text-align:center;color:#cccccc;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527924237236>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1527924237236>.view_contents {box-sizing:border-box;font-size:12px;}}


 #image_style_01_1527924424335{width:83.33333333333334%;height:103px;position:absolute;left:8.326822916666666%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527924424335{left:17.039106145251395%;width:66.006600660066%;height:82px;}}   @media screen and (max-width:640px) {#image_style_01_1527924424335{width:65.36312849162012%;height:62px;top:12px;left:17.16720779220779%;}} #image_style_01_1527924424335 > .view_contents{overflow:visible;} 

 #text_style_01_1527924467254{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:118px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527924467254{left:9.497206703910614%;width:81.00558659217877%;top:93px;}}   @media screen and (max-width:640px) {#text_style_01_1527924467254{width:96%;top:81px;left:1.948051948051948%;}}  #text_style_01_1527924467254>.view_contents {box-sizing:border-box;font-size:18px;text-align:center;font-family:Microsoft YaHei;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527924467254>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1527924467254>.view_contents {box-sizing:border-box;font-size:14px;}}

 #text_style_01_1527924507132{width:82.08333333333333%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:8.958333333333334%;top:171px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527924507132{left:6.983240223463687%;width:86.03351955307262%;top:134px;}}   @media screen and (max-width:640px) {#text_style_01_1527924507132{width:88%;top:116px;left:6%;}}  #text_style_01_1527924507132>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:15px;text-align:center;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527924507132>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1527924507132>.view_contents {box-sizing:border-box;font-size:12px;}}
 #div_a_includeBlock_1527924386087{width:20%;height:250px;position:absolute;top:210px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1527924386087{width:19%;left:2%;height:197px;top:160px;display:block;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1527924386087{width:47%;height:171px;top:34px;left:1.9958333333333336%;}}  @media screen and (max-width:640px) { #div_a_includeBlock_1527924386087  {border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#cccccc;border-right-color:#cccccc;border-bottom-color:#cccccc;border-left-color:#cccccc;}}


 #image_style_01_1527925097728{width:83.33333333333334%;height:103px;position:absolute;left:8.326822916666666%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527925097728{left:17.039106145251395%;width:66.006600660066%;height:82px;}}   @media screen and (max-width:640px) {#image_style_01_1527925097728{width:65.36312849162012%;height:62px;top:12px;left:17.16720779220779%;}} #image_style_01_1527925097728 > .view_contents{overflow:visible;} 

 #text_style_01_1527925097735{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:118px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527925097735{left:9.497206703910614%;width:81.00558659217877%;top:93px;}}   @media screen and (max-width:640px) {#text_style_01_1527925097735{width:96%;top:81px;left:1.948051948051948%;}}  #text_style_01_1527925097735>.view_contents {box-sizing:border-box;font-size:18px;text-align:center;font-family:Microsoft YaHei;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527925097735>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1527925097735>.view_contents {box-sizing:border-box;font-size:14px;}}

 #text_style_01_1527925097741{width:82.08333333333333%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:8.958333333333334%;top:171px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527925097741{left:6.983240223463687%;width:86.03351955307262%;top:134px;}}   @media screen and (max-width:640px) {#text_style_01_1527925097741{width:88%;top:116px;left:6%;}}  #text_style_01_1527925097741>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:15px;text-align:center;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527925097741>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1527925097741>.view_contents {box-sizing:border-box;font-size:12px;}}
 #div_a_includeBlock_1527925097585{width:20%;height:250px;position:absolute;top:210px;left:20%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1527925097585{width:19%;height:197px;left:21.249917152704136%;top:160px;display:block;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1527925097585{width:47%;height:171px;top:34px;left:51%;display:block;}}  @media screen and (max-width:640px) { #div_a_includeBlock_1527925097585  {border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#cccccc;border-right-color:#cccccc;border-bottom-color:#cccccc;border-left-color:#cccccc;}}


 #image_style_01_1527925105544{width:83.33333333333334%;height:103px;position:absolute;left:8.326822916666666%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527925105544{left:17.039106145251395%;width:66.006600660066%;height:82px;}}   @media screen and (max-width:640px) {#image_style_01_1527925105544{width:65.36312849162012%;height:62px;top:12px;left:17.16720779220779%;}} #image_style_01_1527925105544 > .view_contents{overflow:visible;} 

 #text_style_01_1527925105553{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:118px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527925105553{left:9.497206703910614%;width:81.00558659217877%;top:93px;}}   @media screen and (max-width:640px) {#text_style_01_1527925105553{width:96%;top:81px;left:1.948051948051948%;}}  #text_style_01_1527925105553>.view_contents {box-sizing:border-box;font-size:18px;text-align:center;font-family:Microsoft YaHei;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527925105553>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1527925105553>.view_contents {box-sizing:border-box;font-size:14px;}}

 #text_style_01_1527925105558{width:82.08333333333333%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:8.958333333333334%;top:171px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527925105558{left:6.983240223463687%;width:86.03351955307262%;top:134px;}}   @media screen and (max-width:640px) {#text_style_01_1527925105558{width:88%;top:116px;left:6%;}}  #text_style_01_1527925105558>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:15px;text-align:center;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527925105558>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1527925105558>.view_contents {box-sizing:border-box;font-size:12px;}}
 #div_a_includeBlock_1527925105387{width:20%;height:250px;position:absolute;top:210px;left:40%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1527925105387{width:19%;height:197px;left:40.499900583244965%;top:160px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1527925105387{width:47%;height:171px;top:212px;left:1.9958333333333336%;}}  @media screen and (max-width:640px) { #div_a_includeBlock_1527925105387  {border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#cccccc;border-right-color:#cccccc;border-bottom-color:#cccccc;border-left-color:#cccccc;}}


 #image_style_01_1527925111883{width:83.33333333333334%;height:103px;position:absolute;left:8.326822916666666%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527925111883{left:17.039106145251395%;width:66.006600660066%;height:82px;}}   @media screen and (max-width:640px) {#image_style_01_1527925111883{width:65.36312849162012%;height:62px;top:12px;left:17.16720779220779%;}} #image_style_01_1527925111883 > .view_contents{overflow:visible;} 

 #text_style_01_1527925111893{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:118px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527925111893{left:9.497206703910614%;width:81.00558659217877%;top:93px;}}   @media screen and (max-width:640px) {#text_style_01_1527925111893{width:96%;top:81px;left:1.948051948051948%;}}  #text_style_01_1527925111893>.view_contents {box-sizing:border-box;font-size:18px;text-align:center;font-family:Microsoft YaHei;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527925111893>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1527925111893>.view_contents {box-sizing:border-box;font-size:14px;}}

 #text_style_01_1527925111896{width:82.08333333333333%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:8.958333333333334%;top:171px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527925111896{left:6.983240223463687%;width:86.03351955307262%;top:134px;}}   @media screen and (max-width:640px) {#text_style_01_1527925111896{width:88%;top:116px;left:6%;}}  #text_style_01_1527925111896>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:15px;text-align:center;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527925111896>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1527925111896>.view_contents {box-sizing:border-box;font-size:12px;}}
 #div_a_includeBlock_1527925111698{width:20%;height:250px;position:absolute;top:210px;left:60%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1527925111698{width:19%;height:197px;left:59.749884013785795%;top:160px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1527925111698{width:47%;height:171px;top:212px;left:51%;}}  @media screen and (max-width:640px) { #div_a_includeBlock_1527925111698  {border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#cccccc;border-right-color:#cccccc;border-bottom-color:#cccccc;border-left-color:#cccccc;}}


 #image_style_01_1527925324451{width:83.33333333333334%;height:103px;position:absolute;left:8.326822916666666%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527925324451{left:17.039106145251395%;width:66.006600660066%;height:82px;}}   @media screen and (max-width:640px) {#image_style_01_1527925324451{width:65.36312849162012%;height:62px;top:12px;left:17.16720779220779%;}} #image_style_01_1527925324451 > .view_contents{overflow:visible;} 

 #text_style_01_1527925324461{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:118px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527925324461{left:9.497206703910614%;width:81.00558659217877%;top:93px;}}   @media screen and (max-width:640px) {#text_style_01_1527925324461{width:96%;top:81px;left:1.948051948051948%;}}  #text_style_01_1527925324461>.view_contents {box-sizing:border-box;font-size:18px;text-align:center;font-family:Microsoft YaHei;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527925324461>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1527925324461>.view_contents {box-sizing:border-box;font-size:14px;}}

 #text_style_01_1527925324465{width:82.08333333333333%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:8.958333333333334%;top:171px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527925324465{left:6.983240223463687%;width:86.03351955307262%;top:134px;}}   @media screen and (max-width:640px) {#text_style_01_1527925324465{width:88%;top:116px;left:6%;}}  #text_style_01_1527925324465>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:15px;text-align:center;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527925324465>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1527925324465>.view_contents {box-sizing:border-box;font-size:12px;}}
 #div_a_includeBlock_1527925324296{width:20%;height:250px;position:absolute;top:210px;left:80%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1527925324296{width:19%;height:197px;left:78.99986744432663%;top:160px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1527925324296{width:47%;height:171px;top:220px;left:53%;display:none;}}  @media screen and (max-width:640px) { #div_a_includeBlock_1527925324296  {border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#cccccc;border-right-color:#cccccc;border-bottom-color:#cccccc;border-left-color:#cccccc;}} #layout_1527924237227{height:497px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1527924237227{height:380px;display:none;}}   @media screen and (max-width:640px) {#layout_1527924237227{height:421px;display:block;}} #layout_1527924237227 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1527924237227  {background: url(../img/upimages/pkgimg/pkgimg/other/500867786.jpg);background-size:auto 100%;background-position-x:50%;}


 #text_style_02_1527932288760{width:77.14285714285715%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:188px;left:11.428571428571429%;z-index:4;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1527932288760{}}   @media screen and (max-width:640px) {#text_style_02_1527932288760{width:96%;top:23px;left:2%;}}  #text_style_02_1527932288760>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:12px;color:#7f7f7f;line-height:22px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1527932288760>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1527932288760>.view_contents {box-sizing:border-box;text-align:center;font-size:12px;}}

 #div_blank_1565862369498{width:2880px;height:1px;position:absolute;top:12px;left:calc(50% - 1440px);z-index:10002;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1565862369498{}}   @media screen and (max-width:640px) {#div_blank_1565862369498{height:1px;display:none;z-index:2;width:100%;left:0%;top:32px;}} #div_blank_1565862369498 > .view_contents{overflow:visible;}  #div_blank_1565862369498  {box-sizing:border-box;background:#e5e5e5;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1565862369498  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1565862369498  {box-sizing:border-box;}}

 #text_style_01_1565862909646{width:50.204081632653065%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:42.5px;left:0%;z-index:4;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1565862909646{left:1.9999337221633087%;top:40.5px;}}   @media screen and (max-width:640px) {#text_style_01_1565862909646{width:96%;font-size:12px;color:#333;line-height:1.6;top:506.1451737451737px;left:2%;display:none;}}  #text_style_01_1565862909646>.view_contents {font-size:20px;color:#666666;}

 #text_style_01_1565919451472{width:23.583333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:38px;left:76.42857142857142%;z-index:4;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1565919451472{top:42.5px;left:74.31899522799576%;}}   @media screen and (max-width:640px) {#text_style_01_1565919451472{width:96%;top:464.1451737451737px;left:2%;display:none;}}  #text_style_01_1565919451472>.view_contents {box-sizing:border-box;font-size:24px;font-family:Microsoft YaHei;color:#4ba0f4;font-weight:bold;text-align:right;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1565919451472>.view_contents {box-sizing:border-box;font-size:22px;}} @media screen and (max-width:640px) { #text_style_01_1565919451472>.view_contents {box-sizing:border-box;font-size:18px;text-align:center;}}

 #div_blank_1565919532523{width:2880px;height:1px;position:absolute;top:109px;left:calc(50% - 1440px);z-index:10002;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1565919532523{}}   @media screen and (max-width:640px) {#div_blank_1565919532523{height:1px;display:none;z-index:2;width:100%;left:0%;top:32px;}} #div_blank_1565919532523 > .view_contents{overflow:visible;}  #div_blank_1565919532523  {box-sizing:border-box;background:#e5e5e5;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1565919532523  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1565919532523  {box-sizing:border-box;}}

 #div_blank_1565919677952{width:2880px;height:1px;position:absolute;top:160px;left:calc(50% - 1440px);z-index:10002;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1565919677952{}}   @media screen and (max-width:640px) {#div_blank_1565919677952{height:1px;display:none;z-index:2;width:100%;left:0%;top:124px;}} #div_blank_1565919677952 > .view_contents{overflow:visible;}  #div_blank_1565919677952  {box-sizing:border-box;background:#e5e5e5;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1565919677952  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1565919677952  {box-sizing:border-box;}}

 #dh_style_11_1565919869212{width:43.583333333333336%;z-index:1;position:absolute;left:28.214285714285715%;top:111px;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_11_1565919869212{z-index:999;left:26.776246023329797%;width:46.447507953340406%;top:112.5px;}}   @media screen and (max-width:640px) {#dh_style_11_1565919869212{width:15%;z-index:1001;top:6px;left:85%;display:none;}} #dh_style_11_1565919869212 > .view_contents{overflow:visible;}  #dh_style_11_1565919869212 .mainMenuSet {color:#7f7f7f;font-size:12px;line-height:30px;font-weight:normal;} #dh_style_11_1565919869212 #hot>a {color:#7f7f7f;font-size:14px;background:transparent;} #dh_style_11_1565919869212 .mainMenuSet:hover {background:transparent;color:#7f7f7f;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_11_1565919869212 .mainMenuSet {font-size:14px;line-height:24px;}} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_11_1565919869212 #hot>a {font-size:14px;}} @media screen and (max-width:640px) { #dh_style_11_1565919869212 .mainMenuSet {padding-left:10px;line-height:42px;}} @media screen and (max-width:640px) { #dh_style_11_1565919869212 #hot>a {background:#0765c9;color:#ffffff;font-weight:normal;border-bottom-width:0px;border-bottom-style:none;}}
/*----------------------电脑板式样式----------------------*/
#dh_style_11_1565919869212{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_11_1565919869212{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_11_1565919869212{
		
	}
}

 #div_blank_new19_1565920088764{height:19px;width:4.8979591836734695%;position:absolute;top:127px;left:36.37755102040816%;z-index:4;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new19_1565920088764{}}   @media screen and (max-width:640px) {#div_blank_new19_1565920088764{height:50px;top:336px;left:39.2%;width:81px;display:none;}}  #div_blank_new19_1565920088764  {box-sizing:border-box;} #div_blank_new19_1565920088764:hover {} #div_blank_new19_1565920088764 .modSet:hover {background:#999999;} #div_blank_new19_1565920088764 .roundcs {border-color:#cccccc;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new19_1565920088764  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new19_1565920088764  {box-sizing:border-box;}}

 #div_blank_new19_1565920213432{height:19px;width:4.8979591836734695%;position:absolute;top:126.5px;left:45.56122448979592%;z-index:4;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new19_1565920213432{}}   @media screen and (max-width:640px) {#div_blank_new19_1565920213432{height:50px;top:156px;left:39.2%;width:81px;display:none;}}  #div_blank_new19_1565920213432  {box-sizing:border-box;} #div_blank_new19_1565920213432:hover {} #div_blank_new19_1565920213432 .modSet:hover {background:#999999;} #div_blank_new19_1565920213432 .roundcs {border-color:#cccccc;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new19_1565920213432  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new19_1565920213432  {box-sizing:border-box;}}

 #div_blank_new19_1565920227239{height:19px;width:4.8979591836734695%;position:absolute;top:126.5px;left:54.54081632653062%;z-index:4;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new19_1565920227239{}}   @media screen and (max-width:640px) {#div_blank_new19_1565920227239{height:50px;top:216px;left:39.2%;width:81px;display:none;}}  #div_blank_new19_1565920227239  {box-sizing:border-box;} #div_blank_new19_1565920227239:hover {} #div_blank_new19_1565920227239 .modSet:hover {background:#999999;} #div_blank_new19_1565920227239 .roundcs {border-color:#cccccc;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new19_1565920227239  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new19_1565920227239  {box-sizing:border-box;}}

 #div_blank_new19_1565920253674{height:19px;width:4.8979591836734695%;position:absolute;top:126.5px;left:63.21428571428571%;z-index:4;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new19_1565920253674{}}   @media screen and (max-width:640px) {#div_blank_new19_1565920253674{height:50px;top:276px;left:39.2%;width:81px;display:none;}}  #div_blank_new19_1565920253674  {box-sizing:border-box;} #div_blank_new19_1565920253674:hover {} #div_blank_new19_1565920253674 .modSet:hover {background:#999999;} #div_blank_new19_1565920253674 .roundcs {border-color:#cccccc;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new19_1565920253674  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new19_1565920253674  {box-sizing:border-box;}} #comm_layout_footer{height:254px;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:192.5px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:89px;}} #comm_layout_footer > .view_contents{overflow:visible;max-width:1200px;} 
.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_11{width:100%; position:relative;}
.menuStyle_11 *{box-sizing: border-box;}
.menuStyle_11 .miniMenu *,
.menuStyle_11 .menuUl li *{
	-webkit-transition-duration:.2s; -moz-transition-duration:.2s; -o-transition-duration:.2s; transition-duration:.2s;
	-webkit-transition-property:background,height,padding; -moz-transition-property:background,height,padding; -moz-transition-property:background,height,padding; transition-property:background,height,padding;
	-webkit-transition-timing-function:ease-out; -moz-transition-timing-function:ease-out; -o-transition-timing-function:ease-out; transition-timing-function:ease-out;
}
.menuStyle_11 .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_11 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_11 ul,.menuStyle_11 li{padding:0;margin:0px;list-style:none}
.menuStyle_11 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_11 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_11 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_11 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_11 .menuUl>li{position:relative;}
.menuStyle_11 .menuUl>li>a{position: relative; text-decoration:none;font-size:14px; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #333; padding: 10px 0; padding: 10px 1em\0;}
.menuStyle_11 .menuUl>li>a:hover{background: rgba(0,0,0,.05);}
.menuStyle_11 .menuUl #hot>a{color: #2d93ff;}
.menuStyle_11 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_11 .menuUl #hot>a span{color:inherit;}
/*.menuStyle_11 .menuUl>li>a i{position: absolute; right: 10px; top: 50%; -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%);}*/
.menuStyle_11 .menuLayout .miniMenu{display:none;}
.menuStyle_11 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; background: #fff; width: 100%; height: 0; box-shadow: 0 0 8px rgba(0,0,0,0.2); transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_11 .menuUl>li>#menuLogo{height: 85%;}

.menuStyle_11 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;}
.menuStyle_11 .menuUl.noHover .rflex:hover .menuUl02{display: none;}

.menuStyle_11 .menuUl02 .subMenu02 {position: relative; color: #4d5158; font-size:14px; line-height: 40px; padding: 0 15px;}
.menuStyle_11 .menuUl02 .subMenu02.subCurSet{background: #2f94ff; color: #fff;}
.menuStyle_11 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_11 .menuUl02 .subMenu02:hover {background: #2d93ff; color: #fff;}
.menuStyle_11 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}
.menuStyle_11 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_11 .menuUl03{position: absolute; background: #2f94ff; /*left需要js获取二级的宽*/ top: 0; display: none; box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.22);}
.menuStyle_11 .menuUl03 .subMenu03{color: #fff; padding: 0 15px; line-height: 40px;}
.menuStyle_11 .menuUl03 .subMenu03:hover{background:rgba(0, 0, 0, 0.1);}
.menuStyle_11 .menuUl03 .subMenu03.thrCurSet{background: rgba(0, 0, 0, 0.1);}
.menuStyle_11 .menuUl03 .subMenu03>a{ color: inherit; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.menuStyle_11 .rflex { position: relative;}
.menuStyle_11 .maxWidth{margin: auto;}
.menuStyle_11 .menuUl03 .subMenu03.thrCurSet{background: rgba(0, 0, 0, 0.1);}

.menuStyle_11 .subBox{position: absolute; left: 0; /*top通过JS获取菜单高度*/ width: 100%; background: rgba(238, 238, 238, 0.85); display: none;}
.menuStyle_11 .subBox .subBoxContent{padding: 15px; text-align: left; overflow: hidden;}
.menuStyle_11 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_11 .subBox .sublm{float: left; width: calc(100% - 440px); min-height: 10px;}
.menuStyle_11 .subBox .sublm>div{clear: both; overflow: hidden; margin: 8px 0;}
.menuStyle_11 .subBox .subImgsbox{float: left; width: 440px;/*这个宽可被设置*/ height: 160px;}
.menuStyle_11 .subBox .subImgsbox>a{display: block; height: 100%; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}
.menuStyle_11 .subBox .subImgsbox>a:last-child{margin-left: 0;}
.menuStyle_11 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}
.menuStyle_11 .subBox .subImgsbox>a>div.subImg span{position: absolute; bottom: 0; left: 0; width: 100%; display: block; padding: 5px; background: rgba(255,255,255,.8); color: #333; font-size: 12px;}
.menuStyle_11 .subBox p{overflow: hidden; float: left;}
.menuStyle_11 .subBox p:first-child{margin-right: 10px; width: 100px;}
.menuStyle_11 .subBox p:last-child{width: calc(100% - 110px);}
.menuStyle_11 .subBox .subMenu02{font-size: 14px; margin-bottom: 5px; clear: both; color: #333; line-height: 28px;}
.menuStyle_11 .subBox .subMenu02.subCurSet{color: #2d93ff;}
.menuStyle_11 .subBox .subMenu02:hover,
.menuStyle_11 .subBox .subMenu02:active{color: #2d93ff;}
.menuStyle_11 .subBox .subMenu03{float: left; margin: 5px 20px 5px 0; font-size: 12px; color: #666;}
.menuStyle_11 .subBox .subMenu03:hover,
.menuStyle_11 .subBox .subMenu03:active{color: #2d93ff;}
.menuStyle_11 .subBox .subMenu03.thrCurSet{color: #2d93ff;}


/*图标*/
.menuStyle_11 .imgIco{vertical-align: middle; display:inline-block; overflow:hidden; position:relative; padding:15px;  box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}
.menuStyle_11 .imgIco img{width:auto; height:100%; vertical-align: top;  position:absolute; top:50%; left:50%;  transform:translateY(-50%) translateX(-50%); -webkit-transform:translateY(-50%) translateX(-50%); -moz-transform:translateY(-50%) translateX(-50%); -ms-transform:translateY(-50%) translateX(-50%); -o-transform:translateY(-50%);}




@media screen and (max-width:640px) {
.menuStyle_11 .imgIco{ margin-right:10px;}	
.menuStyle_11 .menuUl,
.menuStyle_11 .menuUl_box {display:none;}
.menuStyle_11 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_11 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_11 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_11 .miniMenu .leftBox{height: 100%;}
.menuStyle_11 .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_11 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_11 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_11 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;} 
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}
.menuStyle_11 .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,.2);} 
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; display: none; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit; background: rgba(0, 0, 0, 0.1);}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #fff;}
.menuStyle_11 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(23, 25, 29, 0.95); position: fixed; width: 100%; top: 0; left: 0; -webkit-transition: all linear .3s; -moz-transition: all linear .3s; -o-transition: all linear .3s; transition: all linear .3s;}
.menuStyle_11 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
.menuStyle_11 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


	
#dh_style_11_1527920971718 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@media screen and (min-width:640px) {
	#dh_style_11_1527920971718 .maxWidth{max-width:px;}
	#dh_style_11_1527920971718 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
	#dh_style_11_1527920971718 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	/* .menuUl>li>#menuLogo 这种查找会失败改为下面这种 2019.5.29 */
	#dh_style_11_1527920971718 .menuUl li #menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
}

	#image_style_01_1528094136147 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1528094136147 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1528094136147 .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_1528094136147 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;}
ba.niceTab.tabStyle_3 { position: relative; width: 100%; height: 100%;}
.niceTab.tabStyle_3 li{-webkit-transition: all ease-out .2s; -moz-transition: all ease-out .2s; -o-transition: all ease-out .2s; transition: all ease-out .2s}

/*标签样式*/
.tab_nav { position: absolute; z-index: 2; overflow: hidden;}
.tab_ul { text-align: left;/* 该设置可将标签居左left、居中center、居右right,仅对标签在上面或标签在下面可用 */}
.tab_li { display: inline-block; text-align: center; background: #f6f5f4; font-size: 12px; border: 0; cursor: pointer; box-sizing: border-box;}
.tab_ul .tabCurItem { background: #eee;}
.tab_img img { width: 18px; height: 14px;}
.tab_img { vertical-align: middle;}
.tab_txt { vertical-align: middle; -moz-user-select:none; -khtml-user-select:none; -webkit-user-select:none; color: inherit !important;}
.tab_txt p{ white-space: nowrap; font-size:inherit; color:inherit; }

/*内容区样式*/
.tab_box { position: absolute; left: 0; z-index: 1;}
.tab_content { position: relative; width:100%; height:100%; overflow:hidden;}
.tab_main { background: #eee; width: 100%; height: 100%; box-sizing: border-box;}
.tab_div { width: 100%; height: 100%; display: none; overflow:hidden;}
.niceTabShow { display: block;}

/*选项卡左右箭头*/
.tab_left_arrow { position: absolute; cursor: pointer; top: 50%; left: 10px;/*左箭头边距*/ /*width: 40px; height: 40px;*/ background: url(../img/tab/style_03/arrow_left.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_right_arrow { position: absolute; cursor: pointer; top: 50%; right: 10px;/*右箭头边距*/ width: 40px; height: 40px; background: url(../img/tab/style_03/arrow_right.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_content:hover .tab_left_arrow,.tab_content:hover .tab_right_arrow{display:block;}

/*=========  标签位置  ==========*/

/*标签顶部样式*/
.tab_nav_top{ left: 0; top: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
.tab_scroll_top { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: calc(100% + 17px);}
.tab_ul_top { min-width: 100%; height: 100%;/*该宽度是默认宽度，程序读取后替换*/}
.tab_li_top { height: 100%;/*标签宽度可以随意设置*/}
.tab_box_top { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ top: 50px;/*标签的高度*/}

/*标签左侧样式*/
.tab_nav_left { left: 0; top: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tab_scroll_left { overflow-x: hidden; overflow-y: scroll !important; width: calc(100% + 17px); height: 100%;}
.tab_ul_left { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_left {  width: 100%; /*标签高度可以随意设置*/}
.tab_box_left { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ left: 50px;/*标签的宽度*/}

/*标签底部样式*/
.tab_nav_bottom { right: 0; bottom: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
.tab_scroll_bottom { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: calc(100% + 17px);}
.tab_ul_bottom { min-width: 100%; height: 100%; /*该宽度是默认宽度，程序读取后替换*/}
.tab_li_bottom { height: 100%;/*标签宽度可以随意设置*/}
.tab_box_bottom { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ bottom: 50px;/*标签的高度*/}

/*标签左侧样式*/
.tab_nav_right { right: 0; bottom: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tab_scroll_right { overflow-x: hidden; overflow-y: scroll !important; width: calc(100% + 17px); height: 100%;}
.tab_ul_right { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_right {  width: 100%; /*标签高度可以随意设置*/}
.tab_box_right { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ right: 50px;/*标签的宽度*/}

.tab_pos_r {  position: relative; top: 50%; left: 50%; padding:0 1em; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);}
.tab_pos_n { padding:1em 0;}


@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
}
@media screen and (max-width:320px){
}



#tab_style_03_1528094570272 #div_tab_style_03_1528094570272 .tab_right_arrow{display:none;width:40px;height:40px;opacity:1;right:10px;}
#tab_style_03_1528094570272 #div_tab_style_03_1528094570272 .tab_left_arrow{display:none;width:40px;height:40px;opacity:1;left:10px;}
#tab_style_03_1528094570272 #div_tab_style_03_1528094570272 .tab_img{display:none;}
#tab_style_03_1528094570272 #div_tab_style_03_1528094570272 .tab_ul{text-align:center}
#tab_style_03_1528094570272 #div_tab_style_03_1528094570272 .tab_nav{display:block !important;height: 27px;}
#tab_style_03_1528094570272 #div_tab_style_03_1528094570272 .tab_box{height: calc(100% - 27px); bottom: 27px;}
#tab_style_03_1528094570272 #div_tab_style_03_1528094570272 .tab_img img{width:0px;height:0px;}

    #tab_style_03_1528094570272 .layout_mask_showName {position: absolute;width: 100%;height: 80px;line-height: 80px;left: 0px;top: 50%;margin-top: -40px;text-align: center;color: rgba(142, 142, 142, 0.63);font-size: 30px;}

/*新闻列表样式*/
.boxNewsListStyle_1{width:100%; clear: both;}
.boxNewsListStyle_1 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s;}
.boxNewsListStyle_1 li{width:100%; list-style:none; border-bottom-width:1px; border-bottom-style:solid; border-bottom-color:#ddd; box-sizing:border-box;margin-bottom: 10px;}
.boxNewsListStyle_1 li:hover{}
.boxNewsListStyle_1 li:first-child{border-top-width:1px; border-top-style:solid; border-top-color:transparent;}
.boxNewsListStyle_1 li .clear{clear:both;}
.boxNewsListStyle_1 .sumary_list .newCont{float:none; width:100%; box-sizing:border-box;}
.boxNewsListStyle_1 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_1 .newTitle .nDate{float:left; width:80px; background:#fff; text-align:center; line-height:1.4; box-sizing:border-box;  border:1px solid #ddd;}
.boxNewsListStyle_1 .newTitle .nDate .numDate{float: left; width: 60%; text-align: right; font-weight:normal; font-size:38px; /*font-family: Georgia,Tahoma;*/ color:#40B8FF;}
.boxNewsListStyle_1 .newTitle .nDate .enDate{float: left; margin-top: 20px; font-weight:normal; font-size:18px; font-family:microsoft yahei; color:#666;}
.boxNewsListStyle_1 .newTitle .nDate .yrDate{font-size:18px; color:#999; background: #eee; height: 26px; line-height: 26px; clear: both;}
.boxNewsListStyle_1 .sumary_list .newName{float:left; width:calc(98% - 150px - 80px); margin:.5em 0; padding:0 .5em; box-sizing:border-box;}
.boxNewsListStyle_1 .sumary_list .newName .newTit{width: 100%;}
.boxNewsListStyle_1 .sumary_list .newName a{text-decoration:none; line-height:1.4; font-size:16px; color:#333; display: block; }
.boxNewsListStyle_1 .sumary_list .newName a:hover{}
.boxNewsListStyle_1 .sumary_list .newB{width:100%; line-height:2;border-top:1px solid rgba(255,255,255, .1); }
.boxNewsListStyle_1 .sumary_list .newSort{font-size:12px; white-space: nowrap; padding:.5em 1em .5em 0; border-radius:1.5em; margin-right:5px; /*display:block;*/ width:60px; text-align:center; margin-top:5px;}
.boxNewsListStyle_1 .sumary_list .newsTime{text-align:left;color:#999; font-size:14px; white-space:nowrap;display:inline-block;}
.boxNewsListStyle_1 .sumary_list .newsTime .nsDate{margin-right:15px; font-size:12px; color:#999}
.boxNewsListStyle_1 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_1 .sumary_list .newDetail{width:100%; box-sizing:border-box; padding:.6em .6em .6em 0; color:#999; font-size:12px; line-height:1.6; text-overflow:ellipsis;/* white-space:nowrap; */overflow:hidden; }
/*分页*/
/* 分页 */
.boxNewsListStyle_1 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
.boxNewsListStyle_1 .page_btn .cur{ background:red; color:white; cursor:pointer;}
.boxNewsListStyle_1 .page:hover{ background:red; color:white; cursor:pointer;}



/* .boxNewsListStyle_1 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.boxNewsListStyle_1 .page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.boxNewsListStyle_1 .page_btn a.cur,.boxNewsListStyle_1 .page_btn a:hover{border:1px solid #4c4c4c;} */
.boxNewsListStyle_1 .prev_btn,.boxNewsListStyle_1 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.boxNewsListStyle_1 .no_page{border: 0 !important;}
.boxNewsListStyle_1 .sumary_list .show_all{width:25%; margin-top:.5em;}
.boxNewsListStyle_1 .sumary_list .show_all a{display:block; margin-top:.4em; text-decoration:none; border:1px solid #ddd; text-align:center; padding:.4em; font-size:12px;  color:#666; }

/*alex---后期加的图片样式*/
.boxNewsListStyle_1 .sumary_list .newPic{background-color: #eee;width:150px; margin:0 1% 1%;overflow:hidden; position:relative; box-sizing:border-box; float:left;padding-bottom: 1px;}
.boxNewsListStyle_1 .sumary_list .newPic a{display: block; position: absolute; left: 0; width: 100%;}
.boxNewsListStyle_1 .sumary_list .newPic img{width:100%; background-color: #eee;}
.boxNewsListStyle_1 .sumary_list .newPic2{display: none;}
@media screen and (max-width:767px){
.boxNewsListStyle_1 .sumary_list .newName a{font-size:12px;}
.boxNewsListStyle_1 .newTitle .nDate{width: 65px;}
.boxNewsListStyle_1 .sumary_list .newName{width: calc(100% - 65px);}
.boxNewsListStyle_1 .newTitle .nDate .numDate{font-size:28px;}
.boxNewsListStyle_1 .newTitle .nDate .enDate{font-size:12px; margin-top: 15px;}
/*分页*/
/* .boxNewsListStyle_1 .page_btn a:nth-child(n+5){display: none;}
.boxNewsListStyle_1 .page_btn a:nth-last-child(1),.boxNewsListStyle_1 .page_btn a:nth-last-child(2),.boxNewsListStyle_1 .page_btn a:nth-last-child(3){display: inline-block !important;} */

.boxNewsListStyle_1 .sumary_list .newPic{margin-bottom: 15px;}
.boxNewsListStyle_1 .sumary_list .newPic{display: none;}
.boxNewsListStyle_1 .sumary_list .newPic2{display:block;background-color: #eee;width:100%; min-width:100px; margin-left:1%;margin-right:1%;margin-bottom:5px;overflow:hidden; position:relative; box-sizing:border-box; float:left;padding-bottom: 1px;}
.boxNewsListStyle_1 .sumary_list .newPic2 img{width:100%; float: left;}
}




	#newsList_style_01_1565858426046 .newDetail.pc {display:block;}
	#newsList_style_01_1565858426046 .newDetail.pad, #newsList_style_01_1565858426046 .newDetail.mobile {display:none;}
	#newsList_style_01_1565858426046 .newTitle.pc {display:block;}
	#newsList_style_01_1565858426046 .newTitle.pad, #newsList_style_01_1565858426046 .newTitle.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_01_1565858426046 .newDetail.pad {display:block;}
		#newsList_style_01_1565858426046 .newDetail.pc, #newsList_style_01_1565858426046 .newDetail.mobile {display:none;}
		#newsList_style_01_1565858426046 .newTitle.pad {display:block;}
		#newsList_style_01_1565858426046 .newTitle.pc, #newsList_style_01_1565858426046 .newTitle.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_01_1565858426046 .newDetail.mobile {display:block;}
		#newsList_style_01_1565858426046 .newDetail.pc, #newsList_style_01_1565858426046 .newDetail.pad {display:none;}
		#newsList_style_01_1565858426046 .newTitle.mobile {display:block;}
		#newsList_style_01_1565858426046 .newTitle.pc, #newsList_style_01_1565858426046 .newTitle.pad {display:none;}
	}

@media screen and (min-width: 1025px) {
	#newsList_style_01_1565858426046 .sumary_list .newPic{width: 0px;}
	#newsList_style_01_1565858426046 .sumary_list .newName{width: calc(98% - 0px - 80px);}
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
	#newsList_style_01_1565858426046 .sumary_list .newPic{width: 0px;}
	#newsList_style_01_1565858426046 .sumary_list .newName{width: calc(98% - 0px - 80px);}
}

@media screen and (max-width: 640px) {
	#newsList_style_01_1565858426046 .sumary_list .newPic2{width: 0px;}
	#newsList_style_01_1565858426046 .sumary_list .newName{width: calc(98% - 0px - 80px);}
}

/* 新分页 */
#newsList_style_01_1565858426046 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_01_1565858426046 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_01_1565858426046 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_01_1565858426046 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_01_1565858426046 .submit_div{ display: inline-block; }

#newsList_style_01_1565858426046 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_01_1565858426046 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_01_1565858426046 .page_submit{margin-left:5px;}
#newsList_style_01_1565858426046 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
@media screen and (max-width:640px) {
		#newsList_style_01_1565858426046 .page_btn{ font-size:12px; }
		#newsList_style_01_1565858426046 .submit_div{ display:none; }
	}

	#newsList_style_01_1565858426046 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
	@media screen and (max-width:640px) {
		#newsList_style_01_1565858426046 .page{line-height:30px; padding:0 13px;}
	}


	#image_style_01_1565858730077 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1565858730077 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1565858730077 .CompatibleImg img{width:100%; height:100%}}
.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_1565926230460 .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_1565926230460 .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_1565926230460 .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_1565926230460 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_1565859228285 .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_1565859228285 .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_1565859228285 .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_1565859228285 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;}
ba.niceTab.tabStyle_3 { position: relative; width: 100%; height: 100%;}
.niceTab.tabStyle_3 li{-webkit-transition: all ease-out .2s; -moz-transition: all ease-out .2s; -o-transition: all ease-out .2s; transition: all ease-out .2s}

/*标签样式*/
.tab_nav { position: absolute; z-index: 2; overflow: hidden;}
.tab_ul { text-align: left;/* 该设置可将标签居左left、居中center、居右right,仅对标签在上面或标签在下面可用 */}
.tab_li { display: inline-block; text-align: center; background: #f6f5f4; font-size: 12px; border: 0; cursor: pointer; box-sizing: border-box;}
.tab_ul .tabCurItem { background: #eee;}
.tab_img img { width: 18px; height: 14px;}
.tab_img { vertical-align: middle;}
.tab_txt { vertical-align: middle; -moz-user-select:none; -khtml-user-select:none; -webkit-user-select:none; color: inherit !important;}
.tab_txt p{ white-space: nowrap; font-size:inherit; color:inherit; }

/*内容区样式*/
.tab_box { position: absolute; left: 0; z-index: 1;}
.tab_content { position: relative; width:100%; height:100%; overflow:hidden;}
.tab_main { background: #eee; width: 100%; height: 100%; box-sizing: border-box;}
.tab_div { width: 100%; height: 100%; display: none; overflow:hidden;}
.niceTabShow { display: block;}

/*选项卡左右箭头*/
.tab_left_arrow { position: absolute; cursor: pointer; top: 50%; left: 10px;/*左箭头边距*/ /*width: 40px; height: 40px;*/ background: url(../img/tab/style_03/arrow_left.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_right_arrow { position: absolute; cursor: pointer; top: 50%; right: 10px;/*右箭头边距*/ width: 40px; height: 40px; background: url(../img/tab/style_03/arrow_right.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_content:hover .tab_left_arrow,.tab_content:hover .tab_right_arrow{display:block;}

/*=========  标签位置  ==========*/

/*标签顶部样式*/
.tab_nav_top{ left: 0; top: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
.tab_scroll_top { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: calc(100% + 17px);}
.tab_ul_top { min-width: 100%; height: 100%;/*该宽度是默认宽度，程序读取后替换*/}
.tab_li_top { height: 100%;/*标签宽度可以随意设置*/}
.tab_box_top { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ top: 50px;/*标签的高度*/}

/*标签左侧样式*/
.tab_nav_left { left: 0; top: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tab_scroll_left { overflow-x: hidden; overflow-y: scroll !important; width: calc(100% + 17px); height: 100%;}
.tab_ul_left { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_left {  width: 100%; /*标签高度可以随意设置*/}
.tab_box_left { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ left: 50px;/*标签的宽度*/}

/*标签底部样式*/
.tab_nav_bottom { right: 0; bottom: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
.tab_scroll_bottom { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: calc(100% + 17px);}
.tab_ul_bottom { min-width: 100%; height: 100%; /*该宽度是默认宽度，程序读取后替换*/}
.tab_li_bottom { height: 100%;/*标签宽度可以随意设置*/}
.tab_box_bottom { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ bottom: 50px;/*标签的高度*/}

/*标签左侧样式*/
.tab_nav_right { right: 0; bottom: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tab_scroll_right { overflow-x: hidden; overflow-y: scroll !important; width: calc(100% + 17px); height: 100%;}
.tab_ul_right { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_right {  width: 100%; /*标签高度可以随意设置*/}
.tab_box_right { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ right: 50px;/*标签的宽度*/}

.tab_pos_r {  position: relative; top: 50%; left: 50%; padding:0 1em; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);}
.tab_pos_n { padding:1em 0;}


@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
}
@media screen and (max-width:320px){
}

/*产品样式*/
.prod_default{width:100%; clear: both;}
.prod_default *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 1%;}
.prod_default .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default .prod_img span{position: absolute; left: 35%; top: 35%; right: 35%; bottom: 35%; background: none;}
.prod_default .prod_Item:hover .prod_img{transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05);}
.prod_default .prod_Item:hover .prod_img span{background: rgba(255,255,255,.25); left: 0; top: 0; right: 0; bottom: 0;}
.prod_default .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50%; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.prod_default .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.prod_default .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; }
.prod_default .p_name {margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #333; line-height: 1.4; width: 100%;}
.prod_default .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block;}/*文字两行后自动超出隐藏*/
.prod_default .p_detail { font-size: 12px; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default .p_group { margin-bottom: 5px; display: block; float: left; width:59%; color: #666; font-size: 12px;}
.prod_default .p_group .p_lb{display: none;}
.prod_default .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 40%; color: #666; font-size: 12px;}
.prod_default .p_jg{display: none;}
.prod_default .p_price {float: left; line-height: 1; white-space: nowrap;display: block !important; }
.prod_default .p_value {color: #ff002a; font-size:26px;}
.prod_default .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}
.prod_default .prod_info .unit {color: #ff002a;font-size: 16px;}
.prod_default .p_vip {display: block; float: right; text-align: right; line-height:30px; height: 26px; white-space: nowrap;position: absolute;right:0;}
.prod_default .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default .v_value {color: #333; font-size: 18px;}
.prod_default .v_unit {color: #333;font-size: 12px;}
.prod_default .pro_button {margin: 10px 0 0; overflow: hidden;}
.prod_default .p_link { float: left; width: 48%; text-align: center;}
.prod_default .p_link a {display: block; padding: 10px 15px;}
.prod_default .p_cart { text-align: center;}
.prod_default .p_cart a {display: block; padding: 9px 15px; background: #f00; color: #fff;}
.prod_default a{text-decoration:none; }  
.prod_default .p_price2 {clear:both; line-height: 1; white-space: nowrap;font-size:12px !important;color:gray !important;}
.prod_default .p_price2 .p_jg{font-size:14px;color:gray;}
.prod_default .p_price2 .unit{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}

.prod_default .freeinfo{ clear:both; overflow:hidden;}
.prod_default .freeinfo span{ display:block; float:left; border:1px solid red; border-radius:5px; padding:0 5px; color:red; margin-right:5px; box-sizing: border-box; }


/*拼购*/
.prod_default .Collage_item{}
.prod_default .Collage_ico{ position:absolute; left:10px; top:0; width:40px; height:40px; z-index: 100;}
.prod_default .Collage_ico img{ width:100%; height:100%; vertical-align: top; }
.prod_default .prod_top{ background-color:#ff5656; overflow:hidden; padding:10px 10px; color:white; font-size:14px;}
.prod_default .prod_top_left{ display:inline-block; width:100%; overflow:hidden; vertical-align: middle;}
.prod_default .prod_price{ display:inline-block;color: #ff002a;}
.prod_default .prod_old_price{ font-size:12px; text-decoration:line-through; display:inline-block;}
.prod_default .prod_infos .price_value{ font-size:26px; }
.prod_default .prod_infos .units{font-size:16px;}
.prod_default .prod_infos .zero{ font-size:12px; }
.prod_default .prod_top_right{ display:inline-block; width:100%; vertical-align: middle;position: absolute;bottom: 0;z-index: 99;padding: 10px;background: #f00;color: #fff;}
.prod_default .prod_details{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;font-size: 14px;}
.prod_default .prod_pernum{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;text-align: right;font-size: 14px;}


.prod_default .prod_middle .prod_title{ font-size:14px; line-height:1.5;  margin-bottom: 5px;}
.prod_default .prod_middle .prod_detail{ font-size:12px; color:#666;    margin-bottom: 5px; }

.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; background-color:#f00; color:white; text-align: center; margin: 10px 0;}
.prod_default .pc{ display:block; }
.prod_default .pad,.prod_default .mobile{display:none;}
@media screen and (max-width: 1200px) and (min-width: 641px){
	.prod_default .pad{ display:block; }
	.prod_default .pc,.prod_default .mobile{display:none;}
}
@media screen and (max-width: 640px){
	.prod_default .mobile{ display:block; }
	.prod_default .pc,.prod_default .pad{display:none;}
	.prod_default .Collage_ico{ width:30px; height:30px; }
	.prod_default .prod_top{ font-size:12px; }
	.prod_default .prod_infos{padding: 6px;}
	.prod_default .prod_infos .price_value{ font-size:18px; }
	.prod_default .prod_top_left,.prod_default .prod_top_right{ width:100%; display: block; }
	.prod_default .prod_middle .prod_title{ font-size:14px; }
	.prod_default .prod_middle .prod_detail{ font-size:12px; }
	.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; margin: 0;}
	.prod_default .prod_details {font-size: 12px;width: 100%;display: block;}
	.prod_default .prod_pernum {width: 100%;font-size: 14px;}
	.prod_default .end_text,.prod_default .end_time{display: inline-block;}
	.prod_default .prod_pernum{display: none;}
	.prod_default .pro_button{margin: 0;}
	.prod_default .p_price {line-height: 23px;white-space: nowrap;display: block !important;}
/*拼购结束*/
	.prod_default .p_price2 {padding-top: 5px;}
	.prod_default .prod_info{padding: 6px;}
	.prod_default .unit,.prod_default .p_vip .v_jg,.prod_default .v_unit{font-size: 12px;}
	.prod_default .p_vip{height: 18px; line-height: 23px;}
	.prod_default .v_value{font-size: 14px;}
	.prod_default .p_value{font-size: 18px;}
	.prod_default .prod .p_detail{display: none !important;}
	.prod_default .p_vip {position: relative;float: none !important;clear:both;text-align: left !important;}
}

/*pc*/
#productList_style_01_1527922654154 li{width: 23.5%;}
#productList_style_01_1527922654154 li.prod_Item{margin-bottom:2%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_01_1527922654154 li{width: 23.5%;}
	#productList_style_01_1527922654154 li.prod_Item{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_01_1527922654154 li{width: 49%;}
	#productList_style_01_1527922654154 li.prod_Item{margin-bottom:2%;}
}

   
   #productList_style_01_1527922654154 .p_detail.pc,#productList_style_01_1527922654154 .p_name.pc {display:block;}
   #productList_style_01_1527922654154 .p_detail.pad, #productList_style_01_1527922654154 .p_detail.mobile,#productList_style_01_1527922654154 .p_name.pad, #productList_style_01_1527922654154 .p_name.mobile {display:none;}

   @media screen and (min-width:641px) and (max-width:1200px) {
   #productList_style_01_1527922654154 .p_detail.pad,#productList_style_01_1527922654154 .p_name.pad {display:block;}
   #productList_style_01_1527922654154 .p_detail.pc, #productList_style_01_1527922654154 .p_detail.mobile,#productList_style_01_1527922654154 .p_name.pc, #productList_style_01_1527922654154 .p_name.mobile {display:none;}
   }
   @media screen and (max-width:640px) {
   #productList_style_01_1527922654154 .p_detail.mobile,#productList_style_01_1527922654154 .p_name.mobile {display:block;}
   #productList_style_01_1527922654154 .p_detail.pc, #productList_style_01_1527922654154 .p_detail.pad,#productList_style_01_1527922654154 .p_name.pc, #productList_style_01_1527922654154 .p_name.pad {display:none;}
   }
    

	/*产品状态  新品  推荐*/
	#productList_style_01_1527922654154 .status{ color:red; display:inline-block; border:1px solid red; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}


	
/* @media screen and (min-width: 1025px) {
}

@media screen and (min-width: 640px) and (max-width: 1024px) {
		}


@media screen and (max-width: 640px) {
		} */

	#productList_style_01_1527922654154 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_01_1527922654154 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_01_1527922654154 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1527922654154 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1527922654154 .submit_div{ display: inline-block; }
	
	#productList_style_01_1527922654154 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_01_1527922654154 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_01_1527922654154 .page_submit{margin-left:5px;}
	#productList_style_01_1527922654154 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
	@media screen and (max-width:640px) {
			#productList_style_01_1527922654154 .page_btn{ font-size:12px; }
			#productList_style_01_1527922654154 .submit_div{ display:none; }
		}

			#productList_style_01_1527922654154 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_01_1527922654154 .page{line-height:30px; padding:0 13px;}
		}
	                        .prod_default .v_value {color: #333; font-size: 12px;}
            
     #productList_style_01_1527922654154  .showActivity {display: none !important;}
            #productList_style_01_1527922654154  .btnaSet ,#productList_style_01_1527922654154  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	/*产品样式*/
.prod_default{width:100%; clear: both;}
.prod_default *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 1%;}
.prod_default .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default .prod_img span{position: absolute; left: 35%; top: 35%; right: 35%; bottom: 35%; background: none;}
.prod_default .prod_Item:hover .prod_img{transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05);}
.prod_default .prod_Item:hover .prod_img span{background: rgba(255,255,255,.25); left: 0; top: 0; right: 0; bottom: 0;}
.prod_default .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50%; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.prod_default .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.prod_default .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; }
.prod_default .p_name {margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #333; line-height: 1.4; width: 100%;}
.prod_default .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block;}/*文字两行后自动超出隐藏*/
.prod_default .p_detail { font-size: 12px; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default .p_group { margin-bottom: 5px; display: block; float: left; width:59%; color: #666; font-size: 12px;}
.prod_default .p_group .p_lb{display: none;}
.prod_default .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 40%; color: #666; font-size: 12px;}
.prod_default .p_jg{display: none;}
.prod_default .p_price {float: left; line-height: 1; white-space: nowrap;display: block !important; }
.prod_default .p_value {color: #ff002a; font-size:26px;}
.prod_default .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}
.prod_default .prod_info .unit {color: #ff002a;font-size: 16px;}
.prod_default .p_vip {display: block; float: right; text-align: right; line-height:30px; height: 26px; white-space: nowrap;position: absolute;right:0;}
.prod_default .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default .v_value {color: #333; font-size: 18px;}
.prod_default .v_unit {color: #333;font-size: 12px;}
.prod_default .pro_button {margin: 10px 0 0; overflow: hidden;}
.prod_default .p_link { float: left; width: 48%; text-align: center;}
.prod_default .p_link a {display: block; padding: 10px 15px;}
.prod_default .p_cart { text-align: center;}
.prod_default .p_cart a {display: block; padding: 9px 15px; background: #f00; color: #fff;}
.prod_default a{text-decoration:none; }  
.prod_default .p_price2 {clear:both; line-height: 1; white-space: nowrap;font-size:12px !important;color:gray !important;}
.prod_default .p_price2 .p_jg{font-size:14px;color:gray;}
.prod_default .p_price2 .unit{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}

.prod_default .freeinfo{ clear:both; overflow:hidden;}
.prod_default .freeinfo span{ display:block; float:left; border:1px solid red; border-radius:5px; padding:0 5px; color:red; margin-right:5px; box-sizing: border-box; }


/*拼购*/
.prod_default .Collage_item{}
.prod_default .Collage_ico{ position:absolute; left:10px; top:0; width:40px; height:40px; z-index: 100;}
.prod_default .Collage_ico img{ width:100%; height:100%; vertical-align: top; }
.prod_default .prod_top{ background-color:#ff5656; overflow:hidden; padding:10px 10px; color:white; font-size:14px;}
.prod_default .prod_top_left{ display:inline-block; width:100%; overflow:hidden; vertical-align: middle;}
.prod_default .prod_price{ display:inline-block;color: #ff002a;}
.prod_default .prod_old_price{ font-size:12px; text-decoration:line-through; display:inline-block;}
.prod_default .prod_infos .price_value{ font-size:26px; }
.prod_default .prod_infos .units{font-size:16px;}
.prod_default .prod_infos .zero{ font-size:12px; }
.prod_default .prod_top_right{ display:inline-block; width:100%; vertical-align: middle;position: absolute;bottom: 0;z-index: 99;padding: 10px;background: #f00;color: #fff;}
.prod_default .prod_details{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;font-size: 14px;}
.prod_default .prod_pernum{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;text-align: right;font-size: 14px;}


.prod_default .prod_middle .prod_title{ font-size:14px; line-height:1.5;  margin-bottom: 5px;}
.prod_default .prod_middle .prod_detail{ font-size:12px; color:#666;    margin-bottom: 5px; }

.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; background-color:#f00; color:white; text-align: center; margin: 10px 0;}
.prod_default .pc{ display:block; }
.prod_default .pad,.prod_default .mobile{display:none;}
@media screen and (max-width: 1200px) and (min-width: 641px){
	.prod_default .pad{ display:block; }
	.prod_default .pc,.prod_default .mobile{display:none;}
}
@media screen and (max-width: 640px){
	.prod_default .mobile{ display:block; }
	.prod_default .pc,.prod_default .pad{display:none;}
	.prod_default .Collage_ico{ width:30px; height:30px; }
	.prod_default .prod_top{ font-size:12px; }
	.prod_default .prod_infos{padding: 6px;}
	.prod_default .prod_infos .price_value{ font-size:18px; }
	.prod_default .prod_top_left,.prod_default .prod_top_right{ width:100%; display: block; }
	.prod_default .prod_middle .prod_title{ font-size:14px; }
	.prod_default .prod_middle .prod_detail{ font-size:12px; }
	.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; margin: 0;}
	.prod_default .prod_details {font-size: 12px;width: 100%;display: block;}
	.prod_default .prod_pernum {width: 100%;font-size: 14px;}
	.prod_default .end_text,.prod_default .end_time{display: inline-block;}
	.prod_default .prod_pernum{display: none;}
	.prod_default .pro_button{margin: 0;}
	.prod_default .p_price {line-height: 23px;white-space: nowrap;display: block !important;}
/*拼购结束*/
	.prod_default .p_price2 {padding-top: 5px;}
	.prod_default .prod_info{padding: 6px;}
	.prod_default .unit,.prod_default .p_vip .v_jg,.prod_default .v_unit{font-size: 12px;}
	.prod_default .p_vip{height: 18px; line-height: 23px;}
	.prod_default .v_value{font-size: 14px;}
	.prod_default .p_value{font-size: 18px;}
	.prod_default .prod .p_detail{display: none !important;}
	.prod_default .p_vip {position: relative;float: none !important;clear:both;text-align: left !important;}
}

/*pc*/
#productList_style_01_1528090878669 li{width: 23.5%;}
#productList_style_01_1528090878669 li.prod_Item{margin-bottom:2%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_01_1528090878669 li{width: 23.5%;}
	#productList_style_01_1528090878669 li.prod_Item{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_01_1528090878669 li{width: 49%;}
	#productList_style_01_1528090878669 li.prod_Item{margin-bottom:2%;}
}

   
   #productList_style_01_1528090878669 .p_detail.pc,#productList_style_01_1528090878669 .p_name.pc {display:block;}
   #productList_style_01_1528090878669 .p_detail.pad, #productList_style_01_1528090878669 .p_detail.mobile,#productList_style_01_1528090878669 .p_name.pad, #productList_style_01_1528090878669 .p_name.mobile {display:none;}

   @media screen and (min-width:641px) and (max-width:1200px) {
   #productList_style_01_1528090878669 .p_detail.pad,#productList_style_01_1528090878669 .p_name.pad {display:block;}
   #productList_style_01_1528090878669 .p_detail.pc, #productList_style_01_1528090878669 .p_detail.mobile,#productList_style_01_1528090878669 .p_name.pc, #productList_style_01_1528090878669 .p_name.mobile {display:none;}
   }
   @media screen and (max-width:640px) {
   #productList_style_01_1528090878669 .p_detail.mobile,#productList_style_01_1528090878669 .p_name.mobile {display:block;}
   #productList_style_01_1528090878669 .p_detail.pc, #productList_style_01_1528090878669 .p_detail.pad,#productList_style_01_1528090878669 .p_name.pc, #productList_style_01_1528090878669 .p_name.pad {display:none;}
   }
    

	/*产品状态  新品  推荐*/
	#productList_style_01_1528090878669 .status{ color:red; display:inline-block; border:1px solid red; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}


	
/* @media screen and (min-width: 1025px) {
}

@media screen and (min-width: 640px) and (max-width: 1024px) {
		}


@media screen and (max-width: 640px) {
		} */

	#productList_style_01_1528090878669 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_01_1528090878669 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_01_1528090878669 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1528090878669 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1528090878669 .submit_div{ display: inline-block; }
	
	#productList_style_01_1528090878669 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_01_1528090878669 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_01_1528090878669 .page_submit{margin-left:5px;}
	#productList_style_01_1528090878669 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
	@media screen and (max-width:640px) {
			#productList_style_01_1528090878669 .page_btn{ font-size:12px; }
			#productList_style_01_1528090878669 .submit_div{ display:none; }
		}

			#productList_style_01_1528090878669 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_01_1528090878669 .page{line-height:30px; padding:0 13px;}
		}
	                        .prod_default .v_value {color: #333; font-size: 12px;}
            
     #productList_style_01_1528090878669  .showActivity {display: none !important;}
            #productList_style_01_1528090878669  .btnaSet ,#productList_style_01_1528090878669  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	

#tab_style_03_1527922294378 #div_tab_style_03_1527922294378 .tab_right_arrow{width:40px;height:40px;opacity:1;right:10px;}
#tab_style_03_1527922294378 #div_tab_style_03_1527922294378 .tab_left_arrow{width:40px;height:40px;opacity:1;left:10px;}
#tab_style_03_1527922294378 #div_tab_style_03_1527922294378 .tab_li{text-align: center;width:128px;}
#tab_style_03_1527922294378 #div_tab_style_03_1527922294378 .tab_img{display: inline-block;}
#tab_style_03_1527922294378 #div_tab_style_03_1527922294378 .tab_txt{display: inline-block;}
#tab_style_03_1527922294378 #div_tab_style_03_1527922294378 .tab_ul{text-align:center}
#tab_style_03_1527922294378 #div_tab_style_03_1527922294378 .tab_nav{display:none !important;}
#tab_style_03_1527922294378 #div_tab_style_03_1527922294378 .tab_box{height:100%;bottom:0px;}
#tab_style_03_1527922294378 #div_tab_style_03_1527922294378 .tab_img img{width:26px;height:26px;}

    #tab_style_03_1527922294378 .layout_mask_showName {position: absolute;width: 100%;height: 80px;line-height: 80px;left: 0px;top: 50%;margin-top: -40px;text-align: center;color: rgba(142, 142, 142, 0.63);font-size: 30px;}


	#image_style_01_1527924424335 .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_1527924424335 .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_1527924424335 .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_1527924424335 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_1527925097728 .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_1527925097728 .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_1527925097728 .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_1527925097728 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_1527925105544 .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_1527925105544 .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_1527925105544 .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_1527925105544 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_1527925111883 .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_1527925111883 .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_1527925111883 .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_1527925111883 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_1527925324451 .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_1527925324451 .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_1527925324451 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1527925324451 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
/*菜单样式*/
.menuStyle_11{width:100%; position:relative;}
.menuStyle_11 *{box-sizing: border-box;}
.menuStyle_11 .miniMenu *,
.menuStyle_11 .menuUl li *{
	-webkit-transition-duration:.2s; -moz-transition-duration:.2s; -o-transition-duration:.2s; transition-duration:.2s;
	-webkit-transition-property:background,height,padding; -moz-transition-property:background,height,padding; -moz-transition-property:background,height,padding; transition-property:background,height,padding;
	-webkit-transition-timing-function:ease-out; -moz-transition-timing-function:ease-out; -o-transition-timing-function:ease-out; transition-timing-function:ease-out;
}
.menuStyle_11 .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_11 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_11 ul,.menuStyle_11 li{padding:0;margin:0px;list-style:none}
.menuStyle_11 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_11 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_11 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_11 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_11 .menuUl>li{position:relative;}
.menuStyle_11 .menuUl>li>a{position: relative; text-decoration:none;font-size:14px; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #333; padding: 10px 0; padding: 10px 1em\0;}
.menuStyle_11 .menuUl>li>a:hover{background: rgba(0,0,0,.05);}
.menuStyle_11 .menuUl #hot>a{color: #2d93ff;}
.menuStyle_11 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_11 .menuUl #hot>a span{color:inherit;}
/*.menuStyle_11 .menuUl>li>a i{position: absolute; right: 10px; top: 50%; -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%);}*/
.menuStyle_11 .menuLayout .miniMenu{display:none;}
.menuStyle_11 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; background: #fff; width: 100%; height: 0; box-shadow: 0 0 8px rgba(0,0,0,0.2); transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_11 .menuUl>li>#menuLogo{height: 85%;}

.menuStyle_11 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;}
.menuStyle_11 .menuUl.noHover .rflex:hover .menuUl02{display: none;}

.menuStyle_11 .menuUl02 .subMenu02 {position: relative; color: #4d5158; font-size:14px; line-height: 40px; padding: 0 15px;}
.menuStyle_11 .menuUl02 .subMenu02.subCurSet{background: #2f94ff; color: #fff;}
.menuStyle_11 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_11 .menuUl02 .subMenu02:hover {background: #2d93ff; color: #fff;}
.menuStyle_11 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}
.menuStyle_11 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_11 .menuUl03{position: absolute; background: #2f94ff; /*left需要js获取二级的宽*/ top: 0; display: none; box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.22);}
.menuStyle_11 .menuUl03 .subMenu03{color: #fff; padding: 0 15px; line-height: 40px;}
.menuStyle_11 .menuUl03 .subMenu03:hover{background:rgba(0, 0, 0, 0.1);}
.menuStyle_11 .menuUl03 .subMenu03.thrCurSet{background: rgba(0, 0, 0, 0.1);}
.menuStyle_11 .menuUl03 .subMenu03>a{ color: inherit; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.menuStyle_11 .rflex { position: relative;}
.menuStyle_11 .maxWidth{margin: auto;}
.menuStyle_11 .menuUl03 .subMenu03.thrCurSet{background: rgba(0, 0, 0, 0.1);}

.menuStyle_11 .subBox{position: absolute; left: 0; /*top通过JS获取菜单高度*/ width: 100%; background: rgba(238, 238, 238, 0.85); display: none;}
.menuStyle_11 .subBox .subBoxContent{padding: 15px; text-align: left; overflow: hidden;}
.menuStyle_11 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_11 .subBox .sublm{float: left; width: calc(100% - 440px); min-height: 10px;}
.menuStyle_11 .subBox .sublm>div{clear: both; overflow: hidden; margin: 8px 0;}
.menuStyle_11 .subBox .subImgsbox{float: left; width: 440px;/*这个宽可被设置*/ height: 160px;}
.menuStyle_11 .subBox .subImgsbox>a{display: block; height: 100%; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}
.menuStyle_11 .subBox .subImgsbox>a:last-child{margin-left: 0;}
.menuStyle_11 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}
.menuStyle_11 .subBox .subImgsbox>a>div.subImg span{position: absolute; bottom: 0; left: 0; width: 100%; display: block; padding: 5px; background: rgba(255,255,255,.8); color: #333; font-size: 12px;}
.menuStyle_11 .subBox p{overflow: hidden; float: left;}
.menuStyle_11 .subBox p:first-child{margin-right: 10px; width: 100px;}
.menuStyle_11 .subBox p:last-child{width: calc(100% - 110px);}
.menuStyle_11 .subBox .subMenu02{font-size: 14px; margin-bottom: 5px; clear: both; color: #333; line-height: 28px;}
.menuStyle_11 .subBox .subMenu02.subCurSet{color: #2d93ff;}
.menuStyle_11 .subBox .subMenu02:hover,
.menuStyle_11 .subBox .subMenu02:active{color: #2d93ff;}
.menuStyle_11 .subBox .subMenu03{float: left; margin: 5px 20px 5px 0; font-size: 12px; color: #666;}
.menuStyle_11 .subBox .subMenu03:hover,
.menuStyle_11 .subBox .subMenu03:active{color: #2d93ff;}
.menuStyle_11 .subBox .subMenu03.thrCurSet{color: #2d93ff;}


/*图标*/
.menuStyle_11 .imgIco{vertical-align: middle; display:inline-block; overflow:hidden; position:relative; padding:15px;  box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}
.menuStyle_11 .imgIco img{width:auto; height:100%; vertical-align: top;  position:absolute; top:50%; left:50%;  transform:translateY(-50%) translateX(-50%); -webkit-transform:translateY(-50%) translateX(-50%); -moz-transform:translateY(-50%) translateX(-50%); -ms-transform:translateY(-50%) translateX(-50%); -o-transform:translateY(-50%);}




@media screen and (max-width:640px) {
.menuStyle_11 .imgIco{ margin-right:10px;}	
.menuStyle_11 .menuUl,
.menuStyle_11 .menuUl_box {display:none;}
.menuStyle_11 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_11 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_11 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_11 .miniMenu .leftBox{height: 100%;}
.menuStyle_11 .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_11 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_11 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_11 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;} 
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}
.menuStyle_11 .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,.2);} 
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; display: none; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit; background: rgba(0, 0, 0, 0.1);}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #fff;}
.menuStyle_11 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(23, 25, 29, 0.95); position: fixed; width: 100%; top: 0; left: 0; -webkit-transition: all linear .3s; -moz-transition: all linear .3s; -o-transition: all linear .3s; transition: all linear .3s;}
.menuStyle_11 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
.menuStyle_11 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


	
#dh_style_11_1565919869212 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@media screen and (min-width:640px) {
	#dh_style_11_1565919869212 .maxWidth{max-width:px;}
	#dh_style_11_1565919869212 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
	#dh_style_11_1565919869212 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	/* .menuUl>li>#menuLogo 这种查找会失败改为下面这种 2019.5.29 */
	#dh_style_11_1565919869212 .menuUl li #menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
}

				.bottomMenu{width: 100%; box-sizing:border-box; display: none;position:fixed;bottom:0;z-index:999999}
				.bottomMenu ul{position: relative; box-sizing: border-box; width: 100%; height: 50px; background-color: #FFFFFF; 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: 0 auto 4px;}
				.bottomMenu ul li .menuIco img{width: 100%; height: 100%;padding:2px 1px 0;box-sizing:border-box;}
				.bottomMenu ul li .menuName{font-size: 12px; white-space: nowrap; margin: auto; text-align: center; color: #666666; line-height: 1;font-family:Microsoft YaHei;}
				.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!important;}
				}
				