
/**
    *编辑器         \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.00000000000001%;left:0%;top:41.5px;display:none;}} 

 #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:4.5px;left:1.6%;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:13.5px;left:12.8%;}}  #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;} 

 #dh_style_28_1563425166520{width:60%;z-index:999;display:none;position:absolute;left:20%;top:133.75px;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_28_1563425166520{width:70%;z-index:999;display:none;left:15%;top:133.75px;}}   @media screen and (max-width:640px) {#dh_style_28_1563425166520{width:12.266666666666666%;z-index:999;display:block;top:4.5px;left:87.73333333333333%;}} #dh_style_28_1563425166520 > .view_contents{overflow:visible;}  @media screen and (max-width:640px) { #dh_style_28_1563425166520 .subMenuSet {font-family:Arial;}} @media screen and (max-width:640px) { #dh_style_28_1563425166520 .thrMenuSet {font-family:Arial;}} @media screen and (max-width:640px) { #dh_style_28_1563425166520 .mainMenuSet {font-family:Arial;text-indent:1em;}} @media screen and (max-width:640px) { #dh_style_28_1563425166520 .icoMenuSet {}} @media screen and (max-width:640px) { #dh_style_28_1563425166520 .subtitle {background:#00ffff;}} @media screen and (max-width:640px) { #dh_style_28_1563425166520 .mainMenuSet:hover {background:#004d94;color:#ffffff;text-indent:1em;}} @media screen and (max-width:640px) { #dh_style_28_1563425166520 #hot>a {background:#004d94;color:#ffffff;text-indent:1em;}} @media screen and (max-width:640px) { #dh_style_28_1563425166520 .subMenuSet:hover {background:#004d94;}} @media screen and (max-width:640px) { #dh_style_28_1563425166520 .subCurSet {background:#004d94;}} @media screen and (max-width:640px) { #dh_style_28_1563425166520  {}}

 #searchbox_style_01_1563425302748{width:40.166666666666664%;display:none;position:absolute;left:29.916666666666668%;top:92.75px;}   @media screen and (min-width:641px) and (max-width:1200px) {#searchbox_style_01_1563425302748{width:50.208333333333336%;display:none;left:24.895833333333332%;top:92.75px;}}   @media screen and (max-width:640px) {#searchbox_style_01_1563425302748{width:68%;display:block;top:48.5px;left:16%;}} #searchbox_style_01_1563425302748 > .view_contents{overflow:visible;}  @media screen and (max-width:640px) { #searchbox_style_01_1563425302748 .inputSet {border-top:none !important;border-right:none !important;border-left:none !important;height:25px;}} @media screen and (max-width:640px) { #searchbox_style_01_1563425302748 .btnaSet {border-top:none !important;border-right:none !important;border-left:none !important;border-bottom:none !important;background:#004d94;color:#ffffff;border-radius:3px;height:25px;}} @media screen and (max-width:640px) { #searchbox_style_01_1563425302748 .btnaSet:hover {background:#00ffff;}}

 #lang_style_12_1563431469537{width:21.083333333333336%;display:none;position:absolute;left:39.45833333333333%;top:193.78125px;}   @media screen and (min-width:641px) and (max-width:1200px) {#lang_style_12_1563431469537{width:26.354166666666668%;display:none;left:36.822916666666664%;top:193.78125px;}}   @media screen and (max-width:640px) {#lang_style_12_1563431469537{width:28.799999999999997%;display:block;top:4.5px;left:51.46666666666667%;}} #lang_style_12_1563431469537 > .view_contents{overflow:visible;}  @media screen and (max-width:640px) { #lang_style_12_1563431469537 .textSet {font-family:Arial;font-size:12px;}} @media screen and (max-width:640px) { #lang_style_12_1563431469537 .titleSet {font-family:Arial;font-size:14px;}} @media screen and (max-width:640px) { #lang_style_12_1563431469537 .bgareaSet:hover {background:#ffffff;}} @media screen and (max-width:640px) { #lang_style_12_1563431469537 .bgareaSet:active {background:#ffffff;}} @media screen and (max-width:640px) { #lang_style_12_1563431469537 .bgareaSet {background:#ffffff;}} #comm_layout_header{height:127px;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:119px;display:block;}} #comm_layout_header > .view_contents{max-width:1200px;overflow:visible;}  @media screen and (max-width:640px) { #comm_layout_header  {background-repeat:repeat-x!important;background-size:cover;background:#ffffff;}} @media screen and (max-width:640px) { #comm_layout_header>.view_contents {background: url(../img/upimages/home/ss1.jpg);background-size:cover;}}
 #layout_1580793272611{height:300px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1580793272611{}}   @media screen and (max-width:640px) {#layout_1580793272611{height:5px;}} #layout_1580793272611 > .view_contents{overflow:visible;max-width:1200px;} 


 #banner_style_01_1558679468835{width:1383px;height:369px;position:absolute;top:2px;left:calc(50% - 691.5px);z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1558679468835{}}   @media screen and (max-width:640px) {#banner_style_01_1558679468835{width:96.00000000000003%;height:81.96442516268984px;top:86px;left:2%;display:none;}} 
/*----------------------电脑板式样式----------------------*/
#banner_style_01_1558679468835{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#banner_style_01_1558679468835{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#banner_style_01_1558679468835{
		
	}
}

 #text_style_01_1558679495286{width:99.58333333333333%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:45px;left:0.2083333333333357%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1558679495286{}}   @media screen and (max-width:640px) {#text_style_01_1558679495286{width:96%;top:0px;left:2%;display:none;}}  #text_style_01_1558679495286>.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_1558679495286>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1558679495286>.view_contents {box-sizing:border-box;}}
