
/**
    *编辑器         \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;}
    }
/*----------------------电脑板式样式----------------------*/
.menuStyle_17 .menuUl>li>a{    color: #fff!important;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {

}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
   #lang_style_1_1533118563760{z-index:1!important;}
}
body{ background-position:left top top ; }


 #lang_style_1_1533639757395{width:156px;left:86.58333333333333%;top:15px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#lang_style_1_1533639757395{width:157px;left:74.70340668080594%;top:20px;}}   @media screen and (max-width:640px) {#lang_style_1_1533639757395{width:48.75%;left:25.625%;top:3px;z-index:2;}}  #lang_style_1_1533639757395  {border-top-color:#bcbcbc;border-right-color:#bcbcbc;border-bottom-color:#bcbcbc;border-left-color:#bcbcbc;border-top-style:ridge;border-right-style:groove;border-bottom-style:groove;border-left-style:ridge;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:21px;border-bottom-right-radius:20px;box-shadow:#ffffff px px px ;opacity:1;padding-top:0px;padding-left:0px;padding-right:0px;background:#666666;border-top-width:2px;}
/*----------------------电脑板式样式----------------------*/
#lang_style_1_1533639757395{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#lang_style_1_1533639757395{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#lang_style_1_1533639757395{
		
	}

}

 #dh_style_17_1533639776294{width:910px;z-index:9999;left:28.083333333333332%;top:74px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_17_1533639776294{width:100%;left:18.756627783669142%;top:77px;}}   @media screen and (max-width:640px) {#dh_style_17_1533639776294{width:44px;z-index:602000;left:1.6796875%;top:47px;}} #dh_style_17_1533639776294 > .view_contents{overflow:visible;} 
/*----------------------电脑板式样式----------------------*/
#dh_style_17_1533639776294{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_17_1533639776294{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_17_1533639776294{
		
	}
#dh_style_17_1533639776294 .Mslide{
	  background: rgba(30, 30, 30, 0.96);
	}
#dh_style_17_1533639776294 .miniMenu.Mslide .sidebar{
		 color:#ffffff;
	}
 #dh_style_17_1533639776294 .menuStyle_1 .miniMenu .leftBox .menuUlCopy li a {width: 85%;}
#dh_style_17_1533639776294 .icoMenuSet{color:#ffffff;}
}

 #image_logo_1533639793692{width:12.5%;height:109px;position:absolute;top:2px;left:2.653645833333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1533639793692{}}   @media screen and (max-width:640px) {#image_logo_1533639793692{width:54px;height:44px;top:3px;left:4.7998046875%;}} 

 #text_default_1533653806656{width:33.33333333333333%;height:300px;display:none;position:absolute;left:33.333333333333336%;top:5.28125px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1533653806656{width:41.66666666666667%;height:300px;display:none;left:29.166666666666664%;top:5.28125px;}}   @media screen and (max-width:640px) {#text_default_1533653806656{width:8.75%;height:17px;display:block;top:43px;left:4.8%;}}  #comm_layout_header{height:126px;z-index:1;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:129px;display:block;}}   @media screen and (max-width:640px) {#comm_layout_header{height:91px;display:block;z-index:64565;}} #comm_layout_header > .view_contents{max-width:1200px;overflow:visible;}  #comm_layout_header  {background:#000000;}
