
@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;}
.layout{ position: relative; width: 100%; margin: 0px auto; padding: 0px; z-index: 1;}
.layout > .view_contents{ /*overflow: visible;*/ cursor:default;}
/*流布局*/
.flow .view_contents > .view{float: left;}
.clear { clear: both; }
/*苹果去除样式*/
select,input[type='button'],input[type="reset"],input[type='submit'],input[type='text'],input[type="password"],input[name='query'],input[name='d']{-webkit-appearance: none; border-radius:0px}
input:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only;}

/*模块分页*/
.page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.page_btn a.cur,.page_btn a:hover{border:1px solid #4c4c4c;}
.prev_btn,.next_btn{font-family: '黑体' !important; border: 0 !important;}
.no_page{border: 0 !important;}
@media screen and (max-width:768px){
/*分页*/
.page_btn a:nth-child(n+5){display: none;}
.page_btn a:nth-last-child(1),.page_btn a:nth-last-child(2),.page_btn a:nth-last-child(3){display: inline-block !important;}
}

/*图片放大样式*/
.imgBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgBox img{ position: absolute; width: auto; max-width: 80%; /*max-height: 65%;*/ border: 20px solid #fff;top: 40%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); box-shadow: 0 0 10px rgba(0,0,0,.3);}
.imgBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgBox.scroll img{top:5%; margin-bottom: 5%; transform: translate(-50%,0%); -webkit-transform: translate(-50%,0%); -moz-transform: translate(-50%,0%); -o-transform: translate(-50%,0%);}
.pos_fixed{position: fixed; width: 100%;}
.imageButton{position: fixed; bottom: 15%; left: 50%; 
	-webkit-transform: translateX(-50%); 
	-moz-transform: translateX(-50%); 
	-ms-transform: translateX(-50%); 
	-o-transform: translateX(-50%); 
	transform: translateX(-50%); 
}
.imageButton span{display: inline-block; cursor:pointer; box-shadow: 0 0 6px rgba(0,0,0,.2);
	-webkit-transition: all ease .2s; 
	-moz-transition: all ease .2s; 
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s; 
	transition: all ease .2s; 
}
.imageButton span:hover{opacity: .8;}
.imageButton span.closeShowPic{ font-size: 40px; border-radius: 100%;font-family: serif; line-height: 1; background-color: #fff; padding: .2em; text-align: center;}
@media screen and (max-width: 768px){/*mobi*/
	.imgBox img{border-width: 10px;}
	.imgBox.scroll img{top:5%; margin-bottom: 10vh;}
}

    .jurisdiction_mask{
        top: 0;
        left: 0;
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0,0.5);
        z-index: 2147483647;
		display:none;
    }
    .jurisdiction_tips{
        width: 400px;
        background: #ffffff;
        position: absolute;
        left: 50%;
        top: 45%;
        -ms-transform:translate(-50%,-50%);
        -webkit-transform:translate(-50%,-50%);
        -o-transform:translate(-50%,-50%);
        -moz-transform:translate(-50%,-50%);
        transform:translate(-50%,-50%);
        padding: 23px 20px;
        box-sizing: border-box;
        text-align: center;
    }
    .jurisdiction_tips img{
        display: block;
        margin: 0 auto;
    }
    .jurisdiction_tips h3{
        font-size: 18px;
        font-weight: 400;
        line-height: 40px;color: #575757;
        text-align: center;
        margin: 5px 0 0;
    }
    .jurisdiction_tips p{
        color: #999;
        font-size: 16px;
        text-align: center;
        font-weight: 300;
        margin: 0;
    }
    .jurisdiction_tips button{
        color: #fff;
        font-size: 12px;
        padding: 10px 0;
        margin: 10px 3px 0;
        background-color: #aaa;
        cursor: pointer;
        display: inline-block;
        box-sizing: border-box;
        border: none;
        outline: none !important;
        width: 98px;
    }
    .jurisdiction_tips .jurisdiction_login{
        background: #ff0099;
    }
    .jurisdiction_tips button:hover{
        opacity: 0.8;
    }
    .jurisdiction_tips_mobile{
        display: none;
    }
    @media screen and (max-width: 450px){
        .jurisdiction_tips{
            width: 80%;
            padding: 20px 15px;
        }
        .jurisdiction_tips p{
            display: none;
        }
        .jurisdiction_tips .jurisdiction_tips_mobile{
            display: block;
        }
        .jurisdiction_tips img{width: 60px;}
        .jurisdiction_tips h3{font-size: 16px;}
        .jurisdiction_tips p{
            font-size: 14px;
        }
        .jurisdiction_tips button{margin-top: 12px;padding: 8px 0;}
    }
/*----------------------电脑板式样式----------------------*/

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

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

}
body{ background-position:left top; }


 #dh_style_01_1518402454590{width:79.25%;z-index:999;position:absolute;top:19.96875px;left:20.583333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1518402454590{z-index:999;width:522px;top:26.988636016845703px;left:calc(50% - 261px);}}   @media screen and (max-width:640px) {#dh_style_01_1518402454590{width:17.1875%;z-index:2;top:0px;left:74.8046875%;}} #dh_style_01_1518402454590 > .view_contents{overflow:visible;}  #dh_style_01_1518402454590 #hot>a {color:#308415;border-bottom-color:#308415;} #dh_style_01_1518402454590 .mainMenuSet {border-bottom-color:transparent;border-bottom-style:solid;border-bottom-width:2px;margin-top:0px;margin-left:36px;margin-right:36px;} #dh_style_01_1518402454590 .mainMenuSet:hover {border-bottom-color:#308415;color:#308415;} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_01_1518402454590 .mainMenuSet {margin-left:28px;margin-right:28px;}} @media screen and (max-width:640px) { #dh_style_01_1518402454590 #hot>a {color:#00bf00;border-bottom-color:#00bf00;}} @media screen and (max-width:640px) { #dh_style_01_1518402454590 .subMenuSet {font-family:Microsoft YaHei;font-size:12px;padding-left:16px;}}
/*----------------------电脑板式样式----------------------*/
#dh_style_01_1518402454590{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_01_1518402454590{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_01_1518402454590{
		
	}
