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

body{ background-position:left top; }


 #dh_style_01_1482562315212{width:53.91666666666667%;position:absolute;left:46.08333333333333%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1482562315212{width:62.990455991516434%;z-index:999;left:36.918411983032875%;top:0px;}}   @media screen and (max-width:640px) {#dh_style_01_1482562315212{width:31.57894736842105%;z-index:2;left:68.4375%;top:0px;height:50px;}} #dh_style_01_1482562315212 > .view_contents{overflow:visible;}  #dh_style_01_1482562315212  {font-size:12px;} #dh_style_01_1482562315212 .columnSet {font-size:12px;margin-left:0px;margin-right:0px;} #dh_style_01_1482562315212 .mainMenuSet {font-size:16px;border-bottom-color:transparent;border-bottom-style:solid;border-bottom-width:2px;border-top-width:2px;border-top-style:solid;border-top-color:transparent;margin-top:0px;margin-left:0px;margin-right:0px;padding-left:0px;line-height:96px;height:96px;} #dh_style_01_1482562315212 .mainMenuSet:hover {color:#ff9933;border-bottom-color:#aaff56;border-bottom-style:none;border-bottom-width:1px;border-top-style:none;border-right-style:none;border-left-style:none;border-top-width:1px;border-right-width:1px;border-left-width:1px;border-top-color:#ff9933;border-right-color:#aaff56;border-left-color:#aaff56;background:transparent;} #dh_style_01_1482562315212 #hot>a {background:transparent;color:#ff9933;border-bottom-color:transparent;border-bottom-style:solid;border-bottom-width:2px;border-top-color:#ff9933;border-top-width:2px;border-top-style:solid;border-left-color:transparent;} #dh_style_01_1482562315212 #hot>a:hover {border-bottom-color:#f25959;border-bottom-style:none;border-bottom-width:0px;border-top-style:none;border-right-style:none;border-left-style:none;border-top-width:0px;border-right-width:0px;border-left-width:0px;} #dh_style_01_1482562315212 .columnSet:hover {border-bottom-color:#f25959;border-bottom-style:none;border-bottom-width:2px;} #dh_style_01_1482562315212 .subCurSet:hover {color:transparent;text-align:left;} #dh_style_01_1482562315212 .subminSet:hover {color:transparent;} #dh_style_01_1482562315212 .subMenuSet:hover {color:#f25959;font-size:14px;border-bottom-color:#f25959;border-bottom-style:solid;border-bottom-width:1px;} #dh_style_01_1482562315212 .subMenuSet {color:#000000;font-size:14px;border-bottom-color:#000000;border-bottom-style:none;border-bottom-width:1px;} @media screen and (max-width:640px) { #dh_style_01_1482562315212 #hot>a {color:#ff9933;font-size:16px;border-bottom-color:transparent;border-bottom-style:solid;border-bottom-width:2px;border-top-color:transparent;}} @media screen and (max-width:640px) { #dh_style_01_1482562315212 .subMenuSet {font-size:14px;color:#ffffff;}} @media screen and (max-width:640px) { #dh_style_01_1482562315212 .subMenuSet:hover {font-size:14px;color:#f25959;border-bottom-color:#f25959;border-bottom-style:solid;border-bottom-width:1px;}} @media screen and (max-width:640px) { #dh_style_01_1482562315212 .subCurSet {background:transparent;border-bottom-color:#f25959;border-bottom-style:solid;border-bottom-width:1px;color:#f25959;font-size:14px;}} @media screen and (max-width:640px) { #dh_style_01_1482562315212 #hot>a:hover {color:#ffffff;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:transparent;}} @media screen and (max-width:640px) { #dh_style_01_1482562315212 .mainMenuSet {text-indent:1em;line-height:36px;height:36px;border-bottom-width:0px;border-top-width:0px;}} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_01_1482562315212 .mainMenuSet {line-height:78px;height:78px;}}