/*----------------------电脑板式样式----------------------*/
#text_style_01_1558679495286{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1558679495286{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_01_1558679495286{
		
	}
}

 #text_style_01_1558679517892{width:99.83333333333333%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:140px;left:0.0833333333333357%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1558679517892{}}   @media screen and (max-width:640px) {#text_style_01_1558679517892{width:96%;top:76px;left:2%;display:none;}}  #text_style_01_1558679517892>.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_1558679517892>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1558679517892>.view_contents {box-sizing:border-box;}}

 #searchbox_style_01_1558679537509{width:34.85177151120752%;position:absolute;top:261px;left:32.57411424439624%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#searchbox_style_01_1558679537509{}}   @media screen and (max-width:640px) {#searchbox_style_01_1558679537509{width:96%;top:2027px;left:2%;display:none;}} #searchbox_style_01_1558679537509 > .view_contents{overflow:visible;} 

 #dh_style_menu2_02_1580534051031{width:233px;position:absolute;top:433px;left:6.616052060737528%;display:block;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_menu2_02_1580534051031{display:block;left:0%;top:19.5px;}}   @media screen and (max-width:640px) {#dh_style_menu2_02_1580534051031{width:50.4%;top:163px;left:0%;display:none;}} #dh_style_menu2_02_1580534051031 > .view_contents{overflow:visible;}  #dh_style_menu2_02_1580534051031  {border-width:0px;border-style:none;border-color:#004d94;border-top:none !important;} #dh_style_menu2_02_1580534051031 .subMenuSet {border-width:0px;border-style:none;border-color:#595855;border-left:none !important;color:#595855;border-right:none !important;border-bottom:none !important;margin-bottom:2px;background:#dce6f5;margin-top:2px;} #dh_style_menu2_02_1580534051031:hover {border-style:none;border-width:0px;border-color:#004d94;border-top:none !important;background:#ffffff;} #dh_style_menu2_02_1580534051031 .subMenuSet:hover {color:#003366;background:#dce6f5;border-color:#003366;border-style:solid;border-width:3px;border-right:none !important;border-left:none !important;font-weight:bold;border-top:none !important;} #dh_style_menu2_02_1580534051031 .subCurSet {color:#003366;background:#dce6f5;border-color:#003366;border-style:solid;border-width:3px;border-right:none !important;border-left:none !important;font-weight:bold;border-top:none !important;} #dh_style_menu2_02_1580534051031:active {} #dh_style_menu2_02_1580534051031 .subMenuSet:active {}
