
/**
    *编辑器         \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;}
    }
/*----------------------电脑板式样式----------------------*/

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {

}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {

}
body{ background-position:left top; }


 #dh_style_01_1502161568394{width:600px;z-index:999;position:absolute;top:80px;left:-1.0833333333333335%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1502161568394{z-index:999;left:0%;top:80px;width:56.415694591728524%;display:block;}}   @media screen and (max-width:640px) {#dh_style_01_1502161568394{width:12.1875%;z-index:999;top:77px;left:86.0595703125%;display:none;}} #dh_style_01_1502161568394 > .view_contents{overflow:hidden;}  #dh_style_01_1502161568394 .mainMenuSet {color:#004d94;font-family:Arial;font-size:14px;line-height:44px;} #dh_style_01_1502161568394 #hot>a {font-family:Arial;font-size:15px;color:#004d94;border-bottom-style:solid;border-bottom-width:2px;background:#ffffff;border-left:none !important;border-bottom:none !important;border-right:none !important;border-top:none !important;border-color:#ffffff;} #dh_style_01_1502161568394 .mainMenuSet:hover {color:#004d94;font-family:Arial;font-size:15px;border-bottom-style:solid;border-bottom-color:#1e50ae;border-bottom-width:2px;background:#ffffff;border-left:none !important;border-bottom:none !important;border-right:none !important;border-top:none !important;border-color:#ffffff;} #dh_style_01_1502161568394 #hot>a:hover {color:#1e50ae;font-family:Microsoft YaHei;font-size:18px;border-bottom-color:#1e50ae;border-bottom-style:solid;border-bottom-width:2px;} #dh_style_01_1502161568394 #hot>a:active {color:#1e50ae;font-family:Microsoft YaHei;font-size:18px;border-bottom-style:solid;border-bottom-color:#1e50ae;border-bottom-width:2px;} #dh_style_01_1502161568394 .modSet {border-color:#232c93;background:#ffffff;} #dh_style_01_1502161568394  {background:#dce6f5;border-style:none;border-width:0px;border-color:#004d94;border-bottom:none !important;} #dh_style_01_1502161568394:hover {background:#dce6f5;} #dh_style_01_1502161568394 .subMenuSet {background:#ffffff;line-height:44px;} #dh_style_01_1502161568394 .thrMenuSet {line-height:44px;} @media screen and (max-width:640px) { #dh_style_01_1502161568394  {background:transparent;}} @media screen and (max-width:640px) { #dh_style_01_1502161568394 .columnSet {background:transparent;}} @media screen and (max-width:640px) { #dh_style_01_1502161568394 .mainMenuSet {background:#000000;}}
/*----------------------电脑板式样式----------------------*/
#dh_style_01_1502161568394{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_01_1502161568394{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_01_1502161568394{
		
	}
}

 #lang_style_1_1552555760482{width:218px;left:81.83333333333334%;top:0px;position:absolute;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#lang_style_1_1552555760482{width:210px;left:77.30646871686108%;top:0px;}}   @media screen and (max-width:640px) {#lang_style_1_1552555760482{width:56.05237839069772%;left:44.148936170212764%;top:0px;}} 

 #image_style_01_1552562012924{width:4.25%;height:55px;position:absolute;top:7px;left:1.4166666666666665%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1552562012924{left:1.2725344644750796%;top:15px;height:53px;width:51px;}}   @media screen and (max-width:640px) {#image_style_01_1552562012924{width:32px;height:37px;top:3px;left:2.5458333333333334%;display:block;}} #image_style_01_1552562012924 > .view_contents{overflow:hidden;} 

 #text_style_01_1558762618467{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:31px;left:7.75%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1558762618467{left:8.521672852598092%;top:34.5px;}}   @media screen and (max-width:640px) {#text_style_01_1558762618467{width:33.51063829787234%;font-size:12px;color:#333;line-height:1.6;top:9px;left:13.479166666666668%;}}  #text_style_01_1558762618467>.view_contents {color:#004d94;font-weight:bold;text-decoration:none;font-style:italic;}

 #image_style_01_1558766914367{width:1383px;height:3px;position:absolute;top:124px;left:calc(50% - 691.5px);display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1558766914367{}}   @media screen and (max-width:640px) {#image_style_01_1558766914367{width:96%;height:58px;top:255px;left:2%;display:none;}} #image_style_01_1558766914367 > .view_contents{overflow:visible;} 

 #image_style_11_1559105182621{width:16.75%;position:absolute;top:80px;left:82.33333333333334%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_11_1559105182621{left:79.25669406150583%;top:84.5px;width:180px;}}   @media screen and (max-width:640px) {#image_style_11_1559105182621{width:116px;top:37px;left:64.26666666666667%;display:none;}} #image_style_11_1559105182621 > .view_contents{overflow:visible;}  #comm_layout_header{height:128px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:127px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:40px;display:block;}} #comm_layout_header > .view_contents{max-width:1200px;overflow:visible;} 


 #banner_style_01_1558680028592{width:1383px;height:369px;position:absolute;top:2px;left:calc(50% - 691.5px);}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1558680028592{}}   @media screen and (max-width:640px) {#banner_style_01_1558680028592{width:96.00000000000003%;height:81.96442516268984px;top:10px;left:2%;display:none;}} 
