
/**
    *编辑器         \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_1514519025357{width:39.58333333333333%;position:absolute;top:0px;left:30.208333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#qqol_style_01_1514519025357{z-index:2;width:392px;left:53.13494167550371%;}}   @media screen and (max-width:640px) {#qqol_style_01_1514519025357{width:57.85123966942148%;top:77px;left:21.07438016528926%;display:none;}} #qqol_style_01_1514519025357 > .view_contents{overflow:visible;} 

 #dh_style_02_1514432006860{width:100%;height:90px;z-index:999;position:absolute;top:28px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_02_1514432006860{z-index:1;top:28px;left:calc(50% - 471.5px);}}   @media screen and (max-width:640px) {#dh_style_02_1514432006860{width:91.875%;height:84px;z-index:2;top:0px;left:4%;display:none;}} #dh_style_02_1514432006860 > .view_contents{overflow:visible;}  #dh_style_02_1514432006860 .mainMenuSet {font-size:16px;letter-spacing:1px;} #dh_style_02_1514432006860 #hot>a {font-size:16px;color:#3c9ae4;} #dh_style_02_1514432006860 .mainMenuSet:hover {font-size:16px;} @media screen and (max-width:640px) { #dh_style_02_1514432006860 .columnSet {}} @media screen and (max-width:640px) { #dh_style_02_1514432006860 .icoMenuSet {font-family:Microsoft YaHei;}} @media screen and (max-width:640px) { #dh_style_02_1514432006860 .mainMenuSet {margin-left:-24px;padding-left:10px;}}
/*----------------------电脑板式样式----------------------*/
#dh_style_02_1514432006860 .Style_02_pcMenu .menuLogo img{
	width:203px;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_02_1514432006860{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_02_1514432006860{
		
	}
#dh_style_02_1514432006860 .icoMenuSet::before{ content:'\f039';}
#dh_style_02_1514432006860 .Style_02_miniMenu .menuArr{ display:none;}
#dh_style_02_1514432006860 .Style_02_miniMenu .menuUl>li{ border-bottom:0;}
#dh_style_02_1514432006860 .Style_02_miniMenu .menuMain{ width:100%;}
#dh_style_02_1514432006860 .Style_02_miniMenu .menuMain_bg{ width:92%; margin:0 auto;}
#dh_style_02_1514432006860 .Style_02_miniMenu .menuUl{ padding:0;}
}

 #user_style_05_1515466392225{width:40.5%;position:absolute;top:5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#user_style_05_1515466392225{left:2%;}}   @media screen and (max-width:640px) {#user_style_05_1515466392225{width:96%;top:10px;left:2%;display:none;}}  #user_style_05_1515466392225 .textSet {font-size:14px;}
/*----------------------电脑板式样式----------------------*/
#user_style_05_1515466392225 li.w{
	display:none;
}
#user_style_05_1515466392225 li{ width:60px; height:30px; line-height:30px; background:#f4f4f4; text-align:center; padding:0; border-radius:3px;}
#user_style_05_1515466392225 li>a{ display:block;}
#user_style_05_1515466392225 li.showpLogin{ background:#3C9AE4; color:white; margin-right:6px;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#user_style_05_1515466392225{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#user_style_05_1515466392225{
		
	}
}

 #image_logo_1516418392302{width:16.666666666666664%;height:200px;display:none;position:absolute;left:41.66666666666667%;top:22.671875px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1516418392302{width:20.833333333333336%;height:200px;display:none;left:39.58333333333333%;top:22.671875px;}}   @media screen and (max-width:640px) {#image_logo_1516418392302{width:50%;height:91px;display:block;top:0px;left:2%;}} 

 #dh_style_01_1516418427813{width:66.66666666666666%;z-index:999;display:none;position:absolute;left:16.66666666666667%;top:75.671875px;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1516418427813{width:83.33333333333334%;z-index:999;display:none;left:8.333333333333329%;top:75.671875px;}}   @media screen and (max-width:640px) {#dh_style_01_1516418427813{width:13.750000000000002%;z-index:999;display:block;top:23.5px;left:82.2%;}} #dh_style_01_1516418427813 > .view_contents{overflow:visible;}  @media screen and (max-width:640px) { #dh_style_01_1516418427813 .mainMenuSet {margin-left:-24px;padding-left:10px;border-bottom-style:none;}} @media screen and (max-width:640px) { #dh_style_01_1516418427813 #hot>a {background:#018bf6;color:#ffffff;border-bottom-style:none;}} #comm_layout_header{height:118px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:118px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:91px;z-index:2;}} #comm_layout_header > .view_contents{max-width:1200px;overflow:visible;} 


 #text_style_01_1514510582012{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:105px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1514510582012{top:54px;left:0%;}}   @media screen and (max-width:640px) {#text_style_01_1514510582012{width:100%;top:28px;left:0%;}}  #text_style_01_1514510582012>.view_contents {box-sizing:border-box;font-family:SimSun;font-style:italic;color:#ffffff;font-size:50px;text-align:center;line-height:50px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1514510582012>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1514510582012>.view_contents {box-sizing:border-box;font-family:SimSun;font-size:25px;line-height:25px;}}
