
/**
    *编辑器         \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; }



 #qqol_style_01_1493882317630{width:17.5%;position:absolute;top:0px;left:36.041666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#qqol_style_01_1493882317630{left:30.192868504772%;top:0px;width:192px;}}   @media screen and (max-width:640px) {#qqol_style_01_1493882317630{width:57.85123966942148%;top:82px;display:none;}} #qqol_style_01_1493882317630 > .view_contents{overflow:visible;} 

 #cart_style_8_1493885114538{width:170px;height:22px;left:calc(100% - 170px);top:12px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#cart_style_8_1493885114538{width:162px;height:22px;left:calc(100% - 162px);top:9px;}}   @media screen and (max-width:640px) {#cart_style_8_1493885114538{width:162px;height:22px;left:0%;top:35px;display:none;}} 
/*----------------------电脑板式样式----------------------*/
       .jscartStyle8{ border:none!important; background:none!important;}

       .jscartStyle8 .cartImg{display:none!important;}
       .jscartStyle8 .cartNum{color:#fff; }
       .jscartStyle8 .jscartContent{background:transparent!important;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#cart_style_8_1493885114538{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#cart_style_8_1493885114538{
		
	}
}

 #dh_style_01_1483435618649{width:500px;z-index:999;left:calc(100% - 500px);top:74px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1483435618649{width:500px;z-index:999;left:calc(100% - 500px);top:59px;}}   @media screen and (max-width:640px) {#dh_style_01_1483435618649{width:44px;z-index:2;left:85.7861328125%;top:10px;display:none;}} #dh_style_01_1483435618649 > .view_contents{overflow:visible;}  #dh_style_01_1483435618649 #hot>a {background:#e16e9d;color:#ffffff;} #dh_style_01_1483435618649 .mainMenuSet:hover {color:#ffffff;border-bottom-color:#e01e3c;border-bottom-width:1px;border-bottom-style:none;background:#feb4ab;} #dh_style_01_1483435618649 .mainMenuSet {color:#333333;font-size:14px;line-height:32px;height:32px;} @media screen and (max-width:640px) { #dh_style_01_1483435618649 #hot>a {padding-left:20px;color:#e16e9d;background:transparent;}} @media screen and (max-width:640px) { #dh_style_01_1483435618649 .mainMenuSet {padding-left:20px;color:#ffffff;border-bottom-style:none;border-bottom-width:0px;line-height:50px;height:50px;}} @media screen and (max-width:640px) { #dh_style_01_1483435618649 .mainMenuSet:hover {padding-left:20px;background:transparent;color:#e16e9d;border-bottom-color:transparent;border-bottom-style:solid;border-bottom-width:1px;line-height:50px;height:50px;}} @media screen and (max-width:640px) { #dh_style_01_1483435618649 .icoMenuSet {color:#e16e9d;border-top-style:none;border-right-style:none;border-left-style:none;border-bottom-style:none;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;}}
/*----------------------电脑板式样式----------------------*/
#dh_style_01_1483435618649{
	.menuStyle_1 .menuUl li>a{width:50%!important;}
         .menuStyle_1 .menuUl li>a:hover{border-bottom:1px solid red;}
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_01_1483435618649{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	.menuStyle_1 .miniMenu .leftBox .menuUlCopy{padding:0!important;}
        .menuStyle_1 .menuLayout .miniMenu.Mslide .sidebar {
             top: 10px;
        }
}

 #user_style_05_1528768476615{width:348px;position:absolute;left:56.333333333333336%;top:14px;}   @media screen and (min-width:641px) and (max-width:1200px) {#user_style_05_1528768476615{left:48.35630965005302%;width:34.4644750795334%;top:11px;}}   @media screen and (max-width:640px) {#user_style_05_1528768476615{width:96%;top:67px;left:2%;display:none;}}  #user_style_05_1528768476615 .textSet {text-align:right;}
/*----------------------电脑板式样式----------------------*/
#user_style_05_1528768476615{
	
}
.PopUpLogin #popUpLogin-t ul li {
    float: right;!important
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#user_style_05_1528768476615{
		
	}