/*----------------------电脑板式样式----------------------*/
#banner_style_01_1558680028592{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#banner_style_01_1558680028592{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#banner_style_01_1558680028592{
		
	}
}

 #text_style_01_1558680058752{width:99.58333333333333%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:59px;left:0.2083333333333357%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1558680058752{}}   @media screen and (max-width:640px) {#text_style_01_1558680058752{width:100%;top:12px;left:0%;}}  #text_style_01_1558680058752>.view_contents {box-sizing:border-box;color:#666666;font-family:Arial;font-size:37px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1558680058752>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1558680058752>.view_contents {box-sizing:border-box;}}
/*----------------------电脑板式样式----------------------*/
#text_style_01_1558680058752{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1558680058752{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_01_1558680058752{
		
	}
}

 #text_style_01_1558680087929{width:99.83333333333333%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:150.5px;left:0.0833333333333357%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1558680087929{}}   @media screen and (max-width:640px) {#text_style_01_1558680087929{width:100%;top:12px;left:0%;}}  #text_style_01_1558680087929>.view_contents {box-sizing:border-box;color:#666666;font-family:Arial;font-size:40px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1558680087929>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1558680087929>.view_contents {box-sizing:border-box;}}

 #searchbox_style_01_1558680113292{width:34.85177151120752%;position:absolute;top:257px;left:32.57411424439624%;}   @media screen and (min-width:641px) and (max-width:1200px) {#searchbox_style_01_1558680113292{}}   @media screen and (max-width:640px) {#searchbox_style_01_1558680113292{width:96%;top:12px;left:3.3003300330033%;}} #searchbox_style_01_1558680113292 > .view_contents{overflow:visible;} 

 #dh_style_menu2_02_1558680154083{width:233px;position:absolute;top:412px;left:6.616052060737528%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_menu2_02_1558680154083{display:block;}}   @media screen and (max-width:640px) {#dh_style_menu2_02_1558680154083{width:88.53333333333333%;top:99px;left:9.466666666666667%;display:block;}} #dh_style_menu2_02_1558680154083 > .view_contents{overflow:visible;}  #dh_style_menu2_02_1558680154083  {border-width:1px;border-style:solid;border-color:#595855;border-top:none !important;} #dh_style_menu2_02_1558680154083 .subMenuSet {border-width:1px;border-style:solid;border-color:#595855;border-left:none !important;color:#595855;border-right:none !important;border-bottom:none !important;margin-bottom:0px;} #dh_style_menu2_02_1558680154083:hover {border-style:solid;border-width:1px;border-color:#595855;border-bottom:none !important;border-top:none !important;} #dh_style_menu2_02_1558680154083 .subMenuSet:hover {color:#ffffff;background:#1e50ae;border-color:#ffffff;border-style:solid;border-width:1px;border-right:none !important;border-left:none !important;} #dh_style_menu2_02_1558680154083 .subCurSet {color:#ffffff;background:#1e50ae;border-color:#ffffff;border-style:solid;border-width:1px;border-right:none !important;border-left:none !important;} #dh_style_menu2_02_1558680154083:active {} #dh_style_menu2_02_1558680154083 .subMenuSet:active {}
