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

/*内链替换的继承父样式*/
.inherit_the_style{color:inherit;font-weight:inherit;font-size:inherit;background:inherit;display:unset;margin:0;padding:0}

body{ background-position:left top; }



 #image_logo_1481338502542{width:28.499999999999996%;height:85px75;top:5px;position:absolute;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1481338502542{height:56px;width:27.1474019088017%;left:1.166489925768823%;top:0px;}}   @media screen and (max-width:640px) {#image_logo_1481338502542{height:52px;width:53.125%;left:0.2631578947368421%;top:5px;}} 

 #dh_style_01_1501814487338{width:45.25%;z-index:999;left:54.666666666666664%;top:13px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1501814487338{width:59.80911983032874%;z-index:999;left:40.19088016967126%;top:13px;}}   @media screen and (max-width:640px) {#dh_style_01_1501814487338{width:12.121212121212121%;z-index:2;left:85.64555921052632%;top:0px;}} #dh_style_01_1501814487338 > .view_contents{overflow:visible;}  #dh_style_01_1501814487338 #hot>a {color:#0c6fd6;border-bottom-style:solid;border-bottom-color:#0c6fd6;border-bottom-width:1px;font-size:16px;font-family:Arial;font-weight:bold;} #dh_style_01_1501814487338 .columnSet {font-size:16px;font-family:Arial;font-weight:bold;} #dh_style_01_1501814487338 #hot>a:hover {color:#0c6fd6;font-size:16px;font-family:Arial;} #dh_style_01_1501814487338 #hot>a:active {font-size:16px;font-family:Arial;color:#0c6fd6;} #dh_style_01_1501814487338 .mainMenuSet {font-size:16px;font-family:Arial;font-weight:bold;} #dh_style_01_1501814487338 .columnSet:hover {font-size:16px;font-family:Arial;} #dh_style_01_1501814487338 .mainMenuSet:hover {font-size:16px;font-family:Arial;} #dh_style_01_1501814487338 .columnSet:active {font-size:16px;font-family:Arial;} #dh_style_01_1501814487338 .mainMenuSet:active {font-size:16px;font-family:Arial;}
 #div_includeBlock_1482552349770{width:1200px;height:90px;position:absolute;left:calc(50% - 600px);top:32px;display:block;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1482552349770{width:100%;height:57px;left:0%;top:30px;display:block;}}   @media screen and (max-width:640px) {#div_includeBlock_1482552349770{width:100%;height:57px;left:0%;top:51px;display:block;}} 

 #div_blank_1501814332477{width:200%;height:30px;position:absolute;left:0%;top:0px;display:block;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1501814332477{display:block;}}   @media screen and (max-width:640px) {#div_blank_1501814332477{width:100%;height:50px;left:0%;top:0px;display:block;}} #div_blank_1501814332477 > .view_contents{overflow:hidden;}  #div_blank_1501814332477  {box-sizing:border-box;background:#444444;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1501814332477  {box-sizing:border-box;background:#3f3f3f;}} @media screen and (max-width:640px) { #div_blank_1501814332477  {box-sizing:border-box;background:#373738;}}

 #image_style_01_1501816924051{width:1.3333333333333335%;height:11px;position:absolute;top:9.5px;left:84.32778460997892%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1501816924051{top:9.5px;left:87.93246288441145%;}}   @media screen and (max-width:640px) {#image_style_01_1501816924051{width:4.2105263157894735%;height:11px;top:11px;left:86.416015625%;}} #image_style_01_1501816924051 > .view_contents{overflow:visible;} 

 #image_style_01_1501816898304{width:1.3333333333333335%;height:11px;position:absolute;top:9.5px;left:77.37174982431483%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1501816898304{}}   @media screen and (max-width:640px) {#image_style_01_1501816898304{width:4.2105263157894735%;height:11px;top:10px;left:68.27713815789474%;}} #image_style_01_1501816898304 > .view_contents{overflow:visible;} 

 #lang_style_1_1501816978639{width:6.083333333333334%;position:absolute;top:-4px;left:85.38189564300774%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#lang_style_1_1501816978639{top:-4px;left:88.77419141039236%;}}   @media screen and (max-width:640px) {#lang_style_1_1501816978639{width:17.894736842105264%;top:15px;left:77.75082236842105%;}}  #lang_style_1_1501816978639 .textSet {color:#ffffff;}

 #lang_style_1_1501816730673{width:6.083333333333334%;position:absolute;top:-4px;left:78.42476282501757%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#lang_style_1_1501816730673{width:10%;}}   @media screen and (max-width:640px) {#lang_style_1_1501816730673{width:24.6875%;top:17px;left:58.2275390625%;}}  #lang_style_1_1501816730673 .textSet {color:#ffffff;text-align:left;text-indent:0em;} @media screen and (max-width:640px) { #lang_style_1_1501816730673 .textSet {font-size:12px;line-height:18px;height:18px;}}