/*----------------------电脑板式样式----------------------*/
#comm_layout_header{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#comm_layout_header{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#comm_layout_header{
		
	}
}


 #banner_style_01_1533639857963{width:106.08333333333333%;height:500px;position:absolute;top:0px;left:-2.638888994852702%;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1533639857963{}}   @media screen and (max-width:640px) {#banner_style_01_1533639857963{width:100%;height:185px;top:0px;left:0%;display:none;}} 

 #image_style_01_1533639872610{width:20.75%;height:177px;position:absolute;top:277px;left:67.49913183848064%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1533639872610{}}   @media screen and (max-width:640px) {#image_style_01_1533639872610{width:54px;height:40px;top:119px;left:72.34375%;z-index:2;display:none;}} #image_style_01_1533639872610 > .view_contents{overflow:visible;} 

 #image_style_01_1533653594393{width:13.083333333333332%;height:112px;position:absolute;top:10px;left:0%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1533653594393{display:none;}}   @media screen and (max-width:640px) {#image_style_01_1533653594393{width:25.3125%;height:60px;top:89px;left:69.6875%;z-index:2;display:block;}} #image_style_01_1533653594393 > .view_contents{overflow:visible;} 

 #banner_style_01_1533653707718{width:106.08333333333333%;height:500px;position:absolute;top:0px;left:-2.638888994852702%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1533653707718{}}   @media screen and (max-width:640px) {#banner_style_01_1533653707718{width:100%;height:154px;top:0px;left:0%;display:block;}}  #layout_1533027023922{height:501px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1533027023922{height:501px;}}   @media screen and (max-width:640px) {#layout_1533027023922{height:154px;}} #layout_1533027023922 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1533027023922  {background:#191919;}


 #text_default_1533649628902{width:33.33333333333333%;height:300px;display:none;position:absolute;left:33.333333333333336%;top:47.28125px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1533649628902{width:41.66666666666667%;height:300px;display:none;left:29.166666666666664%;top:47.28125px;}}   @media screen and (max-width:640px) {#text_default_1533649628902{width:57.49999999999999%;height:38px;display:block;top:22.28125px;left:4.375%;}} 

 #text_default_1533649713251{width:9.833333333333332%;height:34px;position:absolute;top:63.65625px;left:15.541666984558105%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1533649713251{left:15.54049575821845%;top:11.65625px;}}   @media screen and (max-width:640px) {#text_default_1533649713251{width:96%;height:36px;top:0px;left:2%;display:none;}} 

 #image_style_01_1533627541406{width:12.083333333333334%;height:145px;position:absolute;top:202px;left:13.291666984558107%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1533627541406{left:13.29036320254507%;top:150px;}}   @media screen and (max-width:640px) {#image_style_01_1533627541406{width:46px;height:46px;top:145.00000762939453px;left:26.5625%;}} #image_style_01_1533627541406 > .view_contents{overflow:visible;} 

 #image_style_01_1533626260740{width:18.75%;height:225px;position:absolute;top:104px;left:14.875000317891438%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1533626260740{left:14.874403499469777%;top:52px;}}   @media screen and (max-width:640px) {#image_style_01_1533626260740{width:130px;height:130px;top:51px;left:30.312499999999996%;}} #image_style_01_1533626260740 > .view_contents{overflow:visible;} 

 #text_default_1533623177260{width:49.25%;height:214px;position:absolute;top:104px;left:35.541668256123856%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1533623177260{left:35.54148992576882%;top:52px;}}   @media screen and (max-width:640px) {#text_default_1533623177260{width:90.9375%;height:462px;top:209.00000762939453px;left:1.40625%;}}  #text_default_1533623177260  {padding-top:3px;padding-bottom:0px;padding-left:5px;padding-right:5px;border-top-style:double;border-right-style:double;border-bottom-style:double;border-left-style:double;border-top-width:5px;border-right-width:5px;border-bottom-width:5px;border-left-width:5px;border-top-color:#848484;border-right-color:#848484;border-bottom-color:#848484;border-left-color:#848484;} @media screen and (max-width:640px) { #text_default_1533623177260  {border-top-color:#686868;border-right-color:#686868;border-bottom-color:#686868;border-left-color:#686868;}}

 #image_style_01_1533627568960{width:12.083333333333334%;height:145px;position:absolute;top:87px;left:75.79166825612386%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1533627568960{left:75.79036320254507%;top:35px;}}   @media screen and (max-width:640px) {#image_style_01_1533627568960{width:46px;height:46px;top:41px;left:59.53125%;}} #image_style_01_1533627568960 > .view_contents{overflow:visible;}  #layout_1533107365404{height:465px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1533107365404{height:318px;}}   @media screen and (max-width:640px) {#layout_1533107365404{height:695px;}} #layout_1533107365404 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1533107365404  {background:#333333;} @media screen and (max-width:640px) { #layout_1533107365404  {background: url(../img/upimages/74-2.jpg);}}


 #banner_style_04_1533639933781{width:99.91666666666667%;height:215px;position:absolute;top:78.98959350585938px;left:0.027777671813964844%;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_04_1533639933781{}}   @media screen and (max-width:640px) {#banner_style_04_1533639933781{width:100%;height:130px;top:48px;left:0%;}} 

 #text_default_1533639955487{width:7.833333333333334%;height:30px;position:absolute;top:18px;left:4.125000317891439%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1533639955487{}}   @media screen and (max-width:640px) {#text_default_1533639955487{width:22.8125%;height:48px;top:11px;left:1.998697966337204%;display:none;}} 

 #text_default_1533655731154{width:33.33333333333333%;height:300px;display:none;position:absolute;left:33.333333333333336%;top:13.385406494140625px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1533655731154{width:17.1875%;height:300px;display:none;left:41.40625%;top:13.385406494140625px;}}   @media screen and (max-width:640px) {#text_default_1533655731154{width:13.125%;height:25px;display:block;top:12.65625px;left:3.125%;}}  #layout_1533118819542{height:351px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1533118819542{height:317px;}}   @media screen and (max-width:640px) {#layout_1533118819542{height:197px;}} #layout_1533118819542 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1533118819542  {background:#000000;} @media screen and (max-width:640px) { #layout_1533118819542  {background:#000000;}}


 #text_style_02_1502351214062{width:43.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:17px;left:-0.013888994852701822%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1502351214062{width:426px;top:2.333343505859375px;left:0.5755126160250489%;}}   @media screen and (max-width:640px) {#text_style_02_1502351214062{width:96%;top:16px;left:2%;}}  #text_style_02_1502351214062>.view_contents {box-sizing:border-box;font-size:12px;color:#999999;line-height:50px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1502351214062>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1502351214062>.view_contents {box-sizing:border-box;text-align:center;line-height:20px;}}