/*----------------------电脑板式样式----------------------*/
#dh_style_01_1482562315212{
	
}
#dh_style_01_1482562315212 .menuStyle_1 .menuScroll{padding:0 18px;}
#dh_style_01_1482562315212 .menuStyle_1 .miniMenu .leftBox .menuUlCopy{padding:0;}
#dh_style_01_1482562315212  .menuStyle_1 .menuScroll>.menuUlCopy{width:100%;}
#dh_style_01_1482562315212 .mainMenuSet{margin:0;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_01_1482562315212{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_01_1482562315212{
		
	}
}

 #image_logo_1521511601310{width:22.5%;height:78px;position:absolute;top:10px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1521511601310{height:64px;left:1.1051829268292683%;top:7px;}}   @media screen and (max-width:640px) {#image_logo_1521511601310{width:96%;height:44px;top:4px;left:2.03125%;}} #image_logo_1521511601310 > .view_contents{overflow:visible;}  #comm_layout_header{height:96px;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:78px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:50px;z-index:10;}} #comm_layout_header > .view_contents{max-width:1200px;overflow:visible;} 


 #image_style_01_1521790116537{width:100%;height:420px;position:absolute;top:0%;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1521790116537{height:294px;}}   @media screen and (max-width:640px) {#image_style_01_1521790116537{width:100.1220703125%;height:122px;top:0px;left:0%;}} #image_style_01_1521790116537 > .view_contents{overflow:visible;} 


 #text_style_01_1521790116827{width:79.25%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:66px;left:10.375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1521790116827{left:9.544008483563097%;width:80.9119830328738%;top:26px;}}   @media screen and (max-width:640px) {#text_style_01_1521790116827{width:100.1220703125%;top:33px;left:0%;}}  #text_style_01_1521790116827>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;text-align:center;font-size:36px;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1521790116827>.view_contents {box-sizing:border-box;font-size:28px;}} @media screen and (max-width:640px) { #text_style_01_1521790116827>.view_contents {box-sizing:border-box;font-size:14px;font-weight:bold;}}

 #image_style_01_1521790116854{width:36.75%;height:35px;position:absolute;top:145px;left:31.624999999999996%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1521790116854{left:16.99529427359491%;width:66.006600660066%;top:85.5px;height:31px;}}   @media screen and (max-width:640px) {#image_style_01_1521790116854{width:96%;height:19px;top:59.5px;left:1.6845703125%;}} #image_style_01_1521790116854 > .view_contents{overflow:visible;} 

 #text_style_01_1521790116869{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:190px;left:35.91666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1521790116869{left:23.700954400848357%;width:52.59809119830329%;top:121px;}}   @media screen and (max-width:640px) {#text_style_01_1521790116869{width:64.375%;top:63.5px;left:17.8125%;display:none;}}  #text_style_01_1521790116869>.view_contents {box-sizing:border-box;font-size:16px;font-family:Microsoft YaHei;color:#ffffff;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1521790116869>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1521790116869>.view_contents {box-sizing:border-box;font-size:12px;}}
 #div_a_includeBlock_1521790116542{width:84.32888264230499%;height:273px;position:absolute;top:68.5px;left:7.835558678847505%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1521790116542{width:100%;height:178px;left:0%;top:58px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1521790116542{width:100%;height:99px;top:11.5px;left:0%;}}  #layout_1521790116535{height:420px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1521790116535{height:294px;}}   @media screen and (max-width:640px) {#layout_1521790116535{height:122px;}} #layout_1521790116535 > .view_contents{overflow:visible;} 


 #image_style_01_1521718547135{width:29.166666666666668%;height:350px;position:absolute;top:80px;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1521718547135{left:4.170532873806999%;top:40px;width:300px;height:300px;}}   @media screen and (max-width:640px) {#image_style_01_1521718547135{width:96%;height:305px;top:336px;left:2%;z-index:1;}} #image_style_01_1521718547135 > .view_contents{overflow:visible;} 

 #div_blank_1521718547153{width:350px;height:350px;position:absolute;top:108px;left:4.420572916666667%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1521718547153{left:8.667484093319194%;top:62px;width:300px;height:300px;}}   @media screen and (max-width:640px) {#div_blank_1521718547153{width:96%;height:200px;top:427px;left:2%;z-index:2;display:none;}} #div_blank_1521718547153 > .view_contents{overflow:visible;}  #div_blank_1521718547153  {box-sizing:border-box;background:rgba(0, 0, 0,0.2);} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1521718547153  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1521718547153  {box-sizing:border-box;}}

 #text_style_01_1521718547158{width:28.109627547434997%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:91px;left:39.15885416666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1521718547158{width:452px;left:46.23541887592789%;top:51px;}}   @media screen and (max-width:640px) {#text_style_01_1521718547158{width:96%;top:24px;left:1.9970703125%;z-index:2;}}  #text_style_01_1521718547158>.view_contents {box-sizing:border-box;font-size:28px;font-family:Microsoft YaHei;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1521718547158>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_01_1521718547158>.view_contents {box-sizing:border-box;font-size:16px;font-weight:bold;text-align:center;}}

 #text_style_01_1521718547171{width:60.75000000000001%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:176px;left:39.15885416666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1521718547171{left:46.23541887592789%;top:151px;width:466px;}}   @media screen and (max-width:640px) {#text_style_01_1521718547171{width:96%;top:99px;left:1.9970703125%;z-index:2;}}  #text_style_01_1521718547171>.view_contents {box-sizing:border-box;font-size:16px;font-family:Microsoft YaHei;text-indent:2em;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1521718547171>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1521718547171>.view_contents {box-sizing:border-box;font-size:12px;text-indent:2em;}} #layout_1521718547134{height:537px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1521718547134{height:401px;}}   @media screen and (max-width:640px) {#layout_1521718547134{height:670px;}} #layout_1521718547134 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1521718376724{width:36.41666666666667%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:75px;left:31.791666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1521718376724{top:40px;left:31.81336161187699%;}}   @media screen and (max-width:640px) {#text_style_02_1521718376724{width:100%;top:19px;left:0%;}}  #text_style_02_1521718376724>.view_contents {box-sizing:border-box;font-size:26px;text-align:center;line-height:36px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1521718376724>.view_contents {box-sizing:border-box;font-size:20px;}} @media screen and (max-width:640px) { #text_style_02_1521718376724>.view_contents {box-sizing:border-box;font-size:16px;}}

 #text_style_02_1521718376738{width:17.833333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:111px;left:41.083333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1521718376738{top:68px;left:41.092258748674446%;}}   @media screen and (max-width:640px) {#text_style_02_1521718376738{width:100%;top:39px;left:0%;}}  #text_style_02_1521718376738>.view_contents {box-sizing:border-box;font-size:17px;text-align:center;line-height:36px;color:#dbd9d6;font-weight:bold;font-family:Courier New;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1521718376738>.view_contents {box-sizing:border-box;font-size:15px;}} @media screen and (max-width:640px) { #text_style_02_1521718376738>.view_contents {box-sizing:border-box;font-size:12px;}} #layout_1521718376722{height:147px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1521718376722{height:104px;}}   @media screen and (max-width:640px) {#layout_1521718376722{height:75px;}} #layout_1521718376722 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1521718376722  {background:#0f1431;}



 #image_style_01_1521787344230{width:26.277372262773724%;height:91px;position:absolute;top:30px;left:37.66537408759124%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1521787344230{left:35.483870967741936%;width:29.03225806451613%;top:20px;height:70px;}}   @media screen and (max-width:640px) {#image_style_01_1521787344230{width:58px;height:67px;top:15px;left:30%;z-index:2;}} #image_style_01_1521787344230 > .view_contents{overflow:visible;} 

 #text_style_02_1521787344243{width:58.75912408759124%;font-size:14px!important;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:20.62043795620438%;top:118.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1521787344243{width:51.1520737327189%;font-size:12px!important;left:23.90552995391705%;top:94px;}}   @media screen and (max-width:640px) {#text_style_02_1521787344243{width:96%;left:2%;top:83px;}}  #text_style_02_1521787344243>.view_contents {box-sizing:border-box;font-size:18px;text-align:center;} #text_style_02_1521787344243  {line-height:23px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1521787344243>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_02_1521787344243>.view_contents {box-sizing:border-box;font-size:14px;}}

 #text_style_02_1521787344247{width:84.30656934306569%;font-size:14px!important;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:7.846715328467154%;top:155px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1521787344247{width:79.72350230414746%;font-size:12px!important;left:10.123847926267281%;top:123px;}}   @media screen and (max-width:640px) {#text_style_02_1521787344247{width:96%;left:2%;top:134px;display:none;}}  #text_style_02_1521787344247>.view_contents {box-sizing:border-box;font-size:12px;text-align:center;} #text_style_02_1521787344247  {line-height:23px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1521787344247>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_02_1521787344247>.view_contents {box-sizing:border-box;}}
 #div_a_includeBlock_1521787343980{width:22.833333333333332%;height:226px;position:absolute;top:36px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1521787343980{width:23%;left:0.9991383881230116%;top:15px;height:208px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1521787343980{width:47%;height:118px;top:0px;left:1.9970703125%;}}  #div_a_includeBlock_1521787343980  {border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;} #div_a_includeBlock_1521787343980:hover {border-top-color:#ffffff;border-right-color:#ffffff;border-bottom-color:#ffffff;border-left-color:#ffffff;} @media screen and (max-width:640px) { #div_a_includeBlock_1521787343980:hover {border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent;}}


 #image_style_01_1521787344582{width:26.277372262773724%;height:91px;position:absolute;top:30px;left:37.66537408759124%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1521787344582{left:35.483870967741936%;width:29.03225806451613%;top:20px;height:70px;}}   @media screen and (max-width:640px) {#image_style_01_1521787344582{width:58px;height:67px;top:15px;left:30%;z-index:2;}} #image_style_01_1521787344582 > .view_contents{overflow:visible;} 

 #text_style_02_1521787344588{width:58.75912408759124%;font-size:14px!important;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:20.62043795620438%;top:118.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1521787344588{width:51.1520737327189%;font-size:12px!important;left:23.90552995391705%;top:94px;}}   @media screen and (max-width:640px) {#text_style_02_1521787344588{width:96%;left:2%;top:83px;}}  #text_style_02_1521787344588>.view_contents {box-sizing:border-box;font-size:18px;text-align:center;} #text_style_02_1521787344588  {line-height:23px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1521787344588>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_02_1521787344588>.view_contents {box-sizing:border-box;font-size:14px;}}

 #text_style_02_1521787344598{width:84.30656934306569%;font-size:14px!important;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:7.846715328467154%;top:155px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1521787344598{width:79.72350230414746%;font-size:12px!important;left:10.123847926267281%;top:123px;}}   @media screen and (max-width:640px) {#text_style_02_1521787344598{width:96%;left:2%;top:134px;display:none;}}  #text_style_02_1521787344598>.view_contents {box-sizing:border-box;font-size:12px;text-align:center;} #text_style_02_1521787344598  {line-height:23px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1521787344598>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_02_1521787344598>.view_contents {box-sizing:border-box;}}
 #div_a_includeBlock_1521787343993{width:22.833333333333332%;height:226px;position:absolute;top:36px;left:25.721354166666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1521787343993{width:23%;left:25.99913838812301%;top:15px;height:208px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1521787343993{width:47%;height:118px;top:0px;left:50.99609375000001%;}}  #div_a_includeBlock_1521787343993  {border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;} #div_a_includeBlock_1521787343993:hover {border-top-color:#ffffff;border-right-color:#ffffff;border-bottom-color:#ffffff;border-left-color:#ffffff;} @media screen and (max-width:640px) { #div_a_includeBlock_1521787343993  {border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent;}} @media screen and (max-width:640px) { #div_a_includeBlock_1521787343993:hover {border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent;}}


 #image_style_01_1521787344484{width:26.277372262773724%;height:91px;position:absolute;top:30px;left:37.66537408759124%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1521787344484{left:35.483870967741936%;width:29.03225806451613%;top:20px;height:70px;}}   @media screen and (max-width:640px) {#image_style_01_1521787344484{width:58px;height:67px;top:15px;left:30%;z-index:2;}} #image_style_01_1521787344484 > .view_contents{overflow:visible;} 

 #text_style_02_1521787344515{width:58.75912408759124%;font-size:14px!important;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:20.62043795620438%;top:118.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1521787344515{width:51.1520737327189%;font-size:12px!important;left:23.90552995391705%;top:94px;}}   @media screen and (max-width:640px) {#text_style_02_1521787344515{width:96%;left:2%;top:83px;}}  #text_style_02_1521787344515>.view_contents {box-sizing:border-box;font-size:19px;text-align:center;} #text_style_02_1521787344515  {line-height:23px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1521787344515>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_02_1521787344515>.view_contents {box-sizing:border-box;font-size:14px;}}

 #text_style_02_1521787344525{width:84.30656934306569%;font-size:14px!important;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:7.846715328467154%;top:155px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1521787344525{width:79.72350230414746%;font-size:12px!important;left:10.123847926267281%;top:123px;}}   @media screen and (max-width:640px) {#text_style_02_1521787344525{width:96%;left:2%;top:134px;display:none;}}  #text_style_02_1521787344525>.view_contents {box-sizing:border-box;font-size:12px;text-align:center;} #text_style_02_1521787344525  {line-height:23px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1521787344525>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_02_1521787344525>.view_contents {box-sizing:border-box;}}
 #div_a_includeBlock_1521787343997{width:22.833333333333332%;height:226px;position:absolute;top:36px;left:51.444010416666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1521787343997{width:23%;height:208px;left:50.99913838812301%;top:15px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1521787343997{width:47%;height:118px;top:118px;left:1.9970703125%;}}  #div_a_includeBlock_1521787343997  {border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;} #div_a_includeBlock_1521787343997:hover {border-top-color:#ffffff;border-right-color:#ffffff;border-bottom-color:#ffffff;border-left-color:#ffffff;} @media screen and (max-width:640px) { #div_a_includeBlock_1521787343997:hover {border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent;}}


 #image_style_01_1521787344650{width:26.277372262773724%;height:91px;position:absolute;top:30px;left:37.66537408759124%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1521787344650{left:35.483870967741936%;width:29.03225806451613%;top:20px;height:70px;}}   @media screen and (max-width:640px) {#image_style_01_1521787344650{width:58px;height:67px;top:15px;left:30%;z-index:2;}} #image_style_01_1521787344650 > .view_contents{overflow:visible;} 

 #text_style_02_1521787344655{width:58.75912408759124%;font-size:14px!important;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:20.62043795620438%;top:118.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1521787344655{width:51.1520737327189%;font-size:12px!important;left:23.90552995391705%;top:94px;}}   @media screen and (max-width:640px) {#text_style_02_1521787344655{width:96%;left:2%;top:83px;}}  #text_style_02_1521787344655>.view_contents {box-sizing:border-box;font-size:18px;text-align:center;} #text_style_02_1521787344655  {line-height:23px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1521787344655>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_02_1521787344655>.view_contents {box-sizing:border-box;font-size:14px;}}

 #text_style_02_1521787344663{width:84.30656934306569%;font-size:14px!important;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:7.846715328467154%;top:155px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1521787344663{width:79.72350230414746%;font-size:12px!important;left:10.123847926267281%;top:123px;}}   @media screen and (max-width:640px) {#text_style_02_1521787344663{width:96%;left:2%;top:134px;display:none;}}  #text_style_02_1521787344663>.view_contents {box-sizing:border-box;font-size:12px;text-align:center;} #text_style_02_1521787344663  {line-height:23px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1521787344663>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_02_1521787344663>.view_contents {box-sizing:border-box;}}
 #div_a_includeBlock_1521787344003{width:22.833333333333332%;height:226px;position:absolute;top:36px;left:77.16666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1521787344003{width:23%;height:208px;left:75.99913838812301%;top:15px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1521787344003{width:47%;height:118px;top:118px;left:50.99609375000001%;}}  #div_a_includeBlock_1521787344003  {border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;} #div_a_includeBlock_1521787344003:hover {border-top-color:#ffffff;border-right-color:#ffffff;border-bottom-color:#ffffff;border-left-color:#ffffff;} @media screen and (max-width:640px) { #div_a_includeBlock_1521787344003:hover {border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent;}} #layout_1521787343977{height:310px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1521787343977{height:251px;}}   @media screen and (max-width:640px) {#layout_1521787343977{height:250px;}} #layout_1521787343977 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1521787343977  {background:#0f1431;}


 #text_style_02_1521718855050{width:36.41666666666667%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:75px;left:31.791666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1521718855050{top:40px;left:31.81336161187699%;}}   @media screen and (max-width:640px) {#text_style_02_1521718855050{width:100%;top:19px;left:0%;}}  #text_style_02_1521718855050>.view_contents {box-sizing:border-box;font-size:26px;text-align:center;line-height:36px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1521718855050>.view_contents {box-sizing:border-box;font-size:20px;}} @media screen and (max-width:640px) { #text_style_02_1521718855050>.view_contents {box-sizing:border-box;font-size:16px;}}

 #text_style_02_1521718855087{width:17.833333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:111px;left:41.083333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1521718855087{top:68px;left:41.092258748674446%;}}   @media screen and (max-width:640px) {#text_style_02_1521718855087{width:100%;top:39px;left:0%;}}  #text_style_02_1521718855087>.view_contents {box-sizing:border-box;font-size:17px;text-align:center;line-height:36px;color:#7f7f7f;font-weight:bold;font-family:Courier New;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1521718855087>.view_contents {box-sizing:border-box;font-size:15px;}} @media screen and (max-width:640px) { #text_style_02_1521718855087>.view_contents {box-sizing:border-box;font-size:12px;}} #layout_1521718855048{height:182px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1521718855048{height:124px;}}   @media screen and (max-width:640px) {#layout_1521718855048{height:81px;}} #layout_1521718855048 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1521718855048  {background:transparent;}


 #text_style_01_1521718901573{width:99.91666666666667%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:51px;left:0.0416666666666643%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1521718901573{top:44px;left:1.007423117709438%;width:98%;}}   @media screen and (max-width:640px) {#text_style_01_1521718901573{width:96%;top:31px;left:2%;}}  #text_style_01_1521718901573>.view_contents {box-sizing:border-box;font-size:16px;font-family:Microsoft YaHei;text-indent:2em;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1521718901573>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1521718901573>.view_contents {box-sizing:border-box;font-size:12px;}}

 #text_style_01_1521787425737{width:26.001405481377372%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:0px;left:36.998697916666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1521787425737{left:32.50265111346766%;top:0px;width:330px;}}   @media screen and (max-width:640px) {#text_style_01_1521787425737{width:96%;top:0px;left:2%;z-index:2;}}  #text_style_01_1521787425737>.view_contents {box-sizing:border-box;font-size:18px;font-family:Microsoft YaHei;font-weight:bold;color:#2159a6;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1521787425737>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1521787425737>.view_contents {box-sizing:border-box;font-size:12px;text-align:center;font-weight:bold;}} #layout_1521718422168{height:219px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1521718422168{height:222px;}}   @media screen and (max-width:640px) {#layout_1521718422168{height:325px;}} #layout_1521718422168 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1521788052804{width:36.41666666666667%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:75px;left:31.791666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1521788052804{top:40px;left:31.81336161187699%;}}   @media screen and (max-width:640px) {#text_style_02_1521788052804{width:100%;top:19px;left:0%;}}  #text_style_02_1521788052804>.view_contents {box-sizing:border-box;font-size:26px;text-align:center;line-height:36px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1521788052804>.view_contents {box-sizing:border-box;font-size:20px;}} @media screen and (max-width:640px) { #text_style_02_1521788052804>.view_contents {box-sizing:border-box;font-size:16px;}}

 #text_style_02_1521788052816{width:28.583333333333332%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:111px;left:35.70833333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1521788052816{top:68px;left:41.092258748674446%;}}   @media screen and (max-width:640px) {#text_style_02_1521788052816{width:100%;top:39px;left:0%;}}  #text_style_02_1521788052816>.view_contents {box-sizing:border-box;font-size:17px;text-align:center;line-height:36px;color:#7f7f7f;font-weight:bold;font-family:Courier New;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1521788052816>.view_contents {box-sizing:border-box;font-size:15px;}} @media screen and (max-width:640px) { #text_style_02_1521788052816>.view_contents {box-sizing:border-box;font-size:12px;}} #layout_1521788052803{height:212px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1521788052803{height:138px;}}   @media screen and (max-width:640px) {#layout_1521788052803{height:90px;}} #layout_1521788052803 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1521788052803  {background:transparent;}


 #image_style_01_1521454656288{width:170px;height:87px;position:absolute;top:0px;left:68.91666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1521454656288{left:66.99860816542949%;top:0px;width:15.5%;height:72px;}}   @media screen and (max-width:640px) {#image_style_01_1521454656288{width:45%;height:81px;top:99px;left:52.3681640625%;}} #image_style_01_1521454656288 > .view_contents{overflow:visible;} 

 #image_style_01_1521454656312{width:170px;height:87px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1521454656312{top:0px;left:1%;width:15.5%;height:72px;}}   @media screen and (max-width:640px) {#image_style_01_1521454656312{width:45%;height:81px;top:19px;left:2.8947368421052633%;}} #image_style_01_1521454656312 > .view_contents{overflow:visible;} 

 #image_style_01_1521454656318{width:170px;height:87px;position:absolute;top:0px;left:34.333333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1521454656318{left:33.99887327677625%;top:0px;width:15.5%;height:72px;}}   @media screen and (max-width:640px) {#image_style_01_1521454656318{width:45%;height:81px;top:99px;left:2.890625%;}} #image_style_01_1521454656318 > .view_contents{overflow:visible;} 

 #image_style_01_1521454656323{width:170px;height:87px;position:absolute;top:0px;left:17.166666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1521454656323{left:17.49900583244963%;top:0px;width:15.5%;height:72px;}}   @media screen and (max-width:640px) {#image_style_01_1521454656323{width:45%;height:81px;top:19px;left:52.368421052631575%;}} #image_style_01_1521454656323 > .view_contents{overflow:visible;} 

 #image_style_01_1521454656333{width:170px;height:87px;position:absolute;top:0px;left:85.83333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1521454656333{left:83.4984756097561%;top:0px;width:15.5%;height:72px;}}   @media screen and (max-width:640px) {#image_style_01_1521454656333{width:45%;height:81px;top:180px;left:52.3681640625%;}} #image_style_01_1521454656333 > .view_contents{overflow:visible;} 

 #image_style_01_1521454656337{width:170px;height:87px;position:absolute;top:0px;left:51.66666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1521454656337{left:50.49874072110286%;top:0px;width:15.5%;height:72px;}}   @media screen and (max-width:640px) {#image_style_01_1521454656337{width:45%;height:81px;top:179px;left:2.890625%;}} #image_style_01_1521454656337 > .view_contents{overflow:visible;}  #layout_1521454656285{height:87px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1521454656285{height:72px;}}   @media screen and (max-width:640px) {#layout_1521454656285{height:261px;}} #layout_1521454656285 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1521453311231{height:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1521453311231{height:32px;}}   @media screen and (max-width:640px) {#layout_1521453311231{height:13px;}} #layout_1521453311231 > .view_contents{overflow:visible;max-width:1200px;} 



 #text_style_02_1487663201803{width:12.916666666666668%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:194px;left:0%;z-index:4;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487663201803{left:1.1134676564156947%;width:17.17921527041357%;top:187px;}}   @media screen and (max-width:640px) {#text_style_02_1487663201803{width:370px;top:500px;}}  #text_style_02_1487663201803>.view_contents {box-sizing:border-box;font-size:16px;color:#ffffff;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1487663201803>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487663201803>.view_contents {box-sizing:border-box;}}

 #text_default_1487662975623{width:39.666666666666664%;height:124px;position:absolute;top:53.5px;left:17.041666666666664%;z-index:4;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1487662975623{left:21.84351802757158%;width:42.09968186638388%;top:53.5px;}}   @media screen and (max-width:640px) {#text_default_1487662975623{width:370px;height:300px;top:200px;}}  #text_default_1487662975623  {border-right-color:#7f7f7f;border-right-style:solid;border-right-width:1px;}

 #text_default_1487663340375{width:24.166666666666668%;height:72px;position:absolute;top:79.5px;left:75.83333333333333%;z-index:4;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1487663340375{width:28.63202545068929%;left:71.15588547189819%;top:79.5px;}}   @media screen and (max-width:640px) {#text_default_1487663340375{width:100%;height:300px;top:0px;left:0%;display:none;}}  #text_default_1487663340375  {border-right-color:#7f7f7f;border-right-style:none;border-right-width:1px;}

 #qrcode_style_01_1521516902267{width:13%;height:157px;position:absolute;top:37px;left:0%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#qrcode_style_01_1521516902267{left:1.4846235418875928%;width:16.4%;height:157px;top:30px;}}   @media screen and (max-width:640px) {#qrcode_style_01_1521516902267{width:200px;height:200px;top:0px;left:16.996699669967%;}} #qrcode_style_01_1521516902267 > .view_contents{overflow:visible;} 
 #div_includeBlock_1487662689666{width:1200px;height:276px;position:absolute;top:0px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1487662689666{width:100%;left:0%;}}   @media screen and (max-width:640px) {#div_includeBlock_1487662689666{width:100%;height:300px;top:0px;left:0%;display:none;}} 

 #div_blank_1487662729998{width:100%;height:12px;position:absolute;top:276px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1487662729998{}}   @media screen and (max-width:640px) {#div_blank_1487662729998{width:82.64462809917356%;height:200px;top:300px;left:8.67768595041322%;display:none;}} #div_blank_1487662729998 > .view_contents{overflow:visible;}  #div_blank_1487662729998  {box-sizing:border-box;background:transparent;border-top-color:#7f7f7f;border-top-style:solid;border-top-width:1px;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1487662729998  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1487662729998  {box-sizing:border-box;}}

 #text_style_02_1487663541849{width:1200px;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:287px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487663541849{}}   @media screen and (max-width:640px) {#text_style_02_1487663541849{width:100%;top:7px;left:0%;}}  #text_style_02_1487663541849>.view_contents {box-sizing:border-box;color:#7f7f7f;font-size:14px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1487663541849>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487663541849>.view_contents {box-sizing:border-box;}} #comm_layout_footer{height:349px;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:348px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:65px;display:block;}}  #comm_layout_footer  {background:#212831;}