.PopUpLogin #popUpLogin-t ul li {
  float: right!important
}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#user_style_05_1528768476615{
		
	}
}

 #image_logo_1528788446333{width:216px;height:58px;position:absolute;left:0%;top:60px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1528788446333{left:3%;width:216px;height:58px;top:46px;}}   @media screen and (max-width:640px) {#image_logo_1528788446333{width:150px;height:40px;top:20px;left:calc(50% - 75px);}} 

 #text_style_01_1528966720927{width:9.666666666666666%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0.20833333333333334%;top:7px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1528966720927{left:3.0752916224814424%;width:12.83138918345705%;top:7px;}}   @media screen and (max-width:640px) {#text_style_01_1528966720927{width:96%;top:0px;left:2%;display:none;}}  #text_style_01_1528966720927>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1528966720927>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1528966720927>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1484118319812{width:1200px;height:140px;position:absolute;top:0px;left:calc(50% - 600px);z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1484118319812{height:110px;width:100%;left:0%;top:0%;}}   @media screen and (max-width:640px) {#div_includeBlock_1484118319812{width:100%;height:80px;top:0px;left:0%;display:block;z-index:2;}} #div_includeBlock_1484118319812 > .view_contents{overflow:visible;}  #div_includeBlock_1484118319812  {background:rgba(0,0,0,0);}

 #div_blank_1528767586148{width:100%;height:40px;position:absolute;top:0%;left:0%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1528767586148{}}   @media screen and (max-width:640px) {#div_blank_1528767586148{width:96%;height:200px;top:239px;left:2%;display:none;}} #div_blank_1528767586148 > .view_contents{overflow:visible;}  #div_blank_1528767586148  {box-sizing:border-box;background:#f5f5f5;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1528767586148  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1528767586148  {box-sizing:border-box;}} #comm_layout_header{height:140px;z-index:9;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:110px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:81px;z-index:2;}} #comm_layout_header > .view_contents{overflow:visible;}  #comm_layout_header  {background:#ffffff;}


 #banner_style_01_1528958849917{width:100%;height:400px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1528958849917{height:300px;}}   @media screen and (max-width:640px) {#banner_style_01_1528958849917{width:100%;height:150px;top:0px;left:0%;}}  #layout_1528958815492{height:400px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1528958815492{height:300px;}}   @media screen and (max-width:640px) {#layout_1528958815492{height:150px;}} #layout_1528958815492 > .view_contents{overflow:visible;} 
 #layout_1528958805907{height:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1528958805907{}}   @media screen and (max-width:640px) {#layout_1528958805907{height:30px;}} #layout_1528958805907 > .view_contents{overflow:visible;max-width:1200px;} 



 #text_style_01_1528958993026{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1528958993026{width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1528958993026{width:96%;top:0px;left:2%;}}  #text_style_01_1528958993026>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;text-align:center;line-height:45px;color:#333333;font-size:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1528958993026>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1528958993026>.view_contents {box-sizing:border-box;font-size:18px;line-height:35px;}}

 #text_style_01_1528959012765{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:45px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1528959012765{width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1528959012765{width:96%;top:35px;left:2%;}}  #text_style_01_1528959012765>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#e16e9d;text-align:center;font-size:16px;line-height:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1528959012765>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1528959012765>.view_contents {box-sizing:border-box;font-size:14px;}}
 #div_a_includeBlock_1528958961301{width:200px;height:70px;position:absolute;top:0px;left:calc(50% - 100px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1528958961301{}}   @media screen and (max-width:640px) {#div_a_includeBlock_1528958961301{width:200px;height:60px;top:0px;left:calc(50% - 100px);}}  #div_a_includeBlock_1528958961301  {background: url(../img/upimages/pkgimg/2018061215351733.png);background-repeat:no-repeat;background-size:cover;} #layout_1528958942713{height:70px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1528958942713{height:70px;}}   @media screen and (max-width:640px) {#layout_1528958942713{height:60px;}} #layout_1528958942713 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1528967779090{height:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1528967779090{}}   @media screen and (max-width:640px) {#layout_1528967779090{height:30px;}} #layout_1528967779090 > .view_contents{overflow:hidden;max-width:1200px;} 


 #newsList_style_07_1528967823314{width:50%;height:350px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_07_1528967823314{height:300px;width:47%;left:3%;}}   @media screen and (max-width:640px) {#newsList_style_07_1528967823314{width:100%;height:200px;top:0px;left:0%;}}  #newsList_style_07_1528967823314 .titleSet {color:#ffffff;font-size:16px;} #newsList_style_07_1528967823314 .page_btn .pageSet {background:#e16e9d;font-weight:normal;color:#dbb625;} #newsList_style_07_1528967823314 #pagecurSet {background:#e16e9d;font-weight:normal;}

 #newsList_style_04_1528967903214{width:45%;position:absolute;top:0px;left:55%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_04_1528967903214{width:44%;left:53%;}}   @media screen and (max-width:640px) {#newsList_style_04_1528967903214{width:96%;top:310px;left:2%;display:none;}}  #newsList_style_04_1528967903214 .titleSet {font-size:16px;font-weight:bold;padding-top:9px;padding-left:15px;} #newsList_style_04_1528967903214 .detailSet {font-size:14px;border-bottom-style:none;margin-bottom:11px;padding-left:15px;padding-right:15px;} #newsList_style_04_1528967903214 .modSet:hover {box-shadow:#cccccc 3px 8px 8px ;margin-top:-3px;} @media screen and (max-width:640px) { #newsList_style_04_1528967903214 .titleSet {font-size:12px;padding-left:5px;padding-top:3px;}} @media screen and (max-width:640px) { #newsList_style_04_1528967903214 .detailSet {font-size:12px;padding-left:5px;margin-bottom:0px;}}
/*----------------------电脑板式样式----------------------*/
#newsList_style_04_1528967903214{
	
}
#newsList_style_04_1528967903214 .zTm{margin-top:47% !important;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_04_1528967903214{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#newsList_style_04_1528967903214{
		
	}
} #layout_1528967788383{height:371px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1528967788383{height:312px;}}   @media screen and (max-width:640px) {#layout_1528967788383{height:200px;}} #layout_1528967788383 > .view_contents{overflow:hidden;max-width:1200px;} 
 #layout_1528968410418{height:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1528968410418{height:50px;}}   @media screen and (max-width:640px) {#layout_1528968410418{height:30px;}} #layout_1528968410418 > .view_contents{overflow:visible;max-width:1200px;} 


 #newsList_style_02_1583984719080{width:49%;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_02_1583984719080{left:1.2121414403479613%;width:48%;top:0px;}}   @media screen and (max-width:640px) {#newsList_style_02_1583984719080{width:96%;top:0px;left:2%;}}  #newsList_style_02_1583984719080 .imgSet {background:transparent;margin-top:10px;} #newsList_style_02_1583984719080 .btnaSet {background:rgb(225, 110, 157);text-decoration:none;}

 #newsList_style_02_1583985270455{width:49%;position:absolute;top:0px;left:50.99971389770508%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_02_1583985270455{width:48%;top:0px;left:51.08336429413522%;}}   @media screen and (max-width:640px) {#newsList_style_02_1583985270455{width:96%;top:1292px;left:2%;display:none;}}  #newsList_style_02_1583985270455 .imgSet {background:transparent;margin-top:10px;} #newsList_style_02_1583985270455 .btnaSet {background:rgb(225, 110, 157);text-decoration:none;} #layout_1528959323448{height:544px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1528959323448{height:573px;}}   @media screen and (max-width:640px) {#layout_1528959323448{height:1281px;}} #layout_1528959323448 > .view_contents{overflow:hidden;max-width:1200px;} 
 #layout_1528959797658{height:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1528959797658{height:26px;}}   @media screen and (max-width:640px) {#layout_1528959797658{height:24px;display:block;}} #layout_1528959797658 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1483179247661{width:46%;font-size:46px;color:#333;line-height:50px;font-family:宋体;position:absolute;top:177.5px;left:0%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1483179247661{left:0.8333333333333334%;top:40.5px;width:56.35416666666667%;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1483179247661{width:100%;top:169.5px;left:0%;display:none;}}  #text_style_01_1483179247661>.view_contents {box-sizing:border-box;color:#ffffff;font-size:12px;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1483179247661>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1483179247661>.view_contents {box-sizing:border-box;text-align:center;}}


 #dh_style_03_1501400636752{width:600px;z-index:999;left:calc(50% - 300px);top:130px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_03_1501400636752{width:600px;z-index:999;top:105px;left:calc(50% - 300px);}}   @media screen and (max-width:640px) {#dh_style_03_1501400636752{width:96%;z-index:999;left:2%;top:65px;display:none;}} #dh_style_03_1501400636752 > .view_contents{overflow:visible;}  #dh_style_03_1501400636752 #hot>a {color:#ffffff;} #dh_style_03_1501400636752 .mainMenuSet {color:#ffffff;font-size:18px;}