/*----------------------电脑板式样式----------------------*/
#lang_style_1_1501816730673{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#lang_style_1_1501816730673{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#lang_style_1_1501816730673{
		
	}
}

 #text_style_02_1501817488705{width:14.125087842586087%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:0px;left:7.835558678847505%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1501817488705{width:229px;left:0.7290562036055143%;top:0px;}}   @media screen and (max-width:640px) {#text_style_02_1501817488705{width:59.68750000000001%;top:10.5px;left:1.5625%;}}  #text_style_02_1501817488705>.view_contents {box-sizing:border-box;color:#ffffff;font-size:12px;font-family:Arial;line-height:30px;height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1501817488705>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1501817488705>.view_contents {box-sizing:border-box;}} #comm_layout_header{height:122px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:87px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:108px;}} 


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


 #text_style_02_1482658264302{width:34.166666666666664%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:1.4166666666666665%;top:110px;z-index:99;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1482658264302{width:41.145281018027575%;left:5.729166666666666%;top:45px;z-index:99;}}   @media screen and (max-width:640px) {#text_style_02_1482658264302{width:52.10526315789473%;left:2.631578947368421%;top:14px;}}  #text_style_02_1482658264302>.view_contents {box-sizing:border-box;font-family:Arial;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1482658264302>.view_contents {box-sizing:border-box;font-size:34px;}} @media screen and (max-width:640px) { #text_style_02_1482658264302>.view_contents {box-sizing:border-box;font-size:18px;line-height:30px;}}

 #text_style_02_1482658357830{width:56.333333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:1.6666666666666667%;top:161px;z-index:100;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1482658357830{width:68.18663838812301%;left:4.060872395833334%;top:95px;z-index:99;}}   @media screen and (max-width:640px) {#text_style_02_1482658357830{width:78.15789473684211%;left:0.7894736842105263%;top:40px;}}  #text_style_02_1482658357830>.view_contents {box-sizing:border-box;font-size:24px;color:#4c4c4c;font-family:Arial;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1482658357830>.view_contents {box-sizing:border-box;font-size:20px;line-height:34px;}} @media screen and (max-width:640px) { #text_style_02_1482658357830>.view_contents {box-sizing:border-box;font-size:12px;line-height:30px;}}
 #div_includeBlock_1482658215872{width:1200px;height:274px;position:absolute;left:calc(50% - 600px);top:5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1482658215872{width:100%;height:202px;left:0%;top:0px;}}   @media screen and (max-width:640px) {#div_includeBlock_1482658215872{width:100%;height:100px;left:0%;top:0px;}}  #layout_1481530783469{height:350px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1481530783469{height:202px;}}   @media screen and (max-width:640px) {#layout_1481530783469{height:102px;}} #layout_1481530783469 > .view_contents{max-width:100%;}  #layout_1481530783469  {background-size:cover;background-position-x:50%;}



 #homelink_style_01_1501684809631{width:38.47429519071311%;position:absolute;top:8.21875px;left:2.2064158374792706%;}   @media screen and (min-width:641px) and (max-width:1200px) {#homelink_style_01_1501684809631{}}   @media screen and (max-width:640px) {#homelink_style_01_1501684809631{width:100%;top:0px;left:0%;}}  #homelink_style_01_1501684809631 .textSet {font-family:Arial;}

 #text_style_02_1501684174789{width:82.66998341625207%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:114px;left:10.691334991708127%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1501684174789{left:4.494454809286899%;top:87px;width:70%;}}   @media screen and (max-width:640px) {#text_style_02_1501684174789{width:90%;top:198px;left:5%;}}  #text_style_02_1501684174789>.view_contents {box-sizing:border-box;font-size:18px;line-height:30px;text-indent:0em;font-family:Arial;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1501684174789>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1501684174789>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;height:500px;}}

 #image_style_01_1501684493083{width:74.6268656716418%;height:261px;position:absolute;top:467px;left:11.56198175787728%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1501684493083{left:5.0943200663349915%;top:467px;}}   @media screen and (max-width:640px) {#image_style_01_1501684493083{width:85.625%;height:99px;top:71px;left:7.333984374999999%;}} #image_style_01_1501684493083 > .view_contents{overflow:visible;} 
 #div_includeBlock_1501685075288{width:1206px;height:765px;position:absolute;top:1px;left:-0.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1501685075288{}}   @media screen and (max-width:640px) {#div_includeBlock_1501685075288{width:100%;height:698px;top:0px;left:0%;}}  #div_includeBlock_1501685075288  {background:#ffffff;} #layout_1481349485734{height:802px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1481349485734{height:766px;}}   @media screen and (max-width:640px) {#layout_1481349485734{height:698px;}} #layout_1481349485734 > .view_contents{max-width:1200px;}  #layout_1481349485734  {background:#f8f8f8;}
 #layout_1501684974269{height:1px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1501684974269{}}   @media screen and (max-width:640px) {#layout_1501684974269{}} #layout_1501684974269 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1501817462709{}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1501817462709{}}   @media screen and (max-width:640px) {#layout_1501817462709{}} #layout_1501817462709 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1501817479564{}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1501817479564{}}   @media screen and (max-width:640px) {#layout_1501817479564{}} #layout_1501817479564 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_07_1501823982808{width:84.18833450456782%;font-size:46px;color:#333;line-height:50px;font-family:Arial;position:absolute;top:28px;left:7.835558678847505%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_07_1501823982808{top:25px;left:7.834040296924709%;}}   @media screen and (max-width:640px) {#text_style_07_1501823982808{width:92.8125%;top:20px;left:5.625%;}}  #text_style_07_1501823982808>.view_contents {box-sizing:border-box;font-size:16px;color:#ffffff;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_07_1501823982808>.view_contents {box-sizing:border-box;line-height:30px;}} @media screen and (max-width:640px) { #text_style_07_1501823982808>.view_contents {box-sizing:border-box;line-height:20px;font-size:12px;}}

 #text_default_1501824401648{width:29.72593113141251%;height:31px;position:absolute;top:76px;left:34.01264933239634%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1501824401648{width:400px;top:88px;left:30.72474814422057%;}}   @media screen and (max-width:640px) {#text_default_1501824401648{width:100%;height:34px;top:105.8125px;left:0%;}}  #text_default_1501824401648 .diyCurTab {font-family:Arial;} #comm_layout_footer{height:124px;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:133px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:143.8125px;}} #comm_layout_footer > .view_contents{max-width:100%;}  #comm_layout_footer  {background:transparent url(../img/upimages/pkgimg/bottom.jpg);}