/*----------------------电脑板式样式----------------------*/
#dh_style_menu2_02_1558680154083{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_menu2_02_1558680154083{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_menu2_02_1558680154083{
		
	}
}

 #image_style_01_1558680195348{width:233px;height:45px;position:absolute;top:412px;left:6.688358640636298%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1558680195348{}}   @media screen and (max-width:640px) {#image_style_01_1558680195348{width:66.006600660066%;height:200px;top:0px;left:16.996699669967%;}} #image_style_01_1558680195348 > .view_contents{overflow:visible;}  #layout_diy_1558609179{height:2348px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1558609179{height:600px;}}   @media screen and (max-width:640px) {#layout_diy_1558609179{height:600px;}} 



 #text_style_01_1523441710166{width:8.416666666666666%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:35.70833333333333%;top:23px;z-index:2;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1523441710166{top:27px;left:35.28300636267232%;}}   @media screen and (max-width:640px) {#text_style_01_1523441710166{width:75px;top:0px;left:2%;height:28px;display:none;}}  #text_style_01_1523441710166>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:16px;text-align:left;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1523441710166>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1523441710166>.view_contents {box-sizing:border-box;font-size:14px;}}

 #text_style_01_1523442080283{width:8.416666666666666%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:56.55956254519161%;top:23px;z-index:2;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1523442080283{top:27px;left:57.381694061505826%;}}   @media screen and (max-width:640px) {#text_style_01_1523442080283{width:96%;top:45px;left:2%;}}  #text_style_01_1523442080283>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:16px;text-align:left;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1523442080283>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1523442080283>.view_contents {box-sizing:border-box;font-size:14px;text-align:center;padding-left:10px;padding-right:10px;}}

 #text_style_01_1523442119424{width:8.416666666666666%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:80.80034345625452%;top:23px;z-index:2;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1523442119424{top:45px;left:83.82820784729587%;width:111px;}}   @media screen and (max-width:640px) {#text_style_01_1523442119424{width:27.200000000000003%;top:91px;left:70.8%;}}  #text_style_01_1523442119424>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:16px;text-align:left;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1523442119424>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1523442119424>.view_contents {box-sizing:border-box;font-size:14px;text-align:center;padding-left:10px;padding-right:10px;}}

 #image_style_01_1523442392187{width:5.206073752711497%;height:77px;position:absolute;left:81.57086044830079%;top:74px;z-index:2;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1523442392187{left:85.79003181336161%;width:6.574761399787911%;top:91.5px;height:74px;}}   @media screen and (max-width:640px) {#image_style_01_1523442392187{width:45px;left:79.4375%;top:29px;display:block;height:69px;}} #image_style_01_1523442392187 > .view_contents{overflow:visible;} 

 #text_style_01_1523441663106{width:19.25%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:10.068691250903832%;top:74px;z-index:2;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1523441663106{left:4.241781548250265%;width:26.4050901378579%;top:60px;}}   @media screen and (max-width:640px) {#text_style_01_1523441663106{width:96%;top:123px;left:2%;}}  #text_style_01_1523441663106>.view_contents {box-sizing:border-box;color:#ffffff;font-size:14px;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1523441663106>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1523441663106>.view_contents {box-sizing:border-box;font-size:12px;padding-left:10px;padding-right:10px;}}

 #dh_style_03_1523498293970{width:10.75%;z-index:999;left:34.51509399855387%;top:51px;position:absolute;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_03_1523498293970{z-index:999;width:9.862142099681867%;top:60px;left:35.28300636267232%;}}   @media screen and (max-width:640px) {#dh_style_03_1523498293970{width:14.348025711662075%;z-index:999;left:0%;top:0px;display:none;}} #dh_style_03_1523498293970 > .view_contents{overflow:hidden;}  #dh_style_03_1523498293970 .columnSet {background:transparent;font-size:14px;line-height:14px;color:#ffffff;font-family:Microsoft YaHei;} #dh_style_03_1523498293970 #hot>a {background:transparent;color:#ffffff;font-family:Microsoft YaHei;font-size:14px;} #dh_style_03_1523498293970 .mainMenuSet {border-right-style:none;border-bottom-style:none;height:28px;line-height:28px;color:#ffffff;font-family:Microsoft YaHei;font-size:14px;} #dh_style_03_1523498293970 .mainMenuSet:hover {background:transparent;} #dh_style_03_1523498293970 .subminSet {font-family:Microsoft YaHei;} #dh_style_03_1523498293970 .subMenuSet {font-family:Microsoft YaHei;}
