
/**
    *编辑器         \View\css\diy\editPageComm.css
    *编辑器-预览    \View\css\diy\pageCom.css
    *编辑器-发布    \Model\viewsRes\publish\comm.css
*/
@charset "utf-8";
/*----------------公共部分----------------*/
html{overflow-x:hidden; overflow-y:auto;}
body{ background-repeat:no-repeat; background-position:left top; position:relative; overflow-x: hidden;}
body, li, ul, ol, dl, dt, dd, form, input, textarea, h1, h2, h3, h4, h5, h6, p,select{ margin: 0px; padding: 0px; list-style-type:none; font-size: 12px; font:12px/1.5 tahoma,arial,"Microsoft YaHei";outline: 0 none; color:#333;}
em,i{font-style:normal;}
a{color:#333;}
a{text-decoration:none;}
*{margin:0px; padding:0px;outline: none !important;}
img {-ms-interpolation-mode:bicubic; border:none;}
.view{z-index: 1;position: absolute;}
.horizontal .view{position:relative; float:left;}
.vertical .view{position:relative;}
.view_contents{position:relative; width:100%; margin:0 auto; padding:0; z-index:10; height:100%; overflow: hidden; box-sizing: border-box;/*添加后，模块的内边距和边框不会再溢出*/}
.layout{ position: relative; width: 100%; margin: 0px auto; padding: 0px; z-index: 1;}
.layout > .view_contents{ /*overflow: visible;*/ cursor:default;}
/*流布局*/
.flow .view_contents > .view{float: left;}
.clear { clear: both; }
/*苹果去除样式*/
select,input[type='button'],input[type="reset"],input[type='submit'],input[type='text'],input[type="password"],input[name='query'],input[name='d']{-webkit-appearance: none; border-radius:0px}
input:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only;}

/*模块分页*/
.page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.page_btn a.cur,.page_btn a:hover{border:1px solid #4c4c4c;}
.prev_btn,.next_btn{font-family: '黑体' !important; border: 0 !important;}
.no_page{border: 0 !important;}
@media screen and (max-width:768px){
/*分页*/
.page_btn a:nth-child(n+5){display: none;}
.page_btn a:nth-last-child(1),.page_btn a:nth-last-child(2),.page_btn a:nth-last-child(3){display: inline-block !important;}
}

/*图片放大样式*/
.imgBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgBox img{ position: absolute; width: auto; max-width: 80%; /*max-height: 65%;*/ border: 20px solid #fff;top: 40%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); box-shadow: 0 0 10px rgba(0,0,0,.3);}
.imgBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgBox.scroll img{top:5%; margin-bottom: 5%; transform: translate(-50%,0%); -webkit-transform: translate(-50%,0%); -moz-transform: translate(-50%,0%); -o-transform: translate(-50%,0%);}
.pos_fixed{position: fixed; width: 100%;}
.imageButton{position: fixed; bottom: 15%; left: 50%; 
	-webkit-transform: translateX(-50%); 
	-moz-transform: translateX(-50%); 
	-ms-transform: translateX(-50%); 
	-o-transform: translateX(-50%); 
	transform: translateX(-50%); 
}
.imageButton span{display: inline-block; cursor:pointer; box-shadow: 0 0 6px rgba(0,0,0,.2);
	-webkit-transition: all ease .2s; 
	-moz-transition: all ease .2s; 
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s; 
	transition: all ease .2s; 
}
.imageButton span:hover{opacity: .8;}
.imageButton span.closeShowPic{ font-size: 40px; border-radius: 100%;font-family: serif; line-height: 1; background-color: #fff; padding: .2em; text-align: center;}
@media screen and (max-width: 768px){/*mobi*/
	.imgBox img{border-width: 10px;}
	.imgBox.scroll img{top:5%; margin-bottom: 10vh;}
}

    .jurisdiction_mask{
        top: 0;
        left: 0;
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0,0.5);
        z-index: 2147483647;
		display:none;
    }
    .jurisdiction_tips{
        width: 400px;
        background: #ffffff;
        position: absolute;
        left: 50%;
        top: 45%;
        -ms-transform:translate(-50%,-50%);
        -webkit-transform:translate(-50%,-50%);
        -o-transform:translate(-50%,-50%);
        -moz-transform:translate(-50%,-50%);
        transform:translate(-50%,-50%);
        padding: 23px 20px;
        box-sizing: border-box;
        text-align: center;
    }
    .jurisdiction_tips img{
        display: block;
        margin: 0 auto;
    }
    .jurisdiction_tips h3{
        font-size: 18px;
        font-weight: 400;
        line-height: 40px;color: #575757;
        text-align: center;
        margin: 5px 0 0;
    }
    .jurisdiction_tips p{
        color: #999;
        font-size: 16px;
        text-align: center;
        font-weight: 300;
        margin: 0;
    }
    .jurisdiction_tips button{
        color: #fff;
        font-size: 12px;
        padding: 10px 0;
        margin: 10px 3px 0;
        background-color: #aaa;
        cursor: pointer;
        display: inline-block;
        box-sizing: border-box;
        border: none;
        outline: none !important;
        width: 98px;
    }
    .jurisdiction_tips .jurisdiction_login{
        background: #ff0099;
    }
    .jurisdiction_tips button:hover{
        opacity: 0.8;
    }
    .jurisdiction_tips_mobile{
        display: none;
    }
    @media screen and (max-width: 450px){
        .jurisdiction_tips{
            width: 80%;
            padding: 20px 15px;
        }
        .jurisdiction_tips p{
            display: none;
        }
        .jurisdiction_tips .jurisdiction_tips_mobile{
            display: block;
        }
        .jurisdiction_tips img{width: 60px;}
        .jurisdiction_tips h3{font-size: 16px;}
        .jurisdiction_tips p{
            font-size: 14px;
        }
        .jurisdiction_tips button{margin-top: 12px;padding: 8px 0;}
    }

/*内链替换的继承父样式*/
.inherit_the_style{color:inherit;font-weight:inherit;font-size:inherit;background:inherit;display:unset;margin:0;padding:0}

body{ background-position:left top; }


 #image_logo_1560736925386{width:431px;height:60px;position:absolute;top:23px;left:calc(20% - 224px);}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1560736925386{left:calc(20% - 170px);}}   @media screen and (max-width:640px) {#image_logo_1560736925386{width:355px;height:49.4199535962877px;top:10px;left:10px;}} 

 #dh_style_28_1560737096390{width:100%;z-index:999;position:absolute;top:97px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_28_1560737096390{z-index:999;left:0%;width:100%;}}   @media screen and (max-width:640px) {#dh_style_28_1560737096390{width:44px;z-index:999;top:10px;left:calc(100% - 50px);}} #dh_style_28_1560737096390 > .view_contents{overflow:visible;}  #dh_style_28_1560737096390 .mainMenuSet:hover {color:#050563;border-width:2px;border-top:none !important;border-right:none !important;border-left:none !important;border-style:solid;padding-left:0px;margin-left:30px;margin-right:30px;} #dh_style_28_1560737096390 #hot>a {color:#050563;border-width:2px;border-top:none !important;border-right:none !important;border-left:none !important;border-style:solid;padding-left:0px;margin-left:30px;margin-right:30px;} #dh_style_28_1560737096390 .mainMenuSet {font-weight:normal;}

 #text_style_01_1587000309466{width:260px;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:13px;left:calc(100% - 260px);}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1587000309466{}}   @media screen and (max-width:640px) {#text_style_01_1587000309466{width:260px;font-size:12px;color:#333;line-height:1.6;top:69.41995359628768px;left:47.5px;}}  #text_style_01_1587000309466>.view_contents {font-family:Arial;text-align:right;} @media screen and (max-width:640px) { #text_style_01_1587000309466>.view_contents {font-size:12px;text-align:center;}}

 #image_style_11_1587004592643{width:260px;position:absolute;top:55px;left:78.33333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_11_1587004592643{width:200px;left:calc(100% - 200px);}}   @media screen and (max-width:640px) {#image_style_11_1587004592643{width:260px;top:107px;left:12.666666666666668%;}} #image_style_11_1587004592643 > .view_contents{overflow:visible;} 
/*----------------------电脑板式样式----------------------*/
#image_style_11_1587004592643{
	
}
#image_style_11_1587004592643 .imgStyle_11 ul li .ratio{margin-top:66%;}
#image_style_11_1587004592643 .imgStyle_11 .theimgdiv{position:absolute;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_11_1587004592643{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#image_style_11_1587004592643{
		
	}
} #comm_layout_header{height:152px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:153px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:149.41995359628768px;}} #comm_layout_header > .view_contents{max-width:1200px;overflow:visible;} 
 #layout_1560845527067{height:320px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1560845527067{height:300px;}}   @media screen and (max-width:640px) {#layout_1560845527067{height:127px;}} #layout_1560845527067 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1560845527067  {background: url(http://www.hailangmetal.com/image/bannerab.jpg);background-position:50% 50% !important;background-repeat:no-repeat!important;background-size:100% auto;} @media screen and (max-width:640px) { #layout_1560845527067  {background-size:auto 100%;}}


 #image_style_12_1560845927355{width:1200px;position:absolute;top:0px;left:calc(50% - 600px);z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_12_1560845927355{left:0%;width:100%;}}   @media screen and (max-width:640px) {#image_style_12_1560845927355{width:100%;top:0px;left:0%;}} #image_style_12_1560845927355 > .view_contents{overflow:visible;}  #image_style_12_1560845927355 .titleSet {font-weight:normal;font-size:24px;} #image_style_12_1560845927355 .detailSet {color:#8e8e8e;font-size:14px;} #image_style_12_1560845927355 .modSet {background:#f2f2f2;padding-top:30px;padding-bottom:20px;} #image_style_12_1560845927355  {background:#f2f2f2;} @media screen and (max-width:640px) { #image_style_12_1560845927355 .detailSet {padding-left:15px;padding-right:15px;}} @media screen and (max-width:640px) { #image_style_12_1560845927355 .modSet {padding-top:15px;padding-bottom:0px;}}

 #text_style_01_1560845815791{width:22.248947684906796%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:268px;left:38.8755261575466%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1560845815791{}}   @media screen and (max-width:640px) {#text_style_01_1560845815791{width:96%;font-size:12px;color:#333;line-height:1.6;top:398px;left:2%;}}  #text_style_01_1560845815791>.view_contents {font-size:26px;text-align:center;font-family:Arial;} @media screen and (max-width:640px) { #text_style_01_1560845815791>.view_contents {font-size:20px;}}


 #text_style_01_1560846263917{width:83.41666666666666%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:17px;left:8.291666666666666%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1560846263917{width:96%;left:2.014846235418876%;top:4.5px;}}   @media screen and (max-width:640px) {#text_style_01_1560846263917{width:96%;font-size:12px;color:#333;line-height:1.6;top:10px;left:2%;}}  #text_style_01_1560846263917>.view_contents {font-size:16px;line-height:32px;color:#8e8e8e;font-family:Arial;} @media screen and (max-width:640px) { #text_style_01_1560846263917>.view_contents {font-size:16px;}}
 #div_a_includeBlock_1560941135160{width:1200px;height:486px;position:absolute;top:339px;left:calc(50% - 600px);z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1560941135160{height:521px;top:339px;width:100%;left:0%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1560941135160{width:100%;height:843px;top:456px;left:0%;}}  #layout_diy_1560737191{height:847px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1560737191{height:865px;}}   @media screen and (max-width:640px) {#layout_diy_1560737191{height:1316px;}} 


 #image_style_01_1560755756700{width:2880px;height:263px;position:absolute;top:0px;left:calc(50% - 1440px);z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1560755756700{}}   @media screen and (max-width:640px) {#image_style_01_1560755756700{width:100%;height:130px;top:0px;left:0%;display:block;z-index:1;}} #image_style_01_1560755756700 > .view_contents{overflow:visible;} 


 #text_style_01_1560756042458{width:20.2%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:98px;left:157px;z-index:3;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1560756042458{left:4.226869034994698%;top:96px;width:251px;display:block;}}   @media screen and (max-width:640px) {#text_style_01_1560756042458{width:45%;font-size:12px;color:#333;line-height:1.6;top:203.07986111111111px;left:5%;display:none;}}  #text_style_01_1560756042458>.view_contents {font-size:15px;color:#ffffff;line-height:32px;font-family:Arial;} @media screen and (max-width:640px) { #text_style_01_1560756042458>.view_contents {font-size:12px;}}

 #text_style_01_1560756707347{width:7.416666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:43px;left:80.54166666666667%;z-index:5;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1560756707347{width:113px;left:82.97985153764581%;top:43px;}}   @media screen and (max-width:640px) {#text_style_01_1560756707347{width:7.416666666666667%;font-size:12px;color:#333;line-height:1.6;top:196.30034722222223px;left:80.54166666666667%;display:none;}}  #text_style_01_1560756707347>.view_contents {color:#ffffff;font-size:18px;font-family:Arial;} @media screen and (max-width:640px) { #text_style_01_1560756707347>.view_contents {font-size:12px;}}

 #text_style_01_1560756739565{width:8.416666666666666%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:80.54166666666667%;top:98px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1560756739565{left:82.97985153764581%;width:8.16542948038176%;top:96px;}}   @media screen and (max-width:640px) {#text_style_01_1560756739565{width:8.416666666666666%;font-size:12px;color:#333;line-height:1.6;top:203.07986111111111px;left:80.54166666666667%;display:none;}}  #text_style_01_1560756739565>.view_contents {color:#ffffff;font-family:Arial;} @media screen and (max-width:640px) { #text_style_01_1560756739565>.view_contents {font-size:12px;}}

 #text_style_01_1560756856915{width:9.5%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:80.54166666666667%;top:193.5px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1560756856915{top:193.5px;left:82.97985153764581%;}}   @media screen and (max-width:640px) {#text_style_01_1560756856915{width:8.916666666666668%;font-size:12px;color:#333;line-height:1.6;top:214.8515625px;left:80.54166666666667%;display:none;}}  #text_style_01_1560756856915>.view_contents {color:#ffffff;font-family:Arial;} @media screen and (max-width:640px) { #text_style_01_1560756856915>.view_contents {font-size:12px;}}

 #text_style_01_1560756851797{width:6.75%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:80.54166666666667%;top:162px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1560756851797{width:109px;top:162px;left:82.97985153764581%;}}   @media screen and (max-width:640px) {#text_style_01_1560756851797{width:6.75%;font-size:12px;color:#333;line-height:1.6;top:210.96875px;left:80.54166666666667%;display:none;}}  #text_style_01_1560756851797>.view_contents {color:#ffffff;font-family:Arial;} @media screen and (max-width:640px) { #text_style_01_1560756851797>.view_contents {font-size:12px;}}

 #text_style_01_1560756844756{width:7.916666666666666%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:80.6171875%;top:130px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1560756844756{top:130px;left:83.05607104984092%;}}   @media screen and (max-width:640px) {#text_style_01_1560756844756{width:7.916666666666666%;font-size:12px;color:#333;line-height:1.6;top:207.02430555555554px;left:80.6171875%;display:none;}}  #text_style_01_1560756844756>.view_contents {color:#ffffff;font-family:Arial;} @media screen and (max-width:640px) { #text_style_01_1560756844756>.view_contents {font-size:12px;}}

 #text_style_01_1560755577587{width:7.416666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:43px;left:13.083333333333332%;z-index:4;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1560755577587{width:116px;left:4.226869034994698%;top:43px;}}   @media screen and (max-width:640px) {#text_style_01_1560755577587{width:96%;font-size:12px;color:#333;line-height:1.6;top:201px;left:2%;display:none;}}  #text_style_01_1560755577587>.view_contents {color:#ffffff;font-size:18px;font-family:Arial;font-weight:normal;} @media screen and (max-width:640px) { #text_style_01_1560755577587>.view_contents {font-size:18px;}}
 #div_a_includeBlock_1560756148702{width:1200px;height:322px;position:absolute;top:0px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1560756148702{left:0%;width:100%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1560756148702{width:95%;height:130px;top:0px;left:2.5%;display:none;z-index:2;}} 

 #text_style_01_1560755921389{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:260px;left:0%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1560755921389{top:260px;left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1560755921389{width:100%;font-size:12px;color:#333;line-height:1.6;top:130px;left:0%;z-index:1;}}  #text_style_01_1560755921389>.view_contents {color:#ffffff;text-align:center;line-height:50px;background:#313131;font-family:Arial;} @media screen and (max-width:640px) { #text_style_01_1560755921389>.view_contents {font-size:12px;}}

 #image_style_01_1587720476598{width:180px;height:41px;position:absolute;left:380%;top:85px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1587720476598{width:100%;}}   @media screen and (max-width:640px) {#image_style_01_1587720476598{width:180px;height:41px;top:0px;left:26%;z-index:2;display:none;}} #image_style_01_1587720476598 > .view_contents{overflow:visible;}  #comm_layout_footer{height:322px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:322px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:180px;display:block;}}  #comm_layout_footer  {background-position:50% 50% !important;background-size:auto 100%;background-repeat:repeat-x!important;}
