
/**
    *编辑器         \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}
/*----------------------电脑板式样式----------------------*/

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {

}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {

}
body{ background-position:left top; }



 #image_logo_1522203538858{width:208px;height:56px;position:absolute;top:60.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1522203538858{left:0%;width:201px;top:24.55821917808219px;height:61px;}}   @media screen and (max-width:640px) {#image_logo_1522203538858{width:124px;height:34px;top:9.445468914646996px;left:0%;}} 

 #dh_style_11_1522314576639{width:64.5%;z-index:999;position:absolute;left:35.5%;top:60px;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_11_1522314576639{z-index:999;left:33.686440677966104%;width:66.32302405498281%;top:24.550000190734863px;}}   @media screen and (max-width:640px) {#dh_style_11_1522314576639{width:44px;z-index:999;top:10px;left:calc(100% - 50px);}} #dh_style_11_1522314576639 > .view_contents{overflow:visible;}  #dh_style_11_1522314576639 .mainMenuSet {line-height:43px;margin-left:20px;margin-right:20px;} #dh_style_11_1522314576639 #hot>a {background:#1da1f2;color:#ffffff;} #dh_style_11_1522314576639 .mainMenuSet:hover {background:#1da1f2;color:#ffffff;} #dh_style_11_1522314576639 #hot .aview {background:#1da1f2;} @media screen and (max-width:640px) { #dh_style_11_1522314576639 .mainMenuSet:hover {background:transparent;}} @media screen and (max-width:640px) { #dh_style_11_1522314576639 .mainMenuSet {font-size:14px;border-bottom-style:none;padding-left:10px;margin-left:0px;margin-right:0px;}} @media screen and (max-width:640px) { #dh_style_11_1522314576639 #hot>a {border-bottom-style:none;}} @media screen and (max-width:640px) { #dh_style_11_1522314576639 .subMenuSet:hover {color:#ffffff;font-family:Microsoft YaHei;background:transparent;}} @media screen and (max-width:640px) { #dh_style_11_1522314576639 .thrMenuSet:hover {background:transparent;color:#ffffff;}} @media screen and (max-width:640px) { #dh_style_11_1522314576639 .subCurSet {background:#34c663;color:#ffffff;border-bottom-style:none;}} @media screen and (max-width:640px) { #dh_style_11_1522314576639 .thrCurSet {background:#29aa52;color:#ffffff;border-bottom-style:none;}} @media screen and (max-width:640px) { #dh_style_11_1522314576639 .subCurSet:hover {background:#34c663;}} @media screen and (max-width:640px) { #dh_style_11_1522314576639 .thrCurSet:hover {background:#29aa52;}} @media screen and (max-width:640px) { #dh_style_11_1522314576639 .subMenuSet {padding-left:10px;border-bottom-style:none;}} @media screen and (max-width:640px) { #dh_style_11_1522314576639 .thrMenuSet {border-bottom-style:none;padding-left:10px;}}

 #text_style_01_1594256622975{width:17.2787979966611%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:60.5px;left:17.195325542570952%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594256622975{left:20.691538665254235%;top:31.5px;}}   @media screen and (max-width:640px) {#text_style_01_1594256622975{width:38.666666666666664%;top:9.4375px;left:40.61666666666667%;}}  #text_style_01_1594256622975>.view_contents {box-sizing:border-box;font-size:20px;font-family:Arial;text-indent:0em;color:#1da1f2;line-height:32px;font-weight:bold;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1594256622975>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1594256622975>.view_contents {box-sizing:border-box;font-size:10px;line-height:25px;}}

 #text_style_01_1594256838444{width:16.9449081803005%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:92.5px;left:17.362270450751254%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594256838444{left:20.694021451271187%;top:53.5px;}}   @media screen and (max-width:640px) {#text_style_01_1594256838444{width:47.199999999999996%;top:25.4375px;left:34.96111246744792%;}}  #text_style_01_1594256838444>.view_contents {box-sizing:border-box;font-size:16px;font-family:Arial;text-indent:0em;color:#999999;line-height:32px;font-weight:normal;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1594256838444>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1594256838444>.view_contents {box-sizing:border-box;font-size:8px;line-height:25px;}}
 #div_a_includeBlock_1522203509867{width:1198px;height:136px;position:absolute;top:0px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1522203509867{width:944.0749999284744px;left:0.20348869468898653%;top:10px;height:93px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1522203509867{width:374.73958587646484px;height:54px;top:10px;left:0%;}} #div_a_includeBlock_1522203509867 > .view_contents{overflow:visible;} 

 #div_blank_1593399504491{width:99.7372569626905%;height:42px;position:absolute;top:0px;left:0%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1593399504491{top:10px;left:0%;width:100%;height:20.424657534246574px;}}   @media screen and (max-width:640px) {#div_blank_1593399504491{width:375px;height:7.855637513171759px;top:10px;left:0%;}} #div_blank_1593399504491 > .view_contents{overflow:visible;}  #div_blank_1593399504491  {box-sizing:border-box;background:#323232;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1593399504491  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1593399504491  {box-sizing:border-box;}} #comm_layout_header{height:136px;z-index:9999;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:105px;display:block;}}   @media screen and (max-width:640px) {#comm_layout_header{height:64px;z-index:11;display:block;}} #comm_layout_header > .view_contents{overflow:visible;}  #comm_layout_header  {opacity:1;border-bottom-color:#012b67;border-bottom-style:solid;border-bottom-width:4px;border-color:#e5e5e5;border-style:ridge;border-top:none !important;border-right:none !important;border-left:none !important;border-width:1px;} #comm_layout_header>.view_contents {border-bottom-color:#b2b2b2;border-bottom-style:none;border-bottom-width:2px;border-color:#ffffff;} #comm_layout_header .view_contents:hover {border-color:#ffffff;} #comm_layout_header:hover {}