/*----------------------电脑板式样式----------------------*/
#dh_style_03_1523498293970 .menuStyle_3 .menuLi01 a{
	color: inherit;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_03_1523498293970{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_03_1523498293970{
		
	}
}

 #text_style_01_1554974698427{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:279px;left:0%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1554974698427{top:318px;left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1554974698427{width:100%;top:483px;left:0%;}}  #text_style_01_1554974698427>.view_contents {box-sizing:border-box;font-size:14px;font-family:Tahoma;text-align:center;background:#595855;color:#595855;background-color:#dce6f5;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1554974698427>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1554974698427>.view_contents {box-sizing:border-box;font-size:14px;}}

 #text_style_01_1558860838335{width:35.71945046999277%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:56.55956254519161%;top:199px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1558860838335{left:22.773064687168613%;width:50%;top:270px;}}   @media screen and (max-width:640px) {#text_style_01_1558860838335{width:96%;font-size:12px;color:#333;line-height:1.6;top:413.359375px;left:2%;}}  #text_style_01_1558860838335>.view_contents {color:#ffffff;font-family:Arial;font-size:15px;font-weight:bold;} @media screen and (max-width:640px) { #text_style_01_1558860838335>.view_contents {font-size:14px;font-weight:normal;}}

 #text_style_01_1554975488653{width:9.761388286334057%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:279px;left:65.0194323933478%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1554975488653{left:75.2137460233298%;top:318px;}}   @media screen and (max-width:640px) {#text_style_01_1554975488653{width:42.13333333333333%;top:506.359375px;left:39.704166666666666%;}}  #text_style_01_1554975488653>.view_contents {box-sizing:border-box;font-family:Tahoma;font-size:14px;color:#4f4e4b;font-weight:normal;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1554975488653>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1554975488653>.view_contents {box-sizing:border-box;font-size:14px;}}

 #text_default_1563259418961{width:16.702819956616054%;height:33px;position:absolute;left:56.55956254519161%;top:84px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1563259418961{left:50.159066808059386%;width:32.555673382820785%;top:112px;}}   @media screen and (max-width:640px) {#text_default_1563259418961{width:96%;height:21px;top:267px;left:2%;}} 

 #text_default_1563259537993{width:12.509038322487346%;height:23px;position:absolute;left:56.55956254519161%;top:57px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1563259537993{left:50.159066808059386%;width:28.207847295864262%;top:82px;}}   @media screen and (max-width:640px) {#text_default_1563259537993{width:96%;height:21px;top:239px;left:2%;}} 

 #text_default_1563259586064{width:30.80260303687636%;height:26px;position:absolute;left:56.55956254519161%;top:158.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1563259586064{left:50.05302226935313%;width:47.08377518557794%;top:172px;}}   @media screen and (max-width:640px) {#text_default_1563259586064{width:96%;height:42px;top:320.359375px;left:2%;}} 

 #text_default_1563259647642{width:12.94287780187997%;height:25px;position:absolute;left:56.55956254519161%;top:124px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1563259647642{left:49.94697773064687%;width:31.38918345705196%;top:145px;}}   @media screen and (max-width:640px) {#text_default_1563259647642{width:96%;height:18px;top:293px;left:2%;}} 

 #text_default_1563269520573{width:28.57142857142857%;height:300px;display:none;position:absolute;top:69.75px;left:35.714285714285715%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1563269520573{width:98.66666666666667%;height:300px;display:none;left:0.6666666666666643%;top:69.75px;}}   @media screen and (max-width:640px) {#text_default_1563269520573{width:179px;height:26px;display:block;left:2%;top:384.5px;}} 
 #div_a_includeBlock_1523441486315{width:100%;height:304px;position:absolute;top:0px;left:0%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1523441486315{height:344px;left:0%;top:21px;width:100%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1523441486315{width:100%;height:533px;top:-1px;left:0%;}} #div_a_includeBlock_1523441486315 > .view_contents{overflow:hidden;}  #div_a_includeBlock_1523441486315  {background:#003366;}

 #text_style_01_1523441593185{width:16.333333333333332%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:41.833333333333336%;top:0px;z-index:2;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1523441593185{left:2%;width:96%;top:0px;}}   @media screen and (max-width:640px) {#text_style_01_1523441593185{width:96%;top:10px;left:2%;}}  #text_style_01_1523441593185>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:16px;text-align:left;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1523441593185>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1523441593185>.view_contents {box-sizing:border-box;font-size:14px;text-align:center;padding-left:10px;padding-right:10px;}} #comm_layout_footer{height:304px;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:365px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:532px;}} #comm_layout_footer > .view_contents{overflow:hidden;}  #comm_layout_footer  {background:595855px;}
/*菜单样式*/
.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_1502161568394 .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;}
}