/*----------------------电脑板式样式----------------------*/
#dh_style_03_1501400636752 .menuStyle_3 .menuLi01 a{
	color: inherit;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_03_1501400636752{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_03_1501400636752{
		
	}
}


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

 #text_style_02_1501400637447{width:300px;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:0px;left:calc(50% - 150px);}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1501400637447{left:34.30540827147402%;top:0px;}}   @media screen and (max-width:640px) {#text_style_02_1501400637447{width:100%;top:30px;left:0%;display:none;}}  #text_style_02_1501400637447>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;color:#ffffff;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1501400637447>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1501400637447>.view_contents {box-sizing:border-box;}}

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

 #image_style_01_1528783569580{width:20px;height:20px;position:absolute;left:10.791666666666666%;top:5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1528783569580{left:5.863931601272535%;width:20px;top:5px;}}   @media screen and (max-width:640px) {#image_style_01_1528783569580{width:20px;height:20px;top:0px;left:47.368421052631575%;display:block;}} #image_style_01_1528783569580 > .view_contents{overflow:visible;} 

 #image_style_01_1528783604476{width:20px;height:20px;position:absolute;left:61.916666666666664%;top:5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1528783604476{top:5px;left:63.29367709437964%;}}   @media screen and (max-width:640px) {#image_style_01_1528783604476{width:20px;height:20px;top:60px;left:47.368421052631575%;display:block;}} #image_style_01_1528783604476 > .view_contents{overflow:visible;} 

 #image_style_01_1528783596369{width:20px;height:20px;position:absolute;left:34.458333333333336%;top:5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1528783596369{top:5px;left:31.276511134676564%;}}   @media screen and (max-width:640px) {#image_style_01_1528783596369{width:20px;height:20px;top:30px;left:47.368421052631575%;display:block;}} #image_style_01_1528783596369 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1528783311374{width:100%;height:30px;position:absolute;left:0%;top:180px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1528783311374{left:0%;width:100%;top:152px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1528783311374{width:100%;height:80px;top:119px;left:0%;display:none;}} 

 #text_style_01_1528783407167{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:230px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1528783407167{left:0%;width:100%;top:195px;}}   @media screen and (max-width:640px) {#text_style_01_1528783407167{width:96%;top:15px;left:2%;display:block;}}  #text_style_01_1528783407167>.view_contents {box-sizing:border-box;font-size:16px;font-family:Microsoft YaHei;color:#ffffff;line-height:25px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1528783407167>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1528783407167>.view_contents {box-sizing:border-box;font-size:14px;}}

 #image_style_01_1528785496015{width:215px;height:55px;position:absolute;left:calc(50% - 107.5px);top:70px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1528785496015{left:calc(50% - 108px);width:216px;height:55px;top:50px;}}   @media screen and (max-width:640px) {#image_style_01_1528785496015{width:215px;height:55px;top:0px;left:21.710526315789476%;display:none;}} #image_style_01_1528785496015 > .view_contents{overflow:visible;} 
 #div_includeBlock_1501400636451{width:100%;height:255px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1501400636451{height:240px;}}   @media screen and (max-width:640px) {#div_includeBlock_1501400636451{width:96.00000000000001%;height:74px;top:5px;left:1.999999999999993%;display:block;}}  #div_includeBlock_1501400636451  {border-left-color:#ffffff;border-left-style:none;border-left-width:1px;} @media screen and (max-width:640px) { #div_includeBlock_1501400636451  {border-left-width:0px;}} #comm_layout_footer{height:275px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{display:block;height:240px;}}   @media screen and (max-width:640px) {#comm_layout_footer{display:block;height:78px;}} #comm_layout_footer > .view_contents{max-width:1200px;}  #comm_layout_footer  {border-top-style:solid;border-top-width:1px;border-top-color:#f7f7f8;background: url(../img/upimages/pkgimg/20180612151653934.jpg);background-repeat:no-repeat;background-size:cover;}
/*弹窗效果*/
.PopUpLogin #popUpLogin-t ul{overflow:hidden;zoom:1;font-family:"Microsoft YaHei","verdana"}
.PopUpLogin #popUpLogin-t li{float:left;padding:0px 6px;list-style-type:none}
/* .PopUpLogin #popUpLogin-t li.w{font-size:12px;color:#aaa;line-height:22px;} */
.PopUpLogin a{text-decoration:none;color: inherit;font-size:12px;}
.PopUpLogin .shadows{background:rgba(0,0,0,0.3);width:100%;height:100%;position:fixed;top:0;left:0;z-index:2147483640;display:none;}