/*----------------------电脑板式样式----------------------*/
#dh_style_menu2_02_1580534051031{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_menu2_02_1580534051031{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_menu2_02_1580534051031{
		
	}
}

 #homelink_style_01_1580706818208{width:37.16558206796818%;position:absolute;top:433px;left:27.259580621836587%;z-index:4;}   @media screen and (min-width:641px) and (max-width:1200px) {#homelink_style_01_1580706818208{left:28.32383351007423%;top:28px;}}   @media screen and (max-width:640px) {#homelink_style_01_1580706818208{width:96%;top:6px;left:2%;}} 

 #text_default_1580708507508{width:233px;height:45px;position:absolute;top:433px;left:6.616052060737528%;display:block;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1580708507508{left:0%;top:19.5px;}}   @media screen and (max-width:640px) {#text_default_1580708507508{width:96%;height:23px;top:40px;left:2%;display:block;}}  #text_default_1580708507508>.view_contents {background:#004d94;}

 #text_style_01_1580708512065{width:7.809110629067245%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:441.5px;left:11.135213304410701%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1580708512065{}}   @media screen and (max-width:640px) {#text_style_01_1580708512065{width:96%;font-size:12px;color:#333;line-height:1.6;top:1969px;left:2%;display:none;}}  #text_style_01_1580708512065>.view_contents {color:#ffffff;}

 #image_style_01_1580710689115{width:233px;height:90px;position:absolute;top:986px;left:6.616052060737528%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1580710689115{}}   @media screen and (max-width:640px) {#image_style_01_1580710689115{width:286px;height:63px;top:1047.03125px;left:20.391666666666666%;z-index:3;display:none;}} #image_style_01_1580710689115 > .view_contents{overflow:visible;} 

 #text_style_01_1580710700294{width:7.664497469269703%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:1041px;left:12.219812002892263%;z-index:5;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1580710700294{}}   @media screen and (max-width:640px) {#text_style_01_1580710700294{width:96%;font-size:12px;color:#333;line-height:1.6;top:1998px;left:2%;display:none;}}  #text_style_01_1580710700294>.view_contents {color:#ffffff;} #layout_diy_1558609211{height:2351px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1558609211{height:600px;}}   @media screen and (max-width:640px) {#layout_diy_1558609211{height:295px;}} 



 #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:29px;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_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:84.8%;font-size:12px;color:#333;line-height:1.6;top:472.359375px;left:5.733333333333333%;}}  #text_style_01_1558860838335>.view_contents {color:#ffffff;font-family:Arial;font-size:15px;font-weight:normal;} @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:274px;left:66.24751446131599%;display:block;z-index:1000;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1554975488653{left:72.1898197242842%;top:330px;z-index:1000;}}   @media screen and (max-width:640px) {#text_style_01_1554975488653{width:42.13333333333333%;top:506.359375px;left:39.704166666666666%;display:none;}}  #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:71.73333333333333%;height:21px;top:302px;left:5.333333333333334%;}} 

 #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:92.80000000000001%;height:21px;top:252px;left:5.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:90.93333333333334%;height:42px;top:355.359375px;left:5.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:52.800000000000004%;height:18px;top:328px;left:4.933333333333334%;}} 

 #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:193px;height:26px;display:block;left:5.2%;top:419.5px;}} 

 #text_style_01_1523441593185{width:16.268980477223426%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:10.068691250903832%;top:28px;z-index:2;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1523441593185{}}   @media screen and (max-width:640px) {#text_style_01_1523441593185{width:96%;top:217px;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;}}

 #text_style_01_1554974698427{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:274px;left:0%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1554974698427{top:330px;left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1554974698427{width:100%;top:543px;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;}}
 #div_a_includeBlock_1523441486315{width:100%;height:299px;position:absolute;top:7px;left:0%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1523441486315{height:356px;left:0%;top:21px;width:100%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1523441486315{width:100%;height:568px;top:0px;left:0%;}} #div_a_includeBlock_1523441486315 > .view_contents{overflow:hidden;}  #div_a_includeBlock_1523441486315  {background: url(../img/upimages/home/down1.jpg);} @media screen and (max-width:640px) { #div_a_includeBlock_1523441486315  {background-repeat:no-repeat!important;background-size:cover;}} #comm_layout_footer{height:306px;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:377px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:568px;}} #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%;}
}
.menuStyle_28{width:100%; position:relative;}
.menuStyle_28 *{box-sizing: border-box;}
.menuStyle_28 .miniMenu *,
.menuStyle_28 .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_28 .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_28 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_28 ul,.menuStyle_28 li{padding:0;margin:0px;list-style:none}
.menuStyle_28 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_28 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_28 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_28 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_28 .menuUl>li{position:relative;}
.menuStyle_28 .menuUl>li>a{ background: rgba(0,0,0,0.0); position: relative; text-decoration:none;font-size:16px;font-weight: bold; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #17233d; line-height:44px; padding: 0; padding: 0 1em\0;}
.menuStyle_28 .menuUl>li>a:hover{ color:#750406;}
.menuStyle_28 .menuUl #hot>a{color:#750406;}
.menuStyle_28 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_28 .menuUl #hot>a span{color:inherit;}
.menuStyle_28 .menuLayout .miniMenu{display:none;}
.menuStyle_28 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; width: 100%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_28 .menuUl>li>#menuLogo{height: 85%;}

.menuStyle_28 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;padding-top: 10px;}
.menuStyle_28 .menuUl.noHover .rflex:hover .menuUl02{display: none;}

.menuStyle_28 .menuUl02 .subMenu02 {position: relative;  color: #4d5158; font-size:14px; line-height: 40px; padding: 0 15px;background: #fff;}
.menuStyle_28 .menuUl02 .subMenu02.subCurSet{color:#750406;}
.menuStyle_28 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_28 .menuUl02 .subMenu02:hover {color:#750406;border-left: 2px solid #750406;background: #f7f7f7;}
.menuStyle_28 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}
.menuStyle_28 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_28 .menuUl02 .subMenu02:first-child{
	border-top-left-radius: 0px;border-top-right-radius: 0px;
}
.menuStyle_28 .menuUl02 .subMenu02:last-child{
	border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;
}
.menuStyle_28 .menuUl03{position: absolute; top: 0; left: 100%; display: none; }
.menuStyle_28 .menuUl03 .subMenu03{ line-height: 40px;margin-left: 10px;}
.menuStyle_28 .menuUl03 .subMenu03 a:hover{color:#750406; background: #f7f7f7;}
.menuStyle_28 .menuUl03 .subMenu03>a{ color: #17233d; background: #fff; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;padding: 0 15px;}
.menuStyle_28 .menuUl03 .subMenu03:first-child a{
	border-top-left-radius: 0px;border-top-right-radius: 0px;
}
.menuStyle_28 .menuUl03 .subMenu03:last-child a{
	border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;
}
.menuStyle_28 .menuUl .rflex:hover .menuUl02::before{
	content: '';
	border-top:5px solid transparent;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-bottom:5px solid #fff;
	position: absolute;
    top: 0px;
	transform: translateX(-50%);
}
.menuStyle_28 .menuUl02 .arrow:hover::before{
		content: '';
		border-top:5px solid transparent;
		border-left:5px solid #fff;
		border-right:5px solid transparent;
		border-bottom:5px solid transparent;
		position: absolute;
		right: -10px;
		top: 50%;
		transform: translateY(-50%);
}
.menuStyle_28 .rflex { position: relative;}
.menuStyle_28 .maxWidth{margin: auto;}

.menuStyle_28 .subBox{position: absolute; left: 0; width: 100%; background: rgba(238, 238, 238, 0.85); display: none;}
.menuStyle_28 .subBox .subBoxContent{padding: 15px; text-align: left; overflow: hidden;}
.menuStyle_28 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_28 .subBox .sublm{float: left; width: calc(100% - 440px); min-height: 10px;}
.menuStyle_28 .subBox .sublm>div{clear: both; overflow: hidden; margin: 8px 0;}
.menuStyle_28 .subBox .subImgsbox{float: left; width: 440px; height: 160px;}
.menuStyle_28 .subBox .subImgsbox>a{display: block; height: 100%; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}
.menuStyle_28 .subBox .subImgsbox>a:last-child{margin-left: 0;}
.menuStyle_28 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}
.menuStyle_28 .subBox .subImgsbox>a>div.subImg span{position: absolute; bottom: 0; left: 0; width: 100%; display: block; padding: 5px; background: rgba(255,255,255,.8); color: #17233d; font-size: 12px;}
.menuStyle_28 .subBox p{overflow: hidden; float: left;}
.menuStyle_28 .subBox p:first-child{margin-right: 10px; width: 100px;}
.menuStyle_28 .subBox p:last-child{width: calc(100% - 110px);}
.menuStyle_28 .subBox .subMenu02{font-size: 14px; margin-bottom: 5px; clear: both; color: #17233d; line-height: 28px;}
.menuStyle_28 .subBox .subMenu02.subCurSet{color: #750406;}
.menuStyle_28 .subBox .subMenu02:hover,
.menuStyle_28 .subBox .subMenu02:active{color: #750406;}
.menuStyle_28 .subBox .subMenu03{float: left; margin: 5px 20px 5px 0; font-size: 12px; color: #666;}
.menuStyle_28 .subBox .subMenu03:hover,
.menuStyle_28 .subBox .subMenu03:active{color: #750406;}
.menuStyle_28 .subMenu03 .thrCurSet{color: #750406 !important; background: #f7f7f7 !important;}

.menuStyle_28 .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_28 .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_28 .imgIco{ margin-right:10px;}
.menuStyle_28 .menuUl,
.menuStyle_28 .menuUl_box {display:none;}
.menuStyle_28 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_28 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_28 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_28 .miniMenu .leftBox{height: 100%;}
.menuStyle_28 .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_28 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_28 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_28 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;padding: 0;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy{width: calc(100% - 50px);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy li a{padding-left: 30px;box-sizing: border-box;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy li a{padding-left: 60px;box-sizing: border-box;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}
.menuStyle_28 .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_28 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit; background: rgba(0, 0, 0, 0.1);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #fff;}
.menuStyle_28 .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_28 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
.menuStyle_28 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


	
#dh_style_28_1563425166520 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@media screen and (min-width:640px) {
	#dh_style_28_1563425166520 .maxWidth{max-width:px;}
	#dh_style_28_1563425166520 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
	#dh_style_28_1563425166520 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	/* .menuUl>li>#menuLogo 这种查找会失败改为下面这种 2019.5.29 */
	#dh_style_28_1563425166520 .menuUl li #menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
}

.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_1563425302748 input::-webkit-input-placeholder{ color: ;}
	#searchbox_style_01_1563425302748 input::-moz-input-placeholder{ color: ;}
	#searchbox_style_01_1563425302748 input::-o-input-placeholder{ color: ;}
	.langStyle02 .lang_main{ text-align: center;}
.langStyle02 .lang_content{ display: none; font-size: 14px; text-align: center; border: 1px solid #ccc; box-shadow: 0px 0px 10px rgba(0,0,0,.3); width: 150px; margin: 5px auto 0;}
.langStyle02 .lang_content a{ display: block; line-height: 2;}
.langStyle02 .lang_content a:hover{ background: rgb(45,140,240); color: #fff;}
.langStyle02 .lang_main{ font-size: 16px; color: #333;}
.langStyle02 .top_box{ display: inline-block;}
.langStyle02 .text{ display: inline-block; padding-right: 5px; vertical-align: middle;}
.langStyle02 .arrow{ width: 0; height: 0;  border-left: 5px solid transparent;  border-right: 5px solid transparent; display: inline-block;}
    #lang_style_12_1563431469537 .arrowDown{ border-top: 6px solid #333;}
	
/* 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_1558679468835 .bannerStyle_1 .main_image .img-item .img_0{background: url('../img/upimages/product/w2.jpg') center top no-repeat;}
                #banner_style_01_1558679468835 .bannerStyle_1 .ground_glass{}
    
    #banner_style_01_1558679468835 .bannerStyle_1 .main_image .img-item span{}
    @media screen and (min-width:641px) and (max-width:1200px) {
    #banner_style_01_1558679468835 .bannerStyle_1 .main_image .img-item span{}
    }

    @media screen and (max-width:640px) {
    #banner_style_01_1558679468835 .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_1558679537509 input::-webkit-input-placeholder{ color: ;}
	#searchbox_style_01_1558679537509 input::-moz-input-placeholder{ color: ;}
	#searchbox_style_01_1558679537509 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) {
}.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_1580710689115 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1580710689115 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1580710689115 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1580710689115 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;}
}


						.bottomMenu04{position: fixed;bottom: 12px;right: calc(50% - 178px);z-index:999999;display:none;}
						.bottomMenu04 .contentUl{display:none; padding: 0;margin: 0;max-width: 200px;float: none;overflow: hidden;}
						.bottomMenu04 .contentUl .menuName{font-size: 12px;}
						.bottomMenu04 .contentLi{overflow: hidden;list-style: none;padding-bottom:20px;float: right;}
						.bottomMenu04 .title{float: left;background-color: #FA8072;padding: 0 24px;line-height: 32px;height: 30px;position: relative;top: calc((46px - 30px)/2);left: 2px;background-color: #fff;box-shadow: #ddd 2px 2px 12px;border-radius: 4px;}
						.bottomMenu04 .sanjiao{float: left;width: 11px;height: 18px;position: relative;top: calc((46px - 18px)/2);left: 2px;}
						.bottomMenu04 .icon-div{float: left;width: 46px;height: 46px;position: relative;background-color: #d2def4;border-radius: 24px;text-align: center;}
						.bottomMenu04 .icon-div img{width: 22px;height: 22px;padding-top:12px ;}
						.bottomMenu04 .icon-div1{background-color: #209910;float: right;}
						.bottomMenu04 .icon-div1 .bbx-icon-chacha{font-size: 22px;display: inline-block;padding-top:12px ;color: #fff;text-align: center;}
						.bottomMenu04 .icon-div-off{
							transform: rotate(45deg);
							-ms-transform:rotate(45deg); 	/* IE 9 */
							-moz-transform:rotate(45deg); 	/* Firefox */
							-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
							-o-transform:rotate(45deg); 	/* Opera */
						}
						@media screen and (max-width:767px) {
							.bottomMenu04{display: block;}
						}
						
							.bottomMenu04{right:auto;left:calc(50% - 178px);}
							.bottomMenu04 .bottom-menu-div{bottom: 70px;left: calc(50% - 100px);}
							.bottomMenu04 .contentLi{float: left;}
							.bottomMenu04 .title{float: right;left: -2px;}
							.bottomMenu04 .sanjiao{
								float: right;
								left: -2px;
								transform: rotate(180deg);
								-ms-transform:rotate(180deg); 	/* IE 9 */
								-moz-transform:rotate(180deg); 	/* Firefox */
								-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
								-o-transform:rotate(180deg); 	/* Opera */
							}
							.bottomMenu04 .icon-div{float: left;}
							.bottomMenu04 .icon-div1{float: left;}
						