#dh_style_01_1518402454590 .menuStyle_1 .menuScroll{padding:0 18px;}
#dh_style_01_1518402454590 .menuStyle_1 .miniMenu .leftBox .menuUlCopy{padding:0;}
#dh_style_01_1518402454590 .menuStyle_1 .menuScroll>.menuUlCopy{width:100%;}
#dh_style_01_1518402454590 .mainMenuSet{margin:0;}
}

 #image_style_01_1521546892311{width:21.416666666666668%;height:61px;position:absolute;top:0px;left:3.83203125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1521546892311{}}   @media screen and (max-width:640px) {#image_style_01_1521546892311{width:135px;height:38px;top:0px;left:0.46875%;}} #image_style_01_1521546892311 > .view_contents{overflow:visible;}  #comm_layout_header{height:65px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:74px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:44px;}} #comm_layout_header > .view_contents{max-width:1200px;} 


 #banner_style_01_1521718157551{width:100%;height:408px;position:absolute;top:3.9857940673828125px;left:0%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1521718157551{}}   @media screen and (max-width:640px) {#banner_style_01_1521718157551{width:100%;height:168px;top:0px;left:0%;}} 

 #text_style_01_1521718202725{width:32.515822784810126%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:83.984375px;left:33.74208860759494%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1521718202725{width:368px;left:calc(50% - 184px);top:161.9715805053711px;}}   @media screen and (max-width:640px) {#text_style_01_1521718202725{width:58.12500000000001%;top:42px;left:20.937499999999996%;}}  #text_style_01_1521718202725>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-weight:bold;color:#ffffff;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1521718202725>.view_contents {box-sizing:border-box;font-size:20px;}} @media screen and (max-width:640px) { #text_style_01_1521718202725>.view_contents {box-sizing:border-box;font-size:12px;}} #layout_1519722559734{height:412.005682px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1519722559734{height:411.977294921875px;}}   @media screen and (max-width:640px) {#layout_1519722559734{height:169.00568199999998px;}} #layout_1519722559734 > .view_contents{overflow:visible;} 


 #image_style_01_1522409661561{width:51.083333333333336%;height:402px;position:absolute;top:138.52272415161133px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522409661561{height:320px;width:452px;left:2.433862433862434%;}}   @media screen and (max-width:640px) {#image_style_01_1522409661561{width:65.57377049180327%;height:200px;display:none;top:0px;left:17.213114754098363%;}} #image_style_01_1522409661561 > .view_contents{overflow:visible;} 

 #text_style_01_1522409856504{width:5.583333333333333%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:14.94034194946289px;left:55.791188557942704%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522409856504{width:74px;left:55.868804770171955%;top:14.914764404296875px;}}   @media screen and (max-width:640px) {#text_style_01_1522409856504{width:10.3125%;top:0px;left:58.24751406908035%;}}  #text_style_01_1522409856504>.view_contents {box-sizing:border-box;color:#000000;font-family:Microsoft YaHei;font-weight:bold;border-bottom-color:#ff7f00;border-bottom-style:solid;border-bottom-width:3px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522409856504>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522409856504>.view_contents {box-sizing:border-box;font-size:14px;}}

 #text_style_01_1522410018765{width:16.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:16.928974151611328px;left:38.373341878255204%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522410018765{width:195px;left:34.67111415963955%;top:14.928970336914062px;}}   @media screen and (max-width:640px) {#text_style_01_1522410018765{width:28.749999999999996%;top:4.988639831542969px;left:26.99751377105713%;}}  #text_style_01_1522410018765>.view_contents {box-sizing:border-box;color:#000000;font-family:Microsoft YaHei;font-weight:normal;border-bottom-color:#ff7f00;border-bottom-style:none;border-bottom-width:3px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522410018765>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522410018765>.view_contents {box-sizing:border-box;font-size:14px;}}

 #image_style_01_1522410152992{width:46.08333333333333%;height:403px;position:absolute;top:139.09375px;left:51.83203125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522410152992{height:299px;}}   @media screen and (max-width:640px) {#image_style_01_1522410152992{width:65.57377049180327%;height:200px;display:none;top:0px;left:17.213114754098363%;}} #image_style_01_1522410152992 > .view_contents{overflow:visible;} 

 #image_style_01_1522471375699{width:16.666666666666664%;height:200px;display:none;position:absolute;left:41.66666666666667%;top:72.80113983154297px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522471375699{width:20.833333333333336%;height:200px;display:none;left:39.58333333333333%;top:72.80113983154297px;}}   @media screen and (max-width:640px) {#image_style_01_1522471375699{width:88.4375%;height:189px;display:block;top:73.78694152832031px;left:5.78125%;}} #image_style_01_1522471375699 > .view_contents{overflow:visible;} 

 #image_style_01_1522471403456{width:16.666666666666664%;height:200px;display:none;position:absolute;left:41.66666666666667%;top:129.61931228637695px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522471403456{width:20.833333333333336%;height:200px;display:none;left:39.58333333333333%;top:129.61931228637695px;}}   @media screen and (max-width:640px) {#image_style_01_1522471403456{width:85.3125%;height:212px;display:block;top:287.6136360168457px;left:7.34375%;}} #image_style_01_1522471403456 > .view_contents{overflow:visible;}  #layout_1522409412914{height:561px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1522409412914{height:458.522723197937px;}}   @media screen and (max-width:640px) {#layout_1522409412914{height:499.609375px;}} #layout_1522409412914 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1522409412914  {background:#ebf6fc;}


 #text_style_01_1521720141499{width:70.66666666666667%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:118.953125px;left:1.7500000000000002%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1521720141499{left:6.271342928447421%;top:134.94317626953125px;}}   @media screen and (max-width:640px) {#text_style_01_1521720141499{width:96%;top:233.390625px;left:2%;}}  #text_style_01_1521720141499>.view_contents {box-sizing:border-box;font-size:20px;color:#0000ff;text-align:justify;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1521720141499>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1521720141499>.view_contents {box-sizing:border-box;font-size:12px;text-align:justify;}}

 #text_style_01_1521719848621{width:11.166666666666666%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:28.4375px;left:48.638020833333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1521719848621{width:143px;left:50.951734639830505%;top:38.9375px;}}   @media screen and (max-width:640px) {#text_style_01_1521719848621{width:19.0625%;top:10px;left:46.06001377105713%;}}  #text_style_01_1521719848621>.view_contents {box-sizing:border-box;color:#000000;font-family:Microsoft YaHei;font-weight:bold;border-bottom-color:#ff7f00;border-bottom-style:solid;border-bottom-width:3px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1521719848621>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1521719848621>.view_contents {box-sizing:border-box;font-size:14px;}}

 #text_style_01_1521720033456{width:13.916666666666666%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:29.9375px;left:34.72135416666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1521720033456{width:166px;left:33.366988877118644%;top:40.4375px;}}   @media screen and (max-width:640px) {#text_style_01_1521720033456{width:23.125%;top:10px;left:22.93501377105713%;}}  #text_style_01_1521720033456>.view_contents {box-sizing:border-box;color:#000000;font-family:Microsoft YaHei;font-weight:normal;border-bottom-color:#ff7f00;border-bottom-style:none;border-bottom-width:3px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1521720033456>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1521720033456>.view_contents {box-sizing:border-box;font-size:14px;}}

 #image_style_01_1521720555730{width:27.250000000000004%;height:393px;position:absolute;top:118.953125px;left:72.53776041666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1521720555730{}}   @media screen and (max-width:640px) {#image_style_01_1521720555730{width:100%;height:195px;top:36.984375px;left:0%;}} #image_style_01_1521720555730 > .view_contents{overflow:visible;}  #layout_1521719840407{height:516px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1521719840407{height:600px;}}   @media screen and (max-width:640px) {#layout_1521719840407{height:569.390625px;}} #layout_1521719840407 > .view_contents{overflow:visible;max-width:1200px;} 



 #text_style_01_1521721583418{width:68.44262295081968%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:33.484375px;left:19.918007425742573%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1521721583418{}}   @media screen and (max-width:640px) {#text_style_01_1521721583418{width:100%;top:0px;left:0%;}}  #text_style_01_1521721583418>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:18px;text-align:center;color:#ff7f00;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1521721583418>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1521721583418>.view_contents {box-sizing:border-box;}}

 #text_style_01_1522410635833{width:88.9344262295082%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:91.13920593261719px;left:5.182638852539055%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522410635833{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1522410635833{width:370px;display:none;top:0px;left:0%;}}  #text_style_01_1522410635833>.view_contents {box-sizing:border-box;font-size:14px;color:#4c4c4c;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522410635833>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522410635833>.view_contents {box-sizing:border-box;}}

 #image_style_01_1521721529300{width:38.9344262295082%;height:98px;position:absolute;top:0.485809326171875px;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1521721529300{}}   @media screen and (max-width:640px) {#image_style_01_1521721529300{width:65.57377049180327%;height:200px;top:74px;left:17.213114754098363%;}} #image_style_01_1521721529300 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1521721695954{width:33.5%;height:230px;position:absolute;top:79.75px;left:0.28515625%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1521721695954{height:228px;left:0%;top:114.234375px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1521721695954{width:100%;height:300px;display:none;top:318px;left:0%;}}  #div_a_includeBlock_1521721695954  {background: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;border-top-color:#049ed6;border-right-color:#049ed6;border-bottom-color:#049ed6;border-left-color:#049ed6;}


 #text_style_01_1522411952627{width:68.44262295081968%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:34.484375px;left:19.305555555555557%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522411952627{}}   @media screen and (max-width:640px) {#text_style_01_1522411952627{width:100%;top:0px;left:0%;}}  #text_style_01_1522411952627>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:18px;text-align:center;color:#ff7f00;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522411952627>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522411952627>.view_contents {box-sizing:border-box;}}

 #text_style_01_1522411952632{width:88.9344262295082%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:83.99430847167969px;left:5.174516950334821%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522411952632{left:1.8448208722741433%;width:95.01557632398755%;}}   @media screen and (max-width:640px) {#text_style_01_1522411952632{width:370px;display:none;top:0px;left:0%;}}  #text_style_01_1522411952632>.view_contents {box-sizing:border-box;font-size:14px;color:#4c4c4c;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522411952632>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522411952632>.view_contents {box-sizing:border-box;}}

 #image_style_01_1522411952635{width:38.9344262295082%;height:98px;position:absolute;top:0.485809326171875px;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522411952635{height:84px;width:106px;}}   @media screen and (max-width:640px) {#image_style_01_1522411952635{width:65.57377049180327%;height:200px;top:74px;left:17.213114754098363%;}} #image_style_01_1522411952635 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1522411952514{width:33.75%;height:231px;position:absolute;top:78.75px;left:33.915364583333336%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1522411952514{left:33.42161016949153%;top:114.234375px;height:229px;width:321px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1522411952514{width:100%;height:300px;display:none;top:139.2897720336914px;left:0%;}}  #div_a_includeBlock_1522411952514  {background: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;border-top-color:#049ed6;border-right-color:#049ed6;border-bottom-color:#049ed6;border-left-color:#049ed6;}


 #text_style_01_1522411973073{width:68.44262295081968%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:34.484375px;left:19.68093832020997%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522411973073{}}   @media screen and (max-width:640px) {#text_style_01_1522411973073{width:100%;top:0px;left:0%;}}  #text_style_01_1522411973073>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:18px;text-align:center;color:#ff7f00;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522411973073>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522411973073>.view_contents {box-sizing:border-box;}}

 #text_style_01_1522411973079{width:93.99477806788512%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:91.13920593261719px;left:5.182638852539055%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522411973079{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1522411973079{width:370px;display:none;top:0px;left:0%;}}  #text_style_01_1522411973079>.view_contents {box-sizing:border-box;font-size:14px;color:#4c4c4c;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522411973079>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522411973079>.view_contents {box-sizing:border-box;}}

 #image_style_01_1522411973081{width:38.9344262295082%;height:98px;position:absolute;top:0.485809326171875px;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522411973081{height:94px;width:109px;}}   @media screen and (max-width:640px) {#image_style_01_1522411973081{width:65.57377049180327%;height:200px;top:74px;left:17.213114754098363%;}} #image_style_01_1522411973081 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1522411972384{width:32.25%;height:231px;position:absolute;top:78.75px;left:67.79817708333333%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1522411972384{height:229px;left:67.81316207627118%;top:114.234375px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1522411972384{width:100%;height:300px;display:none;top:139.2897720336914px;left:0%;}}  #div_a_includeBlock_1522411972384  {background: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;border-top-color:#049ed6;border-right-color:#049ed6;border-bottom-color:#049ed6;border-left-color:#049ed6;}


 #text_style_01_1522411990672{width:68.44262295081968%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:33.484375px;left:18.707666256157633%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522411990672{}}   @media screen and (max-width:640px) {#text_style_01_1522411990672{width:100%;top:0px;left:0%;}}  #text_style_01_1522411990672>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:18px;text-align:center;color:#ff7f00;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522411990672>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522411990672>.view_contents {box-sizing:border-box;}}

 #text_style_01_1522411990676{width:88.9344262295082%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:91.13920593261719px;left:5.182638852539055%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522411990676{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1522411990676{width:370px;display:none;top:0px;left:0%;}}  #text_style_01_1522411990676>.view_contents {box-sizing:border-box;font-size:14px;color:#4c4c4c;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522411990676>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522411990676>.view_contents {box-sizing:border-box;}}

 #image_style_01_1522411990678{width:38.9344262295082%;height:98px;position:absolute;top:0.485809326171875px;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522411990678{}}   @media screen and (max-width:640px) {#image_style_01_1522411990678{width:65.57377049180327%;height:200px;top:74px;left:17.213114754098363%;}} #image_style_01_1522411990678 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1522411990521{width:33.83333333333333%;height:240px;position:absolute;top:368.265625px;left:-0.04947916666666667%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1522411990521{height:228px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1522411990521{width:100%;height:300px;display:none;top:139.2897720336914px;left:0%;}}  #div_a_includeBlock_1522411990521  {background: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;border-top-color:#049ed6;border-right-color:#049ed6;border-bottom-color:#049ed6;border-left-color:#049ed6;}


 #text_style_01_1522412004577{width:68.44262295081968%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:33.484375px;left:20.93058968058968%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522412004577{}}   @media screen and (max-width:640px) {#text_style_01_1522412004577{width:100%;top:0px;left:0%;}}  #text_style_01_1522412004577>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:18px;text-align:center;color:#ff7f00;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522412004577>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522412004577>.view_contents {box-sizing:border-box;}}

 #text_style_01_1522412004587{width:88.9344262295082%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:91.13920593261719px;left:5.182638852539055%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522412004587{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1522412004587{width:370px;display:none;top:0px;left:0%;}}  #text_style_01_1522412004587>.view_contents {box-sizing:border-box;font-size:14px;color:#4c4c4c;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522412004587>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522412004587>.view_contents {box-sizing:border-box;}}

 #image_style_01_1522412004590{width:38.9344262295082%;height:98px;position:absolute;top:0.485809326171875px;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522412004590{}}   @media screen and (max-width:640px) {#image_style_01_1522412004590{width:65.57377049180327%;height:200px;top:74px;left:17.213114754098363%;}} #image_style_01_1522412004590 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1522412003947{width:33.916666666666664%;height:241px;position:absolute;top:366.265625px;left:33.915364583333336%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1522412003947{height:228px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1522412003947{width:100%;height:300px;display:none;top:139.28976821899414px;left:0%;}}  #div_a_includeBlock_1522412003947  {background: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;border-top-color:#049ed6;border-right-color:#049ed6;border-bottom-color:#049ed6;border-left-color:#049ed6;}


 #text_style_01_1522412013387{width:68.44262295081968%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:33.484375px;left:19.527180989583336%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522412013387{}}   @media screen and (max-width:640px) {#text_style_01_1522412013387{width:100%;top:0px;left:0%;}}  #text_style_01_1522412013387>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:18px;text-align:center;color:#ff7f00;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522412013387>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522412013387>.view_contents {box-sizing:border-box;}}

 #text_style_01_1522412013393{width:88.9344262295082%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:91.13920593261719px;left:5.182638852539055%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522412013393{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1522412013393{width:370px;display:none;top:0px;left:0%;}}  #text_style_01_1522412013393>.view_contents {box-sizing:border-box;font-size:14px;color:#4c4c4c;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522412013393>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522412013393>.view_contents {box-sizing:border-box;}}

 #image_style_01_1522412013395{width:38.856055699481864%;height:101px;position:absolute;top:0.485809326171875px;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522412013395{}}   @media screen and (max-width:640px) {#image_style_01_1522412013395{width:65.57377049180327%;height:200px;top:74px;left:17.213114754098363%;}} #image_style_01_1522412013395 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1522412013231{width:32%;height:240px;position:absolute;top:366.265625px;left:67.79817708333333%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1522412013231{height:231px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1522412013231{width:100%;height:300px;display:none;top:357.2869186401367px;left:0%;}}  #div_a_includeBlock_1522412013231  {background: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;border-top-color:#049ed6;border-right-color:#049ed6;border-bottom-color:#049ed6;border-left-color:#049ed6;}

 #image_style_01_1522474696658{width:16.666666666666664%;height:200px;display:none;position:absolute;left:41.66666666666667%;top:59.440330505371094px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522474696658{width:20.833333333333336%;height:200px;display:none;left:39.58333333333333%;top:59.440330505371094px;}}   @media screen and (max-width:640px) {#image_style_01_1522474696658{width:99.29421164095402%;height:158px;display:block;top:49.4375px;left:0.7066750526428223%;}} #image_style_01_1522474696658 > .view_contents{overflow:visible;} 

 #text_style_01_1521721337934{width:99.25847457627118%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:0.9375px;left:0.37076271186440835%;z-index:4;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1521721337934{width:99.94703389830508%;left:0%;top:0.9375px;}}   @media screen and (max-width:640px) {#text_style_01_1521721337934{width:100%;top:0px;left:0%;}}  #text_style_01_1521721337934>.view_contents {box-sizing:border-box;color:#0000ff;font-family:Microsoft YaHei;font-weight:normal;border-bottom-color:#ff7f00;border-bottom-style:none;border-bottom-width:3px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1521721337934>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1521721337934>.view_contents {box-sizing:border-box;font-size:14px;}} #layout_1522410805237{height:676px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1522410805237{height:617px;}}   @media screen and (max-width:640px) {#layout_1522410805237{height:207.4375px;}} #layout_1522410805237 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1522410805237  {background: url(../images/upimages/mid_line.jpg);}


 #text_style_01_1522413237474{width:12%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:17.863632202148438px;left:44%;z-index:4;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522413237474{width:150px;}}   @media screen and (max-width:640px) {#text_style_01_1522413237474{width:21.875%;top:7px;left:39.0625%;}}  #text_style_01_1522413237474>.view_contents {box-sizing:border-box;color:#000000;font-family:Microsoft YaHei;font-weight:bold;border-bottom-color:#ff7f00;border-bottom-style:solid;border-bottom-width:3px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522413237474>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522413237474>.view_contents {box-sizing:border-box;font-size:14px;}}

 #image_style_01_1522413403099{width:10.666666666666668%;height:130px;position:absolute;top:124.16192626953125px;left:11.789535522460938%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522413403099{}}   @media screen and (max-width:640px) {#image_style_01_1522413403099{width:65.57377049180327%;height:200px;display:none;top:0px;left:17.213114754098363%;}} #image_style_01_1522413403099 > .view_contents{overflow:visible;} 

 #image_style_01_1522413520854{width:21.166666666666668%;height:45px;position:absolute;top:149.15625px;left:37.082621256510414%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522413520854{}}   @media screen and (max-width:640px) {#image_style_01_1522413520854{width:65.57377049180327%;height:200px;display:none;top:0px;left:17.213114754098363%;}} #image_style_01_1522413520854 > .view_contents{overflow:visible;} 

 #image_style_01_1522413606392{width:16.666666666666664%;height:98px;position:absolute;top:124.1676025390625px;left:66.99976221720377%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522413606392{}}   @media screen and (max-width:640px) {#image_style_01_1522413606392{width:65.57377049180327%;height:200px;display:none;top:0px;left:17.213114754098363%;}} #image_style_01_1522413606392 > .view_contents{overflow:visible;} 

 #image_style_01_1522413635577{width:16.666666666666664%;height:117px;position:absolute;top:270.15625px;left:10.165481567382812%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522413635577{}}   @media screen and (max-width:640px) {#image_style_01_1522413635577{width:65.57377049180327%;height:200px;display:none;top:0px;left:17.213114754098363%;}} #image_style_01_1522413635577 > .view_contents{overflow:visible;} 

 #image_style_01_1522413693330{width:16.666666666666664%;height:71px;position:absolute;top:293.1562194824219px;left:38.33214823404948%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522413693330{}}   @media screen and (max-width:640px) {#image_style_01_1522413693330{width:65.57377049180327%;height:200px;display:none;top:0px;left:17.213114754098363%;}} #image_style_01_1522413693330 > .view_contents{overflow:visible;} 

 #image_style_01_1522474794010{width:16.666666666666664%;height:200px;display:none;position:absolute;left:41.66666666666667%;top:76.98863220214844px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522474794010{width:20.833333333333336%;height:200px;display:none;left:39.58333333333333%;top:76.98863220214844px;}}   @media screen and (max-width:640px) {#image_style_01_1522474794010{width:30%;height:36px;display:block;top:51.97442626953125px;left:3.122336268424988%;}} #image_style_01_1522474794010 > .view_contents{overflow:visible;} 

 #image_style_01_1522474821960{width:16.666666666666664%;height:200px;display:none;position:absolute;left:0%;top:61.97444152832031px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522474821960{width:20.833333333333336%;height:200px;display:none;}}   @media screen and (max-width:640px) {#image_style_01_1522474821960{width:25.3125%;height:43px;display:block;top:48.460205078125px;left:37.34375%;}} #image_style_01_1522474821960 > .view_contents{overflow:visible;} 

 #image_style_01_1522649613627{width:11.083333333333334%;height:118px;position:absolute;top:270.15623474121094px;left:71.83262125651042%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522649613627{}}   @media screen and (max-width:640px) {#image_style_01_1522649613627{width:65.57377049180327%;height:200px;display:none;top:134.16192626953125px;left:34.42622950819673%;}} #image_style_01_1522649613627 > .view_contents{overflow:visible;} 

 #image_style_01_1522651780597{width:16.666666666666664%;height:200px;display:none;position:absolute;left:0%;top:58.451690673828125px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522651780597{width:20.833333333333336%;height:200px;display:none;}}   @media screen and (max-width:640px) {#image_style_01_1522651780597{width:17.5%;height:58px;display:block;top:40.960205078125px;left:76.86612129211426%;}} #image_style_01_1522651780597 > .view_contents{overflow:visible;} 

 #image_style_01_1522651808150{width:16.666666666666664%;height:200px;display:none;position:absolute;left:0%;top:58.451690673828125px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522651808150{width:20.833333333333336%;height:200px;display:none;}}   @media screen and (max-width:640px) {#image_style_01_1522651808150{width:25.3125%;height:50px;display:block;top:117.428955078125px;left:37.34375%;}} #image_style_01_1522651808150 > .view_contents{overflow:visible;} 

 #image_style_01_1522651821457{width:16.666666666666664%;height:200px;display:none;position:absolute;left:0%;top:112.428955078125px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522651821457{width:20.833333333333336%;height:200px;display:none;}}   @media screen and (max-width:640px) {#image_style_01_1522651821457{width:25.3125%;height:65px;display:block;top:102.428955078125px;left:3.120560944080353%;}} #image_style_01_1522651821457 > .view_contents{overflow:visible;} 

 #image_style_01_1522651841610{width:16.666666666666664%;height:200px;display:none;position:absolute;left:0%;top:127.41476440429688px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522651841610{width:20.833333333333336%;height:200px;display:none;}}   @media screen and (max-width:640px) {#image_style_01_1522651841610{width:26.25%;height:50px;display:block;top:117.41476440429688px;left:68.74378204345703%;}} #image_style_01_1522651841610 > .view_contents{overflow:visible;}  #layout_1522413229413{height:449.005682px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1522413229413{}}   @media screen and (max-width:640px) {#layout_1522413229413{height:188.00568199999998px;}} #layout_1522413229413 > .view_contents{overflow:visible;max-width:1200px;} 



 #image_style_01_1522651945940{width:3.3333333333333335%;height:20px;position:absolute;top:56px;left:0.6%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522651945940{width:40px;left:0.8%;top:49px;z-index:2;display:none;}}   @media screen and (max-width:640px) {#image_style_01_1522651945940{width:52.63157894736842%;height:200px;top:0px;left:0%;display:block;}} #image_style_01_1522651945940 > .view_contents{overflow:visible;} 

 #image_style_01_1522651945946{width:1.5%;height:20px;position:absolute;top:54px;left:12.0%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522651945946{width:1.9088016967126193%;left:13.9%;top:49px;z-index:2;display:none;}}   @media screen and (max-width:640px) {#image_style_01_1522651945946{width:52.63157894736842%;height:200px;top:0px;left:0%;display:block;}} #image_style_01_1522651945946 > .view_contents{overflow:visible;} 

 #image_style_01_1522651945948{width:1.3333333333333335%;height:20px;position:absolute;top:54px;left:21.7%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522651945948{width:1.6967126193001063%;left:24.6%;top:49px;z-index:2;display:none;}}   @media screen and (max-width:640px) {#image_style_01_1522651945948{width:52.63157894736842%;height:200px;top:0px;left:0%;display:block;}} #image_style_01_1522651945948 > .view_contents{overflow:visible;} 

 #image_style_01_1522651945950{width:1.6666666666666667%;height:20px;position:absolute;top:55px;left:31.3%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522651945950{width:2.1208907741251326%;left:35.7%;top:49px;z-index:2;display:none;}}   @media screen and (max-width:640px) {#image_style_01_1522651945950{width:52.63157894736842%;height:200px;top:0px;left:0%;display:block;}} #image_style_01_1522651945950 > .view_contents{overflow:visible;} 

 #image_style_01_1522651945952{width:1.5833333333333335%;height:20px;position:absolute;top:55px;left:41.3%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522651945952{width:2.1208907741251326%;left:46.9%;top:49px;z-index:2;display:none;}}   @media screen and (max-width:640px) {#image_style_01_1522651945952{width:52.63157894736842%;height:200px;top:0px;left:0%;display:block;}} #image_style_01_1522651945952 > .view_contents{overflow:visible;} 

 #image_style_01_1522651945953{width:1.3333333333333335%;height:20px;position:absolute;top:55px;left:51.6%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522651945953{width:1.6967126193001063%;z-index:2;top:49px;left:58.0%;display:none;}}   @media screen and (max-width:640px) {#image_style_01_1522651945953{width:52.63157894736842%;height:200px;top:0px;left:0%;display:block;}} #image_style_01_1522651945953 > .view_contents{overflow:visible;} 

 #text_style_02_1522651945955{width:6.388888888888888%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:50px;left:4.3%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1522651945955{width:7.423117709437964%;top:44px;left:5.6%;z-index:2;display:none;}}   @media screen and (max-width:640px) {#text_style_02_1522651945955{width:97.36842105263158%;top:0px;left:0%;display:block;}}  #text_style_02_1522651945955>.view_contents {box-sizing:border-box;font-size:14px;color:#06376c;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1522651945955>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1522651945955>.view_contents {box-sizing:border-box;}}

 #text_style_02_1522651945958{width:6.388888888888888%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:50px;left:14.1%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1522651945958{width:6.666666666666667%;top:44px;left:16.3%;z-index:2;display:none;}}   @media screen and (max-width:640px) {#text_style_02_1522651945958{width:97.36842105263158%;top:0px;left:0%;display:block;}}  #text_style_02_1522651945958>.view_contents {box-sizing:border-box;font-size:14px;color:#06376c;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1522651945958>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1522651945958>.view_contents {box-sizing:border-box;}}

 #text_style_02_1522651945960{width:6.388888888888888%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:50px;left:23.6%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1522651945960{width:6.666666666666667%;top:44px;left:27.0%;z-index:2;display:none;}}   @media screen and (max-width:640px) {#text_style_02_1522651945960{width:97.36842105263158%;top:0px;left:0%;display:block;}}  #text_style_02_1522651945960>.view_contents {box-sizing:border-box;font-size:14px;color:#06376c;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1522651945960>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1522651945960>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1522651945787{width:100%;height:161px;position:absolute;top:72.9062271118164px;left:0%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1522651945787{height:145px;top:72.9062271118164px;left:0%;display:none;}}   @media screen and (max-width:640px) {#div_includeBlock_1522651945787{width:100%;height:51px;top:72.9062271118164px;left:0%;display:block;}}  #div_includeBlock_1522651945787  {background:#ffffff;}

 #text_style_02_1522651945970{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:72.89773559570312px;left:0%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1522651945970{z-index:2;top:72.89773559570312px;left:0%;display:none;width:100%;}}   @media screen and (max-width:640px) {#text_style_02_1522651945970{width:100%;top:0px;left:0%;display:block;}}  #text_style_02_1522651945970>.view_contents {box-sizing:border-box;font-size:12px;text-align:center;line-height:50px;border-top-color:#eeeeee;border-top-style:solid;border-top-width:1px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1522651945970>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_02_1522651945970>.view_contents {box-sizing:border-box;}} #layout_1522651945571{}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1522651945571{}}   @media screen and (max-width:640px) {#layout_1522651945571{height:123.9062271118164px;display:none;}} #layout_1522651945571 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1522652022306{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;display:none;position:absolute;left:34.58333333333333%;top:104.17896270751953px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522652022306{width:38.54166666666667%;display:none;left:30.729166666666664%;top:104.17896270751953px;}}   @media screen and (max-width:640px) {#text_style_01_1522652022306{width:100%;display:block;top:103.00568199999998px;left:0%;}}  #text_style_01_1522652022306>.view_contents {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522652022306>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522652022306>.view_contents {box-sizing:border-box;}} #layout_1522652022280{}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1522652022280{}}   @media screen and (max-width:640px) {#layout_1522652022280{height:161.17896270751953px;display:none;}} #layout_1522652022280 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1522652055053{}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1522652055053{}}   @media screen and (max-width:640px) {#layout_1522652055053{height:160.17896270751953px;display:none;}} #layout_1522652055053 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1522652141672{height:1px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1522652141672{height:1px;}}   @media screen and (max-width:640px) {#layout_1522652141672{height:165.16190338134766px;display:none;}} #layout_1522652141672 > .view_contents{overflow:visible;max-width:1200px;} 




 #text_style_02_1519638291537{width:23.71638141809291%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:0.24449877750611246%;top:32.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1519638291537{left:8.519467213114753%;top:27.5px;width:105px;}}   @media screen and (max-width:640px) {#text_style_02_1519638291537{width:97.30000000000001%;left:1.3499999999999943%;top:0px;display:none;}}  #text_style_02_1519638291537>.view_contents {box-sizing:border-box;color:#ffffff;font-size:20px;font-weight:normal;text-align:left;font-family:SimHei;line-height:30px;letter-spacing:2px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1519638291537>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_02_1519638291537>.view_contents {box-sizing:border-box;font-size:18px;line-height:30px;font-weight:normal;}}

 #text_style_02_1519638291569{width:80.1955990220049%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:74px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1519638291569{left:20.568647540983605%;width:63.278688524590166%;top:94px;}}   @media screen and (max-width:640px) {#text_style_02_1519638291569{width:100%;top:0px;left:0%;display:none;}}  #text_style_02_1519638291569>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:14px;color:#bfbfbf;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1519638291569>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1519638291569>.view_contents {box-sizing:border-box;}}

 #text_style_02_1522469997038{width:99.97325794621027%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:109px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1522469997038{left:7.510708722741432%;top:218.49432373046875px;width:363px;}}   @media screen and (max-width:640px) {#text_style_02_1522469997038{width:100%;top:400px;left:0%;display:none;}}  #text_style_02_1522469997038>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:14px;color:#bfbfbf;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1522469997038>.view_contents {box-sizing:border-box;line-height:25px;}} @media screen and (max-width:640px) { #text_style_02_1522469997038>.view_contents {box-sizing:border-box;}}

 #text_default_1523674274890{width:45.2322738386308%;height:25px;position:absolute;top:147px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1523674274890{top:162.484375px;left:7.169976635514019%;width:173px;}}   @media screen and (max-width:640px) {#text_default_1523674274890{width:100%;height:300px;display:none;top:30px;left:0%;}} 
 #div_includeBlock_1519638291085{width:32.64%;height:292px;position:absolute;top:1px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1519638291085{}}   @media screen and (max-width:640px) {#div_includeBlock_1519638291085{width:96%;height:145px;top:46px;left:2%;display:block;}}  #div_includeBlock_1519638291085  {border-left-color:#48c7ec;border-left-style:solid;border-left-width:0px;border-top-color:#48c7ec;border-right-color:#48c7ec;border-bottom-color:#48c7ec;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;} @media screen and (max-width:640px) { #div_includeBlock_1519638291085  {border-left-width:0px;}}


 #text_style_02_1519638291772{width:47.61904761904761%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:6.692885487528345%;top:33.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1519638291772{left:1.965725806451613%;top:29.5px;}}   @media screen and (max-width:640px) {#text_style_02_1519638291772{width:97.30000000000001%;left:1.3499999999999943%;top:0px;display:none;}}  #text_style_02_1519638291772>.view_contents {box-sizing:border-box;color:#ffffff;font-size:20px;font-weight:normal;text-align:left;font-family:SimHei;line-height:30px;letter-spacing:2px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1519638291772>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_02_1519638291772>.view_contents {box-sizing:border-box;font-size:18px;line-height:30px;font-weight:normal;}}

 #text_style_02_1519638291765{width:99.98924885321101%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:75px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1519638291765{}}   @media screen and (max-width:640px) {#text_style_02_1519638291765{width:100%;top:3px;left:0%;}}  #text_style_02_1519638291765>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:14px;color:#bfbfbf;line-height:30px;text-indent:2em;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1519638291765>.view_contents {box-sizing:border-box;text-indent:2em;line-height:25px;}} @media screen and (max-width:640px) { #text_style_02_1519638291765>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1519638291112{width:34.584664536741215%;height:291px;position:absolute;top:0px;left:32.49176317891374%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1519638291112{}}   @media screen and (max-width:640px) {#div_includeBlock_1519638291112{width:96%;height:145px;top:191px;left:2%;display:block;}}  #div_includeBlock_1519638291112  {border-left-color:#48c7ec;border-left-style:none;border-left-width:2px;border-top-color:#48c7ec;border-right-color:#48c7ec;border-bottom-color:#48c7ec;border-top-style:none;border-right-style:none;border-bottom-style:none;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;} @media screen and (max-width:640px) { #div_includeBlock_1519638291112  {border-left-width:0px;}}

 #image_style_01_1519638291673{width:7.955449482895784%;height:100px;position:absolute;top:163.484375px;left:79.72354813046937%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1519638291673{}}   @media screen and (max-width:640px) {#image_style_01_1519638291673{width:32.89473684210527%;height:100px;top:336px;left:33.55263157894737%;}} #image_style_01_1519638291673 > .view_contents{overflow:visible;} 


 #text_style_02_1519638291666{width:89.2156862745098%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:81px;left:3.6803002450980395%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1519638291666{width:277px;left:0%;top:91px;}}   @media screen and (max-width:640px) {#text_style_02_1519638291666{width:96%;top:0px;left:2%;}}  #text_style_02_1519638291666>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:14px;color:#bfbfbf;line-height:30px;text-indent:0em;letter-spacing:1px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1519638291666>.view_contents {box-sizing:border-box;text-indent:2em;line-height:25px;}} @media screen and (max-width:640px) { #text_style_02_1519638291666>.view_contents {box-sizing:border-box;}}

 #text_style_02_1519638291697{width:20.098039215686274%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:4.166666666666666%;top:33.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1519638291697{left:1.962996389891697%;top:29.5px;}}   @media screen and (max-width:640px) {#text_style_02_1519638291697{width:97.30000000000001%;left:1.3499999999999943%;top:0px;display:none;}}  #text_style_02_1519638291697>.view_contents {box-sizing:border-box;color:#ffffff;font-size:20px;font-weight:normal;text-align:left;font-family:SimHei;line-height:30px;letter-spacing:2px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1519638291697>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_02_1519638291697>.view_contents {box-sizing:border-box;font-size:18px;line-height:30px;font-weight:normal;}}

 #text_style_02_1519638291680{width:31.61764705882353%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:263.484375px;left:34.19883578431372%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1519638291680{left:7.671480144404332%;top:257px;}}   @media screen and (max-width:640px) {#text_style_02_1519638291680{width:96%;top:180px;left:2%;}}  #text_style_02_1519638291680>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:14px;color:#bfbfbf;line-height:30px;text-indent:0em;letter-spacing:1px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1519638291680>.view_contents {box-sizing:border-box;text-indent:0em;line-height:25px;}} @media screen and (max-width:640px) { #text_style_02_1519638291680>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1519638291100{width:32.48%;height:293.484375px;position:absolute;top:0px;left:67.22621902478018%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1519638291100{}}   @media screen and (max-width:640px) {#div_includeBlock_1519638291100{width:100%;height:210px;top:436px;left:0%;display:block;}}  #div_includeBlock_1519638291100  {border-left-color:#48c7ec;border-left-style:none;border-left-width:2px;border-top-color:#48c7ec;border-right-color:#48c7ec;border-bottom-color:#48c7ec;border-top-style:none;border-right-style:none;border-bottom-style:none;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;} @media screen and (max-width:640px) { #div_includeBlock_1519638291100  {border-left-width:0px;}}

 #div_includeBlock_1519638290840{width:100%;height:1px;position:absolute;top:292px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1519638290840{}}   @media screen and (max-width:640px) {#div_includeBlock_1519638290840{width:96%;height:227px;top:646px;left:2%;display:none;}} 
 #div_includeBlock_1519638290622{width:104.33333333333333%;height:293.484375px;position:absolute;top:0.53125px;left:-0.16666666666666669%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1519638290622{height:456.484375px;}}   @media screen and (max-width:640px) {#div_includeBlock_1519638290622{width:100%;height:46px;top:220px;left:0%;display:none;}}  #div_includeBlock_1519638290622  {background:#000000;background-repeat:no-repeat;background-size:cover;background-position-x:50%;} @media screen and (max-width:640px) { #div_includeBlock_1519638290622  {background-position-x:50%;background:transparent;}}


 #text_style_01_1522652223196{width:46.25000000000001%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;display:none;position:absolute;left:26.874999999999996%;top:142.27555084228516px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522652223196{width:100%;display:none;top:142.27555084228516px;left:0%;}}   @media screen and (max-width:640px) {#text_style_01_1522652223196{width:312px;display:block;left:calc(50% - 156px);top:40px;}}  #text_style_01_1522652223196>.view_contents {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522652223196>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522652223196>.view_contents {box-sizing:border-box;font-size:12px;color:#ffffff;}}

 #dh_style_11_1522651986541{width:100%;z-index:999;display:none;position:absolute;left:0%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_11_1522651986541{width:10.9375%;z-index:999;display:none;left:44.53125%;top:0px;}}   @media screen and (max-width:640px) {#dh_style_11_1522651986541{width:10.9375%;z-index:999;display:block;top:0px;left:0%;}} #dh_style_11_1522651986541 > .view_contents{overflow:visible;} 

 #text_style_01_1522652295692{width:46.25000000000001%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;display:none;position:absolute;left:26.874999999999996%;top:57.2301025390625px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522652295692{width:40.625%;display:none;top:57.2301025390625px;left:29.6875%;}}   @media screen and (max-width:640px) {#text_style_01_1522652295692{width:97.8125%;display:block;left:1.09375%;top:78px;}}  #text_style_01_1522652295692>.view_contents {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522652295692>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522652295692>.view_contents {box-sizing:border-box;font-size:12px;color:#ffffff;}}

 #text_style_01_1522652350891{width:46.25000000000001%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;display:none;position:absolute;left:26.874999999999996%;top:57.21588134765625px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522652350891{width:40.625%;display:none;top:57.21588134765625px;left:29.6875%;}}   @media screen and (max-width:640px) {#text_style_01_1522652350891{width:98.4375%;display:block;left:1.09375%;top:59px;}}  #text_style_01_1522652350891>.view_contents {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522652350891>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522652350891>.view_contents {box-sizing:border-box;font-size:12px;color:#ffffff;}}
 #div_a_includeBlock_1522652180144{width:66.66666666666666%;height:300px;display:none;position:absolute;left:16.66666666666667%;top:22.855117797851562px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1522652180144{width:83.33333333333334%;height:300px;display:none;left:8.333333333333329%;top:22.855117797851562px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1522652180144{width:100%;height:122px;display:block;top:1px;left:0%;}} 


 #dh_style_01_1519638291197{width:33.45045678144765%;z-index:999;position:absolute;top:3.5085172695312394px;left:44.59872182210287%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1519638291197{z-index:999;width:428px;left:52.790055248618785%;}}   @media screen and (max-width:640px) {#dh_style_01_1519638291197{width:12.121212121212121%;z-index:999;top:300px;left:43.93939393939394%;display:none;}} #dh_style_01_1519638291197 > .view_contents{overflow:visible;}  #dh_style_01_1519638291197 .mainMenuSet {color:#bfbfbf;font-family:SimHei;} #dh_style_01_1519638291197 #hot>a {color:#bfbfbf;}

 #text_style_02_1524118270119{width:16.350877192982455%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:8.00851726953124px;left:25.262162057976973%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1524118270119{}}   @media screen and (max-width:640px) {#text_style_02_1524118270119{width:100%;top:0px;left:0%;display:none;}}  #text_style_02_1524118270119>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:14px;color:#bfbfbf;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1524118270119>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1524118270119>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1519638290856{width:118.75%;height:48.5px;position:absolute;top:293.53125px;left:-9.333333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1519638290856{height:48.5px;}}   @media screen and (max-width:640px) {#div_includeBlock_1519638290856{width:100%;height:29px;top:0px;left:0%;z-index:3;display:none;}}  #div_includeBlock_1519638290856  {border-top-color:#48c7ec;border-top-style:solid;border-top-width:1px;} @media screen and (max-width:640px) { #div_includeBlock_1519638290856  {border-top-style:none;}} #comm_layout_footer{height:341.53125px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:457.015625px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:123px;}} #comm_layout_footer > .view_contents{overflow:visible;max-width:1200px;}  @media screen and (max-width:640px) { #comm_layout_footer  {background:#333333;}} #comm_layout_footer  {background:#0c0a00;}