/*----------------------电脑板式样式----------------------*/
#comm_layout_header{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#comm_layout_header{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#comm_layout_header{
		
	}
}


 #image_style_01_1522204687847{width:100%;height:427px;position:absolute;top:0px;left:0%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522204687847{height:366.19285338938516px;top:10px;left:10px;width:923px;}}   @media screen and (max-width:640px) {#image_style_01_1522204687847{width:355px;height:140.84340514976353px;top:10px;left:10px;}} #image_style_01_1522204687847 > .view_contents{overflow:visible;} 

 #text_style_01_1522204800403{width:62.900683131897004%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:115px;left:18.549658434051498%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522204800403{top:105.06463478717814px;left:171.21334734629534px;width:580.5733053074093px;}}   @media screen and (max-width:640px) {#text_style_01_1522204800403{width:353px;top:24.5625px;left:calc(50% - 176.5px);}}  #text_style_01_1522204800403>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:60px;font-weight:bold;color:#ffffff;text-align:center;line-height:80px;text-decoration:none;letter-spacing:35px;text-shadow:#000000 0px 0px 0px;box-shadow:#ffffff 0px 0px 0px ;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522204800403>.view_contents {box-sizing:border-box;font-size:20px;}} @media screen and (max-width:640px) { #text_style_01_1522204800403>.view_contents {box-sizing:border-box;font-size:12px;line-height:30px;letter-spacing:10px;}}

 #text_style_01_1522204933499{width:62.900683131897004%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:234px;left:18.549658434051498%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522204933499{top:205.94955333683657px;left:171.21334734629534px;width:580.5733053074093px;}}   @media screen and (max-width:640px) {#text_style_01_1522204933499{width:223.29742511823437px;top:70.5px;left:calc(50% - 111.5px);}}  #text_style_01_1522204933499>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:32px;text-align:center;color:#ffffff;line-height:35px;font-weight:normal;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522204933499>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1522204933499>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;}} #layout_diy_1522203062{height:428px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1522203062{height:376.19285338938516px;}}   @media screen and (max-width:640px) {#layout_diy_1522203062{height:150.84340514976353px;}} 




 #image_style_01_1526267146749{width:112px;height:111px;position:absolute;top:20px;left:calc(50% - 56px);}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1526267146749{left:calc(50% - 43px);width:86.14666666666666px;top:14.609375px;height:85.3775px;}}   @media screen and (max-width:640px) {#image_style_01_1526267146749{width:33.13333333333333px;height:32.8375px;top:7.9140625px;left:35.67489495798319%;}} #image_style_01_1526267146749 > .view_contents{overflow:visible;} 

 #text_style_01_1526267146764{width:92.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:152px;left:3.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1526267146764{left:3.75%;width:92.5%;top:116.91333333333333px;}}   @media screen and (max-width:640px) {#text_style_01_1526267146764{width:92.5%;top:44.96666666666667px;left:3.75%;}}  #text_style_01_1526267146764>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:24px;text-align:center;line-height:35px;color:#000000;font-weight:normal;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1526267146764>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1526267146764>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;}}

 #text_style_01_1526267146768{width:68.25%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:195px;left:15.875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1526267146768{left:15.875%;width:68.25%;top:154.6025px;}}   @media screen and (max-width:640px) {#text_style_01_1526267146768{width:68.25%;top:64.9609375px;left:15.875%;}}  #text_style_01_1526267146768>.view_contents {box-sizing:border-box;font-size:20px;font-family:Microsoft YaHei;color:#999999;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1526267146768>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1526267146768>.view_contents {box-sizing:border-box;font-size:7px;}}
 #div_a_includeBlock_1526267146251{width:400px;height:280px;position:absolute;top:1px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1526267146251{left:0%;width:307.6666666666667px;top:73.07083333333334px;height:177.6025px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1526267146251{width:118.33333333333333px;height:106.9609375px;top:28.104166666666668px;left:0%;}}  #div_a_includeBlock_1526267146251  {background:#ffffff;} @media screen and (max-width:640px) { #div_a_includeBlock_1526267146251  {background:#ffffff;}}


 #image_style_01_1526267146816{width:112px;height:111px;position:absolute;top:19px;left:calc(50% - 56px);}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1526267146816{left:35.98823051948052%;width:86.14666666666666px;top:14.609375px;height:85.3775px;}}   @media screen and (max-width:640px) {#image_style_01_1526267146816{width:33.13333333333333px;height:32.8375px;top:7.6171875px;left:34.01391806722689%;}} #image_style_01_1526267146816 > .view_contents{overflow:visible;} 

 #text_style_01_1526267146821{width:92.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:151px;left:3.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1526267146821{left:3.75%;width:92.5%;top:116.14416666666666px;}}   @media screen and (max-width:640px) {#text_style_01_1526267146821{width:92.5%;top:44.670833333333334px;left:3.75%;}}  #text_style_01_1526267146821>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:24px;text-align:center;line-height:35px;color:#000000;font-weight:normal;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1526267146821>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1526267146821>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;}}

 #text_style_01_1526267146827{width:68.25%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:194px;left:15.875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1526267146827{left:15.875%;width:68.25%;top:153.83333333333334px;}}   @media screen and (max-width:640px) {#text_style_01_1526267146827{width:68.25%;top:64.9609375px;left:15.690651260504202%;}}  #text_style_01_1526267146827>.view_contents {box-sizing:border-box;font-size:20px;font-family:Microsoft YaHei;color:#999999;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1526267146827>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1526267146827>.view_contents {box-sizing:border-box;font-size:7px;}}
 #div_a_includeBlock_1526267146258{width:33.33333333333333%;height:280px;position:absolute;top:1px;left:33.33333333333333%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1526267146258{left:33.33333333333333%;width:33.33333333333333%;top:73.07083333333334px;z-index:4;height:176.83333333333334px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1526267146258{width:33.33333333333333%;height:106.9609375px;top:28.104166666666668px;left:33.33333333333333%;}}  #div_a_includeBlock_1526267146258  {background:#ffffff;}


 #image_style_01_1526267146872{width:112px;height:111px;position:absolute;top:20px;left:calc(50% - 56px);}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1526267146872{left:calc(50% - 43px);width:86.14666666666666px;top:14.609375px;height:85.3775px;}}   @media screen and (max-width:640px) {#image_style_01_1526267146872{width:33.13333333333333px;height:32.8375px;top:7.9140625px;left:34.94616596638656%;}} #image_style_01_1526267146872 > .view_contents{overflow:visible;} 

 #text_style_01_1526267146879{width:92.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:152px;left:3.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1526267146879{left:3.75%;width:92.5%;top:116.91333333333333px;}}   @media screen and (max-width:640px) {#text_style_01_1526267146879{width:92.5%;top:44.96666666666667px;left:3.75%;}}  #text_style_01_1526267146879>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:24px;text-align:center;line-height:35px;color:#000000;font-weight:normal;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1526267146879>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1526267146879>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;}}

 #text_style_01_1526267146884{width:68.25%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:195px;left:17.125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1526267146884{left:17.125%;width:68.25%;top:154.6025px;}}   @media screen and (max-width:640px) {#text_style_01_1526267146884{width:73.10924369747899%;top:64.9609375px;left:13.445378151260506%;}}  #text_style_01_1526267146884>.view_contents {box-sizing:border-box;font-size:20px;font-family:Microsoft YaHei;color:#999999;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1526267146884>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1526267146884>.view_contents {box-sizing:border-box;font-size:7px;}}
 #div_a_includeBlock_1526267146268{width:33.33333333333333%;height:280px;position:absolute;top:1px;left:66.66666666666666%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1526267146268{width:33.33333333333333%;left:66.66666666666666%;top:73.07083333333334px;height:177.6025px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1526267146268{width:33.33333333333333%;height:106.9609375px;top:28.104166666666668px;left:66.66666666666666%;}}  #div_a_includeBlock_1526267146268  {background:#ffffff;}
 #div_a_includeBlock_1526267145968{width:1200px;height:281px;position:absolute;top:53px;left:18.470835522858646%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1526267145968{width:923px;left:10px;height:250.67333333333335px;top:10px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1526267145968{width:355px;height:135.06510416666666px;top:10px;left:10px;}}  #layout_1526267145949{height:373px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1526267145949{height:330px;}}   @media screen and (max-width:640px) {#layout_1526267145949{height:145.06510416666666px;}}  #layout_1526267145949  {background:#ffffff;}


 #text_style_01_1522208274873{width:51.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:100px;left:24.25%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522208274873{width:618px;left:152.5px;top:10px;}}   @media screen and (max-width:640px) {#text_style_01_1522208274873{width:355px;top:10px;left:10px;}}  #text_style_01_1522208274873>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;line-height:38px;text-align:center;color:#ffffff;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522208274873>.view_contents {box-sizing:border-box;font-size:15px;}} @media screen and (max-width:640px) { #text_style_01_1522208274873>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;}}

 #text_style_01_1522208299406{width:51.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:148px;left:24.25%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522208299406{width:618px;left:152.5px;top:58px;}}   @media screen and (max-width:640px) {#text_style_01_1522208299406{width:355px;top:40px;left:10px;}}  #text_style_01_1522208299406>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;line-height:25px;color:#ffffff;font-size:20px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522208299406>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1522208299406>.view_contents {box-sizing:border-box;font-size:12px;line-height:15px;}} #layout_1522208110389{height:233px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1522208110389{height:83px;}}   @media screen and (max-width:640px) {#layout_1522208110389{height:55px;}} #layout_1522208110389 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1522208110389  {background: url(https://cdn.yun.sooce.cn/4/54531/png/1594091372786dd7f8ba760b50d8a.png?version=1594091374);background-attachment:fixed;background-position-x:50%;background-repeat:no-repeat!important;background-position:50% 50% !important;} @media screen and (max-width:640px) { #layout_1522208110389  {background:#95989d;}}



 #image_style_01_1526270495389{width:40%;height:134px;position:absolute;left:30%;top:23px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1526270495389{left:28.819444444444443%;width:42.36111111111111%;z-index:2;height:103.06833333333333px;top:0px;}}   @media screen and (max-width:640px) {#image_style_01_1526270495389{width:42.36111111111111%;height:80.35472972972973px;top:0px;left:28.819444444444443%;}} #image_style_01_1526270495389 > .view_contents{overflow:visible;} 

 #text_style_01_1526277347234{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:165px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1526277347234{left:0%;width:100%;top:134.60416666666666px;}}   @media screen and (max-width:640px) {#text_style_01_1526277347234{width:100%;top:104.94087837837839px;left:0%;}}  #text_style_01_1526277347234>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:20px;font-weight:normal;color:#ffffff;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1526277347234>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1526277347234>.view_contents {box-sizing:border-box;font-size:12px;}}
 #div_a_includeBlock_1526270374364{width:24%;height:294px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1526270374364{width:221.52px;left:10px;height:157.60416666666666px;top:10px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1526270374364{width:172.7027027027027px;height:132.9408783783784px;top:10px;left:10px;}} 


 #image_style_01_1526278673302{width:40%;height:134px;position:absolute;left:30%;top:23px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1526278673302{left:28.819444444444443%;width:42.36111111111111%;z-index:2;height:103.06833333333333px;top:0px;}}   @media screen and (max-width:640px) {#image_style_01_1526278673302{width:42.36111111111111%;height:80.35472972972973px;top:0px;left:28.819444444444443%;}} #image_style_01_1526278673302 > .view_contents{overflow:visible;} 

 #text_style_01_1526278673316{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:165px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1526278673316{left:0%;width:100%;top:134.60416666666666px;}}   @media screen and (max-width:640px) {#text_style_01_1526278673316{width:100%;top:104.94087837837839px;left:0%;}}  #text_style_01_1526278673316>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:20px;font-weight:normal;color:#ffffff;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1526278673316>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1526278673316>.view_contents {box-sizing:border-box;font-size:12px;}}
 #div_a_includeBlock_1526278673106{width:24%;height:294px;position:absolute;top:0px;left:25.333333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1526278673106{width:221.52px;height:157.60416666666666px;left:243.82666666666665px;top:10px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1526278673106{width:172.7027027027027px;height:132.9408783783784px;top:10px;left:192.2972972972973px;}} 


 #image_style_01_1526278679352{width:40%;height:134px;position:absolute;left:30%;top:23px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1526278679352{left:28.819444444444443%;width:42.36111111111111%;z-index:2;height:103.06833333333333px;top:0px;}}   @media screen and (max-width:640px) {#image_style_01_1526278679352{width:42.36111111111111%;height:80.35472972972973px;top:0px;left:28.819444444444443%;}} #image_style_01_1526278679352 > .view_contents{overflow:visible;}  #image_style_01_1526278679352 .picSet {border-width:1px;}

 #text_style_01_1526278679368{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:165px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1526278679368{left:0%;width:100%;top:134.60416666666666px;}}   @media screen and (max-width:640px) {#text_style_01_1526278679368{width:100%;top:104.94087837837839px;left:0%;}}  #text_style_01_1526278679368>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:20px;font-weight:normal;color:#ffffff;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1526278679368>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1526278679368>.view_contents {box-sizing:border-box;font-size:12px;}}
 #div_a_includeBlock_1526278679120{width:24%;height:294px;position:absolute;top:0px;left:50.66666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1526278679120{width:221.52px;height:157.60416666666666px;left:477.6533333333333px;top:10px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1526278679120{width:172.7027027027027px;height:132.9408783783784px;top:152.9408783783784px;left:10px;}}  #div_a_includeBlock_1526278679120  {border-width:10px;}


 #image_style_01_1526278684887{width:40%;height:134px;position:absolute;left:30%;top:23px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1526278684887{left:28.819444444444443%;width:42.36111111111111%;z-index:2;height:103.06833333333333px;top:0px;}}   @media screen and (max-width:640px) {#image_style_01_1526278684887{width:42.36111111111111%;height:80.35472972972973px;top:0px;left:28.819444444444443%;}} #image_style_01_1526278684887 > .view_contents{overflow:visible;} 

 #text_style_01_1526278684902{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:165px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1526278684902{left:0%;width:100%;top:134.60416666666666px;}}   @media screen and (max-width:640px) {#text_style_01_1526278684902{width:100%;top:104.94087837837839px;left:0%;}}  #text_style_01_1526278684902>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:20px;font-weight:normal;color:#ffffff;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1526278684902>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1526278684902>.view_contents {box-sizing:border-box;font-size:12px;}}
 #div_a_includeBlock_1526278684671{width:24%;height:294px;position:absolute;top:0px;left:76%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1526278684671{width:221.52px;height:157.60416666666666px;left:711.48px;top:10px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1526278684671{width:172.7027027027027px;height:132.9408783783784px;top:152.9408783783784px;left:192.2972972972973px;}}  #layout_1526270327903{height:340px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1526270327903{height:216px;}}   @media screen and (max-width:640px) {#layout_1526270327903{height:285.8817567567568px;}} #layout_1526270327903 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1526270327903  {background: url(https://cdn.yun.sooce.cn/4/54531/png/1594091372786dd7f8ba760b50d8a.png?version=1594091374);background-position-x:50%;background-repeat:repeat-y!important;background-position:50% 50% !important;background-attachment:fixed;} @media screen and (max-width:640px) { #layout_1526270327903  {background:#95989d;}}
 #layout_1522216648525{height:41px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1522216648525{height:50px;}}   @media screen and (max-width:640px) {#layout_1522216648525{height:50px;}} #layout_1522216648525 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1522207463143{width:51.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:22px;left:45.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522207463143{top:10px;left:444.2133676092545px;width:488.7866323907455px;}}   @media screen and (max-width:640px) {#text_style_01_1522207463143{width:355px;top:289.07643312101914px;left:10px;}}  #text_style_01_1522207463143>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;line-height:38px;font-size:28px;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522207463143>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1522207463143>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;}}

 #text_style_01_1522207496294{width:51.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:70px;left:45.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522207496294{top:47.96401028277636px;left:444.2133676092545px;width:488.7866323907455px;}}   @media screen and (max-width:640px) {#text_style_01_1522207496294{width:355px;top:316.6492486549997px;left:10px;}}  #text_style_01_1522207496294>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;line-height:25px;color:#999999;font-size:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522207496294>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1522207496294>.view_contents {box-sizing:border-box;font-size:12px;line-height:15px;}}

 #text_style_01_1522207526290{width:51.16666666666667%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:124px;left:46.08333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522207526290{top:90.67352185089975px;left:447.3770351328192px;width:485.6229648671808px;}}   @media screen and (max-width:640px) {#text_style_01_1522207526290{width:352.7022653721683px;top:347.66866613072784px;left:12.297734627831687px;}}  #text_style_01_1522207526290>.view_contents {box-sizing:border-box;font-size:16px;font-family:Microsoft YaHei;text-indent:0em;color:#000000;line-height:32px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522207526290>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1522207526290>.view_contents {box-sizing:border-box;font-size:12px;line-height:25px;}}

 #text_style_01_1522207614894{width:41.66666666666667%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:250px;left:45.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522207614894{top:190.32904884318765px;left:444.2133676092545px;width:395.458440445587px;}}   @media screen and (max-width:640px) {#text_style_01_1522207614894{width:287.21682847896443px;top:460.046875px;left:2.666666666666667%;}}  #text_style_01_1522207614894>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;color:#4d4d4d;line-height:20px;background-repeat:repeat;background-size:auto 100%;padding-left:30px;border-color:#007fff;} #text_style_01_1522207614894  {background: url(../img/upimages/pkgimg/icon/gou2.png);background-repeat:no-repeat;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522207614894>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1522207614894>.view_contents {box-sizing:border-box;font-size:12px;height:20px;line-height:18px;}}