/*----------------------电脑板式样式----------------------*/
#text_style_01_1514510582012 .view_contents{
	text-shadow:0px 0px 15px black;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1514510582012{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_01_1514510582012{
		
	}
}

 #text_style_01_1514515519741{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:160px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1514515519741{top:109px;left:0%;}}   @media screen and (max-width:640px) {#text_style_01_1514515519741{width:100%;top:58px;left:0%;}}  #text_style_01_1514515519741>.view_contents {box-sizing:border-box;font-family:SimSun;font-style:italic;color:#ffffff;font-size:40px;text-align:center;line-height:45px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1514515519741>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1514515519741>.view_contents {box-sizing:border-box;font-family:SimSun;font-size:18px;line-height:20px;}}
/*----------------------电脑板式样式----------------------*/
#text_style_01_1514515519741 .view_contents{
	text-shadow:0px 0px 15px black;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1514515519741{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_01_1514515519741{
		
	}
} #layout_diy_1514432196{height:301px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1514432196{height:205px;}}   @media screen and (max-width:640px) {#layout_diy_1514432196{height:114px;}}  #layout_diy_1514432196  {background: url(../img/upimages/pkgimg/weishenImg/banner2.jpg);background-repeat:no-repeat;background-size:auto 100%;background-position-x:50%;}


 #image_style_01_1514515740536{width:16.666666666666664%;height:165px;position:absolute;top:105px;left:67.625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1514515740536{width:248px;left:61.87698833510075%;top:88px;}}   @media screen and (max-width:640px) {#image_style_01_1514515740536{width:145px;height:140px;top:21px;left:calc(50% - 72.5px);}} #image_style_01_1514515740536 > .view_contents{overflow:visible;} 

 #image_style_01_1514515709550{width:50%;height:483px;position:absolute;top:50px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1514515709550{left:2%;width:48%;}}   @media screen and (max-width:640px) {#image_style_01_1514515709550{width:92%;height:236px;top:180px;left:4%;}} #image_style_01_1514515709550 > .view_contents{overflow:visible;} 

 #text_style_01_1514515758062{width:47.9%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:284px;left:52%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1514515758062{left:52.06786850477201%;width:45.9%;top:267px;}}   @media screen and (max-width:640px) {#text_style_01_1514515758062{width:92%;top:426px;left:4%;}}  #text_style_01_1514515758062>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#666666;text-indent:2em;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1514515758062>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1514515758062>.view_contents {box-sizing:border-box;font-size:12px;}} #layout_1514510329582{height:533px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1514510329582{height:750px;}}   @media screen and (max-width:640px) {#layout_1514510329582{height:696px;}} #layout_1514510329582 > .view_contents{overflow:visible;max-width:1200px;} 



 #image_style_01_1514516704425{width:50%;height:500px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1514516704425{}}   @media screen and (max-width:640px) {#image_style_01_1514516704425{width:100%;height:163px;top:0px;left:0%;}} #image_style_01_1514516704425 > .view_contents{overflow:visible;} 

 #text_style_01_1514517060449{width:50%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:169px;left:50%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1514517060449{left:50%;width:50%;}}   @media screen and (max-width:640px) {#text_style_01_1514517060449{width:100%;top:183px;left:0%;}}  #text_style_01_1514517060449>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:25px;font-weight:normal;text-align:center;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1514517060449>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1514517060449>.view_contents {box-sizing:border-box;font-size:16px;line-height:20px;}}

 #div_blank_1514517109729{width:5%;height:3px;position:absolute;top:229px;left:72.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1514517109729{left:72.47701059850374%;width:5%;}}   @media screen and (max-width:640px) {#div_blank_1514517109729{width:10%;height:3px;top:221px;left:45.37096088435374%;}} #div_blank_1514517109729 > .view_contents{overflow:visible;}  #div_blank_1514517109729  {box-sizing:border-box;background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1514517109729  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1514517109729  {box-sizing:border-box;}}

 #text_style_01_1514516997543{width:48%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:254px;left:51.041666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1514516997543{left:50%;width:50%;}}   @media screen and (max-width:640px) {#text_style_01_1514516997543{width:100%;top:237px;left:0%;}}  #text_style_01_1514516997543>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:18px;text-align:center;line-height:40px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1514516997543>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1514516997543>.view_contents {box-sizing:border-box;font-size:12px;line-height:25px;}}
 #div_a_includeBlock_1514516806216{width:80%;height:500px;position:absolute;top:50px;left:10%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1514516806216{width:85%;left:7.4761399787910925%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1514516806216{width:92%;height:301px;top:30px;left:4%;}}  #div_a_includeBlock_1514516806216  {background:#3c9ae4;} #layout_1514515822046{height:550px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1514515822046{height:550px;}}   @media screen and (max-width:640px) {#layout_1514515822046{height:331px;}} #layout_1514515822046 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1514860522871{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:34.583333333333336%;top:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1514860522871{width:38.54166666666667%;left:30.75291622481442%;top:50px;}}   @media screen and (max-width:640px) {#text_style_01_1514860522871{width:92%;top:24px;left:4%;}}  #text_style_01_1514860522871>.view_contents {box-sizing:border-box;text-align:center;font-family:Microsoft YaHei;font-size:20px;line-height:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1514860522871>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1514860522871>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;text-align:center;line-height:20px;}}

 #image_style_11_1514860561342{width:100%;position:absolute;left:0%;top:125px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_11_1514860561342{width:96%;left:2%;top:125px;}}   @media screen and (max-width:640px) {#image_style_11_1514860561342{width:92%;top:70px;left:4%;}} #image_style_11_1514860561342 > .view_contents{overflow:visible;}  @media screen and (max-width:640px) { #image_style_11_1514860561342 .titSet {font-family:Microsoft YaHei;font-size:12px;}} #layout_1514860509765{height:461px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1514860509765{height:386px;}}   @media screen and (max-width:640px) {#layout_1514860509765{height:436px;}} #layout_1514860509765 > .view_contents{overflow:visible;max-width:1200px;}  @media screen and (max-width:640px) { #layout_1514860509765  {background:#f4f4f4;}}
 #layout_1514860662080{height:19px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1514860662080{}}   @media screen and (max-width:640px) {#layout_1514860662080{height:29px;}} #layout_1514860662080 > .view_contents{overflow:visible;max-width:1200px;}  @media screen and (max-width:640px) { #layout_1514860662080  {background:#f4f4f4;}}




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

 #dh_style_03_1514450069185{width:96.8944099378882%;z-index:999;left:2.7950310559006213%;top:75.5px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_03_1514450069185{z-index:999;width:131px;left:20.606060606060606%;top:89.5px;}}   @media screen and (max-width:640px) {#dh_style_03_1514450069185{width:14.348025711662075%;z-index:999;left:42.82598714416896%;top:240px;}} #dh_style_03_1514450069185 > .view_contents{overflow:visible;}  #dh_style_03_1514450069185 .columnSet {background:transparent;font-size:12px;line-height:14px;color:#bfbfbf;} #dh_style_03_1514450069185 #hot>a {background:transparent;color:#bfbfbf;} #dh_style_03_1514450069185 .mainMenuSet {border-right-style:none;border-bottom-style:none;height:28px;line-height:28px;color:#bfbfbf;text-align:right;padding-right:0px;} #dh_style_03_1514450069185 .mainMenuSet:hover {background:transparent;}