/*----------------------电脑板式样式----------------------*/
#text_style_02_1502351214062{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1502351214062{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_02_1502351214062{
		
	}
}

 #dh_style_01_1502351450071{width:49.916666666666664%;z-index:999;position:absolute;top:33px;left:50.083333333333336%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1502351450071{z-index:999;left:49.73488865323436%;top:24px;width:469px;}}   @media screen and (max-width:640px) {#dh_style_01_1502351450071{width:12.121212121212121%;z-index:999;top:300px;left:43.93939393939394%;display:none;}} #dh_style_01_1502351450071 > .view_contents{overflow:visible;}  #dh_style_01_1502351450071 .mainMenuSet {font-size:12px;line-height:18px;height:18px;color:#666666;border-right-style:solid;border-right-width:1px;} #dh_style_01_1502351450071 #hot>a {color:#666666;} #dh_style_01_1502351450071 .mainMenuSet:hover {color:#666666;} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_01_1502351450071 .mainMenuSet {border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;}}
/*----------------------电脑板式样式----------------------*/
#dh_style_01_1502351450071 li.rflex:nth-last-child(1) .mainMenuSet{
	border-width:0px;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_01_1502351450071{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_01_1502351450071{
		
	}
} #comm_layout_footer{height:81px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:108px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:57px;}} #comm_layout_footer > .view_contents{max-width:1200px;}  #comm_layout_footer  {background:#000000;}
/*多语言链接样式*/
.lang-list {
    padding: 8px 15px;
}
/*.lang-list > .lang-item + .lang-item:before {
    content: "|\00a0";
    padding: 0 5px;
    !* color: #cccccc; *!
}*/
.lang-list  > span{
    padding: 0 5px;
}
.lang-list > .lang-item {
    font-size:14px;
}
    #lang_style_1_1533639757395 .arrowDown{ border-top: 6px solid #333;}