/*----------------------电脑板式样式----------------------*/
#text_style_01_1522207614894{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1522207614894{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_01_1522207614894{
		
	}
}

 #text_style_01_1522207822652{width:37.916666666666664%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:295px;left:45.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522207822652{top:225.92030848329048px;left:444.2133676092545px;width:359.86718080548417px;}}   @media screen and (max-width:640px) {#text_style_01_1522207822652{width:261.3673139158576px;top:485.890625px;left:2.666666666666667%;}}  #text_style_01_1522207822652>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;color:#4d4d4d;line-height:20px;background-repeat:no-repeat;background-size:auto 100%;padding-left:30px;} #text_style_01_1522207822652  {background: url(../img/upimages/pkgimg/icon/gou2.png);background-repeat:no-repeat;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522207822652>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1522207822652>.view_contents {box-sizing:border-box;font-size:12px;height:20px;line-height:18px;}}

 #text_style_01_1522207838395{width:39.75%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:342px;left:45.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522207838395{top:263.0934018851757px;left:444.2133676092545px;width:377.26735218509px;}}   @media screen and (max-width:640px) {#text_style_01_1522207838395{width:274.00485436893206px;top:512.890625px;left:2.666666666666667%;}}  #text_style_01_1522207838395>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;color:#4d4d4d;line-height:20px;background-repeat:no-repeat;background-size:auto 100%;padding-left:30px;} #text_style_01_1522207838395  {background: url(../img/upimages/pkgimg/icon/gou2.png);background-repeat:no-repeat;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522207838395>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1522207838395>.view_contents {box-sizing:border-box;font-size:12px;height:20px;line-height:18px;}}

 #image_style_01_1522207346725{width:39.25%;height:357px;position:absolute;top:40px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522207346725{top:24.236503856041132px;left:10px;width:372.52185089974296px;height:282.3573264781491px;}}   @media screen and (max-width:640px) {#image_style_01_1522207346725{width:355px;height:269.07643312101914px;top:10px;left:10px;}} #image_style_01_1522207346725 > .view_contents{overflow:visible;}  #layout_1593417993453{height:442px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1593417993453{height:306.5938303341903px;}}   @media screen and (max-width:640px) {#layout_1593417993453{height:542px;}} #layout_1593417993453 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_01_1593484294566{width:50.33333333333333%;height:423px;position:absolute;top:81px;left:24.833333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1593484294566{width:604px;left:159.5px;top:41px;height:423px;}}   @media screen and (max-width:640px) {#image_style_01_1593484294566{width:248px;height:175px;top:48px;left:calc(50% - 124px);}} #image_style_01_1593484294566 > .view_contents{overflow:visible;} 

 #text_style_01_1593484342223{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:14px;left:34.58333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1593484342223{top:10px;left:276.5px;width:370px;}}   @media screen and (max-width:640px) {#text_style_01_1593484342223{width:355px;font-size:12px;color:#333;line-height:1.6;top:10px;left:10px;}}  #text_style_01_1593484342223>.view_contents {text-align:center;font-weight:normal;background:#ffffff;font-size:22px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1593484342223>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1593484342223>.view_contents {font-size:10px;}} #layout_1593484288549{height:525px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1593484288549{height:464px;}}   @media screen and (max-width:640px) {#layout_1593484288549{height:223px;}} #layout_1593484288549 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_01_1593415837231{width:99.83333333333333%;height:427px;position:absolute;top:2px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1593415837231{top:10px;left:10px;width:923px;height:328.98247078464107px;}}   @media screen and (max-width:640px) {#image_style_01_1593415837231{width:355px;height:126.53171953255425px;top:10px;left:10px;}} #image_style_01_1593415837231 > .view_contents{overflow:visible;} 

 #image_style_01_1593416233014{width:100%;height:341px;position:absolute;top:429px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1593416233014{top:348.98247078464107px;left:10px;width:923px;height:262.28583333333336px;}}   @media screen and (max-width:640px) {#image_style_01_1593416233014{width:355px;height:100.87916666666666px;top:146.53171953255423px;left:10px;}} #image_style_01_1593416233014 > .view_contents{overflow:visible;}  #layout_1593415811700{height:774px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1593415811700{height:611.2683041179745px;}}   @media screen and (max-width:640px) {#layout_1593415811700{height:247.4108861992209px;}} #layout_1593415811700 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_01_1593415980055{width:99.91666666666667%;height:535px;position:absolute;top:-1px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1593415980055{top:10px;left:10px;width:923px;height:411.84737281067555px;}}   @media screen and (max-width:640px) {#image_style_01_1593415980055{width:355px;height:158.4028356964137px;top:10px;left:10px;}} #image_style_01_1593415980055 > .view_contents{overflow:visible;} 

 #text_style_01_1593416033997{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:60px;left:34.583333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1593416033997{top:65.95535278320312px;left:calc(50% - 142.5px);width:284.8290241868223px;}}   @media screen and (max-width:640px) {#text_style_01_1593416033997{width:109.54962468723936px;font-size:12px;color:#333;line-height:1.6;top:28.060884070058382px;left:132.87322768974144px;}}  #text_style_01_1593416033997>.view_contents {text-align:center;font-weight:normal;background:#ffffff;font-size:22px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1593416033997>.view_contents {font-size:15px;}} @media screen and (max-width:640px) { #text_style_01_1593416033997>.view_contents {font-size:10px;}} #layout_1593415837205{height:534px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1593415837205{height:421.84737281067555px;}}   @media screen and (max-width:640px) {#layout_1593415837205{height:168.4028356964137px;}} #layout_1593415837205 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_01_1593416119153{width:100.08333333333333%;height:874px;position:absolute;top:21px;left:-0.0416666666666643%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1593416119153{top:12px;height:671.691923397169px;left:1.0604453870625663%;width:923px;}}   @media screen and (max-width:640px) {#image_style_01_1593416119153{width:355px;height:258.3430474604496px;top:23px;left:2.666666666666667%;}} #image_style_01_1593416119153 > .view_contents{overflow:visible;} 

 #text_style_01_1593416186044{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:21px;left:34.583333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1593416186044{top:10px;left:276.5px;width:370px;}}   @media screen and (max-width:640px) {#text_style_01_1593416186044{width:355px;font-size:12px;color:#333;line-height:1.6;top:15px;left:2.666666666666667%;}}  #text_style_01_1593416186044>.view_contents {text-align:center;font-weight:normal;background:#ffffff;font-size:22px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1593416186044>.view_contents {font-size:15px;}} @media screen and (max-width:640px) { #text_style_01_1593416186044>.view_contents {font-size:10px;}} #layout_1593415970602{height:966px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1593415970602{height:712.691923397169px;}}   @media screen and (max-width:640px) {#layout_1593415970602{height:306.3430474604496px;}} #layout_1593415970602 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1593416228384{height:1px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1593416228384{height:50px;}}   @media screen and (max-width:640px) {#layout_1593416228384{height:1px;}} #layout_1593416228384 > .view_contents{overflow:visible;max-width:1200px;} 


 #map_style_01_1593416473571{width:50%;height:420px;position:absolute;top:180px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#map_style_01_1593416473571{top:83px;left:10px;width:461.5px;height:323.05px;}}   @media screen and (max-width:640px) {#map_style_01_1593416473571{width:355px;height:248.5px;top:97.99714660644531px;left:2.666666666666667%;}} 

 #text_style_01_1593416740967{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:30px;left:34.583333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1593416740967{top:10px;left:276.5px;width:370px;}}   @media screen and (max-width:640px) {#text_style_01_1593416740967{width:355px;font-size:12px;color:#333;line-height:1.6;top:10px;left:10px;}}  #text_style_01_1593416740967>.view_contents {text-align:center;font-weight:bold;background:#ffffff;font-size:32px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1593416740967>.view_contents {font-size:15px;}} @media screen and (max-width:640px) { #text_style_01_1593416740967>.view_contents {font-size:10px;}}

 #image_style_01_1593416842342{width:49.083333333333336%;height:417px;position:absolute;top:181.5px;left:50.916666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1593416842342{top:84.15375px;left:479.9608333333333px;width:453.0391666666667px;height:320.7425px;}}   @media screen and (max-width:640px) {#image_style_01_1593416842342{width:355px;height:251.33276740237693px;top:362px;left:2.666666666666667%;}} #image_style_01_1593416842342 > .view_contents{overflow:visible;} 

 #text_style_01_1593416987509{width:35.75%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:134px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1593416987509{width:429px;left:63.5px;top:41px;}}   @media screen and (max-width:640px) {#text_style_01_1593416987509{width:375px;top:36.96875px;left:0%;}}  #text_style_01_1593416987509>.view_contents {box-sizing:border-box;font-size:18px;font-family:Microsoft YaHei;text-indent:0em;color:#333333;line-height:32px;font-weight:normal;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1593416987509>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1593416987509>.view_contents {box-sizing:border-box;font-size:7px;line-height:25px;}}

 #text_style_01_1593756266142{width:23%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:134px;left:50.916666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1593756266142{width:276px;left:583.5px;top:41px;}}   @media screen and (max-width:640px) {#text_style_01_1593756266142{width:375px;top:61.82670593261719px;left:0%;}}  #text_style_01_1593756266142>.view_contents {box-sizing:border-box;font-size:18px;font-family:Microsoft YaHei;text-indent:0em;color:#333333;line-height:32px;font-weight:normal;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1593756266142>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1593756266142>.view_contents {box-sizing:border-box;font-size:7px;line-height:25px;}} #layout_1593416409370{height:619px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1593416409370{height:406.05px;}}   @media screen and (max-width:640px) {#layout_1593416409370{height:627.8327674023769px;}} #layout_1593416409370 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1593415980028{height:51px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1593415980028{height:50px;}}   @media screen and (max-width:640px) {#layout_1593415980028{height:19.005682px;}} #layout_1593415980028 > .view_contents{overflow:visible;max-width:1200px;} 


 #div_blank_1522217001172{width:100%;height:324px;position:absolute;top:0px;left:0%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1522217001172{height:157.11541082114977px;top:10px;left:20px;width:923px;}}   @media screen and (max-width:640px) {#div_blank_1522217001172{width:355px;height:60.44140830267998px;top:10px;left:20px;}} #div_blank_1522217001172 > .view_contents{overflow:visible;}  #div_blank_1522217001172  {box-sizing:border-box;background:#323232;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1522217001172  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1522217001172  {box-sizing:border-box;}}


 #text_style_01_1522217364300{width:21.333333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:148px;left:11.708333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522217364300{left:11.708333333333334%;width:21.333333333333336%;top:71.7687679059573px;z-index:1;}}   @media screen and (max-width:640px) {#text_style_01_1522217364300{width:42.93333333333334%;top:18.505210876464844px;left:23.179166666666667%;}}  #text_style_01_1522217364300>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:14px;line-height:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522217364300>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1522217364300>.view_contents {box-sizing:border-box;font-size:5px;}}

 #text_style_01_1522217415606{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:148px;left:38.166666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522217415606{width:30.833333333333336%;left:38.166666666666664%;top:71.7687679059573px;z-index:2;}}   @media screen and (max-width:640px) {#text_style_01_1522217415606{width:68%;top:30.671875px;left:23.198612467447916%;}}  #text_style_01_1522217415606>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:14px;line-height:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522217415606>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1522217415606>.view_contents {box-sizing:border-box;font-size:5px;}}

 #text_style_01_1522217451056{width:22.083333333333332%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:148px;left:73.83333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522217451056{width:24.052004333694473%;top:71.7687679059573px;z-index:2;left:74.41666666666666%;}}   @media screen and (max-width:640px) {#text_style_01_1522217451056{width:51.2%;top:42.598960876464844px;left:23.445833333333333%;}}  #text_style_01_1522217451056>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:14px;line-height:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522217451056>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1522217451056>.view_contents {box-sizing:border-box;font-size:5px;}}

 #div_blank_1522217574108{width:85%;height:2px;position:absolute;top:225px;left:7.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1522217574108{left:7.5%;width:85%;z-index:2;top:109.107924181354px;height:0.9698482149453689px;}}   @media screen and (max-width:640px) {#div_blank_1522217574108{width:85%;height:0.37309511297950604px;top:69.96875762939453px;left:7.5%;}} #div_blank_1522217574108 > .view_contents{overflow:visible;}  #div_blank_1522217574108  {box-sizing:border-box;background:#4c4c4c;border-width:1px;} #div_blank_1522217574108 .modSet {border-width:0px;border-bottom:none !important;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1522217574108  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1522217574108  {box-sizing:border-box;}}