.logoStyle *{box-sizing: border-box;}
.logoStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.logoStyle>a{overflow: hidden; width: 100%;height: 100%; display: block;}
.logoName{white-space: nowrap;} 
/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/
.menuStyle_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_1560737096390 .menuUl .rflex:hover .menuUl02{width:auto;}
	
	
#dh_style_28_1560737096390 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@media screen and (min-width:640px) {
	#dh_style_28_1560737096390 .maxWidth{max-width:px;}
	/* .menuUl>li>#menuLogo 这种查找会失败改为下面这种 2019.5.29 */
	#dh_style_28_1560737096390 .menuUl li #menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
			#dh_style_28_1560737096390 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
		#dh_style_28_1560737096390 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	}

.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;word-break: keep-all;overflow: hidden;text-overflow: ellipsis;}
.imgStyle_11 .theimgdiv{width: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_1587004592643  ul li{width: 16.8%;}
#image_style_11_1587004592643  ul li.imgItems{margin-bottom:4%;}
@media screen and (max-width: 1024px){/*ipad*/
	#image_style_11_1587004592643  ul li{width: 18.4%;}
	#image_style_11_1587004592643  ul li.imgItems{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#image_style_11_1587004592643  ul li{width: 18.4%;}
	#image_style_11_1587004592643  ul li.imgItems{margin-bottom:2%;}
}
.imgStyle_12{ width:100%; }
.imgStyle_12 *{ font-size:'微软雅黑'; }
.imgStyle_12 .imgTextUl{ display:flex; justify-content: space-between; flex-wrap: wrap; }
.imgStyle_12 .imgTextLi{ width:calc(100% / 3); overflow: hidden; margin-bottom:2%;}
.imgStyle_12 .imgTBox{ text-align: center;}
.imgStyle_12 .imgTBox>img{ display: inline-block; width:100px;box-sizing: border-box;}
.imgStyle_12 .imgBt{ text-align: center; font-size:16px; line-height:3;}
.imgStyle_12 .imgDetail{ text-align: center; font-size:12px; }

@media screen and (max-width: 768px){
	.imgStyle_12 .imgTextLi{ width:44%;}
	.imgStyle_12 .imgTBox>img{ width:50px; }
	.imgStyle_12 .imgBt{ font-size:16px; line-height:2.5;}
}
	
			#image_style_12_1560845927355 .imgDetail{ display:block; }
		
			#image_style_12_1560845927355 li{ width:23.5%; margin-left: auto;margin-right: auto;}
		#image_style_12_1560845927355 li.imgTextLi{ margin-bottom:2%; }
		#image_style_12_1560845927355 .imgTBox img{ width:60px;}
		#image_style_12_1560845927355 .img_Box{ padding-bottom: ; }

	@media screen and (min-width: 767px) and (max-width: 1024px){
		#image_style_12_1560845927355 li{ width:23.5%; }
		#image_style_12_1560845927355 li.imgTextLi{ margin-bottom:2%; }
		#image_style_12_1560845927355 .imgTBox img{ width:60px;}
	}
	@media screen and (max-width: 768px){
		#image_style_12_1560845927355 li{ width:48%; }
		#image_style_12_1560845927355 li.imgTextLi{ margin-bottom:4%; }
		#image_style_12_1560845927355 .imgTBox img{ width:50px;}
	}
		

	
	
	

	#image_style_01_1560755756700 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1560755756700 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1560755756700 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1560755756700 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_1587720476598 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1587720476598 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1587720476598 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1587720476598 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;}