/*----------------------电脑板式样式----------------------*/
#dh_style_03_1514450069185 .menuStyle_3 .menuLi01 a{
	color: inherit;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_03_1514450069185{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_03_1514450069185{
		
	}
}
 #div_includeBlock_1514450068862{width:13.416666666666666%;height:243.5px;position:absolute;top:50px;left:86.58333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1514450068862{width:165px;left:81.77313535911603%;height:257.5px;top:50px;}}   @media screen and (max-width:640px) {#div_includeBlock_1514450068862{width:100%;height:240px;top:467px;left:0%;display:none;}}  #div_includeBlock_1514450068862  {border-bottom-color:#ffffff;border-bottom-style:none;border-bottom-width:1px;}


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

 #text_style_02_1514450069269{width:90.22869022869024%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:78.5px;left:4.9993503118503115%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1514450069269{left:5%;width:90%;top:91.5px;}}   @media screen and (max-width:640px) {#text_style_02_1514450069269{width:370px;top:0px;}}  #text_style_02_1514450069269>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#bfbfbf;line-height:30px;text-indent:2em;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1514450069269>.view_contents {box-sizing:border-box;text-indent:2em;line-height:25px;}} @media screen and (max-width:640px) { #text_style_02_1514450069269>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1514450068870{width:54.75%;height:198.5px;position:absolute;top:50px;left:29.833333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1514450068870{height:216.5px;width:498px;left:29.502762430939228%;top:50px;}}   @media screen and (max-width:640px) {#div_includeBlock_1514450068870{width:100%;height:240px;top:0px;left:0%;display:none;}}  #div_includeBlock_1514450068870  {border-bottom-color:#ffffff;border-bottom-style:none;border-bottom-width:1px;}


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

 #image_style_13_1_1584358872701{width:78.16377171215882%;position:absolute;top:66px;left:10.669975186104217%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_13_1_1584358872701{top:66px;left:5%;}}   @media screen and (max-width:640px) {#image_style_13_1_1584358872701{width:97.91666666666666%;top:30px;left:1.0416666666666714%;}} #image_style_13_1_1584358872701 > .view_contents{overflow:visible;}  #image_style_13_1_1584358872701 .titleSet {color:#ffffff;font-size:14px;margin-top:0px;} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_13_1_1584358872701 .titleSet {font-size:12px;}}
 #div_includeBlock_1514450068875{width:33.58333333333333%;height:272px;position:absolute;top:50px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1514450068875{height:239px;width:300px;}}   @media screen and (max-width:640px) {#div_includeBlock_1514450068875{width:100%;height:145px;top:0px;left:0%;display:block;}}  #div_includeBlock_1514450068875  {border-left-color:#ffffff;border-left-style:none;border-left-width:1px;} @media screen and (max-width:640px) { #div_includeBlock_1514450068875  {border-left-width:0px;}}
 #div_includeBlock_1514450068702{width:100%;height:322px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1514450068702{height:307.5px;width:96%;left:2%;}}   @media screen and (max-width:640px) {#div_includeBlock_1514450068702{width:96%;height:227px;top:52px;left:2%;display:none;}} 


 #text_style_02_1514450069029{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:9px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1514450069029{width:100%;left:0%;top:21px;}}   @media screen and (max-width:640px) {#text_style_02_1514450069029{width:100%;top:11px;left:0%;}}  #text_style_02_1514450069029>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;color:#bfbfbf;line-height:30px;text-align:center;padding-bottom:50px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1514450069029>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1514450069029>.view_contents {box-sizing:border-box;text-align:center;font-size:14px;padding-bottom:10px;line-height:20px;}}
 #div_includeBlock_1514450068710{width:100%;height:89px;position:absolute;top:338.890625px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1514450068710{width:96%;left:2%;height:101px;}}   @media screen and (max-width:640px) {#div_includeBlock_1514450068710{width:96.00000000000001%;height:61px;top:0px;left:1.999999999999993%;display:block;}}  #div_includeBlock_1514450068710  {background:transparent;} #comm_layout_footer{height:427.890625px;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:439.890625px;z-index:1;display:block;}}   @media screen and (max-width:640px) {#comm_layout_footer{z-index:1;height:61px;}} #comm_layout_footer > .view_contents{max-width:1200px;}  #comm_layout_footer  {background:#161616;}