/*----------------------电脑板式样式----------------------*/
#div_blank_1522217574108{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1522217574108{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#div_blank_1522217574108{
		
	}
}

 #dh_style_01_1522217760793{width:57.08333333333333%;z-index:999;position:absolute;top:225px;left:21.458333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1522217760793{z-index:999;left:21.78223218328904%;width:57.08333333333333%;top:83.33749389648438px;}}   @media screen and (max-width:640px) {#dh_style_01_1522217760793{width:44px;z-index:999;top:10px;left:calc(100% - 50px);}} #dh_style_01_1522217760793 > .view_contents{overflow:hidden;}  #dh_style_01_1522217760793 .mainMenuSet {color:#b3b3b3;line-height:90px;height:90px;} #dh_style_01_1522217760793 #hot>a {color:#b3b3b3;} #dh_style_01_1522217760793 .mainMenuSet:hover {color:#b3b3b3;}
/*----------------------电脑板式样式----------------------*/
#dh_style_01_1522217760793 .menuUl_box .mainMenuSet:after{
	content:'|'; color:#b3b3b3; position:absolute; left:100%;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_01_1522217760793{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_01_1522217760793{
		
	}
}

 #image_style_01_1522217102409{width:25%;height:78px;position:absolute;top:42px;left:37.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522217102409{z-index:2;width:25%;top:0px;left:36.61971830985916%;height:73px;}}   @media screen and (max-width:640px) {#image_style_01_1522217102409{width:14.133333333333335%;height:19px;top:5px;left:42.93333333333333%;}} #image_style_01_1522217102409 > .view_contents{overflow:visible;} 

 #text_style_01_1522217951663{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:275.34375px;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522217951663{left:0%;top:146.50003051757812px;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1522217951663{width:100%;top:64px;left:0%;}}  #text_style_01_1522217951663>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:14px;text-align:center;line-height:40px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522217951663>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1522217951663>.view_contents {box-sizing:border-box;line-height:24px;font-size:5px;}}

 #image_style_01_1594029459202{width:7.5%;height:90px;position:absolute;top:36px;left:74.41666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594029459202{width:4.7670639219935%;top:15px;left:70.91549163520789%;height:43.6431696725416px;}}   @media screen and (max-width:640px) {#image_style_01_1594029459202{width:8.266666666666666%;height:31px;top:18.5px;left:77.01136067708333%;}} #image_style_01_1594029459202 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1522217073825{width:1200px;height:316px;position:absolute;top:8px;left:calc(50% - 600px);z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1522217073825{width:923px;left:20px;height:199.107924181354px;top:13.879392859781476px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1522217073825{width:100%;height:88px;top:11.492380451918024px;left:0%;}} #div_a_includeBlock_1522217073825 > .view_contents{overflow:visible;}  #comm_layout_footer{height:364px;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:212.9873170411355px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:102px;display:block;}} #comm_layout_footer > .view_contents{overflow:visible;}  #comm_layout_footer  {background:#1a1a1a;}