.PopUpLogin #userQQLi img{cursor:pointer;vertical-align:middle}
.PopUpLogin #userWXLi img{cursor:pointer}

#popUpLoginMain {display:none;background:url(/images/v8/../res/user/style_05/showloginbg.png) left top no-repeat;width:490px;height:280px;padding:8px;border-radius:5px;position:fixed;top:50%;left:50%;margin:-140px 0 0 -245px;z-index:200000;opacity:0;}
#popUpLoginMain  .LoginMain{background:#fff;height:240px;border-radius:5px;padding:15px 25px 25px 25px}
#popUpLoginMain .closepopUp{float:right;margin: -5px -5px 0 0;width:30px;height:30px;}

#popUpLoginMain #uLoginName{font-size:18px;font-weight:normal;font-family:"Microsoft Yahei","verdana";border-bottom:1px solid #ddd;margin-bottom:20px;line-height:45px}
#popUpLoginMain .LoginMain li{color:#666;font-size:14px;;margin-bottom:18px;}
#popUpLoginMain .LoginMain li .input{border:1px solid #8C96A1;border-radius:3px 3px;height:35px;line-height:35px;width:357px;margin-left:15px;padding:0px;text-indent:10px}
#popUpLoginMain .LoginMain .loginBtn{padding-left:71px;margin-bottom:2px}
#popUpLoginMain .LoginMain .loginBtn input{width:359px;border-radius:3px 3px;height:37px;line-height:35px;color:#fff;border:0px;padding:0px;font-family:"Microsoft Yahei","verdana";font-size:16px;cursor:pointer}
#popUpLoginMain .LoginMain .loginBtn input:hover{filter:alpha(opacity=90);-moz-opacity:0.9; opacity:0.9;}

#popUpLoginMain .MoreInfo{overflow:hidden;zoom:1;margin-top:10px;}
#popUpLoginMain .MoreInfo a{color:#666;text-decoration:underline;font-size:12px;text-align:center;}
#popUpLoginMain .MoreInfo a:hover{color:#f00}
#popUpLoginMain .MoreInfo div{float:left;margin-left:20px}
#popUpLoginMain .MoreInfo div#loginRegister a{color:#f00}
#popUpLoginMain .MoreInfo div#loginRegister{margin-left:88px;}