/*弹窗效果*/
.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;}
}



/*PC菜单*/
.menuStyle_02 { height: 100%;}
.Style_02_menuLayout { height: 100%;}
.Style_02_pcMenu {display:block; position: relative; text-align: center; height: 100%;}
.Style_02_pcMenu .menu { position: absolute; left: 0; top: 50%; width:100%; height: 100%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%);}
/* .Style_02_pcMenu .menu>li {position: relative; float:left; width:13%; height: 100%; text-align:center;} */
.Style_02_pcMenu .menu>li .subminSet{display: none; white-space: nowrap; margin-top: 100%; background: #EEE;}
.Style_02_pcMenu .menu>li .subminSet a{font-size: 14px; line-height: 40px; display: block;}
.Style_02_pcMenu .menu>li .subminSet a:hover{background: #e8e8e8;}
.Style_02_pcMenu .menu>li .subminSet a.subCurSet{background: #e5e5e5}
.Style_02_pcMenu .menu>li:hover .subminSet{display: block;}
.Style_02_pcMenu .menu>li>a { position: absolute; top: 50%; left: 0; width: 100%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%);}
.Style_02_pcMenu .menuText {color:#1d1b1b; font-size:16px; word-spacing: 7px; letter-spacing: 7px; text-indent: 7px;}
.Style_02_pcMenu .menuText_en {color:#817f7f; font-size:10px;}
.Style_02_pcMenu .menu .menuLogo { width: 22%;}
.Style_02_pcMenu .menuLogo a {display:block; width: 100%; text-align: center;}
.Style_02_pcMenu .menuLogo img {width:90%;}
.Style_02_pcMenu .menu .plus { font-size: 16px; letter-spacing: 7px; text-indent: 7px;/*  display:block; overflow:hidden; white-space: nowrap; text-overflow: ellipsis; */}
.Style_02_pcMenu .menu .normal { font-size: 13px; letter-spacing: 1px; text-indent: 3px; position: absolute; width: 100%; top: 120%; }
.Style_02_pcMenu #hot>a{color:inherit;font-size: inherit;font-family:inherit;}
.Style_02_pcMenu #hot>a>div{color:inherit;font-size: inherit;font-family:inherit;}
/*手机菜单*/
.Style_02_miniMenu .minimenuLogo { float:left; width: 50%;}
.Style_02_miniMenu .minimenuLogo a { display: block;}
.Style_02_miniMenu .minimenuLogo img { width: 100%; max-width: 320px;}

.Style_02_miniMenu { display: none;}
.Style_02_miniMenu .menuTop {overflow:hidden; position: relative;}
.Style_02_miniMenu .menuIcon { position: absolute; top: 50%; right: 0px; padding: 10px; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%);}
.Style_02_miniMenu .menuIcon i { color: #1d1b1b; font-size: 20px;}

.Style_02_miniMenu .menuMain { display:none; width: calc(100vw + 17px); height: 100vh; overflow: hidden; position: fixed; top: 0; left: 0; z-index: 999999; background: rgba(0,0,0,.8);}
.Style_02_miniMenu .menuShow { display:block;}
.Style_02_miniMenu .menuMain_bg { width: 100%; overflow-y: scroll;}
.Style_02_miniMenu .menuUl { padding:10px 20px;}
.Style_02_miniMenu .menuCloseLi { border: none;}
.Style_02_miniMenu .menuClose { color: #fff; font-size: 20px; float: right; padding: 15px 0px;}
.Style_02_miniMenu .menuUl>li { border-bottom: 1px solid #fff; overflow: hidden;}
.Style_02_miniMenu .menuMain a { width: 100%; display: block; position: relative; overflow: hidden;}
.Style_02_miniMenu .menuText_en { display: none;}
.Style_02_miniMenu .menuText { color: #fff; font-size: 16px; height: 55px; line-height: 55px; float: left;}
.Style_02_miniMenu .menuArr { color: #fff; font-size: 16px; position: absolute; right: 0px; top: 50%; transform: translate(0,-50%);}

.Style_02_pcMenu .menuText {color:#1d1b1b; font-size:16px; font-family: "Microsoft YaHei"; word-spacing: 7px; letter-spacing: 7px; text-indent: 7px;}
.Style_02_pcMenu .menuText_en {color:#817f7f; font-size:10px; font-family: "verdana";}



/*导航字体*/
@font-face { font-family: "menuText"; src: url('menuText.TTF');}
@font-face { font-family: "MenuText_en"; src: url('MenuText_en.TTF');}
	.Style_02_pcMenu .menu>li {position: relative; float:left; width:calc(78%/6); height: 100%; text-align:center;}

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

@media screen and (max-width:766px) {
.Style_02_pcMenu {display:none;}
.Style_02_miniMenu { display:block;}
}

/*弹窗效果*/
.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;*/
/*菜单样式*/
.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_1516418427813 .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;}
}


	#image_style_01_1514515740536 .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_1514515740536 .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_1514515740536 .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_1514515740536 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_1514515709550 .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_1514515709550 .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_1514515709550 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1514515709550 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_1514516704425 .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_1514516704425 .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_1514516704425 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1514516704425 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;}
.imgStyle_11{position:relative; clear: both; width: 100%; height: 100%;}
.imgStyle_11 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.imgStyle_11 ul li.imgItems{position: relative; overflow: hidden !important; width: 19%; box-sizing:border-box; margin-bottom:10px;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
	}
.imgStyle_11 ul li .ratio{margin-top: 100%;}
.imgStyle_11 ul li a{}
.imgStyle_11 ul li:hover{z-index: 2; transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1);}
.imgStyle_11 ul li a img{position: absolute; width: auto; height: 100%; top: 50%; left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}


.imgStyle_11 .theimgtext{height:30px;line-height: 30px;font-size: 14px;color:black;width:100%;text-align: center;}
.imgStyle_11 .theimgdiv{position:absolute;width:100%;height:100%;height:100%;background-repeat: no-repeat !important;background-position-x: 50% !important;background-position-y: 50% !important;background-size: auto 100% !important;}

.imgShowBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgShowBox img{ position: absolute; width: auto; max-width: 80%; border: 20px solid #fff;top: 50%; 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);}
.imgShowBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgShowBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgShowBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgShowBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgShowBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgShowBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgShowBox.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%;}
.imgButton{position: fixed; width: 70%; max-width: 400px; bottom: 15%; left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:nowrap; justify-content:space-between; align-items:center;}
.imgButton 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;
}
.imgButton span:hover{opacity: .8;}
.imgButton span i{font-size: inherit; line-height: inherit; color:inherit;}
.imgButton span.prevImg, .imgButton span.nextImg, .imgButton span.closeShowPic{ font-size: 40px; width: 50px; height:50px; line-height: 50px;  border-radius: 100%;font-family: serif; background-color: #fff; text-align: center; box-sizing: border-box;}
.imgButton span.prevImg, .imgButton span.nextImg{font-size: 26px; width: 40px; height: 40px; line-height: 40px; text-align: center;}
@media screen and (max-width: 1024px){.imgStyle_11 ul li{width: 24%;}}
@media screen and (max-width: 768px){
	.imgStyle_11 ul li{width: 49%;}
	.imgShowBox img{border-width: 10px;}
	.imgShowBox.scroll img{top:5%; margin-bottom: 10vh;}
}



/*pc*/
#image_style_11_1514860561342  ul li{width: 23.5%;}
#image_style_11_1514860561342  ul li.imgItems{margin-bottom:2%;}
@media screen and (max-width: 1024px){/*ipad*/
	#image_style_11_1514860561342  ul li{width: 23.5%;}
	#image_style_11_1514860561342  ul li.imgItems{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#image_style_11_1514860561342  ul li{width: 48%;}
	#image_style_11_1514860561342  ul li.imgItems{margin-bottom:4%;}
}
/*菜单样式*/
.menuStyle_3 {position: relative; width: 100%; height: 100%;}
.menuStyle_3 *{transition:all ease .3s; -webkit-transition:all ease .3s; -moz-transition:all ease .3s; -o-transition:all ease .3s; box-sizing: border-box;}
.menuStyle_3 .ddsmoothmenu-v {display:block}
.menuStyle_3 .ddsmoothmenu-v ul{ background: #414141;}
.menuStyle_3 .ddsmoothmenu-v ul li { line-height: 36px; height: 36px; border-bottom: 1px solid #333; border-right: 1px solid #333;color: white;}
.menuStyle_3 .ddsmoothmenu-v ul li:hover {background:#000;}
.menuStyle_3 .menuLi01 { position: relative;}
.menuStyle_3 .menuLi01:hover .menuUl02{display:block;}
.menuStyle_3 .menuLi01 a { display:block; color: inherit;  padding-left: 15px; padding-right: 15px;}
.menuStyle_3 .menuUl02 { display:none; position: absolute; left: 100%; top: 0; white-space: nowrap;}
.menuStyle_3 #hot>a{background:#ffcc00;}
.menuStyle_3 .mobi_top { display:none; width: 100%; height: 100%; position: relative; cursor: pointer; font-size:40px;}
.menuStyle_3 .icoFont { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);}
.menuStyle_3 .header_nav { width: 100%; height: calc(100% - 40px); overflow: hidden;}
.menuStyle_3 .header_nav li { position: relative; line-height: 180%; color: #fff;}
.menuStyle_3 .header_nav li a { color: inherit; display: block; padding: 15px;}
.menuStyle_3 .header_scroll { overflow-y: scroll; height: 100%; width: calc(100% + 17px);}
.menuStyle_3 .mobi_title { height: 40px; line-height: 40px; border-bottom: 1px solid #333; color: #fff; text-align: center; overflow: hidden;}
.menuStyle_3 .m_icoFont { width:50px; height: 100%; display: block; float: right; border-left: 1px solid #333; cursor: pointer; font-size: 22px;}
.menuStyle_3 .mobi_main { display:none; position: fixed; left: 0; top: 0; background: #414141; width: 100vw; height: 100vh; z-index: 999;}
.menuStyle_3 .mobi_border { position: relative; border-bottom: 1px solid #333; line-height: 120%;}
.menuStyle_3 .mobi_more { position: absolute; top: 0; right: 17px; width: 50px; height: 100%; color: #fff; border-left: 1px solid #333; cursor: pointer; text-align: center;}
.menuStyle_3 .mobi_add { display: block; font-size: 22px; position: relative; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%);}
.menuStyle_3 .mobi_menuLi02 .mobi_border { padding-left: 30px;}
.menuStyle_3 .mobi_menuUl02 { display: none;}





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

@media screen and (max-width:640px) {
	.menuStyle_3 .ddsmoothmenu-v {display:none;}
	.menuStyle_3 .mobi_top {display:block;}
}

.imgStyle_13_1{ width:100%; }
.imgStyle_13_1 *{ font-size:'微软雅黑'; }
.imgStyle_13_1 .imgTextUl{ display:flex; justify-content: space-between; flex-wrap: wrap; }
.imgStyle_13_1 .imgTextLi{ overflow: hidden; margin-bottom:2%;box-sizing: border-box;}
.imgStyle_13_1 li{ width: 32%;}
.imgStyle_13_1 .imgTextLi .left{width: 130px;}
.imgStyle_13_1 .imgTBox{ text-align: left; float:left; display:inline-block;height: 100%;}
.imgStyle_13_1 .imgTBox>img{ display: inline-block; width:100%;box-sizing: border-box;height: 100%;}
.imgStyle_13_1 .cont{ float:right; display:inline-block;width: calc(100% - 130px);}
.imgStyle_13_1 .name{  font-size:16px; line-height:2.5; padding-left:10px;word-break: break-word;}
.imgStyle_13_1 .subName{ font-size:12px; color:#666; padding-left:10px;word-break: break-word;}
.imgStyle_13_1 .left{position: relative;float: left;width: 130px;height: auto;}
.imgStyle_13_1 .image-box{position: absolute;left: 0;right: 0;top: 0;bottom: 0;overflow: hidden;}

@media screen and (max-width: 768px){
	.imgStyle_13_1 .imgTextLi{ width:100%;margin-bottom: 4%;}
	.imgStyle_13_1 .cont{width: calc(100% - 130px);}
	.imgStyle_13_1 .name{ font-size:16px;}
}
        /*pc*/
        #image_style_13_1_1584358872701  ul li{width: 100%;}
        #image_style_13_1_1584358872701  ul li.imgTextLi{margin-bottom:2%;}
        #image_style_13_1_1584358872701  ul li.imgTextLi .left{width: 30px;}
        #image_style_13_1_1584358872701  ul li.imgTextLi .cont{width: calc(100% - 30px);}
        @media screen and (max-width: 1024px){/*ipad*/
        #image_style_13_1_1584358872701  ul li{width: 100%;}
        #image_style_13_1_1584358872701  ul li.imgTextLi{margin-bottom:2%;}
        #image_style_13_1_1584358872701  ul li.imgTextLi .left{width: 26px;}
        #image_style_13_1_1584358872701  ul li.imgTextLi .cont{width: calc(100% - 26px);}
        }
        @media screen and (max-width: 768px){/*mobi*/
        #image_style_13_1_1584358872701  ul li{width: 100%;}
        #image_style_13_1_1584358872701  ul li.imgTextLi{margin-bottom:2%;}
        #image_style_13_1_1584358872701  ul li.imgTextLi .left{width: 130px;}
        #image_style_13_1_1584358872701  ul li.imgTextLi .cont{width: calc(100% - 130px);}
        }
    
				.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;}
				}
				