/*菜单样式*/
.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_1482562315212 .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;}
}
.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;*/

	#image_style_01_1521790116537 .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_1521790116537 .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_1521790116537 .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_1521790116537 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_1521790116854 .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_1521790116854 .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_1521790116854 .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_1521790116854 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_1521718547135 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1521718547135 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1521718547135 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1521718547135 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_1521787344230 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1521787344230 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1521787344230 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1521787344230 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_1521787344582 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1521787344582 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1521787344582 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1521787344582 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_1521787344484 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1521787344484 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1521787344484 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1521787344484 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_1521787344650 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1521787344650 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1521787344650 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1521787344650 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_1521454656288 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1521454656288 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1521454656288 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1521454656288 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_1521454656312 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1521454656312 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1521454656312 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1521454656312 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_1521454656318 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1521454656318 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1521454656318 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1521454656318 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_1521454656323 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1521454656323 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1521454656323 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1521454656323 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_1521454656333 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1521454656333 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1521454656333 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1521454656333 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_1521454656337 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1521454656337 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1521454656337 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1521454656337 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
.imgStyle img{width:100%; height:100%;}
    #qrcode_style_01_1521516902267 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#qrcode_style_01_1521516902267 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#qrcode_style_01_1521516902267 .CompatibleImg img{width:100%; height:100%}}