/*多语言链接样式*/
.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_1552555760482 .arrowDown{ border-top: 6px solid #333;}
			#lang_style_1_1552555760482 .lang-list{text-align: ;}
	
	#image_style_01_1552562012924 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1552562012924 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1552562012924 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1552562012924 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_1558766914367 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1558766914367 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1558766914367 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1558766914367 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_1559105182621  ul li{width: 16.8%;}
#image_style_11_1559105182621  ul li.imgItems{margin-bottom:4%;}
@media screen and (max-width: 1024px){/*ipad*/
	#image_style_11_1559105182621  ul li{width: 18.4%;}
	#image_style_11_1559105182621  ul li.imgItems{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#image_style_11_1559105182621  ul li{width: 18.4%;}
	#image_style_11_1559105182621  ul li.imgItems{margin-bottom:2%;}
}

/* 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_1558680028592 .bannerStyle_1 .main_image .img-item .img_0{background: url('../img/upimages/product/w2.jpg') center top no-repeat;}
                #banner_style_01_1558680028592 .bannerStyle_1 .ground_glass{}
    
    #banner_style_01_1558680028592 .bannerStyle_1 .main_image .img-item span{}
    @media screen and (min-width:641px) and (max-width:1200px) {
    #banner_style_01_1558680028592 .bannerStyle_1 .main_image .img-item span{}
    }

    @media screen and (max-width:640px) {
    #banner_style_01_1558680028592 .bannerStyle_1 .main_image .img-item span{}    }
.searchStyle_1{position: relative;min-width: 200px;}
.searchStyle_1 *{box-sizing: border-box; transition:all ease .2s; -webkit-transition:all ease .2s; -moz-transition:all ease .2s; -o-transition:all ease .2s; -webkit-appearance:none ;
-moz-appearance:none ;
appearance: none;}
.searchStyle_1 .searchForm{width: 100%; border-radius: 0;box-sizing: border-box;}
.searchStyle_1 .searchForm .search-btn{float: right; width:20%; text-align: center; height: 40px; background: none; font-size: 14px;color: #333; border:1px solid #666; outline: none; cursor: pointer; border-left: 0;}
.searchStyle_1 .searchForm .search_input{width: 80%; outline: none; padding-left:45px; height:40px; font-size: 14px;color: #333; border:1px solid #666;}
.searchPos-r{position: relative;}
.searchPos-r i{position: absolute; top: 50%; left: 15px; font-size: 20px; color: #999; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.keyWord{margin-top: 5px;}
.keyWord a{font-size: 14px; color: #666; margin-right: 5px;display:inline-block;}
@media screen and (max-width: 768px) {
.searchStyle_1 .searchForm .search-btn, .searchStyle_1 .searchForm .search_input{height: 32px;}

}

	#searchbox_style_01_1558680113292 input::-webkit-input-placeholder{ color: ;}
	#searchbox_style_01_1558680113292 input::-moz-input-placeholder{ color: ;}
	#searchbox_style_01_1558680113292 input::-o-input-placeholder{ color: ;}
	/*菜单样式*/
.menu2Style_2{width:100%; position:relative;}
.menu2Style_2 *{-webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; transition: all ease .2s; box-sizing: border-box;}
.menu2Style_2 ul,.menu2Style_2 li{padding:0;margin:0px;list-style:none}
.menu2Style_2 .menu2Ul{position:relative; width:100%; text-align:center;}
.menu2Style_2 .menu2Ul li{position:relative;}
.menu2Style_2 .menu2Ul li>a{position: relative; text-decoration:none; color:#8b5a5a;font-size:14px;height:44px; box-sizing:border-box; line-height:44px;display:block;text-align:left; padding: 0 1em; letter-spacing:normal; white-space:nowrap; border:1px solid #8b5a5a; margin-bottom: 5px; }
.menu2Style_2 .menu2Ul li>a i{position: absolute; right: 1em; top: 50%; color: inherit; font-size: inherit; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);}
.menu2Style_2 .menu2Ul li>a:hover{color:#fff; background: #8b5a5a;}
.menu2Style_2 .menu2Ul li>a:hover i{right: .5em;}
.menu2Style_2 .menu2Ul a.subCurSet{ background: #8b5a5a; color: #fff;}

@media screen and (max-width:768px) {
}
	#image_style_01_1558680195348 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1558680195348 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1558680195348 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1558680195348 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_1523442392187 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1523442392187 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1523442392187 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1523442392187 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
/*菜单样式*/
.menuStyle_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_1523498293970 .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;}
}