/*菜单样式*/
.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;}




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

/* banner样式 */

.bannerStyle_1{width:100%; height:100%; position:relative;}
.bannerStyle_1 .main_visual{height:100%; overflow:hidden; position:relative; }

.bannerStyle_1 .main_image{height:100%; overflow:hidden; position:relative; }

/* 圆点 */
.bannerStyle_1 div.flicking_con{position:absolute; bottom:20px; left:0; z-index:999; width:100%; height:14px; text-align:center; }
.bannerStyle_1 div.flicking_con a{width:14px; height:14px; padding:0; background:none; border:1px solid #eee; display:inline-block; box-sizing:border-box; margin:0 3px; border-radius:100%; }
.bannerStyle_1 div.flicking_con a.on{background:#ccc; border:0;}

/* 左右按钮 */
.bannerStyle_1 .btn_prev,.bannerStyle_1 .btn_next{z-index:11111; position:absolute; width:73px; height:74px; top:50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); display:none; }
.bannerStyle_1 .btn_prev{background:url(../img/banner/style_01/hover_left.png) no-repeat left top; left:20px; background-size: 80%;}
.bannerStyle_1 .btn_next{background:url(../img/banner/style_01/hover_right.png) no-repeat right top; right:20px; background-size: 80%;}

/* 遮罩面板 */
.bannerStyle_1 .ground_glass{display:none; position:absolute; top:0; left:0; opacity:0; width:100%; height:100%; z-index:998; background-color:#fff;}

@media screen and  (min-width:326px) and (max-width:767px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
}

/* 默认 动画效果 */
.bannerStyle_1 .main_image .img-list{width:100%; height:100%; overflow:hidden; position:absolute; top:0; left:0}
.bannerStyle_1 .main_image .img-item{position:absolute; width:100%; height:100%; display:block; top:0;}
.bannerStyle_1 .main_image .img-item span{display:block; width:100%; height:100%; background-size:cover !important;}
.bannerStyle_1 .main_image .img-item a{display:block; width:100%; height:100%; overflow: hidden;}

/* 3D矩形旋转 动画效果 */
.bannerStyle_1.rotate-3d .img-part{
	position: absolute;
	top: 0;
	width: calc(20% + 1px);	/* [注意] 修改为总宽度 / 动画块个数 */
	height: 100%;
	background-color: #fff;
	transition: all .7s;
	/* 设置子元素在3D空间中呈现 */
	transform-style: preserve-3d;
}
.bannerStyle_1.rotate-3d .img-part .img{
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: 500% auto;	/* [注意] 宽度 为 动画块个数 * 100%, 这样图片可以分若干份后始终100%, 如果不需要这样, 可以设置为cover */
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(1){
	transform: rotateX(0deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(2){
	transform: rotateX(-90deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(3){
	transform: rotateX(-180deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(4){
	transform: rotateX(-270deg) translateZ(150px);
}

            #banner_style_01_1521718157551 .bannerStyle_1 .main_image .img-item .img_0{background: url('../img/upimages/1252.jpg') center top no-repeat;}
                #banner_style_01_1521718157551 .bannerStyle_1 .main_image .img-item .img_1{background: url('../img/upimages/banner_bg.jpg') center top no-repeat;}
                #banner_style_01_1521718157551 .bannerStyle_1 .ground_glass{}
    
	#image_style_01_1522409661561 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522409661561 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1522409661561 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1522409661561 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_1522410152992 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522410152992 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1522410152992 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1522410152992 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_1522471375699 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522471375699 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1522471375699 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1522471375699 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_1522471403456 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522471403456 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1522471403456 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1522471403456 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_1521720555730 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1521720555730 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1521720555730 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1521720555730 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_1521721529300 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1521721529300 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1521721529300 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1521721529300 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_1522411952635 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522411952635 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1522411952635 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1522411952635 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_1522411973081 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522411973081 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1522411973081 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1522411973081 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_1522411990678 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522411990678 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1522411990678 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1522411990678 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_1522412004590 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522412004590 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1522412004590 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1522412004590 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_1522412013395 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522412013395 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1522412013395 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1522412013395 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_1522474696658 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522474696658 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1522474696658 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1522474696658 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_1522413403099 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522413403099 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1522413403099 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1522413403099 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_1522413520854 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522413520854 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1522413520854 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1522413520854 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_1522413606392 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522413606392 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1522413606392 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1522413606392 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_1522413635577 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522413635577 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1522413635577 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1522413635577 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_1522413693330 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522413693330 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1522413693330 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1522413693330 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_1522474794010 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522474794010 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1522474794010 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1522474794010 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_1522474821960 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522474821960 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1522474821960 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1522474821960 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_1522649613627 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522649613627 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1522649613627 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1522649613627 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_1522651780597 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522651780597 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1522651780597 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1522651780597 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_1522651808150 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522651808150 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1522651808150 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1522651808150 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_1522651821457 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522651821457 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1522651821457 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1522651821457 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_1522651841610 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522651841610 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1522651841610 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1522651841610 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_1522651945940 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522651945940 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1522651945940 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1522651945940 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_1522651945946 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522651945946 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1522651945946 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1522651945946 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_1522651945948 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522651945948 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1522651945948 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1522651945948 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_1522651945950 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522651945950 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1522651945950 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1522651945950 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_1522651945952 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522651945952 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1522651945952 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1522651945952 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_1522651945953 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522651945953 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1522651945953 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1522651945953 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_1519638291673 .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_1519638291673 .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_1519638291673 .CompatibleImg img{null}}
#image_style_01_1519638291673 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_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;}


@media screen and (max-width:640px) {
.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;}
}


@media screen and (min-width:640px) {
	#dh_style_11_1522651986541 .maxWidth{max-width:px;}
	#dh_style_11_1522651986541 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
	#dh_style_11_1522651986541 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	#dh_style_11_1522651986541 .menuUl>li>#menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
}
/*菜单样式*/
.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;}




@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;}
}