/*----------------------电脑板式样式----------------------*/
#comm_layout_footer{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#comm_layout_footer{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#comm_layout_footer{
		top:0;
	}
}
.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_11{width:100%; position:relative;}
.menuStyle_11 *{box-sizing: border-box;}
.menuStyle_11 .miniMenu *,
.menuStyle_11 .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_11 .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_11 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_11 ul,.menuStyle_11 li{padding:0;margin:0px;list-style:none}
.menuStyle_11 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_11 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_11 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_11 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_11 .menuUl>li{position:relative;}
.menuStyle_11 .menuUl>li>a{position: relative; text-decoration:none;font-size:14px; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #333; padding: 10px 0; padding: 10px 1em\0;}
.menuStyle_11 .menuUl>li>a:hover{background: rgba(0,0,0,.05);}
.menuStyle_11 .menuUl #hot>a{color: #2d93ff;}
.menuStyle_11 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_11 .menuUl #hot>a span{color:inherit;}
/*.menuStyle_11 .menuUl>li>a i{position: absolute; right: 10px; top: 50%; -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%);}*/
.menuStyle_11 .menuLayout .miniMenu{display:none;}
.menuStyle_11 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; background: #fff; width: 100%; height: 0; box-shadow: 0 0 8px rgba(0,0,0,0.2); transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_11 .menuUl>li>#menuLogo{height: 85%;}

.menuStyle_11 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;}
.menuStyle_11 .menuUl.noHover .rflex:hover .menuUl02{display: none;}