.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_1501814487338 .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_1501816924051 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1501816924051 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1501816924051 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1501816924051 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_1501816898304 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1501816898304 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1501816898304 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1501816898304 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;}
/*多语言链接样式*/
.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_1501816978639 .arrowDown{ border-top: 6px solid #333;}
			#lang_style_1_1501816978639 .lang-list{text-align: ;}
	/*多语言链接样式*/
.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_1501816730673 .arrowDown{ border-top: 6px solid #333;}
			#lang_style_1_1501816730673 .lang-list{text-align: ;}
	
	#image_style_01_1482575160628 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1482575160628 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1482575160628 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1482575160628 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;}
.breadcrumb {
	padding: 8px 15px;
	list-style: none;
	border-radius: 4px; 
}
.breadcrumb > li {
	display: inline-block;
}
.breadcrumb > li + li:before {
	content: "\003e\00a0";
	padding: 0 5px;
	color: #cccccc;
}
.breadcrumb > .active {
	color: #777777;
}

.location_style01 .fa-home{
	font-size:16px;
	margin-right:.25em;
}
.location_style01 .home-icon{
	height: 1.5em;
	float: left;
	margin-right:.8em;
}
	#image_style_01_1501684493083 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1501684493083 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1501684493083 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1501684493083 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

				.bottomMenu{width: 100%; box-sizing:border-box; display: none;position:fixed;bottom:0; z-index:999999;}

				.bottomMenu ul{position: relative; box-sizing: border-box; width: 100%; height: 50px; background-color: #FFFFFF; border-top: 1px solid #ddd; box-shadow: 0 0px 6px rgba(0,0,0,.1); display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
				.bottomMenu ul li{position:relative; box-sizing: border-box; -webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;}
				.bottomMenu ul li .menuItem{position: relative;}
				.bottomMenu ul li .menuIco{width: 26px; height: 26px; overflow: hidden; margin: 0 auto 4px;}
				.bottomMenu ul li .menuIco img{width: 100%; height: 100%;padding:2px 1px 0;box-sizing:border-box;}
				.bottomMenu ul li .menuName{font-size: 12px; white-space: nowrap; margin: auto; text-align: center; color: #666666; line-height: 1;font-family:Microsoft YaHei;}
				.bottomMenu ul li .submenuItems{position: absolute; bottom: 48px; z-index:999999; width: 100%; text-align: center; border: 1px solid #ddd; background-color: #fff; box-shadow: 0 0px 6px rgba(0,0,0,.1);}
				.bottomMenu ul li .submenuItems a{display: block; height: 36px; line-height: 36px; font-size: 12px; color: #333; border-bottom: 1px solid #ddd; }
				@media screen and (max-width:767px) {
					.bottomMenu{display: block;}
					
					body{padding-bottom:55px!important;}
				}
				