/*菜单样式*/
.menuStyle_17{width:100%; position:relative;}
.menuStyle_17 *{box-sizing: border-box;}
.menuStyle_17 .miniMenu *,
.menuStyle_17 .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_17 .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_17 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_17 ul,.menuStyle_17 li{padding:0;margin:0px;list-style:none}
.menuStyle_17 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_17 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_17 .menuUl_box{position:relative; width:100%; text-align:center; border-bottom: 1px solid #000;}
.menuStyle_17 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_17 .menuUl>li{position:relative; padding: 0 2.5em; }
.menuStyle_17 .menuUl>li:after{content: ''; display: block; position: absolute; right: 0; top: 10px; width: 1px; height: calc(100% - 20px); border-right: 1px solid #ccc; }
.menuStyle_17 .menuUl>li:last-child:after{content: ''; display: none;}
.menuStyle_17 .menuUl>li>a{position: relative; text-decoration:none;font-size:16px; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #444; padding: 10px 0; padding: 10px 1em\0;}
.menuStyle_17 .menuUl>li>a:hover{text-shadow: 0 0 6px rgba(0,0,0,.2);}
.menuStyle_17 .menuUl #hot>a{border-bottom: 2px solid #000;}
.menuStyle_17 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_17 .menuUl #hot>a span{color:inherit;}
/*.menuStyle_17 .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_17 .menuLayout .miniMenu{display:none;}
.menuStyle_17 .menuUl>li>#menuLogo{height: 85%;}

.menuStyle_17 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto; padding-top: 10px;}
.menuStyle_17 .menuUl.noHover .rflex:hover .menuUl02{display: none;}
.menuStyle_17 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; width: 100%; height: 0; padding: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_17 .menuUl02 .subMenu02 {position: relative; color: #fff; background: rgba(21, 25, 33, 0.85); font-size:14px; line-height: 40px; padding: 0 15px;}
.menuStyle_17 .menuUl02 .subMenu02.subCurSet{background: #2b2b2b; color: #fff;}
.menuStyle_17 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_17 .menuUl02 .subMenu02:hover {background: #2b2e33; color: #fff;}
.menuStyle_17 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;} 
.menuStyle_17 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_17 .menuUl03{position: absolute; background: #2b2e33; /*left需要js获取二级的宽*/ top: 0; display: none; box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.22);}
.menuStyle_17 .menuUl03 .subMenu03{color: #fff; padding: 0 15px; line-height: 40px;}
.menuStyle_17 .menuUl03 .subMenu03:hover{background:rgba(0, 0, 0, 0.15);}
.menuStyle_17 .menuUl03 .subMenu03.thrCurSet{background: #000; color: #fff;}
.menuStyle_17 .menuUl03 .subMenu03>a{ color: inherit; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.menuStyle_17 .rflex { position: relative;}
.menuStyle_17 .maxWidth{margin: auto;}

.menuStyle_17 .subBox{position: absolute; left: 0; /*top通过JS获取菜单高度*/ width: 100%; background: rgba(21, 25, 33, 0.85); display: none;}
.menuStyle_17 .subBox .subBoxContent{padding: 15px; text-align: left; overflow: hidden;}
.menuStyle_17 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_17 .subBox .sublm{float: left; width: calc(100% - 440px); min-height: 10px;}
.menuStyle_17 .subBox .sublm>div{float: left; width: calc((100% - 120px)/3); overflow: hidden; margin: 8px 40px 8px 0; padding-bottom: 20px; border-bottom: 1px solid rgba(0, 0, 0, 0.36);}
.menuStyle_17 .subBox .subImgsbox{float: left; width: 440px;/*这个宽可被设置*/ height: 160px;}
.menuStyle_17 .subBox .subImgsbox>a{display: block; height: 100%; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}
.menuStyle_17 .subBox .subImgsbox>a:last-child{margin-left: 0;}
.menuStyle_17 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}
.menuStyle_17 .subBox .subImgsbox>a>div.subImg span{position: absolute; bottom: 0; left: 0; width: 100%; display: block; padding: 5px; background: rgba(29, 29, 29, 0.8); color: #fff; font-size: 12px;}
.menuStyle_17 .subBox p{overflow: hidden;}
.menuStyle_17 .subBox p:first-child{}
.menuStyle_17 .subBox p:last-child{}
.menuStyle_17 .subBox .subMenu02{font-size: 14px; margin-bottom: 5px; clear: both; color: #fff; line-height: 28px;}
.menuStyle_17 .subBox .subMenu02.subCurSet{border-bottom: 1px solid #fff;}
.menuStyle_17 .subBox .subMenu02:hover,
.menuStyle_17 .subBox .subMenu02:active{border-bottom: 1px solid #eee;}
.menuStyle_17 .subBox .subMenu03{float: left; margin: 5px 20px 5px 0; font-size: 12px; color: #bbb; border-bottom: 1px solid transparent;}
.menuStyle_17 .subBox .subMenu03:hover,
.menuStyle_17 .subBox .subMenu03:active{color: #fff; border-bottom: 1px solid #eee;}
.menuStyle_17 .subBox .subMenu03.thrCurSet{border-bottom: 1px solid #fff; color: #fff;}

/*图标*/
.menuStyle_17 .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_17 .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_17 .imgIco{ margin-right:10px;}
.menuStyle_17 .menuUl,
.menuStyle_17 .menuUl_box {display:none;}
.menuStyle_17 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_17 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_17 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_17 .miniMenu .leftBox{height: 100%}
.menuStyle_17 .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_17 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_17 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_17 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_17 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_17 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;} 
.menuStyle_17 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}
.menuStyle_17 .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_17 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}
.menuStyle_17 .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_17 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
.menuStyle_17 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
.menuStyle_17 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #fff;}
.menuStyle_17 .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_17 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
.menuStyle_17 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


	
#dh_style_17_1533639776294 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@media screen and (min-width:640px) {
	#dh_style_17_1533639776294 .maxWidth{max-width:1000px;}
	#dh_style_17_1533639776294 .subBox .sublm{width: calc(100% - (440px + 440px) - 20px);} /*20px是两张图片间的间距*/
	#dh_style_17_1533639776294 .subBox .subImgsbox{width: calc((440px + 440px) + 20px); height:px } /*20px是两张图片间的间距*/
	/* .menuUl>li>#menuLogo 这种查找会失败改为下面这种 2019.5.29 */
	#dh_style_17_1533639776294 .menuUl li #menuLogo{
		height: 60px;
		margin-right: px;
		margin-left: px;
	}
}
.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_1533639857963 .bannerStyle_1 .main_image .img-item .img_0{background: url('../img/upimages/00-51.jpg') center top no-repeat;}
                #banner_style_01_1533639857963 .bannerStyle_1 .ground_glass{}
    
    #banner_style_01_1533639857963 .bannerStyle_1 .main_image .img-item span{}
    @media screen and (min-width:641px) and (max-width:1200px) {
    #banner_style_01_1533639857963 .bannerStyle_1 .main_image .img-item span{}
    }

    @media screen and (max-width:640px) {
    #banner_style_01_1533639857963 .bannerStyle_1 .main_image .img-item span{}    }

	#image_style_01_1533639872610 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1533639872610 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1533639872610 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1533639872610 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_1533653594393 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1533653594393 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1533653594393 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1533653594393 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

/* banner样式 */

.bannerStyle_1{width:100%; height:100%; position:relative;}
.bannerStyle_1 .main_visual{height:100%; overflow:hidden; position:relative; }

.bannerStyle_1 .main_image{height:100%; overflow:hidden; position:relative; }

/* 圆点 */
.bannerStyle_1 div.flicking_con{position:absolute; bottom:20px; left:0; z-index:999; width:100%; height:14px; text-align:center; z-index: 105;}
.bannerStyle_1 div.flicking_con a{width:14px; height:14px; padding:0; background:none; border:1px solid white; display:inline-block; box-sizing:border-box; margin:0 3px; border-radius:100%; }
.bannerStyle_1 div.flicking_con a.on{background:white; border:0;}

/* 左右按钮 */
.bannerStyle_1 .btn_prev,.bannerStyle_1 .btn_next{z-index:11111; position:absolute; width:73px; height:74px; top:50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); display:none; }
.bannerStyle_1 .btn_prev{background:url(../img/banner/style_01/hover_left.png) no-repeat left top; left:20px; background-size: 80%;}
.bannerStyle_1 .btn_next{background:url(../img/banner/style_01/hover_right.png) no-repeat right top; right:20px; background-size: 80%;}

/* 遮罩面板 */
.bannerStyle_1 .ground_glass{display:none; position:absolute; top:0; left:0; opacity:0; width:100%; height:100%; z-index:998; background-color:#fff;}

@media screen and  (min-width:326px) and (max-width:767px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
}
@media screen and  (max-width:640px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
	.bannerStyle_1 .btn_prev, .bannerStyle_1 .btn_next{width:53px; height:54px;}
}

/* 默认 动画效果 */
.bannerStyle_1 .main_image .img-list{width:100%; height:100%; overflow:hidden; position:absolute; top:0; left:0}
.bannerStyle_1 .main_image .img-item{position:absolute; width:100%; height:100%; display:block; top:0;}
.bannerStyle_1 .main_image .img-item span{display:block; width:100%; height:100%; background-size:cover !important;}
.bannerStyle_1 .main_image .img-item a{display:block; width:100%; height:100%; overflow: hidden;}

/* 3D矩形旋转 动画效果 */
.bannerStyle_1.rotate-3d .img-part{
	position: absolute;
	top: 0;
	width: calc(20% + 1px);	/* [注意] 修改为总宽度 / 动画块个数 */
	height: 100%;
	background-color: #fff;
	transition: all .7s;
	/* 设置子元素在3D空间中呈现 */
	transform-style: preserve-3d;
}
.bannerStyle_1.rotate-3d .img-part .img{
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: 500% auto;	/* [注意] 宽度 为 动画块个数 * 100%, 这样图片可以分若干份后始终100%, 如果不需要这样, 可以设置为cover */
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(1){
	transform: rotateX(0deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(2){
	transform: rotateX(-90deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(3){
	transform: rotateX(-180deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(4){
	transform: rotateX(-270deg) translateZ(150px);
}


.img_url{ position:absolute; width:100%; height:100%; left:0; top:0; display:block; z-index: 100;}
            #banner_style_01_1533653707718 .bannerStyle_1 .main_image .img-item .img_0{background: url('../img/upimages/00-51.jpg') center top no-repeat;}
                #banner_style_01_1533653707718 .bannerStyle_1 .main_image .img-item .img_1{background: url('../img/upimages/00-52.jpg') center top no-repeat;}
                #banner_style_01_1533653707718 .bannerStyle_1 .main_image .img-item .img_2{background: url('../img/upimages/00-53.jpg') center top no-repeat;}
                #banner_style_01_1533653707718 .bannerStyle_1 .main_image .img-item .img_3{background: url('../img/upimages/00-54.jpg') center top no-repeat;}
                #banner_style_01_1533653707718 .bannerStyle_1 .main_image .img-item .img_4{background: url('../img/upimages/00-55.jpg') center top no-repeat;}
                #banner_style_01_1533653707718 .bannerStyle_1 .ground_glass{}
    
    #banner_style_01_1533653707718 .bannerStyle_1 .main_image .img-item span{}
    @media screen and (min-width:641px) and (max-width:1200px) {
    #banner_style_01_1533653707718 .bannerStyle_1 .main_image .img-item span{}
    }

    @media screen and (max-width:640px) {
    #banner_style_01_1533653707718 .bannerStyle_1 .main_image .img-item span{}    }

	#image_style_01_1533627541406 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1533627541406 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1533627541406 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1533627541406 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_1533626260740 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1533626260740 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1533626260740 .CompatibleImg img{width:100%; height:100%}}
.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1533627568960 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1533627568960 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1533627568960 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1533627568960 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;}
/***页内定义***/
.bannerStyle_4 {text-align:center; font-weight:normal; width: 100%; height: 100%; position: relative;}
.bannerStyle_4 a{text-decoration:none;}
.bannerStyle_4 a:hover{cursor:pointer;}
.bannerStyle_4 img:hover{cursor:pointer;}

/**imgMove**/
.bannerStyle_4 .imgMove{position:relative; width:100%; height:100%; overflow:hidden; margin-left:auto; margin-right:auto;}
.bannerStyle_4 .subMove{position:absolute; width:900%; height:100%;}
.bannerStyle_4 .imgMove ul{position:relative; height:100%; float:left; list-style-type:none;}
.bannerStyle_4 .imgMove li{position:relative; float:left; padding:0 10px; height:100%;box-sizing: border-box;}
.bannerStyle_4 .imgMove img{height:100%;}
.bannerStyle_4 .imgMove img:hover{opacity:0.95;}

/**banner4Box**/
.banner4Box{position:fixed; width:100%; height:100%; display:none; z-index:333; background-color:#151515; top:0; left:0;}
.banner4Box a{text-decoration:none;}
.banner4Box a:hover{cursor:pointer;}
.banner4Box img:hover{cursor:pointer;}
/*boxExit*/
.boxExit{position:absolute; float:right; top:2%; right:2%; text-align:right; z-index:999;}
.boxExit img{width:25%; height:25%;}
/*subBox*/
.banner4Box .subBox{position:fixed; width:100%; height:75%; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -o-transform:translateY(-50%); overflow:hidden;}
.banner4Box .boxCon{position:relative; width:750px; height:100%; margin:0px auto;}
.banner4Box .boxBefore{position:absolute; width:600px; height:100%; background:rgba(0,0,0,0.8); left:-600px; bottom:0px; z-index:666; transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s;}
.banner4Box .boxBefore:hover{opacity:0.9;}
.banner4Box .boxBefore img{position:absolute; width:32px; height:63px; right:10px; top:40%; cursor:pointer;}
.banner4Box .boxAfter{position:absolute; width:600px; height:100%; background:rgba(0,0,0,0.8); right:-600px; bottom:0px; z-index:666; transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s;}
.banner4Box .boxAfter:hover{opacity:0.9;}
.banner4Box .boxAfter img{position:absolute; width:32px; height:63px; left:10px; top:40%; cursor:pointer;}
.banner4Box .boxScroll{position:relative; width:2000%; height:100%; list-style-type:none;}
.banner4Box .boxScroll li{position:relative; float:left; height:100%;}
.banner4Box .boxScroll img{height:100%;}

@media screen and (max-width: 765px){
.banner4Box .boxBefore img{right:5px; width:25px; height:50px;}
.banner4Box .boxAfter img{left:5px; width:25px; height:50px;}
.banner4Box .boxExit{top:15px; right:15px;}
}/*菜单样式*/
.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_1502351450071 .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;}
}