/*需要更换的颜色值的*/
.PopUpLoginStyle_1 #popUpLogin-t a.modFontColor:hover{color:#1490FD;}
.PopUpLoginStyle_1 .modBgColor{background:#1490FD}


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

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

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

.ol-image img{ width:100% }

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



.jscartStyle4{background:url(../img/cart/style_4/car.png) left center no-repeat;padding-left:26px;line-height:22px;}
.jscartStyle4 a{font-size:12px;color:#333}
.jscartStyle4 .colorFont b{font-family:"verdana"}
.jscartStyle4 .mo-cart{display:none;}


@media screen and (max-width: 321px){
	.jscartStyle4 .cartTips{display:none}
	.jscartStyle4 .mo-cart{display:block}
}

/*需要更换的颜色值*/
.jscartStyle4 .colorFont{color:#ff002a}


/*菜单样式*/
.menuStyle_1{width:100%; position:relative;}
.menuStyle_1 *{transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -webkit-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -moz-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -o-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; box-sizing: border-box;}
.menuStyle_1 .dflex{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.menuStyle_1 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_1 ul,.menuStyle_1 li{padding:0;margin:0px;list-style:none}
.menuStyle_1 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_1 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_1 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl li{position:relative;}
.menuStyle_1 .menuUl li>a{text-decoration:none; color:#4d5158;font-size:14px;height:44px; box-sizing:border-box; line-height:44px;display:block;text-align:center; letter-spacing:normal; white-space:nowrap; padding: 0 1em\0;}
.menuStyle_1 .menuUl li>a:hover{color:#f90}
.menuStyle_1 .menuUl #hot > a{color:#f90;}
.menuStyle_1 .menuLayout .miniMenu{display:none;}
.menuStyle_1 .menuUl02 {opacity: 0; display: none; position: absolute; left: 50%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_1 .menuUl .rflex:hover .menuUl02 {opacity: 1; display: block; height: auto;}
.menuStyle_1 .menuUl02 .subMenu02 { float: none;}
.menuStyle_1 .menuUl02 .subMenu02 a { color: #333; width: 130px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 15px;}
.menuStyle_1 .menuUl02 .subMenu02 a:hover {}
.menuStyle_1 .rflex { position: relative;}




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

@media screen and (max-width:640px) {
.menuStyle_1 .menuUl,.menuStyle_1 .menuUl_box {display:none;}
.menuStyle_1 .menuScroll{height: 84%; height: 84vh; width: 100%;}
.menuStyle_1 .menuScroll>.menuUlCopy{width: calc(100% + 18px); height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_1 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .sidebar{font-size:28px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_1 .miniMenu .leftBox .nav{width:100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy{padding:15px 0 15px 30px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li{width:100%; }
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li a{width:100%; display:block; text-align:left;color:#fff; border-bottom:1px solid rgba(255,255,255,.2); text-decoration:none; font-size:16px; line-height:44px; white-space: nowrap;
overflow: hidden; text-overflow: ellipsis;} 
.menuStyle_1 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(0,0,0,.85); position: fixed; width: 100%; top: 0; left: 0;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .sidebar{color:#fff;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}

/*弹窗效果*/
.PopUpLogin #popUpLogin-t ul{overflow:hidden;zoom:1;font-family:"Microsoft YaHei","verdana"}
.PopUpLogin #popUpLogin-t li{float:left;padding:0px 6px;list-style-type:none;}
/* .PopUpLogin #popUpLogin-t li.w{font-size:12px;color:#aaa;line-height:22px;} */
.PopUpLogin li>a{text-decoration:none;color: inherit;font-size: inherit;}
.PopUpLogin .shadows{background:rgba(0,0,0,0.3);width:100%;height:100%;position:fixed;top:0;left:0;z-index:2147483640;display:none;}

.PopUpLogin #userQQLi img{cursor:pointer;vertical-align:middle}
.PopUpLogin #userWXLi img{cursor:pointer}
.PopUpLogin .v9_hide_if_logined a{color: inherit;font-size: inherit;text-decoration:inherit;}

#popUpLoginMain {display:none;background:url(/images/v8/showloginbg.png) left top no-repeat;width:490px;height:280px;padding:8px;border-radius:5px;position:fixed;top:50%;left:50%;margin:-140px 0 0 -245px;z-index:200000;opacity:0;}
#popUpLoginMain .LoginMain{background:#fff;height:240px;border-radius:5px;padding:15px 25px 25px 25px}
#popUpLoginMain .closepopUp{float:right;margin: -5px -5px 0 0;width:30px;height:30px;}

#popUpLoginMain #uLoginName{font-size:18px;font-weight:normal;font-family:"Microsoft Yahei","verdana";border-bottom:1px solid #ddd;margin-bottom:20px;line-height:45px}
#popUpLoginMain .LoginMain li{color:#666;font-size:14px;;margin-bottom:18px;}
#popUpLoginMain .LoginMain li .input{border:1px solid #8C96A1;border-radius:3px 3px;height:35px;line-height:35px;width:357px;margin-left:15px;padding:0px;text-indent:10px}
#popUpLoginMain .LoginMain .loginBtn{padding-left:71px;margin-bottom:2px}
#popUpLoginMain .LoginMain .loginBtn input{width:359px;border-radius:3px 3px;height:37px;line-height:35px;color:#fff;border:0px;padding:0px;font-family:"Microsoft Yahei","verdana";font-size:16px;cursor:pointer}
#popUpLoginMain .LoginMain .loginBtn input:hover{filter:alpha(opacity=90);-moz-opacity:0.9; opacity:0.9;}

.PopUpLogin .Login_after a{font-size: inherit; color: inherit !important;}

#popUpLoginMain .MoreInfo{overflow:hidden;zoom:1;margin-top:10px;}
#popUpLoginMain .MoreInfo a{color:#666;text-decoration:underline;text-align:center;}
#popUpLoginMain .MoreInfo a:hover{color:#f00}
#popUpLoginMain .MoreInfo div{float:left;margin-left:20px}
#popUpLoginMain .MoreInfo div#loginRegister a{color:#f00}
#popUpLoginMain .MoreInfo div#loginRegister{margin-left:88px;}

/*需要更换的颜色值的*/
.PopUpLoginStyle_1 #popUpLogin-t a.modFontColor:hover{color:#1490FD;}
.PopUpLoginStyle_1 .modBgColor{background:#1490FD}.logoStyle *{box-sizing: border-box;}
.logoStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.logoStyle>a{overflow: hidden; width: 100%;height: 100%; display: block;}
.logoName{white-space: nowrap;} 
/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/

/* banner样式 */

.bannerStyle_1{width:100%; height:100%; position:relative;}
.bannerStyle_1 .main_visual{height:100%; overflow:hidden; position:relative; }

.bannerStyle_1 .main_image{height:100%; overflow:hidden; position:relative; }

/* 圆点 */
.bannerStyle_1 div.flicking_con{position:absolute; bottom:20px; left:0; z-index:999; width:100%; height:14px; text-align:center; z-index: 105;}
.bannerStyle_1 div.flicking_con a{width:14px; height:14px; padding:0; background:none; border:1px solid white; display:inline-block; box-sizing:border-box; margin:0 3px; border-radius:100%; }
.bannerStyle_1 div.flicking_con a.on{background:white; border:0;}

/* 左右按钮 */
.bannerStyle_1 .btn_prev,.bannerStyle_1 .btn_next{z-index:11111; position:absolute; width:73px; height:74px; top:50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); display:none; }
.bannerStyle_1 .btn_prev{background:url(../img/banner/style_01/hover_left.png) no-repeat left top; left:20px; background-size: 80%;}
.bannerStyle_1 .btn_next{background:url(../img/banner/style_01/hover_right.png) no-repeat right top; right:20px; background-size: 80%;}

/* 遮罩面板 */
.bannerStyle_1 .ground_glass{display:none; position:absolute; top:0; left:0; opacity:0; width:100%; height:100%; z-index:998; background-color:#fff;}

@media screen and  (min-width:326px) and (max-width:767px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
}
@media screen and  (max-width:640px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
	.bannerStyle_1 .btn_prev, .bannerStyle_1 .btn_next{width:53px; height:54px;}
}

/* 默认 动画效果 */
.bannerStyle_1 .main_image .img-list{width:100%; height:100%; overflow:hidden; position:absolute; top:0; left:0}
.bannerStyle_1 .main_image .img-item{position:absolute; width:100%; height:100%; display:block; top:0;}
.bannerStyle_1 .main_image .img-item span{display:block; width:100%; height:100%; background-size:cover !important;}
.bannerStyle_1 .main_image .img-item a{display:block; width:100%; height:100%; overflow: hidden;}

/* 3D矩形旋转 动画效果 */
.bannerStyle_1.rotate-3d .img-part{
	position: absolute;
	top: 0;
	width: calc(20% + 1px);	/* [注意] 修改为总宽度 / 动画块个数 */
	height: 100%;
	background-color: #fff;
	transition: all .7s;
	/* 设置子元素在3D空间中呈现 */
	transform-style: preserve-3d;
}
.bannerStyle_1.rotate-3d .img-part .img{
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: 500% auto;	/* [注意] 宽度 为 动画块个数 * 100%, 这样图片可以分若干份后始终100%, 如果不需要这样, 可以设置为cover */
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(1){
	transform: rotateX(0deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(2){
	transform: rotateX(-90deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(3){
	transform: rotateX(-180deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(4){
	transform: rotateX(-270deg) translateZ(150px);
}


.img_url{ position:absolute; width:100%; height:100%; left:0; top:0; display:block; z-index: 100;}
	
            #banner_style_01_1528958849917 .bannerStyle_1 .main_image .img-item .img_0{background: url('../img/upimages/pkgimg/20180613180311256.jpg') center top no-repeat;}
                #banner_style_01_1528958849917 .bannerStyle_1 .main_image .img-item .img_1{background: url('../img/upimages/pkgimg/20180613180311676.jpg') center top no-repeat;}
                #banner_style_01_1528958849917 .bannerStyle_1 .main_image .img-item .img_2{background: url('../img/upimages/pkgimg/20180613180311845.jpg') center top no-repeat;}
                #banner_style_01_1528958849917 .bannerStyle_1 .main_image .img-item .img_3{background: url('../img/upimages/pkgimg/20180613180311902.jpg') center top no-repeat;}
                #banner_style_01_1528958849917 .bannerStyle_1 .ground_glass{}
    
    #banner_style_01_1528958849917 .bannerStyle_1 .main_image .img-item span{background-size:auto 100%!important;}
    @media screen and (min-width:641px) and (max-width:1200px) {
    #banner_style_01_1528958849917 .bannerStyle_1 .main_image .img-item span{background-size:auto 100%!important;}
    }

    @media screen and (max-width:640px) {
    #banner_style_01_1528958849917 .bannerStyle_1 .main_image .img-item span{background-size:auto 100%!important;}    }
/*新闻列表样式*/
.boxNewsListStyle_7{position: relative; width:100%; height: 100%; clear: both;}
.boxNewsListStyle_7 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing:border-box;}
.boxNewsListStyle_7 ul{position: relative; width: 100%; height: 100%;}
.boxNewsListStyle_7 ul li{position: absolute; left: 0; top: 0; width:100%; height: 100%; display: none;}
.boxNewsListStyle_7 .newPic{position:relative; width:100%; background: #eee; overflow:hidden;}
.boxNewsListStyle_7 .newPic img{position:absolute; top:0; left:0; width:100%; height: auto;}
.boxNewsListStyle_7 .newPic .zTm{margin-top:75%;}
.boxNewsListStyle_7 .newCont{position: absolute; left: 0; bottom: 10%; width: 80%; height: auto; background: rgba(0,0,0,.4); padding: 8px;}
.boxNewsListStyle_7 .newCont .newTitle{ line-height: 28px; font-size: 14px; text-align: left; width: 100%;}
.boxNewsListStyle_7 .newCont .newTitle a{color: inherit; line-height: inherit; font-size: inherit; display: block; text-align: inherit;}
.boxNewsListStyle_7 .newCont .newDetail{font-size: 12px; line-height: 24px; color: #eee;}
.boxNewsListStyle_7 .newFocus{position: absolute; bottom: 0; right: 0;}
.boxNewsListStyle_7 .newFocus a{display: inline-block; width: 18px; height: 18px; line-height: 18px; font-size: 12px; color: #fff; text-align: center; background: #000; margin-right: -3px;}
.boxNewsListStyle_7 .newFocus a.cur{background: #eee; color: #000;}

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

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

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

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

#newsList_style_07_1528967823314 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_07_1528967823314 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_07_1528967823314 .page_submit{margin-left:5px;}
#newsList_style_07_1528967823314 .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_07_1528967823314 .page_btn{ font-size:12px; }
		#newsList_style_07_1528967823314 .submit_div{ display:none; }
	}

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

/*新闻列表样式*/
.boxNewsListStyle_4{width:100%; clear: both;}
.boxNewsListStyle_4 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_4 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.boxNewsListStyle_4 .sumary_list{list-style:none; background:#fff;overflow: hidden;}
.boxNewsListStyle_4 .sumary_list .newPic{width:100%; min-width:100px; overflow:hidden; position:relative; box-sizing:border-box; background: #eee;}
.boxNewsListStyle_4 .sumary_list .newPic img{position:absolute; top:0; left:0; width:100%;}
.boxNewsListStyle_4 .sumary_list .newPic .zTm{margin-top:100%;}
.boxNewsListStyle_4 .sumary_list .newCont{width:100%;position: relative;z-index: 999;}
.boxNewsListStyle_4 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_4 .sumary_list .newName a{text-decoration:none; color: #333; line-height:1.1; font-size:14px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; margin: 10px 0;}
.boxNewsListStyle_4 .sumary_list .newB{width:100%; line-height:2; padding-top: 5px;}
.boxNewsListStyle_4 .sumary_list .newSort{color:#fff; background-color: #498D9C; font-size:12px; white-space: nowrap; padding:.5em 1em; margin-right:5px;}
.boxNewsListStyle_4 .sumary_list .newsTime{text-align:right;color:#666; font-size:14px; white-space:nowrap;}
.boxNewsListStyle_4 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_4 .sumary_list .newsTime span.nTime{display:none;}
.boxNewsListStyle_4 .sumary_list .newDetail{width:100%; margin:0; color:#999; font-size:12px; line-height:1.6;border-bottom:1px solid #eee;}
.boxNewsListStyle_4 .sumary_list .newDetail span{display: block;margin-bottom: 6px;overflow: hidden;}
.boxNewsListStyle_4 .sumary_list .show_all{width:100%; margin-top:.5em;}
.boxNewsListStyle_4 .sumary_list .show_all a{display:block; margin-top:.4em; text-decoration:none; border:1px solid #ddd; text-align:center; padding:.4em; font-size:12px;  color:#666; }
/* 分页 */
.boxNewsListStyle_4 .page{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_4 .page_btn .cur{ background:red; color:white; cursor:pointer;}
.boxNewsListStyle_4 .page:hover{ background:red; color:white; cursor:pointer;}
@media screen and (max-width:768px){
/*分页*/
.boxNewsListStyle_4 .page_btn a:nth-child(n+5){display: none;}
.boxNewsListStyle_4 .page_btn a:nth-last-child(1),.boxNewsListStyle_4 .page_btn a:nth-last-child(2),.boxNewsListStyle_4 .page_btn a:nth-last-child(3){display: inline-block !important;}
}
	#newsList_style_04_1528967903214 .newDetail.pc {display:block;}
	#newsList_style_04_1528967903214 .newDetail.pad, #newsList_style_04_1528967903214 .newDetail.mobile {display:none;}
	#newsList_style_04_1528967903214 .newTitle.pc {display:block;}
	#newsList_style_04_1528967903214 .newTitle.pad, #newsList_style_04_1528967903214 .newTitle.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_04_1528967903214 .newDetail.pad {display:block;}
		#newsList_style_04_1528967903214 .newDetail.pc, #newsList_style_04_1528967903214 .newDetail.mobile {display:none;}
		#newsList_style_04_1528967903214 .newTitle.pad {display:block;}
		#newsList_style_04_1528967903214 .newTitle.pc, #newsList_style_04_1528967903214 .newTitle.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_04_1528967903214 .newDetail.mobile {display:block;}
		#newsList_style_04_1528967903214 .newDetail.pc, #newsList_style_04_1528967903214 .newDetail.pad {display:none;}
		#newsList_style_04_1528967903214 .newTitle.mobile {display:block;}
		#newsList_style_04_1528967903214 .newTitle.pc, #newsList_style_04_1528967903214 .newTitle.pad {display:none;}
	}

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

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

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

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

#newsList_style_04_1528967903214 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_04_1528967903214 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_04_1528967903214 .page_submit{margin-left:5px;}
#newsList_style_04_1528967903214 .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_04_1528967903214 .page_btn{ font-size:12px; }
		#newsList_style_04_1528967903214 .submit_div{ display:none; }
	}

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

/*新闻列表样式*/
.boxNewsListStyle_2{width:100%; clear: both;}
.boxNewsListStyle_2 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_2 li{width:100%; list-style:none; margin-bottom:10px; background:#fff;}
.boxNewsListStyle_2 li .clear{clear:both;}
.boxNewsListStyle_2 .sumary_list .newPic{float:left; width:150px; background: #eee; overflow:hidden; position:relative; border:1px solid #eee; box-sizing:border-box;}
.boxNewsListStyle_2 .sumary_list .newPic img{position:absolute; top:0; left:0; width:100%;}
.boxNewsListStyle_2 .sumary_list .newPic .zTm{margin-top:100%;}
.boxNewsListStyle_2 .sumary_list .newCont{float:left; width:calc(100% - 150px); padding-left:1em; box-sizing:border-box;}
.boxNewsListStyle_2 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_2 .sumary_list .newName{}
.boxNewsListStyle_2 .sumary_list .newName a{color:#333; text-decoration:none;font-size:16px;padding:15px 0 10px; border-bottom: 1px solid #eee;line-height: 1.4;-webkit-line-clamp: 1;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;}
.boxNewsListStyle_2 .sumary_list .newName a:hover{}
.boxNewsListStyle_2 .sumary_list .newB{width:100%; line-height:2; padding-top:.5em;}
.boxNewsListStyle_2 .sumary_list .newSort{color:#f37878; font-size:12px; white-space: nowrap; border-radius:1.5em; margin-right:5px;}
.boxNewsListStyle_2 .sumary_list .newsTime{text-align:right;color:#888; font-size:14px; white-space:nowrap;}
.boxNewsListStyle_2 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_2 .sumary_list .newDetail{width:100%; padding:.6em .6em 0 0;margin-bottom: 0.6em; color:#888; font-size:12px; line-height:1.6;}
.boxNewsListStyle_2 .sumary_list .show_all{width:100%;}
.boxNewsListStyle_2 .sumary_list .show_all a{display:inline-block; margin-top:.4em; text-decoration:underline; font-size:12px;  color:#fff; background: #f37878; padding: 4px 10px; }
/* 分页 */
.boxNewsListStyle_2 .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_2 .page_btn .cur{ background:red; color:white; cursor:pointer;}
.boxNewsListStyle_2 .page:hover{ background:red; color:white; cursor:pointer;}

@media screen and (max-width:991px){
.boxNewsListStyle_2 .sumary_list .newName{margin:.4em 0;}
}
@media screen and (max-width:768px){
.boxNewsListStyle_2 li{float:left; width:calc((100% - 10px)/2); margin-right:10px;}
.boxNewsListStyle_2 li:nth-child(even){margin-right:0;}
.boxNewsListStyle_2 .sumary_list .newPic{float:none; width:100%;}
.boxNewsListStyle_2 .sumary_list .newCont{float:none; width:100%; padding-left: 0;}
.boxNewsListStyle_2 .sumary_list .newName{margin:.4em 0;}
.boxNewsListStyle_2 .sumary_list .newName a{font-size:14px; }
/*分页*/
.boxNewsListStyle_2 .page_btn a:nth-child(n+5){display: none;}
.boxNewsListStyle_2 .page_btn a:nth-last-child(1),.boxNewsListStyle_2 .page_btn a:nth-last-child(2),.boxNewsListStyle_2 .page_btn a:nth-last-child(3){display: inline-block;}
}
@media screen and (max-width:480px){
.boxNewsListStyle_2 li{float:none; width:100%; margin-right:0;}
.boxNewsListStyle_2 .sumary_list .newName{margin:.4em 0;}
.boxNewsListStyle_2 .sumary_list .newName a{font-size:14px;}
}


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

@media screen and (min-width: 1025px) {
	#newsList_style_02_1583984719080 .sumary_list .newPic{width: 240px;}
	#newsList_style_02_1583984719080 .sumary_list .newCont{width: calc(100% - 240px);}
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
	#newsList_style_02_1583984719080 .sumary_list .newPic{width: Arraypx;}
	#newsList_style_02_1583984719080 .sumary_list .newCont{width: calc(100% - Arraypx);}
}

@media screen and (max-width: 640px) {
	#newsList_style_02_1583984719080 .sumary_list .newPic{width: Arraypx;}
}

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

#newsList_style_02_1583984719080 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_02_1583984719080 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_02_1583984719080 .page_submit{margin-left:5px;}
#newsList_style_02_1583984719080 .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_02_1583984719080 .page_btn{ font-size:12px; }
		#newsList_style_02_1583984719080 .submit_div{ display:none; }
	}

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

/*新闻列表样式*/
.boxNewsListStyle_2{width:100%; clear: both;}
.boxNewsListStyle_2 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_2 li{width:100%; list-style:none; margin-bottom:10px; background:#fff;}
.boxNewsListStyle_2 li .clear{clear:both;}
.boxNewsListStyle_2 .sumary_list .newPic{float:left; width:150px; background: #eee; overflow:hidden; position:relative; border:1px solid #eee; box-sizing:border-box;}
.boxNewsListStyle_2 .sumary_list .newPic img{position:absolute; top:0; left:0; width:100%;}
.boxNewsListStyle_2 .sumary_list .newPic .zTm{margin-top:100%;}
.boxNewsListStyle_2 .sumary_list .newCont{float:left; width:calc(100% - 150px); padding-left:1em; box-sizing:border-box;}
.boxNewsListStyle_2 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_2 .sumary_list .newName{}
.boxNewsListStyle_2 .sumary_list .newName a{color:#333; text-decoration:none;font-size:16px;padding:15px 0 10px; border-bottom: 1px solid #eee;line-height: 1.4;-webkit-line-clamp: 1;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;}
.boxNewsListStyle_2 .sumary_list .newName a:hover{}
.boxNewsListStyle_2 .sumary_list .newB{width:100%; line-height:2; padding-top:.5em;}
.boxNewsListStyle_2 .sumary_list .newSort{color:#f37878; font-size:12px; white-space: nowrap; border-radius:1.5em; margin-right:5px;}
.boxNewsListStyle_2 .sumary_list .newsTime{text-align:right;color:#888; font-size:14px; white-space:nowrap;}
.boxNewsListStyle_2 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_2 .sumary_list .newDetail{width:100%; padding:.6em .6em 0 0;margin-bottom: 0.6em; color:#888; font-size:12px; line-height:1.6;}
.boxNewsListStyle_2 .sumary_list .show_all{width:100%;}
.boxNewsListStyle_2 .sumary_list .show_all a{display:inline-block; margin-top:.4em; text-decoration:underline; font-size:12px;  color:#fff; background: #f37878; padding: 4px 10px; }
/* 分页 */
.boxNewsListStyle_2 .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_2 .page_btn .cur{ background:red; color:white; cursor:pointer;}
.boxNewsListStyle_2 .page:hover{ background:red; color:white; cursor:pointer;}

@media screen and (max-width:991px){
.boxNewsListStyle_2 .sumary_list .newName{margin:.4em 0;}
}
@media screen and (max-width:768px){
.boxNewsListStyle_2 li{float:left; width:calc((100% - 10px)/2); margin-right:10px;}
.boxNewsListStyle_2 li:nth-child(even){margin-right:0;}
.boxNewsListStyle_2 .sumary_list .newPic{float:none; width:100%;}
.boxNewsListStyle_2 .sumary_list .newCont{float:none; width:100%; padding-left: 0;}
.boxNewsListStyle_2 .sumary_list .newName{margin:.4em 0;}
.boxNewsListStyle_2 .sumary_list .newName a{font-size:14px; }
/*分页*/
.boxNewsListStyle_2 .page_btn a:nth-child(n+5){display: none;}
.boxNewsListStyle_2 .page_btn a:nth-last-child(1),.boxNewsListStyle_2 .page_btn a:nth-last-child(2),.boxNewsListStyle_2 .page_btn a:nth-last-child(3){display: inline-block;}
}
@media screen and (max-width:480px){
.boxNewsListStyle_2 li{float:none; width:100%; margin-right:0;}
.boxNewsListStyle_2 .sumary_list .newName{margin:.4em 0;}
.boxNewsListStyle_2 .sumary_list .newName a{font-size:14px;}
}


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

@media screen and (min-width: 1025px) {
	#newsList_style_02_1583985270455 .sumary_list .newPic{width: 240px;}
	#newsList_style_02_1583985270455 .sumary_list .newCont{width: calc(100% - 240px);}
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
	#newsList_style_02_1583985270455 .sumary_list .newPic{width: Arraypx;}
	#newsList_style_02_1583985270455 .sumary_list .newCont{width: calc(100% - Arraypx);}
}

@media screen and (max-width: 640px) {
	#newsList_style_02_1583985270455 .sumary_list .newPic{width: Arraypx;}
}

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

#newsList_style_02_1583985270455 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_02_1583985270455 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_02_1583985270455 .page_submit{margin-left:5px;}
#newsList_style_02_1583985270455 .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_02_1583985270455 .page_btn{ font-size:12px; }
		#newsList_style_02_1583985270455 .submit_div{ display:none; }
	}

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

/*菜单样式*/
.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_03_1501400636752 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

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


	#image_style_01_1528783569580 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1528783569580 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1528783569580 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1528783569580 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_1528783604476 .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_1528783604476 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1528783604476 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1528783604476 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_1528783596369 .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_1528783596369 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1528783596369 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1528783596369 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_1528785496015 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1528785496015 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1528785496015 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1528785496015 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;}

				.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;}
				}
				