.menuStyle_11 .menuUl02 .subMenu02 {position: relative; color: #4d5158; font-size:14px; line-height: 40px; padding: 0 15px;}
.menuStyle_11 .menuUl02 .subMenu02.subCurSet{background: #2f94ff; color: #fff;}
.menuStyle_11 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_11 .menuUl02 .subMenu02:hover {background: #2d93ff; color: #fff;}
.menuStyle_11 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}
.menuStyle_11 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_11 .menuUl03{position: absolute; background: #2f94ff; /*left需要js获取二级的宽*/ top: 0; display: none; box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.22);}
.menuStyle_11 .menuUl03 .subMenu03{color: #fff; padding: 0 15px; line-height: 40px;}
.menuStyle_11 .menuUl03 .subMenu03:hover{background:rgba(0, 0, 0, 0.1);}
.menuStyle_11 .menuUl03 .subMenu03.thrCurSet{background: rgba(0, 0, 0, 0.1);}
.menuStyle_11 .menuUl03 .subMenu03>a{ color: inherit; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.menuStyle_11 .rflex { position: relative;}
.menuStyle_11 .maxWidth{margin: auto;}
.menuStyle_11 .menuUl03 .subMenu03.thrCurSet{background: rgba(0, 0, 0, 0.1);}

.menuStyle_11 .subBox{position: absolute; left: 0; /*top通过JS获取菜单高度*/ width: 100%; background: rgba(238, 238, 238, 0.85); display: none;}
.menuStyle_11 .subBox .subBoxContent{padding: 15px; text-align: left; overflow: hidden;}
.menuStyle_11 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_11 .subBox .sublm{float: left; width: calc(100% - 440px); min-height: 10px;}
.menuStyle_11 .subBox .sublm>div{clear: both; overflow: hidden; margin: 8px 0;}
.menuStyle_11 .subBox .subImgsbox{float: left; width: 440px;/*这个宽可被设置*/ height: 160px;}
.menuStyle_11 .subBox .subImgsbox>a{display: block; height: 100%; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}
.menuStyle_11 .subBox .subImgsbox>a:last-child{margin-left: 0;}
.menuStyle_11 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}
.menuStyle_11 .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: #333; font-size: 12px;}
.menuStyle_11 .subBox p{overflow: hidden; float: left;}
.menuStyle_11 .subBox p:first-child{margin-right: 10px; width: 100px;}
.menuStyle_11 .subBox p:last-child{width: calc(100% - 110px);}
.menuStyle_11 .subBox .subMenu02{font-size: 14px; margin-bottom: 5px; clear: both; color: #333; line-height: 28px;}
.menuStyle_11 .subBox .subMenu02.subCurSet{color: #2d93ff;}
.menuStyle_11 .subBox .subMenu02:hover,
.menuStyle_11 .subBox .subMenu02:active{color: #2d93ff;}
.menuStyle_11 .subBox .subMenu03{float: left; margin: 5px 20px 5px 0; font-size: 12px; color: #666;}
.menuStyle_11 .subBox .subMenu03:hover,
.menuStyle_11 .subBox .subMenu03:active{color: #2d93ff;}
.menuStyle_11 .subBox .subMenu03.thrCurSet{color: #2d93ff;}


/*图标*/
.menuStyle_11 .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_11 .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_11 .imgIco{ margin-right:10px;}	
.menuStyle_11 .menuUl,
.menuStyle_11 .menuUl_box {display:none;}
.menuStyle_11 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_11 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_11 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_11 .miniMenu .leftBox{height: 100%;}
.menuStyle_11 .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_11 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_11 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_11 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;} 
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}
.menuStyle_11 .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_11 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; display: none; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit; background: rgba(0, 0, 0, 0.1);}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #fff;}
.menuStyle_11 .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_11 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
.menuStyle_11 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


	
#dh_style_11_1522314576639 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@media screen and (min-width:640px) {
	#dh_style_11_1522314576639 .maxWidth{max-width:px;}
	/* .menuUl>li>#menuLogo 这种查找会失败改为下面这种 2019.5.29 */
	#dh_style_11_1522314576639 .menuUl li #menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
			#dh_style_11_1522314576639 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
		#dh_style_11_1522314576639 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	}


	#image_style_01_1522204687847 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522204687847 .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);}}@media screen and (max-width:640px) {#image_style_01_1522204687847 .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_1522204687847 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_1526267146749 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1526267146749 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1526267146749 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1526267146749 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_1526267146816 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1526267146816 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1526267146816 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1526267146816 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_1526267146872 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1526267146872 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1526267146872 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1526267146872 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_1526270495389 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1526270495389 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1526270495389 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.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_1526278673302 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1526278673302 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1526278673302 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.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_1526278679352 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1526278679352 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1526278679352 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.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_1526278684887 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1526278684887 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1526278684887 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.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_1522207346725 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522207346725 .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);}}@media screen and (max-width:640px) {#image_style_01_1522207346725 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1522207346725 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_1593484294566 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1593484294566 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1593484294566 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1593484294566 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_1593415837231 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1593415837231 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1593415837231 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1593415837231 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_1593416233014 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1593416233014 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1593416233014 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1593416233014 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_1593415980055 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1593415980055 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1593415980055 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1593415980055 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_1593416119153 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1593416119153 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1593416119153 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1593416119153 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_1593416842342 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1593416842342 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1593416842342 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1593416842342 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_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_1522217760793 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@media screen and (max-width:640px) {
.menuStyle_1 .menuUl,.menuStyle_1 .menuUl_box {display:none;}
.menuStyle_1 .menuScroll{height: 84%; height: 84vh; width: 100%;}
.menuStyle_1 .menuScroll>.menuUlCopy{width: calc(100% + 18px); height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_1 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .sidebar{font-size:28px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_1 .miniMenu .leftBox .nav{width:100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy{padding:15px 0 15px 30px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li{width:100%; }
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li a{width:100%; display:block; text-align:left;color:#fff; border-bottom:1px solid rgba(255,255,255,.2); text-decoration:none; font-size:16px; line-height:44px; white-space: nowrap;
overflow: hidden; text-overflow: ellipsis;} 
.menuStyle_1 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(0,0,0,.85); position: fixed; width: 100%; top: 0; left: 0;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .sidebar{color:#fff;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


	#image_style_01_1522217102409 .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);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522217102409 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1522217102409 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1522217102409 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_1594029459202 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594029459202 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1594029459202 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1594029459202 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;}
